aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-20 03:01:22 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-20 03:01:22 +0000
commite9cfc9f192acf6c1a267009d4a74643454eb7665 (patch)
tree36db66ee90c3fdf1cda39a028af1ccaef9cf551e
parentbcaeb282a35f0001323941e88daacf90557f8247 (diff)
downloadopen-axiom-e9cfc9f192acf6c1a267009d4a74643454eb7665.tar.gz
Fix up thinkos
-rw-r--r--src/algebra/aggcat.spad.pamphlet1
-rw-r--r--src/algebra/matfuns.spad.pamphlet4
-rw-r--r--src/share/algebra/browse.daase2706
-rw-r--r--src/share/algebra/category.daase5792
-rw-r--r--src/share/algebra/compress.daase6
-rw-r--r--src/share/algebra/interp.daase7923
-rw-r--r--src/share/algebra/operation.daase19712
7 files changed, 18081 insertions, 18063 deletions
diff --git a/src/algebra/aggcat.spad.pamphlet b/src/algebra/aggcat.spad.pamphlet
index 26375731..3ff73675 100644
--- a/src/algebra/aggcat.spad.pamphlet
+++ b/src/algebra/aggcat.spad.pamphlet
@@ -189,7 +189,6 @@ FiniteAggregate(S: Type): Category == Exports where
++ shapes.
ShallowlyMutableAggregate(S: Type): Category == Exports where
Exports == HomogeneousAggregate S with
- shallowlyMutable
map!: (S->S,%) -> %
++ \spad{map!(f,u)} destructively replaces each element
++ \spad{x} of \spad{u} by \spad{f(x)}
diff --git a/src/algebra/matfuns.spad.pamphlet b/src/algebra/matfuns.spad.pamphlet
index 21bfb0fe..6fe6db50 100644
--- a/src/algebra/matfuns.spad.pamphlet
+++ b/src/algebra/matfuns.spad.pamphlet
@@ -401,7 +401,7 @@ InnerMatrixQuotientFieldFunctions(R,Row,Col,M,QF,Row2,Col2,M2):_
++ If the matrix is not invertible, "failed" is returned.
++ Error: if the matrix is not square.
++ Note: the result will have entries in the quotient field.
- if Col2 has ShallowlyMutableAggregate R then
+ if Col2 has ShallowlyMutableAggregate QF then
nullSpace : M -> List Col
++ \spad{nullSpace(m)} returns a basis for the null space of the
++ matrix m.
@@ -415,7 +415,7 @@ InnerMatrixQuotientFieldFunctions(R,Row,Col,M,QF,Row2,Col2,M2):_
(inv := inverse(qfMat m)$IMATLIN) case "failed" => "failed"
inv :: M2
- if Col2 has ShallowlyMutableAggregate R then
+ if Col2 has ShallowlyMutableAggregate QF then
nullSpace m ==
[clearDenominator(v)$CDEN for v in nullSpace(qfMat m)$IMATLIN]
diff --git a/src/share/algebra/browse.daase b/src/share/algebra/browse.daase
index 86b9f8ba..8970f6c6 100644
--- a/src/share/algebra/browse.daase
+++ b/src/share/algebra/browse.daase
@@ -1,12 +1,12 @@
-(1968443 . 3578003924)
+(1968360 . 3578007597)
(-18 A S)
((|constructor| (NIL "One-dimensional-array aggregates serves as models for one-dimensional arrays. Categorically,{} these aggregates are finite linear aggregates with the shallowly mutable property,{} that is,{} any component of the array may be changed without affecting the identity of the overall array. Array data structures are typically represented by a fixed area in storage and therefore cannot efficiently grow or shrink on demand as can list structures (see however \\spadtype{FlexibleArray} for a data structure which is a cross between a list and an array). Iteration over,{} and access to,{} elements of arrays is extremely fast (and often can be optimized to open-code). Insertion and deletion however is generally slow since an entirely new data structure must be created for the result.")))
NIL
NIL
(-19 S)
((|constructor| (NIL "One-dimensional-array aggregates serves as models for one-dimensional arrays. Categorically,{} these aggregates are finite linear aggregates with the shallowly mutable property,{} that is,{} any component of the array may be changed without affecting the identity of the overall array. Array data structures are typically represented by a fixed area in storage and therefore cannot efficiently grow or shrink on demand as can list structures (see however \\spadtype{FlexibleArray} for a data structure which is a cross between a list and an array). Iteration over,{} and access to,{} elements of arrays is extremely fast (and often can be optimized to open-code). Insertion and deletion however is generally slow since an entirely new data structure must be created for the result.")))
-((-3997 . T))
+NIL
NIL
(-20 S)
((|constructor| (NIL "The class of abelian groups,{} \\spadignore{i.e.} additive monoids where each element has an additive inverse. \\blankline")) (- (($ $ $) "\\spad{x-y} is the difference of \\spad{x} and \\spad{y} \\spadignore{i.e.} \\spad{x + (-y)}.") (($ $) "\\spad{-x} is the additive inverse of \\spad{x}")))
@@ -38,7 +38,7 @@ NIL
NIL
(-27)
((|constructor| (NIL "Model for algebraically closed fields.")) (|zerosOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible. Otherwise they are implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|zeroOf| (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zeroOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}; if possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity which displays as \\spad{'y}.") (($ (|SparseUnivariatePolynomial| $)) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}; if possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity.") (($ (|Polynomial| $)) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. If possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootsOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{rootOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ (|SparseUnivariatePolynomial| $)) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}.") (($ (|Polynomial| $)) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-28 S R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable.")) (|zeroOf| (($ $ (|Symbol|)) "\\spad{zeroOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity which displays as \\spad{'y}.") (($ $) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity. Error: if \\spad{p} has more than one variable.")) (|rootsOf| (((|List| $) $ (|Symbol|)) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ $ (|Symbol|)) "\\spad{rootOf(p,y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ $) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
@@ -46,7 +46,7 @@ NIL
NIL
(-29 R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}'s are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable.")) (|zeroOf| (($ $ (|Symbol|)) "\\spad{zeroOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity which displays as \\spad{'y}.") (($ $) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity. Error: if \\spad{p} has more than one variable.")) (|rootsOf| (((|List| $) $ (|Symbol|)) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; Note: the returned symbols \\spad{y1},{}...,{}yn are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ $ (|Symbol|)) "\\spad{rootOf(p,y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ $) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
-((-3993 . T) (-3991 . T) (-3990 . T) ((-3998 "*") . T) (-3989 . T) (-3994 . T) (-3988 . T))
+((-3994 . T) (-3992 . T) (-3991 . T) ((-3999 "*") . T) (-3990 . T) (-3995 . T) (-3989 . T))
NIL
(-30)
((|refine| (($ $ (|DoubleFloat|)) "\\spad{refine(p,x)} \\undocumented{}")) (|makeSketch| (($ (|Polynomial| (|Integer|)) (|Symbol|) (|Symbol|) (|Segment| (|Fraction| (|Integer|))) (|Segment| (|Fraction| (|Integer|)))) "\\spad{makeSketch(p,x,y,a..b,c..d)} creates an ACPLOT of the curve \\spad{p = 0} in the region {\\em a <= x <= b, c <= y <= d}. More specifically,{} 'makeSketch' plots a non-singular algebraic curve \\spad{p = 0} in an rectangular region {\\em xMin <= x <= xMax},{} {\\em yMin <= y <= yMax}. The user inputs \\spad{makeSketch(p,x,y,xMin..xMax,yMin..yMax)}. Here \\spad{p} is a polynomial in the variables \\spad{x} and \\spad{y} with integer coefficients (\\spad{p} belongs to the domain \\spad{Polynomial Integer}). The case where \\spad{p} is a polynomial in only one of the variables is allowed. The variables \\spad{x} and \\spad{y} are input to specify the the coordinate axes. The horizontal axis is the \\spad{x}-axis and the vertical axis is the \\spad{y}-axis. The rational numbers xMin,{}...,{}yMax specify the boundaries of the region in which the curve is to be plotted.")))
@@ -56,10 +56,10 @@ NIL
((|constructor| (NIL "This domain represents the syntax for an add-expression.")) (|body| (((|SpadAst|) $) "base(\\spad{d}) returns the actual body of the add-domain expression `d'.")) (|base| (((|SpadAst|) $) "\\spad{base(d)} returns the base domain(\\spad{s}) of the add-domain expression.")))
NIL
NIL
-(-32 R -3093)
+(-32 R -3094)
((|constructor| (NIL "This package provides algebraic functions over an integral domain.")) (|iroot| ((|#2| |#1| (|Integer|)) "\\spad{iroot(p, n)} should be a non-exported function.")) (|definingPolynomial| ((|#2| |#2|) "\\spad{definingPolynomial(f)} returns the defining polynomial of \\spad{f} as an element of \\spad{F}. Error: if \\spad{f} is not a kernel.")) (|minPoly| (((|SparseUnivariatePolynomial| |#2|) (|Kernel| |#2|)) "\\spad{minPoly(k)} returns the defining polynomial of \\spad{k}.")) (** ((|#2| |#2| (|Fraction| (|Integer|))) "\\spad{x ** q} is \\spad{x} raised to the rational power \\spad{q}.")) (|droot| (((|OutputForm|) (|List| |#2|)) "\\spad{droot(l)} should be a non-exported function.")) (|inrootof| ((|#2| (|SparseUnivariatePolynomial| |#2|) |#2|) "\\spad{inrootof(p, x)} should be a non-exported function.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} is \\spad{true} if \\spad{op} is an algebraic operator,{} that is,{} an \\spad{n}th root or implicit algebraic operator.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\spad{F}. Error: if \\spad{op} is not an algebraic operator,{} that is,{} an \\spad{n}th root or implicit algebraic operator.")) (|rootOf| ((|#2| (|SparseUnivariatePolynomial| |#2|) (|Symbol|)) "\\spad{rootOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-950 (-484)))))
+((|HasCategory| |#1| (QUOTE (-951 (-485)))))
(-33 S)
((|constructor| (NIL "The notion of aggregate serves to model any data structure aggregate,{} designating any collection of objects,{} with heterogenous or homogeneous members,{} with a finite or infinite number of members,{} explicitly or implicitly represented. An aggregate can in principle represent everything from a string of characters to abstract sets such as \"the set of \\spad{x} satisfying relation {\\em r(x)}\"")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) (|empty?| (((|Boolean|) $) "\\spad{empty?(u)} tests if \\spad{u} has 0 elements.")) (|empty| (($) "\\spad{empty()}\\$\\spad{D} creates an aggregate of type \\spad{D} with 0 elements. Note: The {\\em \\$D} can be dropped if understood by context,{} \\spadignore{e.g.} \\axiom{u: \\spad{D} := empty()}.")) (|copy| (($ $) "\\spad{copy(u)} returns a top-level (non-recursive) copy of \\spad{u}. Note: for collections,{} \\axiom{copy(\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u}]}.")) (|eq?| (((|Boolean|) $ $) "\\spad{eq?(u,v)} tests if \\spad{u} and \\spad{v} are same objects.")))
NIL
@@ -74,7 +74,7 @@ NIL
NIL
(-36 |Key| |Entry|)
((|constructor| (NIL "An association list is a list of key entry pairs which may be viewed as a table. It is a poor mans version of a table: searching for a key is a linear operation.")) (|assoc| (((|Maybe| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |#1| $) "\\spad{assoc(k,u)} returns the element \\spad{x} in association list \\spad{u} stored with key \\spad{k},{} or \\spad{nothing} if \\spad{u} has no key \\spad{k}.")))
-((-3997 . T))
+NIL
NIL
(-37 S R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")))
@@ -82,20 +82,20 @@ NIL
NIL
(-38 R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")))
-((-3990 . T) (-3991 . T) (-3993 . T))
+((-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-39 UP)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in \\spadtype{AlgebraicNumber}.")) (|doublyTransitive?| (((|Boolean|) |#1|) "\\spad{doublyTransitive?(p)} is \\spad{true} if \\spad{p} is irreducible over over the field \\spad{K} generated by its coefficients,{} and if \\spad{p(X) / (X - a)} is irreducible over \\spad{K(a)} where \\spad{p(a) = 0}.")) (|split| (((|Factored| |#1|) |#1|) "\\spad{split(p)} returns a prime factorisation of \\spad{p} over its splitting field.")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(p)} returns a prime factorisation of \\spad{p} over the field generated by its coefficients.") (((|Factored| |#1|) |#1| (|List| (|AlgebraicNumber|))) "\\spad{factor(p, [a1,...,an])} returns a prime factorisation of \\spad{p} over the field generated by its coefficients and \\spad{a1},{}...,{}an.")))
NIL
NIL
-(-40 -3093 UP UPUP -2615)
+(-40 -3094 UP UPUP -2616)
((|constructor| (NIL "Function field defined by \\spad{f}(\\spad{x},{} \\spad{y}) = 0.")) (|knownInfBasis| (((|Void|) (|NonNegativeInteger|)) "\\spad{knownInfBasis(n)} \\undocumented{}")))
-((-3989 |has| (-350 |#2|) (-312)) (-3994 |has| (-350 |#2|) (-312)) (-3988 |has| (-350 |#2|) (-312)) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| (-350 |#2|) (QUOTE (-118))) (|HasCategory| (-350 |#2|) (QUOTE (-120))) (|HasCategory| (-350 |#2|) (QUOTE (-299))) (OR (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-320))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-189))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-809 (-1090))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-299))) (|HasCategory| (-350 |#2|) (QUOTE (-809 (-1090)))))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-809 (-1090))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-811 (-1090)))))) (|HasCategory| (-350 |#2|) (QUOTE (-580 (-484)))) (OR (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-950 (-350 (-484)))))) (|HasCategory| (-350 |#2|) (QUOTE (-950 (-350 (-484))))) (|HasCategory| (-350 |#2|) (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-320))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-189))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-811 (-1090))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-809 (-1090))))))
-(-41 R -3093)
+((-3990 |has| (-350 |#2|) (-312)) (-3995 |has| (-350 |#2|) (-312)) (-3989 |has| (-350 |#2|) (-312)) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| (-350 |#2|) (QUOTE (-118))) (|HasCategory| (-350 |#2|) (QUOTE (-120))) (|HasCategory| (-350 |#2|) (QUOTE (-299))) (OR (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-320))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-189))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-810 (-1091))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-299))) (|HasCategory| (-350 |#2|) (QUOTE (-810 (-1091)))))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-810 (-1091))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-812 (-1091)))))) (|HasCategory| (-350 |#2|) (QUOTE (-581 (-485)))) (OR (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-951 (-350 (-485)))))) (|HasCategory| (-350 |#2|) (QUOTE (-951 (-350 (-485))))) (|HasCategory| (-350 |#2|) (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-320))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-189))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-812 (-1091))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-810 (-1091))))))
+(-41 R -3094)
((|constructor| (NIL "AlgebraicManipulations provides functions to simplify and expand expressions involving algebraic operators.")) (|rootKerSimp| ((|#2| (|BasicOperator|) |#2| (|NonNegativeInteger|)) "\\spad{rootKerSimp(op,f,n)} should be local but conditional.")) (|rootSimp| ((|#2| |#2|) "\\spad{rootSimp(f)} transforms every radical of the form \\spad{(a * b**(q*n+r))**(1/n)} appearing in \\spad{f} into \\spad{b**q * (a * b**r)**(1/n)}. This transformation is not in general valid for all complex numbers \\spad{b}.")) (|rootProduct| ((|#2| |#2|) "\\spad{rootProduct(f)} combines every product of the form \\spad{(a**(1/n))**m * (a**(1/s))**t} into a single power of a root of \\spad{a},{} and transforms every radical power of the form \\spad{(a**(1/n))**m} into a simpler form.")) (|rootPower| ((|#2| |#2|) "\\spad{rootPower(f)} transforms every radical power of the form \\spad{(a**(1/n))**m} into a simpler form if \\spad{m} and \\spad{n} have a common factor.")) (|ratPoly| (((|SparseUnivariatePolynomial| |#2|) |#2|) "\\spad{ratPoly(f)} returns a polynomial \\spad{p} such that \\spad{p} has no algebraic coefficients,{} and \\spad{p(f) = 0}.")) (|ratDenom| ((|#2| |#2| (|List| (|Kernel| |#2|))) "\\spad{ratDenom(f, [a1,...,an])} removes the \\spad{ai}'s which are algebraic from the denominators in \\spad{f}.") ((|#2| |#2| (|List| |#2|)) "\\spad{ratDenom(f, [a1,...,an])} removes the \\spad{ai}'s which are algebraic kernels from the denominators in \\spad{f}.") ((|#2| |#2| |#2|) "\\spad{ratDenom(f, a)} removes \\spad{a} from the denominators in \\spad{f} if \\spad{a} is an algebraic kernel.") ((|#2| |#2|) "\\spad{ratDenom(f)} rationalizes the denominators appearing in \\spad{f} by moving all the algebraic quantities into the numerators.")) (|rootSplit| ((|#2| |#2|) "\\spad{rootSplit(f)} transforms every radical of the form \\spad{(a/b)**(1/n)} appearing in \\spad{f} into \\spad{a**(1/n) / b**(1/n)}. This transformation is not in general valid for all complex numbers \\spad{a} and \\spad{b}.")) (|coerce| (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{coerce(x)} \\undocumented")) (|denom| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{denom(x)} \\undocumented")) (|numer| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{numer(x)} \\undocumented")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (|%list| (QUOTE -364) (|devaluate| |#1|)))))
+((-12 (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (|%list| (QUOTE -364) (|devaluate| |#1|)))))
(-42 OV E P)
((|constructor| (NIL "This package factors multivariate polynomials over the domain of \\spadtype{AlgebraicNumber} by allowing the user to specify a list of algebraic numbers generating the particular extension to factor over.")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| |#3|)) (|SparseUnivariatePolynomial| |#3|) (|List| (|AlgebraicNumber|))) "\\spad{factor(p,lan)} factors the polynomial \\spad{p} over the extension generated by the algebraic numbers given by the list \\spad{lan}. \\spad{p} is presented as a univariate polynomial with multivariate coefficients.") (((|Factored| |#3|) |#3| (|List| (|AlgebraicNumber|))) "\\spad{factor(p,lan)} factors the polynomial \\spad{p} over the extension generated by the algebraic numbers given by the list \\spad{lan}.")))
NIL
@@ -106,31 +106,31 @@ NIL
((|HasCategory| |#1| (QUOTE (-258))))
(-44 R |n| |ls| |gamma|)
((|constructor| (NIL "AlgebraGivenByStructuralConstants implements finite rank algebras over a commutative ring,{} given by the structural constants \\spad{gamma} with respect to a fixed basis \\spad{[a1,..,an]},{} where \\spad{gamma} is an \\spad{n}-vector of \\spad{n} by \\spad{n} matrices \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{ai * aj = gammaij1 * a1 + ... + gammaijn * an}. The symbols for the fixed basis have to be given as a list of symbols.")) (|coerce| (($ (|Vector| |#1|)) "\\spad{coerce(v)} converts a vector to a member of the algebra by forming a linear combination with the basis element. Note: the vector is assumed to have length equal to the dimension of the algebra.")))
-((-3993 |has| |#1| (-495)) (-3991 . T) (-3990 . T))
-((|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495))))
+((-3994 |has| |#1| (-496)) (-3992 . T) (-3991 . T))
+((|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496))))
(-45 |Key| |Entry|)
((|constructor| (NIL "\\spadtype{AssociationList} implements association lists. These may be viewed as lists of pairs where the first part is a key and the second is the stored value. For example,{} the key might be a string with a persons employee identification number and the value might be a record with personnel data.")))
-((-3997 . T))
-((OR (-12 (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-756)))) (-12 (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013))))) (OR (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-552 (-772))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-473)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (OR (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-756))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-756))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-756))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013))) (-12 (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#2|))) (-12 (|HasCategory| $ (|%list| (QUOTE -1035) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-756)))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| $ (|%list| (QUOTE -1035) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))))
+NIL
+((OR (-12 (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-757)))) (-12 (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014))))) (OR (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-553 (-773))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-554 (-474)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (OR (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-757))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-757))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-757))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014))) (-12 (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#2|))) (-12 (|HasCategory| $ (|%list| (QUOTE -1036) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-757)))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| $ (|%list| (QUOTE -1036) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))))
(-46 S R E)
((|constructor| (NIL "Abelian monoid ring elements (not necessarily of finite support) of this ring are of the form formal SUM (r_i * e_i) where the r_i are coefficents and the e_i,{} elements of the ordered abelian monoid,{} are thought of as exponents or monomials. The monomials commute with each other,{} and with the coefficients (which themselves may or may not be commutative). See \\spadtype{FiniteAbelianMonoidRing} for the case of finite support a useful common model for polynomials and power series. Conceptually at least,{} only the non-zero terms are ever operated on.")) (/ (($ $ |#2|) "\\spad{p/c} divides \\spad{p} by the coefficient \\spad{c}.")) (|coefficient| ((|#2| $ |#3|) "\\spad{coefficient(p,e)} extracts the coefficient of the monomial with exponent \\spad{e} from polynomial \\spad{p},{} or returns zero if exponent is not present.")) (|reductum| (($ $) "\\spad{reductum(u)} returns \\spad{u} minus its leading monomial returns zero if handed the zero element.")) (|monomial| (($ |#2| |#3|) "\\spad{monomial(r,e)} makes a term from a coefficient \\spad{r} and an exponent \\spad{e}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(p)} tests if \\spad{p} is a single monomial.")) (|map| (($ (|Mapping| |#2| |#2|) $) "\\spad{map(fn,u)} maps function \\spad{fn} onto the coefficients of the non-zero monomials of \\spad{u}.")) (|degree| ((|#3| $) "\\spad{degree(p)} returns the maximum of the exponents of the terms of \\spad{p}.")) (|leadingMonomial| (($ $) "\\spad{leadingMonomial(p)} returns the monomial of \\spad{p} with the highest degree.")) (|leadingCoefficient| ((|#2| $) "\\spad{leadingCoefficient(p)} returns the coefficient highest degree term of \\spad{p}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312))))
+((|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312))))
(-47 R E)
((|constructor| (NIL "Abelian monoid ring elements (not necessarily of finite support) of this ring are of the form formal SUM (r_i * e_i) where the r_i are coefficents and the e_i,{} elements of the ordered abelian monoid,{} are thought of as exponents or monomials. The monomials commute with each other,{} and with the coefficients (which themselves may or may not be commutative). See \\spadtype{FiniteAbelianMonoidRing} for the case of finite support a useful common model for polynomials and power series. Conceptually at least,{} only the non-zero terms are ever operated on.")) (/ (($ $ |#1|) "\\spad{p/c} divides \\spad{p} by the coefficient \\spad{c}.")) (|coefficient| ((|#1| $ |#2|) "\\spad{coefficient(p,e)} extracts the coefficient of the monomial with exponent \\spad{e} from polynomial \\spad{p},{} or returns zero if exponent is not present.")) (|reductum| (($ $) "\\spad{reductum(u)} returns \\spad{u} minus its leading monomial returns zero if handed the zero element.")) (|monomial| (($ |#1| |#2|) "\\spad{monomial(r,e)} makes a term from a coefficient \\spad{r} and an exponent \\spad{e}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(p)} tests if \\spad{p} is a single monomial.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,u)} maps function \\spad{fn} onto the coefficients of the non-zero monomials of \\spad{u}.")) (|degree| ((|#2| $) "\\spad{degree(p)} returns the maximum of the exponents of the terms of \\spad{p}.")) (|leadingMonomial| (($ $) "\\spad{leadingMonomial(p)} returns the monomial of \\spad{p} with the highest degree.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(p)} returns the coefficient highest degree term of \\spad{p}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-48)
((|constructor| (NIL "Algebraic closure of the rational numbers,{} with mathematical =")) (|norm| (($ $ (|List| (|Kernel| $))) "\\spad{norm(f,l)} computes the norm of the algebraic number \\spad{f} with respect to the extension generated by kernels \\spad{l}") (($ $ (|Kernel| $)) "\\spad{norm(f,k)} computes the norm of the algebraic number \\spad{f} with respect to the extension generated by kernel \\spad{k}") (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|List| (|Kernel| $))) "\\spad{norm(p,l)} computes the norm of the polynomial \\spad{p} with respect to the extension generated by kernels \\spad{l}") (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{norm(p,k)} computes the norm of the polynomial \\spad{p} with respect to the extension generated by kernel \\spad{k}")) (|reduce| (($ $) "\\spad{reduce(f)} simplifies all the unreduced algebraic numbers present in \\spad{f} by applying their defining relations.")) (|denom| (((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{Z}.")) (|numer| (((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{Z}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| $ (QUOTE (-961))) (|HasCategory| $ (QUOTE (-950 (-484)))))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| $ (QUOTE (-962))) (|HasCategory| $ (QUOTE (-951 (-485)))))
(-49)
((|constructor| (NIL "This domain implements anonymous functions")) (|body| (((|Syntax|) $) "\\spad{body(f)} returns the body of the unnamed function `f'.")) (|parameters| (((|List| (|Identifier|)) $) "\\spad{parameters(f)} returns the list of parameters bound by `f'.")))
NIL
NIL
(-50 R |lVar|)
((|constructor| (NIL "The domain of antisymmetric polynomials.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,p)} changes each coefficient of \\spad{p} by the application of \\spad{f}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(p)} returns the homogeneous degree of \\spad{p}.")) (|retractable?| (((|Boolean|) $) "\\spad{retractable?(p)} tests if \\spad{p} is a 0-form,{} \\spadignore{i.e.} if degree(\\spad{p}) = 0.")) (|homogeneous?| (((|Boolean|) $) "\\spad{homogeneous?(p)} tests if all of the terms of \\spad{p} have the same degree.")) (|exp| (($ (|List| (|Integer|))) "\\spad{exp([i1,...in])} returns \\spad{u_1\\^{i_1} ... u_n\\^{i_n}}")) (|generator| (($ (|NonNegativeInteger|)) "\\spad{generator(n)} returns the \\spad{n}th multiplicative generator,{} a basis term.")) (|coefficient| ((|#1| $ $) "\\spad{coefficient(p,u)} returns the coefficient of the term in \\spad{p} containing the basis term \\spad{u} if such a term exists,{} and 0 otherwise. Error: if the second argument \\spad{u} is not a basis element.")) (|reductum| (($ $) "\\spad{reductum(p)},{} where \\spad{p} is an antisymmetric polynomial,{} returns \\spad{p} minus the leading term of \\spad{p} if \\spad{p} has at least two terms,{} and 0 otherwise.")) (|leadingBasisTerm| (($ $) "\\spad{leadingBasisTerm(p)} returns the leading basis term of antisymmetric polynomial \\spad{p}.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(p)} returns the leading coefficient of antisymmetric polynomial \\spad{p}.")))
-((-3993 . T))
+((-3994 . T))
NIL
(-51)
((|constructor| (NIL "\\spadtype{Any} implements a type that packages up objects and their types in objects of \\spadtype{Any}. Roughly speaking that means that if \\spad{s : S} then when converted to \\spadtype{Any},{} the new object will include both the original object and its type. This is a way of converting arbitrary objects into a single type without losing any of the original information. Any object can be converted to one of \\spadtype{Any}. The original object can be recovered by `is-case' pattern matching as exemplified here and \\spad{AnyFunctions1}.")) (|obj| (((|None|) $) "\\spad{obj(a)} essentially returns the original object that was converted to \\spadtype{Any} except that the type is forced to be \\spadtype{None}.")) (|dom| (((|SExpression|) $) "\\spad{dom(a)} returns a \\spadgloss{LISP} form of the type of the original object that was converted to \\spadtype{Any}.")) (|any| (($ (|SExpression|) (|None|)) "\\spad{any(type,object)} is a technical function for creating an \\spad{object} of \\spadtype{Any}. Arugment \\spad{type} is a \\spadgloss{LISP} form for the \\spad{type} of \\spad{object}.")))
@@ -144,7 +144,7 @@ NIL
((|constructor| (NIL "\\spad{ApplyUnivariateSkewPolynomial} (internal) allows univariate skew polynomials to be applied to appropriate modules.")) (|apply| ((|#2| |#3| (|Mapping| |#2| |#2|) |#2|) "\\spad{apply(p, f, m)} returns \\spad{p(m)} where the action is given by \\spad{x m = f(m)}. \\spad{f} must be an \\spad{R}-pseudo linear map on \\spad{M}.")))
NIL
NIL
-(-54 |Base| R -3093)
+(-54 |Base| R -3094)
((|constructor| (NIL "This package apply rewrite rules to expressions,{} calling the pattern matcher.")) (|localUnquote| ((|#3| |#3| (|List| (|Symbol|))) "\\spad{localUnquote(f,ls)} is a local function.")) (|applyRules| ((|#3| (|List| (|RewriteRule| |#1| |#2| |#3|)) |#3| (|PositiveInteger|)) "\\spad{applyRules([r1,...,rn], expr, n)} applies the rules \\spad{r1},{}...,{}rn to \\spad{f} a most \\spad{n} times.") ((|#3| (|List| (|RewriteRule| |#1| |#2| |#3|)) |#3|) "\\spad{applyRules([r1,...,rn], expr)} applies the rules \\spad{r1},{}...,{}rn to \\spad{f} an unlimited number of times,{} \\spadignore{i.e.} until none of \\spad{r1},{}...,{}rn is applicable to the expression.")))
NIL
NIL
@@ -158,28 +158,28 @@ NIL
NIL
(-57 R |Row| |Col|)
((|constructor| (NIL "\\indented{1}{TwoDimensionalArrayCategory is a general array category which} allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and columns returned as objects of type Col. The index of the 'first' row may be obtained by calling the function 'minRowIndex'. The index of the 'first' column may be obtained by calling the function 'minColIndex'. The index of the first element of a 'Row' is the same as the index of the first column in an array and vice versa.")) (|map!| (($ (|Mapping| |#1| |#1|) $) "\\spad{map!(f,a)} assign \\spad{a(i,j)} to \\spad{f(a(i,j))} for all \\spad{i, j}")) (|map| (($ (|Mapping| |#1| |#1| |#1|) $ $ |#1|) "\\spad{map(f,a,b,r)} returns \\spad{c},{} where \\spad{c(i,j) = f(a(i,j),b(i,j))} when both \\spad{a(i,j)} and \\spad{b(i,j)} exist; else \\spad{c(i,j) = f(r, b(i,j))} when \\spad{a(i,j)} does not exist; else \\spad{c(i,j) = f(a(i,j),r)} when \\spad{b(i,j)} does not exist; otherwise \\spad{c(i,j) = f(r,r)}.") (($ (|Mapping| |#1| |#1| |#1|) $ $) "\\spad{map(f,a,b)} returns \\spad{c},{} where \\spad{c(i,j) = f(a(i,j),b(i,j))} for all \\spad{i, j}") (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,a)} returns \\spad{b},{} where \\spad{b(i,j) = f(a(i,j))} for all \\spad{i, j}")) (|setColumn!| (($ $ (|Integer|) |#3|) "\\spad{setColumn!(m,j,v)} sets to \\spad{j}th column of \\spad{m} to \\spad{v}")) (|setRow!| (($ $ (|Integer|) |#2|) "\\spad{setRow!(m,i,v)} sets to \\spad{i}th row of \\spad{m} to \\spad{v}")) (|qsetelt!| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{qsetelt!(m,i,j,r)} sets the element in the \\spad{i}th row and \\spad{j}th column of \\spad{m} to \\spad{r} NO error check to determine if indices are in proper ranges")) (|setelt| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{setelt(m,i,j,r)} sets the element in the \\spad{i}th row and \\spad{j}th column of \\spad{m} to \\spad{r} error check to determine if indices are in proper ranges")) (|column| ((|#3| $ (|Integer|)) "\\spad{column(m,j)} returns the \\spad{j}th column of \\spad{m} error check to determine if index is in proper ranges")) (|row| ((|#2| $ (|Integer|)) "\\spad{row(m,i)} returns the \\spad{i}th row of \\spad{m} error check to determine if index is in proper ranges")) (|qelt| ((|#1| $ (|Integer|) (|Integer|)) "\\spad{qelt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m} NO error check to determine if indices are in proper ranges")) (|elt| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{elt(m,i,j,r)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m},{} if \\spad{m} has an \\spad{i}th row and a \\spad{j}th column,{} and returns \\spad{r} otherwise") ((|#1| $ (|Integer|) (|Integer|)) "\\spad{elt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m} error check to determine if indices are in proper ranges")) (|ncols| (((|NonNegativeInteger|) $) "\\spad{ncols(m)} returns the number of columns in the array \\spad{m}")) (|nrows| (((|NonNegativeInteger|) $) "\\spad{nrows(m)} returns the number of rows in the array \\spad{m}")) (|maxColIndex| (((|Integer|) $) "\\spad{maxColIndex(m)} returns the index of the 'last' column of the array \\spad{m}")) (|minColIndex| (((|Integer|) $) "\\spad{minColIndex(m)} returns the index of the 'first' column of the array \\spad{m}")) (|maxRowIndex| (((|Integer|) $) "\\spad{maxRowIndex(m)} returns the index of the 'last' row of the array \\spad{m}")) (|minRowIndex| (((|Integer|) $) "\\spad{minRowIndex(m)} returns the index of the 'first' row of the array \\spad{m}")) (|fill!| (($ $ |#1|) "\\spad{fill!(m,r)} fills \\spad{m} with \\spad{r}'s")) (|new| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) |#1|) "\\spad{new(m,n,r)} is an \\spad{m}-by-\\spad{n} array all of whose entries are \\spad{r}")))
-((-3997 . T))
+NIL
NIL
(-58 S)
((|constructor| (NIL "This is the domain of 1-based one dimensional arrays")) (|oneDimensionalArray| (($ (|NonNegativeInteger|) |#1|) "\\spad{oneDimensionalArray(n,s)} creates an array from \\spad{n} copies of element \\spad{s}") (($ (|List| |#1|)) "\\spad{oneDimensionalArray(l)} creates an array from a list of elements \\spad{l}")))
-((-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-756))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|)))))
+NIL
+((OR (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-757))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|)))))
(-59 A B)
((|constructor| (NIL "\\indented{1}{This package provides tools for operating on one-dimensional arrays} with unary and binary functions involving different underlying types")) (|map| (((|OneDimensionalArray| |#2|) (|Mapping| |#2| |#1|) (|OneDimensionalArray| |#1|)) "\\spad{map(f,a)} applies function \\spad{f} to each member of one-dimensional array \\spad{a} resulting in a new one-dimensional array over a possibly different underlying domain.")) (|reduce| ((|#2| (|Mapping| |#2| |#1| |#2|) (|OneDimensionalArray| |#1|) |#2|) "\\spad{reduce(f,a,r)} applies function \\spad{f} to each successive element of the one-dimensional array \\spad{a} and an accumulant initialized to \\spad{r}. For example,{} \\spad{reduce(_+\\$Integer,[1,2,3],0)} does \\spad{3+(2+(1+0))}. Note: third argument \\spad{r} may be regarded as the identity element for the function \\spad{f}.")) (|scan| (((|OneDimensionalArray| |#2|) (|Mapping| |#2| |#1| |#2|) (|OneDimensionalArray| |#1|) |#2|) "\\spad{scan(f,a,r)} successively applies \\spad{reduce(f,x,r)} to more and more leading sub-arrays \\spad{x} of one-dimensional array \\spad{a}. More precisely,{} if \\spad{a} is \\spad{[a1,a2,...]},{} then \\spad{scan(f,a,r)} returns \\spad{[reduce(f,[a1],r),reduce(f,[a1,a2],r),...]}.")))
NIL
NIL
(-60 R)
((|constructor| (NIL "\\indented{1}{A TwoDimensionalArray is a two dimensional array with} 1-based indexing for both rows and columns.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))))
(-61 R L)
((|constructor| (NIL "\\spadtype{AssociatedEquations} provides functions to compute the associated equations needed for factoring operators")) (|associatedEquations| (((|Record| (|:| |minor| (|List| (|PositiveInteger|))) (|:| |eq| |#2|) (|:| |minors| (|List| (|List| (|PositiveInteger|)))) (|:| |ops| (|List| |#2|))) |#2| (|PositiveInteger|)) "\\spad{associatedEquations(op, m)} returns \\spad{[w, eq, lw, lop]} such that \\spad{eq(w) = 0} where \\spad{w} is the given minor,{} and \\spad{lw_i = lop_i(w)} for all the other minors.")) (|uncouplingMatrices| (((|Vector| (|Matrix| |#1|)) (|Matrix| |#1|)) "\\spad{uncouplingMatrices(M)} returns \\spad{[A_1,...,A_n]} such that if \\spad{y = [y_1,...,y_n]} is a solution of \\spad{y' = M y},{} then \\spad{[\\$y_j',y_j'',...,y_j^{(n)}\\$] = \\$A_j y\\$} for all \\spad{j}'s.")) (|associatedSystem| (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| (|List| (|PositiveInteger|))))) |#2| (|PositiveInteger|)) "\\spad{associatedSystem(op, m)} returns \\spad{[M,w]} such that the \\spad{m}-th associated equation system to \\spad{L} is \\spad{w' = M w}.")))
NIL
((|HasCategory| |#1| (QUOTE (-312))))
(-62 S)
((|constructor| (NIL "A stack represented as a flexible array.")) (|arrayStack| (($ (|List| |#1|)) "\\spad{arrayStack([x,y,...,z])} creates an array stack with first (top) element \\spad{x},{} second element \\spad{y},{}...,{}and last element \\spad{z}.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))))
(-63 S)
((|constructor| (NIL "This is the category of Spad abstract syntax trees.")))
NIL
@@ -202,11 +202,11 @@ NIL
NIL
(-68)
((|constructor| (NIL "This category exports the attributes in the AXIOM Library")) (|canonical| ((|attribute|) "\\spad{canonical} is \\spad{true} if and only if distinct elements have distinct data structures. For example,{} a domain of mathematical objects which has the \\spad{canonical} attribute means that two objects are mathematically equal if and only if their data structures are equal.")) (|multiplicativeValuation| ((|attribute|) "\\spad{multiplicativeValuation} implies \\spad{euclideanSize(a*b)=euclideanSize(a)*euclideanSize(b)}.")) (|additiveValuation| ((|attribute|) "\\spad{additiveValuation} implies \\spad{euclideanSize(a*b)=euclideanSize(a)+euclideanSize(b)}.")) (|noetherian| ((|attribute|) "\\spad{noetherian} is \\spad{true} if all of its ideals are finitely generated.")) (|central| ((|attribute|) "\\spad{central} is \\spad{true} if,{} given an algebra over a ring \\spad{R},{} the image of \\spad{R} is the center of the algebra,{} \\spadignore{i.e.} the set of members of the algebra which commute with all others is precisely the image of \\spad{R} in the algebra.")) (|partiallyOrderedSet| ((|attribute|) "\\spad{partiallyOrderedSet} is \\spad{true} if a set with \\spadop{<} which is transitive,{} but \\spad{not(a < b or a = b)} does not necessarily imply \\spad{b<a}.")) (|arbitraryPrecision| ((|attribute|) "\\spad{arbitraryPrecision} means the user can set the precision for subsequent calculations.")) (|canonicalsClosed| ((|attribute|) "\\spad{canonicalsClosed} is \\spad{true} if \\spad{unitCanonical(a)*unitCanonical(b) = unitCanonical(a*b)}.")) (|canonicalUnitNormal| ((|attribute|) "\\spad{canonicalUnitNormal} is \\spad{true} if we can choose a canonical representative for each class of associate elements,{} that is \\spad{associates?(a,b)} returns \\spad{true} if and only if \\spad{unitCanonical(a) = unitCanonical(b)}.")) (|noZeroDivisors| ((|attribute|) "\\spad{noZeroDivisors} is \\spad{true} if \\spad{x * y \\~~= 0} implies both \\spad{x} and \\spad{y} are non-zero.")) (|rightUnitary| ((|attribute|) "\\spad{rightUnitary} is \\spad{true} if \\spad{x * 1 = x} for all \\spad{x}.")) (|leftUnitary| ((|attribute|) "\\spad{leftUnitary} is \\spad{true} if \\spad{1 * x = x} for all \\spad{x}.")) (|unitsKnown| ((|attribute|) "\\spad{unitsKnown} is \\spad{true} if a monoid (a multiplicative semigroup with a 1) has \\spad{unitsKnown} means that the operation \\spadfun{recip} can only return \"failed\" if its argument is not a unit.")) (|commutative| ((|attribute| "*") "\\spad{commutative(\"*\")} is \\spad{true} if it has an operation \\spad{\"*\": (D,D) -> D} which is commutative.")))
-(((-3998 "*") . T) (-3993 . T) (-3991 . T) (-3990 . T) (-3989 . T) (-3994 . T) (-3988 . T) (-3987 . T) (-3986 . T) (-3985 . T) (-3984 . T) (-3992 . T) (-3995 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-3983 . T))
+(((-3999 "*") . T) (-3994 . T) (-3992 . T) (-3991 . T) (-3990 . T) (-3995 . T) (-3989 . T) (-3988 . T) (-3987 . T) (-3986 . T) (-3985 . T) (-3993 . T) (-3996 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-3984 . T))
NIL
(-69 R)
((|constructor| (NIL "Automorphism \\spad{R} is the multiplicative group of automorphisms of \\spad{R}.")) (|morphism| (($ (|Mapping| |#1| |#1| (|Integer|))) "\\spad{morphism(f)} returns the morphism given by \\spad{f^n(x) = f(x,n)}.") (($ (|Mapping| |#1| |#1|) (|Mapping| |#1| |#1|)) "\\spad{morphism(f, g)} returns the invertible morphism given by \\spad{f},{} where \\spad{g} is the inverse of \\spad{f}..") (($ (|Mapping| |#1| |#1|)) "\\spad{morphism(f)} returns the non-invertible morphism given by \\spad{f}.")))
-((-3993 . T))
+((-3994 . T))
NIL
(-70 R UP)
((|constructor| (NIL "This package provides balanced factorisations of polynomials.")) (|balancedFactorisation| (((|Factored| |#2|) |#2| (|List| |#2|)) "\\spad{balancedFactorisation(a, [b1,...,bn])} returns a factorisation \\spad{a = p1^e1 ... pm^em} such that each \\spad{pi} is balanced with respect to \\spad{[b1,...,bm]}.") (((|Factored| |#2|) |#2| |#2|) "\\spad{balancedFactorisation(a, b)} returns a factorisation \\spad{a = p1^e1 ... pm^em} such that each \\spad{pi} is balanced with respect to \\spad{b}.")))
@@ -222,24 +222,24 @@ NIL
NIL
(-73 S)
((|constructor| (NIL "\\spadtype{BalancedBinaryTree(S)} is the domain of balanced binary trees (bbtree). A balanced binary tree of \\spad{2**k} leaves,{} for some \\spad{k > 0},{} is symmetric,{} that is,{} the left and right subtree of each interior node have identical shape. In general,{} the left and right subtree of a given node can differ by at most leaf node.")) (|mapDown!| (($ $ |#1| (|Mapping| (|List| |#1|) |#1| |#1| |#1|)) "\\spad{mapDown!(t,p,f)} returns \\spad{t} after traversing \\spad{t} in \"preorder\" (node then left then right) fashion replacing the successive interior nodes as follows. Let \\spad{l} and \\spad{r} denote the left and right subtrees of \\spad{t}. The root value \\spad{x} of \\spad{t} is replaced by \\spad{p}. Then \\spad{f}(value \\spad{l},{} value \\spad{r},{} \\spad{p}),{} where \\spad{l} and \\spad{r} denote the left and right subtrees of \\spad{t},{} is evaluated producing two values pl and pr. Then \\spad{mapDown!(l,pl,f)} and \\spad{mapDown!(l,pr,f)} are evaluated.") (($ $ |#1| (|Mapping| |#1| |#1| |#1|)) "\\spad{mapDown!(t,p,f)} returns \\spad{t} after traversing \\spad{t} in \"preorder\" (node then left then right) fashion replacing the successive interior nodes as follows. The root value \\spad{x} is replaced by \\spad{q} := \\spad{f}(\\spad{p},{}\\spad{x}). The mapDown!(\\spad{l},{}\\spad{q},{}\\spad{f}) and mapDown!(\\spad{r},{}\\spad{q},{}\\spad{f}) are evaluated for the left and right subtrees \\spad{l} and \\spad{r} of \\spad{t}.")) (|mapUp!| (($ $ $ (|Mapping| |#1| |#1| |#1| |#1| |#1|)) "\\spad{mapUp!(t,t1,f)} traverses \\spad{t} in an \"endorder\" (left then right then node) fashion returning \\spad{t} with the value at each successive interior node of \\spad{t} replaced by \\spad{f}(\\spad{l},{}\\spad{r},{}\\spad{l1},{}\\spad{r1}) where \\spad{l} and \\spad{r} are the values at the immediate left and right nodes. Values \\spad{l1} and \\spad{r1} are values at the corresponding nodes of a balanced binary tree \\spad{t1},{} of identical shape at \\spad{t}.") ((|#1| $ (|Mapping| |#1| |#1| |#1|)) "\\spad{mapUp!(t,f)} traverses balanced binary tree \\spad{t} in an \"endorder\" (left then right then node) fashion returning \\spad{t} with the value at each successive interior node of \\spad{t} replaced by \\spad{f}(\\spad{l},{}\\spad{r}) where \\spad{l} and \\spad{r} are the values at the immediate left and right nodes.")) (|setleaves!| (($ $ (|List| |#1|)) "\\spad{setleaves!(t, ls)} sets the leaves of \\spad{t} in left-to-right order to the elements of ls.")) (|balancedBinaryTree| (($ (|NonNegativeInteger|) |#1|) "\\spad{balancedBinaryTree(n, s)} creates a balanced binary tree with \\spad{n} nodes each with value \\spad{s}.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))))
(-74 R UP M |Row| |Col|)
((|constructor| (NIL "\\spadtype{BezoutMatrix} contains functions for computing resultants and discriminants using Bezout matrices.")) (|bezoutDiscriminant| ((|#1| |#2|) "\\spad{bezoutDiscriminant(p)} computes the discriminant of a polynomial \\spad{p} by computing the determinant of a Bezout matrix.")) (|bezoutResultant| ((|#1| |#2| |#2|) "\\spad{bezoutResultant(p,q)} computes the resultant of the two polynomials \\spad{p} and \\spad{q} by computing the determinant of a Bezout matrix.")) (|bezoutMatrix| ((|#3| |#2| |#2|) "\\spad{bezoutMatrix(p,q)} returns the Bezout matrix for the two polynomials \\spad{p} and \\spad{q}.")) (|sylvesterMatrix| ((|#3| |#2| |#2|) "\\spad{sylvesterMatrix(p,q)} returns the Sylvester matrix for the two polynomials \\spad{p} and \\spad{q}.")))
NIL
-((|HasAttribute| |#1| (QUOTE (-3998 "*"))))
+((|HasAttribute| |#1| (QUOTE (-3999 "*"))))
(-75 A S)
((|constructor| (NIL "A bag aggregate is an aggregate for which one can insert and extract objects,{} and where the order in which objects are inserted determines the order of extraction. Examples of bags are stacks,{} queues,{} and dequeues.")) (|inspect| ((|#2| $) "\\spad{inspect(u)} returns an (random) element from a bag.")) (|insert!| (($ |#2| $) "\\spad{insert!(x,u)} inserts item \\spad{x} into bag \\spad{u}.")) (|extract!| ((|#2| $) "\\spad{extract!(u)} destructively removes a (random) item from bag \\spad{u}.")) (|bag| (($ (|List| |#2|)) "\\spad{bag([x,y,...,z])} creates a bag with elements \\spad{x},{}\\spad{y},{}...,{}\\spad{z}.")))
NIL
NIL
(-76 S)
((|constructor| (NIL "A bag aggregate is an aggregate for which one can insert and extract objects,{} and where the order in which objects are inserted determines the order of extraction. Examples of bags are stacks,{} queues,{} and dequeues.")) (|inspect| ((|#1| $) "\\spad{inspect(u)} returns an (random) element from a bag.")) (|insert!| (($ |#1| $) "\\spad{insert!(x,u)} inserts item \\spad{x} into bag \\spad{u}.")) (|extract!| ((|#1| $) "\\spad{extract!(u)} destructively removes a (random) item from bag \\spad{u}.")) (|bag| (($ (|List| |#1|)) "\\spad{bag([x,y,...,z])} creates a bag with elements \\spad{x},{}\\spad{y},{}...,{}\\spad{z}.")))
-((-3997 . T))
+NIL
NIL
(-77)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating binary expansions.")) (|binary| (($ (|Fraction| (|Integer|))) "\\spad{binary(r)} converts a rational number to a binary expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(b)} returns the fractional part of a binary expansion.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| (-484) (QUOTE (-821))) (|HasCategory| (-484) (QUOTE (-950 (-1090)))) (|HasCategory| (-484) (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-120))) (|HasCategory| (-484) (QUOTE (-553 (-473)))) (|HasCategory| (-484) (QUOTE (-933))) (|HasCategory| (-484) (QUOTE (-740))) (|HasCategory| (-484) (QUOTE (-756))) (OR (|HasCategory| (-484) (QUOTE (-740))) (|HasCategory| (-484) (QUOTE (-756)))) (|HasCategory| (-484) (QUOTE (-950 (-484)))) (|HasCategory| (-484) (QUOTE (-1066))) (|HasCategory| (-484) (QUOTE (-796 (-330)))) (|HasCategory| (-484) (QUOTE (-796 (-484)))) (|HasCategory| (-484) (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-484) (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-484) (QUOTE (-189))) (|HasCategory| (-484) (QUOTE (-811 (-1090)))) (|HasCategory| (-484) (QUOTE (-190))) (|HasCategory| (-484) (QUOTE (-809 (-1090)))) (|HasCategory| (-484) (QUOTE (-455 (-1090) (-484)))) (|HasCategory| (-484) (QUOTE (-260 (-484)))) (|HasCategory| (-484) (QUOTE (-241 (-484) (-484)))) (|HasCategory| (-484) (QUOTE (-258))) (|HasCategory| (-484) (QUOTE (-483))) (|HasCategory| (-484) (QUOTE (-580 (-484)))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-821)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-821)))) (|HasCategory| (-484) (QUOTE (-118)))))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| (-485) (QUOTE (-822))) (|HasCategory| (-485) (QUOTE (-951 (-1091)))) (|HasCategory| (-485) (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-120))) (|HasCategory| (-485) (QUOTE (-554 (-474)))) (|HasCategory| (-485) (QUOTE (-934))) (|HasCategory| (-485) (QUOTE (-741))) (|HasCategory| (-485) (QUOTE (-757))) (OR (|HasCategory| (-485) (QUOTE (-741))) (|HasCategory| (-485) (QUOTE (-757)))) (|HasCategory| (-485) (QUOTE (-951 (-485)))) (|HasCategory| (-485) (QUOTE (-1067))) (|HasCategory| (-485) (QUOTE (-797 (-330)))) (|HasCategory| (-485) (QUOTE (-797 (-485)))) (|HasCategory| (-485) (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-485) (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-485) (QUOTE (-189))) (|HasCategory| (-485) (QUOTE (-812 (-1091)))) (|HasCategory| (-485) (QUOTE (-190))) (|HasCategory| (-485) (QUOTE (-810 (-1091)))) (|HasCategory| (-485) (QUOTE (-456 (-1091) (-485)))) (|HasCategory| (-485) (QUOTE (-260 (-485)))) (|HasCategory| (-485) (QUOTE (-241 (-485) (-485)))) (|HasCategory| (-485) (QUOTE (-258))) (|HasCategory| (-485) (QUOTE (-484))) (|HasCategory| (-485) (QUOTE (-581 (-485)))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-822)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-822)))) (|HasCategory| (-485) (QUOTE (-118)))))
(-78)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Binding' is a name asosciated with a collection of properties.")) (|binding| (($ (|Identifier|) (|List| (|Property|))) "\\spad{binding(n,props)} constructs a binding with name `n' and property list `props'.")) (|properties| (((|List| (|Property|)) $) "\\spad{properties(b)} returns the properties associated with binding \\spad{b}.")) (|name| (((|Identifier|) $) "\\spad{name(b)} returns the name of binding \\spad{b}")))
NIL
@@ -254,11 +254,11 @@ NIL
NIL
(-81)
((|constructor| (NIL "\\spadtype{Bits} provides logical functions for Indexed Bits.")) (|bits| (($ (|NonNegativeInteger|) (|Boolean|)) "\\spad{bits(n,b)} creates bits with \\spad{n} values of \\spad{b}")))
-((-3997 . T))
-((-12 (|HasCategory| (-85) (QUOTE (-260 (-85)))) (|HasCategory| (-85) (QUOTE (-1013)))) (|HasCategory| (-85) (QUOTE (-553 (-473)))) (|HasCategory| (-85) (QUOTE (-756))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| (-85) (QUOTE (-72))) (|HasCategory| (-85) (QUOTE (-552 (-772)))) (|HasCategory| (-85) (QUOTE (-1013))) (-12 (|HasCategory| $ (QUOTE (-1035 (-85)))) (|HasCategory| (-85) (QUOTE (-756)))) (|HasCategory| $ (QUOTE (-318 (-85)))) (-12 (|HasCategory| $ (QUOTE (-318 (-85)))) (|HasCategory| (-85) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-1035 (-85)))))
+NIL
+((-12 (|HasCategory| (-85) (QUOTE (-260 (-85)))) (|HasCategory| (-85) (QUOTE (-1014)))) (|HasCategory| (-85) (QUOTE (-554 (-474)))) (|HasCategory| (-85) (QUOTE (-757))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| (-85) (QUOTE (-72))) (|HasCategory| (-85) (QUOTE (-553 (-773)))) (|HasCategory| (-85) (QUOTE (-1014))) (-12 (|HasCategory| $ (QUOTE (-1036 (-85)))) (|HasCategory| (-85) (QUOTE (-757)))) (|HasCategory| $ (QUOTE (-318 (-85)))) (-12 (|HasCategory| $ (QUOTE (-318 (-85)))) (|HasCategory| (-85) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-1036 (-85)))))
(-82 R S)
((|constructor| (NIL "A \\spadtype{BiModule} is both a left and right module with respect to potentially different rings. \\blankline")) (|rightUnitary| ((|attribute|) "\\spad{x * 1 = x}")) (|leftUnitary| ((|attribute|) "\\spad{1 * x = x}")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
(-83 S)
((|constructor| (NIL "This is the category of Boolean logic structures.")) (|or| (($ $ $) "\\spad{x or y} returns the disjunction of \\spad{x} and \\spad{y}.")) (|and| (($ $ $) "\\spad{x and y} returns the conjunction of \\spad{x} and \\spad{y}.")) (|not| (($ $) "\\spad{not x} returns the complement or negation of \\spad{x}.")))
@@ -280,22 +280,22 @@ NIL
((|constructor| (NIL "This package exports functions to set some commonly used properties of operators,{} including properties which contain functions.")) (|constantOpIfCan| (((|Union| |#1| "failed") (|BasicOperator|)) "\\spad{constantOpIfCan(op)} returns \\spad{a} if \\spad{op} is the constant nullary operator always returning \\spad{a},{} \"failed\" otherwise.")) (|constantOperator| (((|BasicOperator|) |#1|) "\\spad{constantOperator(a)} returns a nullary operator op such that \\spad{op()} always evaluate to \\spad{a}.")) (|derivative| (((|Union| (|List| (|Mapping| |#1| (|List| |#1|))) "failed") (|BasicOperator|)) "\\spad{derivative(op)} returns the value of the \"\\%diff\" property of \\spad{op} if it has one,{} and \"failed\" otherwise.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| |#1|)) "\\spad{derivative(op, foo)} attaches foo as the \"\\%diff\" property of \\spad{op}. If \\spad{op} has an \"\\%diff\" property \\spad{f},{} then applying a derivation \\spad{D} to \\spad{op}(a) returns \\spad{f(a) * D(a)}. Argument \\spad{op} must be unary.") (((|BasicOperator|) (|BasicOperator|) (|List| (|Mapping| |#1| (|List| |#1|)))) "\\spad{derivative(op, [foo1,...,foon])} attaches [\\spad{foo1},{}...,{}foon] as the \"\\%diff\" property of \\spad{op}. If \\spad{op} has an \"\\%diff\" property \\spad{[f1,...,fn]} then applying a derivation \\spad{D} to \\spad{op(a1,...,an)} returns \\spad{f1(a1,...,an) * D(a1) + ... + fn(a1,...,an) * D(an)}.")) (|evaluate| (((|Union| (|Mapping| |#1| (|List| |#1|)) "failed") (|BasicOperator|)) "\\spad{evaluate(op)} returns the value of the \"\\%eval\" property of \\spad{op} if it has one,{} and \"failed\" otherwise.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| |#1|)) "\\spad{evaluate(op, foo)} attaches foo as the \"\\%eval\" property of \\spad{op}. If \\spad{op} has an \"\\%eval\" property \\spad{f},{} then applying \\spad{op} to a returns the result of \\spad{f(a)}. Argument \\spad{op} must be unary.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| (|List| |#1|))) "\\spad{evaluate(op, foo)} attaches foo as the \"\\%eval\" property of \\spad{op}. If \\spad{op} has an \"\\%eval\" property \\spad{f},{} then applying \\spad{op} to \\spad{(a1,...,an)} returns the result of \\spad{f(a1,...,an)}.") (((|Union| |#1| "failed") (|BasicOperator|) (|List| |#1|)) "\\spad{evaluate(op, [a1,...,an])} checks if \\spad{op} has an \"\\%eval\" property \\spad{f}. If it has,{} then \\spad{f(a1,...,an)} is returned,{} and \"failed\" otherwise.")))
NIL
NIL
-(-88 -3093 UP)
+(-88 -3094 UP)
((|constructor| (NIL "\\spadtype{BoundIntegerRoots} provides functions to find lower bounds on the integer roots of a polynomial.")) (|integerBound| (((|Integer|) |#2|) "\\spad{integerBound(p)} returns a lower bound on the negative integer roots of \\spad{p},{} and 0 if \\spad{p} has no negative integer roots.")))
NIL
NIL
(-89 |p|)
((|constructor| (NIL "Stream-based implementation of Zp: \\spad{p}-adic numbers are represented as sum(\\spad{i} = 0..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in -(\\spad{p} - 1)\\spad{/2},{}...,{}(\\spad{p} - 1)\\spad{/2}.")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-90 |p|)
((|constructor| (NIL "Stream-based implementation of Qp: numbers are represented as sum(\\spad{i} = \\spad{k}..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in -(\\spad{p} - 1)\\spad{/2},{}...,{}(\\spad{p} - 1)\\spad{/2}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| (-89 |#1|) (QUOTE (-821))) (|HasCategory| (-89 |#1|) (QUOTE (-950 (-1090)))) (|HasCategory| (-89 |#1|) (QUOTE (-118))) (|HasCategory| (-89 |#1|) (QUOTE (-120))) (|HasCategory| (-89 |#1|) (QUOTE (-553 (-473)))) (|HasCategory| (-89 |#1|) (QUOTE (-933))) (|HasCategory| (-89 |#1|) (QUOTE (-740))) (|HasCategory| (-89 |#1|) (QUOTE (-756))) (OR (|HasCategory| (-89 |#1|) (QUOTE (-740))) (|HasCategory| (-89 |#1|) (QUOTE (-756)))) (|HasCategory| (-89 |#1|) (QUOTE (-950 (-484)))) (|HasCategory| (-89 |#1|) (QUOTE (-1066))) (|HasCategory| (-89 |#1|) (QUOTE (-796 (-330)))) (|HasCategory| (-89 |#1|) (QUOTE (-796 (-484)))) (|HasCategory| (-89 |#1|) (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-89 |#1|) (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-89 |#1|) (QUOTE (-580 (-484)))) (|HasCategory| (-89 |#1|) (QUOTE (-189))) (|HasCategory| (-89 |#1|) (QUOTE (-811 (-1090)))) (|HasCategory| (-89 |#1|) (QUOTE (-190))) (|HasCategory| (-89 |#1|) (QUOTE (-809 (-1090)))) (|HasCategory| (-89 |#1|) (|%list| (QUOTE -455) (QUOTE (-1090)) (|%list| (QUOTE -89) (|devaluate| |#1|)))) (|HasCategory| (-89 |#1|) (|%list| (QUOTE -260) (|%list| (QUOTE -89) (|devaluate| |#1|)))) (|HasCategory| (-89 |#1|) (|%list| (QUOTE -241) (|%list| (QUOTE -89) (|devaluate| |#1|)) (|%list| (QUOTE -89) (|devaluate| |#1|)))) (|HasCategory| (-89 |#1|) (QUOTE (-258))) (|HasCategory| (-89 |#1|) (QUOTE (-483))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-89 |#1|) (QUOTE (-821)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-89 |#1|) (QUOTE (-821)))) (|HasCategory| (-89 |#1|) (QUOTE (-118)))))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| (-89 |#1|) (QUOTE (-822))) (|HasCategory| (-89 |#1|) (QUOTE (-951 (-1091)))) (|HasCategory| (-89 |#1|) (QUOTE (-118))) (|HasCategory| (-89 |#1|) (QUOTE (-120))) (|HasCategory| (-89 |#1|) (QUOTE (-554 (-474)))) (|HasCategory| (-89 |#1|) (QUOTE (-934))) (|HasCategory| (-89 |#1|) (QUOTE (-741))) (|HasCategory| (-89 |#1|) (QUOTE (-757))) (OR (|HasCategory| (-89 |#1|) (QUOTE (-741))) (|HasCategory| (-89 |#1|) (QUOTE (-757)))) (|HasCategory| (-89 |#1|) (QUOTE (-951 (-485)))) (|HasCategory| (-89 |#1|) (QUOTE (-1067))) (|HasCategory| (-89 |#1|) (QUOTE (-797 (-330)))) (|HasCategory| (-89 |#1|) (QUOTE (-797 (-485)))) (|HasCategory| (-89 |#1|) (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-89 |#1|) (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-89 |#1|) (QUOTE (-581 (-485)))) (|HasCategory| (-89 |#1|) (QUOTE (-189))) (|HasCategory| (-89 |#1|) (QUOTE (-812 (-1091)))) (|HasCategory| (-89 |#1|) (QUOTE (-190))) (|HasCategory| (-89 |#1|) (QUOTE (-810 (-1091)))) (|HasCategory| (-89 |#1|) (|%list| (QUOTE -456) (QUOTE (-1091)) (|%list| (QUOTE -89) (|devaluate| |#1|)))) (|HasCategory| (-89 |#1|) (|%list| (QUOTE -260) (|%list| (QUOTE -89) (|devaluate| |#1|)))) (|HasCategory| (-89 |#1|) (|%list| (QUOTE -241) (|%list| (QUOTE -89) (|devaluate| |#1|)) (|%list| (QUOTE -89) (|devaluate| |#1|)))) (|HasCategory| (-89 |#1|) (QUOTE (-258))) (|HasCategory| (-89 |#1|) (QUOTE (-484))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-89 |#1|) (QUOTE (-822)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-89 |#1|) (QUOTE (-822)))) (|HasCategory| (-89 |#1|) (QUOTE (-118)))))
(-91 A S)
((|constructor| (NIL "A binary-recursive aggregate has 0,{} 1 or 2 children and serves as a model for a binary tree or a doubly-linked aggregate structure")) (|setright!| (($ $ $) "\\spad{setright!(a,x)} sets the right child of \\spad{t} to be \\spad{x}.")) (|setleft!| (($ $ $) "\\spad{setleft!(a,b)} sets the left child of \\axiom{a} to be \\spad{b}.")) (|setelt| (($ $ "right" $) "\\spad{setelt(a,\"right\",b)} (also written \\axiom{\\spad{b} . right := \\spad{b}}) is equivalent to \\axiom{setright!(a,{}\\spad{b})}.") (($ $ "left" $) "\\spad{setelt(a,\"left\",b)} (also written \\axiom{a . left := \\spad{b}}) is equivalent to \\axiom{setleft!(a,{}\\spad{b})}.")) (|right| (($ $) "\\spad{right(a)} returns the right child.")) (|elt| (($ $ "right") "\\spad{elt(a,\"right\")} (also written: \\axiom{a . right}) is equivalent to \\axiom{right(a)}.") (($ $ "left") "\\spad{elt(u,\"left\")} (also written: \\axiom{a . left}) is equivalent to \\axiom{left(a)}.")) (|left| (($ $) "\\spad{left(u)} returns the left child.")))
NIL
-((|HasCategory| |#1| (|%list| (QUOTE -1035) (|devaluate| |#2|))))
+((|HasCategory| |#1| (|%list| (QUOTE -1036) (|devaluate| |#2|))))
(-92 S)
((|constructor| (NIL "A binary-recursive aggregate has 0,{} 1 or 2 children and serves as a model for a binary tree or a doubly-linked aggregate structure")) (|setright!| (($ $ $) "\\spad{setright!(a,x)} sets the right child of \\spad{t} to be \\spad{x}.")) (|setleft!| (($ $ $) "\\spad{setleft!(a,b)} sets the left child of \\axiom{a} to be \\spad{b}.")) (|setelt| (($ $ "right" $) "\\spad{setelt(a,\"right\",b)} (also written \\axiom{\\spad{b} . right := \\spad{b}}) is equivalent to \\axiom{setright!(a,{}\\spad{b})}.") (($ $ "left" $) "\\spad{setelt(a,\"left\",b)} (also written \\axiom{a . left := \\spad{b}}) is equivalent to \\axiom{setleft!(a,{}\\spad{b})}.")) (|right| (($ $) "\\spad{right(a)} returns the right child.")) (|elt| (($ $ "right") "\\spad{elt(a,\"right\")} (also written: \\axiom{a . right}) is equivalent to \\axiom{right(a)}.") (($ $ "left") "\\spad{elt(u,\"left\")} (also written: \\axiom{a . left}) is equivalent to \\axiom{left(a)}.")) (|left| (($ $) "\\spad{left(u)} returns the left child.")))
NIL
@@ -306,15 +306,15 @@ NIL
NIL
(-94 S)
((|constructor| (NIL "BinarySearchTree(\\spad{S}) is the domain of a binary trees where elements are ordered across the tree. A binary search tree is either empty or has a value which is an \\spad{S},{} and a right and left which are both BinaryTree(\\spad{S}) Elements are ordered across the tree.")) (|split| (((|Record| (|:| |less| $) (|:| |greater| $)) |#1| $) "\\spad{split(x,b)} splits binary tree \\spad{b} into two trees,{} one with elements greater than \\spad{x},{} the other with elements less than \\spad{x}.")) (|insertRoot!| (($ |#1| $) "\\spad{insertRoot!(x,b)} inserts element \\spad{x} as a root of binary search tree \\spad{b}.")) (|insert!| (($ |#1| $) "\\spad{insert!(x,b)} inserts element \\spad{x} as leaves into binary search tree \\spad{b}.")) (|binarySearchTree| (($ (|List| |#1|)) "\\spad{binarySearchTree(l)} \\undocumented")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))))
(-95 S)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")))
NIL
NIL
(-96)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")))
-((-3997 . T))
+NIL
NIL
(-97 A S)
((|constructor| (NIL "\\spadtype{BinaryTreeCategory(S)} is the category of binary trees: a tree which is either empty or else is a \\spadfun{node} consisting of a value and a \\spadfun{left} and \\spadfun{right},{} both binary trees.")) (|node| (($ $ |#2| $) "\\spad{node(left,v,right)} creates a binary tree with value \\spad{v},{} a binary tree \\spad{left},{} and a binary tree \\spad{right}.")))
@@ -322,24 +322,24 @@ NIL
NIL
(-98 S)
((|constructor| (NIL "\\spadtype{BinaryTreeCategory(S)} is the category of binary trees: a tree which is either empty or else is a \\spadfun{node} consisting of a value and a \\spadfun{left} and \\spadfun{right},{} both binary trees.")) (|node| (($ $ |#1| $) "\\spad{node(left,v,right)} creates a binary tree with value \\spad{v},{} a binary tree \\spad{left},{} and a binary tree \\spad{right}.")))
-((-3997 . T))
+NIL
NIL
(-99 S)
((|constructor| (NIL "\\spadtype{BinaryTournament(S)} is the domain of binary trees where elements are ordered down the tree. A binary search tree is either empty or is a node containing a \\spadfun{value} of type \\spad{S},{} and a \\spadfun{right} and a \\spadfun{left} which are both \\spadtype{BinaryTree(S)}")) (|insert!| (($ |#1| $) "\\spad{insert!(x,b)} inserts element \\spad{x} as leaves into binary tournament \\spad{b}.")) (|binaryTournament| (($ (|List| |#1|)) "\\spad{binaryTournament(ls)} creates a binary tournament with the elements of \\spad{ls} as values at the nodes.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))))
(-100 S)
((|constructor| (NIL "\\spadtype{BinaryTree(S)} is the domain of all binary trees. A binary tree over \\spad{S} is either empty or has a \\spadfun{value} which is an \\spad{S} and a \\spadfun{right} and \\spadfun{left} which are both binary trees.")) (|binaryTree| (($ $ |#1| $) "\\spad{binaryTree(l,v,r)} creates a binary tree with value \\spad{v} with left subtree \\spad{l} and right subtree \\spad{r}.") (($ |#1|) "\\spad{binaryTree(v)} is an non-empty binary tree with value \\spad{v},{} and left and right empty.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))))
(-101)
((|constructor| (NIL "Byte is the datatype of 8-bit sized unsigned integer values.")) (|sample| (($) "\\spad{sample} gives a sample datum of type Byte.")) (|bitior| (($ $ $) "bitor(\\spad{x},{}\\spad{y}) returns the bitwise `inclusive or' of `x' and `y'.")) (|bitand| (($ $ $) "\\spad{bitand(x,y)} returns the bitwise `and' of `x' and `y'.")) (|byte| (($ (|NonNegativeInteger|)) "\\spad{byte(x)} injects the unsigned integer value `v' into the Byte algebra. `v' must be non-negative and less than 256.")))
NIL
NIL
(-102)
((|constructor| (NIL "ByteBuffer provides datatype for buffers of bytes. This domain differs from PrimitiveArray Byte in that it is not as rigid as PrimitiveArray Byte. That is,{} the typical use of ByteBuffer is to pre-allocate a vector of Byte of some capacity `n'. The array can then store up to `n' bytes. The actual interesting bytes count (the length of the buffer) is therefore different from the capacity. The length is no more than the capacity,{} but it can be set dynamically as needed. This functionality is used for example when reading bytes from input/output devices where we use buffers to transfer data in and out of the system. Note: a value of type ByteBuffer is 0-based indexed,{} as opposed \\indented{6}{Vector,{} but not unlike PrimitiveArray Byte.}")) (|setLength!| (((|NonNegativeInteger|) $ (|NonNegativeInteger|)) "\\spad{setLength!(buf,n)} sets the number of active bytes in the `buf'. Error if `n' is more than the capacity.")) (|capacity| (((|NonNegativeInteger|) $) "\\spad{capacity(buf)} returns the pre-allocated maximum size of `buf'.")) (|byteBuffer| (($ (|NonNegativeInteger|)) "\\spad{byteBuffer(n)} creates a buffer of capacity \\spad{n},{} and length 0.")))
-((-3997 . T))
-((OR (-12 (|HasCategory| (-101) (QUOTE (-260 (-101)))) (|HasCategory| (-101) (QUOTE (-756)))) (-12 (|HasCategory| (-101) (QUOTE (-260 (-101)))) (|HasCategory| (-101) (QUOTE (-1013))))) (|HasCategory| (-101) (QUOTE (-552 (-772)))) (|HasCategory| (-101) (QUOTE (-553 (-473)))) (OR (|HasCategory| (-101) (QUOTE (-756))) (|HasCategory| (-101) (QUOTE (-1013)))) (|HasCategory| (-101) (QUOTE (-756))) (OR (|HasCategory| (-101) (QUOTE (-72))) (|HasCategory| (-101) (QUOTE (-756))) (|HasCategory| (-101) (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| (-101) (QUOTE (-72))) (|HasCategory| (-101) (QUOTE (-1013))) (-12 (|HasCategory| (-101) (QUOTE (-260 (-101)))) (|HasCategory| (-101) (QUOTE (-1013)))) (-12 (|HasCategory| $ (QUOTE (-318 (-101)))) (|HasCategory| (-101) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-318 (-101)))) (|HasCategory| $ (QUOTE (-1035 (-101)))) (-12 (|HasCategory| $ (QUOTE (-1035 (-101)))) (|HasCategory| (-101) (QUOTE (-756)))))
+NIL
+((OR (-12 (|HasCategory| (-101) (QUOTE (-260 (-101)))) (|HasCategory| (-101) (QUOTE (-757)))) (-12 (|HasCategory| (-101) (QUOTE (-260 (-101)))) (|HasCategory| (-101) (QUOTE (-1014))))) (|HasCategory| (-101) (QUOTE (-553 (-773)))) (|HasCategory| (-101) (QUOTE (-554 (-474)))) (OR (|HasCategory| (-101) (QUOTE (-757))) (|HasCategory| (-101) (QUOTE (-1014)))) (|HasCategory| (-101) (QUOTE (-757))) (OR (|HasCategory| (-101) (QUOTE (-72))) (|HasCategory| (-101) (QUOTE (-757))) (|HasCategory| (-101) (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| (-101) (QUOTE (-72))) (|HasCategory| (-101) (QUOTE (-1014))) (-12 (|HasCategory| (-101) (QUOTE (-260 (-101)))) (|HasCategory| (-101) (QUOTE (-1014)))) (-12 (|HasCategory| $ (QUOTE (-318 (-101)))) (|HasCategory| (-101) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-318 (-101)))) (|HasCategory| $ (QUOTE (-1036 (-101)))) (-12 (|HasCategory| $ (QUOTE (-1036 (-101)))) (|HasCategory| (-101) (QUOTE (-757)))))
(-103)
((|constructor| (NIL "This datatype describes byte order of machine values stored memory.")) (|unknownEndian| (($) "\\spad{unknownEndian} for none of the above.")) (|bigEndian| (($) "\\spad{bigEndian} describes big endian host")) (|littleEndian| (($) "\\spad{littleEndian} describes little endian host")))
NIL
@@ -358,13 +358,13 @@ NIL
NIL
(-107)
((|constructor| (NIL "Members of the domain CardinalNumber are values indicating the cardinality of sets,{} both finite and infinite. Arithmetic operations are defined on cardinal numbers as follows. \\blankline If \\spad{x = \\#X} and \\spad{y = \\#Y} then \\indented{2}{\\spad{x+y\\space{2}= \\#(X+Y)}\\space{3}\\tab{30}disjoint union} \\indented{2}{\\spad{x-y\\space{2}= \\#(X-Y)}\\space{3}\\tab{30}relative complement} \\indented{2}{\\spad{x*y\\space{2}= \\#(X*Y)}\\space{3}\\tab{30}cartesian product} \\indented{2}{\\spad{x**y = \\#(X**Y)}\\space{2}\\tab{30}\\spad{X**Y = \\{g| g:Y->X\\}}} \\blankline The non-negative integers have a natural construction as cardinals \\indented{2}{\\spad{0 = \\#\\{\\}},{} \\spad{1 = \\{0\\}},{} \\spad{2 = \\{0, 1\\}},{} ...,{} \\spad{n = \\{i| 0 <= i < n\\}}.} \\blankline That \\spad{0} acts as a zero for the multiplication of cardinals is equivalent to the axiom of choice. \\blankline The generalized continuum hypothesis asserts \\center{\\spad{2**Aleph i = Aleph(i+1)}} and is independent of the axioms of set theory [Goedel 1940]. \\blankline Three commonly encountered cardinal numbers are \\indented{3}{\\spad{a = \\#Z}\\space{7}\\tab{30}countable infinity} \\indented{3}{\\spad{c = \\#R}\\space{7}\\tab{30}the continuum} \\indented{3}{\\spad{f = \\#\\{g| g:[0,1]->R\\}}} \\blankline In this domain,{} these values are obtained using \\indented{3}{\\spad{a := Aleph 0},{} \\spad{c := 2**a},{} \\spad{f := 2**c}.} \\blankline")) (|generalizedContinuumHypothesisAssumed| (((|Boolean|) (|Boolean|)) "\\spad{generalizedContinuumHypothesisAssumed(bool)} is used to dictate whether the hypothesis is to be assumed.")) (|generalizedContinuumHypothesisAssumed?| (((|Boolean|)) "\\spad{generalizedContinuumHypothesisAssumed?()} tests if the hypothesis is currently assumed.")) (|countable?| (((|Boolean|) $) "\\spad{countable?(\\spad{a})} determines whether \\spad{a} is a countable cardinal,{} \\spadignore{i.e.} an integer or \\spad{Aleph 0}.")) (|finite?| (((|Boolean|) $) "\\spad{finite?(\\spad{a})} determines whether \\spad{a} is a finite cardinal,{} \\spadignore{i.e.} an integer.")) (|Aleph| (($ (|NonNegativeInteger|)) "\\spad{Aleph(n)} provides the named (infinite) cardinal number.")) (** (($ $ $) "\\spad{x**y} returns \\spad{\\#(X**Y)} where \\spad{X**Y} is defined \\indented{1}{as \\spad{\\{g| g:Y->X\\}}.}")) (- (((|Union| $ "failed") $ $) "\\spad{x - y} returns an element \\spad{z} such that \\spad{z+y=x} or \"failed\" if no such element exists.")) (|commutative| ((|attribute| "*") "a domain \\spad{D} has \\spad{commutative(\"*\")} if it has an operation \\spad{\"*\": (D,D) -> D} which is commutative.")))
-(((-3998 "*") . T))
+(((-3999 "*") . T))
NIL
-(-108 |minix| -2622 R)
+(-108 |minix| -2623 R)
((|constructor| (NIL "CartesianTensor(minix,{}dim,{}\\spad{R}) provides Cartesian tensors with components belonging to a commutative ring \\spad{R}. These tensors can have any number of indices. Each index takes values from \\spad{minix} to \\spad{minix + dim - 1}.")) (|sample| (($) "\\spad{sample()} returns an object of type \\%.")) (|unravel| (($ (|List| |#3|)) "\\spad{unravel(t)} produces a tensor from a list of components such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|ravel| (((|List| |#3|) $) "\\spad{ravel(t)} produces a list of components from a tensor such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|leviCivitaSymbol| (($) "\\spad{leviCivitaSymbol()} is the rank \\spad{dim} tensor defined by \\spad{leviCivitaSymbol()(i1,...idim) = +1/0/-1} if \\spad{i1,...,idim} is an even/is nota /is an odd permutation of \\spad{minix,...,minix+dim-1}.")) (|kroneckerDelta| (($) "\\spad{kroneckerDelta()} is the rank 2 tensor defined by \\indented{3}{\\spad{kroneckerDelta()(i,j)}} \\indented{6}{\\spad{= 1\\space{2}if i = j}} \\indented{6}{\\spad{= 0 if\\space{2}i \\~= j}}")) (|reindex| (($ $ (|List| (|Integer|))) "\\spad{reindex(t,[i1,...,idim])} permutes the indices of \\spad{t}. For example,{} if \\spad{r = reindex(t, [4,1,2,3])} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank for tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(l,i,j,k)}.}")) (|transpose| (($ $ (|Integer|) (|Integer|)) "\\spad{transpose(t,i,j)} exchanges the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices of \\spad{t}. For example,{} if \\spad{r = transpose(t,2,3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(i,k,j,l)}.}") (($ $) "\\spad{transpose(t)} exchanges the first and last indices of \\spad{t}. For example,{} if \\spad{r = transpose(t)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(l,j,k,i)}.}")) (|contract| (($ $ (|Integer|) (|Integer|)) "\\spad{contract(t,i,j)} is the contraction of tensor \\spad{t} which sums along the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices. For example,{} if \\spad{r = contract(t,1,3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 2 \\spad{(= 4 - 2)} tensor given by \\indented{4}{\\spad{r(i,j) = sum(h=1..dim,t(h,i,h,j))}.}") (($ $ (|Integer|) $ (|Integer|)) "\\spad{contract(t,i,s,j)} is the inner product of tenors \\spad{s} and \\spad{t} which sums along the \\spad{k1}\\spad{-}th index of \\spad{t} and the \\spad{k2}\\spad{-}th index of \\spad{s}. For example,{} if \\spad{r = contract(s,2,t,1)} for rank 3 tensors rank 3 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is the rank 4 \\spad{(= 3 + 3 - 2)} tensor given by \\indented{4}{\\spad{r(i,j,k,l) = sum(h=1..dim,s(i,h,j)*t(h,k,l))}.}")) (* (($ $ $) "\\spad{s*t} is the inner product of the tensors \\spad{s} and \\spad{t} which contracts the last index of \\spad{s} with the first index of \\spad{t},{} \\spadignore{i.e.} \\indented{4}{\\spad{t*s = contract(t,rank t, s, 1)}} \\indented{4}{\\spad{t*s = sum(k=1..N, t[i1,..,iN,k]*s[k,j1,..,jM])}} This is compatible with the use of \\spad{M*v} to denote the matrix-vector inner product.")) (|product| (($ $ $) "\\spad{product(s,t)} is the outer product of the tensors \\spad{s} and \\spad{t}. For example,{} if \\spad{r = product(s,t)} for rank 2 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is a rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = s(i,j)*t(k,l)}.}")) (|elt| ((|#3| $ (|List| (|Integer|))) "\\spad{elt(t,[i1,...,iN])} gives a component of a rank \\spad{N} tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,i,j,k,l)} gives a component of a rank 4 tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,i,j,k)} gives a component of a rank 3 tensor.") ((|#3| $ (|Integer|) (|Integer|)) "\\spad{elt(t,i,j)} gives a component of a rank 2 tensor.") ((|#3| $) "\\spad{elt(t)} gives the component of a rank 0 tensor.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(t)} returns the tensorial rank of \\spad{t} (that is,{} the number of indices). This is the same as the graded module degree.")))
NIL
NIL
-(-109 |minix| -2622 S T$)
+(-109 |minix| -2623 S T$)
((|constructor| (NIL "This package provides functions to enable conversion of tensors given conversion of the components.")) (|map| (((|CartesianTensor| |#1| |#2| |#4|) (|Mapping| |#4| |#3|) (|CartesianTensor| |#1| |#2| |#3|)) "\\spad{map(f,ts)} does a componentwise conversion of the tensor \\spad{ts} to a tensor with components of type \\spad{T}.")) (|reshape| (((|CartesianTensor| |#1| |#2| |#4|) (|List| |#4|) (|CartesianTensor| |#1| |#2| |#3|)) "\\spad{reshape(lt,ts)} organizes the list of components \\spad{lt} into a tensor with the same shape as \\spad{ts}.")))
NIL
NIL
@@ -386,8 +386,8 @@ NIL
NIL
(-114)
((|constructor| (NIL "This domain allows classes of characters to be defined and manipulated efficiently.")) (|alphanumeric| (($) "\\spad{alphanumeric()} returns the class of all characters for which \\spadfunFrom{alphanumeric?}{Character} is \\spad{true}.")) (|alphabetic| (($) "\\spad{alphabetic()} returns the class of all characters for which \\spadfunFrom{alphabetic?}{Character} is \\spad{true}.")) (|lowerCase| (($) "\\spad{lowerCase()} returns the class of all characters for which \\spadfunFrom{lowerCase?}{Character} is \\spad{true}.")) (|upperCase| (($) "\\spad{upperCase()} returns the class of all characters for which \\spadfunFrom{upperCase?}{Character} is \\spad{true}.")) (|hexDigit| (($) "\\spad{hexDigit()} returns the class of all characters for which \\spadfunFrom{hexDigit?}{Character} is \\spad{true}.")) (|digit| (($) "\\spad{digit()} returns the class of all characters for which \\spadfunFrom{digit?}{Character} is \\spad{true}.")) (|charClass| (($ (|List| (|Character|))) "\\spad{charClass(l)} creates a character class which contains exactly the characters given in the list \\spad{l}.") (($ (|String|)) "\\spad{charClass(s)} creates a character class which contains exactly the characters given in the string \\spad{s}.")))
-((-3986 . T) (-3997 . T))
-((OR (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-320)))) (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-1013))))) (|HasCategory| (-117) (QUOTE (-553 (-473)))) (|HasCategory| (-117) (QUOTE (-320))) (|HasCategory| (-117) (QUOTE (-756))) (|HasCategory| (-117) (QUOTE (-72))) (|HasCategory| (-117) (QUOTE (-552 (-772)))) (|HasCategory| (-117) (QUOTE (-1013))) (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-1013)))) (|HasCategory| $ (QUOTE (-318 (-117)))) (-12 (|HasCategory| $ (QUOTE (-318 (-117)))) (|HasCategory| (-117) (QUOTE (-72)))))
+((-3987 . T))
+((OR (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-320)))) (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-1014))))) (|HasCategory| (-117) (QUOTE (-554 (-474)))) (|HasCategory| (-117) (QUOTE (-320))) (|HasCategory| (-117) (QUOTE (-757))) (|HasCategory| (-117) (QUOTE (-72))) (|HasCategory| (-117) (QUOTE (-553 (-773)))) (|HasCategory| (-117) (QUOTE (-1014))) (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-1014)))) (|HasCategory| $ (QUOTE (-318 (-117)))) (-12 (|HasCategory| $ (QUOTE (-318 (-117)))) (|HasCategory| (-117) (QUOTE (-72)))))
(-115 R Q A)
((|constructor| (NIL "CommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) "\\spad{splitDenominator([q1,...,qn])} returns \\spad{[[p1,...,pn], d]} such that \\spad{qi = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}'s.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator([q1,...,qn])} returns \\spad{[p1,...,pn]} such that \\spad{qi = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}'s.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator([q1,...,qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}qn.")))
NIL
@@ -402,7 +402,7 @@ NIL
NIL
(-118)
((|constructor| (NIL "Rings of Characteristic Non Zero")) (|charthRoot| (((|Maybe| $) $) "\\spad{charthRoot(x)} returns the \\spad{p}th root of \\spad{x} where \\spad{p} is the characteristic of the ring.")))
-((-3993 . T))
+((-3994 . T))
NIL
(-119 R)
((|constructor| (NIL "This package provides a characteristicPolynomial function for any matrix over a commutative ring.")) (|characteristicPolynomial| ((|#1| (|Matrix| |#1|) |#1|) "\\spad{characteristicPolynomial(m,r)} computes the characteristic polynomial of the matrix \\spad{m} evaluated at the point \\spad{r}. In particular,{} if \\spad{r} is the polynomial 'x,{} then it returns the characteristic polynomial expressed as a polynomial in 'x.")))
@@ -410,9 +410,9 @@ NIL
NIL
(-120)
((|constructor| (NIL "Rings of Characteristic Zero.")))
-((-3993 . T))
+((-3994 . T))
NIL
-(-121 -3093 UP UPUP)
+(-121 -3094 UP UPUP)
((|constructor| (NIL "Tools to send a point to infinity on an algebraic curve.")) (|chvar| (((|Record| (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (|Fraction| |#2|)) (|:| |c2| (|Fraction| |#2|)) (|:| |deg| (|NonNegativeInteger|))) |#3| |#3|) "\\spad{chvar(f(x,y), p(x,y))} returns \\spad{[g(z,t), q(z,t), c1(z), c2(z), n]} such that under the change of variable \\spad{x = c1(z)},{} \\spad{y = t * c2(z)},{} one gets \\spad{f(x,y) = g(z,t)}. The algebraic relation between \\spad{x} and \\spad{y} is \\spad{p(x, y) = 0}. The algebraic relation between \\spad{z} and \\spad{t} is \\spad{q(z, t) = 0}.")) (|eval| ((|#3| |#3| (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{eval(p(x,y), f(x), g(x))} returns \\spad{p(f(x), y * g(x))}.")) (|goodPoint| ((|#1| |#3| |#3|) "\\spad{goodPoint(p, q)} returns an integer a such that a is neither a pole of \\spad{p(x,y)} nor a branch point of \\spad{q(x,y) = 0}.")) (|rootPoly| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| (|Fraction| |#2|)) (|:| |radicand| |#2|)) (|Fraction| |#2|) (|NonNegativeInteger|)) "\\spad{rootPoly(g, n)} returns \\spad{[m, c, P]} such that \\spad{c * g ** (1/n) = P ** (1/m)} thus if \\spad{y**n = g},{} then \\spad{z**m = P} where \\spad{z = c * y}.")) (|radPoly| (((|Union| (|Record| (|:| |radicand| (|Fraction| |#2|)) (|:| |deg| (|NonNegativeInteger|))) "failed") |#3|) "\\spad{radPoly(p(x, y))} returns \\spad{[c(x), n]} if \\spad{p} is of the form \\spad{y**n - c(x)},{} \"failed\" otherwise.")) (|mkIntegral| (((|Record| (|:| |coef| (|Fraction| |#2|)) (|:| |poly| |#3|)) |#3|) "\\spad{mkIntegral(p(x,y))} returns \\spad{[c(x), q(x,z)]} such that \\spad{z = c * y} is integral. The algebraic relation between \\spad{x} and \\spad{y} is \\spad{p(x, y) = 0}. The algebraic relation between \\spad{x} and \\spad{z} is \\spad{q(x, z) = 0}.")))
NIL
NIL
@@ -423,14 +423,14 @@ NIL
(-123 A S)
((|constructor| (NIL "A collection is a homogeneous aggregate which can built from list of members. The operation used to build the aggregate is generically named \\spadfun{construct}. However,{} each collection provides its own special function with the same name as the data type,{} except with an initial lower case letter,{} \\spadignore{e.g.} \\spadfun{list} for \\spadtype{List},{} \\spadfun{flexibleArray} for \\spadtype{FlexibleArray},{} and so on.")) (|removeDuplicates| (($ $) "\\spad{removeDuplicates(u)} returns a copy of \\spad{u} with all duplicates removed.")) (|select| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{select(p,u)} returns a copy of \\spad{u} containing only those elements such \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{select(\\spad{p},{}\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})]}.")) (|remove| (($ |#2| $) "\\spad{remove(x,u)} returns a copy of \\spad{u} with all elements \\axiom{\\spad{y} = \\spad{x}} removed. Note: \\axiom{remove(\\spad{y},{}\\spad{c}) == [\\spad{x} for \\spad{x} in \\spad{c} | \\spad{x} ~= \\spad{y}]}.") (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{remove(p,u)} returns a copy of \\spad{u} removing all elements \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{remove(\\spad{p},{}\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u} | not \\spad{p}(\\spad{x})]}.")) (|find| (((|Union| |#2| "failed") (|Mapping| (|Boolean|) |#2|) $) "\\spad{find(p,u)} returns the first \\spad{x} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \"failed\" otherwise.")) (|construct| (($ (|List| |#2|)) "\\axiom{construct(\\spad{x},{}\\spad{y},{}...,{}\\spad{z})} returns the collection of elements \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}} ordered as given. Equivalently written as \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]\\$\\spad{D}},{} where \\spad{D} is the domain. \\spad{D} may be omitted for those of type List.")))
NIL
-((|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#1| (|%list| (QUOTE -318) (|devaluate| |#2|))))
+((|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#1| (|%list| (QUOTE -318) (|devaluate| |#2|))))
(-124 S)
((|constructor| (NIL "A collection is a homogeneous aggregate which can built from list of members. The operation used to build the aggregate is generically named \\spadfun{construct}. However,{} each collection provides its own special function with the same name as the data type,{} except with an initial lower case letter,{} \\spadignore{e.g.} \\spadfun{list} for \\spadtype{List},{} \\spadfun{flexibleArray} for \\spadtype{FlexibleArray},{} and so on.")) (|removeDuplicates| (($ $) "\\spad{removeDuplicates(u)} returns a copy of \\spad{u} with all duplicates removed.")) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select(p,u)} returns a copy of \\spad{u} containing only those elements such \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{select(\\spad{p},{}\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})]}.")) (|remove| (($ |#1| $) "\\spad{remove(x,u)} returns a copy of \\spad{u} with all elements \\axiom{\\spad{y} = \\spad{x}} removed. Note: \\axiom{remove(\\spad{y},{}\\spad{c}) == [\\spad{x} for \\spad{x} in \\spad{c} | \\spad{x} ~= \\spad{y}]}.") (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{remove(p,u)} returns a copy of \\spad{u} removing all elements \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{remove(\\spad{p},{}\\spad{u}) == [\\spad{x} for \\spad{x} in \\spad{u} | not \\spad{p}(\\spad{x})]}.")) (|find| (((|Union| |#1| "failed") (|Mapping| (|Boolean|) |#1|) $) "\\spad{find(p,u)} returns the first \\spad{x} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \"failed\" otherwise.")) (|construct| (($ (|List| |#1|)) "\\axiom{construct(\\spad{x},{}\\spad{y},{}...,{}\\spad{z})} returns the collection of elements \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}} ordered as given. Equivalently written as \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]\\$\\spad{D}},{} where \\spad{D} is the domain. \\spad{D} may be omitted for those of type List.")))
NIL
NIL
(-125 |n| K Q)
((|constructor| (NIL "CliffordAlgebra(\\spad{n},{} \\spad{K},{} \\spad{Q}) defines a vector space of dimension \\spad{2**n} over \\spad{K},{} given a quadratic form \\spad{Q} on \\spad{K**n}. \\blankline If \\spad{e[i]},{} \\spad{1<=i<=n} is a basis for \\spad{K**n} then \\indented{3}{1,{} \\spad{e[i]} (\\spad{1<=i<=n}),{} \\spad{e[i1]*e[i2]}} (\\spad{1<=i1<i2<=n}),{}...,{}\\spad{e[1]*e[2]*..*e[n]} is a basis for the Clifford Algebra. \\blankline The algebra is defined by the relations \\indented{3}{\\spad{e[i]*e[j] = -e[j]*e[i]}\\space{2}(\\spad{i \\~~= j}),{}} \\indented{3}{\\spad{e[i]*e[i] = Q(e[i])}} \\blankline Examples of Clifford Algebras are: gaussians,{} quaternions,{} exterior algebras and spin algebras.")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} computes the multiplicative inverse of \\spad{x} or \"failed\" if \\spad{x} is not invertible.")) (|coefficient| ((|#2| $ (|List| (|PositiveInteger|))) "\\spad{coefficient(x,[i1,i2,...,iN])} extracts the coefficient of \\spad{e(i1)*e(i2)*...*e(iN)} in \\spad{x}.")) (|monomial| (($ |#2| (|List| (|PositiveInteger|))) "\\spad{monomial(c,[i1,i2,...,iN])} produces the value given by \\spad{c*e(i1)*e(i2)*...*e(iN)}.")) (|e| (($ (|PositiveInteger|)) "\\spad{e(n)} produces the appropriate unit element.")))
-((-3991 . T) (-3990 . T) (-3993 . T))
+((-3992 . T) (-3991 . T) (-3994 . T))
NIL
(-126)
((|constructor| (NIL "\\indented{1}{The purpose of this package is to provide reasonable plots of} functions with singularities.")) (|clipWithRanges| (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|List| (|List| (|Point| (|DoubleFloat|)))) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{clipWithRanges(pointLists,xMin,xMax,yMin,yMax)} performs clipping on a list of lists of points,{} \\spad{pointLists}. Clipping is done within the specified ranges of \\spad{xMin},{} \\spad{xMax} and \\spad{yMin},{} \\spad{yMax}. This function is used internally by the \\fakeAxiomFun{iClipParametric} subroutine in this package.")) (|clipParametric| (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|Plot|) (|Fraction| (|Integer|)) (|Fraction| (|Integer|))) "\\spad{clipParametric(p,frac,sc)} performs two-dimensional clipping on a plot,{} \\spad{p},{} from the domain \\spadtype{Plot} for the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)}; the fraction parameter is specified by \\spad{frac} and the scale parameter is specified by \\spad{sc} for use in the \\fakeAxiomFun{iClipParametric} subroutine,{} which is called by this function.") (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|Plot|)) "\\spad{clipParametric(p)} performs two-dimensional clipping on a plot,{} \\spad{p},{} from the domain \\spadtype{Plot} for the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)}; the default parameters \\spad{1/2} for the fraction and \\spad{5/1} for the scale are used in the \\fakeAxiomFun{iClipParametric} subroutine,{} which is called by this function.")) (|clip| (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{clip(ll)} performs two-dimensional clipping on a list of lists of points,{} \\spad{ll}; the default parameters \\spad{1/2} for the fraction and \\spad{5/1} for the scale are used in the \\fakeAxiomFun{iClipParametric} subroutine,{} which is called by this function.") (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|List| (|Point| (|DoubleFloat|)))) "\\spad{clip(l)} performs two-dimensional clipping on a curve \\spad{l},{} which is a list of points; the default parameters \\spad{1/2} for the fraction and \\spad{5/1} for the scale are used in the \\fakeAxiomFun{iClipParametric} subroutine,{} which is called by this function.") (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|Plot|) (|Fraction| (|Integer|)) (|Fraction| (|Integer|))) "\\spad{clip(p,frac,sc)} performs two-dimensional clipping on a plot,{} \\spad{p},{} from the domain \\spadtype{Plot} for the graph of one variable \\spad{y = f(x)}; the fraction parameter is specified by \\spad{frac} and the scale parameter is specified by \\spad{sc} for use in the \\spadfun{clip} function.") (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|Plot|)) "\\spad{clip(p)} performs two-dimensional clipping on a plot,{} \\spad{p},{} from the domain \\spadtype{Plot} for the graph of one variable,{} \\spad{y = f(x)}; the default parameters \\spad{1/4} for the fraction and \\spad{5/1} for the scale are used in the \\spadfun{clip} function.")))
@@ -452,7 +452,7 @@ NIL
((|constructor| (NIL "Color() specifies a domain of 27 colors provided in the \\Language{} system (the colors mix additively).")) (|color| (($ (|Integer|)) "\\spad{color(i)} returns a color of the indicated hue \\spad{i}.")) (|numberOfHues| (((|PositiveInteger|)) "\\spad{numberOfHues()} returns the number of total hues,{} set in totalHues.")) (|hue| (((|Integer|) $) "\\spad{hue(c)} returns the hue index of the indicated color \\spad{c}.")) (|blue| (($) "\\spad{blue()} returns the position of the blue hue from total hues.")) (|green| (($) "\\spad{green()} returns the position of the green hue from total hues.")) (|yellow| (($) "\\spad{yellow()} returns the position of the yellow hue from total hues.")) (|red| (($) "\\spad{red()} returns the position of the red hue from total hues.")) (+ (($ $ $) "\\spad{c1 + c2} additively mixes the two colors \\spad{c1} and \\spad{c2}.")) (* (($ (|DoubleFloat|) $) "\\spad{s * c},{} returns the color \\spad{c},{} whose weighted shade has been scaled by \\spad{s}.") (($ (|PositiveInteger|) $) "\\spad{s * c},{} returns the color \\spad{c},{} whose weighted shade has been scaled by \\spad{s}.")))
NIL
NIL
-(-131 R -3093)
+(-131 R -3094)
((|constructor| (NIL "Provides combinatorial functions over an integral domain.")) (|ipow| ((|#2| (|List| |#2|)) "\\spad{ipow(l)} should be local but conditional.")) (|iidprod| ((|#2| (|List| |#2|)) "\\spad{iidprod(l)} should be local but conditional.")) (|iidsum| ((|#2| (|List| |#2|)) "\\spad{iidsum(l)} should be local but conditional.")) (|iipow| ((|#2| (|List| |#2|)) "\\spad{iipow(l)} should be local but conditional.")) (|iiperm| ((|#2| (|List| |#2|)) "\\spad{iiperm(l)} should be local but conditional.")) (|iibinom| ((|#2| (|List| |#2|)) "\\spad{iibinom(l)} should be local but conditional.")) (|iifact| ((|#2| |#2|) "\\spad{iifact(x)} should be local but conditional.")) (|product| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{product(f(n), n = a..b)} returns \\spad{f}(a) * ... * \\spad{f}(\\spad{b}) as a formal product.") ((|#2| |#2| (|Symbol|)) "\\spad{product(f(n), n)} returns the formal product \\spad{P}(\\spad{n}) which verifies \\spad{P}(\\spad{n+1})/P(\\spad{n}) = \\spad{f}(\\spad{n}).")) (|summation| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{summation(f(n), n = a..b)} returns \\spad{f}(a) + ... + \\spad{f}(\\spad{b}) as a formal sum.") ((|#2| |#2| (|Symbol|)) "\\spad{summation(f(n), n)} returns the formal sum \\spad{S}(\\spad{n}) which verifies \\spad{S}(\\spad{n+1}) - \\spad{S}(\\spad{n}) = \\spad{f}(\\spad{n}).")) (|factorials| ((|#2| |#2| (|Symbol|)) "\\spad{factorials(f, x)} rewrites the permutations and binomials in \\spad{f} involving \\spad{x} in terms of factorials.") ((|#2| |#2|) "\\spad{factorials(f)} rewrites the permutations and binomials in \\spad{f} in terms of factorials.")) (|factorial| ((|#2| |#2|) "\\spad{factorial(n)} returns the factorial of \\spad{n},{} \\spadignore{i.e.} n!.")) (|permutation| ((|#2| |#2| |#2|) "\\spad{permutation(n, r)} returns the number of permutations of \\spad{n} objects taken \\spad{r} at a time,{} \\spadignore{i.e.} n!/(\\spad{n}-\\spad{r})!.")) (|binomial| ((|#2| |#2| |#2|) "\\spad{binomial(n, r)} returns the number of subsets of \\spad{r} objects taken among \\spad{n} objects,{} \\spadignore{i.e.} n!/(r! * (\\spad{n}-\\spad{r})!).")) (** ((|#2| |#2| |#2|) "\\spad{a ** b} is the formal exponential a**b.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\spad{F}; error if \\spad{op} is not a combinatorial operator.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} is \\spad{true} if \\spad{op} is a combinatorial operator.")))
NIL
NIL
@@ -483,10 +483,10 @@ NIL
(-138 S R)
((|constructor| (NIL "This category represents the extension of a ring by a square root of \\spad{-1}.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(x)} returns \\spad{x} as a rational number,{} or \"failed\" if \\spad{x} is not a rational number.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(x)} returns \\spad{x} as a rational number. Error: if \\spad{x} is not a rational number.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(x)} tests if \\spad{x} is a rational number.")) (|polarCoordinates| (((|Record| (|:| |r| |#2|) (|:| |phi| |#2|)) $) "\\spad{polarCoordinates(x)} returns (\\spad{r},{} phi) such that \\spad{x} = \\spad{r} * exp(\\%\\spad{i} * phi).")) (|argument| ((|#2| $) "\\spad{argument(x)} returns the angle made by (0,{}1) and (0,{}\\spad{x}).")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x} = sqrt(norm(\\spad{x})).")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(x, r)} returns the exact quotient of \\spad{x} by \\spad{r},{} or \"failed\" if \\spad{r} does not divide \\spad{x} exactly.")) (|norm| ((|#2| $) "\\spad{norm(x)} returns \\spad{x} * conjugate(\\spad{x})")) (|real| ((|#2| $) "\\spad{real(x)} returns real part of \\spad{x}.")) (|imag| ((|#2| $) "\\spad{imag(x)} returns imaginary part of \\spad{x}.")) (|conjugate| (($ $) "\\spad{conjugate(x + \\%i y)} returns \\spad{x} - \\%\\spad{i} \\spad{y}.")) (|imaginary| (($) "\\spad{imaginary()} = sqrt(\\spad{-1}) = \\%\\spad{i}.")) (|complex| (($ |#2| |#2|) "\\spad{complex(x,y)} constructs \\spad{x} + \\%i*y.") ((|attribute|) "indicates that \\% has sqrt(\\spad{-1})")))
NIL
-((|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| |#2| (QUOTE (-483))) (|HasCategory| |#2| (QUOTE (-915))) (|HasCategory| |#2| (QUOTE (-1115))) (|HasCategory| |#2| (QUOTE (-973))) (|HasCategory| |#2| (QUOTE (-933))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| |#2| (QUOTE (-312))) (|HasAttribute| |#2| (QUOTE -3992)) (|HasAttribute| |#2| (QUOTE -3995)) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-495))))
+((|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| |#2| (QUOTE (-484))) (|HasCategory| |#2| (QUOTE (-916))) (|HasCategory| |#2| (QUOTE (-1116))) (|HasCategory| |#2| (QUOTE (-974))) (|HasCategory| |#2| (QUOTE (-934))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| |#2| (QUOTE (-312))) (|HasAttribute| |#2| (QUOTE -3993)) (|HasAttribute| |#2| (QUOTE -3996)) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-496))))
(-139 R)
((|constructor| (NIL "This category represents the extension of a ring by a square root of \\spad{-1}.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(x)} returns \\spad{x} as a rational number,{} or \"failed\" if \\spad{x} is not a rational number.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(x)} returns \\spad{x} as a rational number. Error: if \\spad{x} is not a rational number.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(x)} tests if \\spad{x} is a rational number.")) (|polarCoordinates| (((|Record| (|:| |r| |#1|) (|:| |phi| |#1|)) $) "\\spad{polarCoordinates(x)} returns (\\spad{r},{} phi) such that \\spad{x} = \\spad{r} * exp(\\%\\spad{i} * phi).")) (|argument| ((|#1| $) "\\spad{argument(x)} returns the angle made by (0,{}1) and (0,{}\\spad{x}).")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x} = sqrt(norm(\\spad{x})).")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(x, r)} returns the exact quotient of \\spad{x} by \\spad{r},{} or \"failed\" if \\spad{r} does not divide \\spad{x} exactly.")) (|norm| ((|#1| $) "\\spad{norm(x)} returns \\spad{x} * conjugate(\\spad{x})")) (|real| ((|#1| $) "\\spad{real(x)} returns real part of \\spad{x}.")) (|imag| ((|#1| $) "\\spad{imag(x)} returns imaginary part of \\spad{x}.")) (|conjugate| (($ $) "\\spad{conjugate(x + \\%i y)} returns \\spad{x} - \\%\\spad{i} \\spad{y}.")) (|imaginary| (($) "\\spad{imaginary()} = sqrt(\\spad{-1}) = \\%\\spad{i}.")) (|complex| (($ |#1| |#1|) "\\spad{complex(x,y)} constructs \\spad{x} + \\%i*y.") ((|attribute|) "indicates that \\% has sqrt(\\spad{-1})")))
-((-3989 OR (|has| |#1| (-495)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3992 |has| |#1| (-6 -3992)) (-3995 |has| |#1| (-6 -3995)) (-1376 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 OR (|has| |#1| (-496)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3993 |has| |#1| (-6 -3993)) (-3996 |has| |#1| (-6 -3996)) (-1377 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-140 RR PR)
((|constructor| (NIL "\\indented{1}{Author:} Date Created: Date Last Updated: Basic Functions: Related Constructors: Complex,{} UnivariatePolynomial Also See: AMS Classifications: Keywords: complex,{} polynomial factorization,{} factor References:")) (|factor| (((|Factored| |#2|) |#2|) "\\spad{factor(p)} factorizes the polynomial \\spad{p} with complex coefficients.")))
@@ -498,8 +498,8 @@ NIL
NIL
(-142 R)
((|constructor| (NIL "\\spadtype {Complex(R)} creates the domain of elements of the form \\spad{a + b * i} where \\spad{a} and \\spad{b} come from the ring \\spad{R},{} and \\spad{i} is a new element such that \\spad{i**2 = -1}.")))
-((-3989 OR (|has| |#1| (-495)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3992 |has| |#1| (-6 -3992)) (-3995 |has| |#1| (-6 -3995)) (-1376 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-299))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-299)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-320))) (OR (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-299)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-299)))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-809 (-1090))))) (|HasCategory| |#1| (QUOTE (-811 (-1090))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-821)))) (-12 (|HasCategory| |#1| (QUOTE (-299))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-312)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-821)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-821)))) (-12 (|HasCategory| |#1| (QUOTE (-299))) (|HasCategory| |#1| (QUOTE (-821))))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-915))) (|HasCategory| |#1| (QUOTE (-1115)))) (|HasCategory| |#1| (QUOTE (-1115))) (|HasCategory| |#1| (QUOTE (-933))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-299))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-299)))) (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| |#1| (|%list| (QUOTE -455) (QUOTE (-1090)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -241) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-973))) (-12 (|HasCategory| |#1| (QUOTE (-973))) (|HasCategory| |#1| (QUOTE (-1115)))) (|HasCategory| |#1| (QUOTE (-483))) (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-821))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-312)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-189)))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))) (|HasCategory| |#1| (QUOTE (-190))) (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasAttribute| |#1| (QUOTE -3992)) (|HasAttribute| |#1| (QUOTE -3995)) (-12 (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-312)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-811 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-809 (-1090))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-299)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+((-3990 OR (|has| |#1| (-496)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3993 |has| |#1| (-6 -3993)) (-3996 |has| |#1| (-6 -3996)) (-1377 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-299))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-299)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-320))) (OR (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-299)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-299)))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-810 (-1091))))) (|HasCategory| |#1| (QUOTE (-812 (-1091))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-822)))) (-12 (|HasCategory| |#1| (QUOTE (-299))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-312)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-822)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-822)))) (-12 (|HasCategory| |#1| (QUOTE (-299))) (|HasCategory| |#1| (QUOTE (-822))))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-916))) (|HasCategory| |#1| (QUOTE (-1116)))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (QUOTE (-934))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-299))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-299)))) (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| |#1| (|%list| (QUOTE -456) (QUOTE (-1091)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -241) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-974))) (-12 (|HasCategory| |#1| (QUOTE (-974))) (|HasCategory| |#1| (QUOTE (-1116)))) (|HasCategory| |#1| (QUOTE (-484))) (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-822))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-312)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-189)))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))) (|HasCategory| |#1| (QUOTE (-190))) (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasAttribute| |#1| (QUOTE -3993)) (|HasAttribute| |#1| (QUOTE -3996)) (-12 (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-312)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-812 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-810 (-1091))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-299)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
(-143 R S)
((|constructor| (NIL "This package extends maps from underlying rings to maps between complex over those rings.")) (|map| (((|Complex| |#2|) (|Mapping| |#2| |#1|) (|Complex| |#1|)) "\\spad{map(f,u)} maps \\spad{f} onto real and imaginary parts of \\spad{u}.")))
NIL
@@ -514,7 +514,7 @@ NIL
NIL
(-146)
((|constructor| (NIL "The category of commutative rings with unity,{} \\spadignore{i.e.} rings where \\spadop{*} is commutative,{} and which have a multiplicative identity. element.")) (|commutative| ((|attribute| "*") "multiplication is commutative.")))
-(((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-147)
((|constructor| (NIL "This category is the root of the I/O conduits.")) (|close!| (($ $) "\\spad{close!(c)} closes the conduit \\spad{c},{} changing its state to one that is invalid for future read or write operations.")))
@@ -522,7 +522,7 @@ NIL
NIL
(-148 R)
((|constructor| (NIL "\\spadtype{ContinuedFraction} implements general \\indented{1}{continued fractions.\\space{2}This version is not restricted to simple,{}} \\indented{1}{finite fractions and uses the \\spadtype{Stream} as a} \\indented{1}{representation.\\space{2}The arithmetic functions assume that the} \\indented{1}{approximants alternate below/above the convergence point.} \\indented{1}{This is enforced by ensuring the partial numerators and partial} \\indented{1}{denominators are greater than 0 in the Euclidean domain view of \\spad{R}} \\indented{1}{(\\spadignore{i.e.} \\spad{sizeLess?(0, x)}).}")) (|complete| (($ $) "\\spad{complete(x)} causes all entries in \\spadvar{\\spad{x}} to be computed. Normally entries are only computed as needed. If \\spadvar{\\spad{x}} is an infinite continued fraction,{} a user-initiated interrupt is necessary to stop the computation.")) (|extend| (($ $ (|Integer|)) "\\spad{extend(x,n)} causes the first \\spadvar{\\spad{n}} entries in the continued fraction \\spadvar{\\spad{x}} to be computed. Normally entries are only computed as needed.")) (|denominators| (((|Stream| |#1|) $) "\\spad{denominators(x)} returns the stream of denominators of the approximants of the continued fraction \\spadvar{\\spad{x}}. If the continued fraction is finite,{} then the stream will be finite.")) (|numerators| (((|Stream| |#1|) $) "\\spad{numerators(x)} returns the stream of numerators of the approximants of the continued fraction \\spadvar{\\spad{x}}. If the continued fraction is finite,{} then the stream will be finite.")) (|convergents| (((|Stream| (|Fraction| |#1|)) $) "\\spad{convergents(x)} returns the stream of the convergents of the continued fraction \\spadvar{\\spad{x}}. If the continued fraction is finite,{} then the stream will be finite.")) (|approximants| (((|Stream| (|Fraction| |#1|)) $) "\\spad{approximants(x)} returns the stream of approximants of the continued fraction \\spadvar{\\spad{x}}. If the continued fraction is finite,{} then the stream will be infinite and periodic with period 1.")) (|reducedForm| (($ $) "\\spad{reducedForm(x)} puts the continued fraction \\spadvar{\\spad{x}} in reduced form,{} \\spadignore{i.e.} the function returns an equivalent continued fraction of the form \\spad{continuedFraction(b0,[1,1,1,...],[b1,b2,b3,...])}.")) (|wholePart| ((|#1| $) "\\spad{wholePart(x)} extracts the whole part of \\spadvar{\\spad{x}}. That is,{} if \\spad{x = continuedFraction(b0, [a1,a2,a3,...], [b1,b2,b3,...])},{} then \\spad{wholePart(x) = b0}.")) (|partialQuotients| (((|Stream| |#1|) $) "\\spad{partialQuotients(x)} extracts the partial quotients in \\spadvar{\\spad{x}}. That is,{} if \\spad{x = continuedFraction(b0, [a1,a2,a3,...], [b1,b2,b3,...])},{} then \\spad{partialQuotients(x) = [b0,b1,b2,b3,...]}.")) (|partialDenominators| (((|Stream| |#1|) $) "\\spad{partialDenominators(x)} extracts the denominators in \\spadvar{\\spad{x}}. That is,{} if \\spad{x = continuedFraction(b0, [a1,a2,a3,...], [b1,b2,b3,...])},{} then \\spad{partialDenominators(x) = [b1,b2,b3,...]}.")) (|partialNumerators| (((|Stream| |#1|) $) "\\spad{partialNumerators(x)} extracts the numerators in \\spadvar{\\spad{x}}. That is,{} if \\spad{x = continuedFraction(b0, [a1,a2,a3,...], [b1,b2,b3,...])},{} then \\spad{partialNumerators(x) = [a1,a2,a3,...]}.")) (|reducedContinuedFraction| (($ |#1| (|Stream| |#1|)) "\\spad{reducedContinuedFraction(b0,b)} constructs a continued fraction in the following way: if \\spad{b = [b1,b2,...]} then the result is the continued fraction \\spad{b0 + 1/(b1 + 1/(b2 + ...))}. That is,{} the result is the same as \\spad{continuedFraction(b0,[1,1,1,...],[b1,b2,b3,...])}.")) (|continuedFraction| (($ |#1| (|Stream| |#1|) (|Stream| |#1|)) "\\spad{continuedFraction(b0,a,b)} constructs a continued fraction in the following way: if \\spad{a = [a1,a2,...]} and \\spad{b = [b1,b2,...]} then the result is the continued fraction \\spad{b0 + a1/(b1 + a2/(b2 + ...))}.") (($ (|Fraction| |#1|)) "\\spad{continuedFraction(r)} converts the fraction \\spadvar{\\spad{r}} with components of type \\spad{R} to a continued fraction over \\spad{R}.")))
-(((-3998 "*") . T) (-3989 . T) (-3994 . T) (-3988 . T) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") . T) (-3990 . T) (-3995 . T) (-3989 . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-149)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Contour' a list of bindings making up a `virtual scope'.")) (|findBinding| (((|Maybe| (|Binding|)) (|Identifier|) $) "\\spad{findBinding(c,n)} returns the first binding associated with `n'. Otherwise `nothing.")) (|push| (($ (|Binding|) $) "\\spad{push(c,b)} augments the contour with binding `b'.")) (|bindings| (((|List| (|Binding|)) $) "\\spad{bindings(c)} returns the list of bindings in countour \\spad{c}.")))
@@ -539,7 +539,7 @@ NIL
(-152 R S CS)
((|constructor| (NIL "This package supports matching patterns involving complex expressions")) (|patternMatch| (((|PatternMatchResult| |#1| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|)) "\\spad{patternMatch(cexpr, pat, res)} matches the pattern \\spad{pat} to the complex expression \\spad{cexpr}. res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
-((|HasCategory| (-857 |#2|) (|%list| (QUOTE -796) (|devaluate| |#1|))))
+((|HasCategory| (-858 |#2|) (|%list| (QUOTE -797) (|devaluate| |#1|))))
(-153 R)
((|constructor| (NIL "This package \\undocumented{}")) (|multiEuclideanTree| (((|List| |#1|) (|List| |#1|) |#1|) "\\spad{multiEuclideanTree(l,r)} \\undocumented{}")) (|chineseRemainder| (((|List| |#1|) (|List| (|List| |#1|)) (|List| |#1|)) "\\spad{chineseRemainder(llv,lm)} returns a list of values,{} each of which corresponds to the Chinese remainder of the associated element of \\axiom{\\spad{llv}} and axiom{\\spad{lm}}. This is more efficient than applying chineseRemainder several times.") ((|#1| (|List| |#1|) (|List| |#1|)) "\\spad{chineseRemainder(lv,lm)} returns a value \\axiom{\\spad{v}} such that,{} if \\spad{x} is \\axiom{\\spad{lv}.\\spad{i}} modulo \\axiom{\\spad{lm}.\\spad{i}} for all \\axiom{\\spad{i}},{} then \\spad{x} is \\axiom{\\spad{v}} modulo \\axiom{\\spad{lm}(1)*lm(2)*...*lm(\\spad{n})}.")) (|modTree| (((|List| |#1|) |#1| (|List| |#1|)) "\\spad{modTree(r,l)} \\undocumented{}")))
NIL
@@ -576,7 +576,7 @@ NIL
((|constructor| (NIL "This domain enumerates the three kinds of constructors available in OpenAxiom: category constructors,{} domain constructors,{} and package constructors.")) (|package| (($) "`package' is the kind of package constructors.")) (|domain| (($) "`domain' is the kind of domain constructors")) (|category| (($) "`category' is the kind of category constructors")))
NIL
NIL
-(-162 R -3093)
+(-162 R -3094)
((|constructor| (NIL "\\spadtype{ComplexTrigonometricManipulations} provides function that compute the real and imaginary parts of complex functions.")) (|complexForm| (((|Complex| (|Expression| |#1|)) |#2|) "\\spad{complexForm(f)} returns \\spad{[real f, imag f]}.")) (|trigs| ((|#2| |#2|) "\\spad{trigs(f)} rewrites all the complex logs and exponentials appearing in \\spad{f} in terms of trigonometric functions.")) (|real?| (((|Boolean|) |#2|) "\\spad{real?(f)} returns \\spad{true} if \\spad{f = real f}.")) (|imag| (((|Expression| |#1|) |#2|) "\\spad{imag(f)} returns the imaginary part of \\spad{f} where \\spad{f} is a complex function.")) (|real| (((|Expression| |#1|) |#2|) "\\spad{real(f)} returns the real part of \\spad{f} where \\spad{f} is a complex function.")) (|complexElementary| ((|#2| |#2| (|Symbol|)) "\\spad{complexElementary(f, x)} rewrites the kernels of \\spad{f} involving \\spad{x} in terms of the 2 fundamental complex transcendental elementary functions: \\spad{log, exp}.") ((|#2| |#2|) "\\spad{complexElementary(f)} rewrites \\spad{f} in terms of the 2 fundamental complex transcendental elementary functions: \\spad{log, exp}.")) (|complexNormalize| ((|#2| |#2| (|Symbol|)) "\\spad{complexNormalize(f, x)} rewrites \\spad{f} using the least possible number of complex independent kernels involving \\spad{x}.") ((|#2| |#2|) "\\spad{complexNormalize(f)} rewrites \\spad{f} using the least possible number of complex independent kernels.")))
NIL
NIL
@@ -604,23 +604,23 @@ NIL
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: July 2,{} 2010 Date Last Modified: July 2,{} 2010 Descrption: \\indented{2}{Representation of a dual vector space basis,{} given by symbols.}")) (|dual| (($ (|LinearBasis| |#1|)) "\\spad{dual x} constructs the dual vector of a linear element which is part of a basis.")))
NIL
NIL
-(-169 -3093 UP UPUP R)
+(-169 -3094 UP UPUP R)
((|constructor| (NIL "This package provides functions for computing the residues of a function on an algebraic curve.")) (|doubleResultant| ((|#2| |#4| (|Mapping| |#2| |#2|)) "\\spad{doubleResultant(f, ')} returns \\spad{p}(\\spad{x}) whose roots are rational multiples of the residues of \\spad{f} at all its finite poles. Argument ' is the derivation to use.")))
NIL
NIL
-(-170 -3093 FP)
+(-170 -3094 FP)
((|constructor| (NIL "Package for the factorization of a univariate polynomial with coefficients in a finite field. The algorithm used is the \"distinct degree\" algorithm of Cantor-Zassenhaus,{} modified to use trace instead of the norm and a table for computing Frobenius as suggested by Naudin and Quitte .")) (|irreducible?| (((|Boolean|) |#2|) "\\spad{irreducible?(p)} tests whether the polynomial \\spad{p} is irreducible.")) (|tracePowMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{tracePowMod(u,k,v)} produces the sum of \\spad{u**(q**i)} for \\spad{i} running and q= size \\spad{F}")) (|trace2PowMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{trace2PowMod(u,k,v)} produces the sum of \\spad{u**(2**i)} for \\spad{i} running from 1 to \\spad{k} all computed modulo the polynomial \\spad{v}.")) (|exptMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{exptMod(u,k,v)} raises the polynomial \\spad{u} to the \\spad{k}th power modulo the polynomial \\spad{v}.")) (|separateFactors| (((|List| |#2|) (|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |prod| |#2|)))) "\\spad{separateFactors(lfact)} takes the list produced by \\spadfunFrom{separateDegrees}{DistinctDegreeFactorization} and produces the complete list of factors.")) (|separateDegrees| (((|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |prod| |#2|))) |#2|) "\\spad{separateDegrees(p)} splits the square free polynomial \\spad{p} into factors each of which is a product of irreducibles of the same degree.")) (|distdfact| (((|Record| (|:| |cont| |#1|) (|:| |factors| (|List| (|Record| (|:| |irr| |#2|) (|:| |pow| (|Integer|)))))) |#2| (|Boolean|)) "\\spad{distdfact(p,sqfrflag)} produces the complete factorization of the polynomial \\spad{p} returning an internal data structure. If argument \\spad{sqfrflag} is \\spad{true},{} the polynomial is assumed square free.")) (|factorSquareFree| (((|Factored| |#2|) |#2|) "\\spad{factorSquareFree(p)} produces the complete factorization of the square free polynomial \\spad{p}.")) (|factor| (((|Factored| |#2|) |#2|) "\\spad{factor(p)} produces the complete factorization of the polynomial \\spad{p}.")))
NIL
NIL
(-171)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating decimal expansions.")) (|decimal| (($ (|Fraction| (|Integer|))) "\\spad{decimal(r)} converts a rational number to a decimal expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(d)} returns the fractional part of a decimal expansion.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| (-484) (QUOTE (-821))) (|HasCategory| (-484) (QUOTE (-950 (-1090)))) (|HasCategory| (-484) (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-120))) (|HasCategory| (-484) (QUOTE (-553 (-473)))) (|HasCategory| (-484) (QUOTE (-933))) (|HasCategory| (-484) (QUOTE (-740))) (|HasCategory| (-484) (QUOTE (-756))) (OR (|HasCategory| (-484) (QUOTE (-740))) (|HasCategory| (-484) (QUOTE (-756)))) (|HasCategory| (-484) (QUOTE (-950 (-484)))) (|HasCategory| (-484) (QUOTE (-1066))) (|HasCategory| (-484) (QUOTE (-796 (-330)))) (|HasCategory| (-484) (QUOTE (-796 (-484)))) (|HasCategory| (-484) (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-484) (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-484) (QUOTE (-189))) (|HasCategory| (-484) (QUOTE (-811 (-1090)))) (|HasCategory| (-484) (QUOTE (-190))) (|HasCategory| (-484) (QUOTE (-809 (-1090)))) (|HasCategory| (-484) (QUOTE (-455 (-1090) (-484)))) (|HasCategory| (-484) (QUOTE (-260 (-484)))) (|HasCategory| (-484) (QUOTE (-241 (-484) (-484)))) (|HasCategory| (-484) (QUOTE (-258))) (|HasCategory| (-484) (QUOTE (-483))) (|HasCategory| (-484) (QUOTE (-580 (-484)))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-821)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-821)))) (|HasCategory| (-484) (QUOTE (-118)))))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| (-485) (QUOTE (-822))) (|HasCategory| (-485) (QUOTE (-951 (-1091)))) (|HasCategory| (-485) (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-120))) (|HasCategory| (-485) (QUOTE (-554 (-474)))) (|HasCategory| (-485) (QUOTE (-934))) (|HasCategory| (-485) (QUOTE (-741))) (|HasCategory| (-485) (QUOTE (-757))) (OR (|HasCategory| (-485) (QUOTE (-741))) (|HasCategory| (-485) (QUOTE (-757)))) (|HasCategory| (-485) (QUOTE (-951 (-485)))) (|HasCategory| (-485) (QUOTE (-1067))) (|HasCategory| (-485) (QUOTE (-797 (-330)))) (|HasCategory| (-485) (QUOTE (-797 (-485)))) (|HasCategory| (-485) (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-485) (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-485) (QUOTE (-189))) (|HasCategory| (-485) (QUOTE (-812 (-1091)))) (|HasCategory| (-485) (QUOTE (-190))) (|HasCategory| (-485) (QUOTE (-810 (-1091)))) (|HasCategory| (-485) (QUOTE (-456 (-1091) (-485)))) (|HasCategory| (-485) (QUOTE (-260 (-485)))) (|HasCategory| (-485) (QUOTE (-241 (-485) (-485)))) (|HasCategory| (-485) (QUOTE (-258))) (|HasCategory| (-485) (QUOTE (-484))) (|HasCategory| (-485) (QUOTE (-581 (-485)))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-822)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-822)))) (|HasCategory| (-485) (QUOTE (-118)))))
(-172)
((|constructor| (NIL "This domain represents the syntax of a definition.")) (|body| (((|SpadAst|) $) "\\spad{body(d)} returns the right hand side of the definition `d'.")) (|signature| (((|Signature|) $) "\\spad{signature(d)} returns the signature of the operation being defined. Note that this list may be partial in that it contains only the types actually specified in the definition.")) (|head| (((|HeadAst|) $) "\\spad{head(d)} returns the head of the definition `d'. This is a list of identifiers starting with the name of the operation followed by the name of the parameters,{} if any.")))
NIL
NIL
-(-173 R -3093)
+(-173 R -3094)
((|constructor| (NIL "\\spadtype{ElementaryFunctionDefiniteIntegration} provides functions to compute definite integrals of elementary functions.")) (|innerint| (((|Union| (|:| |f1| (|OrderedCompletion| |#2|)) (|:| |f2| (|List| (|OrderedCompletion| |#2|))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole")) |#2| (|Symbol|) (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|) (|Boolean|)) "\\spad{innerint(f, x, a, b, ignore?)} should be local but conditional")) (|integrate| (((|Union| (|:| |f1| (|OrderedCompletion| |#2|)) (|:| |f2| (|List| (|OrderedCompletion| |#2|))) (|:| |fail| #1#) (|:| |pole| #2#)) |#2| (|SegmentBinding| (|OrderedCompletion| |#2|)) (|String|)) "\\spad{integrate(f, x = a..b, \"noPole\")} returns the integral of \\spad{f(x)dx} from a to \\spad{b}. If it is not possible to check whether \\spad{f} has a pole for \\spad{x} between a and \\spad{b} (because of parameters),{} then this function will assume that \\spad{f} has no such pole. Error: if \\spad{f} has a pole for \\spad{x} between a and \\spad{b} or if the last argument is not \"noPole\".") (((|Union| (|:| |f1| (|OrderedCompletion| |#2|)) (|:| |f2| (|List| (|OrderedCompletion| |#2|))) (|:| |fail| #1#) (|:| |pole| #2#)) |#2| (|SegmentBinding| (|OrderedCompletion| |#2|))) "\\spad{integrate(f, x = a..b)} returns the integral of \\spad{f(x)dx} from a to \\spad{b}. Error: if \\spad{f} has a pole for \\spad{x} between a and \\spad{b}.")))
NIL
NIL
@@ -634,19 +634,19 @@ NIL
NIL
(-176 S)
((|constructor| (NIL "Linked list implementation of a Dequeue")) (|dequeue| (($ (|List| |#1|)) "\\spad{dequeue([x,y,...,z])} creates a dequeue with first (top or front) element \\spad{x},{} second element \\spad{y},{}...,{}and last (bottom or back) element \\spad{z}.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))))
(-177 |CoefRing| |listIndVar|)
((|constructor| (NIL "The deRham complex of Euclidean space,{} that is,{} the class of differential forms of arbitary degree over a coefficient ring. See Flanders,{} Harley,{} Differential Forms,{} With Applications to the Physical Sciences,{} New York,{} Academic Press,{} 1963.")) (|exteriorDifferential| (($ $) "\\spad{exteriorDifferential(df)} returns the exterior derivative (gradient,{} curl,{} divergence,{} ...) of the differential form \\spad{df}.")) (|totalDifferential| (($ (|Expression| |#1|)) "\\spad{totalDifferential(x)} returns the total differential (gradient) form for element \\spad{x}.")) (|map| (($ (|Mapping| (|Expression| |#1|) (|Expression| |#1|)) $) "\\spad{map(f,df)} replaces each coefficient \\spad{x} of differential form \\spad{df} by \\spad{f(x)}.")) (|degree| (((|Integer|) $) "\\spad{degree(df)} returns the homogeneous degree of differential form \\spad{df}.")) (|retractable?| (((|Boolean|) $) "\\spad{retractable?(df)} tests if differential form \\spad{df} is a 0-form,{} \\spadignore{i.e.} if degree(\\spad{df}) = 0.")) (|homogeneous?| (((|Boolean|) $) "\\spad{homogeneous?(df)} tests if all of the terms of differential form \\spad{df} have the same degree.")) (|generator| (($ (|NonNegativeInteger|)) "\\spad{generator(n)} returns the \\spad{n}th basis term for a differential form.")) (|coefficient| (((|Expression| |#1|) $ $) "\\spad{coefficient(df,u)},{} where \\spad{df} is a differential form,{} returns the coefficient of \\spad{df} containing the basis term \\spad{u} if such a term exists,{} and 0 otherwise.")) (|reductum| (($ $) "\\spad{reductum(df)},{} where \\spad{df} is a differential form,{} returns \\spad{df} minus the leading term of \\spad{df} if \\spad{df} has two or more terms,{} and 0 otherwise.")) (|leadingBasisTerm| (($ $) "\\spad{leadingBasisTerm(df)} returns the leading basis term of differential form \\spad{df}.")) (|leadingCoefficient| (((|Expression| |#1|) $) "\\spad{leadingCoefficient(df)} returns the leading coefficient of differential form \\spad{df}.")))
-((-3993 . T))
+((-3994 . T))
NIL
-(-178 R -3093)
+(-178 R -3094)
((|constructor| (NIL "\\spadtype{DefiniteIntegrationTools} provides common tools used by the definite integration of both rational and elementary functions.")) (|checkForZero| (((|Union| (|Boolean|) "failed") (|SparseUnivariatePolynomial| |#2|) (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|) (|Boolean|)) "\\spad{checkForZero(p, a, b, incl?)} is \\spad{true} if \\spad{p} has a zero between a and \\spad{b},{} \\spad{false} otherwise,{} \"failed\" if this cannot be determined. Check for a and \\spad{b} inclusive if incl? is \\spad{true},{} exclusive otherwise.") (((|Union| (|Boolean|) "failed") (|Polynomial| |#1|) (|Symbol|) (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|) (|Boolean|)) "\\spad{checkForZero(p, x, a, b, incl?)} is \\spad{true} if \\spad{p} has a zero for \\spad{x} between a and \\spad{b},{} \\spad{false} otherwise,{} \"failed\" if this cannot be determined. Check for a and \\spad{b} inclusive if incl? is \\spad{true},{} exclusive otherwise.")) (|computeInt| (((|Union| (|OrderedCompletion| |#2|) "failed") (|Kernel| |#2|) |#2| (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|) (|Boolean|)) "\\spad{computeInt(x, g, a, b, eval?)} returns the integral of \\spad{f} for \\spad{x} between a and \\spad{b},{} assuming that \\spad{g} is an indefinite integral of \\spad{f} and \\spad{f} has no pole between a and \\spad{b}. If \\spad{eval?} is \\spad{true},{} then \\spad{g} can be evaluated safely at \\spad{a} and \\spad{b},{} provided that they are finite values. Otherwise,{} limits must be computed.")) (|ignore?| (((|Boolean|) (|String|)) "\\spad{ignore?(s)} is \\spad{true} if \\spad{s} is the string that tells the integrator to assume that the function has no pole in the integration interval.")))
NIL
NIL
(-179)
((|constructor| (NIL "\\indented{1}{\\spadtype{DoubleFloat} is intended to make accessible} hardware floating point arithmetic in \\Language{},{} either native double precision,{} or IEEE. On most machines,{} there will be hardware support for the arithmetic operations: \\spadfunFrom{+}{DoubleFloat},{} \\spadfunFrom{*}{DoubleFloat},{} \\spadfunFrom{/}{DoubleFloat} and possibly also the \\spadfunFrom{sqrt}{DoubleFloat} operation. The operations \\spadfunFrom{exp}{DoubleFloat},{} \\spadfunFrom{log}{DoubleFloat},{} \\spadfunFrom{sin}{DoubleFloat},{} \\spadfunFrom{cos}{DoubleFloat},{} \\spadfunFrom{atan}{DoubleFloat} are normally coded in software based on minimax polynomial/rational approximations. Note that under Lisp/VM,{} \\spadfunFrom{atan}{DoubleFloat} is not available at this time. Some general comments about the accuracy of the operations: the operations \\spadfunFrom{+}{DoubleFloat},{} \\spadfunFrom{*}{DoubleFloat},{} \\spadfunFrom{/}{DoubleFloat} and \\spadfunFrom{sqrt}{DoubleFloat} are expected to be fully accurate. The operations \\spadfunFrom{exp}{DoubleFloat},{} \\spadfunFrom{log}{DoubleFloat},{} \\spadfunFrom{sin}{DoubleFloat},{} \\spadfunFrom{cos}{DoubleFloat} and \\spadfunFrom{atan}{DoubleFloat} are not expected to be fully accurate. In particular,{} \\spadfunFrom{sin}{DoubleFloat} and \\spadfunFrom{cos}{DoubleFloat} will lose all precision for large arguments. \\blankline The \\spadtype{Float} domain provides an alternative to the \\spad{DoubleFloat} domain. It provides an arbitrary precision model of floating point arithmetic. This means that accuracy problems like those above are eliminated by increasing the working precision where necessary. \\spadtype{Float} provides some special functions such as \\spadfunFrom{erf}{DoubleFloat},{} the error function in addition to the elementary functions. The disadvantage of \\spadtype{Float} is that it is much more expensive than small floats when the latter can be used.")) (|nan?| (((|Boolean|) $) "\\spad{nan? x} holds if \\spad{x} is a Not a Number floating point data in the IEEE 754 sense.")) (|rationalApproximation| (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{rationalApproximation(f, n, b)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< b**(-n)} (that is,{} \\spad{|(r-f)/f| < b**(-n)}).") (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|)) "\\spad{rationalApproximation(f, n)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< 10**(-n)}.")) (|Beta| (($ $ $) "\\spad{Beta(x,y)} is \\spad{Gamma(x) * Gamma(y)/Gamma(x+y)}.")) (|Gamma| (($ $) "\\spad{Gamma(x)} is the Euler Gamma function.")) (|atan| (($ $ $) "\\spad{atan(x,y)} computes the arc tangent from \\spad{x} with phase \\spad{y}.")) (|log10| (($ $) "\\spad{log10(x)} computes the logarithm with base 10 for \\spad{x}.")) (|log2| (($ $) "\\spad{log2(x)} computes the logarithm with base 2 for \\spad{x}.")) (|exp1| (($) "\\spad{exp1()} returns the natural log base \\spad{2.718281828...}.")) (** (($ $ $) "\\spad{x ** y} returns the \\spad{y}th power of \\spad{x} (equal to \\spad{exp(y log x)}).")) (/ (($ $ (|Integer|)) "\\spad{x / i} computes the division from \\spad{x} by an integer \\spad{i}.")))
-((-3771 . T) (-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3772 . T) (-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-180)
((|constructor| (NIL "This package provides special functions for double precision real and complex floating point.")) (|hypergeometric0F1| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{hypergeometric0F1(c,z)} is the hypergeometric function \\spad{0F1(; c; z)}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{hypergeometric0F1(c,z)} is the hypergeometric function \\spad{0F1(; c; z)}.")) (|airyBi| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Bi''(x) - x * Bi(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Bi''(x) - x * Bi(x) = 0}.}")) (|airyAi| (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Ai''(x) - x * Ai(x) = 0}.}") (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Ai''(x) - x * Ai(x) = 0}.}")) (|besselK| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselK(v,x)} is the modified Bessel function of the first kind,{} \\spad{K(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,x) = \\%pi/2*(I(-v,x) - I(v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselK(v,x)} is the modified Bessel function of the first kind,{} \\spad{K(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,x) = \\%pi/2*(I(-v,x) - I(v,x))/sin(v*\\%pi)}.} so is not valid for integer values of \\spad{v}.")) (|besselI| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselI(v,x)} is the modified Bessel function of the first kind,{} \\spad{I(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselI(v,x)} is the modified Bessel function of the first kind,{} \\spad{I(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}")) (|besselY| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselY(v,x)} is the Bessel function of the second kind,{} \\spad{Y(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,x) = (J(v,x) cos(v*\\%pi) - J(-v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselY(v,x)} is the Bessel function of the second kind,{} \\spad{Y(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,x) = (J(v,x) cos(v*\\%pi) - J(-v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.")) (|besselJ| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselJ(v,x)} is the Bessel function of the first kind,{} \\spad{J(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselJ(v,x)} is the Bessel function of the first kind,{} \\spad{J(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}")) (|polygamma| (((|Complex| (|DoubleFloat|)) (|NonNegativeInteger|) (|Complex| (|DoubleFloat|))) "\\spad{polygamma(n, x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.") (((|DoubleFloat|) (|NonNegativeInteger|) (|DoubleFloat|)) "\\spad{polygamma(n, x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.")) (|digamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}")) (|logGamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.")) (|Beta| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Beta(x, y)} is the Euler beta function,{} \\spad{B(x,y)},{} defined by \\indented{2}{\\spad{Beta(x,y) = integrate(t^(x-1)*(1-t)^(y-1), t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{Beta(x, y)} is the Euler beta function,{} \\spad{B(x,y)},{} defined by \\indented{2}{\\spad{Beta(x,y) = integrate(t^(x-1)*(1-t)^(y-1), t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}")) (|Gamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t), t=0..\\%infinity)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t), t=0..\\%infinity)}.}")))
@@ -654,19 +654,19 @@ NIL
NIL
(-181 R)
((|constructor| (NIL "\\indented{1}{A Denavit-Hartenberg Matrix is a 4x4 Matrix of the form:} \\indented{1}{\\spad{nx ox ax px}} \\indented{1}{\\spad{ny oy ay py}} \\indented{1}{\\spad{nz oz az pz}} \\indented{2}{\\spad{0\\space{2}0\\space{2}0\\space{2}1}} (\\spad{n},{} \\spad{o},{} and a are the direction cosines)")) (|translate| (($ |#1| |#1| |#1|) "\\spad{translate(X,Y,Z)} returns a dhmatrix for translation by \\spad{X},{} \\spad{Y},{} and \\spad{Z}")) (|scale| (($ |#1| |#1| |#1|) "\\spad{scale(sx,sy,sz)} returns a dhmatrix for scaling in the \\spad{X},{} \\spad{Y} and \\spad{Z} directions")) (|rotatez| (($ |#1|) "\\spad{rotatez(r)} returns a dhmatrix for rotation about axis \\spad{Z} for \\spad{r} degrees")) (|rotatey| (($ |#1|) "\\spad{rotatey(r)} returns a dhmatrix for rotation about axis \\spad{Y} for \\spad{r} degrees")) (|rotatex| (($ |#1|) "\\spad{rotatex(r)} returns a dhmatrix for rotation about axis \\spad{X} for \\spad{r} degrees")) (|identity| (($) "\\spad{identity()} create the identity dhmatrix")) (* (((|Point| |#1|) $ (|Point| |#1|)) "\\spad{t*p} applies the dhmatrix \\spad{t} to point \\spad{p}")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-495))) (|HasAttribute| |#1| (QUOTE (-3998 "*"))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-72))))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-496))) (|HasAttribute| |#1| (QUOTE (-3999 "*"))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-72))))
(-182 A S)
((|constructor| (NIL "A dictionary is an aggregate in which entries can be inserted,{} searched for and removed. Duplicates are thrown away on insertion. This category models the usual notion of dictionary which involves large amounts of data where copying is impractical. Principal operations are thus destructive (non-copying) ones.")))
NIL
NIL
(-183 S)
((|constructor| (NIL "A dictionary is an aggregate in which entries can be inserted,{} searched for and removed. Duplicates are thrown away on insertion. This category models the usual notion of dictionary which involves large amounts of data where copying is impractical. Principal operations are thus destructive (non-copying) ones.")))
-((-3997 . T))
+NIL
NIL
(-184 R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")))
-((-3993 . T))
+((-3994 . T))
NIL
(-185 S T$)
((|constructor| (NIL "This category captures the interface of domains with a distinguished operation named \\spad{differentiate}. Usually,{} additional properties are wanted. For example,{} that it obeys the usual Leibniz identity of differentiation of product,{} in case of differential rings. One could also want \\spad{differentiate} to obey the chain rule when considering differential manifolds. The lack of specific requirement in this category is an implicit admission that currently \\Language{} is not expressive enough to express the most general notion of differentiation in an adequate manner,{} suitable for computational purposes.")) (D ((|#2| $) "\\spad{D x} is a shorthand for \\spad{differentiate x}")) (|differentiate| ((|#2| $) "\\spad{differentiate x} compute the derivative of \\spad{x}.")))
@@ -678,7 +678,7 @@ NIL
NIL
(-187 R)
((|constructor| (NIL "An \\spad{R}-module equipped with a distinguised differential operator. If \\spad{R} is a differential ring,{} then differentiation on the module should extend differentiation on the differential ring \\spad{R}. The latter can be the null operator. In that case,{} the differentiation operator on the module is just an \\spad{R}-linear operator. For that reason,{} we do not require that the ring \\spad{R} be a DifferentialRing; \\blankline")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
(-188 S)
((|constructor| (NIL "This category is like \\spadtype{DifferentialDomain} where the target of the differentiation operator is the same as its source.")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x, n)} returns the \\spad{n}\\spad{-}th derivative of \\spad{x}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x,n)} returns the \\spad{n}\\spad{-}th derivative of \\spad{x}.")))
@@ -690,7 +690,7 @@ NIL
NIL
(-190)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")))
-((-3993 . T))
+((-3994 . T))
NIL
(-191)
((|constructor| (NIL "Dioid is the class of semirings where the addition operation induces a canonical order relation.")))
@@ -702,25 +702,25 @@ NIL
((|HasCategory| |#1| (|%list| (QUOTE -318) (|devaluate| |#2|))))
(-193 S)
((|constructor| (NIL "This category is a collection of operations common to both categories \\spadtype{Dictionary} and \\spadtype{MultiDictionary}")) (|select!| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select!(p,d)} destructively changes dictionary \\spad{d} by removing all entries \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is not \\spad{true}.")) (|remove!| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{remove!(p,d)} destructively changes dictionary \\spad{d} by removeing all entries \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}.") (($ |#1| $) "\\spad{remove!(x,d)} destructively changes dictionary \\spad{d} by removing all entries \\spad{y} such that \\axiom{\\spad{y} = \\spad{x}}.")) (|dictionary| (($ (|List| |#1|)) "\\spad{dictionary([x,y,...,z])} creates a dictionary consisting of entries \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}}.") (($) "\\spad{dictionary()}\\$\\spad{D} creates an empty dictionary of type \\spad{D}.")))
-((-3997 . T))
+NIL
NIL
(-194)
((|constructor| (NIL "any solution of a homogeneous linear Diophantine equation can be represented as a sum of minimal solutions,{} which form a \"basis\" (a minimal solution cannot be represented as a nontrivial sum of solutions) in the case of an inhomogeneous linear Diophantine equation,{} each solution is the sum of a inhomogeneous solution and any number of homogeneous solutions therefore,{} it suffices to compute two sets: \\indented{3}{1. all minimal inhomogeneous solutions} \\indented{3}{2. all minimal homogeneous solutions} the algorithm implemented is a completion procedure,{} which enumerates all solutions in a recursive depth-first-search it can be seen as finding monotone paths in a graph for more details see Reference")) (|dioSolve| (((|Record| (|:| |varOrder| (|List| (|Symbol|))) (|:| |inhom| (|Union| (|List| (|Vector| (|NonNegativeInteger|))) "failed")) (|:| |hom| (|List| (|Vector| (|NonNegativeInteger|))))) (|Equation| (|Polynomial| (|Integer|)))) "\\spad{dioSolve(u)} computes a basis of all minimal solutions for linear homogeneous Diophantine equation \\spad{u},{} then all minimal solutions of inhomogeneous equation")))
NIL
NIL
-(-195 S -2622 R)
+(-195 S -2623 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (|dot| ((|#3| $ $) "\\spad{dot(x,y)} computes the inner product of the vectors \\spad{x} and \\spad{y}.")) (|unitVector| (($ (|PositiveInteger|)) "\\spad{unitVector(n)} produces a vector with 1 in position \\spad{n} and zero elsewhere.")) (|directProduct| (($ (|Vector| |#3|)) "\\spad{directProduct(v)} converts the vector \\spad{v} to become a direct product. Error: if the length of \\spad{v} is different from dim.")))
NIL
-((|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-756))) (|HasAttribute| |#3| (QUOTE -3993)) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-961))) (|HasCategory| |#3| (QUOTE (-1013))))
-(-196 -2622 R)
+((|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-757))) (|HasAttribute| |#3| (QUOTE -3994)) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-962))) (|HasCategory| |#3| (QUOTE (-1014))))
+(-196 -2623 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (|dot| ((|#2| $ $) "\\spad{dot(x,y)} computes the inner product of the vectors \\spad{x} and \\spad{y}.")) (|unitVector| (($ (|PositiveInteger|)) "\\spad{unitVector(n)} produces a vector with 1 in position \\spad{n} and zero elsewhere.")) (|directProduct| (($ (|Vector| |#2|)) "\\spad{directProduct(v)} converts the vector \\spad{v} to become a direct product. Error: if the length of \\spad{v} is different from dim.")))
-((-3990 |has| |#2| (-961)) (-3991 |has| |#2| (-961)) (-3993 |has| |#2| (-6 -3993)))
+((-3991 |has| |#2| (-962)) (-3992 |has| |#2| (-962)) (-3994 |has| |#2| (-6 -3994)))
NIL
-(-197 -2622 R)
+(-197 -2623 R)
((|constructor| (NIL "\\indented{2}{This type represents the finite direct or cartesian product of an} underlying component type. This contrasts with simple vectors in that the members can be viewed as having constant length. Thus many categorical properties can by lifted from the underlying component type. Component extraction operations are provided but no updating operations. Thus new direct product elements can either be created by converting vector elements using the \\spadfun{directProduct} function or by taking appropriate linear combinations of basis vectors provided by the \\spad{unitVector} operation.")))
-((-3990 |has| |#2| (-961)) (-3991 |has| |#2| (-961)) (-3993 |has| |#2| (-6 -3993)))
-((OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-312))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-717))) (OR (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-756)))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-320))) (OR (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-961))))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (|HasCategory| |#2| (QUOTE (-190))) (OR (|HasCategory| |#2| (QUOTE (-190))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-961))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (|HasCategory| |#2| (QUOTE (-809 (-1090))))) (|HasCategory| |#2| (QUOTE (-1013))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-1013))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-961))))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-484) (QUOTE (-756))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-1013)))) (|HasAttribute| |#2| (QUOTE -3993)) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#2|))))
-(-198 -2622 A B)
+((-3991 |has| |#2| (-962)) (-3992 |has| |#2| (-962)) (-3994 |has| |#2| (-6 -3994)))
+((OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-312))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-718))) (OR (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-757)))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-320))) (OR (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-962))))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (|HasCategory| |#2| (QUOTE (-190))) (OR (|HasCategory| |#2| (QUOTE (-190))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-962))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (|HasCategory| |#2| (QUOTE (-810 (-1091))))) (|HasCategory| |#2| (QUOTE (-1014))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-1014))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-962))))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-485) (QUOTE (-757))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-1014)))) (|HasAttribute| |#2| (QUOTE -3994)) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#2|))))
+(-198 -2623 A B)
((|constructor| (NIL "\\indented{2}{This package provides operations which all take as arguments} direct products of elements of some type \\spad{A} and functions from \\spad{A} to another type \\spad{B}. The operations all iterate over their vector argument and either return a value of type \\spad{B} or a direct product over \\spad{B}.")) (|map| (((|DirectProduct| |#1| |#3|) (|Mapping| |#3| |#2|) (|DirectProduct| |#1| |#2|)) "\\spad{map(f, v)} applies the function \\spad{f} to every element of the vector \\spad{v} producing a new vector containing the values.")) (|reduce| ((|#3| (|Mapping| |#3| |#2| |#3|) (|DirectProduct| |#1| |#2|) |#3|) "\\spad{reduce(func,vec,ident)} combines the elements in \\spad{vec} using the binary function \\spad{func}. Argument \\spad{ident} is returned if the vector is empty.")) (|scan| (((|DirectProduct| |#1| |#3|) (|Mapping| |#3| |#2| |#3|) (|DirectProduct| |#1| |#2|) |#3|) "\\spad{scan(func,vec,ident)} creates a new vector whose elements are the result of applying reduce to the binary function \\spad{func},{} increasing initial subsequences of the vector \\spad{vec},{} and the element \\spad{ident}.")))
NIL
NIL
@@ -734,7 +734,7 @@ NIL
NIL
(-201)
((|constructor| (NIL "A division ring (sometimes called a skew field),{} \\spadignore{i.e.} a not necessarily commutative ring where all non-zero elements have multiplicative inverses.")) (|inv| (($ $) "\\spad{inv x} returns the multiplicative inverse of \\spad{x}. Error: if \\spad{x} is 0.")) (** (($ $ (|Integer|)) "\\spad{x**n} returns \\spad{x} raised to the integer power \\spad{n}.")))
-((-3989 . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-202 S)
((|constructor| (NIL "A doubly-linked aggregate serves as a model for a doubly-linked list,{} that is,{} a list which can has links to both next and previous nodes and thus can be efficiently traversed in both directions.")) (|setnext!| (($ $ $) "\\spad{setnext!(u,v)} destructively sets the next node of doubly-linked aggregate \\spad{u} to \\spad{v},{} returning \\spad{v}.")) (|setprevious!| (($ $ $) "\\spad{setprevious!(u,v)} destructively sets the previous node of doubly-linked aggregate \\spad{u} to \\spad{v},{} returning \\spad{v}.")) (|concat!| (($ $ $) "\\spad{concat!(u,v)} destructively concatenates doubly-linked aggregate \\spad{v} to the end of doubly-linked aggregate \\spad{u}.")) (|next| (($ $) "\\spad{next(l)} returns the doubly-linked aggregate beginning with its next element. Error: if \\spad{l} has no next element. Note: \\axiom{next(\\spad{l}) = rest(\\spad{l})} and \\axiom{previous(next(\\spad{l})) = \\spad{l}}.")) (|previous| (($ $) "\\spad{previous(l)} returns the doubly-link list beginning with its previous element. Error: if \\spad{l} has no previous element. Note: \\axiom{next(previous(\\spad{l})) = \\spad{l}}.")) (|tail| (($ $) "\\spad{tail(l)} returns the doubly-linked aggregate \\spad{l} starting at its second element. Error: if \\spad{l} is empty.")) (|head| (($ $) "\\spad{head(l)} returns the first element of a doubly-linked aggregate \\spad{l}. Error: if \\spad{l} is empty.")) (|last| ((|#1| $) "\\spad{last(l)} returns the last element of a doubly-linked aggregate \\spad{l}. Error: if \\spad{l} is empty.")))
@@ -742,20 +742,20 @@ NIL
NIL
(-203 S)
((|constructor| (NIL "This domain provides some nice functions on lists")) (|elt| (((|NonNegativeInteger|) $ "count") "\\axiom{\\spad{l}.\"count\"} returns the number of elements in \\axiom{\\spad{l}}.") (($ $ "sort") "\\axiom{\\spad{l}.sort} returns \\axiom{\\spad{l}} with elements sorted. Note: \\axiom{\\spad{l}.sort = sort(\\spad{l})}") (($ $ "unique") "\\axiom{\\spad{l}.unique} returns \\axiom{\\spad{l}} with duplicates removed. Note: \\axiom{\\spad{l}.unique = removeDuplicates(\\spad{l})}.")) (|datalist| (($ (|List| |#1|)) "\\spad{datalist(l)} creates a datalist from \\spad{l}")))
-((-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-756))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))))
+NIL
+((OR (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-757))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))))
(-204 M)
((|constructor| (NIL "DiscreteLogarithmPackage implements help functions for discrete logarithms in monoids using small cyclic groups.")) (|shanksDiscLogAlgorithm| (((|Union| (|NonNegativeInteger|) "failed") |#1| |#1| (|NonNegativeInteger|)) "\\spad{shanksDiscLogAlgorithm(b,a,p)} computes \\spad{s} with \\spad{b**s = a} for assuming that \\spad{a} and \\spad{b} are elements in a 'small' cyclic group of order \\spad{p} by Shank's algorithm. Note: this is a subroutine of the function \\spadfun{discreteLog}.")) (** ((|#1| |#1| (|Integer|)) "\\spad{x ** n} returns \\spad{x} raised to the integer power \\spad{n}")))
NIL
NIL
(-205 R)
((|constructor| (NIL "Category of modules that extend differential rings. \\blankline")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
(-206 |vl| R)
((|constructor| (NIL "\\indented{2}{This type supports distributed multivariate polynomials} whose variables are from a user specified list of symbols. The coefficient ring may be non commutative,{} but the variables are assumed to commute. The term ordering is lexicographic specified by the variable list parameter with the most significant variable first in the list.")) (|reorder| (($ $ (|List| (|Integer|))) "\\spad{reorder(p, perm)} applies the permutation perm to the variables in a polynomial and returns the new correctly ordered polynomial")))
-(((-3998 "*") |has| |#2| (-146)) (-3989 |has| |#2| (-495)) (-3994 |has| |#2| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#2| (QUOTE (-821))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-821)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-821)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-821)))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-146))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-495)))) (-12 (|HasCategory| |#2| (QUOTE (-796 (-330)))) (|HasCategory| (-773 |#1|) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#2| (QUOTE (-796 (-484)))) (|HasCategory| (-773 |#1|) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-473))))) (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-312))) (|HasAttribute| |#2| (QUOTE -3994)) (|HasCategory| |#2| (QUOTE (-392))) (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
+(((-3999 "*") |has| |#2| (-146)) (-3990 |has| |#2| (-496)) (-3995 |has| |#2| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#2| (QUOTE (-822))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-822)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-822)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-822)))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-146))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-496)))) (-12 (|HasCategory| |#2| (QUOTE (-797 (-330)))) (|HasCategory| (-774 |#1|) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#2| (QUOTE (-797 (-485)))) (|HasCategory| (-774 |#1|) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-474))))) (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-312))) (|HasAttribute| |#2| (QUOTE -3995)) (|HasCategory| |#2| (QUOTE (-392))) (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
(-207)
((|showSummary| (((|Void|) $) "\\spad{showSummary(d)} prints out implementation detail information of domain `d'.")) (|reflect| (($ (|ConstructorCall| (|DomainConstructor|))) "\\spad{reflect cc} returns the domain object designated by the ConstructorCall syntax `cc'. The constructor implied by `cc' must be known to the system since it is instantiated.")) (|reify| (((|ConstructorCall| (|DomainConstructor|)) $) "\\spad{reify(d)} returns the abstract syntax for the domain `x'.")) (|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Create: October 18,{} 2007. Date Last Updated: December 20,{} 2008. Basic Operations: coerce,{} reify Related Constructors: Type,{} Syntax,{} OutputForm Also See: Type,{} ConstructorCall") (((|DomainConstructor|) $) "\\spad{constructor(d)} returns the domain constructor that is instantiated to the domain object `d'.")))
NIL
@@ -770,23 +770,23 @@ NIL
NIL
(-210 |n| R M S)
((|constructor| (NIL "This constructor provides a direct product type with a left matrix-module view.")))
-((-3993 OR (-2563 (|has| |#4| (-961)) (|has| |#4| (-190))) (|has| |#4| (-6 -3993)) (-2563 (|has| |#4| (-961)) (|has| |#4| (-809 (-1090))))) (-3990 |has| |#4| (-961)) (-3991 |has| |#4| (-961)))
-((OR (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-320))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-663))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-717))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-756))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-809 (-1090)))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-961))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1013))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|))))) (|HasCategory| |#4| (QUOTE (-312))) (OR (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-961)))) (OR (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-312)))) (|HasCategory| |#4| (QUOTE (-961))) (|HasCategory| |#4| (QUOTE (-663))) (|HasCategory| |#4| (QUOTE (-717))) (OR (|HasCategory| |#4| (QUOTE (-717))) (|HasCategory| |#4| (QUOTE (-756)))) (|HasCategory| |#4| (QUOTE (-756))) (|HasCategory| |#4| (QUOTE (-320))) (OR (-12 (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-580 (-484)))) (|HasCategory| |#4| (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#4| (QUOTE (-580 (-484)))) (|HasCategory| |#4| (QUOTE (-961))))) (|HasCategory| |#4| (QUOTE (-809 (-1090)))) (OR (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-809 (-1090)))) (|HasCategory| |#4| (QUOTE (-961)))) (|HasCategory| |#4| (QUOTE (-190))) (OR (|HasCategory| |#4| (QUOTE (-190))) (-12 (|HasCategory| |#4| (QUOTE (-189))) (|HasCategory| |#4| (QUOTE (-961))))) (OR (-12 (|HasCategory| |#4| (QUOTE (-811 (-1090)))) (|HasCategory| |#4| (QUOTE (-961)))) (|HasCategory| |#4| (QUOTE (-809 (-1090))))) (|HasCategory| |#4| (QUOTE (-1013))) (OR (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#4| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#4| (QUOTE (-663))) (|HasCategory| |#4| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#4| (QUOTE (-717))) (|HasCategory| |#4| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#4| (QUOTE (-756))) (|HasCategory| |#4| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#4| (QUOTE (-809 (-1090)))) (|HasCategory| |#4| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#4| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#4| (QUOTE (-961)))) (-12 (|HasCategory| |#4| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#4| (QUOTE (-1013))))) (OR (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-717))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-756))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-809 (-1090)))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-950 (-484)))) (|HasCategory| |#4| (QUOTE (-1013)))) (-12 (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-663))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (|HasCategory| |#4| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-717))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-756))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-809 (-1090)))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-950 (-484)))) (|HasCategory| |#4| (QUOTE (-1013)))) (-12 (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-663))) (|HasCategory| |#4| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#4| (QUOTE (-950 (-484)))) (|HasCategory| |#4| (QUOTE (-961))))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| (-484) (QUOTE (-756))) (-12 (|HasCategory| |#4| (QUOTE (-580 (-484)))) (|HasCategory| |#4| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#4| (QUOTE (-809 (-1090)))) (|HasCategory| |#4| (QUOTE (-961)))) (-12 (|HasCategory| |#4| (QUOTE (-811 (-1090)))) (|HasCategory| |#4| (QUOTE (-961))))) (OR (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-961)))) (-12 (|HasCategory| |#4| (QUOTE (-189))) (|HasCategory| |#4| (QUOTE (-961))))) (-12 (|HasCategory| |#4| (QUOTE (-950 (-484)))) (|HasCategory| |#4| (QUOTE (-1013)))) (OR (-12 (|HasCategory| |#4| (QUOTE (-950 (-484)))) (|HasCategory| |#4| (QUOTE (-1013)))) (|HasCategory| |#4| (QUOTE (-961)))) (-12 (|HasCategory| |#4| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#4| (QUOTE (-1013)))) (OR (-12 (|HasCategory| |#4| (QUOTE (-809 (-1090)))) (|HasCategory| |#4| (QUOTE (-961)))) (|HasAttribute| |#4| (QUOTE -3993)) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-961))))) (-12 (|HasCategory| |#4| (QUOTE (-189))) (|HasCategory| |#4| (QUOTE (-961)))) (-12 (|HasCategory| |#4| (QUOTE (-811 (-1090)))) (|HasCategory| |#4| (QUOTE (-961)))) (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-23))) (|HasCategory| |#4| (QUOTE (-104))) (|HasCategory| |#4| (QUOTE (-25))) (|HasCategory| |#4| (QUOTE (-552 (-772)))) (-12 (|HasCategory| |#4| (QUOTE (-1013))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#4|))))
+((-3994 OR (-2564 (|has| |#4| (-962)) (|has| |#4| (-190))) (|has| |#4| (-6 -3994)) (-2564 (|has| |#4| (-962)) (|has| |#4| (-810 (-1091))))) (-3991 |has| |#4| (-962)) (-3992 |has| |#4| (-962)))
+((OR (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-320))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-664))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-718))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-757))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-810 (-1091)))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-962))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1014))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|))))) (|HasCategory| |#4| (QUOTE (-312))) (OR (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-962)))) (OR (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-312)))) (|HasCategory| |#4| (QUOTE (-962))) (|HasCategory| |#4| (QUOTE (-664))) (|HasCategory| |#4| (QUOTE (-718))) (OR (|HasCategory| |#4| (QUOTE (-718))) (|HasCategory| |#4| (QUOTE (-757)))) (|HasCategory| |#4| (QUOTE (-757))) (|HasCategory| |#4| (QUOTE (-320))) (OR (-12 (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-581 (-485)))) (|HasCategory| |#4| (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#4| (QUOTE (-581 (-485)))) (|HasCategory| |#4| (QUOTE (-962))))) (|HasCategory| |#4| (QUOTE (-810 (-1091)))) (OR (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-810 (-1091)))) (|HasCategory| |#4| (QUOTE (-962)))) (|HasCategory| |#4| (QUOTE (-190))) (OR (|HasCategory| |#4| (QUOTE (-190))) (-12 (|HasCategory| |#4| (QUOTE (-189))) (|HasCategory| |#4| (QUOTE (-962))))) (OR (-12 (|HasCategory| |#4| (QUOTE (-812 (-1091)))) (|HasCategory| |#4| (QUOTE (-962)))) (|HasCategory| |#4| (QUOTE (-810 (-1091))))) (|HasCategory| |#4| (QUOTE (-1014))) (OR (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#4| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#4| (QUOTE (-664))) (|HasCategory| |#4| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#4| (QUOTE (-718))) (|HasCategory| |#4| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#4| (QUOTE (-757))) (|HasCategory| |#4| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#4| (QUOTE (-810 (-1091)))) (|HasCategory| |#4| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#4| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#4| (QUOTE (-962)))) (-12 (|HasCategory| |#4| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#4| (QUOTE (-1014))))) (OR (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-718))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-757))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-810 (-1091)))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-951 (-485)))) (|HasCategory| |#4| (QUOTE (-1014)))) (-12 (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-664))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (|HasCategory| |#4| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-718))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-757))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-810 (-1091)))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-951 (-485)))) (|HasCategory| |#4| (QUOTE (-1014)))) (-12 (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-664))) (|HasCategory| |#4| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#4| (QUOTE (-951 (-485)))) (|HasCategory| |#4| (QUOTE (-962))))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| (-485) (QUOTE (-757))) (-12 (|HasCategory| |#4| (QUOTE (-581 (-485)))) (|HasCategory| |#4| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#4| (QUOTE (-810 (-1091)))) (|HasCategory| |#4| (QUOTE (-962)))) (-12 (|HasCategory| |#4| (QUOTE (-812 (-1091)))) (|HasCategory| |#4| (QUOTE (-962))))) (OR (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-962)))) (-12 (|HasCategory| |#4| (QUOTE (-189))) (|HasCategory| |#4| (QUOTE (-962))))) (-12 (|HasCategory| |#4| (QUOTE (-951 (-485)))) (|HasCategory| |#4| (QUOTE (-1014)))) (OR (-12 (|HasCategory| |#4| (QUOTE (-951 (-485)))) (|HasCategory| |#4| (QUOTE (-1014)))) (|HasCategory| |#4| (QUOTE (-962)))) (-12 (|HasCategory| |#4| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#4| (QUOTE (-1014)))) (OR (-12 (|HasCategory| |#4| (QUOTE (-810 (-1091)))) (|HasCategory| |#4| (QUOTE (-962)))) (|HasAttribute| |#4| (QUOTE -3994)) (-12 (|HasCategory| |#4| (QUOTE (-190))) (|HasCategory| |#4| (QUOTE (-962))))) (-12 (|HasCategory| |#4| (QUOTE (-189))) (|HasCategory| |#4| (QUOTE (-962)))) (-12 (|HasCategory| |#4| (QUOTE (-812 (-1091)))) (|HasCategory| |#4| (QUOTE (-962)))) (|HasCategory| |#4| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-21))) (|HasCategory| |#4| (QUOTE (-23))) (|HasCategory| |#4| (QUOTE (-104))) (|HasCategory| |#4| (QUOTE (-25))) (|HasCategory| |#4| (QUOTE (-553 (-773)))) (-12 (|HasCategory| |#4| (QUOTE (-1014))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#4|))))
(-211 |n| R S)
((|constructor| (NIL "This constructor provides a direct product of \\spad{R}-modules with an \\spad{R}-module view.")))
-((-3993 OR (-2563 (|has| |#3| (-961)) (|has| |#3| (-190))) (|has| |#3| (-6 -3993)) (-2563 (|has| |#3| (-961)) (|has| |#3| (-809 (-1090))))) (-3990 |has| |#3| (-961)) (-3991 |has| |#3| (-961)))
-((OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-961))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1013))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|))))) (|HasCategory| |#3| (QUOTE (-312))) (OR (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-961)))) (OR (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-312)))) (|HasCategory| |#3| (QUOTE (-961))) (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-717))) (OR (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-756)))) (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (QUOTE (-320))) (OR (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-580 (-484)))) (|HasCategory| |#3| (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#3| (QUOTE (-580 (-484)))) (|HasCategory| |#3| (QUOTE (-961))))) (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (OR (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (|HasCategory| |#3| (QUOTE (-190))) (OR (|HasCategory| |#3| (QUOTE (-190))) (-12 (|HasCategory| |#3| (QUOTE (-189))) (|HasCategory| |#3| (QUOTE (-961))))) (OR (-12 (|HasCategory| |#3| (QUOTE (-811 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (|HasCategory| |#3| (QUOTE (-809 (-1090))))) (|HasCategory| |#3| (QUOTE (-1013))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#3| (QUOTE (-961)))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#3| (QUOTE (-1013))))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-484)))) (|HasCategory| |#3| (QUOTE (-1013)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (|HasCategory| |#3| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-484)))) (|HasCategory| |#3| (QUOTE (-1013)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-484)))) (|HasCategory| |#3| (QUOTE (-961))))) (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| (-484) (QUOTE (-756))) (-12 (|HasCategory| |#3| (QUOTE (-580 (-484)))) (|HasCategory| |#3| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (-12 (|HasCategory| |#3| (QUOTE (-811 (-1090)))) (|HasCategory| |#3| (QUOTE (-961))))) (OR (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-961)))) (-12 (|HasCategory| |#3| (QUOTE (-189))) (|HasCategory| |#3| (QUOTE (-961))))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-484)))) (|HasCategory| |#3| (QUOTE (-1013)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-950 (-484)))) (|HasCategory| |#3| (QUOTE (-1013)))) (|HasCategory| |#3| (QUOTE (-961)))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#3| (QUOTE (-1013)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (|HasAttribute| |#3| (QUOTE -3993)) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-961))))) (-12 (|HasCategory| |#3| (QUOTE (-189))) (|HasCategory| |#3| (QUOTE (-961)))) (-12 (|HasCategory| |#3| (QUOTE (-811 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-552 (-772)))) (-12 (|HasCategory| |#3| (QUOTE (-1013))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#3|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#3|))))
+((-3994 OR (-2564 (|has| |#3| (-962)) (|has| |#3| (-190))) (|has| |#3| (-6 -3994)) (-2564 (|has| |#3| (-962)) (|has| |#3| (-810 (-1091))))) (-3991 |has| |#3| (-962)) (-3992 |has| |#3| (-962)))
+((OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-962))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1014))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|))))) (|HasCategory| |#3| (QUOTE (-312))) (OR (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-962)))) (OR (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-312)))) (|HasCategory| |#3| (QUOTE (-962))) (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-718))) (OR (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-757)))) (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (QUOTE (-320))) (OR (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-581 (-485)))) (|HasCategory| |#3| (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#3| (QUOTE (-581 (-485)))) (|HasCategory| |#3| (QUOTE (-962))))) (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (OR (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (|HasCategory| |#3| (QUOTE (-190))) (OR (|HasCategory| |#3| (QUOTE (-190))) (-12 (|HasCategory| |#3| (QUOTE (-189))) (|HasCategory| |#3| (QUOTE (-962))))) (OR (-12 (|HasCategory| |#3| (QUOTE (-812 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (|HasCategory| |#3| (QUOTE (-810 (-1091))))) (|HasCategory| |#3| (QUOTE (-1014))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#3| (QUOTE (-962)))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#3| (QUOTE (-1014))))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-485)))) (|HasCategory| |#3| (QUOTE (-1014)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (|HasCategory| |#3| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-485)))) (|HasCategory| |#3| (QUOTE (-1014)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-485)))) (|HasCategory| |#3| (QUOTE (-962))))) (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| (-485) (QUOTE (-757))) (-12 (|HasCategory| |#3| (QUOTE (-581 (-485)))) (|HasCategory| |#3| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (-12 (|HasCategory| |#3| (QUOTE (-812 (-1091)))) (|HasCategory| |#3| (QUOTE (-962))))) (OR (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-962)))) (-12 (|HasCategory| |#3| (QUOTE (-189))) (|HasCategory| |#3| (QUOTE (-962))))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-485)))) (|HasCategory| |#3| (QUOTE (-1014)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-951 (-485)))) (|HasCategory| |#3| (QUOTE (-1014)))) (|HasCategory| |#3| (QUOTE (-962)))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#3| (QUOTE (-1014)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (|HasAttribute| |#3| (QUOTE -3994)) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-962))))) (-12 (|HasCategory| |#3| (QUOTE (-189))) (|HasCategory| |#3| (QUOTE (-962)))) (-12 (|HasCategory| |#3| (QUOTE (-812 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-553 (-773)))) (-12 (|HasCategory| |#3| (QUOTE (-1014))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#3|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#3|))))
(-212 A R S V E)
((|constructor| (NIL "\\spadtype{DifferentialPolynomialCategory} is a category constructor specifying basic functions in an ordinary differential polynomial ring with a given ordered set of differential indeterminates. In addition,{} it implements defaults for the basic functions. The functions \\spadfun{order} and \\spadfun{weight} are extended from the set of derivatives of differential indeterminates to the set of differential polynomials. Other operations provided on differential polynomials are \\spadfun{leader},{} \\spadfun{initial},{} \\spadfun{separant},{} \\spadfun{differentialVariables},{} and \\spadfun{isobaric?}. Furthermore,{} if the ground ring is a differential ring,{} then evaluation (substitution of differential indeterminates by elements of the ground ring or by differential polynomials) is provided by \\spadfun{eval}. A convenient way of referencing derivatives is provided by the functions \\spadfun{makeVariable}. \\blankline To construct a domain using this constructor,{} one needs to provide a ground ring \\spad{R},{} an ordered set \\spad{S} of differential indeterminates,{} a ranking \\spad{V} on the set of derivatives of the differential indeterminates,{} and a set \\spad{E} of exponents in bijection with the set of differential monomials in the given differential indeterminates. \\blankline")) (|separant| (($ $) "\\spad{separant(p)} returns the partial derivative of the differential polynomial \\spad{p} with respect to its leader.")) (|initial| (($ $) "\\spad{initial(p)} returns the leading coefficient when the differential polynomial \\spad{p} is written as a univariate polynomial in its leader.")) (|leader| ((|#4| $) "\\spad{leader(p)} returns the derivative of the highest rank appearing in the differential polynomial \\spad{p} Note: an error occurs if \\spad{p} is in the ground ring.")) (|isobaric?| (((|Boolean|) $) "\\spad{isobaric?(p)} returns \\spad{true} if every differential monomial appearing in the differential polynomial \\spad{p} has same weight,{} and returns \\spad{false} otherwise.")) (|weight| (((|NonNegativeInteger|) $ |#3|) "\\spad{weight(p, s)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|NonNegativeInteger|) $) "\\spad{weight(p)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p}.")) (|weights| (((|List| (|NonNegativeInteger|)) $ |#3|) "\\spad{weights(p, s)} returns a list of weights of differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|List| (|NonNegativeInteger|)) $) "\\spad{weights(p)} returns a list of weights of differential monomials appearing in differential polynomial \\spad{p}.")) (|degree| (((|NonNegativeInteger|) $ |#3|) "\\spad{degree(p, s)} returns the maximum degree of the differential polynomial \\spad{p} viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of the differential polynomial \\spad{p},{} which is the maximum number of differentiations of a differential indeterminate,{} among all those appearing in \\spad{p}.") (((|NonNegativeInteger|) $ |#3|) "\\spad{order(p,s)} returns the order of the differential polynomial \\spad{p} in differential indeterminate \\spad{s}.")) (|differentialVariables| (((|List| |#3|) $) "\\spad{differentialVariables(p)} returns a list of differential indeterminates occurring in a differential polynomial \\spad{p}.")) (|makeVariable| (((|Mapping| $ (|NonNegativeInteger|)) $) "\\spad{makeVariable(p)} views \\spad{p} as an element of a differential ring,{} in such a way that the \\spad{n}-th derivative of \\spad{p} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} := makeVariable(\\spad{p}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.") (((|Mapping| $ (|NonNegativeInteger|)) |#3|) "\\spad{makeVariable(s)} views \\spad{s} as a differential indeterminate,{} in such a way that the \\spad{n}-th derivative of \\spad{s} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} :=makeVariable(\\spad{s}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.")))
NIL
((|HasCategory| |#2| (QUOTE (-190))))
(-213 R S V E)
((|constructor| (NIL "\\spadtype{DifferentialPolynomialCategory} is a category constructor specifying basic functions in an ordinary differential polynomial ring with a given ordered set of differential indeterminates. In addition,{} it implements defaults for the basic functions. The functions \\spadfun{order} and \\spadfun{weight} are extended from the set of derivatives of differential indeterminates to the set of differential polynomials. Other operations provided on differential polynomials are \\spadfun{leader},{} \\spadfun{initial},{} \\spadfun{separant},{} \\spadfun{differentialVariables},{} and \\spadfun{isobaric?}. Furthermore,{} if the ground ring is a differential ring,{} then evaluation (substitution of differential indeterminates by elements of the ground ring or by differential polynomials) is provided by \\spadfun{eval}. A convenient way of referencing derivatives is provided by the functions \\spadfun{makeVariable}. \\blankline To construct a domain using this constructor,{} one needs to provide a ground ring \\spad{R},{} an ordered set \\spad{S} of differential indeterminates,{} a ranking \\spad{V} on the set of derivatives of the differential indeterminates,{} and a set \\spad{E} of exponents in bijection with the set of differential monomials in the given differential indeterminates. \\blankline")) (|separant| (($ $) "\\spad{separant(p)} returns the partial derivative of the differential polynomial \\spad{p} with respect to its leader.")) (|initial| (($ $) "\\spad{initial(p)} returns the leading coefficient when the differential polynomial \\spad{p} is written as a univariate polynomial in its leader.")) (|leader| ((|#3| $) "\\spad{leader(p)} returns the derivative of the highest rank appearing in the differential polynomial \\spad{p} Note: an error occurs if \\spad{p} is in the ground ring.")) (|isobaric?| (((|Boolean|) $) "\\spad{isobaric?(p)} returns \\spad{true} if every differential monomial appearing in the differential polynomial \\spad{p} has same weight,{} and returns \\spad{false} otherwise.")) (|weight| (((|NonNegativeInteger|) $ |#2|) "\\spad{weight(p, s)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|NonNegativeInteger|) $) "\\spad{weight(p)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p}.")) (|weights| (((|List| (|NonNegativeInteger|)) $ |#2|) "\\spad{weights(p, s)} returns a list of weights of differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|List| (|NonNegativeInteger|)) $) "\\spad{weights(p)} returns a list of weights of differential monomials appearing in differential polynomial \\spad{p}.")) (|degree| (((|NonNegativeInteger|) $ |#2|) "\\spad{degree(p, s)} returns the maximum degree of the differential polynomial \\spad{p} viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of the differential polynomial \\spad{p},{} which is the maximum number of differentiations of a differential indeterminate,{} among all those appearing in \\spad{p}.") (((|NonNegativeInteger|) $ |#2|) "\\spad{order(p,s)} returns the order of the differential polynomial \\spad{p} in differential indeterminate \\spad{s}.")) (|differentialVariables| (((|List| |#2|) $) "\\spad{differentialVariables(p)} returns a list of differential indeterminates occurring in a differential polynomial \\spad{p}.")) (|makeVariable| (((|Mapping| $ (|NonNegativeInteger|)) $) "\\spad{makeVariable(p)} views \\spad{p} as an element of a differential ring,{} in such a way that the \\spad{n}-th derivative of \\spad{p} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} := makeVariable(\\spad{p}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.") (((|Mapping| $ (|NonNegativeInteger|)) |#2|) "\\spad{makeVariable(s)} views \\spad{s} as a differential indeterminate,{} in such a way that the \\spad{n}-th derivative of \\spad{s} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} :=makeVariable(\\spad{s}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
NIL
(-214 S)
((|constructor| (NIL "A dequeue is a doubly ended stack,{} that is,{} a bag where first items inserted are the first items extracted,{} at either the front or the back end of the data structure.")) (|reverse!| (($ $) "\\spad{reverse!(d)} destructively replaces \\spad{d} by its reverse dequeue,{} \\spadignore{i.e.} the top (front) element is now the bottom (back) element,{} and so on.")) (|extractBottom!| ((|#1| $) "\\spad{extractBottom!(d)} destructively extracts the bottom (back) element from the dequeue \\spad{d}. Error: if \\spad{d} is empty.")) (|extractTop!| ((|#1| $) "\\spad{extractTop!(d)} destructively extracts the top (front) element from the dequeue \\spad{d}. Error: if \\spad{d} is empty.")) (|insertBottom!| ((|#1| |#1| $) "\\spad{insertBottom!(x,d)} destructively inserts \\spad{x} into the dequeue \\spad{d} at the bottom (back) of the dequeue.")) (|insertTop!| ((|#1| |#1| $) "\\spad{insertTop!(x,d)} destructively inserts \\spad{x} into the dequeue \\spad{d},{} that is,{} at the top (front) of the dequeue. The element previously at the top of the dequeue becomes the second in the dequeue,{} and so on.")) (|bottom!| ((|#1| $) "\\spad{bottom!(d)} returns the element at the bottom (back) of the dequeue.")) (|top!| ((|#1| $) "\\spad{top!(d)} returns the element at the top (front) of the dequeue.")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(d)} returns the number of elements in dequeue \\spad{d}. Note: \\axiom{height(\\spad{d}) = \\# \\spad{d}}.")) (|dequeue| (($ (|List| |#1|)) "\\spad{dequeue([x,y,...,z])} creates a dequeue with first (top or front) element \\spad{x},{} second element \\spad{y},{}...,{}and last (bottom or back) element \\spad{z}.") (($) "\\spad{dequeue()}\\$\\spad{D} creates an empty dequeue of type \\spad{D}.")))
-((-3997 . T))
+NIL
NIL
(-215 |Ex|)
((|constructor| (NIL "TopLevelDrawFunctions provides top level functions for drawing graphics of expressions.")) (|makeObject| (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSurface| |#1|) (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|))) "\\spad{makeObject(surface(f(u,v),g(u,v),h(u,v)),u = a..b,v = c..d)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric surface \\spad{x = f(u,v)},{} \\spad{y = g(u,v)},{} \\spad{z = h(u,v)} as \\spad{u} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{v} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{h(t)} is the default title.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSurface| |#1|) (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(surface(f(u,v),g(u,v),h(u,v)),u = a..b,v = c..d,l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric surface \\spad{x = f(u,v)},{} \\spad{y = g(u,v)},{} \\spad{z = h(u,v)} as \\spad{u} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{v} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{h(t)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) |#1| (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|))) "\\spad{makeObject(f(x,y),x = a..b,y = c..d)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of \\spad{z = f(x,y)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{y} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{f(x,y)} appears as the default title.") (((|ThreeSpace| (|DoubleFloat|)) |#1| (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(f(x,y),x = a..b,y = c..d,l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of \\spad{z = f(x,y)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{y} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{f(x,y)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSpaceCurve| |#1|) (|SegmentBinding| (|Float|))) "\\spad{makeObject(curve(f(t),g(t),h(t)),t = a..b)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{h(t)} is the default title.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSpaceCurve| |#1|) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(curve(f(t),g(t),h(t)),t = a..b,l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{h(t)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.")) (|draw| (((|ThreeDimensionalViewport|) (|ParametricSurface| |#1|) (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|))) "\\spad{draw(surface(f(u,v),g(u,v),h(u,v)),u = a..b,v = c..d)} draws the graph of the parametric surface \\spad{x = f(u,v)},{} \\spad{y = g(u,v)},{} \\spad{z = h(u,v)} as \\spad{u} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{v} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{h(t)} is the default title.") (((|ThreeDimensionalViewport|) (|ParametricSurface| |#1|) (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(surface(f(u,v),g(u,v),h(u,v)),u = a..b,v = c..d,l)} draws the graph of the parametric surface \\spad{x = f(u,v)},{} \\spad{y = g(u,v)},{} \\spad{z = h(u,v)} as \\spad{u} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{v} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{h(t)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) |#1| (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|))) "\\spad{draw(f(x,y),x = a..b,y = c..d)} draws the graph of \\spad{z = f(x,y)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{y} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{f(x,y)} appears in the title bar.") (((|ThreeDimensionalViewport|) |#1| (|SegmentBinding| (|Float|)) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f(x,y),x = a..b,y = c..d,l)} draws the graph of \\spad{z = f(x,y)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)} and \\spad{y} ranges from \\spad{min(c,d)} to \\spad{max(c,d)}; \\spad{f(x,y)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|ParametricSpaceCurve| |#1|) (|SegmentBinding| (|Float|))) "\\spad{draw(curve(f(t),g(t),h(t)),t = a..b)} draws the graph of the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{h(t)} is the default title.") (((|ThreeDimensionalViewport|) (|ParametricSpaceCurve| |#1|) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(curve(f(t),g(t),h(t)),t = a..b,l)} draws the graph of the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{h(t)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|TwoDimensionalViewport|) (|ParametricPlaneCurve| |#1|) (|SegmentBinding| (|Float|))) "\\spad{draw(curve(f(t),g(t)),t = a..b)} draws the graph of the parametric curve \\spad{x = f(t), y = g(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{(f(t),g(t))} appears in the title bar.") (((|TwoDimensionalViewport|) (|ParametricPlaneCurve| |#1|) (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(curve(f(t),g(t)),t = a..b,l)} draws the graph of the parametric curve \\spad{x = f(t), y = g(t)} as \\spad{t} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{(f(t),g(t))} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|TwoDimensionalViewport|) |#1| (|SegmentBinding| (|Float|))) "\\spad{draw(f(x),x = a..b)} draws the graph of \\spad{y = f(x)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{f(x)} appears in the title bar.") (((|TwoDimensionalViewport|) |#1| (|SegmentBinding| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f(x),x = a..b,l)} draws the graph of \\spad{y = f(x)} as \\spad{x} ranges from \\spad{min(a,b)} to \\spad{max(a,b)}; \\spad{f(x)} is the default title,{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.")))
@@ -827,15 +827,15 @@ NIL
(-224 S R)
((|constructor| (NIL "Extension of a base differential space with a derivation. \\blankline")) (D (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{D(x,d,n)} is a shorthand for \\spad{differentiate(x,d,n)}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{D(x,d)} is a shorthand for \\spad{differentiate(x,d)}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{differentiate(x,d,n)} computes the \\spad{n}\\spad{-}th derivative of \\spad{x} using a derivation extending \\spad{d} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x,d)} computes the derivative of \\spad{x},{} extending differentiation \\spad{d} on \\spad{R}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-189))))
+((|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-189))))
(-225 R)
((|constructor| (NIL "Extension of a base differential space with a derivation. \\blankline")) (D (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{D(x,d,n)} is a shorthand for \\spad{differentiate(x,d,n)}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{D(x,d)} is a shorthand for \\spad{differentiate(x,d)}.")) (|differentiate| (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{differentiate(x,d,n)} computes the \\spad{n}\\spad{-}th derivative of \\spad{x} using a derivation extending \\spad{d} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{differentiate(x,d)} computes the derivative of \\spad{x},{} extending differentiation \\spad{d} on \\spad{R}.")))
NIL
NIL
(-226 R S V)
((|constructor| (NIL "\\spadtype{DifferentialSparseMultivariatePolynomial} implements an ordinary differential polynomial ring by combining a domain belonging to the category \\spadtype{DifferentialVariableCategory} with the domain \\spadtype{SparseMultivariatePolynomial}. \\blankline")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-821))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| |#3| (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| |#3| (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| |#3| (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#3| (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#3| (QUOTE (-553 (-473))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3994)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-822))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| |#3| (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| |#3| (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| |#3| (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#3| (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#3| (QUOTE (-554 (-474))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3995)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
(-227 A S)
((|constructor| (NIL "\\spadtype{DifferentialVariableCategory} constructs the set of derivatives of a given set of (ordinary) differential indeterminates. If \\spad{x},{}...,{}\\spad{y} is an ordered set of differential indeterminates,{} and the prime notation is used for differentiation,{} then the set of derivatives (including zero-th order) of the differential indeterminates is \\spad{x},{}\\spad{x'},{}\\spad{x''},{}...,{} \\spad{y},{}\\spad{y'},{}\\spad{y''},{}... (Note: in the interpreter,{} the \\spad{n}-th derivative of \\spad{y} is displayed as \\spad{y} with a subscript \\spad{n}.) This set is viewed as a set of algebraic indeterminates,{} totally ordered in a way compatible with differentiation and the given order on the differential indeterminates. Such a total order is called a ranking of the differential indeterminates. \\blankline A domain in this category is needed to construct a differential polynomial domain. Differential polynomials are ordered by a ranking on the derivatives,{} and by an order (extending the ranking) on on the set of differential monomials. One may thus associate a domain in this category with a ranking of the differential indeterminates,{} just as one associates a domain in the category \\spadtype{OrderedAbelianMonoidSup} with an ordering of the set of monomials in a set of algebraic indeterminates. The ranking is specified through the binary relation \\spadfun{<}. For example,{} one may define one derivative to be less than another by lexicographically comparing first the \\spadfun{order},{} then the given order of the differential indeterminates appearing in the derivatives. This is the default implementation. \\blankline The notion of weight generalizes that of degree. A polynomial domain may be made into a graded ring if a weight function is given on the set of indeterminates,{} Very often,{} a grading is the first step in ordering the set of monomials. For differential polynomial domains,{} this constructor provides a function \\spadfun{weight},{} which allows the assignment of a non-negative number to each derivative of a differential indeterminate. For example,{} one may define the weight of a derivative to be simply its \\spadfun{order} (this is the default assignment). This weight function can then be extended to the set of all differential polynomials,{} providing a graded ring structure.")) (|weight| (((|NonNegativeInteger|) $) "\\spad{weight(v)} returns the weight of the derivative \\spad{v}.")) (|variable| ((|#2| $) "\\spad{variable(v)} returns \\spad{s} if \\spad{v} is any derivative of the differential indeterminate \\spad{s}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(v)} returns \\spad{n} if \\spad{v} is the \\spad{n}-th derivative of any differential indeterminate.")) (|makeVariable| (($ |#2| (|NonNegativeInteger|)) "\\spad{makeVariable(s, n)} returns the \\spad{n}-th derivative of a differential indeterminate \\spad{s} as an algebraic indeterminate.")))
NIL
@@ -848,11 +848,11 @@ NIL
((|constructor| (NIL "A domain used in the construction of the exterior algebra on a set \\spad{X} over a ring \\spad{R}. This domain represents the set of all ordered subsets of the set \\spad{X},{} assumed to be in correspondance with {1,{}2,{}3,{} ...}. The ordered subsets are themselves ordered lexicographically and are in bijective correspondance with an ordered basis of the exterior algebra. In this domain we are dealing strictly with the exponents of basis elements which can only be 0 or 1. \\blankline The multiplicative identity element of the exterior algebra corresponds to the empty subset of \\spad{X}. A coerce from List Integer to an ordered basis element is provided to allow the convenient input of expressions. Another exported function forgets the ordered structure and simply returns the list corresponding to an ordered subset.")) (|Nul| (($ (|NonNegativeInteger|)) "\\spad{Nul()} gives the basis element 1 for the algebra generated by \\spad{n} generators.")) (|exponents| (((|List| (|Integer|)) $) "\\spad{exponents(x)} converts a domain element into a list of zeros and ones corresponding to the exponents in the basis element that \\spad{x} represents.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(x)} gives the numbers of 1's in \\spad{x},{} \\spadignore{i.e.} the number of non-zero exponents in the basis element that \\spad{x} represents.")) (|coerce| (($ (|List| (|Integer|))) "\\spad{coerce(l)} converts a list of 0's and 1's into a basis element,{} where 1 (respectively 0) designates that the variable of the corresponding index of \\spad{l} is (respectively,{} is not) present. Error: if an element of \\spad{l} is not 0 or 1.")))
NIL
NIL
-(-230 R -3093)
+(-230 R -3094)
((|constructor| (NIL "Provides elementary functions over an integral domain.")) (|localReal?| (((|Boolean|) |#2|) "\\spad{localReal?(x)} should be local but conditional")) (|specialTrigs| (((|Union| |#2| "failed") |#2| (|List| (|Record| (|:| |func| |#2|) (|:| |pole| (|Boolean|))))) "\\spad{specialTrigs(x,l)} should be local but conditional")) (|iiacsch| ((|#2| |#2|) "\\spad{iiacsch(x)} should be local but conditional")) (|iiasech| ((|#2| |#2|) "\\spad{iiasech(x)} should be local but conditional")) (|iiacoth| ((|#2| |#2|) "\\spad{iiacoth(x)} should be local but conditional")) (|iiatanh| ((|#2| |#2|) "\\spad{iiatanh(x)} should be local but conditional")) (|iiacosh| ((|#2| |#2|) "\\spad{iiacosh(x)} should be local but conditional")) (|iiasinh| ((|#2| |#2|) "\\spad{iiasinh(x)} should be local but conditional")) (|iicsch| ((|#2| |#2|) "\\spad{iicsch(x)} should be local but conditional")) (|iisech| ((|#2| |#2|) "\\spad{iisech(x)} should be local but conditional")) (|iicoth| ((|#2| |#2|) "\\spad{iicoth(x)} should be local but conditional")) (|iitanh| ((|#2| |#2|) "\\spad{iitanh(x)} should be local but conditional")) (|iicosh| ((|#2| |#2|) "\\spad{iicosh(x)} should be local but conditional")) (|iisinh| ((|#2| |#2|) "\\spad{iisinh(x)} should be local but conditional")) (|iiacsc| ((|#2| |#2|) "\\spad{iiacsc(x)} should be local but conditional")) (|iiasec| ((|#2| |#2|) "\\spad{iiasec(x)} should be local but conditional")) (|iiacot| ((|#2| |#2|) "\\spad{iiacot(x)} should be local but conditional")) (|iiatan| ((|#2| |#2|) "\\spad{iiatan(x)} should be local but conditional")) (|iiacos| ((|#2| |#2|) "\\spad{iiacos(x)} should be local but conditional")) (|iiasin| ((|#2| |#2|) "\\spad{iiasin(x)} should be local but conditional")) (|iicsc| ((|#2| |#2|) "\\spad{iicsc(x)} should be local but conditional")) (|iisec| ((|#2| |#2|) "\\spad{iisec(x)} should be local but conditional")) (|iicot| ((|#2| |#2|) "\\spad{iicot(x)} should be local but conditional")) (|iitan| ((|#2| |#2|) "\\spad{iitan(x)} should be local but conditional")) (|iicos| ((|#2| |#2|) "\\spad{iicos(x)} should be local but conditional")) (|iisin| ((|#2| |#2|) "\\spad{iisin(x)} should be local but conditional")) (|iilog| ((|#2| |#2|) "\\spad{iilog(x)} should be local but conditional")) (|iiexp| ((|#2| |#2|) "\\spad{iiexp(x)} should be local but conditional")) (|iisqrt3| ((|#2|) "\\spad{iisqrt3()} should be local but conditional")) (|iisqrt2| ((|#2|) "\\spad{iisqrt2()} should be local but conditional")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(p)} returns an elementary operator with the same symbol as \\spad{p}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(p)} returns \\spad{true} if operator \\spad{p} is elementary")) (|pi| ((|#2|) "\\spad{pi()} returns the \\spad{pi} operator")) (|acsch| ((|#2| |#2|) "\\spad{acsch(x)} applies the inverse hyperbolic cosecant operator to \\spad{x}")) (|asech| ((|#2| |#2|) "\\spad{asech(x)} applies the inverse hyperbolic secant operator to \\spad{x}")) (|acoth| ((|#2| |#2|) "\\spad{acoth(x)} applies the inverse hyperbolic cotangent operator to \\spad{x}")) (|atanh| ((|#2| |#2|) "\\spad{atanh(x)} applies the inverse hyperbolic tangent operator to \\spad{x}")) (|acosh| ((|#2| |#2|) "\\spad{acosh(x)} applies the inverse hyperbolic cosine operator to \\spad{x}")) (|asinh| ((|#2| |#2|) "\\spad{asinh(x)} applies the inverse hyperbolic sine operator to \\spad{x}")) (|csch| ((|#2| |#2|) "\\spad{csch(x)} applies the hyperbolic cosecant operator to \\spad{x}")) (|sech| ((|#2| |#2|) "\\spad{sech(x)} applies the hyperbolic secant operator to \\spad{x}")) (|coth| ((|#2| |#2|) "\\spad{coth(x)} applies the hyperbolic cotangent operator to \\spad{x}")) (|tanh| ((|#2| |#2|) "\\spad{tanh(x)} applies the hyperbolic tangent operator to \\spad{x}")) (|cosh| ((|#2| |#2|) "\\spad{cosh(x)} applies the hyperbolic cosine operator to \\spad{x}")) (|sinh| ((|#2| |#2|) "\\spad{sinh(x)} applies the hyperbolic sine operator to \\spad{x}")) (|acsc| ((|#2| |#2|) "\\spad{acsc(x)} applies the inverse cosecant operator to \\spad{x}")) (|asec| ((|#2| |#2|) "\\spad{asec(x)} applies the inverse secant operator to \\spad{x}")) (|acot| ((|#2| |#2|) "\\spad{acot(x)} applies the inverse cotangent operator to \\spad{x}")) (|atan| ((|#2| |#2|) "\\spad{atan(x)} applies the inverse tangent operator to \\spad{x}")) (|acos| ((|#2| |#2|) "\\spad{acos(x)} applies the inverse cosine operator to \\spad{x}")) (|asin| ((|#2| |#2|) "\\spad{asin(x)} applies the inverse sine operator to \\spad{x}")) (|csc| ((|#2| |#2|) "\\spad{csc(x)} applies the cosecant operator to \\spad{x}")) (|sec| ((|#2| |#2|) "\\spad{sec(x)} applies the secant operator to \\spad{x}")) (|cot| ((|#2| |#2|) "\\spad{cot(x)} applies the cotangent operator to \\spad{x}")) (|tan| ((|#2| |#2|) "\\spad{tan(x)} applies the tangent operator to \\spad{x}")) (|cos| ((|#2| |#2|) "\\spad{cos(x)} applies the cosine operator to \\spad{x}")) (|sin| ((|#2| |#2|) "\\spad{sin(x)} applies the sine operator to \\spad{x}")) (|log| ((|#2| |#2|) "\\spad{log(x)} applies the logarithm operator to \\spad{x}")) (|exp| ((|#2| |#2|) "\\spad{exp(x)} applies the exponential operator to \\spad{x}")))
NIL
NIL
-(-231 R -3093)
+(-231 R -3094)
((|constructor| (NIL "ElementaryFunctionStructurePackage provides functions to test the algebraic independence of various elementary functions,{} using the Risch structure theorem (real and complex versions). It also provides transformations on elementary functions which are not considered simplifications.")) (|tanQ| ((|#2| (|Fraction| (|Integer|)) |#2|) "\\spad{tanQ(q,a)} is a local function with a conditional implementation.")) (|rootNormalize| ((|#2| |#2| (|Kernel| |#2|)) "\\spad{rootNormalize(f, k)} returns \\spad{f} rewriting either \\spad{k} which must be an \\spad{n}th-root in terms of radicals already in \\spad{f},{} or some radicals in \\spad{f} in terms of \\spad{k}.")) (|validExponential| (((|Union| |#2| "failed") (|List| (|Kernel| |#2|)) |#2| (|Symbol|)) "\\spad{validExponential([k1,...,kn],f,x)} returns \\spad{g} if \\spad{exp(f)=g} and \\spad{g} involves only \\spad{k1...kn},{} and \"failed\" otherwise.")) (|realElementary| ((|#2| |#2| (|Symbol|)) "\\spad{realElementary(f,x)} rewrites the kernels of \\spad{f} involving \\spad{x} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log, exp, tan, atan}.") ((|#2| |#2|) "\\spad{realElementary(f)} rewrites \\spad{f} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log, exp, tan, atan}.")) (|rischNormalize| (((|Record| (|:| |func| |#2|) (|:| |kers| (|List| (|Kernel| |#2|))) (|:| |vals| (|List| |#2|))) |#2| (|Symbol|)) "\\spad{rischNormalize(f, x)} returns \\spad{[g, [k1,...,kn], [h1,...,hn]]} such that \\spad{g = normalize(f, x)} and each \\spad{ki} was rewritten as \\spad{hi} during the normalization.")) (|normalize| ((|#2| |#2| (|Symbol|)) "\\spad{normalize(f, x)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels involving \\spad{x}.") ((|#2| |#2|) "\\spad{normalize(f)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels.")))
NIL
NIL
@@ -875,10 +875,10 @@ NIL
(-236 A S)
((|constructor| (NIL "An extensible aggregate is one which allows insertion and deletion of entries. These aggregates are models of lists and streams which are represented by linked structures so as to make insertion,{} deletion,{} and concatenation efficient. However,{} access to elements of these extensible aggregates is generally slow since access is made from the end. See \\spadtype{FlexibleArray} for an exception.")) (|removeDuplicates!| (($ $) "\\spad{removeDuplicates!(u)} destructively removes duplicates from \\spad{u}.")) (|select!| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{select!(p,u)} destructively changes \\spad{u} by keeping only values \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})}.")) (|merge!| (($ $ $) "\\spad{merge!(u,v)} destructively merges \\spad{u} and \\spad{v} in ascending order.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $ $) "\\spad{merge!(p,u,v)} destructively merges \\spad{u} and \\spad{v} using predicate \\spad{p}.")) (|insert!| (($ $ $ (|Integer|)) "\\spad{insert!(v,u,i)} destructively inserts aggregate \\spad{v} into \\spad{u} at position \\spad{i}.") (($ |#2| $ (|Integer|)) "\\spad{insert!(x,u,i)} destructively inserts \\spad{x} into \\spad{u} at position \\spad{i}.")) (|remove!| (($ |#2| $) "\\spad{remove!(x,u)} destructively removes all values \\spad{x} from \\spad{u}.") (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{remove!(p,u)} destructively removes all elements \\spad{x} of \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}.")) (|delete!| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete!(u,i..j)} destructively deletes elements \\spad{u}.\\spad{i} through \\spad{u}.\\spad{j}.") (($ $ (|Integer|)) "\\spad{delete!(u,i)} destructively deletes the \\axiom{\\spad{i}}th element of \\spad{u}.")) (|concat!| (($ $ $) "\\spad{concat!(u,v)} destructively appends \\spad{v} to the end of \\spad{u}. \\spad{v} is unchanged") (($ $ |#2|) "\\spad{concat!(u,x)} destructively adds element \\spad{x} to the end of \\spad{u}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-72))))
+((|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-72))))
(-237 S)
((|constructor| (NIL "An extensible aggregate is one which allows insertion and deletion of entries. These aggregates are models of lists and streams which are represented by linked structures so as to make insertion,{} deletion,{} and concatenation efficient. However,{} access to elements of these extensible aggregates is generally slow since access is made from the end. See \\spadtype{FlexibleArray} for an exception.")) (|removeDuplicates!| (($ $) "\\spad{removeDuplicates!(u)} destructively removes duplicates from \\spad{u}.")) (|select!| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select!(p,u)} destructively changes \\spad{u} by keeping only values \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})}.")) (|merge!| (($ $ $) "\\spad{merge!(u,v)} destructively merges \\spad{u} and \\spad{v} in ascending order.") (($ (|Mapping| (|Boolean|) |#1| |#1|) $ $) "\\spad{merge!(p,u,v)} destructively merges \\spad{u} and \\spad{v} using predicate \\spad{p}.")) (|insert!| (($ $ $ (|Integer|)) "\\spad{insert!(v,u,i)} destructively inserts aggregate \\spad{v} into \\spad{u} at position \\spad{i}.") (($ |#1| $ (|Integer|)) "\\spad{insert!(x,u,i)} destructively inserts \\spad{x} into \\spad{u} at position \\spad{i}.")) (|remove!| (($ |#1| $) "\\spad{remove!(x,u)} destructively removes all values \\spad{x} from \\spad{u}.") (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{remove!(p,u)} destructively removes all elements \\spad{x} of \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}.")) (|delete!| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete!(u,i..j)} destructively deletes elements \\spad{u}.\\spad{i} through \\spad{u}.\\spad{j}.") (($ $ (|Integer|)) "\\spad{delete!(u,i)} destructively deletes the \\axiom{\\spad{i}}th element of \\spad{u}.")) (|concat!| (($ $ $) "\\spad{concat!(u,v)} destructively appends \\spad{v} to the end of \\spad{u}. \\spad{v} is unchanged") (($ $ |#1|) "\\spad{concat!(u,x)} destructively adds element \\spad{x} to the end of \\spad{u}.")))
-((-3997 . T))
+NIL
NIL
(-238 S)
((|constructor| (NIL "Category for the elementary functions.")) (** (($ $ $) "\\spad{x**y} returns \\spad{x} to the power \\spad{y}.")) (|exp| (($ $) "\\spad{exp(x)} returns \\%\\spad{e} to the power \\spad{x}.")) (|log| (($ $) "\\spad{log(x)} returns the natural logarithm of \\spad{x}.")))
@@ -899,14 +899,14 @@ NIL
(-242 S |Dom| |Im|)
((|constructor| (NIL "An eltable aggregate is one which can be viewed as a function. For example,{} the list \\axiom{[1,{}7,{}4]} can applied to 0,{}1,{} and 2 respectively will return the integers 1,{}7,{} and 4; thus this list may be viewed as mapping 0 to 1,{} 1 to 7 and 2 to 4. In general,{} an aggregate can map members of a domain {\\em Dom} to an image domain {\\em Im}.")) (|qsetelt!| ((|#3| $ |#2| |#3|) "\\spad{qsetelt!(u,x,y)} sets the image of \\axiom{\\spad{x}} to be \\axiom{\\spad{y}} under \\axiom{\\spad{u}},{} without checking that \\axiom{\\spad{x}} is in the domain of \\axiom{\\spad{u}}. If such a check is required use the function \\axiom{setelt}.")) (|setelt| ((|#3| $ |#2| |#3|) "\\spad{setelt(u,x,y)} sets the image of \\spad{x} to be \\spad{y} under \\spad{u},{} assuming \\spad{x} is in the domain of \\spad{u}. Error: if \\spad{x} is not in the domain of \\spad{u}.")) (|qelt| ((|#3| $ |#2|) "\\spad{qelt(u, x)} applies \\axiom{\\spad{u}} to \\axiom{\\spad{x}} without checking whether \\axiom{\\spad{x}} is in the domain of \\axiom{\\spad{u}}. If \\axiom{\\spad{x}} is not in the domain of \\axiom{\\spad{u}} a memory-access violation may occur. If a check on whether \\axiom{\\spad{x}} is in the domain of \\axiom{\\spad{u}} is required,{} use the function \\axiom{elt}.")) (|elt| ((|#3| $ |#2| |#3|) "\\spad{elt(u, x, y)} applies \\spad{u} to \\spad{x} if \\spad{x} is in the domain of \\spad{u},{} and returns \\spad{y} otherwise. For example,{} if \\spad{u} is a polynomial in \\axiom{\\spad{x}} over the rationals,{} \\axiom{elt(\\spad{u},{}\\spad{n},{}0)} may define the coefficient of \\axiom{\\spad{x}} to the power \\spad{n},{} returning 0 when \\spad{n} is out of range.")))
NIL
-((|HasCategory| |#1| (|%list| (QUOTE -1035) (|devaluate| |#3|))))
+((|HasCategory| |#1| (|%list| (QUOTE -1036) (|devaluate| |#3|))))
(-243 |Dom| |Im|)
((|constructor| (NIL "An eltable aggregate is one which can be viewed as a function. For example,{} the list \\axiom{[1,{}7,{}4]} can applied to 0,{}1,{} and 2 respectively will return the integers 1,{}7,{} and 4; thus this list may be viewed as mapping 0 to 1,{} 1 to 7 and 2 to 4. In general,{} an aggregate can map members of a domain {\\em Dom} to an image domain {\\em Im}.")) (|qsetelt!| ((|#2| $ |#1| |#2|) "\\spad{qsetelt!(u,x,y)} sets the image of \\axiom{\\spad{x}} to be \\axiom{\\spad{y}} under \\axiom{\\spad{u}},{} without checking that \\axiom{\\spad{x}} is in the domain of \\axiom{\\spad{u}}. If such a check is required use the function \\axiom{setelt}.")) (|setelt| ((|#2| $ |#1| |#2|) "\\spad{setelt(u,x,y)} sets the image of \\spad{x} to be \\spad{y} under \\spad{u},{} assuming \\spad{x} is in the domain of \\spad{u}. Error: if \\spad{x} is not in the domain of \\spad{u}.")) (|qelt| ((|#2| $ |#1|) "\\spad{qelt(u, x)} applies \\axiom{\\spad{u}} to \\axiom{\\spad{x}} without checking whether \\axiom{\\spad{x}} is in the domain of \\axiom{\\spad{u}}. If \\axiom{\\spad{x}} is not in the domain of \\axiom{\\spad{u}} a memory-access violation may occur. If a check on whether \\axiom{\\spad{x}} is in the domain of \\axiom{\\spad{u}} is required,{} use the function \\axiom{elt}.")) (|elt| ((|#2| $ |#1| |#2|) "\\spad{elt(u, x, y)} applies \\spad{u} to \\spad{x} if \\spad{x} is in the domain of \\spad{u},{} and returns \\spad{y} otherwise. For example,{} if \\spad{u} is a polynomial in \\axiom{\\spad{x}} over the rationals,{} \\axiom{elt(\\spad{u},{}\\spad{n},{}0)} may define the coefficient of \\axiom{\\spad{x}} to the power \\spad{n},{} returning 0 when \\spad{n} is out of range.")))
NIL
NIL
-(-244 S R |Mod| -2037 -3519 |exactQuo|)
+(-244 S R |Mod| -2038 -3520 |exactQuo|)
((|constructor| (NIL "These domains are used for the factorization and gcds of univariate polynomials over the integers in order to work modulo different primes. See \\spadtype{ModularRing},{} \\spadtype{ModularField}")) (|inv| (($ $) "\\spad{inv(x)} \\undocumented")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} \\undocumented")) (|exQuo| (((|Union| $ "failed") $ $) "\\spad{exQuo(x,y)} \\undocumented")) (|reduce| (($ |#2| |#3|) "\\spad{reduce(r,m)} \\undocumented")) (|coerce| ((|#2| $) "\\spad{coerce(x)} \\undocumented")) (|modulus| ((|#3| $) "\\spad{modulus(x)} \\undocumented")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-245 S)
((|constructor| (NIL "Entire Rings (non-commutative Integral Domains),{} \\spadignore{i.e.} a ring not necessarily commutative which has no zero divisors. \\blankline")) (|noZeroDivisors| ((|attribute|) "if a product is zero then one of the factors must be zero.")))
@@ -914,7 +914,7 @@ NIL
NIL
(-246)
((|constructor| (NIL "Entire Rings (non-commutative Integral Domains),{} \\spadignore{i.e.} a ring not necessarily commutative which has no zero divisors. \\blankline")) (|noZeroDivisors| ((|attribute|) "if a product is zero then one of the factors must be zero.")))
-((-3989 . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-247)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: March 18,{} 2010. An `Environment' is a stack of scope.")) (|categoryFrame| (($) "the current category environment in the interpreter.")) (|interactiveEnv| (($) "the current interactive environment in effect.")) (|currentEnv| (($) "the current normal environment in effect.")) (|putProperties| (($ (|Identifier|) (|List| (|Property|)) $) "\\spad{putProperties(n,props,e)} set the list of properties of \\spad{n} to \\spad{props} in \\spad{e}.")) (|getProperties| (((|List| (|Property|)) (|Identifier|) $) "\\spad{getBinding(n,e)} returns the list of properties of \\spad{n} in \\spad{e}.")) (|putProperty| (($ (|Identifier|) (|Identifier|) (|SExpression|) $) "\\spad{putProperty(n,p,v,e)} binds the property \\spad{(p,v)} to \\spad{n} in the topmost scope of \\spad{e}.")) (|getProperty| (((|Maybe| (|SExpression|)) (|Identifier|) (|Identifier|) $) "\\spad{getProperty(n,p,e)} returns the value of property with name \\spad{p} for the symbol \\spad{n} in environment \\spad{e}. Otherwise,{} \\spad{nothing}.")) (|scopes| (((|List| (|Scope|)) $) "\\spad{scopes(e)} returns the stack of scopes in environment \\spad{e}.")) (|empty| (($) "\\spad{empty()} constructs an empty environment")))
@@ -926,16 +926,16 @@ NIL
NIL
(-249 S)
((|constructor| (NIL "Equations as mathematical objects. All properties of the basis domain,{} \\spadignore{e.g.} being an abelian group are carried over the equation domain,{} by performing the structural operations on the left and on the right hand side.")) (|subst| (($ $ $) "\\spad{subst(eq1,eq2)} substitutes \\spad{eq2} into both sides of \\spad{eq1} the lhs of \\spad{eq2} should be a kernel")) (|inv| (($ $) "\\spad{inv(x)} returns the multiplicative inverse of \\spad{x}.")) (/ (($ $ $) "\\spad{e1/e2} produces a new equation by dividing the left and right hand sides of equations \\spad{e1} and \\spad{e2}.")) (|factorAndSplit| (((|List| $) $) "\\spad{factorAndSplit(eq)} make the right hand side 0 and factors the new left hand side. Each factor is equated to 0 and put into the resulting list without repetitions.")) (|rightOne| (((|Union| $ "failed") $) "\\spad{rightOne(eq)} divides by the right hand side.") (((|Union| $ "failed") $) "\\spad{rightOne(eq)} divides by the right hand side,{} if possible.")) (|leftOne| (((|Union| $ "failed") $) "\\spad{leftOne(eq)} divides by the left hand side.") (((|Union| $ "failed") $) "\\spad{leftOne(eq)} divides by the left hand side,{} if possible.")) (* (($ $ |#1|) "\\spad{eqn*x} produces a new equation by multiplying both sides of equation eqn by \\spad{x}.") (($ |#1| $) "\\spad{x*eqn} produces a new equation by multiplying both sides of equation eqn by \\spad{x}.")) (- (($ $ |#1|) "\\spad{eqn-x} produces a new equation by subtracting \\spad{x} from both sides of equation eqn.") (($ |#1| $) "\\spad{x-eqn} produces a new equation by subtracting both sides of equation eqn from \\spad{x}.")) (|rightZero| (($ $) "\\spad{rightZero(eq)} subtracts the right hand side.")) (|leftZero| (($ $) "\\spad{leftZero(eq)} subtracts the left hand side.")) (+ (($ $ |#1|) "\\spad{eqn+x} produces a new equation by adding \\spad{x} to both sides of equation eqn.") (($ |#1| $) "\\spad{x+eqn} produces a new equation by adding \\spad{x} to both sides of equation eqn.")) (|eval| (($ $ (|List| $)) "\\spad{eval(eqn, [x1=v1, ... xn=vn])} replaces \\spad{xi} by \\spad{vi} in equation \\spad{eqn}.") (($ $ $) "\\spad{eval(eqn, x=f)} replaces \\spad{x} by \\spad{f} in equation \\spad{eqn}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,eqn)} constructs a new equation by applying \\spad{f} to both sides of \\spad{eqn}.")) (|rhs| ((|#1| $) "\\spad{rhs(eqn)} returns the right hand side of equation \\spad{eqn}.")) (|lhs| ((|#1| $) "\\spad{lhs(eqn)} returns the left hand side of equation \\spad{eqn}.")) (|swap| (($ $) "\\spad{swap(eq)} interchanges left and right hand side of equation \\spad{eq}.")) (|equation| (($ |#1| |#1|) "\\spad{equation(a,b)} creates an equation.")) (= (($ |#1| |#1|) "\\spad{a=b} creates an equation.")))
-((-3993 OR (|has| |#1| (-961)) (|has| |#1| (-413))) (-3990 |has| |#1| (-961)) (-3991 |has| |#1| (-961)))
-((|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-961)))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-961))) (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (OR (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-961)))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-961)))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-961)))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-961)))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-663)))) (|HasCategory| |#1| (QUOTE (-413))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-663))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-961))) (|HasCategory| |#1| (QUOTE (-1025))) (|HasCategory| |#1| (QUOTE (-1013)))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-663))) (|HasCategory| |#1| (QUOTE (-1025)))) (|HasCategory| |#1| (|%list| (QUOTE -455) (QUOTE (-1090)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-254))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-413)))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-663)))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-961)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1025))) (|HasCategory| |#1| (QUOTE (-663))))
+((-3994 OR (|has| |#1| (-962)) (|has| |#1| (-413))) (-3991 |has| |#1| (-962)) (-3992 |has| |#1| (-962)))
+((|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-962)))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-962))) (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (OR (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-962)))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-962)))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-962)))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-962)))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-664)))) (|HasCategory| |#1| (QUOTE (-413))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-664))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-962))) (|HasCategory| |#1| (QUOTE (-1026))) (|HasCategory| |#1| (QUOTE (-1014)))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-664))) (|HasCategory| |#1| (QUOTE (-1026)))) (|HasCategory| |#1| (|%list| (QUOTE -456) (QUOTE (-1091)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-254))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-413)))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-664)))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-962)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1026))) (|HasCategory| |#1| (QUOTE (-664))))
(-250 S R)
((|constructor| (NIL "This package provides operations for mapping the sides of equations.")) (|map| (((|Equation| |#2|) (|Mapping| |#2| |#1|) (|Equation| |#1|)) "\\spad{map(f,eq)} returns an equation where \\spad{f} is applied to the sides of \\spad{eq}")))
NIL
NIL
(-251 |Key| |Entry|)
((|constructor| (NIL "This domain provides tables where the keys are compared using \\spadfun{eq?}. Thus keys are considered equal only if they are the same instance of a structure.")))
-((-3997 . T))
-((-12 (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-552 (-772))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-473)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#2|))))
+NIL
+((-12 (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-553 (-773))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-554 (-474)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#2|))))
(-252)
((|constructor| (NIL "ErrorFunctions implements error functions callable from the system interpreter. Typically,{} these functions would be called in user functions. The simple forms of the functions take one argument which is either a string (an error message) or a list of strings which all together make up a message. The list can contain formatting codes (see below). The more sophisticated versions takes two arguments where the first argument is the name of the function from which the error was invoked and the second argument is either a string or a list of strings,{} as above. When you use the one argument version in an interpreter function,{} the system will automatically insert the name of the function as the new first argument. Thus in the user interpreter function \\indented{2}{\\spad{f x == if x < 0 then error \"negative argument\" else x}} the call to error will actually be of the form \\indented{2}{\\spad{error(\"f\",\"negative argument\")}} because the interpreter will have created a new first argument. \\blankline Formatting codes: error messages may contain the following formatting codes (they should either start or end a string or else have blanks around them): \\indented{3}{\\spad{\\%l}\\space{6}start a new line} \\indented{3}{\\spad{\\%b}\\space{6}start printing in a bold font (where available)} \\indented{3}{\\spad{\\%d}\\space{6}stop\\space{2}printing in a bold font (where available)} \\indented{3}{\\spad{ \\%ceon}\\space{2}start centering message lines} \\indented{3}{\\spad{\\%ceoff}\\space{2}stop\\space{2}centering message lines} \\indented{3}{\\spad{\\%rjon}\\space{3}start displaying lines \"ragged left\"} \\indented{3}{\\spad{\\%rjoff}\\space{2}stop\\space{2}displaying lines \"ragged left\"} \\indented{3}{\\spad{\\%i}\\space{6}indent\\space{3}following lines 3 additional spaces} \\indented{3}{\\spad{\\%u}\\space{6}unindent following lines 3 additional spaces} \\indented{3}{\\spad{\\%xN}\\space{5}insert \\spad{N} blanks (eg,{} \\spad{\\%x10} inserts 10 blanks)} \\blankline")) (|error| (((|Exit|) (|String|) (|List| (|String|))) "\\spad{error(nam,lmsg)} displays error messages \\spad{lmsg} preceded by a message containing the name \\spad{nam} of the function in which the error is contained.") (((|Exit|) (|String|) (|String|)) "\\spad{error(nam,msg)} displays error message \\spad{msg} preceded by a message containing the name \\spad{nam} of the function in which the error is contained.") (((|Exit|) (|List| (|String|))) "\\spad{error(lmsg)} displays error message \\spad{lmsg} and terminates.") (((|Exit|) (|String|)) "\\spad{error(msg)} displays error message \\spad{msg} and terminates.")))
NIL
@@ -943,16 +943,16 @@ NIL
(-253 S)
((|constructor| (NIL "An expression space is a set which is closed under certain operators.")) (|odd?| (((|Boolean|) $) "\\spad{odd? x} is \\spad{true} if \\spad{x} is an odd integer.")) (|even?| (((|Boolean|) $) "\\spad{even? x} is \\spad{true} if \\spad{x} is an even integer.")) (|definingPolynomial| (($ $) "\\spad{definingPolynomial(x)} returns an expression \\spad{p} such that \\spad{p(x) = 0}.")) (|minPoly| (((|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{minPoly(k)} returns \\spad{p} such that \\spad{p(k) = 0}.")) (|eval| (($ $ (|BasicOperator|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|BasicOperator|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.")) (|freeOf?| (((|Boolean|) $ (|Symbol|)) "\\spad{freeOf?(x, s)} tests if \\spad{x} does not contain any operator whose name is \\spad{s}.") (((|Boolean|) $ $) "\\spad{freeOf?(x, y)} tests if \\spad{x} does not contain any occurrence of \\spad{y},{} where \\spad{y} is a single kernel.")) (|map| (($ (|Mapping| $ $) (|Kernel| $)) "\\spad{map(f, k)} returns \\spad{op(f(x1),...,f(xn))} where \\spad{k = op(x1,...,xn)}.")) (|kernel| (($ (|BasicOperator|) (|List| $)) "\\spad{kernel(op, [f1,...,fn])} constructs \\spad{op(f1,...,fn)} without evaluating it.") (($ (|BasicOperator|) $) "\\spad{kernel(op, x)} constructs \\spad{op}(\\spad{x}) without evaluating it.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(x, s)} tests if \\spad{x} is a kernel and is the name of its operator is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(x, op)} tests if \\spad{x} is a kernel and is its operator is op.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} tests if \\% accepts \\spad{op} as applicable to its elements.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\%.")) (|operators| (((|List| (|BasicOperator|)) $) "\\spad{operators(f)} returns all the basic operators appearing in \\spad{f},{} no matter what their levels are.")) (|tower| (((|List| (|Kernel| $)) $) "\\spad{tower(f)} returns all the kernels appearing in \\spad{f},{} no matter what their levels are.")) (|kernels| (((|List| (|Kernel| $)) $) "\\spad{kernels(f)} returns the list of all the top-level kernels appearing in \\spad{f},{} but not the ones appearing in the arguments of the top-level kernels.")) (|mainKernel| (((|Union| (|Kernel| $) "failed") $) "\\spad{mainKernel(f)} returns a kernel of \\spad{f} with maximum nesting level,{} or if \\spad{f} has no kernels (\\spadignore{i.e.} \\spad{f} is a constant).")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(f)} returns the highest nesting level appearing in \\spad{f}. Constants have height 0. Symbols have height 1. For any operator op and expressions \\spad{f1},{}...,{}fn,{} \\spad{op(f1,...,fn)} has height equal to \\spad{1 + max(height(f1),...,height(fn))}.")) (|distribute| (($ $ $) "\\spad{distribute(f, g)} expands all the kernels in \\spad{f} that contain \\spad{g} in their arguments and that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or a \\spadfunFrom{paren}{ExpressionSpace} expression.") (($ $) "\\spad{distribute(f)} expands all the kernels in \\spad{f} that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or \\spadfunFrom{paren}{ExpressionSpace} expression.")) (|paren| (($ (|List| $)) "\\spad{paren([f1,...,fn])} returns \\spad{(f1,...,fn)}. This prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(paren [x, 2])} returns the formal kernel \\spad{atan((x, 2))}.") (($ $) "\\spad{paren(f)} returns (\\spad{f}). This prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(paren 1)} returns the formal kernel log((1)).")) (|box| (($ (|List| $)) "\\spad{box([f1,...,fn])} returns \\spad{(f1,...,fn)} with a 'box' around them that prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(box [x, 2])} returns the formal kernel \\spad{atan(x, 2)}.") (($ $) "\\spad{box(f)} returns \\spad{f} with a 'box' around it that prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(box 1)} returns the formal kernel log(1).")) (|subst| (($ $ (|List| (|Kernel| $)) (|List| $)) "\\spad{subst(f, [k1...,kn], [g1,...,gn])} replaces the kernels \\spad{k1},{}...,{}kn by \\spad{g1},{}...,{}gn formally in \\spad{f}.") (($ $ (|List| (|Equation| $))) "\\spad{subst(f, [k1 = g1,...,kn = gn])} replaces the kernels \\spad{k1},{}...,{}kn by \\spad{g1},{}...,{}gn formally in \\spad{f}.") (($ $ (|Equation| $)) "\\spad{subst(f, k = g)} replaces the kernel \\spad{k} by \\spad{g} formally in \\spad{f}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op,[x1,...,xn])} or \\spad{op}([\\spad{x1},{}...,{}xn]) applies the \\spad{n}-ary operator \\spad{op} to \\spad{x1},{}...,{}xn.") (($ (|BasicOperator|) $ $ $ $) "\\spad{elt(op,x,y,z,t)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z},{} \\spad{t}) applies the 4-ary operator \\spad{op} to \\spad{x},{} \\spad{y},{} \\spad{z} and \\spad{t}.") (($ (|BasicOperator|) $ $ $) "\\spad{elt(op,x,y,z)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z}) applies the ternary operator \\spad{op} to \\spad{x},{} \\spad{y} and \\spad{z}.") (($ (|BasicOperator|) $ $) "\\spad{elt(op,x,y)} or \\spad{op}(\\spad{x},{} \\spad{y}) applies the binary operator \\spad{op} to \\spad{x} and \\spad{y}.") (($ (|BasicOperator|) $) "\\spad{elt(op,x)} or \\spad{op}(\\spad{x}) applies the unary operator \\spad{op} to \\spad{x}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-961))))
+((|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-962))))
(-254)
((|constructor| (NIL "An expression space is a set which is closed under certain operators.")) (|odd?| (((|Boolean|) $) "\\spad{odd? x} is \\spad{true} if \\spad{x} is an odd integer.")) (|even?| (((|Boolean|) $) "\\spad{even? x} is \\spad{true} if \\spad{x} is an even integer.")) (|definingPolynomial| (($ $) "\\spad{definingPolynomial(x)} returns an expression \\spad{p} such that \\spad{p(x) = 0}.")) (|minPoly| (((|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{minPoly(k)} returns \\spad{p} such that \\spad{p(k) = 0}.")) (|eval| (($ $ (|BasicOperator|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|BasicOperator|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ $)) "\\spad{eval(x, s, f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, f)} replaces every \\spad{s(a1,..,am)} in \\spad{x} by \\spad{f(a1,..,am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [f1,...,fm])} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.")) (|freeOf?| (((|Boolean|) $ (|Symbol|)) "\\spad{freeOf?(x, s)} tests if \\spad{x} does not contain any operator whose name is \\spad{s}.") (((|Boolean|) $ $) "\\spad{freeOf?(x, y)} tests if \\spad{x} does not contain any occurrence of \\spad{y},{} where \\spad{y} is a single kernel.")) (|map| (($ (|Mapping| $ $) (|Kernel| $)) "\\spad{map(f, k)} returns \\spad{op(f(x1),...,f(xn))} where \\spad{k = op(x1,...,xn)}.")) (|kernel| (($ (|BasicOperator|) (|List| $)) "\\spad{kernel(op, [f1,...,fn])} constructs \\spad{op(f1,...,fn)} without evaluating it.") (($ (|BasicOperator|) $) "\\spad{kernel(op, x)} constructs \\spad{op}(\\spad{x}) without evaluating it.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(x, s)} tests if \\spad{x} is a kernel and is the name of its operator is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(x, op)} tests if \\spad{x} is a kernel and is its operator is op.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} tests if \\% accepts \\spad{op} as applicable to its elements.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\%.")) (|operators| (((|List| (|BasicOperator|)) $) "\\spad{operators(f)} returns all the basic operators appearing in \\spad{f},{} no matter what their levels are.")) (|tower| (((|List| (|Kernel| $)) $) "\\spad{tower(f)} returns all the kernels appearing in \\spad{f},{} no matter what their levels are.")) (|kernels| (((|List| (|Kernel| $)) $) "\\spad{kernels(f)} returns the list of all the top-level kernels appearing in \\spad{f},{} but not the ones appearing in the arguments of the top-level kernels.")) (|mainKernel| (((|Union| (|Kernel| $) "failed") $) "\\spad{mainKernel(f)} returns a kernel of \\spad{f} with maximum nesting level,{} or if \\spad{f} has no kernels (\\spadignore{i.e.} \\spad{f} is a constant).")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(f)} returns the highest nesting level appearing in \\spad{f}. Constants have height 0. Symbols have height 1. For any operator op and expressions \\spad{f1},{}...,{}fn,{} \\spad{op(f1,...,fn)} has height equal to \\spad{1 + max(height(f1),...,height(fn))}.")) (|distribute| (($ $ $) "\\spad{distribute(f, g)} expands all the kernels in \\spad{f} that contain \\spad{g} in their arguments and that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or a \\spadfunFrom{paren}{ExpressionSpace} expression.") (($ $) "\\spad{distribute(f)} expands all the kernels in \\spad{f} that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or \\spadfunFrom{paren}{ExpressionSpace} expression.")) (|paren| (($ (|List| $)) "\\spad{paren([f1,...,fn])} returns \\spad{(f1,...,fn)}. This prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(paren [x, 2])} returns the formal kernel \\spad{atan((x, 2))}.") (($ $) "\\spad{paren(f)} returns (\\spad{f}). This prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(paren 1)} returns the formal kernel log((1)).")) (|box| (($ (|List| $)) "\\spad{box([f1,...,fn])} returns \\spad{(f1,...,fn)} with a 'box' around them that prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(box [x, 2])} returns the formal kernel \\spad{atan(x, 2)}.") (($ $) "\\spad{box(f)} returns \\spad{f} with a 'box' around it that prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(box 1)} returns the formal kernel log(1).")) (|subst| (($ $ (|List| (|Kernel| $)) (|List| $)) "\\spad{subst(f, [k1...,kn], [g1,...,gn])} replaces the kernels \\spad{k1},{}...,{}kn by \\spad{g1},{}...,{}gn formally in \\spad{f}.") (($ $ (|List| (|Equation| $))) "\\spad{subst(f, [k1 = g1,...,kn = gn])} replaces the kernels \\spad{k1},{}...,{}kn by \\spad{g1},{}...,{}gn formally in \\spad{f}.") (($ $ (|Equation| $)) "\\spad{subst(f, k = g)} replaces the kernel \\spad{k} by \\spad{g} formally in \\spad{f}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op,[x1,...,xn])} or \\spad{op}([\\spad{x1},{}...,{}xn]) applies the \\spad{n}-ary operator \\spad{op} to \\spad{x1},{}...,{}xn.") (($ (|BasicOperator|) $ $ $ $) "\\spad{elt(op,x,y,z,t)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z},{} \\spad{t}) applies the 4-ary operator \\spad{op} to \\spad{x},{} \\spad{y},{} \\spad{z} and \\spad{t}.") (($ (|BasicOperator|) $ $ $) "\\spad{elt(op,x,y,z)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z}) applies the ternary operator \\spad{op} to \\spad{x},{} \\spad{y} and \\spad{z}.") (($ (|BasicOperator|) $ $) "\\spad{elt(op,x,y)} or \\spad{op}(\\spad{x},{} \\spad{y}) applies the binary operator \\spad{op} to \\spad{x} and \\spad{y}.") (($ (|BasicOperator|) $) "\\spad{elt(op,x)} or \\spad{op}(\\spad{x}) applies the unary operator \\spad{op} to \\spad{x}.")))
NIL
NIL
-(-255 -3093 S)
+(-255 -3094 S)
((|constructor| (NIL "This package allows a map from any expression space into any object to be lifted to a kernel over the expression set,{} using a given property of the operator of the kernel.")) (|map| ((|#2| (|Mapping| |#2| |#1|) (|String|) (|Kernel| |#1|)) "\\spad{map(f, p, k)} uses the property \\spad{p} of the operator of \\spad{k},{} in order to lift \\spad{f} and apply it to \\spad{k}.")))
NIL
NIL
-(-256 E -3093)
+(-256 E -3094)
((|constructor| (NIL "This package allows a mapping \\spad{E} -> \\spad{F} to be lifted to a kernel over \\spad{E}; This lifting can fail if the operator of the kernel cannot be applied in \\spad{F}; Do not use this package with \\spad{E} = \\spad{F},{} since this may drop some properties of the operators.")) (|map| ((|#2| (|Mapping| |#2| |#1|) (|Kernel| |#1|)) "\\spad{map(f, k)} returns \\spad{g = op(f(a1),...,f(an))} where \\spad{k = op(a1,...,an)}.")))
NIL
NIL
@@ -962,7 +962,7 @@ NIL
NIL
(-258)
((|constructor| (NIL "A constructive euclidean domain,{} \\spadignore{i.e.} one can divide producing a quotient and a remainder where the remainder is either zero or is smaller (\\spadfun{euclideanSize}) than the divisor. \\blankline Conditional attributes: \\indented{2}{multiplicativeValuation\\tab{25}\\spad{Size(a*b)=Size(a)*Size(b)}} \\indented{2}{additiveValuation\\tab{25}\\spad{Size(a*b)=Size(a)+Size(b)}}")) (|multiEuclidean| (((|Union| (|List| $) "failed") (|List| $) $) "\\spad{multiEuclidean([f1,...,fn],z)} returns a list of coefficients \\spad{[a1, ..., an]} such that \\spad{ z / prod fi = sum aj/fj}. If no such list of coefficients exists,{} \"failed\" is returned.")) (|extendedEuclidean| (((|Union| (|Record| (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) "\\spad{extendedEuclidean(x,y,z)} either returns a record rec where \\spad{rec.coef1*x+rec.coef2*y=z} or returns \"failed\" if \\spad{z} cannot be expressed as a linear combination of \\spad{x} and \\spad{y}.") (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{extendedEuclidean(x,y)} returns a record rec where \\spad{rec.coef1*x+rec.coef2*y = rec.generator} and rec.generator is a gcd of \\spad{x} and \\spad{y}. The gcd is unique only up to associates if \\spadatt{canonicalUnitNormal} is not asserted. \\spadfun{principalIdeal} provides a version of this operation which accepts an arbitrary length list of arguments.")) (|rem| (($ $ $) "\\spad{x rem y} is the same as \\spad{divide(x,y).remainder}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|quo| (($ $ $) "\\spad{x quo y} is the same as \\spad{divide(x,y).quotient}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{divide(x,y)} divides \\spad{x} by \\spad{y} producing a record containing a \\spad{quotient} and \\spad{remainder},{} where the remainder is smaller (see \\spadfunFrom{sizeLess?}{EuclideanDomain}) than the divisor \\spad{y}.")) (|euclideanSize| (((|NonNegativeInteger|) $) "\\spad{euclideanSize(x)} returns the euclidean size of the element \\spad{x}. Error: if \\spad{x} is zero.")) (|sizeLess?| (((|Boolean|) $ $) "\\spad{sizeLess?(x,y)} tests whether \\spad{x} is strictly smaller than \\spad{y} with respect to the \\spadfunFrom{euclideanSize}{EuclideanDomain}.")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-259 S R)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation'' substitutions.")) (|eval| (($ $ (|List| (|Equation| |#2|))) "\\spad{eval(f, [x1 = v1,...,xn = vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ (|Equation| |#2|)) "\\spad{eval(f,x = v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
@@ -972,7 +972,7 @@ NIL
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation'' substitutions.")) (|eval| (($ $ (|List| (|Equation| |#1|))) "\\spad{eval(f, [x1 = v1,...,xn = vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ (|Equation| |#1|)) "\\spad{eval(f,x = v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
NIL
-(-261 -3093)
+(-261 -3094)
((|constructor| (NIL "This package is to be used in conjuction with \\indented{12}{the CycleIndicators package. It provides an evaluation} \\indented{12}{function for SymmetricPolynomials.}")) (|eval| ((|#1| (|Mapping| |#1| (|Integer|)) (|SymmetricPolynomial| (|Fraction| (|Integer|)))) "\\spad{eval(f,s)} evaluates the cycle index \\spad{s} by applying \\indented{1}{the function \\spad{f} to each integer in a monomial partition,{}} \\indented{1}{forms their product and sums the results over all monomials.}")))
NIL
NIL
@@ -986,12 +986,12 @@ NIL
NIL
(-264 R FE |var| |cen|)
((|constructor| (NIL "UnivariatePuiseuxSeriesWithExponentialSingularity is a domain used to represent essential singularities of functions. Objects in this domain are quotients of sums,{} where each term in the sum is a univariate Puiseux series times the exponential of a univariate Puiseux series.")) (|coerce| (($ (|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) "\\spad{coerce(f)} converts a \\spadtype{UnivariatePuiseuxSeries} to an \\spadtype{ExponentialExpansion}.")) (|limitPlus| (((|Union| (|OrderedCompletion| |#2|) "failed") $) "\\spad{limitPlus(f(var))} returns \\spad{limit(var -> a+,f(var))}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-821))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-950 (-1090)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-118))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-120))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-553 (-473)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-933))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-740))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-756))) (OR (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-740))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-756)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-950 (-484)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-1066))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-796 (-330)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-796 (-484)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-580 (-484)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-189))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-811 (-1090)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-190))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-809 (-1090)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -455) (QUOTE (-1090)) (|%list| (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -260) (|%list| (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -241) (|%list| (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (|%list| (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-258))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-483))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-821)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-821)))) (|HasCategory| (-1166 |#1| |#2| |#3| |#4|) (QUOTE (-118)))))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-822))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-951 (-1091)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-118))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-120))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-554 (-474)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-934))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-741))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-757))) (OR (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-741))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-757)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-951 (-485)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-1067))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-797 (-330)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-797 (-485)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-581 (-485)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-189))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-812 (-1091)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-190))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-810 (-1091)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -456) (QUOTE (-1091)) (|%list| (QUOTE -1167) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -260) (|%list| (QUOTE -1167) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (|%list| (QUOTE -241) (|%list| (QUOTE -1167) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (|%list| (QUOTE -1167) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-258))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-484))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-822)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-822)))) (|HasCategory| (-1167 |#1| |#2| |#3| |#4|) (QUOTE (-118)))))
(-265 R)
((|constructor| (NIL "Expressions involving symbolic functions.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} \\undocumented{}")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} \\undocumented{}")) (|simplifyPower| (($ $ (|Integer|)) "simplifyPower?(\\spad{f},{}\\spad{n}) \\undocumented{}")) (|number?| (((|Boolean|) $) "\\spad{number?(f)} tests if \\spad{f} is rational")) (|reduce| (($ $) "\\spad{reduce(f)} simplifies all the unreduced algebraic quantities present in \\spad{f} by applying their defining relations.")))
-((-3993 OR (-12 (|has| |#1| (-495)) (OR (|has| |#1| (-961)) (|has| |#1| (-413)))) (|has| |#1| (-961)) (|has| |#1| (-413))) (-3991 |has| |#1| (-146)) (-3990 |has| |#1| (-146)) ((-3998 "*") |has| |#1| (-495)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-495)) (-3988 |has| |#1| (-495)))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-950 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-495))) (OR (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-961)))) (|HasCategory| |#1| (QUOTE (-961))) (|HasCategory| |#1| (QUOTE (-21))) (OR (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-961))))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-1025)))) (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-961)))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-950 (-484))))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-961)))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-961)))) (OR (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-961)))) (-12 (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-961)))) (|HasCategory| |#1| (QUOTE (-21)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-961)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1025)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-961)))) (|HasCategory| |#1| (QUOTE (-25)))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-950 (-484)))))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1025))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| $ (QUOTE (-961))) (|HasCategory| $ (QUOTE (-950 (-484)))))
+((-3994 OR (-12 (|has| |#1| (-496)) (OR (|has| |#1| (-962)) (|has| |#1| (-413)))) (|has| |#1| (-962)) (|has| |#1| (-413))) (-3992 |has| |#1| (-146)) (-3991 |has| |#1| (-146)) ((-3999 "*") |has| |#1| (-496)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-496)) (-3989 |has| |#1| (-496)))
+((OR (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-951 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-496))) (OR (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-962)))) (|HasCategory| |#1| (QUOTE (-962))) (|HasCategory| |#1| (QUOTE (-21))) (OR (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-962))))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-1026)))) (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-962)))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-951 (-485))))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-962)))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-962)))) (OR (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-962)))) (-12 (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-962)))) (|HasCategory| |#1| (QUOTE (-21)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-962)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1026)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-962)))) (|HasCategory| |#1| (QUOTE (-25)))) (OR (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#1| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-951 (-485)))))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1026))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| $ (QUOTE (-962))) (|HasCategory| $ (QUOTE (-951 (-485)))))
(-266 R S)
((|constructor| (NIL "Lifting of maps to Expressions. Date Created: 16 Jan 1989 Date Last Updated: 22 Jan 1990")) (|map| (((|Expression| |#2|) (|Mapping| |#2| |#1|) (|Expression| |#1|)) "\\spad{map(f, e)} applies \\spad{f} to all the constants appearing in \\spad{e}.")))
NIL
@@ -1000,7 +1000,7 @@ NIL
((|constructor| (NIL "This package provides functions to convert functional expressions to power series.")) (|series| (((|Any|) |#2| (|Equation| |#2|) (|Fraction| (|Integer|))) "\\spad{series(f,x = a,n)} expands the expression \\spad{f} as a series in powers of (\\spad{x} - a); terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2| (|Equation| |#2|)) "\\spad{series(f,x = a)} expands the expression \\spad{f} as a series in powers of (\\spad{x} - a).") (((|Any|) |#2| (|Fraction| (|Integer|))) "\\spad{series(f,n)} returns a series expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable and terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2|) "\\spad{series(f)} returns a series expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable.") (((|Any|) (|Symbol|)) "\\spad{series(x)} returns \\spad{x} viewed as a series.")) (|puiseux| (((|Any|) |#2| (|Equation| |#2|) (|Fraction| (|Integer|))) "\\spad{puiseux(f,x = a,n)} expands the expression \\spad{f} as a Puiseux series in powers of \\spad{(x - a)}; terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2| (|Equation| |#2|)) "\\spad{puiseux(f,x = a)} expands the expression \\spad{f} as a Puiseux series in powers of \\spad{(x - a)}.") (((|Any|) |#2| (|Fraction| (|Integer|))) "\\spad{puiseux(f,n)} returns a Puiseux expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable and terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2|) "\\spad{puiseux(f)} returns a Puiseux expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable.") (((|Any|) (|Symbol|)) "\\spad{puiseux(x)} returns \\spad{x} viewed as a Puiseux series.")) (|laurent| (((|Any|) |#2| (|Equation| |#2|) (|Integer|)) "\\spad{laurent(f,x = a,n)} expands the expression \\spad{f} as a Laurent series in powers of \\spad{(x - a)}; terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2| (|Equation| |#2|)) "\\spad{laurent(f,x = a)} expands the expression \\spad{f} as a Laurent series in powers of \\spad{(x - a)}.") (((|Any|) |#2| (|Integer|)) "\\spad{laurent(f,n)} returns a Laurent expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable and terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2|) "\\spad{laurent(f)} returns a Laurent expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable.") (((|Any|) (|Symbol|)) "\\spad{laurent(x)} returns \\spad{x} viewed as a Laurent series.")) (|taylor| (((|Any|) |#2| (|Equation| |#2|) (|NonNegativeInteger|)) "\\spad{taylor(f,x = a)} expands the expression \\spad{f} as a Taylor series in powers of \\spad{(x - a)}; terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2| (|Equation| |#2|)) "\\spad{taylor(f,x = a)} expands the expression \\spad{f} as a Taylor series in powers of \\spad{(x - a)}.") (((|Any|) |#2| (|NonNegativeInteger|)) "\\spad{taylor(f,n)} returns a Taylor expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable and terms will be computed up to order at least \\spad{n}.") (((|Any|) |#2|) "\\spad{taylor(f)} returns a Taylor expansion of the expression \\spad{f}. Note: \\spad{f} should have only one variable; the series will be expanded in powers of that variable.") (((|Any|) (|Symbol|)) "\\spad{taylor(x)} returns \\spad{x} viewed as a Taylor series.")))
NIL
NIL
-(-268 R -3093)
+(-268 R -3094)
((|constructor| (NIL "Taylor series solutions of explicit ODE's.")) (|seriesSolve| (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq, y, x = a, [b0,...,bn])} is equivalent to \\spad{seriesSolve(eq = 0, y, x = a, [b0,...,b(n-1)])}.") (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq, y, x = a, y a = b)} is equivalent to \\spad{seriesSolve(eq=0, y, x=a, y a = b)}.") (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) |#2|) "\\spad{seriesSolve(eq, y, x = a, b)} is equivalent to \\spad{seriesSolve(eq = 0, y, x = a, y a = b)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) |#2|) "\\spad{seriesSolve(eq,y, x=a, b)} is equivalent to \\spad{seriesSolve(eq, y, x=a, y a = b)}.") (((|Any|) (|List| |#2|) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| (|Equation| |#2|))) "\\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x = a,[y1 a = b1,..., yn a = bn])} is equivalent to \\spad{seriesSolve([eq1=0,...,eqn=0], [y1,...,yn], x = a, [y1 a = b1,..., yn a = bn])}.") (((|Any|) (|List| |#2|) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x=a, [b1,...,bn])} is equivalent to \\spad{seriesSolve([eq1=0,...,eqn=0], [y1,...,yn], x=a, [b1,...,bn])}.") (((|Any|) (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x=a, [b1,...,bn])} is equivalent to \\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x = a, [y1 a = b1,..., yn a = bn])}.") (((|Any|) (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| (|Equation| |#2|))) "\\spad{seriesSolve([eq1,...,eqn],[y1,...,yn],x = a,[y1 a = b1,...,yn a = bn])} returns a taylor series solution of \\spad{[eq1,...,eqn]} around \\spad{x = a} with initial conditions \\spad{yi(a) = bi}. Note: eqi must be of the form \\spad{fi(x, y1 x, y2 x,..., yn x) y1'(x) + gi(x, y1 x, y2 x,..., yn x) = h(x, y1 x, y2 x,..., yn x)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq,y,x=a,[b0,...,b(n-1)])} returns a Taylor series solution of \\spad{eq} around \\spad{x = a} with initial conditions \\spad{y(a) = b0},{} \\spad{y'(a) = b1},{} \\spad{y''(a) = b2},{} ...,{}\\spad{y(n-1)(a) = b(n-1)} \\spad{eq} must be of the form \\spad{f(x, y x, y'(x),..., y(n-1)(x)) y(n)(x) + g(x,y x,y'(x),...,y(n-1)(x)) = h(x,y x, y'(x),..., y(n-1)(x))}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq,y,x=a, y a = b)} returns a Taylor series solution of \\spad{eq} around \\spad{x} = a with initial condition \\spad{y(a) = b}. Note: \\spad{eq} must be of the form \\spad{f(x, y x) y'(x) + g(x, y x) = h(x, y x)}.")))
NIL
NIL
@@ -1010,8 +1010,8 @@ NIL
NIL
(-270 FE |var| |cen|)
((|constructor| (NIL "ExponentialOfUnivariatePuiseuxSeries is a domain used to represent essential singularities of functions. An object in this domain is a function of the form \\spad{exp(f(x))},{} where \\spad{f(x)} is a Puiseux series with no terms of non-negative degree. Objects are ordered according to order of singularity,{} with functions which tend more rapidly to zero or infinity considered to be larger. Thus,{} if \\spad{order(f(x)) < order(g(x))},{} \\spadignore{i.e.} the first non-zero term of \\spad{f(x)} has lower degree than the first non-zero term of \\spad{g(x)},{} then \\spad{exp(f(x)) > exp(g(x))}. If \\spad{order(f(x)) = order(g(x))},{} then the ordering is essentially random. This domain is used in computing limits involving functions with essential singularities.")) (|exponentialOrder| (((|Fraction| (|Integer|)) $) "\\spad{exponentialOrder(exp(c * x **(-n) + ...))} returns \\spad{-n}. exponentialOrder(0) returns \\spad{0}.")) (|exponent| (((|UnivariatePuiseuxSeries| |#1| |#2| |#3|) $) "\\spad{exponent(exp(f(x)))} returns \\spad{f(x)}")) (|exponential| (($ (|UnivariatePuiseuxSeries| |#1| |#2| |#3|)) "\\spad{exponential(f(x))} returns \\spad{exp(f(x))}. Note: the function does NOT check that \\spad{f(x)} has no non-negative terms.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484))) (|devaluate| |#1|)))) (|HasCategory| (-350 (-484)) (QUOTE (-1025))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484)))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-29 (-484)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1115)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1090))))) (|HasSignature| |#1| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#1|)))))))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485))) (|devaluate| |#1|)))) (|HasCategory| (-350 (-485)) (QUOTE (-1026))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485)))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-29 (-485)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1091))))) (|HasSignature| |#1| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#1|)))))))
(-271 M)
((|constructor| (NIL "computes various functions on factored arguments.")) (|log| (((|List| (|Record| (|:| |coef| (|NonNegativeInteger|)) (|:| |logand| |#1|))) (|Factored| |#1|)) "\\spad{log(f)} returns \\spad{[(a1,b1),...,(am,bm)]} such that the logarithm of \\spad{f} is equal to \\spad{a1*log(b1) + ... + am*log(bm)}.")) (|nthRoot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#1|) (|:| |radicand| (|List| |#1|))) (|Factored| |#1|) (|NonNegativeInteger|)) "\\spad{nthRoot(f, n)} returns \\spad{(p, r, [r1,...,rm])} such that the \\spad{n}th-root of \\spad{f} is equal to \\spad{r * \\spad{p}th-root(r1 * ... * rm)},{} where \\spad{r1},{}...,{}rm are distinct factors of \\spad{f},{} each of which has an exponent smaller than \\spad{p} in \\spad{f}.")))
NIL
@@ -1022,8 +1022,8 @@ NIL
NIL
(-273 S)
((|constructor| (NIL "The free abelian group on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,[ni * si])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are integers. The operation is commutative.")))
-((-3991 . T) (-3990 . T))
-((|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| (-484) (QUOTE (-716))))
+((-3992 . T) (-3991 . T))
+((|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| (-485) (QUOTE (-717))))
(-274 S E)
((|constructor| (NIL "A free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,[ni * si])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are in a given abelian monoid. The operation is commutative.")) (|highCommonTerms| (($ $ $) "\\spad{highCommonTerms(e1 a1 + ... + en an, f1 b1 + ... + fm bm)} returns \\indented{2}{\\spad{reduce(+,[max(ei, fi) ci])}} where \\spad{ci} ranges in the intersection of \\spad{{a1,...,an}} and \\spad{{b1,...,bm}}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f, e1 a1 +...+ en an)} returns \\spad{e1 f(a1) +...+ en f(an)}.")) (|mapCoef| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapCoef(f, e1 a1 +...+ en an)} returns \\spad{f(e1) a1 +...+ f(en) an}.")) (|coefficient| ((|#2| |#1| $) "\\spad{coefficient(s, e1 a1 + ... + en an)} returns \\spad{ei} such that \\spad{ai} = \\spad{s},{} or 0 if \\spad{s} is not one of the \\spad{ai}'s.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x, n)} returns the factor of the n^th term of \\spad{x}.")) (|nthCoef| ((|#2| $ (|Integer|)) "\\spad{nthCoef(x, n)} returns the coefficient of the n^th term of \\spad{x}.")) (|terms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) "\\spad{terms(e1 a1 + ... + en an)} returns \\spad{[[a1, e1],...,[an, en]]}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of terms in \\spad{x}. mapGen(\\spad{f},{} \\spad{a1}\\^\\spad{e1} ... an\\^en) returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (* (($ |#2| |#1|) "\\spad{e * s} returns \\spad{e} times \\spad{s}.")) (+ (($ |#1| $) "\\spad{s + x} returns the sum of \\spad{s} and \\spad{x}.")))
NIL
@@ -1031,26 +1031,26 @@ NIL
(-275 S)
((|constructor| (NIL "The free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,[ni * si])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are non-negative integers. The operation is commutative.")))
NIL
-((|HasCategory| (-694) (QUOTE (-716))))
+((|HasCategory| (-695) (QUOTE (-717))))
(-276 S R E)
((|constructor| (NIL "This category is similar to AbelianMonoidRing,{} except that the sum is assumed to be finite. It is a useful model for polynomials,{} but is somewhat more general.")) (|primitivePart| (($ $) "\\spad{primitivePart(p)} returns the unit normalized form of polynomial \\spad{p} divided by the content of \\spad{p}.")) (|content| ((|#2| $) "\\spad{content(p)} gives the gcd of the coefficients of polynomial \\spad{p}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(p,r)} returns the exact quotient of polynomial \\spad{p} by \\spad{r},{} or \"failed\" if none exists.")) (|binomThmExpt| (($ $ $ (|NonNegativeInteger|)) "\\spad{binomThmExpt(p,q,n)} returns \\spad{(x+y)^n} by means of the binomial theorem trick.")) (|pomopo!| (($ $ |#2| |#3| $) "\\spad{pomopo!(p1,r,e,p2)} returns \\spad{p1 + monomial(e,r) * p2} and may use \\spad{p1} as workspace. The constaant \\spad{r} is assumed to be nonzero.")) (|mapExponents| (($ (|Mapping| |#3| |#3|) $) "\\spad{mapExponents(fn,u)} maps function \\spad{fn} onto the exponents of the non-zero monomials of polynomial \\spad{u}.")) (|minimumDegree| ((|#3| $) "\\spad{minimumDegree(p)} gives the least exponent of a non-zero term of polynomial \\spad{p}. Error: if applied to 0.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(p)} gives the number of non-zero monomials in polynomial \\spad{p}.")) (|coefficients| (((|List| |#2|) $) "\\spad{coefficients(p)} gives the list of non-zero coefficients of polynomial \\spad{p}.")) (|ground| ((|#2| $) "\\spad{ground(p)} retracts polynomial \\spad{p} to the coefficient ring.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(p)} tests if polynomial \\spad{p} is a member of the coefficient ring.")))
NIL
-((|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-146))))
+((|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-146))))
(-277 R E)
((|constructor| (NIL "This category is similar to AbelianMonoidRing,{} except that the sum is assumed to be finite. It is a useful model for polynomials,{} but is somewhat more general.")) (|primitivePart| (($ $) "\\spad{primitivePart(p)} returns the unit normalized form of polynomial \\spad{p} divided by the content of \\spad{p}.")) (|content| ((|#1| $) "\\spad{content(p)} gives the gcd of the coefficients of polynomial \\spad{p}.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(p,r)} returns the exact quotient of polynomial \\spad{p} by \\spad{r},{} or \"failed\" if none exists.")) (|binomThmExpt| (($ $ $ (|NonNegativeInteger|)) "\\spad{binomThmExpt(p,q,n)} returns \\spad{(x+y)^n} by means of the binomial theorem trick.")) (|pomopo!| (($ $ |#1| |#2| $) "\\spad{pomopo!(p1,r,e,p2)} returns \\spad{p1 + monomial(e,r) * p2} and may use \\spad{p1} as workspace. The constaant \\spad{r} is assumed to be nonzero.")) (|mapExponents| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapExponents(fn,u)} maps function \\spad{fn} onto the exponents of the non-zero monomials of polynomial \\spad{u}.")) (|minimumDegree| ((|#2| $) "\\spad{minimumDegree(p)} gives the least exponent of a non-zero term of polynomial \\spad{p}. Error: if applied to 0.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(p)} gives the number of non-zero monomials in polynomial \\spad{p}.")) (|coefficients| (((|List| |#1|) $) "\\spad{coefficients(p)} gives the list of non-zero coefficients of polynomial \\spad{p}.")) (|ground| ((|#1| $) "\\spad{ground(p)} retracts polynomial \\spad{p} to the coefficient ring.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(p)} tests if polynomial \\spad{p} is a member of the coefficient ring.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-278 S)
((|constructor| (NIL "\\indented{1}{A FlexibleArray is the notion of an array intended to allow for growth} at the end only. Hence the following efficient operations \\indented{2}{\\spad{append(x,a)} meaning append item \\spad{x} at the end of the array \\spad{a}} \\indented{2}{\\spad{delete(a,n)} meaning delete the last item from the array \\spad{a}} Flexible arrays support the other operations inherited from \\spadtype{ExtensibleLinearAggregate}. However,{} these are not efficient. Flexible arrays combine the \\spad{O(1)} access time property of arrays with growing and shrinking at the end in \\spad{O(1)} (average) time. This is done by using an ordinary array which may have zero or more empty slots at the end. When the array becomes full it is copied into a new larger (50\\% larger) array. Conversely,{} when the array becomes less than 1/2 full,{} it is copied into a smaller array. Flexible arrays provide for an efficient implementation of many data structures in particular heaps,{} stacks and sets.")))
-((-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-756))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|)))))
-(-279 S -3093)
+NIL
+((OR (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-757))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|)))))
+(-279 S -3094)
((|constructor| (NIL "FiniteAlgebraicExtensionField {\\em F} is the category of fields which are finite algebraic extensions of the field {\\em F}. If {\\em F} is finite then any finite algebraic extension of {\\em F} is finite,{} too. Let {\\em K} be a finite algebraic extension of the finite field {\\em F}. The exponentiation of elements of {\\em K} defines a \\spad{Z}-module structure on the multiplicative group of {\\em K}. The additive group of {\\em K} becomes a module over the ring of polynomials over {\\em F} via the operation \\spadfun{linearAssociatedExp}(a:K,{}f:SparseUnivariatePolynomial \\spad{F}) which is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em K},{} {\\em c,d} from {\\em F} and {\\em f,g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\$SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)} where {\\em q=size()\\$F}. The operations order and discreteLog associated with the multiplicative exponentiation have additive analogues associated to the operation \\spadfun{linearAssociatedExp}. These are the functions \\spadfun{linearAssociatedOrder} and \\spadfun{linearAssociatedLog},{} respectively.")) (|linearAssociatedLog| (((|Union| (|SparseUnivariatePolynomial| |#2|) "failed") $ $) "\\spad{linearAssociatedLog(b,a)} returns a polynomial {\\em g},{} such that the \\spadfun{linearAssociatedExp}(\\spad{b},{}\\spad{g}) equals {\\em a}. If there is no such polynomial {\\em g},{} then \\spadfun{linearAssociatedLog} fails.") (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{linearAssociatedLog(a)} returns a polynomial {\\em g},{} such that \\spadfun{linearAssociatedExp}(normalElement(),{}\\spad{g}) equals {\\em a}.")) (|linearAssociatedOrder| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{linearAssociatedOrder(a)} retruns the monic polynomial {\\em g} of least degree,{} such that \\spadfun{linearAssociatedExp}(a,{}\\spad{g}) is 0.")) (|linearAssociatedExp| (($ $ (|SparseUnivariatePolynomial| |#2|)) "\\spad{linearAssociatedExp(a,f)} is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em \\$},{} {\\em c,d} form {\\em F} and {\\em f,g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\$SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)},{} where {\\em q=size()\\$F}.")) (|generator| (($) "\\spad{generator()} returns a root of the defining polynomial. This element generates the field as an algebra over the ground field.")) (|normal?| (((|Boolean|) $) "\\spad{normal?(a)} tests whether the element \\spad{a} is normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i), 0 <= i <= extensionDegree()-1} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Implementation according to Lidl/Niederreiter: Theorem 2.39.")) (|normalElement| (($) "\\spad{normalElement()} returns a element,{} normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i), 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. At the first call,{} the element is computed by \\spadfunFrom{createNormalElement}{FiniteAlgebraicExtensionField} then cached in a global variable. On subsequent calls,{} the element is retrieved by referencing the global variable.")) (|createNormalElement| (($) "\\spad{createNormalElement()} computes a normal element over the ground field \\spad{F},{} that is,{} \\spad{a**(q**i), 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Reference: Such an element exists Lidl/Niederreiter: Theorem 2.35.")) (|trace| (($ $ (|PositiveInteger|)) "\\spad{trace(a,d)} computes the trace of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size \\spad{q}. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: \\spad{trace(a,d) = reduce(+,[a**(q**(d*i)) for i in 0..n/d])}.") ((|#2| $) "\\spad{trace(a)} computes the trace of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|norm| (($ $ (|PositiveInteger|)) "\\spad{norm(a,d)} computes the norm of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: norm(a,{}\\spad{d}) = reduce(*,{}[a**(q**(d*i)) for \\spad{i} in 0..n/d])") ((|#2| $) "\\spad{norm(a)} computes the norm of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|degree| (((|PositiveInteger|) $) "\\spad{degree(a)} returns the degree of the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|extensionDegree| (((|PositiveInteger|)) "\\spad{extensionDegree()} returns the degree of field extension.")) (|definingPolynomial| (((|SparseUnivariatePolynomial| |#2|)) "\\spad{definingPolynomial()} returns the polynomial used to define the field extension.")) (|minimalPolynomial| (((|SparseUnivariatePolynomial| $) $ (|PositiveInteger|)) "\\spad{minimalPolynomial(x,n)} computes the minimal polynomial of \\spad{x} over the field of extension degree \\spad{n} over the ground field \\spad{F}.") (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{minimalPolynomial(a)} returns the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|represents| (($ (|Vector| |#2|)) "\\spad{represents([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{}...,{}vn are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $)) "\\spad{coordinates([v1,...,vm])} returns the coordinates of the \\spad{vi}'s with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#2|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{F}-vectorspace basis.")) (|basis| (((|Vector| $) (|PositiveInteger|)) "\\spad{basis(n)} returns a fixed basis of a subfield of \\$ as \\spad{F}-vectorspace.") (((|Vector| $)) "\\spad{basis()} returns a fixed basis of \\$ as \\spad{F}-vectorspace.")))
NIL
((|HasCategory| |#2| (QUOTE (-320))))
-(-280 -3093)
+(-280 -3094)
((|constructor| (NIL "FiniteAlgebraicExtensionField {\\em F} is the category of fields which are finite algebraic extensions of the field {\\em F}. If {\\em F} is finite then any finite algebraic extension of {\\em F} is finite,{} too. Let {\\em K} be a finite algebraic extension of the finite field {\\em F}. The exponentiation of elements of {\\em K} defines a \\spad{Z}-module structure on the multiplicative group of {\\em K}. The additive group of {\\em K} becomes a module over the ring of polynomials over {\\em F} via the operation \\spadfun{linearAssociatedExp}(a:K,{}f:SparseUnivariatePolynomial \\spad{F}) which is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em K},{} {\\em c,d} from {\\em F} and {\\em f,g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\$SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)} where {\\em q=size()\\$F}. The operations order and discreteLog associated with the multiplicative exponentiation have additive analogues associated to the operation \\spadfun{linearAssociatedExp}. These are the functions \\spadfun{linearAssociatedOrder} and \\spadfun{linearAssociatedLog},{} respectively.")) (|linearAssociatedLog| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") $ $) "\\spad{linearAssociatedLog(b,a)} returns a polynomial {\\em g},{} such that the \\spadfun{linearAssociatedExp}(\\spad{b},{}\\spad{g}) equals {\\em a}. If there is no such polynomial {\\em g},{} then \\spadfun{linearAssociatedLog} fails.") (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{linearAssociatedLog(a)} returns a polynomial {\\em g},{} such that \\spadfun{linearAssociatedExp}(normalElement(),{}\\spad{g}) equals {\\em a}.")) (|linearAssociatedOrder| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{linearAssociatedOrder(a)} retruns the monic polynomial {\\em g} of least degree,{} such that \\spadfun{linearAssociatedExp}(a,{}\\spad{g}) is 0.")) (|linearAssociatedExp| (($ $ (|SparseUnivariatePolynomial| |#1|)) "\\spad{linearAssociatedExp(a,f)} is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em \\$},{} {\\em c,d} form {\\em F} and {\\em f,g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\$SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)},{} where {\\em q=size()\\$F}.")) (|generator| (($) "\\spad{generator()} returns a root of the defining polynomial. This element generates the field as an algebra over the ground field.")) (|normal?| (((|Boolean|) $) "\\spad{normal?(a)} tests whether the element \\spad{a} is normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i), 0 <= i <= extensionDegree()-1} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Implementation according to Lidl/Niederreiter: Theorem 2.39.")) (|normalElement| (($) "\\spad{normalElement()} returns a element,{} normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i), 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. At the first call,{} the element is computed by \\spadfunFrom{createNormalElement}{FiniteAlgebraicExtensionField} then cached in a global variable. On subsequent calls,{} the element is retrieved by referencing the global variable.")) (|createNormalElement| (($) "\\spad{createNormalElement()} computes a normal element over the ground field \\spad{F},{} that is,{} \\spad{a**(q**i), 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Reference: Such an element exists Lidl/Niederreiter: Theorem 2.35.")) (|trace| (($ $ (|PositiveInteger|)) "\\spad{trace(a,d)} computes the trace of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size \\spad{q}. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: \\spad{trace(a,d) = reduce(+,[a**(q**(d*i)) for i in 0..n/d])}.") ((|#1| $) "\\spad{trace(a)} computes the trace of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|norm| (($ $ (|PositiveInteger|)) "\\spad{norm(a,d)} computes the norm of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: norm(a,{}\\spad{d}) = reduce(*,{}[a**(q**(d*i)) for \\spad{i} in 0..n/d])") ((|#1| $) "\\spad{norm(a)} computes the norm of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|degree| (((|PositiveInteger|) $) "\\spad{degree(a)} returns the degree of the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|extensionDegree| (((|PositiveInteger|)) "\\spad{extensionDegree()} returns the degree of field extension.")) (|definingPolynomial| (((|SparseUnivariatePolynomial| |#1|)) "\\spad{definingPolynomial()} returns the polynomial used to define the field extension.")) (|minimalPolynomial| (((|SparseUnivariatePolynomial| $) $ (|PositiveInteger|)) "\\spad{minimalPolynomial(x,n)} computes the minimal polynomial of \\spad{x} over the field of extension degree \\spad{n} over the ground field \\spad{F}.") (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{minimalPolynomial(a)} returns the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{}...,{}vn are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([v1,...,vm])} returns the coordinates of the \\spad{vi}'s with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{F}-vectorspace basis.")) (|basis| (((|Vector| $) (|PositiveInteger|)) "\\spad{basis(n)} returns a fixed basis of a subfield of \\$ as \\spad{F}-vectorspace.") (((|Vector| $)) "\\spad{basis()} returns a fixed basis of \\$ as \\spad{F}-vectorspace.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-281 E)
((|constructor| (NIL "\\indented{1}{Author: James Davenport} Date Created: 17 April 1992 Date Last Updated: 12 June 1992 Basic Functions: Related Constructors: Also See: AMS Classifications: Keywords: References: Description:")) (|argument| ((|#1| $) "\\spad{argument(x)} returns the argument of a given sin/cos expressions")) (|sin?| (((|Boolean|) $) "\\spad{sin?(x)} returns \\spad{true} if term is a sin,{} otherwise \\spad{false}")) (|cos| (($ |#1|) "\\spad{cos(x)} makes a cos kernel for use in Fourier series")) (|sin| (($ |#1|) "\\spad{sin(x)} makes a sin kernel for use in Fourier series")))
@@ -1060,7 +1060,7 @@ NIL
((|constructor| (NIL "Represntation of data needed to instantiate a domain constructor.")) (|lookupFunction| (((|Identifier|) $) "\\spad{lookupFunction x} returns the name of the lookup function associated with the functor data \\spad{x}.")) (|categories| (((|PrimitiveArray| (|ConstructorCall| (|CategoryConstructor|))) $) "\\spad{categories x} returns the list of categories forms each domain object obtained from the domain data \\spad{x} belongs to.")) (|encodingDirectory| (((|PrimitiveArray| (|NonNegativeInteger|)) $) "\\spad{encodintDirectory x} returns the directory of domain-wide entity description.")) (|attributeData| (((|List| (|Pair| (|Syntax|) (|NonNegativeInteger|))) $) "\\spad{attributeData x} returns the list of attribute-predicate bit vector index pair associated with the functor data \\spad{x}.")) (|domainTemplate| (((|DomainTemplate|) $) "\\spad{domainTemplate x} returns the domain template vector associated with the functor data \\spad{x}.")))
NIL
NIL
-(-283 -3093 UP UPUP R)
+(-283 -3094 UP UPUP R)
((|constructor| (NIL "This domains implements finite rational divisors on a curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}'s are integers and the \\spad{P}'s are finite rational points on the curve.")) (|lSpaceBasis| (((|Vector| |#4|) $) "\\spad{lSpaceBasis(d)} returns a basis for \\spad{L(d) = {f | (f) >= -d}} as a module over \\spad{K[x]}.")) (|finiteBasis| (((|Vector| |#4|) $) "\\spad{finiteBasis(d)} returns a basis for \\spad{d} as a module over {\\em K[x]}.")))
NIL
NIL
@@ -1068,33 +1068,33 @@ NIL
((|constructor| (NIL "\\indented{1}{Lift a map to finite divisors.} Author: Manuel Bronstein Date Created: 1988 Date Last Updated: 19 May 1993")) (|map| (((|FiniteDivisor| |#5| |#6| |#7| |#8|) (|Mapping| |#5| |#1|) (|FiniteDivisor| |#1| |#2| |#3| |#4|)) "\\spad{map(f,d)} \\undocumented{}")))
NIL
NIL
-(-285 S -3093 UP UPUP R)
+(-285 S -3094 UP UPUP R)
((|constructor| (NIL "This category describes finite rational divisors on a curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}'s are integers and the \\spad{P}'s are finite rational points on the curve.")) (|generator| (((|Union| |#5| "failed") $) "\\spad{generator(d)} returns \\spad{f} if \\spad{(f) = d},{} \"failed\" if \\spad{d} is not principal.")) (|principal?| (((|Boolean|) $) "\\spad{principal?(D)} tests if the argument is the divisor of a function.")) (|reduce| (($ $) "\\spad{reduce(D)} converts \\spad{D} to some reduced form (the reduced forms can be differents in different implementations).")) (|decompose| (((|Record| (|:| |id| (|FractionalIdeal| |#3| (|Fraction| |#3|) |#4| |#5|)) (|:| |principalPart| |#5|)) $) "\\spad{decompose(d)} returns \\spad{[id, f]} where \\spad{d = (id) + div(f)}.")) (|divisor| (($ |#5| |#3| |#3| |#3| |#2|) "\\spad{divisor(h, d, d', g, r)} returns the sum of all the finite points where \\spad{h/d} has residue \\spad{r}. \\spad{h} must be integral. \\spad{d} must be squarefree. \\spad{d'} is some derivative of \\spad{d} (not necessarily dd/dx). \\spad{g = gcd(d,discriminant)} contains the ramified zeros of \\spad{d}") (($ |#2| |#2| (|Integer|)) "\\spad{divisor(a, b, n)} makes the divisor \\spad{nP} where P: \\spad{(x = a, y = b)}. \\spad{P} is allowed to be singular if \\spad{n} is a multiple of the rank.") (($ |#2| |#2|) "\\spad{divisor(a, b)} makes the divisor P: \\spad{(x = a, y = b)}. Error: if \\spad{P} is singular.") (($ |#5|) "\\spad{divisor(g)} returns the divisor of the function \\spad{g}.") (($ (|FractionalIdeal| |#3| (|Fraction| |#3|) |#4| |#5|)) "\\spad{divisor(I)} makes a divisor \\spad{D} from an ideal \\spad{I}.")) (|ideal| (((|FractionalIdeal| |#3| (|Fraction| |#3|) |#4| |#5|) $) "\\spad{ideal(D)} returns the ideal corresponding to a divisor \\spad{D}.")))
NIL
NIL
-(-286 -3093 UP UPUP R)
+(-286 -3094 UP UPUP R)
((|constructor| (NIL "This category describes finite rational divisors on a curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}'s are integers and the \\spad{P}'s are finite rational points on the curve.")) (|generator| (((|Union| |#4| "failed") $) "\\spad{generator(d)} returns \\spad{f} if \\spad{(f) = d},{} \"failed\" if \\spad{d} is not principal.")) (|principal?| (((|Boolean|) $) "\\spad{principal?(D)} tests if the argument is the divisor of a function.")) (|reduce| (($ $) "\\spad{reduce(D)} converts \\spad{D} to some reduced form (the reduced forms can be differents in different implementations).")) (|decompose| (((|Record| (|:| |id| (|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) "\\spad{decompose(d)} returns \\spad{[id, f]} where \\spad{d = (id) + div(f)}.")) (|divisor| (($ |#4| |#2| |#2| |#2| |#1|) "\\spad{divisor(h, d, d', g, r)} returns the sum of all the finite points where \\spad{h/d} has residue \\spad{r}. \\spad{h} must be integral. \\spad{d} must be squarefree. \\spad{d'} is some derivative of \\spad{d} (not necessarily dd/dx). \\spad{g = gcd(d,discriminant)} contains the ramified zeros of \\spad{d}") (($ |#1| |#1| (|Integer|)) "\\spad{divisor(a, b, n)} makes the divisor \\spad{nP} where P: \\spad{(x = a, y = b)}. \\spad{P} is allowed to be singular if \\spad{n} is a multiple of the rank.") (($ |#1| |#1|) "\\spad{divisor(a, b)} makes the divisor P: \\spad{(x = a, y = b)}. Error: if \\spad{P} is singular.") (($ |#4|) "\\spad{divisor(g)} returns the divisor of the function \\spad{g}.") (($ (|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|)) "\\spad{divisor(I)} makes a divisor \\spad{D} from an ideal \\spad{I}.")) (|ideal| (((|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|) $) "\\spad{ideal(D)} returns the ideal corresponding to a divisor \\spad{D}.")))
NIL
NIL
(-287 S R)
((|constructor| (NIL "This category provides a selection of evaluation operations depending on what the argument type \\spad{R} provides.")) (|map| (($ (|Mapping| |#2| |#2|) $) "\\spad{map(f, ex)} evaluates ex,{} applying \\spad{f} to values of type \\spad{R} in ex.")))
NIL
-((|HasCategory| |#2| (|%list| (QUOTE -455) (QUOTE (-1090)) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -241) (|devaluate| |#2|) (|devaluate| |#2|))))
+((|HasCategory| |#2| (|%list| (QUOTE -456) (QUOTE (-1091)) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -241) (|devaluate| |#2|) (|devaluate| |#2|))))
(-288 R)
((|constructor| (NIL "This category provides a selection of evaluation operations depending on what the argument type \\spad{R} provides.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f, ex)} evaluates ex,{} applying \\spad{f} to values of type \\spad{R} in ex.")))
NIL
NIL
(-289 |p| |n|)
((|constructor| (NIL "FiniteField(\\spad{p},{}\\spad{n}) implements finite fields with p**n elements. This packages checks that \\spad{p} is prime. For a non-checking version,{} see \\spadtype{InnerFiniteField}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((OR (|HasCategory| (-817 |#1|) (QUOTE (-118))) (|HasCategory| (-817 |#1|) (QUOTE (-320)))) (|HasCategory| (-817 |#1|) (QUOTE (-120))) (|HasCategory| (-817 |#1|) (QUOTE (-320))) (|HasCategory| (-817 |#1|) (QUOTE (-118))))
-(-290 S -3093 UP UPUP)
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((OR (|HasCategory| (-818 |#1|) (QUOTE (-118))) (|HasCategory| (-818 |#1|) (QUOTE (-320)))) (|HasCategory| (-818 |#1|) (QUOTE (-120))) (|HasCategory| (-818 |#1|) (QUOTE (-320))) (|HasCategory| (-818 |#1|) (QUOTE (-118))))
+(-290 S -3094 UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#2|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#2|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in \\spad{u1},{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (|Mapping| |#3| |#3|)) "\\spad{algSplitSimple(f, D)} returns \\spad{[h,d,d',g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d, discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#3| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#3| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#2| $ |#2| |#2|) "\\spad{elt(f,a,b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a, y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#3| |#3|)) "\\spad{differentiate(x, d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#3|)) (|:| |den| |#3|)) (|Mapping| |#3| |#3|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(wi)} with respect to \\spad{(w1,...,wn)} where \\spad{(w1,...,wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#3|) |#3|) "\\spad{integralRepresents([A1,...,An], D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,...,wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#3|)) (|:| |den| |#3|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,...,wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#3|) |#3|) "\\spad{represents([A0,...,A(n-1)],D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.")) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#3|)) (|:| |den| |#3|)) $) "\\spad{yCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 + A2 y +...+ An y**(n-1)) / D}.")) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#3|))) "\\spad{inverseIntegralMatrixAtInfinity()} returns \\spad{M} such that \\spad{M (v1,...,vn) = (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#3|))) "\\spad{integralMatrixAtInfinity()} returns \\spad{M} such that \\spad{(v1,...,vn) = M (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#3|))) "\\spad{inverseIntegralMatrix()} returns \\spad{M} such that \\spad{M (w1,...,wn) = (1, y, ..., y**(n-1))} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|integralMatrix| (((|Matrix| (|Fraction| |#3|))) "\\spad{integralMatrix()} returns \\spad{M} such that \\spad{(w1,...,wn) = M (1, y, ..., y**(n-1))},{} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{reduceBasisAtInfinity(b1,...,bn)} returns \\spad{(x**i * bj)} for all \\spad{i},{}\\spad{j} such that \\spad{x**i*bj} is locally integral at infinity.")) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{normalizeAtInfinity(v)} makes \\spad{v} normal at infinity.")) (|complementaryBasis| (((|Vector| $) (|Vector| $)) "\\spad{complementaryBasis(b1,...,bn)} returns the complementary basis \\spad{(b1',...,bn')} of \\spad{(b1,...,bn)}.")) (|integral?| (((|Boolean|) $ |#3|) "\\spad{integral?(f, p)} tests whether \\spad{f} is locally integral at \\spad{p(x) = 0}.") (((|Boolean|) $ |#2|) "\\spad{integral?(f, a)} tests whether \\spad{f} is locally integral at \\spad{x = a}.") (((|Boolean|) $) "\\spad{integral?()} tests if \\spad{f} is integral over \\spad{k[x]}.")) (|integralAtInfinity?| (((|Boolean|) $) "\\spad{integralAtInfinity?()} tests if \\spad{f} is locally integral at infinity.")) (|integralBasisAtInfinity| (((|Vector| $)) "\\spad{integralBasisAtInfinity()} returns the local integral basis at infinity.")) (|integralBasis| (((|Vector| $)) "\\spad{integralBasis()} returns the integral basis for the curve.")) (|ramified?| (((|Boolean|) |#3|) "\\spad{ramified?(p)} tests whether \\spad{p(x) = 0} is ramified.") (((|Boolean|) |#2|) "\\spad{ramified?(a)} tests whether \\spad{x = a} is ramified.")) (|ramifiedAtInfinity?| (((|Boolean|)) "\\spad{ramifiedAtInfinity?()} tests if infinity is ramified.")) (|singular?| (((|Boolean|) |#3|) "\\spad{singular?(p)} tests whether \\spad{p(x) = 0} is singular.") (((|Boolean|) |#2|) "\\spad{singular?(a)} tests whether \\spad{x = a} is singular.")) (|singularAtInfinity?| (((|Boolean|)) "\\spad{singularAtInfinity?()} tests if there is a singularity at infinity.")) (|branchPoint?| (((|Boolean|) |#3|) "\\spad{branchPoint?(p)} tests whether \\spad{p(x) = 0} is a branch point.") (((|Boolean|) |#2|) "\\spad{branchPoint?(a)} tests whether \\spad{x = a} is a branch point.")) (|branchPointAtInfinity?| (((|Boolean|)) "\\spad{branchPointAtInfinity?()} tests if there is a branch point at infinity.")) (|rationalPoint?| (((|Boolean|) |#2| |#2|) "\\spad{rationalPoint?(a, b)} tests if \\spad{(x=a,y=b)} is on the curve.")) (|absolutelyIrreducible?| (((|Boolean|)) "\\spad{absolutelyIrreducible?()} tests if the curve absolutely irreducible?")) (|genus| (((|NonNegativeInteger|)) "\\spad{genus()} returns the genus of one absolutely irreducible component")) (|numberOfComponents| (((|NonNegativeInteger|)) "\\spad{numberOfComponents()} returns the number of absolutely irreducible components.")))
NIL
((|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-312))))
-(-291 -3093 UP UPUP)
+(-291 -3094 UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#1|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in \\spad{u1},{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (|Mapping| |#2| |#2|)) "\\spad{algSplitSimple(f, D)} returns \\spad{[h,d,d',g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d, discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#2| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#2| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#1| $ |#1| |#1|) "\\spad{elt(f,a,b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a, y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x, d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#2|)) (|:| |den| |#2|)) (|Mapping| |#2| |#2|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(wi)} with respect to \\spad{(w1,...,wn)} where \\spad{(w1,...,wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#2|) |#2|) "\\spad{integralRepresents([A1,...,An], D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,...,wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,...,wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#2|) |#2|) "\\spad{represents([A0,...,A(n-1)],D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.")) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{yCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 + A2 y +...+ An y**(n-1)) / D}.")) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrixAtInfinity()} returns \\spad{M} such that \\spad{M (v1,...,vn) = (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrixAtInfinity()} returns \\spad{M} such that \\spad{(v1,...,vn) = M (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrix()} returns \\spad{M} such that \\spad{M (w1,...,wn) = (1, y, ..., y**(n-1))} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|integralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrix()} returns \\spad{M} such that \\spad{(w1,...,wn) = M (1, y, ..., y**(n-1))},{} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{reduceBasisAtInfinity(b1,...,bn)} returns \\spad{(x**i * bj)} for all \\spad{i},{}\\spad{j} such that \\spad{x**i*bj} is locally integral at infinity.")) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{normalizeAtInfinity(v)} makes \\spad{v} normal at infinity.")) (|complementaryBasis| (((|Vector| $) (|Vector| $)) "\\spad{complementaryBasis(b1,...,bn)} returns the complementary basis \\spad{(b1',...,bn')} of \\spad{(b1,...,bn)}.")) (|integral?| (((|Boolean|) $ |#2|) "\\spad{integral?(f, p)} tests whether \\spad{f} is locally integral at \\spad{p(x) = 0}.") (((|Boolean|) $ |#1|) "\\spad{integral?(f, a)} tests whether \\spad{f} is locally integral at \\spad{x = a}.") (((|Boolean|) $) "\\spad{integral?()} tests if \\spad{f} is integral over \\spad{k[x]}.")) (|integralAtInfinity?| (((|Boolean|) $) "\\spad{integralAtInfinity?()} tests if \\spad{f} is locally integral at infinity.")) (|integralBasisAtInfinity| (((|Vector| $)) "\\spad{integralBasisAtInfinity()} returns the local integral basis at infinity.")) (|integralBasis| (((|Vector| $)) "\\spad{integralBasis()} returns the integral basis for the curve.")) (|ramified?| (((|Boolean|) |#2|) "\\spad{ramified?(p)} tests whether \\spad{p(x) = 0} is ramified.") (((|Boolean|) |#1|) "\\spad{ramified?(a)} tests whether \\spad{x = a} is ramified.")) (|ramifiedAtInfinity?| (((|Boolean|)) "\\spad{ramifiedAtInfinity?()} tests if infinity is ramified.")) (|singular?| (((|Boolean|) |#2|) "\\spad{singular?(p)} tests whether \\spad{p(x) = 0} is singular.") (((|Boolean|) |#1|) "\\spad{singular?(a)} tests whether \\spad{x = a} is singular.")) (|singularAtInfinity?| (((|Boolean|)) "\\spad{singularAtInfinity?()} tests if there is a singularity at infinity.")) (|branchPoint?| (((|Boolean|) |#2|) "\\spad{branchPoint?(p)} tests whether \\spad{p(x) = 0} is a branch point.") (((|Boolean|) |#1|) "\\spad{branchPoint?(a)} tests whether \\spad{x = a} is a branch point.")) (|branchPointAtInfinity?| (((|Boolean|)) "\\spad{branchPointAtInfinity?()} tests if there is a branch point at infinity.")) (|rationalPoint?| (((|Boolean|) |#1| |#1|) "\\spad{rationalPoint?(a, b)} tests if \\spad{(x=a,y=b)} is on the curve.")) (|absolutelyIrreducible?| (((|Boolean|)) "\\spad{absolutelyIrreducible?()} tests if the curve absolutely irreducible?")) (|genus| (((|NonNegativeInteger|)) "\\spad{genus()} returns the genus of one absolutely irreducible component")) (|numberOfComponents| (((|NonNegativeInteger|)) "\\spad{numberOfComponents()} returns the number of absolutely irreducible components.")))
-((-3989 |has| (-350 |#2|) (-312)) (-3994 |has| (-350 |#2|) (-312)) (-3988 |has| (-350 |#2|) (-312)) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 |has| (-350 |#2|) (-312)) (-3995 |has| (-350 |#2|) (-312)) (-3989 |has| (-350 |#2|) (-312)) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-292 R1 UP1 UPUP1 F1 R2 UP2 UPUP2 F2)
((|constructor| (NIL "Lifts a map from rings to function fields over them.")) (|map| ((|#8| (|Mapping| |#5| |#1|) |#4|) "\\spad{map(f, p)} lifts \\spad{f} to \\spad{F1} and applies it to \\spad{p}.")))
@@ -1102,15 +1102,15 @@ NIL
NIL
(-293 |p| |extdeg|)
((|constructor| (NIL "FiniteFieldCyclicGroup(\\spad{p},{}\\spad{n}) implements a finite field extension of degee \\spad{n} over the prime field with \\spad{p} elements. Its elements are represented by powers of a primitive element,{} \\spadignore{i.e.} a generator of the multiplicative (cyclic) group. As primitive element we choose the root of the extension polynomial,{} which is created by {\\em createPrimitivePoly} from \\spadtype{FiniteFieldPolynomialPackage}. The Zech logarithms are stored in a table of size half of the field size,{} and use \\spadtype{SingleInteger} for representing field elements,{} hence,{} there are restrictions on the size of the field.")) (|getZechTable| (((|PrimitiveArray| (|SingleInteger|))) "\\spad{getZechTable()} returns the zech logarithm table of the field. This table is used to perform additions in the field quickly.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((OR (|HasCategory| (-817 |#1|) (QUOTE (-118))) (|HasCategory| (-817 |#1|) (QUOTE (-320)))) (|HasCategory| (-817 |#1|) (QUOTE (-120))) (|HasCategory| (-817 |#1|) (QUOTE (-320))) (|HasCategory| (-817 |#1|) (QUOTE (-118))))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((OR (|HasCategory| (-818 |#1|) (QUOTE (-118))) (|HasCategory| (-818 |#1|) (QUOTE (-320)))) (|HasCategory| (-818 |#1|) (QUOTE (-120))) (|HasCategory| (-818 |#1|) (QUOTE (-320))) (|HasCategory| (-818 |#1|) (QUOTE (-118))))
(-294 GF |defpol|)
((|constructor| (NIL "FiniteFieldCyclicGroupExtensionByPolynomial(GF,{}defpol) implements a finite extension field of the ground field {\\em GF}. Its elements are represented by powers of a primitive element,{} \\spadignore{i.e.} a generator of the multiplicative (cyclic) group. As primitive element we choose the root of the extension polynomial {\\em defpol},{} which MUST be primitive (user responsibility). Zech logarithms are stored in a table of size half of the field size,{} and use \\spadtype{SingleInteger} for representing field elements,{} hence,{} there are restrictions on the size of the field.")) (|getZechTable| (((|PrimitiveArray| (|SingleInteger|))) "\\spad{getZechTable()} returns the zech logarithm table of the field it is used to perform additions in the field quickly.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
((OR (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-320)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-118))))
(-295 GF |extdeg|)
((|constructor| (NIL "FiniteFieldCyclicGroupExtension(GF,{}\\spad{n}) implements a extension of degree \\spad{n} over the ground field {\\em GF}. Its elements are represented by powers of a primitive element,{} \\spadignore{i.e.} a generator of the multiplicative (cyclic) group. As primitive element we choose the root of the extension polynomial,{} which is created by {\\em createPrimitivePoly} from \\spadtype{FiniteFieldPolynomialPackage}. Zech logarithms are stored in a table of size half of the field size,{} and use \\spadtype{SingleInteger} for representing field elements,{} hence,{} there are restrictions on the size of the field.")) (|getZechTable| (((|PrimitiveArray| (|SingleInteger|))) "\\spad{getZechTable()} returns the zech logarithm table of the field. This table is used to perform additions in the field quickly.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
((OR (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-320)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-118))))
(-296 GF)
((|constructor| (NIL "FiniteFieldFunctions(GF) is a package with functions concerning finite extension fields of the finite ground field {\\em GF},{} \\spadignore{e.g.} Zech logarithms.")) (|createLowComplexityNormalBasis| (((|Union| (|SparseUnivariatePolynomial| |#1|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) (|PositiveInteger|)) "\\spad{createLowComplexityNormalBasis(n)} tries to find a a low complexity normal basis of degree {\\em n} over {\\em GF} and returns its multiplication matrix If no low complexity basis is found it calls \\axiomFunFrom{createNormalPoly}{FiniteFieldPolynomialPackage}(\\spad{n}) to produce a normal polynomial of degree {\\em n} over {\\em GF}")) (|createLowComplexityTable| (((|Union| (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|))))) "failed") (|PositiveInteger|)) "\\spad{createLowComplexityTable(n)} tries to find a low complexity normal basis of degree {\\em n} over {\\em GF} and returns its multiplication matrix Fails,{} if it does not find a low complexity basis")) (|sizeMultiplication| (((|NonNegativeInteger|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{sizeMultiplication(m)} returns the number of entries of the multiplication table {\\em m}.")) (|createMultiplicationMatrix| (((|Matrix| |#1|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{createMultiplicationMatrix(m)} forms the multiplication table {\\em m} into a matrix over the ground field.")) (|createMultiplicationTable| (((|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|))))) (|SparseUnivariatePolynomial| |#1|)) "\\spad{createMultiplicationTable(f)} generates a multiplication table for the normal basis of the field extension determined by {\\em f}. This is needed to perform multiplications between elements represented as coordinate vectors to this basis. See \\spadtype{FFNBP},{} \\spadtype{FFNBX}.")) (|createZechTable| (((|PrimitiveArray| (|SingleInteger|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{createZechTable(f)} generates a Zech logarithm table for the cyclic group representation of a extension of the ground field by the primitive polynomial {\\em f(x)},{} \\spadignore{i.e.} \\spad{Z(i)},{} defined by {\\em x**Z(i) = 1+x**i} is stored at index \\spad{i}. This is needed in particular to perform addition of field elements in finite fields represented in this way. See \\spadtype{FFCGP},{} \\spadtype{FFCGX}.")))
@@ -1126,43 +1126,43 @@ NIL
NIL
(-299)
((|constructor| (NIL "FiniteFieldCategory is the category of finite fields")) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) "\\spad{representationType()} returns the type of the representation,{} one of: \\spad{prime},{} \\spad{polynomial},{} \\spad{normal},{} or \\spad{cyclic}.")) (|order| (((|PositiveInteger|) $) "\\spad{order(b)} computes the order of an element \\spad{b} in the multiplicative group of the field. Error: if \\spad{b} equals 0.")) (|discreteLog| (((|NonNegativeInteger|) $) "\\spad{discreteLog(a)} computes the discrete logarithm of \\spad{a} with respect to \\spad{primitiveElement()} of the field.")) (|primitive?| (((|Boolean|) $) "\\spad{primitive?(b)} tests whether the element \\spad{b} is a generator of the (cyclic) multiplicative group of the field,{} \\spadignore{i.e.} is a primitive element. Implementation Note: see ch.IX.1.3,{} th.2 in \\spad{D}. Lipson.")) (|primitiveElement| (($) "\\spad{primitiveElement()} returns a primitive element stored in a global variable in the domain. At first call,{} the primitive element is computed by calling \\spadfun{createPrimitiveElement}.")) (|createPrimitiveElement| (($) "\\spad{createPrimitiveElement()} computes a generator of the (cyclic) multiplicative group of the field.")) (|tableForDiscreteLogarithm| (((|Table| (|PositiveInteger|) (|NonNegativeInteger|)) (|Integer|)) "\\spad{tableForDiscreteLogarithm(a,n)} returns a table of the discrete logarithms of \\spad{a**0} up to \\spad{a**(n-1)} which,{} called with key \\spad{lookup(a**i)} returns \\spad{i} for \\spad{i} in \\spad{0..n-1}. Error: if not called for prime divisors of order of \\indented{7}{multiplicative group.}")) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| (|Integer|)) (|:| |exponent| (|Integer|))))) "\\spad{factorsOfCyclicGroupSize()} returns the factorization of size()\\spad{-1}")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(mat)},{} given a matrix representing a homogeneous system of equations,{} returns a vector whose characteristic'th powers is a non-trivial solution,{} or \"failed\" if no such vector exists.")) (|charthRoot| (($ $) "\\spad{charthRoot(a)} takes the characteristic'th root of {\\em a}. Note: such a root is alway defined in finite fields.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-300 R UP -3093)
+(-300 R UP -3094)
((|constructor| (NIL "In this package \\spad{R} is a Euclidean domain and \\spad{F} is a framed algebra over \\spad{R}. The package provides functions to compute the integral closure of \\spad{R} in the quotient field of \\spad{F}. It is assumed that \\spad{char(R/P) = char(R)} for any prime \\spad{P} of \\spad{R}. A typical instance of this is when \\spad{R = K[x]} and \\spad{F} is a function field over \\spad{R}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) |#1|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
(-301 |p| |extdeg|)
((|constructor| (NIL "FiniteFieldNormalBasis(\\spad{p},{}\\spad{n}) implements a finite extension field of degree \\spad{n} over the prime field with \\spad{p} elements. The elements are represented by coordinate vectors with respect to a normal basis,{} \\spadignore{i.e.} a basis consisting of the conjugates (\\spad{q}-powers) of an element,{} in this case called normal element. This is chosen as a root of the extension polynomial created by \\spadfunFrom{createNormalPoly}{FiniteFieldPolynomialPackage}.")) (|sizeMultiplication| (((|NonNegativeInteger|)) "\\spad{sizeMultiplication()} returns the number of entries in the multiplication table of the field. Note: The time of multiplication of field elements depends on this size.")) (|getMultiplicationMatrix| (((|Matrix| (|PrimeField| |#1|))) "\\spad{getMultiplicationMatrix()} returns the multiplication table in form of a matrix.")) (|getMultiplicationTable| (((|Vector| (|List| (|Record| (|:| |value| (|PrimeField| |#1|)) (|:| |index| (|SingleInteger|)))))) "\\spad{getMultiplicationTable()} returns the multiplication table for the normal basis of the field. This table is used to perform multiplications between field elements.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((OR (|HasCategory| (-817 |#1|) (QUOTE (-118))) (|HasCategory| (-817 |#1|) (QUOTE (-320)))) (|HasCategory| (-817 |#1|) (QUOTE (-120))) (|HasCategory| (-817 |#1|) (QUOTE (-320))) (|HasCategory| (-817 |#1|) (QUOTE (-118))))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((OR (|HasCategory| (-818 |#1|) (QUOTE (-118))) (|HasCategory| (-818 |#1|) (QUOTE (-320)))) (|HasCategory| (-818 |#1|) (QUOTE (-120))) (|HasCategory| (-818 |#1|) (QUOTE (-320))) (|HasCategory| (-818 |#1|) (QUOTE (-118))))
(-302 GF |uni|)
((|constructor| (NIL "FiniteFieldNormalBasisExtensionByPolynomial(GF,{}uni) implements a finite extension of the ground field {\\em GF}. The elements are represented by coordinate vectors with respect to. a normal basis,{} \\spadignore{i.e.} a basis consisting of the conjugates (\\spad{q}-powers) of an element,{} in this case called normal element,{} where \\spad{q} is the size of {\\em GF}. The normal element is chosen as a root of the extension polynomial,{} which MUST be normal over {\\em GF} (user responsibility)")) (|sizeMultiplication| (((|NonNegativeInteger|)) "\\spad{sizeMultiplication()} returns the number of entries in the multiplication table of the field. Note: the time of multiplication of field elements depends on this size.")) (|getMultiplicationMatrix| (((|Matrix| |#1|)) "\\spad{getMultiplicationMatrix()} returns the multiplication table in form of a matrix.")) (|getMultiplicationTable| (((|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{getMultiplicationTable()} returns the multiplication table for the normal basis of the field. This table is used to perform multiplications between field elements.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
((OR (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-320)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-118))))
(-303 GF |extdeg|)
((|constructor| (NIL "FiniteFieldNormalBasisExtensionByPolynomial(GF,{}\\spad{n}) implements a finite extension field of degree \\spad{n} over the ground field {\\em GF}. The elements are represented by coordinate vectors with respect to a normal basis,{} \\spadignore{i.e.} a basis consisting of the conjugates (\\spad{q}-powers) of an element,{} in this case called normal element. This is chosen as a root of the extension polynomial,{} created by {\\em createNormalPoly} from \\spadtype{FiniteFieldPolynomialPackage}")) (|sizeMultiplication| (((|NonNegativeInteger|)) "\\spad{sizeMultiplication()} returns the number of entries in the multiplication table of the field. Note: the time of multiplication of field elements depends on this size.")) (|getMultiplicationMatrix| (((|Matrix| |#1|)) "\\spad{getMultiplicationMatrix()} returns the multiplication table in form of a matrix.")) (|getMultiplicationTable| (((|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{getMultiplicationTable()} returns the multiplication table for the normal basis of the field. This table is used to perform multiplications between field elements.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
((OR (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-320)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-118))))
(-304 GF |defpol|)
((|constructor| (NIL "FiniteFieldExtensionByPolynomial(GF,{} defpol) implements the extension of the finite field {\\em GF} generated by the extension polynomial {\\em defpol} which MUST be irreducible. Note: the user has the responsibility to ensure that {\\em defpol} is irreducible.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
((OR (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-320)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-118))))
(-305 GF)
((|constructor| (NIL "This package provides a number of functions for generating,{} counting and testing irreducible,{} normal,{} primitive,{} random polynomials over finite fields.")) (|reducedQPowers| (((|PrimitiveArray| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{reducedQPowers(f)} generates \\spad{[x,x**q,x**(q**2),...,x**(q**(n-1))]} reduced modulo \\spad{f} where \\spad{q = size()\\$GF} and \\spad{n = degree f}.")) (|leastAffineMultiple| (((|SparseUnivariatePolynomial| |#1|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{leastAffineMultiple(f)} computes the least affine polynomial which is divisible by the polynomial \\spad{f} over the finite field {\\em GF},{} \\spadignore{i.e.} a polynomial whose exponents are 0 or a power of \\spad{q},{} the size of {\\em GF}.")) (|random| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{random(m,n)}\\$FFPOLY(GF) generates a random monic polynomial of degree \\spad{d} over the finite field {\\em GF},{} \\spad{d} between \\spad{m} and \\spad{n}.") (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{random(n)}\\$FFPOLY(GF) generates a random monic polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|nextPrimitiveNormalPoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextPrimitiveNormalPoly(f)} yields the next primitive normal polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g} or,{} in case these numbers are equal,{} if the {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than this number for \\spad{g}. If these numbers are equals,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than that for \\spad{g},{} or if the lists of exponents for \\spad{f} are lexicographically less than those for \\spad{g}. If these lists are also equal,{} the lists of coefficients are coefficients according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}. This operation is equivalent to nextNormalPrimitivePoly(\\spad{f}).")) (|nextNormalPrimitivePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextNormalPrimitivePoly(f)} yields the next normal primitive polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g} or if {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than this number for \\spad{g}. Otherwise,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than that for \\spad{g} or if the lists of exponents for \\spad{f} are lexicographically less than those for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}. This operation is equivalent to nextPrimitiveNormalPoly(\\spad{f}).")) (|nextNormalPoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextNormalPoly(f)} yields the next normal polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than that for \\spad{g}. In case these numbers are equal,{} \\spad{f < g} if if the number of monomials of \\spad{f} is less that for \\spad{g} or if the list of exponents of \\spad{f} are lexicographically less than the corresponding list for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|nextPrimitivePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextPrimitivePoly(f)} yields the next primitive polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g}. If these values are equal,{} then \\spad{f < g} if if the number of monomials of \\spad{f} is less than that for \\spad{g} or if the lists of exponents of \\spad{f} are lexicographically less than the corresponding list for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|nextIrreduciblePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextIrreduciblePoly(f)} yields the next monic irreducible polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than this number for \\spad{g}. If \\spad{f} and \\spad{g} have the same number of monomials,{} the lists of exponents are compared lexicographically. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|createPrimitiveNormalPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createPrimitiveNormalPoly(n)}\\$FFPOLY(GF) generates a normal and primitive polynomial of degree \\spad{n} over the field {\\em GF}. polynomial of degree \\spad{n} over the field {\\em GF}.")) (|createNormalPrimitivePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createNormalPrimitivePoly(n)}\\$FFPOLY(GF) generates a normal and primitive polynomial of degree \\spad{n} over the field {\\em GF}. Note: this function is equivalent to createPrimitiveNormalPoly(\\spad{n})")) (|createNormalPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createNormalPoly(n)}\\$FFPOLY(GF) generates a normal polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|createPrimitivePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createPrimitivePoly(n)}\\$FFPOLY(GF) generates a primitive polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|createIrreduciblePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createIrreduciblePoly(n)}\\$FFPOLY(GF) generates a monic irreducible univariate polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfNormalPoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfNormalPoly(n)}\\$FFPOLY(GF) yields the number of normal polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfPrimitivePoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfPrimitivePoly(n)}\\$FFPOLY(GF) yields the number of primitive polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfIrreduciblePoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfIrreduciblePoly(n)}\\$FFPOLY(GF) yields the number of monic irreducible univariate polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|normal?| (((|Boolean|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{normal?(f)} tests whether the polynomial \\spad{f} over a finite field is normal,{} \\spadignore{i.e.} its roots are linearly independent over the field.")) (|primitive?| (((|Boolean|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{primitive?(f)} tests whether the polynomial \\spad{f} over a finite field is primitive,{} \\spadignore{i.e.} all its roots are primitive.")))
NIL
NIL
-(-306 -3093 GF)
+(-306 -3094 GF)
((|constructor| (NIL "\\spad{FiniteFieldPolynomialPackage2}(\\spad{F},{}GF) exports some functions concerning finite fields,{} which depend on a finite field {\\em GF} and an algebraic extension \\spad{F} of {\\em GF},{} \\spadignore{e.g.} a zero of a polynomial over {\\em GF} in \\spad{F}.")) (|rootOfIrreduciblePoly| ((|#1| (|SparseUnivariatePolynomial| |#2|)) "\\spad{rootOfIrreduciblePoly(f)} computes one root of the monic,{} irreducible polynomial \\spad{f},{} which degree must divide the extension degree of {\\em F} over {\\em GF},{} \\spadignore{i.e.} \\spad{f} splits into linear factors over {\\em F}.")) (|Frobenius| ((|#1| |#1|) "\\spad{Frobenius(x)} \\undocumented{}")) (|basis| (((|Vector| |#1|) (|PositiveInteger|)) "\\spad{basis(n)} \\undocumented{}")) (|lookup| (((|PositiveInteger|) |#1|) "\\spad{lookup(x)} \\undocumented{}")) (|coerce| ((|#1| |#2|) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-307 -3093 FP FPP)
+(-307 -3094 FP FPP)
((|constructor| (NIL "This package solves linear diophantine equations for Bivariate polynomials over finite fields")) (|solveLinearPolynomialEquation| (((|Union| (|List| |#3|) "failed") (|List| |#3|) |#3|) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}'s exists.")))
NIL
NIL
(-308 GF |n|)
((|constructor| (NIL "FiniteFieldExtensionByPolynomial(GF,{} \\spad{n}) implements an extension of the finite field {\\em GF} of degree \\spad{n} generated by the extension polynomial constructed by \\spadfunFrom{createIrreduciblePoly}{FiniteFieldPolynomialPackage} from \\spadtype{FiniteFieldPolynomialPackage}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
((OR (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-320)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-118))))
(-309 R |ls|)
((|constructor| (NIL "This is just an interface between several packages and domains. The goal is to compute lexicographical Groebner bases of sets of polynomial with type \\spadtype{Polynomial R} by the {\\em FGLM} algorithm if this is possible (\\spadignore{i.e.} if the input system generates a zero-dimensional ideal).")) (|groebner| (((|List| (|Polynomial| |#1|)) (|List| (|Polynomial| |#1|))) "\\axiom{groebner(\\spad{lq1})} returns the lexicographical Groebner basis of \\axiom{\\spad{lq1}}. If \\axiom{\\spad{lq1}} generates a zero-dimensional ideal then the {\\em FGLM} strategy is used,{} otherwise the {\\em Sugar} strategy is used.")) (|fglmIfCan| (((|Union| (|List| (|Polynomial| |#1|)) "failed") (|List| (|Polynomial| |#1|))) "\\axiom{fglmIfCan(\\spad{lq1})} returns the lexicographical Groebner basis of \\axiom{\\spad{lq1}} by using the {\\em FGLM} strategy,{} if \\axiom{zeroDimensional?(\\spad{lq1})} holds.")) (|zeroDimensional?| (((|Boolean|) (|List| (|Polynomial| |#1|))) "\\axiom{zeroDimensional?(\\spad{lq1})} returns \\spad{true} iff \\axiom{\\spad{lq1}} generates a zero-dimensional ideal \\spad{w}.\\spad{r}.\\spad{t}. the variables of \\axiom{ls}.")))
@@ -1170,7 +1170,7 @@ NIL
NIL
(-310 S)
((|constructor| (NIL "The free group on a set \\spad{S} is the group of finite products of the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are integers. The multiplication is not commutative.")) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|Integer|)))) $) "\\spad{factors(a1\\^e1,...,an\\^en)} returns \\spad{[[a1, e1],...,[an, en]]}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f, a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| (|Integer|) (|Integer|)) $) "\\spad{mapExpon(f, a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x, n)} returns the factor of the n^th monomial of \\spad{x}.")) (|nthExpon| (((|Integer|) $ (|Integer|)) "\\spad{nthExpon(x, n)} returns the exponent of the n^th monomial of \\spad{x}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of monomials in \\spad{x}.")) (** (($ |#1| (|Integer|)) "\\spad{s ** n} returns the product of \\spad{s} by itself \\spad{n} times.")) (* (($ $ |#1|) "\\spad{x * s} returns the product of \\spad{x} by \\spad{s} on the right.") (($ |#1| $) "\\spad{s * x} returns the product of \\spad{x} by \\spad{s} on the left.")))
-((-3993 . T))
+((-3994 . T))
NIL
(-311 S)
((|constructor| (NIL "The category of commutative fields,{} \\spadignore{i.e.} commutative rings where all non-zero elements have multiplicative inverses. The \\spadfun{factor} operation while trivial is useful to have defined. \\blankline")) (|canonicalsClosed| ((|attribute|) "since \\spad{0*0=0},{} \\spad{1*1=1}")) (|canonicalUnitNormal| ((|attribute|) "either 0 or 1.")) (/ (($ $ $) "\\spad{x/y} divides the element \\spad{x} by the element \\spad{y}. Error: if \\spad{y} is 0.")))
@@ -1178,7 +1178,7 @@ NIL
NIL
(-312)
((|constructor| (NIL "The category of commutative fields,{} \\spadignore{i.e.} commutative rings where all non-zero elements have multiplicative inverses. The \\spadfun{factor} operation while trivial is useful to have defined. \\blankline")) (|canonicalsClosed| ((|attribute|) "since \\spad{0*0=0},{} \\spad{1*1=1}")) (|canonicalUnitNormal| ((|attribute|) "either 0 or 1.")) (/ (($ $ $) "\\spad{x/y} divides the element \\spad{x} by the element \\spad{y}. Error: if \\spad{y} is 0.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-313 S)
((|constructor| (NIL "This domain provides a basic model of files to save arbitrary values. The operations provide sequential access to the contents.")) (|readIfCan!| (((|Union| |#1| "failed") $) "\\spad{readIfCan!(f)} returns a value from the file \\spad{f},{} if possible. If \\spad{f} is not open for reading,{} or if \\spad{f} is at the end of file then \\spad{\"failed\"} is the result.")))
@@ -1191,10 +1191,10 @@ NIL
(-315 S R)
((|constructor| (NIL "A FiniteRankNonAssociativeAlgebra is a non associative algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|unitsKnown| ((|attribute|) "unitsKnown means that \\spadfun{recip} truly yields reciprocal or \\spad{\"failed\"} if not a unit,{} similarly for \\spadfun{leftRecip} and \\spadfun{rightRecip}. The reason is that we use left,{} respectively right,{} minimal polynomials to decide this question.")) (|unit| (((|Union| $ "failed")) "\\spad{unit()} returns a unit of the algebra (necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnit| (((|Union| $ "failed")) "\\spad{rightUnit()} returns a right unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|leftUnit| (((|Union| $ "failed")) "\\spad{leftUnit()} returns a left unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{rightUnits()} returns the affine space of all right units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|leftUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{leftUnits()} returns the affine space of all left units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|rightMinimalPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{rightMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of right powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|leftMinimalPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{leftMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of left powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|associatorDependence| (((|List| (|Vector| |#2|))) "\\spad{associatorDependence()} looks for the associator identities,{} \\spadignore{i.e.} finds a basis of the solutions of the linear combinations of the six permutations of \\spad{associator(a,b,c)} which yield 0,{} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. The order of the permutations is \\spad{123 231 312 132 321 213}.")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|lieAlgebra?| (((|Boolean|)) "\\spad{lieAlgebra?()} tests if the algebra is anticommutative and \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jacobi identity). Example: for every associative algebra \\spad{(A,+,@)} we can construct a Lie algebra \\spad{(A,+,*)},{} where \\spad{a*b := a@b-b@a}.")) (|jordanAlgebra?| (((|Boolean|)) "\\spad{jordanAlgebra?()} tests if the algebra is commutative,{} characteristic is not 2,{} and \\spad{(a*b)*a**2 - a*(b*a**2) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jordan identity). Example: for every associative algebra \\spad{(A,+,@)} we can construct a Jordan algebra \\spad{(A,+,*)},{} where \\spad{a*b := (a@b+b@a)/2}.")) (|noncommutativeJordanAlgebra?| (((|Boolean|)) "\\spad{noncommutativeJordanAlgebra?()} tests if the algebra is flexible and Jordan admissible.")) (|jordanAdmissible?| (((|Boolean|)) "\\spad{jordanAdmissible?()} tests if 2 is invertible in the coefficient domain and the multiplication defined by \\spad{(1/2)(a*b+b*a)} determines a Jordan algebra,{} \\spadignore{i.e.} satisfies the Jordan identity. The property of \\spadatt{commutative(\"*\")} follows from by definition.")) (|lieAdmissible?| (((|Boolean|)) "\\spad{lieAdmissible?()} tests if the algebra defined by the commutators is a Lie algebra,{} \\spadignore{i.e.} satisfies the Jacobi identity. The property of anticommutativity follows from definition.")) (|jacobiIdentity?| (((|Boolean|)) "\\spad{jacobiIdentity?()} tests if \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. For example,{} this holds for crossed products of 3-dimensional vectors.")) (|powerAssociative?| (((|Boolean|)) "\\spad{powerAssociative?()} tests if all subalgebras generated by a single element are associative.")) (|alternative?| (((|Boolean|)) "\\spad{alternative?()} tests if \\spad{2*associator(a,a,b) = 0 = 2*associator(a,b,b)} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|flexible?| (((|Boolean|)) "\\spad{flexible?()} tests if \\spad{2*associator(a,b,a) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|rightAlternative?| (((|Boolean|)) "\\spad{rightAlternative?()} tests if \\spad{2*associator(a,b,b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|leftAlternative?| (((|Boolean|)) "\\spad{leftAlternative?()} tests if \\spad{2*associator(a,a,b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|antiAssociative?| (((|Boolean|)) "\\spad{antiAssociative?()} tests if multiplication in algebra is anti-associative,{} \\spadignore{i.e.} \\spad{(a*b)*c + a*(b*c) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra.")) (|associative?| (((|Boolean|)) "\\spad{associative?()} tests if multiplication in algebra is associative.")) (|antiCommutative?| (((|Boolean|)) "\\spad{antiCommutative?()} tests if \\spad{a*a = 0} for all \\spad{a} in the algebra. Note: this implies \\spad{a*b + b*a = 0} for all \\spad{a} and \\spad{b}.")) (|commutative?| (((|Boolean|)) "\\spad{commutative?()} tests if multiplication in the algebra is commutative.")) (|rightCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{rightCharacteristicPolynomial(a)} returns the characteristic polynomial of the right regular representation of \\spad{a} with respect to any basis.")) (|leftCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{leftCharacteristicPolynomial(a)} returns the characteristic polynomial of the left regular representation of \\spad{a} with respect to any basis.")) (|rightTraceMatrix| (((|Matrix| |#2|) (|Vector| $)) "\\spad{rightTraceMatrix([v1,...,vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}.")) (|leftTraceMatrix| (((|Matrix| |#2|) (|Vector| $)) "\\spad{leftTraceMatrix([v1,...,vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}.")) (|rightDiscriminant| ((|#2| (|Vector| $)) "\\spad{rightDiscriminant([v1,...,vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(rightTraceMatrix([v1,...,vn]))}.")) (|leftDiscriminant| ((|#2| (|Vector| $)) "\\spad{leftDiscriminant([v1,...,vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(leftTraceMatrix([v1,...,vn]))}.")) (|represents| (($ (|Vector| |#2|) (|Vector| $)) "\\spad{represents([a1,...,am],[v1,...,vm])} returns the linear combination \\spad{a1*vm + ... + an*vm}.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([a1,...,am],[v1,...,vn])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{ai} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.") (((|Vector| |#2|) $ (|Vector| $)) "\\spad{coordinates(a,[v1,...,vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rightNorm| ((|#2| $) "\\spad{rightNorm(a)} returns the determinant of the right regular representation of \\spad{a}.")) (|leftNorm| ((|#2| $) "\\spad{leftNorm(a)} returns the determinant of the left regular representation of \\spad{a}.")) (|rightTrace| ((|#2| $) "\\spad{rightTrace(a)} returns the trace of the right regular representation of \\spad{a}.")) (|leftTrace| ((|#2| $) "\\spad{leftTrace(a)} returns the trace of the left regular representation of \\spad{a}.")) (|rightRegularRepresentation| (((|Matrix| |#2|) $ (|Vector| $)) "\\spad{rightRegularRepresentation(a,[v1,...,vn])} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,...,vn]}.")) (|leftRegularRepresentation| (((|Matrix| |#2|) $ (|Vector| $)) "\\spad{leftRegularRepresentation(a,[v1,...,vn])} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,...,vn]}.")) (|structuralConstants| (((|Vector| (|Matrix| |#2|)) (|Vector| $)) "\\spad{structuralConstants([v1,v2,...,vm])} calculates the structural constants \\spad{[(gammaijk) for k in 1..m]} defined by \\spad{vi * vj = gammaij1 * v1 + ... + gammaijm * vm},{} where \\spad{[v1,...,vm]} is an \\spad{R}-module basis of a subalgebra.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#2|)) (|Vector| $)) "\\spad{conditionsForIdempotents([v1,...,vn])} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra as \\spad{R}-module.")) (|someBasis| (((|Vector| $)) "\\spad{someBasis()} returns some \\spad{R}-module basis.")))
NIL
-((|HasCategory| |#2| (QUOTE (-495))))
+((|HasCategory| |#2| (QUOTE (-496))))
(-316 R)
((|constructor| (NIL "A FiniteRankNonAssociativeAlgebra is a non associative algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|unitsKnown| ((|attribute|) "unitsKnown means that \\spadfun{recip} truly yields reciprocal or \\spad{\"failed\"} if not a unit,{} similarly for \\spadfun{leftRecip} and \\spadfun{rightRecip}. The reason is that we use left,{} respectively right,{} minimal polynomials to decide this question.")) (|unit| (((|Union| $ "failed")) "\\spad{unit()} returns a unit of the algebra (necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnit| (((|Union| $ "failed")) "\\spad{rightUnit()} returns a right unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|leftUnit| (((|Union| $ "failed")) "\\spad{leftUnit()} returns a left unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{rightUnits()} returns the affine space of all right units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|leftUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{leftUnits()} returns the affine space of all left units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|rightMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{rightMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of right powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|leftMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{leftMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of left powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|associatorDependence| (((|List| (|Vector| |#1|))) "\\spad{associatorDependence()} looks for the associator identities,{} \\spadignore{i.e.} finds a basis of the solutions of the linear combinations of the six permutations of \\spad{associator(a,b,c)} which yield 0,{} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. The order of the permutations is \\spad{123 231 312 132 321 213}.")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|lieAlgebra?| (((|Boolean|)) "\\spad{lieAlgebra?()} tests if the algebra is anticommutative and \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jacobi identity). Example: for every associative algebra \\spad{(A,+,@)} we can construct a Lie algebra \\spad{(A,+,*)},{} where \\spad{a*b := a@b-b@a}.")) (|jordanAlgebra?| (((|Boolean|)) "\\spad{jordanAlgebra?()} tests if the algebra is commutative,{} characteristic is not 2,{} and \\spad{(a*b)*a**2 - a*(b*a**2) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jordan identity). Example: for every associative algebra \\spad{(A,+,@)} we can construct a Jordan algebra \\spad{(A,+,*)},{} where \\spad{a*b := (a@b+b@a)/2}.")) (|noncommutativeJordanAlgebra?| (((|Boolean|)) "\\spad{noncommutativeJordanAlgebra?()} tests if the algebra is flexible and Jordan admissible.")) (|jordanAdmissible?| (((|Boolean|)) "\\spad{jordanAdmissible?()} tests if 2 is invertible in the coefficient domain and the multiplication defined by \\spad{(1/2)(a*b+b*a)} determines a Jordan algebra,{} \\spadignore{i.e.} satisfies the Jordan identity. The property of \\spadatt{commutative(\"*\")} follows from by definition.")) (|lieAdmissible?| (((|Boolean|)) "\\spad{lieAdmissible?()} tests if the algebra defined by the commutators is a Lie algebra,{} \\spadignore{i.e.} satisfies the Jacobi identity. The property of anticommutativity follows from definition.")) (|jacobiIdentity?| (((|Boolean|)) "\\spad{jacobiIdentity?()} tests if \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. For example,{} this holds for crossed products of 3-dimensional vectors.")) (|powerAssociative?| (((|Boolean|)) "\\spad{powerAssociative?()} tests if all subalgebras generated by a single element are associative.")) (|alternative?| (((|Boolean|)) "\\spad{alternative?()} tests if \\spad{2*associator(a,a,b) = 0 = 2*associator(a,b,b)} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|flexible?| (((|Boolean|)) "\\spad{flexible?()} tests if \\spad{2*associator(a,b,a) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|rightAlternative?| (((|Boolean|)) "\\spad{rightAlternative?()} tests if \\spad{2*associator(a,b,b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|leftAlternative?| (((|Boolean|)) "\\spad{leftAlternative?()} tests if \\spad{2*associator(a,a,b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don't know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|antiAssociative?| (((|Boolean|)) "\\spad{antiAssociative?()} tests if multiplication in algebra is anti-associative,{} \\spadignore{i.e.} \\spad{(a*b)*c + a*(b*c) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra.")) (|associative?| (((|Boolean|)) "\\spad{associative?()} tests if multiplication in algebra is associative.")) (|antiCommutative?| (((|Boolean|)) "\\spad{antiCommutative?()} tests if \\spad{a*a = 0} for all \\spad{a} in the algebra. Note: this implies \\spad{a*b + b*a = 0} for all \\spad{a} and \\spad{b}.")) (|commutative?| (((|Boolean|)) "\\spad{commutative?()} tests if multiplication in the algebra is commutative.")) (|rightCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{rightCharacteristicPolynomial(a)} returns the characteristic polynomial of the right regular representation of \\spad{a} with respect to any basis.")) (|leftCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{leftCharacteristicPolynomial(a)} returns the characteristic polynomial of the left regular representation of \\spad{a} with respect to any basis.")) (|rightTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{rightTraceMatrix([v1,...,vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}.")) (|leftTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{leftTraceMatrix([v1,...,vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}.")) (|rightDiscriminant| ((|#1| (|Vector| $)) "\\spad{rightDiscriminant([v1,...,vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(rightTraceMatrix([v1,...,vn]))}.")) (|leftDiscriminant| ((|#1| (|Vector| $)) "\\spad{leftDiscriminant([v1,...,vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(leftTraceMatrix([v1,...,vn]))}.")) (|represents| (($ (|Vector| |#1|) (|Vector| $)) "\\spad{represents([a1,...,am],[v1,...,vm])} returns the linear combination \\spad{a1*vm + ... + an*vm}.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([a1,...,am],[v1,...,vn])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{ai} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.") (((|Vector| |#1|) $ (|Vector| $)) "\\spad{coordinates(a,[v1,...,vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rightNorm| ((|#1| $) "\\spad{rightNorm(a)} returns the determinant of the right regular representation of \\spad{a}.")) (|leftNorm| ((|#1| $) "\\spad{leftNorm(a)} returns the determinant of the left regular representation of \\spad{a}.")) (|rightTrace| ((|#1| $) "\\spad{rightTrace(a)} returns the trace of the right regular representation of \\spad{a}.")) (|leftTrace| ((|#1| $) "\\spad{leftTrace(a)} returns the trace of the left regular representation of \\spad{a}.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{rightRegularRepresentation(a,[v1,...,vn])} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,...,vn]}.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{leftRegularRepresentation(a,[v1,...,vn])} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,...,vn]}.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|)) (|Vector| $)) "\\spad{structuralConstants([v1,v2,...,vm])} calculates the structural constants \\spad{[(gammaijk) for k in 1..m]} defined by \\spad{vi * vj = gammaij1 * v1 + ... + gammaijm * vm},{} where \\spad{[v1,...,vm]} is an \\spad{R}-module basis of a subalgebra.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|)) (|Vector| $)) "\\spad{conditionsForIdempotents([v1,...,vn])} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra as \\spad{R}-module.")) (|someBasis| (((|Vector| $)) "\\spad{someBasis()} returns some \\spad{R}-module basis.")))
-((-3993 |has| |#1| (-495)) (-3991 . T) (-3990 . T))
+((-3994 |has| |#1| (-496)) (-3992 . T) (-3991 . T))
NIL
(-317 A S)
((|constructor| (NIL "A finite aggregate is a homogeneous aggregate with a finite number of elements.")) (|member?| (((|Boolean|) |#2| $) "\\spad{member?(x,u)} tests if \\spad{x} is a member of \\spad{u}. For collections,{} \\axiom{member?(\\spad{x},{}\\spad{u}) = reduce(or,{}[x=y for \\spad{y} in \\spad{u}],{}\\spad{false})}.")) (|reduce| ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2| |#2|) "\\spad{reduce(f,u,x,z)} reduces the binary operation \\spad{f} across \\spad{u},{} stopping when an \"absorbing element\" \\spad{z} is encountered. As for \\spad{reduce(f,u,x)},{} \\spad{x} is the identity operation of \\spad{f}. Same as \\spad{reduce(f,u,x)} when \\spad{u} contains no element \\spad{z}. Thus the third argument \\spad{x} is returned when \\spad{u} is empty.") ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2|) "\\spad{reduce(f,u,x)} reduces the binary operation \\spad{f} across \\spad{u},{} where \\spad{x} is the starting value,{} usually the identity operation of \\spad{f}. Same as \\spad{reduce(f,u)} if \\spad{u} has 2 or more elements. Returns \\spad{f(x,y)} if \\spad{u} has one element \\spad{y},{} \\spad{x} if \\spad{u} is empty. For example,{} \\spad{reduce(+,u,0)} returns the sum of the elements of \\spad{u}.") ((|#2| (|Mapping| |#2| |#2| |#2|) $) "\\spad{reduce(f,u)} reduces the binary operation \\spad{f} across \\spad{u}. For example,{} if \\spad{u} is \\spad{[x,y,...,z]} then \\spad{reduce(f,u)} returns \\spad{f(..f(f(x,y),...),z)}. Note: if \\spad{u} has one element \\spad{x},{} \\spad{reduce(f,u)} returns \\spad{x}. Error: if \\spad{u} is empty.")) (|members| (((|List| |#2|) $) "\\spad{members(u)} returns a list of the consecutive elements of \\spad{u}. For collections,{} \\axiom{members([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = (\\spad{x},{}\\spad{y},{}...,{}\\spad{z})}.")) (|count| (((|NonNegativeInteger|) |#2| $) "\\spad{count(x,u)} returns the number of occurrences of \\spad{x} in \\spad{u}. For collections,{} \\axiom{count(\\spad{x},{}\\spad{u}) = reduce(+,{}[x=y for \\spad{y} in \\spad{u}],{}0)}.") (((|NonNegativeInteger|) (|Mapping| (|Boolean|) |#2|) $) "\\spad{count(p,u)} returns the number of elements \\spad{x} \\indented{1}{in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} holds. For collections,{}} \\axiom{count(\\spad{p},{}\\spad{u}) = reduce(+,{}[1 for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})],{}0)}.")) (|every?| (((|Boolean|) (|Mapping| (|Boolean|) |#2|) $) "\\spad{every?(f,u)} tests if \\spad{p}(\\spad{x}) holds for all elements \\spad{x} of \\spad{u}. Note: for collections,{} \\axiom{every?(\\spad{p},{}\\spad{u}) = reduce(and,{}map(\\spad{f},{}\\spad{u}),{}\\spad{true},{}\\spad{false})}.")) (|any?| (((|Boolean|) (|Mapping| (|Boolean|) |#2|) $) "\\spad{any?(p,u)} tests if \\spad{p(x)} is \\spad{true} for any element \\spad{x} of \\spad{u}. Note: for collections,{} \\axiom{any?(\\spad{p},{}\\spad{u}) = reduce(or,{}map(\\spad{f},{}\\spad{u}),{}\\spad{false},{}\\spad{true})}.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\#u} returns the number of items in \\spad{u}.")))
@@ -1218,12 +1218,12 @@ NIL
((|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-312))))
(-322 R UP)
((|constructor| (NIL "A FiniteRankAlgebra is an algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|minimalPolynomial| ((|#2| $) "\\spad{minimalPolynomial(a)} returns the minimal polynomial of \\spad{a}.")) (|characteristicPolynomial| ((|#2| $) "\\spad{characteristicPolynomial(a)} returns the characteristic polynomial of the regular representation of \\spad{a} with respect to any basis.")) (|traceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{traceMatrix([v1,..,vn])} is the \\spad{n}-by-\\spad{n} matrix ( Tr(\\spad{vi} * vj) )")) (|discriminant| ((|#1| (|Vector| $)) "\\spad{discriminant([v1,..,vn])} returns \\spad{determinant(traceMatrix([v1,..,vn]))}.")) (|represents| (($ (|Vector| |#1|) (|Vector| $)) "\\spad{represents([a1,..,an],[v1,..,vn])} returns \\spad{a1*v1 + ... + an*vn}.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([v1,...,vm], basis)} returns the coordinates of the \\spad{vi}'s with to the basis \\spad{basis}. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $ (|Vector| $)) "\\spad{coordinates(a,basis)} returns the coordinates of \\spad{a} with respect to the \\spad{basis} \\spad{basis}.")) (|norm| ((|#1| $) "\\spad{norm(a)} returns the determinant of the regular representation of \\spad{a} with respect to any basis.")) (|trace| ((|#1| $) "\\spad{trace(a)} returns the trace of the regular representation of \\spad{a} with respect to any basis.")) (|regularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{regularRepresentation(a,basis)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{basis} \\spad{basis}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra.")))
-((-3990 . T) (-3991 . T) (-3993 . T))
+((-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-323 A S)
((|constructor| (NIL "A finite linear aggregate is a linear aggregate of finite length. The finite property of the aggregate adds several exports to the list of exports from \\spadtype{LinearAggregate} such as \\spadfun{reverse},{} \\spadfun{sort},{} and so on.")) (|sort!| (($ $) "\\spad{sort!(u)} returns \\spad{u} with its elements in ascending order.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $) "\\spad{sort!(p,u)} returns \\spad{u} with its elements ordered by \\spad{p}.")) (|reverse!| (($ $) "\\spad{reverse!(u)} returns \\spad{u} with its elements in reverse order.")) (|copyInto!| (($ $ $ (|Integer|)) "\\spad{copyInto!(u,v,i)} returns aggregate \\spad{u} containing a copy of \\spad{v} inserted at element \\spad{i}.")) (|position| (((|Integer|) |#2| $ (|Integer|)) "\\spad{position(x,a,n)} returns the index \\spad{i} of the first occurrence of \\spad{x} in \\axiom{a} where \\axiom{\\spad{i} >= \\spad{n}},{} and \\axiom{minIndex(a) - 1} if no such \\spad{x} is found.") (((|Integer|) |#2| $) "\\spad{position(x,a)} returns the index \\spad{i} of the first occurrence of \\spad{x} in a,{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.") (((|Integer|) (|Mapping| (|Boolean|) |#2|) $) "\\spad{position(p,a)} returns the index \\spad{i} of the first \\spad{x} in \\axiom{a} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.")) (|sorted?| (((|Boolean|) $) "\\spad{sorted?(u)} tests if the elements of \\spad{u} are in ascending order.") (((|Boolean|) (|Mapping| (|Boolean|) |#2| |#2|) $) "\\spad{sorted?(p,a)} tests if \\axiom{a} is sorted according to predicate \\spad{p}.")) (|sort| (($ $) "\\spad{sort(u)} returns an \\spad{u} with elements in ascending order. Note: \\axiom{sort(\\spad{u}) = sort(<=,{}\\spad{u})}.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $) "\\spad{sort(p,a)} returns a copy of \\axiom{a} sorted using total ordering predicate \\spad{p}.")) (|reverse| (($ $) "\\spad{reverse(a)} returns a copy of \\axiom{a} with elements in reverse order.")) (|merge| (($ $ $) "\\spad{merge(u,v)} merges \\spad{u} and \\spad{v} in ascending order. Note: \\axiom{merge(\\spad{u},{}\\spad{v}) = merge(<=,{}\\spad{u},{}\\spad{v})}.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $ $) "\\spad{merge(p,a,b)} returns an aggregate \\spad{c} which merges \\axiom{a} and \\spad{b}. The result is produced by examining each element \\spad{x} of \\axiom{a} and \\spad{y} of \\spad{b} successively. If \\axiom{\\spad{p}(\\spad{x},{}\\spad{y})} is \\spad{true},{} then \\spad{x} is inserted into the result; otherwise \\spad{y} is inserted. If \\spad{x} is chosen,{} the next element of \\axiom{a} is examined,{} and so on. When all the elements of one aggregate are examined,{} the remaining elements of the other are appended. For example,{} \\axiom{merge(<,{}[1,{}3],{}[2,{}7,{}5])} returns \\axiom{[1,{}2,{}3,{}7,{}5]}.")))
NIL
-((|HasCategory| |#1| (|%list| (QUOTE -1035) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-72))))
+((|HasCategory| |#1| (|%list| (QUOTE -1036) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-72))))
(-324 S)
((|constructor| (NIL "A finite linear aggregate is a linear aggregate of finite length. The finite property of the aggregate adds several exports to the list of exports from \\spadtype{LinearAggregate} such as \\spadfun{reverse},{} \\spadfun{sort},{} and so on.")) (|sort!| (($ $) "\\spad{sort!(u)} returns \\spad{u} with its elements in ascending order.") (($ (|Mapping| (|Boolean|) |#1| |#1|) $) "\\spad{sort!(p,u)} returns \\spad{u} with its elements ordered by \\spad{p}.")) (|reverse!| (($ $) "\\spad{reverse!(u)} returns \\spad{u} with its elements in reverse order.")) (|copyInto!| (($ $ $ (|Integer|)) "\\spad{copyInto!(u,v,i)} returns aggregate \\spad{u} containing a copy of \\spad{v} inserted at element \\spad{i}.")) (|position| (((|Integer|) |#1| $ (|Integer|)) "\\spad{position(x,a,n)} returns the index \\spad{i} of the first occurrence of \\spad{x} in \\axiom{a} where \\axiom{\\spad{i} >= \\spad{n}},{} and \\axiom{minIndex(a) - 1} if no such \\spad{x} is found.") (((|Integer|) |#1| $) "\\spad{position(x,a)} returns the index \\spad{i} of the first occurrence of \\spad{x} in a,{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.") (((|Integer|) (|Mapping| (|Boolean|) |#1|) $) "\\spad{position(p,a)} returns the index \\spad{i} of the first \\spad{x} in \\axiom{a} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.")) (|sorted?| (((|Boolean|) $) "\\spad{sorted?(u)} tests if the elements of \\spad{u} are in ascending order.") (((|Boolean|) (|Mapping| (|Boolean|) |#1| |#1|) $) "\\spad{sorted?(p,a)} tests if \\axiom{a} is sorted according to predicate \\spad{p}.")) (|sort| (($ $) "\\spad{sort(u)} returns an \\spad{u} with elements in ascending order. Note: \\axiom{sort(\\spad{u}) = sort(<=,{}\\spad{u})}.") (($ (|Mapping| (|Boolean|) |#1| |#1|) $) "\\spad{sort(p,a)} returns a copy of \\axiom{a} sorted using total ordering predicate \\spad{p}.")) (|reverse| (($ $) "\\spad{reverse(a)} returns a copy of \\axiom{a} with elements in reverse order.")) (|merge| (($ $ $) "\\spad{merge(u,v)} merges \\spad{u} and \\spad{v} in ascending order. Note: \\axiom{merge(\\spad{u},{}\\spad{v}) = merge(<=,{}\\spad{u},{}\\spad{v})}.") (($ (|Mapping| (|Boolean|) |#1| |#1|) $ $) "\\spad{merge(p,a,b)} returns an aggregate \\spad{c} which merges \\axiom{a} and \\spad{b}. The result is produced by examining each element \\spad{x} of \\axiom{a} and \\spad{y} of \\spad{b} successively. If \\axiom{\\spad{p}(\\spad{x},{}\\spad{y})} is \\spad{true},{} then \\spad{x} is inserted into the result; otherwise \\spad{y} is inserted. If \\spad{x} is chosen,{} the next element of \\axiom{a} is examined,{} and so on. When all the elements of one aggregate are examined,{} the remaining elements of the other are appended. For example,{} \\axiom{merge(<,{}[1,{}3],{}[2,{}7,{}5])} returns \\axiom{[1,{}2,{}3,{}7,{}5]}.")))
NIL
@@ -1234,7 +1234,7 @@ NIL
NIL
(-326 |VarSet| R)
((|constructor| (NIL "The category of free Lie algebras. It is used by domains of non-commutative algebra: \\spadtype{LiePolynomial} and \\spadtype{XPBWPolynomial}. \\newline Author: Michel Petitot (petitot@lifl.fr)")) (|eval| (($ $ (|List| |#1|) (|List| $)) "\\axiom{eval(\\spad{p},{} [\\spad{x1},{}...,{}xn],{} [\\spad{v1},{}...,{}vn])} replaces \\axiom{\\spad{xi}} by \\axiom{\\spad{vi}} in \\axiom{\\spad{p}}.") (($ $ |#1| $) "\\axiom{eval(\\spad{p},{} \\spad{x},{} \\spad{v})} replaces \\axiom{\\spad{x}} by \\axiom{\\spad{v}} in \\axiom{\\spad{p}}.")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{x})} returns the list of distinct entries of \\axiom{\\spad{x}}.")) (|trunc| (($ $ (|NonNegativeInteger|)) "\\axiom{trunc(\\spad{p},{}\\spad{n})} returns the polynomial \\axiom{\\spad{p}} truncated at order \\axiom{\\spad{n}}.")) (|mirror| (($ $) "\\axiom{mirror(\\spad{x})} returns \\axiom{Sum(r_i mirror(w_i))} if \\axiom{\\spad{x}} is \\axiom{Sum(r_i w_i)}.")) (|LiePoly| (($ (|LyndonWord| |#1|)) "\\axiom{LiePoly(\\spad{l})} returns the bracketed form of \\axiom{\\spad{l}} as a Lie polynomial.")) (|rquo| (((|XRecursivePolynomial| |#1| |#2|) (|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{rquo(\\spad{x},{}\\spad{y})} returns the right simplification of \\axiom{\\spad{x}} by \\axiom{\\spad{y}}.")) (|lquo| (((|XRecursivePolynomial| |#1| |#2|) (|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{lquo(\\spad{x},{}\\spad{y})} returns the left simplification of \\axiom{\\spad{x}} by \\axiom{\\spad{y}}.")) (|degree| (((|NonNegativeInteger|) $) "\\axiom{degree(\\spad{x})} returns the greatest length of a word in the support of \\axiom{\\spad{x}}.")) (|coerce| (((|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{x})} returns \\axiom{\\spad{x}} as a recursive polynomial.") (((|XDistributedPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{x})} returns \\axiom{\\spad{x}} as distributed polynomial.") (($ |#1|) "\\axiom{coerce(\\spad{x})} returns \\axiom{\\spad{x}} as a Lie polynomial.")) (|coef| ((|#2| (|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{coef(\\spad{x},{}\\spad{y})} returns the scalar product of \\axiom{\\spad{x}} by \\axiom{\\spad{y}},{} the set of words being regarded as an orthogonal basis.")))
-((|JacobiIdentity| . T) (|NullSquare| . T) (-3991 . T) (-3990 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-3992 . T) (-3991 . T))
NIL
(-327 S V)
((|constructor| (NIL "This package exports 3 sorting algorithms which work over FiniteLinearAggregates.")) (|shellSort| ((|#2| (|Mapping| (|Boolean|) |#1| |#1|) |#2|) "\\spad{shellSort(f, agg)} sorts the aggregate agg with the ordering function \\spad{f} using the shellSort algorithm.")) (|heapSort| ((|#2| (|Mapping| (|Boolean|) |#1| |#1|) |#2|) "\\spad{heapSort(f, agg)} sorts the aggregate agg with the ordering function \\spad{f} using the heapsort algorithm.")) (|quickSort| ((|#2| (|Mapping| (|Boolean|) |#1| |#1|) |#2|) "\\spad{quickSort(f, agg)} sorts the aggregate agg with the ordering function \\spad{f} using the quicksort algorithm.")))
@@ -1243,14 +1243,14 @@ NIL
(-328 S R)
((|constructor| (NIL "\\spad{S} is \\spadtype{FullyLinearlyExplicitRingOver R} means that \\spad{S} is a \\spadtype{LinearlyExplicitRingOver R} and,{} in addition,{} if \\spad{R} is a \\spadtype{LinearlyExplicitRingOver Integer},{} then so is \\spad{S}")))
NIL
-((|HasCategory| |#2| (QUOTE (-580 (-484)))))
+((|HasCategory| |#2| (QUOTE (-581 (-485)))))
(-329 R)
((|constructor| (NIL "\\spad{S} is \\spadtype{FullyLinearlyExplicitRingOver R} means that \\spad{S} is a \\spadtype{LinearlyExplicitRingOver R} and,{} in addition,{} if \\spad{R} is a \\spadtype{LinearlyExplicitRingOver Integer},{} then so is \\spad{S}")))
NIL
NIL
(-330)
((|outputSpacing| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputSpacing(n)} inserts a space after \\spad{n} (default 10) digits on output; outputSpacing(0) means no spaces are inserted.")) (|outputGeneral| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputGeneral(n)} sets the output mode to general notation with \\spad{n} significant digits displayed.") (((|Void|)) "\\spad{outputGeneral()} sets the output mode (default mode) to general notation; numbers will be displayed in either fixed or floating (scientific) notation depending on the magnitude.")) (|outputFixed| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputFixed(n)} sets the output mode to fixed point notation,{} with \\spad{n} digits displayed after the decimal point.") (((|Void|)) "\\spad{outputFixed()} sets the output mode to fixed point notation; the output will contain a decimal point.")) (|outputFloating| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputFloating(n)} sets the output mode to floating (scientific) notation with \\spad{n} significant digits displayed after the decimal point.") (((|Void|)) "\\spad{outputFloating()} sets the output mode to floating (scientific) notation,{} \\spadignore{i.e.} \\spad{mantissa * 10 exponent} is displayed as \\spad{0.mantissa E exponent}.")) (|atan| (($ $ $) "\\spad{atan(x,y)} computes the arc tangent from \\spad{x} with phase \\spad{y}.")) (|exp1| (($) "\\spad{exp1()} returns exp 1: \\spad{2.7182818284...}.")) (|log10| (($ $) "\\spad{log10(x)} computes the logarithm for \\spad{x} to base 10.") (($) "\\spad{log10()} returns \\spad{ln 10}: \\spad{2.3025809299...}.")) (|log2| (($ $) "\\spad{log2(x)} computes the logarithm for \\spad{x} to base 2.") (($) "\\spad{log2()} returns \\spad{ln 2},{} \\spadignore{i.e.} \\spad{0.6931471805...}.")) (|rationalApproximation| (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{rationalApproximation(f, n, b)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< b**(-n)},{} that is \\spad{|(r-f)/f| < b**(-n)}.") (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|)) "\\spad{rationalApproximation(f, n)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< 10**(-n)}.")) (|shift| (($ $ (|Integer|)) "\\spad{shift(x,n)} adds \\spad{n} to the exponent of float \\spad{x}.")) (|relerror| (((|Integer|) $ $) "\\spad{relerror(x,y)} computes the absolute value of \\spad{x - y} divided by \\spad{y},{} when \\spad{y \\~= 0}.")) (|normalize| (($ $) "\\spad{normalize(x)} normalizes \\spad{x} at current precision.")) (** (($ $ $) "\\spad{x ** y} computes \\spad{exp(y log x)} where \\spad{x >= 0}.")) (/ (($ $ (|Integer|)) "\\spad{x / i} computes the division from \\spad{x} by an integer \\spad{i}.")))
-((-3979 . T) (-3987 . T) (-3771 . T) (-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3980 . T) (-3988 . T) (-3772 . T) (-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-331 |Par|)
((|constructor| (NIL "\\indented{3}{This is a package for the approximation of complex solutions for} systems of equations of rational functions with complex rational coefficients. The results are expressed as either complex rational numbers or complex floats depending on the type of the precision parameter which can be either a rational number or a floating point number.")) (|complexRoots| (((|List| (|List| (|Complex| |#1|))) (|List| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) (|List| (|Symbol|)) |#1|) "\\spad{complexRoots(lrf, lv, eps)} finds all the complex solutions of a list of rational functions with rational number coefficients with respect the the variables appearing in \\spad{lv}. Each solution is computed to precision eps and returned as list corresponding to the order of variables in \\spad{lv}.") (((|List| (|Complex| |#1|)) (|Fraction| (|Polynomial| (|Complex| (|Integer|)))) |#1|) "\\spad{complexRoots(rf, eps)} finds all the complex solutions of a univariate rational function with rational number coefficients. The solutions are computed to precision eps.")) (|complexSolve| (((|List| (|Equation| (|Polynomial| (|Complex| |#1|)))) (|Equation| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) |#1|) "\\spad{complexSolve(eq,eps)} finds all the complex solutions of the equation \\spad{eq} of rational functions with rational rational coefficients with respect to all the variables appearing in \\spad{eq},{} with precision \\spad{eps}.") (((|List| (|Equation| (|Polynomial| (|Complex| |#1|)))) (|Fraction| (|Polynomial| (|Complex| (|Integer|)))) |#1|) "\\spad{complexSolve(p,eps)} find all the complex solutions of the rational function \\spad{p} with complex rational coefficients with respect to all the variables appearing in \\spad{p},{} with precision \\spad{eps}.") (((|List| (|List| (|Equation| (|Polynomial| (|Complex| |#1|))))) (|List| (|Equation| (|Fraction| (|Polynomial| (|Complex| (|Integer|)))))) |#1|) "\\spad{complexSolve(leq,eps)} finds all the complex solutions to precision \\spad{eps} of the system \\spad{leq} of equations of rational functions over complex rationals with respect to all the variables appearing in lp.") (((|List| (|List| (|Equation| (|Polynomial| (|Complex| |#1|))))) (|List| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) |#1|) "\\spad{complexSolve(lp,eps)} finds all the complex solutions to precision \\spad{eps} of the system \\spad{lp} of rational functions over the complex rationals with respect to all the variables appearing in \\spad{lp}.")))
@@ -1262,15 +1262,15 @@ NIL
NIL
(-333 R S)
((|constructor| (NIL "A \\spad{bi}-module is a free module over a ring with generators indexed by an ordered set. Each element can be expressed as a finite linear combination of generators. Only non-zero terms are stored.")))
-((-3991 . T) (-3990 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-1013)))))
+((-3992 . T) (-3991 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-1014)))))
(-334 R S)
((|constructor| (NIL "This domain implements linear combinations of elements from the domain \\spad{S} with coefficients in the domain \\spad{R} where \\spad{S} is an ordered set and \\spad{R} is a ring (which may be non-commutative). This domain is used by domains of non-commutative algebra such as: \\indented{4}{\\spadtype{XDistributedPolynomial},{}} \\indented{4}{\\spadtype{XRecursivePolynomial}.} Author: Michel Petitot (petitot@lifl.fr)")) (* (($ |#2| |#1|) "\\spad{s*r} returns the product \\spad{r*s} used by \\spadtype{XRecursivePolynomial}")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
((|HasCategory| |#1| (QUOTE (-146))))
(-335 R |Basis|)
((|constructor| (NIL "A domain of this category implements formal linear combinations of elements from a domain \\spad{Basis} with coefficients in a domain \\spad{R}. The domain \\spad{Basis} needs only to belong to the category \\spadtype{SetCategory} and \\spad{R} to the category \\spadtype{Ring}. Thus the coefficient ring may be non-commutative. See the \\spadtype{XDistributedPolynomial} constructor for examples of domains built with the \\spadtype{FreeModuleCat} category constructor. Author: Michel Petitot (petitot@lifl.fr)")) (|reductum| (($ $) "\\spad{reductum(x)} returns \\spad{x} minus its leading term.")) (|leadingTerm| (((|Record| (|:| |k| |#2|) (|:| |c| |#1|)) $) "\\spad{leadingTerm(x)} returns the first term which appears in \\spad{ListOfTerms(x)}.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(x)} returns the first coefficient which appears in \\spad{ListOfTerms(x)}.")) (|leadingMonomial| ((|#2| $) "\\spad{leadingMonomial(x)} returns the first element from \\spad{Basis} which appears in \\spad{ListOfTerms(x)}.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(x)} returns the number of monomials of \\spad{x}.")) (|monomials| (((|List| $) $) "\\spad{monomials(x)} returns the list of \\spad{r_i*b_i} whose sum is \\spad{x}.")) (|coefficients| (((|List| |#1|) $) "\\spad{coefficients(x)} returns the list of coefficients of \\spad{x}.")) (|ListOfTerms| (((|List| (|Record| (|:| |k| |#2|) (|:| |c| |#1|))) $) "\\spad{ListOfTerms(x)} returns a list \\spad{lt} of terms with type \\spad{Record(k: Basis, c: R)} such that \\spad{x} equals \\spad{reduce(+, map(x +-> monom(x.k, x.c), lt))}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(x)} returns \\spad{true} if \\spad{x} contains a single monomial.")) (|monom| (($ |#2| |#1|) "\\spad{monom(b,r)} returns the element with the single monomial \\indented{1}{\\spad{b} and coefficient \\spad{r}.}")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,u)} maps function \\spad{fn} onto the coefficients \\indented{1}{of the non-zero monomials of \\spad{u}.}")) (|coefficient| ((|#1| $ |#2|) "\\spad{coefficient(x,b)} returns the coefficient of \\spad{b} in \\spad{x}.")) (* (($ |#1| |#2|) "\\spad{r*b} returns the product of \\spad{r} by \\spad{b}.")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
(-336 S)
((|constructor| (NIL "A free monoid on a set \\spad{S} is the monoid of finite products of the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are nonnegative integers. The multiplication is not commutative.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f, a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| (|NonNegativeInteger|) (|NonNegativeInteger|)) $) "\\spad{mapExpon(f, a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x, n)} returns the factor of the n^th monomial of \\spad{x}.")) (|nthExpon| (((|NonNegativeInteger|) $ (|Integer|)) "\\spad{nthExpon(x, n)} returns the exponent of the n^th monomial of \\spad{x}.")) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|NonNegativeInteger|)))) $) "\\spad{factors(a1\\^e1,...,an\\^en)} returns \\spad{[[a1, e1],...,[an, en]]}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of monomials in \\spad{x}.")) (|overlap| (((|Record| (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) "\\spad{overlap(x, y)} returns \\spad{[l, m, r]} such that \\spad{x = l * m},{} \\spad{y = m * r} and \\spad{l} and \\spad{r} have no overlap,{} \\spadignore{i.e.} \\spad{overlap(l, r) = [l, 1, r]}.")) (|divide| (((|Union| (|Record| (|:| |lm| $) (|:| |rm| $)) "failed") $ $) "\\spad{divide(x, y)} returns the left and right exact quotients of \\spad{x} by \\spad{y},{} \\spadignore{i.e.} \\spad{[l, r]} such that \\spad{x = l * y * r},{} \"failed\" if \\spad{x} is not of the form \\spad{l * y * r}.")) (|rquo| (((|Union| $ "failed") $ $) "\\spad{rquo(x, y)} returns the exact right quotient of \\spad{x} by \\spad{y} \\spadignore{i.e.} \\spad{q} such that \\spad{x = q * y},{} \"failed\" if \\spad{x} is not of the form \\spad{q * y}.")) (|lquo| (((|Union| $ "failed") $ $) "\\spad{lquo(x, y)} returns the exact left quotient of \\spad{x} by \\spad{y} \\spadignore{i.e.} \\spad{q} such that \\spad{x = y * q},{} \"failed\" if \\spad{x} is not of the form \\spad{y * q}.")) (|hcrf| (($ $ $) "\\spad{hcrf(x, y)} returns the highest common right factor of \\spad{x} and \\spad{y},{} \\spadignore{i.e.} the largest \\spad{d} such that \\spad{x = a d} and \\spad{y = b d}.")) (|hclf| (($ $ $) "\\spad{hclf(x, y)} returns the highest common left factor of \\spad{x} and \\spad{y},{} \\spadignore{i.e.} the largest \\spad{d} such that \\spad{x = d a} and \\spad{y = d b}.")) (** (($ |#1| (|NonNegativeInteger|)) "\\spad{s ** n} returns the product of \\spad{s} by itself \\spad{n} times.")) (* (($ $ |#1|) "\\spad{x * s} returns the product of \\spad{x} by \\spad{s} on the right.") (($ |#1| $) "\\spad{s * x} returns the product of \\spad{x} by \\spad{s} on the left.")))
@@ -1279,7 +1279,7 @@ NIL
(-337 S)
((|constructor| (NIL "The free monoid on a set \\spad{S} is the monoid of finite products of the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are nonnegative integers. The multiplication is not commutative.")))
NIL
-((|HasCategory| |#1| (QUOTE (-756))))
+((|HasCategory| |#1| (QUOTE (-757))))
(-338)
((|constructor| (NIL "This domain provides an interface to names in the file system.")))
NIL
@@ -1290,13 +1290,13 @@ NIL
NIL
(-340 |n| |class| R)
((|constructor| (NIL "Generate the Free Lie Algebra over a ring \\spad{R} with identity; A \\spad{P}. Hall basis is generated by a package call to HallBasis.")) (|generator| (($ (|NonNegativeInteger|)) "\\spad{generator(i)} is the \\spad{i}th Hall Basis element")) (|shallowExpand| (((|OutputForm|) $) "\\spad{shallowExpand(x)} \\undocumented{}")) (|deepExpand| (((|OutputForm|) $) "\\spad{deepExpand(x)} \\undocumented{}")) (|dimension| (((|NonNegativeInteger|)) "\\spad{dimension()} is the rank of this Lie algebra")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
-(-341 -3093 UP UPUP R)
+(-341 -3094 UP UPUP R)
((|constructor| (NIL "\\indented{1}{Finds the order of a divisor over a finite field} Author: Manuel Bronstein Date Created: 1988 Date Last Updated: 11 Jul 1990")) (|order| (((|NonNegativeInteger|) (|FiniteDivisor| |#1| |#2| |#3| |#4|)) "\\spad{order(x)} \\undocumented")))
NIL
NIL
-(-342 -3093 UP)
+(-342 -3094 UP)
((|constructor| (NIL "\\indented{1}{Full partial fraction expansion of rational functions} Author: Manuel Bronstein Date Created: 9 December 1992 Date Last Updated: June 18,{} 2010 References: \\spad{M}.Bronstein & \\spad{B}.Salvy,{} \\indented{12}{Full Partial Fraction Decomposition of Rational Functions,{}} \\indented{12}{in Proceedings of \\spad{ISSAC'93},{} Kiev,{} ACM Press.}")) (|construct| (($ (|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|)))) "\\spad{construct(l)} is the inverse of fracPart.")) (|fracPart| (((|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|))) $) "\\spad{fracPart(f)} returns the list of summands of the fractional part of \\spad{f}.")) (|polyPart| ((|#2| $) "\\spad{polyPart(f)} returns the polynomial part of \\spad{f}.")) (|fullPartialFraction| (($ (|Fraction| |#2|)) "\\spad{fullPartialFraction(f)} returns \\spad{[p, [[j, Dj, Hj]...]]} such that \\spad{f = p(x) + \\sum_{[j,Dj,Hj] in l} \\sum_{Dj(a)=0} Hj(a)/(x - a)\\^j}.")) (+ (($ |#2| $) "\\spad{p + x} returns the sum of \\spad{p} and \\spad{x}")))
NIL
NIL
@@ -1310,28 +1310,28 @@ NIL
NIL
(-345)
((|constructor| (NIL "FieldOfPrimeCharacteristic is the category of fields of prime characteristic,{} \\spadignore{e.g.} finite fields,{} algebraic closures of fields of prime characteristic,{} transcendental extensions of of fields of prime characteristic.")) (|primeFrobenius| (($ $ (|NonNegativeInteger|)) "\\spad{primeFrobenius(a,s)} returns \\spad{a**(p**s)} where \\spad{p} is the characteristic.") (($ $) "\\spad{primeFrobenius(a)} returns \\spad{a ** p} where \\spad{p} is the characteristic.")) (|discreteLog| (((|Union| (|NonNegativeInteger|) "failed") $ $) "\\spad{discreteLog(b,a)} computes \\spad{s} with \\spad{b**s = a} if such an \\spad{s} exists.")) (|order| (((|OnePointCompletion| (|PositiveInteger|)) $) "\\spad{order(a)} computes the order of an element in the multiplicative group of the field. Error: if \\spad{a} is 0.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-346 S)
((|constructor| (NIL "This category is intended as a model for floating point systems. A floating point system is a model for the real numbers. In fact,{} it is an approximation in the sense that not all real numbers are exactly representable by floating point numbers. A floating point system is characterized by the following: \\blankline \\indented{2}{1: \\spadfunFrom{base}{FloatingPointSystem} of the \\spadfunFrom{exponent}{FloatingPointSystem}.} \\indented{9}{(actual implemenations are usually binary or decimal)} \\indented{2}{2: \\spadfunFrom{precision}{FloatingPointSystem} of the \\spadfunFrom{mantissa}{FloatingPointSystem} (arbitrary or fixed)} \\indented{2}{3: rounding error for operations} \\blankline Because a Float is an approximation to the real numbers,{} even though it is defined to be a join of a Field and OrderedRing,{} some of the attributes do not hold. In particular associative(\"+\") does not hold. Algorithms defined over a field need special considerations when the field is a floating point system.")) (|max| (($) "\\spad{max()} returns the maximum floating point number.")) (|min| (($) "\\spad{min()} returns the minimum floating point number.")) (|decreasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{decreasePrecision(n)} decreases the current \\spadfunFrom{precision}{FloatingPointSystem} precision by \\spad{n} decimal digits.")) (|increasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{increasePrecision(n)} increases the current \\spadfunFrom{precision}{FloatingPointSystem} by \\spad{n} decimal digits.")) (|precision| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{precision(n)} set the precision in the base to \\spad{n} decimal digits.") (((|PositiveInteger|)) "\\spad{precision()} returns the precision in digits base.")) (|digits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{digits(d)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{d} digits.") (((|PositiveInteger|)) "\\spad{digits()} returns ceiling's precision in decimal digits.")) (|bits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{bits(n)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{n} bits.") (((|PositiveInteger|)) "\\spad{bits()} returns ceiling's precision in bits.")) (|mantissa| (((|Integer|) $) "\\spad{mantissa(x)} returns the mantissa part of \\spad{x}.")) (|exponent| (((|Integer|) $) "\\spad{exponent(x)} returns the \\spadfunFrom{exponent}{FloatingPointSystem} part of \\spad{x}.")) (|base| (((|PositiveInteger|)) "\\spad{base()} returns the base of the \\spadfunFrom{exponent}{FloatingPointSystem}.")) (|order| (((|Integer|) $) "\\spad{order x} is the order of magnitude of \\spad{x}. Note: \\spad{base ** order x <= |x| < base ** (1 + order x)}.")) (|float| (($ (|Integer|) (|Integer|) (|PositiveInteger|)) "\\spad{float(a,e,b)} returns \\spad{a * b ** e}.") (($ (|Integer|) (|Integer|)) "\\spad{float(a,e)} returns \\spad{a * base() ** e}.")) (|approximate| ((|attribute|) "\\spad{approximate} means \"is an approximation to the real numbers\".")))
NIL
-((|HasAttribute| |#1| (QUOTE -3979)) (|HasAttribute| |#1| (QUOTE -3987)))
+((|HasAttribute| |#1| (QUOTE -3980)) (|HasAttribute| |#1| (QUOTE -3988)))
(-347)
((|constructor| (NIL "This category is intended as a model for floating point systems. A floating point system is a model for the real numbers. In fact,{} it is an approximation in the sense that not all real numbers are exactly representable by floating point numbers. A floating point system is characterized by the following: \\blankline \\indented{2}{1: \\spadfunFrom{base}{FloatingPointSystem} of the \\spadfunFrom{exponent}{FloatingPointSystem}.} \\indented{9}{(actual implemenations are usually binary or decimal)} \\indented{2}{2: \\spadfunFrom{precision}{FloatingPointSystem} of the \\spadfunFrom{mantissa}{FloatingPointSystem} (arbitrary or fixed)} \\indented{2}{3: rounding error for operations} \\blankline Because a Float is an approximation to the real numbers,{} even though it is defined to be a join of a Field and OrderedRing,{} some of the attributes do not hold. In particular associative(\"+\") does not hold. Algorithms defined over a field need special considerations when the field is a floating point system.")) (|max| (($) "\\spad{max()} returns the maximum floating point number.")) (|min| (($) "\\spad{min()} returns the minimum floating point number.")) (|decreasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{decreasePrecision(n)} decreases the current \\spadfunFrom{precision}{FloatingPointSystem} precision by \\spad{n} decimal digits.")) (|increasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{increasePrecision(n)} increases the current \\spadfunFrom{precision}{FloatingPointSystem} by \\spad{n} decimal digits.")) (|precision| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{precision(n)} set the precision in the base to \\spad{n} decimal digits.") (((|PositiveInteger|)) "\\spad{precision()} returns the precision in digits base.")) (|digits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{digits(d)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{d} digits.") (((|PositiveInteger|)) "\\spad{digits()} returns ceiling's precision in decimal digits.")) (|bits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{bits(n)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{n} bits.") (((|PositiveInteger|)) "\\spad{bits()} returns ceiling's precision in bits.")) (|mantissa| (((|Integer|) $) "\\spad{mantissa(x)} returns the mantissa part of \\spad{x}.")) (|exponent| (((|Integer|) $) "\\spad{exponent(x)} returns the \\spadfunFrom{exponent}{FloatingPointSystem} part of \\spad{x}.")) (|base| (((|PositiveInteger|)) "\\spad{base()} returns the base of the \\spadfunFrom{exponent}{FloatingPointSystem}.")) (|order| (((|Integer|) $) "\\spad{order x} is the order of magnitude of \\spad{x}. Note: \\spad{base ** order x <= |x| < base ** (1 + order x)}.")) (|float| (($ (|Integer|) (|Integer|) (|PositiveInteger|)) "\\spad{float(a,e,b)} returns \\spad{a * b ** e}.") (($ (|Integer|) (|Integer|)) "\\spad{float(a,e)} returns \\spad{a * base() ** e}.")) (|approximate| ((|attribute|) "\\spad{approximate} means \"is an approximation to the real numbers\".")))
-((-3771 . T) (-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3772 . T) (-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-348 R)
((|constructor| (NIL "\\spadtype{Factored} creates a domain whose objects are kept in factored form as long as possible. Thus certain operations like multiplication and gcd are relatively easy to do. Others,{} like addition require somewhat more work,{} and unless the argument domain provides a factor function,{} the result may not be completely factored. Each object consists of a unit and a list of factors,{} where a factor has a member of \\spad{R} (the \"base\"),{} and exponent and a flag indicating what is known about the base. A flag may be one of \"nil\",{} \"sqfr\",{} \"irred\" or \"prime\",{} which respectively mean that nothing is known about the base,{} it is square-free,{} it is irreducible,{} or it is prime. The current restriction to integral domains allows simplification to be performed without worrying about multiplication order.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(u)} returns a rational number if \\spad{u} really is one,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(u)} assumes spadvar{\\spad{u}} is actually a rational number and does the conversion to rational number (see \\spadtype{Fraction Integer}).")) (|rational?| (((|Boolean|) $) "\\spad{rational?(u)} tests if \\spadvar{\\spad{u}} is actually a rational number (see \\spadtype{Fraction Integer}).")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,u)} maps the function \\userfun{\\spad{fn}} across the factors of \\spadvar{\\spad{u}} and creates a new factored object. Note: this clears the information flags (sets them to \"nil\") because the effect of \\userfun{\\spad{fn}} is clearly not known in general.")) (|unitNormalize| (($ $) "\\spad{unitNormalize(u)} normalizes the unit part of the factorization. For example,{} when working with factored integers,{} this operation will ensure that the bases are all positive integers.")) (|unit| ((|#1| $) "\\spad{unit(u)} extracts the unit part of the factorization.")) (|flagFactor| (($ |#1| (|Integer|) (|Union| #1="nil" #2="sqfr" #3="irred" #4="prime")) "\\spad{flagFactor(base,exponent,flag)} creates a factored object with a single factor whose \\spad{base} is asserted to be properly described by the information \\spad{flag}.")) (|sqfrFactor| (($ |#1| (|Integer|)) "\\spad{sqfrFactor(base,exponent)} creates a factored object with a single factor whose \\spad{base} is asserted to be square-free (flag = \"sqfr\").")) (|primeFactor| (($ |#1| (|Integer|)) "\\spad{primeFactor(base,exponent)} creates a factored object with a single factor whose \\spad{base} is asserted to be prime (flag = \"prime\").")) (|numberOfFactors| (((|NonNegativeInteger|) $) "\\spad{numberOfFactors(u)} returns the number of factors in \\spadvar{\\spad{u}}.")) (|nthFlag| (((|Union| #1# #2# #3# #4#) $ (|Integer|)) "\\spad{nthFlag(u,n)} returns the information flag of the \\spad{n}th factor of \\spadvar{\\spad{u}}. If \\spadvar{\\spad{n}} is not a valid index for a factor (for example,{} less than 1 or too big),{} \"nil\" is returned.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(u,n)} returns the base of the \\spad{n}th factor of \\spadvar{\\spad{u}}. If \\spadvar{\\spad{n}} is not a valid index for a factor (for example,{} less than 1 or too big),{} 1 is returned. If \\spadvar{\\spad{u}} consists only of a unit,{} the unit is returned.")) (|nthExponent| (((|Integer|) $ (|Integer|)) "\\spad{nthExponent(u,n)} returns the exponent of the \\spad{n}th factor of \\spadvar{\\spad{u}}. If \\spadvar{\\spad{n}} is not a valid index for a factor (for example,{} less than 1 or too big),{} 0 is returned.")) (|irreducibleFactor| (($ |#1| (|Integer|)) "\\spad{irreducibleFactor(base,exponent)} creates a factored object with a single factor whose \\spad{base} is asserted to be irreducible (flag = \"irred\").")) (|factors| (((|List| (|Record| (|:| |factor| |#1|) (|:| |exponent| (|Integer|)))) $) "\\spad{factors(u)} returns a list of the factors in a form suitable for iteration. That is,{} it returns a list where each element is a record containing a base and exponent. The original object is the product of all the factors and the unit (which can be extracted by \\axiom{unit(\\spad{u})}).")) (|nilFactor| (($ |#1| (|Integer|)) "\\spad{nilFactor(base,exponent)} creates a factored object with a single factor with no information about the kind of \\spad{base} (flag = \"nil\").")) (|factorList| (((|List| (|Record| (|:| |flg| (|Union| #1# #2# #3# #4#)) (|:| |fctr| |#1|) (|:| |xpnt| (|Integer|)))) $) "\\spad{factorList(u)} returns the list of factors with flags (for use by factoring code).")) (|makeFR| (($ |#1| (|List| (|Record| (|:| |flg| (|Union| #1# #2# #3# #4#)) (|:| |fctr| |#1|) (|:| |xpnt| (|Integer|))))) "\\spad{makeFR(unit,listOfFactors)} creates a factored object (for use by factoring code).")) (|exponent| (((|Integer|) $) "\\spad{exponent(u)} returns the exponent of the first factor of \\spadvar{\\spad{u}},{} or 0 if the factored form consists solely of a unit.")) (|expand| ((|#1| $) "\\spad{expand(f)} multiplies the unit and factors together,{} yielding an \"unfactored\" object. Note: this is purposely not called \\spadfun{coerce} which would cause the interpreter to do this automatically.")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-455 (-1090) $))) (|HasCategory| |#1| (QUOTE (-260 $))) (|HasCategory| |#1| (QUOTE (-241 $ $))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#1| (QUOTE (-1134))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-1134)))) (|HasCategory| |#1| (QUOTE (-933))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (|%list| (QUOTE -455) (QUOTE (-1090)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -241) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-483))) (|HasCategory| |#1| (QUOTE (-392))))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-456 (-1091) $))) (|HasCategory| |#1| (QUOTE (-260 $))) (|HasCategory| |#1| (QUOTE (-241 $ $))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#1| (QUOTE (-1135))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-1135)))) (|HasCategory| |#1| (QUOTE (-934))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (|%list| (QUOTE -456) (QUOTE (-1091)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -241) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-484))) (|HasCategory| |#1| (QUOTE (-392))))
(-349 R S)
((|constructor| (NIL "\\spadtype{FactoredFunctions2} contains functions that involve factored objects whose underlying domains may not be the same. For example,{} \\spadfun{map} might be used to coerce an object of type \\spadtype{Factored(Integer)} to \\spadtype{Factored(Complex(Integer))}.")) (|map| (((|Factored| |#2|) (|Mapping| |#2| |#1|) (|Factored| |#1|)) "\\spad{map(fn,u)} is used to apply the function \\userfun{\\spad{fn}} to every factor of \\spadvar{\\spad{u}}. The new factored object will have all its information flags set to \"nil\". This function is used,{} for example,{} to coerce every factor base to another type.")))
NIL
NIL
(-350 S)
((|constructor| (NIL "Fraction takes an IntegralDomain \\spad{S} and produces the domain of Fractions with numerators and denominators from \\spad{S}. If \\spad{S} is also a GcdDomain,{} then gcd's between numerator and denominator will be cancelled during all operations.")) (|canonical| ((|attribute|) "\\spad{canonical} means that equal elements are in fact identical.")))
-((-3983 -12 (|has| |#1| (-6 -3994)) (|has| |#1| (-392)) (|has| |#1| (-6 -3983))) (-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| |#1| (QUOTE (-950 (-1090)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#1| (QUOTE (-933))) (|HasCategory| |#1| (QUOTE (-740))) (|HasCategory| |#1| (QUOTE (-756))) (OR (|HasCategory| |#1| (QUOTE (-740))) (|HasCategory| |#1| (QUOTE (-756)))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-1066))) (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (|%list| (QUOTE -455) (QUOTE (-1090)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -241) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-483))) (-12 (|HasAttribute| |#1| (QUOTE -3983)) (|HasAttribute| |#1| (QUOTE -3994)) (|HasCategory| |#1| (QUOTE (-392)))) (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+((-3984 -12 (|has| |#1| (-6 -3995)) (|has| |#1| (-392)) (|has| |#1| (-6 -3984))) (-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| |#1| (QUOTE (-951 (-1091)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#1| (QUOTE (-934))) (|HasCategory| |#1| (QUOTE (-741))) (|HasCategory| |#1| (QUOTE (-757))) (OR (|HasCategory| |#1| (QUOTE (-741))) (|HasCategory| |#1| (QUOTE (-757)))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-1067))) (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (|%list| (QUOTE -456) (QUOTE (-1091)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -241) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-484))) (-12 (|HasAttribute| |#1| (QUOTE -3984)) (|HasAttribute| |#1| (QUOTE -3995)) (|HasCategory| |#1| (QUOTE (-392)))) (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
(-351 A B)
((|constructor| (NIL "This package extends a map between integral domains to a map between Fractions over those domains by applying the map to the numerators and denominators.")) (|map| (((|Fraction| |#2|) (|Mapping| |#2| |#1|) (|Fraction| |#1|)) "\\spad{map(func,frac)} applies the function \\spad{func} to the numerator and denominator of the fraction \\spad{frac}.")))
NIL
@@ -1342,28 +1342,28 @@ NIL
NIL
(-353 R UP)
((|constructor| (NIL "A \\spadtype{FramedAlgebra} is a \\spadtype{FiniteRankAlgebra} together with a fixed \\spad{R}-module basis.")) (|regularRepresentation| (((|Matrix| |#1|) $) "\\spad{regularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed basis.")) (|discriminant| ((|#1|) "\\spad{discriminant()} = determinant(traceMatrix()).")) (|traceMatrix| (((|Matrix| |#1|)) "\\spad{traceMatrix()} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr(vi * vj)} ),{} where \\spad{v1},{} ...,{} vn are the elements of the fixed basis.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} vn are the elements of the fixed basis.") (((|Vector| |#1|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} vn are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([v1,...,vm])} returns the coordinates of the \\spad{vi}'s with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
-((-3990 . T) (-3991 . T) (-3993 . T))
+((-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-354 A S)
((|constructor| (NIL "\\indented{2}{A is fully retractable to \\spad{B} means that A is retractable to \\spad{B},{} and,{}} \\indented{2}{in addition,{} if \\spad{B} is retractable to the integers or rational} \\indented{2}{numbers then so is A.} \\indented{2}{In particular,{} what we are asserting is that there are no integers} \\indented{2}{(rationals) in A which don't retract into \\spad{B}.} Date Created: March 1990 Date Last Updated: 9 April 1991")))
NIL
-((|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-484)))))
+((|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-485)))))
(-355 S)
((|constructor| (NIL "\\indented{2}{A is fully retractable to \\spad{B} means that A is retractable to \\spad{B},{} and,{}} \\indented{2}{in addition,{} if \\spad{B} is retractable to the integers or rational} \\indented{2}{numbers then so is A.} \\indented{2}{In particular,{} what we are asserting is that there are no integers} \\indented{2}{(rationals) in A which don't retract into \\spad{B}.} Date Created: March 1990 Date Last Updated: 9 April 1991")))
NIL
NIL
-(-356 R -3093 UP A)
+(-356 R -3094 UP A)
((|constructor| (NIL "Fractional ideals in a framed algebra.")) (|randomLC| ((|#4| (|NonNegativeInteger|) (|Vector| |#4|)) "\\spad{randomLC(n,x)} should be local but conditional.")) (|minimize| (($ $) "\\spad{minimize(I)} returns a reduced set of generators for \\spad{I}.")) (|denom| ((|#1| $) "\\spad{denom(1/d * (f1,...,fn))} returns \\spad{d}.")) (|numer| (((|Vector| |#4|) $) "\\spad{numer(1/d * (f1,...,fn))} = the vector \\spad{[f1,...,fn]}.")) (|norm| ((|#2| $) "\\spad{norm(I)} returns the norm of the ideal \\spad{I}.")) (|basis| (((|Vector| |#4|) $) "\\spad{basis((f1,...,fn))} returns the vector \\spad{[f1,...,fn]}.")) (|ideal| (($ (|Vector| |#4|)) "\\spad{ideal([f1,...,fn])} returns the ideal \\spad{(f1,...,fn)}.")))
-((-3993 . T))
+((-3994 . T))
NIL
(-357 R1 F1 U1 A1 R2 F2 U2 A2)
((|constructor| (NIL "\\indented{1}{Lifting of morphisms to fractional ideals.} Author: Manuel Bronstein Date Created: 1 Feb 1989 Date Last Updated: 27 Feb 1990 Keywords: ideal,{} algebra,{} module.")) (|map| (((|FractionalIdeal| |#5| |#6| |#7| |#8|) (|Mapping| |#5| |#1|) (|FractionalIdeal| |#1| |#2| |#3| |#4|)) "\\spad{map(f,i)} \\undocumented{}")))
NIL
NIL
-(-358 R -3093 UP A |ibasis|)
+(-358 R -3094 UP A |ibasis|)
((|constructor| (NIL "Module representation of fractional ideals.")) (|module| (($ (|FractionalIdeal| |#1| |#2| |#3| |#4|)) "\\spad{module(I)} returns \\spad{I} viewed has a module over \\spad{R}.") (($ (|Vector| |#4|)) "\\spad{module([f1,...,fn])} = the module generated by \\spad{(f1,...,fn)} over \\spad{R}.")) (|norm| ((|#2| $) "\\spad{norm(f)} returns the norm of the module \\spad{f}.")) (|basis| (((|Vector| |#4|) $) "\\spad{basis((f1,...,fn))} = the vector \\spad{[f1,...,fn]}.")))
NIL
-((|HasCategory| |#4| (|%list| (QUOTE -950) (|devaluate| |#2|))))
+((|HasCategory| |#4| (|%list| (QUOTE -951) (|devaluate| |#2|))))
(-359 AR R AS S)
((|constructor| (NIL "\\spad{FramedNonAssociativeAlgebraFunctions2} implements functions between two framed non associative algebra domains defined over different rings. The function map is used to coerce between algebras over different domains having the same structural constants.")) (|map| ((|#3| (|Mapping| |#4| |#2|) |#1|) "\\spad{map(f,u)} maps \\spad{f} onto the coordinates of \\spad{u} to get an element in \\spad{AS} via identification of the basis of \\spad{AR} as beginning part of the basis of \\spad{AS}.")))
NIL
@@ -1374,7 +1374,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-312))))
(-361 R)
((|constructor| (NIL "FramedNonAssociativeAlgebra(\\spad{R}) is a \\spadtype{FiniteRankNonAssociativeAlgebra} (\\spadignore{i.e.} a non associative algebra over \\spad{R} which is a free \\spad{R}-module of finite rank) over a commutative ring \\spad{R} together with a fixed \\spad{R}-module basis.")) (|apply| (($ (|Matrix| |#1|) $) "\\spad{apply(m,a)} defines a left operation of \\spad{n} by \\spad{n} matrices where \\spad{n} is the rank of the algebra in terms of matrix-vector multiplication,{} this is a substitute for a left module structure. Error: if shape of matrix doesn't fit.")) (|rightRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) "\\spad{rightRankPolynomial()} calculates the right minimal polynomial of the generic element in the algebra,{} defined by the same structural constants over the polynomial ring in symbolic coefficients with respect to the fixed basis.")) (|leftRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) "\\spad{leftRankPolynomial()} calculates the left minimal polynomial of the generic element in the algebra,{} defined by the same structural constants over the polynomial ring in symbolic coefficients with respect to the fixed basis.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $) "\\spad{rightRegularRepresentation(a)} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $) "\\spad{leftRegularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|rightTraceMatrix| (((|Matrix| |#1|)) "\\spad{rightTraceMatrix()} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|leftTraceMatrix| (((|Matrix| |#1|)) "\\spad{leftTraceMatrix()} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by left trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|rightDiscriminant| ((|#1|) "\\spad{rightDiscriminant()} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis. Note: the same as \\spad{determinant(rightTraceMatrix())}.")) (|leftDiscriminant| ((|#1|) "\\spad{leftDiscriminant()} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis. Note: the same as \\spad{determinant(leftTraceMatrix())}.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,...,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.") (((|Vector| |#1|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,...,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|))) "\\spad{conditionsForIdempotents()} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the fixed \\spad{R}-module basis.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|))) "\\spad{structuralConstants()} calculates the structural constants \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{vi * vj = gammaij1 * v1 + ... + gammaijn * vn},{} where \\spad{v1},{}...,{}\\spad{vn} is the fixed \\spad{R}-module basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([a1,...,am])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{ai} with respect to the fixed \\spad{R}-module basis.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
-((-3993 |has| |#1| (-495)) (-3991 . T) (-3990 . T))
+((-3994 |has| |#1| (-496)) (-3992 . T) (-3991 . T))
NIL
(-362 R)
((|constructor| (NIL "\\spadtype{FactoredFunctionUtilities} implements some utility functions for manipulating factored objects.")) (|mergeFactors| (((|Factored| |#1|) (|Factored| |#1|) (|Factored| |#1|)) "\\spad{mergeFactors(u,v)} is used when the factorizations of \\spadvar{\\spad{u}} and \\spadvar{\\spad{v}} are known to be disjoint,{} \\spadignore{e.g.} resulting from a content/primitive part split. Essentially,{} it creates a new factored object by multiplying the units together and appending the lists of factors.")) (|refine| (((|Factored| |#1|) (|Factored| |#1|) (|Mapping| (|Factored| |#1|) |#1|)) "\\spad{refine(u,fn)} is used to apply the function \\userfun{\\spad{fn}} to each factor of \\spadvar{\\spad{u}} and then build a new factored object from the results. For example,{} if \\spadvar{\\spad{u}} were created by calling \\spad{nilFactor(10,2)} then \\spad{refine(u,factor)} would create a factored object equal to that created by \\spad{factor(100)} or \\spad{primeFactor(2,2) * primeFactor(5,2)}.")))
@@ -1383,10 +1383,10 @@ NIL
(-363 S R)
((|constructor| (NIL "A space of formal functions with arguments in an arbitrary ordered set.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $)) "\\spad{univariate(f, k)} returns \\spad{f} viewed as a univariate fraction in \\spad{k}.")) (/ (($ (|SparseMultivariatePolynomial| |#2| (|Kernel| $)) (|SparseMultivariatePolynomial| |#2| (|Kernel| $))) "\\spad{p1/p2} returns the quotient of \\spad{p1} and \\spad{p2} as an element of \\%.")) (|denominator| (($ $) "\\spad{denominator(f)} returns the denominator of \\spad{f} converted to \\%.")) (|denom| (((|SparseMultivariatePolynomial| |#2| (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|convert| (($ (|Factored| $)) "\\spad{convert(f1\\^e1 ... fm\\^em)} returns \\spad{(f1)\\^e1 ... (fm)\\^em} as an element of \\%,{} using formal kernels created using a \\spadfunFrom{paren}{ExpressionSpace}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isPower(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|numerator| (($ $) "\\spad{numerator(f)} returns the numerator of \\spad{f} converted to \\%.")) (|numer| (((|SparseMultivariatePolynomial| |#2| (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R} if \\spad{R} is an integral domain. If not,{} then numer(\\spad{f}) = \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|coerce| (($ (|Fraction| (|Polynomial| (|Fraction| |#2|)))) "\\spad{coerce(f)} returns \\spad{f} as an element of \\%.") (($ (|Polynomial| (|Fraction| |#2|))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.") (($ (|Fraction| |#2|)) "\\spad{coerce(q)} returns \\spad{q} as an element of \\%.") (($ (|SparseMultivariatePolynomial| |#2| (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.")) (|isMult| (((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $) "\\spad{isMult(p)} returns \\spad{[n, x]} if \\spad{p = n * x} and \\spad{n <> 0}.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,...,mn]} if \\spad{p = m1 +...+ mn} and \\spad{n > 1}.")) (|isExpt| (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|)) "\\spad{isExpt(p,f)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = f(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|)) "\\spad{isExpt(p,op)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = op(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{p = a1*...*an} and \\spad{n > 1}.")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns \\spad{x} * \\spad{x} * \\spad{x} * ... * \\spad{x} (\\spad{n} times).")) (|eval| (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a)**n} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a1,...,am)**n} in \\spad{x} by \\spad{f(a1,...,am)} for any \\spad{a1},{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)**ni} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a)**ni} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x, [s1,...,sm], [f1,...,fm], y)} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x, s, f, y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f, [foo1,...,foon])} unquotes all the \\spad{fooi}'s in \\spad{f}.") (($ $ (|Symbol|)) "\\spad{eval(f, foo)} unquotes all the foo's in \\spad{f}.")) (|applyQuote| (($ (|Symbol|) (|List| $)) "\\spad{applyQuote(foo, [x1,...,xn])} returns \\spad{'foo(x1,...,xn)}.") (($ (|Symbol|) $ $ $ $) "\\spad{applyQuote(foo, x, y, z, t)} returns \\spad{'foo(x,y,z,t)}.") (($ (|Symbol|) $ $ $) "\\spad{applyQuote(foo, x, y, z)} returns \\spad{'foo(x,y,z)}.") (($ (|Symbol|) $ $) "\\spad{applyQuote(foo, x, y)} returns \\spad{'foo(x,y)}.") (($ (|Symbol|) $) "\\spad{applyQuote(foo, x)} returns \\spad{'foo(x)}.")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(f)} returns the list of all the variables of \\spad{f}.")) (|ground| ((|#2| $) "\\spad{ground(f)} returns \\spad{f} as an element of \\spad{R}. An error occurs if \\spad{f} is not an element of \\spad{R}.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(f)} tests if \\spad{f} is an element of \\spad{R}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-413))) (|HasCategory| |#2| (QUOTE (-1025))) (|HasCategory| |#2| (QUOTE (-553 (-473)))))
+((|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-413))) (|HasCategory| |#2| (QUOTE (-1026))) (|HasCategory| |#2| (QUOTE (-554 (-474)))))
(-364 R)
((|constructor| (NIL "A space of formal functions with arguments in an arbitrary ordered set.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $)) "\\spad{univariate(f, k)} returns \\spad{f} viewed as a univariate fraction in \\spad{k}.")) (/ (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $)) (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{p1/p2} returns the quotient of \\spad{p1} and \\spad{p2} as an element of \\%.")) (|denominator| (($ $) "\\spad{denominator(f)} returns the denominator of \\spad{f} converted to \\%.")) (|denom| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|convert| (($ (|Factored| $)) "\\spad{convert(f1\\^e1 ... fm\\^em)} returns \\spad{(f1)\\^e1 ... (fm)\\^em} as an element of \\%,{} using formal kernels created using a \\spadfunFrom{paren}{ExpressionSpace}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isPower(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|numerator| (($ $) "\\spad{numerator(f)} returns the numerator of \\spad{f} converted to \\%.")) (|numer| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R} if \\spad{R} is an integral domain. If not,{} then numer(\\spad{f}) = \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|coerce| (($ (|Fraction| (|Polynomial| (|Fraction| |#1|)))) "\\spad{coerce(f)} returns \\spad{f} as an element of \\%.") (($ (|Polynomial| (|Fraction| |#1|))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.") (($ (|Fraction| |#1|)) "\\spad{coerce(q)} returns \\spad{q} as an element of \\%.") (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.")) (|isMult| (((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $) "\\spad{isMult(p)} returns \\spad{[n, x]} if \\spad{p = n * x} and \\spad{n <> 0}.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,...,mn]} if \\spad{p = m1 +...+ mn} and \\spad{n > 1}.")) (|isExpt| (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|)) "\\spad{isExpt(p,f)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = f(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|)) "\\spad{isExpt(p,op)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = op(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{p = a1*...*an} and \\spad{n > 1}.")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns \\spad{x} * \\spad{x} * \\spad{x} * ... * \\spad{x} (\\spad{n} times).")) (|eval| (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a)**n} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a1,...,am)**n} in \\spad{x} by \\spad{f(a1,...,am)} for any \\spad{a1},{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)**ni} in \\spad{x} by \\spad{fi(a1,...,an)} for any \\spad{a1},{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a)**ni} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x, [s1,...,sm], [f1,...,fm], y)} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x, s, f, y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f, [foo1,...,foon])} unquotes all the \\spad{fooi}'s in \\spad{f}.") (($ $ (|Symbol|)) "\\spad{eval(f, foo)} unquotes all the foo's in \\spad{f}.")) (|applyQuote| (($ (|Symbol|) (|List| $)) "\\spad{applyQuote(foo, [x1,...,xn])} returns \\spad{'foo(x1,...,xn)}.") (($ (|Symbol|) $ $ $ $) "\\spad{applyQuote(foo, x, y, z, t)} returns \\spad{'foo(x,y,z,t)}.") (($ (|Symbol|) $ $ $) "\\spad{applyQuote(foo, x, y, z)} returns \\spad{'foo(x,y,z)}.") (($ (|Symbol|) $ $) "\\spad{applyQuote(foo, x, y)} returns \\spad{'foo(x,y)}.") (($ (|Symbol|) $) "\\spad{applyQuote(foo, x)} returns \\spad{'foo(x)}.")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(f)} returns the list of all the variables of \\spad{f}.")) (|ground| ((|#1| $) "\\spad{ground(f)} returns \\spad{f} as an element of \\spad{R}. An error occurs if \\spad{f} is not an element of \\spad{R}.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(f)} tests if \\spad{f} is an element of \\spad{R}.")))
-((-3993 OR (|has| |#1| (-961)) (|has| |#1| (-413))) (-3991 |has| |#1| (-146)) (-3990 |has| |#1| (-146)) ((-3998 "*") |has| |#1| (-495)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-495)) (-3988 |has| |#1| (-495)))
+((-3994 OR (|has| |#1| (-962)) (|has| |#1| (-413))) (-3992 |has| |#1| (-146)) (-3991 |has| |#1| (-146)) ((-3999 "*") |has| |#1| (-496)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-496)) (-3989 |has| |#1| (-496)))
NIL
(-365 R A S B)
((|constructor| (NIL "This package allows a mapping \\spad{R} -> \\spad{S} to be lifted to a mapping from a function space over \\spad{R} to a function space over \\spad{S}.")) (|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) "\\spad{map(f, a)} applies \\spad{f} to all the constants in \\spad{R} appearing in \\spad{a}.")))
@@ -1403,36 +1403,36 @@ NIL
(-368 A S)
((|constructor| (NIL "A finite-set aggregate models the notion of a finite set,{} that is,{} a collection of elements characterized by membership,{} but not by order or multiplicity. See \\spadtype{Set} for an example.")) (|min| ((|#2| $) "\\spad{min(u)} returns the smallest element of aggregate \\spad{u}.")) (|max| ((|#2| $) "\\spad{max(u)} returns the largest element of aggregate \\spad{u}.")) (|universe| (($) "\\spad{universe()}\\$\\spad{D} returns the universal set for finite set aggregate \\spad{D}.")) (|complement| (($ $) "\\spad{complement(u)} returns the complement of the set \\spad{u},{} \\spadignore{i.e.} the set of all values not in \\spad{u}.")) (|cardinality| (((|NonNegativeInteger|) $) "\\spad{cardinality(u)} returns the number of elements of \\spad{u}. Note: \\axiom{cardinality(\\spad{u}) = \\#u}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-320))))
+((|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-320))))
(-369 S)
((|constructor| (NIL "A finite-set aggregate models the notion of a finite set,{} that is,{} a collection of elements characterized by membership,{} but not by order or multiplicity. See \\spadtype{Set} for an example.")) (|min| ((|#1| $) "\\spad{min(u)} returns the smallest element of aggregate \\spad{u}.")) (|max| ((|#1| $) "\\spad{max(u)} returns the largest element of aggregate \\spad{u}.")) (|universe| (($) "\\spad{universe()}\\$\\spad{D} returns the universal set for finite set aggregate \\spad{D}.")) (|complement| (($ $) "\\spad{complement(u)} returns the complement of the set \\spad{u},{} \\spadignore{i.e.} the set of all values not in \\spad{u}.")) (|cardinality| (((|NonNegativeInteger|) $) "\\spad{cardinality(u)} returns the number of elements of \\spad{u}. Note: \\axiom{cardinality(\\spad{u}) = \\#u}.")))
-((-3986 . T) (-3997 . T))
+((-3987 . T))
NIL
(-370 S A R B)
((|constructor| (NIL "\\spad{FiniteSetAggregateFunctions2} provides functions involving two finite set aggregates where the underlying domains might be different. An example of this is to create a set of rational numbers by mapping a function across a set of integers,{} where the function divides each integer by 1000.")) (|scan| ((|#4| (|Mapping| |#3| |#1| |#3|) |#2| |#3|) "\\spad{scan(f,a,r)} successively applies \\spad{reduce(f,x,r)} to more and more leading sub-aggregates \\spad{x} of aggregate \\spad{a}. More precisely,{} if \\spad{a} is \\spad{[a1,a2,...]},{} then \\spad{scan(f,a,r)} returns \\spad {[reduce(f,[a1],r),reduce(f,[a1,a2],r),...]}.")) (|reduce| ((|#3| (|Mapping| |#3| |#1| |#3|) |#2| |#3|) "\\spad{reduce(f,a,r)} applies function \\spad{f} to each successive element of the aggregate \\spad{a} and an accumulant initialised to \\spad{r}. For example,{} \\spad{reduce(_+\\$Integer,[1,2,3],0)} does a \\spad{3+(2+(1+0))}. Note: third argument \\spad{r} may be regarded as an identity element for the function.")) (|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) "\\spad{map(f,a)} applies function \\spad{f} to each member of aggregate \\spad{a},{} creating a new aggregate with a possibly different underlying domain.")))
NIL
NIL
-(-371 R -3093)
+(-371 R -3094)
((|constructor| (NIL "\\spadtype{FunctionSpaceComplexIntegration} provides functions for the indefinite integration of complex-valued functions.")) (|complexIntegrate| ((|#2| |#2| (|Symbol|)) "\\spad{complexIntegrate(f, x)} returns the integral of \\spad{f(x)dx} where \\spad{x} is viewed as a complex variable.")) (|internalIntegrate0| (((|IntegrationResult| |#2|) |#2| (|Symbol|)) "\\spad{internalIntegrate0 should} be a local function,{} but is conditional.")) (|internalIntegrate| (((|IntegrationResult| |#2|) |#2| (|Symbol|)) "\\spad{internalIntegrate(f, x)} returns the integral of \\spad{f(x)dx} where \\spad{x} is viewed as a complex variable.")))
NIL
NIL
(-372 R E)
((|constructor| (NIL "\\indented{1}{Author: James Davenport} Date Created: 17 April 1992 Date Last Updated: Basic Functions: Related Constructors: Also See: AMS Classifications: Keywords: References: Description:")) (|makeCos| (($ |#2| |#1|) "\\spad{makeCos(e,r)} makes a sin expression with given argument and coefficient")) (|makeSin| (($ |#2| |#1|) "\\spad{makeSin(e,r)} makes a sin expression with given argument and coefficient")) (|coerce| (($ (|FourierComponent| |#2|)) "\\spad{coerce(c)} converts sin/cos terms into Fourier Series") (($ |#1|) "\\spad{coerce(r)} converts coefficients into Fourier Series")))
-((-3983 -12 (|has| |#1| (-6 -3983)) (|has| |#2| (-6 -3983))) (-3990 . T) (-3991 . T) (-3993 . T))
-((-12 (|HasAttribute| |#1| (QUOTE -3983)) (|HasAttribute| |#2| (QUOTE -3983))))
-(-373 R -3093)
+((-3984 -12 (|has| |#1| (-6 -3984)) (|has| |#2| (-6 -3984))) (-3991 . T) (-3992 . T) (-3994 . T))
+((-12 (|HasAttribute| |#1| (QUOTE -3984)) (|HasAttribute| |#2| (QUOTE -3984))))
+(-373 R -3094)
((|constructor| (NIL "\\spadtype{FunctionSpaceIntegration} provides functions for the indefinite integration of real-valued functions.")) (|integrate| (((|Union| |#2| (|List| |#2|)) |#2| (|Symbol|)) "\\spad{integrate(f, x)} returns the integral of \\spad{f(x)dx} where \\spad{x} is viewed as a real variable.")))
NIL
NIL
-(-374 R -3093)
+(-374 R -3094)
((|constructor| (NIL "Provides some special functions over an integral domain.")) (|iiabs| ((|#2| |#2|) "\\spad{iiabs(x)} should be local but conditional.")) (|iiGamma| ((|#2| |#2|) "\\spad{iiGamma(x)} should be local but conditional.")) (|airyBi| ((|#2| |#2|) "\\spad{airyBi(x)} returns the airybi function applied to \\spad{x}")) (|airyAi| ((|#2| |#2|) "\\spad{airyAi(x)} returns the airyai function applied to \\spad{x}")) (|besselK| ((|#2| |#2| |#2|) "\\spad{besselK(x,y)} returns the besselk function applied to \\spad{x} and \\spad{y}")) (|besselI| ((|#2| |#2| |#2|) "\\spad{besselI(x,y)} returns the besseli function applied to \\spad{x} and \\spad{y}")) (|besselY| ((|#2| |#2| |#2|) "\\spad{besselY(x,y)} returns the bessely function applied to \\spad{x} and \\spad{y}")) (|besselJ| ((|#2| |#2| |#2|) "\\spad{besselJ(x,y)} returns the besselj function applied to \\spad{x} and \\spad{y}")) (|polygamma| ((|#2| |#2| |#2|) "\\spad{polygamma(x,y)} returns the polygamma function applied to \\spad{x} and \\spad{y}")) (|digamma| ((|#2| |#2|) "\\spad{digamma(x)} returns the digamma function applied to \\spad{x}")) (|Beta| ((|#2| |#2| |#2|) "\\spad{Beta(x,y)} returns the beta function applied to \\spad{x} and \\spad{y}")) (|Gamma| ((|#2| |#2| |#2|) "\\spad{Gamma(a,x)} returns the incomplete Gamma function applied to a and \\spad{x}") ((|#2| |#2|) "\\spad{Gamma(f)} returns the formal Gamma function applied to \\spad{f}")) (|abs| ((|#2| |#2|) "\\spad{abs(f)} returns the absolute value operator applied to \\spad{f}")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\spad{F}; error if \\spad{op} is not a special function operator")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} is \\spad{true} if \\spad{op} is a special function operator.")))
NIL
NIL
-(-375 R -3093)
+(-375 R -3094)
((|constructor| (NIL "FunctionsSpacePrimitiveElement provides functions to compute primitive elements in functions spaces.")) (|primitiveElement| (((|Record| (|:| |primelt| |#2|) (|:| |pol1| (|SparseUnivariatePolynomial| |#2|)) (|:| |pol2| (|SparseUnivariatePolynomial| |#2|)) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) |#2| |#2|) "\\spad{primitiveElement(a1, a2)} returns \\spad{[a, q1, q2, q]} such that \\spad{k(a1, a2) = k(a)},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The minimal polynomial for \\spad{a2} may involve \\spad{a1},{} but the minimal polynomial for \\spad{a1} may not involve \\spad{a2}; This operations uses \\spadfun{resultant}.") (((|Record| (|:| |primelt| |#2|) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#2|))) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) (|List| |#2|)) "\\spad{primitiveElement([a1,...,an])} returns \\spad{[a, [q1,...,qn], q]} such that then \\spad{k(a1,...,an) = k(a)},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.")))
NIL
((|HasCategory| |#2| (QUOTE (-27))))
-(-376 R -3093)
+(-376 R -3094)
((|constructor| (NIL "This package provides function which replaces transcendental kernels in a function space by random integers. The correspondence between the kernels and the integers is fixed between calls to new().")) (|newReduc| (((|Void|)) "\\spad{newReduc()} \\undocumented")) (|bringDown| (((|SparseUnivariatePolynomial| (|Fraction| (|Integer|))) |#2| (|Kernel| |#2|)) "\\spad{bringDown(f,k)} \\undocumented") (((|Fraction| (|Integer|)) |#2|) "\\spad{bringDown(f)} \\undocumented")))
NIL
NIL
@@ -1440,10 +1440,10 @@ NIL
((|constructor| (NIL "Creates and manipulates objects which correspond to the basic FORTRAN data types: REAL,{} INTEGER,{} COMPLEX,{} LOGICAL and CHARACTER")) (= (((|Boolean|) $ $) "\\spad{x=y} tests for equality")) (|logical?| (((|Boolean|) $) "\\spad{logical?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type LOGICAL.")) (|character?| (((|Boolean|) $) "\\spad{character?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type CHARACTER.")) (|doubleComplex?| (((|Boolean|) $) "\\spad{doubleComplex?(t)} tests whether \\spad{t} is equivalent to the (non-standard) FORTRAN type DOUBLE COMPLEX.")) (|complex?| (((|Boolean|) $) "\\spad{complex?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type COMPLEX.")) (|integer?| (((|Boolean|) $) "\\spad{integer?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type INTEGER.")) (|double?| (((|Boolean|) $) "\\spad{double?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type DOUBLE PRECISION")) (|real?| (((|Boolean|) $) "\\spad{real?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type REAL.")) (|coerce| (((|SExpression|) $) "\\spad{coerce(x)} returns the \\spad{s}-expression associated with \\spad{x}") (((|Symbol|) $) "\\spad{coerce(x)} returns the symbol associated with \\spad{x}") (($ (|Symbol|)) "\\spad{coerce(s)} transforms the symbol \\spad{s} into an element of FortranScalarType provided \\spad{s} is one of real,{} complex,{}double precision,{} logical,{} integer,{} character,{} REAL,{} COMPLEX,{} LOGICAL,{} INTEGER,{} CHARACTER,{} DOUBLE PRECISION") (($ (|String|)) "\\spad{coerce(s)} transforms the string \\spad{s} into an element of FortranScalarType provided \\spad{s} is one of \"real\",{} \"double precision\",{} \"complex\",{} \"logical\",{} \"integer\",{} \"character\",{} \"REAL\",{} \"COMPLEX\",{} \"LOGICAL\",{} \"INTEGER\",{} \"CHARACTER\",{} \"DOUBLE PRECISION\"")))
NIL
NIL
-(-378 R -3093 UP)
+(-378 R -3094 UP)
((|constructor| (NIL "\\indented{1}{Used internally by IR2F} Author: Manuel Bronstein Date Created: 12 May 1988 Date Last Updated: 22 September 1993 Keywords: function,{} space,{} polynomial,{} factoring")) (|anfactor| (((|Union| (|Factored| (|SparseUnivariatePolynomial| (|AlgebraicNumber|))) "failed") |#3|) "\\spad{anfactor(p)} tries to factor \\spad{p} over algebraic numbers,{} returning \"failed\" if it cannot")) (|UP2ifCan| (((|Union| (|:| |overq| (|SparseUnivariatePolynomial| (|Fraction| (|Integer|)))) (|:| |overan| (|SparseUnivariatePolynomial| (|AlgebraicNumber|))) (|:| |failed| (|Boolean|))) |#3|) "\\spad{UP2ifCan(x)} should be local but conditional.")) (|qfactor| (((|Union| (|Factored| (|SparseUnivariatePolynomial| (|Fraction| (|Integer|)))) "failed") |#3|) "\\spad{qfactor(p)} tries to factor \\spad{p} over fractions of integers,{} returning \"failed\" if it cannot")) (|ffactor| (((|Factored| |#3|) |#3|) "\\spad{ffactor(p)} tries to factor a univariate polynomial \\spad{p} over \\spad{F}")))
NIL
-((|HasCategory| |#2| (QUOTE (-950 (-48)))))
+((|HasCategory| |#2| (QUOTE (-951 (-48)))))
(-379)
((|constructor| (NIL "Creates and manipulates objects which correspond to FORTRAN data types,{} including array dimensions.")) (|fortranCharacter| (($) "\\spad{fortranCharacter()} returns CHARACTER,{} an element of FortranType")) (|fortranDoubleComplex| (($) "\\spad{fortranDoubleComplex()} returns DOUBLE COMPLEX,{} an element of FortranType")) (|fortranComplex| (($) "\\spad{fortranComplex()} returns COMPLEX,{} an element of FortranType")) (|fortranLogical| (($) "\\spad{fortranLogical()} returns LOGICAL,{} an element of FortranType")) (|fortranInteger| (($) "\\spad{fortranInteger()} returns INTEGER,{} an element of FortranType")) (|fortranDouble| (($) "\\spad{fortranDouble()} returns DOUBLE PRECISION,{} an element of FortranType")) (|fortranReal| (($) "\\spad{fortranReal()} returns REAL,{} an element of FortranType")) (|construct| (($ (|Union| (|:| |fst| (|FortranScalarType|)) (|:| |void| #1="void")) (|List| (|Polynomial| (|Integer|))) (|Boolean|)) "\\spad{construct(type,dims)} creates an element of FortranType") (($ (|Union| (|:| |fst| (|FortranScalarType|)) (|:| |void| #1#)) (|List| (|Symbol|)) (|Boolean|)) "\\spad{construct(type,dims)} creates an element of FortranType")) (|external?| (((|Boolean|) $) "\\spad{external?(u)} returns \\spad{true} if \\spad{u} is declared to be EXTERNAL")) (|dimensionsOf| (((|List| (|Polynomial| (|Integer|))) $) "\\spad{dimensionsOf(t)} returns the dimensions of \\spad{t}")) (|scalarTypeOf| (((|Union| (|:| |fst| (|FortranScalarType|)) (|:| |void| #1#)) $) "\\spad{scalarTypeOf(t)} returns the FORTRAN data type of \\spad{t}")) (|coerce| (($ (|FortranScalarType|)) "\\spad{coerce(t)} creates an element from a scalar type")))
NIL
@@ -1460,7 +1460,7 @@ NIL
((|constructor| (NIL "\\spadtype{GaloisGroupFactorizer} provides functions to factor resolvents.")) (|btwFact| (((|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|)))))) |#1| (|Boolean|) (|Set| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{btwFact(p,sqf,pd,r)} returns the factorization of \\spad{p},{} the result is a Record such that \\spad{contp=}content \\spad{p},{} \\spad{factors=}List of irreducible factors of \\spad{p} with exponent. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors). \\spad{pd} is the \\spadtype{Set} of possible degrees. \\spad{r} is a lower bound for the number of factors of \\spad{p}. Please do not use this function in your code because its design may change.")) (|henselFact| (((|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|)))))) |#1| (|Boolean|)) "\\spad{henselFact(p,sqf)} returns the factorization of \\spad{p},{} the result is a Record such that \\spad{contp=}content \\spad{p},{} \\spad{factors=}List of irreducible factors of \\spad{p} with exponent. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors).")) (|factorOfDegree| (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|) (|Boolean|)) "\\spad{factorOfDegree(d,p,listOfDegrees,r,sqf)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees},{} and that \\spad{p} has at least \\spad{r} factors. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors).") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factorOfDegree(d,p,listOfDegrees,r)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees},{} and that \\spad{p} has at least \\spad{r} factors.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factorOfDegree(d,p,listOfDegrees)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|NonNegativeInteger|)) "\\spad{factorOfDegree(d,p,r)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has at least \\spad{r} factors.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1|) "\\spad{factorOfDegree(d,p)} returns a factor of \\spad{p} of degree \\spad{d}.")) (|factorSquareFree| (((|Factored| |#1|) |#1| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,d,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{d} divides the degree of all factors of \\spad{p} and that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,listOfDegrees,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees} and that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factorSquareFree(p,listOfDegrees)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1|) "\\spad{factorSquareFree(p)} returns the factorization of \\spad{p} which is supposed not having any repeated factor (this is not checked).")) (|factor| (((|Factored| |#1|) |#1| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{factor(p,d,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{d} divides the degree of all factors of \\spad{p} and that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factor(p,listOfDegrees,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees} and that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factor(p,listOfDegrees)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}.") (((|Factored| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{factor(p,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1|) "\\spad{factor(p)} returns the factorization of \\spad{p} over the integers.")) (|tryFunctionalDecomposition| (((|Boolean|) (|Boolean|)) "\\spad{tryFunctionalDecomposition(b)} chooses whether factorizers have to look for functional decomposition of polynomials (\\spad{true}) or not (\\spad{false}). Returns the previous value.")) (|tryFunctionalDecomposition?| (((|Boolean|)) "\\spad{tryFunctionalDecomposition?()} returns \\spad{true} if factorizers try functional decomposition of polynomials before factoring them.")) (|eisensteinIrreducible?| (((|Boolean|) |#1|) "\\spad{eisensteinIrreducible?(p)} returns \\spad{true} if \\spad{p} can be shown to be irreducible by Eisenstein's criterion,{} \\spad{false} is inconclusive.")) (|useEisensteinCriterion| (((|Boolean|) (|Boolean|)) "\\spad{useEisensteinCriterion(b)} chooses whether factorizers check Eisenstein's criterion before factoring: \\spad{true} for using it,{} \\spad{false} else. Returns the previous value.")) (|useEisensteinCriterion?| (((|Boolean|)) "\\spad{useEisensteinCriterion?()} returns \\spad{true} if factorizers check Eisenstein's criterion before factoring.")) (|useSingleFactorBound| (((|Boolean|) (|Boolean|)) "\\spad{useSingleFactorBound(b)} chooses the algorithm to be used by the factorizers: \\spad{true} for algorithm with single factor bound,{} \\spad{false} for algorithm with overall bound. Returns the previous value.")) (|useSingleFactorBound?| (((|Boolean|)) "\\spad{useSingleFactorBound?()} returns \\spad{true} if algorithm with single factor bound is used for factorization,{} \\spad{false} for algorithm with overall bound.")) (|modularFactor| (((|Record| (|:| |prime| (|Integer|)) (|:| |factors| (|List| |#1|))) |#1|) "\\spad{modularFactor(f)} chooses a \"good\" prime and returns the factorization of \\spad{f} modulo this prime in a form that may be used by \\spadfunFrom{completeHensel}{GeneralHenselPackage}. If prime is zero it means that \\spad{f} has been proved to be irreducible over the integers or that \\spad{f} is a unit (\\spadignore{i.e.} 1 or \\spad{-1}). \\spad{f} shall be primitive (\\spadignore{i.e.} content(\\spad{p})\\spad{=1}) and square free (\\spadignore{i.e.} without repeated factors).")) (|numberOfFactors| (((|NonNegativeInteger|) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|))))) "\\spad{numberOfFactors(ddfactorization)} returns the number of factors of the polynomial \\spad{f} modulo \\spad{p} where \\spad{ddfactorization} is the distinct degree factorization of \\spad{f} computed by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} for some prime \\spad{p}.")) (|stopMusserTrials| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{stopMusserTrials(n)} sets to \\spad{n} the bound on the number of factors for which \\spadfun{modularFactor} stops to look for an other prime. You will have to remember that the step of recombining the extraneous factors may take up to \\spad{2**n} trials. Returns the previous value.") (((|PositiveInteger|)) "\\spad{stopMusserTrials()} returns the bound on the number of factors for which \\spadfun{modularFactor} stops to look for an other prime. You will have to remember that the step of recombining the extraneous factors may take up to \\spad{2**stopMusserTrials()} trials.")) (|musserTrials| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{musserTrials(n)} sets to \\spad{n} the number of primes to be tried in \\spadfun{modularFactor} and returns the previous value.") (((|PositiveInteger|)) "\\spad{musserTrials()} returns the number of primes that are tried in \\spadfun{modularFactor}.")) (|degreePartition| (((|Multiset| (|NonNegativeInteger|)) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|))))) "\\spad{degreePartition(ddfactorization)} returns the degree partition of the polynomial \\spad{f} modulo \\spad{p} where \\spad{ddfactorization} is the distinct degree factorization of \\spad{f} computed by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} for some prime \\spad{p}.")) (|makeFR| (((|Factored| |#1|) (|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|))))))) "\\spad{makeFR(flist)} turns the final factorization of henselFact into a \\spadtype{Factored} object.")))
NIL
NIL
-(-383 R UP -3093)
+(-383 R UP -3094)
((|constructor| (NIL "\\spadtype{GaloisGroupFactorizationUtilities} provides functions that will be used by the factorizer.")) (|length| ((|#3| |#2|) "\\spad{length(p)} returns the sum of the absolute values of the coefficients of the polynomial \\spad{p}.")) (|height| ((|#3| |#2|) "\\spad{height(p)} returns the maximal absolute value of the coefficients of the polynomial \\spad{p}.")) (|infinityNorm| ((|#3| |#2|) "\\spad{infinityNorm(f)} returns the maximal absolute value of the coefficients of the polynomial \\spad{f}.")) (|quadraticNorm| ((|#3| |#2|) "\\spad{quadraticNorm(f)} returns the \\spad{l2} norm of the polynomial \\spad{f}.")) (|norm| ((|#3| |#2| (|PositiveInteger|)) "\\spad{norm(f,p)} returns the lp norm of the polynomial \\spad{f}.")) (|singleFactorBound| (((|Integer|) |#2|) "\\spad{singleFactorBound(p,r)} returns a bound on the infinite norm of the factor of \\spad{p} with smallest Bombieri's norm. \\spad{p} shall be of degree higher or equal to 2.") (((|Integer|) |#2| (|NonNegativeInteger|)) "\\spad{singleFactorBound(p,r)} returns a bound on the infinite norm of the factor of \\spad{p} with smallest Bombieri's norm. \\spad{r} is a lower bound for the number of factors of \\spad{p}. \\spad{p} shall be of degree higher or equal to 2.")) (|rootBound| (((|Integer|) |#2|) "\\spad{rootBound(p)} returns a bound on the largest norm of the complex roots of \\spad{p}.")) (|bombieriNorm| ((|#3| |#2| (|PositiveInteger|)) "\\spad{bombieriNorm(p,n)} returns the \\spad{n}th Bombieri's norm of \\spad{p}.") ((|#3| |#2|) "\\spad{bombieriNorm(p)} returns quadratic Bombieri's norm of \\spad{p}.")) (|beauzamyBound| (((|Integer|) |#2|) "\\spad{beauzamyBound(p)} returns a bound on the larger coefficient of any factor of \\spad{p}.")))
NIL
NIL
@@ -1498,16 +1498,16 @@ NIL
NIL
(-392)
((|constructor| (NIL "This category describes domains where \\spadfun{gcd} can be computed but where there is no guarantee of the existence of \\spadfun{factor} operation for factorisation into irreducibles. However,{} if such a \\spadfun{factor} operation exist,{} factorization will be unique up to order and units.")) (|lcm| (($ (|List| $)) "\\spad{lcm(l)} returns the least common multiple of the elements of the list \\spad{l}.") (($ $ $) "\\spad{lcm(x,y)} returns the least common multiple of \\spad{x} and \\spad{y}.")) (|gcd| (($ (|List| $)) "\\spad{gcd(l)} returns the common gcd of the elements in the list \\spad{l}.") (($ $ $) "\\spad{gcd(x,y)} returns the greatest common divisor of \\spad{x} and \\spad{y}.")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-393 R |n| |ls| |gamma|)
((|constructor| (NIL "AlgebraGenericElementPackage allows you to create generic elements of an algebra,{} \\spadignore{i.e.} the scalars are extended to include symbolic coefficients")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|))) "\\spad{conditionsForIdempotents()} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the fixed \\spad{R}-module basis") (((|List| (|Polynomial| |#1|)) (|Vector| $)) "\\spad{conditionsForIdempotents([v1,...,vn])} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}")) (|genericRightDiscriminant| (((|Fraction| (|Polynomial| |#1|))) "\\spad{genericRightDiscriminant()} is the determinant of the generic left trace forms of all products of basis element,{} if the generic left trace form is associative,{} an algebra is separable if the generic left discriminant is invertible,{} if it is non-zero,{} there is some ring extension which makes the algebra separable")) (|genericRightTraceForm| (((|Fraction| (|Polynomial| |#1|)) $ $) "\\spad{genericRightTraceForm (a,b)} is defined to be \\spadfun{genericRightTrace (a*b)},{} this defines a symmetric bilinear form on the algebra")) (|genericLeftDiscriminant| (((|Fraction| (|Polynomial| |#1|))) "\\spad{genericLeftDiscriminant()} is the determinant of the generic left trace forms of all products of basis element,{} if the generic left trace form is associative,{} an algebra is separable if the generic left discriminant is invertible,{} if it is non-zero,{} there is some ring extension which makes the algebra separable")) (|genericLeftTraceForm| (((|Fraction| (|Polynomial| |#1|)) $ $) "\\spad{genericLeftTraceForm (a,b)} is defined to be \\spad{genericLeftTrace (a*b)},{} this defines a symmetric bilinear form on the algebra")) (|genericRightNorm| (((|Fraction| (|Polynomial| |#1|)) $) "\\spad{genericRightNorm(a)} substitutes the coefficients of \\spad{a} for the generic coefficients into the coefficient of the constant term in \\spadfun{rightRankPolynomial} and changes the sign if the degree of this polynomial is odd")) (|genericRightTrace| (((|Fraction| (|Polynomial| |#1|)) $) "\\spad{genericRightTrace(a)} substitutes the coefficients of \\spad{a} for the generic coefficients into the coefficient of the second highest term in \\spadfun{rightRankPolynomial} and changes the sign")) (|genericRightMinimalPolynomial| (((|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|))) $) "\\spad{genericRightMinimalPolynomial(a)} substitutes the coefficients of \\spad{a} for the generic coefficients in \\spadfun{rightRankPolynomial}")) (|rightRankPolynomial| (((|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|)))) "\\spad{rightRankPolynomial()} returns the right minimimal polynomial of the generic element")) (|genericLeftNorm| (((|Fraction| (|Polynomial| |#1|)) $) "\\spad{genericLeftNorm(a)} substitutes the coefficients of \\spad{a} for the generic coefficients into the coefficient of the constant term in \\spadfun{leftRankPolynomial} and changes the sign if the degree of this polynomial is odd. This is a form of degree \\spad{k}")) (|genericLeftTrace| (((|Fraction| (|Polynomial| |#1|)) $) "\\spad{genericLeftTrace(a)} substitutes the coefficients of \\spad{a} for the generic coefficients into the coefficient of the second highest term in \\spadfun{leftRankPolynomial} and changes the sign. \\indented{1}{This is a linear form}")) (|genericLeftMinimalPolynomial| (((|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|))) $) "\\spad{genericLeftMinimalPolynomial(a)} substitutes the coefficients of {em a} for the generic coefficients in \\spad{leftRankPolynomial()}")) (|leftRankPolynomial| (((|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|)))) "\\spad{leftRankPolynomial()} returns the left minimimal polynomial of the generic element")) (|generic| (($ (|Vector| (|Symbol|)) (|Vector| $)) "\\spad{generic(vs,ve)} returns a generic element,{} \\spadignore{i.e.} the linear combination of \\spad{ve} with the symbolic coefficients \\spad{vs} error,{} if the vector of symbols is shorter than the vector of elements") (($ (|Symbol|) (|Vector| $)) "\\spad{generic(s,v)} returns a generic element,{} \\spadignore{i.e.} the linear combination of \\spad{v} with the symbolic coefficients \\spad{s1,s2,..}") (($ (|Vector| $)) "\\spad{generic(ve)} returns a generic element,{} \\spadignore{i.e.} the linear combination of \\spad{ve} basis with the symbolic coefficients \\spad{\\%x1,\\%x2,..}") (($ (|Vector| (|Symbol|))) "\\spad{generic(vs)} returns a generic element,{} \\spadignore{i.e.} the linear combination of the fixed basis with the symbolic coefficients \\spad{vs}; error,{} if the vector of symbols is too short") (($ (|Symbol|)) "\\spad{generic(s)} returns a generic element,{} \\spadignore{i.e.} the linear combination of the fixed basis with the symbolic coefficients \\spad{s1,s2,..}") (($) "\\spad{generic()} returns a generic element,{} \\spadignore{i.e.} the linear combination of the fixed basis with the symbolic coefficients \\spad{\\%x1,\\%x2,..}")) (|rightUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{rightUnits()} returns the affine space of all right units of the algebra,{} or \\spad{\"failed\"} if there is none")) (|leftUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{leftUnits()} returns the affine space of all left units of the algebra,{} or \\spad{\"failed\"} if there is none")) (|coerce| (($ (|Vector| (|Fraction| (|Polynomial| |#1|)))) "\\spad{coerce(v)} assumes that it is called with a vector of length equal to the dimension of the algebra,{} then a linear combination with the basis element is formed")))
-((-3993 |has| (-350 (-857 |#1|)) (-495)) (-3991 . T) (-3990 . T))
-((|HasCategory| (-350 (-857 |#1|)) (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| (-350 (-857 |#1|)) (QUOTE (-495))))
+((-3994 |has| (-350 (-858 |#1|)) (-496)) (-3992 . T) (-3991 . T))
+((|HasCategory| (-350 (-858 |#1|)) (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| (-350 (-858 |#1|)) (QUOTE (-496))))
(-394 |vl| R E)
((|constructor| (NIL "\\indented{2}{This type supports distributed multivariate polynomials} whose variables are from a user specified list of symbols. The coefficient ring may be non commutative,{} but the variables are assumed to commute. The term ordering is specified by its third parameter. Suggested types which define term orderings include: \\spadtype{DirectProduct},{} \\spadtype{HomogeneousDirectProduct},{} \\spadtype{SplitHomogeneousDirectProduct} and finally \\spadtype{OrderedDirectProduct} which accepts an arbitrary user function to define a term ordering.")) (|reorder| (($ $ (|List| (|Integer|))) "\\spad{reorder(p, perm)} applies the permutation perm to the variables in a polynomial and returns the new correctly ordered polynomial")))
-(((-3998 "*") |has| |#2| (-146)) (-3989 |has| |#2| (-495)) (-3994 |has| |#2| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#2| (QUOTE (-821))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-821)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-821)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-821)))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-146))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-495)))) (-12 (|HasCategory| |#2| (QUOTE (-796 (-330)))) (|HasCategory| (-773 |#1|) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#2| (QUOTE (-796 (-484)))) (|HasCategory| (-773 |#1|) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-473))))) (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-312))) (|HasAttribute| |#2| (QUOTE -3994)) (|HasCategory| |#2| (QUOTE (-392))) (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
+(((-3999 "*") |has| |#2| (-146)) (-3990 |has| |#2| (-496)) (-3995 |has| |#2| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#2| (QUOTE (-822))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-822)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-822)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-822)))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-146))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-496)))) (-12 (|HasCategory| |#2| (QUOTE (-797 (-330)))) (|HasCategory| (-774 |#1|) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#2| (QUOTE (-797 (-485)))) (|HasCategory| (-774 |#1|) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-474))))) (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-312))) (|HasAttribute| |#2| (QUOTE -3995)) (|HasCategory| |#2| (QUOTE (-392))) (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
(-395 R BP)
((|constructor| (NIL "\\indented{1}{Author : \\spad{P}.Gianni.} January 1990 The equation \\spad{Af+Bg=h} and its generalization to \\spad{n} polynomials is solved for solutions over the \\spad{R},{} euclidean domain. A table containing the solutions of \\spad{Af+Bg=x**k} is used. The operations are performed modulus a prime which are in principle big enough,{} but the solutions are tested and,{} in case of failure,{} a hensel lifting process is used to get to the right solutions. It will be used in the factorization of multivariate polynomials over finite field,{} with \\spad{R=F[x]}.")) (|testModulus| (((|Boolean|) |#1| (|List| |#2|)) "\\spad{testModulus(p,lp)} returns \\spad{true} if the the prime \\spad{p} is valid for the list of polynomials \\spad{lp},{} \\spadignore{i.e.} preserves the degree and they remain relatively prime.")) (|solveid| (((|Union| (|List| |#2|) "failed") |#2| |#1| (|Vector| (|List| |#2|))) "\\spad{solveid(h,table)} computes the coefficients of the extended euclidean algorithm for a list of polynomials whose tablePow is \\spad{table} and with right side \\spad{h}.")) (|tablePow| (((|Union| (|Vector| (|List| |#2|)) "failed") (|NonNegativeInteger|) |#1| (|List| |#2|)) "\\spad{tablePow(maxdeg,prime,lpol)} constructs the table with the coefficients of the Extended Euclidean Algorithm for \\spad{lpol}. Here the right side is \\spad{x**k},{} for \\spad{k} less or equal to \\spad{maxdeg}. The operation returns \"failed\" when the elements are not coprime modulo \\spad{prime}.")) (|compBound| (((|NonNegativeInteger|) |#2| (|List| |#2|)) "\\spad{compBound(p,lp)} computes a bound for the coefficients of the solution polynomials. Given a polynomial right hand side \\spad{p},{} and a list \\spad{lp} of left hand side polynomials. Exported because it depends on the valuation.")) (|reduction| ((|#2| |#2| |#1|) "\\spad{reduction(p,prime)} reduces the polynomial \\spad{p} modulo \\spad{prime} of \\spad{R}. Note: this function is exported only because it's conditional.")))
NIL
@@ -1534,7 +1534,7 @@ NIL
NIL
(-401 |vl| R IS E |ff| P)
((|constructor| (NIL "This package \\undocumented")) (* (($ |#6| $) "\\spad{p*x} \\undocumented")) (|multMonom| (($ |#2| |#4| $) "\\spad{multMonom(r,e,x)} \\undocumented")) (|build| (($ |#2| |#3| |#4|) "\\spad{build(r,i,e)} \\undocumented")) (|unitVector| (($ |#3|) "\\spad{unitVector(x)} \\undocumented")) (|monomial| (($ |#2| (|ModuleMonomial| |#3| |#4| |#5|)) "\\spad{monomial(r,x)} \\undocumented")) (|reductum| (($ $) "\\spad{reductum(x)} \\undocumented")) (|leadingIndex| ((|#3| $) "\\spad{leadingIndex(x)} \\undocumented")) (|leadingExponent| ((|#4| $) "\\spad{leadingExponent(x)} \\undocumented")) (|leadingMonomial| (((|ModuleMonomial| |#3| |#4| |#5|) $) "\\spad{leadingMonomial(x)} \\undocumented")) (|leadingCoefficient| ((|#2| $) "\\spad{leadingCoefficient(x)} \\undocumented")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
(-402 E V R P Q)
((|constructor| (NIL "Gosper's summation algorithm.")) (|GospersMethod| (((|Union| |#5| "failed") |#5| |#2| (|Mapping| |#2|)) "\\spad{GospersMethod(b, n, new)} returns a rational function \\spad{rf(n)} such that \\spad{a(n) * rf(n)} is the indefinite sum of \\spad{a(n)} with respect to upward difference on \\spad{n},{} \\spadignore{i.e.} \\spad{a(n+1) * rf(n+1) - a(n) * rf(n) = a(n)},{} where \\spad{b(n) = a(n)/a(n-1)} is a rational function. Returns \"failed\" if no such rational function \\spad{rf(n)} exists. Note: \\spad{new} is a nullary function returning a new \\spad{V} every time. The condition on \\spad{a(n)} is that \\spad{a(n)/a(n-1)} is a rational function of \\spad{n}.")))
@@ -1542,8 +1542,8 @@ NIL
NIL
(-403 R E |VarSet| P)
((|constructor| (NIL "A domain for polynomial sets.")) (|convert| (($ (|List| |#4|)) "\\axiom{convert(lp)} returns the polynomial set whose members are the polynomials of \\axiom{lp}.")))
-((-3997 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1013))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (|HasCategory| |#4| (QUOTE (-553 (-473)))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#4| (QUOTE (-552 (-772)))) (|HasCategory| |#4| (QUOTE (-1013))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|))))
+NIL
+((-12 (|HasCategory| |#4| (QUOTE (-1014))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (|HasCategory| |#4| (QUOTE (-554 (-474)))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#4| (QUOTE (-553 (-773)))) (|HasCategory| |#4| (QUOTE (-1014))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|))))
(-404 S R E)
((|constructor| (NIL "GradedAlgebra(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-algebra''. A graded algebra is a graded module together with a degree preserving \\spad{R}-linear map,{} called the {\\em product}. \\blankline The name ``product'' is written out in full so inner and outer products with the same mapping type can be distinguished by name.")) (|product| (($ $ $) "\\spad{product(a,b)} is the degree-preserving \\spad{R}-linear product: \\blankline \\indented{2}{\\spad{degree product(a,b) = degree a + degree b}} \\indented{2}{\\spad{product(a1+a2,b) = product(a1,b) + product(a2,b)}} \\indented{2}{\\spad{product(a,b1+b2) = product(a,b1) + product(a,b2)}} \\indented{2}{\\spad{product(r*a,b) = product(a,r*b) = r*product(a,b)}} \\indented{2}{\\spad{product(a,product(b,c)) = product(product(a,b),c)}}")) (|One| (($) "1 is the identity for \\spad{product}.")))
NIL
@@ -1572,7 +1572,7 @@ NIL
((|constructor| (NIL "GradedModule(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-module'',{} \\spadignore{i.e.} collection of \\spad{R}-modules indexed by an abelian monoid \\spad{E}. An element \\spad{g} of \\spad{G[s]} for some specific \\spad{s} in \\spad{E} is said to be an element of \\spad{G} with {\\em degree} \\spad{s}. Sums are defined in each module \\spad{G[s]} so two elements of \\spad{G} have a sum if they have the same degree. \\blankline Morphisms can be defined and composed by degree to give the mathematical category of graded modules.")) (+ (($ $ $) "\\spad{g+h} is the sum of \\spad{g} and \\spad{h} in the module of elements of the same degree as \\spad{g} and \\spad{h}. Error: if \\spad{g} and \\spad{h} have different degrees.")) (- (($ $ $) "\\spad{g-h} is the difference of \\spad{g} and \\spad{h} in the module of elements of the same degree as \\spad{g} and \\spad{h}. Error: if \\spad{g} and \\spad{h} have different degrees.") (($ $) "\\spad{-g} is the additive inverse of \\spad{g} in the module of elements of the same grade as \\spad{g}.")) (* (($ $ |#1|) "\\spad{g*r} is right module multiplication.") (($ |#1| $) "\\spad{r*g} is left module multiplication.")) (|Zero| (($) "0 denotes the zero of degree 0.")) (|degree| ((|#2| $) "\\spad{degree(g)} names the degree of \\spad{g}. The set of all elements of a given degree form an \\spad{R}-module.")))
NIL
NIL
-(-411 |lv| -3093 R)
+(-411 |lv| -3094 R)
((|constructor| (NIL "\\indented{1}{Author : \\spad{P}.Gianni,{} Summer \\spad{'88},{} revised November \\spad{'89}} Solve systems of polynomial equations using Groebner bases Total order Groebner bases are computed and then converted to lex ones This package is mostly intended for internal use.")) (|genericPosition| (((|Record| (|:| |dpolys| (|List| (|DistributedMultivariatePolynomial| |#1| |#2|))) (|:| |coords| (|List| (|Integer|)))) (|List| (|DistributedMultivariatePolynomial| |#1| |#2|)) (|List| (|OrderedVariableList| |#1|))) "\\spad{genericPosition(lp,lv)} puts a radical zero dimensional ideal in general position,{} for system \\spad{lp} in variables \\spad{lv}.")) (|testDim| (((|Union| (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) "failed") (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) (|List| (|OrderedVariableList| |#1|))) "\\spad{testDim(lp,lv)} tests if the polynomial system \\spad{lp} in variables \\spad{lv} is zero dimensional.")) (|groebSolve| (((|List| (|List| (|DistributedMultivariatePolynomial| |#1| |#2|))) (|List| (|DistributedMultivariatePolynomial| |#1| |#2|)) (|List| (|OrderedVariableList| |#1|))) "\\spad{groebSolve(lp,lv)} reduces the polynomial system \\spad{lp} in variables \\spad{lv} to triangular form. Algorithm based on groebner bases algorithm with linear algebra for change of ordering. Preprocessing for the general solver. The polynomials in input are of type \\spadtype{DMP}.")))
NIL
NIL
@@ -1582,23 +1582,23 @@ NIL
NIL
(-413)
((|constructor| (NIL "The class of multiplicative groups,{} \\spadignore{i.e.} monoids with multiplicative inverses. \\blankline")) (|commutator| (($ $ $) "\\spad{commutator(p,q)} computes \\spad{inv(p) * inv(q) * p * q}.")) (|conjugate| (($ $ $) "\\spad{conjugate(p,q)} computes \\spad{inv(q) * p * q}; this is 'right action by conjugation'.")) (|unitsKnown| ((|attribute|) "unitsKnown asserts that recip only returns \"failed\" for non-units.")) (** (($ $ (|Integer|)) "\\spad{x**n} returns \\spad{x} raised to the integer power \\spad{n}.")) (/ (($ $ $) "\\spad{x/y} is the same as \\spad{x} times the inverse of \\spad{y}.")) (|inv| (($ $) "\\spad{inv(x)} returns the inverse of \\spad{x}.")))
-((-3993 . T))
+((-3994 . T))
NIL
(-414 |Coef| |var| |cen|)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x\\^r)}.")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|coerce| (($ (|UnivariatePuiseuxSeries| |#1| |#2| |#3|)) "\\spad{coerce(f)} converts a Puiseux series to a general power series.") (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Puiseux series.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484))) (|devaluate| |#1|)))) (|HasCategory| (-350 (-484)) (QUOTE (-1025))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484)))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-29 (-484)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1115)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1090))))) (|HasSignature| |#1| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#1|)))))))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485))) (|devaluate| |#1|)))) (|HasCategory| (-350 (-485)) (QUOTE (-1026))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485)))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-29 (-485)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1091))))) (|HasSignature| |#1| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#1|)))))))
(-415 |Key| |Entry| |Tbl| |dent|)
((|constructor| (NIL "A sparse table has a default entry,{} which is returned if no other value has been explicitly stored for a key.")))
-((-3997 . T))
-((-12 (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-552 (-772))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-473)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#2|))))
+NIL
+((-12 (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-553 (-773))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-554 (-474)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#2|))))
(-416 R E V P)
((|constructor| (NIL "A domain constructor of the category \\axiomType{TriangularSetCategory}. The only requirement for a list of polynomials to be a member of such a domain is the following: no polynomial is constant and two distinct polynomials have distinct main variables. Such a triangular set may not be auto-reduced or consistent. Triangular sets are stored as sorted lists \\spad{w}.\\spad{r}.\\spad{t}. the main variables of their members but they are displayed in reverse order.\\newline References : \\indented{1}{[1] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)}")))
-((-3997 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1013))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (|HasCategory| |#4| (QUOTE (-553 (-473)))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-552 (-772)))) (|HasCategory| |#4| (QUOTE (-1013))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|))))
+NIL
+((-12 (|HasCategory| |#4| (QUOTE (-1014))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (|HasCategory| |#4| (QUOTE (-554 (-474)))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-553 (-773)))) (|HasCategory| |#4| (QUOTE (-1014))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|))))
(-417)
((|constructor| (NIL "\\indented{1}{Symbolic fractions in \\%\\spad{pi} with integer coefficients;} \\indented{1}{The point for using \\spad{Pi} as the default domain for those fractions} \\indented{1}{is that \\spad{Pi} is coercible to the float types,{} and not Expression.} Date Created: 21 Feb 1990 Date Last Updated: 12 Mai 1992")) (|pi| (($) "\\spad{pi()} returns the symbolic \\%\\spad{pi}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
(-418)
((|constructor| (NIL "This domain represents a `has' expression.")) (|rhs| (((|SpadAst|) $) "\\spad{rhs(e)} returns the right hand side of the case expression `e'.")) (|lhs| (((|SpadAst|) $) "\\spad{lhs(e)} returns the left hand side of the has expression `e'.")))
@@ -1606,29 +1606,29 @@ NIL
NIL
(-419 |Key| |Entry| |hashfn|)
((|constructor| (NIL "This domain provides access to the underlying Lisp hash tables. By varying the hashfn parameter,{} tables suited for different purposes can be obtained.")))
-((-3997 . T))
-((-12 (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-552 (-772))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-473)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#2|))))
+NIL
+((-12 (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-553 (-773))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-554 (-474)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#2|))))
(-420)
((|constructor| (NIL "\\indented{1}{Author : Larry Lambe} Date Created : August 1988 Date Last Updated : March 9 1990 Related Constructors: OrderedSetInts,{} Commutator,{} FreeNilpotentLie AMS Classification: Primary 17B05,{} 17B30; Secondary 17A50 Keywords: free Lie algebra,{} Hall basis,{} basic commutators Description : Generate a basis for the free Lie algebra on \\spad{n} generators over a ring \\spad{R} with identity up to basic commutators of length \\spad{c} using the algorithm of \\spad{P}. Hall as given in Serre's book Lie Groups -- Lie Algebras")) (|generate| (((|Vector| (|List| (|Integer|))) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{generate(numberOfGens, maximalWeight)} generates a vector of elements of the form [left,{}weight,{}right] which represents a \\spad{P}. Hall basis element for the free lie algebra on \\spad{numberOfGens} generators. We only generate those basis elements of weight less than or equal to maximalWeight")) (|inHallBasis?| (((|Boolean|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{inHallBasis?(numberOfGens, leftCandidate, rightCandidate, left)} tests to see if a new element should be added to the \\spad{P}. Hall basis being constructed. The list \\spad{[leftCandidate,wt,rightCandidate]} is included in the basis if in the unique factorization of \\spad{rightCandidate},{} we have left factor leftOfRight,{} and leftOfRight <= \\spad{leftCandidate}")) (|lfunc| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{lfunc(d,n)} computes the rank of the \\spad{n}th factor in the lower central series of the free \\spad{d}-generated free Lie algebra; This rank is \\spad{d} if \\spad{n} = 1 and binom(\\spad{d},{}2) if \\spad{n} = 2")))
NIL
NIL
(-421 |vl| R)
((|constructor| (NIL "\\indented{2}{This type supports distributed multivariate polynomials} whose variables are from a user specified list of symbols. The coefficient ring may be non commutative,{} but the variables are assumed to commute. The term ordering is total degree ordering refined by reverse lexicographic ordering with respect to the position that the variables appear in the list of variables parameter.")) (|reorder| (($ $ (|List| (|Integer|))) "\\spad{reorder(p, perm)} applies the permutation perm to the variables in a polynomial and returns the new correctly ordered polynomial")))
-(((-3998 "*") |has| |#2| (-146)) (-3989 |has| |#2| (-495)) (-3994 |has| |#2| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#2| (QUOTE (-821))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-821)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-821)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-821)))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-146))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-495)))) (-12 (|HasCategory| |#2| (QUOTE (-796 (-330)))) (|HasCategory| (-773 |#1|) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#2| (QUOTE (-796 (-484)))) (|HasCategory| (-773 |#1|) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-473))))) (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-312))) (|HasAttribute| |#2| (QUOTE -3994)) (|HasCategory| |#2| (QUOTE (-392))) (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
-(-422 -2622 S)
+(((-3999 "*") |has| |#2| (-146)) (-3990 |has| |#2| (-496)) (-3995 |has| |#2| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#2| (QUOTE (-822))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-822)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-822)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-822)))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-146))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-496)))) (-12 (|HasCategory| |#2| (QUOTE (-797 (-330)))) (|HasCategory| (-774 |#1|) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#2| (QUOTE (-797 (-485)))) (|HasCategory| (-774 |#1|) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-474))))) (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-312))) (|HasAttribute| |#2| (QUOTE -3995)) (|HasCategory| |#2| (QUOTE (-392))) (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
+(-422 -2623 S)
((|constructor| (NIL "\\indented{2}{This type represents the finite direct or cartesian product of an} underlying ordered component type. The vectors are ordered first by the sum of their components,{} and then refined using a reverse lexicographic ordering. This type is a suitable third argument for \\spadtype{GeneralDistributedMultivariatePolynomial}.")))
-((-3990 |has| |#2| (-961)) (-3991 |has| |#2| (-961)) (-3993 |has| |#2| (-6 -3993)))
-((OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-312))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-717))) (OR (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-756)))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-320))) (OR (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-961))))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (|HasCategory| |#2| (QUOTE (-190))) (OR (|HasCategory| |#2| (QUOTE (-190))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-961))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (|HasCategory| |#2| (QUOTE (-809 (-1090))))) (|HasCategory| |#2| (QUOTE (-1013))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-1013))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-961))))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-484) (QUOTE (-756))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-1013)))) (|HasAttribute| |#2| (QUOTE -3993)) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#2|))))
+((-3991 |has| |#2| (-962)) (-3992 |has| |#2| (-962)) (-3994 |has| |#2| (-6 -3994)))
+((OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-312))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-718))) (OR (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-757)))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-320))) (OR (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-962))))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (|HasCategory| |#2| (QUOTE (-190))) (OR (|HasCategory| |#2| (QUOTE (-190))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-962))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (|HasCategory| |#2| (QUOTE (-810 (-1091))))) (|HasCategory| |#2| (QUOTE (-1014))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-1014))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-962))))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-485) (QUOTE (-757))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-1014)))) (|HasAttribute| |#2| (QUOTE -3994)) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#2|))))
(-423)
((|constructor| (NIL "This domain represents the header of a definition.")) (|parameters| (((|List| (|ParameterAst|)) $) "\\spad{parameters(h)} gives the parameters specified in the definition header `h'.")) (|name| (((|Identifier|) $) "\\spad{name(h)} returns the name of the operation defined defined.")) (|headAst| (($ (|Identifier|) (|List| (|ParameterAst|))) "\\spad{headAst(f,[x1,..,xn])} constructs a function definition header.")))
NIL
NIL
(-424 S)
((|constructor| (NIL "Heap implemented in a flexible array to allow for insertions")) (|heap| (($ (|List| |#1|)) "\\spad{heap(ls)} creates a heap of elements consisting of the elements of \\spad{ls}.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))))
-(-425 -3093 UP UPUP R)
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))))
+(-425 -3094 UP UPUP R)
((|constructor| (NIL "This domains implements finite rational divisors on an hyperelliptic curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}'s are integers and the \\spad{P}'s are finite rational points on the curve. The equation of the curve must be \\spad{y^2} = \\spad{f}(\\spad{x}) and \\spad{f} must have odd degree.")))
NIL
NIL
@@ -1638,12 +1638,12 @@ NIL
NIL
(-427)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating hexadecimal expansions.")) (|hex| (($ (|Fraction| (|Integer|))) "\\spad{hex(r)} converts a rational number to a hexadecimal expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(h)} returns the fractional part of a hexadecimal expansion.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| (-484) (QUOTE (-821))) (|HasCategory| (-484) (QUOTE (-950 (-1090)))) (|HasCategory| (-484) (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-120))) (|HasCategory| (-484) (QUOTE (-553 (-473)))) (|HasCategory| (-484) (QUOTE (-933))) (|HasCategory| (-484) (QUOTE (-740))) (|HasCategory| (-484) (QUOTE (-756))) (OR (|HasCategory| (-484) (QUOTE (-740))) (|HasCategory| (-484) (QUOTE (-756)))) (|HasCategory| (-484) (QUOTE (-950 (-484)))) (|HasCategory| (-484) (QUOTE (-1066))) (|HasCategory| (-484) (QUOTE (-796 (-330)))) (|HasCategory| (-484) (QUOTE (-796 (-484)))) (|HasCategory| (-484) (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-484) (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-484) (QUOTE (-189))) (|HasCategory| (-484) (QUOTE (-811 (-1090)))) (|HasCategory| (-484) (QUOTE (-190))) (|HasCategory| (-484) (QUOTE (-809 (-1090)))) (|HasCategory| (-484) (QUOTE (-455 (-1090) (-484)))) (|HasCategory| (-484) (QUOTE (-260 (-484)))) (|HasCategory| (-484) (QUOTE (-241 (-484) (-484)))) (|HasCategory| (-484) (QUOTE (-258))) (|HasCategory| (-484) (QUOTE (-483))) (|HasCategory| (-484) (QUOTE (-580 (-484)))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-821)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-821)))) (|HasCategory| (-484) (QUOTE (-118)))))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| (-485) (QUOTE (-822))) (|HasCategory| (-485) (QUOTE (-951 (-1091)))) (|HasCategory| (-485) (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-120))) (|HasCategory| (-485) (QUOTE (-554 (-474)))) (|HasCategory| (-485) (QUOTE (-934))) (|HasCategory| (-485) (QUOTE (-741))) (|HasCategory| (-485) (QUOTE (-757))) (OR (|HasCategory| (-485) (QUOTE (-741))) (|HasCategory| (-485) (QUOTE (-757)))) (|HasCategory| (-485) (QUOTE (-951 (-485)))) (|HasCategory| (-485) (QUOTE (-1067))) (|HasCategory| (-485) (QUOTE (-797 (-330)))) (|HasCategory| (-485) (QUOTE (-797 (-485)))) (|HasCategory| (-485) (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-485) (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-485) (QUOTE (-189))) (|HasCategory| (-485) (QUOTE (-812 (-1091)))) (|HasCategory| (-485) (QUOTE (-190))) (|HasCategory| (-485) (QUOTE (-810 (-1091)))) (|HasCategory| (-485) (QUOTE (-456 (-1091) (-485)))) (|HasCategory| (-485) (QUOTE (-260 (-485)))) (|HasCategory| (-485) (QUOTE (-241 (-485) (-485)))) (|HasCategory| (-485) (QUOTE (-258))) (|HasCategory| (-485) (QUOTE (-484))) (|HasCategory| (-485) (QUOTE (-581 (-485)))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-822)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-822)))) (|HasCategory| (-485) (QUOTE (-118)))))
(-428 A S)
((|constructor| (NIL "A homogeneous aggregate is an aggregate of elements all of the same type. In the current system,{} all aggregates are homogeneous. Two attributes characterize classes of aggregates.")) (|map| (($ (|Mapping| |#2| |#2|) $) "\\spad{map(f,u)} returns a copy of \\spad{u} with each element \\spad{x} replaced by \\spad{f}(\\spad{x}). For collections,{} \\axiom{map(\\spad{f},{}\\spad{u}) = [\\spad{f}(\\spad{x}) for \\spad{x} in \\spad{u}]}.")))
NIL
-((|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-552 (-772)))))
+((|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-553 (-773)))))
(-429 S)
((|constructor| (NIL "A homogeneous aggregate is an aggregate of elements all of the same type. In the current system,{} all aggregates are homogeneous. Two attributes characterize classes of aggregates.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,u)} returns a copy of \\spad{u} with each element \\spad{x} replaced by \\spad{f}(\\spad{x}). For collections,{} \\axiom{map(\\spad{f},{}\\spad{u}) = [\\spad{f}(\\spad{x}) for \\spad{x} in \\spad{u}]}.")))
NIL
@@ -1664,3109 +1664,3113 @@ NIL
((|constructor| (NIL "Category for the hyperbolic trigonometric functions.")) (|tanh| (($ $) "\\spad{tanh(x)} returns the hyperbolic tangent of \\spad{x}.")) (|sinh| (($ $) "\\spad{sinh(x)} returns the hyperbolic sine of \\spad{x}.")) (|sech| (($ $) "\\spad{sech(x)} returns the hyperbolic secant of \\spad{x}.")) (|csch| (($ $) "\\spad{csch(x)} returns the hyperbolic cosecant of \\spad{x}.")) (|coth| (($ $) "\\spad{coth(x)} returns the hyperbolic cotangent of \\spad{x}.")) (|cosh| (($ $) "\\spad{cosh(x)} returns the hyperbolic cosine of \\spad{x}.")))
NIL
NIL
-(-434 -3093 UP |AlExt| |AlPol|)
+(-434 -3094 UP |AlExt| |AlPol|)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in an algebraic extension of a field over which we can factor UP's.")) (|factor| (((|Factored| |#4|) |#4| (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{factor(p, f)} returns a prime factorisation of \\spad{p}; \\spad{f} is a factorisation map for elements of UP.")))
NIL
NIL
(-435)
((|constructor| (NIL "Algebraic closure of the rational numbers.")) (|norm| (($ $ (|List| (|Kernel| $))) "\\spad{norm(f,l)} computes the norm of the algebraic number \\spad{f} with respect to the extension generated by kernels \\spad{l}") (($ $ (|Kernel| $)) "\\spad{norm(f,k)} computes the norm of the algebraic number \\spad{f} with respect to the extension generated by kernel \\spad{k}") (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|List| (|Kernel| $))) "\\spad{norm(p,l)} computes the norm of the polynomial \\spad{p} with respect to the extension generated by kernels \\spad{l}") (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{norm(p,k)} computes the norm of the polynomial \\spad{p} with respect to the extension generated by kernel \\spad{k}")) (|trueEqual| (((|Boolean|) $ $) "\\spad{trueEqual(x,y)} tries to determine if the two numbers are equal")) (|reduce| (($ $) "\\spad{reduce(f)} simplifies all the unreduced algebraic numbers present in \\spad{f} by applying their defining relations.")) (|denom| (((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{Z}.")) (|numer| (((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{Z}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| $ (QUOTE (-961))) (|HasCategory| $ (QUOTE (-950 (-484)))))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| $ (QUOTE (-962))) (|HasCategory| $ (QUOTE (-951 (-485)))))
(-436 S |mn|)
((|constructor| (NIL "\\indented{1}{Author Micheal Monagan \\spad{Aug/87}} This is the basic one dimensional array data type.")))
-((-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-756))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|)))))
+NIL
+((OR (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-757))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|)))))
(-437 R |Row| |Col|)
((|constructor| (NIL "\\indented{1}{This is an internal type which provides an implementation of} 2-dimensional arrays as PrimitiveArray's of PrimitiveArray's.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))))
(-438 K R UP)
((|constructor| (NIL "\\indented{1}{Author: Clifton Williamson} Date Created: 9 August 1993 Date Last Updated: 3 December 1993 Basic Operations: chineseRemainder,{} factorList Related Domains: PAdicWildFunctionFieldIntegralBasis(\\spad{K},{}\\spad{R},{}UP,{}\\spad{F}) Also See: WildFunctionFieldIntegralBasis,{} FunctionFieldIntegralBasis AMS Classifications: Keywords: function field,{} finite field,{} integral basis Examples: References: Description:")) (|chineseRemainder| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) (|List| |#3|) (|List| (|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) (|NonNegativeInteger|)) "\\spad{chineseRemainder(lu,lr,n)} \\undocumented")) (|listConjugateBases| (((|List| (|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) (|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{listConjugateBases(bas,q,n)} returns the list \\spad{[bas,bas^Frob,bas^(Frob^2),...bas^(Frob^(n-1))]},{} where \\spad{Frob} raises the coefficients of all polynomials appearing in the basis \\spad{bas} to the \\spad{q}th power.")) (|factorList| (((|List| (|SparseUnivariatePolynomial| |#1|)) |#1| (|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{factorList(k,n,m,j)} \\undocumented")))
NIL
NIL
-(-439 R UP -3093)
+(-439 R UP -3094)
((|constructor| (NIL "This package contains functions used in the packages FunctionFieldIntegralBasis and NumberFieldIntegralBasis.")) (|moduleSum| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{moduleSum(m1,m2)} returns the sum of two modules in the framed algebra \\spad{F}. Each module \\spad{mi} is represented as follows: \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn} and \\spad{mi} is a record \\spad{[basis,basisDen,basisInv]}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then a basis \\spad{v1,...,vn} for \\spad{mi} is given by \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|idealiserMatrix| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiserMatrix(m1, m2)} returns the matrix representing the linear conditions on the Ring associatied with an ideal defined by \\spad{m1} and \\spad{m2}.")) (|idealiser| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{idealiser(m1,m2,d)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2} where \\spad{d} is the known part of the denominator") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiser(m1,m2)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2}")) (|leastPower| (((|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{leastPower(p,n)} returns \\spad{e},{} where \\spad{e} is the smallest integer such that \\spad{p **e >= n}")) (|divideIfCan!| ((|#1| (|Matrix| |#1|) (|Matrix| |#1|) |#1| (|Integer|)) "\\spad{divideIfCan!(matrix,matrixOut,prime,n)} attempts to divide the entries of \\spad{matrix} by \\spad{prime} and store the result in \\spad{matrixOut}. If it is successful,{} 1 is returned and if not,{} \\spad{prime} is returned. Here both \\spad{matrix} and \\spad{matrixOut} are \\spad{n}-by-\\spad{n} upper triangular matrices.")) (|matrixGcd| ((|#1| (|Matrix| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{matrixGcd(mat,sing,n)} is \\spad{gcd(sing,g)} where \\spad{g} is the gcd of the entries of the \\spad{n}-by-\\spad{n} upper-triangular matrix \\spad{mat}.")) (|diagonalProduct| ((|#1| (|Matrix| |#1|)) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
-(-440 K R UP L)
+(-440 |mn|)
+((|constructor| (NIL "\\spadtype{IndexedBits} is a domain to compactly represent large quantities of Boolean data.")))
+NIL
+((-12 (|HasCategory| (-85) (QUOTE (-260 (-85)))) (|HasCategory| (-85) (QUOTE (-1014)))) (|HasCategory| (-85) (QUOTE (-554 (-474)))) (|HasCategory| (-85) (QUOTE (-757))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| (-85) (QUOTE (-72))) (|HasCategory| (-85) (QUOTE (-553 (-773)))) (|HasCategory| (-85) (QUOTE (-1014))) (-12 (|HasCategory| $ (QUOTE (-1036 (-85)))) (|HasCategory| (-85) (QUOTE (-757)))) (|HasCategory| $ (QUOTE (-318 (-85)))) (-12 (|HasCategory| $ (QUOTE (-318 (-85)))) (|HasCategory| (-85) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-1036 (-85)))))
+(-441 K R UP L)
((|constructor| (NIL "IntegralBasisPolynomialTools provides functions for \\indented{1}{mapping functions on the coefficients of univariate and bivariate} \\indented{1}{polynomials.}")) (|mapBivariate| (((|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#4|)) (|Mapping| |#4| |#1|) |#3|) "\\spad{mapBivariate(f,p(x,y))} applies the function \\spad{f} to the coefficients of \\spad{p(x,y)}.")) (|mapMatrixIfCan| (((|Union| (|Matrix| |#2|) "failed") (|Mapping| (|Union| |#1| "failed") |#4|) (|Matrix| (|SparseUnivariatePolynomial| |#4|))) "\\spad{mapMatrixIfCan(f,mat)} applies the function \\spad{f} to the coefficients of the entries of \\spad{mat} if possible,{} and returns \\spad{\"failed\"} otherwise.")) (|mapUnivariateIfCan| (((|Union| |#2| "failed") (|Mapping| (|Union| |#1| "failed") |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{mapUnivariateIfCan(f,p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)},{} if possible,{} and returns \\spad{\"failed\"} otherwise.")) (|mapUnivariate| (((|SparseUnivariatePolynomial| |#4|) (|Mapping| |#4| |#1|) |#2|) "\\spad{mapUnivariate(f,p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)}.") ((|#2| (|Mapping| |#1| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{mapUnivariate(f,p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)}.")))
NIL
NIL
-(-441)
+(-442)
((|constructor| (NIL "\\indented{1}{This domain implements a container of information} about the AXIOM library")) (|fullDisplay| (((|Void|) $) "\\spad{fullDisplay(ic)} prints all of the information contained in \\axiom{\\spad{ic}}.")) (|display| (((|Void|) $) "\\spad{display(ic)} prints a summary of the information contained in \\axiom{\\spad{ic}}.")) (|elt| (((|String|) $ (|Symbol|)) "\\spad{elt(ic,s)} selects a particular field from \\axiom{\\spad{ic}}. Valid fields are \\axiom{name,{} nargs,{} exposed,{} type,{} abbreviation,{} kind,{} origin,{} params,{} condition,{} doc}.")))
NIL
NIL
-(-442 R Q A B)
+(-443 R Q A B)
((|constructor| (NIL "InnerCommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) "\\spad{splitDenominator([q1,...,qn])} returns \\spad{[[p1,...,pn], d]} such that \\spad{qi = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}'s.")) (|clearDenominator| ((|#3| |#4|) "\\spad{clearDenominator([q1,...,qn])} returns \\spad{[p1,...,pn]} such that \\spad{qi = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}'s.")) (|commonDenominator| ((|#1| |#4|) "\\spad{commonDenominator([q1,...,qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}qn.")))
NIL
NIL
-(-443 -3093 |Expon| |VarSet| |DPoly|)
+(-444 -3094 |Expon| |VarSet| |DPoly|)
((|constructor| (NIL "This domain represents polynomial ideals with coefficients in any field and supports the basic ideal operations,{} including intersection sum and quotient. An ideal is represented by a list of polynomials (the generators of the ideal) and a boolean that is \\spad{true} if the generators are a Groebner basis. The algorithms used are based on Groebner basis computations. The ordering is determined by the datatype of the input polynomials. Users may use refinements of total degree orderings.")) (|relationsIdeal| (((|SuchThat| (|List| (|Polynomial| |#1|)) (|List| (|Equation| (|Polynomial| |#1|)))) (|List| |#4|)) "\\spad{relationsIdeal(polyList)} returns the ideal of relations among the polynomials in \\spad{polyList}.")) (|saturate| (($ $ |#4| (|List| |#3|)) "\\spad{saturate(I,f,lvar)} is the saturation with respect to the prime principal ideal which is generated by \\spad{f} in the polynomial ring \\spad{F[lvar]}.") (($ $ |#4|) "\\spad{saturate(I,f)} is the saturation of the ideal \\spad{I} with respect to the multiplicative set generated by the polynomial \\spad{f}.")) (|coerce| (($ (|List| |#4|)) "\\spad{coerce(polyList)} converts the list of polynomials \\spad{polyList} to an ideal.")) (|generators| (((|List| |#4|) $) "\\spad{generators(I)} returns a list of generators for the ideal \\spad{I}.")) (|groebner?| (((|Boolean|) $) "\\spad{groebner?(I)} tests if the generators of the ideal \\spad{I} are a Groebner basis.")) (|groebnerIdeal| (($ (|List| |#4|)) "\\spad{groebnerIdeal(polyList)} constructs the ideal generated by the list of polynomials \\spad{polyList} which are assumed to be a Groebner basis. Note: this operation avoids a Groebner basis computation.")) (|ideal| (($ (|List| |#4|)) "\\spad{ideal(polyList)} constructs the ideal generated by the list of polynomials \\spad{polyList}.")) (|leadingIdeal| (($ $) "\\spad{leadingIdeal(I)} is the ideal generated by the leading terms of the elements of the ideal \\spad{I}.")) (|dimension| (((|Integer|) $) "\\spad{dimension(I)} gives the dimension of the ideal \\spad{I}. in the ring \\spad{F[lvar]},{} where lvar are the variables appearing in \\spad{I}") (((|Integer|) $ (|List| |#3|)) "\\spad{dimension(I,lvar)} gives the dimension of the ideal \\spad{I},{} in the ring \\spad{F[lvar]}")) (|backOldPos| (($ (|Record| (|:| |mval| (|Matrix| |#1|)) (|:| |invmval| (|Matrix| |#1|)) (|:| |genIdeal| $))) "\\spad{backOldPos(genPos)} takes the result produced by \\spadfunFrom{generalPosition}{PolynomialIdeals} and performs the inverse transformation,{} returning the original ideal \\spad{backOldPos(generalPosition(I,listvar))} = \\spad{I}.")) (|generalPosition| (((|Record| (|:| |mval| (|Matrix| |#1|)) (|:| |invmval| (|Matrix| |#1|)) (|:| |genIdeal| $)) $ (|List| |#3|)) "\\spad{generalPosition(I,listvar)} perform a random linear transformation on the variables in \\spad{listvar} and returns the transformed ideal along with the change of basis matrix.")) (|groebner| (($ $) "\\spad{groebner(I)} returns a set of generators of \\spad{I} that are a Groebner basis for \\spad{I}.")) (|quotient| (($ $ |#4|) "\\spad{quotient(I,f)} computes the quotient of the ideal \\spad{I} by the principal ideal generated by the polynomial \\spad{f},{} \\spad{(I:(f))}.") (($ $ $) "\\spad{quotient(I,J)} computes the quotient of the ideals \\spad{I} and \\spad{J},{} \\spad{(I:J)}.")) (|intersect| (($ (|List| $)) "\\spad{intersect(LI)} computes the intersection of the list of ideals \\spad{LI}.") (($ $ $) "\\spad{intersect(I,J)} computes the intersection of the ideals \\spad{I} and \\spad{J}.")) (|zeroDim?| (((|Boolean|) $) "\\spad{zeroDim?(I)} tests if the ideal \\spad{I} is zero dimensional,{} \\spadignore{i.e.} all its associated primes are maximal,{} in the ring \\spad{F[lvar]},{} where lvar are the variables appearing in \\spad{I}") (((|Boolean|) $ (|List| |#3|)) "\\spad{zeroDim?(I,lvar)} tests if the ideal \\spad{I} is zero dimensional,{} \\spadignore{i.e.} all its associated primes are maximal,{} in the ring \\spad{F[lvar]}")) (|inRadical?| (((|Boolean|) |#4| $) "\\spad{inRadical?(f,I)} tests if some power of the polynomial \\spad{f} belongs to the ideal \\spad{I}.")) (|in?| (((|Boolean|) $ $) "\\spad{in?(I,J)} tests if the ideal \\spad{I} is contained in the ideal \\spad{J}.")) (|element?| (((|Boolean|) |#4| $) "\\spad{element?(f,I)} tests whether the polynomial \\spad{f} belongs to the ideal \\spad{I}.")) (|zero?| (((|Boolean|) $) "\\spad{zero?(I)} tests whether the ideal \\spad{I} is the zero ideal")) (|one?| (((|Boolean|) $) "\\spad{one?(I)} tests whether the ideal \\spad{I} is the unit ideal,{} \\spadignore{i.e.} contains 1.")) (+ (($ $ $) "\\spad{I+J} computes the ideal generated by the union of \\spad{I} and \\spad{J}.")) (** (($ $ (|NonNegativeInteger|)) "\\spad{I**n} computes the \\spad{n}th power of the ideal \\spad{I}.")) (* (($ $ $) "\\spad{I*J} computes the product of the ideal \\spad{I} and \\spad{J}.")))
NIL
-((|HasCategory| |#3| (QUOTE (-553 (-1090)))))
-(-444 |vl| |nv|)
+((|HasCategory| |#3| (QUOTE (-554 (-1091)))))
+(-445 |vl| |nv|)
((|constructor| (NIL "\\indented{2}{This package provides functions for the primary decomposition of} polynomial ideals over the rational numbers. The ideals are members of the \\spadtype{PolynomialIdeals} domain,{} and the polynomial generators are required to be from the \\spadtype{DistributedMultivariatePolynomial} domain.")) (|contract| (((|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|List| (|OrderedVariableList| |#1|))) "\\spad{contract(I,lvar)} contracts the ideal \\spad{I} to the polynomial ring \\spad{F[lvar]}.")) (|primaryDecomp| (((|List| (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{primaryDecomp(I)} returns a list of primary ideals such that their intersection is the ideal \\spad{I}.")) (|radical| (((|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{radical(I)} returns the radical of the ideal \\spad{I}.")) (|prime?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{prime?(I)} tests if the ideal \\spad{I} is prime.")) (|zeroDimPrimary?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{zeroDimPrimary?(I)} tests if the ideal \\spad{I} is 0-dimensional primary.")) (|zeroDimPrime?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{zeroDimPrime?(I)} tests if the ideal \\spad{I} is a 0-dimensional prime.")))
NIL
NIL
-(-445 T$)
+(-446 T$)
((|constructor| (NIL "This is the category of all domains that implement idempotent operations.")))
-(((|%Rule| |idempotence| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|)) (-3057 (|f| |x| |x|) |x|))) . T))
+(((|%Rule| |idempotence| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|)) (-3058 (|f| |x| |x|) |x|))) . T))
NIL
-(-446)
+(-447)
((|constructor| (NIL "This domain provides representation for plain identifiers. It differs from Symbol in that it does not support any form of scripting. It is a plain basic data structure. \\blankline")) (|gensym| (($) "\\spad{gensym()} returns a new identifier,{} different from any other identifier in the running system")))
NIL
NIL
-(-447 A S)
+(-448 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of abelian groups over an abelian group \\spad{A} of} generators indexed by the ordered set \\spad{S}. All items have finite support: only non-zero terms are stored.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-1013)))))
-(-448 A S)
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-1014)))))
+(-449 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of abelian monoids over an abelian monoid \\spad{A} of} generators indexed by the ordered set \\spad{S}. All items have finite support. Only non-zero terms are stored.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-1013)))))
-(-449 A S)
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-1014)))))
+(-450 A S)
((|constructor| (NIL "This category represents the direct product of some set with respect to an ordered indexing set.")) (|terms| (((|List| (|IndexedProductTerm| |#1| |#2|)) $) "\\spad{terms x} returns the list of terms in \\spad{x}. Each term is a pair of a support (the first component) and the corresponding value (the second component).")) (|reductum| (($ $) "\\spad{reductum(z)} returns a new element created by removing the leading coefficient/support pair from the element \\spad{z}. Error: if \\spad{z} has no support.")) (|leadingSupport| ((|#2| $) "\\spad{leadingSupport(z)} returns the index of leading (with respect to the ordering on the indexing set) monomial of \\spad{z}. Error: if \\spad{z} has no support.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(z)} returns the coefficient of the leading (with respect to the ordering on the indexing set) monomial of \\spad{z}. Error: if \\spad{z} has no support.")) (|monomial| (($ |#1| |#2|) "\\spad{monomial(a,s)} constructs a direct product element with the \\spad{s} component set to \\spad{a}")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,z)} returns the new element created by applying the function \\spad{f} to each component of the direct product element \\spad{z}.")))
NIL
NIL
-(-450 A S)
+(-451 A S)
((|constructor| (NIL "Indexed direct products of objects over a set \\spad{A} of generators indexed by an ordered set \\spad{S}. All items have finite support.")) (|combineWithIf| (($ $ $ (|Mapping| |#1| |#1| |#1|) (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{combineWithIf(u,v,f,p)} returns the result of combining index-wise,{} coefficients of \\spad{u} and \\spad{u} if when satisfy the predicate \\spad{p}. Those pairs of coefficients which fail\\spad{p} are implicitly ignored.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-1013)))))
-(-451 A S)
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-1014)))))
+(-452 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of ordered abelian monoids \\spad{A} of} generators indexed by the ordered set \\spad{S}. The inherited order is lexicographical. All items have finite support: only non-zero terms are stored.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-1013)))))
-(-452 A S)
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-1014)))))
+(-453 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of ordered abelian monoid sups \\spad{A},{}} generators indexed by the ordered set \\spad{S}. All items have finite support: only non-zero terms are stored.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-1013)))))
-(-453 A S)
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-1014)))))
+(-454 A S)
((|constructor| (NIL "An indexed product term is a utility domain used in the representation of indexed direct product objects.")) (|coefficient| ((|#1| $) "\\spad{coefficient t} returns the coefficient of the tern \\spad{t}.")) (|index| ((|#2| $) "\\spad{index t} returns the index of the term \\spad{t}.")) (|term| (($ |#2| |#1|) "\\spad{term(s,a)} constructs a term with index \\spad{s} and coefficient \\spad{a}.")))
NIL
NIL
-(-454 S A B)
+(-455 S A B)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation'' substitutions. The difference between this and \\spadtype{Evalable} is that the operations in this category specify the substitution as a pair of arguments rather than as an equation.")) (|eval| (($ $ (|List| |#2|) (|List| |#3|)) "\\spad{eval(f, [x1,...,xn], [v1,...,vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ |#2| |#3|) "\\spad{eval(f, x, v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
NIL
-(-455 A B)
+(-456 A B)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation'' substitutions. The difference between this and \\spadtype{Evalable} is that the operations in this category specify the substitution as a pair of arguments rather than as an equation.")) (|eval| (($ $ (|List| |#1|) (|List| |#2|)) "\\spad{eval(f, [x1,...,xn], [v1,...,vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ |#1| |#2|) "\\spad{eval(f, x, v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
NIL
-(-456 S E |un|)
+(-457 S E |un|)
((|constructor| (NIL "Internal implementation of a free abelian monoid.")))
NIL
-((|HasCategory| |#2| (QUOTE (-716))))
-(-457 S |mn|)
+((|HasCategory| |#2| (QUOTE (-717))))
+(-458 S |mn|)
((|constructor| (NIL "\\indented{1}{Author: Michael Monagan \\spad{July/87},{} modified SMW \\spad{June/91}} A FlexibleArray is the notion of an array intended to allow for growth at the end only. Hence the following efficient operations \\indented{2}{\\spad{append(x,a)} meaning append item \\spad{x} at the end of the array \\spad{a}} \\indented{2}{\\spad{delete(a,n)} meaning delete the last item from the array \\spad{a}} Flexible arrays support the other operations inherited from \\spadtype{ExtensibleLinearAggregate}. However,{} these are not efficient. Flexible arrays combine the \\spad{O(1)} access time property of arrays with growing and shrinking at the end in \\spad{O(1)} (average) time. This is done by using an ordinary array which may have zero or more empty slots at the end. When the array becomes full it is copied into a new larger (50\\% larger) array. Conversely,{} when the array becomes less than 1/2 full,{} it is copied into a smaller array. Flexible arrays provide for an efficient implementation of many data structures in particular heaps,{} stacks and sets.")) (|shrinkable| (((|Boolean|) (|Boolean|)) "\\spad{shrinkable(b)} sets the shrinkable attribute of flexible arrays to \\spad{b} and returns the previous value")) (|physicalLength!| (($ $ (|Integer|)) "\\spad{physicalLength!(x,n)} changes the physical length of \\spad{x} to be \\spad{n} and returns the new array.")) (|physicalLength| (((|NonNegativeInteger|) $) "\\spad{physicalLength(x)} returns the number of elements \\spad{x} can accomodate before growing")) (|flexibleArray| (($ (|List| |#1|)) "\\spad{flexibleArray(l)} creates a flexible array from the list of elements \\spad{l}")))
-((-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-756))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|)))))
-(-458)
+NIL
+((OR (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-757))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|)))))
+(-459)
((|constructor| (NIL "This domain represents AST for conditional expressions.")) (|elseBranch| (((|SpadAst|) $) "thenBranch(\\spad{e}) returns the `else-branch' of `e'.")) (|thenBranch| (((|SpadAst|) $) "\\spad{thenBranch(e)} returns the `then-branch' of `e'.")) (|condition| (((|SpadAst|) $) "\\spad{condition(e)} returns the condition of the if-expression `e'.")))
NIL
NIL
-(-459 |p| |n|)
+(-460 |p| |n|)
((|constructor| (NIL "InnerFiniteField(\\spad{p},{}\\spad{n}) implements finite fields with \\spad{p**n} elements where \\spad{p} is assumed prime but does not check. For a version which checks that \\spad{p} is prime,{} see \\spadtype{FiniteField}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((OR (|HasCategory| (-517 |#1|) (QUOTE (-118))) (|HasCategory| (-517 |#1|) (QUOTE (-320)))) (|HasCategory| (-517 |#1|) (QUOTE (-120))) (|HasCategory| (-517 |#1|) (QUOTE (-320))) (|HasCategory| (-517 |#1|) (QUOTE (-118))))
-(-460 R |Row| |Col| M)
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((OR (|HasCategory| (-518 |#1|) (QUOTE (-118))) (|HasCategory| (-518 |#1|) (QUOTE (-320)))) (|HasCategory| (-518 |#1|) (QUOTE (-120))) (|HasCategory| (-518 |#1|) (QUOTE (-320))) (|HasCategory| (-518 |#1|) (QUOTE (-118))))
+(-461 R |Row| |Col| M)
((|constructor| (NIL "\\spadtype{InnerMatrixLinearAlgebraFunctions} is an internal package which provides standard linear algebra functions on domains in \\spad{MatrixCategory}")) (|inverse| (((|Union| |#4| "failed") |#4|) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|generalizedInverse| ((|#4| |#4|) "\\spad{generalizedInverse(m)} returns the generalized (Moore--Penrose) inverse of the matrix \\spad{m},{} \\spadignore{i.e.} the matrix \\spad{h} such that m*h*m=h,{} h*m*h=m,{} m*h and h*m are both symmetric matrices.")) (|determinant| ((|#1| |#4|) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. an error message is returned if the matrix is not square.")) (|nullSpace| (((|List| |#3|) |#4|) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) |#4|) "\\spad{nullity(m)} returns the mullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) |#4|) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| ((|#4| |#4|) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")))
NIL
-((|HasCategory| |#3| (|%list| (QUOTE -1035) (|devaluate| |#1|))))
-(-461 R |Row| |Col| M QF |Row2| |Col2| M2)
+((|HasCategory| |#3| (|%list| (QUOTE -1036) (|devaluate| |#1|))))
+(-462 R |Row| |Col| M QF |Row2| |Col2| M2)
((|constructor| (NIL "\\spadtype{InnerMatrixQuotientFieldFunctions} provides functions on matrices over an integral domain which involve the quotient field of that integral domain. The functions rowEchelon and inverse return matrices with entries in the quotient field.")) (|nullSpace| (((|List| |#3|) |#4|) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|inverse| (((|Union| |#8| "failed") |#4|) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square. Note: the result will have entries in the quotient field.")) (|rowEchelon| ((|#8| |#4|) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}. the result will have entries in the quotient field.")))
NIL
-((|HasCategory| |#7| (|%list| (QUOTE -1035) (|devaluate| |#1|))))
-(-462)
+((|HasCategory| |#7| (|%list| (QUOTE -1036) (|devaluate| |#5|))))
+(-463)
((|constructor| (NIL "This domain represents an `import' of types.")) (|imports| (((|List| (|TypeAst|)) $) "\\spad{imports(x)} returns the list of imported types.")) (|coerce| (($ (|List| (|TypeAst|))) "ts::ImportAst constructs an ImportAst for the list if types `ts'.")))
NIL
NIL
-(-463)
+(-464)
((|constructor| (NIL "This domain represents the `in' iterator syntax.")) (|sequence| (((|SpadAst|) $) "\\spad{sequence(i)} returns the sequence expression being iterated over by `i'.")) (|iterationVar| (((|Identifier|) $) "\\spad{iterationVar(i)} returns the name of the iterating variable of the `in' iterator 'i'")))
NIL
NIL
-(-464 S)
+(-465 S)
((|constructor| (NIL "This category describes input byte stream conduits.")) (|readBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) "\\spad{readBytes!(c,b)} reads byte sequences from conduit `c' into the byte buffer `b'. The actual number of bytes written is returned,{} and the length of `b' is set to that amount.")) (|readUInt32!| (((|Maybe| (|UInt32|)) $) "\\spad{readUInt32!(cond)} attempts to read a \\spad{UInt32} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readInt32!| (((|Maybe| (|Int32|)) $) "\\spad{readInt32!(cond)} attempts to read an \\spad{Int32} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readUInt16!| (((|Maybe| (|UInt16|)) $) "\\spad{readUInt16!(cond)} attempts to read a \\spad{UInt16} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readInt16!| (((|Maybe| (|Int16|)) $) "\\spad{readInt16!(cond)} attempts to read an \\spad{Int16} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readUInt8!| (((|Maybe| (|UInt8|)) $) "\\spad{readUInt8!(cond)} attempts to read a \\spad{UInt8} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readInt8!| (((|Maybe| (|Int8|)) $) "\\spad{readInt8!(cond)} attempts to read an \\spad{Int8} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readByte!| (((|Maybe| (|Byte|)) $) "\\spad{readByte!(cond)} attempts to read a byte from the input conduit `cond'. Returns the read byte if successful,{} otherwise \\spad{nothing}.")))
NIL
NIL
-(-465)
+(-466)
((|constructor| (NIL "This category describes input byte stream conduits.")) (|readBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) "\\spad{readBytes!(c,b)} reads byte sequences from conduit `c' into the byte buffer `b'. The actual number of bytes written is returned,{} and the length of `b' is set to that amount.")) (|readUInt32!| (((|Maybe| (|UInt32|)) $) "\\spad{readUInt32!(cond)} attempts to read a \\spad{UInt32} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readInt32!| (((|Maybe| (|Int32|)) $) "\\spad{readInt32!(cond)} attempts to read an \\spad{Int32} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readUInt16!| (((|Maybe| (|UInt16|)) $) "\\spad{readUInt16!(cond)} attempts to read a \\spad{UInt16} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readInt16!| (((|Maybe| (|Int16|)) $) "\\spad{readInt16!(cond)} attempts to read an \\spad{Int16} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readUInt8!| (((|Maybe| (|UInt8|)) $) "\\spad{readUInt8!(cond)} attempts to read a \\spad{UInt8} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readInt8!| (((|Maybe| (|Int8|)) $) "\\spad{readInt8!(cond)} attempts to read an \\spad{Int8} value from the input conduit `cond'. Returns the value if successful,{} otherwise \\spad{nothing}.")) (|readByte!| (((|Maybe| (|Byte|)) $) "\\spad{readByte!(cond)} attempts to read a byte from the input conduit `cond'. Returns the read byte if successful,{} otherwise \\spad{nothing}.")))
NIL
NIL
-(-466 GF)
+(-467 GF)
((|constructor| (NIL "InnerNormalBasisFieldFunctions(GF) (unexposed): This package has functions used by every normal basis finite field extension domain.")) (|minimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) (|Vector| |#1|)) "\\spad{minimalPolynomial(x)} \\undocumented{} See \\axiomFunFrom{minimalPolynomial}{FiniteAlgebraicExtensionField}")) (|normalElement| (((|Vector| |#1|) (|PositiveInteger|)) "\\spad{normalElement(n)} \\undocumented{} See \\axiomFunFrom{normalElement}{FiniteAlgebraicExtensionField}")) (|basis| (((|Vector| (|Vector| |#1|)) (|PositiveInteger|)) "\\spad{basis(n)} \\undocumented{} See \\axiomFunFrom{basis}{FiniteAlgebraicExtensionField}")) (|normal?| (((|Boolean|) (|Vector| |#1|)) "\\spad{normal?(x)} \\undocumented{} See \\axiomFunFrom{normal?}{FiniteAlgebraicExtensionField}")) (|lookup| (((|PositiveInteger|) (|Vector| |#1|)) "\\spad{lookup(x)} \\undocumented{} See \\axiomFunFrom{lookup}{Finite}")) (|inv| (((|Vector| |#1|) (|Vector| |#1|)) "\\spad{inv x} \\undocumented{} See \\axiomFunFrom{inv}{DivisionRing}")) (|trace| (((|Vector| |#1|) (|Vector| |#1|) (|PositiveInteger|)) "\\spad{trace(x,n)} \\undocumented{} See \\axiomFunFrom{trace}{FiniteAlgebraicExtensionField}")) (|norm| (((|Vector| |#1|) (|Vector| |#1|) (|PositiveInteger|)) "\\spad{norm(x,n)} \\undocumented{} See \\axiomFunFrom{norm}{FiniteAlgebraicExtensionField}")) (/ (((|Vector| |#1|) (|Vector| |#1|) (|Vector| |#1|)) "\\spad{x/y} \\undocumented{} See \\axiomFunFrom{/}{Field}")) (* (((|Vector| |#1|) (|Vector| |#1|) (|Vector| |#1|)) "\\spad{x*y} \\undocumented{} See \\axiomFunFrom{*}{SemiGroup}")) (** (((|Vector| |#1|) (|Vector| |#1|) (|Integer|)) "\\spad{x**n} \\undocumented{} See \\axiomFunFrom{**}{DivisionRing}")) (|qPot| (((|Vector| |#1|) (|Vector| |#1|) (|Integer|)) "\\spad{qPot(v,e)} computes \\spad{v**(q**e)},{} interpreting \\spad{v} as an element of normal basis field,{} \\spad{q} the size of the ground field. This is done by a cyclic \\spad{e}-shift of the vector \\spad{v}.")) (|expPot| (((|Vector| |#1|) (|Vector| |#1|) (|SingleInteger|) (|SingleInteger|)) "\\spad{expPot(v,e,d)} returns the sum from \\spad{i = 0} to \\spad{e - 1} of \\spad{v**(q**i*d)},{} interpreting \\spad{v} as an element of a normal basis field and where \\spad{q} is the size of the ground field. Note: for a description of the algorithm,{} see \\spad{T}.Itoh and \\spad{S}.Tsujii,{} \"A fast algorithm for computing multiplicative inverses in GF(2^m) using normal bases\",{} Information and Computation 78,{} pp.171-177,{} 1988.")) (|repSq| (((|Vector| |#1|) (|Vector| |#1|) (|NonNegativeInteger|)) "\\spad{repSq(v,e)} computes \\spad{v**e} by repeated squaring,{} interpreting \\spad{v} as an element of a normal basis field.")) (|dAndcExp| (((|Vector| |#1|) (|Vector| |#1|) (|NonNegativeInteger|) (|SingleInteger|)) "\\spad{dAndcExp(v,n,k)} computes \\spad{v**e} interpreting \\spad{v} as an element of normal basis field. A divide and conquer algorithm similar to the one from \\spad{D}.\\spad{R}.Stinson,{} \"Some observations on parallel Algorithms for fast exponentiation in GF(2^n)\",{} Siam \\spad{J}. Computation,{} Vol.19,{} No.4,{} pp.711-717,{} August 1990 is used. Argument \\spad{k} is a parameter of this algorithm.")) (|xn| (((|SparseUnivariatePolynomial| |#1|) (|NonNegativeInteger|)) "\\spad{xn(n)} returns the polynomial \\spad{x**n-1}.")) (|pol| (((|SparseUnivariatePolynomial| |#1|) (|Vector| |#1|)) "\\spad{pol(v)} turns the vector \\spad{[v0,...,vn]} into the polynomial \\spad{v0+v1*x+ ... + vn*x**n}.")) (|index| (((|Vector| |#1|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{index(n,m)} is a index function for vectors of length \\spad{n} over the ground field.")) (|random| (((|Vector| |#1|) (|PositiveInteger|)) "\\spad{random(n)} creates a vector over the ground field with random entries.")) (|setFieldInfo| (((|Void|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|))))) |#1|) "\\spad{setFieldInfo(m,p)} initializes the field arithmetic,{} where \\spad{m} is the multiplication table and \\spad{p} is the respective normal element of the ground field GF.")))
NIL
NIL
-(-467)
+(-468)
((|constructor| (NIL "This domain provides representation for binary files open for input operations. `Binary' here means that the conduits do not interpret their contents.")) (|position!| (((|SingleInteger|) $ (|SingleInteger|)) "position(\\spad{f},{}\\spad{p}) sets the current byte-position to `i'.")) (|position| (((|SingleInteger|) $) "\\spad{position(f)} returns the current byte-position in the file `f'.")) (|isOpen?| (((|Boolean|) $) "\\spad{isOpen?(ifile)} holds if `ifile' is in open state.")) (|eof?| (((|Boolean|) $) "\\spad{eof?(ifile)} holds when the last read reached end of file.")) (|inputBinaryFile| (($ (|String|)) "\\spad{inputBinaryFile(f)} returns an input conduit obtained by opening the file named by `f' as a binary file.") (($ (|FileName|)) "\\spad{inputBinaryFile(f)} returns an input conduit obtained by opening the file named by `f' as a binary file.")))
NIL
NIL
-(-468 R)
+(-469 R)
((|constructor| (NIL "This package provides operations to create incrementing functions.")) (|incrementBy| (((|Mapping| |#1| |#1|) |#1|) "\\spad{incrementBy(n)} produces a function which adds \\spad{n} to whatever argument it is given. For example,{} if {\\spad{f} := increment(\\spad{n})} then \\spad{f x} is \\spad{x+n}.")) (|increment| (((|Mapping| |#1| |#1|)) "\\spad{increment()} produces a function which adds \\spad{1} to whatever argument it is given. For example,{} if {\\spad{f} := increment()} then \\spad{f x} is \\spad{x+1}.")))
NIL
NIL
-(-469 |Varset|)
+(-470 |Varset|)
((|constructor| (NIL "\\indented{2}{IndexedExponents of an ordered set of variables gives a representation} for the degree of polynomials in commuting variables. It gives an ordered pairing of non negative integer exponents with variables")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| (-694) (QUOTE (-1013)))))
-(-470 K -3093 |Par|)
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| (-695) (QUOTE (-1014)))))
+(-471 K -3094 |Par|)
((|constructor| (NIL "This package is the inner package to be used by NumericRealEigenPackage and NumericComplexEigenPackage for the computation of numeric eigenvalues and eigenvectors.")) (|innerEigenvectors| (((|List| (|Record| (|:| |outval| |#2|) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| |#2|))))) (|Matrix| |#1|) |#3| (|Mapping| (|Factored| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|))) "\\spad{innerEigenvectors(m,eps,factor)} computes explicitly the eigenvalues and the correspondent eigenvectors of the matrix \\spad{m}. The parameter \\spad{eps} determines the type of the output,{} \\spad{factor} is the univariate factorizer to br used to reduce the characteristic polynomial into irreducible factors.")) (|solve1| (((|List| |#2|) (|SparseUnivariatePolynomial| |#1|) |#3|) "\\spad{solve1(pol, eps)} finds the roots of the univariate polynomial polynomial \\spad{pol} to precision eps. If \\spad{K} is \\spad{Fraction Integer} then only the real roots are returned,{} if \\spad{K} is \\spad{Complex Fraction Integer} then all roots are found.")) (|charpol| (((|SparseUnivariatePolynomial| |#1|) (|Matrix| |#1|)) "\\spad{charpol(m)} computes the characteristic polynomial of a matrix \\spad{m} with entries in \\spad{K}. This function returns a polynomial over \\spad{K},{} while the general one (that is in EiegenPackage) returns Fraction \\spad{P} \\spad{K}")))
NIL
NIL
-(-471)
+(-472)
NIL
NIL
NIL
-(-472)
+(-473)
((|constructor| (NIL "Default infinity signatures for the interpreter; Date Created: 4 Oct 1989 Date Last Updated: 4 Oct 1989")) (|minusInfinity| (((|OrderedCompletion| (|Integer|))) "\\spad{minusInfinity()} returns minusInfinity.")) (|plusInfinity| (((|OrderedCompletion| (|Integer|))) "\\spad{plusInfinity()} returns plusIinfinity.")) (|infinity| (((|OnePointCompletion| (|Integer|))) "\\spad{infinity()} returns infinity.")))
NIL
NIL
-(-473)
+(-474)
((|constructor| (NIL "Domain of parsed forms which can be passed to the interpreter. This is also the interface between algebra code and facilities in the interpreter.")) (|compile| (((|Symbol|) (|Symbol|) (|List| $)) "\\spad{compile(f, [t1,...,tn])} forces the interpreter to compile the function \\spad{f} with signature \\spad{(t1,...,tn) -> ?}. returns the symbol \\spad{f} if successful. Error: if \\spad{f} was not defined beforehand in the interpreter,{} or if the \\spad{ti}'s are not valid types,{} or if the compiler fails.")) (|declare| (((|Symbol|) (|List| $)) "\\spad{declare(t)} returns a name \\spad{f} such that \\spad{f} has been declared to the interpreter to be of type \\spad{t},{} but has not been assigned a value yet. Note: \\spad{t} should be created as \\spad{devaluate(T)\\$Lisp} where \\spad{T} is the actual type of \\spad{f} (this hack is required for the case where \\spad{T} is a mapping type).")) (|parseString| (($ (|String|)) "parseString is the inverse of unparse. It parses a string to InputForm.")) (|unparse| (((|String|) $) "\\spad{unparse(f)} returns a string \\spad{s} such that the parser would transform \\spad{s} to \\spad{f}. Error: if \\spad{f} is not the parsed form of a string.")) (|flatten| (($ $) "\\spad{flatten(s)} returns an input form corresponding to \\spad{s} with all the nested operations flattened to triples using new local variables. If \\spad{s} is a piece of code,{} this speeds up the compilation tremendously later on.")) (|One| (($) "\\spad{1} returns the input form corresponding to 1.")) (|Zero| (($) "\\spad{0} returns the input form corresponding to 0.")) (** (($ $ (|Integer|)) "\\spad{a ** b} returns the input form corresponding to \\spad{a ** b}.") (($ $ (|NonNegativeInteger|)) "\\spad{a ** b} returns the input form corresponding to \\spad{a ** b}.")) (/ (($ $ $) "\\spad{a / b} returns the input form corresponding to \\spad{a / b}.")) (* (($ $ $) "\\spad{a * b} returns the input form corresponding to \\spad{a * b}.")) (+ (($ $ $) "\\spad{a + b} returns the input form corresponding to \\spad{a + b}.")) (|lambda| (($ $ (|List| (|Symbol|))) "\\spad{lambda(code, [x1,...,xn])} returns the input form corresponding to \\spad{(x1,...,xn) +-> code} if \\spad{n > 1},{} or to \\spad{x1 +-> code} if \\spad{n = 1}.")) (|function| (($ $ (|List| (|Symbol|)) (|Symbol|)) "\\spad{function(code, [x1,...,xn], f)} returns the input form corresponding to \\spad{f(x1,...,xn) == code}.")) (|binary| (($ $ (|List| $)) "\\spad{binary(op, [a1,...,an])} returns the input form corresponding to \\spad{a1 op a2 op ... op an}.")) (|convert| (($ (|SExpression|)) "\\spad{convert(s)} makes \\spad{s} into an input form.")) (|interpret| (((|Any|) $) "\\spad{interpret(f)} passes \\spad{f} to the interpreter.")))
NIL
NIL
-(-474 R)
+(-475 R)
((|constructor| (NIL "Tools for manipulating input forms.")) (|interpret| ((|#1| (|InputForm|)) "\\spad{interpret(f)} passes \\spad{f} to the interpreter,{} and transforms the result into an object of type \\spad{R}.")) (|packageCall| (((|InputForm|) (|Symbol|)) "\\spad{packageCall(f)} returns the input form corresponding to \\spad{f}\\$\\spad{R}.")))
NIL
NIL
-(-475 |Coef| UTS)
+(-476 |Coef| UTS)
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over an integral domain of characteristic 0.")) (|generalInfiniteProduct| ((|#2| |#2| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),a,d)} computes \\spad{product(n=a,a+d,a+2*d,...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#2| |#2|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,3,5...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#2| |#2|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,4,6...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#2| |#2|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,2,3...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-476 K -3093 |Par|)
+(-477 K -3094 |Par|)
((|constructor| (NIL "This is an internal package for computing approximate solutions to systems of polynomial equations. The parameter \\spad{K} specifies the coefficient field of the input polynomials and must be either \\spad{Fraction(Integer)} or \\spad{Complex(Fraction Integer)}. The parameter \\spad{F} specifies where the solutions must lie and can be one of the following: \\spad{Float},{} \\spad{Fraction(Integer)},{} \\spad{Complex(Float)},{} \\spad{Complex(Fraction Integer)}. The last parameter specifies the type of the precision operand and must be either \\spad{Fraction(Integer)} or \\spad{Float}.")) (|makeEq| (((|List| (|Equation| (|Polynomial| |#2|))) (|List| |#2|) (|List| (|Symbol|))) "\\spad{makeEq(lsol,lvar)} returns a list of equations formed by corresponding members of \\spad{lvar} and \\spad{lsol}.")) (|innerSolve| (((|List| (|List| |#2|)) (|List| (|Polynomial| |#1|)) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|)) |#3|) "\\spad{innerSolve(lnum,lden,lvar,eps)} returns a list of solutions of the system of polynomials \\spad{lnum},{} with the side condition that none of the members of \\spad{lden} vanish identically on any solution. Each solution is expressed as a list corresponding to the list of variables in \\spad{lvar} and with precision specified by \\spad{eps}.")) (|innerSolve1| (((|List| |#2|) (|Polynomial| |#1|) |#3|) "\\spad{innerSolve1(p,eps)} returns the list of the zeros of the polynomial \\spad{p} with precision \\spad{eps}.") (((|List| |#2|) (|SparseUnivariatePolynomial| |#1|) |#3|) "\\spad{innerSolve1(up,eps)} returns the list of the zeros of the univariate polynomial \\spad{up} with precision \\spad{eps}.")))
NIL
NIL
-(-477 R BP |pMod| |nextMod|)
+(-478 R BP |pMod| |nextMod|)
((|reduction| ((|#2| |#2| |#1|) "\\spad{reduction(f,p)} reduces the coefficients of the polynomial \\spad{f} modulo the prime \\spad{p}.")) (|modularGcd| ((|#2| (|List| |#2|)) "\\spad{modularGcd(listf)} computes the gcd of the list of polynomials \\spad{listf} by modular methods.")) (|modularGcdPrimitive| ((|#2| (|List| |#2|)) "\\spad{modularGcdPrimitive(f1,f2)} computes the gcd of the two polynomials \\spad{f1} and \\spad{f2} by modular methods.")))
NIL
NIL
-(-478 OV E R P)
+(-479 OV E R P)
((|constructor| (NIL "\\indented{2}{This is an inner package for factoring multivariate polynomials} over various coefficient domains in characteristic 0. The univariate factor operation is passed as a parameter. Multivariate hensel lifting is used to lift the univariate factorization")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|) (|Mapping| (|Factored| (|SparseUnivariatePolynomial| |#3|)) (|SparseUnivariatePolynomial| |#3|))) "\\spad{factor(p,ufact)} factors the multivariate polynomial \\spad{p} by specializing variables and calling the univariate factorizer \\spad{ufact}. \\spad{p} is represented as a univariate polynomial with multivariate coefficients.") (((|Factored| |#4|) |#4| (|Mapping| (|Factored| (|SparseUnivariatePolynomial| |#3|)) (|SparseUnivariatePolynomial| |#3|))) "\\spad{factor(p,ufact)} factors the multivariate polynomial \\spad{p} by specializing variables and calling the univariate factorizer \\spad{ufact}.")))
NIL
NIL
-(-479 K UP |Coef| UTS)
+(-480 K UP |Coef| UTS)
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over an arbitrary finite field.")) (|generalInfiniteProduct| ((|#4| |#4| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),a,d)} computes \\spad{product(n=a,a+d,a+2*d,...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#4| |#4|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,3,5...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#4| |#4|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,4,6...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#4| |#4|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,2,3...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-480 |Coef| UTS)
+(-481 |Coef| UTS)
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over a field of prime order.")) (|generalInfiniteProduct| ((|#2| |#2| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),a,d)} computes \\spad{product(n=a,a+d,a+2*d,...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#2| |#2|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,3,5...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#2| |#2|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,4,6...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#2| |#2|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,2,3...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-481 R UP)
+(-482 R UP)
((|constructor| (NIL "Find the sign of a polynomial around a point or infinity.")) (|signAround| (((|Union| (|Integer|) #1="failed") |#2| |#1| (|Mapping| (|Union| (|Integer|) #1#) |#1|)) "\\spad{signAround(u,r,f)} \\undocumented") (((|Union| (|Integer|) #1#) |#2| |#1| (|Integer|) (|Mapping| (|Union| (|Integer|) #1#) |#1|)) "\\spad{signAround(u,r,i,f)} \\undocumented") (((|Union| (|Integer|) #1#) |#2| (|Integer|) (|Mapping| (|Union| (|Integer|) #1#) |#1|)) "\\spad{signAround(u,i,f)} \\undocumented")))
NIL
NIL
-(-482 S)
+(-483 S)
((|constructor| (NIL "An \\spad{IntegerNumberSystem} is a model for the integers.")) (|invmod| (($ $ $) "\\spad{invmod(a,b)},{} \\spad{0<=a<b>1},{} \\spad{(a,b)=1} means \\spad{1/a mod b}.")) (|powmod| (($ $ $ $) "\\spad{powmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a**b mod p}.")) (|mulmod| (($ $ $ $) "\\spad{mulmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a*b mod p}.")) (|submod| (($ $ $ $) "\\spad{submod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a-b mod p}.")) (|addmod| (($ $ $ $) "\\spad{addmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a+b mod p}.")) (|mask| (($ $) "\\spad{mask(n)} returns \\spad{2**n-1} (an \\spad{n} bit mask).")) (|dec| (($ $) "\\spad{dec(x)} returns \\spad{x - 1}.")) (|inc| (($ $) "\\spad{inc(x)} returns \\spad{x + 1}.")) (|copy| (($ $) "\\spad{copy(n)} gives a copy of \\spad{n}.")) (|random| (($ $) "\\spad{random(a)} creates a random element from 0 to \\spad{a-1}.") (($) "\\spad{random()} creates a random element.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(n)} creates a rational number,{} or returns \"failed\" if this is not possible.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(n)} creates a rational number (see \\spadtype{Fraction Integer})..")) (|rational?| (((|Boolean|) $) "\\spad{rational?(n)} tests if \\spad{n} is a rational number (see \\spadtype{Fraction Integer}).")) (|symmetricRemainder| (($ $ $) "\\spad{symmetricRemainder(a,b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{ -b/2 <= r < b/2 }.")) (|positiveRemainder| (($ $ $) "\\spad{positiveRemainder(a,b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{0 <= r < b} and \\spad{r == a rem b}.")) (|bit?| (((|Boolean|) $ $) "\\spad{bit?(n,i)} returns \\spad{true} if and only if \\spad{i}-th bit of \\spad{n} is a 1.")) (|shift| (($ $ $) "\\spad{shift(a,i)} shift \\spad{a} by \\spad{i} digits.")) (|length| (($ $) "\\spad{length(a)} length of \\spad{a} in digits.")) (|base| (($) "\\spad{base()} returns the base for the operations of \\spad{IntegerNumberSystem}.")) (|multiplicativeValuation| ((|attribute|) "euclideanSize(a*b) returns \\spad{euclideanSize(a)*euclideanSize(b)}.")) (|even?| (((|Boolean|) $) "\\spad{even?(n)} returns \\spad{true} if and only if \\spad{n} is even.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(n)} returns \\spad{true} if and only if \\spad{n} is odd.")))
NIL
NIL
-(-483)
+(-484)
((|constructor| (NIL "An \\spad{IntegerNumberSystem} is a model for the integers.")) (|invmod| (($ $ $) "\\spad{invmod(a,b)},{} \\spad{0<=a<b>1},{} \\spad{(a,b)=1} means \\spad{1/a mod b}.")) (|powmod| (($ $ $ $) "\\spad{powmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a**b mod p}.")) (|mulmod| (($ $ $ $) "\\spad{mulmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a*b mod p}.")) (|submod| (($ $ $ $) "\\spad{submod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a-b mod p}.")) (|addmod| (($ $ $ $) "\\spad{addmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a+b mod p}.")) (|mask| (($ $) "\\spad{mask(n)} returns \\spad{2**n-1} (an \\spad{n} bit mask).")) (|dec| (($ $) "\\spad{dec(x)} returns \\spad{x - 1}.")) (|inc| (($ $) "\\spad{inc(x)} returns \\spad{x + 1}.")) (|copy| (($ $) "\\spad{copy(n)} gives a copy of \\spad{n}.")) (|random| (($ $) "\\spad{random(a)} creates a random element from 0 to \\spad{a-1}.") (($) "\\spad{random()} creates a random element.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(n)} creates a rational number,{} or returns \"failed\" if this is not possible.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(n)} creates a rational number (see \\spadtype{Fraction Integer})..")) (|rational?| (((|Boolean|) $) "\\spad{rational?(n)} tests if \\spad{n} is a rational number (see \\spadtype{Fraction Integer}).")) (|symmetricRemainder| (($ $ $) "\\spad{symmetricRemainder(a,b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{ -b/2 <= r < b/2 }.")) (|positiveRemainder| (($ $ $) "\\spad{positiveRemainder(a,b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{0 <= r < b} and \\spad{r == a rem b}.")) (|bit?| (((|Boolean|) $ $) "\\spad{bit?(n,i)} returns \\spad{true} if and only if \\spad{i}-th bit of \\spad{n} is a 1.")) (|shift| (($ $ $) "\\spad{shift(a,i)} shift \\spad{a} by \\spad{i} digits.")) (|length| (($ $) "\\spad{length(a)} length of \\spad{a} in digits.")) (|base| (($) "\\spad{base()} returns the base for the operations of \\spad{IntegerNumberSystem}.")) (|multiplicativeValuation| ((|attribute|) "euclideanSize(a*b) returns \\spad{euclideanSize(a)*euclideanSize(b)}.")) (|even?| (((|Boolean|) $) "\\spad{even?(n)} returns \\spad{true} if and only if \\spad{n} is even.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(n)} returns \\spad{true} if and only if \\spad{n} is odd.")))
-((-3994 . T) (-3995 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3995 . T) (-3996 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-484)
+(-485)
((|constructor| (NIL "\\spadtype{Integer} provides the domain of arbitrary precision integers.")) (|noetherian| ((|attribute|) "ascending chain condition on ideals.")) (|canonicalsClosed| ((|attribute|) "two positives multiply to give positive.")) (|canonical| ((|attribute|) "mathematical equality is data structure equality.")))
-((-3984 . T) (-3988 . T) (-3983 . T) (-3994 . T) (-3995 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3985 . T) (-3989 . T) (-3984 . T) (-3995 . T) (-3996 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-485)
+(-486)
((|constructor| (NIL "This domain is a datatype for (signed) integer values of precision 16 bits.")))
NIL
NIL
-(-486)
+(-487)
((|constructor| (NIL "This domain is a datatype for (signed) integer values of precision 32 bits.")))
NIL
NIL
-(-487)
+(-488)
((|constructor| (NIL "This domain is a datatype for (signed) integer values of precision 64 bits.")))
NIL
NIL
-(-488)
+(-489)
((|constructor| (NIL "This domain is a datatype for (signed) integer values of precision 8 bits.")))
NIL
NIL
-(-489 |Key| |Entry| |addDom|)
+(-490 |Key| |Entry| |addDom|)
((|constructor| (NIL "This domain is used to provide a conditional \"add\" domain for the implementation of \\spadtype{Table}.")))
-((-3997 . T))
-((-12 (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-552 (-772))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-473)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#2|))))
-(-490 R -3093)
+NIL
+((-12 (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-553 (-773))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-554 (-474)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#2|))))
+(-491 R -3094)
((|constructor| (NIL "This package provides functions for the integration of algebraic integrands over transcendental functions.")) (|algint| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|SparseUnivariatePolynomial| |#2|) (|SparseUnivariatePolynomial| |#2|))) "\\spad{algint(f, x, y, d)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x}; \\spad{d} is the derivation to use on \\spad{k[x]}.")))
NIL
NIL
-(-491 R0 -3093 UP UPUP R)
+(-492 R0 -3094 UP UPUP R)
((|constructor| (NIL "This package provides functions for integrating a function on an algebraic curve.")) (|palginfieldint| (((|Union| |#5| "failed") |#5| (|Mapping| |#3| |#3|)) "\\spad{palginfieldint(f, d)} returns an algebraic function \\spad{g} such that \\spad{dg = f} if such a \\spad{g} exists,{} \"failed\" otherwise. Argument \\spad{f} must be a pure algebraic function.")) (|palgintegrate| (((|IntegrationResult| |#5|) |#5| (|Mapping| |#3| |#3|)) "\\spad{palgintegrate(f, d)} integrates \\spad{f} with respect to the derivation \\spad{d}. Argument \\spad{f} must be a pure algebraic function.")) (|algintegrate| (((|IntegrationResult| |#5|) |#5| (|Mapping| |#3| |#3|)) "\\spad{algintegrate(f, d)} integrates \\spad{f} with respect to the derivation \\spad{d}.")))
NIL
NIL
-(-492)
+(-493)
((|constructor| (NIL "This package provides functions to lookup bits in integers")) (|bitTruth| (((|Boolean|) (|Integer|) (|Integer|)) "\\spad{bitTruth(n,m)} returns \\spad{true} if coefficient of 2**m in abs(\\spad{n}) is 1")) (|bitCoef| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{bitCoef(n,m)} returns the coefficient of 2**m in abs(\\spad{n})")) (|bitLength| (((|Integer|) (|Integer|)) "\\spad{bitLength(n)} returns the number of bits to represent abs(\\spad{n})")))
NIL
NIL
-(-493 R)
+(-494 R)
((|constructor| (NIL "\\indented{1}{+ Author: Mike Dewar} + Date Created: November 1996 + Date Last Updated: + Basic Functions: + Related Constructors: + Also See: + AMS Classifications: + Keywords: + References: + Description: + This category implements of interval arithmetic and transcendental + functions over intervals.")) (|contains?| (((|Boolean|) $ |#1|) "\\spad{contains?(i,f)} returns \\spad{true} if \\axiom{\\spad{f}} is contained within the interval \\axiom{\\spad{i}},{} \\spad{false} otherwise.")) (|negative?| (((|Boolean|) $) "\\spad{negative?(u)} returns \\axiom{\\spad{true}} if every element of \\spad{u} is negative,{} \\axiom{\\spad{false}} otherwise.")) (|positive?| (((|Boolean|) $) "\\spad{positive?(u)} returns \\axiom{\\spad{true}} if every element of \\spad{u} is positive,{} \\axiom{\\spad{false}} otherwise.")) (|width| ((|#1| $) "\\spad{width(u)} returns \\axiom{sup(\\spad{u}) - inf(\\spad{u})}.")) (|sup| ((|#1| $) "\\spad{sup(u)} returns the supremum of \\axiom{\\spad{u}}.")) (|inf| ((|#1| $) "\\spad{inf(u)} returns the infinum of \\axiom{\\spad{u}}.")) (|qinterval| (($ |#1| |#1|) "\\spad{qinterval(inf,sup)} creates a new interval \\axiom{[\\spad{inf},{}\\spad{sup}]},{} without checking the ordering on the elements.")) (|interval| (($ (|Fraction| (|Integer|))) "\\spad{interval(f)} creates a new interval around \\spad{f}.") (($ |#1|) "\\spad{interval(f)} creates a new interval around \\spad{f}.") (($ |#1| |#1|) "\\spad{interval(inf,sup)} creates a new interval,{} either \\axiom{[\\spad{inf},{}\\spad{sup}]} if \\axiom{\\spad{inf} <= \\spad{sup}} or \\axiom{[\\spad{sup},{}in]} otherwise.")))
-((-3771 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3772 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-494 S)
+(-495 S)
((|constructor| (NIL "The category of commutative integral domains,{} \\spadignore{i.e.} commutative rings with no zero divisors. \\blankline Conditional attributes: \\indented{2}{canonicalUnitNormal\\tab{20}the canonical field is the same for all associates} \\indented{2}{canonicalsClosed\\tab{20}the product of two canonicals is itself canonical}")) (|unit?| (((|Boolean|) $) "\\spad{unit?(x)} tests whether \\spad{x} is a unit,{} \\spadignore{i.e.} is invertible.")) (|associates?| (((|Boolean|) $ $) "\\spad{associates?(x,y)} tests whether \\spad{x} and \\spad{y} are associates,{} \\spadignore{i.e.} differ by a unit factor.")) (|unitCanonical| (($ $) "\\spad{unitCanonical(x)} returns \\spad{unitNormal(x).canonical}.")) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) "\\spad{unitNormal(x)} tries to choose a canonical element from the associate class of \\spad{x}. The attribute canonicalUnitNormal,{} if asserted,{} means that the \"canonical\" element is the same across all associates of \\spad{x} if \\spad{unitNormal(x) = [u,c,a]} then \\spad{u*c = x},{} \\spad{a*u = 1}.")) (|exquo| (((|Union| $ "failed") $ $) "\\spad{exquo(a,b)} either returns an element \\spad{c} such that \\spad{c*b=a} or \"failed\" if no such element can be found.")))
NIL
NIL
-(-495)
+(-496)
((|constructor| (NIL "The category of commutative integral domains,{} \\spadignore{i.e.} commutative rings with no zero divisors. \\blankline Conditional attributes: \\indented{2}{canonicalUnitNormal\\tab{20}the canonical field is the same for all associates} \\indented{2}{canonicalsClosed\\tab{20}the product of two canonicals is itself canonical}")) (|unit?| (((|Boolean|) $) "\\spad{unit?(x)} tests whether \\spad{x} is a unit,{} \\spadignore{i.e.} is invertible.")) (|associates?| (((|Boolean|) $ $) "\\spad{associates?(x,y)} tests whether \\spad{x} and \\spad{y} are associates,{} \\spadignore{i.e.} differ by a unit factor.")) (|unitCanonical| (($ $) "\\spad{unitCanonical(x)} returns \\spad{unitNormal(x).canonical}.")) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) "\\spad{unitNormal(x)} tries to choose a canonical element from the associate class of \\spad{x}. The attribute canonicalUnitNormal,{} if asserted,{} means that the \"canonical\" element is the same across all associates of \\spad{x} if \\spad{unitNormal(x) = [u,c,a]} then \\spad{u*c = x},{} \\spad{a*u = 1}.")) (|exquo| (((|Union| $ "failed") $ $) "\\spad{exquo(a,b)} either returns an element \\spad{c} such that \\spad{c*b=a} or \"failed\" if no such element can be found.")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-496 R -3093)
+(-497 R -3094)
((|constructor| (NIL "This package provides functions for integration,{} limited integration,{} extended integration and the risch differential equation for elemntary functions.")) (|lfextlimint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) #1="failed") |#2| (|Symbol|) (|Kernel| |#2|) (|List| (|Kernel| |#2|))) "\\spad{lfextlimint(f,x,k,[k1,...,kn])} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f - c dk/dx}. Value \\spad{h} is looked for in a field containing \\spad{f} and \\spad{k1},{}...,{}kn (the \\spad{ki}'s must be logs).")) (|lfintegrate| (((|IntegrationResult| |#2|) |#2| (|Symbol|)) "\\spad{lfintegrate(f, x)} = \\spad{g} such that \\spad{dg/dx = f}.")) (|lfinfieldint| (((|Union| |#2| "failed") |#2| (|Symbol|)) "\\spad{lfinfieldint(f, x)} returns a function \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|lflimitedint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Symbol|) (|List| |#2|)) "\\spad{lflimitedint(f,x,[g1,...,gn])} returns functions \\spad{[h,[[ci, gi]]]} such that the \\spad{gi}'s are among \\spad{[g1,...,gn]},{} and \\spad{d(h+sum(ci log(gi)))/dx = f},{} if possible,{} \"failed\" otherwise.")) (|lfextendedint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) #1#) |#2| (|Symbol|) |#2|) "\\spad{lfextendedint(f, x, g)} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f - cg},{} if (\\spad{h},{} \\spad{c}) exist,{} \"failed\" otherwise.")))
NIL
NIL
-(-497 I)
+(-498 I)
((|constructor| (NIL "\\indented{1}{This Package contains basic methods for integer factorization.} The factor operation employs trial division up to 10,{}000. It then tests to see if \\spad{n} is a perfect power before using Pollards rho method. Because Pollards method may fail,{} the result of factor may contain composite factors. We should also employ Lenstra's eliptic curve method.")) (|PollardSmallFactor| (((|Union| |#1| "failed") |#1|) "\\spad{PollardSmallFactor(n)} returns a factor of \\spad{n} or \"failed\" if no one is found")) (|BasicMethod| (((|Factored| |#1|) |#1|) "\\spad{BasicMethod(n)} returns the factorization of integer \\spad{n} by trial division")) (|squareFree| (((|Factored| |#1|) |#1|) "\\spad{squareFree(n)} returns the square free factorization of integer \\spad{n}")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(n)} returns the full factorization of integer \\spad{n}")))
NIL
NIL
-(-498 R -3093 L)
+(-499 R -3094 L)
((|constructor| (NIL "This internal package rationalises integrands on curves of the form: \\indented{2}{\\spad{y\\^2 = a x\\^2 + b x + c}} \\indented{2}{\\spad{y\\^2 = (a x + b) / (c x + d)}} \\indented{2}{\\spad{f(x, y) = 0} where \\spad{f} has degree 1 in \\spad{x}} The rationalization is done for integration,{} limited integration,{} extended integration and the risch differential equation.")) (|palgLODE0| (((|Record| (|:| |particular| (|Union| |#2| #1="failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgLODE0(op,g,x,y,z,t,c)} returns the solution of \\spad{op f = g} Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Record| (|:| |particular| (|Union| |#2| #1#)) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgLODE0(op, g, x, y, d, p)} returns the solution of \\spad{op f = g}. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|lift| (((|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) (|SparseUnivariatePolynomial| |#2|) (|Kernel| |#2|)) "\\spad{lift(u,k)} \\undocumented")) (|multivariate| ((|#2| (|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) (|Kernel| |#2|) |#2|) "\\spad{multivariate(u,k,f)} \\undocumented")) (|univariate| (((|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|SparseUnivariatePolynomial| |#2|)) "\\spad{univariate(f,k,k,p)} \\undocumented")) (|palgRDE0| (((|Union| |#2| #2="failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| #2#) |#2| |#2| (|Symbol|)) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgRDE0(f, g, x, y, foo, t, c)} returns a function \\spad{z(x,y)} such that \\spad{dz/dx + n * df/dx z(x,y) = g(x,y)} if such a \\spad{z} exists,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{foo},{} called by \\spad{foo(a, b, x)},{} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}.") (((|Union| |#2| #2#) |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| #2#) |#2| |#2| (|Symbol|)) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgRDE0(f, g, x, y, foo, d, p)} returns a function \\spad{z(x,y)} such that \\spad{dz/dx + n * df/dx z(x,y) = g(x,y)} if such a \\spad{z} exists,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}. Argument \\spad{foo},{} called by \\spad{foo(a, b, x)},{} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}.")) (|palglimint0| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #3="failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palglimint0(f, x, y, [u1,...,un], z, t, c)} returns functions \\spad{[h,[[ci, ui]]]} such that the \\spad{ui}'s are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #3#) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palglimint0(f, x, y, [u1,...,un], d, p)} returns functions \\spad{[h,[[ci, ui]]]} such that the \\spad{ui}'s are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|palgextint0| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) #4="failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgextint0(f, x, y, g, z, t, c)} returns functions \\spad{[h, d]} such that \\spad{dh/dx = f(x,y) - d g},{} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy},{} and \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{z} is a dummy variable not appearing in \\spad{f(x,y)}. The operation returns \"failed\" if no such functions exist.") (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) #4#) |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgextint0(f, x, y, g, d, p)} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f(x,y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2 y(x)\\^2 = P(x)},{} or \"failed\" if no such functions exist.")) (|palgint0| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgint0(f, x, y, z, t, c)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{z} is a dummy variable not appearing in \\spad{f(x,y)}.") (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgint0(f, x, y, d, p)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2 y(x)\\^2 = P(x)}.")))
NIL
-((|HasCategory| |#3| (|%list| (QUOTE -600) (|devaluate| |#2|))))
-(-499)
+((|HasCategory| |#3| (|%list| (QUOTE -601) (|devaluate| |#2|))))
+(-500)
((|constructor| (NIL "This package provides various number theoretic functions on the integers.")) (|sumOfKthPowerDivisors| (((|Integer|) (|Integer|) (|NonNegativeInteger|)) "\\spad{sumOfKthPowerDivisors(n,k)} returns the sum of the \\spad{k}th powers of the integers between 1 and \\spad{n} (inclusive) which divide \\spad{n}. the sum of the \\spad{k}th powers of the divisors of \\spad{n} is often denoted by \\spad{sigma_k(n)}.")) (|sumOfDivisors| (((|Integer|) (|Integer|)) "\\spad{sumOfDivisors(n)} returns the sum of the integers between 1 and \\spad{n} (inclusive) which divide \\spad{n}. The sum of the divisors of \\spad{n} is often denoted by \\spad{sigma(n)}.")) (|numberOfDivisors| (((|Integer|) (|Integer|)) "\\spad{numberOfDivisors(n)} returns the number of integers between 1 and \\spad{n} (inclusive) which divide \\spad{n}. The number of divisors of \\spad{n} is often denoted by \\spad{tau(n)}.")) (|moebiusMu| (((|Integer|) (|Integer|)) "\\spad{moebiusMu(n)} returns the Moebius function \\spad{mu(n)}. \\spad{mu(n)} is either \\spad{-1},{}0 or 1 as follows: \\spad{mu(n) = 0} if \\spad{n} is divisible by a square > 1,{} \\spad{mu(n) = (-1)^k} if \\spad{n} is square-free and has \\spad{k} distinct prime divisors.")) (|legendre| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{legendre(a,p)} returns the Legendre symbol \\spad{L(a/p)}. \\spad{L(a/p) = (-1)**((p-1)/2) mod p} (\\spad{p} prime),{} which is 0 if \\spad{a} is 0,{} 1 if \\spad{a} is a quadratic residue \\spad{mod p} and \\spad{-1} otherwise. Note: because the primality test is expensive,{} if it is known that \\spad{p} is prime then use \\spad{jacobi(a,p)}.")) (|jacobi| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{jacobi(a,b)} returns the Jacobi symbol \\spad{J(a/b)}. When \\spad{b} is odd,{} \\spad{J(a/b) = product(L(a/p) for p in factor b )}. Note: by convention,{} 0 is returned if \\spad{gcd(a,b) ~= 1}. Iterative \\spad{O(log(b)^2)} version coded by Michael Monagan June 1987.")) (|harmonic| (((|Fraction| (|Integer|)) (|Integer|)) "\\spad{harmonic(n)} returns the \\spad{n}th harmonic number. This is \\spad{H[n] = sum(1/k,k=1..n)}.")) (|fibonacci| (((|Integer|) (|Integer|)) "\\spad{fibonacci(n)} returns the \\spad{n}th Fibonacci number. the Fibonacci numbers \\spad{F[n]} are defined by \\spad{F[0] = F[1] = 1} and \\spad{F[n] = F[n-1] + F[n-2]}. The algorithm has running time \\spad{O(log(n)^3)}. Reference: Knuth,{} The Art of Computer Programming Vol 2,{} Semi-Numerical Algorithms.")) (|eulerPhi| (((|Integer|) (|Integer|)) "\\spad{eulerPhi(n)} returns the number of integers between 1 and \\spad{n} (including 1) which are relatively prime to \\spad{n}. This is the Euler phi function \\spad{\\phi(n)} is also called the totient function.")) (|euler| (((|Integer|) (|Integer|)) "\\spad{euler(n)} returns the \\spad{n}th Euler number. This is \\spad{2^n E(n,1/2)},{} where \\spad{E(n,x)} is the \\spad{n}th Euler polynomial.")) (|divisors| (((|List| (|Integer|)) (|Integer|)) "\\spad{divisors(n)} returns a list of the divisors of \\spad{n}.")) (|chineseRemainder| (((|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{chineseRemainder(x1,m1,x2,m2)} returns \\spad{w},{} where \\spad{w} is such that \\spad{w = x1 mod m1} and \\spad{w = x2 mod m2}. Note: \\spad{m1} and \\spad{m2} must be relatively prime.")) (|bernoulli| (((|Fraction| (|Integer|)) (|Integer|)) "\\spad{bernoulli(n)} returns the \\spad{n}th Bernoulli number. this is \\spad{B(n,0)},{} where \\spad{B(n,x)} is the \\spad{n}th Bernoulli polynomial.")))
NIL
NIL
-(-500 -3093 UP UPUP R)
+(-501 -3094 UP UPUP R)
((|constructor| (NIL "algebraic Hermite redution.")) (|HermiteIntegrate| (((|Record| (|:| |answer| |#4|) (|:| |logpart| |#4|)) |#4| (|Mapping| |#2| |#2|)) "\\spad{HermiteIntegrate(f, ')} returns \\spad{[g,h]} such that \\spad{f = g' + h} and \\spad{h} has a only simple finite normal poles.")))
NIL
NIL
-(-501 -3093 UP)
+(-502 -3094 UP)
((|constructor| (NIL "Hermite integration,{} transcendental case.")) (|HermiteIntegrate| (((|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |logpart| (|Fraction| |#2|)) (|:| |specpart| (|Fraction| |#2|)) (|:| |polypart| |#2|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{HermiteIntegrate(f, D)} returns \\spad{[g, h, s, p]} such that \\spad{f = Dg + h + s + p},{} \\spad{h} has a squarefree denominator normal \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} and all the squarefree factors of the denominator of \\spad{s} are special \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D}. Furthermore,{} \\spad{h} and \\spad{s} have no polynomial parts. \\spad{D} is the derivation to use on \\spadtype{UP}.")))
NIL
NIL
-(-502 R -3093 L)
+(-503 R -3094 L)
((|constructor| (NIL "This package provides functions for integration,{} limited integration,{} extended integration and the risch differential equation for pure algebraic integrands.")) (|palgLODE| (((|Record| (|:| |particular| (|Union| |#2| #1="failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Symbol|)) "\\spad{palgLODE(op, g, kx, y, x)} returns the solution of \\spad{op f = g}. \\spad{y} is an algebraic function of \\spad{x}.")) (|palgRDE| (((|Union| |#2| #1#) |#2| |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| #1#) |#2| |#2| (|Symbol|))) "\\spad{palgRDE(nfp, f, g, x, y, foo)} returns a function \\spad{z(x,y)} such that \\spad{dz/dx + n * df/dx z(x,y) = g(x,y)} if such a \\spad{z} exists,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}; \\spad{foo(a, b, x)} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}. \\spad{nfp} is \\spad{n * df/dx}.")) (|palglimint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|)) "\\spad{palglimint(f, x, y, [u1,...,un])} returns functions \\spad{[h,[[ci, ui]]]} such that the \\spad{ui}'s are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}.")) (|palgextint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2|) "\\spad{palgextint(f, x, y, g)} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f(x,y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x}; returns \"failed\" if no such functions exist.")) (|palgint| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|)) "\\spad{palgint(f, x, y)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x}.")))
NIL
-((|HasCategory| |#3| (|%list| (QUOTE -600) (|devaluate| |#2|))))
-(-503 R -3093)
+((|HasCategory| |#3| (|%list| (QUOTE -601) (|devaluate| |#2|))))
+(-504 R -3094)
((|constructor| (NIL "\\spadtype{PatternMatchIntegration} provides functions that use the pattern matcher to find some indefinite and definite integrals involving special functions and found in the litterature.")) (|pmintegrate| (((|Union| |#2| "failed") |#2| (|Symbol|) (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|)) "\\spad{pmintegrate(f, x = a..b)} returns the integral of \\spad{f(x)dx} from a to \\spad{b} if it can be found by the built-in pattern matching rules.") (((|Union| (|Record| (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (|Symbol|)) "\\spad{pmintegrate(f, x)} returns either \"failed\" or \\spad{[g,h]} such that \\spad{integrate(f,x) = g + integrate(h,x)}.")) (|pmComplexintegrate| (((|Union| (|Record| (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (|Symbol|)) "\\spad{pmComplexintegrate(f, x)} returns either \"failed\" or \\spad{[g,h]} such that \\spad{integrate(f,x) = g + integrate(h,x)}. It only looks for special complex integrals that pmintegrate does not return.")) (|splitConstant| (((|Record| (|:| |const| |#2|) (|:| |nconst| |#2|)) |#2| (|Symbol|)) "\\spad{splitConstant(f, x)} returns \\spad{[c, g]} such that \\spad{f = c * g} and \\spad{c} does not involve \\spad{t}.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| |#2| (QUOTE (-1053)))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| |#2| (QUOTE (-569)))))
-(-504 -3093 UP)
+((-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| |#2| (QUOTE (-1054)))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| |#2| (QUOTE (-570)))))
+(-505 -3094 UP)
((|constructor| (NIL "This package provides functions for the base case of the Risch algorithm.")) (|limitedint| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|List| (|Fraction| |#2|))) "\\spad{limitedint(f, [g1,...,gn])} returns fractions \\spad{[h,[[ci, gi]]]} such that the \\spad{gi}'s are among \\spad{[g1,...,gn]},{} \\spad{ci' = 0},{} and \\spad{(h+sum(ci log(gi)))' = f},{} if possible,{} \"failed\" otherwise.")) (|extendedint| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{extendedint(f, g)} returns fractions \\spad{[h, c]} such that \\spad{c' = 0} and \\spad{h' = f - cg},{} if \\spad{(h, c)} exist,{} \"failed\" otherwise.")) (|infieldint| (((|Union| (|Fraction| |#2|) "failed") (|Fraction| |#2|)) "\\spad{infieldint(f)} returns \\spad{g} such that \\spad{g' = f} or \"failed\" if the integral of \\spad{f} is not a rational function.")) (|integrate| (((|IntegrationResult| (|Fraction| |#2|)) (|Fraction| |#2|)) "\\spad{integrate(f)} returns \\spad{g} such that \\spad{g' = f}.")))
NIL
NIL
-(-505 S)
+(-506 S)
((|constructor| (NIL "Provides integer testing and retraction functions. Date Created: March 1990 Date Last Updated: 9 April 1991")) (|integerIfCan| (((|Union| (|Integer|) "failed") |#1|) "\\spad{integerIfCan(x)} returns \\spad{x} as an integer,{} \"failed\" if \\spad{x} is not an integer.")) (|integer?| (((|Boolean|) |#1|) "\\spad{integer?(x)} is \\spad{true} if \\spad{x} is an integer,{} \\spad{false} otherwise.")) (|integer| (((|Integer|) |#1|) "\\spad{integer(x)} returns \\spad{x} as an integer; error if \\spad{x} is not an integer.")))
NIL
NIL
-(-506 -3093)
+(-507 -3094)
((|constructor| (NIL "This package provides functions for the integration of rational functions.")) (|extendedIntegrate| (((|Union| (|Record| (|:| |ratpart| (|Fraction| (|Polynomial| |#1|))) (|:| |coeff| (|Fraction| (|Polynomial| |#1|)))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|))) "\\spad{extendedIntegrate(f, x, g)} returns fractions \\spad{[h, c]} such that \\spad{dc/dx = 0} and \\spad{dh/dx = f - cg},{} if \\spad{(h, c)} exist,{} \"failed\" otherwise.")) (|limitedIntegrate| (((|Union| (|Record| (|:| |mainpart| (|Fraction| (|Polynomial| |#1|))) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| (|Polynomial| |#1|))) (|:| |logand| (|Fraction| (|Polynomial| |#1|))))))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{limitedIntegrate(f, x, [g1,...,gn])} returns fractions \\spad{[h, [[ci,gi]]]} such that the \\spad{gi}'s are among \\spad{[g1,...,gn]},{} \\spad{dci/dx = 0},{} and \\spad{d(h + sum(ci log(gi)))/dx = f} if possible,{} \"failed\" otherwise.")) (|infieldIntegrate| (((|Union| (|Fraction| (|Polynomial| |#1|)) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{infieldIntegrate(f, x)} returns a fraction \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|internalIntegrate| (((|IntegrationResult| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{internalIntegrate(f, x)} returns \\spad{g} such that \\spad{dg/dx = f}.")))
NIL
NIL
-(-507 R)
+(-508 R)
((|constructor| (NIL "\\indented{1}{+ Author: Mike Dewar} + Date Created: November 1996 + Date Last Updated: + Basic Functions: + Related Constructors: + Also See: + AMS Classifications: + Keywords: + References: + Description: + This domain is an implementation of interval arithmetic and transcendental + functions over intervals.")))
-((-3771 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3772 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-508)
+(-509)
((|constructor| (NIL "This package provides the implementation for the \\spadfun{solveLinearPolynomialEquation} operation over the integers. It uses a lifting technique from the package GenExEuclid")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| (|Integer|))) "failed") (|List| (|SparseUnivariatePolynomial| (|Integer|))) (|SparseUnivariatePolynomial| (|Integer|))) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}'s exists.")))
NIL
NIL
-(-509 R -3093)
+(-510 R -3094)
((|constructor| (NIL "\\indented{1}{Tools for the integrator} Author: Manuel Bronstein Date Created: 25 April 1990 Date Last Updated: 9 June 1993 Keywords: elementary,{} function,{} integration.")) (|intPatternMatch| (((|IntegrationResult| |#2|) |#2| (|Symbol|) (|Mapping| (|IntegrationResult| |#2|) |#2| (|Symbol|)) (|Mapping| (|Union| (|Record| (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (|Symbol|))) "\\spad{intPatternMatch(f, x, int, pmint)} tries to integrate \\spad{f} first by using the integration function \\spad{int},{} and then by using the pattern match intetgration function \\spad{pmint} on any remaining unintegrable part.")) (|mkPrim| ((|#2| |#2| (|Symbol|)) "\\spad{mkPrim(f, x)} makes the logs in \\spad{f} which are linear in \\spad{x} primitive with respect to \\spad{x}.")) (|removeConstantTerm| ((|#2| |#2| (|Symbol|)) "\\spad{removeConstantTerm(f, x)} returns \\spad{f} minus any additive constant with respect to \\spad{x}.")) (|vark| (((|List| (|Kernel| |#2|)) (|List| |#2|) (|Symbol|)) "\\spad{vark([f1,...,fn],x)} returns the set-theoretic union of \\spad{(varselect(f1,x),...,varselect(fn,x))}.")) (|union| (((|List| (|Kernel| |#2|)) (|List| (|Kernel| |#2|)) (|List| (|Kernel| |#2|))) "\\spad{union(l1, l2)} returns set-theoretic union of \\spad{l1} and \\spad{l2}.")) (|ksec| (((|Kernel| |#2|) (|Kernel| |#2|) (|List| (|Kernel| |#2|)) (|Symbol|)) "\\spad{ksec(k, [k1,...,kn], x)} returns the second top-level \\spad{ki} after \\spad{k} involving \\spad{x}.")) (|kmax| (((|Kernel| |#2|) (|List| (|Kernel| |#2|))) "\\spad{kmax([k1,...,kn])} returns the top-level \\spad{ki} for integration.")) (|varselect| (((|List| (|Kernel| |#2|)) (|List| (|Kernel| |#2|)) (|Symbol|)) "\\spad{varselect([k1,...,kn], x)} returns the \\spad{ki} which involve \\spad{x}.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-569))) (|HasCategory| |#2| (QUOTE (-950 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-239)))) (|HasCategory| |#1| (QUOTE (-495))))
-(-510 -3093 UP)
+((-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| |#2| (QUOTE (-239))) (|HasCategory| |#2| (QUOTE (-570))) (|HasCategory| |#2| (QUOTE (-951 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-239)))) (|HasCategory| |#1| (QUOTE (-496))))
+(-511 -3094 UP)
((|constructor| (NIL "This package provides functions for the transcendental case of the Risch algorithm.")) (|monomialIntPoly| (((|Record| (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (|Mapping| |#2| |#2|)) "\\spad{monomialIntPoly(p, ')} returns [\\spad{q},{} \\spad{r}] such that \\spad{p = q' + r} and \\spad{degree(r) < degree(t')}. Error if \\spad{degree(t') < 2}.")) (|monomialIntegrate| (((|Record| (|:| |ir| (|IntegrationResult| (|Fraction| |#2|))) (|:| |specpart| (|Fraction| |#2|)) (|:| |polypart| |#2|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{monomialIntegrate(f, ')} returns \\spad{[ir, s, p]} such that \\spad{f = ir' + s + p} and all the squarefree factors of the denominator of \\spad{s} are special \\spad{w}.\\spad{r}.\\spad{t} the derivation '.")) (|expintfldpoly| (((|Union| (|LaurentPolynomial| |#1| |#2|) "failed") (|LaurentPolynomial| |#1| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|)) "\\spad{expintfldpoly(p, foo)} returns \\spad{q} such that \\spad{p' = q} or \"failed\" if no such \\spad{q} exists. Argument foo is a Risch differential equation function on \\spad{F}.")) (|primintfldpoly| (((|Union| |#2| "failed") |#2| (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) #1="failed") |#1|) |#1|) "\\spad{primintfldpoly(p, ', t')} returns \\spad{q} such that \\spad{p' = q} or \"failed\" if no such \\spad{q} exists. Argument \\spad{t'} is the derivative of the primitive generating the extension.")) (|primlimintfrac| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|List| (|Fraction| |#2|))) "\\spad{primlimintfrac(f, ', [u1,...,un])} returns \\spad{[v, [c1,...,cn]]} such that \\spad{ci' = 0} and \\spad{f = v' + +/[ci * ui'/ui]}. Error: if \\spad{degree numer f >= degree denom f}.")) (|primextintfrac| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Fraction| |#2|)) "\\spad{primextintfrac(f, ', g)} returns \\spad{[v, c]} such that \\spad{f = v' + c g} and \\spad{c' = 0}. Error: if \\spad{degree numer f >= degree denom f} or if \\spad{degree numer g >= degree denom g} or if \\spad{denom g} is not squarefree.")) (|explimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|List| (|Fraction| |#2|))) "\\spad{explimitedint(f, ', foo, [u1,...,un])} returns \\spad{[v, [c1,...,cn], a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,[ci * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primlimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) #1#) |#1|) (|List| (|Fraction| |#2|))) "\\spad{primlimitedint(f, ', foo, [u1,...,un])} returns \\spad{[v, [c1,...,cn], a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,[ci * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is an extended integration function on \\spad{F}.")) (|expextendedint| (((|Union| (|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |a0| |#1|)) (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|Fraction| |#2|)) "\\spad{expextendedint(f, ', foo, g)} returns either \\spad{[v, c]} such that \\spad{f = v' + c g} and \\spad{c' = 0},{} or \\spad{[v, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if neither case can hold. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primextendedint| (((|Union| (|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |a0| |#1|)) (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) #1#) |#1|) (|Fraction| |#2|)) "\\spad{primextendedint(f, ', foo, g)} returns either \\spad{[v, c]} such that \\spad{f = v' + c g} and \\spad{c' = 0},{} or \\spad{[v, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Returns \"failed\" if neither case can hold. Argument \\spad{foo} is an extended integration function on \\spad{F}.")) (|tanintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|List| |#1|) "failed") (|Integer|) |#1| |#1|)) "\\spad{tanintegrate(f, ', foo)} returns \\spad{[g, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}; Argument foo is a Risch differential system solver on \\spad{F}.")) (|expintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|)) "\\spad{expintegrate(f, ', foo)} returns \\spad{[g, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}; Argument foo is a Risch differential equation solver on \\spad{F}.")) (|primintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) #1#) |#1|)) "\\spad{primintegrate(f, ', foo)} returns \\spad{[g, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Argument foo is an extended integration function on \\spad{F}.")))
NIL
NIL
-(-511 R -3093)
+(-512 R -3094)
((|constructor| (NIL "This package computes the inverse Laplace Transform.")) (|inverseLaplace| (((|Union| |#2| "failed") |#2| (|Symbol|) (|Symbol|)) "\\spad{inverseLaplace(f, s, t)} returns the Inverse Laplace transform of \\spad{f(s)} using \\spad{t} as the new variable or \"failed\" if unable to find a closed form.")))
NIL
NIL
-(-512)
+(-513)
((|constructor| (NIL "This category describes byte stream conduits supporting both input and output operations.")))
NIL
NIL
-(-513)
+(-514)
((|constructor| (NIL "\\indented{2}{This domain provides representation for binary files open} \\indented{2}{for input and output operations.} See Also: InputBinaryFile,{} OutputBinaryFile")) (|isOpen?| (((|Boolean|) $) "\\spad{isOpen?(f)} holds if `f' is in open state.")) (|inputOutputBinaryFile| (($ (|String|)) "\\spad{inputOutputBinaryFile(f)} returns an input/output conduit obtained by opening the file named by `f' as a binary file.") (($ (|FileName|)) "\\spad{inputOutputBinaryFile(f)} returns an input/output conduit obtained by opening the file designated by `f' as a binary file.")))
NIL
NIL
-(-514)
+(-515)
((|constructor| (NIL "This domain provides constants to describe directions of IO conduits (file,{} etc) mode of operations.")) (|closed| (($) "\\spad{closed} indicates that the IO conduit has been closed.")) (|bothWays| (($) "\\spad{bothWays} indicates that an IO conduit is for both input and output.")) (|output| (($) "\\spad{output} indicates that an IO conduit is for output")) (|input| (($) "\\spad{input} indicates that an IO conduit is for input.")))
NIL
NIL
-(-515)
+(-516)
((|constructor| (NIL "This domain provides representation for ARPA Internet \\spad{IP4} addresses.")) (|resolve| (((|Maybe| $) (|Hostname|)) "\\spad{resolve(h)} returns the \\spad{IP4} address of host `h'.")) (|bytes| (((|DataArray| 4 (|Byte|)) $) "\\spad{bytes(x)} returns the bytes of the numeric address `x'.")) (|ip4Address| (($ (|String|)) "\\spad{ip4Address(a)} builds a numeric address out of the ASCII form `a'.")))
NIL
NIL
-(-516 |p| |unBalanced?|)
+(-517 |p| |unBalanced?|)
((|constructor| (NIL "This domain implements Zp,{} the \\spad{p}-adic completion of the integers. This is an internal domain.")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-517 |p|)
+(-518 |p|)
((|constructor| (NIL "InnerPrimeField(\\spad{p}) implements the field with \\spad{p} elements. Note: argument \\spad{p} MUST be a prime (this domain does not check). See \\spadtype{PrimeField} for a domain that does check.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
((|HasCategory| $ (QUOTE (-120))) (|HasCategory| $ (QUOTE (-118))) (|HasCategory| $ (QUOTE (-320))))
-(-518)
+(-519)
((|constructor| (NIL "A package to print strings without line-feed nor carriage-return.")) (|iprint| (((|Void|) (|String|)) "\\axiom{iprint(\\spad{s})} prints \\axiom{\\spad{s}} at the current position of the cursor.")))
NIL
NIL
-(-519 -3093)
+(-520 -3094)
((|constructor| (NIL "If a function \\spad{f} has an elementary integral \\spad{g},{} then \\spad{g} can be written in the form \\spad{g = h + c1 log(u1) + c2 log(u2) + ... + cn log(un)} where \\spad{h},{} which is in the same field than \\spad{f},{} is called the rational part of the integral,{} and \\spad{c1 log(u1) + ... cn log(un)} is called the logarithmic part of the integral. This domain manipulates integrals represented in that form,{} by keeping both parts separately. The logs are not explicitly computed.")) (|differentiate| ((|#1| $ (|Symbol|)) "\\spad{differentiate(ir,x)} differentiates \\spad{ir} with respect to \\spad{x}") ((|#1| $ (|Mapping| |#1| |#1|)) "\\spad{differentiate(ir,D)} differentiates \\spad{ir} with respect to the derivation \\spad{D}.")) (|integral| (($ |#1| (|Symbol|)) "\\spad{integral(f,x)} returns the formal integral of \\spad{f} with respect to \\spad{x}") (($ |#1| |#1|) "\\spad{integral(f,x)} returns the formal integral of \\spad{f} with respect to \\spad{x}")) (|elem?| (((|Boolean|) $) "\\spad{elem?(ir)} tests if an integration result is elementary over F?")) (|notelem| (((|List| (|Record| (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) "\\spad{notelem(ir)} returns the non-elementary part of an integration result")) (|logpart| (((|List| (|Record| (|:| |scalar| (|Fraction| (|Integer|))) (|:| |coeff| (|SparseUnivariatePolynomial| |#1|)) (|:| |logand| (|SparseUnivariatePolynomial| |#1|)))) $) "\\spad{logpart(ir)} returns the logarithmic part of an integration result")) (|ratpart| ((|#1| $) "\\spad{ratpart(ir)} returns the rational part of an integration result")) (|mkAnswer| (($ |#1| (|List| (|Record| (|:| |scalar| (|Fraction| (|Integer|))) (|:| |coeff| (|SparseUnivariatePolynomial| |#1|)) (|:| |logand| (|SparseUnivariatePolynomial| |#1|)))) (|List| (|Record| (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) "\\spad{mkAnswer(r,l,ne)} creates an integration result from a rational part \\spad{r},{} a logarithmic part \\spad{l},{} and a non-elementary part \\spad{ne}.")))
-((-3991 . T) (-3990 . T))
-((|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-950 (-1090)))))
-(-520 E -3093)
+((-3992 . T) (-3991 . T))
+((|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-951 (-1091)))))
+(-521 E -3094)
((|constructor| (NIL "\\indented{1}{Internally used by the integration packages} Author: Manuel Bronstein Date Created: 1987 Date Last Updated: 12 August 1992 Keywords: integration.")) (|map| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (|Mapping| |#2| |#1|) (|Union| (|Record| (|:| |mainpart| |#1|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) "\\spad{map(f,ufe)} \\undocumented") (((|Union| |#2| "failed") (|Mapping| |#2| |#1|) (|Union| |#1| "failed")) "\\spad{map(f,ue)} \\undocumented") (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") (|Mapping| |#2| |#1|) (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed")) "\\spad{map(f,ure)} \\undocumented") (((|IntegrationResult| |#2|) (|Mapping| |#2| |#1|) (|IntegrationResult| |#1|)) "\\spad{map(f,ire)} \\undocumented")))
NIL
NIL
-(-521 R -3093)
+(-522 R -3094)
((|constructor| (NIL "This package allows a sum of logs over the roots of a polynomial to be expressed as explicit logarithms and arc tangents,{} provided that the indexing polynomial can be factored into quadratics.")) (|complexExpand| ((|#2| (|IntegrationResult| |#2|)) "\\spad{complexExpand(i)} returns the expanded complex function corresponding to \\spad{i}.")) (|expand| (((|List| |#2|) (|IntegrationResult| |#2|)) "\\spad{expand(i)} returns the list of possible real functions corresponding to \\spad{i}.")) (|split| (((|IntegrationResult| |#2|) (|IntegrationResult| |#2|)) "\\spad{split(u(x) + sum_{P(a)=0} Q(a,x))} returns \\spad{u(x) + sum_{P1(a)=0} Q(a,x) + ... + sum_{Pn(a)=0} Q(a,x)} where \\spad{P1},{}...,{}Pn are the factors of \\spad{P}.")))
NIL
NIL
-(-522)
+(-523)
((|constructor| (NIL "This domain provides representations for the intermediate form data structure used by the Spad elaborator.")) (|irDef| (($ (|Identifier|) (|InternalTypeForm|) $) "\\spad{irDef(f,ts,e)} returns an IR representation for a definition of a function named \\spad{f},{} with signature \\spad{ts} and body \\spad{e}.")) (|irCtor| (($ (|Identifier|) (|InternalTypeForm|)) "\\spad{irCtor(n,t)} returns an IR for a constructor reference of type designated by the type form \\spad{t}")) (|irVar| (($ (|Identifier|) (|InternalTypeForm|)) "\\spad{irVar(x,t)} returns an IR for a variable reference of type designated by the type form \\spad{t}")))
NIL
NIL
-(-523 I)
+(-524 I)
((|constructor| (NIL "The \\spadtype{IntegerRoots} package computes square roots and \\indented{2}{\\spad{n}th roots of integers efficiently.}")) (|approxSqrt| ((|#1| |#1|) "\\spad{approxSqrt(n)} returns an approximation \\spad{x} to \\spad{sqrt(n)} such that \\spad{-1 < x - sqrt(n) < 1}. Compute an approximation \\spad{s} to \\spad{sqrt(n)} such that \\indented{10}{\\spad{-1 < s - sqrt(n) < 1}} A variable precision Newton iteration is used. The running time is \\spad{O( log(n)**2 )}.")) (|perfectSqrt| (((|Union| |#1| "failed") |#1|) "\\spad{perfectSqrt(n)} returns the square root of \\spad{n} if \\spad{n} is a perfect square and returns \"failed\" otherwise")) (|perfectSquare?| (((|Boolean|) |#1|) "\\spad{perfectSquare?(n)} returns \\spad{true} if \\spad{n} is a perfect square and \\spad{false} otherwise")) (|approxNthRoot| ((|#1| |#1| (|NonNegativeInteger|)) "\\spad{approxRoot(n,r)} returns an approximation \\spad{x} to \\spad{n**(1/r)} such that \\spad{-1 < x - n**(1/r) < 1}")) (|perfectNthRoot| (((|Record| (|:| |base| |#1|) (|:| |exponent| (|NonNegativeInteger|))) |#1|) "\\spad{perfectNthRoot(n)} returns \\spad{[x,r]},{} where \\spad{n = x\\^r} and \\spad{r} is the largest integer such that \\spad{n} is a perfect \\spad{r}th power") (((|Union| |#1| "failed") |#1| (|NonNegativeInteger|)) "\\spad{perfectNthRoot(n,r)} returns the \\spad{r}th root of \\spad{n} if \\spad{n} is an \\spad{r}th power and returns \"failed\" otherwise")) (|perfectNthPower?| (((|Boolean|) |#1| (|NonNegativeInteger|)) "\\spad{perfectNthPower?(n,r)} returns \\spad{true} if \\spad{n} is an \\spad{r}th power and \\spad{false} otherwise")))
NIL
NIL
-(-524 GF)
+(-525 GF)
((|constructor| (NIL "This package exports the function generateIrredPoly that computes a monic irreducible polynomial of degree \\spad{n} over a finite field.")) (|generateIrredPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{generateIrredPoly(n)} generates an irreducible univariate polynomial of the given degree \\spad{n} over the finite field.")))
NIL
NIL
-(-525 R)
+(-526 R)
((|constructor| (NIL "\\indented{2}{This package allows a sum of logs over the roots of a polynomial} \\indented{2}{to be expressed as explicit logarithms and arc tangents,{} provided} \\indented{2}{that the indexing polynomial can be factored into quadratics.} Date Created: 21 August 1988 Date Last Updated: 4 October 1993")) (|complexIntegrate| (((|Expression| |#1|) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{complexIntegrate(f, x)} returns the integral of \\spad{f(x)dx} where \\spad{x} is viewed as a complex variable.")) (|integrate| (((|Union| (|Expression| |#1|) (|List| (|Expression| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{integrate(f, x)} returns the integral of \\spad{f(x)dx} where \\spad{x} is viewed as a real variable..")) (|complexExpand| (((|Expression| |#1|) (|IntegrationResult| (|Fraction| (|Polynomial| |#1|)))) "\\spad{complexExpand(i)} returns the expanded complex function corresponding to \\spad{i}.")) (|expand| (((|List| (|Expression| |#1|)) (|IntegrationResult| (|Fraction| (|Polynomial| |#1|)))) "\\spad{expand(i)} returns the list of possible real functions corresponding to \\spad{i}.")) (|split| (((|IntegrationResult| (|Fraction| (|Polynomial| |#1|))) (|IntegrationResult| (|Fraction| (|Polynomial| |#1|)))) "\\spad{split(u(x) + sum_{P(a)=0} Q(a,x))} returns \\spad{u(x) + sum_{P1(a)=0} Q(a,x) + ... + sum_{Pn(a)=0} Q(a,x)} where \\spad{P1},{}...,{}Pn are the factors of \\spad{P}.")))
NIL
((|HasCategory| |#1| (QUOTE (-120))))
-(-526)
+(-527)
((|constructor| (NIL "IrrRepSymNatPackage contains functions for computing the ordinary irreducible representations of symmetric groups on \\spad{n} letters {\\em {1,2,...,n}} in Young's natural form and their dimensions. These representations can be labelled by number partitions of \\spad{n},{} \\spadignore{i.e.} a weakly decreasing sequence of integers summing up to \\spad{n},{} \\spadignore{e.g.} {\\em [3,3,3,1]} labels an irreducible representation for \\spad{n} equals 10. Note: whenever a \\spadtype{List Integer} appears in a signature,{} a partition required.")) (|irreducibleRepresentation| (((|List| (|Matrix| (|Integer|))) (|List| (|PositiveInteger|)) (|List| (|Permutation| (|Integer|)))) "\\spad{irreducibleRepresentation(lambda,listOfPerm)} is the list of the irreducible representations corresponding to {\\em lambda} in Young's natural form for the list of permutations given by {\\em listOfPerm}.") (((|List| (|Matrix| (|Integer|))) (|List| (|PositiveInteger|))) "\\spad{irreducibleRepresentation(lambda)} is the list of the two irreducible representations corresponding to the partition {\\em lambda} in Young's natural form for the following two generators of the symmetric group,{} whose elements permute {\\em {1,2,...,n}},{} namely {\\em (1 2)} (2-cycle) and {\\em (1 2 ... n)} (\\spad{n}-cycle).") (((|Matrix| (|Integer|)) (|List| (|PositiveInteger|)) (|Permutation| (|Integer|))) "\\spad{irreducibleRepresentation(lambda,pi)} is the irreducible representation corresponding to partition {\\em lambda} in Young's natural form of the permutation {\\em pi} in the symmetric group,{} whose elements permute {\\em {1,2,...,n}}.")) (|dimensionOfIrreducibleRepresentation| (((|NonNegativeInteger|) (|List| (|PositiveInteger|))) "\\spad{dimensionOfIrreducibleRepresentation(lambda)} is the dimension of the ordinary irreducible representation of the symmetric group corresponding to {\\em lambda}. Note: the Robinson-Thrall hook formula is implemented.")))
NIL
NIL
-(-527 R E V P TS)
+(-528 R E V P TS)
((|constructor| (NIL "\\indented{1}{An internal package for computing the rational univariate representation} \\indented{1}{of a zero-dimensional algebraic variety given by a square-free} \\indented{1}{triangular set.} \\indented{1}{The main operation is \\axiomOpFrom{rur}{InternalRationalUnivariateRepresentationPackage}.} \\indented{1}{It is based on the {\\em generic} algorithm description in [1]. \\newline References:} [1] \\spad{D}. LAZARD \"Solving Zero-dimensional Algebraic Systems\" \\indented{4}{Journal of Symbolic Computation,{} 1992,{} 13,{} 117-131}")) (|checkRur| (((|Boolean|) |#5| (|List| |#5|)) "\\spad{checkRur(ts,lus)} returns \\spad{true} if \\spad{lus} is a rational univariate representation of \\spad{ts}.")) (|rur| (((|List| |#5|) |#5| (|Boolean|)) "\\spad{rur(ts,univ?)} returns a rational univariate representation of \\spad{ts}. This assumes that the lowest polynomial in \\spad{ts} is a variable \\spad{v} which does not occur in the other polynomials of \\spad{ts}. This variable will be used to define the simple algebraic extension over which these other polynomials will be rewritten as univariate polynomials with degree one. If \\spad{univ?} is \\spad{true} then these polynomials will have a constant initial.")))
NIL
NIL
-(-528)
+(-529)
((|constructor| (NIL "This domain represents a `has' expression.")) (|rhs| (((|SpadAst|) $) "\\spad{rhs(e)} returns the right hand side of the is expression `e'.")) (|lhs| (((|SpadAst|) $) "\\spad{lhs(e)} returns the left hand side of the is expression `e'.")))
NIL
NIL
-(-529 E V R P)
+(-530 E V R P)
((|constructor| (NIL "tools for the summation packages.")) (|sum| (((|Record| (|:| |num| |#4|) (|:| |den| (|Integer|))) |#4| |#2|) "\\spad{sum(p(n), n)} returns \\spad{P(n)},{} the indefinite sum of \\spad{p(n)} with respect to upward difference on \\spad{n},{} \\spadignore{i.e.} \\spad{P(n+1) - P(n) = a(n)}.") (((|Record| (|:| |num| |#4|) (|:| |den| (|Integer|))) |#4| |#2| (|Segment| |#4|)) "\\spad{sum(p(n), n = a..b)} returns \\spad{p(a) + p(a+1) + ... + p(b)}.")))
NIL
NIL
-(-530 |Coef|)
-((|constructor| (NIL "InnerSparseUnivariatePowerSeries is an internal domain \\indented{2}{used for creating sparse Taylor and Laurent series.}")) (|cAcsch| (($ $) "\\spad{cAcsch(f)} computes the inverse hyperbolic cosecant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAsech| (($ $) "\\spad{cAsech(f)} computes the inverse hyperbolic secant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAcoth| (($ $) "\\spad{cAcoth(f)} computes the inverse hyperbolic cotangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAtanh| (($ $) "\\spad{cAtanh(f)} computes the inverse hyperbolic tangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAcosh| (($ $) "\\spad{cAcosh(f)} computes the inverse hyperbolic cosine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAsinh| (($ $) "\\spad{cAsinh(f)} computes the inverse hyperbolic sine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCsch| (($ $) "\\spad{cCsch(f)} computes the hyperbolic cosecant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cSech| (($ $) "\\spad{cSech(f)} computes the hyperbolic secant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCoth| (($ $) "\\spad{cCoth(f)} computes the hyperbolic cotangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cTanh| (($ $) "\\spad{cTanh(f)} computes the hyperbolic tangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCosh| (($ $) "\\spad{cCosh(f)} computes the hyperbolic cosine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cSinh| (($ $) "\\spad{cSinh(f)} computes the hyperbolic sine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAcsc| (($ $) "\\spad{cAcsc(f)} computes the arccosecant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAsec| (($ $) "\\spad{cAsec(f)} computes the arcsecant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAcot| (($ $) "\\spad{cAcot(f)} computes the arccotangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAtan| (($ $) "\\spad{cAtan(f)} computes the arctangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAcos| (($ $) "\\spad{cAcos(f)} computes the arccosine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAsin| (($ $) "\\spad{cAsin(f)} computes the arcsine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCsc| (($ $) "\\spad{cCsc(f)} computes the cosecant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cSec| (($ $) "\\spad{cSec(f)} computes the secant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCot| (($ $) "\\spad{cCot(f)} computes the cotangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cTan| (($ $) "\\spad{cTan(f)} computes the tangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCos| (($ $) "\\spad{cCos(f)} computes the cosine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cSin| (($ $) "\\spad{cSin(f)} computes the sine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cLog| (($ $) "\\spad{cLog(f)} computes the logarithm of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cExp| (($ $) "\\spad{cExp(f)} computes the exponential of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cRationalPower| (($ $ (|Fraction| (|Integer|))) "\\spad{cRationalPower(f,r)} computes \\spad{f^r}. For use when the coefficient ring is commutative.")) (|cPower| (($ $ |#1|) "\\spad{cPower(f,r)} computes \\spad{f^r},{} where \\spad{f} has constant coefficient 1. For use when the coefficient ring is commutative.")) (|integrate| (($ $) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. Warning: function does not check for a term of degree \\spad{-1}.")) (|seriesToOutputForm| (((|OutputForm|) (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|))) (|Reference| (|OrderedCompletion| (|Integer|))) (|Symbol|) |#1| (|Fraction| (|Integer|))) "\\spad{seriesToOutputForm(st,refer,var,cen,r)} prints the series \\spad{f((var - cen)^r)}.")) (|iCompose| (($ $ $) "\\spad{iCompose(f,g)} returns \\spad{f(g(x))}. This is an internal function which should only be called for Taylor series \\spad{f(x)} and \\spad{g(x)} such that the constant coefficient of \\spad{g(x)} is zero.")) (|taylorQuoByVar| (($ $) "\\spad{taylorQuoByVar(a0 + a1 x + a2 x**2 + ...)} returns \\spad{a1 + a2 x + a3 x**2 + ...}")) (|iExquo| (((|Union| $ "failed") $ $ (|Boolean|)) "\\spad{iExquo(f,g,taylor?)} is the quotient of the power series \\spad{f} and \\spad{g}. If \\spad{taylor?} is \\spad{true},{} then we must have \\spad{order(f) >= order(g)}.")) (|multiplyCoefficients| (($ (|Mapping| |#1| (|Integer|)) $) "\\spad{multiplyCoefficients(fn,f)} returns the series \\spad{sum(fn(n) * an * x^n,n = n0..)},{} where \\spad{f} is the series \\spad{sum(an * x^n,n = n0..)}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(f)} tests if \\spad{f} is a single monomial.")) (|series| (($ (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|)))) "\\spad{series(st)} creates a series from a stream of non-zero terms,{} where a term is an exponent-coefficient pair. The terms in the stream should be ordered by increasing order of exponents.")) (|getStream| (((|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|))) $) "\\spad{getStream(f)} returns the stream of terms representing the series \\spad{f}.")) (|getRef| (((|Reference| (|OrderedCompletion| (|Integer|))) $) "\\spad{getRef(f)} returns a reference containing the order to which the terms of \\spad{f} have been computed.")) (|makeSeries| (($ (|Reference| (|OrderedCompletion| (|Integer|))) (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|)))) "\\spad{makeSeries(refer,str)} creates a power series from the reference \\spad{refer} and the stream \\spad{str}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))) (|HasCategory| (-484) (QUOTE (-1025))) (|HasCategory| |#1| (QUOTE (-312))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-484))))))
(-531 |Coef|)
+((|constructor| (NIL "InnerSparseUnivariatePowerSeries is an internal domain \\indented{2}{used for creating sparse Taylor and Laurent series.}")) (|cAcsch| (($ $) "\\spad{cAcsch(f)} computes the inverse hyperbolic cosecant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAsech| (($ $) "\\spad{cAsech(f)} computes the inverse hyperbolic secant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAcoth| (($ $) "\\spad{cAcoth(f)} computes the inverse hyperbolic cotangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAtanh| (($ $) "\\spad{cAtanh(f)} computes the inverse hyperbolic tangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAcosh| (($ $) "\\spad{cAcosh(f)} computes the inverse hyperbolic cosine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAsinh| (($ $) "\\spad{cAsinh(f)} computes the inverse hyperbolic sine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCsch| (($ $) "\\spad{cCsch(f)} computes the hyperbolic cosecant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cSech| (($ $) "\\spad{cSech(f)} computes the hyperbolic secant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCoth| (($ $) "\\spad{cCoth(f)} computes the hyperbolic cotangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cTanh| (($ $) "\\spad{cTanh(f)} computes the hyperbolic tangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCosh| (($ $) "\\spad{cCosh(f)} computes the hyperbolic cosine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cSinh| (($ $) "\\spad{cSinh(f)} computes the hyperbolic sine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAcsc| (($ $) "\\spad{cAcsc(f)} computes the arccosecant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAsec| (($ $) "\\spad{cAsec(f)} computes the arcsecant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAcot| (($ $) "\\spad{cAcot(f)} computes the arccotangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAtan| (($ $) "\\spad{cAtan(f)} computes the arctangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAcos| (($ $) "\\spad{cAcos(f)} computes the arccosine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cAsin| (($ $) "\\spad{cAsin(f)} computes the arcsine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCsc| (($ $) "\\spad{cCsc(f)} computes the cosecant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cSec| (($ $) "\\spad{cSec(f)} computes the secant of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCot| (($ $) "\\spad{cCot(f)} computes the cotangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cTan| (($ $) "\\spad{cTan(f)} computes the tangent of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cCos| (($ $) "\\spad{cCos(f)} computes the cosine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cSin| (($ $) "\\spad{cSin(f)} computes the sine of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cLog| (($ $) "\\spad{cLog(f)} computes the logarithm of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cExp| (($ $) "\\spad{cExp(f)} computes the exponential of the power series \\spad{f}. For use when the coefficient ring is commutative.")) (|cRationalPower| (($ $ (|Fraction| (|Integer|))) "\\spad{cRationalPower(f,r)} computes \\spad{f^r}. For use when the coefficient ring is commutative.")) (|cPower| (($ $ |#1|) "\\spad{cPower(f,r)} computes \\spad{f^r},{} where \\spad{f} has constant coefficient 1. For use when the coefficient ring is commutative.")) (|integrate| (($ $) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. Warning: function does not check for a term of degree \\spad{-1}.")) (|seriesToOutputForm| (((|OutputForm|) (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|))) (|Reference| (|OrderedCompletion| (|Integer|))) (|Symbol|) |#1| (|Fraction| (|Integer|))) "\\spad{seriesToOutputForm(st,refer,var,cen,r)} prints the series \\spad{f((var - cen)^r)}.")) (|iCompose| (($ $ $) "\\spad{iCompose(f,g)} returns \\spad{f(g(x))}. This is an internal function which should only be called for Taylor series \\spad{f(x)} and \\spad{g(x)} such that the constant coefficient of \\spad{g(x)} is zero.")) (|taylorQuoByVar| (($ $) "\\spad{taylorQuoByVar(a0 + a1 x + a2 x**2 + ...)} returns \\spad{a1 + a2 x + a3 x**2 + ...}")) (|iExquo| (((|Union| $ "failed") $ $ (|Boolean|)) "\\spad{iExquo(f,g,taylor?)} is the quotient of the power series \\spad{f} and \\spad{g}. If \\spad{taylor?} is \\spad{true},{} then we must have \\spad{order(f) >= order(g)}.")) (|multiplyCoefficients| (($ (|Mapping| |#1| (|Integer|)) $) "\\spad{multiplyCoefficients(fn,f)} returns the series \\spad{sum(fn(n) * an * x^n,n = n0..)},{} where \\spad{f} is the series \\spad{sum(an * x^n,n = n0..)}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(f)} tests if \\spad{f} is a single monomial.")) (|series| (($ (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|)))) "\\spad{series(st)} creates a series from a stream of non-zero terms,{} where a term is an exponent-coefficient pair. The terms in the stream should be ordered by increasing order of exponents.")) (|getStream| (((|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|))) $) "\\spad{getStream(f)} returns the stream of terms representing the series \\spad{f}.")) (|getRef| (((|Reference| (|OrderedCompletion| (|Integer|))) $) "\\spad{getRef(f)} returns a reference containing the order to which the terms of \\spad{f} have been computed.")) (|makeSeries| (($ (|Reference| (|OrderedCompletion| (|Integer|))) (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|)))) "\\spad{makeSeries(refer,str)} creates a power series from the reference \\spad{refer} and the stream \\spad{str}.")))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))) (|HasCategory| (-485) (QUOTE (-1026))) (|HasCategory| |#1| (QUOTE (-312))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-485))))))
+(-532 |Coef|)
((|constructor| (NIL "Internal package for dense Taylor series. This is an internal Taylor series type in which Taylor series are represented by a \\spadtype{Stream} of \\spadtype{Ring} elements. For univariate series,{} the \\spad{Stream} elements are the Taylor coefficients. For multivariate series,{} the \\spad{n}th Stream element is a form of degree \\spad{n} in the power series variables.")) (* (($ $ (|Integer|)) "\\spad{x*i} returns the product of integer \\spad{i} and the series \\spad{x}.")) (|order| (((|NonNegativeInteger|) $ (|NonNegativeInteger|)) "\\spad{order(x,n)} returns the minimum of \\spad{n} and the order of \\spad{x}.") (((|NonNegativeInteger|) $) "\\spad{order(x)} returns the order of a power series \\spad{x},{} \\indented{1}{\\spadignore{i.e.} the degree of the first non-zero term of the series.}")) (|pole?| (((|Boolean|) $) "\\spad{pole?(x)} tests if the series \\spad{x} has a pole. \\indented{1}{Note: this is \\spad{false} when \\spad{x} is a Taylor series.}")) (|series| (($ (|Stream| |#1|)) "\\spad{series(s)} creates a power series from a stream of \\indented{1}{ring elements.} \\indented{1}{For univariate series types,{} the stream \\spad{s} should be a stream} \\indented{1}{of Taylor coefficients. For multivariate series types,{} the} \\indented{1}{stream \\spad{s} should be a stream of forms the \\spad{n}th element} \\indented{1}{of which is a} \\indented{1}{form of degree \\spad{n} in the power series variables.}")) (|coefficients| (((|Stream| |#1|) $) "\\spad{coefficients(x)} returns a stream of ring elements. \\indented{1}{When \\spad{x} is a univariate series,{} this is a stream of Taylor} \\indented{1}{coefficients. When \\spad{x} is a multivariate series,{} the} \\indented{1}{\\spad{n}th element of the stream is a form of} \\indented{1}{degree \\spad{n} in the power series variables.}")))
-(((-3998 "*") |has| |#1| (-495)) (-3989 |has| |#1| (-495)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-495))))
-(-532)
+(((-3999 "*") |has| |#1| (-496)) (-3990 |has| |#1| (-496)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-496))))
+(-533)
((|constructor| (NIL "This domain provides representations for internal type form.")) (|mappingMode| (($ $ (|List| $)) "\\spad{mappingMode(r,ts)} returns a mapping mode with return mode \\spad{r},{} and parameter modes \\spad{ts}.")) (|categoryMode| (($) "\\spad{categoryMode} is a constant mode denoting Category.")) (|voidMode| (($) "\\spad{voidMode} is a constant mode denoting Void.")) (|noValueMode| (($) "\\spad{noValueMode} is a constant mode that indicates that the value of an expression is to be ignored.")) (|jokerMode| (($) "\\spad{jokerMode} is a constant that stands for any mode in a type inference context")))
NIL
NIL
-(-533 A B)
+(-534 A B)
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|map| (((|InfiniteTuple| |#2|) (|Mapping| |#2| |#1|) (|InfiniteTuple| |#1|)) "\\spad{map(f,[x0,x1,x2,...])} returns \\spad{[f(x0),f(x1),f(x2),..]}.")))
NIL
NIL
-(-534 A B C)
+(-535 A B C)
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|map| (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|InfiniteTuple| |#1|) (|Stream| |#2|)) "\\spad{map(f,a,b)} \\undocumented") (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|Stream| |#1|) (|InfiniteTuple| |#2|)) "\\spad{map(f,a,b)} \\undocumented") (((|InfiniteTuple| |#3|) (|Mapping| |#3| |#1| |#2|) (|InfiniteTuple| |#1|) (|InfiniteTuple| |#2|)) "\\spad{map(f,a,b)} \\undocumented")))
NIL
NIL
-(-535 R -3093 FG)
+(-536 R -3094 FG)
((|constructor| (NIL "This package provides transformations from trigonometric functions to exponentials and logarithms,{} and back. \\spad{F} and FG should be the same type of function space.")) (|trigs2explogs| ((|#3| |#3| (|List| (|Kernel| |#3|)) (|List| (|Symbol|))) "\\spad{trigs2explogs(f, [k1,...,kn], [x1,...,xm])} rewrites all the trigonometric functions appearing in \\spad{f} and involving one of the \\spad{xi's} in terms of complex logarithms and exponentials. A kernel of the form \\spad{tan(u)} is expressed using \\spad{exp(u)**2} if it is one of the \\spad{ki's},{} in terms of \\spad{exp(2*u)} otherwise.")) (|explogs2trigs| (((|Complex| |#2|) |#3|) "\\spad{explogs2trigs(f)} rewrites all the complex logs and exponentials appearing in \\spad{f} in terms of trigonometric functions.")) (F2FG ((|#3| |#2|) "\\spad{F2FG(a + sqrt(-1) b)} returns \\spad{a + i b}.")) (FG2F ((|#2| |#3|) "\\spad{FG2F(a + i b)} returns \\spad{a + sqrt(-1) b}.")) (GF2FG ((|#3| (|Complex| |#2|)) "\\spad{GF2FG(a + i b)} returns \\spad{a + i b} viewed as a function with the \\spad{i} pushed down into the coefficient domain.")))
NIL
NIL
-(-536 S)
+(-537 S)
((|constructor| (NIL "This package implements 'infinite tuples' for the interpreter. The representation is a stream.")) (|construct| (((|Stream| |#1|) $) "\\spad{construct(t)} converts an infinite tuple to a stream.")) (|generate| (($ (|Mapping| |#1| |#1|) |#1|) "\\spad{generate(f,s)} returns \\spad{[s,f(s),f(f(s)),...]}.")) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select(p,t)} returns \\spad{[x for x in t | p(x)]}.")) (|filterUntil| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterUntil(p,t)} returns \\spad{[x for x in t while not p(x)]}.")) (|filterWhile| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterWhile(p,t)} returns \\spad{[x for x in t while p(x)]}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,t)} replaces the tuple \\spad{t} by \\spad{[f(x) for x in t]}.")))
NIL
NIL
-(-537 S |Index| |Entry|)
+(-538 S |Index| |Entry|)
((|constructor| (NIL "An indexed aggregate is a many-to-one mapping of indices to entries. For example,{} a one-dimensional-array is an indexed aggregate where the index is an integer. Also,{} a table is an indexed aggregate where the indices and entries may have any type.")) (|swap!| (((|Void|) $ |#2| |#2|) "\\spad{swap!(u,i,j)} interchanges elements \\spad{i} and \\spad{j} of aggregate \\spad{u}. No meaningful value is returned.")) (|fill!| (($ $ |#3|) "\\spad{fill!(u,x)} replaces each entry in aggregate \\spad{u} by \\spad{x}. The modified \\spad{u} is returned as value.")) (|first| ((|#3| $) "\\spad{first(u)} returns the first element \\spad{x} of \\spad{u}. Note: for collections,{} \\axiom{first([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = \\spad{x}}. Error: if \\spad{u} is empty.")) (|minIndex| ((|#2| $) "\\spad{minIndex(u)} returns the minimum index \\spad{i} of aggregate \\spad{u}. Note: in general,{} \\axiom{minIndex(a) = reduce(min,{}[\\spad{i} for \\spad{i} in indices a])}; for lists,{} \\axiom{minIndex(a) = 1}.")) (|maxIndex| ((|#2| $) "\\spad{maxIndex(u)} returns the maximum index \\spad{i} of aggregate \\spad{u}. Note: in general,{} \\axiom{maxIndex(\\spad{u}) = reduce(max,{}[\\spad{i} for \\spad{i} in indices \\spad{u}])}; if \\spad{u} is a list,{} \\axiom{maxIndex(\\spad{u}) = \\#u}.")) (|entry?| (((|Boolean|) |#3| $) "\\spad{entry?(x,u)} tests if \\spad{x} equals \\axiom{\\spad{u} . \\spad{i}} for some index \\spad{i}.")) (|indices| (((|List| |#2|) $) "\\spad{indices(u)} returns a list of indices of aggregate \\spad{u} in no particular order.")) (|index?| (((|Boolean|) |#2| $) "\\spad{index?(i,u)} tests if \\spad{i} is an index of aggregate \\spad{u}.")) (|entries| (((|List| |#3|) $) "\\spad{entries(u)} returns a list of all the entries of aggregate \\spad{u} in no assumed order.")))
NIL
-((|HasCategory| |#1| (|%list| (QUOTE -1035) (|devaluate| |#3|))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#1| (|%list| (QUOTE -318) (|devaluate| |#3|))) (|HasCategory| |#3| (QUOTE (-72))))
-(-538 |Index| |Entry|)
+((|HasCategory| |#1| (|%list| (QUOTE -1036) (|devaluate| |#3|))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#1| (|%list| (QUOTE -318) (|devaluate| |#3|))) (|HasCategory| |#3| (QUOTE (-72))))
+(-539 |Index| |Entry|)
((|constructor| (NIL "An indexed aggregate is a many-to-one mapping of indices to entries. For example,{} a one-dimensional-array is an indexed aggregate where the index is an integer. Also,{} a table is an indexed aggregate where the indices and entries may have any type.")) (|swap!| (((|Void|) $ |#1| |#1|) "\\spad{swap!(u,i,j)} interchanges elements \\spad{i} and \\spad{j} of aggregate \\spad{u}. No meaningful value is returned.")) (|fill!| (($ $ |#2|) "\\spad{fill!(u,x)} replaces each entry in aggregate \\spad{u} by \\spad{x}. The modified \\spad{u} is returned as value.")) (|first| ((|#2| $) "\\spad{first(u)} returns the first element \\spad{x} of \\spad{u}. Note: for collections,{} \\axiom{first([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = \\spad{x}}. Error: if \\spad{u} is empty.")) (|minIndex| ((|#1| $) "\\spad{minIndex(u)} returns the minimum index \\spad{i} of aggregate \\spad{u}. Note: in general,{} \\axiom{minIndex(a) = reduce(min,{}[\\spad{i} for \\spad{i} in indices a])}; for lists,{} \\axiom{minIndex(a) = 1}.")) (|maxIndex| ((|#1| $) "\\spad{maxIndex(u)} returns the maximum index \\spad{i} of aggregate \\spad{u}. Note: in general,{} \\axiom{maxIndex(\\spad{u}) = reduce(max,{}[\\spad{i} for \\spad{i} in indices \\spad{u}])}; if \\spad{u} is a list,{} \\axiom{maxIndex(\\spad{u}) = \\#u}.")) (|entry?| (((|Boolean|) |#2| $) "\\spad{entry?(x,u)} tests if \\spad{x} equals \\axiom{\\spad{u} . \\spad{i}} for some index \\spad{i}.")) (|indices| (((|List| |#1|) $) "\\spad{indices(u)} returns a list of indices of aggregate \\spad{u} in no particular order.")) (|index?| (((|Boolean|) |#1| $) "\\spad{index?(i,u)} tests if \\spad{i} is an index of aggregate \\spad{u}.")) (|entries| (((|List| |#2|) $) "\\spad{entries(u)} returns a list of all the entries of aggregate \\spad{u} in no assumed order.")))
NIL
NIL
-(-539)
+(-540)
((|constructor| (NIL "This domain represents the join of categories ASTs.")) (|categories| (((|List| (|TypeAst|)) $) "catehories(\\spad{x}) returns the types in the join `x'.")) (|coerce| (($ (|List| (|TypeAst|))) "ts::JoinAst construct the AST for a join of the types `ts'.")))
NIL
NIL
-(-540 R A)
+(-541 R A)
((|constructor| (NIL "\\indented{1}{AssociatedJordanAlgebra takes an algebra \\spad{A} and uses \\spadfun{*\\$A}} \\indented{1}{to define the new multiplications \\spad{a*b := (a *\\$A b + b *\\$A a)/2}} \\indented{1}{(anticommutator).} \\indented{1}{The usual notation \\spad{{a,b}_+} cannot be used due to} \\indented{1}{restrictions in the current language.} \\indented{1}{This domain only gives a Jordan algebra if the} \\indented{1}{Jordan-identity \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} holds} \\indented{1}{for all \\spad{a},{}\\spad{b},{}\\spad{c} in \\spad{A}.} \\indented{1}{This relation can be checked by} \\indented{1}{\\spadfun{jordanAdmissible?()\\$A}.} \\blankline If the underlying algebra is of type \\spadtype{FramedNonAssociativeAlgebra(R)} (\\spadignore{i.e.} a non associative algebra over \\spad{R} which is a free \\spad{R}-module of finite rank,{} together with a fixed \\spad{R}-module basis),{} then the same is \\spad{true} for the associated Jordan algebra. Moreover,{} if the underlying algebra is of type \\spadtype{FiniteRankNonAssociativeAlgebra(R)} (\\spadignore{i.e.} a non associative algebra over \\spad{R} which is a free \\spad{R}-module of finite rank),{} then the same \\spad{true} for the associated Jordan algebra.")) (|coerce| (($ |#2|) "\\spad{coerce(a)} coerces the element \\spad{a} of the algebra \\spad{A} to an element of the Jordan algebra \\spadtype{AssociatedJordanAlgebra}(\\spad{R},{}A).")))
-((-3993 OR (-2563 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) (-3991 . T) (-3990 . T))
-((OR (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|))))) (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|))))
-(-541)
+((-3994 OR (-2564 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) (-3992 . T) (-3991 . T))
+((OR (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|))))) (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|))))
+(-542)
((|constructor| (NIL "This is the datatype for the JVM bytecodes.")))
NIL
NIL
-(-542)
+(-543)
((|constructor| (NIL "JVM class file access bitmask and values.")) (|jvmAbstract| (($) "The class was declared abstract; therefore object of this class may not be created.")) (|jvmInterface| (($) "The class file represents an interface,{} not a class.")) (|jvmSuper| (($) "Instruct the JVM to treat base clss method invokation specially.")) (|jvmFinal| (($) "The class was declared final; therefore no derived class allowed.")) (|jvmPublic| (($) "The class was declared public,{} therefore may be accessed from outside its package")))
NIL
NIL
-(-543)
+(-544)
((|constructor| (NIL "JVM class file constant pool tags.")) (|jvmNameAndTypeConstantTag| (($) "The correspondong constant pool entry represents the name and type of a field or method info.")) (|jvmInterfaceMethodConstantTag| (($) "The correspondong constant pool entry represents an interface method info.")) (|jvmMethodrefConstantTag| (($) "The correspondong constant pool entry represents a class method info.")) (|jvmFieldrefConstantTag| (($) "The corresponding constant pool entry represents a class field info.")) (|jvmStringConstantTag| (($) "The corresponding constant pool entry is a string constant info.")) (|jvmClassConstantTag| (($) "The corresponding constant pool entry represents a class or and interface.")) (|jvmDoubleConstantTag| (($) "The corresponding constant pool entry is a double constant info.")) (|jvmLongConstantTag| (($) "The corresponding constant pool entry is a long constant info.")) (|jvmFloatConstantTag| (($) "The corresponding constant pool entry is a float constant info.")) (|jvmIntegerConstantTag| (($) "The corresponding constant pool entry is an integer constant info.")) (|jvmUTF8ConstantTag| (($) "The corresponding constant pool entry is sequence of bytes representing Java \\spad{UTF8} string constant.")))
NIL
NIL
-(-544)
+(-545)
((|constructor| (NIL "JVM class field access bitmask and values.")) (|jvmTransient| (($) "The field was declared transient.")) (|jvmVolatile| (($) "The field was declared volatile.")) (|jvmFinal| (($) "The field was declared final; therefore may not be modified after initialization.")) (|jvmStatic| (($) "The field was declared static.")) (|jvmProtected| (($) "The field was declared protected; therefore may be accessed withing derived classes.")) (|jvmPrivate| (($) "The field was declared private; threfore can be accessed only within the defining class.")) (|jvmPublic| (($) "The field was declared public; therefore mey accessed from outside its package.")))
NIL
NIL
-(-545)
+(-546)
((|constructor| (NIL "JVM class method access bitmask and values.")) (|jvmStrict| (($) "The method was declared fpstrict; therefore floating-point mode is FP-strict.")) (|jvmAbstract| (($) "The method was declared abstract; therefore no implementation is provided.")) (|jvmNative| (($) "The method was declared native; therefore implemented in a language other than Java.")) (|jvmSynchronized| (($) "The method was declared synchronized.")) (|jvmFinal| (($) "The method was declared final; therefore may not be overriden. in derived classes.")) (|jvmStatic| (($) "The method was declared static.")) (|jvmProtected| (($) "The method was declared protected; therefore may be accessed withing derived classes.")) (|jvmPrivate| (($) "The method was declared private; threfore can be accessed only within the defining class.")) (|jvmPublic| (($) "The method was declared public; therefore mey accessed from outside its package.")))
NIL
NIL
-(-546)
+(-547)
((|constructor| (NIL "This is the datatype for the JVM opcodes.")))
NIL
NIL
-(-547 |Entry|)
+(-548 |Entry|)
((|constructor| (NIL "This domain allows a random access file to be viewed both as a table and as a file object.")) (|pack!| (($ $) "\\spad{pack!(f)} reorganizes the file \\spad{f} on disk to recover unused space.")))
-((-3997 . T))
-((-12 (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (QUOTE (|:| -3861 (-1073))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-1013)))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-553 (-473)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| (-1073) (QUOTE (-756))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (QUOTE (|:| -3861 (-1073))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (QUOTE (|:| -3861 (-1073))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-72)))))
-(-548 S |Key| |Entry|)
+NIL
+((-12 (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (QUOTE (|:| -3862 (-1074))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-1014)))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-554 (-474)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| (-1074) (QUOTE (-757))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (QUOTE (|:| -3862 (-1074))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (QUOTE (|:| -3862 (-1074))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-72)))))
+(-549 S |Key| |Entry|)
((|constructor| (NIL "A keyed dictionary is a dictionary of key-entry pairs for which there is a unique entry for each key.")) (|search| (((|Union| |#3| "failed") |#2| $) "\\spad{search(k,t)} searches the table \\spad{t} for the key \\spad{k},{} returning the entry stored in \\spad{t} for key \\spad{k}. If \\spad{t} has no such key,{} \\axiom{search(\\spad{k},{}\\spad{t})} returns \"failed\".")) (|remove!| (((|Union| |#3| "failed") |#2| $) "\\spad{remove!(k,t)} searches the table \\spad{t} for the key \\spad{k} removing (and return) the entry if there. If \\spad{t} has no such key,{} \\axiom{remove!(\\spad{k},{}\\spad{t})} returns \"failed\".")) (|keys| (((|List| |#2|) $) "\\spad{keys(t)} returns the list the keys in table \\spad{t}.")) (|key?| (((|Boolean|) |#2| $) "\\spad{key?(k,t)} tests if \\spad{k} is a key in table \\spad{t}.")))
NIL
NIL
-(-549 |Key| |Entry|)
+(-550 |Key| |Entry|)
((|constructor| (NIL "A keyed dictionary is a dictionary of key-entry pairs for which there is a unique entry for each key.")) (|search| (((|Union| |#2| "failed") |#1| $) "\\spad{search(k,t)} searches the table \\spad{t} for the key \\spad{k},{} returning the entry stored in \\spad{t} for key \\spad{k}. If \\spad{t} has no such key,{} \\axiom{search(\\spad{k},{}\\spad{t})} returns \"failed\".")) (|remove!| (((|Union| |#2| "failed") |#1| $) "\\spad{remove!(k,t)} searches the table \\spad{t} for the key \\spad{k} removing (and return) the entry if there. If \\spad{t} has no such key,{} \\axiom{remove!(\\spad{k},{}\\spad{t})} returns \"failed\".")) (|keys| (((|List| |#1|) $) "\\spad{keys(t)} returns the list the keys in table \\spad{t}.")) (|key?| (((|Boolean|) |#1| $) "\\spad{key?(k,t)} tests if \\spad{k} is a key in table \\spad{t}.")))
-((-3997 . T))
NIL
-(-550 S)
+NIL
+(-551 S)
((|constructor| (NIL "A kernel over a set \\spad{S} is an operator applied to a given list of arguments from \\spad{S}.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(op(a1,...,an), s)} tests if the name of op is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(op(a1,...,an), f)} tests if op = \\spad{f}.")) (|symbolIfCan| (((|Union| (|Symbol|) "failed") $) "\\spad{symbolIfCan(k)} returns \\spad{k} viewed as a symbol if \\spad{k} is a symbol,{} and \"failed\" otherwise.")) (|kernel| (($ (|Symbol|)) "\\spad{kernel(x)} returns \\spad{x} viewed as a kernel.") (($ (|BasicOperator|) (|List| |#1|) (|NonNegativeInteger|)) "\\spad{kernel(op, [a1,...,an], m)} returns the kernel \\spad{op(a1,...,an)} of nesting level \\spad{m}. Error: if \\spad{op} is \\spad{k}-ary for some \\spad{k} not equal to \\spad{m}.")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(k)} returns the nesting level of \\spad{k}.")) (|argument| (((|List| |#1|) $) "\\spad{argument(op(a1,...,an))} returns \\spad{[a1,...,an]}.")) (|operator| (((|BasicOperator|) $) "\\spad{operator(op(a1,...,an))} returns the operator op.")))
NIL
-((|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))))
-(-551 R S)
+((|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))))
+(-552 R S)
((|constructor| (NIL "This package exports some auxiliary functions on kernels")) (|constantIfCan| (((|Union| |#1| "failed") (|Kernel| |#2|)) "\\spad{constantIfCan(k)} \\undocumented")) (|constantKernel| (((|Kernel| |#2|) |#1|) "\\spad{constantKernel(r)} \\undocumented")))
NIL
NIL
-(-552 S)
+(-553 S)
((|constructor| (NIL "A is coercible to \\spad{B} means any element of A can automatically be converted into an element of \\spad{B} by the interpreter.")) (|coerce| ((|#1| $) "\\spad{coerce(a)} transforms a into an element of \\spad{S}.")))
NIL
NIL
-(-553 S)
+(-554 S)
((|constructor| (NIL "A is convertible to \\spad{B} means any element of A can be converted into an element of \\spad{B},{} but not automatically by the interpreter.")) (|convert| ((|#1| $) "\\spad{convert(a)} transforms a into an element of \\spad{S}.")))
NIL
NIL
-(-554 -3093 UP)
+(-555 -3094 UP)
((|constructor| (NIL "\\spadtype{Kovacic} provides a modified Kovacic's algorithm for solving explicitely irreducible 2nd order linear ordinary differential equations.")) (|kovacic| (((|Union| (|SparseUnivariatePolynomial| (|Fraction| |#2|)) "failed") (|Fraction| |#2|) (|Fraction| |#2|) (|Fraction| |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{kovacic(a_0,a_1,a_2,ezfactor)} returns either \"failed\" or \\spad{P}(\\spad{u}) such that \\spad{\\$e^{\\int(-a_1/2a_2)} e^{\\int u}\\$} is a solution of \\indented{5}{\\spad{\\$a_2 y'' + a_1 y' + a0 y = 0\\$}} whenever \\spad{u} is a solution of \\spad{P u = 0}. The equation must be already irreducible over the rational functions. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|Union| (|SparseUnivariatePolynomial| (|Fraction| |#2|)) "failed") (|Fraction| |#2|) (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{kovacic(a_0,a_1,a_2)} returns either \"failed\" or \\spad{P}(\\spad{u}) such that \\spad{\\$e^{\\int(-a_1/2a_2)} e^{\\int u}\\$} is a solution of \\indented{5}{\\spad{a_2 y'' + a_1 y' + a0 y = 0}} whenever \\spad{u} is a solution of \\spad{P u = 0}. The equation must be already irreducible over the rational functions.")))
NIL
NIL
-(-555 S)
+(-556 S)
((|constructor| (NIL "A is coercible from \\spad{B} iff any element of domain \\spad{B} can be automically converted into an element of domain A.")) (|coerce| (($ |#1|) "\\spad{coerce(s)} transforms `s' into an element of `\\%'.")))
NIL
NIL
-(-556)
+(-557)
((|constructor| (NIL "This domain implements Kleene's 3-valued propositional logic.")) (|case| (((|Boolean|) $ (|[\|\|]| |true|)) "\\spad{s case true} holds if the value of `x' is `true'.") (((|Boolean|) $ (|[\|\|]| |unknown|)) "\\spad{x case unknown} holds if the value of `x' is `unknown'") (((|Boolean|) $ (|[\|\|]| |false|)) "\\spad{x case false} holds if the value of `x' is `false'")) (|unknown| (($) "the indefinite `unknown'")))
NIL
NIL
-(-557 S)
+(-558 S)
((|constructor| (NIL "A is convertible from \\spad{B} iff any element of domain \\spad{B} can be explicitly converted into an element of domain A.")) (|convert| (($ |#1|) "\\spad{convert(s)} transforms `s' into an element of `\\%'.")))
NIL
NIL
-(-558 A R S)
+(-559 A R S)
((|constructor| (NIL "LocalAlgebra produces the localization of an algebra,{} \\spadignore{i.e.} fractions whose numerators come from some \\spad{R} algebra.")) (|denom| ((|#3| $) "\\spad{denom x} returns the denominator of \\spad{x}.")) (|numer| ((|#1| $) "\\spad{numer x} returns the numerator of \\spad{x}.")) (/ (($ |#1| |#3|) "\\spad{a / d} divides the element \\spad{a} by \\spad{d}.") (($ $ |#3|) "\\spad{x / d} divides the element \\spad{x} by \\spad{d}.")))
-((-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-755))))
-(-559 S R)
+((-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-756))))
+(-560 S R)
((|constructor| (NIL "The category of all left algebras over an arbitrary ring.")) (|coerce| (($ |#2|) "\\spad{coerce(r)} returns \\spad{r} * 1 where 1 is the identity of the left algebra.")))
NIL
NIL
-(-560 R)
+(-561 R)
((|constructor| (NIL "The category of all left algebras over an arbitrary ring.")) (|coerce| (($ |#1|) "\\spad{coerce(r)} returns \\spad{r} * 1 where 1 is the identity of the left algebra.")))
-((-3993 . T))
+((-3994 . T))
NIL
-(-561 R -3093)
+(-562 R -3094)
((|constructor| (NIL "This package computes the forward Laplace Transform.")) (|laplace| ((|#2| |#2| (|Symbol|) (|Symbol|)) "\\spad{laplace(f, t, s)} returns the Laplace transform of \\spad{f(t)} using \\spad{s} as the new variable. This is \\spad{integral(exp(-s*t)*f(t), t = 0..\\%plusInfinity)}. Returns the formal object \\spad{laplace(f, t, s)} if it cannot compute the transform.")))
NIL
NIL
-(-562 R UP)
+(-563 R UP)
((|constructor| (NIL "\\indented{1}{Univariate polynomials with negative and positive exponents.} Author: Manuel Bronstein Date Created: May 1988 Date Last Updated: 26 Apr 1990")) (|separate| (((|Record| (|:| |polyPart| $) (|:| |fracPart| (|Fraction| |#2|))) (|Fraction| |#2|)) "\\spad{separate(x)} \\undocumented")) (|monomial| (($ |#1| (|Integer|)) "\\spad{monomial(x,n)} \\undocumented")) (|coefficient| ((|#1| $ (|Integer|)) "\\spad{coefficient(x,n)} \\undocumented")) (|trailingCoefficient| ((|#1| $) "\\spad{trailingCoefficient }\\undocumented")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient }\\undocumented")) (|reductum| (($ $) "\\spad{reductum(x)} \\undocumented")) (|order| (((|Integer|) $) "\\spad{order(x)} \\undocumented")) (|degree| (((|Integer|) $) "\\spad{degree(x)} \\undocumented")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(x)} \\undocumented")))
-((-3991 . T) (-3990 . T) ((-3998 "*") . T) (-3989 . T) (-3993 . T))
-((|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))))
-(-563 R E V P TS ST)
+((-3992 . T) (-3991 . T) ((-3999 "*") . T) (-3990 . T) (-3994 . T))
+((|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))))
+(-564 R E V P TS ST)
((|constructor| (NIL "A package for solving polynomial systems by means of Lazard triangular sets [1]. This package provides two operations. One for solving in the sense of the regular zeros,{} and the other for solving in the sense of the Zariski closure. Both produce square-free regular sets. Moreover,{} the decompositions do not contain any redundant component. However,{} only zero-dimensional regular sets are normalized,{} since normalization may be time consumming in positive dimension. The decomposition process is that of [2].\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| |#6|) (|List| |#4|) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{}clos?)} has the same specifications as \\axiomOpFrom{zeroSetSplit(lp,{}clos?)}{RegularTriangularSetCategory}.")) (|normalizeIfCan| ((|#6| |#6|) "\\axiom{normalizeIfCan(ts)} returns \\axiom{ts} in an normalized shape if \\axiom{ts} is zero-dimensional.")))
NIL
NIL
-(-564 OV E Z P)
+(-565 OV E Z P)
((|constructor| (NIL "Package for leading coefficient determination in the lifting step. Package working for every \\spad{R} euclidean with property \"F\".")) (|distFact| (((|Union| (|Record| (|:| |polfac| (|List| |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (|List| (|SparseUnivariatePolynomial| |#3|)))) "failed") |#3| (|List| (|SparseUnivariatePolynomial| |#3|)) (|Record| (|:| |contp| |#3|) (|:| |factors| (|List| (|Record| (|:| |irr| |#4|) (|:| |pow| (|Integer|)))))) (|List| |#3|) (|List| |#1|) (|List| |#3|)) "\\spad{distFact(contm,unilist,plead,vl,lvar,lval)},{} where \\spad{contm} is the content of the evaluated polynomial,{} \\spad{unilist} is the list of factors of the evaluated polynomial,{} \\spad{plead} is the complete factorization of the leading coefficient,{} \\spad{vl} is the list of factors of the leading coefficient evaluated,{} \\spad{lvar} is the list of variables,{} \\spad{lval} is the list of values,{} returns a record giving the list of leading coefficients to impose on the univariate factors,{}")) (|polCase| (((|Boolean|) |#3| (|NonNegativeInteger|) (|List| |#3|)) "\\spad{polCase(contprod, numFacts, evallcs)},{} where \\spad{contprod} is the product of the content of the leading coefficient of the polynomial to be factored with the content of the evaluated polynomial,{} \\spad{numFacts} is the number of factors of the leadingCoefficient,{} and evallcs is the list of the evaluated factors of the leadingCoefficient,{} returns \\spad{true} if the factors of the leading Coefficient can be distributed with this valuation.")))
NIL
NIL
-(-565)
+(-566)
((|constructor| (NIL "This domain represents assignment expressions.")) (|rhs| (((|SpadAst|) $) "\\spad{rhs(e)} returns the right hand side of the assignment expression `e'.")) (|lhs| (((|SpadAst|) $) "\\spad{lhs(e)} returns the left hand side of the assignment expression `e'.")))
NIL
NIL
-(-566 |VarSet| R |Order|)
+(-567 |VarSet| R |Order|)
((|constructor| (NIL "Management of the Lie Group associated with a free nilpotent Lie algebra. Every Lie bracket with length greater than \\axiom{Order} are assumed to be null. The implementation inherits from the \\spadtype{XPBWPolynomial} domain constructor: Lyndon coordinates are exponential coordinates of the second kind. \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|identification| (((|List| (|Equation| |#2|)) $ $) "\\axiom{identification(\\spad{g},{}\\spad{h})} returns the list of equations \\axiom{g_i = h_i},{} where \\axiom{g_i} (resp. \\axiom{h_i}) are exponential coordinates of \\axiom{\\spad{g}} (resp. \\axiom{\\spad{h}}).")) (|LyndonCoordinates| (((|List| (|Record| (|:| |k| (|LyndonWord| |#1|)) (|:| |c| |#2|))) $) "\\axiom{LyndonCoordinates(\\spad{g})} returns the exponential coordinates of \\axiom{\\spad{g}}.")) (|LyndonBasis| (((|List| (|LiePolynomial| |#1| |#2|)) (|List| |#1|)) "\\axiom{LyndonBasis(lv)} returns the Lyndon basis of the nilpotent free Lie algebra.")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{g})} returns the list of variables of \\axiom{\\spad{g}}.")) (|mirror| (($ $) "\\axiom{mirror(\\spad{g})} is the mirror of the internal representation of \\axiom{\\spad{g}}.")) (|coerce| (((|XPBWPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{g})} returns the internal representation of \\axiom{\\spad{g}}.") (((|XDistributedPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{g})} returns the internal representation of \\axiom{\\spad{g}}.")) (|ListOfTerms| (((|List| (|Record| (|:| |k| (|PoincareBirkhoffWittLyndonBasis| |#1|)) (|:| |c| |#2|))) $) "\\axiom{ListOfTerms(\\spad{p})} returns the internal representation of \\axiom{\\spad{p}}.")) (|log| (((|LiePolynomial| |#1| |#2|) $) "\\axiom{log(\\spad{p})} returns the logarithm of \\axiom{\\spad{p}}.")) (|exp| (($ (|LiePolynomial| |#1| |#2|)) "\\axiom{exp(\\spad{p})} returns the exponential of \\axiom{\\spad{p}}.")))
-((-3993 . T))
+((-3994 . T))
NIL
-(-567 R |ls|)
+(-568 R |ls|)
((|constructor| (NIL "A package for solving polynomial systems with finitely many solutions. The decompositions are given by means of regular triangular sets. The computations use lexicographical Groebner bases. The main operations are \\axiomOpFrom{lexTriangular}{LexTriangularPackage} and \\axiomOpFrom{squareFreeLexTriangular}{LexTriangularPackage}. The second one provide decompositions by means of square-free regular triangular sets. Both are based on the {\\em lexTriangular} method described in [1]. They differ from the algorithm described in [2] by the fact that multiciplities of the roots are not kept. With the \\axiomOpFrom{squareFreeLexTriangular}{LexTriangularPackage} operation all multiciplities are removed. With the other operation some multiciplities may remain. Both operations admit an optional argument to produce normalized triangular sets. \\newline")) (|zeroSetSplit| (((|List| (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#2|)) (|OrderedVariableList| |#2|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{} norm?)} decomposes the variety associated with \\axiom{lp} into square-free regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{lp} needs to generate a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{} norm?)} decomposes the variety associated with \\axiom{lp} into regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{lp} needs to generate a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.")) (|squareFreeLexTriangular| (((|List| (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#2|)) (|OrderedVariableList| |#2|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{squareFreeLexTriangular(base,{} norm?)} decomposes the variety associated with \\axiom{base} into square-free regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{base} needs to be a lexicographical Groebner basis of a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.")) (|lexTriangular| (((|List| (|RegularChain| |#1| |#2|)) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{lexTriangular(base,{} norm?)} decomposes the variety associated with \\axiom{base} into regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{base} needs to be a lexicographical Groebner basis of a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.")) (|groebner| (((|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) "\\axiom{groebner(lp)} returns the lexicographical Groebner basis of \\axiom{lp}. If \\axiom{lp} generates a zero-dimensional ideal then the {\\em FGLM} strategy is used,{} otherwise the {\\em Sugar} strategy is used.")) (|fglmIfCan| (((|Union| (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) "failed") (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) "\\axiom{fglmIfCan(lp)} returns the lexicographical Groebner basis of \\axiom{lp} by using the {\\em FGLM} strategy,{} if \\axiom{zeroDimensional?(lp)} holds .")) (|zeroDimensional?| (((|Boolean|) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) "\\axiom{zeroDimensional?(lp)} returns \\spad{true} iff \\axiom{lp} generates a zero-dimensional ideal \\spad{w}.\\spad{r}.\\spad{t}. the variables involved in \\axiom{lp}.")))
NIL
NIL
-(-568 R -3093)
+(-569 R -3094)
((|constructor| (NIL "This package provides liouvillian functions over an integral domain.")) (|integral| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{integral(f,x = a..b)} denotes the definite integral of \\spad{f} with respect to \\spad{x} from \\spad{a} to \\spad{b}.") ((|#2| |#2| (|Symbol|)) "\\spad{integral(f,x)} indefinite integral of \\spad{f} with respect to \\spad{x}.")) (|dilog| ((|#2| |#2|) "\\spad{dilog(f)} denotes the dilogarithm")) (|erf| ((|#2| |#2|) "\\spad{erf(f)} denotes the error function")) (|li| ((|#2| |#2|) "\\spad{li(f)} denotes the logarithmic integral")) (|Ci| ((|#2| |#2|) "\\spad{Ci(f)} denotes the cosine integral")) (|Si| ((|#2| |#2|) "\\spad{Si(f)} denotes the sine integral")) (|Ei| ((|#2| |#2|) "\\spad{Ei(f)} denotes the exponential integral")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns the Liouvillian operator based on \\spad{op}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} checks if \\spad{op} is Liouvillian")))
NIL
NIL
-(-569)
+(-570)
((|constructor| (NIL "Category for the transcendental Liouvillian functions.")) (|erf| (($ $) "\\spad{erf(x)} returns the error function of \\spad{x},{} \\spadignore{i.e.} \\spad{2 / sqrt(\\%pi)} times the integral of \\spad{exp(-x**2) dx}.")) (|dilog| (($ $) "\\spad{dilog(x)} returns the dilogarithm of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{log(x) / (1 - x) dx}.")) (|li| (($ $) "\\spad{li(x)} returns the logarithmic integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{dx / log(x)}.")) (|Ci| (($ $) "\\spad{Ci(x)} returns the cosine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{cos(x) / x dx}.")) (|Si| (($ $) "\\spad{Si(x)} returns the sine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{sin(x) / x dx}.")) (|Ei| (($ $) "\\spad{Ei(x)} returns the exponential integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{exp(x)/x dx}.")))
NIL
NIL
-(-570 |lv| -3093)
+(-571 |lv| -3094)
((|constructor| (NIL "\\indented{1}{Given a Groebner basis \\spad{B} with respect to the total degree ordering for} a zero-dimensional ideal \\spad{I},{} compute a Groebner basis with respect to the lexicographical ordering by using linear algebra.")) (|transform| (((|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|) (|DistributedMultivariatePolynomial| |#1| |#2|)) "\\spad{transform }\\undocumented")) (|choosemon| (((|DistributedMultivariatePolynomial| |#1| |#2|) (|DistributedMultivariatePolynomial| |#1| |#2|) (|List| (|DistributedMultivariatePolynomial| |#1| |#2|))) "\\spad{choosemon }\\undocumented")) (|intcompBasis| (((|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) (|OrderedVariableList| |#1|) (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|))) "\\spad{intcompBasis }\\undocumented")) (|anticoord| (((|DistributedMultivariatePolynomial| |#1| |#2|) (|List| |#2|) (|DistributedMultivariatePolynomial| |#1| |#2|) (|List| (|DistributedMultivariatePolynomial| |#1| |#2|))) "\\spad{anticoord }\\undocumented")) (|coord| (((|Vector| |#2|) (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|) (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|))) "\\spad{coord }\\undocumented")) (|computeBasis| (((|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|))) "\\spad{computeBasis }\\undocumented")) (|minPol| (((|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|) (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) (|OrderedVariableList| |#1|)) "\\spad{minPol }\\undocumented") (((|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|) (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) (|OrderedVariableList| |#1|)) "\\spad{minPol }\\undocumented")) (|totolex| (((|List| (|DistributedMultivariatePolynomial| |#1| |#2|)) (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|))) "\\spad{totolex }\\undocumented")) (|groebgen| (((|Record| (|:| |glbase| (|List| (|DistributedMultivariatePolynomial| |#1| |#2|))) (|:| |glval| (|List| (|Integer|)))) (|List| (|DistributedMultivariatePolynomial| |#1| |#2|))) "\\spad{groebgen }\\undocumented")) (|linGenPos| (((|Record| (|:| |gblist| (|List| (|DistributedMultivariatePolynomial| |#1| |#2|))) (|:| |gvlist| (|List| (|Integer|)))) (|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|))) "\\spad{linGenPos }\\undocumented")))
NIL
NIL
-(-571)
+(-572)
((|constructor| (NIL "This domain provides a simple way to save values in files.")) (|setelt| (((|Any|) $ (|Symbol|) (|Any|)) "\\spad{lib.k := v} saves the value \\spad{v} in the library \\spad{lib}. It can later be extracted using the key \\spad{k}.")) (|pack!| (($ $) "\\spad{pack!(f)} reorganizes the file \\spad{f} on disk to recover unused space.")) (|library| (($ (|FileName|)) "\\spad{library(ln)} creates a new library file.")))
-((-3997 . T))
-((-12 (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-1013)))) (OR (|HasCategory| (-51) (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-1013)))) (OR (|HasCategory| (-51) (QUOTE (-72))) (|HasCategory| (-51) (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-1013)))) (OR (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-552 (-772)))) (|HasCategory| (-51) (QUOTE (-552 (-772))))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-553 (-473)))) (-12 (|HasCategory| (-51) (QUOTE (-260 (-51)))) (|HasCategory| (-51) (QUOTE (-1013)))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-72))) (|HasCategory| (-1073) (QUOTE (-756))) (|HasCategory| (-51) (QUOTE (-72))) (OR (|HasCategory| (-51) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-72)))) (|HasCategory| (-51) (QUOTE (-1013))) (|HasCategory| (-51) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-1013))) (-12 (|HasCategory| $ (QUOTE (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))))) (-12 (|HasCategory| $ (QUOTE (-318 (-51)))) (|HasCategory| (-51) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-1035 (-51)))))
-(-572 R A)
+NIL
+((-12 (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-1014)))) (OR (|HasCategory| (-51) (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-1014)))) (OR (|HasCategory| (-51) (QUOTE (-72))) (|HasCategory| (-51) (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-1014)))) (OR (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-553 (-773)))) (|HasCategory| (-51) (QUOTE (-553 (-773))))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-554 (-474)))) (-12 (|HasCategory| (-51) (QUOTE (-260 (-51)))) (|HasCategory| (-51) (QUOTE (-1014)))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-72))) (|HasCategory| (-1074) (QUOTE (-757))) (|HasCategory| (-51) (QUOTE (-72))) (OR (|HasCategory| (-51) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-72)))) (|HasCategory| (-51) (QUOTE (-1014))) (|HasCategory| (-51) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-1014))) (-12 (|HasCategory| $ (QUOTE (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))))) (-12 (|HasCategory| $ (QUOTE (-318 (-51)))) (|HasCategory| (-51) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-1036 (-51)))))
+(-573 R A)
((|constructor| (NIL "AssociatedLieAlgebra takes an algebra \\spad{A} and uses \\spadfun{*\\$A} to define the Lie bracket \\spad{a*b := (a *\\$A b - b *\\$A a)} (commutator). Note that the notation \\spad{[a,b]} cannot be used due to restrictions of the current compiler. This domain only gives a Lie algebra if the Jacobi-identity \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} holds for all \\spad{a},{}\\spad{b},{}\\spad{c} in \\spad{A}. This relation can be checked by \\spad{lieAdmissible?()\\$A}. \\blankline If the underlying algebra is of type \\spadtype{FramedNonAssociativeAlgebra(R)} (\\spadignore{i.e.} a non associative algebra over \\spad{R} which is a free \\spad{R}-module of finite rank,{} together with a fixed \\spad{R}-module basis),{} then the same is \\spad{true} for the associated Lie algebra. Also,{} if the underlying algebra is of type \\spadtype{FiniteRankNonAssociativeAlgebra(R)} (\\spadignore{i.e.} a non associative algebra over \\spad{R} which is a free \\spad{R}-module of finite rank),{} then the same is \\spad{true} for the associated Lie algebra.")) (|coerce| (($ |#2|) "\\spad{coerce(a)} coerces the element \\spad{a} of the algebra \\spad{A} to an element of the Lie algebra \\spadtype{AssociatedLieAlgebra}(\\spad{R},{}A).")))
-((-3993 OR (-2563 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) (-3991 . T) (-3990 . T))
-((OR (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|))))) (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|))))
-(-573 S R)
+((-3994 OR (-2564 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) (-3992 . T) (-3991 . T))
+((OR (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#2| (|%list| (QUOTE -361) (|devaluate| |#1|))))) (|HasCategory| |#2| (|%list| (QUOTE -316) (|devaluate| |#1|))))
+(-574 S R)
((|constructor| (NIL "\\axiom{JacobiIdentity} means that \\axiom{[\\spad{x},{}[\\spad{y},{}\\spad{z}]]+[\\spad{y},{}[\\spad{z},{}\\spad{x}]]+[\\spad{z},{}[\\spad{x},{}\\spad{y}]] = 0} holds.")) (/ (($ $ |#2|) "\\axiom{x/r} returns the division of \\axiom{\\spad{x}} by \\axiom{\\spad{r}}.")) (|construct| (($ $ $) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket of \\axiom{\\spad{x}} and \\axiom{\\spad{y}}.")))
NIL
((|HasCategory| |#2| (QUOTE (-312))))
-(-574 R)
+(-575 R)
((|constructor| (NIL "\\axiom{JacobiIdentity} means that \\axiom{[\\spad{x},{}[\\spad{y},{}\\spad{z}]]+[\\spad{y},{}[\\spad{z},{}\\spad{x}]]+[\\spad{z},{}[\\spad{x},{}\\spad{y}]] = 0} holds.")) (/ (($ $ |#1|) "\\axiom{x/r} returns the division of \\axiom{\\spad{x}} by \\axiom{\\spad{r}}.")) (|construct| (($ $ $) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket of \\axiom{\\spad{x}} and \\axiom{\\spad{y}}.")))
-((|JacobiIdentity| . T) (|NullSquare| . T) (-3991 . T) (-3990 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-3992 . T) (-3991 . T))
NIL
-(-575 R FE)
+(-576 R FE)
((|constructor| (NIL "PowerSeriesLimitPackage implements limits of expressions in one or more variables as one of the variables approaches a limiting value. Included are two-sided limits,{} left- and right- hand limits,{} and limits at plus or minus infinity.")) (|complexLimit| (((|Union| (|OnePointCompletion| |#2|) "failed") |#2| (|Equation| (|OnePointCompletion| |#2|))) "\\spad{complexLimit(f(x),x = a)} computes the complex limit \\spad{lim(x -> a,f(x))}.")) (|limit| (((|Union| (|OrderedCompletion| |#2|) #1="failed") |#2| (|Equation| |#2|) (|String|)) "\\spad{limit(f(x),x=a,\"left\")} computes the left hand real limit \\spad{lim(x -> a-,f(x))}; \\spad{limit(f(x),x=a,\"right\")} computes the right hand real limit \\spad{lim(x -> a+,f(x))}.") (((|Union| (|OrderedCompletion| |#2|) (|Record| (|:| |leftHandLimit| (|Union| (|OrderedCompletion| |#2|) #1#)) (|:| |rightHandLimit| (|Union| (|OrderedCompletion| |#2|) #1#))) "failed") |#2| (|Equation| (|OrderedCompletion| |#2|))) "\\spad{limit(f(x),x = a)} computes the real limit \\spad{lim(x -> a,f(x))}.")))
NIL
NIL
-(-576 R)
+(-577 R)
((|constructor| (NIL "Computation of limits for rational functions.")) (|complexLimit| (((|OnePointCompletion| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{complexLimit(f(x),x = a)} computes the complex limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.") (((|OnePointCompletion| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|OnePointCompletion| (|Polynomial| |#1|)))) "\\spad{complexLimit(f(x),x = a)} computes the complex limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.")) (|limit| (((|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) #1="failed") (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|))) (|String|)) "\\spad{limit(f(x),x,a,\"left\")} computes the real limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a} from the left; limit(\\spad{f}(\\spad{x}),{}\\spad{x},{}a,{}\"right\") computes the corresponding limit as \\spad{x} approaches \\spad{a} from the right.") (((|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) (|Record| (|:| |leftHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) #1#)) (|:| |rightHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) #1#))) #2="failed") (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{limit(f(x),x = a)} computes the real two-sided limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.") (((|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) (|Record| (|:| |leftHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) #1#)) (|:| |rightHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) #1#))) #2#) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|OrderedCompletion| (|Polynomial| |#1|)))) "\\spad{limit(f(x),x = a)} computes the real two-sided limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.")))
NIL
NIL
-(-577 |vars|)
+(-578 |vars|)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: July 2,{} 2010 Date Last Modified: July 2,{} 2010 Descrption: \\indented{2}{Representation of a vector space basis,{} given by symbols.}")) (|dual| (($ (|DualBasis| |#1|)) "\\spad{dual f} constructs the dual vector of a linear form which is part of a basis.")))
NIL
NIL
-(-578 S R)
+(-579 S R)
((|constructor| (NIL "Test for linear dependence.")) (|solveLinear| (((|Union| (|Vector| (|Fraction| |#1|)) "failed") (|Vector| |#2|) |#2|) "\\spad{solveLinear([v1,...,vn], u)} returns \\spad{[c1,...,cn]} such that \\spad{c1*v1 + ... + cn*vn = u},{} \"failed\" if no such \\spad{ci}'s exist in the quotient field of \\spad{S}.") (((|Union| (|Vector| |#1|) "failed") (|Vector| |#2|) |#2|) "\\spad{solveLinear([v1,...,vn], u)} returns \\spad{[c1,...,cn]} such that \\spad{c1*v1 + ... + cn*vn = u},{} \"failed\" if no such \\spad{ci}'s exist in \\spad{S}.")) (|linearDependence| (((|Union| (|Vector| |#1|) "failed") (|Vector| |#2|)) "\\spad{linearDependence([v1,...,vn])} returns \\spad{[c1,...,cn]} if \\spad{c1*v1 + ... + cn*vn = 0} and not all the \\spad{ci}'s are 0,{} \"failed\" if the \\spad{vi}'s are linearly independent over \\spad{S}.")) (|linearlyDependent?| (((|Boolean|) (|Vector| |#2|)) "\\spad{linearlyDependent?([v1,...,vn])} returns \\spad{true} if the \\spad{vi}'s are linearly dependent over \\spad{S},{} \\spad{false} otherwise.")))
NIL
-((-2561 (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-312))))
-(-579 K B)
+((-2562 (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-312))))
+(-580 K B)
((|constructor| (NIL "A simple data structure for elements that form a vector space of finite dimension over a given field,{} with a given symbolic basis.")) (|coordinates| (((|Vector| |#1|) $) "\\spad{coordinates x} returns the coordinates of the linear element with respect to the basis \\spad{B}.")) (|linearElement| (($ (|List| |#1|)) "\\spad{linearElement [x1,..,xn]} returns a linear element \\indented{1}{with coordinates \\spad{[x1,..,xn]} with respect to} the basis elements \\spad{B}.")))
-((-3991 . T) (-3990 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| (-577 |#2|) (QUOTE (-1013)))))
-(-580 R)
+((-3992 . T) (-3991 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| (-578 |#2|) (QUOTE (-1014)))))
+(-581 R)
((|constructor| (NIL "An extension of left-module with an explicit linear dependence test.")) (|reducedSystem| (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) (|Matrix| $) (|Vector| $)) "\\spad{reducedSystem(A, v)} returns a matrix \\spad{B} and a vector \\spad{w} such that \\spad{A x = v} and \\spad{B x = w} have the same solutions in \\spad{R}.") (((|Matrix| |#1|) (|Matrix| $)) "\\spad{reducedSystem(A)} returns a matrix \\spad{B} such that \\spad{A x = 0} and \\spad{B x = 0} have the same solutions in \\spad{R}.")) (|leftReducedSystem| (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) (|Vector| $) $) "\\spad{reducedSystem([v1,...,vn],u)} returns a matrix \\spad{M} with coefficients in \\spad{R} and a vector \\spad{w} such that the system of equations \\spad{c1*v1 + ... + cn*vn = u} has the same solution as \\spad{c * M = w} where \\spad{c} is the row vector \\spad{[c1,...cn]}.") (((|Matrix| |#1|) (|Vector| $)) "\\spad{leftReducedSystem [v1,...,vn]} returns a matrix \\spad{M} with coefficients in \\spad{R} such that the system of equations \\spad{c1*v1 + ... + cn*vn = 0\\$\\%} has the same solution as \\spad{c * M = 0} where \\spad{c} is the row vector \\spad{[c1,...cn]}.")))
NIL
NIL
-(-581 K B)
+(-582 K B)
((|constructor| (NIL "A simple data structure for linear forms on a vector space of finite dimension over a given field,{} with a given symbolic basis.")) (|coordinates| (((|Vector| |#1|) $) "\\spad{coordinates x} returns the coordinates of the linear form with respect to the basis \\spad{DualBasis B}.")) (|linearForm| (($ (|List| |#1|)) "\\spad{linearForm [x1,..,xn]} constructs a linear form with coordinates \\spad{[x1,..,xn]} with respect to the basis elements \\spad{DualBasis B}.")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
-(-582 S)
+(-583 S)
((|constructor| (NIL "\\indented{2}{A set is an \\spad{S}-linear set if it is stable by dilation} \\indented{2}{by elements in the semigroup \\spad{S}.} See Also: LeftLinearSet,{} RightLinearSet.")))
NIL
NIL
-(-583 S)
+(-584 S)
((|constructor| (NIL "\\spadtype{List} implements singly-linked lists that are addressable by indices; the index of the first element is 1. this constructor provides some LISP-like functions such as \\spadfun{null} and \\spadfun{cons}.")) (|setDifference| (($ $ $) "\\spad{setDifference(u1,u2)} returns a list of the elements of \\spad{u1} that are not also in \\spad{u2}. The order of elements in the resulting list is unspecified.")) (|setIntersection| (($ $ $) "\\spad{setIntersection(u1,u2)} returns a list of the elements that lists \\spad{u1} and \\spad{u2} have in common. The order of elements in the resulting list is unspecified.")) (|setUnion| (($ $ $) "\\spad{setUnion(u1,u2)} appends the two lists \\spad{u1} and \\spad{u2},{} then removes all duplicates. The order of elements in the resulting list is unspecified.")) (|append| (($ $ $) "\\spad{append(u1,u2)} appends the elements of list \\spad{u1} onto the front of list \\spad{u2}. This new list and \\spad{u2} will share some structure.")) (|cons| (($ |#1| $) "\\spad{cons(element,u)} appends \\spad{element} onto the front of list \\spad{u} and returns the new list. This new list and the old one will share some structure.")) (|null| (((|Boolean|) $) "\\spad{null(u)} tests if list \\spad{u} is the empty list.")) (|nil| (($) "\\spad{nil} is the empty list.")))
-((-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-756))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))))
-(-584 A B)
+NIL
+((OR (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-757))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))))
+(-585 A B)
((|constructor| (NIL "\\spadtype{ListFunctions2} implements utility functions that operate on two kinds of lists,{} each with a possibly different type of element.")) (|map| (((|List| |#2|) (|Mapping| |#2| |#1|) (|List| |#1|)) "\\spad{map(fn,u)} applies \\spad{fn} to each element of list \\spad{u} and returns a new list with the results. For example \\spad{map(square,[1,2,3]) = [1,4,9]}.")) (|reduce| ((|#2| (|Mapping| |#2| |#1| |#2|) (|List| |#1|) |#2|) "\\spad{reduce(fn,u,ident)} successively uses the binary function \\spad{fn} on the elements of list \\spad{u} and the result of previous applications. \\spad{ident} is returned if the \\spad{u} is empty. Note the order of application in the following examples: \\spad{reduce(fn,[1,2,3],0) = fn(3,fn(2,fn(1,0)))} and \\spad{reduce(*,[2,3],1) = 3 * (2 * 1)}.")) (|scan| (((|List| |#2|) (|Mapping| |#2| |#1| |#2|) (|List| |#1|) |#2|) "\\spad{scan(fn,u,ident)} successively uses the binary function \\spad{fn} to reduce more and more of list \\spad{u}. \\spad{ident} is returned if the \\spad{u} is empty. The result is a list of the reductions at each step. See \\spadfun{reduce} for more information. Examples: \\spad{scan(fn,[1,2],0) = [fn(2,fn(1,0)),fn(1,0)]} and \\spad{scan(*,[2,3],1) = [2 * 1, 3 * (2 * 1)]}.")))
NIL
NIL
-(-585 A B)
+(-586 A B)
((|constructor| (NIL "\\spadtype{ListToMap} allows mappings to be described by a pair of lists of equal lengths. The image of an element \\spad{x},{} which appears in position \\spad{n} in the first list,{} is then the \\spad{n}th element of the second list. A default value or default function can be specified to be used when \\spad{x} does not appear in the first list. In the absence of defaults,{} an error will occur in that case.")) (|match| ((|#2| (|List| |#1|) (|List| |#2|) |#1| (|Mapping| |#2| |#1|)) "\\spad{match(la, lb, a, f)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length. and applies this map to a. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Argument \\spad{f} is a default function to call if a is not in \\spad{la}. The value returned is then obtained by applying \\spad{f} to argument a.") (((|Mapping| |#2| |#1|) (|List| |#1|) (|List| |#2|) (|Mapping| |#2| |#1|)) "\\spad{match(la, lb, f)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Argument \\spad{f} is used as the function to call when the given function argument is not in \\spad{la}. The value returned is \\spad{f} applied to that argument.") ((|#2| (|List| |#1|) (|List| |#2|) |#1| |#2|) "\\spad{match(la, lb, a, b)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length. and applies this map to a. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Argument \\spad{b} is the default target value if a is not in \\spad{la}. Error: if \\spad{la} and \\spad{lb} are not of equal length.") (((|Mapping| |#2| |#1|) (|List| |#1|) (|List| |#2|) |#2|) "\\spad{match(la, lb, b)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length,{} where \\spad{b} is used as the default target value if the given function argument is not in \\spad{la}. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Error: if \\spad{la} and \\spad{lb} are not of equal length.") ((|#2| (|List| |#1|) (|List| |#2|) |#1|) "\\spad{match(la, lb, a)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length,{} where \\spad{a} is used as the default source value if the given one is not in \\spad{la}. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Error: if \\spad{la} and \\spad{lb} are not of equal length.") (((|Mapping| |#2| |#1|) (|List| |#1|) (|List| |#2|)) "\\spad{match(la, lb)} creates a map with no default source or target values defined by lists \\spad{la} and lb of equal length. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index lb. Error: if \\spad{la} and lb are not of equal length. Note: when this map is applied,{} an error occurs when applied to a value missing from \\spad{la}.")))
NIL
NIL
-(-586 A B C)
+(-587 A B C)
((|constructor| (NIL "\\spadtype{ListFunctions3} implements utility functions that operate on three kinds of lists,{} each with a possibly different type of element.")) (|map| (((|List| |#3|) (|Mapping| |#3| |#1| |#2|) (|List| |#1|) (|List| |#2|)) "\\spad{map(fn,list1, u2)} applies the binary function \\spad{fn} to corresponding elements of lists \\spad{u1} and \\spad{u2} and returns a list of the results (in the same order). Thus \\spad{map(/,[1,2,3],[4,5,6]) = [1/4,2/4,1/2]}. The computation terminates when the end of either list is reached. That is,{} the length of the result list is equal to the minimum of the lengths of \\spad{u1} and \\spad{u2}.")))
NIL
NIL
-(-587 T$)
+(-588 T$)
((|constructor| (NIL "This domain represents AST for Spad literals.")))
NIL
NIL
-(-588 S)
+(-589 S)
((|constructor| (NIL "\\indented{2}{A set is an \\spad{S}-left linear set if it is stable by left-dilation} \\indented{2}{by elements in the semigroup \\spad{S}.} See Also: RightLinearSet.")) (* (($ |#1| $) "\\spad{s*x} is the left-dilation of \\spad{x} by \\spad{s}.")))
NIL
NIL
-(-589 S)
+(-590 S)
((|substitute| (($ |#1| |#1| $) "\\spad{substitute(x,y,d)} replace \\spad{x}'s with \\spad{y}'s in dictionary \\spad{d}.")) (|duplicates?| (((|Boolean|) $) "\\spad{duplicates?(d)} tests if dictionary \\spad{d} has duplicate entries.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#1| (QUOTE (-72))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))))
-(-590 R)
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#1| (QUOTE (-72))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))))
+(-591 R)
((|constructor| (NIL "The category of left modules over an rng (ring not necessarily with unit). This is an abelian group which supports left multiplation by elements of the rng. \\blankline")))
NIL
NIL
-(-591 S E |un|)
+(-592 S E |un|)
((|constructor| (NIL "This internal package represents monoid (abelian or not,{} with or without inverses) as lists and provides some common operations to the various flavors of monoids.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f, a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapExpon(f, a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|commutativeEquality| (((|Boolean|) $ $) "\\spad{commutativeEquality(x,y)} returns \\spad{true} if \\spad{x} and \\spad{y} are equal assuming commutativity")) (|plus| (($ $ $) "\\spad{plus(x, y)} returns \\spad{x + y} where \\spad{+} is the monoid operation,{} which is assumed commutative.") (($ |#1| |#2| $) "\\spad{plus(s, e, x)} returns \\spad{e * s + x} where \\spad{+} is the monoid operation,{} which is assumed commutative.")) (|leftMult| (($ |#1| $) "\\spad{leftMult(s, a)} returns \\spad{s * a} where \\spad{*} is the monoid operation,{} which is assumed non-commutative.")) (|rightMult| (($ $ |#1|) "\\spad{rightMult(a, s)} returns \\spad{a * s} where \\spad{*} is the monoid operation,{} which is assumed non-commutative.")) (|makeUnit| (($) "\\spad{makeUnit()} returns the unit element of the monomial.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(l)} returns the number of monomials forming \\spad{l}.")) (|reverse!| (($ $) "\\spad{reverse!(l)} reverses the list of monomials forming \\spad{l},{} destroying the element \\spad{l}.")) (|reverse| (($ $) "\\spad{reverse(l)} reverses the list of monomials forming \\spad{l}. This has some effect if the monoid is non-abelian,{} \\spadignore{i.e.} \\spad{reverse(a1\\^e1 ... an\\^en) = an\\^en ... a1\\^e1} which is different.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(l, n)} returns the factor of the n^th monomial of \\spad{l}.")) (|nthExpon| ((|#2| $ (|Integer|)) "\\spad{nthExpon(l, n)} returns the exponent of the n^th monomial of \\spad{l}.")) (|makeMulti| (($ (|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|)))) "\\spad{makeMulti(l)} returns the element whose list of monomials is \\spad{l}.")) (|makeTerm| (($ |#1| |#2|) "\\spad{makeTerm(s, e)} returns the monomial \\spad{s} exponentiated by \\spad{e} (\\spadignore{e.g.} s^e or \\spad{e} * \\spad{s}).")) (|listOfMonoms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) "\\spad{listOfMonoms(l)} returns the list of the monomials forming \\spad{l}.")) (|outputForm| (((|OutputForm|) $ (|Mapping| (|OutputForm|) (|OutputForm|) (|OutputForm|)) (|Mapping| (|OutputForm|) (|OutputForm|) (|OutputForm|)) (|Integer|)) "\\spad{outputForm(l, fop, fexp, unit)} converts the monoid element represented by \\spad{l} to an \\spadtype{OutputForm}. Argument unit is the output form for the \\spadignore{unit} of the monoid (\\spadignore{e.g.} 0 or 1),{} \\spad{fop(a, b)} is the output form for the monoid operation applied to \\spad{a} and \\spad{b} (\\spadignore{e.g.} \\spad{a + b},{} \\spad{a * b},{} \\spad{ab}),{} and \\spad{fexp(a, n)} is the output form for the exponentiation operation applied to \\spad{a} and \\spad{n} (\\spadignore{e.g.} \\spad{n a},{} \\spad{n * a},{} \\spad{a ** n},{} \\spad{a\\^n}).")))
NIL
NIL
-(-592 A S)
+(-593 A S)
((|constructor| (NIL "A linear aggregate is an aggregate whose elements are indexed by integers. Examples of linear aggregates are strings,{} lists,{} and arrays. Most of the exported operations for linear aggregates are non-destructive but are not always efficient for a particular aggregate. For example,{} \\spadfun{concat} of two lists needs only to copy its first argument,{} whereas \\spadfun{concat} of two arrays needs to copy both arguments. Most of the operations exported here apply to infinite objects (\\spadignore{e.g.} streams) as well to finite ones. For finite linear aggregates,{} see \\spadtype{FiniteLinearAggregate}.")) (|setelt| ((|#2| $ (|UniversalSegment| (|Integer|)) |#2|) "\\spad{setelt(u,i..j,x)} (also written: \\axiom{\\spad{u}(\\spad{i}..\\spad{j}) := \\spad{x}}) destructively replaces each element in the segment \\axiom{\\spad{u}(\\spad{i}..\\spad{j})} by \\spad{x}. The value \\spad{x} is returned. Note: \\spad{u} is destructively change so that \\axiom{\\spad{u}.\\spad{k} := \\spad{x} for \\spad{k} in \\spad{i}..\\spad{j}}; its length remains unchanged.")) (|insert| (($ $ $ (|Integer|)) "\\spad{insert(v,u,k)} returns a copy of \\spad{u} having \\spad{v} inserted beginning at the \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{v},{}\\spad{u},{}\\spad{k}) = concat( \\spad{u}(0..\\spad{k}-1),{} \\spad{v},{} \\spad{u}(\\spad{k}..) )}.") (($ |#2| $ (|Integer|)) "\\spad{insert(x,u,i)} returns a copy of \\spad{u} having \\spad{x} as its \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{x},{}a,{}\\spad{k}) = concat(concat(a(0..\\spad{k}-1),{}\\spad{x}),{}a(\\spad{k}..))}.")) (|delete| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete(u,i..j)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th through \\axiom{\\spad{j}}th element deleted. Note: \\axiom{delete(a,{}\\spad{i}..\\spad{j}) = concat(a(0..\\spad{i}-1),{}a(\\spad{j+1}..))}.") (($ $ (|Integer|)) "\\spad{delete(u,i)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th element deleted. Note: for lists,{} \\axiom{delete(a,{}\\spad{i}) == concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|map| (($ (|Mapping| |#2| |#2| |#2|) $ $) "\\spad{map(f,u,v)} returns a new collection \\spad{w} with elements \\axiom{\\spad{z} = \\spad{f}(\\spad{x},{}\\spad{y})} for corresponding elements \\spad{x} and \\spad{y} from \\spad{u} and \\spad{v}. Note: for linear aggregates,{} \\axiom{\\spad{w}.\\spad{i} = \\spad{f}(\\spad{u}.\\spad{i},{}\\spad{v}.\\spad{i})}.")) (|concat| (($ (|List| $)) "\\spad{concat(u)},{} where \\spad{u} is a lists of aggregates \\axiom{[a,{}\\spad{b},{}...,{}\\spad{c}]},{} returns a single aggregate consisting of the elements of \\axiom{a} followed by those of \\spad{b} followed ... by the elements of \\spad{c}. Note: \\axiom{concat(a,{}\\spad{b},{}...,{}\\spad{c}) = concat(a,{}concat(\\spad{b},{}...,{}\\spad{c}))}.") (($ $ $) "\\spad{concat(u,v)} returns an aggregate consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} then \\axiom{\\spad{w}.\\spad{i} = \\spad{u}.\\spad{i} for \\spad{i} in indices \\spad{u}} and \\axiom{\\spad{w}.(\\spad{j} + maxIndex \\spad{u}) = \\spad{v}.\\spad{j} for \\spad{j} in indices \\spad{v}}.") (($ |#2| $) "\\spad{concat(x,u)} returns aggregate \\spad{u} with additional element at the front. Note: for lists: \\axiom{concat(\\spad{x},{}\\spad{u}) == concat([\\spad{x}],{}\\spad{u})}.") (($ $ |#2|) "\\spad{concat(u,x)} returns aggregate \\spad{u} with additional element \\spad{x} at the end. Note: for lists,{} \\axiom{concat(\\spad{u},{}\\spad{x}) == concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#2|) "\\spad{new(n,x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
NIL
-((|HasCategory| |#1| (|%list| (QUOTE -1035) (|devaluate| |#2|))))
-(-593 S)
+((|HasCategory| |#1| (|%list| (QUOTE -1036) (|devaluate| |#2|))))
+(-594 S)
((|constructor| (NIL "A linear aggregate is an aggregate whose elements are indexed by integers. Examples of linear aggregates are strings,{} lists,{} and arrays. Most of the exported operations for linear aggregates are non-destructive but are not always efficient for a particular aggregate. For example,{} \\spadfun{concat} of two lists needs only to copy its first argument,{} whereas \\spadfun{concat} of two arrays needs to copy both arguments. Most of the operations exported here apply to infinite objects (\\spadignore{e.g.} streams) as well to finite ones. For finite linear aggregates,{} see \\spadtype{FiniteLinearAggregate}.")) (|setelt| ((|#1| $ (|UniversalSegment| (|Integer|)) |#1|) "\\spad{setelt(u,i..j,x)} (also written: \\axiom{\\spad{u}(\\spad{i}..\\spad{j}) := \\spad{x}}) destructively replaces each element in the segment \\axiom{\\spad{u}(\\spad{i}..\\spad{j})} by \\spad{x}. The value \\spad{x} is returned. Note: \\spad{u} is destructively change so that \\axiom{\\spad{u}.\\spad{k} := \\spad{x} for \\spad{k} in \\spad{i}..\\spad{j}}; its length remains unchanged.")) (|insert| (($ $ $ (|Integer|)) "\\spad{insert(v,u,k)} returns a copy of \\spad{u} having \\spad{v} inserted beginning at the \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{v},{}\\spad{u},{}\\spad{k}) = concat( \\spad{u}(0..\\spad{k}-1),{} \\spad{v},{} \\spad{u}(\\spad{k}..) )}.") (($ |#1| $ (|Integer|)) "\\spad{insert(x,u,i)} returns a copy of \\spad{u} having \\spad{x} as its \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{x},{}a,{}\\spad{k}) = concat(concat(a(0..\\spad{k}-1),{}\\spad{x}),{}a(\\spad{k}..))}.")) (|delete| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete(u,i..j)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th through \\axiom{\\spad{j}}th element deleted. Note: \\axiom{delete(a,{}\\spad{i}..\\spad{j}) = concat(a(0..\\spad{i}-1),{}a(\\spad{j+1}..))}.") (($ $ (|Integer|)) "\\spad{delete(u,i)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th element deleted. Note: for lists,{} \\axiom{delete(a,{}\\spad{i}) == concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|map| (($ (|Mapping| |#1| |#1| |#1|) $ $) "\\spad{map(f,u,v)} returns a new collection \\spad{w} with elements \\axiom{\\spad{z} = \\spad{f}(\\spad{x},{}\\spad{y})} for corresponding elements \\spad{x} and \\spad{y} from \\spad{u} and \\spad{v}. Note: for linear aggregates,{} \\axiom{\\spad{w}.\\spad{i} = \\spad{f}(\\spad{u}.\\spad{i},{}\\spad{v}.\\spad{i})}.")) (|concat| (($ (|List| $)) "\\spad{concat(u)},{} where \\spad{u} is a lists of aggregates \\axiom{[a,{}\\spad{b},{}...,{}\\spad{c}]},{} returns a single aggregate consisting of the elements of \\axiom{a} followed by those of \\spad{b} followed ... by the elements of \\spad{c}. Note: \\axiom{concat(a,{}\\spad{b},{}...,{}\\spad{c}) = concat(a,{}concat(\\spad{b},{}...,{}\\spad{c}))}.") (($ $ $) "\\spad{concat(u,v)} returns an aggregate consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} then \\axiom{\\spad{w}.\\spad{i} = \\spad{u}.\\spad{i} for \\spad{i} in indices \\spad{u}} and \\axiom{\\spad{w}.(\\spad{j} + maxIndex \\spad{u}) = \\spad{v}.\\spad{j} for \\spad{j} in indices \\spad{v}}.") (($ |#1| $) "\\spad{concat(x,u)} returns aggregate \\spad{u} with additional element at the front. Note: for lists: \\axiom{concat(\\spad{x},{}\\spad{u}) == concat([\\spad{x}],{}\\spad{u})}.") (($ $ |#1|) "\\spad{concat(u,x)} returns aggregate \\spad{u} with additional element \\spad{x} at the end. Note: for lists,{} \\axiom{concat(\\spad{u},{}\\spad{x}) == concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#1|) "\\spad{new(n,x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
NIL
NIL
-(-594 M R S)
+(-595 M R S)
((|constructor| (NIL "Localize(\\spad{M},{}\\spad{R},{}\\spad{S}) produces fractions with numerators from an \\spad{R} module \\spad{M} and denominators from some multiplicative subset \\spad{D} of \\spad{R}.")) (|denom| ((|#3| $) "\\spad{denom x} returns the denominator of \\spad{x}.")) (|numer| ((|#1| $) "\\spad{numer x} returns the numerator of \\spad{x}.")) (/ (($ |#1| |#3|) "\\spad{m / d} divides the element \\spad{m} by \\spad{d}.") (($ $ |#3|) "\\spad{x / d} divides the element \\spad{x} by \\spad{d}.")))
-((-3991 . T) (-3990 . T))
-((|HasCategory| |#1| (QUOTE (-714))))
-(-595 R -3093 L)
+((-3992 . T) (-3991 . T))
+((|HasCategory| |#1| (QUOTE (-715))))
+(-596 R -3094 L)
((|constructor| (NIL "\\spad{ElementaryFunctionLODESolver} provides the top-level functions for finding closed form solutions of linear ordinary differential equations and initial value problems.")) (|solve| (((|Union| |#2| "failed") |#3| |#2| (|Symbol|) |#2| (|List| |#2|)) "\\spad{solve(op, g, x, a, [y0,...,ym])} returns either the solution of the initial value problem \\spad{op y = g, y(a) = y0, y'(a) = y1,...} or \"failed\" if the solution cannot be found; \\spad{x} is the dependent variable.") (((|Union| (|Record| (|:| |particular| |#2|) (|:| |basis| (|List| |#2|))) "failed") |#3| |#2| (|Symbol|)) "\\spad{solve(op, g, x)} returns either a solution of the ordinary differential equation \\spad{op y = g} or \"failed\" if no non-trivial solution can be found; When found,{} the solution is returned in the form \\spad{[h, [b1,...,bm]]} where \\spad{h} is a particular solution and and \\spad{[b1,...bm]} are linearly independent solutions of the associated homogenuous equation \\spad{op y = 0}. A full basis for the solutions of the homogenuous equation is not always returned,{} only the solutions which were found; \\spad{x} is the dependent variable.")))
NIL
NIL
-(-596 A -2493)
+(-597 A -2494)
((|constructor| (NIL "\\spad{LinearOrdinaryDifferentialOperator} defines a ring of differential operators with coefficients in a ring A with a given derivation. Multiplication of operators corresponds to functional composition: \\indented{4}{\\spad{(L1 * L2).(f) = L1 L2 f}}")))
-((-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-312))))
-(-597 A)
+((-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-312))))
+(-598 A)
((|constructor| (NIL "\\spad{LinearOrdinaryDifferentialOperator1} defines a ring of differential operators with coefficients in a differential ring A. Multiplication of operators corresponds to functional composition: \\indented{4}{\\spad{(L1 * L2).(f) = L1 L2 f}}")))
-((-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-312))))
-(-598 A M)
+((-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-312))))
+(-599 A M)
((|constructor| (NIL "\\spad{LinearOrdinaryDifferentialOperator2} defines a ring of differential operators with coefficients in a differential ring A and acting on an A-module \\spad{M}. Multiplication of operators corresponds to functional composition: \\indented{4}{\\spad{(L1 * L2).(f) = L1 L2 f}}")) (|differentiate| (($ $) "\\spad{differentiate(x)} returns the derivative of \\spad{x}")))
-((-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-312))))
-(-599 S A)
+((-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-312))))
+(-600 S A)
((|constructor| (NIL "\\spad{LinearOrdinaryDifferentialOperatorCategory} is the category of differential operators with coefficients in a ring A with a given derivation. Multiplication of operators corresponds to functional composition: \\indented{4}{\\spad{(L1 * L2).(f) = L1 L2 f}}")) (|directSum| (($ $ $) "\\spad{directSum(a,b)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the sums of a solution of \\spad{a} by a solution of \\spad{b}.")) (|symmetricSquare| (($ $) "\\spad{symmetricSquare(a)} computes \\spad{symmetricProduct(a,a)} using a more efficient method.")) (|symmetricPower| (($ $ (|NonNegativeInteger|)) "\\spad{symmetricPower(a,n)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of \\spad{n} solutions of \\spad{a}.")) (|symmetricProduct| (($ $ $) "\\spad{symmetricProduct(a,b)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of a solution of \\spad{a} by a solution of \\spad{b}.")) (|adjoint| (($ $) "\\spad{adjoint(a)} returns the adjoint operator of a.")) (D (($) "\\spad{D()} provides the operator corresponding to a derivation in the ring \\spad{A}.")))
NIL
((|HasCategory| |#2| (QUOTE (-312))))
-(-600 A)
+(-601 A)
((|constructor| (NIL "\\spad{LinearOrdinaryDifferentialOperatorCategory} is the category of differential operators with coefficients in a ring A with a given derivation. Multiplication of operators corresponds to functional composition: \\indented{4}{\\spad{(L1 * L2).(f) = L1 L2 f}}")) (|directSum| (($ $ $) "\\spad{directSum(a,b)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the sums of a solution of \\spad{a} by a solution of \\spad{b}.")) (|symmetricSquare| (($ $) "\\spad{symmetricSquare(a)} computes \\spad{symmetricProduct(a,a)} using a more efficient method.")) (|symmetricPower| (($ $ (|NonNegativeInteger|)) "\\spad{symmetricPower(a,n)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of \\spad{n} solutions of \\spad{a}.")) (|symmetricProduct| (($ $ $) "\\spad{symmetricProduct(a,b)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of a solution of \\spad{a} by a solution of \\spad{b}.")) (|adjoint| (($ $) "\\spad{adjoint(a)} returns the adjoint operator of a.")) (D (($) "\\spad{D()} provides the operator corresponding to a derivation in the ring \\spad{A}.")))
-((-3990 . T) (-3991 . T) (-3993 . T))
+((-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-601 -3093 UP)
+(-602 -3094 UP)
((|constructor| (NIL "\\spadtype{LinearOrdinaryDifferentialOperatorFactorizer} provides a factorizer for linear ordinary differential operators whose coefficients are rational functions.")) (|factor1| (((|List| (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) "\\spad{factor1(a)} returns the factorisation of a,{} assuming that a has no first-order right factor.")) (|factor| (((|List| (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) "\\spad{factor(a)} returns the factorisation of a.") (((|List| (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{factor(a, zeros)} returns the factorisation of a. \\spad{zeros} is a zero finder in \\spad{UP}.")))
NIL
((|HasCategory| |#1| (QUOTE (-27))))
-(-602 A L)
+(-603 A L)
((|constructor| (NIL "\\spad{LinearOrdinaryDifferentialOperatorsOps} provides symmetric products and sums for linear ordinary differential operators.")) (|directSum| ((|#2| |#2| |#2| (|Mapping| |#1| |#1|)) "\\spad{directSum(a,b,D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the sums of a solution of \\spad{a} by a solution of \\spad{b}. \\spad{D} is the derivation to use.")) (|symmetricPower| ((|#2| |#2| (|NonNegativeInteger|) (|Mapping| |#1| |#1|)) "\\spad{symmetricPower(a,n,D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of \\spad{n} solutions of \\spad{a}. \\spad{D} is the derivation to use.")) (|symmetricProduct| ((|#2| |#2| |#2| (|Mapping| |#1| |#1|)) "\\spad{symmetricProduct(a,b,D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of a solution of \\spad{a} by a solution of \\spad{b}. \\spad{D} is the derivation to use.")))
NIL
NIL
-(-603 S)
+(-604 S)
((|constructor| (NIL "`Logic' provides the basic operations for lattices,{} \\spadignore{e.g.} boolean algebra.")) (|\\/| (($ $ $) "\\spadignore{ \\/ } returns the logical `join',{} \\spadignore{e.g.} `or'.")) (|/\\| (($ $ $) "\\spadignore { /\\ }returns the logical `meet',{} \\spadignore{e.g.} `and'.")) (~ (($ $) "\\spad{~(x)} returns the logical complement of \\spad{x}.")))
NIL
NIL
-(-604)
+(-605)
((|constructor| (NIL "`Logic' provides the basic operations for lattices,{} \\spadignore{e.g.} boolean algebra.")) (|\\/| (($ $ $) "\\spadignore{ \\/ } returns the logical `join',{} \\spadignore{e.g.} `or'.")) (|/\\| (($ $ $) "\\spadignore { /\\ }returns the logical `meet',{} \\spadignore{e.g.} `and'.")) (~ (($ $) "\\spad{~(x)} returns the logical complement of \\spad{x}.")))
NIL
NIL
-(-605 R)
+(-606 R)
((|constructor| (NIL "Given a PolynomialFactorizationExplicit ring,{} this package provides a defaulting rule for the \\spad{solveLinearPolynomialEquation} operation,{} by moving into the field of fractions,{} and solving it there via the \\spad{multiEuclidean} operation.")) (|solveLinearPolynomialEquationByFractions| (((|Union| (|List| (|SparseUnivariatePolynomial| |#1|)) "failed") (|List| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{solveLinearPolynomialEquationByFractions([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such exists.")))
NIL
NIL
-(-606 |VarSet| R)
+(-607 |VarSet| R)
((|constructor| (NIL "This type supports Lie polynomials in Lyndon basis see Free Lie Algebras by \\spad{C}. Reutenauer (Oxford science publications). \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|construct| (($ $ (|LyndonWord| |#1|)) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket \\axiom{[\\spad{x},{}\\spad{y}]}.") (($ (|LyndonWord| |#1|) $) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket \\axiom{[\\spad{x},{}\\spad{y}]}.") (($ (|LyndonWord| |#1|) (|LyndonWord| |#1|)) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket \\axiom{[\\spad{x},{}\\spad{y}]}.")) (|LiePolyIfCan| (((|Union| $ "failed") (|XDistributedPolynomial| |#1| |#2|)) "\\axiom{LiePolyIfCan(\\spad{p})} returns \\axiom{\\spad{p}} in Lyndon basis if \\axiom{\\spad{p}} is a Lie polynomial,{} otherwise \\axiom{\"failed\"} is returned.")))
-((|JacobiIdentity| . T) (|NullSquare| . T) (-3991 . T) (-3990 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-3992 . T) (-3991 . T))
((|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-146))))
-(-607 A S)
+(-608 A S)
((|constructor| (NIL "A list aggregate is a model for a linked list data structure. A linked list is a versatile data structure. Insertion and deletion are efficient and searching is a linear operation.")) (|list| (($ |#2|) "\\spad{list(x)} returns the list of one element \\spad{x}.")))
NIL
NIL
-(-608 S)
+(-609 S)
((|constructor| (NIL "A list aggregate is a model for a linked list data structure. A linked list is a versatile data structure. Insertion and deletion are efficient and searching is a linear operation.")) (|list| (($ |#1|) "\\spad{list(x)} returns the list of one element \\spad{x}.")))
-((-3997 . T))
NIL
-(-609 -3093 |Row| |Col| M)
+NIL
+(-610 -3094 |Row| |Col| M)
((|constructor| (NIL "This package solves linear system in the matrix form \\spad{AX = B}.")) (|rank| (((|NonNegativeInteger|) |#4| |#3|) "\\spad{rank(A,B)} computes the rank of the complete matrix \\spad{(A|B)} of the linear system \\spad{AX = B}.")) (|hasSolution?| (((|Boolean|) |#4| |#3|) "\\spad{hasSolution?(A,B)} tests if the linear system \\spad{AX = B} has a solution.")) (|particularSolution| (((|Union| |#3| #1="failed") |#4| |#3|) "\\spad{particularSolution(A,B)} finds a particular solution of the linear system \\spad{AX = B}.")) (|solve| (((|List| (|Record| (|:| |particular| (|Union| |#3| #1#)) (|:| |basis| (|List| |#3|)))) |#4| (|List| |#3|)) "\\spad{solve(A,LB)} finds a particular soln of the systems \\spad{AX = B} and a basis of the associated homogeneous systems \\spad{AX = 0} where \\spad{B} varies in the list of column vectors \\spad{LB}.") (((|Record| (|:| |particular| (|Union| |#3| #1#)) (|:| |basis| (|List| |#3|))) |#4| |#3|) "\\spad{solve(A,B)} finds a particular solution of the system \\spad{AX = B} and a basis of the associated homogeneous system \\spad{AX = 0}.")))
NIL
NIL
-(-610 -3093)
+(-611 -3094)
((|constructor| (NIL "This package solves linear system in the matrix form \\spad{AX = B}. It is essentially a particular instantiation of the package \\spadtype{LinearSystemMatrixPackage} for Matrix and Vector. This package's existence makes it easier to use \\spadfun{solve} in the AXIOM interpreter.")) (|rank| (((|NonNegativeInteger|) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{rank(A,B)} computes the rank of the complete matrix \\spad{(A|B)} of the linear system \\spad{AX = B}.")) (|hasSolution?| (((|Boolean|) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{hasSolution?(A,B)} tests if the linear system \\spad{AX = B} has a solution.")) (|particularSolution| (((|Union| (|Vector| |#1|) #1="failed") (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{particularSolution(A,B)} finds a particular solution of the linear system \\spad{AX = B}.")) (|solve| (((|List| (|Record| (|:| |particular| (|Union| (|Vector| |#1|) #1#)) (|:| |basis| (|List| (|Vector| |#1|))))) (|List| (|List| |#1|)) (|List| (|Vector| |#1|))) "\\spad{solve(A,LB)} finds a particular soln of the systems \\spad{AX = B} and a basis of the associated homogeneous systems \\spad{AX = 0} where \\spad{B} varies in the list of column vectors \\spad{LB}.") (((|List| (|Record| (|:| |particular| (|Union| (|Vector| |#1|) #1#)) (|:| |basis| (|List| (|Vector| |#1|))))) (|Matrix| |#1|) (|List| (|Vector| |#1|))) "\\spad{solve(A,LB)} finds a particular soln of the systems \\spad{AX = B} and a basis of the associated homogeneous systems \\spad{AX = 0} where \\spad{B} varies in the list of column vectors \\spad{LB}.") (((|Record| (|:| |particular| (|Union| (|Vector| |#1|) #1#)) (|:| |basis| (|List| (|Vector| |#1|)))) (|List| (|List| |#1|)) (|Vector| |#1|)) "\\spad{solve(A,B)} finds a particular solution of the system \\spad{AX = B} and a basis of the associated homogeneous system \\spad{AX = 0}.") (((|Record| (|:| |particular| (|Union| (|Vector| |#1|) #1#)) (|:| |basis| (|List| (|Vector| |#1|)))) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{solve(A,B)} finds a particular solution of the system \\spad{AX = B} and a basis of the associated homogeneous system \\spad{AX = 0}.")))
NIL
NIL
-(-611 R E OV P)
+(-612 R E OV P)
((|constructor| (NIL "this package finds the solutions of linear systems presented as a list of polynomials.")) (|linSolve| (((|Record| (|:| |particular| (|Union| (|Vector| (|Fraction| |#4|)) "failed")) (|:| |basis| (|List| (|Vector| (|Fraction| |#4|))))) (|List| |#4|) (|List| |#3|)) "\\spad{linSolve(lp,lvar)} finds the solutions of the linear system of polynomials \\spad{lp} = 0 with respect to the list of symbols \\spad{lvar}.")))
NIL
NIL
-(-612 |n| R)
+(-613 |n| R)
((|constructor| (NIL "LieSquareMatrix(\\spad{n},{}\\spad{R}) implements the Lie algebra of the \\spad{n} by \\spad{n} matrices over the commutative ring \\spad{R}. The Lie bracket (commutator) of the algebra is given by \\spad{a*b := (a *\\$SQMATRIX(n,R) b - b *\\$SQMATRIX(n,R) a)},{} where \\spadfun{*\\$SQMATRIX(\\spad{n},{}\\spad{R})} is the usual matrix multiplication.")))
-((-3993 . T) (-3990 . T) (-3991 . T))
-((|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-189))) (|HasAttribute| |#2| (QUOTE (-3998 #1="*"))) (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))))) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-495))) (OR (|HasAttribute| |#2| (QUOTE (-3998 #1#))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-809 (-1090))))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1013))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-146))))
-(-613)
+((-3994 . T) (-3991 . T) (-3992 . T))
+((|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-189))) (|HasAttribute| |#2| (QUOTE (-3999 #1="*"))) (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))))) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-496))) (OR (|HasAttribute| |#2| (QUOTE (-3999 #1#))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-810 (-1091))))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1014))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-146))))
+(-614)
((|constructor| (NIL "This domain represents `literal sequence' syntax.")) (|elements| (((|List| (|SpadAst|)) $) "\\spad{elements(e)} returns the list of expressions in the `literal' list `e'.")))
NIL
NIL
-(-614 |VarSet|)
+(-615 |VarSet|)
((|constructor| (NIL "Lyndon words over arbitrary (ordered) symbols: see Free Lie Algebras by \\spad{C}. Reutenauer (Oxford science publications). A Lyndon word is a word which is smaller than any of its right factors \\spad{w}.\\spad{r}.\\spad{t}. the pure lexicographical ordering. If \\axiom{a} and \\axiom{\\spad{b}} are two Lyndon words such that \\axiom{a < \\spad{b}} holds \\spad{w}.\\spad{r}.\\spad{t} lexicographical ordering then \\axiom{a*b} is a Lyndon word. Parenthesized Lyndon words can be generated from symbols by using the following rule: \\axiom{[[a,{}\\spad{b}],{}\\spad{c}]} is a Lyndon word iff \\axiom{a*b < \\spad{c} <= \\spad{b}} holds. Lyndon words are internally represented by binary trees using the \\spadtype{Magma} domain constructor. Two ordering are provided: lexicographic and length-lexicographic. \\newline Author : Michel Petitot (petitot@lifl.fr).")) (|LyndonWordsList| (((|List| $) (|List| |#1|) (|PositiveInteger|)) "\\axiom{LyndonWordsList(vl,{} \\spad{n})} returns the list of Lyndon words over the alphabet \\axiom{vl},{} up to order \\axiom{\\spad{n}}.")) (|LyndonWordsList1| (((|OneDimensionalArray| (|List| $)) (|List| |#1|) (|PositiveInteger|)) "\\axiom{\\spad{LyndonWordsList1}(vl,{} \\spad{n})} returns an array of lists of Lyndon words over the alphabet \\axiom{vl},{} up to order \\axiom{\\spad{n}}.")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{x})} returns the list of distinct entries of \\axiom{\\spad{x}}.")) (|lyndonIfCan| (((|Union| $ "failed") (|OrderedFreeMonoid| |#1|)) "\\axiom{lyndonIfCan(\\spad{w})} convert \\axiom{\\spad{w}} into a Lyndon word.")) (|lyndon| (($ (|OrderedFreeMonoid| |#1|)) "\\axiom{lyndon(\\spad{w})} convert \\axiom{\\spad{w}} into a Lyndon word,{} error if \\axiom{\\spad{w}} is not a Lyndon word.")) (|lyndon?| (((|Boolean|) (|OrderedFreeMonoid| |#1|)) "\\axiom{lyndon?(\\spad{w})} test if \\axiom{\\spad{w}} is a Lyndon word.")) (|factor| (((|List| $) (|OrderedFreeMonoid| |#1|)) "\\axiom{factor(\\spad{x})} returns the decreasing factorization into Lyndon words.")) (|coerce| (((|Magma| |#1|) $) "\\axiom{coerce(\\spad{x})} returns the element of \\axiomType{Magma}(VarSet) corresponding to \\axiom{\\spad{x}}.") (((|OrderedFreeMonoid| |#1|) $) "\\axiom{coerce(\\spad{x})} returns the element of \\axiomType{OrderedFreeMonoid}(VarSet) corresponding to \\axiom{\\spad{x}}.")) (|lexico| (((|Boolean|) $ $) "\\axiom{lexico(\\spad{x},{}\\spad{y})} returns \\axiom{\\spad{true}} iff \\axiom{\\spad{x}} is smaller than \\axiom{\\spad{y}} \\spad{w}.\\spad{r}.\\spad{t}. the lexicographical ordering induced by \\axiom{VarSet}.")) (|length| (((|PositiveInteger|) $) "\\axiom{length(\\spad{x})} returns the number of entries in \\axiom{\\spad{x}}.")) (|right| (($ $) "\\axiom{right(\\spad{x})} returns right subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{LyndonWord}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|left| (($ $) "\\axiom{left(\\spad{x})} returns left subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{LyndonWord}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|retractable?| (((|Boolean|) $) "\\axiom{retractable?(\\spad{x})} tests if \\axiom{\\spad{x}} is a tree with only one entry.")))
NIL
NIL
-(-615 A S)
+(-616 A S)
((|constructor| (NIL "LazyStreamAggregate is the category of streams with lazy evaluation. It is understood that the function 'empty?' will cause lazy evaluation if necessary to determine if there are entries. Functions which call 'empty?',{} \\spadignore{e.g.} 'first' and 'rest',{} will also cause lazy evaluation if necessary.")) (|complete| (($ $) "\\spad{complete(st)} causes all entries of 'st' to be computed. this function should only be called on streams which are known to be finite.")) (|extend| (($ $ (|Integer|)) "\\spad{extend(st,n)} causes entries to be computed,{} if necessary,{} so that 'st' will have at least 'n' explicit entries or so that all entries of 'st' will be computed if 'st' is finite with length <= \\spad{n}.")) (|numberOfComputedEntries| (((|NonNegativeInteger|) $) "\\spad{numberOfComputedEntries(st)} returns the number of explicitly computed entries of stream \\spad{st} which exist immediately prior to the time this function is called.")) (|rst| (($ $) "\\spad{rst(s)} returns a pointer to the next node of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|frst| ((|#2| $) "\\spad{frst(s)} returns the first element of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|lazyEvaluate| (($ $) "\\spad{lazyEvaluate(s)} causes one lazy evaluation of stream \\spad{s}. Caution: the first node must be a lazy evaluation mechanism (satisfies \\spad{lazy?(s) = true}) as there is no error check. Note: a call to this function may or may not produce an explicit first entry")) (|lazy?| (((|Boolean|) $) "\\spad{lazy?(s)} returns \\spad{true} if the first node of the stream \\spad{s} is a lazy evaluation mechanism which could produce an additional entry to \\spad{s}.")) (|explicitlyEmpty?| (((|Boolean|) $) "\\spad{explicitlyEmpty?(s)} returns \\spad{true} if the stream is an (explicitly) empty stream. Note: this is a null test which will not cause lazy evaluation.")) (|explicitEntries?| (((|Boolean|) $) "\\spad{explicitEntries?(s)} returns \\spad{true} if the stream \\spad{s} has explicitly computed entries,{} and \\spad{false} otherwise.")) (|select| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{select(f,st)} returns a stream consisting of those elements of stream \\spad{st} satisfying the predicate \\spad{f}. Note: \\spad{select(f,st) = [x for x in st | f(x)]}.")) (|remove| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{remove(f,st)} returns a stream consisting of those elements of stream \\spad{st} which do not satisfy the predicate \\spad{f}. Note: \\spad{remove(f,st) = [x for x in st | not f(x)]}.")))
NIL
NIL
-(-616 S)
+(-617 S)
((|constructor| (NIL "LazyStreamAggregate is the category of streams with lazy evaluation. It is understood that the function 'empty?' will cause lazy evaluation if necessary to determine if there are entries. Functions which call 'empty?',{} \\spadignore{e.g.} 'first' and 'rest',{} will also cause lazy evaluation if necessary.")) (|complete| (($ $) "\\spad{complete(st)} causes all entries of 'st' to be computed. this function should only be called on streams which are known to be finite.")) (|extend| (($ $ (|Integer|)) "\\spad{extend(st,n)} causes entries to be computed,{} if necessary,{} so that 'st' will have at least 'n' explicit entries or so that all entries of 'st' will be computed if 'st' is finite with length <= \\spad{n}.")) (|numberOfComputedEntries| (((|NonNegativeInteger|) $) "\\spad{numberOfComputedEntries(st)} returns the number of explicitly computed entries of stream \\spad{st} which exist immediately prior to the time this function is called.")) (|rst| (($ $) "\\spad{rst(s)} returns a pointer to the next node of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|frst| ((|#1| $) "\\spad{frst(s)} returns the first element of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|lazyEvaluate| (($ $) "\\spad{lazyEvaluate(s)} causes one lazy evaluation of stream \\spad{s}. Caution: the first node must be a lazy evaluation mechanism (satisfies \\spad{lazy?(s) = true}) as there is no error check. Note: a call to this function may or may not produce an explicit first entry")) (|lazy?| (((|Boolean|) $) "\\spad{lazy?(s)} returns \\spad{true} if the first node of the stream \\spad{s} is a lazy evaluation mechanism which could produce an additional entry to \\spad{s}.")) (|explicitlyEmpty?| (((|Boolean|) $) "\\spad{explicitlyEmpty?(s)} returns \\spad{true} if the stream is an (explicitly) empty stream. Note: this is a null test which will not cause lazy evaluation.")) (|explicitEntries?| (((|Boolean|) $) "\\spad{explicitEntries?(s)} returns \\spad{true} if the stream \\spad{s} has explicitly computed entries,{} and \\spad{false} otherwise.")) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select(f,st)} returns a stream consisting of those elements of stream \\spad{st} satisfying the predicate \\spad{f}. Note: \\spad{select(f,st) = [x for x in st | f(x)]}.")) (|remove| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{remove(f,st)} returns a stream consisting of those elements of stream \\spad{st} which do not satisfy the predicate \\spad{f}. Note: \\spad{remove(f,st) = [x for x in st | not f(x)]}.")))
NIL
NIL
-(-617)
+(-618)
((|constructor| (NIL "This domain represents the syntax of a macro definition.")) (|body| (((|SpadAst|) $) "\\spad{body(m)} returns the right hand side of the definition `m'.")) (|head| (((|HeadAst|) $) "\\spad{head(m)} returns the head of the macro definition `m'. This is a list of identifiers starting with the name of the macro followed by the name of the parameters,{} if any.")))
NIL
NIL
-(-618 |VarSet|)
+(-619 |VarSet|)
((|constructor| (NIL "This type is the basic representation of parenthesized words (binary trees over arbitrary symbols) useful in \\spadtype{LiePolynomial}. \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{x})} returns the list of distinct entries of \\axiom{\\spad{x}}.")) (|right| (($ $) "\\axiom{right(\\spad{x})} returns right subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|retractable?| (((|Boolean|) $) "\\axiom{retractable?(\\spad{x})} tests if \\axiom{\\spad{x}} is a tree with only one entry.")) (|rest| (($ $) "\\axiom{rest(\\spad{x})} return \\axiom{\\spad{x}} without the first entry or error if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|mirror| (($ $) "\\axiom{mirror(\\spad{x})} returns the reversed word of \\axiom{\\spad{x}}. That is \\axiom{\\spad{x}} itself if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true} and \\axiom{mirror(\\spad{z}) * mirror(\\spad{y})} if \\axiom{\\spad{x}} is \\axiom{y*z}.")) (|lexico| (((|Boolean|) $ $) "\\axiom{lexico(\\spad{x},{}\\spad{y})} returns \\axiom{\\spad{true}} iff \\axiom{\\spad{x}} is smaller than \\axiom{\\spad{y}} \\spad{w}.\\spad{r}.\\spad{t}. the lexicographical ordering induced by \\axiom{VarSet}. \\spad{N}.\\spad{B}. This operation does not take into account the tree structure of its arguments. Thus this is not a total ordering.")) (|length| (((|PositiveInteger|) $) "\\axiom{length(\\spad{x})} returns the number of entries in \\axiom{\\spad{x}}.")) (|left| (($ $) "\\axiom{left(\\spad{x})} returns left subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|first| ((|#1| $) "\\axiom{first(\\spad{x})} returns the first entry of the tree \\axiom{\\spad{x}}.")) (|coerce| (((|OrderedFreeMonoid| |#1|) $) "\\axiom{coerce(\\spad{x})} returns the element of \\axiomType{OrderedFreeMonoid}(VarSet) corresponding to \\axiom{\\spad{x}} by removing parentheses.")) (* (($ $ $) "\\axiom{x*y} returns the tree \\axiom{[\\spad{x},{}\\spad{y}]}.")))
NIL
NIL
-(-619 A)
+(-620 A)
((|constructor| (NIL "various Currying operations.")) (|recur| ((|#1| (|Mapping| |#1| (|NonNegativeInteger|) |#1|) (|NonNegativeInteger|) |#1|) "\\spad{recur(n,g,x)} is \\spad{g(n,g(n-1,..g(1,x)..))}.")) (|iter| ((|#1| (|Mapping| |#1| |#1|) (|NonNegativeInteger|) |#1|) "\\spad{iter(f,n,x)} applies \\spad{f n} times to \\spad{x}.")))
NIL
NIL
-(-620 A C)
+(-621 A C)
((|constructor| (NIL "various Currying operations.")) (|arg2| ((|#2| |#1| |#2|) "\\spad{arg2(a,c)} selects its second argument.")) (|arg1| ((|#1| |#1| |#2|) "\\spad{arg1(a,c)} selects its first argument.")))
NIL
NIL
-(-621 A B C)
+(-622 A B C)
((|constructor| (NIL "various Currying operations.")) (|comp| ((|#3| (|Mapping| |#3| |#2|) (|Mapping| |#2| |#1|) |#1|) "\\spad{comp(f,g,x)} is \\spad{f(g x)}.")))
NIL
NIL
-(-622)
+(-623)
((|constructor| (NIL "This domain represents a mapping type AST. A mapping AST \\indented{2}{is a syntactic description of a function type,{} \\spadignore{e.g.} its result} \\indented{2}{type and the list of its argument types.}")) (|target| (((|TypeAst|) $) "\\spad{target(s)} returns the result type AST for `s'.")) (|source| (((|List| (|TypeAst|)) $) "\\spad{source(s)} returns the parameter type AST list of `s'.")) (|mappingAst| (($ (|List| (|TypeAst|)) (|TypeAst|)) "\\spad{mappingAst(s,t)} builds the mapping AST \\spad{s} -> \\spad{t}")) (|coerce| (($ (|Signature|)) "sig::MappingAst builds a MappingAst from the Signature `sig'.")))
NIL
NIL
-(-623 A)
+(-624 A)
((|constructor| (NIL "various Currying operations.")) (|recur| (((|Mapping| |#1| (|NonNegativeInteger|) |#1|) (|Mapping| |#1| (|NonNegativeInteger|) |#1|)) "\\spad{recur(g)} is the function \\spad{h} such that \\indented{1}{\\spad{h(n,x)= g(n,g(n-1,..g(1,x)..))}.}")) (** (((|Mapping| |#1| |#1|) (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{f**n} is the function which is the \\spad{n}-fold application \\indented{1}{of \\spad{f}.}")) (|id| ((|#1| |#1|) "\\spad{id x} is \\spad{x}.")) (|fixedPoint| (((|List| |#1|) (|Mapping| (|List| |#1|) (|List| |#1|)) (|Integer|)) "\\spad{fixedPoint(f,n)} is the fixed point of function \\indented{1}{\\spad{f} which is assumed to transform a list of length} \\indented{1}{\\spad{n}.}") ((|#1| (|Mapping| |#1| |#1|)) "\\spad{fixedPoint f} is the fixed point of function \\spad{f}. \\indented{1}{\\spadignore{i.e.} such that \\spad{fixedPoint f = f(fixedPoint f)}.}")) (|coerce| (((|Mapping| |#1|) |#1|) "\\spad{coerce A} changes its argument into a \\indented{1}{nullary function.}")) (|nullary| (((|Mapping| |#1|) |#1|) "\\spad{nullary A} changes its argument into a \\indented{1}{nullary function.}")))
NIL
NIL
-(-624 A C)
+(-625 A C)
((|constructor| (NIL "various Currying operations.")) (|diag| (((|Mapping| |#2| |#1|) (|Mapping| |#2| |#1| |#1|)) "\\spad{diag(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g a = f(a,a)}.}")) (|constant| (((|Mapping| |#2| |#1|) (|Mapping| |#2|)) "\\spad{vu(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g a= f ()}.}")) (|curry| (((|Mapping| |#2|) (|Mapping| |#2| |#1|) |#1|) "\\spad{cu(f,a)} is the function \\spad{g} \\indented{1}{such that \\spad{g ()= f a}.}")) (|const| (((|Mapping| |#2| |#1|) |#2|) "\\spad{const c} is a function which produces \\spad{c} when \\indented{1}{applied to its argument.}")))
NIL
NIL
-(-625 A B C)
+(-626 A B C)
((|constructor| (NIL "various Currying operations.")) (* (((|Mapping| |#3| |#1|) (|Mapping| |#3| |#2|) (|Mapping| |#2| |#1|)) "\\spad{f*g} is the function \\spad{h} \\indented{1}{such that \\spad{h x= f(g x)}.}")) (|twist| (((|Mapping| |#3| |#2| |#1|) (|Mapping| |#3| |#1| |#2|)) "\\spad{twist(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g (a,b)= f(b,a)}.}")) (|constantLeft| (((|Mapping| |#3| |#1| |#2|) (|Mapping| |#3| |#2|)) "\\spad{constantLeft(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g (a,b)= f b}.}")) (|constantRight| (((|Mapping| |#3| |#1| |#2|) (|Mapping| |#3| |#1|)) "\\spad{constantRight(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g (a,b)= f a}.}")) (|curryLeft| (((|Mapping| |#3| |#2|) (|Mapping| |#3| |#1| |#2|) |#1|) "\\spad{curryLeft(f,a)} is the function \\spad{g} \\indented{1}{such that \\spad{g b = f(a,b)}.}")) (|curryRight| (((|Mapping| |#3| |#1|) (|Mapping| |#3| |#1| |#2|) |#2|) "\\spad{curryRight(f,b)} is the function \\spad{g} such that \\indented{1}{\\spad{g a = f(a,b)}.}")))
NIL
NIL
-(-626 S R |Row| |Col|)
+(-627 S R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#2| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#2| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#4|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#2|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#3| |#3| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#4| $ |#4|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#2|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#2| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,i1,j1,y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,j)} is set to \\spad{y(i-i1+1,j-j1+1)} for \\spad{i = i1,...,i1-1+nrows y} and \\spad{j = j1,...,j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,i1,i2,j1,j2)} extracts the submatrix \\spad{[x(i,j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,rowList,colList,y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then \\spad{x(i<k>,j<l>)} is set to \\spad{y(k,l)} for \\spad{k = 1,...,m} and \\spad{l = 1,...,n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,rowList,colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then the \\spad{(k,l)}th entry of \\spad{elt(x,rowList,colList)} is \\spad{x(i<k>,j<l>)}.")) (|listOfLists| (((|List| (|List| |#2|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#3|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#4|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,...,mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{ri := nrows mi},{} \\spad{ci := ncols mi},{} then \\spad{m} is an (r1+..+rk) by (c1+..+ck) - matrix with entries \\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))},{} if \\spad{(r1+..+r(l-1)) < i <= r1+..+rl} and \\spad{(c1+..+c(l-1)) < i <= c1+..+cl},{} \\spad{m.i.j} = 0 otherwise.") (($ (|List| |#2|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ (|NonNegativeInteger|) |#2|) "\\spad{scalarMatrix(n,r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}'s on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) (|Mapping| |#2| (|Integer|) (|Integer|))) "\\spad{matrix(n,m,f)} construcys and \\spad{n * m} matrix with the \\spad{(i,j)} entry equal to \\spad{f(i,j)}.") (($ (|List| (|List| |#2|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zero(m,n)} returns an \\spad{m}-by-\\spad{n} zero matrix.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")))
NIL
-((|HasAttribute| |#2| (QUOTE (-3998 "*"))) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-495))))
-(-627 R |Row| |Col|)
+((|HasAttribute| |#2| (QUOTE (-3999 "*"))) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-496))))
+(-628 R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#1| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#1| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#3|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#1|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#2| |#2| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#3| $ |#3|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#1|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#1| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,i1,j1,y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,j)} is set to \\spad{y(i-i1+1,j-j1+1)} for \\spad{i = i1,...,i1-1+nrows y} and \\spad{j = j1,...,j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,i1,i2,j1,j2)} extracts the submatrix \\spad{[x(i,j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,rowList,colList,y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then \\spad{x(i<k>,j<l>)} is set to \\spad{y(k,l)} for \\spad{k = 1,...,m} and \\spad{l = 1,...,n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,rowList,colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then the \\spad{(k,l)}th entry of \\spad{elt(x,rowList,colList)} is \\spad{x(i<k>,j<l>)}.")) (|listOfLists| (((|List| (|List| |#1|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#2|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#3|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,...,mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{ri := nrows mi},{} \\spad{ci := ncols mi},{} then \\spad{m} is an (r1+..+rk) by (c1+..+ck) - matrix with entries \\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))},{} if \\spad{(r1+..+r(l-1)) < i <= r1+..+rl} and \\spad{(c1+..+c(l-1)) < i <= c1+..+cl},{} \\spad{m.i.j} = 0 otherwise.") (($ (|List| |#1|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ (|NonNegativeInteger|) |#1|) "\\spad{scalarMatrix(n,r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}'s on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) (|Mapping| |#1| (|Integer|) (|Integer|))) "\\spad{matrix(n,m,f)} construcys and \\spad{n * m} matrix with the \\spad{(i,j)} entry equal to \\spad{f(i,j)}.") (($ (|List| (|List| |#1|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zero(m,n)} returns an \\spad{m}-by-\\spad{n} zero matrix.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")))
-((-3997 . T))
NIL
-(-628 R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
+NIL
+(-629 R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
((|constructor| (NIL "\\spadtype{MatrixCategoryFunctions2} provides functions between two matrix domains. The functions provided are \\spadfun{map} and \\spadfun{reduce}.")) (|reduce| ((|#5| (|Mapping| |#5| |#1| |#5|) |#4| |#5|) "\\spad{reduce(f,m,r)} returns a matrix \\spad{n} where \\spad{n[i,j] = f(m[i,j],r)} for all indices \\spad{i} and \\spad{j}.")) (|map| (((|Union| |#8| "failed") (|Mapping| (|Union| |#5| "failed") |#1|) |#4|) "\\spad{map(f,m)} applies the function \\spad{f} to the elements of the matrix \\spad{m}.") ((|#8| (|Mapping| |#5| |#1|) |#4|) "\\spad{map(f,m)} applies the function \\spad{f} to the elements of the matrix \\spad{m}.")))
NIL
NIL
-(-629 R |Row| |Col| M)
+(-630 R |Row| |Col| M)
((|constructor| (NIL "\\spadtype{MatrixLinearAlgebraFunctions} provides functions to compute inverses and canonical forms.")) (|inverse| (((|Union| |#4| "failed") |#4|) "\\spad{inverse(m)} returns the inverse of the matrix. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|normalizedDivide| (((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|) "\\spad{normalizedDivide(n,d)} returns a normalized quotient and remainder such that consistently unique representatives for the residue class are chosen,{} \\spadignore{e.g.} positive remainders")) (|rowEchelon| ((|#4| |#4|) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (|adjoint| (((|Record| (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) "\\spad{adjoint(m)} returns the ajoint matrix of \\spad{m} (\\spadignore{i.e.} the matrix \\spad{n} such that m*n = determinant(\\spad{m})*id) and the detrminant of \\spad{m}.")) (|invertIfCan| (((|Union| |#4| "failed") |#4|) "\\spad{invertIfCan(m)} returns the inverse of \\spad{m} over \\spad{R}")) (|fractionFreeGauss!| ((|#4| |#4|) "\\spad{fractionFreeGauss(m)} performs the fraction free gaussian elimination on the matrix \\spad{m}.")) (|nullSpace| (((|List| |#3|) |#4|) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) |#4|) "\\spad{nullity(m)} returns the mullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) |#4|) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|elColumn2!| ((|#4| |#4| |#1| (|Integer|) (|Integer|)) "\\spad{elColumn2!(m,a,i,j)} adds to column \\spad{i} a*column(\\spad{m},{}\\spad{j}) : elementary operation of second kind. (\\spad{i} ~=j)")) (|elRow2!| ((|#4| |#4| |#1| (|Integer|) (|Integer|)) "\\spad{elRow2!(m,a,i,j)} adds to row \\spad{i} a*row(\\spad{m},{}\\spad{j}) : elementary operation of second kind. (\\spad{i} ~=j)")) (|elRow1!| ((|#4| |#4| (|Integer|) (|Integer|)) "\\spad{elRow1!(m,i,j)} swaps rows \\spad{i} and \\spad{j} of matrix \\spad{m} : elementary operation of first kind")) (|minordet| ((|#1| |#4|) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#1| |#4|) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. an error message is returned if the matrix is not square.")))
NIL
-((|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-495))))
-(-630 R)
-((|constructor| (NIL "\\spadtype{Matrix} is a matrix domain where 1-based indexing is used for both rows and columns.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|diagonalMatrix| (($ (|Vector| |#1|)) "\\spad{diagonalMatrix(v)} returns a diagonal matrix where the elements of \\spad{v} appear on the diagonal.")))
-((-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-495))) (|HasAttribute| |#1| (QUOTE (-3998 "*"))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-72))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))))
+((|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-496))))
(-631 R)
+((|constructor| (NIL "\\spadtype{Matrix} is a matrix domain where 1-based indexing is used for both rows and columns.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|diagonalMatrix| (($ (|Vector| |#1|)) "\\spad{diagonalMatrix(v)} returns a diagonal matrix where the elements of \\spad{v} appear on the diagonal.")))
+NIL
+((OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#1| (QUOTE (-258))) (|HasCategory| |#1| (QUOTE (-496))) (|HasAttribute| |#1| (QUOTE (-3999 "*"))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-72))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))))
+(-632 R)
((|constructor| (NIL "This package provides standard arithmetic operations on matrices. The functions in this package store the results of computations in existing matrices,{} rather than creating new matrices. This package works only for matrices of type Matrix and uses the internal representation of this type.")) (** (((|Matrix| |#1|) (|Matrix| |#1|) (|NonNegativeInteger|)) "\\spad{x ** n} computes the \\spad{n}-th power of a square matrix. The power \\spad{n} is assumed greater than 1.")) (|power!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|NonNegativeInteger|)) "\\spad{power!(a,b,c,m,n)} computes \\spad{m} ** \\spad{n} and stores the result in \\spad{a}. The matrices \\spad{b} and \\spad{c} are used to store intermediate results. Error: if \\spad{a},{} \\spad{b},{} \\spad{c},{} and \\spad{m} are not square and of the same dimensions.")) (|times!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{times!(c,a,b)} computes the matrix product \\spad{a * b} and stores the result in the matrix \\spad{c}. Error: if \\spad{a},{} \\spad{b},{} and \\spad{c} do not have compatible dimensions.")) (|rightScalarTimes!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{rightScalarTimes!(c,a,r)} computes the scalar product \\spad{a * r} and stores the result in the matrix \\spad{c}. Error: if \\spad{a} and \\spad{c} do not have the same dimensions.")) (|leftScalarTimes!| (((|Matrix| |#1|) (|Matrix| |#1|) |#1| (|Matrix| |#1|)) "\\spad{leftScalarTimes!(c,r,a)} computes the scalar product \\spad{r * a} and stores the result in the matrix \\spad{c}. Error: if \\spad{a} and \\spad{c} do not have the same dimensions.")) (|minus!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{!minus!(c,a,b)} computes the matrix difference \\spad{a - b} and stores the result in the matrix \\spad{c}. Error: if \\spad{a},{} \\spad{b},{} and \\spad{c} do not have the same dimensions.") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{minus!(c,a)} computes \\spad{-a} and stores the result in the matrix \\spad{c}. Error: if a and \\spad{c} do not have the same dimensions.")) (|plus!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{plus!(c,a,b)} computes the matrix sum \\spad{a + b} and stores the result in the matrix \\spad{c}. Error: if \\spad{a},{} \\spad{b},{} and \\spad{c} do not have the same dimensions.")) (|copy!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{copy!(c,a)} copies the matrix \\spad{a} into the matrix \\spad{c}. Error: if \\spad{a} and \\spad{c} do not have the same dimensions.")))
NIL
NIL
-(-632 T$)
+(-633 T$)
((|constructor| (NIL "This domain implements the notion of optional value,{} where a computation may fail to produce expected value.")) (|nothing| (($) "\\spad{nothing} represents failure or absence of value.")) (|autoCoerce| ((|#1| $) "\\spad{autoCoerce} is a courtesy coercion function used by the compiler in case it knows that `x' really is a \\spadtype{T}.")) (|case| (((|Boolean|) $ (|[\|\|]| |nothing|)) "\\spad{x case nothing} holds if the value for \\spad{x} is missing.") (((|Boolean|) $ (|[\|\|]| |#1|)) "\\spad{x case T} returns \\spad{true} if \\spad{x} is actually a data of type \\spad{T}.")) (|just| (($ |#1|) "\\spad{just x} injects the value `x' into \\%.")))
NIL
NIL
-(-633 R Q)
+(-634 R Q)
((|constructor| (NIL "MatrixCommonDenominator provides functions to compute the common denominator of a matrix of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| (|Matrix| |#1|)) (|:| |den| |#1|)) (|Matrix| |#2|)) "\\spad{splitDenominator(q)} returns \\spad{[p, d]} such that \\spad{q = p/d} and \\spad{d} is a common denominator for the elements of \\spad{q}.")) (|clearDenominator| (((|Matrix| |#1|) (|Matrix| |#2|)) "\\spad{clearDenominator(q)} returns \\spad{p} such that \\spad{q = p/d} where \\spad{d} is a common denominator for the elements of \\spad{q}.")) (|commonDenominator| ((|#1| (|Matrix| |#2|)) "\\spad{commonDenominator(q)} returns a common denominator \\spad{d} for the elements of \\spad{q}.")))
NIL
NIL
-(-634 S)
+(-635 S)
((|constructor| (NIL "A multi-dictionary is a dictionary which may contain duplicates. As for any dictionary,{} its size is assumed large so that copying (non-destructive) operations are generally to be avoided.")) (|duplicates| (((|List| (|Record| (|:| |entry| |#1|) (|:| |count| (|NonNegativeInteger|)))) $) "\\spad{duplicates(d)} returns a list of values which have duplicates in \\spad{d}")) (|removeDuplicates!| (($ $) "\\spad{removeDuplicates!(d)} destructively removes any duplicate values in dictionary \\spad{d}.")) (|insert!| (($ |#1| $ (|NonNegativeInteger|)) "\\spad{insert!(x,d,n)} destructively inserts \\spad{n} copies of \\spad{x} into dictionary \\spad{d}.")))
-((-3997 . T))
NIL
-(-635 U)
+NIL
+(-636 U)
((|constructor| (NIL "This package supports factorization and gcds of univariate polynomials over the integers modulo different primes. The inputs are given as polynomials over the integers with the prime passed explicitly as an extra argument.")) (|exptMod| ((|#1| |#1| (|Integer|) |#1| (|Integer|)) "\\spad{exptMod(f,n,g,p)} raises the univariate polynomial \\spad{f} to the \\spad{n}th power modulo the polynomial \\spad{g} and the prime \\spad{p}.")) (|separateFactors| (((|List| |#1|) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|)))) (|Integer|)) "\\spad{separateFactors(ddl, p)} refines the distinct degree factorization produced by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} to give a complete list of factors.")) (|ddFact| (((|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|)))) |#1| (|Integer|)) "\\spad{ddFact(f,p)} computes a distinct degree factorization of the polynomial \\spad{f} modulo the prime \\spad{p},{} \\spadignore{i.e.} such that each factor is a product of irreducibles of the same degrees. The input polynomial \\spad{f} is assumed to be square-free modulo \\spad{p}.")) (|factor| (((|List| |#1|) |#1| (|Integer|)) "\\spad{factor(f1,p)} returns the list of factors of the univariate polynomial \\spad{f1} modulo the integer prime \\spad{p}. Error: if \\spad{f1} is not square-free modulo \\spad{p}.")) (|linears| ((|#1| |#1| (|Integer|)) "\\spad{linears(f,p)} returns the product of all the linear factors of \\spad{f} modulo \\spad{p}. Potentially incorrect result if \\spad{f} is not square-free modulo \\spad{p}.")) (|gcd| ((|#1| |#1| |#1| (|Integer|)) "\\spad{gcd(f1,f2,p)} computes the gcd of the univariate polynomials \\spad{f1} and \\spad{f2} modulo the integer prime \\spad{p}.")))
NIL
NIL
-(-636)
+(-637)
((|constructor| (NIL "\\indented{1}{<description of package>} Author: Jim Wen Date Created: ?? Date Last Updated: October 1991 by Jon Steinbach Keywords: Examples: References:")) (|ptFunc| (((|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) "\\spad{ptFunc(a,b,c,d)} is an internal function exported in order to compile packages.")) (|meshPar1Var| (((|ThreeSpace| (|DoubleFloat|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar1Var(s,t,u,f,s1,l)} \\undocumented")) (|meshFun2Var| (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Union| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) #1="undefined") (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshFun2Var(f,g,s1,s2,l)} \\undocumented")) (|meshPar2Var| (((|ThreeSpace| (|DoubleFloat|)) (|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar2Var(sp,f,s1,s2,l)} \\undocumented") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar2Var(f,s1,s2,l)} \\undocumented") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Union| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) #1#) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar2Var(f,g,h,j,s1,s2,l)} \\undocumented")))
NIL
NIL
-(-637 OV E -3093 PG)
+(-638 OV E -3094 PG)
((|constructor| (NIL "Package for factorization of multivariate polynomials over finite fields.")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factor(p)} produces the complete factorization of the multivariate polynomial \\spad{p} over a finite field. \\spad{p} is represented as a univariate polynomial with multivariate coefficients over a finite field.") (((|Factored| |#4|) |#4|) "\\spad{factor(p)} produces the complete factorization of the multivariate polynomial \\spad{p} over a finite field.")))
NIL
NIL
-(-638 R)
+(-639 R)
((|constructor| (NIL "\\indented{1}{Modular hermitian row reduction.} Author: Manuel Bronstein Date Created: 22 February 1989 Date Last Updated: 24 November 1993 Keywords: matrix,{} reduction.")) (|normalizedDivide| (((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|) "\\spad{normalizedDivide(n,d)} returns a normalized quotient and remainder such that consistently unique representatives for the residue class are chosen,{} \\spadignore{e.g.} positive remainders")) (|rowEchelonLocal| (((|Matrix| |#1|) (|Matrix| |#1|) |#1| |#1|) "\\spad{rowEchelonLocal(m, d, p)} computes the row-echelon form of \\spad{m} concatenated with \\spad{d} times the identity matrix over a local ring where \\spad{p} is the only prime.")) (|rowEchLocal| (((|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{rowEchLocal(m,p)} computes a modular row-echelon form of \\spad{m},{} finding an appropriate modulus over a local ring where \\spad{p} is the only prime.")) (|rowEchelon| (((|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{rowEchelon(m, d)} computes a modular row-echelon form mod \\spad{d} of \\indented{3}{[\\spad{d}\\space{5}]} \\indented{3}{[\\space{2}\\spad{d}\\space{3}]} \\indented{3}{[\\space{4}. ]} \\indented{3}{[\\space{5}\\spad{d}]} \\indented{3}{[\\space{3}\\spad{M}\\space{2}]} where \\spad{M = m mod d}.")) (|rowEch| (((|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{rowEch(m)} computes a modular row-echelon form of \\spad{m},{} finding an appropriate modulus.")))
NIL
NIL
-(-639 S D1 D2 I)
+(-640 S D1 D2 I)
((|constructor| (NIL "transforms top-level objects into compiled functions.")) (|compiledFunction| (((|Mapping| |#4| |#2| |#3|) |#1| (|Symbol|) (|Symbol|)) "\\spad{compiledFunction(expr,x,y)} returns a function \\spad{f: (D1, D2) -> I} defined by \\spad{f(x, y) == expr}. Function \\spad{f} is compiled and directly applicable to objects of type \\spad{(D1, D2)}")) (|binaryFunction| (((|Mapping| |#4| |#2| |#3|) (|Symbol|)) "\\spad{binaryFunction(s)} is a local function")))
NIL
NIL
-(-640 S)
+(-641 S)
((|constructor| (NIL "MakeFloatCompiledFunction transforms top-level objects into compiled Lisp functions whose arguments are Lisp floats. This by-passes the \\Language{} compiler and interpreter,{} thereby gaining several orders of magnitude.")) (|makeFloatFunction| (((|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) |#1| (|Symbol|) (|Symbol|)) "\\spad{makeFloatFunction(expr, x, y)} returns a Lisp function \\spad{f: (\\axiomType{DoubleFloat}, \\axiomType{DoubleFloat}) -> \\axiomType{DoubleFloat}} defined by \\spad{f(x, y) == expr}. Function \\spad{f} is compiled and directly applicable to objects of type \\spad{(\\axiomType{DoubleFloat}, \\axiomType{DoubleFloat})}.") (((|Mapping| (|DoubleFloat|) (|DoubleFloat|)) |#1| (|Symbol|)) "\\spad{makeFloatFunction(expr, x)} returns a Lisp function \\spad{f: \\axiomType{DoubleFloat} -> \\axiomType{DoubleFloat}} defined by \\spad{f(x) == expr}. Function \\spad{f} is compiled and directly applicable to objects of type \\axiomType{DoubleFloat}.")))
NIL
NIL
-(-641 S)
+(-642 S)
((|constructor| (NIL "transforms top-level objects into interpreter functions.")) (|function| (((|Symbol|) |#1| (|Symbol|) (|List| (|Symbol|))) "\\spad{function(e, foo, [x1,...,xn])} creates a function \\spad{foo(x1,...,xn) == e}.") (((|Symbol|) |#1| (|Symbol|) (|Symbol|) (|Symbol|)) "\\spad{function(e, foo, x, y)} creates a function \\spad{foo(x, y) = e}.") (((|Symbol|) |#1| (|Symbol|) (|Symbol|)) "\\spad{function(e, foo, x)} creates a function \\spad{foo(x) == e}.") (((|Symbol|) |#1| (|Symbol|)) "\\spad{function(e, foo)} creates a function \\spad{foo() == e}.")))
NIL
NIL
-(-642 S T$)
+(-643 S T$)
((|constructor| (NIL "MakeRecord is used internally by the interpreter to create record types which are used for doing parallel iterations on streams.")) (|makeRecord| (((|Record| (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) "\\spad{makeRecord(a,b)} creates a record object with type Record(part1:S,{} part2:R),{} where \\spad{part1} is \\spad{a} and \\spad{part2} is \\spad{b}.")))
NIL
NIL
-(-643 S -2670 I)
+(-644 S -2671 I)
((|constructor| (NIL "transforms top-level objects into compiled functions.")) (|compiledFunction| (((|Mapping| |#3| |#2|) |#1| (|Symbol|)) "\\spad{compiledFunction(expr, x)} returns a function \\spad{f: D -> I} defined by \\spad{f(x) == expr}. Function \\spad{f} is compiled and directly applicable to objects of type \\spad{D}.")) (|unaryFunction| (((|Mapping| |#3| |#2|) (|Symbol|)) "\\spad{unaryFunction(a)} is a local function")))
NIL
NIL
-(-644 E OV R P)
+(-645 E OV R P)
((|constructor| (NIL "This package provides the functions for the multivariate \"lifting\",{} using an algorithm of Paul Wang. This package will work for every euclidean domain \\spad{R} which has property \\spad{F},{} \\spadignore{i.e.} there exists a factor operation in \\spad{R[x]}.")) (|lifting1| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|SparseUnivariatePolynomial| |#4|)) (|List| |#3|) (|List| |#4|) (|List| (|List| (|Record| (|:| |expt| (|NonNegativeInteger|)) (|:| |pcoef| |#4|)))) (|List| (|NonNegativeInteger|)) (|Vector| (|List| (|SparseUnivariatePolynomial| |#3|))) |#3|) "\\spad{lifting1(u,lv,lu,lr,lp,lt,ln,t,r)} \\undocumented")) (|lifting| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|SparseUnivariatePolynomial| |#3|)) (|List| |#3|) (|List| |#4|) (|List| (|NonNegativeInteger|)) |#3|) "\\spad{lifting(u,lv,lu,lr,lp,ln,r)} \\undocumented")) (|corrPoly| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| |#3|) (|List| (|NonNegativeInteger|)) (|List| (|SparseUnivariatePolynomial| |#4|)) (|Vector| (|List| (|SparseUnivariatePolynomial| |#3|))) |#3|) "\\spad{corrPoly(u,lv,lr,ln,lu,t,r)} \\undocumented")))
NIL
NIL
-(-645 R)
+(-646 R)
((|constructor| (NIL "This is the category of linear operator rings with one generator. The generator is not named by the category but can always be constructed as \\spad{monomial(1,1)}. \\blankline For convenience,{} call the generator \\spad{G}. Then each value is equal to \\indented{4}{\\spad{sum(a(i)*G**i, i = 0..n)}} for some unique \\spad{n} and \\spad{a(i)} in \\spad{R}. \\blankline Note that multiplication is not necessarily commutative. In fact,{} if \\spad{a} is in \\spad{R},{} it is quite normal to have \\spad{a*G \\~= G*a}.")) (|monomial| (($ |#1| (|NonNegativeInteger|)) "\\spad{monomial(c,k)} produces \\spad{c} times the \\spad{k}-th power of the generating operator,{} \\spad{monomial(1,1)}.")) (|coefficient| ((|#1| $ (|NonNegativeInteger|)) "\\spad{coefficient(l,k)} is \\spad{a(k)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|reductum| (($ $) "\\spad{reductum(l)} is \\spad{l - monomial(a(n),n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(l)} is \\spad{a(n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|minimumDegree| (((|NonNegativeInteger|) $) "\\spad{minimumDegree(l)} is the smallest \\spad{k} such that \\spad{a(k) \\~= 0} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(l)} is \\spad{n} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")))
-((-3990 . T) (-3991 . T) (-3993 . T))
+((-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-646 R1 UP1 UPUP1 R2 UP2 UPUP2)
+(-647 R1 UP1 UPUP1 R2 UP2 UPUP2)
((|constructor| (NIL "Lifting of a map through 2 levels of polynomials.")) (|map| ((|#6| (|Mapping| |#4| |#1|) |#3|) "\\spad{map(f, p)} lifts \\spad{f} to the domain of \\spad{p} then applies it to \\spad{p}.")))
NIL
NIL
-(-647)
+(-648)
((|constructor| (NIL "\\spadtype{MathMLFormat} provides a coercion from \\spadtype{OutputForm} to MathML format.")) (|display| (((|Void|) (|String|)) "prints the string returned by coerce,{} adding <math ...> tags.")) (|exprex| (((|String|) (|OutputForm|)) "coverts \\spadtype{OutputForm} to \\spadtype{String} with the structure preserved with braces. Actually this is not quite accurate. The function \\spadfun{precondition} is first applied to the \\spadtype{OutputForm} expression before \\spadfun{exprex}. The raw \\spadtype{OutputForm} and the nature of the \\spadfun{precondition} function is still obscure to me at the time of this writing (2007-02-14).")) (|coerceL| (((|String|) (|OutputForm|)) "coerceS(\\spad{o}) changes \\spad{o} in the standard output format to MathML format and displays result as one long string.")) (|coerceS| (((|String|) (|OutputForm|)) "\\spad{coerceS(o)} changes \\spad{o} in the standard output format to MathML format and displays formatted result.")) (|coerce| (((|String|) (|OutputForm|)) "coerceS(\\spad{o}) changes \\spad{o} in the standard output format to MathML format.")))
NIL
NIL
-(-648 R |Mod| -2037 -3519 |exactQuo|)
+(-649 R |Mod| -2038 -3520 |exactQuo|)
((|constructor| (NIL "\\indented{1}{These domains are used for the factorization and gcds} of univariate polynomials over the integers in order to work modulo different primes. See \\spadtype{ModularRing},{} \\spadtype{EuclideanModularRing}")) (|exQuo| (((|Union| $ "failed") $ $) "\\spad{exQuo(x,y)} \\undocumented")) (|reduce| (($ |#1| |#2|) "\\spad{reduce(r,m)} \\undocumented")) (|coerce| ((|#1| $) "\\spad{coerce(x)} \\undocumented")) (|modulus| ((|#2| $) "\\spad{modulus(x)} \\undocumented")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-649 R P)
+(-650 R P)
((|constructor| (NIL "This package \\undocumented")) (|frobenius| (($ $) "\\spad{frobenius(x)} \\undocumented")) (|computePowers| (((|PrimitiveArray| $)) "\\spad{computePowers()} \\undocumented")) (|pow| (((|PrimitiveArray| $)) "\\spad{pow()} \\undocumented")) (|An| (((|Vector| |#1|) $) "\\spad{An(x)} \\undocumented")) (|UnVectorise| (($ (|Vector| |#1|)) "\\spad{UnVectorise(v)} \\undocumented")) (|Vectorise| (((|Vector| |#1|) $) "\\spad{Vectorise(x)} \\undocumented")) (|lift| ((|#2| $) "\\spad{lift(x)} \\undocumented")) (|reduce| (($ |#2|) "\\spad{reduce(x)} \\undocumented")) (|modulus| ((|#2|) "\\spad{modulus()} \\undocumented")) (|setPoly| ((|#2| |#2|) "\\spad{setPoly(x)} \\undocumented")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3992 |has| |#1| (-312)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| (-994) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| (-994) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-994) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-994) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| (-994) (QUOTE (-553 (-473))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-1066))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-299))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-190))) (|HasAttribute| |#1| (QUOTE -3994)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
-(-650 IS E |ff|)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3993 |has| |#1| (-312)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| (-995) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| (-995) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-995) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-995) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| (-995) (QUOTE (-554 (-474))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-1067))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-299))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-190))) (|HasAttribute| |#1| (QUOTE -3995)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(-651 IS E |ff|)
((|constructor| (NIL "This package \\undocumented")) (|construct| (($ |#1| |#2|) "\\spad{construct(i,e)} \\undocumented")) (|index| ((|#1| $) "\\spad{index(x)} \\undocumented")) (|exponent| ((|#2| $) "\\spad{exponent(x)} \\undocumented")))
NIL
NIL
-(-651 R M)
+(-652 R M)
((|constructor| (NIL "Algebra of ADDITIVE operators on a module.")) (|makeop| (($ |#1| (|FreeGroup| (|BasicOperator|))) "\\spad{makeop should} be local but conditional")) (|opeval| ((|#2| (|BasicOperator|) |#2|) "\\spad{opeval should} be local but conditional")) (** (($ $ (|Integer|)) "\\spad{op**n} \\undocumented") (($ (|BasicOperator|) (|Integer|)) "\\spad{op**n} \\undocumented")) (|evaluateInverse| (($ $ (|Mapping| |#2| |#2|)) "\\spad{evaluateInverse(x,f)} \\undocumented")) (|evaluate| (($ $ (|Mapping| |#2| |#2|)) "\\spad{evaluate(f, u +-> g u)} attaches the map \\spad{g} to \\spad{f}. \\spad{f} must be a basic operator \\spad{g} MUST be additive,{} \\spadignore{i.e.} \\spad{g(a + b) = g(a) + g(b)} for any \\spad{a},{} \\spad{b} in \\spad{M}. This implies that \\spad{g(n a) = n g(a)} for any \\spad{a} in \\spad{M} and integer \\spad{n > 0}.")) (|conjug| ((|#1| |#1|) "\\spad{conjug(x)}should be local but conditional")) (|adjoint| (($ $ $) "\\spad{adjoint(op1, op2)} sets the adjoint of \\spad{op1} to be \\spad{op2}. \\spad{op1} must be a basic operator") (($ $) "\\spad{adjoint(op)} returns the adjoint of the operator \\spad{op}.")))
-((-3991 |has| |#1| (-146)) (-3990 |has| |#1| (-146)) (-3993 . T))
+((-3992 |has| |#1| (-146)) (-3991 |has| |#1| (-146)) (-3994 . T))
((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))))
-(-652 R |Mod| -2037 -3519 |exactQuo|)
+(-653 R |Mod| -2038 -3520 |exactQuo|)
((|constructor| (NIL "These domains are used for the factorization and gcds of univariate polynomials over the integers in order to work modulo different primes. See \\spadtype{EuclideanModularRing} ,{}\\spadtype{ModularField}")) (|inv| (($ $) "\\spad{inv(x)} \\undocumented")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} \\undocumented")) (|exQuo| (((|Union| $ "failed") $ $) "\\spad{exQuo(x,y)} \\undocumented")) (|reduce| (($ |#1| |#2|) "\\spad{reduce(r,m)} \\undocumented")) (|coerce| ((|#1| $) "\\spad{coerce(x)} \\undocumented")) (|modulus| ((|#2| $) "\\spad{modulus(x)} \\undocumented")))
-((-3993 . T))
+((-3994 . T))
NIL
-(-653 S R)
+(-654 S R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
NIL
NIL
-(-654 R)
+(-655 R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
-(-655 -3093)
+(-656 -3094)
((|constructor| (NIL "\\indented{1}{MoebiusTransform(\\spad{F}) is the domain of fractional linear (Moebius)} transformations over \\spad{F}.")) (|eval| (((|OnePointCompletion| |#1|) $ (|OnePointCompletion| |#1|)) "\\spad{eval(m,x)} returns \\spad{(a*x + b)/(c*x + d)} where \\spad{m = moebius(a,b,c,d)} (see \\spadfunFrom{moebius}{MoebiusTransform}).") ((|#1| $ |#1|) "\\spad{eval(m,x)} returns \\spad{(a*x + b)/(c*x + d)} where \\spad{m = moebius(a,b,c,d)} (see \\spadfunFrom{moebius}{MoebiusTransform}).")) (|recip| (($ $) "\\spad{recip(m)} = recip() * \\spad{m}") (($) "\\spad{recip()} returns \\spad{matrix [[0,1],[1,0]]} representing the map \\spad{x -> 1 / x}.")) (|scale| (($ $ |#1|) "\\spad{scale(m,h)} returns \\spad{scale(h) * m} (see \\spadfunFrom{shift}{MoebiusTransform}).") (($ |#1|) "\\spad{scale(k)} returns \\spad{matrix [[k,0],[0,1]]} representing the map \\spad{x -> k * x}.")) (|shift| (($ $ |#1|) "\\spad{shift(m,h)} returns \\spad{shift(h) * m} (see \\spadfunFrom{shift}{MoebiusTransform}).") (($ |#1|) "\\spad{shift(k)} returns \\spad{matrix [[1,k],[0,1]]} representing the map \\spad{x -> x + k}.")) (|moebius| (($ |#1| |#1| |#1| |#1|) "\\spad{moebius(a,b,c,d)} returns \\spad{matrix [[a,b],[c,d]]}.")))
-((-3993 . T))
+((-3994 . T))
NIL
-(-656 S)
+(-657 S)
((|constructor| (NIL "Monad is the class of all multiplicative monads,{} \\spadignore{i.e.} sets with a binary operation.")) (** (($ $ (|PositiveInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|PositiveInteger|)) "\\spad{leftPower(a,n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,n) := a * leftPower(a,n-1)} and \\spad{leftPower(a,1) := a}.")) (|rightPower| (($ $ (|PositiveInteger|)) "\\spad{rightPower(a,n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,n) := rightPower(a,n-1) * a} and \\spad{rightPower(a,1) := a}.")) (* (($ $ $) "\\spad{a*b} is the product of \\spad{a} and \\spad{b} in a set with a binary operation.")))
NIL
NIL
-(-657)
+(-658)
((|constructor| (NIL "Monad is the class of all multiplicative monads,{} \\spadignore{i.e.} sets with a binary operation.")) (** (($ $ (|PositiveInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|PositiveInteger|)) "\\spad{leftPower(a,n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,n) := a * leftPower(a,n-1)} and \\spad{leftPower(a,1) := a}.")) (|rightPower| (($ $ (|PositiveInteger|)) "\\spad{rightPower(a,n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,n) := rightPower(a,n-1) * a} and \\spad{rightPower(a,1) := a}.")) (* (($ $ $) "\\spad{a*b} is the product of \\spad{a} and \\spad{b} in a set with a binary operation.")))
NIL
NIL
-(-658 S)
+(-659 S)
((|constructor| (NIL "\\indented{1}{MonadWithUnit is the class of multiplicative monads with unit,{}} \\indented{1}{\\spadignore{i.e.} sets with a binary operation and a unit element.} Axioms \\indented{3}{leftIdentity(\"*\":(\\%,{}\\%)->\\%,{}1)\\space{3}\\tab{30} 1*x=x} \\indented{3}{rightIdentity(\"*\":(\\%,{}\\%)->\\%,{}1)\\space{2}\\tab{30} x*1=x} Common Additional Axioms \\indented{3}{unitsKnown---if \"recip\" says \"failed\",{} that PROVES input wasn't a unit}")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|NonNegativeInteger|)) "\\spad{leftPower(a,n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,n) := a * leftPower(a,n-1)} and \\spad{leftPower(a,0) := 1}.")) (|rightPower| (($ $ (|NonNegativeInteger|)) "\\spad{rightPower(a,n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,n) := rightPower(a,n-1) * a} and \\spad{rightPower(a,0) := 1}.")) (|one?| (((|Boolean|) $) "\\spad{one?(a)} tests whether \\spad{a} is the unit 1.")) (|One| (($) "1 returns the unit element,{} denoted by 1.")))
NIL
NIL
-(-659)
+(-660)
((|constructor| (NIL "\\indented{1}{MonadWithUnit is the class of multiplicative monads with unit,{}} \\indented{1}{\\spadignore{i.e.} sets with a binary operation and a unit element.} Axioms \\indented{3}{leftIdentity(\"*\":(\\%,{}\\%)->\\%,{}1)\\space{3}\\tab{30} 1*x=x} \\indented{3}{rightIdentity(\"*\":(\\%,{}\\%)->\\%,{}1)\\space{2}\\tab{30} x*1=x} Common Additional Axioms \\indented{3}{unitsKnown---if \"recip\" says \"failed\",{} that PROVES input wasn't a unit}")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn't exist or cannot be determined (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|NonNegativeInteger|)) "\\spad{leftPower(a,n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,n) := a * leftPower(a,n-1)} and \\spad{leftPower(a,0) := 1}.")) (|rightPower| (($ $ (|NonNegativeInteger|)) "\\spad{rightPower(a,n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,n) := rightPower(a,n-1) * a} and \\spad{rightPower(a,0) := 1}.")) (|one?| (((|Boolean|) $) "\\spad{one?(a)} tests whether \\spad{a} is the unit 1.")) (|One| (($) "1 returns the unit element,{} denoted by 1.")))
NIL
NIL
-(-660 S R UP)
+(-661 S R UP)
((|constructor| (NIL "A \\spadtype{MonogenicAlgebra} is an algebra of finite rank which can be generated by a single element.")) (|derivationCoordinates| (((|Matrix| |#2|) (|Vector| $) (|Mapping| |#2| |#2|)) "\\spad{derivationCoordinates(b, ')} returns \\spad{M} such that \\spad{b' = M b}.")) (|lift| ((|#3| $) "\\spad{lift(z)} returns a minimal degree univariate polynomial up such that \\spad{z=reduce up}.")) (|convert| (($ |#3|) "\\spad{convert(up)} converts the univariate polynomial \\spad{up} to an algebra element,{} reducing by the \\spad{definingPolynomial()} if necessary.")) (|reduce| (((|Union| $ "failed") (|Fraction| |#3|)) "\\spad{reduce(frac)} converts the fraction \\spad{frac} to an algebra element.") (($ |#3|) "\\spad{reduce(up)} converts the univariate polynomial \\spad{up} to an algebra element,{} reducing by the \\spad{definingPolynomial()} if necessary.")) (|definingPolynomial| ((|#3|) "\\spad{definingPolynomial()} returns the minimal polynomial which \\spad{generator()} satisfies.")) (|generator| (($) "\\spad{generator()} returns the generator for this domain.")))
NIL
((|HasCategory| |#2| (QUOTE (-299))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))))
-(-661 R UP)
+(-662 R UP)
((|constructor| (NIL "A \\spadtype{MonogenicAlgebra} is an algebra of finite rank which can be generated by a single element.")) (|derivationCoordinates| (((|Matrix| |#1|) (|Vector| $) (|Mapping| |#1| |#1|)) "\\spad{derivationCoordinates(b, ')} returns \\spad{M} such that \\spad{b' = M b}.")) (|lift| ((|#2| $) "\\spad{lift(z)} returns a minimal degree univariate polynomial up such that \\spad{z=reduce up}.")) (|convert| (($ |#2|) "\\spad{convert(up)} converts the univariate polynomial \\spad{up} to an algebra element,{} reducing by the \\spad{definingPolynomial()} if necessary.")) (|reduce| (((|Union| $ "failed") (|Fraction| |#2|)) "\\spad{reduce(frac)} converts the fraction \\spad{frac} to an algebra element.") (($ |#2|) "\\spad{reduce(up)} converts the univariate polynomial \\spad{up} to an algebra element,{} reducing by the \\spad{definingPolynomial()} if necessary.")) (|definingPolynomial| ((|#2|) "\\spad{definingPolynomial()} returns the minimal polynomial which \\spad{generator()} satisfies.")) (|generator| (($) "\\spad{generator()} returns the generator for this domain.")))
-((-3989 |has| |#1| (-312)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 |has| |#1| (-312)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-662 S)
+(-663 S)
((|constructor| (NIL "The class of multiplicative monoids,{} \\spadignore{i.e.} semigroups with a multiplicative identity element. \\blankline")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} tries to compute the multiplicative inverse for \\spad{x} or \"failed\" if it cannot find the inverse (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times,{} \\spadignore{i.e.} exponentiation.")) (|one?| (((|Boolean|) $) "\\spad{one?(x)} tests if \\spad{x} is equal to 1.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) (|One| (($) "1 is the multiplicative identity.")))
NIL
NIL
-(-663)
+(-664)
((|constructor| (NIL "The class of multiplicative monoids,{} \\spadignore{i.e.} semigroups with a multiplicative identity element. \\blankline")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} tries to compute the multiplicative inverse for \\spad{x} or \"failed\" if it cannot find the inverse (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times,{} \\spadignore{i.e.} exponentiation.")) (|one?| (((|Boolean|) $) "\\spad{one?(x)} tests if \\spad{x} is equal to 1.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) (|One| (($) "1 is the multiplicative identity.")))
NIL
NIL
-(-664 T$)
+(-665 T$)
((|constructor| (NIL "This domain implements monoid operations.")) (|monoidOperation| (($ (|Mapping| |#1| |#1| |#1|) |#1|) "\\spad{monoidOperation(f,e)} constructs a operation from the binary mapping \\spad{f} with neutral value \\spad{e}.")))
-(((|%Rule| |neutrality| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|)) (SEQ (-3057 (|f| |x| (-2412 |f|)) |x|) (|exit| 1 (-3057 (|f| (-2412 |f|) |x|) |x|))))) . T) ((|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|) (|:| |y| |#1|) (|:| |z| |#1|)) (-3057 (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
+(((|%Rule| |neutrality| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|)) (SEQ (-3058 (|f| |x| (-2413 |f|)) |x|) (|exit| 1 (-3058 (|f| (-2413 |f|) |x|) |x|))))) . T) ((|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|) (|:| |y| |#1|) (|:| |z| |#1|)) (-3058 (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
NIL
-(-665 T$)
+(-666 T$)
((|constructor| (NIL "This is the category of all domains that implement monoid operations")) (|neutralValue| ((|#1| $) "\\spad{neutralValue f} returns the neutral value of the monoid operation \\spad{f}.")))
-(((|%Rule| |neutrality| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|)) (SEQ (-3057 (|f| |x| (-2412 |f|)) |x|) (|exit| 1 (-3057 (|f| (-2412 |f|) |x|) |x|))))) . T) ((|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|) (|:| |y| |#1|) (|:| |z| |#1|)) (-3057 (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
+(((|%Rule| |neutrality| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|)) (SEQ (-3058 (|f| |x| (-2413 |f|)) |x|) (|exit| 1 (-3058 (|f| (-2413 |f|) |x|) |x|))))) . T) ((|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|) (|:| |y| |#1|) (|:| |z| |#1|)) (-3058 (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
NIL
-(-666 -3093 UP)
+(-667 -3094 UP)
((|constructor| (NIL "Tools for handling monomial extensions.")) (|decompose| (((|Record| (|:| |poly| |#2|) (|:| |normal| (|Fraction| |#2|)) (|:| |special| (|Fraction| |#2|))) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{decompose(f, D)} returns \\spad{[p,n,s]} such that \\spad{f = p+n+s},{} all the squarefree factors of \\spad{denom(n)} are normal \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{denom(s)} is special \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} and \\spad{n} and \\spad{s} are proper fractions (no pole at infinity). \\spad{D} is the derivation to use.")) (|normalDenom| ((|#2| (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{normalDenom(f, D)} returns the product of all the normal factors of \\spad{denom(f)}. \\spad{D} is the derivation to use.")) (|splitSquarefree| (((|Record| (|:| |normal| (|Factored| |#2|)) (|:| |special| (|Factored| |#2|))) |#2| (|Mapping| |#2| |#2|)) "\\spad{splitSquarefree(p, D)} returns \\spad{[n_1 n_2\\^2 ... n_m\\^m, s_1 s_2\\^2 ... s_q\\^q]} such that \\spad{p = n_1 n_2\\^2 ... n_m\\^m s_1 s_2\\^2 ... s_q\\^q},{} each \\spad{n_i} is normal \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D} and each \\spad{s_i} is special \\spad{w}.\\spad{r}.\\spad{t} \\spad{D}. \\spad{D} is the derivation to use.")) (|split| (((|Record| (|:| |normal| |#2|) (|:| |special| |#2|)) |#2| (|Mapping| |#2| |#2|)) "\\spad{split(p, D)} returns \\spad{[n,s]} such that \\spad{p = n s},{} all the squarefree factors of \\spad{n} are normal \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} and \\spad{s} is special \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D}. \\spad{D} is the derivation to use.")))
NIL
NIL
-(-667 |VarSet| E1 E2 R S PR PS)
+(-668 |VarSet| E1 E2 R S PR PS)
((|constructor| (NIL "\\indented{1}{Utilities for MPolyCat} Author: Manuel Bronstein Date Created: 1987 Date Last Updated: 28 March 1990 (PG)")) (|reshape| ((|#7| (|List| |#5|) |#6|) "\\spad{reshape(l,p)} \\undocumented")) (|map| ((|#7| (|Mapping| |#5| |#4|) |#6|) "\\spad{map(f,p)} \\undocumented")))
NIL
NIL
-(-668 |Vars1| |Vars2| E1 E2 R PR1 PR2)
+(-669 |Vars1| |Vars2| E1 E2 R PR1 PR2)
((|constructor| (NIL "This package \\undocumented")) (|map| ((|#7| (|Mapping| |#2| |#1|) |#6|) "\\spad{map(f,x)} \\undocumented")))
NIL
NIL
-(-669 E OV R PPR)
+(-670 E OV R PPR)
((|constructor| (NIL "\\indented{3}{This package exports a factor operation for multivariate polynomials} with coefficients which are polynomials over some ring \\spad{R} over which we can factor. It is used internally by packages such as the solve package which need to work with polynomials in a specific set of variables with coefficients which are polynomials in all the other variables.")) (|factor| (((|Factored| |#4|) |#4|) "\\spad{factor(p)} factors a polynomial with polynomial coefficients.")) (|variable| (((|Union| $ "failed") (|Symbol|)) "\\spad{variable(s)} makes an element from symbol \\spad{s} or fails.")) (|convert| (((|Symbol|) $) "\\spad{convert(x)} converts \\spad{x} to a symbol")))
NIL
NIL
-(-670 |vl| R)
+(-671 |vl| R)
((|constructor| (NIL "\\indented{2}{This type is the basic representation of sparse recursive multivariate} polynomials whose variables are from a user specified list of symbols. The ordering is specified by the position of the variable in the list. The coefficient ring may be non commutative,{} but the variables are assumed to commute.")))
-(((-3998 "*") |has| |#2| (-146)) (-3989 |has| |#2| (-495)) (-3994 |has| |#2| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#2| (QUOTE (-821))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-821)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-821)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-821)))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-146))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-495)))) (-12 (|HasCategory| |#2| (QUOTE (-796 (-330)))) (|HasCategory| (-773 |#1|) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#2| (QUOTE (-796 (-484)))) (|HasCategory| (-773 |#1|) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| (-773 |#1|) (QUOTE (-553 (-473))))) (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-312))) (|HasAttribute| |#2| (QUOTE -3994)) (|HasCategory| |#2| (QUOTE (-392))) (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
-(-671 E OV R PRF)
+(((-3999 "*") |has| |#2| (-146)) (-3990 |has| |#2| (-496)) (-3995 |has| |#2| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#2| (QUOTE (-822))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-822)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-822)))) (OR (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-822)))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-146))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-496)))) (-12 (|HasCategory| |#2| (QUOTE (-797 (-330)))) (|HasCategory| (-774 |#1|) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#2| (QUOTE (-797 (-485)))) (|HasCategory| (-774 |#1|) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| (-774 |#1|) (QUOTE (-554 (-474))))) (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-312))) (|HasAttribute| |#2| (QUOTE -3995)) (|HasCategory| |#2| (QUOTE (-392))) (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
+(-672 E OV R PRF)
((|constructor| (NIL "\\indented{3}{This package exports a factor operation for multivariate polynomials} with coefficients which are rational functions over some ring \\spad{R} over which we can factor. It is used internally by packages such as primary decomposition which need to work with polynomials with rational function coefficients,{} \\spadignore{i.e.} themselves fractions of polynomials.")) (|factor| (((|Factored| |#4|) |#4|) "\\spad{factor(prf)} factors a polynomial with rational function coefficients.")) (|pushuconst| ((|#4| (|Fraction| (|Polynomial| |#3|)) |#2|) "\\spad{pushuconst(r,var)} takes a rational function and raises all occurances of the variable \\spad{var} to the polynomial level.")) (|pushucoef| ((|#4| (|SparseUnivariatePolynomial| (|Polynomial| |#3|)) |#2|) "\\spad{pushucoef(upoly,var)} converts the anonymous univariate polynomial \\spad{upoly} to a polynomial in \\spad{var} over rational functions.")) (|pushup| ((|#4| |#4| |#2|) "\\spad{pushup(prf,var)} raises all occurences of the variable \\spad{var} in the coefficients of the polynomial \\spad{prf} back to the polynomial level.")) (|pushdterm| ((|#4| (|SparseUnivariatePolynomial| |#4|) |#2|) "\\spad{pushdterm(monom,var)} pushes all top level occurences of the variable \\spad{var} into the coefficient domain for the monomial \\spad{monom}.")) (|pushdown| ((|#4| |#4| |#2|) "\\spad{pushdown(prf,var)} pushes all top level occurences of the variable \\spad{var} into the coefficient domain for the polynomial \\spad{prf}.")) (|totalfract| (((|Record| (|:| |sup| (|Polynomial| |#3|)) (|:| |inf| (|Polynomial| |#3|))) |#4|) "\\spad{totalfract(prf)} takes a polynomial whose coefficients are themselves fractions of polynomials and returns a record containing the numerator and denominator resulting from putting \\spad{prf} over a common denominator.")) (|convert| (((|Symbol|) $) "\\spad{convert(x)} converts \\spad{x} to a symbol")))
NIL
NIL
-(-672 E OV R P)
+(-673 E OV R P)
((|constructor| (NIL "\\indented{1}{MRationalFactorize contains the factor function for multivariate} polynomials over the quotient field of a ring \\spad{R} such that the package MultivariateFactorize can factor multivariate polynomials over \\spad{R}.")) (|factor| (((|Factored| |#4|) |#4|) "\\spad{factor(p)} factors the multivariate polynomial \\spad{p} with coefficients which are fractions of elements of \\spad{R}.")))
NIL
NIL
-(-673 R S M)
+(-674 R S M)
((|constructor| (NIL "\\spad{MonoidRingFunctions2} implements functions between two monoid rings defined with the same monoid over different rings.")) (|map| (((|MonoidRing| |#2| |#3|) (|Mapping| |#2| |#1|) (|MonoidRing| |#1| |#3|)) "\\spad{map(f,u)} maps \\spad{f} onto the coefficients \\spad{f} the element \\spad{u} of the monoid ring to create an element of a monoid ring with the same monoid \\spad{b}.")))
NIL
NIL
-(-674 R M)
+(-675 R M)
((|constructor| (NIL "\\spadtype{MonoidRing}(\\spad{R},{}\\spad{M}),{} implements the algebra of all maps from the monoid \\spad{M} to the commutative ring \\spad{R} with finite support. Multiplication of two maps \\spad{f} and \\spad{g} is defined to map an element \\spad{c} of \\spad{M} to the (convolution) sum over {\\em f(a)g(b)} such that {\\em ab = c}. Thus \\spad{M} can be identified with a canonical basis and the maps can also be considered as formal linear combinations of the elements in \\spad{M}. Scalar multiples of a basis element are called monomials. A prominent example is the class of polynomials where the monoid is a direct product of the natural numbers with pointwise addition. When \\spad{M} is \\spadtype{FreeMonoid Symbol},{} one gets polynomials in infinitely many non-commuting variables. Another application area is representation theory of finite groups \\spad{G},{} where modules over \\spadtype{MonoidRing}(\\spad{R},{}\\spad{G}) are studied.")) (|reductum| (($ $) "\\spad{reductum(f)} is \\spad{f} minus its leading monomial.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(f)} gives the coefficient of \\spad{f},{} whose corresponding monoid element is the greatest among all those with non-zero coefficients.")) (|leadingMonomial| ((|#2| $) "\\spad{leadingMonomial(f)} gives the monomial of \\spad{f} whose corresponding monoid element is the greatest among all those with non-zero coefficients.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(f)} is the number of non-zero coefficients with respect to the canonical basis.")) (|monomials| (((|List| $) $) "\\spad{monomials(f)} gives the list of all monomials whose sum is \\spad{f}.")) (|coefficients| (((|List| |#1|) $) "\\spad{coefficients(f)} lists all non-zero coefficients.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(f)} tests if \\spad{f} is a single monomial.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,u)} maps function \\spad{fn} onto the coefficients of the non-zero monomials of \\spad{u}.")) (|terms| (((|List| (|Record| (|:| |coef| |#1|) (|:| |monom| |#2|))) $) "\\spad{terms(f)} gives the list of non-zero coefficients combined with their corresponding basis element as records. This is the internal representation.")) (|coerce| (($ (|List| (|Record| (|:| |coef| |#1|) (|:| |monom| |#2|)))) "\\spad{coerce(lt)} converts a list of terms and coefficients to a member of the domain.")) (|coefficient| ((|#1| $ |#2|) "\\spad{coefficient(f,m)} extracts the coefficient of \\spad{m} in \\spad{f} with respect to the canonical basis \\spad{M}.")) (|monomial| (($ |#1| |#2|) "\\spad{monomial(r,m)} creates a scalar multiple of the basis element \\spad{m}.")))
-((-3991 |has| |#1| (-146)) (-3990 |has| |#1| (-146)) (-3993 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-320)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-756))))
-(-675 S)
-((|constructor| (NIL "A multiset is a set with multiplicities.")) (|remove!| (($ (|Mapping| (|Boolean|) |#1|) $ (|Integer|)) "\\spad{remove!(p,ms,number)} removes destructively at most \\spad{number} copies of elements \\spad{x} such that \\spad{p(x)} is \\spadfun{\\spad{true}} if \\spad{number} is positive,{} all of them if \\spad{number} equals zero,{} and all but at most \\spad{-number} if \\spad{number} is negative.") (($ |#1| $ (|Integer|)) "\\spad{remove!(x,ms,number)} removes destructively at most \\spad{number} copies of element \\spad{x} if \\spad{number} is positive,{} all of them if \\spad{number} equals zero,{} and all but at most \\spad{-number} if \\spad{number} is negative.")) (|remove| (($ (|Mapping| (|Boolean|) |#1|) $ (|Integer|)) "\\spad{remove(p,ms,number)} removes at most \\spad{number} copies of elements \\spad{x} such that \\spad{p(x)} is \\spadfun{\\spad{true}} if \\spad{number} is positive,{} all of them if \\spad{number} equals zero,{} and all but at most \\spad{-number} if \\spad{number} is negative.") (($ |#1| $ (|Integer|)) "\\spad{remove(x,ms,number)} removes at most \\spad{number} copies of element \\spad{x} if \\spad{number} is positive,{} all of them if \\spad{number} equals zero,{} and all but at most \\spad{-number} if \\spad{number} is negative.")) (|unique| (((|List| |#1|) $) "\\spad{unique ms} returns a list of the elements of \\spad{ms} {\\em without} their multiplicity. See also \\spadfun{members}.")) (|multiset| (($ (|List| |#1|)) "\\spad{multiset(ls)} creates a multiset with elements from \\spad{ls}.") (($ |#1|) "\\spad{multiset(s)} creates a multiset with singleton \\spad{s}.") (($) "\\spad{multiset()}\\$\\spad{D} creates an empty multiset of domain \\spad{D}.")))
-((-3986 . T) (-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))))
+((-3992 |has| |#1| (-146)) (-3991 |has| |#1| (-146)) (-3994 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-320)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-757))))
(-676 S)
+((|constructor| (NIL "A multiset is a set with multiplicities.")) (|remove!| (($ (|Mapping| (|Boolean|) |#1|) $ (|Integer|)) "\\spad{remove!(p,ms,number)} removes destructively at most \\spad{number} copies of elements \\spad{x} such that \\spad{p(x)} is \\spadfun{\\spad{true}} if \\spad{number} is positive,{} all of them if \\spad{number} equals zero,{} and all but at most \\spad{-number} if \\spad{number} is negative.") (($ |#1| $ (|Integer|)) "\\spad{remove!(x,ms,number)} removes destructively at most \\spad{number} copies of element \\spad{x} if \\spad{number} is positive,{} all of them if \\spad{number} equals zero,{} and all but at most \\spad{-number} if \\spad{number} is negative.")) (|remove| (($ (|Mapping| (|Boolean|) |#1|) $ (|Integer|)) "\\spad{remove(p,ms,number)} removes at most \\spad{number} copies of elements \\spad{x} such that \\spad{p(x)} is \\spadfun{\\spad{true}} if \\spad{number} is positive,{} all of them if \\spad{number} equals zero,{} and all but at most \\spad{-number} if \\spad{number} is negative.") (($ |#1| $ (|Integer|)) "\\spad{remove(x,ms,number)} removes at most \\spad{number} copies of element \\spad{x} if \\spad{number} is positive,{} all of them if \\spad{number} equals zero,{} and all but at most \\spad{-number} if \\spad{number} is negative.")) (|unique| (((|List| |#1|) $) "\\spad{unique ms} returns a list of the elements of \\spad{ms} {\\em without} their multiplicity. See also \\spadfun{members}.")) (|multiset| (($ (|List| |#1|)) "\\spad{multiset(ls)} creates a multiset with elements from \\spad{ls}.") (($ |#1|) "\\spad{multiset(s)} creates a multiset with singleton \\spad{s}.") (($) "\\spad{multiset()}\\$\\spad{D} creates an empty multiset of domain \\spad{D}.")))
+((-3987 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))))
+(-677 S)
((|constructor| (NIL "A multi-set aggregate is a set which keeps track of the multiplicity of its elements.")))
-((-3986 . T) (-3997 . T))
+((-3987 . T))
NIL
-(-677)
+(-678)
((|constructor| (NIL "\\spadtype{MoreSystemCommands} implements an interface with the system command facility. These are the commands that are issued from source files or the system interpreter and they start with a close parenthesis,{} \\spadignore{e.g.} \\spadsyscom{what} commands.")) (|systemCommand| (((|Void|) (|String|)) "\\spad{systemCommand(cmd)} takes the string \\spadvar{\\spad{cmd}} and passes it to the runtime environment for execution as a system command. Although various things may be printed,{} no usable value is returned.")))
NIL
NIL
-(-678 S)
+(-679 S)
((|constructor| (NIL "This package exports tools for merging lists")) (|mergeDifference| (((|List| |#1|) (|List| |#1|) (|List| |#1|)) "\\spad{mergeDifference(l1,l2)} returns a list of elements in \\spad{l1} not present in \\spad{l2}. Assumes lists are ordered and all \\spad{x} in \\spad{l2} are also in \\spad{l1}.")))
NIL
NIL
-(-679 |Coef| |Var|)
+(-680 |Coef| |Var|)
((|constructor| (NIL "\\spadtype{MultivariateTaylorSeriesCategory} is the most general multivariate Taylor series category.")) (|integrate| (($ $ |#2|) "\\spad{integrate(f,x)} returns the anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{x} with constant coefficient 1. We may integrate a series when we can divide coefficients by integers.")) (|polynomial| (((|Polynomial| |#1|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{polynomial(f,k1,k2)} returns a polynomial consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (((|Polynomial| |#1|) $ (|NonNegativeInteger|)) "\\spad{polynomial(f,k)} returns a polynomial consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|order| (((|NonNegativeInteger|) $ |#2| (|NonNegativeInteger|)) "\\spad{order(f,x,n)} returns \\spad{min(n,order(f,x))}.") (((|NonNegativeInteger|) $ |#2|) "\\spad{order(f,x)} returns the order of \\spad{f} viewed as a series in \\spad{x} may result in an infinite loop if \\spad{f} has no non-zero terms.")) (|monomial| (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{monomial(a,[x1,x2,...,xk],[n1,n2,...,nk])} returns \\spad{a * x1^n1 * ... * xk^nk}.") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{monomial(a,x,n)} returns \\spad{a*x^n}.")) (|extend| (($ $ (|NonNegativeInteger|)) "\\spad{extend(f,n)} causes all terms of \\spad{f} of degree \\spad{<= n} to be computed.")) (|coefficient| (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{coefficient(f,[x1,x2,...,xk],[n1,n2,...,nk])} returns the coefficient of \\spad{x1^n1 * ... * xk^nk} in \\spad{f}.") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{coefficient(f,x,n)} returns the coefficient of \\spad{x^n} in \\spad{f}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3991 . T) (-3990 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3992 . T) (-3991 . T) (-3994 . T))
NIL
-(-680 OV E R P)
+(-681 OV E R P)
((|constructor| (NIL "\\indented{2}{This is the top level package for doing multivariate factorization} over basic domains like \\spadtype{Integer} or \\spadtype{Fraction Integer}.")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factor(p)} factors the multivariate polynomial \\spad{p} over its coefficient domain where \\spad{p} is represented as a univariate polynomial with multivariate coefficients") (((|Factored| |#4|) |#4|) "\\spad{factor(p)} factors the multivariate polynomial \\spad{p} over its coefficient domain")))
NIL
NIL
-(-681 E OV R P)
+(-682 E OV R P)
((|constructor| (NIL "Author : \\spad{P}.Gianni This package provides the functions for the computation of the square free decomposition of a multivariate polynomial. It uses the package GenExEuclid for the resolution of the equation \\spad{Af + Bg = h} and its generalization to \\spad{n} polynomials over an integral domain and the package \\spad{MultivariateLifting} for the \"multivariate\" lifting.")) (|normDeriv2| (((|SparseUnivariatePolynomial| |#3|) (|SparseUnivariatePolynomial| |#3|) (|Integer|)) "\\spad{normDeriv2 should} be local")) (|myDegree| (((|List| (|NonNegativeInteger|)) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|NonNegativeInteger|)) "\\spad{myDegree should} be local")) (|lift| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#3|) (|SparseUnivariatePolynomial| |#3|) |#4| (|List| |#2|) (|List| (|NonNegativeInteger|)) (|List| |#3|)) "\\spad{lift should} be local")) (|check| (((|Boolean|) (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|)))) (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|))))) "\\spad{check should} be local")) (|coefChoose| ((|#4| (|Integer|) (|Factored| |#4|)) "\\spad{coefChoose should} be local")) (|intChoose| (((|Record| (|:| |upol| (|SparseUnivariatePolynomial| |#3|)) (|:| |Lval| (|List| |#3|)) (|:| |Lfact| (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|))))) (|:| |ctpol| |#3|)) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|List| |#3|))) "\\spad{intChoose should} be local")) (|nsqfree| (((|Record| (|:| |unitPart| |#4|) (|:| |suPart| (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#4|)) (|:| |exponent| (|Integer|)))))) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|List| |#3|))) "\\spad{nsqfree should} be local")) (|consnewpol| (((|Record| (|:| |pol| (|SparseUnivariatePolynomial| |#4|)) (|:| |polval| (|SparseUnivariatePolynomial| |#3|))) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#3|) (|Integer|)) "\\spad{consnewpol should} be local")) (|univcase| (((|Factored| |#4|) |#4| |#2|) "\\spad{univcase should} be local")) (|compdegd| (((|Integer|) (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|))))) "\\spad{compdegd should} be local")) (|squareFreePrim| (((|Factored| |#4|) |#4|) "\\spad{squareFreePrim(p)} compute the square free decomposition of a primitive multivariate polynomial \\spad{p}.")) (|squareFree| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{squareFree(p)} computes the square free decomposition of a multivariate polynomial \\spad{p} presented as a univariate polynomial with multivariate coefficients.") (((|Factored| |#4|) |#4|) "\\spad{squareFree(p)} computes the square free decomposition of a multivariate polynomial \\spad{p}.")))
NIL
NIL
-(-682 S R)
+(-683 S R)
((|constructor| (NIL "NonAssociativeAlgebra is the category of non associative algebras (modules which are themselves non associative rngs). Axioms \\indented{3}{r*(a*b) = (r*a)*b = a*(r*b)}")) (|plenaryPower| (($ $ (|PositiveInteger|)) "\\spad{plenaryPower(a,n)} is recursively defined to be \\spad{plenaryPower(a,n-1)*plenaryPower(a,n-1)} for \\spad{n>1} and \\spad{a} for \\spad{n=1}.")))
NIL
NIL
-(-683 R)
+(-684 R)
((|constructor| (NIL "NonAssociativeAlgebra is the category of non associative algebras (modules which are themselves non associative rngs). Axioms \\indented{3}{r*(a*b) = (r*a)*b = a*(r*b)}")) (|plenaryPower| (($ $ (|PositiveInteger|)) "\\spad{plenaryPower(a,n)} is recursively defined to be \\spad{plenaryPower(a,n-1)*plenaryPower(a,n-1)} for \\spad{n>1} and \\spad{a} for \\spad{n=1}.")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
-(-684 S)
+(-685 S)
((|constructor| (NIL "NonAssociativeRng is a basic ring-type structure,{} not necessarily commutative or associative,{} and not necessarily with unit. Axioms \\indented{2}{x*(y+z) = x*y + x*z} \\indented{2}{(x+y)*z = x*z + y*z} Common Additional Axioms \\indented{2}{noZeroDivisors\\space{2}ab = 0 => \\spad{a=0} or \\spad{b=0}}")) (|antiCommutator| (($ $ $) "\\spad{antiCommutator(a,b)} returns \\spad{a*b+b*a}.")) (|commutator| (($ $ $) "\\spad{commutator(a,b)} returns \\spad{a*b-b*a}.")) (|associator| (($ $ $ $) "\\spad{associator(a,b,c)} returns \\spad{(a*b)*c-a*(b*c)}.")))
NIL
NIL
-(-685)
+(-686)
((|constructor| (NIL "NonAssociativeRng is a basic ring-type structure,{} not necessarily commutative or associative,{} and not necessarily with unit. Axioms \\indented{2}{x*(y+z) = x*y + x*z} \\indented{2}{(x+y)*z = x*z + y*z} Common Additional Axioms \\indented{2}{noZeroDivisors\\space{2}ab = 0 => \\spad{a=0} or \\spad{b=0}}")) (|antiCommutator| (($ $ $) "\\spad{antiCommutator(a,b)} returns \\spad{a*b+b*a}.")) (|commutator| (($ $ $) "\\spad{commutator(a,b)} returns \\spad{a*b-b*a}.")) (|associator| (($ $ $ $) "\\spad{associator(a,b,c)} returns \\spad{(a*b)*c-a*(b*c)}.")))
NIL
NIL
-(-686 S)
+(-687 S)
((|constructor| (NIL "A NonAssociativeRing is a non associative rng which has a unit,{} the multiplication is not necessarily commutative or associative.")) (|coerce| (($ (|Integer|)) "\\spad{coerce(n)} coerces the integer \\spad{n} to an element of the ring.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring.")))
NIL
NIL
-(-687)
+(-688)
((|constructor| (NIL "A NonAssociativeRing is a non associative rng which has a unit,{} the multiplication is not necessarily commutative or associative.")) (|coerce| (($ (|Integer|)) "\\spad{coerce(n)} coerces the integer \\spad{n} to an element of the ring.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring.")))
NIL
NIL
-(-688 |Par|)
+(-689 |Par|)
((|constructor| (NIL "This package computes explicitly eigenvalues and eigenvectors of matrices with entries over the complex rational numbers. The results are expressed either as complex floating numbers or as complex rational numbers depending on the type of the precision parameter.")) (|complexEigenvectors| (((|List| (|Record| (|:| |outval| (|Complex| |#1|)) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| (|Complex| |#1|)))))) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) |#1|) "\\spad{complexEigenvectors(m,eps)} returns a list of records each one containing a complex eigenvalue,{} its algebraic multiplicity,{} and a list of associated eigenvectors. All these results are computed to precision \\spad{eps} and are expressed as complex floats or complex rational numbers depending on the type of \\spad{eps} (float or rational).")) (|complexEigenvalues| (((|List| (|Complex| |#1|)) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) |#1|) "\\spad{complexEigenvalues(m,eps)} computes the eigenvalues of the matrix \\spad{m} to precision \\spad{eps}. The eigenvalues are expressed as complex floats or complex rational numbers depending on the type of \\spad{eps} (float or rational).")) (|characteristicPolynomial| (((|Polynomial| (|Complex| (|Fraction| (|Integer|)))) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) (|Symbol|)) "\\spad{characteristicPolynomial(m,x)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over Complex Rationals with variable \\spad{x}.") (((|Polynomial| (|Complex| (|Fraction| (|Integer|)))) (|Matrix| (|Complex| (|Fraction| (|Integer|))))) "\\spad{characteristicPolynomial(m)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over complex rationals with a new symbol as variable.")))
NIL
NIL
-(-689 -3093)
+(-690 -3094)
((|constructor| (NIL "\\spadtype{NumericContinuedFraction} provides functions \\indented{2}{for converting floating point numbers to continued fractions.}")) (|continuedFraction| (((|ContinuedFraction| (|Integer|)) |#1|) "\\spad{continuedFraction(f)} converts the floating point number \\spad{f} to a reduced continued fraction.")))
NIL
NIL
-(-690 P -3093)
+(-691 P -3094)
((|constructor| (NIL "This package provides a division and related operations for \\spadtype{MonogenicLinearOperator}\\spad{s} over a \\spadtype{Field}. Since the multiplication is in general non-commutative,{} these operations all have left- and right-hand versions. This package provides the operations based on left-division.")) (|leftLcm| ((|#1| |#1| |#1|) "\\spad{leftLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = a*aa = b*bb} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using left-division.")) (|leftGcd| ((|#1| |#1| |#1|) "\\spad{leftGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = aa*g}} \\indented{3}{\\spad{b = bb*g}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using left-division.")) (|leftExactQuotient| (((|Union| |#1| "failed") |#1| |#1|) "\\spad{leftExactQuotient(a,b)} computes the value \\spad{q},{} if it exists,{} \\indented{1}{such that \\spad{a = b*q}.}")) (|leftRemainder| ((|#1| |#1| |#1|) "\\spad{leftRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|leftQuotient| ((|#1| |#1| |#1|) "\\spad{leftQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|leftDivide| (((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|) "\\spad{leftDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division''.")))
NIL
NIL
-(-691 T$)
+(-692 T$)
NIL
NIL
NIL
-(-692 UP -3093)
+(-693 UP -3094)
((|constructor| (NIL "In this package \\spad{F} is a framed algebra over the integers (typically \\spad{F = Z[a]} for some algebraic integer a). The package provides functions to compute the integral closure of \\spad{Z} in the quotient quotient field of \\spad{F}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|)))) (|Integer|)) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{Z} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|))))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{Z} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|discriminant| (((|Integer|)) "\\spad{discriminant()} returns the discriminant of the integral closure of \\spad{Z} in the quotient field of the framed algebra \\spad{F}.")))
NIL
NIL
-(-693 R)
+(-694 R)
((|constructor| (NIL "NonLinearSolvePackage is an interface to \\spadtype{SystemSolvePackage} that attempts to retract the coefficients of the equations before solving. The solutions are given in the algebraic closure of \\spad{R} whenever possible.")) (|solve| (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{solve(lp)} finds the solution in the algebraic closure of \\spad{R} of the list \\spad{lp} of rational functions with respect to all the symbols appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{solve(lp,lv)} finds the solutions in the algebraic closure of \\spad{R} of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}.")) (|solveInField| (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{solveInField(lp)} finds the solution of the list \\spad{lp} of rational functions with respect to all the symbols appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{solveInField(lp,lv)} finds the solutions of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}.")))
NIL
NIL
-(-694)
+(-695)
((|constructor| (NIL "\\spadtype{NonNegativeInteger} provides functions for non \\indented{2}{negative integers.}")) (|commutative| ((|attribute| "*") "\\spad{commutative(\"*\")} means multiplication is commutative : \\spad{x*y = y*x}.")) (|random| (($ $) "\\spad{random(n)} returns a random integer from 0 to \\spad{n-1}.")) (|shift| (($ $ (|Integer|)) "\\spad{shift(a,i)} shift \\spad{a} by \\spad{i} bits.")) (|exquo| (((|Union| $ "failed") $ $) "\\spad{exquo(a,b)} returns the quotient of \\spad{a} and \\spad{b},{} or \"failed\" if \\spad{b} is zero or \\spad{a} rem \\spad{b} is zero.")) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{divide(a,b)} returns a record containing both remainder and quotient.")) (|gcd| (($ $ $) "\\spad{gcd(a,b)} computes the greatest common divisor of two non negative integers \\spad{a} and \\spad{b}.")) (|rem| (($ $ $) "\\spad{a rem b} returns the remainder of \\spad{a} and \\spad{b}.")) (|quo| (($ $ $) "\\spad{a quo b} returns the quotient of \\spad{a} and \\spad{b},{} forgetting the remainder.")))
-(((-3998 "*") . T))
+(((-3999 "*") . T))
NIL
-(-695 R -3093)
+(-696 R -3094)
((|constructor| (NIL "NonLinearFirstOrderODESolver provides a function for finding closed form first integrals of nonlinear ordinary differential equations of order 1.")) (|solve| (((|Union| |#2| "failed") |#2| |#2| (|BasicOperator|) (|Symbol|)) "\\spad{solve(M(x,y), N(x,y), y, x)} returns \\spad{F(x,y)} such that \\spad{F(x,y) = c} for a constant \\spad{c} is a first integral of the equation \\spad{M(x,y) dx + N(x,y) dy = 0},{} or \"failed\" if no first-integral can be found.")))
NIL
NIL
-(-696)
+(-697)
((|constructor| (NIL "\\spadtype{None} implements a type with no objects. It is mainly used in technical situations where such a thing is needed (\\spadignore{e.g.} the interpreter and some of the internal \\spadtype{Expression} code).")))
NIL
NIL
-(-697 S)
+(-698 S)
((|constructor| (NIL "\\spadtype{NoneFunctions1} implements functions on \\spadtype{None}. It particular it includes a particulary dangerous coercion from any other type to \\spadtype{None}.")) (|coerce| (((|None|) |#1|) "\\spad{coerce(x)} changes \\spad{x} into an object of type \\spadtype{None}.")))
NIL
NIL
-(-698 R |PolR| E |PolE|)
+(-699 R |PolR| E |PolE|)
((|constructor| (NIL "This package implements the norm of a polynomial with coefficients in a monogenic algebra (using resultants)")) (|norm| ((|#2| |#4|) "\\spad{norm q} returns the norm of \\spad{q},{} \\spadignore{i.e.} the product of all the conjugates of \\spad{q}.")))
NIL
NIL
-(-699 R E V P TS)
+(-700 R E V P TS)
((|constructor| (NIL "A package for computing normalized assocites of univariate polynomials with coefficients in a tower of simple extensions of a field.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of gcd over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of \\spad{AAECC11}} \\indented{5}{Paris,{} 1995.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.}")) (|normInvertible?| (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{normInvertible?(\\spad{p},{}ts)} is an internal subroutine,{} exported only for developement.")) (|outputArgs| (((|Void|) (|String|) (|String|) |#4| |#5|) "\\axiom{outputArgs(\\spad{s1},{}\\spad{s2},{}\\spad{p},{}ts)} is an internal subroutine,{} exported only for developement.")) (|normalize| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{normalize(\\spad{p},{}ts)} normalizes \\axiom{\\spad{p}} \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")) (|normalizedAssociate| ((|#4| |#4| |#5|) "\\axiom{normalizedAssociate(\\spad{p},{}ts)} returns a normalized polynomial \\axiom{\\spad{n}} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts} such that \\axiom{\\spad{n}} and \\axiom{\\spad{p}} are associates \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts} and assuming that \\axiom{\\spad{p}} is invertible \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")) (|recip| (((|Record| (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) "\\axiom{recip(\\spad{p},{}ts)} returns the inverse of \\axiom{\\spad{p}} \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts} assuming that \\axiom{\\spad{p}} is invertible \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")))
NIL
NIL
-(-700 -3093 |ExtF| |SUEx| |ExtP| |n|)
+(-701 -3094 |ExtF| |SUEx| |ExtP| |n|)
((|constructor| (NIL "This package \\undocumented")) (|Frobenius| ((|#4| |#4|) "\\spad{Frobenius(x)} \\undocumented")) (|retractIfCan| (((|Union| (|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#1|)) "failed") |#4|) "\\spad{retractIfCan(x)} \\undocumented")) (|normFactors| (((|List| |#4|) |#4|) "\\spad{normFactors(x)} \\undocumented")))
NIL
NIL
-(-701 BP E OV R P)
+(-702 BP E OV R P)
((|constructor| (NIL "Package for the determination of the coefficients in the lifting process. Used by \\spadtype{MultivariateLifting}. This package will work for every euclidean domain \\spad{R} which has property \\spad{F},{} \\spadignore{i.e.} there exists a factor operation in \\spad{R[x]}.")) (|listexp| (((|List| (|NonNegativeInteger|)) |#1|) "\\spad{listexp }\\undocumented")) (|npcoef| (((|Record| (|:| |deter| (|List| (|SparseUnivariatePolynomial| |#5|))) (|:| |dterm| (|List| (|List| (|Record| (|:| |expt| (|NonNegativeInteger|)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (|List| |#1|)) (|:| |nlead| (|List| |#5|))) (|SparseUnivariatePolynomial| |#5|) (|List| |#1|) (|List| |#5|)) "\\spad{npcoef }\\undocumented")))
NIL
NIL
-(-702 |Par|)
+(-703 |Par|)
((|constructor| (NIL "This package computes explicitly eigenvalues and eigenvectors of matrices with entries over the Rational Numbers. The results are expressed as floating numbers or as rational numbers depending on the type of the parameter Par.")) (|realEigenvectors| (((|List| (|Record| (|:| |outval| |#1|) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| |#1|))))) (|Matrix| (|Fraction| (|Integer|))) |#1|) "\\spad{realEigenvectors(m,eps)} returns a list of records each one containing a real eigenvalue,{} its algebraic multiplicity,{} and a list of associated eigenvectors. All these results are computed to precision \\spad{eps} as floats or rational numbers depending on the type of \\spad{eps} .")) (|realEigenvalues| (((|List| |#1|) (|Matrix| (|Fraction| (|Integer|))) |#1|) "\\spad{realEigenvalues(m,eps)} computes the eigenvalues of the matrix \\spad{m} to precision \\spad{eps}. The eigenvalues are expressed as floats or rational numbers depending on the type of \\spad{eps} (float or rational).")) (|characteristicPolynomial| (((|Polynomial| (|Fraction| (|Integer|))) (|Matrix| (|Fraction| (|Integer|))) (|Symbol|)) "\\spad{characteristicPolynomial(m,x)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over RN with variable \\spad{x}. Fraction \\spad{P} RN.") (((|Polynomial| (|Fraction| (|Integer|))) (|Matrix| (|Fraction| (|Integer|)))) "\\spad{characteristicPolynomial(m)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over RN with a new symbol as variable.")))
NIL
NIL
-(-703 R |VarSet|)
+(-704 R |VarSet|)
((|constructor| (NIL "A post-facto extension for \\axiomType{SMP} in order to speed up operations related to pseudo-division and gcd. This domain is based on the \\axiomType{NSUP} constructor which is itself a post-facto extension of the \\axiomType{SUP} constructor.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-821))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| |#2| (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| |#2| (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| |#2| (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#2| (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#2| (QUOTE (-553 (-473))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-553 (-1090))))) (|HasCategory| |#2| (QUOTE (-553 (-1090)))) (|HasCategory| |#1| (QUOTE (-312))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-553 (-1090))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-484)))) (|HasCategory| |#2| (QUOTE (-553 (-1090)))) (-2561 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-553 (-1090)))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-553 (-1090)))) (-2561 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484)))))) (-2561 (|HasCategory| |#1| (QUOTE (-38 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-484)))) (|HasCategory| |#2| (QUOTE (-553 (-1090)))) (-2561 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484)))))) (-2561 (|HasCategory| |#1| (QUOTE (-483))))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-553 (-1090)))) (-2561 (|HasCategory| |#1| (QUOTE (-904 (-484))))))) (|HasAttribute| |#1| (QUOTE -3994)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
-(-704 R)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-822))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| |#2| (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| |#2| (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| |#2| (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#2| (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#2| (QUOTE (-554 (-474))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-554 (-1091))))) (|HasCategory| |#2| (QUOTE (-554 (-1091)))) (|HasCategory| |#1| (QUOTE (-312))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-554 (-1091))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-485)))) (|HasCategory| |#2| (QUOTE (-554 (-1091)))) (-2562 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-554 (-1091)))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-554 (-1091)))) (-2562 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485)))))) (-2562 (|HasCategory| |#1| (QUOTE (-38 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-485)))) (|HasCategory| |#2| (QUOTE (-554 (-1091)))) (-2562 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485)))))) (-2562 (|HasCategory| |#1| (QUOTE (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-554 (-1091)))) (-2562 (|HasCategory| |#1| (QUOTE (-905 (-485))))))) (|HasAttribute| |#1| (QUOTE -3995)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(-705 R)
((|constructor| (NIL "A post-facto extension for \\axiomType{SUP} in order to speed up operations related to pseudo-division and gcd for both \\axiomType{SUP} and,{} consequently,{} \\axiomType{NSMP}.")) (|halfExtendedResultant2| (((|Record| (|:| |resultant| |#1|) (|:| |coef2| $)) $ $) "\\axiom{\\spad{halfExtendedResultant2}(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca]} such that \\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{} cb]}")) (|halfExtendedResultant1| (((|Record| (|:| |resultant| |#1|) (|:| |coef1| $)) $ $) "\\axiom{\\spad{halfExtendedResultant1}(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca]} such that \\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{} cb]}")) (|extendedResultant| (((|Record| (|:| |resultant| |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{}cb]} such that \\axiom{\\spad{r}} is the resultant of \\axiom{a} and \\axiom{\\spad{b}} and \\axiom{\\spad{r} = ca * a + cb * \\spad{b}}")) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd2}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}cb]} such that \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} cb]}")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd1}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} such that \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} cb]}")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} cb]} such that \\axiom{\\spad{g}} is a gcd of \\axiom{a} and \\axiom{\\spad{b}} in \\axiom{R^(\\spad{-1}) \\spad{P}} and \\axiom{\\spad{g} = ca * a + cb * \\spad{b}}")) (|lastSubResultant| (($ $ $) "\\axiom{lastSubResultant(a,{}\\spad{b})} returns \\axiom{resultant(a,{}\\spad{b})} if \\axiom{a} and \\axiom{\\spad{b}} has no non-trivial gcd in \\axiom{R^(\\spad{-1}) \\spad{P}} otherwise the non-zero sub-resultant with smallest index.")) (|subResultantsChain| (((|List| $) $ $) "\\axiom{subResultantsChain(a,{}\\spad{b})} returns the list of the non-zero sub-resultants of \\axiom{a} and \\axiom{\\spad{b}} sorted by increasing degree.")) (|lazyPseudoQuotient| (($ $ $) "\\axiom{lazyPseudoQuotient(a,{}\\spad{b})} returns \\axiom{\\spad{q}} if \\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}")) (|lazyPseudoDivide| (((|Record| (|:| |coef| |#1|) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{c^n * a = q*b +r} and \\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}\\spad{c},{}\\spad{n}]} where \\axiom{\\spad{n} + \\spad{g} = max(0,{} degree(\\spad{b}) - degree(a) + 1)}.")) (|lazyPseudoRemainder| (($ $ $) "\\axiom{lazyPseudoRemainder(a,{}\\spad{b})} returns \\axiom{\\spad{r}} if \\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}\\spad{c},{}\\spad{n}]}. This lazy pseudo-remainder is computed by means of the \\axiomOpFrom{fmecg}{NewSparseUnivariatePolynomial} operation.")) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| |#1|) (|:| |power| (|NonNegativeInteger|))) $ $) "\\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}\\spad{c},{}\\spad{n}]} such that \\axiom{\\spad{r}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{b}} divides \\axiom{c^n * a - \\spad{r}} where \\axiom{\\spad{c}} is \\axiom{leadingCoefficient(\\spad{b})} and \\axiom{\\spad{n}} is as small as possible with the previous properties.")) (|monicModulo| (($ $ $) "\\axiom{monicModulo(a,{}\\spad{b})} returns \\axiom{\\spad{r}} such that \\axiom{\\spad{r}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{b}} divides \\axiom{a -r} where \\axiom{\\spad{b}} is monic.")) (|fmecg| (($ $ (|NonNegativeInteger|) |#1| $) "\\axiom{fmecg(\\spad{p1},{}\\spad{e},{}\\spad{r},{}\\spad{p2})} returns \\axiom{\\spad{p1} - \\spad{r} * X**e * \\spad{p2}} where \\axiom{\\spad{X}} is \\axiom{monomial(1,{}1)}")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3992 |has| |#1| (-312)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| (-994) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| (-994) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-994) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-994) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| (-994) (QUOTE (-553 (-473))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-1066))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-190))) (|HasAttribute| |#1| (QUOTE -3994)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
-(-705 R S)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3993 |has| |#1| (-312)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| (-995) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| (-995) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-995) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-995) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| (-995) (QUOTE (-554 (-474))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-1067))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-190))) (|HasAttribute| |#1| (QUOTE -3995)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(-706 R S)
((|constructor| (NIL "This package lifts a mapping from coefficient rings \\spad{R} to \\spad{S} to a mapping from sparse univariate polynomial over \\spad{R} to a sparse univariate polynomial over \\spad{S}. Note that the mapping is assumed to send zero to zero,{} since it will only be applied to the non-zero coefficients of the polynomial.")) (|map| (((|NewSparseUnivariatePolynomial| |#2|) (|Mapping| |#2| |#1|) (|NewSparseUnivariatePolynomial| |#1|)) "\\axiom{map(func,{} poly)} creates a new polynomial by applying func to every non-zero coefficient of the polynomial poly.")))
NIL
NIL
-(-706 R)
+(-707 R)
((|constructor| (NIL "This package provides polynomials as functions on a ring.")) (|eulerE| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{eulerE(n,r)} \\undocumented")) (|bernoulliB| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{bernoulliB(n,r)} \\undocumented")) (|cyclotomic| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{cyclotomic(n,r)} \\undocumented")))
NIL
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))))
-(-707 R E V P)
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))))
+(-708 R E V P)
((|constructor| (NIL "The category of normalized triangular sets. A triangular set \\spad{ts} is said normalized if for every algebraic variable \\spad{v} of \\spad{ts} the polynomial \\spad{select(ts,v)} is normalized \\spad{w}.\\spad{r}.\\spad{t}. every polynomial in \\spad{collectUnder(ts,v)}. A polynomial \\spad{p} is said normalized \\spad{w}.\\spad{r}.\\spad{t}. a non-constant polynomial \\spad{q} if \\spad{p} is constant or \\spad{degree(p,mdeg(q)) = 0} and \\spad{init(p)} is normalized \\spad{w}.\\spad{r}.\\spad{t}. \\spad{q}. One of the important features of normalized triangular sets is that they are regular sets.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[3] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of gcd over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of \\spad{AAECC11}} \\indented{5}{Paris,{} 1995.} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.}")))
-((-3997 . T))
NIL
-(-708 S)
+NIL
+(-709 S)
((|constructor| (NIL "Numeric provides real and complex numerical evaluation functions for various symbolic types.")) (|numericIfCan| (((|Union| (|Float|) "failed") (|Expression| |#1|) (|PositiveInteger|)) "\\spad{numericIfCan(x, n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Float|) "failed") (|Expression| |#1|)) "\\spad{numericIfCan(x)} returns a real approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Float|) "failed") (|Fraction| (|Polynomial| |#1|)) (|PositiveInteger|)) "\\spad{numericIfCan(x,n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Float|) "failed") (|Fraction| (|Polynomial| |#1|))) "\\spad{numericIfCan(x)} returns a real approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Float|) "failed") (|Polynomial| |#1|) (|PositiveInteger|)) "\\spad{numericIfCan(x,n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Float|) "failed") (|Polynomial| |#1|)) "\\spad{numericIfCan(x)} returns a real approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.")) (|complexNumericIfCan| (((|Union| (|Complex| (|Float|)) "failed") (|Expression| (|Complex| |#1|)) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Expression| (|Complex| |#1|))) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Expression| |#1|) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Expression| |#1|)) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Fraction| (|Polynomial| (|Complex| |#1|))) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Fraction| (|Polynomial| (|Complex| |#1|)))) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Fraction| (|Polynomial| |#1|)) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Fraction| (|Polynomial| |#1|))) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Polynomial| |#1|) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Polynomial| |#1|)) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Polynomial| (|Complex| |#1|)) (|PositiveInteger|)) "\\spad{complexNumericIfCan(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places,{} or \"failed\" if \\axiom{\\spad{x}} is not a constant.") (((|Union| (|Complex| (|Float|)) "failed") (|Polynomial| (|Complex| |#1|))) "\\spad{complexNumericIfCan(x)} returns a complex approximation of \\spad{x},{} or \"failed\" if \\axiom{\\spad{x}} is not constant.")) (|complexNumeric| (((|Complex| (|Float|)) (|Expression| (|Complex| |#1|)) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Expression| (|Complex| |#1|))) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Expression| |#1|) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Expression| |#1|)) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Fraction| (|Polynomial| (|Complex| |#1|))) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Fraction| (|Polynomial| (|Complex| |#1|)))) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Fraction| (|Polynomial| |#1|)) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x}") (((|Complex| (|Float|)) (|Fraction| (|Polynomial| |#1|))) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Polynomial| |#1|) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Polynomial| |#1|)) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Polynomial| (|Complex| |#1|)) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Polynomial| (|Complex| |#1|))) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) (|Complex| |#1|) (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) (|Complex| |#1|)) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.") (((|Complex| (|Float|)) |#1| (|PositiveInteger|)) "\\spad{complexNumeric(x, n)} returns a complex approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Complex| (|Float|)) |#1|) "\\spad{complexNumeric(x)} returns a complex approximation of \\spad{x}.")) (|numeric| (((|Float|) (|Expression| |#1|) (|PositiveInteger|)) "\\spad{numeric(x, n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Float|) (|Expression| |#1|)) "\\spad{numeric(x)} returns a real approximation of \\spad{x}.") (((|Float|) (|Fraction| (|Polynomial| |#1|)) (|PositiveInteger|)) "\\spad{numeric(x,n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Float|) (|Fraction| (|Polynomial| |#1|))) "\\spad{numeric(x)} returns a real approximation of \\spad{x}.") (((|Float|) (|Polynomial| |#1|) (|PositiveInteger|)) "\\spad{numeric(x,n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Float|) (|Polynomial| |#1|)) "\\spad{numeric(x)} returns a real approximation of \\spad{x}.") (((|Float|) |#1| (|PositiveInteger|)) "\\spad{numeric(x, n)} returns a real approximation of \\spad{x} up to \\spad{n} decimal places.") (((|Float|) |#1|) "\\spad{numeric(x)} returns a real approximation of \\spad{x}.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-756)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-961))) (|HasCategory| |#1| (QUOTE (-146))))
-(-709)
+((-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-757)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-962))) (|HasCategory| |#1| (QUOTE (-146))))
+(-710)
((|constructor| (NIL "NumberFormats provides function to format and read arabic and roman numbers,{} to convert numbers to strings and to read floating-point numbers.")) (|ScanFloatIgnoreSpacesIfCan| (((|Union| (|Float|) "failed") (|String|)) "\\spad{ScanFloatIgnoreSpacesIfCan(s)} tries to form a floating point number from the string \\spad{s} ignoring any spaces.")) (|ScanFloatIgnoreSpaces| (((|Float|) (|String|)) "\\spad{ScanFloatIgnoreSpaces(s)} forms a floating point number from the string \\spad{s} ignoring any spaces. Error is generated if the string is not recognised as a floating point number.")) (|ScanRoman| (((|PositiveInteger|) (|String|)) "\\spad{ScanRoman(s)} forms an integer from a Roman numeral string \\spad{s}.")) (|FormatRoman| (((|String|) (|PositiveInteger|)) "\\spad{FormatRoman(n)} forms a Roman numeral string from an integer \\spad{n}.")) (|ScanArabic| (((|PositiveInteger|) (|String|)) "\\spad{ScanArabic(s)} forms an integer from an Arabic numeral string \\spad{s}.")) (|FormatArabic| (((|String|) (|PositiveInteger|)) "\\spad{FormatArabic(n)} forms an Arabic numeral string from an integer \\spad{n}.")))
NIL
NIL
-(-710)
+(-711)
((|constructor| (NIL "This package is a suite of functions for the numerical integration of an ordinary differential equation of \\spad{n} variables: \\blankline \\indented{8}{\\center{dy/dx = \\spad{f}(\\spad{y},{}\\spad{x})\\space{5}\\spad{y} is an \\spad{n}-vector}} \\blankline \\par All the routines are based on a 4-th order Runge-Kutta kernel. These routines generally have as arguments: \\spad{n},{} the number of dependent variables; \\spad{x1},{} the initial point; \\spad{h},{} the step size; \\spad{y},{} a vector of initial conditions of length \\spad{n} which upon exit contains the solution at \\spad{x1 + h}; \\spad{derivs},{} a function which computes the right hand side of the ordinary differential equation: \\spad{derivs(dydx,y,x)} computes \\spad{dydx},{} a vector which contains the derivative information. \\blankline \\par In order of increasing complexity:\\begin{items} \\blankline \\item \\spad{rk4(y,n,x1,h,derivs)} advances the solution vector to \\spad{x1 + h} and return the values in \\spad{y}. \\blankline \\item \\spad{rk4(y,n,x1,h,derivs,t1,t2,t3,t4)} is the same as \\spad{rk4(y,n,x1,h,derivs)} except that you must provide 4 scratch arrays \\spad{t1}-\\spad{t4} of size \\spad{n}. \\blankline \\item Starting with \\spad{y} at \\spad{x1},{} \\spad{rk4f(y,n,x1,x2,ns,derivs)} uses \\spad{ns} fixed steps of a 4-th order Runge-Kutta integrator to advance the solution vector to \\spad{x2} and return the values in \\spad{y}. Argument \\spad{x2},{} is the final point,{} and \\spad{ns},{} the number of steps to take. \\blankline \\item \\spad{rk4qc(y,n,x1,step,eps,yscal,derivs)} takes a 5-th order Runge-Kutta step with monitoring of local truncation to ensure accuracy and adjust stepsize. The function takes two half steps and one full step and scales the difference in solutions at the final point. If the error is within \\spad{eps},{} the step is taken and the result is returned. If the error is not within \\spad{eps},{} the stepsize if decreased and the procedure is tried again until the desired accuracy is reached. Upon input,{} an trial step size must be given and upon return,{} an estimate of the next step size to use is returned as well as the step size which produced the desired accuracy. The scaled error is computed as \\center{\\spad{error = MAX(ABS((y2steps(i) - y1step(i))/yscal(i)))}} and this is compared against \\spad{eps}. If this is greater than \\spad{eps},{} the step size is reduced accordingly to \\center{\\spad{hnew = 0.9 * hdid * (error/eps)**(-1/4)}} If the error criterion is satisfied,{} then we check if the step size was too fine and return a more efficient one. If \\spad{error > \\spad{eps} * (6.0E-04)} then the next step size should be \\center{\\spad{hnext = 0.9 * hdid * (error/\\spad{eps})**(\\spad{-1/5})}} Otherwise \\spad{hnext = 4.0 * hdid} is returned. A more detailed discussion of this and related topics can be found in the book \"Numerical Recipies\" by \\spad{W}.Press,{} \\spad{B}.\\spad{P}. Flannery,{} \\spad{S}.A. Teukolsky,{} \\spad{W}.\\spad{T}. Vetterling published by Cambridge University Press. Argument \\spad{step} is a record of 3 floating point numbers \\spad{(try , did , next)},{} \\spad{eps} is the required accuracy,{} \\spad{yscal} is the scaling vector for the difference in solutions. On input,{} \\spad{step.try} should be the guess at a step size to achieve the accuracy. On output,{} \\spad{step.did} contains the step size which achieved the accuracy and \\spad{step.next} is the next step size to use. \\blankline \\item \\spad{rk4qc(y,n,x1,step,eps,yscal,derivs,t1,t2,t3,t4,t5,t6,t7)} is the same as \\spad{rk4qc(y,n,x1,step,eps,yscal,derivs)} except that the user must provide the 7 scratch arrays \\spad{t1-t7} of size \\spad{n}. \\blankline \\item \\spad{rk4a(y,n,x1,x2,eps,h,ns,derivs)} is a driver program which uses \\spad{rk4qc} to integrate \\spad{n} ordinary differential equations starting at \\spad{x1} to \\spad{x2},{} keeping the local truncation error to within \\spad{eps} by changing the local step size. The scaling vector is defined as \\center{\\spad{yscal(i) = abs(y(i)) + abs(h*dydx(i)) + tiny}} where \\spad{y(i)} is the solution at location \\spad{x},{} \\spad{dydx} is the ordinary differential equation's right hand side,{} \\spad{h} is the current step size and \\spad{tiny} is 10 times the smallest positive number representable. The user must supply an estimate for a trial step size and the maximum number of calls to \\spad{rk4qc} to use. Argument \\spad{x2} is the final point,{} \\spad{eps} is local truncation,{} \\spad{ns} is the maximum number of call to \\spad{rk4qc} to use. \\end{items}")) (|rk4f| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Integer|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4f(y,n,x1,x2,ns,derivs)} uses a 4-th order Runge-Kutta method to numerically integrate the ordinary differential equation {\\em dy/dx = f(y,x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector. Starting with \\spad{y} at \\spad{x1},{} this function uses \\spad{ns} fixed steps of a 4-th order Runge-Kutta integrator to advance the solution vector to \\spad{x2} and return the values in \\spad{y}. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.")) (|rk4qc| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Record| (|:| |tryValue| (|Float|)) (|:| |did| (|Float|)) (|:| |next| (|Float|))) (|Float|) (|Vector| (|Float|)) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|))) "\\spad{rk4qc(y,n,x1,step,eps,yscal,derivs,t1,t2,t3,t4,t5,t6,t7)} is a subfunction for the numerical integration of an ordinary differential equation {\\em dy/dx = f(y,x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector using a 4-th order Runge-Kutta method. This function takes a 5-th order Runge-Kutta \\spad{step} with monitoring of local truncation to ensure accuracy and adjust stepsize. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.") (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Record| (|:| |tryValue| (|Float|)) (|:| |did| (|Float|)) (|:| |next| (|Float|))) (|Float|) (|Vector| (|Float|)) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4qc(y,n,x1,step,eps,yscal,derivs)} is a subfunction for the numerical integration of an ordinary differential equation {\\em dy/dx = f(y,x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector using a 4-th order Runge-Kutta method. This function takes a 5-th order Runge-Kutta \\spad{step} with monitoring of local truncation to ensure accuracy and adjust stepsize. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.")) (|rk4a| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4a(y,n,x1,x2,eps,h,ns,derivs)} is a driver function for the numerical integration of an ordinary differential equation {\\em dy/dx = f(y,x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector using a 4-th order Runge-Kutta method. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.")) (|rk4| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|))) "\\spad{rk4(y,n,x1,h,derivs,t1,t2,t3,t4)} is the same as \\spad{rk4(y,n,x1,h,derivs)} except that you must provide 4 scratch arrays \\spad{t1}-\\spad{t4} of size \\spad{n}. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.") (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4(y,n,x1,h,derivs)} uses a 4-th order Runge-Kutta method to numerically integrate the ordinary differential equation {\\em dy/dx = f(y,x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector. Argument \\spad{y} is a vector of initial conditions of length \\spad{n} which upon exit contains the solution at \\spad{x1 + h},{} \\spad{n} is the number of dependent variables,{} \\spad{x1} is the initial point,{} \\spad{h} is the step size,{} and \\spad{derivs} is a function which computes the right hand side of the ordinary differential equation. For details,{} see \\spadtype{NumericalOrdinaryDifferentialEquations}.")))
NIL
NIL
-(-711)
+(-712)
((|constructor| (NIL "This suite of routines performs numerical quadrature using algorithms derived from the basic trapezoidal rule. Because the error term of this rule contains only even powers of the step size (for open and closed versions),{} fast convergence can be obtained if the integrand is sufficiently smooth. \\blankline Each routine returns a Record of type TrapAns,{} which contains\\indent{3} \\newline value (\\spadtype{Float}):\\tab{20} estimate of the integral \\newline error (\\spadtype{Float}):\\tab{20} estimate of the error in the computation \\newline totalpts (\\spadtype{Integer}):\\tab{20} total number of function evaluations \\newline success (\\spadtype{Boolean}):\\tab{20} if the integral was computed within the user specified error criterion \\indent{0}\\indent{0} To produce this estimate,{} each routine generates an internal sequence of sub-estimates,{} denoted by {\\em S(i)},{} depending on the routine,{} to which the various convergence criteria are applied. The user must supply a relative accuracy,{} \\spad{eps_r},{} and an absolute accuracy,{} \\spad{eps_a}. Convergence is obtained when either \\center{\\spad{ABS(S(i) - S(i-1)) < eps_r * ABS(S(i-1))}} \\center{or \\spad{ABS(S(i) - S(i-1)) < eps_a}} are \\spad{true} statements. \\blankline The routines come in three families and three flavors: \\newline\\tab{3} closed:\\tab{20}romberg,{}\\tab{30}simpson,{}\\tab{42}trapezoidal \\newline\\tab{3} open: \\tab{20}rombergo,{}\\tab{30}simpsono,{}\\tab{42}trapezoidalo \\newline\\tab{3} adaptive closed:\\tab{20}aromberg,{}\\tab{30}asimpson,{}\\tab{42}atrapezoidal \\par The {\\em S(i)} for the trapezoidal family is the value of the integral using an equally spaced absicca trapezoidal rule for that level of refinement. \\par The {\\em S(i)} for the simpson family is the value of the integral using an equally spaced absicca simpson rule for that level of refinement. \\par The {\\em S(i)} for the romberg family is the estimate of the integral using an equally spaced absicca romberg method. For the \\spad{i}\\spad{-}th level,{} this is an appropriate combination of all the previous trapezodial estimates so that the error term starts with the \\spad{2*(i+1)} power only. \\par The three families come in a closed version,{} where the formulas include the endpoints,{} an open version where the formulas do not include the endpoints and an adaptive version,{} where the user is required to input the number of subintervals over which the appropriate closed family integrator will apply with the usual convergence parmeters for each subinterval. This is useful where a large number of points are needed only in a small fraction of the entire domain. \\par Each routine takes as arguments: \\newline \\spad{f}\\tab{10} integrand \\newline a\\tab{10} starting point \\newline \\spad{b}\\tab{10} ending point \\newline \\spad{eps_r}\\tab{10} relative error \\newline \\spad{eps_a}\\tab{10} absolute error \\newline \\spad{nmin} \\tab{10} refinement level when to start checking for convergence (> 1) \\newline \\spad{nmax} \\tab{10} maximum level of refinement \\par The adaptive routines take as an additional parameter \\newline \\spad{nint}\\tab{10} the number of independent intervals to apply a closed \\indented{1}{family integrator of the same name.} \\par Notes: \\newline Closed family level \\spad{i} uses \\spad{1 + 2**i} points. \\newline Open family level \\spad{i} uses \\spad{1 + 3**i} points.")) (|trapezoidalo| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{trapezoidalo(fn,a,b,epsrel,epsabs,nmin,nmax)} uses the trapezoidal method to numerically integrate function \\spad{fn} over the open interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|simpsono| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{simpsono(fn,a,b,epsrel,epsabs,nmin,nmax)} uses the simpson method to numerically integrate function \\spad{fn} over the open interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|rombergo| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{rombergo(fn,a,b,epsrel,epsabs,nmin,nmax)} uses the romberg method to numerically integrate function \\spad{fn} over the open interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|trapezoidal| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{trapezoidal(fn,a,b,epsrel,epsabs,nmin,nmax)} uses the trapezoidal method to numerically integrate function \\spadvar{\\spad{fn}} over the closed interval \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|simpson| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{simpson(fn,a,b,epsrel,epsabs,nmin,nmax)} uses the simpson method to numerically integrate function \\spad{fn} over the closed interval \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|romberg| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{romberg(fn,a,b,epsrel,epsabs,nmin,nmax)} uses the romberg method to numerically integrate function \\spadvar{\\spad{fn}} over the closed interval \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|atrapezoidal| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{atrapezoidal(fn,a,b,epsrel,epsabs,nmin,nmax,nint)} uses the adaptive trapezoidal method to numerically integrate function \\spad{fn} over the closed interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax},{} and where \\spad{nint} is the number of independent intervals to apply the integrator. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|asimpson| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{asimpson(fn,a,b,epsrel,epsabs,nmin,nmax,nint)} uses the adaptive simpson method to numerically integrate function \\spad{fn} over the closed interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax},{} and where \\spad{nint} is the number of independent intervals to apply the integrator. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|aromberg| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{aromberg(fn,a,b,epsrel,epsabs,nmin,nmax,nint)} uses the adaptive romberg method to numerically integrate function \\spad{fn} over the closed interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax},{} and where \\spad{nint} is the number of independent intervals to apply the integrator. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")))
NIL
NIL
-(-712 |Curve|)
+(-713 |Curve|)
((|constructor| (NIL "\\indented{1}{Author: Clifton \\spad{J}. Williamson} Date Created: Bastille Day 1989 Date Last Updated: 5 June 1990 Keywords: Examples: Package for constructing tubes around 3-dimensional parametric curves.")) (|tube| (((|TubePlot| |#1|) |#1| (|DoubleFloat|) (|Integer|)) "\\spad{tube(c,r,n)} creates a tube of radius \\spad{r} around the curve \\spad{c}.")))
NIL
NIL
-(-713 S)
+(-714 S)
((|constructor| (NIL "Ordered sets which are also abelian groups,{} such that the addition preserves the ordering.")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x}.")) (|sign| (((|Integer|) $) "\\spad{sign(x)} is \\spad{1} if \\spad{x} is positive,{} \\spad{-1} if \\spad{x} is negative,{} and \\spad{0} otherwise.")) (|negative?| (((|Boolean|) $) "\\spad{negative?(x)} holds when \\spad{x} is less than \\spad{0}.")))
NIL
NIL
-(-714)
+(-715)
((|constructor| (NIL "Ordered sets which are also abelian groups,{} such that the addition preserves the ordering.")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x}.")) (|sign| (((|Integer|) $) "\\spad{sign(x)} is \\spad{1} if \\spad{x} is positive,{} \\spad{-1} if \\spad{x} is negative,{} and \\spad{0} otherwise.")) (|negative?| (((|Boolean|) $) "\\spad{negative?(x)} holds when \\spad{x} is less than \\spad{0}.")))
NIL
NIL
-(-715 S)
+(-716 S)
((|constructor| (NIL "Ordered sets which are also abelian monoids,{} such that the addition preserves the ordering.")) (|positive?| (((|Boolean|) $) "\\spad{positive?(x)} holds when \\spad{x} is greater than \\spad{0}.")))
NIL
NIL
-(-716)
+(-717)
((|constructor| (NIL "Ordered sets which are also abelian monoids,{} such that the addition preserves the ordering.")) (|positive?| (((|Boolean|) $) "\\spad{positive?(x)} holds when \\spad{x} is greater than \\spad{0}.")))
NIL
NIL
-(-717)
+(-718)
((|constructor| (NIL "This domain is an OrderedAbelianMonoid with a \\spadfun{sup} operation added. The purpose of the \\spadfun{sup} operator in this domain is to act as a supremum with respect to the partial order imposed by \\spadop{-},{} rather than with respect to the total \\spad{>} order (since that is \"max\"). \\blankline")) (|sup| (($ $ $) "\\spad{sup(x,y)} returns the least element from which both \\spad{x} and \\spad{y} can be subtracted.")))
NIL
NIL
-(-718)
+(-719)
((|constructor| (NIL "Ordered sets which are also abelian semigroups,{} such that the addition preserves the ordering. \\indented{2}{\\spad{ x < y => x+z < y+z}}")))
NIL
NIL
-(-719 S R)
+(-720 S R)
((|constructor| (NIL "OctonionCategory gives the categorial frame for the octonions,{} and eight-dimensional non-associative algebra,{} doubling the the quaternions in the same way as doubling the Complex numbers to get the quaternions.")) (|inv| (($ $) "\\spad{inv(o)} returns the inverse of \\spad{o} if it exists.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(o)} returns the real part if all seven imaginary parts are 0,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(o)} returns the real part if all seven imaginary parts are 0. Error: if \\spad{o} is not rational.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(o)} tests if \\spad{o} is rational,{} \\spadignore{i.e.} that all seven imaginary parts are 0.")) (|abs| ((|#2| $) "\\spad{abs(o)} computes the absolute value of an octonion,{} equal to the square root of the \\spadfunFrom{norm}{Octonion}.")) (|octon| (($ |#2| |#2| |#2| |#2| |#2| |#2| |#2| |#2|) "\\spad{octon(re,ri,rj,rk,rE,rI,rJ,rK)} constructs an octonion from scalars.")) (|norm| ((|#2| $) "\\spad{norm(o)} returns the norm of an octonion,{} equal to the sum of the squares of its coefficients.")) (|imagK| ((|#2| $) "\\spad{imagK(o)} extracts the imaginary \\spad{K} part of octonion \\spad{o}.")) (|imagJ| ((|#2| $) "\\spad{imagJ(o)} extracts the imaginary \\spad{J} part of octonion \\spad{o}.")) (|imagI| ((|#2| $) "\\spad{imagI(o)} extracts the imaginary \\spad{I} part of octonion \\spad{o}.")) (|imagE| ((|#2| $) "\\spad{imagE(o)} extracts the imaginary \\spad{E} part of octonion \\spad{o}.")) (|imagk| ((|#2| $) "\\spad{imagk(o)} extracts the \\spad{k} part of octonion \\spad{o}.")) (|imagj| ((|#2| $) "\\spad{imagj(o)} extracts the \\spad{j} part of octonion \\spad{o}.")) (|imagi| ((|#2| $) "\\spad{imagi(o)} extracts the \\spad{i} part of octonion \\spad{o}.")) (|real| ((|#2| $) "\\spad{real(o)} extracts real part of octonion \\spad{o}.")) (|conjugate| (($ $) "\\spad{conjugate(o)} negates the imaginary parts \\spad{i},{}\\spad{j},{}\\spad{k},{}\\spad{E},{}\\spad{I},{}\\spad{J},{}\\spad{K} of octonian \\spad{o}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-483))) (|HasCategory| |#2| (QUOTE (-973))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-320))))
-(-720 R)
+((|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-484))) (|HasCategory| |#2| (QUOTE (-974))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-320))))
+(-721 R)
((|constructor| (NIL "OctonionCategory gives the categorial frame for the octonions,{} and eight-dimensional non-associative algebra,{} doubling the the quaternions in the same way as doubling the Complex numbers to get the quaternions.")) (|inv| (($ $) "\\spad{inv(o)} returns the inverse of \\spad{o} if it exists.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(o)} returns the real part if all seven imaginary parts are 0,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(o)} returns the real part if all seven imaginary parts are 0. Error: if \\spad{o} is not rational.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(o)} tests if \\spad{o} is rational,{} \\spadignore{i.e.} that all seven imaginary parts are 0.")) (|abs| ((|#1| $) "\\spad{abs(o)} computes the absolute value of an octonion,{} equal to the square root of the \\spadfunFrom{norm}{Octonion}.")) (|octon| (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) "\\spad{octon(re,ri,rj,rk,rE,rI,rJ,rK)} constructs an octonion from scalars.")) (|norm| ((|#1| $) "\\spad{norm(o)} returns the norm of an octonion,{} equal to the sum of the squares of its coefficients.")) (|imagK| ((|#1| $) "\\spad{imagK(o)} extracts the imaginary \\spad{K} part of octonion \\spad{o}.")) (|imagJ| ((|#1| $) "\\spad{imagJ(o)} extracts the imaginary \\spad{J} part of octonion \\spad{o}.")) (|imagI| ((|#1| $) "\\spad{imagI(o)} extracts the imaginary \\spad{I} part of octonion \\spad{o}.")) (|imagE| ((|#1| $) "\\spad{imagE(o)} extracts the imaginary \\spad{E} part of octonion \\spad{o}.")) (|imagk| ((|#1| $) "\\spad{imagk(o)} extracts the \\spad{k} part of octonion \\spad{o}.")) (|imagj| ((|#1| $) "\\spad{imagj(o)} extracts the \\spad{j} part of octonion \\spad{o}.")) (|imagi| ((|#1| $) "\\spad{imagi(o)} extracts the \\spad{i} part of octonion \\spad{o}.")) (|real| ((|#1| $) "\\spad{real(o)} extracts real part of octonion \\spad{o}.")) (|conjugate| (($ $) "\\spad{conjugate(o)} negates the imaginary parts \\spad{i},{}\\spad{j},{}\\spad{k},{}\\spad{E},{}\\spad{I},{}\\spad{J},{}\\spad{K} of octonian \\spad{o}.")))
-((-3990 . T) (-3991 . T) (-3993 . T))
+((-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-721)
+(-722)
((|constructor| (NIL "Ordered sets which are also abelian cancellation monoids,{} such that the addition preserves the ordering.")))
NIL
NIL
-(-722 R)
+(-723 R)
((|constructor| (NIL "Octonion implements octonions (Cayley-Dixon algebra) over a commutative ring,{} an eight-dimensional non-associative algebra,{} doubling the quaternions in the same way as doubling the complex numbers to get the quaternions the main constructor function is {\\em octon} which takes 8 arguments: the real part,{} the \\spad{i} imaginary part,{} the \\spad{j} imaginary part,{} the \\spad{k} imaginary part,{} (as with quaternions) and in addition the imaginary parts \\spad{E},{} \\spad{I},{} \\spad{J},{} \\spad{K}.")) (|octon| (($ (|Quaternion| |#1|) (|Quaternion| |#1|)) "\\spad{octon(qe,qE)} constructs an octonion from two quaternions using the relation {\\em O = Q + QE}.")))
-((-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (|%list| (QUOTE -455) (QUOTE (-1090)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -241) (|devaluate| |#1|) (|devaluate| |#1|))) (OR (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| (-909 |#1|) (QUOTE (-950 (-350 (-484)))))) (OR (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| (-909 |#1|) (QUOTE (-950 (-484))))) (|HasCategory| |#1| (QUOTE (-973))) (|HasCategory| |#1| (QUOTE (-483))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-909 |#1|) (QUOTE (-950 (-350 (-484))))) (|HasCategory| (-909 |#1|) (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))))
-(-723 OR R OS S)
+((-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (|%list| (QUOTE -456) (QUOTE (-1091)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -241) (|devaluate| |#1|) (|devaluate| |#1|))) (OR (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| (-910 |#1|) (QUOTE (-951 (-350 (-485)))))) (OR (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| (-910 |#1|) (QUOTE (-951 (-485))))) (|HasCategory| |#1| (QUOTE (-974))) (|HasCategory| |#1| (QUOTE (-484))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-910 |#1|) (QUOTE (-951 (-350 (-485))))) (|HasCategory| (-910 |#1|) (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))))
+(-724 OR R OS S)
((|constructor| (NIL "\\spad{OctonionCategoryFunctions2} implements functions between two octonion domains defined over different rings. The function map is used to coerce between octonion types.")) (|map| ((|#3| (|Mapping| |#4| |#2|) |#1|) "\\spad{map(f,u)} maps \\spad{f} onto the component parts of the octonion \\spad{u}.")))
NIL
NIL
-(-724 R -3093 L)
+(-725 R -3094 L)
((|constructor| (NIL "Solution of linear ordinary differential equations,{} constant coefficient case.")) (|constDsolve| (((|Record| (|:| |particular| |#2|) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Symbol|)) "\\spad{constDsolve(op, g, x)} returns \\spad{[f, [y1,...,ym]]} where \\spad{f} is a particular solution of the equation \\spad{op y = g},{} and the \\spad{yi}'s form a basis for the solutions of \\spad{op y = 0}.")))
NIL
NIL
-(-725 R -3093)
+(-726 R -3094)
((|constructor| (NIL "\\spad{ElementaryFunctionODESolver} provides the top-level functions for finding closed form solutions of ordinary differential equations and initial value problems.")) (|solve| (((|Union| |#2| #1="failed") |#2| (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{solve(eq, y, x = a, [y0,...,ym])} returns either the solution of the initial value problem \\spad{eq, y(a) = y0, y'(a) = y1,...} or \"failed\" if the solution cannot be found; error if the equation is not one linear ordinary or of the form \\spad{dy/dx = f(x,y)}.") (((|Union| |#2| #1#) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{solve(eq, y, x = a, [y0,...,ym])} returns either the solution of the initial value problem \\spad{eq, y(a) = y0, y'(a) = y1,...} or \"failed\" if the solution cannot be found; error if the equation is not one linear ordinary or of the form \\spad{dy/dx = f(x,y)}.") (((|Union| (|Record| (|:| |particular| |#2|) (|:| |basis| (|List| |#2|))) |#2| #2="failed") |#2| (|BasicOperator|) (|Symbol|)) "\\spad{solve(eq, y, x)} returns either a solution of the ordinary differential equation \\spad{eq} or \"failed\" if no non-trivial solution can be found; If the equation is linear ordinary,{} a solution is of the form \\spad{[h, [b1,...,bm]]} where \\spad{h} is a particular solution and and \\spad{[b1,...bm]} are linearly independent solutions of the associated homogenuous equation \\spad{f(x,y) = 0}; A full basis for the solutions of the homogenuous equation is not always returned,{} only the solutions which were found; If the equation is of the form {dy/dx = \\spad{f}(\\spad{x},{}\\spad{y})},{} a solution is of the form \\spad{h(x,y)} where \\spad{h(x,y) = c} is a first integral of the equation for any constant \\spad{c}.") (((|Union| (|Record| (|:| |particular| |#2|) (|:| |basis| (|List| |#2|))) |#2| #2#) (|Equation| |#2|) (|BasicOperator|) (|Symbol|)) "\\spad{solve(eq, y, x)} returns either a solution of the ordinary differential equation \\spad{eq} or \"failed\" if no non-trivial solution can be found; If the equation is linear ordinary,{} a solution is of the form \\spad{[h, [b1,...,bm]]} where \\spad{h} is a particular solution and \\spad{[b1,...bm]} are linearly independent solutions of the associated homogenuous equation \\spad{f(x,y) = 0}; A full basis for the solutions of the homogenuous equation is not always returned,{} only the solutions which were found; If the equation is of the form {dy/dx = \\spad{f}(\\spad{x},{}\\spad{y})},{} a solution is of the form \\spad{h(x,y)} where \\spad{h(x,y) = c} is a first integral of the equation for any constant \\spad{c}; error if the equation is not one of those 2 forms.") (((|Union| (|Record| (|:| |particular| (|Vector| |#2|)) (|:| |basis| (|List| (|Vector| |#2|)))) "failed") (|List| |#2|) (|List| (|BasicOperator|)) (|Symbol|)) "\\spad{solve([eq_1,...,eq_n], [y_1,...,y_n], x)} returns either \"failed\" or,{} if the equations form a fist order linear system,{} a solution of the form \\spad{[y_p, [b_1,...,b_n]]} where \\spad{h_p} is a particular solution and \\spad{[b_1,...b_m]} are linearly independent solutions of the associated homogenuous system. error if the equations do not form a first order linear system") (((|Union| (|Record| (|:| |particular| (|Vector| |#2|)) (|:| |basis| (|List| (|Vector| |#2|)))) "failed") (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Symbol|)) "\\spad{solve([eq_1,...,eq_n], [y_1,...,y_n], x)} returns either \"failed\" or,{} if the equations form a fist order linear system,{} a solution of the form \\spad{[y_p, [b_1,...,b_n]]} where \\spad{h_p} is a particular solution and \\spad{[b_1,...b_m]} are linearly independent solutions of the associated homogenuous system. error if the equations do not form a first order linear system") (((|Union| (|List| (|Vector| |#2|)) "failed") (|Matrix| |#2|) (|Symbol|)) "\\spad{solve(m, x)} returns a basis for the solutions of \\spad{D y = m y}. \\spad{x} is the dependent variable.") (((|Union| (|Record| (|:| |particular| (|Vector| |#2|)) (|:| |basis| (|List| (|Vector| |#2|)))) "failed") (|Matrix| |#2|) (|Vector| |#2|) (|Symbol|)) "\\spad{solve(m, v, x)} returns \\spad{[v_p, [v_1,...,v_m]]} such that the solutions of the system \\spad{D y = m y + v} are \\spad{v_p + c_1 v_1 + ... + c_m v_m} where the \\spad{c_i's} are constants,{} and the \\spad{v_i's} form a basis for the solutions of \\spad{D y = m y}. \\spad{x} is the dependent variable.")))
NIL
NIL
-(-726 R -3093)
+(-727 R -3094)
((|constructor| (NIL "\\spadtype{ODEIntegration} provides an interface to the integrator. This package is intended for use by the differential equations solver but not at top-level.")) (|diff| (((|Mapping| |#2| |#2|) (|Symbol|)) "\\spad{diff(x)} returns the derivation with respect to \\spad{x}.")) (|expint| ((|#2| |#2| (|Symbol|)) "\\spad{expint(f, x)} returns e^{the integral of \\spad{f} with respect to \\spad{x}}.")) (|int| ((|#2| |#2| (|Symbol|)) "\\spad{int(f, x)} returns the integral of \\spad{f} with respect to \\spad{x}.")))
NIL
NIL
-(-727 -3093 UP UPUP R)
+(-728 -3094 UP UPUP R)
((|constructor| (NIL "In-field solution of an linear ordinary differential equation,{} pure algebraic case.")) (|algDsolve| (((|Record| (|:| |particular| (|Union| |#4| "failed")) (|:| |basis| (|List| |#4|))) (|LinearOrdinaryDifferentialOperator1| |#4|) |#4|) "\\spad{algDsolve(op, g)} returns \\spad{[\"failed\", []]} if the equation \\spad{op y = g} has no solution in \\spad{R}. Otherwise,{} it returns \\spad{[f, [y1,...,ym]]} where \\spad{f} is a particular rational solution and the \\spad{y_i's} form a basis for the solutions in \\spad{R} of the homogeneous equation.")))
NIL
NIL
-(-728 -3093 UP L LQ)
+(-729 -3094 UP L LQ)
((|constructor| (NIL "\\spad{PrimitiveRatDE} provides functions for in-field solutions of linear \\indented{1}{ordinary differential equations,{} in the transcendental case.} \\indented{1}{The derivation to use is given by the parameter \\spad{L}.}")) (|splitDenominator| (((|Record| (|:| |eq| |#3|) (|:| |rh| (|List| (|Fraction| |#2|)))) |#4| (|List| (|Fraction| |#2|))) "\\spad{splitDenominator(op, [g1,...,gm])} returns \\spad{op0, [h1,...,hm]} such that the equations \\spad{op y = c1 g1 + ... + cm gm} and \\spad{op0 y = c1 h1 + ... + cm hm} have the same solutions.")) (|indicialEquation| ((|#2| |#4| |#1|) "\\spad{indicialEquation(op, a)} returns the indicial equation of \\spad{op} at \\spad{a}.") ((|#2| |#3| |#1|) "\\spad{indicialEquation(op, a)} returns the indicial equation of \\spad{op} at \\spad{a}.")) (|indicialEquations| (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#4| |#2|) "\\spad{indicialEquations(op, p)} returns \\spad{[[d1,e1],...,[dq,eq]]} where the \\spad{d_i}'s are the affine singularities of \\spad{op} above the roots of \\spad{p},{} and the \\spad{e_i}'s are the indicial equations at each \\spad{d_i}.") (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#4|) "\\spad{indicialEquations op} returns \\spad{[[d1,e1],...,[dq,eq]]} where the \\spad{d_i}'s are the affine singularities of \\spad{op},{} and the \\spad{e_i}'s are the indicial equations at each \\spad{d_i}.") (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#3| |#2|) "\\spad{indicialEquations(op, p)} returns \\spad{[[d1,e1],...,[dq,eq]]} where the \\spad{d_i}'s are the affine singularities of \\spad{op} above the roots of \\spad{p},{} and the \\spad{e_i}'s are the indicial equations at each \\spad{d_i}.") (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#3|) "\\spad{indicialEquations op} returns \\spad{[[d1,e1],...,[dq,eq]]} where the \\spad{d_i}'s are the affine singularities of \\spad{op},{} and the \\spad{e_i}'s are the indicial equations at each \\spad{d_i}.")) (|denomLODE| ((|#2| |#3| (|List| (|Fraction| |#2|))) "\\spad{denomLODE(op, [g1,...,gm])} returns a polynomial \\spad{d} such that any rational solution of \\spad{op y = c1 g1 + ... + cm gm} is of the form \\spad{p/d} for some polynomial \\spad{p}.") (((|Union| |#2| "failed") |#3| (|Fraction| |#2|)) "\\spad{denomLODE(op, g)} returns a polynomial \\spad{d} such that any rational solution of \\spad{op y = g} is of the form \\spad{p/d} for some polynomial \\spad{p},{} and \"failed\",{} if the equation has no rational solution.")))
NIL
NIL
-(-729 -3093 UP L LQ)
+(-730 -3094 UP L LQ)
((|constructor| (NIL "In-field solution of Riccati equations,{} primitive case.")) (|changeVar| ((|#3| |#3| (|Fraction| |#2|)) "\\spad{changeVar(+/[ai D^i], a)} returns the operator \\spad{+/[ai (D+a)^i]}.") ((|#3| |#3| |#2|) "\\spad{changeVar(+/[ai D^i], a)} returns the operator \\spad{+/[ai (D+a)^i]}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op, zeros, ezfactor)} returns \\spad{[[f1, L1], [f2, L2], ... , [fk, Lk]]} such that the singular part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{fi}'s (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{Li z=0}. \\spad{zeros(C(x),H(x,y))} returns all the \\spad{P_i(x)}'s such that \\spad{H(x,P_i(x)) = 0 modulo C(x)}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|polyRicDE| (((|List| (|Record| (|:| |poly| |#2|) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#1|) |#2|)) "\\spad{polyRicDE(op, zeros)} returns \\spad{[[p1, L1], [p2, L2], ... , [pk, Lk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{pi}'s (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{Li z =0}. \\spad{zeros} is a zero finder in \\spad{UP}.")) (|constantCoefficientRicDE| (((|List| (|Record| (|:| |constant| |#1|) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#1|) |#2|)) "\\spad{constantCoefficientRicDE(op, ric)} returns \\spad{[[a1, L1], [a2, L2], ... , [ak, Lk]]} such that any rational solution with no polynomial part of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{ai}'s in which case the equation for \\spad{z = y e^{-int ai}} is \\spad{Li z = 0}. \\spad{ric} is a Riccati equation solver over \\spad{F},{} whose input is the associated linear equation.")) (|leadingCoefficientRicDE| (((|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |eq| |#2|))) |#3|) "\\spad{leadingCoefficientRicDE(op)} returns \\spad{[[m1, p1], [m2, p2], ... , [mk, pk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must have degree mj for some \\spad{j},{} and its leading coefficient is then a zero of pj. In addition,{}\\spad{m1>m2> ... >mk}.")) (|denomRicDE| ((|#2| |#3|) "\\spad{denomRicDE(op)} returns a polynomial \\spad{d} such that any rational solution of the associated Riccati equation of \\spad{op y = 0} is of the form \\spad{p/d + q'/q + r} for some polynomials \\spad{p} and \\spad{q} and a reduced \\spad{r}. Also,{} \\spad{deg(p) < deg(d)} and {gcd(\\spad{d},{}\\spad{q}) = 1}.")))
NIL
NIL
-(-730 -3093 UP)
+(-731 -3094 UP)
((|constructor| (NIL "\\spad{RationalLODE} provides functions for in-field solutions of linear \\indented{1}{ordinary differential equations,{} in the rational case.}")) (|indicialEquationAtInfinity| ((|#2| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))) "\\spad{indicialEquationAtInfinity op} returns the indicial equation of \\spad{op} at infinity.") ((|#2| (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) "\\spad{indicialEquationAtInfinity op} returns the indicial equation of \\spad{op} at infinity.")) (|ratDsolve| (((|Record| (|:| |basis| (|List| (|Fraction| |#2|))) (|:| |mat| (|Matrix| |#1|))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|List| (|Fraction| |#2|))) "\\spad{ratDsolve(op, [g1,...,gm])} returns \\spad{[[h1,...,hq], M]} such that any rational solution of \\spad{op y = c1 g1 + ... + cm gm} is of the form \\spad{d1 h1 + ... + dq hq} where \\spad{M [d1,...,dq,c1,...,cm] = 0}.") (((|Record| (|:| |particular| (|Union| (|Fraction| |#2|) #1="failed")) (|:| |basis| (|List| (|Fraction| |#2|)))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Fraction| |#2|)) "\\spad{ratDsolve(op, g)} returns \\spad{[\"failed\", []]} if the equation \\spad{op y = g} has no rational solution. Otherwise,{} it returns \\spad{[f, [y1,...,ym]]} where \\spad{f} is a particular rational solution and the \\spad{yi}'s form a basis for the rational solutions of the homogeneous equation.") (((|Record| (|:| |basis| (|List| (|Fraction| |#2|))) (|:| |mat| (|Matrix| |#1|))) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|List| (|Fraction| |#2|))) "\\spad{ratDsolve(op, [g1,...,gm])} returns \\spad{[[h1,...,hq], M]} such that any rational solution of \\spad{op y = c1 g1 + ... + cm gm} is of the form \\spad{d1 h1 + ... + dq hq} where \\spad{M [d1,...,dq,c1,...,cm] = 0}.") (((|Record| (|:| |particular| (|Union| (|Fraction| |#2|) #1#)) (|:| |basis| (|List| (|Fraction| |#2|)))) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Fraction| |#2|)) "\\spad{ratDsolve(op, g)} returns \\spad{[\"failed\", []]} if the equation \\spad{op y = g} has no rational solution. Otherwise,{} it returns \\spad{[f, [y1,...,ym]]} where \\spad{f} is a particular rational solution and the \\spad{yi}'s form a basis for the rational solutions of the homogeneous equation.")))
NIL
NIL
-(-731 -3093 L UP A LO)
+(-732 -3094 L UP A LO)
((|constructor| (NIL "Elimination of an algebraic from the coefficentss of a linear ordinary differential equation.")) (|reduceLODE| (((|Record| (|:| |mat| (|Matrix| |#2|)) (|:| |vec| (|Vector| |#1|))) |#5| |#4|) "\\spad{reduceLODE(op, g)} returns \\spad{[m, v]} such that any solution in \\spad{A} of \\spad{op z = g} is of the form \\spad{z = (z_1,...,z_m) . (b_1,...,b_m)} where the \\spad{b_i's} are the basis of \\spad{A} over \\spad{F} returned by \\spadfun{basis}() from \\spad{A},{} and the \\spad{z_i's} satisfy the differential system \\spad{M.z = v}.")))
NIL
NIL
-(-732 -3093 UP)
+(-733 -3094 UP)
((|constructor| (NIL "In-field solution of Riccati equations,{} rational case.")) (|polyRicDE| (((|List| (|Record| (|:| |poly| |#2|) (|:| |eq| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{polyRicDE(op, zeros)} returns \\spad{[[p1, L1], [p2, L2], ... , [pk,Lk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{pi}'s (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int p}} is \\spad{Li z = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op, ezfactor)} returns \\spad{[[f1,L1], [f2,L2],..., [fk,Lk]]} such that the singular ++ part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{fi}'s (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int ai}} is \\spad{Li z = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|ricDsolve| (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, zeros, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op, zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, zeros, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op, zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")))
NIL
((|HasCategory| |#1| (QUOTE (-27))))
-(-733 -3093 LO)
+(-734 -3094 LO)
((|constructor| (NIL "SystemODESolver provides tools for triangulating and solving some systems of linear ordinary differential equations.")) (|solveInField| (((|Record| (|:| |particular| (|Union| (|Vector| |#1|) "failed")) (|:| |basis| (|List| (|Vector| |#1|)))) (|Matrix| |#2|) (|Vector| |#1|) (|Mapping| (|Record| (|:| |particular| (|Union| |#1| "failed")) (|:| |basis| (|List| |#1|))) |#2| |#1|)) "\\spad{solveInField(m, v, solve)} returns \\spad{[[v_1,...,v_m], v_p]} such that the solutions in \\spad{F} of the system \\spad{m x = v} are \\spad{v_p + c_1 v_1 + ... + c_m v_m} where the \\spad{c_i's} are constants,{} and the \\spad{v_i's} form a basis for the solutions of \\spad{m x = 0}. Argument \\spad{solve} is a function for solving a single linear ordinary differential equation in \\spad{F}.")) (|solve| (((|Union| (|Record| (|:| |particular| (|Vector| |#1|)) (|:| |basis| (|Matrix| |#1|))) "failed") (|Matrix| |#1|) (|Vector| |#1|) (|Mapping| (|Union| (|Record| (|:| |particular| |#1|) (|:| |basis| (|List| |#1|))) "failed") |#2| |#1|)) "\\spad{solve(m, v, solve)} returns \\spad{[[v_1,...,v_m], v_p]} such that the solutions in \\spad{F} of the system \\spad{D x = m x + v} are \\spad{v_p + c_1 v_1 + ... + c_m v_m} where the \\spad{c_i's} are constants,{} and the \\spad{v_i's} form a basis for the solutions of \\spad{D x = m x}. Argument \\spad{solve} is a function for solving a single linear ordinary differential equation in \\spad{F}.")) (|triangulate| (((|Record| (|:| |mat| (|Matrix| |#2|)) (|:| |vec| (|Vector| |#1|))) (|Matrix| |#2|) (|Vector| |#1|)) "\\spad{triangulate(m, v)} returns \\spad{[m_0, v_0]} such that \\spad{m_0} is upper triangular and the system \\spad{m_0 x = v_0} is equivalent to \\spad{m x = v}.") (((|Record| (|:| A (|Matrix| |#1|)) (|:| |eqs| (|List| (|Record| (|:| C (|Matrix| |#1|)) (|:| |g| (|Vector| |#1|)) (|:| |eq| |#2|) (|:| |rh| |#1|))))) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{triangulate(M,v)} returns \\spad{A,[[C_1,g_1,L_1,h_1],...,[C_k,g_k,L_k,h_k]]} such that under the change of variable \\spad{y = A z},{} the first order linear system \\spad{D y = M y + v} is uncoupled as \\spad{D z_i = C_i z_i + g_i} and each \\spad{C_i} is a companion matrix corresponding to the scalar equation \\spad{L_i z_j = h_i}.")))
NIL
NIL
-(-734 -3093 LODO)
+(-735 -3094 LODO)
((|constructor| (NIL "\\spad{ODETools} provides tools for the linear ODE solver.")) (|particularSolution| (((|Union| |#1| "failed") |#2| |#1| (|List| |#1|) (|Mapping| |#1| |#1|)) "\\spad{particularSolution(op, g, [f1,...,fm], I)} returns a particular solution \\spad{h} of the equation \\spad{op y = g} where \\spad{[f1,...,fm]} are linearly independent and \\spad{op(fi)=0}. The value \"failed\" is returned if no particular solution is found. Note: the method of variations of parameters is used.")) (|variationOfParameters| (((|Union| (|Vector| |#1|) "failed") |#2| |#1| (|List| |#1|)) "\\spad{variationOfParameters(op, g, [f1,...,fm])} returns \\spad{[u1,...,um]} such that a particular solution of the equation \\spad{op y = g} is \\spad{f1 int(u1) + ... + fm int(um)} where \\spad{[f1,...,fm]} are linearly independent and \\spad{op(fi)=0}. The value \"failed\" is returned if \\spad{m < n} and no particular solution is found.")) (|wronskianMatrix| (((|Matrix| |#1|) (|List| |#1|) (|NonNegativeInteger|)) "\\spad{wronskianMatrix([f1,...,fn], q, D)} returns the \\spad{q x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),...,fn^(i-1)]}.") (((|Matrix| |#1|) (|List| |#1|)) "\\spad{wronskianMatrix([f1,...,fn])} returns the \\spad{n x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),...,fn^(i-1)]}.")))
NIL
NIL
-(-735 -2622 S |f|)
+(-736 -2623 S |f|)
((|constructor| (NIL "\\indented{2}{This type represents the finite direct or cartesian product of an} underlying ordered component type. The ordering on the type is determined by its third argument which represents the less than function on vectors. This type is a suitable third argument for \\spadtype{GeneralDistributedMultivariatePolynomial}.")))
-((-3990 |has| |#2| (-961)) (-3991 |has| |#2| (-961)) (-3993 |has| |#2| (-6 -3993)))
-((OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-312))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-717))) (OR (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-756)))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-320))) (OR (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-961))))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (|HasCategory| |#2| (QUOTE (-190))) (OR (|HasCategory| |#2| (QUOTE (-190))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-961))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (|HasCategory| |#2| (QUOTE (-809 (-1090))))) (|HasCategory| |#2| (QUOTE (-1013))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-1013))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-961))))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-484) (QUOTE (-756))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1013)))) (-12 (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-1013)))) (|HasAttribute| |#2| (QUOTE -3993)) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-961)))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-961)))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#2|))))
-(-736 R)
+((-3991 |has| |#2| (-962)) (-3992 |has| |#2| (-962)) (-3994 |has| |#2| (-6 -3994)))
+((OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-312))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312)))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-718))) (OR (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-757)))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-320))) (OR (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-962))))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (|HasCategory| |#2| (QUOTE (-190))) (OR (|HasCategory| |#2| (QUOTE (-190))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-962))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (|HasCategory| |#2| (QUOTE (-810 (-1091))))) (|HasCategory| |#2| (QUOTE (-1014))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-1014))))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (-12 (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-962))))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-485) (QUOTE (-757))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1014)))) (-12 (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-1014)))) (|HasAttribute| |#2| (QUOTE -3994)) (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-962)))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-962)))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#2|))))
+(-737 R)
((|constructor| (NIL "\\spadtype{OrderlyDifferentialPolynomial} implements an ordinary differential polynomial ring in arbitrary number of differential indeterminates,{} with coefficients in a ring. The ranking on the differential indeterminate is orderly. This is analogous to the domain \\spadtype{Polynomial}. \\blankline")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-821))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| (-738 (-1090)) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| (-738 (-1090)) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-738 (-1090)) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-738 (-1090)) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| (-738 (-1090)) (QUOTE (-553 (-473))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3994)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
-(-737 |Kernels| R |var|)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-822))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| (-739 (-1091)) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| (-739 (-1091)) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-739 (-1091)) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-739 (-1091)) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| (-739 (-1091)) (QUOTE (-554 (-474))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3995)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(-738 |Kernels| R |var|)
((|constructor| (NIL "This constructor produces an ordinary differential ring from a partial differential ring by specifying a variable.")))
-(((-3998 "*") |has| |#2| (-312)) (-3989 |has| |#2| (-312)) (-3994 |has| |#2| (-312)) (-3988 |has| |#2| (-312)) (-3993 . T) (-3991 . T) (-3990 . T))
+(((-3999 "*") |has| |#2| (-312)) (-3990 |has| |#2| (-312)) (-3995 |has| |#2| (-312)) (-3989 |has| |#2| (-312)) (-3994 . T) (-3992 . T) (-3991 . T))
((|HasCategory| |#2| (QUOTE (-312))))
-(-738 S)
+(-739 S)
((|constructor| (NIL "\\spadtype{OrderlyDifferentialVariable} adds a commonly used orderly ranking to the set of derivatives of an ordered list of differential indeterminates. An orderly ranking is a ranking \\spadfun{<} of the derivatives with the property that for two derivatives \\spad{u} and \\spad{v},{} \\spad{u} \\spadfun{<} \\spad{v} if the \\spadfun{order} of \\spad{u} is less than that of \\spad{v}. This domain belongs to \\spadtype{DifferentialVariableCategory}. It defines \\spadfun{weight} to be just \\spadfun{order},{} and it defines an orderly ranking \\spadfun{<} on derivatives \\spad{u} via the lexicographic order on the pair (\\spadfun{order}(\\spad{u}),{} \\spadfun{variable}(\\spad{u})).")))
NIL
NIL
-(-739 S)
+(-740 S)
((|constructor| (NIL "\\indented{3}{The free monoid on a set \\spad{S} is the monoid of finite products of} the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}'s are in \\spad{S},{} and the \\spad{ni}'s are non-negative integers. The multiplication is not commutative. For two elements \\spad{x} and \\spad{y} the relation \\spad{x < y} holds if either \\spad{length(x) < length(y)} holds or if these lengths are equal and if \\spad{x} is smaller than \\spad{y} \\spad{w}.\\spad{r}.\\spad{t}. the lexicographical ordering induced by \\spad{S}. This domain inherits implementation from \\spadtype{FreeMonoid}.")) (|varList| (((|List| |#1|) $) "\\spad{varList(x)} returns the list of variables of \\spad{x}.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(x)} returns the length of \\spad{x}.")) (|div| (((|Union| (|Record| (|:| |lm| $) (|:| |rm| $)) "failed") $ $) "\\spad{x div y} returns the left and right exact quotients of \\spad{x} by \\spad{y},{} that is \\spad{[l, r]} such that \\spad{x = l * y * r}. \"failed\" is returned iff \\spad{x} is not of the form \\spad{l * y * r}. monomial of \\spad{x}.")) (|rquo| (((|Union| $ "failed") $ |#1|) "\\spad{rquo(x, s)} returns the exact right quotient of \\spad{x} by \\spad{s}.")) (|lquo| (((|Union| $ "failed") $ |#1|) "\\spad{lquo(x, s)} returns the exact left quotient of \\spad{x} by \\spad{s}.")) (|lexico| (((|Boolean|) $ $) "\\spad{lexico(x,y)} returns \\spad{true} iff \\spad{x} is smaller than \\spad{y} \\spad{w}.\\spad{r}.\\spad{t}. the pure lexicographical ordering induced by \\spad{S}.")) (|mirror| (($ $) "\\spad{mirror(x)} returns the reversed word of \\spad{x}.")) (|rest| (($ $) "\\spad{rest(x)} returns \\spad{x} except the first letter.")) (|first| ((|#1| $) "\\spad{first(x)} returns the first letter of \\spad{x}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-756))))
-(-740)
+((|HasCategory| |#1| (QUOTE (-757))))
+(-741)
((|constructor| (NIL "The category of ordered commutative integral domains,{} where ordering and the arithmetic operations are compatible \\blankline")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-741 P R)
+(-742 P R)
((|constructor| (NIL "This constructor creates the \\spadtype{MonogenicLinearOperator} domain which is ``opposite'' in the ring sense to \\spad{P}. That is,{} as sets \\spad{P = \\$} but \\spad{a * b} in \\spad{\\$} is equal to \\spad{b * a} in \\spad{P}.")) (|po| ((|#1| $) "\\spad{po(q)} creates a value in \\spad{P} equal to \\spad{q} in \\$.")) (|op| (($ |#1|) "\\spad{op(p)} creates a value in \\$ equal to \\spad{p} in \\spad{P}.")))
-((-3990 . T) (-3991 . T) (-3993 . T))
+((-3991 . T) (-3992 . T) (-3994 . T))
((|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-190))))
-(-742 S)
+(-743 S)
((|constructor| (NIL "to become an in order iterator")) (|min| ((|#1| $) "\\spad{min(u)} returns the smallest entry in the multiset aggregate \\spad{u}.")))
-((-3986 . T) (-3997 . T))
+((-3987 . T))
NIL
-(-743 R)
+(-744 R)
((|constructor| (NIL "Adjunction of a complex infinity to a set. Date Created: 4 Oct 1989 Date Last Updated: 1 Nov 1989")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(x)} returns \\spad{x} as a finite rational number if it is one,{} \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(x)} returns \\spad{x} as a finite rational number. Error: if \\spad{x} is not a rational number.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(x)} tests if \\spad{x} is a finite rational number.")) (|infinite?| (((|Boolean|) $) "\\spad{infinite?(x)} tests if \\spad{x} is infinite.")) (|finite?| (((|Boolean|) $) "\\spad{finite?(x)} tests if \\spad{x} is finite.")) (|infinity| (($) "\\spad{infinity()} returns infinity.")))
-((-3993 |has| |#1| (-755)))
-((|HasCategory| |#1| (QUOTE (-755))) (|HasCategory| |#1| (QUOTE (-21))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-755)))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (OR (|HasCategory| |#1| (QUOTE (-755))) (|HasCategory| |#1| (QUOTE (-950 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-483))))
-(-744 R S)
+((-3994 |has| |#1| (-756)))
+((|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-21))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-756)))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-951 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-484))))
+(-745 R S)
((|constructor| (NIL "Lifting of maps to one-point completions. Date Created: 4 Oct 1989 Date Last Updated: 4 Oct 1989")) (|map| (((|OnePointCompletion| |#2|) (|Mapping| |#2| |#1|) (|OnePointCompletion| |#1|) (|OnePointCompletion| |#2|)) "\\spad{map(f, r, i)} lifts \\spad{f} and applies it to \\spad{r},{} assuming that \\spad{f}(infinity) = \\spad{i}.") (((|OnePointCompletion| |#2|) (|Mapping| |#2| |#1|) (|OnePointCompletion| |#1|)) "\\spad{map(f, r)} lifts \\spad{f} and applies it to \\spad{r},{} assuming that \\spad{f}(infinity) = infinity.")))
NIL
NIL
-(-745 R)
+(-746 R)
((|constructor| (NIL "Algebra of ADDITIVE operators over a ring.")))
-((-3991 |has| |#1| (-146)) (-3990 |has| |#1| (-146)) (-3993 . T))
+((-3992 |has| |#1| (-146)) (-3991 |has| |#1| (-146)) (-3994 . T))
((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))))
-(-746 A S)
+(-747 A S)
((|constructor| (NIL "This category specifies the interface for operators used to build terms,{} in the sense of Universal Algebra. The domain parameter \\spad{S} provides representation for the `external name' of an operator.")) (|is?| (((|Boolean|) $ |#2|) "\\spad{is?(op,n)} holds if the name of the operator \\spad{op} is \\spad{n}.")) (|arity| (((|Arity|) $) "\\spad{arity(op)} returns the arity of the operator \\spad{op}.")) (|name| ((|#2| $) "\\spad{name(op)} returns the externam name of \\spad{op}.")))
NIL
NIL
-(-747 S)
+(-748 S)
((|constructor| (NIL "This category specifies the interface for operators used to build terms,{} in the sense of Universal Algebra. The domain parameter \\spad{S} provides representation for the `external name' of an operator.")) (|is?| (((|Boolean|) $ |#1|) "\\spad{is?(op,n)} holds if the name of the operator \\spad{op} is \\spad{n}.")) (|arity| (((|Arity|) $) "\\spad{arity(op)} returns the arity of the operator \\spad{op}.")) (|name| ((|#1| $) "\\spad{name(op)} returns the externam name of \\spad{op}.")))
NIL
NIL
-(-748)
+(-749)
((|constructor| (NIL "This package exports tools to create AXIOM Library information databases.")) (|getDatabase| (((|Database| (|IndexCard|)) (|String|)) "\\spad{getDatabase(\"char\")} returns a list of appropriate entries in the browser database. The legal values for \\spad{\"char\"} are \"o\" (operations),{} \"k\" (constructors),{} \"d\" (domains),{} \"c\" (categories) or \"p\" (packages).")))
NIL
NIL
-(-749)
+(-750)
((|constructor| (NIL "This the datatype for an operator-signature pair.")) (|construct| (($ (|Identifier|) (|Signature|)) "\\spad{construct(op,sig)} construct a signature-operator with operator name `op',{} and signature `sig'.")) (|signature| (((|Signature|) $) "\\spad{signature(x)} returns the signature of `x'.")))
NIL
NIL
-(-750 R)
+(-751 R)
((|constructor| (NIL "Adjunction of two real infinites quantities to a set. Date Created: 4 Oct 1989 Date Last Updated: 1 Nov 1989")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(x)} returns \\spad{x} as a finite rational number if it is one and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(x)} returns \\spad{x} as a finite rational number. Error: if \\spad{x} cannot be so converted.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(x)} tests if \\spad{x} is a finite rational number.")) (|whatInfinity| (((|SingleInteger|) $) "\\spad{whatInfinity(x)} returns 0 if \\spad{x} is finite,{} 1 if \\spad{x} is +infinity,{} and \\spad{-1} if \\spad{x} is -infinity.")) (|infinite?| (((|Boolean|) $) "\\spad{infinite?(x)} tests if \\spad{x} is +infinity or -infinity,{}")) (|finite?| (((|Boolean|) $) "\\spad{finite?(x)} tests if \\spad{x} is finite.")) (|minusInfinity| (($) "\\spad{minusInfinity()} returns -infinity.")) (|plusInfinity| (($) "\\spad{plusInfinity()} returns +infinity.")))
-((-3993 |has| |#1| (-755)))
-((|HasCategory| |#1| (QUOTE (-755))) (|HasCategory| |#1| (QUOTE (-21))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-755)))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (OR (|HasCategory| |#1| (QUOTE (-755))) (|HasCategory| |#1| (QUOTE (-950 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-483))))
-(-751 R S)
+((-3994 |has| |#1| (-756)))
+((|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-21))) (OR (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-756)))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-951 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-484))))
+(-752 R S)
((|constructor| (NIL "Lifting of maps to ordered completions. Date Created: 4 Oct 1989 Date Last Updated: 4 Oct 1989")) (|map| (((|OrderedCompletion| |#2|) (|Mapping| |#2| |#1|) (|OrderedCompletion| |#1|) (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|)) "\\spad{map(f, r, p, m)} lifts \\spad{f} and applies it to \\spad{r},{} assuming that \\spad{f}(plusInfinity) = \\spad{p} and that \\spad{f}(minusInfinity) = \\spad{m}.") (((|OrderedCompletion| |#2|) (|Mapping| |#2| |#1|) (|OrderedCompletion| |#1|)) "\\spad{map(f, r)} lifts \\spad{f} and applies it to \\spad{r},{} assuming that \\spad{f}(plusInfinity) = plusInfinity and that \\spad{f}(minusInfinity) = minusInfinity.")))
NIL
NIL
-(-752)
+(-753)
((|constructor| (NIL "Ordered finite sets.")) (|max| (($) "\\spad{max} is the maximum value of \\%.")) (|min| (($) "\\spad{min} is the minimum value of \\%.")))
NIL
NIL
-(-753 -2622 S)
+(-754 -2623 S)
((|constructor| (NIL "\\indented{3}{This package provides ordering functions on vectors which} are suitable parameters for OrderedDirectProduct.")) (|reverseLex| (((|Boolean|) (|Vector| |#2|) (|Vector| |#2|)) "\\spad{reverseLex(v1,v2)} return \\spad{true} if the vector \\spad{v1} is less than the vector \\spad{v2} in the ordering which is total degree refined by the reverse lexicographic ordering.")) (|totalLex| (((|Boolean|) (|Vector| |#2|) (|Vector| |#2|)) "\\spad{totalLex(v1,v2)} return \\spad{true} if the vector \\spad{v1} is less than the vector \\spad{v2} in the ordering which is total degree refined by lexicographic ordering.")) (|pureLex| (((|Boolean|) (|Vector| |#2|) (|Vector| |#2|)) "\\spad{pureLex(v1,v2)} return \\spad{true} if the vector \\spad{v1} is less than the vector \\spad{v2} in the lexicographic ordering.")))
NIL
NIL
-(-754)
+(-755)
((|constructor| (NIL "Ordered sets which are also monoids,{} such that multiplication preserves the ordering. \\blankline")))
NIL
NIL
-(-755)
+(-756)
((|constructor| (NIL "Ordered sets which are also rings,{} that is,{} domains where the ring operations are compatible with the ordering. \\blankline")))
-((-3993 . T))
+((-3994 . T))
NIL
-(-756)
+(-757)
((|constructor| (NIL "The class of totally ordered sets,{} that is,{} sets such that for each pair of elements \\spad{(a,b)} exactly one of the following relations holds \\spad{a<b or a=b or b<a} and the relation is transitive,{} \\spadignore{i.e.} \\spad{a<b and b<c => a<c}.")))
NIL
NIL
-(-757 T$ |f|)
+(-758 T$ |f|)
((|constructor| (NIL "This domain turns any total ordering \\spad{f} on a type \\spad{T} into a model of the category \\spadtype{OrderedType}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-552 (-772)))))
-(-758 S)
+((|HasCategory| |#1| (QUOTE (-553 (-773)))))
+(-759 S)
((|constructor| (NIL "Category of types equipped with a total ordering.")) (|min| (($ $ $) "\\spad{min(x,y)} returns the minimum of \\spad{x} and \\spad{y} relative to the ordering.")) (|max| (($ $ $) "\\spad{max(x,y)} returns the maximum of \\spad{x} and \\spad{y} relative to the ordering.")) (>= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is greater or equal than \\spad{y} in the current domain.")) (<= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is less or equal than \\spad{y} in the current domain.")) (> (((|Boolean|) $ $) "\\spad{x > y} holds if \\spad{x} is greater than \\spad{y} in the current domain.")) (< (((|Boolean|) $ $) "\\spad{x < y} holds if \\spad{x} is less than \\spad{y} in the current domain.")))
NIL
NIL
-(-759)
+(-760)
((|constructor| (NIL "Category of types equipped with a total ordering.")) (|min| (($ $ $) "\\spad{min(x,y)} returns the minimum of \\spad{x} and \\spad{y} relative to the ordering.")) (|max| (($ $ $) "\\spad{max(x,y)} returns the maximum of \\spad{x} and \\spad{y} relative to the ordering.")) (>= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is greater or equal than \\spad{y} in the current domain.")) (<= (((|Boolean|) $ $) "\\spad{x <= y} holds if \\spad{x} is less or equal than \\spad{y} in the current domain.")) (> (((|Boolean|) $ $) "\\spad{x > y} holds if \\spad{x} is greater than \\spad{y} in the current domain.")) (< (((|Boolean|) $ $) "\\spad{x < y} holds if \\spad{x} is less than \\spad{y} in the current domain.")))
NIL
NIL
-(-760 S R)
+(-761 S R)
((|constructor| (NIL "This is the category of univariate skew polynomials over an Ore coefficient ring. The multiplication is given by \\spad{x a = \\sigma(a) x + \\delta a}. This category is an evolution of the types \\indented{2}{MonogenicLinearOperator,{} OppositeMonogenicLinearOperator,{} and} \\indented{2}{NonCommutativeOperatorDivision} developped by Jean Della Dora and Stephen \\spad{M}. Watt.")) (|leftLcm| (($ $ $) "\\spad{leftLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = aa*a = bb*b} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using right-division.")) (|rightExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{rightExtendedGcd(a,b)} returns \\spad{[c,d]} such that \\spad{g = c * a + d * b = rightGcd(a, b)}.")) (|rightGcd| (($ $ $) "\\spad{rightGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = aa*g}} \\indented{3}{\\spad{b = bb*g}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using right-division.")) (|rightExactQuotient| (((|Union| $ "failed") $ $) "\\spad{rightExactQuotient(a,b)} computes the value \\spad{q},{} if it exists such that \\spad{a = q*b}.")) (|rightRemainder| (($ $ $) "\\spad{rightRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|rightQuotient| (($ $ $) "\\spad{rightQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|rightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{rightDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``right division''.")) (|rightLcm| (($ $ $) "\\spad{rightLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = a*aa = b*bb} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using left-division.")) (|leftExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{leftExtendedGcd(a,b)} returns \\spad{[c,d]} such that \\spad{g = a * c + b * d = leftGcd(a, b)}.")) (|leftGcd| (($ $ $) "\\spad{leftGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = g*aa}} \\indented{3}{\\spad{b = g*bb}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using left-division.")) (|leftExactQuotient| (((|Union| $ "failed") $ $) "\\spad{leftExactQuotient(a,b)} computes the value \\spad{q},{} if it exists,{} \\indented{1}{such that \\spad{a = b*q}.}")) (|leftRemainder| (($ $ $) "\\spad{leftRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|leftQuotient| (($ $ $) "\\spad{leftQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|leftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{leftDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division''.")) (|primitivePart| (($ $) "\\spad{primitivePart(l)} returns \\spad{l0} such that \\spad{l = a * l0} for some a in \\spad{R},{} and \\spad{content(l0) = 1}.")) (|content| ((|#2| $) "\\spad{content(l)} returns the gcd of all the coefficients of \\spad{l}.")) (|monicRightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicRightDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``right division''.")) (|monicLeftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicLeftDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``left division''.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(l, a)} returns the exact quotient of \\spad{l} by a,{} returning \\axiom{\"failed\"} if this is not possible.")) (|apply| ((|#2| $ |#2| |#2|) "\\spad{apply(p, c, m)} returns \\spad{p(m)} where the action is given by \\spad{x m = c sigma(m) + delta(m)}.")) (|coefficients| (((|List| |#2|) $) "\\spad{coefficients(l)} returns the list of all the nonzero coefficients of \\spad{l}.")) (|monomial| (($ |#2| (|NonNegativeInteger|)) "\\spad{monomial(c,k)} produces \\spad{c} times the \\spad{k}-th power of the generating operator,{} \\spad{monomial(1,1)}.")) (|coefficient| ((|#2| $ (|NonNegativeInteger|)) "\\spad{coefficient(l,k)} is \\spad{a(k)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|reductum| (($ $) "\\spad{reductum(l)} is \\spad{l - monomial(a(n),n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|leadingCoefficient| ((|#2| $) "\\spad{leadingCoefficient(l)} is \\spad{a(n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|minimumDegree| (((|NonNegativeInteger|) $) "\\spad{minimumDegree(l)} is the smallest \\spad{k} such that \\spad{a(k) ~= 0} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(l)} is \\spad{n} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")))
NIL
-((|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-146))))
-(-761 R)
+((|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-146))))
+(-762 R)
((|constructor| (NIL "This is the category of univariate skew polynomials over an Ore coefficient ring. The multiplication is given by \\spad{x a = \\sigma(a) x + \\delta a}. This category is an evolution of the types \\indented{2}{MonogenicLinearOperator,{} OppositeMonogenicLinearOperator,{} and} \\indented{2}{NonCommutativeOperatorDivision} developped by Jean Della Dora and Stephen \\spad{M}. Watt.")) (|leftLcm| (($ $ $) "\\spad{leftLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = aa*a = bb*b} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using right-division.")) (|rightExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{rightExtendedGcd(a,b)} returns \\spad{[c,d]} such that \\spad{g = c * a + d * b = rightGcd(a, b)}.")) (|rightGcd| (($ $ $) "\\spad{rightGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = aa*g}} \\indented{3}{\\spad{b = bb*g}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using right-division.")) (|rightExactQuotient| (((|Union| $ "failed") $ $) "\\spad{rightExactQuotient(a,b)} computes the value \\spad{q},{} if it exists such that \\spad{a = q*b}.")) (|rightRemainder| (($ $ $) "\\spad{rightRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|rightQuotient| (($ $ $) "\\spad{rightQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|rightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{rightDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``right division''.")) (|rightLcm| (($ $ $) "\\spad{rightLcm(a,b)} computes the value \\spad{m} of lowest degree such that \\spad{m = a*aa = b*bb} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using left-division.")) (|leftExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{leftExtendedGcd(a,b)} returns \\spad{[c,d]} such that \\spad{g = a * c + b * d = leftGcd(a, b)}.")) (|leftGcd| (($ $ $) "\\spad{leftGcd(a,b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = g*aa}} \\indented{3}{\\spad{b = g*bb}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using left-division.")) (|leftExactQuotient| (((|Union| $ "failed") $ $) "\\spad{leftExactQuotient(a,b)} computes the value \\spad{q},{} if it exists,{} \\indented{1}{such that \\spad{a = b*q}.}")) (|leftRemainder| (($ $ $) "\\spad{leftRemainder(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|leftQuotient| (($ $ $) "\\spad{leftQuotient(a,b)} computes the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|leftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{leftDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division''.")) (|primitivePart| (($ $) "\\spad{primitivePart(l)} returns \\spad{l0} such that \\spad{l = a * l0} for some a in \\spad{R},{} and \\spad{content(l0) = 1}.")) (|content| ((|#1| $) "\\spad{content(l)} returns the gcd of all the coefficients of \\spad{l}.")) (|monicRightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicRightDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``right division''.")) (|monicLeftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicLeftDivide(a,b)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``left division''.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(l, a)} returns the exact quotient of \\spad{l} by a,{} returning \\axiom{\"failed\"} if this is not possible.")) (|apply| ((|#1| $ |#1| |#1|) "\\spad{apply(p, c, m)} returns \\spad{p(m)} where the action is given by \\spad{x m = c sigma(m) + delta(m)}.")) (|coefficients| (((|List| |#1|) $) "\\spad{coefficients(l)} returns the list of all the nonzero coefficients of \\spad{l}.")) (|monomial| (($ |#1| (|NonNegativeInteger|)) "\\spad{monomial(c,k)} produces \\spad{c} times the \\spad{k}-th power of the generating operator,{} \\spad{monomial(1,1)}.")) (|coefficient| ((|#1| $ (|NonNegativeInteger|)) "\\spad{coefficient(l,k)} is \\spad{a(k)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|reductum| (($ $) "\\spad{reductum(l)} is \\spad{l - monomial(a(n),n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(l)} is \\spad{a(n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|minimumDegree| (((|NonNegativeInteger|) $) "\\spad{minimumDegree(l)} is the smallest \\spad{k} such that \\spad{a(k) ~= 0} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(l)} is \\spad{n} if \\indented{2}{\\spad{l = sum(monomial(a(i),i), i = 0..n)}.}")))
-((-3990 . T) (-3991 . T) (-3993 . T))
+((-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-762 R C)
+(-763 R C)
((|constructor| (NIL "\\spad{UnivariateSkewPolynomialCategoryOps} provides products and \\indented{1}{divisions of univariate skew polynomials.}")) (|rightDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{rightDivide(a, b, sigma)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``right division''. \\spad{\\sigma} is the morphism to use.")) (|leftDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{leftDivide(a, b, sigma)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division''. \\spad{\\sigma} is the morphism to use.")) (|monicRightDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{monicRightDivide(a, b, sigma)} returns the pair \\spad{[q,r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``right division''. \\spad{\\sigma} is the morphism to use.")) (|monicLeftDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{monicLeftDivide(a, b, sigma)} returns the pair \\spad{[q,r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``left division''. \\spad{\\sigma} is the morphism to use.")) (|apply| ((|#1| |#2| |#1| |#1| (|Automorphism| |#1|) (|Mapping| |#1| |#1|)) "\\spad{apply(p, c, m, sigma, delta)} returns \\spad{p(m)} where the action is given by \\spad{x m = c sigma(m) + delta(m)}.")) (|times| ((|#2| |#2| |#2| (|Automorphism| |#1|) (|Mapping| |#1| |#1|)) "\\spad{times(p, q, sigma, delta)} returns \\spad{p * q}. \\spad{\\sigma} and \\spad{\\delta} are the maps to use.")))
NIL
-((|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495))))
-(-763 R |sigma| -3245)
+((|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496))))
+(-764 R |sigma| -3246)
((|constructor| (NIL "This is the domain of sparse univariate skew polynomials over an Ore coefficient field. The multiplication is given by \\spad{x a = \\sigma(a) x + \\delta a}.")) (|outputForm| (((|OutputForm|) $ (|OutputForm|)) "\\spad{outputForm(p, x)} returns the output form of \\spad{p} using \\spad{x} for the otherwise anonymous variable.")))
-((-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-312))))
-(-764 |x| R |sigma| -3245)
+((-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-312))))
+(-765 |x| R |sigma| -3246)
((|constructor| (NIL "This is the domain of univariate skew polynomials over an Ore coefficient field in a named variable. The multiplication is given by \\spad{x a = \\sigma(a) x + \\delta a}.")))
-((-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-312))))
-(-765 R)
+((-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-312))))
+(-766 R)
((|constructor| (NIL "This package provides orthogonal polynomials as functions on a ring.")) (|legendreP| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{legendreP(n,x)} is the \\spad{n}-th Legendre polynomial,{} \\spad{P[n](x)}. These are defined by \\spad{1/sqrt(1-2*x*t+t**2) = sum(P[n](x)*t**n, n = 0..)}.")) (|laguerreL| ((|#1| (|NonNegativeInteger|) (|NonNegativeInteger|) |#1|) "\\spad{laguerreL(m,n,x)} is the associated Laguerre polynomial,{} \\spad{L<m>[n](x)}. This is the \\spad{m}-th derivative of \\spad{L[n](x)}.") ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{laguerreL(n,x)} is the \\spad{n}-th Laguerre polynomial,{} \\spad{L[n](x)}. These are defined by \\spad{exp(-t*x/(1-t))/(1-t) = sum(L[n](x)*t**n/n!, n = 0..)}.")) (|hermiteH| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{hermiteH(n,x)} is the \\spad{n}-th Hermite polynomial,{} \\spad{H[n](x)}. These are defined by \\spad{exp(2*t*x-t**2) = sum(H[n](x)*t**n/n!, n = 0..)}.")) (|chebyshevU| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{chebyshevU(n,x)} is the \\spad{n}-th Chebyshev polynomial of the second kind,{} \\spad{U[n](x)}. These are defined by \\spad{1/(1-2*t*x+t**2) = sum(T[n](x) *t**n, n = 0..)}.")) (|chebyshevT| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{chebyshevT(n,x)} is the \\spad{n}-th Chebyshev polynomial of the first kind,{} \\spad{T[n](x)}. These are defined by \\spad{(1-t*x)/(1-2*t*x+t**2) = sum(T[n](x) *t**n, n = 0..)}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))))
-(-766)
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))))
+(-767)
((|constructor| (NIL "Semigroups with compatible ordering.")))
NIL
NIL
-(-767)
+(-768)
((|constructor| (NIL "\\indented{1}{Author : Larry Lambe} Date created : 14 August 1988 Date Last Updated : 11 March 1991 Description : A domain used in order to take the free \\spad{R}-module on the Integers \\spad{I}. This is actually the forgetful functor from OrderedRings to OrderedSets applied to \\spad{I}")) (|value| (((|Integer|) $) "\\spad{value(x)} returns the integer associated with \\spad{x}")) (|coerce| (($ (|Integer|)) "\\spad{coerce(i)} returns the element corresponding to \\spad{i}")))
NIL
NIL
-(-768)
+(-769)
((|constructor| (NIL "OutPackage allows pretty-printing from programs.")) (|outputList| (((|Void|) (|List| (|Any|))) "\\spad{outputList(l)} displays the concatenated components of the list \\spad{l} on the ``algebra output'' stream,{} as defined by \\spadsyscom{set output algebra}; quotes are stripped from strings.")) (|output| (((|Void|) (|String|) (|OutputForm|)) "\\spad{output(s,x)} displays the string \\spad{s} followed by the form \\spad{x} on the ``algebra output'' stream,{} as defined by \\spadsyscom{set output algebra}.") (((|Void|) (|OutputForm|)) "\\spad{output(x)} displays the output form \\spad{x} on the ``algebra output'' stream,{} as defined by \\spadsyscom{set output algebra}.") (((|Void|) (|String|)) "\\spad{output(s)} displays the string \\spad{s} on the ``algebra output'' stream,{} as defined by \\spadsyscom{set output algebra}.")))
NIL
NIL
-(-769 S)
+(-770 S)
((|constructor| (NIL "This category describes output byte stream conduits.")) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) "\\spad{writeBytes!(c,b)} write bytes from buffer `b' onto the conduit `c'. The actual number of written bytes is returned.")) (|writeUInt8!| (((|Maybe| (|UInt8|)) $ (|UInt8|)) "\\spad{writeUInt8!(c,b)} attempts to write the unsigned 8-bit value `v' on the conduit `c'. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeInt8!| (((|Maybe| (|Int8|)) $ (|Int8|)) "\\spad{writeInt8!(c,b)} attempts to write the 8-bit value `v' on the conduit `c'. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeByte!| (((|Maybe| (|Byte|)) $ (|Byte|)) "\\spad{writeByte!(c,b)} attempts to write the byte `b' on the conduit `c'. Returns the written byte if successful,{} otherwise,{} returns \\spad{nothing}.")))
NIL
NIL
-(-770)
+(-771)
((|constructor| (NIL "This category describes output byte stream conduits.")) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) "\\spad{writeBytes!(c,b)} write bytes from buffer `b' onto the conduit `c'. The actual number of written bytes is returned.")) (|writeUInt8!| (((|Maybe| (|UInt8|)) $ (|UInt8|)) "\\spad{writeUInt8!(c,b)} attempts to write the unsigned 8-bit value `v' on the conduit `c'. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeInt8!| (((|Maybe| (|Int8|)) $ (|Int8|)) "\\spad{writeInt8!(c,b)} attempts to write the 8-bit value `v' on the conduit `c'. Returns the written value if successful,{} otherwise,{} returns \\spad{nothing}.")) (|writeByte!| (((|Maybe| (|Byte|)) $ (|Byte|)) "\\spad{writeByte!(c,b)} attempts to write the byte `b' on the conduit `c'. Returns the written byte if successful,{} otherwise,{} returns \\spad{nothing}.")))
NIL
NIL
-(-771)
+(-772)
((|constructor| (NIL "This domain provides representation for binary files open for output operations. `Binary' here means that the conduits do not interpret their contents.")) (|isOpen?| (((|Boolean|) $) "open?(ifile) holds if `ifile' is in open state.")) (|outputBinaryFile| (($ (|String|)) "\\spad{outputBinaryFile(f)} returns an output conduit obtained by opening the file named by `f' as a binary file.") (($ (|FileName|)) "\\spad{outputBinaryFile(f)} returns an output conduit obtained by opening the file named by `f' as a binary file.")))
NIL
NIL
-(-772)
+(-773)
((|constructor| (NIL "This domain is used to create and manipulate mathematical expressions for output. It is intended to provide an insulating layer between the expression rendering software (\\spadignore{e.g.} TeX,{} or Script) and the output coercions in the various domains.")) (SEGMENT (($ $) "\\spad{SEGMENT(x)} creates the prefix form: \\spad{x..}.") (($ $ $) "\\spad{SEGMENT(x,y)} creates the infix form: \\spad{x..y}.")) (|not| (($ $) "\\spad{not f} creates the equivalent prefix form.")) (|or| (($ $ $) "\\spad{f or g} creates the equivalent infix form.")) (|and| (($ $ $) "\\spad{f and g} creates the equivalent infix form.")) (|exquo| (($ $ $) "\\spad{exquo(f,g)} creates the equivalent infix form.")) (|quo| (($ $ $) "\\spad{f quo g} creates the equivalent infix form.")) (|rem| (($ $ $) "\\spad{f rem g} creates the equivalent infix form.")) (|div| (($ $ $) "\\spad{f div g} creates the equivalent infix form.")) (** (($ $ $) "\\spad{f ** g} creates the equivalent infix form.")) (/ (($ $ $) "\\spad{f / g} creates the equivalent infix form.")) (* (($ $ $) "\\spad{f * g} creates the equivalent infix form.")) (- (($ $) "\\spad{- f} creates the equivalent prefix form.") (($ $ $) "\\spad{f - g} creates the equivalent infix form.")) (+ (($ $ $) "\\spad{f + g} creates the equivalent infix form.")) (>= (($ $ $) "\\spad{f >= g} creates the equivalent infix form.")) (<= (($ $ $) "\\spad{f <= g} creates the equivalent infix form.")) (> (($ $ $) "\\spad{f > g} creates the equivalent infix form.")) (< (($ $ $) "\\spad{f < g} creates the equivalent infix form.")) (~= (($ $ $) "\\spad{f ~= g} creates the equivalent infix form.")) (= (($ $ $) "\\spad{f = g} creates the equivalent infix form.")) (|blankSeparate| (($ (|List| $)) "\\spad{blankSeparate(l)} creates the form separating the elements of \\spad{l} by blanks.")) (|semicolonSeparate| (($ (|List| $)) "\\spad{semicolonSeparate(l)} creates the form separating the elements of \\spad{l} by semicolons.")) (|commaSeparate| (($ (|List| $)) "\\spad{commaSeparate(l)} creates the form separating the elements of \\spad{l} by commas.")) (|pile| (($ (|List| $)) "\\spad{pile(l)} creates the form consisting of the elements of \\spad{l} which displays as a pile,{} \\spadignore{i.e.} the elements begin on a new line and are indented right to the same margin.")) (|paren| (($ (|List| $)) "\\spad{paren(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in parentheses.") (($ $) "\\spad{paren(f)} creates the form enclosing \\spad{f} in parentheses.")) (|bracket| (($ (|List| $)) "\\spad{bracket(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in square brackets.") (($ $) "\\spad{bracket(f)} creates the form enclosing \\spad{f} in square brackets.")) (|brace| (($ (|List| $)) "\\spad{brace(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in curly brackets.") (($ $) "\\spad{brace(f)} creates the form enclosing \\spad{f} in braces (curly brackets).")) (|int| (($ $ $ $) "\\spad{int(expr,lowerlimit,upperlimit)} creates the form prefixing \\spad{expr} by an integral sign with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{int(expr,lowerlimit)} creates the form prefixing \\spad{expr} by an integral sign with a \\spad{lowerlimit}.") (($ $) "\\spad{int(expr)} creates the form prefixing \\spad{expr} with an integral sign.")) (|prod| (($ $ $ $) "\\spad{prod(expr,lowerlimit,upperlimit)} creates the form prefixing \\spad{expr} by a capital \\spad{pi} with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{prod(expr,lowerlimit)} creates the form prefixing \\spad{expr} by a capital \\spad{pi} with a \\spad{lowerlimit}.") (($ $) "\\spad{prod(expr)} creates the form prefixing \\spad{expr} by a capital \\spad{pi}.")) (|sum| (($ $ $ $) "\\spad{sum(expr,lowerlimit,upperlimit)} creates the form prefixing \\spad{expr} by a capital sigma with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{sum(expr,lowerlimit)} creates the form prefixing \\spad{expr} by a capital sigma with a \\spad{lowerlimit}.") (($ $) "\\spad{sum(expr)} creates the form prefixing \\spad{expr} by a capital sigma.")) (|overlabel| (($ $ $) "\\spad{overlabel(x,f)} creates the form \\spad{f} with \"x overbar\" over the top.")) (|overbar| (($ $) "\\spad{overbar(f)} creates the form \\spad{f} with an overbar.")) (|prime| (($ $ (|NonNegativeInteger|)) "\\spad{prime(f,n)} creates the form \\spad{f} followed by \\spad{n} primes.") (($ $) "\\spad{prime(f)} creates the form \\spad{f} followed by a suffix prime (single quote).")) (|dot| (($ $ (|NonNegativeInteger|)) "\\spad{dot(f,n)} creates the form \\spad{f} with \\spad{n} dots overhead.") (($ $) "\\spad{dot(f)} creates the form with a one dot overhead.")) (|quote| (($ $) "\\spad{quote(f)} creates the form \\spad{f} with a prefix quote.")) (|supersub| (($ $ (|List| $)) "\\spad{supersub(a,[sub1,super1,sub2,super2,...])} creates a form with each subscript aligned under each superscript.")) (|scripts| (($ $ (|List| $)) "\\spad{scripts(f, [sub, super, presuper, presub])} \\indented{1}{creates a form for \\spad{f} with scripts on all 4 corners.}")) (|presuper| (($ $ $) "\\spad{presuper(f,n)} creates a form for \\spad{f} presuperscripted by \\spad{n}.")) (|presub| (($ $ $) "\\spad{presub(f,n)} creates a form for \\spad{f} presubscripted by \\spad{n}.")) (|super| (($ $ $) "\\spad{super(f,n)} creates a form for \\spad{f} superscripted by \\spad{n}.")) (|sub| (($ $ $) "\\spad{sub(f,n)} creates a form for \\spad{f} subscripted by \\spad{n}.")) (|binomial| (($ $ $) "\\spad{binomial(n,m)} creates a form for the binomial coefficient of \\spad{n} and \\spad{m}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(f,n)} creates a form for the \\spad{n}th derivative of \\spad{f},{} \\spadignore{e.g.} \\spad{f'},{} \\spad{f''},{} \\spad{f'''},{} \"f super \\spad{iv}\".")) (|rarrow| (($ $ $) "\\spad{rarrow(f,g)} creates a form for the mapping \\spad{f -> g}.")) (|assign| (($ $ $) "\\spad{assign(f,g)} creates a form for the assignment \\spad{f := g}.")) (|slash| (($ $ $) "\\spad{slash(f,g)} creates a form for the horizontal fraction of \\spad{f} over \\spad{g}.")) (|over| (($ $ $) "\\spad{over(f,g)} creates a form for the vertical fraction of \\spad{f} over \\spad{g}.")) (|root| (($ $ $) "\\spad{root(f,n)} creates a form for the \\spad{n}th root of form \\spad{f}.") (($ $) "\\spad{root(f)} creates a form for the square root of form \\spad{f}.")) (|zag| (($ $ $) "\\spad{zag(f,g)} creates a form for the continued fraction form for \\spad{f} over \\spad{g}.")) (|matrix| (($ (|List| (|List| $))) "\\spad{matrix(llf)} makes \\spad{llf} (a list of lists of forms) into a form which displays as a matrix.")) (|box| (($ $) "\\spad{box(f)} encloses \\spad{f} in a box.")) (|label| (($ $ $) "\\spad{label(n,f)} gives form \\spad{f} an equation label \\spad{n}.")) (|string| (($ $) "\\spad{string(f)} creates \\spad{f} with string quotes.")) (|elt| (($ $ (|List| $)) "\\spad{elt(op,l)} creates a form for application of \\spad{op} to list of arguments \\spad{l}.")) (|infix?| (((|Boolean|) $) "\\spad{infix?(op)} returns \\spad{true} if \\spad{op} is an infix operator,{} and \\spad{false} otherwise.")) (|postfix| (($ $ $) "\\spad{postfix(op, a)} creates a form which prints as: a \\spad{op}.")) (|infix| (($ $ $ $) "\\spad{infix(op, a, b)} creates a form which prints as: a \\spad{op} \\spad{b}.") (($ $ (|List| $)) "\\spad{infix(f,l)} creates a form depicting the \\spad{n}-ary application of infix operation \\spad{f} to a tuple of arguments \\spad{l}.")) (|prefix| (($ $ (|List| $)) "\\spad{prefix(f,l)} creates a form depicting the \\spad{n}-ary prefix application of \\spad{f} to a tuple of arguments given by list \\spad{l}.")) (|vconcat| (($ (|List| $)) "\\spad{vconcat(u)} vertically concatenates all forms in list \\spad{u}.") (($ $ $) "\\spad{vconcat(f,g)} vertically concatenates forms \\spad{f} and \\spad{g}.")) (|hconcat| (($ (|List| $)) "\\spad{hconcat(u)} horizontally concatenates all forms in list \\spad{u}.") (($ $ $) "\\spad{hconcat(f,g)} horizontally concatenate forms \\spad{f} and \\spad{g}.")) (|center| (($ $) "\\spad{center(f)} centers form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{center(f,n)} centers form \\spad{f} within space of width \\spad{n}.")) (|right| (($ $) "\\spad{right(f)} right-justifies form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{right(f,n)} right-justifies form \\spad{f} within space of width \\spad{n}.")) (|left| (($ $) "\\spad{left(f)} left-justifies form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{left(f,n)} left-justifies form \\spad{f} within space of width \\spad{n}.")) (|rspace| (($ (|Integer|) (|Integer|)) "\\spad{rspace(n,m)} creates rectangular white space,{} \\spad{n} wide by \\spad{m} high.")) (|vspace| (($ (|Integer|)) "\\spad{vspace(n)} creates white space of height \\spad{n}.")) (|hspace| (($ (|Integer|)) "\\spad{hspace(n)} creates white space of width \\spad{n}.")) (|superHeight| (((|Integer|) $) "\\spad{superHeight(f)} returns the height of form \\spad{f} above the base line.")) (|subHeight| (((|Integer|) $) "\\spad{subHeight(f)} returns the height of form \\spad{f} below the base line.")) (|height| (((|Integer|)) "\\spad{height()} returns the height of the display area (an integer).") (((|Integer|) $) "\\spad{height(f)} returns the height of form \\spad{f} (an integer).")) (|width| (((|Integer|)) "\\spad{width()} returns the width of the display area (an integer).") (((|Integer|) $) "\\spad{width(f)} returns the width of form \\spad{f} (an integer).")) (|doubleFloatFormat| (((|String|) (|String|)) "change the output format for doublefloats using lisp format strings")) (|empty| (($) "\\spad{empty()} creates an empty form.")) (|outputForm| (($ (|DoubleFloat|)) "\\spad{outputForm(sf)} creates an form for small float \\spad{sf}.") (($ (|String|)) "\\spad{outputForm(s)} creates an form for string \\spad{s}.") (($ (|Symbol|)) "\\spad{outputForm(s)} creates an form for symbol \\spad{s}.") (($ (|Integer|)) "\\spad{outputForm(n)} creates an form for integer \\spad{n}.")) (|messagePrint| (((|Void|) (|String|)) "\\spad{messagePrint(s)} prints \\spad{s} without string quotes. Note: \\spad{messagePrint(s)} is equivalent to \\spad{print message(s)}.")) (|message| (($ (|String|)) "\\spad{message(s)} creates an form with no string quotes from string \\spad{s}.")) (|print| (((|Void|) $) "\\spad{print(u)} prints the form \\spad{u}.")))
NIL
NIL
-(-773 |VariableList|)
+(-774 |VariableList|)
((|constructor| (NIL "This domain implements ordered variables")) (|variable| (((|Union| $ "failed") (|Symbol|)) "\\spad{variable(s)} returns a member of the variable set or failed")))
NIL
NIL
-(-774)
+(-775)
((|constructor| (NIL "This domain represents set of overloaded operators (in fact operator descriptors).")) (|members| (((|List| (|FunctionDescriptor|)) $) "\\spad{members(x)} returns the list of operator descriptors,{} \\spadignore{e.g.} signature and implementation slots,{} of the overload set \\spad{x}.")) (|name| (((|Identifier|) $) "\\spad{name(x)} returns the name of the overload set \\spad{x}.")))
NIL
NIL
-(-775 R |vl| |wl| |wtlevel|)
+(-776 R |vl| |wl| |wtlevel|)
((|constructor| (NIL "This domain represents truncated weighted polynomials over the \"Polynomial\" type. The variables must be specified,{} as must the weights. The representation is sparse in the sense that only non-zero terms are represented.")) (|changeWeightLevel| (((|Void|) (|NonNegativeInteger|)) "\\spad{changeWeightLevel(n)} This changes the weight level to the new value given: NB: previously calculated terms are not affected")) (/ (((|Union| $ "failed") $ $) "\\spad{x/y} division (only works if minimum weight of divisor is zero,{} and if \\spad{R} is a Field)")))
-((-3991 |has| |#1| (-146)) (-3990 |has| |#1| (-146)) (-3993 . T))
+((-3992 |has| |#1| (-146)) (-3991 |has| |#1| (-146)) (-3994 . T))
((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))))
-(-776 R PS UP)
+(-777 R PS UP)
((|constructor| (NIL "\\indented{1}{This package computes reliable Pad&ea. approximants using} a generalized Viskovatov continued fraction algorithm. Authors: Burge,{} Hassner & Watt. Date Created: April 1987 Date Last Updated: 12 April 1990 Keywords: Pade,{} series Examples: References: \\indented{2}{\"Pade Approximants,{} Part I: Basic Theory\",{} Baker & Graves-Morris.}")) (|padecf| (((|Union| (|ContinuedFraction| |#3|) "failed") (|NonNegativeInteger|) (|NonNegativeInteger|) |#2| |#2|) "\\spad{padecf(nd,dd,ns,ds)} computes the approximant as a continued fraction of polynomials (if it exists) for arguments \\spad{nd} (numerator degree of approximant),{} \\spad{dd} (denominator degree of approximant),{} \\spad{ns} (numerator series of function),{} and \\spad{ds} (denominator series of function).")) (|pade| (((|Union| (|Fraction| |#3|) "failed") (|NonNegativeInteger|) (|NonNegativeInteger|) |#2| |#2|) "\\spad{pade(nd,dd,ns,ds)} computes the approximant as a quotient of polynomials (if it exists) for arguments \\spad{nd} (numerator degree of approximant),{} \\spad{dd} (denominator degree of approximant),{} \\spad{ns} (numerator series of function),{} and \\spad{ds} (denominator series of function).")))
NIL
NIL
-(-777 R |x| |pt|)
+(-778 R |x| |pt|)
((|constructor| (NIL "\\indented{1}{This package computes reliable Pad&ea. approximants using} a generalized Viskovatov continued fraction algorithm. Authors: Trager,{}Burge,{} Hassner & Watt. Date Created: April 1987 Date Last Updated: 12 April 1990 Keywords: Pade,{} series Examples: References: \\indented{2}{\"Pade Approximants,{} Part I: Basic Theory\",{} Baker & Graves-Morris.}")) (|pade| (((|Union| (|Fraction| (|UnivariatePolynomial| |#2| |#1|)) "failed") (|NonNegativeInteger|) (|NonNegativeInteger|) (|UnivariateTaylorSeries| |#1| |#2| |#3|)) "\\spad{pade(nd,dd,s)} computes the quotient of polynomials (if it exists) with numerator degree at most \\spad{nd} and denominator degree at most \\spad{dd} which matches the series \\spad{s} to order \\spad{nd + dd}.") (((|Union| (|Fraction| (|UnivariatePolynomial| |#2| |#1|)) "failed") (|NonNegativeInteger|) (|NonNegativeInteger|) (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|UnivariateTaylorSeries| |#1| |#2| |#3|)) "\\spad{pade(nd,dd,ns,ds)} computes the approximant as a quotient of polynomials (if it exists) for arguments \\spad{nd} (numerator degree of approximant),{} \\spad{dd} (denominator degree of approximant),{} \\spad{ns} (numerator series of function),{} and \\spad{ds} (denominator series of function).")))
NIL
NIL
-(-778 |p|)
+(-779 |p|)
((|constructor| (NIL "Stream-based implementation of Zp: \\spad{p}-adic numbers are represented as sum(\\spad{i} = 0..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in 0,{}1,{}...,{}(\\spad{p} - 1).")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-779 |p|)
+(-780 |p|)
((|constructor| (NIL "This is the catefory of stream-based representations of \\indented{2}{the \\spad{p}-adic integers.}")) (|root| (($ (|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{root(f,a)} returns a root of the polynomial \\spad{f}. Argument \\spad{a} must be a root of \\spad{f} \\spad{(mod p)}.")) (|sqrt| (($ $ (|Integer|)) "\\spad{sqrt(b,a)} returns a square root of \\spad{b}. Argument \\spad{a} is a square root of \\spad{b} \\spad{(mod p)}.")) (|approximate| (((|Integer|) $ (|Integer|)) "\\spad{approximate(x,n)} returns an integer \\spad{y} such that \\spad{y = x (mod p^n)} when \\spad{n} is positive,{} and 0 otherwise.")) (|quotientByP| (($ $) "\\spad{quotientByP(x)} returns \\spad{b},{} where \\spad{x = a + b p}.")) (|moduloP| (((|Integer|) $) "\\spad{modulo(x)} returns a,{} where \\spad{x = a + b p}.")) (|modulus| (((|Integer|)) "\\spad{modulus()} returns the value of \\spad{p}.")) (|complete| (($ $) "\\spad{complete(x)} forces the computation of all digits.")) (|extend| (($ $ (|Integer|)) "\\spad{extend(x,n)} forces the computation of digits up to order \\spad{n}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(x)} returns the exponent of the highest power of \\spad{p} dividing \\spad{x}.")) (|digits| (((|Stream| (|Integer|)) $) "\\spad{digits(x)} returns a stream of \\spad{p}-adic digits of \\spad{x}.")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-780 |p|)
+(-781 |p|)
((|constructor| (NIL "Stream-based implementation of Qp: numbers are represented as sum(\\spad{i} = \\spad{k}..,{} a[\\spad{i}] * p^i) where the a[\\spad{i}] lie in 0,{}1,{}...,{}(\\spad{p} - 1).")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| (-778 |#1|) (QUOTE (-821))) (|HasCategory| (-778 |#1|) (QUOTE (-950 (-1090)))) (|HasCategory| (-778 |#1|) (QUOTE (-118))) (|HasCategory| (-778 |#1|) (QUOTE (-120))) (|HasCategory| (-778 |#1|) (QUOTE (-553 (-473)))) (|HasCategory| (-778 |#1|) (QUOTE (-933))) (|HasCategory| (-778 |#1|) (QUOTE (-740))) (|HasCategory| (-778 |#1|) (QUOTE (-756))) (OR (|HasCategory| (-778 |#1|) (QUOTE (-740))) (|HasCategory| (-778 |#1|) (QUOTE (-756)))) (|HasCategory| (-778 |#1|) (QUOTE (-950 (-484)))) (|HasCategory| (-778 |#1|) (QUOTE (-1066))) (|HasCategory| (-778 |#1|) (QUOTE (-796 (-330)))) (|HasCategory| (-778 |#1|) (QUOTE (-796 (-484)))) (|HasCategory| (-778 |#1|) (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-778 |#1|) (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-778 |#1|) (QUOTE (-580 (-484)))) (|HasCategory| (-778 |#1|) (QUOTE (-189))) (|HasCategory| (-778 |#1|) (QUOTE (-811 (-1090)))) (|HasCategory| (-778 |#1|) (QUOTE (-190))) (|HasCategory| (-778 |#1|) (QUOTE (-809 (-1090)))) (|HasCategory| (-778 |#1|) (|%list| (QUOTE -455) (QUOTE (-1090)) (|%list| (QUOTE -778) (|devaluate| |#1|)))) (|HasCategory| (-778 |#1|) (|%list| (QUOTE -260) (|%list| (QUOTE -778) (|devaluate| |#1|)))) (|HasCategory| (-778 |#1|) (|%list| (QUOTE -241) (|%list| (QUOTE -778) (|devaluate| |#1|)) (|%list| (QUOTE -778) (|devaluate| |#1|)))) (|HasCategory| (-778 |#1|) (QUOTE (-258))) (|HasCategory| (-778 |#1|) (QUOTE (-483))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-778 |#1|) (QUOTE (-821)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-778 |#1|) (QUOTE (-821)))) (|HasCategory| (-778 |#1|) (QUOTE (-118)))))
-(-781 |p| PADIC)
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| (-779 |#1|) (QUOTE (-822))) (|HasCategory| (-779 |#1|) (QUOTE (-951 (-1091)))) (|HasCategory| (-779 |#1|) (QUOTE (-118))) (|HasCategory| (-779 |#1|) (QUOTE (-120))) (|HasCategory| (-779 |#1|) (QUOTE (-554 (-474)))) (|HasCategory| (-779 |#1|) (QUOTE (-934))) (|HasCategory| (-779 |#1|) (QUOTE (-741))) (|HasCategory| (-779 |#1|) (QUOTE (-757))) (OR (|HasCategory| (-779 |#1|) (QUOTE (-741))) (|HasCategory| (-779 |#1|) (QUOTE (-757)))) (|HasCategory| (-779 |#1|) (QUOTE (-951 (-485)))) (|HasCategory| (-779 |#1|) (QUOTE (-1067))) (|HasCategory| (-779 |#1|) (QUOTE (-797 (-330)))) (|HasCategory| (-779 |#1|) (QUOTE (-797 (-485)))) (|HasCategory| (-779 |#1|) (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-779 |#1|) (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-779 |#1|) (QUOTE (-581 (-485)))) (|HasCategory| (-779 |#1|) (QUOTE (-189))) (|HasCategory| (-779 |#1|) (QUOTE (-812 (-1091)))) (|HasCategory| (-779 |#1|) (QUOTE (-190))) (|HasCategory| (-779 |#1|) (QUOTE (-810 (-1091)))) (|HasCategory| (-779 |#1|) (|%list| (QUOTE -456) (QUOTE (-1091)) (|%list| (QUOTE -779) (|devaluate| |#1|)))) (|HasCategory| (-779 |#1|) (|%list| (QUOTE -260) (|%list| (QUOTE -779) (|devaluate| |#1|)))) (|HasCategory| (-779 |#1|) (|%list| (QUOTE -241) (|%list| (QUOTE -779) (|devaluate| |#1|)) (|%list| (QUOTE -779) (|devaluate| |#1|)))) (|HasCategory| (-779 |#1|) (QUOTE (-258))) (|HasCategory| (-779 |#1|) (QUOTE (-484))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-779 |#1|) (QUOTE (-822)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-779 |#1|) (QUOTE (-822)))) (|HasCategory| (-779 |#1|) (QUOTE (-118)))))
+(-782 |p| PADIC)
((|constructor| (NIL "This is the category of stream-based representations of Qp.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,x)} removes up to \\spad{n} leading zeroes from the \\spad{p}-adic rational \\spad{x}.") (($ $) "\\spad{removeZeroes(x)} removes leading zeroes from the representation of the \\spad{p}-adic rational \\spad{x}. A \\spad{p}-adic rational is represented by (1) an exponent and (2) a \\spad{p}-adic integer which may have leading zero digits. When the \\spad{p}-adic integer has a leading zero digit,{} a 'leading zero' is removed from the \\spad{p}-adic rational as follows: the number is rewritten by increasing the exponent by 1 and dividing the \\spad{p}-adic integer by \\spad{p}. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}.")) (|continuedFraction| (((|ContinuedFraction| (|Fraction| (|Integer|))) $) "\\spad{continuedFraction(x)} converts the \\spad{p}-adic rational number \\spad{x} to a continued fraction.")) (|approximate| (((|Fraction| (|Integer|)) $ (|Integer|)) "\\spad{approximate(x,n)} returns a rational number \\spad{y} such that \\spad{y = x (mod p^n)}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| |#2| (QUOTE (-950 (-1090)))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| |#2| (QUOTE (-933))) (|HasCategory| |#2| (QUOTE (-740))) (|HasCategory| |#2| (QUOTE (-756))) (OR (|HasCategory| |#2| (QUOTE (-740))) (|HasCategory| |#2| (QUOTE (-756)))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1066))) (|HasCategory| |#2| (QUOTE (-796 (-330)))) (|HasCategory| |#2| (QUOTE (-796 (-484)))) (|HasCategory| |#2| (QUOTE (-553 (-800 (-330))))) (|HasCategory| |#2| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (|%list| (QUOTE -455) (QUOTE (-1090)) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -241) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-483))) (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
-(-782 S T$)
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| |#2| (QUOTE (-951 (-1091)))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| |#2| (QUOTE (-934))) (|HasCategory| |#2| (QUOTE (-741))) (|HasCategory| |#2| (QUOTE (-757))) (OR (|HasCategory| |#2| (QUOTE (-741))) (|HasCategory| |#2| (QUOTE (-757)))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1067))) (|HasCategory| |#2| (QUOTE (-797 (-330)))) (|HasCategory| |#2| (QUOTE (-797 (-485)))) (|HasCategory| |#2| (QUOTE (-554 (-801 (-330))))) (|HasCategory| |#2| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (|%list| (QUOTE -456) (QUOTE (-1091)) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))) (|HasCategory| |#2| (|%list| (QUOTE -241) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-484))) (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
+(-783 S T$)
((|constructor| (NIL "\\indented{1}{This domain provides a very simple representation} of the notion of `pair of objects'. It does not try to achieve all possible imaginable things.")) (|second| ((|#2| $) "\\spad{second(p)} extracts the second components of `p'.")) (|first| ((|#1| $) "\\spad{first(p)} extracts the first component of `p'.")) (|construct| (($ |#1| |#2|) "\\spad{construct(s,t)} is same as pair(\\spad{s},{}\\spad{t}),{} with syntactic sugar.")) (|pair| (($ |#1| |#2|) "\\spad{pair(s,t)} returns a pair object composed of `s' and `t'.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-1013)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-552 (-772))))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-1013))))) (-12 (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-552 (-772))))))
-(-783)
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-1014)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-553 (-773))))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-1014))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-553 (-773))))))
+(-784)
((|constructor| (NIL "This domain describes four groups of color shades (palettes).")) (|shade| (((|Integer|) $) "\\spad{shade(p)} returns the shade index of the indicated palette \\spad{p}.")) (|hue| (((|Color|) $) "\\spad{hue(p)} returns the hue field of the indicated palette \\spad{p}.")) (|light| (($ (|Color|)) "\\spad{light(c)} sets the shade of a hue,{} \\spad{c},{} to it's highest value.")) (|pastel| (($ (|Color|)) "\\spad{pastel(c)} sets the shade of a hue,{} \\spad{c},{} above bright,{} but below light.")) (|bright| (($ (|Color|)) "\\spad{bright(c)} sets the shade of a hue,{} \\spad{c},{} above dim,{} but below pastel.")) (|dim| (($ (|Color|)) "\\spad{dim(c)} sets the shade of a hue,{} \\spad{c},{} above dark,{} but below bright.")) (|dark| (($ (|Color|)) "\\spad{dark(c)} sets the shade of the indicated hue of \\spad{c} to it's lowest value.")))
NIL
NIL
-(-784)
+(-785)
((|constructor| (NIL "This package provides a coerce from polynomials over algebraic numbers to \\spadtype{Expression AlgebraicNumber}.")) (|coerce| (((|Expression| (|Integer|)) (|Fraction| (|Polynomial| (|AlgebraicNumber|)))) "\\spad{coerce(rf)} converts \\spad{rf},{} a fraction of polynomial \\spad{p} with algebraic number coefficients to \\spadtype{Expression Integer}.") (((|Expression| (|Integer|)) (|Polynomial| (|AlgebraicNumber|))) "\\spad{coerce(p)} converts the polynomial \\spad{p} with algebraic number coefficients to \\spadtype{Expression Integer}.")))
NIL
NIL
-(-785)
+(-786)
((|constructor| (NIL "Representation of parameters to functions or constructors. For the most part,{} they are Identifiers. However,{} in very cases,{} they are \"flags\",{} \\spadignore{e.g.} string literals.")) (|autoCoerce| (((|String|) $) "\\spad{autoCoerce(x)@String} implicitly coerce the object \\spad{x} to \\spadtype{String}. This function is left at the discretion of the compiler.") (((|Identifier|) $) "\\spad{autoCoerce(x)@Identifier} implicitly coerce the object \\spad{x} to \\spadtype{Identifier}. This function is left at the discretion of the compiler.")) (|case| (((|Boolean|) $ (|[\|\|]| (|String|))) "\\spad{x case String} if the parameter AST object \\spad{x} designates a flag.") (((|Boolean|) $ (|[\|\|]| (|Identifier|))) "\\spad{x case Identifier} if the parameter AST object \\spad{x} designates an \\spadtype{Identifier}.")))
NIL
NIL
-(-786 CF1 CF2)
+(-787 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricPlaneCurve| |#2|) (|Mapping| |#2| |#1|) (|ParametricPlaneCurve| |#1|)) "\\spad{map(f,x)} \\undocumented")))
NIL
NIL
-(-787 |ComponentFunction|)
+(-788 |ComponentFunction|)
((|constructor| (NIL "ParametricPlaneCurve is used for plotting parametric plane curves in the affine plane.")) (|coordinate| ((|#1| $ (|NonNegativeInteger|)) "\\spad{coordinate(c,i)} returns a coordinate function for \\spad{c} using 1-based indexing according to \\spad{i}. This indicates what the function for the coordinate component \\spad{i} of the plane curve is.")) (|curve| (($ |#1| |#1|) "\\spad{curve(c1,c2)} creates a plane curve from 2 component functions \\spad{c1} and \\spad{c2}.")))
NIL
NIL
-(-788 CF1 CF2)
+(-789 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricSpaceCurve| |#2|) (|Mapping| |#2| |#1|) (|ParametricSpaceCurve| |#1|)) "\\spad{map(f,x)} \\undocumented")))
NIL
NIL
-(-789 |ComponentFunction|)
+(-790 |ComponentFunction|)
((|constructor| (NIL "ParametricSpaceCurve is used for plotting parametric space curves in affine 3-space.")) (|coordinate| ((|#1| $ (|NonNegativeInteger|)) "\\spad{coordinate(c,i)} returns a coordinate function of \\spad{c} using 1-based indexing according to \\spad{i}. This indicates what the function for the coordinate component,{} \\spad{i},{} of the space curve is.")) (|curve| (($ |#1| |#1| |#1|) "\\spad{curve(c1,c2,c3)} creates a space curve from 3 component functions \\spad{c1},{} \\spad{c2},{} and \\spad{c3}.")))
NIL
NIL
-(-790)
+(-791)
((|constructor| (NIL "\\indented{1}{This package provides a simple Spad script parser.} Related Constructors: Syntax. See Also: Syntax.")) (|getSyntaxFormsFromFile| (((|List| (|Syntax|)) (|String|)) "\\spad{getSyntaxFormsFromFile(f)} parses the source file \\spad{f} (supposedly containing Spad scripts) and returns a List Syntax. The filename \\spad{f} is supposed to have the proper extension. Note that source location information is not part of result.")))
NIL
NIL
-(-791 CF1 CF2)
+(-792 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricSurface| |#2|) (|Mapping| |#2| |#1|) (|ParametricSurface| |#1|)) "\\spad{map(f,x)} \\undocumented")))
NIL
NIL
-(-792 |ComponentFunction|)
+(-793 |ComponentFunction|)
((|constructor| (NIL "ParametricSurface is used for plotting parametric surfaces in affine 3-space.")) (|coordinate| ((|#1| $ (|NonNegativeInteger|)) "\\spad{coordinate(s,i)} returns a coordinate function of \\spad{s} using 1-based indexing according to \\spad{i}. This indicates what the function for the coordinate component,{} \\spad{i},{} of the surface is.")) (|surface| (($ |#1| |#1| |#1|) "\\spad{surface(c1,c2,c3)} creates a surface from 3 parametric component functions \\spad{c1},{} \\spad{c2},{} and \\spad{c3}.")))
NIL
NIL
-(-793)
+(-794)
((|constructor| (NIL "PartitionsAndPermutations contains functions for generating streams of integer partitions,{} and streams of sequences of integers composed from a multi-set.")) (|permutations| (((|Stream| (|List| (|Integer|))) (|Integer|)) "\\spad{permutations(n)} is the stream of permutations \\indented{1}{formed from \\spad{1,2,3,...,n}.}")) (|sequences| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|))) "\\spad{sequences([l0,l1,l2,..,ln])} is the set of \\indented{1}{all sequences formed from} \\spad{l0} 0's,{}\\spad{l1} 1's,{}\\spad{l2} 2's,{}...,{}\\spad{ln} \\spad{n}'s.") (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{sequences(l1,l2)} is the stream of all sequences that \\indented{1}{can be composed from the multiset defined from} \\indented{1}{two lists of integers \\spad{l1} and \\spad{l2}.} \\indented{1}{For example,{}the pair \\spad{([1,2,4],[2,3,5])} represents} \\indented{1}{multi-set with 1 \\spad{2},{} 2 \\spad{3}'s,{} and 4 \\spad{5}'s.}")) (|shufflein| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|Stream| (|List| (|Integer|)))) "\\spad{shufflein(l,st)} maps shuffle(\\spad{l},{}\\spad{u}) on to all \\indented{1}{members \\spad{u} of \\spad{st},{} concatenating the results.}")) (|shuffle| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{shuffle(l1,l2)} forms the stream of all shuffles of \\spad{l1} \\indented{1}{and \\spad{l2},{} \\spadignore{i.e.} all sequences that can be formed from} \\indented{1}{merging \\spad{l1} and \\spad{l2}.}")) (|conjugates| (((|Stream| (|List| (|PositiveInteger|))) (|Stream| (|List| (|PositiveInteger|)))) "\\spad{conjugates(lp)} is the stream of conjugates of a stream \\indented{1}{of partitions \\spad{lp}.}")) (|conjugate| (((|List| (|PositiveInteger|)) (|List| (|PositiveInteger|))) "\\spad{conjugate(pt)} is the conjugate of the partition \\spad{pt}.")))
NIL
NIL
-(-794 R)
+(-795 R)
((|constructor| (NIL "An object \\spad{S} is Patternable over an object \\spad{R} if \\spad{S} can lift the conversions from \\spad{R} into \\spadtype{Pattern(Integer)} and \\spadtype{Pattern(Float)} to itself.")))
NIL
NIL
-(-795 R S L)
+(-796 R S L)
((|constructor| (NIL "A PatternMatchListResult is an object internally returned by the pattern matcher when matching on lists. It is either a failed match,{} or a pair of PatternMatchResult,{} one for atoms (elements of the list),{} and one for lists.")) (|lists| (((|PatternMatchResult| |#1| |#3|) $) "\\spad{lists(r)} returns the list of matches that match lists.")) (|atoms| (((|PatternMatchResult| |#1| |#2|) $) "\\spad{atoms(r)} returns the list of matches that match atoms (elements of the lists).")) (|makeResult| (($ (|PatternMatchResult| |#1| |#2|) (|PatternMatchResult| |#1| |#3|)) "\\spad{makeResult(r1,r2)} makes the combined result [\\spad{r1},{}\\spad{r2}].")) (|new| (($) "\\spad{new()} returns a new empty match result.")) (|failed| (($) "\\spad{failed()} returns a failed match.")) (|failed?| (((|Boolean|) $) "\\spad{failed?(r)} tests if \\spad{r} is a failed match.")))
NIL
NIL
-(-796 S)
+(-797 S)
((|constructor| (NIL "A set \\spad{R} is PatternMatchable over \\spad{S} if elements of \\spad{R} can be matched to patterns over \\spad{S}.")) (|patternMatch| (((|PatternMatchResult| |#1| $) $ (|Pattern| |#1|) (|PatternMatchResult| |#1| $)) "\\spad{patternMatch(expr, pat, res)} matches the pattern \\spad{pat} to the expression \\spad{expr}. res contains the variables of \\spad{pat} which are already matched and their matches (necessary for recursion). Initially,{} res is just the result of \\spadfun{new} which is an empty list of matches.")))
NIL
NIL
-(-797 |Base| |Subject| |Pat|)
+(-798 |Base| |Subject| |Pat|)
((|constructor| (NIL "This package provides the top-level pattern macthing functions.")) (|Is| (((|PatternMatchResult| |#1| |#2|) |#2| |#3|) "\\spad{Is(expr, pat)} matches the pattern pat on the expression \\spad{expr} and returns a match of the form \\spad{[v1 = e1,...,vn = en]}; returns an empty match if \\spad{expr} is exactly equal to pat. returns a \\spadfun{failed} match if pat does not match \\spad{expr}.") (((|List| (|Equation| (|Polynomial| |#2|))) |#2| |#3|) "\\spad{Is(expr, pat)} matches the pattern pat on the expression \\spad{expr} and returns a list of matches \\spad{[v1 = e1,...,vn = en]}; returns an empty list if either \\spad{expr} is exactly equal to pat or if pat does not match \\spad{expr}.") (((|List| (|Equation| |#2|)) |#2| |#3|) "\\spad{Is(expr, pat)} matches the pattern pat on the expression \\spad{expr} and returns a list of matches \\spad{[v1 = e1,...,vn = en]}; returns an empty list if either \\spad{expr} is exactly equal to pat or if pat does not match \\spad{expr}.") (((|PatternMatchListResult| |#1| |#2| (|List| |#2|)) (|List| |#2|) |#3|) "\\spad{Is([e1,...,en], pat)} matches the pattern pat on the list of expressions \\spad{[e1,...,en]} and returns the result.")) (|is?| (((|Boolean|) (|List| |#2|) |#3|) "\\spad{is?([e1,...,en], pat)} tests if the list of expressions \\spad{[e1,...,en]} matches the pattern pat.") (((|Boolean|) |#2| |#3|) "\\spad{is?(expr, pat)} tests if the expression \\spad{expr} matches the pattern pat.")))
NIL
-((-12 (-2561 (|HasCategory| |#2| (QUOTE (-950 (-1090))))) (-2561 (|HasCategory| |#2| (QUOTE (-961))))) (-12 (|HasCategory| |#2| (QUOTE (-961))) (-2561 (|HasCategory| |#2| (QUOTE (-950 (-1090)))))) (|HasCategory| |#2| (QUOTE (-950 (-1090)))))
-(-798 R S)
+((-12 (-2562 (|HasCategory| |#2| (QUOTE (-951 (-1091))))) (-2562 (|HasCategory| |#2| (QUOTE (-962))))) (-12 (|HasCategory| |#2| (QUOTE (-962))) (-2562 (|HasCategory| |#2| (QUOTE (-951 (-1091)))))) (|HasCategory| |#2| (QUOTE (-951 (-1091)))))
+(-799 R S)
((|constructor| (NIL "A PatternMatchResult is an object internally returned by the pattern matcher; It is either a failed match,{} or a list of matches of the form (var,{} expr) meaning that the variable var matches the expression expr.")) (|satisfy?| (((|Union| (|Boolean|) "failed") $ (|Pattern| |#1|)) "\\spad{satisfy?(r, p)} returns \\spad{true} if the matches satisfy the top-level predicate of \\spad{p},{} \\spad{false} if they don't,{} and \"failed\" if not enough variables of \\spad{p} are matched in \\spad{r} to decide.")) (|construct| (($ (|List| (|Record| (|:| |key| (|Symbol|)) (|:| |entry| |#2|)))) "\\spad{construct([v1,e1],...,[vn,en])} returns the match result containing the matches (\\spad{v1},{}\\spad{e1}),{}...,{}(vn,{}en).")) (|destruct| (((|List| (|Record| (|:| |key| (|Symbol|)) (|:| |entry| |#2|))) $) "\\spad{destruct(r)} returns the list of matches (var,{} expr) in \\spad{r}. Error: if \\spad{r} is a failed match.")) (|addMatchRestricted| (($ (|Pattern| |#1|) |#2| $ |#2|) "\\spad{addMatchRestricted(var, expr, r, val)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} provided that \\spad{expr} satisfies the predicates attached to \\spad{var},{} that \\spad{var} is not matched to another expression already,{} and that either \\spad{var} is an optional pattern variable or that \\spad{expr} is not equal to val (usually an identity).")) (|insertMatch| (($ (|Pattern| |#1|) |#2| $) "\\spad{insertMatch(var, expr, r)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} without checking predicates or previous matches for \\spad{var}.")) (|addMatch| (($ (|Pattern| |#1|) |#2| $) "\\spad{addMatch(var, expr, r)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} provided that \\spad{expr} satisfies the predicates attached to \\spad{var},{} and that \\spad{var} is not matched to another expression already.")) (|getMatch| (((|Union| |#2| "failed") (|Pattern| |#1|) $) "\\spad{getMatch(var, r)} returns the expression that \\spad{var} matches in the result \\spad{r},{} and \"failed\" if \\spad{var} is not matched in \\spad{r}.")) (|union| (($ $ $) "\\spad{union(a, b)} makes the set-union of two match results.")) (|new| (($) "\\spad{new()} returns a new empty match result.")) (|failed| (($) "\\spad{failed()} returns a failed match.")) (|failed?| (((|Boolean|) $) "\\spad{failed?(r)} tests if \\spad{r} is a failed match.")))
NIL
NIL
-(-799 R A B)
+(-800 R A B)
((|constructor| (NIL "Lifts maps to pattern matching results.")) (|map| (((|PatternMatchResult| |#1| |#3|) (|Mapping| |#3| |#2|) (|PatternMatchResult| |#1| |#2|)) "\\spad{map(f, [(v1,a1),...,(vn,an)])} returns the matching result [(\\spad{v1},{}\\spad{f}(\\spad{a1})),{}...,{}(vn,{}\\spad{f}(an))].")))
NIL
NIL
-(-800 R)
+(-801 R)
((|constructor| (NIL "Patterns for use by the pattern matcher.")) (|optpair| (((|Union| (|List| $) "failed") (|List| $)) "\\spad{optpair(l)} returns \\spad{l} has the form \\spad{[a, b]} and a is optional,{} and \"failed\" otherwise.")) (|variables| (((|List| $) $) "\\spad{variables(p)} returns the list of matching variables appearing in \\spad{p}.")) (|getBadValues| (((|List| (|Any|)) $) "\\spad{getBadValues(p)} returns the list of \"bad values\" for \\spad{p}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|addBadValue| (($ $ (|Any|)) "\\spad{addBadValue(p, v)} adds \\spad{v} to the list of \"bad values\" for \\spad{p}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|resetBadValues| (($ $) "\\spad{resetBadValues(p)} initializes the list of \"bad values\" for \\spad{p} to \\spad{[]}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|hasTopPredicate?| (((|Boolean|) $) "\\spad{hasTopPredicate?(p)} tests if \\spad{p} has a top-level predicate.")) (|topPredicate| (((|Record| (|:| |var| (|List| (|Symbol|))) (|:| |pred| (|Any|))) $) "\\spad{topPredicate(x)} returns \\spad{[[a1,...,an], f]} where the top-level predicate of \\spad{x} is \\spad{f(a1,...,an)}. Note: \\spad{n} is 0 if \\spad{x} has no top-level predicate.")) (|setTopPredicate| (($ $ (|List| (|Symbol|)) (|Any|)) "\\spad{setTopPredicate(x, [a1,...,an], f)} returns \\spad{x} with the top-level predicate set to \\spad{f(a1,...,an)}.")) (|patternVariable| (($ (|Symbol|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{patternVariable(x, c?, o?, m?)} creates a pattern variable \\spad{x},{} which is constant if \\spad{c? = true},{} optional if \\spad{o? = true},{} and multiple if \\spad{m? = true}.")) (|withPredicates| (($ $ (|List| (|Any|))) "\\spad{withPredicates(p, [p1,...,pn])} makes a copy of \\spad{p} and attaches the predicate \\spad{p1} and ... and pn to the copy,{} which is returned.")) (|setPredicates| (($ $ (|List| (|Any|))) "\\spad{setPredicates(p, [p1,...,pn])} attaches the predicate \\spad{p1} and ... and pn to \\spad{p}.")) (|predicates| (((|List| (|Any|)) $) "\\spad{predicates(p)} returns \\spad{[p1,...,pn]} such that the predicate attached to \\spad{p} is \\spad{p1} and ... and pn.")) (|hasPredicate?| (((|Boolean|) $) "\\spad{hasPredicate?(p)} tests if \\spad{p} has predicates attached to it.")) (|optional?| (((|Boolean|) $) "\\spad{optional?(p)} tests if \\spad{p} is a single matching variable which can match an identity.")) (|multiple?| (((|Boolean|) $) "\\spad{multiple?(p)} tests if \\spad{p} is a single matching variable allowing list matching or multiple term matching in a sum or product.")) (|generic?| (((|Boolean|) $) "\\spad{generic?(p)} tests if \\spad{p} is a single matching variable.")) (|constant?| (((|Boolean|) $) "\\spad{constant?(p)} tests if \\spad{p} contains no matching variables.")) (|symbol?| (((|Boolean|) $) "\\spad{symbol?(p)} tests if \\spad{p} is a symbol.")) (|quoted?| (((|Boolean|) $) "\\spad{quoted?(p)} tests if \\spad{p} is of the form 's for a symbol \\spad{s}.")) (|inR?| (((|Boolean|) $) "\\spad{inR?(p)} tests if \\spad{p} is an atom (\\spadignore{i.e.} an element of \\spad{R}).")) (|copy| (($ $) "\\spad{copy(p)} returns a recursive copy of \\spad{p}.")) (|convert| (($ (|List| $)) "\\spad{convert([a1,...,an])} returns the pattern \\spad{[a1,...,an]}.")) (|depth| (((|NonNegativeInteger|) $) "\\spad{depth(p)} returns the nesting level of \\spad{p}.")) (/ (($ $ $) "\\spad{a / b} returns the pattern \\spad{a / b}.")) (** (($ $ $) "\\spad{a ** b} returns the pattern \\spad{a ** b}.") (($ $ (|NonNegativeInteger|)) "\\spad{a ** n} returns the pattern \\spad{a ** n}.")) (* (($ $ $) "\\spad{a * b} returns the pattern \\spad{a * b}.")) (+ (($ $ $) "\\spad{a + b} returns the pattern \\spad{a + b}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op, [a1,...,an])} returns \\spad{op(a1,...,an)}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| $)) "failed") $) "\\spad{isPower(p)} returns \\spad{[a, b]} if \\spad{p = a ** b},{} and \"failed\" otherwise.")) (|isList| (((|Union| (|List| $) "failed") $) "\\spad{isList(p)} returns \\spad{[a1,...,an]} if \\spad{p = [a1,...,an]},{} \"failed\" otherwise.")) (|isQuotient| (((|Union| (|Record| (|:| |num| $) (|:| |den| $)) "failed") $) "\\spad{isQuotient(p)} returns \\spad{[a, b]} if \\spad{p = a / b},{} and \"failed\" otherwise.")) (|isExpt| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[q, n]} if \\spad{n > 0} and \\spad{p = q ** n},{} and \"failed\" otherwise.")) (|isOp| (((|Union| (|Record| (|:| |op| (|BasicOperator|)) (|:| |arg| (|List| $))) "failed") $) "\\spad{isOp(p)} returns \\spad{[op, [a1,...,an]]} if \\spad{p = op(a1,...,an)},{} and \"failed\" otherwise.") (((|Union| (|List| $) "failed") $ (|BasicOperator|)) "\\spad{isOp(p, op)} returns \\spad{[a1,...,an]} if \\spad{p = op(a1,...,an)},{} and \"failed\" otherwise.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{n > 1} and \\spad{p = a1 * ... * an},{} and \"failed\" otherwise.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[a1,...,an]} if \\spad{n > 1} \\indented{1}{and \\spad{p = a1 + ... + an},{}} and \"failed\" otherwise.")) (|One| (($) "1")) (|Zero| (($) "0")))
NIL
NIL
-(-801 R -2670)
+(-802 R -2671)
((|constructor| (NIL "Tools for patterns.")) (|badValues| (((|List| |#2|) (|Pattern| |#1|)) "\\spad{badValues(p)} returns the list of \"bad values\" for \\spad{p}; \\spad{p} is not allowed to match any of its \"bad values\".")) (|addBadValue| (((|Pattern| |#1|) (|Pattern| |#1|) |#2|) "\\spad{addBadValue(p, v)} adds \\spad{v} to the list of \"bad values\" for \\spad{p}; \\spad{p} is not allowed to match any of its \"bad values\".")) (|satisfy?| (((|Boolean|) (|List| |#2|) (|Pattern| |#1|)) "\\spad{satisfy?([v1,...,vn], p)} returns \\spad{f(v1,...,vn)} where \\spad{f} is the top-level predicate attached to \\spad{p}.") (((|Boolean|) |#2| (|Pattern| |#1|)) "\\spad{satisfy?(v, p)} returns \\spad{f}(\\spad{v}) where \\spad{f} is the predicate attached to \\spad{p}.")) (|predicate| (((|Mapping| (|Boolean|) |#2|) (|Pattern| |#1|)) "\\spad{predicate(p)} returns the predicate attached to \\spad{p},{} the constant function \\spad{true} if \\spad{p} has no predicates attached to it.")) (|suchThat| (((|Pattern| |#1|) (|Pattern| |#1|) (|List| (|Symbol|)) (|Mapping| (|Boolean|) (|List| |#2|))) "\\spad{suchThat(p, [a1,...,an], f)} returns a copy of \\spad{p} with the top-level predicate set to \\spad{f(a1,...,an)}.") (((|Pattern| |#1|) (|Pattern| |#1|) (|List| (|Mapping| (|Boolean|) |#2|))) "\\spad{suchThat(p, [f1,...,fn])} makes a copy of \\spad{p} and adds the predicate \\spad{f1} and ... and fn to the copy,{} which is returned.") (((|Pattern| |#1|) (|Pattern| |#1|) (|Mapping| (|Boolean|) |#2|)) "\\spad{suchThat(p, f)} makes a copy of \\spad{p} and adds the predicate \\spad{f} to the copy,{} which is returned.")))
NIL
NIL
-(-802 R S)
+(-803 R S)
((|constructor| (NIL "Lifts maps to patterns.")) (|map| (((|Pattern| |#2|) (|Mapping| |#2| |#1|) (|Pattern| |#1|)) "\\spad{map(f, p)} applies \\spad{f} to all the leaves of \\spad{p} and returns the result as a pattern over \\spad{S}.")))
NIL
NIL
-(-803 |VarSet|)
+(-804 |VarSet|)
((|constructor| (NIL "This domain provides the internal representation of polynomials in non-commutative variables written over the Poincare-Birkhoff-Witt basis. See the \\spadtype{XPBWPolynomial} domain constructor. See Free Lie Algebras by \\spad{C}. Reutenauer (Oxford science publications). \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|varList| (((|List| |#1|) $) "\\spad{varList([l1]*[l2]*...[ln])} returns the list of variables in the word \\spad{l1*l2*...*ln}.")) (|retractable?| (((|Boolean|) $) "\\spad{retractable?([l1]*[l2]*...[ln])} returns \\spad{true} iff \\spad{n} equals \\spad{1}.")) (|rest| (($ $) "\\spad{rest([l1]*[l2]*...[ln])} returns the list \\spad{l2, .... ln}.")) (|ListOfTerms| (((|List| (|LyndonWord| |#1|)) $) "\\spad{ListOfTerms([l1]*[l2]*...[ln])} returns the list of words \\spad{l1, l2, .... ln}.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length([l1]*[l2]*...[ln])} returns the length of the word \\spad{l1*l2*...*ln}.")) (|first| (((|LyndonWord| |#1|) $) "\\spad{first([l1]*[l2]*...[ln])} returns the Lyndon word \\spad{l1}.")) (|coerce| (($ |#1|) "\\spad{coerce(v)} return \\spad{v}") (((|OrderedFreeMonoid| |#1|) $) "\\spad{coerce([l1]*[l2]*...[ln])} returns the word \\spad{l1*l2*...*ln},{} where \\spad{[l_i]} is the backeted form of the Lyndon word \\spad{l_i}.")) (|One| (($) "\\spad{1} returns the empty list.")))
NIL
NIL
-(-804 UP R)
+(-805 UP R)
((|constructor| (NIL "This package \\undocumented")) (|compose| ((|#1| |#1| |#1|) "\\spad{compose(p,q)} \\undocumented")))
NIL
NIL
-(-805 A T$ S)
+(-806 A T$ S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains with a distinguished} \\indented{2}{operation named \\spad{differentiate} for partial differentiation with} \\indented{2}{respect to some domain of variables.} See Also: \\indented{2}{DifferentialDomain,{} PartialDifferentialSpace}")) (D ((|#2| $ |#3|) "\\spad{D(x,v)} is a shorthand for \\spad{differentiate(x,v)}")) (|differentiate| ((|#2| $ |#3|) "\\spad{differentiate(x,v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
NIL
NIL
-(-806 T$ S)
+(-807 T$ S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains with a distinguished} \\indented{2}{operation named \\spad{differentiate} for partial differentiation with} \\indented{2}{respect to some domain of variables.} See Also: \\indented{2}{DifferentialDomain,{} PartialDifferentialSpace}")) (D ((|#1| $ |#2|) "\\spad{D(x,v)} is a shorthand for \\spad{differentiate(x,v)}")) (|differentiate| ((|#1| $ |#2|) "\\spad{differentiate(x,v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
NIL
NIL
-(-807 UP -3093)
+(-808 UP -3094)
((|constructor| (NIL "This package \\undocumented")) (|rightFactorCandidate| ((|#1| |#1| (|NonNegativeInteger|)) "\\spad{rightFactorCandidate(p,n)} \\undocumented")) (|leftFactor| (((|Union| |#1| "failed") |#1| |#1|) "\\spad{leftFactor(p,q)} \\undocumented")) (|decompose| (((|Union| (|Record| (|:| |left| |#1|) (|:| |right| |#1|)) "failed") |#1| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{decompose(up,m,n)} \\undocumented") (((|List| |#1|) |#1|) "\\spad{decompose(up)} \\undocumented")))
NIL
NIL
-(-808 R S)
+(-809 R S)
((|constructor| (NIL "A partial differential \\spad{R}-module with differentiations indexed by a parameter type \\spad{S}. \\blankline")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
-(-809 S)
+(-810 S)
((|constructor| (NIL "A partial differential ring with differentiations indexed by a parameter type \\spad{S}. \\blankline")))
-((-3993 . T))
+((-3994 . T))
NIL
-(-810 A S)
+(-811 A S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains stable by partial} \\indented{2}{differentiation with respect to variables from some domain.} See Also: \\indented{2}{PartialDifferentialDomain}")) (D (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,[s1,...,sn],[n1,...,nn])} is a shorthand for \\spad{differentiate(x,[s1,...,sn],[n1,...,nn])}.") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{D(x,s,n)} is a shorthand for \\spad{differentiate(x,s,n)}.") (($ $ (|List| |#2|)) "\\spad{D(x,[s1,...sn])} is a shorthand for \\spad{differentiate(x,[s1,...sn])}.")) (|differentiate| (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{differentiate(x,[s1,...,sn],[n1,...,nn])} computes multiple partial derivatives,{} \\spadignore{i.e.}") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{differentiate(x,s,n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}\\spad{-}th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#2|)) "\\spad{differentiate(x,[s1,...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{differentiate(...differentiate(x, s1)..., sn)}.")))
NIL
NIL
-(-811 S)
+(-812 S)
((|constructor| (NIL "\\indented{2}{This category captures the interface of domains stable by partial} \\indented{2}{differentiation with respect to variables from some domain.} See Also: \\indented{2}{PartialDifferentialDomain}")) (D (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,[s1,...,sn],[n1,...,nn])} is a shorthand for \\spad{differentiate(x,[s1,...,sn],[n1,...,nn])}.") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{D(x,s,n)} is a shorthand for \\spad{differentiate(x,s,n)}.") (($ $ (|List| |#1|)) "\\spad{D(x,[s1,...sn])} is a shorthand for \\spad{differentiate(x,[s1,...sn])}.")) (|differentiate| (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{differentiate(x,[s1,...,sn],[n1,...,nn])} computes multiple partial derivatives,{} \\spadignore{i.e.}") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{differentiate(x,s,n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}\\spad{-}th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#1|)) "\\spad{differentiate(x,[s1,...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{differentiate(...differentiate(x, s1)..., sn)}.")))
NIL
NIL
-(-812 S)
+(-813 S)
((|constructor| (NIL "\\indented{1}{A PendantTree(\\spad{S})is either a leaf? and is an \\spad{S} or has} a left and a right both PendantTree(\\spad{S})'s")) (|ptree| (($ $ $) "\\spad{ptree(x,y)} \\undocumented") (($ |#1|) "\\spad{ptree(s)} is a leaf? pendant tree")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))))
-(-813 S)
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))))
+(-814 S)
((|constructor| (NIL "Permutation(\\spad{S}) implements the group of all bijections \\indented{2}{on a set \\spad{S},{} which move only a finite number of points.} \\indented{2}{A permutation is considered as a map from \\spad{S} into \\spad{S}. In particular} \\indented{2}{multiplication is defined as composition of maps:} \\indented{2}{{\\em pi1 * pi2 = pi1 o pi2}.} \\indented{2}{The internal representation of permuatations are two lists} \\indented{2}{of equal length representing preimages and images.}")) (|coerceImages| (($ (|List| |#1|)) "\\spad{coerceImages(ls)} coerces the list {\\em ls} to a permutation whose image is given by {\\em ls} and the preimage is fixed to be {\\em [1,...,n]}. Note: {coerceImages(\\spad{ls})=coercePreimagesImages([1,{}...,{}\\spad{n}],{}\\spad{ls})}. We assume that both preimage and image do not contain repetitions.")) (|fixedPoints| (((|Set| |#1|) $) "\\spad{fixedPoints(p)} returns the points fixed by the permutation \\spad{p}.")) (|sort| (((|List| $) (|List| $)) "\\spad{sort(lp)} sorts a list of permutations {\\em lp} according to cycle structure first according to length of cycles,{} second,{} if \\spad{S} has \\spadtype{Finite} or \\spad{S} has \\spadtype{OrderedSet} according to lexicographical order of entries in cycles of equal length.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(p)} returns \\spad{true} if and only if \\spad{p} is an odd permutation \\spadignore{i.e.} {\\em sign(p)} is {\\em -1}.")) (|even?| (((|Boolean|) $) "\\spad{even?(p)} returns \\spad{true} if and only if \\spad{p} is an even permutation,{} \\spadignore{i.e.} {\\em sign(p)} is 1.")) (|sign| (((|Integer|) $) "\\spad{sign(p)} returns the signum of the permutation \\spad{p},{} \\spad{+1} or \\spad{-1}.")) (|numberOfCycles| (((|NonNegativeInteger|) $) "\\spad{numberOfCycles(p)} returns the number of non-trivial cycles of the permutation \\spad{p}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of a permutation \\spad{p} as a group element.")) (|cyclePartition| (((|Partition|) $) "\\spad{cyclePartition(p)} returns the cycle structure of a permutation \\spad{p} including cycles of length 1 only if \\spad{S} is finite.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(p)} retuns the number of points moved by the permutation \\spad{p}.")) (|coerceListOfPairs| (($ (|List| (|List| |#1|))) "\\spad{coerceListOfPairs(lls)} coerces a list of pairs {\\em lls} to a permutation. Error: if not consistent,{} \\spadignore{i.e.} the set of the first elements coincides with the set of second elements. coerce(\\spad{p}) generates output of the permutation \\spad{p} with domain OutputForm.")) (|coerce| (($ (|List| |#1|)) "\\spad{coerce(ls)} coerces a cycle {\\em ls},{} \\spadignore{i.e.} a list with not repetitions to a permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list. Error: if repetitions occur.") (($ (|List| (|List| |#1|))) "\\spad{coerce(lls)} coerces a list of cycles {\\em lls} to a permutation,{} each cycle being a list with no repetitions,{} is coerced to the permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list,{} then these permutations are mutiplied. Error: if repetitions occur in one cycle.")) (|coercePreimagesImages| (($ (|List| (|List| |#1|))) "\\spad{coercePreimagesImages(lls)} coerces the representation {\\em lls} of a permutation as a list of preimages and images to a permutation. We assume that both preimage and image do not contain repetitions.")) (|listRepresentation| (((|Record| (|:| |preimage| (|List| |#1|)) (|:| |image| (|List| |#1|))) $) "\\spad{listRepresentation(p)} produces a representation {\\em rep} of the permutation \\spad{p} as a list of preimages and images,{} \\spad{i}.\\spad{e} \\spad{p} maps {\\em (rep.preimage).k} to {\\em (rep.image).k} for all indices \\spad{k}. Elements of \\spad{S} not in {\\em (rep.preimage).k} are fixed points,{} and these are the only fixed points of the permutation.")))
-((-3993 . T))
-((OR (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-756)))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-756))))
-(-814 |n| R)
+((-3994 . T))
+((OR (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-757)))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-757))))
+(-815 |n| R)
((|constructor| (NIL "Permanent implements the functions {\\em permanent},{} the permanent for square matrices.")) (|permanent| ((|#2| (|SquareMatrix| |#1| |#2|)) "\\spad{permanent(x)} computes the permanent of a square matrix \\spad{x}. The {\\em permanent} is equivalent to the \\spadfun{determinant} except that coefficients have no change of sign. This function is much more difficult to compute than the {\\em determinant}. The formula used is by \\spad{H}.\\spad{J}. Ryser,{} improved by [Nijenhuis and Wilf,{} Ch. 19]. Note: permanent(\\spad{x}) choose one of three algorithms,{} depending on the underlying ring \\spad{R} and on \\spad{n},{} the number of rows (and columns) of x:\\begin{items} \\item 1. if 2 has an inverse in \\spad{R} we can use the algorithm of \\indented{3}{[Nijenhuis and Wilf,{} ch.19,{}\\spad{p}.158]; if 2 has no inverse,{}} \\indented{3}{some modifications are necessary:} \\item 2. if {\\em n > 6} and \\spad{R} is an integral domain with characteristic \\indented{3}{different from 2 (the algorithm works if and only 2 is not a} \\indented{3}{zero-divisor of \\spad{R} and {\\em characteristic()\\$R ~= 2},{}} \\indented{3}{but how to check that for any given \\spad{R} ?),{}} \\indented{3}{the local function {\\em permanent2} is called;} \\item 3. else,{} the local function {\\em permanent3} is called \\indented{3}{(works for all commutative rings \\spad{R}).} \\end{items}")))
NIL
NIL
-(-815 S)
+(-816 S)
((|constructor| (NIL "PermutationCategory provides a categorial environment \\indented{1}{for subgroups of bijections of a set (\\spadignore{i.e.} permutations)}")) (< (((|Boolean|) $ $) "\\spad{p < q} is an order relation on permutations. Note: this order is only total if and only if \\spad{S} is totally ordered or \\spad{S} is finite.")) (|orbit| (((|Set| |#1|) $ |#1|) "\\spad{orbit(p, el)} returns the orbit of {\\em el} under the permutation \\spad{p},{} \\spadignore{i.e.} the set which is given by applications of the powers of \\spad{p} to {\\em el}.")) (|support| (((|Set| |#1|) $) "\\spad{support p} returns the set of points not fixed by the permutation \\spad{p}.")) (|cycles| (($ (|List| (|List| |#1|))) "\\spad{cycles(lls)} coerces a list list of cycles {\\em lls} to a permutation,{} each cycle being a list with not repetitions,{} is coerced to the permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list,{} then these permutations are mutiplied. Error: if repetitions occur in one cycle.")) (|cycle| (($ (|List| |#1|)) "\\spad{cycle(ls)} coerces a cycle {\\em ls},{} \\spadignore{i.e.} a list with not repetitions to a permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list. Error: if repetitions occur.")))
-((-3993 . T))
+((-3994 . T))
NIL
-(-816 S)
+(-817 S)
((|constructor| (NIL "PermutationGroup implements permutation groups acting on a set \\spad{S},{} \\spadignore{i.e.} all subgroups of the symmetric group of \\spad{S},{} represented as a list of permutations (generators). Note that therefore the objects are not members of the \\Language category \\spadtype{Group}. Using the idea of base and strong generators by Sims,{} basic routines and algorithms are implemented so that the word problem for permutation groups can be solved.")) (|initializeGroupForWordProblem| (((|Void|) $ (|Integer|) (|Integer|)) "\\spad{initializeGroupForWordProblem(gp,m,n)} initializes the group {\\em gp} for the word problem. Notes: (1) with a small integer you get shorter words,{} but the routine takes longer than the standard routine for longer words. (2) be careful: invoking this routine will destroy the possibly stored information about your group (but will recompute it again). (3) users need not call this function normally for the soultion of the word problem.") (((|Void|) $) "\\spad{initializeGroupForWordProblem(gp)} initializes the group {\\em gp} for the word problem. Notes: it calls the other function of this name with parameters 0 and 1: {\\em initializeGroupForWordProblem(gp,0,1)}. Notes: (1) be careful: invoking this routine will destroy the possibly information about your group (but will recompute it again) (2) users need not call this function normally for the soultion of the word problem.")) (<= (((|Boolean|) $ $) "\\spad{gp1 <= gp2} returns \\spad{true} if and only if {\\em gp1} is a subgroup of {\\em gp2}. Note: because of a bug in the parser you have to call this function explicitly by {\\em gp1 <=\\$(PERMGRP S) gp2}.")) (< (((|Boolean|) $ $) "\\spad{gp1 < gp2} returns \\spad{true} if and only if {\\em gp1} is a proper subgroup of {\\em gp2}.")) (|support| (((|Set| |#1|) $) "\\spad{support(gp)} returns the points moved by the group {\\em gp}.")) (|wordInGenerators| (((|List| (|NonNegativeInteger|)) (|Permutation| |#1|) $) "\\spad{wordInGenerators(p,gp)} returns the word for the permutation \\spad{p} in the original generators of the group {\\em gp},{} represented by the indices of the list,{} given by {\\em generators}.")) (|wordInStrongGenerators| (((|List| (|NonNegativeInteger|)) (|Permutation| |#1|) $) "\\spad{wordInStrongGenerators(p,gp)} returns the word for the permutation \\spad{p} in the strong generators of the group {\\em gp},{} represented by the indices of the list,{} given by {\\em strongGenerators}.")) (|member?| (((|Boolean|) (|Permutation| |#1|) $) "\\spad{member?(pp,gp)} answers the question,{} whether the permutation {\\em pp} is in the group {\\em gp} or not.")) (|orbits| (((|Set| (|Set| |#1|)) $) "\\spad{orbits(gp)} returns the orbits of the group {\\em gp},{} \\spadignore{i.e.} it partitions the (finite) of all moved points.")) (|orbit| (((|Set| (|List| |#1|)) $ (|List| |#1|)) "\\spad{orbit(gp,ls)} returns the orbit of the ordered list {\\em ls} under the group {\\em gp}. Note: return type is \\spad{L} \\spad{L} \\spad{S} temporarily because FSET \\spad{L} \\spad{S} has an error.") (((|Set| (|Set| |#1|)) $ (|Set| |#1|)) "\\spad{orbit(gp,els)} returns the orbit of the unordered set {\\em els} under the group {\\em gp}.") (((|Set| |#1|) $ |#1|) "\\spad{orbit(gp,el)} returns the orbit of the element {\\em el} under the group {\\em gp},{} \\spadignore{i.e.} the set of all points gained by applying each group element to {\\em el}.")) (|permutationGroup| (($ (|List| (|Permutation| |#1|))) "\\spad{permutationGroup(ls)} coerces a list of permutations {\\em ls} to the group generated by this list.")) (|wordsForStrongGenerators| (((|List| (|List| (|NonNegativeInteger|))) $) "\\spad{wordsForStrongGenerators(gp)} returns the words for the strong generators of the group {\\em gp} in the original generators of {\\em gp},{} represented by their indices in the list,{} given by {\\em generators}.")) (|strongGenerators| (((|List| (|Permutation| |#1|)) $) "\\spad{strongGenerators(gp)} returns strong generators for the group {\\em gp}.")) (|base| (((|List| |#1|) $) "\\spad{base(gp)} returns a base for the group {\\em gp}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(gp)} returns the number of points moved by all permutations of the group {\\em gp}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(gp)} returns the order of the group {\\em gp}.")) (|random| (((|Permutation| |#1|) $) "\\spad{random(gp)} returns a random product of maximal 20 generators of the group {\\em gp}. Note: {\\em random(gp)=random(gp,20)}.") (((|Permutation| |#1|) $ (|Integer|)) "\\spad{random(gp,i)} returns a random product of maximal \\spad{i} generators of the group {\\em gp}.")) (|elt| (((|Permutation| |#1|) $ (|NonNegativeInteger|)) "\\spad{elt(gp,i)} returns the \\spad{i}-th generator of the group {\\em gp}.")) (|generators| (((|List| (|Permutation| |#1|)) $) "\\spad{generators(gp)} returns the generators of the group {\\em gp}.")) (|coerce| (($ (|List| (|Permutation| |#1|))) "\\spad{coerce(ls)} coerces a list of permutations {\\em ls} to the group generated by this list.") (((|List| (|Permutation| |#1|)) $) "\\spad{coerce(gp)} returns the generators of the group {\\em gp}.")))
NIL
NIL
-(-817 |p|)
+(-818 |p|)
((|constructor| (NIL "PrimeField(\\spad{p}) implements the field with \\spad{p} elements if \\spad{p} is a prime number. Error: if \\spad{p} is not prime. Note: this domain does not check that argument is a prime.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
((|HasCategory| $ (QUOTE (-120))) (|HasCategory| $ (QUOTE (-118))) (|HasCategory| $ (QUOTE (-320))))
-(-818 R E |VarSet| S)
+(-819 R E |VarSet| S)
((|constructor| (NIL "PolynomialFactorizationByRecursion(\\spad{R},{}\\spad{E},{}\\spad{VarSet},{}\\spad{S}) is used for factorization of sparse univariate polynomials over a domain \\spad{S} of multivariate polynomials over \\spad{R}.")) (|factorSFBRlcUnit| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|List| |#3|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSFBRlcUnit(p)} returns the square free factorization of polynomial \\spad{p} (see \\spadfun{factorSquareFreeByRecursion}{PolynomialFactorizationByRecursionUnivariate}) in the case where the leading coefficient of \\spad{p} is a unit.")) (|bivariateSLPEBR| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|) |#3|) "\\spad{bivariateSLPEBR(lp,p,v)} implements the bivariate case of \\spadfunFrom{solveLinearPolynomialEquationByRecursion}{PolynomialFactorizationByRecursionUnivariate}; its implementation depends on \\spad{R}")) (|randomR| ((|#1|) "\\spad{randomR produces} a random element of \\spad{R}")) (|factorSquareFreeByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSquareFreeByRecursion(p)} returns the square free factorization of \\spad{p}. This functions performs the recursion step for factorSquareFreePolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorSquareFreePolynomial}).")) (|factorByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorByRecursion(p)} factors polynomial \\spad{p}. This function performs the recursion step for factorPolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorPolynomial})")) (|solveLinearPolynomialEquationByRecursion| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{solveLinearPolynomialEquationByRecursion([p1,...,pn],p)} returns the list of polynomials \\spad{[q1,...,qn]} such that \\spad{sum qi/pi = p / prod pi},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
NIL
-(-819 R S)
+(-820 R S)
((|constructor| (NIL "\\indented{1}{PolynomialFactorizationByRecursionUnivariate} \\spad{R} is a \\spadfun{PolynomialFactorizationExplicit} domain,{} \\spad{S} is univariate polynomials over \\spad{R} We are interested in handling SparseUnivariatePolynomials over \\spad{S},{} is a variable we shall call \\spad{z}")) (|factorSFBRlcUnit| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorSFBRlcUnit(p)} returns the square free factorization of polynomial \\spad{p} (see \\spadfun{factorSquareFreeByRecursion}{PolynomialFactorizationByRecursionUnivariate}) in the case where the leading coefficient of \\spad{p} is a unit.")) (|randomR| ((|#1|) "\\spad{randomR()} produces a random element of \\spad{R}")) (|factorSquareFreeByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorSquareFreeByRecursion(p)} returns the square free factorization of \\spad{p}. This functions performs the recursion step for factorSquareFreePolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorSquareFreePolynomial}).")) (|factorByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorByRecursion(p)} factors polynomial \\spad{p}. This function performs the recursion step for factorPolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorPolynomial})")) (|solveLinearPolynomialEquationByRecursion| (((|Union| (|List| (|SparseUnivariatePolynomial| |#2|)) "failed") (|List| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{solveLinearPolynomialEquationByRecursion([p1,...,pn],p)} returns the list of polynomials \\spad{[q1,...,qn]} such that \\spad{sum qi/pi = p / prod pi},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
NIL
-(-820 S)
+(-821 S)
((|constructor| (NIL "This is the category of domains that know \"enough\" about themselves in order to factor univariate polynomials over themselves. This will be used in future releases for supporting factorization over finitely generated coefficient fields,{} it is not yet available in the current release of axiom.")) (|charthRoot| (((|Maybe| $) $) "\\spad{charthRoot(r)} returns the \\spad{p}\\spad{-}th root of \\spad{r},{} or \\spad{nothing} if none exists in the domain.")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(m)} returns a vector of elements,{} not all zero,{} whose \\spad{p}\\spad{-}th powers (\\spad{p} is the characteristic of the domain) are a solution of the homogenous linear system represented by \\spad{m},{} or \"failed\" is there is no such vector.")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| $)) "failed") (|List| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}'s exists.")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) "\\spad{gcdPolynomial(p,q)} returns the gcd of the univariate polynomials \\spad{p} qnd \\spad{q}.")) (|factorSquareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorSquareFreePolynomial(p)} factors the univariate polynomial \\spad{p} into irreducibles where \\spad{p} is known to be square free and primitive with respect to its main variable.")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} returns the factorization into irreducibles of the univariate polynomial \\spad{p}.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} returns the square-free factorization of the univariate polynomial \\spad{p}.")))
NIL
((|HasCategory| |#1| (QUOTE (-118))))
-(-821)
+(-822)
((|constructor| (NIL "This is the category of domains that know \"enough\" about themselves in order to factor univariate polynomials over themselves. This will be used in future releases for supporting factorization over finitely generated coefficient fields,{} it is not yet available in the current release of axiom.")) (|charthRoot| (((|Maybe| $) $) "\\spad{charthRoot(r)} returns the \\spad{p}\\spad{-}th root of \\spad{r},{} or \\spad{nothing} if none exists in the domain.")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(m)} returns a vector of elements,{} not all zero,{} whose \\spad{p}\\spad{-}th powers (\\spad{p} is the characteristic of the domain) are a solution of the homogenous linear system represented by \\spad{m},{} or \"failed\" is there is no such vector.")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| $)) "failed") (|List| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}'s exists.")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) "\\spad{gcdPolynomial(p,q)} returns the gcd of the univariate polynomials \\spad{p} qnd \\spad{q}.")) (|factorSquareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorSquareFreePolynomial(p)} factors the univariate polynomial \\spad{p} into irreducibles where \\spad{p} is known to be square free and primitive with respect to its main variable.")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} returns the factorization into irreducibles of the univariate polynomial \\spad{p}.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} returns the square-free factorization of the univariate polynomial \\spad{p}.")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-822 R0 -3093 UP UPUP R)
+(-823 R0 -3094 UP UPUP R)
((|constructor| (NIL "This package provides function for testing whether a divisor on a curve is a torsion divisor.")) (|torsionIfCan| (((|Union| (|Record| (|:| |order| (|NonNegativeInteger|)) (|:| |function| |#5|)) "failed") (|FiniteDivisor| |#2| |#3| |#4| |#5|)) "\\spad{torsionIfCan(f)}\\\\ undocumented")) (|torsion?| (((|Boolean|) (|FiniteDivisor| |#2| |#3| |#4| |#5|)) "\\spad{torsion?(f)} \\undocumented")) (|order| (((|Union| (|NonNegativeInteger|) "failed") (|FiniteDivisor| |#2| |#3| |#4| |#5|)) "\\spad{order(f)} \\undocumented")))
NIL
NIL
-(-823 UP UPUP R)
+(-824 UP UPUP R)
((|constructor| (NIL "This package provides function for testing whether a divisor on a curve is a torsion divisor.")) (|torsionIfCan| (((|Union| (|Record| (|:| |order| (|NonNegativeInteger|)) (|:| |function| |#3|)) "failed") (|FiniteDivisor| (|Fraction| (|Integer|)) |#1| |#2| |#3|)) "\\spad{torsionIfCan(f)} \\undocumented")) (|torsion?| (((|Boolean|) (|FiniteDivisor| (|Fraction| (|Integer|)) |#1| |#2| |#3|)) "\\spad{torsion?(f)} \\undocumented")) (|order| (((|Union| (|NonNegativeInteger|) "failed") (|FiniteDivisor| (|Fraction| (|Integer|)) |#1| |#2| |#3|)) "\\spad{order(f)} \\undocumented")))
NIL
NIL
-(-824 UP UPUP)
+(-825 UP UPUP)
((|constructor| (NIL "\\indented{1}{Utilities for PFOQ and PFO} Author: Manuel Bronstein Date Created: 25 Aug 1988 Date Last Updated: 11 Jul 1990")) (|polyred| ((|#2| |#2|) "\\spad{polyred(u)} \\undocumented")) (|doubleDisc| (((|Integer|) |#2|) "\\spad{doubleDisc(u)} \\undocumented")) (|mix| (((|Integer|) (|List| (|Record| (|:| |den| (|Integer|)) (|:| |gcdnum| (|Integer|))))) "\\spad{mix(l)} \\undocumented")) (|badNum| (((|Integer|) |#2|) "\\spad{badNum(u)} \\undocumented") (((|Record| (|:| |den| (|Integer|)) (|:| |gcdnum| (|Integer|))) |#1|) "\\spad{badNum(p)} \\undocumented")) (|getGoodPrime| (((|PositiveInteger|) (|Integer|)) "\\spad{getGoodPrime n} returns the smallest prime not dividing \\spad{n}")))
NIL
NIL
-(-825 R)
+(-826 R)
((|constructor| (NIL "The domain \\spadtype{PartialFraction} implements partial fractions over a euclidean domain \\spad{R}. This requirement on the argument domain allows us to normalize the fractions. Of particular interest are the 2 forms for these fractions. The ``compact'' form has only one fractional term per prime in the denominator,{} while the ``p-adic'' form expands each numerator \\spad{p}-adically via the prime \\spad{p} in the denominator. For computational efficiency,{} the compact form is used,{} though the \\spad{p}-adic form may be gotten by calling the function \\spadfunFrom{padicFraction}{PartialFraction}. For a general euclidean domain,{} it is not known how to factor the denominator. Thus the function \\spadfunFrom{partialFraction}{PartialFraction} takes as its second argument an element of \\spadtype{Factored(R)}.")) (|wholePart| ((|#1| $) "\\spad{wholePart(p)} extracts the whole part of the partial fraction \\spad{p}.")) (|partialFraction| (($ |#1| (|Factored| |#1|)) "\\spad{partialFraction(numer,denom)} is the main function for constructing partial fractions. The second argument is the denominator and should be factored.")) (|padicFraction| (($ $) "\\spad{padicFraction(q)} expands the fraction \\spad{p}-adically in the primes \\spad{p} in the denominator of \\spad{q}. For example,{} \\spad{padicFraction(3/(2**2)) = 1/2 + 1/(2**2)}. Use \\spadfunFrom{compactFraction}{PartialFraction} to return to compact form.")) (|padicallyExpand| (((|SparseUnivariatePolynomial| |#1|) |#1| |#1|) "\\spad{padicallyExpand(p,x)} is a utility function that expands the second argument \\spad{x} ``p-adically'' in the first.")) (|numberOfFractionalTerms| (((|Integer|) $) "\\spad{numberOfFractionalTerms(p)} computes the number of fractional terms in \\spad{p}. This returns 0 if there is no fractional part.")) (|nthFractionalTerm| (($ $ (|Integer|)) "\\spad{nthFractionalTerm(p,n)} extracts the \\spad{n}th fractional term from the partial fraction \\spad{p}. This returns 0 if the index \\spad{n} is out of range.")) (|firstNumer| ((|#1| $) "\\spad{firstNumer(p)} extracts the numerator of the first fractional term. This returns 0 if there is no fractional part (use \\spadfunFrom{wholePart}{PartialFraction} to get the whole part).")) (|firstDenom| (((|Factored| |#1|) $) "\\spad{firstDenom(p)} extracts the denominator of the first fractional term. This returns 1 if there is no fractional part (use \\spadfunFrom{wholePart}{PartialFraction} to get the whole part).")) (|compactFraction| (($ $) "\\spad{compactFraction(p)} normalizes the partial fraction \\spad{p} to the compact representation. In this form,{} the partial fraction has only one fractional term per prime in the denominator.")) (|coerce| (($ (|Fraction| (|Factored| |#1|))) "\\spad{coerce(f)} takes a fraction with numerator and denominator in factored form and creates a partial fraction. It is necessary for the parts to be factored because it is not known in general how to factor elements of \\spad{R} and this is needed to decompose into partial fractions.") (((|Fraction| |#1|) $) "\\spad{coerce(p)} sums up the components of the partial fraction and returns a single fraction.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-826 R)
+(-827 R)
((|constructor| (NIL "The package \\spadtype{PartialFractionPackage} gives an easier to use interfact the domain \\spadtype{PartialFraction}. The user gives a fraction of polynomials,{} and a variable and the package converts it to the proper datatype for the \\spadtype{PartialFraction} domain.")) (|partialFraction| (((|Any|) (|Polynomial| |#1|) (|Factored| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{partialFraction(num, facdenom, var)} returns the partial fraction decomposition of the rational function whose numerator is \\spad{num} and whose factored denominator is \\spad{facdenom} with respect to the variable var.") (((|Any|) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{partialFraction(rf, var)} returns the partial fraction decomposition of the rational function \\spad{rf} with respect to the variable var.")))
NIL
NIL
-(-827 E OV R P)
+(-828 E OV R P)
((|gcdPrimitive| ((|#4| (|List| |#4|)) "\\spad{gcdPrimitive lp} computes the gcd of the list of primitive polynomials lp.") (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{gcdPrimitive(p,q)} computes the gcd of the primitive polynomials \\spad{p} and \\spad{q}.") ((|#4| |#4| |#4|) "\\spad{gcdPrimitive(p,q)} computes the gcd of the primitive polynomials \\spad{p} and \\spad{q}.")) (|gcd| (((|SparseUnivariatePolynomial| |#4|) (|List| (|SparseUnivariatePolynomial| |#4|))) "\\spad{gcd(lp)} computes the gcd of the list of polynomials \\spad{lp}.") (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{gcd(p,q)} computes the gcd of the two polynomials \\spad{p} and \\spad{q}.") ((|#4| (|List| |#4|)) "\\spad{gcd(lp)} computes the gcd of the list of polynomials \\spad{lp}.") ((|#4| |#4| |#4|) "\\spad{gcd(p,q)} computes the gcd of the two polynomials \\spad{p} and \\spad{q}.")))
NIL
NIL
-(-828)
+(-829)
((|constructor| (NIL "PermutationGroupExamples provides permutation groups for some classes of groups: symmetric,{} alternating,{} dihedral,{} cyclic,{} direct products of cyclic,{} which are in fact the finite abelian groups of symmetric groups called Young subgroups. Furthermore,{} Rubik's group as permutation group of 48 integers and a list of sporadic simple groups derived from the atlas of finite groups.")) (|youngGroup| (((|PermutationGroup| (|Integer|)) (|Partition|)) "\\spad{youngGroup(lambda)} constructs the direct product of the symmetric groups given by the parts of the partition {\\em lambda}.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{youngGroup([n1,...,nk])} constructs the direct product of the symmetric groups {\\em Sn1},{}...,{}{\\em Snk}.")) (|rubiksGroup| (((|PermutationGroup| (|Integer|))) "\\spad{rubiksGroup constructs} the permutation group representing Rubic's Cube acting on integers {\\em 10*i+j} for {\\em 1 <= i <= 6},{} {\\em 1 <= j <= 8}. The faces of Rubik's Cube are labelled in the obvious way Front,{} Right,{} Up,{} Down,{} Left,{} Back and numbered from 1 to 6 in this given ordering,{} the pieces on each face (except the unmoveable center piece) are clockwise numbered from 1 to 8 starting with the piece in the upper left corner. The moves of the cube are represented as permutations on these pieces,{} represented as a two digit integer {\\em ij} where \\spad{i} is the numer of theface (1 to 6) and \\spad{j} is the number of the piece on this face. The remaining ambiguities are resolved by looking at the 6 generators,{} which represent a 90 degree turns of the faces,{} or from the following pictorial description. Permutation group representing Rubic's Cube acting on integers 10*i+j for 1 <= \\spad{i} <= 6,{} 1 <= \\spad{j} \\spad{<=8}. \\blankline\\begin{verbatim}Rubik's Cube: +-----+ +-- B where: marks Side # : / U /|/ / / | F(ront) <-> 1 L --> +-----+ R| R(ight) <-> 2 | | + U(p) <-> 3 | F | / D(own) <-> 4 | |/ L(eft) <-> 5 +-----+ B(ack) <-> 6 ^ | DThe Cube's surface: The pieces on each side +---+ (except the unmoveable center |567| piece) are clockwise numbered |4U8| from 1 to 8 starting with the |321| piece in the upper left +---+---+---+ corner (see figure on the |781|123|345| left). The moves of the cube |6L2|8F4|2R6| are represented as |543|765|187| permutations on these pieces. +---+---+---+ Each of the pieces is |123| represented as a two digit |8D4| integer ij where i is the |765| # of the side ( 1 to 6 for +---+ F to B (see table above )) |567| and j is the # of the piece. |4B8| |321| +---+\\end{verbatim}")) (|janko2| (((|PermutationGroup| (|Integer|))) "\\spad{janko2 constructs} the janko group acting on the integers 1,{}...,{}100.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{janko2(li)} constructs the janko group acting on the 100 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 100 different entries")) (|mathieu24| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu24 constructs} the mathieu group acting on the integers 1,{}...,{}24.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu24(li)} constructs the mathieu group acting on the 24 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 24 different entries.")) (|mathieu23| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu23 constructs} the mathieu group acting on the integers 1,{}...,{}23.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu23(li)} constructs the mathieu group acting on the 23 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 23 different entries.")) (|mathieu22| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu22 constructs} the mathieu group acting on the integers 1,{}...,{}22.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu22(li)} constructs the mathieu group acting on the 22 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 22 different entries.")) (|mathieu12| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu12 constructs} the mathieu group acting on the integers 1,{}...,{}12.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu12(li)} constructs the mathieu group acting on the 12 integers given in the list {\\em li}. Note: duplicates in the list will be removed Error: if {\\em li} has less or more than 12 different entries.")) (|mathieu11| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu11 constructs} the mathieu group acting on the integers 1,{}...,{}11.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu11(li)} constructs the mathieu group acting on the 11 integers given in the list {\\em li}. Note: duplicates in the list will be removed. error,{} if {\\em li} has less or more than 11 different entries.")) (|dihedralGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{dihedralGroup([i1,...,ik])} constructs the dihedral group of order 2k acting on the integers out of {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{dihedralGroup(n)} constructs the dihedral group of order 2n acting on integers 1,{}...,{}\\spad{N}.")) (|cyclicGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{cyclicGroup([i1,...,ik])} constructs the cyclic group of order \\spad{k} acting on the integers {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{cyclicGroup(n)} constructs the cyclic group of order \\spad{n} acting on the integers 1,{}...,{}\\spad{n}.")) (|abelianGroup| (((|PermutationGroup| (|Integer|)) (|List| (|PositiveInteger|))) "\\spad{abelianGroup([n1,...,nk])} constructs the abelian group that is the direct product of cyclic groups with order {\\em ni}.")) (|alternatingGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{alternatingGroup(li)} constructs the alternating group acting on the integers in the list {\\em li},{} generators are in general the {\\em n-2}-cycle {\\em (li.3,...,li.n)} and the 3-cycle {\\em (li.1,li.2,li.3)},{} if \\spad{n} is odd and product of the 2-cycle {\\em (li.1,li.2)} with {\\em n-2}-cycle {\\em (li.3,...,li.n)} and the 3-cycle {\\em (li.1,li.2,li.3)},{} if \\spad{n} is even. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{alternatingGroup(n)} constructs the alternating group {\\em An} acting on the integers 1,{}...,{}\\spad{n},{} generators are in general the {\\em n-2}-cycle {\\em (3,...,n)} and the 3-cycle {\\em (1,2,3)} if \\spad{n} is odd and the product of the 2-cycle {\\em (1,2)} with {\\em n-2}-cycle {\\em (3,...,n)} and the 3-cycle {\\em (1,2,3)} if \\spad{n} is even.")) (|symmetricGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{symmetricGroup(li)} constructs the symmetric group acting on the integers in the list {\\em li},{} generators are the cycle given by {\\em li} and the 2-cycle {\\em (li.1,li.2)}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{symmetricGroup(n)} constructs the symmetric group {\\em Sn} acting on the integers 1,{}...,{}\\spad{n},{} generators are the {\\em n}-cycle {\\em (1,...,n)} and the 2-cycle {\\em (1,2)}.")))
NIL
NIL
-(-829 -3093)
+(-830 -3094)
((|constructor| (NIL "Groebner functions for \\spad{P} \\spad{F} \\indented{2}{This package is an interface package to the groebner basis} package which allows you to compute groebner bases for polynomials in either lexicographic ordering or total degree ordering refined by reverse lex. The input is the ordinary polynomial type which is internally converted to a type with the required ordering. The resulting grobner basis is converted back to ordinary polynomials. The ordering among the variables is controlled by an explicit list of variables which is passed as a second argument. The coefficient domain is allowed to be any gcd domain,{} but the groebner basis is computed as if the polynomials were over a field.")) (|totalGroebner| (((|List| (|Polynomial| |#1|)) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{totalGroebner(lp,lv)} computes Groebner basis for the list of polynomials \\spad{lp} with the terms ordered first by total degree and then refined by reverse lexicographic ordering. The variables are ordered by their position in the list \\spad{lv}.")) (|lexGroebner| (((|List| (|Polynomial| |#1|)) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{lexGroebner(lp,lv)} computes Groebner basis for the list of polynomials \\spad{lp} in lexicographic order. The variables are ordered by their position in the list \\spad{lv}.")))
NIL
NIL
-(-830)
+(-831)
((|constructor| (NIL "\\spadtype{PositiveInteger} provides functions for \\indented{2}{positive integers.}")) (|commutative| ((|attribute| "*") "\\spad{commutative(\"*\")} means multiplication is commutative : x*y = y*x")) (|gcd| (($ $ $) "\\spad{gcd(a,b)} computes the greatest common divisor of two positive integers \\spad{a} and \\spad{b}.")))
-(((-3998 "*") . T))
+(((-3999 "*") . T))
NIL
-(-831 R)
+(-832 R)
((|constructor| (NIL "\\indented{1}{Provides a coercion from the symbolic fractions in \\%\\spad{pi} with} integer coefficients to any Expression type. Date Created: 21 Feb 1990 Date Last Updated: 21 Feb 1990")) (|coerce| (((|Expression| |#1|) (|Pi|)) "\\spad{coerce(f)} returns \\spad{f} as an Expression(\\spad{R}).")))
NIL
NIL
-(-832)
+(-833)
((|constructor| (NIL "The category of constructive principal ideal domains,{} \\spadignore{i.e.} where a single generator can be constructively found for any ideal given by a finite set of generators. Note that this constructive definition only implies that finitely generated ideals are principal. It is not clear what we would mean by an infinitely generated ideal.")) (|expressIdealMember| (((|Maybe| (|List| $)) (|List| $) $) "\\spad{expressIdealMember([f1,...,fn],h)} returns a representation of \\spad{h} as a linear combination of the \\spad{fi} or \\spad{nothing} if \\spad{h} is not in the ideal generated by the \\spad{fi}.")) (|principalIdeal| (((|Record| (|:| |coef| (|List| $)) (|:| |generator| $)) (|List| $)) "\\spad{principalIdeal([f1,...,fn])} returns a record whose generator component is a generator of the ideal generated by \\spad{[f1,...,fn]} whose coef component satisfies \\spad{generator = sum (input.i * coef.i)}")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-833 |xx| -3093)
+(-834 |xx| -3094)
((|constructor| (NIL "This package exports interpolation algorithms")) (|interpolate| (((|SparseUnivariatePolynomial| |#2|) (|List| |#2|) (|List| |#2|)) "\\spad{interpolate(lf,lg)} \\undocumented") (((|UnivariatePolynomial| |#1| |#2|) (|UnivariatePolynomial| |#1| |#2|) (|List| |#2|) (|List| |#2|)) "\\spad{interpolate(u,lf,lg)} \\undocumented")))
NIL
NIL
-(-834 -3093 P)
+(-835 -3094 P)
((|constructor| (NIL "This package exports interpolation algorithms")) (|LagrangeInterpolation| ((|#2| (|List| |#1|) (|List| |#1|)) "\\spad{LagrangeInterpolation(l1,l2)} \\undocumented")))
NIL
NIL
-(-835 R |Var| |Expon| GR)
+(-836 R |Var| |Expon| GR)
((|constructor| (NIL "Author: William Sit,{} spring 89")) (|inconsistent?| (((|Boolean|) (|List| (|Polynomial| |#1|))) "inconsistant?(pl) returns \\spad{true} if the system of equations \\spad{p} = 0 for \\spad{p} in pl is inconsistent. It is assumed that pl is a groebner basis.") (((|Boolean|) (|List| |#4|)) "inconsistant?(pl) returns \\spad{true} if the system of equations \\spad{p} = 0 for \\spad{p} in pl is inconsistent. It is assumed that pl is a groebner basis.")) (|sqfree| ((|#4| |#4|) "\\spad{sqfree(p)} returns the product of square free factors of \\spad{p}")) (|regime| (((|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))))) (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))) (|Matrix| |#4|) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|List| |#4|)) (|NonNegativeInteger|) (|NonNegativeInteger|) (|Integer|)) "\\spad{regime(y,c, w, p, r, rm, m)} returns a regime,{} a list of polynomials specifying the consistency conditions,{} a particular solution and basis representing the general solution of the parametric linear system \\spad{c} \\spad{z} = \\spad{w} on that regime. The regime returned depends on the subdeterminant \\spad{y}.det and the row and column indices. The solutions are simplified using the assumption that the system has rank \\spad{r} and maximum rank \\spad{rm}. The list \\spad{p} represents a list of list of factors of polynomials in a groebner basis of the ideal generated by higher order subdeterminants,{} and ius used for the simplification. The mode \\spad{m} distinguishes the cases when the system is homogeneous,{} or the right hand side is arbitrary,{} or when there is no new right hand side variables.")) (|redmat| (((|Matrix| |#4|) (|Matrix| |#4|) (|List| |#4|)) "\\spad{redmat(m,g)} returns a matrix whose entries are those of \\spad{m} modulo the ideal generated by the groebner basis \\spad{g}")) (|ParCond| (((|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|))))) (|Matrix| |#4|) (|NonNegativeInteger|)) "\\spad{ParCond(m,k)} returns the list of all \\spad{k} by \\spad{k} subdeterminants in the matrix \\spad{m}")) (|overset?| (((|Boolean|) (|List| |#4|) (|List| (|List| |#4|))) "\\spad{overset?(s,sl)} returns \\spad{true} if \\spad{s} properly a sublist of a member of \\spad{sl}; otherwise it returns \\spad{false}")) (|nextSublist| (((|List| (|List| (|Integer|))) (|Integer|) (|Integer|)) "\\spad{nextSublist(n,k)} returns a list of \\spad{k}-subsets of {1,{} ...,{} \\spad{n}}.")) (|minset| (((|List| (|List| |#4|)) (|List| (|List| |#4|))) "\\spad{minset(sl)} returns the sublist of \\spad{sl} consisting of the minimal lists (with respect to inclusion) in the list \\spad{sl} of lists")) (|minrank| (((|NonNegativeInteger|) (|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|))))) "\\spad{minrank(r)} returns the minimum rank in the list \\spad{r} of regimes")) (|maxrank| (((|NonNegativeInteger|) (|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|))))) "\\spad{maxrank(r)} returns the maximum rank in the list \\spad{r} of regimes")) (|factorset| (((|List| |#4|) |#4|) "\\spad{factorset(p)} returns the set of irreducible factors of \\spad{p}.")) (|B1solve| (((|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|Record| (|:| |mat| (|Matrix| (|Fraction| (|Polynomial| |#1|)))) (|:| |vec| (|List| (|Fraction| (|Polynomial| |#1|)))) (|:| |rank| (|NonNegativeInteger|)) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|))))) "\\spad{B1solve(s)} solves the system (\\spad{s}.mat) \\spad{z} = \\spad{s}.vec for the variables given by the column indices of \\spad{s}.cols in terms of the other variables and the right hand side \\spad{s}.vec by assuming that the rank is \\spad{s}.rank,{} that the system is consistent,{} with the linearly independent equations indexed by the given row indices \\spad{s}.rows; the coefficients in \\spad{s}.mat involving parameters are treated as polynomials. B1solve(\\spad{s}) returns a particular solution to the system and a basis of the homogeneous system (\\spad{s}.mat) \\spad{z} = 0.")) (|redpps| (((|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|List| |#4|)) "\\spad{redpps(s,g)} returns the simplified form of \\spad{s} after reducing modulo a groebner basis \\spad{g}")) (|ParCondList| (((|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|)))) (|Matrix| |#4|) (|NonNegativeInteger|)) "\\spad{ParCondList(c,r)} computes a list of subdeterminants of each rank >= \\spad{r} of the matrix \\spad{c} and returns a groebner basis for the ideal they generate")) (|hasoln| (((|Record| (|:| |sysok| (|Boolean|)) (|:| |z0| (|List| |#4|)) (|:| |n0| (|List| |#4|))) (|List| |#4|) (|List| |#4|)) "\\spad{hasoln(g, l)} tests whether the quasi-algebraic set defined by \\spad{p} = 0 for \\spad{p} in \\spad{g} and \\spad{q} ~= 0 for \\spad{q} in \\spad{l} is empty or not and returns a simplified definition of the quasi-algebraic set")) (|pr2dmp| ((|#4| (|Polynomial| |#1|)) "\\spad{pr2dmp(p)} converts \\spad{p} to target domain")) (|se2rfi| (((|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{se2rfi(l)} converts \\spad{l} to target domain")) (|dmp2rfi| (((|List| (|Fraction| (|Polynomial| |#1|))) (|List| |#4|)) "\\spad{dmp2rfi(l)} converts \\spad{l} to target domain") (((|Matrix| (|Fraction| (|Polynomial| |#1|))) (|Matrix| |#4|)) "\\spad{dmp2rfi(m)} converts \\spad{m} to target domain") (((|Fraction| (|Polynomial| |#1|)) |#4|) "\\spad{dmp2rfi(p)} converts \\spad{p} to target domain")) (|bsolve| (((|Record| (|:| |rgl| (|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))))))) (|:| |rgsz| (|Integer|))) (|Matrix| |#4|) (|List| (|Fraction| (|Polynomial| |#1|))) (|NonNegativeInteger|) (|String|) (|Integer|)) "\\spad{bsolve(c, w, r, s, m)} returns a list of regimes and solutions of the system \\spad{c} \\spad{z} = \\spad{w} for ranks at least \\spad{r}; depending on the mode \\spad{m} chosen,{} it writes the output to a file given by the string \\spad{s}.")) (|rdregime| (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|String|)) "\\spad{rdregime(s)} reads in a list from a file with name \\spad{s}")) (|wrregime| (((|Integer|) (|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|String|)) "\\spad{wrregime(l,s)} writes a list of regimes to a file named \\spad{s} and returns the number of regimes written")) (|psolve| (((|Integer|) (|Matrix| |#4|) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,k,s)} solves \\spad{c} \\spad{z} = 0 for all possible ranks >= \\spad{k} of the matrix \\spad{c},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| (|Symbol|)) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,w,k,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks >= \\spad{k} of the matrix \\spad{c} and indeterminate right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| |#4|) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,w,k,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks >= \\spad{k} of the matrix \\spad{c} and given right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|String|)) "\\spad{psolve(c,s)} solves \\spad{c} \\spad{z} = 0 for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| (|Symbol|)) (|String|)) "\\spad{psolve(c,w,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and indeterminate right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| |#4|) (|String|)) "\\spad{psolve(c,w,s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|PositiveInteger|)) "\\spad{psolve(c)} solves the homogeneous linear system \\spad{c} \\spad{z} = 0 for all possible ranks >= \\spad{k} of the matrix \\spad{c}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| (|Symbol|)) (|PositiveInteger|)) "\\spad{psolve(c,w,k)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks >= \\spad{k} of the matrix \\spad{c} and indeterminate right hand side \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| |#4|) (|PositiveInteger|)) "\\spad{psolve(c,w,k)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks >= \\spad{k} of the matrix \\spad{c} and given right hand side vector \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|)) "\\spad{psolve(c)} solves the homogeneous linear system \\spad{c} \\spad{z} = 0 for all possible ranks of the matrix \\spad{c}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| (|Symbol|))) "\\spad{psolve(c,w)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and indeterminate right hand side \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| |#4|)) "\\spad{psolve(c,w)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w}")))
NIL
NIL
-(-836)
+(-837)
((|constructor| (NIL "The Plot domain supports plotting of functions defined over a real number system. A real number system is a model for the real numbers and as such may be an approximation. For example floating point numbers and infinite continued fractions. The facilities at this point are limited to 2-dimensional plots or either a single function or a parametric function.")) (|debug| (((|Boolean|) (|Boolean|)) "\\spad{debug(true)} turns debug mode on \\spad{debug(false)} turns debug mode off")) (|numFunEvals| (((|Integer|)) "\\spad{numFunEvals()} returns the number of points computed")) (|setAdaptive| (((|Boolean|) (|Boolean|)) "\\spad{setAdaptive(true)} turns adaptive plotting on \\spad{setAdaptive(false)} turns adaptive plotting off")) (|adaptive?| (((|Boolean|)) "\\spad{adaptive?()} determines whether plotting be done adaptively")) (|setScreenResolution| (((|Integer|) (|Integer|)) "\\spad{setScreenResolution(i)} sets the screen resolution to \\spad{i}")) (|screenResolution| (((|Integer|)) "\\spad{screenResolution()} returns the screen resolution")) (|setMaxPoints| (((|Integer|) (|Integer|)) "\\spad{setMaxPoints(i)} sets the maximum number of points in a plot to \\spad{i}")) (|maxPoints| (((|Integer|)) "\\spad{maxPoints()} returns the maximum number of points in a plot")) (|setMinPoints| (((|Integer|) (|Integer|)) "\\spad{setMinPoints(i)} sets the minimum number of points in a plot to \\spad{i}")) (|minPoints| (((|Integer|)) "\\spad{minPoints()} returns the minimum number of points in a plot")) (|tRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{tRange(p)} returns the range of the parameter in a parametric plot \\spad{p}")) (|refine| (($ $) "\\spad{refine(p)} performs a refinement on the plot \\spad{p}") (($ $ (|Segment| (|DoubleFloat|))) "\\spad{refine(x,r)} \\undocumented")) (|zoom| (($ $ (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{zoom(x,r,s)} \\undocumented") (($ $ (|Segment| (|DoubleFloat|))) "\\spad{zoom(x,r)} \\undocumented")) (|parametric?| (((|Boolean|) $) "\\spad{parametric? determines} whether it is a parametric plot?")) (|plotPolar| (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) "\\spad{plotPolar(f)} plots the polar curve \\spad{r = f(theta)} as theta ranges over the interval \\spad{[0,2*\\%pi]}; this is the same as the parametric curve \\spad{x = f(t) * cos(t)},{} \\spad{y = f(t) * sin(t)}.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plotPolar(f,a..b)} plots the polar curve \\spad{r = f(theta)} as theta ranges over the interval \\spad{[a,b]}; this is the same as the parametric curve \\spad{x = f(t) * cos(t)},{} \\spad{y = f(t) * sin(t)}.")) (|pointPlot| (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(t +-> (f(t),g(t)),a..b,c..d,e..f)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}; \\spad{x}-range of \\spad{[c,d]} and \\spad{y}-range of \\spad{[e,f]} are noted in Plot object.") (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(t +-> (f(t),g(t)),a..b)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}.")) (|plot| (($ $ (|Segment| (|DoubleFloat|))) "\\spad{plot(x,r)} \\undocumented") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,a..b,c..d,e..f)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}; \\spad{x}-range of \\spad{[c,d]} and \\spad{y}-range of \\spad{[e,f]} are noted in Plot object.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,a..b)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,b]}.") (($ (|List| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot([f1,...,fm],a..b,c..d)} plots the functions \\spad{y = f1(x)},{}...,{} \\spad{y = fm(x)} on the interval \\spad{a..b}; \\spad{y}-range of \\spad{[c,d]} is noted in Plot object.") (($ (|List| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|DoubleFloat|))) "\\spad{plot([f1,...,fm],a..b)} plots the functions \\spad{y = f1(x)},{}...,{} \\spad{y = fm(x)} on the interval \\spad{a..b}.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,a..b,c..d)} plots the function \\spad{f(x)} on the interval \\spad{[a,b]}; \\spad{y}-range of \\spad{[c,d]} is noted in Plot object.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,a..b)} plots the function \\spad{f(x)} on the interval \\spad{[a,b]}.")))
NIL
NIL
-(-837 S)
+(-838 S)
((|constructor| (NIL "\\spad{PlotFunctions1} provides facilities for plotting curves where functions SF -> SF are specified by giving an expression")) (|plotPolar| (((|Plot|) |#1| (|Symbol|)) "\\spad{plotPolar(f,theta)} plots the graph of \\spad{r = f(theta)} as \\spad{theta} ranges from 0 to 2 \\spad{pi}") (((|Plot|) |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plotPolar(f,theta,seg)} plots the graph of \\spad{r = f(theta)} as \\spad{theta} ranges over an interval")) (|plot| (((|Plot|) |#1| |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,t,seg)} plots the graph of \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over an interval.") (((|Plot|) |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plot(fcn,x,seg)} plots the graph of \\spad{y = f(x)} on a interval")))
NIL
NIL
-(-838)
+(-839)
((|constructor| (NIL "Plot3D supports parametric plots defined over a real number system. A real number system is a model for the real numbers and as such may be an approximation. For example,{} floating point numbers and infinite continued fractions are real number systems. The facilities at this point are limited to 3-dimensional parametric plots.")) (|debug3D| (((|Boolean|) (|Boolean|)) "\\spad{debug3D(true)} turns debug mode on; debug3D(\\spad{false}) turns debug mode off.")) (|numFunEvals3D| (((|Integer|)) "\\spad{numFunEvals3D()} returns the number of points computed.")) (|setAdaptive3D| (((|Boolean|) (|Boolean|)) "\\spad{setAdaptive3D(true)} turns adaptive plotting on; setAdaptive3D(\\spad{false}) turns adaptive plotting off.")) (|adaptive3D?| (((|Boolean|)) "\\spad{adaptive3D?()} determines whether plotting be done adaptively.")) (|setScreenResolution3D| (((|Integer|) (|Integer|)) "\\spad{setScreenResolution3D(i)} sets the screen resolution for a 3d graph to \\spad{i}.")) (|screenResolution3D| (((|Integer|)) "\\spad{screenResolution3D()} returns the screen resolution for a 3d graph.")) (|setMaxPoints3D| (((|Integer|) (|Integer|)) "\\spad{setMaxPoints3D(i)} sets the maximum number of points in a plot to \\spad{i}.")) (|maxPoints3D| (((|Integer|)) "\\spad{maxPoints3D()} returns the maximum number of points in a plot.")) (|setMinPoints3D| (((|Integer|) (|Integer|)) "\\spad{setMinPoints3D(i)} sets the minimum number of points in a plot to \\spad{i}.")) (|minPoints3D| (((|Integer|)) "\\spad{minPoints3D()} returns the minimum number of points in a plot.")) (|tValues| (((|List| (|List| (|DoubleFloat|))) $) "\\spad{tValues(p)} returns a list of lists of the values of the parameter for which a point is computed,{} one list for each curve in the plot \\spad{p}.")) (|tRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{tRange(p)} returns the range of the parameter in a parametric plot \\spad{p}.")) (|refine| (($ $) "\\spad{refine(x)} \\undocumented") (($ $ (|Segment| (|DoubleFloat|))) "\\spad{refine(x,r)} \\undocumented")) (|zoom| (($ $ (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{zoom(x,r,s,t)} \\undocumented")) (|plot| (($ $ (|Segment| (|DoubleFloat|))) "\\spad{plot(x,r)} \\undocumented") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f1,f2,f3,f4,x,y,z,w)} \\undocumented") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,g,h,a..b)} plots {/emx = \\spad{f}(\\spad{t}),{} \\spad{y} = \\spad{g}(\\spad{t}),{} \\spad{z} = \\spad{h}(\\spad{t})} as \\spad{t} ranges over {/em[a,{}\\spad{b}]}.")) (|pointPlot| (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(f,x,y,z,w)} \\undocumented") (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(f,g,h,a..b)} plots {/emx = \\spad{f}(\\spad{t}),{} \\spad{y} = \\spad{g}(\\spad{t}),{} \\spad{z} = \\spad{h}(\\spad{t})} as \\spad{t} ranges over {/em[a,{}\\spad{b}]}.")))
NIL
NIL
-(-839)
+(-840)
((|constructor| (NIL "This package exports plotting tools")) (|calcRanges| (((|List| (|Segment| (|DoubleFloat|))) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{calcRanges(l)} \\undocumented")))
NIL
NIL
-(-840)
+(-841)
((|constructor| (NIL "Attaching assertions to symbols for pattern matching. Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|multiple| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{multiple(x)} tells the pattern matcher that \\spad{x} should preferably match a multi-term quantity in a sum or product. For matching on lists,{} multiple(\\spad{x}) tells the pattern matcher that \\spad{x} should match a list instead of an element of a list.")) (|optional| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{optional(x)} tells the pattern matcher that \\spad{x} can match an identity (0 in a sum,{} 1 in a product or exponentiation)..")) (|constant| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{constant(x)} tells the pattern matcher that \\spad{x} should match only the symbol 'x and no other quantity.")) (|assert| (((|Expression| (|Integer|)) (|Symbol|) (|Identifier|)) "\\spad{assert(x, s)} makes the assertion \\spad{s} about \\spad{x}.")))
NIL
NIL
-(-841 R -3093)
+(-842 R -3094)
((|constructor| (NIL "Attaching assertions to symbols for pattern matching; Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|multiple| ((|#2| |#2|) "\\spad{multiple(x)} tells the pattern matcher that \\spad{x} should preferably match a multi-term quantity in a sum or product. For matching on lists,{} multiple(\\spad{x}) tells the pattern matcher that \\spad{x} should match a list instead of an element of a list. Error: if \\spad{x} is not a symbol.")) (|optional| ((|#2| |#2|) "\\spad{optional(x)} tells the pattern matcher that \\spad{x} can match an identity (0 in a sum,{} 1 in a product or exponentiation). Error: if \\spad{x} is not a symbol.")) (|constant| ((|#2| |#2|) "\\spad{constant(x)} tells the pattern matcher that \\spad{x} should match only the symbol 'x and no other quantity. Error: if \\spad{x} is not a symbol.")) (|assert| ((|#2| |#2| (|Identifier|)) "\\spad{assert(x, s)} makes the assertion \\spad{s} about \\spad{x}. Error: if \\spad{x} is not a symbol.")))
NIL
NIL
-(-842 S A B)
+(-843 S A B)
((|constructor| (NIL "This packages provides tools for matching recursively in type towers.")) (|patternMatch| (((|PatternMatchResult| |#1| |#3|) |#2| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|)) "\\spad{patternMatch(expr, pat, res)} matches the pattern \\spad{pat} to the expression \\spad{expr}; res contains the variables of \\spad{pat} which are already matched and their matches. Note: this function handles type towers by changing the predicates and calling the matching function provided by \\spad{A}.")) (|fixPredicate| (((|Mapping| (|Boolean|) |#2|) (|Mapping| (|Boolean|) |#3|)) "\\spad{fixPredicate(f)} returns \\spad{g} defined by \\spad{g}(a) = \\spad{f}(a::B).")))
NIL
NIL
-(-843 S R -3093)
+(-844 S R -3094)
((|constructor| (NIL "This package provides pattern matching functions on function spaces.")) (|patternMatch| (((|PatternMatchResult| |#1| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|)) "\\spad{patternMatch(expr, pat, res)} matches the pattern \\spad{pat} to the expression \\spad{expr}; res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
NIL
-(-844 I)
+(-845 I)
((|constructor| (NIL "This package provides pattern matching functions on integers.")) (|patternMatch| (((|PatternMatchResult| (|Integer|) |#1|) |#1| (|Pattern| (|Integer|)) (|PatternMatchResult| (|Integer|) |#1|)) "\\spad{patternMatch(n, pat, res)} matches the pattern \\spad{pat} to the integer \\spad{n}; res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
NIL
-(-845 S E)
+(-846 S E)
((|constructor| (NIL "This package provides pattern matching functions on kernels.")) (|patternMatch| (((|PatternMatchResult| |#1| |#2|) (|Kernel| |#2|) (|Pattern| |#1|) (|PatternMatchResult| |#1| |#2|)) "\\spad{patternMatch(f(e1,...,en), pat, res)} matches the pattern \\spad{pat} to \\spad{f(e1,...,en)}; res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
NIL
-(-846 S R L)
+(-847 S R L)
((|constructor| (NIL "This package provides pattern matching functions on lists.")) (|patternMatch| (((|PatternMatchListResult| |#1| |#2| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchListResult| |#1| |#2| |#3|)) "\\spad{patternMatch(l, pat, res)} matches the pattern \\spad{pat} to the list \\spad{l}; res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
NIL
-(-847 S E V R P)
+(-848 S E V R P)
((|constructor| (NIL "This package provides pattern matching functions on polynomials.")) (|patternMatch| (((|PatternMatchResult| |#1| |#5|) |#5| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#5|)) "\\spad{patternMatch(p, pat, res)} matches the pattern \\spad{pat} to the polynomial \\spad{p}; res contains the variables of \\spad{pat} which are already matched and their matches.") (((|PatternMatchResult| |#1| |#5|) |#5| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#5|) (|Mapping| (|PatternMatchResult| |#1| |#5|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#5|))) "\\spad{patternMatch(p, pat, res, vmatch)} matches the pattern \\spad{pat} to the polynomial \\spad{p}. \\spad{res} contains the variables of \\spad{pat} which are already matched and their matches; vmatch is the matching function to use on the variables.")))
NIL
-((|HasCategory| |#3| (|%list| (QUOTE -796) (|devaluate| |#1|))))
-(-848 -2670)
+((|HasCategory| |#3| (|%list| (QUOTE -797) (|devaluate| |#1|))))
+(-849 -2671)
((|constructor| (NIL "Attaching predicates to symbols for pattern matching. Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|suchThat| (((|Expression| (|Integer|)) (|Symbol|) (|List| (|Mapping| (|Boolean|) |#1|))) "\\spad{suchThat(x, [f1, f2, ..., fn])} attaches the predicate \\spad{f1} and \\spad{f2} and ... and fn to \\spad{x}.") (((|Expression| (|Integer|)) (|Symbol|) (|Mapping| (|Boolean|) |#1|)) "\\spad{suchThat(x, foo)} attaches the predicate foo to \\spad{x}.")))
NIL
NIL
-(-849 R -3093 -2670)
+(-850 R -3094 -2671)
((|constructor| (NIL "Attaching predicates to symbols for pattern matching. Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|suchThat| ((|#2| |#2| (|List| (|Mapping| (|Boolean|) |#3|))) "\\spad{suchThat(x, [f1, f2, ..., fn])} attaches the predicate \\spad{f1} and \\spad{f2} and ... and fn to \\spad{x}. Error: if \\spad{x} is not a symbol.") ((|#2| |#2| (|Mapping| (|Boolean|) |#3|)) "\\spad{suchThat(x, foo)} attaches the predicate foo to \\spad{x}; error if \\spad{x} is not a symbol.")))
NIL
NIL
-(-850 S R Q)
+(-851 S R Q)
((|constructor| (NIL "This package provides pattern matching functions on quotients.")) (|patternMatch| (((|PatternMatchResult| |#1| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|)) "\\spad{patternMatch(a/b, pat, res)} matches the pattern \\spad{pat} to the quotient \\spad{a/b}; res contains the variables of \\spad{pat} which are already matched and their matches.")))
NIL
NIL
-(-851 S)
+(-852 S)
((|constructor| (NIL "This package provides pattern matching functions on symbols.")) (|patternMatch| (((|PatternMatchResult| |#1| (|Symbol|)) (|Symbol|) (|Pattern| |#1|) (|PatternMatchResult| |#1| (|Symbol|))) "\\spad{patternMatch(expr, pat, res)} matches the pattern \\spad{pat} to the expression \\spad{expr}; res contains the variables of \\spad{pat} which are already matched and their matches (necessary for recursion).")))
NIL
NIL
-(-852 S R P)
+(-853 S R P)
((|constructor| (NIL "This package provides tools for the pattern matcher.")) (|patternMatchTimes| (((|PatternMatchResult| |#1| |#3|) (|List| |#3|) (|List| (|Pattern| |#1|)) (|PatternMatchResult| |#1| |#3|) (|Mapping| (|PatternMatchResult| |#1| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|))) "\\spad{patternMatchTimes(lsubj, lpat, res, match)} matches the product of patterns \\spad{reduce(*,lpat)} to the product of subjects \\spad{reduce(*,lsubj)}; \\spad{r} contains the previous matches and match is a pattern-matching function on \\spad{P}.")) (|patternMatch| (((|PatternMatchResult| |#1| |#3|) (|List| |#3|) (|List| (|Pattern| |#1|)) (|Mapping| |#3| (|List| |#3|)) (|PatternMatchResult| |#1| |#3|) (|Mapping| (|PatternMatchResult| |#1| |#3|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|))) "\\spad{patternMatch(lsubj, lpat, op, res, match)} matches the list of patterns \\spad{lpat} to the list of subjects \\spad{lsubj},{} allowing for commutativity; \\spad{op} is the operator such that \\spad{op}(\\spad{lpat}) should match \\spad{op}(\\spad{lsubj}) at the end,{} \\spad{r} contains the previous matches,{} and match is a pattern-matching function on \\spad{P}.")))
NIL
NIL
-(-853)
+(-854)
((|constructor| (NIL "This package provides various polynomial number theoretic functions over the integers.")) (|legendre| (((|SparseUnivariatePolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{legendre(n)} returns the \\spad{n}th Legendre polynomial \\spad{P[n](x)}. Note: Legendre polynomials,{} denoted \\spad{P[n](x)},{} are computed from the two term recurrence. The generating function is: \\spad{1/sqrt(1-2*t*x+t**2) = sum(P[n](x)*t**n, n=0..infinity)}.")) (|laguerre| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{laguerre(n)} returns the \\spad{n}th Laguerre polynomial \\spad{L[n](x)}. Note: Laguerre polynomials,{} denoted \\spad{L[n](x)},{} are computed from the two term recurrence. The generating function is: \\spad{exp(x*t/(t-1))/(1-t) = sum(L[n](x)*t**n/n!, n=0..infinity)}.")) (|hermite| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{hermite(n)} returns the \\spad{n}th Hermite polynomial \\spad{H[n](x)}. Note: Hermite polynomials,{} denoted \\spad{H[n](x)},{} are computed from the two term recurrence. The generating function is: \\spad{exp(2*t*x-t**2) = sum(H[n](x)*t**n/n!, n=0..infinity)}.")) (|fixedDivisor| (((|Integer|) (|SparseUnivariatePolynomial| (|Integer|))) "\\spad{fixedDivisor(a)} for \\spad{a(x)} in \\spad{Z[x]} is the largest integer \\spad{f} such that \\spad{f} divides \\spad{a(x=k)} for all integers \\spad{k}. Note: fixed divisor of \\spad{a} is \\spad{reduce(gcd,[a(x=k) for k in 0..degree(a)])}.")) (|euler| (((|SparseUnivariatePolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{euler(n)} returns the \\spad{n}th Euler polynomial \\spad{E[n](x)}. Note: Euler polynomials denoted \\spad{E(n,x)} computed by solving the differential equation \\spad{differentiate(E(n,x),x) = n E(n-1,x)} where \\spad{E(0,x) = 1} and initial condition comes from \\spad{E(n) = 2**n E(n,1/2)}.")) (|cyclotomic| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{cyclotomic(n)} returns the \\spad{n}th cyclotomic polynomial \\spad{phi[n](x)}. Note: \\spad{phi[n](x)} is the factor of \\spad{x**n - 1} whose roots are the primitive \\spad{n}th roots of unity.")) (|chebyshevU| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{chebyshevU(n)} returns the \\spad{n}th Chebyshev polynomial \\spad{U[n](x)}. Note: Chebyshev polynomials of the second kind,{} denoted \\spad{U[n](x)},{} computed from the two term recurrence. The generating function \\spad{1/(1-2*t*x+t**2) = sum(T[n](x)*t**n, n=0..infinity)}.")) (|chebyshevT| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{chebyshevT(n)} returns the \\spad{n}th Chebyshev polynomial \\spad{T[n](x)}. Note: Chebyshev polynomials of the first kind,{} denoted \\spad{T[n](x)},{} computed from the two term recurrence. The generating function \\spad{(1-t*x)/(1-2*t*x+t**2) = sum(T[n](x)*t**n, n=0..infinity)}.")) (|bernoulli| (((|SparseUnivariatePolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{bernoulli(n)} returns the \\spad{n}th Bernoulli polynomial \\spad{B[n](x)}. Note: Bernoulli polynomials denoted \\spad{B(n,x)} computed by solving the differential equation \\spad{differentiate(B(n,x),x) = n B(n-1,x)} where \\spad{B(0,x) = 1} and initial condition comes from \\spad{B(n) = B(n,0)}.")))
NIL
NIL
-(-854 R)
+(-855 R)
((|constructor| (NIL "This domain implements points in coordinate space")))
-((-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-756))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-663))) (|HasCategory| |#1| (QUOTE (-961))) (-12 (|HasCategory| |#1| (QUOTE (-915))) (|HasCategory| |#1| (QUOTE (-961)))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|)))))
-(-855 |lv| R)
+NIL
+((OR (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-757))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-664))) (|HasCategory| |#1| (QUOTE (-962))) (-12 (|HasCategory| |#1| (QUOTE (-916))) (|HasCategory| |#1| (QUOTE (-962)))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|)))))
+(-856 |lv| R)
((|constructor| (NIL "Package with the conversion functions among different kind of polynomials")) (|pToDmp| (((|DistributedMultivariatePolynomial| |#1| |#2|) (|Polynomial| |#2|)) "\\spad{pToDmp(p)} converts \\spad{p} from a \\spadtype{POLY} to a \\spadtype{DMP}.")) (|dmpToP| (((|Polynomial| |#2|) (|DistributedMultivariatePolynomial| |#1| |#2|)) "\\spad{dmpToP(p)} converts \\spad{p} from a \\spadtype{DMP} to a \\spadtype{POLY}.")) (|hdmpToP| (((|Polynomial| |#2|) (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) "\\spad{hdmpToP(p)} converts \\spad{p} from a \\spadtype{HDMP} to a \\spadtype{POLY}.")) (|pToHdmp| (((|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|) (|Polynomial| |#2|)) "\\spad{pToHdmp(p)} converts \\spad{p} from a \\spadtype{POLY} to a \\spadtype{HDMP}.")) (|hdmpToDmp| (((|DistributedMultivariatePolynomial| |#1| |#2|) (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) "\\spad{hdmpToDmp(p)} converts \\spad{p} from a \\spadtype{HDMP} to a \\spadtype{DMP}.")) (|dmpToHdmp| (((|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|) (|DistributedMultivariatePolynomial| |#1| |#2|)) "\\spad{dmpToHdmp(p)} converts \\spad{p} from a \\spadtype{DMP} to a \\spadtype{HDMP}.")))
NIL
NIL
-(-856 |TheField| |ThePols|)
+(-857 |TheField| |ThePols|)
((|constructor| (NIL "\\axiomType{RealPolynomialUtilitiesPackage} provides common functions used by interval coding.")) (|lazyVariations| (((|NonNegativeInteger|) (|List| |#1|) (|Integer|) (|Integer|)) "\\axiom{lazyVariations(\\spad{l},{}\\spad{s1},{}sn)} is the number of sign variations in the list of non null numbers [s1::l]@sn,{}")) (|sturmVariationsOf| (((|NonNegativeInteger|) (|List| |#1|)) "\\axiom{sturmVariationsOf(\\spad{l})} is the number of sign variations in the list of numbers \\spad{l},{} note that the first term counts as a sign")) (|boundOfCauchy| ((|#1| |#2|) "\\axiom{boundOfCauchy(\\spad{p})} bounds the roots of \\spad{p}")) (|sturmSequence| (((|List| |#2|) |#2|) "\\axiom{sturmSequence(\\spad{p}) = sylvesterSequence(\\spad{p},{}p')}")) (|sylvesterSequence| (((|List| |#2|) |#2| |#2|) "\\axiom{sylvesterSequence(\\spad{p},{}\\spad{q})} is the negated remainder sequence of \\spad{p} and \\spad{q} divided by the last computed term")))
NIL
-((|HasCategory| |#1| (QUOTE (-755))))
-(-857 R)
+((|HasCategory| |#1| (QUOTE (-756))))
+(-858 R)
((|constructor| (NIL "\\indented{2}{This type is the basic representation of sparse recursive multivariate} polynomials whose variables are arbitrary symbols. The ordering is alphabetic determined by the Symbol type. The coefficient ring may be non commutative,{} but the variables are assumed to commute.")) (|integrate| (($ $ (|Symbol|)) "\\spad{integrate(p,x)} computes the integral of \\spad{p*dx},{} \\spadignore{i.e.} integrates the polynomial \\spad{p} with respect to the variable \\spad{x}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-821))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| (-1090) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| (-1090) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-1090) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-1090) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| (-1090) (QUOTE (-553 (-473))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3994)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
-(-858 R S)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-822))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| (-1091) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| (-1091) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-1091) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-1091) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| (-1091) (QUOTE (-554 (-474))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3995)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(-859 R S)
((|constructor| (NIL "\\indented{2}{This package takes a mapping between coefficient rings,{} and lifts} it to a mapping between polynomials over those rings.")) (|map| (((|Polynomial| |#2|) (|Mapping| |#2| |#1|) (|Polynomial| |#1|)) "\\spad{map(f, p)} produces a new polynomial as a result of applying the function \\spad{f} to every coefficient of the polynomial \\spad{p}.")))
NIL
NIL
-(-859 |x| R)
+(-860 |x| R)
((|constructor| (NIL "This package is primarily to help the interpreter do coercions. It allows you to view a polynomial as a univariate polynomial in one of its variables with coefficients which are again a polynomial in all the other variables.")) (|univariate| (((|UnivariatePolynomial| |#1| (|Polynomial| |#2|)) (|Polynomial| |#2|) (|Variable| |#1|)) "\\spad{univariate(p, x)} converts the polynomial \\spad{p} to a one of type \\spad{UnivariatePolynomial(x,Polynomial(R))},{} ie. as a member of \\spad{R[...][x]}.")))
NIL
NIL
-(-860 S R E |VarSet|)
+(-861 S R E |VarSet|)
((|constructor| (NIL "The category for general multi-variate polynomials over a ring \\spad{R},{} in variables from VarSet,{} with exponents from the \\spadtype{OrderedAbelianMonoidSup}.")) (|canonicalUnitNormal| ((|attribute|) "we can choose a unique representative for each associate class. This normalization is chosen to be normalization of leading coefficient (by default).")) (|squareFreePart| (($ $) "\\spad{squareFreePart(p)} returns product of all the irreducible factors of polynomial \\spad{p} each taken with multiplicity one.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(p)} returns the square free factorization of the polynomial \\spad{p}.")) (|primitivePart| (($ $ |#4|) "\\spad{primitivePart(p,v)} returns the unitCanonical associate of the polynomial \\spad{p} with its content with respect to the variable \\spad{v} divided out.") (($ $) "\\spad{primitivePart(p)} returns the unitCanonical associate of the polynomial \\spad{p} with its content divided out.")) (|content| (($ $ |#4|) "\\spad{content(p,v)} is the gcd of the coefficients of the polynomial \\spad{p} when \\spad{p} is viewed as a univariate polynomial with respect to the variable \\spad{v}. Thus,{} for polynomial 7*x**2*y + 14*x*y**2,{} the gcd of the coefficients with respect to \\spad{x} is 7*y.")) (|discriminant| (($ $ |#4|) "\\spad{discriminant(p,v)} returns the disriminant of the polynomial \\spad{p} with respect to the variable \\spad{v}.")) (|resultant| (($ $ $ |#4|) "\\spad{resultant(p,q,v)} returns the resultant of the polynomials \\spad{p} and \\spad{q} with respect to the variable \\spad{v}.")) (|primitiveMonomials| (((|List| $) $) "\\spad{primitiveMonomials(p)} gives the list of monomials of the polynomial \\spad{p} with their coefficients removed. Note: \\spad{primitiveMonomials(sum(a_(i) X^(i))) = [X^(1),...,X^(n)]}.")) (|variables| (((|List| |#4|) $) "\\spad{variables(p)} returns the list of those variables actually appearing in the polynomial \\spad{p}.")) (|totalDegree| (((|NonNegativeInteger|) $ (|List| |#4|)) "\\spad{totalDegree(p, lv)} returns the maximum sum (over all monomials of polynomial \\spad{p}) of the variables in the list lv.") (((|NonNegativeInteger|) $) "\\spad{totalDegree(p)} returns the largest sum over all monomials of all exponents of a monomial.")) (|isExpt| (((|Union| (|Record| (|:| |var| |#4|) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x, n]} if polynomial \\spad{p} has the form \\spad{x**n} and \\spad{n > 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if polynomial \\spad{p = a1 ... an} and \\spad{n >= 2},{} and,{} for each \\spad{i},{} \\spad{ai} is either a nontrivial constant in \\spad{R} or else of the form \\spad{x**e},{} where \\spad{e > 0} is an integer and \\spad{x} in a member of VarSet.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,...,mn]} if polynomial \\spad{p = m1 + ... + mn} and \\spad{n >= 2} and each \\spad{mi} is a nonzero monomial.")) (|multivariate| (($ (|SparseUnivariatePolynomial| $) |#4|) "\\spad{multivariate(sup,v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.") (($ (|SparseUnivariatePolynomial| |#2|) |#4|) "\\spad{multivariate(sup,v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.")) (|monomial| (($ $ (|List| |#4|) (|List| (|NonNegativeInteger|))) "\\spad{monomial(a,[v1..vn],[e1..en])} returns \\spad{a*prod(vi**ei)}.") (($ $ |#4| (|NonNegativeInteger|)) "\\spad{monomial(a,x,n)} creates the monomial \\spad{a*x**n} where \\spad{a} is a polynomial,{} \\spad{x} is a variable and \\spad{n} is a nonnegative integer.")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#4|) "\\spad{monicDivide(a,b,v)} divides the polynomial a by the polynomial \\spad{b},{} with each viewed as a univariate polynomial in \\spad{v} returning both the quotient and remainder. Error: if \\spad{b} is not monic with respect to \\spad{v}.")) (|minimumDegree| (((|List| (|NonNegativeInteger|)) $ (|List| |#4|)) "\\spad{minimumDegree(p, lv)} gives the list of minimum degrees of the polynomial \\spad{p} with respect to each of the variables in the list lv") (((|NonNegativeInteger|) $ |#4|) "\\spad{minimumDegree(p,v)} gives the minimum degree of polynomial \\spad{p} with respect to \\spad{v},{} \\spadignore{i.e.} viewed a univariate polynomial in \\spad{v}")) (|mainVariable| (((|Union| |#4| "failed") $) "\\spad{mainVariable(p)} returns the biggest variable which actually occurs in the polynomial \\spad{p},{} or \"failed\" if no variables are present. fails precisely if polynomial satisfies ground?")) (|univariate| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{univariate(p)} converts the multivariate polynomial \\spad{p},{} which should actually involve only one variable,{} into a univariate polynomial in that variable,{} whose coefficients are in the ground ring. Error: if polynomial is genuinely multivariate") (((|SparseUnivariatePolynomial| $) $ |#4|) "\\spad{univariate(p,v)} converts the multivariate polynomial \\spad{p} into a univariate polynomial in \\spad{v},{} whose coefficients are still multivariate polynomials (in all the other variables).")) (|monomials| (((|List| $) $) "\\spad{monomials(p)} returns the list of non-zero monomials of polynomial \\spad{p},{} \\spadignore{i.e.} \\spad{monomials(sum(a_(i) X^(i))) = [a_(1) X^(1),...,a_(n) X^(n)]}.")) (|coefficient| (($ $ (|List| |#4|) (|List| (|NonNegativeInteger|))) "\\spad{coefficient(p, lv, ln)} views the polynomial \\spad{p} as a polynomial in the variables of \\spad{lv} and returns the coefficient of the term \\spad{lv**ln},{} \\spadignore{i.e.} \\spad{prod(lv_i ** ln_i)}.") (($ $ |#4| (|NonNegativeInteger|)) "\\spad{coefficient(p,v,n)} views the polynomial \\spad{p} as a univariate polynomial in \\spad{v} and returns the coefficient of the \\spad{v**n} term.")) (|degree| (((|List| (|NonNegativeInteger|)) $ (|List| |#4|)) "\\spad{degree(p,lv)} gives the list of degrees of polynomial \\spad{p} with respect to each of the variables in the list \\spad{lv}.") (((|NonNegativeInteger|) $ |#4|) "\\spad{degree(p,v)} gives the degree of polynomial \\spad{p} with respect to the variable \\spad{v}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-821))) (|HasAttribute| |#2| (QUOTE -3994)) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-796 (-330)))) (|HasCategory| |#2| (QUOTE (-796 (-330)))) (|HasCategory| |#4| (QUOTE (-796 (-484)))) (|HasCategory| |#2| (QUOTE (-796 (-484)))) (|HasCategory| |#4| (QUOTE (-553 (-800 (-330))))) (|HasCategory| |#2| (QUOTE (-553 (-800 (-330))))) (|HasCategory| |#4| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#2| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#4| (QUOTE (-553 (-473)))) (|HasCategory| |#2| (QUOTE (-553 (-473)))))
-(-861 R E |VarSet|)
+((|HasCategory| |#2| (QUOTE (-822))) (|HasAttribute| |#2| (QUOTE -3995)) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#4| (QUOTE (-797 (-330)))) (|HasCategory| |#2| (QUOTE (-797 (-330)))) (|HasCategory| |#4| (QUOTE (-797 (-485)))) (|HasCategory| |#2| (QUOTE (-797 (-485)))) (|HasCategory| |#4| (QUOTE (-554 (-801 (-330))))) (|HasCategory| |#2| (QUOTE (-554 (-801 (-330))))) (|HasCategory| |#4| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#2| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#4| (QUOTE (-554 (-474)))) (|HasCategory| |#2| (QUOTE (-554 (-474)))))
+(-862 R E |VarSet|)
((|constructor| (NIL "The category for general multi-variate polynomials over a ring \\spad{R},{} in variables from VarSet,{} with exponents from the \\spadtype{OrderedAbelianMonoidSup}.")) (|canonicalUnitNormal| ((|attribute|) "we can choose a unique representative for each associate class. This normalization is chosen to be normalization of leading coefficient (by default).")) (|squareFreePart| (($ $) "\\spad{squareFreePart(p)} returns product of all the irreducible factors of polynomial \\spad{p} each taken with multiplicity one.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(p)} returns the square free factorization of the polynomial \\spad{p}.")) (|primitivePart| (($ $ |#3|) "\\spad{primitivePart(p,v)} returns the unitCanonical associate of the polynomial \\spad{p} with its content with respect to the variable \\spad{v} divided out.") (($ $) "\\spad{primitivePart(p)} returns the unitCanonical associate of the polynomial \\spad{p} with its content divided out.")) (|content| (($ $ |#3|) "\\spad{content(p,v)} is the gcd of the coefficients of the polynomial \\spad{p} when \\spad{p} is viewed as a univariate polynomial with respect to the variable \\spad{v}. Thus,{} for polynomial 7*x**2*y + 14*x*y**2,{} the gcd of the coefficients with respect to \\spad{x} is 7*y.")) (|discriminant| (($ $ |#3|) "\\spad{discriminant(p,v)} returns the disriminant of the polynomial \\spad{p} with respect to the variable \\spad{v}.")) (|resultant| (($ $ $ |#3|) "\\spad{resultant(p,q,v)} returns the resultant of the polynomials \\spad{p} and \\spad{q} with respect to the variable \\spad{v}.")) (|primitiveMonomials| (((|List| $) $) "\\spad{primitiveMonomials(p)} gives the list of monomials of the polynomial \\spad{p} with their coefficients removed. Note: \\spad{primitiveMonomials(sum(a_(i) X^(i))) = [X^(1),...,X^(n)]}.")) (|variables| (((|List| |#3|) $) "\\spad{variables(p)} returns the list of those variables actually appearing in the polynomial \\spad{p}.")) (|totalDegree| (((|NonNegativeInteger|) $ (|List| |#3|)) "\\spad{totalDegree(p, lv)} returns the maximum sum (over all monomials of polynomial \\spad{p}) of the variables in the list lv.") (((|NonNegativeInteger|) $) "\\spad{totalDegree(p)} returns the largest sum over all monomials of all exponents of a monomial.")) (|isExpt| (((|Union| (|Record| (|:| |var| |#3|) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x, n]} if polynomial \\spad{p} has the form \\spad{x**n} and \\spad{n > 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if polynomial \\spad{p = a1 ... an} and \\spad{n >= 2},{} and,{} for each \\spad{i},{} \\spad{ai} is either a nontrivial constant in \\spad{R} or else of the form \\spad{x**e},{} where \\spad{e > 0} is an integer and \\spad{x} in a member of VarSet.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,...,mn]} if polynomial \\spad{p = m1 + ... + mn} and \\spad{n >= 2} and each \\spad{mi} is a nonzero monomial.")) (|multivariate| (($ (|SparseUnivariatePolynomial| $) |#3|) "\\spad{multivariate(sup,v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.") (($ (|SparseUnivariatePolynomial| |#1|) |#3|) "\\spad{multivariate(sup,v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.")) (|monomial| (($ $ (|List| |#3|) (|List| (|NonNegativeInteger|))) "\\spad{monomial(a,[v1..vn],[e1..en])} returns \\spad{a*prod(vi**ei)}.") (($ $ |#3| (|NonNegativeInteger|)) "\\spad{monomial(a,x,n)} creates the monomial \\spad{a*x**n} where \\spad{a} is a polynomial,{} \\spad{x} is a variable and \\spad{n} is a nonnegative integer.")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) "\\spad{monicDivide(a,b,v)} divides the polynomial a by the polynomial \\spad{b},{} with each viewed as a univariate polynomial in \\spad{v} returning both the quotient and remainder. Error: if \\spad{b} is not monic with respect to \\spad{v}.")) (|minimumDegree| (((|List| (|NonNegativeInteger|)) $ (|List| |#3|)) "\\spad{minimumDegree(p, lv)} gives the list of minimum degrees of the polynomial \\spad{p} with respect to each of the variables in the list lv") (((|NonNegativeInteger|) $ |#3|) "\\spad{minimumDegree(p,v)} gives the minimum degree of polynomial \\spad{p} with respect to \\spad{v},{} \\spadignore{i.e.} viewed a univariate polynomial in \\spad{v}")) (|mainVariable| (((|Union| |#3| "failed") $) "\\spad{mainVariable(p)} returns the biggest variable which actually occurs in the polynomial \\spad{p},{} or \"failed\" if no variables are present. fails precisely if polynomial satisfies ground?")) (|univariate| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{univariate(p)} converts the multivariate polynomial \\spad{p},{} which should actually involve only one variable,{} into a univariate polynomial in that variable,{} whose coefficients are in the ground ring. Error: if polynomial is genuinely multivariate") (((|SparseUnivariatePolynomial| $) $ |#3|) "\\spad{univariate(p,v)} converts the multivariate polynomial \\spad{p} into a univariate polynomial in \\spad{v},{} whose coefficients are still multivariate polynomials (in all the other variables).")) (|monomials| (((|List| $) $) "\\spad{monomials(p)} returns the list of non-zero monomials of polynomial \\spad{p},{} \\spadignore{i.e.} \\spad{monomials(sum(a_(i) X^(i))) = [a_(1) X^(1),...,a_(n) X^(n)]}.")) (|coefficient| (($ $ (|List| |#3|) (|List| (|NonNegativeInteger|))) "\\spad{coefficient(p, lv, ln)} views the polynomial \\spad{p} as a polynomial in the variables of \\spad{lv} and returns the coefficient of the term \\spad{lv**ln},{} \\spadignore{i.e.} \\spad{prod(lv_i ** ln_i)}.") (($ $ |#3| (|NonNegativeInteger|)) "\\spad{coefficient(p,v,n)} views the polynomial \\spad{p} as a univariate polynomial in \\spad{v} and returns the coefficient of the \\spad{v**n} term.")) (|degree| (((|List| (|NonNegativeInteger|)) $ (|List| |#3|)) "\\spad{degree(p,lv)} gives the list of degrees of polynomial \\spad{p} with respect to each of the variables in the list \\spad{lv}.") (((|NonNegativeInteger|) $ |#3|) "\\spad{degree(p,v)} gives the degree of polynomial \\spad{p} with respect to the variable \\spad{v}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
NIL
-(-862 E V R P -3093)
+(-863 E V R P -3094)
((|constructor| (NIL "This package transforms multivariate polynomials or fractions into univariate polynomials or fractions,{} and back.")) (|isPower| (((|Union| (|Record| (|:| |val| |#5|) (|:| |exponent| (|Integer|))) "failed") |#5|) "\\spad{isPower(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0},{} \"failed\" otherwise.")) (|isExpt| (((|Union| (|Record| (|:| |var| |#2|) (|:| |exponent| (|Integer|))) "failed") |#5|) "\\spad{isExpt(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0},{} \"failed\" otherwise.")) (|isTimes| (((|Union| (|List| |#5|) "failed") |#5|) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{p = a1 ... an} and \\spad{n > 1},{} \"failed\" otherwise.")) (|isPlus| (((|Union| (|List| |#5|) "failed") |#5|) "\\spad{isPlus(p)} returns [\\spad{m1},{}...,{}mn] if \\spad{p = m1 + ... + mn} and \\spad{n > 1},{} \"failed\" otherwise.")) (|multivariate| ((|#5| (|Fraction| (|SparseUnivariatePolynomial| |#5|)) |#2|) "\\spad{multivariate(f, v)} applies both the numerator and denominator of \\spad{f} to \\spad{v}.")) (|univariate| (((|SparseUnivariatePolynomial| |#5|) |#5| |#2| (|SparseUnivariatePolynomial| |#5|)) "\\spad{univariate(f, x, p)} returns \\spad{f} viewed as a univariate polynomial in \\spad{x},{} using the side-condition \\spad{p(x) = 0}.") (((|Fraction| (|SparseUnivariatePolynomial| |#5|)) |#5| |#2|) "\\spad{univariate(f, v)} returns \\spad{f} viewed as a univariate rational function in \\spad{v}.")) (|mainVariable| (((|Union| |#2| "failed") |#5|) "\\spad{mainVariable(f)} returns the highest variable appearing in the numerator or the denominator of \\spad{f},{} \"failed\" if \\spad{f} has no variables.")) (|variables| (((|List| |#2|) |#5|) "\\spad{variables(f)} returns the list of variables appearing in the numerator or the denominator of \\spad{f}.")))
NIL
NIL
-(-863 E |Vars| R P S)
+(-864 E |Vars| R P S)
((|constructor| (NIL "This package provides a very general map function,{} which given a set \\spad{S} and polynomials over \\spad{R} with maps from the variables into \\spad{S} and the coefficients into \\spad{S},{} maps polynomials into \\spad{S}. \\spad{S} is assumed to support \\spad{+},{} \\spad{*} and \\spad{**}.")) (|map| ((|#5| (|Mapping| |#5| |#2|) (|Mapping| |#5| |#3|) |#4|) "\\spad{map(varmap, coefmap, p)} takes a \\spad{varmap},{} a mapping from the variables of polynomial \\spad{p} into \\spad{S},{} \\spad{coefmap},{} a mapping from coefficients of \\spad{p} into \\spad{S},{} and \\spad{p},{} and produces a member of \\spad{S} using the corresponding arithmetic. in \\spad{S}")))
NIL
NIL
-(-864 E V R P -3093)
+(-865 E V R P -3094)
((|constructor| (NIL "computes \\spad{n}-th roots of quotients of multivariate polynomials")) (|nthr| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#4|) (|:| |radicand| (|List| |#4|))) |#4| (|NonNegativeInteger|)) "\\spad{nthr(p,n)} should be local but conditional")) (|froot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) |#5| (|NonNegativeInteger|)) "\\spad{froot(f, n)} returns \\spad{[m,c,r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|qroot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) (|Fraction| (|Integer|)) (|NonNegativeInteger|)) "\\spad{qroot(f, n)} returns \\spad{[m,c,r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|rroot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) |#3| (|NonNegativeInteger|)) "\\spad{rroot(f, n)} returns \\spad{[m,c,r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|denom| ((|#4| $) "\\spad{denom(x)} \\undocumented")) (|numer| ((|#4| $) "\\spad{numer(x)} \\undocumented")))
NIL
((|HasCategory| |#3| (QUOTE (-392))))
-(-865)
+(-866)
((|constructor| (NIL "This domain represents network port numbers (notable TCP and UDP).")) (|port| (($ (|SingleInteger|)) "\\spad{port(n)} constructs a PortNumber from the integer `n'.")))
NIL
NIL
-(-866)
+(-867)
((|constructor| (NIL "PlottablePlaneCurveCategory is the category of curves in the plane which may be plotted via the graphics facilities. Functions are provided for obtaining lists of lists of points,{} representing the branches of the curve,{} and for determining the ranges of the \\spad{x}-coordinates and \\spad{y}-coordinates of the points on the curve.")) (|yRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{yRange(c)} returns the range of the \\spad{y}-coordinates of the points on the curve \\spad{c}.")) (|xRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{xRange(c)} returns the range of the \\spad{x}-coordinates of the points on the curve \\spad{c}.")) (|listBranches| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) "\\spad{listBranches(c)} returns a list of lists of points,{} representing the branches of the curve \\spad{c}.")))
NIL
NIL
-(-867 R E)
+(-868 R E)
((|constructor| (NIL "This domain represents generalized polynomials with coefficients (from a not necessarily commutative ring),{} and terms indexed by their exponents (from an arbitrary ordered abelian monoid). This type is used,{} for example,{} by the \\spadtype{DistributedMultivariatePolynomial} domain where the exponent domain is a direct product of non negative integers.")) (|canonicalUnitNormal| ((|attribute|) "canonicalUnitNormal guarantees that the function unitCanonical returns the same representative for all associates of any particular element.")) (|fmecg| (($ $ |#2| |#1| $) "\\spad{fmecg(p1,e,r,p2)} finds \\spad{X} : \\spad{p1} - \\spad{r} * X**e * \\spad{p2}")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-104)))) (|HasAttribute| |#1| (QUOTE -3994)))
-(-868 R L)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-104)))) (|HasAttribute| |#1| (QUOTE -3995)))
+(-869 R L)
((|constructor| (NIL "\\spadtype{PrecomputedAssociatedEquations} stores some generic precomputations which speed up the computations of the associated equations needed for factoring operators.")) (|firstUncouplingMatrix| (((|Union| (|Matrix| |#1|) "failed") |#2| (|PositiveInteger|)) "\\spad{firstUncouplingMatrix(op, m)} returns the matrix A such that \\spad{A w = (W',W'',...,W^N)} in the corresponding associated equations for right-factors of order \\spad{m} of \\spad{op}. Returns \"failed\" if the matrix A has not been precomputed for the particular combination \\spad{degree(L), m}.")))
NIL
NIL
-(-869 S)
+(-870 S)
((|constructor| (NIL "\\indented{1}{This provides a fast array type with no bound checking on elt's.} Minimum index is 0 in this type,{} cannot be changed")))
-((-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-756))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|)))))
-(-870 A B)
+NIL
+((OR (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-757))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|)))))
+(-871 A B)
((|constructor| (NIL "\\indented{1}{This package provides tools for operating on primitive arrays} with unary and binary functions involving different underlying types")) (|map| (((|PrimitiveArray| |#2|) (|Mapping| |#2| |#1|) (|PrimitiveArray| |#1|)) "\\spad{map(f,a)} applies function \\spad{f} to each member of primitive array \\spad{a} resulting in a new primitive array over a possibly different underlying domain.")) (|reduce| ((|#2| (|Mapping| |#2| |#1| |#2|) (|PrimitiveArray| |#1|) |#2|) "\\spad{reduce(f,a,r)} applies function \\spad{f} to each successive element of the primitive array \\spad{a} and an accumulant initialized to \\spad{r}. For example,{} \\spad{reduce(_+\\$Integer,[1,2,3],0)} does \\spad{3+(2+(1+0))}. Note: third argument \\spad{r} may be regarded as the identity element for the function \\spad{f}.")) (|scan| (((|PrimitiveArray| |#2|) (|Mapping| |#2| |#1| |#2|) (|PrimitiveArray| |#1|) |#2|) "\\spad{scan(f,a,r)} successively applies \\spad{reduce(f,x,r)} to more and more leading sub-arrays \\spad{x} of primitive array \\spad{a}. More precisely,{} if \\spad{a} is \\spad{[a1,a2,...]},{} then \\spad{scan(f,a,r)} returns \\spad{[reduce(f,[a1],r),reduce(f,[a1,a2],r),...]}.")))
NIL
NIL
-(-871)
+(-872)
((|constructor| (NIL "Category for the functions defined by integrals.")) (|integral| (($ $ (|SegmentBinding| $)) "\\spad{integral(f, x = a..b)} returns the formal definite integral of \\spad{f} dx for \\spad{x} between \\spad{a} and \\spad{b}.") (($ $ (|Symbol|)) "\\spad{integral(f, x)} returns the formal integral of \\spad{f} dx.")))
NIL
NIL
-(-872 -3093)
+(-873 -3094)
((|constructor| (NIL "PrimitiveElement provides functions to compute primitive elements in algebraic extensions.")) (|primitiveElement| (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|)) (|Symbol|)) "\\spad{primitiveElement([p1,...,pn], [a1,...,an], a)} returns \\spad{[[c1,...,cn], [q1,...,qn], q]} such that then \\spad{k(a1,...,an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}'s are the defining polynomials for the \\spad{ai}'s. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.") (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{primitiveElement([p1,...,pn], [a1,...,an])} returns \\spad{[[c1,...,cn], [q1,...,qn], q]} such that then \\spad{k(a1,...,an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}'s are the defining polynomials for the \\spad{ai}'s. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.") (((|Record| (|:| |coef1| (|Integer|)) (|:| |coef2| (|Integer|)) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|Polynomial| |#1|) (|Symbol|) (|Polynomial| |#1|) (|Symbol|)) "\\spad{primitiveElement(p1, a1, p2, a2)} returns \\spad{[c1, c2, q]} such that \\spad{k(a1, a2) = k(a)} where \\spad{a = c1 a1 + c2 a2, and q(a) = 0}. The \\spad{pi}'s are the defining polynomials for the \\spad{ai}'s. The \\spad{p2} may involve \\spad{a1},{} but \\spad{p1} must not involve \\spad{a2}. This operation uses \\spadfun{resultant}.")))
NIL
NIL
-(-873 I)
+(-874 I)
((|constructor| (NIL "The \\spadtype{IntegerPrimesPackage} implements a modification of Rabin's probabilistic primality test and the utility functions \\spadfun{nextPrime},{} \\spadfun{prevPrime} and \\spadfun{primes}.")) (|primes| (((|List| |#1|) |#1| |#1|) "\\spad{primes(a,b)} returns a list of all primes \\spad{p} with \\spad{a <= p <= b}")) (|prevPrime| ((|#1| |#1|) "\\spad{prevPrime(n)} returns the largest prime strictly smaller than \\spad{n}")) (|nextPrime| ((|#1| |#1|) "\\spad{nextPrime(n)} returns the smallest prime strictly larger than \\spad{n}")) (|prime?| (((|Boolean|) |#1|) "\\spad{prime?(n)} returns \\spad{true} if \\spad{n} is prime and \\spad{false} if not. The algorithm used is Rabin's probabilistic primality test (reference: Knuth Volume 2 Semi Numerical Algorithms). If \\spad{prime? n} returns \\spad{false},{} \\spad{n} is proven composite. If \\spad{prime? n} returns \\spad{true},{} prime? may be in error however,{} the probability of error is very low. and is zero below 25*10**9 (due to a result of Pomerance et al),{} below 10**12 and 10**13 due to results of Pinch,{} and below 341550071728321 due to a result of Jaeschke. Specifically,{} this implementation does at least 10 pseudo prime tests and so the probability of error is \\spad{< 4**(-10)}. The running time of this method is cubic in the length of the input \\spad{n},{} that is \\spad{O( (log n)**3 )},{} for \\spad{n<10**20}. beyond that,{} the algorithm is quartic,{} \\spad{O( (log n)**4 )}. Two improvements due to Davenport have been incorporated which catches some trivial strong pseudo-primes,{} such as [Jaeschke,{} 1991] 1377161253229053 * 413148375987157,{} which the original algorithm regards as prime")))
NIL
NIL
-(-874)
+(-875)
((|constructor| (NIL "PrintPackage provides a print function for output forms.")) (|print| (((|Void|) (|OutputForm|)) "\\spad{print(o)} writes the output form \\spad{o} on standard output using the two-dimensional formatter.")))
NIL
NIL
-(-875 A B)
+(-876 A B)
((|constructor| (NIL "This domain implements cartesian product")) (|selectsecond| ((|#2| $) "\\spad{selectsecond(x)} \\undocumented")) (|selectfirst| ((|#1| $) "\\spad{selectfirst(x)} \\undocumented")) (|makeprod| (($ |#1| |#2|) "\\spad{makeprod(a,b)} \\undocumented")))
-((-3993 -12 (|has| |#2| (-413)) (|has| |#1| (-413))))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-717)))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-756))))) (-12 (|HasCategory| |#1| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-717)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-104)))) (-12 (|HasCategory| |#1| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-717)))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-104)))) (-12 (|HasCategory| |#1| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-717)))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23))))) (-12 (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#2| (QUOTE (-413)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#2| (QUOTE (-413)))) (-12 (|HasCategory| |#1| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-663))))) (-12 (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-320)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-104)))) (-12 (|HasCategory| |#1| (QUOTE (-717))) (|HasCategory| |#2| (QUOTE (-717)))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#2| (QUOTE (-413)))) (-12 (|HasCategory| |#1| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-663))))) (-12 (|HasCategory| |#1| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-663)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-104)))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-756)))))
-(-876)
+((-3994 -12 (|has| |#2| (-413)) (|has| |#1| (-413))))
+((OR (-12 (|HasCategory| |#1| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-718)))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-757))))) (-12 (|HasCategory| |#1| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-718)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-104)))) (-12 (|HasCategory| |#1| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-718)))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-104)))) (-12 (|HasCategory| |#1| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-718)))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23))))) (-12 (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#2| (QUOTE (-413)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#2| (QUOTE (-413)))) (-12 (|HasCategory| |#1| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-664))))) (-12 (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-320)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-104)))) (-12 (|HasCategory| |#1| (QUOTE (-718))) (|HasCategory| |#2| (QUOTE (-718)))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-413))) (|HasCategory| |#2| (QUOTE (-413)))) (-12 (|HasCategory| |#1| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-664))))) (-12 (|HasCategory| |#1| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-664)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-104))) (|HasCategory| |#2| (QUOTE (-104)))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-757)))))
+(-877)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. An `Property' is a pair of name and value.")) (|property| (($ (|Identifier|) (|SExpression|)) "\\spad{property(n,val)} constructs a property with name `n' and value `val'.")) (|value| (((|SExpression|) $) "\\spad{value(p)} returns value of property \\spad{p}")) (|name| (((|Identifier|) $) "\\spad{name(p)} returns the name of property \\spad{p}")))
NIL
NIL
-(-877 T$)
+(-878 T$)
((|constructor| (NIL "This domain implements propositional formula build over a term domain,{} that itself belongs to PropositionalLogic")) (|disjunction| (($ $ $) "\\spad{disjunction(p,q)} returns a formula denoting the disjunction of \\spad{p} and \\spad{q}.")) (|conjunction| (($ $ $) "\\spad{conjunction(p,q)} returns a formula denoting the conjunction of \\spad{p} and \\spad{q}.")) (|isEquiv| (((|Maybe| (|Pair| $ $)) $) "\\spad{isEquiv f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is an equivalence formula.")) (|isImplies| (((|Maybe| (|Pair| $ $)) $) "\\spad{isImplies f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is an implication formula.")) (|isOr| (((|Maybe| (|Pair| $ $)) $) "\\spad{isOr f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is a disjunction formula.")) (|isAnd| (((|Maybe| (|Pair| $ $)) $) "\\spad{isAnd f} returns a value \\spad{v} such that \\spad{v case Pair(\\%,\\%)} holds if the formula \\spad{f} is a conjunction formula.")) (|isNot| (((|Maybe| $) $) "\\spad{isNot f} returns a value \\spad{v} such that \\spad{v case \\%} holds if the formula \\spad{f} is a negation.")) (|isAtom| (((|Maybe| |#1|) $) "\\spad{isAtom f} returns a value \\spad{v} such that \\spad{v case T} holds if the formula \\spad{f} is a term.")))
NIL
NIL
-(-878 T$)
+(-879 T$)
((|constructor| (NIL "This package collects unary functions operating on propositional formulae.")) (|simplify| (((|PropositionalFormula| |#1|) (|PropositionalFormula| |#1|)) "\\spad{simplify f} returns a formula logically equivalent to \\spad{f} where obvious tautologies have been removed.")) (|atoms| (((|Set| |#1|) (|PropositionalFormula| |#1|)) "\\spad{atoms f} ++ returns the set of atoms appearing in the formula \\spad{f}.")) (|dual| (((|PropositionalFormula| |#1|) (|PropositionalFormula| |#1|)) "\\spad{dual f} returns the dual of the proposition \\spad{f}.")))
NIL
NIL
-(-879 S T$)
+(-880 S T$)
((|constructor| (NIL "This package collects binary functions operating on propositional formulae.")) (|map| (((|PropositionalFormula| |#2|) (|Mapping| |#2| |#1|) (|PropositionalFormula| |#1|)) "\\spad{map(f,x)} returns a propositional formula where all atoms in \\spad{x} have been replaced by the result of applying the function \\spad{f} to them.")))
NIL
NIL
-(-880)
+(-881)
((|constructor| (NIL "This category declares the connectives of Propositional Logic.")) (|equiv| (($ $ $) "\\spad{equiv(p,q)} returns the logical equivalence of `p',{} `q'.")) (|implies| (($ $ $) "\\spad{implies(p,q)} returns the logical implication of `q' by `p'.")) (|false| (($) "\\spad{false} is a logical constant.")) (|true| (($) "\\spad{true} is a logical constant.")))
NIL
NIL
-(-881 S)
+(-882 S)
((|constructor| (NIL "A priority queue is a bag of items from an ordered set where the item extracted is always the maximum element.")) (|merge!| (($ $ $) "\\spad{merge!(q,q1)} destructively changes priority queue \\spad{q} to include the values from priority queue \\spad{q1}.")) (|merge| (($ $ $) "\\spad{merge(q1,q2)} returns combines priority queues \\spad{q1} and \\spad{q2} to return a single priority queue \\spad{q}.")) (|max| ((|#1| $) "\\spad{max(q)} returns the maximum element of priority queue \\spad{q}.")))
-((-3997 . T))
NIL
-(-882 R |polR|)
+NIL
+(-883 R |polR|)
((|constructor| (NIL "This package contains some functions: \\axiomOpFrom{discriminant}{PseudoRemainderSequence},{} \\axiomOpFrom{resultant}{PseudoRemainderSequence},{} \\axiomOpFrom{subResultantGcd}{PseudoRemainderSequence},{} \\axiomOpFrom{chainSubResultants}{PseudoRemainderSequence},{} \\axiomOpFrom{degreeSubResultant}{PseudoRemainderSequence},{} \\axiomOpFrom{lastSubResultant}{PseudoRemainderSequence},{} \\axiomOpFrom{resultantEuclidean}{PseudoRemainderSequence},{} \\axiomOpFrom{subResultantGcdEuclidean}{PseudoRemainderSequence},{} \\axiomOpFrom{\\spad{semiSubResultantGcdEuclidean1}}{PseudoRemainderSequence},{} \\axiomOpFrom{\\spad{semiSubResultantGcdEuclidean2}}{PseudoRemainderSequence},{} etc. This procedures are coming from improvements of the subresultants algorithm. \\indented{2}{Version : 7} \\indented{2}{References : Lionel Ducos \"Optimizations of the subresultant algorithm\"} \\indented{2}{to appear in the Journal of Pure and Applied Algebra.} \\indented{2}{Author : Ducos Lionel \\axiom{Lionel.Ducos@mathlabo.univ-poitiers.fr}}")) (|semiResultantEuclideannaif| (((|Record| (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{resultantEuclidean_naif(\\spad{P},{}\\spad{Q})} returns the semi-extended resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}} computed by means of the naive algorithm.")) (|resultantEuclideannaif| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{resultantEuclidean_naif(\\spad{P},{}\\spad{Q})} returns the extended resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}} computed by means of the naive algorithm.")) (|resultantnaif| ((|#1| |#2| |#2|) "\\axiom{resultantEuclidean_naif(\\spad{P},{}\\spad{Q})} returns the resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}} computed by means of the naive algorithm.")) (|nextsousResultant2| ((|#2| |#2| |#2| |#2| |#1|) "\\axiom{\\spad{nextsousResultant2}(\\spad{P},{} \\spad{Q},{} \\spad{Z},{} \\spad{s})} returns the subresultant \\axiom{S_{\\spad{e}-1}} where \\axiom{\\spad{P} ~ S_d,{} \\spad{Q} = S_{\\spad{d}-1},{} \\spad{Z} = S_e,{} \\spad{s} = lc(S_d)}")) (|Lazard2| ((|#2| |#2| |#1| |#1| (|NonNegativeInteger|)) "\\axiom{\\spad{Lazard2}(\\spad{F},{} \\spad{x},{} \\spad{y},{} \\spad{n})} computes \\axiom{(x/y)**(\\spad{n}-1) * \\spad{F}}")) (|Lazard| ((|#1| |#1| |#1| (|NonNegativeInteger|)) "\\axiom{Lazard(\\spad{x},{} \\spad{y},{} \\spad{n})} computes \\axiom{x**n/y**(\\spad{n}-1)}")) (|divide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2|) "\\axiom{divide(\\spad{F},{}\\spad{G})} computes quotient and rest of the exact euclidean division of \\axiom{\\spad{F}} by \\axiom{\\spad{G}}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#1|) (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2|) "\\axiom{pseudoDivide(\\spad{P},{}\\spad{Q})} computes the pseudoDivide of \\axiom{\\spad{P}} by \\axiom{\\spad{Q}}.")) (|exquo| (((|Vector| |#2|) (|Vector| |#2|) |#1|) "\\axiom{\\spad{v} exquo \\spad{r}} computes the exact quotient of \\axiom{\\spad{v}} by \\axiom{\\spad{r}}")) (* (((|Vector| |#2|) |#1| (|Vector| |#2|)) "\\axiom{\\spad{r} * \\spad{v}} computes the product of \\axiom{\\spad{r}} and \\axiom{\\spad{v}}")) (|gcd| ((|#2| |#2| |#2|) "\\axiom{gcd(\\spad{P},{} \\spad{Q})} returns the gcd of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiResultantReduitEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |resultantReduit| |#1|)) |#2| |#2|) "\\axiom{semiResultantReduitEuclidean(\\spad{P},{}\\spad{Q})} returns the \"reduce resultant\" and carries out the equality \\axiom{...\\spad{P} + coef2*Q = resultantReduit(\\spad{P},{}\\spad{Q})}.")) (|resultantReduitEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |resultantReduit| |#1|)) |#2| |#2|) "\\axiom{resultantReduitEuclidean(\\spad{P},{}\\spad{Q})} returns the \"reduce resultant\" and carries out the equality \\axiom{coef1*P + coef2*Q = resultantReduit(\\spad{P},{}\\spad{Q})}.")) (|resultantReduit| ((|#1| |#2| |#2|) "\\axiom{resultantReduit(\\spad{P},{}\\spad{Q})} returns the \"reduce resultant\" of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|schema| (((|List| (|NonNegativeInteger|)) |#2| |#2|) "\\axiom{schema(\\spad{P},{}\\spad{Q})} returns the list of degrees of non zero subresultants of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|chainSubResultants| (((|List| |#2|) |#2| |#2|) "\\axiom{chainSubResultants(\\spad{P},{} \\spad{Q})} computes the list of non zero subresultants of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiDiscriminantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |discriminant| |#1|)) |#2|) "\\axiom{discriminantEuclidean(\\spad{P})} carries out the equality \\axiom{...\\spad{P} + \\spad{coef2} * \\spad{D}(\\spad{P}) = discriminant(\\spad{P})}. Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|discriminantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |discriminant| |#1|)) |#2|) "\\axiom{discriminantEuclidean(\\spad{P})} carries out the equality \\axiom{\\spad{coef1} * \\spad{P} + \\spad{coef2} * \\spad{D}(\\spad{P}) = discriminant(\\spad{P})}.")) (|discriminant| ((|#1| |#2|) "\\axiom{discriminant(\\spad{P},{} \\spad{Q})} returns the discriminant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiSubResultantGcdEuclidean1| (((|Record| (|:| |coef1| |#2|) (|:| |gcd| |#2|)) |#2| |#2|) "\\axiom{\\spad{semiSubResultantGcdEuclidean1}(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1*P + ? \\spad{Q} = +/- S_i(\\spad{P},{}\\spad{Q})} where the degree (not the indice) of the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} is the smaller as possible.")) (|semiSubResultantGcdEuclidean2| (((|Record| (|:| |coef2| |#2|) (|:| |gcd| |#2|)) |#2| |#2|) "\\axiom{\\spad{semiSubResultantGcdEuclidean2}(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{...\\spad{P} + coef2*Q = +/- S_i(\\spad{P},{}\\spad{Q})} where the degree (not the indice) of the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} is the smaller as possible. Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|subResultantGcdEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |gcd| |#2|)) |#2| |#2|) "\\axiom{subResultantGcdEuclidean(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1*P + coef2*Q = +/- S_i(\\spad{P},{}\\spad{Q})} where the degree (not the indice) of the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} is the smaller as possible.")) (|subResultantGcd| ((|#2| |#2| |#2|) "\\axiom{subResultantGcd(\\spad{P},{} \\spad{Q})} returns the gcd of two primitive polynomials \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiLastSubResultantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) "\\axiom{semiLastSubResultantEuclidean(\\spad{P},{} \\spad{Q})} computes the last non zero subresultant \\axiom{\\spad{S}} and carries out the equality \\axiom{...\\spad{P} + coef2*Q = \\spad{S}}. Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|lastSubResultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) "\\axiom{lastSubResultantEuclidean(\\spad{P},{} \\spad{Q})} computes the last non zero subresultant \\axiom{\\spad{S}} and carries out the equality \\axiom{coef1*P + coef2*Q = \\spad{S}}.")) (|lastSubResultant| ((|#2| |#2| |#2|) "\\axiom{lastSubResultant(\\spad{P},{} \\spad{Q})} computes the last non zero subresultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}")) (|semiDegreeSubResultantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns a subresultant \\axiom{\\spad{S}} of degree \\axiom{\\spad{d}} and carries out the equality \\axiom{...\\spad{P} + coef2*Q = S_i}. Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|degreeSubResultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns a subresultant \\axiom{\\spad{S}} of degree \\axiom{\\spad{d}} and carries out the equality \\axiom{coef1*P + coef2*Q = S_i}.")) (|degreeSubResultant| ((|#2| |#2| |#2| (|NonNegativeInteger|)) "\\axiom{degreeSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{d})} computes a subresultant of degree \\axiom{\\spad{d}}.")) (|semiIndiceSubResultantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{semiIndiceSubResultantEuclidean(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} and carries out the equality \\axiom{...\\spad{P} + coef2*Q = S_i(\\spad{P},{}\\spad{Q})} Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|indiceSubResultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} and carries out the equality \\axiom{coef1*P + coef2*Q = S_i(\\spad{P},{}\\spad{Q})}")) (|indiceSubResultant| ((|#2| |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns the subresultant of indice \\axiom{\\spad{i}}")) (|semiResultantEuclidean1| (((|Record| (|:| |coef1| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{\\spad{semiResultantEuclidean1}(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{\\spad{coef1}.\\spad{P} + ? \\spad{Q} = resultant(\\spad{P},{}\\spad{Q})}.")) (|semiResultantEuclidean2| (((|Record| (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{\\spad{semiResultantEuclidean2}(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{...\\spad{P} + coef2*Q = resultant(\\spad{P},{}\\spad{Q})}. Warning: \\axiom{degree(\\spad{P}) >= degree(\\spad{Q})}.")) (|resultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{resultantEuclidean(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1*P + coef2*Q = resultant(\\spad{P},{}\\spad{Q})}")) (|resultant| ((|#1| |#2| |#2|) "\\axiom{resultant(\\spad{P},{} \\spad{Q})} returns the resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}")))
NIL
((|HasCategory| |#1| (QUOTE (-392))))
-(-883)
+(-884)
((|constructor| (NIL "This domain represents `pretend' expressions.")) (|target| (((|TypeAst|) $) "\\spad{target(e)} returns the target type of the conversion..")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the expression being converted.")))
NIL
NIL
-(-884)
+(-885)
((|constructor| (NIL "Partition is an OrderedCancellationAbelianMonoid which is used as the basis for symmetric polynomial representation of the sums of powers in SymmetricPolynomial. Thus,{} \\spad{(5 2 2 1)} will represent \\spad{s5 * s2**2 * s1}.")) (|conjugate| (($ $) "\\spad{conjugate(p)} returns the conjugate partition of a partition \\spad{p}")) (|pdct| (((|PositiveInteger|) $) "\\spad{pdct(a1**n1 a2**n2 ...)} returns \\spad{n1! * a1**n1 * n2! * a2**n2 * ...}. This function is used in the package \\spadtype{CycleIndicators}.")) (|powers| (((|List| (|Pair| (|PositiveInteger|) (|PositiveInteger|))) $) "\\spad{powers(x)} returns a list of pairs. The second component of each pair is the multiplicity with which the first component occurs in \\spad{li}.")) (|partitions| (((|Stream| $) (|NonNegativeInteger|)) "\\spad{partitions n} returns the stream of all partitions of size \\spad{n}.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\#x} returns the sum of all parts of the partition \\spad{x}.")) (|parts| (((|List| (|PositiveInteger|)) $) "\\spad{parts x} returns the list of decreasing integer sequence making up the partition \\spad{x}.")) (|partition| (($ (|List| (|PositiveInteger|))) "\\spad{partition(li)} converts a list of integers \\spad{li} to a partition")))
NIL
NIL
-(-885 S |Coef| |Expon| |Var|)
+(-886 S |Coef| |Expon| |Var|)
((|constructor| (NIL "\\spadtype{PowerSeriesCategory} is the most general power series category with exponents in an ordered abelian monoid.")) (|complete| (($ $) "\\spad{complete(f)} causes all terms of \\spad{f} to be computed. Note: this results in an infinite loop if \\spad{f} has infinitely many terms.")) (|pole?| (((|Boolean|) $) "\\spad{pole?(f)} determines if the power series \\spad{f} has a pole.")) (|variables| (((|List| |#4|) $) "\\spad{variables(f)} returns a list of the variables occuring in the power series \\spad{f}.")) (|degree| ((|#3| $) "\\spad{degree(f)} returns the exponent of the lowest order term of \\spad{f}.")) (|leadingCoefficient| ((|#2| $) "\\spad{leadingCoefficient(f)} returns the coefficient of the lowest order term of \\spad{f}")) (|leadingMonomial| (($ $) "\\spad{leadingMonomial(f)} returns the monomial of \\spad{f} of lowest order.")) (|monomial| (($ $ (|List| |#4|) (|List| |#3|)) "\\spad{monomial(a,[x1,..,xk],[n1,..,nk])} computes \\spad{a * x1**n1 * .. * xk**nk}.") (($ $ |#4| |#3|) "\\spad{monomial(a,x,n)} computes \\spad{a*x**n}.")))
NIL
NIL
-(-886 |Coef| |Expon| |Var|)
+(-887 |Coef| |Expon| |Var|)
((|constructor| (NIL "\\spadtype{PowerSeriesCategory} is the most general power series category with exponents in an ordered abelian monoid.")) (|complete| (($ $) "\\spad{complete(f)} causes all terms of \\spad{f} to be computed. Note: this results in an infinite loop if \\spad{f} has infinitely many terms.")) (|pole?| (((|Boolean|) $) "\\spad{pole?(f)} determines if the power series \\spad{f} has a pole.")) (|variables| (((|List| |#3|) $) "\\spad{variables(f)} returns a list of the variables occuring in the power series \\spad{f}.")) (|degree| ((|#2| $) "\\spad{degree(f)} returns the exponent of the lowest order term of \\spad{f}.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(f)} returns the coefficient of the lowest order term of \\spad{f}")) (|leadingMonomial| (($ $) "\\spad{leadingMonomial(f)} returns the monomial of \\spad{f} of lowest order.")) (|monomial| (($ $ (|List| |#3|) (|List| |#2|)) "\\spad{monomial(a,[x1,..,xk],[n1,..,nk])} computes \\spad{a * x1**n1 * .. * xk**nk}.") (($ $ |#3| |#2|) "\\spad{monomial(a,x,n)} computes \\spad{a*x**n}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-887)
+(-888)
((|constructor| (NIL "PlottableSpaceCurveCategory is the category of curves in 3-space which may be plotted via the graphics facilities. Functions are provided for obtaining lists of lists of points,{} representing the branches of the curve,{} and for determining the ranges of the x-,{} y-,{} and \\spad{z}-coordinates of the points on the curve.")) (|zRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{zRange(c)} returns the range of the \\spad{z}-coordinates of the points on the curve \\spad{c}.")) (|yRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{yRange(c)} returns the range of the \\spad{y}-coordinates of the points on the curve \\spad{c}.")) (|xRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{xRange(c)} returns the range of the \\spad{x}-coordinates of the points on the curve \\spad{c}.")) (|listBranches| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) "\\spad{listBranches(c)} returns a list of lists of points,{} representing the branches of the curve \\spad{c}.")))
NIL
NIL
-(-888 S R E |VarSet| P)
+(-889 S R E |VarSet| P)
((|constructor| (NIL "A category for finite subsets of a polynomial ring. Such a set is only regarded as a set of polynomials and not identified to the ideal it generates. So two distinct sets may generate the same the ideal. Furthermore,{} for \\spad{R} being an integral domain,{} a set of polynomials may be viewed as a representation of the ideal it generates in the polynomial ring \\spad{(R)^(-1) P},{} or the set of its zeros (described for instance by the radical of the previous ideal,{} or a split of the associated affine variety) and so on. So this category provides operations about those different notions.")) (|triangular?| (((|Boolean|) $) "\\axiom{triangular?(ps)} returns \\spad{true} iff \\axiom{ps} is a triangular set,{} \\spadignore{i.e.} two distinct polynomials have distinct main variables and no constant lies in \\axiom{ps}.")) (|rewriteIdealWithRemainder| (((|List| |#5|) (|List| |#5|) $) "\\axiom{rewriteIdealWithRemainder(lp,{}cs)} returns \\axiom{lr} such that every polynomial in \\axiom{lr} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{cs} and \\axiom{(lp,{}cs)} and \\axiom{(lr,{}cs)} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|rewriteIdealWithHeadRemainder| (((|List| |#5|) (|List| |#5|) $) "\\axiom{rewriteIdealWithHeadRemainder(lp,{}cs)} returns \\axiom{lr} such that the leading monomial of every polynomial in \\axiom{lr} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{cs} and \\axiom{(lp,{}cs)} and \\axiom{(lr,{}cs)} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|remainder| (((|Record| (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) "\\axiom{remainder(a,{}ps)} returns \\axiom{[\\spad{c},{}\\spad{b},{}\\spad{r}]} such that \\axiom{\\spad{b}} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ps},{} \\axiom{r*a - c*b} lies in the ideal generated by \\axiom{ps}. Furthermore,{} if \\axiom{\\spad{R}} is a gcd-domain,{} \\axiom{\\spad{b}} is primitive.")) (|headRemainder| (((|Record| (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) "\\axiom{headRemainder(a,{}ps)} returns \\axiom{[\\spad{b},{}\\spad{r}]} such that the leading monomial of \\axiom{\\spad{b}} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ps} and \\axiom{r*a - \\spad{b}} lies in the ideal generated by \\axiom{ps}.")) (|roughUnitIdeal?| (((|Boolean|) $) "\\axiom{roughUnitIdeal?(ps)} returns \\spad{true} iff \\axiom{ps} contains some non null element lying in the base ring \\axiom{\\spad{R}}.")) (|roughEqualIdeals?| (((|Boolean|) $ $) "\\axiom{roughEqualIdeals?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that \\axiom{\\spad{ps1}} and \\axiom{\\spad{ps2}} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}} without computing Groebner bases.")) (|roughSubIdeal?| (((|Boolean|) $ $) "\\axiom{roughSubIdeal?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that all polynomials in \\axiom{\\spad{ps1}} lie in the ideal generated by \\axiom{\\spad{ps2}} in \\axiom{\\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}} without computing Groebner bases.")) (|roughBase?| (((|Boolean|) $) "\\axiom{roughBase?(ps)} returns \\spad{true} iff for every pair \\axiom{{\\spad{p},{}\\spad{q}}} of polynomials in \\axiom{ps} their leading monomials are relatively prime.")) (|trivialIdeal?| (((|Boolean|) $) "\\axiom{trivialIdeal?(ps)} returns \\spad{true} iff \\axiom{ps} does not contain non-zero elements.")) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#4|) "\\axiom{sort(\\spad{v},{}ps)} returns \\axiom{us,{}vs,{}ws} such that \\axiom{us} is \\axiom{collectUnder(ps,{}\\spad{v})},{} \\axiom{vs} is \\axiom{collect(ps,{}\\spad{v})} and \\axiom{ws} is \\axiom{collectUpper(ps,{}\\spad{v})}.")) (|collectUpper| (($ $ |#4|) "\\axiom{collectUpper(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with main variable greater than \\axiom{\\spad{v}}.")) (|collect| (($ $ |#4|) "\\axiom{collect(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with \\axiom{\\spad{v}} as main variable.")) (|collectUnder| (($ $ |#4|) "\\axiom{collectUnder(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with main variable less than \\axiom{\\spad{v}}.")) (|mainVariable?| (((|Boolean|) |#4| $) "\\axiom{mainVariable?(\\spad{v},{}ps)} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{ps}.")) (|mainVariables| (((|List| |#4|) $) "\\axiom{mainVariables(ps)} returns the decreasingly sorted list of the variables which are main variables of some polynomial in \\axiom{ps}.")) (|variables| (((|List| |#4|) $) "\\axiom{variables(ps)} returns the decreasingly sorted list of the variables which are variables of some polynomial in \\axiom{ps}.")) (|mvar| ((|#4| $) "\\axiom{mvar(ps)} returns the main variable of the non constant polynomial with the greatest main variable,{} if any,{} else an error is returned.")) (|retract| (($ (|List| |#5|)) "\\axiom{retract(lp)} returns an element of the domain whose elements are the members of \\axiom{lp} if such an element exists,{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|List| |#5|)) "\\axiom{retractIfCan(lp)} returns an element of the domain whose elements are the members of \\axiom{lp} if such an element exists,{} otherwise \\axiom{\"failed\"} is returned.")))
NIL
-((|HasCategory| |#2| (QUOTE (-495))))
-(-889 R E |VarSet| P)
+((|HasCategory| |#2| (QUOTE (-496))))
+(-890 R E |VarSet| P)
((|constructor| (NIL "A category for finite subsets of a polynomial ring. Such a set is only regarded as a set of polynomials and not identified to the ideal it generates. So two distinct sets may generate the same the ideal. Furthermore,{} for \\spad{R} being an integral domain,{} a set of polynomials may be viewed as a representation of the ideal it generates in the polynomial ring \\spad{(R)^(-1) P},{} or the set of its zeros (described for instance by the radical of the previous ideal,{} or a split of the associated affine variety) and so on. So this category provides operations about those different notions.")) (|triangular?| (((|Boolean|) $) "\\axiom{triangular?(ps)} returns \\spad{true} iff \\axiom{ps} is a triangular set,{} \\spadignore{i.e.} two distinct polynomials have distinct main variables and no constant lies in \\axiom{ps}.")) (|rewriteIdealWithRemainder| (((|List| |#4|) (|List| |#4|) $) "\\axiom{rewriteIdealWithRemainder(lp,{}cs)} returns \\axiom{lr} such that every polynomial in \\axiom{lr} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{cs} and \\axiom{(lp,{}cs)} and \\axiom{(lr,{}cs)} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|rewriteIdealWithHeadRemainder| (((|List| |#4|) (|List| |#4|) $) "\\axiom{rewriteIdealWithHeadRemainder(lp,{}cs)} returns \\axiom{lr} such that the leading monomial of every polynomial in \\axiom{lr} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{cs} and \\axiom{(lp,{}cs)} and \\axiom{(lr,{}cs)} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) "\\axiom{remainder(a,{}ps)} returns \\axiom{[\\spad{c},{}\\spad{b},{}\\spad{r}]} such that \\axiom{\\spad{b}} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ps},{} \\axiom{r*a - c*b} lies in the ideal generated by \\axiom{ps}. Furthermore,{} if \\axiom{\\spad{R}} is a gcd-domain,{} \\axiom{\\spad{b}} is primitive.")) (|headRemainder| (((|Record| (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) "\\axiom{headRemainder(a,{}ps)} returns \\axiom{[\\spad{b},{}\\spad{r}]} such that the leading monomial of \\axiom{\\spad{b}} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ps} and \\axiom{r*a - \\spad{b}} lies in the ideal generated by \\axiom{ps}.")) (|roughUnitIdeal?| (((|Boolean|) $) "\\axiom{roughUnitIdeal?(ps)} returns \\spad{true} iff \\axiom{ps} contains some non null element lying in the base ring \\axiom{\\spad{R}}.")) (|roughEqualIdeals?| (((|Boolean|) $ $) "\\axiom{roughEqualIdeals?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that \\axiom{\\spad{ps1}} and \\axiom{\\spad{ps2}} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}} without computing Groebner bases.")) (|roughSubIdeal?| (((|Boolean|) $ $) "\\axiom{roughSubIdeal?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that all polynomials in \\axiom{\\spad{ps1}} lie in the ideal generated by \\axiom{\\spad{ps2}} in \\axiom{\\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}} without computing Groebner bases.")) (|roughBase?| (((|Boolean|) $) "\\axiom{roughBase?(ps)} returns \\spad{true} iff for every pair \\axiom{{\\spad{p},{}\\spad{q}}} of polynomials in \\axiom{ps} their leading monomials are relatively prime.")) (|trivialIdeal?| (((|Boolean|) $) "\\axiom{trivialIdeal?(ps)} returns \\spad{true} iff \\axiom{ps} does not contain non-zero elements.")) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) "\\axiom{sort(\\spad{v},{}ps)} returns \\axiom{us,{}vs,{}ws} such that \\axiom{us} is \\axiom{collectUnder(ps,{}\\spad{v})},{} \\axiom{vs} is \\axiom{collect(ps,{}\\spad{v})} and \\axiom{ws} is \\axiom{collectUpper(ps,{}\\spad{v})}.")) (|collectUpper| (($ $ |#3|) "\\axiom{collectUpper(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with main variable greater than \\axiom{\\spad{v}}.")) (|collect| (($ $ |#3|) "\\axiom{collect(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with \\axiom{\\spad{v}} as main variable.")) (|collectUnder| (($ $ |#3|) "\\axiom{collectUnder(ps,{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{ps} with main variable less than \\axiom{\\spad{v}}.")) (|mainVariable?| (((|Boolean|) |#3| $) "\\axiom{mainVariable?(\\spad{v},{}ps)} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{ps}.")) (|mainVariables| (((|List| |#3|) $) "\\axiom{mainVariables(ps)} returns the decreasingly sorted list of the variables which are main variables of some polynomial in \\axiom{ps}.")) (|variables| (((|List| |#3|) $) "\\axiom{variables(ps)} returns the decreasingly sorted list of the variables which are variables of some polynomial in \\axiom{ps}.")) (|mvar| ((|#3| $) "\\axiom{mvar(ps)} returns the main variable of the non constant polynomial with the greatest main variable,{} if any,{} else an error is returned.")) (|retract| (($ (|List| |#4|)) "\\axiom{retract(lp)} returns an element of the domain whose elements are the members of \\axiom{lp} if such an element exists,{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{retractIfCan(lp)} returns an element of the domain whose elements are the members of \\axiom{lp} if such an element exists,{} otherwise \\axiom{\"failed\"} is returned.")))
NIL
NIL
-(-890 R E V P)
+(-891 R E V P)
((|constructor| (NIL "This package provides modest routines for polynomial system solving. The aim of many of the operations of this package is to remove certain factors in some polynomials in order to avoid unnecessary computations in algorithms involving splitting techniques by partial factorization.")) (|removeIrreducibleRedundantFactors| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeIrreducibleRedundantFactors(lp,{}lq)} returns the same as \\axiom{irreducibleFactors(concat(lp,{}lq))} assuming that \\axiom{irreducibleFactors(lp)} returns \\axiom{lp} up to replacing some polynomial \\axiom{pj} in \\axiom{lp} by some polynomial \\axiom{qj} associated to \\axiom{pj}.")) (|lazyIrreducibleFactors| (((|List| |#4|) (|List| |#4|)) "\\axiom{lazyIrreducibleFactors(lp)} returns \\axiom{lf} such that if \\axiom{lp = [\\spad{p1},{}...,{}pn]} and \\axiom{lf = [\\spad{f1},{}...,{}fm]} then \\axiom{p1*p2*...\\spad{*pn=0}} means \\axiom{f1*f2*...\\spad{*fm=0}},{} and the \\axiom{\\spad{fi}} are irreducible over \\axiom{\\spad{R}} and are pairwise distinct. The algorithm tries to avoid factorization into irreducible factors as far as possible and makes previously use of gcd techniques over \\axiom{\\spad{R}}.")) (|irreducibleFactors| (((|List| |#4|) (|List| |#4|)) "\\axiom{irreducibleFactors(lp)} returns \\axiom{lf} such that if \\axiom{lp = [\\spad{p1},{}...,{}pn]} and \\axiom{lf = [\\spad{f1},{}...,{}fm]} then \\axiom{p1*p2*...\\spad{*pn=0}} means \\axiom{f1*f2*...\\spad{*fm=0}},{} and the \\axiom{\\spad{fi}} are irreducible over \\axiom{\\spad{R}} and are pairwise distinct.")) (|removeRedundantFactorsInPols| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactorsInPols(lp,{}lf)} returns \\axiom{newlp} where \\axiom{newlp} is obtained from \\axiom{lp} by removing in every polynomial \\axiom{\\spad{p}} of \\axiom{lp} any non trivial factor of any polynomial \\axiom{\\spad{f}} in \\axiom{lf}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in every polynomial \\axiom{lp}.")) (|removeRedundantFactorsInContents| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactorsInContents(lp,{}lf)} returns \\axiom{newlp} where \\axiom{newlp} is obtained from \\axiom{lp} by removing in the content of every polynomial of \\axiom{lp} any non trivial factor of any polynomial \\axiom{\\spad{f}} in \\axiom{lf}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in the content of every polynomial of \\axiom{lp}.")) (|removeRoughlyRedundantFactorsInContents| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRoughlyRedundantFactorsInContents(lp,{}lf)} returns \\axiom{newlp}where \\axiom{newlp} is obtained from \\axiom{lp} by removing in the content of every polynomial of \\axiom{lp} any occurence of a polynomial \\axiom{\\spad{f}} in \\axiom{lf}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in the content of every polynomial of \\axiom{lp}.")) (|univariatePolynomialsGcds| (((|List| |#4|) (|List| |#4|) (|Boolean|)) "\\axiom{univariatePolynomialsGcds(lp,{}opt)} returns the same as \\axiom{univariatePolynomialsGcds(lp)} if \\axiom{opt} is \\axiom{\\spad{false}} and if the previous operation does not return any non null and constant polynomial,{} else return \\axiom{[1]}.") (((|List| |#4|) (|List| |#4|)) "\\axiom{univariatePolynomialsGcds(lp)} returns \\axiom{lg} where \\axiom{lg} is a list of the gcds of every pair in \\axiom{lp} of univariate polynomials in the same main variable.")) (|squareFreeFactors| (((|List| |#4|) |#4|) "\\axiom{squareFreeFactors(\\spad{p})} returns the square-free factors of \\axiom{\\spad{p}} over \\axiom{\\spad{R}}")) (|rewriteIdealWithQuasiMonicGenerators| (((|List| |#4|) (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{rewriteIdealWithQuasiMonicGenerators(lp,{}redOp?,{}redOp)} returns \\axiom{lq} where \\axiom{lq} and \\axiom{lp} generate the same ideal in \\axiom{R^(\\spad{-1}) \\spad{P}} and \\axiom{lq} has rank not higher than the one of \\axiom{lp}. Moreover,{} \\axiom{lq} is computed by reducing \\axiom{lp} \\spad{w}.\\spad{r}.\\spad{t}. some basic set of the ideal generated by the quasi-monic polynomials in \\axiom{lp}.")) (|rewriteSetByReducingWithParticularGenerators| (((|List| |#4|) (|List| |#4|) (|Mapping| (|Boolean|) |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{rewriteSetByReducingWithParticularGenerators(lp,{}pred?,{}redOp?,{}redOp)} returns \\axiom{lq} where \\axiom{lq} is computed by the following algorithm. Chose a basic set \\spad{w}.\\spad{r}.\\spad{t}. the reduction-test \\axiom{redOp?} among the polynomials satisfying property \\axiom{pred?},{} if it is empty then leave,{} else reduce the other polynomials by this basic set \\spad{w}.\\spad{r}.\\spad{t}. the reduction-operation \\axiom{redOp}. Repeat while another basic set with smaller rank can be computed. See code. If \\axiom{pred?} is \\axiom{quasiMonic?} the ideal is unchanged.")) (|crushedSet| (((|List| |#4|) (|List| |#4|)) "\\axiom{crushedSet(lp)} returns \\axiom{lq} such that \\axiom{lp} and and \\axiom{lq} generate the same ideal and no rough basic sets reduce (in the sense of Groebner bases) the other polynomials in \\axiom{lq}.")) (|roughBasicSet| (((|Union| (|Record| (|:| |bas| (|GeneralTriangularSet| |#1| |#2| |#3| |#4|)) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|)) "\\axiom{roughBasicSet(lp)} returns the smallest (with Ritt-Wu ordering) triangular set contained in \\axiom{lp}.")) (|interReduce| (((|List| |#4|) (|List| |#4|)) "\\axiom{interReduce(lp)} returns \\axiom{lq} such that \\axiom{lp} and \\axiom{lq} generate the same ideal and no polynomial in \\axiom{lq} is reducuble by the others in the sense of Groebner bases. Since no assumptions are required the result may depend on the ordering the reductions are performed.")) (|removeRoughlyRedundantFactorsInPol| ((|#4| |#4| (|List| |#4|)) "\\axiom{removeRoughlyRedundantFactorsInPol(\\spad{p},{}lf)} returns the same as removeRoughlyRedundantFactorsInPols([\\spad{p}],{}lf,{}\\spad{true})")) (|removeRoughlyRedundantFactorsInPols| (((|List| |#4|) (|List| |#4|) (|List| |#4|) (|Boolean|)) "\\axiom{removeRoughlyRedundantFactorsInPols(lp,{}lf,{}opt)} returns the same as \\axiom{removeRoughlyRedundantFactorsInPols(lp,{}lf)} if \\axiom{opt} is \\axiom{\\spad{false}} and if the previous operation does not return any non null and constant polynomial,{} else return \\axiom{[1]}.") (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRoughlyRedundantFactorsInPols(lp,{}lf)} returns \\axiom{newlp}where \\axiom{newlp} is obtained from \\axiom{lp} by removing in every polynomial \\axiom{\\spad{p}} of \\axiom{lp} any occurence of a polynomial \\axiom{\\spad{f}} in \\axiom{lf}. This may involve a lot of exact-quotients computations.")) (|bivariatePolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{bivariatePolynomials(lp)} returns \\axiom{bps,{}nbps} where \\axiom{bps} is a list of the bivariate polynomials,{} and \\axiom{nbps} are the other ones.")) (|bivariate?| (((|Boolean|) |#4|) "\\axiom{bivariate?(\\spad{p})} returns \\spad{true} iff \\axiom{\\spad{p}} involves two and only two variables.")) (|linearPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{linearPolynomials(lp)} returns \\axiom{lps,{}nlps} where \\axiom{lps} is a list of the linear polynomials in lp,{} and \\axiom{nlps} are the other ones.")) (|linear?| (((|Boolean|) |#4|) "\\axiom{linear?(\\spad{p})} returns \\spad{true} iff \\axiom{\\spad{p}} does not lie in the base ring \\axiom{\\spad{R}} and has main degree \\axiom{1}.")) (|univariatePolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{univariatePolynomials(lp)} returns \\axiom{ups,{}nups} where \\axiom{ups} is a list of the univariate polynomials,{} and \\axiom{nups} are the other ones.")) (|univariate?| (((|Boolean|) |#4|) "\\axiom{univariate?(\\spad{p})} returns \\spad{true} iff \\axiom{\\spad{p}} involves one and only one variable.")) (|quasiMonicPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{quasiMonicPolynomials(lp)} returns \\axiom{qmps,{}nqmps} where \\axiom{qmps} is a list of the quasi-monic polynomials in \\axiom{lp} and \\axiom{nqmps} are the other ones.")) (|selectAndPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| (|Mapping| (|Boolean|) |#4|)) (|List| |#4|)) "\\axiom{selectAndPolynomials(lpred?,{}ps)} returns \\axiom{gps,{}bps} where \\axiom{gps} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{ps} such that \\axiom{pred?(\\spad{p})} holds for every \\axiom{pred?} in \\axiom{lpred?} and \\axiom{bps} are the other ones.")) (|selectOrPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| (|Mapping| (|Boolean|) |#4|)) (|List| |#4|)) "\\axiom{selectOrPolynomials(lpred?,{}ps)} returns \\axiom{gps,{}bps} where \\axiom{gps} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{ps} such that \\axiom{pred?(\\spad{p})} holds for some \\axiom{pred?} in \\axiom{lpred?} and \\axiom{bps} are the other ones.")) (|selectPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|Mapping| (|Boolean|) |#4|) (|List| |#4|)) "\\axiom{selectPolynomials(pred?,{}ps)} returns \\axiom{gps,{}bps} where \\axiom{gps} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{ps} such that \\axiom{pred?(\\spad{p})} holds and \\axiom{bps} are the other ones.")) (|probablyZeroDim?| (((|Boolean|) (|List| |#4|)) "\\axiom{probablyZeroDim?(lp)} returns \\spad{true} iff the number of polynomials in \\axiom{lp} is not smaller than the number of variables occurring in these polynomials.")) (|possiblyNewVariety?| (((|Boolean|) (|List| |#4|) (|List| (|List| |#4|))) "\\axiom{possiblyNewVariety?(newlp,{}llp)} returns \\spad{true} iff for every \\axiom{lp} in \\axiom{llp} certainlySubVariety?(newlp,{}lp) does not hold.")) (|certainlySubVariety?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{certainlySubVariety?(newlp,{}lp)} returns \\spad{true} iff for every \\axiom{\\spad{p}} in \\axiom{lp} the remainder of \\axiom{\\spad{p}} by \\axiom{newlp} using the division algorithm of Groebner techniques is zero.")) (|unprotectedRemoveRedundantFactors| (((|List| |#4|) |#4| |#4|) "\\axiom{unprotectedRemoveRedundantFactors(\\spad{p},{}\\spad{q})} returns the same as \\axiom{removeRedundantFactors(\\spad{p},{}\\spad{q})} but does assume that neither \\axiom{\\spad{p}} nor \\axiom{\\spad{q}} lie in the base ring \\axiom{\\spad{R}} and assumes that \\axiom{infRittWu?(\\spad{p},{}\\spad{q})} holds. Moreover,{} if \\axiom{\\spad{R}} is gcd-domain,{} then \\axiom{\\spad{p}} and \\axiom{\\spad{q}} are assumed to be square free.")) (|removeSquaresIfCan| (((|List| |#4|) (|List| |#4|)) "\\axiom{removeSquaresIfCan(lp)} returns \\axiom{removeDuplicates [squareFreePart(\\spad{p})\\$\\spad{P} for \\spad{p} in lp]} if \\axiom{\\spad{R}} is gcd-domain else returns \\axiom{lp}.")) (|removeRedundantFactors| (((|List| |#4|) (|List| |#4|) (|List| |#4|) (|Mapping| (|List| |#4|) (|List| |#4|))) "\\axiom{removeRedundantFactors(lp,{}lq,{}remOp)} returns the same as \\axiom{concat(remOp(removeRoughlyRedundantFactorsInPols(lp,{}lq)),{}lq)} assuming that \\axiom{remOp(lq)} returns \\axiom{lq} up to similarity.") (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactors(lp,{}lq)} returns the same as \\axiom{removeRedundantFactors(concat(lp,{}lq))} assuming that \\axiom{removeRedundantFactors(lp)} returns \\axiom{lp} up to replacing some polynomial \\axiom{pj} in \\axiom{lp} by some polynomial \\axiom{qj} associated to \\axiom{pj}.") (((|List| |#4|) (|List| |#4|) |#4|) "\\axiom{removeRedundantFactors(lp,{}\\spad{q})} returns the same as \\axiom{removeRedundantFactors(cons(\\spad{q},{}lp))} assuming that \\axiom{removeRedundantFactors(lp)} returns \\axiom{lp} up to replacing some polynomial \\axiom{pj} in \\axiom{lp} by some some polynomial \\axiom{qj} associated to \\axiom{pj}.") (((|List| |#4|) |#4| |#4|) "\\axiom{removeRedundantFactors(\\spad{p},{}\\spad{q})} returns the same as \\axiom{removeRedundantFactors([\\spad{p},{}\\spad{q}])}") (((|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactors(lp)} returns \\axiom{lq} such that if \\axiom{lp = [\\spad{p1},{}...,{}pn]} and \\axiom{lq = [\\spad{q1},{}...,{}qm]} then the product \\axiom{p1*p2*...*pn} vanishes iff the product \\axiom{q1*q2*...*qm} vanishes,{} and the product of degrees of the \\axiom{\\spad{qi}} is not greater than the one of the \\axiom{pj},{} and no polynomial in \\axiom{lq} divides another polynomial in \\axiom{lq}. In particular,{} polynomials lying in the base ring \\axiom{\\spad{R}} are removed. Moreover,{} \\axiom{lq} is sorted \\spad{w}.\\spad{r}.\\spad{t} \\axiom{infRittWu?}. Furthermore,{} if \\spad{R} is gcd-domain,{} the polynomials in \\axiom{lq} are pairwise without common non trivial factor.")))
NIL
((-12 (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-258)))) (|HasCategory| |#1| (QUOTE (-392))))
-(-891 K)
+(-892 K)
((|constructor| (NIL "PseudoLinearNormalForm provides a function for computing a block-companion form for pseudo-linear operators.")) (|companionBlocks| (((|List| (|Record| (|:| C (|Matrix| |#1|)) (|:| |g| (|Vector| |#1|)))) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{companionBlocks(m, v)} returns \\spad{[[C_1, g_1],...,[C_k, g_k]]} such that each \\spad{C_i} is a companion block and \\spad{m = diagonal(C_1,...,C_k)}.")) (|changeBase| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Automorphism| |#1|) (|Mapping| |#1| |#1|)) "\\spad{changeBase(M, A, sig, der)}: computes the new matrix of a pseudo-linear transform given by the matrix \\spad{M} under the change of base A")) (|normalForm| (((|Record| (|:| R (|Matrix| |#1|)) (|:| A (|Matrix| |#1|)) (|:| |Ainv| (|Matrix| |#1|))) (|Matrix| |#1|) (|Automorphism| |#1|) (|Mapping| |#1| |#1|)) "\\spad{normalForm(M, sig, der)} returns \\spad{[R, A, A^{-1}]} such that the pseudo-linear operator whose matrix in the basis \\spad{y} is \\spad{M} had matrix \\spad{R} in the basis \\spad{z = A y}. \\spad{der} is a \\spad{sig}-derivation.")))
NIL
NIL
-(-892 |VarSet| E RC P)
+(-893 |VarSet| E RC P)
((|constructor| (NIL "This package computes square-free decomposition of multivariate polynomials over a coefficient ring which is an arbitrary gcd domain. The requirement on the coefficient domain guarantees that the \\spadfun{content} can be removed so that factors will be primitive as well as square-free. Over an infinite ring of finite characteristic,{}it may not be possible to guarantee that the factors are square-free.")) (|squareFree| (((|Factored| |#4|) |#4|) "\\spad{squareFree(p)} returns the square-free factorization of the polynomial \\spad{p}. Each factor has no repeated roots,{} and the factors are pairwise relatively prime.")))
NIL
NIL
-(-893 R)
+(-894 R)
((|constructor| (NIL "PointCategory is the category of points in space which may be plotted via the graphics facilities. Functions are provided for defining points and handling elements of points.")) (|extend| (($ $ (|List| |#1|)) "\\spad{extend(x,l,r)} \\undocumented")) (|cross| (($ $ $) "\\spad{cross(p,q)} computes the cross product of the two points \\spad{p} and \\spad{q}. Error if the \\spad{p} and \\spad{q} are not 3 dimensional")) (|dimension| (((|PositiveInteger|) $) "\\spad{dimension(s)} returns the dimension of the point category \\spad{s}.")) (|point| (($ (|List| |#1|)) "\\spad{point(l)} returns a point category defined by a list \\spad{l} of elements from the domain \\spad{R}.")))
-((-3997 . T))
NIL
-(-894 R1 R2)
+NIL
+(-895 R1 R2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|Point| |#2|) (|Mapping| |#2| |#1|) (|Point| |#1|)) "\\spad{map(f,p)} \\undocumented")))
NIL
NIL
-(-895 R)
+(-896 R)
((|constructor| (NIL "This package \\undocumented")) (|shade| ((|#1| (|Point| |#1|)) "\\spad{shade(pt)} returns the fourth element of the two dimensional point,{} \\spad{pt},{} although no assumptions are made with regards as to how the components of higher dimensional points are interpreted. This function is defined for the convenience of the user using specifically,{} shade to express a fourth dimension.")) (|hue| ((|#1| (|Point| |#1|)) "\\spad{hue(pt)} returns the third element of the two dimensional point,{} \\spad{pt},{} although no assumptions are made with regards as to how the components of higher dimensional points are interpreted. This function is defined for the convenience of the user using specifically,{} hue to express a third dimension.")) (|color| ((|#1| (|Point| |#1|)) "\\spad{color(pt)} returns the fourth element of the point,{} \\spad{pt},{} although no assumptions are made with regards as to how the components of higher dimensional points are interpreted. This function is defined for the convenience of the user using specifically,{} color to express a fourth dimension.")) (|phiCoord| ((|#1| (|Point| |#1|)) "\\spad{phiCoord(pt)} returns the third element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a spherical coordinate system.")) (|thetaCoord| ((|#1| (|Point| |#1|)) "\\spad{thetaCoord(pt)} returns the second element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a spherical or a cylindrical coordinate system.")) (|rCoord| ((|#1| (|Point| |#1|)) "\\spad{rCoord(pt)} returns the first element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a spherical or a cylindrical coordinate system.")) (|zCoord| ((|#1| (|Point| |#1|)) "\\spad{zCoord(pt)} returns the third element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a Cartesian or a cylindrical coordinate system.")) (|yCoord| ((|#1| (|Point| |#1|)) "\\spad{yCoord(pt)} returns the second element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a Cartesian coordinate system.")) (|xCoord| ((|#1| (|Point| |#1|)) "\\spad{xCoord(pt)} returns the first element of the point,{} \\spad{pt},{} although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a Cartesian coordinate system.")))
NIL
NIL
-(-896 K)
+(-897 K)
((|constructor| (NIL "This is the description of any package which provides partial functions on a domain belonging to TranscendentalFunctionCategory.")) (|acschIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acschIfCan(z)} returns acsch(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asechIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asechIfCan(z)} returns asech(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acothIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acothIfCan(z)} returns acoth(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|atanhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{atanhIfCan(z)} returns atanh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acoshIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acoshIfCan(z)} returns acosh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asinhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asinhIfCan(z)} returns asinh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cschIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cschIfCan(z)} returns csch(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sechIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sechIfCan(z)} returns sech(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cothIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cothIfCan(z)} returns coth(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|tanhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{tanhIfCan(z)} returns tanh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|coshIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{coshIfCan(z)} returns cosh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sinhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sinhIfCan(z)} returns sinh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acscIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acscIfCan(z)} returns acsc(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asecIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asecIfCan(z)} returns asec(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acotIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acotIfCan(z)} returns acot(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|atanIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{atanIfCan(z)} returns atan(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acosIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acosIfCan(z)} returns acos(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asinIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asinIfCan(z)} returns asin(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cscIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cscIfCan(z)} returns csc(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|secIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{secIfCan(z)} returns sec(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cotIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cotIfCan(z)} returns cot(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|tanIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{tanIfCan(z)} returns tan(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cosIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cosIfCan(z)} returns cos(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sinIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sinIfCan(z)} returns sin(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|logIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{logIfCan(z)} returns log(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|expIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{expIfCan(z)} returns exp(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|nthRootIfCan| (((|Union| |#1| "failed") |#1| (|NonNegativeInteger|)) "\\spad{nthRootIfCan(z,n)} returns the \\spad{n}th root of \\spad{z} if possible,{} and \"failed\" otherwise.")))
NIL
NIL
-(-897 R E OV PPR)
+(-898 R E OV PPR)
((|constructor| (NIL "This package \\undocumented{}")) (|map| ((|#4| (|Mapping| |#4| (|Polynomial| |#1|)) |#4|) "\\spad{map(f,p)} \\undocumented{}")) (|pushup| ((|#4| |#4| (|List| |#3|)) "\\spad{pushup(p,lv)} \\undocumented{}") ((|#4| |#4| |#3|) "\\spad{pushup(p,v)} \\undocumented{}")) (|pushdown| ((|#4| |#4| (|List| |#3|)) "\\spad{pushdown(p,lv)} \\undocumented{}") ((|#4| |#4| |#3|) "\\spad{pushdown(p,v)} \\undocumented{}")) (|variable| (((|Union| $ "failed") (|Symbol|)) "\\spad{variable(s)} makes an element from symbol \\spad{s} or fails")) (|convert| (((|Symbol|) $) "\\spad{convert(x)} converts \\spad{x} to a symbol")))
NIL
NIL
-(-898 K R UP -3093)
+(-899 K R UP -3094)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a monogenic algebra over \\spad{R}. We require that \\spad{F} is monogenic,{} \\spadignore{i.e.} that \\spad{F = K[x,y]/(f(x,y))},{} because the integral basis algorithm used will factor the polynomial \\spad{f(x,y)}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|reducedDiscriminant| ((|#2| |#3|) "\\spad{reducedDiscriminant(up)} \\undocumented")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv] } containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If 'basis' is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if 'basisInv' is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv] } containing information regarding the integral closure of \\spad{R} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If 'basis' is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if 'basisInv' is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")))
NIL
NIL
-(-899 R |Var| |Expon| |Dpoly|)
+(-900 R |Var| |Expon| |Dpoly|)
((|constructor| (NIL "\\spadtype{QuasiAlgebraicSet} constructs a domain representing quasi-algebraic sets,{} which is the intersection of a Zariski closed set,{} defined as the common zeros of a given list of polynomials (the defining polynomials for equations),{} and a principal Zariski open set,{} defined as the complement of the common zeros of a polynomial \\spad{f} (the defining polynomial for the inequation). This domain provides simplification of a user-given representation using groebner basis computations. There are two simplification routines: the first function \\spadfun{idealSimplify} uses groebner basis of ideals alone,{} while the second,{} \\spadfun{simplify} uses both groebner basis and factorization. The resulting defining equations \\spad{L} always form a groebner basis,{} and the resulting defining inequation \\spad{f} is always reduced. The function \\spadfun{simplify} may be applied several times if desired. A third simplification routine \\spadfun{radicalSimplify} is provided in \\spadtype{QuasiAlgebraicSet2} for comparison study only,{} as it is inefficient compared to the other two,{} as well as is restricted to only certain coefficient domains. For detail analysis and a comparison of the three methods,{} please consult the reference cited. \\blankline A polynomial function \\spad{q} defined on the quasi-algebraic set is equivalent to its reduced form with respect to \\spad{L}. While this may be obtained using the usual normal form algorithm,{} there is no canonical form for \\spad{q}. \\blankline The ordering in groebner basis computation is determined by the data type of the input polynomials. If it is possible we suggest to use refinements of total degree orderings.")) (|simplify| (($ $) "\\spad{simplify(s)} returns a different and presumably simpler representation of \\spad{s} with the defining polynomials for the equations forming a groebner basis,{} and the defining polynomial for the inequation reduced with respect to the basis,{} using a heuristic algorithm based on factoring.")) (|idealSimplify| (($ $) "\\spad{idealSimplify(s)} returns a different and presumably simpler representation of \\spad{s} with the defining polynomials for the equations forming a groebner basis,{} and the defining polynomial for the inequation reduced with respect to the basis,{} using Buchberger's algorithm.")) (|definingInequation| ((|#4| $) "\\spad{definingInequation(s)} returns a single defining polynomial for the inequation,{} that is,{} the Zariski open part of \\spad{s}.")) (|definingEquations| (((|List| |#4|) $) "\\spad{definingEquations(s)} returns a list of defining polynomials for equations,{} that is,{} for the Zariski closed part of \\spad{s}.")) (|empty?| (((|Boolean|) $) "\\spad{empty?(s)} returns \\spad{true} if the quasialgebraic set \\spad{s} has no points,{} and \\spad{false} otherwise.")) (|setStatus| (($ $ (|Union| (|Boolean|) #1="failed")) "\\spad{setStatus(s,t)} returns the same representation for \\spad{s},{} but asserts the following: if \\spad{t} is \\spad{true},{} then \\spad{s} is empty,{} if \\spad{t} is \\spad{false},{} then \\spad{s} is non-empty,{} and if \\spad{t} = \"failed\",{} then no assertion is made (that is,{} \"don't know\"). Note: for internal use only,{} with care.")) (|status| (((|Union| (|Boolean|) #1#) $) "\\spad{status(s)} returns \\spad{true} if the quasi-algebraic set is empty,{} \\spad{false} if it is not,{} and \"failed\" if not yet known")) (|quasiAlgebraicSet| (($ (|List| |#4|) |#4|) "\\spad{quasiAlgebraicSet(pl,q)} returns the quasi-algebraic set with defining equations \\spad{p} = 0 for \\spad{p} belonging to the list \\spad{pl},{} and defining inequation \\spad{q} ~= 0.")) (|empty| (($) "\\spad{empty()} returns the empty quasi-algebraic set")))
NIL
((-12 (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-258)))))
-(-900 |vl| |nv|)
+(-901 |vl| |nv|)
((|constructor| (NIL "\\spadtype{QuasiAlgebraicSet2} adds a function \\spadfun{radicalSimplify} which uses \\spadtype{IdealDecompositionPackage} to simplify the representation of a quasi-algebraic set. A quasi-algebraic set is the intersection of a Zariski closed set,{} defined as the common zeros of a given list of polynomials (the defining polynomials for equations),{} and a principal Zariski open set,{} defined as the complement of the common zeros of a polynomial \\spad{f} (the defining polynomial for the inequation). Quasi-algebraic sets are implemented in the domain \\spadtype{QuasiAlgebraicSet},{} where two simplification routines are provided: \\spadfun{idealSimplify} and \\spadfun{simplify}. The function \\spadfun{radicalSimplify} is added for comparison study only. Because the domain \\spadtype{IdealDecompositionPackage} provides facilities for computing with radical ideals,{} it is necessary to restrict the ground ring to the domain \\spadtype{Fraction Integer},{} and the polynomial ring to be of type \\spadtype{DistributedMultivariatePolynomial}. The routine \\spadfun{radicalSimplify} uses these to compute groebner basis of radical ideals and is inefficient and restricted when compared to the two in \\spadtype{QuasiAlgebraicSet}.")) (|radicalSimplify| (((|QuasiAlgebraicSet| (|Fraction| (|Integer|)) (|OrderedVariableList| |#1|) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|QuasiAlgebraicSet| (|Fraction| (|Integer|)) (|OrderedVariableList| |#1|) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{radicalSimplify(s)} returns a different and presumably simpler representation of \\spad{s} with the defining polynomials for the equations forming a groebner basis,{} and the defining polynomial for the inequation reduced with respect to the basis,{} using using groebner basis of radical ideals")))
NIL
NIL
-(-901 R E V P TS)
+(-902 R E V P TS)
((|constructor| (NIL "A package for removing redundant quasi-components and redundant branches when decomposing a variety by means of quasi-components of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|branchIfCan| (((|Union| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|))) "failed") (|List| |#4|) |#5| (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{branchIfCan(leq,{}ts,{}lineq,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")) (|prepareDecompose| (((|List| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|)))) (|List| |#4|) (|List| |#5|) (|Boolean|) (|Boolean|)) "\\axiom{prepareDecompose(lp,{}lts,{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousCases| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)))) "\\axiom{removeSuperfluousCases(llpwt)} is an internal subroutine,{} exported only for developement.")) (|subCase?| (((|Boolean|) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) "\\axiom{subCase?(\\spad{lpwt1},{}\\spad{lpwt2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousQuasiComponents| (((|List| |#5|) (|List| |#5|)) "\\axiom{removeSuperfluousQuasiComponents(lts)} removes from \\axiom{lts} any \\spad{ts} such that \\axiom{subQuasiComponent?(ts,{}us)} holds for another \\spad{us} in \\axiom{lts}.")) (|subQuasiComponent?| (((|Boolean|) |#5| (|List| |#5|)) "\\axiom{subQuasiComponent?(ts,{}lus)} returns \\spad{true} iff \\axiom{subQuasiComponent?(ts,{}us)} holds for one \\spad{us} in \\spad{lus}.") (((|Boolean|) |#5| |#5|) "\\axiom{subQuasiComponent?(ts,{}us)} returns \\spad{true} iff \\axiomOpFrom{internalSubQuasiComponent?}{QuasiComponentPackage} returs \\spad{true}.")) (|internalSubQuasiComponent?| (((|Union| (|Boolean|) "failed") |#5| |#5|) "\\axiom{internalSubQuasiComponent?(ts,{}us)} returns a boolean \\spad{b} value if the fact that the regular zero set of \\axiom{us} contains that of \\axiom{ts} can be decided (and in that case \\axiom{\\spad{b}} gives this inclusion) otherwise returns \\axiom{\"failed\"}.")) (|infRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{infRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalInfRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalInfRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalSubPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalSubPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}} assuming that these lists are sorted increasingly \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{infRittWu?}{RecursivePolynomialCategory}.")) (|subPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{subPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}}.")) (|subTriSet?| (((|Boolean|) |#5| |#5|) "\\axiom{subTriSet?(ts,{}us)} returns \\spad{true} iff \\axiom{ts} is a sub-set of \\axiom{us}.")) (|moreAlgebraic?| (((|Boolean|) |#5| |#5|) "\\axiom{moreAlgebraic?(ts,{}us)} returns \\spad{false} iff \\axiom{ts} and \\axiom{us} are both empty,{} or \\axiom{ts} has less elements than \\axiom{us},{} or some variable is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{us} and is not \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|algebraicSort| (((|List| |#5|) (|List| |#5|)) "\\axiom{algebraicSort(lts)} sorts \\axiom{lts} \\spad{w}.\\spad{r}.\\spad{t} \\axiomOpFrom{supDimElseRittWu?}{QuasiComponentPackage}.")) (|supDimElseRittWu?| (((|Boolean|) |#5| |#5|) "\\axiom{supDimElseRittWu(ts,{}us)} returns \\spad{true} iff \\axiom{ts} has less elements than \\axiom{us} otherwise if \\axiom{ts} has higher rank than \\axiom{us} \\spad{w}.\\spad{r}.\\spad{t}. Riit and Wu ordering.")) (|stopTable!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTable!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-902)
+(-903)
((|constructor| (NIL "This domain implements simple database queries")) (|value| (((|String|) $) "\\spad{value(q)} returns the value (\\spadignore{i.e.} right hand side) of \\axiom{\\spad{q}}.")) (|variable| (((|Symbol|) $) "\\spad{variable(q)} returns the variable (\\spadignore{i.e.} left hand side) of \\axiom{\\spad{q}}.")) (|equation| (($ (|Symbol|) (|String|)) "\\spad{equation(s,\"a\")} creates a new equation.")))
NIL
NIL
-(-903 A S)
+(-904 A S)
((|constructor| (NIL "QuotientField(\\spad{S}) is the category of fractions of an Integral Domain \\spad{S}.")) (|floor| ((|#2| $) "\\spad{floor(x)} returns the largest integral element below \\spad{x}.")) (|ceiling| ((|#2| $) "\\spad{ceiling(x)} returns the smallest integral element above \\spad{x}.")) (|random| (($) "\\spad{random()} returns a random fraction.")) (|fractionPart| (($ $) "\\spad{fractionPart(x)} returns the fractional part of \\spad{x}. \\spad{x} = wholePart(\\spad{x}) + fractionPart(\\spad{x})")) (|wholePart| ((|#2| $) "\\spad{wholePart(x)} returns the whole part of the fraction \\spad{x} \\spadignore{i.e.} the truncated quotient of the numerator by the denominator.")) (|denominator| (($ $) "\\spad{denominator(x)} is the denominator of the fraction \\spad{x} converted to \\%.")) (|numerator| (($ $) "\\spad{numerator(x)} is the numerator of the fraction \\spad{x} converted to \\%.")) (|denom| ((|#2| $) "\\spad{denom(x)} returns the denominator of the fraction \\spad{x}.")) (|numer| ((|#2| $) "\\spad{numer(x)} returns the numerator of the fraction \\spad{x}.")) (/ (($ |#2| |#2|) "\\spad{d1 / d2} returns the fraction \\spad{d1} divided by \\spad{d2}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| |#2| (QUOTE (-483))) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-950 (-1090)))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| |#2| (QUOTE (-933))) (|HasCategory| |#2| (QUOTE (-740))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-1066))))
-(-904 S)
+((|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| |#2| (QUOTE (-484))) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-951 (-1091)))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| |#2| (QUOTE (-934))) (|HasCategory| |#2| (QUOTE (-741))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-1067))))
+(-905 S)
((|constructor| (NIL "QuotientField(\\spad{S}) is the category of fractions of an Integral Domain \\spad{S}.")) (|floor| ((|#1| $) "\\spad{floor(x)} returns the largest integral element below \\spad{x}.")) (|ceiling| ((|#1| $) "\\spad{ceiling(x)} returns the smallest integral element above \\spad{x}.")) (|random| (($) "\\spad{random()} returns a random fraction.")) (|fractionPart| (($ $) "\\spad{fractionPart(x)} returns the fractional part of \\spad{x}. \\spad{x} = wholePart(\\spad{x}) + fractionPart(\\spad{x})")) (|wholePart| ((|#1| $) "\\spad{wholePart(x)} returns the whole part of the fraction \\spad{x} \\spadignore{i.e.} the truncated quotient of the numerator by the denominator.")) (|denominator| (($ $) "\\spad{denominator(x)} is the denominator of the fraction \\spad{x} converted to \\%.")) (|numerator| (($ $) "\\spad{numerator(x)} is the numerator of the fraction \\spad{x} converted to \\%.")) (|denom| ((|#1| $) "\\spad{denom(x)} returns the denominator of the fraction \\spad{x}.")) (|numer| ((|#1| $) "\\spad{numer(x)} returns the numerator of the fraction \\spad{x}.")) (/ (($ |#1| |#1|) "\\spad{d1 / d2} returns the fraction \\spad{d1} divided by \\spad{d2}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-905 A B R S)
+(-906 A B R S)
((|constructor| (NIL "This package extends a function between integral domains to a mapping between their quotient fields.")) (|map| ((|#4| (|Mapping| |#2| |#1|) |#3|) "\\spad{map(func,frac)} applies the function \\spad{func} to the numerator and denominator of \\spad{frac}.")))
NIL
NIL
-(-906 |n| K)
+(-907 |n| K)
((|constructor| (NIL "This domain provides modest support for quadratic forms.")) (|matrix| (((|SquareMatrix| |#1| |#2|) $) "\\spad{matrix(qf)} creates a square matrix from the quadratic form \\spad{qf}.")) (|quadraticForm| (($ (|SquareMatrix| |#1| |#2|)) "\\spad{quadraticForm(m)} creates a quadratic form from a symmetric,{} square matrix \\spad{m}.")))
NIL
NIL
-(-907)
+(-908)
((|constructor| (NIL "This domain represents the syntax of a quasiquote \\indented{2}{expression.}")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the syntax for the expression being quoted.")))
NIL
NIL
-(-908 S)
+(-909 S)
((|constructor| (NIL "A queue is a bag where the first item inserted is the first item extracted.")) (|back| ((|#1| $) "\\spad{back(q)} returns the element at the back of the queue. The queue \\spad{q} is unchanged by this operation. Error: if \\spad{q} is empty.")) (|front| ((|#1| $) "\\spad{front(q)} returns the element at the front of the queue. The queue \\spad{q} is unchanged by this operation. Error: if \\spad{q} is empty.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(q)} returns the number of elements in the queue. Note: \\axiom{length(\\spad{q}) = \\#q}.")) (|rotate!| (($ $) "\\spad{rotate! q} rotates queue \\spad{q} so that the element at the front of the queue goes to the back of the queue. Note: rotate! \\spad{q} is equivalent to enqueue!(dequeue!(\\spad{q})).")) (|dequeue!| ((|#1| $) "\\spad{dequeue! s} destructively extracts the first (top) element from queue \\spad{q}. The element previously second in the queue becomes the first element. Error: if \\spad{q} is empty.")) (|enqueue!| ((|#1| |#1| $) "\\spad{enqueue!(x,q)} inserts \\spad{x} into the queue \\spad{q} at the back end.")))
-((-3997 . T))
NIL
-(-909 R)
+NIL
+(-910 R)
((|constructor| (NIL "\\spadtype{Quaternion} implements quaternions over a \\indented{2}{commutative ring. The main constructor function is \\spadfun{quatern}} \\indented{2}{which takes 4 arguments: the real part,{} the \\spad{i} imaginary part,{} the \\spad{j}} \\indented{2}{imaginary part and the \\spad{k} imaginary part.}")))
-((-3989 |has| |#1| (-246)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-246))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-246))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (|%list| (QUOTE -455) (QUOTE (-1090)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -241) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-973))) (|HasCategory| |#1| (QUOTE (-483))))
-(-910 S R)
+((-3990 |has| |#1| (-246)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-246))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-246))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (|%list| (QUOTE -456) (QUOTE (-1091)) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))) (|HasCategory| |#1| (|%list| (QUOTE -241) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-974))) (|HasCategory| |#1| (QUOTE (-484))))
+(-911 S R)
((|constructor| (NIL "\\spadtype{QuaternionCategory} describes the category of quaternions and implements functions that are not representation specific.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(q)} returns \\spad{q} as a rational number,{} or \"failed\" if this is not possible. Note: if \\spad{rational?(q)} is \\spad{true},{} the conversion can be done and the rational number will be returned.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(q)} tries to convert \\spad{q} into a rational number. Error: if this is not possible. If \\spad{rational?(q)} is \\spad{true},{} the conversion will be done and the rational number returned.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(q)} returns {\\it \\spad{true}} if all the imaginary parts of \\spad{q} are zero and the real part can be converted into a rational number,{} and {\\it \\spad{false}} otherwise.")) (|abs| ((|#2| $) "\\spad{abs(q)} computes the absolute value of quaternion \\spad{q} (sqrt of norm).")) (|real| ((|#2| $) "\\spad{real(q)} extracts the real part of quaternion \\spad{q}.")) (|quatern| (($ |#2| |#2| |#2| |#2|) "\\spad{quatern(r,i,j,k)} constructs a quaternion from scalars.")) (|norm| ((|#2| $) "\\spad{norm(q)} computes the norm of \\spad{q} (the sum of the squares of the components).")) (|imagK| ((|#2| $) "\\spad{imagK(q)} extracts the imaginary \\spad{k} part of quaternion \\spad{q}.")) (|imagJ| ((|#2| $) "\\spad{imagJ(q)} extracts the imaginary \\spad{j} part of quaternion \\spad{q}.")) (|imagI| ((|#2| $) "\\spad{imagI(q)} extracts the imaginary \\spad{i} part of quaternion \\spad{q}.")) (|conjugate| (($ $) "\\spad{conjugate(q)} negates the imaginary parts of quaternion \\spad{q}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-483))) (|HasCategory| |#2| (QUOTE (-973))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-246))))
-(-911 R)
+((|HasCategory| |#2| (QUOTE (-484))) (|HasCategory| |#2| (QUOTE (-974))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-246))))
+(-912 R)
((|constructor| (NIL "\\spadtype{QuaternionCategory} describes the category of quaternions and implements functions that are not representation specific.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(q)} returns \\spad{q} as a rational number,{} or \"failed\" if this is not possible. Note: if \\spad{rational?(q)} is \\spad{true},{} the conversion can be done and the rational number will be returned.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(q)} tries to convert \\spad{q} into a rational number. Error: if this is not possible. If \\spad{rational?(q)} is \\spad{true},{} the conversion will be done and the rational number returned.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(q)} returns {\\it \\spad{true}} if all the imaginary parts of \\spad{q} are zero and the real part can be converted into a rational number,{} and {\\it \\spad{false}} otherwise.")) (|abs| ((|#1| $) "\\spad{abs(q)} computes the absolute value of quaternion \\spad{q} (sqrt of norm).")) (|real| ((|#1| $) "\\spad{real(q)} extracts the real part of quaternion \\spad{q}.")) (|quatern| (($ |#1| |#1| |#1| |#1|) "\\spad{quatern(r,i,j,k)} constructs a quaternion from scalars.")) (|norm| ((|#1| $) "\\spad{norm(q)} computes the norm of \\spad{q} (the sum of the squares of the components).")) (|imagK| ((|#1| $) "\\spad{imagK(q)} extracts the imaginary \\spad{k} part of quaternion \\spad{q}.")) (|imagJ| ((|#1| $) "\\spad{imagJ(q)} extracts the imaginary \\spad{j} part of quaternion \\spad{q}.")) (|imagI| ((|#1| $) "\\spad{imagI(q)} extracts the imaginary \\spad{i} part of quaternion \\spad{q}.")) (|conjugate| (($ $) "\\spad{conjugate(q)} negates the imaginary parts of quaternion \\spad{q}.")))
-((-3989 |has| |#1| (-246)) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 |has| |#1| (-246)) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-912 QR R QS S)
+(-913 QR R QS S)
((|constructor| (NIL "\\spadtype{QuaternionCategoryFunctions2} implements functions between two quaternion domains. The function \\spadfun{map} is used by the system interpreter to coerce between quaternion types.")) (|map| ((|#3| (|Mapping| |#4| |#2|) |#1|) "\\spad{map(f,u)} maps \\spad{f} onto the component parts of the quaternion \\spad{u}.")))
NIL
NIL
-(-913 S)
-((|constructor| (NIL "Linked List implementation of a Queue")) (|queue| (($ (|List| |#1|)) "\\spad{queue([x,y,...,z])} creates a queue with first (top) element \\spad{x},{} second element \\spad{y},{}...,{}and last (bottom) element \\spad{z}.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))))
(-914 S)
+((|constructor| (NIL "Linked List implementation of a Queue")) (|queue| (($ (|List| |#1|)) "\\spad{queue([x,y,...,z])} creates a queue with first (top) element \\spad{x},{} second element \\spad{y},{}...,{}and last (bottom) element \\spad{z}.")))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))))
+(-915 S)
((|constructor| (NIL "The \\spad{RadicalCategory} is a model for the rational numbers.")) (** (($ $ (|Fraction| (|Integer|))) "\\spad{x ** y} is the rational exponentiation of \\spad{x} by the power \\spad{y}.")) (|nthRoot| (($ $ (|Integer|)) "\\spad{nthRoot(x,n)} returns the \\spad{n}th root of \\spad{x}.")) (|sqrt| (($ $) "\\spad{sqrt(x)} returns the square root of \\spad{x}.")))
NIL
NIL
-(-915)
+(-916)
((|constructor| (NIL "The \\spad{RadicalCategory} is a model for the rational numbers.")) (** (($ $ (|Fraction| (|Integer|))) "\\spad{x ** y} is the rational exponentiation of \\spad{x} by the power \\spad{y}.")) (|nthRoot| (($ $ (|Integer|)) "\\spad{nthRoot(x,n)} returns the \\spad{n}th root of \\spad{x}.")) (|sqrt| (($ $) "\\spad{sqrt(x)} returns the square root of \\spad{x}.")))
NIL
NIL
-(-916 -3093 UP UPUP |radicnd| |n|)
+(-917 -3094 UP UPUP |radicnd| |n|)
((|constructor| (NIL "Function field defined by y**n = \\spad{f}(\\spad{x}).")))
-((-3989 |has| (-350 |#2|) (-312)) (-3994 |has| (-350 |#2|) (-312)) (-3988 |has| (-350 |#2|) (-312)) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| (-350 |#2|) (QUOTE (-118))) (|HasCategory| (-350 |#2|) (QUOTE (-120))) (|HasCategory| (-350 |#2|) (QUOTE (-299))) (OR (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-320))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-189))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-809 (-1090))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-299))) (|HasCategory| (-350 |#2|) (QUOTE (-809 (-1090)))))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-809 (-1090))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-811 (-1090)))))) (|HasCategory| (-350 |#2|) (QUOTE (-580 (-484)))) (OR (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-950 (-350 (-484)))))) (|HasCategory| (-350 |#2|) (QUOTE (-950 (-350 (-484))))) (|HasCategory| (-350 |#2|) (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-320))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-189))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-811 (-1090))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-809 (-1090))))))
-(-917 |bb|)
+((-3990 |has| (-350 |#2|) (-312)) (-3995 |has| (-350 |#2|) (-312)) (-3989 |has| (-350 |#2|) (-312)) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| (-350 |#2|) (QUOTE (-118))) (|HasCategory| (-350 |#2|) (QUOTE (-120))) (|HasCategory| (-350 |#2|) (QUOTE (-299))) (OR (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-320))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-189))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (|HasCategory| (-350 |#2|) (QUOTE (-299)))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-810 (-1091))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-299))) (|HasCategory| (-350 |#2|) (QUOTE (-810 (-1091)))))) (OR (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-810 (-1091))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-812 (-1091)))))) (|HasCategory| (-350 |#2|) (QUOTE (-581 (-485)))) (OR (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-951 (-350 (-485)))))) (|HasCategory| (-350 |#2|) (QUOTE (-951 (-350 (-485))))) (|HasCategory| (-350 |#2|) (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-320))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-189))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-812 (-1091))))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-190))) (|HasCategory| (-350 |#2|) (QUOTE (-312)))) (-12 (|HasCategory| (-350 |#2|) (QUOTE (-312))) (|HasCategory| (-350 |#2|) (QUOTE (-810 (-1091))))))
+(-918 |bb|)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating decimal expansions or more generally as repeating expansions in any base.")) (|fractRadix| (($ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{fractRadix(pre,cyc)} creates a fractional radix expansion from a list of prefix ragits and a list of cyclic ragits. For example,{} \\spad{fractRadix([1],[6])} will return \\spad{0.16666666...}.")) (|wholeRadix| (($ (|List| (|Integer|))) "\\spad{wholeRadix(l)} creates an integral radix expansion from a list of ragits. For example,{} \\spad{wholeRadix([1,3,4])} will return \\spad{134}.")) (|cycleRagits| (((|List| (|Integer|)) $) "\\spad{cycleRagits(rx)} returns the cyclic part of the ragits of the fractional part of a radix expansion. For example,{} if \\spad{x = 3/28 = 0.10 714285 714285 ...},{} then \\spad{cycleRagits(x) = [7,1,4,2,8,5]}.")) (|prefixRagits| (((|List| (|Integer|)) $) "\\spad{prefixRagits(rx)} returns the non-cyclic part of the ragits of the fractional part of a radix expansion. For example,{} if \\spad{x = 3/28 = 0.10 714285 714285 ...},{} then \\spad{prefixRagits(x)=[1,0]}.")) (|fractRagits| (((|Stream| (|Integer|)) $) "\\spad{fractRagits(rx)} returns the ragits of the fractional part of a radix expansion.")) (|wholeRagits| (((|List| (|Integer|)) $) "\\spad{wholeRagits(rx)} returns the ragits of the integer part of a radix expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(rx)} returns the fractional part of a radix expansion.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| (-484) (QUOTE (-821))) (|HasCategory| (-484) (QUOTE (-950 (-1090)))) (|HasCategory| (-484) (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-120))) (|HasCategory| (-484) (QUOTE (-553 (-473)))) (|HasCategory| (-484) (QUOTE (-933))) (|HasCategory| (-484) (QUOTE (-740))) (|HasCategory| (-484) (QUOTE (-756))) (OR (|HasCategory| (-484) (QUOTE (-740))) (|HasCategory| (-484) (QUOTE (-756)))) (|HasCategory| (-484) (QUOTE (-950 (-484)))) (|HasCategory| (-484) (QUOTE (-1066))) (|HasCategory| (-484) (QUOTE (-796 (-330)))) (|HasCategory| (-484) (QUOTE (-796 (-484)))) (|HasCategory| (-484) (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-484) (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-484) (QUOTE (-189))) (|HasCategory| (-484) (QUOTE (-811 (-1090)))) (|HasCategory| (-484) (QUOTE (-190))) (|HasCategory| (-484) (QUOTE (-809 (-1090)))) (|HasCategory| (-484) (QUOTE (-455 (-1090) (-484)))) (|HasCategory| (-484) (QUOTE (-260 (-484)))) (|HasCategory| (-484) (QUOTE (-241 (-484) (-484)))) (|HasCategory| (-484) (QUOTE (-258))) (|HasCategory| (-484) (QUOTE (-483))) (|HasCategory| (-484) (QUOTE (-580 (-484)))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-821)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-484) (QUOTE (-821)))) (|HasCategory| (-484) (QUOTE (-118)))))
-(-918)
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| (-485) (QUOTE (-822))) (|HasCategory| (-485) (QUOTE (-951 (-1091)))) (|HasCategory| (-485) (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-120))) (|HasCategory| (-485) (QUOTE (-554 (-474)))) (|HasCategory| (-485) (QUOTE (-934))) (|HasCategory| (-485) (QUOTE (-741))) (|HasCategory| (-485) (QUOTE (-757))) (OR (|HasCategory| (-485) (QUOTE (-741))) (|HasCategory| (-485) (QUOTE (-757)))) (|HasCategory| (-485) (QUOTE (-951 (-485)))) (|HasCategory| (-485) (QUOTE (-1067))) (|HasCategory| (-485) (QUOTE (-797 (-330)))) (|HasCategory| (-485) (QUOTE (-797 (-485)))) (|HasCategory| (-485) (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-485) (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-485) (QUOTE (-189))) (|HasCategory| (-485) (QUOTE (-812 (-1091)))) (|HasCategory| (-485) (QUOTE (-190))) (|HasCategory| (-485) (QUOTE (-810 (-1091)))) (|HasCategory| (-485) (QUOTE (-456 (-1091) (-485)))) (|HasCategory| (-485) (QUOTE (-260 (-485)))) (|HasCategory| (-485) (QUOTE (-241 (-485) (-485)))) (|HasCategory| (-485) (QUOTE (-258))) (|HasCategory| (-485) (QUOTE (-484))) (|HasCategory| (-485) (QUOTE (-581 (-485)))) (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-822)))) (OR (-12 (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-485) (QUOTE (-822)))) (|HasCategory| (-485) (QUOTE (-118)))))
+(-919)
((|constructor| (NIL "This package provides tools for creating radix expansions.")) (|radix| (((|Any|) (|Fraction| (|Integer|)) (|Integer|)) "\\spad{radix(x,b)} converts \\spad{x} to a radix expansion in base \\spad{b}.")))
NIL
NIL
-(-919)
+(-920)
((|constructor| (NIL "Random number generators \\indented{2}{All random numbers used in the system should originate from} \\indented{2}{the same generator.\\space{2}This package is intended to be the source.}")) (|seed| (((|Integer|)) "\\spad{seed()} returns the current seed value.")) (|reseed| (((|Void|) (|Integer|)) "\\spad{reseed(n)} restarts the random number generator at \\spad{n}.")) (|size| (((|Integer|)) "\\spad{size()} is the base of the random number generator")) (|randnum| (((|Integer|) (|Integer|)) "\\spad{randnum(n)} is a random number between 0 and \\spad{n}.") (((|Integer|)) "\\spad{randnum()} is a random number between 0 and size().")))
NIL
NIL
-(-920 RP)
+(-921 RP)
((|factorSquareFree| (((|Factored| |#1|) |#1|) "\\spad{factorSquareFree(p)} factors an extended squareFree polynomial \\spad{p} over the rational numbers.")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(p)} factors an extended polynomial \\spad{p} over the rational numbers.")))
NIL
NIL
-(-921 S)
+(-922 S)
((|constructor| (NIL "rational number testing and retraction functions. Date Created: March 1990 Date Last Updated: 9 April 1991")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") |#1|) "\\spad{rationalIfCan(x)} returns \\spad{x} as a rational number,{} \"failed\" if \\spad{x} is not a rational number.")) (|rational?| (((|Boolean|) |#1|) "\\spad{rational?(x)} returns \\spad{true} if \\spad{x} is a rational number,{} \\spad{false} otherwise.")) (|rational| (((|Fraction| (|Integer|)) |#1|) "\\spad{rational(x)} returns \\spad{x} as a rational number; error if \\spad{x} is not a rational number.")))
NIL
NIL
-(-922 A S)
+(-923 A S)
((|constructor| (NIL "A recursive aggregate over a type \\spad{S} is a model for a a directed graph containing values of type \\spad{S}. Recursively,{} a recursive aggregate is a {\\em node} consisting of a \\spadfun{value} from \\spad{S} and 0 or more \\spadfun{children} which are recursive aggregates. A node with no children is called a \\spadfun{leaf} node. A recursive aggregate may be cyclic for which some operations as noted may go into an infinite loop.")) (|setvalue!| ((|#2| $ |#2|) "\\spad{setvalue!(u,x)} sets the value of node \\spad{u} to \\spad{x}.")) (|setelt| ((|#2| $ "value" |#2|) "\\spad{setelt(a,\"value\",x)} (also written \\axiom{a . value := \\spad{x}}) is equivalent to \\axiom{setvalue!(a,{}\\spad{x})}")) (|setchildren!| (($ $ (|List| $)) "\\spad{setchildren!(u,v)} replaces the current children of node \\spad{u} with the members of \\spad{v} in left-to-right order.")) (|node?| (((|Boolean|) $ $) "\\spad{node?(u,v)} tests if node \\spad{u} is contained in node \\spad{v} (either as a child,{} a child of a child,{} etc.).")) (|child?| (((|Boolean|) $ $) "\\spad{child?(u,v)} tests if node \\spad{u} is a child of node \\spad{v}.")) (|distance| (((|Integer|) $ $) "\\spad{distance(u,v)} returns the path length (an integer) from node \\spad{u} to \\spad{v}.")) (|leaves| (((|List| |#2|) $) "\\spad{leaves(t)} returns the list of values in obtained by visiting the nodes of tree \\axiom{\\spad{t}} in left-to-right order.")) (|cyclic?| (((|Boolean|) $) "\\spad{cyclic?(u)} tests if \\spad{u} has a cycle.")) (|elt| ((|#2| $ "value") "\\spad{elt(u,\"value\")} (also written: \\axiom{a. value}) is equivalent to \\axiom{value(a)}.")) (|value| ((|#2| $) "\\spad{value(u)} returns the value of the node \\spad{u}.")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(u)} tests if \\spad{u} is a terminal node.")) (|nodes| (((|List| $) $) "\\spad{nodes(u)} returns a list of all of the nodes of aggregate \\spad{u}.")) (|children| (((|List| $) $) "\\spad{children(u)} returns a list of the children of aggregate \\spad{u}.")))
NIL
-((|HasCategory| |#1| (|%list| (QUOTE -1035) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-72))))
-(-923 S)
+((|HasCategory| |#1| (|%list| (QUOTE -1036) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-72))))
+(-924 S)
((|constructor| (NIL "A recursive aggregate over a type \\spad{S} is a model for a a directed graph containing values of type \\spad{S}. Recursively,{} a recursive aggregate is a {\\em node} consisting of a \\spadfun{value} from \\spad{S} and 0 or more \\spadfun{children} which are recursive aggregates. A node with no children is called a \\spadfun{leaf} node. A recursive aggregate may be cyclic for which some operations as noted may go into an infinite loop.")) (|setvalue!| ((|#1| $ |#1|) "\\spad{setvalue!(u,x)} sets the value of node \\spad{u} to \\spad{x}.")) (|setelt| ((|#1| $ "value" |#1|) "\\spad{setelt(a,\"value\",x)} (also written \\axiom{a . value := \\spad{x}}) is equivalent to \\axiom{setvalue!(a,{}\\spad{x})}")) (|setchildren!| (($ $ (|List| $)) "\\spad{setchildren!(u,v)} replaces the current children of node \\spad{u} with the members of \\spad{v} in left-to-right order.")) (|node?| (((|Boolean|) $ $) "\\spad{node?(u,v)} tests if node \\spad{u} is contained in node \\spad{v} (either as a child,{} a child of a child,{} etc.).")) (|child?| (((|Boolean|) $ $) "\\spad{child?(u,v)} tests if node \\spad{u} is a child of node \\spad{v}.")) (|distance| (((|Integer|) $ $) "\\spad{distance(u,v)} returns the path length (an integer) from node \\spad{u} to \\spad{v}.")) (|leaves| (((|List| |#1|) $) "\\spad{leaves(t)} returns the list of values in obtained by visiting the nodes of tree \\axiom{\\spad{t}} in left-to-right order.")) (|cyclic?| (((|Boolean|) $) "\\spad{cyclic?(u)} tests if \\spad{u} has a cycle.")) (|elt| ((|#1| $ "value") "\\spad{elt(u,\"value\")} (also written: \\axiom{a. value}) is equivalent to \\axiom{value(a)}.")) (|value| ((|#1| $) "\\spad{value(u)} returns the value of the node \\spad{u}.")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(u)} tests if \\spad{u} is a terminal node.")) (|nodes| (((|List| $) $) "\\spad{nodes(u)} returns a list of all of the nodes of aggregate \\spad{u}.")) (|children| (((|List| $) $) "\\spad{children(u)} returns a list of the children of aggregate \\spad{u}.")))
NIL
NIL
-(-924 S)
+(-925 S)
((|constructor| (NIL "\\axiomType{RealClosedField} provides common acces functions for all real closed fields.")) (|approximate| (((|Fraction| (|Integer|)) $ $) "\\axiom{approximate(\\spad{n},{}\\spad{p})} gives an approximation of \\axiom{\\spad{n}} that has precision \\axiom{\\spad{p}}")) (|rename| (($ $ (|OutputForm|)) "\\axiom{rename(\\spad{x},{}name)} gives a new number that prints as name")) (|rename!| (($ $ (|OutputForm|)) "\\axiom{rename!(\\spad{x},{}name)} changes the way \\axiom{\\spad{x}} is printed")) (|sqrt| (($ (|Integer|)) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ (|Fraction| (|Integer|))) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ $) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ $ (|PositiveInteger|)) "\\axiom{sqrt(\\spad{x},{}\\spad{n})} is \\axiom{\\spad{x} ** (1/n)}")) (|allRootsOf| (((|List| $) (|Polynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely")) (|rootOf| (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|)) "\\axiom{rootOf(pol,{}\\spad{n})} creates the \\spad{n}th root for the order of \\axiom{pol} and gives it unique name") (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|) (|OutputForm|)) "\\axiom{rootOf(pol,{}\\spad{n},{}name)} creates the \\spad{n}th root for the order of \\axiom{pol} and names it \\axiom{name}")) (|mainValue| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainValue(\\spad{x})} is the expression of \\axiom{\\spad{x}} in terms of \\axiom{SparseUnivariatePolynomial(\\$)}")) (|mainDefiningPolynomial| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainDefiningPolynomial(\\spad{x})} is the defining polynomial for the main algebraic quantity of \\axiom{\\spad{x}}")) (|mainForm| (((|Union| (|OutputForm|) "failed") $) "\\axiom{mainForm(\\spad{x})} is the main algebraic quantity name of \\axiom{\\spad{x}}")))
NIL
NIL
-(-925)
+(-926)
((|constructor| (NIL "\\axiomType{RealClosedField} provides common acces functions for all real closed fields.")) (|approximate| (((|Fraction| (|Integer|)) $ $) "\\axiom{approximate(\\spad{n},{}\\spad{p})} gives an approximation of \\axiom{\\spad{n}} that has precision \\axiom{\\spad{p}}")) (|rename| (($ $ (|OutputForm|)) "\\axiom{rename(\\spad{x},{}name)} gives a new number that prints as name")) (|rename!| (($ $ (|OutputForm|)) "\\axiom{rename!(\\spad{x},{}name)} changes the way \\axiom{\\spad{x}} is printed")) (|sqrt| (($ (|Integer|)) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ (|Fraction| (|Integer|))) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ $) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} ** (1/2)}") (($ $ (|PositiveInteger|)) "\\axiom{sqrt(\\spad{x},{}\\spad{n})} is \\axiom{\\spad{x} ** (1/n)}")) (|allRootsOf| (((|List| $) (|Polynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely")) (|rootOf| (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|)) "\\axiom{rootOf(pol,{}\\spad{n})} creates the \\spad{n}th root for the order of \\axiom{pol} and gives it unique name") (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|) (|OutputForm|)) "\\axiom{rootOf(pol,{}\\spad{n},{}name)} creates the \\spad{n}th root for the order of \\axiom{pol} and names it \\axiom{name}")) (|mainValue| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainValue(\\spad{x})} is the expression of \\axiom{\\spad{x}} in terms of \\axiom{SparseUnivariatePolynomial(\\$)}")) (|mainDefiningPolynomial| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainDefiningPolynomial(\\spad{x})} is the defining polynomial for the main algebraic quantity of \\axiom{\\spad{x}}")) (|mainForm| (((|Union| (|OutputForm|) "failed") $) "\\axiom{mainForm(\\spad{x})} is the main algebraic quantity name of \\axiom{\\spad{x}}")))
-((-3989 . T) (-3994 . T) (-3988 . T) (-3991 . T) (-3990 . T) ((-3998 "*") . T) (-3993 . T))
+((-3990 . T) (-3995 . T) (-3989 . T) (-3992 . T) (-3991 . T) ((-3999 "*") . T) (-3994 . T))
NIL
-(-926 R -3093)
+(-927 R -3094)
((|constructor| (NIL "\\indented{1}{Risch differential equation,{} elementary case.} Author: Manuel Bronstein Date Created: 1 February 1988 Date Last Updated: 2 November 1995 Keywords: elementary,{} function,{} integration.")) (|rischDE| (((|Record| (|:| |ans| |#2|) (|:| |right| |#2|) (|:| |sol?| (|Boolean|))) (|Integer|) |#2| |#2| (|Symbol|) (|Mapping| (|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|List| |#2|)) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) "\\spad{rischDE(n, f, g, x, lim, ext)} returns \\spad{[y, h, b]} such that \\spad{dy/dx + n df/dx y = h} and \\spad{b := h = g}. The equation \\spad{dy/dx + n df/dx y = g} has no solution if \\spad{h \\~~= g} (\\spad{y} is a partial solution in that case). Notes: \\spad{lim} is a limited integration function,{} and ext is an extended integration function.")))
NIL
NIL
-(-927 R -3093)
+(-928 R -3094)
((|constructor| (NIL "\\indented{1}{Risch differential equation,{} elementary case.} Author: Manuel Bronstein Date Created: 12 August 1992 Date Last Updated: 17 August 1992 Keywords: elementary,{} function,{} integration.")) (|rischDEsys| (((|Union| (|List| |#2|) "failed") (|Integer|) |#2| |#2| |#2| (|Symbol|) (|Mapping| (|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|List| |#2|)) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) "\\spad{rischDEsys(n, f, g_1, g_2, x,lim,ext)} returns \\spad{y_1.y_2} such that \\spad{(dy1/dx,dy2/dx) + ((0, - n df/dx),(n df/dx,0)) (y1,y2) = (g1,g2)} if \\spad{y_1,y_2} exist,{} \"failed\" otherwise. \\spad{lim} is a limited integration function,{} \\spad{ext} is an extended integration function.")))
NIL
NIL
-(-928 -3093 UP)
+(-929 -3094 UP)
((|constructor| (NIL "\\indented{1}{Risch differential equation,{} transcendental case.} Author: Manuel Bronstein Date Created: Jan 1988 Date Last Updated: 2 November 1995")) (|polyRDE| (((|Union| (|:| |ans| (|Record| (|:| |ans| |#2|) (|:| |nosol| (|Boolean|)))) (|:| |eq| (|Record| (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (|Integer|)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (|Integer|) (|Mapping| |#2| |#2|)) "\\spad{polyRDE(a, B, C, n, D)} returns either: 1. \\spad{[Q, b]} such that \\spad{degree(Q) <= n} and \\indented{3}{\\spad{a Q'+ B Q = C} if \\spad{b = true},{} \\spad{Q} is a partial solution} \\indented{3}{otherwise.} 2. \\spad{[B1, C1, m, \\alpha, \\beta]} such that any polynomial solution \\indented{3}{of degree at most \\spad{n} of \\spad{A Q' + BQ = C} must be of the form} \\indented{3}{\\spad{Q = \\alpha H + \\beta} where \\spad{degree(H) <= m} and} \\indented{3}{\\spad{H} satisfies \\spad{H' + B1 H = C1}.} \\spad{D} is the derivation to use.")) (|baseRDE| (((|Record| (|:| |ans| (|Fraction| |#2|)) (|:| |nosol| (|Boolean|))) (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{baseRDE(f, g)} returns a \\spad{[y, b]} such that \\spad{y' + fy = g} if \\spad{b = true},{} \\spad{y} is a partial solution otherwise (no solution in that case). \\spad{D} is the derivation to use.")) (|monomRDE| (((|Union| (|Record| (|:| |a| |#2|) (|:| |b| (|Fraction| |#2|)) (|:| |c| (|Fraction| |#2|)) (|:| |t| |#2|)) "failed") (|Fraction| |#2|) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{monomRDE(f,g,D)} returns \\spad{[A, B, C, T]} such that \\spad{y' + f y = g} has a solution if and only if \\spad{y = Q / T},{} where \\spad{Q} satisfies \\spad{A Q' + B Q = C} and has no normal pole. A and \\spad{T} are polynomials and \\spad{B} and \\spad{C} have no normal poles. \\spad{D} is the derivation to use.")))
NIL
NIL
-(-929 -3093 UP)
+(-930 -3094 UP)
((|constructor| (NIL "\\indented{1}{Risch differential equation system,{} transcendental case.} Author: Manuel Bronstein Date Created: 17 August 1992 Date Last Updated: 3 February 1994")) (|baseRDEsys| (((|Union| (|List| (|Fraction| |#2|)) "failed") (|Fraction| |#2|) (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{baseRDEsys(f, g1, g2)} returns fractions \\spad{y_1.y_2} such that \\spad{(y1', y2') + ((0, -f), (f, 0)) (y1,y2) = (g1,g2)} if \\spad{y_1,y_2} exist,{} \"failed\" otherwise.")) (|monomRDEsys| (((|Union| (|Record| (|:| |a| |#2|) (|:| |b| (|Fraction| |#2|)) (|:| |h| |#2|) (|:| |c1| (|Fraction| |#2|)) (|:| |c2| (|Fraction| |#2|)) (|:| |t| |#2|)) "failed") (|Fraction| |#2|) (|Fraction| |#2|) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{monomRDEsys(f,g1,g2,D)} returns \\spad{[A, B, H, C1, C2, T]} such that \\spad{(y1', y2') + ((0, -f), (f, 0)) (y1,y2) = (g1,g2)} has a solution if and only if \\spad{y1 = Q1 / T, y2 = Q2 / T},{} where \\spad{B,C1,C2,Q1,Q2} have no normal poles and satisfy A \\spad{(Q1', Q2') + ((H, -B), (B, H)) (Q1,Q2) = (C1,C2)} \\spad{D} is the derivation to use.")))
NIL
NIL
-(-930 S)
+(-931 S)
((|constructor| (NIL "This package exports random distributions")) (|rdHack1| (((|Mapping| |#1|) (|Vector| |#1|) (|Vector| (|Integer|)) (|Integer|)) "\\spad{rdHack1(v,u,n)} \\undocumented")) (|weighted| (((|Mapping| |#1|) (|List| (|Record| (|:| |value| |#1|) (|:| |weight| (|Integer|))))) "\\spad{weighted(l)} \\undocumented")) (|uniform| (((|Mapping| |#1|) (|Set| |#1|)) "\\spad{uniform(s)} \\undocumented")))
NIL
NIL
-(-931 F1 UP UPUP R F2)
+(-932 F1 UP UPUP R F2)
((|constructor| (NIL "\\indented{1}{Finds the order of a divisor over a finite field} Author: Manuel Bronstein Date Created: 1988 Date Last Updated: 8 November 1994")) (|order| (((|NonNegativeInteger|) (|FiniteDivisor| |#1| |#2| |#3| |#4|) |#3| (|Mapping| |#5| |#1|)) "\\spad{order(f,u,g)} \\undocumented")))
NIL
NIL
-(-932)
+(-933)
((|constructor| (NIL "This domain represents list reduction syntax.")) (|body| (((|SpadAst|) $) "\\spad{body(e)} return the list of expressions being redcued.")) (|operator| (((|SpadAst|) $) "\\spad{operator(e)} returns the magma operation being applied.")))
NIL
NIL
-(-933)
+(-934)
((|constructor| (NIL "The category of real numeric domains,{} \\spadignore{i.e.} convertible to floats.")))
NIL
NIL
-(-934 |Pol|)
+(-935 |Pol|)
((|constructor| (NIL "\\indented{2}{This package provides functions for finding the real zeros} of univariate polynomials over the integers to arbitrary user-specified precision. The results are returned as a list of isolating intervals which are expressed as records with \"left\" and \"right\" rational number components.")) (|midpoints| (((|List| (|Fraction| (|Integer|))) (|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))))) "\\spad{midpoints(isolist)} returns the list of midpoints for the list of intervals \\spad{isolist}.")) (|midpoint| (((|Fraction| (|Integer|)) (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) "\\spad{midpoint(int)} returns the midpoint of the interval \\spad{int}.")) (|refine| (((|Union| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) "failed") |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) "\\spad{refine(pol, int, range)} takes a univariate polynomial \\spad{pol} and and isolating interval \\spad{int} containing exactly one real root of \\spad{pol}; the operation returns an isolating interval which is contained within range,{} or \"failed\" if no such isolating interval exists.") (((|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Fraction| (|Integer|))) "\\spad{refine(pol, int, eps)} refines the interval \\spad{int} containing exactly one root of the univariate polynomial \\spad{pol} to size less than the rational number eps.")) (|realZeros| (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Fraction| (|Integer|))) "\\spad{realZeros(pol, int, eps)} returns a list of intervals of length less than the rational number eps for all the real roots of the polynomial \\spad{pol} which lie in the interval expressed by the record \\spad{int}.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Fraction| (|Integer|))) "\\spad{realZeros(pol, eps)} returns a list of intervals of length less than the rational number eps for all the real roots of the polynomial \\spad{pol}.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) "\\spad{realZeros(pol, range)} returns a list of isolating intervals for all the real zeros of the univariate polynomial \\spad{pol} which lie in the interval expressed by the record range.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1|) "\\spad{realZeros(pol)} returns a list of isolating intervals for all the real zeros of the univariate polynomial \\spad{pol}.")))
NIL
NIL
-(-935 |Pol|)
+(-936 |Pol|)
((|constructor| (NIL "\\indented{2}{This package provides functions for finding the real zeros} of univariate polynomials over the rational numbers to arbitrary user-specified precision. The results are returned as a list of isolating intervals,{} expressed as records with \"left\" and \"right\" rational number components.")) (|refine| (((|Union| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) "failed") |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) "\\spad{refine(pol, int, range)} takes a univariate polynomial \\spad{pol} and and isolating interval \\spad{int} which must contain exactly one real root of \\spad{pol},{} and returns an isolating interval which is contained within range,{} or \"failed\" if no such isolating interval exists.") (((|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Fraction| (|Integer|))) "\\spad{refine(pol, int, eps)} refines the interval \\spad{int} containing exactly one root of the univariate polynomial \\spad{pol} to size less than the rational number eps.")) (|realZeros| (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))) (|Fraction| (|Integer|))) "\\spad{realZeros(pol, int, eps)} returns a list of intervals of length less than the rational number eps for all the real roots of the polynomial \\spad{pol} which lie in the interval expressed by the record \\spad{int}.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Fraction| (|Integer|))) "\\spad{realZeros(pol, eps)} returns a list of intervals of length less than the rational number eps for all the real roots of the polynomial \\spad{pol}.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) "\\spad{realZeros(pol, range)} returns a list of isolating intervals for all the real zeros of the univariate polynomial \\spad{pol} which lie in the interval expressed by the record range.") (((|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|))))) |#1|) "\\spad{realZeros(pol)} returns a list of isolating intervals for all the real zeros of the univariate polynomial \\spad{pol}.")))
NIL
NIL
-(-936)
+(-937)
((|constructor| (NIL "\\indented{1}{This package provides numerical solutions of systems of polynomial} equations for use in ACPLOT.")) (|realSolve| (((|List| (|List| (|Float|))) (|List| (|Polynomial| (|Integer|))) (|List| (|Symbol|)) (|Float|)) "\\spad{realSolve(lp,lv,eps)} = compute the list of the real solutions of the list \\spad{lp} of polynomials with integer coefficients with respect to the variables in \\spad{lv},{} with precision \\spad{eps}.")) (|solve| (((|List| (|Float|)) (|Polynomial| (|Integer|)) (|Float|)) "\\spad{solve(p,eps)} finds the real zeroes of a univariate integer polynomial \\spad{p} with precision \\spad{eps}.") (((|List| (|Float|)) (|Polynomial| (|Fraction| (|Integer|))) (|Float|)) "\\spad{solve(p,eps)} finds the real zeroes of a univariate rational polynomial \\spad{p} with precision \\spad{eps}.")))
NIL
NIL
-(-937 |TheField|)
+(-938 |TheField|)
((|constructor| (NIL "This domain implements the real closure of an ordered field.")) (|relativeApprox| (((|Fraction| (|Integer|)) $ $) "\\axiom{relativeApprox(\\spad{n},{}\\spad{p})} gives a relative approximation of \\axiom{\\spad{n}} that has precision \\axiom{\\spad{p}}")) (|mainCharacterization| (((|Union| (|RightOpenIntervalRootCharacterization| $ (|SparseUnivariatePolynomial| $)) "failed") $) "\\axiom{mainCharacterization(\\spad{x})} is the main algebraic quantity of \\axiom{\\spad{x}} (\\axiom{SEG})")) (|algebraicOf| (($ (|RightOpenIntervalRootCharacterization| $ (|SparseUnivariatePolynomial| $)) (|OutputForm|)) "\\axiom{algebraicOf(char)} is the external number")))
-((-3989 . T) (-3994 . T) (-3988 . T) (-3991 . T) (-3990 . T) ((-3998 "*") . T) (-3993 . T))
-((OR (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| (-350 (-484)) (QUOTE (-950 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| (-350 (-484)) (QUOTE (-950 (-350 (-484))))) (|HasCategory| (-350 (-484)) (QUOTE (-950 (-484)))))
-(-938 -3093 L)
+((-3990 . T) (-3995 . T) (-3989 . T) (-3992 . T) (-3991 . T) ((-3999 "*") . T) (-3994 . T))
+((OR (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| (-350 (-485)) (QUOTE (-951 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| (-350 (-485)) (QUOTE (-951 (-350 (-485))))) (|HasCategory| (-350 (-485)) (QUOTE (-951 (-485)))))
+(-939 -3094 L)
((|constructor| (NIL "\\spadtype{ReductionOfOrder} provides functions for reducing the order of linear ordinary differential equations once some solutions are known.")) (|ReduceOrder| (((|Record| (|:| |eq| |#2|) (|:| |op| (|List| |#1|))) |#2| (|List| |#1|)) "\\spad{ReduceOrder(op, [f1,...,fk])} returns \\spad{[op1,[g1,...,gk]]} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = gk \\int(g_{k-1} \\int(... \\int(g1 \\int z)...)} is a solution of \\spad{op y = 0}. Each \\spad{fi} must satisfy \\spad{op fi = 0}.") ((|#2| |#2| |#1|) "\\spad{ReduceOrder(op, s)} returns \\spad{op1} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = s \\int z} is a solution of \\spad{op y = 0}. \\spad{s} must satisfy \\spad{op s = 0}.")))
NIL
NIL
-(-939 S)
+(-940 S)
((|constructor| (NIL "\\indented{1}{\\spadtype{Reference} is for making a changeable instance} of something.")) (= (((|Boolean|) $ $) "\\spad{a=b} tests if \\spad{a} and \\spad{b} are equal.")) (|setref| ((|#1| $ |#1|) "\\spad{setref(r,s)} reset the reference \\spad{r} to refer to \\spad{s}")) (|deref| ((|#1| $) "\\spad{deref(r)} returns the object referenced by \\spad{r}")) (|ref| (($ |#1|) "\\spad{ref(s)} creates a reference to the object \\spad{s}.")))
NIL
NIL
-(-940 R E V P)
+(-941 R E V P)
((|constructor| (NIL "This domain provides an implementation of regular chains. Moreover,{} the operation \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory} is an implementation of a new algorithm for solving polynomial systems by means of regular chains.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|preprocess| (((|Record| (|:| |val| (|List| |#4|)) (|:| |towers| (|List| $))) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{pre_process(lp,{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|internalZeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalZeroSetSplit(lp,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3})} is an internal subroutine,{} exported only for developement.")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{}\\spad{b1},{}\\spad{b2}.\\spad{b3},{}\\spad{b4})} is an internal subroutine,{} exported only for developement.") (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{}clos?,{}info?)} has the same specifications as \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory}. Moreover,{} if \\axiom{clos?} then solves in the sense of the Zariski closure else solves in the sense of the regular zeros. If \\axiom{info?} then do print messages during the computations.")) (|internalAugment| (((|List| $) |#4| $ (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalAugment(\\spad{p},{}ts,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")))
-((-3997 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1013))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (|HasCategory| |#4| (QUOTE (-553 (-473)))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-552 (-772)))) (|HasCategory| |#4| (QUOTE (-1013))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|))))
-(-941)
+NIL
+((-12 (|HasCategory| |#4| (QUOTE (-1014))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (|HasCategory| |#4| (QUOTE (-554 (-474)))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-553 (-773)))) (|HasCategory| |#4| (QUOTE (-1014))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|))))
+(-942)
((|constructor| (NIL "Package for the computation of eigenvalues and eigenvectors. This package works for matrices with coefficients which are rational functions over the integers. (see \\spadtype{Fraction Polynomial Integer}). The eigenvalues and eigenvectors are expressed in terms of radicals.")) (|orthonormalBasis| (((|List| (|Matrix| (|Expression| (|Integer|)))) (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{orthonormalBasis(m)} returns the orthogonal matrix \\spad{b} such that \\spad{b*m*(inverse b)} is diagonal. Error: if \\spad{m} is not a symmetric matrix.")) (|gramschmidt| (((|List| (|Matrix| (|Expression| (|Integer|)))) (|List| (|Matrix| (|Expression| (|Integer|))))) "\\spad{gramschmidt(lv)} converts the list of column vectors \\spad{lv} into a set of orthogonal column vectors of euclidean length 1 using the Gram-Schmidt algorithm.")) (|normalise| (((|Matrix| (|Expression| (|Integer|))) (|Matrix| (|Expression| (|Integer|)))) "\\spad{normalise(v)} returns the column vector \\spad{v} divided by its euclidean norm; when possible,{} the vector \\spad{v} is expressed in terms of radicals.")) (|eigenMatrix| (((|Union| (|Matrix| (|Expression| (|Integer|))) "failed") (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{eigenMatrix(m)} returns the matrix \\spad{b} such that \\spad{b*m*(inverse b)} is diagonal,{} or \"failed\" if no such \\spad{b} exists.")) (|radicalEigenvalues| (((|List| (|Expression| (|Integer|))) (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{radicalEigenvalues(m)} computes the eigenvalues of the matrix \\spad{m}; when possible,{} the eigenvalues are expressed in terms of radicals.")) (|radicalEigenvector| (((|List| (|Matrix| (|Expression| (|Integer|)))) (|Expression| (|Integer|)) (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{radicalEigenvector(c,m)} computes the eigenvector(\\spad{s}) of the matrix \\spad{m} corresponding to the eigenvalue \\spad{c}; when possible,{} values are expressed in terms of radicals.")) (|radicalEigenvectors| (((|List| (|Record| (|:| |radval| (|Expression| (|Integer|))) (|:| |radmult| (|Integer|)) (|:| |radvect| (|List| (|Matrix| (|Expression| (|Integer|))))))) (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{radicalEigenvectors(m)} computes the eigenvalues and the corresponding eigenvectors of the matrix \\spad{m}; when possible,{} values are expressed in terms of radicals.")))
NIL
NIL
-(-942 R)
+(-943 R)
((|constructor| (NIL "\\spad{RepresentationPackage1} provides functions for representation theory for finite groups and algebras. The package creates permutation representations and uses tensor products and its symmetric and antisymmetric components to create new representations of larger degree from given ones. Note: instead of having parameters from \\spadtype{Permutation} this package allows list notation of permutations as well: \\spadignore{e.g.} \\spad{[1,4,3,2]} denotes permutes 2 and 4 and fixes 1 and 3.")) (|permutationRepresentation| (((|List| (|Matrix| (|Integer|))) (|List| (|List| (|Integer|)))) "\\spad{permutationRepresentation([pi1,...,pik],n)} returns the list of matrices {\\em [(deltai,pi1(i)),...,(deltai,pik(i))]} if the permutations {\\em pi1},{}...,{}{\\em pik} are in list notation and are permuting {\\em {1,2,...,n}}.") (((|List| (|Matrix| (|Integer|))) (|List| (|Permutation| (|Integer|))) (|Integer|)) "\\spad{permutationRepresentation([pi1,...,pik],n)} returns the list of matrices {\\em [(deltai,pi1(i)),...,(deltai,pik(i))]} (Kronecker delta) for the permutations {\\em pi1,...,pik} of {\\em {1,2,...,n}}.") (((|Matrix| (|Integer|)) (|List| (|Integer|))) "\\spad{permutationRepresentation(pi,n)} returns the matrix {\\em (deltai,pi(i))} (Kronecker delta) if the permutation {\\em pi} is in list notation and permutes {\\em {1,2,...,n}}.") (((|Matrix| (|Integer|)) (|Permutation| (|Integer|)) (|Integer|)) "\\spad{permutationRepresentation(pi,n)} returns the matrix {\\em (deltai,pi(i))} (Kronecker delta) for a permutation {\\em pi} of {\\em {1,2,...,n}}.")) (|tensorProduct| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,...ak])} calculates the list of Kronecker products of each matrix {\\em ai} with itself for {1 <= \\spad{i} <= \\spad{k}}. Note: If the list of matrices corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the representation with itself.") (((|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{tensorProduct(a)} calculates the Kronecker product of the matrix {\\em a} with itself.") (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,...,ak],[b1,...,bk])} calculates the list of Kronecker products of the matrices {\\em ai} and {\\em bi} for {1 <= \\spad{i} <= \\spad{k}}. Note: If each list of matrices corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the two representations.") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{tensorProduct(a,b)} calculates the Kronecker product of the matrices {\\em a} and \\spad{b}. Note: if each matrix corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the two representations.")) (|symmetricTensors| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{symmetricTensors(la,n)} applies to each \\spad{m}-by-\\spad{m} square matrix in the list {\\em la} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (n,0,...,0)} of \\spad{n}. Error: if the matrices in {\\em la} are not square matrices. Note: this corresponds to the symmetrization of the representation with the trivial representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the symmetric tensors of the \\spad{n}-fold tensor product.") (((|Matrix| |#1|) (|Matrix| |#1|) (|PositiveInteger|)) "\\spad{symmetricTensors(a,n)} applies to the \\spad{m}-by-\\spad{m} square matrix {\\em a} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (n,0,...,0)} of \\spad{n}. Error: if {\\em a} is not a square matrix. Note: this corresponds to the symmetrization of the representation with the trivial representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the symmetric tensors of the \\spad{n}-fold tensor product.")) (|createGenericMatrix| (((|Matrix| (|Polynomial| |#1|)) (|NonNegativeInteger|)) "\\spad{createGenericMatrix(m)} creates a square matrix of dimension \\spad{k} whose entry at the \\spad{i}-th row and \\spad{j}-th column is the indeterminate {\\em x[i,j]} (double subscripted).")) (|antisymmetricTensors| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{antisymmetricTensors(la,n)} applies to each \\spad{m}-by-\\spad{m} square matrix in the list {\\em la} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (1,1,...,1,0,0,...,0)} of \\spad{n}. Error: if \\spad{n} is greater than \\spad{m}. Note: this corresponds to the symmetrization of the representation with the sign representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the antisymmetric tensors of the \\spad{n}-fold tensor product.") (((|Matrix| |#1|) (|Matrix| |#1|) (|PositiveInteger|)) "\\spad{antisymmetricTensors(a,n)} applies to the square matrix {\\em a} the irreducible,{} polynomial representation of the general linear group {\\em GLm},{} where \\spad{m} is the number of rows of {\\em a},{} which corresponds to the partition {\\em (1,1,...,1,0,0,...,0)} of \\spad{n}. Error: if \\spad{n} is greater than \\spad{m}. Note: this corresponds to the symmetrization of the representation with the sign representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the antisymmetric tensors of the \\spad{n}-fold tensor product.")))
NIL
-((|HasAttribute| |#1| (QUOTE (-3998 "*"))))
-(-943 R)
+((|HasAttribute| |#1| (QUOTE (-3999 "*"))))
+(-944 R)
((|constructor| (NIL "\\spad{RepresentationPackage2} provides functions for working with modular representations of finite groups and algebra. The routines in this package are created,{} using ideas of \\spad{R}. Parker,{} (the meat-Axe) to get smaller representations from bigger ones,{} \\spadignore{i.e.} finding sub- and factormodules,{} or to show,{} that such the representations are irreducible. Note: most functions are randomized functions of Las Vegas type \\spadignore{i.e.} every answer is correct,{} but with small probability the algorithm fails to get an answer.")) (|scanOneDimSubspaces| (((|Vector| |#1|) (|List| (|Vector| |#1|)) (|Integer|)) "\\spad{scanOneDimSubspaces(basis,n)} gives a canonical representative of the {\\em n}\\spad{-}th one-dimensional subspace of the vector space generated by the elements of {\\em basis},{} all from {\\em R**n}. The coefficients of the representative are of shape {\\em (0,...,0,1,*,...,*)},{} {\\em *} in \\spad{R}. If the size of \\spad{R} is \\spad{q},{} then there are {\\em (q**n-1)/(q-1)} of them. We first reduce \\spad{n} modulo this number,{} then find the largest \\spad{i} such that {\\em +/[q**i for i in 0..i-1] <= n}. Subtracting this sum of powers from \\spad{n} results in an \\spad{i}-digit number to \\spad{basis} \\spad{q}. This fills the positions of the stars.")) (|meatAxe| (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{meatAxe(aG, numberOfTries)} calls {\\em meatAxe(aG,true,numberOfTries,7)}. Notes: 7 covers the case of three-dimensional kernels over the field with 2 elements.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Boolean|)) "\\spad{meatAxe(aG, randomElements)} calls {\\em meatAxe(aG,false,6,7)},{} only using Parker's fingerprints,{} if {\\em randomElemnts} is \\spad{false}. If it is \\spad{true},{} it calls {\\em meatAxe(aG,true,25,7)},{} only using random elements. Note: the choice of 25 was rather arbitrary. Also,{} 7 covers the case of three-dimensional kernels over the field with 2 elements.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|))) "\\spad{meatAxe(aG)} calls {\\em meatAxe(aG,false,25,7)} returns a 2-list of representations as follows. All matrices of argument \\spad{aG} are assumed to be square and of equal size. Then \\spad{aG} generates a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an A-module in the usual way. meatAxe(\\spad{aG}) creates at most 25 random elements of the algebra,{} tests them for singularity. If singular,{} it tries at most 7 elements of its kernel to generate a proper submodule. If successful a list which contains first the list of the representations of the submodule,{} then a list of the representations of the factor module is returned. Otherwise,{} if we know that all the kernel is already scanned,{} Norton's irreducibility test can be used either to prove irreducibility or to find the splitting. Notes: the first 6 tries use Parker's fingerprints. Also,{} 7 covers the case of three-dimensional kernels over the field with 2 elements.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Boolean|) (|Integer|) (|Integer|)) "\\spad{meatAxe(aG,randomElements,numberOfTries, maxTests)} returns a 2-list of representations as follows. All matrices of argument \\spad{aG} are assumed to be square and of equal size. Then \\spad{aG} generates a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an A-module in the usual way. meatAxe(\\spad{aG},{}\\spad{numberOfTries},{} maxTests) creates at most {\\em numberOfTries} random elements of the algebra,{} tests them for singularity. If singular,{} it tries at most {\\em maxTests} elements of its kernel to generate a proper submodule. If successful,{} a 2-list is returned: first,{} a list containing first the list of the representations of the submodule,{} then a list of the representations of the factor module. Otherwise,{} if we know that all the kernel is already scanned,{} Norton's irreducibility test can be used either to prove irreducibility or to find the splitting. If {\\em randomElements} is {\\em false},{} the first 6 tries use Parker's fingerprints.")) (|split| (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Vector| (|Vector| |#1|))) "\\spad{split(aG,submodule)} uses a proper \\spad{submodule} of {\\em R**n} to create the representations of the \\spad{submodule} and of the factor module.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Vector| |#1|)) "\\spad{split(aG, vector)} returns a subalgebra \\spad{A} of all square matrix of dimension \\spad{n} as a list of list of matrices,{} generated by the list of matrices \\spad{aG},{} where \\spad{n} denotes both the size of vector as well as the dimension of each of the square matrices. {\\em V R} is an A-module in the natural way. split(\\spad{aG},{} vector) then checks whether the cyclic submodule generated by {\\em vector} is a proper submodule of {\\em V R}. If successful,{} it returns a two-element list,{} which contains first the list of the representations of the submodule,{} then the list of the representations of the factor module. If the vector generates the whole module,{} a one-element list of the old representation is given. Note: a later version this should call the other split.")) (|isAbsolutelyIrreducible?| (((|Boolean|) (|List| (|Matrix| |#1|))) "\\spad{isAbsolutelyIrreducible?(aG)} calls {\\em isAbsolutelyIrreducible?(aG,25)}. Note: the choice of 25 was rather arbitrary.") (((|Boolean|) (|List| (|Matrix| |#1|)) (|Integer|)) "\\spad{isAbsolutelyIrreducible?(aG, numberOfTries)} uses Norton's irreducibility test to check for absolute irreduciblity,{} assuming if a one-dimensional kernel is found. As no field extension changes create \"new\" elements in a one-dimensional space,{} the criterium stays \\spad{true} for every extension. The method looks for one-dimensionals only by creating random elements (no fingerprints) since a run of {\\em meatAxe} would have proved absolute irreducibility anyway.")) (|areEquivalent?| (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|Integer|)) "\\spad{areEquivalent?(aG0,aG1,numberOfTries)} calls {\\em areEquivalent?(aG0,aG1,true,25)}. Note: the choice of 25 was rather arbitrary.") (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{areEquivalent?(aG0,aG1)} calls {\\em areEquivalent?(aG0,aG1,true,25)}. Note: the choice of 25 was rather arbitrary.") (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|Boolean|) (|Integer|)) "\\spad{areEquivalent?(aG0,aG1,randomelements,numberOfTries)} tests whether the two lists of matrices,{} all assumed of same square shape,{} can be simultaneously conjugated by a non-singular matrix. If these matrices represent the same group generators,{} the representations are equivalent. The algorithm tries {\\em numberOfTries} times to create elements in the generated algebras in the same fashion. If their ranks differ,{} they are not equivalent. If an isomorphism is assumed,{} then the kernel of an element of the first algebra is mapped to the kernel of the corresponding element in the second algebra. Now consider the one-dimensional ones. If they generate the whole space (\\spadignore{e.g.} irreducibility !) we use {\\em standardBasisOfCyclicSubmodule} to create the only possible transition matrix. The method checks whether the matrix conjugates all corresponding matrices from {\\em aGi}. The way to choose the singular matrices is as in {\\em meatAxe}. If the two representations are equivalent,{} this routine returns the transformation matrix {\\em TM} with {\\em aG0.i * TM = TM * aG1.i} for all \\spad{i}. If the representations are not equivalent,{} a small 0-matrix is returned. Note: the case with different sets of group generators cannot be handled.")) (|standardBasisOfCyclicSubmodule| (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|Vector| |#1|)) "\\spad{standardBasisOfCyclicSubmodule(lm,v)} returns a matrix as follows. It is assumed that the size \\spad{n} of the vector equals the number of rows and columns of the matrices. Then the matrices generate a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an \\spad{A}-module in the natural way. standardBasisOfCyclicSubmodule(\\spad{lm},{}\\spad{v}) calculates a matrix whose non-zero column vectors are the \\spad{R}-Basis of {\\em Av} achieved in the way as described in section 6 of \\spad{R}. A. Parker's \"The Meat-Axe\". Note: in contrast to {\\em cyclicSubmodule},{} the result is not in echelon form.")) (|cyclicSubmodule| (((|Vector| (|Vector| |#1|)) (|List| (|Matrix| |#1|)) (|Vector| |#1|)) "\\spad{cyclicSubmodule(lm,v)} generates a basis as follows. It is assumed that the size \\spad{n} of the vector equals the number of rows and columns of the matrices. Then the matrices generate a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an \\spad{A}-module in the natural way. cyclicSubmodule(\\spad{lm},{}\\spad{v}) generates the \\spad{R}-Basis of {\\em Av} as described in section 6 of \\spad{R}. A. Parker's \"The Meat-Axe\". Note: in contrast to the description in \"The Meat-Axe\" and to {\\em standardBasisOfCyclicSubmodule} the result is in echelon form.")) (|createRandomElement| (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|Matrix| |#1|)) "\\spad{createRandomElement(aG,x)} creates a random element of the group algebra generated by {\\em aG}.")) (|completeEchelonBasis| (((|Matrix| |#1|) (|Vector| (|Vector| |#1|))) "\\spad{completeEchelonBasis(lv)} completes the basis {\\em lv} assumed to be in echelon form of a subspace of {\\em R**n} (\\spad{n} the length of all the vectors in {\\em lv}) with unit vectors to a basis of {\\em R**n}. It is assumed that the argument is not an empty vector and that it is not the basis of the 0-subspace. Note: the rows of the result correspond to the vectors of the basis.")))
NIL
((-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-320)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-258))))
-(-944 S)
+(-945 S)
((|constructor| (NIL "Implements multiplication by repeated addition")) (|double| ((|#1| (|PositiveInteger|) |#1|) "\\spad{double(i, r)} multiplies \\spad{r} by \\spad{i} using repeated doubling.")) (+ (($ $ $) "\\spad{x+y} returns the sum of \\spad{x} and \\spad{y}")))
NIL
NIL
-(-945 S)
+(-946 S)
((|constructor| (NIL "Implements exponentiation by repeated squaring")) (|expt| ((|#1| |#1| (|PositiveInteger|)) "\\spad{expt(r, i)} computes r**i by repeated squaring")) (* (($ $ $) "\\spad{x*y} returns the product of \\spad{x} and \\spad{y}")))
NIL
NIL
-(-946 S)
+(-947 S)
((|constructor| (NIL "This package provides coercions for the special types \\spadtype{Exit} and \\spadtype{Void}.")) (|coerce| ((|#1| (|Exit|)) "\\spad{coerce(e)} is never really evaluated. This coercion is used for formal type correctness when a function will not return directly to its caller.") (((|Void|) |#1|) "\\spad{coerce(s)} throws all information about \\spad{s} away. This coercion allows values of any type to appear in contexts where they will not be used. For example,{} it allows the resolution of different types in the \\spad{then} and \\spad{else} branches when an \\spad{if} is in a context where the resulting value is not used.")))
NIL
NIL
-(-947 -3093 |Expon| |VarSet| |FPol| |LFPol|)
+(-948 -3094 |Expon| |VarSet| |FPol| |LFPol|)
((|constructor| (NIL "ResidueRing is the quotient of a polynomial ring by an ideal. The ideal is given as a list of generators. The elements of the domain are equivalence classes expressed in terms of reduced elements")) (|lift| ((|#4| $) "\\spad{lift(x)} return the canonical representative of the equivalence class \\spad{x}")) (|coerce| (($ |#4|) "\\spad{coerce(f)} produces the equivalence class of \\spad{f} in the residue ring")) (|reduce| (($ |#4|) "\\spad{reduce(f)} produces the equivalence class of \\spad{f} in the residue ring")))
-(((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-948)
+(-949)
((|constructor| (NIL "This domain represents `return' expressions.")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the expression returned by `e'.")))
NIL
NIL
-(-949 A S)
+(-950 A S)
((|constructor| (NIL "A is retractable to \\spad{B} means that some elementsif A can be converted into elements of \\spad{B} and any element of \\spad{B} can be converted into an element of A.")) (|retract| ((|#2| $) "\\spad{retract(a)} transforms a into an element of \\spad{S} if possible. Error: if a cannot be made into an element of \\spad{S}.")) (|retractIfCan| (((|Union| |#2| "failed") $) "\\spad{retractIfCan(a)} transforms a into an element of \\spad{S} if possible. Returns \"failed\" if a cannot be made into an element of \\spad{S}.")))
NIL
NIL
-(-950 S)
+(-951 S)
((|constructor| (NIL "A is retractable to \\spad{B} means that some elementsif A can be converted into elements of \\spad{B} and any element of \\spad{B} can be converted into an element of A.")) (|retract| ((|#1| $) "\\spad{retract(a)} transforms a into an element of \\spad{S} if possible. Error: if a cannot be made into an element of \\spad{S}.")) (|retractIfCan| (((|Union| |#1| "failed") $) "\\spad{retractIfCan(a)} transforms a into an element of \\spad{S} if possible. Returns \"failed\" if a cannot be made into an element of \\spad{S}.")))
NIL
NIL
-(-951 Q R)
+(-952 Q R)
((|constructor| (NIL "RetractSolvePackage is an interface to \\spadtype{SystemSolvePackage} that attempts to retract the coefficients of the equations before solving.")) (|solveRetract| (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#2|))))) (|List| (|Polynomial| |#2|)) (|List| (|Symbol|))) "\\spad{solveRetract(lp,lv)} finds the solutions of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}. The function tries to retract all the coefficients of the equations to \\spad{Q} before solving if possible.")))
NIL
NIL
-(-952 R)
+(-953 R)
((|constructor| (NIL "Utilities that provide the same top-level manipulations on fractions than on polynomials.")) (|coerce| (((|Fraction| (|Polynomial| |#1|)) |#1|) "\\spad{coerce(r)} returns \\spad{r} viewed as a rational function over \\spad{R}.")) (|eval| (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) "\\spad{eval(f, [v1 = g1,...,vn = gn])} returns \\spad{f} with each \\spad{vi} replaced by \\spad{gi} in parallel,{} \\spadignore{i.e.} \\spad{vi}'s appearing inside the \\spad{gi}'s are not replaced. Error: if any \\spad{vi} is not a symbol.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eval(f, v = g)} returns \\spad{f} with \\spad{v} replaced by \\spad{g}. Error: if \\spad{v} is not a symbol.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|List| (|Symbol|)) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eval(f, [v1,...,vn], [g1,...,gn])} returns \\spad{f} with each \\spad{vi} replaced by \\spad{gi} in parallel,{} \\spadignore{i.e.} \\spad{vi}'s appearing inside the \\spad{gi}'s are not replaced.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|))) "\\spad{eval(f, v, g)} returns \\spad{f} with \\spad{v} replaced by \\spad{g}.")) (|multivariate| (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|)))) (|Symbol|)) "\\spad{multivariate(f, v)} applies both the numerator and denominator of \\spad{f} to \\spad{v}.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|)))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{univariate(f, v)} returns \\spad{f} viewed as a univariate rational function in \\spad{v}.")) (|mainVariable| (((|Union| (|Symbol|) "failed") (|Fraction| (|Polynomial| |#1|))) "\\spad{mainVariable(f)} returns the highest variable appearing in the numerator or the denominator of \\spad{f},{} \"failed\" if \\spad{f} has no variables.")) (|variables| (((|List| (|Symbol|)) (|Fraction| (|Polynomial| |#1|))) "\\spad{variables(f)} returns the list of variables appearing in the numerator or the denominator of \\spad{f}.")))
NIL
NIL
-(-953)
+(-954)
((|t| (((|Mapping| (|Float|)) (|NonNegativeInteger|)) "\\spad{t(n)} \\undocumented")) (F (((|Mapping| (|Float|)) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{F(n,m)} \\undocumented")) (|Beta| (((|Mapping| (|Float|)) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{Beta(n,m)} \\undocumented")) (|chiSquare| (((|Mapping| (|Float|)) (|NonNegativeInteger|)) "\\spad{chiSquare(n)} \\undocumented")) (|exponential| (((|Mapping| (|Float|)) (|Float|)) "\\spad{exponential(f)} \\undocumented")) (|normal| (((|Mapping| (|Float|)) (|Float|) (|Float|)) "\\spad{normal(f,g)} \\undocumented")) (|uniform| (((|Mapping| (|Float|)) (|Float|) (|Float|)) "\\spad{uniform(f,g)} \\undocumented")) (|chiSquare1| (((|Float|) (|NonNegativeInteger|)) "\\spad{chiSquare1(n)} \\undocumented")) (|exponential1| (((|Float|)) "\\spad{exponential1()} \\undocumented")) (|normal01| (((|Float|)) "\\spad{normal01()} \\undocumented")) (|uniform01| (((|Float|)) "\\spad{uniform01()} \\undocumented")))
NIL
NIL
-(-954 UP)
+(-955 UP)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients which are rational functions with integer coefficients.")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(p)} returns a prime factorisation of \\spad{p}.")))
NIL
NIL
-(-955 R)
+(-956 R)
((|constructor| (NIL "\\spadtype{RationalFunctionFactorizer} contains the factor function (called factorFraction) which factors fractions of polynomials by factoring the numerator and denominator. Since any non zero fraction is a unit the usual factor operation will just return the original fraction.")) (|factorFraction| (((|Fraction| (|Factored| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|))) "\\spad{factorFraction(r)} factors the numerator and the denominator of the polynomial fraction \\spad{r}.")))
NIL
NIL
-(-956 T$)
+(-957 T$)
((|constructor| (NIL "This category defines the common interface for RGB color models.")) (|componentUpperBound| ((|#1|) "componentUpperBound is an upper bound for all component values.")) (|blue| ((|#1| $) "\\spad{blue(c)} returns the `blue' component of `c'.")) (|green| ((|#1| $) "\\spad{green(c)} returns the `green' component of `c'.")) (|red| ((|#1| $) "\\spad{red(c)} returns the `red' component of `c'.")))
NIL
NIL
-(-957 T$)
+(-958 T$)
((|constructor| (NIL "This category defines the common interface for RGB color spaces.")) (|whitePoint| (($) "whitePoint is the contant indicating the white point of this color space.")))
NIL
NIL
-(-958 R |ls|)
+(-959 R |ls|)
((|constructor| (NIL "A domain for regular chains (\\spadignore{i.e.} regular triangular sets) over a Gcd-Domain and with a fix list of variables. This is just a front-end for the \\spadtype{RegularTriangularSet} domain constructor.")) (|zeroSetSplit| (((|List| $) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|) (|Boolean|)) "\\spad{zeroSetSplit(lp,clos?,info?)} returns a list \\spad{lts} of regular chains such that the union of the closures of their regular zero sets equals the affine variety associated with \\spad{lp}. Moreover,{} if \\spad{clos?} is \\spad{false} then the union of the regular zero set of the \\spad{ts} (for \\spad{ts} in \\spad{lts}) equals this variety. If \\spad{info?} is \\spad{true} then some information is displayed during the computations. See \\axiomOpFrom{zeroSetSplit}{RegularTriangularSet}.")))
-((-3997 . T))
-((-12 (|HasCategory| (-703 |#1| (-773 |#2|)) (QUOTE (-1013))) (|HasCategory| (-703 |#1| (-773 |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -703) (|devaluate| |#1|) (|%list| (QUOTE -773) (|devaluate| |#2|)))))) (|HasCategory| (-703 |#1| (-773 |#2|)) (QUOTE (-553 (-473)))) (|HasCategory| (-703 |#1| (-773 |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| (-773 |#2|) (QUOTE (-320))) (|HasCategory| (-703 |#1| (-773 |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| (-703 |#1| (-773 |#2|)) (QUOTE (-1013))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -703) (|devaluate| |#1|) (|%list| (QUOTE -773) (|devaluate| |#2|))))) (|HasCategory| (-703 |#1| (-773 |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -703) (|devaluate| |#1|) (|%list| (QUOTE -773) (|devaluate| |#2|))))))
-(-959)
+NIL
+((-12 (|HasCategory| (-704 |#1| (-774 |#2|)) (QUOTE (-1014))) (|HasCategory| (-704 |#1| (-774 |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -704) (|devaluate| |#1|) (|%list| (QUOTE -774) (|devaluate| |#2|)))))) (|HasCategory| (-704 |#1| (-774 |#2|)) (QUOTE (-554 (-474)))) (|HasCategory| (-704 |#1| (-774 |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| (-774 |#2|) (QUOTE (-320))) (|HasCategory| (-704 |#1| (-774 |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| (-704 |#1| (-774 |#2|)) (QUOTE (-1014))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -704) (|devaluate| |#1|) (|%list| (QUOTE -774) (|devaluate| |#2|))))) (|HasCategory| (-704 |#1| (-774 |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -704) (|devaluate| |#1|) (|%list| (QUOTE -774) (|devaluate| |#2|))))))
+(-960)
((|constructor| (NIL "This package exports integer distributions")) (|ridHack1| (((|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{ridHack1(i,j,k,l)} \\undocumented")) (|geometric| (((|Mapping| (|Integer|)) |RationalNumber|) "\\spad{geometric(f)} \\undocumented")) (|poisson| (((|Mapping| (|Integer|)) |RationalNumber|) "\\spad{poisson(f)} \\undocumented")) (|binomial| (((|Mapping| (|Integer|)) (|Integer|) |RationalNumber|) "\\spad{binomial(n,f)} \\undocumented")) (|uniform| (((|Mapping| (|Integer|)) (|Segment| (|Integer|))) "\\spad{uniform(s)} \\undocumented")))
NIL
NIL
-(-960 S)
+(-961 S)
((|constructor| (NIL "The category of rings with unity,{} always associative,{} but not necessarily commutative.")) (|unitsKnown| ((|attribute|) "recip truly yields reciprocal or \"failed\" if not a unit. Note: \\spad{recip(0) = \"failed\"}.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring this is the smallest positive integer \\spad{n} such that \\spad{n*x=0} for all \\spad{x} in the ring,{} or zero if no such \\spad{n} exists.")))
NIL
NIL
-(-961)
+(-962)
((|constructor| (NIL "The category of rings with unity,{} always associative,{} but not necessarily commutative.")) (|unitsKnown| ((|attribute|) "recip truly yields reciprocal or \"failed\" if not a unit. Note: \\spad{recip(0) = \"failed\"}.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring this is the smallest positive integer \\spad{n} such that \\spad{n*x=0} for all \\spad{x} in the ring,{} or zero if no such \\spad{n} exists.")))
-((-3993 . T))
+((-3994 . T))
NIL
-(-962 |xx| -3093)
+(-963 |xx| -3094)
((|constructor| (NIL "This package exports rational interpolation algorithms")))
NIL
NIL
-(-963 S)
+(-964 S)
((|constructor| (NIL "\\indented{2}{A set is an \\spad{S}-right linear set if it is stable by right-dilation} \\indented{2}{by elements in the semigroup \\spad{S}.} See Also: LeftLinearSet.")) (* (($ $ |#1|) "\\spad{x*s} is the right-dilation of \\spad{x} by \\spad{s}.")))
NIL
NIL
-(-964 S |m| |n| R |Row| |Col|)
+(-965 S |m| |n| R |Row| |Col|)
((|constructor| (NIL "\\spadtype{RectangularMatrixCategory} is a category of matrices of fixed dimensions. The dimensions of the matrix will be parameters of the domain. Domains in this category will be \\spad{R}-modules and will be non-mutable.")) (|nullSpace| (((|List| |#6|) $) "\\spad{nullSpace(m)}+ returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#4|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#4|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (|map| (($ (|Mapping| |#4| |#4| |#4|) $ $) "\\spad{map(f,a,b)} returns \\spad{c},{} where \\spad{c} is such that \\spad{c(i,j) = f(a(i,j),b(i,j))} for all \\spad{i},{} \\spad{j}.") (($ (|Mapping| |#4| |#4|) $) "\\spad{map(f,a)} returns \\spad{b},{} where \\spad{b(i,j) = a(i,j)} for all \\spad{i},{} \\spad{j}.")) (|column| ((|#6| $ (|Integer|)) "\\spad{column(m,j)} returns the \\spad{j}th column of the matrix \\spad{m}. Error: if the index outside the proper range.")) (|row| ((|#5| $ (|Integer|)) "\\spad{row(m,i)} returns the \\spad{i}th row of the matrix \\spad{m}. Error: if the index is outside the proper range.")) (|qelt| ((|#4| $ (|Integer|) (|Integer|)) "\\spad{qelt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the matrix \\spad{m}. Note: there is NO error check to determine if indices are in the proper ranges.")) (|elt| ((|#4| $ (|Integer|) (|Integer|) |#4|) "\\spad{elt(m,i,j,r)} returns the element in the \\spad{i}th row and \\spad{j}th column of the matrix \\spad{m},{} if \\spad{m} has an \\spad{i}th row and a \\spad{j}th column,{} and returns \\spad{r} otherwise.") ((|#4| $ (|Integer|) (|Integer|)) "\\spad{elt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the matrix \\spad{m}. Error: if indices are outside the proper ranges.")) (|listOfLists| (((|List| (|List| |#4|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|ncols| (((|NonNegativeInteger|) $) "\\spad{ncols(m)} returns the number of columns in the matrix \\spad{m}.")) (|nrows| (((|NonNegativeInteger|) $) "\\spad{nrows(m)} returns the number of rows in the matrix \\spad{m}.")) (|maxColIndex| (((|Integer|) $) "\\spad{maxColIndex(m)} returns the index of the 'last' column of the matrix \\spad{m}.")) (|minColIndex| (((|Integer|) $) "\\spad{minColIndex(m)} returns the index of the 'first' column of the matrix \\spad{m}.")) (|maxRowIndex| (((|Integer|) $) "\\spad{maxRowIndex(m)} returns the index of the 'last' row of the matrix \\spad{m}.")) (|minRowIndex| (((|Integer|) $) "\\spad{minRowIndex(m)} returns the index of the 'first' row of the matrix \\spad{m}.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|matrix| (($ (|List| (|List| |#4|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")))
NIL
-((|HasCategory| |#4| (QUOTE (-258))) (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-495))) (|HasCategory| |#4| (QUOTE (-146))))
-(-965 |m| |n| R |Row| |Col|)
+((|HasCategory| |#4| (QUOTE (-258))) (|HasCategory| |#4| (QUOTE (-312))) (|HasCategory| |#4| (QUOTE (-496))) (|HasCategory| |#4| (QUOTE (-146))))
+(-966 |m| |n| R |Row| |Col|)
((|constructor| (NIL "\\spadtype{RectangularMatrixCategory} is a category of matrices of fixed dimensions. The dimensions of the matrix will be parameters of the domain. Domains in this category will be \\spad{R}-modules and will be non-mutable.")) (|nullSpace| (((|List| |#5|) $) "\\spad{nullSpace(m)}+ returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#3|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#3|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (|map| (($ (|Mapping| |#3| |#3| |#3|) $ $) "\\spad{map(f,a,b)} returns \\spad{c},{} where \\spad{c} is such that \\spad{c(i,j) = f(a(i,j),b(i,j))} for all \\spad{i},{} \\spad{j}.") (($ (|Mapping| |#3| |#3|) $) "\\spad{map(f,a)} returns \\spad{b},{} where \\spad{b(i,j) = a(i,j)} for all \\spad{i},{} \\spad{j}.")) (|column| ((|#5| $ (|Integer|)) "\\spad{column(m,j)} returns the \\spad{j}th column of the matrix \\spad{m}. Error: if the index outside the proper range.")) (|row| ((|#4| $ (|Integer|)) "\\spad{row(m,i)} returns the \\spad{i}th row of the matrix \\spad{m}. Error: if the index is outside the proper range.")) (|qelt| ((|#3| $ (|Integer|) (|Integer|)) "\\spad{qelt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the matrix \\spad{m}. Note: there is NO error check to determine if indices are in the proper ranges.")) (|elt| ((|#3| $ (|Integer|) (|Integer|) |#3|) "\\spad{elt(m,i,j,r)} returns the element in the \\spad{i}th row and \\spad{j}th column of the matrix \\spad{m},{} if \\spad{m} has an \\spad{i}th row and a \\spad{j}th column,{} and returns \\spad{r} otherwise.") ((|#3| $ (|Integer|) (|Integer|)) "\\spad{elt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the matrix \\spad{m}. Error: if indices are outside the proper ranges.")) (|listOfLists| (((|List| (|List| |#3|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|ncols| (((|NonNegativeInteger|) $) "\\spad{ncols(m)} returns the number of columns in the matrix \\spad{m}.")) (|nrows| (((|NonNegativeInteger|) $) "\\spad{nrows(m)} returns the number of rows in the matrix \\spad{m}.")) (|maxColIndex| (((|Integer|) $) "\\spad{maxColIndex(m)} returns the index of the 'last' column of the matrix \\spad{m}.")) (|minColIndex| (((|Integer|) $) "\\spad{minColIndex(m)} returns the index of the 'first' column of the matrix \\spad{m}.")) (|maxRowIndex| (((|Integer|) $) "\\spad{maxRowIndex(m)} returns the index of the 'last' row of the matrix \\spad{m}.")) (|minRowIndex| (((|Integer|) $) "\\spad{minRowIndex(m)} returns the index of the 'first' row of the matrix \\spad{m}.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,j] = -m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,j] = m[j,i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|matrix| (($ (|List| (|List| |#3|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
-(-966 |m| |n| R)
+(-967 |m| |n| R)
((|constructor| (NIL "\\spadtype{RectangularMatrix} is a matrix domain where the number of rows and the number of columns are parameters of the domain.")) (|rectangularMatrix| (($ (|Matrix| |#3|)) "\\spad{rectangularMatrix(m)} converts a matrix of type \\spadtype{Matrix} to a matrix of type \\spad{RectangularMatrix}.")))
-((-3991 . T) (-3990 . T))
-((|HasCategory| |#3| (QUOTE (-146))) (OR (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1013))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|))))) (|HasCategory| |#3| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-312)))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-258))) (|HasCategory| |#3| (QUOTE (-495))) (-12 (|HasCategory| |#3| (QUOTE (-1013))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (|HasCategory| |#3| (QUOTE (-1013))) (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| |#3| (QUOTE (-552 (-772)))))
-(-967 |m| |n| R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
+((-3992 . T) (-3991 . T))
+((|HasCategory| |#3| (QUOTE (-146))) (OR (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1014))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|))))) (|HasCategory| |#3| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-312)))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-258))) (|HasCategory| |#3| (QUOTE (-496))) (-12 (|HasCategory| |#3| (QUOTE (-1014))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (|HasCategory| |#3| (QUOTE (-1014))) (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| |#3| (QUOTE (-553 (-773)))))
+(-968 |m| |n| R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
((|constructor| (NIL "\\spadtype{RectangularMatrixCategoryFunctions2} provides functions between two matrix domains. The functions provided are \\spadfun{map} and \\spadfun{reduce}.")) (|reduce| ((|#7| (|Mapping| |#7| |#3| |#7|) |#6| |#7|) "\\spad{reduce(f,m,r)} returns a matrix \\spad{n} where \\spad{n[i,j] = f(m[i,j],r)} for all indices spad{\\spad{i}} and \\spad{j}.")) (|map| ((|#10| (|Mapping| |#7| |#3|) |#6|) "\\spad{map(f,m)} applies the function \\spad{f} to the elements of the matrix \\spad{m}.")))
NIL
NIL
-(-968 R)
+(-969 R)
((|constructor| (NIL "The category of right modules over an rng (ring not necessarily with unit). This is an abelian group which supports right multiplation by elements of the rng. \\blankline")))
NIL
NIL
-(-969 S)
+(-970 S)
((|constructor| (NIL "The category of associative rings,{} not necessarily commutative,{} and not necessarily with a 1. This is a combination of an abelian group and a semigroup,{} with multiplication distributing over addition. \\blankline")) (|annihilate?| (((|Boolean|) $ $) "\\spad{annihilate?(x,y)} holds when the product of \\spad{x} and \\spad{y} is \\spad{0}.")))
NIL
NIL
-(-970)
+(-971)
((|constructor| (NIL "The category of associative rings,{} not necessarily commutative,{} and not necessarily with a 1. This is a combination of an abelian group and a semigroup,{} with multiplication distributing over addition. \\blankline")) (|annihilate?| (((|Boolean|) $ $) "\\spad{annihilate?(x,y)} holds when the product of \\spad{x} and \\spad{y} is \\spad{0}.")))
NIL
NIL
-(-971 S T$)
+(-972 S T$)
((|constructor| (NIL "This domain represents the notion of binding a variable to range over a specific segment (either bounded,{} or half bounded).")) (|segment| ((|#1| $) "\\spad{segment(x)} returns the segment from the right hand side of the \\spadtype{RangeBinding}. For example,{} if \\spad{x} is \\spad{v=s},{} then \\spad{segment(x)} returns \\spad{s}.")) (|variable| (((|Symbol|) $) "\\spad{variable(x)} returns the variable from the left hand side of the \\spadtype{RangeBinding}. For example,{} if \\spad{x} is \\spad{v=s},{} then \\spad{variable(x)} returns \\spad{v}.")) (|equation| (($ (|Symbol|) |#1|) "\\spad{equation(v,s)} creates a segment binding value with variable \\spad{v} and segment \\spad{s}. Note that the interpreter parses \\spad{v=s} to this form.")))
NIL
-((|HasCategory| |#1| (QUOTE (-1013))))
-(-972 S)
+((|HasCategory| |#1| (QUOTE (-1014))))
+(-973 S)
((|constructor| (NIL "The real number system category is intended as a model for the real numbers. The real numbers form an ordered normed field. Note that we have purposely not included \\spadtype{DifferentialRing} or the elementary functions (see \\spadtype{TranscendentalFunctionCategory}) in the definition.")) (|round| (($ $) "\\spad{round x} computes the integer closest to \\spad{x}.")) (|truncate| (($ $) "\\spad{truncate x} returns the integer between \\spad{x} and 0 closest to \\spad{x}.")) (|fractionPart| (($ $) "\\spad{fractionPart x} returns the fractional part of \\spad{x}.")) (|wholePart| (((|Integer|) $) "\\spad{wholePart x} returns the integer part of \\spad{x}.")) (|floor| (($ $) "\\spad{floor x} returns the largest integer \\spad{<= x}.")) (|ceiling| (($ $) "\\spad{ceiling x} returns the small integer \\spad{>= x}.")) (|norm| (($ $) "\\spad{norm x} returns the same as absolute value.")))
NIL
NIL
-(-973)
+(-974)
((|constructor| (NIL "The real number system category is intended as a model for the real numbers. The real numbers form an ordered normed field. Note that we have purposely not included \\spadtype{DifferentialRing} or the elementary functions (see \\spadtype{TranscendentalFunctionCategory}) in the definition.")) (|round| (($ $) "\\spad{round x} computes the integer closest to \\spad{x}.")) (|truncate| (($ $) "\\spad{truncate x} returns the integer between \\spad{x} and 0 closest to \\spad{x}.")) (|fractionPart| (($ $) "\\spad{fractionPart x} returns the fractional part of \\spad{x}.")) (|wholePart| (((|Integer|) $) "\\spad{wholePart x} returns the integer part of \\spad{x}.")) (|floor| (($ $) "\\spad{floor x} returns the largest integer \\spad{<= x}.")) (|ceiling| (($ $) "\\spad{ceiling x} returns the small integer \\spad{>= x}.")) (|norm| (($ $) "\\spad{norm x} returns the same as absolute value.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-974 |TheField| |ThePolDom|)
+(-975 |TheField| |ThePolDom|)
((|constructor| (NIL "\\axiomType{RightOpenIntervalRootCharacterization} provides work with interval root coding.")) (|relativeApprox| ((|#1| |#2| $ |#1|) "\\axiom{relativeApprox(exp,{}\\spad{c},{}\\spad{p}) = a} is relatively close to exp as a polynomial in \\spad{c} ip to precision \\spad{p}")) (|mightHaveRoots| (((|Boolean|) |#2| $) "\\axiom{mightHaveRoots(\\spad{p},{}\\spad{r})} is \\spad{false} if \\axiom{\\spad{p}.\\spad{r}} is not 0")) (|refine| (($ $) "\\axiom{refine(rootChar)} shrinks isolating interval around \\axiom{rootChar}")) (|middle| ((|#1| $) "\\axiom{middle(rootChar)} is the middle of the isolating interval")) (|size| ((|#1| $) "The size of the isolating interval")) (|right| ((|#1| $) "\\axiom{right(rootChar)} is the right bound of the isolating interval")) (|left| ((|#1| $) "\\axiom{left(rootChar)} is the left bound of the isolating interval")))
NIL
NIL
-(-975)
+(-976)
((|constructor| (NIL "\\spadtype{RomanNumeral} provides functions for converting \\indented{1}{integers to roman numerals.}")) (|roman| (($ (|Integer|)) "\\spad{roman(n)} creates a roman numeral for \\spad{n}.") (($ (|Symbol|)) "\\spad{roman(n)} creates a roman numeral for symbol \\spad{n}.")) (|noetherian| ((|attribute|) "ascending chain condition on ideals.")) (|canonicalsClosed| ((|attribute|) "two positives multiply to give positive.")) (|canonical| ((|attribute|) "mathematical equality is data structure equality.")))
-((-3984 . T) (-3988 . T) (-3983 . T) (-3994 . T) (-3995 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3985 . T) (-3989 . T) (-3984 . T) (-3995 . T) (-3996 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-976 S R E V)
+(-977 S R E V)
((|constructor| (NIL "A category for general multi-variate polynomials with coefficients in a ring,{} variables in an ordered set,{} and exponents from an ordered abelian monoid,{} with a \\axiomOp{sup} operation. When not constant,{} such a polynomial is viewed as a univariate polynomial in its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in the ordered set,{} so that some operations usually defined for univariate polynomials make sense here.")) (|mainSquareFreePart| (($ $) "\\axiom{mainSquareFreePart(\\spad{p})} returns the square free part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainPrimitivePart| (($ $) "\\axiom{mainPrimitivePart(\\spad{p})} returns the primitive part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainContent| (($ $) "\\axiom{mainContent(\\spad{p})} returns the content of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|primitivePart!| (($ $) "\\axiom{primitivePart!(\\spad{p})} replaces \\axiom{\\spad{p}} by its primitive part.")) (|gcd| ((|#2| |#2| $) "\\axiom{gcd(\\spad{r},{}\\spad{p})} returns the gcd of \\axiom{\\spad{r}} and the content of \\axiom{\\spad{p}}.")) (|nextsubResultant2| (($ $ $ $ $) "\\axiom{\\spad{nextsubResultant2}(\\spad{p},{}\\spad{q},{}\\spad{z},{}\\spad{s})} is the multivariate version of the operation \\axiomOpFrom{\\spad{next_sousResultant2}}{PseudoRemainderSequence} from the \\axiomType{PseudoRemainderSequence} constructor.")) (|LazardQuotient2| (($ $ $ $ (|NonNegativeInteger|)) "\\axiom{\\spad{LazardQuotient2}(\\spad{p},{}a,{}\\spad{b},{}\\spad{n})} returns \\axiom{(a**(\\spad{n}-1) * \\spad{p}) exquo b**(\\spad{n}-1)} assuming that this quotient does not fail.")) (|LazardQuotient| (($ $ $ (|NonNegativeInteger|)) "\\axiom{LazardQuotient(a,{}\\spad{b},{}\\spad{n})} returns \\axiom{a**n exquo b**(\\spad{n}-1)} assuming that this quotient does not fail.")) (|lastSubResultant| (($ $ $) "\\axiom{lastSubResultant(a,{}\\spad{b})} returns the last non-zero subresultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|subResultantChain| (((|List| $) $ $) "\\axiom{subResultantChain(a,{}\\spad{b})},{} where \\axiom{a} and \\axiom{\\spad{b}} are not contant polynomials with the same main variable,{} returns the subresultant chain of \\axiom{a} and \\axiom{\\spad{b}}.")) (|resultant| (($ $ $) "\\axiom{resultant(a,{}\\spad{b})} computes the resultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd2}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}cb]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}cb]} otherwise produces an error.")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd1}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}cb]} otherwise produces an error.")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[ca,{}cb,{}\\spad{r}]} such that \\axiom{\\spad{r}} is \\axiom{subResultantGcd(a,{}\\spad{b})} and we have \\axiom{ca * a + cb * cb = \\spad{r}} .")) (|subResultantGcd| (($ $ $) "\\axiom{subResultantGcd(a,{}\\spad{b})} computes a gcd of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}} with coefficients in the fraction field of the polynomial ring generated by their other variables over \\axiom{\\spad{R}}.")) (|exactQuotient!| (($ $ $) "\\axiom{exactQuotient!(a,{}\\spad{b})} replaces \\axiom{a} by \\axiom{exactQuotient(a,{}\\spad{b})}") (($ $ |#2|) "\\axiom{exactQuotient!(\\spad{p},{}\\spad{r})} replaces \\axiom{\\spad{p}} by \\axiom{exactQuotient(\\spad{p},{}\\spad{r})}.")) (|exactQuotient| (($ $ $) "\\axiom{exactQuotient(a,{}\\spad{b})} computes the exact quotient of \\axiom{a} by \\axiom{\\spad{b}},{} which is assumed to be a divisor of \\axiom{a}. No error is returned if this exact quotient fails!") (($ $ |#2|) "\\axiom{exactQuotient(\\spad{p},{}\\spad{r})} computes the exact quotient of \\axiom{\\spad{p}} by \\axiom{\\spad{r}},{} which is assumed to be a divisor of \\axiom{\\spad{p}}. No error is returned if this exact quotient fails!")) (|primPartElseUnitCanonical!| (($ $) "\\axiom{primPartElseUnitCanonical!(\\spad{p})} replaces \\axiom{\\spad{p}} by \\axiom{primPartElseUnitCanonical(\\spad{p})}.")) (|primPartElseUnitCanonical| (($ $) "\\axiom{primPartElseUnitCanonical(\\spad{p})} returns \\axiom{primitivePart(\\spad{p})} if \\axiom{\\spad{R}} is a gcd-domain,{} otherwise \\axiom{unitCanonical(\\spad{p})}.")) (|convert| (($ (|Polynomial| |#2|)) "\\axiom{convert(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}},{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.")) (|retract| (($ (|Polynomial| |#2|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#2|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#2|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|Polynomial| |#2|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#2|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#2|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.")) (|initiallyReduce| (($ $ $) "\\axiom{initiallyReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|headReduce| (($ $ $) "\\axiom{headReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| (|NonNegativeInteger|))) $ $) "\\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{p},{}\\spad{q},{}\\spad{n}]} where \\axiom{\\spad{p} / q**n} represents the residue class of \\axiom{a} modulo \\axiom{\\spad{b}} and \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{q}} is \\axiom{init(\\spad{b})}.")) (|monicModulo| (($ $ $) "\\axiom{monicModulo(a,{}\\spad{b})} computes \\axiom{a mod \\spad{b}},{} if \\axiom{\\spad{b}} is monic as univariate polynomial in its main variable.")) (|pseudoDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{pseudoDivide(a,{}\\spad{b})} computes \\axiom{[pquo(a,{}\\spad{b}),{}prem(a,{}\\spad{b})]},{} both polynomials viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}},{} if \\axiom{\\spad{b}} is not a constant polynomial.")) (|lazyPseudoDivide| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $ |#4|) "\\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})},{} \\axiom{(c**g)*r = prem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}] = lazyPremWithDefault(a,{}\\spad{b})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.")) (|lazyPremWithDefault| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $ |#4|) "\\axiom{lazyPremWithDefault(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{(c**g)*r = prem(a,{}\\spad{b},{}\\spad{v})}.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $) "\\axiom{lazyPremWithDefault(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b})} and \\axiom{(c**g)*r = prem(a,{}\\spad{b})}.")) (|lazyPquo| (($ $ $ |#4|) "\\axiom{lazyPquo(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.") (($ $ $) "\\axiom{lazyPquo(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.")) (|lazyPrem| (($ $ $ |#4|) "\\axiom{lazyPrem(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} viewed as univariate polynomials in the variable \\axiom{\\spad{v}} such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.") (($ $ $) "\\axiom{lazyPrem(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.")) (|pquo| (($ $ $ |#4|) "\\axiom{pquo(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{pquo(a,{}\\spad{b})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|prem| (($ $ $ |#4|) "\\axiom{prem(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{prem(a,{}\\spad{b})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|normalized?| (((|Boolean|) $ (|List| $)) "\\axiom{normalized?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{normalized?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{normalized?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{a} and its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variable of \\axiom{\\spad{b}}")) (|initiallyReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{initiallyReduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{initiallyReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{initiallyReduced?(a,{}\\spad{b})} returns \\spad{false} iff there exists an iterated initial of \\axiom{a} which is not reduced \\spad{w}.\\spad{r}.\\spad{t} \\axiom{\\spad{b}}.")) (|headReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{headReduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{headReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{headReduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(head(a),{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|reduced?| (((|Boolean|) $ (|List| $)) "\\axiom{reduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{reduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{reduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(a,{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|supRittWu?| (((|Boolean|) $ $) "\\axiom{supRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is greater than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is less than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|RittWuCompare| (((|Union| (|Boolean|) "failed") $ $) "\\axiom{RittWuCompare(a,{}\\spad{b})} returns \\axiom{\"failed\"} if \\axiom{a} and \\axiom{\\spad{b}} have same rank \\spad{w}.\\spad{r}.\\spad{t}. Ritt and Wu Wen Tsun ordering using the refinement of Lazard,{} otherwise returns \\axiom{infRittWu?(a,{}\\spad{b})}.")) (|mainMonomials| (((|List| $) $) "\\axiom{mainMonomials(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [1],{} otherwise returns the list of the monomials of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainCoefficients| (((|List| $) $) "\\axiom{mainCoefficients(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [\\spad{p}],{} otherwise returns the list of the coefficients of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|leastMonomial| (($ $) "\\axiom{leastMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} the monomial of \\axiom{\\spad{p}} with lowest degree,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainMonomial| (($ $) "\\axiom{mainMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} \\axiom{mvar(\\spad{p})} raised to the power \\axiom{mdeg(\\spad{p})}.")) (|quasiMonic?| (((|Boolean|) $) "\\axiom{quasiMonic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff the initial of \\axiom{\\spad{p}} lies in the base ring \\axiom{\\spad{R}}.")) (|monic?| (((|Boolean|) $) "\\axiom{monic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff \\axiom{\\spad{p}} is monic as a univariate polynomial in its main variable.")) (|reductum| (($ $ |#4|) "\\axiom{reductum(\\spad{p},{}\\spad{v})} returns the reductum of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in \\axiom{\\spad{v}}.")) (|leadingCoefficient| (($ $ |#4|) "\\axiom{leadingCoefficient(\\spad{p},{}\\spad{v})} returns the leading coefficient of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as A univariate polynomial in \\axiom{\\spad{v}}.")) (|deepestInitial| (($ $) "\\axiom{deepestInitial(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the last term of \\axiom{iteratedInitials(\\spad{p})}.")) (|iteratedInitials| (((|List| $) $) "\\axiom{iteratedInitials(\\spad{p})} returns \\axiom{[]} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the list of the iterated initials of \\axiom{\\spad{p}}.")) (|deepestTail| (($ $) "\\axiom{deepestTail(\\spad{p})} returns \\axiom{0} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns tail(\\spad{p}),{} if \\axiom{tail(\\spad{p})} belongs to \\axiom{\\spad{R}} or \\axiom{mvar(tail(\\spad{p})) < mvar(\\spad{p})},{} otherwise returns \\axiom{deepestTail(tail(\\spad{p}))}.")) (|tail| (($ $) "\\axiom{tail(\\spad{p})} returns its reductum,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|head| (($ $) "\\axiom{head(\\spad{p})} returns \\axiom{\\spad{p}} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading term (monomial in the AXIOM sense),{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|init| (($ $) "\\axiom{init(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading coefficient,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mdeg| (((|NonNegativeInteger|) $) "\\axiom{mdeg(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{0},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{0},{} otherwise,{} returns the degree of \\axiom{\\spad{p}} in its main variable.")) (|mvar| ((|#4| $) "\\axiom{mvar(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in \\axiom{\\spad{V}}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (|HasCategory| |#2| (QUOTE (-483))) (|HasCategory| |#2| (QUOTE (-38 (-484)))) (|HasCategory| |#2| (QUOTE (-904 (-484)))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#4| (QUOTE (-553 (-1090)))))
-(-977 R E V)
+((|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (|HasCategory| |#2| (QUOTE (-484))) (|HasCategory| |#2| (QUOTE (-38 (-485)))) (|HasCategory| |#2| (QUOTE (-905 (-485)))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#4| (QUOTE (-554 (-1091)))))
+(-978 R E V)
((|constructor| (NIL "A category for general multi-variate polynomials with coefficients in a ring,{} variables in an ordered set,{} and exponents from an ordered abelian monoid,{} with a \\axiomOp{sup} operation. When not constant,{} such a polynomial is viewed as a univariate polynomial in its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in the ordered set,{} so that some operations usually defined for univariate polynomials make sense here.")) (|mainSquareFreePart| (($ $) "\\axiom{mainSquareFreePart(\\spad{p})} returns the square free part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainPrimitivePart| (($ $) "\\axiom{mainPrimitivePart(\\spad{p})} returns the primitive part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainContent| (($ $) "\\axiom{mainContent(\\spad{p})} returns the content of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|primitivePart!| (($ $) "\\axiom{primitivePart!(\\spad{p})} replaces \\axiom{\\spad{p}} by its primitive part.")) (|gcd| ((|#1| |#1| $) "\\axiom{gcd(\\spad{r},{}\\spad{p})} returns the gcd of \\axiom{\\spad{r}} and the content of \\axiom{\\spad{p}}.")) (|nextsubResultant2| (($ $ $ $ $) "\\axiom{\\spad{nextsubResultant2}(\\spad{p},{}\\spad{q},{}\\spad{z},{}\\spad{s})} is the multivariate version of the operation \\axiomOpFrom{\\spad{next_sousResultant2}}{PseudoRemainderSequence} from the \\axiomType{PseudoRemainderSequence} constructor.")) (|LazardQuotient2| (($ $ $ $ (|NonNegativeInteger|)) "\\axiom{\\spad{LazardQuotient2}(\\spad{p},{}a,{}\\spad{b},{}\\spad{n})} returns \\axiom{(a**(\\spad{n}-1) * \\spad{p}) exquo b**(\\spad{n}-1)} assuming that this quotient does not fail.")) (|LazardQuotient| (($ $ $ (|NonNegativeInteger|)) "\\axiom{LazardQuotient(a,{}\\spad{b},{}\\spad{n})} returns \\axiom{a**n exquo b**(\\spad{n}-1)} assuming that this quotient does not fail.")) (|lastSubResultant| (($ $ $) "\\axiom{lastSubResultant(a,{}\\spad{b})} returns the last non-zero subresultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|subResultantChain| (((|List| $) $ $) "\\axiom{subResultantChain(a,{}\\spad{b})},{} where \\axiom{a} and \\axiom{\\spad{b}} are not contant polynomials with the same main variable,{} returns the subresultant chain of \\axiom{a} and \\axiom{\\spad{b}}.")) (|resultant| (($ $ $) "\\axiom{resultant(a,{}\\spad{b})} computes the resultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd2}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}cb]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}cb]} otherwise produces an error.")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{\\spad{halfExtendedSubResultantGcd1}(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}cb]} otherwise produces an error.")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[ca,{}cb,{}\\spad{r}]} such that \\axiom{\\spad{r}} is \\axiom{subResultantGcd(a,{}\\spad{b})} and we have \\axiom{ca * a + cb * cb = \\spad{r}} .")) (|subResultantGcd| (($ $ $) "\\axiom{subResultantGcd(a,{}\\spad{b})} computes a gcd of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}} with coefficients in the fraction field of the polynomial ring generated by their other variables over \\axiom{\\spad{R}}.")) (|exactQuotient!| (($ $ $) "\\axiom{exactQuotient!(a,{}\\spad{b})} replaces \\axiom{a} by \\axiom{exactQuotient(a,{}\\spad{b})}") (($ $ |#1|) "\\axiom{exactQuotient!(\\spad{p},{}\\spad{r})} replaces \\axiom{\\spad{p}} by \\axiom{exactQuotient(\\spad{p},{}\\spad{r})}.")) (|exactQuotient| (($ $ $) "\\axiom{exactQuotient(a,{}\\spad{b})} computes the exact quotient of \\axiom{a} by \\axiom{\\spad{b}},{} which is assumed to be a divisor of \\axiom{a}. No error is returned if this exact quotient fails!") (($ $ |#1|) "\\axiom{exactQuotient(\\spad{p},{}\\spad{r})} computes the exact quotient of \\axiom{\\spad{p}} by \\axiom{\\spad{r}},{} which is assumed to be a divisor of \\axiom{\\spad{p}}. No error is returned if this exact quotient fails!")) (|primPartElseUnitCanonical!| (($ $) "\\axiom{primPartElseUnitCanonical!(\\spad{p})} replaces \\axiom{\\spad{p}} by \\axiom{primPartElseUnitCanonical(\\spad{p})}.")) (|primPartElseUnitCanonical| (($ $) "\\axiom{primPartElseUnitCanonical(\\spad{p})} returns \\axiom{primitivePart(\\spad{p})} if \\axiom{\\spad{R}} is a gcd-domain,{} otherwise \\axiom{unitCanonical(\\spad{p})}.")) (|convert| (($ (|Polynomial| |#1|)) "\\axiom{convert(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}},{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.")) (|retract| (($ (|Polynomial| |#1|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#1|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#1|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|Polynomial| |#1|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#1|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#1|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.")) (|initiallyReduce| (($ $ $) "\\axiom{initiallyReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|headReduce| (($ $ $) "\\axiom{headReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| (|NonNegativeInteger|))) $ $) "\\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{p},{}\\spad{q},{}\\spad{n}]} where \\axiom{\\spad{p} / q**n} represents the residue class of \\axiom{a} modulo \\axiom{\\spad{b}} and \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{q}} is \\axiom{init(\\spad{b})}.")) (|monicModulo| (($ $ $) "\\axiom{monicModulo(a,{}\\spad{b})} computes \\axiom{a mod \\spad{b}},{} if \\axiom{\\spad{b}} is monic as univariate polynomial in its main variable.")) (|pseudoDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{pseudoDivide(a,{}\\spad{b})} computes \\axiom{[pquo(a,{}\\spad{b}),{}prem(a,{}\\spad{b})]},{} both polynomials viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}},{} if \\axiom{\\spad{b}} is not a constant polynomial.")) (|lazyPseudoDivide| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) "\\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})},{} \\axiom{(c**g)*r = prem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}] = lazyPremWithDefault(a,{}\\spad{b})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.")) (|lazyPremWithDefault| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $ |#3|) "\\axiom{lazyPremWithDefault(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{(c**g)*r = prem(a,{}\\spad{b},{}\\spad{v})}.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $) "\\axiom{lazyPremWithDefault(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b})} and \\axiom{(c**g)*r = prem(a,{}\\spad{b})}.")) (|lazyPquo| (($ $ $ |#3|) "\\axiom{lazyPquo(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.") (($ $ $) "\\axiom{lazyPquo(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.")) (|lazyPrem| (($ $ $ |#3|) "\\axiom{lazyPrem(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} viewed as univariate polynomials in the variable \\axiom{\\spad{v}} such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.") (($ $ $) "\\axiom{lazyPrem(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.")) (|pquo| (($ $ $ |#3|) "\\axiom{pquo(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{pquo(a,{}\\spad{b})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|prem| (($ $ $ |#3|) "\\axiom{prem(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{prem(a,{}\\spad{b})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|normalized?| (((|Boolean|) $ (|List| $)) "\\axiom{normalized?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{normalized?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{normalized?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{a} and its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variable of \\axiom{\\spad{b}}")) (|initiallyReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{initiallyReduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{initiallyReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{initiallyReduced?(a,{}\\spad{b})} returns \\spad{false} iff there exists an iterated initial of \\axiom{a} which is not reduced \\spad{w}.\\spad{r}.\\spad{t} \\axiom{\\spad{b}}.")) (|headReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{headReduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{headReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{headReduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(head(a),{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|reduced?| (((|Boolean|) $ (|List| $)) "\\axiom{reduced?(\\spad{q},{}lp)} returns \\spad{true} iff \\axiom{reduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{lp}.") (((|Boolean|) $ $) "\\axiom{reduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(a,{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|supRittWu?| (((|Boolean|) $ $) "\\axiom{supRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is greater than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is less than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|RittWuCompare| (((|Union| (|Boolean|) "failed") $ $) "\\axiom{RittWuCompare(a,{}\\spad{b})} returns \\axiom{\"failed\"} if \\axiom{a} and \\axiom{\\spad{b}} have same rank \\spad{w}.\\spad{r}.\\spad{t}. Ritt and Wu Wen Tsun ordering using the refinement of Lazard,{} otherwise returns \\axiom{infRittWu?(a,{}\\spad{b})}.")) (|mainMonomials| (((|List| $) $) "\\axiom{mainMonomials(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [1],{} otherwise returns the list of the monomials of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainCoefficients| (((|List| $) $) "\\axiom{mainCoefficients(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [\\spad{p}],{} otherwise returns the list of the coefficients of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|leastMonomial| (($ $) "\\axiom{leastMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} the monomial of \\axiom{\\spad{p}} with lowest degree,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainMonomial| (($ $) "\\axiom{mainMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} \\axiom{mvar(\\spad{p})} raised to the power \\axiom{mdeg(\\spad{p})}.")) (|quasiMonic?| (((|Boolean|) $) "\\axiom{quasiMonic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff the initial of \\axiom{\\spad{p}} lies in the base ring \\axiom{\\spad{R}}.")) (|monic?| (((|Boolean|) $) "\\axiom{monic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff \\axiom{\\spad{p}} is monic as a univariate polynomial in its main variable.")) (|reductum| (($ $ |#3|) "\\axiom{reductum(\\spad{p},{}\\spad{v})} returns the reductum of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in \\axiom{\\spad{v}}.")) (|leadingCoefficient| (($ $ |#3|) "\\axiom{leadingCoefficient(\\spad{p},{}\\spad{v})} returns the leading coefficient of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as A univariate polynomial in \\axiom{\\spad{v}}.")) (|deepestInitial| (($ $) "\\axiom{deepestInitial(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the last term of \\axiom{iteratedInitials(\\spad{p})}.")) (|iteratedInitials| (((|List| $) $) "\\axiom{iteratedInitials(\\spad{p})} returns \\axiom{[]} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the list of the iterated initials of \\axiom{\\spad{p}}.")) (|deepestTail| (($ $) "\\axiom{deepestTail(\\spad{p})} returns \\axiom{0} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns tail(\\spad{p}),{} if \\axiom{tail(\\spad{p})} belongs to \\axiom{\\spad{R}} or \\axiom{mvar(tail(\\spad{p})) < mvar(\\spad{p})},{} otherwise returns \\axiom{deepestTail(tail(\\spad{p}))}.")) (|tail| (($ $) "\\axiom{tail(\\spad{p})} returns its reductum,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|head| (($ $) "\\axiom{head(\\spad{p})} returns \\axiom{\\spad{p}} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading term (monomial in the AXIOM sense),{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|init| (($ $) "\\axiom{init(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading coefficient,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mdeg| (((|NonNegativeInteger|) $) "\\axiom{mdeg(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{0},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{0},{} otherwise,{} returns the degree of \\axiom{\\spad{p}} in its main variable.")) (|mvar| ((|#3| $) "\\axiom{mvar(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in \\axiom{\\spad{V}}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
NIL
-(-978)
+(-979)
((|constructor| (NIL "This domain represents the `repeat' iterator syntax.")) (|body| (((|SpadAst|) $) "\\spad{body(e)} returns the body of the loop `e'.")) (|iterators| (((|List| (|SpadAst|)) $) "\\spad{iterators(e)} returns the list of iterators controlling the loop `e'.")))
NIL
NIL
-(-979 S |TheField| |ThePols|)
+(-980 S |TheField| |ThePols|)
((|constructor| (NIL "\\axiomType{RealRootCharacterizationCategory} provides common acces functions for all real root codings.")) (|relativeApprox| ((|#2| |#3| $ |#2|) "\\axiom{approximate(term,{}root,{}prec)} gives an approximation of \\axiom{term} over \\axiom{root} with precision \\axiom{prec}")) (|approximate| ((|#2| |#3| $ |#2|) "\\axiom{approximate(term,{}root,{}prec)} gives an approximation of \\axiom{term} over \\axiom{root} with precision \\axiom{prec}")) (|rootOf| (((|Union| $ "failed") |#3| (|PositiveInteger|)) "\\axiom{rootOf(pol,{}\\spad{n})} gives the \\spad{n}th root for the order of the Real Closure")) (|allRootsOf| (((|List| $) |#3|) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} in the Real Closure,{} assumed in order.")) (|definingPolynomial| ((|#3| $) "\\axiom{definingPolynomial(aRoot)} gives a polynomial such that \\axiom{definingPolynomial(aRoot).aRoot = 0}")) (|recip| (((|Union| |#3| "failed") |#3| $) "\\axiom{recip(pol,{}aRoot)} tries to inverse \\axiom{pol} interpreted as \\axiom{aRoot}")) (|positive?| (((|Boolean|) |#3| $) "\\axiom{positive?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is positive")) (|negative?| (((|Boolean|) |#3| $) "\\axiom{negative?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is negative")) (|zero?| (((|Boolean|) |#3| $) "\\axiom{zero?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is \\axiom{0}")) (|sign| (((|Integer|) |#3| $) "\\axiom{sign(pol,{}aRoot)} gives the sign of \\axiom{pol} interpreted as \\axiom{aRoot}")))
NIL
NIL
-(-980 |TheField| |ThePols|)
+(-981 |TheField| |ThePols|)
((|constructor| (NIL "\\axiomType{RealRootCharacterizationCategory} provides common acces functions for all real root codings.")) (|relativeApprox| ((|#1| |#2| $ |#1|) "\\axiom{approximate(term,{}root,{}prec)} gives an approximation of \\axiom{term} over \\axiom{root} with precision \\axiom{prec}")) (|approximate| ((|#1| |#2| $ |#1|) "\\axiom{approximate(term,{}root,{}prec)} gives an approximation of \\axiom{term} over \\axiom{root} with precision \\axiom{prec}")) (|rootOf| (((|Union| $ "failed") |#2| (|PositiveInteger|)) "\\axiom{rootOf(pol,{}\\spad{n})} gives the \\spad{n}th root for the order of the Real Closure")) (|allRootsOf| (((|List| $) |#2|) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} in the Real Closure,{} assumed in order.")) (|definingPolynomial| ((|#2| $) "\\axiom{definingPolynomial(aRoot)} gives a polynomial such that \\axiom{definingPolynomial(aRoot).aRoot = 0}")) (|recip| (((|Union| |#2| "failed") |#2| $) "\\axiom{recip(pol,{}aRoot)} tries to inverse \\axiom{pol} interpreted as \\axiom{aRoot}")) (|positive?| (((|Boolean|) |#2| $) "\\axiom{positive?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is positive")) (|negative?| (((|Boolean|) |#2| $) "\\axiom{negative?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is negative")) (|zero?| (((|Boolean|) |#2| $) "\\axiom{zero?(pol,{}aRoot)} answers if \\axiom{pol} interpreted as \\axiom{aRoot} is \\axiom{0}")) (|sign| (((|Integer|) |#2| $) "\\axiom{sign(pol,{}aRoot)} gives the sign of \\axiom{pol} interpreted as \\axiom{aRoot}")))
NIL
NIL
-(-981 R E V P TS)
+(-982 R E V P TS)
((|constructor| (NIL "A package providing a new algorithm for solving polynomial systems by means of regular chains. Two ways of solving are proposed: in the sense of Zariski closure (like in Kalkbrener's algorithm) or in the sense of the regular zeros (like in Wu,{} Wang or Lazard methods). This algorithm is valid for nay type of regular set. It does not care about the way a polynomial is added in an regular set,{} or how two quasi-components are compared (by an inclusion-test),{} or how the invertibility test is made in the tower of simple extensions associated with a regular set. These operations are realized respectively by the domain \\spad{TS} and the packages \\axiomType{QCMPACK}(\\spad{R},{}\\spad{E},{}\\spad{V},{}\\spad{P},{}TS) and \\axiomType{RSETGCD}(\\spad{R},{}\\spad{E},{}\\spad{V},{}\\spad{P},{}TS). The same way it does not care about the way univariate polynomial gcd (with coefficients in the tower of simple extensions associated with a regular set) are computed. The only requirement is that these gcd need to have invertible initials (normalized or not). WARNING. There is no need for a user to call diectly any operation of this package since they can be accessed by the domain \\axiom{TS}. Thus,{} the operations of this package are not documented.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
NIL
NIL
-(-982 S R E V P)
+(-983 S R E V P)
((|constructor| (NIL "The category of regular triangular sets,{} introduced under the name regular chains in [1] (and other papers). In [3] it is proved that regular triangular sets and towers of simple extensions of a field are equivalent notions. In the following definitions,{} all polynomials and ideals are taken from the polynomial ring \\spad{k[x1,...,xn]} where \\spad{k} is the fraction field of \\spad{R}. The triangular set \\spad{[t1,...,tm]} is regular iff for every \\spad{i} the initial of \\spad{ti+1} is invertible in the tower of simple extensions associated with \\spad{[t1,...,ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,...,Ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(Ti)} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,...,Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{Phd Thesis,{} University of Linz,{} Austria,{} 1991.} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Journal of Symbol. Comp. 1998} \\indented{1}{[3] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| $) (|List| |#5|) (|Boolean|)) "\\spad{zeroSetSplit(lp,clos?)} returns \\spad{lts} a split of Kalkbrener of the radical ideal associated with \\spad{lp}. If \\spad{clos?} is \\spad{false},{} it is also a decomposition of the variety associated with \\spad{lp} into the regular zero set of the \\spad{ts} in \\spad{lts} (or,{} in other words,{} a split of Lazard of this variety). See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets.")) (|extend| (((|List| $) (|List| |#5|) (|List| $)) "\\spad{extend(lp,lts)} returns the same as \\spad{concat([extend(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#5|) $) "\\spad{extend(lp,ts)} returns \\spad{ts} if \\spad{empty? lp} \\spad{extend(p,ts)} if \\spad{lp = [p]} else \\spad{extend(first lp, extend(rest lp, ts))}") (((|List| $) |#5| (|List| $)) "\\spad{extend(p,lts)} returns the same as \\spad{concat([extend(p,ts) for ts in lts])|}") (((|List| $) |#5| $) "\\spad{extend(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is not a regular triangular set.")) (|internalAugment| (($ (|List| |#5|) $) "\\spad{internalAugment(lp,ts)} returns \\spad{ts} if \\spad{lp} is empty otherwise returns \\spad{internalAugment(rest lp, internalAugment(first lp, ts))}") (($ |#5| $) "\\spad{internalAugment(p,ts)} assumes that \\spad{augment(p,ts)} returns a singleton and returns it.")) (|augment| (((|List| $) (|List| |#5|) (|List| $)) "\\spad{augment(lp,lts)} returns the same as \\spad{concat([augment(lp,ts) for ts in lts])}") (((|List| $) (|List| |#5|) $) "\\spad{augment(lp,ts)} returns \\spad{ts} if \\spad{empty? lp},{} \\spad{augment(p,ts)} if \\spad{lp = [p]},{} otherwise \\spad{augment(first lp, augment(rest lp, ts))}") (((|List| $) |#5| (|List| $)) "\\spad{augment(p,lts)} returns the same as \\spad{concat([augment(p,ts) for ts in lts])}") (((|List| $) |#5| $) "\\spad{augment(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. This operation assumes also that if \\spad{p} is added to \\spad{ts} the resulting set,{} say \\spad{ts+p},{} is a regular triangular set. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is required to be square-free.")) (|intersect| (((|List| $) |#5| (|List| $)) "\\spad{intersect(p,lts)} returns the same as \\spad{intersect([p],lts)}") (((|List| $) (|List| |#5|) (|List| $)) "\\spad{intersect(lp,lts)} returns the same as \\spad{concat([intersect(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#5|) $) "\\spad{intersect(lp,ts)} returns \\spad{lts} a split of Lazard of the intersection of the affine variety associated with \\spad{lp} and the regular zero set of \\spad{ts}.") (((|List| $) |#5| $) "\\spad{intersect(p,ts)} returns the same as \\spad{intersect([p],ts)}")) (|squareFreePart| (((|List| (|Record| (|:| |val| |#5|) (|:| |tower| $))) |#5| $) "\\spad{squareFreePart(p,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a square-free polynomial \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} this polynomial being associated with \\spad{p} modulo \\spad{lpwt.i.tower},{} for every \\spad{i}. Moreover,{} the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. WARNING: This assumes that \\spad{p} is a non-constant polynomial such that if \\spad{p} is added to \\spad{ts},{} then the resulting set is a regular triangular set.")) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#5|) (|:| |tower| $))) |#5| |#5| $) "\\spad{lastSubResultant(p1,p2,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a quasi-monic gcd of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} for every \\spad{i},{} and such that the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. Moreover,{} if \\spad{p1} and \\spad{p2} do not have a non-trivial gcd \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower} then \\spad{lpwt.i.val} is the resultant of these polynomials \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|lastSubResultantElseSplit| (((|Union| |#5| (|List| $)) |#5| |#5| $) "\\spad{lastSubResultantElseSplit(p1,p2,ts)} returns either \\spad{g} a quasi-monic gcd of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. the \\spad{ts} or a split of Kalkbrener of \\spad{ts}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|invertibleSet| (((|List| $) |#5| $) "\\spad{invertibleSet(p,ts)} returns a split of Kalkbrener of the quotient ideal of the ideal \\axiom{\\spad{I}} by \\spad{p} where \\spad{I} is the radical of saturated of \\spad{ts}.")) (|invertible?| (((|Boolean|) |#5| $) "\\spad{invertible?(p,ts)} returns \\spad{true} iff \\spad{p} is invertible in the tower associated with \\spad{ts}.") (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |#5| $) "\\spad{invertible?(p,ts)} returns \\spad{lbwt} where \\spad{lbwt.i} is the result of \\spad{invertibleElseSplit?(p,lbwt.i.tower)} and the list of the \\spad{(lqrwt.i).tower} is a split of Kalkbrener of \\spad{ts}.")) (|invertibleElseSplit?| (((|Union| (|Boolean|) (|List| $)) |#5| $) "\\spad{invertibleElseSplit?(p,ts)} returns \\spad{true} (resp. \\spad{false}) if \\spad{p} is invertible in the tower associated with \\spad{ts} or returns a split of Kalkbrener of \\spad{ts}.")) (|purelyAlgebraicLeadingMonomial?| (((|Boolean|) |#5| $) "\\spad{purelyAlgebraicLeadingMonomial?(p,ts)} returns \\spad{true} iff the main variable of any non-constant iterarted initial of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|algebraicCoefficients?| (((|Boolean|) |#5| $) "\\spad{algebraicCoefficients?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} which is not the main one of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|purelyTranscendental?| (((|Boolean|) |#5| $) "\\spad{purelyTranscendental?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is not algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}")) (|purelyAlgebraic?| (((|Boolean|) $) "\\spad{purelyAlgebraic?(ts)} returns \\spad{true} iff for every algebraic variable \\spad{v} of \\spad{ts} we have \\spad{algebraicCoefficients?(t_v,ts_v_-)} where \\spad{ts_v} is \\axiomOpFrom{select}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}) and \\spad{ts_v_-} is \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}).") (((|Boolean|) |#5| $) "\\spad{purelyAlgebraic?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")))
NIL
NIL
-(-983 R E V P)
+(-984 R E V P)
((|constructor| (NIL "The category of regular triangular sets,{} introduced under the name regular chains in [1] (and other papers). In [3] it is proved that regular triangular sets and towers of simple extensions of a field are equivalent notions. In the following definitions,{} all polynomials and ideals are taken from the polynomial ring \\spad{k[x1,...,xn]} where \\spad{k} is the fraction field of \\spad{R}. The triangular set \\spad{[t1,...,tm]} is regular iff for every \\spad{i} the initial of \\spad{ti+1} is invertible in the tower of simple extensions associated with \\spad{[t1,...,ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,...,Ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(Ti)} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,...,Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{Phd Thesis,{} University of Linz,{} Austria,{} 1991.} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Journal of Symbol. Comp. 1998} \\indented{1}{[3] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|)) "\\spad{zeroSetSplit(lp,clos?)} returns \\spad{lts} a split of Kalkbrener of the radical ideal associated with \\spad{lp}. If \\spad{clos?} is \\spad{false},{} it is also a decomposition of the variety associated with \\spad{lp} into the regular zero set of the \\spad{ts} in \\spad{lts} (or,{} in other words,{} a split of Lazard of this variety). See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets.")) (|extend| (((|List| $) (|List| |#4|) (|List| $)) "\\spad{extend(lp,lts)} returns the same as \\spad{concat([extend(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#4|) $) "\\spad{extend(lp,ts)} returns \\spad{ts} if \\spad{empty? lp} \\spad{extend(p,ts)} if \\spad{lp = [p]} else \\spad{extend(first lp, extend(rest lp, ts))}") (((|List| $) |#4| (|List| $)) "\\spad{extend(p,lts)} returns the same as \\spad{concat([extend(p,ts) for ts in lts])|}") (((|List| $) |#4| $) "\\spad{extend(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is not a regular triangular set.")) (|internalAugment| (($ (|List| |#4|) $) "\\spad{internalAugment(lp,ts)} returns \\spad{ts} if \\spad{lp} is empty otherwise returns \\spad{internalAugment(rest lp, internalAugment(first lp, ts))}") (($ |#4| $) "\\spad{internalAugment(p,ts)} assumes that \\spad{augment(p,ts)} returns a singleton and returns it.")) (|augment| (((|List| $) (|List| |#4|) (|List| $)) "\\spad{augment(lp,lts)} returns the same as \\spad{concat([augment(lp,ts) for ts in lts])}") (((|List| $) (|List| |#4|) $) "\\spad{augment(lp,ts)} returns \\spad{ts} if \\spad{empty? lp},{} \\spad{augment(p,ts)} if \\spad{lp = [p]},{} otherwise \\spad{augment(first lp, augment(rest lp, ts))}") (((|List| $) |#4| (|List| $)) "\\spad{augment(p,lts)} returns the same as \\spad{concat([augment(p,ts) for ts in lts])}") (((|List| $) |#4| $) "\\spad{augment(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. This operation assumes also that if \\spad{p} is added to \\spad{ts} the resulting set,{} say \\spad{ts+p},{} is a regular triangular set. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is required to be square-free.")) (|intersect| (((|List| $) |#4| (|List| $)) "\\spad{intersect(p,lts)} returns the same as \\spad{intersect([p],lts)}") (((|List| $) (|List| |#4|) (|List| $)) "\\spad{intersect(lp,lts)} returns the same as \\spad{concat([intersect(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#4|) $) "\\spad{intersect(lp,ts)} returns \\spad{lts} a split of Lazard of the intersection of the affine variety associated with \\spad{lp} and the regular zero set of \\spad{ts}.") (((|List| $) |#4| $) "\\spad{intersect(p,ts)} returns the same as \\spad{intersect([p],ts)}")) (|squareFreePart| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| $) "\\spad{squareFreePart(p,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a square-free polynomial \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} this polynomial being associated with \\spad{p} modulo \\spad{lpwt.i.tower},{} for every \\spad{i}. Moreover,{} the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. WARNING: This assumes that \\spad{p} is a non-constant polynomial such that if \\spad{p} is added to \\spad{ts},{} then the resulting set is a regular triangular set.")) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| |#4| $) "\\spad{lastSubResultant(p1,p2,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a quasi-monic gcd of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} for every \\spad{i},{} and such that the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. Moreover,{} if \\spad{p1} and \\spad{p2} do not have a non-trivial gcd \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower} then \\spad{lpwt.i.val} is the resultant of these polynomials \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|lastSubResultantElseSplit| (((|Union| |#4| (|List| $)) |#4| |#4| $) "\\spad{lastSubResultantElseSplit(p1,p2,ts)} returns either \\spad{g} a quasi-monic gcd of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. the \\spad{ts} or a split of Kalkbrener of \\spad{ts}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|invertibleSet| (((|List| $) |#4| $) "\\spad{invertibleSet(p,ts)} returns a split of Kalkbrener of the quotient ideal of the ideal \\axiom{\\spad{I}} by \\spad{p} where \\spad{I} is the radical of saturated of \\spad{ts}.")) (|invertible?| (((|Boolean|) |#4| $) "\\spad{invertible?(p,ts)} returns \\spad{true} iff \\spad{p} is invertible in the tower associated with \\spad{ts}.") (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |#4| $) "\\spad{invertible?(p,ts)} returns \\spad{lbwt} where \\spad{lbwt.i} is the result of \\spad{invertibleElseSplit?(p,lbwt.i.tower)} and the list of the \\spad{(lqrwt.i).tower} is a split of Kalkbrener of \\spad{ts}.")) (|invertibleElseSplit?| (((|Union| (|Boolean|) (|List| $)) |#4| $) "\\spad{invertibleElseSplit?(p,ts)} returns \\spad{true} (resp. \\spad{false}) if \\spad{p} is invertible in the tower associated with \\spad{ts} or returns a split of Kalkbrener of \\spad{ts}.")) (|purelyAlgebraicLeadingMonomial?| (((|Boolean|) |#4| $) "\\spad{purelyAlgebraicLeadingMonomial?(p,ts)} returns \\spad{true} iff the main variable of any non-constant iterarted initial of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|algebraicCoefficients?| (((|Boolean|) |#4| $) "\\spad{algebraicCoefficients?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} which is not the main one of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|purelyTranscendental?| (((|Boolean|) |#4| $) "\\spad{purelyTranscendental?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is not algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}")) (|purelyAlgebraic?| (((|Boolean|) $) "\\spad{purelyAlgebraic?(ts)} returns \\spad{true} iff for every algebraic variable \\spad{v} of \\spad{ts} we have \\spad{algebraicCoefficients?(t_v,ts_v_-)} where \\spad{ts_v} is \\axiomOpFrom{select}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}) and \\spad{ts_v_-} is \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}).") (((|Boolean|) |#4| $) "\\spad{purelyAlgebraic?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")))
-((-3997 . T))
NIL
-(-984 R E V P TS)
+NIL
+(-985 R E V P TS)
((|constructor| (NIL "An internal package for computing gcds and resultants of univariate polynomials with coefficients in a tower of simple extensions of a field.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of gcd over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of \\spad{AAECC11}} \\indented{5}{Paris,{} 1995.} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|toseSquareFreePart| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{toseSquareFreePart(\\spad{p},{}ts)} has the same specifications as \\axiomOpFrom{squareFreePart}{RegularTriangularSetCategory}.")) (|toseInvertibleSet| (((|List| |#5|) |#4| |#5|) "\\axiom{toseInvertibleSet(\\spad{p1},{}\\spad{p2},{}ts)} has the same specifications as \\axiomOpFrom{invertibleSet}{RegularTriangularSetCategory}.")) (|toseInvertible?| (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{toseInvertible?(\\spad{p1},{}\\spad{p2},{}ts)} has the same specifications as \\axiomOpFrom{invertible?}{RegularTriangularSetCategory}.") (((|Boolean|) |#4| |#5|) "\\axiom{toseInvertible?(\\spad{p1},{}\\spad{p2},{}ts)} has the same specifications as \\axiomOpFrom{invertible?}{RegularTriangularSetCategory}.")) (|toseLastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#4| |#5|) "\\axiom{toseLastSubResultant(\\spad{p1},{}\\spad{p2},{}ts)} has the same specifications as \\axiomOpFrom{lastSubResultant}{RegularTriangularSetCategory}.")) (|integralLastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#4| |#5|) "\\axiom{integralLastSubResultant(\\spad{p1},{}\\spad{p2},{}ts)} is an internal subroutine,{} exported only for developement.")) (|internalLastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) |#3| (|Boolean|)) "\\axiom{internalLastSubResultant(lpwt,{}\\spad{v},{}flag)} is an internal subroutine,{} exported only for developement.") (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#4| |#5| (|Boolean|) (|Boolean|)) "\\axiom{internalLastSubResultant(\\spad{p1},{}\\spad{p2},{}ts,{}inv?,{}break?)} is an internal subroutine,{} exported only for developement.")) (|prepareSubResAlgo| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) |#4| |#4| |#5|) "\\axiom{prepareSubResAlgo(\\spad{p1},{}\\spad{p2},{}ts)} is an internal subroutine,{} exported only for developement.")) (|stopTableInvSet!| (((|Void|)) "\\axiom{stopTableInvSet!()} is an internal subroutine,{} exported only for developement.")) (|startTableInvSet!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableInvSet!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")) (|stopTableGcd!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTableGcd!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-985)
+(-986)
((|constructor| (NIL "This domain represents `restrict' expressions.")) (|target| (((|TypeAst|) $) "\\spad{target(e)} returns the target type of the conversion..")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the expression being converted.")))
NIL
NIL
-(-986)
+(-987)
((|constructor| (NIL "This is the datatype of OpenAxiom runtime values. It exists solely for internal purposes.")) (|eq| (((|Boolean|) $ $) "\\spad{eq(x,y)} holds if both values \\spad{x} and \\spad{y} resides at the same address in memory.")))
NIL
NIL
-(-987 |Base| R -3093)
+(-988 |Base| R -3094)
((|constructor| (NIL "\\indented{1}{Rules for the pattern matcher} Author: Manuel Bronstein Date Created: 24 Oct 1988 Date Last Updated: 26 October 1993 Keywords: pattern,{} matching,{} rule.")) (|quotedOperators| (((|List| (|Symbol|)) $) "\\spad{quotedOperators(r)} returns the list of operators on the right hand side of \\spad{r} that are considered quoted,{} that is they are not evaluated during any rewrite,{} but just applied formally to their arguments.")) (|elt| ((|#3| $ |#3| (|PositiveInteger|)) "\\spad{elt(r,f,n)} or \\spad{r}(\\spad{f},{} \\spad{n}) applies the rule \\spad{r} to \\spad{f} at most \\spad{n} times.")) (|rhs| ((|#3| $) "\\spad{rhs(r)} returns the right hand side of the rule \\spad{r}.")) (|lhs| ((|#3| $) "\\spad{lhs(r)} returns the left hand side of the rule \\spad{r}.")) (|pattern| (((|Pattern| |#1|) $) "\\spad{pattern(r)} returns the pattern corresponding to the left hand side of the rule \\spad{r}.")) (|suchThat| (($ $ (|List| (|Symbol|)) (|Mapping| (|Boolean|) (|List| |#3|))) "\\spad{suchThat(r, [a1,...,an], f)} returns the rewrite rule \\spad{r} with the predicate \\spad{f(a1,...,an)} attached to it.")) (|rule| (($ |#3| |#3| (|List| (|Symbol|))) "\\spad{rule(f, g, [f1,...,fn])} creates the rewrite rule \\spad{f == eval(eval(g, g is f), [f1,...,fn])},{} that is a rule with left-hand side \\spad{f} and right-hand side \\spad{g}; The symbols \\spad{f1},{}...,{}fn are the operators that are considered quoted,{} that is they are not evaluated during any rewrite,{} but just applied formally to their arguments.") (($ |#3| |#3|) "\\spad{rule(f, g)} creates the rewrite rule: \\spad{f == eval(g, g is f)},{} with left-hand side \\spad{f} and right-hand side \\spad{g}.")))
NIL
NIL
-(-988 |f|)
+(-989 |f|)
((|constructor| (NIL "This domain implements named rules")) (|name| (((|Symbol|) $) "\\spad{name(x)} returns the symbol")))
NIL
NIL
-(-989 |Base| R -3093)
+(-990 |Base| R -3094)
((|constructor| (NIL "A ruleset is a set of pattern matching rules grouped together.")) (|elt| ((|#3| $ |#3| (|PositiveInteger|)) "\\spad{elt(r,f,n)} or \\spad{r}(\\spad{f},{} \\spad{n}) applies all the rules of \\spad{r} to \\spad{f} at most \\spad{n} times.")) (|rules| (((|List| (|RewriteRule| |#1| |#2| |#3|)) $) "\\spad{rules(r)} returns the rules contained in \\spad{r}.")) (|ruleset| (($ (|List| (|RewriteRule| |#1| |#2| |#3|))) "\\spad{ruleset([r1,...,rn])} creates the rule set \\spad{{r1,...,rn}}.")))
NIL
NIL
-(-990 R |ls|)
+(-991 R |ls|)
((|constructor| (NIL "\\indented{1}{A package for computing the rational univariate representation} \\indented{1}{of a zero-dimensional algebraic variety given by a regular} \\indented{1}{triangular set. This package is essentially an interface for the} \\spadtype{InternalRationalUnivariateRepresentationPackage} constructor. It is used in the \\spadtype{ZeroDimensionalSolvePackage} for solving polynomial systems with finitely many solutions.")) (|rur| (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{rur(lp,univ?,check?)} returns the same as \\spad{rur(lp,true)}. Moreover,{} if \\spad{check?} is \\spad{true} then the result is checked.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{rur(lp)} returns the same as \\spad{rur(lp,true)}") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{rur(lp,univ?)} returns a rational univariate representation of \\spad{lp}. This assumes that \\spad{lp} defines a regular triangular \\spad{ts} whose associated variety is zero-dimensional over \\spad{R}. \\spad{rur(lp,univ?)} returns a list of items \\spad{[u,lc]} where \\spad{u} is an irreducible univariate polynomial and each \\spad{c} in \\spad{lc} involves two variables: one from \\spad{ls},{} called the coordinate of \\spad{c},{} and an extra variable which represents any root of \\spad{u}. Every root of \\spad{u} leads to a tuple of values for the coordinates of \\spad{lc}. Moreover,{} a point \\spad{x} belongs to the variety associated with \\spad{lp} iff there exists an item \\spad{[u,lc]} in \\spad{rur(lp,univ?)} and a root \\spad{r} of \\spad{u} such that \\spad{x} is given by the tuple of values for the coordinates of \\spad{lc} evaluated at \\spad{r}. If \\spad{univ?} is \\spad{true} then each polynomial \\spad{c} will have a constant leading coefficient \\spad{w}.\\spad{r}.\\spad{t}. its coordinate. See the example which illustrates the \\spadtype{ZeroDimensionalSolvePackage} package constructor.")))
NIL
NIL
-(-991 R UP M)
+(-992 R UP M)
((|constructor| (NIL "Domain which represents simple algebraic extensions of arbitrary rings. The first argument to the domain,{} \\spad{R},{} is the underlying ring,{} the second argument is a domain of univariate polynomials over \\spad{K},{} while the last argument specifies the defining minimal polynomial. The elements of the domain are canonically represented as polynomials of degree less than that of the minimal polynomial with coefficients in \\spad{R}. The second argument is both the type of the third argument and the underlying representation used by \\spadtype{SAE} itself.")))
-((-3989 |has| |#1| (-312)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-299))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-299)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-320))) (OR (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-299)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (-12 (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-299)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-299))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-299)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-811 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-312)))) (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-809 (-1090))))))
-(-992 UP SAE UPA)
+((-3990 |has| |#1| (-312)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-299))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-299)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-320))) (OR (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-299)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (-12 (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-299)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-299))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-312)))) (|HasCategory| |#1| (QUOTE (-299)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-812 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-312)))) (-12 (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-312)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-810 (-1091))))))
+(-993 UP SAE UPA)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in an algebraic extension of the rational numbers (\\spadtype{Fraction Integer}).")) (|factor| (((|Factored| |#3|) |#3|) "\\spad{factor(p)} returns a prime factorisation of \\spad{p}.")))
NIL
NIL
-(-993 UP SAE UPA)
+(-994 UP SAE UPA)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in an algebraic extension of \\spadtype{Fraction Polynomial Integer}.")) (|factor| (((|Factored| |#3|) |#3|) "\\spad{factor(p)} returns a prime factorisation of \\spad{p}.")))
NIL
NIL
-(-994)
+(-995)
((|constructor| (NIL "This trivial domain lets us build Univariate Polynomials in an anonymous variable")))
NIL
NIL
-(-995)
+(-996)
((|constructor| (NIL "This is the category of Spad syntax objects.")))
NIL
NIL
-(-996 S)
+(-997 S)
((|constructor| (NIL "\\indented{1}{Cache of elements in a set} Author: Manuel Bronstein Date Created: 31 Oct 1988 Date Last Updated: 14 May 1991 \\indented{2}{A sorted cache of a cachable set \\spad{S} is a dynamic structure that} \\indented{2}{keeps the elements of \\spad{S} sorted and assigns an integer to each} \\indented{2}{element of \\spad{S} once it is in the cache. This way,{} equality and ordering} \\indented{2}{on \\spad{S} are tested directly on the integers associated with the elements} \\indented{2}{of \\spad{S},{} once they have been entered in the cache.}")) (|enterInCache| ((|#1| |#1| (|Mapping| (|Integer|) |#1| |#1|)) "\\spad{enterInCache(x, f)} enters \\spad{x} in the cache,{} calling \\spad{f(x, y)} to determine whether \\spad{x < y (f(x,y) < 0), x = y (f(x,y) = 0)},{} or \\spad{x > y (f(x,y) > 0)}. It returns \\spad{x} with an integer associated with it.") ((|#1| |#1| (|Mapping| (|Boolean|) |#1|)) "\\spad{enterInCache(x, f)} enters \\spad{x} in the cache,{} calling \\spad{f(y)} to determine whether \\spad{x} is equal to \\spad{y}. It returns \\spad{x} with an integer associated with it.")) (|cache| (((|List| |#1|)) "\\spad{cache()} returns the current cache as a list.")) (|clearCache| (((|Void|)) "\\spad{clearCache()} empties the cache.")))
NIL
NIL
-(-997)
+(-998)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Scope' is a sequence of contours.")) (|currentCategoryFrame| (($) "\\spad{currentCategoryFrame()} returns the category frame currently in effect.")) (|currentScope| (($) "\\spad{currentScope()} returns the scope currently in effect")) (|pushNewContour| (($ (|Binding|) $) "\\spad{pushNewContour(b,s)} pushs a new contour with sole binding `b'.")) (|findBinding| (((|Maybe| (|Binding|)) (|Identifier|) $) "\\spad{findBinding(n,s)} returns the first binding of `n' in `s'; otherwise `nothing'.")) (|contours| (((|List| (|Contour|)) $) "\\spad{contours(s)} returns the list of contours in scope \\spad{s}.")) (|empty| (($) "\\spad{empty()} returns an empty scope.")))
NIL
NIL
-(-998 R)
+(-999 R)
((|constructor| (NIL "StructuralConstantsPackage provides functions creating structural constants from a multiplication tables or a basis of a matrix algebra and other useful functions in this context.")) (|coordinates| (((|Vector| |#1|) (|Matrix| |#1|) (|List| (|Matrix| |#1|))) "\\spad{coordinates(a,[v1,...,vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{structuralConstants(basis)} takes the \\spad{basis} of a matrix algebra,{} \\spadignore{e.g.} the result of \\spadfun{basisOfCentroid} and calculates the structural constants. Note,{} that the it is not checked,{} whether \\spad{basis} really is a \\spad{basis} of a matrix algebra.") (((|Vector| (|Matrix| (|Polynomial| |#1|))) (|List| (|Symbol|)) (|Matrix| (|Polynomial| |#1|))) "\\spad{structuralConstants(ls,mt)} determines the structural constants of an algebra with generators \\spad{ls} and multiplication table \\spad{mt},{} the entries of which must be given as linear polynomials in the indeterminates given by \\spad{ls}. The result is in particular useful \\indented{1}{as fourth argument for \\spadtype{AlgebraGivenByStructuralConstants}} \\indented{1}{and \\spadtype{GenericNonAssociativeAlgebra}.}") (((|Vector| (|Matrix| (|Fraction| (|Polynomial| |#1|)))) (|List| (|Symbol|)) (|Matrix| (|Fraction| (|Polynomial| |#1|)))) "\\spad{structuralConstants(ls,mt)} determines the structural constants of an algebra with generators \\spad{ls} and multiplication table \\spad{mt},{} the entries of which must be given as linear polynomials in the indeterminates given by \\spad{ls}. The result is in particular useful \\indented{1}{as fourth argument for \\spadtype{AlgebraGivenByStructuralConstants}} \\indented{1}{and \\spadtype{GenericNonAssociativeAlgebra}.}")))
NIL
NIL
-(-999 R)
+(-1000 R)
((|constructor| (NIL "\\spadtype{SequentialDifferentialPolynomial} implements an ordinary differential polynomial ring in arbitrary number of differential indeterminates,{} with coefficients in a ring. The ranking on the differential indeterminate is sequential. \\blankline")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-821))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| (-1000 (-1090)) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| (-1000 (-1090)) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-1000 (-1090)) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-1000 (-1090)) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| (-1000 (-1090)) (QUOTE (-553 (-473))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3994)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
-(-1000 S)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-822))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| (-1001 (-1091)) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| (-1001 (-1091)) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-1001 (-1091)) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-1001 (-1091)) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| (-1001 (-1091)) (QUOTE (-554 (-474))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-190))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3995)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(-1001 S)
((|constructor| (NIL "\\spadtype{OrderlyDifferentialVariable} adds a commonly used sequential ranking to the set of derivatives of an ordered list of differential indeterminates. A sequential ranking is a ranking \\spadfun{<} of the derivatives with the property that for any derivative \\spad{v},{} there are only a finite number of derivatives \\spad{u} with \\spad{u} \\spadfun{<} \\spad{v}. This domain belongs to \\spadtype{DifferentialVariableCategory}. It defines \\spadfun{weight} to be just \\spadfun{order},{} and it defines a sequential ranking \\spadfun{<} on derivatives \\spad{u} by the lexicographic order on the pair (\\spadfun{variable}(\\spad{u}),{} \\spadfun{order}(\\spad{u})).")))
NIL
NIL
-(-1001 S)
+(-1002 S)
((|constructor| (NIL "This type is used to specify a range of values from type \\spad{S}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-755))) (|HasCategory| |#1| (QUOTE (-1013))))
-(-1002 R S)
+((|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1014))))
+(-1003 R S)
((|constructor| (NIL "This package provides operations for mapping functions onto segments.")) (|map| (((|List| |#2|) (|Mapping| |#2| |#1|) (|Segment| |#1|)) "\\spad{map(f,s)} expands the segment \\spad{s},{} applying \\spad{f} to each value. For example,{} if \\spad{s = l..h by k},{} then the list \\spad{[f(l), f(l+k),..., f(lN)]} is computed,{} where \\spad{lN <= h < lN+k}.") (((|Segment| |#2|) (|Mapping| |#2| |#1|) (|Segment| |#1|)) "\\spad{map(f,l..h)} returns a new segment \\spad{f(l)..f(h)}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-755))))
-(-1003)
+((|HasCategory| |#1| (QUOTE (-756))))
+(-1004)
((|constructor| (NIL "This domain represents segement expressions.")) (|bounds| (((|List| (|SpadAst|)) $) "\\spad{bounds(s)} returns the bounds of the segment `s'. If `s' designates an infinite interval,{} then the returns list a singleton list.")))
NIL
NIL
-(-1004 S)
+(-1005 S)
((|constructor| (NIL "This domain is used to provide the function argument syntax \\spad{v=a..b}. This is used,{} for example,{} by the top-level \\spadfun{draw} functions.")))
NIL
-((|HasCategory| (-1001 |#1|) (QUOTE (-1013))))
-(-1005 R S)
+((|HasCategory| (-1002 |#1|) (QUOTE (-1014))))
+(-1006 R S)
((|constructor| (NIL "This package provides operations for mapping functions onto \\spadtype{SegmentBinding}\\spad{s}.")) (|map| (((|SegmentBinding| |#2|) (|Mapping| |#2| |#1|) (|SegmentBinding| |#1|)) "\\spad{map(f,v=a..b)} returns the value given by \\spad{v=f(a)..f(b)}.")))
NIL
NIL
-(-1006 S)
+(-1007 S)
((|constructor| (NIL "This category provides operations on ranges,{} or {\\em segments} as they are called.")) (|segment| (($ |#1| |#1|) "\\spad{segment(i,j)} is an alternate way to create the segment \\spad{i..j}.")) (|incr| (((|Integer|) $) "\\spad{incr(s)} returns \\spad{n},{} where \\spad{s} is a segment in which every \\spad{n}\\spad{-}th element is used. Note: \\spad{incr(l..h by n) = n}.")) (|high| ((|#1| $) "\\spad{high(s)} returns the second endpoint of \\spad{s}. Note: \\spad{high(l..h) = h}.")) (|low| ((|#1| $) "\\spad{low(s)} returns the first endpoint of \\spad{s}. Note: \\spad{low(l..h) = l}.")) (|hi| ((|#1| $) "\\spad{hi(s)} returns the second endpoint of \\spad{s}. Note: \\spad{hi(l..h) = h}.")) (|lo| ((|#1| $) "\\spad{lo(s)} returns the first endpoint of \\spad{s}. Note: \\spad{lo(l..h) = l}.")) (BY (($ $ (|Integer|)) "\\spad{s by n} creates a new segment in which only every \\spad{n}\\spad{-}th element is used.")) (SEGMENT (($ |#1| |#1|) "\\spad{l..h} creates a segment with \\spad{l} and \\spad{h} as the endpoints.")))
NIL
NIL
-(-1007 S L)
+(-1008 S L)
((|constructor| (NIL "This category provides an interface for expanding segments to a stream of elements.")) (|map| ((|#2| (|Mapping| |#1| |#1|) $) "\\spad{map(f,l..h by k)} produces a value of type \\spad{L} by applying \\spad{f} to each of the succesive elements of the segment,{} that is,{} \\spad{[f(l), f(l+k), ..., f(lN)]},{} where \\spad{lN <= h < lN+k}.")) (|expand| ((|#2| $) "\\spad{expand(l..h by k)} creates value of type \\spad{L} with elements \\spad{l, l+k, ... lN} where \\spad{lN <= h < lN+k}. For example,{} \\spad{expand(1..5 by 2) = [1,3,5]}.") ((|#2| (|List| $)) "\\spad{expand(l)} creates a new value of type \\spad{L} in which each segment \\spad{l..h by k} is replaced with \\spad{l, l+k, ... lN},{} where \\spad{lN <= h < lN+k}. For example,{} \\spad{expand [1..4, 7..9] = [1,2,3,4,7,8,9]}.")))
NIL
NIL
-(-1008)
+(-1009)
((|constructor| (NIL "This domain represents a block of expressions.")) (|last| (((|SpadAst|) $) "\\spad{last(e)} returns the last instruction in `e'.")) (|body| (((|List| (|SpadAst|)) $) "\\spad{body(e)} returns the list of expressions in the sequence of instruction `e'.")))
NIL
NIL
-(-1009 S)
+(-1010 S)
((|constructor| (NIL "A set over a domain \\spad{D} models the usual mathematical notion of a finite set of elements from \\spad{D}. Sets are unordered collections of distinct elements (that is,{} order and duplication does not matter). The notation \\spad{set [a,b,c]} can be used to create a set and the usual operations such as union and intersection are available to form new sets. In our implementation,{} \\Language{} maintains the entries in sorted order. Specifically,{} the members function returns the entries as a list in ascending order and the extract operation returns the maximum entry. Given two sets \\spad{s} and \\spad{t} where \\spad{\\#s = m} and \\spad{\\#t = n},{} the complexity of \\indented{2}{\\spad{s = t} is \\spad{O(min(n,m))}} \\indented{2}{\\spad{s < t} is \\spad{O(max(n,m))}} \\indented{2}{\\spad{union(s,t)},{} \\spad{intersect(s,t)},{} \\spad{minus(s,t)},{} \\spad{symmetricDifference(s,t)} is \\spad{O(max(n,m))}} \\indented{2}{\\spad{member(x,t)} is \\spad{O(n log n)}} \\indented{2}{\\spad{insert(x,t)} and \\spad{remove(x,t)} is \\spad{O(n)}}")))
-((-3986 . T) (-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))))
-(-1010 A S)
+((-3987 . T))
+((OR (-12 (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#1| (QUOTE (-320))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))))
+(-1011 A S)
((|constructor| (NIL "A set category lists a collection of set-theoretic operations useful for both finite sets and multisets. Note however that finite sets are distinct from multisets. Although the operations defined for set categories are common to both,{} the relationship between the two cannot be described by inclusion or inheritance.")) (|union| (($ |#2| $) "\\spad{union(x,u)} returns the set aggregate \\spad{u} with the element \\spad{x} added. If \\spad{u} already contains \\spad{x},{} \\axiom{union(\\spad{x},{}\\spad{u})} returns a copy of \\spad{u}.") (($ $ |#2|) "\\spad{union(u,x)} returns the set aggregate \\spad{u} with the element \\spad{x} added. If \\spad{u} already contains \\spad{x},{} \\axiom{union(\\spad{u},{}\\spad{x})} returns a copy of \\spad{u}.") (($ $ $) "\\spad{union(u,v)} returns the set aggregate of elements which are members of either set aggregate \\spad{u} or \\spad{v}.")) (|subset?| (((|Boolean|) $ $) "\\spad{subset?(u,v)} tests if \\spad{u} is a subset of \\spad{v}. Note: equivalent to \\axiom{reduce(and,{}{member?(\\spad{x},{}\\spad{v}) for \\spad{x} in \\spad{u}},{}\\spad{true},{}\\spad{false})}.")) (|symmetricDifference| (($ $ $) "\\spad{symmetricDifference(u,v)} returns the set aggregate of elements \\spad{x} which are members of set aggregate \\spad{u} or set aggregate \\spad{v} but not both. If \\spad{u} and \\spad{v} have no elements in common,{} \\axiom{symmetricDifference(\\spad{u},{}\\spad{v})} returns a copy of \\spad{u}. Note: \\axiom{symmetricDifference(\\spad{u},{}\\spad{v}) = union(difference(\\spad{u},{}\\spad{v}),{}difference(\\spad{v},{}\\spad{u}))}")) (|difference| (($ $ |#2|) "\\spad{difference(u,x)} returns the set aggregate \\spad{u} with element \\spad{x} removed. If \\spad{u} does not contain \\spad{x},{} a copy of \\spad{u} is returned. Note: \\axiom{difference(\\spad{s},{} \\spad{x}) = difference(\\spad{s},{} {\\spad{x}})}.") (($ $ $) "\\spad{difference(u,v)} returns the set aggregate \\spad{w} consisting of elements in set aggregate \\spad{u} but not in set aggregate \\spad{v}. If \\spad{u} and \\spad{v} have no elements in common,{} \\axiom{difference(\\spad{u},{}\\spad{v})} returns a copy of \\spad{u}. Note: equivalent to the notation (not currently supported) \\axiom{{\\spad{x} for \\spad{x} in \\spad{u} | not member?(\\spad{x},{}\\spad{v})}}.")) (|intersect| (($ $ $) "\\spad{intersect(u,v)} returns the set aggregate \\spad{w} consisting of elements common to both set aggregates \\spad{u} and \\spad{v}. Note: equivalent to the notation (not currently supported) {\\spad{x} for \\spad{x} in \\spad{u} | member?(\\spad{x},{}\\spad{v})}.")) (|set| (($ (|List| |#2|)) "\\spad{set([x,y,...,z])} creates a set aggregate containing items \\spad{x},{}\\spad{y},{}...,{}\\spad{z}.") (($) "\\spad{set()}\\$\\spad{D} creates an empty set aggregate of type \\spad{D}.")) (|brace| (($ (|List| |#2|)) "\\spad{brace([x,y,...,z])} creates a set aggregate containing items \\spad{x},{}\\spad{y},{}...,{}\\spad{z}. This form is considered obsolete. Use \\axiomFun{set} instead.") (($) "\\spad{brace()}\\$\\spad{D} (otherwise written {}\\$\\spad{D}) creates an empty set aggregate of type \\spad{D}. This form is considered obsolete. Use \\axiomFun{set} instead.")) (|part?| (((|Boolean|) $ $) "\\spad{s} < \\spad{t} returns \\spad{true} if all elements of set aggregate \\spad{s} are also elements of set aggregate \\spad{t}.")))
NIL
NIL
-(-1011 S)
+(-1012 S)
((|constructor| (NIL "A set category lists a collection of set-theoretic operations useful for both finite sets and multisets. Note however that finite sets are distinct from multisets. Although the operations defined for set categories are common to both,{} the relationship between the two cannot be described by inclusion or inheritance.")) (|union| (($ |#1| $) "\\spad{union(x,u)} returns the set aggregate \\spad{u} with the element \\spad{x} added. If \\spad{u} already contains \\spad{x},{} \\axiom{union(\\spad{x},{}\\spad{u})} returns a copy of \\spad{u}.") (($ $ |#1|) "\\spad{union(u,x)} returns the set aggregate \\spad{u} with the element \\spad{x} added. If \\spad{u} already contains \\spad{x},{} \\axiom{union(\\spad{u},{}\\spad{x})} returns a copy of \\spad{u}.") (($ $ $) "\\spad{union(u,v)} returns the set aggregate of elements which are members of either set aggregate \\spad{u} or \\spad{v}.")) (|subset?| (((|Boolean|) $ $) "\\spad{subset?(u,v)} tests if \\spad{u} is a subset of \\spad{v}. Note: equivalent to \\axiom{reduce(and,{}{member?(\\spad{x},{}\\spad{v}) for \\spad{x} in \\spad{u}},{}\\spad{true},{}\\spad{false})}.")) (|symmetricDifference| (($ $ $) "\\spad{symmetricDifference(u,v)} returns the set aggregate of elements \\spad{x} which are members of set aggregate \\spad{u} or set aggregate \\spad{v} but not both. If \\spad{u} and \\spad{v} have no elements in common,{} \\axiom{symmetricDifference(\\spad{u},{}\\spad{v})} returns a copy of \\spad{u}. Note: \\axiom{symmetricDifference(\\spad{u},{}\\spad{v}) = union(difference(\\spad{u},{}\\spad{v}),{}difference(\\spad{v},{}\\spad{u}))}")) (|difference| (($ $ |#1|) "\\spad{difference(u,x)} returns the set aggregate \\spad{u} with element \\spad{x} removed. If \\spad{u} does not contain \\spad{x},{} a copy of \\spad{u} is returned. Note: \\axiom{difference(\\spad{s},{} \\spad{x}) = difference(\\spad{s},{} {\\spad{x}})}.") (($ $ $) "\\spad{difference(u,v)} returns the set aggregate \\spad{w} consisting of elements in set aggregate \\spad{u} but not in set aggregate \\spad{v}. If \\spad{u} and \\spad{v} have no elements in common,{} \\axiom{difference(\\spad{u},{}\\spad{v})} returns a copy of \\spad{u}. Note: equivalent to the notation (not currently supported) \\axiom{{\\spad{x} for \\spad{x} in \\spad{u} | not member?(\\spad{x},{}\\spad{v})}}.")) (|intersect| (($ $ $) "\\spad{intersect(u,v)} returns the set aggregate \\spad{w} consisting of elements common to both set aggregates \\spad{u} and \\spad{v}. Note: equivalent to the notation (not currently supported) {\\spad{x} for \\spad{x} in \\spad{u} | member?(\\spad{x},{}\\spad{v})}.")) (|set| (($ (|List| |#1|)) "\\spad{set([x,y,...,z])} creates a set aggregate containing items \\spad{x},{}\\spad{y},{}...,{}\\spad{z}.") (($) "\\spad{set()}\\$\\spad{D} creates an empty set aggregate of type \\spad{D}.")) (|brace| (($ (|List| |#1|)) "\\spad{brace([x,y,...,z])} creates a set aggregate containing items \\spad{x},{}\\spad{y},{}...,{}\\spad{z}. This form is considered obsolete. Use \\axiomFun{set} instead.") (($) "\\spad{brace()}\\$\\spad{D} (otherwise written {}\\$\\spad{D}) creates an empty set aggregate of type \\spad{D}. This form is considered obsolete. Use \\axiomFun{set} instead.")) (|part?| (((|Boolean|) $ $) "\\spad{s} < \\spad{t} returns \\spad{true} if all elements of set aggregate \\spad{s} are also elements of set aggregate \\spad{t}.")))
-((-3986 . T))
+((-3987 . T))
NIL
-(-1012 S)
+(-1013 S)
((|constructor| (NIL "\\spadtype{SetCategory} is the basic category for describing a collection of elements with \\spadop{=} (equality) and \\spadfun{coerce} to output form. \\blankline Conditional Attributes: \\indented{3}{canonical\\tab{15}data structure equality is the same as \\spadop{=}}")) (|latex| (((|String|) $) "\\spad{latex(s)} returns a LaTeX-printable output representation of \\spad{s}.")) (|hash| (((|SingleInteger|) $) "\\spad{hash(s)} calculates a hash code for \\spad{s}.")))
NIL
NIL
-(-1013)
+(-1014)
((|constructor| (NIL "\\spadtype{SetCategory} is the basic category for describing a collection of elements with \\spadop{=} (equality) and \\spadfun{coerce} to output form. \\blankline Conditional Attributes: \\indented{3}{canonical\\tab{15}data structure equality is the same as \\spadop{=}}")) (|latex| (((|String|) $) "\\spad{latex(s)} returns a LaTeX-printable output representation of \\spad{s}.")) (|hash| (((|SingleInteger|) $) "\\spad{hash(s)} calculates a hash code for \\spad{s}.")))
NIL
NIL
-(-1014 |m| |n|)
+(-1015 |m| |n|)
((|constructor| (NIL "\\spadtype{SetOfMIntegersInOneToN} implements the subsets of \\spad{M} integers in the interval \\spad{[1..n]}")) (|delta| (((|NonNegativeInteger|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{delta(S,k,p)} returns the number of elements of \\spad{S} which are strictly between \\spad{p} and the k^{th} element of \\spad{S}.")) (|member?| (((|Boolean|) (|PositiveInteger|) $) "\\spad{member?(p, s)} returns \\spad{true} is \\spad{p} is in \\spad{s},{} \\spad{false} otherwise.")) (|enumerate| (((|Vector| $)) "\\spad{enumerate()} returns a vector of all the sets of \\spad{M} integers in \\spad{1..n}.")) (|setOfMinN| (($ (|List| (|PositiveInteger|))) "\\spad{setOfMinN([a_1,...,a_m])} returns the set {\\spad{a_1},{}...,{}a_m}. Error if {\\spad{a_1},{}...,{}a_m} is not a set of \\spad{M} integers in \\spad{1..n}.")) (|elements| (((|List| (|PositiveInteger|)) $) "\\spad{elements(S)} returns the list of the elements of \\spad{S} in increasing order.")) (|replaceKthElement| (((|Union| $ #1="failed") $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{replaceKthElement(S,k,p)} replaces the k^{th} element of \\spad{S} by \\spad{p},{} and returns \"failed\" if the result is not a set of \\spad{M} integers in \\spad{1..n} any more.")) (|incrementKthElement| (((|Union| $ #1#) $ (|PositiveInteger|)) "\\spad{incrementKthElement(S,k)} increments the k^{th} element of \\spad{S},{} and returns \"failed\" if the result is not a set of \\spad{M} integers in \\spad{1..n} any more.")))
NIL
NIL
-(-1015)
+(-1016)
((|constructor| (NIL "This domain allows the manipulation of the usual Lisp values.")))
NIL
NIL
-(-1016 |Str| |Sym| |Int| |Flt| |Expr|)
+(-1017 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This category allows the manipulation of Lisp values while keeping the grunge fairly localized.")) (|#| (((|Integer|) $) "\\spad{\\#((a1,...,an))} returns \\spad{n}.")) (|cdr| (($ $) "\\spad{cdr((a1,...,an))} returns \\spad{(a2,...,an)}.")) (|car| (($ $) "\\spad{car((a1,...,an))} returns \\spad{a1}.")) (|expr| ((|#5| $) "\\spad{expr(s)} returns \\spad{s} as an element of Expr; Error: if \\spad{s} is not an atom that also belongs to Expr.")) (|float| ((|#4| $) "\\spad{float(s)} returns \\spad{s} as an element of Flt; Error: if \\spad{s} is not an atom that also belongs to Flt.")) (|integer| ((|#3| $) "\\spad{integer(s)} returns \\spad{s} as an element of Int. Error: if \\spad{s} is not an atom that also belongs to Int.")) (|symbol| ((|#2| $) "\\spad{symbol(s)} returns \\spad{s} as an element of Sym. Error: if \\spad{s} is not an atom that also belongs to Sym.")) (|string| ((|#1| $) "\\spad{string(s)} returns \\spad{s} as an element of Str. Error: if \\spad{s} is not an atom that also belongs to Str.")) (|destruct| (((|List| $) $) "\\spad{destruct((a1,...,an))} returns the list [\\spad{a1},{}...,{}an].")) (|float?| (((|Boolean|) $) "\\spad{float?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Flt.")) (|integer?| (((|Boolean|) $) "\\spad{integer?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Int.")) (|symbol?| (((|Boolean|) $) "\\spad{symbol?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Sym.")) (|string?| (((|Boolean|) $) "\\spad{string?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Str.")) (|list?| (((|Boolean|) $) "\\spad{list?(s)} is \\spad{true} if \\spad{s} is a Lisp list,{} possibly ().")) (|pair?| (((|Boolean|) $) "\\spad{pair?(s)} is \\spad{true} if \\spad{s} has is a non-null Lisp list.")) (|atom?| (((|Boolean|) $) "\\spad{atom?(s)} is \\spad{true} if \\spad{s} is a Lisp atom.")) (|null?| (((|Boolean|) $) "\\spad{null?(s)} is \\spad{true} if \\spad{s} is the \\spad{S}-expression ().")) (|eq| (((|Boolean|) $ $) "\\spad{eq(s, t)} is \\spad{true} if \\%peq(\\spad{s},{}\\spad{t}) is \\spad{true} for pointers.")))
NIL
NIL
-(-1017 |Str| |Sym| |Int| |Flt| |Expr|)
+(-1018 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This domain allows the manipulation of Lisp values over arbitrary atomic types.")))
NIL
NIL
-(-1018 R E V P TS)
+(-1019 R E V P TS)
((|constructor| (NIL "\\indented{2}{A internal package for removing redundant quasi-components and redundant} \\indented{2}{branches when decomposing a variety by means of quasi-components} \\indented{2}{of regular triangular sets. \\newline} References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{5}{Tech. Report (PoSSo project)} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|branchIfCan| (((|Union| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|))) "failed") (|List| |#4|) |#5| (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{branchIfCan(leq,{}ts,{}lineq,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")) (|prepareDecompose| (((|List| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|)))) (|List| |#4|) (|List| |#5|) (|Boolean|) (|Boolean|)) "\\axiom{prepareDecompose(lp,{}lts,{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousCases| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)))) "\\axiom{removeSuperfluousCases(llpwt)} is an internal subroutine,{} exported only for developement.")) (|subCase?| (((|Boolean|) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) "\\axiom{subCase?(\\spad{lpwt1},{}\\spad{lpwt2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousQuasiComponents| (((|List| |#5|) (|List| |#5|)) "\\axiom{removeSuperfluousQuasiComponents(lts)} removes from \\axiom{lts} any \\spad{ts} such that \\axiom{subQuasiComponent?(ts,{}us)} holds for another \\spad{us} in \\axiom{lts}.")) (|subQuasiComponent?| (((|Boolean|) |#5| (|List| |#5|)) "\\axiom{subQuasiComponent?(ts,{}lus)} returns \\spad{true} iff \\axiom{subQuasiComponent?(ts,{}us)} holds for one \\spad{us} in \\spad{lus}.") (((|Boolean|) |#5| |#5|) "\\axiom{subQuasiComponent?(ts,{}us)} returns \\spad{true} iff \\axiomOpFrom{internalSubQuasiComponent?(ts,{}us)}{QuasiComponentPackage} returs \\spad{true}.")) (|internalSubQuasiComponent?| (((|Union| (|Boolean|) "failed") |#5| |#5|) "\\axiom{internalSubQuasiComponent?(ts,{}us)} returns a boolean \\spad{b} value if the fact the regular zero set of \\axiom{us} contains that of \\axiom{ts} can be decided (and in that case \\axiom{\\spad{b}} gives this inclusion) otherwise returns \\axiom{\"failed\"}.")) (|infRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{infRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalInfRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalInfRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalSubPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalSubPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}} assuming that these lists are sorted increasingly \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{infRittWu?}{RecursivePolynomialCategory}.")) (|subPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{subPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}}.")) (|subTriSet?| (((|Boolean|) |#5| |#5|) "\\axiom{subTriSet?(ts,{}us)} returns \\spad{true} iff \\axiom{ts} is a sub-set of \\axiom{us}.")) (|moreAlgebraic?| (((|Boolean|) |#5| |#5|) "\\axiom{moreAlgebraic?(ts,{}us)} returns \\spad{false} iff \\axiom{ts} and \\axiom{us} are both empty,{} or \\axiom{ts} has less elements than \\axiom{us},{} or some variable is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{us} and is not \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|algebraicSort| (((|List| |#5|) (|List| |#5|)) "\\axiom{algebraicSort(lts)} sorts \\axiom{lts} \\spad{w}.\\spad{r}.\\spad{t} \\axiomOpFrom{supDimElseRittWu}{QuasiComponentPackage}.")) (|supDimElseRittWu?| (((|Boolean|) |#5| |#5|) "\\axiom{supDimElseRittWu(ts,{}us)} returns \\spad{true} iff \\axiom{ts} has less elements than \\axiom{us} otherwise if \\axiom{ts} has higher rank than \\axiom{us} \\spad{w}.\\spad{r}.\\spad{t}. Riit and Wu ordering.")) (|stopTable!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTable!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-1019 R E V P TS)
+(-1020 R E V P TS)
((|constructor| (NIL "A internal package for computing gcds and resultants of univariate polynomials with coefficients in a tower of simple extensions of a field. There is no need to use directly this package since its main operations are available from \\spad{TS}. \\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of gcd over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of \\spad{AAECC11}} \\indented{5}{Paris,{} 1995.} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
NIL
NIL
-(-1020 R E V P)
+(-1021 R E V P)
((|constructor| (NIL "The category of square-free regular triangular sets. A regular triangular set \\spad{ts} is square-free if the gcd of any polynomial \\spad{p} in \\spad{ts} and \\spad{differentiate(p,mvar(p))} \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{collectUnder}{TriangularSetCategory}(ts,{}\\axiomOpFrom{mvar}{RecursivePolynomialCategory}(\\spad{p})) has degree zero \\spad{w}.\\spad{r}.\\spad{t}. \\spad{mvar(p)}. Thus any square-free regular set defines a tower of square-free simple extensions.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Habilitation Thesis,{} ETZH,{} Zurich,{} 1995.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
-((-3997 . T))
NIL
-(-1021)
+NIL
+(-1022)
((|constructor| (NIL "SymmetricGroupCombinatoricFunctions contains combinatoric functions concerning symmetric groups and representation theory: list young tableaus,{} improper partitions,{} subsets bijection of Coleman.")) (|unrankImproperPartitions1| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{unrankImproperPartitions1(n,m,k)} computes the {\\em k}\\spad{-}th improper partition of nonnegative \\spad{n} in at most \\spad{m} nonnegative parts ordered as follows: first,{} in reverse lexicographically according to their non-zero parts,{} then according to their positions (\\spadignore{i.e.} lexicographical order using {\\em subSet}: {\\em [3,0,0] < [0,3,0] < [0,0,3] < [2,1,0] < [2,0,1] < [0,2,1] < [1,2,0] < [1,0,2] < [0,1,2] < [1,1,1]}). Note: counting of subtrees is done by {\\em numberOfImproperPartitionsInternal}.")) (|unrankImproperPartitions0| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{unrankImproperPartitions0(n,m,k)} computes the {\\em k}\\spad{-}th improper partition of nonnegative \\spad{n} in \\spad{m} nonnegative parts in reverse lexicographical order. Example: {\\em [0,0,3] < [0,1,2] < [0,2,1] < [0,3,0] < [1,0,2] < [1,1,1] < [1,2,0] < [2,0,1] < [2,1,0] < [3,0,0]}. Error: if \\spad{k} is negative or too big. Note: counting of subtrees is done by \\spadfunFrom{numberOfImproperPartitions}{SymmetricGroupCombinatoricFunctions}.")) (|subSet| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subSet(n,m,k)} calculates the {\\em k}\\spad{-}th {\\em m}-subset of the set {\\em 0,1,...,(n-1)} in the lexicographic order considered as a decreasing map from {\\em 0,...,(m-1)} into {\\em 0,...,(n-1)}. See \\spad{S}.\\spad{G}. Williamson: Theorem 1.60. Error: if not {\\em (0 <= m <= n and 0 < = k < (n choose m))}.")) (|numberOfImproperPartitions| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{numberOfImproperPartitions(n,m)} computes the number of partitions of the nonnegative integer \\spad{n} in \\spad{m} nonnegative parts with regarding the order (improper partitions). Example: {\\em numberOfImproperPartitions (3,3)} is 10,{} since {\\em [0,0,3], [0,1,2], [0,2,1], [0,3,0], [1,0,2], [1,1,1], [1,2,0], [2,0,1], [2,1,0], [3,0,0]} are the possibilities. Note: this operation has a recursive implementation.")) (|nextPartition| (((|Vector| (|Integer|)) (|List| (|Integer|)) (|Vector| (|Integer|)) (|Integer|)) "\\spad{nextPartition(gamma,part,number)} generates the partition of {\\em number} which follows {\\em part} according to the right-to-left lexicographical order. The partition has the property that its components do not exceed the corresponding components of {\\em gamma}. the first partition is achieved by {\\em part=[]}. Also,{} {\\em []} indicates that {\\em part} is the last partition.") (((|Vector| (|Integer|)) (|Vector| (|Integer|)) (|Vector| (|Integer|)) (|Integer|)) "\\spad{nextPartition(gamma,part,number)} generates the partition of {\\em number} which follows {\\em part} according to the right-to-left lexicographical order. The partition has the property that its components do not exceed the corresponding components of {\\em gamma}. The first partition is achieved by {\\em part=[]}. Also,{} {\\em []} indicates that {\\em part} is the last partition.")) (|nextLatticePermutation| (((|List| (|Integer|)) (|List| (|PositiveInteger|)) (|List| (|Integer|)) (|Boolean|)) "\\spad{nextLatticePermutation(lambda,lattP,constructNotFirst)} generates the lattice permutation according to the proper partition {\\em lambda} succeeding the lattice permutation {\\em lattP} in lexicographical order as long as {\\em constructNotFirst} is \\spad{true}. If {\\em constructNotFirst} is \\spad{false},{} the first lattice permutation is returned. The result {\\em nil} indicates that {\\em lattP} has no successor.")) (|nextColeman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Matrix| (|Integer|))) "\\spad{nextColeman(alpha,beta,C)} generates the next Coleman matrix of column sums {\\em alpha} and row sums {\\em beta} according to the lexicographical order from bottom-to-top. The first Coleman matrix is achieved by {\\em C=new(1,1,0)}. Also,{} {\\em new(1,1,0)} indicates that \\spad{C} is the last Coleman matrix.")) (|makeYoungTableau| (((|Matrix| (|Integer|)) (|List| (|PositiveInteger|)) (|List| (|Integer|))) "\\spad{makeYoungTableau(lambda,gitter)} computes for a given lattice permutation {\\em gitter} and for an improper partition {\\em lambda} the corresponding standard tableau of shape {\\em lambda}. Notes: see {\\em listYoungTableaus}. The entries are from {\\em 0,...,n-1}.")) (|listYoungTableaus| (((|List| (|Matrix| (|Integer|))) (|List| (|PositiveInteger|))) "\\spad{listYoungTableaus(lambda)} where {\\em lambda} is a proper partition generates the list of all standard tableaus of shape {\\em lambda} by means of lattice permutations. The numbers of the lattice permutation are interpreted as column labels. Hence the contents of these lattice permutations are the conjugate of {\\em lambda}. Notes: the functions {\\em nextLatticePermutation} and {\\em makeYoungTableau} are used. The entries are from {\\em 0,...,n-1}.")) (|inverseColeman| (((|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Matrix| (|Integer|))) "\\spad{inverseColeman(alpha,beta,C)}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For such a matrix \\spad{C},{} inverseColeman(\\spad{alpha},{}\\spad{beta},{}\\spad{C}) calculates the lexicographical smallest {\\em pi} in the corresponding double coset. Note: the resulting permutation {\\em pi} of {\\em {1,2,...,n}} is given in list form. Notes: the inverse of this map is {\\em coleman}. For details,{} see James/Kerber.")) (|coleman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{coleman(alpha,beta,pi)}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For a representing element {\\em pi} of such a double coset,{} coleman(\\spad{alpha},{}\\spad{beta},{}\\spad{pi}) generates the Coleman-matrix corresponding to {\\em alpha, beta, pi}. Note: The permutation {\\em pi} of {\\em {1,2,...,n}} has to be given in list form. Note: the inverse of this map is {\\em inverseColeman} (if {\\em pi} is the lexicographical smallest permutation in the coset). For details see James/Kerber.")))
NIL
NIL
-(-1022 T$)
+(-1023 T$)
((|constructor| (NIL "This domain implements semigroup operations.")) (|semiGroupOperation| (($ (|Mapping| |#1| |#1| |#1|)) "\\spad{semiGroupOperation f} constructs a semigroup operation out of a binary homogeneous mapping known to be associative.")))
-(((|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|) (|:| |y| |#1|) (|:| |z| |#1|)) (-3057 (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
+(((|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|) (|:| |y| |#1|) (|:| |z| |#1|)) (-3058 (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
NIL
-(-1023 T$)
+(-1024 T$)
((|constructor| (NIL "This is the category of all domains that implement semigroup operations")))
-(((|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|) (|:| |y| |#1|) (|:| |z| |#1|)) (-3057 (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
+(((|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|) (|:| |y| |#1|) (|:| |z| |#1|)) (-3058 (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
NIL
-(-1024 S)
+(-1025 S)
((|constructor| (NIL "the class of all multiplicative semigroups,{} \\spadignore{i.e.} a set with an associative operation \\spadop{*}. \\blankline")) (** (($ $ (|PositiveInteger|)) "\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times,{} \\spadignore{i.e.} exponentiation.")) (* (($ $ $) "\\spad{x*y} returns the product of \\spad{x} and \\spad{y}.")))
NIL
NIL
-(-1025)
+(-1026)
((|constructor| (NIL "the class of all multiplicative semigroups,{} \\spadignore{i.e.} a set with an associative operation \\spadop{*}. \\blankline")) (** (($ $ (|PositiveInteger|)) "\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times,{} \\spadignore{i.e.} exponentiation.")) (* (($ $ $) "\\spad{x*y} returns the product of \\spad{x} and \\spad{y}.")))
NIL
NIL
-(-1026 |dimtot| |dim1| S)
+(-1027 |dimtot| |dim1| S)
((|constructor| (NIL "\\indented{2}{This type represents the finite direct or cartesian product of an} underlying ordered component type. The vectors are ordered as if they were split into two blocks. The \\spad{dim1} parameter specifies the length of the first block. The ordering is lexicographic between the blocks but acts like \\spadtype{HomogeneousDirectProduct} within each block. This type is a suitable third argument for \\spadtype{GeneralDistributedMultivariatePolynomial}.")))
-((-3990 |has| |#3| (-961)) (-3991 |has| |#3| (-961)) (-3993 |has| |#3| (-6 -3993)))
-((OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-961))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1013))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|))))) (|HasCategory| |#3| (QUOTE (-552 (-772)))) (|HasCategory| |#3| (QUOTE (-312))) (OR (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-961)))) (OR (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-312)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-961))) (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-717))) (OR (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-756)))) (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (QUOTE (-320))) (OR (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-580 (-484)))) (|HasCategory| |#3| (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#3| (QUOTE (-580 (-484)))) (|HasCategory| |#3| (QUOTE (-961))))) (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961))) (|HasCategory| |#3| (QUOTE (-1013)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961))) (|HasCategory| |#3| (QUOTE (-1013)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (OR (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (|HasCategory| |#3| (QUOTE (-190))) (OR (|HasCategory| |#3| (QUOTE (-190))) (-12 (|HasCategory| |#3| (QUOTE (-189))) (|HasCategory| |#3| (QUOTE (-961))))) (OR (-12 (|HasCategory| |#3| (QUOTE (-811 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (|HasCategory| |#3| (QUOTE (-809 (-1090))))) (|HasCategory| |#3| (QUOTE (-1013))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-950 (-350 (-484)))))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#3| (QUOTE (-961)))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#3| (QUOTE (-1013))))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-484)))) (|HasCategory| |#3| (QUOTE (-1013)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (|HasCategory| |#3| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-717))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-756))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-484)))) (|HasCategory| |#3| (QUOTE (-1013)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-663))) (|HasCategory| |#3| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-484)))) (|HasCategory| |#3| (QUOTE (-961))))) (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| (-484) (QUOTE (-756))) (-12 (|HasCategory| |#3| (QUOTE (-580 (-484)))) (|HasCategory| |#3| (QUOTE (-961)))) (-12 (|HasCategory| |#3| (QUOTE (-189))) (|HasCategory| |#3| (QUOTE (-961)))) (-12 (|HasCategory| |#3| (QUOTE (-811 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-950 (-484)))) (|HasCategory| |#3| (QUOTE (-1013)))) (|HasCategory| |#3| (QUOTE (-961)))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-484)))) (|HasCategory| |#3| (QUOTE (-1013)))) (-12 (|HasCategory| |#3| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#3| (QUOTE (-1013)))) (|HasAttribute| |#3| (QUOTE -3993)) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-961)))) (-12 (|HasCategory| |#3| (QUOTE (-809 (-1090)))) (|HasCategory| |#3| (QUOTE (-961)))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-25))) (-12 (|HasCategory| |#3| (QUOTE (-1013))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#3|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#3|))))
-(-1027 R |x|)
+((-3991 |has| |#3| (-962)) (-3992 |has| |#3| (-962)) (-3994 |has| |#3| (-6 -3994)))
+((OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-962))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1014))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|))))) (|HasCategory| |#3| (QUOTE (-553 (-773)))) (|HasCategory| |#3| (QUOTE (-312))) (OR (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-962)))) (OR (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-312)))) (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-962))) (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-718))) (OR (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-757)))) (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (QUOTE (-320))) (OR (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-581 (-485)))) (|HasCategory| |#3| (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#3| (QUOTE (-581 (-485)))) (|HasCategory| |#3| (QUOTE (-962))))) (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962))) (|HasCategory| |#3| (QUOTE (-1014)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962))) (|HasCategory| |#3| (QUOTE (-1014)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (OR (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (OR (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (|HasCategory| |#3| (QUOTE (-190))) (OR (|HasCategory| |#3| (QUOTE (-190))) (-12 (|HasCategory| |#3| (QUOTE (-189))) (|HasCategory| |#3| (QUOTE (-962))))) (OR (-12 (|HasCategory| |#3| (QUOTE (-812 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (|HasCategory| |#3| (QUOTE (-810 (-1091))))) (|HasCategory| |#3| (QUOTE (-1014))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-951 (-350 (-485)))))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#3| (QUOTE (-962)))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#3| (QUOTE (-1014))))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-485)))) (|HasCategory| |#3| (QUOTE (-1014)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (|HasCategory| |#3| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-21))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-718))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-757))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-485)))) (|HasCategory| |#3| (QUOTE (-1014)))) (-12 (|HasCategory| |#3| (QUOTE (-312))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-664))) (|HasCategory| |#3| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-485)))) (|HasCategory| |#3| (QUOTE (-962))))) (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| (-485) (QUOTE (-757))) (-12 (|HasCategory| |#3| (QUOTE (-581 (-485)))) (|HasCategory| |#3| (QUOTE (-962)))) (-12 (|HasCategory| |#3| (QUOTE (-189))) (|HasCategory| |#3| (QUOTE (-962)))) (-12 (|HasCategory| |#3| (QUOTE (-812 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (OR (-12 (|HasCategory| |#3| (QUOTE (-951 (-485)))) (|HasCategory| |#3| (QUOTE (-1014)))) (|HasCategory| |#3| (QUOTE (-962)))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-485)))) (|HasCategory| |#3| (QUOTE (-1014)))) (-12 (|HasCategory| |#3| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#3| (QUOTE (-1014)))) (|HasAttribute| |#3| (QUOTE -3994)) (-12 (|HasCategory| |#3| (QUOTE (-190))) (|HasCategory| |#3| (QUOTE (-962)))) (-12 (|HasCategory| |#3| (QUOTE (-810 (-1091)))) (|HasCategory| |#3| (QUOTE (-962)))) (|HasCategory| |#3| (QUOTE (-146))) (|HasCategory| |#3| (QUOTE (-23))) (|HasCategory| |#3| (QUOTE (-104))) (|HasCategory| |#3| (QUOTE (-25))) (-12 (|HasCategory| |#3| (QUOTE (-1014))) (|HasCategory| |#3| (|%list| (QUOTE -260) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#3|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#3|))))
+(-1028 R |x|)
((|constructor| (NIL "This package produces functions for counting etc. real roots of univariate polynomials in \\spad{x} over \\spad{R},{} which must be an OrderedIntegralDomain")) (|countRealRootsMultiple| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{countRealRootsMultiple(p)} says how many real roots \\spad{p} has,{} counted with multiplicity")) (|SturmHabichtMultiple| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabichtMultiple(p1,p2)} computes c_{+}-c_{-} where c_{+} is the number of real roots of \\spad{p1} with \\spad{p2>0} and c_{-} is the number of real roots of \\spad{p1} with \\spad{p2<0}. If \\spad{p2=1} what you get is the number of real roots of \\spad{p1}.")) (|countRealRoots| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{countRealRoots(p)} says how many real roots \\spad{p} has")) (|SturmHabicht| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabicht(p1,p2)} computes c_{+}-c_{-} where c_{+} is the number of real roots of \\spad{p1} with \\spad{p2>0} and c_{-} is the number of real roots of \\spad{p1} with \\spad{p2<0}. If \\spad{p2=1} what you get is the number of real roots of \\spad{p1}.")) (|SturmHabichtCoefficients| (((|List| |#1|) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabichtCoefficients(p1,p2)} computes the principal Sturm-Habicht coefficients of \\spad{p1} and \\spad{p2}")) (|SturmHabichtSequence| (((|List| (|UnivariatePolynomial| |#2| |#1|)) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabichtSequence(p1,p2)} computes the Sturm-Habicht sequence of \\spad{p1} and \\spad{p2}")) (|subresultantSequence| (((|List| (|UnivariatePolynomial| |#2| |#1|)) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{subresultantSequence(p1,p2)} computes the (standard) subresultant sequence of \\spad{p1} and \\spad{p2}")))
NIL
((|HasCategory| |#1| (QUOTE (-392))))
-(-1028)
+(-1029)
((|constructor| (NIL "This is the datatype for operation signatures as \\indented{2}{used by the compiler and the interpreter.\\space{2}Note that this domain} \\indented{2}{differs from SignatureAst.} See also: ConstructorCall,{} Domain.")) (|source| (((|List| (|Syntax|)) $) "\\spad{source(s)} returns the list of parameter types of `s'.")) (|target| (((|Syntax|) $) "\\spad{target(s)} returns the target type of the signature `s'.")) (|signature| (($ (|List| (|Syntax|)) (|Syntax|)) "\\spad{signature(s,t)} constructs a Signature object with parameter types indicaded by `s',{} and return type indicated by `t'.")))
NIL
NIL
-(-1029)
+(-1030)
((|constructor| (NIL "This domain represents a signature AST. A signature AST \\indented{2}{is a description of an exported operation,{} \\spadignore{e.g.} its name,{} result} \\indented{2}{type,{} and the list of its argument types.}")) (|signature| (((|Signature|) $) "\\spad{signature(s)} returns AST of the declared signature for `s'.")) (|name| (((|Identifier|) $) "\\spad{name(s)} returns the name of the signature `s'.")) (|signatureAst| (($ (|Identifier|) (|Signature|)) "\\spad{signatureAst(n,s,t)} builds the signature AST n: \\spad{s} -> \\spad{t}")))
NIL
NIL
-(-1030 R -3093)
+(-1031 R -3094)
((|constructor| (NIL "This package provides functions to determine the sign of an elementary function around a point or infinity.")) (|sign| (((|Union| (|Integer|) #1="failed") |#2| (|Symbol|) |#2| (|String|)) "\\spad{sign(f, x, a, s)} returns the sign of \\spad{f} as \\spad{x} nears \\spad{a} from below if \\spad{s} is \"left\",{} or above if \\spad{s} is \"right\".") (((|Union| (|Integer|) #1#) |#2| (|Symbol|) (|OrderedCompletion| |#2|)) "\\spad{sign(f, x, a)} returns the sign of \\spad{f} as \\spad{x} nears \\spad{a},{} from both sides if \\spad{a} is finite.") (((|Union| (|Integer|) #1#) |#2|) "\\spad{sign(f)} returns the sign of \\spad{f} if it is constant everywhere.")))
NIL
NIL
-(-1031 R)
+(-1032 R)
((|constructor| (NIL "Find the sign of a rational function around a point or infinity.")) (|sign| (((|Union| (|Integer|) #1="failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|)) (|String|)) "\\spad{sign(f, x, a, s)} returns the sign of \\spad{f} as \\spad{x} nears \\spad{a} from the left (below) if \\spad{s} is the string \\spad{\"left\"},{} or from the right (above) if \\spad{s} is the string \\spad{\"right\"}.") (((|Union| (|Integer|) #1#) (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|)))) "\\spad{sign(f, x, a)} returns the sign of \\spad{f} as \\spad{x} approaches \\spad{a},{} from both sides if \\spad{a} is finite.") (((|Union| (|Integer|) #1#) (|Fraction| (|Polynomial| |#1|))) "\\spad{sign f} returns the sign of \\spad{f} if it is constant everywhere.")))
NIL
NIL
-(-1032)
+(-1033)
((|constructor| (NIL "\\indented{1}{Package to allow simplify to be called on AlgebraicNumbers} by converting to EXPR(INT)")) (|simplify| (((|Expression| (|Integer|)) (|AlgebraicNumber|)) "\\spad{simplify(an)} applies simplifications to \\spad{an}")))
NIL
NIL
-(-1033)
+(-1034)
((|constructor| (NIL "SingleInteger is intended to support machine integer arithmetic.")) (|xor| (($ $ $) "\\spad{xor(n,m)} returns the bit-by-bit logical {\\em xor} of the single integers \\spad{n} and \\spad{m}.")) (|noetherian| ((|attribute|) "\\spad{noetherian} all ideals are finitely generated (in fact principal).")) (|canonicalsClosed| ((|attribute|) "\\spad{canonicalClosed} means two positives multiply to give positive.")) (|canonical| ((|attribute|) "\\spad{canonical} means that mathematical equality is implied by data structure equality.")))
-((-3984 . T) (-3988 . T) (-3983 . T) (-3994 . T) (-3995 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3985 . T) (-3989 . T) (-3984 . T) (-3995 . T) (-3996 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1034 S)
+(-1035 S)
((|constructor| (NIL "A stack is a bag where the last item inserted is the first item extracted.")) (|depth| (((|NonNegativeInteger|) $) "\\spad{depth(s)} returns the number of elements of stack \\spad{s}. Note: \\axiom{depth(\\spad{s}) = \\#s}.")) (|top| ((|#1| $) "\\spad{top(s)} returns the top element \\spad{x} from \\spad{s}; \\spad{s} remains unchanged. Note: Use \\axiom{pop!(\\spad{s})} to obtain \\spad{x} and remove it from \\spad{s}.")) (|pop!| ((|#1| $) "\\spad{pop!(s)} returns the top element \\spad{x},{} destructively removing \\spad{x} from \\spad{s}. Note: Use \\axiom{top(\\spad{s})} to obtain \\spad{x} without removing it from \\spad{s}. Error: if \\spad{s} is empty.")) (|push!| ((|#1| |#1| $) "\\spad{push!(x,s)} pushes \\spad{x} onto stack \\spad{s},{} \\spadignore{i.e.} destructively changing \\spad{s} so as to have a new first (top) element \\spad{x}. Afterwards,{} pop!(\\spad{s}) produces \\spad{x} and pop!(\\spad{s}) produces the original \\spad{s}.")))
-((-3997 . T))
NIL
-(-1035 S)
+NIL
+(-1036 S)
((|constructor| (NIL "This category describes the class of homogeneous aggregates that support in place mutation that do not change their general shapes.")) (|map!| (($ (|Mapping| |#1| |#1|) $) "\\spad{map!(f,u)} destructively replaces each element \\spad{x} of \\spad{u} by \\spad{f(x)}")))
-((-3997 . T))
NIL
-(-1036 S |ndim| R |Row| |Col|)
+NIL
+(-1037 S |ndim| R |Row| |Col|)
((|constructor| (NIL "\\spadtype{SquareMatrixCategory} is a general square matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if the matrix is not invertible.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m},{} if that matrix is invertible and returns \"failed\" otherwise.")) (|minordet| ((|#3| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors.")) (|determinant| ((|#3| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}.")) (* ((|#4| |#4| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#5| $ |#5|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.")) (|diagonalProduct| ((|#3| $) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}.")) (|trace| ((|#3| $) "\\spad{trace(m)} returns the trace of the matrix \\spad{m}. this is the sum of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonal| ((|#4| $) "\\spad{diagonal(m)} returns a row consisting of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonalMatrix| (($ (|List| |#3|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ |#3|) "\\spad{scalarMatrix(r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}'s on the diagonal and zeroes elsewhere.")))
NIL
-((|HasCategory| |#3| (QUOTE (-312))) (|HasAttribute| |#3| (QUOTE (-3998 "*"))) (|HasCategory| |#3| (QUOTE (-146))))
-(-1037 |ndim| R |Row| |Col|)
+((|HasCategory| |#3| (QUOTE (-312))) (|HasAttribute| |#3| (QUOTE (-3999 "*"))) (|HasCategory| |#3| (QUOTE (-146))))
+(-1038 |ndim| R |Row| |Col|)
((|constructor| (NIL "\\spadtype{SquareMatrixCategory} is a general square matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if the matrix is not invertible.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m},{} if that matrix is invertible and returns \"failed\" otherwise.")) (|minordet| ((|#2| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors.")) (|determinant| ((|#2| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}.")) (* ((|#3| |#3| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#4| $ |#4|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.")) (|diagonalProduct| ((|#2| $) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}.")) (|trace| ((|#2| $) "\\spad{trace(m)} returns the trace of the matrix \\spad{m}. this is the sum of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonal| ((|#3| $) "\\spad{diagonal(m)} returns a row consisting of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonalMatrix| (($ (|List| |#2|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ |#2|) "\\spad{scalarMatrix(r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}'s on the diagonal and zeroes elsewhere.")))
-((-3990 . T) (-3991 . T) (-3993 . T))
+((-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1038 R |Row| |Col| M)
+(-1039 R |Row| |Col| M)
((|constructor| (NIL "\\spadtype{SmithNormalForm} is a package which provides some standard canonical forms for matrices.")) (|diophantineSystem| (((|Record| (|:| |particular| (|Union| |#3| "failed")) (|:| |basis| (|List| |#3|))) |#4| |#3|) "\\spad{diophantineSystem(A,B)} returns a particular integer solution and an integer basis of the equation \\spad{AX = B}.")) (|completeSmith| (((|Record| (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) "\\spad{completeSmith} returns a record that contains the Smith normal form \\spad{H} of the matrix and the left and right equivalence matrices \\spad{U} and \\spad{V} such that U*m*v = \\spad{H}")) (|smith| ((|#4| |#4|) "\\spad{smith(m)} returns the Smith Normal form of the matrix \\spad{m}.")) (|completeHermite| (((|Record| (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) "\\spad{completeHermite} returns a record that contains the Hermite normal form \\spad{H} of the matrix and the equivalence matrix \\spad{U} such that U*m = \\spad{H}")) (|hermite| ((|#4| |#4|) "\\spad{hermite(m)} returns the Hermite normal form of the matrix \\spad{m}.")))
NIL
NIL
-(-1039 R |VarSet|)
+(-1040 R |VarSet|)
((|constructor| (NIL "\\indented{2}{This type is the basic representation of sparse recursive multivariate} polynomials. It is parameterized by the coefficient ring and the variable set which may be infinite. The variable ordering is determined by the variable set parameter. The coefficient ring may be non-commutative,{} but the variables are assumed to commute.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-821))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| |#2| (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| |#2| (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| |#2| (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| |#2| (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| |#2| (QUOTE (-553 (-473))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3994)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
-(-1040 |Coef| |Var| SMP)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-822))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| |#2| (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| |#2| (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| |#2| (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| |#2| (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| |#2| (QUOTE (-554 (-474))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3995)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(-1041 |Coef| |Var| SMP)
((|constructor| (NIL "This domain provides multivariate Taylor series with variables from an arbitrary ordered set. A Taylor series is represented by a stream of polynomials from the polynomial domain SMP. The \\spad{n}th element of the stream is a form of degree \\spad{n}. SMTS is an internal domain.")) (|fintegrate| (($ (|Mapping| $) |#2| |#1|) "\\spad{fintegrate(f,v,c)} is the integral of \\spad{f()} with respect \\indented{1}{to \\spad{v} and having \\spad{c} as the constant of integration.} \\indented{1}{The evaluation of \\spad{f()} is delayed.}")) (|integrate| (($ $ |#2| |#1|) "\\spad{integrate(s,v,c)} is the integral of \\spad{s} with respect \\indented{1}{to \\spad{v} and having \\spad{c} as the constant of integration.}")) (|csubst| (((|Mapping| (|Stream| |#3|) |#3|) (|List| |#2|) (|List| (|Stream| |#3|))) "\\spad{csubst(a,b)} is for internal use only")) (* (($ |#3| $) "\\spad{smp*ts} multiplies a TaylorSeries by a monomial SMP.")) (|coerce| (($ |#3|) "\\spad{coerce(poly)} regroups the terms by total degree and forms a series.") (($ |#2|) "\\spad{coerce(var)} converts a variable to a Taylor series")) (|coefficient| ((|#3| $ (|NonNegativeInteger|)) "\\spad{coefficient(s, n)} gives the terms of total degree \\spad{n}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-312))))
-(-1041 R E V P)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-312))))
+(-1042 R E V P)
((|constructor| (NIL "The category of square-free and normalized triangular sets. Thus,{} up to the primitivity axiom of [1],{} these sets are Lazard triangular sets.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991}")))
-((-3997 . T))
NIL
-(-1042 UP -3093)
+NIL
+(-1043 UP -3094)
((|constructor| (NIL "This package factors the formulas out of the general solve code,{} allowing their recursive use over different domains. Care is taken to introduce few radicals so that radical extension domains can more easily simplify the results.")) (|aQuartic| ((|#2| |#2| |#2| |#2| |#2| |#2|) "\\spad{aQuartic(f,g,h,i,k)} \\undocumented")) (|aCubic| ((|#2| |#2| |#2| |#2| |#2|) "\\spad{aCubic(f,g,h,j)} \\undocumented")) (|aQuadratic| ((|#2| |#2| |#2| |#2|) "\\spad{aQuadratic(f,g,h)} \\undocumented")) (|aLinear| ((|#2| |#2| |#2|) "\\spad{aLinear(f,g)} \\undocumented")) (|quartic| (((|List| |#2|) |#2| |#2| |#2| |#2| |#2|) "\\spad{quartic(f,g,h,i,j)} \\undocumented") (((|List| |#2|) |#1|) "\\spad{quartic(u)} \\undocumented")) (|cubic| (((|List| |#2|) |#2| |#2| |#2| |#2|) "\\spad{cubic(f,g,h,i)} \\undocumented") (((|List| |#2|) |#1|) "\\spad{cubic(u)} \\undocumented")) (|quadratic| (((|List| |#2|) |#2| |#2| |#2|) "\\spad{quadratic(f,g,h)} \\undocumented") (((|List| |#2|) |#1|) "\\spad{quadratic(u)} \\undocumented")) (|linear| (((|List| |#2|) |#2| |#2|) "\\spad{linear(f,g)} \\undocumented") (((|List| |#2|) |#1|) "\\spad{linear(u)} \\undocumented")) (|mapSolve| (((|Record| (|:| |solns| (|List| |#2|)) (|:| |maps| (|List| (|Record| (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (|Mapping| |#2| |#2|)) "\\spad{mapSolve(u,f)} \\undocumented")) (|particularSolution| ((|#2| |#1|) "\\spad{particularSolution(u)} \\undocumented")) (|solve| (((|List| |#2|) |#1|) "\\spad{solve(u)} \\undocumented")))
NIL
NIL
-(-1043 R)
+(-1044 R)
((|constructor| (NIL "This package tries to find solutions expressed in terms of radicals for systems of equations of rational functions with coefficients in an integral domain \\spad{R}.")) (|contractSolve| (((|SuchThat| (|List| (|Expression| |#1|)) (|List| (|Equation| (|Expression| |#1|)))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{contractSolve(rf,x)} finds the solutions expressed in terms of radicals of the equation \\spad{rf} = 0 with respect to the symbol \\spad{x},{} where \\spad{rf} is a rational function. The result contains new symbols for common subexpressions in order to reduce the size of the output.") (((|SuchThat| (|List| (|Expression| |#1|)) (|List| (|Equation| (|Expression| |#1|)))) (|Equation| (|Fraction| (|Polynomial| |#1|))) (|Symbol|)) "\\spad{contractSolve(eq,x)} finds the solutions expressed in terms of radicals of the equation of rational functions \\spad{eq} with respect to the symbol \\spad{x}. The result contains new symbols for common subexpressions in order to reduce the size of the output.")) (|radicalRoots| (((|List| (|List| (|Expression| |#1|))) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{radicalRoots(lrf,lvar)} finds the roots expressed in terms of radicals of the list of rational functions \\spad{lrf} with respect to the list of symbols \\spad{lvar}.") (((|List| (|Expression| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{radicalRoots(rf,x)} finds the roots expressed in terms of radicals of the rational function \\spad{rf} with respect to the symbol \\spad{x}.")) (|radicalSolve| (((|List| (|List| (|Equation| (|Expression| |#1|)))) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) "\\spad{radicalSolve(leq)} finds the solutions expressed in terms of radicals of the system of equations of rational functions \\spad{leq} with respect to the unique symbol \\spad{x} appearing in \\spad{leq}.") (((|List| (|List| (|Equation| (|Expression| |#1|)))) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|List| (|Symbol|))) "\\spad{radicalSolve(leq,lvar)} finds the solutions expressed in terms of radicals of the system of equations of rational functions \\spad{leq} with respect to the list of symbols \\spad{lvar}.") (((|List| (|List| (|Equation| (|Expression| |#1|)))) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{radicalSolve(lrf)} finds the solutions expressed in terms of radicals of the system of equations \\spad{lrf} = 0,{} where \\spad{lrf} is a system of univariate rational functions.") (((|List| (|List| (|Equation| (|Expression| |#1|)))) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{radicalSolve(lrf,lvar)} finds the solutions expressed in terms of radicals of the system of equations \\spad{lrf} = 0 with respect to the list of symbols \\spad{lvar},{} where \\spad{lrf} is a list of rational functions.") (((|List| (|Equation| (|Expression| |#1|))) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{radicalSolve(eq)} finds the solutions expressed in terms of radicals of the equation of rational functions \\spad{eq} with respect to the unique symbol \\spad{x} appearing in \\spad{eq}.") (((|List| (|Equation| (|Expression| |#1|))) (|Equation| (|Fraction| (|Polynomial| |#1|))) (|Symbol|)) "\\spad{radicalSolve(eq,x)} finds the solutions expressed in terms of radicals of the equation of rational functions \\spad{eq} with respect to the symbol \\spad{x}.") (((|List| (|Equation| (|Expression| |#1|))) (|Fraction| (|Polynomial| |#1|))) "\\spad{radicalSolve(rf)} finds the solutions expressed in terms of radicals of the equation \\spad{rf} = 0,{} where \\spad{rf} is a univariate rational function.") (((|List| (|Equation| (|Expression| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{radicalSolve(rf,x)} finds the solutions expressed in terms of radicals of the equation \\spad{rf} = 0 with respect to the symbol \\spad{x},{} where \\spad{rf} is a rational function.")))
NIL
NIL
-(-1044 R)
+(-1045 R)
((|constructor| (NIL "This package finds the function \\spad{func3} where \\spad{func1} and \\spad{func2} \\indented{1}{are given and\\space{2}\\spad{func1} = \\spad{func3}(\\spad{func2}) .\\space{2}If there is no solution then} \\indented{1}{function \\spad{func1} will be returned.} \\indented{1}{An example would be\\space{2}\\spad{func1:= 8*X**3+32*X**2-14*X ::EXPR INT} and} \\indented{1}{\\spad{func2:=2*X ::EXPR INT} convert them via univariate} \\indented{1}{to FRAC SUP EXPR INT and then the solution is \\spad{func3:=X**3+X**2-X}} \\indented{1}{of type FRAC SUP EXPR INT}")) (|unvectorise| (((|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Vector| (|Expression| |#1|)) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Integer|)) "\\spad{unvectorise(vect, var, n)} returns \\spad{vect(1) + vect(2)*var + ... + vect(n+1)*var**(n)} where \\spad{vect} is the vector of the coefficients of the polynomail ,{} \\spad{var} the new variable and \\spad{n} the degree.")) (|decomposeFunc| (((|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|)))) "\\spad{decomposeFunc(func1, func2, newvar)} returns a function \\spad{func3} where \\spad{func1} = \\spad{func3}(\\spad{func2}) and expresses it in the new variable newvar. If there is no solution then \\spad{func1} will be returned.")))
NIL
NIL
-(-1045 R)
+(-1046 R)
((|constructor| (NIL "This package tries to find solutions of equations of type Expression(\\spad{R}). This means expressions involving transcendental,{} exponential,{} logarithmic and nthRoot functions. After trying to transform different kernels to one kernel by applying several rules,{} it calls zerosOf for the SparseUnivariatePolynomial in the remaining kernel. For example the expression \\spad{sin(x)*cos(x)-2} will be transformed to \\indented{3}{\\spad{-2 tan(x/2)**4 -2 tan(x/2)**3 -4 tan(x/2)**2 +2 tan(x/2) -2}} by using the function normalize and then to \\indented{3}{\\spad{-2 tan(x)**2 + tan(x) -2}} with help of subsTan. This function tries to express the given function in terms of \\spad{tan(x/2)} to express in terms of \\spad{tan(x)} . Other examples are the expressions \\spad{sqrt(x+1)+sqrt(x+7)+1} or \\indented{1}{\\spad{sqrt(sin(x))+1} .}")) (|solve| (((|List| (|List| (|Equation| (|Expression| |#1|)))) (|List| (|Equation| (|Expression| |#1|))) (|List| (|Symbol|))) "\\spad{solve(leqs, lvar)} returns a list of solutions to the list of equations \\spad{leqs} with respect to the list of symbols lvar.") (((|List| (|Equation| (|Expression| |#1|))) (|Expression| |#1|) (|Symbol|)) "\\spad{solve(expr,x)} finds the solutions of the equation \\spad{expr} = 0 with respect to the symbol \\spad{x} where \\spad{expr} is a function of type Expression(\\spad{R}).") (((|List| (|Equation| (|Expression| |#1|))) (|Equation| (|Expression| |#1|)) (|Symbol|)) "\\spad{solve(eq,x)} finds the solutions of the equation \\spad{eq} where \\spad{eq} is an equation of functions of type Expression(\\spad{R}) with respect to the symbol \\spad{x}.") (((|List| (|Equation| (|Expression| |#1|))) (|Equation| (|Expression| |#1|))) "\\spad{solve(eq)} finds the solutions of the equation \\spad{eq} where \\spad{eq} is an equation of functions of type Expression(\\spad{R}) with respect to the unique symbol \\spad{x} appearing in \\spad{eq}.") (((|List| (|Equation| (|Expression| |#1|))) (|Expression| |#1|)) "\\spad{solve(expr)} finds the solutions of the equation \\spad{expr} = 0 where \\spad{expr} is a function of type Expression(\\spad{R}) with respect to the unique symbol \\spad{x} appearing in eq.")))
NIL
NIL
-(-1046 S A)
+(-1047 S A)
((|constructor| (NIL "This package exports sorting algorithnms")) (|insertionSort!| ((|#2| |#2|) "\\spad{insertionSort! }\\undocumented") ((|#2| |#2| (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{insertionSort!(a,f)} \\undocumented")) (|bubbleSort!| ((|#2| |#2|) "\\spad{bubbleSort!(a)} \\undocumented") ((|#2| |#2| (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{bubbleSort!(a,f)} \\undocumented")))
NIL
-((|HasCategory| |#1| (QUOTE (-756))))
-(-1047 R)
+((|HasCategory| |#1| (QUOTE (-757))))
+(-1048 R)
((|constructor| (NIL "The domain ThreeSpace is used for creating three dimensional objects using functions for defining points,{} curves,{} polygons,{} constructs and the subspaces containing them.")))
NIL
NIL
-(-1048 R)
+(-1049 R)
((|constructor| (NIL "The category ThreeSpaceCategory is used for creating three dimensional objects using functions for defining points,{} curves,{} polygons,{} constructs and the subspaces containing them.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(s)} returns the \\spadtype{ThreeSpace} \\spad{s} to Output format.")) (|subspace| (((|SubSpace| 3 |#1|) $) "\\spad{subspace(s)} returns the \\spadtype{SubSpace} which holds all the point information in the \\spadtype{ThreeSpace},{} \\spad{s}.")) (|check| (($ $) "\\spad{check(s)} returns lllpt,{} list of lists of lists of point information about the \\spadtype{ThreeSpace} \\spad{s}.")) (|objects| (((|Record| (|:| |points| (|NonNegativeInteger|)) (|:| |curves| (|NonNegativeInteger|)) (|:| |polygons| (|NonNegativeInteger|)) (|:| |constructs| (|NonNegativeInteger|))) $) "\\spad{objects(s)} returns the \\spadtype{ThreeSpace},{} \\spad{s},{} in the form of a 3D object record containing information on the number of points,{} curves,{} polygons and constructs comprising the \\spadtype{ThreeSpace}..")) (|lprop| (((|List| (|SubSpaceComponentProperty|)) $) "\\spad{lprop(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of subspace component properties,{} and if so,{} returns the list; An error is signaled otherwise.")) (|llprop| (((|List| (|List| (|SubSpaceComponentProperty|))) $) "\\spad{llprop(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of curves which are lists of the subspace component properties of the curves,{} and if so,{} returns the list of lists; An error is signaled otherwise.")) (|lllp| (((|List| (|List| (|List| (|Point| |#1|)))) $) "\\spad{lllp(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of components,{} which are lists of curves,{} which are lists of points,{} and if so,{} returns the list of lists of lists; An error is signaled otherwise.")) (|lllip| (((|List| (|List| (|List| (|NonNegativeInteger|)))) $) "\\spad{lllip(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of components,{} which are lists of curves,{} which are lists of indices to points,{} and if so,{} returns the list of lists of lists; An error is signaled otherwise.")) (|lp| (((|List| (|Point| |#1|)) $) "\\spad{lp(s)} returns the list of points component which the \\spadtype{ThreeSpace},{} \\spad{s},{} contains; these points are used by reference,{} \\spadignore{i.e.} the component holds indices referring to the points rather than the points themselves. This allows for sharing of the points.")) (|mesh?| (((|Boolean|) $) "\\spad{mesh?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} is composed of one component,{} a mesh comprising a list of curves which are lists of points,{} or returns \\spad{false} if otherwise")) (|mesh| (((|List| (|List| (|Point| |#1|))) $) "\\spad{mesh(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single surface component defined by a list curves which contain lists of points,{} and if so,{} returns the list of lists of points; An error is signaled otherwise.") (($ (|List| (|List| (|Point| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh([[p0],[p1],...,[pn]], close1, close2)} creates a surface defined over a list of curves,{} \\spad{p0} through pn,{} which are lists of points; the booleans \\spad{close1} and \\spad{close2} indicate how the surface is to be closed: \\spad{close1} set to \\spad{true} means that each individual list (a curve) is to be closed (that is,{} the last point of the list is to be connected to the first point); \\spad{close2} set to \\spad{true} means that the boundary at one end of the surface is to be connected to the boundary at the other end (the boundaries are defined as the first list of points (curve) and the last list of points (curve)); the \\spadtype{ThreeSpace} containing this surface is returned.") (($ (|List| (|List| (|Point| |#1|)))) "\\spad{mesh([[p0],[p1],...,[pn]])} creates a surface defined by a list of curves which are lists,{} \\spad{p0} through pn,{} of points,{} and returns a \\spadtype{ThreeSpace} whose component is the surface.") (($ $ (|List| (|List| (|List| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh(s,[ [[r10]...,[r1m]], [[r20]...,[r2m]],..., [[rn0]...,[rnm]] ], close1, close2)} adds a surface component to the \\spadtype{ThreeSpace} \\spad{s},{} which is defined over a rectangular domain of size WxH where \\spad{W} is the number of lists of points from the domain \\spad{PointDomain(R)} and \\spad{H} is the number of elements in each of those lists; the booleans \\spad{close1} and \\spad{close2} indicate how the surface is to be closed: if \\spad{close1} is \\spad{true} this means that each individual list (a curve) is to be closed (\\spadignore{i.e.} the last point of the list is to be connected to the first point); if \\spad{close2} is \\spad{true},{} this means that the boundary at one end of the surface is to be connected to the boundary at the other end (the boundaries are defined as the first list of points (curve) and the last list of points (curve)).") (($ $ (|List| (|List| (|Point| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh(s,[[p0],[p1],...,[pn]], close1, close2)} adds a surface component to the \\spadtype{ThreeSpace},{} which is defined over a list of curves,{} in which each of these curves is a list of points. The boolean arguments \\spad{close1} and \\spad{close2} indicate how the surface is to be closed. Argument \\spad{close1} equal \\spad{true} means that each individual list (a curve) is to be closed,{} \\spadignore{i.e.} the last point of the list is to be connected to the first point. Argument \\spad{close2} equal \\spad{true} means that the boundary at one end of the surface is to be connected to the boundary at the other end,{} \\spadignore{i.e.} the boundaries are defined as the first list of points (curve) and the last list of points (curve).") (($ $ (|List| (|List| (|List| |#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|)) "\\spad{mesh(s,[ [[r10]...,[r1m]], [[r20]...,[r2m]],..., [[rn0]...,[rnm]] ], [props], prop)} adds a surface component to the \\spadtype{ThreeSpace} \\spad{s},{} which is defined over a rectangular domain of size WxH where \\spad{W} is the number of lists of points from the domain \\spad{PointDomain(R)} and \\spad{H} is the number of elements in each of those lists; lprops is the list of the subspace component properties for each curve list,{} and prop is the subspace component property by which the points are defined.") (($ $ (|List| (|List| (|Point| |#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|)) "\\spad{mesh(s,[[p0],[p1],...,[pn]],[props],prop)} adds a surface component,{} defined over a list curves which contains lists of points,{} to the \\spadtype{ThreeSpace} \\spad{s}; props is a list which contains the subspace component properties for each surface parameter,{} and \\spad{prop} is the subspace component property by which the points are defined.")) (|polygon?| (((|Boolean|) $) "\\spad{polygon?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} contains a single polygon component,{} or \\spad{false} otherwise.")) (|polygon| (((|List| (|Point| |#1|)) $) "\\spad{polygon(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single polygon component defined by a list of points,{} and if so,{} returns the list of points; An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{polygon([p0,p1,...,pn])} creates a polygon defined by a list of points,{} \\spad{p0} through pn,{} and returns a \\spadtype{ThreeSpace} whose component is the polygon.") (($ $ (|List| (|List| |#1|))) "\\spad{polygon(s,[[r0],[r1],...,[rn]])} adds a polygon component defined by a list of points \\spad{r0} through \\spad{rn},{} which are lists of elements from the domain \\spad{PointDomain(m,R)} to the \\spadtype{ThreeSpace} \\spad{s},{} where \\spad{m} is the dimension of the points and \\spad{R} is the \\spadtype{Ring} over which the points are defined.") (($ $ (|List| (|Point| |#1|))) "\\spad{polygon(s,[p0,p1,...,pn])} adds a polygon component defined by a list of points,{} \\spad{p0} throught pn,{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|closedCurve?| (((|Boolean|) $) "\\spad{closedCurve?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} contains a single closed curve component,{} \\spadignore{i.e.} the first element of the curve is also the last element,{} or \\spad{false} otherwise.")) (|closedCurve| (((|List| (|Point| |#1|)) $) "\\spad{closedCurve(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single closed curve component defined by a list of points in which the first point is also the last point,{} all of which are from the domain \\spad{PointDomain(m,R)} and if so,{} returns the list of points. An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{closedCurve(lp)} sets a list of points defined by the first element of \\spad{lp} through the last element of \\spad{lp} and back to the first elelment again and returns a \\spadtype{ThreeSpace} whose component is the closed curve defined by \\spad{lp}.") (($ $ (|List| (|List| |#1|))) "\\spad{closedCurve(s,[[lr0],[lr1],...,[lrn],[lr0]])} adds a closed curve component defined by a list of points \\spad{lr0} through \\spad{lrn},{} which are lists of elements from the domain \\spad{PointDomain(m,R)},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined and \\spad{m} is the dimension of the points,{} in which the last element of the list of points contains a copy of the first element list,{} \\spad{lr0}. The closed curve is added to the \\spadtype{ThreeSpace},{} \\spad{s}.") (($ $ (|List| (|Point| |#1|))) "\\spad{closedCurve(s,[p0,p1,...,pn,p0])} adds a closed curve component which is a list of points defined by the first element \\spad{p0} through the last element \\spad{pn} and back to the first element \\spad{p0} again,{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|curve?| (((|Boolean|) $) "\\spad{curve?(s)} queries whether the \\spadtype{ThreeSpace},{} \\spad{s},{} is a curve,{} \\spadignore{i.e.} has one component,{} a list of list of points,{} and returns \\spad{true} if it is,{} or \\spad{false} otherwise.")) (|curve| (((|List| (|Point| |#1|)) $) "\\spad{curve(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single curve defined by a list of points and if so,{} returns the curve,{} \\spadignore{i.e.} list of points. An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{curve([p0,p1,p2,...,pn])} creates a space curve defined by the list of points \\spad{p0} through \\spad{pn},{} and returns the \\spadtype{ThreeSpace} whose component is the curve.") (($ $ (|List| (|List| |#1|))) "\\spad{curve(s,[[p0],[p1],...,[pn]])} adds a space curve which is a list of points \\spad{p0} through pn defined by lists of elements from the domain \\spad{PointDomain(m,R)},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined and \\spad{m} is the dimension of the points,{} to the \\spadtype{ThreeSpace} \\spad{s}.") (($ $ (|List| (|Point| |#1|))) "\\spad{curve(s,[p0,p1,...,pn])} adds a space curve component defined by a list of points \\spad{p0} through \\spad{pn},{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|point?| (((|Boolean|) $) "\\spad{point?(s)} queries whether the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single component which is a point and returns the boolean result.")) (|point| (((|Point| |#1|) $) "\\spad{point(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of only a single point and if so,{} returns the point. An error is signaled otherwise.") (($ (|Point| |#1|)) "\\spad{point(p)} returns a \\spadtype{ThreeSpace} object which is composed of one component,{} the point \\spad{p}.") (($ $ (|NonNegativeInteger|)) "\\spad{point(s,i)} adds a point component which is placed into a component list of the \\spadtype{ThreeSpace},{} \\spad{s},{} at the index given by \\spad{i}.") (($ $ (|List| |#1|)) "\\spad{point(s,[x,y,z])} adds a point component defined by a list of elements which are from the \\spad{PointDomain(R)} to the \\spadtype{ThreeSpace},{} \\spad{s},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined.") (($ $ (|Point| |#1|)) "\\spad{point(s,p)} adds a point component defined by the point,{} \\spad{p},{} specified as a list from \\spad{List(R)},{} to the \\spadtype{ThreeSpace},{} \\spad{s},{} where \\spad{R} is the \\spadtype{Ring} over which the point is defined.")) (|modifyPointData| (($ $ (|NonNegativeInteger|) (|Point| |#1|)) "\\spad{modifyPointData(s,i,p)} changes the point at the indexed location \\spad{i} in the \\spadtype{ThreeSpace},{} \\spad{s},{} to that of point \\spad{p}. This is useful for making changes to a point which has been transformed.")) (|enterPointData| (((|NonNegativeInteger|) $ (|List| (|Point| |#1|))) "\\spad{enterPointData(s,[p0,p1,...,pn])} adds a list of points from \\spad{p0} through pn to the \\spadtype{ThreeSpace},{} \\spad{s},{} and returns the index,{} to the starting point of the list.")) (|copy| (($ $) "\\spad{copy(s)} returns a new \\spadtype{ThreeSpace} that is an exact copy of \\spad{s}.")) (|composites| (((|List| $) $) "\\spad{composites(s)} takes the \\spadtype{ThreeSpace} \\spad{s},{} and creates a list containing a unique \\spadtype{ThreeSpace} for each single composite of \\spad{s}. If \\spad{s} has no composites defined (composites need to be explicitly created),{} the list returned is empty. Note that not all the components need to be part of a composite.")) (|components| (((|List| $) $) "\\spad{components(s)} takes the \\spadtype{ThreeSpace} \\spad{s},{} and creates a list containing a unique \\spadtype{ThreeSpace} for each single component of \\spad{s}. If \\spad{s} has no components defined,{} the list returned is empty.")) (|composite| (($ (|List| $)) "\\spad{composite([s1,s2,...,sn])} will create a new \\spadtype{ThreeSpace} that is a union of all the components from each \\spadtype{ThreeSpace} in the parameter list,{} grouped as a composite.")) (|merge| (($ $ $) "\\spad{merge(s1,s2)} will create a new \\spadtype{ThreeSpace} that has the components of \\spad{s1} and \\spad{s2}; Groupings of components into composites are maintained.") (($ (|List| $)) "\\spad{merge([s1,s2,...,sn])} will create a new \\spadtype{ThreeSpace} that has the components of all the ones in the list; Groupings of components into composites are maintained.")) (|numberOfComposites| (((|NonNegativeInteger|) $) "\\spad{numberOfComposites(s)} returns the number of supercomponents,{} or composites,{} in the \\spadtype{ThreeSpace},{} \\spad{s}; Composites are arbitrary groupings of otherwise distinct and unrelated components; A \\spadtype{ThreeSpace} need not have any composites defined at all and,{} outside of the requirement that no component can belong to more than one composite at a time,{} the definition and interpretation of composites are unrestricted.")) (|numberOfComponents| (((|NonNegativeInteger|) $) "\\spad{numberOfComponents(s)} returns the number of distinct object components in the indicated \\spadtype{ThreeSpace},{} \\spad{s},{} such as points,{} curves,{} polygons,{} and constructs.")) (|create3Space| (($ (|SubSpace| 3 |#1|)) "\\spad{create3Space(s)} creates a \\spadtype{ThreeSpace} object containing objects pre-defined within some \\spadtype{SubSpace} \\spad{s}.") (($) "\\spad{create3Space()} creates a \\spadtype{ThreeSpace} object capable of holding point,{} curve,{} mesh components and any combination.")))
NIL
NIL
-(-1049)
+(-1050)
((|constructor| (NIL "This domain represents a kind of base domain \\indented{2}{for Spad syntax domain.\\space{2}It merely exists as a kind of} \\indented{2}{of abstract base in object-oriented programming language.} \\indented{2}{However,{} this is not an abstract class.}")))
NIL
NIL
-(-1050)
+(-1051)
((|constructor| (NIL "\\indented{1}{This package provides a simple Spad algebra parser.} Related Constructors: Syntax. See Also: Syntax.")) (|parse| (((|List| (|Syntax|)) (|String|)) "\\spad{parse(f)} parses the source file \\spad{f} (supposedly containing Spad algebras) and returns a List Syntax. The filename \\spad{f} is supposed to have the proper extension. Note that this function has the side effect of executing any system command contained in the file \\spad{f},{} even if it might not be meaningful.")))
NIL
NIL
-(-1051)
+(-1052)
((|constructor| (NIL "This category describes the exported \\indented{2}{signatures of the SpadAst domain.}")) (|autoCoerce| (((|Integer|) $) "\\spad{autoCoerce(s)} returns the Integer view of `s'. Left at the discretion of the compiler.") (((|String|) $) "\\spad{autoCoerce(s)} returns the String view of `s'. Left at the discretion of the compiler.") (((|Identifier|) $) "\\spad{autoCoerce(s)} returns the Identifier view of `s'. Left at the discretion of the compiler.") (((|IsAst|) $) "\\spad{autoCoerce(s)} returns the IsAst view of `s'. Left at the discretion of the compiler.") (((|HasAst|) $) "\\spad{autoCoerce(s)} returns the HasAst view of `s'. Left at the discretion of the compiler.") (((|CaseAst|) $) "\\spad{autoCoerce(s)} returns the CaseAst view of `s'. Left at the discretion of the compiler.") (((|ColonAst|) $) "\\spad{autoCoerce(s)} returns the ColoonAst view of `s'. Left at the discretion of the compiler.") (((|SuchThatAst|) $) "\\spad{autoCoerce(s)} returns the SuchThatAst view of `s'. Left at the discretion of the compiler.") (((|LetAst|) $) "\\spad{autoCoerce(s)} returns the LetAst view of `s'. Left at the discretion of the compiler.") (((|SequenceAst|) $) "\\spad{autoCoerce(s)} returns the SequenceAst view of `s'. Left at the discretion of the compiler.") (((|SegmentAst|) $) "\\spad{autoCoerce(s)} returns the SegmentAst view of `s'. Left at the discretion of the compiler.") (((|RestrictAst|) $) "\\spad{autoCoerce(s)} returns the RestrictAst view of `s'. Left at the discretion of the compiler.") (((|PretendAst|) $) "\\spad{autoCoerce(s)} returns the PretendAst view of `s'. Left at the discretion of the compiler.") (((|CoerceAst|) $) "\\spad{autoCoerce(s)} returns the CoerceAst view of `s'. Left at the discretion of the compiler.") (((|ReturnAst|) $) "\\spad{autoCoerce(s)} returns the ReturnAst view of `s'. Left at the discretion of the compiler.") (((|ExitAst|) $) "\\spad{autoCoerce(s)} returns the ExitAst view of `s'. Left at the discretion of the compiler.") (((|ConstructAst|) $) "\\spad{autoCoerce(s)} returns the ConstructAst view of `s'. Left at the discretion of the compiler.") (((|CollectAst|) $) "\\spad{autoCoerce(s)} returns the CollectAst view of `s'. Left at the discretion of the compiler.") (((|StepAst|) $) "\\spad{autoCoerce(s)} returns the InAst view of \\spad{s}. Left at the discretion of the compiler.") (((|InAst|) $) "\\spad{autoCoerce(s)} returns the InAst view of `s'. Left at the discretion of the compiler.") (((|WhileAst|) $) "\\spad{autoCoerce(s)} returns the WhileAst view of `s'. Left at the discretion of the compiler.") (((|RepeatAst|) $) "\\spad{autoCoerce(s)} returns the RepeatAst view of `s'. Left at the discretion of the compiler.") (((|IfAst|) $) "\\spad{autoCoerce(s)} returns the IfAst view of `s'. Left at the discretion of the compiler.") (((|MappingAst|) $) "\\spad{autoCoerce(s)} returns the MappingAst view of `s'. Left at the discretion of the compiler.") (((|AttributeAst|) $) "\\spad{autoCoerce(s)} returns the AttributeAst view of `s'. Left at the discretion of the compiler.") (((|SignatureAst|) $) "\\spad{autoCoerce(s)} returns the SignatureAst view of `s'. Left at the discretion of the compiler.") (((|CapsuleAst|) $) "\\spad{autoCoerce(s)} returns the CapsuleAst view of `s'. Left at the discretion of the compiler.") (((|JoinAst|) $) "\\spad{autoCoerce(s)} returns the \\spadype{JoinAst} view of of the AST object \\spad{s}. Left at the discretion of the compiler.") (((|CategoryAst|) $) "\\spad{autoCoerce(s)} returns the CategoryAst view of `s'. Left at the discretion of the compiler.") (((|WhereAst|) $) "\\spad{autoCoerce(s)} returns the WhereAst view of `s'. Left at the discretion of the compiler.") (((|MacroAst|) $) "\\spad{autoCoerce(s)} returns the MacroAst view of `s'. Left at the discretion of the compiler.") (((|DefinitionAst|) $) "\\spad{autoCoerce(s)} returns the DefinitionAst view of `s'. Left at the discretion of the compiler.") (((|ImportAst|) $) "\\spad{autoCoerce(s)} returns the ImportAst view of `s'. Left at the discretion of the compiler.")) (|case| (((|Boolean|) $ (|[\|\|]| (|Integer|))) "\\spad{s case Integer} holds if `s' represents an integer literal.") (((|Boolean|) $ (|[\|\|]| (|String|))) "\\spad{s case String} holds if `s' represents a string literal.") (((|Boolean|) $ (|[\|\|]| (|Identifier|))) "\\spad{s case Identifier} holds if `s' represents an identifier.") (((|Boolean|) $ (|[\|\|]| (|IsAst|))) "\\spad{s case IsAst} holds if `s' represents an is-expression.") (((|Boolean|) $ (|[\|\|]| (|HasAst|))) "\\spad{s case HasAst} holds if `s' represents a has-expression.") (((|Boolean|) $ (|[\|\|]| (|CaseAst|))) "\\spad{s case CaseAst} holds if `s' represents a case-expression.") (((|Boolean|) $ (|[\|\|]| (|ColonAst|))) "\\spad{s case ColonAst} holds if `s' represents a colon-expression.") (((|Boolean|) $ (|[\|\|]| (|SuchThatAst|))) "\\spad{s case SuchThatAst} holds if `s' represents a qualified-expression.") (((|Boolean|) $ (|[\|\|]| (|LetAst|))) "\\spad{s case LetAst} holds if `s' represents an assignment-expression.") (((|Boolean|) $ (|[\|\|]| (|SequenceAst|))) "\\spad{s case SequenceAst} holds if `s' represents a sequence-of-statements.") (((|Boolean|) $ (|[\|\|]| (|SegmentAst|))) "\\spad{s case SegmentAst} holds if `s' represents a segment-expression.") (((|Boolean|) $ (|[\|\|]| (|RestrictAst|))) "\\spad{s case RestrictAst} holds if `s' represents a restrict-expression.") (((|Boolean|) $ (|[\|\|]| (|PretendAst|))) "\\spad{s case PretendAst} holds if `s' represents a pretend-expression.") (((|Boolean|) $ (|[\|\|]| (|CoerceAst|))) "\\spad{s case ReturnAst} holds if `s' represents a coerce-expression.") (((|Boolean|) $ (|[\|\|]| (|ReturnAst|))) "\\spad{s case ReturnAst} holds if `s' represents a return-statement.") (((|Boolean|) $ (|[\|\|]| (|ExitAst|))) "\\spad{s case ExitAst} holds if `s' represents an exit-expression.") (((|Boolean|) $ (|[\|\|]| (|ConstructAst|))) "\\spad{s case ConstructAst} holds if `s' represents a list-expression.") (((|Boolean|) $ (|[\|\|]| (|CollectAst|))) "\\spad{s case CollectAst} holds if `s' represents a list-comprehension.") (((|Boolean|) $ (|[\|\|]| (|StepAst|))) "\\spad{s case StepAst} holds if \\spad{s} represents an arithmetic progression iterator.") (((|Boolean|) $ (|[\|\|]| (|InAst|))) "\\spad{s case InAst} holds if `s' represents a in-iterator") (((|Boolean|) $ (|[\|\|]| (|WhileAst|))) "\\spad{s case WhileAst} holds if `s' represents a while-iterator") (((|Boolean|) $ (|[\|\|]| (|RepeatAst|))) "\\spad{s case RepeatAst} holds if `s' represents an repeat-loop.") (((|Boolean|) $ (|[\|\|]| (|IfAst|))) "\\spad{s case IfAst} holds if `s' represents an if-statement.") (((|Boolean|) $ (|[\|\|]| (|MappingAst|))) "\\spad{s case MappingAst} holds if `s' represents a mapping type.") (((|Boolean|) $ (|[\|\|]| (|AttributeAst|))) "\\spad{s case AttributeAst} holds if `s' represents an attribute.") (((|Boolean|) $ (|[\|\|]| (|SignatureAst|))) "\\spad{s case SignatureAst} holds if `s' represents a signature export.") (((|Boolean|) $ (|[\|\|]| (|CapsuleAst|))) "\\spad{s case CapsuleAst} holds if `s' represents a domain capsule.") (((|Boolean|) $ (|[\|\|]| (|JoinAst|))) "\\spad{s case JoinAst} holds is the syntax object \\spad{s} denotes the join of several categories.") (((|Boolean|) $ (|[\|\|]| (|CategoryAst|))) "\\spad{s case CategoryAst} holds if `s' represents an unnamed category.") (((|Boolean|) $ (|[\|\|]| (|WhereAst|))) "\\spad{s case WhereAst} holds if `s' represents an expression with local definitions.") (((|Boolean|) $ (|[\|\|]| (|MacroAst|))) "\\spad{s case MacroAst} holds if `s' represents a macro definition.") (((|Boolean|) $ (|[\|\|]| (|DefinitionAst|))) "\\spad{s case DefinitionAst} holds if `s' represents a definition.") (((|Boolean|) $ (|[\|\|]| (|ImportAst|))) "\\spad{s case ImportAst} holds if `s' represents an `import' statement.")))
NIL
NIL
-(-1052)
+(-1053)
((|constructor| (NIL "SpecialOutputPackage allows FORTRAN,{} Tex and \\indented{2}{Script Formula Formatter output from programs.}")) (|outputAsTex| (((|Void|) (|List| (|OutputForm|))) "\\spad{outputAsTex(l)} sends (for each expression in the list \\spad{l}) output in Tex format to the destination as defined by \\spadsyscom{set output tex}.") (((|Void|) (|OutputForm|)) "\\spad{outputAsTex(o)} sends output \\spad{o} in Tex format to the destination defined by \\spadsyscom{set output tex}.")) (|outputAsScript| (((|Void|) (|List| (|OutputForm|))) "\\spad{outputAsScript(l)} sends (for each expression in the list \\spad{l}) output in Script Formula Formatter format to the destination defined. by \\spadsyscom{set output forumula}.") (((|Void|) (|OutputForm|)) "\\spad{outputAsScript(o)} sends output \\spad{o} in Script Formula Formatter format to the destination defined by \\spadsyscom{set output formula}.")) (|outputAsFortran| (((|Void|) (|List| (|OutputForm|))) "\\spad{outputAsFortran(l)} sends (for each expression in the list \\spad{l}) output in FORTRAN format to the destination defined by \\spadsyscom{set output fortran}.") (((|Void|) (|OutputForm|)) "\\spad{outputAsFortran(o)} sends output \\spad{o} in FORTRAN format.") (((|Void|) (|String|) (|OutputForm|)) "\\spad{outputAsFortran(v,o)} sends output \\spad{v} = \\spad{o} in FORTRAN format to the destination defined by \\spadsyscom{set output fortran}.")))
NIL
NIL
-(-1053)
+(-1054)
((|constructor| (NIL "Category for the other special functions.")) (|airyBi| (($ $) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}.")) (|airyAi| (($ $) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}.")) (|besselK| (($ $ $) "\\spad{besselK(v,z)} is the modified Bessel function of the second kind.")) (|besselI| (($ $ $) "\\spad{besselI(v,z)} is the modified Bessel function of the first kind.")) (|besselY| (($ $ $) "\\spad{besselY(v,z)} is the Bessel function of the second kind.")) (|besselJ| (($ $ $) "\\spad{besselJ(v,z)} is the Bessel function of the first kind.")) (|polygamma| (($ $ $) "\\spad{polygamma(k,x)} is the \\spad{k-th} derivative of \\spad{digamma(x)},{} (often written \\spad{psi(k,x)} in the literature).")) (|digamma| (($ $) "\\spad{digamma(x)} is the logarithmic derivative of \\spad{Gamma(x)} (often written \\spad{psi(x)} in the literature).")) (|Beta| (($ $ $) "\\spad{Beta(x,y)} is \\spad{Gamma(x) * Gamma(y)/Gamma(x+y)}.")) (|Gamma| (($ $ $) "\\spad{Gamma(a,x)} is the incomplete Gamma function.") (($ $) "\\spad{Gamma(x)} is the Euler Gamma function.")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x}.")))
NIL
NIL
-(-1054 V C)
+(-1055 V C)
((|constructor| (NIL "This domain exports a modest implementation for the vertices of splitting trees. These vertices are called here splitting nodes. Every of these nodes store 3 informations. The first one is its value,{} that is the current expression to evaluate. The second one is its condition,{} that is the hypothesis under which the value has to be evaluated. The last one is its status,{} that is a boolean flag which is \\spad{true} iff the value is the result of its evaluation under its condition. Two splitting vertices are equal iff they have the sane values and the same conditions (so their status do not matter).")) (|subNode?| (((|Boolean|) $ $ (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{subNode?(\\spad{n1},{}\\spad{n2},{}\\spad{o2})} returns \\spad{true} iff \\axiom{value(\\spad{n1}) = value(\\spad{n2})} and \\axiom{\\spad{o2}(condition(\\spad{n1}),{}condition(\\spad{n2}))}")) (|infLex?| (((|Boolean|) $ $ (|Mapping| (|Boolean|) |#1| |#1|) (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{infLex?(\\spad{n1},{}\\spad{n2},{}\\spad{o1},{}\\spad{o2})} returns \\spad{true} iff \\axiom{\\spad{o1}(value(\\spad{n1}),{}value(\\spad{n2}))} or \\axiom{value(\\spad{n1}) = value(\\spad{n2})} and \\axiom{\\spad{o2}(condition(\\spad{n1}),{}condition(\\spad{n2}))}.")) (|setEmpty!| (($ $) "\\axiom{setEmpty!(\\spad{n})} replaces \\spad{n} by \\axiom{empty()\\$\\%}.")) (|setStatus!| (($ $ (|Boolean|)) "\\axiom{setStatus!(\\spad{n},{}\\spad{b})} returns \\spad{n} whose status has been replaced by \\spad{b} if it is not empty,{} else an error is produced.")) (|setCondition!| (($ $ |#2|) "\\axiom{setCondition!(\\spad{n},{}\\spad{t})} returns \\spad{n} whose condition has been replaced by \\spad{t} if it is not empty,{} else an error is produced.")) (|setValue!| (($ $ |#1|) "\\axiom{setValue!(\\spad{n},{}\\spad{v})} returns \\spad{n} whose value has been replaced by \\spad{v} if it is not empty,{} else an error is produced.")) (|copy| (($ $) "\\axiom{copy(\\spad{n})} returns a copy of \\spad{n}.")) (|construct| (((|List| $) |#1| (|List| |#2|)) "\\axiom{construct(\\spad{v},{}lt)} returns the same as \\axiom{[construct(\\spad{v},{}\\spad{t}) for \\spad{t} in lt]}") (((|List| $) (|List| (|Record| (|:| |val| |#1|) (|:| |tower| |#2|)))) "\\axiom{construct(lvt)} returns the same as \\axiom{[construct(vt.val,{}vt.tower) for vt in lvt]}") (($ (|Record| (|:| |val| |#1|) (|:| |tower| |#2|))) "\\axiom{construct(vt)} returns the same as \\axiom{construct(vt.val,{}vt.tower)}") (($ |#1| |#2|) "\\axiom{construct(\\spad{v},{}\\spad{t})} returns the same as \\axiom{construct(\\spad{v},{}\\spad{t},{}\\spad{false})}") (($ |#1| |#2| (|Boolean|)) "\\axiom{construct(\\spad{v},{}\\spad{t},{}\\spad{b})} returns the non-empty node with value \\spad{v},{} condition \\spad{t} and flag \\spad{b}")) (|status| (((|Boolean|) $) "\\axiom{status(\\spad{n})} returns the status of the node \\spad{n}.")) (|condition| ((|#2| $) "\\axiom{condition(\\spad{n})} returns the condition of the node \\spad{n}.")) (|value| ((|#1| $) "\\axiom{value(\\spad{n})} returns the value of the node \\spad{n}.")) (|empty?| (((|Boolean|) $) "\\axiom{empty?(\\spad{n})} returns \\spad{true} iff the node \\spad{n} is \\axiom{empty()\\$\\%}.")) (|empty| (($) "\\axiom{empty()} returns the same as \\axiom{[empty()\\$\\spad{V},{}empty()\\$\\spad{C},{}\\spad{false}]\\$\\%}")))
NIL
NIL
-(-1055 V C)
+(-1056 V C)
((|constructor| (NIL "This domain exports a modest implementation of splitting trees. Spliiting trees are needed when the evaluation of some quantity under some hypothesis requires to split the hypothesis into sub-cases. For instance by adding some new hypothesis on one hand and its negation on another hand. The computations are terminated is a splitting tree \\axiom{a} when \\axiom{status(value(a))} is \\axiom{\\spad{true}}. Thus,{} if for the splitting tree \\axiom{a} the flag \\axiom{status(value(a))} is \\axiom{\\spad{true}},{} then \\axiom{status(value(\\spad{d}))} is \\axiom{\\spad{true}} for any subtree \\axiom{\\spad{d}} of \\axiom{a}. This property of splitting trees is called the termination condition. If no vertex in a splitting tree \\axiom{a} is equal to another,{} \\axiom{a} is said to satisfy the no-duplicates condition. The splitting tree \\axiom{a} will satisfy this condition if nodes are added to \\axiom{a} by mean of \\axiom{splitNodeOf!} and if \\axiom{construct} is only used to create the root of \\axiom{a} with no children.")) (|splitNodeOf!| (($ $ $ (|List| (|SplittingNode| |#1| |#2|)) (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{splitNodeOf!(\\spad{l},{}a,{}ls,{}sub?)} returns \\axiom{a} where the children list of \\axiom{\\spad{l}} has been set to \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in ls | not subNodeOf?(\\spad{s},{}a,{}sub?)]}. Thus,{} if \\axiom{\\spad{l}} is not a node of \\axiom{a},{} this latter splitting tree is unchanged.") (($ $ $ (|List| (|SplittingNode| |#1| |#2|))) "\\axiom{splitNodeOf!(\\spad{l},{}a,{}ls)} returns \\axiom{a} where the children list of \\axiom{\\spad{l}} has been set to \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in ls | not nodeOf?(\\spad{s},{}a)]}. Thus,{} if \\axiom{\\spad{l}} is not a node of \\axiom{a},{} this latter splitting tree is unchanged.")) (|remove!| (($ (|SplittingNode| |#1| |#2|) $) "\\axiom{remove!(\\spad{s},{}a)} replaces a by remove(\\spad{s},{}a)")) (|remove| (($ (|SplittingNode| |#1| |#2|) $) "\\axiom{remove(\\spad{s},{}a)} returns the splitting tree obtained from a by removing every sub-tree \\axiom{\\spad{b}} such that \\axiom{value(\\spad{b})} and \\axiom{\\spad{s}} have the same value,{} condition and status.")) (|subNodeOf?| (((|Boolean|) (|SplittingNode| |#1| |#2|) $ (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{subNodeOf?(\\spad{s},{}a,{}sub?)} returns \\spad{true} iff for some node \\axiom{\\spad{n}} in \\axiom{a} we have \\axiom{\\spad{s} = \\spad{n}} or \\axiom{status(\\spad{n})} and \\axiom{subNode?(\\spad{s},{}\\spad{n},{}sub?)}.")) (|nodeOf?| (((|Boolean|) (|SplittingNode| |#1| |#2|) $) "\\axiom{nodeOf?(\\spad{s},{}a)} returns \\spad{true} iff some node of \\axiom{a} is equal to \\axiom{\\spad{s}}")) (|result| (((|List| (|Record| (|:| |val| |#1|) (|:| |tower| |#2|))) $) "\\axiom{result(a)} where \\axiom{ls} is the leaves list of \\axiom{a} returns \\axiom{[[value(\\spad{s}),{}condition(\\spad{s})]\\$VT for \\spad{s} in ls]} if the computations are terminated in \\axiom{a} else an error is produced.")) (|conditions| (((|List| |#2|) $) "\\axiom{conditions(a)} returns the list of the conditions of the leaves of a")) (|construct| (($ |#1| |#2| |#1| (|List| |#2|)) "\\axiom{construct(\\spad{v1},{}\\spad{t},{}\\spad{v2},{}lt)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[\\spad{v},{}\\spad{t}]\\$\\spad{S}} and with children list given by \\axiom{[[[\\spad{v},{}\\spad{t}]\\$\\spad{S}]\\$\\% for \\spad{s} in ls]}.") (($ |#1| |#2| (|List| (|SplittingNode| |#1| |#2|))) "\\axiom{construct(\\spad{v},{}\\spad{t},{}ls)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[\\spad{v},{}\\spad{t}]\\$\\spad{S}} and with children list given by \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in ls]}.") (($ |#1| |#2| (|List| $)) "\\axiom{construct(\\spad{v},{}\\spad{t},{}la)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[\\spad{v},{}\\spad{t}]\\$\\spad{S}} and with \\axiom{la} as children list.") (($ (|SplittingNode| |#1| |#2|)) "\\axiom{construct(\\spad{s})} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{\\spad{s}} and no children. Thus,{} if the status of \\axiom{\\spad{s}} is \\spad{false},{} \\axiom{[\\spad{s}]} represents the starting point of the evaluation \\axiom{value(\\spad{s})} under the hypothesis \\axiom{condition(\\spad{s})}.")) (|updateStatus!| (($ $) "\\axiom{updateStatus!(a)} returns a where the status of the vertices are updated to satisfy the \"termination condition\".")) (|extractSplittingLeaf| (((|Union| $ "failed") $) "\\axiom{extractSplittingLeaf(a)} returns the left most leaf (as a tree) whose status is \\spad{false} if any,{} else \"failed\" is returned.")))
-((-3997 . T))
-((-12 (|HasCategory| (-1054 |#1| |#2|) (|%list| (QUOTE -260) (|%list| (QUOTE -1054) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1054 |#1| |#2|) (QUOTE (-1013)))) (|HasCategory| (-1054 |#1| |#2|) (QUOTE (-1013))) (OR (|HasCategory| (-1054 |#1| |#2|) (QUOTE (-72))) (|HasCategory| (-1054 |#1| |#2|) (QUOTE (-1013)))) (|HasCategory| (-1054 |#1| |#2|) (QUOTE (-552 (-772)))) (|HasCategory| (-1054 |#1| |#2|) (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1035) (|%list| (QUOTE -1054) (|devaluate| |#1|) (|devaluate| |#2|)))))
-(-1056 |ndim| R)
+NIL
+((-12 (|HasCategory| (-1055 |#1| |#2|) (|%list| (QUOTE -260) (|%list| (QUOTE -1055) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1055 |#1| |#2|) (QUOTE (-1014)))) (|HasCategory| (-1055 |#1| |#2|) (QUOTE (-1014))) (OR (|HasCategory| (-1055 |#1| |#2|) (QUOTE (-72))) (|HasCategory| (-1055 |#1| |#2|) (QUOTE (-1014)))) (|HasCategory| (-1055 |#1| |#2|) (QUOTE (-553 (-773)))) (|HasCategory| (-1055 |#1| |#2|) (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1036) (|%list| (QUOTE -1055) (|devaluate| |#1|) (|devaluate| |#2|)))))
+(-1057 |ndim| R)
((|constructor| (NIL "\\spadtype{SquareMatrix} is a matrix domain of square matrices,{} where the number of rows (= number of columns) is a parameter of the type.")) (|unitsKnown| ((|attribute|) "the invertible matrices are simply the matrices whose determinants are units in the Ring \\spad{R}.")) (|central| ((|attribute|) "the elements of the Ring \\spad{R},{} viewed as diagonal matrices,{} commute with all matrices and,{} indeed,{} are the only matrices which commute with all matrices.")) (|squareMatrix| (($ (|Matrix| |#2|)) "\\spad{squareMatrix(m)} converts a matrix of type \\spadtype{Matrix} to a matrix of type \\spadtype{SquareMatrix}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.")) (|new| (($ |#2|) "\\spad{new(c)} constructs a new \\spadtype{SquareMatrix} object of dimension \\spad{ndim} with initial entries equal to \\spad{c}.")))
-((-3993 . T) (-3985 |has| |#2| (-6 (-3998 "*"))) (-3990 . T) (-3991 . T))
-((|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-189))) (|HasAttribute| |#2| (QUOTE (-3998 #1="*"))) (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))))) (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-312))) (OR (|HasAttribute| |#2| (QUOTE (-3998 #1#))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-809 (-1090))))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1013))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-146))))
-(-1057 S)
+((-3994 . T) (-3986 |has| |#2| (-6 (-3999 "*"))) (-3991 . T) (-3992 . T))
+((|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-189))) (|HasAttribute| |#2| (QUOTE (-3999 #1="*"))) (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|))))) (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| |#2| (QUOTE (-258))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-312))) (OR (|HasAttribute| |#2| (QUOTE (-3999 #1#))) (|HasCategory| |#2| (QUOTE (-190))) (|HasCategory| |#2| (QUOTE (-810 (-1091))))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1014))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-146))))
+(-1058 S)
((|constructor| (NIL "A string aggregate is a category for strings,{} that is,{} one dimensional arrays of characters.")) (|elt| (($ $ $) "\\spad{elt(s,t)} returns the concatenation of \\spad{s} and \\spad{t}. It is provided to allow juxtaposition of strings to work as concatenation. For example,{} \\axiom{\"smoo\" \"shed\"} returns \\axiom{\"smooshed\"}.")) (|rightTrim| (($ $ (|CharacterClass|)) "\\spad{rightTrim(s,cc)} returns \\spad{s} with all trailing occurences of characters in \\spad{cc} deleted. For example,{} \\axiom{rightTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"(abc\"}.") (($ $ (|Character|)) "\\spad{rightTrim(s,c)} returns \\spad{s} with all trailing occurrences of \\spad{c} deleted. For example,{} \\axiom{rightTrim(\" abc \",{} char \" \")} returns \\axiom{\" abc\"}.")) (|leftTrim| (($ $ (|CharacterClass|)) "\\spad{leftTrim(s,cc)} returns \\spad{s} with all leading characters in \\spad{cc} deleted. For example,{} \\axiom{leftTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc)\"}.") (($ $ (|Character|)) "\\spad{leftTrim(s,c)} returns \\spad{s} with all leading characters \\spad{c} deleted. For example,{} \\axiom{leftTrim(\" abc \",{} char \" \")} returns \\axiom{\"abc \"}.")) (|trim| (($ $ (|CharacterClass|)) "\\spad{trim(s,cc)} returns \\spad{s} with all characters in \\spad{cc} deleted from right and left ends. For example,{} \\axiom{trim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc\"}.") (($ $ (|Character|)) "\\spad{trim(s,c)} returns \\spad{s} with all characters \\spad{c} deleted from right and left ends. For example,{} \\axiom{trim(\" abc \",{} char \" \")} returns \\axiom{\"abc\"}.")) (|split| (((|List| $) $ (|CharacterClass|)) "\\spad{split(s,cc)} returns a list of substrings delimited by characters in \\spad{cc}.") (((|List| $) $ (|Character|)) "\\spad{split(s,c)} returns a list of substrings delimited by character \\spad{c}.")) (|coerce| (($ (|Character|)) "\\spad{coerce(c)} returns \\spad{c} as a string \\spad{s} with the character \\spad{c}.")) (|position| (((|Integer|) (|CharacterClass|) $ (|Integer|)) "\\spad{position(cc,t,i)} returns the position \\axiom{\\spad{j} >= \\spad{i}} in \\spad{t} of the first character belonging to \\spad{cc}.") (((|Integer|) $ $ (|Integer|)) "\\spad{position(s,t,i)} returns the position \\spad{j} of the substring \\spad{s} in string \\spad{t},{} where \\axiom{\\spad{j} >= \\spad{i}} is required.")) (|replace| (($ $ (|UniversalSegment| (|Integer|)) $) "\\spad{replace(s,i..j,t)} replaces the substring \\axiom{\\spad{s}(\\spad{i}..\\spad{j})} of \\spad{s} by string \\spad{t}.")) (|match?| (((|Boolean|) $ $ (|Character|)) "\\spad{match?(s,t,c)} tests if \\spad{s} matches \\spad{t} except perhaps for multiple and consecutive occurrences of character \\spad{c}. Typically \\spad{c} is the blank character.")) (|match| (((|NonNegativeInteger|) $ $ (|Character|)) "\\spad{match(p,s,wc)} tests if pattern \\axiom{\\spad{p}} matches subject \\axiom{\\spad{s}} where \\axiom{\\spad{wc}} is a wild card character. If no match occurs,{} the index \\axiom{0} is returned; otheriwse,{} the value returned is the first index of the first character in the subject matching the subject (excluding that matched by an initial wild-card). For example,{} \\axiom{match(\"*to*\",{}\"yorktown\",{}\"*\")} returns \\axiom{5} indicating a successful match starting at index \\axiom{5} of \\axiom{\"yorktown\"}.")) (|substring?| (((|Boolean|) $ $ (|Integer|)) "\\spad{substring?(s,t,i)} tests if \\spad{s} is a substring of \\spad{t} beginning at index \\spad{i}. Note: \\axiom{substring?(\\spad{s},{}\\spad{t},{}0) = prefix?(\\spad{s},{}\\spad{t})}.")) (|suffix?| (((|Boolean|) $ $) "\\spad{suffix?(s,t)} tests if the string \\spad{s} is the final substring of \\spad{t}. Note: \\axiom{suffix?(\\spad{s},{}\\spad{t}) == reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.(\\spad{n} - \\spad{m} + \\spad{i}) for \\spad{i} in 0..maxIndex \\spad{s}])} where \\spad{m} and \\spad{n} denote the maxIndex of \\spad{s} and \\spad{t} respectively.")) (|prefix?| (((|Boolean|) $ $) "\\spad{prefix?(s,t)} tests if the string \\spad{s} is the initial substring of \\spad{t}. Note: \\axiom{prefix?(\\spad{s},{}\\spad{t}) == reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.\\spad{i} for \\spad{i} in 0..maxIndex \\spad{s}])}.")) (|upperCase!| (($ $) "\\spad{upperCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by upper case characters.")) (|upperCase| (($ $) "\\spad{upperCase(s)} returns the string with all characters in upper case.")) (|lowerCase!| (($ $) "\\spad{lowerCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by lower case.")) (|lowerCase| (($ $) "\\spad{lowerCase(s)} returns the string with all characters in lower case.")))
NIL
NIL
-(-1058)
+(-1059)
((|constructor| (NIL "A string aggregate is a category for strings,{} that is,{} one dimensional arrays of characters.")) (|elt| (($ $ $) "\\spad{elt(s,t)} returns the concatenation of \\spad{s} and \\spad{t}. It is provided to allow juxtaposition of strings to work as concatenation. For example,{} \\axiom{\"smoo\" \"shed\"} returns \\axiom{\"smooshed\"}.")) (|rightTrim| (($ $ (|CharacterClass|)) "\\spad{rightTrim(s,cc)} returns \\spad{s} with all trailing occurences of characters in \\spad{cc} deleted. For example,{} \\axiom{rightTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"(abc\"}.") (($ $ (|Character|)) "\\spad{rightTrim(s,c)} returns \\spad{s} with all trailing occurrences of \\spad{c} deleted. For example,{} \\axiom{rightTrim(\" abc \",{} char \" \")} returns \\axiom{\" abc\"}.")) (|leftTrim| (($ $ (|CharacterClass|)) "\\spad{leftTrim(s,cc)} returns \\spad{s} with all leading characters in \\spad{cc} deleted. For example,{} \\axiom{leftTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc)\"}.") (($ $ (|Character|)) "\\spad{leftTrim(s,c)} returns \\spad{s} with all leading characters \\spad{c} deleted. For example,{} \\axiom{leftTrim(\" abc \",{} char \" \")} returns \\axiom{\"abc \"}.")) (|trim| (($ $ (|CharacterClass|)) "\\spad{trim(s,cc)} returns \\spad{s} with all characters in \\spad{cc} deleted from right and left ends. For example,{} \\axiom{trim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc\"}.") (($ $ (|Character|)) "\\spad{trim(s,c)} returns \\spad{s} with all characters \\spad{c} deleted from right and left ends. For example,{} \\axiom{trim(\" abc \",{} char \" \")} returns \\axiom{\"abc\"}.")) (|split| (((|List| $) $ (|CharacterClass|)) "\\spad{split(s,cc)} returns a list of substrings delimited by characters in \\spad{cc}.") (((|List| $) $ (|Character|)) "\\spad{split(s,c)} returns a list of substrings delimited by character \\spad{c}.")) (|coerce| (($ (|Character|)) "\\spad{coerce(c)} returns \\spad{c} as a string \\spad{s} with the character \\spad{c}.")) (|position| (((|Integer|) (|CharacterClass|) $ (|Integer|)) "\\spad{position(cc,t,i)} returns the position \\axiom{\\spad{j} >= \\spad{i}} in \\spad{t} of the first character belonging to \\spad{cc}.") (((|Integer|) $ $ (|Integer|)) "\\spad{position(s,t,i)} returns the position \\spad{j} of the substring \\spad{s} in string \\spad{t},{} where \\axiom{\\spad{j} >= \\spad{i}} is required.")) (|replace| (($ $ (|UniversalSegment| (|Integer|)) $) "\\spad{replace(s,i..j,t)} replaces the substring \\axiom{\\spad{s}(\\spad{i}..\\spad{j})} of \\spad{s} by string \\spad{t}.")) (|match?| (((|Boolean|) $ $ (|Character|)) "\\spad{match?(s,t,c)} tests if \\spad{s} matches \\spad{t} except perhaps for multiple and consecutive occurrences of character \\spad{c}. Typically \\spad{c} is the blank character.")) (|match| (((|NonNegativeInteger|) $ $ (|Character|)) "\\spad{match(p,s,wc)} tests if pattern \\axiom{\\spad{p}} matches subject \\axiom{\\spad{s}} where \\axiom{\\spad{wc}} is a wild card character. If no match occurs,{} the index \\axiom{0} is returned; otheriwse,{} the value returned is the first index of the first character in the subject matching the subject (excluding that matched by an initial wild-card). For example,{} \\axiom{match(\"*to*\",{}\"yorktown\",{}\"*\")} returns \\axiom{5} indicating a successful match starting at index \\axiom{5} of \\axiom{\"yorktown\"}.")) (|substring?| (((|Boolean|) $ $ (|Integer|)) "\\spad{substring?(s,t,i)} tests if \\spad{s} is a substring of \\spad{t} beginning at index \\spad{i}. Note: \\axiom{substring?(\\spad{s},{}\\spad{t},{}0) = prefix?(\\spad{s},{}\\spad{t})}.")) (|suffix?| (((|Boolean|) $ $) "\\spad{suffix?(s,t)} tests if the string \\spad{s} is the final substring of \\spad{t}. Note: \\axiom{suffix?(\\spad{s},{}\\spad{t}) == reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.(\\spad{n} - \\spad{m} + \\spad{i}) for \\spad{i} in 0..maxIndex \\spad{s}])} where \\spad{m} and \\spad{n} denote the maxIndex of \\spad{s} and \\spad{t} respectively.")) (|prefix?| (((|Boolean|) $ $) "\\spad{prefix?(s,t)} tests if the string \\spad{s} is the initial substring of \\spad{t}. Note: \\axiom{prefix?(\\spad{s},{}\\spad{t}) == reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.\\spad{i} for \\spad{i} in 0..maxIndex \\spad{s}])}.")) (|upperCase!| (($ $) "\\spad{upperCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by upper case characters.")) (|upperCase| (($ $) "\\spad{upperCase(s)} returns the string with all characters in upper case.")) (|lowerCase!| (($ $) "\\spad{lowerCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by lower case.")) (|lowerCase| (($ $) "\\spad{lowerCase(s)} returns the string with all characters in lower case.")))
-((-3997 . T))
NIL
-(-1059 R E V P TS)
+NIL
+(-1060 R E V P TS)
((|constructor| (NIL "A package providing a new algorithm for solving polynomial systems by means of regular chains. Two ways of solving are provided: in the sense of Zariski closure (like in Kalkbrener's algorithm) or in the sense of the regular zeros (like in Wu,{} Wang or Lazard- Moreno methods). This algorithm is valid for nay type of regular set. It does not care about the way a polynomial is added in an regular set,{} or how two quasi-components are compared (by an inclusion-test),{} or how the invertibility test is made in the tower of simple extensions associated with a regular set. These operations are realized respectively by the domain \\spad{TS} and the packages \\spad{QCMPPK(R,E,V,P,TS)} and \\spad{RSETGCD(R,E,V,P,TS)}. The same way it does not care about the way univariate polynomial gcds (with coefficients in the tower of simple extensions associated with a regular set) are computed. The only requirement is that these gcds need to have invertible initials (normalized or not). WARNING. There is no need for a user to call diectly any operation of this package since they can be accessed by the domain \\axiomType{TS}. Thus,{} the operations of this package are not documented.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
NIL
NIL
-(-1060 R E V P)
+(-1061 R E V P)
((|constructor| (NIL "This domain provides an implementation of square-free regular chains. Moreover,{} the operation \\axiomOpFrom{zeroSetSplit}{SquareFreeRegularTriangularSetCategory} is an implementation of a new algorithm for solving polynomial systems by means of regular chains.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.} \\indented{2}{Version: 2}")) (|preprocess| (((|Record| (|:| |val| (|List| |#4|)) (|:| |towers| (|List| $))) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{pre_process(lp,{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|internalZeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalZeroSetSplit(lp,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3})} is an internal subroutine,{} exported only for developement.")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{}\\spad{b1},{}\\spad{b2}.\\spad{b3},{}\\spad{b4})} is an internal subroutine,{} exported only for developement.") (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(lp,{}clos?,{}info?)} has the same specifications as \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory} from \\spadtype{RegularTriangularSetCategory} Moreover,{} if \\axiom{clos?} then solves in the sense of the Zariski closure else solves in the sense of the regular zeros. If \\axiom{info?} then do print messages during the computations.")) (|internalAugment| (((|List| $) |#4| $ (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalAugment(\\spad{p},{}ts,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")))
-((-3997 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1013))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (|HasCategory| |#4| (QUOTE (-553 (-473)))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-552 (-772)))) (|HasCategory| |#4| (QUOTE (-1013))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|))))
-(-1061)
+NIL
+((-12 (|HasCategory| |#4| (QUOTE (-1014))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (|HasCategory| |#4| (QUOTE (-554 (-474)))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-553 (-773)))) (|HasCategory| |#4| (QUOTE (-1014))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|))))
+(-1062)
((|constructor| (NIL "The category of all semiring structures,{} \\spadignore{e.g.} triples (\\spad{D},{}+,{}*) such that (\\spad{D},{}+) is an Abelian monoid and (\\spad{D},{}*) is a monoid with the following laws:")))
NIL
NIL
-(-1062 S)
+(-1063 S)
((|constructor| (NIL "Linked List implementation of a Stack")) (|stack| (($ (|List| |#1|)) "\\spad{stack([x,y,...,z])} creates a stack with first (top) element \\spad{x},{} second element \\spad{y},{}...,{}and last element \\spad{z}.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))))
-(-1063 A S)
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))))
+(-1064 A S)
((|constructor| (NIL "A stream aggregate is a linear aggregate which possibly has an infinite number of elements. A basic domain constructor which builds stream aggregates is \\spadtype{Stream}. From streams,{} a number of infinite structures such power series can be built. A stream aggregate may also be infinite since it may be cyclic. For example,{} see \\spadtype{DecimalExpansion}.")) (|size?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{size?(u,n)} tests if \\spad{u} has exactly \\spad{n} elements.")) (|more?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{more?(u,n)} tests if \\spad{u} has greater than \\spad{n} elements.")) (|less?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{less?(u,n)} tests if \\spad{u} has less than \\spad{n} elements.")) (|possiblyInfinite?| (((|Boolean|) $) "\\spad{possiblyInfinite?(s)} tests if the stream \\spad{s} could possibly have an infinite number of elements. Note: for many datatypes,{} \\axiom{possiblyInfinite?(\\spad{s}) = not explictlyFinite?(\\spad{s})}.")) (|explicitlyFinite?| (((|Boolean|) $) "\\spad{explicitlyFinite?(s)} tests if the stream has a finite number of elements,{} and \\spad{false} otherwise. Note: for many datatypes,{} \\axiom{explicitlyFinite?(\\spad{s}) = not possiblyInfinite?(\\spad{s})}.")))
NIL
NIL
-(-1064 S)
+(-1065 S)
((|constructor| (NIL "A stream aggregate is a linear aggregate which possibly has an infinite number of elements. A basic domain constructor which builds stream aggregates is \\spadtype{Stream}. From streams,{} a number of infinite structures such power series can be built. A stream aggregate may also be infinite since it may be cyclic. For example,{} see \\spadtype{DecimalExpansion}.")) (|size?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{size?(u,n)} tests if \\spad{u} has exactly \\spad{n} elements.")) (|more?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{more?(u,n)} tests if \\spad{u} has greater than \\spad{n} elements.")) (|less?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{less?(u,n)} tests if \\spad{u} has less than \\spad{n} elements.")) (|possiblyInfinite?| (((|Boolean|) $) "\\spad{possiblyInfinite?(s)} tests if the stream \\spad{s} could possibly have an infinite number of elements. Note: for many datatypes,{} \\axiom{possiblyInfinite?(\\spad{s}) = not explictlyFinite?(\\spad{s})}.")) (|explicitlyFinite?| (((|Boolean|) $) "\\spad{explicitlyFinite?(s)} tests if the stream has a finite number of elements,{} and \\spad{false} otherwise. Note: for many datatypes,{} \\axiom{explicitlyFinite?(\\spad{s}) = not possiblyInfinite?(\\spad{s})}.")))
NIL
NIL
-(-1065 |Key| |Ent| |dent|)
+(-1066 |Key| |Ent| |dent|)
((|constructor| (NIL "A sparse table has a default entry,{} which is returned if no other value has been explicitly stored for a key.")))
-((-3997 . T))
-((-12 (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-552 (-772))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-473)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#2|))))
-(-1066)
+NIL
+((-12 (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-553 (-773))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-554 (-474)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#2|))))
+(-1067)
((|constructor| (NIL "A class of objects which can be 'stepped through'. Repeated applications of \\spadfun{nextItem} is guaranteed never to return duplicate items and only return \"failed\" after exhausting all elements of the domain. This assumes that the sequence starts with \\spad{init()}. For non-fiinite domains,{} repeated application of \\spadfun{nextItem} is not required to reach all possible domain elements starting from any initial element. \\blankline")) (|nextItem| (((|Maybe| $) $) "\\spad{nextItem(x)} returns the next item,{} or \\spad{failed} if domain is exhausted.")) (|init| (($) "\\spad{init()} chooses an initial object for stepping.")))
NIL
NIL
-(-1067)
+(-1068)
((|constructor| (NIL "This domain represents an arithmetic progression iterator syntax.")) (|step| (((|SpadAst|) $) "\\spad{step(i)} returns the Spad AST denoting the step of the arithmetic progression represented by the iterator \\spad{i}.")) (|upperBound| (((|Maybe| (|SpadAst|)) $) "If the set of values assumed by the iteration variable is bounded from above,{} \\spad{upperBound(i)} returns the upper bound. Otherwise,{} its returns \\spad{nothing}.")) (|lowerBound| (((|SpadAst|) $) "\\spad{lowerBound(i)} returns the lower bound on the values assumed by the iteration variable.")) (|iterationVar| (((|Identifier|) $) "\\spad{iterationVar(i)} returns the name of the iterating variable of the arithmetic progression iterator \\spad{i}.")))
NIL
NIL
-(-1068 |Coef|)
+(-1069 |Coef|)
((|constructor| (NIL "This package computes infinite products of Taylor series over an integral domain of characteristic 0. Here Taylor series are represented by streams of Taylor coefficients.")) (|generalInfiniteProduct| (((|Stream| |#1|) (|Stream| |#1|) (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),a,d)} computes \\spad{product(n=a,a+d,a+2*d,...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,3,5...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,4,6...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,2,3...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-1069 S)
-((|constructor| (NIL "A stream is an implementation of an infinite sequence using a list of terms that have been computed and a function closure to compute additional terms when needed.")) (|filterUntil| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterUntil(p,s)} returns \\spad{[x0,x1,...,x(n)]} where \\spad{s = [x0,x1,x2,..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = true}.")) (|filterWhile| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterWhile(p,s)} returns \\spad{[x0,x1,...,x(n-1)]} where \\spad{s = [x0,x1,x2,..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = false}.")) (|generate| (($ (|Mapping| |#1| |#1|) |#1|) "\\spad{generate(f,x)} creates an infinite stream whose first element is \\spad{x} and whose \\spad{n}th element (\\spad{n > 1}) is \\spad{f} applied to the previous element. Note: \\spad{generate(f,x) = [x,f(x),f(f(x)),...]}.") (($ (|Mapping| |#1|)) "\\spad{generate(f)} creates an infinite stream all of whose elements are equal to \\spad{f()}. Note: \\spad{generate(f) = [f(),f(),f(),...]}.")) (|setrest!| (($ $ (|Integer|) $) "\\spad{setrest!(x,n,y)} sets rest(\\spad{x},{}\\spad{n}) to \\spad{y}. The function will expand cycles if necessary.")) (|showAll?| (((|Boolean|)) "\\spad{showAll?()} returns \\spad{true} if all computed entries of streams will be displayed.")) (|showAllElements| (((|OutputForm|) $) "\\spad{showAllElements(s)} creates an output form which displays all computed elements.")) (|output| (((|Void|) (|Integer|) $) "\\spad{output(n,st)} computes and displays the first \\spad{n} entries of \\spad{st}.")) (|cons| (($ |#1| $) "\\spad{cons(a,s)} returns a stream whose \\spad{first} is \\spad{a} and whose \\spad{rest} is \\spad{s}. Note: \\spad{cons(a,s) = concat(a,s)}.")) (|delay| (($ (|Mapping| $)) "\\spad{delay(f)} creates a stream with a lazy evaluation defined by function \\spad{f}. Caution: This function can only be called in compiled code.")) (|findCycle| (((|Record| (|:| |cycle?| (|Boolean|)) (|:| |prefix| (|NonNegativeInteger|)) (|:| |period| (|NonNegativeInteger|))) (|NonNegativeInteger|) $) "\\spad{findCycle(n,st)} determines if \\spad{st} is periodic within \\spad{n}.")) (|repeating?| (((|Boolean|) (|List| |#1|) $) "\\spad{repeating?(l,s)} returns \\spad{true} if a stream \\spad{s} is periodic with period \\spad{l},{} and \\spad{false} otherwise.")) (|repeating| (($ (|List| |#1|)) "\\spad{repeating(l)} is a repeating stream whose period is the list \\spad{l}.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))))
(-1070 S)
+((|constructor| (NIL "A stream is an implementation of an infinite sequence using a list of terms that have been computed and a function closure to compute additional terms when needed.")) (|filterUntil| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterUntil(p,s)} returns \\spad{[x0,x1,...,x(n)]} where \\spad{s = [x0,x1,x2,..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = true}.")) (|filterWhile| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterWhile(p,s)} returns \\spad{[x0,x1,...,x(n-1)]} where \\spad{s = [x0,x1,x2,..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = false}.")) (|generate| (($ (|Mapping| |#1| |#1|) |#1|) "\\spad{generate(f,x)} creates an infinite stream whose first element is \\spad{x} and whose \\spad{n}th element (\\spad{n > 1}) is \\spad{f} applied to the previous element. Note: \\spad{generate(f,x) = [x,f(x),f(f(x)),...]}.") (($ (|Mapping| |#1|)) "\\spad{generate(f)} creates an infinite stream all of whose elements are equal to \\spad{f()}. Note: \\spad{generate(f) = [f(),f(),f(),...]}.")) (|setrest!| (($ $ (|Integer|) $) "\\spad{setrest!(x,n,y)} sets rest(\\spad{x},{}\\spad{n}) to \\spad{y}. The function will expand cycles if necessary.")) (|showAll?| (((|Boolean|)) "\\spad{showAll?()} returns \\spad{true} if all computed entries of streams will be displayed.")) (|showAllElements| (((|OutputForm|) $) "\\spad{showAllElements(s)} creates an output form which displays all computed elements.")) (|output| (((|Void|) (|Integer|) $) "\\spad{output(n,st)} computes and displays the first \\spad{n} entries of \\spad{st}.")) (|cons| (($ |#1| $) "\\spad{cons(a,s)} returns a stream whose \\spad{first} is \\spad{a} and whose \\spad{rest} is \\spad{s}. Note: \\spad{cons(a,s) = concat(a,s)}.")) (|delay| (($ (|Mapping| $)) "\\spad{delay(f)} creates a stream with a lazy evaluation defined by function \\spad{f}. Caution: This function can only be called in compiled code.")) (|findCycle| (((|Record| (|:| |cycle?| (|Boolean|)) (|:| |prefix| (|NonNegativeInteger|)) (|:| |period| (|NonNegativeInteger|))) (|NonNegativeInteger|) $) "\\spad{findCycle(n,st)} determines if \\spad{st} is periodic within \\spad{n}.")) (|repeating?| (((|Boolean|) (|List| |#1|) $) "\\spad{repeating?(l,s)} returns \\spad{true} if a stream \\spad{s} is periodic with period \\spad{l},{} and \\spad{false} otherwise.")) (|repeating| (($ (|List| |#1|)) "\\spad{repeating(l)} is a repeating stream whose period is the list \\spad{l}.")))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))))
+(-1071 S)
((|constructor| (NIL "Functions defined on streams with entries in one set.")) (|concat| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{concat(u)} returns the left-to-right concatentation of the streams in \\spad{u}. Note: \\spad{concat(u) = reduce(concat,u)}.")))
NIL
NIL
-(-1071 A B)
+(-1072 A B)
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|reduce| ((|#2| |#2| (|Mapping| |#2| |#1| |#2|) (|Stream| |#1|)) "\\spad{reduce(b,f,u)},{} where \\spad{u} is a finite stream \\spad{[x0,x1,...,xn]},{} returns the value \\spad{r(n)} computed as follows: \\spad{r0 = f(x0,b), r1 = f(x1,r0),..., r(n) = f(xn,r(n-1))}.")) (|scan| (((|Stream| |#2|) |#2| (|Mapping| |#2| |#1| |#2|) (|Stream| |#1|)) "\\spad{scan(b,h,[x0,x1,x2,...])} returns \\spad{[y0,y1,y2,...]},{} where \\spad{y0 = h(x0,b)},{} \\spad{y1 = h(x1,y0)},{}\\spad{...} \\spad{yn = h(xn,y(n-1))}.")) (|map| (((|Stream| |#2|) (|Mapping| |#2| |#1|) (|Stream| |#1|)) "\\spad{map(f,s)} returns a stream whose elements are the function \\spad{f} applied to the corresponding elements of \\spad{s}. Note: \\spad{map(f,[x0,x1,x2,...]) = [f(x0),f(x1),f(x2),..]}.")))
NIL
NIL
-(-1072 A B C)
+(-1073 A B C)
((|constructor| (NIL "Functions defined on streams with entries in three sets.")) (|map| (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|Stream| |#1|) (|Stream| |#2|)) "\\spad{map(f,st1,st2)} returns the stream whose elements are the function \\spad{f} applied to the corresponding elements of \\spad{st1} and \\spad{st2}. Note: \\spad{map(f,[x0,x1,x2,..],[y0,y1,y2,..]) = [f(x0,y0),f(x1,y1),..]}.")))
NIL
NIL
-(-1073)
+(-1074)
((|constructor| (NIL "This is the domain of character strings.")) (|string| (($ (|Identifier|)) "\\spad{string id} is the string representation of the identifier \\spad{id}") (($ (|DoubleFloat|)) "\\spad{string f} returns the decimal representation of \\spad{f} in a string") (($ (|Integer|)) "\\spad{string i} returns the decimal representation of \\spad{i} in a string")))
-((-3997 . T))
-((OR (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-756)))) (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-1013))))) (|HasCategory| (-117) (QUOTE (-552 (-772)))) (|HasCategory| (-117) (QUOTE (-553 (-473)))) (OR (|HasCategory| (-117) (QUOTE (-756))) (|HasCategory| (-117) (QUOTE (-1013)))) (|HasCategory| (-117) (QUOTE (-756))) (OR (|HasCategory| (-117) (QUOTE (-72))) (|HasCategory| (-117) (QUOTE (-756))) (|HasCategory| (-117) (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| (-117) (QUOTE (-72))) (|HasCategory| (-117) (QUOTE (-1013))) (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-1013)))) (-12 (|HasCategory| $ (QUOTE (-318 (-117)))) (|HasCategory| (-117) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-318 (-117)))) (|HasCategory| $ (QUOTE (-1035 (-117)))) (-12 (|HasCategory| $ (QUOTE (-1035 (-117)))) (|HasCategory| (-117) (QUOTE (-756)))))
-(-1074 |Entry|)
+NIL
+((OR (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-757)))) (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-1014))))) (|HasCategory| (-117) (QUOTE (-553 (-773)))) (|HasCategory| (-117) (QUOTE (-554 (-474)))) (OR (|HasCategory| (-117) (QUOTE (-757))) (|HasCategory| (-117) (QUOTE (-1014)))) (|HasCategory| (-117) (QUOTE (-757))) (OR (|HasCategory| (-117) (QUOTE (-72))) (|HasCategory| (-117) (QUOTE (-757))) (|HasCategory| (-117) (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| (-117) (QUOTE (-72))) (|HasCategory| (-117) (QUOTE (-1014))) (-12 (|HasCategory| (-117) (QUOTE (-260 (-117)))) (|HasCategory| (-117) (QUOTE (-1014)))) (-12 (|HasCategory| $ (QUOTE (-318 (-117)))) (|HasCategory| (-117) (QUOTE (-72)))) (|HasCategory| $ (QUOTE (-318 (-117)))) (|HasCategory| $ (QUOTE (-1036 (-117)))) (-12 (|HasCategory| $ (QUOTE (-1036 (-117)))) (|HasCategory| (-117) (QUOTE (-757)))))
+(-1075 |Entry|)
((|constructor| (NIL "This domain provides tables where the keys are strings. A specialized hash function for strings is used.")))
-((-3997 . T))
-((-12 (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (QUOTE (|:| -3861 (-1073))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-1013)))) (OR (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-1013)))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-1013)))) (OR (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-552 (-772))))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-553 (-473)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-72))) (|HasCategory| (-1073) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-72)))) (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-1013))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (QUOTE (|:| -3861 (-1073))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (|HasCategory| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (QUOTE (|:| -3861 (-1073))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))))
-(-1075 A)
+NIL
+((-12 (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (QUOTE (|:| -3862 (-1074))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-1014)))) (OR (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-1014)))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-1014)))) (OR (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-553 (-773))))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-554 (-474)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-72))) (|HasCategory| (-1074) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-72)))) (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-1014))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (QUOTE (|:| -3862 (-1074))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (|HasCategory| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (QUOTE (|:| -3862 (-1074))) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))))
+(-1076 A)
((|constructor| (NIL "StreamTaylorSeriesOperations implements Taylor series arithmetic,{} where a Taylor series is represented by a stream of its coefficients.")) (|power| (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{power(a,f)} returns the power series \\spad{f} raised to the power \\spad{a}.")) (|lazyGintegrate| (((|Stream| |#1|) (|Mapping| |#1| (|Integer|)) |#1| (|Mapping| (|Stream| |#1|))) "\\spad{lazyGintegrate(f,r,g)} is used for fixed point computations.")) (|mapdiv| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{mapdiv([a0,a1,..],[b0,b1,..])} returns \\spad{[a0/b0,a1/b1,..]}.")) (|powern| (((|Stream| |#1|) (|Fraction| (|Integer|)) (|Stream| |#1|)) "\\spad{powern(r,f)} raises power series \\spad{f} to the power \\spad{r}.")) (|nlde| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{nlde(u)} solves a first order non-linear differential equation described by \\spad{u} of the form \\spad{[[b<0,0>,b<0,1>,...],[b<1,0>,b<1,1>,.],...]}. the differential equation has the form \\spad{y' = sum(i=0 to infinity,j=0 to infinity,b<i,j>*(x**i)*(y**j))}.")) (|lazyIntegrate| (((|Stream| |#1|) |#1| (|Mapping| (|Stream| |#1|))) "\\spad{lazyIntegrate(r,f)} is a local function used for fixed point computations.")) (|integrate| (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{integrate(r,a)} returns the integral of the power series \\spad{a} with respect to the power series variableintegration where \\spad{r} denotes the constant of integration. Thus \\spad{integrate(a,[a0,a1,a2,...]) = [a,a0,a1/2,a2/3,...]}.")) (|invmultisect| (((|Stream| |#1|) (|Integer|) (|Integer|) (|Stream| |#1|)) "\\spad{invmultisect(a,b,st)} substitutes \\spad{x**((a+b)*n)} for \\spad{x**n} and multiplies by \\spad{x**b}.")) (|multisect| (((|Stream| |#1|) (|Integer|) (|Integer|) (|Stream| |#1|)) "\\spad{multisect(a,b,st)} selects the coefficients of \\spad{x**((a+b)*n+a)},{} and changes them to \\spad{x**n}.")) (|generalLambert| (((|Stream| |#1|) (|Stream| |#1|) (|Integer|) (|Integer|)) "\\spad{generalLambert(f(x),a,d)} returns \\spad{f(x**a) + f(x**(a + d)) + f(x**(a + 2 d)) + ...}. \\spad{f(x)} should have zero constant coefficient and \\spad{a} and \\spad{d} should be positive.")) (|evenlambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{evenlambert(st)} computes \\spad{f(x**2) + f(x**4) + f(x**6) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f(x)} is a power series with constant coefficient 1,{} then \\spad{prod(f(x**(2*n)),n=1..infinity) = exp(evenlambert(log(f(x))))}.")) (|oddlambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{oddlambert(st)} computes \\spad{f(x) + f(x**3) + f(x**5) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f}(\\spad{x}) is a power series with constant coefficient 1 then \\spad{prod(f(x**(2*n-1)),n=1..infinity) = exp(oddlambert(log(f(x))))}.")) (|lambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{lambert(st)} computes \\spad{f(x) + f(x**2) + f(x**3) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f(x)} is a power series with constant coefficient 1 then \\spad{prod(f(x**n),n = 1..infinity) = exp(lambert(log(f(x))))}.")) (|addiag| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{addiag(x)} performs diagonal addition of a stream of streams. if \\spad{x} = \\spad{[[a<0,0>,a<0,1>,..],[a<1,0>,a<1,1>,..],[a<2,0>,a<2,1>,..],..]} and \\spad{addiag(x) = [b<0,b<1>,...], then b<k> = sum(i+j=k,a<i,j>)}.")) (|revert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{revert(a)} computes the inverse of a power series \\spad{a} with respect to composition. the series should have constant coefficient 0 and first order coefficient should be invertible.")) (|lagrange| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{lagrange(g)} produces the power series for \\spad{f} where \\spad{f} is implicitly defined as \\spad{f(z) = z*g(f(z))}.")) (|compose| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{compose(a,b)} composes the power series \\spad{a} with the power series \\spad{b}.")) (|eval| (((|Stream| |#1|) (|Stream| |#1|) |#1|) "\\spad{eval(a,r)} returns a stream of partial sums of the power series \\spad{a} evaluated at the power series variable equal to \\spad{r}.")) (|coerce| (((|Stream| |#1|) |#1|) "\\spad{coerce(r)} converts a ring element \\spad{r} to a stream with one element.")) (|gderiv| (((|Stream| |#1|) (|Mapping| |#1| (|Integer|)) (|Stream| |#1|)) "\\spad{gderiv(f,[a0,a1,a2,..])} returns \\spad{[f(0)*a0,f(1)*a1,f(2)*a2,..]}.")) (|deriv| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{deriv(a)} returns the derivative of the power series with respect to the power series variable. Thus \\spad{deriv([a0,a1,a2,...])} returns \\spad{[a1,2 a2,3 a3,...]}.")) (|mapmult| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{mapmult([a0,a1,..],[b0,b1,..])} returns \\spad{[a0*b0,a1*b1,..]}.")) (|int| (((|Stream| |#1|) |#1|) "\\spad{int(r)} returns [\\spad{r},{}\\spad{r+1},{}\\spad{r+2},{}...],{} where \\spad{r} is a ring element.")) (|oddintegers| (((|Stream| (|Integer|)) (|Integer|)) "\\spad{oddintegers(n)} returns \\spad{[n,n+2,n+4,...]}.")) (|integers| (((|Stream| (|Integer|)) (|Integer|)) "\\spad{integers(n)} returns \\spad{[n,n+1,n+2,...]}.")) (|monom| (((|Stream| |#1|) |#1| (|Integer|)) "\\spad{monom(deg,coef)} is a monomial of degree \\spad{deg} with coefficient \\spad{coef}.")) (|recip| (((|Union| (|Stream| |#1|) "failed") (|Stream| |#1|)) "\\spad{recip(a)} returns the power series reciprocal of \\spad{a},{} or \"failed\" if not possible.")) (/ (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a / b} returns the power series quotient of \\spad{a} by \\spad{b}. An error message is returned if \\spad{b} is not invertible. This function is used in fixed point computations.")) (|exquo| (((|Union| (|Stream| |#1|) "failed") (|Stream| |#1|) (|Stream| |#1|)) "\\spad{exquo(a,b)} returns the power series quotient of \\spad{a} by \\spad{b},{} if the quotient exists,{} and \"failed\" otherwise")) (* (((|Stream| |#1|) (|Stream| |#1|) |#1|) "\\spad{a * r} returns the power series scalar multiplication of \\spad{a} by r: \\spad{[a0,a1,...] * r = [a0 * r,a1 * r,...]}") (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{r * a} returns the power series scalar multiplication of \\spad{r} by \\spad{a}: \\spad{r * [a0,a1,...] = [r * a0,r * a1,...]}") (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a * b} returns the power series (Cauchy) product of \\spad{a} and b: \\spad{[a0,a1,...] * [b0,b1,...] = [c0,c1,...]} where \\spad{ck = sum(i + j = k,ai * bk)}.")) (- (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{- a} returns the power series negative of \\spad{a}: \\spad{- [a0,a1,...] = [- a0,- a1,...]}") (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a - b} returns the power series difference of \\spad{a} and \\spad{b}: \\spad{[a0,a1,..] - [b0,b1,..] = [a0 - b0,a1 - b1,..]}")) (+ (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a + b} returns the power series sum of \\spad{a} and \\spad{b}: \\spad{[a0,a1,..] + [b0,b1,..] = [a0 + b0,a1 + b1,..]}")))
NIL
-((|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))))
-(-1076 |Coef|)
+((|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))))
+(-1077 |Coef|)
((|constructor| (NIL "StreamTranscendentalFunctions implements transcendental functions on Taylor series,{} where a Taylor series is represented by a stream of its coefficients.")) (|acsch| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acsch(st)} computes the inverse hyperbolic cosecant of a power series \\spad{st}.")) (|asech| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asech(st)} computes the inverse hyperbolic secant of a power series \\spad{st}.")) (|acoth| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acoth(st)} computes the inverse hyperbolic cotangent of a power series \\spad{st}.")) (|atanh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{atanh(st)} computes the inverse hyperbolic tangent of a power series \\spad{st}.")) (|acosh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acosh(st)} computes the inverse hyperbolic cosine of a power series \\spad{st}.")) (|asinh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asinh(st)} computes the inverse hyperbolic sine of a power series \\spad{st}.")) (|csch| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{csch(st)} computes the hyperbolic cosecant of a power series \\spad{st}.")) (|sech| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sech(st)} computes the hyperbolic secant of a power series \\spad{st}.")) (|coth| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{coth(st)} computes the hyperbolic cotangent of a power series \\spad{st}.")) (|tanh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{tanh(st)} computes the hyperbolic tangent of a power series \\spad{st}.")) (|cosh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cosh(st)} computes the hyperbolic cosine of a power series \\spad{st}.")) (|sinh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sinh(st)} computes the hyperbolic sine of a power series \\spad{st}.")) (|sinhcosh| (((|Record| (|:| |sinh| (|Stream| |#1|)) (|:| |cosh| (|Stream| |#1|))) (|Stream| |#1|)) "\\spad{sinhcosh(st)} returns a record containing the hyperbolic sine and cosine of a power series \\spad{st}.")) (|acsc| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acsc(st)} computes arccosecant of a power series \\spad{st}.")) (|asec| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asec(st)} computes arcsecant of a power series \\spad{st}.")) (|acot| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acot(st)} computes arccotangent of a power series \\spad{st}.")) (|atan| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{atan(st)} computes arctangent of a power series \\spad{st}.")) (|acos| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acos(st)} computes arccosine of a power series \\spad{st}.")) (|asin| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asin(st)} computes arcsine of a power series \\spad{st}.")) (|csc| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{csc(st)} computes cosecant of a power series \\spad{st}.")) (|sec| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sec(st)} computes secant of a power series \\spad{st}.")) (|cot| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cot(st)} computes cotangent of a power series \\spad{st}.")) (|tan| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{tan(st)} computes tangent of a power series \\spad{st}.")) (|cos| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cos(st)} computes cosine of a power series \\spad{st}.")) (|sin| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sin(st)} computes sine of a power series \\spad{st}.")) (|sincos| (((|Record| (|:| |sin| (|Stream| |#1|)) (|:| |cos| (|Stream| |#1|))) (|Stream| |#1|)) "\\spad{sincos(st)} returns a record containing the sine and cosine of a power series \\spad{st}.")) (** (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{st1 ** st2} computes the power of a power series \\spad{st1} by another power series \\spad{st2}.")) (|log| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{log(st)} computes the log of a power series.")) (|exp| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{exp(st)} computes the exponential of a power series \\spad{st}.")))
NIL
NIL
-(-1077 |Coef|)
+(-1078 |Coef|)
((|constructor| (NIL "StreamTranscendentalFunctionsNonCommutative implements transcendental functions on Taylor series over a non-commutative ring,{} where a Taylor series is represented by a stream of its coefficients.")) (|acsch| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acsch(st)} computes the inverse hyperbolic cosecant of a power series \\spad{st}.")) (|asech| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asech(st)} computes the inverse hyperbolic secant of a power series \\spad{st}.")) (|acoth| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acoth(st)} computes the inverse hyperbolic cotangent of a power series \\spad{st}.")) (|atanh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{atanh(st)} computes the inverse hyperbolic tangent of a power series \\spad{st}.")) (|acosh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acosh(st)} computes the inverse hyperbolic cosine of a power series \\spad{st}.")) (|asinh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asinh(st)} computes the inverse hyperbolic sine of a power series \\spad{st}.")) (|csch| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{csch(st)} computes the hyperbolic cosecant of a power series \\spad{st}.")) (|sech| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sech(st)} computes the hyperbolic secant of a power series \\spad{st}.")) (|coth| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{coth(st)} computes the hyperbolic cotangent of a power series \\spad{st}.")) (|tanh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{tanh(st)} computes the hyperbolic tangent of a power series \\spad{st}.")) (|cosh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cosh(st)} computes the hyperbolic cosine of a power series \\spad{st}.")) (|sinh| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sinh(st)} computes the hyperbolic sine of a power series \\spad{st}.")) (|acsc| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acsc(st)} computes arccosecant of a power series \\spad{st}.")) (|asec| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asec(st)} computes arcsecant of a power series \\spad{st}.")) (|acot| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acot(st)} computes arccotangent of a power series \\spad{st}.")) (|atan| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{atan(st)} computes arctangent of a power series \\spad{st}.")) (|acos| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{acos(st)} computes arccosine of a power series \\spad{st}.")) (|asin| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{asin(st)} computes arcsine of a power series \\spad{st}.")) (|csc| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{csc(st)} computes cosecant of a power series \\spad{st}.")) (|sec| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sec(st)} computes secant of a power series \\spad{st}.")) (|cot| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cot(st)} computes cotangent of a power series \\spad{st}.")) (|tan| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{tan(st)} computes tangent of a power series \\spad{st}.")) (|cos| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{cos(st)} computes cosine of a power series \\spad{st}.")) (|sin| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{sin(st)} computes sine of a power series \\spad{st}.")) (** (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{st1 ** st2} computes the power of a power series \\spad{st1} by another power series \\spad{st2}.")) (|log| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{log(st)} computes the log of a power series.")) (|exp| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{exp(st)} computes the exponential of a power series \\spad{st}.")))
NIL
NIL
-(-1078 R UP)
+(-1079 R UP)
((|constructor| (NIL "This package computes the subresultants of two polynomials which is needed for the `Lazard Rioboo' enhancement to Tragers integrations formula For efficiency reasons this has been rewritten to call Lionel Ducos package which is currently the best one. \\blankline")) (|primitivePart| ((|#2| |#2| |#1|) "\\spad{primitivePart(p, q)} reduces the coefficient of \\spad{p} modulo \\spad{q},{} takes the primitive part of the result,{} and ensures that the leading coefficient of that result is monic.")) (|subresultantVector| (((|PrimitiveArray| |#2|) |#2| |#2|) "\\spad{subresultantVector(p, q)} returns \\spad{[p0,...,pn]} where \\spad{pi} is the \\spad{i}-th subresultant of \\spad{p} and \\spad{q}. In particular,{} \\spad{p0 = resultant(p, q)}.")))
NIL
((|HasCategory| |#1| (QUOTE (-258))))
-(-1079 |n| R)
+(-1080 |n| R)
((|constructor| (NIL "This domain \\undocumented")) (|pointData| (((|List| (|Point| |#2|)) $) "\\spad{pointData(s)} returns the list of points from the point data field of the 3 dimensional subspace \\spad{s}.")) (|parent| (($ $) "\\spad{parent(s)} returns the subspace which is the parent of the indicated 3 dimensional subspace \\spad{s}. If \\spad{s} is the top level subspace an error message is returned.")) (|level| (((|NonNegativeInteger|) $) "\\spad{level(s)} returns a non negative integer which is the current level field of the indicated 3 dimensional subspace \\spad{s}.")) (|extractProperty| (((|SubSpaceComponentProperty|) $) "\\spad{extractProperty(s)} returns the property of domain \\spadtype{SubSpaceComponentProperty} of the indicated 3 dimensional subspace \\spad{s}.")) (|extractClosed| (((|Boolean|) $) "\\spad{extractClosed(s)} returns the \\spadtype{Boolean} value of the closed property for the indicated 3 dimensional subspace \\spad{s}. If the property is closed,{} \\spad{True} is returned,{} otherwise \\spad{False} is returned.")) (|extractIndex| (((|NonNegativeInteger|) $) "\\spad{extractIndex(s)} returns a non negative integer which is the current index of the 3 dimensional subspace \\spad{s}.")) (|extractPoint| (((|Point| |#2|) $) "\\spad{extractPoint(s)} returns the point which is given by the current index location into the point data field of the 3 dimensional subspace \\spad{s}.")) (|traverse| (($ $ (|List| (|NonNegativeInteger|))) "\\spad{traverse(s,li)} follows the branch list of the 3 dimensional subspace,{} \\spad{s},{} along the path dictated by the list of non negative integers,{} \\spad{li},{} which points to the component which has been traversed to. The subspace,{} \\spad{s},{} is returned,{} where \\spad{s} is now the subspace pointed to by \\spad{li}.")) (|defineProperty| (($ $ (|List| (|NonNegativeInteger|)) (|SubSpaceComponentProperty|)) "\\spad{defineProperty(s,li,p)} defines the component property in the 3 dimensional subspace,{} \\spad{s},{} to be that of \\spad{p},{} where \\spad{p} is of the domain \\spadtype{SubSpaceComponentProperty}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component whose property is being defined. The subspace,{} \\spad{s},{} is returned with the component property definition.")) (|closeComponent| (($ $ (|List| (|NonNegativeInteger|)) (|Boolean|)) "\\spad{closeComponent(s,li,b)} sets the property of the component in the 3 dimensional subspace,{} \\spad{s},{} to be closed if \\spad{b} is \\spad{true},{} or open if \\spad{b} is \\spad{false}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component whose closed property is to be set. The subspace,{} \\spad{s},{} is returned with the component property modification.")) (|modifyPoint| (($ $ (|NonNegativeInteger|) (|Point| |#2|)) "\\spad{modifyPoint(s,ind,p)} modifies the point referenced by the index location,{} \\spad{ind},{} by replacing it with the point,{} \\spad{p} in the 3 dimensional subspace,{} \\spad{s}. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.") (($ $ (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{modifyPoint(s,li,i)} replaces an existing point in the 3 dimensional subspace,{} \\spad{s},{} with the 4 dimensional point indicated by the index location,{} \\spad{i}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the existing point is to be modified. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.") (($ $ (|List| (|NonNegativeInteger|)) (|Point| |#2|)) "\\spad{modifyPoint(s,li,p)} replaces an existing point in the 3 dimensional subspace,{} \\spad{s},{} with the 4 dimensional point,{} \\spad{p}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the existing point is to be modified. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.")) (|addPointLast| (($ $ $ (|Point| |#2|) (|NonNegativeInteger|)) "\\spad{addPointLast(s,s2,li,p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. \\spad{s2} point to the end of the subspace \\spad{s}. \\spad{n} is the path in the \\spad{s2} component. The subspace \\spad{s} is returned with the additional point.")) (|addPoint2| (($ $ (|Point| |#2|)) "\\spad{addPoint2(s,p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. The subspace \\spad{s} is returned with the additional point.")) (|addPoint| (((|NonNegativeInteger|) $ (|Point| |#2|)) "\\spad{addPoint(s,p)} adds the point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s},{} and returns the new total number of points in \\spad{s}.") (($ $ (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{addPoint(s,li,i)} adds the 4 dimensional point indicated by the index location,{} \\spad{i},{} to the 3 dimensional subspace,{} \\spad{s}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the point is to be added. It's length should range from 0 to \\spad{n - 1} where \\spad{n} is the dimension of the subspace. If the length is \\spad{n - 1},{} then a specific lowest level component is being referenced. If it is less than \\spad{n - 1},{} then some higher level component (0 indicates top level component) is being referenced and a component of that level with the desired point is created. The subspace \\spad{s} is returned with the additional point.") (($ $ (|List| (|NonNegativeInteger|)) (|Point| |#2|)) "\\spad{addPoint(s,li,p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the point is to be added. It's length should range from 0 to \\spad{n - 1} where \\spad{n} is the dimension of the subspace. If the length is \\spad{n - 1},{} then a specific lowest level component is being referenced. If it is less than \\spad{n - 1},{} then some higher level component (0 indicates top level component) is being referenced and a component of that level with the desired point is created. The subspace \\spad{s} is returned with the additional point.")) (|separate| (((|List| $) $) "\\spad{separate(s)} makes each of the components of the \\spadtype{SubSpace},{} \\spad{s},{} into a list of separate and distinct subspaces and returns the list.")) (|merge| (($ (|List| $)) "\\spad{merge(ls)} a list of subspaces,{} \\spad{ls},{} into one subspace.") (($ $ $) "\\spad{merge(s1,s2)} the subspaces \\spad{s1} and \\spad{s2} into a single subspace.")) (|deepCopy| (($ $) "\\spad{deepCopy(x)} \\undocumented")) (|shallowCopy| (($ $) "\\spad{shallowCopy(x)} \\undocumented")) (|numberOfChildren| (((|NonNegativeInteger|) $) "\\spad{numberOfChildren(x)} \\undocumented")) (|children| (((|List| $) $) "\\spad{children(x)} \\undocumented")) (|child| (($ $ (|NonNegativeInteger|)) "\\spad{child(x,n)} \\undocumented")) (|birth| (($ $) "\\spad{birth(x)} \\undocumented")) (|subspace| (($) "\\spad{subspace()} \\undocumented")) (|new| (($) "\\spad{new()} \\undocumented")) (|internal?| (((|Boolean|) $) "\\spad{internal?(x)} \\undocumented")) (|root?| (((|Boolean|) $) "\\spad{root?(x)} \\undocumented")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(x)} \\undocumented")))
NIL
NIL
-(-1080 S1 S2)
+(-1081 S1 S2)
((|constructor| (NIL "This domain implements \"such that\" forms")) (|rhs| ((|#2| $) "\\spad{rhs(f)} returns the right side of \\spad{f}")) (|lhs| ((|#1| $) "\\spad{lhs(f)} returns the left side of \\spad{f}")) (|construct| (($ |#1| |#2|) "\\spad{construct(s,t)} makes a form s:t")))
NIL
NIL
-(-1081)
+(-1082)
((|constructor| (NIL "This domain represents the filter iterator syntax.")) (|predicate| (((|SpadAst|) $) "\\spad{predicate(e)} returns the syntax object for the predicate in the filter iterator syntax `e'.")))
NIL
NIL
-(-1082 |Coef| |var| |cen|)
+(-1083 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Laurent series in one variable \\indented{2}{\\spadtype{SparseUnivariateLaurentSeries} is a domain representing Laurent} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{SparseUnivariateLaurentSeries(Integer,x,3)} represents Laurent} \\indented{2}{series in \\spad{(x - 3)} with integer coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-3998 "*") OR (-2563 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-740))) (|has| |#1| (-146)) (-2563 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-821)))) (-3989 OR (-2563 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-740))) (|has| |#1| (-495)) (-2563 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-821)))) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-740)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-120)))) (|HasCategory| |#1| (QUOTE (-120)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-811 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-190)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-190)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-189)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|))))) (|HasCategory| (-484) (QUOTE (-1025))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-312))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-821)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-950 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-553 (-473))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-933)))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-740)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-740)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-756))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-950 (-484))))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-1066)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (|%list| (QUOTE -241) (|%list| (QUOTE -1089) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1089) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (|%list| (QUOTE -260) (|%list| (QUOTE -1089) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (|%list| (QUOTE -455) (QUOTE (-1090)) (|%list| (QUOTE -1089) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-796 (-330))))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-484))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-29 (-484)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1115)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1090))))) (|HasSignature| |#1| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-483)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-258)))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-821))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-118))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-740)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-740)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-146)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-811 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-189)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-756)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-120)))) (|HasCategory| |#1| (QUOTE (-120)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-821)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-118)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1089 |#1| |#2| |#3|) (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-118)))))
-(-1083 R -3093)
+(((-3999 "*") OR (-2564 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-741))) (|has| |#1| (-146)) (-2564 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-822)))) (-3990 OR (-2564 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-741))) (|has| |#1| (-496)) (-2564 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-822)))) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-741)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-120)))) (|HasCategory| |#1| (QUOTE (-120)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-812 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-190)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-190)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-189)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|))))) (|HasCategory| (-485) (QUOTE (-1026))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-312))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-822)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-951 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-554 (-474))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-934)))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-741)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-741)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-757))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-951 (-485))))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-1067)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (|%list| (QUOTE -241) (|%list| (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (|%list| (QUOTE -260) (|%list| (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (|%list| (QUOTE -456) (QUOTE (-1091)) (|%list| (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-797 (-330))))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-485))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-29 (-485)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1091))))) (|HasSignature| |#1| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-484)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-258)))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-822))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-118))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-741)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-741)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-146)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-812 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-189)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-757)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-120)))) (|HasCategory| |#1| (QUOTE (-120)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-822)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-118)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(-1084 R -3094)
((|constructor| (NIL "computes sums of top-level expressions.")) (|sum| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{sum(f(n), n = a..b)} returns \\spad{f}(a) + \\spad{f}(\\spad{a+1}) + ... + \\spad{f}(\\spad{b}).") ((|#2| |#2| (|Symbol|)) "\\spad{sum(a(n), n)} returns A(\\spad{n}) such that A(\\spad{n+1}) - A(\\spad{n}) = a(\\spad{n}).")))
NIL
NIL
-(-1084 R)
+(-1085 R)
((|constructor| (NIL "Computes sums of rational functions.")) (|sum| (((|Union| (|Fraction| (|Polynomial| |#1|)) (|Expression| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|SegmentBinding| (|Fraction| (|Polynomial| |#1|)))) "\\spad{sum(f(n), n = a..b)} returns \\spad{f(a) + f(a+1) + ... f(b)}.") (((|Fraction| (|Polynomial| |#1|)) (|Polynomial| |#1|) (|SegmentBinding| (|Polynomial| |#1|))) "\\spad{sum(f(n), n = a..b)} returns \\spad{f(a) + f(a+1) + ... f(b)}.") (((|Union| (|Fraction| (|Polynomial| |#1|)) (|Expression| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{sum(a(n), n)} returns \\spad{A} which is the indefinite sum of \\spad{a} with respect to upward difference on \\spad{n},{} \\spadignore{i.e.} \\spad{A(n+1) - A(n) = a(n)}.") (((|Fraction| (|Polynomial| |#1|)) (|Polynomial| |#1|) (|Symbol|)) "\\spad{sum(a(n), n)} returns \\spad{A} which is the indefinite sum of \\spad{a} with respect to upward difference on \\spad{n},{} \\spadignore{i.e.} \\spad{A(n+1) - A(n) = a(n)}.")))
NIL
NIL
-(-1085 R)
+(-1086 R)
((|constructor| (NIL "This domain represents univariate polynomials over arbitrary (not necessarily commutative) coefficient rings. The variable is unspecified so that the variable displays as \\spad{?} on output. If it is necessary to specify the variable name,{} use type \\spadtype{UnivariatePolynomial}. The representation is sparse in the sense that only non-zero terms are represented.")) (|fmecg| (($ $ (|NonNegativeInteger|) |#1| $) "\\spad{fmecg(p1,e,r,p2)} finds \\spad{X} : \\spad{p1} - \\spad{r} * X**e * \\spad{p2}")) (|outputForm| (((|OutputForm|) $ (|OutputForm|)) "\\spad{outputForm(p,var)} converts the SparseUnivariatePolynomial \\spad{p} to an output form (see \\spadtype{OutputForm}) printed as a polynomial in the output form variable.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3992 |has| |#1| (-312)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-330)))) (|HasCategory| (-994) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-796 (-484)))) (|HasCategory| (-994) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-994) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-994) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-553 (-473)))) (|HasCategory| (-994) (QUOTE (-553 (-473))))) (|HasCategory| |#1| (QUOTE (-580 (-484)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-821)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-1066))) (|HasCategory| |#1| (QUOTE (-811 (-1090)))) (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-190))) (|HasAttribute| |#1| (QUOTE -3994)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
-(-1086 R S)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3993 |has| |#1| (-312)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-330)))) (|HasCategory| (-995) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#1| (QUOTE (-797 (-485)))) (|HasCategory| (-995) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-995) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-995) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-554 (-474)))) (|HasCategory| (-995) (QUOTE (-554 (-474))))) (|HasCategory| |#1| (QUOTE (-581 (-485)))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-822)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (|HasCategory| |#1| (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-1067))) (|HasCategory| |#1| (QUOTE (-812 (-1091)))) (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasCategory| |#1| (QUOTE (-189))) (|HasCategory| |#1| (QUOTE (-190))) (|HasAttribute| |#1| (QUOTE -3995)) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(-1087 R S)
((|constructor| (NIL "This package lifts a mapping from coefficient rings \\spad{R} to \\spad{S} to a mapping from sparse univariate polynomial over \\spad{R} to a sparse univariate polynomial over \\spad{S}. Note that the mapping is assumed to send zero to zero,{} since it will only be applied to the non-zero coefficients of the polynomial.")) (|map| (((|SparseUnivariatePolynomial| |#2|) (|Mapping| |#2| |#1|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{map(func, poly)} creates a new polynomial by applying \\spad{func} to every non-zero coefficient of the polynomial poly.")))
NIL
NIL
-(-1087 E OV R P)
+(-1088 E OV R P)
((|constructor| (NIL "\\indented{1}{SupFractionFactorize} contains the factor function for univariate polynomials over the quotient field of a ring \\spad{S} such that the package MultivariateFactorize works for \\spad{S}")) (|squareFree| (((|Factored| (|SparseUnivariatePolynomial| (|Fraction| |#4|))) (|SparseUnivariatePolynomial| (|Fraction| |#4|))) "\\spad{squareFree(p)} returns the square-free factorization of the univariate polynomial \\spad{p} with coefficients which are fractions of polynomials over \\spad{R}. Each factor has no repeated roots and the factors are pairwise relatively prime.")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| (|Fraction| |#4|))) (|SparseUnivariatePolynomial| (|Fraction| |#4|))) "\\spad{factor(p)} factors the univariate polynomial \\spad{p} with coefficients which are fractions of polynomials over \\spad{R}.")))
NIL
NIL
-(-1088 |Coef| |var| |cen|)
-((|constructor| (NIL "Sparse Puiseux series in one variable \\indented{2}{\\spadtype{SparseUnivariatePuiseuxSeries} is a domain representing Puiseux} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{SparseUnivariatePuiseuxSeries(Integer,x,3)} represents Puiseux} \\indented{2}{series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484))) (|devaluate| |#1|)))) (|HasCategory| (-350 (-484)) (QUOTE (-1025))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484)))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-29 (-484)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1115)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1090))))) (|HasSignature| |#1| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#1|)))))))
(-1089 |Coef| |var| |cen|)
+((|constructor| (NIL "Sparse Puiseux series in one variable \\indented{2}{\\spadtype{SparseUnivariatePuiseuxSeries} is a domain representing Puiseux} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{SparseUnivariatePuiseuxSeries(Integer,x,3)} represents Puiseux} \\indented{2}{series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485))) (|devaluate| |#1|)))) (|HasCategory| (-350 (-485)) (QUOTE (-1026))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485)))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-29 (-485)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1091))))) (|HasSignature| |#1| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#1|)))))))
+(-1090 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Taylor series in one variable \\indented{2}{\\spadtype{SparseUnivariateTaylorSeries} is a domain representing Taylor} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spadtype{SparseUnivariateTaylorSeries}(Integer,{}\\spad{x},{}3) represents Taylor} \\indented{2}{series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x),x)} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|univariatePolynomial| (((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|)) "\\spad{univariatePolynomial(f,k)} returns a univariate polynomial \\indented{1}{consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.}")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a \\indented{1}{Taylor series.}") (($ (|UnivariatePolynomial| |#2| |#1|)) "\\spad{coerce(p)} converts a univariate polynomial \\spad{p} in the variable \\spad{var} to a univariate Taylor series in \\spad{var}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-694)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-694)) (|devaluate| |#1|)))) (|HasCategory| (-694) (QUOTE (-1025))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-694))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-694))))) (|HasCategory| |#1| (QUOTE (-312))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-29 (-484)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1115)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1090))))) (|HasSignature| |#1| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#1|)))))))
-(-1090)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-695)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-695)) (|devaluate| |#1|)))) (|HasCategory| (-695) (QUOTE (-1026))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-695))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-695))))) (|HasCategory| |#1| (QUOTE (-312))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-29 (-485)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1091))))) (|HasSignature| |#1| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#1|)))))))
+(-1091)
((|constructor| (NIL "Basic and scripted symbols.")) (|sample| (($) "\\spad{sample()} returns a sample of \\%")) (|list| (((|List| $) $) "\\spad{list(sy)} takes a scripted symbol and produces a list of the name followed by the scripts.")) (|string| (((|String|) $) "\\spad{string(s)} converts the symbol \\spad{s} to a string. Error: if the symbol is subscripted.")) (|elt| (($ $ (|List| (|OutputForm|))) "\\spad{elt(s,[a1,...,an])} or \\spad{s}([\\spad{a1},{}...,{}an]) returns \\spad{s} subscripted by \\spad{[a1,...,an]}.")) (|argscript| (($ $ (|List| (|OutputForm|))) "\\spad{argscript(s, [a1,...,an])} returns \\spad{s} arg-scripted by \\spad{[a1,...,an]}.")) (|superscript| (($ $ (|List| (|OutputForm|))) "\\spad{superscript(s, [a1,...,an])} returns \\spad{s} superscripted by \\spad{[a1,...,an]}.")) (|subscript| (($ $ (|List| (|OutputForm|))) "\\spad{subscript(s, [a1,...,an])} returns \\spad{s} subscripted by \\spad{[a1,...,an]}.")) (|script| (($ $ (|Record| (|:| |sub| (|List| (|OutputForm|))) (|:| |sup| (|List| (|OutputForm|))) (|:| |presup| (|List| (|OutputForm|))) (|:| |presub| (|List| (|OutputForm|))) (|:| |args| (|List| (|OutputForm|))))) "\\spad{script(s, [a,b,c,d,e])} returns \\spad{s} with subscripts a,{} superscripts \\spad{b},{} pre-superscripts \\spad{c},{} pre-subscripts \\spad{d},{} and argument-scripts \\spad{e}.") (($ $ (|List| (|List| (|OutputForm|)))) "\\spad{script(s, [a,b,c,d,e])} returns \\spad{s} with subscripts a,{} superscripts \\spad{b},{} pre-superscripts \\spad{c},{} pre-subscripts \\spad{d},{} and argument-scripts \\spad{e}. Omitted components are taken to be empty. For example,{} \\spad{script(s, [a,b,c])} is equivalent to \\spad{script(s,[a,b,c,[],[]])}.")) (|scripts| (((|Record| (|:| |sub| (|List| (|OutputForm|))) (|:| |sup| (|List| (|OutputForm|))) (|:| |presup| (|List| (|OutputForm|))) (|:| |presub| (|List| (|OutputForm|))) (|:| |args| (|List| (|OutputForm|)))) $) "\\spad{scripts(s)} returns all the scripts of \\spad{s}.")) (|scripted?| (((|Boolean|) $) "\\spad{scripted?(s)} is \\spad{true} if \\spad{s} has been given any scripts.")) (|name| (($ $) "\\spad{name(s)} returns \\spad{s} without its scripts.")) (|resetNew| (((|Void|)) "\\spad{resetNew()} resets the internals counters that new() and new(\\spad{s}) use to return distinct symbols every time.")) (|new| (($ $) "\\spad{new(s)} returns a new symbol whose name starts with \\%\\spad{s}.") (($) "\\spad{new()} returns a new symbol whose name starts with \\%.")))
NIL
NIL
-(-1091 R)
+(-1092 R)
((|constructor| (NIL "Computes all the symmetric functions in \\spad{n} variables.")) (|symFunc| (((|Vector| |#1|) |#1| (|PositiveInteger|)) "\\spad{symFunc(r, n)} returns the vector of the elementary symmetric functions in \\spad{[r,r,...,r]} \\spad{n} times.") (((|Vector| |#1|) (|List| |#1|)) "\\spad{symFunc([r1,...,rn])} returns the vector of the elementary symmetric functions in the \\spad{ri's}: \\spad{[r1 + ... + rn, r1 r2 + ... + r(n-1) rn, ..., r1 r2 ... rn]}.")))
NIL
NIL
-(-1092 R)
+(-1093 R)
((|constructor| (NIL "This domain implements symmetric polynomial")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-6 -3994)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#1| (QUOTE (-950 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-950 (-484)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| (-884) (QUOTE (-104)))) (|HasAttribute| |#1| (QUOTE -3994)))
-(-1093)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-6 -3995)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#1| (QUOTE (-951 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-951 (-485)))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-392))) (-12 (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| (-885) (QUOTE (-104)))) (|HasAttribute| |#1| (QUOTE -3995)))
+(-1094)
((|constructor| (NIL "Creates and manipulates one global symbol table for FORTRAN code generation,{} containing details of types,{} dimensions,{} and argument lists.")) (|symbolTableOf| (((|SymbolTable|) (|Symbol|) $) "\\spad{symbolTableOf(f,tab)} returns the symbol table of \\spad{f}")) (|argumentListOf| (((|List| (|Symbol|)) (|Symbol|) $) "\\spad{argumentListOf(f,tab)} returns the argument list of \\spad{f}")) (|returnTypeOf| (((|Union| (|:| |fst| (|FortranScalarType|)) (|:| |void| #1="void")) (|Symbol|) $) "\\spad{returnTypeOf(f,tab)} returns the type of the object returned by \\spad{f}")) (|empty| (($) "\\spad{empty()} creates a new,{} empty symbol table.")) (|printTypes| (((|Void|) (|Symbol|)) "\\spad{printTypes(tab)} produces FORTRAN type declarations from \\spad{tab},{} on the current FORTRAN output stream")) (|printHeader| (((|Void|)) "\\spad{printHeader()} produces the FORTRAN header for the current subprogram in the global symbol table on the current FORTRAN output stream.") (((|Void|) (|Symbol|)) "\\spad{printHeader(f)} produces the FORTRAN header for subprogram \\spad{f} in the global symbol table on the current FORTRAN output stream.") (((|Void|) (|Symbol|) $) "\\spad{printHeader(f,tab)} produces the FORTRAN header for subprogram \\spad{f} in symbol table \\spad{tab} on the current FORTRAN output stream.")) (|returnType!| (((|Void|) (|Union| (|:| |fst| (|FortranScalarType|)) (|:| |void| #1#))) "\\spad{returnType!(t)} declares that the return type of he current subprogram in the global symbol table is \\spad{t}.") (((|Void|) (|Symbol|) (|Union| (|:| |fst| (|FortranScalarType|)) (|:| |void| #1#))) "\\spad{returnType!(f,t)} declares that the return type of subprogram \\spad{f} in the global symbol table is \\spad{t}.") (((|Void|) (|Symbol|) (|Union| (|:| |fst| (|FortranScalarType|)) (|:| |void| #1#)) $) "\\spad{returnType!(f,t,tab)} declares that the return type of subprogram \\spad{f} in symbol table \\spad{tab} is \\spad{t}.")) (|argumentList!| (((|Void|) (|List| (|Symbol|))) "\\spad{argumentList!(l)} declares that the argument list for the current subprogram in the global symbol table is \\spad{l}.") (((|Void|) (|Symbol|) (|List| (|Symbol|))) "\\spad{argumentList!(f,l)} declares that the argument list for subprogram \\spad{f} in the global symbol table is \\spad{l}.") (((|Void|) (|Symbol|) (|List| (|Symbol|)) $) "\\spad{argumentList!(f,l,tab)} declares that the argument list for subprogram \\spad{f} in symbol table \\spad{tab} is \\spad{l}.")) (|endSubProgram| (((|Symbol|)) "\\spad{endSubProgram()} asserts that we are no longer processing the current subprogram.")) (|currentSubProgram| (((|Symbol|)) "\\spad{currentSubProgram()} returns the name of the current subprogram being processed")) (|newSubProgram| (((|Void|) (|Symbol|)) "\\spad{newSubProgram(f)} asserts that from now on type declarations are part of subprogram \\spad{f}.")) (|declare!| (((|FortranType|) (|Symbol|) (|FortranType|) (|Symbol|)) "\\spad{declare!(u,t,asp)} declares the parameter \\spad{u} to have type \\spad{t} in \\spad{asp}.") (((|FortranType|) (|Symbol|) (|FortranType|)) "\\spad{declare!(u,t)} declares the parameter \\spad{u} to have type \\spad{t} in the current level of the symbol table.") (((|FortranType|) (|List| (|Symbol|)) (|FortranType|) (|Symbol|) $) "\\spad{declare!(u,t,asp,tab)} declares the parameters \\spad{u} of subprogram \\spad{asp} to have type \\spad{t} in symbol table \\spad{tab}.") (((|FortranType|) (|Symbol|) (|FortranType|) (|Symbol|) $) "\\spad{declare!(u,t,asp,tab)} declares the parameter \\spad{u} of subprogram \\spad{asp} to have type \\spad{t} in symbol table \\spad{tab}.")) (|clearTheSymbolTable| (((|Void|) (|Symbol|)) "\\spad{clearTheSymbolTable(x)} removes the symbol \\spad{x} from the table") (((|Void|)) "\\spad{clearTheSymbolTable()} clears the current symbol table.")) (|showTheSymbolTable| (($) "\\spad{showTheSymbolTable()} returns the current symbol table.")))
NIL
NIL
-(-1094)
+(-1095)
((|constructor| (NIL "Create and manipulate a symbol table for generated FORTRAN code")) (|symbolTable| (($ (|List| (|Record| (|:| |key| (|Symbol|)) (|:| |entry| (|FortranType|))))) "\\spad{symbolTable(l)} creates a symbol table from the elements of \\spad{l}.")) (|printTypes| (((|Void|) $) "\\spad{printTypes(tab)} produces FORTRAN type declarations from \\spad{tab},{} on the current FORTRAN output stream")) (|newTypeLists| (((|SExpression|) $) "\\spad{newTypeLists(x)} \\undocumented")) (|typeLists| (((|List| (|List| (|Union| (|:| |name| (|Symbol|)) (|:| |bounds| (|List| (|Union| (|:| S (|Symbol|)) (|:| P (|Polynomial| (|Integer|))))))))) $) "\\spad{typeLists(tab)} returns a list of lists of types of objects in \\spad{tab}")) (|externalList| (((|List| (|Symbol|)) $) "\\spad{externalList(tab)} returns a list of all the external symbols in \\spad{tab}")) (|typeList| (((|List| (|Union| (|:| |name| (|Symbol|)) (|:| |bounds| (|List| (|Union| (|:| S (|Symbol|)) (|:| P (|Polynomial| (|Integer|)))))))) (|FortranScalarType|) $) "\\spad{typeList(t,tab)} returns a list of all the objects of type \\spad{t} in \\spad{tab}")) (|parametersOf| (((|List| (|Symbol|)) $) "\\spad{parametersOf(tab)} returns a list of all the symbols declared in \\spad{tab}")) (|fortranTypeOf| (((|FortranType|) (|Symbol|) $) "\\spad{fortranTypeOf(u,tab)} returns the type of \\spad{u} in \\spad{tab}")) (|declare!| (((|FortranType|) (|Symbol|) (|FortranType|) $) "\\spad{declare!(u,t,tab)} creates a new entry in \\spad{tab},{} declaring \\spad{u} to be of type \\spad{t}") (((|FortranType|) (|List| (|Symbol|)) (|FortranType|) $) "\\spad{declare!(l,t,tab)} creates new entrys in \\spad{tab},{} declaring each of \\spad{l} to be of type \\spad{t}")) (|empty| (($) "\\spad{empty()} returns a new,{} empty symbol table")) (|coerce| (((|Table| (|Symbol|) (|FortranType|)) $) "\\spad{coerce(x)} returns a table view of \\spad{x}")))
NIL
NIL
-(-1095)
+(-1096)
((|constructor| (NIL "\\indented{1}{This domain provides a simple domain,{} general enough for} \\indented{2}{building complete representation of Spad programs as objects} \\indented{2}{of a term algebra built from ground terms of type integers,{} foats,{}} \\indented{2}{identifiers,{} and strings.} \\indented{2}{This domain differs from InputForm in that it represents} \\indented{2}{any entity in a Spad program,{} not just expressions.\\space{2}Furthermore,{}} \\indented{2}{while InputForm may contain atoms like vectors and other Lisp} \\indented{2}{objects,{} the Syntax domain is supposed to contain only that} \\indented{2}{initial algebra build from the primitives listed above.} Related Constructors: \\indented{2}{Integer,{} DoubleFloat,{} Identifier,{} String,{} SExpression.} See Also: SExpression,{} InputForm. The equality supported by this domain is structural.")) (|case| (((|Boolean|) $ (|[\|\|]| (|String|))) "\\spad{x case String} is \\spad{true} if `x' really is a String") (((|Boolean|) $ (|[\|\|]| (|Identifier|))) "\\spad{x case Identifier} is \\spad{true} if `x' really is an Identifier") (((|Boolean|) $ (|[\|\|]| (|DoubleFloat|))) "\\spad{x case DoubleFloat} is \\spad{true} if `x' really is a DoubleFloat") (((|Boolean|) $ (|[\|\|]| (|Integer|))) "\\spad{x case Integer} is \\spad{true} if `x' really is an Integer")) (|compound?| (((|Boolean|) $) "\\spad{compound? x} is \\spad{true} when `x' is not an atomic syntax.")) (|getOperands| (((|List| $) $) "\\spad{getOperands(x)} returns the list of operands to the operator in `x'.")) (|getOperator| (((|Union| (|Integer|) (|DoubleFloat|) (|Identifier|) (|String|) $) $) "\\spad{getOperator(x)} returns the operator,{} or tag,{} of the syntax `x'. The value returned is itself a syntax if `x' really is an application of a function symbol as opposed to being an atomic ground term.")) (|nil?| (((|Boolean|) $) "\\spad{nil?(s)} is \\spad{true} when `s' is a syntax for the constant nil.")) (|buildSyntax| (($ $ (|List| $)) "\\spad{buildSyntax(op, [a1, ..., an])} builds a syntax object for \\spad{op}(\\spad{a1},{}...,{}an).") (($ (|Identifier|) (|List| $)) "\\spad{buildSyntax(op, [a1, ..., an])} builds a syntax object for \\spad{op}(\\spad{a1},{}...,{}an).")) (|autoCoerce| (((|String|) $) "\\spad{autoCoerce(s)} forcibly extracts a string value from the syntax `s'; no check performed. To be called only at the discretion of the compiler.") (((|Identifier|) $) "\\spad{autoCoerce(s)} forcibly extracts an identifier from the Syntax domain `s'; no check performed. To be called only at at the discretion of the compiler.") (((|DoubleFloat|) $) "\\spad{autoCoerce(s)} forcibly extracts a float value from the syntax `s'; no check performed. To be called only at the discretion of the compiler") (((|Integer|) $) "\\spad{autoCoerce(s)} forcibly extracts an integer value from the syntax `s'; no check performed. To be called only at the discretion of the compiler.")) (|coerce| (((|String|) $) "\\spad{coerce(s)} extracts a string value from the syntax `s'.") (((|Identifier|) $) "\\spad{coerce(s)} extracts an identifier from the syntax `s'.") (((|DoubleFloat|) $) "\\spad{coerce(s)} extracts a float value from the syntax `s'.") (((|Integer|) $) "\\spad{coerce(s)} extracts and integer value from the syntax `s'")) (|convert| (($ (|SExpression|)) "\\spad{convert(s)} converts an \\spad{s}-expression to Syntax. Note,{} when `s' is not an atom,{} it is expected that it designates a proper list,{} \\spadignore{e.g.} a sequence of cons cells ending with nil.") (((|SExpression|) $) "\\spad{convert(s)} returns the \\spad{s}-expression representation of a syntax.")))
NIL
NIL
-(-1096 N)
+(-1097 N)
((|constructor| (NIL "This domain implements sized (signed) integer datatypes parameterized by the precision (or width) of the underlying representation. The intent is that they map directly to the hosting hardware natural integer datatypes. Consequently,{} natural values for \\spad{N} are: 8,{} 16,{} 32,{} 64,{} etc. These datatypes are mostly useful for system programming tasks,{} \\spadignore{i.e.} interfacting with the hosting operating system,{} reading/writing external binary format files.")) (|sample| (($) "\\spad{sample} gives a sample datum of this type.")))
NIL
NIL
-(-1097 N)
+(-1098 N)
((|constructor| (NIL "This domain implements sized (unsigned) integer datatypes parameterized by the precision (or width) of the underlying representation. The intent is that they map directly to the hosting hardware natural integer datatypes. Consequently,{} natural values for \\spad{N} are: 8,{} 16,{} 32,{} 64,{} etc. These datatypes are mostly useful for system programming tasks,{} \\spadignore{i.e.} interfacting with the hosting operating system,{} reading/writing external binary format files.")) (|sample| (($) "\\spad{sample} gives a sample datum of type Byte.")) (|bitior| (($ $ $) "\\spad{bitior(x,y)} returns the bitwise `inclusive or' of `x' and `y'.")) (|bitand| (($ $ $) "\\spad{bitand(x,y)} returns the bitwise `and' of `x' and `y'.")))
NIL
NIL
-(-1098)
+(-1099)
((|constructor| (NIL "This domain is a datatype system-level pointer values.")))
NIL
NIL
-(-1099 R)
+(-1100 R)
((|triangularSystems| (((|List| (|List| (|Polynomial| |#1|))) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{triangularSystems(lf,lv)} solves the system of equations defined by \\spad{lf} with respect to the list of symbols \\spad{lv}; the system of equations is obtaining by equating to zero the list of rational functions \\spad{lf}. The output is a list of solutions where each solution is expressed as a \"reduced\" triangular system of polynomials.")) (|solve| (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{solve(eq)} finds the solutions of the equation \\spad{eq} with respect to the unique variable appearing in \\spad{eq}.") (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Fraction| (|Polynomial| |#1|))) "\\spad{solve(p)} finds the solution of a rational function \\spad{p} = 0 with respect to the unique variable appearing in \\spad{p}.") (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Equation| (|Fraction| (|Polynomial| |#1|))) (|Symbol|)) "\\spad{solve(eq,v)} finds the solutions of the equation \\spad{eq} with respect to the variable \\spad{v}.") (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{solve(p,v)} solves the equation \\spad{p=0},{} where \\spad{p} is a rational function with respect to the variable \\spad{v}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) "\\spad{solve(le)} finds the solutions of the list \\spad{le} of equations of rational functions with respect to all symbols appearing in \\spad{le}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{solve(lp)} finds the solutions of the list \\spad{lp} of rational functions with respect to all symbols appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|List| (|Symbol|))) "\\spad{solve(le,lv)} finds the solutions of the list \\spad{le} of equations of rational functions with respect to the list of symbols \\spad{lv}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{solve(lp,lv)} finds the solutions of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}.")))
NIL
NIL
-(-1100)
+(-1101)
((|constructor| (NIL "The package \\spadtype{System} provides information about the runtime system and its characteristics.")) (|loadNativeModule| (((|Void|) (|String|)) "\\spad{loadNativeModule(path)} loads the native modile designated by \\spadvar{\\spad{path}}.")) (|nativeModuleExtension| (((|String|)) "\\spad{nativeModuleExtension} is a string representation of a filename extension for native modules.")) (|hostByteOrder| (((|ByteOrder|)) "\\sapd{hostByteOrder}")) (|hostPlatform| (((|String|)) "\\spad{hostPlatform} is a string `triplet' description of the platform hosting the running OpenAxiom system.")) (|rootDirectory| (((|String|)) "\\spad{rootDirectory()} returns the pathname of the root directory for the running OpenAxiom system.")))
NIL
NIL
-(-1101 S)
+(-1102 S)
((|constructor| (NIL "TableauBumpers implements the Schenstead-Knuth correspondence between sequences and pairs of Young tableaux. The 2 Young tableaux are represented as a single tableau with pairs as components.")) (|mr| (((|Record| (|:| |f1| (|List| |#1|)) (|:| |f2| (|List| (|List| (|List| |#1|)))) (|:| |f3| (|List| (|List| |#1|))) (|:| |f4| (|List| (|List| (|List| |#1|))))) (|List| (|List| (|List| |#1|)))) "\\spad{mr(t)} is an auxiliary function which finds the position of the maximum element of a tableau \\spad{t} which is in the lowest row,{} producing a record of results")) (|maxrow| (((|Record| (|:| |f1| (|List| |#1|)) (|:| |f2| (|List| (|List| (|List| |#1|)))) (|:| |f3| (|List| (|List| |#1|))) (|:| |f4| (|List| (|List| (|List| |#1|))))) (|List| |#1|) (|List| (|List| (|List| |#1|))) (|List| (|List| |#1|)) (|List| (|List| (|List| |#1|))) (|List| (|List| (|List| |#1|))) (|List| (|List| (|List| |#1|)))) "\\spad{maxrow(a,b,c,d,e)} is an auxiliary function for mr")) (|inverse| (((|List| |#1|) (|List| |#1|)) "\\spad{inverse(ls)} forms the inverse of a sequence \\spad{ls}")) (|slex| (((|List| (|List| |#1|)) (|List| |#1|)) "\\spad{slex(ls)} sorts the argument sequence \\spad{ls},{} then zips (see \\spadfunFrom{map}{\\spad{ListFunctions3}}) the original argument sequence with the sorted result to a list of pairs")) (|lex| (((|List| (|List| |#1|)) (|List| (|List| |#1|))) "\\spad{lex(ls)} sorts a list of pairs to lexicographic order")) (|tab| (((|Tableau| (|List| |#1|)) (|List| |#1|)) "\\spad{tab(ls)} creates a tableau from \\spad{ls} by first creating a list of pairs using \\spadfunFrom{slex}{TableauBumpers},{} then creating a tableau using \\spadfunFrom{\\spad{tab1}}{TableauBumpers}.")) (|tab1| (((|List| (|List| (|List| |#1|))) (|List| (|List| |#1|))) "\\spad{tab1(lp)} creates a tableau from a list of pairs \\spad{lp}")) (|bat| (((|List| (|List| |#1|)) (|Tableau| (|List| |#1|))) "\\spad{bat(ls)} unbumps a tableau \\spad{ls}")) (|bat1| (((|List| (|List| |#1|)) (|List| (|List| (|List| |#1|)))) "\\spad{bat1(llp)} unbumps a tableau \\spad{llp}. Operation \\spad{bat1} is the inverse of \\spad{tab1}.")) (|untab| (((|List| (|List| |#1|)) (|List| (|List| |#1|)) (|List| (|List| (|List| |#1|)))) "\\spad{untab(lp,llp)} is an auxiliary function which unbumps a tableau \\spad{llp},{} using \\spad{lp} to accumulate pairs")) (|bumptab1| (((|List| (|List| (|List| |#1|))) (|List| |#1|) (|List| (|List| (|List| |#1|)))) "\\spad{bumptab1(pr,t)} bumps a tableau \\spad{t} with a pair \\spad{pr} using comparison function \\spadfun{<},{} returning a new tableau")) (|bumptab| (((|List| (|List| (|List| |#1|))) (|Mapping| (|Boolean|) |#1| |#1|) (|List| |#1|) (|List| (|List| (|List| |#1|)))) "\\spad{bumptab(cf,pr,t)} bumps a tableau \\spad{t} with a pair \\spad{pr} using comparison function \\spad{cf},{} returning a new tableau")) (|bumprow| (((|Record| (|:| |fs| (|Boolean|)) (|:| |sd| (|List| |#1|)) (|:| |td| (|List| (|List| |#1|)))) (|Mapping| (|Boolean|) |#1| |#1|) (|List| |#1|) (|List| (|List| |#1|))) "\\spad{bumprow(cf,pr,r)} is an auxiliary function which bumps a row \\spad{r} with a pair \\spad{pr} using comparison function \\spad{cf},{} and returns a record")))
NIL
NIL
-(-1102 |Key| |Entry|)
+(-1103 |Key| |Entry|)
((|constructor| (NIL "This is the general purpose table type. The keys are hashed to look up the entries. This creates a \\spadtype{HashTable} if equal for the Key domain is consistent with Lisp EQUAL otherwise an \\spadtype{AssociationList}")))
-((-3997 . T))
-((-12 (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013)))) (OR (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| |#2| (QUOTE (-552 (-772))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-473)))) (-12 (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1013))) (|HasCategory| |#2| (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-552 (-772)))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-1013))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3861) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#2|))))
-(-1103 S)
+NIL
+((-12 (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (|%list| (QUOTE -260) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014)))) (OR (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| |#2| (QUOTE (-553 (-773))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-554 (-474)))) (-12 (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#2| (QUOTE (-72))) (OR (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| |#2| (QUOTE (-1014))) (|HasCategory| |#2| (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-553 (-773)))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-1014))) (-12 (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (|HasCategory| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (QUOTE (-72)))) (|HasCategory| $ (|%list| (QUOTE -318) (|%list| (QUOTE -2) (|%list| (QUOTE |:|) (QUOTE -3862) (|devaluate| |#1|)) (|%list| (QUOTE |:|) (QUOTE |entry|) (|devaluate| |#2|))))) (-12 (|HasCategory| |#2| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#2|)))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#2|))))
+(-1104 S)
((|constructor| (NIL "\\indented{1}{The tableau domain is for printing Young tableaux,{} and} coercions to and from List List \\spad{S} where \\spad{S} is a set.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(t)} converts a tableau \\spad{t} to an output form.")) (|listOfLists| (((|List| (|List| |#1|)) $) "\\spad{listOfLists t} converts a tableau \\spad{t} to a list of lists.")) (|tableau| (($ (|List| (|List| |#1|))) "\\spad{tableau(ll)} converts a list of lists \\spad{ll} to a tableau.")))
NIL
NIL
-(-1104 S)
+(-1105 S)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: April 17,{} 2010 Date Last Modified: April 17,{} 2010")) (|operator| (($ |#1| (|Arity|)) "\\spad{operator(n,a)} returns an operator named \\spad{n} and with arity \\spad{a}.")))
NIL
NIL
-(-1105 R)
+(-1106 R)
((|constructor| (NIL "Expands tangents of sums and scalar products.")) (|tanNa| ((|#1| |#1| (|Integer|)) "\\spad{tanNa(a, n)} returns \\spad{f(a)} such that if \\spad{a = tan(u)} then \\spad{f(a) = tan(n * u)}.")) (|tanAn| (((|SparseUnivariatePolynomial| |#1|) |#1| (|PositiveInteger|)) "\\spad{tanAn(a, n)} returns \\spad{P(x)} such that if \\spad{a = tan(u)} then \\spad{P(tan(u/n)) = 0}.")) (|tanSum| ((|#1| (|List| |#1|)) "\\spad{tanSum([a1,...,an])} returns \\spad{f(a1,...,an)} such that if \\spad{ai = tan(ui)} then \\spad{f(a1,...,an) = tan(u1 + ... + un)}.")))
NIL
NIL
-(-1106 S |Key| |Entry|)
+(-1107 S |Key| |Entry|)
((|constructor| (NIL "A table aggregate is a model of a table,{} \\spadignore{i.e.} a discrete many-to-one mapping from keys to entries.")) (|map| (($ (|Mapping| |#3| |#3| |#3|) $ $) "\\spad{map(fn,t1,t2)} creates a new table \\spad{t} from given tables \\spad{t1} and \\spad{t2} with elements \\spad{fn}(\\spad{x},{}\\spad{y}) where \\spad{x} and \\spad{y} are corresponding elements from \\spad{t1} and \\spad{t2} respectively.")) (|table| (($ (|List| (|Record| (|:| |key| |#2|) (|:| |entry| |#3|)))) "\\spad{table([x,y,...,z])} creates a table consisting of entries \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}}.") (($) "\\spad{table()}\\$\\spad{T} creates an empty table of type \\spad{T}.")))
NIL
NIL
-(-1107 |Key| |Entry|)
+(-1108 |Key| |Entry|)
((|constructor| (NIL "A table aggregate is a model of a table,{} \\spadignore{i.e.} a discrete many-to-one mapping from keys to entries.")) (|map| (($ (|Mapping| |#2| |#2| |#2|) $ $) "\\spad{map(fn,t1,t2)} creates a new table \\spad{t} from given tables \\spad{t1} and \\spad{t2} with elements \\spad{fn}(\\spad{x},{}\\spad{y}) where \\spad{x} and \\spad{y} are corresponding elements from \\spad{t1} and \\spad{t2} respectively.")) (|table| (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) "\\spad{table([x,y,...,z])} creates a table consisting of entries \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}}.") (($) "\\spad{table()}\\$\\spad{T} creates an empty table of type \\spad{T}.")))
-((-3997 . T))
NIL
-(-1108 |Key| |Entry|)
+NIL
+(-1109 |Key| |Entry|)
((|constructor| (NIL "\\axiom{TabulatedComputationPackage(Key ,{}Entry)} provides some modest support for dealing with operations with type \\axiom{Key -> Entry}. The result of such operations can be stored and retrieved with this package by using a hash-table. The user does not need to worry about the management of this hash-table. However,{} onnly one hash-table is built by calling \\axiom{TabulatedComputationPackage(Key ,{}Entry)}.")) (|insert!| (((|Void|) |#1| |#2|) "\\axiom{insert!(\\spad{x},{}\\spad{y})} stores the item whose key is \\axiom{\\spad{x}} and whose entry is \\axiom{\\spad{y}}.")) (|extractIfCan| (((|Union| |#2| "failed") |#1|) "\\axiom{extractIfCan(\\spad{x})} searches the item whose key is \\axiom{\\spad{x}}.")) (|makingStats?| (((|Boolean|)) "\\axiom{makingStats?()} returns \\spad{true} iff the statisitics process is running.")) (|printingInfo?| (((|Boolean|)) "\\axiom{printingInfo?()} returns \\spad{true} iff messages are printed when manipulating items from the hash-table.")) (|usingTable?| (((|Boolean|)) "\\axiom{usingTable?()} returns \\spad{true} iff the hash-table is used")) (|clearTable!| (((|Void|)) "\\axiom{clearTable!()} clears the hash-table and assumes that it will no longer be used.")) (|printStats!| (((|Void|)) "\\axiom{printStats!()} prints the statistics.")) (|startStats!| (((|Void|) (|String|)) "\\axiom{startStats!(\\spad{x})} initializes the statisitics process and sets the comments to display when statistics are printed")) (|printInfo!| (((|Void|) (|String|) (|String|)) "\\axiom{printInfo!(\\spad{x},{}\\spad{y})} initializes the mesages to be printed when manipulating items from the hash-table. If a key is retrieved then \\axiom{\\spad{x}} is displayed. If an item is stored then \\axiom{\\spad{y}} is displayed.")) (|initTable!| (((|Void|)) "\\axiom{initTable!()} initializes the hash-table.")))
NIL
NIL
-(-1109)
+(-1110)
((|constructor| (NIL "\\spadtype{TexFormat} provides a coercion from \\spadtype{OutputForm} to \\TeX{} format. The particular dialect of \\TeX{} used is \\LaTeX{}. The basic object consists of three parts: a prologue,{} a tex part and an epilogue. The functions \\spadfun{prologue},{} \\spadfun{tex} and \\spadfun{epilogue} extract these parts,{} respectively. The main guts of the expression go into the tex part. The other parts can be set (\\spadfun{setPrologue!},{} \\spadfun{setEpilogue!}) so that contain the appropriate tags for printing. For example,{} the prologue and epilogue might simply contain ``\\verb+\\[+'' and ``\\verb+\\]+'',{} respectively,{} so that the TeX section will be printed in LaTeX display math mode.")) (|setPrologue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setPrologue!(t,strings)} sets the prologue section of a TeX form \\spad{t} to \\spad{strings}.")) (|setTex!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setTex!(t,strings)} sets the TeX section of a TeX form \\spad{t} to \\spad{strings}.")) (|setEpilogue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setEpilogue!(t,strings)} sets the epilogue section of a TeX form \\spad{t} to \\spad{strings}.")) (|prologue| (((|List| (|String|)) $) "\\spad{prologue(t)} extracts the prologue section of a TeX form \\spad{t}.")) (|new| (($) "\\spad{new()} create a new,{} empty object. Use \\spadfun{setPrologue!},{} \\spadfun{setTex!} and \\spadfun{setEpilogue!} to set the various components of this object.")) (|tex| (((|List| (|String|)) $) "\\spad{tex(t)} extracts the TeX section of a TeX form \\spad{t}.")) (|epilogue| (((|List| (|String|)) $) "\\spad{epilogue(t)} extracts the epilogue section of a TeX form \\spad{t}.")) (|display| (((|Void|) $) "\\spad{display(t)} outputs the TeX formatted code \\spad{t} so that each line has length less than or equal to the value set by the system command \\spadsyscom{set output length}.") (((|Void|) $ (|Integer|)) "\\spad{display(t,width)} outputs the TeX formatted code \\spad{t} so that each line has length less than or equal to \\spadvar{\\spad{width}}.")) (|convert| (($ (|OutputForm|) (|Integer|) (|OutputForm|)) "\\spad{convert(o,step,type)} changes \\spad{o} in standard output format to TeX format and also adds the given \\spad{step} number and \\spad{type}. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.") (($ (|OutputForm|) (|Integer|)) "\\spad{convert(o,step)} changes \\spad{o} in standard output format to TeX format and also adds the given \\spad{step} number. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.")))
NIL
NIL
-(-1110 S)
+(-1111 S)
((|constructor| (NIL "\\spadtype{TexFormat1} provides a utility coercion for changing to TeX format anything that has a coercion to the standard output format.")) (|coerce| (((|TexFormat|) |#1|) "\\spad{coerce(s)} provides a direct coercion from a domain \\spad{S} to TeX format. This allows the user to skip the step of first manually coercing the object to standard output format before it is coerced to TeX format.")))
NIL
NIL
-(-1111)
+(-1112)
((|constructor| (NIL "This domain provides an implementation of text files. Text is stored in these files using the native character set of the computer.")) (|endOfFile?| (((|Boolean|) $) "\\spad{endOfFile?(f)} tests whether the file \\spad{f} is positioned after the end of all text. If the file is open for output,{} then this test is always \\spad{true}.")) (|readIfCan!| (((|Union| (|String|) "failed") $) "\\spad{readIfCan!(f)} returns a string of the contents of a line from file \\spad{f},{} if possible. If \\spad{f} is not readable or if it is positioned at the end of file,{} then \\spad{\"failed\"} is returned.")) (|readLineIfCan!| (((|Union| (|String|) "failed") $) "\\spad{readLineIfCan!(f)} returns a string of the contents of a line from file \\spad{f},{} if possible. If \\spad{f} is not readable or if it is positioned at the end of file,{} then \\spad{\"failed\"} is returned.")) (|readLine!| (((|String|) $) "\\spad{readLine!(f)} returns a string of the contents of a line from the file \\spad{f}.")) (|writeLine!| (((|String|) $) "\\spad{writeLine!(f)} finishes the current line in the file \\spad{f}. An empty string is returned. The call \\spad{writeLine!(f)} is equivalent to \\spad{writeLine!(f,\"\")}.") (((|String|) $ (|String|)) "\\spad{writeLine!(f,s)} writes the contents of the string \\spad{s} and finishes the current line in the file \\spad{f}. The value of \\spad{s} is returned.")))
NIL
NIL
-(-1112 R)
+(-1113 R)
((|constructor| (NIL "Tools for the sign finding utilities.")) (|direction| (((|Integer|) (|String|)) "\\spad{direction(s)} \\undocumented")) (|nonQsign| (((|Union| (|Integer|) "failed") |#1|) "\\spad{nonQsign(r)} \\undocumented")) (|sign| (((|Union| (|Integer|) "failed") |#1|) "\\spad{sign(r)} \\undocumented")))
NIL
NIL
-(-1113)
+(-1114)
((|constructor| (NIL "This package exports a function for making a \\spadtype{ThreeSpace}")) (|createThreeSpace| (((|ThreeSpace| (|DoubleFloat|))) "\\spad{createThreeSpace()} creates a \\spadtype{ThreeSpace(DoubleFloat)} object capable of holding point,{} curve,{} mesh components and any combination.")))
NIL
NIL
-(-1114 S)
+(-1115 S)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{pi()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1115)
+(-1116)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{pi()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1116 S)
-((|constructor| (NIL "\\spadtype{Tree(S)} is a basic domains of tree structures. Each tree is either empty or else is a {\\it node} consisting of a value and a list of (sub)trees.")) (|cyclicParents| (((|List| $) $) "\\spad{cyclicParents(t)} returns a list of cycles that are parents of \\spad{t}.")) (|cyclicEqual?| (((|Boolean|) $ $) "\\spad{cyclicEqual?(t1, t2)} tests of two cyclic trees have the same structure.")) (|cyclicEntries| (((|List| $) $) "\\spad{cyclicEntries(t)} returns a list of top-level cycles in tree \\spad{t}.")) (|cyclicCopy| (($ $) "\\spad{cyclicCopy(l)} makes a copy of a (possibly) cyclic tree \\spad{l}.")) (|cyclic?| (((|Boolean|) $) "\\spad{cyclic?(t)} tests if \\spad{t} is a cyclic tree.")) (|tree| (($ |#1|) "\\spad{tree(nd)} creates a tree with value \\spad{nd},{} and no children") (($ (|List| |#1|)) "\\spad{tree(ls)} creates a tree from a list of elements of \\spad{s}.") (($ |#1| (|List| $)) "\\spad{tree(nd,ls)} creates a tree with value \\spad{nd},{} and children \\spad{ls}.")))
-((-3997 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1013))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))))
(-1117 S)
+((|constructor| (NIL "\\spadtype{Tree(S)} is a basic domains of tree structures. Each tree is either empty or else is a {\\it node} consisting of a value and a list of (sub)trees.")) (|cyclicParents| (((|List| $) $) "\\spad{cyclicParents(t)} returns a list of cycles that are parents of \\spad{t}.")) (|cyclicEqual?| (((|Boolean|) $ $) "\\spad{cyclicEqual?(t1, t2)} tests of two cyclic trees have the same structure.")) (|cyclicEntries| (((|List| $) $) "\\spad{cyclicEntries(t)} returns a list of top-level cycles in tree \\spad{t}.")) (|cyclicCopy| (($ $) "\\spad{cyclicCopy(l)} makes a copy of a (possibly) cyclic tree \\spad{l}.")) (|cyclic?| (((|Boolean|) $) "\\spad{cyclic?(t)} tests if \\spad{t} is a cyclic tree.")) (|tree| (($ |#1|) "\\spad{tree(nd)} creates a tree with value \\spad{nd},{} and no children") (($ (|List| |#1|)) "\\spad{tree(ls)} creates a tree from a list of elements of \\spad{s}.") (($ |#1| (|List| $)) "\\spad{tree(nd,ls)} creates a tree with value \\spad{nd},{} and children \\spad{ls}.")))
+NIL
+((-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1014))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))))
+(-1118 S)
((|constructor| (NIL "Category for the trigonometric functions.")) (|tan| (($ $) "\\spad{tan(x)} returns the tangent of \\spad{x}.")) (|sin| (($ $) "\\spad{sin(x)} returns the sine of \\spad{x}.")) (|sec| (($ $) "\\spad{sec(x)} returns the secant of \\spad{x}.")) (|csc| (($ $) "\\spad{csc(x)} returns the cosecant of \\spad{x}.")) (|cot| (($ $) "\\spad{cot(x)} returns the cotangent of \\spad{x}.")) (|cos| (($ $) "\\spad{cos(x)} returns the cosine of \\spad{x}.")))
NIL
NIL
-(-1118)
+(-1119)
((|constructor| (NIL "Category for the trigonometric functions.")) (|tan| (($ $) "\\spad{tan(x)} returns the tangent of \\spad{x}.")) (|sin| (($ $) "\\spad{sin(x)} returns the sine of \\spad{x}.")) (|sec| (($ $) "\\spad{sec(x)} returns the secant of \\spad{x}.")) (|csc| (($ $) "\\spad{csc(x)} returns the cosecant of \\spad{x}.")) (|cot| (($ $) "\\spad{cot(x)} returns the cotangent of \\spad{x}.")) (|cos| (($ $) "\\spad{cos(x)} returns the cosine of \\spad{x}.")))
NIL
NIL
-(-1119 R -3093)
+(-1120 R -3094)
((|constructor| (NIL "\\spadtype{TrigonometricManipulations} provides transformations from trigonometric functions to complex exponentials and logarithms,{} and back.")) (|complexForm| (((|Complex| |#2|) |#2|) "\\spad{complexForm(f)} returns \\spad{[real f, imag f]}.")) (|real?| (((|Boolean|) |#2|) "\\spad{real?(f)} returns \\spad{true} if \\spad{f = real f}.")) (|imag| ((|#2| |#2|) "\\spad{imag(f)} returns the imaginary part of \\spad{f} where \\spad{f} is a complex function.")) (|real| ((|#2| |#2|) "\\spad{real(f)} returns the real part of \\spad{f} where \\spad{f} is a complex function.")) (|trigs| ((|#2| |#2|) "\\spad{trigs(f)} rewrites all the complex logs and exponentials appearing in \\spad{f} in terms of trigonometric functions.")) (|complexElementary| ((|#2| |#2| (|Symbol|)) "\\spad{complexElementary(f, x)} rewrites the kernels of \\spad{f} involving \\spad{x} in terms of the 2 fundamental complex transcendental elementary functions: \\spad{log, exp}.") ((|#2| |#2|) "\\spad{complexElementary(f)} rewrites \\spad{f} in terms of the 2 fundamental complex transcendental elementary functions: \\spad{log, exp}.")) (|complexNormalize| ((|#2| |#2| (|Symbol|)) "\\spad{complexNormalize(f, x)} rewrites \\spad{f} using the least possible number of complex independent kernels involving \\spad{x}.") ((|#2| |#2|) "\\spad{complexNormalize(f)} rewrites \\spad{f} using the least possible number of complex independent kernels.")))
NIL
NIL
-(-1120 R |Row| |Col| M)
+(-1121 R |Row| |Col| M)
((|constructor| (NIL "This package provides functions that compute \"fraction-free\" inverses of upper and lower triangular matrices over a integral domain. By \"fraction-free inverses\" we mean the following: given a matrix \\spad{B} with entries in \\spad{R} and an element \\spad{d} of \\spad{R} such that \\spad{d} * inv(\\spad{B}) also has entries in \\spad{R},{} we return \\spad{d} * inv(\\spad{B}). Thus,{} it is not necessary to pass to the quotient field in any of our computations.")) (|LowTriBddDenomInv| ((|#4| |#4| |#1|) "\\spad{LowTriBddDenomInv(B,d)} returns \\spad{M},{} where \\spad{B} is a non-singular lower triangular matrix and \\spad{d} is an element of \\spad{R} such that \\spad{M = d * inv(B)} has entries in \\spad{R}.")) (|UpTriBddDenomInv| ((|#4| |#4| |#1|) "\\spad{UpTriBddDenomInv(B,d)} returns \\spad{M},{} where \\spad{B} is a non-singular upper triangular matrix and \\spad{d} is an element of \\spad{R} such that \\spad{M = d * inv(B)} has entries in \\spad{R}.")))
NIL
NIL
-(-1121 R -3093)
+(-1122 R -3094)
((|constructor| (NIL "TranscendentalManipulations provides functions to simplify and expand expressions involving transcendental operators.")) (|expandTrigProducts| ((|#2| |#2|) "\\spad{expandTrigProducts(e)} replaces \\axiom{sin(\\spad{x})*sin(\\spad{y})} by \\spad{(cos(x-y)-cos(x+y))/2},{} \\axiom{cos(\\spad{x})*cos(\\spad{y})} by \\spad{(cos(x-y)+cos(x+y))/2},{} and \\axiom{sin(\\spad{x})*cos(\\spad{y})} by \\spad{(sin(x-y)+sin(x+y))/2}. Note that this operation uses the pattern matcher and so is relatively expensive. To avoid getting into an infinite loop the transformations are applied at most ten times.")) (|removeSinhSq| ((|#2| |#2|) "\\spad{removeSinhSq(f)} converts every \\spad{sinh(u)**2} appearing in \\spad{f} into \\spad{1 - cosh(x)**2},{} and also reduces higher powers of \\spad{sinh(u)} with that formula.")) (|removeCoshSq| ((|#2| |#2|) "\\spad{removeCoshSq(f)} converts every \\spad{cosh(u)**2} appearing in \\spad{f} into \\spad{1 - sinh(x)**2},{} and also reduces higher powers of \\spad{cosh(u)} with that formula.")) (|removeSinSq| ((|#2| |#2|) "\\spad{removeSinSq(f)} converts every \\spad{sin(u)**2} appearing in \\spad{f} into \\spad{1 - cos(x)**2},{} and also reduces higher powers of \\spad{sin(u)} with that formula.")) (|removeCosSq| ((|#2| |#2|) "\\spad{removeCosSq(f)} converts every \\spad{cos(u)**2} appearing in \\spad{f} into \\spad{1 - sin(x)**2},{} and also reduces higher powers of \\spad{cos(u)} with that formula.")) (|coth2tanh| ((|#2| |#2|) "\\spad{coth2tanh(f)} converts every \\spad{coth(u)} appearing in \\spad{f} into \\spad{1/tanh(u)}.")) (|cot2tan| ((|#2| |#2|) "\\spad{cot2tan(f)} converts every \\spad{cot(u)} appearing in \\spad{f} into \\spad{1/tan(u)}.")) (|tanh2coth| ((|#2| |#2|) "\\spad{tanh2coth(f)} converts every \\spad{tanh(u)} appearing in \\spad{f} into \\spad{1/coth(u)}.")) (|tan2cot| ((|#2| |#2|) "\\spad{tan2cot(f)} converts every \\spad{tan(u)} appearing in \\spad{f} into \\spad{1/cot(u)}.")) (|tanh2trigh| ((|#2| |#2|) "\\spad{tanh2trigh(f)} converts every \\spad{tanh(u)} appearing in \\spad{f} into \\spad{sinh(u)/cosh(u)}.")) (|tan2trig| ((|#2| |#2|) "\\spad{tan2trig(f)} converts every \\spad{tan(u)} appearing in \\spad{f} into \\spad{sin(u)/cos(u)}.")) (|sinh2csch| ((|#2| |#2|) "\\spad{sinh2csch(f)} converts every \\spad{sinh(u)} appearing in \\spad{f} into \\spad{1/csch(u)}.")) (|sin2csc| ((|#2| |#2|) "\\spad{sin2csc(f)} converts every \\spad{sin(u)} appearing in \\spad{f} into \\spad{1/csc(u)}.")) (|sech2cosh| ((|#2| |#2|) "\\spad{sech2cosh(f)} converts every \\spad{sech(u)} appearing in \\spad{f} into \\spad{1/cosh(u)}.")) (|sec2cos| ((|#2| |#2|) "\\spad{sec2cos(f)} converts every \\spad{sec(u)} appearing in \\spad{f} into \\spad{1/cos(u)}.")) (|csch2sinh| ((|#2| |#2|) "\\spad{csch2sinh(f)} converts every \\spad{csch(u)} appearing in \\spad{f} into \\spad{1/sinh(u)}.")) (|csc2sin| ((|#2| |#2|) "\\spad{csc2sin(f)} converts every \\spad{csc(u)} appearing in \\spad{f} into \\spad{1/sin(u)}.")) (|coth2trigh| ((|#2| |#2|) "\\spad{coth2trigh(f)} converts every \\spad{coth(u)} appearing in \\spad{f} into \\spad{cosh(u)/sinh(u)}.")) (|cot2trig| ((|#2| |#2|) "\\spad{cot2trig(f)} converts every \\spad{cot(u)} appearing in \\spad{f} into \\spad{cos(u)/sin(u)}.")) (|cosh2sech| ((|#2| |#2|) "\\spad{cosh2sech(f)} converts every \\spad{cosh(u)} appearing in \\spad{f} into \\spad{1/sech(u)}.")) (|cos2sec| ((|#2| |#2|) "\\spad{cos2sec(f)} converts every \\spad{cos(u)} appearing in \\spad{f} into \\spad{1/sec(u)}.")) (|expandLog| ((|#2| |#2|) "\\spad{expandLog(f)} converts every \\spad{log(a/b)} appearing in \\spad{f} into \\spad{log(a) - log(b)},{} and every \\spad{log(a*b)} into \\spad{log(a) + log(b)}..")) (|expandPower| ((|#2| |#2|) "\\spad{expandPower(f)} converts every power \\spad{(a/b)**c} appearing in \\spad{f} into \\spad{a**c * b**(-c)}.")) (|simplifyLog| ((|#2| |#2|) "\\spad{simplifyLog(f)} converts every \\spad{log(a) - log(b)} appearing in \\spad{f} into \\spad{log(a/b)},{} every \\spad{log(a) + log(b)} into \\spad{log(a*b)} and every \\spad{n*log(a)} into \\spad{log(a^n)}.")) (|simplifyExp| ((|#2| |#2|) "\\spad{simplifyExp(f)} converts every product \\spad{exp(a)*exp(b)} appearing in \\spad{f} into \\spad{exp(a+b)}.")) (|htrigs| ((|#2| |#2|) "\\spad{htrigs(f)} converts all the exponentials in \\spad{f} into hyperbolic sines and cosines.")) (|simplify| ((|#2| |#2|) "\\spad{simplify(f)} performs the following simplifications on f:\\begin{items} \\item 1. rewrites trigs and hyperbolic trigs in terms of \\spad{sin} ,{}\\spad{cos},{} \\spad{sinh},{} \\spad{cosh}. \\item 2. rewrites \\spad{sin**2} and \\spad{sinh**2} in terms of \\spad{cos} and \\spad{cosh},{} \\item 3. rewrites \\spad{exp(a)*exp(b)} as \\spad{exp(a+b)}. \\item 4. rewrites \\spad{(a**(1/n))**m * (a**(1/s))**t} as a single power of a single radical of \\spad{a}. \\end{items}")) (|expand| ((|#2| |#2|) "\\spad{expand(f)} performs the following expansions on f:\\begin{items} \\item 1. logs of products are expanded into sums of logs,{} \\item 2. trigonometric and hyperbolic trigonometric functions of sums are expanded into sums of products of trigonometric and hyperbolic trigonometric functions. \\item 3. formal powers of the form \\spad{(a/b)**c} are expanded into \\spad{a**c * b**(-c)}. \\end{items}")))
NIL
-((-12 (|HasCategory| |#1| (|%list| (QUOTE -553) (|%list| (QUOTE -800) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -796) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -553) (|%list| (QUOTE -800) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -796) (|devaluate| |#1|)))))
-(-1122 |Coef|)
+((-12 (|HasCategory| |#1| (|%list| (QUOTE -554) (|%list| (QUOTE -801) (|devaluate| |#1|)))) (|HasCategory| |#1| (|%list| (QUOTE -797) (|devaluate| |#1|))) (|HasCategory| |#2| (|%list| (QUOTE -554) (|%list| (QUOTE -801) (|devaluate| |#1|)))) (|HasCategory| |#2| (|%list| (QUOTE -797) (|devaluate| |#1|)))))
+(-1123 |Coef|)
((|constructor| (NIL "\\spadtype{TaylorSeries} is a general multivariate Taylor series domain over the ring Coef and with variables of type Symbol.")) (|fintegrate| (($ (|Mapping| $) (|Symbol|) |#1|) "\\spad{fintegrate(f,v,c)} is the integral of \\spad{f()} with respect \\indented{1}{to \\spad{v} and having \\spad{c} as the constant of integration.} \\indented{1}{The evaluation of \\spad{f()} is delayed.}")) (|integrate| (($ $ (|Symbol|) |#1|) "\\spad{integrate(s,v,c)} is the integral of \\spad{s} with respect \\indented{1}{to \\spad{v} and having \\spad{c} as the constant of integration.}")) (|coerce| (($ (|Polynomial| |#1|)) "\\spad{coerce(s)} regroups terms of \\spad{s} by total degree \\indented{1}{and forms a series.}") (($ (|Symbol|)) "\\spad{coerce(s)} converts a variable to a Taylor series")) (|coefficient| (((|Polynomial| |#1|) $ (|NonNegativeInteger|)) "\\spad{coefficient(s, n)} gives the terms of total degree \\spad{n}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-312))))
-(-1123 S R E V P)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-120))) (|HasCategory| |#1| (QUOTE (-118))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-312))))
+(-1124 S R E V P)
((|constructor| (NIL "The category of triangular sets of multivariate polynomials with coefficients in an integral domain. Let \\axiom{\\spad{R}} be an integral domain and \\axiom{\\spad{V}} a finite ordered set of variables,{} say \\axiom{\\spad{X1} < \\spad{X2} < ... < Xn}. A set \\axiom{\\spad{S}} of polynomials in \\axiom{\\spad{R}[\\spad{X1},{}\\spad{X2},{}...,{}Xn]} is triangular if no elements of \\axiom{\\spad{S}} lies in \\axiom{\\spad{R}},{} and if two distinct elements of \\axiom{\\spad{S}} have distinct main variables. Note that the empty set is a triangular set. A triangular set is not necessarily a (lexicographical) Groebner basis and the notion of reduction related to triangular sets is based on the recursive view of polynomials. We recall this notion here and refer to [1] for more details. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a non-constant polynomial \\axiom{\\spad{Q}} if the degree of \\axiom{\\spad{P}} in the main variable of \\axiom{\\spad{Q}} is less than the main degree of \\axiom{\\spad{Q}}. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a triangular set \\axiom{\\spad{T}} if it is reduced \\spad{w}.\\spad{r}.\\spad{t}. every polynomial of \\axiom{\\spad{T}}. \\newline References : \\indented{1}{[1] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)}")) (|coHeight| (((|NonNegativeInteger|) $) "\\axiom{coHeight(ts)} returns \\axiom{size()\\$\\spad{V}} minus \\axiom{\\#ts}.")) (|extend| (($ $ |#5|) "\\axiom{extend(ts,{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{ts},{} according to the properties of triangular sets of the current category If the required properties do not hold an error is returned.")) (|extendIfCan| (((|Union| $ "failed") $ |#5|) "\\axiom{extendIfCan(ts,{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{ts},{} according to the properties of triangular sets of the current domain. If the required properties do not hold then \"failed\" is returned. This operation encodes in some sense the properties of the triangular sets of the current category. Is is used to implement the \\axiom{construct} operation to guarantee that every triangular set build from a list of polynomials has the required properties.")) (|select| (((|Union| |#5| "failed") $ |#4|) "\\axiom{select(ts,{}\\spad{v})} returns the polynomial of \\axiom{ts} with \\axiom{\\spad{v}} as main variable,{} if any.")) (|algebraic?| (((|Boolean|) |#4| $) "\\axiom{algebraic?(\\spad{v},{}ts)} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{ts}.")) (|algebraicVariables| (((|List| |#4|) $) "\\axiom{algebraicVariables(ts)} returns the decreasingly sorted list of the main variables of the polynomials of \\axiom{ts}.")) (|rest| (((|Union| $ "failed") $) "\\axiom{rest(ts)} returns the polynomials of \\axiom{ts} with smaller main variable than \\axiom{mvar(ts)} if \\axiom{ts} is not empty,{} otherwise returns \"failed\"")) (|last| (((|Union| |#5| "failed") $) "\\axiom{last(ts)} returns the polynomial of \\axiom{ts} with smallest main variable if \\axiom{ts} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|first| (((|Union| |#5| "failed") $) "\\axiom{first(ts)} returns the polynomial of \\axiom{ts} with greatest main variable if \\axiom{ts} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#5|)))) (|List| |#5|)) "\\axiom{zeroSetSplitIntoTriangularSystems(lp)} returns a list of triangular systems \\axiom{[[\\spad{ts1},{}\\spad{qs1}],{}...,{}[tsn,{}qsn]]} such that the zero set of \\axiom{lp} is the union of the closures of the \\axiom{W_i} where \\axiom{W_i} consists of the zeros of \\axiom{ts} which do not cancel any polynomial in \\axiom{qsi}.")) (|zeroSetSplit| (((|List| $) (|List| |#5|)) "\\axiom{zeroSetSplit(lp)} returns a list \\axiom{lts} of triangular sets such that the zero set of \\axiom{lp} is the union of the closures of the regular zero sets of the members of \\axiom{lts}.")) (|reduceByQuasiMonic| ((|#5| |#5| $) "\\axiom{reduceByQuasiMonic(\\spad{p},{}ts)} returns the same as \\axiom{remainder(\\spad{p},{}collectQuasiMonic(ts)).polnum}.")) (|collectQuasiMonic| (($ $) "\\axiom{collectQuasiMonic(ts)} returns the subset of \\axiom{ts} consisting of the polynomials with initial in \\axiom{\\spad{R}}.")) (|removeZero| ((|#5| |#5| $) "\\axiom{removeZero(\\spad{p},{}ts)} returns \\axiom{0} if \\axiom{\\spad{p}} reduces to \\axiom{0} by pseudo-division \\spad{w}.\\spad{r}.\\spad{t} \\axiom{ts} otherwise returns a polynomial \\axiom{\\spad{q}} computed from \\axiom{\\spad{p}} by removing any coefficient in \\axiom{\\spad{p}} reducing to \\axiom{0}.")) (|initiallyReduce| ((|#5| |#5| $) "\\axiom{initiallyReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|headReduce| ((|#5| |#5| $) "\\axiom{headReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduce?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|stronglyReduce| ((|#5| |#5| $) "\\axiom{stronglyReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{stronglyReduced?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|rewriteSetWithReduction| (((|List| |#5|) (|List| |#5|) $ (|Mapping| |#5| |#5| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{rewriteSetWithReduction(lp,{}ts,{}redOp,{}redOp?)} returns a list \\axiom{lq} of polynomials such that \\axiom{[reduce(\\spad{p},{}ts,{}redOp,{}redOp?) for \\spad{p} in lp]} and \\axiom{lp} have the same zeros inside the regular zero set of \\axiom{ts}. Moreover,{} for every polynomial \\axiom{\\spad{q}} in \\axiom{lq} and every polynomial \\axiom{\\spad{t}} in \\axiom{ts} \\axiom{redOp?(\\spad{q},{}\\spad{t})} holds and there exists a polynomial \\axiom{\\spad{p}} in the ideal generated by \\axiom{lp} and a product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = f*q + redOp(\\spad{p},{}\\spad{q})}.")) (|reduce| ((|#5| |#5| $ (|Mapping| |#5| |#5| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{reduce(\\spad{p},{}ts,{}redOp,{}redOp?)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{redOp?(\\spad{r},{}\\spad{p})} holds for every \\axiom{\\spad{p}} of \\axiom{ts} and there exists some product \\axiom{\\spad{h}} of the initials of the members of \\axiom{ts} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = f*q + redOp(\\spad{p},{}\\spad{q})}.")) (|autoReduced?| (((|Boolean|) $ (|Mapping| (|Boolean|) |#5| (|List| |#5|))) "\\axiom{autoReduced?(ts,{}redOp?)} returns \\spad{true} iff every element of \\axiom{ts} is reduced \\spad{w}.\\spad{r}.\\spad{t} to every other in the sense of \\axiom{redOp?}")) (|initiallyReduced?| (((|Boolean|) $) "\\spad{initiallyReduced?(ts)} returns \\spad{true} iff for every element \\axiom{\\spad{p}} of \\axiom{\\spad{ts}} \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the other elements of \\axiom{\\spad{ts}} with the same main variable.") (((|Boolean|) |#5| $) "\\axiom{initiallyReduced?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the elements of \\axiom{ts} with the same main variable.")) (|headReduced?| (((|Boolean|) $) "\\spad{headReduced?(ts)} returns \\spad{true} iff the head of every element of \\axiom{\\spad{ts}} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{\\spad{ts}}.") (((|Boolean|) |#5| $) "\\axiom{headReduced?(\\spad{p},{}ts)} returns \\spad{true} iff the head of \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|stronglyReduced?| (((|Boolean|) $) "\\axiom{stronglyReduced?(ts)} returns \\spad{true} iff every element of \\axiom{ts} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{ts}.") (((|Boolean|) |#5| $) "\\axiom{stronglyReduced?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|reduced?| (((|Boolean|) |#5| $ (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{reduced?(\\spad{p},{}ts,{}redOp?)} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. in the sense of the operation \\axiom{redOp?},{} that is if for every \\axiom{\\spad{t}} in \\axiom{ts} \\axiom{redOp?(\\spad{p},{}\\spad{t})} holds.")) (|normalized?| (((|Boolean|) $) "\\axiom{normalized?(ts)} returns \\spad{true} iff for every axiom{\\spad{p}} in axiom{ts} we have \\axiom{normalized?(\\spad{p},{}us)} where \\axiom{us} is \\axiom{collectUnder(ts,{}mvar(\\spad{p}))}.") (((|Boolean|) |#5| $) "\\axiom{normalized?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variables of the polynomials of \\axiom{ts}")) (|quasiComponent| (((|Record| (|:| |close| (|List| |#5|)) (|:| |open| (|List| |#5|))) $) "\\axiom{quasiComponent(ts)} returns \\axiom{[lp,{}lq]} where \\axiom{lp} is the list of the members of \\axiom{ts} and \\axiom{lq}is \\axiom{initials(ts)}.")) (|degree| (((|NonNegativeInteger|) $) "\\axiom{degree(ts)} returns the product of main degrees of the members of \\axiom{ts}.")) (|initials| (((|List| |#5|) $) "\\axiom{initials(ts)} returns the list of the non-constant initials of the members of \\axiom{ts}.")) (|basicSet| (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#5|))) "failed") (|List| |#5|) (|Mapping| (|Boolean|) |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{basicSet(ps,{}pred?,{}redOp?)} returns the same as \\axiom{basicSet(qs,{}redOp?)} where \\axiom{qs} consists of the polynomials of \\axiom{ps} satisfying property \\axiom{pred?}.") (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#5|))) "failed") (|List| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{basicSet(ps,{}redOp?)} returns \\axiom{[bs,{}ts]} where \\axiom{concat(bs,{}ts)} is \\axiom{ps} and \\axiom{bs} is a basic set in Wu Wen Tsun sense of \\axiom{ps} \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?},{} if no non-zero constant polynomial lie in \\axiom{ps},{} otherwise \\axiom{\"failed\"} is returned.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(\\spad{ts1},{}\\spad{ts2})} returns \\spad{true} iff \\axiom{\\spad{ts2}} has higher rank than \\axiom{\\spad{ts1}} in Wu Wen Tsun sense.")))
NIL
((|HasCategory| |#4| (QUOTE (-320))))
-(-1124 R E V P)
+(-1125 R E V P)
((|constructor| (NIL "The category of triangular sets of multivariate polynomials with coefficients in an integral domain. Let \\axiom{\\spad{R}} be an integral domain and \\axiom{\\spad{V}} a finite ordered set of variables,{} say \\axiom{\\spad{X1} < \\spad{X2} < ... < Xn}. A set \\axiom{\\spad{S}} of polynomials in \\axiom{\\spad{R}[\\spad{X1},{}\\spad{X2},{}...,{}Xn]} is triangular if no elements of \\axiom{\\spad{S}} lies in \\axiom{\\spad{R}},{} and if two distinct elements of \\axiom{\\spad{S}} have distinct main variables. Note that the empty set is a triangular set. A triangular set is not necessarily a (lexicographical) Groebner basis and the notion of reduction related to triangular sets is based on the recursive view of polynomials. We recall this notion here and refer to [1] for more details. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a non-constant polynomial \\axiom{\\spad{Q}} if the degree of \\axiom{\\spad{P}} in the main variable of \\axiom{\\spad{Q}} is less than the main degree of \\axiom{\\spad{Q}}. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a triangular set \\axiom{\\spad{T}} if it is reduced \\spad{w}.\\spad{r}.\\spad{t}. every polynomial of \\axiom{\\spad{T}}. \\newline References : \\indented{1}{[1] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)}")) (|coHeight| (((|NonNegativeInteger|) $) "\\axiom{coHeight(ts)} returns \\axiom{size()\\$\\spad{V}} minus \\axiom{\\#ts}.")) (|extend| (($ $ |#4|) "\\axiom{extend(ts,{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{ts},{} according to the properties of triangular sets of the current category If the required properties do not hold an error is returned.")) (|extendIfCan| (((|Union| $ "failed") $ |#4|) "\\axiom{extendIfCan(ts,{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{ts},{} according to the properties of triangular sets of the current domain. If the required properties do not hold then \"failed\" is returned. This operation encodes in some sense the properties of the triangular sets of the current category. Is is used to implement the \\axiom{construct} operation to guarantee that every triangular set build from a list of polynomials has the required properties.")) (|select| (((|Union| |#4| "failed") $ |#3|) "\\axiom{select(ts,{}\\spad{v})} returns the polynomial of \\axiom{ts} with \\axiom{\\spad{v}} as main variable,{} if any.")) (|algebraic?| (((|Boolean|) |#3| $) "\\axiom{algebraic?(\\spad{v},{}ts)} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{ts}.")) (|algebraicVariables| (((|List| |#3|) $) "\\axiom{algebraicVariables(ts)} returns the decreasingly sorted list of the main variables of the polynomials of \\axiom{ts}.")) (|rest| (((|Union| $ "failed") $) "\\axiom{rest(ts)} returns the polynomials of \\axiom{ts} with smaller main variable than \\axiom{mvar(ts)} if \\axiom{ts} is not empty,{} otherwise returns \"failed\"")) (|last| (((|Union| |#4| "failed") $) "\\axiom{last(ts)} returns the polynomial of \\axiom{ts} with smallest main variable if \\axiom{ts} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|first| (((|Union| |#4| "failed") $) "\\axiom{first(ts)} returns the polynomial of \\axiom{ts} with greatest main variable if \\axiom{ts} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#4|)))) (|List| |#4|)) "\\axiom{zeroSetSplitIntoTriangularSystems(lp)} returns a list of triangular systems \\axiom{[[\\spad{ts1},{}\\spad{qs1}],{}...,{}[tsn,{}qsn]]} such that the zero set of \\axiom{lp} is the union of the closures of the \\axiom{W_i} where \\axiom{W_i} consists of the zeros of \\axiom{ts} which do not cancel any polynomial in \\axiom{qsi}.")) (|zeroSetSplit| (((|List| $) (|List| |#4|)) "\\axiom{zeroSetSplit(lp)} returns a list \\axiom{lts} of triangular sets such that the zero set of \\axiom{lp} is the union of the closures of the regular zero sets of the members of \\axiom{lts}.")) (|reduceByQuasiMonic| ((|#4| |#4| $) "\\axiom{reduceByQuasiMonic(\\spad{p},{}ts)} returns the same as \\axiom{remainder(\\spad{p},{}collectQuasiMonic(ts)).polnum}.")) (|collectQuasiMonic| (($ $) "\\axiom{collectQuasiMonic(ts)} returns the subset of \\axiom{ts} consisting of the polynomials with initial in \\axiom{\\spad{R}}.")) (|removeZero| ((|#4| |#4| $) "\\axiom{removeZero(\\spad{p},{}ts)} returns \\axiom{0} if \\axiom{\\spad{p}} reduces to \\axiom{0} by pseudo-division \\spad{w}.\\spad{r}.\\spad{t} \\axiom{ts} otherwise returns a polynomial \\axiom{\\spad{q}} computed from \\axiom{\\spad{p}} by removing any coefficient in \\axiom{\\spad{p}} reducing to \\axiom{0}.")) (|initiallyReduce| ((|#4| |#4| $) "\\axiom{initiallyReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|headReduce| ((|#4| |#4| $) "\\axiom{headReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduce?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|stronglyReduce| ((|#4| |#4| $) "\\axiom{stronglyReduce(\\spad{p},{}ts)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{stronglyReduced?(\\spad{r},{}ts)} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}.")) (|rewriteSetWithReduction| (((|List| |#4|) (|List| |#4|) $ (|Mapping| |#4| |#4| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{rewriteSetWithReduction(lp,{}ts,{}redOp,{}redOp?)} returns a list \\axiom{lq} of polynomials such that \\axiom{[reduce(\\spad{p},{}ts,{}redOp,{}redOp?) for \\spad{p} in lp]} and \\axiom{lp} have the same zeros inside the regular zero set of \\axiom{ts}. Moreover,{} for every polynomial \\axiom{\\spad{q}} in \\axiom{lq} and every polynomial \\axiom{\\spad{t}} in \\axiom{ts} \\axiom{redOp?(\\spad{q},{}\\spad{t})} holds and there exists a polynomial \\axiom{\\spad{p}} in the ideal generated by \\axiom{lp} and a product \\axiom{\\spad{h}} of \\axiom{initials(ts)} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = f*q + redOp(\\spad{p},{}\\spad{q})}.")) (|reduce| ((|#4| |#4| $ (|Mapping| |#4| |#4| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{reduce(\\spad{p},{}ts,{}redOp,{}redOp?)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{redOp?(\\spad{r},{}\\spad{p})} holds for every \\axiom{\\spad{p}} of \\axiom{ts} and there exists some product \\axiom{\\spad{h}} of the initials of the members of \\axiom{ts} such that \\axiom{h*p - \\spad{r}} lies in the ideal generated by \\axiom{ts}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = f*q + redOp(\\spad{p},{}\\spad{q})}.")) (|autoReduced?| (((|Boolean|) $ (|Mapping| (|Boolean|) |#4| (|List| |#4|))) "\\axiom{autoReduced?(ts,{}redOp?)} returns \\spad{true} iff every element of \\axiom{ts} is reduced \\spad{w}.\\spad{r}.\\spad{t} to every other in the sense of \\axiom{redOp?}")) (|initiallyReduced?| (((|Boolean|) $) "\\spad{initiallyReduced?(ts)} returns \\spad{true} iff for every element \\axiom{\\spad{p}} of \\axiom{\\spad{ts}} \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the other elements of \\axiom{\\spad{ts}} with the same main variable.") (((|Boolean|) |#4| $) "\\axiom{initiallyReduced?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the elements of \\axiom{ts} with the same main variable.")) (|headReduced?| (((|Boolean|) $) "\\spad{headReduced?(ts)} returns \\spad{true} iff the head of every element of \\axiom{\\spad{ts}} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{\\spad{ts}}.") (((|Boolean|) |#4| $) "\\axiom{headReduced?(\\spad{p},{}ts)} returns \\spad{true} iff the head of \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|stronglyReduced?| (((|Boolean|) $) "\\axiom{stronglyReduced?(ts)} returns \\spad{true} iff every element of \\axiom{ts} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{ts}.") (((|Boolean|) |#4| $) "\\axiom{stronglyReduced?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{ts}.")) (|reduced?| (((|Boolean|) |#4| $ (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{reduced?(\\spad{p},{}ts,{}redOp?)} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. in the sense of the operation \\axiom{redOp?},{} that is if for every \\axiom{\\spad{t}} in \\axiom{ts} \\axiom{redOp?(\\spad{p},{}\\spad{t})} holds.")) (|normalized?| (((|Boolean|) $) "\\axiom{normalized?(ts)} returns \\spad{true} iff for every axiom{\\spad{p}} in axiom{ts} we have \\axiom{normalized?(\\spad{p},{}us)} where \\axiom{us} is \\axiom{collectUnder(ts,{}mvar(\\spad{p}))}.") (((|Boolean|) |#4| $) "\\axiom{normalized?(\\spad{p},{}ts)} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variables of the polynomials of \\axiom{ts}")) (|quasiComponent| (((|Record| (|:| |close| (|List| |#4|)) (|:| |open| (|List| |#4|))) $) "\\axiom{quasiComponent(ts)} returns \\axiom{[lp,{}lq]} where \\axiom{lp} is the list of the members of \\axiom{ts} and \\axiom{lq}is \\axiom{initials(ts)}.")) (|degree| (((|NonNegativeInteger|) $) "\\axiom{degree(ts)} returns the product of main degrees of the members of \\axiom{ts}.")) (|initials| (((|List| |#4|) $) "\\axiom{initials(ts)} returns the list of the non-constant initials of the members of \\axiom{ts}.")) (|basicSet| (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{basicSet(ps,{}pred?,{}redOp?)} returns the same as \\axiom{basicSet(qs,{}redOp?)} where \\axiom{qs} consists of the polynomials of \\axiom{ps} satisfying property \\axiom{pred?}.") (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{basicSet(ps,{}redOp?)} returns \\axiom{[bs,{}ts]} where \\axiom{concat(bs,{}ts)} is \\axiom{ps} and \\axiom{bs} is a basic set in Wu Wen Tsun sense of \\axiom{ps} \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?},{} if no non-zero constant polynomial lie in \\axiom{ps},{} otherwise \\axiom{\"failed\"} is returned.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(\\spad{ts1},{}\\spad{ts2})} returns \\spad{true} iff \\axiom{\\spad{ts2}} has higher rank than \\axiom{\\spad{ts1}} in Wu Wen Tsun sense.")))
-((-3997 . T))
NIL
-(-1125 |Curve|)
+NIL
+(-1126 |Curve|)
((|constructor| (NIL "\\indented{2}{Package for constructing tubes around 3-dimensional parametric curves.} Domain of tubes around 3-dimensional parametric curves.")) (|tube| (($ |#1| (|List| (|List| (|Point| (|DoubleFloat|)))) (|Boolean|)) "\\spad{tube(c,ll,b)} creates a tube of the domain \\spadtype{TubePlot} from a space curve \\spad{c} of the category \\spadtype{PlottableSpaceCurveCategory},{} a list of lists of points (loops) \\spad{ll} and a boolean \\spad{b} which if \\spad{true} indicates a closed tube,{} or if \\spad{false} an open tube.")) (|setClosed| (((|Boolean|) $ (|Boolean|)) "\\spad{setClosed(t,b)} declares the given tube plot \\spad{t} to be closed if \\spad{b} is \\spad{true},{} or if \\spad{b} is \\spad{false},{} \\spad{t} is set to be open.")) (|open?| (((|Boolean|) $) "\\spad{open?(t)} tests whether the given tube plot \\spad{t} is open.")) (|closed?| (((|Boolean|) $) "\\spad{closed?(t)} tests whether the given tube plot \\spad{t} is closed.")) (|listLoops| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) "\\spad{listLoops(t)} returns the list of lists of points,{} or the 'loops',{} of the given tube plot \\spad{t}.")) (|getCurve| ((|#1| $) "\\spad{getCurve(t)} returns the \\spadtype{PlottableSpaceCurveCategory} representing the parametric curve of the given tube plot \\spad{t}.")))
NIL
NIL
-(-1126)
+(-1127)
((|constructor| (NIL "Tools for constructing tubes around 3-dimensional parametric curves.")) (|loopPoints| (((|List| (|Point| (|DoubleFloat|))) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|List| (|List| (|DoubleFloat|)))) "\\spad{loopPoints(p,n,b,r,lls)} creates and returns a list of points which form the loop with radius \\spad{r},{} around the center point indicated by the point \\spad{p},{} with the principal normal vector of the space curve at point \\spad{p} given by the point(vector) \\spad{n},{} and the binormal vector given by the point(vector) \\spad{b},{} and a list of lists,{} \\spad{lls},{} which is the \\spadfun{cosSinInfo} of the number of points defining the loop.")) (|cosSinInfo| (((|List| (|List| (|DoubleFloat|))) (|Integer|)) "\\spad{cosSinInfo(n)} returns the list of lists of values for \\spad{n},{} in the form: \\spad{[[cos(n - 1) a,sin(n - 1) a],...,[cos 2 a,sin 2 a],[cos a,sin a]]} where \\spad{a = 2 pi/n}. Note: \\spad{n} should be greater than 2.")) (|unitVector| (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{unitVector(p)} creates the unit vector of the point \\spad{p} and returns the result as a point. Note: \\spad{unitVector(p) = p/|p|}.")) (|cross| (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{cross(p,q)} computes the cross product of the two points \\spad{p} and \\spad{q} using only the first three coordinates,{} and keeping the color of the first point \\spad{p}. The result is returned as a point.")) (|dot| (((|DoubleFloat|) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{dot(p,q)} computes the dot product of the two points \\spad{p} and \\spad{q} using only the first three coordinates,{} and returns the resulting \\spadtype{DoubleFloat}.")) (- (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{p - q} computes and returns a point whose coordinates are the differences of the coordinates of two points \\spad{p} and \\spad{q},{} using the color,{} or fourth coordinate,{} of the first point \\spad{p} as the color also of the point \\spad{q}.")) (+ (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{p + q} computes and returns a point whose coordinates are the sums of the coordinates of the two points \\spad{p} and \\spad{q},{} using the color,{} or fourth coordinate,{} of the first point \\spad{p} as the color also of the point \\spad{q}.")) (* (((|Point| (|DoubleFloat|)) (|DoubleFloat|) (|Point| (|DoubleFloat|))) "\\spad{s * p} returns a point whose coordinates are the scalar multiple of the point \\spad{p} by the scalar \\spad{s},{} preserving the color,{} or fourth coordinate,{} of \\spad{p}.")) (|point| (((|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{point(x1,x2,x3,c)} creates and returns a point from the three specified coordinates \\spad{x1},{} \\spad{x2},{} \\spad{x3},{} and also a fourth coordinate,{} \\spad{c},{} which is generally used to specify the color of the point.")))
NIL
NIL
-(-1127 S)
+(-1128 S)
((|constructor| (NIL "\\indented{1}{This domain is used to interface with the interpreter's notion} of comma-delimited sequences of values.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(x)} returns the number of elements in tuple \\spad{x}")) (|select| ((|#1| $ (|NonNegativeInteger|)) "\\spad{select(x,n)} returns the \\spad{n}-th element of tuple \\spad{x}. tuples are 0-based")))
NIL
-((|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (QUOTE (-552 (-772)))))
-(-1128 -3093)
+((|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (QUOTE (-553 (-773)))))
+(-1129 -3094)
((|constructor| (NIL "A basic package for the factorization of bivariate polynomials over a finite field. The functions here represent the base step for the multivariate factorizer.")) (|twoFactor| (((|Factored| (|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#1|))) (|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#1|)) (|Integer|)) "\\spad{twoFactor(p,n)} returns the factorisation of polynomial \\spad{p},{} a sparse univariate polynomial (sup) over a sup over \\spad{F}. Also,{} \\spad{p} is assumed primitive and square-free and \\spad{n} is the degree of the inner variable of \\spad{p} (maximum of the degrees of the coefficients of \\spad{p}).")) (|generalSqFr| (((|Factored| (|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#1|))) (|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#1|))) "\\spad{generalSqFr(p)} returns the square-free factorisation of polynomial \\spad{p},{} a sparse univariate polynomial (sup) over a sup over \\spad{F}.")) (|generalTwoFactor| (((|Factored| (|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#1|))) (|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#1|))) "\\spad{generalTwoFactor(p)} returns the factorisation of polynomial \\spad{p},{} a sparse univariate polynomial (sup) over a sup over \\spad{F}.")))
NIL
NIL
-(-1129)
+(-1130)
((|constructor| (NIL "The fundamental Type.")))
NIL
NIL
-(-1130)
+(-1131)
((|constructor| (NIL "This domain represents a type AST.")))
NIL
NIL
-(-1131 S)
+(-1132 S)
((|constructor| (NIL "Provides functions to force a partial ordering on any set.")) (|more?| (((|Boolean|) |#1| |#1|) "\\spad{more?(a, b)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder,{} and uses the ordering on \\spad{S} if \\spad{a} and \\spad{b} are not comparable in the partial ordering.")) (|userOrdered?| (((|Boolean|)) "\\spad{userOrdered?()} tests if the partial ordering induced by \\spadfunFrom{setOrder}{UserDefinedPartialOrdering} is not empty.")) (|largest| ((|#1| (|List| |#1|)) "\\spad{largest l} returns the largest element of \\spad{l} where the partial ordering induced by setOrder is completed into a total one by the ordering on \\spad{S}.") ((|#1| (|List| |#1|) (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{largest(l, fn)} returns the largest element of \\spad{l} where the partial ordering induced by setOrder is completed into a total one by fn.")) (|less?| (((|Boolean|) |#1| |#1| (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{less?(a, b, fn)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder,{} and returns \\spad{fn(a, b)} if \\spad{a} and \\spad{b} are not comparable in that ordering.") (((|Union| (|Boolean|) "failed") |#1| |#1|) "\\spad{less?(a, b)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder.")) (|getOrder| (((|Record| (|:| |low| (|List| |#1|)) (|:| |high| (|List| |#1|)))) "\\spad{getOrder()} returns \\spad{[[b1,...,bm], [a1,...,an]]} such that the partial ordering on \\spad{S} was given by \\spad{setOrder([b1,...,bm],[a1,...,an])}.")) (|setOrder| (((|Void|) (|List| |#1|) (|List| |#1|)) "\\spad{setOrder([b1,...,bm], [a1,...,an])} defines a partial ordering on \\spad{S} given by: \\indented{3}{(1)\\space{2}\\spad{b1 < b2 < ... < bm < a1 < a2 < ... < an}.} \\indented{3}{(2)\\space{2}\\spad{bj < c < ai}\\space{2}for \\spad{c} not among the \\spad{ai}'s and bj's.} \\indented{3}{(3)\\space{2}undefined on \\spad{(c,d)} if neither is among the \\spad{ai}'s,{}bj's.}") (((|Void|) (|List| |#1|)) "\\spad{setOrder([a1,...,an])} defines a partial ordering on \\spad{S} given by: \\indented{3}{(1)\\space{2}\\spad{a1 < a2 < ... < an}.} \\indented{3}{(2)\\space{2}\\spad{b < ai\\space{3}for i = 1..n} and \\spad{b} not among the \\spad{ai}'s.} \\indented{3}{(3)\\space{2}undefined on \\spad{(b, c)} if neither is among the \\spad{ai}'s.}")))
NIL
-((|HasCategory| |#1| (QUOTE (-756))))
-(-1132)
+((|HasCategory| |#1| (QUOTE (-757))))
+(-1133)
((|constructor| (NIL "This packages provides functions to allow the user to select the ordering on the variables and operators for displaying polynomials,{} fractions and expressions. The ordering affects the display only and not the computations.")) (|resetVariableOrder| (((|Void|)) "\\spad{resetVariableOrder()} cancels any previous use of setVariableOrder and returns to the default system ordering.")) (|getVariableOrder| (((|Record| (|:| |high| (|List| (|Symbol|))) (|:| |low| (|List| (|Symbol|))))) "\\spad{getVariableOrder()} returns \\spad{[[b1,...,bm], [a1,...,an]]} such that the ordering on the variables was given by \\spad{setVariableOrder([b1,...,bm], [a1,...,an])}.")) (|setVariableOrder| (((|Void|) (|List| (|Symbol|)) (|List| (|Symbol|))) "\\spad{setVariableOrder([b1,...,bm], [a1,...,an])} defines an ordering on the variables given by \\spad{b1 > b2 > ... > bm >} other variables \\spad{> a1 > a2 > ... > an}.") (((|Void|) (|List| (|Symbol|))) "\\spad{setVariableOrder([a1,...,an])} defines an ordering on the variables given by \\spad{a1 > a2 > ... > an > other variables}.")))
NIL
NIL
-(-1133 S)
+(-1134 S)
((|constructor| (NIL "A constructive unique factorization domain,{} \\spadignore{i.e.} where we can constructively factor members into a product of a finite number of irreducible elements.")) (|factor| (((|Factored| $) $) "\\spad{factor(x)} returns the factorization of \\spad{x} into irreducibles.")) (|squareFreePart| (($ $) "\\spad{squareFreePart(x)} returns a product of prime factors of \\spad{x} each taken with multiplicity one.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns the square-free factorization of \\spad{x} \\spadignore{i.e.} such that the factors are pairwise relatively prime and each has multiple prime factors.")) (|prime?| (((|Boolean|) $) "\\spad{prime?(x)} tests if \\spad{x} can never be written as the product of two non-units of the ring,{} \\spadignore{i.e.} \\spad{x} is an irreducible element.")))
NIL
NIL
-(-1134)
+(-1135)
((|constructor| (NIL "A constructive unique factorization domain,{} \\spadignore{i.e.} where we can constructively factor members into a product of a finite number of irreducible elements.")) (|factor| (((|Factored| $) $) "\\spad{factor(x)} returns the factorization of \\spad{x} into irreducibles.")) (|squareFreePart| (($ $) "\\spad{squareFreePart(x)} returns a product of prime factors of \\spad{x} each taken with multiplicity one.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns the square-free factorization of \\spad{x} \\spadignore{i.e.} such that the factors are pairwise relatively prime and each has multiple prime factors.")) (|prime?| (((|Boolean|) $) "\\spad{prime?(x)} tests if \\spad{x} can never be written as the product of two non-units of the ring,{} \\spadignore{i.e.} \\spad{x} is an irreducible element.")))
-((-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1135)
+(-1136)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 16 bits.")))
NIL
NIL
-(-1136)
+(-1137)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 32 bits.")))
NIL
NIL
-(-1137)
+(-1138)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 64 bits.")))
NIL
NIL
-(-1138)
+(-1139)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 8 bits.")))
NIL
NIL
-(-1139 |Coef| |var| |cen|)
+(-1140 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Laurent series in one variable \\indented{2}{\\spadtype{UnivariateLaurentSeries} is a domain representing Laurent} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{UnivariateLaurentSeries(Integer,x,3)} represents Laurent series in} \\indented{2}{\\spad{(x - 3)} with integer coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-3998 "*") OR (-2563 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-740))) (|has| |#1| (-146)) (-2563 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-821)))) (-3989 OR (-2563 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-740))) (|has| |#1| (-495)) (-2563 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-821)))) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-120)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-740)))) (|HasCategory| |#1| (QUOTE (-120)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-811 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-190)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-190)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-189)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|))))) (|HasCategory| (-484) (QUOTE (-1025))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-312))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-821)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-950 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-553 (-473))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-933)))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-740)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-740)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-756))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-950 (-484))))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-1066)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (|%list| (QUOTE -241) (|%list| (QUOTE -1169) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1169) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (|%list| (QUOTE -260) (|%list| (QUOTE -1169) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (|%list| (QUOTE -455) (QUOTE (-1090)) (|%list| (QUOTE -1169) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-796 (-330))))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-484))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-29 (-484)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1115)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1090))))) (|HasSignature| |#1| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-483)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-258)))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-821))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-118))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-821)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-740)))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-821)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-740)))) (|HasCategory| |#1| (QUOTE (-146)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-811 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-189)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-756)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-120)))) (|HasCategory| |#1| (QUOTE (-120)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-821)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-118)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1169 |#1| |#2| |#3|) (QUOTE (-821)))) (|HasCategory| |#1| (QUOTE (-118)))))
-(-1140 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(((-3999 "*") OR (-2564 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-741))) (|has| |#1| (-146)) (-2564 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-822)))) (-3990 OR (-2564 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-741))) (|has| |#1| (-496)) (-2564 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-822)))) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-120)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-741)))) (|HasCategory| |#1| (QUOTE (-120)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-812 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-190)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-190)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-189)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|))))) (|HasCategory| (-485) (QUOTE (-1026))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-312))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-822)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-951 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-554 (-474))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-934)))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-741)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-741)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-757))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-951 (-485))))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-1067)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (|%list| (QUOTE -241) (|%list| (QUOTE -1170) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (|%list| (QUOTE -1170) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (|%list| (QUOTE -260) (|%list| (QUOTE -1170) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (|%list| (QUOTE -456) (QUOTE (-1091)) (|%list| (QUOTE -1170) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-797 (-330))))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-485))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-29 (-485)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1091))))) (|HasSignature| |#1| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-484)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-258)))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-822))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-118))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-822)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-741)))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-822)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-741)))) (|HasCategory| |#1| (QUOTE (-146)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-812 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-189)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-757)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-120)))) (|HasCategory| |#1| (QUOTE (-120)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-822)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-118)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| $ (QUOTE (-118))) (|HasCategory| (-1170 |#1| |#2| |#3|) (QUOTE (-822)))) (|HasCategory| |#1| (QUOTE (-118)))))
+(-1141 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
((|constructor| (NIL "Mapping package for univariate Laurent series \\indented{2}{This package allows one to apply a function to the coefficients of} \\indented{2}{a univariate Laurent series.}")) (|map| (((|UnivariateLaurentSeries| |#2| |#4| |#6|) (|Mapping| |#2| |#1|) (|UnivariateLaurentSeries| |#1| |#3| |#5|)) "\\spad{map(f,g(x))} applies the map \\spad{f} to the coefficients of the Laurent series \\spad{g(x)}.")))
NIL
NIL
-(-1141 |Coef|)
+(-1142 |Coef|)
((|constructor| (NIL "\\spadtype{UnivariateLaurentSeriesCategory} is the category of Laurent series in one variable.")) (|integrate| (($ $ (|Symbol|)) "\\spad{integrate(f(x),y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $ (|Symbol|)) "\\spad{integrate(f(x),y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 1. We may integrate a series when we can divide coefficients by integers.")) (|rationalFunction| (((|Fraction| (|Polynomial| |#1|)) $ (|Integer|) (|Integer|)) "\\spad{rationalFunction(f,k1,k2)} returns a rational function consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (((|Fraction| (|Polynomial| |#1|)) $ (|Integer|)) "\\spad{rationalFunction(f,k)} returns a rational function consisting of the sum of all terms of \\spad{f} of degree <= \\spad{k}.")) (|multiplyCoefficients| (($ (|Mapping| |#1| (|Integer|)) $) "\\spad{multiplyCoefficients(f,sum(n = n0..infinity,a[n] * x**n)) = sum(n = 0..infinity,f(n) * a[n] * x**n)}. This function is used when Puiseux series are represented by a Laurent series and an exponent.")) (|series| (($ (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|)))) "\\spad{series(st)} creates a series from a stream of non-zero terms,{} where a term is an exponent-coefficient pair. The terms in the stream should be ordered by increasing order of exponents.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1142 S |Coef| UTS)
+(-1143 S |Coef| UTS)
((|constructor| (NIL "This is a category of univariate Laurent series constructed from univariate Taylor series. A Laurent series is represented by a pair \\spad{[n,f(x)]},{} where \\spad{n} is an arbitrary integer and \\spad{f(x)} is a Taylor series. This pair represents the Laurent series \\spad{x**n * f(x)}.")) (|taylorIfCan| (((|Union| |#3| "failed") $) "\\spad{taylorIfCan(f(x))} converts the Laurent series \\spad{f(x)} to a Taylor series,{} if possible. If this is not possible,{} \"failed\" is returned.")) (|taylor| ((|#3| $) "\\spad{taylor(f(x))} converts the Laurent series \\spad{f}(\\spad{x}) to a Taylor series,{} if possible. Error: if this is not possible.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,f(x))} removes up to \\spad{n} leading zeroes from the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable.") (($ $) "\\spad{removeZeroes(f(x))} removes leading zeroes from the representation of the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}")) (|taylorRep| ((|#3| $) "\\spad{taylorRep(f(x))} returns \\spad{g(x)},{} where \\spad{f = x**n * g(x)} is represented by \\spad{[n,g(x)]}.")) (|degree| (((|Integer|) $) "\\spad{degree(f(x))} returns the degree of the lowest order term of \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurent| (($ (|Integer|) |#3|) "\\spad{laurent(n,f(x))} returns \\spad{x**n * f(x)}.")))
NIL
((|HasCategory| |#2| (QUOTE (-312))))
-(-1143 |Coef| UTS)
+(-1144 |Coef| UTS)
((|constructor| (NIL "This is a category of univariate Laurent series constructed from univariate Taylor series. A Laurent series is represented by a pair \\spad{[n,f(x)]},{} where \\spad{n} is an arbitrary integer and \\spad{f(x)} is a Taylor series. This pair represents the Laurent series \\spad{x**n * f(x)}.")) (|taylorIfCan| (((|Union| |#2| "failed") $) "\\spad{taylorIfCan(f(x))} converts the Laurent series \\spad{f(x)} to a Taylor series,{} if possible. If this is not possible,{} \"failed\" is returned.")) (|taylor| ((|#2| $) "\\spad{taylor(f(x))} converts the Laurent series \\spad{f}(\\spad{x}) to a Taylor series,{} if possible. Error: if this is not possible.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,f(x))} removes up to \\spad{n} leading zeroes from the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable.") (($ $) "\\spad{removeZeroes(f(x))} removes leading zeroes from the representation of the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}")) (|taylorRep| ((|#2| $) "\\spad{taylorRep(f(x))} returns \\spad{g(x)},{} where \\spad{f = x**n * g(x)} is represented by \\spad{[n,g(x)]}.")) (|degree| (((|Integer|) $) "\\spad{degree(f(x))} returns the degree of the lowest order term of \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurent| (($ (|Integer|) |#2|) "\\spad{laurent(n,f(x))} returns \\spad{x**n * f(x)}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1144 |Coef| UTS)
+(-1145 |Coef| UTS)
((|constructor| (NIL "This package enables one to construct a univariate Laurent series domain from a univariate Taylor series domain. Univariate Laurent series are represented by a pair \\spad{[n,f(x)]},{} where \\spad{n} is an arbitrary integer and \\spad{f(x)} is a Taylor series. This pair represents the Laurent series \\spad{x**n * f(x)}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (|HasCategory| |#1| (QUOTE (-118))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-118))))) (OR (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-120)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-740))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-809 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-811 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))))) (OR (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-190))))) (OR (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-190)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-189))))) (|HasCategory| (-484) (QUOTE (-1025))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-312))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-821)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-553 (-473))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-933)))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-740)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-740)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-756))))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-950 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-1066)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -241) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -455) (QUOTE (-1090)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-580 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-796 (-330))))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-484))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-29 (-484)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1115)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1090))))) (|HasSignature| |#1| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-756)))) (|HasCategory| |#2| (QUOTE (-821))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-483)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-258)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-118))) (OR (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-189))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-811 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-484)) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-811 (-1090))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-189)))) (OR (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-120))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-118))))))
-(-1145 ZP)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (|HasCategory| |#1| (QUOTE (-118))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-118))))) (OR (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-120)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-741))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-810 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-812 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))))) (OR (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-190))))) (OR (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-190)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-189))))) (|HasCategory| (-485) (QUOTE (-1026))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-312))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-822)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-554 (-474))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-934)))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-741)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-741)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-757))))) (OR (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-951 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-1067)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -241) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -260) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (|%list| (QUOTE -456) (QUOTE (-1091)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-581 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-797 (-330))))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-485))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-29 (-485)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1091))))) (|HasSignature| |#1| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-757)))) (|HasCategory| |#2| (QUOTE (-822))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-484)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-258)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-118))) (OR (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-189))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-812 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-485)) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-812 (-1091))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-189)))) (OR (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-120))))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#1| (QUOTE (-118))) (-12 (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-118))))))
+(-1146 ZP)
((|constructor| (NIL "Package for the factorization of univariate polynomials with integer coefficients. The factorization is done by \"lifting\" (HENSEL) the factorization over a finite field.")) (|henselFact| (((|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|)))))) |#1| (|Boolean|)) "\\spad{henselFact(m,flag)} returns the factorization of \\spad{m},{} FinalFact is a Record \\spad{s}.\\spad{t}. FinalFact.contp=content \\spad{m},{} FinalFact.factors=List of irreducible factors of \\spad{m} with exponent ,{} if \\spad{flag} =true the polynomial is assumed square free.")) (|factorSquareFree| (((|Factored| |#1|) |#1|) "\\spad{factorSquareFree(m)} returns the factorization of \\spad{m} square free polynomial")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(m)} returns the factorization of \\spad{m}")))
NIL
NIL
-(-1146 S)
+(-1147 S)
((|constructor| (NIL "This domain provides segments which may be half open. That is,{} ranges of the form \\spad{a..} or \\spad{a..b}.")) (|hasHi| (((|Boolean|) $) "\\spad{hasHi(s)} tests whether the segment \\spad{s} has an upper bound.")) (|coerce| (($ (|Segment| |#1|)) "\\spad{coerce(x)} allows \\spadtype{Segment} values to be used as \\%.")) (|segment| (($ |#1|) "\\spad{segment(l)} is an alternate way to construct the segment \\spad{l..}.")) (SEGMENT (($ |#1|) "\\spad{l..} produces a half open segment,{} that is,{} one with no upper bound.")))
NIL
-((|HasCategory| |#1| (QUOTE (-755))) (|HasCategory| |#1| (QUOTE (-1013))))
-(-1147 R S)
+((|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1014))))
+(-1148 R S)
((|constructor| (NIL "This package provides operations for mapping functions onto segments.")) (|map| (((|Stream| |#2|) (|Mapping| |#2| |#1|) (|UniversalSegment| |#1|)) "\\spad{map(f,s)} expands the segment \\spad{s},{} applying \\spad{f} to each value.") (((|UniversalSegment| |#2|) (|Mapping| |#2| |#1|) (|UniversalSegment| |#1|)) "\\spad{map(f,seg)} returns the new segment obtained by applying \\spad{f} to the endpoints of \\spad{seg}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-755))))
-(-1148 |x| R)
+((|HasCategory| |#1| (QUOTE (-756))))
+(-1149 |x| R)
((|constructor| (NIL "This domain represents univariate polynomials in some symbol over arbitrary (not necessarily commutative) coefficient rings. The representation is sparse in the sense that only non-zero terms are represented.")) (|fmecg| (($ $ (|NonNegativeInteger|) |#2| $) "\\spad{fmecg(p1,e,r,p2)} finds \\spad{X} : \\spad{p1} - \\spad{r} * X**e * \\spad{p2}")))
-(((-3998 "*") |has| |#2| (-146)) (-3989 |has| |#2| (-495)) (-3992 |has| |#2| (-312)) (-3994 |has| |#2| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-146))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-495)))) (-12 (|HasCategory| |#2| (QUOTE (-796 (-330)))) (|HasCategory| (-994) (QUOTE (-796 (-330))))) (-12 (|HasCategory| |#2| (QUOTE (-796 (-484)))) (|HasCategory| (-994) (QUOTE (-796 (-484))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-800 (-330))))) (|HasCategory| (-994) (QUOTE (-553 (-800 (-330)))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-800 (-484))))) (|HasCategory| (-994) (QUOTE (-553 (-800 (-484)))))) (-12 (|HasCategory| |#2| (QUOTE (-553 (-473)))) (|HasCategory| (-994) (QUOTE (-553 (-473))))) (|HasCategory| |#2| (QUOTE (-580 (-484)))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-484)))) (OR (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484)))))) (|HasCategory| |#2| (QUOTE (-950 (-350 (-484))))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-821)))) (OR (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-821)))) (OR (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-821)))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-1066))) (|HasCategory| |#2| (QUOTE (-811 (-1090)))) (|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-190))) (|HasAttribute| |#2| (QUOTE -3994)) (|HasCategory| |#2| (QUOTE (-392))) (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-821))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
-(-1149 |x| R |y| S)
+(((-3999 "*") |has| |#2| (-146)) (-3990 |has| |#2| (-496)) (-3993 |has| |#2| (-312)) (-3995 |has| |#2| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-146))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-496)))) (-12 (|HasCategory| |#2| (QUOTE (-797 (-330)))) (|HasCategory| (-995) (QUOTE (-797 (-330))))) (-12 (|HasCategory| |#2| (QUOTE (-797 (-485)))) (|HasCategory| (-995) (QUOTE (-797 (-485))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-801 (-330))))) (|HasCategory| (-995) (QUOTE (-554 (-801 (-330)))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-801 (-485))))) (|HasCategory| (-995) (QUOTE (-554 (-801 (-485)))))) (-12 (|HasCategory| |#2| (QUOTE (-554 (-474)))) (|HasCategory| (-995) (QUOTE (-554 (-474))))) (|HasCategory| |#2| (QUOTE (-581 (-485)))) (|HasCategory| |#2| (QUOTE (-120))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-485)))) (OR (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485)))))) (|HasCategory| |#2| (QUOTE (-951 (-350 (-485))))) (OR (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-822)))) (OR (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-822)))) (OR (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-822)))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-1067))) (|HasCategory| |#2| (QUOTE (-812 (-1091)))) (|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasCategory| |#2| (QUOTE (-189))) (|HasCategory| |#2| (QUOTE (-190))) (|HasAttribute| |#2| (QUOTE -3995)) (|HasCategory| |#2| (QUOTE (-392))) (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (OR (-12 (|HasCategory| |#2| (QUOTE (-822))) (|HasCategory| $ (QUOTE (-118)))) (|HasCategory| |#2| (QUOTE (-118)))))
+(-1150 |x| R |y| S)
((|constructor| (NIL "This package lifts a mapping from coefficient rings \\spad{R} to \\spad{S} to a mapping from \\spadtype{UnivariatePolynomial}(\\spad{x},{}\\spad{R}) to \\spadtype{UnivariatePolynomial}(\\spad{y},{}\\spad{S}). Note that the mapping is assumed to send zero to zero,{} since it will only be applied to the non-zero coefficients of the polynomial.")) (|map| (((|UnivariatePolynomial| |#3| |#4|) (|Mapping| |#4| |#2|) (|UnivariatePolynomial| |#1| |#2|)) "\\spad{map(func, poly)} creates a new polynomial by applying \\spad{func} to every non-zero coefficient of the polynomial poly.")))
NIL
NIL
-(-1150 R Q UP)
+(-1151 R Q UP)
((|constructor| (NIL "UnivariatePolynomialCommonDenominator provides functions to compute the common denominator of the coefficients of univariate polynomials over the quotient field of a gcd domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) "\\spad{splitDenominator(q)} returns \\spad{[p, d]} such that \\spad{q = p/d} and \\spad{d} is a common denominator for the coefficients of \\spad{q}.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator(q)} returns \\spad{p} such that \\spad{q = p/d} where \\spad{d} is a common denominator for the coefficients of \\spad{q}.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator(q)} returns a common denominator \\spad{d} for the coefficients of \\spad{q}.")))
NIL
NIL
-(-1151 R UP)
+(-1152 R UP)
((|constructor| (NIL "UnivariatePolynomialDecompositionPackage implements functional decomposition of univariate polynomial with coefficients in an \\spad{IntegralDomain} of \\spad{CharacteristicZero}.")) (|monicCompleteDecompose| (((|List| |#2|) |#2|) "\\spad{monicCompleteDecompose(f)} returns a list of factors of \\spad{f} for the functional decomposition ([ \\spad{f1},{} ...,{} fn ] means \\spad{f} = \\spad{f1} \\spad{o} ... \\spad{o} fn).")) (|monicDecomposeIfCan| (((|Union| (|Record| (|:| |left| |#2|) (|:| |right| |#2|)) "failed") |#2|) "\\spad{monicDecomposeIfCan(f)} returns a functional decomposition of the monic polynomial \\spad{f} of \"failed\" if it has not found any.")) (|leftFactorIfCan| (((|Union| |#2| "failed") |#2| |#2|) "\\spad{leftFactorIfCan(f,h)} returns the left factor (\\spad{g} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of the functional decomposition of the polynomial \\spad{f} with given \\spad{h} or \\spad{\"failed\"} if \\spad{g} does not exist.")) (|rightFactorIfCan| (((|Union| |#2| "failed") |#2| (|NonNegativeInteger|) |#1|) "\\spad{rightFactorIfCan(f,d,c)} returns a candidate to be the right factor (\\spad{h} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of degree \\spad{d} with leading coefficient \\spad{c} of a functional decomposition of the polynomial \\spad{f} or \\spad{\"failed\"} if no such candidate.")) (|monicRightFactorIfCan| (((|Union| |#2| "failed") |#2| (|NonNegativeInteger|)) "\\spad{monicRightFactorIfCan(f,d)} returns a candidate to be the monic right factor (\\spad{h} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of degree \\spad{d} of a functional decomposition of the polynomial \\spad{f} or \\spad{\"failed\"} if no such candidate.")))
NIL
NIL
-(-1152 R UP)
+(-1153 R UP)
((|constructor| (NIL "UnivariatePolynomialDivisionPackage provides a division for non monic univarite polynomials with coefficients in an \\spad{IntegralDomain}.")) (|divideIfCan| (((|Union| (|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) "failed") |#2| |#2|) "\\spad{divideIfCan(f,g)} returns quotient and remainder of the division of \\spad{f} by \\spad{g} or \"failed\" if it has not succeeded.")))
NIL
NIL
-(-1153 R U)
+(-1154 R U)
((|constructor| (NIL "This package implements Karatsuba's trick for multiplying (large) univariate polynomials. It could be improved with a version doing the work on place and also with a special case for squares. We've done this in Basicmath,{} but we believe that this out of the scope of AXIOM.")) (|karatsuba| ((|#2| |#2| |#2| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{karatsuba(a,b,l,k)} returns \\spad{a*b} by applying Karatsuba's trick provided that both \\spad{a} and \\spad{b} have at least \\spad{l} terms and \\spad{k > 0} holds and by calling \\spad{noKaratsuba} otherwise. The other multiplications are performed by recursive calls with the same third argument and \\spad{k-1} as fourth argument.")) (|karatsubaOnce| ((|#2| |#2| |#2|) "\\spad{karatsuba(a,b)} returns \\spad{a*b} by applying Karatsuba's trick once. The other multiplications are performed by calling \\spad{*} from \\spad{U}.")) (|noKaratsuba| ((|#2| |#2| |#2|) "\\spad{noKaratsuba(a,b)} returns \\spad{a*b} without using Karatsuba's trick at all.")))
NIL
NIL
-(-1154 S R)
+(-1155 S R)
((|constructor| (NIL "The category of univariate polynomials over a ring \\spad{R}. No particular model is assumed - implementations can be either sparse or dense.")) (|integrate| (($ $) "\\spad{integrate(p)} integrates the univariate polynomial \\spad{p} with respect to its distinguished variable.")) (|additiveValuation| ((|attribute|) "euclideanSize(a*b) = euclideanSize(a) + euclideanSize(\\spad{b})")) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) "\\spad{separate(p, q)} returns \\spad{[a, b]} such that polynomial \\spad{p = a b} and \\spad{a} is relatively prime to \\spad{q}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#2|) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{pseudoDivide(p,q)} returns \\spad{[c, q, r]},{} when \\spad{p' := p*lc(q)**(deg p - deg q + 1) = c * p} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|pseudoQuotient| (($ $ $) "\\spad{pseudoQuotient(p,q)} returns \\spad{r},{} the quotient when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|composite| (((|Union| (|Fraction| $) "failed") (|Fraction| $) $) "\\spad{composite(f, q)} returns \\spad{h} if \\spad{f} = \\spad{h}(\\spad{q}),{} and \"failed\" is no such \\spad{h} exists.") (((|Union| $ "failed") $ $) "\\spad{composite(p, q)} returns \\spad{h} if \\spad{p = h(q)},{} and \"failed\" no such \\spad{h} exists.")) (|subResultantGcd| (($ $ $) "\\spad{subResultantGcd(p,q)} computes the gcd of the polynomials \\spad{p} and \\spad{q} using the SubResultant GCD algorithm.")) (|order| (((|NonNegativeInteger|) $ $) "\\spad{order(p, q)} returns the largest \\spad{n} such that \\spad{q**n} divides polynomial \\spad{p} \\spadignore{i.e.} the order of \\spad{p(x)} at \\spad{q(x)=0}.")) (|elt| ((|#2| (|Fraction| $) |#2|) "\\spad{elt(a,r)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by the constant \\spad{r}.") (((|Fraction| $) (|Fraction| $) (|Fraction| $)) "\\spad{elt(a,b)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by \\spad{b}.")) (|resultant| ((|#2| $ $) "\\spad{resultant(p,q)} returns the resultant of the polynomials \\spad{p} and \\spad{q}.")) (|discriminant| ((|#2| $) "\\spad{discriminant(p)} returns the discriminant of the polynomial \\spad{p}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) $) "\\spad{differentiate(p, d, x')} extends the \\spad{R}-derivation \\spad{d} to an extension \\spad{D} in \\spad{R[x]} where Dx is given by x',{} and returns \\spad{Dp}.")) (|pseudoRemainder| (($ $ $) "\\spad{pseudoRemainder(p,q)} = \\spad{r},{} for polynomials \\spad{p} and \\spad{q},{} returns the remainder when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|shiftLeft| (($ $ (|NonNegativeInteger|)) "\\spad{shiftLeft(p,n)} returns \\spad{p * monomial(1,n)}")) (|shiftRight| (($ $ (|NonNegativeInteger|)) "\\spad{shiftRight(p,n)} returns \\spad{monicDivide(p,monomial(1,n)).quotient}")) (|karatsubaDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ (|NonNegativeInteger|)) "\\spad{karatsubaDivide(p,n)} returns the same as \\spad{monicDivide(p,monomial(1,n))}")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicDivide(p,q)} divide the polynomial \\spad{p} by the monic polynomial \\spad{q},{} returning the pair \\spad{[quotient, remainder]}. Error: if \\spad{q} isn't monic.")) (|divideExponents| (((|Union| $ "failed") $ (|NonNegativeInteger|)) "\\spad{divideExponents(p,n)} returns a new polynomial resulting from dividing all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n},{} or \"failed\" if some exponent is not exactly divisible by \\spad{n}.")) (|multiplyExponents| (($ $ (|NonNegativeInteger|)) "\\spad{multiplyExponents(p,n)} returns a new polynomial resulting from multiplying all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n}.")) (|unmakeSUP| (($ (|SparseUnivariatePolynomial| |#2|)) "\\spad{unmakeSUP(sup)} converts \\spad{sup} of type \\spadtype{SparseUnivariatePolynomial(R)} to be a member of the given type. Note: converse of makeSUP.")) (|makeSUP| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{makeSUP(p)} converts the polynomial \\spad{p} to be of type SparseUnivariatePolynomial over the same coefficients.")) (|vectorise| (((|Vector| |#2|) $ (|NonNegativeInteger|)) "\\spad{vectorise(p, n)} returns \\spad{[a0,...,a(n-1)]} where \\spad{p = a0 + a1*x + ... + a(n-1)*x**(n-1)} + higher order terms. The degree of polynomial \\spad{p} can be different from \\spad{n-1}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-495))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-1066))))
-(-1155 R)
+((|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-312))) (|HasCategory| |#2| (QUOTE (-392))) (|HasCategory| |#2| (QUOTE (-496))) (|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-1067))))
+(-1156 R)
((|constructor| (NIL "The category of univariate polynomials over a ring \\spad{R}. No particular model is assumed - implementations can be either sparse or dense.")) (|integrate| (($ $) "\\spad{integrate(p)} integrates the univariate polynomial \\spad{p} with respect to its distinguished variable.")) (|additiveValuation| ((|attribute|) "euclideanSize(a*b) = euclideanSize(a) + euclideanSize(\\spad{b})")) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) "\\spad{separate(p, q)} returns \\spad{[a, b]} such that polynomial \\spad{p = a b} and \\spad{a} is relatively prime to \\spad{q}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#1|) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{pseudoDivide(p,q)} returns \\spad{[c, q, r]},{} when \\spad{p' := p*lc(q)**(deg p - deg q + 1) = c * p} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|pseudoQuotient| (($ $ $) "\\spad{pseudoQuotient(p,q)} returns \\spad{r},{} the quotient when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|composite| (((|Union| (|Fraction| $) "failed") (|Fraction| $) $) "\\spad{composite(f, q)} returns \\spad{h} if \\spad{f} = \\spad{h}(\\spad{q}),{} and \"failed\" is no such \\spad{h} exists.") (((|Union| $ "failed") $ $) "\\spad{composite(p, q)} returns \\spad{h} if \\spad{p = h(q)},{} and \"failed\" no such \\spad{h} exists.")) (|subResultantGcd| (($ $ $) "\\spad{subResultantGcd(p,q)} computes the gcd of the polynomials \\spad{p} and \\spad{q} using the SubResultant GCD algorithm.")) (|order| (((|NonNegativeInteger|) $ $) "\\spad{order(p, q)} returns the largest \\spad{n} such that \\spad{q**n} divides polynomial \\spad{p} \\spadignore{i.e.} the order of \\spad{p(x)} at \\spad{q(x)=0}.")) (|elt| ((|#1| (|Fraction| $) |#1|) "\\spad{elt(a,r)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by the constant \\spad{r}.") (((|Fraction| $) (|Fraction| $) (|Fraction| $)) "\\spad{elt(a,b)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by \\spad{b}.")) (|resultant| ((|#1| $ $) "\\spad{resultant(p,q)} returns the resultant of the polynomials \\spad{p} and \\spad{q}.")) (|discriminant| ((|#1| $) "\\spad{discriminant(p)} returns the discriminant of the polynomial \\spad{p}.")) (|differentiate| (($ $ (|Mapping| |#1| |#1|) $) "\\spad{differentiate(p, d, x')} extends the \\spad{R}-derivation \\spad{d} to an extension \\spad{D} in \\spad{R[x]} where Dx is given by x',{} and returns \\spad{Dp}.")) (|pseudoRemainder| (($ $ $) "\\spad{pseudoRemainder(p,q)} = \\spad{r},{} for polynomials \\spad{p} and \\spad{q},{} returns the remainder when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|shiftLeft| (($ $ (|NonNegativeInteger|)) "\\spad{shiftLeft(p,n)} returns \\spad{p * monomial(1,n)}")) (|shiftRight| (($ $ (|NonNegativeInteger|)) "\\spad{shiftRight(p,n)} returns \\spad{monicDivide(p,monomial(1,n)).quotient}")) (|karatsubaDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ (|NonNegativeInteger|)) "\\spad{karatsubaDivide(p,n)} returns the same as \\spad{monicDivide(p,monomial(1,n))}")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicDivide(p,q)} divide the polynomial \\spad{p} by the monic polynomial \\spad{q},{} returning the pair \\spad{[quotient, remainder]}. Error: if \\spad{q} isn't monic.")) (|divideExponents| (((|Union| $ "failed") $ (|NonNegativeInteger|)) "\\spad{divideExponents(p,n)} returns a new polynomial resulting from dividing all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n},{} or \"failed\" if some exponent is not exactly divisible by \\spad{n}.")) (|multiplyExponents| (($ $ (|NonNegativeInteger|)) "\\spad{multiplyExponents(p,n)} returns a new polynomial resulting from multiplying all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n}.")) (|unmakeSUP| (($ (|SparseUnivariatePolynomial| |#1|)) "\\spad{unmakeSUP(sup)} converts \\spad{sup} of type \\spadtype{SparseUnivariatePolynomial(R)} to be a member of the given type. Note: converse of makeSUP.")) (|makeSUP| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{makeSUP(p)} converts the polynomial \\spad{p} to be of type SparseUnivariatePolynomial over the same coefficients.")) (|vectorise| (((|Vector| |#1|) $ (|NonNegativeInteger|)) "\\spad{vectorise(p, n)} returns \\spad{[a0,...,a(n-1)]} where \\spad{p = a0 + a1*x + ... + a(n-1)*x**(n-1)} + higher order terms. The degree of polynomial \\spad{p} can be different from \\spad{n-1}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3992 |has| |#1| (-312)) (-3994 |has| |#1| (-6 -3994)) (-3991 . T) (-3990 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3993 |has| |#1| (-312)) (-3995 |has| |#1| (-6 -3995)) (-3992 . T) (-3991 . T) (-3994 . T))
NIL
-(-1156 R PR S PS)
+(-1157 R PR S PS)
((|constructor| (NIL "Mapping from polynomials over \\spad{R} to polynomials over \\spad{S} given a map from \\spad{R} to \\spad{S} assumed to send zero to zero.")) (|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) "\\spad{map(f, p)} takes a function \\spad{f} from \\spad{R} to \\spad{S},{} and applies it to each (non-zero) coefficient of a polynomial \\spad{p} over \\spad{R},{} getting a new polynomial over \\spad{S}. Note: since the map is not applied to zero elements,{} it may map zero to zero.")))
NIL
NIL
-(-1157 S |Coef| |Expon|)
+(-1158 S |Coef| |Expon|)
((|constructor| (NIL "\\spadtype{UnivariatePowerSeriesCategory} is the most general univariate power series category with exponents in an ordered abelian monoid. Note: this category exports a substitution function if it is possible to multiply exponents. Note: this category exports a derivative operation if it is possible to multiply coefficients by exponents.")) (|eval| (((|Stream| |#2|) $ |#2|) "\\spad{eval(f,a)} evaluates a power series at a value in the ground ring by returning a stream of partial sums.")) (|extend| (($ $ |#3|) "\\spad{extend(f,n)} causes all terms of \\spad{f} of degree <= \\spad{n} to be computed.")) (|approximate| ((|#2| $ |#3|) "\\spad{approximate(f)} returns a truncated power series with the series variable viewed as an element of the coefficient domain.")) (|truncate| (($ $ |#3| |#3|) "\\spad{truncate(f,k1,k2)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (($ $ |#3|) "\\spad{truncate(f,k)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|order| ((|#3| $ |#3|) "\\spad{order(f,n) = min(m,n)},{} where \\spad{m} is the degree of the lowest order non-zero term in \\spad{f}.") ((|#3| $) "\\spad{order(f)} is the degree of the lowest order non-zero term in \\spad{f}. This will result in an infinite loop if \\spad{f} has no non-zero terms.")) (|multiplyExponents| (($ $ (|PositiveInteger|)) "\\spad{multiplyExponents(f,n)} multiplies all exponents of the power series \\spad{f} by the positive integer \\spad{n}.")) (|center| ((|#2| $) "\\spad{center(f)} returns the point about which the series \\spad{f} is expanded.")) (|variable| (((|Symbol|) $) "\\spad{variable(f)} returns the (unique) power series variable of the power series \\spad{f}.")) (|terms| (((|Stream| (|Record| (|:| |k| |#3|) (|:| |c| |#2|))) $) "\\spad{terms(f(x))} returns a stream of non-zero terms,{} where a a term is an exponent-coefficient pair. The terms in the stream are ordered by increasing order of exponents.")))
NIL
-((|HasCategory| |#2| (QUOTE (-809 (-1090)))) (|HasSignature| |#2| (|%list| (QUOTE *) (|%list| (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1025))) (|HasSignature| |#2| (|%list| (QUOTE **) (|%list| (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#2|) (QUOTE (-1090))))))
-(-1158 |Coef| |Expon|)
+((|HasCategory| |#2| (QUOTE (-810 (-1091)))) (|HasSignature| |#2| (|%list| (QUOTE *) (|%list| (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1026))) (|HasSignature| |#2| (|%list| (QUOTE **) (|%list| (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#2|) (QUOTE (-1091))))))
+(-1159 |Coef| |Expon|)
((|constructor| (NIL "\\spadtype{UnivariatePowerSeriesCategory} is the most general univariate power series category with exponents in an ordered abelian monoid. Note: this category exports a substitution function if it is possible to multiply exponents. Note: this category exports a derivative operation if it is possible to multiply coefficients by exponents.")) (|eval| (((|Stream| |#1|) $ |#1|) "\\spad{eval(f,a)} evaluates a power series at a value in the ground ring by returning a stream of partial sums.")) (|extend| (($ $ |#2|) "\\spad{extend(f,n)} causes all terms of \\spad{f} of degree <= \\spad{n} to be computed.")) (|approximate| ((|#1| $ |#2|) "\\spad{approximate(f)} returns a truncated power series with the series variable viewed as an element of the coefficient domain.")) (|truncate| (($ $ |#2| |#2|) "\\spad{truncate(f,k1,k2)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (($ $ |#2|) "\\spad{truncate(f,k)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|order| ((|#2| $ |#2|) "\\spad{order(f,n) = min(m,n)},{} where \\spad{m} is the degree of the lowest order non-zero term in \\spad{f}.") ((|#2| $) "\\spad{order(f)} is the degree of the lowest order non-zero term in \\spad{f}. This will result in an infinite loop if \\spad{f} has no non-zero terms.")) (|multiplyExponents| (($ $ (|PositiveInteger|)) "\\spad{multiplyExponents(f,n)} multiplies all exponents of the power series \\spad{f} by the positive integer \\spad{n}.")) (|center| ((|#1| $) "\\spad{center(f)} returns the point about which the series \\spad{f} is expanded.")) (|variable| (((|Symbol|) $) "\\spad{variable(f)} returns the (unique) power series variable of the power series \\spad{f}.")) (|terms| (((|Stream| (|Record| (|:| |k| |#2|) (|:| |c| |#1|))) $) "\\spad{terms(f(x))} returns a stream of non-zero terms,{} where a a term is an exponent-coefficient pair. The terms in the stream are ordered by increasing order of exponents.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1159 RC P)
+(-1160 RC P)
((|constructor| (NIL "This package provides for square-free decomposition of univariate polynomials over arbitrary rings,{} \\spadignore{i.e.} a partial factorization such that each factor is a product of irreducibles with multiplicity one and the factors are pairwise relatively prime. If the ring has characteristic zero,{} the result is guaranteed to satisfy this condition. If the ring is an infinite ring of finite characteristic,{} then it may not be possible to decide when polynomials contain factors which are \\spad{p}th powers. In this case,{} the flag associated with that polynomial is set to \"nil\" (meaning that that polynomials are not guaranteed to be square-free).")) (|BumInSepFFE| (((|Record| (|:| |flg| (|Union| #1="nil" #2="sqfr" #3="irred" #4="prime")) (|:| |fctr| |#2|) (|:| |xpnt| (|Integer|))) (|Record| (|:| |flg| (|Union| #1# #2# #3# #4#)) (|:| |fctr| |#2|) (|:| |xpnt| (|Integer|)))) "\\spad{BumInSepFFE(f)} is a local function,{} exported only because it has multiple conditional definitions.")) (|squareFreePart| ((|#2| |#2|) "\\spad{squareFreePart(p)} returns a polynomial which has the same irreducible factors as the univariate polynomial \\spad{p},{} but each factor has multiplicity one.")) (|squareFree| (((|Factored| |#2|) |#2|) "\\spad{squareFree(p)} computes the square-free factorization of the univariate polynomial \\spad{p}. Each factor has no repeated roots,{} and the factors are pairwise relatively prime.")) (|gcd| (($ $ $) "\\spad{gcd(p,q)} computes the greatest-common-divisor of \\spad{p} and \\spad{q}.")))
NIL
NIL
-(-1160 |Coef| |var| |cen|)
+(-1161 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Puiseux series in one variable \\indented{2}{\\spadtype{UnivariatePuiseuxSeries} is a domain representing Puiseux} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{UnivariatePuiseuxSeries(Integer,x,3)} represents Puiseux series in} \\indented{2}{\\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484))) (|devaluate| |#1|)))) (|HasCategory| (-350 (-484)) (QUOTE (-1025))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484)))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-29 (-484)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1115)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1090))))) (|HasSignature| |#1| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#1|)))))))
-(-1161 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485))) (|devaluate| |#1|)))) (|HasCategory| (-350 (-485)) (QUOTE (-1026))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485)))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-29 (-485)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1091))))) (|HasSignature| |#1| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#1|)))))))
+(-1162 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
((|constructor| (NIL "Mapping package for univariate Puiseux series. This package allows one to apply a function to the coefficients of a univariate Puiseux series.")) (|map| (((|UnivariatePuiseuxSeries| |#2| |#4| |#6|) (|Mapping| |#2| |#1|) (|UnivariatePuiseuxSeries| |#1| |#3| |#5|)) "\\spad{map(f,g(x))} applies the map \\spad{f} to the coefficients of the Puiseux series \\spad{g(x)}.")))
NIL
NIL
-(-1162 |Coef|)
+(-1163 |Coef|)
((|constructor| (NIL "\\spadtype{UnivariatePuiseuxSeriesCategory} is the category of Puiseux series in one variable.")) (|integrate| (($ $ (|Symbol|)) "\\spad{integrate(f(x),y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $ (|Symbol|)) "\\spad{integrate(f(x),var)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{var}.") (($ $) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 1. We may integrate a series when we can divide coefficients by rational numbers.")) (|multiplyExponents| (($ $ (|Fraction| (|Integer|))) "\\spad{multiplyExponents(f,r)} multiplies all exponents of the power series \\spad{f} by the positive rational number \\spad{r}.")) (|series| (($ (|NonNegativeInteger|) (|Stream| (|Record| (|:| |k| (|Fraction| (|Integer|))) (|:| |c| |#1|)))) "\\spad{series(n,st)} creates a series from a common denomiator and a stream of non-zero terms,{} where a term is an exponent-coefficient pair. The terms in the stream should be ordered by increasing order of exponents and \\spad{n} should be a common denominator for the exponents in the stream of terms.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1163 S |Coef| ULS)
+(-1164 S |Coef| ULS)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x^r)}.")) (|laurentIfCan| (((|Union| |#3| "failed") $) "\\spad{laurentIfCan(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. If this is not possible,{} \"failed\" is returned.")) (|laurent| ((|#3| $) "\\spad{laurent(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. Error: if this is not possible.")) (|degree| (((|Fraction| (|Integer|)) $) "\\spad{degree(f(x))} returns the degree of the leading term of the Puiseux series \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurentRep| ((|#3| $) "\\spad{laurentRep(f(x))} returns \\spad{g(x)} where the Puiseux series \\spad{f(x) = g(x^r)} is represented by \\spad{[r,g(x)]}.")) (|rationalPower| (((|Fraction| (|Integer|)) $) "\\spad{rationalPower(f(x))} returns \\spad{r} where the Puiseux series \\spad{f(x) = g(x^r)}.")) (|puiseux| (($ (|Fraction| (|Integer|)) |#3|) "\\spad{puiseux(r,f(x))} returns \\spad{f(x^r)}.")))
NIL
NIL
-(-1164 |Coef| ULS)
+(-1165 |Coef| ULS)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x^r)}.")) (|laurentIfCan| (((|Union| |#2| "failed") $) "\\spad{laurentIfCan(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. If this is not possible,{} \"failed\" is returned.")) (|laurent| ((|#2| $) "\\spad{laurent(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. Error: if this is not possible.")) (|degree| (((|Fraction| (|Integer|)) $) "\\spad{degree(f(x))} returns the degree of the leading term of the Puiseux series \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurentRep| ((|#2| $) "\\spad{laurentRep(f(x))} returns \\spad{g(x)} where the Puiseux series \\spad{f(x) = g(x^r)} is represented by \\spad{[r,g(x)]}.")) (|rationalPower| (((|Fraction| (|Integer|)) $) "\\spad{rationalPower(f(x))} returns \\spad{r} where the Puiseux series \\spad{f(x) = g(x^r)}.")) (|puiseux| (($ (|Fraction| (|Integer|)) |#2|) "\\spad{puiseux(r,f(x))} returns \\spad{f(x^r)}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1165 |Coef| ULS)
+(-1166 |Coef| ULS)
((|constructor| (NIL "This package enables one to construct a univariate Puiseux series domain from a univariate Laurent series domain. Univariate Puiseux series are represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x^r)}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3994 |has| |#1| (-312)) (-3988 |has| |#1| (-312)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484))) (|devaluate| |#1|)))) (|HasCategory| (-350 (-484)) (QUOTE (-1025))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-495)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484)))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-484)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-29 (-484)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1115)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1090))))) (|HasSignature| |#1| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))))
-(-1166 R FE |var| |cen|)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3995 |has| |#1| (-312)) (-3989 |has| |#1| (-312)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#1| (QUOTE (-146))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485))) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485))) (|devaluate| |#1|)))) (|HasCategory| (-350 (-485)) (QUOTE (-1026))) (|HasCategory| |#1| (QUOTE (-312))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (OR (|HasCategory| |#1| (QUOTE (-312))) (|HasCategory| |#1| (QUOTE (-496)))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485)))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (|%list| (QUOTE -350) (QUOTE (-485)))))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-29 (-485)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1091))))) (|HasSignature| |#1| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))))
+(-1167 R FE |var| |cen|)
((|constructor| (NIL "UnivariatePuiseuxSeriesWithExponentialSingularity is a domain used to represent functions with essential singularities. Objects in this domain are sums,{} where each term in the sum is a univariate Puiseux series times the exponential of a univariate Puiseux series. Thus,{} the elements of this domain are sums of expressions of the form \\spad{g(x) * exp(f(x))},{} where \\spad{g}(\\spad{x}) is a univariate Puiseux series and \\spad{f}(\\spad{x}) is a univariate Puiseux series with no terms of non-negative degree.")) (|dominantTerm| (((|Union| (|Record| (|:| |%term| (|Record| (|:| |%coef| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) (|:| |%expon| (|ExponentialOfUnivariatePuiseuxSeries| |#2| |#3| |#4|)) (|:| |%expTerms| (|List| (|Record| (|:| |k| (|Fraction| (|Integer|))) (|:| |c| |#2|)))))) (|:| |%type| (|String|))) "failed") $) "\\spad{dominantTerm(f(var))} returns the term that dominates the limiting behavior of \\spad{f(var)} as \\spad{var -> cen+} together with a \\spadtype{String} which briefly describes that behavior. The value of the \\spadtype{String} will be \\spad{\"zero\"} (resp. \\spad{\"infinity\"}) if the term tends to zero (resp. infinity) exponentially and will \\spad{\"series\"} if the term is a Puiseux series.")) (|limitPlus| (((|Union| (|OrderedCompletion| |#2|) "failed") $) "\\spad{limitPlus(f(var))} returns \\spad{limit(var -> cen+,f(var))}.")))
-(((-3998 "*") |has| (-1160 |#2| |#3| |#4|) (-146)) (-3989 |has| (-1160 |#2| |#3| |#4|) (-495)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-38 (-350 (-484))))) (|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-118))) (|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-120))) (|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-146))) (OR (|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-38 (-350 (-484))))) (|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-950 (-350 (-484)))))) (|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-950 (-350 (-484))))) (|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-950 (-484)))) (|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-312))) (|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-392))) (|HasCategory| (-1160 |#2| |#3| |#4|) (QUOTE (-495))))
-(-1167 A S)
+(((-3999 "*") |has| (-1161 |#2| |#3| |#4|) (-146)) (-3990 |has| (-1161 |#2| |#3| |#4|) (-496)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-38 (-350 (-485))))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-118))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-120))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-146))) (OR (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-38 (-350 (-485))))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-951 (-350 (-485)))))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-951 (-350 (-485))))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-951 (-485)))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-312))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-392))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-496))))
+(-1168 A S)
((|constructor| (NIL "A unary-recursive aggregate is a one where nodes may have either 0 or 1 children. This aggregate models,{} though not precisely,{} a linked list possibly with a single cycle. A node with one children models a non-empty list,{} with the \\spadfun{value} of the list designating the head,{} or \\spadfun{first},{} of the list,{} and the child designating the tail,{} or \\spadfun{rest},{} of the list. A node with no child then designates the empty list. Since these aggregates are recursive aggregates,{} they may be cyclic.")) (|split!| (($ $ (|Integer|)) "\\spad{split!(u,n)} splits \\spad{u} into two aggregates: \\axiom{\\spad{v} = rest(\\spad{u},{}\\spad{n})} and \\axiom{\\spad{w} = first(\\spad{u},{}\\spad{n})},{} returning \\axiom{\\spad{v}}. Note: afterwards \\axiom{rest(\\spad{u},{}\\spad{n})} returns \\axiom{empty()}.")) (|setlast!| ((|#2| $ |#2|) "\\spad{setlast!(u,x)} destructively changes the last element of \\spad{u} to \\spad{x}.")) (|setrest!| (($ $ $) "\\spad{setrest!(u,v)} destructively changes the rest of \\spad{u} to \\spad{v}.")) (|setelt| ((|#2| $ "last" |#2|) "\\spad{setelt(u,\"last\",x)} (also written: \\axiom{\\spad{u}.last := \\spad{b}}) is equivalent to \\axiom{setlast!(\\spad{u},{}\\spad{v})}.") (($ $ "rest" $) "\\spad{setelt(u,\"rest\",v)} (also written: \\axiom{\\spad{u}.rest := \\spad{v}}) is equivalent to \\axiom{setrest!(\\spad{u},{}\\spad{v})}.") ((|#2| $ "first" |#2|) "\\spad{setelt(u,\"first\",x)} (also written: \\axiom{\\spad{u}.first := \\spad{x}}) is equivalent to \\axiom{setfirst!(\\spad{u},{}\\spad{x})}.")) (|setfirst!| ((|#2| $ |#2|) "\\spad{setfirst!(u,x)} destructively changes the first element of a to \\spad{x}.")) (|cycleSplit!| (($ $) "\\spad{cycleSplit!(u)} splits the aggregate by dropping off the cycle. The value returned is the cycle entry,{} or nil if none exists. For example,{} if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} is the cyclic list where \\spad{v} is the head of the cycle,{} \\axiom{cycleSplit!(\\spad{w})} will drop \\spad{v} off \\spad{w} thus destructively changing \\spad{w} to \\spad{u},{} and returning \\spad{v}.")) (|concat!| (($ $ |#2|) "\\spad{concat!(u,x)} destructively adds element \\spad{x} to the end of \\spad{u}. Note: \\axiom{concat!(a,{}\\spad{x}) = setlast!(a,{}[\\spad{x}])}.") (($ $ $) "\\spad{concat!(u,v)} destructively concatenates \\spad{v} to the end of \\spad{u}. Note: \\axiom{concat!(\\spad{u},{}\\spad{v}) = setlast!(\\spad{u},{}\\spad{v})}.")) (|cycleTail| (($ $) "\\spad{cycleTail(u)} returns the last node in the cycle,{} or empty if none exists.")) (|cycleLength| (((|NonNegativeInteger|) $) "\\spad{cycleLength(u)} returns the length of a top-level cycle contained in aggregate \\spad{u},{} or 0 is \\spad{u} has no such cycle.")) (|cycleEntry| (($ $) "\\spad{cycleEntry(u)} returns the head of a top-level cycle contained in aggregate \\spad{u},{} or \\axiom{empty()} if none exists.")) (|third| ((|#2| $) "\\spad{third(u)} returns the third element of \\spad{u}. Note: \\axiom{third(\\spad{u}) = first(rest(rest(\\spad{u})))}.")) (|second| ((|#2| $) "\\spad{second(u)} returns the second element of \\spad{u}. Note: \\axiom{second(\\spad{u}) = first(rest(\\spad{u}))}.")) (|tail| (($ $) "\\spad{tail(u)} returns the last node of \\spad{u}. Note: if \\spad{u} is \\axiom{shallowlyMutable},{} \\axiom{setrest(tail(\\spad{u}),{}\\spad{v}) = concat(\\spad{u},{}\\spad{v})}.")) (|last| (($ $ (|NonNegativeInteger|)) "\\spad{last(u,n)} returns a copy of the last \\spad{n} (\\axiom{\\spad{n} >= 0}) nodes of \\spad{u}. Note: \\axiom{last(\\spad{u},{}\\spad{n})} is a list of \\spad{n} elements.") ((|#2| $) "\\spad{last(u)} resturn the last element of \\spad{u}. Note: for lists,{} \\axiom{last(\\spad{u}) = \\spad{u} . (maxIndex \\spad{u}) = \\spad{u} . (\\# \\spad{u} - 1)}.")) (|rest| (($ $ (|NonNegativeInteger|)) "\\spad{rest(u,n)} returns the \\axiom{\\spad{n}}th (\\spad{n} >= 0) node of \\spad{u}. Note: \\axiom{rest(\\spad{u},{}0) = \\spad{u}}.") (($ $) "\\spad{rest(u)} returns an aggregate consisting of all but the first element of \\spad{u} (equivalently,{} the next node of \\spad{u}).")) (|elt| ((|#2| $ "last") "\\spad{elt(u,\"last\")} (also written: \\axiom{\\spad{u} . last}) is equivalent to last \\spad{u}.") (($ $ "rest") "\\spad{elt(\\%,\"rest\")} (also written: \\axiom{\\spad{u}.rest}) is equivalent to \\axiom{rest \\spad{u}}.") ((|#2| $ "first") "\\spad{elt(u,\"first\")} (also written: \\axiom{\\spad{u} . first}) is equivalent to first \\spad{u}.")) (|first| (($ $ (|NonNegativeInteger|)) "\\spad{first(u,n)} returns a copy of the first \\spad{n} (\\axiom{\\spad{n} >= 0}) elements of \\spad{u}.") ((|#2| $) "\\spad{first(u)} returns the first element of \\spad{u} (equivalently,{} the value at the current node).")) (|concat| (($ |#2| $) "\\spad{concat(x,u)} returns aggregate consisting of \\spad{x} followed by the elements of \\spad{u}. Note: if \\axiom{\\spad{v} = concat(\\spad{x},{}\\spad{u})} then \\axiom{\\spad{x} = first \\spad{v}} and \\axiom{\\spad{u} = rest \\spad{v}}.") (($ $ $) "\\spad{concat(u,v)} returns an aggregate \\spad{w} consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: \\axiom{\\spad{v} = rest(\\spad{w},{}\\#a)}.")))
NIL
-((|HasCategory| |#1| (|%list| (QUOTE -1035) (|devaluate| |#2|))))
-(-1168 S)
+((|HasCategory| |#1| (|%list| (QUOTE -1036) (|devaluate| |#2|))))
+(-1169 S)
((|constructor| (NIL "A unary-recursive aggregate is a one where nodes may have either 0 or 1 children. This aggregate models,{} though not precisely,{} a linked list possibly with a single cycle. A node with one children models a non-empty list,{} with the \\spadfun{value} of the list designating the head,{} or \\spadfun{first},{} of the list,{} and the child designating the tail,{} or \\spadfun{rest},{} of the list. A node with no child then designates the empty list. Since these aggregates are recursive aggregates,{} they may be cyclic.")) (|split!| (($ $ (|Integer|)) "\\spad{split!(u,n)} splits \\spad{u} into two aggregates: \\axiom{\\spad{v} = rest(\\spad{u},{}\\spad{n})} and \\axiom{\\spad{w} = first(\\spad{u},{}\\spad{n})},{} returning \\axiom{\\spad{v}}. Note: afterwards \\axiom{rest(\\spad{u},{}\\spad{n})} returns \\axiom{empty()}.")) (|setlast!| ((|#1| $ |#1|) "\\spad{setlast!(u,x)} destructively changes the last element of \\spad{u} to \\spad{x}.")) (|setrest!| (($ $ $) "\\spad{setrest!(u,v)} destructively changes the rest of \\spad{u} to \\spad{v}.")) (|setelt| ((|#1| $ "last" |#1|) "\\spad{setelt(u,\"last\",x)} (also written: \\axiom{\\spad{u}.last := \\spad{b}}) is equivalent to \\axiom{setlast!(\\spad{u},{}\\spad{v})}.") (($ $ "rest" $) "\\spad{setelt(u,\"rest\",v)} (also written: \\axiom{\\spad{u}.rest := \\spad{v}}) is equivalent to \\axiom{setrest!(\\spad{u},{}\\spad{v})}.") ((|#1| $ "first" |#1|) "\\spad{setelt(u,\"first\",x)} (also written: \\axiom{\\spad{u}.first := \\spad{x}}) is equivalent to \\axiom{setfirst!(\\spad{u},{}\\spad{x})}.")) (|setfirst!| ((|#1| $ |#1|) "\\spad{setfirst!(u,x)} destructively changes the first element of a to \\spad{x}.")) (|cycleSplit!| (($ $) "\\spad{cycleSplit!(u)} splits the aggregate by dropping off the cycle. The value returned is the cycle entry,{} or nil if none exists. For example,{} if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} is the cyclic list where \\spad{v} is the head of the cycle,{} \\axiom{cycleSplit!(\\spad{w})} will drop \\spad{v} off \\spad{w} thus destructively changing \\spad{w} to \\spad{u},{} and returning \\spad{v}.")) (|concat!| (($ $ |#1|) "\\spad{concat!(u,x)} destructively adds element \\spad{x} to the end of \\spad{u}. Note: \\axiom{concat!(a,{}\\spad{x}) = setlast!(a,{}[\\spad{x}])}.") (($ $ $) "\\spad{concat!(u,v)} destructively concatenates \\spad{v} to the end of \\spad{u}. Note: \\axiom{concat!(\\spad{u},{}\\spad{v}) = setlast!(\\spad{u},{}\\spad{v})}.")) (|cycleTail| (($ $) "\\spad{cycleTail(u)} returns the last node in the cycle,{} or empty if none exists.")) (|cycleLength| (((|NonNegativeInteger|) $) "\\spad{cycleLength(u)} returns the length of a top-level cycle contained in aggregate \\spad{u},{} or 0 is \\spad{u} has no such cycle.")) (|cycleEntry| (($ $) "\\spad{cycleEntry(u)} returns the head of a top-level cycle contained in aggregate \\spad{u},{} or \\axiom{empty()} if none exists.")) (|third| ((|#1| $) "\\spad{third(u)} returns the third element of \\spad{u}. Note: \\axiom{third(\\spad{u}) = first(rest(rest(\\spad{u})))}.")) (|second| ((|#1| $) "\\spad{second(u)} returns the second element of \\spad{u}. Note: \\axiom{second(\\spad{u}) = first(rest(\\spad{u}))}.")) (|tail| (($ $) "\\spad{tail(u)} returns the last node of \\spad{u}. Note: if \\spad{u} is \\axiom{shallowlyMutable},{} \\axiom{setrest(tail(\\spad{u}),{}\\spad{v}) = concat(\\spad{u},{}\\spad{v})}.")) (|last| (($ $ (|NonNegativeInteger|)) "\\spad{last(u,n)} returns a copy of the last \\spad{n} (\\axiom{\\spad{n} >= 0}) nodes of \\spad{u}. Note: \\axiom{last(\\spad{u},{}\\spad{n})} is a list of \\spad{n} elements.") ((|#1| $) "\\spad{last(u)} resturn the last element of \\spad{u}. Note: for lists,{} \\axiom{last(\\spad{u}) = \\spad{u} . (maxIndex \\spad{u}) = \\spad{u} . (\\# \\spad{u} - 1)}.")) (|rest| (($ $ (|NonNegativeInteger|)) "\\spad{rest(u,n)} returns the \\axiom{\\spad{n}}th (\\spad{n} >= 0) node of \\spad{u}. Note: \\axiom{rest(\\spad{u},{}0) = \\spad{u}}.") (($ $) "\\spad{rest(u)} returns an aggregate consisting of all but the first element of \\spad{u} (equivalently,{} the next node of \\spad{u}).")) (|elt| ((|#1| $ "last") "\\spad{elt(u,\"last\")} (also written: \\axiom{\\spad{u} . last}) is equivalent to last \\spad{u}.") (($ $ "rest") "\\spad{elt(\\%,\"rest\")} (also written: \\axiom{\\spad{u}.rest}) is equivalent to \\axiom{rest \\spad{u}}.") ((|#1| $ "first") "\\spad{elt(u,\"first\")} (also written: \\axiom{\\spad{u} . first}) is equivalent to first \\spad{u}.")) (|first| (($ $ (|NonNegativeInteger|)) "\\spad{first(u,n)} returns a copy of the first \\spad{n} (\\axiom{\\spad{n} >= 0}) elements of \\spad{u}.") ((|#1| $) "\\spad{first(u)} returns the first element of \\spad{u} (equivalently,{} the value at the current node).")) (|concat| (($ |#1| $) "\\spad{concat(x,u)} returns aggregate consisting of \\spad{x} followed by the elements of \\spad{u}. Note: if \\axiom{\\spad{v} = concat(\\spad{x},{}\\spad{u})} then \\axiom{\\spad{x} = first \\spad{v}} and \\axiom{\\spad{u} = rest \\spad{v}}.") (($ $ $) "\\spad{concat(u,v)} returns an aggregate \\spad{w} consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: \\axiom{\\spad{v} = rest(\\spad{w},{}\\#a)}.")))
NIL
NIL
-(-1169 |Coef| |var| |cen|)
+(-1170 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Taylor series in one variable \\spadtype{UnivariateTaylorSeries} is a domain representing Taylor series in one variable with coefficients in an arbitrary ring. The parameters of the type specify the coefficient ring,{} the power series variable,{} and the center of the power series expansion. For example,{} \\spadtype{UnivariateTaylorSeries}(Integer,{}\\spad{x},{}3) represents Taylor series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x),x)} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|invmultisect| (($ (|Integer|) (|Integer|) $) "\\spad{invmultisect(a,b,f(x))} substitutes \\spad{x^((a+b)*n)} \\indented{1}{for \\spad{x^n} and multiples by \\spad{x^b}.}")) (|multisect| (($ (|Integer|) (|Integer|) $) "\\spad{multisect(a,b,f(x))} selects the coefficients of \\indented{1}{\\spad{x^((a+b)*n+a)},{} and changes this monomial to \\spad{x^n}.}")) (|revert| (($ $) "\\spad{revert(f(x))} returns a Taylor series \\spad{g(x)} such that \\spad{f(g(x)) = g(f(x)) = x}. Series \\spad{f(x)} should have constant coefficient 0 and invertible 1st order coefficient.")) (|generalLambert| (($ $ (|Integer|) (|Integer|)) "\\spad{generalLambert(f(x),a,d)} returns \\spad{f(x^a) + f(x^(a + d)) + \\indented{1}{f(x^(a + 2 d)) + ... }. \\spad{f(x)} should have zero constant} \\indented{1}{coefficient and \\spad{a} and \\spad{d} should be positive.}")) (|evenlambert| (($ $) "\\spad{evenlambert(f(x))} returns \\spad{f(x^2) + f(x^4) + f(x^6) + ...}. \\indented{1}{\\spad{f(x)} should have a zero constant coefficient.} \\indented{1}{This function is used for computing infinite products.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n=1..infinity,f(x^(2*n))) = exp(log(evenlambert(f(x))))}.}")) (|oddlambert| (($ $) "\\spad{oddlambert(f(x))} returns \\spad{f(x) + f(x^3) + f(x^5) + ...}. \\indented{1}{\\spad{f(x)} should have a zero constant coefficient.} \\indented{1}{This function is used for computing infinite products.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n=1..infinity,f(x^(2*n-1)))=exp(log(oddlambert(f(x))))}.}")) (|lambert| (($ $) "\\spad{lambert(f(x))} returns \\spad{f(x) + f(x^2) + f(x^3) + ...}. \\indented{1}{This function is used for computing infinite products.} \\indented{1}{\\spad{f(x)} should have zero constant coefficient.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n = 1..infinity,f(x^n)) = exp(log(lambert(f(x))))}.}")) (|lagrange| (($ $) "\\spad{lagrange(g(x))} produces the Taylor series for \\spad{f(x)} \\indented{1}{where \\spad{f(x)} is implicitly defined as \\spad{f(x) = x*g(f(x))}.}")) (|univariatePolynomial| (((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|)) "\\spad{univariatePolynomial(f,k)} returns a univariate polynomial \\indented{1}{consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.}")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a \\indented{1}{Taylor series.}") (($ (|UnivariatePolynomial| |#2| |#1|)) "\\spad{coerce(p)} converts a univariate polynomial \\spad{p} in the variable \\spad{var} to a univariate Taylor series in \\spad{var}.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3990 . T) (-3991 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-495))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-495)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-809 (-1090)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-694)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-694)) (|devaluate| |#1|)))) (|HasCategory| (-694) (QUOTE (-1025))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-694))))) (|HasSignature| |#1| (|%list| (QUOTE -3947) (|%list| (|devaluate| |#1|) (QUOTE (-1090)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-694))))) (|HasCategory| |#1| (QUOTE (-312))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#1| (QUOTE (-29 (-484)))) (|HasCategory| |#1| (QUOTE (-871))) (|HasCategory| |#1| (QUOTE (-1115)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-484))))) (|HasSignature| |#1| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1090))))) (|HasSignature| |#1| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#1|)))))))
-(-1170 |Coef1| |Coef2| UTS1 UTS2)
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3991 . T) (-3992 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-496))) (OR (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-496)))) (|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-118))) (|HasCategory| |#1| (QUOTE (-120))) (-12 (|HasCategory| |#1| (QUOTE (-810 (-1091)))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-695)) (|devaluate| |#1|))))) (|HasSignature| |#1| (|%list| (QUOTE *) (|%list| (|devaluate| |#1|) (QUOTE (-695)) (|devaluate| |#1|)))) (|HasCategory| (-695) (QUOTE (-1026))) (-12 (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-695))))) (|HasSignature| |#1| (|%list| (QUOTE -3948) (|%list| (|devaluate| |#1|) (QUOTE (-1091)))))) (|HasSignature| |#1| (|%list| (QUOTE **) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-695))))) (|HasCategory| |#1| (QUOTE (-312))) (OR (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#1| (QUOTE (-29 (-485)))) (|HasCategory| |#1| (QUOTE (-872))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-38 (-350 (-485))))) (|HasSignature| |#1| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1091))))) (|HasSignature| |#1| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#1|)))))))
+(-1171 |Coef1| |Coef2| UTS1 UTS2)
((|constructor| (NIL "Mapping package for univariate Taylor series. \\indented{2}{This package allows one to apply a function to the coefficients of} \\indented{2}{a univariate Taylor series.}")) (|map| ((|#4| (|Mapping| |#2| |#1|) |#3|) "\\spad{map(f,g(x))} applies the map \\spad{f} to the coefficients of \\indented{1}{the Taylor series \\spad{g(x)}.}")))
NIL
NIL
-(-1171 S |Coef|)
+(-1172 S |Coef|)
((|constructor| (NIL "\\spadtype{UnivariateTaylorSeriesCategory} is the category of Taylor series in one variable.")) (|integrate| (($ $ (|Symbol|)) "\\spad{integrate(f(x),y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $ (|Symbol|)) "\\spad{integrate(f(x),y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (** (($ $ |#2|) "\\spad{f(x) ** a} computes a power of a power series. When the coefficient ring is a field,{} we may raise a series to an exponent from the coefficient ring provided that the constant coefficient of the series is 1.")) (|polynomial| (((|Polynomial| |#2|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{polynomial(f,k1,k2)} returns a polynomial consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (((|Polynomial| |#2|) $ (|NonNegativeInteger|)) "\\spad{polynomial(f,k)} returns a polynomial consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|multiplyCoefficients| (($ (|Mapping| |#2| (|Integer|)) $) "\\spad{multiplyCoefficients(f,sum(n = 0..infinity,a[n] * x**n))} returns \\spad{sum(n = 0..infinity,f(n) * a[n] * x**n)}. This function is used when Laurent series are represented by a Taylor series and an order.")) (|quoByVar| (($ $) "\\spad{quoByVar(a0 + a1 x + a2 x**2 + ...)} returns \\spad{a1 + a2 x + a3 x**2 + ...} Thus,{} this function substracts the constant term and divides by the series variable. This function is used when Laurent series are represented by a Taylor series and an order.")) (|coefficients| (((|Stream| |#2|) $) "\\spad{coefficients(a0 + a1 x + a2 x**2 + ...)} returns a stream of coefficients: \\spad{[a0,a1,a2,...]}. The entries of the stream may be zero.")) (|series| (($ (|Stream| |#2|)) "\\spad{series([a0,a1,a2,...])} is the Taylor series \\spad{a0 + a1 x + a2 x**2 + ...}.") (($ (|Stream| (|Record| (|:| |k| (|NonNegativeInteger|)) (|:| |c| |#2|)))) "\\spad{series(st)} creates a series from a stream of non-zero terms,{} where a term is an exponent-coefficient pair. The terms in the stream should be ordered by increasing order of exponents.")))
NIL
-((|HasCategory| |#2| (QUOTE (-29 (-484)))) (|HasCategory| |#2| (QUOTE (-871))) (|HasCategory| |#2| (QUOTE (-1115))) (|HasSignature| |#2| (|%list| (QUOTE -3082) (|%list| (|%list| (QUOTE -583) (QUOTE (-1090))) (|devaluate| |#2|)))) (|HasSignature| |#2| (|%list| (QUOTE -3813) (|%list| (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1090))))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-484))))) (|HasCategory| |#2| (QUOTE (-312))))
-(-1172 |Coef|)
+((|HasCategory| |#2| (QUOTE (-29 (-485)))) (|HasCategory| |#2| (QUOTE (-872))) (|HasCategory| |#2| (QUOTE (-1116))) (|HasSignature| |#2| (|%list| (QUOTE -3083) (|%list| (|%list| (QUOTE -584) (QUOTE (-1091))) (|devaluate| |#2|)))) (|HasSignature| |#2| (|%list| (QUOTE -3814) (|%list| (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1091))))) (|HasCategory| |#2| (QUOTE (-38 (-350 (-485))))) (|HasCategory| |#2| (QUOTE (-312))))
+(-1173 |Coef|)
((|constructor| (NIL "\\spadtype{UnivariateTaylorSeriesCategory} is the category of Taylor series in one variable.")) (|integrate| (($ $ (|Symbol|)) "\\spad{integrate(f(x),y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $ (|Symbol|)) "\\spad{integrate(f(x),y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (** (($ $ |#1|) "\\spad{f(x) ** a} computes a power of a power series. When the coefficient ring is a field,{} we may raise a series to an exponent from the coefficient ring provided that the constant coefficient of the series is 1.")) (|polynomial| (((|Polynomial| |#1|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{polynomial(f,k1,k2)} returns a polynomial consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (((|Polynomial| |#1|) $ (|NonNegativeInteger|)) "\\spad{polynomial(f,k)} returns a polynomial consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|multiplyCoefficients| (($ (|Mapping| |#1| (|Integer|)) $) "\\spad{multiplyCoefficients(f,sum(n = 0..infinity,a[n] * x**n))} returns \\spad{sum(n = 0..infinity,f(n) * a[n] * x**n)}. This function is used when Laurent series are represented by a Taylor series and an order.")) (|quoByVar| (($ $) "\\spad{quoByVar(a0 + a1 x + a2 x**2 + ...)} returns \\spad{a1 + a2 x + a3 x**2 + ...} Thus,{} this function substracts the constant term and divides by the series variable. This function is used when Laurent series are represented by a Taylor series and an order.")) (|coefficients| (((|Stream| |#1|) $) "\\spad{coefficients(a0 + a1 x + a2 x**2 + ...)} returns a stream of coefficients: \\spad{[a0,a1,a2,...]}. The entries of the stream may be zero.")) (|series| (($ (|Stream| |#1|)) "\\spad{series([a0,a1,a2,...])} is the Taylor series \\spad{a0 + a1 x + a2 x**2 + ...}.") (($ (|Stream| (|Record| (|:| |k| (|NonNegativeInteger|)) (|:| |c| |#1|)))) "\\spad{series(st)} creates a series from a stream of non-zero terms,{} where a term is an exponent-coefficient pair. The terms in the stream should be ordered by increasing order of exponents.")))
-(((-3998 "*") |has| |#1| (-146)) (-3989 |has| |#1| (-495)) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") |has| |#1| (-146)) (-3990 |has| |#1| (-496)) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1173 |Coef| UTS)
+(-1174 |Coef| UTS)
((|constructor| (NIL "\\indented{1}{This package provides Taylor series solutions to regular} linear or non-linear ordinary differential equations of arbitrary order.")) (|mpsode| (((|List| |#2|) (|List| |#1|) (|List| (|Mapping| |#2| (|List| |#2|)))) "\\spad{mpsode(r,f)} solves the system of differential equations \\spad{dy[i]/dx =f[i] [x,y[1],y[2],...,y[n]]},{} \\spad{y[i](a) = r[i]} for \\spad{i} in 1..\\spad{n}.")) (|ode| ((|#2| (|Mapping| |#2| (|List| |#2|)) (|List| |#1|)) "\\spad{ode(f,cl)} is the solution to \\spad{y<n>=f(y,y',..,y<n-1>)} such that \\spad{y<i>(a) = cl.i} for \\spad{i} in 1..\\spad{n}.")) (|ode2| ((|#2| (|Mapping| |#2| |#2| |#2|) |#1| |#1|) "\\spad{ode2(f,c0,c1)} is the solution to \\spad{y'' = f(y,y')} such that \\spad{y(a) = c0} and \\spad{y'(a) = c1}.")) (|ode1| ((|#2| (|Mapping| |#2| |#2|) |#1|) "\\spad{ode1(f,c)} is the solution to \\spad{y' = f(y)} such that \\spad{y(a) = c}.")) (|fixedPointExquo| ((|#2| |#2| |#2|) "\\spad{fixedPointExquo(f,g)} computes the exact quotient of \\spad{f} and \\spad{g} using a fixed point computation.")) (|stFuncN| (((|Mapping| (|Stream| |#1|) (|List| (|Stream| |#1|))) (|Mapping| |#2| (|List| |#2|))) "\\spad{stFuncN(f)} is a local function xported due to compiler problem. This function is of no interest to the top-level user.")) (|stFunc2| (((|Mapping| (|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) (|Mapping| |#2| |#2| |#2|)) "\\spad{stFunc2(f)} is a local function exported due to compiler problem. This function is of no interest to the top-level user.")) (|stFunc1| (((|Mapping| (|Stream| |#1|) (|Stream| |#1|)) (|Mapping| |#2| |#2|)) "\\spad{stFunc1(f)} is a local function exported due to compiler problem. This function is of no interest to the top-level user.")))
NIL
NIL
-(-1174 -3093 UP L UTS)
+(-1175 -3094 UP L UTS)
((|constructor| (NIL "\\spad{RUTSodetools} provides tools to interface with the series \\indented{1}{ODE solver when presented with linear ODEs.}")) (RF2UTS ((|#4| (|Fraction| |#2|)) "\\spad{RF2UTS(f)} converts \\spad{f} to a Taylor series.")) (LODO2FUN (((|Mapping| |#4| (|List| |#4|)) |#3|) "\\spad{LODO2FUN(op)} returns the function to pass to the series ODE solver in order to solve \\spad{op y = 0}.")) (UTS2UP ((|#2| |#4| (|NonNegativeInteger|)) "\\spad{UTS2UP(s, n)} converts the first \\spad{n} terms of \\spad{s} to a univariate polynomial.")) (UP2UTS ((|#4| |#2|) "\\spad{UP2UTS(p)} converts \\spad{p} to a Taylor series.")))
NIL
-((|HasCategory| |#1| (QUOTE (-495))))
-(-1175)
+((|HasCategory| |#1| (QUOTE (-496))))
+(-1176)
((|constructor| (NIL "The category of domains that act like unions. UnionType,{} like Type or Category,{} acts mostly as a take that communicates `union-like' intended semantics to the compiler. A domain \\spad{D} that satifies UnionType should provide definitions for `case' operators,{} with corresponding `autoCoerce' operators.")))
NIL
NIL
-(-1176 |sym|)
+(-1177 |sym|)
((|constructor| (NIL "This domain implements variables")) (|variable| (((|Symbol|)) "\\spad{variable()} returns the symbol")) (|coerce| (((|Symbol|) $) "\\spad{coerce(x)} returns the symbol")))
NIL
NIL
-(-1177 S R)
+(-1178 S R)
((|constructor| (NIL "\\spadtype{VectorCategory} represents the type of vector like objects,{} \\spadignore{i.e.} finite sequences indexed by some finite segment of the integers. The operations available on vectors depend on the structure of the underlying components. Many operations from the component domain are defined for vectors componentwise. It can by assumed that extraction or updating components can be done in constant time.")) (|magnitude| ((|#2| $) "\\spad{magnitude(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the length")) (|length| ((|#2| $) "\\spad{length(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the magnitude")) (|cross| (($ $ $) "vectorProduct(\\spad{u},{}\\spad{v}) constructs the cross product of \\spad{u} and \\spad{v}. Error: if \\spad{u} and \\spad{v} are not of length 3.")) (|outerProduct| (((|Matrix| |#2|) $ $) "\\spad{outerProduct(u,v)} constructs the matrix whose (\\spad{i},{}\\spad{j})\\spad{'}th element is \\spad{u}(\\spad{i})*v(\\spad{j}).")) (|dot| ((|#2| $ $) "\\spad{dot(x,y)} computes the inner product of the two vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")) (* (($ $ |#2|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#2| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.") (($ (|Integer|) $) "\\spad{n * y} multiplies each component of the vector \\spad{y} by the integer \\spad{n}.")) (- (($ $ $) "\\spad{x - y} returns the component-wise difference of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.") (($ $) "\\spad{-x} negates all components of the vector \\spad{x}.")) (|zero| (($ (|NonNegativeInteger|)) "\\spad{zero(n)} creates a zero vector of length \\spad{n}.")) (+ (($ $ $) "\\spad{x + y} returns the component-wise sum of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")))
NIL
-((|HasCategory| |#2| (QUOTE (-915))) (|HasCategory| |#2| (QUOTE (-961))) (|HasCategory| |#2| (QUOTE (-663))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
-(-1178 R)
+((|HasCategory| |#2| (QUOTE (-916))) (|HasCategory| |#2| (QUOTE (-962))) (|HasCategory| |#2| (QUOTE (-664))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
+(-1179 R)
((|constructor| (NIL "\\spadtype{VectorCategory} represents the type of vector like objects,{} \\spadignore{i.e.} finite sequences indexed by some finite segment of the integers. The operations available on vectors depend on the structure of the underlying components. Many operations from the component domain are defined for vectors componentwise. It can by assumed that extraction or updating components can be done in constant time.")) (|magnitude| ((|#1| $) "\\spad{magnitude(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the length")) (|length| ((|#1| $) "\\spad{length(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the magnitude")) (|cross| (($ $ $) "vectorProduct(\\spad{u},{}\\spad{v}) constructs the cross product of \\spad{u} and \\spad{v}. Error: if \\spad{u} and \\spad{v} are not of length 3.")) (|outerProduct| (((|Matrix| |#1|) $ $) "\\spad{outerProduct(u,v)} constructs the matrix whose (\\spad{i},{}\\spad{j})\\spad{'}th element is \\spad{u}(\\spad{i})*v(\\spad{j}).")) (|dot| ((|#1| $ $) "\\spad{dot(x,y)} computes the inner product of the two vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")) (* (($ $ |#1|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#1| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.") (($ (|Integer|) $) "\\spad{n * y} multiplies each component of the vector \\spad{y} by the integer \\spad{n}.")) (- (($ $ $) "\\spad{x - y} returns the component-wise difference of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.") (($ $) "\\spad{-x} negates all components of the vector \\spad{x}.")) (|zero| (($ (|NonNegativeInteger|)) "\\spad{zero(n)} creates a zero vector of length \\spad{n}.")) (+ (($ $ $) "\\spad{x + y} returns the component-wise sum of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")))
-((-3997 . T))
NIL
-(-1179 R)
+NIL
+(-1180 R)
((|constructor| (NIL "This type represents vector like objects with varying lengths and indexed by a finite segment of integers starting at 1.")) (|vector| (($ (|List| |#1|)) "\\spad{vector(l)} converts the list \\spad{l} to a vector.")))
-((-3997 . T))
-((OR (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-552 (-772)))) (|HasCategory| |#1| (QUOTE (-553 (-473)))) (OR (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| |#1| (QUOTE (-756))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-1013)))) (|HasCategory| (-484) (QUOTE (-756))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-663))) (|HasCategory| |#1| (QUOTE (-961))) (-12 (|HasCategory| |#1| (QUOTE (-915))) (|HasCategory| |#1| (QUOTE (-961)))) (|HasCategory| |#1| (QUOTE (-1013))) (-12 (|HasCategory| |#1| (QUOTE (-1013))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-756))) (|HasCategory| $ (|%list| (QUOTE -1035) (|devaluate| |#1|)))))
-(-1180 A B)
+NIL
+((OR (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-553 (-773)))) (|HasCategory| |#1| (QUOTE (-554 (-474)))) (OR (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| |#1| (QUOTE (-757))) (OR (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-1014)))) (|HasCategory| (-485) (QUOTE (-757))) (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-664))) (|HasCategory| |#1| (QUOTE (-962))) (-12 (|HasCategory| |#1| (QUOTE (-916))) (|HasCategory| |#1| (QUOTE (-962)))) (|HasCategory| |#1| (QUOTE (-1014))) (-12 (|HasCategory| |#1| (QUOTE (-1014))) (|HasCategory| |#1| (|%list| (QUOTE -260) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#1|))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-757))) (|HasCategory| $ (|%list| (QUOTE -1036) (|devaluate| |#1|)))))
+(-1181 A B)
((|constructor| (NIL "\\indented{2}{This package provides operations which all take as arguments} vectors of elements of some type \\spad{A} and functions from \\spad{A} to another of type \\spad{B}. The operations all iterate over their vector argument and either return a value of type \\spad{B} or a vector over \\spad{B}.")) (|map| (((|Union| (|Vector| |#2|) "failed") (|Mapping| (|Union| |#2| "failed") |#1|) (|Vector| |#1|)) "\\spad{map(f, v)} applies the function \\spad{f} to every element of the vector \\spad{v} producing a new vector containing the values or \\spad{\"failed\"}.") (((|Vector| |#2|) (|Mapping| |#2| |#1|) (|Vector| |#1|)) "\\spad{map(f, v)} applies the function \\spad{f} to every element of the vector \\spad{v} producing a new vector containing the values.")) (|reduce| ((|#2| (|Mapping| |#2| |#1| |#2|) (|Vector| |#1|) |#2|) "\\spad{reduce(func,vec,ident)} combines the elements in \\spad{vec} using the binary function \\spad{func}. Argument \\spad{ident} is returned if \\spad{vec} is empty.")) (|scan| (((|Vector| |#2|) (|Mapping| |#2| |#1| |#2|) (|Vector| |#1|) |#2|) "\\spad{scan(func,vec,ident)} creates a new vector whose elements are the result of applying reduce to the binary function \\spad{func},{} increasing initial subsequences of the vector \\spad{vec},{} and the element \\spad{ident}.")))
NIL
NIL
-(-1181)
+(-1182)
((|constructor| (NIL "ViewportPackage provides functions for creating GraphImages and TwoDimensionalViewports from lists of lists of points.")) (|coerce| (((|TwoDimensionalViewport|) (|GraphImage|)) "\\spad{coerce(gi)} converts the indicated \\spadtype{GraphImage},{} \\spad{gi},{} into the \\spadtype{TwoDimensionalViewport} form.")) (|drawCurves| (((|TwoDimensionalViewport|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|DrawOption|))) "\\spad{drawCurves([[p0],[p1],...,[pn]],[options])} creates a \\spadtype{TwoDimensionalViewport} from the list of lists of points,{} \\spad{p0} throught pn,{} using the options specified in the list \\spad{options}.") (((|TwoDimensionalViewport|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|Palette|) (|Palette|) (|PositiveInteger|) (|List| (|DrawOption|))) "\\spad{drawCurves([[p0],[p1],...,[pn]],ptColor,lineColor,ptSize,[options])} creates a \\spadtype{TwoDimensionalViewport} from the list of lists of points,{} \\spad{p0} throught pn,{} using the options specified in the list \\spad{options}. The point color is specified by \\spad{ptColor},{} the line color is specified by \\spad{lineColor},{} and the point size is specified by \\spad{ptSize}.")) (|graphCurves| (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|DrawOption|))) "\\spad{graphCurves([[p0],[p1],...,[pn]],[options])} creates a \\spadtype{GraphImage} from the list of lists of points,{} \\spad{p0} throught pn,{} using the options specified in the list \\spad{options}.") (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{graphCurves([[p0],[p1],...,[pn]])} creates a \\spadtype{GraphImage} from the list of lists of points indicated by \\spad{p0} through pn.") (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|Palette|) (|Palette|) (|PositiveInteger|) (|List| (|DrawOption|))) "\\spad{graphCurves([[p0],[p1],...,[pn]],ptColor,lineColor,ptSize,[options])} creates a \\spadtype{GraphImage} from the list of lists of points,{} \\spad{p0} throught pn,{} using the options specified in the list \\spad{options}. The graph point color is specified by \\spad{ptColor},{} the graph line color is specified by \\spad{lineColor},{} and the size of the points is specified by \\spad{ptSize}.")))
NIL
NIL
-(-1182)
+(-1183)
((|constructor| (NIL "TwoDimensionalViewport creates viewports to display graphs.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(v)} returns the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport} as output of the domain \\spadtype{OutputForm}.")) (|key| (((|Integer|) $) "\\spad{key(v)} returns the process ID number of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|reset| (((|Void|) $) "\\spad{reset(v)} sets the current state of the graph characteristics of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} back to their initial settings.")) (|write| (((|String|) $ (|String|) (|List| (|String|))) "\\spad{write(v,s,lf)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and the optional file types indicated by the list \\spad{lf}.") (((|String|) $ (|String|) (|String|)) "\\spad{write(v,s,f)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and an optional file type \\spad{f}.") (((|String|) $ (|String|)) "\\spad{write(v,s)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v}.")) (|resize| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{resize(v,w,h)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with a width of \\spad{w} and a height of \\spad{h},{} keeping the upper left-hand corner position unchanged.")) (|update| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{update(v,gr,n)} drops the graph \\spad{gr} in slot \\spad{n} of viewport \\spad{v}. The graph \\spad{gr} must have been transmitted already and acquired an integer key.")) (|move| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{move(v,x,y)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the upper left-hand corner of the viewport window at the screen coordinate position \\spad{x},{} \\spad{y}.")) (|show| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{show(v,n,s)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the graph if \\spad{s} is \"off\".")) (|translate| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{translate(v,n,dx,dy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} translated by \\spad{dx} in the \\spad{x}-coordinate direction from the center of the viewport,{} and by \\spad{dy} in the \\spad{y}-coordinate direction from the center. Setting \\spad{dx} and \\spad{dy} to \\spad{0} places the center of the graph at the center of the viewport.")) (|scale| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{scale(v,n,sx,sy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} scaled by the factor \\spad{sx} in the \\spad{x}-coordinate direction and by the factor \\spad{sy} in the \\spad{y}-coordinate direction.")) (|dimensions| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{dimensions(v,x,y,width,height)} sets the position of the upper left-hand corner of the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to the window coordinate \\spad{x},{} \\spad{y},{} and sets the dimensions of the window to that of \\spad{width},{} \\spad{height}. The new dimensions are not displayed until the function \\spadfun{makeViewport2D} is executed again for \\spad{v}.")) (|close| (((|Void|) $) "\\spad{close(v)} closes the viewport window of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and terminates the corresponding process ID.")) (|controlPanel| (((|Void|) $ (|String|)) "\\spad{controlPanel(v,s)} displays the control panel of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or hides the control panel if \\spad{s} is \"off\".")) (|connect| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{connect(v,n,s)} displays the lines connecting the graph points in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the lines if \\spad{s} is \"off\".")) (|region| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{region(v,n,s)} displays the bounding box of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the bounding box if \\spad{s} is \"off\".")) (|points| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{points(v,n,s)} displays the points of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the points if \\spad{s} is \"off\".")) (|units| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{units(v,n,c)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the units color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{units(v,n,s)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the units if \\spad{s} is \"off\".")) (|axes| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{axes(v,n,c)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the axes color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{axes(v,n,s)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the axes if \\spad{s} is \"off\".")) (|getGraph| (((|GraphImage|) $ (|PositiveInteger|)) "\\spad{getGraph(v,n)} returns the graph which is of the domain \\spadtype{GraphImage} which is located in graph field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of the domain \\spadtype{TwoDimensionalViewport}.")) (|putGraph| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{putGraph(v,gi,n)} sets the graph field indicated by \\spad{n},{} of the indicated two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to be the graph,{} \\spad{gi} of domain \\spadtype{GraphImage}. The contents of viewport,{} \\spad{v},{} will contain \\spad{gi} when the function \\spadfun{makeViewport2D} is called to create the an updated viewport \\spad{v}.")) (|title| (((|Void|) $ (|String|)) "\\spad{title(v,s)} changes the title which is shown in the two-dimensional viewport window,{} \\spad{v} of domain \\spadtype{TwoDimensionalViewport}.")) (|graphs| (((|Vector| (|Union| (|GraphImage|) "undefined")) $) "\\spad{graphs(v)} returns a vector,{} or list,{} which is a union of all the graphs,{} of the domain \\spadtype{GraphImage},{} which are allocated for the two-dimensional viewport,{} \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport}. Those graphs which have no data are labeled \"undefined\",{} otherwise their contents are shown.")) (|graphStates| (((|Vector| (|Record| (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|)) (|:| |points| (|Integer|)) (|:| |connect| (|Integer|)) (|:| |spline| (|Integer|)) (|:| |axes| (|Integer|)) (|:| |axesColor| (|Palette|)) (|:| |units| (|Integer|)) (|:| |unitsColor| (|Palette|)) (|:| |showing| (|Integer|)))) $) "\\spad{graphStates(v)} returns and shows a listing of a record containing the current state of the characteristics of each of the ten graph records in the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|graphState| (((|Void|) $ (|PositiveInteger|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Palette|) (|Integer|) (|Palette|) (|Integer|)) "\\spad{graphState(v,num,sX,sY,dX,dY,pts,lns,box,axes,axesC,un,unC,cP)} sets the state of the characteristics for the graph indicated by \\spad{num} in the given two-dimensional viewport \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport},{} to the values given as parameters. The scaling of the graph in the \\spad{x} and \\spad{y} component directions is set to be \\spad{sX} and \\spad{sY}; the window translation in the \\spad{x} and \\spad{y} component directions is set to be \\spad{dX} and \\spad{dY}; The graph points,{} lines,{} bounding \\spad{box},{} \\spad{axes},{} or units will be shown in the viewport if their given parameters \\spad{pts},{} \\spad{lns},{} \\spad{box},{} \\spad{axes} or \\spad{un} are set to be \\spad{1},{} but will not be shown if they are set to \\spad{0}. The color of the \\spad{axes} and the color of the units are indicated by the palette colors \\spad{axesC} and \\spad{unC} respectively. To display the control panel when the viewport window is displayed,{} set \\spad{cP} to \\spad{1},{} otherwise set it to \\spad{0}.")) (|options| (($ $ (|List| (|DrawOption|))) "\\spad{options(v,lopt)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns \\spad{v} with it's draw options modified to be those which are indicated in the given list,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (((|List| (|DrawOption|)) $) "\\spad{options(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns a list containing the draw options from the domain \\spadtype{DrawOption} for \\spad{v}.")) (|makeViewport2D| (($ (|GraphImage|) (|List| (|DrawOption|))) "\\spad{makeViewport2D(gi,lopt)} creates and displays a viewport window of the domain \\spadtype{TwoDimensionalViewport} whose graph field is assigned to be the given graph,{} \\spad{gi},{} of domain \\spadtype{GraphImage},{} and whose options field is set to be the list of options,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (($ $) "\\spad{makeViewport2D(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and displays a viewport window on the screen which contains the contents of \\spad{v}.")) (|viewport2D| (($) "\\spad{viewport2D()} returns an undefined two-dimensional viewport of the domain \\spadtype{TwoDimensionalViewport} whose contents are empty.")) (|getPickedPoints| (((|List| (|Point| (|DoubleFloat|))) $) "\\spad{getPickedPoints(x)} returns a list of small floats for the points the user interactively picked on the viewport for full integration into the system,{} some design issues need to be addressed: \\spadignore{e.g.} how to go through the GraphImage interface,{} how to default to graphs,{} etc.")))
NIL
NIL
-(-1183)
+(-1184)
((|key| (((|Integer|) $) "\\spad{key(v)} returns the process ID number of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|close| (((|Void|) $) "\\spad{close(v)} closes the viewport window of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} and terminates the corresponding process ID.")) (|write| (((|String|) $ (|String|) (|List| (|String|))) "\\spad{write(v,s,lf)} takes the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data file for \\spad{v} and the optional file types indicated by the list \\spad{lf}.") (((|String|) $ (|String|) (|String|)) "\\spad{write(v,s,f)} takes the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data file for \\spad{v} and an optional file type \\spad{f}.") (((|String|) $ (|String|)) "\\spad{write(v,s)} takes the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data file for \\spad{v}.")) (|colorDef| (((|Void|) $ (|Color|) (|Color|)) "\\spad{colorDef(v,c1,c2)} sets the range of colors along the colormap so that the lower end of the colormap is defined by \\spad{c1} and the top end of the colormap is defined by \\spad{c2},{} for the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|reset| (((|Void|) $) "\\spad{reset(v)} sets the current state of the graph characteristics of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} back to their initial settings.")) (|intensity| (((|Void|) $ (|Float|)) "\\spad{intensity(v,i)} sets the intensity of the light source to \\spad{i},{} for the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|lighting| (((|Void|) $ (|Float|) (|Float|) (|Float|)) "\\spad{lighting(v,x,y,z)} sets the position of the light source to the coordinates \\spad{x},{} \\spad{y},{} and \\spad{z} and displays the graph for the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|clipSurface| (((|Void|) $ (|String|)) "\\spad{clipSurface(v,s)} displays the graph with the specified clipping region removed if \\spad{s} is \"on\",{} or displays the graph without clipping implemented if \\spad{s} is \"off\",{} for the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|showClipRegion| (((|Void|) $ (|String|)) "\\spad{showClipRegion(v,s)} displays the clipping region of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the region if \\spad{s} is \"off\".")) (|showRegion| (((|Void|) $ (|String|)) "\\spad{showRegion(v,s)} displays the bounding box of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the box if \\spad{s} is \"off\".")) (|hitherPlane| (((|Void|) $ (|Float|)) "\\spad{hitherPlane(v,h)} sets the hither clipping plane of the graph to \\spad{h},{} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.")) (|eyeDistance| (((|Void|) $ (|Float|)) "\\spad{eyeDistance(v,d)} sets the distance of the observer from the center of the graph to \\spad{d},{} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.")) (|perspective| (((|Void|) $ (|String|)) "\\spad{perspective(v,s)} displays the graph in perspective if \\spad{s} is \"on\",{} or does not display perspective if \\spad{s} is \"off\" for the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport}.")) (|translate| (((|Void|) $ (|Float|) (|Float|)) "\\spad{translate(v,dx,dy)} sets the horizontal viewport offset to \\spad{dx} and the vertical viewport offset to \\spad{dy},{} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.")) (|zoom| (((|Void|) $ (|Float|) (|Float|) (|Float|)) "\\spad{zoom(v,sx,sy,sz)} sets the graph scaling factors for the \\spad{x}-coordinate axis to \\spad{sx},{} the \\spad{y}-coordinate axis to \\spad{sy} and the \\spad{z}-coordinate axis to \\spad{sz} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.") (((|Void|) $ (|Float|)) "\\spad{zoom(v,s)} sets the graph scaling factor to \\spad{s},{} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.")) (|rotate| (((|Void|) $ (|Integer|) (|Integer|)) "\\spad{rotate(v,th,phi)} rotates the graph to the longitudinal view angle \\spad{th} degrees and the latitudinal view angle \\spad{phi} degrees for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}. The new rotation position is not displayed until the function \\spadfun{makeViewport3D} is executed again for \\spad{v}.") (((|Void|) $ (|Float|) (|Float|)) "\\spad{rotate(v,th,phi)} rotates the graph to the longitudinal view angle \\spad{th} radians and the latitudinal view angle \\spad{phi} radians for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}.")) (|drawStyle| (((|Void|) $ (|String|)) "\\spad{drawStyle(v,s)} displays the surface for the given three-dimensional viewport \\spad{v} which is of domain \\spadtype{ThreeDimensionalViewport} in the style of drawing indicated by \\spad{s}. If \\spad{s} is not a valid drawing style the style is wireframe by default. Possible styles are \\spad{\"shade\"},{} \\spad{\"solid\"} or \\spad{\"opaque\"},{} \\spad{\"smooth\"},{} and \\spad{\"wireMesh\"}.")) (|outlineRender| (((|Void|) $ (|String|)) "\\spad{outlineRender(v,s)} displays the polygon outline showing either triangularized surface or a quadrilateral surface outline depending on the whether the \\spadfun{diagonals} function has been set,{} for the given three-dimensional viewport \\spad{v} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the polygon outline if \\spad{s} is \"off\".")) (|diagonals| (((|Void|) $ (|String|)) "\\spad{diagonals(v,s)} displays the diagonals of the polygon outline showing a triangularized surface instead of a quadrilateral surface outline,{} for the given three-dimensional viewport \\spad{v} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the diagonals if \\spad{s} is \"off\".")) (|axes| (((|Void|) $ (|String|)) "\\spad{axes(v,s)} displays the axes of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the axes if \\spad{s} is \"off\".")) (|controlPanel| (((|Void|) $ (|String|)) "\\spad{controlPanel(v,s)} displays the control panel of the given three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} if \\spad{s} is \"on\",{} or hides the control panel if \\spad{s} is \"off\".")) (|viewpoint| (((|Void|) $ (|Float|) (|Float|) (|Float|)) "\\spad{viewpoint(v,rotx,roty,rotz)} sets the rotation about the \\spad{x}-axis to be \\spad{rotx} radians,{} sets the rotation about the \\spad{y}-axis to be \\spad{roty} radians,{} and sets the rotation about the \\spad{z}-axis to be \\spad{rotz} radians,{} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport} and displays \\spad{v} with the new view position.") (((|Void|) $ (|Float|) (|Float|)) "\\spad{viewpoint(v,th,phi)} sets the longitudinal view angle to \\spad{th} radians and the latitudinal view angle to \\spad{phi} radians for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}. The new viewpoint position is not displayed until the function \\spadfun{makeViewport3D} is executed again for \\spad{v}.") (((|Void|) $ (|Integer|) (|Integer|) (|Float|) (|Float|) (|Float|)) "\\spad{viewpoint(v,th,phi,s,dx,dy)} sets the longitudinal view angle to \\spad{th} degrees,{} the latitudinal view angle to \\spad{phi} degrees,{} the scale factor to \\spad{s},{} the horizontal viewport offset to \\spad{dx},{} and the vertical viewport offset to \\spad{dy} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}. The new viewpoint position is not displayed until the function \\spadfun{makeViewport3D} is executed again for \\spad{v}.") (((|Void|) $ (|Record| (|:| |theta| (|DoubleFloat|)) (|:| |phi| (|DoubleFloat|)) (|:| |scale| (|DoubleFloat|)) (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |scaleZ| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|)))) "\\spad{viewpoint(v,viewpt)} sets the viewpoint for the viewport. The viewport record consists of the latitudal and longitudal angles,{} the zoom factor,{} the \\spad{X},{} \\spad{Y},{} and \\spad{Z} scales,{} and the \\spad{X} and \\spad{Y} displacements.") (((|Record| (|:| |theta| (|DoubleFloat|)) (|:| |phi| (|DoubleFloat|)) (|:| |scale| (|DoubleFloat|)) (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |scaleZ| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|))) $) "\\spad{viewpoint(v)} returns the current viewpoint setting of the given viewport,{} \\spad{v}. This function is useful in the situation where the user has created a viewport,{} proceeded to interact with it via the control panel and desires to save the values of the viewpoint as the default settings for another viewport to be created using the system.") (((|Void|) $ (|Float|) (|Float|) (|Float|) (|Float|) (|Float|)) "\\spad{viewpoint(v,th,phi,s,dx,dy)} sets the longitudinal view angle to \\spad{th} radians,{} the latitudinal view angle to \\spad{phi} radians,{} the scale factor to \\spad{s},{} the horizontal viewport offset to \\spad{dx},{} and the vertical viewport offset to \\spad{dy} for the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport}. The new viewpoint position is not displayed until the function \\spadfun{makeViewport3D} is executed again for \\spad{v}.")) (|dimensions| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{dimensions(v,x,y,width,height)} sets the position of the upper left-hand corner of the three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} to the window coordinate \\spad{x},{} \\spad{y},{} and sets the dimensions of the window to that of \\spad{width},{} \\spad{height}. The new dimensions are not displayed until the function \\spadfun{makeViewport3D} is executed again for \\spad{v}.")) (|title| (((|Void|) $ (|String|)) "\\spad{title(v,s)} changes the title which is shown in the three-dimensional viewport window,{} \\spad{v} of domain \\spadtype{ThreeDimensionalViewport}.")) (|resize| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{resize(v,w,h)} displays the three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} with a width of \\spad{w} and a height of \\spad{h},{} keeping the upper left-hand corner position unchanged.")) (|move| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{move(v,x,y)} displays the three-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{ThreeDimensionalViewport},{} with the upper left-hand corner of the viewport window at the screen coordinate position \\spad{x},{} \\spad{y}.")) (|options| (($ $ (|List| (|DrawOption|))) "\\spad{options(v,lopt)} takes the viewport,{} \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport} and sets the draw options being used by \\spad{v} to those indicated in the list,{} \\spad{lopt},{} which is a list of options from the domain \\spad{DrawOption}.") (((|List| (|DrawOption|)) $) "\\spad{options(v)} takes the viewport,{} \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport} and returns a list of all the draw options from the domain \\spad{DrawOption} which are being used by \\spad{v}.")) (|modifyPointData| (((|Void|) $ (|NonNegativeInteger|) (|Point| (|DoubleFloat|))) "\\spad{modifyPointData(v,ind,pt)} takes the viewport,{} \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport},{} and places the data point,{} \\spad{pt} into the list of points database of \\spad{v} at the index location given by \\spad{ind}.")) (|subspace| (($ $ (|ThreeSpace| (|DoubleFloat|))) "\\spad{subspace(v,sp)} places the contents of the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport},{} in the subspace \\spad{sp},{} which is of the domain \\spad{ThreeSpace}.") (((|ThreeSpace| (|DoubleFloat|)) $) "\\spad{subspace(v)} returns the contents of the viewport \\spad{v},{} which is of the domain \\spadtype{ThreeDimensionalViewport},{} as a subspace of the domain \\spad{ThreeSpace}.")) (|makeViewport3D| (($ (|ThreeSpace| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{makeViewport3D(sp,lopt)} takes the given space,{} \\spad{sp} which is of the domain \\spadtype{ThreeSpace} and displays a viewport window on the screen which contains the contents of \\spad{sp},{} and whose draw options are indicated by the list \\spad{lopt},{} which is a list of options from the domain \\spad{DrawOption}.") (($ (|ThreeSpace| (|DoubleFloat|)) (|String|)) "\\spad{makeViewport3D(sp,s)} takes the given space,{} \\spad{sp} which is of the domain \\spadtype{ThreeSpace} and displays a viewport window on the screen which contains the contents of \\spad{sp},{} and whose title is given by \\spad{s}.") (($ $) "\\spad{makeViewport3D(v)} takes the given three-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{ThreeDimensionalViewport} and displays a viewport window on the screen which contains the contents of \\spad{v}.")) (|viewport3D| (($) "\\spad{viewport3D()} returns an undefined three-dimensional viewport of the domain \\spadtype{ThreeDimensionalViewport} whose contents are empty.")) (|viewDeltaYDefault| (((|Float|) (|Float|)) "\\spad{viewDeltaYDefault(dy)} sets the current default vertical offset from the center of the viewport window to be \\spad{dy} and returns \\spad{dy}.") (((|Float|)) "\\spad{viewDeltaYDefault()} returns the current default vertical offset from the center of the viewport window.")) (|viewDeltaXDefault| (((|Float|) (|Float|)) "\\spad{viewDeltaXDefault(dx)} sets the current default horizontal offset from the center of the viewport window to be \\spad{dx} and returns \\spad{dx}.") (((|Float|)) "\\spad{viewDeltaXDefault()} returns the current default horizontal offset from the center of the viewport window.")) (|viewZoomDefault| (((|Float|) (|Float|)) "\\spad{viewZoomDefault(s)} sets the current default graph scaling value to \\spad{s} and returns \\spad{s}.") (((|Float|)) "\\spad{viewZoomDefault()} returns the current default graph scaling value.")) (|viewPhiDefault| (((|Float|) (|Float|)) "\\spad{viewPhiDefault(p)} sets the current default latitudinal view angle in radians to the value \\spad{p} and returns \\spad{p}.") (((|Float|)) "\\spad{viewPhiDefault()} returns the current default latitudinal view angle in radians.")) (|viewThetaDefault| (((|Float|) (|Float|)) "\\spad{viewThetaDefault(t)} sets the current default longitudinal view angle in radians to the value \\spad{t} and returns \\spad{t}.") (((|Float|)) "\\spad{viewThetaDefault()} returns the current default longitudinal view angle in radians.")))
NIL
NIL
-(-1184)
+(-1185)
((|constructor| (NIL "ViewportDefaultsPackage describes default and user definable values for graphics")) (|tubeRadiusDefault| (((|DoubleFloat|)) "\\spad{tubeRadiusDefault()} returns the radius used for a 3D tube plot.") (((|DoubleFloat|) (|Float|)) "\\spad{tubeRadiusDefault(r)} sets the default radius for a 3D tube plot to \\spad{r}.")) (|tubePointsDefault| (((|PositiveInteger|)) "\\spad{tubePointsDefault()} returns the number of points to be used when creating the circle to be used in creating a 3D tube plot.") (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{tubePointsDefault(i)} sets the number of points to use when creating the circle to be used in creating a 3D tube plot to \\spad{i}.")) (|var2StepsDefault| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{var2StepsDefault(i)} sets the number of steps to take when creating a 3D mesh in the direction of the first defined free variable to \\spad{i} (a free variable is considered defined when its range is specified (\\spadignore{e.g.} \\spad{x=0}..10)).") (((|PositiveInteger|)) "\\spad{var2StepsDefault()} is the current setting for the number of steps to take when creating a 3D mesh in the direction of the first defined free variable (a free variable is considered defined when its range is specified (\\spadignore{e.g.} \\spad{x=0}..10)).")) (|var1StepsDefault| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{var1StepsDefault(i)} sets the number of steps to take when creating a 3D mesh in the direction of the first defined free variable to \\spad{i} (a free variable is considered defined when its range is specified (\\spadignore{e.g.} \\spad{x=0}..10)).") (((|PositiveInteger|)) "\\spad{var1StepsDefault()} is the current setting for the number of steps to take when creating a 3D mesh in the direction of the first defined free variable (a free variable is considered defined when its range is specified (\\spadignore{e.g.} \\spad{x=0}..10)).")) (|viewWriteAvailable| (((|List| (|String|))) "\\spad{viewWriteAvailable()} returns a list of available methods for writing,{} such as BITMAP,{} POSTSCRIPT,{} etc.")) (|viewWriteDefault| (((|List| (|String|)) (|List| (|String|))) "\\spad{viewWriteDefault(l)} sets the default list of things to write in a viewport data file to the strings in \\spad{l}; a viewAlone file is always genereated.") (((|List| (|String|))) "\\spad{viewWriteDefault()} returns the list of things to write in a viewport data file; a viewAlone file is always generated.")) (|viewDefaults| (((|Void|)) "\\spad{viewDefaults()} resets all the default graphics settings.")) (|viewSizeDefault| (((|List| (|PositiveInteger|)) (|List| (|PositiveInteger|))) "\\spad{viewSizeDefault([w,h])} sets the default viewport width to \\spad{w} and height to \\spad{h}.") (((|List| (|PositiveInteger|))) "\\spad{viewSizeDefault()} returns the default viewport width and height.")) (|viewPosDefault| (((|List| (|NonNegativeInteger|)) (|List| (|NonNegativeInteger|))) "\\spad{viewPosDefault([x,y])} sets the default \\spad{X} and \\spad{Y} position of a viewport window unless overriden explicityly,{} newly created viewports will have th \\spad{X} and \\spad{Y} coordinates \\spad{x},{} \\spad{y}.") (((|List| (|NonNegativeInteger|))) "\\spad{viewPosDefault()} returns the default \\spad{X} and \\spad{Y} position of a viewport window unless overriden explicityly,{} newly created viewports will have this \\spad{X} and \\spad{Y} coordinate.")) (|pointSizeDefault| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{pointSizeDefault(i)} sets the default size of the points in a 2D viewport to \\spad{i}.") (((|PositiveInteger|)) "\\spad{pointSizeDefault()} returns the default size of the points in a 2D viewport.")) (|unitsColorDefault| (((|Palette|) (|Palette|)) "\\spad{unitsColorDefault(p)} sets the default color of the unit ticks in a 2D viewport to the palette \\spad{p}.") (((|Palette|)) "\\spad{unitsColorDefault()} returns the default color of the unit ticks in a 2D viewport.")) (|axesColorDefault| (((|Palette|) (|Palette|)) "\\spad{axesColorDefault(p)} sets the default color of the axes in a 2D viewport to the palette \\spad{p}.") (((|Palette|)) "\\spad{axesColorDefault()} returns the default color of the axes in a 2D viewport.")) (|lineColorDefault| (((|Palette|) (|Palette|)) "\\spad{lineColorDefault(p)} sets the default color of lines connecting points in a 2D viewport to the palette \\spad{p}.") (((|Palette|)) "\\spad{lineColorDefault()} returns the default color of lines connecting points in a 2D viewport.")) (|pointColorDefault| (((|Palette|) (|Palette|)) "\\spad{pointColorDefault(p)} sets the default color of points in a 2D viewport to the palette \\spad{p}.") (((|Palette|)) "\\spad{pointColorDefault()} returns the default color of points in a 2D viewport.")))
NIL
NIL
-(-1185)
+(-1186)
((|constructor| (NIL "This type is used when no value is needed,{} \\spadignore{e.g.} in the \\spad{then} part of a one armed \\spad{if}. All values can be coerced to type Void. Once a value has been coerced to Void,{} it cannot be recovered.")) (|void| (($) "\\spad{void()} produces a void object.")))
NIL
NIL
-(-1186 A S)
+(-1187 A S)
((|constructor| (NIL "Vector Spaces (not necessarily finite dimensional) over a field.")) (|dimension| (((|CardinalNumber|)) "\\spad{dimension()} returns the dimensionality of the vector space.")) (/ (($ $ |#2|) "\\spad{x/y} divides the vector \\spad{x} by the scalar \\spad{y}.")))
NIL
NIL
-(-1187 S)
+(-1188 S)
((|constructor| (NIL "Vector Spaces (not necessarily finite dimensional) over a field.")) (|dimension| (((|CardinalNumber|)) "\\spad{dimension()} returns the dimensionality of the vector space.")) (/ (($ $ |#1|) "\\spad{x/y} divides the vector \\spad{x} by the scalar \\spad{y}.")))
-((-3991 . T) (-3990 . T))
+((-3992 . T) (-3991 . T))
NIL
-(-1188 R)
+(-1189 R)
((|constructor| (NIL "This package implements the Weierstrass preparation theorem \\spad{f} or multivariate power series. weierstrass(\\spad{v},{}\\spad{p}) where \\spad{v} is a variable,{} and \\spad{p} is a TaylorSeries(\\spad{R}) in which the terms of lowest degree \\spad{s} must include c*v**s where \\spad{c} is a constant,{}\\spad{s>0},{} is a list of TaylorSeries coefficients A[\\spad{i}] of the equivalent polynomial A = A[0] + A[1]*v + A[2]\\spad{*v**2} + ... + A[\\spad{s}-1]*v**(\\spad{s}-1) + v**s such that p=A*B ,{} \\spad{B} being a TaylorSeries of minimum degree 0")) (|qqq| (((|Mapping| (|Stream| (|TaylorSeries| |#1|)) (|Stream| (|TaylorSeries| |#1|))) (|NonNegativeInteger|) (|TaylorSeries| |#1|) (|Stream| (|TaylorSeries| |#1|))) "\\spad{qqq(n,s,st)} is used internally.")) (|weierstrass| (((|List| (|TaylorSeries| |#1|)) (|Symbol|) (|TaylorSeries| |#1|)) "\\spad{weierstrass(v,ts)} where \\spad{v} is a variable and \\spad{ts} is \\indented{1}{a TaylorSeries,{} impements the Weierstrass Preparation} \\indented{1}{Theorem. The result is a list of TaylorSeries that} \\indented{1}{are the coefficients of the equivalent series.}")) (|clikeUniv| (((|Mapping| (|SparseUnivariatePolynomial| (|Polynomial| |#1|)) (|Polynomial| |#1|)) (|Symbol|)) "\\spad{clikeUniv(v)} is used internally.")) (|sts2stst| (((|Stream| (|Stream| (|Polynomial| |#1|))) (|Symbol|) (|Stream| (|Polynomial| |#1|))) "\\spad{sts2stst(v,s)} is used internally.")) (|cfirst| (((|Mapping| (|Stream| (|Polynomial| |#1|)) (|Stream| (|Polynomial| |#1|))) (|NonNegativeInteger|)) "\\spad{cfirst n} is used internally.")) (|crest| (((|Mapping| (|Stream| (|Polynomial| |#1|)) (|Stream| (|Polynomial| |#1|))) (|NonNegativeInteger|)) "\\spad{crest n} is used internally.")))
NIL
NIL
-(-1189 K R UP -3093)
+(-1190 K R UP -3094)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a framed algebra over \\spad{R}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")))
NIL
NIL
-(-1190)
+(-1191)
((|constructor| (NIL "This domain represents the syntax of a `where' expression.")) (|qualifier| (((|SpadAst|) $) "\\spad{qualifier(e)} returns the qualifier of the expression `e'.")) (|mainExpression| (((|SpadAst|) $) "\\spad{mainExpression(e)} returns the main expression of the `where' expression `e'.")))
NIL
NIL
-(-1191)
+(-1192)
((|constructor| (NIL "This domain represents the `while' iterator syntax.")) (|condition| (((|SpadAst|) $) "\\spad{condition(i)} returns the condition of the while iterator `i'.")))
NIL
NIL
-(-1192 R |VarSet| E P |vl| |wl| |wtlevel|)
+(-1193 R |VarSet| E P |vl| |wl| |wtlevel|)
((|constructor| (NIL "This domain represents truncated weighted polynomials over a general (not necessarily commutative) polynomial type. The variables must be specified,{} as must the weights. The representation is sparse in the sense that only non-zero terms are represented.")) (|changeWeightLevel| (((|Void|) (|NonNegativeInteger|)) "\\spad{changeWeightLevel(n)} changes the weight level to the new value given: NB: previously calculated terms are not affected")) (/ (((|Union| $ "failed") $ $) "\\spad{x/y} division (only works if minimum weight of divisor is zero,{} and if \\spad{R} is a Field)")))
-((-3991 |has| |#1| (-146)) (-3990 |has| |#1| (-146)) (-3993 . T))
+((-3992 |has| |#1| (-146)) (-3991 |has| |#1| (-146)) (-3994 . T))
((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))))
-(-1193 R E V P)
+(-1194 R E V P)
((|constructor| (NIL "A domain constructor of the category \\axiomType{GeneralTriangularSet}. The only requirement for a list of polynomials to be a member of such a domain is the following: no polynomial is constant and two distinct polynomials have distinct main variables. Such a triangular set may not be auto-reduced or consistent. The \\axiomOpFrom{construct}{WuWenTsunTriangularSet} operation does not check the previous requirement. Triangular sets are stored as sorted lists \\spad{w}.\\spad{r}.\\spad{t}. the main variables of their members. Furthermore,{} this domain exports operations dealing with the characteristic set method of Wu Wen Tsun and some optimizations mainly proposed by Dong Ming Wang.\\newline References : \\indented{1}{[1] \\spad{W}. \\spad{T}. WU \"A Zero Structure Theorem for polynomial equations solving\"} \\indented{6}{MM Research Preprints,{} 1987.} \\indented{1}{[2] \\spad{D}. \\spad{M}. WANG \"An implementation of the characteristic set method in Maple\"} \\indented{6}{Proc. \\spad{DISCO'92}. Bath,{} England.}")) (|characteristicSerie| (((|List| $) (|List| |#4|)) "\\axiom{characteristicSerie(ps)} returns the same as \\axiom{characteristicSerie(ps,{}initiallyReduced?,{}initiallyReduce)}.") (((|List| $) (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{characteristicSerie(ps,{}redOp?,{}redOp)} returns a list \\axiom{lts} of triangular sets such that the zero set of \\axiom{ps} is the union of the regular zero sets of the members of \\axiom{lts}. This is made by the Ritt and Wu Wen Tsun process applying the operation \\axiom{characteristicSet(ps,{}redOp?,{}redOp)} to compute characteristic sets in Wu Wen Tsun sense.")) (|characteristicSet| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{characteristicSet(ps)} returns the same as \\axiom{characteristicSet(ps,{}initiallyReduced?,{}initiallyReduce)}.") (((|Union| $ "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{characteristicSet(ps,{}redOp?,{}redOp)} returns a non-contradictory characteristic set of \\axiom{ps} in Wu Wen Tsun sense \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?} (using \\axiom{redOp} to reduce polynomials \\spad{w}.\\spad{r}.\\spad{t} a \\axiom{redOp?} basic set),{} if no non-zero constant polynomial appear during those reductions,{} else \\axiom{\"failed\"} is returned. The operations \\axiom{redOp} and \\axiom{redOp?} must satisfy the following conditions: \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} holds for every polynomials \\axiom{\\spad{p},{}\\spad{q}} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that we have \\axiom{init(\\spad{q})^e*p = f*q + redOp(\\spad{p},{}\\spad{q})}.")) (|medialSet| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{medial(ps)} returns the same as \\axiom{medialSet(ps,{}initiallyReduced?,{}initiallyReduce)}.") (((|Union| $ "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{medialSet(ps,{}redOp?,{}redOp)} returns \\axiom{bs} a basic set (in Wu Wen Tsun sense \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?}) of some set generating the same ideal as \\axiom{ps} (with rank not higher than any basic set of \\axiom{ps}),{} if no non-zero constant polynomials appear during the computatioms,{} else \\axiom{\"failed\"} is returned. In the former case,{} \\axiom{bs} has to be understood as a candidate for being a characteristic set of \\axiom{ps}. In the original algorithm,{} \\axiom{bs} is simply a basic set of \\axiom{ps}.")))
-((-3997 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1013))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (|HasCategory| |#4| (QUOTE (-553 (-473)))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-495))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-552 (-772)))) (|HasCategory| |#4| (QUOTE (-1013))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|))))
-(-1194 R)
+NIL
+((-12 (|HasCategory| |#4| (QUOTE (-1014))) (|HasCategory| |#4| (|%list| (QUOTE -260) (|devaluate| |#4|)))) (|HasCategory| |#4| (QUOTE (-554 (-474)))) (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| |#1| (QUOTE (-496))) (|HasCategory| |#3| (QUOTE (-320))) (|HasCategory| |#4| (QUOTE (-553 (-773)))) (|HasCategory| |#4| (QUOTE (-1014))) (-12 (|HasCategory| |#4| (QUOTE (-72))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|)))) (|HasCategory| $ (|%list| (QUOTE -318) (|devaluate| |#4|))))
+(-1195 R)
((|constructor| (NIL "This is the category of algebras over non-commutative rings. It is used by constructors of non-commutative algebras such as: \\indented{4}{\\spadtype{XPolynomialRing}.} \\indented{4}{\\spadtype{XFreeAlgebra}} Author: Michel Petitot (petitot@lifl.fr)")))
-((-3990 . T) (-3991 . T) (-3993 . T))
+((-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1195 |vl| R)
+(-1196 |vl| R)
((|constructor| (NIL "\\indented{2}{This type supports distributed multivariate polynomials} whose variables do not commute. The coefficient ring may be non-commutative too. However,{} coefficients and variables commute.")))
-((-3993 . T) (-3989 |has| |#2| (-6 -3989)) (-3991 . T) (-3990 . T))
-((|HasCategory| |#2| (QUOTE (-146))) (|HasAttribute| |#2| (QUOTE -3989)))
-(-1196 R |VarSet| XPOLY)
+((-3994 . T) (-3990 |has| |#2| (-6 -3990)) (-3992 . T) (-3991 . T))
+((|HasCategory| |#2| (QUOTE (-146))) (|HasAttribute| |#2| (QUOTE -3990)))
+(-1197 R |VarSet| XPOLY)
((|constructor| (NIL "This package provides computations of logarithms and exponentials for polynomials in non-commutative variables. \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|Hausdorff| ((|#3| |#3| |#3| (|NonNegativeInteger|)) "\\axiom{Hausdorff(a,{}\\spad{b},{}\\spad{n})} returns log(exp(a)*exp(\\spad{b})) truncated at order \\axiom{\\spad{n}}.")) (|log| ((|#3| |#3| (|NonNegativeInteger|)) "\\axiom{log(\\spad{p},{} \\spad{n})} returns the logarithm of \\axiom{\\spad{p}} truncated at order \\axiom{\\spad{n}}.")) (|exp| ((|#3| |#3| (|NonNegativeInteger|)) "\\axiom{exp(\\spad{p},{} \\spad{n})} returns the exponential of \\axiom{\\spad{p}} truncated at order \\axiom{\\spad{n}}.")))
NIL
NIL
-(-1197 S -3093)
+(-1198 S -3094)
((|constructor| (NIL "ExtensionField {\\em F} is the category of fields which extend the field \\spad{F}")) (|Frobenius| (($ $ (|NonNegativeInteger|)) "\\spad{Frobenius(a,s)} returns \\spad{a**(q**s)} where \\spad{q} is the size()\\$\\spad{F}.") (($ $) "\\spad{Frobenius(a)} returns \\spad{a ** q} where \\spad{q} is the \\spad{size()\\$F}.")) (|transcendenceDegree| (((|NonNegativeInteger|)) "\\spad{transcendenceDegree()} returns the transcendence degree of the field extension,{} 0 if the extension is algebraic.")) (|extensionDegree| (((|OnePointCompletion| (|PositiveInteger|))) "\\spad{extensionDegree()} returns the degree of the field extension if the extension is algebraic,{} and \\spad{infinity} if it is not.")) (|degree| (((|OnePointCompletion| (|PositiveInteger|)) $) "\\spad{degree(a)} returns the degree of minimal polynomial of an element \\spad{a} if \\spad{a} is algebraic with respect to the ground field \\spad{F},{} and \\spad{infinity} otherwise.")) (|inGroundField?| (((|Boolean|) $) "\\spad{inGroundField?(a)} tests whether an element \\spad{a} is already in the ground field \\spad{F}.")) (|transcendent?| (((|Boolean|) $) "\\spad{transcendent?(a)} tests whether an element \\spad{a} is transcendent with respect to the ground field \\spad{F}.")) (|algebraic?| (((|Boolean|) $) "\\spad{algebraic?(a)} tests whether an element \\spad{a} is algebraic with respect to the ground field \\spad{F}.")))
NIL
((|HasCategory| |#2| (QUOTE (-320))) (|HasCategory| |#2| (QUOTE (-118))) (|HasCategory| |#2| (QUOTE (-120))))
-(-1198 -3093)
+(-1199 -3094)
((|constructor| (NIL "ExtensionField {\\em F} is the category of fields which extend the field \\spad{F}")) (|Frobenius| (($ $ (|NonNegativeInteger|)) "\\spad{Frobenius(a,s)} returns \\spad{a**(q**s)} where \\spad{q} is the size()\\$\\spad{F}.") (($ $) "\\spad{Frobenius(a)} returns \\spad{a ** q} where \\spad{q} is the \\spad{size()\\$F}.")) (|transcendenceDegree| (((|NonNegativeInteger|)) "\\spad{transcendenceDegree()} returns the transcendence degree of the field extension,{} 0 if the extension is algebraic.")) (|extensionDegree| (((|OnePointCompletion| (|PositiveInteger|))) "\\spad{extensionDegree()} returns the degree of the field extension if the extension is algebraic,{} and \\spad{infinity} if it is not.")) (|degree| (((|OnePointCompletion| (|PositiveInteger|)) $) "\\spad{degree(a)} returns the degree of minimal polynomial of an element \\spad{a} if \\spad{a} is algebraic with respect to the ground field \\spad{F},{} and \\spad{infinity} otherwise.")) (|inGroundField?| (((|Boolean|) $) "\\spad{inGroundField?(a)} tests whether an element \\spad{a} is already in the ground field \\spad{F}.")) (|transcendent?| (((|Boolean|) $) "\\spad{transcendent?(a)} tests whether an element \\spad{a} is transcendent with respect to the ground field \\spad{F}.")) (|algebraic?| (((|Boolean|) $) "\\spad{algebraic?(a)} tests whether an element \\spad{a} is algebraic with respect to the ground field \\spad{F}.")))
-((-3988 . T) (-3994 . T) (-3989 . T) ((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+((-3989 . T) (-3995 . T) (-3990 . T) ((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
-(-1199 |vl| R)
+(-1200 |vl| R)
((|constructor| (NIL "This category specifies opeations for polynomials and formal series with non-commutative variables.")) (|varList| (((|List| |#1|) $) "\\spad{varList(x)} returns the list of variables which appear in \\spad{x}.")) (|map| (($ (|Mapping| |#2| |#2|) $) "\\spad{map(fn,x)} returns \\spad{Sum(fn(r_i) w_i)} if \\spad{x} writes \\spad{Sum(r_i w_i)}.")) (|sh| (($ $ (|NonNegativeInteger|)) "\\spad{sh(x,n)} returns the shuffle power of \\spad{x} to the \\spad{n}.") (($ $ $) "\\spad{sh(x,y)} returns the shuffle-product of \\spad{x} by \\spad{y}. This multiplication is associative and commutative.")) (|quasiRegular| (($ $) "\\spad{quasiRegular(x)} return \\spad{x} minus its constant term.")) (|quasiRegular?| (((|Boolean|) $) "\\spad{quasiRegular?(x)} return \\spad{true} if \\spad{constant(x)} is zero.")) (|constant| ((|#2| $) "\\spad{constant(x)} returns the constant term of \\spad{x}.")) (|constant?| (((|Boolean|) $) "\\spad{constant?(x)} returns \\spad{true} if \\spad{x} is constant.")) (|coerce| (($ |#1|) "\\spad{coerce(v)} returns \\spad{v}.")) (|mirror| (($ $) "\\spad{mirror(x)} returns \\spad{Sum(r_i mirror(w_i))} if \\spad{x} writes \\spad{Sum(r_i w_i)}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(x)} returns \\spad{true} if \\spad{x} is a monomial")) (|monom| (($ (|OrderedFreeMonoid| |#1|) |#2|) "\\spad{monom(w,r)} returns the product of the word \\spad{w} by the coefficient \\spad{r}.")) (|rquo| (($ $ $) "\\spad{rquo(x,y)} returns the right simplification of \\spad{x} by \\spad{y}.") (($ $ (|OrderedFreeMonoid| |#1|)) "\\spad{rquo(x,w)} returns the right simplification of \\spad{x} by \\spad{w}.") (($ $ |#1|) "\\spad{rquo(x,v)} returns the right simplification of \\spad{x} by the variable \\spad{v}.")) (|lquo| (($ $ $) "\\spad{lquo(x,y)} returns the left simplification of \\spad{x} by \\spad{y}.") (($ $ (|OrderedFreeMonoid| |#1|)) "\\spad{lquo(x,w)} returns the left simplification of \\spad{x} by the word \\spad{w}.") (($ $ |#1|) "\\spad{lquo(x,v)} returns the left simplification of \\spad{x} by the variable \\spad{v}.")) (|coef| ((|#2| $ $) "\\spad{coef(x,y)} returns scalar product of \\spad{x} by \\spad{y},{} the set of words being regarded as an orthogonal basis.") ((|#2| $ (|OrderedFreeMonoid| |#1|)) "\\spad{coef(x,w)} returns the coefficient of the word \\spad{w} in \\spad{x}.")) (|mindegTerm| (((|Record| (|:| |k| (|OrderedFreeMonoid| |#1|)) (|:| |c| |#2|)) $) "\\spad{mindegTerm(x)} returns the term whose word is \\spad{mindeg(x)}.")) (|mindeg| (((|OrderedFreeMonoid| |#1|) $) "\\spad{mindeg(x)} returns the little word which appears in \\spad{x}. Error if \\spad{x=0}.")) (* (($ $ |#2|) "\\spad{x * r} returns the product of \\spad{x} by \\spad{r}. Usefull if \\spad{R} is a non-commutative Ring.") (($ |#1| $) "\\spad{v * x} returns the product of a variable \\spad{x} by \\spad{x}.")))
-((-3989 |has| |#2| (-6 -3989)) (-3991 . T) (-3990 . T) (-3993 . T))
+((-3990 |has| |#2| (-6 -3990)) (-3992 . T) (-3991 . T) (-3994 . T))
NIL
-(-1200 |VarSet| R)
+(-1201 |VarSet| R)
((|constructor| (NIL "This domain constructor implements polynomials in non-commutative variables written in the Poincare-Birkhoff-Witt basis from the Lyndon basis. These polynomials can be used to compute Baker-Campbell-Hausdorff relations. \\newline Author: Michel Petitot (petitot@lifl.fr).")) (|log| (($ $ (|NonNegativeInteger|)) "\\axiom{log(\\spad{p},{}\\spad{n})} returns the logarithm of \\axiom{\\spad{p}} (truncated up to order \\axiom{\\spad{n}}).")) (|exp| (($ $ (|NonNegativeInteger|)) "\\axiom{exp(\\spad{p},{}\\spad{n})} returns the exponential of \\axiom{\\spad{p}} (truncated up to order \\axiom{\\spad{n}}).")) (|product| (($ $ $ (|NonNegativeInteger|)) "\\axiom{product(a,{}\\spad{b},{}\\spad{n})} returns \\axiom{a*b} (truncated up to order \\axiom{\\spad{n}}).")) (|LiePolyIfCan| (((|Union| (|LiePolynomial| |#1| |#2|) "failed") $) "\\axiom{LiePolyIfCan(\\spad{p})} return \\axiom{\\spad{p}} if \\axiom{\\spad{p}} is a Lie polynomial.")) (|coerce| (((|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{p})} returns \\axiom{\\spad{p}} as a recursive polynomial.") (((|XDistributedPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{p})} returns \\axiom{\\spad{p}} as a distributed polynomial.") (($ (|LiePolynomial| |#1| |#2|)) "\\axiom{coerce(\\spad{p})} returns \\axiom{\\spad{p}}.")))
-((-3989 |has| |#2| (-6 -3989)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-654 (-350 (-484))))) (|HasAttribute| |#2| (QUOTE -3989)))
-(-1201 R)
+((-3990 |has| |#2| (-6 -3990)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#2| (QUOTE (-146))) (|HasCategory| |#2| (QUOTE (-655 (-350 (-485))))) (|HasAttribute| |#2| (QUOTE -3990)))
+(-1202 R)
((|constructor| (NIL "\\indented{2}{This type supports multivariate polynomials} whose set of variables is \\spadtype{Symbol}. The representation is recursive. The coefficient ring may be non-commutative and the variables do not commute. However,{} coefficients and variables commute.")))
-((-3989 |has| |#1| (-6 -3989)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (|HasAttribute| |#1| (QUOTE -3989)))
-(-1202 |vl| R)
+((-3990 |has| |#1| (-6 -3990)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (|HasAttribute| |#1| (QUOTE -3990)))
+(-1203 |vl| R)
((|constructor| (NIL "The Category of polynomial rings with non-commutative variables. The coefficient ring may be non-commutative too. However coefficients commute with vaiables.")) (|trunc| (($ $ (|NonNegativeInteger|)) "\\spad{trunc(p,n)} returns the polynomial \\spad{p} truncated at order \\spad{n}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(p)} returns the degree of \\spad{p}. \\indented{1}{Note that the degree of a word is its length.}")) (|maxdeg| (((|OrderedFreeMonoid| |#1|) $) "\\spad{maxdeg(p)} returns the greatest leading word in the support of \\spad{p}.")))
-((-3989 |has| |#2| (-6 -3989)) (-3991 . T) (-3990 . T) (-3993 . T))
+((-3990 |has| |#2| (-6 -3990)) (-3992 . T) (-3991 . T) (-3994 . T))
NIL
-(-1203 R E)
+(-1204 R E)
((|constructor| (NIL "This domain represents generalized polynomials with coefficients (from a not necessarily commutative ring),{} and words belonging to an arbitrary \\spadtype{OrderedMonoid}. This type is used,{} for instance,{} by the \\spadtype{XDistributedPolynomial} domain constructor where the Monoid is free.")) (|canonicalUnitNormal| ((|attribute|) "canonicalUnitNormal guarantees that the function unitCanonical returns the same representative for all associates of any particular element.")) (/ (($ $ |#1|) "\\spad{p/r} returns \\spad{p*(1/r)}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,x)} returns \\spad{Sum(fn(r_i) w_i)} if \\spad{x} writes \\spad{Sum(r_i w_i)}.")) (|quasiRegular| (($ $) "\\spad{quasiRegular(x)} return \\spad{x} minus its constant term.")) (|quasiRegular?| (((|Boolean|) $) "\\spad{quasiRegular?(x)} return \\spad{true} if \\spad{constant(p)} is zero.")) (|constant| ((|#1| $) "\\spad{constant(p)} return the constant term of \\spad{p}.")) (|constant?| (((|Boolean|) $) "\\spad{constant?(p)} tests whether the polynomial \\spad{p} belongs to the coefficient ring.")) (|coef| ((|#1| $ |#2|) "\\spad{coef(p,e)} extracts the coefficient of the monomial \\spad{e}. Returns zero if \\spad{e} is not present.")) (|reductum| (($ $) "\\spad{reductum(p)} returns \\spad{p} minus its leading term. An error is produced if \\spad{p} is zero.")) (|mindeg| ((|#2| $) "\\spad{mindeg(p)} returns the smallest word occurring in the polynomial \\spad{p} with a non-zero coefficient. An error is produced if \\spad{p} is zero.")) (|maxdeg| ((|#2| $) "\\spad{maxdeg(p)} returns the greatest word occurring in the polynomial \\spad{p} with a non-zero coefficient. An error is produced if \\spad{p} is zero.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# p} returns the number of terms in \\spad{p}.")) (* (($ $ |#1|) "\\spad{p*r} returns the product of \\spad{p} by \\spad{r}.")))
-((-3993 . T) (-3994 |has| |#1| (-6 -3994)) (-3989 |has| |#1| (-6 -3989)) (-3991 . T) (-3990 . T))
-((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3993)) (|HasAttribute| |#1| (QUOTE -3994)) (|HasAttribute| |#1| (QUOTE -3989)))
-(-1204 |VarSet| R)
+((-3994 . T) (-3995 |has| |#1| (-6 -3995)) (-3990 |has| |#1| (-6 -3990)) (-3992 . T) (-3991 . T))
+((|HasCategory| |#1| (QUOTE (-146))) (|HasCategory| |#1| (QUOTE (-312))) (|HasAttribute| |#1| (QUOTE -3994)) (|HasAttribute| |#1| (QUOTE -3995)) (|HasAttribute| |#1| (QUOTE -3990)))
+(-1205 |VarSet| R)
((|constructor| (NIL "\\indented{2}{This type supports multivariate polynomials} whose variables do not commute. The representation is recursive. The coefficient ring may be non-commutative. Coefficients and variables commute.")) (|RemainderList| (((|List| (|Record| (|:| |k| |#1|) (|:| |c| $))) $) "\\spad{RemainderList(p)} returns the regular part of \\spad{p} as a list of terms.")) (|unexpand| (($ (|XDistributedPolynomial| |#1| |#2|)) "\\spad{unexpand(p)} returns \\spad{p} in recursive form.")) (|expand| (((|XDistributedPolynomial| |#1| |#2|) $) "\\spad{expand(p)} returns \\spad{p} in distributed form.")))
-((-3989 |has| |#2| (-6 -3989)) (-3991 . T) (-3990 . T) (-3993 . T))
-((|HasCategory| |#2| (QUOTE (-146))) (|HasAttribute| |#2| (QUOTE -3989)))
-(-1205)
+((-3990 |has| |#2| (-6 -3990)) (-3992 . T) (-3991 . T) (-3994 . T))
+((|HasCategory| |#2| (QUOTE (-146))) (|HasAttribute| |#2| (QUOTE -3990)))
+(-1206)
((|constructor| (NIL "This domain provides representations of Young diagrams.")) (|shape| (((|Partition|) $) "\\spad{shape x} returns the partition shaping \\spad{x}.")) (|youngDiagram| (($ (|List| (|PositiveInteger|))) "\\spad{youngDiagram l} returns an object representing a Young diagram with shape given by the list of integers \\spad{l}")))
NIL
NIL
-(-1206 A)
+(-1207 A)
((|constructor| (NIL "This package implements fixed-point computations on streams.")) (Y (((|List| (|Stream| |#1|)) (|Mapping| (|List| (|Stream| |#1|)) (|List| (|Stream| |#1|))) (|Integer|)) "\\spad{Y(g,n)} computes a fixed point of the function \\spad{g},{} where \\spad{g} takes a list of \\spad{n} streams and returns a list of \\spad{n} streams.") (((|Stream| |#1|) (|Mapping| (|Stream| |#1|) (|Stream| |#1|))) "\\spad{Y(f)} computes a fixed point of the function \\spad{f}.")))
NIL
NIL
-(-1207 R |ls| |ls2|)
+(-1208 R |ls| |ls2|)
((|constructor| (NIL "A package for computing symbolically the complex and real roots of zero-dimensional algebraic systems over the integer or rational numbers. Complex roots are given by means of univariate representations of irreducible regular chains. Real roots are given by means of tuples of coordinates lying in the \\spadtype{RealClosure} of the coefficient ring. This constructor takes three arguments. The first one \\spad{R} is the coefficient ring. The second one \\spad{ls} is the list of variables involved in the systems to solve. The third one must be \\spad{concat(ls,s)} where \\spad{s} is an additional symbol used for the univariate representations. WARNING: The third argument is not checked. All operations are based on triangular decompositions. The default is to compute these decompositions directly from the input system by using the \\spadtype{RegularChain} domain constructor. The lexTriangular algorithm can also be used for computing these decompositions (see the \\spadtype{LexTriangularPackage} package constructor). For that purpose,{} the operations \\axiomOpFrom{univariateSolve}{ZeroDimensionalSolvePackage},{} \\axiomOpFrom{realSolve}{ZeroDimensionalSolvePackage} and \\axiomOpFrom{positiveSolve}{ZeroDimensionalSolvePackage} admit an optional argument. \\newline Author: Marc Moreno Maza.")) (|convert| (((|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|))) (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#3|)) (|OrderedVariableList| |#3|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)))) "\\spad{convert(st)} returns the members of \\spad{st}.") (((|SparseUnivariatePolynomial| (|RealClosure| (|Fraction| |#1|))) (|SparseUnivariatePolynomial| |#1|)) "\\spad{convert(u)} converts \\spad{u}.") (((|Polynomial| (|RealClosure| (|Fraction| |#1|))) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|))) "\\spad{convert(q)} converts \\spad{q}.") (((|Polynomial| (|RealClosure| (|Fraction| |#1|))) (|Polynomial| |#1|)) "\\spad{convert(p)} converts \\spad{p}.") (((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) "\\spad{convert(q)} converts \\spad{q}.")) (|squareFree| (((|List| (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#3|)) (|OrderedVariableList| |#3|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)))) (|RegularChain| |#1| |#2|)) "\\spad{squareFree(ts)} returns the square-free factorization of \\spad{ts}. Moreover,{} each factor is a Lazard triangular set and the decomposition is a Kalkbrener split of \\spad{ts},{} which is enough here for the matter of solving zero-dimensional algebraic systems. WARNING: \\spad{ts} is not checked to be zero-dimensional.")) (|positiveSolve| (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|))) "\\spad{positiveSolve(lp)} returns the same as \\spad{positiveSolve(lp,false,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{positiveSolve(lp)} returns the same as \\spad{positiveSolve(lp,info?,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{positiveSolve(lp,info?,lextri?)} returns the set of the points in the variety associated with \\spad{lp} whose coordinates are (real) strictly positive. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during decomposition into regular chains. If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}. WARNING: For each set of coordinates given by \\spad{positiveSolve(lp,info?,lextri?)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|RegularChain| |#1| |#2|)) "\\spad{positiveSolve(ts)} returns the points of the regular set of \\spad{ts} with (real) strictly positive coordinates.")) (|realSolve| (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|))) "\\spad{realSolve(lp)} returns the same as \\spad{realSolve(ts,false,false,false)}") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{realSolve(ts,info?)} returns the same as \\spad{realSolve(ts,info?,false,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{realSolve(ts,info?,check?)} returns the same as \\spad{realSolve(ts,info?,check?,false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{realSolve(ts,info?,check?,lextri?)} returns the set of the points in the variety associated with \\spad{lp} whose coordinates are all real. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during decomposition into regular chains. If \\spad{check?} is \\spad{true} then the result is checked. If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(lp,{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}. WARNING: For each set of coordinates given by \\spad{realSolve(ts,info?,check?,lextri?)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|RegularChain| |#1| |#2|)) "\\spad{realSolve(ts)} returns the set of the points in the regular zero set of \\spad{ts} whose coordinates are all real. WARNING: For each set of coordinates given by \\spad{realSolve(ts)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.")) (|univariateSolve| (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{univariateSolve(lp)} returns the same as \\spad{univariateSolve(lp,false,false,false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{univariateSolve(lp,info?)} returns the same as \\spad{univariateSolve(lp,info?,false,false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{univariateSolve(lp,info?,check?)} returns the same as \\spad{univariateSolve(lp,info?,check?,false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{univariateSolve(lp,info?,check?,lextri?)} returns a univariate representation of the variety associated with \\spad{lp}. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during the decomposition into regular chains. If \\spad{check?} is \\spad{true} then the result is checked. See \\axiomOpFrom{rur}{RationalUnivariateRepresentationPackage}(\\spad{lp},{}\\spad{true}). If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|RegularChain| |#1| |#2|)) "\\spad{univariateSolve(ts)} returns a univariate representation of \\spad{ts}. See \\axiomOpFrom{rur}{RationalUnivariateRepresentationPackage}(lp,{}\\spad{true}).")) (|triangSolve| (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|))) "\\spad{triangSolve(lp)} returns the same as \\spad{triangSolve(lp,false,false)}") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{triangSolve(lp,info?)} returns the same as \\spad{triangSolve(lp,false)}") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{triangSolve(lp,info?,lextri?)} decomposes the variety associated with \\axiom{\\spad{lp}} into regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{\\spad{lp}} needs to generate a zero-dimensional ideal. If \\axiom{\\spad{lp}} is not zero-dimensional then the result is only a decomposition of its zero-set in the sense of the closure (\\spad{w}.\\spad{r}.\\spad{t}. Zarisky topology). Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during the computations. See \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory}(\\spad{lp},{}\\spad{true},{}\\spad{info?}). If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}.")))
NIL
NIL
-(-1208 R)
+(-1209 R)
((|constructor| (NIL "Test for linear dependence over the integers.")) (|solveLinearlyOverQ| (((|Union| (|Vector| (|Fraction| (|Integer|))) "failed") (|Vector| |#1|) |#1|) "\\spad{solveLinearlyOverQ([v1,...,vn], u)} returns \\spad{[c1,...,cn]} such that \\spad{c1*v1 + ... + cn*vn = u},{} \"failed\" if no such rational numbers \\spad{ci}'s exist.")) (|linearDependenceOverZ| (((|Union| (|Vector| (|Integer|)) "failed") (|Vector| |#1|)) "\\spad{linearlyDependenceOverZ([v1,...,vn])} returns \\spad{[c1,...,cn]} if \\spad{c1*v1 + ... + cn*vn = 0} and not all the \\spad{ci}'s are 0,{} \"failed\" if the \\spad{vi}'s are linearly independent over the integers.")) (|linearlyDependentOverZ?| (((|Boolean|) (|Vector| |#1|)) "\\spad{linearlyDependentOverZ?([v1,...,vn])} returns \\spad{true} if the \\spad{vi}'s are linearly dependent over the integers,{} \\spad{false} otherwise.")))
NIL
NIL
-(-1209 |p|)
+(-1210 |p|)
((|constructor| (NIL "IntegerMod(\\spad{n}) creates the ring of integers reduced modulo the integer \\spad{n}.")))
-(((-3998 "*") . T) (-3990 . T) (-3991 . T) (-3993 . T))
+(((-3999 "*") . T) (-3991 . T) (-3992 . T) (-3994 . T))
NIL
NIL
NIL
@@ -4784,4 +4788,4 @@ NIL
NIL
NIL
NIL
-((-3 NIL 1968423 1968428 1968433 1968438) (-2 NIL 1968403 1968408 1968413 1968418) (-1 NIL 1968383 1968388 1968393 1968398) (0 NIL 1968363 1968368 1968373 1968378) (-1209 "ZMOD.spad" 1968172 1968185 1968301 1968358) (-1208 "ZLINDEP.spad" 1967270 1967281 1968162 1968167) (-1207 "ZDSOLVE.spad" 1957231 1957253 1967260 1967265) (-1206 "YSTREAM.spad" 1956726 1956737 1957221 1957226) (-1205 "YDIAGRAM.spad" 1956360 1956369 1956716 1956721) (-1204 "XRPOLY.spad" 1955580 1955600 1956216 1956285) (-1203 "XPR.spad" 1953375 1953388 1955298 1955397) (-1202 "XPOLYC.spad" 1952694 1952710 1953301 1953370) (-1201 "XPOLY.spad" 1952249 1952260 1952550 1952619) (-1200 "XPBWPOLY.spad" 1950720 1950740 1952055 1952124) (-1199 "XFALG.spad" 1947768 1947784 1950646 1950715) (-1198 "XF.spad" 1946231 1946246 1947670 1947763) (-1197 "XF.spad" 1944674 1944691 1946115 1946120) (-1196 "XEXPPKG.spad" 1943933 1943959 1944664 1944669) (-1195 "XDPOLY.spad" 1943547 1943563 1943789 1943858) (-1194 "XALG.spad" 1943215 1943226 1943503 1943542) (-1193 "WUTSET.spad" 1939069 1939086 1942700 1942715) (-1192 "WP.spad" 1938276 1938320 1938927 1938994) (-1191 "WHILEAST.spad" 1938074 1938083 1938266 1938271) (-1190 "WHEREAST.spad" 1937745 1937754 1938064 1938069) (-1189 "WFFINTBS.spad" 1935408 1935430 1937735 1937740) (-1188 "WEIER.spad" 1933630 1933641 1935398 1935403) (-1187 "VSPACE.spad" 1933303 1933314 1933598 1933625) (-1186 "VSPACE.spad" 1932996 1933009 1933293 1933298) (-1185 "VOID.spad" 1932673 1932682 1932986 1932991) (-1184 "VIEWDEF.spad" 1927874 1927883 1932663 1932668) (-1183 "VIEW3D.spad" 1911835 1911844 1927864 1927869) (-1182 "VIEW2D.spad" 1899734 1899743 1911825 1911830) (-1181 "VIEW.spad" 1897454 1897463 1899724 1899729) (-1180 "VECTOR2.spad" 1896093 1896106 1897444 1897449) (-1179 "VECTOR.spad" 1894499 1894510 1894750 1894765) (-1178 "VECTCAT.spad" 1892423 1892434 1894479 1894494) (-1177 "VECTCAT.spad" 1890144 1890157 1892202 1892207) (-1176 "VARIABLE.spad" 1889924 1889939 1890134 1890139) (-1175 "UTYPE.spad" 1889568 1889577 1889914 1889919) (-1174 "UTSODETL.spad" 1888863 1888887 1889524 1889529) (-1173 "UTSODE.spad" 1887079 1887099 1888853 1888858) (-1172 "UTSCAT.spad" 1884558 1884574 1886977 1887074) (-1171 "UTSCAT.spad" 1881705 1881723 1884126 1884131) (-1170 "UTS2.spad" 1881300 1881335 1881695 1881700) (-1169 "UTS.spad" 1876312 1876340 1879832 1879929) (-1168 "URAGG.spad" 1871033 1871044 1876302 1876307) (-1167 "URAGG.spad" 1865690 1865703 1870961 1870966) (-1166 "UPXSSING.spad" 1863458 1863484 1864894 1865027) (-1165 "UPXSCONS.spad" 1861276 1861296 1861649 1861798) (-1164 "UPXSCCA.spad" 1859847 1859867 1861122 1861271) (-1163 "UPXSCCA.spad" 1858560 1858582 1859837 1859842) (-1162 "UPXSCAT.spad" 1857149 1857165 1858406 1858555) (-1161 "UPXS2.spad" 1856692 1856745 1857139 1857144) (-1160 "UPXS.spad" 1854047 1854075 1854883 1855032) (-1159 "UPSQFREE.spad" 1852462 1852476 1854037 1854042) (-1158 "UPSCAT.spad" 1850257 1850281 1852360 1852457) (-1157 "UPSCAT.spad" 1847753 1847779 1849858 1849863) (-1156 "UPOLYC2.spad" 1847224 1847243 1847743 1847748) (-1155 "UPOLYC.spad" 1842304 1842315 1847066 1847219) (-1154 "UPOLYC.spad" 1837302 1837315 1842066 1842071) (-1153 "UPMP.spad" 1836234 1836247 1837292 1837297) (-1152 "UPDIVP.spad" 1835799 1835813 1836224 1836229) (-1151 "UPDECOMP.spad" 1834060 1834074 1835789 1835794) (-1150 "UPCDEN.spad" 1833277 1833293 1834050 1834055) (-1149 "UP2.spad" 1832641 1832662 1833267 1833272) (-1148 "UP.spad" 1830111 1830126 1830498 1830651) (-1147 "UNISEG2.spad" 1829608 1829621 1830067 1830072) (-1146 "UNISEG.spad" 1828961 1828972 1829527 1829532) (-1145 "UNIFACT.spad" 1828064 1828076 1828951 1828956) (-1144 "ULSCONS.spad" 1821910 1821930 1822280 1822429) (-1143 "ULSCCAT.spad" 1819647 1819667 1821756 1821905) (-1142 "ULSCCAT.spad" 1817492 1817514 1819603 1819608) (-1141 "ULSCAT.spad" 1815732 1815748 1817338 1817487) (-1140 "ULS2.spad" 1815246 1815299 1815722 1815727) (-1139 "ULS.spad" 1807279 1807307 1808224 1808647) (-1138 "UINT8.spad" 1807156 1807165 1807269 1807274) (-1137 "UINT64.spad" 1807032 1807041 1807146 1807151) (-1136 "UINT32.spad" 1806908 1806917 1807022 1807027) (-1135 "UINT16.spad" 1806784 1806793 1806898 1806903) (-1134 "UFD.spad" 1805849 1805858 1806710 1806779) (-1133 "UFD.spad" 1804976 1804987 1805839 1805844) (-1132 "UDVO.spad" 1803857 1803866 1804966 1804971) (-1131 "UDPO.spad" 1801438 1801449 1803813 1803818) (-1130 "TYPEAST.spad" 1801357 1801366 1801428 1801433) (-1129 "TYPE.spad" 1801289 1801298 1801347 1801352) (-1128 "TWOFACT.spad" 1799941 1799956 1801279 1801284) (-1127 "TUPLE.spad" 1799448 1799459 1799853 1799858) (-1126 "TUBETOOL.spad" 1796315 1796324 1799438 1799443) (-1125 "TUBE.spad" 1794962 1794979 1796305 1796310) (-1124 "TSETCAT.spad" 1783045 1783062 1794942 1794957) (-1123 "TSETCAT.spad" 1771102 1771121 1783001 1783006) (-1122 "TS.spad" 1769730 1769746 1770696 1770793) (-1121 "TRMANIP.spad" 1764094 1764111 1769418 1769423) (-1120 "TRIMAT.spad" 1763057 1763082 1764084 1764089) (-1119 "TRIGMNIP.spad" 1761584 1761601 1763047 1763052) (-1118 "TRIGCAT.spad" 1761096 1761105 1761574 1761579) (-1117 "TRIGCAT.spad" 1760606 1760617 1761086 1761091) (-1116 "TREE.spad" 1759197 1759208 1760229 1760244) (-1115 "TRANFUN.spad" 1759036 1759045 1759187 1759192) (-1114 "TRANFUN.spad" 1758873 1758884 1759026 1759031) (-1113 "TOPSP.spad" 1758547 1758556 1758863 1758868) (-1112 "TOOLSIGN.spad" 1758210 1758221 1758537 1758542) (-1111 "TEXTFILE.spad" 1756771 1756780 1758200 1758205) (-1110 "TEX1.spad" 1756327 1756338 1756761 1756766) (-1109 "TEX.spad" 1753521 1753530 1756317 1756322) (-1108 "TBCMPPK.spad" 1751622 1751645 1753511 1753516) (-1107 "TBAGG.spad" 1750877 1750900 1751602 1751617) (-1106 "TBAGG.spad" 1750140 1750165 1750867 1750872) (-1105 "TANEXP.spad" 1749548 1749559 1750130 1750135) (-1104 "TALGOP.spad" 1749272 1749283 1749538 1749543) (-1103 "TABLEAU.spad" 1748753 1748764 1749262 1749267) (-1102 "TABLE.spad" 1746453 1746476 1746723 1746738) (-1101 "TABLBUMP.spad" 1743232 1743243 1746443 1746448) (-1100 "SYSTEM.spad" 1742460 1742469 1743222 1743227) (-1099 "SYSSOLP.spad" 1739943 1739954 1742450 1742455) (-1098 "SYSPTR.spad" 1739842 1739851 1739933 1739938) (-1097 "SYSNNI.spad" 1739065 1739076 1739832 1739837) (-1096 "SYSINT.spad" 1738469 1738480 1739055 1739060) (-1095 "SYNTAX.spad" 1734803 1734812 1738459 1738464) (-1094 "SYMTAB.spad" 1732871 1732880 1734793 1734798) (-1093 "SYMS.spad" 1728900 1728909 1732861 1732866) (-1092 "SYMPOLY.spad" 1728033 1728044 1728115 1728242) (-1091 "SYMFUNC.spad" 1727534 1727545 1728023 1728028) (-1090 "SYMBOL.spad" 1725029 1725038 1727524 1727529) (-1089 "SUTS.spad" 1722142 1722170 1723561 1723658) (-1088 "SUPXS.spad" 1719484 1719512 1720333 1720482) (-1087 "SUPFRACF.spad" 1718589 1718607 1719474 1719479) (-1086 "SUP2.spad" 1717981 1717994 1718579 1718584) (-1085 "SUP.spad" 1715065 1715076 1715838 1715991) (-1084 "SUMRF.spad" 1714039 1714050 1715055 1715060) (-1083 "SUMFS.spad" 1713668 1713685 1714029 1714034) (-1082 "SULS.spad" 1705688 1705716 1706646 1707069) (-1081 "syntax.spad" 1705457 1705466 1705678 1705683) (-1080 "SUCH.spad" 1705147 1705162 1705447 1705452) (-1079 "SUBSPACE.spad" 1697278 1697293 1705137 1705142) (-1078 "SUBRESP.spad" 1696448 1696462 1697234 1697239) (-1077 "STTFNC.spad" 1692916 1692932 1696438 1696443) (-1076 "STTF.spad" 1689015 1689031 1692906 1692911) (-1075 "STTAYLOR.spad" 1681692 1681703 1688922 1688927) (-1074 "STRTBL.spad" 1679555 1679572 1679704 1679719) (-1073 "STRING.spad" 1678186 1678195 1678571 1678586) (-1072 "STREAM3.spad" 1677759 1677774 1678176 1678181) (-1071 "STREAM2.spad" 1676887 1676900 1677749 1677754) (-1070 "STREAM1.spad" 1676593 1676604 1676877 1676882) (-1069 "STREAM.spad" 1673543 1673554 1676034 1676049) (-1068 "STINPROD.spad" 1672479 1672495 1673533 1673538) (-1067 "STEPAST.spad" 1671713 1671722 1672469 1672474) (-1066 "STEP.spad" 1671030 1671039 1671703 1671708) (-1065 "STBL.spad" 1668833 1668861 1669000 1669015) (-1064 "STAGG.spad" 1667532 1667543 1668823 1668828) (-1063 "STAGG.spad" 1666229 1666242 1667522 1667527) (-1062 "STACK.spad" 1665663 1665674 1665913 1665928) (-1061 "SRING.spad" 1665423 1665432 1665653 1665658) (-1060 "SREGSET.spad" 1663006 1663023 1664908 1664923) (-1059 "SRDCMPK.spad" 1661583 1661603 1662996 1663001) (-1058 "SRAGG.spad" 1656778 1656787 1661563 1661578) (-1057 "SRAGG.spad" 1651981 1651992 1656768 1656773) (-1056 "SQMATRIX.spad" 1649670 1649688 1650586 1650661) (-1055 "SPLTREE.spad" 1644320 1644333 1649116 1649131) (-1054 "SPLNODE.spad" 1640940 1640953 1644310 1644315) (-1053 "SPFCAT.spad" 1639749 1639758 1640930 1640935) (-1052 "SPECOUT.spad" 1638301 1638310 1639739 1639744) (-1051 "SPADXPT.spad" 1630392 1630401 1638291 1638296) (-1050 "spad-parser.spad" 1629857 1629866 1630382 1630387) (-1049 "SPADAST.spad" 1629558 1629567 1629847 1629852) (-1048 "SPACEC.spad" 1613773 1613784 1629548 1629553) (-1047 "SPACE3.spad" 1613549 1613560 1613763 1613768) (-1046 "SORTPAK.spad" 1613098 1613111 1613505 1613510) (-1045 "SOLVETRA.spad" 1610861 1610872 1613088 1613093) (-1044 "SOLVESER.spad" 1609317 1609328 1610851 1610856) (-1043 "SOLVERAD.spad" 1605343 1605354 1609307 1609312) (-1042 "SOLVEFOR.spad" 1603805 1603823 1605333 1605338) (-1041 "SNTSCAT.spad" 1603417 1603434 1603785 1603800) (-1040 "SMTS.spad" 1601734 1601760 1603011 1603108) (-1039 "SMP.spad" 1599542 1599562 1599932 1600059) (-1038 "SMITH.spad" 1598387 1598412 1599532 1599537) (-1037 "SMATCAT.spad" 1596517 1596547 1598343 1598382) (-1036 "SMATCAT.spad" 1594567 1594599 1596395 1596400) (-1035 "aggcat.spad" 1594243 1594254 1594547 1594562) (-1034 "SKAGG.spad" 1593224 1593235 1594223 1594238) (-1033 "SINT.spad" 1592523 1592532 1593090 1593219) (-1032 "SIMPAN.spad" 1592251 1592260 1592513 1592518) (-1031 "SIGNRF.spad" 1591376 1591387 1592241 1592246) (-1030 "SIGNEF.spad" 1590662 1590679 1591366 1591371) (-1029 "syntax.spad" 1590079 1590088 1590652 1590657) (-1028 "SIG.spad" 1589441 1589450 1590069 1590074) (-1027 "SHP.spad" 1587385 1587400 1589397 1589402) (-1026 "SHDP.spad" 1576728 1576755 1577245 1577330) (-1025 "SGROUP.spad" 1576336 1576345 1576718 1576723) (-1024 "SGROUP.spad" 1575942 1575953 1576326 1576331) (-1023 "catdef.spad" 1575652 1575664 1575763 1575937) (-1022 "catdef.spad" 1575208 1575220 1575473 1575647) (-1021 "SGCF.spad" 1568347 1568356 1575198 1575203) (-1020 "SFRTCAT.spad" 1567305 1567322 1568327 1568342) (-1019 "SFRGCD.spad" 1566368 1566388 1567295 1567300) (-1018 "SFQCMPK.spad" 1561181 1561201 1566358 1566363) (-1017 "SEXOF.spad" 1561024 1561064 1561171 1561176) (-1016 "SEXCAT.spad" 1558852 1558892 1561014 1561019) (-1015 "SEX.spad" 1558744 1558753 1558842 1558847) (-1014 "SETMN.spad" 1557204 1557221 1558734 1558739) (-1013 "SETCAT.spad" 1556689 1556698 1557194 1557199) (-1012 "SETCAT.spad" 1556172 1556183 1556679 1556684) (-1011 "SETAGG.spad" 1552721 1552732 1556152 1556167) (-1010 "SETAGG.spad" 1549278 1549291 1552711 1552716) (-1009 "SET.spad" 1547436 1547447 1548535 1548562) (-1008 "syntax.spad" 1547139 1547148 1547426 1547431) (-1007 "SEGXCAT.spad" 1546295 1546308 1547129 1547134) (-1006 "SEGCAT.spad" 1545220 1545231 1546285 1546290) (-1005 "SEGBIND2.spad" 1544918 1544931 1545210 1545215) (-1004 "SEGBIND.spad" 1544676 1544687 1544865 1544870) (-1003 "SEGAST.spad" 1544406 1544415 1544666 1544671) (-1002 "SEG2.spad" 1543841 1543854 1544362 1544367) (-1001 "SEG.spad" 1543654 1543665 1543760 1543765) (-1000 "SDVAR.spad" 1542930 1542941 1543644 1543649) (-999 "SDPOL.spad" 1540623 1540633 1540913 1541040) (-998 "SCPKG.spad" 1538713 1538723 1540613 1540618) (-997 "SCOPE.spad" 1537891 1537899 1538703 1538708) (-996 "SCACHE.spad" 1536588 1536598 1537881 1537886) (-995 "SASTCAT.spad" 1536498 1536506 1536578 1536583) (-994 "SAOS.spad" 1536371 1536379 1536488 1536493) (-993 "SAERFFC.spad" 1536085 1536104 1536361 1536366) (-992 "SAEFACT.spad" 1535787 1535806 1536075 1536080) (-991 "SAE.spad" 1533438 1533453 1534048 1534183) (-990 "RURPK.spad" 1531098 1531113 1533428 1533433) (-989 "RULESET.spad" 1530552 1530575 1531088 1531093) (-988 "RULECOLD.spad" 1530405 1530417 1530542 1530547) (-987 "RULE.spad" 1528654 1528677 1530395 1530400) (-986 "RTVALUE.spad" 1528390 1528398 1528644 1528649) (-985 "syntax.spad" 1528108 1528116 1528380 1528385) (-984 "RSETGCD.spad" 1524551 1524570 1528098 1528103) (-983 "RSETCAT.spad" 1514532 1514548 1524531 1524546) (-982 "RSETCAT.spad" 1504521 1504539 1514522 1514527) (-981 "RSDCMPK.spad" 1503022 1503041 1504511 1504516) (-980 "RRCC.spad" 1501407 1501436 1503012 1503017) (-979 "RRCC.spad" 1499790 1499821 1501397 1501402) (-978 "RPTAST.spad" 1499493 1499501 1499780 1499785) (-977 "RPOLCAT.spad" 1478998 1479012 1499361 1499488) (-976 "RPOLCAT.spad" 1458296 1458312 1478661 1478666) (-975 "ROMAN.spad" 1457625 1457633 1458162 1458291) (-974 "ROIRC.spad" 1456706 1456737 1457615 1457620) (-973 "RNS.spad" 1455683 1455691 1456608 1456701) (-972 "RNS.spad" 1454746 1454756 1455673 1455678) (-971 "RNGBIND.spad" 1453907 1453920 1454701 1454706) (-970 "RNG.spad" 1453516 1453524 1453897 1453902) (-969 "RNG.spad" 1453123 1453133 1453506 1453511) (-968 "RMODULE.spad" 1452905 1452915 1453113 1453118) (-967 "RMCAT2.spad" 1452326 1452382 1452895 1452900) (-966 "RMATRIX.spad" 1451148 1451166 1451490 1451517) (-965 "RMATCAT.spad" 1446798 1446828 1451116 1451143) (-964 "RMATCAT.spad" 1442326 1442358 1446646 1446651) (-963 "RLINSET.spad" 1442031 1442041 1442316 1442321) (-962 "RINTERP.spad" 1441920 1441939 1442021 1442026) (-961 "RING.spad" 1441391 1441399 1441900 1441915) (-960 "RING.spad" 1440870 1440880 1441381 1441386) (-959 "RIDIST.spad" 1440263 1440271 1440860 1440865) (-958 "RGCHAIN.spad" 1438520 1438535 1439413 1439428) (-957 "RGBCSPC.spad" 1438310 1438321 1438510 1438515) (-956 "RGBCMDL.spad" 1437873 1437884 1438300 1438305) (-955 "RFFACTOR.spad" 1437336 1437346 1437863 1437868) (-954 "RFFACT.spad" 1437072 1437083 1437326 1437331) (-953 "RFDIST.spad" 1436069 1436077 1437062 1437067) (-952 "RF.spad" 1433744 1433754 1436059 1436064) (-951 "RETSOL.spad" 1433164 1433176 1433734 1433739) (-950 "RETRACT.spad" 1432593 1432603 1433154 1433159) (-949 "RETRACT.spad" 1432020 1432032 1432583 1432588) (-948 "RETAST.spad" 1431833 1431841 1432010 1432015) (-947 "RESRING.spad" 1431181 1431227 1431771 1431828) (-946 "RESLATC.spad" 1430506 1430516 1431171 1431176) (-945 "REPSQ.spad" 1430238 1430248 1430496 1430501) (-944 "REPDB.spad" 1429946 1429956 1430228 1430233) (-943 "REP2.spad" 1419661 1419671 1429788 1429793) (-942 "REP1.spad" 1413882 1413892 1419611 1419616) (-941 "REP.spad" 1411437 1411445 1413872 1413877) (-940 "REGSET.spad" 1409114 1409130 1410922 1410937) (-939 "REF.spad" 1408633 1408643 1409104 1409109) (-938 "REDORDER.spad" 1407840 1407856 1408623 1408628) (-937 "RECLOS.spad" 1406737 1406756 1407440 1407533) (-936 "REALSOLV.spad" 1405878 1405886 1406727 1406732) (-935 "REAL0Q.spad" 1403177 1403191 1405868 1405873) (-934 "REAL0.spad" 1400022 1400036 1403167 1403172) (-933 "REAL.spad" 1399895 1399903 1400012 1400017) (-932 "RDUCEAST.spad" 1399617 1399625 1399885 1399890) (-931 "RDIV.spad" 1399273 1399297 1399607 1399612) (-930 "RDIST.spad" 1398841 1398851 1399263 1399268) (-929 "RDETRS.spad" 1397706 1397723 1398831 1398836) (-928 "RDETR.spad" 1395846 1395863 1397696 1397701) (-927 "RDEEFS.spad" 1394946 1394962 1395836 1395841) (-926 "RDEEF.spad" 1393957 1393973 1394936 1394941) (-925 "RCFIELD.spad" 1391176 1391184 1393859 1393952) (-924 "RCFIELD.spad" 1388481 1388491 1391166 1391171) (-923 "RCAGG.spad" 1386418 1386428 1388471 1388476) (-922 "RCAGG.spad" 1384256 1384268 1386311 1386316) (-921 "RATRET.spad" 1383617 1383627 1384246 1384251) (-920 "RATFACT.spad" 1383310 1383321 1383607 1383612) (-919 "RANDSRC.spad" 1382630 1382638 1383300 1383305) (-918 "RADUTIL.spad" 1382387 1382395 1382620 1382625) (-917 "RADIX.spad" 1379432 1379445 1380977 1381070) (-916 "RADFF.spad" 1377349 1377385 1377467 1377623) (-915 "RADCAT.spad" 1376945 1376953 1377339 1377344) (-914 "RADCAT.spad" 1376539 1376549 1376935 1376940) (-913 "QUEUE.spad" 1375965 1375975 1376223 1376238) (-912 "QUATCT2.spad" 1375586 1375604 1375955 1375960) (-911 "QUATCAT.spad" 1373757 1373767 1375516 1375581) (-910 "QUATCAT.spad" 1371693 1371705 1373454 1373459) (-909 "QUAT.spad" 1370300 1370310 1370642 1370707) (-908 "QUAGG.spad" 1369146 1369156 1370280 1370295) (-907 "QQUTAST.spad" 1368915 1368923 1369136 1369141) (-906 "QFORM.spad" 1368534 1368548 1368905 1368910) (-905 "QFCAT2.spad" 1368227 1368243 1368524 1368529) (-904 "QFCAT.spad" 1366930 1366940 1368129 1368222) (-903 "QFCAT.spad" 1365266 1365278 1366467 1366472) (-902 "QEQUAT.spad" 1364825 1364833 1365256 1365261) (-901 "QCMPACK.spad" 1359740 1359759 1364815 1364820) (-900 "QALGSET2.spad" 1357736 1357754 1359730 1359735) (-899 "QALGSET.spad" 1353841 1353873 1357650 1357655) (-898 "PWFFINTB.spad" 1351257 1351278 1353831 1353836) (-897 "PUSHVAR.spad" 1350596 1350615 1351247 1351252) (-896 "PTRANFN.spad" 1346732 1346742 1350586 1350591) (-895 "PTPACK.spad" 1343820 1343830 1346722 1346727) (-894 "PTFUNC2.spad" 1343643 1343657 1343810 1343815) (-893 "PTCAT.spad" 1342910 1342920 1343623 1343638) (-892 "PSQFR.spad" 1342225 1342249 1342900 1342905) (-891 "PSEUDLIN.spad" 1341111 1341121 1342215 1342220) (-890 "PSETPK.spad" 1327816 1327832 1340989 1340994) (-889 "PSETCAT.spad" 1322226 1322249 1327806 1327811) (-888 "PSETCAT.spad" 1316600 1316625 1322182 1322187) (-887 "PSCURVE.spad" 1315599 1315607 1316590 1316595) (-886 "PSCAT.spad" 1314382 1314411 1315497 1315594) (-885 "PSCAT.spad" 1313255 1313286 1314372 1314377) (-884 "PRTITION.spad" 1311953 1311961 1313245 1313250) (-883 "PRTDAST.spad" 1311672 1311680 1311943 1311948) (-882 "PRS.spad" 1301290 1301307 1311628 1311633) (-881 "PRQAGG.spad" 1300737 1300747 1301270 1301285) (-880 "PROPLOG.spad" 1300341 1300349 1300727 1300732) (-879 "PROPFUN2.spad" 1299964 1299977 1300331 1300336) (-878 "PROPFUN1.spad" 1299370 1299381 1299954 1299959) (-877 "PROPFRML.spad" 1297938 1297949 1299360 1299365) (-876 "PROPERTY.spad" 1297434 1297442 1297928 1297933) (-875 "PRODUCT.spad" 1295131 1295143 1295415 1295470) (-874 "PRINT.spad" 1294883 1294891 1295121 1295126) (-873 "PRIMES.spad" 1293144 1293154 1294873 1294878) (-872 "PRIMELT.spad" 1291265 1291279 1293134 1293139) (-871 "PRIMCAT.spad" 1290908 1290916 1291255 1291260) (-870 "PRIMARR2.spad" 1289675 1289687 1290898 1290903) (-869 "PRIMARR.spad" 1288417 1288427 1288587 1288602) (-868 "PREASSOC.spad" 1287799 1287811 1288407 1288412) (-867 "PR.spad" 1286317 1286329 1287016 1287143) (-866 "PPCURVE.spad" 1285454 1285462 1286307 1286312) (-865 "PORTNUM.spad" 1285245 1285253 1285444 1285449) (-864 "POLYROOT.spad" 1284094 1284116 1285201 1285206) (-863 "POLYLIFT.spad" 1283359 1283382 1284084 1284089) (-862 "POLYCATQ.spad" 1281485 1281507 1283349 1283354) (-861 "POLYCAT.spad" 1274987 1275008 1281353 1281480) (-860 "POLYCAT.spad" 1268009 1268032 1274377 1274382) (-859 "POLY2UP.spad" 1267461 1267475 1267999 1268004) (-858 "POLY2.spad" 1267058 1267070 1267451 1267456) (-857 "POLY.spad" 1264726 1264736 1265241 1265368) (-856 "POLUTIL.spad" 1263691 1263720 1264682 1264687) (-855 "POLTOPOL.spad" 1262439 1262454 1263681 1263686) (-854 "POINT.spad" 1261009 1261019 1261096 1261111) (-853 "PNTHEORY.spad" 1257711 1257719 1260999 1261004) (-852 "PMTOOLS.spad" 1256486 1256500 1257701 1257706) (-851 "PMSYM.spad" 1256035 1256045 1256476 1256481) (-850 "PMQFCAT.spad" 1255626 1255640 1256025 1256030) (-849 "PMPREDFS.spad" 1255088 1255110 1255616 1255621) (-848 "PMPRED.spad" 1254575 1254589 1255078 1255083) (-847 "PMPLCAT.spad" 1253652 1253670 1254504 1254509) (-846 "PMLSAGG.spad" 1253237 1253251 1253642 1253647) (-845 "PMKERNEL.spad" 1252816 1252828 1253227 1253232) (-844 "PMINS.spad" 1252396 1252406 1252806 1252811) (-843 "PMFS.spad" 1251973 1251991 1252386 1252391) (-842 "PMDOWN.spad" 1251263 1251277 1251963 1251968) (-841 "PMASSFS.spad" 1250238 1250254 1251253 1251258) (-840 "PMASS.spad" 1249256 1249264 1250228 1250233) (-839 "PLOTTOOL.spad" 1249036 1249044 1249246 1249251) (-838 "PLOT3D.spad" 1245500 1245508 1249026 1249031) (-837 "PLOT1.spad" 1244673 1244683 1245490 1245495) (-836 "PLOT.spad" 1239596 1239604 1244663 1244668) (-835 "PLEQN.spad" 1226998 1227025 1239586 1239591) (-834 "PINTERPA.spad" 1226782 1226798 1226988 1226993) (-833 "PINTERP.spad" 1226404 1226423 1226772 1226777) (-832 "PID.spad" 1225378 1225386 1226330 1226399) (-831 "PICOERCE.spad" 1225035 1225045 1225368 1225373) (-830 "PI.spad" 1224652 1224660 1225009 1225030) (-829 "PGROEB.spad" 1223261 1223275 1224642 1224647) (-828 "PGE.spad" 1214934 1214942 1223251 1223256) (-827 "PGCD.spad" 1213888 1213905 1214924 1214929) (-826 "PFRPAC.spad" 1213037 1213047 1213878 1213883) (-825 "PFR.spad" 1209740 1209750 1212939 1213032) (-824 "PFOTOOLS.spad" 1208998 1209014 1209730 1209735) (-823 "PFOQ.spad" 1208368 1208386 1208988 1208993) (-822 "PFO.spad" 1207787 1207814 1208358 1208363) (-821 "PFECAT.spad" 1205497 1205505 1207713 1207782) (-820 "PFECAT.spad" 1203235 1203245 1205453 1205458) (-819 "PFBRU.spad" 1201123 1201135 1203225 1203230) (-818 "PFBR.spad" 1198683 1198706 1201113 1201118) (-817 "PF.spad" 1198257 1198269 1198488 1198581) (-816 "PERMGRP.spad" 1193027 1193037 1198247 1198252) (-815 "PERMCAT.spad" 1191688 1191698 1193007 1193022) (-814 "PERMAN.spad" 1190244 1190258 1191678 1191683) (-813 "PERM.spad" 1186054 1186064 1190077 1190092) (-812 "PENDTREE.spad" 1185407 1185417 1185687 1185692) (-811 "PDSPC.spad" 1184220 1184230 1185397 1185402) (-810 "PDSPC.spad" 1183031 1183043 1184210 1184215) (-809 "PDRING.spad" 1182873 1182883 1183011 1183026) (-808 "PDMOD.spad" 1182689 1182701 1182841 1182868) (-807 "PDECOMP.spad" 1182159 1182176 1182679 1182684) (-806 "PDDOM.spad" 1181597 1181610 1182149 1182154) (-805 "PDDOM.spad" 1181033 1181048 1181587 1181592) (-804 "PCOMP.spad" 1180886 1180899 1181023 1181028) (-803 "PBWLB.spad" 1179484 1179501 1180876 1180881) (-802 "PATTERN2.spad" 1179222 1179234 1179474 1179479) (-801 "PATTERN1.spad" 1177566 1177582 1179212 1179217) (-800 "PATTERN.spad" 1172141 1172151 1177556 1177561) (-799 "PATRES2.spad" 1171813 1171827 1172131 1172136) (-798 "PATRES.spad" 1169396 1169408 1171803 1171808) (-797 "PATMATCH.spad" 1167637 1167668 1169148 1169153) (-796 "PATMAB.spad" 1167066 1167076 1167627 1167632) (-795 "PATLRES.spad" 1166152 1166166 1167056 1167061) (-794 "PATAB.spad" 1165916 1165926 1166142 1166147) (-793 "PARTPERM.spad" 1163972 1163980 1165906 1165911) (-792 "PARSURF.spad" 1163406 1163434 1163962 1163967) (-791 "PARSU2.spad" 1163203 1163219 1163396 1163401) (-790 "script-parser.spad" 1162723 1162731 1163193 1163198) (-789 "PARSCURV.spad" 1162157 1162185 1162713 1162718) (-788 "PARSC2.spad" 1161948 1161964 1162147 1162152) (-787 "PARPCURV.spad" 1161410 1161438 1161938 1161943) (-786 "PARPC2.spad" 1161201 1161217 1161400 1161405) (-785 "PARAMAST.spad" 1160329 1160337 1161191 1161196) (-784 "PAN2EXPR.spad" 1159741 1159749 1160319 1160324) (-783 "PALETTE.spad" 1158855 1158863 1159731 1159736) (-782 "PAIR.spad" 1157929 1157942 1158498 1158503) (-781 "PADICRC.spad" 1155334 1155352 1156497 1156590) (-780 "PADICRAT.spad" 1153394 1153406 1153607 1153700) (-779 "PADICCT.spad" 1151943 1151955 1153320 1153389) (-778 "PADIC.spad" 1151646 1151658 1151869 1151938) (-777 "PADEPAC.spad" 1150335 1150354 1151636 1151641) (-776 "PADE.spad" 1149087 1149103 1150325 1150330) (-775 "OWP.spad" 1148335 1148365 1148945 1149012) (-774 "OVERSET.spad" 1147908 1147916 1148325 1148330) (-773 "OVAR.spad" 1147689 1147712 1147898 1147903) (-772 "OUTFORM.spad" 1137097 1137105 1147679 1147684) (-771 "OUTBFILE.spad" 1136531 1136539 1137087 1137092) (-770 "OUTBCON.spad" 1135601 1135609 1136521 1136526) (-769 "OUTBCON.spad" 1134669 1134679 1135591 1135596) (-768 "OUT.spad" 1133787 1133795 1134659 1134664) (-767 "OSI.spad" 1133262 1133270 1133777 1133782) (-766 "OSGROUP.spad" 1133180 1133188 1133252 1133257) (-765 "ORTHPOL.spad" 1131691 1131701 1133123 1133128) (-764 "OREUP.spad" 1131185 1131213 1131412 1131451) (-763 "ORESUP.spad" 1130527 1130551 1130906 1130945) (-762 "OREPCTO.spad" 1128416 1128428 1130447 1130452) (-761 "OREPCAT.spad" 1122603 1122613 1128372 1128411) (-760 "OREPCAT.spad" 1116680 1116692 1122451 1122456) (-759 "ORDTYPE.spad" 1115917 1115925 1116670 1116675) (-758 "ORDTYPE.spad" 1115152 1115162 1115907 1115912) (-757 "ORDSTRCT.spad" 1114938 1114953 1115101 1115106) (-756 "ORDSET.spad" 1114638 1114646 1114928 1114933) (-755 "ORDRING.spad" 1114455 1114463 1114618 1114633) (-754 "ORDMON.spad" 1114310 1114318 1114445 1114450) (-753 "ORDFUNS.spad" 1113442 1113458 1114300 1114305) (-752 "ORDFIN.spad" 1113262 1113270 1113432 1113437) (-751 "ORDCOMP2.spad" 1112555 1112567 1113252 1113257) (-750 "ORDCOMP.spad" 1111081 1111091 1112163 1112192) (-749 "OPSIG.spad" 1110743 1110751 1111071 1111076) (-748 "OPQUERY.spad" 1110324 1110332 1110733 1110738) (-747 "OPERCAT.spad" 1109790 1109800 1110314 1110319) (-746 "OPERCAT.spad" 1109254 1109266 1109780 1109785) (-745 "OP.spad" 1108996 1109006 1109076 1109143) (-744 "ONECOMP2.spad" 1108420 1108432 1108986 1108991) (-743 "ONECOMP.spad" 1107226 1107236 1108028 1108057) (-742 "OMSAGG.spad" 1107026 1107036 1107194 1107221) (-741 "OMLO.spad" 1106459 1106471 1106912 1106951) (-740 "OINTDOM.spad" 1106222 1106230 1106385 1106454) (-739 "OFMONOID.spad" 1104361 1104371 1106178 1106183) (-738 "ODVAR.spad" 1103622 1103632 1104351 1104356) (-737 "ODR.spad" 1103266 1103292 1103434 1103583) (-736 "ODPOL.spad" 1100914 1100924 1101254 1101381) (-735 "ODP.spad" 1090401 1090421 1090774 1090859) (-734 "ODETOOLS.spad" 1089050 1089069 1090391 1090396) (-733 "ODESYS.spad" 1086744 1086761 1089040 1089045) (-732 "ODERTRIC.spad" 1082777 1082794 1086701 1086706) (-731 "ODERED.spad" 1082176 1082200 1082767 1082772) (-730 "ODERAT.spad" 1079809 1079826 1082166 1082171) (-729 "ODEPRRIC.spad" 1076902 1076924 1079799 1079804) (-728 "ODEPRIM.spad" 1074300 1074322 1076892 1076897) (-727 "ODEPAL.spad" 1073686 1073710 1074290 1074295) (-726 "ODEINT.spad" 1073121 1073137 1073676 1073681) (-725 "ODEEF.spad" 1068616 1068632 1073111 1073116) (-724 "ODECONST.spad" 1068161 1068179 1068606 1068611) (-723 "OCTCT2.spad" 1067802 1067820 1068151 1068156) (-722 "OCT.spad" 1066117 1066127 1066831 1066870) (-721 "OCAMON.spad" 1065965 1065973 1066107 1066112) (-720 "OC.spad" 1063761 1063771 1065921 1065960) (-719 "OC.spad" 1061296 1061308 1063458 1063463) (-718 "OASGP.spad" 1061111 1061119 1061286 1061291) (-717 "OAMONS.spad" 1060633 1060641 1061101 1061106) (-716 "OAMON.spad" 1060391 1060399 1060623 1060628) (-715 "OAMON.spad" 1060147 1060157 1060381 1060386) (-714 "OAGROUP.spad" 1059685 1059693 1060137 1060142) (-713 "OAGROUP.spad" 1059221 1059231 1059675 1059680) (-712 "NUMTUBE.spad" 1058812 1058828 1059211 1059216) (-711 "NUMQUAD.spad" 1046788 1046796 1058802 1058807) (-710 "NUMODE.spad" 1038140 1038148 1046778 1046783) (-709 "NUMFMT.spad" 1036980 1036988 1038130 1038135) (-708 "NUMERIC.spad" 1029095 1029105 1036786 1036791) (-707 "NTSCAT.spad" 1027615 1027631 1029075 1029090) (-706 "NTPOLFN.spad" 1027192 1027202 1027558 1027563) (-705 "NSUP2.spad" 1026584 1026596 1027182 1027187) (-704 "NSUP.spad" 1020021 1020031 1024441 1024594) (-703 "NSMP.spad" 1016933 1016952 1017225 1017352) (-702 "NREP.spad" 1015335 1015349 1016923 1016928) (-701 "NPCOEF.spad" 1014581 1014601 1015325 1015330) (-700 "NORMRETR.spad" 1014179 1014218 1014571 1014576) (-699 "NORMPK.spad" 1012121 1012140 1014169 1014174) (-698 "NORMMA.spad" 1011809 1011835 1012111 1012116) (-697 "NONE1.spad" 1011485 1011495 1011799 1011804) (-696 "NONE.spad" 1011226 1011234 1011475 1011480) (-695 "NODE1.spad" 1010713 1010729 1011216 1011221) (-694 "NNI.spad" 1009608 1009616 1010687 1010708) (-693 "NLINSOL.spad" 1008234 1008244 1009598 1009603) (-692 "NFINTBAS.spad" 1005794 1005811 1008224 1008229) (-691 "NETCLT.spad" 1005768 1005779 1005784 1005789) (-690 "NCODIV.spad" 1003992 1004008 1005758 1005763) (-689 "NCNTFRAC.spad" 1003634 1003648 1003982 1003987) (-688 "NCEP.spad" 1001800 1001814 1003624 1003629) (-687 "NASRING.spad" 1001404 1001412 1001790 1001795) (-686 "NASRING.spad" 1001006 1001016 1001394 1001399) (-685 "NARNG.spad" 1000406 1000414 1000996 1001001) (-684 "NARNG.spad" 999804 999814 1000396 1000401) (-683 "NAALG.spad" 999369 999379 999772 999799) (-682 "NAALG.spad" 998954 998966 999359 999364) (-681 "MULTSQFR.spad" 995912 995929 998944 998949) (-680 "MULTFACT.spad" 995295 995312 995902 995907) (-679 "MTSCAT.spad" 993389 993410 995193 995290) (-678 "MTHING.spad" 993048 993058 993379 993384) (-677 "MSYSCMD.spad" 992482 992490 993038 993043) (-676 "MSETAGG.spad" 992327 992337 992450 992477) (-675 "MSET.spad" 990125 990135 991872 991899) (-674 "MRING.spad" 987102 987114 989833 989900) (-673 "MRF2.spad" 986664 986678 987092 987097) (-672 "MRATFAC.spad" 986210 986227 986654 986659) (-671 "MPRFF.spad" 984250 984269 986200 986205) (-670 "MPOLY.spad" 982054 982069 982413 982540) (-669 "MPCPF.spad" 981318 981337 982044 982049) (-668 "MPC3.spad" 981135 981175 981308 981313) (-667 "MPC2.spad" 980789 980822 981125 981130) (-666 "MONOTOOL.spad" 979140 979157 980779 980784) (-665 "catdef.spad" 978573 978584 978794 979135) (-664 "catdef.spad" 977971 977982 978227 978568) (-663 "MONOID.spad" 977292 977300 977961 977966) (-662 "MONOID.spad" 976611 976621 977282 977287) (-661 "MONOGEN.spad" 975359 975372 976471 976606) (-660 "MONOGEN.spad" 974129 974144 975243 975248) (-659 "MONADWU.spad" 972209 972217 974119 974124) (-658 "MONADWU.spad" 970287 970297 972199 972204) (-657 "MONAD.spad" 969447 969455 970277 970282) (-656 "MONAD.spad" 968605 968615 969437 969442) (-655 "MOEBIUS.spad" 967341 967355 968585 968600) (-654 "MODULE.spad" 967211 967221 967309 967336) (-653 "MODULE.spad" 967101 967113 967201 967206) (-652 "MODRING.spad" 966436 966475 967081 967096) (-651 "MODOP.spad" 965093 965105 966258 966325) (-650 "MODMONOM.spad" 964824 964842 965083 965088) (-649 "MODMON.spad" 961894 961906 962609 962762) (-648 "MODFIELD.spad" 961256 961295 961796 961889) (-647 "MMLFORM.spad" 960116 960124 961246 961251) (-646 "MMAP.spad" 959858 959892 960106 960111) (-645 "MLO.spad" 958317 958327 959814 959853) (-644 "MLIFT.spad" 956929 956946 958307 958312) (-643 "MKUCFUNC.spad" 956464 956482 956919 956924) (-642 "MKRECORD.spad" 956052 956065 956454 956459) (-641 "MKFUNC.spad" 955459 955469 956042 956047) (-640 "MKFLCFN.spad" 954427 954437 955449 955454) (-639 "MKBCFUNC.spad" 953922 953940 954417 954422) (-638 "MHROWRED.spad" 952433 952443 953912 953917) (-637 "MFINFACT.spad" 951833 951855 952423 952428) (-636 "MESH.spad" 949628 949636 951823 951828) (-635 "MDDFACT.spad" 947847 947857 949618 949623) (-634 "MDAGG.spad" 947138 947148 947827 947842) (-633 "MCDEN.spad" 946348 946360 947128 947133) (-632 "MAYBE.spad" 945648 945659 946338 946343) (-631 "MATSTOR.spad" 942964 942974 945638 945643) (-630 "MATRIX.spad" 941755 941765 942239 942254) (-629 "MATLIN.spad" 939123 939147 941639 941644) (-628 "MATCAT2.spad" 938405 938453 939113 939118) (-627 "MATCAT.spad" 930113 930135 938385 938400) (-626 "MATCAT.spad" 921681 921705 929955 929960) (-625 "MAPPKG3.spad" 920596 920610 921671 921676) (-624 "MAPPKG2.spad" 919934 919946 920586 920591) (-623 "MAPPKG1.spad" 918762 918772 919924 919929) (-622 "MAPPAST.spad" 918101 918109 918752 918757) (-621 "MAPHACK3.spad" 917913 917927 918091 918096) (-620 "MAPHACK2.spad" 917682 917694 917903 917908) (-619 "MAPHACK1.spad" 917326 917336 917672 917677) (-618 "MAGMA.spad" 915132 915149 917316 917321) (-617 "MACROAST.spad" 914727 914735 915122 915127) (-616 "LZSTAGG.spad" 911981 911991 914717 914722) (-615 "LZSTAGG.spad" 909233 909245 911971 911976) (-614 "LWORD.spad" 905978 905995 909223 909228) (-613 "LSTAST.spad" 905762 905770 905968 905973) (-612 "LSQM.spad" 904052 904066 904446 904485) (-611 "LSPP.spad" 903587 903604 904042 904047) (-610 "LSMP1.spad" 901430 901444 903577 903582) (-609 "LSMP.spad" 900287 900315 901420 901425) (-608 "LSAGG.spad" 899968 899978 900267 900282) (-607 "LSAGG.spad" 899657 899669 899958 899963) (-606 "LPOLY.spad" 898619 898638 899513 899582) (-605 "LPEFRAC.spad" 897890 897900 898609 898614) (-604 "LOGIC.spad" 897492 897500 897880 897885) (-603 "LOGIC.spad" 897092 897102 897482 897487) (-602 "LODOOPS.spad" 896022 896034 897082 897087) (-601 "LODOF.spad" 895068 895085 895979 895984) (-600 "LODOCAT.spad" 893734 893744 895024 895063) (-599 "LODOCAT.spad" 892398 892410 893690 893695) (-598 "LODO2.spad" 891712 891724 892119 892158) (-597 "LODO1.spad" 891153 891163 891433 891472) (-596 "LODO.spad" 890578 890594 890874 890913) (-595 "LODEEF.spad" 889380 889398 890568 890573) (-594 "LO.spad" 888781 888795 889314 889341) (-593 "LNAGG.spad" 884968 884978 888771 888776) (-592 "LNAGG.spad" 881091 881103 884896 884901) (-591 "LMOPS.spad" 877859 877876 881081 881086) (-590 "LMODULE.spad" 877643 877653 877849 877854) (-589 "LMDICT.spad" 876875 876885 877123 877138) (-588 "LLINSET.spad" 876582 876592 876865 876870) (-587 "LITERAL.spad" 876488 876499 876572 876577) (-586 "LIST3.spad" 875799 875813 876478 876483) (-585 "LIST2MAP.spad" 872726 872738 875789 875794) (-584 "LIST2.spad" 871428 871440 872716 872721) (-583 "LIST.spad" 868997 869007 870340 870355) (-582 "LINSET.spad" 868776 868786 868987 868992) (-581 "LINFORM.spad" 868239 868251 868744 868771) (-580 "LINEXP.spad" 866982 866992 868229 868234) (-579 "LINELT.spad" 866353 866365 866865 866892) (-578 "LINDEP.spad" 865202 865214 866265 866270) (-577 "LINBASIS.spad" 864838 864853 865192 865197) (-576 "LIMITRF.spad" 862785 862795 864828 864833) (-575 "LIMITPS.spad" 861695 861708 862775 862780) (-574 "LIECAT.spad" 861179 861189 861621 861690) (-573 "LIECAT.spad" 860691 860703 861135 861140) (-572 "LIE.spad" 858695 858707 859969 860111) (-571 "LIB.spad" 856508 856516 856954 856969) (-570 "LGROBP.spad" 853861 853880 856498 856503) (-569 "LFCAT.spad" 852920 852928 853851 853856) (-568 "LF.spad" 851875 851891 852910 852915) (-567 "LEXTRIPK.spad" 847498 847513 851865 851870) (-566 "LEXP.spad" 845517 845544 847478 847493) (-565 "LETAST.spad" 845216 845224 845507 845512) (-564 "LEADCDET.spad" 843622 843639 845206 845211) (-563 "LAZM3PK.spad" 842366 842388 843612 843617) (-562 "LAUPOL.spad" 841033 841046 841933 842002) (-561 "LAPLACE.spad" 840616 840632 841023 841028) (-560 "LALG.spad" 840392 840402 840596 840611) (-559 "LALG.spad" 840176 840188 840382 840387) (-558 "LA.spad" 839616 839630 840098 840137) (-557 "KVTFROM.spad" 839359 839369 839606 839611) (-556 "KTVLOGIC.spad" 838903 838911 839349 839354) (-555 "KRCFROM.spad" 838649 838659 838893 838898) (-554 "KOVACIC.spad" 837380 837397 838639 838644) (-553 "KONVERT.spad" 837102 837112 837370 837375) (-552 "KOERCE.spad" 836839 836849 837092 837097) (-551 "KERNEL2.spad" 836542 836554 836829 836834) (-550 "KERNEL.spad" 835262 835272 836391 836396) (-549 "KDAGG.spad" 834371 834393 835242 835257) (-548 "KDAGG.spad" 833488 833512 834361 834366) (-547 "KAFILE.spad" 831854 831870 832089 832104) (-546 "JVMOP.spad" 831767 831775 831844 831849) (-545 "JVMMDACC.spad" 830821 830829 831757 831762) (-544 "JVMFDACC.spad" 830137 830145 830811 830816) (-543 "JVMCSTTG.spad" 828866 828874 830127 830132) (-542 "JVMCFACC.spad" 828312 828320 828856 828861) (-541 "JVMBCODE.spad" 828223 828231 828302 828307) (-540 "JORDAN.spad" 826040 826052 827501 827643) (-539 "JOINAST.spad" 825742 825750 826030 826035) (-538 "IXAGG.spad" 823875 823899 825732 825737) (-537 "IXAGG.spad" 821810 821836 823669 823674) (-536 "ITUPLE.spad" 820986 820996 821800 821805) (-535 "ITRIGMNP.spad" 819833 819852 820976 820981) (-534 "ITFUN3.spad" 819339 819353 819823 819828) (-533 "ITFUN2.spad" 819083 819095 819329 819334) (-532 "ITFORM.spad" 818438 818446 819073 819078) (-531 "ITAYLOR.spad" 816432 816447 818302 818399) (-530 "ISUPS.spad" 808881 808896 815418 815515) (-529 "ISUMP.spad" 808382 808398 808871 808876) (-528 "ISAST.spad" 808101 808109 808372 808377) (-527 "IRURPK.spad" 806818 806837 808091 808096) (-526 "IRSN.spad" 804822 804830 806808 806813) (-525 "IRRF2F.spad" 803315 803325 804778 804783) (-524 "IRREDFFX.spad" 802916 802927 803305 803310) (-523 "IROOT.spad" 801255 801265 802906 802911) (-522 "IRFORM.spad" 800579 800587 801245 801250) (-521 "IR2F.spad" 799793 799809 800569 800574) (-520 "IR2.spad" 798821 798837 799783 799788) (-519 "IR.spad" 796657 796671 798703 798730) (-518 "IPRNTPK.spad" 796417 796425 796647 796652) (-517 "IPF.spad" 795982 795994 796222 796315) (-516 "IPADIC.spad" 795751 795777 795908 795977) (-515 "IP4ADDR.spad" 795308 795316 795741 795746) (-514 "IOMODE.spad" 794830 794838 795298 795303) (-513 "IOBFILE.spad" 794215 794223 794820 794825) (-512 "IOBCON.spad" 794080 794088 794205 794210) (-511 "INVLAPLA.spad" 793729 793745 794070 794075) (-510 "INTTR.spad" 787123 787140 793719 793724) (-509 "INTTOOLS.spad" 784931 784947 786750 786755) (-508 "INTSLPE.spad" 784259 784267 784921 784926) (-507 "INTRVL.spad" 783825 783835 784173 784254) (-506 "INTRF.spad" 782257 782271 783815 783820) (-505 "INTRET.spad" 781689 781699 782247 782252) (-504 "INTRAT.spad" 780424 780441 781679 781684) (-503 "INTPM.spad" 778887 778903 780145 780150) (-502 "INTPAF.spad" 776763 776781 778816 778821) (-501 "INTHERTR.spad" 776037 776054 776753 776758) (-500 "INTHERAL.spad" 775707 775731 776027 776032) (-499 "INTHEORY.spad" 772146 772154 775697 775702) (-498 "INTG0.spad" 765910 765928 772075 772080) (-497 "INTFACT.spad" 764977 764987 765900 765905) (-496 "INTEF.spad" 763388 763404 764967 764972) (-495 "INTDOM.spad" 762011 762019 763314 763383) (-494 "INTDOM.spad" 760696 760706 762001 762006) (-493 "INTCAT.spad" 758963 758973 760610 760691) (-492 "INTBIT.spad" 758470 758478 758953 758958) (-491 "INTALG.spad" 757658 757685 758460 758465) (-490 "INTAF.spad" 757158 757174 757648 757653) (-489 "INTABL.spad" 754965 754996 755128 755143) (-488 "INT8.spad" 754845 754853 754955 754960) (-487 "INT64.spad" 754724 754732 754835 754840) (-486 "INT32.spad" 754603 754611 754714 754719) (-485 "INT16.spad" 754482 754490 754593 754598) (-484 "INT.spad" 754008 754016 754348 754477) (-483 "INS.spad" 751511 751519 753910 754003) (-482 "INS.spad" 749100 749110 751501 751506) (-481 "INPSIGN.spad" 748570 748583 749090 749095) (-480 "INPRODPF.spad" 747666 747685 748560 748565) (-479 "INPRODFF.spad" 746754 746778 747656 747661) (-478 "INNMFACT.spad" 745729 745746 746744 746749) (-477 "INMODGCD.spad" 745233 745263 745719 745724) (-476 "INFSP.spad" 743530 743552 745223 745228) (-475 "INFPROD0.spad" 742610 742629 743520 743525) (-474 "INFORM1.spad" 742235 742245 742600 742605) (-473 "INFORM.spad" 739446 739454 742225 742230) (-472 "INFINITY.spad" 738998 739006 739436 739441) (-471 "INETCLTS.spad" 738975 738983 738988 738993) (-470 "INEP.spad" 737521 737543 738965 738970) (-469 "INDE.spad" 737170 737187 737431 737436) (-468 "INCRMAPS.spad" 736607 736617 737160 737165) (-467 "INBFILE.spad" 735703 735711 736597 736602) (-466 "INBFF.spad" 731553 731564 735693 735698) (-465 "INBCON.spad" 729819 729827 731543 731548) (-464 "INBCON.spad" 728083 728093 729809 729814) (-463 "INAST.spad" 727744 727752 728073 728078) (-462 "IMPTAST.spad" 727452 727460 727734 727739) (-461 "IMATQF.spad" 726518 726562 727380 727385) (-460 "IMATLIN.spad" 725111 725135 726446 726451) (-459 "IFF.spad" 724524 724540 724795 724888) (-458 "IFAST.spad" 724138 724146 724514 724519) (-457 "IFARRAY.spad" 721352 721367 723050 723065) (-456 "IFAMON.spad" 721214 721231 721308 721313) (-455 "IEVALAB.spad" 720627 720639 721204 721209) (-454 "IEVALAB.spad" 720038 720052 720617 720622) (-453 "indexedp.spad" 719594 719606 720028 720033) (-452 "IDPOAMS.spad" 719272 719284 719506 719511) (-451 "IDPOAM.spad" 718914 718926 719184 719189) (-450 "IDPO.spad" 718328 718340 718826 718831) (-449 "IDPC.spad" 717043 717055 718318 718323) (-448 "IDPAM.spad" 716710 716722 716955 716960) (-447 "IDPAG.spad" 716379 716391 716622 716627) (-446 "IDENT.spad" 716031 716039 716369 716374) (-445 "catdef.spad" 715802 715813 715914 716026) (-444 "IDECOMP.spad" 713041 713059 715792 715797) (-443 "IDEAL.spad" 708003 708042 712989 712994) (-442 "ICDEN.spad" 707216 707232 707993 707998) (-441 "ICARD.spad" 706609 706617 707206 707211) (-440 "IBPTOOLS.spad" 705216 705233 706599 706604) (-439 "IBATOOL.spad" 702201 702220 705206 705211) (-438 "IBACHIN.spad" 700708 700723 702191 702196) (-437 "array2.spad" 700205 700227 700392 700407) (-436 "IARRAY1.spad" 698971 698986 699117 699132) (-435 "IAN.spad" 697353 697361 698802 698895) (-434 "IALGFACT.spad" 696964 696997 697343 697348) (-433 "HYPCAT.spad" 696388 696396 696954 696959) (-432 "HYPCAT.spad" 695810 695820 696378 696383) (-431 "HOSTNAME.spad" 695626 695634 695800 695805) (-430 "HOMOTOP.spad" 695369 695379 695616 695621) (-429 "HOAGG.spad" 694885 694895 695359 695364) (-428 "HOAGG.spad" 694223 694235 694699 694704) (-427 "HEXADEC.spad" 692448 692456 692813 692906) (-426 "HEUGCD.spad" 691539 691550 692438 692443) (-425 "HELLFDIV.spad" 691145 691169 691529 691534) (-424 "HEAP.spad" 690614 690624 690829 690844) (-423 "HEADAST.spad" 690155 690163 690604 690609) (-422 "HDP.spad" 679638 679654 680015 680100) (-421 "HDMP.spad" 677185 677200 677801 677928) (-420 "HB.spad" 675460 675468 677175 677180) (-419 "HASHTBL.spad" 673219 673250 673430 673445) (-418 "HASAST.spad" 672935 672943 673209 673214) (-417 "HACKPI.spad" 672426 672434 672837 672930) (-416 "GTSET.spad" 671204 671220 671911 671926) (-415 "GSTBL.spad" 669000 669035 669174 669189) (-414 "GSERIES.spad" 666372 666399 667191 667340) (-413 "GROUP.spad" 665645 665653 666352 666367) (-412 "GROUP.spad" 664926 664936 665635 665640) (-411 "GROEBSOL.spad" 663420 663441 664916 664921) (-410 "GRMOD.spad" 662001 662013 663410 663415) (-409 "GRMOD.spad" 660580 660594 661991 661996) (-408 "GRIMAGE.spad" 653493 653501 660570 660575) (-407 "GRDEF.spad" 651872 651880 653483 653488) (-406 "GRAY.spad" 650343 650351 651862 651867) (-405 "GRALG.spad" 649438 649450 650333 650338) (-404 "GRALG.spad" 648531 648545 649428 649433) (-403 "GPOLSET.spad" 647840 647863 648052 648067) (-402 "GOSPER.spad" 647117 647135 647830 647835) (-401 "GMODPOL.spad" 646265 646292 647085 647112) (-400 "GHENSEL.spad" 645348 645362 646255 646260) (-399 "GENUPS.spad" 641641 641654 645338 645343) (-398 "GENUFACT.spad" 641218 641228 641631 641636) (-397 "GENPGCD.spad" 640820 640837 641208 641213) (-396 "GENMFACT.spad" 640272 640291 640810 640815) (-395 "GENEEZ.spad" 638231 638244 640262 640267) (-394 "GDMP.spad" 635620 635637 636394 636521) (-393 "GCNAALG.spad" 629543 629570 635414 635481) (-392 "GCDDOM.spad" 628735 628743 629469 629538) (-391 "GCDDOM.spad" 627989 627999 628725 628730) (-390 "GBINTERN.spad" 624009 624047 627979 627984) (-389 "GBF.spad" 619792 619830 623999 624004) (-388 "GBEUCLID.spad" 617674 617712 619782 619787) (-387 "GB.spad" 615200 615238 617630 617635) (-386 "GAUSSFAC.spad" 614513 614521 615190 615195) (-385 "GALUTIL.spad" 612839 612849 614469 614474) (-384 "GALPOLYU.spad" 611293 611306 612829 612834) (-383 "GALFACTU.spad" 609506 609525 611283 611288) (-382 "GALFACT.spad" 599719 599730 609496 609501) (-381 "FUNDESC.spad" 599397 599405 599709 599714) (-380 "FUNCTION.spad" 599246 599258 599387 599392) (-379 "FT.spad" 597546 597554 599236 599241) (-378 "FSUPFACT.spad" 596460 596479 597496 597501) (-377 "FST.spad" 594546 594554 596450 596455) (-376 "FSRED.spad" 594026 594042 594536 594541) (-375 "FSPRMELT.spad" 592892 592908 593983 593988) (-374 "FSPECF.spad" 590983 590999 592882 592887) (-373 "FSINT.spad" 590643 590659 590973 590978) (-372 "FSERIES.spad" 589834 589846 590463 590562) (-371 "FSCINT.spad" 589151 589167 589824 589829) (-370 "FSAGG2.spad" 587886 587902 589141 589146) (-369 "FSAGG.spad" 587015 587025 587854 587881) (-368 "FSAGG.spad" 586094 586106 586935 586940) (-367 "FS2UPS.spad" 580609 580643 586084 586089) (-366 "FS2EXPXP.spad" 579750 579773 580599 580604) (-365 "FS2.spad" 579405 579421 579740 579745) (-364 "FS.spad" 573677 573687 579184 579400) (-363 "FS.spad" 567751 567763 573260 573265) (-362 "FRUTIL.spad" 566705 566715 567741 567746) (-361 "FRNAALG.spad" 561982 561992 566647 566700) (-360 "FRNAALG.spad" 557271 557283 561938 561943) (-359 "FRNAAF2.spad" 556719 556737 557261 557266) (-358 "FRMOD.spad" 556127 556157 556648 556653) (-357 "FRIDEAL2.spad" 555731 555763 556117 556122) (-356 "FRIDEAL.spad" 554956 554977 555711 555726) (-355 "FRETRCT.spad" 554475 554485 554946 554951) (-354 "FRETRCT.spad" 553901 553913 554374 554379) (-353 "FRAMALG.spad" 552281 552294 553857 553896) (-352 "FRAMALG.spad" 550693 550708 552271 552276) (-351 "FRAC2.spad" 550298 550310 550683 550688) (-350 "FRAC.spad" 548285 548295 548672 548845) (-349 "FR2.spad" 547621 547633 548275 548280) (-348 "FR.spad" 541409 541419 546682 546751) (-347 "FPS.spad" 538248 538256 541299 541404) (-346 "FPS.spad" 535115 535125 538168 538173) (-345 "FPC.spad" 534161 534169 535017 535110) (-344 "FPC.spad" 533293 533303 534151 534156) (-343 "FPATMAB.spad" 533055 533065 533283 533288) (-342 "FPARFRAC.spad" 531897 531914 533045 533050) (-341 "FORDER.spad" 531588 531612 531887 531892) (-340 "FNLA.spad" 531012 531034 531556 531583) (-339 "FNCAT.spad" 529607 529615 531002 531007) (-338 "FNAME.spad" 529499 529507 529597 529602) (-337 "FMONOID.spad" 529180 529190 529455 529460) (-336 "FMONCAT.spad" 526349 526359 529170 529175) (-335 "FMCAT.spad" 524025 524043 526317 526344) (-334 "FM1.spad" 523390 523402 523959 523986) (-333 "FM.spad" 523005 523017 523244 523271) (-332 "FLOATRP.spad" 520748 520762 522995 523000) (-331 "FLOATCP.spad" 518187 518201 520738 520743) (-330 "FLOAT.spad" 515278 515286 518053 518182) (-329 "FLINEXP.spad" 515000 515010 515268 515273) (-328 "FLINEXP.spad" 514679 514691 514949 514954) (-327 "FLASORT.spad" 514005 514017 514669 514674) (-326 "FLALG.spad" 511675 511694 513931 514000) (-325 "FLAGG2.spad" 510392 510408 511665 511670) (-324 "FLAGG.spad" 507468 507478 510382 510387) (-323 "FLAGG.spad" 504409 504421 507325 507330) (-322 "FINRALG.spad" 502494 502507 504365 504404) (-321 "FINRALG.spad" 500505 500520 502378 502383) (-320 "FINITE.spad" 499657 499665 500495 500500) (-319 "FINITE.spad" 498807 498817 499647 499652) (-318 "aggcat.spad" 495737 495747 498797 498802) (-317 "FINAGG.spad" 492632 492644 495694 495699) (-316 "FINAALG.spad" 481817 481827 492574 492627) (-315 "FINAALG.spad" 471014 471026 481773 481778) (-314 "FILECAT.spad" 469548 469565 471004 471009) (-313 "FILE.spad" 469131 469141 469538 469543) (-312 "FIELD.spad" 468537 468545 469033 469126) (-311 "FIELD.spad" 468029 468039 468527 468532) (-310 "FGROUP.spad" 466692 466702 468009 468024) (-309 "FGLMICPK.spad" 465487 465502 466682 466687) (-308 "FFX.spad" 464873 464888 465206 465299) (-307 "FFSLPE.spad" 464384 464405 464863 464868) (-306 "FFPOLY2.spad" 463444 463461 464374 464379) (-305 "FFPOLY.spad" 454786 454797 463434 463439) (-304 "FFP.spad" 454194 454214 454505 454598) (-303 "FFNBX.spad" 452717 452737 453913 454006) (-302 "FFNBP.spad" 451241 451258 452436 452529) (-301 "FFNB.spad" 449709 449730 450925 451018) (-300 "FFINTBAS.spad" 447223 447242 449699 449704) (-299 "FFIELDC.spad" 444808 444816 447125 447218) (-298 "FFIELDC.spad" 442479 442489 444798 444803) (-297 "FFHOM.spad" 441251 441268 442469 442474) (-296 "FFF.spad" 438694 438705 441241 441246) (-295 "FFCGX.spad" 437552 437572 438413 438506) (-294 "FFCGP.spad" 436452 436472 437271 437364) (-293 "FFCG.spad" 435247 435268 436136 436229) (-292 "FFCAT2.spad" 434994 435034 435237 435242) (-291 "FFCAT.spad" 428159 428181 434833 434989) (-290 "FFCAT.spad" 421403 421427 428079 428084) (-289 "FF.spad" 420854 420870 421087 421180) (-288 "FEVALAB.spad" 420562 420572 420844 420849) (-287 "FEVALAB.spad" 420046 420058 420330 420335) (-286 "FDIVCAT.spad" 418142 418166 420036 420041) (-285 "FDIVCAT.spad" 416236 416262 418132 418137) (-284 "FDIV2.spad" 415892 415932 416226 416231) (-283 "FDIV.spad" 415350 415374 415882 415887) (-282 "FCTRDATA.spad" 414358 414366 415340 415345) (-281 "FCOMP.spad" 413737 413747 414348 414353) (-280 "FAXF.spad" 406772 406786 413639 413732) (-279 "FAXF.spad" 399859 399875 406728 406733) (-278 "FARRAY.spad" 397738 397748 398771 398786) (-277 "FAMR.spad" 395882 395894 397636 397733) (-276 "FAMR.spad" 394010 394024 395766 395771) (-275 "FAMONOID.spad" 393694 393704 393964 393969) (-274 "FAMONC.spad" 392014 392026 393684 393689) (-273 "FAGROUP.spad" 391654 391664 391910 391937) (-272 "FACUTIL.spad" 389866 389883 391644 391649) (-271 "FACTFUNC.spad" 389068 389078 389856 389861) (-270 "EXPUPXS.spad" 385960 385983 387259 387408) (-269 "EXPRTUBE.spad" 383248 383256 385950 385955) (-268 "EXPRODE.spad" 380416 380432 383238 383243) (-267 "EXPR2UPS.spad" 376538 376551 380406 380411) (-266 "EXPR2.spad" 376243 376255 376528 376533) (-265 "EXPR.spad" 371888 371898 372602 372889) (-264 "EXPEXPAN.spad" 368833 368858 369465 369558) (-263 "EXITAST.spad" 368569 368577 368823 368828) (-262 "EXIT.spad" 368240 368248 368559 368564) (-261 "EVALCYC.spad" 367700 367714 368230 368235) (-260 "EVALAB.spad" 367280 367290 367690 367695) (-259 "EVALAB.spad" 366858 366870 367270 367275) (-258 "EUCDOM.spad" 364448 364456 366784 366853) (-257 "EUCDOM.spad" 362100 362110 364438 364443) (-256 "ES2.spad" 361613 361629 362090 362095) (-255 "ES1.spad" 361183 361199 361603 361608) (-254 "ES.spad" 354054 354062 361173 361178) (-253 "ES.spad" 346846 346856 353967 353972) (-252 "ERROR.spad" 344173 344181 346836 346841) (-251 "EQTBL.spad" 341934 341956 342143 342158) (-250 "EQ2.spad" 341652 341664 341924 341929) (-249 "EQ.spad" 336558 336568 339353 339459) (-248 "EP.spad" 332884 332894 336548 336553) (-247 "ENV.spad" 331562 331570 332874 332879) (-246 "ENTIRER.spad" 331230 331238 331506 331557) (-245 "ENTIRER.spad" 330942 330952 331220 331225) (-244 "EMR.spad" 330230 330271 330868 330937) (-243 "ELTAGG.spad" 328484 328503 330220 330225) (-242 "ELTAGG.spad" 326674 326695 328412 328417) (-241 "ELTAB.spad" 326149 326162 326664 326669) (-240 "ELFUTS.spad" 325584 325603 326139 326144) (-239 "ELEMFUN.spad" 325273 325281 325574 325579) (-238 "ELEMFUN.spad" 324960 324970 325263 325268) (-237 "ELAGG.spad" 322931 322941 324940 324955) (-236 "ELAGG.spad" 320841 320853 322852 322857) (-235 "ELABOR.spad" 320187 320195 320831 320836) (-234 "ELABEXPR.spad" 319119 319127 320177 320182) (-233 "EFUPXS.spad" 315895 315925 319075 319080) (-232 "EFULS.spad" 312731 312754 315851 315856) (-231 "EFSTRUC.spad" 310746 310762 312721 312726) (-230 "EF.spad" 305522 305538 310736 310741) (-229 "EAB.spad" 303822 303830 305512 305517) (-228 "DVARCAT.spad" 300828 300838 303812 303817) (-227 "DVARCAT.spad" 297832 297844 300818 300823) (-226 "DSMP.spad" 295565 295579 295870 295997) (-225 "DSEXT.spad" 294867 294877 295555 295560) (-224 "DSEXT.spad" 294089 294101 294779 294784) (-223 "DROPT1.spad" 293754 293764 294079 294084) (-222 "DROPT0.spad" 288619 288627 293744 293749) (-221 "DROPT.spad" 282578 282586 288609 288614) (-220 "DRAWPT.spad" 280751 280759 282568 282573) (-219 "DRAWHACK.spad" 280059 280069 280741 280746) (-218 "DRAWCX.spad" 277537 277545 280049 280054) (-217 "DRAWCURV.spad" 277084 277099 277527 277532) (-216 "DRAWCFUN.spad" 266616 266624 277074 277079) (-215 "DRAW.spad" 259492 259505 266606 266611) (-214 "DQAGG.spad" 257682 257692 259472 259487) (-213 "DPOLCAT.spad" 253039 253055 257550 257677) (-212 "DPOLCAT.spad" 248482 248500 252995 253000) (-211 "DPMO.spad" 241035 241051 241173 241367) (-210 "DPMM.spad" 233601 233619 233726 233920) (-209 "DOMTMPLT.spad" 233372 233380 233591 233596) (-208 "DOMCTOR.spad" 233127 233135 233362 233367) (-207 "DOMAIN.spad" 232238 232246 233117 233122) (-206 "DMP.spad" 229831 229846 230401 230528) (-205 "DMEXT.spad" 229698 229708 229799 229826) (-204 "DLP.spad" 229058 229068 229688 229693) (-203 "DLIST.spad" 227366 227376 227970 227985) (-202 "DLAGG.spad" 225783 225793 227356 227361) (-201 "DIVRING.spad" 225325 225333 225727 225778) (-200 "DIVRING.spad" 224911 224921 225315 225320) (-199 "DISPLAY.spad" 223101 223109 224901 224906) (-198 "DIRPROD2.spad" 221919 221937 223091 223096) (-197 "DIRPROD.spad" 211139 211155 211779 211864) (-196 "DIRPCAT.spad" 210434 210450 211049 211134) (-195 "DIRPCAT.spad" 209343 209361 209960 209965) (-194 "DIOSP.spad" 208168 208176 209333 209338) (-193 "DIOPS.spad" 207164 207174 208148 208163) (-192 "DIOPS.spad" 206107 206119 207093 207098) (-191 "catdef.spad" 205965 205973 206097 206102) (-190 "DIFRING.spad" 205803 205811 205945 205960) (-189 "DIFFSPC.spad" 205382 205390 205793 205798) (-188 "DIFFSPC.spad" 204959 204969 205372 205377) (-187 "DIFFMOD.spad" 204448 204458 204927 204954) (-186 "DIFFDOM.spad" 203613 203624 204438 204443) (-185 "DIFFDOM.spad" 202776 202789 203603 203608) (-184 "DIFEXT.spad" 202595 202605 202756 202771) (-183 "DIAGG.spad" 202225 202235 202575 202590) (-182 "DIAGG.spad" 201863 201875 202215 202220) (-181 "DHMATRIX.spad" 200252 200262 201397 201412) (-180 "DFSFUN.spad" 193892 193900 200242 200247) (-179 "DFLOAT.spad" 190499 190507 193782 193887) (-178 "DFINTTLS.spad" 188730 188746 190489 190494) (-177 "DERHAM.spad" 186644 186676 188710 188725) (-176 "DEQUEUE.spad" 186045 186055 186328 186343) (-175 "DEGRED.spad" 185662 185676 186035 186040) (-174 "DEFINTRF.spad" 183244 183254 185652 185657) (-173 "DEFINTEF.spad" 181782 181798 183234 183239) (-172 "DEFAST.spad" 181166 181174 181772 181777) (-171 "DECIMAL.spad" 179395 179403 179756 179849) (-170 "DDFACT.spad" 177216 177233 179385 179390) (-169 "DBLRESP.spad" 176816 176840 177206 177211) (-168 "DBASIS.spad" 176442 176457 176806 176811) (-167 "DBASE.spad" 175106 175116 176432 176437) (-166 "DATAARY.spad" 174592 174605 175096 175101) (-165 "CYCLOTOM.spad" 174098 174106 174582 174587) (-164 "CYCLES.spad" 170884 170892 174088 174093) (-163 "CVMP.spad" 170301 170311 170874 170879) (-162 "CTRIGMNP.spad" 168801 168817 170291 170296) (-161 "CTORKIND.spad" 168404 168412 168791 168796) (-160 "CTORCAT.spad" 167645 167653 168394 168399) (-159 "CTORCAT.spad" 166884 166894 167635 167640) (-158 "CTORCALL.spad" 166473 166483 166874 166879) (-157 "CTOR.spad" 166164 166172 166463 166468) (-156 "CSTTOOLS.spad" 165409 165422 166154 166159) (-155 "CRFP.spad" 159181 159194 165399 165404) (-154 "CRCEAST.spad" 158901 158909 159171 159176) (-153 "CRAPACK.spad" 157968 157978 158891 158896) (-152 "CPMATCH.spad" 157469 157484 157890 157895) (-151 "CPIMA.spad" 157174 157193 157459 157464) (-150 "COORDSYS.spad" 152183 152193 157164 157169) (-149 "CONTOUR.spad" 151610 151618 152173 152178) (-148 "CONTFRAC.spad" 147360 147370 151512 151605) (-147 "CONDUIT.spad" 147118 147126 147350 147355) (-146 "COMRING.spad" 146792 146800 147056 147113) (-145 "COMPPROP.spad" 146310 146318 146782 146787) (-144 "COMPLPAT.spad" 146077 146092 146300 146305) (-143 "COMPLEX2.spad" 145792 145804 146067 146072) (-142 "COMPLEX.spad" 141498 141508 141742 142000) (-141 "COMPILER.spad" 141047 141055 141488 141493) (-140 "COMPFACT.spad" 140649 140663 141037 141042) (-139 "COMPCAT.spad" 138724 138734 140386 140644) (-138 "COMPCAT.spad" 136540 136552 138204 138209) (-137 "COMMUPC.spad" 136288 136306 136530 136535) (-136 "COMMONOP.spad" 135821 135829 136278 136283) (-135 "COMMAAST.spad" 135584 135592 135811 135816) (-134 "COMM.spad" 135395 135403 135574 135579) (-133 "COMBOPC.spad" 134318 134326 135385 135390) (-132 "COMBINAT.spad" 133085 133095 134308 134313) (-131 "COMBF.spad" 130507 130523 133075 133080) (-130 "COLOR.spad" 129344 129352 130497 130502) (-129 "COLONAST.spad" 129010 129018 129334 129339) (-128 "CMPLXRT.spad" 128721 128738 129000 129005) (-127 "CLLCTAST.spad" 128383 128391 128711 128716) (-126 "CLIP.spad" 124491 124499 128373 128378) (-125 "CLIF.spad" 123146 123162 124447 124486) (-124 "CLAGG.spad" 121138 121148 123136 123141) (-123 "CLAGG.spad" 118989 119001 120989 120994) (-122 "CINTSLPE.spad" 118344 118357 118979 118984) (-121 "CHVAR.spad" 116482 116504 118334 118339) (-120 "CHARZ.spad" 116397 116405 116462 116477) (-119 "CHARPOL.spad" 115923 115933 116387 116392) (-118 "CHARNZ.spad" 115685 115693 115903 115918) (-117 "CHAR.spad" 113053 113061 115675 115680) (-116 "CFCAT.spad" 112381 112389 113043 113048) (-115 "CDEN.spad" 111601 111615 112371 112376) (-114 "CCLASS.spad" 109670 109678 110932 110959) (-113 "CATEGORY.spad" 108744 108752 109660 109665) (-112 "CATCTOR.spad" 108635 108643 108734 108739) (-111 "CATAST.spad" 108261 108269 108625 108630) (-110 "CASEAST.spad" 107975 107983 108251 108256) (-109 "CARTEN2.spad" 107365 107392 107965 107970) (-108 "CARTEN.spad" 103117 103141 107355 107360) (-107 "CARD.spad" 100412 100420 103091 103112) (-106 "CAPSLAST.spad" 100194 100202 100402 100407) (-105 "CACHSET.spad" 99818 99826 100184 100189) (-104 "CABMON.spad" 99373 99381 99808 99813) (-103 "BYTEORD.spad" 99048 99056 99363 99368) (-102 "BYTEBUF.spad" 96858 96866 98064 98079) (-101 "BYTE.spad" 96333 96341 96848 96853) (-100 "BTREE.spad" 95422 95432 95956 95971) (-99 "BTOURN.spad" 94444 94453 95045 95060) (-98 "BTCAT.spad" 94014 94023 94424 94439) (-97 "BTCAT.spad" 93592 93603 94004 94009) (-96 "BTAGG.spad" 93071 93078 93572 93587) (-95 "BTAGG.spad" 92558 92567 93061 93066) (-94 "BSTREE.spad" 91316 91325 92181 92196) (-93 "BRILL.spad" 89522 89532 91306 91311) (-92 "BRAGG.spad" 88479 88488 89512 89517) (-91 "BRAGG.spad" 87372 87383 88407 88412) (-90 "BPADICRT.spad" 85432 85443 85678 85771) (-89 "BPADIC.spad" 85105 85116 85358 85427) (-88 "BOUNDZRO.spad" 84762 84778 85095 85100) (-87 "BOP1.spad" 82221 82230 84752 84757) (-86 "BOP.spad" 77364 77371 82211 82216) (-85 "BOOLEAN.spad" 76913 76920 77354 77359) (-84 "BOOLE.spad" 76564 76571 76903 76908) (-83 "BOOLE.spad" 76213 76222 76554 76559) (-82 "BMODULE.spad" 75926 75937 76181 76208) (-81 "BITS.spad" 75127 75134 75341 75356) (-80 "catdef.spad" 75010 75020 75117 75122) (-79 "catdef.spad" 74761 74771 75000 75005) (-78 "BINDING.spad" 74183 74190 74751 74756) (-77 "BINARY.spad" 72418 72425 72773 72866) (-76 "BGAGG.spad" 71738 71747 72398 72413) (-75 "BGAGG.spad" 71066 71077 71728 71733) (-74 "BEZOUT.spad" 70207 70233 71016 71021) (-73 "BBTREE.spad" 67101 67110 69830 69845) (-72 "BASTYPE.spad" 66601 66608 67091 67096) (-71 "BASTYPE.spad" 66099 66108 66591 66596) (-70 "BALFACT.spad" 65559 65571 66089 66094) (-69 "AUTOMOR.spad" 65010 65019 65539 65554) (-68 "ATTREG.spad" 62142 62149 64786 65005) (-67 "ATTRAST.spad" 61859 61866 62132 62137) (-66 "ATRIG.spad" 61329 61336 61849 61854) (-65 "ATRIG.spad" 60797 60806 61319 61324) (-64 "ASTCAT.spad" 60701 60708 60787 60792) (-63 "ASTCAT.spad" 60603 60612 60691 60696) (-62 "ASTACK.spad" 60019 60028 60287 60302) (-61 "ASSOCEQ.spad" 58853 58864 59975 59980) (-60 "ARRAY2.spad" 58388 58397 58537 58552) (-59 "ARRAY12.spad" 57101 57112 58378 58383) (-58 "ARRAY1.spad" 55667 55676 56013 56028) (-57 "ARR2CAT.spad" 51719 51740 55647 55662) (-56 "ARR2CAT.spad" 47779 47802 51709 51714) (-55 "ARITY.spad" 47151 47158 47769 47774) (-54 "APPRULE.spad" 46435 46457 47141 47146) (-53 "APPLYORE.spad" 46054 46067 46425 46430) (-52 "ANY1.spad" 45125 45134 46044 46049) (-51 "ANY.spad" 43976 43983 45115 45120) (-50 "ANTISYM.spad" 42421 42437 43956 43971) (-49 "ANON.spad" 42130 42137 42411 42416) (-48 "AN.spad" 40598 40605 41961 42054) (-47 "AMR.spad" 38783 38794 40496 40593) (-46 "AMR.spad" 36831 36844 38546 38551) (-45 "ALIST.spad" 33066 33087 33416 33431) (-44 "ALGSC.spad" 32201 32227 32938 32991) (-43 "ALGPKG.spad" 27984 27995 32157 32162) (-42 "ALGMFACT.spad" 27177 27191 27974 27979) (-41 "ALGMANIP.spad" 24678 24693 27021 27026) (-40 "ALGFF.spad" 22496 22523 22713 22869) (-39 "ALGFACT.spad" 21615 21625 22486 22491) (-38 "ALGEBRA.spad" 21448 21457 21571 21610) (-37 "ALGEBRA.spad" 21313 21324 21438 21443) (-36 "ALAGG.spad" 20841 20862 21293 21308) (-35 "AHYP.spad" 20222 20229 20831 20836) (-34 "AGG.spad" 19129 19136 20212 20217) (-33 "AGG.spad" 18034 18043 19119 19124) (-32 "AF.spad" 16479 16494 17983 17988) (-31 "ADDAST.spad" 16165 16172 16469 16474) (-30 "ACPLOT.spad" 15042 15049 16155 16160) (-29 "ACFS.spad" 12899 12908 14944 15037) (-28 "ACFS.spad" 10842 10853 12889 12894) (-27 "ACF.spad" 7596 7603 10744 10837) (-26 "ACF.spad" 4436 4445 7586 7591) (-25 "ABELSG.spad" 3977 3984 4426 4431) (-24 "ABELSG.spad" 3516 3525 3967 3972) (-23 "ABELMON.spad" 2944 2951 3506 3511) (-22 "ABELMON.spad" 2370 2379 2934 2939) (-21 "ABELGRP.spad" 2035 2042 2360 2365) (-20 "ABELGRP.spad" 1698 1707 2025 2030) (-19 "A1AGG.spad" 860 869 1678 1693) (-18 "A1AGG.spad" 30 41 850 855)) \ No newline at end of file
+((-3 NIL 1968340 1968345 1968350 1968355) (-2 NIL 1968320 1968325 1968330 1968335) (-1 NIL 1968300 1968305 1968310 1968315) (0 NIL 1968280 1968285 1968290 1968295) (-1210 "ZMOD.spad" 1968089 1968102 1968218 1968275) (-1209 "ZLINDEP.spad" 1967187 1967198 1968079 1968084) (-1208 "ZDSOLVE.spad" 1957148 1957170 1967177 1967182) (-1207 "YSTREAM.spad" 1956643 1956654 1957138 1957143) (-1206 "YDIAGRAM.spad" 1956277 1956286 1956633 1956638) (-1205 "XRPOLY.spad" 1955497 1955517 1956133 1956202) (-1204 "XPR.spad" 1953292 1953305 1955215 1955314) (-1203 "XPOLYC.spad" 1952611 1952627 1953218 1953287) (-1202 "XPOLY.spad" 1952166 1952177 1952467 1952536) (-1201 "XPBWPOLY.spad" 1950637 1950657 1951972 1952041) (-1200 "XFALG.spad" 1947685 1947701 1950563 1950632) (-1199 "XF.spad" 1946148 1946163 1947587 1947680) (-1198 "XF.spad" 1944591 1944608 1946032 1946037) (-1197 "XEXPPKG.spad" 1943850 1943876 1944581 1944586) (-1196 "XDPOLY.spad" 1943464 1943480 1943706 1943775) (-1195 "XALG.spad" 1943132 1943143 1943420 1943459) (-1194 "WUTSET.spad" 1938996 1939013 1942627 1942632) (-1193 "WP.spad" 1938203 1938247 1938854 1938921) (-1192 "WHILEAST.spad" 1938001 1938010 1938193 1938198) (-1191 "WHEREAST.spad" 1937672 1937681 1937991 1937996) (-1190 "WFFINTBS.spad" 1935335 1935357 1937662 1937667) (-1189 "WEIER.spad" 1933557 1933568 1935325 1935330) (-1188 "VSPACE.spad" 1933230 1933241 1933525 1933552) (-1187 "VSPACE.spad" 1932923 1932936 1933220 1933225) (-1186 "VOID.spad" 1932600 1932609 1932913 1932918) (-1185 "VIEWDEF.spad" 1927801 1927810 1932590 1932595) (-1184 "VIEW3D.spad" 1911762 1911771 1927791 1927796) (-1183 "VIEW2D.spad" 1899661 1899670 1911752 1911757) (-1182 "VIEW.spad" 1897381 1897390 1899651 1899656) (-1181 "VECTOR2.spad" 1896020 1896033 1897371 1897376) (-1180 "VECTOR.spad" 1894436 1894447 1894687 1894692) (-1179 "VECTCAT.spad" 1892370 1892381 1894426 1894431) (-1178 "VECTCAT.spad" 1890091 1890104 1892149 1892154) (-1177 "VARIABLE.spad" 1889871 1889886 1890081 1890086) (-1176 "UTYPE.spad" 1889515 1889524 1889861 1889866) (-1175 "UTSODETL.spad" 1888810 1888834 1889471 1889476) (-1174 "UTSODE.spad" 1887026 1887046 1888800 1888805) (-1173 "UTSCAT.spad" 1884505 1884521 1886924 1887021) (-1172 "UTSCAT.spad" 1881652 1881670 1884073 1884078) (-1171 "UTS2.spad" 1881247 1881282 1881642 1881647) (-1170 "UTS.spad" 1876259 1876287 1879779 1879876) (-1169 "URAGG.spad" 1870980 1870991 1876249 1876254) (-1168 "URAGG.spad" 1865637 1865650 1870908 1870913) (-1167 "UPXSSING.spad" 1863405 1863431 1864841 1864974) (-1166 "UPXSCONS.spad" 1861223 1861243 1861596 1861745) (-1165 "UPXSCCA.spad" 1859794 1859814 1861069 1861218) (-1164 "UPXSCCA.spad" 1858507 1858529 1859784 1859789) (-1163 "UPXSCAT.spad" 1857096 1857112 1858353 1858502) (-1162 "UPXS2.spad" 1856639 1856692 1857086 1857091) (-1161 "UPXS.spad" 1853994 1854022 1854830 1854979) (-1160 "UPSQFREE.spad" 1852409 1852423 1853984 1853989) (-1159 "UPSCAT.spad" 1850204 1850228 1852307 1852404) (-1158 "UPSCAT.spad" 1847700 1847726 1849805 1849810) (-1157 "UPOLYC2.spad" 1847171 1847190 1847690 1847695) (-1156 "UPOLYC.spad" 1842251 1842262 1847013 1847166) (-1155 "UPOLYC.spad" 1837249 1837262 1842013 1842018) (-1154 "UPMP.spad" 1836181 1836194 1837239 1837244) (-1153 "UPDIVP.spad" 1835746 1835760 1836171 1836176) (-1152 "UPDECOMP.spad" 1834007 1834021 1835736 1835741) (-1151 "UPCDEN.spad" 1833224 1833240 1833997 1834002) (-1150 "UP2.spad" 1832588 1832609 1833214 1833219) (-1149 "UP.spad" 1830058 1830073 1830445 1830598) (-1148 "UNISEG2.spad" 1829555 1829568 1830014 1830019) (-1147 "UNISEG.spad" 1828908 1828919 1829474 1829479) (-1146 "UNIFACT.spad" 1828011 1828023 1828898 1828903) (-1145 "ULSCONS.spad" 1821857 1821877 1822227 1822376) (-1144 "ULSCCAT.spad" 1819594 1819614 1821703 1821852) (-1143 "ULSCCAT.spad" 1817439 1817461 1819550 1819555) (-1142 "ULSCAT.spad" 1815679 1815695 1817285 1817434) (-1141 "ULS2.spad" 1815193 1815246 1815669 1815674) (-1140 "ULS.spad" 1807226 1807254 1808171 1808594) (-1139 "UINT8.spad" 1807103 1807112 1807216 1807221) (-1138 "UINT64.spad" 1806979 1806988 1807093 1807098) (-1137 "UINT32.spad" 1806855 1806864 1806969 1806974) (-1136 "UINT16.spad" 1806731 1806740 1806845 1806850) (-1135 "UFD.spad" 1805796 1805805 1806657 1806726) (-1134 "UFD.spad" 1804923 1804934 1805786 1805791) (-1133 "UDVO.spad" 1803804 1803813 1804913 1804918) (-1132 "UDPO.spad" 1801385 1801396 1803760 1803765) (-1131 "TYPEAST.spad" 1801304 1801313 1801375 1801380) (-1130 "TYPE.spad" 1801236 1801245 1801294 1801299) (-1129 "TWOFACT.spad" 1799888 1799903 1801226 1801231) (-1128 "TUPLE.spad" 1799395 1799406 1799800 1799805) (-1127 "TUBETOOL.spad" 1796262 1796271 1799385 1799390) (-1126 "TUBE.spad" 1794909 1794926 1796252 1796257) (-1125 "TSETCAT.spad" 1783002 1783019 1794899 1794904) (-1124 "TSETCAT.spad" 1771059 1771078 1782958 1782963) (-1123 "TS.spad" 1769687 1769703 1770653 1770750) (-1122 "TRMANIP.spad" 1764051 1764068 1769375 1769380) (-1121 "TRIMAT.spad" 1763014 1763039 1764041 1764046) (-1120 "TRIGMNIP.spad" 1761541 1761558 1763004 1763009) (-1119 "TRIGCAT.spad" 1761053 1761062 1761531 1761536) (-1118 "TRIGCAT.spad" 1760563 1760574 1761043 1761048) (-1117 "TREE.spad" 1759164 1759175 1760196 1760201) (-1116 "TRANFUN.spad" 1759003 1759012 1759154 1759159) (-1115 "TRANFUN.spad" 1758840 1758851 1758993 1758998) (-1114 "TOPSP.spad" 1758514 1758523 1758830 1758835) (-1113 "TOOLSIGN.spad" 1758177 1758188 1758504 1758509) (-1112 "TEXTFILE.spad" 1756738 1756747 1758167 1758172) (-1111 "TEX1.spad" 1756294 1756305 1756728 1756733) (-1110 "TEX.spad" 1753488 1753497 1756284 1756289) (-1109 "TBCMPPK.spad" 1751589 1751612 1753478 1753483) (-1108 "TBAGG.spad" 1750854 1750877 1751579 1751584) (-1107 "TBAGG.spad" 1750117 1750142 1750844 1750849) (-1106 "TANEXP.spad" 1749525 1749536 1750107 1750112) (-1105 "TALGOP.spad" 1749249 1749260 1749515 1749520) (-1104 "TABLEAU.spad" 1748730 1748741 1749239 1749244) (-1103 "TABLE.spad" 1746440 1746463 1746710 1746715) (-1102 "TABLBUMP.spad" 1743219 1743230 1746430 1746435) (-1101 "SYSTEM.spad" 1742447 1742456 1743209 1743214) (-1100 "SYSSOLP.spad" 1739930 1739941 1742437 1742442) (-1099 "SYSPTR.spad" 1739829 1739838 1739920 1739925) (-1098 "SYSNNI.spad" 1739052 1739063 1739819 1739824) (-1097 "SYSINT.spad" 1738456 1738467 1739042 1739047) (-1096 "SYNTAX.spad" 1734790 1734799 1738446 1738451) (-1095 "SYMTAB.spad" 1732858 1732867 1734780 1734785) (-1094 "SYMS.spad" 1728887 1728896 1732848 1732853) (-1093 "SYMPOLY.spad" 1728020 1728031 1728102 1728229) (-1092 "SYMFUNC.spad" 1727521 1727532 1728010 1728015) (-1091 "SYMBOL.spad" 1725016 1725025 1727511 1727516) (-1090 "SUTS.spad" 1722129 1722157 1723548 1723645) (-1089 "SUPXS.spad" 1719471 1719499 1720320 1720469) (-1088 "SUPFRACF.spad" 1718576 1718594 1719461 1719466) (-1087 "SUP2.spad" 1717968 1717981 1718566 1718571) (-1086 "SUP.spad" 1715052 1715063 1715825 1715978) (-1085 "SUMRF.spad" 1714026 1714037 1715042 1715047) (-1084 "SUMFS.spad" 1713655 1713672 1714016 1714021) (-1083 "SULS.spad" 1705675 1705703 1706633 1707056) (-1082 "syntax.spad" 1705444 1705453 1705665 1705670) (-1081 "SUCH.spad" 1705134 1705149 1705434 1705439) (-1080 "SUBSPACE.spad" 1697265 1697280 1705124 1705129) (-1079 "SUBRESP.spad" 1696435 1696449 1697221 1697226) (-1078 "STTFNC.spad" 1692903 1692919 1696425 1696430) (-1077 "STTF.spad" 1689002 1689018 1692893 1692898) (-1076 "STTAYLOR.spad" 1681679 1681690 1688909 1688914) (-1075 "STRTBL.spad" 1679552 1679569 1679701 1679706) (-1074 "STRING.spad" 1678193 1678202 1678578 1678583) (-1073 "STREAM3.spad" 1677766 1677781 1678183 1678188) (-1072 "STREAM2.spad" 1676894 1676907 1677756 1677761) (-1071 "STREAM1.spad" 1676600 1676611 1676884 1676889) (-1070 "STREAM.spad" 1673560 1673571 1676051 1676056) (-1069 "STINPROD.spad" 1672496 1672512 1673550 1673555) (-1068 "STEPAST.spad" 1671730 1671739 1672486 1672491) (-1067 "STEP.spad" 1671047 1671056 1671720 1671725) (-1066 "STBL.spad" 1668860 1668888 1669027 1669032) (-1065 "STAGG.spad" 1667559 1667570 1668850 1668855) (-1064 "STAGG.spad" 1666256 1666269 1667549 1667554) (-1063 "STACK.spad" 1665700 1665711 1665950 1665955) (-1062 "SRING.spad" 1665460 1665469 1665690 1665695) (-1061 "SREGSET.spad" 1663053 1663070 1664955 1664960) (-1060 "SRDCMPK.spad" 1661630 1661650 1663043 1663048) (-1059 "SRAGG.spad" 1656835 1656844 1661620 1661625) (-1058 "SRAGG.spad" 1652038 1652049 1656825 1656830) (-1057 "SQMATRIX.spad" 1649727 1649745 1650643 1650718) (-1056 "SPLTREE.spad" 1644387 1644400 1649183 1649188) (-1055 "SPLNODE.spad" 1641007 1641020 1644377 1644382) (-1054 "SPFCAT.spad" 1639816 1639825 1640997 1641002) (-1053 "SPECOUT.spad" 1638368 1638377 1639806 1639811) (-1052 "SPADXPT.spad" 1630459 1630468 1638358 1638363) (-1051 "spad-parser.spad" 1629924 1629933 1630449 1630454) (-1050 "SPADAST.spad" 1629625 1629634 1629914 1629919) (-1049 "SPACEC.spad" 1613840 1613851 1629615 1629620) (-1048 "SPACE3.spad" 1613616 1613627 1613830 1613835) (-1047 "SORTPAK.spad" 1613165 1613178 1613572 1613577) (-1046 "SOLVETRA.spad" 1610928 1610939 1613155 1613160) (-1045 "SOLVESER.spad" 1609384 1609395 1610918 1610923) (-1044 "SOLVERAD.spad" 1605410 1605421 1609374 1609379) (-1043 "SOLVEFOR.spad" 1603872 1603890 1605400 1605405) (-1042 "SNTSCAT.spad" 1603494 1603511 1603862 1603867) (-1041 "SMTS.spad" 1601811 1601837 1603088 1603185) (-1040 "SMP.spad" 1599619 1599639 1600009 1600136) (-1039 "SMITH.spad" 1598464 1598489 1599609 1599614) (-1038 "SMATCAT.spad" 1596594 1596624 1598420 1598459) (-1037 "SMATCAT.spad" 1594644 1594676 1596472 1596477) (-1036 "aggcat.spad" 1594330 1594341 1594634 1594639) (-1035 "SKAGG.spad" 1593321 1593332 1594320 1594325) (-1034 "SINT.spad" 1592620 1592629 1593187 1593316) (-1033 "SIMPAN.spad" 1592348 1592357 1592610 1592615) (-1032 "SIGNRF.spad" 1591473 1591484 1592338 1592343) (-1031 "SIGNEF.spad" 1590759 1590776 1591463 1591468) (-1030 "syntax.spad" 1590176 1590185 1590749 1590754) (-1029 "SIG.spad" 1589538 1589547 1590166 1590171) (-1028 "SHP.spad" 1587482 1587497 1589494 1589499) (-1027 "SHDP.spad" 1576825 1576852 1577342 1577427) (-1026 "SGROUP.spad" 1576433 1576442 1576815 1576820) (-1025 "SGROUP.spad" 1576039 1576050 1576423 1576428) (-1024 "catdef.spad" 1575749 1575761 1575860 1576034) (-1023 "catdef.spad" 1575305 1575317 1575570 1575744) (-1022 "SGCF.spad" 1568444 1568453 1575295 1575300) (-1021 "SFRTCAT.spad" 1567412 1567429 1568434 1568439) (-1020 "SFRGCD.spad" 1566475 1566495 1567402 1567407) (-1019 "SFQCMPK.spad" 1561288 1561308 1566465 1566470) (-1018 "SEXOF.spad" 1561131 1561171 1561278 1561283) (-1017 "SEXCAT.spad" 1558959 1558999 1561121 1561126) (-1016 "SEX.spad" 1558851 1558860 1558949 1558954) (-1015 "SETMN.spad" 1557311 1557328 1558841 1558846) (-1014 "SETCAT.spad" 1556796 1556805 1557301 1557306) (-1013 "SETCAT.spad" 1556279 1556290 1556786 1556791) (-1012 "SETAGG.spad" 1552828 1552839 1556259 1556274) (-1011 "SETAGG.spad" 1549385 1549398 1552818 1552823) (-1010 "SET.spad" 1547555 1547566 1548654 1548669) (-1009 "syntax.spad" 1547258 1547267 1547545 1547550) (-1008 "SEGXCAT.spad" 1546414 1546427 1547248 1547253) (-1007 "SEGCAT.spad" 1545339 1545350 1546404 1546409) (-1006 "SEGBIND2.spad" 1545037 1545050 1545329 1545334) (-1005 "SEGBIND.spad" 1544795 1544806 1544984 1544989) (-1004 "SEGAST.spad" 1544525 1544534 1544785 1544790) (-1003 "SEG2.spad" 1543960 1543973 1544481 1544486) (-1002 "SEG.spad" 1543773 1543784 1543879 1543884) (-1001 "SDVAR.spad" 1543049 1543060 1543763 1543768) (-1000 "SDPOL.spad" 1540741 1540752 1541032 1541159) (-999 "SCPKG.spad" 1538831 1538841 1540731 1540736) (-998 "SCOPE.spad" 1538009 1538017 1538821 1538826) (-997 "SCACHE.spad" 1536706 1536716 1537999 1538004) (-996 "SASTCAT.spad" 1536616 1536624 1536696 1536701) (-995 "SAOS.spad" 1536489 1536497 1536606 1536611) (-994 "SAERFFC.spad" 1536203 1536222 1536479 1536484) (-993 "SAEFACT.spad" 1535905 1535924 1536193 1536198) (-992 "SAE.spad" 1533556 1533571 1534166 1534301) (-991 "RURPK.spad" 1531216 1531231 1533546 1533551) (-990 "RULESET.spad" 1530670 1530693 1531206 1531211) (-989 "RULECOLD.spad" 1530523 1530535 1530660 1530665) (-988 "RULE.spad" 1528772 1528795 1530513 1530518) (-987 "RTVALUE.spad" 1528508 1528516 1528762 1528767) (-986 "syntax.spad" 1528226 1528234 1528498 1528503) (-985 "RSETGCD.spad" 1524669 1524688 1528216 1528221) (-984 "RSETCAT.spad" 1514660 1514676 1524659 1524664) (-983 "RSETCAT.spad" 1504649 1504667 1514650 1514655) (-982 "RSDCMPK.spad" 1503150 1503169 1504639 1504644) (-981 "RRCC.spad" 1501535 1501564 1503140 1503145) (-980 "RRCC.spad" 1499918 1499949 1501525 1501530) (-979 "RPTAST.spad" 1499621 1499629 1499908 1499913) (-978 "RPOLCAT.spad" 1479126 1479140 1499489 1499616) (-977 "RPOLCAT.spad" 1458424 1458440 1478789 1478794) (-976 "ROMAN.spad" 1457753 1457761 1458290 1458419) (-975 "ROIRC.spad" 1456834 1456865 1457743 1457748) (-974 "RNS.spad" 1455811 1455819 1456736 1456829) (-973 "RNS.spad" 1454874 1454884 1455801 1455806) (-972 "RNGBIND.spad" 1454035 1454048 1454829 1454834) (-971 "RNG.spad" 1453644 1453652 1454025 1454030) (-970 "RNG.spad" 1453251 1453261 1453634 1453639) (-969 "RMODULE.spad" 1453033 1453043 1453241 1453246) (-968 "RMCAT2.spad" 1452454 1452510 1453023 1453028) (-967 "RMATRIX.spad" 1451276 1451294 1451618 1451645) (-966 "RMATCAT.spad" 1446926 1446956 1451244 1451271) (-965 "RMATCAT.spad" 1442454 1442486 1446774 1446779) (-964 "RLINSET.spad" 1442159 1442169 1442444 1442449) (-963 "RINTERP.spad" 1442048 1442067 1442149 1442154) (-962 "RING.spad" 1441519 1441527 1442028 1442043) (-961 "RING.spad" 1440998 1441008 1441509 1441514) (-960 "RIDIST.spad" 1440391 1440399 1440988 1440993) (-959 "RGCHAIN.spad" 1438658 1438673 1439551 1439556) (-958 "RGBCSPC.spad" 1438448 1438459 1438648 1438653) (-957 "RGBCMDL.spad" 1438011 1438022 1438438 1438443) (-956 "RFFACTOR.spad" 1437474 1437484 1438001 1438006) (-955 "RFFACT.spad" 1437210 1437221 1437464 1437469) (-954 "RFDIST.spad" 1436207 1436215 1437200 1437205) (-953 "RF.spad" 1433882 1433892 1436197 1436202) (-952 "RETSOL.spad" 1433302 1433314 1433872 1433877) (-951 "RETRACT.spad" 1432731 1432741 1433292 1433297) (-950 "RETRACT.spad" 1432158 1432170 1432721 1432726) (-949 "RETAST.spad" 1431971 1431979 1432148 1432153) (-948 "RESRING.spad" 1431319 1431365 1431909 1431966) (-947 "RESLATC.spad" 1430644 1430654 1431309 1431314) (-946 "REPSQ.spad" 1430376 1430386 1430634 1430639) (-945 "REPDB.spad" 1430084 1430094 1430366 1430371) (-944 "REP2.spad" 1419799 1419809 1429926 1429931) (-943 "REP1.spad" 1414020 1414030 1419749 1419754) (-942 "REP.spad" 1411575 1411583 1414010 1414015) (-941 "REGSET.spad" 1409262 1409278 1411070 1411075) (-940 "REF.spad" 1408781 1408791 1409252 1409257) (-939 "REDORDER.spad" 1407988 1408004 1408771 1408776) (-938 "RECLOS.spad" 1406885 1406904 1407588 1407681) (-937 "REALSOLV.spad" 1406026 1406034 1406875 1406880) (-936 "REAL0Q.spad" 1403325 1403339 1406016 1406021) (-935 "REAL0.spad" 1400170 1400184 1403315 1403320) (-934 "REAL.spad" 1400043 1400051 1400160 1400165) (-933 "RDUCEAST.spad" 1399765 1399773 1400033 1400038) (-932 "RDIV.spad" 1399421 1399445 1399755 1399760) (-931 "RDIST.spad" 1398989 1398999 1399411 1399416) (-930 "RDETRS.spad" 1397854 1397871 1398979 1398984) (-929 "RDETR.spad" 1395994 1396011 1397844 1397849) (-928 "RDEEFS.spad" 1395094 1395110 1395984 1395989) (-927 "RDEEF.spad" 1394105 1394121 1395084 1395089) (-926 "RCFIELD.spad" 1391324 1391332 1394007 1394100) (-925 "RCFIELD.spad" 1388629 1388639 1391314 1391319) (-924 "RCAGG.spad" 1386566 1386576 1388619 1388624) (-923 "RCAGG.spad" 1384404 1384416 1386459 1386464) (-922 "RATRET.spad" 1383765 1383775 1384394 1384399) (-921 "RATFACT.spad" 1383458 1383469 1383755 1383760) (-920 "RANDSRC.spad" 1382778 1382786 1383448 1383453) (-919 "RADUTIL.spad" 1382535 1382543 1382768 1382773) (-918 "RADIX.spad" 1379580 1379593 1381125 1381218) (-917 "RADFF.spad" 1377497 1377533 1377615 1377771) (-916 "RADCAT.spad" 1377093 1377101 1377487 1377492) (-915 "RADCAT.spad" 1376687 1376697 1377083 1377088) (-914 "QUEUE.spad" 1376123 1376133 1376381 1376386) (-913 "QUATCT2.spad" 1375744 1375762 1376113 1376118) (-912 "QUATCAT.spad" 1373915 1373925 1375674 1375739) (-911 "QUATCAT.spad" 1371851 1371863 1373612 1373617) (-910 "QUAT.spad" 1370458 1370468 1370800 1370865) (-909 "QUAGG.spad" 1369314 1369324 1370448 1370453) (-908 "QQUTAST.spad" 1369083 1369091 1369304 1369309) (-907 "QFORM.spad" 1368702 1368716 1369073 1369078) (-906 "QFCAT2.spad" 1368395 1368411 1368692 1368697) (-905 "QFCAT.spad" 1367098 1367108 1368297 1368390) (-904 "QFCAT.spad" 1365434 1365446 1366635 1366640) (-903 "QEQUAT.spad" 1364993 1365001 1365424 1365429) (-902 "QCMPACK.spad" 1359908 1359927 1364983 1364988) (-901 "QALGSET2.spad" 1357904 1357922 1359898 1359903) (-900 "QALGSET.spad" 1354009 1354041 1357818 1357823) (-899 "PWFFINTB.spad" 1351425 1351446 1353999 1354004) (-898 "PUSHVAR.spad" 1350764 1350783 1351415 1351420) (-897 "PTRANFN.spad" 1346900 1346910 1350754 1350759) (-896 "PTPACK.spad" 1343988 1343998 1346890 1346895) (-895 "PTFUNC2.spad" 1343811 1343825 1343978 1343983) (-894 "PTCAT.spad" 1343088 1343098 1343801 1343806) (-893 "PSQFR.spad" 1342403 1342427 1343078 1343083) (-892 "PSEUDLIN.spad" 1341289 1341299 1342393 1342398) (-891 "PSETPK.spad" 1327994 1328010 1341167 1341172) (-890 "PSETCAT.spad" 1322404 1322427 1327984 1327989) (-889 "PSETCAT.spad" 1316778 1316803 1322360 1322365) (-888 "PSCURVE.spad" 1315777 1315785 1316768 1316773) (-887 "PSCAT.spad" 1314560 1314589 1315675 1315772) (-886 "PSCAT.spad" 1313433 1313464 1314550 1314555) (-885 "PRTITION.spad" 1312131 1312139 1313423 1313428) (-884 "PRTDAST.spad" 1311850 1311858 1312121 1312126) (-883 "PRS.spad" 1301468 1301485 1311806 1311811) (-882 "PRQAGG.spad" 1300925 1300935 1301458 1301463) (-881 "PROPLOG.spad" 1300529 1300537 1300915 1300920) (-880 "PROPFUN2.spad" 1300152 1300165 1300519 1300524) (-879 "PROPFUN1.spad" 1299558 1299569 1300142 1300147) (-878 "PROPFRML.spad" 1298126 1298137 1299548 1299553) (-877 "PROPERTY.spad" 1297622 1297630 1298116 1298121) (-876 "PRODUCT.spad" 1295319 1295331 1295603 1295658) (-875 "PRINT.spad" 1295071 1295079 1295309 1295314) (-874 "PRIMES.spad" 1293332 1293342 1295061 1295066) (-873 "PRIMELT.spad" 1291453 1291467 1293322 1293327) (-872 "PRIMCAT.spad" 1291096 1291104 1291443 1291448) (-871 "PRIMARR2.spad" 1289863 1289875 1291086 1291091) (-870 "PRIMARR.spad" 1288615 1288625 1288785 1288790) (-869 "PREASSOC.spad" 1287997 1288009 1288605 1288610) (-868 "PR.spad" 1286515 1286527 1287214 1287341) (-867 "PPCURVE.spad" 1285652 1285660 1286505 1286510) (-866 "PORTNUM.spad" 1285443 1285451 1285642 1285647) (-865 "POLYROOT.spad" 1284292 1284314 1285399 1285404) (-864 "POLYLIFT.spad" 1283557 1283580 1284282 1284287) (-863 "POLYCATQ.spad" 1281683 1281705 1283547 1283552) (-862 "POLYCAT.spad" 1275185 1275206 1281551 1281678) (-861 "POLYCAT.spad" 1268207 1268230 1274575 1274580) (-860 "POLY2UP.spad" 1267659 1267673 1268197 1268202) (-859 "POLY2.spad" 1267256 1267268 1267649 1267654) (-858 "POLY.spad" 1264924 1264934 1265439 1265566) (-857 "POLUTIL.spad" 1263889 1263918 1264880 1264885) (-856 "POLTOPOL.spad" 1262637 1262652 1263879 1263884) (-855 "POINT.spad" 1261217 1261227 1261304 1261309) (-854 "PNTHEORY.spad" 1257919 1257927 1261207 1261212) (-853 "PMTOOLS.spad" 1256694 1256708 1257909 1257914) (-852 "PMSYM.spad" 1256243 1256253 1256684 1256689) (-851 "PMQFCAT.spad" 1255834 1255848 1256233 1256238) (-850 "PMPREDFS.spad" 1255296 1255318 1255824 1255829) (-849 "PMPRED.spad" 1254783 1254797 1255286 1255291) (-848 "PMPLCAT.spad" 1253860 1253878 1254712 1254717) (-847 "PMLSAGG.spad" 1253445 1253459 1253850 1253855) (-846 "PMKERNEL.spad" 1253024 1253036 1253435 1253440) (-845 "PMINS.spad" 1252604 1252614 1253014 1253019) (-844 "PMFS.spad" 1252181 1252199 1252594 1252599) (-843 "PMDOWN.spad" 1251471 1251485 1252171 1252176) (-842 "PMASSFS.spad" 1250446 1250462 1251461 1251466) (-841 "PMASS.spad" 1249464 1249472 1250436 1250441) (-840 "PLOTTOOL.spad" 1249244 1249252 1249454 1249459) (-839 "PLOT3D.spad" 1245708 1245716 1249234 1249239) (-838 "PLOT1.spad" 1244881 1244891 1245698 1245703) (-837 "PLOT.spad" 1239804 1239812 1244871 1244876) (-836 "PLEQN.spad" 1227206 1227233 1239794 1239799) (-835 "PINTERPA.spad" 1226990 1227006 1227196 1227201) (-834 "PINTERP.spad" 1226612 1226631 1226980 1226985) (-833 "PID.spad" 1225586 1225594 1226538 1226607) (-832 "PICOERCE.spad" 1225243 1225253 1225576 1225581) (-831 "PI.spad" 1224860 1224868 1225217 1225238) (-830 "PGROEB.spad" 1223469 1223483 1224850 1224855) (-829 "PGE.spad" 1215142 1215150 1223459 1223464) (-828 "PGCD.spad" 1214096 1214113 1215132 1215137) (-827 "PFRPAC.spad" 1213245 1213255 1214086 1214091) (-826 "PFR.spad" 1209948 1209958 1213147 1213240) (-825 "PFOTOOLS.spad" 1209206 1209222 1209938 1209943) (-824 "PFOQ.spad" 1208576 1208594 1209196 1209201) (-823 "PFO.spad" 1207995 1208022 1208566 1208571) (-822 "PFECAT.spad" 1205705 1205713 1207921 1207990) (-821 "PFECAT.spad" 1203443 1203453 1205661 1205666) (-820 "PFBRU.spad" 1201331 1201343 1203433 1203438) (-819 "PFBR.spad" 1198891 1198914 1201321 1201326) (-818 "PF.spad" 1198465 1198477 1198696 1198789) (-817 "PERMGRP.spad" 1193235 1193245 1198455 1198460) (-816 "PERMCAT.spad" 1191896 1191906 1193215 1193230) (-815 "PERMAN.spad" 1190452 1190466 1191886 1191891) (-814 "PERM.spad" 1186262 1186272 1190285 1190300) (-813 "PENDTREE.spad" 1185615 1185625 1185895 1185900) (-812 "PDSPC.spad" 1184428 1184438 1185605 1185610) (-811 "PDSPC.spad" 1183239 1183251 1184418 1184423) (-810 "PDRING.spad" 1183081 1183091 1183219 1183234) (-809 "PDMOD.spad" 1182897 1182909 1183049 1183076) (-808 "PDECOMP.spad" 1182367 1182384 1182887 1182892) (-807 "PDDOM.spad" 1181805 1181818 1182357 1182362) (-806 "PDDOM.spad" 1181241 1181256 1181795 1181800) (-805 "PCOMP.spad" 1181094 1181107 1181231 1181236) (-804 "PBWLB.spad" 1179692 1179709 1181084 1181089) (-803 "PATTERN2.spad" 1179430 1179442 1179682 1179687) (-802 "PATTERN1.spad" 1177774 1177790 1179420 1179425) (-801 "PATTERN.spad" 1172349 1172359 1177764 1177769) (-800 "PATRES2.spad" 1172021 1172035 1172339 1172344) (-799 "PATRES.spad" 1169604 1169616 1172011 1172016) (-798 "PATMATCH.spad" 1167845 1167876 1169356 1169361) (-797 "PATMAB.spad" 1167274 1167284 1167835 1167840) (-796 "PATLRES.spad" 1166360 1166374 1167264 1167269) (-795 "PATAB.spad" 1166124 1166134 1166350 1166355) (-794 "PARTPERM.spad" 1164180 1164188 1166114 1166119) (-793 "PARSURF.spad" 1163614 1163642 1164170 1164175) (-792 "PARSU2.spad" 1163411 1163427 1163604 1163609) (-791 "script-parser.spad" 1162931 1162939 1163401 1163406) (-790 "PARSCURV.spad" 1162365 1162393 1162921 1162926) (-789 "PARSC2.spad" 1162156 1162172 1162355 1162360) (-788 "PARPCURV.spad" 1161618 1161646 1162146 1162151) (-787 "PARPC2.spad" 1161409 1161425 1161608 1161613) (-786 "PARAMAST.spad" 1160537 1160545 1161399 1161404) (-785 "PAN2EXPR.spad" 1159949 1159957 1160527 1160532) (-784 "PALETTE.spad" 1159063 1159071 1159939 1159944) (-783 "PAIR.spad" 1158137 1158150 1158706 1158711) (-782 "PADICRC.spad" 1155542 1155560 1156705 1156798) (-781 "PADICRAT.spad" 1153602 1153614 1153815 1153908) (-780 "PADICCT.spad" 1152151 1152163 1153528 1153597) (-779 "PADIC.spad" 1151854 1151866 1152077 1152146) (-778 "PADEPAC.spad" 1150543 1150562 1151844 1151849) (-777 "PADE.spad" 1149295 1149311 1150533 1150538) (-776 "OWP.spad" 1148543 1148573 1149153 1149220) (-775 "OVERSET.spad" 1148116 1148124 1148533 1148538) (-774 "OVAR.spad" 1147897 1147920 1148106 1148111) (-773 "OUTFORM.spad" 1137305 1137313 1147887 1147892) (-772 "OUTBFILE.spad" 1136739 1136747 1137295 1137300) (-771 "OUTBCON.spad" 1135809 1135817 1136729 1136734) (-770 "OUTBCON.spad" 1134877 1134887 1135799 1135804) (-769 "OUT.spad" 1133995 1134003 1134867 1134872) (-768 "OSI.spad" 1133470 1133478 1133985 1133990) (-767 "OSGROUP.spad" 1133388 1133396 1133460 1133465) (-766 "ORTHPOL.spad" 1131899 1131909 1133331 1133336) (-765 "OREUP.spad" 1131393 1131421 1131620 1131659) (-764 "ORESUP.spad" 1130735 1130759 1131114 1131153) (-763 "OREPCTO.spad" 1128624 1128636 1130655 1130660) (-762 "OREPCAT.spad" 1122811 1122821 1128580 1128619) (-761 "OREPCAT.spad" 1116888 1116900 1122659 1122664) (-760 "ORDTYPE.spad" 1116125 1116133 1116878 1116883) (-759 "ORDTYPE.spad" 1115360 1115370 1116115 1116120) (-758 "ORDSTRCT.spad" 1115146 1115161 1115309 1115314) (-757 "ORDSET.spad" 1114846 1114854 1115136 1115141) (-756 "ORDRING.spad" 1114663 1114671 1114826 1114841) (-755 "ORDMON.spad" 1114518 1114526 1114653 1114658) (-754 "ORDFUNS.spad" 1113650 1113666 1114508 1114513) (-753 "ORDFIN.spad" 1113470 1113478 1113640 1113645) (-752 "ORDCOMP2.spad" 1112763 1112775 1113460 1113465) (-751 "ORDCOMP.spad" 1111289 1111299 1112371 1112400) (-750 "OPSIG.spad" 1110951 1110959 1111279 1111284) (-749 "OPQUERY.spad" 1110532 1110540 1110941 1110946) (-748 "OPERCAT.spad" 1109998 1110008 1110522 1110527) (-747 "OPERCAT.spad" 1109462 1109474 1109988 1109993) (-746 "OP.spad" 1109204 1109214 1109284 1109351) (-745 "ONECOMP2.spad" 1108628 1108640 1109194 1109199) (-744 "ONECOMP.spad" 1107434 1107444 1108236 1108265) (-743 "OMSAGG.spad" 1107246 1107256 1107414 1107429) (-742 "OMLO.spad" 1106679 1106691 1107132 1107171) (-741 "OINTDOM.spad" 1106442 1106450 1106605 1106674) (-740 "OFMONOID.spad" 1104581 1104591 1106398 1106403) (-739 "ODVAR.spad" 1103842 1103852 1104571 1104576) (-738 "ODR.spad" 1103486 1103512 1103654 1103803) (-737 "ODPOL.spad" 1101134 1101144 1101474 1101601) (-736 "ODP.spad" 1090621 1090641 1090994 1091079) (-735 "ODETOOLS.spad" 1089270 1089289 1090611 1090616) (-734 "ODESYS.spad" 1086964 1086981 1089260 1089265) (-733 "ODERTRIC.spad" 1082997 1083014 1086921 1086926) (-732 "ODERED.spad" 1082396 1082420 1082987 1082992) (-731 "ODERAT.spad" 1080029 1080046 1082386 1082391) (-730 "ODEPRRIC.spad" 1077122 1077144 1080019 1080024) (-729 "ODEPRIM.spad" 1074520 1074542 1077112 1077117) (-728 "ODEPAL.spad" 1073906 1073930 1074510 1074515) (-727 "ODEINT.spad" 1073341 1073357 1073896 1073901) (-726 "ODEEF.spad" 1068836 1068852 1073331 1073336) (-725 "ODECONST.spad" 1068381 1068399 1068826 1068831) (-724 "OCTCT2.spad" 1068022 1068040 1068371 1068376) (-723 "OCT.spad" 1066337 1066347 1067051 1067090) (-722 "OCAMON.spad" 1066185 1066193 1066327 1066332) (-721 "OC.spad" 1063981 1063991 1066141 1066180) (-720 "OC.spad" 1061516 1061528 1063678 1063683) (-719 "OASGP.spad" 1061331 1061339 1061506 1061511) (-718 "OAMONS.spad" 1060853 1060861 1061321 1061326) (-717 "OAMON.spad" 1060611 1060619 1060843 1060848) (-716 "OAMON.spad" 1060367 1060377 1060601 1060606) (-715 "OAGROUP.spad" 1059905 1059913 1060357 1060362) (-714 "OAGROUP.spad" 1059441 1059451 1059895 1059900) (-713 "NUMTUBE.spad" 1059032 1059048 1059431 1059436) (-712 "NUMQUAD.spad" 1047008 1047016 1059022 1059027) (-711 "NUMODE.spad" 1038360 1038368 1046998 1047003) (-710 "NUMFMT.spad" 1037200 1037208 1038350 1038355) (-709 "NUMERIC.spad" 1029315 1029325 1037006 1037011) (-708 "NTSCAT.spad" 1027845 1027861 1029305 1029310) (-707 "NTPOLFN.spad" 1027422 1027432 1027788 1027793) (-706 "NSUP2.spad" 1026814 1026826 1027412 1027417) (-705 "NSUP.spad" 1020251 1020261 1024671 1024824) (-704 "NSMP.spad" 1017163 1017182 1017455 1017582) (-703 "NREP.spad" 1015565 1015579 1017153 1017158) (-702 "NPCOEF.spad" 1014811 1014831 1015555 1015560) (-701 "NORMRETR.spad" 1014409 1014448 1014801 1014806) (-700 "NORMPK.spad" 1012351 1012370 1014399 1014404) (-699 "NORMMA.spad" 1012039 1012065 1012341 1012346) (-698 "NONE1.spad" 1011715 1011725 1012029 1012034) (-697 "NONE.spad" 1011456 1011464 1011705 1011710) (-696 "NODE1.spad" 1010943 1010959 1011446 1011451) (-695 "NNI.spad" 1009838 1009846 1010917 1010938) (-694 "NLINSOL.spad" 1008464 1008474 1009828 1009833) (-693 "NFINTBAS.spad" 1006024 1006041 1008454 1008459) (-692 "NETCLT.spad" 1005998 1006009 1006014 1006019) (-691 "NCODIV.spad" 1004222 1004238 1005988 1005993) (-690 "NCNTFRAC.spad" 1003864 1003878 1004212 1004217) (-689 "NCEP.spad" 1002030 1002044 1003854 1003859) (-688 "NASRING.spad" 1001634 1001642 1002020 1002025) (-687 "NASRING.spad" 1001236 1001246 1001624 1001629) (-686 "NARNG.spad" 1000636 1000644 1001226 1001231) (-685 "NARNG.spad" 1000034 1000044 1000626 1000631) (-684 "NAALG.spad" 999599 999609 1000002 1000029) (-683 "NAALG.spad" 999184 999196 999589 999594) (-682 "MULTSQFR.spad" 996142 996159 999174 999179) (-681 "MULTFACT.spad" 995525 995542 996132 996137) (-680 "MTSCAT.spad" 993619 993640 995423 995520) (-679 "MTHING.spad" 993278 993288 993609 993614) (-678 "MSYSCMD.spad" 992712 992720 993268 993273) (-677 "MSETAGG.spad" 992569 992579 992692 992707) (-676 "MSET.spad" 990379 990389 992126 992141) (-675 "MRING.spad" 987356 987368 990087 990154) (-674 "MRF2.spad" 986918 986932 987346 987351) (-673 "MRATFAC.spad" 986464 986481 986908 986913) (-672 "MPRFF.spad" 984504 984523 986454 986459) (-671 "MPOLY.spad" 982308 982323 982667 982794) (-670 "MPCPF.spad" 981572 981591 982298 982303) (-669 "MPC3.spad" 981389 981429 981562 981567) (-668 "MPC2.spad" 981043 981076 981379 981384) (-667 "MONOTOOL.spad" 979394 979411 981033 981038) (-666 "catdef.spad" 978827 978838 979048 979389) (-665 "catdef.spad" 978225 978236 978481 978822) (-664 "MONOID.spad" 977546 977554 978215 978220) (-663 "MONOID.spad" 976865 976875 977536 977541) (-662 "MONOGEN.spad" 975613 975626 976725 976860) (-661 "MONOGEN.spad" 974383 974398 975497 975502) (-660 "MONADWU.spad" 972463 972471 974373 974378) (-659 "MONADWU.spad" 970541 970551 972453 972458) (-658 "MONAD.spad" 969701 969709 970531 970536) (-657 "MONAD.spad" 968859 968869 969691 969696) (-656 "MOEBIUS.spad" 967595 967609 968839 968854) (-655 "MODULE.spad" 967465 967475 967563 967590) (-654 "MODULE.spad" 967355 967367 967455 967460) (-653 "MODRING.spad" 966690 966729 967335 967350) (-652 "MODOP.spad" 965347 965359 966512 966579) (-651 "MODMONOM.spad" 965078 965096 965337 965342) (-650 "MODMON.spad" 962148 962160 962863 963016) (-649 "MODFIELD.spad" 961510 961549 962050 962143) (-648 "MMLFORM.spad" 960370 960378 961500 961505) (-647 "MMAP.spad" 960112 960146 960360 960365) (-646 "MLO.spad" 958571 958581 960068 960107) (-645 "MLIFT.spad" 957183 957200 958561 958566) (-644 "MKUCFUNC.spad" 956718 956736 957173 957178) (-643 "MKRECORD.spad" 956306 956319 956708 956713) (-642 "MKFUNC.spad" 955713 955723 956296 956301) (-641 "MKFLCFN.spad" 954681 954691 955703 955708) (-640 "MKBCFUNC.spad" 954176 954194 954671 954676) (-639 "MHROWRED.spad" 952687 952697 954166 954171) (-638 "MFINFACT.spad" 952087 952109 952677 952682) (-637 "MESH.spad" 949882 949890 952077 952082) (-636 "MDDFACT.spad" 948101 948111 949872 949877) (-635 "MDAGG.spad" 947402 947412 948091 948096) (-634 "MCDEN.spad" 946612 946624 947392 947397) (-633 "MAYBE.spad" 945912 945923 946602 946607) (-632 "MATSTOR.spad" 943228 943238 945902 945907) (-631 "MATRIX.spad" 942029 942039 942513 942518) (-630 "MATLIN.spad" 939397 939421 941913 941918) (-629 "MATCAT2.spad" 938679 938727 939387 939392) (-628 "MATCAT.spad" 930397 930419 938669 938674) (-627 "MATCAT.spad" 921965 921989 930239 930244) (-626 "MAPPKG3.spad" 920880 920894 921955 921960) (-625 "MAPPKG2.spad" 920218 920230 920870 920875) (-624 "MAPPKG1.spad" 919046 919056 920208 920213) (-623 "MAPPAST.spad" 918385 918393 919036 919041) (-622 "MAPHACK3.spad" 918197 918211 918375 918380) (-621 "MAPHACK2.spad" 917966 917978 918187 918192) (-620 "MAPHACK1.spad" 917610 917620 917956 917961) (-619 "MAGMA.spad" 915416 915433 917600 917605) (-618 "MACROAST.spad" 915011 915019 915406 915411) (-617 "LZSTAGG.spad" 912265 912275 915001 915006) (-616 "LZSTAGG.spad" 909517 909529 912255 912260) (-615 "LWORD.spad" 906262 906279 909507 909512) (-614 "LSTAST.spad" 906046 906054 906252 906257) (-613 "LSQM.spad" 904336 904350 904730 904769) (-612 "LSPP.spad" 903871 903888 904326 904331) (-611 "LSMP1.spad" 901714 901728 903861 903866) (-610 "LSMP.spad" 900571 900599 901704 901709) (-609 "LSAGG.spad" 900262 900272 900561 900566) (-608 "LSAGG.spad" 899951 899963 900252 900257) (-607 "LPOLY.spad" 898913 898932 899807 899876) (-606 "LPEFRAC.spad" 898184 898194 898903 898908) (-605 "LOGIC.spad" 897786 897794 898174 898179) (-604 "LOGIC.spad" 897386 897396 897776 897781) (-603 "LODOOPS.spad" 896316 896328 897376 897381) (-602 "LODOF.spad" 895362 895379 896273 896278) (-601 "LODOCAT.spad" 894028 894038 895318 895357) (-600 "LODOCAT.spad" 892692 892704 893984 893989) (-599 "LODO2.spad" 892006 892018 892413 892452) (-598 "LODO1.spad" 891447 891457 891727 891766) (-597 "LODO.spad" 890872 890888 891168 891207) (-596 "LODEEF.spad" 889674 889692 890862 890867) (-595 "LO.spad" 889075 889089 889608 889635) (-594 "LNAGG.spad" 885262 885272 889065 889070) (-593 "LNAGG.spad" 881385 881397 885190 885195) (-592 "LMOPS.spad" 878153 878170 881375 881380) (-591 "LMODULE.spad" 877937 877947 878143 878148) (-590 "LMDICT.spad" 877179 877189 877427 877432) (-589 "LLINSET.spad" 876886 876896 877169 877174) (-588 "LITERAL.spad" 876792 876803 876876 876881) (-587 "LIST3.spad" 876103 876117 876782 876787) (-586 "LIST2MAP.spad" 873030 873042 876093 876098) (-585 "LIST2.spad" 871732 871744 873020 873025) (-584 "LIST.spad" 869311 869321 870654 870659) (-583 "LINSET.spad" 869090 869100 869301 869306) (-582 "LINFORM.spad" 868553 868565 869058 869085) (-581 "LINEXP.spad" 867296 867306 868543 868548) (-580 "LINELT.spad" 866667 866679 867179 867206) (-579 "LINDEP.spad" 865516 865528 866579 866584) (-578 "LINBASIS.spad" 865152 865167 865506 865511) (-577 "LIMITRF.spad" 863099 863109 865142 865147) (-576 "LIMITPS.spad" 862009 862022 863089 863094) (-575 "LIECAT.spad" 861493 861503 861935 862004) (-574 "LIECAT.spad" 861005 861017 861449 861454) (-573 "LIE.spad" 859009 859021 860283 860425) (-572 "LIB.spad" 856832 856840 857278 857283) (-571 "LGROBP.spad" 854185 854204 856822 856827) (-570 "LFCAT.spad" 853244 853252 854175 854180) (-569 "LF.spad" 852199 852215 853234 853239) (-568 "LEXTRIPK.spad" 847822 847837 852189 852194) (-567 "LEXP.spad" 845841 845868 847802 847817) (-566 "LETAST.spad" 845540 845548 845831 845836) (-565 "LEADCDET.spad" 843946 843963 845530 845535) (-564 "LAZM3PK.spad" 842690 842712 843936 843941) (-563 "LAUPOL.spad" 841357 841370 842257 842326) (-562 "LAPLACE.spad" 840940 840956 841347 841352) (-561 "LALG.spad" 840716 840726 840920 840935) (-560 "LALG.spad" 840500 840512 840706 840711) (-559 "LA.spad" 839940 839954 840422 840461) (-558 "KVTFROM.spad" 839683 839693 839930 839935) (-557 "KTVLOGIC.spad" 839227 839235 839673 839678) (-556 "KRCFROM.spad" 838973 838983 839217 839222) (-555 "KOVACIC.spad" 837704 837721 838963 838968) (-554 "KONVERT.spad" 837426 837436 837694 837699) (-553 "KOERCE.spad" 837163 837173 837416 837421) (-552 "KERNEL2.spad" 836866 836878 837153 837158) (-551 "KERNEL.spad" 835586 835596 836715 836720) (-550 "KDAGG.spad" 834705 834727 835576 835581) (-549 "KDAGG.spad" 833822 833846 834695 834700) (-548 "KAFILE.spad" 832198 832214 832433 832438) (-547 "JVMOP.spad" 832111 832119 832188 832193) (-546 "JVMMDACC.spad" 831165 831173 832101 832106) (-545 "JVMFDACC.spad" 830481 830489 831155 831160) (-544 "JVMCSTTG.spad" 829210 829218 830471 830476) (-543 "JVMCFACC.spad" 828656 828664 829200 829205) (-542 "JVMBCODE.spad" 828567 828575 828646 828651) (-541 "JORDAN.spad" 826384 826396 827845 827987) (-540 "JOINAST.spad" 826086 826094 826374 826379) (-539 "IXAGG.spad" 824219 824243 826076 826081) (-538 "IXAGG.spad" 822154 822180 824013 824018) (-537 "ITUPLE.spad" 821330 821340 822144 822149) (-536 "ITRIGMNP.spad" 820177 820196 821320 821325) (-535 "ITFUN3.spad" 819683 819697 820167 820172) (-534 "ITFUN2.spad" 819427 819439 819673 819678) (-533 "ITFORM.spad" 818782 818790 819417 819422) (-532 "ITAYLOR.spad" 816776 816791 818646 818743) (-531 "ISUPS.spad" 809225 809240 815762 815859) (-530 "ISUMP.spad" 808726 808742 809215 809220) (-529 "ISAST.spad" 808445 808453 808716 808721) (-528 "IRURPK.spad" 807162 807181 808435 808440) (-527 "IRSN.spad" 805166 805174 807152 807157) (-526 "IRRF2F.spad" 803659 803669 805122 805127) (-525 "IRREDFFX.spad" 803260 803271 803649 803654) (-524 "IROOT.spad" 801599 801609 803250 803255) (-523 "IRFORM.spad" 800923 800931 801589 801594) (-522 "IR2F.spad" 800137 800153 800913 800918) (-521 "IR2.spad" 799165 799181 800127 800132) (-520 "IR.spad" 797001 797015 799047 799074) (-519 "IPRNTPK.spad" 796761 796769 796991 796996) (-518 "IPF.spad" 796326 796338 796566 796659) (-517 "IPADIC.spad" 796095 796121 796252 796321) (-516 "IP4ADDR.spad" 795652 795660 796085 796090) (-515 "IOMODE.spad" 795174 795182 795642 795647) (-514 "IOBFILE.spad" 794559 794567 795164 795169) (-513 "IOBCON.spad" 794424 794432 794549 794554) (-512 "INVLAPLA.spad" 794073 794089 794414 794419) (-511 "INTTR.spad" 787467 787484 794063 794068) (-510 "INTTOOLS.spad" 785275 785291 787094 787099) (-509 "INTSLPE.spad" 784603 784611 785265 785270) (-508 "INTRVL.spad" 784169 784179 784517 784598) (-507 "INTRF.spad" 782601 782615 784159 784164) (-506 "INTRET.spad" 782033 782043 782591 782596) (-505 "INTRAT.spad" 780768 780785 782023 782028) (-504 "INTPM.spad" 779231 779247 780489 780494) (-503 "INTPAF.spad" 777107 777125 779160 779165) (-502 "INTHERTR.spad" 776381 776398 777097 777102) (-501 "INTHERAL.spad" 776051 776075 776371 776376) (-500 "INTHEORY.spad" 772490 772498 776041 776046) (-499 "INTG0.spad" 766254 766272 772419 772424) (-498 "INTFACT.spad" 765321 765331 766244 766249) (-497 "INTEF.spad" 763732 763748 765311 765316) (-496 "INTDOM.spad" 762355 762363 763658 763727) (-495 "INTDOM.spad" 761040 761050 762345 762350) (-494 "INTCAT.spad" 759307 759317 760954 761035) (-493 "INTBIT.spad" 758814 758822 759297 759302) (-492 "INTALG.spad" 758002 758029 758804 758809) (-491 "INTAF.spad" 757502 757518 757992 757997) (-490 "INTABL.spad" 755319 755350 755482 755487) (-489 "INT8.spad" 755199 755207 755309 755314) (-488 "INT64.spad" 755078 755086 755189 755194) (-487 "INT32.spad" 754957 754965 755068 755073) (-486 "INT16.spad" 754836 754844 754947 754952) (-485 "INT.spad" 754362 754370 754702 754831) (-484 "INS.spad" 751865 751873 754264 754357) (-483 "INS.spad" 749454 749464 751855 751860) (-482 "INPSIGN.spad" 748924 748937 749444 749449) (-481 "INPRODPF.spad" 748020 748039 748914 748919) (-480 "INPRODFF.spad" 747108 747132 748010 748015) (-479 "INNMFACT.spad" 746083 746100 747098 747103) (-478 "INMODGCD.spad" 745587 745617 746073 746078) (-477 "INFSP.spad" 743884 743906 745577 745582) (-476 "INFPROD0.spad" 742964 742983 743874 743879) (-475 "INFORM1.spad" 742589 742599 742954 742959) (-474 "INFORM.spad" 739800 739808 742579 742584) (-473 "INFINITY.spad" 739352 739360 739790 739795) (-472 "INETCLTS.spad" 739329 739337 739342 739347) (-471 "INEP.spad" 737875 737897 739319 739324) (-470 "INDE.spad" 737524 737541 737785 737790) (-469 "INCRMAPS.spad" 736961 736971 737514 737519) (-468 "INBFILE.spad" 736057 736065 736951 736956) (-467 "INBFF.spad" 731907 731918 736047 736052) (-466 "INBCON.spad" 730173 730181 731897 731902) (-465 "INBCON.spad" 728437 728447 730163 730168) (-464 "INAST.spad" 728098 728106 728427 728432) (-463 "IMPTAST.spad" 727806 727814 728088 728093) (-462 "IMATQF.spad" 726872 726916 727734 727739) (-461 "IMATLIN.spad" 725465 725489 726800 726805) (-460 "IFF.spad" 724878 724894 725149 725242) (-459 "IFAST.spad" 724492 724500 724868 724873) (-458 "IFARRAY.spad" 721716 721731 723414 723419) (-457 "IFAMON.spad" 721578 721595 721672 721677) (-456 "IEVALAB.spad" 720991 721003 721568 721573) (-455 "IEVALAB.spad" 720402 720416 720981 720986) (-454 "indexedp.spad" 719958 719970 720392 720397) (-453 "IDPOAMS.spad" 719636 719648 719870 719875) (-452 "IDPOAM.spad" 719278 719290 719548 719553) (-451 "IDPO.spad" 718692 718704 719190 719195) (-450 "IDPC.spad" 717407 717419 718682 718687) (-449 "IDPAM.spad" 717074 717086 717319 717324) (-448 "IDPAG.spad" 716743 716755 716986 716991) (-447 "IDENT.spad" 716395 716403 716733 716738) (-446 "catdef.spad" 716166 716177 716278 716390) (-445 "IDECOMP.spad" 713405 713423 716156 716161) (-444 "IDEAL.spad" 708367 708406 713353 713358) (-443 "ICDEN.spad" 707580 707596 708357 708362) (-442 "ICARD.spad" 706973 706981 707570 707575) (-441 "IBPTOOLS.spad" 705580 705597 706963 706968) (-440 "boolean.spad" 704872 704885 705005 705010) (-439 "IBATOOL.spad" 701857 701876 704862 704867) (-438 "IBACHIN.spad" 700364 700379 701847 701852) (-437 "array2.spad" 699871 699893 700058 700063) (-436 "IARRAY1.spad" 698647 698662 698793 698798) (-435 "IAN.spad" 697029 697037 698478 698571) (-434 "IALGFACT.spad" 696640 696673 697019 697024) (-433 "HYPCAT.spad" 696064 696072 696630 696635) (-432 "HYPCAT.spad" 695486 695496 696054 696059) (-431 "HOSTNAME.spad" 695302 695310 695476 695481) (-430 "HOMOTOP.spad" 695045 695055 695292 695297) (-429 "HOAGG.spad" 694561 694571 695035 695040) (-428 "HOAGG.spad" 693899 693911 694375 694380) (-427 "HEXADEC.spad" 692124 692132 692489 692582) (-426 "HEUGCD.spad" 691215 691226 692114 692119) (-425 "HELLFDIV.spad" 690821 690845 691205 691210) (-424 "HEAP.spad" 690300 690310 690515 690520) (-423 "HEADAST.spad" 689841 689849 690290 690295) (-422 "HDP.spad" 679324 679340 679701 679786) (-421 "HDMP.spad" 676871 676886 677487 677614) (-420 "HB.spad" 675146 675154 676861 676866) (-419 "HASHTBL.spad" 672915 672946 673126 673131) (-418 "HASAST.spad" 672631 672639 672905 672910) (-417 "HACKPI.spad" 672122 672130 672533 672626) (-416 "GTSET.spad" 670910 670926 671617 671622) (-415 "GSTBL.spad" 668716 668751 668890 668895) (-414 "GSERIES.spad" 666088 666115 666907 667056) (-413 "GROUP.spad" 665361 665369 666068 666083) (-412 "GROUP.spad" 664642 664652 665351 665356) (-411 "GROEBSOL.spad" 663136 663157 664632 664637) (-410 "GRMOD.spad" 661717 661729 663126 663131) (-409 "GRMOD.spad" 660296 660310 661707 661712) (-408 "GRIMAGE.spad" 653209 653217 660286 660291) (-407 "GRDEF.spad" 651588 651596 653199 653204) (-406 "GRAY.spad" 650059 650067 651578 651583) (-405 "GRALG.spad" 649154 649166 650049 650054) (-404 "GRALG.spad" 648247 648261 649144 649149) (-403 "GPOLSET.spad" 647566 647589 647778 647783) (-402 "GOSPER.spad" 646843 646861 647556 647561) (-401 "GMODPOL.spad" 645991 646018 646811 646838) (-400 "GHENSEL.spad" 645074 645088 645981 645986) (-399 "GENUPS.spad" 641367 641380 645064 645069) (-398 "GENUFACT.spad" 640944 640954 641357 641362) (-397 "GENPGCD.spad" 640546 640563 640934 640939) (-396 "GENMFACT.spad" 639998 640017 640536 640541) (-395 "GENEEZ.spad" 637957 637970 639988 639993) (-394 "GDMP.spad" 635346 635363 636120 636247) (-393 "GCNAALG.spad" 629269 629296 635140 635207) (-392 "GCDDOM.spad" 628461 628469 629195 629264) (-391 "GCDDOM.spad" 627715 627725 628451 628456) (-390 "GBINTERN.spad" 623735 623773 627705 627710) (-389 "GBF.spad" 619518 619556 623725 623730) (-388 "GBEUCLID.spad" 617400 617438 619508 619513) (-387 "GB.spad" 614926 614964 617356 617361) (-386 "GAUSSFAC.spad" 614239 614247 614916 614921) (-385 "GALUTIL.spad" 612565 612575 614195 614200) (-384 "GALPOLYU.spad" 611019 611032 612555 612560) (-383 "GALFACTU.spad" 609232 609251 611009 611014) (-382 "GALFACT.spad" 599445 599456 609222 609227) (-381 "FUNDESC.spad" 599123 599131 599435 599440) (-380 "FUNCTION.spad" 598972 598984 599113 599118) (-379 "FT.spad" 597272 597280 598962 598967) (-378 "FSUPFACT.spad" 596186 596205 597222 597227) (-377 "FST.spad" 594272 594280 596176 596181) (-376 "FSRED.spad" 593752 593768 594262 594267) (-375 "FSPRMELT.spad" 592618 592634 593709 593714) (-374 "FSPECF.spad" 590709 590725 592608 592613) (-373 "FSINT.spad" 590369 590385 590699 590704) (-372 "FSERIES.spad" 589560 589572 590189 590288) (-371 "FSCINT.spad" 588877 588893 589550 589555) (-370 "FSAGG2.spad" 587612 587628 588867 588872) (-369 "FSAGG.spad" 586753 586763 587592 587607) (-368 "FSAGG.spad" 585832 585844 586673 586678) (-367 "FS2UPS.spad" 580347 580381 585822 585827) (-366 "FS2EXPXP.spad" 579488 579511 580337 580342) (-365 "FS2.spad" 579143 579159 579478 579483) (-364 "FS.spad" 573415 573425 578922 579138) (-363 "FS.spad" 567489 567501 572998 573003) (-362 "FRUTIL.spad" 566443 566453 567479 567484) (-361 "FRNAALG.spad" 561720 561730 566385 566438) (-360 "FRNAALG.spad" 557009 557021 561676 561681) (-359 "FRNAAF2.spad" 556457 556475 556999 557004) (-358 "FRMOD.spad" 555865 555895 556386 556391) (-357 "FRIDEAL2.spad" 555469 555501 555855 555860) (-356 "FRIDEAL.spad" 554694 554715 555449 555464) (-355 "FRETRCT.spad" 554213 554223 554684 554689) (-354 "FRETRCT.spad" 553639 553651 554112 554117) (-353 "FRAMALG.spad" 552019 552032 553595 553634) (-352 "FRAMALG.spad" 550431 550446 552009 552014) (-351 "FRAC2.spad" 550036 550048 550421 550426) (-350 "FRAC.spad" 548023 548033 548410 548583) (-349 "FR2.spad" 547359 547371 548013 548018) (-348 "FR.spad" 541147 541157 546420 546489) (-347 "FPS.spad" 537986 537994 541037 541142) (-346 "FPS.spad" 534853 534863 537906 537911) (-345 "FPC.spad" 533899 533907 534755 534848) (-344 "FPC.spad" 533031 533041 533889 533894) (-343 "FPATMAB.spad" 532793 532803 533021 533026) (-342 "FPARFRAC.spad" 531635 531652 532783 532788) (-341 "FORDER.spad" 531326 531350 531625 531630) (-340 "FNLA.spad" 530750 530772 531294 531321) (-339 "FNCAT.spad" 529345 529353 530740 530745) (-338 "FNAME.spad" 529237 529245 529335 529340) (-337 "FMONOID.spad" 528918 528928 529193 529198) (-336 "FMONCAT.spad" 526087 526097 528908 528913) (-335 "FMCAT.spad" 523763 523781 526055 526082) (-334 "FM1.spad" 523128 523140 523697 523724) (-333 "FM.spad" 522743 522755 522982 523009) (-332 "FLOATRP.spad" 520486 520500 522733 522738) (-331 "FLOATCP.spad" 517925 517939 520476 520481) (-330 "FLOAT.spad" 515016 515024 517791 517920) (-329 "FLINEXP.spad" 514738 514748 515006 515011) (-328 "FLINEXP.spad" 514417 514429 514687 514692) (-327 "FLASORT.spad" 513743 513755 514407 514412) (-326 "FLALG.spad" 511413 511432 513669 513738) (-325 "FLAGG2.spad" 510130 510146 511403 511408) (-324 "FLAGG.spad" 507206 507216 510120 510125) (-323 "FLAGG.spad" 504147 504159 507063 507068) (-322 "FINRALG.spad" 502232 502245 504103 504142) (-321 "FINRALG.spad" 500243 500258 502116 502121) (-320 "FINITE.spad" 499395 499403 500233 500238) (-319 "FINITE.spad" 498545 498555 499385 499390) (-318 "aggcat.spad" 495475 495485 498535 498540) (-317 "FINAGG.spad" 492370 492382 495432 495437) (-316 "FINAALG.spad" 481555 481565 492312 492365) (-315 "FINAALG.spad" 470752 470764 481511 481516) (-314 "FILECAT.spad" 469286 469303 470742 470747) (-313 "FILE.spad" 468869 468879 469276 469281) (-312 "FIELD.spad" 468275 468283 468771 468864) (-311 "FIELD.spad" 467767 467777 468265 468270) (-310 "FGROUP.spad" 466430 466440 467747 467762) (-309 "FGLMICPK.spad" 465225 465240 466420 466425) (-308 "FFX.spad" 464611 464626 464944 465037) (-307 "FFSLPE.spad" 464122 464143 464601 464606) (-306 "FFPOLY2.spad" 463182 463199 464112 464117) (-305 "FFPOLY.spad" 454524 454535 463172 463177) (-304 "FFP.spad" 453932 453952 454243 454336) (-303 "FFNBX.spad" 452455 452475 453651 453744) (-302 "FFNBP.spad" 450979 450996 452174 452267) (-301 "FFNB.spad" 449447 449468 450663 450756) (-300 "FFINTBAS.spad" 446961 446980 449437 449442) (-299 "FFIELDC.spad" 444546 444554 446863 446956) (-298 "FFIELDC.spad" 442217 442227 444536 444541) (-297 "FFHOM.spad" 440989 441006 442207 442212) (-296 "FFF.spad" 438432 438443 440979 440984) (-295 "FFCGX.spad" 437290 437310 438151 438244) (-294 "FFCGP.spad" 436190 436210 437009 437102) (-293 "FFCG.spad" 434985 435006 435874 435967) (-292 "FFCAT2.spad" 434732 434772 434975 434980) (-291 "FFCAT.spad" 427897 427919 434571 434727) (-290 "FFCAT.spad" 421141 421165 427817 427822) (-289 "FF.spad" 420592 420608 420825 420918) (-288 "FEVALAB.spad" 420300 420310 420582 420587) (-287 "FEVALAB.spad" 419784 419796 420068 420073) (-286 "FDIVCAT.spad" 417880 417904 419774 419779) (-285 "FDIVCAT.spad" 415974 416000 417870 417875) (-284 "FDIV2.spad" 415630 415670 415964 415969) (-283 "FDIV.spad" 415088 415112 415620 415625) (-282 "FCTRDATA.spad" 414096 414104 415078 415083) (-281 "FCOMP.spad" 413475 413485 414086 414091) (-280 "FAXF.spad" 406510 406524 413377 413470) (-279 "FAXF.spad" 399597 399613 406466 406471) (-278 "FARRAY.spad" 397486 397496 398519 398524) (-277 "FAMR.spad" 395630 395642 397384 397481) (-276 "FAMR.spad" 393758 393772 395514 395519) (-275 "FAMONOID.spad" 393442 393452 393712 393717) (-274 "FAMONC.spad" 391762 391774 393432 393437) (-273 "FAGROUP.spad" 391402 391412 391658 391685) (-272 "FACUTIL.spad" 389614 389631 391392 391397) (-271 "FACTFUNC.spad" 388816 388826 389604 389609) (-270 "EXPUPXS.spad" 385708 385731 387007 387156) (-269 "EXPRTUBE.spad" 382996 383004 385698 385703) (-268 "EXPRODE.spad" 380164 380180 382986 382991) (-267 "EXPR2UPS.spad" 376286 376299 380154 380159) (-266 "EXPR2.spad" 375991 376003 376276 376281) (-265 "EXPR.spad" 371636 371646 372350 372637) (-264 "EXPEXPAN.spad" 368581 368606 369213 369306) (-263 "EXITAST.spad" 368317 368325 368571 368576) (-262 "EXIT.spad" 367988 367996 368307 368312) (-261 "EVALCYC.spad" 367448 367462 367978 367983) (-260 "EVALAB.spad" 367028 367038 367438 367443) (-259 "EVALAB.spad" 366606 366618 367018 367023) (-258 "EUCDOM.spad" 364196 364204 366532 366601) (-257 "EUCDOM.spad" 361848 361858 364186 364191) (-256 "ES2.spad" 361361 361377 361838 361843) (-255 "ES1.spad" 360931 360947 361351 361356) (-254 "ES.spad" 353802 353810 360921 360926) (-253 "ES.spad" 346594 346604 353715 353720) (-252 "ERROR.spad" 343921 343929 346584 346589) (-251 "EQTBL.spad" 341692 341714 341901 341906) (-250 "EQ2.spad" 341410 341422 341682 341687) (-249 "EQ.spad" 336316 336326 339111 339217) (-248 "EP.spad" 332642 332652 336306 336311) (-247 "ENV.spad" 331320 331328 332632 332637) (-246 "ENTIRER.spad" 330988 330996 331264 331315) (-245 "ENTIRER.spad" 330700 330710 330978 330983) (-244 "EMR.spad" 329988 330029 330626 330695) (-243 "ELTAGG.spad" 328242 328261 329978 329983) (-242 "ELTAGG.spad" 326432 326453 328170 328175) (-241 "ELTAB.spad" 325907 325920 326422 326427) (-240 "ELFUTS.spad" 325342 325361 325897 325902) (-239 "ELEMFUN.spad" 325031 325039 325332 325337) (-238 "ELEMFUN.spad" 324718 324728 325021 325026) (-237 "ELAGG.spad" 322699 322709 324708 324713) (-236 "ELAGG.spad" 320609 320621 322620 322625) (-235 "ELABOR.spad" 319955 319963 320599 320604) (-234 "ELABEXPR.spad" 318887 318895 319945 319950) (-233 "EFUPXS.spad" 315663 315693 318843 318848) (-232 "EFULS.spad" 312499 312522 315619 315624) (-231 "EFSTRUC.spad" 310514 310530 312489 312494) (-230 "EF.spad" 305290 305306 310504 310509) (-229 "EAB.spad" 303590 303598 305280 305285) (-228 "DVARCAT.spad" 300596 300606 303580 303585) (-227 "DVARCAT.spad" 297600 297612 300586 300591) (-226 "DSMP.spad" 295333 295347 295638 295765) (-225 "DSEXT.spad" 294635 294645 295323 295328) (-224 "DSEXT.spad" 293857 293869 294547 294552) (-223 "DROPT1.spad" 293522 293532 293847 293852) (-222 "DROPT0.spad" 288387 288395 293512 293517) (-221 "DROPT.spad" 282346 282354 288377 288382) (-220 "DRAWPT.spad" 280519 280527 282336 282341) (-219 "DRAWHACK.spad" 279827 279837 280509 280514) (-218 "DRAWCX.spad" 277305 277313 279817 279822) (-217 "DRAWCURV.spad" 276852 276867 277295 277300) (-216 "DRAWCFUN.spad" 266384 266392 276842 276847) (-215 "DRAW.spad" 259260 259273 266374 266379) (-214 "DQAGG.spad" 257460 257470 259250 259255) (-213 "DPOLCAT.spad" 252817 252833 257328 257455) (-212 "DPOLCAT.spad" 248260 248278 252773 252778) (-211 "DPMO.spad" 240813 240829 240951 241145) (-210 "DPMM.spad" 233379 233397 233504 233698) (-209 "DOMTMPLT.spad" 233150 233158 233369 233374) (-208 "DOMCTOR.spad" 232905 232913 233140 233145) (-207 "DOMAIN.spad" 232016 232024 232895 232900) (-206 "DMP.spad" 229609 229624 230179 230306) (-205 "DMEXT.spad" 229476 229486 229577 229604) (-204 "DLP.spad" 228836 228846 229466 229471) (-203 "DLIST.spad" 227154 227164 227758 227763) (-202 "DLAGG.spad" 225571 225581 227144 227149) (-201 "DIVRING.spad" 225113 225121 225515 225566) (-200 "DIVRING.spad" 224699 224709 225103 225108) (-199 "DISPLAY.spad" 222889 222897 224689 224694) (-198 "DIRPROD2.spad" 221707 221725 222879 222884) (-197 "DIRPROD.spad" 210927 210943 211567 211652) (-196 "DIRPCAT.spad" 210222 210238 210837 210922) (-195 "DIRPCAT.spad" 209131 209149 209748 209753) (-194 "DIOSP.spad" 207956 207964 209121 209126) (-193 "DIOPS.spad" 206962 206972 207946 207951) (-192 "DIOPS.spad" 205905 205917 206891 206896) (-191 "catdef.spad" 205763 205771 205895 205900) (-190 "DIFRING.spad" 205601 205609 205743 205758) (-189 "DIFFSPC.spad" 205180 205188 205591 205596) (-188 "DIFFSPC.spad" 204757 204767 205170 205175) (-187 "DIFFMOD.spad" 204246 204256 204725 204752) (-186 "DIFFDOM.spad" 203411 203422 204236 204241) (-185 "DIFFDOM.spad" 202574 202587 203401 203406) (-184 "DIFEXT.spad" 202393 202403 202554 202569) (-183 "DIAGG.spad" 202033 202043 202383 202388) (-182 "DIAGG.spad" 201671 201683 202023 202028) (-181 "DHMATRIX.spad" 200070 200080 201215 201220) (-180 "DFSFUN.spad" 193710 193718 200060 200065) (-179 "DFLOAT.spad" 190317 190325 193600 193705) (-178 "DFINTTLS.spad" 188548 188564 190307 190312) (-177 "DERHAM.spad" 186462 186494 188528 188543) (-176 "DEQUEUE.spad" 185873 185883 186156 186161) (-175 "DEGRED.spad" 185490 185504 185863 185868) (-174 "DEFINTRF.spad" 183072 183082 185480 185485) (-173 "DEFINTEF.spad" 181610 181626 183062 183067) (-172 "DEFAST.spad" 180994 181002 181600 181605) (-171 "DECIMAL.spad" 179223 179231 179584 179677) (-170 "DDFACT.spad" 177044 177061 179213 179218) (-169 "DBLRESP.spad" 176644 176668 177034 177039) (-168 "DBASIS.spad" 176270 176285 176634 176639) (-167 "DBASE.spad" 174934 174944 176260 176265) (-166 "DATAARY.spad" 174420 174433 174924 174929) (-165 "CYCLOTOM.spad" 173926 173934 174410 174415) (-164 "CYCLES.spad" 170712 170720 173916 173921) (-163 "CVMP.spad" 170129 170139 170702 170707) (-162 "CTRIGMNP.spad" 168629 168645 170119 170124) (-161 "CTORKIND.spad" 168232 168240 168619 168624) (-160 "CTORCAT.spad" 167473 167481 168222 168227) (-159 "CTORCAT.spad" 166712 166722 167463 167468) (-158 "CTORCALL.spad" 166301 166311 166702 166707) (-157 "CTOR.spad" 165992 166000 166291 166296) (-156 "CSTTOOLS.spad" 165237 165250 165982 165987) (-155 "CRFP.spad" 159009 159022 165227 165232) (-154 "CRCEAST.spad" 158729 158737 158999 159004) (-153 "CRAPACK.spad" 157796 157806 158719 158724) (-152 "CPMATCH.spad" 157297 157312 157718 157723) (-151 "CPIMA.spad" 157002 157021 157287 157292) (-150 "COORDSYS.spad" 152011 152021 156992 156997) (-149 "CONTOUR.spad" 151438 151446 152001 152006) (-148 "CONTFRAC.spad" 147188 147198 151340 151433) (-147 "CONDUIT.spad" 146946 146954 147178 147183) (-146 "COMRING.spad" 146620 146628 146884 146941) (-145 "COMPPROP.spad" 146138 146146 146610 146615) (-144 "COMPLPAT.spad" 145905 145920 146128 146133) (-143 "COMPLEX2.spad" 145620 145632 145895 145900) (-142 "COMPLEX.spad" 141326 141336 141570 141828) (-141 "COMPILER.spad" 140875 140883 141316 141321) (-140 "COMPFACT.spad" 140477 140491 140865 140870) (-139 "COMPCAT.spad" 138552 138562 140214 140472) (-138 "COMPCAT.spad" 136368 136380 138032 138037) (-137 "COMMUPC.spad" 136116 136134 136358 136363) (-136 "COMMONOP.spad" 135649 135657 136106 136111) (-135 "COMMAAST.spad" 135412 135420 135639 135644) (-134 "COMM.spad" 135223 135231 135402 135407) (-133 "COMBOPC.spad" 134146 134154 135213 135218) (-132 "COMBINAT.spad" 132913 132923 134136 134141) (-131 "COMBF.spad" 130335 130351 132903 132908) (-130 "COLOR.spad" 129172 129180 130325 130330) (-129 "COLONAST.spad" 128838 128846 129162 129167) (-128 "CMPLXRT.spad" 128549 128566 128828 128833) (-127 "CLLCTAST.spad" 128211 128219 128539 128544) (-126 "CLIP.spad" 124319 124327 128201 128206) (-125 "CLIF.spad" 122974 122990 124275 124314) (-124 "CLAGG.spad" 120966 120976 122964 122969) (-123 "CLAGG.spad" 118817 118829 120817 120822) (-122 "CINTSLPE.spad" 118172 118185 118807 118812) (-121 "CHVAR.spad" 116310 116332 118162 118167) (-120 "CHARZ.spad" 116225 116233 116290 116305) (-119 "CHARPOL.spad" 115751 115761 116215 116220) (-118 "CHARNZ.spad" 115513 115521 115731 115746) (-117 "CHAR.spad" 112881 112889 115503 115508) (-116 "CFCAT.spad" 112209 112217 112871 112876) (-115 "CDEN.spad" 111429 111443 112199 112204) (-114 "CCLASS.spad" 109510 109518 110772 110787) (-113 "CATEGORY.spad" 108584 108592 109500 109505) (-112 "CATCTOR.spad" 108475 108483 108574 108579) (-111 "CATAST.spad" 108101 108109 108465 108470) (-110 "CASEAST.spad" 107815 107823 108091 108096) (-109 "CARTEN2.spad" 107205 107232 107805 107810) (-108 "CARTEN.spad" 102957 102981 107195 107200) (-107 "CARD.spad" 100252 100260 102931 102952) (-106 "CAPSLAST.spad" 100034 100042 100242 100247) (-105 "CACHSET.spad" 99658 99666 100024 100029) (-104 "CABMON.spad" 99213 99221 99648 99653) (-103 "BYTEORD.spad" 98888 98896 99203 99208) (-102 "BYTEBUF.spad" 96708 96716 97914 97919) (-101 "BYTE.spad" 96183 96191 96698 96703) (-100 "BTREE.spad" 95282 95292 95816 95821) (-99 "BTOURN.spad" 94314 94323 94915 94920) (-98 "BTCAT.spad" 93894 93903 94304 94309) (-97 "BTCAT.spad" 93472 93483 93884 93889) (-96 "BTAGG.spad" 92961 92968 93462 93467) (-95 "BTAGG.spad" 92448 92457 92951 92956) (-94 "BSTREE.spad" 91216 91225 92081 92086) (-93 "BRILL.spad" 89422 89432 91206 91211) (-92 "BRAGG.spad" 88379 88388 89412 89417) (-91 "BRAGG.spad" 87272 87283 88307 88312) (-90 "BPADICRT.spad" 85332 85343 85578 85671) (-89 "BPADIC.spad" 85005 85016 85258 85327) (-88 "BOUNDZRO.spad" 84662 84678 84995 85000) (-87 "BOP1.spad" 82121 82130 84652 84657) (-86 "BOP.spad" 77264 77271 82111 82116) (-85 "BOOLEAN.spad" 76813 76820 77254 77259) (-84 "BOOLE.spad" 76464 76471 76803 76808) (-83 "BOOLE.spad" 76113 76122 76454 76459) (-82 "BMODULE.spad" 75826 75837 76081 76108) (-81 "BITS.spad" 75037 75044 75251 75256) (-80 "catdef.spad" 74920 74930 75027 75032) (-79 "catdef.spad" 74671 74681 74910 74915) (-78 "BINDING.spad" 74093 74100 74661 74666) (-77 "BINARY.spad" 72328 72335 72683 72776) (-76 "BGAGG.spad" 71658 71667 72318 72323) (-75 "BGAGG.spad" 70986 70997 71648 71653) (-74 "BEZOUT.spad" 70127 70153 70936 70941) (-73 "BBTREE.spad" 67031 67040 69760 69765) (-72 "BASTYPE.spad" 66531 66538 67021 67026) (-71 "BASTYPE.spad" 66029 66038 66521 66526) (-70 "BALFACT.spad" 65489 65501 66019 66024) (-69 "AUTOMOR.spad" 64940 64949 65469 65484) (-68 "ATTREG.spad" 62072 62079 64716 64935) (-67 "ATTRAST.spad" 61789 61796 62062 62067) (-66 "ATRIG.spad" 61259 61266 61779 61784) (-65 "ATRIG.spad" 60727 60736 61249 61254) (-64 "ASTCAT.spad" 60631 60638 60717 60722) (-63 "ASTCAT.spad" 60533 60542 60621 60626) (-62 "ASTACK.spad" 59959 59968 60227 60232) (-61 "ASSOCEQ.spad" 58793 58804 59915 59920) (-60 "ARRAY2.spad" 58338 58347 58487 58492) (-59 "ARRAY12.spad" 57051 57062 58328 58333) (-58 "ARRAY1.spad" 55627 55636 55973 55978) (-57 "ARR2CAT.spad" 51689 51710 55617 55622) (-56 "ARR2CAT.spad" 47749 47772 51679 51684) (-55 "ARITY.spad" 47121 47128 47739 47744) (-54 "APPRULE.spad" 46405 46427 47111 47116) (-53 "APPLYORE.spad" 46024 46037 46395 46400) (-52 "ANY1.spad" 45095 45104 46014 46019) (-51 "ANY.spad" 43946 43953 45085 45090) (-50 "ANTISYM.spad" 42391 42407 43926 43941) (-49 "ANON.spad" 42100 42107 42381 42386) (-48 "AN.spad" 40568 40575 41931 42024) (-47 "AMR.spad" 38753 38764 40466 40563) (-46 "AMR.spad" 36801 36814 38516 38521) (-45 "ALIST.spad" 33046 33067 33396 33401) (-44 "ALGSC.spad" 32181 32207 32918 32971) (-43 "ALGPKG.spad" 27964 27975 32137 32142) (-42 "ALGMFACT.spad" 27157 27171 27954 27959) (-41 "ALGMANIP.spad" 24658 24673 27001 27006) (-40 "ALGFF.spad" 22476 22503 22693 22849) (-39 "ALGFACT.spad" 21595 21605 22466 22471) (-38 "ALGEBRA.spad" 21428 21437 21551 21590) (-37 "ALGEBRA.spad" 21293 21304 21418 21423) (-36 "ALAGG.spad" 20831 20852 21283 21288) (-35 "AHYP.spad" 20212 20219 20821 20826) (-34 "AGG.spad" 19119 19126 20202 20207) (-33 "AGG.spad" 18024 18033 19109 19114) (-32 "AF.spad" 16469 16484 17973 17978) (-31 "ADDAST.spad" 16155 16162 16459 16464) (-30 "ACPLOT.spad" 15032 15039 16145 16150) (-29 "ACFS.spad" 12889 12898 14934 15027) (-28 "ACFS.spad" 10832 10843 12879 12884) (-27 "ACF.spad" 7586 7593 10734 10827) (-26 "ACF.spad" 4426 4435 7576 7581) (-25 "ABELSG.spad" 3967 3974 4416 4421) (-24 "ABELSG.spad" 3506 3515 3957 3962) (-23 "ABELMON.spad" 2934 2941 3496 3501) (-22 "ABELMON.spad" 2360 2369 2924 2929) (-21 "ABELGRP.spad" 2025 2032 2350 2355) (-20 "ABELGRP.spad" 1688 1697 2015 2020) (-19 "A1AGG.spad" 860 869 1678 1683) (-18 "A1AGG.spad" 30 41 850 855)) \ No newline at end of file
diff --git a/src/share/algebra/category.daase b/src/share/algebra/category.daase
index 0ea97bbf..f41447fd 100644
--- a/src/share/algebra/category.daase
+++ b/src/share/algebra/category.daase
@@ -1,299 +1,299 @@
-(200860 . 3578003927)
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
+(201112 . 3578007600)
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
((((-350 |#2|) |#3|) . T))
-((((-350 (-484))) |has| (-350 |#2|) (-950 (-350 (-484)))) (((-484)) |has| (-350 |#2|) (-950 (-484))) (((-350 |#2|)) . T))
+((((-350 (-485))) |has| (-350 |#2|) (-951 (-350 (-485)))) (((-485)) |has| (-350 |#2|) (-951 (-485))) (((-350 |#2|)) . T))
((((-350 |#2|)) . T))
-((((-484)) |has| (-350 |#2|) (-580 (-484))) (((-350 |#2|)) . T))
+((((-485)) |has| (-350 |#2|) (-581 (-485))) (((-350 |#2|)) . T))
((((-350 |#2|)) . T))
((((-350 |#2|) |#3|) . T))
(|has| (-350 |#2|) (-120))
((((-350 |#2|) |#3|) . T))
(|has| (-350 |#2|) (-118))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
(|has| (-350 |#2|) (-190))
((($) OR (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-189))))
(OR (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-189)))
((((-350 |#2|)) . T))
-((($ (-1090)) OR (|has| (-350 |#2|) (-809 (-1090))) (|has| (-350 |#2|) (-811 (-1090)))))
-((((-1090)) OR (|has| (-350 |#2|) (-809 (-1090))) (|has| (-350 |#2|) (-811 (-1090)))))
-((((-1090)) |has| (-350 |#2|) (-809 (-1090))))
+((($ (-1091)) OR (|has| (-350 |#2|) (-810 (-1091))) (|has| (-350 |#2|) (-812 (-1091)))))
+((((-1091)) OR (|has| (-350 |#2|) (-810 (-1091))) (|has| (-350 |#2|) (-812 (-1091)))))
+((((-1091)) |has| (-350 |#2|) (-810 (-1091))))
((((-350 |#2|)) . T))
(((|#3|) . T))
-((((-350 |#2|) (-350 |#2|)) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-484)) |has| (-350 |#2|) (-580 (-484))) (((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+((((-350 |#2|) (-350 |#2|)) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-485)) |has| (-350 |#2|) (-581 (-485))) (((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(((|#1| |#2| |#3|) . T))
-((((-484) |#1|) . T))
+((((-485) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-1056 |#2| |#1|)) . T) ((|#1|) . T))
-((((-772)) . T))
-((((-1056 |#2| |#1|)) . T) ((|#1|) . T) (((-484)) . T))
+((((-1057 |#2| |#1|)) . T) ((|#1|) . T))
+((((-773)) . T))
+((((-1057 |#2| |#1|)) . T) ((|#1|) . T) (((-485)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-772)) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-773)) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) (((-1146 (-484)) $) . T) ((|#1| |#2|) . T))
-((((-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((|#1| |#2|) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
+((((-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) (((-1147 (-485)) $) . T) ((|#1| |#2|) . T))
+((((-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((|#1| |#2|) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
((($) . T))
((((-142 (-330))) . T) (((-179)) . T) (((-330)) . T))
-((((-350 (-484))) . T) (((-484)) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
+((((-350 (-485))) . T) (((-485)) . T))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
((($) . T))
-((($ $) . T) (((-550 $) $) . T))
-((((-350 (-484))) . T) (((-484)) . T) (((-550 $)) . T))
-((((-1039 (-484) (-550 $))) . T) (($) . T) (((-484)) . T) (((-350 (-484))) . T) (((-550 $)) . T))
-((((-772)) . T))
-((((-772)) . T))
-(((|#1|) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-484)) . T) (($) . T))
+((($ $) . T) (((-551 $) $) . T))
+((((-350 (-485))) . T) (((-485)) . T) (((-551 $)) . T))
+((((-1040 (-485) (-551 $))) . T) (($) . T) (((-485)) . T) (((-350 (-485))) . T) (((-551 $)) . T))
+((((-773)) . T))
+((((-773)) . T))
+(((|#1|) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-485)) . T) (($) . T))
(((|#1|) . T) (($) . T))
-(((|#1|) . T) (((-484)) . T))
+(((|#1|) . T) (((-485)) . T))
(((|#1|) . T))
-((((-772)) . T))
-((((-694)) . T))
-((((-694)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-695)) . T))
+((((-695)) . T))
+((((-773)) . T))
(((|#1|) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-((((-484) |#1|) . T))
-((((-1146 (-484)) $) . T) (((-484) |#1|) . T))
-((((-484) |#1|) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+((((-485) |#1|) . T))
+((((-1147 (-485)) $) . T) (((-485) |#1|) . T))
+((((-485) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (-756)) (|has| |#1| (-1013)))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-756)) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-756)) (|has| |#1| (-1013)))
+(OR (|has| |#1| (-757)) (|has| |#1| (-1014)))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-757)) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-757)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(|has| |#1| (-1013))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(|has| |#1| (-1014))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| (-58 |#1|) (-58 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
(((|#1| |#1|) . T))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-917 2)) . T) (((-350 (-484))) . T) (((-772)) . T))
-((((-484)) . T))
-((((-484)) . T))
+((((-918 2)) . T) (((-350 (-485))) . T) (((-773)) . T))
+((((-485)) . T))
+((((-485)) . T))
((($) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T) (((-350 (-484))) . T) (($) . T))
-((((-484)) . T) (((-350 (-484))) . T) (($) . T))
-((((-484) (-484)) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-473)) . T) (((-800 (-484))) . T) (((-330)) . T) (((-179)) . T))
-((((-350 (-484))) . T) (((-484)) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T))
-((((-772)) . T))
-((((-772)) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T) (((-350 (-485))) . T) (($) . T))
+((((-485)) . T) (((-350 (-485))) . T) (($) . T))
+((((-485) (-485)) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-474)) . T) (((-801 (-485))) . T) (((-330)) . T) (((-179)) . T))
+((((-350 (-485))) . T) (((-485)) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T))
+((((-773)) . T))
+((((-773)) . T))
(((|#1| |#1| |#1|) . T))
(((|#1|) . T))
((((-85)) . T))
((((-85)) . T))
((((-85)) . T))
-((((-772)) . T))
+((((-773)) . T))
((((-85)) . T))
((((-85)) . T))
-((((-484) (-85)) . T))
-((((-484) (-85)) . T))
-((((-484) (-85)) . T) (((-1146 (-484)) $) . T))
-((((-473)) . T))
+((((-485) (-85)) . T))
+((((-485) (-85)) . T))
+((((-485) (-85)) . T) (((-1147 (-485)) $) . T))
+((((-474)) . T))
((((-85)) . T))
((((-85)) . T))
-((((-473)) . T))
-((((-772)) . T))
-((((-1090)) . T))
-((((-772)) . T))
+((((-474)) . T))
+((((-773)) . T))
+((((-1091)) . T))
+((((-773)) . T))
((($) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T))
((($) . T))
((($ $) . T))
((($) . T))
((($) . T))
((($) . T))
((($) . T))
-((((-484)) . T) (($) . T))
+((((-485)) . T) (($) . T))
(((|#1|) . T))
-((((-772)) . T))
+((((-773)) . T))
((((-89 |#1|)) . T))
((((-89 |#1|)) . T))
-((((-89 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-89 |#1|)) . T) (((-350 (-484))) . T))
-((((-89 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-89 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-89 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-89 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-89 |#1|) (-89 |#1|)) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
+((((-89 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-89 |#1|)) . T) (((-350 (-485))) . T))
+((((-89 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-89 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-89 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-89 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-89 |#1|) (-89 |#1|)) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
((((-89 |#1|)) . T))
-((((-1090) (-89 |#1|)) |has| (-89 |#1|) (-455 (-1090) (-89 |#1|))) (((-89 |#1|) (-89 |#1|)) |has| (-89 |#1|) (-260 (-89 |#1|))))
+((((-1091) (-89 |#1|)) |has| (-89 |#1|) (-456 (-1091) (-89 |#1|))) (((-89 |#1|) (-89 |#1|)) |has| (-89 |#1|) (-260 (-89 |#1|))))
((((-89 |#1|)) |has| (-89 |#1|) (-260 (-89 |#1|))))
((((-89 |#1|) $) |has| (-89 |#1|) (-241 (-89 |#1|) (-89 |#1|))))
((((-89 |#1|)) . T))
-((($) . T) (((-89 |#1|)) . T) (((-350 (-484))) . T))
+((($) . T) (((-89 |#1|)) . T) (((-350 (-485))) . T))
((((-89 |#1|)) . T))
((((-89 |#1|)) . T))
((((-89 |#1|)) . T))
-((((-484)) . T) (((-89 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
+((((-485)) . T) (((-89 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
((((-89 |#1|)) . T))
((((-89 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
+((((-773)) . T))
((((-101)) . T))
((((-101)) . T))
-((((-484) (-101)) . T))
-((((-1146 (-484)) $) . T) (((-484) (-101)) . T))
-((((-484) (-101)) . T))
+((((-485) (-101)) . T))
+((((-1147 (-485)) $) . T) (((-485) (-101)) . T))
+((((-485) (-101)) . T))
((((-101)) . T))
((((-101)) . T))
-((((-1073)) . T) (((-869 (-101))) . T) (((-772)) . T))
+((((-1074)) . T) (((-870 (-101))) . T) (((-773)) . T))
((((-101)) . T))
((((-101)) . T))
((((-101)) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-694)) . T))
-((((-694)) . T))
-((((-772)) . T))
-((((-484) |#3|) . T))
-((((-484) (-694)) . T) ((|#3| (-694)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-695)) . T))
+((((-695)) . T))
+((((-773)) . T))
+((((-485) |#3|) . T))
+((((-485) (-695)) . T) ((|#3| (-695)) . T))
+((((-773)) . T))
(((|#3|) . T))
-((((-583 $)) . T) (((-583 |#3|)) . T) (((-1056 |#2| |#3|)) . T) (((-197 |#2| |#3|)) . T) ((|#3|) . T))
-(((|#3| (-694)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-446)) . T))
-((((-157)) . T) (((-772)) . T))
-((((-772)) . T))
+((((-584 $)) . T) (((-584 |#3|)) . T) (((-1057 |#2| |#3|)) . T) (((-197 |#2| |#3|)) . T) ((|#3|) . T))
+(((|#3| (-695)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-447)) . T))
+((((-157)) . T) (((-773)) . T))
+((((-773)) . T))
((((-117)) . T))
((((-117)) . T))
((((-117)) . T))
@@ -303,9 +303,9 @@
((((-117)) . T))
((((-117)) . T))
((((-117)) . T))
-((((-583 (-117))) . T) (((-1073)) . T))
-((((-772)) . T))
-((((-772)) . T))
+((((-584 (-117))) . T) (((-1074)) . T))
+((((-773)) . T))
+((((-773)) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
@@ -313,668 +313,668 @@
(((|#2|) . T))
(((|#2| |#2|) . T))
(((|#2|) . T))
-(((|#2|) . T) (((-484)) . T))
+(((|#2|) . T) (((-485)) . T))
(((|#2|) . T) (($) . T))
-((((-772)) . T))
-(((|#2|) . T) (($) . T) (((-484)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
+((((-773)) . T))
+(((|#2|) . T) (($) . T) (((-485)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
(OR (|has| |#1| (-118)) (|has| |#1| (-299)))
-((((-772)) . T))
+((((-773)) . T))
(|has| |#1| (-120))
(((|#1|) . T))
-((((-1090)) |has| |#1| (-809 (-1090))))
-((((-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))))
-((($ (-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))))
+((((-1091)) |has| |#1| (-810 (-1091))))
+((((-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))))
+((($ (-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))))
(((|#1|) . T))
(OR (|has| |#1| (-190)) (|has| |#1| (-189)) (|has| |#1| (-299)))
((($) OR (|has| |#1| (-190)) (|has| |#1| (-189)) (|has| |#1| (-299))))
(OR (|has| |#1| (-190)) (|has| |#1| (-299)))
(OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)))
(OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)))
-(OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-495)))
-(OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-495)))
+(OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-496)))
+(OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-496)))
(OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)))
(OR (|has| |#1| (-312)) (|has| |#1| (-299)))
-(OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-312)) (|has| |#1| (-299)))
+(OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-312)) (|has| |#1| (-299)))
(OR (|has| |#1| (-312)) (|has| |#1| (-299)))
(((|#1|) . T))
-((((-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)) ((|#1| |#1|) |has| |#1| (-260 |#1|)))
+((((-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)) ((|#1| |#1|) |has| |#1| (-260 |#1|)))
(((|#1|) |has| |#1| (-260 |#1|)))
(((|#1| $) |has| |#1| (-241 |#1| |#1|)))
(((|#1|) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((($) . T) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T) (((-484)) |has| |#1| (-580 (-484))))
-(((|#1|) . T) (((-484)) |has| |#1| (-580 (-484))))
-(((|#1|) . T))
-((((-484)) |has| |#1| (-796 (-484))) (((-330)) |has| |#1| (-796 (-330))))
-(((|#1|) . T))
-((((-484)) . T) (($) OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-950 (-350 (-484))))) ((|#1|) . T))
-(((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
-(((|#1| (-1085 |#1|)) . T))
-(((|#1| (-1085 |#1|)) . T))
-((($) OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((($) OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((($) . T) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((($) . T) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((($ $) . T) (((-350 (-484)) (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-(((|#1| (-1085 |#1|)) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((($) . T) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T) (((-485)) |has| |#1| (-581 (-485))))
+(((|#1|) . T) (((-485)) |has| |#1| (-581 (-485))))
+(((|#1|) . T))
+((((-485)) |has| |#1| (-797 (-485))) (((-330)) |has| |#1| (-797 (-330))))
+(((|#1|) . T))
+((((-485)) . T) (($) OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-951 (-350 (-485))))) ((|#1|) . T))
+(((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
+(((|#1| (-1086 |#1|)) . T))
+(((|#1| (-1086 |#1|)) . T))
+((($) OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((($) OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((($) . T) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((($) . T) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((($ $) . T) (((-350 (-485)) (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1| |#1|) . T))
+((($) OR (|has| |#1| (-258)) (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+(((|#1| (-1086 |#1|)) . T))
(|has| |#1| (-299))
(|has| |#1| (-299))
(|has| |#1| (-299))
(OR (|has| |#1| (-320)) (|has| |#1| (-299)))
(((|#1|) . T))
-((((-142 (-179))) |has| |#1| (-933)) (((-142 (-330))) |has| |#1| (-933)) (((-473)) |has| |#1| (-553 (-473))) (((-1085 |#1|)) . T) (((-800 (-484))) |has| |#1| (-553 (-800 (-484)))) (((-800 (-330))) |has| |#1| (-553 (-800 (-330)))))
-(-12 (|has| |#1| (-258)) (|has| |#1| (-821)))
-(-12 (|has| |#1| (-915)) (|has| |#1| (-1115)))
-(|has| |#1| (-1115))
-(|has| |#1| (-1115))
-(|has| |#1| (-1115))
-(|has| |#1| (-1115))
-(|has| |#1| (-1115))
-(|has| |#1| (-1115))
-(((|#1|) . T))
-((((-772)) . T))
-((((-350 (-484))) . T) (($) . T) (((-350 |#1|)) . T) ((|#1|) . T))
-((((-350 (-484))) . T) (($) . T) (((-350 |#1|)) . T) ((|#1|) . T))
-((((-772)) . T))
-((($) . T) (((-350 (-484))) . T) (((-350 |#1|)) . T) ((|#1|) . T))
-((($) . T) (((-350 (-484))) . T) (((-350 |#1|)) . T) ((|#1|) . T))
-((($ $) . T) (((-350 (-484)) (-350 (-484))) . T) (((-350 |#1|) (-350 |#1|)) . T) ((|#1| |#1|) . T))
-((((-350 (-484))) . T) (((-350 |#1|)) . T) ((|#1|) . T) (((-484)) . T) (($) . T))
-((((-350 (-484))) . T) (((-350 |#1|)) . T) ((|#1|) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T) (((-350 |#1|)) . T) ((|#1|) . T) (((-484)) . T))
-((((-350 (-484))) . T) (($) . T) (((-350 |#1|)) . T) ((|#1|) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-446)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-583 |#1|)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-917 10)) . T) (((-350 (-484))) . T) (((-772)) . T))
-((((-484)) . T))
-((((-484)) . T))
+((((-142 (-179))) |has| |#1| (-934)) (((-142 (-330))) |has| |#1| (-934)) (((-474)) |has| |#1| (-554 (-474))) (((-1086 |#1|)) . T) (((-801 (-485))) |has| |#1| (-554 (-801 (-485)))) (((-801 (-330))) |has| |#1| (-554 (-801 (-330)))))
+(-12 (|has| |#1| (-258)) (|has| |#1| (-822)))
+(-12 (|has| |#1| (-916)) (|has| |#1| (-1116)))
+(|has| |#1| (-1116))
+(|has| |#1| (-1116))
+(|has| |#1| (-1116))
+(|has| |#1| (-1116))
+(|has| |#1| (-1116))
+(|has| |#1| (-1116))
+(((|#1|) . T))
+((((-773)) . T))
+((((-350 (-485))) . T) (($) . T) (((-350 |#1|)) . T) ((|#1|) . T))
+((((-350 (-485))) . T) (($) . T) (((-350 |#1|)) . T) ((|#1|) . T))
+((((-773)) . T))
+((($) . T) (((-350 (-485))) . T) (((-350 |#1|)) . T) ((|#1|) . T))
+((($) . T) (((-350 (-485))) . T) (((-350 |#1|)) . T) ((|#1|) . T))
+((($ $) . T) (((-350 (-485)) (-350 (-485))) . T) (((-350 |#1|) (-350 |#1|)) . T) ((|#1| |#1|) . T))
+((((-350 (-485))) . T) (((-350 |#1|)) . T) ((|#1|) . T) (((-485)) . T) (($) . T))
+((((-350 (-485))) . T) (((-350 |#1|)) . T) ((|#1|) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T) (((-350 |#1|)) . T) ((|#1|) . T) (((-485)) . T))
+((((-350 (-485))) . T) (($) . T) (((-350 |#1|)) . T) ((|#1|) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-447)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-584 |#1|)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-918 10)) . T) (((-350 (-485))) . T) (((-773)) . T))
+((((-485)) . T))
+((((-485)) . T))
((($) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T) (((-350 (-484))) . T) (($) . T))
-((((-484)) . T) (((-350 (-484))) . T) (($) . T))
-((((-484) (-484)) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-473)) . T) (((-800 (-484))) . T) (((-330)) . T) (((-179)) . T))
-((((-350 (-484))) . T) (((-484)) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(|has| |#1| (-1013))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T) (((-350 (-485))) . T) (($) . T))
+((((-485)) . T) (((-350 (-485))) . T) (($) . T))
+((((-485) (-485)) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-474)) . T) (((-801 (-485))) . T) (((-330)) . T) (((-179)) . T))
+((((-350 (-485))) . T) (((-485)) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(|has| |#1| (-1014))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-265 |#1|)) . T))
-((((-772)) . T))
-((((-265 |#1|)) . T) (((-484)) . T) (($) . T))
+((((-773)) . T))
+((((-265 |#1|)) . T) (((-485)) . T) (($) . T))
((((-265 |#1|)) . T) (($) . T))
-((((-265 |#1|)) . T) (((-484)) . T))
+((((-265 |#1|)) . T) (((-485)) . T))
((((-265 |#1|)) . T))
((($) . T))
-((((-484)) . T) (((-350 (-484))) . T))
+((((-485)) . T) (((-350 (-485))) . T))
((((-330)) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-473)) . T) (((-179)) . T) (((-330)) . T) (((-800 (-330))) . T))
-((((-772)) . T))
-((((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T) (((-484)) . T))
-(((|#1| (-1179 |#1|) (-1179 |#1|)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
-(((|#1|) . T))
-(((|#1| (-1179 |#1|) (-1179 |#1|)) . T))
-(OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-717)) (|has| |#2| (-961)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-663)) (|has| |#2| (-717)) (|has| |#2| (-756)) (|has| |#2| (-961)) (|has| |#2| (-1013)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-72)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-663)) (|has| |#2| (-717)) (|has| |#2| (-756)) (|has| |#2| (-961)) (|has| |#2| (-1013)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-717)) (|has| |#2| (-961)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-717)) (|has| |#2| (-961)))
-(((|#2| |#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-663)) (|has| |#2| (-961))))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))))
-((((-772)) OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-552 (-772))) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-663)) (|has| |#2| (-717)) (|has| |#2| (-756)) (|has| |#2| (-961)) (|has| |#2| (-1013))) (((-1179 |#2|)) . T))
-(((|#2|) |has| |#2| (-961)))
-((((-1090)) -12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961))))
-((((-1090)) OR (-12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961))) (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961)))))
-((($ (-1090)) OR (-12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961))) (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961)))))
-(((|#2|) |has| |#2| (-961)))
-(OR (-12 (|has| |#2| (-190)) (|has| |#2| (-961))) (-12 (|has| |#2| (-189)) (|has| |#2| (-961))))
-((($) OR (-12 (|has| |#2| (-190)) (|has| |#2| (-961))) (-12 (|has| |#2| (-189)) (|has| |#2| (-961)))))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-((((-484)) OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))) ((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-663)) (|has| |#2| (-961))) (($) |has| |#2| (-961)))
-(-12 (|has| |#2| (-190)) (|has| |#2| (-961)))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-474)) . T) (((-179)) . T) (((-330)) . T) (((-801 (-330))) . T))
+((((-773)) . T))
+((((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T) (((-485)) . T))
+(((|#1| (-1180 |#1|) (-1180 |#1|)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
+(((|#1|) . T))
+(((|#1| (-1180 |#1|) (-1180 |#1|)) . T))
+(OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-718)) (|has| |#2| (-962)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-664)) (|has| |#2| (-718)) (|has| |#2| (-757)) (|has| |#2| (-962)) (|has| |#2| (-1014)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-72)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-664)) (|has| |#2| (-718)) (|has| |#2| (-757)) (|has| |#2| (-962)) (|has| |#2| (-1014)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-718)) (|has| |#2| (-962)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-718)) (|has| |#2| (-962)))
+(((|#2| |#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-664)) (|has| |#2| (-962))))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))))
+((((-773)) OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-553 (-773))) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-664)) (|has| |#2| (-718)) (|has| |#2| (-757)) (|has| |#2| (-962)) (|has| |#2| (-1014))) (((-1180 |#2|)) . T))
+(((|#2|) |has| |#2| (-962)))
+((((-1091)) -12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962))))
+((((-1091)) OR (-12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962))) (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962)))))
+((($ (-1091)) OR (-12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962))) (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962)))))
+(((|#2|) |has| |#2| (-962)))
+(OR (-12 (|has| |#2| (-190)) (|has| |#2| (-962))) (-12 (|has| |#2| (-189)) (|has| |#2| (-962))))
+((($) OR (-12 (|has| |#2| (-190)) (|has| |#2| (-962))) (-12 (|has| |#2| (-189)) (|has| |#2| (-962)))))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+((((-485)) OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))) ((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-664)) (|has| |#2| (-962))) (($) |has| |#2| (-962)))
+(-12 (|has| |#2| (-190)) (|has| |#2| (-962)))
(|has| |#2| (-320))
(((|#2|) . T))
-(((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-(((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+(((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+(((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#2|) . T))
-(((|#2|) |has| |#2| (-961)))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))) (($) |has| |#2| (-961)) (((-484)) -12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))))
-(((|#2|) |has| |#2| (-961)) (((-484)) -12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))))
-(((|#2|) |has| |#2| (-1013)))
-((((-484)) OR (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) (|has| |#2| (-961))) ((|#2|) |has| |#2| (-1013)) (((-350 (-484))) -12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))))
-(((|#2|) |has| |#2| (-1013)) (((-484)) -12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) (((-350 (-484))) -12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))))
-((((-484) |#2|) . T))
-((((-484) |#2|) . T))
-((((-484) |#2|) . T))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-663))))
+(((|#2|) |has| |#2| (-962)))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))) (($) |has| |#2| (-962)) (((-485)) -12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))))
+(((|#2|) |has| |#2| (-962)) (((-485)) -12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))))
+(((|#2|) |has| |#2| (-1014)))
+((((-485)) OR (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) (|has| |#2| (-962))) ((|#2|) |has| |#2| (-1014)) (((-350 (-485))) -12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))))
+(((|#2|) |has| |#2| (-1014)) (((-485)) -12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) (((-350 (-485))) -12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))))
+((((-485) |#2|) . T))
+((((-485) |#2|) . T))
+((((-485) |#2|) . T))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-664))))
(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312))))
-(|has| |#2| (-717))
-(|has| |#2| (-717))
-(OR (|has| |#2| (-717)) (|has| |#2| (-756)))
-(OR (|has| |#2| (-717)) (|has| |#2| (-756)))
-(|has| |#2| (-717))
-(|has| |#2| (-717))
+(|has| |#2| (-718))
+(|has| |#2| (-718))
+(OR (|has| |#2| (-718)) (|has| |#2| (-757)))
+(OR (|has| |#2| (-718)) (|has| |#2| (-757)))
+(|has| |#2| (-718))
+(|has| |#2| (-718))
(((|#2|) |has| |#2| (-312)))
(((|#1| |#2|) . T))
-((((-583 |#1|)) . T))
-((((-583 |#1|)) . T))
+((((-584 |#1|)) . T))
+((((-584 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (-72)) (|has| |#1| (-756)) (|has| |#1| (-1013)))
-((((-583 |#1|)) . T) (((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-756)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-756)) (|has| |#1| (-1013)))
+(OR (|has| |#1| (-72)) (|has| |#1| (-757)) (|has| |#1| (-1014)))
+((((-584 |#1|)) . T) (((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-757)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-757)) (|has| |#1| (-1014)))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-((((-484) |#1|) . T))
-((((-1146 (-484)) $) . T) (((-484) |#1|) . T))
-((((-484) |#1|) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+((((-485) |#1|) . T))
+((((-1147 (-485)) $) . T) (((-485) |#1|) . T))
+((((-485) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-473)) |has| |#2| (-553 (-473))) (((-800 (-330))) |has| |#2| (-553 (-800 (-330)))) (((-800 (-484))) |has| |#2| (-553 (-800 (-484)))))
+((((-474)) |has| |#2| (-554 (-474))) (((-801 (-330))) |has| |#2| (-554 (-801 (-330)))) (((-801 (-485))) |has| |#2| (-554 (-801 (-485)))))
((($) . T))
-(((|#2| (-197 (-3958 |#1|) (-694))) . T))
+(((|#2| (-197 (-3959 |#1|) (-695))) . T))
(((|#2|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T))
(|has| |#2| (-118))
(|has| |#2| (-120))
-(OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484)) (-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-(OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-(OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-(((|#2| (-197 (-3958 |#1|) (-694))) . T))
+(OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485)) (-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+(OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+(OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+(((|#2| (-197 (-3959 |#1|) (-695))) . T))
(((|#2|) . T))
-((($) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
-(((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
-(OR (|has| |#2| (-392)) (|has| |#2| (-821)))
-((($ $) . T) (((-773 |#1|) $) . T) (((-773 |#1|) |#2|) . T))
-((((-773 |#1|)) . T))
-((($ (-773 |#1|)) . T))
-((((-773 |#1|)) . T))
-(|has| |#2| (-821))
-(|has| |#2| (-821))
-((((-350 (-484))) |has| |#2| (-950 (-350 (-484)))) (((-484)) |has| |#2| (-950 (-484))) ((|#2|) . T) (((-773 |#1|)) . T))
-((((-484)) . T) (((-350 (-484))) OR (|has| |#2| (-38 (-350 (-484)))) (|has| |#2| (-950 (-350 (-484))))) ((|#2|) . T) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) (((-773 |#1|)) . T))
-(((|#2| (-197 (-3958 |#1|) (-694)) (-773 |#1|)) . T))
-((((-772)) . T))
-((((-446)) . T))
-((((-157)) . T) (((-772)) . T))
-((((-694) (-1095)) . T))
-((((-772)) . T))
-(((|#4| |#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-961))))
-(((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-663)) (|has| |#4| (-961))))
-(((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-961))))
-((((-772)) . T) (((-1179 |#4|)) . T))
-(((|#4|) |has| |#4| (-961)))
-((((-1090)) -12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))))
-((((-1090)) OR (-12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))) (-12 (|has| |#4| (-811 (-1090))) (|has| |#4| (-961)))))
-((($ (-1090)) OR (-12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))) (-12 (|has| |#4| (-811 (-1090))) (|has| |#4| (-961)))))
-(((|#4|) |has| |#4| (-961)))
-(OR (-12 (|has| |#4| (-190)) (|has| |#4| (-961))) (-12 (|has| |#4| (-189)) (|has| |#4| (-961))))
-((($) OR (-12 (|has| |#4| (-190)) (|has| |#4| (-961))) (-12 (|has| |#4| (-189)) (|has| |#4| (-961)))))
-(|has| |#4| (-961))
-(|has| |#4| (-961))
-(|has| |#4| (-961))
-(|has| |#4| (-961))
-(|has| |#4| (-961))
-(((|#3|) . T) ((|#2|) . T) (((-484)) . T) ((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-663)) (|has| |#4| (-961))) (($) |has| |#4| (-961)))
-(-12 (|has| |#4| (-190)) (|has| |#4| (-961)))
+((($) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
+(((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
+(OR (|has| |#2| (-392)) (|has| |#2| (-822)))
+((($ $) . T) (((-774 |#1|) $) . T) (((-774 |#1|) |#2|) . T))
+((((-774 |#1|)) . T))
+((($ (-774 |#1|)) . T))
+((((-774 |#1|)) . T))
+(|has| |#2| (-822))
+(|has| |#2| (-822))
+((((-350 (-485))) |has| |#2| (-951 (-350 (-485)))) (((-485)) |has| |#2| (-951 (-485))) ((|#2|) . T) (((-774 |#1|)) . T))
+((((-485)) . T) (((-350 (-485))) OR (|has| |#2| (-38 (-350 (-485)))) (|has| |#2| (-951 (-350 (-485))))) ((|#2|) . T) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) (((-774 |#1|)) . T))
+(((|#2| (-197 (-3959 |#1|) (-695)) (-774 |#1|)) . T))
+((((-773)) . T))
+((((-447)) . T))
+((((-157)) . T) (((-773)) . T))
+((((-695) (-1096)) . T))
+((((-773)) . T))
+(((|#4| |#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-962))))
+(((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-664)) (|has| |#4| (-962))))
+(((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-962))))
+((((-773)) . T) (((-1180 |#4|)) . T))
+(((|#4|) |has| |#4| (-962)))
+((((-1091)) -12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))))
+((((-1091)) OR (-12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))) (-12 (|has| |#4| (-812 (-1091))) (|has| |#4| (-962)))))
+((($ (-1091)) OR (-12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))) (-12 (|has| |#4| (-812 (-1091))) (|has| |#4| (-962)))))
+(((|#4|) |has| |#4| (-962)))
+(OR (-12 (|has| |#4| (-190)) (|has| |#4| (-962))) (-12 (|has| |#4| (-189)) (|has| |#4| (-962))))
+((($) OR (-12 (|has| |#4| (-190)) (|has| |#4| (-962))) (-12 (|has| |#4| (-189)) (|has| |#4| (-962)))))
+(|has| |#4| (-962))
+(|has| |#4| (-962))
+(|has| |#4| (-962))
+(|has| |#4| (-962))
+(|has| |#4| (-962))
+(((|#3|) . T) ((|#2|) . T) (((-485)) . T) ((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-664)) (|has| |#4| (-962))) (($) |has| |#4| (-962)))
+(-12 (|has| |#4| (-190)) (|has| |#4| (-962)))
(|has| |#4| (-320))
(((|#4|) . T))
-(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
-(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
+(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
+(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
(((|#4|) . T))
-(((|#4|) |has| |#4| (-961)))
-(((|#3|) . T) ((|#2|) . T) ((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-961))) (($) |has| |#4| (-961)) (((-484)) -12 (|has| |#4| (-580 (-484))) (|has| |#4| (-961))))
-(((|#4|) |has| |#4| (-961)) (((-484)) -12 (|has| |#4| (-580 (-484))) (|has| |#4| (-961))))
-(((|#4|) |has| |#4| (-1013)))
-((((-484)) OR (-12 (|has| |#4| (-950 (-484))) (|has| |#4| (-1013))) (|has| |#4| (-961))) ((|#4|) |has| |#4| (-1013)) (((-350 (-484))) -12 (|has| |#4| (-950 (-350 (-484)))) (|has| |#4| (-1013))))
-(((|#4|) |has| |#4| (-1013)) (((-484)) -12 (|has| |#4| (-950 (-484))) (|has| |#4| (-1013))) (((-350 (-484))) -12 (|has| |#4| (-950 (-350 (-484)))) (|has| |#4| (-1013))))
-((((-484) |#4|) . T))
-((((-484) |#4|) . T))
-((((-484) |#4|) . T))
-(((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-663))))
+(((|#4|) |has| |#4| (-962)))
+(((|#3|) . T) ((|#2|) . T) ((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-962))) (($) |has| |#4| (-962)) (((-485)) -12 (|has| |#4| (-581 (-485))) (|has| |#4| (-962))))
+(((|#4|) |has| |#4| (-962)) (((-485)) -12 (|has| |#4| (-581 (-485))) (|has| |#4| (-962))))
+(((|#4|) |has| |#4| (-1014)))
+((((-485)) OR (-12 (|has| |#4| (-951 (-485))) (|has| |#4| (-1014))) (|has| |#4| (-962))) ((|#4|) |has| |#4| (-1014)) (((-350 (-485))) -12 (|has| |#4| (-951 (-350 (-485)))) (|has| |#4| (-1014))))
+(((|#4|) |has| |#4| (-1014)) (((-485)) -12 (|has| |#4| (-951 (-485))) (|has| |#4| (-1014))) (((-350 (-485))) -12 (|has| |#4| (-951 (-350 (-485)))) (|has| |#4| (-1014))))
+((((-485) |#4|) . T))
+((((-485) |#4|) . T))
+((((-485) |#4|) . T))
+(((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312)) (|has| |#4| (-664))))
(((|#4|) OR (|has| |#4| (-146)) (|has| |#4| (-312))))
-(|has| |#4| (-717))
-(|has| |#4| (-717))
-(OR (|has| |#4| (-717)) (|has| |#4| (-756)))
-(OR (|has| |#4| (-717)) (|has| |#4| (-756)))
-(|has| |#4| (-717))
-(|has| |#4| (-717))
+(|has| |#4| (-718))
+(|has| |#4| (-718))
+(OR (|has| |#4| (-718)) (|has| |#4| (-757)))
+(OR (|has| |#4| (-718)) (|has| |#4| (-757)))
+(|has| |#4| (-718))
+(|has| |#4| (-718))
(((|#4|) |has| |#4| (-312)))
(((|#1| |#4|) . T))
-(((|#3| |#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-961))))
-(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-663)) (|has| |#3| (-961))))
-(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-961))))
-((((-772)) . T) (((-1179 |#3|)) . T))
-(((|#3|) |has| |#3| (-961)))
-((((-1090)) -12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))))
-((((-1090)) OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))))
-((($ (-1090)) OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))))
-(((|#3|) |has| |#3| (-961)))
-(OR (-12 (|has| |#3| (-190)) (|has| |#3| (-961))) (-12 (|has| |#3| (-189)) (|has| |#3| (-961))))
-((($) OR (-12 (|has| |#3| (-190)) (|has| |#3| (-961))) (-12 (|has| |#3| (-189)) (|has| |#3| (-961)))))
-(|has| |#3| (-961))
-(|has| |#3| (-961))
-(|has| |#3| (-961))
-(|has| |#3| (-961))
-(|has| |#3| (-961))
-(((|#2|) . T) (((-484)) . T) ((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-663)) (|has| |#3| (-961))) (($) |has| |#3| (-961)))
-(-12 (|has| |#3| (-190)) (|has| |#3| (-961)))
+(((|#3| |#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-962))))
+(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-664)) (|has| |#3| (-962))))
+(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-962))))
+((((-773)) . T) (((-1180 |#3|)) . T))
+(((|#3|) |has| |#3| (-962)))
+((((-1091)) -12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))))
+((((-1091)) OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))))
+((($ (-1091)) OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))))
+(((|#3|) |has| |#3| (-962)))
+(OR (-12 (|has| |#3| (-190)) (|has| |#3| (-962))) (-12 (|has| |#3| (-189)) (|has| |#3| (-962))))
+((($) OR (-12 (|has| |#3| (-190)) (|has| |#3| (-962))) (-12 (|has| |#3| (-189)) (|has| |#3| (-962)))))
+(|has| |#3| (-962))
+(|has| |#3| (-962))
+(|has| |#3| (-962))
+(|has| |#3| (-962))
+(|has| |#3| (-962))
+(((|#2|) . T) (((-485)) . T) ((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-664)) (|has| |#3| (-962))) (($) |has| |#3| (-962)))
+(-12 (|has| |#3| (-190)) (|has| |#3| (-962)))
(|has| |#3| (-320))
(((|#3|) . T))
-(((|#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))))
-(((|#3| |#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))))
+(((|#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))))
+(((|#3| |#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))))
(((|#3|) . T))
-(((|#3|) |has| |#3| (-961)))
-(((|#2|) . T) ((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-961))) (($) |has| |#3| (-961)) (((-484)) -12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))))
-(((|#3|) |has| |#3| (-961)) (((-484)) -12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))))
-(((|#3|) |has| |#3| (-1013)))
-((((-484)) OR (-12 (|has| |#3| (-950 (-484))) (|has| |#3| (-1013))) (|has| |#3| (-961))) ((|#3|) |has| |#3| (-1013)) (((-350 (-484))) -12 (|has| |#3| (-950 (-350 (-484)))) (|has| |#3| (-1013))))
-(((|#3|) |has| |#3| (-1013)) (((-484)) -12 (|has| |#3| (-950 (-484))) (|has| |#3| (-1013))) (((-350 (-484))) -12 (|has| |#3| (-950 (-350 (-484)))) (|has| |#3| (-1013))))
-((((-484) |#3|) . T))
-((((-484) |#3|) . T))
-((((-484) |#3|) . T))
-(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-663))))
+(((|#3|) |has| |#3| (-962)))
+(((|#2|) . T) ((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-962))) (($) |has| |#3| (-962)) (((-485)) -12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))))
+(((|#3|) |has| |#3| (-962)) (((-485)) -12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))))
+(((|#3|) |has| |#3| (-1014)))
+((((-485)) OR (-12 (|has| |#3| (-951 (-485))) (|has| |#3| (-1014))) (|has| |#3| (-962))) ((|#3|) |has| |#3| (-1014)) (((-350 (-485))) -12 (|has| |#3| (-951 (-350 (-485)))) (|has| |#3| (-1014))))
+(((|#3|) |has| |#3| (-1014)) (((-485)) -12 (|has| |#3| (-951 (-485))) (|has| |#3| (-1014))) (((-350 (-485))) -12 (|has| |#3| (-951 (-350 (-485)))) (|has| |#3| (-1014))))
+((((-485) |#3|) . T))
+((((-485) |#3|) . T))
+((((-485) |#3|) . T))
+(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-664))))
(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312))))
-(|has| |#3| (-717))
-(|has| |#3| (-717))
-(OR (|has| |#3| (-717)) (|has| |#3| (-756)))
-(OR (|has| |#3| (-717)) (|has| |#3| (-756)))
-(|has| |#3| (-717))
-(|has| |#3| (-717))
+(|has| |#3| (-718))
+(|has| |#3| (-718))
+(OR (|has| |#3| (-718)) (|has| |#3| (-757)))
+(OR (|has| |#3| (-718)) (|has| |#3| (-757)))
+(|has| |#3| (-718))
+(|has| |#3| (-718))
(((|#3|) |has| |#3| (-312)))
(((|#1| |#3|) . T))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
(OR (|has| |#1| (-190)) (|has| |#1| (-189)))
((($) OR (|has| |#1| (-190)) (|has| |#1| (-189))))
-((((-772)) . T))
+((((-773)) . T))
(|has| |#1| (-190))
((($) . T))
-(((|#1| (-469 |#3|) |#3|) . T))
-(|has| |#1| (-821))
-(|has| |#1| (-821))
-((((-484)) -12 (|has| |#1| (-796 (-484))) (|has| |#3| (-796 (-484)))) (((-330)) -12 (|has| |#1| (-796 (-330))) (|has| |#3| (-796 (-330)))))
-((((-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) ((|#3|) . T))
-((($ (-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (($ |#3|) . T))
-((((-1090)) |has| |#1| (-809 (-1090))) ((|#3|) . T))
+(((|#1| (-470 |#3|) |#3|) . T))
+(|has| |#1| (-822))
+(|has| |#1| (-822))
+((((-485)) -12 (|has| |#1| (-797 (-485))) (|has| |#3| (-797 (-485)))) (((-330)) -12 (|has| |#1| (-797 (-330))) (|has| |#3| (-797 (-330)))))
+((((-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) ((|#3|) . T))
+((($ (-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (($ |#3|) . T))
+((((-1091)) |has| |#1| (-810 (-1091))) ((|#3|) . T))
((($ $) . T) ((|#2| $) |has| |#1| (-190)) ((|#2| |#1|) |has| |#1| (-190)) ((|#3| |#1|) . T) ((|#3| $) . T))
-(OR (|has| |#1| (-392)) (|has| |#1| (-821)))
-((((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T))
+(OR (|has| |#1| (-392)) (|has| |#1| (-822)))
+((((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T))
(((|#1|) . T))
-(((|#1| (-469 |#3|)) . T))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
+(((|#1| (-470 |#3|)) . T))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) . T) (((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((((-484)) . T) (($) . T) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T))
-(((|#1| (-469 |#3|)) . T))
-((((-800 (-484))) -12 (|has| |#1| (-553 (-800 (-484)))) (|has| |#3| (-553 (-800 (-484))))) (((-800 (-330))) -12 (|has| |#1| (-553 (-800 (-330)))) (|has| |#3| (-553 (-800 (-330))))) (((-473)) -12 (|has| |#1| (-553 (-473))) (|has| |#3| (-553 (-473)))))
-((((-1039 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((|#2|) . T))
-((((-1039 |#1| |#2|)) . T) (((-484)) . T) ((|#3|) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ((|#2|) . T))
-(((|#1| |#2| |#3| (-469 |#3|)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) . T) (((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((((-485)) . T) (($) . T) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T))
+(((|#1| (-470 |#3|)) . T))
+((((-801 (-485))) -12 (|has| |#1| (-554 (-801 (-485)))) (|has| |#3| (-554 (-801 (-485))))) (((-801 (-330))) -12 (|has| |#1| (-554 (-801 (-330)))) (|has| |#3| (-554 (-801 (-330))))) (((-474)) -12 (|has| |#1| (-554 (-474))) (|has| |#3| (-554 (-474)))))
+((((-1040 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((|#2|) . T))
+((((-1040 |#1| |#2|)) . T) (((-485)) . T) ((|#3|) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ((|#2|) . T))
+(((|#1| |#2| |#3| (-470 |#3|)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
(((|#2| |#2|) . T))
((($) . T))
((($) . T))
((($) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T))
((($) . T))
((($) . T))
((($ $) . T))
-((($) . T) (((-484)) . T))
+((($) . T) (((-485)) . T))
((($) . T))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) |has| |#1| (-312)))
-((((-1090)) |has| |#1| (-809 (-1090))))
-((($ (-1090)) |has| |#1| (-809 (-1090))))
-((((-1090)) |has| |#1| (-809 (-1090))))
+((((-1091)) |has| |#1| (-810 (-1091))))
+((($ (-1091)) |has| |#1| (-810 (-1091))))
+((((-1091)) |has| |#1| (-810 (-1091))))
(((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312))))
(((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312))))
-(((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-961))))
-(((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-961))))
-(((|#1| |#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-961))))
-((((-484)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-961))))
-(((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-961))) (($) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-961))))
-(OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)))
-(OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)))
-(OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)))
+(((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-962))))
+(((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-962))))
+(((|#1| |#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-962))))
+((((-485)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-962))))
+(((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-962))) (($) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-962))))
+(OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)))
+(OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)))
+(OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)))
(|has| |#1| (-413))
-(OR (|has| |#1| (-413)) (|has| |#1| (-663)) (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)))
-(OR (|has| |#1| (-413)) (|has| |#1| (-663)) (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)) (|has| |#1| (-1025)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)))
-(((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-961))) (($) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-961))) (((-484)) OR (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-809 (-1090))) (|has| |#1| (-961))))
-(OR (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-413)) (|has| |#1| (-663)) (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)) (|has| |#1| (-1025)) (|has| |#1| (-1013)))
-((((-85)) |has| |#1| (-1013)) (((-772)) OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-413)) (|has| |#1| (-663)) (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)) (|has| |#1| (-1025)) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-413)) (|has| |#1| (-663)) (|has| |#1| (-809 (-1090))) (|has| |#1| (-961)) (|has| |#1| (-1025)) (|has| |#1| (-1013)))
-((((-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-772)) . T))
+(OR (|has| |#1| (-413)) (|has| |#1| (-664)) (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)))
+(OR (|has| |#1| (-413)) (|has| |#1| (-664)) (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)) (|has| |#1| (-1026)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)))
+(((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-962))) (($) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-962))) (((-485)) OR (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-810 (-1091))) (|has| |#1| (-962))))
+(OR (|has| |#1| (-21)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-413)) (|has| |#1| (-664)) (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)) (|has| |#1| (-1026)) (|has| |#1| (-1014)))
+((((-85)) |has| |#1| (-1014)) (((-773)) OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-413)) (|has| |#1| (-664)) (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)) (|has| |#1| (-1026)) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-413)) (|has| |#1| (-664)) (|has| |#1| (-810 (-1091))) (|has| |#1| (-962)) (|has| |#1| (-1026)) (|has| |#1| (-1014)))
+((((-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-773)) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T))
-(|has| (-1166 |#1| |#2| |#3| |#4|) (-118))
-(|has| (-1166 |#1| |#2| |#3| |#4|) (-120))
-((((-1166 |#1| |#2| |#3| |#4|)) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-1166 |#1| |#2| |#3| |#4|)) . T) (((-350 (-484))) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|)) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T))
-((((-1090) (-1166 |#1| |#2| |#3| |#4|)) |has| (-1166 |#1| |#2| |#3| |#4|) (-455 (-1090) (-1166 |#1| |#2| |#3| |#4|))) (((-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|)) |has| (-1166 |#1| |#2| |#3| |#4|) (-260 (-1166 |#1| |#2| |#3| |#4|))))
-((((-1166 |#1| |#2| |#3| |#4|)) |has| (-1166 |#1| |#2| |#3| |#4|) (-260 (-1166 |#1| |#2| |#3| |#4|))))
-((((-1166 |#1| |#2| |#3| |#4|) $) |has| (-1166 |#1| |#2| |#3| |#4|) (-241 (-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|))))
-((((-1166 |#1| |#2| |#3| |#4|)) . T))
-((($) . T) (((-1166 |#1| |#2| |#3| |#4|)) . T) (((-350 (-484))) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T))
-((((-1160 |#2| |#3| |#4|)) . T) (((-484)) . T) (((-1166 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-1160 |#2| |#3| |#4|)) . T) (((-1166 |#1| |#2| |#3| |#4|)) . T))
-((((-1166 |#1| |#2| |#3| |#4|)) . T))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(((|#1|) |has| |#1| (-495)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-961)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-961)))
-((((-772)) . T))
-(OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-961)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-961)))
-(OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-961)))
-(OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-413)) (|has| |#1| (-495)) (|has| |#1| (-961)) (|has| |#1| (-1025)))
-(OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-961)))
-(OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-413)) (|has| |#1| (-495)) (|has| |#1| (-961)) (|has| |#1| (-1025)))
-(OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-961)))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T))
+(|has| (-1167 |#1| |#2| |#3| |#4|) (-118))
+(|has| (-1167 |#1| |#2| |#3| |#4|) (-120))
+((((-1167 |#1| |#2| |#3| |#4|)) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-1167 |#1| |#2| |#3| |#4|)) . T) (((-350 (-485))) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|)) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T))
+((((-1091) (-1167 |#1| |#2| |#3| |#4|)) |has| (-1167 |#1| |#2| |#3| |#4|) (-456 (-1091) (-1167 |#1| |#2| |#3| |#4|))) (((-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|)) |has| (-1167 |#1| |#2| |#3| |#4|) (-260 (-1167 |#1| |#2| |#3| |#4|))))
+((((-1167 |#1| |#2| |#3| |#4|)) |has| (-1167 |#1| |#2| |#3| |#4|) (-260 (-1167 |#1| |#2| |#3| |#4|))))
+((((-1167 |#1| |#2| |#3| |#4|) $) |has| (-1167 |#1| |#2| |#3| |#4|) (-241 (-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|))))
+((((-1167 |#1| |#2| |#3| |#4|)) . T))
+((($) . T) (((-1167 |#1| |#2| |#3| |#4|)) . T) (((-350 (-485))) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T))
+((((-1161 |#2| |#3| |#4|)) . T) (((-485)) . T) (((-1167 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-1161 |#2| |#3| |#4|)) . T) (((-1167 |#1| |#2| |#3| |#4|)) . T))
+((((-1167 |#1| |#2| |#3| |#4|)) . T))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(((|#1|) |has| |#1| (-496)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-962)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-962)))
+((((-773)) . T))
+(OR (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-962)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-962)))
+(OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-962)))
+(OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-413)) (|has| |#1| (-496)) (|has| |#1| (-962)) (|has| |#1| (-1026)))
+(OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-962)))
+(OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-413)) (|has| |#1| (-496)) (|has| |#1| (-962)) (|has| |#1| (-1026)))
+(OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-962)))
(|has| |#1| (-118))
(|has| |#1| (-120))
-((((-550 $) $) . T) (($ $) . T))
+((((-551 $) $) . T) (($ $) . T))
((($) . T))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)) (((-350 (-484))) |has| |#1| (-495)))
-((((-484)) OR (|has| |#1| (-21)) (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-961))) (($) OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-961))) ((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-961))) (((-350 (-484))) |has| |#1| (-495)))
-(((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)) (((-350 (-484))) |has| |#1| (-495)))
-(((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)) (((-350 (-484))) |has| |#1| (-495)))
-(|has| |#1| (-495))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-495)) (($) |has| |#1| (-495)))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-495)) (($) |has| |#1| (-495)))
-(((|#1| |#1|) |has| |#1| (-146)) (((-350 (-484)) (-350 (-484))) |has| |#1| (-495)) (($ $) |has| |#1| (-495)))
-(|has| |#1| (-495))
-(((|#1|) |has| |#1| (-961)))
-((($) OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-961))) ((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-961))) (((-350 (-484))) |has| |#1| (-495)) (((-484)) -12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))))
-(((|#1|) |has| |#1| (-961)) (((-484)) -12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))))
-(((|#1|) . T))
-((((-484)) |has| |#1| (-796 (-484))) (((-330)) |has| |#1| (-796 (-330))))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)) (((-350 (-485))) |has| |#1| (-496)))
+((((-485)) OR (|has| |#1| (-21)) (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-962))) (($) OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-962))) ((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-962))) (((-350 (-485))) |has| |#1| (-496)))
+(((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)) (((-350 (-485))) |has| |#1| (-496)))
+(((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)) (((-350 (-485))) |has| |#1| (-496)))
+(|has| |#1| (-496))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-496)) (($) |has| |#1| (-496)))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-496)) (($) |has| |#1| (-496)))
+(((|#1| |#1|) |has| |#1| (-146)) (((-350 (-485)) (-350 (-485))) |has| |#1| (-496)) (($ $) |has| |#1| (-496)))
+(|has| |#1| (-496))
+(((|#1|) |has| |#1| (-962)))
+((($) OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-962))) ((|#1|) OR (|has| |#1| (-146)) (|has| |#1| (-962))) (((-350 (-485))) |has| |#1| (-496)) (((-485)) -12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))))
+(((|#1|) |has| |#1| (-962)) (((-485)) -12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))))
+(((|#1|) . T))
+((((-485)) |has| |#1| (-797 (-485))) (((-330)) |has| |#1| (-797 (-330))))
(((|#1|) . T))
(|has| |#1| (-413))
-((((-1090)) |has| |#1| (-961)))
-((($ (-1090)) |has| |#1| (-961)))
-((((-1090)) |has| |#1| (-961)))
+((((-1091)) |has| |#1| (-962)))
+((($ (-1091)) |has| |#1| (-962)))
+((((-1091)) |has| |#1| (-962)))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))) (((-800 (-484))) |has| |#1| (-553 (-800 (-484)))) (((-800 (-330))) |has| |#1| (-553 (-800 (-330)))))
-((((-48)) -12 (|has| |#1| (-495)) (|has| |#1| (-950 (-484)))) (((-550 $)) . T) ((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) OR (-12 (|has| |#1| (-495)) (|has| |#1| (-950 (-484)))) (|has| |#1| (-950 (-350 (-484))))) (((-350 (-857 |#1|))) |has| |#1| (-495)) (((-857 |#1|)) |has| |#1| (-961)) (((-1090)) . T))
-((((-48)) -12 (|has| |#1| (-495)) (|has| |#1| (-950 (-484)))) (((-484)) OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-495)) (|has| |#1| (-950 (-484))) (|has| |#1| (-961))) ((|#1|) . T) (((-550 $)) . T) (($) |has| |#1| (-495)) (((-350 (-484))) OR (|has| |#1| (-495)) (|has| |#1| (-950 (-350 (-484))))) (((-350 (-857 |#1|))) |has| |#1| (-495)) (((-857 |#1|)) |has| |#1| (-961)) (((-1090)) . T))
+((((-474)) |has| |#1| (-554 (-474))) (((-801 (-485))) |has| |#1| (-554 (-801 (-485)))) (((-801 (-330))) |has| |#1| (-554 (-801 (-330)))))
+((((-48)) -12 (|has| |#1| (-496)) (|has| |#1| (-951 (-485)))) (((-551 $)) . T) ((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) OR (-12 (|has| |#1| (-496)) (|has| |#1| (-951 (-485)))) (|has| |#1| (-951 (-350 (-485))))) (((-350 (-858 |#1|))) |has| |#1| (-496)) (((-858 |#1|)) |has| |#1| (-962)) (((-1091)) . T))
+((((-48)) -12 (|has| |#1| (-496)) (|has| |#1| (-951 (-485)))) (((-485)) OR (|has| |#1| (-118)) (|has| |#1| (-120)) (|has| |#1| (-146)) (|has| |#1| (-496)) (|has| |#1| (-951 (-485))) (|has| |#1| (-962))) ((|#1|) . T) (((-551 $)) . T) (($) |has| |#1| (-496)) (((-350 (-485))) OR (|has| |#1| (-496)) (|has| |#1| (-951 (-350 (-485))))) (((-350 (-858 |#1|))) |has| |#1| (-496)) (((-858 |#1|)) |has| |#1| (-962)) (((-1091)) . T))
(((|#1|) . T))
(|has| |#1| (-312))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
-((((-772)) . T))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+((((-773)) . T))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(((|#1| (-350 (-484))) . T))
-(((|#1| (-350 (-484))) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(((|#1| (-350 (-485))) . T))
+(((|#1| (-350 (-485))) . T))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-484)) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
-((($) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) ((|#1|) . T))
-((((-350 (-484)) (-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
-(((|#1| (-350 (-484)) (-994)) . T))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((($ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((((-350 (-484)) |#1|) . T) (($ $) . T))
-(|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))
-((($) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))))
-(|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))
-(((|#1|) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1| (-484)) . T))
-((((-484) (-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-772)) . T))
-((((-484)) . T))
-((((-772)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1| (-694)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
-(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-((((-484) |#1|) . T))
-((((-1146 (-484)) $) . T) (((-484) |#1|) . T))
-((((-484) |#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (-756)) (|has| |#1| (-1013)))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-756)) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-756)) (|has| |#1| (-1013)))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-484)) . T))
-((((-772)) . T))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-485)) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
+((($) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) ((|#1|) . T))
+((((-350 (-485)) (-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) ((|#1| |#1|) . T))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
+(((|#1| (-350 (-485)) (-995)) . T))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((($ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((((-350 (-485)) |#1|) . T) (($ $) . T))
+(|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))
+((($) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))))
+(|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))
+(((|#1|) . T))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1| (-485)) . T))
+((((-485) (-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-773)) . T))
+((((-485)) . T))
+((((-773)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1| (-695)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
+(((|#1|) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+((((-485) |#1|) . T))
+((((-1147 (-485)) $) . T) (((-485) |#1|) . T))
+((((-485) |#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(OR (|has| |#1| (-757)) (|has| |#1| (-1014)))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-757)) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-757)) (|has| |#1| (-1014)))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-485)) . T))
+((((-773)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-817 |#1|)) . T))
-((((-817 |#1|)) . T))
-((((-817 |#1|)) . T))
-((((-817 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-817 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-817 |#1|) (-817 |#1|)) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+((((-818 |#1|)) . T))
+((((-818 |#1|)) . T))
+((((-818 |#1|)) . T))
+((((-818 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-818 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-818 |#1|) (-818 |#1|)) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(|has| $ (-120))
((($) . T))
-((((-817 |#1|)) . T))
-((((-817 |#1|)) . T))
-((((-817 |#1|)) . T))
-((((-817 |#1|)) . T))
-((((-817 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-817 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-817 |#1|) (-817 |#1|)) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+((((-818 |#1|)) . T))
+((((-818 |#1|)) . T))
+((((-818 |#1|)) . T))
+((((-818 |#1|)) . T))
+((((-818 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-818 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-818 |#1|) (-818 |#1|)) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(|has| $ (-120))
((($) . T))
-((((-817 |#1|)) . T))
+((((-818 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1| |#1|) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1| |#1|) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(|has| |#1| (-120))
(|has| |#1| (-320))
(|has| |#1| (-320))
@@ -988,16 +988,16 @@
(((|#1|) . T))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1| |#1|) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1| |#1|) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(|has| |#1| (-120))
(|has| |#1| (-320))
(|has| |#1| (-320))
@@ -1006,37 +1006,37 @@
((($) |has| |#1| (-320)))
(|has| |#1| (-320))
(((|#1|) . T))
-((((-817 |#1|)) . T))
-((((-817 |#1|)) . T))
-((((-817 |#1|)) . T))
-((((-817 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-817 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-817 |#1|) (-817 |#1|)) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-817 |#1|)) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+((((-818 |#1|)) . T))
+((((-818 |#1|)) . T))
+((((-818 |#1|)) . T))
+((((-818 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-818 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-818 |#1|) (-818 |#1|)) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-818 |#1|)) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(|has| $ (-120))
((($) . T))
-((((-817 |#1|)) . T))
+((((-818 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1| |#1|) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1| |#1|) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(|has| |#1| (-120))
(|has| |#1| (-320))
(|has| |#1| (-320))
@@ -1050,16 +1050,16 @@
(((|#1|) . T))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1| |#1|) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1| |#1|) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(|has| |#1| (-120))
(|has| |#1| (-320))
(|has| |#1| (-320))
@@ -1073,16 +1073,16 @@
(((|#1|) . T))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1| |#1|) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1| |#1|) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(|has| |#1| (-120))
(|has| |#1| (-320))
(|has| |#1| (-320))
@@ -1096,16 +1096,16 @@
(((|#1|) . T))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
(OR (|has| |#1| (-118)) (|has| |#1| (-320)))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1| |#1|) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1| |#1|) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(|has| |#1| (-120))
(|has| |#1| (-320))
(|has| |#1| (-320))
@@ -1116,552 +1116,564 @@
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-773)) . T))
((((-338) |#1|) . T))
((((-179)) . T))
((($) . T))
-((((-484)) . T) (((-350 (-484))) . T))
+((((-485)) . T) (((-350 (-485))) . T))
((((-330)) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-473)) . T) (((-1073)) . T) (((-179)) . T) (((-330)) . T) (((-800 (-330))) . T))
-((((-179)) . T) (((-772)) . T))
-((((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T) (((-484)) . T))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-474)) . T) (((-1074)) . T) (((-179)) . T) (((-330)) . T) (((-801 (-330))) . T))
+((((-179)) . T) (((-773)) . T))
+((((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T) (((-485)) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
-((((-583 (-453 |#1| |#2|))) . T))
+((((-584 (-454 |#1| |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-484)) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-485)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
-((((-484)) . T) ((|#1|) . T))
+((((-773)) . T))
+((((-485)) . T) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
(((|#2|) . T))
(((|#2|) . T))
(((|#1| |#2|) . T))
-((((-772)) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
+((((-773)) . T))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-1073)) . T))
-((((-1073)) . T))
-((((-1073)) . T) (((-772)) . T))
+((((-1074)) . T))
+((((-1074)) . T))
+((((-1074)) . T) (((-773)) . T))
(((|#3|) . T))
(((|#3|) . T))
(((|#3|) . T))
-((((-772)) . T))
-(((|#3|) . T) (((-484)) . T))
+((((-773)) . T))
+(((|#3|) . T) (((-485)) . T))
(((|#3|) . T))
(((|#3|) . T))
(((|#3| |#3|) . T))
(((|#3|) . T))
((((-350 |#2|)) . T))
((($) . T))
-((((-772)) . T))
-(|has| |#1| (-1134))
-((((-473)) |has| |#1| (-553 (-473))) (((-179)) |has| |#1| (-933)) (((-330)) |has| |#1| (-933)))
-(|has| |#1| (-933))
-(OR (|has| |#1| (-392)) (|has| |#1| (-1134)))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) |has| |#1| (-950 (-484))) ((|#1|) . T))
+((((-773)) . T))
+(|has| |#1| (-1135))
+((((-474)) |has| |#1| (-554 (-474))) (((-179)) |has| |#1| (-934)) (((-330)) |has| |#1| (-934)))
+(|has| |#1| (-934))
+(OR (|has| |#1| (-392)) (|has| |#1| (-1135)))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) |has| |#1| (-951 (-485))) ((|#1|) . T))
(((|#1|) . T))
((($ $) |has| |#1| (-241 $ $)) ((|#1| $) |has| |#1| (-241 |#1| |#1|)))
((($) |has| |#1| (-260 $)) ((|#1|) |has| |#1| (-260 |#1|)))
-((((-1090) $) |has| |#1| (-455 (-1090) $)) (($ $) |has| |#1| (-260 $)) ((|#1| |#1|) |has| |#1| (-260 |#1|)) (((-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)))
+((((-1091) $) |has| |#1| (-456 (-1091) $)) (($ $) |has| |#1| (-260 $)) ((|#1| |#1|) |has| |#1| (-260 |#1|)) (((-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)))
(((|#1|) . T))
(|has| |#1| (-190))
((($) OR (|has| |#1| (-190)) (|has| |#1| (-189))))
(OR (|has| |#1| (-190)) (|has| |#1| (-189)))
(((|#1|) . T))
-((($ (-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))))
-((((-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))))
-((((-1090)) |has| |#1| (-809 (-1090))))
+((($ (-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))))
+((((-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))))
+((((-1091)) |has| |#1| (-810 (-1091))))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
(((|#1| |#1|) . T) (($ $) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-484)) . T) (($) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-485)) . T) (($) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T) (($) . T))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((|#1|) . T) (((-484)) . T) (($) . T))
-((((-772)) . T))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((|#1|) . T) (((-485)) . T) (($) . T))
+((((-773)) . T))
(|has| |#1| (-118))
-(OR (|has| |#1| (-120)) (|has| |#1| (-740)))
+(OR (|has| |#1| (-120)) (|has| |#1| (-741)))
(((|#1|) . T))
-((((-1090)) |has| |#1| (-809 (-1090))))
-((((-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))))
-((($ (-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))))
+((((-1091)) |has| |#1| (-810 (-1091))))
+((((-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))))
+((($ (-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))))
(((|#1|) . T))
(OR (|has| |#1| (-190)) (|has| |#1| (-189)))
((($) OR (|has| |#1| (-190)) (|has| |#1| (-189))))
(|has| |#1| (-190))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) ((|#1|) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
-(((|#1|) . T))
-((((-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)) ((|#1| |#1|) |has| |#1| (-260 |#1|)))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) ((|#1|) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
+(((|#1|) . T))
+((((-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)) ((|#1| |#1|) |has| |#1| (-260 |#1|)))
(((|#1|) |has| |#1| (-260 |#1|)))
(((|#1| $) |has| |#1| (-241 |#1| |#1|)))
(((|#1|) . T))
-((($) . T) ((|#1|) . T) (((-350 (-484))) . T) (((-484)) |has| |#1| (-580 (-484))))
-(((|#1|) . T) (((-484)) |has| |#1| (-580 (-484))))
+((($) . T) ((|#1|) . T) (((-350 (-485))) . T) (((-485)) |has| |#1| (-581 (-485))))
+(((|#1|) . T) (((-485)) |has| |#1| (-581 (-485))))
(((|#1|) . T))
-((((-484)) |has| |#1| (-796 (-484))) (((-330)) |has| |#1| (-796 (-330))))
-(|has| |#1| (-740))
-(|has| |#1| (-740))
-(|has| |#1| (-740))
-(OR (|has| |#1| (-740)) (|has| |#1| (-756)))
-(OR (|has| |#1| (-740)) (|has| |#1| (-756)))
-(|has| |#1| (-740))
-(|has| |#1| (-740))
-(|has| |#1| (-740))
+((((-485)) |has| |#1| (-797 (-485))) (((-330)) |has| |#1| (-797 (-330))))
+(|has| |#1| (-741))
+(|has| |#1| (-741))
+(|has| |#1| (-741))
+(OR (|has| |#1| (-741)) (|has| |#1| (-757)))
+(OR (|has| |#1| (-741)) (|has| |#1| (-757)))
+(|has| |#1| (-741))
+(|has| |#1| (-741))
+(|has| |#1| (-741))
(((|#1|) . T))
-(|has| |#1| (-821))
-(|has| |#1| (-933))
-((((-473)) |has| |#1| (-553 (-473))) (((-800 (-484))) |has| |#1| (-553 (-800 (-484)))) (((-800 (-330))) |has| |#1| (-553 (-800 (-330)))) (((-330)) |has| |#1| (-933)) (((-179)) |has| |#1| (-933)))
-((((-484)) . T) ((|#1|) . T) (($) . T) (((-350 (-484))) . T) (((-1090)) |has| |#1| (-950 (-1090))))
-((((-350 (-484))) |has| |#1| (-950 (-484))) (((-484)) |has| |#1| (-950 (-484))) (((-1090)) |has| |#1| (-950 (-1090))) ((|#1|) . T))
-(|has| |#1| (-1066))
+(|has| |#1| (-822))
+(|has| |#1| (-934))
+((((-474)) |has| |#1| (-554 (-474))) (((-801 (-485))) |has| |#1| (-554 (-801 (-485)))) (((-801 (-330))) |has| |#1| (-554 (-801 (-330)))) (((-330)) |has| |#1| (-934)) (((-179)) |has| |#1| (-934)))
+((((-485)) . T) ((|#1|) . T) (($) . T) (((-350 (-485))) . T) (((-1091)) |has| |#1| (-951 (-1091))))
+((((-350 (-485))) |has| |#1| (-951 (-485))) (((-485)) |has| |#1| (-951 (-485))) (((-1091)) |has| |#1| (-951 (-1091))) ((|#1|) . T))
+(|has| |#1| (-1067))
(((|#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
-(((|#1|) . T) (((-484)) . T) (($) . T))
+(((|#1|) . T) (((-485)) . T) (($) . T))
(((|#1|) . T) (($) . T))
-(((|#1|) . T) (((-484)) . T))
-(((|#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-484) (-350 (-857 |#1|))) . T))
-((((-350 (-857 |#1|))) . T))
-((((-350 (-857 |#1|))) . T))
-((((-350 (-857 |#1|))) . T))
-((((-1056 |#2| (-350 (-857 |#1|)))) . T) (((-350 (-857 |#1|))) . T))
-((((-772)) . T))
-((((-1056 |#2| (-350 (-857 |#1|)))) . T) (((-350 (-857 |#1|))) . T) (((-484)) . T))
-((((-350 (-857 |#1|))) . T))
-((((-350 (-857 |#1|))) . T))
-((((-350 (-857 |#1|)) (-350 (-857 |#1|))) . T))
-((((-350 (-857 |#1|))) . T))
-((((-350 (-857 |#1|))) . T))
-((((-473)) |has| |#2| (-553 (-473))) (((-800 (-330))) |has| |#2| (-553 (-800 (-330)))) (((-800 (-484))) |has| |#2| (-553 (-800 (-484)))))
+(((|#1|) . T) (((-485)) . T))
+(((|#1|) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-485) (-350 (-858 |#1|))) . T))
+((((-350 (-858 |#1|))) . T))
+((((-350 (-858 |#1|))) . T))
+((((-350 (-858 |#1|))) . T))
+((((-1057 |#2| (-350 (-858 |#1|)))) . T) (((-350 (-858 |#1|))) . T))
+((((-773)) . T))
+((((-1057 |#2| (-350 (-858 |#1|)))) . T) (((-350 (-858 |#1|))) . T) (((-485)) . T))
+((((-350 (-858 |#1|))) . T))
+((((-350 (-858 |#1|))) . T))
+((((-350 (-858 |#1|)) (-350 (-858 |#1|))) . T))
+((((-350 (-858 |#1|))) . T))
+((((-350 (-858 |#1|))) . T))
+((((-474)) |has| |#2| (-554 (-474))) (((-801 (-330))) |has| |#2| (-554 (-801 (-330)))) (((-801 (-485))) |has| |#2| (-554 (-801 (-485)))))
((($) . T))
(((|#2| |#3|) . T))
(((|#2|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T))
(|has| |#2| (-118))
(|has| |#2| (-120))
-(OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484)) (-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-(OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-(OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
+(OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485)) (-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+(OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+(OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
(((|#2| |#3|) . T))
(((|#2|) . T))
-((($) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
-(((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
-(OR (|has| |#2| (-392)) (|has| |#2| (-821)))
-((($ $) . T) (((-773 |#1|) $) . T) (((-773 |#1|) |#2|) . T))
-((((-773 |#1|)) . T))
-((($ (-773 |#1|)) . T))
-((((-773 |#1|)) . T))
-(|has| |#2| (-821))
-(|has| |#2| (-821))
-((((-350 (-484))) |has| |#2| (-950 (-350 (-484)))) (((-484)) |has| |#2| (-950 (-484))) ((|#2|) . T) (((-773 |#1|)) . T))
-((((-484)) . T) (((-350 (-484))) OR (|has| |#2| (-38 (-350 (-484)))) (|has| |#2| (-950 (-350 (-484))))) ((|#2|) . T) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) (((-773 |#1|)) . T))
-(((|#2| |#3| (-773 |#1|)) . T))
+((($) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
+(((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
+(OR (|has| |#2| (-392)) (|has| |#2| (-822)))
+((($ $) . T) (((-774 |#1|) $) . T) (((-774 |#1|) |#2|) . T))
+((((-774 |#1|)) . T))
+((($ (-774 |#1|)) . T))
+((((-774 |#1|)) . T))
+(|has| |#2| (-822))
+(|has| |#2| (-822))
+((((-350 (-485))) |has| |#2| (-951 (-350 (-485)))) (((-485)) |has| |#2| (-951 (-485))) ((|#2|) . T) (((-774 |#1|)) . T))
+((((-485)) . T) (((-350 (-485))) OR (|has| |#2| (-38 (-350 (-485)))) (|has| |#2| (-951 (-350 (-485))))) ((|#2|) . T) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) (((-774 |#1|)) . T))
+(((|#2| |#3| (-774 |#1|)) . T))
(((|#2| |#2|) . T) ((|#6| |#6|) . T))
(((|#2|) . T) ((|#6|) . T))
(((|#2|) . T) ((|#6|) . T))
-((((-772)) . T))
-(((|#2|) . T) (((-484)) . T) ((|#6|) . T))
+((((-773)) . T))
+(((|#2|) . T) (((-485)) . T) ((|#6|) . T))
(((|#2|) . T) ((|#6|) . T))
(((|#2|) . T) ((|#6|) . T))
(((|#2|) . T) ((|#6|) . T))
(((|#4|) . T))
(((|#4|) . T))
-((((-583 |#4|)) . T) (((-772)) . T))
-(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
-(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
+((((-584 |#4|)) . T) (((-773)) . T))
+(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
+(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
(((|#4|) . T))
-((((-473)) |has| |#4| (-553 (-473))))
+((((-474)) |has| |#4| (-554 (-474))))
(((|#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-772)) . T))
+((((-773)) . T))
(|has| |#1| (-312))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
-((((-772)) . T))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+((((-773)) . T))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(((|#1| (-350 (-484))) . T))
-(((|#1| (-350 (-484))) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(((|#1| (-350 (-485))) . T))
+(((|#1| (-350 (-485))) . T))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-484)) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
-((($) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) ((|#1|) . T))
-((((-350 (-484)) (-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
-(((|#1| (-350 (-484)) (-994)) . T))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((($ (-1176 |#2|)) . T) (($ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((((-350 (-484)) |#1|) . T) (($ $) . T))
-(|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))
-((($) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))))
-(|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))
-(((|#1|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-772)) . T))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-485)) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
+((($) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) ((|#1|) . T))
+((((-350 (-485)) (-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) ((|#1| |#1|) . T))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#1|) |has| |#1| (-146)))
+(((|#1| (-350 (-485)) (-995)) . T))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((($ (-1177 |#2|)) . T) (($ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((((-350 (-485)) |#1|) . T) (($ $) . T))
+(|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))
+((($) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))))
+(|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))
+(((|#1|) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-773)) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#4|) . T))
-((((-473)) |has| |#4| (-553 (-473))))
+((((-474)) |has| |#4| (-554 (-474))))
(((|#4|) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
-(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
+(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
+(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
(((|#4|) . T))
-((((-772)) . T) (((-583 |#4|)) . T))
+((((-773)) . T) (((-584 |#4|)) . T))
(((|#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-473)) . T) (((-350 (-1085 (-484)))) . T) (((-179)) . T) (((-330)) . T))
-((((-350 (-484))) . T) (((-484)) . T))
-((((-330)) . T) (((-179)) . T) (((-772)) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-772)) . T))
+((((-474)) . T) (((-350 (-1086 (-485)))) . T) (((-179)) . T) (((-330)) . T))
+((((-350 (-485))) . T) (((-485)) . T))
+((((-330)) . T) (((-179)) . T) (((-773)) . T))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-773)) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
-((((-473)) |has| |#2| (-553 (-473))) (((-800 (-330))) |has| |#2| (-553 (-800 (-330)))) (((-800 (-484))) |has| |#2| (-553 (-800 (-484)))))
+((((-474)) |has| |#2| (-554 (-474))) (((-801 (-330))) |has| |#2| (-554 (-801 (-330)))) (((-801 (-485))) |has| |#2| (-554 (-801 (-485)))))
((($) . T))
-(((|#2| (-422 (-3958 |#1|) (-694))) . T))
+(((|#2| (-422 (-3959 |#1|) (-695))) . T))
(((|#2|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T))
(|has| |#2| (-118))
(|has| |#2| (-120))
-(OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484)) (-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-(OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-(OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-(((|#2| (-422 (-3958 |#1|) (-694))) . T))
+(OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485)) (-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+(OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+(OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+(((|#2| (-422 (-3959 |#1|) (-695))) . T))
(((|#2|) . T))
-((($) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
-(((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
-(OR (|has| |#2| (-392)) (|has| |#2| (-821)))
-((($ $) . T) (((-773 |#1|) $) . T) (((-773 |#1|) |#2|) . T))
-((((-773 |#1|)) . T))
-((($ (-773 |#1|)) . T))
-((((-773 |#1|)) . T))
-(|has| |#2| (-821))
-(|has| |#2| (-821))
-((((-350 (-484))) |has| |#2| (-950 (-350 (-484)))) (((-484)) |has| |#2| (-950 (-484))) ((|#2|) . T) (((-773 |#1|)) . T))
-((((-484)) . T) (((-350 (-484))) OR (|has| |#2| (-38 (-350 (-484)))) (|has| |#2| (-950 (-350 (-484))))) ((|#2|) . T) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) (((-773 |#1|)) . T))
-(((|#2| (-422 (-3958 |#1|) (-694)) (-773 |#1|)) . T))
-(OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-717)) (|has| |#2| (-961)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-663)) (|has| |#2| (-717)) (|has| |#2| (-756)) (|has| |#2| (-961)) (|has| |#2| (-1013)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-72)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-663)) (|has| |#2| (-717)) (|has| |#2| (-756)) (|has| |#2| (-961)) (|has| |#2| (-1013)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-717)) (|has| |#2| (-961)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-717)) (|has| |#2| (-961)))
-(((|#2| |#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-663)) (|has| |#2| (-961))))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))))
-((((-772)) OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-552 (-772))) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-663)) (|has| |#2| (-717)) (|has| |#2| (-756)) (|has| |#2| (-961)) (|has| |#2| (-1013))) (((-1179 |#2|)) . T))
-(((|#2|) |has| |#2| (-961)))
-((((-1090)) -12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961))))
-((((-1090)) OR (-12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961))) (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961)))))
-((($ (-1090)) OR (-12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961))) (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961)))))
-(((|#2|) |has| |#2| (-961)))
-(OR (-12 (|has| |#2| (-190)) (|has| |#2| (-961))) (-12 (|has| |#2| (-189)) (|has| |#2| (-961))))
-((($) OR (-12 (|has| |#2| (-190)) (|has| |#2| (-961))) (-12 (|has| |#2| (-189)) (|has| |#2| (-961)))))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-((((-484)) OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))) ((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-663)) (|has| |#2| (-961))) (($) |has| |#2| (-961)))
-(-12 (|has| |#2| (-190)) (|has| |#2| (-961)))
+((($) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
+(((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
+(OR (|has| |#2| (-392)) (|has| |#2| (-822)))
+((($ $) . T) (((-774 |#1|) $) . T) (((-774 |#1|) |#2|) . T))
+((((-774 |#1|)) . T))
+((($ (-774 |#1|)) . T))
+((((-774 |#1|)) . T))
+(|has| |#2| (-822))
+(|has| |#2| (-822))
+((((-350 (-485))) |has| |#2| (-951 (-350 (-485)))) (((-485)) |has| |#2| (-951 (-485))) ((|#2|) . T) (((-774 |#1|)) . T))
+((((-485)) . T) (((-350 (-485))) OR (|has| |#2| (-38 (-350 (-485)))) (|has| |#2| (-951 (-350 (-485))))) ((|#2|) . T) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) (((-774 |#1|)) . T))
+(((|#2| (-422 (-3959 |#1|) (-695)) (-774 |#1|)) . T))
+(OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-718)) (|has| |#2| (-962)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-664)) (|has| |#2| (-718)) (|has| |#2| (-757)) (|has| |#2| (-962)) (|has| |#2| (-1014)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-72)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-664)) (|has| |#2| (-718)) (|has| |#2| (-757)) (|has| |#2| (-962)) (|has| |#2| (-1014)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-718)) (|has| |#2| (-962)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-718)) (|has| |#2| (-962)))
+(((|#2| |#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-664)) (|has| |#2| (-962))))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))))
+((((-773)) OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-553 (-773))) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-664)) (|has| |#2| (-718)) (|has| |#2| (-757)) (|has| |#2| (-962)) (|has| |#2| (-1014))) (((-1180 |#2|)) . T))
+(((|#2|) |has| |#2| (-962)))
+((((-1091)) -12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962))))
+((((-1091)) OR (-12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962))) (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962)))))
+((($ (-1091)) OR (-12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962))) (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962)))))
+(((|#2|) |has| |#2| (-962)))
+(OR (-12 (|has| |#2| (-190)) (|has| |#2| (-962))) (-12 (|has| |#2| (-189)) (|has| |#2| (-962))))
+((($) OR (-12 (|has| |#2| (-190)) (|has| |#2| (-962))) (-12 (|has| |#2| (-189)) (|has| |#2| (-962)))))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+((((-485)) OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))) ((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-664)) (|has| |#2| (-962))) (($) |has| |#2| (-962)))
+(-12 (|has| |#2| (-190)) (|has| |#2| (-962)))
(|has| |#2| (-320))
(((|#2|) . T))
-(((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-(((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+(((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+(((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#2|) . T))
-(((|#2|) |has| |#2| (-961)))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))) (($) |has| |#2| (-961)) (((-484)) -12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))))
-(((|#2|) |has| |#2| (-961)) (((-484)) -12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))))
-(((|#2|) |has| |#2| (-1013)))
-((((-484)) OR (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) (|has| |#2| (-961))) ((|#2|) |has| |#2| (-1013)) (((-350 (-484))) -12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))))
-(((|#2|) |has| |#2| (-1013)) (((-484)) -12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) (((-350 (-484))) -12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))))
-((((-484) |#2|) . T))
-((((-484) |#2|) . T))
-((((-484) |#2|) . T))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-663))))
+(((|#2|) |has| |#2| (-962)))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))) (($) |has| |#2| (-962)) (((-485)) -12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))))
+(((|#2|) |has| |#2| (-962)) (((-485)) -12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))))
+(((|#2|) |has| |#2| (-1014)))
+((((-485)) OR (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) (|has| |#2| (-962))) ((|#2|) |has| |#2| (-1014)) (((-350 (-485))) -12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))))
+(((|#2|) |has| |#2| (-1014)) (((-485)) -12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) (((-350 (-485))) -12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))))
+((((-485) |#2|) . T))
+((((-485) |#2|) . T))
+((((-485) |#2|) . T))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-664))))
(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312))))
-(|has| |#2| (-717))
-(|has| |#2| (-717))
-(OR (|has| |#2| (-717)) (|has| |#2| (-756)))
-(OR (|has| |#2| (-717)) (|has| |#2| (-756)))
-(|has| |#2| (-717))
-(|has| |#2| (-717))
+(|has| |#2| (-718))
+(|has| |#2| (-718))
+(OR (|has| |#2| (-718)) (|has| |#2| (-757)))
+(OR (|has| |#2| (-718)) (|has| |#2| (-757)))
+(|has| |#2| (-718))
+(|has| |#2| (-718))
(((|#2|) |has| |#2| (-312)))
(((|#1| |#2|) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-484)) . T))
-((((-772)) . T))
+((((-485)) . T))
+((((-773)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-917 16)) . T) (((-350 (-484))) . T) (((-772)) . T))
-((((-484)) . T))
-((((-484)) . T))
+((((-918 16)) . T) (((-350 (-485))) . T) (((-773)) . T))
+((((-485)) . T))
+((((-485)) . T))
((($) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T) (((-350 (-484))) . T) (($) . T))
-((((-484)) . T) (((-350 (-484))) . T) (($) . T))
-((((-484) (-484)) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-473)) . T) (((-800 (-484))) . T) (((-330)) . T) (((-179)) . T))
-((((-350 (-484))) . T) (((-484)) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T))
-((((-1073)) . T) (((-772)) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T) (((-350 (-485))) . T) (($) . T))
+((((-485)) . T) (((-350 (-485))) . T) (($) . T))
+((((-485) (-485)) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-474)) . T) (((-801 (-485))) . T) (((-330)) . T) (((-179)) . T))
+((((-350 (-485))) . T) (((-485)) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T))
+((((-1074)) . T) (((-773)) . T))
((($) . T))
((((-142 (-330))) . T) (((-179)) . T) (((-330)) . T))
-((((-350 (-484))) . T) (((-484)) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
+((((-350 (-485))) . T) (((-485)) . T))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
((($) . T))
-((($ $) . T) (((-550 $) $) . T))
-((((-350 (-484))) . T) (((-484)) . T) (((-550 $)) . T))
-((((-1039 (-484) (-550 $))) . T) (($) . T) (((-484)) . T) (((-350 (-484))) . T) (((-550 $)) . T))
-((((-772)) . T))
+((($ $) . T) (((-551 $) $) . T))
+((((-350 (-485))) . T) (((-485)) . T) (((-551 $)) . T))
+((((-1040 (-485) (-551 $))) . T) (($) . T) (((-485)) . T) (((-350 (-485))) . T) (((-551 $)) . T))
+((((-773)) . T))
(((|#1|) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-((((-484) |#1|) . T))
-((((-1146 (-484)) $) . T) (((-484) |#1|) . T))
-((((-484) |#1|) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+((((-485) |#1|) . T))
+((((-1147 (-485)) $) . T) (((-485) |#1|) . T))
+((((-485) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (-756)) (|has| |#1| (-1013)))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-756)) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-756)) (|has| |#1| (-1013)))
+(OR (|has| |#1| (-757)) (|has| |#1| (-1014)))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-757)) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-757)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(|has| |#1| (-1013))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(|has| |#1| (-1014))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#2| |#3|) . T))
-((((-1073)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-583 (-453 |#1| |#2|))) . T))
+((((-85)) . T))
+((((-85)) . T))
+((((-85)) . T))
+((((-773)) . T))
+((((-85)) . T))
+((((-85)) . T))
+((((-485) (-85)) . T))
+((((-485) (-85)) . T))
+((((-485) (-85)) . T) (((-1147 (-485)) $) . T))
+((((-474)) . T))
+((((-85)) . T))
+((((-85)) . T))
+((((-1074)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-584 (-454 |#1| |#2|))) . T))
(((|#1| |#2|) . T))
-((((-772)) . T))
-((((-484)) . T))
-((((-583 (-453 |#1| |#2|))) . T))
+((((-773)) . T))
+((((-485)) . T))
+((((-584 (-454 |#1| |#2|))) . T))
(((|#1| |#2|) . T))
-((((-772)) . T))
-((((-583 (-453 |#1| |#2|))) . T))
-(-12 (|has| |#1| (-1013)) (|has| |#2| (-1013)))
-((((-772)) -12 (|has| |#1| (-1013)) (|has| |#2| (-1013))))
+((((-773)) . T))
+((((-584 (-454 |#1| |#2|))) . T))
+(-12 (|has| |#1| (-1014)) (|has| |#2| (-1014)))
+((((-773)) -12 (|has| |#1| (-1014)) (|has| |#2| (-1014))))
(((|#1| |#2|) . T))
-((((-583 (-453 |#1| |#2|))) . T))
+((((-584 (-454 |#1| |#2|))) . T))
(((|#1| |#2|) . T))
-((((-772)) . T))
-((((-583 (-453 |#1| |#2|))) . T))
+((((-773)) . T))
+((((-584 (-454 |#1| |#2|))) . T))
(((|#1| |#2|) . T))
-((((-772)) . T))
-((((-782 |#2| |#1|)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-783 |#2| |#1|)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
+(((|#1|) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+((((-485) |#1|) . T))
+((((-1147 (-485)) $) . T) (((-485) |#1|) . T))
+((((-485) |#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(OR (|has| |#1| (-757)) (|has| |#1| (-1014)))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-757)) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-757)) (|has| |#1| (-1014)))
+(((|#1|) . T))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-((((-484) |#1|) . T))
-((((-1146 (-484)) $) . T) (((-484) |#1|) . T))
-((((-484) |#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (-756)) (|has| |#1| (-1013)))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-756)) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-756)) (|has| |#1| (-1013)))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-517 |#1|)) . T))
-((((-517 |#1|)) . T))
-((((-517 |#1|)) . T))
-((((-517 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-517 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-517 |#1|) (-517 |#1|)) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-517 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-517 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-((((-517 |#1|)) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-517 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-517 |#1|)) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+(((|#1|) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-518 |#1|)) . T))
+((((-518 |#1|)) . T))
+((((-518 |#1|)) . T))
+((((-518 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-518 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-518 |#1|) (-518 |#1|)) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-518 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-518 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+((((-518 |#1|)) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-518 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-518 |#1|)) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(|has| $ (-120))
((($) . T))
-((((-517 |#1|)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T))
-((((-583 (-453 (-694) |#1|))) . T))
-((((-694) |#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-515)) . T))
-((((-1015)) . T))
-((((-583 $)) . T) (((-1073)) . T) (((-1090)) . T) (((-484)) . T) (((-179)) . T) (((-772)) . T))
-((((-484) $) . T) (((-583 (-484)) $) . T))
-((((-772)) . T))
-((((-1073) (-1090) (-484) (-179) (-772)) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T))
+((((-518 |#1|)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T))
+((((-584 (-454 (-695) |#1|))) . T))
+((((-695) |#1|) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-516)) . T))
+((((-1016)) . T))
+((((-584 $)) . T) (((-1074)) . T) (((-1091)) . T) (((-485)) . T) (((-179)) . T) (((-773)) . T))
+((((-485) $) . T) (((-584 (-485)) $) . T))
+((((-773)) . T))
+((((-1074) (-1091) (-485) (-179) (-773)) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T))
((($) . T))
((($) . T))
((($ $) . T))
@@ -1669,201 +1681,201 @@
((($) . T))
((($) . T))
((($) . T))
-((((-484)) . T) (($) . T))
-((((-484)) . T))
-((($) . T) (((-484)) . T))
-((((-484)) . T))
-((((-473)) . T) (((-484)) . T) (((-800 (-484))) . T) (((-330)) . T) (((-179)) . T))
-((((-484)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-772)) . T))
+((((-485)) . T) (($) . T))
+((((-485)) . T))
+((($) . T) (((-485)) . T))
+((((-485)) . T))
+((((-474)) . T) (((-485)) . T) (((-801 (-485))) . T) (((-330)) . T) (((-179)) . T))
+((((-485)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-773)) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
((($) . T))
((($ $) . T))
((($) . T))
((($) . T))
-((((-772)) . T))
-((((-484)) . T) (($) . T))
+((((-773)) . T))
+((((-485)) . T) (($) . T))
((($) . T))
((($) . T))
((($) . T))
-((((-484)) . T) (($) . T))
-((((-484)) . T))
+((((-485)) . T) (($) . T))
+((((-485)) . T))
(((|#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
((($) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T))
((($) . T))
((($ $) . T))
((($) . T))
((($) . T))
((($) . T))
((($) . T))
-((((-484)) . T) (($) . T))
+((((-485)) . T) (($) . T))
(((|#1|) . T))
-((((-484)) . T))
+((((-485)) . T))
((($) . T))
((($) . T))
((($) . T))
(|has| $ (-120))
((($) . T))
-((((-772)) . T))
+((((-773)) . T))
((($) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-484)) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T))
-((((-350 (-484))) . T))
-((((-772)) . T))
-((((-484)) . T) (((-350 (-484))) . T))
-((((-350 (-484))) . T))
-((((-350 (-484))) . T))
-((((-350 (-484))) . T))
-((((-1095)) . T))
-((((-1095)) . T))
-((((-1095)) . T) (((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-(|has| |#1| (-15 * (|#1| (-484) |#1|)))
-((((-772)) . T))
-((($) |has| |#1| (-15 * (|#1| (-484) |#1|))))
-(|has| |#1| (-15 * (|#1| (-484) |#1|)))
-((($ $) . T) (((-484) |#1|) . T))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))))
-((($ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))))
-(((|#1| (-484) (-994)) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T))
-((($) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-485)) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T))
+((((-350 (-485))) . T))
+((((-773)) . T))
+((((-485)) . T) (((-350 (-485))) . T))
+((((-350 (-485))) . T))
+((((-350 (-485))) . T))
+((((-350 (-485))) . T))
+((((-1096)) . T))
+((((-1096)) . T))
+((((-1096)) . T) (((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+(|has| |#1| (-15 * (|#1| (-485) |#1|)))
+((((-773)) . T))
+((($) |has| |#1| (-15 * (|#1| (-485) |#1|))))
+(|has| |#1| (-15 * (|#1| (-485) |#1|)))
+((($ $) . T) (((-485) |#1|) . T))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))))
+((($ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))))
+(((|#1| (-485) (-995)) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T))
+((($) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T))
(|has| |#1| (-118))
(|has| |#1| (-120))
-(OR (|has| |#1| (-146)) (|has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-495))))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-495))))
-((((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-495))))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-((((-484)) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-(((|#1| (-484)) . T))
-(((|#1| (-484)) . T))
-((($) |has| |#1| (-495)))
-((($) |has| |#1| (-495)))
-((($) |has| |#1| (-495)))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-((($) |has| |#1| (-495)) ((|#1|) . T))
-((($) |has| |#1| (-495)) ((|#1|) . T))
-((($ $) |has| |#1| (-495)) ((|#1| |#1|) . T))
-((($) |has| |#1| (-495)) (((-484)) . T))
+(OR (|has| |#1| (-146)) (|has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-496))))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-496))))
+((((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-496))))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+((((-485)) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+(((|#1| (-485)) . T))
+(((|#1| (-485)) . T))
+((($) |has| |#1| (-496)))
+((($) |has| |#1| (-496)))
+((($) |has| |#1| (-496)))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+((($) |has| |#1| (-496)) ((|#1|) . T))
+((($) |has| |#1| (-496)) ((|#1|) . T))
+((($ $) |has| |#1| (-496)) ((|#1| |#1|) . T))
+((($) |has| |#1| (-496)) (((-485)) . T))
(((|#1|) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (($) . T) (((-484)) . T))
-((((-1095)) . T))
-((((-1095)) . T))
-((((-1095)) . T) (((-772)) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-1130)) . T) (((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-484) |#1|) |has| |#2| (-361 |#1|)))
+((((-773)) . T))
+(((|#1|) . T) (($) . T) (((-485)) . T))
+((((-1096)) . T))
+((((-1096)) . T))
+((((-1096)) . T) (((-773)) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-1131)) . T) (((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-485) |#1|) |has| |#2| (-361 |#1|)))
(((|#1|) OR (|has| |#2| (-316 |#1|)) (|has| |#2| (-361 |#1|))))
(((|#1|) |has| |#2| (-361 |#1|)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#2|) . T) (((-772)) . T))
-(((|#1|) . T) (((-484)) . T))
+(((|#2|) . T) (((-773)) . T))
+(((|#1|) . T) (((-485)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
((((-101)) . T))
((((-101)) . T))
-((((-101)) . T) (((-772)) . T))
-((((-772)) . T))
-((((-101)) . T) (((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-101)) . T) (((-541)) . T))
-((((-101)) . T) (((-541)) . T))
-((((-101)) . T) (((-541)) . T) (((-772)) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-1073) |#1|) . T))
-((((-1073) |#1|) . T))
-((((-1073) |#1|) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T) ((|#1|) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) |has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) |has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-1073) |#1|) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-(((|#1|) . T) (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-1073) |#1|) . T))
-((((-772)) . T))
-((((-338) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-473)) |has| |#1| (-553 (-473))) (((-800 (-330))) |has| |#1| (-553 (-800 (-330)))) (((-800 (-484))) |has| |#1| (-553 (-800 (-484)))))
-(((|#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
+((((-101)) . T) (((-773)) . T))
+((((-773)) . T))
+((((-101)) . T) (((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-101)) . T) (((-542)) . T))
+((((-101)) . T) (((-542)) . T))
+((((-101)) . T) (((-542)) . T) (((-773)) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-1074) |#1|) . T))
+((((-1074) |#1|) . T))
+((((-1074) |#1|) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T) ((|#1|) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) |has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) |has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-1074) |#1|) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+(((|#1|) . T) (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-1074) |#1|) . T))
+((((-773)) . T))
+((((-338) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-474)) |has| |#1| (-554 (-474))) (((-801 (-330))) |has| |#1| (-554 (-801 (-330)))) (((-801 (-485))) |has| |#1| (-554 (-801 (-485)))))
+(((|#1|) . T))
+((((-773)) . T))
+((((-773)) . T))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
(((|#2|) . T))
(((|#2|) . T))
-((((-772)) . T))
+((((-773)) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#2| |#2|) . T))
-(((|#2|) . T) (((-484)) . T) (($) . T))
+(((|#2|) . T) (((-485)) . T) (($) . T))
(((|#2|) . T) (($) . T))
-(((|#2|) . T) (((-484)) . T))
+(((|#2|) . T) (((-485)) . T))
(((|#2|) . T))
(|has| |#1| (-312))
(|has| |#1| (-312))
(|has| |#1| (-312))
(|has| |#1| (-118))
(|has| |#1| (-120))
-(((|#2|) . T) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) |has| |#1| (-950 (-484))) ((|#1|) . T))
+(((|#2|) . T) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) |has| |#1| (-951 (-485))) ((|#1|) . T))
(((|#1|) . T))
((((-350 |#2|)) . T))
((($) . T))
@@ -1873,68 +1885,68 @@
((($) . T))
((($) . T))
(|has| |#2| (-190))
-(((|#2|) . T) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((|#1|) . T) (($) . T) (((-484)) . T))
+(((|#2|) . T) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((|#1|) . T) (($) . T) (((-485)) . T))
((($) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T))
((($) OR (|has| |#2| (-190)) (|has| |#2| (-189))))
(OR (|has| |#2| (-190)) (|has| |#2| (-189)))
(((|#2|) . T))
-((($ (-1090)) OR (|has| |#2| (-809 (-1090))) (|has| |#2| (-811 (-1090)))))
-((((-1090)) OR (|has| |#2| (-809 (-1090))) (|has| |#2| (-811 (-1090)))))
-((((-1090)) |has| |#2| (-809 (-1090))))
+((($ (-1091)) OR (|has| |#2| (-810 (-1091))) (|has| |#2| (-812 (-1091)))))
+((((-1091)) OR (|has| |#2| (-810 (-1091))) (|has| |#2| (-812 (-1091)))))
+((((-1091)) |has| |#2| (-810 (-1091))))
(((|#2|) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) . T))
-((((-772)) . T))
-((((-1073) (-51)) . T))
-((((-1073) (-51)) . T))
-((((-1090) (-51)) . T) (((-1073) (-51)) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) . T) (((-51)) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) |has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) |has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))))
-((((-1073) (-51)) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) . T))
-((((-51)) . T) (((-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) . T))
-((((-1073) (-51)) . T))
-((((-484) |#1|) |has| |#2| (-361 |#1|)))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) . T))
+((((-773)) . T))
+((((-1074) (-51)) . T))
+((((-1074) (-51)) . T))
+((((-1091) (-51)) . T) (((-1074) (-51)) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) . T) (((-51)) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) |has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) |has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))))
+((((-1074) (-51)) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) . T))
+((((-51)) . T) (((-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) . T))
+((((-1074) (-51)) . T))
+((((-485) |#1|) |has| |#2| (-361 |#1|)))
(((|#1|) OR (|has| |#2| (-316 |#1|)) (|has| |#2| (-361 |#1|))))
(((|#1|) |has| |#2| (-361 |#1|)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#2|) . T) (((-772)) . T))
-(((|#1|) . T) (((-484)) . T))
+(((|#2|) . T) (((-773)) . T))
+(((|#1|) . T) (((-485)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
-((((-773 |#1|)) . T))
-((((-772)) . T))
-((((-583 (-453 |#1| (-577 |#2|)))) . T))
-(((|#1| (-577 |#2|)) . T))
-((((-577 |#2|)) . T))
+((((-774 |#1|)) . T))
+((((-773)) . T))
+((((-584 (-454 |#1| (-578 |#2|)))) . T))
+(((|#1| (-578 |#2|)) . T))
+((((-578 |#2|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-484)) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-485)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
-((((-579 |#1| |#2|) |#1|) . T))
+((((-580 |#1| |#2|) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-484)) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-485)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
@@ -1942,230 +1954,230 @@
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (-72)) (|has| |#1| (-756)) (|has| |#1| (-1013)))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-756)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-756)) (|has| |#1| (-1013)))
+(OR (|has| |#1| (-72)) (|has| |#1| (-757)) (|has| |#1| (-1014)))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-757)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-757)) (|has| |#1| (-1014)))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-((((-484) |#1|) . T))
-((((-1146 (-484)) $) . T) (((-484) |#1|) . T))
-((((-484) |#1|) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+((((-485) |#1|) . T))
+((((-1147 (-485)) $) . T) (((-485) |#1|) . T))
+((((-485) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-1095)) . T))
-(((|#1|) . T) (((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
+((((-1096)) . T))
+(((|#1|) . T) (((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
+((((-474)) |has| |#1| (-554 (-474))))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(|has| |#1| (-1013))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(|has| |#1| (-1014))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
-(|has| |#1| (-714))
-(|has| |#1| (-714))
-(|has| |#1| (-714))
-(|has| |#1| (-714))
-(|has| |#1| (-714))
-(|has| |#1| (-714))
+((((-773)) . T))
+(|has| |#1| (-715))
+(|has| |#1| (-715))
+(|has| |#1| (-715))
+(|has| |#1| (-715))
+(|has| |#1| (-715))
+(|has| |#1| (-715))
(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-772)) . T))
-((((-484)) . T) ((|#2|) . T))
+((((-773)) . T))
+((((-485)) . T) ((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) |has| |#1| (-950 (-484))) ((|#1|) . T))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) |has| |#1| (-951 (-485))) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
-(((|#1|) . T) (((-484)) . T) (($) . T))
+(((|#1|) . T) (((-485)) . T) (($) . T))
(((|#1|) . T) (($) . T))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((|#1|) . T) (((-484)) . T))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((|#1|) . T) (((-485)) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) |has| |#1| (-950 (-484))) ((|#1|) . T))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) |has| |#1| (-951 (-485))) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
-(((|#1|) . T) (((-484)) . T) (($) . T))
+(((|#1|) . T) (((-485)) . T) (($) . T))
(((|#1|) . T) (($) . T))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((|#1|) . T) (((-484)) . T))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((|#1|) . T) (((-485)) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) . T))
(((|#2| |#2|) . T) ((|#1| |#1|) . T))
(((|#1|) . T))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) |has| |#1| (-950 (-484))) ((|#1|) . T))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) |has| |#1| (-951 (-485))) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
-(((|#1|) . T) (((-484)) . T) (($) . T))
+(((|#1|) . T) (((-485)) . T) (($) . T))
(((|#1|) . T) (($) . T))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((|#1|) . T) (((-484)) . T))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((|#1|) . T) (((-485)) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) . T))
-((((-614 |#1|)) . T))
-((((-614 |#1|)) . T))
-(((|#2| (-614 |#1|)) . T))
+((((-615 |#1|)) . T))
+((((-615 |#1|)) . T))
+(((|#2| (-615 |#1|)) . T))
(((|#2|) . T))
(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-772)) . T))
-((((-484)) . T) ((|#2|) . T))
+((((-773)) . T))
+((((-485)) . T) ((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#1| |#2|) . T))
-((((-484) |#2|) . T))
+((((-485) |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-(((|#2|) |has| |#2| (-6 (-3998 "*"))))
+(((|#2|) |has| |#2| (-6 (-3999 "*"))))
(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-630 |#2|)) . T) (((-772)) . T))
-((($) . T) (((-484)) . T) ((|#2|) . T))
+((((-631 |#2|)) . T) (((-773)) . T))
+((($) . T) (((-485)) . T) ((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-1090)) |has| |#2| (-809 (-1090))))
-((((-1090)) OR (|has| |#2| (-809 (-1090))) (|has| |#2| (-811 (-1090)))))
-((($ (-1090)) OR (|has| |#2| (-809 (-1090))) (|has| |#2| (-811 (-1090)))))
+((((-1091)) |has| |#2| (-810 (-1091))))
+((((-1091)) OR (|has| |#2| (-810 (-1091))) (|has| |#2| (-812 (-1091)))))
+((($ (-1091)) OR (|has| |#2| (-810 (-1091))) (|has| |#2| (-812 (-1091)))))
(((|#2|) . T))
(OR (|has| |#2| (-190)) (|has| |#2| (-189)))
((($) OR (|has| |#2| (-190)) (|has| |#2| (-189))))
(|has| |#2| (-190))
(((|#2|) . T))
-((($) . T) ((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
-(((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
+((($) . T) ((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
+(((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
(((|#2|) . T))
-((((-484)) . T) ((|#2|) . T) (((-350 (-484))) |has| |#2| (-950 (-350 (-484)))))
-(((|#2|) . T) (((-484)) |has| |#2| (-950 (-484))) (((-350 (-484))) |has| |#2| (-950 (-350 (-484)))))
+((((-485)) . T) ((|#2|) . T) (((-350 (-485))) |has| |#2| (-951 (-350 (-485)))))
+(((|#2|) . T) (((-485)) |has| |#2| (-951 (-485))) (((-350 (-485))) |has| |#2| (-951 (-350 (-485)))))
(((|#1| |#1| |#2| (-197 |#1| |#2|) (-197 |#1| |#2|)) . T))
(((|#2|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-(((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+(((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+(((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#2|) . T))
(((|#1| |#2| (-197 |#1| |#2|) (-197 |#1| |#2|)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-1130)) . T) (((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-(((|#1| (-1179 |#1|) (-1179 |#1|)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
-(((|#1|) . T))
-(((|#1| (-1179 |#1|) (-1179 |#1|)) . T))
-((((-772)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (((-484)) . T) (($) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-1131)) . T) (((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+(((|#1| (-1180 |#1|) (-1180 |#1|)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
+(((|#1|) . T))
+(((|#1| (-1180 |#1|) (-1180 |#1|)) . T))
+((((-773)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-773)) . T))
+((((-773)) . T))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (((-485)) . T) (($) . T))
(|has| |#1| (-320))
(((|#1|) . T))
(((|#1|) . T))
((($) . T))
-((((-772)) . T))
-((((-350 $) (-350 $)) |has| |#1| (-495)) (($ $) . T) ((|#1| |#1|) . T))
+((((-773)) . T))
+((((-350 $) (-350 $)) |has| |#1| (-496)) (($ $) . T) ((|#1| |#1|) . T))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
(|has| |#1| (-312))
-(((|#1| (-694) (-994)) . T))
-(|has| |#1| (-821))
-(|has| |#1| (-821))
-((((-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (((-994)) . T))
-((($ (-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (($ (-994)) . T))
-((((-1090)) |has| |#1| (-809 (-1090))) (((-994)) . T))
-((((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T))
-(((|#1|) . T))
-(((|#1| (-694)) . T))
+(((|#1| (-695) (-995)) . T))
+(|has| |#1| (-822))
+(|has| |#1| (-822))
+((((-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (((-995)) . T))
+((($ (-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (($ (-995)) . T))
+((((-1091)) |has| |#1| (-810 (-1091))) (((-995)) . T))
+((((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T))
+(((|#1|) . T))
+(((|#1| (-695)) . T))
(|has| |#1| (-120))
(|has| |#1| (-118))
-(((|#2|) . T) (((-484)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) (((-994)) . T) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) . T) (((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((((-484)) . T) (($) . T) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T))
-((((-994)) . T) ((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
-(((|#1| (-694)) . T))
-((((-994) |#1|) . T) (((-994) $) . T) (($ $) . T))
+(((|#2|) . T) (((-485)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) (((-995)) . T) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) . T) (((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((((-485)) . T) (($) . T) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T))
+((((-995)) . T) ((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
+(((|#1| (-695)) . T))
+((((-995) |#1|) . T) (((-995) $) . T) (($ $) . T))
((($) . T))
-(|has| |#1| (-1066))
+(|has| |#1| (-1067))
(((|#1|) . T))
-((((-2 (|:| -2400 |#1|) (|:| -2401 |#2|))) . T))
-((((-2 (|:| -2400 |#1|) (|:| -2401 |#2|))) . T))
-((((-2 (|:| -2400 |#1|) (|:| -2401 |#2|))) . T) (((-772)) . T))
+((((-2 (|:| -2401 |#1|) (|:| -2402 |#2|))) . T))
+((((-2 (|:| -2401 |#1|) (|:| -2402 |#2|))) . T))
+((((-2 (|:| -2401 |#1|) (|:| -2402 |#2|))) . T) (((-773)) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
@@ -2176,51 +2188,51 @@
(|has| |#1| (-120))
(((|#2| |#2|) . T))
((((-86)) . T) ((|#1|) . T))
-((((-86)) . T) ((|#1|) . T) (((-484)) . T))
+((((-86)) . T) ((|#1|) . T) (((-485)) . T))
(((|#1|) |has| |#1| (-146)) (($) . T))
-((((-772)) . T))
-(((|#1|) |has| |#1| (-146)) (($) . T) (((-484)) . T))
-((((-484)) . T))
+((((-773)) . T))
+(((|#1|) |has| |#1| (-146)) (($) . T) (((-485)) . T))
+((((-485)) . T))
((($) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T))
-((((-772)) . T))
-((((-1022 |#1|)) . T) (((-772)) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T))
+((((-773)) . T))
+((((-1023 |#1|)) . T) (((-773)) . T))
(((|#1|) . T))
(((|#1| |#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-473)) |has| |#2| (-553 (-473))) (((-800 (-330))) |has| |#2| (-553 (-800 (-330)))) (((-800 (-484))) |has| |#2| (-553 (-800 (-484)))))
+((((-474)) |has| |#2| (-554 (-474))) (((-801 (-330))) |has| |#2| (-554 (-801 (-330)))) (((-801 (-485))) |has| |#2| (-554 (-801 (-485)))))
((($) . T))
-(((|#2| (-469 (-773 |#1|))) . T))
+(((|#2| (-470 (-774 |#1|))) . T))
(((|#2|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T))
(|has| |#2| (-118))
(|has| |#2| (-120))
-(OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484)) (-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-(OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-(OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-((((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))))
-(((|#2| (-469 (-773 |#1|))) . T))
+(OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (($) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485)) (-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (-146)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+(OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+(OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+((((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) |has| |#2| (-146)) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))))
+(((|#2| (-470 (-774 |#1|))) . T))
(((|#2|) . T))
-((($) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))) ((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
-(((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
-(OR (|has| |#2| (-392)) (|has| |#2| (-821)))
-((($ $) . T) (((-773 |#1|) $) . T) (((-773 |#1|) |#2|) . T))
-((((-773 |#1|)) . T))
-((($ (-773 |#1|)) . T))
-((((-773 |#1|)) . T))
-(|has| |#2| (-821))
-(|has| |#2| (-821))
-((((-350 (-484))) |has| |#2| (-950 (-350 (-484)))) (((-484)) |has| |#2| (-950 (-484))) ((|#2|) . T) (((-773 |#1|)) . T))
-((((-484)) . T) (((-350 (-484))) OR (|has| |#2| (-38 (-350 (-484)))) (|has| |#2| (-950 (-350 (-484))))) ((|#2|) . T) (($) OR (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) (((-773 |#1|)) . T))
-(((|#2| (-469 (-773 |#1|)) (-773 |#1|)) . T))
+((($) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))) ((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
+(((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
+(OR (|has| |#2| (-392)) (|has| |#2| (-822)))
+((($ $) . T) (((-774 |#1|) $) . T) (((-774 |#1|) |#2|) . T))
+((((-774 |#1|)) . T))
+((($ (-774 |#1|)) . T))
+((((-774 |#1|)) . T))
+(|has| |#2| (-822))
+(|has| |#2| (-822))
+((((-350 (-485))) |has| |#2| (-951 (-350 (-485)))) (((-485)) |has| |#2| (-951 (-485))) ((|#2|) . T) (((-774 |#1|)) . T))
+((((-485)) . T) (((-350 (-485))) OR (|has| |#2| (-38 (-350 (-485)))) (|has| |#2| (-951 (-350 (-485))))) ((|#2|) . T) (($) OR (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) (((-774 |#1|)) . T))
+(((|#2| (-470 (-774 |#1|)) (-774 |#1|)) . T))
(-12 (|has| |#1| (-320)) (|has| |#2| (-320)))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
@@ -2231,210 +2243,210 @@
(|has| |#1| (-118))
(|has| |#1| (-120))
(((|#1|) . T) ((|#2|) . T))
-(((|#1|) . T) ((|#2|) . T) (((-484)) . T))
+(((|#1|) . T) ((|#2|) . T) (((-485)) . T))
(((|#1|) |has| |#1| (-146)) (($) . T))
-((((-772)) . T))
-(((|#1|) |has| |#1| (-146)) (($) . T) (((-484)) . T))
+((((-773)) . T))
+(((|#1|) |has| |#1| (-146)) (($) . T) (((-485)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
+((((-474)) |has| |#1| (-554 (-474))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
-(((|#1| (-469 |#2|) |#2|) . T))
-(|has| |#1| (-821))
-(|has| |#1| (-821))
-((((-484)) -12 (|has| |#1| (-796 (-484))) (|has| |#2| (-796 (-484)))) (((-330)) -12 (|has| |#1| (-796 (-330))) (|has| |#2| (-796 (-330)))))
+((((-773)) . T))
+((((-773)) . T))
+(((|#1| (-470 |#2|) |#2|) . T))
+(|has| |#1| (-822))
+(|has| |#1| (-822))
+((((-485)) -12 (|has| |#1| (-797 (-485))) (|has| |#2| (-797 (-485)))) (((-330)) -12 (|has| |#1| (-797 (-330))) (|has| |#2| (-797 (-330)))))
(((|#2|) . T))
((($ |#2|) . T))
(((|#2|) . T))
-(OR (|has| |#1| (-392)) (|has| |#1| (-821)))
-((((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T))
+(OR (|has| |#1| (-392)) (|has| |#1| (-822)))
+((((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T))
(((|#1|) . T))
-(((|#1| (-469 |#2|)) . T))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
+(((|#1| (-470 |#2|)) . T))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((((-1039 |#1| |#2|)) . T) (((-857 |#1|)) |has| |#2| (-553 (-1090))) (((-772)) . T))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (((-484)) . T) (($) . T))
-((((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (($) . T))
-((((-1039 |#1| |#2|)) . T) ((|#2|) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) (((-484)) . T))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T))
-((((-1039 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
-(((|#1| (-469 |#2|)) . T))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((((-1040 |#1| |#2|)) . T) (((-858 |#1|)) |has| |#2| (-554 (-1091))) (((-773)) . T))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (((-485)) . T) (($) . T))
+((((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (($) . T))
+((((-1040 |#1| |#2|)) . T) ((|#2|) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) (((-485)) . T))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T))
+((((-1040 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
+(((|#1| (-470 |#2|)) . T))
(((|#2| |#1|) . T) ((|#2| $) . T) (($ $) . T))
((($) . T))
-((((-857 |#1|)) |has| |#2| (-553 (-1090))) (((-1073)) -12 (|has| |#1| (-950 (-484))) (|has| |#2| (-553 (-1090)))) (((-800 (-484))) -12 (|has| |#1| (-553 (-800 (-484)))) (|has| |#2| (-553 (-800 (-484))))) (((-800 (-330))) -12 (|has| |#1| (-553 (-800 (-330)))) (|has| |#2| (-553 (-800 (-330))))) (((-473)) -12 (|has| |#1| (-553 (-473))) (|has| |#2| (-553 (-473)))))
-(((|#1| (-469 |#2|) |#2|) . T))
+((((-858 |#1|)) |has| |#2| (-554 (-1091))) (((-1074)) -12 (|has| |#1| (-951 (-485))) (|has| |#2| (-554 (-1091)))) (((-801 (-485))) -12 (|has| |#1| (-554 (-801 (-485)))) (|has| |#2| (-554 (-801 (-485))))) (((-801 (-330))) -12 (|has| |#1| (-554 (-801 (-330)))) (|has| |#2| (-554 (-801 (-330))))) (((-474)) -12 (|has| |#1| (-554 (-474))) (|has| |#2| (-554 (-474)))))
+(((|#1| (-470 |#2|) |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
((($) . T))
-((((-1085 |#1|)) . T) (((-772)) . T))
-((((-350 $) (-350 $)) |has| |#1| (-495)) (($ $) . T) ((|#1| |#1|) . T))
+((((-1086 |#1|)) . T) (((-773)) . T))
+((((-350 $) (-350 $)) |has| |#1| (-496)) (($ $) . T) ((|#1| |#1|) . T))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
(|has| |#1| (-312))
-(((|#1| (-694) (-994)) . T))
-(|has| |#1| (-821))
-(|has| |#1| (-821))
-((((-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (((-994)) . T))
-((($ (-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (($ (-994)) . T))
-((((-1090)) |has| |#1| (-809 (-1090))) (((-994)) . T))
-((((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T))
-(((|#1|) . T))
-(((|#1| (-694)) . T))
+(((|#1| (-695) (-995)) . T))
+(|has| |#1| (-822))
+(|has| |#1| (-822))
+((((-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (((-995)) . T))
+((($ (-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (($ (-995)) . T))
+((((-1091)) |has| |#1| (-810 (-1091))) (((-995)) . T))
+((((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T))
+(((|#1|) . T))
+(((|#1| (-695)) . T))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((((-1085 |#1|)) . T) (((-484)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) (((-994)) . T) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) . T) (((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((((-484)) . T) (($) . T) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T))
-((((-1085 |#1|)) . T) (((-994)) . T) ((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
-(((|#1| (-694)) . T))
-((((-994) |#1|) . T) (((-994) $) . T) (($ $) . T))
+((((-1086 |#1|)) . T) (((-485)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) (((-995)) . T) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) . T) (((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((((-485)) . T) (($) . T) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T))
+((((-1086 |#1|)) . T) (((-995)) . T) ((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
+(((|#1| (-695)) . T))
+((((-995) |#1|) . T) (((-995) $) . T) (($ $) . T))
((($) . T))
-(|has| |#1| (-1066))
+(|has| |#1| (-1067))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) ((|#1|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) ((|#1|) . T))
((($) . T) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (-118))
(|has| |#1| (-120))
-((((-473)) |has| |#1| (-553 (-473))))
+((((-474)) |has| |#1| (-554 (-474))))
(|has| |#1| (-320))
(((|#1|) . T))
-((((-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)) ((|#1| |#1|) |has| |#1| (-260 |#1|)))
+((((-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)) ((|#1| |#1|) |has| |#1| (-260 |#1|)))
(((|#1|) |has| |#1| (-260 |#1|)))
(((|#1| $) |has| |#1| (-241 |#1| |#1|)))
-((((-909 |#1|)) . T) ((|#1|) . T))
-((((-909 |#1|)) . T) (((-484)) . T) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| (-909 |#1|) (-950 (-350 (-484))))))
-((((-909 |#1|)) . T) ((|#1|) . T) (((-484)) OR (|has| |#1| (-950 (-484))) (|has| (-909 |#1|) (-950 (-484)))) (((-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| (-909 |#1|) (-950 (-350 (-484))))))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
-(((|#1|) . T))
-(OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-717)) (|has| |#2| (-961)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-663)) (|has| |#2| (-717)) (|has| |#2| (-756)) (|has| |#2| (-961)) (|has| |#2| (-1013)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-72)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-663)) (|has| |#2| (-717)) (|has| |#2| (-756)) (|has| |#2| (-961)) (|has| |#2| (-1013)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-717)) (|has| |#2| (-961)))
-(OR (|has| |#2| (-21)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-717)) (|has| |#2| (-961)))
-(((|#2| |#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-663)) (|has| |#2| (-961))))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))))
-((((-772)) OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-552 (-772))) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-663)) (|has| |#2| (-717)) (|has| |#2| (-756)) (|has| |#2| (-961)) (|has| |#2| (-1013))) (((-1179 |#2|)) . T))
-(((|#2|) |has| |#2| (-961)))
-((((-1090)) -12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961))))
-((((-1090)) OR (-12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961))) (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961)))))
-((($ (-1090)) OR (-12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961))) (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961)))))
-(((|#2|) |has| |#2| (-961)))
-(OR (-12 (|has| |#2| (-190)) (|has| |#2| (-961))) (-12 (|has| |#2| (-189)) (|has| |#2| (-961))))
-((($) OR (-12 (|has| |#2| (-190)) (|has| |#2| (-961))) (-12 (|has| |#2| (-189)) (|has| |#2| (-961)))))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-(|has| |#2| (-961))
-((((-484)) OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))) ((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-663)) (|has| |#2| (-961))) (($) |has| |#2| (-961)))
-(-12 (|has| |#2| (-190)) (|has| |#2| (-961)))
+((((-910 |#1|)) . T) ((|#1|) . T))
+((((-910 |#1|)) . T) (((-485)) . T) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| (-910 |#1|) (-951 (-350 (-485))))))
+((((-910 |#1|)) . T) ((|#1|) . T) (((-485)) OR (|has| |#1| (-951 (-485))) (|has| (-910 |#1|) (-951 (-485)))) (((-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| (-910 |#1|) (-951 (-350 (-485))))))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
+(((|#1|) . T))
+(OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-718)) (|has| |#2| (-962)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-664)) (|has| |#2| (-718)) (|has| |#2| (-757)) (|has| |#2| (-962)) (|has| |#2| (-1014)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-72)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-664)) (|has| |#2| (-718)) (|has| |#2| (-757)) (|has| |#2| (-962)) (|has| |#2| (-1014)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-718)) (|has| |#2| (-962)))
+(OR (|has| |#2| (-21)) (|has| |#2| (-104)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-718)) (|has| |#2| (-962)))
+(((|#2| |#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-664)) (|has| |#2| (-962))))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))))
+((((-773)) OR (|has| |#2| (-21)) (|has| |#2| (-23)) (|has| |#2| (-25)) (|has| |#2| (-104)) (|has| |#2| (-553 (-773))) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-320)) (|has| |#2| (-664)) (|has| |#2| (-718)) (|has| |#2| (-757)) (|has| |#2| (-962)) (|has| |#2| (-1014))) (((-1180 |#2|)) . T))
+(((|#2|) |has| |#2| (-962)))
+((((-1091)) -12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962))))
+((((-1091)) OR (-12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962))) (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962)))))
+((($ (-1091)) OR (-12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962))) (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962)))))
+(((|#2|) |has| |#2| (-962)))
+(OR (-12 (|has| |#2| (-190)) (|has| |#2| (-962))) (-12 (|has| |#2| (-189)) (|has| |#2| (-962))))
+((($) OR (-12 (|has| |#2| (-190)) (|has| |#2| (-962))) (-12 (|has| |#2| (-189)) (|has| |#2| (-962)))))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+(|has| |#2| (-962))
+((((-485)) OR (|has| |#2| (-21)) (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))) ((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-664)) (|has| |#2| (-962))) (($) |has| |#2| (-962)))
+(-12 (|has| |#2| (-190)) (|has| |#2| (-962)))
(|has| |#2| (-320))
(((|#2|) . T))
-(((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-(((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+(((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+(((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#2|) . T))
-(((|#2|) |has| |#2| (-961)))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-961))) (($) |has| |#2| (-961)) (((-484)) -12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))))
-(((|#2|) |has| |#2| (-961)) (((-484)) -12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))))
-(((|#2|) |has| |#2| (-1013)))
-((((-484)) OR (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) (|has| |#2| (-961))) ((|#2|) |has| |#2| (-1013)) (((-350 (-484))) -12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))))
-(((|#2|) |has| |#2| (-1013)) (((-484)) -12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) (((-350 (-484))) -12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))))
-((((-484) |#2|) . T))
-((((-484) |#2|) . T))
-((((-484) |#2|) . T))
-(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-663))))
+(((|#2|) |has| |#2| (-962)))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-962))) (($) |has| |#2| (-962)) (((-485)) -12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))))
+(((|#2|) |has| |#2| (-962)) (((-485)) -12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))))
+(((|#2|) |has| |#2| (-1014)))
+((((-485)) OR (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) (|has| |#2| (-962))) ((|#2|) |has| |#2| (-1014)) (((-350 (-485))) -12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))))
+(((|#2|) |has| |#2| (-1014)) (((-485)) -12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) (((-350 (-485))) -12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))))
+((((-485) |#2|) . T))
+((((-485) |#2|) . T))
+((((-485) |#2|) . T))
+(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-664))))
(((|#2|) OR (|has| |#2| (-146)) (|has| |#2| (-312))))
-(|has| |#2| (-717))
-(|has| |#2| (-717))
-(OR (|has| |#2| (-717)) (|has| |#2| (-756)))
-(OR (|has| |#2| (-717)) (|has| |#2| (-756)))
-(|has| |#2| (-717))
-(|has| |#2| (-717))
+(|has| |#2| (-718))
+(|has| |#2| (-718))
+(OR (|has| |#2| (-718)) (|has| |#2| (-757)))
+(OR (|has| |#2| (-718)) (|has| |#2| (-757)))
+(|has| |#2| (-718))
+(|has| |#2| (-718))
(((|#2|) |has| |#2| (-312)))
(((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(OR (|has| |#1| (-190)) (|has| |#1| (-189)))
((($) OR (|has| |#1| (-190)) (|has| |#1| (-189))))
-((((-772)) . T))
+((((-773)) . T))
(|has| |#1| (-190))
((($) . T))
-(((|#1| (-469 (-738 (-1090))) (-738 (-1090))) . T))
-(|has| |#1| (-821))
-(|has| |#1| (-821))
-((((-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (((-738 (-1090))) . T))
-((($ (-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (($ (-738 (-1090))) . T))
-((((-1090)) |has| |#1| (-809 (-1090))) (((-738 (-1090))) . T))
-((($ $) . T) (((-1090) $) |has| |#1| (-190)) (((-1090) |#1|) |has| |#1| (-190)) (((-738 (-1090)) |#1|) . T) (((-738 (-1090)) $) . T))
-(OR (|has| |#1| (-392)) (|has| |#1| (-821)))
-((((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T))
-(((|#1|) . T))
-(((|#1| (-469 (-738 (-1090)))) . T))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
+(((|#1| (-470 (-739 (-1091))) (-739 (-1091))) . T))
+(|has| |#1| (-822))
+(|has| |#1| (-822))
+((((-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (((-739 (-1091))) . T))
+((($ (-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (($ (-739 (-1091))) . T))
+((((-1091)) |has| |#1| (-810 (-1091))) (((-739 (-1091))) . T))
+((($ $) . T) (((-1091) $) |has| |#1| (-190)) (((-1091) |#1|) |has| |#1| (-190)) (((-739 (-1091)) |#1|) . T) (((-739 (-1091)) $) . T))
+(OR (|has| |#1| (-392)) (|has| |#1| (-822)))
+((((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T))
+(((|#1|) . T))
+(((|#1| (-470 (-739 (-1091)))) . T))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) . T) (((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((((-484)) . T) (($) . T) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T))
-(((|#1| (-469 (-738 (-1090)))) . T))
-((((-1039 |#1| (-1090))) . T) (((-738 (-1090))) . T) ((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-1090)) . T))
-((((-1039 |#1| (-1090))) . T) (((-484)) . T) (((-738 (-1090))) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) (((-1090)) . T))
-(((|#1| (-1090) (-738 (-1090)) (-469 (-738 (-1090)))) . T))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) . T) (((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((((-485)) . T) (($) . T) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T))
+(((|#1| (-470 (-739 (-1091)))) . T))
+((((-1040 |#1| (-1091))) . T) (((-739 (-1091))) . T) ((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-1091)) . T))
+((((-1040 |#1| (-1091))) . T) (((-485)) . T) (((-739 (-1091))) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) (((-1091)) . T))
+(((|#1| (-1091) (-739 (-1091)) (-470 (-739 (-1091)))) . T))
(|has| |#2| (-312))
(|has| |#2| (-312))
(|has| |#2| (-312))
(|has| |#2| (-312))
-((((-350 (-484))) |has| |#2| (-312)) (($) |has| |#2| (-312)))
-((((-350 (-484))) |has| |#2| (-312)) (($) |has| |#2| (-312)))
-((((-350 (-484))) |has| |#2| (-312)) (($) |has| |#2| (-312)))
+((((-350 (-485))) |has| |#2| (-312)) (($) |has| |#2| (-312)))
+((((-350 (-485))) |has| |#2| (-312)) (($) |has| |#2| (-312)))
+((((-350 (-485))) |has| |#2| (-312)) (($) |has| |#2| (-312)))
(|has| |#2| (-312))
(|has| |#2| (-312))
(|has| |#2| (-312))
@@ -2442,19 +2454,19 @@
(|has| |#2| (-312))
(((|#2|) . T))
((($) . T))
-((((-350 (-484))) |has| |#2| (-312)) (($) |has| |#2| (-312)) ((|#2|) . T) (((-484)) . T))
-((((-350 (-484))) |has| |#2| (-312)) (($) . T))
-(((|#2|) . T) (((-772)) . T))
-((((-350 (-484))) |has| |#2| (-312)) (($) . T) (((-484)) . T))
-((((-350 (-484))) |has| |#2| (-312)) (($) . T))
-((((-350 (-484))) |has| |#2| (-312)) (($) . T))
-((((-350 (-484)) (-350 (-484))) |has| |#2| (-312)) (($ $) . T))
+((((-350 (-485))) |has| |#2| (-312)) (($) |has| |#2| (-312)) ((|#2|) . T) (((-485)) . T))
+((((-350 (-485))) |has| |#2| (-312)) (($) . T))
+(((|#2|) . T) (((-773)) . T))
+((((-350 (-485))) |has| |#2| (-312)) (($) . T) (((-485)) . T))
+((((-350 (-485))) |has| |#2| (-312)) (($) . T))
+((((-350 (-485))) |has| |#2| (-312)) (($) . T))
+((((-350 (-485)) (-350 (-485))) |has| |#2| (-312)) (($ $) . T))
((($) . T))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -2465,36 +2477,36 @@
(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) ((|#2|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) ((|#2|) . T))
((($) . T) ((|#2|) . T))
(((|#2|) |has| |#2| (-146)))
(((|#2|) |has| |#2| (-146)))
-((((-484)) . T) ((|#2|) |has| |#2| (-146)))
+((((-485)) . T) ((|#2|) |has| |#2| (-146)))
(((|#2|) . T))
-(|has| |#1| (-755))
-((($) |has| |#1| (-755)))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(OR (|has| |#1| (-21)) (|has| |#1| (-755)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-755)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-755)))
-((($) |has| |#1| (-755)) (((-484)) OR (|has| |#1| (-21)) (|has| |#1| (-755))))
-(OR (|has| |#1| (-21)) (|has| |#1| (-755)))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) |has| |#1| (-950 (-484))) ((|#1|) . T))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) OR (|has| |#1| (-755)) (|has| |#1| (-950 (-484)))) ((|#1|) . T))
-(((|#1|) . T))
-((((-772)) . T))
+(|has| |#1| (-756))
+((($) |has| |#1| (-756)))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(OR (|has| |#1| (-21)) (|has| |#1| (-756)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-756)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-756)))
+((($) |has| |#1| (-756)) (((-485)) OR (|has| |#1| (-21)) (|has| |#1| (-756))))
+(OR (|has| |#1| (-21)) (|has| |#1| (-756)))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) |has| |#1| (-951 (-485))) ((|#1|) . T))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) OR (|has| |#1| (-756)) (|has| |#1| (-951 (-485)))) ((|#1|) . T))
+(((|#1|) . T))
+((((-773)) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
@@ -2505,458 +2517,458 @@
(|has| |#1| (-120))
(((|#1| |#1|) . T))
((((-86)) . T) ((|#1|) . T))
-((((-86)) . T) ((|#1|) . T) (((-484)) . T))
+((((-86)) . T) ((|#1|) . T) (((-485)) . T))
(((|#1|) |has| |#1| (-146)) (($) . T))
-((((-772)) . T))
-(((|#1|) |has| |#1| (-146)) (($) . T) (((-484)) . T))
-((((-772)) . T))
-((((-446)) . T))
-(|has| |#1| (-755))
-((($) |has| |#1| (-755)))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(|has| |#1| (-755))
-(OR (|has| |#1| (-21)) (|has| |#1| (-755)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-755)))
-(OR (|has| |#1| (-21)) (|has| |#1| (-755)))
-((($) |has| |#1| (-755)) (((-484)) OR (|has| |#1| (-21)) (|has| |#1| (-755))))
-(OR (|has| |#1| (-21)) (|has| |#1| (-755)))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) |has| |#1| (-950 (-484))) ((|#1|) . T))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) OR (|has| |#1| (-755)) (|has| |#1| (-950 (-484)))) ((|#1|) . T))
-(((|#1|) . T))
-((((-772)) . T))
-(((|#1|) . T))
-((((-772)) |has| |#1| (-552 (-772))) ((|#1|) . T))
+((((-773)) . T))
+(((|#1|) |has| |#1| (-146)) (($) . T) (((-485)) . T))
+((((-773)) . T))
+((((-447)) . T))
+(|has| |#1| (-756))
+((($) |has| |#1| (-756)))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(|has| |#1| (-756))
+(OR (|has| |#1| (-21)) (|has| |#1| (-756)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-756)))
+(OR (|has| |#1| (-21)) (|has| |#1| (-756)))
+((($) |has| |#1| (-756)) (((-485)) OR (|has| |#1| (-21)) (|has| |#1| (-756))))
+(OR (|has| |#1| (-21)) (|has| |#1| (-756)))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) |has| |#1| (-951 (-485))) ((|#1|) . T))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) OR (|has| |#1| (-756)) (|has| |#1| (-951 (-485)))) ((|#1|) . T))
+(((|#1|) . T))
+((((-773)) . T))
+(((|#1|) . T))
+((((-773)) |has| |#1| (-553 (-773))) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) ((|#1|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) ((|#1|) . T))
((($) . T) ((|#1|) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
(((|#1|) . T))
-((((-484)) . T) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
-(((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
+((((-485)) . T) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
+(((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
(((|#1|) . T))
(((|#2|) |has| |#2| (-146)))
(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) ((|#2|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) ((|#2|) . T))
((($) . T) ((|#2|) . T))
(((|#2|) |has| |#2| (-146)))
(((|#2|) |has| |#2| (-146)))
(((|#2|) . T))
-((((-1176 |#1|)) . T) (((-484)) . T) ((|#2|) . T) (((-350 (-484))) |has| |#2| (-950 (-350 (-484)))))
-(((|#2|) . T) (((-484)) |has| |#2| (-950 (-484))) (((-350 (-484))) |has| |#2| (-950 (-350 (-484)))))
+((((-1177 |#1|)) . T) (((-485)) . T) ((|#2|) . T) (((-350 (-485))) |has| |#2| (-951 (-350 (-485)))))
+(((|#2|) . T) (((-485)) |has| |#2| (-951 (-485))) (((-350 (-485))) |has| |#2| (-951 (-350 (-485)))))
(((|#2|) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-800 (-484))) . T) (((-800 (-330))) . T) (((-473)) . T) (((-1090)) . T))
-((((-772)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-801 (-485))) . T) (((-801 (-330))) . T) (((-474)) . T) (((-1091)) . T))
+((((-773)) . T))
+((((-773)) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
(((|#1| |#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
-((((-857 |#1|)) . T))
-(((|#1|) |has| |#1| (-146)) (((-857 |#1|)) . T) (((-484)) . T))
+((((-858 |#1|)) . T))
+(((|#1|) |has| |#1| (-146)) (((-858 |#1|)) . T) (((-485)) . T))
(((|#1|) |has| |#1| (-146)) (($) . T))
-((((-857 |#1|)) . T) (((-772)) . T))
-(((|#1|) |has| |#1| (-146)) (($) . T) (((-484)) . T))
+((((-858 |#1|)) . T) (((-773)) . T))
+(((|#1|) |has| |#1| (-146)) (($) . T) (((-485)) . T))
((($) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T))
((($) . T))
((($ $) . T))
((($) . T))
((($) . T))
((($) . T))
((($) . T))
-((((-484)) . T) (($) . T))
-(((|#1|) . T))
-((((-772)) . T))
-((((-778 |#1|)) . T))
-((((-778 |#1|)) . T))
-((((-778 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-778 |#1|)) . T) (((-350 (-484))) . T))
-((((-778 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-778 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-778 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-778 |#1|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-778 |#1|) (-778 |#1|)) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
-((((-778 |#1|)) . T))
-((((-1090) (-778 |#1|)) |has| (-778 |#1|) (-455 (-1090) (-778 |#1|))) (((-778 |#1|) (-778 |#1|)) |has| (-778 |#1|) (-260 (-778 |#1|))))
-((((-778 |#1|)) |has| (-778 |#1|) (-260 (-778 |#1|))))
-((((-778 |#1|) $) |has| (-778 |#1|) (-241 (-778 |#1|) (-778 |#1|))))
-((((-778 |#1|)) . T))
-((($) . T) (((-778 |#1|)) . T) (((-350 (-484))) . T))
-((((-778 |#1|)) . T))
-((((-778 |#1|)) . T))
-((((-778 |#1|)) . T))
-((((-484)) . T) (((-778 |#1|)) . T) (($) . T) (((-350 (-484))) . T))
-((((-778 |#1|)) . T))
-((((-778 |#1|)) . T))
-((((-772)) . T))
+((((-485)) . T) (($) . T))
+(((|#1|) . T))
+((((-773)) . T))
+((((-779 |#1|)) . T))
+((((-779 |#1|)) . T))
+((((-779 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-779 |#1|)) . T) (((-350 (-485))) . T))
+((((-779 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-779 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-779 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-779 |#1|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-779 |#1|) (-779 |#1|)) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
+((((-779 |#1|)) . T))
+((((-1091) (-779 |#1|)) |has| (-779 |#1|) (-456 (-1091) (-779 |#1|))) (((-779 |#1|) (-779 |#1|)) |has| (-779 |#1|) (-260 (-779 |#1|))))
+((((-779 |#1|)) |has| (-779 |#1|) (-260 (-779 |#1|))))
+((((-779 |#1|) $) |has| (-779 |#1|) (-241 (-779 |#1|) (-779 |#1|))))
+((((-779 |#1|)) . T))
+((($) . T) (((-779 |#1|)) . T) (((-350 (-485))) . T))
+((((-779 |#1|)) . T))
+((((-779 |#1|)) . T))
+((((-779 |#1|)) . T))
+((((-485)) . T) (((-779 |#1|)) . T) (($) . T) (((-350 (-485))) . T))
+((((-779 |#1|)) . T))
+((((-779 |#1|)) . T))
+((((-773)) . T))
(|has| |#2| (-118))
-(OR (|has| |#2| (-120)) (|has| |#2| (-740)))
+(OR (|has| |#2| (-120)) (|has| |#2| (-741)))
(((|#2|) . T))
-((((-1090)) |has| |#2| (-809 (-1090))))
-((((-1090)) OR (|has| |#2| (-809 (-1090))) (|has| |#2| (-811 (-1090)))))
-((($ (-1090)) OR (|has| |#2| (-809 (-1090))) (|has| |#2| (-811 (-1090)))))
+((((-1091)) |has| |#2| (-810 (-1091))))
+((((-1091)) OR (|has| |#2| (-810 (-1091))) (|has| |#2| (-812 (-1091)))))
+((($ (-1091)) OR (|has| |#2| (-810 (-1091))) (|has| |#2| (-812 (-1091)))))
(((|#2|) . T))
(OR (|has| |#2| (-190)) (|has| |#2| (-189)))
((($) OR (|has| |#2| (-190)) (|has| |#2| (-189))))
(|has| |#2| (-190))
-(((|#2|) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) ((|#2|) . T) (((-350 (-484))) . T))
-(((|#2|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#2|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#2|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#2|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#2| |#2|) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
+(((|#2|) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) ((|#2|) . T) (((-350 (-485))) . T))
+(((|#2|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#2|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#2|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#2|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#2| |#2|) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
(((|#2|) . T))
-((((-1090) |#2|) |has| |#2| (-455 (-1090) |#2|)) ((|#2| |#2|) |has| |#2| (-260 |#2|)))
+((((-1091) |#2|) |has| |#2| (-456 (-1091) |#2|)) ((|#2| |#2|) |has| |#2| (-260 |#2|)))
(((|#2|) |has| |#2| (-260 |#2|)))
(((|#2| $) |has| |#2| (-241 |#2| |#2|)))
(((|#2|) . T))
-((($) . T) ((|#2|) . T) (((-350 (-484))) . T) (((-484)) |has| |#2| (-580 (-484))))
-(((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
+((($) . T) ((|#2|) . T) (((-350 (-485))) . T) (((-485)) |has| |#2| (-581 (-485))))
+(((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
(((|#2|) . T))
-((((-484)) |has| |#2| (-796 (-484))) (((-330)) |has| |#2| (-796 (-330))))
-(|has| |#2| (-740))
-(|has| |#2| (-740))
-(|has| |#2| (-740))
-(OR (|has| |#2| (-740)) (|has| |#2| (-756)))
-(OR (|has| |#2| (-740)) (|has| |#2| (-756)))
-(|has| |#2| (-740))
-(|has| |#2| (-740))
-(|has| |#2| (-740))
+((((-485)) |has| |#2| (-797 (-485))) (((-330)) |has| |#2| (-797 (-330))))
+(|has| |#2| (-741))
+(|has| |#2| (-741))
+(|has| |#2| (-741))
+(OR (|has| |#2| (-741)) (|has| |#2| (-757)))
+(OR (|has| |#2| (-741)) (|has| |#2| (-757)))
+(|has| |#2| (-741))
+(|has| |#2| (-741))
+(|has| |#2| (-741))
(((|#2|) . T))
-(|has| |#2| (-821))
-(|has| |#2| (-933))
-((((-473)) |has| |#2| (-553 (-473))) (((-800 (-484))) |has| |#2| (-553 (-800 (-484)))) (((-800 (-330))) |has| |#2| (-553 (-800 (-330)))) (((-330)) |has| |#2| (-933)) (((-179)) |has| |#2| (-933)))
-((((-484)) . T) ((|#2|) . T) (($) . T) (((-350 (-484))) . T) (((-1090)) |has| |#2| (-950 (-1090))))
-((((-350 (-484))) |has| |#2| (-950 (-484))) (((-484)) |has| |#2| (-950 (-484))) (((-1090)) |has| |#2| (-950 (-1090))) ((|#2|) . T))
-(|has| |#2| (-1066))
+(|has| |#2| (-822))
+(|has| |#2| (-934))
+((((-474)) |has| |#2| (-554 (-474))) (((-801 (-485))) |has| |#2| (-554 (-801 (-485)))) (((-801 (-330))) |has| |#2| (-554 (-801 (-330)))) (((-330)) |has| |#2| (-934)) (((-179)) |has| |#2| (-934)))
+((((-485)) . T) ((|#2|) . T) (($) . T) (((-350 (-485))) . T) (((-1091)) |has| |#2| (-951 (-1091))))
+((((-350 (-485))) |has| |#2| (-951 (-485))) (((-485)) |has| |#2| (-951 (-485))) (((-1091)) |has| |#2| (-951 (-1091))) ((|#2|) . T))
+(|has| |#2| (-1067))
(((|#2|) . T))
-(-12 (|has| |#1| (-1013)) (|has| |#2| (-1013)))
-(-12 (|has| |#1| (-1013)) (|has| |#2| (-1013)))
-((((-772)) OR (-12 (|has| |#1| (-552 (-772))) (|has| |#2| (-552 (-772)))) (-12 (|has| |#1| (-1013)) (|has| |#2| (-1013)))))
+(-12 (|has| |#1| (-1014)) (|has| |#2| (-1014)))
+(-12 (|has| |#1| (-1014)) (|has| |#2| (-1014)))
+((((-773)) OR (-12 (|has| |#1| (-553 (-773))) (|has| |#2| (-553 (-773)))) (-12 (|has| |#1| (-1014)) (|has| |#2| (-1014)))))
((((-130)) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-1090)) . T) ((|#1|) . T))
-((((-1090)) . T) ((|#1|) . T))
-((((-772)) . T))
-((((-614 |#1|)) . T))
-((((-614 |#1|)) . T))
-((((-772)) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
-((((-1116 |#1|)) . T) (((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(|has| |#1| (-1013))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-1091)) . T) ((|#1|) . T))
+((((-1091)) . T) ((|#1|) . T))
+((((-773)) . T))
+((((-615 |#1|)) . T))
+((((-615 |#1|)) . T))
+((((-773)) . T))
+(((|#1|) . T))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
+((((-1117 |#1|)) . T) (((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(|has| |#1| (-1014))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
-((((-772)) . T))
-(OR (|has| |#1| (-320)) (|has| |#1| (-756)))
-(OR (|has| |#1| (-320)) (|has| |#1| (-756)))
+((((-773)) . T))
+(OR (|has| |#1| (-320)) (|has| |#1| (-757)))
+(OR (|has| |#1| (-320)) (|has| |#1| (-757)))
(((|#1|) . T))
-((((-772)) . T))
-((((-484)) . T))
+((((-773)) . T))
+((((-485)) . T))
((($) . T))
((($) . T))
((($) . T))
(|has| $ (-120))
((($) . T))
-((((-772)) . T))
+((((-773)) . T))
((($) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((($) . T) (((-350 (-484))) . T))
-((($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-350 (-484))) . T) (($) . T))
-((((-484)) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T))
-(((|#1| |#1|) . T) (($ $) . T) (((-350 (-484)) (-350 (-484))) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-583 |#1|)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
-(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-((((-484) |#1|) . T))
-((((-1146 (-484)) $) . T) (((-484) |#1|) . T))
-((((-484) |#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (-756)) (|has| |#1| (-1013)))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-756)) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-756)) (|has| |#1| (-1013)))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))) (((-800 (-330))) |has| |#1| (-553 (-800 (-330)))) (((-800 (-484))) |has| |#1| (-553 (-800 (-484)))))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((($) . T) (((-350 (-485))) . T))
+((($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-350 (-485))) . T) (($) . T))
+((((-485)) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T))
+(((|#1| |#1|) . T) (($ $) . T) (((-350 (-485)) (-350 (-485))) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-584 |#1|)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
+(((|#1|) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+((((-485) |#1|) . T))
+((((-1147 (-485)) $) . T) (((-485) |#1|) . T))
+((((-485) |#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(OR (|has| |#1| (-757)) (|has| |#1| (-1014)))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-757)) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-757)) (|has| |#1| (-1014)))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-474)) |has| |#1| (-554 (-474))) (((-801 (-330))) |has| |#1| (-554 (-801 (-330)))) (((-801 (-485))) |has| |#1| (-554 (-801 (-485)))))
((($) . T))
-(((|#1| (-469 (-1090))) . T))
+(((|#1| (-470 (-1091))) . T))
(((|#1|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T))
(|has| |#1| (-118))
(|has| |#1| (-120))
-(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-((((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-(((|#1| (-469 (-1090))) . T))
-(((|#1|) . T))
-((($) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (((-484)) |has| |#1| (-580 (-484))))
-(((|#1|) . T) (((-484)) |has| |#1| (-580 (-484))))
-(OR (|has| |#1| (-392)) (|has| |#1| (-821)))
-((($ $) . T) (((-1090) $) . T) (((-1090) |#1|) . T))
-((((-1090)) . T))
-((($ (-1090)) . T))
-((((-1090)) . T))
-((((-330)) |has| |#1| (-796 (-330))) (((-484)) |has| |#1| (-796 (-484))))
-(|has| |#1| (-821))
-(|has| |#1| (-821))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) |has| |#1| (-950 (-484))) ((|#1|) . T) (((-1090)) . T))
-((((-484)) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ((|#1|) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) (((-1090)) . T))
-(((|#1| (-469 (-1090)) (-1090)) . T))
-((((-1033)) . T) (((-772)) . T))
+(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+((((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+(((|#1| (-470 (-1091))) . T))
+(((|#1|) . T))
+((($) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (((-485)) |has| |#1| (-581 (-485))))
+(((|#1|) . T) (((-485)) |has| |#1| (-581 (-485))))
+(OR (|has| |#1| (-392)) (|has| |#1| (-822)))
+((($ $) . T) (((-1091) $) . T) (((-1091) |#1|) . T))
+((((-1091)) . T))
+((($ (-1091)) . T))
+((((-1091)) . T))
+((((-330)) |has| |#1| (-797 (-330))) (((-485)) |has| |#1| (-797 (-485))))
+(|has| |#1| (-822))
+(|has| |#1| (-822))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) |has| |#1| (-951 (-485))) ((|#1|) . T) (((-1091)) . T))
+((((-485)) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ((|#1|) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) (((-1091)) . T))
+(((|#1| (-470 (-1091)) (-1091)) . T))
+((((-1034)) . T) (((-773)) . T))
(((|#1| |#2|) . T))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(OR (|has| |#1| (-146)) (|has| |#1| (-495)))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(OR (|has| |#1| (-146)) (|has| |#1| (-496)))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((((-772)) . T))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (($) . T))
-((($) |has| |#1| (-495)) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) (((-484)) . T))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T))
-(((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((((-773)) . T))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (($) . T))
+((($) |has| |#1| (-496)) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) (((-485)) . T))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T))
+(((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-((((-484) |#1|) . T))
-((((-1146 (-484)) $) . T) (((-484) |#1|) . T))
-((((-484) |#1|) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+((((-485) |#1|) . T))
+((((-1147 (-485)) $) . T) (((-485) |#1|) . T))
+((((-485) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (-756)) (|has| |#1| (-1013)))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-756)) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-756)) (|has| |#1| (-1013)))
+(OR (|has| |#1| (-757)) (|has| |#1| (-1014)))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-757)) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-757)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-12 (|has| |#1| (-717)) (|has| |#2| (-717)))
-(-12 (|has| |#1| (-717)) (|has| |#2| (-717)))
-(OR (-12 (|has| |#1| (-717)) (|has| |#2| (-717))) (-12 (|has| |#1| (-756)) (|has| |#2| (-756))))
-(OR (-12 (|has| |#1| (-717)) (|has| |#2| (-717))) (-12 (|has| |#1| (-756)) (|has| |#2| (-756))))
-(-12 (|has| |#1| (-717)) (|has| |#2| (-717)))
-(-12 (|has| |#1| (-717)) (|has| |#2| (-717)))
-((((-484)) -12 (|has| |#1| (-21)) (|has| |#2| (-21))))
+(-12 (|has| |#1| (-718)) (|has| |#2| (-718)))
+(-12 (|has| |#1| (-718)) (|has| |#2| (-718)))
+(OR (-12 (|has| |#1| (-718)) (|has| |#2| (-718))) (-12 (|has| |#1| (-757)) (|has| |#2| (-757))))
+(OR (-12 (|has| |#1| (-718)) (|has| |#2| (-718))) (-12 (|has| |#1| (-757)) (|has| |#2| (-757))))
+(-12 (|has| |#1| (-718)) (|has| |#2| (-718)))
+(-12 (|has| |#1| (-718)) (|has| |#2| (-718)))
+((((-485)) -12 (|has| |#1| (-21)) (|has| |#2| (-21))))
(-12 (|has| |#1| (-21)) (|has| |#2| (-21)))
(-12 (|has| |#1| (-413)) (|has| |#2| (-413)))
-(OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717))))
-(OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717))))
-(OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717))))
-(OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-663)) (|has| |#2| (-663))))
-(OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-663)) (|has| |#2| (-663))))
+(OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718))))
+(OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718))))
+(OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718))))
+(OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-664)) (|has| |#2| (-664))))
+(OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-664)) (|has| |#2| (-664))))
(-12 (|has| |#1| (-320)) (|has| |#2| (-320)))
-((((-772)) . T))
-((((-772)) . T))
-(((|#1|) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-583 (-830))) . T) (((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-773)) . T))
+(((|#1|) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-584 (-831))) . T) (((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
((((-197 |#1| |#2|) |#2|) . T))
-((((-772)) . T))
-((((-484)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-485)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T))
(|has| |#1| (-118))
(|has| |#1| (-120))
-((((-473)) |has| |#1| (-553 (-473))))
+((((-474)) |has| |#1| (-554 (-474))))
(((|#1|) . T))
-((((-1090)) |has| |#1| (-809 (-1090))))
-((((-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))))
-((($ (-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))))
+((((-1091)) |has| |#1| (-810 (-1091))))
+((((-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))))
+((($ (-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))))
(((|#1|) . T))
(OR (|has| |#1| (-190)) (|has| |#1| (-189)))
((($) OR (|has| |#1| (-190)) (|has| |#1| (-189))))
(|has| |#1| (-190))
(|has| |#1| (-312))
(OR (|has| |#1| (-246)) (|has| |#1| (-312)))
-((((-484)) . T) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-950 (-350 (-484))))))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-312)))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-312)))
-((($) . T) (((-484)) . T) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-312)))
-(((|#1|) . T) (($) OR (|has| |#1| (-246)) (|has| |#1| (-312))) (((-350 (-484))) |has| |#1| (-312)))
-(((|#1|) . T) (($) OR (|has| |#1| (-246)) (|has| |#1| (-312))) (((-350 (-484))) |has| |#1| (-312)))
-(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-246)) (|has| |#1| (-312))) (((-350 (-484)) (-350 (-484))) |has| |#1| (-312)))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-312)))
-(((|#1|) . T))
-((((-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)) ((|#1| |#1|) |has| |#1| (-260 |#1|)))
+((((-485)) . T) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-951 (-350 (-485))))))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-312)))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-312)))
+((($) . T) (((-485)) . T) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-312)))
+(((|#1|) . T) (($) OR (|has| |#1| (-246)) (|has| |#1| (-312))) (((-350 (-485))) |has| |#1| (-312)))
+(((|#1|) . T) (($) OR (|has| |#1| (-246)) (|has| |#1| (-312))) (((-350 (-485))) |has| |#1| (-312)))
+(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-246)) (|has| |#1| (-312))) (((-350 (-485)) (-350 (-485))) |has| |#1| (-312)))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-312)))
+(((|#1|) . T))
+((((-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)) ((|#1| |#1|) |has| |#1| (-260 |#1|)))
(((|#1|) |has| |#1| (-260 |#1|)))
(((|#1| $) |has| |#1| (-241 |#1| |#1|)))
(((|#1|) . T))
-((($) . T) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-312)) (((-484)) |has| |#1| (-580 (-484))))
-(((|#1|) . T) (((-484)) |has| |#1| (-580 (-484))))
+((($) . T) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-312)) (((-485)) |has| |#1| (-581 (-485))))
+(((|#1|) . T) (((-485)) |has| |#1| (-581 (-485))))
(((|#1|) . T))
-(((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
+(((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-350 |#2|) |#3|) . T))
-((((-350 (-484))) |has| (-350 |#2|) (-950 (-350 (-484)))) (((-484)) |has| (-350 |#2|) (-950 (-484))) (((-350 |#2|)) . T))
+((((-350 (-485))) |has| (-350 |#2|) (-951 (-350 (-485)))) (((-485)) |has| (-350 |#2|) (-951 (-485))) (((-350 |#2|)) . T))
((((-350 |#2|)) . T))
-((((-484)) |has| (-350 |#2|) (-580 (-484))) (((-350 |#2|)) . T))
+((((-485)) |has| (-350 |#2|) (-581 (-485))) (((-350 |#2|)) . T))
((((-350 |#2|)) . T))
((((-350 |#2|) |#3|) . T))
(|has| (-350 |#2|) (-120))
((((-350 |#2|) |#3|) . T))
(|has| (-350 |#2|) (-118))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
(|has| (-350 |#2|) (-190))
((($) OR (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-189))))
(OR (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-189)))
((((-350 |#2|)) . T))
-((($ (-1090)) OR (|has| (-350 |#2|) (-809 (-1090))) (|has| (-350 |#2|) (-811 (-1090)))))
-((((-1090)) OR (|has| (-350 |#2|) (-809 (-1090))) (|has| (-350 |#2|) (-811 (-1090)))))
-((((-1090)) |has| (-350 |#2|) (-809 (-1090))))
+((($ (-1091)) OR (|has| (-350 |#2|) (-810 (-1091))) (|has| (-350 |#2|) (-812 (-1091)))))
+((((-1091)) OR (|has| (-350 |#2|) (-810 (-1091))) (|has| (-350 |#2|) (-812 (-1091)))))
+((((-1091)) |has| (-350 |#2|) (-810 (-1091))))
((((-350 |#2|)) . T))
(((|#3|) . T))
-((((-350 |#2|) (-350 |#2|)) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-772)) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-((((-484)) |has| (-350 |#2|) (-580 (-484))) (((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T))
-((((-350 |#2|)) . T) (((-350 (-484))) . T) (($) . T) (((-484)) . T))
+((((-350 |#2|) (-350 |#2|)) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-773)) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+((((-485)) |has| (-350 |#2|) (-581 (-485))) (((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T))
+((((-350 |#2|)) . T) (((-350 (-485))) . T) (($) . T) (((-485)) . T))
(((|#1| |#2| |#3|) . T))
-((((-350 (-484))) . T) (((-772)) . T))
-((((-484)) . T))
-((((-484)) . T))
+((((-350 (-485))) . T) (((-773)) . T))
+((((-485)) . T))
+((((-485)) . T))
((($) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T) (((-350 (-484))) . T) (($) . T))
-((((-484)) . T) (((-350 (-484))) . T) (($) . T))
-((((-484) (-484)) . T) (((-350 (-484)) (-350 (-484))) . T) (($ $) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-484)) . T))
-((((-473)) . T) (((-800 (-484))) . T) (((-330)) . T) (((-179)) . T))
-((((-350 (-484))) . T) (((-484)) . T))
-((((-484)) . T) (($) . T) (((-350 (-484))) . T))
-((((-484)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T))
-(((|#1|) . T) (($) . T) (((-484)) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (($) . T) (((-350 (-484))) . T) (((-484)) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) . T) (((-484) (-484)) . T) (($ $) . T))
-(((|#1|) . T) (((-484)) . T) (((-350 (-484))) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) . T))
-(((|#1|) . T) (((-484)) OR (|has| |#1| (-950 (-484))) (|has| (-350 (-484)) (-950 (-484)))) (((-350 (-484))) . T))
-((((-772)) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T) (((-350 (-485))) . T) (($) . T))
+((((-485)) . T) (((-350 (-485))) . T) (($) . T))
+((((-485) (-485)) . T) (((-350 (-485)) (-350 (-485))) . T) (($ $) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-485)) . T))
+((((-474)) . T) (((-801 (-485))) . T) (((-330)) . T) (((-179)) . T))
+((((-350 (-485))) . T) (((-485)) . T))
+((((-485)) . T) (($) . T) (((-350 (-485))) . T))
+((((-485)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T))
+(((|#1|) . T) (($) . T) (((-485)) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (($) . T) (((-350 (-485))) . T) (((-485)) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) . T) (((-485) (-485)) . T) (($ $) . T))
+(((|#1|) . T) (((-485)) . T) (((-350 (-485))) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) . T))
+(((|#1|) . T) (((-485)) OR (|has| |#1| (-951 (-485))) (|has| (-350 (-485)) (-951 (-485)))) (((-350 (-485))) . T))
+((((-773)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#4|) . T))
(((|#4|) . T))
-((((-583 |#4|)) . T) (((-772)) . T))
-(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
-(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
+((((-584 |#4|)) . T) (((-773)) . T))
+(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
+(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
(((|#4|) . T))
-((((-473)) |has| |#4| (-553 (-473))))
+((((-474)) |has| |#4| (-554 (-474))))
(((|#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
@@ -2966,47 +2978,47 @@
(((|#1| |#1|) . T) (($ $) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (((-484)) . T) (($) . T))
+((((-773)) . T))
+(((|#1|) . T) (((-485)) . T) (($) . T))
(((|#1|) . T) (($) . T))
-(((|#1|) . T) (((-484)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-(((|#1| (-469 (-773 |#2|)) (-773 |#2|) (-703 |#1| (-773 |#2|))) . T))
-((((-703 |#1| (-773 |#2|))) . T))
-((((-703 |#1| (-773 |#2|))) . T))
-((((-583 (-703 |#1| (-773 |#2|)))) . T) (((-772)) . T))
-((((-703 |#1| (-773 |#2|))) |has| (-703 |#1| (-773 |#2|)) (-260 (-703 |#1| (-773 |#2|)))))
-((((-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|))) |has| (-703 |#1| (-773 |#2|)) (-260 (-703 |#1| (-773 |#2|)))))
-((((-703 |#1| (-773 |#2|))) . T))
-((((-473)) |has| (-703 |#1| (-773 |#2|)) (-553 (-473))))
-((((-703 |#1| (-773 |#2|))) . T))
-(((|#1| (-469 (-773 |#2|)) (-773 |#2|) (-703 |#1| (-773 |#2|))) . T))
-(((|#1| (-469 (-773 |#2|)) (-773 |#2|) (-703 |#1| (-773 |#2|))) . T))
-((((-473)) |has| |#3| (-553 (-473))))
+(((|#1|) . T) (((-485)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+(((|#1| (-470 (-774 |#2|)) (-774 |#2|) (-704 |#1| (-774 |#2|))) . T))
+((((-704 |#1| (-774 |#2|))) . T))
+((((-704 |#1| (-774 |#2|))) . T))
+((((-584 (-704 |#1| (-774 |#2|)))) . T) (((-773)) . T))
+((((-704 |#1| (-774 |#2|))) |has| (-704 |#1| (-774 |#2|)) (-260 (-704 |#1| (-774 |#2|)))))
+((((-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|))) |has| (-704 |#1| (-774 |#2|)) (-260 (-704 |#1| (-774 |#2|)))))
+((((-704 |#1| (-774 |#2|))) . T))
+((((-474)) |has| (-704 |#1| (-774 |#2|)) (-554 (-474))))
+((((-704 |#1| (-774 |#2|))) . T))
+(((|#1| (-470 (-774 |#2|)) (-774 |#2|) (-704 |#1| (-774 |#2|))) . T))
+(((|#1| (-470 (-774 |#2|)) (-774 |#2|) (-704 |#1| (-774 |#2|))) . T))
+((((-474)) |has| |#3| (-554 (-474))))
(((|#3|) |has| |#3| (-312)))
(((|#3| |#3|) . T))
(((|#3|) . T))
(((|#3|) . T))
-((((-630 |#3|)) . T) (((-772)) . T))
-((((-484)) . T) ((|#3|) . T))
+((((-631 |#3|)) . T) (((-773)) . T))
+((((-485)) . T) ((|#3|) . T))
(((|#3|) . T))
(((|#3|) . T))
-(((|#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))))
-(((|#3| |#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))))
+(((|#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))))
+(((|#3| |#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))))
(((|#3|) . T))
(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312))))
(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312))))
(((|#1| |#2| |#3| (-197 |#2| |#3|) (-197 |#1| |#3|)) . T))
-(|has| |#1| (-1013))
-((((-772)) |has| |#1| (-1013)))
-(|has| |#1| (-1013))
-((((-772)) . T))
+(|has| |#1| (-1014))
+((((-773)) |has| |#1| (-1014)))
+(|has| |#1| (-1014))
+((((-773)) . T))
(((|#1| |#2|) . T))
-((((-1090)) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T))
+((((-1091)) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T))
((($) . T))
((($) . T))
((($ $) . T))
@@ -3014,31 +3026,31 @@
((($) . T))
((($) . T))
((($) . T))
-((((-484)) . T) (($) . T))
-((((-484)) . T))
-((($) . T) (((-484)) . T))
-((((-484)) . T))
-((((-473)) . T) (((-484)) . T) (((-800 (-484))) . T) (((-330)) . T) (((-179)) . T))
-((((-484)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
+((((-485)) . T) (($) . T))
+((((-485)) . T))
+((($) . T) (((-485)) . T))
+((((-485)) . T))
+((((-474)) . T) (((-485)) . T) (((-801 (-485))) . T) (((-330)) . T) (((-179)) . T))
+((((-485)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
((((-249 |#3|)) . T))
((((-249 |#3|)) . T))
(((|#3| |#3|) . T))
-((((-772)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-773)) . T))
(((|#3| |#3|) . T))
-((((-772)) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-773)) . T))
(((|#2|) . T))
(((|#1|) |has| |#1| (-312)))
-((((-1090)) -12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))))
-((((-1090)) OR (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090))))))
-((($ (-1090)) OR (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090))))))
+((((-1091)) -12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))))
+((((-1091)) OR (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091))))))
+((($ (-1091)) OR (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091))))))
(((|#1|) |has| |#1| (-312)))
(OR (-12 (|has| |#1| (-190)) (|has| |#1| (-312))) (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299)))
((($) OR (-12 (|has| |#1| (-190)) (|has| |#1| (-312))) (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))))
@@ -3057,164 +3069,164 @@
(OR (|has| |#1| (-118)) (|has| |#1| (-299)))
(|has| |#1| (-299))
(((|#1| |#2|) . T))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-299))) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((($ $) . T) (((-350 (-484)) (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1| |#1|) . T))
-((($) . T) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((($) . T) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-299))) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-299))) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
-((((-484)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-299))) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-950 (-350 (-484))))) ((|#1|) . T))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-299))) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((($ $) . T) (((-350 (-485)) (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1| |#1|) . T))
+((($) . T) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((($) . T) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-299))) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-299))) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T))
+((((-485)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-299))) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299)) (|has| |#1| (-951 (-350 (-485))))) ((|#1|) . T))
(|has| |#1| (-120))
(((|#1| |#2|) . T))
(((|#1|) . T))
-((($) . T) (((-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T) (((-484)) |has| |#1| (-580 (-484))))
-(((|#1|) . T) (((-484)) |has| |#1| (-580 (-484))))
+((($) . T) (((-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-299))) ((|#1|) . T) (((-485)) |has| |#1| (-581 (-485))))
+(((|#1|) . T) (((-485)) |has| |#1| (-581 (-485))))
(((|#1|) . T))
-(((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
+(((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
(((|#1| |#2|) . T))
-((((-1090)) . T))
-((((-772)) . T))
-((((-772)) . T))
+((((-1091)) . T))
+((((-773)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
(OR (|has| |#1| (-190)) (|has| |#1| (-189)))
((($) OR (|has| |#1| (-190)) (|has| |#1| (-189))))
-((((-772)) . T))
+((((-773)) . T))
(|has| |#1| (-190))
((($) . T))
-(((|#1| (-469 (-1000 (-1090))) (-1000 (-1090))) . T))
-(|has| |#1| (-821))
-(|has| |#1| (-821))
-((((-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (((-1000 (-1090))) . T))
-((($ (-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (($ (-1000 (-1090))) . T))
-((((-1090)) |has| |#1| (-809 (-1090))) (((-1000 (-1090))) . T))
-((($ $) . T) (((-1090) $) |has| |#1| (-190)) (((-1090) |#1|) |has| |#1| (-190)) (((-1000 (-1090)) |#1|) . T) (((-1000 (-1090)) $) . T))
-(OR (|has| |#1| (-392)) (|has| |#1| (-821)))
-((((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T))
-(((|#1|) . T))
-(((|#1| (-469 (-1000 (-1090)))) . T))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
+(((|#1| (-470 (-1001 (-1091))) (-1001 (-1091))) . T))
+(|has| |#1| (-822))
+(|has| |#1| (-822))
+((((-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (((-1001 (-1091))) . T))
+((($ (-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (($ (-1001 (-1091))) . T))
+((((-1091)) |has| |#1| (-810 (-1091))) (((-1001 (-1091))) . T))
+((($ $) . T) (((-1091) $) |has| |#1| (-190)) (((-1091) |#1|) |has| |#1| (-190)) (((-1001 (-1091)) |#1|) . T) (((-1001 (-1091)) $) . T))
+(OR (|has| |#1| (-392)) (|has| |#1| (-822)))
+((((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T))
+(((|#1|) . T))
+(((|#1| (-470 (-1001 (-1091)))) . T))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) . T) (((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((((-484)) . T) (($) . T) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T))
-(((|#1| (-469 (-1000 (-1090)))) . T))
-((((-1039 |#1| (-1090))) . T) (((-1000 (-1090))) . T) ((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-1090)) . T))
-((((-1039 |#1| (-1090))) . T) (((-484)) . T) (((-1000 (-1090))) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) (((-1090)) . T))
-(((|#1| (-1090) (-1000 (-1090)) (-469 (-1000 (-1090)))) . T))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) . T) (((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((((-485)) . T) (($) . T) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T))
+(((|#1| (-470 (-1001 (-1091)))) . T))
+((((-1040 |#1| (-1091))) . T) (((-1001 (-1091))) . T) ((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-1091)) . T))
+((((-1040 |#1| (-1091))) . T) (((-485)) . T) (((-1001 (-1091))) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) (((-1091)) . T))
+(((|#1| (-1091) (-1001 (-1091)) (-470 (-1001 (-1091)))) . T))
((($) . T))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1| (-583 |#1|)) |has| |#1| (-755)))
-(|has| |#1| (-1013))
-(|has| |#1| (-1013))
-(|has| |#1| (-1013))
-((((-772)) |has| |#1| (-1013)))
-(|has| |#1| (-1013))
+(((|#1| (-584 |#1|)) |has| |#1| (-756)))
+(|has| |#1| (-1014))
+(|has| |#1| (-1014))
+(|has| |#1| (-1014))
+((((-773)) |has| |#1| (-1014)))
+(|has| |#1| (-1014))
(((|#1|) . T))
(((|#1|) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-(|has| (-1001 |#1|) (-1013))
-((((-772)) |has| (-1001 |#1|) (-1013)))
-(|has| (-1001 |#1|) (-1013))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+(|has| (-1002 |#1|) (-1014))
+((((-773)) |has| (-1002 |#1|) (-1014)))
+(|has| (-1002 |#1|) (-1014))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
+((((-474)) |has| |#1| (-554 (-474))))
(((|#1|) . T))
(|has| |#1| (-320))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-772)) . T))
-((((-583 $)) . T) (((-1073)) . T) (((-1090)) . T) (((-484)) . T) (((-179)) . T) (((-772)) . T))
-((((-484) $) . T) (((-583 (-484)) $) . T))
-((((-772)) . T))
-((((-1073) (-1090) (-484) (-179) (-772)) . T))
-((((-583 $)) . T) ((|#1|) . T) ((|#2|) . T) ((|#3|) . T) ((|#4|) . T) ((|#5|) . T))
-((((-484) $) . T) (((-583 (-484)) $) . T))
-((((-772)) . T))
+((((-773)) . T))
+((((-584 $)) . T) (((-1074)) . T) (((-1091)) . T) (((-485)) . T) (((-179)) . T) (((-773)) . T))
+((((-485) $) . T) (((-584 (-485)) $) . T))
+((((-773)) . T))
+((((-1074) (-1091) (-485) (-179) (-773)) . T))
+((((-584 $)) . T) ((|#1|) . T) ((|#2|) . T) ((|#3|) . T) ((|#4|) . T) ((|#5|) . T))
+((((-485) $) . T) (((-584 (-485)) $) . T))
+((((-773)) . T))
(((|#1| |#2| |#3| |#4| |#5|) . T))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
(((|#1| |#1| |#1|) . T))
(((|#1|) . T))
-(OR (|has| |#3| (-21)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-961)))
-(OR (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-104)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-717)) (|has| |#3| (-961)))
-(OR (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-104)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-320)) (|has| |#3| (-663)) (|has| |#3| (-717)) (|has| |#3| (-756)) (|has| |#3| (-961)) (|has| |#3| (-1013)))
-(OR (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-72)) (|has| |#3| (-104)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-320)) (|has| |#3| (-663)) (|has| |#3| (-717)) (|has| |#3| (-756)) (|has| |#3| (-961)) (|has| |#3| (-1013)))
-(OR (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-104)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-717)) (|has| |#3| (-961)))
-(OR (|has| |#3| (-21)) (|has| |#3| (-104)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-717)) (|has| |#3| (-961)))
-(((|#3| |#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-961))))
-(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-663)) (|has| |#3| (-961))))
-(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-961))))
-((((-772)) OR (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-104)) (|has| |#3| (-552 (-772))) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-320)) (|has| |#3| (-663)) (|has| |#3| (-717)) (|has| |#3| (-756)) (|has| |#3| (-961)) (|has| |#3| (-1013))) (((-1179 |#3|)) . T))
-(((|#3|) |has| |#3| (-961)))
-((((-1090)) -12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))))
-((((-1090)) OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))))
-((($ (-1090)) OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))))
-(((|#3|) |has| |#3| (-961)))
-(OR (-12 (|has| |#3| (-190)) (|has| |#3| (-961))) (-12 (|has| |#3| (-189)) (|has| |#3| (-961))))
-((($) OR (-12 (|has| |#3| (-190)) (|has| |#3| (-961))) (-12 (|has| |#3| (-189)) (|has| |#3| (-961)))))
-(|has| |#3| (-961))
-(|has| |#3| (-961))
-(|has| |#3| (-961))
-(|has| |#3| (-961))
-(|has| |#3| (-961))
-((((-484)) OR (|has| |#3| (-21)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-961))) ((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-663)) (|has| |#3| (-961))) (($) |has| |#3| (-961)))
-(-12 (|has| |#3| (-190)) (|has| |#3| (-961)))
+(OR (|has| |#3| (-21)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-962)))
+(OR (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-104)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-718)) (|has| |#3| (-962)))
+(OR (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-104)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-320)) (|has| |#3| (-664)) (|has| |#3| (-718)) (|has| |#3| (-757)) (|has| |#3| (-962)) (|has| |#3| (-1014)))
+(OR (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-72)) (|has| |#3| (-104)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-320)) (|has| |#3| (-664)) (|has| |#3| (-718)) (|has| |#3| (-757)) (|has| |#3| (-962)) (|has| |#3| (-1014)))
+(OR (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-104)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-718)) (|has| |#3| (-962)))
+(OR (|has| |#3| (-21)) (|has| |#3| (-104)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-718)) (|has| |#3| (-962)))
+(((|#3| |#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-962))))
+(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-664)) (|has| |#3| (-962))))
+(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-962))))
+((((-773)) OR (|has| |#3| (-21)) (|has| |#3| (-23)) (|has| |#3| (-25)) (|has| |#3| (-104)) (|has| |#3| (-553 (-773))) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-320)) (|has| |#3| (-664)) (|has| |#3| (-718)) (|has| |#3| (-757)) (|has| |#3| (-962)) (|has| |#3| (-1014))) (((-1180 |#3|)) . T))
+(((|#3|) |has| |#3| (-962)))
+((((-1091)) -12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))))
+((((-1091)) OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))))
+((($ (-1091)) OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))))
+(((|#3|) |has| |#3| (-962)))
+(OR (-12 (|has| |#3| (-190)) (|has| |#3| (-962))) (-12 (|has| |#3| (-189)) (|has| |#3| (-962))))
+((($) OR (-12 (|has| |#3| (-190)) (|has| |#3| (-962))) (-12 (|has| |#3| (-189)) (|has| |#3| (-962)))))
+(|has| |#3| (-962))
+(|has| |#3| (-962))
+(|has| |#3| (-962))
+(|has| |#3| (-962))
+(|has| |#3| (-962))
+((((-485)) OR (|has| |#3| (-21)) (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-962))) ((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-664)) (|has| |#3| (-962))) (($) |has| |#3| (-962)))
+(-12 (|has| |#3| (-190)) (|has| |#3| (-962)))
(|has| |#3| (-320))
(((|#3|) . T))
-(((|#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))))
-(((|#3| |#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))))
+(((|#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))))
+(((|#3| |#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))))
(((|#3|) . T))
-(((|#3|) |has| |#3| (-961)))
-(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-961))) (($) |has| |#3| (-961)) (((-484)) -12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))))
-(((|#3|) |has| |#3| (-961)) (((-484)) -12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))))
-(((|#3|) |has| |#3| (-1013)))
-((((-484)) OR (-12 (|has| |#3| (-950 (-484))) (|has| |#3| (-1013))) (|has| |#3| (-961))) ((|#3|) |has| |#3| (-1013)) (((-350 (-484))) -12 (|has| |#3| (-950 (-350 (-484)))) (|has| |#3| (-1013))))
-(((|#3|) |has| |#3| (-1013)) (((-484)) -12 (|has| |#3| (-950 (-484))) (|has| |#3| (-1013))) (((-350 (-484))) -12 (|has| |#3| (-950 (-350 (-484)))) (|has| |#3| (-1013))))
-((((-484) |#3|) . T))
-((((-484) |#3|) . T))
-((((-484) |#3|) . T))
-(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-663))))
+(((|#3|) |has| |#3| (-962)))
+(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-962))) (($) |has| |#3| (-962)) (((-485)) -12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))))
+(((|#3|) |has| |#3| (-962)) (((-485)) -12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))))
+(((|#3|) |has| |#3| (-1014)))
+((((-485)) OR (-12 (|has| |#3| (-951 (-485))) (|has| |#3| (-1014))) (|has| |#3| (-962))) ((|#3|) |has| |#3| (-1014)) (((-350 (-485))) -12 (|has| |#3| (-951 (-350 (-485)))) (|has| |#3| (-1014))))
+(((|#3|) |has| |#3| (-1014)) (((-485)) -12 (|has| |#3| (-951 (-485))) (|has| |#3| (-1014))) (((-350 (-485))) -12 (|has| |#3| (-951 (-350 (-485)))) (|has| |#3| (-1014))))
+((((-485) |#3|) . T))
+((((-485) |#3|) . T))
+((((-485) |#3|) . T))
+(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312)) (|has| |#3| (-664))))
(((|#3|) OR (|has| |#3| (-146)) (|has| |#3| (-312))))
-(|has| |#3| (-717))
-(|has| |#3| (-717))
-(OR (|has| |#3| (-717)) (|has| |#3| (-756)))
-(OR (|has| |#3| (-717)) (|has| |#3| (-756)))
-(|has| |#3| (-717))
-(|has| |#3| (-717))
+(|has| |#3| (-718))
+(|has| |#3| (-718))
+(OR (|has| |#3| (-718)) (|has| |#3| (-757)))
+(OR (|has| |#3| (-718)) (|has| |#3| (-757)))
+(|has| |#3| (-718))
+(|has| |#3| (-718))
(((|#3|) |has| |#3| (-312)))
(((|#1| |#3|) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T))
((($) . T))
((($) . T))
((($ $) . T))
@@ -3222,795 +3234,795 @@
((($) . T))
((($) . T))
((($) . T))
-((((-484)) . T) (($) . T))
-((((-484)) . T))
-((($) . T) (((-484)) . T))
-((((-484)) . T))
-((((-473)) . T) (((-484)) . T) (((-800 (-484))) . T) (((-330)) . T) (((-179)) . T))
-((((-484)) . T))
-((((-473)) -12 (|has| |#1| (-553 (-473))) (|has| |#2| (-553 (-473)))) (((-800 (-330))) -12 (|has| |#1| (-553 (-800 (-330)))) (|has| |#2| (-553 (-800 (-330))))) (((-800 (-484))) -12 (|has| |#1| (-553 (-800 (-484)))) (|has| |#2| (-553 (-800 (-484))))))
+((((-485)) . T) (($) . T))
+((((-485)) . T))
+((($) . T) (((-485)) . T))
+((((-485)) . T))
+((((-474)) . T) (((-485)) . T) (((-801 (-485))) . T) (((-330)) . T) (((-179)) . T))
+((((-485)) . T))
+((((-474)) -12 (|has| |#1| (-554 (-474))) (|has| |#2| (-554 (-474)))) (((-801 (-330))) -12 (|has| |#1| (-554 (-801 (-330)))) (|has| |#2| (-554 (-801 (-330))))) (((-801 (-485))) -12 (|has| |#1| (-554 (-801 (-485)))) (|has| |#2| (-554 (-801 (-485))))))
((($) . T))
-(((|#1| (-469 |#2|)) . T))
+(((|#1| (-470 |#2|)) . T))
(((|#1|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T))
(|has| |#1| (-118))
(|has| |#1| (-120))
-(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-((((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))))
-(((|#1| (-469 |#2|)) . T))
-(((|#1|) . T))
-((($) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (((-484)) |has| |#1| (-580 (-484))))
-(((|#1|) . T) (((-484)) |has| |#1| (-580 (-484))))
-(OR (|has| |#1| (-392)) (|has| |#1| (-821)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+((((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))))
+(((|#1| (-470 |#2|)) . T))
+(((|#1|) . T))
+((($) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (((-485)) |has| |#1| (-581 (-485))))
+(((|#1|) . T) (((-485)) |has| |#1| (-581 (-485))))
+(OR (|has| |#1| (-392)) (|has| |#1| (-822)))
((($ $) . T) ((|#2| $) . T) ((|#2| |#1|) . T))
(((|#2|) . T))
((($ |#2|) . T))
(((|#2|) . T))
-((((-330)) -12 (|has| |#1| (-796 (-330))) (|has| |#2| (-796 (-330)))) (((-484)) -12 (|has| |#1| (-796 (-484))) (|has| |#2| (-796 (-484)))))
-(|has| |#1| (-821))
-(|has| |#1| (-821))
-((((-350 (-484))) |has| |#1| (-950 (-350 (-484)))) (((-484)) |has| |#1| (-950 (-484))) ((|#1|) . T) ((|#2|) . T))
-((((-484)) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ((|#1|) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#2|) . T))
-(((|#1| (-469 |#2|) |#2|) . T))
+((((-330)) -12 (|has| |#1| (-797 (-330))) (|has| |#2| (-797 (-330)))) (((-485)) -12 (|has| |#1| (-797 (-485))) (|has| |#2| (-797 (-485)))))
+(|has| |#1| (-822))
+(|has| |#1| (-822))
+((((-350 (-485))) |has| |#1| (-951 (-350 (-485)))) (((-485)) |has| |#1| (-951 (-485))) ((|#1|) . T) ((|#2|) . T))
+((((-485)) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ((|#1|) . T) (($) OR (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#2|) . T))
+(((|#1| (-470 |#2|) |#2|) . T))
((($) . T))
((($ $) . T) ((|#2| $) . T))
(((|#2|) . T))
-((((-772)) . T))
+((((-773)) . T))
((($ |#2|) . T))
(((|#2|) . T))
-(((|#1| (-469 |#2|) |#2|) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T))
-((($) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T))
+(((|#1| (-470 |#2|) |#2|) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T))
+((($) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T))
(|has| |#1| (-118))
(|has| |#1| (-120))
-(OR (|has| |#1| (-146)) (|has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-495))))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-495))))
-((((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-495))))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-((((-484)) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-(((|#1| (-469 |#2|)) . T))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
+(OR (|has| |#1| (-146)) (|has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-496))))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-496))))
+((((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-496))))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+((((-485)) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+(((|#1| (-470 |#2|)) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
(((|#1| |#2|) . T))
-((((-772)) . T))
-(((|#1|) . T))
-((((-1095)) . T))
-((((-1095)) . T))
-((((-1095)) . T) (((-772)) . T))
-((((-772)) . T))
-((((-1054 |#1| |#2|)) . T))
-((((-1054 |#1| |#2|)) . T))
-((((-1054 |#1| |#2|)) . T))
-((((-1054 |#1| |#2|) (-1054 |#1| |#2|)) |has| (-1054 |#1| |#2|) (-260 (-1054 |#1| |#2|))))
-((((-1054 |#1| |#2|)) |has| (-1054 |#1| |#2|) (-260 (-1054 |#1| |#2|))))
-((((-772)) . T))
-((((-1054 |#1| |#2|)) . T))
-((((-473)) |has| |#2| (-553 (-473))))
-(((|#2|) |has| |#2| (-6 (-3998 "*"))))
+((((-773)) . T))
+(((|#1|) . T))
+((((-1096)) . T))
+((((-1096)) . T))
+((((-1096)) . T) (((-773)) . T))
+((((-773)) . T))
+((((-1055 |#1| |#2|)) . T))
+((((-1055 |#1| |#2|)) . T))
+((((-1055 |#1| |#2|)) . T))
+((((-1055 |#1| |#2|) (-1055 |#1| |#2|)) |has| (-1055 |#1| |#2|) (-260 (-1055 |#1| |#2|))))
+((((-1055 |#1| |#2|)) |has| (-1055 |#1| |#2|) (-260 (-1055 |#1| |#2|))))
+((((-773)) . T))
+((((-1055 |#1| |#2|)) . T))
+((((-474)) |has| |#2| (-554 (-474))))
+(((|#2|) |has| |#2| (-6 (-3999 "*"))))
(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-630 |#2|)) . T) (((-772)) . T))
-((($) . T) (((-484)) . T) ((|#2|) . T))
-(((|#2|) OR (|has| |#2| (-6 (-3998 "*"))) (|has| |#2| (-146))))
-(((|#2|) OR (|has| |#2| (-6 (-3998 "*"))) (|has| |#2| (-146))))
+((((-631 |#2|)) . T) (((-773)) . T))
+((($) . T) (((-485)) . T) ((|#2|) . T))
+(((|#2|) OR (|has| |#2| (-6 (-3999 "*"))) (|has| |#2| (-146))))
+(((|#2|) OR (|has| |#2| (-6 (-3999 "*"))) (|has| |#2| (-146))))
(((|#2|) . T))
-((((-1090)) |has| |#2| (-809 (-1090))))
-((((-1090)) OR (|has| |#2| (-809 (-1090))) (|has| |#2| (-811 (-1090)))))
-((($ (-1090)) OR (|has| |#2| (-809 (-1090))) (|has| |#2| (-811 (-1090)))))
+((((-1091)) |has| |#2| (-810 (-1091))))
+((((-1091)) OR (|has| |#2| (-810 (-1091))) (|has| |#2| (-812 (-1091)))))
+((($ (-1091)) OR (|has| |#2| (-810 (-1091))) (|has| |#2| (-812 (-1091)))))
(((|#2|) . T))
(OR (|has| |#2| (-190)) (|has| |#2| (-189)))
((($) OR (|has| |#2| (-190)) (|has| |#2| (-189))))
(|has| |#2| (-190))
(((|#2|) . T))
-((($) . T) ((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
-(((|#2|) . T) (((-484)) |has| |#2| (-580 (-484))))
+((($) . T) ((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
+(((|#2|) . T) (((-485)) |has| |#2| (-581 (-485))))
(((|#2|) . T))
-((((-484)) . T) ((|#2|) . T) (((-350 (-484))) |has| |#2| (-950 (-350 (-484)))))
-(((|#2|) . T) (((-484)) |has| |#2| (-950 (-484))) (((-350 (-484))) |has| |#2| (-950 (-350 (-484)))))
+((((-485)) . T) ((|#2|) . T) (((-350 (-485))) |has| |#2| (-951 (-350 (-485)))))
+(((|#2|) . T) (((-485)) |has| |#2| (-951 (-485))) (((-350 (-485))) |has| |#2| (-951 (-350 (-485)))))
(((|#1| |#1| |#2| (-197 |#1| |#2|) (-197 |#1| |#2|)) . T))
(((|#2|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-(((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+(((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+(((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#2|) . T))
(((|#1| |#2| (-197 |#1| |#2|) (-197 |#1| |#2|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#4|) . T))
-((((-473)) |has| |#4| (-553 (-473))))
+((((-474)) |has| |#4| (-554 (-474))))
(((|#4|) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
-(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
+(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
+(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
(((|#4|) . T))
-((((-772)) . T) (((-583 |#4|)) . T))
+((((-773)) . T) (((-584 |#4|)) . T))
(((|#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-772)) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-773)) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
(((|#1|) . T))
-((((-583 |#1|)) . T))
+((((-584 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(|has| |#1| (-1013))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(|has| |#1| (-1014))
(((|#1|) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-((((-484) |#1|) . T))
-((((-1146 (-484)) $) . T) (((-484) |#1|) . T))
-((((-484) |#1|) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+((((-485) |#1|) . T))
+((((-1147 (-485)) $) . T) (((-485) |#1|) . T))
+((((-485) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-117)) . T))
((((-117)) . T))
((((-117)) . T))
-((((-772)) . T))
+((((-773)) . T))
((((-117)) . T))
((((-117)) . T))
-((((-484) (-117)) . T))
-((((-484) (-117)) . T))
-((((-484) (-117)) . T) (((-1146 (-484)) $) . T))
+((((-485) (-117)) . T))
+((((-485) (-117)) . T))
+((((-485) (-117)) . T) (((-1147 (-485)) $) . T))
((((-117)) . T))
((((-117)) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-772)) . T))
-((((-1073) |#1|) . T))
-((((-1073) |#1|) . T))
-((((-1073) |#1|) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T) ((|#1|) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) |has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) |has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-1073) |#1|) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-(((|#1|) . T) (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) . T))
-((((-1073) |#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((((-1089 |#1| |#2| |#3|)) . T))
-((((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((((-1089 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-260 (-1089 |#1| |#2| |#3|)))))
-((((-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-260 (-1089 |#1| |#2| |#3|)))) (((-1090) (-1089 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-455 (-1090) (-1089 |#1| |#2| |#3|)))))
-((((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-773)) . T))
+((((-1074) |#1|) . T))
+((((-1074) |#1|) . T))
+((((-1074) |#1|) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T) ((|#1|) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) |has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) |has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-1074) |#1|) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+(((|#1|) . T) (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) . T))
+((((-1074) |#1|) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-1090 |#1| |#2| |#3|)) . T))
+((((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-1090 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-260 (-1090 |#1| |#2| |#3|)))))
+((((-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-260 (-1090 |#1| |#2| |#3|)))) (((-1091) (-1090 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-456 (-1091) (-1090 |#1| |#2| |#3|)))))
+((((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(OR (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-190))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))
-((($) OR (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-190))) (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-189))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))))
-(OR (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-190))) (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-189))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))
-((((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((($ (-1176 |#2|)) . T) (($ (-1090)) OR (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090)))) (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-811 (-1090)))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))))
-((((-1090)) OR (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090)))) (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-811 (-1090)))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))))
-((((-1090)) OR (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090)))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))))
-((((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)))
-(OR (|has| |#1| (-120)) (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-120))))
-(OR (|has| |#1| (-118)) (-12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-118))))
-((((-772)) . T))
-(((|#1|) . T))
-((((-1089 |#1| |#2| |#3|) $) -12 (|has| |#1| (-312)) (|has| (-1089 |#1| |#2| |#3|) (-241 (-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|)))) (($ $) . T) (((-484) |#1|) . T))
-(((|#1| (-484) (-994)) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484)) (-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) . T))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)) (((-484)) . T) (($) . T) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)) (($) . T) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-1089 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
-((((-1089 |#1| |#2| |#3|)) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-484)) . T) ((|#1|) |has| |#1| (-146)))
-(((|#1| (-484)) . T))
-(((|#1| (-484)) . T))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(((|#1| (-1089 |#1| |#2| |#3|)) . T))
+(OR (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-190))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))
+((($) OR (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-190))) (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-189))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))))
+(OR (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-190))) (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-189))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))
+((((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((($ (-1177 |#2|)) . T) (($ (-1091)) OR (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091)))) (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-812 (-1091)))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))))
+((((-1091)) OR (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091)))) (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-812 (-1091)))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))))
+((((-1091)) OR (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091)))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))))
+((((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)))
+(OR (|has| |#1| (-120)) (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-120))))
+(OR (|has| |#1| (-118)) (-12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-118))))
+((((-773)) . T))
+(((|#1|) . T))
+((((-1090 |#1| |#2| |#3|) $) -12 (|has| |#1| (-312)) (|has| (-1090 |#1| |#2| |#3|) (-241 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)))) (($ $) . T) (((-485) |#1|) . T))
+(((|#1| (-485) (-995)) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485)) (-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1| |#1|) . T))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) . T))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)) (((-485)) . T) (($) . T) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)) (($) . T) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
+((((-1090 |#1| |#2| |#3|)) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-485)) . T) ((|#1|) |has| |#1| (-146)))
+(((|#1| (-485)) . T))
+(((|#1| (-485)) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(((|#1| (-1090 |#1| |#2| |#3|)) . T))
(((|#1|) . T))
(((|#1|) . T))
((($) . T))
-((((-772)) . T))
-((((-350 $) (-350 $)) |has| |#1| (-495)) (($ $) . T) ((|#1| |#1|) . T))
+((((-773)) . T))
+((((-350 $) (-350 $)) |has| |#1| (-496)) (($ $) . T) ((|#1| |#1|) . T))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822)))
(|has| |#1| (-312))
-(((|#1| (-694) (-994)) . T))
-(|has| |#1| (-821))
-(|has| |#1| (-821))
-((((-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (((-994)) . T))
-((($ (-1090)) OR (|has| |#1| (-809 (-1090))) (|has| |#1| (-811 (-1090)))) (($ (-994)) . T))
-((((-1090)) |has| |#1| (-809 (-1090))) (((-994)) . T))
-((((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T))
-(((|#1|) . T))
-(((|#1| (-694)) . T))
+(((|#1| (-695) (-995)) . T))
+(|has| |#1| (-822))
+(|has| |#1| (-822))
+((((-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (((-995)) . T))
+((($ (-1091)) OR (|has| |#1| (-810 (-1091))) (|has| |#1| (-812 (-1091)))) (($ (-995)) . T))
+((((-1091)) |has| |#1| (-810 (-1091))) (((-995)) . T))
+((((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T))
+(((|#1|) . T))
+(((|#1| (-695)) . T))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((((-484)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) (((-994)) . T) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) . T) (((-484)) |has| |#1| (-580 (-484))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((((-484)) . T) (($) . T) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-495)) (|has| |#1| (-821))) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T))
-((((-994)) . T) ((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
-(((|#1| (-694)) . T))
-((((-994) |#1|) . T) (((-994) $) . T) (($ $) . T))
+((((-485)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) (((-995)) . T) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) . T) (((-485)) |has| |#1| (-581 (-485))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((((-485)) . T) (($) . T) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-312)) (|has| |#1| (-392)) (|has| |#1| (-496)) (|has| |#1| (-822))) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T))
+((((-995)) . T) ((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
+(((|#1| (-695)) . T))
+((((-995) |#1|) . T) (((-995) $) . T) (($ $) . T))
((($) . T))
-(|has| |#1| (-1066))
-(((|#1|) . T))
-((((-1089 |#1| |#2| |#3|)) . T) (((-1082 |#1| |#2| |#3|)) . T))
-(((|#1|) . T))
-(|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))
-((($) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))))
-(|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))
-((($ $) . T) (((-350 (-484)) |#1|) . T))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((($ (-1176 |#2|)) . T) (($ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-(((|#1| (-350 (-484)) (-994)) . T))
+(|has| |#1| (-1067))
+(((|#1|) . T))
+((((-1090 |#1| |#2| |#3|)) . T) (((-1083 |#1| |#2| |#3|)) . T))
+(((|#1|) . T))
+(|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))
+((($) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))))
+(|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))
+((($ $) . T) (((-350 (-485)) |#1|) . T))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((($ (-1177 |#2|)) . T) (($ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+(((|#1| (-350 (-485)) (-995)) . T))
(|has| |#1| (-118))
(|has| |#1| (-120))
-(((|#1| (-350 (-484))) . T))
-(((|#1| (-350 (-484))) . T))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
+(((|#1| (-350 (-485))) . T))
+(((|#1| (-350 (-485))) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
-((((-772)) . T))
-(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))))
-(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))))
-(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484)) (-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))))
-(((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) . T))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
+((((-773)) . T))
+(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))))
+(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))))
+(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485)) (-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))))
+(((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) . T))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-((((-1176 |#2|)) . T) (((-1089 |#1| |#2| |#3|)) . T) (((-1082 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-484)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+((((-1177 |#2|)) . T) (((-1090 |#1| |#2| |#3|)) . T) (((-1083 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-485)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(((|#1| (-1082 |#1| |#2| |#3|)) . T))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(((|#1| (-694)) . T))
-(((|#1| (-694)) . T))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(OR (|has| |#1| (-146)) (|has| |#1| (-495)))
+(((|#1| (-1083 |#1| |#2| |#3|)) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(((|#1| (-695)) . T))
+(((|#1| (-695)) . T))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(OR (|has| |#1| (-146)) (|has| |#1| (-496)))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1| (-694) (-994)) . T))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))))
-((($ (-1176 |#2|)) . T) (($ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))))
-((((-694) |#1|) . T) (($ $) . T))
-(|has| |#1| (-15 * (|#1| (-694) |#1|)))
-((($) |has| |#1| (-15 * (|#1| (-694) |#1|))))
-((((-772)) . T))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (($) . T))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (((-484)) . T))
-(|has| |#1| (-15 * (|#1| (-694) |#1|)))
-(((|#1|) . T))
-((((-330)) . T) (((-484)) . T))
-((((-446)) . T))
-((((-446)) . T) (((-1073)) . T))
-((((-800 (-330))) . T) (((-800 (-484))) . T) (((-1090)) . T) (((-473)) . T))
-((((-772)) . T))
-(((|#1| (-884)) . T))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(OR (|has| |#1| (-146)) (|has| |#1| (-495)))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1| (-695) (-995)) . T))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))))
+((($ (-1177 |#2|)) . T) (($ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))))
+((((-695) |#1|) . T) (($ $) . T))
+(|has| |#1| (-15 * (|#1| (-695) |#1|)))
+((($) |has| |#1| (-15 * (|#1| (-695) |#1|))))
+((((-773)) . T))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (($) . T))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (((-485)) . T))
+(|has| |#1| (-15 * (|#1| (-695) |#1|)))
+(((|#1|) . T))
+((((-330)) . T) (((-485)) . T))
+((((-447)) . T))
+((((-447)) . T) (((-1074)) . T))
+((((-801 (-330))) . T) (((-801 (-485))) . T) (((-1091)) . T) (((-474)) . T))
+((((-773)) . T))
+(((|#1| (-885)) . T))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(OR (|has| |#1| (-146)) (|has| |#1| (-496)))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((((-772)) . T))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (($) . T))
-((($) |has| |#1| (-495)) ((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) (((-484)) . T))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1|) . T))
-(((|#1|) . T) (((-484)) |has| |#1| (-950 (-484))) (((-350 (-484))) |has| |#1| (-950 (-350 (-484)))))
-(((|#1| (-884)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-1073)) . T) (((-446)) . T) (((-179)) . T) (((-484)) . T))
-((((-1073)) . T) (((-446)) . T) (((-179)) . T) (((-484)) . T))
-((((-473)) . T) (((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-772)) . T))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((((-773)) . T))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (($) . T))
+((($) |has| |#1| (-496)) ((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) (((-485)) . T))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1|) . T))
+(((|#1|) . T) (((-485)) |has| |#1| (-951 (-485))) (((-350 (-485))) |has| |#1| (-951 (-350 (-485)))))
+(((|#1| (-885)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-1074)) . T) (((-447)) . T) (((-179)) . T) (((-485)) . T))
+((((-1074)) . T) (((-447)) . T) (((-179)) . T) (((-485)) . T))
+((((-474)) . T) (((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-773)) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ((|#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))))
(((|#1| |#2|) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((((-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((((-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
-((((-772)) . T))
+((((-773)) . T))
(((|#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-338) (-1073)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-338) (-1074)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1013))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-72)) (|has| |#1| (-1013)))
+(|has| |#1| (-1014))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-72)) (|has| |#1| (-1014)))
(((|#1|) . T))
((($) . T))
-((($ $) . T) (((-1090) $) . T))
-((((-1090)) . T))
-((((-772)) . T))
-((($ (-1090)) . T))
-((((-1090)) . T))
-(((|#1| (-469 (-1090)) (-1090)) . T))
-((($) . T) (((-484)) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T))
-((($) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T))
+((($ $) . T) (((-1091) $) . T))
+((((-1091)) . T))
+((((-773)) . T))
+((($ (-1091)) . T))
+((((-1091)) . T))
+(((|#1| (-470 (-1091)) (-1091)) . T))
+((($) . T) (((-485)) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T))
+((($) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T))
(|has| |#1| (-118))
(|has| |#1| (-120))
-(OR (|has| |#1| (-146)) (|has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-495))))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-495))))
-((((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-495))))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-((((-484)) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-((((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-495)))
-(((|#1| (-469 (-1090))) . T))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(((|#1| (-1090)) . T))
-(|has| |#1| (-1013))
-(|has| |#1| (-1013))
-(|has| |#1| (-1013))
-(|has| |#1| (-1013))
-((((-869 |#1|)) . T))
-((((-772)) |has| |#1| (-552 (-772))) (((-869 |#1|)) . T))
-((((-869 |#1|)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((((-1169 |#1| |#2| |#3|)) . T))
-((((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((((-1169 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-260 (-1169 |#1| |#2| |#3|)))))
-((((-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-260 (-1169 |#1| |#2| |#3|)))) (((-1090) (-1169 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-455 (-1090) (-1169 |#1| |#2| |#3|)))))
-((((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-496))))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-496))))
+((((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-496))))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+((((-485)) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+((((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((|#1|) |has| |#1| (-146)) (($) |has| |#1| (-496)))
+(((|#1| (-470 (-1091))) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(((|#1| (-1091)) . T))
+(|has| |#1| (-1014))
+(|has| |#1| (-1014))
+(|has| |#1| (-1014))
+(|has| |#1| (-1014))
+((((-870 |#1|)) . T))
+((((-773)) |has| |#1| (-553 (-773))) (((-870 |#1|)) . T))
+((((-870 |#1|)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-1170 |#1| |#2| |#3|)) . T))
+((((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((((-1170 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-260 (-1170 |#1| |#2| |#3|)))))
+((((-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-260 (-1170 |#1| |#2| |#3|)))) (((-1091) (-1170 |#1| |#2| |#3|)) -12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-456 (-1091) (-1170 |#1| |#2| |#3|)))))
+((((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(OR (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-190))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))
-((($) OR (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-190))) (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-189))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))))
-(OR (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-190))) (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-189))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))
-((((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)))
-((($ (-1176 |#2|)) . T) (($ (-1090)) OR (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090)))) (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-811 (-1090)))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))))
-((((-1090)) OR (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090)))) (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-811 (-1090)))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))))
-((((-1090)) OR (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090)))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))))
-((((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)))
-(OR (|has| |#1| (-120)) (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-120))))
-(OR (|has| |#1| (-118)) (-12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-118))))
-((((-772)) . T))
-(((|#1|) . T))
-((((-1169 |#1| |#2| |#3|) $) -12 (|has| |#1| (-312)) (|has| (-1169 |#1| |#2| |#3|) (-241 (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|)))) (($ $) . T) (((-484) |#1|) . T))
-(((|#1| (-484) (-994)) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484)) (-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) . T))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)) (((-484)) . T) (($) . T) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)) (($) . T) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-1169 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
-((((-1169 |#1| |#2| |#3|)) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-484)) . T) ((|#1|) |has| |#1| (-146)))
-(((|#1| (-484)) . T))
-(((|#1| (-484)) . T))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(((|#1| (-1169 |#1| |#2| |#3|)) . T))
+(OR (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-190))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))
+((($) OR (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-190))) (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-189))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))))
+(OR (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-190))) (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-189))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))
+((((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)))
+((($ (-1177 |#2|)) . T) (($ (-1091)) OR (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091)))) (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-812 (-1091)))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))))
+((((-1091)) OR (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091)))) (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-812 (-1091)))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))))
+((((-1091)) OR (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091)))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))))
+((((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)))
+(OR (|has| |#1| (-120)) (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-120))))
+(OR (|has| |#1| (-118)) (-12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-118))))
+((((-773)) . T))
+(((|#1|) . T))
+((((-1170 |#1| |#2| |#3|) $) -12 (|has| |#1| (-312)) (|has| (-1170 |#1| |#2| |#3|) (-241 (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|)))) (($ $) . T) (((-485) |#1|) . T))
+(((|#1| (-485) (-995)) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485)) (-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1| |#1|) . T))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) . T))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)) (((-485)) . T) (($) . T) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)) (($) . T) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-1170 |#1| |#2| |#3|)) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
+((((-1170 |#1| |#2| |#3|)) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-485)) . T) ((|#1|) |has| |#1| (-146)))
+(((|#1| (-485)) . T))
+(((|#1| (-485)) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(((|#1| (-1170 |#1| |#2| |#3|)) . T))
(((|#2|) |has| |#1| (-312)))
-(-12 (|has| |#1| (-312)) (|has| |#2| (-1066)))
-(((|#2|) . T) (((-1090)) -12 (|has| |#1| (-312)) (|has| |#2| (-950 (-1090)))) (((-484)) -12 (|has| |#1| (-312)) (|has| |#2| (-950 (-484)))) (((-350 (-484))) -12 (|has| |#1| (-312)) (|has| |#2| (-950 (-484)))))
-(-12 (|has| |#1| (-312)) (|has| |#2| (-933)))
-(-12 (|has| |#1| (-312)) (|has| |#2| (-821)))
+(-12 (|has| |#1| (-312)) (|has| |#2| (-1067)))
+(((|#2|) . T) (((-1091)) -12 (|has| |#1| (-312)) (|has| |#2| (-951 (-1091)))) (((-485)) -12 (|has| |#1| (-312)) (|has| |#2| (-951 (-485)))) (((-350 (-485))) -12 (|has| |#1| (-312)) (|has| |#2| (-951 (-485)))))
+(-12 (|has| |#1| (-312)) (|has| |#2| (-934)))
+(-12 (|has| |#1| (-312)) (|has| |#2| (-822)))
(((|#2|) |has| |#1| (-312)))
-(-12 (|has| |#1| (-312)) (|has| |#2| (-740)))
-(-12 (|has| |#1| (-312)) (|has| |#2| (-740)))
-(-12 (|has| |#1| (-312)) (|has| |#2| (-740)))
-(OR (-12 (|has| |#1| (-312)) (|has| |#2| (-740))) (-12 (|has| |#1| (-312)) (|has| |#2| (-756))))
-(OR (-12 (|has| |#1| (-312)) (|has| |#2| (-740))) (-12 (|has| |#1| (-312)) (|has| |#2| (-756))))
-(-12 (|has| |#1| (-312)) (|has| |#2| (-740)))
-(-12 (|has| |#1| (-312)) (|has| |#2| (-740)))
-(-12 (|has| |#1| (-312)) (|has| |#2| (-740)))
-((((-330)) -12 (|has| |#1| (-312)) (|has| |#2| (-796 (-330)))) (((-484)) -12 (|has| |#1| (-312)) (|has| |#2| (-796 (-484)))))
+(-12 (|has| |#1| (-312)) (|has| |#2| (-741)))
+(-12 (|has| |#1| (-312)) (|has| |#2| (-741)))
+(-12 (|has| |#1| (-312)) (|has| |#2| (-741)))
+(OR (-12 (|has| |#1| (-312)) (|has| |#2| (-741))) (-12 (|has| |#1| (-312)) (|has| |#2| (-757))))
+(OR (-12 (|has| |#1| (-312)) (|has| |#2| (-741))) (-12 (|has| |#1| (-312)) (|has| |#2| (-757))))
+(-12 (|has| |#1| (-312)) (|has| |#2| (-741)))
+(-12 (|has| |#1| (-312)) (|has| |#2| (-741)))
+(-12 (|has| |#1| (-312)) (|has| |#2| (-741)))
+((((-330)) -12 (|has| |#1| (-312)) (|has| |#2| (-797 (-330)))) (((-485)) -12 (|has| |#1| (-312)) (|has| |#2| (-797 (-485)))))
(((|#2|) |has| |#1| (-312)))
-((((-484)) -12 (|has| |#1| (-312)) (|has| |#2| (-580 (-484)))) ((|#2|) |has| |#1| (-312)))
+((((-485)) -12 (|has| |#1| (-312)) (|has| |#2| (-581 (-485)))) ((|#2|) |has| |#1| (-312)))
(((|#2|) |has| |#1| (-312)))
(((|#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))))
-(((|#2| |#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) (((-1090) |#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-455 (-1090) |#2|))))
+(((|#2| |#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) (((-1091) |#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-456 (-1091) |#2|))))
(((|#2|) |has| |#1| (-312)))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(OR (-12 (|has| |#1| (-312)) (|has| |#2| (-190))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))
-((($) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-190))) (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))))
-(OR (-12 (|has| |#1| (-312)) (|has| |#2| (-190))) (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))
+(OR (-12 (|has| |#1| (-312)) (|has| |#2| (-190))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))
+((($) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-190))) (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))))
+(OR (-12 (|has| |#1| (-312)) (|has| |#2| (-190))) (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))
(((|#2|) |has| |#1| (-312)))
-((($ (-1090)) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-809 (-1090)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090)))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))))
-((((-1090)) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-809 (-1090)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090)))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))))
-((((-1090)) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-809 (-1090)))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))))
+((($ (-1091)) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-810 (-1091)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091)))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))))
+((((-1091)) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-810 (-1091)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091)))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))))
+((((-1091)) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-810 (-1091)))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))))
(((|#2|) |has| |#1| (-312)))
-((((-179)) -12 (|has| |#1| (-312)) (|has| |#2| (-933))) (((-330)) -12 (|has| |#1| (-312)) (|has| |#2| (-933))) (((-800 (-330))) -12 (|has| |#1| (-312)) (|has| |#2| (-553 (-800 (-330))))) (((-800 (-484))) -12 (|has| |#1| (-312)) (|has| |#2| (-553 (-800 (-484))))) (((-473)) -12 (|has| |#1| (-312)) (|has| |#2| (-553 (-473)))))
-(OR (|has| |#1| (-120)) (-12 (|has| |#1| (-312)) (|has| |#2| (-120))) (-12 (|has| |#1| (-312)) (|has| |#2| (-740))))
+((((-179)) -12 (|has| |#1| (-312)) (|has| |#2| (-934))) (((-330)) -12 (|has| |#1| (-312)) (|has| |#2| (-934))) (((-801 (-330))) -12 (|has| |#1| (-312)) (|has| |#2| (-554 (-801 (-330))))) (((-801 (-485))) -12 (|has| |#1| (-312)) (|has| |#2| (-554 (-801 (-485))))) (((-474)) -12 (|has| |#1| (-312)) (|has| |#2| (-554 (-474)))))
+(OR (|has| |#1| (-120)) (-12 (|has| |#1| (-312)) (|has| |#2| (-120))) (-12 (|has| |#1| (-312)) (|has| |#2| (-741))))
(OR (|has| |#1| (-118)) (-12 (|has| |#1| (-312)) (|has| |#2| (-118))))
-((((-772)) . T))
-(((|#1|) . T))
-(((|#2| $) -12 (|has| |#1| (-312)) (|has| |#2| (-241 |#2| |#2|))) (($ $) . T) (((-484) |#1|) . T))
-(((|#1| (-484) (-994)) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) ((|#2|) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484)) (-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#2| |#2|) |has| |#1| (-312)) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#2|) |has| |#1| (-312)) ((|#1|) . T))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#2|) |has| |#1| (-312)) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#2|) |has| |#1| (-312)) (((-484)) . T) (($) . T) ((|#1|) . T))
-((((-484)) -12 (|has| |#1| (-312)) (|has| |#2| (-580 (-484)))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) ((|#2|) |has| |#1| (-312)) (($) . T) ((|#1|) . T))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) ((|#2|) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
-((((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) ((|#2|) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
-(((|#2|) . T) (((-1090)) -12 (|has| |#1| (-312)) (|has| |#2| (-950 (-1090)))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))) (((-484)) . T) ((|#1|) |has| |#1| (-146)))
-(((|#1| (-484)) . T))
-(((|#1| (-484)) . T))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
+((((-773)) . T))
+(((|#1|) . T))
+(((|#2| $) -12 (|has| |#1| (-312)) (|has| |#2| (-241 |#2| |#2|))) (($ $) . T) (((-485) |#1|) . T))
+(((|#1| (-485) (-995)) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) ((|#2|) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485)) (-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#2| |#2|) |has| |#1| (-312)) ((|#1| |#1|) . T))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#2|) |has| |#1| (-312)) ((|#1|) . T))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#2|) |has| |#1| (-312)) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#2|) |has| |#1| (-312)) (((-485)) . T) (($) . T) ((|#1|) . T))
+((((-485)) -12 (|has| |#1| (-312)) (|has| |#2| (-581 (-485)))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) ((|#2|) |has| |#1| (-312)) (($) . T) ((|#1|) . T))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) ((|#2|) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
+((((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) ((|#2|) |has| |#1| (-312)) ((|#1|) |has| |#1| (-146)))
+(((|#2|) . T) (((-1091)) -12 (|has| |#1| (-312)) (|has| |#2| (-951 (-1091)))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))) (((-485)) . T) ((|#1|) |has| |#1| (-146)))
+(((|#1| (-485)) . T))
+(((|#1| (-485)) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
(((|#1| |#2|) . T))
-(((|#1| (-1069 |#1|)) |has| |#1| (-755)))
-(|has| |#1| (-1013))
-(|has| |#1| (-1013))
-(|has| |#1| (-1013))
-((((-772)) |has| |#1| (-1013)))
-(|has| |#1| (-1013))
+(((|#1| (-1070 |#1|)) |has| |#1| (-756)))
+(|has| |#1| (-1014))
+(|has| |#1| (-1014))
+(|has| |#1| (-1014))
+((((-773)) |has| |#1| (-1014)))
+(|has| |#1| (-1014))
(((|#1|) . T))
(((|#1|) . T))
(((|#2|) . T))
(((|#2|) . T))
((($) . T))
-((((-772)) . T))
-((((-350 $) (-350 $)) |has| |#2| (-495)) (($ $) . T) ((|#2| |#2|) . T))
+((((-773)) . T))
+((((-350 $) (-350 $)) |has| |#2| (-496)) (($ $) . T) ((|#2| |#2|) . T))
(|has| |#2| (-312))
-(OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-821)))
-(OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-(OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
-(OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821)))
+(OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-822)))
+(OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+(OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
+(OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822)))
(|has| |#2| (-312))
-(((|#2| (-694) (-994)) . T))
-(|has| |#2| (-821))
-(|has| |#2| (-821))
-((((-1090)) OR (|has| |#2| (-809 (-1090))) (|has| |#2| (-811 (-1090)))) (((-994)) . T))
-((($ (-1090)) OR (|has| |#2| (-809 (-1090))) (|has| |#2| (-811 (-1090)))) (($ (-994)) . T))
-((((-1090)) |has| |#2| (-809 (-1090))) (((-994)) . T))
-((((-484)) |has| |#2| (-580 (-484))) ((|#2|) . T))
+(((|#2| (-695) (-995)) . T))
+(|has| |#2| (-822))
+(|has| |#2| (-822))
+((((-1091)) OR (|has| |#2| (-810 (-1091))) (|has| |#2| (-812 (-1091)))) (((-995)) . T))
+((($ (-1091)) OR (|has| |#2| (-810 (-1091))) (|has| |#2| (-812 (-1091)))) (($ (-995)) . T))
+((((-1091)) |has| |#2| (-810 (-1091))) (((-995)) . T))
+((((-485)) |has| |#2| (-581 (-485))) ((|#2|) . T))
(((|#2|) . T))
-(((|#2| (-694)) . T))
+(((|#2| (-695)) . T))
(|has| |#2| (-120))
(|has| |#2| (-118))
-((((-1176 |#1|)) . T) (((-484)) . T) (($) OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) (((-994)) . T) ((|#2|) . T) (((-350 (-484))) OR (|has| |#2| (-38 (-350 (-484)))) (|has| |#2| (-950 (-350 (-484))))))
-((($) OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) ((|#2|) |has| |#2| (-146)) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))))
-((($) OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) ((|#2|) |has| |#2| (-146)) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))))
-((($) . T) (((-484)) |has| |#2| (-580 (-484))) ((|#2|) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))))
-((((-484)) . T) (($) . T) ((|#2|) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))))
-((($) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) ((|#2|) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))))
-((($) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) ((|#2|) . T) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) ((|#2| |#2|) . T) (((-350 (-484)) (-350 (-484))) |has| |#2| (-38 (-350 (-484)))))
-((($) OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-495)) (|has| |#2| (-821))) ((|#2|) |has| |#2| (-146)) (((-350 (-484))) |has| |#2| (-38 (-350 (-484)))))
+((((-1177 |#1|)) . T) (((-485)) . T) (($) OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) (((-995)) . T) ((|#2|) . T) (((-350 (-485))) OR (|has| |#2| (-38 (-350 (-485)))) (|has| |#2| (-951 (-350 (-485))))))
+((($) OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) ((|#2|) |has| |#2| (-146)) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))))
+((($) OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) ((|#2|) |has| |#2| (-146)) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))))
+((($) . T) (((-485)) |has| |#2| (-581 (-485))) ((|#2|) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))))
+((((-485)) . T) (($) . T) ((|#2|) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))))
+((($) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) ((|#2|) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))))
+((($) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) ((|#2|) . T) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#2| (-146)) (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) ((|#2| |#2|) . T) (((-350 (-485)) (-350 (-485))) |has| |#2| (-38 (-350 (-485)))))
+((($) OR (|has| |#2| (-312)) (|has| |#2| (-392)) (|has| |#2| (-496)) (|has| |#2| (-822))) ((|#2|) |has| |#2| (-146)) (((-350 (-485))) |has| |#2| (-38 (-350 (-485)))))
(((|#2|) . T))
-((((-994)) . T) ((|#2|) . T) (((-484)) |has| |#2| (-950 (-484))) (((-350 (-484))) |has| |#2| (-950 (-350 (-484)))))
-(((|#2| (-694)) . T))
-((((-994) |#2|) . T) (((-994) $) . T) (($ $) . T))
+((((-995)) . T) ((|#2|) . T) (((-485)) |has| |#2| (-951 (-485))) (((-350 (-485))) |has| |#2| (-951 (-350 (-485)))))
+(((|#2| (-695)) . T))
+((((-995) |#2|) . T) (((-995) $) . T) (($ $) . T))
((($) . T))
-(|has| |#2| (-1066))
+(|has| |#2| (-1067))
(((|#2|) . T))
-((((-1169 |#1| |#2| |#3|)) . T) (((-1139 |#1| |#2| |#3|)) . T))
-(((|#1|) . T))
-(|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))
-((($) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))))
-(|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))
-((($ $) . T) (((-350 (-484)) |#1|) . T))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((($ (-1176 |#2|)) . T) (($ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-(((|#1| (-350 (-484)) (-994)) . T))
+((((-1170 |#1| |#2| |#3|)) . T) (((-1140 |#1| |#2| |#3|)) . T))
+(((|#1|) . T))
+(|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))
+((($) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))))
+(|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))
+((($ $) . T) (((-350 (-485)) |#1|) . T))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((($ (-1177 |#2|)) . T) (($ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+(((|#1| (-350 (-485)) (-995)) . T))
(|has| |#1| (-118))
(|has| |#1| (-120))
-(((|#1| (-350 (-484))) . T))
-(((|#1| (-350 (-484))) . T))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
+(((|#1| (-350 (-485))) . T))
+(((|#1| (-350 (-485))) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
-((((-772)) . T))
-(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))))
-(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))))
-(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484)) (-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))))
-(((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) . T))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
+((((-773)) . T))
+(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))))
+(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))))
+(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485)) (-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))))
+(((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) . T))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-((((-1176 |#2|)) . T) (((-1169 |#1| |#2| |#3|)) . T) (((-1139 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-484)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+((((-1177 |#2|)) . T) (((-1170 |#1| |#2| |#3|)) . T) (((-1140 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-485)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(((|#1| (-1139 |#1| |#2| |#3|)) . T))
+(((|#1| (-1140 |#1| |#2| |#3|)) . T))
(((|#2|) . T))
(((|#1|) . T))
-(|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))
-((($) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))))
-(|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))
-((($ $) . T) (((-350 (-484)) |#1|) . T))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((($ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))))
-(((|#1| (-350 (-484)) (-994)) . T))
+(|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))
+((($) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))))
+(|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))
+((($ $) . T) (((-350 (-485)) |#1|) . T))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((($ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))))
+(((|#1| (-350 (-485)) (-995)) . T))
(|has| |#1| (-118))
(|has| |#1| (-120))
-(((|#1| (-350 (-484))) . T))
-(((|#1| (-350 (-484))) . T))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
+(((|#1| (-350 (-485))) . T))
+(((|#1| (-350 (-485))) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
(|has| |#1| (-312))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
-((((-772)) . T))
-(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))))
-(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))))
-(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495))) (((-350 (-484)) (-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))))
-(((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) . T))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
+((((-773)) . T))
+(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))))
+(((|#1|) . T) (($) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))))
+(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496))) (((-350 (-485)) (-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))))
+(((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) . T))
(|has| |#1| (-312))
(|has| |#1| (-312))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-(((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-(((|#2|) . T) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-312))) (((-484)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-495))))
-(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-495)))
-(OR (|has| |#1| (-312)) (|has| |#1| (-495)))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+(((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+(((|#2|) . T) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-312))) (((-485)) . T) (($) OR (|has| |#1| (-312)) (|has| |#1| (-496))))
+(OR (|has| |#1| (-146)) (|has| |#1| (-312)) (|has| |#1| (-496)))
+(OR (|has| |#1| (-312)) (|has| |#1| (-496)))
(|has| |#1| (-312))
(|has| |#1| (-312))
(|has| |#1| (-312))
(((|#1| |#2|) . T))
-((((-1160 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|)) . T))
-(|has| (-1160 |#2| |#3| |#4|) (-120))
-(|has| (-1160 |#2| |#3| |#4|) (-118))
-((($) . T) (((-1160 |#2| |#3| |#4|)) |has| (-1160 |#2| |#3| |#4|) (-146)) (((-350 (-484))) |has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))))
-((($) . T) (((-1160 |#2| |#3| |#4|)) |has| (-1160 |#2| |#3| |#4|) (-146)) (((-350 (-484))) |has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))))
-((((-772)) . T))
-((($) . T) (((-1160 |#2| |#3| |#4|)) . T) (((-350 (-484))) |has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))))
-((($) . T) (((-1160 |#2| |#3| |#4|)) . T) (((-350 (-484))) |has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))))
-((($ $) . T) (((-1160 |#2| |#3| |#4|) (-1160 |#2| |#3| |#4|)) . T) (((-350 (-484)) (-350 (-484))) |has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))))
-((((-1160 |#2| |#3| |#4|)) . T) (((-350 (-484))) |has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))) (((-484)) . T) (($) . T))
-((((-1160 |#2| |#3| |#4|)) . T) (((-350 (-484))) |has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))) (($) . T))
-((($) . T) (((-1160 |#2| |#3| |#4|)) . T) (((-350 (-484))) |has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))) (((-484)) . T))
-((($) . T) (((-1160 |#2| |#3| |#4|)) |has| (-1160 |#2| |#3| |#4|) (-146)) (((-350 (-484))) |has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))))
-((((-1160 |#2| |#3| |#4|)) . T))
-((((-1160 |#2| |#3| |#4|)) . T))
-((((-1160 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|)) . T))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(|has| |#1| (-38 (-350 (-484))))
-(((|#1| (-694)) . T))
-(((|#1| (-694)) . T))
-(|has| |#1| (-495))
-(|has| |#1| (-495))
-(OR (|has| |#1| (-146)) (|has| |#1| (-495)))
+((((-1161 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|)) . T))
+(|has| (-1161 |#2| |#3| |#4|) (-120))
+(|has| (-1161 |#2| |#3| |#4|) (-118))
+((($) . T) (((-1161 |#2| |#3| |#4|)) |has| (-1161 |#2| |#3| |#4|) (-146)) (((-350 (-485))) |has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))))
+((($) . T) (((-1161 |#2| |#3| |#4|)) |has| (-1161 |#2| |#3| |#4|) (-146)) (((-350 (-485))) |has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))))
+((((-773)) . T))
+((($) . T) (((-1161 |#2| |#3| |#4|)) . T) (((-350 (-485))) |has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))))
+((($) . T) (((-1161 |#2| |#3| |#4|)) . T) (((-350 (-485))) |has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))))
+((($ $) . T) (((-1161 |#2| |#3| |#4|) (-1161 |#2| |#3| |#4|)) . T) (((-350 (-485)) (-350 (-485))) |has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))))
+((((-1161 |#2| |#3| |#4|)) . T) (((-350 (-485))) |has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))) (((-485)) . T) (($) . T))
+((((-1161 |#2| |#3| |#4|)) . T) (((-350 (-485))) |has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))) (($) . T))
+((($) . T) (((-1161 |#2| |#3| |#4|)) . T) (((-350 (-485))) |has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))) (((-485)) . T))
+((($) . T) (((-1161 |#2| |#3| |#4|)) |has| (-1161 |#2| |#3| |#4|) (-146)) (((-350 (-485))) |has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))))
+((((-1161 |#2| |#3| |#4|)) . T))
+((((-1161 |#2| |#3| |#4|)) . T))
+((((-1161 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|)) . T))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(|has| |#1| (-38 (-350 (-485))))
+(((|#1| (-695)) . T))
+(((|#1| (-695)) . T))
+(|has| |#1| (-496))
+(|has| |#1| (-496))
+(OR (|has| |#1| (-146)) (|has| |#1| (-496)))
(|has| |#1| (-120))
(|has| |#1| (-118))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-495))) ((|#1| |#1|) . T) (((-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))))
-(((|#1| (-694) (-994)) . T))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))))
-((($ (-1176 |#2|)) . T) (($ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))))
-((((-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))))
-((((-694) |#1|) . T) (($ $) . T))
-(|has| |#1| (-15 * (|#1| (-694) |#1|)))
-((($) |has| |#1| (-15 * (|#1| (-694) |#1|))))
-((((-772)) . T))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (((-484)) . T) (($) . T))
-(((|#1|) . T) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (($) . T))
-((($) |has| |#1| (-495)) ((|#1|) |has| |#1| (-146)) (((-350 (-484))) |has| |#1| (-38 (-350 (-484)))) (((-484)) . T))
-(|has| |#1| (-15 * (|#1| (-694) |#1|)))
-(((|#1|) . T))
-((((-1090)) . T) (((-772)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (-72)) (|has| |#1| (-756)) (|has| |#1| (-1013)))
-((((-772)) OR (|has| |#1| (-552 (-772))) (|has| |#1| (-756)) (|has| |#1| (-1013))))
-(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))))
-(OR (|has| |#1| (-756)) (|has| |#1| (-1013)))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-484) |#1|) . T))
-((((-484) |#1|) . T))
-((((-484) |#1|) . T) (((-1146 (-484)) $) . T))
-((((-473)) |has| |#1| (-553 (-473))))
-(((|#1|) . T))
-(|has| |#1| (-756))
-(|has| |#1| (-756))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-772)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
-((((-1095)) . T))
-((((-772)) . T) (((-1095)) . T))
-((((-1095)) . T))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($ $) OR (|has| |#1| (-146)) (|has| |#1| (-496))) ((|#1| |#1|) . T) (((-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))))
+(((|#1| (-695) (-995)) . T))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))))
+((($ (-1177 |#2|)) . T) (($ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))))
+((((-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))))
+((((-695) |#1|) . T) (($ $) . T))
+(|has| |#1| (-15 * (|#1| (-695) |#1|)))
+((($) |has| |#1| (-15 * (|#1| (-695) |#1|))))
+((((-773)) . T))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (((-485)) . T) (($) . T))
+(((|#1|) . T) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (($) . T))
+((($) |has| |#1| (-496)) ((|#1|) |has| |#1| (-146)) (((-350 (-485))) |has| |#1| (-38 (-350 (-485)))) (((-485)) . T))
+(|has| |#1| (-15 * (|#1| (-695) |#1|)))
+(((|#1|) . T))
+((((-1091)) . T) (((-773)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(OR (|has| |#1| (-72)) (|has| |#1| (-757)) (|has| |#1| (-1014)))
+((((-773)) OR (|has| |#1| (-553 (-773))) (|has| |#1| (-757)) (|has| |#1| (-1014))))
+(((|#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(((|#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))))
+(OR (|has| |#1| (-757)) (|has| |#1| (-1014)))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-485) |#1|) . T))
+((((-485) |#1|) . T))
+((((-485) |#1|) . T) (((-1147 (-485)) $) . T))
+((((-474)) |has| |#1| (-554 (-474))))
+(((|#1|) . T))
+(|has| |#1| (-757))
+(|has| |#1| (-757))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-773)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
+((((-1096)) . T))
+((((-773)) . T) (((-1096)) . T))
+((((-1096)) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
@@ -4018,18 +4030,18 @@
(((|#1| |#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
(((|#4|) . T))
-(((|#1|) |has| |#1| (-146)) ((|#4|) . T) (((-484)) . T))
+(((|#1|) |has| |#1| (-146)) ((|#4|) . T) (((-485)) . T))
(((|#1|) |has| |#1| (-146)) (($) . T))
-(((|#4|) . T) (((-772)) . T))
-(((|#1|) |has| |#1| (-146)) (($) . T) (((-484)) . T))
+(((|#4|) . T) (((-773)) . T))
+(((|#1|) |has| |#1| (-146)) (($) . T) (((-485)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#4|) . T))
-((((-473)) |has| |#4| (-553 (-473))))
+((((-474)) |has| |#4| (-554 (-474))))
(((|#4|) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
-(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))))
+(((|#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
+(((|#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))))
(((|#4|) . T))
-((((-772)) . T) (((-583 |#4|)) . T))
+((((-773)) . T) (((-584 |#4|)) . T))
(((|#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
@@ -4039,15 +4051,15 @@
(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-772)) . T))
-((($) . T) (((-484)) . T) ((|#2|) . T))
+((((-773)) . T))
+((($) . T) (((-485)) . T) ((|#2|) . T))
((($) . T) ((|#2|) . T))
(((|#2|) |has| |#2| (-146)))
(((|#2|) |has| |#2| (-146)))
-((((-739 |#1|)) . T))
-(((|#2|) . T) (((-484)) . T) (((-739 |#1|)) . T))
-(((|#2| (-739 |#1|)) . T))
-(((|#2| (-803 |#1|)) . T))
+((((-740 |#1|)) . T))
+(((|#2|) . T) (((-485)) . T) (((-740 |#1|)) . T))
+(((|#2| (-740 |#1|)) . T))
+(((|#2| (-804 |#1|)) . T))
(((|#1| |#2|) . T))
(((|#2|) |has| |#2| (-146)))
(((|#2| |#2|) . T))
@@ -4057,12 +4069,12 @@
(((|#2|) |has| |#2| (-146)))
(((|#2|) . T))
(((|#2|) . T) (($) . T))
-((((-772)) . T))
-(((|#2|) . T) (($) . T) (((-484)) . T))
-((((-803 |#1|)) . T) ((|#2|) . T) (((-484)) . T) (((-739 |#1|)) . T))
-((((-803 |#1|)) . T) (((-739 |#1|)) . T))
+((((-773)) . T))
+(((|#2|) . T) (($) . T) (((-485)) . T))
+((((-804 |#1|)) . T) ((|#2|) . T) (((-485)) . T) (((-740 |#1|)) . T))
+((((-804 |#1|)) . T) (((-740 |#1|)) . T))
(((|#1| |#2|) . T))
-((((-1090) |#1|) . T))
+((((-1091) |#1|) . T))
(((|#1|) |has| |#1| (-146)))
(((|#1| |#1|) . T))
(((|#1|) . T))
@@ -4071,11 +4083,11 @@
(((|#1|) |has| |#1| (-146)))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (($) . T) (((-484)) . T))
-(((|#1|) . T) (((-484)) . T) (((-739 (-1090))) . T))
-((((-739 (-1090))) . T))
-((((-1090) |#1|) . T))
+((((-773)) . T))
+(((|#1|) . T) (($) . T) (((-485)) . T))
+(((|#1|) . T) (((-485)) . T) (((-740 (-1091))) . T))
+((((-740 (-1091))) . T))
+((((-1091) |#1|) . T))
(((|#2|) . T))
(((|#1| |#2|) . T))
(((|#1|) |has| |#1| (-146)))
@@ -4085,10 +4097,10 @@
(((|#1|) |has| |#1| (-146)))
(((|#1|) |has| |#1| (-146)))
(((|#1|) . T))
-(((|#2|) . T) ((|#1|) . T) (((-484)) . T))
+(((|#2|) . T) ((|#1|) . T) (((-485)) . T))
(((|#1|) . T) (($) . T))
-((((-772)) . T))
-(((|#1|) . T) (($) . T) (((-484)) . T))
+((((-773)) . T))
+(((|#1|) . T) (($) . T) (((-485)) . T))
(((|#1| |#2|) . T))
(((|#2|) |has| |#2| (-146)))
(((|#2| |#2|) . T))
@@ -4098,20 +4110,20 @@
(((|#2|) |has| |#2| (-146)))
(((|#2|) . T))
(((|#2|) . T) (($) . T))
-((((-772)) . T))
-(((|#2|) . T) (($) . T) (((-484)) . T))
-(((|#2|) . T) (((-484)) . T) (((-739 |#1|)) . T))
-((((-739 |#1|)) . T))
+((((-773)) . T))
+(((|#2|) . T) (($) . T) (((-485)) . T))
+(((|#2|) . T) (((-485)) . T) (((-740 |#1|)) . T))
+((((-740 |#1|)) . T))
(((|#1| |#2|) . T))
-((((-884)) . T))
-((((-884)) . T))
-((((-884)) . T) (((-772)) . T))
-((((-484)) . T))
+((((-885)) . T))
+((((-885)) . T))
+((((-885)) . T) (((-773)) . T))
+((((-485)) . T))
((($ $) . T))
((($) . T))
((($) . T))
-((((-772)) . T))
-((((-484)) . T) (($) . T))
+((((-773)) . T))
+((((-485)) . T) (($) . T))
((($) . T))
-((((-484)) . T))
-(((-1209 . -146) T) ((-1209 . -555) 200842) ((-1209 . -970) T) ((-1209 . -1025) T) ((-1209 . -1061) T) ((-1209 . -663) T) ((-1209 . -961) T) ((-1209 . -590) 200829) ((-1209 . -588) 200801) ((-1209 . -104) T) ((-1209 . -25) T) ((-1209 . -72) T) ((-1209 . -13) T) ((-1209 . -1129) T) ((-1209 . -552) 200783) ((-1209 . -1013) T) ((-1209 . -23) T) ((-1209 . -21) T) ((-1209 . -968) 200770) ((-1209 . -963) 200757) ((-1209 . -82) 200742) ((-1209 . -320) T) ((-1209 . -553) 200724) ((-1209 . -1066) T) ((-1205 . -1013) T) ((-1205 . -552) 200691) ((-1205 . -1129) T) ((-1205 . -13) T) ((-1205 . -72) T) ((-1205 . -430) 200673) ((-1205 . -555) 200655) ((-1204 . -1202) 200634) ((-1204 . -950) 200611) ((-1204 . -555) 200560) ((-1204 . -961) T) ((-1204 . -663) T) ((-1204 . -1061) T) ((-1204 . -1025) T) ((-1204 . -970) T) ((-1204 . -21) T) ((-1204 . -588) 200519) ((-1204 . -23) T) ((-1204 . -1013) T) ((-1204 . -552) 200501) ((-1204 . -1129) T) ((-1204 . -13) T) ((-1204 . -72) T) ((-1204 . -25) T) ((-1204 . -104) T) ((-1204 . -590) 200475) ((-1204 . -1194) 200459) ((-1204 . -654) 200429) ((-1204 . -582) 200399) ((-1204 . -968) 200383) ((-1204 . -963) 200367) ((-1204 . -82) 200346) ((-1204 . -38) 200316) ((-1204 . -1199) 200295) ((-1203 . -961) T) ((-1203 . -663) T) ((-1203 . -1061) T) ((-1203 . -1025) T) ((-1203 . -970) T) ((-1203 . -21) T) ((-1203 . -588) 200254) ((-1203 . -23) T) ((-1203 . -1013) T) ((-1203 . -552) 200236) ((-1203 . -1129) T) ((-1203 . -13) T) ((-1203 . -72) T) ((-1203 . -25) T) ((-1203 . -104) T) ((-1203 . -590) 200210) ((-1203 . -555) 200166) ((-1203 . -1194) 200150) ((-1203 . -654) 200120) ((-1203 . -582) 200090) ((-1203 . -968) 200074) ((-1203 . -963) 200058) ((-1203 . -82) 200037) ((-1203 . -38) 200007) ((-1203 . -335) 199986) ((-1203 . -950) 199970) ((-1201 . -1202) 199946) ((-1201 . -950) 199920) ((-1201 . -555) 199866) ((-1201 . -961) T) ((-1201 . -663) T) ((-1201 . -1061) T) ((-1201 . -1025) T) ((-1201 . -970) T) ((-1201 . -21) T) ((-1201 . -588) 199825) ((-1201 . -23) T) ((-1201 . -1013) T) ((-1201 . -552) 199807) ((-1201 . -1129) T) ((-1201 . -13) T) ((-1201 . -72) T) ((-1201 . -25) T) ((-1201 . -104) T) ((-1201 . -590) 199781) ((-1201 . -1194) 199765) ((-1201 . -654) 199735) ((-1201 . -582) 199705) ((-1201 . -968) 199689) ((-1201 . -963) 199673) ((-1201 . -82) 199652) ((-1201 . -38) 199622) ((-1201 . -1199) 199598) ((-1200 . -1202) 199577) ((-1200 . -950) 199534) ((-1200 . -555) 199463) ((-1200 . -961) T) ((-1200 . -663) T) ((-1200 . -1061) T) ((-1200 . -1025) T) ((-1200 . -970) T) ((-1200 . -21) T) ((-1200 . -588) 199422) ((-1200 . -23) T) ((-1200 . -1013) T) ((-1200 . -552) 199404) ((-1200 . -1129) T) ((-1200 . -13) T) ((-1200 . -72) T) ((-1200 . -25) T) ((-1200 . -104) T) ((-1200 . -590) 199378) ((-1200 . -1194) 199362) ((-1200 . -654) 199332) ((-1200 . -582) 199302) ((-1200 . -968) 199286) ((-1200 . -963) 199270) ((-1200 . -82) 199249) ((-1200 . -38) 199219) ((-1200 . -1199) 199198) ((-1200 . -335) 199170) ((-1195 . -335) 199142) ((-1195 . -555) 199091) ((-1195 . -950) 199068) ((-1195 . -582) 199038) ((-1195 . -654) 199008) ((-1195 . -590) 198982) ((-1195 . -588) 198941) ((-1195 . -104) T) ((-1195 . -25) T) ((-1195 . -72) T) ((-1195 . -13) T) ((-1195 . -1129) T) ((-1195 . -552) 198923) ((-1195 . -1013) T) ((-1195 . -23) T) ((-1195 . -21) T) ((-1195 . -968) 198907) ((-1195 . -963) 198891) ((-1195 . -82) 198870) ((-1195 . -1202) 198849) ((-1195 . -961) T) ((-1195 . -663) T) ((-1195 . -1061) T) ((-1195 . -1025) T) ((-1195 . -970) T) ((-1195 . -1194) 198833) ((-1195 . -38) 198803) ((-1195 . -1199) 198782) ((-1193 . -1124) 198751) ((-1193 . -1035) 198735) ((-1193 . -552) 198697) ((-1193 . -124) 198681) ((-1193 . -34) T) ((-1193 . -13) T) ((-1193 . -1129) T) ((-1193 . -72) T) ((-1193 . -260) 198619) ((-1193 . -455) 198552) ((-1193 . -1013) T) ((-1193 . -429) 198536) ((-1193 . -553) 198497) ((-1193 . -318) 198481) ((-1193 . -889) 198450) ((-1192 . -961) T) ((-1192 . -663) T) ((-1192 . -1061) T) ((-1192 . -1025) T) ((-1192 . -970) T) ((-1192 . -21) T) ((-1192 . -588) 198395) ((-1192 . -23) T) ((-1192 . -1013) T) ((-1192 . -552) 198364) ((-1192 . -1129) T) ((-1192 . -13) T) ((-1192 . -72) T) ((-1192 . -25) T) ((-1192 . -104) T) ((-1192 . -590) 198324) ((-1192 . -555) 198266) ((-1192 . -430) 198250) ((-1192 . -38) 198220) ((-1192 . -82) 198185) ((-1192 . -963) 198155) ((-1192 . -968) 198125) ((-1192 . -582) 198095) ((-1192 . -654) 198065) ((-1191 . -995) T) ((-1191 . -430) 198046) ((-1191 . -552) 198012) ((-1191 . -555) 197993) ((-1191 . -1013) T) ((-1191 . -1129) T) ((-1191 . -13) T) ((-1191 . -72) T) ((-1191 . -64) T) ((-1190 . -995) T) ((-1190 . -430) 197974) ((-1190 . -552) 197940) ((-1190 . -555) 197921) ((-1190 . -1013) T) ((-1190 . -1129) T) ((-1190 . -13) T) ((-1190 . -72) T) ((-1190 . -64) T) ((-1185 . -552) 197903) ((-1183 . -1013) T) ((-1183 . -552) 197885) ((-1183 . -1129) T) ((-1183 . -13) T) ((-1183 . -72) T) ((-1182 . -1013) T) ((-1182 . -552) 197867) ((-1182 . -1129) T) ((-1182 . -13) T) ((-1182 . -72) T) ((-1179 . -1178) 197851) ((-1179 . -324) 197835) ((-1179 . -759) 197814) ((-1179 . -756) 197793) ((-1179 . -124) 197777) ((-1179 . -553) 197738) ((-1179 . -241) 197690) ((-1179 . -538) 197667) ((-1179 . -243) 197644) ((-1179 . -593) 197628) ((-1179 . -429) 197612) ((-1179 . -1013) 197565) ((-1179 . -455) 197498) ((-1179 . -260) 197436) ((-1179 . -552) 197351) ((-1179 . -72) 197285) ((-1179 . -1129) T) ((-1179 . -13) T) ((-1179 . -34) T) ((-1179 . -318) 197269) ((-1179 . -1035) 197253) ((-1179 . -19) 197237) ((-1176 . -1013) T) ((-1176 . -552) 197203) ((-1176 . -1129) T) ((-1176 . -13) T) ((-1176 . -72) T) ((-1169 . -1172) 197187) ((-1169 . -190) 197146) ((-1169 . -555) 197028) ((-1169 . -590) 196953) ((-1169 . -588) 196863) ((-1169 . -104) T) ((-1169 . -25) T) ((-1169 . -72) T) ((-1169 . -552) 196845) ((-1169 . -1013) T) ((-1169 . -23) T) ((-1169 . -21) T) ((-1169 . -970) T) ((-1169 . -1025) T) ((-1169 . -1061) T) ((-1169 . -663) T) ((-1169 . -961) T) ((-1169 . -186) 196798) ((-1169 . -13) T) ((-1169 . -1129) T) ((-1169 . -189) 196757) ((-1169 . -241) 196722) ((-1169 . -809) 196635) ((-1169 . -806) 196523) ((-1169 . -811) 196436) ((-1169 . -886) 196406) ((-1169 . -38) 196303) ((-1169 . -82) 196168) ((-1169 . -963) 196054) ((-1169 . -968) 195940) ((-1169 . -582) 195837) ((-1169 . -654) 195734) ((-1169 . -118) 195713) ((-1169 . -120) 195692) ((-1169 . -146) 195646) ((-1169 . -495) 195625) ((-1169 . -246) 195604) ((-1169 . -47) 195581) ((-1169 . -1158) 195558) ((-1169 . -35) 195524) ((-1169 . -66) 195490) ((-1169 . -239) 195456) ((-1169 . -433) 195422) ((-1169 . -1118) 195388) ((-1169 . -1115) 195354) ((-1169 . -915) 195320) ((-1166 . -277) 195264) ((-1166 . -950) 195230) ((-1166 . -355) 195196) ((-1166 . -38) 195053) ((-1166 . -555) 194927) ((-1166 . -590) 194816) ((-1166 . -588) 194690) ((-1166 . -970) T) ((-1166 . -1025) T) ((-1166 . -1061) T) ((-1166 . -663) T) ((-1166 . -961) T) ((-1166 . -82) 194540) ((-1166 . -963) 194429) ((-1166 . -968) 194318) ((-1166 . -21) T) ((-1166 . -23) T) ((-1166 . -1013) T) ((-1166 . -552) 194300) ((-1166 . -1129) T) ((-1166 . -13) T) ((-1166 . -72) T) ((-1166 . -25) T) ((-1166 . -104) T) ((-1166 . -582) 194157) ((-1166 . -654) 194014) ((-1166 . -118) 193975) ((-1166 . -120) 193936) ((-1166 . -146) T) ((-1166 . -495) T) ((-1166 . -246) T) ((-1166 . -47) 193880) ((-1165 . -1164) 193859) ((-1165 . -312) 193838) ((-1165 . -1134) 193817) ((-1165 . -832) 193796) ((-1165 . -495) 193750) ((-1165 . -146) 193684) ((-1165 . -555) 193503) ((-1165 . -654) 193350) ((-1165 . -582) 193197) ((-1165 . -38) 193044) ((-1165 . -392) 193023) ((-1165 . -258) 193002) ((-1165 . -590) 192902) ((-1165 . -588) 192787) ((-1165 . -970) T) ((-1165 . -1025) T) ((-1165 . -1061) T) ((-1165 . -663) T) ((-1165 . -961) T) ((-1165 . -82) 192607) ((-1165 . -963) 192448) ((-1165 . -968) 192289) ((-1165 . -21) T) ((-1165 . -23) T) ((-1165 . -1013) T) ((-1165 . -552) 192271) ((-1165 . -1129) T) ((-1165 . -13) T) ((-1165 . -72) T) ((-1165 . -25) T) ((-1165 . -104) T) ((-1165 . -246) 192225) ((-1165 . -201) 192204) ((-1165 . -915) 192170) ((-1165 . -1115) 192136) ((-1165 . -1118) 192102) ((-1165 . -433) 192068) ((-1165 . -239) 192034) ((-1165 . -66) 192000) ((-1165 . -35) 191966) ((-1165 . -1158) 191936) ((-1165 . -47) 191906) ((-1165 . -120) 191885) ((-1165 . -118) 191864) ((-1165 . -886) 191827) ((-1165 . -811) 191733) ((-1165 . -806) 191637) ((-1165 . -809) 191543) ((-1165 . -241) 191501) ((-1165 . -189) 191453) ((-1165 . -186) 191399) ((-1165 . -190) 191351) ((-1165 . -1162) 191335) ((-1165 . -950) 191319) ((-1160 . -1164) 191280) ((-1160 . -312) 191259) ((-1160 . -1134) 191238) ((-1160 . -832) 191217) ((-1160 . -495) 191171) ((-1160 . -146) 191105) ((-1160 . -555) 190854) ((-1160 . -654) 190701) ((-1160 . -582) 190548) ((-1160 . -38) 190395) ((-1160 . -392) 190374) ((-1160 . -258) 190353) ((-1160 . -590) 190253) ((-1160 . -588) 190138) ((-1160 . -970) T) ((-1160 . -1025) T) ((-1160 . -1061) T) ((-1160 . -663) T) ((-1160 . -961) T) ((-1160 . -82) 189958) ((-1160 . -963) 189799) ((-1160 . -968) 189640) ((-1160 . -21) T) ((-1160 . -23) T) ((-1160 . -1013) T) ((-1160 . -552) 189622) ((-1160 . -1129) T) ((-1160 . -13) T) ((-1160 . -72) T) ((-1160 . -25) T) ((-1160 . -104) T) ((-1160 . -246) 189576) ((-1160 . -201) 189555) ((-1160 . -915) 189521) ((-1160 . -1115) 189487) ((-1160 . -1118) 189453) ((-1160 . -433) 189419) ((-1160 . -239) 189385) ((-1160 . -66) 189351) ((-1160 . -35) 189317) ((-1160 . -1158) 189287) ((-1160 . -47) 189257) ((-1160 . -120) 189236) ((-1160 . -118) 189215) ((-1160 . -886) 189178) ((-1160 . -811) 189084) ((-1160 . -806) 188965) ((-1160 . -809) 188871) ((-1160 . -241) 188829) ((-1160 . -189) 188781) ((-1160 . -186) 188727) ((-1160 . -190) 188679) ((-1160 . -1162) 188663) ((-1160 . -950) 188598) ((-1148 . -1155) 188582) ((-1148 . -1066) 188560) ((-1148 . -553) NIL) ((-1148 . -260) 188547) ((-1148 . -455) 188495) ((-1148 . -277) 188472) ((-1148 . -950) 188355) ((-1148 . -355) 188339) ((-1148 . -38) 188171) ((-1148 . -82) 187976) ((-1148 . -963) 187802) ((-1148 . -968) 187628) ((-1148 . -588) 187538) ((-1148 . -590) 187427) ((-1148 . -582) 187259) ((-1148 . -654) 187091) ((-1148 . -555) 186847) ((-1148 . -118) 186826) ((-1148 . -120) 186805) ((-1148 . -47) 186782) ((-1148 . -329) 186766) ((-1148 . -580) 186714) ((-1148 . -809) 186658) ((-1148 . -806) 186565) ((-1148 . -811) 186476) ((-1148 . -796) NIL) ((-1148 . -821) 186455) ((-1148 . -1134) 186434) ((-1148 . -861) 186404) ((-1148 . -832) 186383) ((-1148 . -495) 186297) ((-1148 . -246) 186211) ((-1148 . -146) 186105) ((-1148 . -392) 186039) ((-1148 . -258) 186018) ((-1148 . -241) 185945) ((-1148 . -190) T) ((-1148 . -104) T) ((-1148 . -25) T) ((-1148 . -72) T) ((-1148 . -552) 185927) ((-1148 . -1013) T) ((-1148 . -23) T) ((-1148 . -21) T) ((-1148 . -970) T) ((-1148 . -1025) T) ((-1148 . -1061) T) ((-1148 . -663) T) ((-1148 . -961) T) ((-1148 . -186) 185914) ((-1148 . -13) T) ((-1148 . -1129) T) ((-1148 . -189) T) ((-1148 . -225) 185898) ((-1148 . -184) 185882) ((-1146 . -1006) 185866) ((-1146 . -557) 185850) ((-1146 . -1013) 185828) ((-1146 . -552) 185795) ((-1146 . -1129) 185773) ((-1146 . -13) 185751) ((-1146 . -72) 185729) ((-1146 . -1007) 185686) ((-1144 . -1143) 185665) ((-1144 . -915) 185631) ((-1144 . -1115) 185597) ((-1144 . -1118) 185563) ((-1144 . -433) 185529) ((-1144 . -239) 185495) ((-1144 . -66) 185461) ((-1144 . -35) 185427) ((-1144 . -1158) 185404) ((-1144 . -47) 185381) ((-1144 . -555) 185136) ((-1144 . -654) 184956) ((-1144 . -582) 184776) ((-1144 . -590) 184587) ((-1144 . -588) 184445) ((-1144 . -968) 184259) ((-1144 . -963) 184073) ((-1144 . -82) 183861) ((-1144 . -38) 183681) ((-1144 . -886) 183651) ((-1144 . -241) 183551) ((-1144 . -1141) 183535) ((-1144 . -970) T) ((-1144 . -1025) T) ((-1144 . -1061) T) ((-1144 . -663) T) ((-1144 . -961) T) ((-1144 . -21) T) ((-1144 . -23) T) ((-1144 . -1013) T) ((-1144 . -552) 183517) ((-1144 . -1129) T) ((-1144 . -13) T) ((-1144 . -72) T) ((-1144 . -25) T) ((-1144 . -104) T) ((-1144 . -118) 183445) ((-1144 . -120) 183327) ((-1144 . -553) 183000) ((-1144 . -184) 182970) ((-1144 . -809) 182824) ((-1144 . -811) 182624) ((-1144 . -806) 182422) ((-1144 . -225) 182392) ((-1144 . -189) 182254) ((-1144 . -186) 182110) ((-1144 . -190) 182018) ((-1144 . -312) 181997) ((-1144 . -1134) 181976) ((-1144 . -832) 181955) ((-1144 . -495) 181909) ((-1144 . -146) 181843) ((-1144 . -392) 181822) ((-1144 . -258) 181801) ((-1144 . -246) 181755) ((-1144 . -201) 181734) ((-1144 . -288) 181704) ((-1144 . -455) 181564) ((-1144 . -260) 181503) ((-1144 . -329) 181473) ((-1144 . -580) 181381) ((-1144 . -343) 181351) ((-1144 . -796) 181224) ((-1144 . -740) 181177) ((-1144 . -714) 181130) ((-1144 . -716) 181083) ((-1144 . -756) 180985) ((-1144 . -759) 180887) ((-1144 . -718) 180840) ((-1144 . -721) 180793) ((-1144 . -755) 180746) ((-1144 . -794) 180716) ((-1144 . -821) 180669) ((-1144 . -933) 180622) ((-1144 . -950) 180411) ((-1144 . -1066) 180363) ((-1144 . -904) 180333) ((-1139 . -1143) 180294) ((-1139 . -915) 180260) ((-1139 . -1115) 180226) ((-1139 . -1118) 180192) ((-1139 . -433) 180158) ((-1139 . -239) 180124) ((-1139 . -66) 180090) ((-1139 . -35) 180056) ((-1139 . -1158) 180033) ((-1139 . -47) 180010) ((-1139 . -555) 179811) ((-1139 . -654) 179613) ((-1139 . -582) 179415) ((-1139 . -590) 179270) ((-1139 . -588) 179110) ((-1139 . -968) 178906) ((-1139 . -963) 178702) ((-1139 . -82) 178454) ((-1139 . -38) 178256) ((-1139 . -886) 178226) ((-1139 . -241) 178054) ((-1139 . -1141) 178038) ((-1139 . -970) T) ((-1139 . -1025) T) ((-1139 . -1061) T) ((-1139 . -663) T) ((-1139 . -961) T) ((-1139 . -21) T) ((-1139 . -23) T) ((-1139 . -1013) T) ((-1139 . -552) 178020) ((-1139 . -1129) T) ((-1139 . -13) T) ((-1139 . -72) T) ((-1139 . -25) T) ((-1139 . -104) T) ((-1139 . -118) 177930) ((-1139 . -120) 177840) ((-1139 . -553) NIL) ((-1139 . -184) 177792) ((-1139 . -809) 177628) ((-1139 . -811) 177392) ((-1139 . -806) 177131) ((-1139 . -225) 177083) ((-1139 . -189) 176909) ((-1139 . -186) 176729) ((-1139 . -190) 176619) ((-1139 . -312) 176598) ((-1139 . -1134) 176577) ((-1139 . -832) 176556) ((-1139 . -495) 176510) ((-1139 . -146) 176444) ((-1139 . -392) 176423) ((-1139 . -258) 176402) ((-1139 . -246) 176356) ((-1139 . -201) 176335) ((-1139 . -288) 176287) ((-1139 . -455) 176021) ((-1139 . -260) 175906) ((-1139 . -329) 175858) ((-1139 . -580) 175810) ((-1139 . -343) 175762) ((-1139 . -796) NIL) ((-1139 . -740) NIL) ((-1139 . -714) NIL) ((-1139 . -716) NIL) ((-1139 . -756) NIL) ((-1139 . -759) NIL) ((-1139 . -718) NIL) ((-1139 . -721) NIL) ((-1139 . -755) NIL) ((-1139 . -794) 175714) ((-1139 . -821) NIL) ((-1139 . -933) NIL) ((-1139 . -950) 175680) ((-1139 . -1066) NIL) ((-1139 . -904) 175632) ((-1138 . -752) T) ((-1138 . -759) T) ((-1138 . -756) T) ((-1138 . -1013) T) ((-1138 . -552) 175614) ((-1138 . -1129) T) ((-1138 . -13) T) ((-1138 . -72) T) ((-1138 . -320) T) ((-1138 . -604) T) ((-1137 . -752) T) ((-1137 . -759) T) ((-1137 . -756) T) ((-1137 . -1013) T) ((-1137 . -552) 175596) ((-1137 . -1129) T) ((-1137 . -13) T) ((-1137 . -72) T) ((-1137 . -320) T) ((-1137 . -604) T) ((-1136 . -752) T) ((-1136 . -759) T) ((-1136 . -756) T) ((-1136 . -1013) T) ((-1136 . -552) 175578) ((-1136 . -1129) T) ((-1136 . -13) T) ((-1136 . -72) T) ((-1136 . -320) T) ((-1136 . -604) T) ((-1135 . -752) T) ((-1135 . -759) T) ((-1135 . -756) T) ((-1135 . -1013) T) ((-1135 . -552) 175560) ((-1135 . -1129) T) ((-1135 . -13) T) ((-1135 . -72) T) ((-1135 . -320) T) ((-1135 . -604) T) ((-1130 . -995) T) ((-1130 . -430) 175541) ((-1130 . -552) 175507) ((-1130 . -555) 175488) ((-1130 . -1013) T) ((-1130 . -1129) T) ((-1130 . -13) T) ((-1130 . -72) T) ((-1130 . -64) T) ((-1127 . -430) 175465) ((-1127 . -552) 175406) ((-1127 . -555) 175383) ((-1127 . -1013) 175361) ((-1127 . -1129) 175339) ((-1127 . -13) 175317) ((-1127 . -72) 175295) ((-1122 . -679) 175271) ((-1122 . -35) 175237) ((-1122 . -66) 175203) ((-1122 . -239) 175169) ((-1122 . -433) 175135) ((-1122 . -1118) 175101) ((-1122 . -1115) 175067) ((-1122 . -915) 175033) ((-1122 . -47) 175002) ((-1122 . -38) 174899) ((-1122 . -582) 174796) ((-1122 . -654) 174693) ((-1122 . -555) 174575) ((-1122 . -246) 174554) ((-1122 . -495) 174533) ((-1122 . -82) 174398) ((-1122 . -963) 174284) ((-1122 . -968) 174170) ((-1122 . -146) 174124) ((-1122 . -120) 174103) ((-1122 . -118) 174082) ((-1122 . -590) 174007) ((-1122 . -588) 173917) ((-1122 . -886) 173878) ((-1122 . -811) 173859) ((-1122 . -1129) T) ((-1122 . -13) T) ((-1122 . -806) 173838) ((-1122 . -961) T) ((-1122 . -663) T) ((-1122 . -1061) T) ((-1122 . -1025) T) ((-1122 . -970) T) ((-1122 . -21) T) ((-1122 . -23) T) ((-1122 . -1013) T) ((-1122 . -552) 173820) ((-1122 . -72) T) ((-1122 . -25) T) ((-1122 . -104) T) ((-1122 . -809) 173801) ((-1122 . -455) 173768) ((-1122 . -260) 173755) ((-1116 . -923) 173739) ((-1116 . -34) T) ((-1116 . -13) T) ((-1116 . -1129) T) ((-1116 . -72) 173693) ((-1116 . -552) 173628) ((-1116 . -260) 173566) ((-1116 . -455) 173499) ((-1116 . -1013) 173477) ((-1116 . -429) 173461) ((-1116 . -318) 173445) ((-1116 . -1035) 173429) ((-1111 . -314) 173403) ((-1111 . -72) T) ((-1111 . -13) T) ((-1111 . -1129) T) ((-1111 . -552) 173385) ((-1111 . -1013) T) ((-1109 . -1013) T) ((-1109 . -552) 173367) ((-1109 . -1129) T) ((-1109 . -13) T) ((-1109 . -72) T) ((-1109 . -555) 173349) ((-1104 . -747) 173333) ((-1104 . -72) T) ((-1104 . -13) T) ((-1104 . -1129) T) ((-1104 . -552) 173315) ((-1104 . -1013) T) ((-1102 . -1107) 173294) ((-1102 . -183) 173242) ((-1102 . -76) 173190) ((-1102 . -1035) 173125) ((-1102 . -124) 173073) ((-1102 . -553) NIL) ((-1102 . -193) 173021) ((-1102 . -538) 173000) ((-1102 . -260) 172798) ((-1102 . -455) 172550) ((-1102 . -429) 172485) ((-1102 . -241) 172464) ((-1102 . -243) 172443) ((-1102 . -549) 172422) ((-1102 . -1013) T) ((-1102 . -552) 172404) ((-1102 . -72) T) ((-1102 . -1129) T) ((-1102 . -13) T) ((-1102 . -34) T) ((-1102 . -318) 172352) ((-1098 . -1013) T) ((-1098 . -552) 172334) ((-1098 . -1129) T) ((-1098 . -13) T) ((-1098 . -72) T) ((-1097 . -752) T) ((-1097 . -759) T) ((-1097 . -756) T) ((-1097 . -1013) T) ((-1097 . -552) 172316) ((-1097 . -1129) T) ((-1097 . -13) T) ((-1097 . -72) T) ((-1097 . -320) T) ((-1097 . -604) T) ((-1096 . -752) T) ((-1096 . -759) T) ((-1096 . -756) T) ((-1096 . -1013) T) ((-1096 . -552) 172298) ((-1096 . -1129) T) ((-1096 . -13) T) ((-1096 . -72) T) ((-1096 . -320) T) ((-1095 . -1175) T) ((-1095 . -1013) T) ((-1095 . -552) 172265) ((-1095 . -1129) T) ((-1095 . -13) T) ((-1095 . -72) T) ((-1095 . -950) 172201) ((-1095 . -555) 172137) ((-1094 . -552) 172119) ((-1093 . -552) 172101) ((-1092 . -277) 172078) ((-1092 . -950) 171976) ((-1092 . -355) 171960) ((-1092 . -38) 171857) ((-1092 . -555) 171714) ((-1092 . -590) 171639) ((-1092 . -588) 171549) ((-1092 . -970) T) ((-1092 . -1025) T) ((-1092 . -1061) T) ((-1092 . -663) T) ((-1092 . -961) T) ((-1092 . -82) 171414) ((-1092 . -963) 171300) ((-1092 . -968) 171186) ((-1092 . -21) T) ((-1092 . -23) T) ((-1092 . -1013) T) ((-1092 . -552) 171168) ((-1092 . -1129) T) ((-1092 . -13) T) ((-1092 . -72) T) ((-1092 . -25) T) ((-1092 . -104) T) ((-1092 . -582) 171065) ((-1092 . -654) 170962) ((-1092 . -118) 170941) ((-1092 . -120) 170920) ((-1092 . -146) 170874) ((-1092 . -495) 170853) ((-1092 . -246) 170832) ((-1092 . -47) 170809) ((-1090 . -756) T) ((-1090 . -552) 170791) ((-1090 . -1013) T) ((-1090 . -72) T) ((-1090 . -13) T) ((-1090 . -1129) T) ((-1090 . -759) T) ((-1090 . -553) 170713) ((-1090 . -555) 170679) ((-1090 . -950) 170661) ((-1090 . -796) 170628) ((-1089 . -1172) 170612) ((-1089 . -190) 170571) ((-1089 . -555) 170453) ((-1089 . -590) 170378) ((-1089 . -588) 170288) ((-1089 . -104) T) ((-1089 . -25) T) ((-1089 . -72) T) ((-1089 . -552) 170270) ((-1089 . -1013) T) ((-1089 . -23) T) ((-1089 . -21) T) ((-1089 . -970) T) ((-1089 . -1025) T) ((-1089 . -1061) T) ((-1089 . -663) T) ((-1089 . -961) T) ((-1089 . -186) 170223) ((-1089 . -13) T) ((-1089 . -1129) T) ((-1089 . -189) 170182) ((-1089 . -241) 170147) ((-1089 . -809) 170060) ((-1089 . -806) 169948) ((-1089 . -811) 169861) ((-1089 . -886) 169831) ((-1089 . -38) 169728) ((-1089 . -82) 169593) ((-1089 . -963) 169479) ((-1089 . -968) 169365) ((-1089 . -582) 169262) ((-1089 . -654) 169159) ((-1089 . -118) 169138) ((-1089 . -120) 169117) ((-1089 . -146) 169071) ((-1089 . -495) 169050) ((-1089 . -246) 169029) ((-1089 . -47) 169006) ((-1089 . -1158) 168983) ((-1089 . -35) 168949) ((-1089 . -66) 168915) ((-1089 . -239) 168881) ((-1089 . -433) 168847) ((-1089 . -1118) 168813) ((-1089 . -1115) 168779) ((-1089 . -915) 168745) ((-1088 . -1164) 168706) ((-1088 . -312) 168685) ((-1088 . -1134) 168664) ((-1088 . -832) 168643) ((-1088 . -495) 168597) ((-1088 . -146) 168531) ((-1088 . -555) 168280) ((-1088 . -654) 168127) ((-1088 . -582) 167974) ((-1088 . -38) 167821) ((-1088 . -392) 167800) ((-1088 . -258) 167779) ((-1088 . -590) 167679) ((-1088 . -588) 167564) ((-1088 . -970) T) ((-1088 . -1025) T) ((-1088 . -1061) T) ((-1088 . -663) T) ((-1088 . -961) T) ((-1088 . -82) 167384) ((-1088 . -963) 167225) ((-1088 . -968) 167066) ((-1088 . -21) T) ((-1088 . -23) T) ((-1088 . -1013) T) ((-1088 . -552) 167048) ((-1088 . -1129) T) ((-1088 . -13) T) ((-1088 . -72) T) ((-1088 . -25) T) ((-1088 . -104) T) ((-1088 . -246) 167002) ((-1088 . -201) 166981) ((-1088 . -915) 166947) ((-1088 . -1115) 166913) ((-1088 . -1118) 166879) ((-1088 . -433) 166845) ((-1088 . -239) 166811) ((-1088 . -66) 166777) ((-1088 . -35) 166743) ((-1088 . -1158) 166713) ((-1088 . -47) 166683) ((-1088 . -120) 166662) ((-1088 . -118) 166641) ((-1088 . -886) 166604) ((-1088 . -811) 166510) ((-1088 . -806) 166391) ((-1088 . -809) 166297) ((-1088 . -241) 166255) ((-1088 . -189) 166207) ((-1088 . -186) 166153) ((-1088 . -190) 166105) ((-1088 . -1162) 166089) ((-1088 . -950) 166024) ((-1085 . -1155) 166008) ((-1085 . -1066) 165986) ((-1085 . -553) NIL) ((-1085 . -260) 165973) ((-1085 . -455) 165921) ((-1085 . -277) 165898) ((-1085 . -950) 165781) ((-1085 . -355) 165765) ((-1085 . -38) 165597) ((-1085 . -82) 165402) ((-1085 . -963) 165228) ((-1085 . -968) 165054) ((-1085 . -588) 164964) ((-1085 . -590) 164853) ((-1085 . -582) 164685) ((-1085 . -654) 164517) ((-1085 . -555) 164294) ((-1085 . -118) 164273) ((-1085 . -120) 164252) ((-1085 . -47) 164229) ((-1085 . -329) 164213) ((-1085 . -580) 164161) ((-1085 . -809) 164105) ((-1085 . -806) 164012) ((-1085 . -811) 163923) ((-1085 . -796) NIL) ((-1085 . -821) 163902) ((-1085 . -1134) 163881) ((-1085 . -861) 163851) ((-1085 . -832) 163830) ((-1085 . -495) 163744) ((-1085 . -246) 163658) ((-1085 . -146) 163552) ((-1085 . -392) 163486) ((-1085 . -258) 163465) ((-1085 . -241) 163392) ((-1085 . -190) T) ((-1085 . -104) T) ((-1085 . -25) T) ((-1085 . -72) T) ((-1085 . -552) 163374) ((-1085 . -1013) T) ((-1085 . -23) T) ((-1085 . -21) T) ((-1085 . -970) T) ((-1085 . -1025) T) ((-1085 . -1061) T) ((-1085 . -663) T) ((-1085 . -961) T) ((-1085 . -186) 163361) ((-1085 . -13) T) ((-1085 . -1129) T) ((-1085 . -189) T) ((-1085 . -225) 163345) ((-1085 . -184) 163329) ((-1082 . -1143) 163290) ((-1082 . -915) 163256) ((-1082 . -1115) 163222) ((-1082 . -1118) 163188) ((-1082 . -433) 163154) ((-1082 . -239) 163120) ((-1082 . -66) 163086) ((-1082 . -35) 163052) ((-1082 . -1158) 163029) ((-1082 . -47) 163006) ((-1082 . -555) 162807) ((-1082 . -654) 162609) ((-1082 . -582) 162411) ((-1082 . -590) 162266) ((-1082 . -588) 162106) ((-1082 . -968) 161902) ((-1082 . -963) 161698) ((-1082 . -82) 161450) ((-1082 . -38) 161252) ((-1082 . -886) 161222) ((-1082 . -241) 161050) ((-1082 . -1141) 161034) ((-1082 . -970) T) ((-1082 . -1025) T) ((-1082 . -1061) T) ((-1082 . -663) T) ((-1082 . -961) T) ((-1082 . -21) T) ((-1082 . -23) T) ((-1082 . -1013) T) ((-1082 . -552) 161016) ((-1082 . -1129) T) ((-1082 . -13) T) ((-1082 . -72) T) ((-1082 . -25) T) ((-1082 . -104) T) ((-1082 . -118) 160926) ((-1082 . -120) 160836) ((-1082 . -553) NIL) ((-1082 . -184) 160788) ((-1082 . -809) 160624) ((-1082 . -811) 160388) ((-1082 . -806) 160127) ((-1082 . -225) 160079) ((-1082 . -189) 159905) ((-1082 . -186) 159725) ((-1082 . -190) 159615) ((-1082 . -312) 159594) ((-1082 . -1134) 159573) ((-1082 . -832) 159552) ((-1082 . -495) 159506) ((-1082 . -146) 159440) ((-1082 . -392) 159419) ((-1082 . -258) 159398) ((-1082 . -246) 159352) ((-1082 . -201) 159331) ((-1082 . -288) 159283) ((-1082 . -455) 159017) ((-1082 . -260) 158902) ((-1082 . -329) 158854) ((-1082 . -580) 158806) ((-1082 . -343) 158758) ((-1082 . -796) NIL) ((-1082 . -740) NIL) ((-1082 . -714) NIL) ((-1082 . -716) NIL) ((-1082 . -756) NIL) ((-1082 . -759) NIL) ((-1082 . -718) NIL) ((-1082 . -721) NIL) ((-1082 . -755) NIL) ((-1082 . -794) 158710) ((-1082 . -821) NIL) ((-1082 . -933) NIL) ((-1082 . -950) 158676) ((-1082 . -1066) NIL) ((-1082 . -904) 158628) ((-1081 . -995) T) ((-1081 . -430) 158609) ((-1081 . -552) 158575) ((-1081 . -555) 158556) ((-1081 . -1013) T) ((-1081 . -1129) T) ((-1081 . -13) T) ((-1081 . -72) T) ((-1081 . -64) T) ((-1080 . -1013) T) ((-1080 . -552) 158538) ((-1080 . -1129) T) ((-1080 . -13) T) ((-1080 . -72) T) ((-1079 . -1013) T) ((-1079 . -552) 158520) ((-1079 . -1129) T) ((-1079 . -13) T) ((-1079 . -72) T) ((-1074 . -1107) 158496) ((-1074 . -183) 158441) ((-1074 . -76) 158386) ((-1074 . -1035) 158318) ((-1074 . -124) 158263) ((-1074 . -553) NIL) ((-1074 . -193) 158208) ((-1074 . -538) 158184) ((-1074 . -260) 157973) ((-1074 . -455) 157713) ((-1074 . -429) 157645) ((-1074 . -241) 157621) ((-1074 . -243) 157597) ((-1074 . -549) 157573) ((-1074 . -1013) T) ((-1074 . -552) 157555) ((-1074 . -72) T) ((-1074 . -1129) T) ((-1074 . -13) T) ((-1074 . -34) T) ((-1074 . -318) 157500) ((-1073 . -1058) T) ((-1073 . -324) 157482) ((-1073 . -759) T) ((-1073 . -756) T) ((-1073 . -124) 157464) ((-1073 . -553) NIL) ((-1073 . -241) 157414) ((-1073 . -538) 157389) ((-1073 . -243) 157364) ((-1073 . -593) 157346) ((-1073 . -429) 157328) ((-1073 . -1013) T) ((-1073 . -455) NIL) ((-1073 . -260) NIL) ((-1073 . -552) 157310) ((-1073 . -72) T) ((-1073 . -1129) T) ((-1073 . -13) T) ((-1073 . -34) T) ((-1073 . -318) 157292) ((-1073 . -1035) 157274) ((-1073 . -19) 157256) ((-1069 . -616) 157240) ((-1069 . -593) 157224) ((-1069 . -243) 157201) ((-1069 . -241) 157153) ((-1069 . -538) 157130) ((-1069 . -553) 157091) ((-1069 . -429) 157075) ((-1069 . -1013) 157053) ((-1069 . -455) 156986) ((-1069 . -260) 156924) ((-1069 . -552) 156859) ((-1069 . -72) 156813) ((-1069 . -1129) T) ((-1069 . -13) T) ((-1069 . -34) T) ((-1069 . -124) 156797) ((-1069 . -1168) 156781) ((-1069 . -923) 156765) ((-1069 . -1064) 156749) ((-1069 . -555) 156726) ((-1069 . -1035) 156710) ((-1067 . -995) T) ((-1067 . -430) 156691) ((-1067 . -552) 156657) ((-1067 . -555) 156638) ((-1067 . -1013) T) ((-1067 . -1129) T) ((-1067 . -13) T) ((-1067 . -72) T) ((-1067 . -64) T) ((-1065 . -1107) 156617) ((-1065 . -183) 156565) ((-1065 . -76) 156513) ((-1065 . -1035) 156448) ((-1065 . -124) 156396) ((-1065 . -553) NIL) ((-1065 . -193) 156344) ((-1065 . -538) 156323) ((-1065 . -260) 156121) ((-1065 . -455) 155873) ((-1065 . -429) 155808) ((-1065 . -241) 155787) ((-1065 . -243) 155766) ((-1065 . -549) 155745) ((-1065 . -1013) T) ((-1065 . -552) 155727) ((-1065 . -72) T) ((-1065 . -1129) T) ((-1065 . -13) T) ((-1065 . -34) T) ((-1065 . -318) 155675) ((-1062 . -1034) 155659) ((-1062 . -318) 155643) ((-1062 . -1035) 155627) ((-1062 . -34) T) ((-1062 . -13) T) ((-1062 . -1129) T) ((-1062 . -72) 155581) ((-1062 . -552) 155516) ((-1062 . -260) 155454) ((-1062 . -455) 155387) ((-1062 . -1013) 155365) ((-1062 . -429) 155349) ((-1062 . -76) 155333) ((-1060 . -1020) 155302) ((-1060 . -1124) 155271) ((-1060 . -1035) 155255) ((-1060 . -552) 155217) ((-1060 . -124) 155201) ((-1060 . -34) T) ((-1060 . -13) T) ((-1060 . -1129) T) ((-1060 . -72) T) ((-1060 . -260) 155139) ((-1060 . -455) 155072) ((-1060 . -1013) T) ((-1060 . -429) 155056) ((-1060 . -553) 155017) ((-1060 . -318) 155001) ((-1060 . -889) 154970) ((-1060 . -983) 154939) ((-1056 . -1037) 154884) ((-1056 . -318) 154868) ((-1056 . -34) T) ((-1056 . -260) 154806) ((-1056 . -455) 154739) ((-1056 . -429) 154723) ((-1056 . -965) 154663) ((-1056 . -950) 154561) ((-1056 . -555) 154480) ((-1056 . -355) 154464) ((-1056 . -580) 154412) ((-1056 . -590) 154350) ((-1056 . -329) 154334) ((-1056 . -190) 154313) ((-1056 . -186) 154261) ((-1056 . -189) 154215) ((-1056 . -225) 154199) ((-1056 . -806) 154123) ((-1056 . -811) 154049) ((-1056 . -809) 154008) ((-1056 . -184) 153992) ((-1056 . -654) 153927) ((-1056 . -582) 153862) ((-1056 . -588) 153821) ((-1056 . -104) T) ((-1056 . -25) T) ((-1056 . -72) T) ((-1056 . -13) T) ((-1056 . -1129) T) ((-1056 . -552) 153783) ((-1056 . -1013) T) ((-1056 . -23) T) ((-1056 . -21) T) ((-1056 . -968) 153767) ((-1056 . -963) 153751) ((-1056 . -82) 153730) ((-1056 . -961) T) ((-1056 . -663) T) ((-1056 . -1061) T) ((-1056 . -1025) T) ((-1056 . -970) T) ((-1056 . -38) 153690) ((-1056 . -553) 153651) ((-1055 . -923) 153622) ((-1055 . -34) T) ((-1055 . -13) T) ((-1055 . -1129) T) ((-1055 . -72) T) ((-1055 . -552) 153604) ((-1055 . -260) 153530) ((-1055 . -455) 153438) ((-1055 . -1013) T) ((-1055 . -429) 153409) ((-1055 . -318) 153380) ((-1055 . -1035) 153351) ((-1054 . -1013) T) ((-1054 . -552) 153333) ((-1054 . -1129) T) ((-1054 . -13) T) ((-1054 . -72) T) ((-1049 . -1051) T) ((-1049 . -1175) T) ((-1049 . -64) T) ((-1049 . -72) T) ((-1049 . -13) T) ((-1049 . -1129) T) ((-1049 . -552) 153299) ((-1049 . -1013) T) ((-1049 . -555) 153280) ((-1049 . -430) 153261) ((-1049 . -995) T) ((-1047 . -1048) 153245) ((-1047 . -72) T) ((-1047 . -13) T) ((-1047 . -1129) T) ((-1047 . -552) 153227) ((-1047 . -1013) T) ((-1040 . -679) 153206) ((-1040 . -35) 153172) ((-1040 . -66) 153138) ((-1040 . -239) 153104) ((-1040 . -433) 153070) ((-1040 . -1118) 153036) ((-1040 . -1115) 153002) ((-1040 . -915) 152968) ((-1040 . -47) 152940) ((-1040 . -38) 152837) ((-1040 . -582) 152734) ((-1040 . -654) 152631) ((-1040 . -555) 152513) ((-1040 . -246) 152492) ((-1040 . -495) 152471) ((-1040 . -82) 152336) ((-1040 . -963) 152222) ((-1040 . -968) 152108) ((-1040 . -146) 152062) ((-1040 . -120) 152041) ((-1040 . -118) 152020) ((-1040 . -590) 151945) ((-1040 . -588) 151855) ((-1040 . -886) 151822) ((-1040 . -811) 151806) ((-1040 . -1129) T) ((-1040 . -13) T) ((-1040 . -806) 151788) ((-1040 . -961) T) ((-1040 . -663) T) ((-1040 . -1061) T) ((-1040 . -1025) T) ((-1040 . -970) T) ((-1040 . -21) T) ((-1040 . -23) T) ((-1040 . -1013) T) ((-1040 . -552) 151770) ((-1040 . -72) T) ((-1040 . -25) T) ((-1040 . -104) T) ((-1040 . -809) 151754) ((-1040 . -455) 151724) ((-1040 . -260) 151711) ((-1039 . -861) 151678) ((-1039 . -555) 151477) ((-1039 . -950) 151362) ((-1039 . -1134) 151341) ((-1039 . -821) 151320) ((-1039 . -796) 151179) ((-1039 . -811) 151163) ((-1039 . -806) 151145) ((-1039 . -809) 151129) ((-1039 . -455) 151081) ((-1039 . -392) 151035) ((-1039 . -580) 150983) ((-1039 . -590) 150872) ((-1039 . -329) 150856) ((-1039 . -47) 150828) ((-1039 . -38) 150680) ((-1039 . -582) 150532) ((-1039 . -654) 150384) ((-1039 . -246) 150318) ((-1039 . -495) 150252) ((-1039 . -82) 150077) ((-1039 . -963) 149923) ((-1039 . -968) 149769) ((-1039 . -146) 149683) ((-1039 . -120) 149662) ((-1039 . -118) 149641) ((-1039 . -588) 149551) ((-1039 . -104) T) ((-1039 . -25) T) ((-1039 . -72) T) ((-1039 . -13) T) ((-1039 . -1129) T) ((-1039 . -552) 149533) ((-1039 . -1013) T) ((-1039 . -23) T) ((-1039 . -21) T) ((-1039 . -961) T) ((-1039 . -663) T) ((-1039 . -1061) T) ((-1039 . -1025) T) ((-1039 . -970) T) ((-1039 . -355) 149517) ((-1039 . -277) 149489) ((-1039 . -260) 149476) ((-1039 . -553) 149224) ((-1033 . -483) T) ((-1033 . -1134) T) ((-1033 . -1066) T) ((-1033 . -950) 149206) ((-1033 . -553) 149121) ((-1033 . -933) T) ((-1033 . -796) 149103) ((-1033 . -755) T) ((-1033 . -721) T) ((-1033 . -718) T) ((-1033 . -759) T) ((-1033 . -756) T) ((-1033 . -716) T) ((-1033 . -714) T) ((-1033 . -740) T) ((-1033 . -590) 149075) ((-1033 . -580) 149057) ((-1033 . -832) T) ((-1033 . -495) T) ((-1033 . -246) T) ((-1033 . -146) T) ((-1033 . -555) 149029) ((-1033 . -654) 149016) ((-1033 . -582) 149003) ((-1033 . -968) 148990) ((-1033 . -963) 148977) ((-1033 . -82) 148962) ((-1033 . -38) 148949) ((-1033 . -392) T) ((-1033 . -258) T) ((-1033 . -189) T) ((-1033 . -186) 148936) ((-1033 . -190) T) ((-1033 . -116) T) ((-1033 . -961) T) ((-1033 . -663) T) ((-1033 . -1061) T) ((-1033 . -1025) T) ((-1033 . -970) T) ((-1033 . -21) T) ((-1033 . -588) 148908) ((-1033 . -23) T) ((-1033 . -1013) T) ((-1033 . -552) 148890) ((-1033 . -1129) T) ((-1033 . -13) T) ((-1033 . -72) T) ((-1033 . -25) T) ((-1033 . -104) T) ((-1033 . -120) T) ((-1033 . -752) T) ((-1033 . -320) T) ((-1033 . -84) T) ((-1033 . -604) T) ((-1029 . -995) T) ((-1029 . -430) 148871) ((-1029 . -552) 148837) ((-1029 . -555) 148818) ((-1029 . -1013) T) ((-1029 . -1129) T) ((-1029 . -13) T) ((-1029 . -72) T) ((-1029 . -64) T) ((-1028 . -1013) T) ((-1028 . -552) 148800) ((-1028 . -1129) T) ((-1028 . -13) T) ((-1028 . -72) T) ((-1026 . -196) 148779) ((-1026 . -1187) 148749) ((-1026 . -721) 148728) ((-1026 . -718) 148707) ((-1026 . -759) 148661) ((-1026 . -756) 148615) ((-1026 . -716) 148594) ((-1026 . -717) 148573) ((-1026 . -654) 148518) ((-1026 . -582) 148443) ((-1026 . -243) 148420) ((-1026 . -241) 148397) ((-1026 . -538) 148374) ((-1026 . -950) 148203) ((-1026 . -555) 148007) ((-1026 . -355) 147976) ((-1026 . -580) 147884) ((-1026 . -590) 147723) ((-1026 . -329) 147693) ((-1026 . -429) 147677) ((-1026 . -455) 147610) ((-1026 . -260) 147548) ((-1026 . -34) T) ((-1026 . -318) 147532) ((-1026 . -320) 147511) ((-1026 . -190) 147464) ((-1026 . -588) 147252) ((-1026 . -970) 147231) ((-1026 . -1025) 147210) ((-1026 . -1061) 147189) ((-1026 . -663) 147168) ((-1026 . -961) 147147) ((-1026 . -186) 147043) ((-1026 . -189) 146945) ((-1026 . -225) 146915) ((-1026 . -806) 146787) ((-1026 . -811) 146661) ((-1026 . -809) 146594) ((-1026 . -184) 146564) ((-1026 . -552) 146261) ((-1026 . -968) 146186) ((-1026 . -963) 146091) ((-1026 . -82) 146011) ((-1026 . -104) 145886) ((-1026 . -25) 145723) ((-1026 . -72) 145460) ((-1026 . -13) T) ((-1026 . -1129) T) ((-1026 . -1013) 145216) ((-1026 . -23) 145072) ((-1026 . -21) 144987) ((-1022 . -1023) 144971) ((-1022 . |MappingCategory|) 144945) ((-1022 . -1129) T) ((-1022 . -80) 144929) ((-1022 . -1013) T) ((-1022 . -552) 144911) ((-1022 . -13) T) ((-1022 . -72) T) ((-1017 . -1016) 144875) ((-1017 . -72) T) ((-1017 . -552) 144857) ((-1017 . -1013) T) ((-1017 . -241) 144813) ((-1017 . -1129) T) ((-1017 . -13) T) ((-1017 . -557) 144728) ((-1015 . -1016) 144680) ((-1015 . -72) T) ((-1015 . -552) 144662) ((-1015 . -1013) T) ((-1015 . -241) 144618) ((-1015 . -1129) T) ((-1015 . -13) T) ((-1015 . -557) 144521) ((-1014 . -320) T) ((-1014 . -72) T) ((-1014 . -13) T) ((-1014 . -1129) T) ((-1014 . -552) 144503) ((-1014 . -1013) T) ((-1009 . -369) 144487) ((-1009 . -1011) 144471) ((-1009 . -318) 144455) ((-1009 . -320) 144434) ((-1009 . -193) 144418) ((-1009 . -553) 144379) ((-1009 . -124) 144363) ((-1009 . -1035) 144347) ((-1009 . -34) T) ((-1009 . -13) T) ((-1009 . -1129) T) ((-1009 . -72) T) ((-1009 . -552) 144329) ((-1009 . -260) 144267) ((-1009 . -455) 144200) ((-1009 . -1013) T) ((-1009 . -429) 144184) ((-1009 . -76) 144168) ((-1009 . -183) 144152) ((-1008 . -995) T) ((-1008 . -430) 144133) ((-1008 . -552) 144099) ((-1008 . -555) 144080) ((-1008 . -1013) T) ((-1008 . -1129) T) ((-1008 . -13) T) ((-1008 . -72) T) ((-1008 . -64) T) ((-1004 . -1129) T) ((-1004 . -13) T) ((-1004 . -1013) 144050) ((-1004 . -552) 144009) ((-1004 . -72) 143979) ((-1003 . -995) T) ((-1003 . -430) 143960) ((-1003 . -552) 143926) ((-1003 . -555) 143907) ((-1003 . -1013) T) ((-1003 . -1129) T) ((-1003 . -13) T) ((-1003 . -72) T) ((-1003 . -64) T) ((-1001 . -1006) 143891) ((-1001 . -557) 143875) ((-1001 . -1013) 143853) ((-1001 . -552) 143820) ((-1001 . -1129) 143798) ((-1001 . -13) 143776) ((-1001 . -72) 143754) ((-1001 . -1007) 143712) ((-1000 . -228) 143696) ((-1000 . -555) 143680) ((-1000 . -950) 143664) ((-1000 . -759) T) ((-1000 . -72) T) ((-1000 . -1013) T) ((-1000 . -552) 143646) ((-1000 . -756) T) ((-1000 . -186) 143633) ((-1000 . -13) T) ((-1000 . -1129) T) ((-1000 . -189) T) ((-999 . -213) 143570) ((-999 . -555) 143313) ((-999 . -950) 143142) ((-999 . -553) NIL) ((-999 . -277) 143103) ((-999 . -355) 143087) ((-999 . -38) 142939) ((-999 . -82) 142764) ((-999 . -963) 142610) ((-999 . -968) 142456) ((-999 . -588) 142366) ((-999 . -590) 142255) ((-999 . -582) 142107) ((-999 . -654) 141959) ((-999 . -118) 141938) ((-999 . -120) 141917) ((-999 . -146) 141831) ((-999 . -495) 141765) ((-999 . -246) 141699) ((-999 . -47) 141660) ((-999 . -329) 141644) ((-999 . -580) 141592) ((-999 . -392) 141546) ((-999 . -455) 141409) ((-999 . -809) 141344) ((-999 . -806) 141242) ((-999 . -811) 141144) ((-999 . -796) NIL) ((-999 . -821) 141123) ((-999 . -1134) 141102) ((-999 . -861) 141047) ((-999 . -260) 141034) ((-999 . -190) 141013) ((-999 . -104) T) ((-999 . -25) T) ((-999 . -72) T) ((-999 . -552) 140995) ((-999 . -1013) T) ((-999 . -23) T) ((-999 . -21) T) ((-999 . -970) T) ((-999 . -1025) T) ((-999 . -1061) T) ((-999 . -663) T) ((-999 . -961) T) ((-999 . -186) 140943) ((-999 . -13) T) ((-999 . -1129) T) ((-999 . -189) 140897) ((-999 . -225) 140881) ((-999 . -184) 140865) ((-997 . -552) 140847) ((-994 . -756) T) ((-994 . -552) 140829) ((-994 . -1013) T) ((-994 . -72) T) ((-994 . -13) T) ((-994 . -1129) T) ((-994 . -759) T) ((-994 . -553) 140810) ((-991 . -661) 140789) ((-991 . -950) 140687) ((-991 . -355) 140671) ((-991 . -580) 140619) ((-991 . -590) 140496) ((-991 . -329) 140480) ((-991 . -322) 140459) ((-991 . -120) 140438) ((-991 . -555) 140263) ((-991 . -654) 140137) ((-991 . -582) 140011) ((-991 . -588) 139909) ((-991 . -968) 139822) ((-991 . -963) 139735) ((-991 . -82) 139627) ((-991 . -38) 139501) ((-991 . -353) 139480) ((-991 . -345) 139459) ((-991 . -118) 139413) ((-991 . -1066) 139392) ((-991 . -299) 139371) ((-991 . -320) 139325) ((-991 . -201) 139279) ((-991 . -246) 139233) ((-991 . -258) 139187) ((-991 . -392) 139141) ((-991 . -495) 139095) ((-991 . -832) 139049) ((-991 . -1134) 139003) ((-991 . -312) 138957) ((-991 . -190) 138885) ((-991 . -186) 138761) ((-991 . -189) 138643) ((-991 . -225) 138613) ((-991 . -806) 138485) ((-991 . -811) 138359) ((-991 . -809) 138292) ((-991 . -184) 138262) ((-991 . -553) 138246) ((-991 . -21) T) ((-991 . -23) T) ((-991 . -1013) T) ((-991 . -552) 138228) ((-991 . -1129) T) ((-991 . -13) T) ((-991 . -72) T) ((-991 . -25) T) ((-991 . -104) T) ((-991 . -961) T) ((-991 . -663) T) ((-991 . -1061) T) ((-991 . -1025) T) ((-991 . -970) T) ((-991 . -146) T) ((-989 . -1013) T) ((-989 . -552) 138210) ((-989 . -1129) T) ((-989 . -13) T) ((-989 . -72) T) ((-989 . -241) 138189) ((-988 . -1013) T) ((-988 . -552) 138171) ((-988 . -1129) T) ((-988 . -13) T) ((-988 . -72) T) ((-987 . -1013) T) ((-987 . -552) 138153) ((-987 . -1129) T) ((-987 . -13) T) ((-987 . -72) T) ((-987 . -241) 138132) ((-987 . -950) 138109) ((-987 . -555) 138086) ((-986 . -1129) T) ((-986 . -13) T) ((-985 . -995) T) ((-985 . -430) 138067) ((-985 . -552) 138033) ((-985 . -555) 138014) ((-985 . -1013) T) ((-985 . -1129) T) ((-985 . -13) T) ((-985 . -72) T) ((-985 . -64) T) ((-978 . -995) T) ((-978 . -430) 137995) ((-978 . -552) 137961) ((-978 . -555) 137942) ((-978 . -1013) T) ((-978 . -1129) T) ((-978 . -13) T) ((-978 . -72) T) ((-978 . -64) T) ((-975 . -483) T) ((-975 . -1134) T) ((-975 . -1066) T) ((-975 . -950) 137924) ((-975 . -553) 137839) ((-975 . -933) T) ((-975 . -796) 137821) ((-975 . -755) T) ((-975 . -721) T) ((-975 . -718) T) ((-975 . -759) T) ((-975 . -756) T) ((-975 . -716) T) ((-975 . -714) T) ((-975 . -740) T) ((-975 . -590) 137793) ((-975 . -580) 137775) ((-975 . -832) T) ((-975 . -495) T) ((-975 . -246) T) ((-975 . -146) T) ((-975 . -555) 137747) ((-975 . -654) 137734) ((-975 . -582) 137721) ((-975 . -968) 137708) ((-975 . -963) 137695) ((-975 . -82) 137680) ((-975 . -38) 137667) ((-975 . -392) T) ((-975 . -258) T) ((-975 . -189) T) ((-975 . -186) 137654) ((-975 . -190) T) ((-975 . -116) T) ((-975 . -961) T) ((-975 . -663) T) ((-975 . -1061) T) ((-975 . -1025) T) ((-975 . -970) T) ((-975 . -21) T) ((-975 . -588) 137626) ((-975 . -23) T) ((-975 . -1013) T) ((-975 . -552) 137608) ((-975 . -1129) T) ((-975 . -13) T) ((-975 . -72) T) ((-975 . -25) T) ((-975 . -104) T) ((-975 . -120) T) ((-975 . -557) 137589) ((-974 . -980) 137568) ((-974 . -72) T) ((-974 . -13) T) ((-974 . -1129) T) ((-974 . -552) 137550) ((-974 . -1013) T) ((-971 . -1129) T) ((-971 . -13) T) ((-971 . -1013) 137528) ((-971 . -552) 137495) ((-971 . -72) 137473) ((-966 . -965) 137413) ((-966 . -582) 137358) ((-966 . -654) 137303) ((-966 . -429) 137287) ((-966 . -455) 137220) ((-966 . -260) 137158) ((-966 . -34) T) ((-966 . -318) 137142) ((-966 . -590) 137126) ((-966 . -588) 137095) ((-966 . -104) T) ((-966 . -25) T) ((-966 . -72) T) ((-966 . -13) T) ((-966 . -1129) T) ((-966 . -552) 137057) ((-966 . -1013) T) ((-966 . -23) T) ((-966 . -21) T) ((-966 . -968) 137041) ((-966 . -963) 137025) ((-966 . -82) 137004) ((-966 . -1187) 136974) ((-966 . -553) 136935) ((-958 . -983) 136864) ((-958 . -889) 136793) ((-958 . -318) 136758) ((-958 . -553) 136700) ((-958 . -429) 136665) ((-958 . -1013) T) ((-958 . -455) 136549) ((-958 . -260) 136457) ((-958 . -552) 136400) ((-958 . -72) T) ((-958 . -1129) T) ((-958 . -13) T) ((-958 . -34) T) ((-958 . -124) 136365) ((-958 . -1035) 136330) ((-958 . -1124) 136259) ((-948 . -995) T) ((-948 . -430) 136240) ((-948 . -552) 136206) ((-948 . -555) 136187) ((-948 . -1013) T) ((-948 . -1129) T) ((-948 . -13) T) ((-948 . -72) T) ((-948 . -64) T) ((-947 . -146) T) ((-947 . -555) 136156) ((-947 . -970) T) ((-947 . -1025) T) ((-947 . -1061) T) ((-947 . -663) T) ((-947 . -961) T) ((-947 . -590) 136130) ((-947 . -588) 136089) ((-947 . -104) T) ((-947 . -25) T) ((-947 . -72) T) ((-947 . -13) T) ((-947 . -1129) T) ((-947 . -552) 136071) ((-947 . -1013) T) ((-947 . -23) T) ((-947 . -21) T) ((-947 . -968) 136045) ((-947 . -963) 136019) ((-947 . -82) 135986) ((-947 . -38) 135970) ((-947 . -582) 135954) ((-947 . -654) 135938) ((-940 . -983) 135907) ((-940 . -889) 135876) ((-940 . -318) 135860) ((-940 . -553) 135821) ((-940 . -429) 135805) ((-940 . -1013) T) ((-940 . -455) 135738) ((-940 . -260) 135676) ((-940 . -552) 135638) ((-940 . -72) T) ((-940 . -1129) T) ((-940 . -13) T) ((-940 . -34) T) ((-940 . -124) 135622) ((-940 . -1035) 135606) ((-940 . -1124) 135575) ((-939 . -1013) T) ((-939 . -552) 135557) ((-939 . -1129) T) ((-939 . -13) T) ((-939 . -72) T) ((-937 . -925) T) ((-937 . -915) T) ((-937 . -714) T) ((-937 . -716) T) ((-937 . -756) T) ((-937 . -759) T) ((-937 . -718) T) ((-937 . -721) T) ((-937 . -755) T) ((-937 . -950) 135442) ((-937 . -355) 135404) ((-937 . -201) T) ((-937 . -246) T) ((-937 . -258) T) ((-937 . -392) T) ((-937 . -38) 135341) ((-937 . -582) 135278) ((-937 . -654) 135215) ((-937 . -555) 135152) ((-937 . -495) T) ((-937 . -832) T) ((-937 . -1134) T) ((-937 . -312) T) ((-937 . -82) 135061) ((-937 . -963) 134998) ((-937 . -968) 134935) ((-937 . -146) T) ((-937 . -120) T) ((-937 . -590) 134872) ((-937 . -588) 134809) ((-937 . -104) T) ((-937 . -25) T) ((-937 . -72) T) ((-937 . -13) T) ((-937 . -1129) T) ((-937 . -552) 134791) ((-937 . -1013) T) ((-937 . -23) T) ((-937 . -21) T) ((-937 . -961) T) ((-937 . -663) T) ((-937 . -1061) T) ((-937 . -1025) T) ((-937 . -970) T) ((-932 . -995) T) ((-932 . -430) 134772) ((-932 . -552) 134738) ((-932 . -555) 134719) ((-932 . -1013) T) ((-932 . -1129) T) ((-932 . -13) T) ((-932 . -72) T) ((-932 . -64) T) ((-917 . -904) 134701) ((-917 . -1066) T) ((-917 . -555) 134651) ((-917 . -950) 134611) ((-917 . -553) 134541) ((-917 . -933) T) ((-917 . -821) NIL) ((-917 . -794) 134523) ((-917 . -755) T) ((-917 . -721) T) ((-917 . -718) T) ((-917 . -759) T) ((-917 . -756) T) ((-917 . -716) T) ((-917 . -714) T) ((-917 . -740) T) ((-917 . -796) 134505) ((-917 . -343) 134487) ((-917 . -580) 134469) ((-917 . -329) 134451) ((-917 . -241) NIL) ((-917 . -260) NIL) ((-917 . -455) NIL) ((-917 . -288) 134433) ((-917 . -201) T) ((-917 . -82) 134360) ((-917 . -963) 134310) ((-917 . -968) 134260) ((-917 . -246) T) ((-917 . -654) 134210) ((-917 . -582) 134160) ((-917 . -590) 134110) ((-917 . -588) 134060) ((-917 . -38) 134010) ((-917 . -258) T) ((-917 . -392) T) ((-917 . -146) T) ((-917 . -495) T) ((-917 . -832) T) ((-917 . -1134) T) ((-917 . -312) T) ((-917 . -190) T) ((-917 . -186) 133997) ((-917 . -189) T) ((-917 . -225) 133979) ((-917 . -806) NIL) ((-917 . -811) NIL) ((-917 . -809) NIL) ((-917 . -184) 133961) ((-917 . -120) T) ((-917 . -118) NIL) ((-917 . -104) T) ((-917 . -25) T) ((-917 . -72) T) ((-917 . -13) T) ((-917 . -1129) T) ((-917 . -552) 133921) ((-917 . -1013) T) ((-917 . -23) T) ((-917 . -21) T) ((-917 . -961) T) ((-917 . -663) T) ((-917 . -1061) T) ((-917 . -1025) T) ((-917 . -970) T) ((-916 . -291) 133895) ((-916 . -146) T) ((-916 . -555) 133825) ((-916 . -970) T) ((-916 . -1025) T) ((-916 . -1061) T) ((-916 . -663) T) ((-916 . -961) T) ((-916 . -590) 133727) ((-916 . -588) 133657) ((-916 . -104) T) ((-916 . -25) T) ((-916 . -72) T) ((-916 . -13) T) ((-916 . -1129) T) ((-916 . -552) 133639) ((-916 . -1013) T) ((-916 . -23) T) ((-916 . -21) T) ((-916 . -968) 133584) ((-916 . -963) 133529) ((-916 . -82) 133446) ((-916 . -553) 133430) ((-916 . -184) 133407) ((-916 . -809) 133359) ((-916 . -811) 133271) ((-916 . -806) 133181) ((-916 . -225) 133158) ((-916 . -189) 133098) ((-916 . -186) 133032) ((-916 . -190) 133004) ((-916 . -312) T) ((-916 . -1134) T) ((-916 . -832) T) ((-916 . -495) T) ((-916 . -654) 132949) ((-916 . -582) 132894) ((-916 . -38) 132839) ((-916 . -392) T) ((-916 . -258) T) ((-916 . -246) T) ((-916 . -201) T) ((-916 . -320) NIL) ((-916 . -299) NIL) ((-916 . -1066) NIL) ((-916 . -118) 132811) ((-916 . -345) NIL) ((-916 . -353) 132783) ((-916 . -120) 132755) ((-916 . -322) 132727) ((-916 . -329) 132704) ((-916 . -580) 132638) ((-916 . -355) 132615) ((-916 . -950) 132492) ((-916 . -661) 132464) ((-913 . -908) 132448) ((-913 . -318) 132432) ((-913 . -1035) 132416) ((-913 . -34) T) ((-913 . -13) T) ((-913 . -1129) T) ((-913 . -72) 132370) ((-913 . -552) 132305) ((-913 . -260) 132243) ((-913 . -455) 132176) ((-913 . -1013) 132154) ((-913 . -429) 132138) ((-913 . -76) 132122) ((-909 . -911) 132106) ((-909 . -759) 132085) ((-909 . -756) 132064) ((-909 . -950) 131962) ((-909 . -355) 131946) ((-909 . -580) 131894) ((-909 . -590) 131796) ((-909 . -329) 131780) ((-909 . -241) 131738) ((-909 . -260) 131703) ((-909 . -455) 131615) ((-909 . -288) 131599) ((-909 . -38) 131547) ((-909 . -82) 131425) ((-909 . -963) 131324) ((-909 . -968) 131223) ((-909 . -588) 131146) ((-909 . -582) 131094) ((-909 . -654) 131042) ((-909 . -555) 130936) ((-909 . -246) 130890) ((-909 . -201) 130869) ((-909 . -190) 130848) ((-909 . -186) 130796) ((-909 . -189) 130750) ((-909 . -225) 130734) ((-909 . -806) 130658) ((-909 . -811) 130584) ((-909 . -809) 130543) ((-909 . -184) 130527) ((-909 . -553) 130488) ((-909 . -120) 130467) ((-909 . -118) 130446) ((-909 . -104) T) ((-909 . -25) T) ((-909 . -72) T) ((-909 . -13) T) ((-909 . -1129) T) ((-909 . -552) 130428) ((-909 . -1013) T) ((-909 . -23) T) ((-909 . -21) T) ((-909 . -961) T) ((-909 . -663) T) ((-909 . -1061) T) ((-909 . -1025) T) ((-909 . -970) T) ((-907 . -995) T) ((-907 . -430) 130409) ((-907 . -552) 130375) ((-907 . -555) 130356) ((-907 . -1013) T) ((-907 . -1129) T) ((-907 . -13) T) ((-907 . -72) T) ((-907 . -64) T) ((-906 . -21) T) ((-906 . -588) 130338) ((-906 . -23) T) ((-906 . -1013) T) ((-906 . -552) 130320) ((-906 . -1129) T) ((-906 . -13) T) ((-906 . -72) T) ((-906 . -25) T) ((-906 . -104) T) ((-906 . -241) 130287) ((-902 . -552) 130269) ((-899 . -1013) T) ((-899 . -552) 130251) ((-899 . -1129) T) ((-899 . -13) T) ((-899 . -72) T) ((-884 . -721) T) ((-884 . -718) T) ((-884 . -759) T) ((-884 . -756) T) ((-884 . -716) T) ((-884 . -23) T) ((-884 . -1013) T) ((-884 . -552) 130211) ((-884 . -1129) T) ((-884 . -13) T) ((-884 . -72) T) ((-884 . -25) T) ((-884 . -104) T) ((-883 . -995) T) ((-883 . -430) 130192) ((-883 . -552) 130158) ((-883 . -555) 130139) ((-883 . -1013) T) ((-883 . -1129) T) ((-883 . -13) T) ((-883 . -72) T) ((-883 . -64) T) ((-877 . -880) T) ((-877 . -72) T) ((-877 . -552) 130121) ((-877 . -1013) T) ((-877 . -604) T) ((-877 . -13) T) ((-877 . -1129) T) ((-877 . -84) T) ((-877 . -555) 130105) ((-876 . -552) 130087) ((-875 . -1013) T) ((-875 . -552) 130069) ((-875 . -1129) T) ((-875 . -13) T) ((-875 . -72) T) ((-875 . -320) 130022) ((-875 . -663) 129924) ((-875 . -1025) 129826) ((-875 . -23) 129640) ((-875 . -25) 129454) ((-875 . -104) 129312) ((-875 . -413) 129265) ((-875 . -21) 129220) ((-875 . -588) 129164) ((-875 . -717) 129117) ((-875 . -716) 129070) ((-875 . -756) 128972) ((-875 . -759) 128874) ((-875 . -718) 128827) ((-875 . -721) 128780) ((-869 . -19) 128764) ((-869 . -1035) 128748) ((-869 . -318) 128732) ((-869 . -34) T) ((-869 . -13) T) ((-869 . -1129) T) ((-869 . -72) 128666) ((-869 . -552) 128581) ((-869 . -260) 128519) ((-869 . -455) 128452) ((-869 . -1013) 128405) ((-869 . -429) 128389) ((-869 . -593) 128373) ((-869 . -243) 128350) ((-869 . -241) 128302) ((-869 . -538) 128279) ((-869 . -553) 128240) ((-869 . -124) 128224) ((-869 . -756) 128203) ((-869 . -759) 128182) ((-869 . -324) 128166) ((-867 . -277) 128145) ((-867 . -950) 128043) ((-867 . -355) 128027) ((-867 . -38) 127924) ((-867 . -555) 127781) ((-867 . -590) 127706) ((-867 . -588) 127616) ((-867 . -970) T) ((-867 . -1025) T) ((-867 . -1061) T) ((-867 . -663) T) ((-867 . -961) T) ((-867 . -82) 127481) ((-867 . -963) 127367) ((-867 . -968) 127253) ((-867 . -21) T) ((-867 . -23) T) ((-867 . -1013) T) ((-867 . -552) 127235) ((-867 . -1129) T) ((-867 . -13) T) ((-867 . -72) T) ((-867 . -25) T) ((-867 . -104) T) ((-867 . -582) 127132) ((-867 . -654) 127029) ((-867 . -118) 127008) ((-867 . -120) 126987) ((-867 . -146) 126941) ((-867 . -495) 126920) ((-867 . -246) 126899) ((-867 . -47) 126878) ((-865 . -1013) T) ((-865 . -552) 126844) ((-865 . -1129) T) ((-865 . -13) T) ((-865 . -72) T) ((-857 . -861) 126805) ((-857 . -555) 126601) ((-857 . -950) 126483) ((-857 . -1134) 126462) ((-857 . -821) 126441) ((-857 . -796) 126366) ((-857 . -811) 126347) ((-857 . -806) 126326) ((-857 . -809) 126307) ((-857 . -455) 126253) ((-857 . -392) 126207) ((-857 . -580) 126155) ((-857 . -590) 126044) ((-857 . -329) 126028) ((-857 . -47) 125997) ((-857 . -38) 125849) ((-857 . -582) 125701) ((-857 . -654) 125553) ((-857 . -246) 125487) ((-857 . -495) 125421) ((-857 . -82) 125246) ((-857 . -963) 125092) ((-857 . -968) 124938) ((-857 . -146) 124852) ((-857 . -120) 124831) ((-857 . -118) 124810) ((-857 . -588) 124720) ((-857 . -104) T) ((-857 . -25) T) ((-857 . -72) T) ((-857 . -13) T) ((-857 . -1129) T) ((-857 . -552) 124702) ((-857 . -1013) T) ((-857 . -23) T) ((-857 . -21) T) ((-857 . -961) T) ((-857 . -663) T) ((-857 . -1061) T) ((-857 . -1025) T) ((-857 . -970) T) ((-857 . -355) 124686) ((-857 . -277) 124655) ((-857 . -260) 124642) ((-857 . -553) 124503) ((-854 . -893) 124487) ((-854 . -19) 124471) ((-854 . -1035) 124455) ((-854 . -318) 124439) ((-854 . -34) T) ((-854 . -13) T) ((-854 . -1129) T) ((-854 . -72) 124373) ((-854 . -552) 124288) ((-854 . -260) 124226) ((-854 . -455) 124159) ((-854 . -1013) 124112) ((-854 . -429) 124096) ((-854 . -593) 124080) ((-854 . -243) 124057) ((-854 . -241) 124009) ((-854 . -538) 123986) ((-854 . -553) 123947) ((-854 . -124) 123931) ((-854 . -756) 123910) ((-854 . -759) 123889) ((-854 . -324) 123873) ((-854 . -1178) 123857) ((-854 . -557) 123834) ((-838 . -887) T) ((-838 . -552) 123816) ((-836 . -866) T) ((-836 . -552) 123798) ((-830 . -718) T) ((-830 . -759) T) ((-830 . -756) T) ((-830 . -1013) T) ((-830 . -552) 123780) ((-830 . -1129) T) ((-830 . -13) T) ((-830 . -72) T) ((-830 . -25) T) ((-830 . -663) T) ((-830 . -1025) T) ((-825 . -312) T) ((-825 . -1134) T) ((-825 . -832) T) ((-825 . -495) T) ((-825 . -146) T) ((-825 . -555) 123717) ((-825 . -654) 123669) ((-825 . -582) 123621) ((-825 . -38) 123573) ((-825 . -392) T) ((-825 . -258) T) ((-825 . -590) 123525) ((-825 . -588) 123462) ((-825 . -970) T) ((-825 . -1025) T) ((-825 . -1061) T) ((-825 . -663) T) ((-825 . -961) T) ((-825 . -82) 123393) ((-825 . -963) 123345) ((-825 . -968) 123297) ((-825 . -21) T) ((-825 . -23) T) ((-825 . -1013) T) ((-825 . -552) 123279) ((-825 . -1129) T) ((-825 . -13) T) ((-825 . -72) T) ((-825 . -25) T) ((-825 . -104) T) ((-825 . -246) T) ((-825 . -201) T) ((-817 . -299) T) ((-817 . -1066) T) ((-817 . -320) T) ((-817 . -118) T) ((-817 . -312) T) ((-817 . -1134) T) ((-817 . -832) T) ((-817 . -495) T) ((-817 . -146) T) ((-817 . -555) 123229) ((-817 . -654) 123194) ((-817 . -582) 123159) ((-817 . -38) 123124) ((-817 . -392) T) ((-817 . -258) T) ((-817 . -82) 123073) ((-817 . -963) 123038) ((-817 . -968) 123003) ((-817 . -588) 122953) ((-817 . -590) 122918) ((-817 . -246) T) ((-817 . -201) T) ((-817 . -345) T) ((-817 . -189) T) ((-817 . -1129) T) ((-817 . -13) T) ((-817 . -186) 122905) ((-817 . -961) T) ((-817 . -663) T) ((-817 . -1061) T) ((-817 . -1025) T) ((-817 . -970) T) ((-817 . -21) T) ((-817 . -23) T) ((-817 . -1013) T) ((-817 . -552) 122887) ((-817 . -72) T) ((-817 . -25) T) ((-817 . -104) T) ((-817 . -190) T) ((-817 . -280) 122874) ((-817 . -120) 122856) ((-817 . -950) 122843) ((-817 . -1187) 122830) ((-817 . -1198) 122817) ((-817 . -553) 122799) ((-816 . -1013) T) ((-816 . -552) 122781) ((-816 . -1129) T) ((-816 . -13) T) ((-816 . -72) T) ((-813 . -815) 122765) ((-813 . -759) 122719) ((-813 . -756) 122673) ((-813 . -663) T) ((-813 . -1013) T) ((-813 . -552) 122655) ((-813 . -72) T) ((-813 . -1025) T) ((-813 . -413) T) ((-813 . -1129) T) ((-813 . -13) T) ((-813 . -241) 122634) ((-812 . -92) 122618) ((-812 . -429) 122602) ((-812 . -1013) 122580) ((-812 . -455) 122513) ((-812 . -260) 122451) ((-812 . -552) 122365) ((-812 . -72) 122319) ((-812 . -1129) T) ((-812 . -13) T) ((-812 . -34) T) ((-812 . -923) 122303) ((-803 . -756) T) ((-803 . -552) 122285) ((-803 . -1013) T) ((-803 . -72) T) ((-803 . -13) T) ((-803 . -1129) T) ((-803 . -759) T) ((-803 . -950) 122262) ((-803 . -555) 122239) ((-800 . -1013) T) ((-800 . -552) 122221) ((-800 . -1129) T) ((-800 . -13) T) ((-800 . -72) T) ((-800 . -950) 122189) ((-800 . -555) 122157) ((-798 . -1013) T) ((-798 . -552) 122139) ((-798 . -1129) T) ((-798 . -13) T) ((-798 . -72) T) ((-795 . -1013) T) ((-795 . -552) 122121) ((-795 . -1129) T) ((-795 . -13) T) ((-795 . -72) T) ((-785 . -995) T) ((-785 . -430) 122102) ((-785 . -552) 122068) ((-785 . -555) 122049) ((-785 . -1013) T) ((-785 . -1129) T) ((-785 . -13) T) ((-785 . -72) T) ((-785 . -64) T) ((-785 . -1175) T) ((-783 . -1013) T) ((-783 . -552) 122031) ((-783 . -1129) T) ((-783 . -13) T) ((-783 . -72) T) ((-783 . -555) 122013) ((-782 . -1129) T) ((-782 . -13) T) ((-782 . -552) 121888) ((-782 . -1013) 121839) ((-782 . -72) 121790) ((-781 . -904) 121774) ((-781 . -1066) 121752) ((-781 . -950) 121619) ((-781 . -555) 121518) ((-781 . -553) 121321) ((-781 . -933) 121300) ((-781 . -821) 121279) ((-781 . -794) 121263) ((-781 . -755) 121242) ((-781 . -721) 121221) ((-781 . -718) 121200) ((-781 . -759) 121154) ((-781 . -756) 121108) ((-781 . -716) 121087) ((-781 . -714) 121066) ((-781 . -740) 121045) ((-781 . -796) 120970) ((-781 . -343) 120954) ((-781 . -580) 120902) ((-781 . -590) 120818) ((-781 . -329) 120802) ((-781 . -241) 120760) ((-781 . -260) 120725) ((-781 . -455) 120637) ((-781 . -288) 120621) ((-781 . -201) T) ((-781 . -82) 120552) ((-781 . -963) 120504) ((-781 . -968) 120456) ((-781 . -246) T) ((-781 . -654) 120408) ((-781 . -582) 120360) ((-781 . -588) 120297) ((-781 . -38) 120249) ((-781 . -258) T) ((-781 . -392) T) ((-781 . -146) T) ((-781 . -495) T) ((-781 . -832) T) ((-781 . -1134) T) ((-781 . -312) T) ((-781 . -190) 120228) ((-781 . -186) 120176) ((-781 . -189) 120130) ((-781 . -225) 120114) ((-781 . -806) 120038) ((-781 . -811) 119964) ((-781 . -809) 119923) ((-781 . -184) 119907) ((-781 . -120) 119861) ((-781 . -118) 119840) ((-781 . -104) T) ((-781 . -25) T) ((-781 . -72) T) ((-781 . -13) T) ((-781 . -1129) T) ((-781 . -552) 119822) ((-781 . -1013) T) ((-781 . -23) T) ((-781 . -21) T) ((-781 . -961) T) ((-781 . -663) T) ((-781 . -1061) T) ((-781 . -1025) T) ((-781 . -970) T) ((-780 . -904) 119799) ((-780 . -1066) NIL) ((-780 . -950) 119776) ((-780 . -555) 119706) ((-780 . -553) NIL) ((-780 . -933) NIL) ((-780 . -821) NIL) ((-780 . -794) 119683) ((-780 . -755) NIL) ((-780 . -721) NIL) ((-780 . -718) NIL) ((-780 . -759) NIL) ((-780 . -756) NIL) ((-780 . -716) NIL) ((-780 . -714) NIL) ((-780 . -740) NIL) ((-780 . -796) NIL) ((-780 . -343) 119660) ((-780 . -580) 119637) ((-780 . -590) 119582) ((-780 . -329) 119559) ((-780 . -241) 119489) ((-780 . -260) 119433) ((-780 . -455) 119296) ((-780 . -288) 119273) ((-780 . -201) T) ((-780 . -82) 119190) ((-780 . -963) 119135) ((-780 . -968) 119080) ((-780 . -246) T) ((-780 . -654) 119025) ((-780 . -582) 118970) ((-780 . -588) 118900) ((-780 . -38) 118845) ((-780 . -258) T) ((-780 . -392) T) ((-780 . -146) T) ((-780 . -495) T) ((-780 . -832) T) ((-780 . -1134) T) ((-780 . -312) T) ((-780 . -190) NIL) ((-780 . -186) NIL) ((-780 . -189) NIL) ((-780 . -225) 118822) ((-780 . -806) NIL) ((-780 . -811) NIL) ((-780 . -809) NIL) ((-780 . -184) 118799) ((-780 . -120) T) ((-780 . -118) NIL) ((-780 . -104) T) ((-780 . -25) T) ((-780 . -72) T) ((-780 . -13) T) ((-780 . -1129) T) ((-780 . -552) 118781) ((-780 . -1013) T) ((-780 . -23) T) ((-780 . -21) T) ((-780 . -961) T) ((-780 . -663) T) ((-780 . -1061) T) ((-780 . -1025) T) ((-780 . -970) T) ((-778 . -779) 118765) ((-778 . -832) T) ((-778 . -495) T) ((-778 . -246) T) ((-778 . -146) T) ((-778 . -555) 118737) ((-778 . -654) 118724) ((-778 . -582) 118711) ((-778 . -968) 118698) ((-778 . -963) 118685) ((-778 . -82) 118670) ((-778 . -38) 118657) ((-778 . -392) T) ((-778 . -258) T) ((-778 . -961) T) ((-778 . -663) T) ((-778 . -1061) T) ((-778 . -1025) T) ((-778 . -970) T) ((-778 . -21) T) ((-778 . -588) 118629) ((-778 . -23) T) ((-778 . -1013) T) ((-778 . -552) 118611) ((-778 . -1129) T) ((-778 . -13) T) ((-778 . -72) T) ((-778 . -25) T) ((-778 . -104) T) ((-778 . -590) 118598) ((-778 . -120) T) ((-775 . -961) T) ((-775 . -663) T) ((-775 . -1061) T) ((-775 . -1025) T) ((-775 . -970) T) ((-775 . -21) T) ((-775 . -588) 118543) ((-775 . -23) T) ((-775 . -1013) T) ((-775 . -552) 118505) ((-775 . -1129) T) ((-775 . -13) T) ((-775 . -72) T) ((-775 . -25) T) ((-775 . -104) T) ((-775 . -590) 118465) ((-775 . -555) 118400) ((-775 . -430) 118377) ((-775 . -38) 118347) ((-775 . -82) 118312) ((-775 . -963) 118282) ((-775 . -968) 118252) ((-775 . -582) 118222) ((-775 . -654) 118192) ((-774 . -1013) T) ((-774 . -552) 118174) ((-774 . -1129) T) ((-774 . -13) T) ((-774 . -72) T) ((-773 . -752) T) ((-773 . -759) T) ((-773 . -756) T) ((-773 . -1013) T) ((-773 . -552) 118156) ((-773 . -1129) T) ((-773 . -13) T) ((-773 . -72) T) ((-773 . -320) T) ((-773 . -553) 118078) ((-772 . -1013) T) ((-772 . -552) 118060) ((-772 . -1129) T) ((-772 . -13) T) ((-772 . -72) T) ((-771 . -770) T) ((-771 . -147) T) ((-771 . -552) 118042) ((-767 . -756) T) ((-767 . -552) 118024) ((-767 . -1013) T) ((-767 . -72) T) ((-767 . -13) T) ((-767 . -1129) T) ((-767 . -759) T) ((-764 . -761) 118008) ((-764 . -950) 117906) ((-764 . -555) 117804) ((-764 . -355) 117788) ((-764 . -654) 117758) ((-764 . -582) 117728) ((-764 . -590) 117702) ((-764 . -588) 117661) ((-764 . -104) T) ((-764 . -25) T) ((-764 . -72) T) ((-764 . -13) T) ((-764 . -1129) T) ((-764 . -552) 117643) ((-764 . -1013) T) ((-764 . -23) T) ((-764 . -21) T) ((-764 . -968) 117627) ((-764 . -963) 117611) ((-764 . -82) 117590) ((-764 . -961) T) ((-764 . -663) T) ((-764 . -1061) T) ((-764 . -1025) T) ((-764 . -970) T) ((-764 . -38) 117560) ((-763 . -761) 117544) ((-763 . -950) 117442) ((-763 . -555) 117361) ((-763 . -355) 117345) ((-763 . -654) 117315) ((-763 . -582) 117285) ((-763 . -590) 117259) ((-763 . -588) 117218) ((-763 . -104) T) ((-763 . -25) T) ((-763 . -72) T) ((-763 . -13) T) ((-763 . -1129) T) ((-763 . -552) 117200) ((-763 . -1013) T) ((-763 . -23) T) ((-763 . -21) T) ((-763 . -968) 117184) ((-763 . -963) 117168) ((-763 . -82) 117147) ((-763 . -961) T) ((-763 . -663) T) ((-763 . -1061) T) ((-763 . -1025) T) ((-763 . -970) T) ((-763 . -38) 117117) ((-757 . -759) T) ((-757 . -1129) T) ((-757 . -13) T) ((-757 . -72) T) ((-757 . -430) 117101) ((-757 . -552) 117049) ((-757 . -555) 117033) ((-750 . -1013) T) ((-750 . -552) 117015) ((-750 . -1129) T) ((-750 . -13) T) ((-750 . -72) T) ((-750 . -355) 116999) ((-750 . -555) 116872) ((-750 . -950) 116770) ((-750 . -21) 116725) ((-750 . -588) 116645) ((-750 . -23) 116600) ((-750 . -25) 116555) ((-750 . -104) 116510) ((-750 . -755) 116489) ((-750 . -721) 116468) ((-750 . -718) 116447) ((-750 . -759) 116426) ((-750 . -756) 116405) ((-750 . -716) 116384) ((-750 . -714) 116363) ((-750 . -961) 116342) ((-750 . -663) 116321) ((-750 . -1061) 116300) ((-750 . -1025) 116279) ((-750 . -970) 116258) ((-750 . -590) 116231) ((-750 . -120) 116210) ((-749 . -747) 116192) ((-749 . -72) T) ((-749 . -13) T) ((-749 . -1129) T) ((-749 . -552) 116174) ((-749 . -1013) T) ((-745 . -961) T) ((-745 . -663) T) ((-745 . -1061) T) ((-745 . -1025) T) ((-745 . -970) T) ((-745 . -21) T) ((-745 . -588) 116119) ((-745 . -23) T) ((-745 . -1013) T) ((-745 . -552) 116101) ((-745 . -1129) T) ((-745 . -13) T) ((-745 . -72) T) ((-745 . -25) T) ((-745 . -104) T) ((-745 . -590) 116061) ((-745 . -555) 116016) ((-745 . -950) 115986) ((-745 . -241) 115965) ((-745 . -120) 115944) ((-745 . -118) 115923) ((-745 . -38) 115893) ((-745 . -82) 115858) ((-745 . -963) 115828) ((-745 . -968) 115798) ((-745 . -582) 115768) ((-745 . -654) 115738) ((-743 . -1013) T) ((-743 . -552) 115720) ((-743 . -1129) T) ((-743 . -13) T) ((-743 . -72) T) ((-743 . -355) 115704) ((-743 . -555) 115577) ((-743 . -950) 115475) ((-743 . -21) 115430) ((-743 . -588) 115350) ((-743 . -23) 115305) ((-743 . -25) 115260) ((-743 . -104) 115215) ((-743 . -755) 115194) ((-743 . -721) 115173) ((-743 . -718) 115152) ((-743 . -759) 115131) ((-743 . -756) 115110) ((-743 . -716) 115089) ((-743 . -714) 115068) ((-743 . -961) 115047) ((-743 . -663) 115026) ((-743 . -1061) 115005) ((-743 . -1025) 114984) ((-743 . -970) 114963) ((-743 . -590) 114936) ((-743 . -120) 114915) ((-741 . -645) 114899) ((-741 . -555) 114854) ((-741 . -654) 114824) ((-741 . -582) 114794) ((-741 . -590) 114768) ((-741 . -588) 114727) ((-741 . -104) T) ((-741 . -25) T) ((-741 . -72) T) ((-741 . -13) T) ((-741 . -1129) T) ((-741 . -552) 114709) ((-741 . -1013) T) ((-741 . -23) T) ((-741 . -21) T) ((-741 . -968) 114693) ((-741 . -963) 114677) ((-741 . -82) 114656) ((-741 . -961) T) ((-741 . -663) T) ((-741 . -1061) T) ((-741 . -1025) T) ((-741 . -970) T) ((-741 . -38) 114626) ((-741 . -190) 114605) ((-741 . -186) 114578) ((-741 . -189) 114557) ((-739 . -336) 114541) ((-739 . -555) 114525) ((-739 . -950) 114509) ((-739 . -759) T) ((-739 . -756) T) ((-739 . -1025) T) ((-739 . -72) T) ((-739 . -13) T) ((-739 . -1129) T) ((-739 . -552) 114491) ((-739 . -1013) T) ((-739 . -663) T) ((-739 . -754) T) ((-739 . -766) T) ((-738 . -228) 114475) ((-738 . -555) 114459) ((-738 . -950) 114443) ((-738 . -759) T) ((-738 . -72) T) ((-738 . -1013) T) ((-738 . -552) 114425) ((-738 . -756) T) ((-738 . -186) 114412) ((-738 . -13) T) ((-738 . -1129) T) ((-738 . -189) T) ((-737 . -82) 114347) ((-737 . -963) 114298) ((-737 . -968) 114249) ((-737 . -21) T) ((-737 . -588) 114185) ((-737 . -23) T) ((-737 . -1013) T) ((-737 . -552) 114154) ((-737 . -1129) T) ((-737 . -13) T) ((-737 . -72) T) ((-737 . -25) T) ((-737 . -104) T) ((-737 . -590) 114105) ((-737 . -190) T) ((-737 . -555) 114014) ((-737 . -970) T) ((-737 . -1025) T) ((-737 . -1061) T) ((-737 . -663) T) ((-737 . -961) T) ((-737 . -186) 114001) ((-737 . -189) T) ((-737 . -430) 113985) ((-737 . -312) 113964) ((-737 . -1134) 113943) ((-737 . -832) 113922) ((-737 . -495) 113901) ((-737 . -146) 113880) ((-737 . -654) 113817) ((-737 . -582) 113754) ((-737 . -38) 113691) ((-737 . -392) 113670) ((-737 . -258) 113649) ((-737 . -246) 113628) ((-737 . -201) 113607) ((-736 . -213) 113546) ((-736 . -555) 113290) ((-736 . -950) 113120) ((-736 . -553) NIL) ((-736 . -277) 113082) ((-736 . -355) 113066) ((-736 . -38) 112918) ((-736 . -82) 112743) ((-736 . -963) 112589) ((-736 . -968) 112435) ((-736 . -588) 112345) ((-736 . -590) 112234) ((-736 . -582) 112086) ((-736 . -654) 111938) ((-736 . -118) 111917) ((-736 . -120) 111896) ((-736 . -146) 111810) ((-736 . -495) 111744) ((-736 . -246) 111678) ((-736 . -47) 111640) ((-736 . -329) 111624) ((-736 . -580) 111572) ((-736 . -392) 111526) ((-736 . -455) 111391) ((-736 . -809) 111327) ((-736 . -806) 111226) ((-736 . -811) 111129) ((-736 . -796) NIL) ((-736 . -821) 111108) ((-736 . -1134) 111087) ((-736 . -861) 111034) ((-736 . -260) 111021) ((-736 . -190) 111000) ((-736 . -104) T) ((-736 . -25) T) ((-736 . -72) T) ((-736 . -552) 110982) ((-736 . -1013) T) ((-736 . -23) T) ((-736 . -21) T) ((-736 . -970) T) ((-736 . -1025) T) ((-736 . -1061) T) ((-736 . -663) T) ((-736 . -961) T) ((-736 . -186) 110930) ((-736 . -13) T) ((-736 . -1129) T) ((-736 . -189) 110884) ((-736 . -225) 110868) ((-736 . -184) 110852) ((-735 . -196) 110831) ((-735 . -1187) 110801) ((-735 . -721) 110780) ((-735 . -718) 110759) ((-735 . -759) 110713) ((-735 . -756) 110667) ((-735 . -716) 110646) ((-735 . -717) 110625) ((-735 . -654) 110570) ((-735 . -582) 110495) ((-735 . -243) 110472) ((-735 . -241) 110449) ((-735 . -538) 110426) ((-735 . -950) 110255) ((-735 . -555) 110059) ((-735 . -355) 110028) ((-735 . -580) 109936) ((-735 . -590) 109775) ((-735 . -329) 109745) ((-735 . -429) 109729) ((-735 . -455) 109662) ((-735 . -260) 109600) ((-735 . -34) T) ((-735 . -318) 109584) ((-735 . -320) 109563) ((-735 . -190) 109516) ((-735 . -588) 109304) ((-735 . -970) 109283) ((-735 . -1025) 109262) ((-735 . -1061) 109241) ((-735 . -663) 109220) ((-735 . -961) 109199) ((-735 . -186) 109095) ((-735 . -189) 108997) ((-735 . -225) 108967) ((-735 . -806) 108839) ((-735 . -811) 108713) ((-735 . -809) 108646) ((-735 . -184) 108616) ((-735 . -552) 108313) ((-735 . -968) 108238) ((-735 . -963) 108143) ((-735 . -82) 108063) ((-735 . -104) 107938) ((-735 . -25) 107775) ((-735 . -72) 107512) ((-735 . -13) T) ((-735 . -1129) T) ((-735 . -1013) 107268) ((-735 . -23) 107124) ((-735 . -21) 107039) ((-722 . -720) 107023) ((-722 . -759) 107002) ((-722 . -756) 106981) ((-722 . -950) 106774) ((-722 . -555) 106627) ((-722 . -355) 106591) ((-722 . -241) 106549) ((-722 . -260) 106514) ((-722 . -455) 106426) ((-722 . -288) 106410) ((-722 . -320) 106389) ((-722 . -553) 106350) ((-722 . -120) 106329) ((-722 . -118) 106308) ((-722 . -654) 106292) ((-722 . -582) 106276) ((-722 . -590) 106250) ((-722 . -588) 106209) ((-722 . -104) T) ((-722 . -25) T) ((-722 . -72) T) ((-722 . -13) T) ((-722 . -1129) T) ((-722 . -552) 106191) ((-722 . -1013) T) ((-722 . -23) T) ((-722 . -21) T) ((-722 . -968) 106175) ((-722 . -963) 106159) ((-722 . -82) 106138) ((-722 . -961) T) ((-722 . -663) T) ((-722 . -1061) T) ((-722 . -1025) T) ((-722 . -970) T) ((-722 . -38) 106122) ((-704 . -1155) 106106) ((-704 . -1066) 106084) ((-704 . -553) NIL) ((-704 . -260) 106071) ((-704 . -455) 106019) ((-704 . -277) 105996) ((-704 . -950) 105858) ((-704 . -355) 105842) ((-704 . -38) 105674) ((-704 . -82) 105479) ((-704 . -963) 105305) ((-704 . -968) 105131) ((-704 . -588) 105041) ((-704 . -590) 104930) ((-704 . -582) 104762) ((-704 . -654) 104594) ((-704 . -555) 104350) ((-704 . -118) 104329) ((-704 . -120) 104308) ((-704 . -47) 104285) ((-704 . -329) 104269) ((-704 . -580) 104217) ((-704 . -809) 104161) ((-704 . -806) 104068) ((-704 . -811) 103979) ((-704 . -796) NIL) ((-704 . -821) 103958) ((-704 . -1134) 103937) ((-704 . -861) 103907) ((-704 . -832) 103886) ((-704 . -495) 103800) ((-704 . -246) 103714) ((-704 . -146) 103608) ((-704 . -392) 103542) ((-704 . -258) 103521) ((-704 . -241) 103448) ((-704 . -190) T) ((-704 . -104) T) ((-704 . -25) T) ((-704 . -72) T) ((-704 . -552) 103409) ((-704 . -1013) T) ((-704 . -23) T) ((-704 . -21) T) ((-704 . -970) T) ((-704 . -1025) T) ((-704 . -1061) T) ((-704 . -663) T) ((-704 . -961) T) ((-704 . -186) 103396) ((-704 . -13) T) ((-704 . -1129) T) ((-704 . -189) T) ((-704 . -225) 103380) ((-704 . -184) 103364) ((-703 . -977) 103331) ((-703 . -553) 102966) ((-703 . -260) 102953) ((-703 . -455) 102905) ((-703 . -277) 102877) ((-703 . -950) 102736) ((-703 . -355) 102720) ((-703 . -38) 102572) ((-703 . -555) 102345) ((-703 . -590) 102234) ((-703 . -588) 102144) ((-703 . -970) T) ((-703 . -1025) T) ((-703 . -1061) T) ((-703 . -663) T) ((-703 . -961) T) ((-703 . -82) 101969) ((-703 . -963) 101815) ((-703 . -968) 101661) ((-703 . -21) T) ((-703 . -23) T) ((-703 . -1013) T) ((-703 . -552) 101575) ((-703 . -1129) T) ((-703 . -13) T) ((-703 . -72) T) ((-703 . -25) T) ((-703 . -104) T) ((-703 . -582) 101427) ((-703 . -654) 101279) ((-703 . -118) 101258) ((-703 . -120) 101237) ((-703 . -146) 101151) ((-703 . -495) 101085) ((-703 . -246) 101019) ((-703 . -47) 100991) ((-703 . -329) 100975) ((-703 . -580) 100923) ((-703 . -392) 100877) ((-703 . -809) 100861) ((-703 . -806) 100843) ((-703 . -811) 100827) ((-703 . -796) 100686) ((-703 . -821) 100665) ((-703 . -1134) 100644) ((-703 . -861) 100611) ((-696 . -1013) T) ((-696 . -552) 100593) ((-696 . -1129) T) ((-696 . -13) T) ((-696 . -72) T) ((-694 . -717) T) ((-694 . -104) T) ((-694 . -25) T) ((-694 . -72) T) ((-694 . -13) T) ((-694 . -1129) T) ((-694 . -552) 100575) ((-694 . -1013) T) ((-694 . -23) T) ((-694 . -716) T) ((-694 . -756) T) ((-694 . -759) T) ((-694 . -718) T) ((-694 . -721) T) ((-694 . -663) T) ((-694 . -1025) T) ((-675 . -676) 100559) ((-675 . -1011) 100543) ((-675 . -193) 100527) ((-675 . -553) 100488) ((-675 . -124) 100472) ((-675 . -1035) 100456) ((-675 . -34) T) ((-675 . -13) T) ((-675 . -1129) T) ((-675 . -72) T) ((-675 . -552) 100438) ((-675 . -260) 100376) ((-675 . -455) 100309) ((-675 . -1013) T) ((-675 . -429) 100293) ((-675 . -76) 100277) ((-675 . -634) 100261) ((-675 . -318) 100245) ((-674 . -961) T) ((-674 . -663) T) ((-674 . -1061) T) ((-674 . -1025) T) ((-674 . -970) T) ((-674 . -21) T) ((-674 . -588) 100190) ((-674 . -23) T) ((-674 . -1013) T) ((-674 . -552) 100172) ((-674 . -1129) T) ((-674 . -13) T) ((-674 . -72) T) ((-674 . -25) T) ((-674 . -104) T) ((-674 . -590) 100132) ((-674 . -555) 100088) ((-674 . -950) 100059) ((-674 . -120) 100038) ((-674 . -118) 100017) ((-674 . -38) 99987) ((-674 . -82) 99952) ((-674 . -963) 99922) ((-674 . -968) 99892) ((-674 . -582) 99862) ((-674 . -654) 99832) ((-674 . -320) 99785) ((-670 . -861) 99738) ((-670 . -555) 99530) ((-670 . -950) 99408) ((-670 . -1134) 99387) ((-670 . -821) 99366) ((-670 . -796) NIL) ((-670 . -811) 99343) ((-670 . -806) 99318) ((-670 . -809) 99295) ((-670 . -455) 99233) ((-670 . -392) 99187) ((-670 . -580) 99135) ((-670 . -590) 99024) ((-670 . -329) 99008) ((-670 . -47) 98973) ((-670 . -38) 98825) ((-670 . -582) 98677) ((-670 . -654) 98529) ((-670 . -246) 98463) ((-670 . -495) 98397) ((-670 . -82) 98222) ((-670 . -963) 98068) ((-670 . -968) 97914) ((-670 . -146) 97828) ((-670 . -120) 97807) ((-670 . -118) 97786) ((-670 . -588) 97696) ((-670 . -104) T) ((-670 . -25) T) ((-670 . -72) T) ((-670 . -13) T) ((-670 . -1129) T) ((-670 . -552) 97678) ((-670 . -1013) T) ((-670 . -23) T) ((-670 . -21) T) ((-670 . -961) T) ((-670 . -663) T) ((-670 . -1061) T) ((-670 . -1025) T) ((-670 . -970) T) ((-670 . -355) 97662) ((-670 . -277) 97627) ((-670 . -260) 97614) ((-670 . -553) 97475) ((-664 . -665) 97459) ((-664 . -80) 97443) ((-664 . -1129) T) ((-664 . |MappingCategory|) 97417) ((-664 . -1023) 97401) ((-664 . -1013) T) ((-664 . -552) 97362) ((-664 . -13) T) ((-664 . -72) T) ((-655 . -413) T) ((-655 . -1025) T) ((-655 . -72) T) ((-655 . -13) T) ((-655 . -1129) T) ((-655 . -552) 97344) ((-655 . -1013) T) ((-655 . -663) T) ((-652 . -961) T) ((-652 . -663) T) ((-652 . -1061) T) ((-652 . -1025) T) ((-652 . -970) T) ((-652 . -21) T) ((-652 . -588) 97316) ((-652 . -23) T) ((-652 . -1013) T) ((-652 . -552) 97298) ((-652 . -1129) T) ((-652 . -13) T) ((-652 . -72) T) ((-652 . -25) T) ((-652 . -104) T) ((-652 . -590) 97285) ((-652 . -555) 97267) ((-651 . -961) T) ((-651 . -663) T) ((-651 . -1061) T) ((-651 . -1025) T) ((-651 . -970) T) ((-651 . -21) T) ((-651 . -588) 97212) ((-651 . -23) T) ((-651 . -1013) T) ((-651 . -552) 97194) ((-651 . -1129) T) ((-651 . -13) T) ((-651 . -72) T) ((-651 . -25) T) ((-651 . -104) T) ((-651 . -590) 97154) ((-651 . -555) 97109) ((-651 . -950) 97079) ((-651 . -241) 97058) ((-651 . -120) 97037) ((-651 . -118) 97016) ((-651 . -38) 96986) ((-651 . -82) 96951) ((-651 . -963) 96921) ((-651 . -968) 96891) ((-651 . -582) 96861) ((-651 . -654) 96831) ((-650 . -756) T) ((-650 . -552) 96766) ((-650 . -1013) T) ((-650 . -72) T) ((-650 . -13) T) ((-650 . -1129) T) ((-650 . -759) T) ((-650 . -430) 96716) ((-650 . -555) 96666) ((-649 . -1155) 96650) ((-649 . -1066) 96628) ((-649 . -553) NIL) ((-649 . -260) 96615) ((-649 . -455) 96563) ((-649 . -277) 96540) ((-649 . -950) 96423) ((-649 . -355) 96407) ((-649 . -38) 96239) ((-649 . -82) 96044) ((-649 . -963) 95870) ((-649 . -968) 95696) ((-649 . -588) 95606) ((-649 . -590) 95495) ((-649 . -582) 95327) ((-649 . -654) 95159) ((-649 . -555) 94923) ((-649 . -118) 94902) ((-649 . -120) 94881) ((-649 . -47) 94858) ((-649 . -329) 94842) ((-649 . -580) 94790) ((-649 . -809) 94734) ((-649 . -806) 94641) ((-649 . -811) 94552) ((-649 . -796) NIL) ((-649 . -821) 94531) ((-649 . -1134) 94510) ((-649 . -861) 94480) ((-649 . -832) 94459) ((-649 . -495) 94373) ((-649 . -246) 94287) ((-649 . -146) 94181) ((-649 . -392) 94115) ((-649 . -258) 94094) ((-649 . -241) 94021) ((-649 . -190) T) ((-649 . -104) T) ((-649 . -25) T) ((-649 . -72) T) ((-649 . -552) 94003) ((-649 . -1013) T) ((-649 . -23) T) ((-649 . -21) T) ((-649 . -970) T) ((-649 . -1025) T) ((-649 . -1061) T) ((-649 . -663) T) ((-649 . -961) T) ((-649 . -186) 93990) ((-649 . -13) T) ((-649 . -1129) T) ((-649 . -189) T) ((-649 . -225) 93974) ((-649 . -184) 93958) ((-649 . -320) 93937) ((-648 . -312) T) ((-648 . -1134) T) ((-648 . -832) T) ((-648 . -495) T) ((-648 . -146) T) ((-648 . -555) 93887) ((-648 . -654) 93852) ((-648 . -582) 93817) ((-648 . -38) 93782) ((-648 . -392) T) ((-648 . -258) T) ((-648 . -590) 93747) ((-648 . -588) 93697) ((-648 . -970) T) ((-648 . -1025) T) ((-648 . -1061) T) ((-648 . -663) T) ((-648 . -961) T) ((-648 . -82) 93646) ((-648 . -963) 93611) ((-648 . -968) 93576) ((-648 . -21) T) ((-648 . -23) T) ((-648 . -1013) T) ((-648 . -552) 93558) ((-648 . -1129) T) ((-648 . -13) T) ((-648 . -72) T) ((-648 . -25) T) ((-648 . -104) T) ((-648 . -246) T) ((-648 . -201) T) ((-647 . -1013) T) ((-647 . -552) 93540) ((-647 . -1129) T) ((-647 . -13) T) ((-647 . -72) T) ((-632 . -1175) T) ((-632 . -950) 93524) ((-632 . -555) 93508) ((-632 . -552) 93490) ((-630 . -627) 93448) ((-630 . -318) 93432) ((-630 . -34) T) ((-630 . -13) T) ((-630 . -1129) T) ((-630 . -72) 93386) ((-630 . -552) 93321) ((-630 . -260) 93259) ((-630 . -455) 93192) ((-630 . -1013) 93170) ((-630 . -429) 93154) ((-630 . -1035) 93138) ((-630 . -57) 93096) ((-630 . -553) 93057) ((-622 . -995) T) ((-622 . -430) 93038) ((-622 . -552) 92988) ((-622 . -555) 92969) ((-622 . -1013) T) ((-622 . -1129) T) ((-622 . -13) T) ((-622 . -72) T) ((-622 . -64) T) ((-618 . -756) T) ((-618 . -552) 92951) ((-618 . -1013) T) ((-618 . -72) T) ((-618 . -13) T) ((-618 . -1129) T) ((-618 . -759) T) ((-618 . -950) 92935) ((-618 . -555) 92919) ((-617 . -995) T) ((-617 . -430) 92900) ((-617 . -552) 92866) ((-617 . -555) 92847) ((-617 . -1013) T) ((-617 . -1129) T) ((-617 . -13) T) ((-617 . -72) T) ((-617 . -64) T) ((-614 . -756) T) ((-614 . -552) 92829) ((-614 . -1013) T) ((-614 . -72) T) ((-614 . -13) T) ((-614 . -1129) T) ((-614 . -759) T) ((-614 . -950) 92813) ((-614 . -555) 92797) ((-613 . -995) T) ((-613 . -430) 92778) ((-613 . -552) 92744) ((-613 . -555) 92725) ((-613 . -1013) T) ((-613 . -1129) T) ((-613 . -13) T) ((-613 . -72) T) ((-613 . -64) T) ((-612 . -1037) 92670) ((-612 . -318) 92654) ((-612 . -34) T) ((-612 . -260) 92592) ((-612 . -455) 92525) ((-612 . -429) 92509) ((-612 . -965) 92449) ((-612 . -950) 92347) ((-612 . -555) 92266) ((-612 . -355) 92250) ((-612 . -580) 92198) ((-612 . -590) 92136) ((-612 . -329) 92120) ((-612 . -190) 92099) ((-612 . -186) 92047) ((-612 . -189) 92001) ((-612 . -225) 91985) ((-612 . -806) 91909) ((-612 . -811) 91835) ((-612 . -809) 91794) ((-612 . -184) 91778) ((-612 . -654) 91762) ((-612 . -582) 91746) ((-612 . -588) 91705) ((-612 . -104) T) ((-612 . -25) T) ((-612 . -72) T) ((-612 . -13) T) ((-612 . -1129) T) ((-612 . -552) 91667) ((-612 . -1013) T) ((-612 . -23) T) ((-612 . -21) T) ((-612 . -968) 91651) ((-612 . -963) 91635) ((-612 . -82) 91614) ((-612 . -961) T) ((-612 . -663) T) ((-612 . -1061) T) ((-612 . -1025) T) ((-612 . -970) T) ((-612 . -38) 91574) ((-612 . -361) 91558) ((-612 . -683) 91542) ((-612 . -657) T) ((-612 . -685) T) ((-612 . -316) 91526) ((-612 . -241) 91503) ((-606 . -326) 91482) ((-606 . -654) 91466) ((-606 . -582) 91450) ((-606 . -590) 91434) ((-606 . -588) 91403) ((-606 . -104) T) ((-606 . -25) T) ((-606 . -72) T) ((-606 . -13) T) ((-606 . -1129) T) ((-606 . -552) 91385) ((-606 . -1013) T) ((-606 . -23) T) ((-606 . -21) T) ((-606 . -968) 91369) ((-606 . -963) 91353) ((-606 . -82) 91332) ((-606 . -574) 91316) ((-606 . -335) 91288) ((-606 . -555) 91265) ((-606 . -950) 91242) ((-598 . -600) 91226) ((-598 . -38) 91196) ((-598 . -555) 91115) ((-598 . -590) 91089) ((-598 . -588) 91048) ((-598 . -970) T) ((-598 . -1025) T) ((-598 . -1061) T) ((-598 . -663) T) ((-598 . -961) T) ((-598 . -82) 91027) ((-598 . -963) 91011) ((-598 . -968) 90995) ((-598 . -21) T) ((-598 . -23) T) ((-598 . -1013) T) ((-598 . -552) 90977) ((-598 . -72) T) ((-598 . -25) T) ((-598 . -104) T) ((-598 . -582) 90947) ((-598 . -654) 90917) ((-598 . -355) 90901) ((-598 . -950) 90799) ((-598 . -761) 90783) ((-598 . -1129) T) ((-598 . -13) T) ((-598 . -241) 90744) ((-597 . -600) 90728) ((-597 . -38) 90698) ((-597 . -555) 90617) ((-597 . -590) 90591) ((-597 . -588) 90550) ((-597 . -970) T) ((-597 . -1025) T) ((-597 . -1061) T) ((-597 . -663) T) ((-597 . -961) T) ((-597 . -82) 90529) ((-597 . -963) 90513) ((-597 . -968) 90497) ((-597 . -21) T) ((-597 . -23) T) ((-597 . -1013) T) ((-597 . -552) 90479) ((-597 . -72) T) ((-597 . -25) T) ((-597 . -104) T) ((-597 . -582) 90449) ((-597 . -654) 90419) ((-597 . -355) 90403) ((-597 . -950) 90301) ((-597 . -761) 90285) ((-597 . -1129) T) ((-597 . -13) T) ((-597 . -241) 90264) ((-596 . -600) 90248) ((-596 . -38) 90218) ((-596 . -555) 90137) ((-596 . -590) 90111) ((-596 . -588) 90070) ((-596 . -970) T) ((-596 . -1025) T) ((-596 . -1061) T) ((-596 . -663) T) ((-596 . -961) T) ((-596 . -82) 90049) ((-596 . -963) 90033) ((-596 . -968) 90017) ((-596 . -21) T) ((-596 . -23) T) ((-596 . -1013) T) ((-596 . -552) 89999) ((-596 . -72) T) ((-596 . -25) T) ((-596 . -104) T) ((-596 . -582) 89969) ((-596 . -654) 89939) ((-596 . -355) 89923) ((-596 . -950) 89821) ((-596 . -761) 89805) ((-596 . -1129) T) ((-596 . -13) T) ((-596 . -241) 89784) ((-594 . -654) 89768) ((-594 . -582) 89752) ((-594 . -590) 89736) ((-594 . -588) 89705) ((-594 . -104) T) ((-594 . -25) T) ((-594 . -72) T) ((-594 . -13) T) ((-594 . -1129) T) ((-594 . -552) 89687) ((-594 . -1013) T) ((-594 . -23) T) ((-594 . -21) T) ((-594 . -968) 89671) ((-594 . -963) 89655) ((-594 . -82) 89634) ((-594 . -714) 89613) ((-594 . -716) 89592) ((-594 . -756) 89571) ((-594 . -759) 89550) ((-594 . -718) 89529) ((-594 . -721) 89508) ((-591 . -1013) T) ((-591 . -552) 89490) ((-591 . -1129) T) ((-591 . -13) T) ((-591 . -72) T) ((-591 . -950) 89474) ((-591 . -555) 89458) ((-589 . -634) 89442) ((-589 . -76) 89426) ((-589 . -429) 89410) ((-589 . -1013) 89388) ((-589 . -455) 89321) ((-589 . -260) 89259) ((-589 . -552) 89194) ((-589 . -72) 89148) ((-589 . -1129) T) ((-589 . -13) T) ((-589 . -34) T) ((-589 . -1035) 89132) ((-589 . -124) 89116) ((-589 . -553) 89077) ((-589 . -193) 89061) ((-589 . -318) 89045) ((-587 . -995) T) ((-587 . -430) 89026) ((-587 . -552) 88979) ((-587 . -555) 88960) ((-587 . -1013) T) ((-587 . -1129) T) ((-587 . -13) T) ((-587 . -72) T) ((-587 . -64) T) ((-583 . -608) 88944) ((-583 . -1168) 88928) ((-583 . -923) 88912) ((-583 . -1064) 88896) ((-583 . -318) 88880) ((-583 . -756) 88859) ((-583 . -759) 88838) ((-583 . -324) 88822) ((-583 . -593) 88806) ((-583 . -243) 88783) ((-583 . -241) 88735) ((-583 . -538) 88712) ((-583 . -553) 88673) ((-583 . -429) 88657) ((-583 . -1013) 88610) ((-583 . -455) 88543) ((-583 . -260) 88481) ((-583 . -552) 88396) ((-583 . -72) 88330) ((-583 . -1129) T) ((-583 . -13) T) ((-583 . -34) T) ((-583 . -124) 88314) ((-583 . -1035) 88298) ((-583 . -237) 88282) ((-581 . -1187) 88266) ((-581 . -82) 88245) ((-581 . -963) 88229) ((-581 . -968) 88213) ((-581 . -21) T) ((-581 . -588) 88182) ((-581 . -23) T) ((-581 . -1013) T) ((-581 . -552) 88164) ((-581 . -1129) T) ((-581 . -13) T) ((-581 . -72) T) ((-581 . -25) T) ((-581 . -104) T) ((-581 . -590) 88148) ((-581 . -582) 88132) ((-581 . -654) 88116) ((-581 . -241) 88083) ((-579 . -1187) 88067) ((-579 . -82) 88046) ((-579 . -963) 88030) ((-579 . -968) 88014) ((-579 . -21) T) ((-579 . -588) 87983) ((-579 . -23) T) ((-579 . -1013) T) ((-579 . -552) 87965) ((-579 . -1129) T) ((-579 . -13) T) ((-579 . -72) T) ((-579 . -25) T) ((-579 . -104) T) ((-579 . -590) 87949) ((-579 . -582) 87933) ((-579 . -654) 87917) ((-579 . -555) 87894) ((-579 . -449) 87866) ((-579 . -557) 87824) ((-577 . -752) T) ((-577 . -759) T) ((-577 . -756) T) ((-577 . -1013) T) ((-577 . -552) 87806) ((-577 . -1129) T) ((-577 . -13) T) ((-577 . -72) T) ((-577 . -320) T) ((-577 . -555) 87783) ((-572 . -683) 87767) ((-572 . -657) T) ((-572 . -685) T) ((-572 . -82) 87746) ((-572 . -963) 87730) ((-572 . -968) 87714) ((-572 . -21) T) ((-572 . -588) 87683) ((-572 . -23) T) ((-572 . -1013) T) ((-572 . -552) 87652) ((-572 . -1129) T) ((-572 . -13) T) ((-572 . -72) T) ((-572 . -25) T) ((-572 . -104) T) ((-572 . -590) 87636) ((-572 . -582) 87620) ((-572 . -654) 87604) ((-572 . -361) 87569) ((-572 . -316) 87504) ((-572 . -241) 87462) ((-571 . -1107) 87437) ((-571 . -183) 87381) ((-571 . -76) 87325) ((-571 . -1035) 87255) ((-571 . -124) 87199) ((-571 . -553) NIL) ((-571 . -193) 87143) ((-571 . -538) 87118) ((-571 . -260) 86963) ((-571 . -455) 86763) ((-571 . -429) 86693) ((-571 . -241) 86646) ((-571 . -243) 86621) ((-571 . -549) 86596) ((-571 . -1013) T) ((-571 . -552) 86578) ((-571 . -72) T) ((-571 . -1129) T) ((-571 . -13) T) ((-571 . -34) T) ((-571 . -318) 86522) ((-566 . -413) T) ((-566 . -1025) T) ((-566 . -72) T) ((-566 . -13) T) ((-566 . -1129) T) ((-566 . -552) 86504) ((-566 . -1013) T) ((-566 . -663) T) ((-565 . -995) T) ((-565 . -430) 86485) ((-565 . -552) 86451) ((-565 . -555) 86432) ((-565 . -1013) T) ((-565 . -1129) T) ((-565 . -13) T) ((-565 . -72) T) ((-565 . -64) T) ((-562 . -184) 86416) ((-562 . -809) 86375) ((-562 . -811) 86301) ((-562 . -806) 86225) ((-562 . -225) 86209) ((-562 . -189) 86163) ((-562 . -1129) T) ((-562 . -13) T) ((-562 . -186) 86111) ((-562 . -961) T) ((-562 . -663) T) ((-562 . -1061) T) ((-562 . -1025) T) ((-562 . -970) T) ((-562 . -21) T) ((-562 . -588) 86083) ((-562 . -23) T) ((-562 . -1013) T) ((-562 . -552) 86065) ((-562 . -72) T) ((-562 . -25) T) ((-562 . -104) T) ((-562 . -590) 86052) ((-562 . -555) 85948) ((-562 . -190) 85927) ((-562 . -495) T) ((-562 . -246) T) ((-562 . -146) T) ((-562 . -654) 85914) ((-562 . -582) 85901) ((-562 . -968) 85888) ((-562 . -963) 85875) ((-562 . -82) 85860) ((-562 . -38) 85847) ((-562 . -553) 85824) ((-562 . -355) 85808) ((-562 . -950) 85693) ((-562 . -120) 85672) ((-562 . -118) 85651) ((-562 . -258) 85630) ((-562 . -392) 85609) ((-562 . -832) 85588) ((-558 . -38) 85572) ((-558 . -555) 85541) ((-558 . -590) 85515) ((-558 . -588) 85474) ((-558 . -970) T) ((-558 . -1025) T) ((-558 . -1061) T) ((-558 . -663) T) ((-558 . -961) T) ((-558 . -82) 85453) ((-558 . -963) 85437) ((-558 . -968) 85421) ((-558 . -21) T) ((-558 . -23) T) ((-558 . -1013) T) ((-558 . -552) 85403) ((-558 . -1129) T) ((-558 . -13) T) ((-558 . -72) T) ((-558 . -25) T) ((-558 . -104) T) ((-558 . -582) 85387) ((-558 . -654) 85371) ((-558 . -755) 85350) ((-558 . -721) 85329) ((-558 . -718) 85308) ((-558 . -759) 85287) ((-558 . -756) 85266) ((-558 . -716) 85245) ((-558 . -714) 85224) ((-558 . -120) 85203) ((-556 . -880) T) ((-556 . -72) T) ((-556 . -552) 85185) ((-556 . -1013) T) ((-556 . -604) T) ((-556 . -13) T) ((-556 . -1129) T) ((-556 . -84) T) ((-556 . -320) T) ((-550 . -105) T) ((-550 . -72) T) ((-550 . -13) T) ((-550 . -1129) T) ((-550 . -552) 85167) ((-550 . -1013) T) ((-550 . -756) T) ((-550 . -759) T) ((-550 . -794) 85151) ((-550 . -553) 85012) ((-547 . -314) 84950) ((-547 . -72) T) ((-547 . -13) T) ((-547 . -1129) T) ((-547 . -552) 84932) ((-547 . -1013) T) ((-547 . -1107) 84908) ((-547 . -183) 84853) ((-547 . -76) 84798) ((-547 . -1035) 84730) ((-547 . -124) 84675) ((-547 . -553) NIL) ((-547 . -193) 84620) ((-547 . -538) 84596) ((-547 . -260) 84385) ((-547 . -455) 84125) ((-547 . -429) 84057) ((-547 . -241) 84033) ((-547 . -243) 84009) ((-547 . -549) 83985) ((-547 . -34) T) ((-547 . -318) 83930) ((-546 . -1013) T) ((-546 . -552) 83882) ((-546 . -1129) T) ((-546 . -13) T) ((-546 . -72) T) ((-546 . -430) 83849) ((-546 . -555) 83816) ((-545 . -1013) T) ((-545 . -552) 83798) ((-545 . -1129) T) ((-545 . -13) T) ((-545 . -72) T) ((-545 . -604) T) ((-544 . -1013) T) ((-544 . -552) 83780) ((-544 . -1129) T) ((-544 . -13) T) ((-544 . -72) T) ((-544 . -604) T) ((-543 . -1013) T) ((-543 . -552) 83747) ((-543 . -1129) T) ((-543 . -13) T) ((-543 . -72) T) ((-542 . -1013) T) ((-542 . -552) 83729) ((-542 . -1129) T) ((-542 . -13) T) ((-542 . -72) T) ((-542 . -604) T) ((-541 . -1013) T) ((-541 . -552) 83696) ((-541 . -1129) T) ((-541 . -13) T) ((-541 . -72) T) ((-541 . -430) 83678) ((-541 . -555) 83660) ((-540 . -683) 83644) ((-540 . -657) T) ((-540 . -685) T) ((-540 . -82) 83623) ((-540 . -963) 83607) ((-540 . -968) 83591) ((-540 . -21) T) ((-540 . -588) 83560) ((-540 . -23) T) ((-540 . -1013) T) ((-540 . -552) 83529) ((-540 . -1129) T) ((-540 . -13) T) ((-540 . -72) T) ((-540 . -25) T) ((-540 . -104) T) ((-540 . -590) 83513) ((-540 . -582) 83497) ((-540 . -654) 83481) ((-540 . -361) 83446) ((-540 . -316) 83381) ((-540 . -241) 83339) ((-539 . -995) T) ((-539 . -430) 83320) ((-539 . -552) 83270) ((-539 . -555) 83251) ((-539 . -1013) T) ((-539 . -1129) T) ((-539 . -13) T) ((-539 . -72) T) ((-539 . -64) T) ((-536 . -552) 83233) ((-532 . -1013) T) ((-532 . -552) 83199) ((-532 . -1129) T) ((-532 . -13) T) ((-532 . -72) T) ((-532 . -430) 83180) ((-532 . -555) 83161) ((-531 . -961) T) ((-531 . -663) T) ((-531 . -1061) T) ((-531 . -1025) T) ((-531 . -970) T) ((-531 . -21) T) ((-531 . -588) 83120) ((-531 . -23) T) ((-531 . -1013) T) ((-531 . -552) 83102) ((-531 . -1129) T) ((-531 . -13) T) ((-531 . -72) T) ((-531 . -25) T) ((-531 . -104) T) ((-531 . -590) 83076) ((-531 . -555) 83034) ((-531 . -82) 82987) ((-531 . -963) 82947) ((-531 . -968) 82907) ((-531 . -495) 82886) ((-531 . -246) 82865) ((-531 . -146) 82844) ((-531 . -654) 82817) ((-531 . -582) 82790) ((-531 . -38) 82763) ((-530 . -1158) 82740) ((-530 . -47) 82717) ((-530 . -38) 82614) ((-530 . -582) 82511) ((-530 . -654) 82408) ((-530 . -555) 82290) ((-530 . -246) 82269) ((-530 . -495) 82248) ((-530 . -82) 82113) ((-530 . -963) 81999) ((-530 . -968) 81885) ((-530 . -146) 81839) ((-530 . -120) 81818) ((-530 . -118) 81797) ((-530 . -590) 81722) ((-530 . -588) 81632) ((-530 . -886) 81602) ((-530 . -811) 81515) ((-530 . -806) 81426) ((-530 . -809) 81339) ((-530 . -241) 81304) ((-530 . -189) 81263) ((-530 . -1129) T) ((-530 . -13) T) ((-530 . -186) 81216) ((-530 . -961) T) ((-530 . -663) T) ((-530 . -1061) T) ((-530 . -1025) T) ((-530 . -970) T) ((-530 . -21) T) ((-530 . -23) T) ((-530 . -1013) T) ((-530 . -552) 81198) ((-530 . -72) T) ((-530 . -25) T) ((-530 . -104) T) ((-530 . -190) 81157) ((-528 . -995) T) ((-528 . -430) 81138) ((-528 . -552) 81104) ((-528 . -555) 81085) ((-528 . -1013) T) ((-528 . -1129) T) ((-528 . -13) T) ((-528 . -72) T) ((-528 . -64) T) ((-522 . -1013) T) ((-522 . -552) 81051) ((-522 . -1129) T) ((-522 . -13) T) ((-522 . -72) T) ((-522 . -430) 81032) ((-522 . -555) 81013) ((-519 . -654) 80988) ((-519 . -582) 80963) ((-519 . -590) 80938) ((-519 . -588) 80898) ((-519 . -104) T) ((-519 . -25) T) ((-519 . -72) T) ((-519 . -13) T) ((-519 . -1129) T) ((-519 . -552) 80880) ((-519 . -1013) T) ((-519 . -23) T) ((-519 . -21) T) ((-519 . -968) 80855) ((-519 . -963) 80830) ((-519 . -82) 80791) ((-519 . -950) 80775) ((-519 . -555) 80759) ((-517 . -299) T) ((-517 . -1066) T) ((-517 . -320) T) ((-517 . -118) T) ((-517 . -312) T) ((-517 . -1134) T) ((-517 . -832) T) ((-517 . -495) T) ((-517 . -146) T) ((-517 . -555) 80709) ((-517 . -654) 80674) ((-517 . -582) 80639) ((-517 . -38) 80604) ((-517 . -392) T) ((-517 . -258) T) ((-517 . -82) 80553) ((-517 . -963) 80518) ((-517 . -968) 80483) ((-517 . -588) 80433) ((-517 . -590) 80398) ((-517 . -246) T) ((-517 . -201) T) ((-517 . -345) T) ((-517 . -189) T) ((-517 . -1129) T) ((-517 . -13) T) ((-517 . -186) 80385) ((-517 . -961) T) ((-517 . -663) T) ((-517 . -1061) T) ((-517 . -1025) T) ((-517 . -970) T) ((-517 . -21) T) ((-517 . -23) T) ((-517 . -1013) T) ((-517 . -552) 80367) ((-517 . -72) T) ((-517 . -25) T) ((-517 . -104) T) ((-517 . -190) T) ((-517 . -280) 80354) ((-517 . -120) 80336) ((-517 . -950) 80323) ((-517 . -1187) 80310) ((-517 . -1198) 80297) ((-517 . -553) 80279) ((-516 . -779) 80263) ((-516 . -832) T) ((-516 . -495) T) ((-516 . -246) T) ((-516 . -146) T) ((-516 . -555) 80235) ((-516 . -654) 80222) ((-516 . -582) 80209) ((-516 . -968) 80196) ((-516 . -963) 80183) ((-516 . -82) 80168) ((-516 . -38) 80155) ((-516 . -392) T) ((-516 . -258) T) ((-516 . -961) T) ((-516 . -663) T) ((-516 . -1061) T) ((-516 . -1025) T) ((-516 . -970) T) ((-516 . -21) T) ((-516 . -588) 80127) ((-516 . -23) T) ((-516 . -1013) T) ((-516 . -552) 80109) ((-516 . -1129) T) ((-516 . -13) T) ((-516 . -72) T) ((-516 . -25) T) ((-516 . -104) T) ((-516 . -590) 80096) ((-516 . -120) T) ((-515 . -1013) T) ((-515 . -552) 80078) ((-515 . -1129) T) ((-515 . -13) T) ((-515 . -72) T) ((-514 . -1013) T) ((-514 . -552) 80060) ((-514 . -1129) T) ((-514 . -13) T) ((-514 . -72) T) ((-513 . -512) T) ((-513 . -770) T) ((-513 . -147) T) ((-513 . -465) T) ((-513 . -552) 80042) ((-507 . -493) 80026) ((-507 . -35) T) ((-507 . -66) T) ((-507 . -239) T) ((-507 . -433) T) ((-507 . -1118) T) ((-507 . -1115) T) ((-507 . -950) 80008) ((-507 . -915) T) ((-507 . -759) T) ((-507 . -756) T) ((-507 . -495) T) ((-507 . -246) T) ((-507 . -146) T) ((-507 . -555) 79980) ((-507 . -654) 79967) ((-507 . -582) 79954) ((-507 . -590) 79941) ((-507 . -588) 79913) ((-507 . -104) T) ((-507 . -25) T) ((-507 . -72) T) ((-507 . -13) T) ((-507 . -1129) T) ((-507 . -552) 79895) ((-507 . -1013) T) ((-507 . -23) T) ((-507 . -21) T) ((-507 . -968) 79882) ((-507 . -963) 79869) ((-507 . -82) 79854) ((-507 . -961) T) ((-507 . -663) T) ((-507 . -1061) T) ((-507 . -1025) T) ((-507 . -970) T) ((-507 . -38) 79841) ((-507 . -392) T) ((-489 . -1107) 79820) ((-489 . -183) 79768) ((-489 . -76) 79716) ((-489 . -1035) 79651) ((-489 . -124) 79599) ((-489 . -553) NIL) ((-489 . -193) 79547) ((-489 . -538) 79526) ((-489 . -260) 79324) ((-489 . -455) 79076) ((-489 . -429) 79011) ((-489 . -241) 78990) ((-489 . -243) 78969) ((-489 . -549) 78948) ((-489 . -1013) T) ((-489 . -552) 78930) ((-489 . -72) T) ((-489 . -1129) T) ((-489 . -13) T) ((-489 . -34) T) ((-489 . -318) 78878) ((-488 . -752) T) ((-488 . -759) T) ((-488 . -756) T) ((-488 . -1013) T) ((-488 . -552) 78860) ((-488 . -1129) T) ((-488 . -13) T) ((-488 . -72) T) ((-488 . -320) T) ((-487 . -752) T) ((-487 . -759) T) ((-487 . -756) T) ((-487 . -1013) T) ((-487 . -552) 78842) ((-487 . -1129) T) ((-487 . -13) T) ((-487 . -72) T) ((-487 . -320) T) ((-486 . -752) T) ((-486 . -759) T) ((-486 . -756) T) ((-486 . -1013) T) ((-486 . -552) 78824) ((-486 . -1129) T) ((-486 . -13) T) ((-486 . -72) T) ((-486 . -320) T) ((-485 . -752) T) ((-485 . -759) T) ((-485 . -756) T) ((-485 . -1013) T) ((-485 . -552) 78806) ((-485 . -1129) T) ((-485 . -13) T) ((-485 . -72) T) ((-485 . -320) T) ((-484 . -483) T) ((-484 . -1134) T) ((-484 . -1066) T) ((-484 . -950) 78788) ((-484 . -553) 78703) ((-484 . -933) T) ((-484 . -796) 78685) ((-484 . -755) T) ((-484 . -721) T) ((-484 . -718) T) ((-484 . -759) T) ((-484 . -756) T) ((-484 . -716) T) ((-484 . -714) T) ((-484 . -740) T) ((-484 . -590) 78657) ((-484 . -580) 78639) ((-484 . -832) T) ((-484 . -495) T) ((-484 . -246) T) ((-484 . -146) T) ((-484 . -555) 78611) ((-484 . -654) 78598) ((-484 . -582) 78585) ((-484 . -968) 78572) ((-484 . -963) 78559) ((-484 . -82) 78544) ((-484 . -38) 78531) ((-484 . -392) T) ((-484 . -258) T) ((-484 . -189) T) ((-484 . -186) 78518) ((-484 . -190) T) ((-484 . -116) T) ((-484 . -961) T) ((-484 . -663) T) ((-484 . -1061) T) ((-484 . -1025) T) ((-484 . -970) T) ((-484 . -21) T) ((-484 . -588) 78490) ((-484 . -23) T) ((-484 . -1013) T) ((-484 . -552) 78472) ((-484 . -1129) T) ((-484 . -13) T) ((-484 . -72) T) ((-484 . -25) T) ((-484 . -104) T) ((-484 . -120) T) ((-473 . -1016) 78424) ((-473 . -72) T) ((-473 . -552) 78406) ((-473 . -1013) T) ((-473 . -241) 78362) ((-473 . -1129) T) ((-473 . -13) T) ((-473 . -557) 78265) ((-473 . -553) 78246) ((-471 . -691) 78228) ((-471 . -465) T) ((-471 . -147) T) ((-471 . -770) T) ((-471 . -512) T) ((-471 . -552) 78210) ((-469 . -717) T) ((-469 . -104) T) ((-469 . -25) T) ((-469 . -72) T) ((-469 . -13) T) ((-469 . -1129) T) ((-469 . -552) 78192) ((-469 . -1013) T) ((-469 . -23) T) ((-469 . -716) T) ((-469 . -756) T) ((-469 . -759) T) ((-469 . -718) T) ((-469 . -721) T) ((-469 . -449) 78169) ((-469 . -557) 78132) ((-467 . -465) T) ((-467 . -147) T) ((-467 . -552) 78114) ((-463 . -995) T) ((-463 . -430) 78095) ((-463 . -552) 78061) ((-463 . -555) 78042) ((-463 . -1013) T) ((-463 . -1129) T) ((-463 . -13) T) ((-463 . -72) T) ((-463 . -64) T) ((-462 . -995) T) ((-462 . -430) 78023) ((-462 . -552) 77989) ((-462 . -555) 77970) ((-462 . -1013) T) ((-462 . -1129) T) ((-462 . -13) T) ((-462 . -72) T) ((-462 . -64) T) ((-459 . -280) 77947) ((-459 . -190) T) ((-459 . -186) 77934) ((-459 . -189) T) ((-459 . -320) T) ((-459 . -1066) T) ((-459 . -299) T) ((-459 . -120) 77916) ((-459 . -555) 77846) ((-459 . -590) 77791) ((-459 . -588) 77721) ((-459 . -104) T) ((-459 . -25) T) ((-459 . -72) T) ((-459 . -13) T) ((-459 . -1129) T) ((-459 . -552) 77703) ((-459 . -1013) T) ((-459 . -23) T) ((-459 . -21) T) ((-459 . -970) T) ((-459 . -1025) T) ((-459 . -1061) T) ((-459 . -663) T) ((-459 . -961) T) ((-459 . -312) T) ((-459 . -1134) T) ((-459 . -832) T) ((-459 . -495) T) ((-459 . -146) T) ((-459 . -654) 77648) ((-459 . -582) 77593) ((-459 . -38) 77558) ((-459 . -392) T) ((-459 . -258) T) ((-459 . -82) 77475) ((-459 . -963) 77420) ((-459 . -968) 77365) ((-459 . -246) T) ((-459 . -201) T) ((-459 . -345) T) ((-459 . -118) T) ((-459 . -950) 77342) ((-459 . -1187) 77319) ((-459 . -1198) 77296) ((-458 . -995) T) ((-458 . -430) 77277) ((-458 . -552) 77243) ((-458 . -555) 77224) ((-458 . -1013) T) ((-458 . -1129) T) ((-458 . -13) T) ((-458 . -72) T) ((-458 . -64) T) ((-457 . -19) 77208) ((-457 . -1035) 77192) ((-457 . -318) 77176) ((-457 . -34) T) ((-457 . -13) T) ((-457 . -1129) T) ((-457 . -72) 77110) ((-457 . -552) 77025) ((-457 . -260) 76963) ((-457 . -455) 76896) ((-457 . -1013) 76849) ((-457 . -429) 76833) ((-457 . -593) 76817) ((-457 . -243) 76794) ((-457 . -241) 76746) ((-457 . -538) 76723) ((-457 . -553) 76684) ((-457 . -124) 76668) ((-457 . -756) 76647) ((-457 . -759) 76626) ((-457 . -324) 76610) ((-457 . -237) 76594) ((-456 . -274) 76573) ((-456 . -555) 76557) ((-456 . -950) 76541) ((-456 . -23) T) ((-456 . -1013) T) ((-456 . -552) 76523) ((-456 . -1129) T) ((-456 . -13) T) ((-456 . -72) T) ((-456 . -25) T) ((-456 . -104) T) ((-453 . -72) T) ((-453 . -13) T) ((-453 . -1129) T) ((-453 . -552) 76495) ((-452 . -717) T) ((-452 . -104) T) ((-452 . -25) T) ((-452 . -72) T) ((-452 . -13) T) ((-452 . -1129) T) ((-452 . -552) 76477) ((-452 . -1013) T) ((-452 . -23) T) ((-452 . -716) T) ((-452 . -756) T) ((-452 . -759) T) ((-452 . -718) T) ((-452 . -721) T) ((-452 . -449) 76456) ((-452 . -557) 76421) ((-451 . -716) T) ((-451 . -756) T) ((-451 . -759) T) ((-451 . -718) T) ((-451 . -25) T) ((-451 . -72) T) ((-451 . -13) T) ((-451 . -1129) T) ((-451 . -552) 76403) ((-451 . -1013) T) ((-451 . -23) T) ((-451 . -449) 76382) ((-451 . -557) 76347) ((-450 . -449) 76326) ((-450 . -552) 76266) ((-450 . -1013) 76217) ((-450 . -557) 76182) ((-450 . -1129) T) ((-450 . -13) T) ((-450 . -72) T) ((-448 . -23) T) ((-448 . -1013) T) ((-448 . -552) 76164) ((-448 . -1129) T) ((-448 . -13) T) ((-448 . -72) T) ((-448 . -25) T) ((-448 . -449) 76143) ((-448 . -557) 76108) ((-447 . -21) T) ((-447 . -588) 76090) ((-447 . -23) T) ((-447 . -1013) T) ((-447 . -552) 76072) ((-447 . -1129) T) ((-447 . -13) T) ((-447 . -72) T) ((-447 . -25) T) ((-447 . -104) T) ((-447 . -449) 76051) ((-447 . -557) 76016) ((-446 . -1013) T) ((-446 . -552) 75998) ((-446 . -1129) T) ((-446 . -13) T) ((-446 . -72) T) ((-443 . -1013) T) ((-443 . -552) 75980) ((-443 . -1129) T) ((-443 . -13) T) ((-443 . -72) T) ((-441 . -756) T) ((-441 . -552) 75962) ((-441 . -1013) T) ((-441 . -72) T) ((-441 . -13) T) ((-441 . -1129) T) ((-441 . -759) T) ((-441 . -555) 75943) ((-437 . -57) 75917) ((-437 . -1035) 75901) ((-437 . -429) 75885) ((-437 . -1013) 75863) ((-437 . -455) 75796) ((-437 . -260) 75734) ((-437 . -552) 75669) ((-437 . -72) 75623) ((-437 . -1129) T) ((-437 . -13) T) ((-437 . -34) T) ((-437 . -318) 75607) ((-436 . -19) 75591) ((-436 . -1035) 75575) ((-436 . -318) 75559) ((-436 . -34) T) ((-436 . -13) T) ((-436 . -1129) T) ((-436 . -72) 75493) ((-436 . -552) 75408) ((-436 . -260) 75346) ((-436 . -455) 75279) ((-436 . -1013) 75232) ((-436 . -429) 75216) ((-436 . -593) 75200) ((-436 . -243) 75177) ((-436 . -241) 75129) ((-436 . -538) 75106) ((-436 . -553) 75067) ((-436 . -124) 75051) ((-436 . -756) 75030) ((-436 . -759) 75009) ((-436 . -324) 74993) ((-435 . -254) T) ((-435 . -72) T) ((-435 . -13) T) ((-435 . -1129) T) ((-435 . -552) 74975) ((-435 . -1013) T) ((-435 . -555) 74876) ((-435 . -950) 74819) ((-435 . -455) 74785) ((-435 . -260) 74772) ((-435 . -27) T) ((-435 . -915) T) ((-435 . -201) T) ((-435 . -82) 74721) ((-435 . -963) 74686) ((-435 . -968) 74651) ((-435 . -246) T) ((-435 . -654) 74616) ((-435 . -582) 74581) ((-435 . -590) 74531) ((-435 . -588) 74481) ((-435 . -104) T) ((-435 . -25) T) ((-435 . -23) T) ((-435 . -21) T) ((-435 . -961) T) ((-435 . -663) T) ((-435 . -1061) T) ((-435 . -1025) T) ((-435 . -970) T) ((-435 . -38) 74446) ((-435 . -258) T) ((-435 . -392) T) ((-435 . -146) T) ((-435 . -495) T) ((-435 . -832) T) ((-435 . -1134) T) ((-435 . -312) T) ((-435 . -580) 74406) ((-435 . -933) T) ((-435 . -553) 74351) ((-435 . -120) T) ((-435 . -190) T) ((-435 . -186) 74338) ((-435 . -189) T) ((-431 . -1013) T) ((-431 . -552) 74304) ((-431 . -1129) T) ((-431 . -13) T) ((-431 . -72) T) ((-427 . -904) 74286) ((-427 . -1066) T) ((-427 . -555) 74236) ((-427 . -950) 74196) ((-427 . -553) 74126) ((-427 . -933) T) ((-427 . -821) NIL) ((-427 . -794) 74108) ((-427 . -755) T) ((-427 . -721) T) ((-427 . -718) T) ((-427 . -759) T) ((-427 . -756) T) ((-427 . -716) T) ((-427 . -714) T) ((-427 . -740) T) ((-427 . -796) 74090) ((-427 . -343) 74072) ((-427 . -580) 74054) ((-427 . -329) 74036) ((-427 . -241) NIL) ((-427 . -260) NIL) ((-427 . -455) NIL) ((-427 . -288) 74018) ((-427 . -201) T) ((-427 . -82) 73945) ((-427 . -963) 73895) ((-427 . -968) 73845) ((-427 . -246) T) ((-427 . -654) 73795) ((-427 . -582) 73745) ((-427 . -590) 73695) ((-427 . -588) 73645) ((-427 . -38) 73595) ((-427 . -258) T) ((-427 . -392) T) ((-427 . -146) T) ((-427 . -495) T) ((-427 . -832) T) ((-427 . -1134) T) ((-427 . -312) T) ((-427 . -190) T) ((-427 . -186) 73582) ((-427 . -189) T) ((-427 . -225) 73564) ((-427 . -806) NIL) ((-427 . -811) NIL) ((-427 . -809) NIL) ((-427 . -184) 73546) ((-427 . -120) T) ((-427 . -118) NIL) ((-427 . -104) T) ((-427 . -25) T) ((-427 . -72) T) ((-427 . -13) T) ((-427 . -1129) T) ((-427 . -552) 73488) ((-427 . -1013) T) ((-427 . -23) T) ((-427 . -21) T) ((-427 . -961) T) ((-427 . -663) T) ((-427 . -1061) T) ((-427 . -1025) T) ((-427 . -970) T) ((-425 . -286) 73457) ((-425 . -104) T) ((-425 . -25) T) ((-425 . -72) T) ((-425 . -13) T) ((-425 . -1129) T) ((-425 . -552) 73439) ((-425 . -1013) T) ((-425 . -23) T) ((-425 . -588) 73421) ((-425 . -21) T) ((-424 . -881) 73405) ((-424 . -318) 73389) ((-424 . -1035) 73373) ((-424 . -34) T) ((-424 . -13) T) ((-424 . -1129) T) ((-424 . -72) 73327) ((-424 . -552) 73262) ((-424 . -260) 73200) ((-424 . -455) 73133) ((-424 . -1013) 73111) ((-424 . -429) 73095) ((-424 . -76) 73079) ((-423 . -995) T) ((-423 . -430) 73060) ((-423 . -552) 73026) ((-423 . -555) 73007) ((-423 . -1013) T) ((-423 . -1129) T) ((-423 . -13) T) ((-423 . -72) T) ((-423 . -64) T) ((-422 . -196) 72986) ((-422 . -1187) 72956) ((-422 . -721) 72935) ((-422 . -718) 72914) ((-422 . -759) 72868) ((-422 . -756) 72822) ((-422 . -716) 72801) ((-422 . -717) 72780) ((-422 . -654) 72725) ((-422 . -582) 72650) ((-422 . -243) 72627) ((-422 . -241) 72604) ((-422 . -538) 72581) ((-422 . -950) 72410) ((-422 . -555) 72214) ((-422 . -355) 72183) ((-422 . -580) 72091) ((-422 . -590) 71930) ((-422 . -329) 71900) ((-422 . -429) 71884) ((-422 . -455) 71817) ((-422 . -260) 71755) ((-422 . -34) T) ((-422 . -318) 71739) ((-422 . -320) 71718) ((-422 . -190) 71671) ((-422 . -588) 71459) ((-422 . -970) 71438) ((-422 . -1025) 71417) ((-422 . -1061) 71396) ((-422 . -663) 71375) ((-422 . -961) 71354) ((-422 . -186) 71250) ((-422 . -189) 71152) ((-422 . -225) 71122) ((-422 . -806) 70994) ((-422 . -811) 70868) ((-422 . -809) 70801) ((-422 . -184) 70771) ((-422 . -552) 70468) ((-422 . -968) 70393) ((-422 . -963) 70298) ((-422 . -82) 70218) ((-422 . -104) 70093) ((-422 . -25) 69930) ((-422 . -72) 69667) ((-422 . -13) T) ((-422 . -1129) T) ((-422 . -1013) 69423) ((-422 . -23) 69279) ((-422 . -21) 69194) ((-421 . -861) 69139) ((-421 . -555) 68931) ((-421 . -950) 68809) ((-421 . -1134) 68788) ((-421 . -821) 68767) ((-421 . -796) NIL) ((-421 . -811) 68744) ((-421 . -806) 68719) ((-421 . -809) 68696) ((-421 . -455) 68634) ((-421 . -392) 68588) ((-421 . -580) 68536) ((-421 . -590) 68425) ((-421 . -329) 68409) ((-421 . -47) 68366) ((-421 . -38) 68218) ((-421 . -582) 68070) ((-421 . -654) 67922) ((-421 . -246) 67856) ((-421 . -495) 67790) ((-421 . -82) 67615) ((-421 . -963) 67461) ((-421 . -968) 67307) ((-421 . -146) 67221) ((-421 . -120) 67200) ((-421 . -118) 67179) ((-421 . -588) 67089) ((-421 . -104) T) ((-421 . -25) T) ((-421 . -72) T) ((-421 . -13) T) ((-421 . -1129) T) ((-421 . -552) 67071) ((-421 . -1013) T) ((-421 . -23) T) ((-421 . -21) T) ((-421 . -961) T) ((-421 . -663) T) ((-421 . -1061) T) ((-421 . -1025) T) ((-421 . -970) T) ((-421 . -355) 67055) ((-421 . -277) 67012) ((-421 . -260) 66999) ((-421 . -553) 66860) ((-419 . -1107) 66839) ((-419 . -183) 66787) ((-419 . -76) 66735) ((-419 . -1035) 66670) ((-419 . -124) 66618) ((-419 . -553) NIL) ((-419 . -193) 66566) ((-419 . -538) 66545) ((-419 . -260) 66343) ((-419 . -455) 66095) ((-419 . -429) 66030) ((-419 . -241) 66009) ((-419 . -243) 65988) ((-419 . -549) 65967) ((-419 . -1013) T) ((-419 . -552) 65949) ((-419 . -72) T) ((-419 . -1129) T) ((-419 . -13) T) ((-419 . -34) T) ((-419 . -318) 65897) ((-418 . -995) T) ((-418 . -430) 65878) ((-418 . -552) 65844) ((-418 . -555) 65825) ((-418 . -1013) T) ((-418 . -1129) T) ((-418 . -13) T) ((-418 . -72) T) ((-418 . -64) T) ((-417 . -312) T) ((-417 . -1134) T) ((-417 . -832) T) ((-417 . -495) T) ((-417 . -146) T) ((-417 . -555) 65775) ((-417 . -654) 65740) ((-417 . -582) 65705) ((-417 . -38) 65670) ((-417 . -392) T) ((-417 . -258) T) ((-417 . -590) 65635) ((-417 . -588) 65585) ((-417 . -970) T) ((-417 . -1025) T) ((-417 . -1061) T) ((-417 . -663) T) ((-417 . -961) T) ((-417 . -82) 65534) ((-417 . -963) 65499) ((-417 . -968) 65464) ((-417 . -21) T) ((-417 . -23) T) ((-417 . -1013) T) ((-417 . -552) 65416) ((-417 . -1129) T) ((-417 . -13) T) ((-417 . -72) T) ((-417 . -25) T) ((-417 . -104) T) ((-417 . -246) T) ((-417 . -201) T) ((-417 . -120) T) ((-417 . -950) 65376) ((-417 . -933) T) ((-417 . -553) 65298) ((-416 . -1124) 65267) ((-416 . -1035) 65251) ((-416 . -552) 65213) ((-416 . -124) 65197) ((-416 . -34) T) ((-416 . -13) T) ((-416 . -1129) T) ((-416 . -72) T) ((-416 . -260) 65135) ((-416 . -455) 65068) ((-416 . -1013) T) ((-416 . -429) 65052) ((-416 . -553) 65013) ((-416 . -318) 64997) ((-416 . -889) 64966) ((-415 . -1107) 64945) ((-415 . -183) 64893) ((-415 . -76) 64841) ((-415 . -1035) 64776) ((-415 . -124) 64724) ((-415 . -553) NIL) ((-415 . -193) 64672) ((-415 . -538) 64651) ((-415 . -260) 64449) ((-415 . -455) 64201) ((-415 . -429) 64136) ((-415 . -241) 64115) ((-415 . -243) 64094) ((-415 . -549) 64073) ((-415 . -1013) T) ((-415 . -552) 64055) ((-415 . -72) T) ((-415 . -1129) T) ((-415 . -13) T) ((-415 . -34) T) ((-415 . -318) 64003) ((-414 . -1162) 63987) ((-414 . -190) 63939) ((-414 . -186) 63885) ((-414 . -189) 63837) ((-414 . -241) 63795) ((-414 . -809) 63701) ((-414 . -806) 63582) ((-414 . -811) 63488) ((-414 . -886) 63451) ((-414 . -38) 63298) ((-414 . -82) 63118) ((-414 . -963) 62959) ((-414 . -968) 62800) ((-414 . -588) 62685) ((-414 . -590) 62585) ((-414 . -582) 62432) ((-414 . -654) 62279) ((-414 . -555) 62111) ((-414 . -118) 62090) ((-414 . -120) 62069) ((-414 . -47) 62039) ((-414 . -1158) 62009) ((-414 . -35) 61975) ((-414 . -66) 61941) ((-414 . -239) 61907) ((-414 . -433) 61873) ((-414 . -1118) 61839) ((-414 . -1115) 61805) ((-414 . -915) 61771) ((-414 . -201) 61750) ((-414 . -246) 61704) ((-414 . -104) T) ((-414 . -25) T) ((-414 . -72) T) ((-414 . -13) T) ((-414 . -1129) T) ((-414 . -552) 61686) ((-414 . -1013) T) ((-414 . -23) T) ((-414 . -21) T) ((-414 . -961) T) ((-414 . -663) T) ((-414 . -1061) T) ((-414 . -1025) T) ((-414 . -970) T) ((-414 . -258) 61665) ((-414 . -392) 61644) ((-414 . -146) 61578) ((-414 . -495) 61532) ((-414 . -832) 61511) ((-414 . -1134) 61490) ((-414 . -312) 61469) ((-408 . -1013) T) ((-408 . -552) 61451) ((-408 . -1129) T) ((-408 . -13) T) ((-408 . -72) T) ((-403 . -889) 61420) ((-403 . -318) 61404) ((-403 . -553) 61365) ((-403 . -429) 61349) ((-403 . -1013) T) ((-403 . -455) 61282) ((-403 . -260) 61220) ((-403 . -552) 61182) ((-403 . -72) T) ((-403 . -1129) T) ((-403 . -13) T) ((-403 . -34) T) ((-403 . -124) 61166) ((-403 . -1035) 61150) ((-401 . -654) 61121) ((-401 . -582) 61092) ((-401 . -590) 61063) ((-401 . -588) 61019) ((-401 . -104) T) ((-401 . -25) T) ((-401 . -72) T) ((-401 . -13) T) ((-401 . -1129) T) ((-401 . -552) 61001) ((-401 . -1013) T) ((-401 . -23) T) ((-401 . -21) T) ((-401 . -968) 60972) ((-401 . -963) 60943) ((-401 . -82) 60904) ((-394 . -861) 60871) ((-394 . -555) 60663) ((-394 . -950) 60541) ((-394 . -1134) 60520) ((-394 . -821) 60499) ((-394 . -796) NIL) ((-394 . -811) 60476) ((-394 . -806) 60451) ((-394 . -809) 60428) ((-394 . -455) 60366) ((-394 . -392) 60320) ((-394 . -580) 60268) ((-394 . -590) 60157) ((-394 . -329) 60141) ((-394 . -47) 60120) ((-394 . -38) 59972) ((-394 . -582) 59824) ((-394 . -654) 59676) ((-394 . -246) 59610) ((-394 . -495) 59544) ((-394 . -82) 59369) ((-394 . -963) 59215) ((-394 . -968) 59061) ((-394 . -146) 58975) ((-394 . -120) 58954) ((-394 . -118) 58933) ((-394 . -588) 58843) ((-394 . -104) T) ((-394 . -25) T) ((-394 . -72) T) ((-394 . -13) T) ((-394 . -1129) T) ((-394 . -552) 58825) ((-394 . -1013) T) ((-394 . -23) T) ((-394 . -21) T) ((-394 . -961) T) ((-394 . -663) T) ((-394 . -1061) T) ((-394 . -1025) T) ((-394 . -970) T) ((-394 . -355) 58809) ((-394 . -277) 58788) ((-394 . -260) 58775) ((-394 . -553) 58636) ((-393 . -361) 58606) ((-393 . -683) 58576) ((-393 . -657) T) ((-393 . -685) T) ((-393 . -82) 58527) ((-393 . -963) 58497) ((-393 . -968) 58467) ((-393 . -21) T) ((-393 . -588) 58382) ((-393 . -23) T) ((-393 . -1013) T) ((-393 . -552) 58364) ((-393 . -72) T) ((-393 . -25) T) ((-393 . -104) T) ((-393 . -590) 58294) ((-393 . -582) 58264) ((-393 . -654) 58234) ((-393 . -316) 58204) ((-393 . -1129) T) ((-393 . -13) T) ((-393 . -241) 58167) ((-381 . -1013) T) ((-381 . -552) 58149) ((-381 . -1129) T) ((-381 . -13) T) ((-381 . -72) T) ((-380 . -1013) T) ((-380 . -552) 58131) ((-380 . -1129) T) ((-380 . -13) T) ((-380 . -72) T) ((-379 . -1013) T) ((-379 . -552) 58113) ((-379 . -1129) T) ((-379 . -13) T) ((-379 . -72) T) ((-377 . -552) 58095) ((-372 . -38) 58079) ((-372 . -555) 58048) ((-372 . -590) 58022) ((-372 . -588) 57981) ((-372 . -970) T) ((-372 . -1025) T) ((-372 . -1061) T) ((-372 . -663) T) ((-372 . -961) T) ((-372 . -82) 57960) ((-372 . -963) 57944) ((-372 . -968) 57928) ((-372 . -21) T) ((-372 . -23) T) ((-372 . -1013) T) ((-372 . -552) 57910) ((-372 . -1129) T) ((-372 . -13) T) ((-372 . -72) T) ((-372 . -25) T) ((-372 . -104) T) ((-372 . -582) 57894) ((-372 . -654) 57878) ((-358 . -663) T) ((-358 . -1013) T) ((-358 . -552) 57860) ((-358 . -1129) T) ((-358 . -13) T) ((-358 . -72) T) ((-358 . -1025) T) ((-356 . -413) T) ((-356 . -1025) T) ((-356 . -72) T) ((-356 . -13) T) ((-356 . -1129) T) ((-356 . -552) 57842) ((-356 . -1013) T) ((-356 . -663) T) ((-350 . -904) 57826) ((-350 . -1066) 57804) ((-350 . -950) 57671) ((-350 . -555) 57570) ((-350 . -553) 57373) ((-350 . -933) 57352) ((-350 . -821) 57331) ((-350 . -794) 57315) ((-350 . -755) 57294) ((-350 . -721) 57273) ((-350 . -718) 57252) ((-350 . -759) 57206) ((-350 . -756) 57160) ((-350 . -716) 57139) ((-350 . -714) 57118) ((-350 . -740) 57097) ((-350 . -796) 57022) ((-350 . -343) 57006) ((-350 . -580) 56954) ((-350 . -590) 56870) ((-350 . -329) 56854) ((-350 . -241) 56812) ((-350 . -260) 56777) ((-350 . -455) 56689) ((-350 . -288) 56673) ((-350 . -201) T) ((-350 . -82) 56604) ((-350 . -963) 56556) ((-350 . -968) 56508) ((-350 . -246) T) ((-350 . -654) 56460) ((-350 . -582) 56412) ((-350 . -588) 56349) ((-350 . -38) 56301) ((-350 . -258) T) ((-350 . -392) T) ((-350 . -146) T) ((-350 . -495) T) ((-350 . -832) T) ((-350 . -1134) T) ((-350 . -312) T) ((-350 . -190) 56280) ((-350 . -186) 56228) ((-350 . -189) 56182) ((-350 . -225) 56166) ((-350 . -806) 56090) ((-350 . -811) 56016) ((-350 . -809) 55975) ((-350 . -184) 55959) ((-350 . -120) 55913) ((-350 . -118) 55892) ((-350 . -104) T) ((-350 . -25) T) ((-350 . -72) T) ((-350 . -13) T) ((-350 . -1129) T) ((-350 . -552) 55874) ((-350 . -1013) T) ((-350 . -23) T) ((-350 . -21) T) ((-350 . -961) T) ((-350 . -663) T) ((-350 . -1061) T) ((-350 . -1025) T) ((-350 . -970) T) ((-348 . -495) T) ((-348 . -246) T) ((-348 . -146) T) ((-348 . -555) 55783) ((-348 . -654) 55757) ((-348 . -582) 55731) ((-348 . -590) 55705) ((-348 . -588) 55664) ((-348 . -104) T) ((-348 . -25) T) ((-348 . -72) T) ((-348 . -13) T) ((-348 . -1129) T) ((-348 . -552) 55646) ((-348 . -1013) T) ((-348 . -23) T) ((-348 . -21) T) ((-348 . -968) 55620) ((-348 . -963) 55594) ((-348 . -82) 55561) ((-348 . -961) T) ((-348 . -663) T) ((-348 . -1061) T) ((-348 . -1025) T) ((-348 . -970) T) ((-348 . -38) 55535) ((-348 . -184) 55519) ((-348 . -809) 55478) ((-348 . -811) 55404) ((-348 . -806) 55328) ((-348 . -225) 55312) ((-348 . -189) 55266) ((-348 . -186) 55214) ((-348 . -190) 55193) ((-348 . -288) 55177) ((-348 . -455) 55019) ((-348 . -260) 54958) ((-348 . -241) 54886) ((-348 . -355) 54870) ((-348 . -950) 54768) ((-348 . -392) 54721) ((-348 . -933) 54700) ((-348 . -553) 54603) ((-348 . -1134) 54581) ((-342 . -1013) T) ((-342 . -552) 54563) ((-342 . -1129) T) ((-342 . -13) T) ((-342 . -72) T) ((-342 . -189) T) ((-342 . -186) 54550) ((-342 . -553) 54527) ((-340 . -683) 54511) ((-340 . -657) T) ((-340 . -685) T) ((-340 . -82) 54490) ((-340 . -963) 54474) ((-340 . -968) 54458) ((-340 . -21) T) ((-340 . -588) 54427) ((-340 . -23) T) ((-340 . -1013) T) ((-340 . -552) 54409) ((-340 . -1129) T) ((-340 . -13) T) ((-340 . -72) T) ((-340 . -25) T) ((-340 . -104) T) ((-340 . -590) 54393) ((-340 . -582) 54377) ((-340 . -654) 54361) ((-338 . -339) T) ((-338 . -72) T) ((-338 . -13) T) ((-338 . -1129) T) ((-338 . -552) 54327) ((-338 . -1013) T) ((-338 . -555) 54308) ((-338 . -430) 54289) ((-337 . -336) 54273) ((-337 . -555) 54257) ((-337 . -950) 54241) ((-337 . -759) 54220) ((-337 . -756) 54199) ((-337 . -1025) T) ((-337 . -72) T) ((-337 . -13) T) ((-337 . -1129) T) ((-337 . -552) 54181) ((-337 . -1013) T) ((-337 . -663) T) ((-334 . -335) 54160) ((-334 . -555) 54144) ((-334 . -950) 54128) ((-334 . -582) 54098) ((-334 . -654) 54068) ((-334 . -590) 54052) ((-334 . -588) 54021) ((-334 . -104) T) ((-334 . -25) T) ((-334 . -72) T) ((-334 . -13) T) ((-334 . -1129) T) ((-334 . -552) 54003) ((-334 . -1013) T) ((-334 . -23) T) ((-334 . -21) T) ((-334 . -968) 53987) ((-334 . -963) 53971) ((-334 . -82) 53950) ((-333 . -82) 53929) ((-333 . -963) 53913) ((-333 . -968) 53897) ((-333 . -21) T) ((-333 . -588) 53866) ((-333 . -23) T) ((-333 . -1013) T) ((-333 . -552) 53848) ((-333 . -1129) T) ((-333 . -13) T) ((-333 . -72) T) ((-333 . -25) T) ((-333 . -104) T) ((-333 . -590) 53832) ((-333 . -449) 53811) ((-333 . -557) 53776) ((-333 . -654) 53746) ((-333 . -582) 53716) ((-330 . -347) T) ((-330 . -120) T) ((-330 . -555) 53666) ((-330 . -590) 53631) ((-330 . -588) 53581) ((-330 . -104) T) ((-330 . -25) T) ((-330 . -72) T) ((-330 . -13) T) ((-330 . -1129) T) ((-330 . -552) 53548) ((-330 . -1013) T) ((-330 . -23) T) ((-330 . -21) T) ((-330 . -970) T) ((-330 . -1025) T) ((-330 . -1061) T) ((-330 . -663) T) ((-330 . -961) T) ((-330 . -553) 53462) ((-330 . -312) T) ((-330 . -1134) T) ((-330 . -832) T) ((-330 . -495) T) ((-330 . -146) T) ((-330 . -654) 53427) ((-330 . -582) 53392) ((-330 . -38) 53357) ((-330 . -392) T) ((-330 . -258) T) ((-330 . -82) 53306) ((-330 . -963) 53271) ((-330 . -968) 53236) ((-330 . -246) T) ((-330 . -201) T) ((-330 . -755) T) ((-330 . -721) T) ((-330 . -718) T) ((-330 . -759) T) ((-330 . -756) T) ((-330 . -716) T) ((-330 . -714) T) ((-330 . -796) 53218) ((-330 . -915) T) ((-330 . -933) T) ((-330 . -950) 53178) ((-330 . -973) T) ((-330 . -190) T) ((-330 . -186) 53165) ((-330 . -189) T) ((-330 . -1115) T) ((-330 . -1118) T) ((-330 . -433) T) ((-330 . -239) T) ((-330 . -66) T) ((-330 . -35) T) ((-330 . -557) 53147) ((-313 . -314) 53124) ((-313 . -72) T) ((-313 . -13) T) ((-313 . -1129) T) ((-313 . -552) 53106) ((-313 . -1013) T) ((-310 . -413) T) ((-310 . -1025) T) ((-310 . -72) T) ((-310 . -13) T) ((-310 . -1129) T) ((-310 . -552) 53088) ((-310 . -1013) T) ((-310 . -663) T) ((-310 . -950) 53072) ((-310 . -555) 53056) ((-308 . -280) 53040) ((-308 . -190) 53019) ((-308 . -186) 52992) ((-308 . -189) 52971) ((-308 . -320) 52950) ((-308 . -1066) 52929) ((-308 . -299) 52908) ((-308 . -120) 52887) ((-308 . -555) 52824) ((-308 . -590) 52776) ((-308 . -588) 52713) ((-308 . -104) T) ((-308 . -25) T) ((-308 . -72) T) ((-308 . -13) T) ((-308 . -1129) T) ((-308 . -552) 52695) ((-308 . -1013) T) ((-308 . -23) T) ((-308 . -21) T) ((-308 . -970) T) ((-308 . -1025) T) ((-308 . -1061) T) ((-308 . -663) T) ((-308 . -961) T) ((-308 . -312) T) ((-308 . -1134) T) ((-308 . -832) T) ((-308 . -495) T) ((-308 . -146) T) ((-308 . -654) 52647) ((-308 . -582) 52599) ((-308 . -38) 52564) ((-308 . -392) T) ((-308 . -258) T) ((-308 . -82) 52495) ((-308 . -963) 52447) ((-308 . -968) 52399) ((-308 . -246) T) ((-308 . -201) T) ((-308 . -345) 52353) ((-308 . -118) 52307) ((-308 . -950) 52291) ((-308 . -1187) 52275) ((-308 . -1198) 52259) ((-304 . -280) 52243) ((-304 . -190) 52222) ((-304 . -186) 52195) ((-304 . -189) 52174) ((-304 . -320) 52153) ((-304 . -1066) 52132) ((-304 . -299) 52111) ((-304 . -120) 52090) ((-304 . -555) 52027) ((-304 . -590) 51979) ((-304 . -588) 51916) ((-304 . -104) T) ((-304 . -25) T) ((-304 . -72) T) ((-304 . -13) T) ((-304 . -1129) T) ((-304 . -552) 51898) ((-304 . -1013) T) ((-304 . -23) T) ((-304 . -21) T) ((-304 . -970) T) ((-304 . -1025) T) ((-304 . -1061) T) ((-304 . -663) T) ((-304 . -961) T) ((-304 . -312) T) ((-304 . -1134) T) ((-304 . -832) T) ((-304 . -495) T) ((-304 . -146) T) ((-304 . -654) 51850) ((-304 . -582) 51802) ((-304 . -38) 51767) ((-304 . -392) T) ((-304 . -258) T) ((-304 . -82) 51698) ((-304 . -963) 51650) ((-304 . -968) 51602) ((-304 . -246) T) ((-304 . -201) T) ((-304 . -345) 51556) ((-304 . -118) 51510) ((-304 . -950) 51494) ((-304 . -1187) 51478) ((-304 . -1198) 51462) ((-303 . -280) 51446) ((-303 . -190) 51425) ((-303 . -186) 51398) ((-303 . -189) 51377) ((-303 . -320) 51356) ((-303 . -1066) 51335) ((-303 . -299) 51314) ((-303 . -120) 51293) ((-303 . -555) 51230) ((-303 . -590) 51182) ((-303 . -588) 51119) ((-303 . -104) T) ((-303 . -25) T) ((-303 . -72) T) ((-303 . -13) T) ((-303 . -1129) T) ((-303 . -552) 51101) ((-303 . -1013) T) ((-303 . -23) T) ((-303 . -21) T) ((-303 . -970) T) ((-303 . -1025) T) ((-303 . -1061) T) ((-303 . -663) T) ((-303 . -961) T) ((-303 . -312) T) ((-303 . -1134) T) ((-303 . -832) T) ((-303 . -495) T) ((-303 . -146) T) ((-303 . -654) 51053) ((-303 . -582) 51005) ((-303 . -38) 50970) ((-303 . -392) T) ((-303 . -258) T) ((-303 . -82) 50901) ((-303 . -963) 50853) ((-303 . -968) 50805) ((-303 . -246) T) ((-303 . -201) T) ((-303 . -345) 50759) ((-303 . -118) 50713) ((-303 . -950) 50697) ((-303 . -1187) 50681) ((-303 . -1198) 50665) ((-302 . -280) 50649) ((-302 . -190) 50628) ((-302 . -186) 50601) ((-302 . -189) 50580) ((-302 . -320) 50559) ((-302 . -1066) 50538) ((-302 . -299) 50517) ((-302 . -120) 50496) ((-302 . -555) 50433) ((-302 . -590) 50385) ((-302 . -588) 50322) ((-302 . -104) T) ((-302 . -25) T) ((-302 . -72) T) ((-302 . -13) T) ((-302 . -1129) T) ((-302 . -552) 50304) ((-302 . -1013) T) ((-302 . -23) T) ((-302 . -21) T) ((-302 . -970) T) ((-302 . -1025) T) ((-302 . -1061) T) ((-302 . -663) T) ((-302 . -961) T) ((-302 . -312) T) ((-302 . -1134) T) ((-302 . -832) T) ((-302 . -495) T) ((-302 . -146) T) ((-302 . -654) 50256) ((-302 . -582) 50208) ((-302 . -38) 50173) ((-302 . -392) T) ((-302 . -258) T) ((-302 . -82) 50104) ((-302 . -963) 50056) ((-302 . -968) 50008) ((-302 . -246) T) ((-302 . -201) T) ((-302 . -345) 49962) ((-302 . -118) 49916) ((-302 . -950) 49900) ((-302 . -1187) 49884) ((-302 . -1198) 49868) ((-301 . -280) 49845) ((-301 . -190) T) ((-301 . -186) 49832) ((-301 . -189) T) ((-301 . -320) T) ((-301 . -1066) T) ((-301 . -299) T) ((-301 . -120) 49814) ((-301 . -555) 49744) ((-301 . -590) 49689) ((-301 . -588) 49619) ((-301 . -104) T) ((-301 . -25) T) ((-301 . -72) T) ((-301 . -13) T) ((-301 . -1129) T) ((-301 . -552) 49601) ((-301 . -1013) T) ((-301 . -23) T) ((-301 . -21) T) ((-301 . -970) T) ((-301 . -1025) T) ((-301 . -1061) T) ((-301 . -663) T) ((-301 . -961) T) ((-301 . -312) T) ((-301 . -1134) T) ((-301 . -832) T) ((-301 . -495) T) ((-301 . -146) T) ((-301 . -654) 49546) ((-301 . -582) 49491) ((-301 . -38) 49456) ((-301 . -392) T) ((-301 . -258) T) ((-301 . -82) 49373) ((-301 . -963) 49318) ((-301 . -968) 49263) ((-301 . -246) T) ((-301 . -201) T) ((-301 . -345) T) ((-301 . -118) T) ((-301 . -950) 49240) ((-301 . -1187) 49217) ((-301 . -1198) 49194) ((-295 . -280) 49178) ((-295 . -190) 49157) ((-295 . -186) 49130) ((-295 . -189) 49109) ((-295 . -320) 49088) ((-295 . -1066) 49067) ((-295 . -299) 49046) ((-295 . -120) 49025) ((-295 . -555) 48962) ((-295 . -590) 48914) ((-295 . -588) 48851) ((-295 . -104) T) ((-295 . -25) T) ((-295 . -72) T) ((-295 . -13) T) ((-295 . -1129) T) ((-295 . -552) 48833) ((-295 . -1013) T) ((-295 . -23) T) ((-295 . -21) T) ((-295 . -970) T) ((-295 . -1025) T) ((-295 . -1061) T) ((-295 . -663) T) ((-295 . -961) T) ((-295 . -312) T) ((-295 . -1134) T) ((-295 . -832) T) ((-295 . -495) T) ((-295 . -146) T) ((-295 . -654) 48785) ((-295 . -582) 48737) ((-295 . -38) 48702) ((-295 . -392) T) ((-295 . -258) T) ((-295 . -82) 48633) ((-295 . -963) 48585) ((-295 . -968) 48537) ((-295 . -246) T) ((-295 . -201) T) ((-295 . -345) 48491) ((-295 . -118) 48445) ((-295 . -950) 48429) ((-295 . -1187) 48413) ((-295 . -1198) 48397) ((-294 . -280) 48381) ((-294 . -190) 48360) ((-294 . -186) 48333) ((-294 . -189) 48312) ((-294 . -320) 48291) ((-294 . -1066) 48270) ((-294 . -299) 48249) ((-294 . -120) 48228) ((-294 . -555) 48165) ((-294 . -590) 48117) ((-294 . -588) 48054) ((-294 . -104) T) ((-294 . -25) T) ((-294 . -72) T) ((-294 . -13) T) ((-294 . -1129) T) ((-294 . -552) 48036) ((-294 . -1013) T) ((-294 . -23) T) ((-294 . -21) T) ((-294 . -970) T) ((-294 . -1025) T) ((-294 . -1061) T) ((-294 . -663) T) ((-294 . -961) T) ((-294 . -312) T) ((-294 . -1134) T) ((-294 . -832) T) ((-294 . -495) T) ((-294 . -146) T) ((-294 . -654) 47988) ((-294 . -582) 47940) ((-294 . -38) 47905) ((-294 . -392) T) ((-294 . -258) T) ((-294 . -82) 47836) ((-294 . -963) 47788) ((-294 . -968) 47740) ((-294 . -246) T) ((-294 . -201) T) ((-294 . -345) 47694) ((-294 . -118) 47648) ((-294 . -950) 47632) ((-294 . -1187) 47616) ((-294 . -1198) 47600) ((-293 . -280) 47577) ((-293 . -190) T) ((-293 . -186) 47564) ((-293 . -189) T) ((-293 . -320) T) ((-293 . -1066) T) ((-293 . -299) T) ((-293 . -120) 47546) ((-293 . -555) 47476) ((-293 . -590) 47421) ((-293 . -588) 47351) ((-293 . -104) T) ((-293 . -25) T) ((-293 . -72) T) ((-293 . -13) T) ((-293 . -1129) T) ((-293 . -552) 47333) ((-293 . -1013) T) ((-293 . -23) T) ((-293 . -21) T) ((-293 . -970) T) ((-293 . -1025) T) ((-293 . -1061) T) ((-293 . -663) T) ((-293 . -961) T) ((-293 . -312) T) ((-293 . -1134) T) ((-293 . -832) T) ((-293 . -495) T) ((-293 . -146) T) ((-293 . -654) 47278) ((-293 . -582) 47223) ((-293 . -38) 47188) ((-293 . -392) T) ((-293 . -258) T) ((-293 . -82) 47105) ((-293 . -963) 47050) ((-293 . -968) 46995) ((-293 . -246) T) ((-293 . -201) T) ((-293 . -345) T) ((-293 . -118) T) ((-293 . -950) 46972) ((-293 . -1187) 46949) ((-293 . -1198) 46926) ((-289 . -280) 46903) ((-289 . -190) T) ((-289 . -186) 46890) ((-289 . -189) T) ((-289 . -320) T) ((-289 . -1066) T) ((-289 . -299) T) ((-289 . -120) 46872) ((-289 . -555) 46802) ((-289 . -590) 46747) ((-289 . -588) 46677) ((-289 . -104) T) ((-289 . -25) T) ((-289 . -72) T) ((-289 . -13) T) ((-289 . -1129) T) ((-289 . -552) 46659) ((-289 . -1013) T) ((-289 . -23) T) ((-289 . -21) T) ((-289 . -970) T) ((-289 . -1025) T) ((-289 . -1061) T) ((-289 . -663) T) ((-289 . -961) T) ((-289 . -312) T) ((-289 . -1134) T) ((-289 . -832) T) ((-289 . -495) T) ((-289 . -146) T) ((-289 . -654) 46604) ((-289 . -582) 46549) ((-289 . -38) 46514) ((-289 . -392) T) ((-289 . -258) T) ((-289 . -82) 46431) ((-289 . -963) 46376) ((-289 . -968) 46321) ((-289 . -246) T) ((-289 . -201) T) ((-289 . -345) T) ((-289 . -118) T) ((-289 . -950) 46298) ((-289 . -1187) 46275) ((-289 . -1198) 46252) ((-283 . -286) 46221) ((-283 . -104) T) ((-283 . -25) T) ((-283 . -72) T) ((-283 . -13) T) ((-283 . -1129) T) ((-283 . -552) 46203) ((-283 . -1013) T) ((-283 . -23) T) ((-283 . -588) 46185) ((-283 . -21) T) ((-282 . -1013) T) ((-282 . -552) 46167) ((-282 . -1129) T) ((-282 . -13) T) ((-282 . -72) T) ((-281 . -756) T) ((-281 . -552) 46149) ((-281 . -1013) T) ((-281 . -72) T) ((-281 . -13) T) ((-281 . -1129) T) ((-281 . -759) T) ((-278 . -19) 46133) ((-278 . -1035) 46117) ((-278 . -318) 46101) ((-278 . -34) T) ((-278 . -13) T) ((-278 . -1129) T) ((-278 . -72) 46035) ((-278 . -552) 45950) ((-278 . -260) 45888) ((-278 . -455) 45821) ((-278 . -1013) 45774) ((-278 . -429) 45758) ((-278 . -593) 45742) ((-278 . -243) 45719) ((-278 . -241) 45671) ((-278 . -538) 45648) ((-278 . -553) 45609) ((-278 . -124) 45593) ((-278 . -756) 45572) ((-278 . -759) 45551) ((-278 . -324) 45535) ((-278 . -237) 45519) ((-275 . -274) 45496) ((-275 . -555) 45480) ((-275 . -950) 45464) ((-275 . -23) T) ((-275 . -1013) T) ((-275 . -552) 45446) ((-275 . -1129) T) ((-275 . -13) T) ((-275 . -72) T) ((-275 . -25) T) ((-275 . -104) T) ((-273 . -21) T) ((-273 . -588) 45428) ((-273 . -23) T) ((-273 . -1013) T) ((-273 . -552) 45410) ((-273 . -1129) T) ((-273 . -13) T) ((-273 . -72) T) ((-273 . -25) T) ((-273 . -104) T) ((-273 . -654) 45392) ((-273 . -582) 45374) ((-273 . -590) 45356) ((-273 . -968) 45338) ((-273 . -963) 45320) ((-273 . -82) 45295) ((-273 . -274) 45272) ((-273 . -555) 45256) ((-273 . -950) 45240) ((-273 . -756) 45219) ((-273 . -759) 45198) ((-270 . -1162) 45182) ((-270 . -190) 45134) ((-270 . -186) 45080) ((-270 . -189) 45032) ((-270 . -241) 44990) ((-270 . -809) 44896) ((-270 . -806) 44800) ((-270 . -811) 44706) ((-270 . -886) 44669) ((-270 . -38) 44516) ((-270 . -82) 44336) ((-270 . -963) 44177) ((-270 . -968) 44018) ((-270 . -588) 43903) ((-270 . -590) 43803) ((-270 . -582) 43650) ((-270 . -654) 43497) ((-270 . -555) 43329) ((-270 . -118) 43308) ((-270 . -120) 43287) ((-270 . -47) 43257) ((-270 . -1158) 43227) ((-270 . -35) 43193) ((-270 . -66) 43159) ((-270 . -239) 43125) ((-270 . -433) 43091) ((-270 . -1118) 43057) ((-270 . -1115) 43023) ((-270 . -915) 42989) ((-270 . -201) 42968) ((-270 . -246) 42922) ((-270 . -104) T) ((-270 . -25) T) ((-270 . -72) T) ((-270 . -13) T) ((-270 . -1129) T) ((-270 . -552) 42904) ((-270 . -1013) T) ((-270 . -23) T) ((-270 . -21) T) ((-270 . -961) T) ((-270 . -663) T) ((-270 . -1061) T) ((-270 . -1025) T) ((-270 . -970) T) ((-270 . -258) 42883) ((-270 . -392) 42862) ((-270 . -146) 42796) ((-270 . -495) 42750) ((-270 . -832) 42729) ((-270 . -1134) 42708) ((-270 . -312) 42687) ((-270 . -716) T) ((-270 . -756) T) ((-270 . -759) T) ((-270 . -718) T) ((-265 . -364) 42671) ((-265 . -555) 42246) ((-265 . -950) 41917) ((-265 . -553) 41778) ((-265 . -794) 41762) ((-265 . -811) 41729) ((-265 . -806) 41694) ((-265 . -809) 41661) ((-265 . -413) 41640) ((-265 . -355) 41624) ((-265 . -796) 41549) ((-265 . -343) 41533) ((-265 . -580) 41441) ((-265 . -590) 41179) ((-265 . -329) 41149) ((-265 . -201) 41128) ((-265 . -82) 41017) ((-265 . -963) 40927) ((-265 . -968) 40837) ((-265 . -246) 40816) ((-265 . -654) 40726) ((-265 . -582) 40636) ((-265 . -588) 40303) ((-265 . -38) 40213) ((-265 . -258) 40192) ((-265 . -392) 40171) ((-265 . -146) 40150) ((-265 . -495) 40129) ((-265 . -832) 40108) ((-265 . -1134) 40087) ((-265 . -312) 40066) ((-265 . -260) 40053) ((-265 . -455) 40019) ((-265 . -254) T) ((-265 . -120) 39998) ((-265 . -118) 39977) ((-265 . -961) 39871) ((-265 . -663) 39724) ((-265 . -1061) 39618) ((-265 . -1025) 39471) ((-265 . -970) 39365) ((-265 . -104) 39240) ((-265 . -25) 39096) ((-265 . -72) T) ((-265 . -13) T) ((-265 . -1129) T) ((-265 . -552) 39078) ((-265 . -1013) T) ((-265 . -23) 38934) ((-265 . -21) 38809) ((-265 . -29) 38779) ((-265 . -915) 38758) ((-265 . -27) 38737) ((-265 . -1115) 38716) ((-265 . -1118) 38695) ((-265 . -433) 38674) ((-265 . -239) 38653) ((-265 . -66) 38632) ((-265 . -35) 38611) ((-265 . -133) 38590) ((-265 . -116) 38569) ((-265 . -569) 38548) ((-265 . -871) 38527) ((-265 . -1053) 38506) ((-264 . -904) 38467) ((-264 . -1066) NIL) ((-264 . -950) 38397) ((-264 . -555) 38280) ((-264 . -553) NIL) ((-264 . -933) NIL) ((-264 . -821) NIL) ((-264 . -794) 38241) ((-264 . -755) NIL) ((-264 . -721) NIL) ((-264 . -718) NIL) ((-264 . -759) NIL) ((-264 . -756) NIL) ((-264 . -716) NIL) ((-264 . -714) NIL) ((-264 . -740) NIL) ((-264 . -796) NIL) ((-264 . -343) 38202) ((-264 . -580) 38163) ((-264 . -590) 38092) ((-264 . -329) 38053) ((-264 . -241) 37919) ((-264 . -260) 37815) ((-264 . -455) 37566) ((-264 . -288) 37527) ((-264 . -201) T) ((-264 . -82) 37412) ((-264 . -963) 37341) ((-264 . -968) 37270) ((-264 . -246) T) ((-264 . -654) 37199) ((-264 . -582) 37128) ((-264 . -588) 37042) ((-264 . -38) 36971) ((-264 . -258) T) ((-264 . -392) T) ((-264 . -146) T) ((-264 . -495) T) ((-264 . -832) T) ((-264 . -1134) T) ((-264 . -312) T) ((-264 . -190) NIL) ((-264 . -186) NIL) ((-264 . -189) NIL) ((-264 . -225) 36932) ((-264 . -806) NIL) ((-264 . -811) NIL) ((-264 . -809) NIL) ((-264 . -184) 36893) ((-264 . -120) 36849) ((-264 . -118) 36805) ((-264 . -104) T) ((-264 . -25) T) ((-264 . -72) T) ((-264 . -13) T) ((-264 . -1129) T) ((-264 . -552) 36787) ((-264 . -1013) T) ((-264 . -23) T) ((-264 . -21) T) ((-264 . -961) T) ((-264 . -663) T) ((-264 . -1061) T) ((-264 . -1025) T) ((-264 . -970) T) ((-263 . -995) T) ((-263 . -430) 36768) ((-263 . -552) 36734) ((-263 . -555) 36715) ((-263 . -1013) T) ((-263 . -1129) T) ((-263 . -13) T) ((-263 . -72) T) ((-263 . -64) T) ((-262 . -1013) T) ((-262 . -552) 36697) ((-262 . -1129) T) ((-262 . -13) T) ((-262 . -72) T) ((-251 . -1107) 36676) ((-251 . -183) 36624) ((-251 . -76) 36572) ((-251 . -1035) 36507) ((-251 . -124) 36455) ((-251 . -553) NIL) ((-251 . -193) 36403) ((-251 . -538) 36382) ((-251 . -260) 36180) ((-251 . -455) 35932) ((-251 . -429) 35867) ((-251 . -241) 35846) ((-251 . -243) 35825) ((-251 . -549) 35804) ((-251 . -1013) T) ((-251 . -552) 35786) ((-251 . -72) T) ((-251 . -1129) T) ((-251 . -13) T) ((-251 . -34) T) ((-251 . -318) 35734) ((-249 . -1129) T) ((-249 . -13) T) ((-249 . -455) 35683) ((-249 . -1013) 35469) ((-249 . -552) 35215) ((-249 . -72) 35001) ((-249 . -25) 34869) ((-249 . -21) 34756) ((-249 . -588) 34503) ((-249 . -23) 34390) ((-249 . -104) 34277) ((-249 . -1025) 34162) ((-249 . -663) 34068) ((-249 . -413) 34047) ((-249 . -961) 33993) ((-249 . -1061) 33939) ((-249 . -970) 33885) ((-249 . -590) 33753) ((-249 . -555) 33688) ((-249 . -82) 33608) ((-249 . -963) 33533) ((-249 . -968) 33458) ((-249 . -654) 33403) ((-249 . -582) 33348) ((-249 . -809) 33307) ((-249 . -806) 33264) ((-249 . -811) 33223) ((-249 . -1187) 33193) ((-247 . -552) 33175) ((-244 . -258) T) ((-244 . -392) T) ((-244 . -38) 33162) ((-244 . -555) 33134) ((-244 . -970) T) ((-244 . -1025) T) ((-244 . -1061) T) ((-244 . -663) T) ((-244 . -961) T) ((-244 . -82) 33119) ((-244 . -963) 33106) ((-244 . -968) 33093) ((-244 . -21) T) ((-244 . -588) 33065) ((-244 . -23) T) ((-244 . -1013) T) ((-244 . -552) 33047) ((-244 . -1129) T) ((-244 . -13) T) ((-244 . -72) T) ((-244 . -25) T) ((-244 . -104) T) ((-244 . -590) 33034) ((-244 . -582) 33021) ((-244 . -654) 33008) ((-244 . -146) T) ((-244 . -246) T) ((-244 . -495) T) ((-244 . -832) T) ((-244 . -241) 32987) ((-235 . -552) 32969) ((-234 . -552) 32951) ((-229 . -756) T) ((-229 . -552) 32933) ((-229 . -1013) T) ((-229 . -72) T) ((-229 . -13) T) ((-229 . -1129) T) ((-229 . -759) T) ((-226 . -213) 32895) ((-226 . -555) 32655) ((-226 . -950) 32501) ((-226 . -553) 32249) ((-226 . -277) 32221) ((-226 . -355) 32205) ((-226 . -38) 32057) ((-226 . -82) 31882) ((-226 . -963) 31728) ((-226 . -968) 31574) ((-226 . -588) 31484) ((-226 . -590) 31373) ((-226 . -582) 31225) ((-226 . -654) 31077) ((-226 . -118) 31056) ((-226 . -120) 31035) ((-226 . -146) 30949) ((-226 . -495) 30883) ((-226 . -246) 30817) ((-226 . -47) 30789) ((-226 . -329) 30773) ((-226 . -580) 30721) ((-226 . -392) 30675) ((-226 . -455) 30566) ((-226 . -809) 30512) ((-226 . -806) 30421) ((-226 . -811) 30334) ((-226 . -796) 30193) ((-226 . -821) 30172) ((-226 . -1134) 30151) ((-226 . -861) 30118) ((-226 . -260) 30105) ((-226 . -190) 30084) ((-226 . -104) T) ((-226 . -25) T) ((-226 . -72) T) ((-226 . -552) 30066) ((-226 . -1013) T) ((-226 . -23) T) ((-226 . -21) T) ((-226 . -970) T) ((-226 . -1025) T) ((-226 . -1061) T) ((-226 . -663) T) ((-226 . -961) T) ((-226 . -186) 30014) ((-226 . -13) T) ((-226 . -1129) T) ((-226 . -189) 29968) ((-226 . -225) 29952) ((-226 . -184) 29936) ((-221 . -1013) T) ((-221 . -552) 29918) ((-221 . -1129) T) ((-221 . -13) T) ((-221 . -72) T) ((-211 . -196) 29897) ((-211 . -1187) 29867) ((-211 . -721) 29846) ((-211 . -718) 29825) ((-211 . -759) 29779) ((-211 . -756) 29733) ((-211 . -716) 29712) ((-211 . -717) 29691) ((-211 . -654) 29636) ((-211 . -582) 29561) ((-211 . -243) 29538) ((-211 . -241) 29515) ((-211 . -538) 29492) ((-211 . -950) 29321) ((-211 . -555) 29125) ((-211 . -355) 29094) ((-211 . -580) 29002) ((-211 . -590) 28828) ((-211 . -329) 28798) ((-211 . -429) 28782) ((-211 . -455) 28715) ((-211 . -260) 28653) ((-211 . -34) T) ((-211 . -318) 28637) ((-211 . -320) 28616) ((-211 . -190) 28569) ((-211 . -588) 28422) ((-211 . -970) 28401) ((-211 . -1025) 28380) ((-211 . -1061) 28359) ((-211 . -663) 28338) ((-211 . -961) 28317) ((-211 . -186) 28213) ((-211 . -189) 28115) ((-211 . -225) 28085) ((-211 . -806) 27957) ((-211 . -811) 27831) ((-211 . -809) 27764) ((-211 . -184) 27734) ((-211 . -552) 27695) ((-211 . -968) 27620) ((-211 . -963) 27525) ((-211 . -82) 27445) ((-211 . -104) T) ((-211 . -25) T) ((-211 . -72) T) ((-211 . -13) T) ((-211 . -1129) T) ((-211 . -1013) T) ((-211 . -23) T) ((-211 . -21) T) ((-210 . -196) 27424) ((-210 . -1187) 27394) ((-210 . -721) 27373) ((-210 . -718) 27352) ((-210 . -759) 27306) ((-210 . -756) 27260) ((-210 . -716) 27239) ((-210 . -717) 27218) ((-210 . -654) 27163) ((-210 . -582) 27088) ((-210 . -243) 27065) ((-210 . -241) 27042) ((-210 . -538) 27019) ((-210 . -950) 26848) ((-210 . -555) 26652) ((-210 . -355) 26621) ((-210 . -580) 26529) ((-210 . -590) 26342) ((-210 . -329) 26312) ((-210 . -429) 26296) ((-210 . -455) 26229) ((-210 . -260) 26167) ((-210 . -34) T) ((-210 . -318) 26151) ((-210 . -320) 26130) ((-210 . -190) 26083) ((-210 . -588) 25923) ((-210 . -970) 25902) ((-210 . -1025) 25881) ((-210 . -1061) 25860) ((-210 . -663) 25839) ((-210 . -961) 25818) ((-210 . -186) 25714) ((-210 . -189) 25616) ((-210 . -225) 25586) ((-210 . -806) 25458) ((-210 . -811) 25332) ((-210 . -809) 25265) ((-210 . -184) 25235) ((-210 . -552) 25196) ((-210 . -968) 25121) ((-210 . -963) 25026) ((-210 . -82) 24946) ((-210 . -104) T) ((-210 . -25) T) ((-210 . -72) T) ((-210 . -13) T) ((-210 . -1129) T) ((-210 . -1013) T) ((-210 . -23) T) ((-210 . -21) T) ((-209 . -1013) T) ((-209 . -552) 24928) ((-209 . -1129) T) ((-209 . -13) T) ((-209 . -72) T) ((-209 . -241) 24902) ((-208 . -160) T) ((-208 . -1013) T) ((-208 . -552) 24869) ((-208 . -1129) T) ((-208 . -13) T) ((-208 . -72) T) ((-208 . -747) 24851) ((-207 . -1013) T) ((-207 . -552) 24833) ((-207 . -1129) T) ((-207 . -13) T) ((-207 . -72) T) ((-206 . -861) 24778) ((-206 . -555) 24570) ((-206 . -950) 24448) ((-206 . -1134) 24427) ((-206 . -821) 24406) ((-206 . -796) NIL) ((-206 . -811) 24383) ((-206 . -806) 24358) ((-206 . -809) 24335) ((-206 . -455) 24273) ((-206 . -392) 24227) ((-206 . -580) 24175) ((-206 . -590) 24064) ((-206 . -329) 24048) ((-206 . -47) 24005) ((-206 . -38) 23857) ((-206 . -582) 23709) ((-206 . -654) 23561) ((-206 . -246) 23495) ((-206 . -495) 23429) ((-206 . -82) 23254) ((-206 . -963) 23100) ((-206 . -968) 22946) ((-206 . -146) 22860) ((-206 . -120) 22839) ((-206 . -118) 22818) ((-206 . -588) 22728) ((-206 . -104) T) ((-206 . -25) T) ((-206 . -72) T) ((-206 . -13) T) ((-206 . -1129) T) ((-206 . -552) 22710) ((-206 . -1013) T) ((-206 . -23) T) ((-206 . -21) T) ((-206 . -961) T) ((-206 . -663) T) ((-206 . -1061) T) ((-206 . -1025) T) ((-206 . -970) T) ((-206 . -355) 22694) ((-206 . -277) 22651) ((-206 . -260) 22638) ((-206 . -553) 22499) ((-203 . -608) 22483) ((-203 . -1168) 22467) ((-203 . -923) 22451) ((-203 . -1064) 22435) ((-203 . -318) 22419) ((-203 . -756) 22398) ((-203 . -759) 22377) ((-203 . -324) 22361) ((-203 . -593) 22345) ((-203 . -243) 22322) ((-203 . -241) 22274) ((-203 . -538) 22251) ((-203 . -553) 22212) ((-203 . -429) 22196) ((-203 . -1013) 22149) ((-203 . -455) 22082) ((-203 . -260) 22020) ((-203 . -552) 21915) ((-203 . -72) 21849) ((-203 . -1129) T) ((-203 . -13) T) ((-203 . -34) T) ((-203 . -124) 21833) ((-203 . -1035) 21817) ((-203 . -237) 21801) ((-203 . -430) 21778) ((-203 . -555) 21755) ((-197 . -196) 21734) ((-197 . -1187) 21704) ((-197 . -721) 21683) ((-197 . -718) 21662) ((-197 . -759) 21616) ((-197 . -756) 21570) ((-197 . -716) 21549) ((-197 . -717) 21528) ((-197 . -654) 21473) ((-197 . -582) 21398) ((-197 . -243) 21375) ((-197 . -241) 21352) ((-197 . -538) 21329) ((-197 . -950) 21158) ((-197 . -555) 20962) ((-197 . -355) 20931) ((-197 . -580) 20839) ((-197 . -590) 20678) ((-197 . -329) 20648) ((-197 . -429) 20632) ((-197 . -455) 20565) ((-197 . -260) 20503) ((-197 . -34) T) ((-197 . -318) 20487) ((-197 . -320) 20466) ((-197 . -190) 20419) ((-197 . -588) 20207) ((-197 . -970) 20186) ((-197 . -1025) 20165) ((-197 . -1061) 20144) ((-197 . -663) 20123) ((-197 . -961) 20102) ((-197 . -186) 19998) ((-197 . -189) 19900) ((-197 . -225) 19870) ((-197 . -806) 19742) ((-197 . -811) 19616) ((-197 . -809) 19549) ((-197 . -184) 19519) ((-197 . -552) 19216) ((-197 . -968) 19141) ((-197 . -963) 19046) ((-197 . -82) 18966) ((-197 . -104) 18841) ((-197 . -25) 18678) ((-197 . -72) 18415) ((-197 . -13) T) ((-197 . -1129) T) ((-197 . -1013) 18171) ((-197 . -23) 18027) ((-197 . -21) 17942) ((-181 . -627) 17900) ((-181 . -318) 17884) ((-181 . -34) T) ((-181 . -13) T) ((-181 . -1129) T) ((-181 . -72) 17838) ((-181 . -552) 17773) ((-181 . -260) 17711) ((-181 . -455) 17644) ((-181 . -1013) 17622) ((-181 . -429) 17606) ((-181 . -1035) 17590) ((-181 . -57) 17548) ((-179 . -347) T) ((-179 . -120) T) ((-179 . -555) 17498) ((-179 . -590) 17463) ((-179 . -588) 17413) ((-179 . -104) T) ((-179 . -25) T) ((-179 . -72) T) ((-179 . -13) T) ((-179 . -1129) T) ((-179 . -552) 17395) ((-179 . -1013) T) ((-179 . -23) T) ((-179 . -21) T) ((-179 . -970) T) ((-179 . -1025) T) ((-179 . -1061) T) ((-179 . -663) T) ((-179 . -961) T) ((-179 . -553) 17325) ((-179 . -312) T) ((-179 . -1134) T) ((-179 . -832) T) ((-179 . -495) T) ((-179 . -146) T) ((-179 . -654) 17290) ((-179 . -582) 17255) ((-179 . -38) 17220) ((-179 . -392) T) ((-179 . -258) T) ((-179 . -82) 17169) ((-179 . -963) 17134) ((-179 . -968) 17099) ((-179 . -246) T) ((-179 . -201) T) ((-179 . -755) T) ((-179 . -721) T) ((-179 . -718) T) ((-179 . -759) T) ((-179 . -756) T) ((-179 . -716) T) ((-179 . -714) T) ((-179 . -796) 17081) ((-179 . -915) T) ((-179 . -933) T) ((-179 . -950) 17041) ((-179 . -973) T) ((-179 . -190) T) ((-179 . -186) 17028) ((-179 . -189) T) ((-179 . -1115) T) ((-179 . -1118) T) ((-179 . -433) T) ((-179 . -239) T) ((-179 . -66) T) ((-179 . -35) T) ((-177 . -560) 17005) ((-177 . -555) 16967) ((-177 . -590) 16934) ((-177 . -588) 16886) ((-177 . -970) T) ((-177 . -1025) T) ((-177 . -1061) T) ((-177 . -663) T) ((-177 . -961) T) ((-177 . -21) T) ((-177 . -23) T) ((-177 . -1013) T) ((-177 . -552) 16868) ((-177 . -1129) T) ((-177 . -13) T) ((-177 . -72) T) ((-177 . -25) T) ((-177 . -104) T) ((-177 . -950) 16845) ((-176 . -214) 16829) ((-176 . -1034) 16813) ((-176 . -76) 16797) ((-176 . -429) 16781) ((-176 . -1013) 16759) ((-176 . -455) 16692) ((-176 . -260) 16630) ((-176 . -552) 16565) ((-176 . -72) 16519) ((-176 . -1129) T) ((-176 . -13) T) ((-176 . -34) T) ((-176 . -1035) 16503) ((-176 . -318) 16487) ((-176 . -908) 16471) ((-172 . -995) T) ((-172 . -430) 16452) ((-172 . -552) 16418) ((-172 . -555) 16399) ((-172 . -1013) T) ((-172 . -1129) T) ((-172 . -13) T) ((-172 . -72) T) ((-172 . -64) T) ((-171 . -904) 16381) ((-171 . -1066) T) ((-171 . -555) 16331) ((-171 . -950) 16291) ((-171 . -553) 16221) ((-171 . -933) T) ((-171 . -821) NIL) ((-171 . -794) 16203) ((-171 . -755) T) ((-171 . -721) T) ((-171 . -718) T) ((-171 . -759) T) ((-171 . -756) T) ((-171 . -716) T) ((-171 . -714) T) ((-171 . -740) T) ((-171 . -796) 16185) ((-171 . -343) 16167) ((-171 . -580) 16149) ((-171 . -329) 16131) ((-171 . -241) NIL) ((-171 . -260) NIL) ((-171 . -455) NIL) ((-171 . -288) 16113) ((-171 . -201) T) ((-171 . -82) 16040) ((-171 . -963) 15990) ((-171 . -968) 15940) ((-171 . -246) T) ((-171 . -654) 15890) ((-171 . -582) 15840) ((-171 . -590) 15790) ((-171 . -588) 15740) ((-171 . -38) 15690) ((-171 . -258) T) ((-171 . -392) T) ((-171 . -146) T) ((-171 . -495) T) ((-171 . -832) T) ((-171 . -1134) T) ((-171 . -312) T) ((-171 . -190) T) ((-171 . -186) 15677) ((-171 . -189) T) ((-171 . -225) 15659) ((-171 . -806) NIL) ((-171 . -811) NIL) ((-171 . -809) NIL) ((-171 . -184) 15641) ((-171 . -120) T) ((-171 . -118) NIL) ((-171 . -104) T) ((-171 . -25) T) ((-171 . -72) T) ((-171 . -13) T) ((-171 . -1129) T) ((-171 . -552) 15583) ((-171 . -1013) T) ((-171 . -23) T) ((-171 . -21) T) ((-171 . -961) T) ((-171 . -663) T) ((-171 . -1061) T) ((-171 . -1025) T) ((-171 . -970) T) ((-168 . -752) T) ((-168 . -759) T) ((-168 . -756) T) ((-168 . -1013) T) ((-168 . -552) 15565) ((-168 . -1129) T) ((-168 . -13) T) ((-168 . -72) T) ((-168 . -320) T) ((-167 . -1013) T) ((-167 . -552) 15547) ((-167 . -1129) T) ((-167 . -13) T) ((-167 . -72) T) ((-167 . -555) 15524) ((-166 . -1013) T) ((-166 . -552) 15506) ((-166 . -1129) T) ((-166 . -13) T) ((-166 . -72) T) ((-161 . -1013) T) ((-161 . -552) 15488) ((-161 . -1129) T) ((-161 . -13) T) ((-161 . -72) T) ((-158 . -1013) T) ((-158 . -552) 15470) ((-158 . -1129) T) ((-158 . -13) T) ((-158 . -72) T) ((-157 . -160) T) ((-157 . -1013) T) ((-157 . -552) 15452) ((-157 . -1129) T) ((-157 . -13) T) ((-157 . -72) T) ((-157 . -747) 15434) ((-154 . -995) T) ((-154 . -430) 15415) ((-154 . -552) 15381) ((-154 . -555) 15362) ((-154 . -1013) T) ((-154 . -1129) T) ((-154 . -13) T) ((-154 . -72) T) ((-154 . -64) T) ((-149 . -552) 15344) ((-148 . -38) 15276) ((-148 . -555) 15193) ((-148 . -590) 15125) ((-148 . -588) 15042) ((-148 . -970) T) ((-148 . -1025) T) ((-148 . -1061) T) ((-148 . -663) T) ((-148 . -961) T) ((-148 . -82) 14941) ((-148 . -963) 14873) ((-148 . -968) 14805) ((-148 . -21) T) ((-148 . -23) T) ((-148 . -1013) T) ((-148 . -552) 14787) ((-148 . -1129) T) ((-148 . -13) T) ((-148 . -72) T) ((-148 . -25) T) ((-148 . -104) T) ((-148 . -582) 14719) ((-148 . -654) 14651) ((-148 . -312) T) ((-148 . -1134) T) ((-148 . -832) T) ((-148 . -495) T) ((-148 . -146) T) ((-148 . -392) T) ((-148 . -258) T) ((-148 . -246) T) ((-148 . -201) T) ((-145 . -1013) T) ((-145 . -552) 14633) ((-145 . -1129) T) ((-145 . -13) T) ((-145 . -72) T) ((-142 . -139) 14617) ((-142 . -35) 14595) ((-142 . -66) 14573) ((-142 . -239) 14551) ((-142 . -433) 14529) ((-142 . -1118) 14507) ((-142 . -1115) 14485) ((-142 . -915) 14437) ((-142 . -821) 14390) ((-142 . -553) 14158) ((-142 . -794) 14142) ((-142 . -320) 14096) ((-142 . -299) 14075) ((-142 . -1066) 14054) ((-142 . -345) 14033) ((-142 . -353) 14004) ((-142 . -38) 13838) ((-142 . -82) 13730) ((-142 . -963) 13643) ((-142 . -968) 13556) ((-142 . -582) 13390) ((-142 . -654) 13224) ((-142 . -322) 13195) ((-142 . -661) 13166) ((-142 . -950) 13064) ((-142 . -555) 12849) ((-142 . -355) 12833) ((-142 . -796) 12758) ((-142 . -343) 12742) ((-142 . -580) 12690) ((-142 . -590) 12567) ((-142 . -588) 12465) ((-142 . -329) 12449) ((-142 . -241) 12407) ((-142 . -260) 12372) ((-142 . -455) 12284) ((-142 . -288) 12268) ((-142 . -201) 12222) ((-142 . -1134) 12130) ((-142 . -312) 12084) ((-142 . -832) 12018) ((-142 . -495) 11932) ((-142 . -246) 11846) ((-142 . -392) 11780) ((-142 . -258) 11714) ((-142 . -190) 11668) ((-142 . -186) 11596) ((-142 . -189) 11530) ((-142 . -225) 11514) ((-142 . -806) 11438) ((-142 . -811) 11364) ((-142 . -809) 11323) ((-142 . -184) 11307) ((-142 . -146) T) ((-142 . -120) 11286) ((-142 . -961) T) ((-142 . -663) T) ((-142 . -1061) T) ((-142 . -1025) T) ((-142 . -970) T) ((-142 . -21) T) ((-142 . -23) T) ((-142 . -1013) T) ((-142 . -552) 11268) ((-142 . -1129) T) ((-142 . -13) T) ((-142 . -72) T) ((-142 . -25) T) ((-142 . -104) T) ((-142 . -118) 11222) ((-135 . -995) T) ((-135 . -430) 11203) ((-135 . -552) 11169) ((-135 . -555) 11150) ((-135 . -1013) T) ((-135 . -1129) T) ((-135 . -13) T) ((-135 . -72) T) ((-135 . -64) T) ((-134 . -1013) T) ((-134 . -552) 11132) ((-134 . -1129) T) ((-134 . -13) T) ((-134 . -72) T) ((-130 . -25) T) ((-130 . -72) T) ((-130 . -13) T) ((-130 . -1129) T) ((-130 . -552) 11114) ((-130 . -1013) T) ((-129 . -995) T) ((-129 . -430) 11095) ((-129 . -552) 11061) ((-129 . -555) 11042) ((-129 . -1013) T) ((-129 . -1129) T) ((-129 . -13) T) ((-129 . -72) T) ((-129 . -64) T) ((-127 . -995) T) ((-127 . -430) 11023) ((-127 . -552) 10989) ((-127 . -555) 10970) ((-127 . -1013) T) ((-127 . -1129) T) ((-127 . -13) T) ((-127 . -72) T) ((-127 . -64) T) ((-125 . -961) T) ((-125 . -663) T) ((-125 . -1061) T) ((-125 . -1025) T) ((-125 . -970) T) ((-125 . -21) T) ((-125 . -588) 10929) ((-125 . -23) T) ((-125 . -1013) T) ((-125 . -552) 10911) ((-125 . -1129) T) ((-125 . -13) T) ((-125 . -72) T) ((-125 . -25) T) ((-125 . -104) T) ((-125 . -590) 10885) ((-125 . -555) 10854) ((-125 . -38) 10838) ((-125 . -82) 10817) ((-125 . -963) 10801) ((-125 . -968) 10785) ((-125 . -582) 10769) ((-125 . -654) 10753) ((-125 . -1187) 10737) ((-117 . -752) T) ((-117 . -759) T) ((-117 . -756) T) ((-117 . -1013) T) ((-117 . -552) 10719) ((-117 . -1129) T) ((-117 . -13) T) ((-117 . -72) T) ((-117 . -320) T) ((-114 . -1013) T) ((-114 . -552) 10701) ((-114 . -1129) T) ((-114 . -13) T) ((-114 . -72) T) ((-114 . -553) 10660) ((-114 . -369) 10642) ((-114 . -1011) 10624) ((-114 . -318) 10606) ((-114 . -320) T) ((-114 . -193) 10588) ((-114 . -124) 10570) ((-114 . -1035) 10552) ((-114 . -34) T) ((-114 . -260) NIL) ((-114 . -455) NIL) ((-114 . -429) 10534) ((-114 . -76) 10516) ((-114 . -183) 10498) ((-113 . -552) 10480) ((-112 . -160) T) ((-112 . -1013) T) ((-112 . -552) 10447) ((-112 . -1129) T) ((-112 . -13) T) ((-112 . -72) T) ((-112 . -747) 10429) ((-111 . -995) T) ((-111 . -430) 10410) ((-111 . -552) 10376) ((-111 . -555) 10357) ((-111 . -1013) T) ((-111 . -1129) T) ((-111 . -13) T) ((-111 . -72) T) ((-111 . -64) T) ((-110 . -995) T) ((-110 . -430) 10338) ((-110 . -552) 10304) ((-110 . -555) 10285) ((-110 . -1013) T) ((-110 . -1129) T) ((-110 . -13) T) ((-110 . -72) T) ((-110 . -64) T) ((-108 . -405) 10262) ((-108 . -555) 10158) ((-108 . -950) 10142) ((-108 . -1013) T) ((-108 . -552) 10124) ((-108 . -1129) T) ((-108 . -13) T) ((-108 . -72) T) ((-108 . -410) 10079) ((-108 . -241) 10056) ((-107 . -756) T) ((-107 . -552) 10038) ((-107 . -1013) T) ((-107 . -72) T) ((-107 . -13) T) ((-107 . -1129) T) ((-107 . -759) T) ((-107 . -23) T) ((-107 . -25) T) ((-107 . -663) T) ((-107 . -1025) T) ((-107 . -950) 10020) ((-107 . -555) 10002) ((-106 . -995) T) ((-106 . -430) 9983) ((-106 . -552) 9949) ((-106 . -555) 9930) ((-106 . -1013) T) ((-106 . -1129) T) ((-106 . -13) T) ((-106 . -72) T) ((-106 . -64) T) ((-103 . -1013) T) ((-103 . -552) 9912) ((-103 . -1129) T) ((-103 . -13) T) ((-103 . -72) T) ((-102 . -19) 9894) ((-102 . -1035) 9876) ((-102 . -318) 9858) ((-102 . -34) T) ((-102 . -13) T) ((-102 . -1129) T) ((-102 . -72) T) ((-102 . -552) 9802) ((-102 . -260) NIL) ((-102 . -455) NIL) ((-102 . -1013) T) ((-102 . -429) 9784) ((-102 . -593) 9766) ((-102 . -243) 9741) ((-102 . -241) 9691) ((-102 . -538) 9666) ((-102 . -553) NIL) ((-102 . -124) 9648) ((-102 . -756) T) ((-102 . -759) T) ((-102 . -324) 9630) ((-101 . -752) T) ((-101 . -759) T) ((-101 . -756) T) ((-101 . -1013) T) ((-101 . -552) 9612) ((-101 . -1129) T) ((-101 . -13) T) ((-101 . -72) T) ((-101 . -320) T) ((-101 . -604) T) ((-100 . -98) 9596) ((-100 . -1035) 9580) ((-100 . -318) 9564) ((-100 . -923) 9548) ((-100 . -34) T) ((-100 . -13) T) ((-100 . -1129) T) ((-100 . -72) 9502) ((-100 . -552) 9437) ((-100 . -260) 9375) ((-100 . -455) 9308) ((-100 . -1013) 9286) ((-100 . -429) 9270) ((-100 . -92) 9254) ((-99 . -98) 9238) ((-99 . -1035) 9222) ((-99 . -318) 9206) ((-99 . -923) 9190) ((-99 . -34) T) ((-99 . -13) T) ((-99 . -1129) T) ((-99 . -72) 9144) ((-99 . -552) 9079) ((-99 . -260) 9017) ((-99 . -455) 8950) ((-99 . -1013) 8928) ((-99 . -429) 8912) ((-99 . -92) 8896) ((-94 . -98) 8880) ((-94 . -1035) 8864) ((-94 . -318) 8848) ((-94 . -923) 8832) ((-94 . -34) T) ((-94 . -13) T) ((-94 . -1129) T) ((-94 . -72) 8786) ((-94 . -552) 8721) ((-94 . -260) 8659) ((-94 . -455) 8592) ((-94 . -1013) 8570) ((-94 . -429) 8554) ((-94 . -92) 8538) ((-90 . -904) 8516) ((-90 . -1066) NIL) ((-90 . -950) 8494) ((-90 . -555) 8425) ((-90 . -553) NIL) ((-90 . -933) NIL) ((-90 . -821) NIL) ((-90 . -794) 8403) ((-90 . -755) NIL) ((-90 . -721) NIL) ((-90 . -718) NIL) ((-90 . -759) NIL) ((-90 . -756) NIL) ((-90 . -716) NIL) ((-90 . -714) NIL) ((-90 . -740) NIL) ((-90 . -796) NIL) ((-90 . -343) 8381) ((-90 . -580) 8359) ((-90 . -590) 8305) ((-90 . -329) 8283) ((-90 . -241) 8217) ((-90 . -260) 8164) ((-90 . -455) 8034) ((-90 . -288) 8012) ((-90 . -201) T) ((-90 . -82) 7931) ((-90 . -963) 7877) ((-90 . -968) 7823) ((-90 . -246) T) ((-90 . -654) 7769) ((-90 . -582) 7715) ((-90 . -588) 7646) ((-90 . -38) 7592) ((-90 . -258) T) ((-90 . -392) T) ((-90 . -146) T) ((-90 . -495) T) ((-90 . -832) T) ((-90 . -1134) T) ((-90 . -312) T) ((-90 . -190) NIL) ((-90 . -186) NIL) ((-90 . -189) NIL) ((-90 . -225) 7570) ((-90 . -806) NIL) ((-90 . -811) NIL) ((-90 . -809) NIL) ((-90 . -184) 7548) ((-90 . -120) T) ((-90 . -118) NIL) ((-90 . -104) T) ((-90 . -25) T) ((-90 . -72) T) ((-90 . -13) T) ((-90 . -1129) T) ((-90 . -552) 7530) ((-90 . -1013) T) ((-90 . -23) T) ((-90 . -21) T) ((-90 . -961) T) ((-90 . -663) T) ((-90 . -1061) T) ((-90 . -1025) T) ((-90 . -970) T) ((-89 . -779) 7514) ((-89 . -832) T) ((-89 . -495) T) ((-89 . -246) T) ((-89 . -146) T) ((-89 . -555) 7486) ((-89 . -654) 7473) ((-89 . -582) 7460) ((-89 . -968) 7447) ((-89 . -963) 7434) ((-89 . -82) 7419) ((-89 . -38) 7406) ((-89 . -392) T) ((-89 . -258) T) ((-89 . -961) T) ((-89 . -663) T) ((-89 . -1061) T) ((-89 . -1025) T) ((-89 . -970) T) ((-89 . -21) T) ((-89 . -588) 7378) ((-89 . -23) T) ((-89 . -1013) T) ((-89 . -552) 7360) ((-89 . -1129) T) ((-89 . -13) T) ((-89 . -72) T) ((-89 . -25) T) ((-89 . -104) T) ((-89 . -590) 7347) ((-89 . -120) T) ((-86 . -756) T) ((-86 . -552) 7329) ((-86 . -1013) T) ((-86 . -72) T) ((-86 . -13) T) ((-86 . -1129) T) ((-86 . -759) T) ((-86 . -747) 7310) ((-85 . -752) T) ((-85 . -759) T) ((-85 . -756) T) ((-85 . -1013) T) ((-85 . -552) 7292) ((-85 . -1129) T) ((-85 . -13) T) ((-85 . -72) T) ((-85 . -320) T) ((-85 . -880) T) ((-85 . -604) T) ((-85 . -84) T) ((-85 . -553) 7274) ((-81 . -96) T) ((-81 . -324) 7257) ((-81 . -759) T) ((-81 . -756) T) ((-81 . -124) 7240) ((-81 . -553) 7222) ((-81 . -241) 7173) ((-81 . -538) 7149) ((-81 . -243) 7125) ((-81 . -593) 7108) ((-81 . -429) 7091) ((-81 . -1013) T) ((-81 . -455) NIL) ((-81 . -260) NIL) ((-81 . -552) 7073) ((-81 . -72) T) ((-81 . -34) T) ((-81 . -318) 7056) ((-81 . -1035) 7039) ((-81 . -19) 7022) ((-81 . -604) T) ((-81 . -13) T) ((-81 . -1129) T) ((-81 . -84) T) ((-79 . -80) 7006) ((-79 . -1129) T) ((-79 . |MappingCategory|) 6980) ((-79 . -1013) T) ((-79 . -552) 6962) ((-79 . -13) T) ((-79 . -72) T) ((-78 . -552) 6944) ((-77 . -904) 6926) ((-77 . -1066) T) ((-77 . -555) 6876) ((-77 . -950) 6836) ((-77 . -553) 6766) ((-77 . -933) T) ((-77 . -821) NIL) ((-77 . -794) 6748) ((-77 . -755) T) ((-77 . -721) T) ((-77 . -718) T) ((-77 . -759) T) ((-77 . -756) T) ((-77 . -716) T) ((-77 . -714) T) ((-77 . -740) T) ((-77 . -796) 6730) ((-77 . -343) 6712) ((-77 . -580) 6694) ((-77 . -329) 6676) ((-77 . -241) NIL) ((-77 . -260) NIL) ((-77 . -455) NIL) ((-77 . -288) 6658) ((-77 . -201) T) ((-77 . -82) 6585) ((-77 . -963) 6535) ((-77 . -968) 6485) ((-77 . -246) T) ((-77 . -654) 6435) ((-77 . -582) 6385) ((-77 . -590) 6335) ((-77 . -588) 6285) ((-77 . -38) 6235) ((-77 . -258) T) ((-77 . -392) T) ((-77 . -146) T) ((-77 . -495) T) ((-77 . -832) T) ((-77 . -1134) T) ((-77 . -312) T) ((-77 . -190) T) ((-77 . -186) 6222) ((-77 . -189) T) ((-77 . -225) 6204) ((-77 . -806) NIL) ((-77 . -811) NIL) ((-77 . -809) NIL) ((-77 . -184) 6186) ((-77 . -120) T) ((-77 . -118) NIL) ((-77 . -104) T) ((-77 . -25) T) ((-77 . -72) T) ((-77 . -13) T) ((-77 . -1129) T) ((-77 . -552) 6129) ((-77 . -1013) T) ((-77 . -23) T) ((-77 . -21) T) ((-77 . -961) T) ((-77 . -663) T) ((-77 . -1061) T) ((-77 . -1025) T) ((-77 . -970) T) ((-73 . -98) 6113) ((-73 . -1035) 6097) ((-73 . -318) 6081) ((-73 . -923) 6065) ((-73 . -34) T) ((-73 . -13) T) ((-73 . -1129) T) ((-73 . -72) 6019) ((-73 . -552) 5954) ((-73 . -260) 5892) ((-73 . -455) 5825) ((-73 . -1013) 5803) ((-73 . -429) 5787) ((-73 . -92) 5771) ((-69 . -413) T) ((-69 . -1025) T) ((-69 . -72) T) ((-69 . -13) T) ((-69 . -1129) T) ((-69 . -552) 5753) ((-69 . -1013) T) ((-69 . -663) T) ((-69 . -241) 5732) ((-67 . -995) T) ((-67 . -430) 5713) ((-67 . -552) 5679) ((-67 . -555) 5660) ((-67 . -1013) T) ((-67 . -1129) T) ((-67 . -13) T) ((-67 . -72) T) ((-67 . -64) T) ((-62 . -1034) 5644) ((-62 . -318) 5628) ((-62 . -1035) 5612) ((-62 . -34) T) ((-62 . -13) T) ((-62 . -1129) T) ((-62 . -72) 5566) ((-62 . -552) 5501) ((-62 . -260) 5439) ((-62 . -455) 5372) ((-62 . -1013) 5350) ((-62 . -429) 5334) ((-62 . -76) 5318) ((-60 . -57) 5280) ((-60 . -1035) 5264) ((-60 . -429) 5248) ((-60 . -1013) 5226) ((-60 . -455) 5159) ((-60 . -260) 5097) ((-60 . -552) 5032) ((-60 . -72) 4986) ((-60 . -1129) T) ((-60 . -13) T) ((-60 . -34) T) ((-60 . -318) 4970) ((-58 . -19) 4954) ((-58 . -1035) 4938) ((-58 . -318) 4922) ((-58 . -34) T) ((-58 . -13) T) ((-58 . -1129) T) ((-58 . -72) 4856) ((-58 . -552) 4771) ((-58 . -260) 4709) ((-58 . -455) 4642) ((-58 . -1013) 4595) ((-58 . -429) 4579) ((-58 . -593) 4563) ((-58 . -243) 4540) ((-58 . -241) 4492) ((-58 . -538) 4469) ((-58 . -553) 4430) ((-58 . -124) 4414) ((-58 . -756) 4393) ((-58 . -759) 4372) ((-58 . -324) 4356) ((-55 . -1013) T) ((-55 . -552) 4338) ((-55 . -1129) T) ((-55 . -13) T) ((-55 . -72) T) ((-55 . -950) 4320) ((-55 . -555) 4302) ((-51 . -1013) T) ((-51 . -552) 4284) ((-51 . -1129) T) ((-51 . -13) T) ((-51 . -72) T) ((-50 . -560) 4268) ((-50 . -555) 4237) ((-50 . -590) 4211) ((-50 . -588) 4170) ((-50 . -970) T) ((-50 . -1025) T) ((-50 . -1061) T) ((-50 . -663) T) ((-50 . -961) T) ((-50 . -21) T) ((-50 . -23) T) ((-50 . -1013) T) ((-50 . -552) 4152) ((-50 . -1129) T) ((-50 . -13) T) ((-50 . -72) T) ((-50 . -25) T) ((-50 . -104) T) ((-50 . -950) 4136) ((-49 . -1013) T) ((-49 . -552) 4118) ((-49 . -1129) T) ((-49 . -13) T) ((-49 . -72) T) ((-48 . -254) T) ((-48 . -72) T) ((-48 . -13) T) ((-48 . -1129) T) ((-48 . -552) 4100) ((-48 . -1013) T) ((-48 . -555) 4001) ((-48 . -950) 3944) ((-48 . -455) 3910) ((-48 . -260) 3897) ((-48 . -27) T) ((-48 . -915) T) ((-48 . -201) T) ((-48 . -82) 3846) ((-48 . -963) 3811) ((-48 . -968) 3776) ((-48 . -246) T) ((-48 . -654) 3741) ((-48 . -582) 3706) ((-48 . -590) 3656) ((-48 . -588) 3606) ((-48 . -104) T) ((-48 . -25) T) ((-48 . -23) T) ((-48 . -21) T) ((-48 . -961) T) ((-48 . -663) T) ((-48 . -1061) T) ((-48 . -1025) T) ((-48 . -970) T) ((-48 . -38) 3571) ((-48 . -258) T) ((-48 . -392) T) ((-48 . -146) T) ((-48 . -495) T) ((-48 . -832) T) ((-48 . -1134) T) ((-48 . -312) T) ((-48 . -580) 3531) ((-48 . -933) T) ((-48 . -553) 3476) ((-48 . -120) T) ((-48 . -190) T) ((-48 . -186) 3463) ((-48 . -189) T) ((-45 . -36) 3442) ((-45 . -549) 3421) ((-45 . -1035) 3356) ((-45 . -243) 3279) ((-45 . -241) 3177) ((-45 . -429) 3112) ((-45 . -455) 2864) ((-45 . -260) 2662) ((-45 . -538) 2585) ((-45 . -193) 2533) ((-45 . -76) 2481) ((-45 . -183) 2429) ((-45 . -1107) 2408) ((-45 . -237) 2356) ((-45 . -124) 2304) ((-45 . -34) T) ((-45 . -13) T) ((-45 . -1129) T) ((-45 . -72) T) ((-45 . -552) 2286) ((-45 . -1013) T) ((-45 . -553) NIL) ((-45 . -593) 2234) ((-45 . -324) 2182) ((-45 . -759) NIL) ((-45 . -756) NIL) ((-45 . -318) 2130) ((-45 . -1064) 2078) ((-45 . -923) 2026) ((-45 . -1168) 1974) ((-45 . -608) 1922) ((-44 . -361) 1906) ((-44 . -683) 1890) ((-44 . -657) T) ((-44 . -685) T) ((-44 . -82) 1869) ((-44 . -963) 1853) ((-44 . -968) 1837) ((-44 . -21) T) ((-44 . -588) 1780) ((-44 . -23) T) ((-44 . -1013) T) ((-44 . -552) 1762) ((-44 . -72) T) ((-44 . -25) T) ((-44 . -104) T) ((-44 . -590) 1720) ((-44 . -582) 1704) ((-44 . -654) 1688) ((-44 . -316) 1672) ((-44 . -1129) T) ((-44 . -13) T) ((-44 . -241) 1649) ((-40 . -291) 1623) ((-40 . -146) T) ((-40 . -555) 1553) ((-40 . -970) T) ((-40 . -1025) T) ((-40 . -1061) T) ((-40 . -663) T) ((-40 . -961) T) ((-40 . -590) 1455) ((-40 . -588) 1385) ((-40 . -104) T) ((-40 . -25) T) ((-40 . -72) T) ((-40 . -13) T) ((-40 . -1129) T) ((-40 . -552) 1367) ((-40 . -1013) T) ((-40 . -23) T) ((-40 . -21) T) ((-40 . -968) 1312) ((-40 . -963) 1257) ((-40 . -82) 1174) ((-40 . -553) 1158) ((-40 . -184) 1135) ((-40 . -809) 1087) ((-40 . -811) 999) ((-40 . -806) 909) ((-40 . -225) 886) ((-40 . -189) 826) ((-40 . -186) 760) ((-40 . -190) 732) ((-40 . -312) T) ((-40 . -1134) T) ((-40 . -832) T) ((-40 . -495) T) ((-40 . -654) 677) ((-40 . -582) 622) ((-40 . -38) 567) ((-40 . -392) T) ((-40 . -258) T) ((-40 . -246) T) ((-40 . -201) T) ((-40 . -320) NIL) ((-40 . -299) NIL) ((-40 . -1066) NIL) ((-40 . -118) 539) ((-40 . -345) NIL) ((-40 . -353) 511) ((-40 . -120) 483) ((-40 . -322) 455) ((-40 . -329) 432) ((-40 . -580) 366) ((-40 . -355) 343) ((-40 . -950) 220) ((-40 . -661) 192) ((-31 . -995) T) ((-31 . -430) 173) ((-31 . -552) 139) ((-31 . -555) 120) ((-31 . -1013) T) ((-31 . -1129) T) ((-31 . -13) T) ((-31 . -72) T) ((-31 . -64) T) ((-30 . -866) T) ((-30 . -552) 102) ((0 . |EnumerationCategory|) T) ((0 . -552) 84) ((0 . -1013) T) ((0 . -72) T) ((0 . -1129) T) ((-2 . |RecordCategory|) T) ((-2 . -552) 66) ((-2 . -1013) T) ((-2 . -72) T) ((-2 . -1129) T) ((-3 . |UnionCategory|) T) ((-3 . -552) 48) ((-3 . -1013) T) ((-3 . -72) T) ((-3 . -1129) T) ((-1 . -1013) T) ((-1 . -552) 30) ((-1 . -1129) T) ((-1 . -13) T) ((-1 . -72) T)) \ No newline at end of file
+((((-485)) . T))
+(((-1210 . -146) T) ((-1210 . -556) 201094) ((-1210 . -971) T) ((-1210 . -1026) T) ((-1210 . -1062) T) ((-1210 . -664) T) ((-1210 . -962) T) ((-1210 . -591) 201081) ((-1210 . -589) 201053) ((-1210 . -104) T) ((-1210 . -25) T) ((-1210 . -72) T) ((-1210 . -13) T) ((-1210 . -1130) T) ((-1210 . -553) 201035) ((-1210 . -1014) T) ((-1210 . -23) T) ((-1210 . -21) T) ((-1210 . -969) 201022) ((-1210 . -964) 201009) ((-1210 . -82) 200994) ((-1210 . -320) T) ((-1210 . -554) 200976) ((-1210 . -1067) T) ((-1206 . -1014) T) ((-1206 . -553) 200943) ((-1206 . -1130) T) ((-1206 . -13) T) ((-1206 . -72) T) ((-1206 . -430) 200925) ((-1206 . -556) 200907) ((-1205 . -1203) 200886) ((-1205 . -951) 200863) ((-1205 . -556) 200812) ((-1205 . -962) T) ((-1205 . -664) T) ((-1205 . -1062) T) ((-1205 . -1026) T) ((-1205 . -971) T) ((-1205 . -21) T) ((-1205 . -589) 200771) ((-1205 . -23) T) ((-1205 . -1014) T) ((-1205 . -553) 200753) ((-1205 . -1130) T) ((-1205 . -13) T) ((-1205 . -72) T) ((-1205 . -25) T) ((-1205 . -104) T) ((-1205 . -591) 200727) ((-1205 . -1195) 200711) ((-1205 . -655) 200681) ((-1205 . -583) 200651) ((-1205 . -969) 200635) ((-1205 . -964) 200619) ((-1205 . -82) 200598) ((-1205 . -38) 200568) ((-1205 . -1200) 200547) ((-1204 . -962) T) ((-1204 . -664) T) ((-1204 . -1062) T) ((-1204 . -1026) T) ((-1204 . -971) T) ((-1204 . -21) T) ((-1204 . -589) 200506) ((-1204 . -23) T) ((-1204 . -1014) T) ((-1204 . -553) 200488) ((-1204 . -1130) T) ((-1204 . -13) T) ((-1204 . -72) T) ((-1204 . -25) T) ((-1204 . -104) T) ((-1204 . -591) 200462) ((-1204 . -556) 200418) ((-1204 . -1195) 200402) ((-1204 . -655) 200372) ((-1204 . -583) 200342) ((-1204 . -969) 200326) ((-1204 . -964) 200310) ((-1204 . -82) 200289) ((-1204 . -38) 200259) ((-1204 . -335) 200238) ((-1204 . -951) 200222) ((-1202 . -1203) 200198) ((-1202 . -951) 200172) ((-1202 . -556) 200118) ((-1202 . -962) T) ((-1202 . -664) T) ((-1202 . -1062) T) ((-1202 . -1026) T) ((-1202 . -971) T) ((-1202 . -21) T) ((-1202 . -589) 200077) ((-1202 . -23) T) ((-1202 . -1014) T) ((-1202 . -553) 200059) ((-1202 . -1130) T) ((-1202 . -13) T) ((-1202 . -72) T) ((-1202 . -25) T) ((-1202 . -104) T) ((-1202 . -591) 200033) ((-1202 . -1195) 200017) ((-1202 . -655) 199987) ((-1202 . -583) 199957) ((-1202 . -969) 199941) ((-1202 . -964) 199925) ((-1202 . -82) 199904) ((-1202 . -38) 199874) ((-1202 . -1200) 199850) ((-1201 . -1203) 199829) ((-1201 . -951) 199786) ((-1201 . -556) 199715) ((-1201 . -962) T) ((-1201 . -664) T) ((-1201 . -1062) T) ((-1201 . -1026) T) ((-1201 . -971) T) ((-1201 . -21) T) ((-1201 . -589) 199674) ((-1201 . -23) T) ((-1201 . -1014) T) ((-1201 . -553) 199656) ((-1201 . -1130) T) ((-1201 . -13) T) ((-1201 . -72) T) ((-1201 . -25) T) ((-1201 . -104) T) ((-1201 . -591) 199630) ((-1201 . -1195) 199614) ((-1201 . -655) 199584) ((-1201 . -583) 199554) ((-1201 . -969) 199538) ((-1201 . -964) 199522) ((-1201 . -82) 199501) ((-1201 . -38) 199471) ((-1201 . -1200) 199450) ((-1201 . -335) 199422) ((-1196 . -335) 199394) ((-1196 . -556) 199343) ((-1196 . -951) 199320) ((-1196 . -583) 199290) ((-1196 . -655) 199260) ((-1196 . -591) 199234) ((-1196 . -589) 199193) ((-1196 . -104) T) ((-1196 . -25) T) ((-1196 . -72) T) ((-1196 . -13) T) ((-1196 . -1130) T) ((-1196 . -553) 199175) ((-1196 . -1014) T) ((-1196 . -23) T) ((-1196 . -21) T) ((-1196 . -969) 199159) ((-1196 . -964) 199143) ((-1196 . -82) 199122) ((-1196 . -1203) 199101) ((-1196 . -962) T) ((-1196 . -664) T) ((-1196 . -1062) T) ((-1196 . -1026) T) ((-1196 . -971) T) ((-1196 . -1195) 199085) ((-1196 . -38) 199055) ((-1196 . -1200) 199034) ((-1194 . -1125) 199003) ((-1194 . -1036) 198987) ((-1194 . -553) 198949) ((-1194 . -124) 198933) ((-1194 . -34) T) ((-1194 . -13) T) ((-1194 . -1130) T) ((-1194 . -72) T) ((-1194 . -260) 198871) ((-1194 . -456) 198804) ((-1194 . -1014) T) ((-1194 . -429) 198788) ((-1194 . -554) 198749) ((-1194 . -318) 198733) ((-1194 . -890) 198702) ((-1193 . -962) T) ((-1193 . -664) T) ((-1193 . -1062) T) ((-1193 . -1026) T) ((-1193 . -971) T) ((-1193 . -21) T) ((-1193 . -589) 198647) ((-1193 . -23) T) ((-1193 . -1014) T) ((-1193 . -553) 198616) ((-1193 . -1130) T) ((-1193 . -13) T) ((-1193 . -72) T) ((-1193 . -25) T) ((-1193 . -104) T) ((-1193 . -591) 198576) ((-1193 . -556) 198518) ((-1193 . -430) 198502) ((-1193 . -38) 198472) ((-1193 . -82) 198437) ((-1193 . -964) 198407) ((-1193 . -969) 198377) ((-1193 . -583) 198347) ((-1193 . -655) 198317) ((-1192 . -996) T) ((-1192 . -430) 198298) ((-1192 . -553) 198264) ((-1192 . -556) 198245) ((-1192 . -1014) T) ((-1192 . -1130) T) ((-1192 . -13) T) ((-1192 . -72) T) ((-1192 . -64) T) ((-1191 . -996) T) ((-1191 . -430) 198226) ((-1191 . -553) 198192) ((-1191 . -556) 198173) ((-1191 . -1014) T) ((-1191 . -1130) T) ((-1191 . -13) T) ((-1191 . -72) T) ((-1191 . -64) T) ((-1186 . -553) 198155) ((-1184 . -1014) T) ((-1184 . -553) 198137) ((-1184 . -1130) T) ((-1184 . -13) T) ((-1184 . -72) T) ((-1183 . -1014) T) ((-1183 . -553) 198119) ((-1183 . -1130) T) ((-1183 . -13) T) ((-1183 . -72) T) ((-1180 . -1179) 198103) ((-1180 . -324) 198087) ((-1180 . -760) 198066) ((-1180 . -757) 198045) ((-1180 . -124) 198029) ((-1180 . -554) 197990) ((-1180 . -241) 197942) ((-1180 . -539) 197919) ((-1180 . -243) 197896) ((-1180 . -594) 197880) ((-1180 . -429) 197864) ((-1180 . -1014) 197817) ((-1180 . -456) 197750) ((-1180 . -260) 197688) ((-1180 . -553) 197603) ((-1180 . -72) 197537) ((-1180 . -1130) T) ((-1180 . -13) T) ((-1180 . -34) T) ((-1180 . -318) 197521) ((-1180 . -1036) 197505) ((-1180 . -19) 197489) ((-1177 . -1014) T) ((-1177 . -553) 197455) ((-1177 . -1130) T) ((-1177 . -13) T) ((-1177 . -72) T) ((-1170 . -1173) 197439) ((-1170 . -190) 197398) ((-1170 . -556) 197280) ((-1170 . -591) 197205) ((-1170 . -589) 197115) ((-1170 . -104) T) ((-1170 . -25) T) ((-1170 . -72) T) ((-1170 . -553) 197097) ((-1170 . -1014) T) ((-1170 . -23) T) ((-1170 . -21) T) ((-1170 . -971) T) ((-1170 . -1026) T) ((-1170 . -1062) T) ((-1170 . -664) T) ((-1170 . -962) T) ((-1170 . -186) 197050) ((-1170 . -13) T) ((-1170 . -1130) T) ((-1170 . -189) 197009) ((-1170 . -241) 196974) ((-1170 . -810) 196887) ((-1170 . -807) 196775) ((-1170 . -812) 196688) ((-1170 . -887) 196658) ((-1170 . -38) 196555) ((-1170 . -82) 196420) ((-1170 . -964) 196306) ((-1170 . -969) 196192) ((-1170 . -583) 196089) ((-1170 . -655) 195986) ((-1170 . -118) 195965) ((-1170 . -120) 195944) ((-1170 . -146) 195898) ((-1170 . -496) 195877) ((-1170 . -246) 195856) ((-1170 . -47) 195833) ((-1170 . -1159) 195810) ((-1170 . -35) 195776) ((-1170 . -66) 195742) ((-1170 . -239) 195708) ((-1170 . -433) 195674) ((-1170 . -1119) 195640) ((-1170 . -1116) 195606) ((-1170 . -916) 195572) ((-1167 . -277) 195516) ((-1167 . -951) 195482) ((-1167 . -355) 195448) ((-1167 . -38) 195305) ((-1167 . -556) 195179) ((-1167 . -591) 195068) ((-1167 . -589) 194942) ((-1167 . -971) T) ((-1167 . -1026) T) ((-1167 . -1062) T) ((-1167 . -664) T) ((-1167 . -962) T) ((-1167 . -82) 194792) ((-1167 . -964) 194681) ((-1167 . -969) 194570) ((-1167 . -21) T) ((-1167 . -23) T) ((-1167 . -1014) T) ((-1167 . -553) 194552) ((-1167 . -1130) T) ((-1167 . -13) T) ((-1167 . -72) T) ((-1167 . -25) T) ((-1167 . -104) T) ((-1167 . -583) 194409) ((-1167 . -655) 194266) ((-1167 . -118) 194227) ((-1167 . -120) 194188) ((-1167 . -146) T) ((-1167 . -496) T) ((-1167 . -246) T) ((-1167 . -47) 194132) ((-1166 . -1165) 194111) ((-1166 . -312) 194090) ((-1166 . -1135) 194069) ((-1166 . -833) 194048) ((-1166 . -496) 194002) ((-1166 . -146) 193936) ((-1166 . -556) 193755) ((-1166 . -655) 193602) ((-1166 . -583) 193449) ((-1166 . -38) 193296) ((-1166 . -392) 193275) ((-1166 . -258) 193254) ((-1166 . -591) 193154) ((-1166 . -589) 193039) ((-1166 . -971) T) ((-1166 . -1026) T) ((-1166 . -1062) T) ((-1166 . -664) T) ((-1166 . -962) T) ((-1166 . -82) 192859) ((-1166 . -964) 192700) ((-1166 . -969) 192541) ((-1166 . -21) T) ((-1166 . -23) T) ((-1166 . -1014) T) ((-1166 . -553) 192523) ((-1166 . -1130) T) ((-1166 . -13) T) ((-1166 . -72) T) ((-1166 . -25) T) ((-1166 . -104) T) ((-1166 . -246) 192477) ((-1166 . -201) 192456) ((-1166 . -916) 192422) ((-1166 . -1116) 192388) ((-1166 . -1119) 192354) ((-1166 . -433) 192320) ((-1166 . -239) 192286) ((-1166 . -66) 192252) ((-1166 . -35) 192218) ((-1166 . -1159) 192188) ((-1166 . -47) 192158) ((-1166 . -120) 192137) ((-1166 . -118) 192116) ((-1166 . -887) 192079) ((-1166 . -812) 191985) ((-1166 . -807) 191889) ((-1166 . -810) 191795) ((-1166 . -241) 191753) ((-1166 . -189) 191705) ((-1166 . -186) 191651) ((-1166 . -190) 191603) ((-1166 . -1163) 191587) ((-1166 . -951) 191571) ((-1161 . -1165) 191532) ((-1161 . -312) 191511) ((-1161 . -1135) 191490) ((-1161 . -833) 191469) ((-1161 . -496) 191423) ((-1161 . -146) 191357) ((-1161 . -556) 191106) ((-1161 . -655) 190953) ((-1161 . -583) 190800) ((-1161 . -38) 190647) ((-1161 . -392) 190626) ((-1161 . -258) 190605) ((-1161 . -591) 190505) ((-1161 . -589) 190390) ((-1161 . -971) T) ((-1161 . -1026) T) ((-1161 . -1062) T) ((-1161 . -664) T) ((-1161 . -962) T) ((-1161 . -82) 190210) ((-1161 . -964) 190051) ((-1161 . -969) 189892) ((-1161 . -21) T) ((-1161 . -23) T) ((-1161 . -1014) T) ((-1161 . -553) 189874) ((-1161 . -1130) T) ((-1161 . -13) T) ((-1161 . -72) T) ((-1161 . -25) T) ((-1161 . -104) T) ((-1161 . -246) 189828) ((-1161 . -201) 189807) ((-1161 . -916) 189773) ((-1161 . -1116) 189739) ((-1161 . -1119) 189705) ((-1161 . -433) 189671) ((-1161 . -239) 189637) ((-1161 . -66) 189603) ((-1161 . -35) 189569) ((-1161 . -1159) 189539) ((-1161 . -47) 189509) ((-1161 . -120) 189488) ((-1161 . -118) 189467) ((-1161 . -887) 189430) ((-1161 . -812) 189336) ((-1161 . -807) 189217) ((-1161 . -810) 189123) ((-1161 . -241) 189081) ((-1161 . -189) 189033) ((-1161 . -186) 188979) ((-1161 . -190) 188931) ((-1161 . -1163) 188915) ((-1161 . -951) 188850) ((-1149 . -1156) 188834) ((-1149 . -1067) 188812) ((-1149 . -554) NIL) ((-1149 . -260) 188799) ((-1149 . -456) 188747) ((-1149 . -277) 188724) ((-1149 . -951) 188607) ((-1149 . -355) 188591) ((-1149 . -38) 188423) ((-1149 . -82) 188228) ((-1149 . -964) 188054) ((-1149 . -969) 187880) ((-1149 . -589) 187790) ((-1149 . -591) 187679) ((-1149 . -583) 187511) ((-1149 . -655) 187343) ((-1149 . -556) 187099) ((-1149 . -118) 187078) ((-1149 . -120) 187057) ((-1149 . -47) 187034) ((-1149 . -329) 187018) ((-1149 . -581) 186966) ((-1149 . -810) 186910) ((-1149 . -807) 186817) ((-1149 . -812) 186728) ((-1149 . -797) NIL) ((-1149 . -822) 186707) ((-1149 . -1135) 186686) ((-1149 . -862) 186656) ((-1149 . -833) 186635) ((-1149 . -496) 186549) ((-1149 . -246) 186463) ((-1149 . -146) 186357) ((-1149 . -392) 186291) ((-1149 . -258) 186270) ((-1149 . -241) 186197) ((-1149 . -190) T) ((-1149 . -104) T) ((-1149 . -25) T) ((-1149 . -72) T) ((-1149 . -553) 186179) ((-1149 . -1014) T) ((-1149 . -23) T) ((-1149 . -21) T) ((-1149 . -971) T) ((-1149 . -1026) T) ((-1149 . -1062) T) ((-1149 . -664) T) ((-1149 . -962) T) ((-1149 . -186) 186166) ((-1149 . -13) T) ((-1149 . -1130) T) ((-1149 . -189) T) ((-1149 . -225) 186150) ((-1149 . -184) 186134) ((-1147 . -1007) 186118) ((-1147 . -558) 186102) ((-1147 . -1014) 186080) ((-1147 . -553) 186047) ((-1147 . -1130) 186025) ((-1147 . -13) 186003) ((-1147 . -72) 185981) ((-1147 . -1008) 185938) ((-1145 . -1144) 185917) ((-1145 . -916) 185883) ((-1145 . -1116) 185849) ((-1145 . -1119) 185815) ((-1145 . -433) 185781) ((-1145 . -239) 185747) ((-1145 . -66) 185713) ((-1145 . -35) 185679) ((-1145 . -1159) 185656) ((-1145 . -47) 185633) ((-1145 . -556) 185388) ((-1145 . -655) 185208) ((-1145 . -583) 185028) ((-1145 . -591) 184839) ((-1145 . -589) 184697) ((-1145 . -969) 184511) ((-1145 . -964) 184325) ((-1145 . -82) 184113) ((-1145 . -38) 183933) ((-1145 . -887) 183903) ((-1145 . -241) 183803) ((-1145 . -1142) 183787) ((-1145 . -971) T) ((-1145 . -1026) T) ((-1145 . -1062) T) ((-1145 . -664) T) ((-1145 . -962) T) ((-1145 . -21) T) ((-1145 . -23) T) ((-1145 . -1014) T) ((-1145 . -553) 183769) ((-1145 . -1130) T) ((-1145 . -13) T) ((-1145 . -72) T) ((-1145 . -25) T) ((-1145 . -104) T) ((-1145 . -118) 183697) ((-1145 . -120) 183579) ((-1145 . -554) 183252) ((-1145 . -184) 183222) ((-1145 . -810) 183076) ((-1145 . -812) 182876) ((-1145 . -807) 182674) ((-1145 . -225) 182644) ((-1145 . -189) 182506) ((-1145 . -186) 182362) ((-1145 . -190) 182270) ((-1145 . -312) 182249) ((-1145 . -1135) 182228) ((-1145 . -833) 182207) ((-1145 . -496) 182161) ((-1145 . -146) 182095) ((-1145 . -392) 182074) ((-1145 . -258) 182053) ((-1145 . -246) 182007) ((-1145 . -201) 181986) ((-1145 . -288) 181956) ((-1145 . -456) 181816) ((-1145 . -260) 181755) ((-1145 . -329) 181725) ((-1145 . -581) 181633) ((-1145 . -343) 181603) ((-1145 . -797) 181476) ((-1145 . -741) 181429) ((-1145 . -715) 181382) ((-1145 . -717) 181335) ((-1145 . -757) 181237) ((-1145 . -760) 181139) ((-1145 . -719) 181092) ((-1145 . -722) 181045) ((-1145 . -756) 180998) ((-1145 . -795) 180968) ((-1145 . -822) 180921) ((-1145 . -934) 180874) ((-1145 . -951) 180663) ((-1145 . -1067) 180615) ((-1145 . -905) 180585) ((-1140 . -1144) 180546) ((-1140 . -916) 180512) ((-1140 . -1116) 180478) ((-1140 . -1119) 180444) ((-1140 . -433) 180410) ((-1140 . -239) 180376) ((-1140 . -66) 180342) ((-1140 . -35) 180308) ((-1140 . -1159) 180285) ((-1140 . -47) 180262) ((-1140 . -556) 180063) ((-1140 . -655) 179865) ((-1140 . -583) 179667) ((-1140 . -591) 179522) ((-1140 . -589) 179362) ((-1140 . -969) 179158) ((-1140 . -964) 178954) ((-1140 . -82) 178706) ((-1140 . -38) 178508) ((-1140 . -887) 178478) ((-1140 . -241) 178306) ((-1140 . -1142) 178290) ((-1140 . -971) T) ((-1140 . -1026) T) ((-1140 . -1062) T) ((-1140 . -664) T) ((-1140 . -962) T) ((-1140 . -21) T) ((-1140 . -23) T) ((-1140 . -1014) T) ((-1140 . -553) 178272) ((-1140 . -1130) T) ((-1140 . -13) T) ((-1140 . -72) T) ((-1140 . -25) T) ((-1140 . -104) T) ((-1140 . -118) 178182) ((-1140 . -120) 178092) ((-1140 . -554) NIL) ((-1140 . -184) 178044) ((-1140 . -810) 177880) ((-1140 . -812) 177644) ((-1140 . -807) 177383) ((-1140 . -225) 177335) ((-1140 . -189) 177161) ((-1140 . -186) 176981) ((-1140 . -190) 176871) ((-1140 . -312) 176850) ((-1140 . -1135) 176829) ((-1140 . -833) 176808) ((-1140 . -496) 176762) ((-1140 . -146) 176696) ((-1140 . -392) 176675) ((-1140 . -258) 176654) ((-1140 . -246) 176608) ((-1140 . -201) 176587) ((-1140 . -288) 176539) ((-1140 . -456) 176273) ((-1140 . -260) 176158) ((-1140 . -329) 176110) ((-1140 . -581) 176062) ((-1140 . -343) 176014) ((-1140 . -797) NIL) ((-1140 . -741) NIL) ((-1140 . -715) NIL) ((-1140 . -717) NIL) ((-1140 . -757) NIL) ((-1140 . -760) NIL) ((-1140 . -719) NIL) ((-1140 . -722) NIL) ((-1140 . -756) NIL) ((-1140 . -795) 175966) ((-1140 . -822) NIL) ((-1140 . -934) NIL) ((-1140 . -951) 175932) ((-1140 . -1067) NIL) ((-1140 . -905) 175884) ((-1139 . -753) T) ((-1139 . -760) T) ((-1139 . -757) T) ((-1139 . -1014) T) ((-1139 . -553) 175866) ((-1139 . -1130) T) ((-1139 . -13) T) ((-1139 . -72) T) ((-1139 . -320) T) ((-1139 . -605) T) ((-1138 . -753) T) ((-1138 . -760) T) ((-1138 . -757) T) ((-1138 . -1014) T) ((-1138 . -553) 175848) ((-1138 . -1130) T) ((-1138 . -13) T) ((-1138 . -72) T) ((-1138 . -320) T) ((-1138 . -605) T) ((-1137 . -753) T) ((-1137 . -760) T) ((-1137 . -757) T) ((-1137 . -1014) T) ((-1137 . -553) 175830) ((-1137 . -1130) T) ((-1137 . -13) T) ((-1137 . -72) T) ((-1137 . -320) T) ((-1137 . -605) T) ((-1136 . -753) T) ((-1136 . -760) T) ((-1136 . -757) T) ((-1136 . -1014) T) ((-1136 . -553) 175812) ((-1136 . -1130) T) ((-1136 . -13) T) ((-1136 . -72) T) ((-1136 . -320) T) ((-1136 . -605) T) ((-1131 . -996) T) ((-1131 . -430) 175793) ((-1131 . -553) 175759) ((-1131 . -556) 175740) ((-1131 . -1014) T) ((-1131 . -1130) T) ((-1131 . -13) T) ((-1131 . -72) T) ((-1131 . -64) T) ((-1128 . -430) 175717) ((-1128 . -553) 175658) ((-1128 . -556) 175635) ((-1128 . -1014) 175613) ((-1128 . -1130) 175591) ((-1128 . -13) 175569) ((-1128 . -72) 175547) ((-1123 . -680) 175523) ((-1123 . -35) 175489) ((-1123 . -66) 175455) ((-1123 . -239) 175421) ((-1123 . -433) 175387) ((-1123 . -1119) 175353) ((-1123 . -1116) 175319) ((-1123 . -916) 175285) ((-1123 . -47) 175254) ((-1123 . -38) 175151) ((-1123 . -583) 175048) ((-1123 . -655) 174945) ((-1123 . -556) 174827) ((-1123 . -246) 174806) ((-1123 . -496) 174785) ((-1123 . -82) 174650) ((-1123 . -964) 174536) ((-1123 . -969) 174422) ((-1123 . -146) 174376) ((-1123 . -120) 174355) ((-1123 . -118) 174334) ((-1123 . -591) 174259) ((-1123 . -589) 174169) ((-1123 . -887) 174130) ((-1123 . -812) 174111) ((-1123 . -1130) T) ((-1123 . -13) T) ((-1123 . -807) 174090) ((-1123 . -962) T) ((-1123 . -664) T) ((-1123 . -1062) T) ((-1123 . -1026) T) ((-1123 . -971) T) ((-1123 . -21) T) ((-1123 . -23) T) ((-1123 . -1014) T) ((-1123 . -553) 174072) ((-1123 . -72) T) ((-1123 . -25) T) ((-1123 . -104) T) ((-1123 . -810) 174053) ((-1123 . -456) 174020) ((-1123 . -260) 174007) ((-1117 . -924) 173991) ((-1117 . -34) T) ((-1117 . -13) T) ((-1117 . -1130) T) ((-1117 . -72) 173945) ((-1117 . -553) 173880) ((-1117 . -260) 173818) ((-1117 . -456) 173751) ((-1117 . -1014) 173729) ((-1117 . -429) 173713) ((-1117 . -318) 173697) ((-1117 . -1036) 173681) ((-1112 . -314) 173655) ((-1112 . -72) T) ((-1112 . -13) T) ((-1112 . -1130) T) ((-1112 . -553) 173637) ((-1112 . -1014) T) ((-1110 . -1014) T) ((-1110 . -553) 173619) ((-1110 . -1130) T) ((-1110 . -13) T) ((-1110 . -72) T) ((-1110 . -556) 173601) ((-1105 . -748) 173585) ((-1105 . -72) T) ((-1105 . -13) T) ((-1105 . -1130) T) ((-1105 . -553) 173567) ((-1105 . -1014) T) ((-1103 . -1108) 173546) ((-1103 . -183) 173494) ((-1103 . -76) 173442) ((-1103 . -1036) 173377) ((-1103 . -124) 173325) ((-1103 . -554) NIL) ((-1103 . -193) 173273) ((-1103 . -539) 173252) ((-1103 . -260) 173050) ((-1103 . -456) 172802) ((-1103 . -429) 172737) ((-1103 . -241) 172716) ((-1103 . -243) 172695) ((-1103 . -550) 172674) ((-1103 . -1014) T) ((-1103 . -553) 172656) ((-1103 . -72) T) ((-1103 . -1130) T) ((-1103 . -13) T) ((-1103 . -34) T) ((-1103 . -318) 172604) ((-1099 . -1014) T) ((-1099 . -553) 172586) ((-1099 . -1130) T) ((-1099 . -13) T) ((-1099 . -72) T) ((-1098 . -753) T) ((-1098 . -760) T) ((-1098 . -757) T) ((-1098 . -1014) T) ((-1098 . -553) 172568) ((-1098 . -1130) T) ((-1098 . -13) T) ((-1098 . -72) T) ((-1098 . -320) T) ((-1098 . -605) T) ((-1097 . -753) T) ((-1097 . -760) T) ((-1097 . -757) T) ((-1097 . -1014) T) ((-1097 . -553) 172550) ((-1097 . -1130) T) ((-1097 . -13) T) ((-1097 . -72) T) ((-1097 . -320) T) ((-1096 . -1176) T) ((-1096 . -1014) T) ((-1096 . -553) 172517) ((-1096 . -1130) T) ((-1096 . -13) T) ((-1096 . -72) T) ((-1096 . -951) 172453) ((-1096 . -556) 172389) ((-1095 . -553) 172371) ((-1094 . -553) 172353) ((-1093 . -277) 172330) ((-1093 . -951) 172228) ((-1093 . -355) 172212) ((-1093 . -38) 172109) ((-1093 . -556) 171966) ((-1093 . -591) 171891) ((-1093 . -589) 171801) ((-1093 . -971) T) ((-1093 . -1026) T) ((-1093 . -1062) T) ((-1093 . -664) T) ((-1093 . -962) T) ((-1093 . -82) 171666) ((-1093 . -964) 171552) ((-1093 . -969) 171438) ((-1093 . -21) T) ((-1093 . -23) T) ((-1093 . -1014) T) ((-1093 . -553) 171420) ((-1093 . -1130) T) ((-1093 . -13) T) ((-1093 . -72) T) ((-1093 . -25) T) ((-1093 . -104) T) ((-1093 . -583) 171317) ((-1093 . -655) 171214) ((-1093 . -118) 171193) ((-1093 . -120) 171172) ((-1093 . -146) 171126) ((-1093 . -496) 171105) ((-1093 . -246) 171084) ((-1093 . -47) 171061) ((-1091 . -757) T) ((-1091 . -553) 171043) ((-1091 . -1014) T) ((-1091 . -72) T) ((-1091 . -13) T) ((-1091 . -1130) T) ((-1091 . -760) T) ((-1091 . -554) 170965) ((-1091 . -556) 170931) ((-1091 . -951) 170913) ((-1091 . -797) 170880) ((-1090 . -1173) 170864) ((-1090 . -190) 170823) ((-1090 . -556) 170705) ((-1090 . -591) 170630) ((-1090 . -589) 170540) ((-1090 . -104) T) ((-1090 . -25) T) ((-1090 . -72) T) ((-1090 . -553) 170522) ((-1090 . -1014) T) ((-1090 . -23) T) ((-1090 . -21) T) ((-1090 . -971) T) ((-1090 . -1026) T) ((-1090 . -1062) T) ((-1090 . -664) T) ((-1090 . -962) T) ((-1090 . -186) 170475) ((-1090 . -13) T) ((-1090 . -1130) T) ((-1090 . -189) 170434) ((-1090 . -241) 170399) ((-1090 . -810) 170312) ((-1090 . -807) 170200) ((-1090 . -812) 170113) ((-1090 . -887) 170083) ((-1090 . -38) 169980) ((-1090 . -82) 169845) ((-1090 . -964) 169731) ((-1090 . -969) 169617) ((-1090 . -583) 169514) ((-1090 . -655) 169411) ((-1090 . -118) 169390) ((-1090 . -120) 169369) ((-1090 . -146) 169323) ((-1090 . -496) 169302) ((-1090 . -246) 169281) ((-1090 . -47) 169258) ((-1090 . -1159) 169235) ((-1090 . -35) 169201) ((-1090 . -66) 169167) ((-1090 . -239) 169133) ((-1090 . -433) 169099) ((-1090 . -1119) 169065) ((-1090 . -1116) 169031) ((-1090 . -916) 168997) ((-1089 . -1165) 168958) ((-1089 . -312) 168937) ((-1089 . -1135) 168916) ((-1089 . -833) 168895) ((-1089 . -496) 168849) ((-1089 . -146) 168783) ((-1089 . -556) 168532) ((-1089 . -655) 168379) ((-1089 . -583) 168226) ((-1089 . -38) 168073) ((-1089 . -392) 168052) ((-1089 . -258) 168031) ((-1089 . -591) 167931) ((-1089 . -589) 167816) ((-1089 . -971) T) ((-1089 . -1026) T) ((-1089 . -1062) T) ((-1089 . -664) T) ((-1089 . -962) T) ((-1089 . -82) 167636) ((-1089 . -964) 167477) ((-1089 . -969) 167318) ((-1089 . -21) T) ((-1089 . -23) T) ((-1089 . -1014) T) ((-1089 . -553) 167300) ((-1089 . -1130) T) ((-1089 . -13) T) ((-1089 . -72) T) ((-1089 . -25) T) ((-1089 . -104) T) ((-1089 . -246) 167254) ((-1089 . -201) 167233) ((-1089 . -916) 167199) ((-1089 . -1116) 167165) ((-1089 . -1119) 167131) ((-1089 . -433) 167097) ((-1089 . -239) 167063) ((-1089 . -66) 167029) ((-1089 . -35) 166995) ((-1089 . -1159) 166965) ((-1089 . -47) 166935) ((-1089 . -120) 166914) ((-1089 . -118) 166893) ((-1089 . -887) 166856) ((-1089 . -812) 166762) ((-1089 . -807) 166643) ((-1089 . -810) 166549) ((-1089 . -241) 166507) ((-1089 . -189) 166459) ((-1089 . -186) 166405) ((-1089 . -190) 166357) ((-1089 . -1163) 166341) ((-1089 . -951) 166276) ((-1086 . -1156) 166260) ((-1086 . -1067) 166238) ((-1086 . -554) NIL) ((-1086 . -260) 166225) ((-1086 . -456) 166173) ((-1086 . -277) 166150) ((-1086 . -951) 166033) ((-1086 . -355) 166017) ((-1086 . -38) 165849) ((-1086 . -82) 165654) ((-1086 . -964) 165480) ((-1086 . -969) 165306) ((-1086 . -589) 165216) ((-1086 . -591) 165105) ((-1086 . -583) 164937) ((-1086 . -655) 164769) ((-1086 . -556) 164546) ((-1086 . -118) 164525) ((-1086 . -120) 164504) ((-1086 . -47) 164481) ((-1086 . -329) 164465) ((-1086 . -581) 164413) ((-1086 . -810) 164357) ((-1086 . -807) 164264) ((-1086 . -812) 164175) ((-1086 . -797) NIL) ((-1086 . -822) 164154) ((-1086 . -1135) 164133) ((-1086 . -862) 164103) ((-1086 . -833) 164082) ((-1086 . -496) 163996) ((-1086 . -246) 163910) ((-1086 . -146) 163804) ((-1086 . -392) 163738) ((-1086 . -258) 163717) ((-1086 . -241) 163644) ((-1086 . -190) T) ((-1086 . -104) T) ((-1086 . -25) T) ((-1086 . -72) T) ((-1086 . -553) 163626) ((-1086 . -1014) T) ((-1086 . -23) T) ((-1086 . -21) T) ((-1086 . -971) T) ((-1086 . -1026) T) ((-1086 . -1062) T) ((-1086 . -664) T) ((-1086 . -962) T) ((-1086 . -186) 163613) ((-1086 . -13) T) ((-1086 . -1130) T) ((-1086 . -189) T) ((-1086 . -225) 163597) ((-1086 . -184) 163581) ((-1083 . -1144) 163542) ((-1083 . -916) 163508) ((-1083 . -1116) 163474) ((-1083 . -1119) 163440) ((-1083 . -433) 163406) ((-1083 . -239) 163372) ((-1083 . -66) 163338) ((-1083 . -35) 163304) ((-1083 . -1159) 163281) ((-1083 . -47) 163258) ((-1083 . -556) 163059) ((-1083 . -655) 162861) ((-1083 . -583) 162663) ((-1083 . -591) 162518) ((-1083 . -589) 162358) ((-1083 . -969) 162154) ((-1083 . -964) 161950) ((-1083 . -82) 161702) ((-1083 . -38) 161504) ((-1083 . -887) 161474) ((-1083 . -241) 161302) ((-1083 . -1142) 161286) ((-1083 . -971) T) ((-1083 . -1026) T) ((-1083 . -1062) T) ((-1083 . -664) T) ((-1083 . -962) T) ((-1083 . -21) T) ((-1083 . -23) T) ((-1083 . -1014) T) ((-1083 . -553) 161268) ((-1083 . -1130) T) ((-1083 . -13) T) ((-1083 . -72) T) ((-1083 . -25) T) ((-1083 . -104) T) ((-1083 . -118) 161178) ((-1083 . -120) 161088) ((-1083 . -554) NIL) ((-1083 . -184) 161040) ((-1083 . -810) 160876) ((-1083 . -812) 160640) ((-1083 . -807) 160379) ((-1083 . -225) 160331) ((-1083 . -189) 160157) ((-1083 . -186) 159977) ((-1083 . -190) 159867) ((-1083 . -312) 159846) ((-1083 . -1135) 159825) ((-1083 . -833) 159804) ((-1083 . -496) 159758) ((-1083 . -146) 159692) ((-1083 . -392) 159671) ((-1083 . -258) 159650) ((-1083 . -246) 159604) ((-1083 . -201) 159583) ((-1083 . -288) 159535) ((-1083 . -456) 159269) ((-1083 . -260) 159154) ((-1083 . -329) 159106) ((-1083 . -581) 159058) ((-1083 . -343) 159010) ((-1083 . -797) NIL) ((-1083 . -741) NIL) ((-1083 . -715) NIL) ((-1083 . -717) NIL) ((-1083 . -757) NIL) ((-1083 . -760) NIL) ((-1083 . -719) NIL) ((-1083 . -722) NIL) ((-1083 . -756) NIL) ((-1083 . -795) 158962) ((-1083 . -822) NIL) ((-1083 . -934) NIL) ((-1083 . -951) 158928) ((-1083 . -1067) NIL) ((-1083 . -905) 158880) ((-1082 . -996) T) ((-1082 . -430) 158861) ((-1082 . -553) 158827) ((-1082 . -556) 158808) ((-1082 . -1014) T) ((-1082 . -1130) T) ((-1082 . -13) T) ((-1082 . -72) T) ((-1082 . -64) T) ((-1081 . -1014) T) ((-1081 . -553) 158790) ((-1081 . -1130) T) ((-1081 . -13) T) ((-1081 . -72) T) ((-1080 . -1014) T) ((-1080 . -553) 158772) ((-1080 . -1130) T) ((-1080 . -13) T) ((-1080 . -72) T) ((-1075 . -1108) 158748) ((-1075 . -183) 158693) ((-1075 . -76) 158638) ((-1075 . -1036) 158570) ((-1075 . -124) 158515) ((-1075 . -554) NIL) ((-1075 . -193) 158460) ((-1075 . -539) 158436) ((-1075 . -260) 158225) ((-1075 . -456) 157965) ((-1075 . -429) 157897) ((-1075 . -241) 157873) ((-1075 . -243) 157849) ((-1075 . -550) 157825) ((-1075 . -1014) T) ((-1075 . -553) 157807) ((-1075 . -72) T) ((-1075 . -1130) T) ((-1075 . -13) T) ((-1075 . -34) T) ((-1075 . -318) 157752) ((-1074 . -1059) T) ((-1074 . -324) 157734) ((-1074 . -760) T) ((-1074 . -757) T) ((-1074 . -124) 157716) ((-1074 . -554) NIL) ((-1074 . -241) 157666) ((-1074 . -539) 157641) ((-1074 . -243) 157616) ((-1074 . -594) 157598) ((-1074 . -429) 157580) ((-1074 . -1014) T) ((-1074 . -456) NIL) ((-1074 . -260) NIL) ((-1074 . -553) 157562) ((-1074 . -72) T) ((-1074 . -1130) T) ((-1074 . -13) T) ((-1074 . -34) T) ((-1074 . -318) 157544) ((-1074 . -1036) 157526) ((-1074 . -19) 157508) ((-1070 . -617) 157492) ((-1070 . -594) 157476) ((-1070 . -243) 157453) ((-1070 . -241) 157405) ((-1070 . -539) 157382) ((-1070 . -554) 157343) ((-1070 . -429) 157327) ((-1070 . -1014) 157305) ((-1070 . -456) 157238) ((-1070 . -260) 157176) ((-1070 . -553) 157111) ((-1070 . -72) 157065) ((-1070 . -1130) T) ((-1070 . -13) T) ((-1070 . -34) T) ((-1070 . -124) 157049) ((-1070 . -1169) 157033) ((-1070 . -924) 157017) ((-1070 . -1065) 157001) ((-1070 . -556) 156978) ((-1070 . -1036) 156962) ((-1068 . -996) T) ((-1068 . -430) 156943) ((-1068 . -553) 156909) ((-1068 . -556) 156890) ((-1068 . -1014) T) ((-1068 . -1130) T) ((-1068 . -13) T) ((-1068 . -72) T) ((-1068 . -64) T) ((-1066 . -1108) 156869) ((-1066 . -183) 156817) ((-1066 . -76) 156765) ((-1066 . -1036) 156700) ((-1066 . -124) 156648) ((-1066 . -554) NIL) ((-1066 . -193) 156596) ((-1066 . -539) 156575) ((-1066 . -260) 156373) ((-1066 . -456) 156125) ((-1066 . -429) 156060) ((-1066 . -241) 156039) ((-1066 . -243) 156018) ((-1066 . -550) 155997) ((-1066 . -1014) T) ((-1066 . -553) 155979) ((-1066 . -72) T) ((-1066 . -1130) T) ((-1066 . -13) T) ((-1066 . -34) T) ((-1066 . -318) 155927) ((-1063 . -1035) 155911) ((-1063 . -318) 155895) ((-1063 . -1036) 155879) ((-1063 . -34) T) ((-1063 . -13) T) ((-1063 . -1130) T) ((-1063 . -72) 155833) ((-1063 . -553) 155768) ((-1063 . -260) 155706) ((-1063 . -456) 155639) ((-1063 . -1014) 155617) ((-1063 . -429) 155601) ((-1063 . -76) 155585) ((-1061 . -1021) 155554) ((-1061 . -1125) 155523) ((-1061 . -1036) 155507) ((-1061 . -553) 155469) ((-1061 . -124) 155453) ((-1061 . -34) T) ((-1061 . -13) T) ((-1061 . -1130) T) ((-1061 . -72) T) ((-1061 . -260) 155391) ((-1061 . -456) 155324) ((-1061 . -1014) T) ((-1061 . -429) 155308) ((-1061 . -554) 155269) ((-1061 . -318) 155253) ((-1061 . -890) 155222) ((-1061 . -984) 155191) ((-1057 . -1038) 155136) ((-1057 . -318) 155120) ((-1057 . -34) T) ((-1057 . -260) 155058) ((-1057 . -456) 154991) ((-1057 . -429) 154975) ((-1057 . -966) 154915) ((-1057 . -951) 154813) ((-1057 . -556) 154732) ((-1057 . -355) 154716) ((-1057 . -581) 154664) ((-1057 . -591) 154602) ((-1057 . -329) 154586) ((-1057 . -190) 154565) ((-1057 . -186) 154513) ((-1057 . -189) 154467) ((-1057 . -225) 154451) ((-1057 . -807) 154375) ((-1057 . -812) 154301) ((-1057 . -810) 154260) ((-1057 . -184) 154244) ((-1057 . -655) 154179) ((-1057 . -583) 154114) ((-1057 . -589) 154073) ((-1057 . -104) T) ((-1057 . -25) T) ((-1057 . -72) T) ((-1057 . -13) T) ((-1057 . -1130) T) ((-1057 . -553) 154035) ((-1057 . -1014) T) ((-1057 . -23) T) ((-1057 . -21) T) ((-1057 . -969) 154019) ((-1057 . -964) 154003) ((-1057 . -82) 153982) ((-1057 . -962) T) ((-1057 . -664) T) ((-1057 . -1062) T) ((-1057 . -1026) T) ((-1057 . -971) T) ((-1057 . -38) 153942) ((-1057 . -554) 153903) ((-1056 . -924) 153874) ((-1056 . -34) T) ((-1056 . -13) T) ((-1056 . -1130) T) ((-1056 . -72) T) ((-1056 . -553) 153856) ((-1056 . -260) 153782) ((-1056 . -456) 153690) ((-1056 . -1014) T) ((-1056 . -429) 153661) ((-1056 . -318) 153632) ((-1056 . -1036) 153603) ((-1055 . -1014) T) ((-1055 . -553) 153585) ((-1055 . -1130) T) ((-1055 . -13) T) ((-1055 . -72) T) ((-1050 . -1052) T) ((-1050 . -1176) T) ((-1050 . -64) T) ((-1050 . -72) T) ((-1050 . -13) T) ((-1050 . -1130) T) ((-1050 . -553) 153551) ((-1050 . -1014) T) ((-1050 . -556) 153532) ((-1050 . -430) 153513) ((-1050 . -996) T) ((-1048 . -1049) 153497) ((-1048 . -72) T) ((-1048 . -13) T) ((-1048 . -1130) T) ((-1048 . -553) 153479) ((-1048 . -1014) T) ((-1041 . -680) 153458) ((-1041 . -35) 153424) ((-1041 . -66) 153390) ((-1041 . -239) 153356) ((-1041 . -433) 153322) ((-1041 . -1119) 153288) ((-1041 . -1116) 153254) ((-1041 . -916) 153220) ((-1041 . -47) 153192) ((-1041 . -38) 153089) ((-1041 . -583) 152986) ((-1041 . -655) 152883) ((-1041 . -556) 152765) ((-1041 . -246) 152744) ((-1041 . -496) 152723) ((-1041 . -82) 152588) ((-1041 . -964) 152474) ((-1041 . -969) 152360) ((-1041 . -146) 152314) ((-1041 . -120) 152293) ((-1041 . -118) 152272) ((-1041 . -591) 152197) ((-1041 . -589) 152107) ((-1041 . -887) 152074) ((-1041 . -812) 152058) ((-1041 . -1130) T) ((-1041 . -13) T) ((-1041 . -807) 152040) ((-1041 . -962) T) ((-1041 . -664) T) ((-1041 . -1062) T) ((-1041 . -1026) T) ((-1041 . -971) T) ((-1041 . -21) T) ((-1041 . -23) T) ((-1041 . -1014) T) ((-1041 . -553) 152022) ((-1041 . -72) T) ((-1041 . -25) T) ((-1041 . -104) T) ((-1041 . -810) 152006) ((-1041 . -456) 151976) ((-1041 . -260) 151963) ((-1040 . -862) 151930) ((-1040 . -556) 151729) ((-1040 . -951) 151614) ((-1040 . -1135) 151593) ((-1040 . -822) 151572) ((-1040 . -797) 151431) ((-1040 . -812) 151415) ((-1040 . -807) 151397) ((-1040 . -810) 151381) ((-1040 . -456) 151333) ((-1040 . -392) 151287) ((-1040 . -581) 151235) ((-1040 . -591) 151124) ((-1040 . -329) 151108) ((-1040 . -47) 151080) ((-1040 . -38) 150932) ((-1040 . -583) 150784) ((-1040 . -655) 150636) ((-1040 . -246) 150570) ((-1040 . -496) 150504) ((-1040 . -82) 150329) ((-1040 . -964) 150175) ((-1040 . -969) 150021) ((-1040 . -146) 149935) ((-1040 . -120) 149914) ((-1040 . -118) 149893) ((-1040 . -589) 149803) ((-1040 . -104) T) ((-1040 . -25) T) ((-1040 . -72) T) ((-1040 . -13) T) ((-1040 . -1130) T) ((-1040 . -553) 149785) ((-1040 . -1014) T) ((-1040 . -23) T) ((-1040 . -21) T) ((-1040 . -962) T) ((-1040 . -664) T) ((-1040 . -1062) T) ((-1040 . -1026) T) ((-1040 . -971) T) ((-1040 . -355) 149769) ((-1040 . -277) 149741) ((-1040 . -260) 149728) ((-1040 . -554) 149476) ((-1034 . -484) T) ((-1034 . -1135) T) ((-1034 . -1067) T) ((-1034 . -951) 149458) ((-1034 . -554) 149373) ((-1034 . -934) T) ((-1034 . -797) 149355) ((-1034 . -756) T) ((-1034 . -722) T) ((-1034 . -719) T) ((-1034 . -760) T) ((-1034 . -757) T) ((-1034 . -717) T) ((-1034 . -715) T) ((-1034 . -741) T) ((-1034 . -591) 149327) ((-1034 . -581) 149309) ((-1034 . -833) T) ((-1034 . -496) T) ((-1034 . -246) T) ((-1034 . -146) T) ((-1034 . -556) 149281) ((-1034 . -655) 149268) ((-1034 . -583) 149255) ((-1034 . -969) 149242) ((-1034 . -964) 149229) ((-1034 . -82) 149214) ((-1034 . -38) 149201) ((-1034 . -392) T) ((-1034 . -258) T) ((-1034 . -189) T) ((-1034 . -186) 149188) ((-1034 . -190) T) ((-1034 . -116) T) ((-1034 . -962) T) ((-1034 . -664) T) ((-1034 . -1062) T) ((-1034 . -1026) T) ((-1034 . -971) T) ((-1034 . -21) T) ((-1034 . -589) 149160) ((-1034 . -23) T) ((-1034 . -1014) T) ((-1034 . -553) 149142) ((-1034 . -1130) T) ((-1034 . -13) T) ((-1034 . -72) T) ((-1034 . -25) T) ((-1034 . -104) T) ((-1034 . -120) T) ((-1034 . -753) T) ((-1034 . -320) T) ((-1034 . -84) T) ((-1034 . -605) T) ((-1030 . -996) T) ((-1030 . -430) 149123) ((-1030 . -553) 149089) ((-1030 . -556) 149070) ((-1030 . -1014) T) ((-1030 . -1130) T) ((-1030 . -13) T) ((-1030 . -72) T) ((-1030 . -64) T) ((-1029 . -1014) T) ((-1029 . -553) 149052) ((-1029 . -1130) T) ((-1029 . -13) T) ((-1029 . -72) T) ((-1027 . -196) 149031) ((-1027 . -1188) 149001) ((-1027 . -722) 148980) ((-1027 . -719) 148959) ((-1027 . -760) 148913) ((-1027 . -757) 148867) ((-1027 . -717) 148846) ((-1027 . -718) 148825) ((-1027 . -655) 148770) ((-1027 . -583) 148695) ((-1027 . -243) 148672) ((-1027 . -241) 148649) ((-1027 . -539) 148626) ((-1027 . -951) 148455) ((-1027 . -556) 148259) ((-1027 . -355) 148228) ((-1027 . -581) 148136) ((-1027 . -591) 147975) ((-1027 . -329) 147945) ((-1027 . -429) 147929) ((-1027 . -456) 147862) ((-1027 . -260) 147800) ((-1027 . -34) T) ((-1027 . -318) 147784) ((-1027 . -320) 147763) ((-1027 . -190) 147716) ((-1027 . -589) 147504) ((-1027 . -971) 147483) ((-1027 . -1026) 147462) ((-1027 . -1062) 147441) ((-1027 . -664) 147420) ((-1027 . -962) 147399) ((-1027 . -186) 147295) ((-1027 . -189) 147197) ((-1027 . -225) 147167) ((-1027 . -807) 147039) ((-1027 . -812) 146913) ((-1027 . -810) 146846) ((-1027 . -184) 146816) ((-1027 . -553) 146513) ((-1027 . -969) 146438) ((-1027 . -964) 146343) ((-1027 . -82) 146263) ((-1027 . -104) 146138) ((-1027 . -25) 145975) ((-1027 . -72) 145712) ((-1027 . -13) T) ((-1027 . -1130) T) ((-1027 . -1014) 145468) ((-1027 . -23) 145324) ((-1027 . -21) 145239) ((-1023 . -1024) 145223) ((-1023 . |MappingCategory|) 145197) ((-1023 . -1130) T) ((-1023 . -80) 145181) ((-1023 . -1014) T) ((-1023 . -553) 145163) ((-1023 . -13) T) ((-1023 . -72) T) ((-1018 . -1017) 145127) ((-1018 . -72) T) ((-1018 . -553) 145109) ((-1018 . -1014) T) ((-1018 . -241) 145065) ((-1018 . -1130) T) ((-1018 . -13) T) ((-1018 . -558) 144980) ((-1016 . -1017) 144932) ((-1016 . -72) T) ((-1016 . -553) 144914) ((-1016 . -1014) T) ((-1016 . -241) 144870) ((-1016 . -1130) T) ((-1016 . -13) T) ((-1016 . -558) 144773) ((-1015 . -320) T) ((-1015 . -72) T) ((-1015 . -13) T) ((-1015 . -1130) T) ((-1015 . -553) 144755) ((-1015 . -1014) T) ((-1010 . -369) 144739) ((-1010 . -1012) 144723) ((-1010 . -318) 144707) ((-1010 . -320) 144686) ((-1010 . -193) 144670) ((-1010 . -554) 144631) ((-1010 . -124) 144615) ((-1010 . -1036) 144599) ((-1010 . -34) T) ((-1010 . -13) T) ((-1010 . -1130) T) ((-1010 . -72) T) ((-1010 . -553) 144581) ((-1010 . -260) 144519) ((-1010 . -456) 144452) ((-1010 . -1014) T) ((-1010 . -429) 144436) ((-1010 . -76) 144420) ((-1010 . -183) 144404) ((-1009 . -996) T) ((-1009 . -430) 144385) ((-1009 . -553) 144351) ((-1009 . -556) 144332) ((-1009 . -1014) T) ((-1009 . -1130) T) ((-1009 . -13) T) ((-1009 . -72) T) ((-1009 . -64) T) ((-1005 . -1130) T) ((-1005 . -13) T) ((-1005 . -1014) 144302) ((-1005 . -553) 144261) ((-1005 . -72) 144231) ((-1004 . -996) T) ((-1004 . -430) 144212) ((-1004 . -553) 144178) ((-1004 . -556) 144159) ((-1004 . -1014) T) ((-1004 . -1130) T) ((-1004 . -13) T) ((-1004 . -72) T) ((-1004 . -64) T) ((-1002 . -1007) 144143) ((-1002 . -558) 144127) ((-1002 . -1014) 144105) ((-1002 . -553) 144072) ((-1002 . -1130) 144050) ((-1002 . -13) 144028) ((-1002 . -72) 144006) ((-1002 . -1008) 143964) ((-1001 . -228) 143948) ((-1001 . -556) 143932) ((-1001 . -951) 143916) ((-1001 . -760) T) ((-1001 . -72) T) ((-1001 . -1014) T) ((-1001 . -553) 143898) ((-1001 . -757) T) ((-1001 . -186) 143885) ((-1001 . -13) T) ((-1001 . -1130) T) ((-1001 . -189) T) ((-1000 . -213) 143822) ((-1000 . -556) 143565) ((-1000 . -951) 143394) ((-1000 . -554) NIL) ((-1000 . -277) 143355) ((-1000 . -355) 143339) ((-1000 . -38) 143191) ((-1000 . -82) 143016) ((-1000 . -964) 142862) ((-1000 . -969) 142708) ((-1000 . -589) 142618) ((-1000 . -591) 142507) ((-1000 . -583) 142359) ((-1000 . -655) 142211) ((-1000 . -118) 142190) ((-1000 . -120) 142169) ((-1000 . -146) 142083) ((-1000 . -496) 142017) ((-1000 . -246) 141951) ((-1000 . -47) 141912) ((-1000 . -329) 141896) ((-1000 . -581) 141844) ((-1000 . -392) 141798) ((-1000 . -456) 141661) ((-1000 . -810) 141596) ((-1000 . -807) 141494) ((-1000 . -812) 141396) ((-1000 . -797) NIL) ((-1000 . -822) 141375) ((-1000 . -1135) 141354) ((-1000 . -862) 141299) ((-1000 . -260) 141286) ((-1000 . -190) 141265) ((-1000 . -104) T) ((-1000 . -25) T) ((-1000 . -72) T) ((-1000 . -553) 141247) ((-1000 . -1014) T) ((-1000 . -23) T) ((-1000 . -21) T) ((-1000 . -971) T) ((-1000 . -1026) T) ((-1000 . -1062) T) ((-1000 . -664) T) ((-1000 . -962) T) ((-1000 . -186) 141195) ((-1000 . -13) T) ((-1000 . -1130) T) ((-1000 . -189) 141149) ((-1000 . -225) 141133) ((-1000 . -184) 141117) ((-998 . -553) 141099) ((-995 . -757) T) ((-995 . -553) 141081) ((-995 . -1014) T) ((-995 . -72) T) ((-995 . -13) T) ((-995 . -1130) T) ((-995 . -760) T) ((-995 . -554) 141062) ((-992 . -662) 141041) ((-992 . -951) 140939) ((-992 . -355) 140923) ((-992 . -581) 140871) ((-992 . -591) 140748) ((-992 . -329) 140732) ((-992 . -322) 140711) ((-992 . -120) 140690) ((-992 . -556) 140515) ((-992 . -655) 140389) ((-992 . -583) 140263) ((-992 . -589) 140161) ((-992 . -969) 140074) ((-992 . -964) 139987) ((-992 . -82) 139879) ((-992 . -38) 139753) ((-992 . -353) 139732) ((-992 . -345) 139711) ((-992 . -118) 139665) ((-992 . -1067) 139644) ((-992 . -299) 139623) ((-992 . -320) 139577) ((-992 . -201) 139531) ((-992 . -246) 139485) ((-992 . -258) 139439) ((-992 . -392) 139393) ((-992 . -496) 139347) ((-992 . -833) 139301) ((-992 . -1135) 139255) ((-992 . -312) 139209) ((-992 . -190) 139137) ((-992 . -186) 139013) ((-992 . -189) 138895) ((-992 . -225) 138865) ((-992 . -807) 138737) ((-992 . -812) 138611) ((-992 . -810) 138544) ((-992 . -184) 138514) ((-992 . -554) 138498) ((-992 . -21) T) ((-992 . -23) T) ((-992 . -1014) T) ((-992 . -553) 138480) ((-992 . -1130) T) ((-992 . -13) T) ((-992 . -72) T) ((-992 . -25) T) ((-992 . -104) T) ((-992 . -962) T) ((-992 . -664) T) ((-992 . -1062) T) ((-992 . -1026) T) ((-992 . -971) T) ((-992 . -146) T) ((-990 . -1014) T) ((-990 . -553) 138462) ((-990 . -1130) T) ((-990 . -13) T) ((-990 . -72) T) ((-990 . -241) 138441) ((-989 . -1014) T) ((-989 . -553) 138423) ((-989 . -1130) T) ((-989 . -13) T) ((-989 . -72) T) ((-988 . -1014) T) ((-988 . -553) 138405) ((-988 . -1130) T) ((-988 . -13) T) ((-988 . -72) T) ((-988 . -241) 138384) ((-988 . -951) 138361) ((-988 . -556) 138338) ((-987 . -1130) T) ((-987 . -13) T) ((-986 . -996) T) ((-986 . -430) 138319) ((-986 . -553) 138285) ((-986 . -556) 138266) ((-986 . -1014) T) ((-986 . -1130) T) ((-986 . -13) T) ((-986 . -72) T) ((-986 . -64) T) ((-979 . -996) T) ((-979 . -430) 138247) ((-979 . -553) 138213) ((-979 . -556) 138194) ((-979 . -1014) T) ((-979 . -1130) T) ((-979 . -13) T) ((-979 . -72) T) ((-979 . -64) T) ((-976 . -484) T) ((-976 . -1135) T) ((-976 . -1067) T) ((-976 . -951) 138176) ((-976 . -554) 138091) ((-976 . -934) T) ((-976 . -797) 138073) ((-976 . -756) T) ((-976 . -722) T) ((-976 . -719) T) ((-976 . -760) T) ((-976 . -757) T) ((-976 . -717) T) ((-976 . -715) T) ((-976 . -741) T) ((-976 . -591) 138045) ((-976 . -581) 138027) ((-976 . -833) T) ((-976 . -496) T) ((-976 . -246) T) ((-976 . -146) T) ((-976 . -556) 137999) ((-976 . -655) 137986) ((-976 . -583) 137973) ((-976 . -969) 137960) ((-976 . -964) 137947) ((-976 . -82) 137932) ((-976 . -38) 137919) ((-976 . -392) T) ((-976 . -258) T) ((-976 . -189) T) ((-976 . -186) 137906) ((-976 . -190) T) ((-976 . -116) T) ((-976 . -962) T) ((-976 . -664) T) ((-976 . -1062) T) ((-976 . -1026) T) ((-976 . -971) T) ((-976 . -21) T) ((-976 . -589) 137878) ((-976 . -23) T) ((-976 . -1014) T) ((-976 . -553) 137860) ((-976 . -1130) T) ((-976 . -13) T) ((-976 . -72) T) ((-976 . -25) T) ((-976 . -104) T) ((-976 . -120) T) ((-976 . -558) 137841) ((-975 . -981) 137820) ((-975 . -72) T) ((-975 . -13) T) ((-975 . -1130) T) ((-975 . -553) 137802) ((-975 . -1014) T) ((-972 . -1130) T) ((-972 . -13) T) ((-972 . -1014) 137780) ((-972 . -553) 137747) ((-972 . -72) 137725) ((-967 . -966) 137665) ((-967 . -583) 137610) ((-967 . -655) 137555) ((-967 . -429) 137539) ((-967 . -456) 137472) ((-967 . -260) 137410) ((-967 . -34) T) ((-967 . -318) 137394) ((-967 . -591) 137378) ((-967 . -589) 137347) ((-967 . -104) T) ((-967 . -25) T) ((-967 . -72) T) ((-967 . -13) T) ((-967 . -1130) T) ((-967 . -553) 137309) ((-967 . -1014) T) ((-967 . -23) T) ((-967 . -21) T) ((-967 . -969) 137293) ((-967 . -964) 137277) ((-967 . -82) 137256) ((-967 . -1188) 137226) ((-967 . -554) 137187) ((-959 . -984) 137116) ((-959 . -890) 137045) ((-959 . -318) 137010) ((-959 . -554) 136952) ((-959 . -429) 136917) ((-959 . -1014) T) ((-959 . -456) 136801) ((-959 . -260) 136709) ((-959 . -553) 136652) ((-959 . -72) T) ((-959 . -1130) T) ((-959 . -13) T) ((-959 . -34) T) ((-959 . -124) 136617) ((-959 . -1036) 136582) ((-959 . -1125) 136511) ((-949 . -996) T) ((-949 . -430) 136492) ((-949 . -553) 136458) ((-949 . -556) 136439) ((-949 . -1014) T) ((-949 . -1130) T) ((-949 . -13) T) ((-949 . -72) T) ((-949 . -64) T) ((-948 . -146) T) ((-948 . -556) 136408) ((-948 . -971) T) ((-948 . -1026) T) ((-948 . -1062) T) ((-948 . -664) T) ((-948 . -962) T) ((-948 . -591) 136382) ((-948 . -589) 136341) ((-948 . -104) T) ((-948 . -25) T) ((-948 . -72) T) ((-948 . -13) T) ((-948 . -1130) T) ((-948 . -553) 136323) ((-948 . -1014) T) ((-948 . -23) T) ((-948 . -21) T) ((-948 . -969) 136297) ((-948 . -964) 136271) ((-948 . -82) 136238) ((-948 . -38) 136222) ((-948 . -583) 136206) ((-948 . -655) 136190) ((-941 . -984) 136159) ((-941 . -890) 136128) ((-941 . -318) 136112) ((-941 . -554) 136073) ((-941 . -429) 136057) ((-941 . -1014) T) ((-941 . -456) 135990) ((-941 . -260) 135928) ((-941 . -553) 135890) ((-941 . -72) T) ((-941 . -1130) T) ((-941 . -13) T) ((-941 . -34) T) ((-941 . -124) 135874) ((-941 . -1036) 135858) ((-941 . -1125) 135827) ((-940 . -1014) T) ((-940 . -553) 135809) ((-940 . -1130) T) ((-940 . -13) T) ((-940 . -72) T) ((-938 . -926) T) ((-938 . -916) T) ((-938 . -715) T) ((-938 . -717) T) ((-938 . -757) T) ((-938 . -760) T) ((-938 . -719) T) ((-938 . -722) T) ((-938 . -756) T) ((-938 . -951) 135694) ((-938 . -355) 135656) ((-938 . -201) T) ((-938 . -246) T) ((-938 . -258) T) ((-938 . -392) T) ((-938 . -38) 135593) ((-938 . -583) 135530) ((-938 . -655) 135467) ((-938 . -556) 135404) ((-938 . -496) T) ((-938 . -833) T) ((-938 . -1135) T) ((-938 . -312) T) ((-938 . -82) 135313) ((-938 . -964) 135250) ((-938 . -969) 135187) ((-938 . -146) T) ((-938 . -120) T) ((-938 . -591) 135124) ((-938 . -589) 135061) ((-938 . -104) T) ((-938 . -25) T) ((-938 . -72) T) ((-938 . -13) T) ((-938 . -1130) T) ((-938 . -553) 135043) ((-938 . -1014) T) ((-938 . -23) T) ((-938 . -21) T) ((-938 . -962) T) ((-938 . -664) T) ((-938 . -1062) T) ((-938 . -1026) T) ((-938 . -971) T) ((-933 . -996) T) ((-933 . -430) 135024) ((-933 . -553) 134990) ((-933 . -556) 134971) ((-933 . -1014) T) ((-933 . -1130) T) ((-933 . -13) T) ((-933 . -72) T) ((-933 . -64) T) ((-918 . -905) 134953) ((-918 . -1067) T) ((-918 . -556) 134903) ((-918 . -951) 134863) ((-918 . -554) 134793) ((-918 . -934) T) ((-918 . -822) NIL) ((-918 . -795) 134775) ((-918 . -756) T) ((-918 . -722) T) ((-918 . -719) T) ((-918 . -760) T) ((-918 . -757) T) ((-918 . -717) T) ((-918 . -715) T) ((-918 . -741) T) ((-918 . -797) 134757) ((-918 . -343) 134739) ((-918 . -581) 134721) ((-918 . -329) 134703) ((-918 . -241) NIL) ((-918 . -260) NIL) ((-918 . -456) NIL) ((-918 . -288) 134685) ((-918 . -201) T) ((-918 . -82) 134612) ((-918 . -964) 134562) ((-918 . -969) 134512) ((-918 . -246) T) ((-918 . -655) 134462) ((-918 . -583) 134412) ((-918 . -591) 134362) ((-918 . -589) 134312) ((-918 . -38) 134262) ((-918 . -258) T) ((-918 . -392) T) ((-918 . -146) T) ((-918 . -496) T) ((-918 . -833) T) ((-918 . -1135) T) ((-918 . -312) T) ((-918 . -190) T) ((-918 . -186) 134249) ((-918 . -189) T) ((-918 . -225) 134231) ((-918 . -807) NIL) ((-918 . -812) NIL) ((-918 . -810) NIL) ((-918 . -184) 134213) ((-918 . -120) T) ((-918 . -118) NIL) ((-918 . -104) T) ((-918 . -25) T) ((-918 . -72) T) ((-918 . -13) T) ((-918 . -1130) T) ((-918 . -553) 134173) ((-918 . -1014) T) ((-918 . -23) T) ((-918 . -21) T) ((-918 . -962) T) ((-918 . -664) T) ((-918 . -1062) T) ((-918 . -1026) T) ((-918 . -971) T) ((-917 . -291) 134147) ((-917 . -146) T) ((-917 . -556) 134077) ((-917 . -971) T) ((-917 . -1026) T) ((-917 . -1062) T) ((-917 . -664) T) ((-917 . -962) T) ((-917 . -591) 133979) ((-917 . -589) 133909) ((-917 . -104) T) ((-917 . -25) T) ((-917 . -72) T) ((-917 . -13) T) ((-917 . -1130) T) ((-917 . -553) 133891) ((-917 . -1014) T) ((-917 . -23) T) ((-917 . -21) T) ((-917 . -969) 133836) ((-917 . -964) 133781) ((-917 . -82) 133698) ((-917 . -554) 133682) ((-917 . -184) 133659) ((-917 . -810) 133611) ((-917 . -812) 133523) ((-917 . -807) 133433) ((-917 . -225) 133410) ((-917 . -189) 133350) ((-917 . -186) 133284) ((-917 . -190) 133256) ((-917 . -312) T) ((-917 . -1135) T) ((-917 . -833) T) ((-917 . -496) T) ((-917 . -655) 133201) ((-917 . -583) 133146) ((-917 . -38) 133091) ((-917 . -392) T) ((-917 . -258) T) ((-917 . -246) T) ((-917 . -201) T) ((-917 . -320) NIL) ((-917 . -299) NIL) ((-917 . -1067) NIL) ((-917 . -118) 133063) ((-917 . -345) NIL) ((-917 . -353) 133035) ((-917 . -120) 133007) ((-917 . -322) 132979) ((-917 . -329) 132956) ((-917 . -581) 132890) ((-917 . -355) 132867) ((-917 . -951) 132744) ((-917 . -662) 132716) ((-914 . -909) 132700) ((-914 . -318) 132684) ((-914 . -1036) 132668) ((-914 . -34) T) ((-914 . -13) T) ((-914 . -1130) T) ((-914 . -72) 132622) ((-914 . -553) 132557) ((-914 . -260) 132495) ((-914 . -456) 132428) ((-914 . -1014) 132406) ((-914 . -429) 132390) ((-914 . -76) 132374) ((-910 . -912) 132358) ((-910 . -760) 132337) ((-910 . -757) 132316) ((-910 . -951) 132214) ((-910 . -355) 132198) ((-910 . -581) 132146) ((-910 . -591) 132048) ((-910 . -329) 132032) ((-910 . -241) 131990) ((-910 . -260) 131955) ((-910 . -456) 131867) ((-910 . -288) 131851) ((-910 . -38) 131799) ((-910 . -82) 131677) ((-910 . -964) 131576) ((-910 . -969) 131475) ((-910 . -589) 131398) ((-910 . -583) 131346) ((-910 . -655) 131294) ((-910 . -556) 131188) ((-910 . -246) 131142) ((-910 . -201) 131121) ((-910 . -190) 131100) ((-910 . -186) 131048) ((-910 . -189) 131002) ((-910 . -225) 130986) ((-910 . -807) 130910) ((-910 . -812) 130836) ((-910 . -810) 130795) ((-910 . -184) 130779) ((-910 . -554) 130740) ((-910 . -120) 130719) ((-910 . -118) 130698) ((-910 . -104) T) ((-910 . -25) T) ((-910 . -72) T) ((-910 . -13) T) ((-910 . -1130) T) ((-910 . -553) 130680) ((-910 . -1014) T) ((-910 . -23) T) ((-910 . -21) T) ((-910 . -962) T) ((-910 . -664) T) ((-910 . -1062) T) ((-910 . -1026) T) ((-910 . -971) T) ((-908 . -996) T) ((-908 . -430) 130661) ((-908 . -553) 130627) ((-908 . -556) 130608) ((-908 . -1014) T) ((-908 . -1130) T) ((-908 . -13) T) ((-908 . -72) T) ((-908 . -64) T) ((-907 . -21) T) ((-907 . -589) 130590) ((-907 . -23) T) ((-907 . -1014) T) ((-907 . -553) 130572) ((-907 . -1130) T) ((-907 . -13) T) ((-907 . -72) T) ((-907 . -25) T) ((-907 . -104) T) ((-907 . -241) 130539) ((-903 . -553) 130521) ((-900 . -1014) T) ((-900 . -553) 130503) ((-900 . -1130) T) ((-900 . -13) T) ((-900 . -72) T) ((-885 . -722) T) ((-885 . -719) T) ((-885 . -760) T) ((-885 . -757) T) ((-885 . -717) T) ((-885 . -23) T) ((-885 . -1014) T) ((-885 . -553) 130463) ((-885 . -1130) T) ((-885 . -13) T) ((-885 . -72) T) ((-885 . -25) T) ((-885 . -104) T) ((-884 . -996) T) ((-884 . -430) 130444) ((-884 . -553) 130410) ((-884 . -556) 130391) ((-884 . -1014) T) ((-884 . -1130) T) ((-884 . -13) T) ((-884 . -72) T) ((-884 . -64) T) ((-878 . -881) T) ((-878 . -72) T) ((-878 . -553) 130373) ((-878 . -1014) T) ((-878 . -605) T) ((-878 . -13) T) ((-878 . -1130) T) ((-878 . -84) T) ((-878 . -556) 130357) ((-877 . -553) 130339) ((-876 . -1014) T) ((-876 . -553) 130321) ((-876 . -1130) T) ((-876 . -13) T) ((-876 . -72) T) ((-876 . -320) 130274) ((-876 . -664) 130176) ((-876 . -1026) 130078) ((-876 . -23) 129892) ((-876 . -25) 129706) ((-876 . -104) 129564) ((-876 . -413) 129517) ((-876 . -21) 129472) ((-876 . -589) 129416) ((-876 . -718) 129369) ((-876 . -717) 129322) ((-876 . -757) 129224) ((-876 . -760) 129126) ((-876 . -719) 129079) ((-876 . -722) 129032) ((-870 . -19) 129016) ((-870 . -1036) 129000) ((-870 . -318) 128984) ((-870 . -34) T) ((-870 . -13) T) ((-870 . -1130) T) ((-870 . -72) 128918) ((-870 . -553) 128833) ((-870 . -260) 128771) ((-870 . -456) 128704) ((-870 . -1014) 128657) ((-870 . -429) 128641) ((-870 . -594) 128625) ((-870 . -243) 128602) ((-870 . -241) 128554) ((-870 . -539) 128531) ((-870 . -554) 128492) ((-870 . -124) 128476) ((-870 . -757) 128455) ((-870 . -760) 128434) ((-870 . -324) 128418) ((-868 . -277) 128397) ((-868 . -951) 128295) ((-868 . -355) 128279) ((-868 . -38) 128176) ((-868 . -556) 128033) ((-868 . -591) 127958) ((-868 . -589) 127868) ((-868 . -971) T) ((-868 . -1026) T) ((-868 . -1062) T) ((-868 . -664) T) ((-868 . -962) T) ((-868 . -82) 127733) ((-868 . -964) 127619) ((-868 . -969) 127505) ((-868 . -21) T) ((-868 . -23) T) ((-868 . -1014) T) ((-868 . -553) 127487) ((-868 . -1130) T) ((-868 . -13) T) ((-868 . -72) T) ((-868 . -25) T) ((-868 . -104) T) ((-868 . -583) 127384) ((-868 . -655) 127281) ((-868 . -118) 127260) ((-868 . -120) 127239) ((-868 . -146) 127193) ((-868 . -496) 127172) ((-868 . -246) 127151) ((-868 . -47) 127130) ((-866 . -1014) T) ((-866 . -553) 127096) ((-866 . -1130) T) ((-866 . -13) T) ((-866 . -72) T) ((-858 . -862) 127057) ((-858 . -556) 126853) ((-858 . -951) 126735) ((-858 . -1135) 126714) ((-858 . -822) 126693) ((-858 . -797) 126618) ((-858 . -812) 126599) ((-858 . -807) 126578) ((-858 . -810) 126559) ((-858 . -456) 126505) ((-858 . -392) 126459) ((-858 . -581) 126407) ((-858 . -591) 126296) ((-858 . -329) 126280) ((-858 . -47) 126249) ((-858 . -38) 126101) ((-858 . -583) 125953) ((-858 . -655) 125805) ((-858 . -246) 125739) ((-858 . -496) 125673) ((-858 . -82) 125498) ((-858 . -964) 125344) ((-858 . -969) 125190) ((-858 . -146) 125104) ((-858 . -120) 125083) ((-858 . -118) 125062) ((-858 . -589) 124972) ((-858 . -104) T) ((-858 . -25) T) ((-858 . -72) T) ((-858 . -13) T) ((-858 . -1130) T) ((-858 . -553) 124954) ((-858 . -1014) T) ((-858 . -23) T) ((-858 . -21) T) ((-858 . -962) T) ((-858 . -664) T) ((-858 . -1062) T) ((-858 . -1026) T) ((-858 . -971) T) ((-858 . -355) 124938) ((-858 . -277) 124907) ((-858 . -260) 124894) ((-858 . -554) 124755) ((-855 . -894) 124739) ((-855 . -19) 124723) ((-855 . -1036) 124707) ((-855 . -318) 124691) ((-855 . -34) T) ((-855 . -13) T) ((-855 . -1130) T) ((-855 . -72) 124625) ((-855 . -553) 124540) ((-855 . -260) 124478) ((-855 . -456) 124411) ((-855 . -1014) 124364) ((-855 . -429) 124348) ((-855 . -594) 124332) ((-855 . -243) 124309) ((-855 . -241) 124261) ((-855 . -539) 124238) ((-855 . -554) 124199) ((-855 . -124) 124183) ((-855 . -757) 124162) ((-855 . -760) 124141) ((-855 . -324) 124125) ((-855 . -1179) 124109) ((-855 . -558) 124086) ((-839 . -888) T) ((-839 . -553) 124068) ((-837 . -867) T) ((-837 . -553) 124050) ((-831 . -719) T) ((-831 . -760) T) ((-831 . -757) T) ((-831 . -1014) T) ((-831 . -553) 124032) ((-831 . -1130) T) ((-831 . -13) T) ((-831 . -72) T) ((-831 . -25) T) ((-831 . -664) T) ((-831 . -1026) T) ((-826 . -312) T) ((-826 . -1135) T) ((-826 . -833) T) ((-826 . -496) T) ((-826 . -146) T) ((-826 . -556) 123969) ((-826 . -655) 123921) ((-826 . -583) 123873) ((-826 . -38) 123825) ((-826 . -392) T) ((-826 . -258) T) ((-826 . -591) 123777) ((-826 . -589) 123714) ((-826 . -971) T) ((-826 . -1026) T) ((-826 . -1062) T) ((-826 . -664) T) ((-826 . -962) T) ((-826 . -82) 123645) ((-826 . -964) 123597) ((-826 . -969) 123549) ((-826 . -21) T) ((-826 . -23) T) ((-826 . -1014) T) ((-826 . -553) 123531) ((-826 . -1130) T) ((-826 . -13) T) ((-826 . -72) T) ((-826 . -25) T) ((-826 . -104) T) ((-826 . -246) T) ((-826 . -201) T) ((-818 . -299) T) ((-818 . -1067) T) ((-818 . -320) T) ((-818 . -118) T) ((-818 . -312) T) ((-818 . -1135) T) ((-818 . -833) T) ((-818 . -496) T) ((-818 . -146) T) ((-818 . -556) 123481) ((-818 . -655) 123446) ((-818 . -583) 123411) ((-818 . -38) 123376) ((-818 . -392) T) ((-818 . -258) T) ((-818 . -82) 123325) ((-818 . -964) 123290) ((-818 . -969) 123255) ((-818 . -589) 123205) ((-818 . -591) 123170) ((-818 . -246) T) ((-818 . -201) T) ((-818 . -345) T) ((-818 . -189) T) ((-818 . -1130) T) ((-818 . -13) T) ((-818 . -186) 123157) ((-818 . -962) T) ((-818 . -664) T) ((-818 . -1062) T) ((-818 . -1026) T) ((-818 . -971) T) ((-818 . -21) T) ((-818 . -23) T) ((-818 . -1014) T) ((-818 . -553) 123139) ((-818 . -72) T) ((-818 . -25) T) ((-818 . -104) T) ((-818 . -190) T) ((-818 . -280) 123126) ((-818 . -120) 123108) ((-818 . -951) 123095) ((-818 . -1188) 123082) ((-818 . -1199) 123069) ((-818 . -554) 123051) ((-817 . -1014) T) ((-817 . -553) 123033) ((-817 . -1130) T) ((-817 . -13) T) ((-817 . -72) T) ((-814 . -816) 123017) ((-814 . -760) 122971) ((-814 . -757) 122925) ((-814 . -664) T) ((-814 . -1014) T) ((-814 . -553) 122907) ((-814 . -72) T) ((-814 . -1026) T) ((-814 . -413) T) ((-814 . -1130) T) ((-814 . -13) T) ((-814 . -241) 122886) ((-813 . -92) 122870) ((-813 . -429) 122854) ((-813 . -1014) 122832) ((-813 . -456) 122765) ((-813 . -260) 122703) ((-813 . -553) 122617) ((-813 . -72) 122571) ((-813 . -1130) T) ((-813 . -13) T) ((-813 . -34) T) ((-813 . -924) 122555) ((-804 . -757) T) ((-804 . -553) 122537) ((-804 . -1014) T) ((-804 . -72) T) ((-804 . -13) T) ((-804 . -1130) T) ((-804 . -760) T) ((-804 . -951) 122514) ((-804 . -556) 122491) ((-801 . -1014) T) ((-801 . -553) 122473) ((-801 . -1130) T) ((-801 . -13) T) ((-801 . -72) T) ((-801 . -951) 122441) ((-801 . -556) 122409) ((-799 . -1014) T) ((-799 . -553) 122391) ((-799 . -1130) T) ((-799 . -13) T) ((-799 . -72) T) ((-796 . -1014) T) ((-796 . -553) 122373) ((-796 . -1130) T) ((-796 . -13) T) ((-796 . -72) T) ((-786 . -996) T) ((-786 . -430) 122354) ((-786 . -553) 122320) ((-786 . -556) 122301) ((-786 . -1014) T) ((-786 . -1130) T) ((-786 . -13) T) ((-786 . -72) T) ((-786 . -64) T) ((-786 . -1176) T) ((-784 . -1014) T) ((-784 . -553) 122283) ((-784 . -1130) T) ((-784 . -13) T) ((-784 . -72) T) ((-784 . -556) 122265) ((-783 . -1130) T) ((-783 . -13) T) ((-783 . -553) 122140) ((-783 . -1014) 122091) ((-783 . -72) 122042) ((-782 . -905) 122026) ((-782 . -1067) 122004) ((-782 . -951) 121871) ((-782 . -556) 121770) ((-782 . -554) 121573) ((-782 . -934) 121552) ((-782 . -822) 121531) ((-782 . -795) 121515) ((-782 . -756) 121494) ((-782 . -722) 121473) ((-782 . -719) 121452) ((-782 . -760) 121406) ((-782 . -757) 121360) ((-782 . -717) 121339) ((-782 . -715) 121318) ((-782 . -741) 121297) ((-782 . -797) 121222) ((-782 . -343) 121206) ((-782 . -581) 121154) ((-782 . -591) 121070) ((-782 . -329) 121054) ((-782 . -241) 121012) ((-782 . -260) 120977) ((-782 . -456) 120889) ((-782 . -288) 120873) ((-782 . -201) T) ((-782 . -82) 120804) ((-782 . -964) 120756) ((-782 . -969) 120708) ((-782 . -246) T) ((-782 . -655) 120660) ((-782 . -583) 120612) ((-782 . -589) 120549) ((-782 . -38) 120501) ((-782 . -258) T) ((-782 . -392) T) ((-782 . -146) T) ((-782 . -496) T) ((-782 . -833) T) ((-782 . -1135) T) ((-782 . -312) T) ((-782 . -190) 120480) ((-782 . -186) 120428) ((-782 . -189) 120382) ((-782 . -225) 120366) ((-782 . -807) 120290) ((-782 . -812) 120216) ((-782 . -810) 120175) ((-782 . -184) 120159) ((-782 . -120) 120113) ((-782 . -118) 120092) ((-782 . -104) T) ((-782 . -25) T) ((-782 . -72) T) ((-782 . -13) T) ((-782 . -1130) T) ((-782 . -553) 120074) ((-782 . -1014) T) ((-782 . -23) T) ((-782 . -21) T) ((-782 . -962) T) ((-782 . -664) T) ((-782 . -1062) T) ((-782 . -1026) T) ((-782 . -971) T) ((-781 . -905) 120051) ((-781 . -1067) NIL) ((-781 . -951) 120028) ((-781 . -556) 119958) ((-781 . -554) NIL) ((-781 . -934) NIL) ((-781 . -822) NIL) ((-781 . -795) 119935) ((-781 . -756) NIL) ((-781 . -722) NIL) ((-781 . -719) NIL) ((-781 . -760) NIL) ((-781 . -757) NIL) ((-781 . -717) NIL) ((-781 . -715) NIL) ((-781 . -741) NIL) ((-781 . -797) NIL) ((-781 . -343) 119912) ((-781 . -581) 119889) ((-781 . -591) 119834) ((-781 . -329) 119811) ((-781 . -241) 119741) ((-781 . -260) 119685) ((-781 . -456) 119548) ((-781 . -288) 119525) ((-781 . -201) T) ((-781 . -82) 119442) ((-781 . -964) 119387) ((-781 . -969) 119332) ((-781 . -246) T) ((-781 . -655) 119277) ((-781 . -583) 119222) ((-781 . -589) 119152) ((-781 . -38) 119097) ((-781 . -258) T) ((-781 . -392) T) ((-781 . -146) T) ((-781 . -496) T) ((-781 . -833) T) ((-781 . -1135) T) ((-781 . -312) T) ((-781 . -190) NIL) ((-781 . -186) NIL) ((-781 . -189) NIL) ((-781 . -225) 119074) ((-781 . -807) NIL) ((-781 . -812) NIL) ((-781 . -810) NIL) ((-781 . -184) 119051) ((-781 . -120) T) ((-781 . -118) NIL) ((-781 . -104) T) ((-781 . -25) T) ((-781 . -72) T) ((-781 . -13) T) ((-781 . -1130) T) ((-781 . -553) 119033) ((-781 . -1014) T) ((-781 . -23) T) ((-781 . -21) T) ((-781 . -962) T) ((-781 . -664) T) ((-781 . -1062) T) ((-781 . -1026) T) ((-781 . -971) T) ((-779 . -780) 119017) ((-779 . -833) T) ((-779 . -496) T) ((-779 . -246) T) ((-779 . -146) T) ((-779 . -556) 118989) ((-779 . -655) 118976) ((-779 . -583) 118963) ((-779 . -969) 118950) ((-779 . -964) 118937) ((-779 . -82) 118922) ((-779 . -38) 118909) ((-779 . -392) T) ((-779 . -258) T) ((-779 . -962) T) ((-779 . -664) T) ((-779 . -1062) T) ((-779 . -1026) T) ((-779 . -971) T) ((-779 . -21) T) ((-779 . -589) 118881) ((-779 . -23) T) ((-779 . -1014) T) ((-779 . -553) 118863) ((-779 . -1130) T) ((-779 . -13) T) ((-779 . -72) T) ((-779 . -25) T) ((-779 . -104) T) ((-779 . -591) 118850) ((-779 . -120) T) ((-776 . -962) T) ((-776 . -664) T) ((-776 . -1062) T) ((-776 . -1026) T) ((-776 . -971) T) ((-776 . -21) T) ((-776 . -589) 118795) ((-776 . -23) T) ((-776 . -1014) T) ((-776 . -553) 118757) ((-776 . -1130) T) ((-776 . -13) T) ((-776 . -72) T) ((-776 . -25) T) ((-776 . -104) T) ((-776 . -591) 118717) ((-776 . -556) 118652) ((-776 . -430) 118629) ((-776 . -38) 118599) ((-776 . -82) 118564) ((-776 . -964) 118534) ((-776 . -969) 118504) ((-776 . -583) 118474) ((-776 . -655) 118444) ((-775 . -1014) T) ((-775 . -553) 118426) ((-775 . -1130) T) ((-775 . -13) T) ((-775 . -72) T) ((-774 . -753) T) ((-774 . -760) T) ((-774 . -757) T) ((-774 . -1014) T) ((-774 . -553) 118408) ((-774 . -1130) T) ((-774 . -13) T) ((-774 . -72) T) ((-774 . -320) T) ((-774 . -554) 118330) ((-773 . -1014) T) ((-773 . -553) 118312) ((-773 . -1130) T) ((-773 . -13) T) ((-773 . -72) T) ((-772 . -771) T) ((-772 . -147) T) ((-772 . -553) 118294) ((-768 . -757) T) ((-768 . -553) 118276) ((-768 . -1014) T) ((-768 . -72) T) ((-768 . -13) T) ((-768 . -1130) T) ((-768 . -760) T) ((-765 . -762) 118260) ((-765 . -951) 118158) ((-765 . -556) 118056) ((-765 . -355) 118040) ((-765 . -655) 118010) ((-765 . -583) 117980) ((-765 . -591) 117954) ((-765 . -589) 117913) ((-765 . -104) T) ((-765 . -25) T) ((-765 . -72) T) ((-765 . -13) T) ((-765 . -1130) T) ((-765 . -553) 117895) ((-765 . -1014) T) ((-765 . -23) T) ((-765 . -21) T) ((-765 . -969) 117879) ((-765 . -964) 117863) ((-765 . -82) 117842) ((-765 . -962) T) ((-765 . -664) T) ((-765 . -1062) T) ((-765 . -1026) T) ((-765 . -971) T) ((-765 . -38) 117812) ((-764 . -762) 117796) ((-764 . -951) 117694) ((-764 . -556) 117613) ((-764 . -355) 117597) ((-764 . -655) 117567) ((-764 . -583) 117537) ((-764 . -591) 117511) ((-764 . -589) 117470) ((-764 . -104) T) ((-764 . -25) T) ((-764 . -72) T) ((-764 . -13) T) ((-764 . -1130) T) ((-764 . -553) 117452) ((-764 . -1014) T) ((-764 . -23) T) ((-764 . -21) T) ((-764 . -969) 117436) ((-764 . -964) 117420) ((-764 . -82) 117399) ((-764 . -962) T) ((-764 . -664) T) ((-764 . -1062) T) ((-764 . -1026) T) ((-764 . -971) T) ((-764 . -38) 117369) ((-758 . -760) T) ((-758 . -1130) T) ((-758 . -13) T) ((-758 . -72) T) ((-758 . -430) 117353) ((-758 . -553) 117301) ((-758 . -556) 117285) ((-751 . -1014) T) ((-751 . -553) 117267) ((-751 . -1130) T) ((-751 . -13) T) ((-751 . -72) T) ((-751 . -355) 117251) ((-751 . -556) 117124) ((-751 . -951) 117022) ((-751 . -21) 116977) ((-751 . -589) 116897) ((-751 . -23) 116852) ((-751 . -25) 116807) ((-751 . -104) 116762) ((-751 . -756) 116741) ((-751 . -722) 116720) ((-751 . -719) 116699) ((-751 . -760) 116678) ((-751 . -757) 116657) ((-751 . -717) 116636) ((-751 . -715) 116615) ((-751 . -962) 116594) ((-751 . -664) 116573) ((-751 . -1062) 116552) ((-751 . -1026) 116531) ((-751 . -971) 116510) ((-751 . -591) 116483) ((-751 . -120) 116462) ((-750 . -748) 116444) ((-750 . -72) T) ((-750 . -13) T) ((-750 . -1130) T) ((-750 . -553) 116426) ((-750 . -1014) T) ((-746 . -962) T) ((-746 . -664) T) ((-746 . -1062) T) ((-746 . -1026) T) ((-746 . -971) T) ((-746 . -21) T) ((-746 . -589) 116371) ((-746 . -23) T) ((-746 . -1014) T) ((-746 . -553) 116353) ((-746 . -1130) T) ((-746 . -13) T) ((-746 . -72) T) ((-746 . -25) T) ((-746 . -104) T) ((-746 . -591) 116313) ((-746 . -556) 116268) ((-746 . -951) 116238) ((-746 . -241) 116217) ((-746 . -120) 116196) ((-746 . -118) 116175) ((-746 . -38) 116145) ((-746 . -82) 116110) ((-746 . -964) 116080) ((-746 . -969) 116050) ((-746 . -583) 116020) ((-746 . -655) 115990) ((-744 . -1014) T) ((-744 . -553) 115972) ((-744 . -1130) T) ((-744 . -13) T) ((-744 . -72) T) ((-744 . -355) 115956) ((-744 . -556) 115829) ((-744 . -951) 115727) ((-744 . -21) 115682) ((-744 . -589) 115602) ((-744 . -23) 115557) ((-744 . -25) 115512) ((-744 . -104) 115467) ((-744 . -756) 115446) ((-744 . -722) 115425) ((-744 . -719) 115404) ((-744 . -760) 115383) ((-744 . -757) 115362) ((-744 . -717) 115341) ((-744 . -715) 115320) ((-744 . -962) 115299) ((-744 . -664) 115278) ((-744 . -1062) 115257) ((-744 . -1026) 115236) ((-744 . -971) 115215) ((-744 . -591) 115188) ((-744 . -120) 115167) ((-742 . -646) 115151) ((-742 . -556) 115106) ((-742 . -655) 115076) ((-742 . -583) 115046) ((-742 . -591) 115020) ((-742 . -589) 114979) ((-742 . -104) T) ((-742 . -25) T) ((-742 . -72) T) ((-742 . -13) T) ((-742 . -1130) T) ((-742 . -553) 114961) ((-742 . -1014) T) ((-742 . -23) T) ((-742 . -21) T) ((-742 . -969) 114945) ((-742 . -964) 114929) ((-742 . -82) 114908) ((-742 . -962) T) ((-742 . -664) T) ((-742 . -1062) T) ((-742 . -1026) T) ((-742 . -971) T) ((-742 . -38) 114878) ((-742 . -190) 114857) ((-742 . -186) 114830) ((-742 . -189) 114809) ((-740 . -336) 114793) ((-740 . -556) 114777) ((-740 . -951) 114761) ((-740 . -760) T) ((-740 . -757) T) ((-740 . -1026) T) ((-740 . -72) T) ((-740 . -13) T) ((-740 . -1130) T) ((-740 . -553) 114743) ((-740 . -1014) T) ((-740 . -664) T) ((-740 . -755) T) ((-740 . -767) T) ((-739 . -228) 114727) ((-739 . -556) 114711) ((-739 . -951) 114695) ((-739 . -760) T) ((-739 . -72) T) ((-739 . -1014) T) ((-739 . -553) 114677) ((-739 . -757) T) ((-739 . -186) 114664) ((-739 . -13) T) ((-739 . -1130) T) ((-739 . -189) T) ((-738 . -82) 114599) ((-738 . -964) 114550) ((-738 . -969) 114501) ((-738 . -21) T) ((-738 . -589) 114437) ((-738 . -23) T) ((-738 . -1014) T) ((-738 . -553) 114406) ((-738 . -1130) T) ((-738 . -13) T) ((-738 . -72) T) ((-738 . -25) T) ((-738 . -104) T) ((-738 . -591) 114357) ((-738 . -190) T) ((-738 . -556) 114266) ((-738 . -971) T) ((-738 . -1026) T) ((-738 . -1062) T) ((-738 . -664) T) ((-738 . -962) T) ((-738 . -186) 114253) ((-738 . -189) T) ((-738 . -430) 114237) ((-738 . -312) 114216) ((-738 . -1135) 114195) ((-738 . -833) 114174) ((-738 . -496) 114153) ((-738 . -146) 114132) ((-738 . -655) 114069) ((-738 . -583) 114006) ((-738 . -38) 113943) ((-738 . -392) 113922) ((-738 . -258) 113901) ((-738 . -246) 113880) ((-738 . -201) 113859) ((-737 . -213) 113798) ((-737 . -556) 113542) ((-737 . -951) 113372) ((-737 . -554) NIL) ((-737 . -277) 113334) ((-737 . -355) 113318) ((-737 . -38) 113170) ((-737 . -82) 112995) ((-737 . -964) 112841) ((-737 . -969) 112687) ((-737 . -589) 112597) ((-737 . -591) 112486) ((-737 . -583) 112338) ((-737 . -655) 112190) ((-737 . -118) 112169) ((-737 . -120) 112148) ((-737 . -146) 112062) ((-737 . -496) 111996) ((-737 . -246) 111930) ((-737 . -47) 111892) ((-737 . -329) 111876) ((-737 . -581) 111824) ((-737 . -392) 111778) ((-737 . -456) 111643) ((-737 . -810) 111579) ((-737 . -807) 111478) ((-737 . -812) 111381) ((-737 . -797) NIL) ((-737 . -822) 111360) ((-737 . -1135) 111339) ((-737 . -862) 111286) ((-737 . -260) 111273) ((-737 . -190) 111252) ((-737 . -104) T) ((-737 . -25) T) ((-737 . -72) T) ((-737 . -553) 111234) ((-737 . -1014) T) ((-737 . -23) T) ((-737 . -21) T) ((-737 . -971) T) ((-737 . -1026) T) ((-737 . -1062) T) ((-737 . -664) T) ((-737 . -962) T) ((-737 . -186) 111182) ((-737 . -13) T) ((-737 . -1130) T) ((-737 . -189) 111136) ((-737 . -225) 111120) ((-737 . -184) 111104) ((-736 . -196) 111083) ((-736 . -1188) 111053) ((-736 . -722) 111032) ((-736 . -719) 111011) ((-736 . -760) 110965) ((-736 . -757) 110919) ((-736 . -717) 110898) ((-736 . -718) 110877) ((-736 . -655) 110822) ((-736 . -583) 110747) ((-736 . -243) 110724) ((-736 . -241) 110701) ((-736 . -539) 110678) ((-736 . -951) 110507) ((-736 . -556) 110311) ((-736 . -355) 110280) ((-736 . -581) 110188) ((-736 . -591) 110027) ((-736 . -329) 109997) ((-736 . -429) 109981) ((-736 . -456) 109914) ((-736 . -260) 109852) ((-736 . -34) T) ((-736 . -318) 109836) ((-736 . -320) 109815) ((-736 . -190) 109768) ((-736 . -589) 109556) ((-736 . -971) 109535) ((-736 . -1026) 109514) ((-736 . -1062) 109493) ((-736 . -664) 109472) ((-736 . -962) 109451) ((-736 . -186) 109347) ((-736 . -189) 109249) ((-736 . -225) 109219) ((-736 . -807) 109091) ((-736 . -812) 108965) ((-736 . -810) 108898) ((-736 . -184) 108868) ((-736 . -553) 108565) ((-736 . -969) 108490) ((-736 . -964) 108395) ((-736 . -82) 108315) ((-736 . -104) 108190) ((-736 . -25) 108027) ((-736 . -72) 107764) ((-736 . -13) T) ((-736 . -1130) T) ((-736 . -1014) 107520) ((-736 . -23) 107376) ((-736 . -21) 107291) ((-723 . -721) 107275) ((-723 . -760) 107254) ((-723 . -757) 107233) ((-723 . -951) 107026) ((-723 . -556) 106879) ((-723 . -355) 106843) ((-723 . -241) 106801) ((-723 . -260) 106766) ((-723 . -456) 106678) ((-723 . -288) 106662) ((-723 . -320) 106641) ((-723 . -554) 106602) ((-723 . -120) 106581) ((-723 . -118) 106560) ((-723 . -655) 106544) ((-723 . -583) 106528) ((-723 . -591) 106502) ((-723 . -589) 106461) ((-723 . -104) T) ((-723 . -25) T) ((-723 . -72) T) ((-723 . -13) T) ((-723 . -1130) T) ((-723 . -553) 106443) ((-723 . -1014) T) ((-723 . -23) T) ((-723 . -21) T) ((-723 . -969) 106427) ((-723 . -964) 106411) ((-723 . -82) 106390) ((-723 . -962) T) ((-723 . -664) T) ((-723 . -1062) T) ((-723 . -1026) T) ((-723 . -971) T) ((-723 . -38) 106374) ((-705 . -1156) 106358) ((-705 . -1067) 106336) ((-705 . -554) NIL) ((-705 . -260) 106323) ((-705 . -456) 106271) ((-705 . -277) 106248) ((-705 . -951) 106110) ((-705 . -355) 106094) ((-705 . -38) 105926) ((-705 . -82) 105731) ((-705 . -964) 105557) ((-705 . -969) 105383) ((-705 . -589) 105293) ((-705 . -591) 105182) ((-705 . -583) 105014) ((-705 . -655) 104846) ((-705 . -556) 104602) ((-705 . -118) 104581) ((-705 . -120) 104560) ((-705 . -47) 104537) ((-705 . -329) 104521) ((-705 . -581) 104469) ((-705 . -810) 104413) ((-705 . -807) 104320) ((-705 . -812) 104231) ((-705 . -797) NIL) ((-705 . -822) 104210) ((-705 . -1135) 104189) ((-705 . -862) 104159) ((-705 . -833) 104138) ((-705 . -496) 104052) ((-705 . -246) 103966) ((-705 . -146) 103860) ((-705 . -392) 103794) ((-705 . -258) 103773) ((-705 . -241) 103700) ((-705 . -190) T) ((-705 . -104) T) ((-705 . -25) T) ((-705 . -72) T) ((-705 . -553) 103661) ((-705 . -1014) T) ((-705 . -23) T) ((-705 . -21) T) ((-705 . -971) T) ((-705 . -1026) T) ((-705 . -1062) T) ((-705 . -664) T) ((-705 . -962) T) ((-705 . -186) 103648) ((-705 . -13) T) ((-705 . -1130) T) ((-705 . -189) T) ((-705 . -225) 103632) ((-705 . -184) 103616) ((-704 . -978) 103583) ((-704 . -554) 103218) ((-704 . -260) 103205) ((-704 . -456) 103157) ((-704 . -277) 103129) ((-704 . -951) 102988) ((-704 . -355) 102972) ((-704 . -38) 102824) ((-704 . -556) 102597) ((-704 . -591) 102486) ((-704 . -589) 102396) ((-704 . -971) T) ((-704 . -1026) T) ((-704 . -1062) T) ((-704 . -664) T) ((-704 . -962) T) ((-704 . -82) 102221) ((-704 . -964) 102067) ((-704 . -969) 101913) ((-704 . -21) T) ((-704 . -23) T) ((-704 . -1014) T) ((-704 . -553) 101827) ((-704 . -1130) T) ((-704 . -13) T) ((-704 . -72) T) ((-704 . -25) T) ((-704 . -104) T) ((-704 . -583) 101679) ((-704 . -655) 101531) ((-704 . -118) 101510) ((-704 . -120) 101489) ((-704 . -146) 101403) ((-704 . -496) 101337) ((-704 . -246) 101271) ((-704 . -47) 101243) ((-704 . -329) 101227) ((-704 . -581) 101175) ((-704 . -392) 101129) ((-704 . -810) 101113) ((-704 . -807) 101095) ((-704 . -812) 101079) ((-704 . -797) 100938) ((-704 . -822) 100917) ((-704 . -1135) 100896) ((-704 . -862) 100863) ((-697 . -1014) T) ((-697 . -553) 100845) ((-697 . -1130) T) ((-697 . -13) T) ((-697 . -72) T) ((-695 . -718) T) ((-695 . -104) T) ((-695 . -25) T) ((-695 . -72) T) ((-695 . -13) T) ((-695 . -1130) T) ((-695 . -553) 100827) ((-695 . -1014) T) ((-695 . -23) T) ((-695 . -717) T) ((-695 . -757) T) ((-695 . -760) T) ((-695 . -719) T) ((-695 . -722) T) ((-695 . -664) T) ((-695 . -1026) T) ((-676 . -677) 100811) ((-676 . -1012) 100795) ((-676 . -193) 100779) ((-676 . -554) 100740) ((-676 . -124) 100724) ((-676 . -1036) 100708) ((-676 . -34) T) ((-676 . -13) T) ((-676 . -1130) T) ((-676 . -72) T) ((-676 . -553) 100690) ((-676 . -260) 100628) ((-676 . -456) 100561) ((-676 . -1014) T) ((-676 . -429) 100545) ((-676 . -76) 100529) ((-676 . -635) 100513) ((-676 . -318) 100497) ((-675 . -962) T) ((-675 . -664) T) ((-675 . -1062) T) ((-675 . -1026) T) ((-675 . -971) T) ((-675 . -21) T) ((-675 . -589) 100442) ((-675 . -23) T) ((-675 . -1014) T) ((-675 . -553) 100424) ((-675 . -1130) T) ((-675 . -13) T) ((-675 . -72) T) ((-675 . -25) T) ((-675 . -104) T) ((-675 . -591) 100384) ((-675 . -556) 100340) ((-675 . -951) 100311) ((-675 . -120) 100290) ((-675 . -118) 100269) ((-675 . -38) 100239) ((-675 . -82) 100204) ((-675 . -964) 100174) ((-675 . -969) 100144) ((-675 . -583) 100114) ((-675 . -655) 100084) ((-675 . -320) 100037) ((-671 . -862) 99990) ((-671 . -556) 99782) ((-671 . -951) 99660) ((-671 . -1135) 99639) ((-671 . -822) 99618) ((-671 . -797) NIL) ((-671 . -812) 99595) ((-671 . -807) 99570) ((-671 . -810) 99547) ((-671 . -456) 99485) ((-671 . -392) 99439) ((-671 . -581) 99387) ((-671 . -591) 99276) ((-671 . -329) 99260) ((-671 . -47) 99225) ((-671 . -38) 99077) ((-671 . -583) 98929) ((-671 . -655) 98781) ((-671 . -246) 98715) ((-671 . -496) 98649) ((-671 . -82) 98474) ((-671 . -964) 98320) ((-671 . -969) 98166) ((-671 . -146) 98080) ((-671 . -120) 98059) ((-671 . -118) 98038) ((-671 . -589) 97948) ((-671 . -104) T) ((-671 . -25) T) ((-671 . -72) T) ((-671 . -13) T) ((-671 . -1130) T) ((-671 . -553) 97930) ((-671 . -1014) T) ((-671 . -23) T) ((-671 . -21) T) ((-671 . -962) T) ((-671 . -664) T) ((-671 . -1062) T) ((-671 . -1026) T) ((-671 . -971) T) ((-671 . -355) 97914) ((-671 . -277) 97879) ((-671 . -260) 97866) ((-671 . -554) 97727) ((-665 . -666) 97711) ((-665 . -80) 97695) ((-665 . -1130) T) ((-665 . |MappingCategory|) 97669) ((-665 . -1024) 97653) ((-665 . -1014) T) ((-665 . -553) 97614) ((-665 . -13) T) ((-665 . -72) T) ((-656 . -413) T) ((-656 . -1026) T) ((-656 . -72) T) ((-656 . -13) T) ((-656 . -1130) T) ((-656 . -553) 97596) ((-656 . -1014) T) ((-656 . -664) T) ((-653 . -962) T) ((-653 . -664) T) ((-653 . -1062) T) ((-653 . -1026) T) ((-653 . -971) T) ((-653 . -21) T) ((-653 . -589) 97568) ((-653 . -23) T) ((-653 . -1014) T) ((-653 . -553) 97550) ((-653 . -1130) T) ((-653 . -13) T) ((-653 . -72) T) ((-653 . -25) T) ((-653 . -104) T) ((-653 . -591) 97537) ((-653 . -556) 97519) ((-652 . -962) T) ((-652 . -664) T) ((-652 . -1062) T) ((-652 . -1026) T) ((-652 . -971) T) ((-652 . -21) T) ((-652 . -589) 97464) ((-652 . -23) T) ((-652 . -1014) T) ((-652 . -553) 97446) ((-652 . -1130) T) ((-652 . -13) T) ((-652 . -72) T) ((-652 . -25) T) ((-652 . -104) T) ((-652 . -591) 97406) ((-652 . -556) 97361) ((-652 . -951) 97331) ((-652 . -241) 97310) ((-652 . -120) 97289) ((-652 . -118) 97268) ((-652 . -38) 97238) ((-652 . -82) 97203) ((-652 . -964) 97173) ((-652 . -969) 97143) ((-652 . -583) 97113) ((-652 . -655) 97083) ((-651 . -757) T) ((-651 . -553) 97018) ((-651 . -1014) T) ((-651 . -72) T) ((-651 . -13) T) ((-651 . -1130) T) ((-651 . -760) T) ((-651 . -430) 96968) ((-651 . -556) 96918) ((-650 . -1156) 96902) ((-650 . -1067) 96880) ((-650 . -554) NIL) ((-650 . -260) 96867) ((-650 . -456) 96815) ((-650 . -277) 96792) ((-650 . -951) 96675) ((-650 . -355) 96659) ((-650 . -38) 96491) ((-650 . -82) 96296) ((-650 . -964) 96122) ((-650 . -969) 95948) ((-650 . -589) 95858) ((-650 . -591) 95747) ((-650 . -583) 95579) ((-650 . -655) 95411) ((-650 . -556) 95175) ((-650 . -118) 95154) ((-650 . -120) 95133) ((-650 . -47) 95110) ((-650 . -329) 95094) ((-650 . -581) 95042) ((-650 . -810) 94986) ((-650 . -807) 94893) ((-650 . -812) 94804) ((-650 . -797) NIL) ((-650 . -822) 94783) ((-650 . -1135) 94762) ((-650 . -862) 94732) ((-650 . -833) 94711) ((-650 . -496) 94625) ((-650 . -246) 94539) ((-650 . -146) 94433) ((-650 . -392) 94367) ((-650 . -258) 94346) ((-650 . -241) 94273) ((-650 . -190) T) ((-650 . -104) T) ((-650 . -25) T) ((-650 . -72) T) ((-650 . -553) 94255) ((-650 . -1014) T) ((-650 . -23) T) ((-650 . -21) T) ((-650 . -971) T) ((-650 . -1026) T) ((-650 . -1062) T) ((-650 . -664) T) ((-650 . -962) T) ((-650 . -186) 94242) ((-650 . -13) T) ((-650 . -1130) T) ((-650 . -189) T) ((-650 . -225) 94226) ((-650 . -184) 94210) ((-650 . -320) 94189) ((-649 . -312) T) ((-649 . -1135) T) ((-649 . -833) T) ((-649 . -496) T) ((-649 . -146) T) ((-649 . -556) 94139) ((-649 . -655) 94104) ((-649 . -583) 94069) ((-649 . -38) 94034) ((-649 . -392) T) ((-649 . -258) T) ((-649 . -591) 93999) ((-649 . -589) 93949) ((-649 . -971) T) ((-649 . -1026) T) ((-649 . -1062) T) ((-649 . -664) T) ((-649 . -962) T) ((-649 . -82) 93898) ((-649 . -964) 93863) ((-649 . -969) 93828) ((-649 . -21) T) ((-649 . -23) T) ((-649 . -1014) T) ((-649 . -553) 93810) ((-649 . -1130) T) ((-649 . -13) T) ((-649 . -72) T) ((-649 . -25) T) ((-649 . -104) T) ((-649 . -246) T) ((-649 . -201) T) ((-648 . -1014) T) ((-648 . -553) 93792) ((-648 . -1130) T) ((-648 . -13) T) ((-648 . -72) T) ((-633 . -1176) T) ((-633 . -951) 93776) ((-633 . -556) 93760) ((-633 . -553) 93742) ((-631 . -628) 93700) ((-631 . -318) 93684) ((-631 . -34) T) ((-631 . -13) T) ((-631 . -1130) T) ((-631 . -72) 93638) ((-631 . -553) 93573) ((-631 . -260) 93511) ((-631 . -456) 93444) ((-631 . -1014) 93422) ((-631 . -429) 93406) ((-631 . -1036) 93390) ((-631 . -57) 93348) ((-631 . -554) 93309) ((-623 . -996) T) ((-623 . -430) 93290) ((-623 . -553) 93240) ((-623 . -556) 93221) ((-623 . -1014) T) ((-623 . -1130) T) ((-623 . -13) T) ((-623 . -72) T) ((-623 . -64) T) ((-619 . -757) T) ((-619 . -553) 93203) ((-619 . -1014) T) ((-619 . -72) T) ((-619 . -13) T) ((-619 . -1130) T) ((-619 . -760) T) ((-619 . -951) 93187) ((-619 . -556) 93171) ((-618 . -996) T) ((-618 . -430) 93152) ((-618 . -553) 93118) ((-618 . -556) 93099) ((-618 . -1014) T) ((-618 . -1130) T) ((-618 . -13) T) ((-618 . -72) T) ((-618 . -64) T) ((-615 . -757) T) ((-615 . -553) 93081) ((-615 . -1014) T) ((-615 . -72) T) ((-615 . -13) T) ((-615 . -1130) T) ((-615 . -760) T) ((-615 . -951) 93065) ((-615 . -556) 93049) ((-614 . -996) T) ((-614 . -430) 93030) ((-614 . -553) 92996) ((-614 . -556) 92977) ((-614 . -1014) T) ((-614 . -1130) T) ((-614 . -13) T) ((-614 . -72) T) ((-614 . -64) T) ((-613 . -1038) 92922) ((-613 . -318) 92906) ((-613 . -34) T) ((-613 . -260) 92844) ((-613 . -456) 92777) ((-613 . -429) 92761) ((-613 . -966) 92701) ((-613 . -951) 92599) ((-613 . -556) 92518) ((-613 . -355) 92502) ((-613 . -581) 92450) ((-613 . -591) 92388) ((-613 . -329) 92372) ((-613 . -190) 92351) ((-613 . -186) 92299) ((-613 . -189) 92253) ((-613 . -225) 92237) ((-613 . -807) 92161) ((-613 . -812) 92087) ((-613 . -810) 92046) ((-613 . -184) 92030) ((-613 . -655) 92014) ((-613 . -583) 91998) ((-613 . -589) 91957) ((-613 . -104) T) ((-613 . -25) T) ((-613 . -72) T) ((-613 . -13) T) ((-613 . -1130) T) ((-613 . -553) 91919) ((-613 . -1014) T) ((-613 . -23) T) ((-613 . -21) T) ((-613 . -969) 91903) ((-613 . -964) 91887) ((-613 . -82) 91866) ((-613 . -962) T) ((-613 . -664) T) ((-613 . -1062) T) ((-613 . -1026) T) ((-613 . -971) T) ((-613 . -38) 91826) ((-613 . -361) 91810) ((-613 . -684) 91794) ((-613 . -658) T) ((-613 . -686) T) ((-613 . -316) 91778) ((-613 . -241) 91755) ((-607 . -326) 91734) ((-607 . -655) 91718) ((-607 . -583) 91702) ((-607 . -591) 91686) ((-607 . -589) 91655) ((-607 . -104) T) ((-607 . -25) T) ((-607 . -72) T) ((-607 . -13) T) ((-607 . -1130) T) ((-607 . -553) 91637) ((-607 . -1014) T) ((-607 . -23) T) ((-607 . -21) T) ((-607 . -969) 91621) ((-607 . -964) 91605) ((-607 . -82) 91584) ((-607 . -575) 91568) ((-607 . -335) 91540) ((-607 . -556) 91517) ((-607 . -951) 91494) ((-599 . -601) 91478) ((-599 . -38) 91448) ((-599 . -556) 91367) ((-599 . -591) 91341) ((-599 . -589) 91300) ((-599 . -971) T) ((-599 . -1026) T) ((-599 . -1062) T) ((-599 . -664) T) ((-599 . -962) T) ((-599 . -82) 91279) ((-599 . -964) 91263) ((-599 . -969) 91247) ((-599 . -21) T) ((-599 . -23) T) ((-599 . -1014) T) ((-599 . -553) 91229) ((-599 . -72) T) ((-599 . -25) T) ((-599 . -104) T) ((-599 . -583) 91199) ((-599 . -655) 91169) ((-599 . -355) 91153) ((-599 . -951) 91051) ((-599 . -762) 91035) ((-599 . -1130) T) ((-599 . -13) T) ((-599 . -241) 90996) ((-598 . -601) 90980) ((-598 . -38) 90950) ((-598 . -556) 90869) ((-598 . -591) 90843) ((-598 . -589) 90802) ((-598 . -971) T) ((-598 . -1026) T) ((-598 . -1062) T) ((-598 . -664) T) ((-598 . -962) T) ((-598 . -82) 90781) ((-598 . -964) 90765) ((-598 . -969) 90749) ((-598 . -21) T) ((-598 . -23) T) ((-598 . -1014) T) ((-598 . -553) 90731) ((-598 . -72) T) ((-598 . -25) T) ((-598 . -104) T) ((-598 . -583) 90701) ((-598 . -655) 90671) ((-598 . -355) 90655) ((-598 . -951) 90553) ((-598 . -762) 90537) ((-598 . -1130) T) ((-598 . -13) T) ((-598 . -241) 90516) ((-597 . -601) 90500) ((-597 . -38) 90470) ((-597 . -556) 90389) ((-597 . -591) 90363) ((-597 . -589) 90322) ((-597 . -971) T) ((-597 . -1026) T) ((-597 . -1062) T) ((-597 . -664) T) ((-597 . -962) T) ((-597 . -82) 90301) ((-597 . -964) 90285) ((-597 . -969) 90269) ((-597 . -21) T) ((-597 . -23) T) ((-597 . -1014) T) ((-597 . -553) 90251) ((-597 . -72) T) ((-597 . -25) T) ((-597 . -104) T) ((-597 . -583) 90221) ((-597 . -655) 90191) ((-597 . -355) 90175) ((-597 . -951) 90073) ((-597 . -762) 90057) ((-597 . -1130) T) ((-597 . -13) T) ((-597 . -241) 90036) ((-595 . -655) 90020) ((-595 . -583) 90004) ((-595 . -591) 89988) ((-595 . -589) 89957) ((-595 . -104) T) ((-595 . -25) T) ((-595 . -72) T) ((-595 . -13) T) ((-595 . -1130) T) ((-595 . -553) 89939) ((-595 . -1014) T) ((-595 . -23) T) ((-595 . -21) T) ((-595 . -969) 89923) ((-595 . -964) 89907) ((-595 . -82) 89886) ((-595 . -715) 89865) ((-595 . -717) 89844) ((-595 . -757) 89823) ((-595 . -760) 89802) ((-595 . -719) 89781) ((-595 . -722) 89760) ((-592 . -1014) T) ((-592 . -553) 89742) ((-592 . -1130) T) ((-592 . -13) T) ((-592 . -72) T) ((-592 . -951) 89726) ((-592 . -556) 89710) ((-590 . -635) 89694) ((-590 . -76) 89678) ((-590 . -429) 89662) ((-590 . -1014) 89640) ((-590 . -456) 89573) ((-590 . -260) 89511) ((-590 . -553) 89446) ((-590 . -72) 89400) ((-590 . -1130) T) ((-590 . -13) T) ((-590 . -34) T) ((-590 . -1036) 89384) ((-590 . -124) 89368) ((-590 . -554) 89329) ((-590 . -193) 89313) ((-590 . -318) 89297) ((-588 . -996) T) ((-588 . -430) 89278) ((-588 . -553) 89231) ((-588 . -556) 89212) ((-588 . -1014) T) ((-588 . -1130) T) ((-588 . -13) T) ((-588 . -72) T) ((-588 . -64) T) ((-584 . -609) 89196) ((-584 . -1169) 89180) ((-584 . -924) 89164) ((-584 . -1065) 89148) ((-584 . -318) 89132) ((-584 . -757) 89111) ((-584 . -760) 89090) ((-584 . -324) 89074) ((-584 . -594) 89058) ((-584 . -243) 89035) ((-584 . -241) 88987) ((-584 . -539) 88964) ((-584 . -554) 88925) ((-584 . -429) 88909) ((-584 . -1014) 88862) ((-584 . -456) 88795) ((-584 . -260) 88733) ((-584 . -553) 88648) ((-584 . -72) 88582) ((-584 . -1130) T) ((-584 . -13) T) ((-584 . -34) T) ((-584 . -124) 88566) ((-584 . -1036) 88550) ((-584 . -237) 88534) ((-582 . -1188) 88518) ((-582 . -82) 88497) ((-582 . -964) 88481) ((-582 . -969) 88465) ((-582 . -21) T) ((-582 . -589) 88434) ((-582 . -23) T) ((-582 . -1014) T) ((-582 . -553) 88416) ((-582 . -1130) T) ((-582 . -13) T) ((-582 . -72) T) ((-582 . -25) T) ((-582 . -104) T) ((-582 . -591) 88400) ((-582 . -583) 88384) ((-582 . -655) 88368) ((-582 . -241) 88335) ((-580 . -1188) 88319) ((-580 . -82) 88298) ((-580 . -964) 88282) ((-580 . -969) 88266) ((-580 . -21) T) ((-580 . -589) 88235) ((-580 . -23) T) ((-580 . -1014) T) ((-580 . -553) 88217) ((-580 . -1130) T) ((-580 . -13) T) ((-580 . -72) T) ((-580 . -25) T) ((-580 . -104) T) ((-580 . -591) 88201) ((-580 . -583) 88185) ((-580 . -655) 88169) ((-580 . -556) 88146) ((-580 . -450) 88118) ((-580 . -558) 88076) ((-578 . -753) T) ((-578 . -760) T) ((-578 . -757) T) ((-578 . -1014) T) ((-578 . -553) 88058) ((-578 . -1130) T) ((-578 . -13) T) ((-578 . -72) T) ((-578 . -320) T) ((-578 . -556) 88035) ((-573 . -684) 88019) ((-573 . -658) T) ((-573 . -686) T) ((-573 . -82) 87998) ((-573 . -964) 87982) ((-573 . -969) 87966) ((-573 . -21) T) ((-573 . -589) 87935) ((-573 . -23) T) ((-573 . -1014) T) ((-573 . -553) 87904) ((-573 . -1130) T) ((-573 . -13) T) ((-573 . -72) T) ((-573 . -25) T) ((-573 . -104) T) ((-573 . -591) 87888) ((-573 . -583) 87872) ((-573 . -655) 87856) ((-573 . -361) 87821) ((-573 . -316) 87756) ((-573 . -241) 87714) ((-572 . -1108) 87689) ((-572 . -183) 87633) ((-572 . -76) 87577) ((-572 . -1036) 87507) ((-572 . -124) 87451) ((-572 . -554) NIL) ((-572 . -193) 87395) ((-572 . -539) 87370) ((-572 . -260) 87215) ((-572 . -456) 87015) ((-572 . -429) 86945) ((-572 . -241) 86898) ((-572 . -243) 86873) ((-572 . -550) 86848) ((-572 . -1014) T) ((-572 . -553) 86830) ((-572 . -72) T) ((-572 . -1130) T) ((-572 . -13) T) ((-572 . -34) T) ((-572 . -318) 86774) ((-567 . -413) T) ((-567 . -1026) T) ((-567 . -72) T) ((-567 . -13) T) ((-567 . -1130) T) ((-567 . -553) 86756) ((-567 . -1014) T) ((-567 . -664) T) ((-566 . -996) T) ((-566 . -430) 86737) ((-566 . -553) 86703) ((-566 . -556) 86684) ((-566 . -1014) T) ((-566 . -1130) T) ((-566 . -13) T) ((-566 . -72) T) ((-566 . -64) T) ((-563 . -184) 86668) ((-563 . -810) 86627) ((-563 . -812) 86553) ((-563 . -807) 86477) ((-563 . -225) 86461) ((-563 . -189) 86415) ((-563 . -1130) T) ((-563 . -13) T) ((-563 . -186) 86363) ((-563 . -962) T) ((-563 . -664) T) ((-563 . -1062) T) ((-563 . -1026) T) ((-563 . -971) T) ((-563 . -21) T) ((-563 . -589) 86335) ((-563 . -23) T) ((-563 . -1014) T) ((-563 . -553) 86317) ((-563 . -72) T) ((-563 . -25) T) ((-563 . -104) T) ((-563 . -591) 86304) ((-563 . -556) 86200) ((-563 . -190) 86179) ((-563 . -496) T) ((-563 . -246) T) ((-563 . -146) T) ((-563 . -655) 86166) ((-563 . -583) 86153) ((-563 . -969) 86140) ((-563 . -964) 86127) ((-563 . -82) 86112) ((-563 . -38) 86099) ((-563 . -554) 86076) ((-563 . -355) 86060) ((-563 . -951) 85945) ((-563 . -120) 85924) ((-563 . -118) 85903) ((-563 . -258) 85882) ((-563 . -392) 85861) ((-563 . -833) 85840) ((-559 . -38) 85824) ((-559 . -556) 85793) ((-559 . -591) 85767) ((-559 . -589) 85726) ((-559 . -971) T) ((-559 . -1026) T) ((-559 . -1062) T) ((-559 . -664) T) ((-559 . -962) T) ((-559 . -82) 85705) ((-559 . -964) 85689) ((-559 . -969) 85673) ((-559 . -21) T) ((-559 . -23) T) ((-559 . -1014) T) ((-559 . -553) 85655) ((-559 . -1130) T) ((-559 . -13) T) ((-559 . -72) T) ((-559 . -25) T) ((-559 . -104) T) ((-559 . -583) 85639) ((-559 . -655) 85623) ((-559 . -756) 85602) ((-559 . -722) 85581) ((-559 . -719) 85560) ((-559 . -760) 85539) ((-559 . -757) 85518) ((-559 . -717) 85497) ((-559 . -715) 85476) ((-559 . -120) 85455) ((-557 . -881) T) ((-557 . -72) T) ((-557 . -553) 85437) ((-557 . -1014) T) ((-557 . -605) T) ((-557 . -13) T) ((-557 . -1130) T) ((-557 . -84) T) ((-557 . -320) T) ((-551 . -105) T) ((-551 . -72) T) ((-551 . -13) T) ((-551 . -1130) T) ((-551 . -553) 85419) ((-551 . -1014) T) ((-551 . -757) T) ((-551 . -760) T) ((-551 . -795) 85403) ((-551 . -554) 85264) ((-548 . -314) 85202) ((-548 . -72) T) ((-548 . -13) T) ((-548 . -1130) T) ((-548 . -553) 85184) ((-548 . -1014) T) ((-548 . -1108) 85160) ((-548 . -183) 85105) ((-548 . -76) 85050) ((-548 . -1036) 84982) ((-548 . -124) 84927) ((-548 . -554) NIL) ((-548 . -193) 84872) ((-548 . -539) 84848) ((-548 . -260) 84637) ((-548 . -456) 84377) ((-548 . -429) 84309) ((-548 . -241) 84285) ((-548 . -243) 84261) ((-548 . -550) 84237) ((-548 . -34) T) ((-548 . -318) 84182) ((-547 . -1014) T) ((-547 . -553) 84134) ((-547 . -1130) T) ((-547 . -13) T) ((-547 . -72) T) ((-547 . -430) 84101) ((-547 . -556) 84068) ((-546 . -1014) T) ((-546 . -553) 84050) ((-546 . -1130) T) ((-546 . -13) T) ((-546 . -72) T) ((-546 . -605) T) ((-545 . -1014) T) ((-545 . -553) 84032) ((-545 . -1130) T) ((-545 . -13) T) ((-545 . -72) T) ((-545 . -605) T) ((-544 . -1014) T) ((-544 . -553) 83999) ((-544 . -1130) T) ((-544 . -13) T) ((-544 . -72) T) ((-543 . -1014) T) ((-543 . -553) 83981) ((-543 . -1130) T) ((-543 . -13) T) ((-543 . -72) T) ((-543 . -605) T) ((-542 . -1014) T) ((-542 . -553) 83948) ((-542 . -1130) T) ((-542 . -13) T) ((-542 . -72) T) ((-542 . -430) 83930) ((-542 . -556) 83912) ((-541 . -684) 83896) ((-541 . -658) T) ((-541 . -686) T) ((-541 . -82) 83875) ((-541 . -964) 83859) ((-541 . -969) 83843) ((-541 . -21) T) ((-541 . -589) 83812) ((-541 . -23) T) ((-541 . -1014) T) ((-541 . -553) 83781) ((-541 . -1130) T) ((-541 . -13) T) ((-541 . -72) T) ((-541 . -25) T) ((-541 . -104) T) ((-541 . -591) 83765) ((-541 . -583) 83749) ((-541 . -655) 83733) ((-541 . -361) 83698) ((-541 . -316) 83633) ((-541 . -241) 83591) ((-540 . -996) T) ((-540 . -430) 83572) ((-540 . -553) 83522) ((-540 . -556) 83503) ((-540 . -1014) T) ((-540 . -1130) T) ((-540 . -13) T) ((-540 . -72) T) ((-540 . -64) T) ((-537 . -553) 83485) ((-533 . -1014) T) ((-533 . -553) 83451) ((-533 . -1130) T) ((-533 . -13) T) ((-533 . -72) T) ((-533 . -430) 83432) ((-533 . -556) 83413) ((-532 . -962) T) ((-532 . -664) T) ((-532 . -1062) T) ((-532 . -1026) T) ((-532 . -971) T) ((-532 . -21) T) ((-532 . -589) 83372) ((-532 . -23) T) ((-532 . -1014) T) ((-532 . -553) 83354) ((-532 . -1130) T) ((-532 . -13) T) ((-532 . -72) T) ((-532 . -25) T) ((-532 . -104) T) ((-532 . -591) 83328) ((-532 . -556) 83286) ((-532 . -82) 83239) ((-532 . -964) 83199) ((-532 . -969) 83159) ((-532 . -496) 83138) ((-532 . -246) 83117) ((-532 . -146) 83096) ((-532 . -655) 83069) ((-532 . -583) 83042) ((-532 . -38) 83015) ((-531 . -1159) 82992) ((-531 . -47) 82969) ((-531 . -38) 82866) ((-531 . -583) 82763) ((-531 . -655) 82660) ((-531 . -556) 82542) ((-531 . -246) 82521) ((-531 . -496) 82500) ((-531 . -82) 82365) ((-531 . -964) 82251) ((-531 . -969) 82137) ((-531 . -146) 82091) ((-531 . -120) 82070) ((-531 . -118) 82049) ((-531 . -591) 81974) ((-531 . -589) 81884) ((-531 . -887) 81854) ((-531 . -812) 81767) ((-531 . -807) 81678) ((-531 . -810) 81591) ((-531 . -241) 81556) ((-531 . -189) 81515) ((-531 . -1130) T) ((-531 . -13) T) ((-531 . -186) 81468) ((-531 . -962) T) ((-531 . -664) T) ((-531 . -1062) T) ((-531 . -1026) T) ((-531 . -971) T) ((-531 . -21) T) ((-531 . -23) T) ((-531 . -1014) T) ((-531 . -553) 81450) ((-531 . -72) T) ((-531 . -25) T) ((-531 . -104) T) ((-531 . -190) 81409) ((-529 . -996) T) ((-529 . -430) 81390) ((-529 . -553) 81356) ((-529 . -556) 81337) ((-529 . -1014) T) ((-529 . -1130) T) ((-529 . -13) T) ((-529 . -72) T) ((-529 . -64) T) ((-523 . -1014) T) ((-523 . -553) 81303) ((-523 . -1130) T) ((-523 . -13) T) ((-523 . -72) T) ((-523 . -430) 81284) ((-523 . -556) 81265) ((-520 . -655) 81240) ((-520 . -583) 81215) ((-520 . -591) 81190) ((-520 . -589) 81150) ((-520 . -104) T) ((-520 . -25) T) ((-520 . -72) T) ((-520 . -13) T) ((-520 . -1130) T) ((-520 . -553) 81132) ((-520 . -1014) T) ((-520 . -23) T) ((-520 . -21) T) ((-520 . -969) 81107) ((-520 . -964) 81082) ((-520 . -82) 81043) ((-520 . -951) 81027) ((-520 . -556) 81011) ((-518 . -299) T) ((-518 . -1067) T) ((-518 . -320) T) ((-518 . -118) T) ((-518 . -312) T) ((-518 . -1135) T) ((-518 . -833) T) ((-518 . -496) T) ((-518 . -146) T) ((-518 . -556) 80961) ((-518 . -655) 80926) ((-518 . -583) 80891) ((-518 . -38) 80856) ((-518 . -392) T) ((-518 . -258) T) ((-518 . -82) 80805) ((-518 . -964) 80770) ((-518 . -969) 80735) ((-518 . -589) 80685) ((-518 . -591) 80650) ((-518 . -246) T) ((-518 . -201) T) ((-518 . -345) T) ((-518 . -189) T) ((-518 . -1130) T) ((-518 . -13) T) ((-518 . -186) 80637) ((-518 . -962) T) ((-518 . -664) T) ((-518 . -1062) T) ((-518 . -1026) T) ((-518 . -971) T) ((-518 . -21) T) ((-518 . -23) T) ((-518 . -1014) T) ((-518 . -553) 80619) ((-518 . -72) T) ((-518 . -25) T) ((-518 . -104) T) ((-518 . -190) T) ((-518 . -280) 80606) ((-518 . -120) 80588) ((-518 . -951) 80575) ((-518 . -1188) 80562) ((-518 . -1199) 80549) ((-518 . -554) 80531) ((-517 . -780) 80515) ((-517 . -833) T) ((-517 . -496) T) ((-517 . -246) T) ((-517 . -146) T) ((-517 . -556) 80487) ((-517 . -655) 80474) ((-517 . -583) 80461) ((-517 . -969) 80448) ((-517 . -964) 80435) ((-517 . -82) 80420) ((-517 . -38) 80407) ((-517 . -392) T) ((-517 . -258) T) ((-517 . -962) T) ((-517 . -664) T) ((-517 . -1062) T) ((-517 . -1026) T) ((-517 . -971) T) ((-517 . -21) T) ((-517 . -589) 80379) ((-517 . -23) T) ((-517 . -1014) T) ((-517 . -553) 80361) ((-517 . -1130) T) ((-517 . -13) T) ((-517 . -72) T) ((-517 . -25) T) ((-517 . -104) T) ((-517 . -591) 80348) ((-517 . -120) T) ((-516 . -1014) T) ((-516 . -553) 80330) ((-516 . -1130) T) ((-516 . -13) T) ((-516 . -72) T) ((-515 . -1014) T) ((-515 . -553) 80312) ((-515 . -1130) T) ((-515 . -13) T) ((-515 . -72) T) ((-514 . -513) T) ((-514 . -771) T) ((-514 . -147) T) ((-514 . -466) T) ((-514 . -553) 80294) ((-508 . -494) 80278) ((-508 . -35) T) ((-508 . -66) T) ((-508 . -239) T) ((-508 . -433) T) ((-508 . -1119) T) ((-508 . -1116) T) ((-508 . -951) 80260) ((-508 . -916) T) ((-508 . -760) T) ((-508 . -757) T) ((-508 . -496) T) ((-508 . -246) T) ((-508 . -146) T) ((-508 . -556) 80232) ((-508 . -655) 80219) ((-508 . -583) 80206) ((-508 . -591) 80193) ((-508 . -589) 80165) ((-508 . -104) T) ((-508 . -25) T) ((-508 . -72) T) ((-508 . -13) T) ((-508 . -1130) T) ((-508 . -553) 80147) ((-508 . -1014) T) ((-508 . -23) T) ((-508 . -21) T) ((-508 . -969) 80134) ((-508 . -964) 80121) ((-508 . -82) 80106) ((-508 . -962) T) ((-508 . -664) T) ((-508 . -1062) T) ((-508 . -1026) T) ((-508 . -971) T) ((-508 . -38) 80093) ((-508 . -392) T) ((-490 . -1108) 80072) ((-490 . -183) 80020) ((-490 . -76) 79968) ((-490 . -1036) 79903) ((-490 . -124) 79851) ((-490 . -554) NIL) ((-490 . -193) 79799) ((-490 . -539) 79778) ((-490 . -260) 79576) ((-490 . -456) 79328) ((-490 . -429) 79263) ((-490 . -241) 79242) ((-490 . -243) 79221) ((-490 . -550) 79200) ((-490 . -1014) T) ((-490 . -553) 79182) ((-490 . -72) T) ((-490 . -1130) T) ((-490 . -13) T) ((-490 . -34) T) ((-490 . -318) 79130) ((-489 . -753) T) ((-489 . -760) T) ((-489 . -757) T) ((-489 . -1014) T) ((-489 . -553) 79112) ((-489 . -1130) T) ((-489 . -13) T) ((-489 . -72) T) ((-489 . -320) T) ((-488 . -753) T) ((-488 . -760) T) ((-488 . -757) T) ((-488 . -1014) T) ((-488 . -553) 79094) ((-488 . -1130) T) ((-488 . -13) T) ((-488 . -72) T) ((-488 . -320) T) ((-487 . -753) T) ((-487 . -760) T) ((-487 . -757) T) ((-487 . -1014) T) ((-487 . -553) 79076) ((-487 . -1130) T) ((-487 . -13) T) ((-487 . -72) T) ((-487 . -320) T) ((-486 . -753) T) ((-486 . -760) T) ((-486 . -757) T) ((-486 . -1014) T) ((-486 . -553) 79058) ((-486 . -1130) T) ((-486 . -13) T) ((-486 . -72) T) ((-486 . -320) T) ((-485 . -484) T) ((-485 . -1135) T) ((-485 . -1067) T) ((-485 . -951) 79040) ((-485 . -554) 78955) ((-485 . -934) T) ((-485 . -797) 78937) ((-485 . -756) T) ((-485 . -722) T) ((-485 . -719) T) ((-485 . -760) T) ((-485 . -757) T) ((-485 . -717) T) ((-485 . -715) T) ((-485 . -741) T) ((-485 . -591) 78909) ((-485 . -581) 78891) ((-485 . -833) T) ((-485 . -496) T) ((-485 . -246) T) ((-485 . -146) T) ((-485 . -556) 78863) ((-485 . -655) 78850) ((-485 . -583) 78837) ((-485 . -969) 78824) ((-485 . -964) 78811) ((-485 . -82) 78796) ((-485 . -38) 78783) ((-485 . -392) T) ((-485 . -258) T) ((-485 . -189) T) ((-485 . -186) 78770) ((-485 . -190) T) ((-485 . -116) T) ((-485 . -962) T) ((-485 . -664) T) ((-485 . -1062) T) ((-485 . -1026) T) ((-485 . -971) T) ((-485 . -21) T) ((-485 . -589) 78742) ((-485 . -23) T) ((-485 . -1014) T) ((-485 . -553) 78724) ((-485 . -1130) T) ((-485 . -13) T) ((-485 . -72) T) ((-485 . -25) T) ((-485 . -104) T) ((-485 . -120) T) ((-474 . -1017) 78676) ((-474 . -72) T) ((-474 . -553) 78658) ((-474 . -1014) T) ((-474 . -241) 78614) ((-474 . -1130) T) ((-474 . -13) T) ((-474 . -558) 78517) ((-474 . -554) 78498) ((-472 . -692) 78480) ((-472 . -466) T) ((-472 . -147) T) ((-472 . -771) T) ((-472 . -513) T) ((-472 . -553) 78462) ((-470 . -718) T) ((-470 . -104) T) ((-470 . -25) T) ((-470 . -72) T) ((-470 . -13) T) ((-470 . -1130) T) ((-470 . -553) 78444) ((-470 . -1014) T) ((-470 . -23) T) ((-470 . -717) T) ((-470 . -757) T) ((-470 . -760) T) ((-470 . -719) T) ((-470 . -722) T) ((-470 . -450) 78421) ((-470 . -558) 78384) ((-468 . -466) T) ((-468 . -147) T) ((-468 . -553) 78366) ((-464 . -996) T) ((-464 . -430) 78347) ((-464 . -553) 78313) ((-464 . -556) 78294) ((-464 . -1014) T) ((-464 . -1130) T) ((-464 . -13) T) ((-464 . -72) T) ((-464 . -64) T) ((-463 . -996) T) ((-463 . -430) 78275) ((-463 . -553) 78241) ((-463 . -556) 78222) ((-463 . -1014) T) ((-463 . -1130) T) ((-463 . -13) T) ((-463 . -72) T) ((-463 . -64) T) ((-460 . -280) 78199) ((-460 . -190) T) ((-460 . -186) 78186) ((-460 . -189) T) ((-460 . -320) T) ((-460 . -1067) T) ((-460 . -299) T) ((-460 . -120) 78168) ((-460 . -556) 78098) ((-460 . -591) 78043) ((-460 . -589) 77973) ((-460 . -104) T) ((-460 . -25) T) ((-460 . -72) T) ((-460 . -13) T) ((-460 . -1130) T) ((-460 . -553) 77955) ((-460 . -1014) T) ((-460 . -23) T) ((-460 . -21) T) ((-460 . -971) T) ((-460 . -1026) T) ((-460 . -1062) T) ((-460 . -664) T) ((-460 . -962) T) ((-460 . -312) T) ((-460 . -1135) T) ((-460 . -833) T) ((-460 . -496) T) ((-460 . -146) T) ((-460 . -655) 77900) ((-460 . -583) 77845) ((-460 . -38) 77810) ((-460 . -392) T) ((-460 . -258) T) ((-460 . -82) 77727) ((-460 . -964) 77672) ((-460 . -969) 77617) ((-460 . -246) T) ((-460 . -201) T) ((-460 . -345) T) ((-460 . -118) T) ((-460 . -951) 77594) ((-460 . -1188) 77571) ((-460 . -1199) 77548) ((-459 . -996) T) ((-459 . -430) 77529) ((-459 . -553) 77495) ((-459 . -556) 77476) ((-459 . -1014) T) ((-459 . -1130) T) ((-459 . -13) T) ((-459 . -72) T) ((-459 . -64) T) ((-458 . -19) 77460) ((-458 . -1036) 77444) ((-458 . -318) 77428) ((-458 . -34) T) ((-458 . -13) T) ((-458 . -1130) T) ((-458 . -72) 77362) ((-458 . -553) 77277) ((-458 . -260) 77215) ((-458 . -456) 77148) ((-458 . -1014) 77101) ((-458 . -429) 77085) ((-458 . -594) 77069) ((-458 . -243) 77046) ((-458 . -241) 76998) ((-458 . -539) 76975) ((-458 . -554) 76936) ((-458 . -124) 76920) ((-458 . -757) 76899) ((-458 . -760) 76878) ((-458 . -324) 76862) ((-458 . -237) 76846) ((-457 . -274) 76825) ((-457 . -556) 76809) ((-457 . -951) 76793) ((-457 . -23) T) ((-457 . -1014) T) ((-457 . -553) 76775) ((-457 . -1130) T) ((-457 . -13) T) ((-457 . -72) T) ((-457 . -25) T) ((-457 . -104) T) ((-454 . -72) T) ((-454 . -13) T) ((-454 . -1130) T) ((-454 . -553) 76747) ((-453 . -718) T) ((-453 . -104) T) ((-453 . -25) T) ((-453 . -72) T) ((-453 . -13) T) ((-453 . -1130) T) ((-453 . -553) 76729) ((-453 . -1014) T) ((-453 . -23) T) ((-453 . -717) T) ((-453 . -757) T) ((-453 . -760) T) ((-453 . -719) T) ((-453 . -722) T) ((-453 . -450) 76708) ((-453 . -558) 76673) ((-452 . -717) T) ((-452 . -757) T) ((-452 . -760) T) ((-452 . -719) T) ((-452 . -25) T) ((-452 . -72) T) ((-452 . -13) T) ((-452 . -1130) T) ((-452 . -553) 76655) ((-452 . -1014) T) ((-452 . -23) T) ((-452 . -450) 76634) ((-452 . -558) 76599) ((-451 . -450) 76578) ((-451 . -553) 76518) ((-451 . -1014) 76469) ((-451 . -558) 76434) ((-451 . -1130) T) ((-451 . -13) T) ((-451 . -72) T) ((-449 . -23) T) ((-449 . -1014) T) ((-449 . -553) 76416) ((-449 . -1130) T) ((-449 . -13) T) ((-449 . -72) T) ((-449 . -25) T) ((-449 . -450) 76395) ((-449 . -558) 76360) ((-448 . -21) T) ((-448 . -589) 76342) ((-448 . -23) T) ((-448 . -1014) T) ((-448 . -553) 76324) ((-448 . -1130) T) ((-448 . -13) T) ((-448 . -72) T) ((-448 . -25) T) ((-448 . -104) T) ((-448 . -450) 76303) ((-448 . -558) 76268) ((-447 . -1014) T) ((-447 . -553) 76250) ((-447 . -1130) T) ((-447 . -13) T) ((-447 . -72) T) ((-444 . -1014) T) ((-444 . -553) 76232) ((-444 . -1130) T) ((-444 . -13) T) ((-444 . -72) T) ((-442 . -757) T) ((-442 . -553) 76214) ((-442 . -1014) T) ((-442 . -72) T) ((-442 . -13) T) ((-442 . -1130) T) ((-442 . -760) T) ((-442 . -556) 76195) ((-440 . -96) T) ((-440 . -324) 76178) ((-440 . -760) T) ((-440 . -757) T) ((-440 . -124) 76161) ((-440 . -554) 76143) ((-440 . -241) 76094) ((-440 . -539) 76070) ((-440 . -243) 76046) ((-440 . -594) 76029) ((-440 . -429) 76012) ((-440 . -1014) T) ((-440 . -456) NIL) ((-440 . -260) NIL) ((-440 . -553) 75994) ((-440 . -72) T) ((-440 . -34) T) ((-440 . -318) 75977) ((-440 . -1036) 75960) ((-440 . -19) 75943) ((-440 . -605) T) ((-440 . -13) T) ((-440 . -1130) T) ((-440 . -84) T) ((-437 . -57) 75917) ((-437 . -1036) 75901) ((-437 . -429) 75885) ((-437 . -1014) 75863) ((-437 . -456) 75796) ((-437 . -260) 75734) ((-437 . -553) 75669) ((-437 . -72) 75623) ((-437 . -1130) T) ((-437 . -13) T) ((-437 . -34) T) ((-437 . -318) 75607) ((-436 . -19) 75591) ((-436 . -1036) 75575) ((-436 . -318) 75559) ((-436 . -34) T) ((-436 . -13) T) ((-436 . -1130) T) ((-436 . -72) 75493) ((-436 . -553) 75408) ((-436 . -260) 75346) ((-436 . -456) 75279) ((-436 . -1014) 75232) ((-436 . -429) 75216) ((-436 . -594) 75200) ((-436 . -243) 75177) ((-436 . -241) 75129) ((-436 . -539) 75106) ((-436 . -554) 75067) ((-436 . -124) 75051) ((-436 . -757) 75030) ((-436 . -760) 75009) ((-436 . -324) 74993) ((-435 . -254) T) ((-435 . -72) T) ((-435 . -13) T) ((-435 . -1130) T) ((-435 . -553) 74975) ((-435 . -1014) T) ((-435 . -556) 74876) ((-435 . -951) 74819) ((-435 . -456) 74785) ((-435 . -260) 74772) ((-435 . -27) T) ((-435 . -916) T) ((-435 . -201) T) ((-435 . -82) 74721) ((-435 . -964) 74686) ((-435 . -969) 74651) ((-435 . -246) T) ((-435 . -655) 74616) ((-435 . -583) 74581) ((-435 . -591) 74531) ((-435 . -589) 74481) ((-435 . -104) T) ((-435 . -25) T) ((-435 . -23) T) ((-435 . -21) T) ((-435 . -962) T) ((-435 . -664) T) ((-435 . -1062) T) ((-435 . -1026) T) ((-435 . -971) T) ((-435 . -38) 74446) ((-435 . -258) T) ((-435 . -392) T) ((-435 . -146) T) ((-435 . -496) T) ((-435 . -833) T) ((-435 . -1135) T) ((-435 . -312) T) ((-435 . -581) 74406) ((-435 . -934) T) ((-435 . -554) 74351) ((-435 . -120) T) ((-435 . -190) T) ((-435 . -186) 74338) ((-435 . -189) T) ((-431 . -1014) T) ((-431 . -553) 74304) ((-431 . -1130) T) ((-431 . -13) T) ((-431 . -72) T) ((-427 . -905) 74286) ((-427 . -1067) T) ((-427 . -556) 74236) ((-427 . -951) 74196) ((-427 . -554) 74126) ((-427 . -934) T) ((-427 . -822) NIL) ((-427 . -795) 74108) ((-427 . -756) T) ((-427 . -722) T) ((-427 . -719) T) ((-427 . -760) T) ((-427 . -757) T) ((-427 . -717) T) ((-427 . -715) T) ((-427 . -741) T) ((-427 . -797) 74090) ((-427 . -343) 74072) ((-427 . -581) 74054) ((-427 . -329) 74036) ((-427 . -241) NIL) ((-427 . -260) NIL) ((-427 . -456) NIL) ((-427 . -288) 74018) ((-427 . -201) T) ((-427 . -82) 73945) ((-427 . -964) 73895) ((-427 . -969) 73845) ((-427 . -246) T) ((-427 . -655) 73795) ((-427 . -583) 73745) ((-427 . -591) 73695) ((-427 . -589) 73645) ((-427 . -38) 73595) ((-427 . -258) T) ((-427 . -392) T) ((-427 . -146) T) ((-427 . -496) T) ((-427 . -833) T) ((-427 . -1135) T) ((-427 . -312) T) ((-427 . -190) T) ((-427 . -186) 73582) ((-427 . -189) T) ((-427 . -225) 73564) ((-427 . -807) NIL) ((-427 . -812) NIL) ((-427 . -810) NIL) ((-427 . -184) 73546) ((-427 . -120) T) ((-427 . -118) NIL) ((-427 . -104) T) ((-427 . -25) T) ((-427 . -72) T) ((-427 . -13) T) ((-427 . -1130) T) ((-427 . -553) 73488) ((-427 . -1014) T) ((-427 . -23) T) ((-427 . -21) T) ((-427 . -962) T) ((-427 . -664) T) ((-427 . -1062) T) ((-427 . -1026) T) ((-427 . -971) T) ((-425 . -286) 73457) ((-425 . -104) T) ((-425 . -25) T) ((-425 . -72) T) ((-425 . -13) T) ((-425 . -1130) T) ((-425 . -553) 73439) ((-425 . -1014) T) ((-425 . -23) T) ((-425 . -589) 73421) ((-425 . -21) T) ((-424 . -882) 73405) ((-424 . -318) 73389) ((-424 . -1036) 73373) ((-424 . -34) T) ((-424 . -13) T) ((-424 . -1130) T) ((-424 . -72) 73327) ((-424 . -553) 73262) ((-424 . -260) 73200) ((-424 . -456) 73133) ((-424 . -1014) 73111) ((-424 . -429) 73095) ((-424 . -76) 73079) ((-423 . -996) T) ((-423 . -430) 73060) ((-423 . -553) 73026) ((-423 . -556) 73007) ((-423 . -1014) T) ((-423 . -1130) T) ((-423 . -13) T) ((-423 . -72) T) ((-423 . -64) T) ((-422 . -196) 72986) ((-422 . -1188) 72956) ((-422 . -722) 72935) ((-422 . -719) 72914) ((-422 . -760) 72868) ((-422 . -757) 72822) ((-422 . -717) 72801) ((-422 . -718) 72780) ((-422 . -655) 72725) ((-422 . -583) 72650) ((-422 . -243) 72627) ((-422 . -241) 72604) ((-422 . -539) 72581) ((-422 . -951) 72410) ((-422 . -556) 72214) ((-422 . -355) 72183) ((-422 . -581) 72091) ((-422 . -591) 71930) ((-422 . -329) 71900) ((-422 . -429) 71884) ((-422 . -456) 71817) ((-422 . -260) 71755) ((-422 . -34) T) ((-422 . -318) 71739) ((-422 . -320) 71718) ((-422 . -190) 71671) ((-422 . -589) 71459) ((-422 . -971) 71438) ((-422 . -1026) 71417) ((-422 . -1062) 71396) ((-422 . -664) 71375) ((-422 . -962) 71354) ((-422 . -186) 71250) ((-422 . -189) 71152) ((-422 . -225) 71122) ((-422 . -807) 70994) ((-422 . -812) 70868) ((-422 . -810) 70801) ((-422 . -184) 70771) ((-422 . -553) 70468) ((-422 . -969) 70393) ((-422 . -964) 70298) ((-422 . -82) 70218) ((-422 . -104) 70093) ((-422 . -25) 69930) ((-422 . -72) 69667) ((-422 . -13) T) ((-422 . -1130) T) ((-422 . -1014) 69423) ((-422 . -23) 69279) ((-422 . -21) 69194) ((-421 . -862) 69139) ((-421 . -556) 68931) ((-421 . -951) 68809) ((-421 . -1135) 68788) ((-421 . -822) 68767) ((-421 . -797) NIL) ((-421 . -812) 68744) ((-421 . -807) 68719) ((-421 . -810) 68696) ((-421 . -456) 68634) ((-421 . -392) 68588) ((-421 . -581) 68536) ((-421 . -591) 68425) ((-421 . -329) 68409) ((-421 . -47) 68366) ((-421 . -38) 68218) ((-421 . -583) 68070) ((-421 . -655) 67922) ((-421 . -246) 67856) ((-421 . -496) 67790) ((-421 . -82) 67615) ((-421 . -964) 67461) ((-421 . -969) 67307) ((-421 . -146) 67221) ((-421 . -120) 67200) ((-421 . -118) 67179) ((-421 . -589) 67089) ((-421 . -104) T) ((-421 . -25) T) ((-421 . -72) T) ((-421 . -13) T) ((-421 . -1130) T) ((-421 . -553) 67071) ((-421 . -1014) T) ((-421 . -23) T) ((-421 . -21) T) ((-421 . -962) T) ((-421 . -664) T) ((-421 . -1062) T) ((-421 . -1026) T) ((-421 . -971) T) ((-421 . -355) 67055) ((-421 . -277) 67012) ((-421 . -260) 66999) ((-421 . -554) 66860) ((-419 . -1108) 66839) ((-419 . -183) 66787) ((-419 . -76) 66735) ((-419 . -1036) 66670) ((-419 . -124) 66618) ((-419 . -554) NIL) ((-419 . -193) 66566) ((-419 . -539) 66545) ((-419 . -260) 66343) ((-419 . -456) 66095) ((-419 . -429) 66030) ((-419 . -241) 66009) ((-419 . -243) 65988) ((-419 . -550) 65967) ((-419 . -1014) T) ((-419 . -553) 65949) ((-419 . -72) T) ((-419 . -1130) T) ((-419 . -13) T) ((-419 . -34) T) ((-419 . -318) 65897) ((-418 . -996) T) ((-418 . -430) 65878) ((-418 . -553) 65844) ((-418 . -556) 65825) ((-418 . -1014) T) ((-418 . -1130) T) ((-418 . -13) T) ((-418 . -72) T) ((-418 . -64) T) ((-417 . -312) T) ((-417 . -1135) T) ((-417 . -833) T) ((-417 . -496) T) ((-417 . -146) T) ((-417 . -556) 65775) ((-417 . -655) 65740) ((-417 . -583) 65705) ((-417 . -38) 65670) ((-417 . -392) T) ((-417 . -258) T) ((-417 . -591) 65635) ((-417 . -589) 65585) ((-417 . -971) T) ((-417 . -1026) T) ((-417 . -1062) T) ((-417 . -664) T) ((-417 . -962) T) ((-417 . -82) 65534) ((-417 . -964) 65499) ((-417 . -969) 65464) ((-417 . -21) T) ((-417 . -23) T) ((-417 . -1014) T) ((-417 . -553) 65416) ((-417 . -1130) T) ((-417 . -13) T) ((-417 . -72) T) ((-417 . -25) T) ((-417 . -104) T) ((-417 . -246) T) ((-417 . -201) T) ((-417 . -120) T) ((-417 . -951) 65376) ((-417 . -934) T) ((-417 . -554) 65298) ((-416 . -1125) 65267) ((-416 . -1036) 65251) ((-416 . -553) 65213) ((-416 . -124) 65197) ((-416 . -34) T) ((-416 . -13) T) ((-416 . -1130) T) ((-416 . -72) T) ((-416 . -260) 65135) ((-416 . -456) 65068) ((-416 . -1014) T) ((-416 . -429) 65052) ((-416 . -554) 65013) ((-416 . -318) 64997) ((-416 . -890) 64966) ((-415 . -1108) 64945) ((-415 . -183) 64893) ((-415 . -76) 64841) ((-415 . -1036) 64776) ((-415 . -124) 64724) ((-415 . -554) NIL) ((-415 . -193) 64672) ((-415 . -539) 64651) ((-415 . -260) 64449) ((-415 . -456) 64201) ((-415 . -429) 64136) ((-415 . -241) 64115) ((-415 . -243) 64094) ((-415 . -550) 64073) ((-415 . -1014) T) ((-415 . -553) 64055) ((-415 . -72) T) ((-415 . -1130) T) ((-415 . -13) T) ((-415 . -34) T) ((-415 . -318) 64003) ((-414 . -1163) 63987) ((-414 . -190) 63939) ((-414 . -186) 63885) ((-414 . -189) 63837) ((-414 . -241) 63795) ((-414 . -810) 63701) ((-414 . -807) 63582) ((-414 . -812) 63488) ((-414 . -887) 63451) ((-414 . -38) 63298) ((-414 . -82) 63118) ((-414 . -964) 62959) ((-414 . -969) 62800) ((-414 . -589) 62685) ((-414 . -591) 62585) ((-414 . -583) 62432) ((-414 . -655) 62279) ((-414 . -556) 62111) ((-414 . -118) 62090) ((-414 . -120) 62069) ((-414 . -47) 62039) ((-414 . -1159) 62009) ((-414 . -35) 61975) ((-414 . -66) 61941) ((-414 . -239) 61907) ((-414 . -433) 61873) ((-414 . -1119) 61839) ((-414 . -1116) 61805) ((-414 . -916) 61771) ((-414 . -201) 61750) ((-414 . -246) 61704) ((-414 . -104) T) ((-414 . -25) T) ((-414 . -72) T) ((-414 . -13) T) ((-414 . -1130) T) ((-414 . -553) 61686) ((-414 . -1014) T) ((-414 . -23) T) ((-414 . -21) T) ((-414 . -962) T) ((-414 . -664) T) ((-414 . -1062) T) ((-414 . -1026) T) ((-414 . -971) T) ((-414 . -258) 61665) ((-414 . -392) 61644) ((-414 . -146) 61578) ((-414 . -496) 61532) ((-414 . -833) 61511) ((-414 . -1135) 61490) ((-414 . -312) 61469) ((-408 . -1014) T) ((-408 . -553) 61451) ((-408 . -1130) T) ((-408 . -13) T) ((-408 . -72) T) ((-403 . -890) 61420) ((-403 . -318) 61404) ((-403 . -554) 61365) ((-403 . -429) 61349) ((-403 . -1014) T) ((-403 . -456) 61282) ((-403 . -260) 61220) ((-403 . -553) 61182) ((-403 . -72) T) ((-403 . -1130) T) ((-403 . -13) T) ((-403 . -34) T) ((-403 . -124) 61166) ((-403 . -1036) 61150) ((-401 . -655) 61121) ((-401 . -583) 61092) ((-401 . -591) 61063) ((-401 . -589) 61019) ((-401 . -104) T) ((-401 . -25) T) ((-401 . -72) T) ((-401 . -13) T) ((-401 . -1130) T) ((-401 . -553) 61001) ((-401 . -1014) T) ((-401 . -23) T) ((-401 . -21) T) ((-401 . -969) 60972) ((-401 . -964) 60943) ((-401 . -82) 60904) ((-394 . -862) 60871) ((-394 . -556) 60663) ((-394 . -951) 60541) ((-394 . -1135) 60520) ((-394 . -822) 60499) ((-394 . -797) NIL) ((-394 . -812) 60476) ((-394 . -807) 60451) ((-394 . -810) 60428) ((-394 . -456) 60366) ((-394 . -392) 60320) ((-394 . -581) 60268) ((-394 . -591) 60157) ((-394 . -329) 60141) ((-394 . -47) 60120) ((-394 . -38) 59972) ((-394 . -583) 59824) ((-394 . -655) 59676) ((-394 . -246) 59610) ((-394 . -496) 59544) ((-394 . -82) 59369) ((-394 . -964) 59215) ((-394 . -969) 59061) ((-394 . -146) 58975) ((-394 . -120) 58954) ((-394 . -118) 58933) ((-394 . -589) 58843) ((-394 . -104) T) ((-394 . -25) T) ((-394 . -72) T) ((-394 . -13) T) ((-394 . -1130) T) ((-394 . -553) 58825) ((-394 . -1014) T) ((-394 . -23) T) ((-394 . -21) T) ((-394 . -962) T) ((-394 . -664) T) ((-394 . -1062) T) ((-394 . -1026) T) ((-394 . -971) T) ((-394 . -355) 58809) ((-394 . -277) 58788) ((-394 . -260) 58775) ((-394 . -554) 58636) ((-393 . -361) 58606) ((-393 . -684) 58576) ((-393 . -658) T) ((-393 . -686) T) ((-393 . -82) 58527) ((-393 . -964) 58497) ((-393 . -969) 58467) ((-393 . -21) T) ((-393 . -589) 58382) ((-393 . -23) T) ((-393 . -1014) T) ((-393 . -553) 58364) ((-393 . -72) T) ((-393 . -25) T) ((-393 . -104) T) ((-393 . -591) 58294) ((-393 . -583) 58264) ((-393 . -655) 58234) ((-393 . -316) 58204) ((-393 . -1130) T) ((-393 . -13) T) ((-393 . -241) 58167) ((-381 . -1014) T) ((-381 . -553) 58149) ((-381 . -1130) T) ((-381 . -13) T) ((-381 . -72) T) ((-380 . -1014) T) ((-380 . -553) 58131) ((-380 . -1130) T) ((-380 . -13) T) ((-380 . -72) T) ((-379 . -1014) T) ((-379 . -553) 58113) ((-379 . -1130) T) ((-379 . -13) T) ((-379 . -72) T) ((-377 . -553) 58095) ((-372 . -38) 58079) ((-372 . -556) 58048) ((-372 . -591) 58022) ((-372 . -589) 57981) ((-372 . -971) T) ((-372 . -1026) T) ((-372 . -1062) T) ((-372 . -664) T) ((-372 . -962) T) ((-372 . -82) 57960) ((-372 . -964) 57944) ((-372 . -969) 57928) ((-372 . -21) T) ((-372 . -23) T) ((-372 . -1014) T) ((-372 . -553) 57910) ((-372 . -1130) T) ((-372 . -13) T) ((-372 . -72) T) ((-372 . -25) T) ((-372 . -104) T) ((-372 . -583) 57894) ((-372 . -655) 57878) ((-358 . -664) T) ((-358 . -1014) T) ((-358 . -553) 57860) ((-358 . -1130) T) ((-358 . -13) T) ((-358 . -72) T) ((-358 . -1026) T) ((-356 . -413) T) ((-356 . -1026) T) ((-356 . -72) T) ((-356 . -13) T) ((-356 . -1130) T) ((-356 . -553) 57842) ((-356 . -1014) T) ((-356 . -664) T) ((-350 . -905) 57826) ((-350 . -1067) 57804) ((-350 . -951) 57671) ((-350 . -556) 57570) ((-350 . -554) 57373) ((-350 . -934) 57352) ((-350 . -822) 57331) ((-350 . -795) 57315) ((-350 . -756) 57294) ((-350 . -722) 57273) ((-350 . -719) 57252) ((-350 . -760) 57206) ((-350 . -757) 57160) ((-350 . -717) 57139) ((-350 . -715) 57118) ((-350 . -741) 57097) ((-350 . -797) 57022) ((-350 . -343) 57006) ((-350 . -581) 56954) ((-350 . -591) 56870) ((-350 . -329) 56854) ((-350 . -241) 56812) ((-350 . -260) 56777) ((-350 . -456) 56689) ((-350 . -288) 56673) ((-350 . -201) T) ((-350 . -82) 56604) ((-350 . -964) 56556) ((-350 . -969) 56508) ((-350 . -246) T) ((-350 . -655) 56460) ((-350 . -583) 56412) ((-350 . -589) 56349) ((-350 . -38) 56301) ((-350 . -258) T) ((-350 . -392) T) ((-350 . -146) T) ((-350 . -496) T) ((-350 . -833) T) ((-350 . -1135) T) ((-350 . -312) T) ((-350 . -190) 56280) ((-350 . -186) 56228) ((-350 . -189) 56182) ((-350 . -225) 56166) ((-350 . -807) 56090) ((-350 . -812) 56016) ((-350 . -810) 55975) ((-350 . -184) 55959) ((-350 . -120) 55913) ((-350 . -118) 55892) ((-350 . -104) T) ((-350 . -25) T) ((-350 . -72) T) ((-350 . -13) T) ((-350 . -1130) T) ((-350 . -553) 55874) ((-350 . -1014) T) ((-350 . -23) T) ((-350 . -21) T) ((-350 . -962) T) ((-350 . -664) T) ((-350 . -1062) T) ((-350 . -1026) T) ((-350 . -971) T) ((-348 . -496) T) ((-348 . -246) T) ((-348 . -146) T) ((-348 . -556) 55783) ((-348 . -655) 55757) ((-348 . -583) 55731) ((-348 . -591) 55705) ((-348 . -589) 55664) ((-348 . -104) T) ((-348 . -25) T) ((-348 . -72) T) ((-348 . -13) T) ((-348 . -1130) T) ((-348 . -553) 55646) ((-348 . -1014) T) ((-348 . -23) T) ((-348 . -21) T) ((-348 . -969) 55620) ((-348 . -964) 55594) ((-348 . -82) 55561) ((-348 . -962) T) ((-348 . -664) T) ((-348 . -1062) T) ((-348 . -1026) T) ((-348 . -971) T) ((-348 . -38) 55535) ((-348 . -184) 55519) ((-348 . -810) 55478) ((-348 . -812) 55404) ((-348 . -807) 55328) ((-348 . -225) 55312) ((-348 . -189) 55266) ((-348 . -186) 55214) ((-348 . -190) 55193) ((-348 . -288) 55177) ((-348 . -456) 55019) ((-348 . -260) 54958) ((-348 . -241) 54886) ((-348 . -355) 54870) ((-348 . -951) 54768) ((-348 . -392) 54721) ((-348 . -934) 54700) ((-348 . -554) 54603) ((-348 . -1135) 54581) ((-342 . -1014) T) ((-342 . -553) 54563) ((-342 . -1130) T) ((-342 . -13) T) ((-342 . -72) T) ((-342 . -189) T) ((-342 . -186) 54550) ((-342 . -554) 54527) ((-340 . -684) 54511) ((-340 . -658) T) ((-340 . -686) T) ((-340 . -82) 54490) ((-340 . -964) 54474) ((-340 . -969) 54458) ((-340 . -21) T) ((-340 . -589) 54427) ((-340 . -23) T) ((-340 . -1014) T) ((-340 . -553) 54409) ((-340 . -1130) T) ((-340 . -13) T) ((-340 . -72) T) ((-340 . -25) T) ((-340 . -104) T) ((-340 . -591) 54393) ((-340 . -583) 54377) ((-340 . -655) 54361) ((-338 . -339) T) ((-338 . -72) T) ((-338 . -13) T) ((-338 . -1130) T) ((-338 . -553) 54327) ((-338 . -1014) T) ((-338 . -556) 54308) ((-338 . -430) 54289) ((-337 . -336) 54273) ((-337 . -556) 54257) ((-337 . -951) 54241) ((-337 . -760) 54220) ((-337 . -757) 54199) ((-337 . -1026) T) ((-337 . -72) T) ((-337 . -13) T) ((-337 . -1130) T) ((-337 . -553) 54181) ((-337 . -1014) T) ((-337 . -664) T) ((-334 . -335) 54160) ((-334 . -556) 54144) ((-334 . -951) 54128) ((-334 . -583) 54098) ((-334 . -655) 54068) ((-334 . -591) 54052) ((-334 . -589) 54021) ((-334 . -104) T) ((-334 . -25) T) ((-334 . -72) T) ((-334 . -13) T) ((-334 . -1130) T) ((-334 . -553) 54003) ((-334 . -1014) T) ((-334 . -23) T) ((-334 . -21) T) ((-334 . -969) 53987) ((-334 . -964) 53971) ((-334 . -82) 53950) ((-333 . -82) 53929) ((-333 . -964) 53913) ((-333 . -969) 53897) ((-333 . -21) T) ((-333 . -589) 53866) ((-333 . -23) T) ((-333 . -1014) T) ((-333 . -553) 53848) ((-333 . -1130) T) ((-333 . -13) T) ((-333 . -72) T) ((-333 . -25) T) ((-333 . -104) T) ((-333 . -591) 53832) ((-333 . -450) 53811) ((-333 . -558) 53776) ((-333 . -655) 53746) ((-333 . -583) 53716) ((-330 . -347) T) ((-330 . -120) T) ((-330 . -556) 53666) ((-330 . -591) 53631) ((-330 . -589) 53581) ((-330 . -104) T) ((-330 . -25) T) ((-330 . -72) T) ((-330 . -13) T) ((-330 . -1130) T) ((-330 . -553) 53548) ((-330 . -1014) T) ((-330 . -23) T) ((-330 . -21) T) ((-330 . -971) T) ((-330 . -1026) T) ((-330 . -1062) T) ((-330 . -664) T) ((-330 . -962) T) ((-330 . -554) 53462) ((-330 . -312) T) ((-330 . -1135) T) ((-330 . -833) T) ((-330 . -496) T) ((-330 . -146) T) ((-330 . -655) 53427) ((-330 . -583) 53392) ((-330 . -38) 53357) ((-330 . -392) T) ((-330 . -258) T) ((-330 . -82) 53306) ((-330 . -964) 53271) ((-330 . -969) 53236) ((-330 . -246) T) ((-330 . -201) T) ((-330 . -756) T) ((-330 . -722) T) ((-330 . -719) T) ((-330 . -760) T) ((-330 . -757) T) ((-330 . -717) T) ((-330 . -715) T) ((-330 . -797) 53218) ((-330 . -916) T) ((-330 . -934) T) ((-330 . -951) 53178) ((-330 . -974) T) ((-330 . -190) T) ((-330 . -186) 53165) ((-330 . -189) T) ((-330 . -1116) T) ((-330 . -1119) T) ((-330 . -433) T) ((-330 . -239) T) ((-330 . -66) T) ((-330 . -35) T) ((-330 . -558) 53147) ((-313 . -314) 53124) ((-313 . -72) T) ((-313 . -13) T) ((-313 . -1130) T) ((-313 . -553) 53106) ((-313 . -1014) T) ((-310 . -413) T) ((-310 . -1026) T) ((-310 . -72) T) ((-310 . -13) T) ((-310 . -1130) T) ((-310 . -553) 53088) ((-310 . -1014) T) ((-310 . -664) T) ((-310 . -951) 53072) ((-310 . -556) 53056) ((-308 . -280) 53040) ((-308 . -190) 53019) ((-308 . -186) 52992) ((-308 . -189) 52971) ((-308 . -320) 52950) ((-308 . -1067) 52929) ((-308 . -299) 52908) ((-308 . -120) 52887) ((-308 . -556) 52824) ((-308 . -591) 52776) ((-308 . -589) 52713) ((-308 . -104) T) ((-308 . -25) T) ((-308 . -72) T) ((-308 . -13) T) ((-308 . -1130) T) ((-308 . -553) 52695) ((-308 . -1014) T) ((-308 . -23) T) ((-308 . -21) T) ((-308 . -971) T) ((-308 . -1026) T) ((-308 . -1062) T) ((-308 . -664) T) ((-308 . -962) T) ((-308 . -312) T) ((-308 . -1135) T) ((-308 . -833) T) ((-308 . -496) T) ((-308 . -146) T) ((-308 . -655) 52647) ((-308 . -583) 52599) ((-308 . -38) 52564) ((-308 . -392) T) ((-308 . -258) T) ((-308 . -82) 52495) ((-308 . -964) 52447) ((-308 . -969) 52399) ((-308 . -246) T) ((-308 . -201) T) ((-308 . -345) 52353) ((-308 . -118) 52307) ((-308 . -951) 52291) ((-308 . -1188) 52275) ((-308 . -1199) 52259) ((-304 . -280) 52243) ((-304 . -190) 52222) ((-304 . -186) 52195) ((-304 . -189) 52174) ((-304 . -320) 52153) ((-304 . -1067) 52132) ((-304 . -299) 52111) ((-304 . -120) 52090) ((-304 . -556) 52027) ((-304 . -591) 51979) ((-304 . -589) 51916) ((-304 . -104) T) ((-304 . -25) T) ((-304 . -72) T) ((-304 . -13) T) ((-304 . -1130) T) ((-304 . -553) 51898) ((-304 . -1014) T) ((-304 . -23) T) ((-304 . -21) T) ((-304 . -971) T) ((-304 . -1026) T) ((-304 . -1062) T) ((-304 . -664) T) ((-304 . -962) T) ((-304 . -312) T) ((-304 . -1135) T) ((-304 . -833) T) ((-304 . -496) T) ((-304 . -146) T) ((-304 . -655) 51850) ((-304 . -583) 51802) ((-304 . -38) 51767) ((-304 . -392) T) ((-304 . -258) T) ((-304 . -82) 51698) ((-304 . -964) 51650) ((-304 . -969) 51602) ((-304 . -246) T) ((-304 . -201) T) ((-304 . -345) 51556) ((-304 . -118) 51510) ((-304 . -951) 51494) ((-304 . -1188) 51478) ((-304 . -1199) 51462) ((-303 . -280) 51446) ((-303 . -190) 51425) ((-303 . -186) 51398) ((-303 . -189) 51377) ((-303 . -320) 51356) ((-303 . -1067) 51335) ((-303 . -299) 51314) ((-303 . -120) 51293) ((-303 . -556) 51230) ((-303 . -591) 51182) ((-303 . -589) 51119) ((-303 . -104) T) ((-303 . -25) T) ((-303 . -72) T) ((-303 . -13) T) ((-303 . -1130) T) ((-303 . -553) 51101) ((-303 . -1014) T) ((-303 . -23) T) ((-303 . -21) T) ((-303 . -971) T) ((-303 . -1026) T) ((-303 . -1062) T) ((-303 . -664) T) ((-303 . -962) T) ((-303 . -312) T) ((-303 . -1135) T) ((-303 . -833) T) ((-303 . -496) T) ((-303 . -146) T) ((-303 . -655) 51053) ((-303 . -583) 51005) ((-303 . -38) 50970) ((-303 . -392) T) ((-303 . -258) T) ((-303 . -82) 50901) ((-303 . -964) 50853) ((-303 . -969) 50805) ((-303 . -246) T) ((-303 . -201) T) ((-303 . -345) 50759) ((-303 . -118) 50713) ((-303 . -951) 50697) ((-303 . -1188) 50681) ((-303 . -1199) 50665) ((-302 . -280) 50649) ((-302 . -190) 50628) ((-302 . -186) 50601) ((-302 . -189) 50580) ((-302 . -320) 50559) ((-302 . -1067) 50538) ((-302 . -299) 50517) ((-302 . -120) 50496) ((-302 . -556) 50433) ((-302 . -591) 50385) ((-302 . -589) 50322) ((-302 . -104) T) ((-302 . -25) T) ((-302 . -72) T) ((-302 . -13) T) ((-302 . -1130) T) ((-302 . -553) 50304) ((-302 . -1014) T) ((-302 . -23) T) ((-302 . -21) T) ((-302 . -971) T) ((-302 . -1026) T) ((-302 . -1062) T) ((-302 . -664) T) ((-302 . -962) T) ((-302 . -312) T) ((-302 . -1135) T) ((-302 . -833) T) ((-302 . -496) T) ((-302 . -146) T) ((-302 . -655) 50256) ((-302 . -583) 50208) ((-302 . -38) 50173) ((-302 . -392) T) ((-302 . -258) T) ((-302 . -82) 50104) ((-302 . -964) 50056) ((-302 . -969) 50008) ((-302 . -246) T) ((-302 . -201) T) ((-302 . -345) 49962) ((-302 . -118) 49916) ((-302 . -951) 49900) ((-302 . -1188) 49884) ((-302 . -1199) 49868) ((-301 . -280) 49845) ((-301 . -190) T) ((-301 . -186) 49832) ((-301 . -189) T) ((-301 . -320) T) ((-301 . -1067) T) ((-301 . -299) T) ((-301 . -120) 49814) ((-301 . -556) 49744) ((-301 . -591) 49689) ((-301 . -589) 49619) ((-301 . -104) T) ((-301 . -25) T) ((-301 . -72) T) ((-301 . -13) T) ((-301 . -1130) T) ((-301 . -553) 49601) ((-301 . -1014) T) ((-301 . -23) T) ((-301 . -21) T) ((-301 . -971) T) ((-301 . -1026) T) ((-301 . -1062) T) ((-301 . -664) T) ((-301 . -962) T) ((-301 . -312) T) ((-301 . -1135) T) ((-301 . -833) T) ((-301 . -496) T) ((-301 . -146) T) ((-301 . -655) 49546) ((-301 . -583) 49491) ((-301 . -38) 49456) ((-301 . -392) T) ((-301 . -258) T) ((-301 . -82) 49373) ((-301 . -964) 49318) ((-301 . -969) 49263) ((-301 . -246) T) ((-301 . -201) T) ((-301 . -345) T) ((-301 . -118) T) ((-301 . -951) 49240) ((-301 . -1188) 49217) ((-301 . -1199) 49194) ((-295 . -280) 49178) ((-295 . -190) 49157) ((-295 . -186) 49130) ((-295 . -189) 49109) ((-295 . -320) 49088) ((-295 . -1067) 49067) ((-295 . -299) 49046) ((-295 . -120) 49025) ((-295 . -556) 48962) ((-295 . -591) 48914) ((-295 . -589) 48851) ((-295 . -104) T) ((-295 . -25) T) ((-295 . -72) T) ((-295 . -13) T) ((-295 . -1130) T) ((-295 . -553) 48833) ((-295 . -1014) T) ((-295 . -23) T) ((-295 . -21) T) ((-295 . -971) T) ((-295 . -1026) T) ((-295 . -1062) T) ((-295 . -664) T) ((-295 . -962) T) ((-295 . -312) T) ((-295 . -1135) T) ((-295 . -833) T) ((-295 . -496) T) ((-295 . -146) T) ((-295 . -655) 48785) ((-295 . -583) 48737) ((-295 . -38) 48702) ((-295 . -392) T) ((-295 . -258) T) ((-295 . -82) 48633) ((-295 . -964) 48585) ((-295 . -969) 48537) ((-295 . -246) T) ((-295 . -201) T) ((-295 . -345) 48491) ((-295 . -118) 48445) ((-295 . -951) 48429) ((-295 . -1188) 48413) ((-295 . -1199) 48397) ((-294 . -280) 48381) ((-294 . -190) 48360) ((-294 . -186) 48333) ((-294 . -189) 48312) ((-294 . -320) 48291) ((-294 . -1067) 48270) ((-294 . -299) 48249) ((-294 . -120) 48228) ((-294 . -556) 48165) ((-294 . -591) 48117) ((-294 . -589) 48054) ((-294 . -104) T) ((-294 . -25) T) ((-294 . -72) T) ((-294 . -13) T) ((-294 . -1130) T) ((-294 . -553) 48036) ((-294 . -1014) T) ((-294 . -23) T) ((-294 . -21) T) ((-294 . -971) T) ((-294 . -1026) T) ((-294 . -1062) T) ((-294 . -664) T) ((-294 . -962) T) ((-294 . -312) T) ((-294 . -1135) T) ((-294 . -833) T) ((-294 . -496) T) ((-294 . -146) T) ((-294 . -655) 47988) ((-294 . -583) 47940) ((-294 . -38) 47905) ((-294 . -392) T) ((-294 . -258) T) ((-294 . -82) 47836) ((-294 . -964) 47788) ((-294 . -969) 47740) ((-294 . -246) T) ((-294 . -201) T) ((-294 . -345) 47694) ((-294 . -118) 47648) ((-294 . -951) 47632) ((-294 . -1188) 47616) ((-294 . -1199) 47600) ((-293 . -280) 47577) ((-293 . -190) T) ((-293 . -186) 47564) ((-293 . -189) T) ((-293 . -320) T) ((-293 . -1067) T) ((-293 . -299) T) ((-293 . -120) 47546) ((-293 . -556) 47476) ((-293 . -591) 47421) ((-293 . -589) 47351) ((-293 . -104) T) ((-293 . -25) T) ((-293 . -72) T) ((-293 . -13) T) ((-293 . -1130) T) ((-293 . -553) 47333) ((-293 . -1014) T) ((-293 . -23) T) ((-293 . -21) T) ((-293 . -971) T) ((-293 . -1026) T) ((-293 . -1062) T) ((-293 . -664) T) ((-293 . -962) T) ((-293 . -312) T) ((-293 . -1135) T) ((-293 . -833) T) ((-293 . -496) T) ((-293 . -146) T) ((-293 . -655) 47278) ((-293 . -583) 47223) ((-293 . -38) 47188) ((-293 . -392) T) ((-293 . -258) T) ((-293 . -82) 47105) ((-293 . -964) 47050) ((-293 . -969) 46995) ((-293 . -246) T) ((-293 . -201) T) ((-293 . -345) T) ((-293 . -118) T) ((-293 . -951) 46972) ((-293 . -1188) 46949) ((-293 . -1199) 46926) ((-289 . -280) 46903) ((-289 . -190) T) ((-289 . -186) 46890) ((-289 . -189) T) ((-289 . -320) T) ((-289 . -1067) T) ((-289 . -299) T) ((-289 . -120) 46872) ((-289 . -556) 46802) ((-289 . -591) 46747) ((-289 . -589) 46677) ((-289 . -104) T) ((-289 . -25) T) ((-289 . -72) T) ((-289 . -13) T) ((-289 . -1130) T) ((-289 . -553) 46659) ((-289 . -1014) T) ((-289 . -23) T) ((-289 . -21) T) ((-289 . -971) T) ((-289 . -1026) T) ((-289 . -1062) T) ((-289 . -664) T) ((-289 . -962) T) ((-289 . -312) T) ((-289 . -1135) T) ((-289 . -833) T) ((-289 . -496) T) ((-289 . -146) T) ((-289 . -655) 46604) ((-289 . -583) 46549) ((-289 . -38) 46514) ((-289 . -392) T) ((-289 . -258) T) ((-289 . -82) 46431) ((-289 . -964) 46376) ((-289 . -969) 46321) ((-289 . -246) T) ((-289 . -201) T) ((-289 . -345) T) ((-289 . -118) T) ((-289 . -951) 46298) ((-289 . -1188) 46275) ((-289 . -1199) 46252) ((-283 . -286) 46221) ((-283 . -104) T) ((-283 . -25) T) ((-283 . -72) T) ((-283 . -13) T) ((-283 . -1130) T) ((-283 . -553) 46203) ((-283 . -1014) T) ((-283 . -23) T) ((-283 . -589) 46185) ((-283 . -21) T) ((-282 . -1014) T) ((-282 . -553) 46167) ((-282 . -1130) T) ((-282 . -13) T) ((-282 . -72) T) ((-281 . -757) T) ((-281 . -553) 46149) ((-281 . -1014) T) ((-281 . -72) T) ((-281 . -13) T) ((-281 . -1130) T) ((-281 . -760) T) ((-278 . -19) 46133) ((-278 . -1036) 46117) ((-278 . -318) 46101) ((-278 . -34) T) ((-278 . -13) T) ((-278 . -1130) T) ((-278 . -72) 46035) ((-278 . -553) 45950) ((-278 . -260) 45888) ((-278 . -456) 45821) ((-278 . -1014) 45774) ((-278 . -429) 45758) ((-278 . -594) 45742) ((-278 . -243) 45719) ((-278 . -241) 45671) ((-278 . -539) 45648) ((-278 . -554) 45609) ((-278 . -124) 45593) ((-278 . -757) 45572) ((-278 . -760) 45551) ((-278 . -324) 45535) ((-278 . -237) 45519) ((-275 . -274) 45496) ((-275 . -556) 45480) ((-275 . -951) 45464) ((-275 . -23) T) ((-275 . -1014) T) ((-275 . -553) 45446) ((-275 . -1130) T) ((-275 . -13) T) ((-275 . -72) T) ((-275 . -25) T) ((-275 . -104) T) ((-273 . -21) T) ((-273 . -589) 45428) ((-273 . -23) T) ((-273 . -1014) T) ((-273 . -553) 45410) ((-273 . -1130) T) ((-273 . -13) T) ((-273 . -72) T) ((-273 . -25) T) ((-273 . -104) T) ((-273 . -655) 45392) ((-273 . -583) 45374) ((-273 . -591) 45356) ((-273 . -969) 45338) ((-273 . -964) 45320) ((-273 . -82) 45295) ((-273 . -274) 45272) ((-273 . -556) 45256) ((-273 . -951) 45240) ((-273 . -757) 45219) ((-273 . -760) 45198) ((-270 . -1163) 45182) ((-270 . -190) 45134) ((-270 . -186) 45080) ((-270 . -189) 45032) ((-270 . -241) 44990) ((-270 . -810) 44896) ((-270 . -807) 44800) ((-270 . -812) 44706) ((-270 . -887) 44669) ((-270 . -38) 44516) ((-270 . -82) 44336) ((-270 . -964) 44177) ((-270 . -969) 44018) ((-270 . -589) 43903) ((-270 . -591) 43803) ((-270 . -583) 43650) ((-270 . -655) 43497) ((-270 . -556) 43329) ((-270 . -118) 43308) ((-270 . -120) 43287) ((-270 . -47) 43257) ((-270 . -1159) 43227) ((-270 . -35) 43193) ((-270 . -66) 43159) ((-270 . -239) 43125) ((-270 . -433) 43091) ((-270 . -1119) 43057) ((-270 . -1116) 43023) ((-270 . -916) 42989) ((-270 . -201) 42968) ((-270 . -246) 42922) ((-270 . -104) T) ((-270 . -25) T) ((-270 . -72) T) ((-270 . -13) T) ((-270 . -1130) T) ((-270 . -553) 42904) ((-270 . -1014) T) ((-270 . -23) T) ((-270 . -21) T) ((-270 . -962) T) ((-270 . -664) T) ((-270 . -1062) T) ((-270 . -1026) T) ((-270 . -971) T) ((-270 . -258) 42883) ((-270 . -392) 42862) ((-270 . -146) 42796) ((-270 . -496) 42750) ((-270 . -833) 42729) ((-270 . -1135) 42708) ((-270 . -312) 42687) ((-270 . -717) T) ((-270 . -757) T) ((-270 . -760) T) ((-270 . -719) T) ((-265 . -364) 42671) ((-265 . -556) 42246) ((-265 . -951) 41917) ((-265 . -554) 41778) ((-265 . -795) 41762) ((-265 . -812) 41729) ((-265 . -807) 41694) ((-265 . -810) 41661) ((-265 . -413) 41640) ((-265 . -355) 41624) ((-265 . -797) 41549) ((-265 . -343) 41533) ((-265 . -581) 41441) ((-265 . -591) 41179) ((-265 . -329) 41149) ((-265 . -201) 41128) ((-265 . -82) 41017) ((-265 . -964) 40927) ((-265 . -969) 40837) ((-265 . -246) 40816) ((-265 . -655) 40726) ((-265 . -583) 40636) ((-265 . -589) 40303) ((-265 . -38) 40213) ((-265 . -258) 40192) ((-265 . -392) 40171) ((-265 . -146) 40150) ((-265 . -496) 40129) ((-265 . -833) 40108) ((-265 . -1135) 40087) ((-265 . -312) 40066) ((-265 . -260) 40053) ((-265 . -456) 40019) ((-265 . -254) T) ((-265 . -120) 39998) ((-265 . -118) 39977) ((-265 . -962) 39871) ((-265 . -664) 39724) ((-265 . -1062) 39618) ((-265 . -1026) 39471) ((-265 . -971) 39365) ((-265 . -104) 39240) ((-265 . -25) 39096) ((-265 . -72) T) ((-265 . -13) T) ((-265 . -1130) T) ((-265 . -553) 39078) ((-265 . -1014) T) ((-265 . -23) 38934) ((-265 . -21) 38809) ((-265 . -29) 38779) ((-265 . -916) 38758) ((-265 . -27) 38737) ((-265 . -1116) 38716) ((-265 . -1119) 38695) ((-265 . -433) 38674) ((-265 . -239) 38653) ((-265 . -66) 38632) ((-265 . -35) 38611) ((-265 . -133) 38590) ((-265 . -116) 38569) ((-265 . -570) 38548) ((-265 . -872) 38527) ((-265 . -1054) 38506) ((-264 . -905) 38467) ((-264 . -1067) NIL) ((-264 . -951) 38397) ((-264 . -556) 38280) ((-264 . -554) NIL) ((-264 . -934) NIL) ((-264 . -822) NIL) ((-264 . -795) 38241) ((-264 . -756) NIL) ((-264 . -722) NIL) ((-264 . -719) NIL) ((-264 . -760) NIL) ((-264 . -757) NIL) ((-264 . -717) NIL) ((-264 . -715) NIL) ((-264 . -741) NIL) ((-264 . -797) NIL) ((-264 . -343) 38202) ((-264 . -581) 38163) ((-264 . -591) 38092) ((-264 . -329) 38053) ((-264 . -241) 37919) ((-264 . -260) 37815) ((-264 . -456) 37566) ((-264 . -288) 37527) ((-264 . -201) T) ((-264 . -82) 37412) ((-264 . -964) 37341) ((-264 . -969) 37270) ((-264 . -246) T) ((-264 . -655) 37199) ((-264 . -583) 37128) ((-264 . -589) 37042) ((-264 . -38) 36971) ((-264 . -258) T) ((-264 . -392) T) ((-264 . -146) T) ((-264 . -496) T) ((-264 . -833) T) ((-264 . -1135) T) ((-264 . -312) T) ((-264 . -190) NIL) ((-264 . -186) NIL) ((-264 . -189) NIL) ((-264 . -225) 36932) ((-264 . -807) NIL) ((-264 . -812) NIL) ((-264 . -810) NIL) ((-264 . -184) 36893) ((-264 . -120) 36849) ((-264 . -118) 36805) ((-264 . -104) T) ((-264 . -25) T) ((-264 . -72) T) ((-264 . -13) T) ((-264 . -1130) T) ((-264 . -553) 36787) ((-264 . -1014) T) ((-264 . -23) T) ((-264 . -21) T) ((-264 . -962) T) ((-264 . -664) T) ((-264 . -1062) T) ((-264 . -1026) T) ((-264 . -971) T) ((-263 . -996) T) ((-263 . -430) 36768) ((-263 . -553) 36734) ((-263 . -556) 36715) ((-263 . -1014) T) ((-263 . -1130) T) ((-263 . -13) T) ((-263 . -72) T) ((-263 . -64) T) ((-262 . -1014) T) ((-262 . -553) 36697) ((-262 . -1130) T) ((-262 . -13) T) ((-262 . -72) T) ((-251 . -1108) 36676) ((-251 . -183) 36624) ((-251 . -76) 36572) ((-251 . -1036) 36507) ((-251 . -124) 36455) ((-251 . -554) NIL) ((-251 . -193) 36403) ((-251 . -539) 36382) ((-251 . -260) 36180) ((-251 . -456) 35932) ((-251 . -429) 35867) ((-251 . -241) 35846) ((-251 . -243) 35825) ((-251 . -550) 35804) ((-251 . -1014) T) ((-251 . -553) 35786) ((-251 . -72) T) ((-251 . -1130) T) ((-251 . -13) T) ((-251 . -34) T) ((-251 . -318) 35734) ((-249 . -1130) T) ((-249 . -13) T) ((-249 . -456) 35683) ((-249 . -1014) 35469) ((-249 . -553) 35215) ((-249 . -72) 35001) ((-249 . -25) 34869) ((-249 . -21) 34756) ((-249 . -589) 34503) ((-249 . -23) 34390) ((-249 . -104) 34277) ((-249 . -1026) 34162) ((-249 . -664) 34068) ((-249 . -413) 34047) ((-249 . -962) 33993) ((-249 . -1062) 33939) ((-249 . -971) 33885) ((-249 . -591) 33753) ((-249 . -556) 33688) ((-249 . -82) 33608) ((-249 . -964) 33533) ((-249 . -969) 33458) ((-249 . -655) 33403) ((-249 . -583) 33348) ((-249 . -810) 33307) ((-249 . -807) 33264) ((-249 . -812) 33223) ((-249 . -1188) 33193) ((-247 . -553) 33175) ((-244 . -258) T) ((-244 . -392) T) ((-244 . -38) 33162) ((-244 . -556) 33134) ((-244 . -971) T) ((-244 . -1026) T) ((-244 . -1062) T) ((-244 . -664) T) ((-244 . -962) T) ((-244 . -82) 33119) ((-244 . -964) 33106) ((-244 . -969) 33093) ((-244 . -21) T) ((-244 . -589) 33065) ((-244 . -23) T) ((-244 . -1014) T) ((-244 . -553) 33047) ((-244 . -1130) T) ((-244 . -13) T) ((-244 . -72) T) ((-244 . -25) T) ((-244 . -104) T) ((-244 . -591) 33034) ((-244 . -583) 33021) ((-244 . -655) 33008) ((-244 . -146) T) ((-244 . -246) T) ((-244 . -496) T) ((-244 . -833) T) ((-244 . -241) 32987) ((-235 . -553) 32969) ((-234 . -553) 32951) ((-229 . -757) T) ((-229 . -553) 32933) ((-229 . -1014) T) ((-229 . -72) T) ((-229 . -13) T) ((-229 . -1130) T) ((-229 . -760) T) ((-226 . -213) 32895) ((-226 . -556) 32655) ((-226 . -951) 32501) ((-226 . -554) 32249) ((-226 . -277) 32221) ((-226 . -355) 32205) ((-226 . -38) 32057) ((-226 . -82) 31882) ((-226 . -964) 31728) ((-226 . -969) 31574) ((-226 . -589) 31484) ((-226 . -591) 31373) ((-226 . -583) 31225) ((-226 . -655) 31077) ((-226 . -118) 31056) ((-226 . -120) 31035) ((-226 . -146) 30949) ((-226 . -496) 30883) ((-226 . -246) 30817) ((-226 . -47) 30789) ((-226 . -329) 30773) ((-226 . -581) 30721) ((-226 . -392) 30675) ((-226 . -456) 30566) ((-226 . -810) 30512) ((-226 . -807) 30421) ((-226 . -812) 30334) ((-226 . -797) 30193) ((-226 . -822) 30172) ((-226 . -1135) 30151) ((-226 . -862) 30118) ((-226 . -260) 30105) ((-226 . -190) 30084) ((-226 . -104) T) ((-226 . -25) T) ((-226 . -72) T) ((-226 . -553) 30066) ((-226 . -1014) T) ((-226 . -23) T) ((-226 . -21) T) ((-226 . -971) T) ((-226 . -1026) T) ((-226 . -1062) T) ((-226 . -664) T) ((-226 . -962) T) ((-226 . -186) 30014) ((-226 . -13) T) ((-226 . -1130) T) ((-226 . -189) 29968) ((-226 . -225) 29952) ((-226 . -184) 29936) ((-221 . -1014) T) ((-221 . -553) 29918) ((-221 . -1130) T) ((-221 . -13) T) ((-221 . -72) T) ((-211 . -196) 29897) ((-211 . -1188) 29867) ((-211 . -722) 29846) ((-211 . -719) 29825) ((-211 . -760) 29779) ((-211 . -757) 29733) ((-211 . -717) 29712) ((-211 . -718) 29691) ((-211 . -655) 29636) ((-211 . -583) 29561) ((-211 . -243) 29538) ((-211 . -241) 29515) ((-211 . -539) 29492) ((-211 . -951) 29321) ((-211 . -556) 29125) ((-211 . -355) 29094) ((-211 . -581) 29002) ((-211 . -591) 28828) ((-211 . -329) 28798) ((-211 . -429) 28782) ((-211 . -456) 28715) ((-211 . -260) 28653) ((-211 . -34) T) ((-211 . -318) 28637) ((-211 . -320) 28616) ((-211 . -190) 28569) ((-211 . -589) 28422) ((-211 . -971) 28401) ((-211 . -1026) 28380) ((-211 . -1062) 28359) ((-211 . -664) 28338) ((-211 . -962) 28317) ((-211 . -186) 28213) ((-211 . -189) 28115) ((-211 . -225) 28085) ((-211 . -807) 27957) ((-211 . -812) 27831) ((-211 . -810) 27764) ((-211 . -184) 27734) ((-211 . -553) 27695) ((-211 . -969) 27620) ((-211 . -964) 27525) ((-211 . -82) 27445) ((-211 . -104) T) ((-211 . -25) T) ((-211 . -72) T) ((-211 . -13) T) ((-211 . -1130) T) ((-211 . -1014) T) ((-211 . -23) T) ((-211 . -21) T) ((-210 . -196) 27424) ((-210 . -1188) 27394) ((-210 . -722) 27373) ((-210 . -719) 27352) ((-210 . -760) 27306) ((-210 . -757) 27260) ((-210 . -717) 27239) ((-210 . -718) 27218) ((-210 . -655) 27163) ((-210 . -583) 27088) ((-210 . -243) 27065) ((-210 . -241) 27042) ((-210 . -539) 27019) ((-210 . -951) 26848) ((-210 . -556) 26652) ((-210 . -355) 26621) ((-210 . -581) 26529) ((-210 . -591) 26342) ((-210 . -329) 26312) ((-210 . -429) 26296) ((-210 . -456) 26229) ((-210 . -260) 26167) ((-210 . -34) T) ((-210 . -318) 26151) ((-210 . -320) 26130) ((-210 . -190) 26083) ((-210 . -589) 25923) ((-210 . -971) 25902) ((-210 . -1026) 25881) ((-210 . -1062) 25860) ((-210 . -664) 25839) ((-210 . -962) 25818) ((-210 . -186) 25714) ((-210 . -189) 25616) ((-210 . -225) 25586) ((-210 . -807) 25458) ((-210 . -812) 25332) ((-210 . -810) 25265) ((-210 . -184) 25235) ((-210 . -553) 25196) ((-210 . -969) 25121) ((-210 . -964) 25026) ((-210 . -82) 24946) ((-210 . -104) T) ((-210 . -25) T) ((-210 . -72) T) ((-210 . -13) T) ((-210 . -1130) T) ((-210 . -1014) T) ((-210 . -23) T) ((-210 . -21) T) ((-209 . -1014) T) ((-209 . -553) 24928) ((-209 . -1130) T) ((-209 . -13) T) ((-209 . -72) T) ((-209 . -241) 24902) ((-208 . -160) T) ((-208 . -1014) T) ((-208 . -553) 24869) ((-208 . -1130) T) ((-208 . -13) T) ((-208 . -72) T) ((-208 . -748) 24851) ((-207 . -1014) T) ((-207 . -553) 24833) ((-207 . -1130) T) ((-207 . -13) T) ((-207 . -72) T) ((-206 . -862) 24778) ((-206 . -556) 24570) ((-206 . -951) 24448) ((-206 . -1135) 24427) ((-206 . -822) 24406) ((-206 . -797) NIL) ((-206 . -812) 24383) ((-206 . -807) 24358) ((-206 . -810) 24335) ((-206 . -456) 24273) ((-206 . -392) 24227) ((-206 . -581) 24175) ((-206 . -591) 24064) ((-206 . -329) 24048) ((-206 . -47) 24005) ((-206 . -38) 23857) ((-206 . -583) 23709) ((-206 . -655) 23561) ((-206 . -246) 23495) ((-206 . -496) 23429) ((-206 . -82) 23254) ((-206 . -964) 23100) ((-206 . -969) 22946) ((-206 . -146) 22860) ((-206 . -120) 22839) ((-206 . -118) 22818) ((-206 . -589) 22728) ((-206 . -104) T) ((-206 . -25) T) ((-206 . -72) T) ((-206 . -13) T) ((-206 . -1130) T) ((-206 . -553) 22710) ((-206 . -1014) T) ((-206 . -23) T) ((-206 . -21) T) ((-206 . -962) T) ((-206 . -664) T) ((-206 . -1062) T) ((-206 . -1026) T) ((-206 . -971) T) ((-206 . -355) 22694) ((-206 . -277) 22651) ((-206 . -260) 22638) ((-206 . -554) 22499) ((-203 . -609) 22483) ((-203 . -1169) 22467) ((-203 . -924) 22451) ((-203 . -1065) 22435) ((-203 . -318) 22419) ((-203 . -757) 22398) ((-203 . -760) 22377) ((-203 . -324) 22361) ((-203 . -594) 22345) ((-203 . -243) 22322) ((-203 . -241) 22274) ((-203 . -539) 22251) ((-203 . -554) 22212) ((-203 . -429) 22196) ((-203 . -1014) 22149) ((-203 . -456) 22082) ((-203 . -260) 22020) ((-203 . -553) 21915) ((-203 . -72) 21849) ((-203 . -1130) T) ((-203 . -13) T) ((-203 . -34) T) ((-203 . -124) 21833) ((-203 . -1036) 21817) ((-203 . -237) 21801) ((-203 . -430) 21778) ((-203 . -556) 21755) ((-197 . -196) 21734) ((-197 . -1188) 21704) ((-197 . -722) 21683) ((-197 . -719) 21662) ((-197 . -760) 21616) ((-197 . -757) 21570) ((-197 . -717) 21549) ((-197 . -718) 21528) ((-197 . -655) 21473) ((-197 . -583) 21398) ((-197 . -243) 21375) ((-197 . -241) 21352) ((-197 . -539) 21329) ((-197 . -951) 21158) ((-197 . -556) 20962) ((-197 . -355) 20931) ((-197 . -581) 20839) ((-197 . -591) 20678) ((-197 . -329) 20648) ((-197 . -429) 20632) ((-197 . -456) 20565) ((-197 . -260) 20503) ((-197 . -34) T) ((-197 . -318) 20487) ((-197 . -320) 20466) ((-197 . -190) 20419) ((-197 . -589) 20207) ((-197 . -971) 20186) ((-197 . -1026) 20165) ((-197 . -1062) 20144) ((-197 . -664) 20123) ((-197 . -962) 20102) ((-197 . -186) 19998) ((-197 . -189) 19900) ((-197 . -225) 19870) ((-197 . -807) 19742) ((-197 . -812) 19616) ((-197 . -810) 19549) ((-197 . -184) 19519) ((-197 . -553) 19216) ((-197 . -969) 19141) ((-197 . -964) 19046) ((-197 . -82) 18966) ((-197 . -104) 18841) ((-197 . -25) 18678) ((-197 . -72) 18415) ((-197 . -13) T) ((-197 . -1130) T) ((-197 . -1014) 18171) ((-197 . -23) 18027) ((-197 . -21) 17942) ((-181 . -628) 17900) ((-181 . -318) 17884) ((-181 . -34) T) ((-181 . -13) T) ((-181 . -1130) T) ((-181 . -72) 17838) ((-181 . -553) 17773) ((-181 . -260) 17711) ((-181 . -456) 17644) ((-181 . -1014) 17622) ((-181 . -429) 17606) ((-181 . -1036) 17590) ((-181 . -57) 17548) ((-179 . -347) T) ((-179 . -120) T) ((-179 . -556) 17498) ((-179 . -591) 17463) ((-179 . -589) 17413) ((-179 . -104) T) ((-179 . -25) T) ((-179 . -72) T) ((-179 . -13) T) ((-179 . -1130) T) ((-179 . -553) 17395) ((-179 . -1014) T) ((-179 . -23) T) ((-179 . -21) T) ((-179 . -971) T) ((-179 . -1026) T) ((-179 . -1062) T) ((-179 . -664) T) ((-179 . -962) T) ((-179 . -554) 17325) ((-179 . -312) T) ((-179 . -1135) T) ((-179 . -833) T) ((-179 . -496) T) ((-179 . -146) T) ((-179 . -655) 17290) ((-179 . -583) 17255) ((-179 . -38) 17220) ((-179 . -392) T) ((-179 . -258) T) ((-179 . -82) 17169) ((-179 . -964) 17134) ((-179 . -969) 17099) ((-179 . -246) T) ((-179 . -201) T) ((-179 . -756) T) ((-179 . -722) T) ((-179 . -719) T) ((-179 . -760) T) ((-179 . -757) T) ((-179 . -717) T) ((-179 . -715) T) ((-179 . -797) 17081) ((-179 . -916) T) ((-179 . -934) T) ((-179 . -951) 17041) ((-179 . -974) T) ((-179 . -190) T) ((-179 . -186) 17028) ((-179 . -189) T) ((-179 . -1116) T) ((-179 . -1119) T) ((-179 . -433) T) ((-179 . -239) T) ((-179 . -66) T) ((-179 . -35) T) ((-177 . -561) 17005) ((-177 . -556) 16967) ((-177 . -591) 16934) ((-177 . -589) 16886) ((-177 . -971) T) ((-177 . -1026) T) ((-177 . -1062) T) ((-177 . -664) T) ((-177 . -962) T) ((-177 . -21) T) ((-177 . -23) T) ((-177 . -1014) T) ((-177 . -553) 16868) ((-177 . -1130) T) ((-177 . -13) T) ((-177 . -72) T) ((-177 . -25) T) ((-177 . -104) T) ((-177 . -951) 16845) ((-176 . -214) 16829) ((-176 . -1035) 16813) ((-176 . -76) 16797) ((-176 . -429) 16781) ((-176 . -1014) 16759) ((-176 . -456) 16692) ((-176 . -260) 16630) ((-176 . -553) 16565) ((-176 . -72) 16519) ((-176 . -1130) T) ((-176 . -13) T) ((-176 . -34) T) ((-176 . -1036) 16503) ((-176 . -318) 16487) ((-176 . -909) 16471) ((-172 . -996) T) ((-172 . -430) 16452) ((-172 . -553) 16418) ((-172 . -556) 16399) ((-172 . -1014) T) ((-172 . -1130) T) ((-172 . -13) T) ((-172 . -72) T) ((-172 . -64) T) ((-171 . -905) 16381) ((-171 . -1067) T) ((-171 . -556) 16331) ((-171 . -951) 16291) ((-171 . -554) 16221) ((-171 . -934) T) ((-171 . -822) NIL) ((-171 . -795) 16203) ((-171 . -756) T) ((-171 . -722) T) ((-171 . -719) T) ((-171 . -760) T) ((-171 . -757) T) ((-171 . -717) T) ((-171 . -715) T) ((-171 . -741) T) ((-171 . -797) 16185) ((-171 . -343) 16167) ((-171 . -581) 16149) ((-171 . -329) 16131) ((-171 . -241) NIL) ((-171 . -260) NIL) ((-171 . -456) NIL) ((-171 . -288) 16113) ((-171 . -201) T) ((-171 . -82) 16040) ((-171 . -964) 15990) ((-171 . -969) 15940) ((-171 . -246) T) ((-171 . -655) 15890) ((-171 . -583) 15840) ((-171 . -591) 15790) ((-171 . -589) 15740) ((-171 . -38) 15690) ((-171 . -258) T) ((-171 . -392) T) ((-171 . -146) T) ((-171 . -496) T) ((-171 . -833) T) ((-171 . -1135) T) ((-171 . -312) T) ((-171 . -190) T) ((-171 . -186) 15677) ((-171 . -189) T) ((-171 . -225) 15659) ((-171 . -807) NIL) ((-171 . -812) NIL) ((-171 . -810) NIL) ((-171 . -184) 15641) ((-171 . -120) T) ((-171 . -118) NIL) ((-171 . -104) T) ((-171 . -25) T) ((-171 . -72) T) ((-171 . -13) T) ((-171 . -1130) T) ((-171 . -553) 15583) ((-171 . -1014) T) ((-171 . -23) T) ((-171 . -21) T) ((-171 . -962) T) ((-171 . -664) T) ((-171 . -1062) T) ((-171 . -1026) T) ((-171 . -971) T) ((-168 . -753) T) ((-168 . -760) T) ((-168 . -757) T) ((-168 . -1014) T) ((-168 . -553) 15565) ((-168 . -1130) T) ((-168 . -13) T) ((-168 . -72) T) ((-168 . -320) T) ((-167 . -1014) T) ((-167 . -553) 15547) ((-167 . -1130) T) ((-167 . -13) T) ((-167 . -72) T) ((-167 . -556) 15524) ((-166 . -1014) T) ((-166 . -553) 15506) ((-166 . -1130) T) ((-166 . -13) T) ((-166 . -72) T) ((-161 . -1014) T) ((-161 . -553) 15488) ((-161 . -1130) T) ((-161 . -13) T) ((-161 . -72) T) ((-158 . -1014) T) ((-158 . -553) 15470) ((-158 . -1130) T) ((-158 . -13) T) ((-158 . -72) T) ((-157 . -160) T) ((-157 . -1014) T) ((-157 . -553) 15452) ((-157 . -1130) T) ((-157 . -13) T) ((-157 . -72) T) ((-157 . -748) 15434) ((-154 . -996) T) ((-154 . -430) 15415) ((-154 . -553) 15381) ((-154 . -556) 15362) ((-154 . -1014) T) ((-154 . -1130) T) ((-154 . -13) T) ((-154 . -72) T) ((-154 . -64) T) ((-149 . -553) 15344) ((-148 . -38) 15276) ((-148 . -556) 15193) ((-148 . -591) 15125) ((-148 . -589) 15042) ((-148 . -971) T) ((-148 . -1026) T) ((-148 . -1062) T) ((-148 . -664) T) ((-148 . -962) T) ((-148 . -82) 14941) ((-148 . -964) 14873) ((-148 . -969) 14805) ((-148 . -21) T) ((-148 . -23) T) ((-148 . -1014) T) ((-148 . -553) 14787) ((-148 . -1130) T) ((-148 . -13) T) ((-148 . -72) T) ((-148 . -25) T) ((-148 . -104) T) ((-148 . -583) 14719) ((-148 . -655) 14651) ((-148 . -312) T) ((-148 . -1135) T) ((-148 . -833) T) ((-148 . -496) T) ((-148 . -146) T) ((-148 . -392) T) ((-148 . -258) T) ((-148 . -246) T) ((-148 . -201) T) ((-145 . -1014) T) ((-145 . -553) 14633) ((-145 . -1130) T) ((-145 . -13) T) ((-145 . -72) T) ((-142 . -139) 14617) ((-142 . -35) 14595) ((-142 . -66) 14573) ((-142 . -239) 14551) ((-142 . -433) 14529) ((-142 . -1119) 14507) ((-142 . -1116) 14485) ((-142 . -916) 14437) ((-142 . -822) 14390) ((-142 . -554) 14158) ((-142 . -795) 14142) ((-142 . -320) 14096) ((-142 . -299) 14075) ((-142 . -1067) 14054) ((-142 . -345) 14033) ((-142 . -353) 14004) ((-142 . -38) 13838) ((-142 . -82) 13730) ((-142 . -964) 13643) ((-142 . -969) 13556) ((-142 . -583) 13390) ((-142 . -655) 13224) ((-142 . -322) 13195) ((-142 . -662) 13166) ((-142 . -951) 13064) ((-142 . -556) 12849) ((-142 . -355) 12833) ((-142 . -797) 12758) ((-142 . -343) 12742) ((-142 . -581) 12690) ((-142 . -591) 12567) ((-142 . -589) 12465) ((-142 . -329) 12449) ((-142 . -241) 12407) ((-142 . -260) 12372) ((-142 . -456) 12284) ((-142 . -288) 12268) ((-142 . -201) 12222) ((-142 . -1135) 12130) ((-142 . -312) 12084) ((-142 . -833) 12018) ((-142 . -496) 11932) ((-142 . -246) 11846) ((-142 . -392) 11780) ((-142 . -258) 11714) ((-142 . -190) 11668) ((-142 . -186) 11596) ((-142 . -189) 11530) ((-142 . -225) 11514) ((-142 . -807) 11438) ((-142 . -812) 11364) ((-142 . -810) 11323) ((-142 . -184) 11307) ((-142 . -146) T) ((-142 . -120) 11286) ((-142 . -962) T) ((-142 . -664) T) ((-142 . -1062) T) ((-142 . -1026) T) ((-142 . -971) T) ((-142 . -21) T) ((-142 . -23) T) ((-142 . -1014) T) ((-142 . -553) 11268) ((-142 . -1130) T) ((-142 . -13) T) ((-142 . -72) T) ((-142 . -25) T) ((-142 . -104) T) ((-142 . -118) 11222) ((-135 . -996) T) ((-135 . -430) 11203) ((-135 . -553) 11169) ((-135 . -556) 11150) ((-135 . -1014) T) ((-135 . -1130) T) ((-135 . -13) T) ((-135 . -72) T) ((-135 . -64) T) ((-134 . -1014) T) ((-134 . -553) 11132) ((-134 . -1130) T) ((-134 . -13) T) ((-134 . -72) T) ((-130 . -25) T) ((-130 . -72) T) ((-130 . -13) T) ((-130 . -1130) T) ((-130 . -553) 11114) ((-130 . -1014) T) ((-129 . -996) T) ((-129 . -430) 11095) ((-129 . -553) 11061) ((-129 . -556) 11042) ((-129 . -1014) T) ((-129 . -1130) T) ((-129 . -13) T) ((-129 . -72) T) ((-129 . -64) T) ((-127 . -996) T) ((-127 . -430) 11023) ((-127 . -553) 10989) ((-127 . -556) 10970) ((-127 . -1014) T) ((-127 . -1130) T) ((-127 . -13) T) ((-127 . -72) T) ((-127 . -64) T) ((-125 . -962) T) ((-125 . -664) T) ((-125 . -1062) T) ((-125 . -1026) T) ((-125 . -971) T) ((-125 . -21) T) ((-125 . -589) 10929) ((-125 . -23) T) ((-125 . -1014) T) ((-125 . -553) 10911) ((-125 . -1130) T) ((-125 . -13) T) ((-125 . -72) T) ((-125 . -25) T) ((-125 . -104) T) ((-125 . -591) 10885) ((-125 . -556) 10854) ((-125 . -38) 10838) ((-125 . -82) 10817) ((-125 . -964) 10801) ((-125 . -969) 10785) ((-125 . -583) 10769) ((-125 . -655) 10753) ((-125 . -1188) 10737) ((-117 . -753) T) ((-117 . -760) T) ((-117 . -757) T) ((-117 . -1014) T) ((-117 . -553) 10719) ((-117 . -1130) T) ((-117 . -13) T) ((-117 . -72) T) ((-117 . -320) T) ((-114 . -1014) T) ((-114 . -553) 10701) ((-114 . -1130) T) ((-114 . -13) T) ((-114 . -72) T) ((-114 . -554) 10660) ((-114 . -369) 10642) ((-114 . -1012) 10624) ((-114 . -318) 10606) ((-114 . -320) T) ((-114 . -193) 10588) ((-114 . -124) 10570) ((-114 . -1036) 10552) ((-114 . -34) T) ((-114 . -260) NIL) ((-114 . -456) NIL) ((-114 . -429) 10534) ((-114 . -76) 10516) ((-114 . -183) 10498) ((-113 . -553) 10480) ((-112 . -160) T) ((-112 . -1014) T) ((-112 . -553) 10447) ((-112 . -1130) T) ((-112 . -13) T) ((-112 . -72) T) ((-112 . -748) 10429) ((-111 . -996) T) ((-111 . -430) 10410) ((-111 . -553) 10376) ((-111 . -556) 10357) ((-111 . -1014) T) ((-111 . -1130) T) ((-111 . -13) T) ((-111 . -72) T) ((-111 . -64) T) ((-110 . -996) T) ((-110 . -430) 10338) ((-110 . -553) 10304) ((-110 . -556) 10285) ((-110 . -1014) T) ((-110 . -1130) T) ((-110 . -13) T) ((-110 . -72) T) ((-110 . -64) T) ((-108 . -405) 10262) ((-108 . -556) 10158) ((-108 . -951) 10142) ((-108 . -1014) T) ((-108 . -553) 10124) ((-108 . -1130) T) ((-108 . -13) T) ((-108 . -72) T) ((-108 . -410) 10079) ((-108 . -241) 10056) ((-107 . -757) T) ((-107 . -553) 10038) ((-107 . -1014) T) ((-107 . -72) T) ((-107 . -13) T) ((-107 . -1130) T) ((-107 . -760) T) ((-107 . -23) T) ((-107 . -25) T) ((-107 . -664) T) ((-107 . -1026) T) ((-107 . -951) 10020) ((-107 . -556) 10002) ((-106 . -996) T) ((-106 . -430) 9983) ((-106 . -553) 9949) ((-106 . -556) 9930) ((-106 . -1014) T) ((-106 . -1130) T) ((-106 . -13) T) ((-106 . -72) T) ((-106 . -64) T) ((-103 . -1014) T) ((-103 . -553) 9912) ((-103 . -1130) T) ((-103 . -13) T) ((-103 . -72) T) ((-102 . -19) 9894) ((-102 . -1036) 9876) ((-102 . -318) 9858) ((-102 . -34) T) ((-102 . -13) T) ((-102 . -1130) T) ((-102 . -72) T) ((-102 . -553) 9802) ((-102 . -260) NIL) ((-102 . -456) NIL) ((-102 . -1014) T) ((-102 . -429) 9784) ((-102 . -594) 9766) ((-102 . -243) 9741) ((-102 . -241) 9691) ((-102 . -539) 9666) ((-102 . -554) NIL) ((-102 . -124) 9648) ((-102 . -757) T) ((-102 . -760) T) ((-102 . -324) 9630) ((-101 . -753) T) ((-101 . -760) T) ((-101 . -757) T) ((-101 . -1014) T) ((-101 . -553) 9612) ((-101 . -1130) T) ((-101 . -13) T) ((-101 . -72) T) ((-101 . -320) T) ((-101 . -605) T) ((-100 . -98) 9596) ((-100 . -1036) 9580) ((-100 . -318) 9564) ((-100 . -924) 9548) ((-100 . -34) T) ((-100 . -13) T) ((-100 . -1130) T) ((-100 . -72) 9502) ((-100 . -553) 9437) ((-100 . -260) 9375) ((-100 . -456) 9308) ((-100 . -1014) 9286) ((-100 . -429) 9270) ((-100 . -92) 9254) ((-99 . -98) 9238) ((-99 . -1036) 9222) ((-99 . -318) 9206) ((-99 . -924) 9190) ((-99 . -34) T) ((-99 . -13) T) ((-99 . -1130) T) ((-99 . -72) 9144) ((-99 . -553) 9079) ((-99 . -260) 9017) ((-99 . -456) 8950) ((-99 . -1014) 8928) ((-99 . -429) 8912) ((-99 . -92) 8896) ((-94 . -98) 8880) ((-94 . -1036) 8864) ((-94 . -318) 8848) ((-94 . -924) 8832) ((-94 . -34) T) ((-94 . -13) T) ((-94 . -1130) T) ((-94 . -72) 8786) ((-94 . -553) 8721) ((-94 . -260) 8659) ((-94 . -456) 8592) ((-94 . -1014) 8570) ((-94 . -429) 8554) ((-94 . -92) 8538) ((-90 . -905) 8516) ((-90 . -1067) NIL) ((-90 . -951) 8494) ((-90 . -556) 8425) ((-90 . -554) NIL) ((-90 . -934) NIL) ((-90 . -822) NIL) ((-90 . -795) 8403) ((-90 . -756) NIL) ((-90 . -722) NIL) ((-90 . -719) NIL) ((-90 . -760) NIL) ((-90 . -757) NIL) ((-90 . -717) NIL) ((-90 . -715) NIL) ((-90 . -741) NIL) ((-90 . -797) NIL) ((-90 . -343) 8381) ((-90 . -581) 8359) ((-90 . -591) 8305) ((-90 . -329) 8283) ((-90 . -241) 8217) ((-90 . -260) 8164) ((-90 . -456) 8034) ((-90 . -288) 8012) ((-90 . -201) T) ((-90 . -82) 7931) ((-90 . -964) 7877) ((-90 . -969) 7823) ((-90 . -246) T) ((-90 . -655) 7769) ((-90 . -583) 7715) ((-90 . -589) 7646) ((-90 . -38) 7592) ((-90 . -258) T) ((-90 . -392) T) ((-90 . -146) T) ((-90 . -496) T) ((-90 . -833) T) ((-90 . -1135) T) ((-90 . -312) T) ((-90 . -190) NIL) ((-90 . -186) NIL) ((-90 . -189) NIL) ((-90 . -225) 7570) ((-90 . -807) NIL) ((-90 . -812) NIL) ((-90 . -810) NIL) ((-90 . -184) 7548) ((-90 . -120) T) ((-90 . -118) NIL) ((-90 . -104) T) ((-90 . -25) T) ((-90 . -72) T) ((-90 . -13) T) ((-90 . -1130) T) ((-90 . -553) 7530) ((-90 . -1014) T) ((-90 . -23) T) ((-90 . -21) T) ((-90 . -962) T) ((-90 . -664) T) ((-90 . -1062) T) ((-90 . -1026) T) ((-90 . -971) T) ((-89 . -780) 7514) ((-89 . -833) T) ((-89 . -496) T) ((-89 . -246) T) ((-89 . -146) T) ((-89 . -556) 7486) ((-89 . -655) 7473) ((-89 . -583) 7460) ((-89 . -969) 7447) ((-89 . -964) 7434) ((-89 . -82) 7419) ((-89 . -38) 7406) ((-89 . -392) T) ((-89 . -258) T) ((-89 . -962) T) ((-89 . -664) T) ((-89 . -1062) T) ((-89 . -1026) T) ((-89 . -971) T) ((-89 . -21) T) ((-89 . -589) 7378) ((-89 . -23) T) ((-89 . -1014) T) ((-89 . -553) 7360) ((-89 . -1130) T) ((-89 . -13) T) ((-89 . -72) T) ((-89 . -25) T) ((-89 . -104) T) ((-89 . -591) 7347) ((-89 . -120) T) ((-86 . -757) T) ((-86 . -553) 7329) ((-86 . -1014) T) ((-86 . -72) T) ((-86 . -13) T) ((-86 . -1130) T) ((-86 . -760) T) ((-86 . -748) 7310) ((-85 . -753) T) ((-85 . -760) T) ((-85 . -757) T) ((-85 . -1014) T) ((-85 . -553) 7292) ((-85 . -1130) T) ((-85 . -13) T) ((-85 . -72) T) ((-85 . -320) T) ((-85 . -881) T) ((-85 . -605) T) ((-85 . -84) T) ((-85 . -554) 7274) ((-81 . -96) T) ((-81 . -324) 7257) ((-81 . -760) T) ((-81 . -757) T) ((-81 . -124) 7240) ((-81 . -554) 7222) ((-81 . -241) 7173) ((-81 . -539) 7149) ((-81 . -243) 7125) ((-81 . -594) 7108) ((-81 . -429) 7091) ((-81 . -1014) T) ((-81 . -456) NIL) ((-81 . -260) NIL) ((-81 . -553) 7073) ((-81 . -72) T) ((-81 . -34) T) ((-81 . -318) 7056) ((-81 . -1036) 7039) ((-81 . -19) 7022) ((-81 . -605) T) ((-81 . -13) T) ((-81 . -1130) T) ((-81 . -84) T) ((-79 . -80) 7006) ((-79 . -1130) T) ((-79 . |MappingCategory|) 6980) ((-79 . -1014) T) ((-79 . -553) 6962) ((-79 . -13) T) ((-79 . -72) T) ((-78 . -553) 6944) ((-77 . -905) 6926) ((-77 . -1067) T) ((-77 . -556) 6876) ((-77 . -951) 6836) ((-77 . -554) 6766) ((-77 . -934) T) ((-77 . -822) NIL) ((-77 . -795) 6748) ((-77 . -756) T) ((-77 . -722) T) ((-77 . -719) T) ((-77 . -760) T) ((-77 . -757) T) ((-77 . -717) T) ((-77 . -715) T) ((-77 . -741) T) ((-77 . -797) 6730) ((-77 . -343) 6712) ((-77 . -581) 6694) ((-77 . -329) 6676) ((-77 . -241) NIL) ((-77 . -260) NIL) ((-77 . -456) NIL) ((-77 . -288) 6658) ((-77 . -201) T) ((-77 . -82) 6585) ((-77 . -964) 6535) ((-77 . -969) 6485) ((-77 . -246) T) ((-77 . -655) 6435) ((-77 . -583) 6385) ((-77 . -591) 6335) ((-77 . -589) 6285) ((-77 . -38) 6235) ((-77 . -258) T) ((-77 . -392) T) ((-77 . -146) T) ((-77 . -496) T) ((-77 . -833) T) ((-77 . -1135) T) ((-77 . -312) T) ((-77 . -190) T) ((-77 . -186) 6222) ((-77 . -189) T) ((-77 . -225) 6204) ((-77 . -807) NIL) ((-77 . -812) NIL) ((-77 . -810) NIL) ((-77 . -184) 6186) ((-77 . -120) T) ((-77 . -118) NIL) ((-77 . -104) T) ((-77 . -25) T) ((-77 . -72) T) ((-77 . -13) T) ((-77 . -1130) T) ((-77 . -553) 6129) ((-77 . -1014) T) ((-77 . -23) T) ((-77 . -21) T) ((-77 . -962) T) ((-77 . -664) T) ((-77 . -1062) T) ((-77 . -1026) T) ((-77 . -971) T) ((-73 . -98) 6113) ((-73 . -1036) 6097) ((-73 . -318) 6081) ((-73 . -924) 6065) ((-73 . -34) T) ((-73 . -13) T) ((-73 . -1130) T) ((-73 . -72) 6019) ((-73 . -553) 5954) ((-73 . -260) 5892) ((-73 . -456) 5825) ((-73 . -1014) 5803) ((-73 . -429) 5787) ((-73 . -92) 5771) ((-69 . -413) T) ((-69 . -1026) T) ((-69 . -72) T) ((-69 . -13) T) ((-69 . -1130) T) ((-69 . -553) 5753) ((-69 . -1014) T) ((-69 . -664) T) ((-69 . -241) 5732) ((-67 . -996) T) ((-67 . -430) 5713) ((-67 . -553) 5679) ((-67 . -556) 5660) ((-67 . -1014) T) ((-67 . -1130) T) ((-67 . -13) T) ((-67 . -72) T) ((-67 . -64) T) ((-62 . -1035) 5644) ((-62 . -318) 5628) ((-62 . -1036) 5612) ((-62 . -34) T) ((-62 . -13) T) ((-62 . -1130) T) ((-62 . -72) 5566) ((-62 . -553) 5501) ((-62 . -260) 5439) ((-62 . -456) 5372) ((-62 . -1014) 5350) ((-62 . -429) 5334) ((-62 . -76) 5318) ((-60 . -57) 5280) ((-60 . -1036) 5264) ((-60 . -429) 5248) ((-60 . -1014) 5226) ((-60 . -456) 5159) ((-60 . -260) 5097) ((-60 . -553) 5032) ((-60 . -72) 4986) ((-60 . -1130) T) ((-60 . -13) T) ((-60 . -34) T) ((-60 . -318) 4970) ((-58 . -19) 4954) ((-58 . -1036) 4938) ((-58 . -318) 4922) ((-58 . -34) T) ((-58 . -13) T) ((-58 . -1130) T) ((-58 . -72) 4856) ((-58 . -553) 4771) ((-58 . -260) 4709) ((-58 . -456) 4642) ((-58 . -1014) 4595) ((-58 . -429) 4579) ((-58 . -594) 4563) ((-58 . -243) 4540) ((-58 . -241) 4492) ((-58 . -539) 4469) ((-58 . -554) 4430) ((-58 . -124) 4414) ((-58 . -757) 4393) ((-58 . -760) 4372) ((-58 . -324) 4356) ((-55 . -1014) T) ((-55 . -553) 4338) ((-55 . -1130) T) ((-55 . -13) T) ((-55 . -72) T) ((-55 . -951) 4320) ((-55 . -556) 4302) ((-51 . -1014) T) ((-51 . -553) 4284) ((-51 . -1130) T) ((-51 . -13) T) ((-51 . -72) T) ((-50 . -561) 4268) ((-50 . -556) 4237) ((-50 . -591) 4211) ((-50 . -589) 4170) ((-50 . -971) T) ((-50 . -1026) T) ((-50 . -1062) T) ((-50 . -664) T) ((-50 . -962) T) ((-50 . -21) T) ((-50 . -23) T) ((-50 . -1014) T) ((-50 . -553) 4152) ((-50 . -1130) T) ((-50 . -13) T) ((-50 . -72) T) ((-50 . -25) T) ((-50 . -104) T) ((-50 . -951) 4136) ((-49 . -1014) T) ((-49 . -553) 4118) ((-49 . -1130) T) ((-49 . -13) T) ((-49 . -72) T) ((-48 . -254) T) ((-48 . -72) T) ((-48 . -13) T) ((-48 . -1130) T) ((-48 . -553) 4100) ((-48 . -1014) T) ((-48 . -556) 4001) ((-48 . -951) 3944) ((-48 . -456) 3910) ((-48 . -260) 3897) ((-48 . -27) T) ((-48 . -916) T) ((-48 . -201) T) ((-48 . -82) 3846) ((-48 . -964) 3811) ((-48 . -969) 3776) ((-48 . -246) T) ((-48 . -655) 3741) ((-48 . -583) 3706) ((-48 . -591) 3656) ((-48 . -589) 3606) ((-48 . -104) T) ((-48 . -25) T) ((-48 . -23) T) ((-48 . -21) T) ((-48 . -962) T) ((-48 . -664) T) ((-48 . -1062) T) ((-48 . -1026) T) ((-48 . -971) T) ((-48 . -38) 3571) ((-48 . -258) T) ((-48 . -392) T) ((-48 . -146) T) ((-48 . -496) T) ((-48 . -833) T) ((-48 . -1135) T) ((-48 . -312) T) ((-48 . -581) 3531) ((-48 . -934) T) ((-48 . -554) 3476) ((-48 . -120) T) ((-48 . -190) T) ((-48 . -186) 3463) ((-48 . -189) T) ((-45 . -36) 3442) ((-45 . -550) 3421) ((-45 . -1036) 3356) ((-45 . -243) 3279) ((-45 . -241) 3177) ((-45 . -429) 3112) ((-45 . -456) 2864) ((-45 . -260) 2662) ((-45 . -539) 2585) ((-45 . -193) 2533) ((-45 . -76) 2481) ((-45 . -183) 2429) ((-45 . -1108) 2408) ((-45 . -237) 2356) ((-45 . -124) 2304) ((-45 . -34) T) ((-45 . -13) T) ((-45 . -1130) T) ((-45 . -72) T) ((-45 . -553) 2286) ((-45 . -1014) T) ((-45 . -554) NIL) ((-45 . -594) 2234) ((-45 . -324) 2182) ((-45 . -760) NIL) ((-45 . -757) NIL) ((-45 . -318) 2130) ((-45 . -1065) 2078) ((-45 . -924) 2026) ((-45 . -1169) 1974) ((-45 . -609) 1922) ((-44 . -361) 1906) ((-44 . -684) 1890) ((-44 . -658) T) ((-44 . -686) T) ((-44 . -82) 1869) ((-44 . -964) 1853) ((-44 . -969) 1837) ((-44 . -21) T) ((-44 . -589) 1780) ((-44 . -23) T) ((-44 . -1014) T) ((-44 . -553) 1762) ((-44 . -72) T) ((-44 . -25) T) ((-44 . -104) T) ((-44 . -591) 1720) ((-44 . -583) 1704) ((-44 . -655) 1688) ((-44 . -316) 1672) ((-44 . -1130) T) ((-44 . -13) T) ((-44 . -241) 1649) ((-40 . -291) 1623) ((-40 . -146) T) ((-40 . -556) 1553) ((-40 . -971) T) ((-40 . -1026) T) ((-40 . -1062) T) ((-40 . -664) T) ((-40 . -962) T) ((-40 . -591) 1455) ((-40 . -589) 1385) ((-40 . -104) T) ((-40 . -25) T) ((-40 . -72) T) ((-40 . -13) T) ((-40 . -1130) T) ((-40 . -553) 1367) ((-40 . -1014) T) ((-40 . -23) T) ((-40 . -21) T) ((-40 . -969) 1312) ((-40 . -964) 1257) ((-40 . -82) 1174) ((-40 . -554) 1158) ((-40 . -184) 1135) ((-40 . -810) 1087) ((-40 . -812) 999) ((-40 . -807) 909) ((-40 . -225) 886) ((-40 . -189) 826) ((-40 . -186) 760) ((-40 . -190) 732) ((-40 . -312) T) ((-40 . -1135) T) ((-40 . -833) T) ((-40 . -496) T) ((-40 . -655) 677) ((-40 . -583) 622) ((-40 . -38) 567) ((-40 . -392) T) ((-40 . -258) T) ((-40 . -246) T) ((-40 . -201) T) ((-40 . -320) NIL) ((-40 . -299) NIL) ((-40 . -1067) NIL) ((-40 . -118) 539) ((-40 . -345) NIL) ((-40 . -353) 511) ((-40 . -120) 483) ((-40 . -322) 455) ((-40 . -329) 432) ((-40 . -581) 366) ((-40 . -355) 343) ((-40 . -951) 220) ((-40 . -662) 192) ((-31 . -996) T) ((-31 . -430) 173) ((-31 . -553) 139) ((-31 . -556) 120) ((-31 . -1014) T) ((-31 . -1130) T) ((-31 . -13) T) ((-31 . -72) T) ((-31 . -64) T) ((-30 . -867) T) ((-30 . -553) 102) ((0 . |EnumerationCategory|) T) ((0 . -553) 84) ((0 . -1014) T) ((0 . -72) T) ((0 . -1130) T) ((-2 . |RecordCategory|) T) ((-2 . -553) 66) ((-2 . -1014) T) ((-2 . -72) T) ((-2 . -1130) T) ((-3 . |UnionCategory|) T) ((-3 . -553) 48) ((-3 . -1014) T) ((-3 . -72) T) ((-3 . -1130) T) ((-1 . -1014) T) ((-1 . -553) 30) ((-1 . -1130) T) ((-1 . -13) T) ((-1 . -72) T)) \ No newline at end of file
diff --git a/src/share/algebra/compress.daase b/src/share/algebra/compress.daase
index 1d642ebe..abcdc820 100644
--- a/src/share/algebra/compress.daase
+++ b/src/share/algebra/compress.daase
@@ -1,6 +1,6 @@
-(30 . 3578003924)
-(3999 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
+(30 . 3578007596)
+(4000 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
ATTRIBUTE |package| |domain| |category| CATEGORY |nobranch| AND |Join|
|ofType| SIGNATURE "failed" "algebra" |OneDimensionalArrayAggregate&|
|OneDimensionalArrayAggregate| |AbelianGroup&| |AbelianGroup| |AbelianMonoid&|
@@ -139,7 +139,7 @@
|HomogeneousAggregate&| |HomogeneousAggregate| |HomotopicTo| |Hostname|
|HyperbolicFunctionCategory&| |HyperbolicFunctionCategory| |InnerAlgFactor|
|InnerAlgebraicNumber| |IndexedOneDimensionalArray| |InnerTwoDimensionalArray|
- |ChineseRemainderToolsForIntegralBases| |IntegralBasisTools|
+ |ChineseRemainderToolsForIntegralBases| |IntegralBasisTools| |IndexedBits|
|IntegralBasisPolynomialTools| |IndexCard| |InnerCommonDenominator|
|PolynomialIdeals| |IdealDecompositionPackage| |IdempotentOperatorCategory|
|Identifier| |IndexedDirectProductAbelianGroup|
diff --git a/src/share/algebra/interp.daase b/src/share/algebra/interp.daase
index 5f6b3740..b4716686 100644
--- a/src/share/algebra/interp.daase
+++ b/src/share/algebra/interp.daase
@@ -1,4049 +1,4052 @@
-(2789160 . 3578003932)
-((-1735 (((-85) (-1 (-85) |#2| |#2|) $) 86 T ELT) (((-85) $) NIL T ELT)) (-1733 (($ (-1 (-85) |#2| |#2|) $) 18 T ELT) (($ $) NIL T ELT)) (-3789 ((|#2| $ (-484) |#2|) NIL T ELT) ((|#2| $ (-1146 (-484)) |#2|) 44 T ELT)) (-2297 (($ $) 80 T ELT)) (-3843 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 52 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 50 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) 49 T ELT)) (-3420 (((-484) (-1 (-85) |#2|) $) 27 T ELT) (((-484) |#2| $) NIL T ELT) (((-484) |#2| $ (-484)) 96 T ELT)) (-3519 (($ (-1 (-85) |#2| |#2|) $ $) 64 T ELT) (($ $ $) NIL T ELT)) (-2609 (((-583 |#2|) $) 13 T ELT)) (-3327 (($ (-1 |#2| |#2|) $) 37 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 60 T ELT)) (-2304 (($ |#2| $ (-484)) NIL T ELT) (($ $ $ (-484)) 67 T ELT)) (-1354 (((-3 |#2| "failed") (-1 (-85) |#2|) $) 29 T ELT)) (-1731 (((-85) (-1 (-85) |#2|) $) 23 T ELT)) (-3801 ((|#2| $ (-484) |#2|) NIL T ELT) ((|#2| $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) 66 T ELT)) (-2305 (($ $ (-484)) 76 T ELT) (($ $ (-1146 (-484))) 75 T ELT)) (-1730 (((-694) |#2| $) NIL T ELT) (((-694) (-1 (-85) |#2|) $) 34 T ELT)) (-1734 (($ $ $ (-484)) 69 T ELT)) (-3401 (($ $) 68 T ELT)) (-3531 (($ (-583 |#2|)) 73 T ELT)) (-3803 (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (($ $ $) 87 T ELT) (($ (-583 $)) 85 T ELT)) (-3947 (((-772) $) 92 T ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 22 T ELT)) (-3057 (((-85) $ $) 95 T ELT)) (-2686 (((-85) $ $) 99 T ELT)))
-(((-18 |#1| |#2|) (-10 -7 (-15 -3057 ((-85) |#1| |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -3327 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2686 ((-85) |#1| |#1|)) (-15 -1733 (|#1| |#1|)) (-15 -1733 (|#1| (-1 (-85) |#2| |#2|) |#1|)) (-15 -2297 (|#1| |#1|)) (-15 -1734 (|#1| |#1| |#1| (-484))) (-15 -1735 ((-85) |#1|)) (-15 -3519 (|#1| |#1| |#1|)) (-15 -3420 ((-484) |#2| |#1| (-484))) (-15 -3420 ((-484) |#2| |#1|)) (-15 -3420 ((-484) (-1 (-85) |#2|) |#1|)) (-15 -1735 ((-85) (-1 (-85) |#2| |#2|) |#1|)) (-15 -3519 (|#1| (-1 (-85) |#2| |#2|) |#1| |#1|)) (-15 -1732 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -1731 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -1730 ((-694) (-1 (-85) |#2|) |#1|)) (-15 -2609 ((-583 |#2|) |#1|)) (-15 -3843 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3843 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1730 ((-694) |#2| |#1|)) (-15 -3843 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3789 (|#2| |#1| (-1146 (-484)) |#2|)) (-15 -2304 (|#1| |#1| |#1| (-484))) (-15 -2304 (|#1| |#2| |#1| (-484))) (-15 -2305 (|#1| |#1| (-1146 (-484)))) (-15 -2305 (|#1| |#1| (-484))) (-15 -3959 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3803 (|#1| (-583 |#1|))) (-15 -3803 (|#1| |#1| |#1|)) (-15 -3803 (|#1| |#2| |#1|)) (-15 -3803 (|#1| |#1| |#2|)) (-15 -3801 (|#1| |#1| (-1146 (-484)))) (-15 -3531 (|#1| (-583 |#2|))) (-15 -1354 ((-3 |#2| "failed") (-1 (-85) |#2|) |#1|)) (-15 -3801 (|#2| |#1| (-484))) (-15 -3801 (|#2| |#1| (-484) |#2|)) (-15 -3789 (|#2| |#1| (-484) |#2|)) (-15 -3959 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3401 (|#1| |#1|))) (-19 |#2|) (-1129)) (T -18))
+(2793113 . 3578007604)
+((-1736 (((-85) (-1 (-85) |#2| |#2|) $) 86 T ELT) (((-85) $) NIL T ELT)) (-1734 (($ (-1 (-85) |#2| |#2|) $) 18 T ELT) (($ $) NIL T ELT)) (-3790 ((|#2| $ (-485) |#2|) NIL T ELT) ((|#2| $ (-1147 (-485)) |#2|) 44 T ELT)) (-2298 (($ $) 80 T ELT)) (-3844 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 52 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 50 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) 49 T ELT)) (-3421 (((-485) (-1 (-85) |#2|) $) 27 T ELT) (((-485) |#2| $) NIL T ELT) (((-485) |#2| $ (-485)) 96 T ELT)) (-3520 (($ (-1 (-85) |#2| |#2|) $ $) 64 T ELT) (($ $ $) NIL T ELT)) (-2610 (((-584 |#2|) $) 13 T ELT)) (-3328 (($ (-1 |#2| |#2|) $) 37 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 60 T ELT)) (-2305 (($ |#2| $ (-485)) NIL T ELT) (($ $ $ (-485)) 67 T ELT)) (-1355 (((-3 |#2| "failed") (-1 (-85) |#2|) $) 29 T ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 23 T ELT)) (-3802 ((|#2| $ (-485) |#2|) NIL T ELT) ((|#2| $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) 66 T ELT)) (-2306 (($ $ (-485)) 76 T ELT) (($ $ (-1147 (-485))) 75 T ELT)) (-1731 (((-695) |#2| $) NIL T ELT) (((-695) (-1 (-85) |#2|) $) 34 T ELT)) (-1735 (($ $ $ (-485)) 69 T ELT)) (-3402 (($ $) 68 T ELT)) (-3532 (($ (-584 |#2|)) 73 T ELT)) (-3804 (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (($ $ $) 87 T ELT) (($ (-584 $)) 85 T ELT)) (-3948 (((-773) $) 92 T ELT)) (-1733 (((-85) (-1 (-85) |#2|) $) 22 T ELT)) (-3058 (((-85) $ $) 95 T ELT)) (-2687 (((-85) $ $) 99 T ELT)))
+(((-18 |#1| |#2|) (-10 -7 (-15 -3058 ((-85) |#1| |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -3328 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2687 ((-85) |#1| |#1|)) (-15 -1734 (|#1| |#1|)) (-15 -1734 (|#1| (-1 (-85) |#2| |#2|) |#1|)) (-15 -2298 (|#1| |#1|)) (-15 -1735 (|#1| |#1| |#1| (-485))) (-15 -1736 ((-85) |#1|)) (-15 -3520 (|#1| |#1| |#1|)) (-15 -3421 ((-485) |#2| |#1| (-485))) (-15 -3421 ((-485) |#2| |#1|)) (-15 -3421 ((-485) (-1 (-85) |#2|) |#1|)) (-15 -1736 ((-85) (-1 (-85) |#2| |#2|) |#1|)) (-15 -3520 (|#1| (-1 (-85) |#2| |#2|) |#1| |#1|)) (-15 -1733 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -1732 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -1731 ((-695) (-1 (-85) |#2|) |#1|)) (-15 -2610 ((-584 |#2|) |#1|)) (-15 -3844 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3844 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1731 ((-695) |#2| |#1|)) (-15 -3844 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3790 (|#2| |#1| (-1147 (-485)) |#2|)) (-15 -2305 (|#1| |#1| |#1| (-485))) (-15 -2305 (|#1| |#2| |#1| (-485))) (-15 -2306 (|#1| |#1| (-1147 (-485)))) (-15 -2306 (|#1| |#1| (-485))) (-15 -3960 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3804 (|#1| (-584 |#1|))) (-15 -3804 (|#1| |#1| |#1|)) (-15 -3804 (|#1| |#2| |#1|)) (-15 -3804 (|#1| |#1| |#2|)) (-15 -3802 (|#1| |#1| (-1147 (-485)))) (-15 -3532 (|#1| (-584 |#2|))) (-15 -1355 ((-3 |#2| "failed") (-1 (-85) |#2|) |#1|)) (-15 -3802 (|#2| |#1| (-485))) (-15 -3802 (|#2| |#1| (-485) |#2|)) (-15 -3790 (|#2| |#1| (-485) |#2|)) (-15 -3960 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3402 (|#1| |#1|))) (-19 |#2|) (-1130)) (T -18))
NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-2198 (((-1185) $ (-484) (-484)) 34 (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) 96 T ELT) (((-85) $) 90 (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) 87 (|has| $ (-1035 |#1|)) ELT) (($ $) 86 (-12 (|has| |#1| (-756)) (|has| $ (-1035 |#1|))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) 97 T ELT) (($ $) 91 (|has| |#1| (-756)) ELT)) (-3789 ((|#1| $ (-484) |#1|) 46 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) 54 (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-2297 (($ $) 88 (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) 98 T ELT)) (-1353 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 109 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 105 T ELT)) (-1576 ((|#1| $ (-484) |#1|) 47 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 45 T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) 95 T ELT) (((-484) |#1| $) 94 (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) 93 (|has| |#1| (-72)) ELT)) (-3615 (($ (-694) |#1|) 64 T ELT)) (-2200 (((-484) $) 37 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) 80 (|has| |#1| (-756)) ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) 104 T ELT)) (-3246 (((-85) |#1| $) 108 (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) 38 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) 81 (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 111 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-2304 (($ |#1| $ (-484)) 56 T ELT) (($ $ $ (-484)) 55 T ELT)) (-2203 (((-583 (-484)) $) 40 T ELT)) (-2204 (((-85) (-484) $) 41 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) 36 (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2199 (($ $ |#1|) 35 (|has| $ (-1035 |#1|)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 102 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) 42 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ (-484) |#1|) 44 T ELT) ((|#1| $ (-484)) 43 T ELT) (($ $ (-1146 (-484))) 65 T ELT)) (-2305 (($ $ (-484)) 58 T ELT) (($ $ (-1146 (-484))) 57 T ELT)) (-1730 (((-694) |#1| $) 107 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 103 T ELT)) (-1734 (($ $ $ (-484)) 89 (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 72 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 66 T ELT)) (-3803 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-583 $)) 60 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 101 T ELT)) (-2567 (((-85) $ $) 82 (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) 84 (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) 83 (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 85 (|has| |#1| (-756)) ELT)) (-3958 (((-694) $) 100 T ELT)))
-(((-19 |#1|) (-113) (-1129)) (T -19))
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-2199 (((-1186) $ (-485) (-485)) 34 (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) 96 T ELT) (((-85) $) 90 (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) 87 (|has| $ (-1036 |#1|)) ELT) (($ $) 86 (-12 (|has| |#1| (-757)) (|has| $ (-1036 |#1|))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) 97 T ELT) (($ $) 91 (|has| |#1| (-757)) ELT)) (-3790 ((|#1| $ (-485) |#1|) 46 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) 54 (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-2298 (($ $) 88 (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) 98 T ELT)) (-1354 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3408 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 109 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 105 T ELT)) (-1577 ((|#1| $ (-485) |#1|) 47 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 45 T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) 95 T ELT) (((-485) |#1| $) 94 (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) 93 (|has| |#1| (-72)) ELT)) (-3616 (($ (-695) |#1|) 64 T ELT)) (-2201 (((-485) $) 37 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) 80 (|has| |#1| (-757)) ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) 104 T ELT)) (-3247 (((-85) |#1| $) 108 (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) 38 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) 81 (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 111 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-2305 (($ |#1| $ (-485)) 56 T ELT) (($ $ $ (-485)) 55 T ELT)) (-2204 (((-584 (-485)) $) 40 T ELT)) (-2205 (((-85) (-485) $) 41 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) 36 (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2200 (($ $ |#1|) 35 (|has| $ (-1036 |#1|)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 102 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) 42 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ (-485) |#1|) 44 T ELT) ((|#1| $ (-485)) 43 T ELT) (($ $ (-1147 (-485))) 65 T ELT)) (-2306 (($ $ (-485)) 58 T ELT) (($ $ (-1147 (-485))) 57 T ELT)) (-1731 (((-695) |#1| $) 107 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 103 T ELT)) (-1735 (($ $ $ (-485)) 89 (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 72 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 66 T ELT)) (-3804 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-584 $)) 60 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 101 T ELT)) (-2568 (((-85) $ $) 82 (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) 84 (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) 83 (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 85 (|has| |#1| (-757)) ELT)) (-3959 (((-695) $) 100 T ELT)))
+(((-19 |#1|) (-113) (-1130)) (T -19))
NIL
-(-13 (-324 |t#1|) (-1035 |t#1|))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-756)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-756)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-241 (-484) |#1|) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-324 |#1|) . T) ((-429 |#1|) . T) ((-538 (-484) |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-593 |#1|) . T) ((-756) |has| |#1| (-756)) ((-759) |has| |#1| (-756)) ((-1013) OR (|has| |#1| (-1013)) (|has| |#1| (-756))) ((-1035 |#1|) . T) ((-1129) . T))
-((-1312 (((-3 $ "failed") $ $) 12 T ELT)) (-1214 (((-85) $ $) 27 T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) 9 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) 16 T ELT) (($ (-484) $) 25 T ELT)))
-(((-20 |#1|) (-10 -7 (-15 -3838 (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1|)) (-15 * (|#1| (-484) |#1|)) (-15 -1312 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1214 ((-85) |#1| |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 * (|#1| (-830) |#1|))) (-21)) (T -20))
+(-13 (-324 |t#1|) (-1036 |t#1|))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-757)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-757)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-241 (-485) |#1|) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-324 |#1|) . T) ((-429 |#1|) . T) ((-539 (-485) |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-594 |#1|) . T) ((-757) |has| |#1| (-757)) ((-760) |has| |#1| (-757)) ((-1014) OR (|has| |#1| (-1014)) (|has| |#1| (-757))) ((-1036 |#1|) . T) ((-1130) . T))
+((-1313 (((-3 $ "failed") $ $) 12 T ELT)) (-1215 (((-85) $ $) 27 T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) 9 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) 16 T ELT) (($ (-485) $) 25 T ELT)))
+(((-20 |#1|) (-10 -7 (-15 -3839 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 * (|#1| (-485) |#1|)) (-15 -1313 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1215 ((-85) |#1| |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 * (|#1| (-831) |#1|))) (-21)) (T -20))
NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT)))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT)))
(((-21) (-113)) (T -21))
-((-3838 (*1 *1 *1) (-4 *1 (-21))) (-3838 (*1 *1 *1 *1) (-4 *1 (-21))))
-(-13 (-104) (-588 (-484)) (-10 -8 (-15 -3838 ($ $)) (-15 -3838 ($ $ $))))
-(((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-1013) . T) ((-1129) . T))
-((-3189 (((-85) $) 10 T ELT)) (-3725 (($) 15 T CONST)) (-1214 (((-85) $ $) 22 T ELT)) (* (($ (-830) $) 14 T ELT) (($ (-694) $) 19 T ELT)))
-(((-22 |#1|) (-10 -7 (-15 -1214 ((-85) |#1| |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 -3189 ((-85) |#1|)) (-15 -3725 (|#1|) -3953) (-15 * (|#1| (-830) |#1|))) (-23)) (T -22))
+((-3839 (*1 *1 *1) (-4 *1 (-21))) (-3839 (*1 *1 *1 *1) (-4 *1 (-21))))
+(-13 (-104) (-589 (-485)) (-10 -8 (-15 -3839 ($ $)) (-15 -3839 ($ $ $))))
+(((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-1014) . T) ((-1130) . T))
+((-3190 (((-85) $) 10 T ELT)) (-3726 (($) 15 T CONST)) (-1215 (((-85) $ $) 22 T ELT)) (* (($ (-831) $) 14 T ELT) (($ (-695) $) 19 T ELT)))
+(((-22 |#1|) (-10 -7 (-15 -1215 ((-85) |#1| |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 -3190 ((-85) |#1|)) (-15 -3726 (|#1|) -3954) (-15 * (|#1| (-831) |#1|))) (-23)) (T -22))
NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT)))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT)))
(((-23) (-113)) (T -23))
-((-2661 (*1 *1) (-4 *1 (-23))) (-3725 (*1 *1) (-4 *1 (-23))) (-3189 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-85)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-694)))) (-1214 (*1 *2 *1 *1) (-12 (-4 *1 (-23)) (-5 *2 (-85)))))
-(-13 (-25) (-10 -8 (-15 -2661 ($) -3953) (-15 -3725 ($) -3953) (-15 -3189 ((-85) $)) (-15 * ($ (-694) $)) (-15 -1214 ((-85) $ $))))
-(((-25) . T) ((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((* (($ (-830) $) 10 T ELT)))
-(((-24 |#1|) (-10 -7 (-15 * (|#1| (-830) |#1|))) (-25)) (T -24))
+((-2662 (*1 *1) (-4 *1 (-23))) (-3726 (*1 *1) (-4 *1 (-23))) (-3190 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-85)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-695)))) (-1215 (*1 *2 *1 *1) (-12 (-4 *1 (-23)) (-5 *2 (-85)))))
+(-13 (-25) (-10 -8 (-15 -2662 ($) -3954) (-15 -3726 ($) -3954) (-15 -3190 ((-85) $)) (-15 * ($ (-695) $)) (-15 -1215 ((-85) $ $))))
+(((-25) . T) ((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((* (($ (-831) $) 10 T ELT)))
+(((-24 |#1|) (-10 -7 (-15 * (|#1| (-831) |#1|))) (-25)) (T -24))
NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT)))
+((-2570 (((-85) $ $) 7 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT)))
(((-25) (-113)) (T -25))
-((-3840 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-830)))))
-(-13 (-1013) (-10 -8 (-15 -3840 ($ $ $)) (-15 * ($ (-830) $))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-1215 (((-583 $) (-857 $)) 32 T ELT) (((-583 $) (-1085 $)) 16 T ELT) (((-583 $) (-1085 $) (-1090)) 20 T ELT)) (-1216 (($ (-857 $)) 30 T ELT) (($ (-1085 $)) 11 T ELT) (($ (-1085 $) (-1090)) 60 T ELT)) (-1217 (((-583 $) (-857 $)) 33 T ELT) (((-583 $) (-1085 $)) 18 T ELT) (((-583 $) (-1085 $) (-1090)) 19 T ELT)) (-3184 (($ (-857 $)) 31 T ELT) (($ (-1085 $)) 13 T ELT) (($ (-1085 $) (-1090)) NIL T ELT)))
-(((-26 |#1|) (-10 -7 (-15 -1215 ((-583 |#1|) (-1085 |#1|) (-1090))) (-15 -1215 ((-583 |#1|) (-1085 |#1|))) (-15 -1215 ((-583 |#1|) (-857 |#1|))) (-15 -1216 (|#1| (-1085 |#1|) (-1090))) (-15 -1216 (|#1| (-1085 |#1|))) (-15 -1216 (|#1| (-857 |#1|))) (-15 -1217 ((-583 |#1|) (-1085 |#1|) (-1090))) (-15 -1217 ((-583 |#1|) (-1085 |#1|))) (-15 -1217 ((-583 |#1|) (-857 |#1|))) (-15 -3184 (|#1| (-1085 |#1|) (-1090))) (-15 -3184 (|#1| (-1085 |#1|))) (-15 -3184 (|#1| (-857 |#1|)))) (-27)) (T -26))
+((-3841 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-831)))))
+(-13 (-1014) (-10 -8 (-15 -3841 ($ $ $)) (-15 * ($ (-831) $))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-1216 (((-584 $) (-858 $)) 32 T ELT) (((-584 $) (-1086 $)) 16 T ELT) (((-584 $) (-1086 $) (-1091)) 20 T ELT)) (-1217 (($ (-858 $)) 30 T ELT) (($ (-1086 $)) 11 T ELT) (($ (-1086 $) (-1091)) 60 T ELT)) (-1218 (((-584 $) (-858 $)) 33 T ELT) (((-584 $) (-1086 $)) 18 T ELT) (((-584 $) (-1086 $) (-1091)) 19 T ELT)) (-3185 (($ (-858 $)) 31 T ELT) (($ (-1086 $)) 13 T ELT) (($ (-1086 $) (-1091)) NIL T ELT)))
+(((-26 |#1|) (-10 -7 (-15 -1216 ((-584 |#1|) (-1086 |#1|) (-1091))) (-15 -1216 ((-584 |#1|) (-1086 |#1|))) (-15 -1216 ((-584 |#1|) (-858 |#1|))) (-15 -1217 (|#1| (-1086 |#1|) (-1091))) (-15 -1217 (|#1| (-1086 |#1|))) (-15 -1217 (|#1| (-858 |#1|))) (-15 -1218 ((-584 |#1|) (-1086 |#1|) (-1091))) (-15 -1218 ((-584 |#1|) (-1086 |#1|))) (-15 -1218 ((-584 |#1|) (-858 |#1|))) (-15 -3185 (|#1| (-1086 |#1|) (-1091))) (-15 -3185 (|#1| (-1086 |#1|))) (-15 -3185 (|#1| (-858 |#1|)))) (-27)) (T -26))
NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-1215 (((-583 $) (-857 $)) 98 T ELT) (((-583 $) (-1085 $)) 97 T ELT) (((-583 $) (-1085 $) (-1090)) 96 T ELT)) (-1216 (($ (-857 $)) 101 T ELT) (($ (-1085 $)) 100 T ELT) (($ (-1085 $) (-1090)) 99 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 91 T ELT)) (-3972 (((-348 $) $) 90 T ELT)) (-3038 (($ $) 110 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3725 (($) 23 T CONST)) (-1217 (((-583 $) (-857 $)) 104 T ELT) (((-583 $) (-1085 $)) 103 T ELT) (((-583 $) (-1085 $) (-1090)) 102 T ELT)) (-3184 (($ (-857 $)) 107 T ELT) (($ (-1085 $)) 106 T ELT) (($ (-1085 $) (-1090)) 105 T ELT)) (-2565 (($ $ $) 71 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-3724 (((-85) $) 89 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 109 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 68 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 88 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3733 (((-348 $) $) 92 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-484))) 84 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 83 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 87 T ELT) (($ $ (-350 (-484))) 108 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 86 T ELT) (($ (-350 (-484)) $) 85 T ELT)))
+((-2570 (((-85) $ $) 7 T ELT)) (-1216 (((-584 $) (-858 $)) 98 T ELT) (((-584 $) (-1086 $)) 97 T ELT) (((-584 $) (-1086 $) (-1091)) 96 T ELT)) (-1217 (($ (-858 $)) 101 T ELT) (($ (-1086 $)) 100 T ELT) (($ (-1086 $) (-1091)) 99 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 91 T ELT)) (-3973 (((-348 $) $) 90 T ELT)) (-3039 (($ $) 110 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3726 (($) 23 T CONST)) (-1218 (((-584 $) (-858 $)) 104 T ELT) (((-584 $) (-1086 $)) 103 T ELT) (((-584 $) (-1086 $) (-1091)) 102 T ELT)) (-3185 (($ (-858 $)) 107 T ELT) (($ (-1086 $)) 106 T ELT) (($ (-1086 $) (-1091)) 105 T ELT)) (-2566 (($ $ $) 71 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-3725 (((-85) $) 89 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 109 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 68 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 88 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3734 (((-348 $) $) 92 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-485))) 84 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 83 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 87 T ELT) (($ $ (-350 (-485))) 108 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 86 T ELT) (($ (-350 (-485)) $) 85 T ELT)))
(((-27) (-113)) (T -27))
-((-3184 (*1 *1 *2) (-12 (-5 *2 (-857 *1)) (-4 *1 (-27)))) (-3184 (*1 *1 *2) (-12 (-5 *2 (-1085 *1)) (-4 *1 (-27)))) (-3184 (*1 *1 *2 *3) (-12 (-5 *2 (-1085 *1)) (-5 *3 (-1090)) (-4 *1 (-27)))) (-1217 (*1 *2 *3) (-12 (-5 *3 (-857 *1)) (-4 *1 (-27)) (-5 *2 (-583 *1)))) (-1217 (*1 *2 *3) (-12 (-5 *3 (-1085 *1)) (-4 *1 (-27)) (-5 *2 (-583 *1)))) (-1217 (*1 *2 *3 *4) (-12 (-5 *3 (-1085 *1)) (-5 *4 (-1090)) (-4 *1 (-27)) (-5 *2 (-583 *1)))) (-1216 (*1 *1 *2) (-12 (-5 *2 (-857 *1)) (-4 *1 (-27)))) (-1216 (*1 *1 *2) (-12 (-5 *2 (-1085 *1)) (-4 *1 (-27)))) (-1216 (*1 *1 *2 *3) (-12 (-5 *2 (-1085 *1)) (-5 *3 (-1090)) (-4 *1 (-27)))) (-1215 (*1 *2 *3) (-12 (-5 *3 (-857 *1)) (-4 *1 (-27)) (-5 *2 (-583 *1)))) (-1215 (*1 *2 *3) (-12 (-5 *3 (-1085 *1)) (-4 *1 (-27)) (-5 *2 (-583 *1)))) (-1215 (*1 *2 *3 *4) (-12 (-5 *3 (-1085 *1)) (-5 *4 (-1090)) (-4 *1 (-27)) (-5 *2 (-583 *1)))))
-(-13 (-312) (-915) (-10 -8 (-15 -3184 ($ (-857 $))) (-15 -3184 ($ (-1085 $))) (-15 -3184 ($ (-1085 $) (-1090))) (-15 -1217 ((-583 $) (-857 $))) (-15 -1217 ((-583 $) (-1085 $))) (-15 -1217 ((-583 $) (-1085 $) (-1090))) (-15 -1216 ($ (-857 $))) (-15 -1216 ($ (-1085 $))) (-15 -1216 ($ (-1085 $) (-1090))) (-15 -1215 ((-583 $) (-857 $))) (-15 -1215 ((-583 $) (-1085 $))) (-15 -1215 ((-583 $) (-1085 $) (-1090)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 $) . T) ((-654 (-350 (-484))) . T) ((-654 $) . T) ((-663) . T) ((-832) . T) ((-915) . T) ((-963 (-350 (-484))) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) . T))
-((-1215 (((-583 $) (-857 $)) NIL T ELT) (((-583 $) (-1085 $)) NIL T ELT) (((-583 $) (-1085 $) (-1090)) 54 T ELT) (((-583 $) $) 22 T ELT) (((-583 $) $ (-1090)) 45 T ELT)) (-1216 (($ (-857 $)) NIL T ELT) (($ (-1085 $)) NIL T ELT) (($ (-1085 $) (-1090)) 56 T ELT) (($ $) 20 T ELT) (($ $ (-1090)) 39 T ELT)) (-1217 (((-583 $) (-857 $)) NIL T ELT) (((-583 $) (-1085 $)) NIL T ELT) (((-583 $) (-1085 $) (-1090)) 52 T ELT) (((-583 $) $) 18 T ELT) (((-583 $) $ (-1090)) 47 T ELT)) (-3184 (($ (-857 $)) NIL T ELT) (($ (-1085 $)) NIL T ELT) (($ (-1085 $) (-1090)) NIL T ELT) (($ $) 15 T ELT) (($ $ (-1090)) 41 T ELT)))
-(((-28 |#1| |#2|) (-10 -7 (-15 -1215 ((-583 |#1|) |#1| (-1090))) (-15 -1216 (|#1| |#1| (-1090))) (-15 -1215 ((-583 |#1|) |#1|)) (-15 -1216 (|#1| |#1|)) (-15 -1217 ((-583 |#1|) |#1| (-1090))) (-15 -3184 (|#1| |#1| (-1090))) (-15 -1217 ((-583 |#1|) |#1|)) (-15 -3184 (|#1| |#1|)) (-15 -1215 ((-583 |#1|) (-1085 |#1|) (-1090))) (-15 -1215 ((-583 |#1|) (-1085 |#1|))) (-15 -1215 ((-583 |#1|) (-857 |#1|))) (-15 -1216 (|#1| (-1085 |#1|) (-1090))) (-15 -1216 (|#1| (-1085 |#1|))) (-15 -1216 (|#1| (-857 |#1|))) (-15 -1217 ((-583 |#1|) (-1085 |#1|) (-1090))) (-15 -1217 ((-583 |#1|) (-1085 |#1|))) (-15 -1217 ((-583 |#1|) (-857 |#1|))) (-15 -3184 (|#1| (-1085 |#1|) (-1090))) (-15 -3184 (|#1| (-1085 |#1|))) (-15 -3184 (|#1| (-857 |#1|)))) (-29 |#2|) (-495)) (T -28))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-1215 (((-583 $) (-857 $)) 98 T ELT) (((-583 $) (-1085 $)) 97 T ELT) (((-583 $) (-1085 $) (-1090)) 96 T ELT) (((-583 $) $) 148 T ELT) (((-583 $) $ (-1090)) 146 T ELT)) (-1216 (($ (-857 $)) 101 T ELT) (($ (-1085 $)) 100 T ELT) (($ (-1085 $) (-1090)) 99 T ELT) (($ $) 149 T ELT) (($ $ (-1090)) 147 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3082 (((-583 (-1090)) $) 217 T ELT)) (-3084 (((-350 (-1085 $)) $ (-550 $)) 249 (|has| |#1| (-495)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1600 (((-583 (-550 $)) $) 180 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-1604 (($ $ (-583 (-550 $)) (-583 $)) 170 T ELT) (($ $ (-583 (-249 $))) 169 T ELT) (($ $ (-249 $)) 168 T ELT)) (-3776 (($ $) 91 T ELT)) (-3972 (((-348 $) $) 90 T ELT)) (-3038 (($ $) 110 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3725 (($) 23 T CONST)) (-1217 (((-583 $) (-857 $)) 104 T ELT) (((-583 $) (-1085 $)) 103 T ELT) (((-583 $) (-1085 $) (-1090)) 102 T ELT) (((-583 $) $) 152 T ELT) (((-583 $) $ (-1090)) 150 T ELT)) (-3184 (($ (-857 $)) 107 T ELT) (($ (-1085 $)) 106 T ELT) (($ (-1085 $) (-1090)) 105 T ELT) (($ $) 153 T ELT) (($ $ (-1090)) 151 T ELT)) (-3158 (((-3 (-857 |#1|) #1="failed") $) 268 (|has| |#1| (-961)) ELT) (((-3 (-350 (-857 |#1|)) #1#) $) 251 (|has| |#1| (-495)) ELT) (((-3 |#1| #1#) $) 213 T ELT) (((-3 (-484) #1#) $) 210 (|has| |#1| (-950 (-484))) ELT) (((-3 (-1090) #1#) $) 204 T ELT) (((-3 (-550 $) #1#) $) 155 T ELT) (((-3 (-350 (-484)) #1#) $) 143 (OR (-12 (|has| |#1| (-950 (-484))) (|has| |#1| (-495))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-3157 (((-857 |#1|) $) 267 (|has| |#1| (-961)) ELT) (((-350 (-857 |#1|)) $) 250 (|has| |#1| (-495)) ELT) ((|#1| $) 212 T ELT) (((-484) $) 211 (|has| |#1| (-950 (-484))) ELT) (((-1090) $) 203 T ELT) (((-550 $) $) 154 T ELT) (((-350 (-484)) $) 144 (OR (-12 (|has| |#1| (-950 (-484))) (|has| |#1| (-495))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-2565 (($ $ $) 71 T ELT)) (-2279 (((-630 |#1|) (-630 $)) 256 (|has| |#1| (-961)) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 255 (|has| |#1| (-961)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 142 (OR (-2563 (|has| |#1| (-961)) (|has| |#1| (-580 (-484)))) (-2563 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT) (((-630 (-484)) (-630 $)) 141 (OR (-2563 (|has| |#1| (-961)) (|has| |#1| (-580 (-484)))) (-2563 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-3724 (((-85) $) 89 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 209 (|has| |#1| (-796 (-330))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 208 (|has| |#1| (-796 (-484))) ELT)) (-2574 (($ (-583 $)) 174 T ELT) (($ $) 173 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-1599 (((-583 (-86)) $) 181 T ELT)) (-3596 (((-86) (-86)) 182 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2674 (((-85) $) 202 (|has| $ (-950 (-484))) ELT)) (-2997 (($ $) 234 (|has| |#1| (-961)) ELT)) (-2999 (((-1039 |#1| (-550 $)) $) 233 (|has| |#1| (-961)) ELT)) (-3012 (($ $ (-484)) 109 T ELT)) (-1605 (((-3 (-583 $) #2="failed") (-583 $) $) 68 T ELT)) (-1597 (((-1085 $) (-550 $)) 199 (|has| $ (-961)) ELT)) (-3959 (($ (-1 $ $) (-550 $)) 188 T ELT)) (-1602 (((-3 (-550 $) "failed") $) 178 T ELT)) (-2280 (((-630 |#1|) (-1179 $)) 258 (|has| |#1| (-961)) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 257 (|has| |#1| (-961)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 140 (OR (-2563 (|has| |#1| (-961)) (|has| |#1| (-580 (-484)))) (-2563 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT) (((-630 (-484)) (-1179 $)) 139 (OR (-2563 (|has| |#1| (-961)) (|has| |#1| (-580 (-484)))) (-2563 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1601 (((-583 (-550 $)) $) 179 T ELT)) (-2235 (($ (-86) (-583 $)) 187 T ELT) (($ (-86) $) 186 T ELT)) (-2824 (((-3 (-583 $) #3="failed") $) 228 (|has| |#1| (-1025)) ELT)) (-2826 (((-3 (-2 (|:| |val| $) (|:| -2401 (-484))) #3#) $) 237 (|has| |#1| (-961)) ELT)) (-2823 (((-3 (-583 $) #3#) $) 230 (|has| |#1| (-25)) ELT)) (-1797 (((-3 (-2 (|:| -3955 (-484)) (|:| |var| (-550 $))) #3#) $) 231 (|has| |#1| (-25)) ELT)) (-2825 (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) #3#) $ (-1090)) 236 (|has| |#1| (-961)) ELT) (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) #3#) $ (-86)) 235 (|has| |#1| (-961)) ELT) (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) #3#) $) 229 (|has| |#1| (-1025)) ELT)) (-2634 (((-85) $ (-1090)) 185 T ELT) (((-85) $ (-86)) 184 T ELT)) (-2485 (($ $) 88 T ELT)) (-2604 (((-694) $) 177 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1800 (((-85) $) 215 T ELT)) (-1799 ((|#1| $) 216 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-1598 (((-85) $ (-1090)) 190 T ELT) (((-85) $ $) 189 T ELT)) (-3733 (((-348 $) $) 92 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-2675 (((-85) $) 201 (|has| $ (-950 (-484))) ELT)) (-3769 (($ $ (-1090) (-694) (-1 $ $)) 241 (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694) (-1 $ (-583 $))) 240 (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694)) (-583 (-1 $ (-583 $)))) 239 (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694)) (-583 (-1 $ $))) 238 (|has| |#1| (-961)) ELT) (($ $ (-583 (-86)) (-583 $) (-1090)) 227 (|has| |#1| (-553 (-473))) ELT) (($ $ (-86) $ (-1090)) 226 (|has| |#1| (-553 (-473))) ELT) (($ $) 225 (|has| |#1| (-553 (-473))) ELT) (($ $ (-583 (-1090))) 224 (|has| |#1| (-553 (-473))) ELT) (($ $ (-1090)) 223 (|has| |#1| (-553 (-473))) ELT) (($ $ (-86) (-1 $ $)) 198 T ELT) (($ $ (-86) (-1 $ (-583 $))) 197 T ELT) (($ $ (-583 (-86)) (-583 (-1 $ (-583 $)))) 196 T ELT) (($ $ (-583 (-86)) (-583 (-1 $ $))) 195 T ELT) (($ $ (-1090) (-1 $ $)) 194 T ELT) (($ $ (-1090) (-1 $ (-583 $))) 193 T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ (-583 $)))) 192 T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ $))) 191 T ELT) (($ $ (-583 $) (-583 $)) 162 T ELT) (($ $ $ $) 161 T ELT) (($ $ (-249 $)) 160 T ELT) (($ $ (-583 (-249 $))) 159 T ELT) (($ $ (-583 (-550 $)) (-583 $)) 158 T ELT) (($ $ (-550 $) $) 157 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-3801 (($ (-86) (-583 $)) 167 T ELT) (($ (-86) $ $ $ $) 166 T ELT) (($ (-86) $ $ $) 165 T ELT) (($ (-86) $ $) 164 T ELT) (($ (-86) $) 163 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-1603 (($ $ $) 176 T ELT) (($ $) 175 T ELT)) (-3759 (($ $ (-583 (-1090)) (-583 (-694))) 263 (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694)) 262 (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090))) 261 (|has| |#1| (-961)) ELT) (($ $ (-1090)) 259 (|has| |#1| (-961)) ELT)) (-2996 (($ $) 244 (|has| |#1| (-495)) ELT)) (-2998 (((-1039 |#1| (-550 $)) $) 243 (|has| |#1| (-495)) ELT)) (-3186 (($ $) 200 (|has| $ (-961)) ELT)) (-3973 (((-473) $) 272 (|has| |#1| (-553 (-473))) ELT) (($ (-348 $)) 242 (|has| |#1| (-495)) ELT) (((-800 (-330)) $) 207 (|has| |#1| (-553 (-800 (-330)))) ELT) (((-800 (-484)) $) 206 (|has| |#1| (-553 (-800 (-484)))) ELT)) (-3010 (($ $ $) 271 (|has| |#1| (-413)) ELT)) (-2436 (($ $ $) 270 (|has| |#1| (-413)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-484))) 84 T ELT) (($ (-857 |#1|)) 269 (|has| |#1| (-961)) ELT) (($ (-350 (-857 |#1|))) 252 (|has| |#1| (-495)) ELT) (($ (-350 (-857 (-350 |#1|)))) 248 (|has| |#1| (-495)) ELT) (($ (-857 (-350 |#1|))) 247 (|has| |#1| (-495)) ELT) (($ (-350 |#1|)) 246 (|has| |#1| (-495)) ELT) (($ (-1039 |#1| (-550 $))) 232 (|has| |#1| (-961)) ELT) (($ |#1|) 214 T ELT) (($ (-1090)) 205 T ELT) (($ (-550 $)) 156 T ELT)) (-2703 (((-632 $) $) 254 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-2591 (($ (-583 $)) 172 T ELT) (($ $) 171 T ELT)) (-2254 (((-85) (-86)) 183 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-1798 (($ (-1090) (-583 $)) 222 T ELT) (($ (-1090) $ $ $ $) 221 T ELT) (($ (-1090) $ $ $) 220 T ELT) (($ (-1090) $ $) 219 T ELT) (($ (-1090) $) 218 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-583 (-1090)) (-583 (-694))) 266 (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694)) 265 (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090))) 264 (|has| |#1| (-961)) ELT) (($ $ (-1090)) 260 (|has| |#1| (-961)) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 83 T ELT) (($ (-1039 |#1| (-550 $)) (-1039 |#1| (-550 $))) 245 (|has| |#1| (-495)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 87 T ELT) (($ $ (-350 (-484))) 108 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 86 T ELT) (($ (-350 (-484)) $) 85 T ELT) (($ $ |#1|) 253 (|has| |#1| (-146)) ELT) (($ |#1| $) 145 (|has| |#1| (-961)) ELT)))
-(((-29 |#1|) (-113) (-495)) (T -29))
-((-3184 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-495)))) (-1217 (*1 *2 *1) (-12 (-4 *3 (-495)) (-5 *2 (-583 *1)) (-4 *1 (-29 *3)))) (-3184 (*1 *1 *1 *2) (-12 (-5 *2 (-1090)) (-4 *1 (-29 *3)) (-4 *3 (-495)))) (-1217 (*1 *2 *1 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *2 (-583 *1)) (-4 *1 (-29 *4)))) (-1216 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-495)))) (-1215 (*1 *2 *1) (-12 (-4 *3 (-495)) (-5 *2 (-583 *1)) (-4 *1 (-29 *3)))) (-1216 (*1 *1 *1 *2) (-12 (-5 *2 (-1090)) (-4 *1 (-29 *3)) (-4 *3 (-495)))) (-1215 (*1 *2 *1 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *2 (-583 *1)) (-4 *1 (-29 *4)))))
-(-13 (-27) (-364 |t#1|) (-10 -8 (-15 -3184 ($ $)) (-15 -1217 ((-583 $) $)) (-15 -3184 ($ $ (-1090))) (-15 -1217 ((-583 $) $ (-1090))) (-15 -1216 ($ $)) (-15 -1215 ((-583 $) $)) (-15 -1216 ($ $ (-1090))) (-15 -1215 ((-583 $) $ (-1090)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) . T) ((-27) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 |#1| |#1|) |has| |#1| (-146)) ((-82 $ $) . T) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) . T) ((-555 (-350 (-857 |#1|))) |has| |#1| (-495)) ((-555 (-484)) . T) ((-555 (-550 $)) . T) ((-555 (-857 |#1|)) |has| |#1| (-961)) ((-555 (-1090)) . T) ((-555 |#1|) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-553 (-800 (-330))) |has| |#1| (-553 (-800 (-330)))) ((-553 (-800 (-484))) |has| |#1| (-553 (-800 (-484)))) ((-201) . T) ((-246) . T) ((-258) . T) ((-260 $) . T) ((-254) . T) ((-312) . T) ((-329 |#1|) |has| |#1| (-961)) ((-343 |#1|) . T) ((-355 |#1|) . T) ((-364 |#1|) . T) ((-392) . T) ((-413) |has| |#1| (-413)) ((-455 (-550 $) $) . T) ((-455 $ $) . T) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 |#1|) OR (|has| |#1| (-961)) (|has| |#1| (-146))) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 (-484)) -12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ((-590 |#1|) OR (|has| |#1| (-961)) (|has| |#1| (-146))) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) . T) ((-580 (-484)) -12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ((-580 |#1|) |has| |#1| (-961)) ((-654 (-350 (-484))) . T) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) . T) ((-663) . T) ((-806 $ (-1090)) |has| |#1| (-961)) ((-809 (-1090)) |has| |#1| (-961)) ((-811 (-1090)) |has| |#1| (-961)) ((-796 (-330)) |has| |#1| (-796 (-330))) ((-796 (-484)) |has| |#1| (-796 (-484))) ((-794 |#1|) . T) ((-832) . T) ((-915) . T) ((-950 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (-12 (|has| |#1| (-495)) (|has| |#1| (-950 (-484))))) ((-950 (-350 (-857 |#1|))) |has| |#1| (-495)) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 (-550 $)) . T) ((-950 (-857 |#1|)) |has| |#1| (-961)) ((-950 (-1090)) . T) ((-950 |#1|) . T) ((-963 (-350 (-484))) . T) ((-963 |#1|) |has| |#1| (-146)) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 |#1|) |has| |#1| (-146)) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) . T))
-((-2897 (((-1001 (-179)) $) NIL T ELT)) (-2898 (((-1001 (-179)) $) NIL T ELT)) (-3135 (($ $ (-179)) 164 T ELT)) (-1218 (($ (-857 (-484)) (-1090) (-1090) (-1001 (-350 (-484))) (-1001 (-350 (-484)))) 103 T ELT)) (-2899 (((-583 (-583 (-854 (-179)))) $) 181 T ELT)) (-3947 (((-772) $) 195 T ELT)))
-(((-30) (-13 (-866) (-10 -8 (-15 -1218 ($ (-857 (-484)) (-1090) (-1090) (-1001 (-350 (-484))) (-1001 (-350 (-484))))) (-15 -3135 ($ $ (-179)))))) (T -30))
-((-1218 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-857 (-484))) (-5 *3 (-1090)) (-5 *4 (-1001 (-350 (-484)))) (-5 *1 (-30)))) (-3135 (*1 *1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-30)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 18 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3234 (((-1049) $) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2695 (((-1049) $) 10 T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-31) (-13 (-995) (-10 -8 (-15 -2695 ((-1049) $)) (-15 -3234 ((-1049) $))))) (T -31))
-((-2695 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-31)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-31)))))
-((-3184 ((|#2| (-1085 |#2|) (-1090)) 39 T ELT)) (-3596 (((-86) (-86)) 53 T ELT)) (-1597 (((-1085 |#2|) (-550 |#2|)) 148 (|has| |#1| (-950 (-484))) ELT)) (-1221 ((|#2| |#1| (-484)) 120 (|has| |#1| (-950 (-484))) ELT)) (-1219 ((|#2| (-1085 |#2|) |#2|) 29 T ELT)) (-1220 (((-772) (-583 |#2|)) 87 T ELT)) (-3186 ((|#2| |#2|) 143 (|has| |#1| (-950 (-484))) ELT)) (-2254 (((-85) (-86)) 17 T ELT)) (** ((|#2| |#2| (-350 (-484))) 96 (|has| |#1| (-950 (-484))) ELT)))
-(((-32 |#1| |#2|) (-10 -7 (-15 -3184 (|#2| (-1085 |#2|) (-1090))) (-15 -3596 ((-86) (-86))) (-15 -2254 ((-85) (-86))) (-15 -1219 (|#2| (-1085 |#2|) |#2|)) (-15 -1220 ((-772) (-583 |#2|))) (IF (|has| |#1| (-950 (-484))) (PROGN (-15 ** (|#2| |#2| (-350 (-484)))) (-15 -1597 ((-1085 |#2|) (-550 |#2|))) (-15 -3186 (|#2| |#2|)) (-15 -1221 (|#2| |#1| (-484)))) |%noBranch|)) (-495) (-364 |#1|)) (T -32))
-((-1221 (*1 *2 *3 *4) (-12 (-5 *4 (-484)) (-4 *2 (-364 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-950 *4)) (-4 *3 (-495)))) (-3186 (*1 *2 *2) (-12 (-4 *3 (-950 (-484))) (-4 *3 (-495)) (-5 *1 (-32 *3 *2)) (-4 *2 (-364 *3)))) (-1597 (*1 *2 *3) (-12 (-5 *3 (-550 *5)) (-4 *5 (-364 *4)) (-4 *4 (-950 (-484))) (-4 *4 (-495)) (-5 *2 (-1085 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-350 (-484))) (-4 *4 (-950 (-484))) (-4 *4 (-495)) (-5 *1 (-32 *4 *2)) (-4 *2 (-364 *4)))) (-1220 (*1 *2 *3) (-12 (-5 *3 (-583 *5)) (-4 *5 (-364 *4)) (-4 *4 (-495)) (-5 *2 (-772)) (-5 *1 (-32 *4 *5)))) (-1219 (*1 *2 *3 *2) (-12 (-5 *3 (-1085 *2)) (-4 *2 (-364 *4)) (-4 *4 (-495)) (-5 *1 (-32 *4 *2)))) (-2254 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-32 *4 *5)) (-4 *5 (-364 *4)))) (-3596 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *3 (-495)) (-5 *1 (-32 *3 *4)) (-4 *4 (-364 *3)))) (-3184 (*1 *2 *3 *4) (-12 (-5 *3 (-1085 *2)) (-5 *4 (-1090)) (-4 *2 (-364 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-495)))))
-((-3725 (($) 10 T CONST)) (-1222 (((-85) $ $) 8 T ELT)))
-(((-33 |#1|) (-10 -7 (-15 -3725 (|#1|) -3953) (-15 -1222 ((-85) |#1| |#1|))) (-34)) (T -33))
-NIL
-((-3725 (($) 6 T CONST)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3401 (($ $) 9 T ELT)))
+((-3185 (*1 *1 *2) (-12 (-5 *2 (-858 *1)) (-4 *1 (-27)))) (-3185 (*1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-27)))) (-3185 (*1 *1 *2 *3) (-12 (-5 *2 (-1086 *1)) (-5 *3 (-1091)) (-4 *1 (-27)))) (-1218 (*1 *2 *3) (-12 (-5 *3 (-858 *1)) (-4 *1 (-27)) (-5 *2 (-584 *1)))) (-1218 (*1 *2 *3) (-12 (-5 *3 (-1086 *1)) (-4 *1 (-27)) (-5 *2 (-584 *1)))) (-1218 (*1 *2 *3 *4) (-12 (-5 *3 (-1086 *1)) (-5 *4 (-1091)) (-4 *1 (-27)) (-5 *2 (-584 *1)))) (-1217 (*1 *1 *2) (-12 (-5 *2 (-858 *1)) (-4 *1 (-27)))) (-1217 (*1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-27)))) (-1217 (*1 *1 *2 *3) (-12 (-5 *2 (-1086 *1)) (-5 *3 (-1091)) (-4 *1 (-27)))) (-1216 (*1 *2 *3) (-12 (-5 *3 (-858 *1)) (-4 *1 (-27)) (-5 *2 (-584 *1)))) (-1216 (*1 *2 *3) (-12 (-5 *3 (-1086 *1)) (-4 *1 (-27)) (-5 *2 (-584 *1)))) (-1216 (*1 *2 *3 *4) (-12 (-5 *3 (-1086 *1)) (-5 *4 (-1091)) (-4 *1 (-27)) (-5 *2 (-584 *1)))))
+(-13 (-312) (-916) (-10 -8 (-15 -3185 ($ (-858 $))) (-15 -3185 ($ (-1086 $))) (-15 -3185 ($ (-1086 $) (-1091))) (-15 -1218 ((-584 $) (-858 $))) (-15 -1218 ((-584 $) (-1086 $))) (-15 -1218 ((-584 $) (-1086 $) (-1091))) (-15 -1217 ($ (-858 $))) (-15 -1217 ($ (-1086 $))) (-15 -1217 ($ (-1086 $) (-1091))) (-15 -1216 ((-584 $) (-858 $))) (-15 -1216 ((-584 $) (-1086 $))) (-15 -1216 ((-584 $) (-1086 $) (-1091)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 $) . T) ((-655 (-350 (-485))) . T) ((-655 $) . T) ((-664) . T) ((-833) . T) ((-916) . T) ((-964 (-350 (-485))) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) . T))
+((-1216 (((-584 $) (-858 $)) NIL T ELT) (((-584 $) (-1086 $)) NIL T ELT) (((-584 $) (-1086 $) (-1091)) 54 T ELT) (((-584 $) $) 22 T ELT) (((-584 $) $ (-1091)) 45 T ELT)) (-1217 (($ (-858 $)) NIL T ELT) (($ (-1086 $)) NIL T ELT) (($ (-1086 $) (-1091)) 56 T ELT) (($ $) 20 T ELT) (($ $ (-1091)) 39 T ELT)) (-1218 (((-584 $) (-858 $)) NIL T ELT) (((-584 $) (-1086 $)) NIL T ELT) (((-584 $) (-1086 $) (-1091)) 52 T ELT) (((-584 $) $) 18 T ELT) (((-584 $) $ (-1091)) 47 T ELT)) (-3185 (($ (-858 $)) NIL T ELT) (($ (-1086 $)) NIL T ELT) (($ (-1086 $) (-1091)) NIL T ELT) (($ $) 15 T ELT) (($ $ (-1091)) 41 T ELT)))
+(((-28 |#1| |#2|) (-10 -7 (-15 -1216 ((-584 |#1|) |#1| (-1091))) (-15 -1217 (|#1| |#1| (-1091))) (-15 -1216 ((-584 |#1|) |#1|)) (-15 -1217 (|#1| |#1|)) (-15 -1218 ((-584 |#1|) |#1| (-1091))) (-15 -3185 (|#1| |#1| (-1091))) (-15 -1218 ((-584 |#1|) |#1|)) (-15 -3185 (|#1| |#1|)) (-15 -1216 ((-584 |#1|) (-1086 |#1|) (-1091))) (-15 -1216 ((-584 |#1|) (-1086 |#1|))) (-15 -1216 ((-584 |#1|) (-858 |#1|))) (-15 -1217 (|#1| (-1086 |#1|) (-1091))) (-15 -1217 (|#1| (-1086 |#1|))) (-15 -1217 (|#1| (-858 |#1|))) (-15 -1218 ((-584 |#1|) (-1086 |#1|) (-1091))) (-15 -1218 ((-584 |#1|) (-1086 |#1|))) (-15 -1218 ((-584 |#1|) (-858 |#1|))) (-15 -3185 (|#1| (-1086 |#1|) (-1091))) (-15 -3185 (|#1| (-1086 |#1|))) (-15 -3185 (|#1| (-858 |#1|)))) (-29 |#2|) (-496)) (T -28))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-1216 (((-584 $) (-858 $)) 98 T ELT) (((-584 $) (-1086 $)) 97 T ELT) (((-584 $) (-1086 $) (-1091)) 96 T ELT) (((-584 $) $) 148 T ELT) (((-584 $) $ (-1091)) 146 T ELT)) (-1217 (($ (-858 $)) 101 T ELT) (($ (-1086 $)) 100 T ELT) (($ (-1086 $) (-1091)) 99 T ELT) (($ $) 149 T ELT) (($ $ (-1091)) 147 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3083 (((-584 (-1091)) $) 217 T ELT)) (-3085 (((-350 (-1086 $)) $ (-551 $)) 249 (|has| |#1| (-496)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1601 (((-584 (-551 $)) $) 180 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-1605 (($ $ (-584 (-551 $)) (-584 $)) 170 T ELT) (($ $ (-584 (-249 $))) 169 T ELT) (($ $ (-249 $)) 168 T ELT)) (-3777 (($ $) 91 T ELT)) (-3973 (((-348 $) $) 90 T ELT)) (-3039 (($ $) 110 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3726 (($) 23 T CONST)) (-1218 (((-584 $) (-858 $)) 104 T ELT) (((-584 $) (-1086 $)) 103 T ELT) (((-584 $) (-1086 $) (-1091)) 102 T ELT) (((-584 $) $) 152 T ELT) (((-584 $) $ (-1091)) 150 T ELT)) (-3185 (($ (-858 $)) 107 T ELT) (($ (-1086 $)) 106 T ELT) (($ (-1086 $) (-1091)) 105 T ELT) (($ $) 153 T ELT) (($ $ (-1091)) 151 T ELT)) (-3159 (((-3 (-858 |#1|) #1="failed") $) 268 (|has| |#1| (-962)) ELT) (((-3 (-350 (-858 |#1|)) #1#) $) 251 (|has| |#1| (-496)) ELT) (((-3 |#1| #1#) $) 213 T ELT) (((-3 (-485) #1#) $) 210 (|has| |#1| (-951 (-485))) ELT) (((-3 (-1091) #1#) $) 204 T ELT) (((-3 (-551 $) #1#) $) 155 T ELT) (((-3 (-350 (-485)) #1#) $) 143 (OR (-12 (|has| |#1| (-951 (-485))) (|has| |#1| (-496))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-3158 (((-858 |#1|) $) 267 (|has| |#1| (-962)) ELT) (((-350 (-858 |#1|)) $) 250 (|has| |#1| (-496)) ELT) ((|#1| $) 212 T ELT) (((-485) $) 211 (|has| |#1| (-951 (-485))) ELT) (((-1091) $) 203 T ELT) (((-551 $) $) 154 T ELT) (((-350 (-485)) $) 144 (OR (-12 (|has| |#1| (-951 (-485))) (|has| |#1| (-496))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-2566 (($ $ $) 71 T ELT)) (-2280 (((-631 |#1|) (-631 $)) 256 (|has| |#1| (-962)) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 255 (|has| |#1| (-962)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 142 (OR (-2564 (|has| |#1| (-962)) (|has| |#1| (-581 (-485)))) (-2564 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT) (((-631 (-485)) (-631 $)) 141 (OR (-2564 (|has| |#1| (-962)) (|has| |#1| (-581 (-485)))) (-2564 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-3725 (((-85) $) 89 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 209 (|has| |#1| (-797 (-330))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 208 (|has| |#1| (-797 (-485))) ELT)) (-2575 (($ (-584 $)) 174 T ELT) (($ $) 173 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-1600 (((-584 (-86)) $) 181 T ELT)) (-3597 (((-86) (-86)) 182 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2675 (((-85) $) 202 (|has| $ (-951 (-485))) ELT)) (-2998 (($ $) 234 (|has| |#1| (-962)) ELT)) (-3000 (((-1040 |#1| (-551 $)) $) 233 (|has| |#1| (-962)) ELT)) (-3013 (($ $ (-485)) 109 T ELT)) (-1606 (((-3 (-584 $) #2="failed") (-584 $) $) 68 T ELT)) (-1598 (((-1086 $) (-551 $)) 199 (|has| $ (-962)) ELT)) (-3960 (($ (-1 $ $) (-551 $)) 188 T ELT)) (-1603 (((-3 (-551 $) "failed") $) 178 T ELT)) (-2281 (((-631 |#1|) (-1180 $)) 258 (|has| |#1| (-962)) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 257 (|has| |#1| (-962)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 140 (OR (-2564 (|has| |#1| (-962)) (|has| |#1| (-581 (-485)))) (-2564 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT) (((-631 (-485)) (-1180 $)) 139 (OR (-2564 (|has| |#1| (-962)) (|has| |#1| (-581 (-485)))) (-2564 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1602 (((-584 (-551 $)) $) 179 T ELT)) (-2236 (($ (-86) (-584 $)) 187 T ELT) (($ (-86) $) 186 T ELT)) (-2825 (((-3 (-584 $) #3="failed") $) 228 (|has| |#1| (-1026)) ELT)) (-2827 (((-3 (-2 (|:| |val| $) (|:| -2402 (-485))) #3#) $) 237 (|has| |#1| (-962)) ELT)) (-2824 (((-3 (-584 $) #3#) $) 230 (|has| |#1| (-25)) ELT)) (-1798 (((-3 (-2 (|:| -3956 (-485)) (|:| |var| (-551 $))) #3#) $) 231 (|has| |#1| (-25)) ELT)) (-2826 (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) #3#) $ (-1091)) 236 (|has| |#1| (-962)) ELT) (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) #3#) $ (-86)) 235 (|has| |#1| (-962)) ELT) (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) #3#) $) 229 (|has| |#1| (-1026)) ELT)) (-2635 (((-85) $ (-1091)) 185 T ELT) (((-85) $ (-86)) 184 T ELT)) (-2486 (($ $) 88 T ELT)) (-2605 (((-695) $) 177 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1801 (((-85) $) 215 T ELT)) (-1800 ((|#1| $) 216 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-1599 (((-85) $ (-1091)) 190 T ELT) (((-85) $ $) 189 T ELT)) (-3734 (((-348 $) $) 92 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-2676 (((-85) $) 201 (|has| $ (-951 (-485))) ELT)) (-3770 (($ $ (-1091) (-695) (-1 $ $)) 241 (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695) (-1 $ (-584 $))) 240 (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695)) (-584 (-1 $ (-584 $)))) 239 (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695)) (-584 (-1 $ $))) 238 (|has| |#1| (-962)) ELT) (($ $ (-584 (-86)) (-584 $) (-1091)) 227 (|has| |#1| (-554 (-474))) ELT) (($ $ (-86) $ (-1091)) 226 (|has| |#1| (-554 (-474))) ELT) (($ $) 225 (|has| |#1| (-554 (-474))) ELT) (($ $ (-584 (-1091))) 224 (|has| |#1| (-554 (-474))) ELT) (($ $ (-1091)) 223 (|has| |#1| (-554 (-474))) ELT) (($ $ (-86) (-1 $ $)) 198 T ELT) (($ $ (-86) (-1 $ (-584 $))) 197 T ELT) (($ $ (-584 (-86)) (-584 (-1 $ (-584 $)))) 196 T ELT) (($ $ (-584 (-86)) (-584 (-1 $ $))) 195 T ELT) (($ $ (-1091) (-1 $ $)) 194 T ELT) (($ $ (-1091) (-1 $ (-584 $))) 193 T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ (-584 $)))) 192 T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ $))) 191 T ELT) (($ $ (-584 $) (-584 $)) 162 T ELT) (($ $ $ $) 161 T ELT) (($ $ (-249 $)) 160 T ELT) (($ $ (-584 (-249 $))) 159 T ELT) (($ $ (-584 (-551 $)) (-584 $)) 158 T ELT) (($ $ (-551 $) $) 157 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-3802 (($ (-86) (-584 $)) 167 T ELT) (($ (-86) $ $ $ $) 166 T ELT) (($ (-86) $ $ $) 165 T ELT) (($ (-86) $ $) 164 T ELT) (($ (-86) $) 163 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-1604 (($ $ $) 176 T ELT) (($ $) 175 T ELT)) (-3760 (($ $ (-584 (-1091)) (-584 (-695))) 263 (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695)) 262 (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091))) 261 (|has| |#1| (-962)) ELT) (($ $ (-1091)) 259 (|has| |#1| (-962)) ELT)) (-2997 (($ $) 244 (|has| |#1| (-496)) ELT)) (-2999 (((-1040 |#1| (-551 $)) $) 243 (|has| |#1| (-496)) ELT)) (-3187 (($ $) 200 (|has| $ (-962)) ELT)) (-3974 (((-474) $) 272 (|has| |#1| (-554 (-474))) ELT) (($ (-348 $)) 242 (|has| |#1| (-496)) ELT) (((-801 (-330)) $) 207 (|has| |#1| (-554 (-801 (-330)))) ELT) (((-801 (-485)) $) 206 (|has| |#1| (-554 (-801 (-485)))) ELT)) (-3011 (($ $ $) 271 (|has| |#1| (-413)) ELT)) (-2437 (($ $ $) 270 (|has| |#1| (-413)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-485))) 84 T ELT) (($ (-858 |#1|)) 269 (|has| |#1| (-962)) ELT) (($ (-350 (-858 |#1|))) 252 (|has| |#1| (-496)) ELT) (($ (-350 (-858 (-350 |#1|)))) 248 (|has| |#1| (-496)) ELT) (($ (-858 (-350 |#1|))) 247 (|has| |#1| (-496)) ELT) (($ (-350 |#1|)) 246 (|has| |#1| (-496)) ELT) (($ (-1040 |#1| (-551 $))) 232 (|has| |#1| (-962)) ELT) (($ |#1|) 214 T ELT) (($ (-1091)) 205 T ELT) (($ (-551 $)) 156 T ELT)) (-2704 (((-633 $) $) 254 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-2592 (($ (-584 $)) 172 T ELT) (($ $) 171 T ELT)) (-2255 (((-85) (-86)) 183 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-1799 (($ (-1091) (-584 $)) 222 T ELT) (($ (-1091) $ $ $ $) 221 T ELT) (($ (-1091) $ $ $) 220 T ELT) (($ (-1091) $ $) 219 T ELT) (($ (-1091) $) 218 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-584 (-1091)) (-584 (-695))) 266 (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695)) 265 (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091))) 264 (|has| |#1| (-962)) ELT) (($ $ (-1091)) 260 (|has| |#1| (-962)) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 83 T ELT) (($ (-1040 |#1| (-551 $)) (-1040 |#1| (-551 $))) 245 (|has| |#1| (-496)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 87 T ELT) (($ $ (-350 (-485))) 108 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 86 T ELT) (($ (-350 (-485)) $) 85 T ELT) (($ $ |#1|) 253 (|has| |#1| (-146)) ELT) (($ |#1| $) 145 (|has| |#1| (-962)) ELT)))
+(((-29 |#1|) (-113) (-496)) (T -29))
+((-3185 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-496)))) (-1218 (*1 *2 *1) (-12 (-4 *3 (-496)) (-5 *2 (-584 *1)) (-4 *1 (-29 *3)))) (-3185 (*1 *1 *1 *2) (-12 (-5 *2 (-1091)) (-4 *1 (-29 *3)) (-4 *3 (-496)))) (-1218 (*1 *2 *1 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *2 (-584 *1)) (-4 *1 (-29 *4)))) (-1217 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-496)))) (-1216 (*1 *2 *1) (-12 (-4 *3 (-496)) (-5 *2 (-584 *1)) (-4 *1 (-29 *3)))) (-1217 (*1 *1 *1 *2) (-12 (-5 *2 (-1091)) (-4 *1 (-29 *3)) (-4 *3 (-496)))) (-1216 (*1 *2 *1 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *2 (-584 *1)) (-4 *1 (-29 *4)))))
+(-13 (-27) (-364 |t#1|) (-10 -8 (-15 -3185 ($ $)) (-15 -1218 ((-584 $) $)) (-15 -3185 ($ $ (-1091))) (-15 -1218 ((-584 $) $ (-1091))) (-15 -1217 ($ $)) (-15 -1216 ((-584 $) $)) (-15 -1217 ($ $ (-1091))) (-15 -1216 ((-584 $) $ (-1091)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) . T) ((-27) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 |#1| |#1|) |has| |#1| (-146)) ((-82 $ $) . T) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) . T) ((-556 (-350 (-858 |#1|))) |has| |#1| (-496)) ((-556 (-485)) . T) ((-556 (-551 $)) . T) ((-556 (-858 |#1|)) |has| |#1| (-962)) ((-556 (-1091)) . T) ((-556 |#1|) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-554 (-801 (-330))) |has| |#1| (-554 (-801 (-330)))) ((-554 (-801 (-485))) |has| |#1| (-554 (-801 (-485)))) ((-201) . T) ((-246) . T) ((-258) . T) ((-260 $) . T) ((-254) . T) ((-312) . T) ((-329 |#1|) |has| |#1| (-962)) ((-343 |#1|) . T) ((-355 |#1|) . T) ((-364 |#1|) . T) ((-392) . T) ((-413) |has| |#1| (-413)) ((-456 (-551 $) $) . T) ((-456 $ $) . T) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 |#1|) OR (|has| |#1| (-962)) (|has| |#1| (-146))) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 (-485)) -12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ((-591 |#1|) OR (|has| |#1| (-962)) (|has| |#1| (-146))) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) . T) ((-581 (-485)) -12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ((-581 |#1|) |has| |#1| (-962)) ((-655 (-350 (-485))) . T) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) . T) ((-664) . T) ((-807 $ (-1091)) |has| |#1| (-962)) ((-810 (-1091)) |has| |#1| (-962)) ((-812 (-1091)) |has| |#1| (-962)) ((-797 (-330)) |has| |#1| (-797 (-330))) ((-797 (-485)) |has| |#1| (-797 (-485))) ((-795 |#1|) . T) ((-833) . T) ((-916) . T) ((-951 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (-12 (|has| |#1| (-496)) (|has| |#1| (-951 (-485))))) ((-951 (-350 (-858 |#1|))) |has| |#1| (-496)) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 (-551 $)) . T) ((-951 (-858 |#1|)) |has| |#1| (-962)) ((-951 (-1091)) . T) ((-951 |#1|) . T) ((-964 (-350 (-485))) . T) ((-964 |#1|) |has| |#1| (-146)) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 |#1|) |has| |#1| (-146)) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) . T))
+((-2898 (((-1002 (-179)) $) NIL T ELT)) (-2899 (((-1002 (-179)) $) NIL T ELT)) (-3136 (($ $ (-179)) 164 T ELT)) (-1219 (($ (-858 (-485)) (-1091) (-1091) (-1002 (-350 (-485))) (-1002 (-350 (-485)))) 103 T ELT)) (-2900 (((-584 (-584 (-855 (-179)))) $) 181 T ELT)) (-3948 (((-773) $) 195 T ELT)))
+(((-30) (-13 (-867) (-10 -8 (-15 -1219 ($ (-858 (-485)) (-1091) (-1091) (-1002 (-350 (-485))) (-1002 (-350 (-485))))) (-15 -3136 ($ $ (-179)))))) (T -30))
+((-1219 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-858 (-485))) (-5 *3 (-1091)) (-5 *4 (-1002 (-350 (-485)))) (-5 *1 (-30)))) (-3136 (*1 *1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-30)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 18 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3235 (((-1050) $) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2696 (((-1050) $) 10 T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-31) (-13 (-996) (-10 -8 (-15 -2696 ((-1050) $)) (-15 -3235 ((-1050) $))))) (T -31))
+((-2696 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-31)))) (-3235 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-31)))))
+((-3185 ((|#2| (-1086 |#2|) (-1091)) 39 T ELT)) (-3597 (((-86) (-86)) 53 T ELT)) (-1598 (((-1086 |#2|) (-551 |#2|)) 148 (|has| |#1| (-951 (-485))) ELT)) (-1222 ((|#2| |#1| (-485)) 120 (|has| |#1| (-951 (-485))) ELT)) (-1220 ((|#2| (-1086 |#2|) |#2|) 29 T ELT)) (-1221 (((-773) (-584 |#2|)) 87 T ELT)) (-3187 ((|#2| |#2|) 143 (|has| |#1| (-951 (-485))) ELT)) (-2255 (((-85) (-86)) 17 T ELT)) (** ((|#2| |#2| (-350 (-485))) 96 (|has| |#1| (-951 (-485))) ELT)))
+(((-32 |#1| |#2|) (-10 -7 (-15 -3185 (|#2| (-1086 |#2|) (-1091))) (-15 -3597 ((-86) (-86))) (-15 -2255 ((-85) (-86))) (-15 -1220 (|#2| (-1086 |#2|) |#2|)) (-15 -1221 ((-773) (-584 |#2|))) (IF (|has| |#1| (-951 (-485))) (PROGN (-15 ** (|#2| |#2| (-350 (-485)))) (-15 -1598 ((-1086 |#2|) (-551 |#2|))) (-15 -3187 (|#2| |#2|)) (-15 -1222 (|#2| |#1| (-485)))) |%noBranch|)) (-496) (-364 |#1|)) (T -32))
+((-1222 (*1 *2 *3 *4) (-12 (-5 *4 (-485)) (-4 *2 (-364 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-951 *4)) (-4 *3 (-496)))) (-3187 (*1 *2 *2) (-12 (-4 *3 (-951 (-485))) (-4 *3 (-496)) (-5 *1 (-32 *3 *2)) (-4 *2 (-364 *3)))) (-1598 (*1 *2 *3) (-12 (-5 *3 (-551 *5)) (-4 *5 (-364 *4)) (-4 *4 (-951 (-485))) (-4 *4 (-496)) (-5 *2 (-1086 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-350 (-485))) (-4 *4 (-951 (-485))) (-4 *4 (-496)) (-5 *1 (-32 *4 *2)) (-4 *2 (-364 *4)))) (-1221 (*1 *2 *3) (-12 (-5 *3 (-584 *5)) (-4 *5 (-364 *4)) (-4 *4 (-496)) (-5 *2 (-773)) (-5 *1 (-32 *4 *5)))) (-1220 (*1 *2 *3 *2) (-12 (-5 *3 (-1086 *2)) (-4 *2 (-364 *4)) (-4 *4 (-496)) (-5 *1 (-32 *4 *2)))) (-2255 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-32 *4 *5)) (-4 *5 (-364 *4)))) (-3597 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *3 (-496)) (-5 *1 (-32 *3 *4)) (-4 *4 (-364 *3)))) (-3185 (*1 *2 *3 *4) (-12 (-5 *3 (-1086 *2)) (-5 *4 (-1091)) (-4 *2 (-364 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-496)))))
+((-3726 (($) 10 T CONST)) (-1223 (((-85) $ $) 8 T ELT)))
+(((-33 |#1|) (-10 -7 (-15 -3726 (|#1|) -3954) (-15 -1223 ((-85) |#1| |#1|))) (-34)) (T -33))
+NIL
+((-3726 (($) 6 T CONST)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3402 (($ $) 9 T ELT)))
(((-34) (-113)) (T -34))
-((-1222 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-85)))) (-3401 (*1 *1 *1) (-4 *1 (-34))) (-3566 (*1 *1) (-4 *1 (-34))) (-3404 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-85)))) (-3725 (*1 *1) (-4 *1 (-34))))
-(-13 (-1129) (-10 -8 (-15 -1222 ((-85) $ $)) (-15 -3401 ($ $)) (-15 -3566 ($)) (-15 -3404 ((-85) $)) (-15 -3725 ($) -3953)))
-(((-13) . T) ((-1129) . T))
-((-3499 (($ $) 11 T ELT)) (-3497 (($ $) 10 T ELT)) (-3501 (($ $) 9 T ELT)) (-3502 (($ $) 8 T ELT)) (-3500 (($ $) 7 T ELT)) (-3498 (($ $) 6 T ELT)))
+((-1223 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-85)))) (-3402 (*1 *1 *1) (-4 *1 (-34))) (-3567 (*1 *1) (-4 *1 (-34))) (-3405 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-85)))) (-3726 (*1 *1) (-4 *1 (-34))))
+(-13 (-1130) (-10 -8 (-15 -1223 ((-85) $ $)) (-15 -3402 ($ $)) (-15 -3567 ($)) (-15 -3405 ((-85) $)) (-15 -3726 ($) -3954)))
+(((-13) . T) ((-1130) . T))
+((-3500 (($ $) 11 T ELT)) (-3498 (($ $) 10 T ELT)) (-3502 (($ $) 9 T ELT)) (-3503 (($ $) 8 T ELT)) (-3501 (($ $) 7 T ELT)) (-3499 (($ $) 6 T ELT)))
(((-35) (-113)) (T -35))
-((-3499 (*1 *1 *1) (-4 *1 (-35))) (-3497 (*1 *1 *1) (-4 *1 (-35))) (-3501 (*1 *1 *1) (-4 *1 (-35))) (-3502 (*1 *1 *1) (-4 *1 (-35))) (-3500 (*1 *1 *1) (-4 *1 (-35))) (-3498 (*1 *1 *1) (-4 *1 (-35))))
-(-13 (-10 -8 (-15 -3498 ($ $)) (-15 -3500 ($ $)) (-15 -3502 ($ $)) (-15 -3501 ($ $)) (-15 -3497 ($ $)) (-15 -3499 ($ $))))
-((-2569 (((-85) $ $) 17 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3403 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 131 T ELT)) (-3796 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 154 T ELT)) (-3798 (($ $) 152 T ELT)) (-3600 (($) 92 T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 91 T ELT)) (-2198 (((-1185) $ |#1| |#1|) 80 (|has| $ (-1035 |#2|)) ELT) (((-1185) $ (-484) (-484)) 181 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3786 (($ $ (-484)) 165 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-1735 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 215 T ELT) (((-85) $) 209 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-1733 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 206 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ $) 205 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) ELT)) (-2910 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 216 T ELT) (($ $) 210 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-3443 (((-85) $ (-694)) 198 T ELT)) (-3026 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 140 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3788 (($ $ $) 161 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3787 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 163 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3790 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 159 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3789 ((|#2| $ |#1| |#2|) 68 (|has| $ (-1035 |#2|)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 192 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-1146 (-484)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 166 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #1="last" (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 164 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ $ #2="rest" $) 162 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #3="first" (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 160 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #4="value" (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 139 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3027 (($ $ (-583 $)) 138 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 40 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 231 T ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 48 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 179 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3797 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 153 T ELT)) (-2231 (((-3 |#2| #5="failed") |#1| $) 57 T ELT)) (-3725 (($) 6 T CONST)) (-2297 (($ $) 207 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-2298 (($ $) 217 T ELT)) (-3800 (($ $ (-694)) 148 T ELT) (($ $) 146 T ELT)) (-2368 (($ $) 229 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-1353 (($ $) 50 (OR (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))))) ELT)) (-3406 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 42 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 41 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #5#) |#1| $) 58 T ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 235 T ELT) (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 230 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3407 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 49 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 47 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 180 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 178 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3843 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 107 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 104 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 103 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 227 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 224 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 223 T ELT)) (-1576 ((|#2| $ |#1| |#2|) 67 (|has| $ (-1035 |#2|)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 193 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3113 ((|#2| $ |#1|) 69 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484)) 191 T ELT)) (-3444 (((-85) $) 195 T ELT)) (-3420 (((-484) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 214 T ELT) (((-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 213 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484)) 212 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3032 (((-583 $) $) 129 T ELT)) (-3028 (((-85) $ $) 137 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3615 (($ (-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 174 T ELT)) (-3720 (((-85) $ (-694)) 197 T ELT)) (-2200 ((|#1| $) 77 (|has| |#1| (-756)) ELT) (((-484) $) 183 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) 199 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-2857 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ $) 232 T ELT) (($ $ $) 228 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-3519 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ $) 218 T ELT) (($ $ $) 211 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 102 T ELT) (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 222 T ELT)) (-3246 (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 106 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 226 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2201 ((|#1| $) 76 (|has| |#1| (-756)) ELT) (((-484) $) 184 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) 200 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 33 T ELT) (($ (-1 |#2| |#2|) $) 61 T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 240 T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 25 T ELT) (($ (-1 |#2| |#2|) $) 62 T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 93 T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 90 T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ $) 171 T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 123 T ELT)) (-3535 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 241 T ELT)) (-3717 (((-85) $ (-694)) 196 T ELT)) (-3031 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 134 T ELT)) (-3528 (((-85) $) 130 T ELT)) (-3243 (((-1073) $) 20 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-3799 (($ $ (-694)) 151 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 149 T ELT)) (-2232 (((-583 |#1|) $) 59 T ELT)) (-2233 (((-85) |#1| $) 60 T ELT)) (-1274 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 34 T ELT)) (-3610 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 35 T ELT) (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484)) 234 T ELT) (($ $ $ (-484)) 233 T ELT)) (-2304 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484)) 168 T ELT) (($ $ $ (-484)) 167 T ELT)) (-2203 (((-583 |#1|) $) 74 T ELT) (((-583 (-484)) $) 186 T ELT)) (-2204 (((-85) |#1| $) 73 T ELT) (((-85) (-484) $) 187 T ELT)) (-3244 (((-1033) $) 19 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-3802 ((|#2| $) 78 (|has| |#1| (-756)) ELT) (($ $ (-694)) 145 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 143 T ELT)) (-1354 (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) #6="failed") (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 46 T ELT) (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) #6#) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 177 T ELT)) (-2199 (($ $ |#2|) 79 (|has| $ (-1035 |#2|)) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 182 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-1275 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 36 T ELT)) (-3445 (((-85) $) 194 T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 100 T ELT) (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 220 T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) 24 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 23 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 22 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 21 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) 66 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) 65 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) 64 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-249 |#2|))) 63 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 97 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 96 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 95 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) 94 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 127 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 126 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 125 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) 124 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#2| $) 75 (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT) (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 185 (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-2205 (((-583 |#2|) $) 72 T ELT) (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 188 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#2| $ |#1|) 71 T ELT) ((|#2| $ |#1| |#2|) 70 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 190 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484)) 189 T ELT) (($ $ (-1146 (-484))) 175 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #1#) 150 T ELT) (($ $ #2#) 147 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #3#) 144 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #4#) 132 T ELT)) (-3030 (((-484) $ $) 135 T ELT)) (-1466 (($) 44 T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 43 T ELT)) (-1571 (($ $ (-484)) 237 T ELT) (($ $ (-1146 (-484))) 236 T ELT)) (-2305 (($ $ (-484)) 170 T ELT) (($ $ (-1146 (-484))) 169 T ELT)) (-3634 (((-85) $) 133 T ELT)) (-3793 (($ $) 157 T ELT)) (-3791 (($ $) 158 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3794 (((-694) $) 156 T ELT)) (-3795 (($ $) 155 T ELT)) (-1730 (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 105 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 101 T ELT) (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 225 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 221 T ELT)) (-1734 (($ $ $ (-484)) 208 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 51 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473)))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 45 T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 176 T ELT)) (-3792 (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 239 T ELT) (($ $ $) 238 T ELT)) (-3803 (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 173 T ELT) (($ (-583 $)) 172 T ELT) (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 142 T ELT) (($ $ $) 141 T ELT)) (-3947 (((-772) $) 15 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-552 (-772))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772)))) ELT)) (-3523 (((-583 $) $) 128 T ELT)) (-3029 (((-85) $ $) 136 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-1265 (((-85) $ $) 18 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 37 T ELT)) (-1223 (((-632 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |#1| $) 122 T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 99 T ELT) (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 219 T ELT)) (-2567 (((-85) $ $) 201 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-2568 (((-85) $ $) 203 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-3057 (((-85) $ $) 16 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-2685 (((-85) $ $) 202 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-2686 (((-85) $ $) 204 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-3958 (((-694) $) 98 T ELT)))
-(((-36 |#1| |#2|) (-113) (-1013) (-1013)) (T -36))
-((-1223 (*1 *2 *3 *1) (-12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-5 *2 (-632 (-2 (|:| -3861 *3) (|:| |entry| *4)))))))
-(-13 (-1107 |t#1| |t#2|) (-608 (-2 (|:| -3861 |t#1|) (|:| |entry| |t#2|))) (-10 -8 (-15 -1223 ((-632 (-2 (|:| -3861 |t#1|) (|:| |entry| |t#2|))) |t#1| $))))
-(((-34) . T) ((-76 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-72) OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-1013)) (|has| |#2| (-72))) ((-552 (-772)) OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-1013)) (|has| |#2| (-552 (-772)))) ((-124 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-553 (-473)) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ((-183 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-193 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-241 (-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-241 (-1146 (-484)) $) . T) ((-241 |#1| |#2|) . T) ((-243 (-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-243 |#1| |#2|) . T) ((-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-237 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-324 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-429 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-429 |#2|) . T) ((-538 (-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-538 |#1| |#2|) . T) ((-455 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ((-455 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-13) . T) ((-549 |#1| |#2|) . T) ((-593 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-608 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-756) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ((-759) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ((-923 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-1013) OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) (|has| |#2| (-1013))) ((-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-1035 |#2|) . T) ((-1064 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-1107 |#1| |#2|) . T) ((-1129) . T) ((-1168 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T))
-((-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#2|) 10 T ELT)))
-(((-37 |#1| |#2|) (-10 -7 (-15 -3947 (|#1| |#2|)) (-15 -3947 (|#1| (-484))) (-15 -3947 ((-772) |#1|))) (-38 |#2|) (-146)) (T -37))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 52 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT)))
+((-3500 (*1 *1 *1) (-4 *1 (-35))) (-3498 (*1 *1 *1) (-4 *1 (-35))) (-3502 (*1 *1 *1) (-4 *1 (-35))) (-3503 (*1 *1 *1) (-4 *1 (-35))) (-3501 (*1 *1 *1) (-4 *1 (-35))) (-3499 (*1 *1 *1) (-4 *1 (-35))))
+(-13 (-10 -8 (-15 -3499 ($ $)) (-15 -3501 ($ $)) (-15 -3503 ($ $)) (-15 -3502 ($ $)) (-15 -3498 ($ $)) (-15 -3500 ($ $))))
+((-2570 (((-85) $ $) 17 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3404 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 131 T ELT)) (-3797 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 154 T ELT)) (-3799 (($ $) 152 T ELT)) (-3601 (($) 92 T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 91 T ELT)) (-2199 (((-1186) $ |#1| |#1|) 80 (|has| $ (-1036 |#2|)) ELT) (((-1186) $ (-485) (-485)) 181 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3787 (($ $ (-485)) 165 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-1736 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 215 T ELT) (((-85) $) 209 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-1734 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 206 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ $) 205 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) ELT)) (-2911 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 216 T ELT) (($ $) 210 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-3444 (((-85) $ (-695)) 198 T ELT)) (-3027 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 140 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3789 (($ $ $) 161 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3788 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 163 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3791 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 159 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3790 ((|#2| $ |#1| |#2|) 68 (|has| $ (-1036 |#2|)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 192 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-1147 (-485)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 166 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #1="last" (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 164 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ $ #2="rest" $) 162 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #3="first" (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 160 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #4="value" (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 139 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3028 (($ $ (-584 $)) 138 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 40 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 231 T ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 48 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 179 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3798 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 153 T ELT)) (-2232 (((-3 |#2| #5="failed") |#1| $) 57 T ELT)) (-3726 (($) 6 T CONST)) (-2298 (($ $) 207 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-2299 (($ $) 217 T ELT)) (-3801 (($ $ (-695)) 148 T ELT) (($ $) 146 T ELT)) (-2369 (($ $) 229 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-1354 (($ $) 50 (OR (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))))) ELT)) (-3407 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 42 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 41 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #5#) |#1| $) 58 T ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 235 T ELT) (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 230 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3408 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 49 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 47 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 180 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 178 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3844 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 107 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 104 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 103 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 227 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 224 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 223 T ELT)) (-1577 ((|#2| $ |#1| |#2|) 67 (|has| $ (-1036 |#2|)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 193 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3114 ((|#2| $ |#1|) 69 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485)) 191 T ELT)) (-3445 (((-85) $) 195 T ELT)) (-3421 (((-485) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 214 T ELT) (((-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 213 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485)) 212 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3033 (((-584 $) $) 129 T ELT)) (-3029 (((-85) $ $) 137 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3616 (($ (-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 174 T ELT)) (-3721 (((-85) $ (-695)) 197 T ELT)) (-2201 ((|#1| $) 77 (|has| |#1| (-757)) ELT) (((-485) $) 183 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) 199 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-2858 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ $) 232 T ELT) (($ $ $) 228 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-3520 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ $) 218 T ELT) (($ $ $) 211 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 102 T ELT) (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 222 T ELT)) (-3247 (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 106 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 226 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2202 ((|#1| $) 76 (|has| |#1| (-757)) ELT) (((-485) $) 184 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) 200 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 33 T ELT) (($ (-1 |#2| |#2|) $) 61 T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 240 T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 25 T ELT) (($ (-1 |#2| |#2|) $) 62 T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 93 T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 90 T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ $) 171 T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 123 T ELT)) (-3536 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 241 T ELT)) (-3718 (((-85) $ (-695)) 196 T ELT)) (-3032 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 134 T ELT)) (-3529 (((-85) $) 130 T ELT)) (-3244 (((-1074) $) 20 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-3800 (($ $ (-695)) 151 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 149 T ELT)) (-2233 (((-584 |#1|) $) 59 T ELT)) (-2234 (((-85) |#1| $) 60 T ELT)) (-1275 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 34 T ELT)) (-3611 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 35 T ELT) (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485)) 234 T ELT) (($ $ $ (-485)) 233 T ELT)) (-2305 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485)) 168 T ELT) (($ $ $ (-485)) 167 T ELT)) (-2204 (((-584 |#1|) $) 74 T ELT) (((-584 (-485)) $) 186 T ELT)) (-2205 (((-85) |#1| $) 73 T ELT) (((-85) (-485) $) 187 T ELT)) (-3245 (((-1034) $) 19 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-3803 ((|#2| $) 78 (|has| |#1| (-757)) ELT) (($ $ (-695)) 145 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 143 T ELT)) (-1355 (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) #6="failed") (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 46 T ELT) (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) #6#) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 177 T ELT)) (-2200 (($ $ |#2|) 79 (|has| $ (-1036 |#2|)) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 182 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-1276 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 36 T ELT)) (-3446 (((-85) $) 194 T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 100 T ELT) (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 220 T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) 24 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 23 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 22 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 21 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) 66 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) 65 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) 64 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-249 |#2|))) 63 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 97 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 96 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 95 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) 94 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 127 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 126 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 125 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) 124 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#2| $) 75 (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT) (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 185 (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-2206 (((-584 |#2|) $) 72 T ELT) (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 188 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#2| $ |#1|) 71 T ELT) ((|#2| $ |#1| |#2|) 70 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 190 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485)) 189 T ELT) (($ $ (-1147 (-485))) 175 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #1#) 150 T ELT) (($ $ #2#) 147 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #3#) 144 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #4#) 132 T ELT)) (-3031 (((-485) $ $) 135 T ELT)) (-1467 (($) 44 T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 43 T ELT)) (-1572 (($ $ (-485)) 237 T ELT) (($ $ (-1147 (-485))) 236 T ELT)) (-2306 (($ $ (-485)) 170 T ELT) (($ $ (-1147 (-485))) 169 T ELT)) (-3635 (((-85) $) 133 T ELT)) (-3794 (($ $) 157 T ELT)) (-3792 (($ $) 158 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3795 (((-695) $) 156 T ELT)) (-3796 (($ $) 155 T ELT)) (-1731 (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 105 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 101 T ELT) (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 225 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 221 T ELT)) (-1735 (($ $ $ (-485)) 208 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 51 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474)))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 45 T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 176 T ELT)) (-3793 (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 239 T ELT) (($ $ $) 238 T ELT)) (-3804 (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 173 T ELT) (($ (-584 $)) 172 T ELT) (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 142 T ELT) (($ $ $) 141 T ELT)) (-3948 (((-773) $) 15 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-553 (-773))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773)))) ELT)) (-3524 (((-584 $) $) 128 T ELT)) (-3030 (((-85) $ $) 136 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-1266 (((-85) $ $) 18 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 37 T ELT)) (-1224 (((-633 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |#1| $) 122 T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 99 T ELT) (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 219 T ELT)) (-2568 (((-85) $ $) 201 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-2569 (((-85) $ $) 203 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-3058 (((-85) $ $) 16 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-2686 (((-85) $ $) 202 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-2687 (((-85) $ $) 204 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-3959 (((-695) $) 98 T ELT)))
+(((-36 |#1| |#2|) (-113) (-1014) (-1014)) (T -36))
+((-1224 (*1 *2 *3 *1) (-12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-5 *2 (-633 (-2 (|:| -3862 *3) (|:| |entry| *4)))))))
+(-13 (-1108 |t#1| |t#2|) (-609 (-2 (|:| -3862 |t#1|) (|:| |entry| |t#2|))) (-10 -8 (-15 -1224 ((-633 (-2 (|:| -3862 |t#1|) (|:| |entry| |t#2|))) |t#1| $))))
+(((-34) . T) ((-76 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-72) OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-1014)) (|has| |#2| (-72))) ((-553 (-773)) OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-1014)) (|has| |#2| (-553 (-773)))) ((-124 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-554 (-474)) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ((-183 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-193 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-241 (-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-241 (-1147 (-485)) $) . T) ((-241 |#1| |#2|) . T) ((-243 (-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-243 |#1| |#2|) . T) ((-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-237 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-324 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-429 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-429 |#2|) . T) ((-539 (-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-539 |#1| |#2|) . T) ((-456 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ((-456 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-13) . T) ((-550 |#1| |#2|) . T) ((-594 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-609 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-757) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ((-760) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ((-924 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-1014) OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) (|has| |#2| (-1014))) ((-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-1036 |#2|) . T) ((-1065 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-1108 |#1| |#2|) . T) ((-1130) . T) ((-1169 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T))
+((-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#2|) 10 T ELT)))
+(((-37 |#1| |#2|) (-10 -7 (-15 -3948 (|#1| |#2|)) (-15 -3948 (|#1| (-485))) (-15 -3948 ((-773) |#1|))) (-38 |#2|) (-146)) (T -37))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 52 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT)))
(((-38 |#1|) (-113) (-146)) (T -38))
NIL
-(-13 (-961) (-654 |t#1|) (-555 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-582 |#1|) . T) ((-654 |#1|) . T) ((-663) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-3419 (((-348 |#1|) |#1|) 41 T ELT)) (-3733 (((-348 |#1|) |#1|) 30 T ELT) (((-348 |#1|) |#1| (-583 (-48))) 33 T ELT)) (-1224 (((-85) |#1|) 59 T ELT)))
-(((-39 |#1|) (-10 -7 (-15 -3733 ((-348 |#1|) |#1| (-583 (-48)))) (-15 -3733 ((-348 |#1|) |#1|)) (-15 -3419 ((-348 |#1|) |#1|)) (-15 -1224 ((-85) |#1|))) (-1155 (-48))) (T -39))
-((-1224 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-39 *3)) (-4 *3 (-1155 (-48))))) (-3419 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1155 (-48))))) (-3733 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1155 (-48))))) (-3733 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-48))) (-5 *2 (-348 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1155 (-48))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1647 (((-2 (|:| |num| (-1179 |#2|)) (|:| |den| |#2|)) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2063 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2061 (((-85) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1785 (((-630 (-350 |#2|)) (-1179 $)) NIL T ELT) (((-630 (-350 |#2|))) NIL T ELT)) (-3331 (((-350 |#2|) $) NIL T ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1608 (((-85) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3137 (((-694)) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1661 (((-85)) NIL T ELT)) (-1660 (((-85) |#1|) NIL T ELT) (((-85) |#2|) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| (-350 |#2|) (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| (-350 |#2|) (-950 (-350 (-484)))) ELT) (((-3 (-350 |#2|) #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| (-350 |#2|) (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| (-350 |#2|) (-950 (-350 (-484)))) ELT) (((-350 |#2|) $) NIL T ELT)) (-1795 (($ (-1179 (-350 |#2|)) (-1179 $)) NIL T ELT) (($ (-1179 (-350 |#2|))) 60 T ELT) (($ (-1179 |#2|) |#2|) 130 T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-350 |#2|) (-299)) ELT)) (-2565 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1784 (((-630 (-350 |#2|)) $ (-1179 $)) NIL T ELT) (((-630 (-350 |#2|)) $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-350 |#2|))) (|:| |vec| (-1179 (-350 |#2|)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-350 |#2|)) (-630 $)) NIL T ELT)) (-1652 (((-1179 $) (-1179 $)) NIL T ELT)) (-3843 (($ |#3|) NIL T ELT) (((-3 $ #1#) (-350 |#3|)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1639 (((-583 (-583 |#1|))) NIL (|has| |#1| (-320)) ELT)) (-1664 (((-85) |#1| |#1|) NIL T ELT)) (-3109 (((-830)) NIL T ELT)) (-2995 (($) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1659 (((-85)) NIL T ELT)) (-1658 (((-85) |#1|) NIL T ELT) (((-85) |#2|) NIL T ELT)) (-2564 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3504 (($ $) NIL T ELT)) (-2834 (($) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1680 (((-85) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1767 (($ $ (-694)) NIL (|has| (-350 |#2|) (-299)) ELT) (($ $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3724 (((-85) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3773 (((-830) $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-743 (-830)) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3378 (((-694)) NIL T ELT)) (-1653 (((-1179 $) (-1179 $)) 105 T ELT)) (-3133 (((-350 |#2|) $) NIL T ELT)) (-1640 (((-583 (-857 |#1|)) (-1090)) NIL (|has| |#1| (-312)) ELT)) (-3446 (((-632 $) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2014 ((|#3| $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2010 (((-830) $) NIL (|has| (-350 |#2|) (-320)) ELT)) (-3080 ((|#3| $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-350 |#2|))) (|:| |vec| (-1179 (-350 |#2|)))) (-1179 $) $) NIL T ELT) (((-630 (-350 |#2|)) (-1179 $)) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1225 (((-1185) (-694)) 83 T ELT)) (-1648 (((-630 (-350 |#2|))) 55 T ELT)) (-1650 (((-630 (-350 |#2|))) 48 T ELT)) (-2485 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1645 (($ (-1179 |#2|) |#2|) 131 T ELT)) (-1649 (((-630 (-350 |#2|))) 49 T ELT)) (-1651 (((-630 (-350 |#2|))) 47 T ELT)) (-1644 (((-2 (|:| |num| (-630 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 129 T ELT)) (-1646 (((-2 (|:| |num| (-1179 |#2|)) (|:| |den| |#2|)) $) 67 T ELT)) (-1657 (((-1179 $)) 46 T ELT)) (-3919 (((-1179 $)) 45 T ELT)) (-1656 (((-85) $) NIL T ELT)) (-1655 (((-85) $) NIL T ELT) (((-85) $ |#1|) NIL T ELT) (((-85) $ |#2|) NIL T ELT)) (-3447 (($) NIL (|has| (-350 |#2|) (-299)) CONST)) (-2400 (($ (-830)) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1642 (((-3 |#2| #1#)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1666 (((-694)) NIL T ELT)) (-2409 (($) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3733 (((-348 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| (-350 |#2|) (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1607 (((-694) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3801 ((|#1| $ |#1| |#1|) NIL T ELT)) (-1643 (((-3 |#2| #1#)) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3758 (((-350 |#2|) (-1179 $)) NIL T ELT) (((-350 |#2|)) 43 T ELT)) (-1768 (((-694) $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-3 (-694) #1#) $ $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3759 (($ $ (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-694)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 |#2| |#2|)) 125 T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-2408 (((-630 (-350 |#2|)) (-1179 $) (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3186 ((|#3|) 54 T ELT)) (-1674 (($) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3225 (((-1179 (-350 |#2|)) $ (-1179 $)) NIL T ELT) (((-630 (-350 |#2|)) (-1179 $) (-1179 $)) NIL T ELT) (((-1179 (-350 |#2|)) $) 61 T ELT) (((-630 (-350 |#2|)) (-1179 $)) 106 T ELT)) (-3973 (((-1179 (-350 |#2|)) $) NIL T ELT) (($ (-1179 (-350 |#2|))) NIL T ELT) ((|#3| $) NIL T ELT) (($ |#3|) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1654 (((-1179 $) (-1179 $)) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-350 |#2|)) NIL T ELT) (($ (-350 (-484))) NIL (OR (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2703 (($ $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-632 $) $) NIL (|has| (-350 |#2|) (-118)) ELT)) (-2450 ((|#3| $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1663 (((-85)) 41 T ELT)) (-1662 (((-85) |#1|) 53 T ELT) (((-85) |#2|) 137 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-1641 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL T ELT)) (-1665 (((-85)) NIL T ELT)) (-2661 (($) 17 T CONST)) (-2667 (($) 27 T CONST)) (-2670 (($ $ (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-694)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| (-350 |#2|) (-312)) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 |#2|)) NIL T ELT) (($ (-350 |#2|) $) NIL T ELT) (($ (-350 (-484)) $) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-350 (-484))) NIL (|has| (-350 |#2|) (-312)) ELT)))
-(((-40 |#1| |#2| |#3| |#4|) (-13 (-291 |#1| |#2| |#3|) (-10 -7 (-15 -1225 ((-1185) (-694))))) (-312) (-1155 |#1|) (-1155 (-350 |#2|)) |#3|) (T -40))
-((-1225 (*1 *2 *3) (-12 (-5 *3 (-694)) (-4 *4 (-312)) (-4 *5 (-1155 *4)) (-5 *2 (-1185)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1155 (-350 *5))) (-14 *7 *6))))
-((-1226 ((|#2| |#2|) 47 T ELT)) (-1231 ((|#2| |#2|) 136 (-12 (|has| |#2| (-364 |#1|)) (|has| |#1| (-13 (-392) (-950 (-484))))) ELT)) (-1230 ((|#2| |#2|) 100 (-12 (|has| |#2| (-364 |#1|)) (|has| |#1| (-13 (-392) (-950 (-484))))) ELT)) (-1229 ((|#2| |#2|) 101 (-12 (|has| |#2| (-364 |#1|)) (|has| |#1| (-13 (-392) (-950 (-484))))) ELT)) (-1232 ((|#2| (-86) |#2| (-694)) 80 (-12 (|has| |#2| (-364 |#1|)) (|has| |#1| (-13 (-392) (-950 (-484))))) ELT)) (-1228 (((-1085 |#2|) |#2|) 44 T ELT)) (-1227 ((|#2| |#2| (-583 (-550 |#2|))) 18 T ELT) ((|#2| |#2| (-583 |#2|)) 20 T ELT) ((|#2| |#2| |#2|) 21 T ELT) ((|#2| |#2|) 16 T ELT)))
-(((-41 |#1| |#2|) (-10 -7 (-15 -1226 (|#2| |#2|)) (-15 -1227 (|#2| |#2|)) (-15 -1227 (|#2| |#2| |#2|)) (-15 -1227 (|#2| |#2| (-583 |#2|))) (-15 -1227 (|#2| |#2| (-583 (-550 |#2|)))) (-15 -1228 ((-1085 |#2|) |#2|)) (IF (|has| |#1| (-13 (-392) (-950 (-484)))) (IF (|has| |#2| (-364 |#1|)) (PROGN (-15 -1229 (|#2| |#2|)) (-15 -1230 (|#2| |#2|)) (-15 -1231 (|#2| |#2|)) (-15 -1232 (|#2| (-86) |#2| (-694)))) |%noBranch|) |%noBranch|)) (-495) (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 |#1| (-550 $)) $)) (-15 -2998 ((-1039 |#1| (-550 $)) $)) (-15 -3947 ($ (-1039 |#1| (-550 $))))))) (T -41))
-((-1232 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-86)) (-5 *4 (-694)) (-4 *5 (-13 (-392) (-950 (-484)))) (-4 *5 (-495)) (-5 *1 (-41 *5 *2)) (-4 *2 (-364 *5)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 *5 (-550 $)) $)) (-15 -2998 ((-1039 *5 (-550 $)) $)) (-15 -3947 ($ (-1039 *5 (-550 $))))))))) (-1231 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-950 (-484)))) (-4 *3 (-495)) (-5 *1 (-41 *3 *2)) (-4 *2 (-364 *3)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $)) (-15 -2998 ((-1039 *3 (-550 $)) $)) (-15 -3947 ($ (-1039 *3 (-550 $))))))))) (-1230 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-950 (-484)))) (-4 *3 (-495)) (-5 *1 (-41 *3 *2)) (-4 *2 (-364 *3)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $)) (-15 -2998 ((-1039 *3 (-550 $)) $)) (-15 -3947 ($ (-1039 *3 (-550 $))))))))) (-1229 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-950 (-484)))) (-4 *3 (-495)) (-5 *1 (-41 *3 *2)) (-4 *2 (-364 *3)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $)) (-15 -2998 ((-1039 *3 (-550 $)) $)) (-15 -3947 ($ (-1039 *3 (-550 $))))))))) (-1228 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-1085 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 *4 (-550 $)) $)) (-15 -2998 ((-1039 *4 (-550 $)) $)) (-15 -3947 ($ (-1039 *4 (-550 $))))))))) (-1227 (*1 *2 *2 *3) (-12 (-5 *3 (-583 (-550 *2))) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 *4 (-550 $)) $)) (-15 -2998 ((-1039 *4 (-550 $)) $)) (-15 -3947 ($ (-1039 *4 (-550 $))))))) (-4 *4 (-495)) (-5 *1 (-41 *4 *2)))) (-1227 (*1 *2 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 *4 (-550 $)) $)) (-15 -2998 ((-1039 *4 (-550 $)) $)) (-15 -3947 ($ (-1039 *4 (-550 $))))))) (-4 *4 (-495)) (-5 *1 (-41 *4 *2)))) (-1227 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $)) (-15 -2998 ((-1039 *3 (-550 $)) $)) (-15 -3947 ($ (-1039 *3 (-550 $))))))))) (-1227 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $)) (-15 -2998 ((-1039 *3 (-550 $)) $)) (-15 -3947 ($ (-1039 *3 (-550 $))))))))) (-1226 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $)) (-15 -2998 ((-1039 *3 (-550 $)) $)) (-15 -3947 ($ (-1039 *3 (-550 $))))))))))
-((-3733 (((-348 (-1085 |#3|)) (-1085 |#3|) (-583 (-48))) 23 T ELT) (((-348 |#3|) |#3| (-583 (-48))) 19 T ELT)))
-(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -3733 ((-348 |#3|) |#3| (-583 (-48)))) (-15 -3733 ((-348 (-1085 |#3|)) (-1085 |#3|) (-583 (-48))))) (-756) (-717) (-861 (-48) |#2| |#1|)) (T -42))
-((-3733 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-48))) (-4 *5 (-756)) (-4 *6 (-717)) (-4 *7 (-861 (-48) *6 *5)) (-5 *2 (-348 (-1085 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1085 *7)))) (-3733 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-48))) (-4 *5 (-756)) (-4 *6 (-717)) (-5 *2 (-348 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-861 (-48) *6 *5)))))
-((-1236 (((-694) |#2|) 70 T ELT)) (-1234 (((-694) |#2|) 74 T ELT)) (-1249 (((-583 |#2|)) 37 T ELT)) (-1233 (((-694) |#2|) 73 T ELT)) (-1235 (((-694) |#2|) 69 T ELT)) (-1237 (((-694) |#2|) 72 T ELT)) (-1247 (((-583 (-630 |#1|))) 65 T ELT)) (-1242 (((-583 |#2|)) 60 T ELT)) (-1240 (((-583 |#2|) |#2|) 48 T ELT)) (-1244 (((-583 |#2|)) 62 T ELT)) (-1243 (((-583 |#2|)) 61 T ELT)) (-1246 (((-583 (-630 |#1|))) 53 T ELT)) (-1241 (((-583 |#2|)) 59 T ELT)) (-1239 (((-583 |#2|) |#2|) 47 T ELT)) (-1238 (((-583 |#2|)) 55 T ELT)) (-1248 (((-583 (-630 |#1|))) 66 T ELT)) (-1245 (((-583 |#2|)) 64 T ELT)) (-2012 (((-1179 |#2|) (-1179 |#2|)) 99 (|has| |#1| (-258)) ELT)))
-(((-43 |#1| |#2|) (-10 -7 (-15 -1233 ((-694) |#2|)) (-15 -1234 ((-694) |#2|)) (-15 -1235 ((-694) |#2|)) (-15 -1236 ((-694) |#2|)) (-15 -1237 ((-694) |#2|)) (-15 -1238 ((-583 |#2|))) (-15 -1239 ((-583 |#2|) |#2|)) (-15 -1240 ((-583 |#2|) |#2|)) (-15 -1241 ((-583 |#2|))) (-15 -1242 ((-583 |#2|))) (-15 -1243 ((-583 |#2|))) (-15 -1244 ((-583 |#2|))) (-15 -1245 ((-583 |#2|))) (-15 -1246 ((-583 (-630 |#1|)))) (-15 -1247 ((-583 (-630 |#1|)))) (-15 -1248 ((-583 (-630 |#1|)))) (-15 -1249 ((-583 |#2|))) (IF (|has| |#1| (-258)) (-15 -2012 ((-1179 |#2|) (-1179 |#2|))) |%noBranch|)) (-495) (-361 |#1|)) (T -43))
-((-2012 (*1 *2 *2) (-12 (-5 *2 (-1179 *4)) (-4 *4 (-361 *3)) (-4 *3 (-258)) (-4 *3 (-495)) (-5 *1 (-43 *3 *4)))) (-1249 (*1 *2) (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1248 (*1 *2) (-12 (-4 *3 (-495)) (-5 *2 (-583 (-630 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1247 (*1 *2) (-12 (-4 *3 (-495)) (-5 *2 (-583 (-630 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1246 (*1 *2) (-12 (-4 *3 (-495)) (-5 *2 (-583 (-630 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1245 (*1 *2) (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1244 (*1 *2) (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1243 (*1 *2) (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1242 (*1 *2) (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1241 (*1 *2) (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1240 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-583 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1239 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-583 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1238 (*1 *2) (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1237 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1236 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1235 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1234 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1233 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1775 (((-3 $ #1="failed")) NIL (|has| |#1| (-495)) ELT)) (-1312 (((-3 $ #1#) $ $) NIL T ELT)) (-3224 (((-1179 (-630 |#1|)) (-1179 $)) NIL T ELT) (((-1179 (-630 |#1|))) 24 T ELT)) (-1729 (((-1179 $)) 52 T ELT)) (-3725 (($) NIL T CONST)) (-1909 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) NIL (|has| |#1| (-495)) ELT)) (-1703 (((-3 $ #1#)) NIL (|has| |#1| (-495)) ELT)) (-1791 (((-630 |#1|) (-1179 $)) NIL T ELT) (((-630 |#1|)) NIL T ELT)) (-1727 ((|#1| $) NIL T ELT)) (-1789 (((-630 |#1|) $ (-1179 $)) NIL T ELT) (((-630 |#1|) $) NIL T ELT)) (-2404 (((-3 $ #1#) $) NIL (|has| |#1| (-495)) ELT)) (-1903 (((-1085 (-857 |#1|))) NIL (|has| |#1| (-312)) ELT)) (-2407 (($ $ (-830)) NIL T ELT)) (-1725 ((|#1| $) NIL T ELT)) (-1705 (((-1085 |#1|) $) NIL (|has| |#1| (-495)) ELT)) (-1793 ((|#1| (-1179 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-1723 (((-1085 |#1|) $) NIL T ELT)) (-1717 (((-85)) 99 T ELT)) (-1795 (($ (-1179 |#1|) (-1179 $)) NIL T ELT) (($ (-1179 |#1|)) NIL T ELT)) (-3468 (((-3 $ #1#) $) 14 (|has| |#1| (-495)) ELT)) (-3109 (((-830)) 53 T ELT)) (-1714 (((-85)) NIL T ELT)) (-2434 (($ $ (-830)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-1710 (((-85)) NIL T ELT)) (-1708 (((-85)) NIL T ELT)) (-1712 (((-85)) 101 T ELT)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) NIL (|has| |#1| (-495)) ELT)) (-1704 (((-3 $ #1#)) NIL (|has| |#1| (-495)) ELT)) (-1792 (((-630 |#1|) (-1179 $)) NIL T ELT) (((-630 |#1|)) NIL T ELT)) (-1728 ((|#1| $) NIL T ELT)) (-1790 (((-630 |#1|) $ (-1179 $)) NIL T ELT) (((-630 |#1|) $) NIL T ELT)) (-2405 (((-3 $ #1#) $) NIL (|has| |#1| (-495)) ELT)) (-1907 (((-1085 (-857 |#1|))) NIL (|has| |#1| (-312)) ELT)) (-2406 (($ $ (-830)) NIL T ELT)) (-1726 ((|#1| $) NIL T ELT)) (-1706 (((-1085 |#1|) $) NIL (|has| |#1| (-495)) ELT)) (-1794 ((|#1| (-1179 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-1724 (((-1085 |#1|) $) NIL T ELT)) (-1718 (((-85)) 98 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1709 (((-85)) 106 T ELT)) (-1711 (((-85)) 105 T ELT)) (-1713 (((-85)) 107 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1716 (((-85)) 100 T ELT)) (-3801 ((|#1| $ (-484)) 55 T ELT)) (-3225 (((-1179 |#1|) $ (-1179 $)) 48 T ELT) (((-630 |#1|) (-1179 $) (-1179 $)) NIL T ELT) (((-1179 |#1|) $) 28 T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-3973 (((-1179 |#1|) $) NIL T ELT) (($ (-1179 |#1|)) NIL T ELT)) (-1895 (((-583 (-857 |#1|)) (-1179 $)) NIL T ELT) (((-583 (-857 |#1|))) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-1722 (((-85)) 95 T ELT)) (-3947 (((-772) $) 71 T ELT) (($ (-1179 |#1|)) 22 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) 51 T ELT)) (-1707 (((-583 (-1179 |#1|))) NIL (|has| |#1| (-495)) ELT)) (-2437 (($ $ $ $) NIL T ELT)) (-1720 (((-85)) 91 T ELT)) (-2546 (($ (-630 |#1|) $) 18 T ELT)) (-2435 (($ $ $) NIL T ELT)) (-1721 (((-85)) 97 T ELT)) (-1719 (((-85)) 92 T ELT)) (-1715 (((-85)) 90 T ELT)) (-2661 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 80 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-1056 |#2| |#1|) $) 19 T ELT)))
-(((-44 |#1| |#2| |#3| |#4|) (-13 (-361 |#1|) (-590 (-1056 |#2| |#1|)) (-10 -8 (-15 -3947 ($ (-1179 |#1|))))) (-312) (-830) (-583 (-1090)) (-1179 (-630 |#1|))) (T -44))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-312)) (-14 *6 (-1179 (-630 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))))))
-((-2569 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3403 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3796 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3798 (($ $) NIL T ELT)) (-3600 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2198 (((-1185) $ |#1| |#1|) NIL (|has| $ (-1035 |#2|)) ELT) (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3786 (($ $ (-484)) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-1735 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-85) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-1733 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ $) NIL (-12 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756))) ELT)) (-2910 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-3443 (((-85) $ (-694)) NIL T ELT)) (-3026 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3788 (($ $ $) 34 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3787 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3790 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 36 (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3789 ((|#2| $ |#1| |#2|) 59 (|has| $ (-1035 |#2|)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-1146 (-484)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #1="last" (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ $ #2="rest" $) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #3="first" (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #4="value" (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3027 (($ $ (-583 $)) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3797 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2231 (((-3 |#2| #5="failed") |#1| $) 44 T ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-2298 (($ $) NIL T ELT)) (-3800 (($ $ (-694)) NIL T ELT) (($ $) 30 T ELT)) (-2368 (($ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3406 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #5#) |#1| $) 62 T ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3407 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3843 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1576 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3113 ((|#2| $ |#1|) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484)) NIL T ELT)) (-3444 (((-85) $) NIL T ELT)) (-3420 (((-484) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484)) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3032 (((-583 $) $) NIL T ELT)) (-3028 (((-85) $ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3615 (($ (-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT)) (-3720 (((-85) $ (-694)) NIL T ELT)) (-2200 ((|#1| $) NIL (|has| |#1| (-756)) ELT) (((-484) $) 39 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-2857 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ $) NIL T ELT) (($ $ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-3519 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ $) NIL T ELT) (($ $ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 21 T ELT) (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 21 T ELT)) (-3246 (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-756)) ELT) (((-484) $) 41 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3535 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT)) (-3717 (((-85) $ (-694)) NIL T ELT)) (-3031 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3528 (((-85) $) NIL T ELT)) (-3243 (((-1073) $) 50 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-3799 (($ $ (-694)) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2232 (((-583 |#1|) $) 23 T ELT)) (-2233 (((-85) |#1| $) NIL T ELT)) (-1274 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3610 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT) (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484)) NIL T ELT) (($ $ $ (-484)) NIL T ELT)) (-2304 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484)) NIL T ELT) (($ $ $ (-484)) NIL T ELT)) (-2203 (((-583 |#1|) $) NIL T ELT) (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) |#1| $) NIL T ELT) (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-3802 ((|#2| $) NIL (|has| |#1| (-756)) ELT) (($ $ (-694)) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 28 T ELT)) (-1354 (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) #5#) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) #5#) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2199 (($ $ |#2|) NIL (|has| $ (-1035 |#2|)) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-1275 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3445 (((-85) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT) (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-2205 (((-583 |#2|) $) NIL T ELT) (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 20 T ELT)) (-3404 (((-85) $) 19 T ELT)) (-3566 (($) 15 T ELT)) (-3801 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #3#) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $ #4#) NIL T ELT)) (-3030 (((-484) $ $) NIL T ELT)) (-1466 (($) 14 T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1571 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-2305 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-3634 (((-85) $) NIL T ELT)) (-3793 (($ $) NIL T ELT)) (-3791 (($ $) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3794 (((-694) $) NIL T ELT)) (-3795 (($ $) NIL T ELT)) (-1730 (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3792 (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (($ $ $) NIL T ELT)) (-3803 (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (($ (-583 $)) NIL T ELT) (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 32 T ELT) (($ $ $) NIL T ELT)) (-3947 (((-772) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-552 (-772)))) ELT)) (-3523 (((-583 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-1265 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1223 (((-632 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) |#1| $) 54 T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-3057 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-2685 (((-85) $ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-756)) ELT)) (-3958 (((-694) $) 26 T ELT)))
-(((-45 |#1| |#2|) (-36 |#1| |#2|) (-1013) (-1013)) (T -45))
-NIL
-((-3938 (((-85) $) 12 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) 21 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (($ (-350 (-484)) $) 25 T ELT) (($ $ (-350 (-484))) NIL T ELT)))
-(((-46 |#1| |#2| |#3|) (-10 -7 (-15 * (|#1| |#1| (-350 (-484)))) (-15 * (|#1| (-350 (-484)) |#1|)) (-15 -3938 ((-85) |#1|)) (-15 -3959 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-484) |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 * (|#1| (-830) |#1|))) (-47 |#2| |#3|) (-961) (-716)) (T -46))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 71 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 72 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 74 (|has| |#1| (-495)) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3960 (($ $) 80 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3938 (((-85) $) 82 T ELT)) (-2894 (($ |#1| |#2|) 81 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-2895 (($ $) 85 T ELT)) (-3175 ((|#1| $) 86 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3467 (((-3 $ "failed") $ $) 70 (|has| |#1| (-495)) ELT)) (-3949 ((|#2| $) 84 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ (-350 (-484))) 77 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) 69 (|has| |#1| (-495)) ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT)) (-3678 ((|#1| $ |#2|) 79 T ELT)) (-2703 (((-632 $) $) 68 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 73 (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-484)) $) 76 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 75 (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-47 |#1| |#2|) (-113) (-961) (-716)) (T -47))
-((-3175 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-716)) (-4 *2 (-961)))) (-2895 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716)))) (-3949 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716)))) (-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)))) (-3938 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-85)))) (-2894 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716)))) (-3960 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716)))) (-3678 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-716)) (-4 *2 (-961)))) (-3950 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716)) (-4 *2 (-312)))))
-(-13 (-961) (-82 |t#1| |t#1|) (-10 -8 (-15 -3175 (|t#1| $)) (-15 -2895 ($ $)) (-15 -3949 (|t#2| $)) (-15 -3959 ($ (-1 |t#1| |t#1|) $)) (-15 -3938 ((-85) $)) (-15 -2894 ($ |t#1| |t#2|)) (-15 -3960 ($ $)) (-15 -3678 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-312)) (-15 -3950 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-146)) (PROGN (-6 (-146)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-495)) (-6 (-495)) |%noBranch|) (IF (|has| |t#1| (-38 (-350 (-484)))) (-6 (-38 (-350 (-484)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-495)) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-555 (-484)) . T) ((-555 |#1|) |has| |#1| (-146)) ((-555 $) |has| |#1| (-495)) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-246) |has| |#1| (-495)) ((-495) |has| |#1| (-495)) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) |has| |#1| (-495)) ((-654 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) |has| |#1| (-495)) ((-663) . T) ((-963 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-968 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-1215 (((-583 $) (-1085 $) (-1090)) NIL T ELT) (((-583 $) (-1085 $)) NIL T ELT) (((-583 $) (-857 $)) NIL T ELT)) (-1216 (($ (-1085 $) (-1090)) NIL T ELT) (($ (-1085 $)) NIL T ELT) (($ (-857 $)) NIL T ELT)) (-3189 (((-85) $) 9 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1600 (((-583 (-550 $)) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-1604 (($ $ (-249 $)) NIL T ELT) (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-583 (-550 $)) (-583 $)) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-3038 (($ $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-1217 (((-583 $) (-1085 $) (-1090)) NIL T ELT) (((-583 $) (-1085 $)) NIL T ELT) (((-583 $) (-857 $)) NIL T ELT)) (-3184 (($ (-1085 $) (-1090)) NIL T ELT) (($ (-1085 $)) NIL T ELT) (($ (-857 $)) NIL T ELT)) (-3158 (((-3 (-550 $) #1#) $) NIL T ELT) (((-3 (-484) #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT)) (-3157 (((-550 $) $) NIL T ELT) (((-484) $) NIL T ELT) (((-350 (-484)) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-484)) (-630 $)) NIL T ELT) (((-2 (|:| |mat| (-630 (-350 (-484)))) (|:| |vec| (-1179 (-350 (-484))))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-350 (-484))) (-630 $)) NIL T ELT)) (-3843 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-2574 (($ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-1599 (((-583 (-86)) $) NIL T ELT)) (-3596 (((-86) (-86)) NIL T ELT)) (-2410 (((-85) $) 11 T ELT)) (-2674 (((-85) $) NIL (|has| $ (-950 (-484))) ELT)) (-2999 (((-1039 (-484) (-550 $)) $) NIL T ELT)) (-3012 (($ $ (-484)) NIL T ELT)) (-3133 (((-1085 $) (-1085 $) (-550 $)) NIL T ELT) (((-1085 $) (-1085 $) (-583 (-550 $))) NIL T ELT) (($ $ (-550 $)) NIL T ELT) (($ $ (-583 (-550 $))) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-1597 (((-1085 $) (-550 $)) NIL (|has| $ (-961)) ELT)) (-3959 (($ (-1 $ $) (-550 $)) NIL T ELT)) (-1602 (((-3 (-550 $) #1#) $) NIL T ELT)) (-2280 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL T ELT) (((-630 (-484)) (-1179 $)) NIL T ELT) (((-2 (|:| |mat| (-630 (-350 (-484)))) (|:| |vec| (-1179 (-350 (-484))))) (-1179 $) $) NIL T ELT) (((-630 (-350 (-484))) (-1179 $)) NIL T ELT)) (-1894 (($ (-583 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1601 (((-583 (-550 $)) $) NIL T ELT)) (-2235 (($ (-86) $) NIL T ELT) (($ (-86) (-583 $)) NIL T ELT)) (-2634 (((-85) $ (-86)) NIL T ELT) (((-85) $ (-1090)) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-2604 (((-694) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ (-583 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-1598 (((-85) $ $) NIL T ELT) (((-85) $ (-1090)) NIL T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-2675 (((-85) $) NIL (|has| $ (-950 (-484))) ELT)) (-3769 (($ $ (-550 $) $) NIL T ELT) (($ $ (-583 (-550 $)) (-583 $)) NIL T ELT) (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ $))) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ (-583 $)))) NIL T ELT) (($ $ (-1090) (-1 $ (-583 $))) NIL T ELT) (($ $ (-1090) (-1 $ $)) NIL T ELT) (($ $ (-583 (-86)) (-583 (-1 $ $))) NIL T ELT) (($ $ (-583 (-86)) (-583 (-1 $ (-583 $)))) NIL T ELT) (($ $ (-86) (-1 $ (-583 $))) NIL T ELT) (($ $ (-86) (-1 $ $)) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ (-86) $) NIL T ELT) (($ (-86) $ $) NIL T ELT) (($ (-86) $ $ $) NIL T ELT) (($ (-86) $ $ $ $) NIL T ELT) (($ (-86) (-583 $)) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1603 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3759 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2998 (((-1039 (-484) (-550 $)) $) NIL T ELT)) (-3186 (($ $) NIL (|has| $ (-961)) ELT)) (-3973 (((-330) $) NIL T ELT) (((-179) $) NIL T ELT) (((-142 (-330)) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-550 $)) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-1039 (-484) (-550 $))) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-2591 (($ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-2254 (((-85) (-86)) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 6 T CONST)) (-2667 (($) 10 T CONST)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3057 (((-85) $ $) 13 T ELT)) (-3950 (($ $ $) NIL T ELT)) (-3838 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-350 (-484))) NIL T ELT) (($ $ (-484)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-830)) NIL T ELT)) (* (($ (-350 (-484)) $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ $ $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-830) $) NIL T ELT)))
-(((-48) (-13 (-254) (-27) (-950 (-484)) (-950 (-350 (-484))) (-580 (-484)) (-933) (-580 (-350 (-484))) (-120) (-553 (-142 (-330))) (-190) (-555 (-1039 (-484) (-550 $))) (-10 -8 (-15 -2999 ((-1039 (-484) (-550 $)) $)) (-15 -2998 ((-1039 (-484) (-550 $)) $)) (-15 -3843 ($ $)) (-15 -3133 ((-1085 $) (-1085 $) (-550 $))) (-15 -3133 ((-1085 $) (-1085 $) (-583 (-550 $)))) (-15 -3133 ($ $ (-550 $))) (-15 -3133 ($ $ (-583 (-550 $))))))) (T -48))
-((-2999 (*1 *2 *1) (-12 (-5 *2 (-1039 (-484) (-550 (-48)))) (-5 *1 (-48)))) (-2998 (*1 *2 *1) (-12 (-5 *2 (-1039 (-484) (-550 (-48)))) (-5 *1 (-48)))) (-3843 (*1 *1 *1) (-5 *1 (-48))) (-3133 (*1 *2 *2 *3) (-12 (-5 *2 (-1085 (-48))) (-5 *3 (-550 (-48))) (-5 *1 (-48)))) (-3133 (*1 *2 *2 *3) (-12 (-5 *2 (-1085 (-48))) (-5 *3 (-583 (-550 (-48)))) (-5 *1 (-48)))) (-3133 (*1 *1 *1 *2) (-12 (-5 *2 (-550 (-48))) (-5 *1 (-48)))) (-3133 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-550 (-48)))) (-5 *1 (-48)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1941 (((-583 (-446)) $) 17 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 7 T ELT)) (-3234 (((-1095) $) 18 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-49) (-13 (-1013) (-10 -8 (-15 -1941 ((-583 (-446)) $)) (-15 -3234 ((-1095) $))))) (T -49))
-((-1941 (*1 *2 *1) (-12 (-5 *2 (-583 (-446))) (-5 *1 (-49)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-1095)) (-5 *1 (-49)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 86 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2665 (((-85) $) 31 T ELT)) (-3158 (((-3 |#1| #1#) $) 34 T ELT)) (-3157 ((|#1| $) 35 T ELT)) (-3960 (($ $) 41 T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3175 ((|#1| $) 32 T ELT)) (-1455 (($ $) 75 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1454 (((-85) $) 44 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($ (-694)) 73 T ELT)) (-3944 (($ (-583 (-484))) 74 T ELT)) (-3949 (((-694) $) 45 T ELT)) (-3947 (((-772) $) 92 T ELT) (($ (-484)) 70 T ELT) (($ |#1|) 68 T ELT)) (-3678 ((|#1| $ $) 29 T ELT)) (-3127 (((-694)) 72 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 46 T CONST)) (-2667 (($) 17 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 65 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 66 T ELT) (($ |#1| $) 59 T ELT)))
-(((-50 |#1| |#2|) (-13 (-560 |#1|) (-950 |#1|) (-10 -8 (-15 -3175 (|#1| $)) (-15 -1455 ($ $)) (-15 -3960 ($ $)) (-15 -3678 (|#1| $ $)) (-15 -2409 ($ (-694))) (-15 -3944 ($ (-583 (-484)))) (-15 -1454 ((-85) $)) (-15 -2665 ((-85) $)) (-15 -3949 ((-694) $)) (-15 -3959 ($ (-1 |#1| |#1|) $)))) (-961) (-583 (-1090))) (T -50))
-((-3175 (*1 *2 *1) (-12 (-4 *2 (-961)) (-5 *1 (-50 *2 *3)) (-14 *3 (-583 (-1090))))) (-1455 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-961)) (-14 *3 (-583 (-1090))))) (-3960 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-961)) (-14 *3 (-583 (-1090))))) (-3678 (*1 *2 *1 *1) (-12 (-4 *2 (-961)) (-5 *1 (-50 *2 *3)) (-14 *3 (-583 (-1090))))) (-2409 (*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-50 *3 *4)) (-4 *3 (-961)) (-14 *4 (-583 (-1090))))) (-3944 (*1 *1 *2) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-50 *3 *4)) (-4 *3 (-961)) (-14 *4 (-583 (-1090))))) (-1454 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-50 *3 *4)) (-4 *3 (-961)) (-14 *4 (-583 (-1090))))) (-2665 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-50 *3 *4)) (-4 *3 (-961)) (-14 *4 (-583 (-1090))))) (-3949 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-50 *3 *4)) (-4 *3 (-961)) (-14 *4 (-583 (-1090))))) (-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-50 *3 *4)) (-14 *4 (-583 (-1090))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1250 (((-696) $) 8 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1251 (((-1015) $) 10 T ELT)) (-3947 (((-772) $) 15 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1252 (($ (-1015) (-696)) 16 T ELT)) (-3057 (((-85) $ $) 12 T ELT)))
-(((-51) (-13 (-1013) (-10 -8 (-15 -1252 ($ (-1015) (-696))) (-15 -1251 ((-1015) $)) (-15 -1250 ((-696) $))))) (T -51))
-((-1252 (*1 *1 *2 *3) (-12 (-5 *2 (-1015)) (-5 *3 (-696)) (-5 *1 (-51)))) (-1251 (*1 *2 *1) (-12 (-5 *2 (-1015)) (-5 *1 (-51)))) (-1250 (*1 *2 *1) (-12 (-5 *2 (-696)) (-5 *1 (-51)))))
-((-2665 (((-85) (-51)) 18 T ELT)) (-3158 (((-3 |#1| "failed") (-51)) 20 T ELT)) (-3157 ((|#1| (-51)) 21 T ELT)) (-3947 (((-51) |#1|) 14 T ELT)))
-(((-52 |#1|) (-10 -7 (-15 -3947 ((-51) |#1|)) (-15 -3158 ((-3 |#1| "failed") (-51))) (-15 -2665 ((-85) (-51))) (-15 -3157 (|#1| (-51)))) (-1129)) (T -52))
-((-3157 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1129)))) (-2665 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *2 (-85)) (-5 *1 (-52 *4)) (-4 *4 (-1129)))) (-3158 (*1 *2 *3) (|partial| -12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1129)))) (-3947 (*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-52 *3)) (-4 *3 (-1129)))))
-((-2546 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 16 T ELT)))
-(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -2546 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-961) (-590 |#1|) (-761 |#1|)) (T -53))
-((-2546 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-590 *5)) (-4 *5 (-961)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-761 *5)))))
-((-1254 ((|#3| |#3| (-583 (-1090))) 44 T ELT)) (-1253 ((|#3| (-583 (-987 |#1| |#2| |#3|)) |#3| (-830)) 32 T ELT) ((|#3| (-583 (-987 |#1| |#2| |#3|)) |#3|) 31 T ELT)))
-(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -1253 (|#3| (-583 (-987 |#1| |#2| |#3|)) |#3|)) (-15 -1253 (|#3| (-583 (-987 |#1| |#2| |#3|)) |#3| (-830))) (-15 -1254 (|#3| |#3| (-583 (-1090))))) (-1013) (-13 (-961) (-796 |#1|) (-553 (-800 |#1|))) (-13 (-364 |#2|) (-796 |#1|) (-553 (-800 |#1|)))) (T -54))
-((-1254 (*1 *2 *2 *3) (-12 (-5 *3 (-583 (-1090))) (-4 *4 (-1013)) (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-364 *5) (-796 *4) (-553 (-800 *4)))))) (-1253 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-583 (-987 *5 *6 *2))) (-5 *4 (-830)) (-4 *5 (-1013)) (-4 *6 (-13 (-961) (-796 *5) (-553 (-800 *5)))) (-4 *2 (-13 (-364 *6) (-796 *5) (-553 (-800 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-1253 (*1 *2 *3 *2) (-12 (-5 *3 (-583 (-987 *4 *5 *2))) (-4 *4 (-1013)) (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-4 *2 (-13 (-364 *5) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-54 *4 *5 *2)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 13 T ELT)) (-3158 (((-3 (-694) "failed") $) 31 T ELT)) (-3157 (((-694) $) NIL T ELT)) (-2410 (((-85) $) 15 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) 17 T ELT)) (-3947 (((-772) $) 22 T ELT) (($ (-694)) 28 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1255 (($) 10 T CONST)) (-3057 (((-85) $ $) 19 T ELT)))
-(((-55) (-13 (-1013) (-950 (-694)) (-10 -8 (-15 -1255 ($) -3953) (-15 -3189 ((-85) $)) (-15 -2410 ((-85) $))))) (T -55))
-((-1255 (*1 *1) (-5 *1 (-55))) (-3189 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-55)))) (-2410 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-55)))))
-((-1257 (($ $ (-484) |#3|) 46 T ELT)) (-1256 (($ $ (-484) |#4|) 50 T ELT)) (-2609 (((-583 |#2|) $) 41 T ELT)) (-3246 (((-85) |#2| $) 55 T ELT)) (-1731 (((-85) (-1 (-85) |#2|) $) 21 T ELT)) (-3801 ((|#2| $ (-484) (-484)) NIL T ELT) ((|#2| $ (-484) (-484) |#2|) 29 T ELT)) (-1730 (((-694) (-1 (-85) |#2|) $) 35 T ELT) (((-694) |#2| $) 57 T ELT)) (-3947 (((-772) $) 63 T ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 20 T ELT)) (-3057 (((-85) $ $) 54 T ELT)) (-3958 (((-694) $) 26 T ELT)))
-(((-56 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3057 ((-85) |#1| |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -1256 (|#1| |#1| (-484) |#4|)) (-15 -1257 (|#1| |#1| (-484) |#3|)) (-15 -3801 (|#2| |#1| (-484) (-484) |#2|)) (-15 -3801 (|#2| |#1| (-484) (-484))) (-15 -3246 ((-85) |#2| |#1|)) (-15 -1730 ((-694) |#2| |#1|)) (-15 -2609 ((-583 |#2|) |#1|)) (-15 -1730 ((-694) (-1 (-85) |#2|) |#1|)) (-15 -1731 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -1732 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -3958 ((-694) |#1|))) (-57 |#2| |#3| |#4|) (-1129) (-324 |#2|) (-324 |#2|)) (T -56))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3789 ((|#1| $ (-484) (-484) |#1|) 50 T ELT)) (-1257 (($ $ (-484) |#2|) 48 T ELT)) (-1256 (($ $ (-484) |#3|) 47 T ELT)) (-3725 (($) 6 T CONST)) (-3112 ((|#2| $ (-484)) 52 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) 37 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 36 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 33 (|has| |#1| (-72)) ELT)) (-1576 ((|#1| $ (-484) (-484) |#1|) 49 T ELT)) (-3113 ((|#1| $ (-484) (-484)) 54 T ELT)) (-3115 (((-694) $) 57 T ELT)) (-3615 (($ (-694) (-694) |#1|) 63 T ELT)) (-3114 (((-694) $) 56 T ELT)) (-3119 (((-484) $) 61 T ELT)) (-3117 (((-484) $) 59 T ELT)) (-2609 (((-583 |#1|) $) 38 T ELT)) (-3246 (((-85) |#1| $) 34 (|has| |#1| (-72)) ELT)) (-3118 (((-484) $) 60 T ELT)) (-3116 (((-484) $) 58 T ELT)) (-3327 (($ (-1 |#1| |#1|) $) 64 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 46 T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 45 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-2199 (($ $ |#1|) 62 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 40 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ (-484) (-484)) 55 T ELT) ((|#1| $ (-484) (-484) |#1|) 53 T ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) 39 T ELT) (((-694) |#1| $) 35 (|has| |#1| (-72)) ELT)) (-3401 (($ $) 9 T ELT)) (-3111 ((|#3| $ (-484)) 51 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 41 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 42 T ELT)))
-(((-57 |#1| |#2| |#3|) (-113) (-1129) (-324 |t#1|) (-324 |t#1|)) (T -57))
-((-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3327 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3615 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-694)) (-4 *3 (-1129)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-2199 (*1 *1 *1 *2) (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1129)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-3119 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-484)))) (-3118 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-484)))) (-3117 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-484)))) (-3116 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-484)))) (-3115 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-694)))) (-3114 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-694)))) (-3801 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-484)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-1129)))) (-3113 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-484)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-1129)))) (-3801 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-484)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1129)) (-4 *4 (-324 *2)) (-4 *5 (-324 *2)))) (-3112 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1129)) (-4 *5 (-324 *4)) (-4 *2 (-324 *4)))) (-3111 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1129)) (-4 *5 (-324 *4)) (-4 *2 (-324 *4)))) (-3789 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-484)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1129)) (-4 *4 (-324 *2)) (-4 *5 (-324 *2)))) (-1576 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-484)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1129)) (-4 *4 (-324 *2)) (-4 *5 (-324 *2)))) (-1257 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-484)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1129)) (-4 *3 (-324 *4)) (-4 *5 (-324 *4)))) (-1256 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-484)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1129)) (-4 *5 (-324 *4)) (-4 *3 (-324 *4)))) (-3959 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3959 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))))
-(-13 (-318 |t#1|) (-1035 |t#1|) (-10 -8 (-15 -3615 ($ (-694) (-694) |t#1|)) (-15 -2199 ($ $ |t#1|)) (-15 -3119 ((-484) $)) (-15 -3118 ((-484) $)) (-15 -3117 ((-484) $)) (-15 -3116 ((-484) $)) (-15 -3115 ((-694) $)) (-15 -3114 ((-694) $)) (-15 -3801 (|t#1| $ (-484) (-484))) (-15 -3113 (|t#1| $ (-484) (-484))) (-15 -3801 (|t#1| $ (-484) (-484) |t#1|)) (-15 -3112 (|t#2| $ (-484))) (-15 -3111 (|t#3| $ (-484))) (-15 -3789 (|t#1| $ (-484) (-484) |t#1|)) (-15 -1576 (|t#1| $ (-484) (-484) |t#1|)) (-15 -1257 ($ $ (-484) |t#2|)) (-15 -1256 ($ $ (-484) |t#3|)) (-15 -3959 ($ (-1 |t#1| |t#1|) $)) (-15 -3327 ($ (-1 |t#1| |t#1|) $)) (-15 -3959 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -3959 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1035 |#1|)) (|has| |#1| (-756))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-756)) ELT)) (-3789 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) NIL T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1576 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) NIL T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) NIL T ELT) (((-484) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) NIL (|has| |#1| (-72)) ELT)) (-1258 (($ (-583 |#1|)) 11 T ELT) (($ (-694) |#1|) 14 T ELT)) (-3615 (($ (-694) |#1|) 13 T ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-2304 (($ |#1| $ (-484)) NIL T ELT) (($ $ $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) NIL (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2199 (($ $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ (-484) |#1|) NIL T ELT) ((|#1| $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-2305 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 10 T ELT)) (-3803 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-58 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -1258 ($ (-583 |#1|))) (-15 -1258 ($ (-694) |#1|)))) (-1129)) (T -58))
-((-1258 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-58 *3)))) (-1258 (*1 *1 *2 *3) (-12 (-5 *2 (-694)) (-5 *1 (-58 *3)) (-4 *3 (-1129)))))
-((-3842 (((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 16 T ELT)) (-3843 ((|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 18 T ELT)) (-3959 (((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)) 13 T ELT)))
-(((-59 |#1| |#2|) (-10 -7 (-15 -3842 ((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -3843 (|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -3959 ((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)))) (-1129) (-1129)) (T -59))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-58 *6)) (-5 *1 (-59 *5 *6)))) (-3843 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1129)) (-4 *2 (-1129)) (-5 *1 (-59 *5 *2)))) (-3842 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1129)) (-4 *5 (-1129)) (-5 *2 (-58 *5)) (-5 *1 (-59 *6 *5)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3789 ((|#1| $ (-484) (-484) |#1|) NIL T ELT)) (-1257 (($ $ (-484) (-58 |#1|)) NIL T ELT)) (-1256 (($ $ (-484) (-58 |#1|)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3112 (((-58 |#1|) $ (-484)) NIL T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-1576 ((|#1| $ (-484) (-484) |#1|) NIL T ELT)) (-3113 ((|#1| $ (-484) (-484)) NIL T ELT)) (-3115 (((-694) $) NIL T ELT)) (-3615 (($ (-694) (-694) |#1|) NIL T ELT)) (-3114 (((-694) $) NIL T ELT)) (-3119 (((-484) $) NIL T ELT)) (-3117 (((-484) $) NIL T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3118 (((-484) $) NIL T ELT)) (-3116 (((-484) $) NIL T ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-2199 (($ $ |#1|) NIL T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ (-484) (-484)) NIL T ELT) ((|#1| $ (-484) (-484) |#1|) NIL T ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) NIL T ELT) (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3401 (($ $) NIL T ELT)) (-3111 (((-58 |#1|) $ (-484)) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-60 |#1|) (-57 |#1| (-58 |#1|) (-58 |#1|)) (-1129)) (T -60))
-NIL
-((-1260 (((-1179 (-630 |#1|)) (-630 |#1|)) 61 T ELT)) (-1259 (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 (-583 (-830))))) |#2| (-830)) 49 T ELT)) (-1261 (((-2 (|:| |minor| (-583 (-830))) (|:| -3267 |#2|) (|:| |minors| (-583 (-583 (-830)))) (|:| |ops| (-583 |#2|))) |#2| (-830)) 72 (|has| |#1| (-312)) ELT)))
-(((-61 |#1| |#2|) (-10 -7 (-15 -1259 ((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 (-583 (-830))))) |#2| (-830))) (-15 -1260 ((-1179 (-630 |#1|)) (-630 |#1|))) (IF (|has| |#1| (-312)) (-15 -1261 ((-2 (|:| |minor| (-583 (-830))) (|:| -3267 |#2|) (|:| |minors| (-583 (-583 (-830)))) (|:| |ops| (-583 |#2|))) |#2| (-830))) |%noBranch|)) (-495) (-600 |#1|)) (T -61))
-((-1261 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *5 (-495)) (-5 *2 (-2 (|:| |minor| (-583 (-830))) (|:| -3267 *3) (|:| |minors| (-583 (-583 (-830)))) (|:| |ops| (-583 *3)))) (-5 *1 (-61 *5 *3)) (-5 *4 (-830)) (-4 *3 (-600 *5)))) (-1260 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-1179 (-630 *4))) (-5 *1 (-61 *4 *5)) (-5 *3 (-630 *4)) (-4 *5 (-600 *4)))) (-1259 (*1 *2 *3 *4) (-12 (-4 *5 (-495)) (-5 *2 (-2 (|:| |mat| (-630 *5)) (|:| |vec| (-1179 (-583 (-830)))))) (-5 *1 (-61 *5 *3)) (-5 *4 (-830)) (-4 *3 (-600 *5)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3324 ((|#1| $) 42 T ELT)) (-3725 (($) NIL T CONST)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3326 ((|#1| |#1| $) 37 T ELT)) (-3325 ((|#1| $) 35 T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) NIL T ELT)) (-3610 (($ |#1| $) 38 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1275 ((|#1| $) 36 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 20 T ELT)) (-3566 (($) 46 T ELT)) (-3323 (((-694) $) 33 T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) 19 T ELT)) (-3947 (((-772) $) 32 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) NIL T ELT)) (-1262 (($ (-583 |#1|)) 44 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 14 T ELT)))
-(((-62 |#1|) (-13 (-1034 |#1|) (-10 -8 (-15 -1262 ($ (-583 |#1|))))) (-1013)) (T -62))
-((-1262 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-62 *3)))))
-((-3947 (((-772) $) 13 T ELT) (($ (-1095)) 9 T ELT) (((-1095) $) 8 T ELT)))
-(((-63 |#1|) (-10 -7 (-15 -3947 ((-1095) |#1|)) (-15 -3947 (|#1| (-1095))) (-15 -3947 ((-772) |#1|))) (-64)) (T -63))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-1095)) 20 T ELT) (((-1095) $) 19 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
+(-13 (-962) (-655 |t#1|) (-556 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-583 |#1|) . T) ((-655 |#1|) . T) ((-664) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-3420 (((-348 |#1|) |#1|) 41 T ELT)) (-3734 (((-348 |#1|) |#1|) 30 T ELT) (((-348 |#1|) |#1| (-584 (-48))) 33 T ELT)) (-1225 (((-85) |#1|) 59 T ELT)))
+(((-39 |#1|) (-10 -7 (-15 -3734 ((-348 |#1|) |#1| (-584 (-48)))) (-15 -3734 ((-348 |#1|) |#1|)) (-15 -3420 ((-348 |#1|) |#1|)) (-15 -1225 ((-85) |#1|))) (-1156 (-48))) (T -39))
+((-1225 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-39 *3)) (-4 *3 (-1156 (-48))))) (-3420 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1156 (-48))))) (-3734 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1156 (-48))))) (-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-48))) (-5 *2 (-348 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1156 (-48))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1648 (((-2 (|:| |num| (-1180 |#2|)) (|:| |den| |#2|)) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2064 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2062 (((-85) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1786 (((-631 (-350 |#2|)) (-1180 $)) NIL T ELT) (((-631 (-350 |#2|))) NIL T ELT)) (-3332 (((-350 |#2|) $) NIL T ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1609 (((-85) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3138 (((-695)) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1662 (((-85)) NIL T ELT)) (-1661 (((-85) |#1|) NIL T ELT) (((-85) |#2|) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| (-350 |#2|) (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| (-350 |#2|) (-951 (-350 (-485)))) ELT) (((-3 (-350 |#2|) #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| (-350 |#2|) (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| (-350 |#2|) (-951 (-350 (-485)))) ELT) (((-350 |#2|) $) NIL T ELT)) (-1796 (($ (-1180 (-350 |#2|)) (-1180 $)) NIL T ELT) (($ (-1180 (-350 |#2|))) 60 T ELT) (($ (-1180 |#2|) |#2|) 130 T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-350 |#2|) (-299)) ELT)) (-2566 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1785 (((-631 (-350 |#2|)) $ (-1180 $)) NIL T ELT) (((-631 (-350 |#2|)) $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-350 |#2|))) (|:| |vec| (-1180 (-350 |#2|)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-350 |#2|)) (-631 $)) NIL T ELT)) (-1653 (((-1180 $) (-1180 $)) NIL T ELT)) (-3844 (($ |#3|) NIL T ELT) (((-3 $ #1#) (-350 |#3|)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1640 (((-584 (-584 |#1|))) NIL (|has| |#1| (-320)) ELT)) (-1665 (((-85) |#1| |#1|) NIL T ELT)) (-3110 (((-831)) NIL T ELT)) (-2996 (($) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1660 (((-85)) NIL T ELT)) (-1659 (((-85) |#1|) NIL T ELT) (((-85) |#2|) NIL T ELT)) (-2565 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3505 (($ $) NIL T ELT)) (-2835 (($) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1681 (((-85) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1768 (($ $ (-695)) NIL (|has| (-350 |#2|) (-299)) ELT) (($ $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3725 (((-85) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3774 (((-831) $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-744 (-831)) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3379 (((-695)) NIL T ELT)) (-1654 (((-1180 $) (-1180 $)) 105 T ELT)) (-3134 (((-350 |#2|) $) NIL T ELT)) (-1641 (((-584 (-858 |#1|)) (-1091)) NIL (|has| |#1| (-312)) ELT)) (-3447 (((-633 $) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2015 ((|#3| $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2011 (((-831) $) NIL (|has| (-350 |#2|) (-320)) ELT)) (-3081 ((|#3| $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-350 |#2|))) (|:| |vec| (-1180 (-350 |#2|)))) (-1180 $) $) NIL T ELT) (((-631 (-350 |#2|)) (-1180 $)) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1226 (((-1186) (-695)) 83 T ELT)) (-1649 (((-631 (-350 |#2|))) 55 T ELT)) (-1651 (((-631 (-350 |#2|))) 48 T ELT)) (-2486 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1646 (($ (-1180 |#2|) |#2|) 131 T ELT)) (-1650 (((-631 (-350 |#2|))) 49 T ELT)) (-1652 (((-631 (-350 |#2|))) 47 T ELT)) (-1645 (((-2 (|:| |num| (-631 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 129 T ELT)) (-1647 (((-2 (|:| |num| (-1180 |#2|)) (|:| |den| |#2|)) $) 67 T ELT)) (-1658 (((-1180 $)) 46 T ELT)) (-3920 (((-1180 $)) 45 T ELT)) (-1657 (((-85) $) NIL T ELT)) (-1656 (((-85) $) NIL T ELT) (((-85) $ |#1|) NIL T ELT) (((-85) $ |#2|) NIL T ELT)) (-3448 (($) NIL (|has| (-350 |#2|) (-299)) CONST)) (-2401 (($ (-831)) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1643 (((-3 |#2| #1#)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1667 (((-695)) NIL T ELT)) (-2410 (($) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3734 (((-348 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| (-350 |#2|) (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1608 (((-695) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3802 ((|#1| $ |#1| |#1|) NIL T ELT)) (-1644 (((-3 |#2| #1#)) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3759 (((-350 |#2|) (-1180 $)) NIL T ELT) (((-350 |#2|)) 43 T ELT)) (-1769 (((-695) $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-3 (-695) #1#) $ $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3760 (($ $ (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-695)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 |#2| |#2|)) 125 T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-2409 (((-631 (-350 |#2|)) (-1180 $) (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3187 ((|#3|) 54 T ELT)) (-1675 (($) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3226 (((-1180 (-350 |#2|)) $ (-1180 $)) NIL T ELT) (((-631 (-350 |#2|)) (-1180 $) (-1180 $)) NIL T ELT) (((-1180 (-350 |#2|)) $) 61 T ELT) (((-631 (-350 |#2|)) (-1180 $)) 106 T ELT)) (-3974 (((-1180 (-350 |#2|)) $) NIL T ELT) (($ (-1180 (-350 |#2|))) NIL T ELT) ((|#3| $) NIL T ELT) (($ |#3|) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1655 (((-1180 $) (-1180 $)) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-350 |#2|)) NIL T ELT) (($ (-350 (-485))) NIL (OR (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2704 (($ $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-633 $) $) NIL (|has| (-350 |#2|) (-118)) ELT)) (-2451 ((|#3| $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1664 (((-85)) 41 T ELT)) (-1663 (((-85) |#1|) 53 T ELT) (((-85) |#2|) 137 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-1642 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL T ELT)) (-1666 (((-85)) NIL T ELT)) (-2662 (($) 17 T CONST)) (-2668 (($) 27 T CONST)) (-2671 (($ $ (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-695)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| (-350 |#2|) (-312)) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 |#2|)) NIL T ELT) (($ (-350 |#2|) $) NIL T ELT) (($ (-350 (-485)) $) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-350 (-485))) NIL (|has| (-350 |#2|) (-312)) ELT)))
+(((-40 |#1| |#2| |#3| |#4|) (-13 (-291 |#1| |#2| |#3|) (-10 -7 (-15 -1226 ((-1186) (-695))))) (-312) (-1156 |#1|) (-1156 (-350 |#2|)) |#3|) (T -40))
+((-1226 (*1 *2 *3) (-12 (-5 *3 (-695)) (-4 *4 (-312)) (-4 *5 (-1156 *4)) (-5 *2 (-1186)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1156 (-350 *5))) (-14 *7 *6))))
+((-1227 ((|#2| |#2|) 47 T ELT)) (-1232 ((|#2| |#2|) 136 (-12 (|has| |#2| (-364 |#1|)) (|has| |#1| (-13 (-392) (-951 (-485))))) ELT)) (-1231 ((|#2| |#2|) 100 (-12 (|has| |#2| (-364 |#1|)) (|has| |#1| (-13 (-392) (-951 (-485))))) ELT)) (-1230 ((|#2| |#2|) 101 (-12 (|has| |#2| (-364 |#1|)) (|has| |#1| (-13 (-392) (-951 (-485))))) ELT)) (-1233 ((|#2| (-86) |#2| (-695)) 80 (-12 (|has| |#2| (-364 |#1|)) (|has| |#1| (-13 (-392) (-951 (-485))))) ELT)) (-1229 (((-1086 |#2|) |#2|) 44 T ELT)) (-1228 ((|#2| |#2| (-584 (-551 |#2|))) 18 T ELT) ((|#2| |#2| (-584 |#2|)) 20 T ELT) ((|#2| |#2| |#2|) 21 T ELT) ((|#2| |#2|) 16 T ELT)))
+(((-41 |#1| |#2|) (-10 -7 (-15 -1227 (|#2| |#2|)) (-15 -1228 (|#2| |#2|)) (-15 -1228 (|#2| |#2| |#2|)) (-15 -1228 (|#2| |#2| (-584 |#2|))) (-15 -1228 (|#2| |#2| (-584 (-551 |#2|)))) (-15 -1229 ((-1086 |#2|) |#2|)) (IF (|has| |#1| (-13 (-392) (-951 (-485)))) (IF (|has| |#2| (-364 |#1|)) (PROGN (-15 -1230 (|#2| |#2|)) (-15 -1231 (|#2| |#2|)) (-15 -1232 (|#2| |#2|)) (-15 -1233 (|#2| (-86) |#2| (-695)))) |%noBranch|) |%noBranch|)) (-496) (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 |#1| (-551 $)) $)) (-15 -2999 ((-1040 |#1| (-551 $)) $)) (-15 -3948 ($ (-1040 |#1| (-551 $))))))) (T -41))
+((-1233 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-86)) (-5 *4 (-695)) (-4 *5 (-13 (-392) (-951 (-485)))) (-4 *5 (-496)) (-5 *1 (-41 *5 *2)) (-4 *2 (-364 *5)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 *5 (-551 $)) $)) (-15 -2999 ((-1040 *5 (-551 $)) $)) (-15 -3948 ($ (-1040 *5 (-551 $))))))))) (-1232 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-951 (-485)))) (-4 *3 (-496)) (-5 *1 (-41 *3 *2)) (-4 *2 (-364 *3)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $)) (-15 -2999 ((-1040 *3 (-551 $)) $)) (-15 -3948 ($ (-1040 *3 (-551 $))))))))) (-1231 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-951 (-485)))) (-4 *3 (-496)) (-5 *1 (-41 *3 *2)) (-4 *2 (-364 *3)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $)) (-15 -2999 ((-1040 *3 (-551 $)) $)) (-15 -3948 ($ (-1040 *3 (-551 $))))))))) (-1230 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-951 (-485)))) (-4 *3 (-496)) (-5 *1 (-41 *3 *2)) (-4 *2 (-364 *3)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $)) (-15 -2999 ((-1040 *3 (-551 $)) $)) (-15 -3948 ($ (-1040 *3 (-551 $))))))))) (-1229 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-1086 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 *4 (-551 $)) $)) (-15 -2999 ((-1040 *4 (-551 $)) $)) (-15 -3948 ($ (-1040 *4 (-551 $))))))))) (-1228 (*1 *2 *2 *3) (-12 (-5 *3 (-584 (-551 *2))) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 *4 (-551 $)) $)) (-15 -2999 ((-1040 *4 (-551 $)) $)) (-15 -3948 ($ (-1040 *4 (-551 $))))))) (-4 *4 (-496)) (-5 *1 (-41 *4 *2)))) (-1228 (*1 *2 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 *4 (-551 $)) $)) (-15 -2999 ((-1040 *4 (-551 $)) $)) (-15 -3948 ($ (-1040 *4 (-551 $))))))) (-4 *4 (-496)) (-5 *1 (-41 *4 *2)))) (-1228 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $)) (-15 -2999 ((-1040 *3 (-551 $)) $)) (-15 -3948 ($ (-1040 *3 (-551 $))))))))) (-1228 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $)) (-15 -2999 ((-1040 *3 (-551 $)) $)) (-15 -3948 ($ (-1040 *3 (-551 $))))))))) (-1227 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-312) (-254) (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $)) (-15 -2999 ((-1040 *3 (-551 $)) $)) (-15 -3948 ($ (-1040 *3 (-551 $))))))))))
+((-3734 (((-348 (-1086 |#3|)) (-1086 |#3|) (-584 (-48))) 23 T ELT) (((-348 |#3|) |#3| (-584 (-48))) 19 T ELT)))
+(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -3734 ((-348 |#3|) |#3| (-584 (-48)))) (-15 -3734 ((-348 (-1086 |#3|)) (-1086 |#3|) (-584 (-48))))) (-757) (-718) (-862 (-48) |#2| |#1|)) (T -42))
+((-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-48))) (-4 *5 (-757)) (-4 *6 (-718)) (-4 *7 (-862 (-48) *6 *5)) (-5 *2 (-348 (-1086 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1086 *7)))) (-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-48))) (-4 *5 (-757)) (-4 *6 (-718)) (-5 *2 (-348 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-862 (-48) *6 *5)))))
+((-1237 (((-695) |#2|) 70 T ELT)) (-1235 (((-695) |#2|) 74 T ELT)) (-1250 (((-584 |#2|)) 37 T ELT)) (-1234 (((-695) |#2|) 73 T ELT)) (-1236 (((-695) |#2|) 69 T ELT)) (-1238 (((-695) |#2|) 72 T ELT)) (-1248 (((-584 (-631 |#1|))) 65 T ELT)) (-1243 (((-584 |#2|)) 60 T ELT)) (-1241 (((-584 |#2|) |#2|) 48 T ELT)) (-1245 (((-584 |#2|)) 62 T ELT)) (-1244 (((-584 |#2|)) 61 T ELT)) (-1247 (((-584 (-631 |#1|))) 53 T ELT)) (-1242 (((-584 |#2|)) 59 T ELT)) (-1240 (((-584 |#2|) |#2|) 47 T ELT)) (-1239 (((-584 |#2|)) 55 T ELT)) (-1249 (((-584 (-631 |#1|))) 66 T ELT)) (-1246 (((-584 |#2|)) 64 T ELT)) (-2013 (((-1180 |#2|) (-1180 |#2|)) 99 (|has| |#1| (-258)) ELT)))
+(((-43 |#1| |#2|) (-10 -7 (-15 -1234 ((-695) |#2|)) (-15 -1235 ((-695) |#2|)) (-15 -1236 ((-695) |#2|)) (-15 -1237 ((-695) |#2|)) (-15 -1238 ((-695) |#2|)) (-15 -1239 ((-584 |#2|))) (-15 -1240 ((-584 |#2|) |#2|)) (-15 -1241 ((-584 |#2|) |#2|)) (-15 -1242 ((-584 |#2|))) (-15 -1243 ((-584 |#2|))) (-15 -1244 ((-584 |#2|))) (-15 -1245 ((-584 |#2|))) (-15 -1246 ((-584 |#2|))) (-15 -1247 ((-584 (-631 |#1|)))) (-15 -1248 ((-584 (-631 |#1|)))) (-15 -1249 ((-584 (-631 |#1|)))) (-15 -1250 ((-584 |#2|))) (IF (|has| |#1| (-258)) (-15 -2013 ((-1180 |#2|) (-1180 |#2|))) |%noBranch|)) (-496) (-361 |#1|)) (T -43))
+((-2013 (*1 *2 *2) (-12 (-5 *2 (-1180 *4)) (-4 *4 (-361 *3)) (-4 *3 (-258)) (-4 *3 (-496)) (-5 *1 (-43 *3 *4)))) (-1250 (*1 *2) (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1249 (*1 *2) (-12 (-4 *3 (-496)) (-5 *2 (-584 (-631 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1248 (*1 *2) (-12 (-4 *3 (-496)) (-5 *2 (-584 (-631 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1247 (*1 *2) (-12 (-4 *3 (-496)) (-5 *2 (-584 (-631 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1246 (*1 *2) (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1245 (*1 *2) (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1244 (*1 *2) (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1243 (*1 *2) (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1242 (*1 *2) (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1241 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-584 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1240 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-584 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1239 (*1 *2) (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))) (-1238 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1237 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1236 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1235 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))) (-1234 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1776 (((-3 $ #1="failed")) NIL (|has| |#1| (-496)) ELT)) (-1313 (((-3 $ #1#) $ $) NIL T ELT)) (-3225 (((-1180 (-631 |#1|)) (-1180 $)) NIL T ELT) (((-1180 (-631 |#1|))) 24 T ELT)) (-1730 (((-1180 $)) 52 T ELT)) (-3726 (($) NIL T CONST)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) NIL (|has| |#1| (-496)) ELT)) (-1704 (((-3 $ #1#)) NIL (|has| |#1| (-496)) ELT)) (-1792 (((-631 |#1|) (-1180 $)) NIL T ELT) (((-631 |#1|)) NIL T ELT)) (-1728 ((|#1| $) NIL T ELT)) (-1790 (((-631 |#1|) $ (-1180 $)) NIL T ELT) (((-631 |#1|) $) NIL T ELT)) (-2405 (((-3 $ #1#) $) NIL (|has| |#1| (-496)) ELT)) (-1904 (((-1086 (-858 |#1|))) NIL (|has| |#1| (-312)) ELT)) (-2408 (($ $ (-831)) NIL T ELT)) (-1726 ((|#1| $) NIL T ELT)) (-1706 (((-1086 |#1|) $) NIL (|has| |#1| (-496)) ELT)) (-1794 ((|#1| (-1180 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-1724 (((-1086 |#1|) $) NIL T ELT)) (-1718 (((-85)) 99 T ELT)) (-1796 (($ (-1180 |#1|) (-1180 $)) NIL T ELT) (($ (-1180 |#1|)) NIL T ELT)) (-3469 (((-3 $ #1#) $) 14 (|has| |#1| (-496)) ELT)) (-3110 (((-831)) 53 T ELT)) (-1715 (((-85)) NIL T ELT)) (-2435 (($ $ (-831)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-1711 (((-85)) NIL T ELT)) (-1709 (((-85)) NIL T ELT)) (-1713 (((-85)) 101 T ELT)) (-1911 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) NIL (|has| |#1| (-496)) ELT)) (-1705 (((-3 $ #1#)) NIL (|has| |#1| (-496)) ELT)) (-1793 (((-631 |#1|) (-1180 $)) NIL T ELT) (((-631 |#1|)) NIL T ELT)) (-1729 ((|#1| $) NIL T ELT)) (-1791 (((-631 |#1|) $ (-1180 $)) NIL T ELT) (((-631 |#1|) $) NIL T ELT)) (-2406 (((-3 $ #1#) $) NIL (|has| |#1| (-496)) ELT)) (-1908 (((-1086 (-858 |#1|))) NIL (|has| |#1| (-312)) ELT)) (-2407 (($ $ (-831)) NIL T ELT)) (-1727 ((|#1| $) NIL T ELT)) (-1707 (((-1086 |#1|) $) NIL (|has| |#1| (-496)) ELT)) (-1795 ((|#1| (-1180 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-1725 (((-1086 |#1|) $) NIL T ELT)) (-1719 (((-85)) 98 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1710 (((-85)) 106 T ELT)) (-1712 (((-85)) 105 T ELT)) (-1714 (((-85)) 107 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1717 (((-85)) 100 T ELT)) (-3802 ((|#1| $ (-485)) 55 T ELT)) (-3226 (((-1180 |#1|) $ (-1180 $)) 48 T ELT) (((-631 |#1|) (-1180 $) (-1180 $)) NIL T ELT) (((-1180 |#1|) $) 28 T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-3974 (((-1180 |#1|) $) NIL T ELT) (($ (-1180 |#1|)) NIL T ELT)) (-1896 (((-584 (-858 |#1|)) (-1180 $)) NIL T ELT) (((-584 (-858 |#1|))) NIL T ELT)) (-2437 (($ $ $) NIL T ELT)) (-1723 (((-85)) 95 T ELT)) (-3948 (((-773) $) 71 T ELT) (($ (-1180 |#1|)) 22 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) 51 T ELT)) (-1708 (((-584 (-1180 |#1|))) NIL (|has| |#1| (-496)) ELT)) (-2438 (($ $ $ $) NIL T ELT)) (-1721 (((-85)) 91 T ELT)) (-2547 (($ (-631 |#1|) $) 18 T ELT)) (-2436 (($ $ $) NIL T ELT)) (-1722 (((-85)) 97 T ELT)) (-1720 (((-85)) 92 T ELT)) (-1716 (((-85)) 90 T ELT)) (-2662 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 80 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-1057 |#2| |#1|) $) 19 T ELT)))
+(((-44 |#1| |#2| |#3| |#4|) (-13 (-361 |#1|) (-591 (-1057 |#2| |#1|)) (-10 -8 (-15 -3948 ($ (-1180 |#1|))))) (-312) (-831) (-584 (-1091)) (-1180 (-631 |#1|))) (T -44))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-312)) (-14 *6 (-1180 (-631 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))))))
+((-2570 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3404 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3797 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3799 (($ $) NIL T ELT)) (-3601 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2199 (((-1186) $ |#1| |#1|) NIL (|has| $ (-1036 |#2|)) ELT) (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3787 (($ $ (-485)) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-1736 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-85) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-1734 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ $) NIL (-12 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757))) ELT)) (-2911 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-3444 (((-85) $ (-695)) NIL T ELT)) (-3027 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3789 (($ $ $) 34 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3788 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3791 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 36 (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3790 ((|#2| $ |#1| |#2|) 59 (|has| $ (-1036 |#2|)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-1147 (-485)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #1="last" (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ $ #2="rest" $) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #3="first" (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #4="value" (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3028 (($ $ (-584 $)) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3798 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2232 (((-3 |#2| #5="failed") |#1| $) 44 T ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-2299 (($ $) NIL T ELT)) (-3801 (($ $ (-695)) NIL T ELT) (($ $) 30 T ELT)) (-2369 (($ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3407 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #5#) |#1| $) 62 T ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3408 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3844 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1577 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3114 ((|#2| $ |#1|) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485)) NIL T ELT)) (-3445 (((-85) $) NIL T ELT)) (-3421 (((-485) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485)) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3033 (((-584 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-3616 (($ (-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT)) (-3721 (((-85) $ (-695)) NIL T ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-757)) ELT) (((-485) $) 39 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-2858 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ $) NIL T ELT) (($ $ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-3520 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ $) NIL T ELT) (($ $ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 21 T ELT) (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 21 T ELT)) (-3247 (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2202 ((|#1| $) NIL (|has| |#1| (-757)) ELT) (((-485) $) 41 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3536 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT)) (-3718 (((-85) $ (-695)) NIL T ELT)) (-3032 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3529 (((-85) $) NIL T ELT)) (-3244 (((-1074) $) 50 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-3800 (($ $ (-695)) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2233 (((-584 |#1|) $) 23 T ELT)) (-2234 (((-85) |#1| $) NIL T ELT)) (-1275 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3611 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT) (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485)) NIL T ELT) (($ $ $ (-485)) NIL T ELT)) (-2305 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485)) NIL T ELT) (($ $ $ (-485)) NIL T ELT)) (-2204 (((-584 |#1|) $) NIL T ELT) (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) |#1| $) NIL T ELT) (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-3803 ((|#2| $) NIL (|has| |#1| (-757)) ELT) (($ $ (-695)) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 28 T ELT)) (-1355 (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) #5#) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) #5#) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2200 (($ $ |#2|) NIL (|has| $ (-1036 |#2|)) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-1276 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3446 (((-85) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT) (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-2206 (((-584 |#2|) $) NIL T ELT) (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 20 T ELT)) (-3405 (((-85) $) 19 T ELT)) (-3567 (($) 15 T ELT)) (-3802 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #3#) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $ #4#) NIL T ELT)) (-3031 (((-485) $ $) NIL T ELT)) (-1467 (($) 14 T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1572 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-2306 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-3635 (((-85) $) NIL T ELT)) (-3794 (($ $) NIL T ELT)) (-3792 (($ $) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3795 (((-695) $) NIL T ELT)) (-3796 (($ $) NIL T ELT)) (-1731 (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3793 (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (($ $ $) NIL T ELT)) (-3804 (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (($ (-584 $)) NIL T ELT) (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 32 T ELT) (($ $ $) NIL T ELT)) (-3948 (((-773) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-553 (-773)))) ELT)) (-3524 (((-584 $) $) NIL T ELT)) (-3030 (((-85) $ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-1266 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1224 (((-633 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) |#1| $) 54 T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-3058 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-2686 (((-85) $ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-757)) ELT)) (-3959 (((-695) $) 26 T ELT)))
+(((-45 |#1| |#2|) (-36 |#1| |#2|) (-1014) (-1014)) (T -45))
+NIL
+((-3939 (((-85) $) 12 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) 21 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (($ (-350 (-485)) $) 25 T ELT) (($ $ (-350 (-485))) NIL T ELT)))
+(((-46 |#1| |#2| |#3|) (-10 -7 (-15 * (|#1| |#1| (-350 (-485)))) (-15 * (|#1| (-350 (-485)) |#1|)) (-15 -3939 ((-85) |#1|)) (-15 -3960 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-485) |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 * (|#1| (-831) |#1|))) (-47 |#2| |#3|) (-962) (-717)) (T -46))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 71 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 72 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 74 (|has| |#1| (-496)) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3961 (($ $) 80 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3939 (((-85) $) 82 T ELT)) (-2895 (($ |#1| |#2|) 81 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-2896 (($ $) 85 T ELT)) (-3176 ((|#1| $) 86 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3468 (((-3 $ "failed") $ $) 70 (|has| |#1| (-496)) ELT)) (-3950 ((|#2| $) 84 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ (-350 (-485))) 77 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) 69 (|has| |#1| (-496)) ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT)) (-3679 ((|#1| $ |#2|) 79 T ELT)) (-2704 (((-633 $) $) 68 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 73 (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-485)) $) 76 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 75 (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-47 |#1| |#2|) (-113) (-962) (-717)) (T -47))
+((-3176 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-717)) (-4 *2 (-962)))) (-2896 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717)))) (-3950 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717)))) (-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)))) (-3939 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-85)))) (-2895 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717)))) (-3961 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717)))) (-3679 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-717)) (-4 *2 (-962)))) (-3951 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717)) (-4 *2 (-312)))))
+(-13 (-962) (-82 |t#1| |t#1|) (-10 -8 (-15 -3176 (|t#1| $)) (-15 -2896 ($ $)) (-15 -3950 (|t#2| $)) (-15 -3960 ($ (-1 |t#1| |t#1|) $)) (-15 -3939 ((-85) $)) (-15 -2895 ($ |t#1| |t#2|)) (-15 -3961 ($ $)) (-15 -3679 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-312)) (-15 -3951 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-146)) (PROGN (-6 (-146)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-496)) (-6 (-496)) |%noBranch|) (IF (|has| |t#1| (-38 (-350 (-485)))) (-6 (-38 (-350 (-485)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-496)) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-556 (-485)) . T) ((-556 |#1|) |has| |#1| (-146)) ((-556 $) |has| |#1| (-496)) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-246) |has| |#1| (-496)) ((-496) |has| |#1| (-496)) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) |has| |#1| (-496)) ((-655 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) |has| |#1| (-496)) ((-664) . T) ((-964 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-969 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-1216 (((-584 $) (-1086 $) (-1091)) NIL T ELT) (((-584 $) (-1086 $)) NIL T ELT) (((-584 $) (-858 $)) NIL T ELT)) (-1217 (($ (-1086 $) (-1091)) NIL T ELT) (($ (-1086 $)) NIL T ELT) (($ (-858 $)) NIL T ELT)) (-3190 (((-85) $) 9 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1601 (((-584 (-551 $)) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-1605 (($ $ (-249 $)) NIL T ELT) (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-584 (-551 $)) (-584 $)) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-3039 (($ $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-1218 (((-584 $) (-1086 $) (-1091)) NIL T ELT) (((-584 $) (-1086 $)) NIL T ELT) (((-584 $) (-858 $)) NIL T ELT)) (-3185 (($ (-1086 $) (-1091)) NIL T ELT) (($ (-1086 $)) NIL T ELT) (($ (-858 $)) NIL T ELT)) (-3159 (((-3 (-551 $) #1#) $) NIL T ELT) (((-3 (-485) #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT)) (-3158 (((-551 $) $) NIL T ELT) (((-485) $) NIL T ELT) (((-350 (-485)) $) NIL T ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-485)) (-631 $)) NIL T ELT) (((-2 (|:| |mat| (-631 (-350 (-485)))) (|:| |vec| (-1180 (-350 (-485))))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-350 (-485))) (-631 $)) NIL T ELT)) (-3844 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-2575 (($ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-1600 (((-584 (-86)) $) NIL T ELT)) (-3597 (((-86) (-86)) NIL T ELT)) (-2411 (((-85) $) 11 T ELT)) (-2675 (((-85) $) NIL (|has| $ (-951 (-485))) ELT)) (-3000 (((-1040 (-485) (-551 $)) $) NIL T ELT)) (-3013 (($ $ (-485)) NIL T ELT)) (-3134 (((-1086 $) (-1086 $) (-551 $)) NIL T ELT) (((-1086 $) (-1086 $) (-584 (-551 $))) NIL T ELT) (($ $ (-551 $)) NIL T ELT) (($ $ (-584 (-551 $))) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-1598 (((-1086 $) (-551 $)) NIL (|has| $ (-962)) ELT)) (-3960 (($ (-1 $ $) (-551 $)) NIL T ELT)) (-1603 (((-3 (-551 $) #1#) $) NIL T ELT)) (-2281 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL T ELT) (((-631 (-485)) (-1180 $)) NIL T ELT) (((-2 (|:| |mat| (-631 (-350 (-485)))) (|:| |vec| (-1180 (-350 (-485))))) (-1180 $) $) NIL T ELT) (((-631 (-350 (-485))) (-1180 $)) NIL T ELT)) (-1895 (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1602 (((-584 (-551 $)) $) NIL T ELT)) (-2236 (($ (-86) $) NIL T ELT) (($ (-86) (-584 $)) NIL T ELT)) (-2635 (((-85) $ (-86)) NIL T ELT) (((-85) $ (-1091)) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-2605 (((-695) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-1599 (((-85) $ $) NIL T ELT) (((-85) $ (-1091)) NIL T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-2676 (((-85) $) NIL (|has| $ (-951 (-485))) ELT)) (-3770 (($ $ (-551 $) $) NIL T ELT) (($ $ (-584 (-551 $)) (-584 $)) NIL T ELT) (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ $))) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ (-584 $)))) NIL T ELT) (($ $ (-1091) (-1 $ (-584 $))) NIL T ELT) (($ $ (-1091) (-1 $ $)) NIL T ELT) (($ $ (-584 (-86)) (-584 (-1 $ $))) NIL T ELT) (($ $ (-584 (-86)) (-584 (-1 $ (-584 $)))) NIL T ELT) (($ $ (-86) (-1 $ (-584 $))) NIL T ELT) (($ $ (-86) (-1 $ $)) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ (-86) $) NIL T ELT) (($ (-86) $ $) NIL T ELT) (($ (-86) $ $ $) NIL T ELT) (($ (-86) $ $ $ $) NIL T ELT) (($ (-86) (-584 $)) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1604 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3760 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2999 (((-1040 (-485) (-551 $)) $) NIL T ELT)) (-3187 (($ $) NIL (|has| $ (-962)) ELT)) (-3974 (((-330) $) NIL T ELT) (((-179) $) NIL T ELT) (((-142 (-330)) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-551 $)) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-1040 (-485) (-551 $))) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-2592 (($ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-2255 (((-85) (-86)) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 6 T CONST)) (-2668 (($) 10 T CONST)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3058 (((-85) $ $) 13 T ELT)) (-3951 (($ $ $) NIL T ELT)) (-3839 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-350 (-485))) NIL T ELT) (($ $ (-485)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-831)) NIL T ELT)) (* (($ (-350 (-485)) $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ $ $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-831) $) NIL T ELT)))
+(((-48) (-13 (-254) (-27) (-951 (-485)) (-951 (-350 (-485))) (-581 (-485)) (-934) (-581 (-350 (-485))) (-120) (-554 (-142 (-330))) (-190) (-556 (-1040 (-485) (-551 $))) (-10 -8 (-15 -3000 ((-1040 (-485) (-551 $)) $)) (-15 -2999 ((-1040 (-485) (-551 $)) $)) (-15 -3844 ($ $)) (-15 -3134 ((-1086 $) (-1086 $) (-551 $))) (-15 -3134 ((-1086 $) (-1086 $) (-584 (-551 $)))) (-15 -3134 ($ $ (-551 $))) (-15 -3134 ($ $ (-584 (-551 $))))))) (T -48))
+((-3000 (*1 *2 *1) (-12 (-5 *2 (-1040 (-485) (-551 (-48)))) (-5 *1 (-48)))) (-2999 (*1 *2 *1) (-12 (-5 *2 (-1040 (-485) (-551 (-48)))) (-5 *1 (-48)))) (-3844 (*1 *1 *1) (-5 *1 (-48))) (-3134 (*1 *2 *2 *3) (-12 (-5 *2 (-1086 (-48))) (-5 *3 (-551 (-48))) (-5 *1 (-48)))) (-3134 (*1 *2 *2 *3) (-12 (-5 *2 (-1086 (-48))) (-5 *3 (-584 (-551 (-48)))) (-5 *1 (-48)))) (-3134 (*1 *1 *1 *2) (-12 (-5 *2 (-551 (-48))) (-5 *1 (-48)))) (-3134 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-551 (-48)))) (-5 *1 (-48)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1942 (((-584 (-447)) $) 17 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 7 T ELT)) (-3235 (((-1096) $) 18 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-49) (-13 (-1014) (-10 -8 (-15 -1942 ((-584 (-447)) $)) (-15 -3235 ((-1096) $))))) (T -49))
+((-1942 (*1 *2 *1) (-12 (-5 *2 (-584 (-447))) (-5 *1 (-49)))) (-3235 (*1 *2 *1) (-12 (-5 *2 (-1096)) (-5 *1 (-49)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 86 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2666 (((-85) $) 31 T ELT)) (-3159 (((-3 |#1| #1#) $) 34 T ELT)) (-3158 ((|#1| $) 35 T ELT)) (-3961 (($ $) 41 T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3176 ((|#1| $) 32 T ELT)) (-1456 (($ $) 75 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1455 (((-85) $) 44 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($ (-695)) 73 T ELT)) (-3945 (($ (-584 (-485))) 74 T ELT)) (-3950 (((-695) $) 45 T ELT)) (-3948 (((-773) $) 92 T ELT) (($ (-485)) 70 T ELT) (($ |#1|) 68 T ELT)) (-3679 ((|#1| $ $) 29 T ELT)) (-3128 (((-695)) 72 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 46 T CONST)) (-2668 (($) 17 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 65 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 66 T ELT) (($ |#1| $) 59 T ELT)))
+(((-50 |#1| |#2|) (-13 (-561 |#1|) (-951 |#1|) (-10 -8 (-15 -3176 (|#1| $)) (-15 -1456 ($ $)) (-15 -3961 ($ $)) (-15 -3679 (|#1| $ $)) (-15 -2410 ($ (-695))) (-15 -3945 ($ (-584 (-485)))) (-15 -1455 ((-85) $)) (-15 -2666 ((-85) $)) (-15 -3950 ((-695) $)) (-15 -3960 ($ (-1 |#1| |#1|) $)))) (-962) (-584 (-1091))) (T -50))
+((-3176 (*1 *2 *1) (-12 (-4 *2 (-962)) (-5 *1 (-50 *2 *3)) (-14 *3 (-584 (-1091))))) (-1456 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-962)) (-14 *3 (-584 (-1091))))) (-3961 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-962)) (-14 *3 (-584 (-1091))))) (-3679 (*1 *2 *1 *1) (-12 (-4 *2 (-962)) (-5 *1 (-50 *2 *3)) (-14 *3 (-584 (-1091))))) (-2410 (*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-50 *3 *4)) (-4 *3 (-962)) (-14 *4 (-584 (-1091))))) (-3945 (*1 *1 *2) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-50 *3 *4)) (-4 *3 (-962)) (-14 *4 (-584 (-1091))))) (-1455 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-50 *3 *4)) (-4 *3 (-962)) (-14 *4 (-584 (-1091))))) (-2666 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-50 *3 *4)) (-4 *3 (-962)) (-14 *4 (-584 (-1091))))) (-3950 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-50 *3 *4)) (-4 *3 (-962)) (-14 *4 (-584 (-1091))))) (-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-50 *3 *4)) (-14 *4 (-584 (-1091))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1251 (((-697) $) 8 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1252 (((-1016) $) 10 T ELT)) (-3948 (((-773) $) 15 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1253 (($ (-1016) (-697)) 16 T ELT)) (-3058 (((-85) $ $) 12 T ELT)))
+(((-51) (-13 (-1014) (-10 -8 (-15 -1253 ($ (-1016) (-697))) (-15 -1252 ((-1016) $)) (-15 -1251 ((-697) $))))) (T -51))
+((-1253 (*1 *1 *2 *3) (-12 (-5 *2 (-1016)) (-5 *3 (-697)) (-5 *1 (-51)))) (-1252 (*1 *2 *1) (-12 (-5 *2 (-1016)) (-5 *1 (-51)))) (-1251 (*1 *2 *1) (-12 (-5 *2 (-697)) (-5 *1 (-51)))))
+((-2666 (((-85) (-51)) 18 T ELT)) (-3159 (((-3 |#1| "failed") (-51)) 20 T ELT)) (-3158 ((|#1| (-51)) 21 T ELT)) (-3948 (((-51) |#1|) 14 T ELT)))
+(((-52 |#1|) (-10 -7 (-15 -3948 ((-51) |#1|)) (-15 -3159 ((-3 |#1| "failed") (-51))) (-15 -2666 ((-85) (-51))) (-15 -3158 (|#1| (-51)))) (-1130)) (T -52))
+((-3158 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1130)))) (-2666 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *2 (-85)) (-5 *1 (-52 *4)) (-4 *4 (-1130)))) (-3159 (*1 *2 *3) (|partial| -12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1130)))) (-3948 (*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-52 *3)) (-4 *3 (-1130)))))
+((-2547 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 16 T ELT)))
+(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -2547 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-962) (-591 |#1|) (-762 |#1|)) (T -53))
+((-2547 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-591 *5)) (-4 *5 (-962)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-762 *5)))))
+((-1255 ((|#3| |#3| (-584 (-1091))) 44 T ELT)) (-1254 ((|#3| (-584 (-988 |#1| |#2| |#3|)) |#3| (-831)) 32 T ELT) ((|#3| (-584 (-988 |#1| |#2| |#3|)) |#3|) 31 T ELT)))
+(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -1254 (|#3| (-584 (-988 |#1| |#2| |#3|)) |#3|)) (-15 -1254 (|#3| (-584 (-988 |#1| |#2| |#3|)) |#3| (-831))) (-15 -1255 (|#3| |#3| (-584 (-1091))))) (-1014) (-13 (-962) (-797 |#1|) (-554 (-801 |#1|))) (-13 (-364 |#2|) (-797 |#1|) (-554 (-801 |#1|)))) (T -54))
+((-1255 (*1 *2 *2 *3) (-12 (-5 *3 (-584 (-1091))) (-4 *4 (-1014)) (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-364 *5) (-797 *4) (-554 (-801 *4)))))) (-1254 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-584 (-988 *5 *6 *2))) (-5 *4 (-831)) (-4 *5 (-1014)) (-4 *6 (-13 (-962) (-797 *5) (-554 (-801 *5)))) (-4 *2 (-13 (-364 *6) (-797 *5) (-554 (-801 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-1254 (*1 *2 *3 *2) (-12 (-5 *3 (-584 (-988 *4 *5 *2))) (-4 *4 (-1014)) (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-4 *2 (-13 (-364 *5) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-54 *4 *5 *2)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 13 T ELT)) (-3159 (((-3 (-695) "failed") $) 31 T ELT)) (-3158 (((-695) $) NIL T ELT)) (-2411 (((-85) $) 15 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) 17 T ELT)) (-3948 (((-773) $) 22 T ELT) (($ (-695)) 28 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1256 (($) 10 T CONST)) (-3058 (((-85) $ $) 19 T ELT)))
+(((-55) (-13 (-1014) (-951 (-695)) (-10 -8 (-15 -1256 ($) -3954) (-15 -3190 ((-85) $)) (-15 -2411 ((-85) $))))) (T -55))
+((-1256 (*1 *1) (-5 *1 (-55))) (-3190 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-55)))) (-2411 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-55)))))
+((-1258 (($ $ (-485) |#3|) 46 T ELT)) (-1257 (($ $ (-485) |#4|) 50 T ELT)) (-2610 (((-584 |#2|) $) 41 T ELT)) (-3247 (((-85) |#2| $) 55 T ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 21 T ELT)) (-3802 ((|#2| $ (-485) (-485)) NIL T ELT) ((|#2| $ (-485) (-485) |#2|) 29 T ELT)) (-1731 (((-695) (-1 (-85) |#2|) $) 35 T ELT) (((-695) |#2| $) 57 T ELT)) (-3948 (((-773) $) 63 T ELT)) (-1733 (((-85) (-1 (-85) |#2|) $) 20 T ELT)) (-3058 (((-85) $ $) 54 T ELT)) (-3959 (((-695) $) 26 T ELT)))
+(((-56 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3058 ((-85) |#1| |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -1257 (|#1| |#1| (-485) |#4|)) (-15 -1258 (|#1| |#1| (-485) |#3|)) (-15 -3802 (|#2| |#1| (-485) (-485) |#2|)) (-15 -3802 (|#2| |#1| (-485) (-485))) (-15 -3247 ((-85) |#2| |#1|)) (-15 -1731 ((-695) |#2| |#1|)) (-15 -2610 ((-584 |#2|) |#1|)) (-15 -1731 ((-695) (-1 (-85) |#2|) |#1|)) (-15 -1732 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -1733 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -3959 ((-695) |#1|))) (-57 |#2| |#3| |#4|) (-1130) (-324 |#2|) (-324 |#2|)) (T -56))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3790 ((|#1| $ (-485) (-485) |#1|) 50 T ELT)) (-1258 (($ $ (-485) |#2|) 48 T ELT)) (-1257 (($ $ (-485) |#3|) 47 T ELT)) (-3726 (($) 6 T CONST)) (-3113 ((|#2| $ (-485)) 52 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) 37 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 36 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 33 (|has| |#1| (-72)) ELT)) (-1577 ((|#1| $ (-485) (-485) |#1|) 49 T ELT)) (-3114 ((|#1| $ (-485) (-485)) 54 T ELT)) (-3116 (((-695) $) 57 T ELT)) (-3616 (($ (-695) (-695) |#1|) 63 T ELT)) (-3115 (((-695) $) 56 T ELT)) (-3120 (((-485) $) 61 T ELT)) (-3118 (((-485) $) 59 T ELT)) (-2610 (((-584 |#1|) $) 38 T ELT)) (-3247 (((-85) |#1| $) 34 (|has| |#1| (-72)) ELT)) (-3119 (((-485) $) 60 T ELT)) (-3117 (((-485) $) 58 T ELT)) (-3328 (($ (-1 |#1| |#1|) $) 64 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 46 T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 45 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-2200 (($ $ |#1|) 62 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 40 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ (-485) (-485)) 55 T ELT) ((|#1| $ (-485) (-485) |#1|) 53 T ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) 39 T ELT) (((-695) |#1| $) 35 (|has| |#1| (-72)) ELT)) (-3402 (($ $) 9 T ELT)) (-3112 ((|#3| $ (-485)) 51 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 41 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 42 T ELT)))
+(((-57 |#1| |#2| |#3|) (-113) (-1130) (-324 |t#1|) (-324 |t#1|)) (T -57))
+((-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3328 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3616 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-695)) (-4 *3 (-1130)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-2200 (*1 *1 *1 *2) (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1130)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-3120 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-485)))) (-3119 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-485)))) (-3118 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-485)))) (-3117 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-485)))) (-3116 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-695)))) (-3115 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-695)))) (-3802 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-485)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-1130)))) (-3114 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-485)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-1130)))) (-3802 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-485)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1130)) (-4 *4 (-324 *2)) (-4 *5 (-324 *2)))) (-3113 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1130)) (-4 *5 (-324 *4)) (-4 *2 (-324 *4)))) (-3112 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1130)) (-4 *5 (-324 *4)) (-4 *2 (-324 *4)))) (-3790 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-485)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1130)) (-4 *4 (-324 *2)) (-4 *5 (-324 *2)))) (-1577 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-485)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1130)) (-4 *4 (-324 *2)) (-4 *5 (-324 *2)))) (-1258 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-485)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1130)) (-4 *3 (-324 *4)) (-4 *5 (-324 *4)))) (-1257 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-485)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1130)) (-4 *5 (-324 *4)) (-4 *3 (-324 *4)))) (-3960 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3960 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))))
+(-13 (-318 |t#1|) (-1036 |t#1|) (-10 -8 (-15 -3616 ($ (-695) (-695) |t#1|)) (-15 -2200 ($ $ |t#1|)) (-15 -3120 ((-485) $)) (-15 -3119 ((-485) $)) (-15 -3118 ((-485) $)) (-15 -3117 ((-485) $)) (-15 -3116 ((-695) $)) (-15 -3115 ((-695) $)) (-15 -3802 (|t#1| $ (-485) (-485))) (-15 -3114 (|t#1| $ (-485) (-485))) (-15 -3802 (|t#1| $ (-485) (-485) |t#1|)) (-15 -3113 (|t#2| $ (-485))) (-15 -3112 (|t#3| $ (-485))) (-15 -3790 (|t#1| $ (-485) (-485) |t#1|)) (-15 -1577 (|t#1| $ (-485) (-485) |t#1|)) (-15 -1258 ($ $ (-485) |t#2|)) (-15 -1257 ($ $ (-485) |t#3|)) (-15 -3960 ($ (-1 |t#1| |t#1|) $)) (-15 -3328 ($ (-1 |t#1| |t#1|) $)) (-15 -3960 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -3960 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1036 |#1|)) (|has| |#1| (-757))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-757)) ELT)) (-3790 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1577 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) NIL T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) NIL T ELT) (((-485) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) NIL (|has| |#1| (-72)) ELT)) (-1259 (($ (-584 |#1|)) 11 T ELT) (($ (-695) |#1|) 14 T ELT)) (-3616 (($ (-695) |#1|) 13 T ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-2305 (($ |#1| $ (-485)) NIL T ELT) (($ $ $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2200 (($ $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ (-485) |#1|) NIL T ELT) ((|#1| $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-2306 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 10 T ELT)) (-3804 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-58 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -1259 ($ (-584 |#1|))) (-15 -1259 ($ (-695) |#1|)))) (-1130)) (T -58))
+((-1259 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-58 *3)))) (-1259 (*1 *1 *2 *3) (-12 (-5 *2 (-695)) (-5 *1 (-58 *3)) (-4 *3 (-1130)))))
+((-3843 (((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 16 T ELT)) (-3844 ((|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 18 T ELT)) (-3960 (((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)) 13 T ELT)))
+(((-59 |#1| |#2|) (-10 -7 (-15 -3843 ((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -3844 (|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -3960 ((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)))) (-1130) (-1130)) (T -59))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-58 *6)) (-5 *1 (-59 *5 *6)))) (-3844 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-59 *5 *2)))) (-3843 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-5 *2 (-58 *5)) (-5 *1 (-59 *6 *5)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3790 ((|#1| $ (-485) (-485) |#1|) NIL T ELT)) (-1258 (($ $ (-485) (-58 |#1|)) NIL T ELT)) (-1257 (($ $ (-485) (-58 |#1|)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3113 (((-58 |#1|) $ (-485)) NIL T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-1577 ((|#1| $ (-485) (-485) |#1|) NIL T ELT)) (-3114 ((|#1| $ (-485) (-485)) NIL T ELT)) (-3116 (((-695) $) NIL T ELT)) (-3616 (($ (-695) (-695) |#1|) NIL T ELT)) (-3115 (((-695) $) NIL T ELT)) (-3120 (((-485) $) NIL T ELT)) (-3118 (((-485) $) NIL T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3119 (((-485) $) NIL T ELT)) (-3117 (((-485) $) NIL T ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-2200 (($ $ |#1|) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ (-485) (-485)) NIL T ELT) ((|#1| $ (-485) (-485) |#1|) NIL T ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) NIL T ELT) (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3402 (($ $) NIL T ELT)) (-3112 (((-58 |#1|) $ (-485)) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-60 |#1|) (-57 |#1| (-58 |#1|) (-58 |#1|)) (-1130)) (T -60))
+NIL
+((-1261 (((-1180 (-631 |#1|)) (-631 |#1|)) 61 T ELT)) (-1260 (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 (-584 (-831))))) |#2| (-831)) 49 T ELT)) (-1262 (((-2 (|:| |minor| (-584 (-831))) (|:| -3268 |#2|) (|:| |minors| (-584 (-584 (-831)))) (|:| |ops| (-584 |#2|))) |#2| (-831)) 72 (|has| |#1| (-312)) ELT)))
+(((-61 |#1| |#2|) (-10 -7 (-15 -1260 ((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 (-584 (-831))))) |#2| (-831))) (-15 -1261 ((-1180 (-631 |#1|)) (-631 |#1|))) (IF (|has| |#1| (-312)) (-15 -1262 ((-2 (|:| |minor| (-584 (-831))) (|:| -3268 |#2|) (|:| |minors| (-584 (-584 (-831)))) (|:| |ops| (-584 |#2|))) |#2| (-831))) |%noBranch|)) (-496) (-601 |#1|)) (T -61))
+((-1262 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *5 (-496)) (-5 *2 (-2 (|:| |minor| (-584 (-831))) (|:| -3268 *3) (|:| |minors| (-584 (-584 (-831)))) (|:| |ops| (-584 *3)))) (-5 *1 (-61 *5 *3)) (-5 *4 (-831)) (-4 *3 (-601 *5)))) (-1261 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-1180 (-631 *4))) (-5 *1 (-61 *4 *5)) (-5 *3 (-631 *4)) (-4 *5 (-601 *4)))) (-1260 (*1 *2 *3 *4) (-12 (-4 *5 (-496)) (-5 *2 (-2 (|:| |mat| (-631 *5)) (|:| |vec| (-1180 (-584 (-831)))))) (-5 *1 (-61 *5 *3)) (-5 *4 (-831)) (-4 *3 (-601 *5)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3325 ((|#1| $) 42 T ELT)) (-3726 (($) NIL T CONST)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3327 ((|#1| |#1| $) 37 T ELT)) (-3326 ((|#1| $) 35 T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) NIL T ELT)) (-3611 (($ |#1| $) 38 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1276 ((|#1| $) 36 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 20 T ELT)) (-3567 (($) 46 T ELT)) (-3324 (((-695) $) 33 T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) 19 T ELT)) (-3948 (((-773) $) 32 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) NIL T ELT)) (-1263 (($ (-584 |#1|)) 44 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 14 T ELT)))
+(((-62 |#1|) (-13 (-1035 |#1|) (-10 -8 (-15 -1263 ($ (-584 |#1|))))) (-1014)) (T -62))
+((-1263 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-62 *3)))))
+((-3948 (((-773) $) 13 T ELT) (($ (-1096)) 9 T ELT) (((-1096) $) 8 T ELT)))
+(((-63 |#1|) (-10 -7 (-15 -3948 ((-1096) |#1|)) (-15 -3948 (|#1| (-1096))) (-15 -3948 ((-773) |#1|))) (-64)) (T -63))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-1096)) 20 T ELT) (((-1096) $) 19 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
(((-64) (-113)) (T -64))
NIL
-(-13 (-1013) (-430 (-1095)))
-(((-72) . T) ((-555 (-1095)) . T) ((-552 (-772)) . T) ((-552 (-1095)) . T) ((-430 (-1095)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-3489 (($ $) 10 T ELT)) (-3490 (($ $) 12 T ELT)))
-(((-65 |#1|) (-10 -7 (-15 -3490 (|#1| |#1|)) (-15 -3489 (|#1| |#1|))) (-66)) (T -65))
+(-13 (-1014) (-430 (-1096)))
+(((-72) . T) ((-556 (-1096)) . T) ((-553 (-773)) . T) ((-553 (-1096)) . T) ((-430 (-1096)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-3490 (($ $) 10 T ELT)) (-3491 (($ $) 12 T ELT)))
+(((-65 |#1|) (-10 -7 (-15 -3491 (|#1| |#1|)) (-15 -3490 (|#1| |#1|))) (-66)) (T -65))
NIL
-((-3487 (($ $) 11 T ELT)) (-3485 (($ $) 10 T ELT)) (-3489 (($ $) 9 T ELT)) (-3490 (($ $) 8 T ELT)) (-3488 (($ $) 7 T ELT)) (-3486 (($ $) 6 T ELT)))
+((-3488 (($ $) 11 T ELT)) (-3486 (($ $) 10 T ELT)) (-3490 (($ $) 9 T ELT)) (-3491 (($ $) 8 T ELT)) (-3489 (($ $) 7 T ELT)) (-3487 (($ $) 6 T ELT)))
(((-66) (-113)) (T -66))
-((-3487 (*1 *1 *1) (-4 *1 (-66))) (-3485 (*1 *1 *1) (-4 *1 (-66))) (-3489 (*1 *1 *1) (-4 *1 (-66))) (-3490 (*1 *1 *1) (-4 *1 (-66))) (-3488 (*1 *1 *1) (-4 *1 (-66))) (-3486 (*1 *1 *1) (-4 *1 (-66))))
-(-13 (-10 -8 (-15 -3486 ($ $)) (-15 -3488 ($ $)) (-15 -3490 ($ $)) (-15 -3489 ($ $)) (-15 -3485 ($ $)) (-15 -3487 ($ $))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3543 (((-1049) $) 11 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 17 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-67) (-13 (-995) (-10 -8 (-15 -3543 ((-1049) $))))) (T -67))
-((-3543 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-67)))))
+((-3488 (*1 *1 *1) (-4 *1 (-66))) (-3486 (*1 *1 *1) (-4 *1 (-66))) (-3490 (*1 *1 *1) (-4 *1 (-66))) (-3491 (*1 *1 *1) (-4 *1 (-66))) (-3489 (*1 *1 *1) (-4 *1 (-66))) (-3487 (*1 *1 *1) (-4 *1 (-66))))
+(-13 (-10 -8 (-15 -3487 ($ $)) (-15 -3489 ($ $)) (-15 -3491 ($ $)) (-15 -3490 ($ $)) (-15 -3486 ($ $)) (-15 -3488 ($ $))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3544 (((-1050) $) 11 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 17 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-67) (-13 (-996) (-10 -8 (-15 -3544 ((-1050) $))))) (T -67))
+((-3544 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-67)))))
NIL
(((-68) (-113)) (T -68))
NIL
-(-13 (-10 -7 (-6 (-3998 "*")) (-6 -3993) (-6 -3991) (-6 -3990) (-6 -3989) (-6 -3994) (-6 -3988) (-6 -3987) (-6 -3986) (-6 -3985) (-6 -3984) (-6 -3992) (-6 -3995) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -3983)))
-((-2569 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ "failed") $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1263 (($ (-1 |#1| |#1|)) 27 T ELT) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 26 T ELT) (($ (-1 |#1| |#1| (-484))) 24 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 16 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 ((|#1| $ |#1|) 13 T ELT)) (-3010 (($ $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-3947 (((-772) $) 22 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2667 (($) 8 T CONST)) (-3057 (((-85) $ $) 10 T ELT)) (-3950 (($ $ $) NIL T ELT)) (** (($ $ (-830)) 30 T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) 18 T ELT)) (* (($ $ $) 31 T ELT)))
-(((-69 |#1|) (-13 (-413) (-241 |#1| |#1|) (-10 -8 (-15 -1263 ($ (-1 |#1| |#1|))) (-15 -1263 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -1263 ($ (-1 |#1| |#1| (-484)))))) (-961)) (T -69))
-((-1263 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-69 *3)))) (-1263 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-69 *3)))) (-1263 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-484))) (-4 *3 (-961)) (-5 *1 (-69 *3)))))
-((-1264 (((-348 |#2|) |#2| (-583 |#2|)) 10 T ELT) (((-348 |#2|) |#2| |#2|) 11 T ELT)))
-(((-70 |#1| |#2|) (-10 -7 (-15 -1264 ((-348 |#2|) |#2| |#2|)) (-15 -1264 ((-348 |#2|) |#2| (-583 |#2|)))) (-13 (-392) (-120)) (-1155 |#1|)) (T -70))
-((-1264 (*1 *2 *3 *4) (-12 (-5 *4 (-583 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-13 (-392) (-120))) (-5 *2 (-348 *3)) (-5 *1 (-70 *5 *3)))) (-1264 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-392) (-120))) (-5 *2 (-348 *3)) (-5 *1 (-70 *4 *3)) (-4 *3 (-1155 *4)))))
-((-2569 (((-85) $ $) 13 T ELT)) (-1265 (((-85) $ $) 14 T ELT)) (-3057 (((-85) $ $) 11 T ELT)))
-(((-71 |#1|) (-10 -7 (-15 -1265 ((-85) |#1| |#1|)) (-15 -2569 ((-85) |#1| |#1|)) (-15 -3057 ((-85) |#1| |#1|))) (-72)) (T -71))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
+(-13 (-10 -7 (-6 (-3999 "*")) (-6 -3994) (-6 -3992) (-6 -3991) (-6 -3990) (-6 -3995) (-6 -3989) (-6 -3988) (-6 -3987) (-6 -3986) (-6 -3985) (-6 -3993) (-6 -3996) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -3984)))
+((-2570 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ "failed") $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1264 (($ (-1 |#1| |#1|)) 27 T ELT) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 26 T ELT) (($ (-1 |#1| |#1| (-485))) 24 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 16 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 ((|#1| $ |#1|) 13 T ELT)) (-3011 (($ $ $) NIL T ELT)) (-2437 (($ $ $) NIL T ELT)) (-3948 (((-773) $) 22 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2668 (($) 8 T CONST)) (-3058 (((-85) $ $) 10 T ELT)) (-3951 (($ $ $) NIL T ELT)) (** (($ $ (-831)) 30 T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) 18 T ELT)) (* (($ $ $) 31 T ELT)))
+(((-69 |#1|) (-13 (-413) (-241 |#1| |#1|) (-10 -8 (-15 -1264 ($ (-1 |#1| |#1|))) (-15 -1264 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -1264 ($ (-1 |#1| |#1| (-485)))))) (-962)) (T -69))
+((-1264 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-69 *3)))) (-1264 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-69 *3)))) (-1264 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-485))) (-4 *3 (-962)) (-5 *1 (-69 *3)))))
+((-1265 (((-348 |#2|) |#2| (-584 |#2|)) 10 T ELT) (((-348 |#2|) |#2| |#2|) 11 T ELT)))
+(((-70 |#1| |#2|) (-10 -7 (-15 -1265 ((-348 |#2|) |#2| |#2|)) (-15 -1265 ((-348 |#2|) |#2| (-584 |#2|)))) (-13 (-392) (-120)) (-1156 |#1|)) (T -70))
+((-1265 (*1 *2 *3 *4) (-12 (-5 *4 (-584 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-13 (-392) (-120))) (-5 *2 (-348 *3)) (-5 *1 (-70 *5 *3)))) (-1265 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-392) (-120))) (-5 *2 (-348 *3)) (-5 *1 (-70 *4 *3)) (-4 *3 (-1156 *4)))))
+((-2570 (((-85) $ $) 13 T ELT)) (-1266 (((-85) $ $) 14 T ELT)) (-3058 (((-85) $ $) 11 T ELT)))
+(((-71 |#1|) (-10 -7 (-15 -1266 ((-85) |#1| |#1|)) (-15 -2570 ((-85) |#1| |#1|)) (-15 -3058 ((-85) |#1| |#1|))) (-72)) (T -71))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
(((-72) (-113)) (T -72))
-((-3057 (*1 *2 *1 *1) (-12 (-4 *1 (-72)) (-5 *2 (-85)))) (-2569 (*1 *2 *1 *1) (-12 (-4 *1 (-72)) (-5 *2 (-85)))) (-1265 (*1 *2 *1 *1) (-12 (-4 *1 (-72)) (-5 *2 (-85)))))
-(-13 (-1129) (-10 -8 (-15 -3057 ((-85) $ $)) (-15 -2569 ((-85) $ $)) (-15 -1265 ((-85) $ $))))
-(((-13) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) NIL T ELT)) (-3026 ((|#1| $ |#1|) 24 (|has| $ (-1035 |#1|)) ELT)) (-1293 (($ $ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-1294 (($ $ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-1268 (($ $ (-583 |#1|)) 30 T ELT)) (-3789 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #2="left" $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #3="right" $) NIL (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-3138 (($ $) 12 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3032 (((-583 $) $) NIL T ELT)) (-3028 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1302 (($ $ |#1| $) 32 T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-1267 ((|#1| $ (-1 |#1| |#1| |#1|)) 40 T ELT) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 45 T ELT)) (-1266 (($ $ |#1| (-1 |#1| |#1| |#1|)) 46 T ELT) (($ $ |#1| (-1 (-583 |#1|) |#1| |#1| |#1|)) 49 T ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3139 (($ $) 11 T ELT)) (-3031 (((-583 |#1|) $) NIL T ELT)) (-3528 (((-85) $) 13 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 9 T ELT)) (-3566 (($) 31 T ELT)) (-3801 ((|#1| $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT)) (-3030 (((-484) $ $) NIL T ELT)) (-3634 (((-85) $) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1269 (($ (-694) |#1|) 33 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-73 |#1|) (-13 (-98 |#1|) (-10 -8 (-15 -1269 ($ (-694) |#1|)) (-15 -1268 ($ $ (-583 |#1|))) (-15 -1267 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -1267 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -1266 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -1266 ($ $ |#1| (-1 (-583 |#1|) |#1| |#1| |#1|))))) (-1013)) (T -73))
-((-1269 (*1 *1 *2 *3) (-12 (-5 *2 (-694)) (-5 *1 (-73 *3)) (-4 *3 (-1013)))) (-1268 (*1 *1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-73 *3)))) (-1267 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-73 *2)) (-4 *2 (-1013)))) (-1267 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1013)) (-5 *1 (-73 *3)))) (-1266 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1013)) (-5 *1 (-73 *2)))) (-1266 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-583 *2) *2 *2 *2)) (-4 *2 (-1013)) (-5 *1 (-73 *2)))))
-((-1270 ((|#3| |#2| |#2|) 34 T ELT)) (-1272 ((|#1| |#2| |#2|) 46 (|has| |#1| (-6 (-3998 #1="*"))) ELT)) (-1271 ((|#3| |#2| |#2|) 36 T ELT)) (-1273 ((|#1| |#2|) 53 (|has| |#1| (-6 (-3998 #1#))) ELT)))
-(((-74 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1270 (|#3| |#2| |#2|)) (-15 -1271 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-3998 "*"))) (PROGN (-15 -1272 (|#1| |#2| |#2|)) (-15 -1273 (|#1| |#2|))) |%noBranch|)) (-961) (-1155 |#1|) (-627 |#1| |#4| |#5|) (-324 |#1|) (-324 |#1|)) (T -74))
-((-1273 (*1 *2 *3) (-12 (|has| *2 (-6 (-3998 #1="*"))) (-4 *5 (-324 *2)) (-4 *6 (-324 *2)) (-4 *2 (-961)) (-5 *1 (-74 *2 *3 *4 *5 *6)) (-4 *3 (-1155 *2)) (-4 *4 (-627 *2 *5 *6)))) (-1272 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-3998 #1#))) (-4 *5 (-324 *2)) (-4 *6 (-324 *2)) (-4 *2 (-961)) (-5 *1 (-74 *2 *3 *4 *5 *6)) (-4 *3 (-1155 *2)) (-4 *4 (-627 *2 *5 *6)))) (-1271 (*1 *2 *3 *3) (-12 (-4 *4 (-961)) (-4 *2 (-627 *4 *5 *6)) (-5 *1 (-74 *4 *3 *2 *5 *6)) (-4 *3 (-1155 *4)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)))) (-1270 (*1 *2 *3 *3) (-12 (-4 *4 (-961)) (-4 *2 (-627 *4 *5 *6)) (-5 *1 (-74 *4 *3 *2 *5 *6)) (-4 *3 (-1155 *4)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)))))
-((-1276 (($ (-583 |#2|)) 11 T ELT)))
-(((-75 |#1| |#2|) (-10 -7 (-15 -1276 (|#1| (-583 |#2|)))) (-76 |#2|) (-1129)) (T -75))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3725 (($) 6 T CONST)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 34 T ELT)) (-3610 (($ |#1| $) 35 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-1275 ((|#1| $) 36 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-76 |#1|) (-113) (-1129)) (T -76))
-((-1276 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-4 *1 (-76 *3)))) (-1275 (*1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1129)))) (-3610 (*1 *1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1129)))) (-1274 (*1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1129)))))
-(-13 (-1035 |t#1|) (-10 -8 (-15 -1276 ($ (-583 |t#1|))) (-15 -1275 (|t#1| $)) (-15 -3610 ($ |t#1| $)) (-15 -1274 (|t#1| $))))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3130 (((-484) $) NIL (|has| (-484) (-258)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| (-484) (-740)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL T ELT) (((-3 (-1090) #1#) $) NIL (|has| (-484) (-950 (-1090))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| (-484) (-950 (-484))) ELT) (((-3 (-484) #1#) $) NIL (|has| (-484) (-950 (-484))) ELT)) (-3157 (((-484) $) NIL T ELT) (((-1090) $) NIL (|has| (-484) (-950 (-1090))) ELT) (((-350 (-484)) $) NIL (|has| (-484) (-950 (-484))) ELT) (((-484) $) NIL (|has| (-484) (-950 (-484))) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-484)) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-484) (-483)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3187 (((-85) $) NIL (|has| (-484) (-740)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (|has| (-484) (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (|has| (-484) (-796 (-330))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-484) $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| (-484) (-1066)) ELT)) (-3188 (((-85) $) NIL (|has| (-484) (-740)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| (-484) (-756)) ELT)) (-3959 (($ (-1 (-484) (-484)) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL T ELT) (((-630 (-484)) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-484) (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) NIL (|has| (-484) (-258)) ELT) (((-350 (-484)) $) NIL T ELT)) (-3131 (((-484) $) NIL (|has| (-484) (-483)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-3769 (($ $ (-583 (-484)) (-583 (-484))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-484) (-484)) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-249 (-484))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-583 (-249 (-484)))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-583 (-1090)) (-583 (-484))) NIL (|has| (-484) (-455 (-1090) (-484))) ELT) (($ $ (-1090) (-484)) NIL (|has| (-484) (-455 (-1090) (-484))) ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ $ (-484)) NIL (|has| (-484) (-241 (-484) (-484))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3759 (($ $ (-1 (-484) (-484))) NIL T ELT) (($ $ (-1 (-484) (-484)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $) NIL (|has| (-484) (-189)) ELT) (($ $ (-694)) NIL (|has| (-484) (-189)) ELT)) (-2996 (($ $) NIL T ELT)) (-2998 (((-484) $) NIL T ELT)) (-3973 (((-800 (-484)) $) NIL (|has| (-484) (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| (-484) (-553 (-800 (-330)))) ELT) (((-473) $) NIL (|has| (-484) (-553 (-473))) ELT) (((-330) $) NIL (|has| (-484) (-933)) ELT) (((-179) $) NIL (|has| (-484) (-933)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| (-484) (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) 8 T ELT) (($ (-484)) NIL T ELT) (($ (-1090)) NIL (|has| (-484) (-950 (-1090))) ELT) (((-350 (-484)) $) NIL T ELT) (((-917 2) $) 10 T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-484) (-821))) (|has| (-484) (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-3132 (((-484) $) NIL (|has| (-484) (-483)) ELT)) (-2029 (($ (-350 (-484))) 9 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 (($ $) NIL (|has| (-484) (-740)) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-1 (-484) (-484))) NIL T ELT) (($ $ (-1 (-484) (-484)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $) NIL (|has| (-484) (-189)) ELT) (($ $ (-694)) NIL (|has| (-484) (-189)) ELT)) (-2567 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-3950 (($ $ $) NIL T ELT) (($ (-484) (-484)) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ (-484)) NIL T ELT)))
-(((-77) (-13 (-904 (-484)) (-552 (-350 (-484))) (-552 (-917 2)) (-10 -8 (-15 -3129 ((-350 (-484)) $)) (-15 -2029 ($ (-350 (-484))))))) (T -77))
-((-3129 (*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-77)))) (-2029 (*1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-77)))))
-((-1288 (((-583 (-876)) $) 14 T ELT)) (-3543 (((-446) $) 12 T ELT)) (-3947 (((-772) $) 21 T ELT)) (-1277 (($ (-446) (-583 (-876))) 16 T ELT)))
-(((-78) (-13 (-552 (-772)) (-10 -8 (-15 -3543 ((-446) $)) (-15 -1288 ((-583 (-876)) $)) (-15 -1277 ($ (-446) (-583 (-876))))))) (T -78))
-((-3543 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-78)))) (-1288 (*1 *2 *1) (-12 (-5 *2 (-583 (-876))) (-5 *1 (-78)))) (-1277 (*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-583 (-876))) (-5 *1 (-78)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 ((|#1| $ |#1| |#1|) 8 T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1278 (($ (-1 |#1| |#1| |#1|)) 7 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-79 |#1|) (-13 (-80 |#1|) (-1013) (-10 -8 (-15 -1278 ($ (-1 |#1| |#1| |#1|))))) (-1129)) (T -79))
-((-1278 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-1129)) (-5 *1 (-79 *3)))))
-((-3801 ((|#1| $ |#1| |#1|) 6 T ELT)))
-(((-80 |#1|) (-113) (-1129)) (T -80))
+((-3058 (*1 *2 *1 *1) (-12 (-4 *1 (-72)) (-5 *2 (-85)))) (-2570 (*1 *2 *1 *1) (-12 (-4 *1 (-72)) (-5 *2 (-85)))) (-1266 (*1 *2 *1 *1) (-12 (-4 *1 (-72)) (-5 *2 (-85)))))
+(-13 (-1130) (-10 -8 (-15 -3058 ((-85) $ $)) (-15 -2570 ((-85) $ $)) (-15 -1266 ((-85) $ $))))
+(((-13) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) NIL T ELT)) (-3027 ((|#1| $ |#1|) 24 (|has| $ (-1036 |#1|)) ELT)) (-1294 (($ $ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-1295 (($ $ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-1269 (($ $ (-584 |#1|)) 30 T ELT)) (-3790 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #2="left" $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #3="right" $) NIL (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-3139 (($ $) 12 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3033 (((-584 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1303 (($ $ |#1| $) 32 T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-1268 ((|#1| $ (-1 |#1| |#1| |#1|)) 40 T ELT) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 45 T ELT)) (-1267 (($ $ |#1| (-1 |#1| |#1| |#1|)) 46 T ELT) (($ $ |#1| (-1 (-584 |#1|) |#1| |#1| |#1|)) 49 T ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3140 (($ $) 11 T ELT)) (-3032 (((-584 |#1|) $) NIL T ELT)) (-3529 (((-85) $) 13 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 9 T ELT)) (-3567 (($) 31 T ELT)) (-3802 ((|#1| $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT)) (-3031 (((-485) $ $) NIL T ELT)) (-3635 (((-85) $) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) NIL T ELT)) (-3030 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1270 (($ (-695) |#1|) 33 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-73 |#1|) (-13 (-98 |#1|) (-10 -8 (-15 -1270 ($ (-695) |#1|)) (-15 -1269 ($ $ (-584 |#1|))) (-15 -1268 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -1268 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -1267 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -1267 ($ $ |#1| (-1 (-584 |#1|) |#1| |#1| |#1|))))) (-1014)) (T -73))
+((-1270 (*1 *1 *2 *3) (-12 (-5 *2 (-695)) (-5 *1 (-73 *3)) (-4 *3 (-1014)))) (-1269 (*1 *1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-73 *3)))) (-1268 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-73 *2)) (-4 *2 (-1014)))) (-1268 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1014)) (-5 *1 (-73 *3)))) (-1267 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1014)) (-5 *1 (-73 *2)))) (-1267 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-584 *2) *2 *2 *2)) (-4 *2 (-1014)) (-5 *1 (-73 *2)))))
+((-1271 ((|#3| |#2| |#2|) 34 T ELT)) (-1273 ((|#1| |#2| |#2|) 46 (|has| |#1| (-6 (-3999 #1="*"))) ELT)) (-1272 ((|#3| |#2| |#2|) 36 T ELT)) (-1274 ((|#1| |#2|) 53 (|has| |#1| (-6 (-3999 #1#))) ELT)))
+(((-74 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1271 (|#3| |#2| |#2|)) (-15 -1272 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-3999 "*"))) (PROGN (-15 -1273 (|#1| |#2| |#2|)) (-15 -1274 (|#1| |#2|))) |%noBranch|)) (-962) (-1156 |#1|) (-628 |#1| |#4| |#5|) (-324 |#1|) (-324 |#1|)) (T -74))
+((-1274 (*1 *2 *3) (-12 (|has| *2 (-6 (-3999 #1="*"))) (-4 *5 (-324 *2)) (-4 *6 (-324 *2)) (-4 *2 (-962)) (-5 *1 (-74 *2 *3 *4 *5 *6)) (-4 *3 (-1156 *2)) (-4 *4 (-628 *2 *5 *6)))) (-1273 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-3999 #1#))) (-4 *5 (-324 *2)) (-4 *6 (-324 *2)) (-4 *2 (-962)) (-5 *1 (-74 *2 *3 *4 *5 *6)) (-4 *3 (-1156 *2)) (-4 *4 (-628 *2 *5 *6)))) (-1272 (*1 *2 *3 *3) (-12 (-4 *4 (-962)) (-4 *2 (-628 *4 *5 *6)) (-5 *1 (-74 *4 *3 *2 *5 *6)) (-4 *3 (-1156 *4)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)))) (-1271 (*1 *2 *3 *3) (-12 (-4 *4 (-962)) (-4 *2 (-628 *4 *5 *6)) (-5 *1 (-74 *4 *3 *2 *5 *6)) (-4 *3 (-1156 *4)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)))))
+((-1277 (($ (-584 |#2|)) 11 T ELT)))
+(((-75 |#1| |#2|) (-10 -7 (-15 -1277 (|#1| (-584 |#2|)))) (-76 |#2|) (-1130)) (T -75))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3726 (($) 6 T CONST)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 34 T ELT)) (-3611 (($ |#1| $) 35 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-1276 ((|#1| $) 36 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-76 |#1|) (-113) (-1130)) (T -76))
+((-1277 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-4 *1 (-76 *3)))) (-1276 (*1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1130)))) (-3611 (*1 *1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1130)))) (-1275 (*1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1130)))))
+(-13 (-1036 |t#1|) (-10 -8 (-15 -1277 ($ (-584 |t#1|))) (-15 -1276 (|t#1| $)) (-15 -3611 ($ |t#1| $)) (-15 -1275 (|t#1| $))))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3131 (((-485) $) NIL (|has| (-485) (-258)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| (-485) (-741)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL T ELT) (((-3 (-1091) #1#) $) NIL (|has| (-485) (-951 (-1091))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| (-485) (-951 (-485))) ELT) (((-3 (-485) #1#) $) NIL (|has| (-485) (-951 (-485))) ELT)) (-3158 (((-485) $) NIL T ELT) (((-1091) $) NIL (|has| (-485) (-951 (-1091))) ELT) (((-350 (-485)) $) NIL (|has| (-485) (-951 (-485))) ELT) (((-485) $) NIL (|has| (-485) (-951 (-485))) ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-485)) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-485) (-484)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3188 (((-85) $) NIL (|has| (-485) (-741)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (|has| (-485) (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (|has| (-485) (-797 (-330))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL T ELT)) (-3000 (((-485) $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| (-485) (-1067)) ELT)) (-3189 (((-85) $) NIL (|has| (-485) (-741)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| (-485) (-757)) ELT)) (-3960 (($ (-1 (-485) (-485)) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL T ELT) (((-631 (-485)) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-485) (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) NIL (|has| (-485) (-258)) ELT) (((-350 (-485)) $) NIL T ELT)) (-3132 (((-485) $) NIL (|has| (-485) (-484)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-3770 (($ $ (-584 (-485)) (-584 (-485))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-485) (-485)) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-249 (-485))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-584 (-249 (-485)))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-584 (-1091)) (-584 (-485))) NIL (|has| (-485) (-456 (-1091) (-485))) ELT) (($ $ (-1091) (-485)) NIL (|has| (-485) (-456 (-1091) (-485))) ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ $ (-485)) NIL (|has| (-485) (-241 (-485) (-485))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3760 (($ $ (-1 (-485) (-485))) NIL T ELT) (($ $ (-1 (-485) (-485)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $) NIL (|has| (-485) (-189)) ELT) (($ $ (-695)) NIL (|has| (-485) (-189)) ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-485) $) NIL T ELT)) (-3974 (((-801 (-485)) $) NIL (|has| (-485) (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| (-485) (-554 (-801 (-330)))) ELT) (((-474) $) NIL (|has| (-485) (-554 (-474))) ELT) (((-330) $) NIL (|has| (-485) (-934)) ELT) (((-179) $) NIL (|has| (-485) (-934)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| (-485) (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) 8 T ELT) (($ (-485)) NIL T ELT) (($ (-1091)) NIL (|has| (-485) (-951 (-1091))) ELT) (((-350 (-485)) $) NIL T ELT) (((-918 2) $) 10 T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-485) (-822))) (|has| (-485) (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-3133 (((-485) $) NIL (|has| (-485) (-484)) ELT)) (-2030 (($ (-350 (-485))) 9 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 (($ $) NIL (|has| (-485) (-741)) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-1 (-485) (-485))) NIL T ELT) (($ $ (-1 (-485) (-485)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $) NIL (|has| (-485) (-189)) ELT) (($ $ (-695)) NIL (|has| (-485) (-189)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-3951 (($ $ $) NIL T ELT) (($ (-485) (-485)) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ (-485)) NIL T ELT)))
+(((-77) (-13 (-905 (-485)) (-553 (-350 (-485))) (-553 (-918 2)) (-10 -8 (-15 -3130 ((-350 (-485)) $)) (-15 -2030 ($ (-350 (-485))))))) (T -77))
+((-3130 (*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-77)))) (-2030 (*1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-77)))))
+((-1289 (((-584 (-877)) $) 14 T ELT)) (-3544 (((-447) $) 12 T ELT)) (-3948 (((-773) $) 21 T ELT)) (-1278 (($ (-447) (-584 (-877))) 16 T ELT)))
+(((-78) (-13 (-553 (-773)) (-10 -8 (-15 -3544 ((-447) $)) (-15 -1289 ((-584 (-877)) $)) (-15 -1278 ($ (-447) (-584 (-877))))))) (T -78))
+((-3544 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-78)))) (-1289 (*1 *2 *1) (-12 (-5 *2 (-584 (-877))) (-5 *1 (-78)))) (-1278 (*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-584 (-877))) (-5 *1 (-78)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 ((|#1| $ |#1| |#1|) 8 T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1279 (($ (-1 |#1| |#1| |#1|)) 7 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-79 |#1|) (-13 (-80 |#1|) (-1014) (-10 -8 (-15 -1279 ($ (-1 |#1| |#1| |#1|))))) (-1130)) (T -79))
+((-1279 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-79 *3)))))
+((-3802 ((|#1| $ |#1| |#1|) 6 T ELT)))
+(((-80 |#1|) (-113) (-1130)) (T -80))
NIL
(-13 (|MappingCategory| |t#1| |t#1| |t#1|))
-(((|MappingCategory| |#1| |#1| |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) NIL T ELT)) (-3322 (($ $ $) NIL T ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 (-85))) ELT)) (-1735 (((-85) $) NIL (|has| (-85) (-756)) ELT) (((-85) (-1 (-85) (-85) (-85)) $) NIL T ELT)) (-1733 (($ $) NIL (-12 (|has| $ (-1035 (-85))) (|has| (-85) (-756))) ELT) (($ (-1 (-85) (-85) (-85)) $) NIL (|has| $ (-1035 (-85))) ELT)) (-2910 (($ $) NIL (|has| (-85) (-756)) ELT) (($ (-1 (-85) (-85) (-85)) $) NIL T ELT)) (-3789 (((-85) $ (-1146 (-484)) (-85)) NIL (|has| $ (-1035 (-85))) ELT) (((-85) $ (-484) (-85)) NIL (|has| $ (-1035 (-85))) ELT)) (-3711 (($ (-1 (-85) (-85)) $) NIL (|has| $ (-318 (-85))) ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 (-85))) ELT)) (-2298 (($ $) NIL T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-3407 (($ (-1 (-85) (-85)) $) NIL (|has| $ (-318 (-85))) ELT) (($ (-85) $) NIL (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-3843 (((-85) (-1 (-85) (-85) (-85)) $) NIL T ELT) (((-85) (-1 (-85) (-85) (-85)) $ (-85)) NIL T ELT) (((-85) (-1 (-85) (-85) (-85)) $ (-85) (-85)) NIL (|has| (-85) (-72)) ELT)) (-1576 (((-85) $ (-484) (-85)) NIL (|has| $ (-1035 (-85))) ELT)) (-3113 (((-85) $ (-484)) NIL T ELT)) (-3420 (((-484) (-85) $ (-484)) NIL (|has| (-85) (-72)) ELT) (((-484) (-85) $) NIL (|has| (-85) (-72)) ELT) (((-484) (-1 (-85) (-85)) $) NIL T ELT)) (-2562 (($ $ $) NIL T ELT)) (-2561 (($ $) NIL T ELT)) (-1300 (($ $ $) NIL T ELT)) (-3615 (($ (-694) (-85)) 10 T ELT)) (-1301 (($ $ $) NIL T ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL T ELT)) (-3519 (($ $ $) NIL (|has| (-85) (-756)) ELT) (($ (-1 (-85) (-85) (-85)) $ $) NIL T ELT)) (-2609 (((-583 (-85)) $) NIL T ELT)) (-3246 (((-85) (-85) $) NIL (|has| (-85) (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL T ELT)) (-3327 (($ (-1 (-85) (-85)) $) NIL T ELT)) (-3959 (($ (-1 (-85) (-85) (-85)) $ $) NIL T ELT) (($ (-1 (-85) (-85)) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2304 (($ $ $ (-484)) NIL T ELT) (($ (-85) $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 (((-85) $) NIL (|has| (-484) (-756)) ELT)) (-1354 (((-3 (-85) "failed") (-1 (-85) (-85)) $) NIL T ELT)) (-2199 (($ $ (-85)) NIL (|has| $ (-1035 (-85))) ELT)) (-1731 (((-85) (-1 (-85) (-85)) $) NIL T ELT)) (-3769 (($ $ (-583 (-85)) (-583 (-85))) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1013))) ELT) (($ $ (-85) (-85)) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1013))) ELT) (($ $ (-249 (-85))) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1013))) ELT) (($ $ (-583 (-249 (-85)))) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) (-85) $) NIL (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-2205 (((-583 (-85)) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 (($ $ (-1146 (-484))) NIL T ELT) (((-85) $ (-484)) NIL T ELT) (((-85) $ (-484) (-85)) NIL T ELT)) (-2305 (($ $ (-1146 (-484))) NIL T ELT) (($ $ (-484)) NIL T ELT)) (-1730 (((-694) (-1 (-85) (-85)) $) NIL T ELT) (((-694) (-85) $) NIL (|has| (-85) (-72)) ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 (-85))) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-85) (-553 (-473))) ELT)) (-3531 (($ (-583 (-85))) NIL T ELT)) (-3803 (($ (-583 $)) NIL T ELT) (($ $ $) NIL T ELT) (($ (-85) $) NIL T ELT) (($ $ (-85)) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1772 (($ (-694) (-85)) 11 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-85)) $) NIL T ELT)) (-2563 (($ $ $) NIL T ELT)) (-2311 (($ $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-81) (-13 (-96) (-10 -8 (-15 -1772 ($ (-694) (-85)))))) (T -81))
-((-1772 (*1 *1 *2 *3) (-12 (-5 *2 (-694)) (-5 *3 (-85)) (-5 *1 (-81)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#2|) 37 T ELT)))
-(((-82 |#1| |#2|) (-113) (-961) (-961)) (T -82))
-NIL
-(-13 (-590 |t#1|) (-968 |t#2|) (-10 -7 (-6 -3991) (-6 -3990)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-963 |#2|) . T) ((-968 |#2|) . T) ((-1013) . T) ((-1129) . T))
-((-2562 (($ $ $) 12 T ELT)) (-2561 (($ $) 8 T ELT)) (-2563 (($ $ $) 10 T ELT)))
-(((-83 |#1|) (-10 -7 (-15 -2562 (|#1| |#1| |#1|)) (-15 -2563 (|#1| |#1| |#1|)) (-15 -2561 (|#1| |#1|))) (-84)) (T -83))
-NIL
-((-2313 (($ $) 8 T ELT)) (-2562 (($ $ $) 9 T ELT)) (-2561 (($ $) 11 T ELT)) (-2563 (($ $ $) 10 T ELT)) (-2311 (($ $ $) 6 T ELT)) (-2312 (($ $ $) 7 T ELT)))
+(((|MappingCategory| |#1| |#1| |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) NIL T ELT)) (-3323 (($ $ $) NIL T ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 (-85))) ELT)) (-1736 (((-85) $) NIL (|has| (-85) (-757)) ELT) (((-85) (-1 (-85) (-85) (-85)) $) NIL T ELT)) (-1734 (($ $) NIL (-12 (|has| $ (-1036 (-85))) (|has| (-85) (-757))) ELT) (($ (-1 (-85) (-85) (-85)) $) NIL (|has| $ (-1036 (-85))) ELT)) (-2911 (($ $) NIL (|has| (-85) (-757)) ELT) (($ (-1 (-85) (-85) (-85)) $) NIL T ELT)) (-3790 (((-85) $ (-1147 (-485)) (-85)) NIL (|has| $ (-1036 (-85))) ELT) (((-85) $ (-485) (-85)) NIL (|has| $ (-1036 (-85))) ELT)) (-3712 (($ (-1 (-85) (-85)) $) NIL (|has| $ (-318 (-85))) ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 (-85))) ELT)) (-2299 (($ $) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-3408 (($ (-1 (-85) (-85)) $) NIL (|has| $ (-318 (-85))) ELT) (($ (-85) $) NIL (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-3844 (((-85) (-1 (-85) (-85) (-85)) $) NIL T ELT) (((-85) (-1 (-85) (-85) (-85)) $ (-85)) NIL T ELT) (((-85) (-1 (-85) (-85) (-85)) $ (-85) (-85)) NIL (|has| (-85) (-72)) ELT)) (-1577 (((-85) $ (-485) (-85)) NIL (|has| $ (-1036 (-85))) ELT)) (-3114 (((-85) $ (-485)) NIL T ELT)) (-3421 (((-485) (-85) $ (-485)) NIL (|has| (-85) (-72)) ELT) (((-485) (-85) $) NIL (|has| (-85) (-72)) ELT) (((-485) (-1 (-85) (-85)) $) NIL T ELT)) (-2563 (($ $ $) NIL T ELT)) (-2562 (($ $) NIL T ELT)) (-1301 (($ $ $) NIL T ELT)) (-3616 (($ (-695) (-85)) 10 T ELT)) (-1302 (($ $ $) NIL T ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL T ELT)) (-3520 (($ $ $) NIL (|has| (-85) (-757)) ELT) (($ (-1 (-85) (-85) (-85)) $ $) NIL T ELT)) (-2610 (((-584 (-85)) $) NIL T ELT)) (-3247 (((-85) (-85) $) NIL (|has| (-85) (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL T ELT)) (-3328 (($ (-1 (-85) (-85)) $) NIL T ELT)) (-3960 (($ (-1 (-85) (-85) (-85)) $ $) NIL T ELT) (($ (-1 (-85) (-85)) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2305 (($ $ $ (-485)) NIL T ELT) (($ (-85) $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 (((-85) $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 (-85) "failed") (-1 (-85) (-85)) $) NIL T ELT)) (-2200 (($ $ (-85)) NIL (|has| $ (-1036 (-85))) ELT)) (-1732 (((-85) (-1 (-85) (-85)) $) NIL T ELT)) (-3770 (($ $ (-584 (-85)) (-584 (-85))) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT) (($ $ (-85) (-85)) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT) (($ $ (-249 (-85))) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT) (($ $ (-584 (-249 (-85)))) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) (-85) $) NIL (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-2206 (((-584 (-85)) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 (($ $ (-1147 (-485))) NIL T ELT) (((-85) $ (-485)) NIL T ELT) (((-85) $ (-485) (-85)) NIL T ELT)) (-2306 (($ $ (-1147 (-485))) NIL T ELT) (($ $ (-485)) NIL T ELT)) (-1731 (((-695) (-1 (-85) (-85)) $) NIL T ELT) (((-695) (-85) $) NIL (|has| (-85) (-72)) ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 (-85))) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-85) (-554 (-474))) ELT)) (-3532 (($ (-584 (-85))) NIL T ELT)) (-3804 (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT) (($ (-85) $) NIL T ELT) (($ $ (-85)) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1773 (($ (-695) (-85)) 11 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-85)) $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-2313 (($ $ $) NIL T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-81) (-13 (-96) (-10 -8 (-15 -1773 ($ (-695) (-85)))))) (T -81))
+((-1773 (*1 *1 *2 *3) (-12 (-5 *2 (-695)) (-5 *3 (-85)) (-5 *1 (-81)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#2|) 37 T ELT)))
+(((-82 |#1| |#2|) (-113) (-962) (-962)) (T -82))
+NIL
+(-13 (-591 |t#1|) (-969 |t#2|) (-10 -7 (-6 -3992) (-6 -3991)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-964 |#2|) . T) ((-969 |#2|) . T) ((-1014) . T) ((-1130) . T))
+((-2563 (($ $ $) 12 T ELT)) (-2562 (($ $) 8 T ELT)) (-2564 (($ $ $) 10 T ELT)))
+(((-83 |#1|) (-10 -7 (-15 -2563 (|#1| |#1| |#1|)) (-15 -2564 (|#1| |#1| |#1|)) (-15 -2562 (|#1| |#1|))) (-84)) (T -83))
+NIL
+((-2314 (($ $) 8 T ELT)) (-2563 (($ $ $) 9 T ELT)) (-2562 (($ $) 11 T ELT)) (-2564 (($ $ $) 10 T ELT)) (-2312 (($ $ $) 6 T ELT)) (-2313 (($ $ $) 7 T ELT)))
(((-84) (-113)) (T -84))
-((-2561 (*1 *1 *1) (-4 *1 (-84))) (-2563 (*1 *1 *1 *1) (-4 *1 (-84))) (-2562 (*1 *1 *1 *1) (-4 *1 (-84))))
-(-13 (-604) (-10 -8 (-15 -2561 ($ $)) (-15 -2563 ($ $ $)) (-15 -2562 ($ $ $))))
-(((-13) . T) ((-604) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) 9 T ELT)) (-3322 (($ $ $) 14 T ELT)) (-2856 (($) 6 T CONST)) (-3137 (((-694)) 23 T ELT)) (-2995 (($) 31 T ELT)) (-2562 (($ $ $) 12 T ELT)) (-2561 (($ $) 8 T ELT)) (-1300 (($ $ $) 15 T ELT)) (-1301 (($ $ $) 16 T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) 29 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) 27 T ELT)) (-2854 (($ $ $) 19 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2855 (($) 7 T CONST)) (-2853 (($ $ $) 20 T ELT)) (-3973 (((-473) $) 33 T ELT)) (-3947 (((-772) $) 35 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2563 (($ $ $) 10 T ELT)) (-2311 (($ $ $) 13 T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 18 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 21 T ELT)) (-2312 (($ $ $) 11 T ELT)))
-(((-85) (-13 (-752) (-880) (-553 (-473)) (-10 -8 (-15 -3322 ($ $ $)) (-15 -1301 ($ $ $)) (-15 -1300 ($ $ $))))) (T -85))
-((-3322 (*1 *1 *1 *1) (-5 *1 (-85))) (-1301 (*1 *1 *1 *1) (-5 *1 (-85))) (-1300 (*1 *1 *1 *1) (-5 *1 (-85))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1522 (((-694) $) 92 T ELT) (($ $ (-694)) 38 T ELT)) (-1286 (((-85) $) 42 T ELT)) (-1280 (($ $ (-1073) (-696)) 59 T ELT) (($ $ (-446) (-696)) 34 T ELT)) (-1279 (($ $ (-45 (-1073) (-696))) 16 T ELT)) (-2842 (((-3 (-696) "failed") $ (-1073)) 27 T ELT) (((-632 (-696)) $ (-446)) 33 T ELT)) (-1288 (((-45 (-1073) (-696)) $) 15 T ELT)) (-3596 (($ (-1090)) 20 T ELT) (($ (-1090) (-694)) 23 T ELT) (($ (-1090) (-55)) 24 T ELT)) (-1287 (((-85) $) 40 T ELT)) (-1285 (((-85) $) 44 T ELT)) (-3543 (((-1090) $) 8 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2634 (((-85) $ (-1090)) 11 T ELT)) (-2128 (($ $ (-1 (-473) (-583 (-473)))) 65 T ELT) (((-632 (-1 (-473) (-583 (-473)))) $) 69 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1282 (((-85) $ (-446)) 37 T ELT)) (-1284 (($ $ (-1 (-85) $ $)) 46 T ELT)) (-3618 (((-632 (-1 (-772) (-583 (-772)))) $) 67 T ELT) (($ $ (-1 (-772) (-583 (-772)))) 52 T ELT) (($ $ (-1 (-772) (-772))) 54 T ELT)) (-1281 (($ $ (-1073)) 56 T ELT) (($ $ (-446)) 57 T ELT)) (-3401 (($ $) 75 T ELT)) (-1283 (($ $ (-1 (-85) $ $)) 47 T ELT)) (-3947 (((-772) $) 61 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2793 (($ $ (-446)) 35 T ELT)) (-2522 (((-55) $) 70 T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 88 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 104 T ELT)))
-(((-86) (-13 (-756) (-747 (-1090)) (-10 -8 (-15 -1288 ((-45 (-1073) (-696)) $)) (-15 -3401 ($ $)) (-15 -3596 ($ (-1090))) (-15 -3596 ($ (-1090) (-694))) (-15 -3596 ($ (-1090) (-55))) (-15 -1287 ((-85) $)) (-15 -1286 ((-85) $)) (-15 -1285 ((-85) $)) (-15 -1522 ((-694) $)) (-15 -1522 ($ $ (-694))) (-15 -1284 ($ $ (-1 (-85) $ $))) (-15 -1283 ($ $ (-1 (-85) $ $))) (-15 -3618 ((-632 (-1 (-772) (-583 (-772)))) $)) (-15 -3618 ($ $ (-1 (-772) (-583 (-772))))) (-15 -3618 ($ $ (-1 (-772) (-772)))) (-15 -2128 ($ $ (-1 (-473) (-583 (-473))))) (-15 -2128 ((-632 (-1 (-473) (-583 (-473)))) $)) (-15 -1282 ((-85) $ (-446))) (-15 -2793 ($ $ (-446))) (-15 -1281 ($ $ (-1073))) (-15 -1281 ($ $ (-446))) (-15 -2842 ((-3 (-696) "failed") $ (-1073))) (-15 -2842 ((-632 (-696)) $ (-446))) (-15 -1280 ($ $ (-1073) (-696))) (-15 -1280 ($ $ (-446) (-696))) (-15 -1279 ($ $ (-45 (-1073) (-696))))))) (T -86))
-((-1288 (*1 *2 *1) (-12 (-5 *2 (-45 (-1073) (-696))) (-5 *1 (-86)))) (-3401 (*1 *1 *1) (-5 *1 (-86))) (-3596 (*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-86)))) (-3596 (*1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-694)) (-5 *1 (-86)))) (-3596 (*1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-55)) (-5 *1 (-86)))) (-1287 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-86)))) (-1286 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-86)))) (-1285 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-86)))) (-1522 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-86)))) (-1522 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-86)))) (-1284 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-85) (-86) (-86))) (-5 *1 (-86)))) (-1283 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-85) (-86) (-86))) (-5 *1 (-86)))) (-3618 (*1 *2 *1) (-12 (-5 *2 (-632 (-1 (-772) (-583 (-772))))) (-5 *1 (-86)))) (-3618 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-772) (-583 (-772)))) (-5 *1 (-86)))) (-3618 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-772) (-772))) (-5 *1 (-86)))) (-2128 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-473) (-583 (-473)))) (-5 *1 (-86)))) (-2128 (*1 *2 *1) (-12 (-5 *2 (-632 (-1 (-473) (-583 (-473))))) (-5 *1 (-86)))) (-1282 (*1 *2 *1 *3) (-12 (-5 *3 (-446)) (-5 *2 (-85)) (-5 *1 (-86)))) (-2793 (*1 *1 *1 *2) (-12 (-5 *2 (-446)) (-5 *1 (-86)))) (-1281 (*1 *1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-86)))) (-1281 (*1 *1 *1 *2) (-12 (-5 *2 (-446)) (-5 *1 (-86)))) (-2842 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1073)) (-5 *2 (-696)) (-5 *1 (-86)))) (-2842 (*1 *2 *1 *3) (-12 (-5 *3 (-446)) (-5 *2 (-632 (-696))) (-5 *1 (-86)))) (-1280 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1073)) (-5 *3 (-696)) (-5 *1 (-86)))) (-1280 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-696)) (-5 *1 (-86)))) (-1279 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1073) (-696))) (-5 *1 (-86)))))
-((-2519 (((-3 (-1 |#1| (-583 |#1|)) #1="failed") (-86)) 23 T ELT) (((-86) (-86) (-1 |#1| |#1|)) 13 T ELT) (((-86) (-86) (-1 |#1| (-583 |#1|))) 11 T ELT) (((-3 |#1| #1#) (-86) (-583 |#1|)) 25 T ELT)) (-1289 (((-3 (-583 (-1 |#1| (-583 |#1|))) #1#) (-86)) 29 T ELT) (((-86) (-86) (-1 |#1| |#1|)) 33 T ELT) (((-86) (-86) (-583 (-1 |#1| (-583 |#1|)))) 30 T ELT)) (-1290 (((-86) |#1|) 63 T ELT)) (-1291 (((-3 |#1| #1#) (-86)) 58 T ELT)))
-(((-87 |#1|) (-10 -7 (-15 -2519 ((-3 |#1| #1="failed") (-86) (-583 |#1|))) (-15 -2519 ((-86) (-86) (-1 |#1| (-583 |#1|)))) (-15 -2519 ((-86) (-86) (-1 |#1| |#1|))) (-15 -2519 ((-3 (-1 |#1| (-583 |#1|)) #1#) (-86))) (-15 -1289 ((-86) (-86) (-583 (-1 |#1| (-583 |#1|))))) (-15 -1289 ((-86) (-86) (-1 |#1| |#1|))) (-15 -1289 ((-3 (-583 (-1 |#1| (-583 |#1|))) #1#) (-86))) (-15 -1290 ((-86) |#1|)) (-15 -1291 ((-3 |#1| #1#) (-86)))) (-1013)) (T -87))
-((-1291 (*1 *2 *3) (|partial| -12 (-5 *3 (-86)) (-5 *1 (-87 *2)) (-4 *2 (-1013)))) (-1290 (*1 *2 *3) (-12 (-5 *2 (-86)) (-5 *1 (-87 *3)) (-4 *3 (-1013)))) (-1289 (*1 *2 *3) (|partial| -12 (-5 *3 (-86)) (-5 *2 (-583 (-1 *4 (-583 *4)))) (-5 *1 (-87 *4)) (-4 *4 (-1013)))) (-1289 (*1 *2 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1013)) (-5 *1 (-87 *4)))) (-1289 (*1 *2 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-583 (-1 *4 (-583 *4)))) (-4 *4 (-1013)) (-5 *1 (-87 *4)))) (-2519 (*1 *2 *3) (|partial| -12 (-5 *3 (-86)) (-5 *2 (-1 *4 (-583 *4))) (-5 *1 (-87 *4)) (-4 *4 (-1013)))) (-2519 (*1 *2 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1013)) (-5 *1 (-87 *4)))) (-2519 (*1 *2 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 (-583 *4))) (-4 *4 (-1013)) (-5 *1 (-87 *4)))) (-2519 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-86)) (-5 *4 (-583 *2)) (-5 *1 (-87 *2)) (-4 *2 (-1013)))))
-((-1292 (((-484) |#2|) 41 T ELT)))
-(((-88 |#1| |#2|) (-10 -7 (-15 -1292 ((-484) |#2|))) (-13 (-312) (-950 (-350 (-484)))) (-1155 |#1|)) (T -88))
-((-1292 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-950 (-350 *2)))) (-5 *2 (-484)) (-5 *1 (-88 *4 *3)) (-4 *3 (-1155 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3038 (($ $ (-484)) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2612 (($ (-1085 (-484)) (-484)) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2613 (($ $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3773 (((-694) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2615 (((-484)) NIL T ELT)) (-2614 (((-484) $) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3770 (($ $ (-484)) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-2616 (((-1069 (-484)) $) NIL T ELT)) (-2892 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3771 (((-484) $ (-484)) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT)))
-(((-89 |#1|) (-779 |#1|) (-484)) (T -89))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3130 (((-89 |#1|) $) NIL (|has| (-89 |#1|) (-258)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-89 |#1|) (-821)) ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| (-89 |#1|) (-821)) ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| (-89 |#1|) (-740)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-89 |#1|) #1#) $) NIL T ELT) (((-3 (-1090) #1#) $) NIL (|has| (-89 |#1|) (-950 (-1090))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| (-89 |#1|) (-950 (-484))) ELT) (((-3 (-484) #1#) $) NIL (|has| (-89 |#1|) (-950 (-484))) ELT)) (-3157 (((-89 |#1|) $) NIL T ELT) (((-1090) $) NIL (|has| (-89 |#1|) (-950 (-1090))) ELT) (((-350 (-484)) $) NIL (|has| (-89 |#1|) (-950 (-484))) ELT) (((-484) $) NIL (|has| (-89 |#1|) (-950 (-484))) ELT)) (-3731 (($ $) NIL T ELT) (($ (-484) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| (-89 |#1|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| (-89 |#1|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-89 |#1|))) (|:| |vec| (-1179 (-89 |#1|)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-89 |#1|)) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-89 |#1|) (-483)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3187 (((-85) $) NIL (|has| (-89 |#1|) (-740)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (|has| (-89 |#1|) (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (|has| (-89 |#1|) (-796 (-330))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-89 |#1|) $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| (-89 |#1|) (-1066)) ELT)) (-3188 (((-85) $) NIL (|has| (-89 |#1|) (-740)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| (-89 |#1|) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| (-89 |#1|) (-756)) ELT)) (-3959 (($ (-1 (-89 |#1|) (-89 |#1|)) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| (-89 |#1|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| (-89 |#1|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-89 |#1|))) (|:| |vec| (-1179 (-89 |#1|)))) (-1179 $) $) NIL T ELT) (((-630 (-89 |#1|)) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-89 |#1|) (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) NIL (|has| (-89 |#1|) (-258)) ELT)) (-3131 (((-89 |#1|) $) NIL (|has| (-89 |#1|) (-483)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-89 |#1|) (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-89 |#1|) (-821)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-3769 (($ $ (-583 (-89 |#1|)) (-583 (-89 |#1|))) NIL (|has| (-89 |#1|) (-260 (-89 |#1|))) ELT) (($ $ (-89 |#1|) (-89 |#1|)) NIL (|has| (-89 |#1|) (-260 (-89 |#1|))) ELT) (($ $ (-249 (-89 |#1|))) NIL (|has| (-89 |#1|) (-260 (-89 |#1|))) ELT) (($ $ (-583 (-249 (-89 |#1|)))) NIL (|has| (-89 |#1|) (-260 (-89 |#1|))) ELT) (($ $ (-583 (-1090)) (-583 (-89 |#1|))) NIL (|has| (-89 |#1|) (-455 (-1090) (-89 |#1|))) ELT) (($ $ (-1090) (-89 |#1|)) NIL (|has| (-89 |#1|) (-455 (-1090) (-89 |#1|))) ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ $ (-89 |#1|)) NIL (|has| (-89 |#1|) (-241 (-89 |#1|) (-89 |#1|))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3759 (($ $ (-1 (-89 |#1|) (-89 |#1|))) NIL T ELT) (($ $ (-1 (-89 |#1|) (-89 |#1|)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-89 |#1|) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-89 |#1|) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-89 |#1|) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-89 |#1|) (-811 (-1090))) ELT) (($ $) NIL (|has| (-89 |#1|) (-189)) ELT) (($ $ (-694)) NIL (|has| (-89 |#1|) (-189)) ELT)) (-2996 (($ $) NIL T ELT)) (-2998 (((-89 |#1|) $) NIL T ELT)) (-3973 (((-800 (-484)) $) NIL (|has| (-89 |#1|) (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| (-89 |#1|) (-553 (-800 (-330)))) ELT) (((-473) $) NIL (|has| (-89 |#1|) (-553 (-473))) ELT) (((-330) $) NIL (|has| (-89 |#1|) (-933)) ELT) (((-179) $) NIL (|has| (-89 |#1|) (-933)) ELT)) (-2617 (((-148 (-350 (-484))) $) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| (-89 |#1|) (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-89 |#1|)) NIL T ELT) (($ (-1090)) NIL (|has| (-89 |#1|) (-950 (-1090))) ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-89 |#1|) (-821))) (|has| (-89 |#1|) (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-3132 (((-89 |#1|) $) NIL (|has| (-89 |#1|) (-483)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3771 (((-350 (-484)) $ (-484)) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 (($ $) NIL (|has| (-89 |#1|) (-740)) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-1 (-89 |#1|) (-89 |#1|))) NIL T ELT) (($ $ (-1 (-89 |#1|) (-89 |#1|)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-89 |#1|) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-89 |#1|) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-89 |#1|) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-89 |#1|) (-811 (-1090))) ELT) (($ $) NIL (|has| (-89 |#1|) (-189)) ELT) (($ $ (-694)) NIL (|has| (-89 |#1|) (-189)) ELT)) (-2567 (((-85) $ $) NIL (|has| (-89 |#1|) (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-89 |#1|) (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| (-89 |#1|) (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| (-89 |#1|) (-756)) ELT)) (-3950 (($ $ $) NIL T ELT) (($ (-89 |#1|) (-89 |#1|)) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ (-89 |#1|) $) NIL T ELT) (($ $ (-89 |#1|)) NIL T ELT)))
-(((-90 |#1|) (-13 (-904 (-89 |#1|)) (-10 -8 (-15 -3771 ((-350 (-484)) $ (-484))) (-15 -2617 ((-148 (-350 (-484))) $)) (-15 -3731 ($ $)) (-15 -3731 ($ (-484) $)))) (-484)) (T -90))
-((-3771 (*1 *2 *1 *3) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-90 *4)) (-14 *4 *3) (-5 *3 (-484)))) (-2617 (*1 *2 *1) (-12 (-5 *2 (-148 (-350 (-484)))) (-5 *1 (-90 *3)) (-14 *3 (-484)))) (-3731 (*1 *1 *1) (-12 (-5 *1 (-90 *2)) (-14 *2 (-484)))) (-3731 (*1 *1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-90 *3)) (-14 *3 *2))))
-((-3789 ((|#2| $ #1="value" |#2|) NIL T ELT) (($ $ #2="left" $) 59 T ELT) (($ $ #3="right" $) 61 T ELT)) (-3032 (((-583 $) $) 31 T ELT)) (-3028 (((-85) $ $) 36 T ELT)) (-3031 (((-583 |#2|) $) 25 T ELT)) (-3528 (((-85) $) 18 T ELT)) (-3801 ((|#2| $ #1#) NIL T ELT) (($ $ #2#) 10 T ELT) (($ $ #3#) 13 T ELT)) (-3634 (((-85) $) 55 T ELT)) (-3947 (((-772) $) 46 T ELT)) (-3523 (((-583 $) $) 32 T ELT)) (-3057 (((-85) $ $) 38 T ELT)))
-(((-91 |#1| |#2|) (-10 -7 (-15 -3057 ((-85) |#1| |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -3789 (|#1| |#1| #1="right" |#1|)) (-15 -3789 (|#1| |#1| #2="left" |#1|)) (-15 -3801 (|#1| |#1| #1#)) (-15 -3801 (|#1| |#1| #2#)) (-15 -3789 (|#2| |#1| #3="value" |#2|)) (-15 -3028 ((-85) |#1| |#1|)) (-15 -3031 ((-583 |#2|) |#1|)) (-15 -3634 ((-85) |#1|)) (-15 -3801 (|#2| |#1| #3#)) (-15 -3528 ((-85) |#1|)) (-15 -3032 ((-583 |#1|) |#1|)) (-15 -3523 ((-583 |#1|) |#1|))) (-92 |#2|) (-1129)) (T -91))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 42 T ELT)) (-3026 ((|#1| $ |#1|) 33 (|has| $ (-1035 |#1|)) ELT)) (-1293 (($ $ $) 48 (|has| $ (-1035 |#1|)) ELT)) (-1294 (($ $ $) 50 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1035 |#1|)) ELT) (($ $ "left" $) 51 (|has| $ (-1035 |#1|)) ELT) (($ $ "right" $) 49 (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) 35 (|has| $ (-1035 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-3138 (($ $) 53 T ELT)) (-3032 (((-583 $) $) 44 T ELT)) (-3028 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3139 (($ $) 55 T ELT)) (-3031 (((-583 |#1|) $) 39 T ELT)) (-3528 (((-85) $) 43 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ #1#) 41 T ELT) (($ $ "left") 54 T ELT) (($ $ "right") 52 T ELT)) (-3030 (((-484) $ $) 38 T ELT)) (-3634 (((-85) $) 40 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) 45 T ELT)) (-3029 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-92 |#1|) (-113) (-1129)) (T -92))
-((-3139 (*1 *1 *1) (-12 (-4 *1 (-92 *2)) (-4 *2 (-1129)))) (-3801 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-92 *3)) (-4 *3 (-1129)))) (-3138 (*1 *1 *1) (-12 (-4 *1 (-92 *2)) (-4 *2 (-1129)))) (-3801 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-92 *3)) (-4 *3 (-1129)))) (-3789 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (-4 *1 (-1035 *3)) (-4 *1 (-92 *3)) (-4 *3 (-1129)))) (-1294 (*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-92 *2)) (-4 *2 (-1129)))) (-3789 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (-4 *1 (-1035 *3)) (-4 *1 (-92 *3)) (-4 *3 (-1129)))) (-1293 (*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-92 *2)) (-4 *2 (-1129)))))
-(-13 (-923 |t#1|) (-10 -8 (-15 -3139 ($ $)) (-15 -3801 ($ $ "left")) (-15 -3138 ($ $)) (-15 -3801 ($ $ "right")) (IF (|has| $ (-1035 |t#1|)) (PROGN (-15 -3789 ($ $ "left" $)) (-15 -1294 ($ $ $)) (-15 -3789 ($ $ "right" $)) (-15 -1293 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-923 |#1|) . T) ((-1013) |has| |#1| (-1013)) ((-1129) . T))
-((-1297 (((-85) |#1|) 29 T ELT)) (-1296 (((-694) (-694)) 28 T ELT) (((-694)) 27 T ELT)) (-1295 (((-85) |#1| (-85)) 30 T ELT) (((-85) |#1|) 31 T ELT)))
-(((-93 |#1|) (-10 -7 (-15 -1295 ((-85) |#1|)) (-15 -1295 ((-85) |#1| (-85))) (-15 -1296 ((-694))) (-15 -1296 ((-694) (-694))) (-15 -1297 ((-85) |#1|))) (-1155 (-484))) (T -93))
-((-1297 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1155 (-484))))) (-1296 (*1 *2 *2) (-12 (-5 *2 (-694)) (-5 *1 (-93 *3)) (-4 *3 (-1155 (-484))))) (-1296 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-93 *3)) (-4 *3 (-1155 (-484))))) (-1295 (*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1155 (-484))))) (-1295 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1155 (-484))))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 18 T ELT)) (-3419 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 26 T ELT)) (-3026 ((|#1| $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1293 (($ $ $) 21 (|has| $ (-1035 |#1|)) ELT)) (-1294 (($ $ $) 23 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #2="left" $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #3="right" $) NIL (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-3138 (($ $) 20 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3032 (((-583 $) $) NIL T ELT)) (-3028 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1302 (($ $ |#1| $) 27 T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3139 (($ $) 22 T ELT)) (-3031 (((-583 |#1|) $) NIL T ELT)) (-3528 (((-85) $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-1298 (($ |#1| $) 28 T ELT)) (-3610 (($ |#1| $) 15 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 17 T ELT)) (-3566 (($) 11 T ELT)) (-3801 ((|#1| $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT)) (-3030 (((-484) $ $) NIL T ELT)) (-3634 (((-85) $) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1299 (($ (-583 |#1|)) 16 T ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-94 |#1|) (-13 (-98 |#1|) (-10 -8 (-15 -1299 ($ (-583 |#1|))) (-15 -3610 ($ |#1| $)) (-15 -1298 ($ |#1| $)) (-15 -3419 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-756)) (T -94))
-((-1299 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-94 *3)))) (-3610 (*1 *1 *2 *1) (-12 (-5 *1 (-94 *2)) (-4 *2 (-756)))) (-1298 (*1 *1 *2 *1) (-12 (-5 *1 (-94 *2)) (-4 *2 (-756)))) (-3419 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-94 *3)) (|:| |greater| (-94 *3)))) (-5 *1 (-94 *3)) (-4 *3 (-756)))))
-((-2313 (($ $) 13 T ELT)) (-2561 (($ $) 11 T ELT)) (-1300 (($ $ $) 23 T ELT)) (-1301 (($ $ $) 21 T ELT)) (-2311 (($ $ $) 19 T ELT)) (-2312 (($ $ $) 17 T ELT)))
-(((-95 |#1|) (-10 -7 (-15 -1300 (|#1| |#1| |#1|)) (-15 -1301 (|#1| |#1| |#1|)) (-15 -2313 (|#1| |#1|)) (-15 -2312 (|#1| |#1| |#1|)) (-15 -2311 (|#1| |#1| |#1|)) (-15 -2561 (|#1| |#1|))) (-96)) (T -95))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-2313 (($ $) 104 T ELT)) (-3322 (($ $ $) 33 T ELT)) (-2198 (((-1185) $ (-484) (-484)) 59 (|has| $ (-1035 (-85))) ELT)) (-1735 (((-85) $) 98 (|has| (-85) (-756)) ELT) (((-85) (-1 (-85) (-85) (-85)) $) 92 T ELT)) (-1733 (($ $) 102 (-12 (|has| (-85) (-756)) (|has| $ (-1035 (-85)))) ELT) (($ (-1 (-85) (-85) (-85)) $) 101 (|has| $ (-1035 (-85))) ELT)) (-2910 (($ $) 97 (|has| (-85) (-756)) ELT) (($ (-1 (-85) (-85) (-85)) $) 91 T ELT)) (-3789 (((-85) $ (-1146 (-484)) (-85)) 78 (|has| $ (-1035 (-85))) ELT) (((-85) $ (-484) (-85)) 47 (|has| $ (-1035 (-85))) ELT)) (-3711 (($ (-1 (-85) (-85)) $) 63 (|has| $ (-318 (-85))) ELT)) (-3725 (($) 40 T CONST)) (-2297 (($ $) 100 (|has| $ (-1035 (-85))) ELT)) (-2298 (($ $) 90 T ELT)) (-1353 (($ $) 61 (-12 (|has| (-85) (-72)) (|has| $ (-318 (-85)))) ELT)) (-3407 (($ (-1 (-85) (-85)) $) 64 (|has| $ (-318 (-85))) ELT) (($ (-85) $) 62 (-12 (|has| (-85) (-72)) (|has| $ (-318 (-85)))) ELT)) (-3843 (((-85) (-1 (-85) (-85) (-85)) $) 83 T ELT) (((-85) (-1 (-85) (-85) (-85)) $ (-85)) 82 T ELT) (((-85) (-1 (-85) (-85) (-85)) $ (-85) (-85)) 79 (|has| (-85) (-72)) ELT)) (-1576 (((-85) $ (-484) (-85)) 46 (|has| $ (-1035 (-85))) ELT)) (-3113 (((-85) $ (-484)) 48 T ELT)) (-3420 (((-484) (-85) $ (-484)) 95 (|has| (-85) (-72)) ELT) (((-484) (-85) $) 94 (|has| (-85) (-72)) ELT) (((-484) (-1 (-85) (-85)) $) 93 T ELT)) (-2562 (($ $ $) 109 T ELT)) (-2561 (($ $) 107 T ELT)) (-1300 (($ $ $) 34 T ELT)) (-3615 (($ (-694) (-85)) 68 T ELT)) (-1301 (($ $ $) 35 T ELT)) (-2200 (((-484) $) 56 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) 23 T ELT)) (-3519 (($ $ $) 96 (|has| (-85) (-756)) ELT) (($ (-1 (-85) (-85) (-85)) $ $) 89 T ELT)) (-2609 (((-583 (-85)) $) 84 T ELT)) (-3246 (((-85) (-85) $) 80 (|has| (-85) (-72)) ELT)) (-2201 (((-484) $) 55 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) 22 T ELT)) (-3327 (($ (-1 (-85) (-85)) $) 103 T ELT)) (-3959 (($ (-1 (-85) (-85) (-85)) $ $) 73 T ELT) (($ (-1 (-85) (-85)) $) 41 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2304 (($ $ $ (-484)) 77 T ELT) (($ (-85) $ (-484)) 76 T ELT)) (-2203 (((-583 (-484)) $) 53 T ELT)) (-2204 (((-85) (-484) $) 52 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3802 (((-85) $) 57 (|has| (-484) (-756)) ELT)) (-1354 (((-3 (-85) "failed") (-1 (-85) (-85)) $) 65 T ELT)) (-2199 (($ $ (-85)) 58 (|has| $ (-1035 (-85))) ELT)) (-1731 (((-85) (-1 (-85) (-85)) $) 86 T ELT)) (-3769 (($ $ (-583 (-85)) (-583 (-85))) 45 (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1013))) ELT) (($ $ (-85) (-85)) 44 (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1013))) ELT) (($ $ (-249 (-85))) 43 (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1013))) ELT) (($ $ (-583 (-249 (-85)))) 42 (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1013))) ELT)) (-1222 (((-85) $ $) 36 T ELT)) (-2202 (((-85) (-85) $) 54 (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-2205 (((-583 (-85)) $) 51 T ELT)) (-3404 (((-85) $) 39 T ELT)) (-3566 (($) 38 T ELT)) (-3801 (($ $ (-1146 (-484))) 67 T ELT) (((-85) $ (-484)) 50 T ELT) (((-85) $ (-484) (-85)) 49 T ELT)) (-2305 (($ $ (-1146 (-484))) 75 T ELT) (($ $ (-484)) 74 T ELT)) (-1730 (((-694) (-1 (-85) (-85)) $) 85 T ELT) (((-694) (-85) $) 81 (|has| (-85) (-72)) ELT)) (-1734 (($ $ $ (-484)) 99 (|has| $ (-1035 (-85))) ELT)) (-3401 (($ $) 37 T ELT)) (-3973 (((-473) $) 60 (|has| (-85) (-553 (-473))) ELT)) (-3531 (($ (-583 (-85))) 66 T ELT)) (-3803 (($ (-583 $)) 72 T ELT) (($ $ $) 71 T ELT) (($ (-85) $) 70 T ELT) (($ $ (-85)) 69 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-1732 (((-85) (-1 (-85) (-85)) $) 87 T ELT)) (-2563 (($ $ $) 108 T ELT)) (-2311 (($ $ $) 106 T ELT)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)) (-2312 (($ $ $) 105 T ELT)) (-3958 (((-694) $) 88 T ELT)))
+((-2562 (*1 *1 *1) (-4 *1 (-84))) (-2564 (*1 *1 *1 *1) (-4 *1 (-84))) (-2563 (*1 *1 *1 *1) (-4 *1 (-84))))
+(-13 (-605) (-10 -8 (-15 -2562 ($ $)) (-15 -2564 ($ $ $)) (-15 -2563 ($ $ $))))
+(((-13) . T) ((-605) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) 9 T ELT)) (-3323 (($ $ $) 14 T ELT)) (-2857 (($) 6 T CONST)) (-3138 (((-695)) 23 T ELT)) (-2996 (($) 31 T ELT)) (-2563 (($ $ $) 12 T ELT)) (-2562 (($ $) 8 T ELT)) (-1301 (($ $ $) 15 T ELT)) (-1302 (($ $ $) 16 T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) 29 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) 27 T ELT)) (-2855 (($ $ $) 19 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2856 (($) 7 T CONST)) (-2854 (($ $ $) 20 T ELT)) (-3974 (((-474) $) 33 T ELT)) (-3948 (((-773) $) 35 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2564 (($ $ $) 10 T ELT)) (-2312 (($ $ $) 13 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 18 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 21 T ELT)) (-2313 (($ $ $) 11 T ELT)))
+(((-85) (-13 (-753) (-881) (-554 (-474)) (-10 -8 (-15 -3323 ($ $ $)) (-15 -1302 ($ $ $)) (-15 -1301 ($ $ $))))) (T -85))
+((-3323 (*1 *1 *1 *1) (-5 *1 (-85))) (-1302 (*1 *1 *1 *1) (-5 *1 (-85))) (-1301 (*1 *1 *1 *1) (-5 *1 (-85))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1523 (((-695) $) 92 T ELT) (($ $ (-695)) 38 T ELT)) (-1287 (((-85) $) 42 T ELT)) (-1281 (($ $ (-1074) (-697)) 59 T ELT) (($ $ (-447) (-697)) 34 T ELT)) (-1280 (($ $ (-45 (-1074) (-697))) 16 T ELT)) (-2843 (((-3 (-697) "failed") $ (-1074)) 27 T ELT) (((-633 (-697)) $ (-447)) 33 T ELT)) (-1289 (((-45 (-1074) (-697)) $) 15 T ELT)) (-3597 (($ (-1091)) 20 T ELT) (($ (-1091) (-695)) 23 T ELT) (($ (-1091) (-55)) 24 T ELT)) (-1288 (((-85) $) 40 T ELT)) (-1286 (((-85) $) 44 T ELT)) (-3544 (((-1091) $) 8 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2635 (((-85) $ (-1091)) 11 T ELT)) (-2129 (($ $ (-1 (-474) (-584 (-474)))) 65 T ELT) (((-633 (-1 (-474) (-584 (-474)))) $) 69 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1283 (((-85) $ (-447)) 37 T ELT)) (-1285 (($ $ (-1 (-85) $ $)) 46 T ELT)) (-3619 (((-633 (-1 (-773) (-584 (-773)))) $) 67 T ELT) (($ $ (-1 (-773) (-584 (-773)))) 52 T ELT) (($ $ (-1 (-773) (-773))) 54 T ELT)) (-1282 (($ $ (-1074)) 56 T ELT) (($ $ (-447)) 57 T ELT)) (-3402 (($ $) 75 T ELT)) (-1284 (($ $ (-1 (-85) $ $)) 47 T ELT)) (-3948 (((-773) $) 61 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2794 (($ $ (-447)) 35 T ELT)) (-2523 (((-55) $) 70 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 88 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 104 T ELT)))
+(((-86) (-13 (-757) (-748 (-1091)) (-10 -8 (-15 -1289 ((-45 (-1074) (-697)) $)) (-15 -3402 ($ $)) (-15 -3597 ($ (-1091))) (-15 -3597 ($ (-1091) (-695))) (-15 -3597 ($ (-1091) (-55))) (-15 -1288 ((-85) $)) (-15 -1287 ((-85) $)) (-15 -1286 ((-85) $)) (-15 -1523 ((-695) $)) (-15 -1523 ($ $ (-695))) (-15 -1285 ($ $ (-1 (-85) $ $))) (-15 -1284 ($ $ (-1 (-85) $ $))) (-15 -3619 ((-633 (-1 (-773) (-584 (-773)))) $)) (-15 -3619 ($ $ (-1 (-773) (-584 (-773))))) (-15 -3619 ($ $ (-1 (-773) (-773)))) (-15 -2129 ($ $ (-1 (-474) (-584 (-474))))) (-15 -2129 ((-633 (-1 (-474) (-584 (-474)))) $)) (-15 -1283 ((-85) $ (-447))) (-15 -2794 ($ $ (-447))) (-15 -1282 ($ $ (-1074))) (-15 -1282 ($ $ (-447))) (-15 -2843 ((-3 (-697) "failed") $ (-1074))) (-15 -2843 ((-633 (-697)) $ (-447))) (-15 -1281 ($ $ (-1074) (-697))) (-15 -1281 ($ $ (-447) (-697))) (-15 -1280 ($ $ (-45 (-1074) (-697))))))) (T -86))
+((-1289 (*1 *2 *1) (-12 (-5 *2 (-45 (-1074) (-697))) (-5 *1 (-86)))) (-3402 (*1 *1 *1) (-5 *1 (-86))) (-3597 (*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-86)))) (-3597 (*1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-695)) (-5 *1 (-86)))) (-3597 (*1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-55)) (-5 *1 (-86)))) (-1288 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-86)))) (-1287 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-86)))) (-1286 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-86)))) (-1523 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-86)))) (-1523 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-86)))) (-1285 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-85) (-86) (-86))) (-5 *1 (-86)))) (-1284 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-85) (-86) (-86))) (-5 *1 (-86)))) (-3619 (*1 *2 *1) (-12 (-5 *2 (-633 (-1 (-773) (-584 (-773))))) (-5 *1 (-86)))) (-3619 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-773) (-584 (-773)))) (-5 *1 (-86)))) (-3619 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-773) (-773))) (-5 *1 (-86)))) (-2129 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-474) (-584 (-474)))) (-5 *1 (-86)))) (-2129 (*1 *2 *1) (-12 (-5 *2 (-633 (-1 (-474) (-584 (-474))))) (-5 *1 (-86)))) (-1283 (*1 *2 *1 *3) (-12 (-5 *3 (-447)) (-5 *2 (-85)) (-5 *1 (-86)))) (-2794 (*1 *1 *1 *2) (-12 (-5 *2 (-447)) (-5 *1 (-86)))) (-1282 (*1 *1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-86)))) (-1282 (*1 *1 *1 *2) (-12 (-5 *2 (-447)) (-5 *1 (-86)))) (-2843 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1074)) (-5 *2 (-697)) (-5 *1 (-86)))) (-2843 (*1 *2 *1 *3) (-12 (-5 *3 (-447)) (-5 *2 (-633 (-697))) (-5 *1 (-86)))) (-1281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1074)) (-5 *3 (-697)) (-5 *1 (-86)))) (-1281 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-697)) (-5 *1 (-86)))) (-1280 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1074) (-697))) (-5 *1 (-86)))))
+((-2520 (((-3 (-1 |#1| (-584 |#1|)) #1="failed") (-86)) 23 T ELT) (((-86) (-86) (-1 |#1| |#1|)) 13 T ELT) (((-86) (-86) (-1 |#1| (-584 |#1|))) 11 T ELT) (((-3 |#1| #1#) (-86) (-584 |#1|)) 25 T ELT)) (-1290 (((-3 (-584 (-1 |#1| (-584 |#1|))) #1#) (-86)) 29 T ELT) (((-86) (-86) (-1 |#1| |#1|)) 33 T ELT) (((-86) (-86) (-584 (-1 |#1| (-584 |#1|)))) 30 T ELT)) (-1291 (((-86) |#1|) 63 T ELT)) (-1292 (((-3 |#1| #1#) (-86)) 58 T ELT)))
+(((-87 |#1|) (-10 -7 (-15 -2520 ((-3 |#1| #1="failed") (-86) (-584 |#1|))) (-15 -2520 ((-86) (-86) (-1 |#1| (-584 |#1|)))) (-15 -2520 ((-86) (-86) (-1 |#1| |#1|))) (-15 -2520 ((-3 (-1 |#1| (-584 |#1|)) #1#) (-86))) (-15 -1290 ((-86) (-86) (-584 (-1 |#1| (-584 |#1|))))) (-15 -1290 ((-86) (-86) (-1 |#1| |#1|))) (-15 -1290 ((-3 (-584 (-1 |#1| (-584 |#1|))) #1#) (-86))) (-15 -1291 ((-86) |#1|)) (-15 -1292 ((-3 |#1| #1#) (-86)))) (-1014)) (T -87))
+((-1292 (*1 *2 *3) (|partial| -12 (-5 *3 (-86)) (-5 *1 (-87 *2)) (-4 *2 (-1014)))) (-1291 (*1 *2 *3) (-12 (-5 *2 (-86)) (-5 *1 (-87 *3)) (-4 *3 (-1014)))) (-1290 (*1 *2 *3) (|partial| -12 (-5 *3 (-86)) (-5 *2 (-584 (-1 *4 (-584 *4)))) (-5 *1 (-87 *4)) (-4 *4 (-1014)))) (-1290 (*1 *2 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1014)) (-5 *1 (-87 *4)))) (-1290 (*1 *2 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-584 (-1 *4 (-584 *4)))) (-4 *4 (-1014)) (-5 *1 (-87 *4)))) (-2520 (*1 *2 *3) (|partial| -12 (-5 *3 (-86)) (-5 *2 (-1 *4 (-584 *4))) (-5 *1 (-87 *4)) (-4 *4 (-1014)))) (-2520 (*1 *2 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1014)) (-5 *1 (-87 *4)))) (-2520 (*1 *2 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 (-584 *4))) (-4 *4 (-1014)) (-5 *1 (-87 *4)))) (-2520 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-86)) (-5 *4 (-584 *2)) (-5 *1 (-87 *2)) (-4 *2 (-1014)))))
+((-1293 (((-485) |#2|) 41 T ELT)))
+(((-88 |#1| |#2|) (-10 -7 (-15 -1293 ((-485) |#2|))) (-13 (-312) (-951 (-350 (-485)))) (-1156 |#1|)) (T -88))
+((-1293 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-951 (-350 *2)))) (-5 *2 (-485)) (-5 *1 (-88 *4 *3)) (-4 *3 (-1156 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3039 (($ $ (-485)) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2613 (($ (-1086 (-485)) (-485)) NIL T ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2614 (($ $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3774 (((-695) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2616 (((-485)) NIL T ELT)) (-2615 (((-485) $) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3771 (($ $ (-485)) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-2617 (((-1070 (-485)) $) NIL T ELT)) (-2893 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3772 (((-485) $ (-485)) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT)))
+(((-89 |#1|) (-780 |#1|) (-485)) (T -89))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3131 (((-89 |#1|) $) NIL (|has| (-89 |#1|) (-258)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-89 |#1|) (-822)) ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| (-89 |#1|) (-822)) ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| (-89 |#1|) (-741)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-89 |#1|) #1#) $) NIL T ELT) (((-3 (-1091) #1#) $) NIL (|has| (-89 |#1|) (-951 (-1091))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| (-89 |#1|) (-951 (-485))) ELT) (((-3 (-485) #1#) $) NIL (|has| (-89 |#1|) (-951 (-485))) ELT)) (-3158 (((-89 |#1|) $) NIL T ELT) (((-1091) $) NIL (|has| (-89 |#1|) (-951 (-1091))) ELT) (((-350 (-485)) $) NIL (|has| (-89 |#1|) (-951 (-485))) ELT) (((-485) $) NIL (|has| (-89 |#1|) (-951 (-485))) ELT)) (-3732 (($ $) NIL T ELT) (($ (-485) $) NIL T ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| (-89 |#1|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| (-89 |#1|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-89 |#1|))) (|:| |vec| (-1180 (-89 |#1|)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-89 |#1|)) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-89 |#1|) (-484)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3188 (((-85) $) NIL (|has| (-89 |#1|) (-741)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (|has| (-89 |#1|) (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (|has| (-89 |#1|) (-797 (-330))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL T ELT)) (-3000 (((-89 |#1|) $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| (-89 |#1|) (-1067)) ELT)) (-3189 (((-85) $) NIL (|has| (-89 |#1|) (-741)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| (-89 |#1|) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| (-89 |#1|) (-757)) ELT)) (-3960 (($ (-1 (-89 |#1|) (-89 |#1|)) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| (-89 |#1|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| (-89 |#1|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-89 |#1|))) (|:| |vec| (-1180 (-89 |#1|)))) (-1180 $) $) NIL T ELT) (((-631 (-89 |#1|)) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-89 |#1|) (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) NIL (|has| (-89 |#1|) (-258)) ELT)) (-3132 (((-89 |#1|) $) NIL (|has| (-89 |#1|) (-484)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-89 |#1|) (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-89 |#1|) (-822)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-3770 (($ $ (-584 (-89 |#1|)) (-584 (-89 |#1|))) NIL (|has| (-89 |#1|) (-260 (-89 |#1|))) ELT) (($ $ (-89 |#1|) (-89 |#1|)) NIL (|has| (-89 |#1|) (-260 (-89 |#1|))) ELT) (($ $ (-249 (-89 |#1|))) NIL (|has| (-89 |#1|) (-260 (-89 |#1|))) ELT) (($ $ (-584 (-249 (-89 |#1|)))) NIL (|has| (-89 |#1|) (-260 (-89 |#1|))) ELT) (($ $ (-584 (-1091)) (-584 (-89 |#1|))) NIL (|has| (-89 |#1|) (-456 (-1091) (-89 |#1|))) ELT) (($ $ (-1091) (-89 |#1|)) NIL (|has| (-89 |#1|) (-456 (-1091) (-89 |#1|))) ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ $ (-89 |#1|)) NIL (|has| (-89 |#1|) (-241 (-89 |#1|) (-89 |#1|))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3760 (($ $ (-1 (-89 |#1|) (-89 |#1|))) NIL T ELT) (($ $ (-1 (-89 |#1|) (-89 |#1|)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-89 |#1|) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-89 |#1|) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-89 |#1|) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-89 |#1|) (-812 (-1091))) ELT) (($ $) NIL (|has| (-89 |#1|) (-189)) ELT) (($ $ (-695)) NIL (|has| (-89 |#1|) (-189)) ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-89 |#1|) $) NIL T ELT)) (-3974 (((-801 (-485)) $) NIL (|has| (-89 |#1|) (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| (-89 |#1|) (-554 (-801 (-330)))) ELT) (((-474) $) NIL (|has| (-89 |#1|) (-554 (-474))) ELT) (((-330) $) NIL (|has| (-89 |#1|) (-934)) ELT) (((-179) $) NIL (|has| (-89 |#1|) (-934)) ELT)) (-2618 (((-148 (-350 (-485))) $) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| (-89 |#1|) (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-89 |#1|)) NIL T ELT) (($ (-1091)) NIL (|has| (-89 |#1|) (-951 (-1091))) ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-89 |#1|) (-822))) (|has| (-89 |#1|) (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-3133 (((-89 |#1|) $) NIL (|has| (-89 |#1|) (-484)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3772 (((-350 (-485)) $ (-485)) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 (($ $) NIL (|has| (-89 |#1|) (-741)) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-1 (-89 |#1|) (-89 |#1|))) NIL T ELT) (($ $ (-1 (-89 |#1|) (-89 |#1|)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-89 |#1|) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-89 |#1|) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-89 |#1|) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-89 |#1|) (-812 (-1091))) ELT) (($ $) NIL (|has| (-89 |#1|) (-189)) ELT) (($ $ (-695)) NIL (|has| (-89 |#1|) (-189)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-89 |#1|) (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| (-89 |#1|) (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| (-89 |#1|) (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| (-89 |#1|) (-757)) ELT)) (-3951 (($ $ $) NIL T ELT) (($ (-89 |#1|) (-89 |#1|)) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ (-89 |#1|) $) NIL T ELT) (($ $ (-89 |#1|)) NIL T ELT)))
+(((-90 |#1|) (-13 (-905 (-89 |#1|)) (-10 -8 (-15 -3772 ((-350 (-485)) $ (-485))) (-15 -2618 ((-148 (-350 (-485))) $)) (-15 -3732 ($ $)) (-15 -3732 ($ (-485) $)))) (-485)) (T -90))
+((-3772 (*1 *2 *1 *3) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-90 *4)) (-14 *4 *3) (-5 *3 (-485)))) (-2618 (*1 *2 *1) (-12 (-5 *2 (-148 (-350 (-485)))) (-5 *1 (-90 *3)) (-14 *3 (-485)))) (-3732 (*1 *1 *1) (-12 (-5 *1 (-90 *2)) (-14 *2 (-485)))) (-3732 (*1 *1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-90 *3)) (-14 *3 *2))))
+((-3790 ((|#2| $ #1="value" |#2|) NIL T ELT) (($ $ #2="left" $) 59 T ELT) (($ $ #3="right" $) 61 T ELT)) (-3033 (((-584 $) $) 31 T ELT)) (-3029 (((-85) $ $) 36 T ELT)) (-3032 (((-584 |#2|) $) 25 T ELT)) (-3529 (((-85) $) 18 T ELT)) (-3802 ((|#2| $ #1#) NIL T ELT) (($ $ #2#) 10 T ELT) (($ $ #3#) 13 T ELT)) (-3635 (((-85) $) 55 T ELT)) (-3948 (((-773) $) 46 T ELT)) (-3524 (((-584 $) $) 32 T ELT)) (-3058 (((-85) $ $) 38 T ELT)))
+(((-91 |#1| |#2|) (-10 -7 (-15 -3058 ((-85) |#1| |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -3790 (|#1| |#1| #1="right" |#1|)) (-15 -3790 (|#1| |#1| #2="left" |#1|)) (-15 -3802 (|#1| |#1| #1#)) (-15 -3802 (|#1| |#1| #2#)) (-15 -3790 (|#2| |#1| #3="value" |#2|)) (-15 -3029 ((-85) |#1| |#1|)) (-15 -3032 ((-584 |#2|) |#1|)) (-15 -3635 ((-85) |#1|)) (-15 -3802 (|#2| |#1| #3#)) (-15 -3529 ((-85) |#1|)) (-15 -3033 ((-584 |#1|) |#1|)) (-15 -3524 ((-584 |#1|) |#1|))) (-92 |#2|) (-1130)) (T -91))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 42 T ELT)) (-3027 ((|#1| $ |#1|) 33 (|has| $ (-1036 |#1|)) ELT)) (-1294 (($ $ $) 48 (|has| $ (-1036 |#1|)) ELT)) (-1295 (($ $ $) 50 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1036 |#1|)) ELT) (($ $ "left" $) 51 (|has| $ (-1036 |#1|)) ELT) (($ $ "right" $) 49 (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) 35 (|has| $ (-1036 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-3139 (($ $) 53 T ELT)) (-3033 (((-584 $) $) 44 T ELT)) (-3029 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3140 (($ $) 55 T ELT)) (-3032 (((-584 |#1|) $) 39 T ELT)) (-3529 (((-85) $) 43 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ #1#) 41 T ELT) (($ $ "left") 54 T ELT) (($ $ "right") 52 T ELT)) (-3031 (((-485) $ $) 38 T ELT)) (-3635 (((-85) $) 40 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) 45 T ELT)) (-3030 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-92 |#1|) (-113) (-1130)) (T -92))
+((-3140 (*1 *1 *1) (-12 (-4 *1 (-92 *2)) (-4 *2 (-1130)))) (-3802 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-92 *3)) (-4 *3 (-1130)))) (-3139 (*1 *1 *1) (-12 (-4 *1 (-92 *2)) (-4 *2 (-1130)))) (-3802 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-92 *3)) (-4 *3 (-1130)))) (-3790 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (-4 *1 (-1036 *3)) (-4 *1 (-92 *3)) (-4 *3 (-1130)))) (-1295 (*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-92 *2)) (-4 *2 (-1130)))) (-3790 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (-4 *1 (-1036 *3)) (-4 *1 (-92 *3)) (-4 *3 (-1130)))) (-1294 (*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-92 *2)) (-4 *2 (-1130)))))
+(-13 (-924 |t#1|) (-10 -8 (-15 -3140 ($ $)) (-15 -3802 ($ $ "left")) (-15 -3139 ($ $)) (-15 -3802 ($ $ "right")) (IF (|has| $ (-1036 |t#1|)) (PROGN (-15 -3790 ($ $ "left" $)) (-15 -1295 ($ $ $)) (-15 -3790 ($ $ "right" $)) (-15 -1294 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-924 |#1|) . T) ((-1014) |has| |#1| (-1014)) ((-1130) . T))
+((-1298 (((-85) |#1|) 29 T ELT)) (-1297 (((-695) (-695)) 28 T ELT) (((-695)) 27 T ELT)) (-1296 (((-85) |#1| (-85)) 30 T ELT) (((-85) |#1|) 31 T ELT)))
+(((-93 |#1|) (-10 -7 (-15 -1296 ((-85) |#1|)) (-15 -1296 ((-85) |#1| (-85))) (-15 -1297 ((-695))) (-15 -1297 ((-695) (-695))) (-15 -1298 ((-85) |#1|))) (-1156 (-485))) (T -93))
+((-1298 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1156 (-485))))) (-1297 (*1 *2 *2) (-12 (-5 *2 (-695)) (-5 *1 (-93 *3)) (-4 *3 (-1156 (-485))))) (-1297 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-93 *3)) (-4 *3 (-1156 (-485))))) (-1296 (*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1156 (-485))))) (-1296 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1156 (-485))))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 18 T ELT)) (-3420 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 26 T ELT)) (-3027 ((|#1| $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1294 (($ $ $) 21 (|has| $ (-1036 |#1|)) ELT)) (-1295 (($ $ $) 23 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #2="left" $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #3="right" $) NIL (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-3139 (($ $) 20 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3033 (((-584 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1303 (($ $ |#1| $) 27 T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3140 (($ $) 22 T ELT)) (-3032 (((-584 |#1|) $) NIL T ELT)) (-3529 (((-85) $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-1299 (($ |#1| $) 28 T ELT)) (-3611 (($ |#1| $) 15 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 17 T ELT)) (-3567 (($) 11 T ELT)) (-3802 ((|#1| $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT)) (-3031 (((-485) $ $) NIL T ELT)) (-3635 (((-85) $) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) NIL T ELT)) (-3030 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1300 (($ (-584 |#1|)) 16 T ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-94 |#1|) (-13 (-98 |#1|) (-10 -8 (-15 -1300 ($ (-584 |#1|))) (-15 -3611 ($ |#1| $)) (-15 -1299 ($ |#1| $)) (-15 -3420 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-757)) (T -94))
+((-1300 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-94 *3)))) (-3611 (*1 *1 *2 *1) (-12 (-5 *1 (-94 *2)) (-4 *2 (-757)))) (-1299 (*1 *1 *2 *1) (-12 (-5 *1 (-94 *2)) (-4 *2 (-757)))) (-3420 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-94 *3)) (|:| |greater| (-94 *3)))) (-5 *1 (-94 *3)) (-4 *3 (-757)))))
+((-2314 (($ $) 13 T ELT)) (-2562 (($ $) 11 T ELT)) (-1301 (($ $ $) 23 T ELT)) (-1302 (($ $ $) 21 T ELT)) (-2312 (($ $ $) 19 T ELT)) (-2313 (($ $ $) 17 T ELT)))
+(((-95 |#1|) (-10 -7 (-15 -1301 (|#1| |#1| |#1|)) (-15 -1302 (|#1| |#1| |#1|)) (-15 -2314 (|#1| |#1|)) (-15 -2313 (|#1| |#1| |#1|)) (-15 -2312 (|#1| |#1| |#1|)) (-15 -2562 (|#1| |#1|))) (-96)) (T -95))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-2314 (($ $) 104 T ELT)) (-3323 (($ $ $) 33 T ELT)) (-2199 (((-1186) $ (-485) (-485)) 59 (|has| $ (-1036 (-85))) ELT)) (-1736 (((-85) $) 98 (|has| (-85) (-757)) ELT) (((-85) (-1 (-85) (-85) (-85)) $) 92 T ELT)) (-1734 (($ $) 102 (-12 (|has| (-85) (-757)) (|has| $ (-1036 (-85)))) ELT) (($ (-1 (-85) (-85) (-85)) $) 101 (|has| $ (-1036 (-85))) ELT)) (-2911 (($ $) 97 (|has| (-85) (-757)) ELT) (($ (-1 (-85) (-85) (-85)) $) 91 T ELT)) (-3790 (((-85) $ (-1147 (-485)) (-85)) 78 (|has| $ (-1036 (-85))) ELT) (((-85) $ (-485) (-85)) 47 (|has| $ (-1036 (-85))) ELT)) (-3712 (($ (-1 (-85) (-85)) $) 63 (|has| $ (-318 (-85))) ELT)) (-3726 (($) 40 T CONST)) (-2298 (($ $) 100 (|has| $ (-1036 (-85))) ELT)) (-2299 (($ $) 90 T ELT)) (-1354 (($ $) 61 (-12 (|has| (-85) (-72)) (|has| $ (-318 (-85)))) ELT)) (-3408 (($ (-1 (-85) (-85)) $) 64 (|has| $ (-318 (-85))) ELT) (($ (-85) $) 62 (-12 (|has| (-85) (-72)) (|has| $ (-318 (-85)))) ELT)) (-3844 (((-85) (-1 (-85) (-85) (-85)) $) 83 T ELT) (((-85) (-1 (-85) (-85) (-85)) $ (-85)) 82 T ELT) (((-85) (-1 (-85) (-85) (-85)) $ (-85) (-85)) 79 (|has| (-85) (-72)) ELT)) (-1577 (((-85) $ (-485) (-85)) 46 (|has| $ (-1036 (-85))) ELT)) (-3114 (((-85) $ (-485)) 48 T ELT)) (-3421 (((-485) (-85) $ (-485)) 95 (|has| (-85) (-72)) ELT) (((-485) (-85) $) 94 (|has| (-85) (-72)) ELT) (((-485) (-1 (-85) (-85)) $) 93 T ELT)) (-2563 (($ $ $) 109 T ELT)) (-2562 (($ $) 107 T ELT)) (-1301 (($ $ $) 34 T ELT)) (-3616 (($ (-695) (-85)) 68 T ELT)) (-1302 (($ $ $) 35 T ELT)) (-2201 (((-485) $) 56 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) 23 T ELT)) (-3520 (($ $ $) 96 (|has| (-85) (-757)) ELT) (($ (-1 (-85) (-85) (-85)) $ $) 89 T ELT)) (-2610 (((-584 (-85)) $) 84 T ELT)) (-3247 (((-85) (-85) $) 80 (|has| (-85) (-72)) ELT)) (-2202 (((-485) $) 55 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) 22 T ELT)) (-3328 (($ (-1 (-85) (-85)) $) 103 T ELT)) (-3960 (($ (-1 (-85) (-85) (-85)) $ $) 73 T ELT) (($ (-1 (-85) (-85)) $) 41 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2305 (($ $ $ (-485)) 77 T ELT) (($ (-85) $ (-485)) 76 T ELT)) (-2204 (((-584 (-485)) $) 53 T ELT)) (-2205 (((-85) (-485) $) 52 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3803 (((-85) $) 57 (|has| (-485) (-757)) ELT)) (-1355 (((-3 (-85) "failed") (-1 (-85) (-85)) $) 65 T ELT)) (-2200 (($ $ (-85)) 58 (|has| $ (-1036 (-85))) ELT)) (-1732 (((-85) (-1 (-85) (-85)) $) 86 T ELT)) (-3770 (($ $ (-584 (-85)) (-584 (-85))) 45 (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT) (($ $ (-85) (-85)) 44 (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT) (($ $ (-249 (-85))) 43 (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT) (($ $ (-584 (-249 (-85)))) 42 (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT)) (-1223 (((-85) $ $) 36 T ELT)) (-2203 (((-85) (-85) $) 54 (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-2206 (((-584 (-85)) $) 51 T ELT)) (-3405 (((-85) $) 39 T ELT)) (-3567 (($) 38 T ELT)) (-3802 (($ $ (-1147 (-485))) 67 T ELT) (((-85) $ (-485)) 50 T ELT) (((-85) $ (-485) (-85)) 49 T ELT)) (-2306 (($ $ (-1147 (-485))) 75 T ELT) (($ $ (-485)) 74 T ELT)) (-1731 (((-695) (-1 (-85) (-85)) $) 85 T ELT) (((-695) (-85) $) 81 (|has| (-85) (-72)) ELT)) (-1735 (($ $ $ (-485)) 99 (|has| $ (-1036 (-85))) ELT)) (-3402 (($ $) 37 T ELT)) (-3974 (((-474) $) 60 (|has| (-85) (-554 (-474))) ELT)) (-3532 (($ (-584 (-85))) 66 T ELT)) (-3804 (($ (-584 $)) 72 T ELT) (($ $ $) 71 T ELT) (($ (-85) $) 70 T ELT) (($ $ (-85)) 69 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-1733 (((-85) (-1 (-85) (-85)) $) 87 T ELT)) (-2564 (($ $ $) 108 T ELT)) (-2312 (($ $ $) 106 T ELT)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)) (-2313 (($ $ $) 105 T ELT)) (-3959 (((-695) $) 88 T ELT)))
(((-96) (-113)) (T -96))
-((-1301 (*1 *1 *1 *1) (-4 *1 (-96))) (-1300 (*1 *1 *1 *1) (-4 *1 (-96))) (-3322 (*1 *1 *1 *1) (-4 *1 (-96))))
-(-13 (-756) (-84) (-604) (-19 (-85)) (-10 -8 (-15 -1301 ($ $ $)) (-15 -1300 ($ $ $)) (-15 -3322 ($ $ $))))
-(((-34) . T) ((-72) . T) ((-84) . T) ((-552 (-772)) . T) ((-124 (-85)) . T) ((-553 (-473)) |has| (-85) (-553 (-473))) ((-241 (-484) (-85)) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) (-85)) . T) ((-260 (-85)) -12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1013))) ((-318 (-85)) . T) ((-324 (-85)) . T) ((-429 (-85)) . T) ((-538 (-484) (-85)) . T) ((-455 (-85) (-85)) -12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1013))) ((-13) . T) ((-593 (-85)) . T) ((-604) . T) ((-19 (-85)) . T) ((-756) . T) ((-759) . T) ((-1013) . T) ((-1035 (-85)) . T) ((-1129) . T))
-((-3327 (($ (-1 |#2| |#2|) $) 22 T ELT)) (-3401 (($ $) 16 T ELT)) (-3958 (((-694) $) 25 T ELT)))
-(((-97 |#1| |#2|) (-10 -7 (-15 -3327 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3958 ((-694) |#1|)) (-15 -3401 (|#1| |#1|))) (-98 |#2|) (-1013)) (T -97))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 42 T ELT)) (-3026 ((|#1| $ |#1|) 33 (|has| $ (-1035 |#1|)) ELT)) (-1293 (($ $ $) 48 (|has| $ (-1035 |#1|)) ELT)) (-1294 (($ $ $) 50 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1035 |#1|)) ELT) (($ $ #2="left" $) 51 (|has| $ (-1035 |#1|)) ELT) (($ $ #3="right" $) 49 (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) 35 (|has| $ (-1035 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-3138 (($ $) 53 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 69 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 66 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 65 T ELT)) (-3032 (((-583 $) $) 44 T ELT)) (-3028 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-1302 (($ $ |#1| $) 58 T ELT)) (-2609 (((-583 |#1|) $) 64 T ELT)) (-3246 (((-85) |#1| $) 68 (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 59 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3139 (($ $) 55 T ELT)) (-3031 (((-583 |#1|) $) 39 T ELT)) (-3528 (((-85) $) 43 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 62 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ #1#) 41 T ELT) (($ $ #2#) 54 T ELT) (($ $ #3#) 52 T ELT)) (-3030 (((-484) $ $) 38 T ELT)) (-3634 (((-85) $) 40 T ELT)) (-1730 (((-694) |#1| $) 67 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 63 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) 45 T ELT)) (-3029 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 61 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 60 T ELT)))
-(((-98 |#1|) (-113) (-1013)) (T -98))
-((-1302 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-98 *2)) (-4 *2 (-1013)))))
-(-13 (-92 |t#1|) (-318 |t#1|) (-1035 |t#1|) (-10 -8 (-15 -1302 ($ $ |t#1| $))))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-92 |#1|) . T) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-923 |#1|) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 18 T ELT)) (-3026 ((|#1| $ |#1|) 22 (|has| $ (-1035 |#1|)) ELT)) (-1293 (($ $ $) 23 (|has| $ (-1035 |#1|)) ELT)) (-1294 (($ $ $) 21 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #2="left" $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #3="right" $) NIL (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-3138 (($ $) 24 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3032 (((-583 $) $) NIL T ELT)) (-3028 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1302 (($ $ |#1| $) NIL T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3139 (($ $) NIL T ELT)) (-3031 (((-583 |#1|) $) NIL T ELT)) (-3528 (((-85) $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3610 (($ |#1| $) 15 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 17 T ELT)) (-3566 (($) 11 T ELT)) (-3801 ((|#1| $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT)) (-3030 (((-484) $ $) NIL T ELT)) (-3634 (((-85) $) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) 20 T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1303 (($ (-583 |#1|)) 16 T ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-99 |#1|) (-13 (-98 |#1|) (-10 -8 (-15 -1303 ($ (-583 |#1|))) (-15 -3610 ($ |#1| $)))) (-756)) (T -99))
-((-1303 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-99 *3)))) (-3610 (*1 *1 *2 *1) (-12 (-5 *1 (-99 *2)) (-4 *2 (-756)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 31 T ELT)) (-3026 ((|#1| $ |#1|) 33 (|has| $ (-1035 |#1|)) ELT)) (-1293 (($ $ $) 37 (|has| $ (-1035 |#1|)) ELT)) (-1294 (($ $ $) 35 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #2="left" $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #3="right" $) NIL (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-3138 (($ $) 24 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3032 (((-583 $) $) NIL T ELT)) (-3028 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1302 (($ $ |#1| $) 17 T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3139 (($ $) 23 T ELT)) (-3031 (((-583 |#1|) $) NIL T ELT)) (-3528 (((-85) $) 26 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 21 T ELT)) (-3566 (($) 13 T ELT)) (-3801 ((|#1| $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT)) (-3030 (((-484) $ $) NIL T ELT)) (-3634 (((-85) $) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1304 (($ |#1|) 19 T ELT) (($ $ |#1| $) 18 T ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) 12 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-100 |#1|) (-13 (-98 |#1|) (-10 -8 (-15 -1304 ($ |#1|)) (-15 -1304 ($ $ |#1| $)))) (-1013)) (T -100))
-((-1304 (*1 *1 *2) (-12 (-5 *1 (-100 *2)) (-4 *2 (-1013)))) (-1304 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-100 *2)) (-4 *2 (-1013)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) 32 T ELT)) (-3137 (((-694)) 17 T ELT)) (-3725 (($) 9 T CONST)) (-2995 (($) 27 T ELT)) (-2532 (($ $ $) NIL T ELT) (($) 15 T CONST)) (-2858 (($ $ $) NIL T ELT) (($) 16 T CONST)) (-2010 (((-830) $) 25 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) 23 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1305 (($ (-694)) 8 T ELT)) (-3726 (($ $ $) 29 T ELT)) (-3727 (($ $ $) 28 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2311 (($ $ $) 31 T ELT)) (-2567 (((-85) $ $) 14 T ELT)) (-2568 (((-85) $ $) 12 T ELT)) (-3057 (((-85) $ $) 10 T ELT)) (-2685 (((-85) $ $) 13 T ELT)) (-2686 (((-85) $ $) 11 T ELT)) (-2312 (($ $ $) 30 T ELT)))
-(((-101) (-13 (-752) (-604) (-10 -8 (-15 -1305 ($ (-694))) (-15 -3727 ($ $ $)) (-15 -3726 ($ $ $)) (-15 -3725 ($) -3953)))) (T -101))
-((-1305 (*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-101)))) (-3727 (*1 *1 *1 *1) (-5 *1 (-101))) (-3726 (*1 *1 *1 *1) (-5 *1 (-101))) (-3725 (*1 *1) (-5 *1 (-101))))
-((-694) (|%ilt| |#1| 256))
-((-2569 (((-85) $ $) NIL (|has| (-101) (-72)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 (-101))) ELT)) (-1735 (((-85) (-1 (-85) (-101) (-101)) $) NIL T ELT) (((-85) $) NIL (|has| (-101) (-756)) ELT)) (-1733 (($ (-1 (-85) (-101) (-101)) $) NIL (|has| $ (-1035 (-101))) ELT) (($ $) NIL (-12 (|has| $ (-1035 (-101))) (|has| (-101) (-756))) ELT)) (-2910 (($ (-1 (-85) (-101) (-101)) $) NIL T ELT) (($ $) NIL (|has| (-101) (-756)) ELT)) (-3789 (((-101) $ (-484) (-101)) 26 (|has| $ (-1035 (-101))) ELT) (((-101) $ (-1146 (-484)) (-101)) NIL (|has| $ (-1035 (-101))) ELT)) (-1306 (((-694) $ (-694)) 35 T ELT)) (-3711 (($ (-1 (-85) (-101)) $) NIL (|has| $ (-318 (-101))) ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 (-101))) ELT)) (-2298 (($ $) NIL T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-101))) (|has| (-101) (-72))) ELT)) (-3407 (($ (-101) $) NIL (-12 (|has| $ (-318 (-101))) (|has| (-101) (-72))) ELT) (($ (-1 (-85) (-101)) $) NIL (|has| $ (-318 (-101))) ELT)) (-3843 (((-101) (-1 (-101) (-101) (-101)) $ (-101) (-101)) NIL (|has| (-101) (-72)) ELT) (((-101) (-1 (-101) (-101) (-101)) $ (-101)) NIL T ELT) (((-101) (-1 (-101) (-101) (-101)) $) NIL T ELT)) (-1576 (((-101) $ (-484) (-101)) 25 (|has| $ (-1035 (-101))) ELT)) (-3113 (((-101) $ (-484)) 20 T ELT)) (-3420 (((-484) (-1 (-85) (-101)) $) NIL T ELT) (((-484) (-101) $) NIL (|has| (-101) (-72)) ELT) (((-484) (-101) $ (-484)) NIL (|has| (-101) (-72)) ELT)) (-3615 (($ (-694) (-101)) 14 T ELT)) (-2200 (((-484) $) 27 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| (-101) (-756)) ELT)) (-3519 (($ (-1 (-85) (-101) (-101)) $ $) NIL T ELT) (($ $ $) NIL (|has| (-101) (-756)) ELT)) (-2609 (((-583 (-101)) $) NIL T ELT)) (-3246 (((-85) (-101) $) NIL (|has| (-101) (-72)) ELT)) (-2201 (((-484) $) 30 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| (-101) (-756)) ELT)) (-3327 (($ (-1 (-101) (-101)) $) NIL T ELT)) (-3959 (($ (-1 (-101) (-101)) $) NIL T ELT) (($ (-1 (-101) (-101) (-101)) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| (-101) (-1013)) ELT)) (-2304 (($ (-101) $ (-484)) NIL T ELT) (($ $ $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| (-101) (-1013)) ELT)) (-3802 (((-101) $) NIL (|has| (-484) (-756)) ELT)) (-1354 (((-3 (-101) "failed") (-1 (-85) (-101)) $) NIL T ELT)) (-2199 (($ $ (-101)) NIL (|has| $ (-1035 (-101))) ELT)) (-1731 (((-85) (-1 (-85) (-101)) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-101)))) NIL (-12 (|has| (-101) (-260 (-101))) (|has| (-101) (-1013))) ELT) (($ $ (-249 (-101))) NIL (-12 (|has| (-101) (-260 (-101))) (|has| (-101) (-1013))) ELT) (($ $ (-101) (-101)) NIL (-12 (|has| (-101) (-260 (-101))) (|has| (-101) (-1013))) ELT) (($ $ (-583 (-101)) (-583 (-101))) NIL (-12 (|has| (-101) (-260 (-101))) (|has| (-101) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) (-101) $) NIL (-12 (|has| $ (-318 (-101))) (|has| (-101) (-72))) ELT)) (-2205 (((-583 (-101)) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) 12 T ELT)) (-3801 (((-101) $ (-484) (-101)) NIL T ELT) (((-101) $ (-484)) 23 T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-2305 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-1730 (((-694) (-101) $) NIL (|has| (-101) (-72)) ELT) (((-694) (-1 (-85) (-101)) $) NIL T ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 (-101))) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-101) (-553 (-473))) ELT)) (-3531 (($ (-583 (-101))) 41 T ELT)) (-3803 (($ $ (-101)) NIL T ELT) (($ (-101) $) NIL T ELT) (($ $ $) 45 T ELT) (($ (-583 $)) NIL T ELT)) (-3947 (((-869 (-101)) $) 36 T ELT) (((-1073) $) 38 T ELT) (((-772) $) NIL (|has| (-101) (-552 (-772))) ELT)) (-1307 (((-694) $) 18 T ELT)) (-1308 (($ (-694)) 8 T ELT)) (-1265 (((-85) $ $) NIL (|has| (-101) (-72)) ELT)) (-1732 (((-85) (-1 (-85) (-101)) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| (-101) (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-101) (-756)) ELT)) (-3057 (((-85) $ $) 33 (|has| (-101) (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| (-101) (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| (-101) (-756)) ELT)) (-3958 (((-694) $) 15 T ELT)))
-(((-102) (-13 (-19 (-101)) (-552 (-869 (-101))) (-552 (-1073)) (-10 -8 (-15 -1308 ($ (-694))) (-15 -1307 ((-694) $)) (-15 -1306 ((-694) $ (-694)))))) (T -102))
-((-1308 (*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-102)))) (-1307 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-102)))) (-1306 (*1 *2 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-102)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1309 (($) 6 T CONST)) (-1311 (($) 7 T CONST)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 14 T ELT)) (-1310 (($) 8 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 10 T ELT)))
-(((-103) (-13 (-1013) (-10 -8 (-15 -1311 ($) -3953) (-15 -1310 ($) -3953) (-15 -1309 ($) -3953)))) (T -103))
-((-1311 (*1 *1) (-5 *1 (-103))) (-1310 (*1 *1) (-5 *1 (-103))) (-1309 (*1 *1) (-5 *1 (-103))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT)))
+((-1302 (*1 *1 *1 *1) (-4 *1 (-96))) (-1301 (*1 *1 *1 *1) (-4 *1 (-96))) (-3323 (*1 *1 *1 *1) (-4 *1 (-96))))
+(-13 (-757) (-84) (-605) (-19 (-85)) (-10 -8 (-15 -1302 ($ $ $)) (-15 -1301 ($ $ $)) (-15 -3323 ($ $ $))))
+(((-34) . T) ((-72) . T) ((-84) . T) ((-553 (-773)) . T) ((-124 (-85)) . T) ((-554 (-474)) |has| (-85) (-554 (-474))) ((-241 (-485) (-85)) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) (-85)) . T) ((-260 (-85)) -12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ((-318 (-85)) . T) ((-324 (-85)) . T) ((-429 (-85)) . T) ((-539 (-485) (-85)) . T) ((-456 (-85) (-85)) -12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ((-13) . T) ((-594 (-85)) . T) ((-605) . T) ((-19 (-85)) . T) ((-757) . T) ((-760) . T) ((-1014) . T) ((-1036 (-85)) . T) ((-1130) . T))
+((-3328 (($ (-1 |#2| |#2|) $) 22 T ELT)) (-3402 (($ $) 16 T ELT)) (-3959 (((-695) $) 25 T ELT)))
+(((-97 |#1| |#2|) (-10 -7 (-15 -3328 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3959 ((-695) |#1|)) (-15 -3402 (|#1| |#1|))) (-98 |#2|) (-1014)) (T -97))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 42 T ELT)) (-3027 ((|#1| $ |#1|) 33 (|has| $ (-1036 |#1|)) ELT)) (-1294 (($ $ $) 48 (|has| $ (-1036 |#1|)) ELT)) (-1295 (($ $ $) 50 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1036 |#1|)) ELT) (($ $ #2="left" $) 51 (|has| $ (-1036 |#1|)) ELT) (($ $ #3="right" $) 49 (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) 35 (|has| $ (-1036 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-3139 (($ $) 53 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 69 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 66 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 65 T ELT)) (-3033 (((-584 $) $) 44 T ELT)) (-3029 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-1303 (($ $ |#1| $) 58 T ELT)) (-2610 (((-584 |#1|) $) 64 T ELT)) (-3247 (((-85) |#1| $) 68 (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 59 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3140 (($ $) 55 T ELT)) (-3032 (((-584 |#1|) $) 39 T ELT)) (-3529 (((-85) $) 43 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 62 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ #1#) 41 T ELT) (($ $ #2#) 54 T ELT) (($ $ #3#) 52 T ELT)) (-3031 (((-485) $ $) 38 T ELT)) (-3635 (((-85) $) 40 T ELT)) (-1731 (((-695) |#1| $) 67 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 63 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) 45 T ELT)) (-3030 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 61 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 60 T ELT)))
+(((-98 |#1|) (-113) (-1014)) (T -98))
+((-1303 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-98 *2)) (-4 *2 (-1014)))))
+(-13 (-92 |t#1|) (-318 |t#1|) (-1036 |t#1|) (-10 -8 (-15 -1303 ($ $ |t#1| $))))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-92 |#1|) . T) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-924 |#1|) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 18 T ELT)) (-3027 ((|#1| $ |#1|) 22 (|has| $ (-1036 |#1|)) ELT)) (-1294 (($ $ $) 23 (|has| $ (-1036 |#1|)) ELT)) (-1295 (($ $ $) 21 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #2="left" $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #3="right" $) NIL (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-3139 (($ $) 24 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3033 (((-584 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1303 (($ $ |#1| $) NIL T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3140 (($ $) NIL T ELT)) (-3032 (((-584 |#1|) $) NIL T ELT)) (-3529 (((-85) $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3611 (($ |#1| $) 15 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 17 T ELT)) (-3567 (($) 11 T ELT)) (-3802 ((|#1| $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT)) (-3031 (((-485) $ $) NIL T ELT)) (-3635 (((-85) $) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) 20 T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) NIL T ELT)) (-3030 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1304 (($ (-584 |#1|)) 16 T ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-99 |#1|) (-13 (-98 |#1|) (-10 -8 (-15 -1304 ($ (-584 |#1|))) (-15 -3611 ($ |#1| $)))) (-757)) (T -99))
+((-1304 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-99 *3)))) (-3611 (*1 *1 *2 *1) (-12 (-5 *1 (-99 *2)) (-4 *2 (-757)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 31 T ELT)) (-3027 ((|#1| $ |#1|) 33 (|has| $ (-1036 |#1|)) ELT)) (-1294 (($ $ $) 37 (|has| $ (-1036 |#1|)) ELT)) (-1295 (($ $ $) 35 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #2="left" $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #3="right" $) NIL (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-3139 (($ $) 24 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3033 (((-584 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1303 (($ $ |#1| $) 17 T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3140 (($ $) 23 T ELT)) (-3032 (((-584 |#1|) $) NIL T ELT)) (-3529 (((-85) $) 26 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 21 T ELT)) (-3567 (($) 13 T ELT)) (-3802 ((|#1| $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT)) (-3031 (((-485) $ $) NIL T ELT)) (-3635 (((-85) $) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) NIL T ELT)) (-3030 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1305 (($ |#1|) 19 T ELT) (($ $ |#1| $) 18 T ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) 12 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-100 |#1|) (-13 (-98 |#1|) (-10 -8 (-15 -1305 ($ |#1|)) (-15 -1305 ($ $ |#1| $)))) (-1014)) (T -100))
+((-1305 (*1 *1 *2) (-12 (-5 *1 (-100 *2)) (-4 *2 (-1014)))) (-1305 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-100 *2)) (-4 *2 (-1014)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) 32 T ELT)) (-3138 (((-695)) 17 T ELT)) (-3726 (($) 9 T CONST)) (-2996 (($) 27 T ELT)) (-2533 (($ $ $) NIL T ELT) (($) 15 T CONST)) (-2859 (($ $ $) NIL T ELT) (($) 16 T CONST)) (-2011 (((-831) $) 25 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) 23 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1306 (($ (-695)) 8 T ELT)) (-3727 (($ $ $) 29 T ELT)) (-3728 (($ $ $) 28 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) 31 T ELT)) (-2568 (((-85) $ $) 14 T ELT)) (-2569 (((-85) $ $) 12 T ELT)) (-3058 (((-85) $ $) 10 T ELT)) (-2686 (((-85) $ $) 13 T ELT)) (-2687 (((-85) $ $) 11 T ELT)) (-2313 (($ $ $) 30 T ELT)))
+(((-101) (-13 (-753) (-605) (-10 -8 (-15 -1306 ($ (-695))) (-15 -3728 ($ $ $)) (-15 -3727 ($ $ $)) (-15 -3726 ($) -3954)))) (T -101))
+((-1306 (*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-101)))) (-3728 (*1 *1 *1 *1) (-5 *1 (-101))) (-3727 (*1 *1 *1 *1) (-5 *1 (-101))) (-3726 (*1 *1) (-5 *1 (-101))))
+((-695) (|%ilt| |#1| 256))
+((-2570 (((-85) $ $) NIL (|has| (-101) (-72)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 (-101))) ELT)) (-1736 (((-85) (-1 (-85) (-101) (-101)) $) NIL T ELT) (((-85) $) NIL (|has| (-101) (-757)) ELT)) (-1734 (($ (-1 (-85) (-101) (-101)) $) NIL (|has| $ (-1036 (-101))) ELT) (($ $) NIL (-12 (|has| $ (-1036 (-101))) (|has| (-101) (-757))) ELT)) (-2911 (($ (-1 (-85) (-101) (-101)) $) NIL T ELT) (($ $) NIL (|has| (-101) (-757)) ELT)) (-3790 (((-101) $ (-485) (-101)) 26 (|has| $ (-1036 (-101))) ELT) (((-101) $ (-1147 (-485)) (-101)) NIL (|has| $ (-1036 (-101))) ELT)) (-1307 (((-695) $ (-695)) 35 T ELT)) (-3712 (($ (-1 (-85) (-101)) $) NIL (|has| $ (-318 (-101))) ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 (-101))) ELT)) (-2299 (($ $) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-101))) (|has| (-101) (-72))) ELT)) (-3408 (($ (-101) $) NIL (-12 (|has| $ (-318 (-101))) (|has| (-101) (-72))) ELT) (($ (-1 (-85) (-101)) $) NIL (|has| $ (-318 (-101))) ELT)) (-3844 (((-101) (-1 (-101) (-101) (-101)) $ (-101) (-101)) NIL (|has| (-101) (-72)) ELT) (((-101) (-1 (-101) (-101) (-101)) $ (-101)) NIL T ELT) (((-101) (-1 (-101) (-101) (-101)) $) NIL T ELT)) (-1577 (((-101) $ (-485) (-101)) 25 (|has| $ (-1036 (-101))) ELT)) (-3114 (((-101) $ (-485)) 20 T ELT)) (-3421 (((-485) (-1 (-85) (-101)) $) NIL T ELT) (((-485) (-101) $) NIL (|has| (-101) (-72)) ELT) (((-485) (-101) $ (-485)) NIL (|has| (-101) (-72)) ELT)) (-3616 (($ (-695) (-101)) 14 T ELT)) (-2201 (((-485) $) 27 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| (-101) (-757)) ELT)) (-3520 (($ (-1 (-85) (-101) (-101)) $ $) NIL T ELT) (($ $ $) NIL (|has| (-101) (-757)) ELT)) (-2610 (((-584 (-101)) $) NIL T ELT)) (-3247 (((-85) (-101) $) NIL (|has| (-101) (-72)) ELT)) (-2202 (((-485) $) 30 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| (-101) (-757)) ELT)) (-3328 (($ (-1 (-101) (-101)) $) NIL T ELT)) (-3960 (($ (-1 (-101) (-101)) $) NIL T ELT) (($ (-1 (-101) (-101) (-101)) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| (-101) (-1014)) ELT)) (-2305 (($ (-101) $ (-485)) NIL T ELT) (($ $ $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| (-101) (-1014)) ELT)) (-3803 (((-101) $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 (-101) "failed") (-1 (-85) (-101)) $) NIL T ELT)) (-2200 (($ $ (-101)) NIL (|has| $ (-1036 (-101))) ELT)) (-1732 (((-85) (-1 (-85) (-101)) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-101)))) NIL (-12 (|has| (-101) (-260 (-101))) (|has| (-101) (-1014))) ELT) (($ $ (-249 (-101))) NIL (-12 (|has| (-101) (-260 (-101))) (|has| (-101) (-1014))) ELT) (($ $ (-101) (-101)) NIL (-12 (|has| (-101) (-260 (-101))) (|has| (-101) (-1014))) ELT) (($ $ (-584 (-101)) (-584 (-101))) NIL (-12 (|has| (-101) (-260 (-101))) (|has| (-101) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) (-101) $) NIL (-12 (|has| $ (-318 (-101))) (|has| (-101) (-72))) ELT)) (-2206 (((-584 (-101)) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) 12 T ELT)) (-3802 (((-101) $ (-485) (-101)) NIL T ELT) (((-101) $ (-485)) 23 T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-2306 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-1731 (((-695) (-101) $) NIL (|has| (-101) (-72)) ELT) (((-695) (-1 (-85) (-101)) $) NIL T ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 (-101))) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-101) (-554 (-474))) ELT)) (-3532 (($ (-584 (-101))) 41 T ELT)) (-3804 (($ $ (-101)) NIL T ELT) (($ (-101) $) NIL T ELT) (($ $ $) 45 T ELT) (($ (-584 $)) NIL T ELT)) (-3948 (((-870 (-101)) $) 36 T ELT) (((-1074) $) 38 T ELT) (((-773) $) NIL (|has| (-101) (-553 (-773))) ELT)) (-1308 (((-695) $) 18 T ELT)) (-1309 (($ (-695)) 8 T ELT)) (-1266 (((-85) $ $) NIL (|has| (-101) (-72)) ELT)) (-1733 (((-85) (-1 (-85) (-101)) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| (-101) (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| (-101) (-757)) ELT)) (-3058 (((-85) $ $) 33 (|has| (-101) (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| (-101) (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| (-101) (-757)) ELT)) (-3959 (((-695) $) 15 T ELT)))
+(((-102) (-13 (-19 (-101)) (-553 (-870 (-101))) (-553 (-1074)) (-10 -8 (-15 -1309 ($ (-695))) (-15 -1308 ((-695) $)) (-15 -1307 ((-695) $ (-695)))))) (T -102))
+((-1309 (*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-102)))) (-1308 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-102)))) (-1307 (*1 *2 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-102)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1310 (($) 6 T CONST)) (-1312 (($) 7 T CONST)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 14 T ELT)) (-1311 (($) 8 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 10 T ELT)))
+(((-103) (-13 (-1014) (-10 -8 (-15 -1312 ($) -3954) (-15 -1311 ($) -3954) (-15 -1310 ($) -3954)))) (T -103))
+((-1312 (*1 *1) (-5 *1 (-103))) (-1311 (*1 *1) (-5 *1 (-103))) (-1310 (*1 *1) (-5 *1 (-103))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT)))
(((-104) (-113)) (T -104))
-((-1312 (*1 *1 *1 *1) (|partial| -4 *1 (-104))))
-(-13 (-23) (-10 -8 (-15 -1312 ((-3 $ "failed") $ $))))
-(((-23) . T) ((-25) . T) ((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-1313 (((-1185) $ (-694)) 17 T ELT)) (-3420 (((-694) $) 18 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
+((-1313 (*1 *1 *1 *1) (|partial| -4 *1 (-104))))
+(-13 (-23) (-10 -8 (-15 -1313 ((-3 $ "failed") $ $))))
+(((-23) . T) ((-25) . T) ((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-1314 (((-1186) $ (-695)) 17 T ELT)) (-3421 (((-695) $) 18 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
(((-105) (-113)) (T -105))
-((-3420 (*1 *2 *1) (-12 (-4 *1 (-105)) (-5 *2 (-694)))) (-1313 (*1 *2 *1 *3) (-12 (-4 *1 (-105)) (-5 *3 (-694)) (-5 *2 (-1185)))))
-(-13 (-1013) (-10 -8 (-15 -3420 ((-694) $)) (-15 -1313 ((-1185) $ (-694)))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 18 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3234 (((-583 (-1049)) $) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-106) (-13 (-995) (-10 -8 (-15 -3234 ((-583 (-1049)) $))))) (T -106))
-((-3234 (*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-106)))))
-((-2569 (((-85) $ $) 49 T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-694) #1="failed") $) 60 T ELT)) (-3157 (((-694) $) 58 T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) 37 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1315 (((-85)) 61 T ELT)) (-1314 (((-85) (-85)) 63 T ELT)) (-2526 (((-85) $) 30 T ELT)) (-1316 (((-85) $) 57 T ELT)) (-3947 (((-772) $) 28 T ELT) (($ (-694)) 20 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 18 T CONST)) (-2667 (($) 19 T CONST)) (-1317 (($ (-694)) 21 T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) 40 T ELT)) (-3057 (((-85) $ $) 32 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 35 T ELT)) (-3838 (((-3 $ #1#) $ $) 42 T ELT)) (-3840 (($ $ $) 38 T ELT)) (** (($ $ (-694)) NIL T ELT) (($ $ (-830)) NIL T ELT) (($ $ $) 56 T ELT)) (* (($ (-694) $) 48 T ELT) (($ (-830) $) NIL T ELT) (($ $ $) 45 T ELT)))
-(((-107) (-13 (-756) (-23) (-663) (-950 (-694)) (-10 -8 (-6 (-3998 "*")) (-15 -3838 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -1317 ($ (-694))) (-15 -2526 ((-85) $)) (-15 -1316 ((-85) $)) (-15 -1315 ((-85))) (-15 -1314 ((-85) (-85)))))) (T -107))
-((-3838 (*1 *1 *1 *1) (|partial| -5 *1 (-107))) (** (*1 *1 *1 *1) (-5 *1 (-107))) (-1317 (*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-107)))) (-2526 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-107)))) (-1316 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-107)))) (-1315 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-107)))) (-1314 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-107)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1318 (($ (-583 |#3|)) 63 T ELT)) (-3415 (($ $) 125 T ELT) (($ $ (-484) (-484)) 124 T ELT)) (-3725 (($) 17 T ELT)) (-3158 (((-3 |#3| "failed") $) 86 T ELT)) (-3157 ((|#3| $) NIL T ELT)) (-1322 (($ $ (-583 (-484))) 126 T ELT)) (-1319 (((-583 |#3|) $) 58 T ELT)) (-3109 (((-694) $) 68 T ELT)) (-3945 (($ $ $) 120 T ELT)) (-1320 (($) 67 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1321 (($) 16 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 ((|#3| $ (-484)) 72 T ELT) ((|#3| $) 71 T ELT) ((|#3| $ (-484) (-484)) 73 T ELT) ((|#3| $ (-484) (-484) (-484)) 74 T ELT) ((|#3| $ (-484) (-484) (-484) (-484)) 75 T ELT) ((|#3| $ (-583 (-484))) 76 T ELT)) (-3949 (((-694) $) 69 T ELT)) (-1981 (($ $ (-484) $ (-484)) 121 T ELT) (($ $ (-484) (-484)) 123 T ELT)) (-3947 (((-772) $) 94 T ELT) (($ |#3|) 95 T ELT) (($ (-197 |#2| |#3|)) 102 T ELT) (($ (-1056 |#2| |#3|)) 105 T ELT) (($ (-583 |#3|)) 77 T ELT) (($ (-583 $)) 83 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 96 T CONST)) (-2667 (($) 97 T CONST)) (-3057 (((-85) $ $) 107 T ELT)) (-3838 (($ $) 113 T ELT) (($ $ $) 111 T ELT)) (-3840 (($ $ $) 109 T ELT)) (* (($ |#3| $) 118 T ELT) (($ $ |#3|) 119 T ELT) (($ $ (-484)) 116 T ELT) (($ (-484) $) 115 T ELT) (($ $ $) 122 T ELT)))
-(((-108 |#1| |#2| |#3|) (-13 (-405 |#3| (-694)) (-410 (-484) (-694)) (-241 (-484) |#3|) (-555 (-197 |#2| |#3|)) (-555 (-1056 |#2| |#3|)) (-555 (-583 |#3|)) (-555 (-583 $)) (-10 -8 (-15 -3109 ((-694) $)) (-15 -3801 (|#3| $)) (-15 -3801 (|#3| $ (-484) (-484))) (-15 -3801 (|#3| $ (-484) (-484) (-484))) (-15 -3801 (|#3| $ (-484) (-484) (-484) (-484))) (-15 -3801 (|#3| $ (-583 (-484)))) (-15 -3945 ($ $ $)) (-15 * ($ $ $)) (-15 -1981 ($ $ (-484) $ (-484))) (-15 -1981 ($ $ (-484) (-484))) (-15 -3415 ($ $)) (-15 -3415 ($ $ (-484) (-484))) (-15 -1322 ($ $ (-583 (-484)))) (-15 -1321 ($)) (-15 -1320 ($)) (-15 -1319 ((-583 |#3|) $)) (-15 -1318 ($ (-583 |#3|))) (-15 -3725 ($)))) (-484) (-694) (-146)) (T -108))
-((-3945 (*1 *1 *1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146)))) (-3109 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-484)) (-14 *4 *2) (-4 *5 (-146)))) (-3801 (*1 *2 *1) (-12 (-4 *2 (-146)) (-5 *1 (-108 *3 *4 *2)) (-14 *3 (-484)) (-14 *4 (-694)))) (-3801 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-484)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-694)))) (-3801 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-484)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-694)))) (-3801 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-484)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-694)))) (-3801 (*1 *2 *1 *3) (-12 (-5 *3 (-583 (-484))) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 (-484)) (-14 *5 (-694)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146)))) (-1981 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-694)) (-4 *5 (-146)))) (-1981 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-694)) (-4 *5 (-146)))) (-3415 (*1 *1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146)))) (-3415 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-694)) (-4 *5 (-146)))) (-1322 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-484)) (-14 *4 (-694)) (-4 *5 (-146)))) (-1321 (*1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146)))) (-1320 (*1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146)))) (-1319 (*1 *2 *1) (-12 (-5 *2 (-583 *5)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-484)) (-14 *4 (-694)) (-4 *5 (-146)))) (-1318 (*1 *1 *2) (-12 (-5 *2 (-583 *5)) (-4 *5 (-146)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-484)) (-14 *4 (-694)))) (-3725 (*1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146)))))
-((-2415 (((-108 |#1| |#2| |#4|) (-583 |#4|) (-108 |#1| |#2| |#3|)) 14 T ELT)) (-3959 (((-108 |#1| |#2| |#4|) (-1 |#4| |#3|) (-108 |#1| |#2| |#3|)) 18 T ELT)))
-(((-109 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2415 ((-108 |#1| |#2| |#4|) (-583 |#4|) (-108 |#1| |#2| |#3|))) (-15 -3959 ((-108 |#1| |#2| |#4|) (-1 |#4| |#3|) (-108 |#1| |#2| |#3|)))) (-484) (-694) (-146) (-146)) (T -109))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-108 *5 *6 *7)) (-14 *5 (-484)) (-14 *6 (-694)) (-4 *7 (-146)) (-4 *8 (-146)) (-5 *2 (-108 *5 *6 *8)) (-5 *1 (-109 *5 *6 *7 *8)))) (-2415 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-108 *5 *6 *7)) (-14 *5 (-484)) (-14 *6 (-694)) (-4 *7 (-146)) (-4 *8 (-146)) (-5 *2 (-108 *5 *6 *8)) (-5 *1 (-109 *5 *6 *7 *8)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3529 (((-1049) $) 12 T ELT)) (-3530 (((-1049) $) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 18 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-110) (-13 (-995) (-10 -8 (-15 -3530 ((-1049) $)) (-15 -3529 ((-1049) $))))) (T -110))
-((-3530 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-110)))) (-3529 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-110)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1426 (((-161) $) 11 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 20 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3234 (((-583 (-1049)) $) 13 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-111) (-13 (-995) (-10 -8 (-15 -1426 ((-161) $)) (-15 -3234 ((-583 (-1049)) $))))) (T -111))
-((-1426 (*1 *2 *1) (-12 (-5 *2 (-161)) (-5 *1 (-111)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-111)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1424 (((-583 (-774)) $) NIL T ELT)) (-3543 (((-446) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1426 (((-161) $) NIL T ELT)) (-2634 (((-85) $ (-446)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1425 (((-583 (-85)) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (((-157) $) 6 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2522 (((-55) $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-112) (-13 (-160) (-552 (-157)))) (T -112))
-NIL
-((-1324 (((-583 (-158 (-112))) $) 13 T ELT)) (-1323 (((-583 (-158 (-112))) $) 14 T ELT)) (-1325 (((-583 (-749)) $) 10 T ELT)) (-1482 (((-112) $) 7 T ELT)) (-3947 (((-772) $) 16 T ELT)))
-(((-113) (-13 (-552 (-772)) (-10 -8 (-15 -1482 ((-112) $)) (-15 -1325 ((-583 (-749)) $)) (-15 -1324 ((-583 (-158 (-112))) $)) (-15 -1323 ((-583 (-158 (-112))) $))))) (T -113))
-((-1482 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-113)))) (-1325 (*1 *2 *1) (-12 (-5 *2 (-583 (-749))) (-5 *1 (-113)))) (-1324 (*1 *2 *1) (-12 (-5 *2 (-583 (-158 (-112)))) (-5 *1 (-113)))) (-1323 (*1 *2 *1) (-12 (-5 *2 (-583 (-158 (-112)))) (-5 *1 (-113)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3428 (($) 17 T CONST)) (-1805 (($) NIL (|has| (-117) (-320)) ELT)) (-3235 (($ $ $) 19 T ELT) (($ $ (-117)) NIL T ELT) (($ (-117) $) NIL T ELT)) (-3237 (($ $ $) NIL T ELT)) (-3236 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| (-117) (-320)) ELT)) (-3240 (($) NIL T ELT) (($ (-583 (-117))) NIL T ELT)) (-1570 (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT)) (-3711 (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT)) (-3725 (($) NIL T CONST)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT)) (-3406 (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT) (($ (-117) $) 56 (|has| $ (-318 (-117))) ELT)) (-3407 (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT) (($ (-117) $) NIL (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT)) (-3843 (((-117) (-1 (-117) (-117) (-117)) $) NIL T ELT) (((-117) (-1 (-117) (-117) (-117)) $ (-117)) NIL T ELT) (((-117) (-1 (-117) (-117) (-117)) $ (-117) (-117)) NIL (|has| (-117) (-72)) ELT)) (-2995 (($) NIL (|has| (-117) (-320)) ELT)) (-3242 (((-85) $ $) NIL T ELT)) (-2532 (((-117) $) NIL (|has| (-117) (-756)) ELT)) (-2609 (((-583 (-117)) $) 65 T ELT)) (-3246 (((-85) (-117) $) 29 (|has| (-117) (-72)) ELT)) (-2858 (((-117) $) NIL (|has| (-117) (-756)) ELT)) (-3327 (($ (-1 (-117) (-117)) $) 64 T ELT)) (-3959 (($ (-1 (-117) (-117)) $) 60 T ELT)) (-3430 (($) 18 T CONST)) (-2010 (((-830) $) NIL (|has| (-117) (-320)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3239 (($ $ $) 32 T ELT)) (-1274 (((-117) $) 57 T ELT)) (-3610 (($ (-117) $) 55 T ELT)) (-2400 (($ (-830)) NIL (|has| (-117) (-320)) ELT)) (-1328 (($) 16 T CONST)) (-3244 (((-1033) $) NIL T ELT)) (-1354 (((-3 (-117) "failed") (-1 (-85) (-117)) $) NIL T ELT)) (-1275 (((-117) $) 58 T ELT)) (-1731 (((-85) (-1 (-85) (-117)) $) NIL T ELT)) (-3769 (($ $ (-583 (-117)) (-583 (-117))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT) (($ $ (-117) (-117)) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT) (($ $ (-249 (-117))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT) (($ $ (-583 (-249 (-117)))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) 53 T ELT)) (-1329 (($) 15 T CONST)) (-3238 (($ $ $) 34 T ELT) (($ $ (-117)) NIL T ELT)) (-1466 (($ (-583 (-117))) NIL T ELT) (($) NIL T ELT)) (-1730 (((-694) (-1 (-85) (-117)) $) NIL T ELT) (((-694) (-117) $) NIL (|has| (-117) (-72)) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-1073) $) 39 T ELT) (((-473) $) NIL (|has| (-117) (-553 (-473))) ELT) (((-583 (-117)) $) 37 T ELT)) (-3531 (($ (-583 (-117))) NIL T ELT)) (-1806 (($ $) 35 (|has| (-117) (-320)) ELT)) (-3947 (((-772) $) 51 T ELT)) (-1330 (($ (-1073)) 14 T ELT) (($ (-583 (-117))) 48 T ELT)) (-1807 (((-694) $) NIL T ELT)) (-3241 (($) 54 T ELT) (($ (-583 (-117))) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1276 (($ (-583 (-117))) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-117)) $) NIL T ELT)) (-1326 (($) 21 T CONST)) (-1327 (($) 20 T CONST)) (-3057 (((-85) $ $) 26 T ELT)) (-3958 (((-694) $) 52 T ELT)))
-(((-114) (-13 (-1013) (-553 (-1073)) (-369 (-117)) (-553 (-583 (-117))) (-10 -8 (-15 -1330 ($ (-1073))) (-15 -1330 ($ (-583 (-117)))) (-15 -1329 ($) -3953) (-15 -1328 ($) -3953) (-15 -3428 ($) -3953) (-15 -3430 ($) -3953) (-15 -1327 ($) -3953) (-15 -1326 ($) -3953)))) (T -114))
-((-1330 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-114)))) (-1330 (*1 *1 *2) (-12 (-5 *2 (-583 (-117))) (-5 *1 (-114)))) (-1329 (*1 *1) (-5 *1 (-114))) (-1328 (*1 *1) (-5 *1 (-114))) (-3428 (*1 *1) (-5 *1 (-114))) (-3430 (*1 *1) (-5 *1 (-114))) (-1327 (*1 *1) (-5 *1 (-114))) (-1326 (*1 *1) (-5 *1 (-114))))
-((-3742 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17 T ELT)) (-3740 ((|#1| |#3|) 9 T ELT)) (-3741 ((|#3| |#3|) 15 T ELT)))
-(((-115 |#1| |#2| |#3|) (-10 -7 (-15 -3740 (|#1| |#3|)) (-15 -3741 (|#3| |#3|)) (-15 -3742 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-495) (-904 |#1|) (-324 |#2|)) (T -115))
-((-3742 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-904 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-115 *4 *5 *3)) (-4 *3 (-324 *5)))) (-3741 (*1 *2 *2) (-12 (-4 *3 (-495)) (-4 *4 (-904 *3)) (-5 *1 (-115 *3 *4 *2)) (-4 *2 (-324 *4)))) (-3740 (*1 *2 *3) (-12 (-4 *4 (-904 *2)) (-4 *2 (-495)) (-5 *1 (-115 *2 *4 *3)) (-4 *3 (-324 *4)))))
-((-1369 (($ $ $) 8 T ELT)) (-1367 (($ $) 7 T ELT)) (-3102 (($ $ $) 6 T ELT)))
+((-3421 (*1 *2 *1) (-12 (-4 *1 (-105)) (-5 *2 (-695)))) (-1314 (*1 *2 *1 *3) (-12 (-4 *1 (-105)) (-5 *3 (-695)) (-5 *2 (-1186)))))
+(-13 (-1014) (-10 -8 (-15 -3421 ((-695) $)) (-15 -1314 ((-1186) $ (-695)))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 18 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3235 (((-584 (-1050)) $) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-106) (-13 (-996) (-10 -8 (-15 -3235 ((-584 (-1050)) $))))) (T -106))
+((-3235 (*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-106)))))
+((-2570 (((-85) $ $) 49 T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-695) #1="failed") $) 60 T ELT)) (-3158 (((-695) $) 58 T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) 37 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1316 (((-85)) 61 T ELT)) (-1315 (((-85) (-85)) 63 T ELT)) (-2527 (((-85) $) 30 T ELT)) (-1317 (((-85) $) 57 T ELT)) (-3948 (((-773) $) 28 T ELT) (($ (-695)) 20 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 18 T CONST)) (-2668 (($) 19 T CONST)) (-1318 (($ (-695)) 21 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) 40 T ELT)) (-3058 (((-85) $ $) 32 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 35 T ELT)) (-3839 (((-3 $ #1#) $ $) 42 T ELT)) (-3841 (($ $ $) 38 T ELT)) (** (($ $ (-695)) NIL T ELT) (($ $ (-831)) NIL T ELT) (($ $ $) 56 T ELT)) (* (($ (-695) $) 48 T ELT) (($ (-831) $) NIL T ELT) (($ $ $) 45 T ELT)))
+(((-107) (-13 (-757) (-23) (-664) (-951 (-695)) (-10 -8 (-6 (-3999 "*")) (-15 -3839 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -1318 ($ (-695))) (-15 -2527 ((-85) $)) (-15 -1317 ((-85) $)) (-15 -1316 ((-85))) (-15 -1315 ((-85) (-85)))))) (T -107))
+((-3839 (*1 *1 *1 *1) (|partial| -5 *1 (-107))) (** (*1 *1 *1 *1) (-5 *1 (-107))) (-1318 (*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-107)))) (-2527 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-107)))) (-1317 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-107)))) (-1316 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-107)))) (-1315 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-107)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1319 (($ (-584 |#3|)) 63 T ELT)) (-3416 (($ $) 125 T ELT) (($ $ (-485) (-485)) 124 T ELT)) (-3726 (($) 17 T ELT)) (-3159 (((-3 |#3| "failed") $) 86 T ELT)) (-3158 ((|#3| $) NIL T ELT)) (-1323 (($ $ (-584 (-485))) 126 T ELT)) (-1320 (((-584 |#3|) $) 58 T ELT)) (-3110 (((-695) $) 68 T ELT)) (-3946 (($ $ $) 120 T ELT)) (-1321 (($) 67 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1322 (($) 16 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 ((|#3| $ (-485)) 72 T ELT) ((|#3| $) 71 T ELT) ((|#3| $ (-485) (-485)) 73 T ELT) ((|#3| $ (-485) (-485) (-485)) 74 T ELT) ((|#3| $ (-485) (-485) (-485) (-485)) 75 T ELT) ((|#3| $ (-584 (-485))) 76 T ELT)) (-3950 (((-695) $) 69 T ELT)) (-1982 (($ $ (-485) $ (-485)) 121 T ELT) (($ $ (-485) (-485)) 123 T ELT)) (-3948 (((-773) $) 94 T ELT) (($ |#3|) 95 T ELT) (($ (-197 |#2| |#3|)) 102 T ELT) (($ (-1057 |#2| |#3|)) 105 T ELT) (($ (-584 |#3|)) 77 T ELT) (($ (-584 $)) 83 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 96 T CONST)) (-2668 (($) 97 T CONST)) (-3058 (((-85) $ $) 107 T ELT)) (-3839 (($ $) 113 T ELT) (($ $ $) 111 T ELT)) (-3841 (($ $ $) 109 T ELT)) (* (($ |#3| $) 118 T ELT) (($ $ |#3|) 119 T ELT) (($ $ (-485)) 116 T ELT) (($ (-485) $) 115 T ELT) (($ $ $) 122 T ELT)))
+(((-108 |#1| |#2| |#3|) (-13 (-405 |#3| (-695)) (-410 (-485) (-695)) (-241 (-485) |#3|) (-556 (-197 |#2| |#3|)) (-556 (-1057 |#2| |#3|)) (-556 (-584 |#3|)) (-556 (-584 $)) (-10 -8 (-15 -3110 ((-695) $)) (-15 -3802 (|#3| $)) (-15 -3802 (|#3| $ (-485) (-485))) (-15 -3802 (|#3| $ (-485) (-485) (-485))) (-15 -3802 (|#3| $ (-485) (-485) (-485) (-485))) (-15 -3802 (|#3| $ (-584 (-485)))) (-15 -3946 ($ $ $)) (-15 * ($ $ $)) (-15 -1982 ($ $ (-485) $ (-485))) (-15 -1982 ($ $ (-485) (-485))) (-15 -3416 ($ $)) (-15 -3416 ($ $ (-485) (-485))) (-15 -1323 ($ $ (-584 (-485)))) (-15 -1322 ($)) (-15 -1321 ($)) (-15 -1320 ((-584 |#3|) $)) (-15 -1319 ($ (-584 |#3|))) (-15 -3726 ($)))) (-485) (-695) (-146)) (T -108))
+((-3946 (*1 *1 *1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146)))) (-3110 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-485)) (-14 *4 *2) (-4 *5 (-146)))) (-3802 (*1 *2 *1) (-12 (-4 *2 (-146)) (-5 *1 (-108 *3 *4 *2)) (-14 *3 (-485)) (-14 *4 (-695)))) (-3802 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-485)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-695)))) (-3802 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-485)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-695)))) (-3802 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-485)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-695)))) (-3802 (*1 *2 *1 *3) (-12 (-5 *3 (-584 (-485))) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 (-485)) (-14 *5 (-695)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146)))) (-1982 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-695)) (-4 *5 (-146)))) (-1982 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-695)) (-4 *5 (-146)))) (-3416 (*1 *1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146)))) (-3416 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-695)) (-4 *5 (-146)))) (-1323 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-485)) (-14 *4 (-695)) (-4 *5 (-146)))) (-1322 (*1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146)))) (-1321 (*1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146)))) (-1320 (*1 *2 *1) (-12 (-5 *2 (-584 *5)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-485)) (-14 *4 (-695)) (-4 *5 (-146)))) (-1319 (*1 *1 *2) (-12 (-5 *2 (-584 *5)) (-4 *5 (-146)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-485)) (-14 *4 (-695)))) (-3726 (*1 *1) (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146)))))
+((-2416 (((-108 |#1| |#2| |#4|) (-584 |#4|) (-108 |#1| |#2| |#3|)) 14 T ELT)) (-3960 (((-108 |#1| |#2| |#4|) (-1 |#4| |#3|) (-108 |#1| |#2| |#3|)) 18 T ELT)))
+(((-109 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2416 ((-108 |#1| |#2| |#4|) (-584 |#4|) (-108 |#1| |#2| |#3|))) (-15 -3960 ((-108 |#1| |#2| |#4|) (-1 |#4| |#3|) (-108 |#1| |#2| |#3|)))) (-485) (-695) (-146) (-146)) (T -109))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-108 *5 *6 *7)) (-14 *5 (-485)) (-14 *6 (-695)) (-4 *7 (-146)) (-4 *8 (-146)) (-5 *2 (-108 *5 *6 *8)) (-5 *1 (-109 *5 *6 *7 *8)))) (-2416 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-108 *5 *6 *7)) (-14 *5 (-485)) (-14 *6 (-695)) (-4 *7 (-146)) (-4 *8 (-146)) (-5 *2 (-108 *5 *6 *8)) (-5 *1 (-109 *5 *6 *7 *8)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3530 (((-1050) $) 12 T ELT)) (-3531 (((-1050) $) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 18 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-110) (-13 (-996) (-10 -8 (-15 -3531 ((-1050) $)) (-15 -3530 ((-1050) $))))) (T -110))
+((-3531 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-110)))) (-3530 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-110)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1427 (((-161) $) 11 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 20 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3235 (((-584 (-1050)) $) 13 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-111) (-13 (-996) (-10 -8 (-15 -1427 ((-161) $)) (-15 -3235 ((-584 (-1050)) $))))) (T -111))
+((-1427 (*1 *2 *1) (-12 (-5 *2 (-161)) (-5 *1 (-111)))) (-3235 (*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-111)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1425 (((-584 (-775)) $) NIL T ELT)) (-3544 (((-447) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1427 (((-161) $) NIL T ELT)) (-2635 (((-85) $ (-447)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1426 (((-584 (-85)) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (((-157) $) 6 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2523 (((-55) $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-112) (-13 (-160) (-553 (-157)))) (T -112))
+NIL
+((-1325 (((-584 (-158 (-112))) $) 13 T ELT)) (-1324 (((-584 (-158 (-112))) $) 14 T ELT)) (-1326 (((-584 (-750)) $) 10 T ELT)) (-1483 (((-112) $) 7 T ELT)) (-3948 (((-773) $) 16 T ELT)))
+(((-113) (-13 (-553 (-773)) (-10 -8 (-15 -1483 ((-112) $)) (-15 -1326 ((-584 (-750)) $)) (-15 -1325 ((-584 (-158 (-112))) $)) (-15 -1324 ((-584 (-158 (-112))) $))))) (T -113))
+((-1483 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-113)))) (-1326 (*1 *2 *1) (-12 (-5 *2 (-584 (-750))) (-5 *1 (-113)))) (-1325 (*1 *2 *1) (-12 (-5 *2 (-584 (-158 (-112)))) (-5 *1 (-113)))) (-1324 (*1 *2 *1) (-12 (-5 *2 (-584 (-158 (-112)))) (-5 *1 (-113)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3429 (($) 17 T CONST)) (-1806 (($) NIL (|has| (-117) (-320)) ELT)) (-3236 (($ $ $) 19 T ELT) (($ $ (-117)) NIL T ELT) (($ (-117) $) NIL T ELT)) (-3238 (($ $ $) NIL T ELT)) (-3237 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| (-117) (-320)) ELT)) (-3241 (($) NIL T ELT) (($ (-584 (-117))) NIL T ELT)) (-1571 (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT)) (-3712 (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT)) (-3726 (($) NIL T CONST)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT)) (-3407 (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT) (($ (-117) $) 56 (|has| $ (-318 (-117))) ELT)) (-3408 (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT) (($ (-117) $) NIL (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT)) (-3844 (((-117) (-1 (-117) (-117) (-117)) $) NIL T ELT) (((-117) (-1 (-117) (-117) (-117)) $ (-117)) NIL T ELT) (((-117) (-1 (-117) (-117) (-117)) $ (-117) (-117)) NIL (|has| (-117) (-72)) ELT)) (-2996 (($) NIL (|has| (-117) (-320)) ELT)) (-3243 (((-85) $ $) NIL T ELT)) (-2533 (((-117) $) NIL (|has| (-117) (-757)) ELT)) (-2610 (((-584 (-117)) $) 65 T ELT)) (-3247 (((-85) (-117) $) 29 (|has| (-117) (-72)) ELT)) (-2859 (((-117) $) NIL (|has| (-117) (-757)) ELT)) (-3328 (($ (-1 (-117) (-117)) $) 64 T ELT)) (-3960 (($ (-1 (-117) (-117)) $) 60 T ELT)) (-3431 (($) 18 T CONST)) (-2011 (((-831) $) NIL (|has| (-117) (-320)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3240 (($ $ $) 32 T ELT)) (-1275 (((-117) $) 57 T ELT)) (-3611 (($ (-117) $) 55 T ELT)) (-2401 (($ (-831)) NIL (|has| (-117) (-320)) ELT)) (-1329 (($) 16 T CONST)) (-3245 (((-1034) $) NIL T ELT)) (-1355 (((-3 (-117) "failed") (-1 (-85) (-117)) $) NIL T ELT)) (-1276 (((-117) $) 58 T ELT)) (-1732 (((-85) (-1 (-85) (-117)) $) NIL T ELT)) (-3770 (($ $ (-584 (-117)) (-584 (-117))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT) (($ $ (-117) (-117)) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT) (($ $ (-249 (-117))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT) (($ $ (-584 (-249 (-117)))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) 53 T ELT)) (-1330 (($) 15 T CONST)) (-3239 (($ $ $) 34 T ELT) (($ $ (-117)) NIL T ELT)) (-1467 (($ (-584 (-117))) NIL T ELT) (($) NIL T ELT)) (-1731 (((-695) (-1 (-85) (-117)) $) NIL T ELT) (((-695) (-117) $) NIL (|has| (-117) (-72)) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-1074) $) 39 T ELT) (((-474) $) NIL (|has| (-117) (-554 (-474))) ELT) (((-584 (-117)) $) 37 T ELT)) (-3532 (($ (-584 (-117))) NIL T ELT)) (-1807 (($ $) 35 (|has| (-117) (-320)) ELT)) (-3948 (((-773) $) 51 T ELT)) (-1331 (($ (-1074)) 14 T ELT) (($ (-584 (-117))) 48 T ELT)) (-1808 (((-695) $) NIL T ELT)) (-3242 (($) 54 T ELT) (($ (-584 (-117))) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1277 (($ (-584 (-117))) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-117)) $) NIL T ELT)) (-1327 (($) 21 T CONST)) (-1328 (($) 20 T CONST)) (-3058 (((-85) $ $) 26 T ELT)) (-3959 (((-695) $) 52 T ELT)))
+(((-114) (-13 (-1014) (-554 (-1074)) (-369 (-117)) (-554 (-584 (-117))) (-10 -8 (-15 -1331 ($ (-1074))) (-15 -1331 ($ (-584 (-117)))) (-15 -1330 ($) -3954) (-15 -1329 ($) -3954) (-15 -3429 ($) -3954) (-15 -3431 ($) -3954) (-15 -1328 ($) -3954) (-15 -1327 ($) -3954)))) (T -114))
+((-1331 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-114)))) (-1331 (*1 *1 *2) (-12 (-5 *2 (-584 (-117))) (-5 *1 (-114)))) (-1330 (*1 *1) (-5 *1 (-114))) (-1329 (*1 *1) (-5 *1 (-114))) (-3429 (*1 *1) (-5 *1 (-114))) (-3431 (*1 *1) (-5 *1 (-114))) (-1328 (*1 *1) (-5 *1 (-114))) (-1327 (*1 *1) (-5 *1 (-114))))
+((-3743 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17 T ELT)) (-3741 ((|#1| |#3|) 9 T ELT)) (-3742 ((|#3| |#3|) 15 T ELT)))
+(((-115 |#1| |#2| |#3|) (-10 -7 (-15 -3741 (|#1| |#3|)) (-15 -3742 (|#3| |#3|)) (-15 -3743 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-496) (-905 |#1|) (-324 |#2|)) (T -115))
+((-3743 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-905 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-115 *4 *5 *3)) (-4 *3 (-324 *5)))) (-3742 (*1 *2 *2) (-12 (-4 *3 (-496)) (-4 *4 (-905 *3)) (-5 *1 (-115 *3 *4 *2)) (-4 *2 (-324 *4)))) (-3741 (*1 *2 *3) (-12 (-4 *4 (-905 *2)) (-4 *2 (-496)) (-5 *1 (-115 *2 *4 *3)) (-4 *3 (-324 *4)))))
+((-1370 (($ $ $) 8 T ELT)) (-1368 (($ $) 7 T ELT)) (-3103 (($ $ $) 6 T ELT)))
(((-116) (-113)) (T -116))
-((-1369 (*1 *1 *1 *1) (-4 *1 (-116))) (-1367 (*1 *1 *1) (-4 *1 (-116))) (-3102 (*1 *1 *1 *1) (-4 *1 (-116))))
-(-13 (-10 -8 (-15 -3102 ($ $ $)) (-15 -1367 ($ $)) (-15 -1369 ($ $ $))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1338 (($) 30 T CONST)) (-1333 (((-85) $) 42 T ELT)) (-3428 (($ $) 52 T ELT)) (-1345 (($) 23 T CONST)) (-1518 (($) 21 T CONST)) (-3137 (((-694)) 13 T ELT)) (-2995 (($) 20 T ELT)) (-2580 (($) 22 T CONST)) (-1347 (((-694) $) 17 T ELT)) (-1344 (($) 24 T CONST)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-1332 (((-85) $) 44 T ELT)) (-3430 (($ $) 53 T ELT)) (-2010 (((-830) $) 18 T ELT)) (-1342 (($) 26 T CONST)) (-3243 (((-1073) $) 50 T ELT)) (-2400 (($ (-830)) 16 T ELT)) (-1339 (($) 29 T CONST)) (-1335 (((-85) $) 40 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1341 (($) 27 T CONST)) (-1337 (($) 31 T CONST)) (-1336 (((-85) $) 38 T ELT)) (-3947 (((-772) $) 33 T ELT)) (-1346 (($ (-694)) 14 T ELT) (($ (-1073)) 51 T ELT)) (-1343 (($) 25 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-1340 (($) 28 T CONST)) (-1331 (((-85) $) 48 T ELT)) (-1334 (((-85) $) 46 T ELT)) (-2567 (((-85) $ $) 11 T ELT)) (-2568 (((-85) $ $) 9 T ELT)) (-3057 (((-85) $ $) 7 T ELT)) (-2685 (((-85) $ $) 10 T ELT)) (-2686 (((-85) $ $) 8 T ELT)))
-(((-117) (-13 (-752) (-10 -8 (-15 -1347 ((-694) $)) (-15 -1346 ($ (-694))) (-15 -1346 ($ (-1073))) (-15 -1518 ($) -3953) (-15 -2580 ($) -3953) (-15 -1345 ($) -3953) (-15 -1344 ($) -3953) (-15 -1343 ($) -3953) (-15 -1342 ($) -3953) (-15 -1341 ($) -3953) (-15 -1340 ($) -3953) (-15 -1339 ($) -3953) (-15 -1338 ($) -3953) (-15 -1337 ($) -3953) (-15 -3428 ($ $)) (-15 -3430 ($ $)) (-15 -1336 ((-85) $)) (-15 -1335 ((-85) $)) (-15 -1334 ((-85) $)) (-15 -1333 ((-85) $)) (-15 -1332 ((-85) $)) (-15 -1331 ((-85) $))))) (T -117))
-((-1347 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-117)))) (-1346 (*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-117)))) (-1346 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-117)))) (-1518 (*1 *1) (-5 *1 (-117))) (-2580 (*1 *1) (-5 *1 (-117))) (-1345 (*1 *1) (-5 *1 (-117))) (-1344 (*1 *1) (-5 *1 (-117))) (-1343 (*1 *1) (-5 *1 (-117))) (-1342 (*1 *1) (-5 *1 (-117))) (-1341 (*1 *1) (-5 *1 (-117))) (-1340 (*1 *1) (-5 *1 (-117))) (-1339 (*1 *1) (-5 *1 (-117))) (-1338 (*1 *1) (-5 *1 (-117))) (-1337 (*1 *1) (-5 *1 (-117))) (-3428 (*1 *1 *1) (-5 *1 (-117))) (-3430 (*1 *1 *1) (-5 *1 (-117))) (-1336 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))) (-1335 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))) (-1334 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))) (-1333 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))) (-1332 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))) (-1331 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT)) (-2703 (((-632 $) $) 47 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
+((-1370 (*1 *1 *1 *1) (-4 *1 (-116))) (-1368 (*1 *1 *1) (-4 *1 (-116))) (-3103 (*1 *1 *1 *1) (-4 *1 (-116))))
+(-13 (-10 -8 (-15 -3103 ($ $ $)) (-15 -1368 ($ $)) (-15 -1370 ($ $ $))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1339 (($) 30 T CONST)) (-1334 (((-85) $) 42 T ELT)) (-3429 (($ $) 52 T ELT)) (-1346 (($) 23 T CONST)) (-1519 (($) 21 T CONST)) (-3138 (((-695)) 13 T ELT)) (-2996 (($) 20 T ELT)) (-2581 (($) 22 T CONST)) (-1348 (((-695) $) 17 T ELT)) (-1345 (($) 24 T CONST)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-1333 (((-85) $) 44 T ELT)) (-3431 (($ $) 53 T ELT)) (-2011 (((-831) $) 18 T ELT)) (-1343 (($) 26 T CONST)) (-3244 (((-1074) $) 50 T ELT)) (-2401 (($ (-831)) 16 T ELT)) (-1340 (($) 29 T CONST)) (-1336 (((-85) $) 40 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1342 (($) 27 T CONST)) (-1338 (($) 31 T CONST)) (-1337 (((-85) $) 38 T ELT)) (-3948 (((-773) $) 33 T ELT)) (-1347 (($ (-695)) 14 T ELT) (($ (-1074)) 51 T ELT)) (-1344 (($) 25 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-1341 (($) 28 T CONST)) (-1332 (((-85) $) 48 T ELT)) (-1335 (((-85) $) 46 T ELT)) (-2568 (((-85) $ $) 11 T ELT)) (-2569 (((-85) $ $) 9 T ELT)) (-3058 (((-85) $ $) 7 T ELT)) (-2686 (((-85) $ $) 10 T ELT)) (-2687 (((-85) $ $) 8 T ELT)))
+(((-117) (-13 (-753) (-10 -8 (-15 -1348 ((-695) $)) (-15 -1347 ($ (-695))) (-15 -1347 ($ (-1074))) (-15 -1519 ($) -3954) (-15 -2581 ($) -3954) (-15 -1346 ($) -3954) (-15 -1345 ($) -3954) (-15 -1344 ($) -3954) (-15 -1343 ($) -3954) (-15 -1342 ($) -3954) (-15 -1341 ($) -3954) (-15 -1340 ($) -3954) (-15 -1339 ($) -3954) (-15 -1338 ($) -3954) (-15 -3429 ($ $)) (-15 -3431 ($ $)) (-15 -1337 ((-85) $)) (-15 -1336 ((-85) $)) (-15 -1335 ((-85) $)) (-15 -1334 ((-85) $)) (-15 -1333 ((-85) $)) (-15 -1332 ((-85) $))))) (T -117))
+((-1348 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-117)))) (-1347 (*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-117)))) (-1347 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-117)))) (-1519 (*1 *1) (-5 *1 (-117))) (-2581 (*1 *1) (-5 *1 (-117))) (-1346 (*1 *1) (-5 *1 (-117))) (-1345 (*1 *1) (-5 *1 (-117))) (-1344 (*1 *1) (-5 *1 (-117))) (-1343 (*1 *1) (-5 *1 (-117))) (-1342 (*1 *1) (-5 *1 (-117))) (-1341 (*1 *1) (-5 *1 (-117))) (-1340 (*1 *1) (-5 *1 (-117))) (-1339 (*1 *1) (-5 *1 (-117))) (-1338 (*1 *1) (-5 *1 (-117))) (-3429 (*1 *1 *1) (-5 *1 (-117))) (-3431 (*1 *1 *1) (-5 *1 (-117))) (-1337 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))) (-1336 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))) (-1335 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))) (-1334 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))) (-1333 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))) (-1332 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT)) (-2704 (((-633 $) $) 47 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
(((-118) (-113)) (T -118))
-((-2703 (*1 *2 *1) (-12 (-5 *2 (-632 *1)) (-4 *1 (-118)))))
-(-13 (-961) (-10 -8 (-15 -2703 ((-632 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-663) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2450 ((|#1| (-630 |#1|) |#1|) 19 T ELT)))
-(((-119 |#1|) (-10 -7 (-15 -2450 (|#1| (-630 |#1|) |#1|))) (-146)) (T -119))
-((-2450 (*1 *2 *3 *2) (-12 (-5 *3 (-630 *2)) (-4 *2 (-146)) (-5 *1 (-119 *2)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
+((-2704 (*1 *2 *1) (-12 (-5 *2 (-633 *1)) (-4 *1 (-118)))))
+(-13 (-962) (-10 -8 (-15 -2704 ((-633 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-664) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2451 ((|#1| (-631 |#1|) |#1|) 19 T ELT)))
+(((-119 |#1|) (-10 -7 (-15 -2451 (|#1| (-631 |#1|) |#1|))) (-146)) (T -119))
+((-2451 (*1 *2 *3 *2) (-12 (-5 *3 (-631 *2)) (-4 *2 (-146)) (-5 *1 (-119 *2)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
(((-120) (-113)) (T -120))
NIL
-(-13 (-961))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-663) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-1350 (((-2 (|:| -2401 (-694)) (|:| -3955 (-350 |#2|)) (|:| |radicand| |#2|)) (-350 |#2|) (-694)) 76 T ELT)) (-1349 (((-3 (-2 (|:| |radicand| (-350 |#2|)) (|:| |deg| (-694))) "failed") |#3|) 56 T ELT)) (-1348 (((-2 (|:| -3955 (-350 |#2|)) (|:| |poly| |#3|)) |#3|) 41 T ELT)) (-1351 ((|#1| |#3| |#3|) 44 T ELT)) (-3769 ((|#3| |#3| (-350 |#2|) (-350 |#2|)) 20 T ELT)) (-1352 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-350 |#2|)) (|:| |c2| (-350 |#2|)) (|:| |deg| (-694))) |#3| |#3|) 53 T ELT)))
-(((-121 |#1| |#2| |#3|) (-10 -7 (-15 -1348 ((-2 (|:| -3955 (-350 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -1349 ((-3 (-2 (|:| |radicand| (-350 |#2|)) (|:| |deg| (-694))) "failed") |#3|)) (-15 -1350 ((-2 (|:| -2401 (-694)) (|:| -3955 (-350 |#2|)) (|:| |radicand| |#2|)) (-350 |#2|) (-694))) (-15 -1351 (|#1| |#3| |#3|)) (-15 -3769 (|#3| |#3| (-350 |#2|) (-350 |#2|))) (-15 -1352 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-350 |#2|)) (|:| |c2| (-350 |#2|)) (|:| |deg| (-694))) |#3| |#3|))) (-1134) (-1155 |#1|) (-1155 (-350 |#2|))) (T -121))
-((-1352 (*1 *2 *3 *3) (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-350 *5)) (|:| |c2| (-350 *5)) (|:| |deg| (-694)))) (-5 *1 (-121 *4 *5 *3)) (-4 *3 (-1155 (-350 *5))))) (-3769 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-350 *5)) (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-5 *1 (-121 *4 *5 *2)) (-4 *2 (-1155 *3)))) (-1351 (*1 *2 *3 *3) (-12 (-4 *4 (-1155 *2)) (-4 *2 (-1134)) (-5 *1 (-121 *2 *4 *3)) (-4 *3 (-1155 (-350 *4))))) (-1350 (*1 *2 *3 *4) (-12 (-5 *3 (-350 *6)) (-4 *5 (-1134)) (-4 *6 (-1155 *5)) (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *3) (|:| |radicand| *6))) (-5 *1 (-121 *5 *6 *7)) (-5 *4 (-694)) (-4 *7 (-1155 *3)))) (-1349 (*1 *2 *3) (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-5 *2 (-2 (|:| |radicand| (-350 *5)) (|:| |deg| (-694)))) (-5 *1 (-121 *4 *5 *3)) (-4 *3 (-1155 (-350 *5))))) (-1348 (*1 *2 *3) (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-5 *2 (-2 (|:| -3955 (-350 *5)) (|:| |poly| *3))) (-5 *1 (-121 *4 *5 *3)) (-4 *3 (-1155 (-350 *5))))))
-((-2705 (((-3 (-583 (-1085 |#2|)) "failed") (-583 (-1085 |#2|)) (-1085 |#2|)) 35 T ELT)))
-(((-122 |#1| |#2|) (-10 -7 (-15 -2705 ((-3 (-583 (-1085 |#2|)) "failed") (-583 (-1085 |#2|)) (-1085 |#2|)))) (-483) (-139 |#1|)) (T -122))
-((-2705 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-583 (-1085 *5))) (-5 *3 (-1085 *5)) (-4 *5 (-139 *4)) (-4 *4 (-483)) (-5 *1 (-122 *4 *5)))))
-((-3711 (($ (-1 (-85) |#2|) $) 19 T ELT)) (-1353 (($ $) 24 T ELT)) (-3407 (($ (-1 (-85) |#2|) $) 17 T ELT) (($ |#2| $) 22 T ELT)) (-1354 (((-3 |#2| "failed") (-1 (-85) |#2|) $) 14 T ELT)))
-(((-123 |#1| |#2|) (-10 -7 (-15 -1353 (|#1| |#1|)) (-15 -3407 (|#1| |#2| |#1|)) (-15 -3711 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3407 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -1354 ((-3 |#2| "failed") (-1 (-85) |#2|) |#1|))) (-124 |#2|) (-1129)) (T -123))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 37 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-1353 (($ $) 35 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ (-1 (-85) |#1|) $) 38 (|has| $ (-318 |#1|)) ELT) (($ |#1| $) 36 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 39 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 34 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 40 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-124 |#1|) (-113) (-1129)) (T -124))
-((-3531 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-4 *1 (-124 *3)))) (-1354 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-85) *2)) (-4 *1 (-124 *2)) (-4 *2 (-1129)))) (-3407 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-124 *3)) (-4 *3 (-1129)))) (-3711 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-124 *3)) (-4 *3 (-1129)))) (-3407 (*1 *1 *2 *1) (-12 (-4 *1 (-318 *2)) (-4 *1 (-124 *2)) (-4 *2 (-1129)) (-4 *2 (-72)))) (-1353 (*1 *1 *1) (-12 (-4 *1 (-318 *2)) (-4 *1 (-124 *2)) (-4 *2 (-1129)) (-4 *2 (-72)))))
-(-13 (-429 |t#1|) (-10 -8 (-15 -3531 ($ (-583 |t#1|))) (-15 -1354 ((-3 |t#1| "failed") (-1 (-85) |t#1|) $)) (IF (|has| $ (-318 |t#1|)) (PROGN (-15 -3407 ($ (-1 (-85) |t#1|) $)) (-15 -3711 ($ (-1 (-85) |t#1|) $)) (IF (|has| |t#1| (-72)) (PROGN (-15 -3407 ($ |t#1| $)) (-15 -1353 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ #1#) $) 113 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2894 (($ |#2| (-583 (-830))) 72 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1355 (($ (-830)) 58 T ELT)) (-3912 (((-107)) 23 T ELT)) (-3947 (((-772) $) 88 T ELT) (($ (-484)) 54 T ELT) (($ |#2|) 55 T ELT)) (-3678 ((|#2| $ (-583 (-830))) 75 T ELT)) (-3127 (((-694)) 20 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 48 T CONST)) (-2667 (($) 52 T CONST)) (-3057 (((-85) $ $) 34 T ELT)) (-3950 (($ $ |#2|) NIL T ELT)) (-3838 (($ $) 43 T ELT) (($ $ $) 41 T ELT)) (-3840 (($ $ $) 39 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 45 T ELT) (($ $ $) 64 T ELT) (($ |#2| $) 47 T ELT) (($ $ |#2|) NIL T ELT)))
-(((-125 |#1| |#2| |#3|) (-13 (-961) (-38 |#2|) (-1187 |#2|) (-10 -8 (-15 -1355 ($ (-830))) (-15 -2894 ($ |#2| (-583 (-830)))) (-15 -3678 (|#2| $ (-583 (-830)))) (-15 -3468 ((-3 $ "failed") $)))) (-830) (-312) (-906 |#1| |#2|)) (T -125))
-((-3468 (*1 *1 *1) (|partial| -12 (-5 *1 (-125 *2 *3 *4)) (-14 *2 (-830)) (-4 *3 (-312)) (-14 *4 (-906 *2 *3)))) (-1355 (*1 *1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-125 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-312)) (-14 *5 (-906 *3 *4)))) (-2894 (*1 *1 *2 *3) (-12 (-5 *3 (-583 (-830))) (-5 *1 (-125 *4 *2 *5)) (-14 *4 (-830)) (-4 *2 (-312)) (-14 *5 (-906 *4 *2)))) (-3678 (*1 *2 *1 *3) (-12 (-5 *3 (-583 (-830))) (-4 *2 (-312)) (-5 *1 (-125 *4 *2 *5)) (-14 *4 (-830)) (-14 *5 (-906 *4 *2)))))
-((-1357 (((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-583 (-583 (-854 (-179)))) (-179) (-179) (-179) (-179)) 59 T ELT)) (-1356 (((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-836) (-350 (-484)) (-350 (-484))) 95 T ELT) (((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-836)) 96 T ELT)) (-1510 (((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-583 (-583 (-854 (-179))))) 99 T ELT) (((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-583 (-854 (-179)))) 98 T ELT) (((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-836) (-350 (-484)) (-350 (-484))) 89 T ELT) (((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-836)) 90 T ELT)))
-(((-126) (-10 -7 (-15 -1510 ((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-836))) (-15 -1510 ((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-836) (-350 (-484)) (-350 (-484)))) (-15 -1356 ((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-836))) (-15 -1356 ((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-836) (-350 (-484)) (-350 (-484)))) (-15 -1357 ((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-583 (-583 (-854 (-179)))) (-179) (-179) (-179) (-179))) (-15 -1510 ((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-583 (-854 (-179))))) (-15 -1510 ((-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))) (-583 (-583 (-854 (-179)))))))) (T -126))
-((-1510 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179))))) (-5 *1 (-126)) (-5 *3 (-583 (-583 (-854 (-179))))))) (-1510 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179))))) (-5 *1 (-126)) (-5 *3 (-583 (-854 (-179)))))) (-1357 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-179)) (-5 *2 (-2 (|:| |brans| (-583 (-583 (-854 *4)))) (|:| |xValues| (-1001 *4)) (|:| |yValues| (-1001 *4)))) (-5 *1 (-126)) (-5 *3 (-583 (-583 (-854 *4)))))) (-1356 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-836)) (-5 *4 (-350 (-484))) (-5 *2 (-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179))))) (-5 *1 (-126)))) (-1356 (*1 *2 *3) (-12 (-5 *3 (-836)) (-5 *2 (-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179))))) (-5 *1 (-126)))) (-1510 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-836)) (-5 *4 (-350 (-484))) (-5 *2 (-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179))))) (-5 *1 (-126)))) (-1510 (*1 *2 *3) (-12 (-5 *3 (-836)) (-5 *2 (-2 (|:| |brans| (-583 (-583 (-854 (-179))))) (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179))))) (-5 *1 (-126)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3182 (((-583 (-1049)) $) 20 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 27 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3234 (((-1049) $) 10 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-127) (-13 (-995) (-10 -8 (-15 -3182 ((-583 (-1049)) $)) (-15 -3234 ((-1049) $))))) (T -127))
-((-3182 (*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-127)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-127)))))
-((-1410 (((-583 (-142 |#2|)) |#1| |#2|) 50 T ELT)))
-(((-128 |#1| |#2|) (-10 -7 (-15 -1410 ((-583 (-142 |#2|)) |#1| |#2|))) (-1155 (-142 (-484))) (-13 (-312) (-755))) (T -128))
-((-1410 (*1 *2 *3 *4) (-12 (-5 *2 (-583 (-142 *4))) (-5 *1 (-128 *3 *4)) (-4 *3 (-1155 (-142 (-484)))) (-4 *4 (-13 (-312) (-755))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3529 (((-1130) $) 13 T ELT)) (-3530 (((-1049) $) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 20 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-129) (-13 (-995) (-10 -8 (-15 -3530 ((-1049) $)) (-15 -3529 ((-1130) $))))) (T -129))
-((-3530 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-129)))) (-3529 (*1 *2 *1) (-12 (-5 *2 (-1130)) (-5 *1 (-129)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1359 (($) 38 T ELT)) (-3099 (($) 37 T ELT)) (-1358 (((-830)) 43 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2957 (((-484) $) 41 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3098 (($) 39 T ELT)) (-2956 (($ (-484)) 44 T ELT)) (-3947 (((-772) $) 50 T ELT)) (-3097 (($) 40 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 35 T ELT)) (-3840 (($ $ $) 32 T ELT)) (* (($ (-830) $) 42 T ELT) (($ (-179) $) 11 T ELT)))
-(((-130) (-13 (-25) (-10 -8 (-15 * ($ (-830) $)) (-15 * ($ (-179) $)) (-15 -3840 ($ $ $)) (-15 -3099 ($)) (-15 -1359 ($)) (-15 -3098 ($)) (-15 -3097 ($)) (-15 -2957 ((-484) $)) (-15 -1358 ((-830))) (-15 -2956 ($ (-484)))))) (T -130))
-((-3840 (*1 *1 *1 *1) (-5 *1 (-130))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-830)) (-5 *1 (-130)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-130)))) (-3099 (*1 *1) (-5 *1 (-130))) (-1359 (*1 *1) (-5 *1 (-130))) (-3098 (*1 *1) (-5 *1 (-130))) (-3097 (*1 *1) (-5 *1 (-130))) (-2957 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-130)))) (-1358 (*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-130)))) (-2956 (*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-130)))))
-((-1372 ((|#2| |#2| (-1004 |#2|)) 98 T ELT) ((|#2| |#2| (-1090)) 75 T ELT)) (-3945 ((|#2| |#2| (-1004 |#2|)) 97 T ELT) ((|#2| |#2| (-1090)) 74 T ELT)) (-1369 ((|#2| |#2| |#2|) 25 T ELT)) (-3596 (((-86) (-86)) 111 T ELT)) (-1366 ((|#2| (-583 |#2|)) 130 T ELT)) (-1363 ((|#2| (-583 |#2|)) 150 T ELT)) (-1362 ((|#2| (-583 |#2|)) 138 T ELT)) (-1360 ((|#2| |#2|) 136 T ELT)) (-1364 ((|#2| (-583 |#2|)) 124 T ELT)) (-1365 ((|#2| (-583 |#2|)) 125 T ELT)) (-1361 ((|#2| (-583 |#2|)) 148 T ELT)) (-1373 ((|#2| |#2| (-1090)) 63 T ELT) ((|#2| |#2|) 62 T ELT)) (-1367 ((|#2| |#2|) 21 T ELT)) (-3102 ((|#2| |#2| |#2|) 24 T ELT)) (-2254 (((-85) (-86)) 55 T ELT)) (** ((|#2| |#2| |#2|) 46 T ELT)))
-(((-131 |#1| |#2|) (-10 -7 (-15 -2254 ((-85) (-86))) (-15 -3596 ((-86) (-86))) (-15 ** (|#2| |#2| |#2|)) (-15 -3102 (|#2| |#2| |#2|)) (-15 -1369 (|#2| |#2| |#2|)) (-15 -1367 (|#2| |#2|)) (-15 -1373 (|#2| |#2|)) (-15 -1373 (|#2| |#2| (-1090))) (-15 -1372 (|#2| |#2| (-1090))) (-15 -1372 (|#2| |#2| (-1004 |#2|))) (-15 -3945 (|#2| |#2| (-1090))) (-15 -3945 (|#2| |#2| (-1004 |#2|))) (-15 -1360 (|#2| |#2|)) (-15 -1361 (|#2| (-583 |#2|))) (-15 -1362 (|#2| (-583 |#2|))) (-15 -1363 (|#2| (-583 |#2|))) (-15 -1364 (|#2| (-583 |#2|))) (-15 -1365 (|#2| (-583 |#2|))) (-15 -1366 (|#2| (-583 |#2|)))) (-495) (-364 |#1|)) (T -131))
-((-1366 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-495)))) (-1365 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-495)))) (-1364 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-495)))) (-1363 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-495)))) (-1362 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-495)))) (-1361 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-495)))) (-1360 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (-3945 (*1 *2 *2 *3) (-12 (-5 *3 (-1004 *2)) (-4 *2 (-364 *4)) (-4 *4 (-495)) (-5 *1 (-131 *4 *2)))) (-3945 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4)))) (-1372 (*1 *2 *2 *3) (-12 (-5 *3 (-1004 *2)) (-4 *2 (-364 *4)) (-4 *4 (-495)) (-5 *1 (-131 *4 *2)))) (-1372 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4)))) (-1373 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4)))) (-1373 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (-1367 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (-1369 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (-3102 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (-3596 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *3 (-495)) (-5 *1 (-131 *3 *4)) (-4 *4 (-364 *3)))) (-2254 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-131 *4 *5)) (-4 *5 (-364 *4)))))
-((-1371 ((|#1| |#1| |#1|) 66 T ELT)) (-1370 ((|#1| |#1| |#1|) 63 T ELT)) (-1369 ((|#1| |#1| |#1|) 57 T ELT)) (-2891 ((|#1| |#1|) 43 T ELT)) (-1368 ((|#1| |#1| (-583 |#1|)) 55 T ELT)) (-1367 ((|#1| |#1|) 47 T ELT)) (-3102 ((|#1| |#1| |#1|) 51 T ELT)))
-(((-132 |#1|) (-10 -7 (-15 -3102 (|#1| |#1| |#1|)) (-15 -1367 (|#1| |#1|)) (-15 -1368 (|#1| |#1| (-583 |#1|))) (-15 -2891 (|#1| |#1|)) (-15 -1369 (|#1| |#1| |#1|)) (-15 -1370 (|#1| |#1| |#1|)) (-15 -1371 (|#1| |#1| |#1|))) (-483)) (T -132))
-((-1371 (*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483)))) (-1370 (*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483)))) (-1369 (*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483)))) (-2891 (*1 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483)))) (-1368 (*1 *2 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-483)) (-5 *1 (-132 *2)))) (-1367 (*1 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483)))) (-3102 (*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483)))))
-((-1372 (($ $ (-1090)) 12 T ELT) (($ $ (-1004 $)) 11 T ELT)) (-3945 (($ $ (-1090)) 10 T ELT) (($ $ (-1004 $)) 9 T ELT)) (-1369 (($ $ $) 8 T ELT)) (-1373 (($ $) 14 T ELT) (($ $ (-1090)) 13 T ELT)) (-1367 (($ $) 7 T ELT)) (-3102 (($ $ $) 6 T ELT)))
+(-13 (-962))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-664) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-1351 (((-2 (|:| -2402 (-695)) (|:| -3956 (-350 |#2|)) (|:| |radicand| |#2|)) (-350 |#2|) (-695)) 76 T ELT)) (-1350 (((-3 (-2 (|:| |radicand| (-350 |#2|)) (|:| |deg| (-695))) "failed") |#3|) 56 T ELT)) (-1349 (((-2 (|:| -3956 (-350 |#2|)) (|:| |poly| |#3|)) |#3|) 41 T ELT)) (-1352 ((|#1| |#3| |#3|) 44 T ELT)) (-3770 ((|#3| |#3| (-350 |#2|) (-350 |#2|)) 20 T ELT)) (-1353 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-350 |#2|)) (|:| |c2| (-350 |#2|)) (|:| |deg| (-695))) |#3| |#3|) 53 T ELT)))
+(((-121 |#1| |#2| |#3|) (-10 -7 (-15 -1349 ((-2 (|:| -3956 (-350 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -1350 ((-3 (-2 (|:| |radicand| (-350 |#2|)) (|:| |deg| (-695))) "failed") |#3|)) (-15 -1351 ((-2 (|:| -2402 (-695)) (|:| -3956 (-350 |#2|)) (|:| |radicand| |#2|)) (-350 |#2|) (-695))) (-15 -1352 (|#1| |#3| |#3|)) (-15 -3770 (|#3| |#3| (-350 |#2|) (-350 |#2|))) (-15 -1353 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-350 |#2|)) (|:| |c2| (-350 |#2|)) (|:| |deg| (-695))) |#3| |#3|))) (-1135) (-1156 |#1|) (-1156 (-350 |#2|))) (T -121))
+((-1353 (*1 *2 *3 *3) (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-350 *5)) (|:| |c2| (-350 *5)) (|:| |deg| (-695)))) (-5 *1 (-121 *4 *5 *3)) (-4 *3 (-1156 (-350 *5))))) (-3770 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-350 *5)) (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-5 *1 (-121 *4 *5 *2)) (-4 *2 (-1156 *3)))) (-1352 (*1 *2 *3 *3) (-12 (-4 *4 (-1156 *2)) (-4 *2 (-1135)) (-5 *1 (-121 *2 *4 *3)) (-4 *3 (-1156 (-350 *4))))) (-1351 (*1 *2 *3 *4) (-12 (-5 *3 (-350 *6)) (-4 *5 (-1135)) (-4 *6 (-1156 *5)) (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *3) (|:| |radicand| *6))) (-5 *1 (-121 *5 *6 *7)) (-5 *4 (-695)) (-4 *7 (-1156 *3)))) (-1350 (*1 *2 *3) (|partial| -12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-5 *2 (-2 (|:| |radicand| (-350 *5)) (|:| |deg| (-695)))) (-5 *1 (-121 *4 *5 *3)) (-4 *3 (-1156 (-350 *5))))) (-1349 (*1 *2 *3) (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-5 *2 (-2 (|:| -3956 (-350 *5)) (|:| |poly| *3))) (-5 *1 (-121 *4 *5 *3)) (-4 *3 (-1156 (-350 *5))))))
+((-2706 (((-3 (-584 (-1086 |#2|)) "failed") (-584 (-1086 |#2|)) (-1086 |#2|)) 35 T ELT)))
+(((-122 |#1| |#2|) (-10 -7 (-15 -2706 ((-3 (-584 (-1086 |#2|)) "failed") (-584 (-1086 |#2|)) (-1086 |#2|)))) (-484) (-139 |#1|)) (T -122))
+((-2706 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-584 (-1086 *5))) (-5 *3 (-1086 *5)) (-4 *5 (-139 *4)) (-4 *4 (-484)) (-5 *1 (-122 *4 *5)))))
+((-3712 (($ (-1 (-85) |#2|) $) 19 T ELT)) (-1354 (($ $) 24 T ELT)) (-3408 (($ (-1 (-85) |#2|) $) 17 T ELT) (($ |#2| $) 22 T ELT)) (-1355 (((-3 |#2| "failed") (-1 (-85) |#2|) $) 14 T ELT)))
+(((-123 |#1| |#2|) (-10 -7 (-15 -1354 (|#1| |#1|)) (-15 -3408 (|#1| |#2| |#1|)) (-15 -3712 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3408 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -1355 ((-3 |#2| "failed") (-1 (-85) |#2|) |#1|))) (-124 |#2|) (-1130)) (T -123))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 37 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-1354 (($ $) 35 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3408 (($ (-1 (-85) |#1|) $) 38 (|has| $ (-318 |#1|)) ELT) (($ |#1| $) 36 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 39 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 34 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 40 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-124 |#1|) (-113) (-1130)) (T -124))
+((-3532 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-4 *1 (-124 *3)))) (-1355 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-85) *2)) (-4 *1 (-124 *2)) (-4 *2 (-1130)))) (-3408 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-124 *3)) (-4 *3 (-1130)))) (-3712 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-124 *3)) (-4 *3 (-1130)))) (-3408 (*1 *1 *2 *1) (-12 (-4 *1 (-318 *2)) (-4 *1 (-124 *2)) (-4 *2 (-1130)) (-4 *2 (-72)))) (-1354 (*1 *1 *1) (-12 (-4 *1 (-318 *2)) (-4 *1 (-124 *2)) (-4 *2 (-1130)) (-4 *2 (-72)))))
+(-13 (-429 |t#1|) (-10 -8 (-15 -3532 ($ (-584 |t#1|))) (-15 -1355 ((-3 |t#1| "failed") (-1 (-85) |t#1|) $)) (IF (|has| $ (-318 |t#1|)) (PROGN (-15 -3408 ($ (-1 (-85) |t#1|) $)) (-15 -3712 ($ (-1 (-85) |t#1|) $)) (IF (|has| |t#1| (-72)) (PROGN (-15 -3408 ($ |t#1| $)) (-15 -1354 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ #1#) $) 113 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2895 (($ |#2| (-584 (-831))) 72 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1356 (($ (-831)) 58 T ELT)) (-3913 (((-107)) 23 T ELT)) (-3948 (((-773) $) 88 T ELT) (($ (-485)) 54 T ELT) (($ |#2|) 55 T ELT)) (-3679 ((|#2| $ (-584 (-831))) 75 T ELT)) (-3128 (((-695)) 20 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 48 T CONST)) (-2668 (($) 52 T CONST)) (-3058 (((-85) $ $) 34 T ELT)) (-3951 (($ $ |#2|) NIL T ELT)) (-3839 (($ $) 43 T ELT) (($ $ $) 41 T ELT)) (-3841 (($ $ $) 39 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 45 T ELT) (($ $ $) 64 T ELT) (($ |#2| $) 47 T ELT) (($ $ |#2|) NIL T ELT)))
+(((-125 |#1| |#2| |#3|) (-13 (-962) (-38 |#2|) (-1188 |#2|) (-10 -8 (-15 -1356 ($ (-831))) (-15 -2895 ($ |#2| (-584 (-831)))) (-15 -3679 (|#2| $ (-584 (-831)))) (-15 -3469 ((-3 $ "failed") $)))) (-831) (-312) (-907 |#1| |#2|)) (T -125))
+((-3469 (*1 *1 *1) (|partial| -12 (-5 *1 (-125 *2 *3 *4)) (-14 *2 (-831)) (-4 *3 (-312)) (-14 *4 (-907 *2 *3)))) (-1356 (*1 *1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-125 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-312)) (-14 *5 (-907 *3 *4)))) (-2895 (*1 *1 *2 *3) (-12 (-5 *3 (-584 (-831))) (-5 *1 (-125 *4 *2 *5)) (-14 *4 (-831)) (-4 *2 (-312)) (-14 *5 (-907 *4 *2)))) (-3679 (*1 *2 *1 *3) (-12 (-5 *3 (-584 (-831))) (-4 *2 (-312)) (-5 *1 (-125 *4 *2 *5)) (-14 *4 (-831)) (-14 *5 (-907 *4 *2)))))
+((-1358 (((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-584 (-584 (-855 (-179)))) (-179) (-179) (-179) (-179)) 59 T ELT)) (-1357 (((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-837) (-350 (-485)) (-350 (-485))) 95 T ELT) (((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-837)) 96 T ELT)) (-1511 (((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-584 (-584 (-855 (-179))))) 99 T ELT) (((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-584 (-855 (-179)))) 98 T ELT) (((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-837) (-350 (-485)) (-350 (-485))) 89 T ELT) (((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-837)) 90 T ELT)))
+(((-126) (-10 -7 (-15 -1511 ((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-837))) (-15 -1511 ((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-837) (-350 (-485)) (-350 (-485)))) (-15 -1357 ((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-837))) (-15 -1357 ((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-837) (-350 (-485)) (-350 (-485)))) (-15 -1358 ((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-584 (-584 (-855 (-179)))) (-179) (-179) (-179) (-179))) (-15 -1511 ((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-584 (-855 (-179))))) (-15 -1511 ((-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))) (-584 (-584 (-855 (-179)))))))) (T -126))
+((-1511 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179))))) (-5 *1 (-126)) (-5 *3 (-584 (-584 (-855 (-179))))))) (-1511 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179))))) (-5 *1 (-126)) (-5 *3 (-584 (-855 (-179)))))) (-1358 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-179)) (-5 *2 (-2 (|:| |brans| (-584 (-584 (-855 *4)))) (|:| |xValues| (-1002 *4)) (|:| |yValues| (-1002 *4)))) (-5 *1 (-126)) (-5 *3 (-584 (-584 (-855 *4)))))) (-1357 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-837)) (-5 *4 (-350 (-485))) (-5 *2 (-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179))))) (-5 *1 (-126)))) (-1357 (*1 *2 *3) (-12 (-5 *3 (-837)) (-5 *2 (-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179))))) (-5 *1 (-126)))) (-1511 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-837)) (-5 *4 (-350 (-485))) (-5 *2 (-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179))))) (-5 *1 (-126)))) (-1511 (*1 *2 *3) (-12 (-5 *3 (-837)) (-5 *2 (-2 (|:| |brans| (-584 (-584 (-855 (-179))))) (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179))))) (-5 *1 (-126)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3183 (((-584 (-1050)) $) 20 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 27 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3235 (((-1050) $) 10 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-127) (-13 (-996) (-10 -8 (-15 -3183 ((-584 (-1050)) $)) (-15 -3235 ((-1050) $))))) (T -127))
+((-3183 (*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-127)))) (-3235 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-127)))))
+((-1411 (((-584 (-142 |#2|)) |#1| |#2|) 50 T ELT)))
+(((-128 |#1| |#2|) (-10 -7 (-15 -1411 ((-584 (-142 |#2|)) |#1| |#2|))) (-1156 (-142 (-485))) (-13 (-312) (-756))) (T -128))
+((-1411 (*1 *2 *3 *4) (-12 (-5 *2 (-584 (-142 *4))) (-5 *1 (-128 *3 *4)) (-4 *3 (-1156 (-142 (-485)))) (-4 *4 (-13 (-312) (-756))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3530 (((-1131) $) 13 T ELT)) (-3531 (((-1050) $) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 20 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-129) (-13 (-996) (-10 -8 (-15 -3531 ((-1050) $)) (-15 -3530 ((-1131) $))))) (T -129))
+((-3531 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-129)))) (-3530 (*1 *2 *1) (-12 (-5 *2 (-1131)) (-5 *1 (-129)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1360 (($) 38 T ELT)) (-3100 (($) 37 T ELT)) (-1359 (((-831)) 43 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2958 (((-485) $) 41 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3099 (($) 39 T ELT)) (-2957 (($ (-485)) 44 T ELT)) (-3948 (((-773) $) 50 T ELT)) (-3098 (($) 40 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 35 T ELT)) (-3841 (($ $ $) 32 T ELT)) (* (($ (-831) $) 42 T ELT) (($ (-179) $) 11 T ELT)))
+(((-130) (-13 (-25) (-10 -8 (-15 * ($ (-831) $)) (-15 * ($ (-179) $)) (-15 -3841 ($ $ $)) (-15 -3100 ($)) (-15 -1360 ($)) (-15 -3099 ($)) (-15 -3098 ($)) (-15 -2958 ((-485) $)) (-15 -1359 ((-831))) (-15 -2957 ($ (-485)))))) (T -130))
+((-3841 (*1 *1 *1 *1) (-5 *1 (-130))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-831)) (-5 *1 (-130)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-130)))) (-3100 (*1 *1) (-5 *1 (-130))) (-1360 (*1 *1) (-5 *1 (-130))) (-3099 (*1 *1) (-5 *1 (-130))) (-3098 (*1 *1) (-5 *1 (-130))) (-2958 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-130)))) (-1359 (*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-130)))) (-2957 (*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-130)))))
+((-1373 ((|#2| |#2| (-1005 |#2|)) 98 T ELT) ((|#2| |#2| (-1091)) 75 T ELT)) (-3946 ((|#2| |#2| (-1005 |#2|)) 97 T ELT) ((|#2| |#2| (-1091)) 74 T ELT)) (-1370 ((|#2| |#2| |#2|) 25 T ELT)) (-3597 (((-86) (-86)) 111 T ELT)) (-1367 ((|#2| (-584 |#2|)) 130 T ELT)) (-1364 ((|#2| (-584 |#2|)) 150 T ELT)) (-1363 ((|#2| (-584 |#2|)) 138 T ELT)) (-1361 ((|#2| |#2|) 136 T ELT)) (-1365 ((|#2| (-584 |#2|)) 124 T ELT)) (-1366 ((|#2| (-584 |#2|)) 125 T ELT)) (-1362 ((|#2| (-584 |#2|)) 148 T ELT)) (-1374 ((|#2| |#2| (-1091)) 63 T ELT) ((|#2| |#2|) 62 T ELT)) (-1368 ((|#2| |#2|) 21 T ELT)) (-3103 ((|#2| |#2| |#2|) 24 T ELT)) (-2255 (((-85) (-86)) 55 T ELT)) (** ((|#2| |#2| |#2|) 46 T ELT)))
+(((-131 |#1| |#2|) (-10 -7 (-15 -2255 ((-85) (-86))) (-15 -3597 ((-86) (-86))) (-15 ** (|#2| |#2| |#2|)) (-15 -3103 (|#2| |#2| |#2|)) (-15 -1370 (|#2| |#2| |#2|)) (-15 -1368 (|#2| |#2|)) (-15 -1374 (|#2| |#2|)) (-15 -1374 (|#2| |#2| (-1091))) (-15 -1373 (|#2| |#2| (-1091))) (-15 -1373 (|#2| |#2| (-1005 |#2|))) (-15 -3946 (|#2| |#2| (-1091))) (-15 -3946 (|#2| |#2| (-1005 |#2|))) (-15 -1361 (|#2| |#2|)) (-15 -1362 (|#2| (-584 |#2|))) (-15 -1363 (|#2| (-584 |#2|))) (-15 -1364 (|#2| (-584 |#2|))) (-15 -1365 (|#2| (-584 |#2|))) (-15 -1366 (|#2| (-584 |#2|))) (-15 -1367 (|#2| (-584 |#2|)))) (-496) (-364 |#1|)) (T -131))
+((-1367 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-496)))) (-1366 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-496)))) (-1365 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-496)))) (-1364 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-496)))) (-1363 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-496)))) (-1362 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2)) (-4 *4 (-496)))) (-1361 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (-3946 (*1 *2 *2 *3) (-12 (-5 *3 (-1005 *2)) (-4 *2 (-364 *4)) (-4 *4 (-496)) (-5 *1 (-131 *4 *2)))) (-3946 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4)))) (-1373 (*1 *2 *2 *3) (-12 (-5 *3 (-1005 *2)) (-4 *2 (-364 *4)) (-4 *4 (-496)) (-5 *1 (-131 *4 *2)))) (-1373 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4)))) (-1374 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4)))) (-1374 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (-1368 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (-1370 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (-3103 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))) (-3597 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *3 (-496)) (-5 *1 (-131 *3 *4)) (-4 *4 (-364 *3)))) (-2255 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-131 *4 *5)) (-4 *5 (-364 *4)))))
+((-1372 ((|#1| |#1| |#1|) 66 T ELT)) (-1371 ((|#1| |#1| |#1|) 63 T ELT)) (-1370 ((|#1| |#1| |#1|) 57 T ELT)) (-2892 ((|#1| |#1|) 43 T ELT)) (-1369 ((|#1| |#1| (-584 |#1|)) 55 T ELT)) (-1368 ((|#1| |#1|) 47 T ELT)) (-3103 ((|#1| |#1| |#1|) 51 T ELT)))
+(((-132 |#1|) (-10 -7 (-15 -3103 (|#1| |#1| |#1|)) (-15 -1368 (|#1| |#1|)) (-15 -1369 (|#1| |#1| (-584 |#1|))) (-15 -2892 (|#1| |#1|)) (-15 -1370 (|#1| |#1| |#1|)) (-15 -1371 (|#1| |#1| |#1|)) (-15 -1372 (|#1| |#1| |#1|))) (-484)) (T -132))
+((-1372 (*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484)))) (-1371 (*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484)))) (-1370 (*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484)))) (-2892 (*1 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484)))) (-1369 (*1 *2 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-484)) (-5 *1 (-132 *2)))) (-1368 (*1 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484)))) (-3103 (*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484)))))
+((-1373 (($ $ (-1091)) 12 T ELT) (($ $ (-1005 $)) 11 T ELT)) (-3946 (($ $ (-1091)) 10 T ELT) (($ $ (-1005 $)) 9 T ELT)) (-1370 (($ $ $) 8 T ELT)) (-1374 (($ $) 14 T ELT) (($ $ (-1091)) 13 T ELT)) (-1368 (($ $) 7 T ELT)) (-3103 (($ $ $) 6 T ELT)))
(((-133) (-113)) (T -133))
-((-1373 (*1 *1 *1) (-4 *1 (-133))) (-1373 (*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1090)))) (-1372 (*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1090)))) (-1372 (*1 *1 *1 *2) (-12 (-5 *2 (-1004 *1)) (-4 *1 (-133)))) (-3945 (*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1090)))) (-3945 (*1 *1 *1 *2) (-12 (-5 *2 (-1004 *1)) (-4 *1 (-133)))))
-(-13 (-116) (-10 -8 (-15 -1373 ($ $)) (-15 -1373 ($ $ (-1090))) (-15 -1372 ($ $ (-1090))) (-15 -1372 ($ $ (-1004 $))) (-15 -3945 ($ $ (-1090))) (-15 -3945 ($ $ (-1004 $)))))
+((-1374 (*1 *1 *1) (-4 *1 (-133))) (-1374 (*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1091)))) (-1373 (*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1091)))) (-1373 (*1 *1 *1 *2) (-12 (-5 *2 (-1005 *1)) (-4 *1 (-133)))) (-3946 (*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1091)))) (-3946 (*1 *1 *1 *2) (-12 (-5 *2 (-1005 *1)) (-4 *1 (-133)))))
+(-13 (-116) (-10 -8 (-15 -1374 ($ $)) (-15 -1374 ($ $ (-1091))) (-15 -1373 ($ $ (-1091))) (-15 -1373 ($ $ (-1005 $))) (-15 -3946 ($ $ (-1091))) (-15 -3946 ($ $ (-1005 $)))))
(((-116) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-1374 (($ (-484)) 15 T ELT) (($ $ $) 16 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 19 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 11 T ELT)))
-(((-134) (-13 (-1013) (-10 -8 (-15 -1374 ($ (-484))) (-15 -1374 ($ $ $))))) (T -134))
-((-1374 (*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-134)))) (-1374 (*1 *1 *1 *1) (-5 *1 (-134))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 16 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3234 (((-583 (-1049)) $) 10 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-135) (-13 (-995) (-10 -8 (-15 -3234 ((-583 (-1049)) $))))) (T -135))
-((-3234 (*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-135)))))
-((-3596 (((-86) (-1090)) 103 T ELT)))
-(((-136) (-10 -7 (-15 -3596 ((-86) (-1090))))) (T -136))
-((-3596 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-86)) (-5 *1 (-136)))))
-((-1595 ((|#3| |#3|) 19 T ELT)))
-(((-137 |#1| |#2| |#3|) (-10 -7 (-15 -1595 (|#3| |#3|))) (-961) (-1155 |#1|) (-1155 |#2|)) (T -137))
-((-1595 (*1 *2 *2) (-12 (-4 *3 (-961)) (-4 *4 (-1155 *3)) (-5 *1 (-137 *3 *4 *2)) (-4 *2 (-1155 *4)))))
-((-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 222 T ELT)) (-3331 ((|#2| $) 102 T ELT)) (-3493 (($ $) 255 T ELT)) (-3640 (($ $) 249 T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1="failed") (-583 (-1085 $)) (-1085 $)) 47 T ELT)) (-3491 (($ $) 253 T ELT)) (-3639 (($ $) 247 T ELT)) (-3158 (((-3 (-484) #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 146 T ELT)) (-3157 (((-484) $) NIL T ELT) (((-350 (-484)) $) NIL T ELT) ((|#2| $) 144 T ELT)) (-2565 (($ $ $) 228 T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL T ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) 160 T ELT) (((-630 |#2|) (-630 $)) 154 T ELT)) (-3843 (($ (-1085 |#2|)) 125 T ELT) (((-3 $ #1#) (-350 (-1085 |#2|))) NIL T ELT)) (-3468 (((-3 $ #1#) $) 213 T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) 203 T ELT)) (-3024 (((-85) $) 198 T ELT)) (-3023 (((-350 (-484)) $) 201 T ELT)) (-3109 (((-830)) 96 T ELT)) (-2564 (($ $ $) 230 T ELT)) (-1375 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 267 T ELT)) (-3628 (($) 244 T ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 192 T ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 197 T ELT)) (-3133 ((|#2| $) 100 T ELT)) (-2014 (((-1085 |#2|) $) 127 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) 108 T ELT)) (-3943 (($ $) 246 T ELT)) (-3080 (((-1085 |#2|) $) 126 T ELT)) (-2485 (($ $) 206 T ELT)) (-1377 (($) 103 T ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 95 T ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 64 T ELT)) (-3467 (((-3 $ #1#) $ |#2|) 208 T ELT) (((-3 $ #1#) $ $) 211 T ELT)) (-3944 (($ $) 245 T ELT)) (-1607 (((-694) $) 225 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 234 T ELT)) (-3758 ((|#2| (-1179 $)) NIL T ELT) ((|#2|) 98 T ELT)) (-3759 (($ $ (-1 |#2| |#2|)) 119 T ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $) NIL T ELT)) (-3186 (((-1085 |#2|)) 120 T ELT)) (-3492 (($ $) 254 T ELT)) (-3635 (($ $) 248 T ELT)) (-3225 (((-1179 |#2|) $ (-1179 $)) 136 T ELT) (((-630 |#2|) (-1179 $) (-1179 $)) NIL T ELT) (((-1179 |#2|) $) 116 T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-3973 (((-1179 |#2|) $) NIL T ELT) (($ (-1179 |#2|)) NIL T ELT) (((-1085 |#2|) $) NIL T ELT) (($ (-1085 |#2|)) NIL T ELT) (((-800 (-484)) $) 183 T ELT) (((-800 (-330)) $) 187 T ELT) (((-142 (-330)) $) 172 T ELT) (((-142 (-179)) $) 167 T ELT) (((-473) $) 179 T ELT)) (-3010 (($ $) 104 T ELT)) (-3947 (((-772) $) 143 T ELT) (($ (-484)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ $) NIL T ELT)) (-2450 (((-1085 |#2|) $) 32 T ELT)) (-3127 (((-694)) 106 T CONST)) (-1265 (((-85) $ $) 13 T ELT)) (-3499 (($ $) 258 T ELT)) (-3487 (($ $) 252 T ELT)) (-3497 (($ $) 256 T ELT)) (-3485 (($ $) 250 T ELT)) (-2236 ((|#2| $) 241 T ELT)) (-3498 (($ $) 257 T ELT)) (-3486 (($ $) 251 T ELT)) (-3384 (($ $) 162 T ELT)) (-3057 (((-85) $ $) 110 T ELT)) (-3838 (($ $) 112 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 111 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-350 (-484))) 274 T ELT) (($ $ $) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 118 T ELT) (($ $ $) 147 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 114 T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT)))
-(((-138 |#1| |#2|) (-10 -7 (-15 -3759 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1| (-1090))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -3947 (|#1| |#1|)) (-15 -3467 ((-3 |#1| #1="failed") |#1| |#1|)) (-15 -2064 ((-2 (|:| -1775 |#1|) (|:| -3983 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1607 ((-694) |#1|)) (-15 -2880 ((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|)) (-15 -2564 (|#1| |#1| |#1|)) (-15 -2565 (|#1| |#1| |#1|)) (-15 -2485 (|#1| |#1|)) (-15 ** (|#1| |#1| (-484))) (-15 * (|#1| |#1| (-350 (-484)))) (-15 * (|#1| (-350 (-484)) |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3973 ((-473) |#1|)) (-15 -3973 ((-142 (-179)) |#1|)) (-15 -3973 ((-142 (-330)) |#1|)) (-15 -3640 (|#1| |#1|)) (-15 -3639 (|#1| |#1|)) (-15 -3635 (|#1| |#1|)) (-15 -3486 (|#1| |#1|)) (-15 -3485 (|#1| |#1|)) (-15 -3487 (|#1| |#1|)) (-15 -3492 (|#1| |#1|)) (-15 -3491 (|#1| |#1|)) (-15 -3493 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)) (-15 -3497 (|#1| |#1|)) (-15 -3499 (|#1| |#1|)) (-15 -3943 (|#1| |#1|)) (-15 -3944 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -3628 (|#1|)) (-15 ** (|#1| |#1| (-350 (-484)))) (-15 -2707 ((-348 (-1085 |#1|)) (-1085 |#1|))) (-15 -2706 ((-348 (-1085 |#1|)) (-1085 |#1|))) (-15 -2705 ((-3 (-583 (-1085 |#1|)) #1#) (-583 (-1085 |#1|)) (-1085 |#1|))) (-15 -3025 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3023 ((-350 (-484)) |#1|)) (-15 -3024 ((-85) |#1|)) (-15 -1375 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -2236 (|#2| |#1|)) (-15 -3384 (|#1| |#1|)) (-15 -3467 ((-3 |#1| #1#) |#1| |#2|)) (-15 -3010 (|#1| |#1|)) (-15 -1377 (|#1|)) (-15 -3973 ((-800 (-330)) |#1|)) (-15 -3973 ((-800 (-484)) |#1|)) (-15 -2797 ((-798 (-330) |#1|) |#1| (-800 (-330)) (-798 (-330) |#1|))) (-15 -2797 ((-798 (-484) |#1|) |#1| (-800 (-484)) (-798 (-484) |#1|))) (-15 -3959 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|) (-694))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3843 ((-3 |#1| #1#) (-350 (-1085 |#2|)))) (-15 -3080 ((-1085 |#2|) |#1|)) (-15 -3973 (|#1| (-1085 |#2|))) (-15 -3843 (|#1| (-1085 |#2|))) (-15 -3186 ((-1085 |#2|))) (-15 -2279 ((-630 |#2|) (-630 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 |#1|) (-1179 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 |#1|) (-1179 |#1|))) (-15 -2279 ((-630 (-484)) (-630 |#1|))) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3973 ((-1085 |#2|) |#1|)) (-15 -3758 (|#2|)) (-15 -3973 (|#1| (-1179 |#2|))) (-15 -3973 ((-1179 |#2|) |#1|)) (-15 -3225 ((-630 |#2|) (-1179 |#1|))) (-15 -3225 ((-1179 |#2|) |#1|)) (-15 -2014 ((-1085 |#2|) |#1|)) (-15 -2450 ((-1085 |#2|) |#1|)) (-15 -3758 (|#2| (-1179 |#1|))) (-15 -3225 ((-630 |#2|) (-1179 |#1|) (-1179 |#1|))) (-15 -3225 ((-1179 |#2|) |#1| (-1179 |#1|))) (-15 -3133 (|#2| |#1|)) (-15 -3331 (|#2| |#1|)) (-15 -3109 ((-830))) (-15 -3947 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3127 ((-694)) -3953) (-15 -3947 (|#1| (-484))) (-15 -3468 ((-3 |#1| #1#) |#1|)) (-15 ** (|#1| |#1| (-694))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-830))) (-15 -3838 (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1|)) (-15 * (|#1| (-484) |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 * (|#1| (-830) |#1|)) (-15 -3840 (|#1| |#1| |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -1265 ((-85) |#1| |#1|)) (-15 -3057 ((-85) |#1| |#1|))) (-139 |#2|) (-146)) (T -138))
-((-3127 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-694)) (-5 *1 (-138 *3 *4)) (-4 *3 (-139 *4)))) (-3109 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-830)) (-5 *1 (-138 *3 *4)) (-4 *3 (-139 *4)))) (-3758 (*1 *2) (-12 (-4 *2 (-146)) (-5 *1 (-138 *3 *2)) (-4 *3 (-139 *2)))) (-3186 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-1085 *4)) (-5 *1 (-138 *3 *4)) (-4 *3 (-139 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 114 (OR (|has| |#1| (-495)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT)) (-2063 (($ $) 115 (OR (|has| |#1| (-495)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT)) (-2061 (((-85) $) 117 (OR (|has| |#1| (-495)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT)) (-1785 (((-630 |#1|) (-1179 $)) 61 T ELT) (((-630 |#1|)) 77 T ELT)) (-3331 ((|#1| $) 67 T ELT)) (-3493 (($ $) 250 (|has| |#1| (-1115)) ELT)) (-3640 (($ $) 233 (|has| |#1| (-1115)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) 167 (|has| |#1| (-299)) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 264 (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) ELT)) (-3776 (($ $) 134 (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-312))) ELT)) (-3972 (((-348 $) $) 135 (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-312))) ELT)) (-3038 (($ $) 263 (-12 (|has| |#1| (-915)) (|has| |#1| (-1115))) ELT)) (-2705 (((-3 (-583 (-1085 $)) "failed") (-583 (-1085 $)) (-1085 $)) 267 (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) ELT)) (-1608 (((-85) $ $) 125 (|has| |#1| (-258)) ELT)) (-3137 (((-694)) 108 (|has| |#1| (-320)) ELT)) (-3491 (($ $) 249 (|has| |#1| (-1115)) ELT)) (-3639 (($ $) 234 (|has| |#1| (-1115)) ELT)) (-3495 (($ $) 248 (|has| |#1| (-1115)) ELT)) (-3638 (($ $) 235 (|has| |#1| (-1115)) ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 (-484) #1="failed") $) 194 (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) 192 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 189 T ELT)) (-3157 (((-484) $) 193 (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) 191 (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) 190 T ELT)) (-1795 (($ (-1179 |#1|) (-1179 $)) 63 T ELT) (($ (-1179 |#1|)) 80 T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) 173 (|has| |#1| (-299)) ELT)) (-2565 (($ $ $) 129 (|has| |#1| (-258)) ELT)) (-1784 (((-630 |#1|) $ (-1179 $)) 68 T ELT) (((-630 |#1|) $) 75 T ELT)) (-2279 (((-630 (-484)) (-630 $)) 186 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 185 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 184 T ELT) (((-630 |#1|) (-630 $)) 183 T ELT)) (-3843 (($ (-1085 |#1|)) 178 T ELT) (((-3 $ "failed") (-350 (-1085 |#1|))) 175 (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3644 ((|#1| $) 275 T ELT)) (-3025 (((-3 (-350 (-484)) "failed") $) 268 (|has| |#1| (-483)) ELT)) (-3024 (((-85) $) 270 (|has| |#1| (-483)) ELT)) (-3023 (((-350 (-484)) $) 269 (|has| |#1| (-483)) ELT)) (-3109 (((-830)) 69 T ELT)) (-2995 (($) 111 (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) 128 (|has| |#1| (-258)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 123 (|has| |#1| (-258)) ELT)) (-2834 (($) 169 (|has| |#1| (-299)) ELT)) (-1680 (((-85) $) 170 (|has| |#1| (-299)) ELT)) (-1767 (($ $ (-694)) 161 (|has| |#1| (-299)) ELT) (($ $) 160 (|has| |#1| (-299)) ELT)) (-3724 (((-85) $) 136 (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-312))) ELT)) (-1375 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 271 (-12 (|has| |#1| (-973)) (|has| |#1| (-1115))) ELT)) (-3628 (($) 260 (|has| |#1| (-1115)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 283 (|has| |#1| (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 282 (|has| |#1| (-796 (-330))) ELT)) (-3773 (((-830) $) 172 (|has| |#1| (-299)) ELT) (((-743 (-830)) $) 158 (|has| |#1| (-299)) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 262 (-12 (|has| |#1| (-915)) (|has| |#1| (-1115))) ELT)) (-3133 ((|#1| $) 66 T ELT)) (-3446 (((-632 $) $) 162 (|has| |#1| (-299)) ELT)) (-1605 (((-3 (-583 $) #2="failed") (-583 $) $) 132 (|has| |#1| (-258)) ELT)) (-2014 (((-1085 |#1|) $) 59 (|has| |#1| (-312)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 284 T ELT)) (-2010 (((-830) $) 110 (|has| |#1| (-320)) ELT)) (-3943 (($ $) 257 (|has| |#1| (-1115)) ELT)) (-3080 (((-1085 |#1|) $) 176 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 188 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 187 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 182 T ELT) (((-630 |#1|) (-1179 $)) 181 T ELT)) (-1894 (($ (-583 $)) 121 (OR (|has| |#1| (-258)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT) (($ $ $) 120 (OR (|has| |#1| (-258)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 137 (|has| |#1| (-312)) ELT)) (-3447 (($) 163 (|has| |#1| (-299)) CONST)) (-2400 (($ (-830)) 109 (|has| |#1| (-320)) ELT)) (-1377 (($) 279 T ELT)) (-3645 ((|#1| $) 276 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2409 (($) 180 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 122 (OR (|has| |#1| (-258)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT)) (-3145 (($ (-583 $)) 119 (OR (|has| |#1| (-258)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT) (($ $ $) 118 (OR (|has| |#1| (-258)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) 166 (|has| |#1| (-299)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 266 (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 265 (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) ELT)) (-3733 (((-348 $) $) 133 (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-312))) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 131 (|has| |#1| (-258)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 130 (|has| |#1| (-258)) ELT)) (-3467 (((-3 $ "failed") $ |#1|) 274 (|has| |#1| (-495)) ELT) (((-3 $ "failed") $ $) 113 (OR (|has| |#1| (-495)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 124 (|has| |#1| (-258)) ELT)) (-3944 (($ $) 258 (|has| |#1| (-1115)) ELT)) (-3769 (($ $ (-583 |#1|) (-583 |#1|)) 290 (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) 289 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) 288 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-249 |#1|))) 287 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) 286 (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-1090) |#1|) 285 (|has| |#1| (-455 (-1090) |#1|)) ELT)) (-1607 (((-694) $) 126 (|has| |#1| (-258)) ELT)) (-3801 (($ $ |#1|) 291 (|has| |#1| (-241 |#1| |#1|)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 127 (|has| |#1| (-258)) ELT)) (-3758 ((|#1| (-1179 $)) 62 T ELT) ((|#1|) 76 T ELT)) (-1768 (((-694) $) 171 (|has| |#1| (-299)) ELT) (((-3 (-694) "failed") $ $) 159 (|has| |#1| (-299)) ELT)) (-3759 (($ $ (-1 |#1| |#1|)) 145 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 144 T ELT) (($ $ (-583 (-1090)) (-583 (-694))) 150 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090) (-694)) 149 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-583 (-1090))) 148 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090)) 146 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-694)) 156 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-189))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-190))) (|has| |#1| (-189)) (-2563 (|has| |#1| (-189)) (|has| |#1| (-312)))) ELT) (($ $) 154 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-189))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-190))) (|has| |#1| (-189)) (-2563 (|has| |#1| (-189)) (|has| |#1| (-312)))) ELT)) (-2408 (((-630 |#1|) (-1179 $) (-1 |#1| |#1|)) 174 (|has| |#1| (-312)) ELT)) (-3186 (((-1085 |#1|)) 179 T ELT)) (-3496 (($ $) 247 (|has| |#1| (-1115)) ELT)) (-3637 (($ $) 236 (|has| |#1| (-1115)) ELT)) (-1674 (($) 168 (|has| |#1| (-299)) ELT)) (-3494 (($ $) 246 (|has| |#1| (-1115)) ELT)) (-3636 (($ $) 237 (|has| |#1| (-1115)) ELT)) (-3492 (($ $) 245 (|has| |#1| (-1115)) ELT)) (-3635 (($ $) 238 (|has| |#1| (-1115)) ELT)) (-3225 (((-1179 |#1|) $ (-1179 $)) 65 T ELT) (((-630 |#1|) (-1179 $) (-1179 $)) 64 T ELT) (((-1179 |#1|) $) 82 T ELT) (((-630 |#1|) (-1179 $)) 81 T ELT)) (-3973 (((-1179 |#1|) $) 79 T ELT) (($ (-1179 |#1|)) 78 T ELT) (((-1085 |#1|) $) 195 T ELT) (($ (-1085 |#1|)) 177 T ELT) (((-800 (-484)) $) 281 (|has| |#1| (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) 280 (|has| |#1| (-553 (-800 (-330)))) ELT) (((-142 (-330)) $) 232 (|has| |#1| (-933)) ELT) (((-142 (-179)) $) 231 (|has| |#1| (-933)) ELT) (((-473) $) 230 (|has| |#1| (-553 (-473))) ELT)) (-3010 (($ $) 278 T ELT)) (-2704 (((-3 (-1179 $) "failed") (-630 $)) 165 (OR (-2563 (|has| $ (-118)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) (|has| |#1| (-299))) ELT)) (-1376 (($ |#1| |#1|) 277 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 52 T ELT) (($ (-350 (-484))) 107 (OR (|has| |#1| (-312)) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ $) 112 (OR (|has| |#1| (-495)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT)) (-2703 (($ $) 164 (|has| |#1| (-299)) ELT) (((-632 $) $) 58 (OR (-2563 (|has| $ (-118)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) (|has| |#1| (-118))) ELT)) (-2450 (((-1085 |#1|) $) 60 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2012 (((-1179 $)) 83 T ELT)) (-3499 (($ $) 256 (|has| |#1| (-1115)) ELT)) (-3487 (($ $) 244 (|has| |#1| (-1115)) ELT)) (-2062 (((-85) $ $) 116 (OR (|has| |#1| (-495)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))) ELT)) (-3497 (($ $) 255 (|has| |#1| (-1115)) ELT)) (-3485 (($ $) 243 (|has| |#1| (-1115)) ELT)) (-3501 (($ $) 254 (|has| |#1| (-1115)) ELT)) (-3489 (($ $) 242 (|has| |#1| (-1115)) ELT)) (-2236 ((|#1| $) 272 (|has| |#1| (-1115)) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3502 (($ $) 253 (|has| |#1| (-1115)) ELT)) (-3490 (($ $) 241 (|has| |#1| (-1115)) ELT)) (-3500 (($ $) 252 (|has| |#1| (-1115)) ELT)) (-3488 (($ $) 240 (|has| |#1| (-1115)) ELT)) (-3498 (($ $) 251 (|has| |#1| (-1115)) ELT)) (-3486 (($ $) 239 (|has| |#1| (-1115)) ELT)) (-3384 (($ $) 273 (|has| |#1| (-973)) ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1 |#1| |#1|)) 143 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 142 T ELT) (($ $ (-583 (-1090)) (-583 (-694))) 153 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090) (-694)) 152 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-583 (-1090))) 151 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090)) 147 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-694)) 157 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-189))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-190))) (|has| |#1| (-189)) (-2563 (|has| |#1| (-189)) (|has| |#1| (-312)))) ELT) (($ $) 155 (OR (-2563 (|has| |#1| (-312)) (|has| |#1| (-189))) (-2563 (|has| |#1| (-312)) (|has| |#1| (-190))) (|has| |#1| (-189)) (-2563 (|has| |#1| (-189)) (|has| |#1| (-312)))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 141 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-350 (-484))) 261 (-12 (|has| |#1| (-915)) (|has| |#1| (-1115))) ELT) (($ $ $) 259 (|has| |#1| (-1115)) ELT) (($ $ (-484)) 138 (|has| |#1| (-312)) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT) (($ (-350 (-484)) $) 140 (|has| |#1| (-312)) ELT) (($ $ (-350 (-484))) 139 (|has| |#1| (-312)) ELT)))
+((-2570 (((-85) $ $) NIL T ELT)) (-1375 (($ (-485)) 15 T ELT) (($ $ $) 16 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 19 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 11 T ELT)))
+(((-134) (-13 (-1014) (-10 -8 (-15 -1375 ($ (-485))) (-15 -1375 ($ $ $))))) (T -134))
+((-1375 (*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-134)))) (-1375 (*1 *1 *1 *1) (-5 *1 (-134))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 16 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3235 (((-584 (-1050)) $) 10 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-135) (-13 (-996) (-10 -8 (-15 -3235 ((-584 (-1050)) $))))) (T -135))
+((-3235 (*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-135)))))
+((-3597 (((-86) (-1091)) 103 T ELT)))
+(((-136) (-10 -7 (-15 -3597 ((-86) (-1091))))) (T -136))
+((-3597 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-86)) (-5 *1 (-136)))))
+((-1596 ((|#3| |#3|) 19 T ELT)))
+(((-137 |#1| |#2| |#3|) (-10 -7 (-15 -1596 (|#3| |#3|))) (-962) (-1156 |#1|) (-1156 |#2|)) (T -137))
+((-1596 (*1 *2 *2) (-12 (-4 *3 (-962)) (-4 *4 (-1156 *3)) (-5 *1 (-137 *3 *4 *2)) (-4 *2 (-1156 *4)))))
+((-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 222 T ELT)) (-3332 ((|#2| $) 102 T ELT)) (-3494 (($ $) 255 T ELT)) (-3641 (($ $) 249 T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1="failed") (-584 (-1086 $)) (-1086 $)) 47 T ELT)) (-3492 (($ $) 253 T ELT)) (-3640 (($ $) 247 T ELT)) (-3159 (((-3 (-485) #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 146 T ELT)) (-3158 (((-485) $) NIL T ELT) (((-350 (-485)) $) NIL T ELT) ((|#2| $) 144 T ELT)) (-2566 (($ $ $) 228 T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL T ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) 160 T ELT) (((-631 |#2|) (-631 $)) 154 T ELT)) (-3844 (($ (-1086 |#2|)) 125 T ELT) (((-3 $ #1#) (-350 (-1086 |#2|))) NIL T ELT)) (-3469 (((-3 $ #1#) $) 213 T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) 203 T ELT)) (-3025 (((-85) $) 198 T ELT)) (-3024 (((-350 (-485)) $) 201 T ELT)) (-3110 (((-831)) 96 T ELT)) (-2565 (($ $ $) 230 T ELT)) (-1376 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 267 T ELT)) (-3629 (($) 244 T ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 192 T ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 197 T ELT)) (-3134 ((|#2| $) 100 T ELT)) (-2015 (((-1086 |#2|) $) 127 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) 108 T ELT)) (-3944 (($ $) 246 T ELT)) (-3081 (((-1086 |#2|) $) 126 T ELT)) (-2486 (($ $) 206 T ELT)) (-1378 (($) 103 T ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 95 T ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 64 T ELT)) (-3468 (((-3 $ #1#) $ |#2|) 208 T ELT) (((-3 $ #1#) $ $) 211 T ELT)) (-3945 (($ $) 245 T ELT)) (-1608 (((-695) $) 225 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 234 T ELT)) (-3759 ((|#2| (-1180 $)) NIL T ELT) ((|#2|) 98 T ELT)) (-3760 (($ $ (-1 |#2| |#2|)) 119 T ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $) NIL T ELT)) (-3187 (((-1086 |#2|)) 120 T ELT)) (-3493 (($ $) 254 T ELT)) (-3636 (($ $) 248 T ELT)) (-3226 (((-1180 |#2|) $ (-1180 $)) 136 T ELT) (((-631 |#2|) (-1180 $) (-1180 $)) NIL T ELT) (((-1180 |#2|) $) 116 T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-3974 (((-1180 |#2|) $) NIL T ELT) (($ (-1180 |#2|)) NIL T ELT) (((-1086 |#2|) $) NIL T ELT) (($ (-1086 |#2|)) NIL T ELT) (((-801 (-485)) $) 183 T ELT) (((-801 (-330)) $) 187 T ELT) (((-142 (-330)) $) 172 T ELT) (((-142 (-179)) $) 167 T ELT) (((-474) $) 179 T ELT)) (-3011 (($ $) 104 T ELT)) (-3948 (((-773) $) 143 T ELT) (($ (-485)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ $) NIL T ELT)) (-2451 (((-1086 |#2|) $) 32 T ELT)) (-3128 (((-695)) 106 T CONST)) (-1266 (((-85) $ $) 13 T ELT)) (-3500 (($ $) 258 T ELT)) (-3488 (($ $) 252 T ELT)) (-3498 (($ $) 256 T ELT)) (-3486 (($ $) 250 T ELT)) (-2237 ((|#2| $) 241 T ELT)) (-3499 (($ $) 257 T ELT)) (-3487 (($ $) 251 T ELT)) (-3385 (($ $) 162 T ELT)) (-3058 (((-85) $ $) 110 T ELT)) (-3839 (($ $) 112 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 111 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-350 (-485))) 274 T ELT) (($ $ $) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 118 T ELT) (($ $ $) 147 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 114 T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT)))
+(((-138 |#1| |#2|) (-10 -7 (-15 -3760 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1| (-1091))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -3948 (|#1| |#1|)) (-15 -3468 ((-3 |#1| #1="failed") |#1| |#1|)) (-15 -2065 ((-2 (|:| -1776 |#1|) (|:| -3984 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1608 ((-695) |#1|)) (-15 -2881 ((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|)) (-15 -2565 (|#1| |#1| |#1|)) (-15 -2566 (|#1| |#1| |#1|)) (-15 -2486 (|#1| |#1|)) (-15 ** (|#1| |#1| (-485))) (-15 * (|#1| |#1| (-350 (-485)))) (-15 * (|#1| (-350 (-485)) |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3974 ((-474) |#1|)) (-15 -3974 ((-142 (-179)) |#1|)) (-15 -3974 ((-142 (-330)) |#1|)) (-15 -3641 (|#1| |#1|)) (-15 -3640 (|#1| |#1|)) (-15 -3636 (|#1| |#1|)) (-15 -3487 (|#1| |#1|)) (-15 -3486 (|#1| |#1|)) (-15 -3488 (|#1| |#1|)) (-15 -3493 (|#1| |#1|)) (-15 -3492 (|#1| |#1|)) (-15 -3494 (|#1| |#1|)) (-15 -3499 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)) (-15 -3500 (|#1| |#1|)) (-15 -3944 (|#1| |#1|)) (-15 -3945 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -3629 (|#1|)) (-15 ** (|#1| |#1| (-350 (-485)))) (-15 -2708 ((-348 (-1086 |#1|)) (-1086 |#1|))) (-15 -2707 ((-348 (-1086 |#1|)) (-1086 |#1|))) (-15 -2706 ((-3 (-584 (-1086 |#1|)) #1#) (-584 (-1086 |#1|)) (-1086 |#1|))) (-15 -3026 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3024 ((-350 (-485)) |#1|)) (-15 -3025 ((-85) |#1|)) (-15 -1376 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -3385 (|#1| |#1|)) (-15 -3468 ((-3 |#1| #1#) |#1| |#2|)) (-15 -3011 (|#1| |#1|)) (-15 -1378 (|#1|)) (-15 -3974 ((-801 (-330)) |#1|)) (-15 -3974 ((-801 (-485)) |#1|)) (-15 -2798 ((-799 (-330) |#1|) |#1| (-801 (-330)) (-799 (-330) |#1|))) (-15 -2798 ((-799 (-485) |#1|) |#1| (-801 (-485)) (-799 (-485) |#1|))) (-15 -3960 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|) (-695))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3844 ((-3 |#1| #1#) (-350 (-1086 |#2|)))) (-15 -3081 ((-1086 |#2|) |#1|)) (-15 -3974 (|#1| (-1086 |#2|))) (-15 -3844 (|#1| (-1086 |#2|))) (-15 -3187 ((-1086 |#2|))) (-15 -2280 ((-631 |#2|) (-631 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 |#1|) (-1180 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 |#1|) (-1180 |#1|))) (-15 -2280 ((-631 (-485)) (-631 |#1|))) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3974 ((-1086 |#2|) |#1|)) (-15 -3759 (|#2|)) (-15 -3974 (|#1| (-1180 |#2|))) (-15 -3974 ((-1180 |#2|) |#1|)) (-15 -3226 ((-631 |#2|) (-1180 |#1|))) (-15 -3226 ((-1180 |#2|) |#1|)) (-15 -2015 ((-1086 |#2|) |#1|)) (-15 -2451 ((-1086 |#2|) |#1|)) (-15 -3759 (|#2| (-1180 |#1|))) (-15 -3226 ((-631 |#2|) (-1180 |#1|) (-1180 |#1|))) (-15 -3226 ((-1180 |#2|) |#1| (-1180 |#1|))) (-15 -3134 (|#2| |#1|)) (-15 -3332 (|#2| |#1|)) (-15 -3110 ((-831))) (-15 -3948 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3128 ((-695)) -3954) (-15 -3948 (|#1| (-485))) (-15 -3469 ((-3 |#1| #1#) |#1|)) (-15 ** (|#1| |#1| (-695))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-831))) (-15 -3839 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 * (|#1| (-485) |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 * (|#1| (-831) |#1|)) (-15 -3841 (|#1| |#1| |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -1266 ((-85) |#1| |#1|)) (-15 -3058 ((-85) |#1| |#1|))) (-139 |#2|) (-146)) (T -138))
+((-3128 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-695)) (-5 *1 (-138 *3 *4)) (-4 *3 (-139 *4)))) (-3110 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-831)) (-5 *1 (-138 *3 *4)) (-4 *3 (-139 *4)))) (-3759 (*1 *2) (-12 (-4 *2 (-146)) (-5 *1 (-138 *3 *2)) (-4 *3 (-139 *2)))) (-3187 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-1086 *4)) (-5 *1 (-138 *3 *4)) (-4 *3 (-139 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 114 (OR (|has| |#1| (-496)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT)) (-2064 (($ $) 115 (OR (|has| |#1| (-496)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT)) (-2062 (((-85) $) 117 (OR (|has| |#1| (-496)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT)) (-1786 (((-631 |#1|) (-1180 $)) 61 T ELT) (((-631 |#1|)) 77 T ELT)) (-3332 ((|#1| $) 67 T ELT)) (-3494 (($ $) 250 (|has| |#1| (-1116)) ELT)) (-3641 (($ $) 233 (|has| |#1| (-1116)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) 167 (|has| |#1| (-299)) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 264 (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) ELT)) (-3777 (($ $) 134 (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-312))) ELT)) (-3973 (((-348 $) $) 135 (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-312))) ELT)) (-3039 (($ $) 263 (-12 (|has| |#1| (-916)) (|has| |#1| (-1116))) ELT)) (-2706 (((-3 (-584 (-1086 $)) "failed") (-584 (-1086 $)) (-1086 $)) 267 (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) ELT)) (-1609 (((-85) $ $) 125 (|has| |#1| (-258)) ELT)) (-3138 (((-695)) 108 (|has| |#1| (-320)) ELT)) (-3492 (($ $) 249 (|has| |#1| (-1116)) ELT)) (-3640 (($ $) 234 (|has| |#1| (-1116)) ELT)) (-3496 (($ $) 248 (|has| |#1| (-1116)) ELT)) (-3639 (($ $) 235 (|has| |#1| (-1116)) ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 (-485) #1="failed") $) 194 (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) 192 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 189 T ELT)) (-3158 (((-485) $) 193 (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) 191 (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) 190 T ELT)) (-1796 (($ (-1180 |#1|) (-1180 $)) 63 T ELT) (($ (-1180 |#1|)) 80 T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) 173 (|has| |#1| (-299)) ELT)) (-2566 (($ $ $) 129 (|has| |#1| (-258)) ELT)) (-1785 (((-631 |#1|) $ (-1180 $)) 68 T ELT) (((-631 |#1|) $) 75 T ELT)) (-2280 (((-631 (-485)) (-631 $)) 186 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 185 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 184 T ELT) (((-631 |#1|) (-631 $)) 183 T ELT)) (-3844 (($ (-1086 |#1|)) 178 T ELT) (((-3 $ "failed") (-350 (-1086 |#1|))) 175 (|has| |#1| (-312)) ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3645 ((|#1| $) 275 T ELT)) (-3026 (((-3 (-350 (-485)) "failed") $) 268 (|has| |#1| (-484)) ELT)) (-3025 (((-85) $) 270 (|has| |#1| (-484)) ELT)) (-3024 (((-350 (-485)) $) 269 (|has| |#1| (-484)) ELT)) (-3110 (((-831)) 69 T ELT)) (-2996 (($) 111 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) 128 (|has| |#1| (-258)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 123 (|has| |#1| (-258)) ELT)) (-2835 (($) 169 (|has| |#1| (-299)) ELT)) (-1681 (((-85) $) 170 (|has| |#1| (-299)) ELT)) (-1768 (($ $ (-695)) 161 (|has| |#1| (-299)) ELT) (($ $) 160 (|has| |#1| (-299)) ELT)) (-3725 (((-85) $) 136 (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-312))) ELT)) (-1376 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 271 (-12 (|has| |#1| (-974)) (|has| |#1| (-1116))) ELT)) (-3629 (($) 260 (|has| |#1| (-1116)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 283 (|has| |#1| (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 282 (|has| |#1| (-797 (-330))) ELT)) (-3774 (((-831) $) 172 (|has| |#1| (-299)) ELT) (((-744 (-831)) $) 158 (|has| |#1| (-299)) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 262 (-12 (|has| |#1| (-916)) (|has| |#1| (-1116))) ELT)) (-3134 ((|#1| $) 66 T ELT)) (-3447 (((-633 $) $) 162 (|has| |#1| (-299)) ELT)) (-1606 (((-3 (-584 $) #2="failed") (-584 $) $) 132 (|has| |#1| (-258)) ELT)) (-2015 (((-1086 |#1|) $) 59 (|has| |#1| (-312)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 284 T ELT)) (-2011 (((-831) $) 110 (|has| |#1| (-320)) ELT)) (-3944 (($ $) 257 (|has| |#1| (-1116)) ELT)) (-3081 (((-1086 |#1|) $) 176 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 188 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 187 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 182 T ELT) (((-631 |#1|) (-1180 $)) 181 T ELT)) (-1895 (($ (-584 $)) 121 (OR (|has| |#1| (-258)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT) (($ $ $) 120 (OR (|has| |#1| (-258)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 137 (|has| |#1| (-312)) ELT)) (-3448 (($) 163 (|has| |#1| (-299)) CONST)) (-2401 (($ (-831)) 109 (|has| |#1| (-320)) ELT)) (-1378 (($) 279 T ELT)) (-3646 ((|#1| $) 276 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2410 (($) 180 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 122 (OR (|has| |#1| (-258)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT)) (-3146 (($ (-584 $)) 119 (OR (|has| |#1| (-258)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT) (($ $ $) 118 (OR (|has| |#1| (-258)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) 166 (|has| |#1| (-299)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 266 (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 265 (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) ELT)) (-3734 (((-348 $) $) 133 (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-312))) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 131 (|has| |#1| (-258)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 130 (|has| |#1| (-258)) ELT)) (-3468 (((-3 $ "failed") $ |#1|) 274 (|has| |#1| (-496)) ELT) (((-3 $ "failed") $ $) 113 (OR (|has| |#1| (-496)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 124 (|has| |#1| (-258)) ELT)) (-3945 (($ $) 258 (|has| |#1| (-1116)) ELT)) (-3770 (($ $ (-584 |#1|) (-584 |#1|)) 290 (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) 289 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) 288 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-249 |#1|))) 287 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) 286 (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-1091) |#1|) 285 (|has| |#1| (-456 (-1091) |#1|)) ELT)) (-1608 (((-695) $) 126 (|has| |#1| (-258)) ELT)) (-3802 (($ $ |#1|) 291 (|has| |#1| (-241 |#1| |#1|)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 127 (|has| |#1| (-258)) ELT)) (-3759 ((|#1| (-1180 $)) 62 T ELT) ((|#1|) 76 T ELT)) (-1769 (((-695) $) 171 (|has| |#1| (-299)) ELT) (((-3 (-695) "failed") $ $) 159 (|has| |#1| (-299)) ELT)) (-3760 (($ $ (-1 |#1| |#1|)) 145 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 144 T ELT) (($ $ (-584 (-1091)) (-584 (-695))) 150 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091) (-695)) 149 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-584 (-1091))) 148 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091)) 146 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-695)) 156 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-189))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-190))) (|has| |#1| (-189)) (-2564 (|has| |#1| (-189)) (|has| |#1| (-312)))) ELT) (($ $) 154 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-189))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-190))) (|has| |#1| (-189)) (-2564 (|has| |#1| (-189)) (|has| |#1| (-312)))) ELT)) (-2409 (((-631 |#1|) (-1180 $) (-1 |#1| |#1|)) 174 (|has| |#1| (-312)) ELT)) (-3187 (((-1086 |#1|)) 179 T ELT)) (-3497 (($ $) 247 (|has| |#1| (-1116)) ELT)) (-3638 (($ $) 236 (|has| |#1| (-1116)) ELT)) (-1675 (($) 168 (|has| |#1| (-299)) ELT)) (-3495 (($ $) 246 (|has| |#1| (-1116)) ELT)) (-3637 (($ $) 237 (|has| |#1| (-1116)) ELT)) (-3493 (($ $) 245 (|has| |#1| (-1116)) ELT)) (-3636 (($ $) 238 (|has| |#1| (-1116)) ELT)) (-3226 (((-1180 |#1|) $ (-1180 $)) 65 T ELT) (((-631 |#1|) (-1180 $) (-1180 $)) 64 T ELT) (((-1180 |#1|) $) 82 T ELT) (((-631 |#1|) (-1180 $)) 81 T ELT)) (-3974 (((-1180 |#1|) $) 79 T ELT) (($ (-1180 |#1|)) 78 T ELT) (((-1086 |#1|) $) 195 T ELT) (($ (-1086 |#1|)) 177 T ELT) (((-801 (-485)) $) 281 (|has| |#1| (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) 280 (|has| |#1| (-554 (-801 (-330)))) ELT) (((-142 (-330)) $) 232 (|has| |#1| (-934)) ELT) (((-142 (-179)) $) 231 (|has| |#1| (-934)) ELT) (((-474) $) 230 (|has| |#1| (-554 (-474))) ELT)) (-3011 (($ $) 278 T ELT)) (-2705 (((-3 (-1180 $) "failed") (-631 $)) 165 (OR (-2564 (|has| $ (-118)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) (|has| |#1| (-299))) ELT)) (-1377 (($ |#1| |#1|) 277 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 52 T ELT) (($ (-350 (-485))) 107 (OR (|has| |#1| (-312)) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ $) 112 (OR (|has| |#1| (-496)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT)) (-2704 (($ $) 164 (|has| |#1| (-299)) ELT) (((-633 $) $) 58 (OR (-2564 (|has| $ (-118)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) (|has| |#1| (-118))) ELT)) (-2451 (((-1086 |#1|) $) 60 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2013 (((-1180 $)) 83 T ELT)) (-3500 (($ $) 256 (|has| |#1| (-1116)) ELT)) (-3488 (($ $) 244 (|has| |#1| (-1116)) ELT)) (-2063 (((-85) $ $) 116 (OR (|has| |#1| (-496)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))) ELT)) (-3498 (($ $) 255 (|has| |#1| (-1116)) ELT)) (-3486 (($ $) 243 (|has| |#1| (-1116)) ELT)) (-3502 (($ $) 254 (|has| |#1| (-1116)) ELT)) (-3490 (($ $) 242 (|has| |#1| (-1116)) ELT)) (-2237 ((|#1| $) 272 (|has| |#1| (-1116)) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3503 (($ $) 253 (|has| |#1| (-1116)) ELT)) (-3491 (($ $) 241 (|has| |#1| (-1116)) ELT)) (-3501 (($ $) 252 (|has| |#1| (-1116)) ELT)) (-3489 (($ $) 240 (|has| |#1| (-1116)) ELT)) (-3499 (($ $) 251 (|has| |#1| (-1116)) ELT)) (-3487 (($ $) 239 (|has| |#1| (-1116)) ELT)) (-3385 (($ $) 273 (|has| |#1| (-974)) ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1 |#1| |#1|)) 143 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 142 T ELT) (($ $ (-584 (-1091)) (-584 (-695))) 153 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091) (-695)) 152 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-584 (-1091))) 151 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091)) 147 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-695)) 157 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-189))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-190))) (|has| |#1| (-189)) (-2564 (|has| |#1| (-189)) (|has| |#1| (-312)))) ELT) (($ $) 155 (OR (-2564 (|has| |#1| (-312)) (|has| |#1| (-189))) (-2564 (|has| |#1| (-312)) (|has| |#1| (-190))) (|has| |#1| (-189)) (-2564 (|has| |#1| (-189)) (|has| |#1| (-312)))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 141 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-350 (-485))) 261 (-12 (|has| |#1| (-916)) (|has| |#1| (-1116))) ELT) (($ $ $) 259 (|has| |#1| (-1116)) ELT) (($ $ (-485)) 138 (|has| |#1| (-312)) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT) (($ (-350 (-485)) $) 140 (|has| |#1| (-312)) ELT) (($ $ (-350 (-485))) 139 (|has| |#1| (-312)) ELT)))
(((-139 |#1|) (-113) (-146)) (T -139))
-((-3133 (*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-1377 (*1 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-3010 (*1 *1 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-1376 (*1 *1 *2 *2) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-3645 (*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-3644 (*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-3467 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-495)))) (-3384 (*1 *1 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-973)))) (-2236 (*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-1115)))) (-1375 (*1 *2 *1) (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-973)) (-4 *3 (-1115)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-3024 (*1 *2 *1) (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-85)))) (-3023 (*1 *2 *1) (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-350 (-484))))) (-3025 (*1 *2 *1) (|partial| -12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-350 (-484))))))
-(-13 (-661 |t#1| (-1085 |t#1|)) (-355 |t#1|) (-184 |t#1|) (-288 |t#1|) (-343 |t#1|) (-794 |t#1|) (-329 |t#1|) (-146) (-10 -8 (-6 -1376) (-15 -1377 ($)) (-15 -3010 ($ $)) (-15 -1376 ($ |t#1| |t#1|)) (-15 -3645 (|t#1| $)) (-15 -3644 (|t#1| $)) (-15 -3133 (|t#1| $)) (IF (|has| |t#1| (-495)) (PROGN (-6 (-495)) (-15 -3467 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-258)) (-6 (-258)) |%noBranch|) (IF (|has| |t#1| (-6 -3995)) (-6 -3995) |%noBranch|) (IF (|has| |t#1| (-6 -3992)) (-6 -3992) |%noBranch|) (IF (|has| |t#1| (-312)) (-6 (-312)) |%noBranch|) (IF (|has| |t#1| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-933)) (PROGN (-6 (-553 (-142 (-179)))) (-6 (-553 (-142 (-330))))) |%noBranch|) (IF (|has| |t#1| (-973)) (-15 -3384 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1115)) (PROGN (-6 (-1115)) (-15 -2236 (|t#1| $)) (IF (|has| |t#1| (-915)) (-6 (-915)) |%noBranch|) (IF (|has| |t#1| (-973)) (-15 -1375 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-483)) (PROGN (-15 -3024 ((-85) $)) (-15 -3023 ((-350 (-484)) $)) (-15 -3025 ((-3 (-350 (-484)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-821)) (IF (|has| |t#1| (-258)) (-6 (-821)) |%noBranch|) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-38 |#1|) . T) ((-38 $) OR (|has| |#1| (-495)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-35) |has| |#1| (-1115)) ((-66) |has| |#1| (-1115)) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-82 |#1| |#1|) . T) ((-82 $ $) . T) ((-104) . T) ((-118) OR (|has| |#1| (-299)) (|has| |#1| (-118))) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-299)) (|has| |#1| (-312))) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-555 $) OR (|has| |#1| (-495)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-552 (-772)) . T) ((-146) . T) ((-553 (-142 (-179))) |has| |#1| (-933)) ((-553 (-142 (-330))) |has| |#1| (-933)) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-553 (-800 (-330))) |has| |#1| (-553 (-800 (-330)))) ((-553 (-800 (-484))) |has| |#1| (-553 (-800 (-484)))) ((-553 (-1085 |#1|)) . T) ((-186 $) OR (|has| |#1| (-299)) (|has| |#1| (-189)) (|has| |#1| (-190))) ((-184 |#1|) . T) ((-190) OR (|has| |#1| (-299)) (|has| |#1| (-190))) ((-189) OR (|has| |#1| (-299)) (|has| |#1| (-189)) (|has| |#1| (-190))) ((-225 |#1|) . T) ((-201) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-239) |has| |#1| (-1115)) ((-241 |#1| $) |has| |#1| (-241 |#1| |#1|)) ((-246) OR (|has| |#1| (-495)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-258) OR (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-260 |#1|) |has| |#1| (-260 |#1|)) ((-312) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-345) |has| |#1| (-299)) ((-320) OR (|has| |#1| (-299)) (|has| |#1| (-320))) ((-299) |has| |#1| (-299)) ((-322 |#1| (-1085 |#1|)) . T) ((-353 |#1| (-1085 |#1|)) . T) ((-288 |#1|) . T) ((-329 |#1|) . T) ((-343 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-433) |has| |#1| (-1115)) ((-455 (-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)) ((-455 |#1| |#1|) |has| |#1| (-260 |#1|)) ((-495) OR (|has| |#1| (-495)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-13) . T) ((-588 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-590 (-484)) |has| |#1| (-580 (-484))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-582 |#1|) . T) ((-582 $) OR (|has| |#1| (-495)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-580 (-484)) |has| |#1| (-580 (-484))) ((-580 |#1|) . T) ((-654 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-654 |#1|) . T) ((-654 $) OR (|has| |#1| (-495)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-661 |#1| (-1085 |#1|)) . T) ((-663) . T) ((-806 $ (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-809 (-1090)) |has| |#1| (-809 (-1090))) ((-811 (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-796 (-330)) |has| |#1| (-796 (-330))) ((-796 (-484)) |has| |#1| (-796 (-484))) ((-794 |#1|) . T) ((-821) -12 (|has| |#1| (-258)) (|has| |#1| (-821))) ((-832) OR (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-915) -12 (|has| |#1| (-915)) (|has| |#1| (-1115))) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T) ((-963 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-963 |#1|) . T) ((-963 $) . T) ((-968 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-968 |#1|) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1066) |has| |#1| (-299)) ((-1115) |has| |#1| (-1115)) ((-1118) |has| |#1| (-1115)) ((-1129) . T) ((-1134) OR (|has| |#1| (-299)) (|has| |#1| (-312)) (-12 (|has| |#1| (-258)) (|has| |#1| (-821)))))
-((-3733 (((-348 |#2|) |#2|) 67 T ELT)))
-(((-140 |#1| |#2|) (-10 -7 (-15 -3733 ((-348 |#2|) |#2|))) (-258) (-1155 (-142 |#1|))) (T -140))
-((-3733 (*1 *2 *3) (-12 (-4 *4 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-140 *4 *3)) (-4 *3 (-1155 (-142 *4))))))
-((-1380 (((-1049) (-1049) (-247)) 8 T ELT)) (-1378 (((-583 (-632 (-235))) (-1073)) 81 T ELT)) (-1379 (((-632 (-235)) (-1049)) 76 T ELT)))
-(((-141) (-13 (-1129) (-10 -7 (-15 -1380 ((-1049) (-1049) (-247))) (-15 -1379 ((-632 (-235)) (-1049))) (-15 -1378 ((-583 (-632 (-235))) (-1073)))))) (T -141))
-((-1380 (*1 *2 *2 *3) (-12 (-5 *2 (-1049)) (-5 *3 (-247)) (-5 *1 (-141)))) (-1379 (*1 *2 *3) (-12 (-5 *3 (-1049)) (-5 *2 (-632 (-235))) (-5 *1 (-141)))) (-1378 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-583 (-632 (-235)))) (-5 *1 (-141)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 15 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-495))) ELT)) (-2063 (($ $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-495))) ELT)) (-2061 (((-85) $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-495))) ELT)) (-1785 (((-630 |#1|) (-1179 $)) NIL T ELT) (((-630 |#1|)) NIL T ELT)) (-3331 ((|#1| $) NIL T ELT)) (-3493 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3640 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| |#1| (-299)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) ELT)) (-3776 (($ $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-312))) ELT)) (-3972 (((-348 $) $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-312))) ELT)) (-3038 (($ $) NIL (-12 (|has| |#1| (-915)) (|has| |#1| (-1115))) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-258)) ELT)) (-3137 (((-694)) NIL (|has| |#1| (-320)) ELT)) (-3491 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3639 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3495 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3638 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) NIL T ELT)) (-1795 (($ (-1179 |#1|) (-1179 $)) NIL T ELT) (($ (-1179 |#1|)) NIL T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-299)) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-258)) ELT)) (-1784 (((-630 |#1|) $ (-1179 $)) NIL T ELT) (((-630 |#1|) $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3843 (($ (-1085 |#1|)) NIL T ELT) (((-3 $ #1#) (-350 (-1085 |#1|))) NIL (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3644 ((|#1| $) 20 T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-483)) ELT)) (-3024 (((-85) $) NIL (|has| |#1| (-483)) ELT)) (-3023 (((-350 (-484)) $) NIL (|has| |#1| (-483)) ELT)) (-3109 (((-830)) NIL T ELT)) (-2995 (($) NIL (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-258)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-258)) ELT)) (-2834 (($) NIL (|has| |#1| (-299)) ELT)) (-1680 (((-85) $) NIL (|has| |#1| (-299)) ELT)) (-1767 (($ $ (-694)) NIL (|has| |#1| (-299)) ELT) (($ $) NIL (|has| |#1| (-299)) ELT)) (-3724 (((-85) $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-312))) ELT)) (-1375 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-973)) (|has| |#1| (-1115))) ELT)) (-3628 (($) NIL (|has| |#1| (-1115)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (|has| |#1| (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (|has| |#1| (-796 (-330))) ELT)) (-3773 (((-830) $) NIL (|has| |#1| (-299)) ELT) (((-743 (-830)) $) NIL (|has| |#1| (-299)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 17 T ELT)) (-3012 (($ $ (-484)) NIL (-12 (|has| |#1| (-915)) (|has| |#1| (-1115))) ELT)) (-3133 ((|#1| $) 30 T ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-299)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-258)) ELT)) (-2014 (((-1085 |#1|) $) NIL (|has| |#1| (-312)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2010 (((-830) $) NIL (|has| |#1| (-320)) ELT)) (-3943 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3080 (((-1085 |#1|) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-258)) ELT) (($ $ $) NIL (|has| |#1| (-258)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3447 (($) NIL (|has| |#1| (-299)) CONST)) (-2400 (($ (-830)) NIL (|has| |#1| (-320)) ELT)) (-1377 (($) NIL T ELT)) (-3645 ((|#1| $) 21 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-258)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-258)) ELT) (($ $ $) NIL (|has| |#1| (-258)) ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| |#1| (-299)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) ELT)) (-3733 (((-348 $) $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-312))) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-258)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-258)) ELT)) (-3467 (((-3 $ #1#) $ |#1|) 28 (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ $) 31 (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-495))) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-258)) ELT)) (-3944 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3769 (($ $ (-583 |#1|) (-583 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-249 |#1|))) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) NIL (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-1090) |#1|) NIL (|has| |#1| (-455 (-1090) |#1|)) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-258)) ELT)) (-3801 (($ $ |#1|) NIL (|has| |#1| (-241 |#1| |#1|)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-258)) ELT)) (-3758 ((|#1| (-1179 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-1768 (((-694) $) NIL (|has| |#1| (-299)) ELT) (((-3 (-694) #1#) $ $) NIL (|has| |#1| (-299)) ELT)) (-3759 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| |#1| (-190)) (|has| |#1| (-312))) (|has| |#1| (-189))) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-190)) (|has| |#1| (-312))) (|has| |#1| (-189))) ELT)) (-2408 (((-630 |#1|) (-1179 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-312)) ELT)) (-3186 (((-1085 |#1|)) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3637 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-1674 (($) NIL (|has| |#1| (-299)) ELT)) (-3494 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3636 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3492 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3635 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3225 (((-1179 |#1|) $ (-1179 $)) NIL T ELT) (((-630 |#1|) (-1179 $) (-1179 $)) NIL T ELT) (((-1179 |#1|) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-3973 (((-1179 |#1|) $) NIL T ELT) (($ (-1179 |#1|)) NIL T ELT) (((-1085 |#1|) $) NIL T ELT) (($ (-1085 |#1|)) NIL T ELT) (((-800 (-484)) $) NIL (|has| |#1| (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| |#1| (-553 (-800 (-330)))) ELT) (((-142 (-330)) $) NIL (|has| |#1| (-933)) ELT) (((-142 (-179)) $) NIL (|has| |#1| (-933)) ELT) (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT)) (-3010 (($ $) 29 T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-299))) ELT)) (-1376 (($ |#1| |#1|) 19 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) 18 T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-312)) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-495))) ELT)) (-2703 (($ $) NIL (|has| |#1| (-299)) ELT) (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-2450 (((-1085 |#1|) $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL T ELT)) (-3499 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3487 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-2062 (((-85) $ $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-821))) (|has| |#1| (-495))) ELT)) (-3497 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3485 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3501 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3489 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-2236 ((|#1| $) NIL (|has| |#1| (-1115)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3490 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3500 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3488 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3498 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3486 (($ $) NIL (|has| |#1| (-1115)) ELT)) (-3384 (($ $) NIL (|has| |#1| (-973)) ELT)) (-2661 (($) 8 T CONST)) (-2667 (($) 10 T CONST)) (-2670 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| |#1| (-190)) (|has| |#1| (-312))) (|has| |#1| (-189))) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-190)) (|has| |#1| (-312))) (|has| |#1| (-189))) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 23 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-350 (-484))) NIL (-12 (|has| |#1| (-915)) (|has| |#1| (-1115))) ELT) (($ $ $) NIL (|has| |#1| (-1115)) ELT) (($ $ (-484)) NIL (|has| |#1| (-312)) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 26 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-312)) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-312)) ELT)))
+((-3134 (*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-1378 (*1 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-3011 (*1 *1 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-1377 (*1 *1 *2 *2) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-3646 (*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-3645 (*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))) (-3468 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-496)))) (-3385 (*1 *1 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-974)))) (-2237 (*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-1116)))) (-1376 (*1 *2 *1) (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-974)) (-4 *3 (-1116)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-3025 (*1 *2 *1) (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-85)))) (-3024 (*1 *2 *1) (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-350 (-485))))) (-3026 (*1 *2 *1) (|partial| -12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-350 (-485))))))
+(-13 (-662 |t#1| (-1086 |t#1|)) (-355 |t#1|) (-184 |t#1|) (-288 |t#1|) (-343 |t#1|) (-795 |t#1|) (-329 |t#1|) (-146) (-10 -8 (-6 -1377) (-15 -1378 ($)) (-15 -3011 ($ $)) (-15 -1377 ($ |t#1| |t#1|)) (-15 -3646 (|t#1| $)) (-15 -3645 (|t#1| $)) (-15 -3134 (|t#1| $)) (IF (|has| |t#1| (-496)) (PROGN (-6 (-496)) (-15 -3468 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-258)) (-6 (-258)) |%noBranch|) (IF (|has| |t#1| (-6 -3996)) (-6 -3996) |%noBranch|) (IF (|has| |t#1| (-6 -3993)) (-6 -3993) |%noBranch|) (IF (|has| |t#1| (-312)) (-6 (-312)) |%noBranch|) (IF (|has| |t#1| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-934)) (PROGN (-6 (-554 (-142 (-179)))) (-6 (-554 (-142 (-330))))) |%noBranch|) (IF (|has| |t#1| (-974)) (-15 -3385 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1116)) (PROGN (-6 (-1116)) (-15 -2237 (|t#1| $)) (IF (|has| |t#1| (-916)) (-6 (-916)) |%noBranch|) (IF (|has| |t#1| (-974)) (-15 -1376 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-484)) (PROGN (-15 -3025 ((-85) $)) (-15 -3024 ((-350 (-485)) $)) (-15 -3026 ((-3 (-350 (-485)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-822)) (IF (|has| |t#1| (-258)) (-6 (-822)) |%noBranch|) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-38 |#1|) . T) ((-38 $) OR (|has| |#1| (-496)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-35) |has| |#1| (-1116)) ((-66) |has| |#1| (-1116)) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-82 |#1| |#1|) . T) ((-82 $ $) . T) ((-104) . T) ((-118) OR (|has| |#1| (-299)) (|has| |#1| (-118))) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-299)) (|has| |#1| (-312))) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-556 $) OR (|has| |#1| (-496)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-553 (-773)) . T) ((-146) . T) ((-554 (-142 (-179))) |has| |#1| (-934)) ((-554 (-142 (-330))) |has| |#1| (-934)) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-554 (-801 (-330))) |has| |#1| (-554 (-801 (-330)))) ((-554 (-801 (-485))) |has| |#1| (-554 (-801 (-485)))) ((-554 (-1086 |#1|)) . T) ((-186 $) OR (|has| |#1| (-299)) (|has| |#1| (-189)) (|has| |#1| (-190))) ((-184 |#1|) . T) ((-190) OR (|has| |#1| (-299)) (|has| |#1| (-190))) ((-189) OR (|has| |#1| (-299)) (|has| |#1| (-189)) (|has| |#1| (-190))) ((-225 |#1|) . T) ((-201) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-239) |has| |#1| (-1116)) ((-241 |#1| $) |has| |#1| (-241 |#1| |#1|)) ((-246) OR (|has| |#1| (-496)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-258) OR (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-260 |#1|) |has| |#1| (-260 |#1|)) ((-312) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-345) |has| |#1| (-299)) ((-320) OR (|has| |#1| (-299)) (|has| |#1| (-320))) ((-299) |has| |#1| (-299)) ((-322 |#1| (-1086 |#1|)) . T) ((-353 |#1| (-1086 |#1|)) . T) ((-288 |#1|) . T) ((-329 |#1|) . T) ((-343 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-433) |has| |#1| (-1116)) ((-456 (-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)) ((-456 |#1| |#1|) |has| |#1| (-260 |#1|)) ((-496) OR (|has| |#1| (-496)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-13) . T) ((-589 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-591 (-485)) |has| |#1| (-581 (-485))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-583 |#1|) . T) ((-583 $) OR (|has| |#1| (-496)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-581 (-485)) |has| |#1| (-581 (-485))) ((-581 |#1|) . T) ((-655 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-655 |#1|) . T) ((-655 $) OR (|has| |#1| (-496)) (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-662 |#1| (-1086 |#1|)) . T) ((-664) . T) ((-807 $ (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-810 (-1091)) |has| |#1| (-810 (-1091))) ((-812 (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-797 (-330)) |has| |#1| (-797 (-330))) ((-797 (-485)) |has| |#1| (-797 (-485))) ((-795 |#1|) . T) ((-822) -12 (|has| |#1| (-258)) (|has| |#1| (-822))) ((-833) OR (|has| |#1| (-299)) (|has| |#1| (-312)) (|has| |#1| (-258))) ((-916) -12 (|has| |#1| (-916)) (|has| |#1| (-1116))) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T) ((-964 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-964 |#1|) . T) ((-964 $) . T) ((-969 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-969 |#1|) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1067) |has| |#1| (-299)) ((-1116) |has| |#1| (-1116)) ((-1119) |has| |#1| (-1116)) ((-1130) . T) ((-1135) OR (|has| |#1| (-299)) (|has| |#1| (-312)) (-12 (|has| |#1| (-258)) (|has| |#1| (-822)))))
+((-3734 (((-348 |#2|) |#2|) 67 T ELT)))
+(((-140 |#1| |#2|) (-10 -7 (-15 -3734 ((-348 |#2|) |#2|))) (-258) (-1156 (-142 |#1|))) (T -140))
+((-3734 (*1 *2 *3) (-12 (-4 *4 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-140 *4 *3)) (-4 *3 (-1156 (-142 *4))))))
+((-1381 (((-1050) (-1050) (-247)) 8 T ELT)) (-1379 (((-584 (-633 (-235))) (-1074)) 81 T ELT)) (-1380 (((-633 (-235)) (-1050)) 76 T ELT)))
+(((-141) (-13 (-1130) (-10 -7 (-15 -1381 ((-1050) (-1050) (-247))) (-15 -1380 ((-633 (-235)) (-1050))) (-15 -1379 ((-584 (-633 (-235))) (-1074)))))) (T -141))
+((-1381 (*1 *2 *2 *3) (-12 (-5 *2 (-1050)) (-5 *3 (-247)) (-5 *1 (-141)))) (-1380 (*1 *2 *3) (-12 (-5 *3 (-1050)) (-5 *2 (-633 (-235))) (-5 *1 (-141)))) (-1379 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-584 (-633 (-235)))) (-5 *1 (-141)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 15 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-496))) ELT)) (-2064 (($ $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-496))) ELT)) (-2062 (((-85) $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-496))) ELT)) (-1786 (((-631 |#1|) (-1180 $)) NIL T ELT) (((-631 |#1|)) NIL T ELT)) (-3332 ((|#1| $) NIL T ELT)) (-3494 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3641 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| |#1| (-299)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) ELT)) (-3777 (($ $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-312))) ELT)) (-3973 (((-348 $) $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-312))) ELT)) (-3039 (($ $) NIL (-12 (|has| |#1| (-916)) (|has| |#1| (-1116))) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-258)) ELT)) (-3138 (((-695)) NIL (|has| |#1| (-320)) ELT)) (-3492 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3640 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3496 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3639 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) NIL T ELT)) (-1796 (($ (-1180 |#1|) (-1180 $)) NIL T ELT) (($ (-1180 |#1|)) NIL T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-299)) ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-258)) ELT)) (-1785 (((-631 |#1|) $ (-1180 $)) NIL T ELT) (((-631 |#1|) $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3844 (($ (-1086 |#1|)) NIL T ELT) (((-3 $ #1#) (-350 (-1086 |#1|))) NIL (|has| |#1| (-312)) ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3645 ((|#1| $) 20 T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-484)) ELT)) (-3025 (((-85) $) NIL (|has| |#1| (-484)) ELT)) (-3024 (((-350 (-485)) $) NIL (|has| |#1| (-484)) ELT)) (-3110 (((-831)) NIL T ELT)) (-2996 (($) NIL (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-258)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-258)) ELT)) (-2835 (($) NIL (|has| |#1| (-299)) ELT)) (-1681 (((-85) $) NIL (|has| |#1| (-299)) ELT)) (-1768 (($ $ (-695)) NIL (|has| |#1| (-299)) ELT) (($ $) NIL (|has| |#1| (-299)) ELT)) (-3725 (((-85) $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-312))) ELT)) (-1376 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-974)) (|has| |#1| (-1116))) ELT)) (-3629 (($) NIL (|has| |#1| (-1116)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (|has| |#1| (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (|has| |#1| (-797 (-330))) ELT)) (-3774 (((-831) $) NIL (|has| |#1| (-299)) ELT) (((-744 (-831)) $) NIL (|has| |#1| (-299)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 17 T ELT)) (-3013 (($ $ (-485)) NIL (-12 (|has| |#1| (-916)) (|has| |#1| (-1116))) ELT)) (-3134 ((|#1| $) 30 T ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-299)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-258)) ELT)) (-2015 (((-1086 |#1|) $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2011 (((-831) $) NIL (|has| |#1| (-320)) ELT)) (-3944 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3081 (((-1086 |#1|) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-258)) ELT) (($ $ $) NIL (|has| |#1| (-258)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3448 (($) NIL (|has| |#1| (-299)) CONST)) (-2401 (($ (-831)) NIL (|has| |#1| (-320)) ELT)) (-1378 (($) NIL T ELT)) (-3646 ((|#1| $) 21 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-258)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-258)) ELT) (($ $ $) NIL (|has| |#1| (-258)) ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| |#1| (-299)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) ELT)) (-3734 (((-348 $) $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-312))) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-258)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-258)) ELT)) (-3468 (((-3 $ #1#) $ |#1|) 28 (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ $) 31 (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-496))) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-258)) ELT)) (-3945 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3770 (($ $ (-584 |#1|) (-584 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-249 |#1|))) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) NIL (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-1091) |#1|) NIL (|has| |#1| (-456 (-1091) |#1|)) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-258)) ELT)) (-3802 (($ $ |#1|) NIL (|has| |#1| (-241 |#1| |#1|)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-258)) ELT)) (-3759 ((|#1| (-1180 $)) NIL T ELT) ((|#1|) NIL T ELT)) (-1769 (((-695) $) NIL (|has| |#1| (-299)) ELT) (((-3 (-695) #1#) $ $) NIL (|has| |#1| (-299)) ELT)) (-3760 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| |#1| (-190)) (|has| |#1| (-312))) (|has| |#1| (-189))) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-190)) (|has| |#1| (-312))) (|has| |#1| (-189))) ELT)) (-2409 (((-631 |#1|) (-1180 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-312)) ELT)) (-3187 (((-1086 |#1|)) NIL T ELT)) (-3497 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3638 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-1675 (($) NIL (|has| |#1| (-299)) ELT)) (-3495 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3637 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3493 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3636 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3226 (((-1180 |#1|) $ (-1180 $)) NIL T ELT) (((-631 |#1|) (-1180 $) (-1180 $)) NIL T ELT) (((-1180 |#1|) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-3974 (((-1180 |#1|) $) NIL T ELT) (($ (-1180 |#1|)) NIL T ELT) (((-1086 |#1|) $) NIL T ELT) (($ (-1086 |#1|)) NIL T ELT) (((-801 (-485)) $) NIL (|has| |#1| (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| |#1| (-554 (-801 (-330)))) ELT) (((-142 (-330)) $) NIL (|has| |#1| (-934)) ELT) (((-142 (-179)) $) NIL (|has| |#1| (-934)) ELT) (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT)) (-3011 (($ $) 29 T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-299))) ELT)) (-1377 (($ |#1| |#1|) 19 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) 18 T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-312)) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-496))) ELT)) (-2704 (($ $) NIL (|has| |#1| (-299)) ELT) (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-2451 (((-1086 |#1|) $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL T ELT)) (-3500 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3488 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-2063 (((-85) $ $) NIL (OR (-12 (|has| |#1| (-258)) (|has| |#1| (-822))) (|has| |#1| (-496))) ELT)) (-3498 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3486 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3502 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3490 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-2237 ((|#1| $) NIL (|has| |#1| (-1116)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3491 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3501 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3489 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3499 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3487 (($ $) NIL (|has| |#1| (-1116)) ELT)) (-3385 (($ $) NIL (|has| |#1| (-974)) ELT)) (-2662 (($) 8 T CONST)) (-2668 (($) 10 T CONST)) (-2671 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| |#1| (-190)) (|has| |#1| (-312))) (|has| |#1| (-189))) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-190)) (|has| |#1| (-312))) (|has| |#1| (-189))) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 23 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-350 (-485))) NIL (-12 (|has| |#1| (-916)) (|has| |#1| (-1116))) ELT) (($ $ $) NIL (|has| |#1| (-1116)) ELT) (($ $ (-485)) NIL (|has| |#1| (-312)) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 26 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-312)) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-312)) ELT)))
(((-142 |#1|) (-139 |#1|) (-146)) (T -142))
NIL
-((-3959 (((-142 |#2|) (-1 |#2| |#1|) (-142 |#1|)) 14 T ELT)))
-(((-143 |#1| |#2|) (-10 -7 (-15 -3959 ((-142 |#2|) (-1 |#2| |#1|) (-142 |#1|)))) (-146) (-146)) (T -143))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-142 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-5 *2 (-142 *6)) (-5 *1 (-143 *5 *6)))))
-((-3973 (((-800 |#1|) |#3|) 22 T ELT)))
-(((-144 |#1| |#2| |#3|) (-10 -7 (-15 -3973 ((-800 |#1|) |#3|))) (-1013) (-13 (-553 (-800 |#1|)) (-146)) (-139 |#2|)) (T -144))
-((-3973 (*1 *2 *3) (-12 (-4 *5 (-13 (-553 *2) (-146))) (-5 *2 (-800 *4)) (-5 *1 (-144 *4 *5 *3)) (-4 *4 (-1013)) (-4 *3 (-139 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1382 (((-85) $) 9 T ELT)) (-1381 (((-85) $ (-85)) 11 T ELT)) (-3615 (($) 13 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3401 (($ $) 14 T ELT)) (-3947 (((-772) $) 18 T ELT)) (-3703 (((-85) $) 8 T ELT)) (-3862 (((-85) $ (-85)) 10 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-145) (-13 (-1013) (-10 -8 (-15 -3615 ($)) (-15 -3703 ((-85) $)) (-15 -1382 ((-85) $)) (-15 -3862 ((-85) $ (-85))) (-15 -1381 ((-85) $ (-85))) (-15 -3401 ($ $))))) (T -145))
-((-3615 (*1 *1) (-5 *1 (-145))) (-3703 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-145)))) (-1382 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-145)))) (-3862 (*1 *2 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-145)))) (-1381 (*1 *2 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-145)))) (-3401 (*1 *1 *1) (-5 *1 (-145))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
+((-3960 (((-142 |#2|) (-1 |#2| |#1|) (-142 |#1|)) 14 T ELT)))
+(((-143 |#1| |#2|) (-10 -7 (-15 -3960 ((-142 |#2|) (-1 |#2| |#1|) (-142 |#1|)))) (-146) (-146)) (T -143))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-142 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-5 *2 (-142 *6)) (-5 *1 (-143 *5 *6)))))
+((-3974 (((-801 |#1|) |#3|) 22 T ELT)))
+(((-144 |#1| |#2| |#3|) (-10 -7 (-15 -3974 ((-801 |#1|) |#3|))) (-1014) (-13 (-554 (-801 |#1|)) (-146)) (-139 |#2|)) (T -144))
+((-3974 (*1 *2 *3) (-12 (-4 *5 (-13 (-554 *2) (-146))) (-5 *2 (-801 *4)) (-5 *1 (-144 *4 *5 *3)) (-4 *4 (-1014)) (-4 *3 (-139 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1383 (((-85) $) 9 T ELT)) (-1382 (((-85) $ (-85)) 11 T ELT)) (-3616 (($) 13 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3402 (($ $) 14 T ELT)) (-3948 (((-773) $) 18 T ELT)) (-3704 (((-85) $) 8 T ELT)) (-3863 (((-85) $ (-85)) 10 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-145) (-13 (-1014) (-10 -8 (-15 -3616 ($)) (-15 -3704 ((-85) $)) (-15 -1383 ((-85) $)) (-15 -3863 ((-85) $ (-85))) (-15 -1382 ((-85) $ (-85))) (-15 -3402 ($ $))))) (T -145))
+((-3616 (*1 *1) (-5 *1 (-145))) (-3704 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-145)))) (-1383 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-145)))) (-3863 (*1 *2 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-145)))) (-1382 (*1 *2 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-145)))) (-3402 (*1 *1 *1) (-5 *1 (-145))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
(((-146) (-113)) (T -146))
NIL
-(-13 (-961) (-82 $ $) (-10 -7 (-6 (-3998 "*"))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-663) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-1700 (($ $) 6 T ELT)))
+(-13 (-962) (-82 $ $) (-10 -7 (-6 (-3999 "*"))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-664) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-1701 (($ $) 6 T ELT)))
(((-147) (-113)) (T -147))
-((-1700 (*1 *1 *1) (-4 *1 (-147))))
-(-13 (-10 -8 (-15 -1700 ($ $))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3130 ((|#1| $) 79 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2565 (($ $ $) NIL T ELT)) (-1387 (($ $) 21 T ELT)) (-1391 (($ |#1| (-1069 |#1|)) 48 T ELT)) (-3468 (((-3 $ #1#) $) 123 T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-1388 (((-1069 |#1|) $) 86 T ELT)) (-1390 (((-1069 |#1|) $) 83 T ELT)) (-1389 (((-1069 |#1|) $) 84 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1384 (((-1069 |#1|) $) 93 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-1894 (($ (-583 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ (-583 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT)) (-3770 (($ $ (-484)) 96 T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1383 (((-1069 |#1|) $) 94 T ELT)) (-1385 (((-1069 (-350 |#1|)) $) 14 T ELT)) (-2617 (($ (-350 |#1|)) 17 T ELT) (($ |#1| (-1069 |#1|) (-1069 |#1|)) 38 T ELT)) (-2892 (($ $) 98 T ELT)) (-3947 (((-772) $) 139 T ELT) (($ (-484)) 51 T ELT) (($ |#1|) 52 T ELT) (($ (-350 |#1|)) 36 T ELT) (($ (-350 (-484))) NIL T ELT) (($ $) NIL T ELT)) (-3127 (((-694)) 67 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-1386 (((-1069 (-350 |#1|)) $) 20 T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 103 T CONST)) (-2667 (($) 28 T CONST)) (-3057 (((-85) $ $) 35 T ELT)) (-3950 (($ $ $) 121 T ELT)) (-3838 (($ $) 112 T ELT) (($ $ $) 109 T ELT)) (-3840 (($ $ $) 107 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 119 T ELT) (($ $ $) 114 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 116 T ELT) (($ (-350 |#1|) $) 117 T ELT) (($ $ (-350 |#1|)) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT)))
-(((-148 |#1|) (-13 (-38 |#1|) (-38 (-350 |#1|)) (-312) (-10 -8 (-15 -2617 ($ (-350 |#1|))) (-15 -2617 ($ |#1| (-1069 |#1|) (-1069 |#1|))) (-15 -1391 ($ |#1| (-1069 |#1|))) (-15 -1390 ((-1069 |#1|) $)) (-15 -1389 ((-1069 |#1|) $)) (-15 -1388 ((-1069 |#1|) $)) (-15 -3130 (|#1| $)) (-15 -1387 ($ $)) (-15 -1386 ((-1069 (-350 |#1|)) $)) (-15 -1385 ((-1069 (-350 |#1|)) $)) (-15 -1384 ((-1069 |#1|) $)) (-15 -1383 ((-1069 |#1|) $)) (-15 -3770 ($ $ (-484))) (-15 -2892 ($ $)))) (-258)) (T -148))
-((-2617 (*1 *1 *2) (-12 (-5 *2 (-350 *3)) (-4 *3 (-258)) (-5 *1 (-148 *3)))) (-2617 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1069 *2)) (-4 *2 (-258)) (-5 *1 (-148 *2)))) (-1391 (*1 *1 *2 *3) (-12 (-5 *3 (-1069 *2)) (-4 *2 (-258)) (-5 *1 (-148 *2)))) (-1390 (*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-1389 (*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-1388 (*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-3130 (*1 *2 *1) (-12 (-5 *1 (-148 *2)) (-4 *2 (-258)))) (-1387 (*1 *1 *1) (-12 (-5 *1 (-148 *2)) (-4 *2 (-258)))) (-1386 (*1 *2 *1) (-12 (-5 *2 (-1069 (-350 *3))) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-1385 (*1 *2 *1) (-12 (-5 *2 (-1069 (-350 *3))) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-1384 (*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-1383 (*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-3770 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-2892 (*1 *1 *1) (-12 (-5 *1 (-148 *2)) (-4 *2 (-258)))))
-((-1392 (($ (-78) $) 15 T ELT)) (-3222 (((-632 (-78)) (-446) $) 14 T ELT)) (-3947 (((-772) $) 18 T ELT)) (-1393 (((-583 (-78)) $) 8 T ELT)))
-(((-149) (-13 (-552 (-772)) (-10 -8 (-15 -1393 ((-583 (-78)) $)) (-15 -1392 ($ (-78) $)) (-15 -3222 ((-632 (-78)) (-446) $))))) (T -149))
-((-1393 (*1 *2 *1) (-12 (-5 *2 (-583 (-78))) (-5 *1 (-149)))) (-1392 (*1 *1 *2 *1) (-12 (-5 *2 (-78)) (-5 *1 (-149)))) (-3222 (*1 *2 *3 *1) (-12 (-5 *3 (-446)) (-5 *2 (-632 (-78))) (-5 *1 (-149)))))
-((-1406 (((-1 (-854 |#1|) (-854 |#1|)) |#1|) 38 T ELT)) (-1397 (((-854 |#1|) (-854 |#1|)) 22 T ELT)) (-1402 (((-1 (-854 |#1|) (-854 |#1|)) |#1|) 34 T ELT)) (-1395 (((-854 |#1|) (-854 |#1|)) 20 T ELT)) (-1400 (((-854 |#1|) (-854 |#1|)) 28 T ELT)) (-1399 (((-854 |#1|) (-854 |#1|)) 27 T ELT)) (-1398 (((-854 |#1|) (-854 |#1|)) 26 T ELT)) (-1403 (((-1 (-854 |#1|) (-854 |#1|)) |#1|) 35 T ELT)) (-1401 (((-1 (-854 |#1|) (-854 |#1|)) |#1|) 33 T ELT)) (-1643 (((-1 (-854 |#1|) (-854 |#1|)) |#1|) 32 T ELT)) (-1396 (((-854 |#1|) (-854 |#1|)) 21 T ELT)) (-1407 (((-1 (-854 |#1|) (-854 |#1|)) |#1| |#1|) 41 T ELT)) (-1394 (((-854 |#1|) (-854 |#1|)) 8 T ELT)) (-1405 (((-1 (-854 |#1|) (-854 |#1|)) |#1|) 37 T ELT)) (-1404 (((-1 (-854 |#1|) (-854 |#1|)) |#1|) 36 T ELT)))
-(((-150 |#1|) (-10 -7 (-15 -1394 ((-854 |#1|) (-854 |#1|))) (-15 -1395 ((-854 |#1|) (-854 |#1|))) (-15 -1396 ((-854 |#1|) (-854 |#1|))) (-15 -1397 ((-854 |#1|) (-854 |#1|))) (-15 -1398 ((-854 |#1|) (-854 |#1|))) (-15 -1399 ((-854 |#1|) (-854 |#1|))) (-15 -1400 ((-854 |#1|) (-854 |#1|))) (-15 -1643 ((-1 (-854 |#1|) (-854 |#1|)) |#1|)) (-15 -1401 ((-1 (-854 |#1|) (-854 |#1|)) |#1|)) (-15 -1402 ((-1 (-854 |#1|) (-854 |#1|)) |#1|)) (-15 -1403 ((-1 (-854 |#1|) (-854 |#1|)) |#1|)) (-15 -1404 ((-1 (-854 |#1|) (-854 |#1|)) |#1|)) (-15 -1405 ((-1 (-854 |#1|) (-854 |#1|)) |#1|)) (-15 -1406 ((-1 (-854 |#1|) (-854 |#1|)) |#1|)) (-15 -1407 ((-1 (-854 |#1|) (-854 |#1|)) |#1| |#1|))) (-13 (-312) (-1115) (-915))) (T -150))
-((-1407 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1115) (-915))))) (-1406 (*1 *2 *3) (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1115) (-915))))) (-1405 (*1 *2 *3) (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1115) (-915))))) (-1404 (*1 *2 *3) (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1115) (-915))))) (-1403 (*1 *2 *3) (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1115) (-915))))) (-1402 (*1 *2 *3) (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1115) (-915))))) (-1401 (*1 *2 *3) (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1115) (-915))))) (-1643 (*1 *2 *3) (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1115) (-915))))) (-1400 (*1 *2 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915))) (-5 *1 (-150 *3)))) (-1399 (*1 *2 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915))) (-5 *1 (-150 *3)))) (-1398 (*1 *2 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915))) (-5 *1 (-150 *3)))) (-1397 (*1 *2 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915))) (-5 *1 (-150 *3)))) (-1396 (*1 *2 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915))) (-5 *1 (-150 *3)))) (-1395 (*1 *2 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915))) (-5 *1 (-150 *3)))) (-1394 (*1 *2 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915))) (-5 *1 (-150 *3)))))
-((-2450 ((|#2| |#3|) 28 T ELT)))
-(((-151 |#1| |#2| |#3|) (-10 -7 (-15 -2450 (|#2| |#3|))) (-146) (-1155 |#1|) (-661 |#1| |#2|)) (T -151))
-((-2450 (*1 *2 *3) (-12 (-4 *4 (-146)) (-4 *2 (-1155 *4)) (-5 *1 (-151 *4 *2 *3)) (-4 *3 (-661 *4 *2)))))
-((-2797 (((-798 |#1| |#3|) |#3| (-800 |#1|) (-798 |#1| |#3|)) 44 (|has| (-857 |#2|) (-796 |#1|)) ELT)))
-(((-152 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-857 |#2|) (-796 |#1|)) (-15 -2797 ((-798 |#1| |#3|) |#3| (-800 |#1|) (-798 |#1| |#3|))) |%noBranch|)) (-1013) (-13 (-796 |#1|) (-146)) (-139 |#2|)) (T -152))
-((-2797 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-798 *5 *3)) (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-4 *3 (-139 *6)) (-4 (-857 *6) (-796 *5)) (-4 *6 (-13 (-796 *5) (-146))) (-5 *1 (-152 *5 *6 *3)))))
-((-1409 (((-583 |#1|) (-583 |#1|) |#1|) 41 T ELT)) (-1408 (((-583 |#1|) |#1| (-583 |#1|)) 20 T ELT)) (-2077 (((-583 |#1|) (-583 (-583 |#1|)) (-583 |#1|)) 36 T ELT) ((|#1| (-583 |#1|) (-583 |#1|)) 32 T ELT)))
-(((-153 |#1|) (-10 -7 (-15 -1408 ((-583 |#1|) |#1| (-583 |#1|))) (-15 -2077 (|#1| (-583 |#1|) (-583 |#1|))) (-15 -2077 ((-583 |#1|) (-583 (-583 |#1|)) (-583 |#1|))) (-15 -1409 ((-583 |#1|) (-583 |#1|) |#1|))) (-258)) (T -153))
-((-1409 (*1 *2 *2 *3) (-12 (-5 *2 (-583 *3)) (-4 *3 (-258)) (-5 *1 (-153 *3)))) (-2077 (*1 *2 *3 *2) (-12 (-5 *3 (-583 (-583 *4))) (-5 *2 (-583 *4)) (-4 *4 (-258)) (-5 *1 (-153 *4)))) (-2077 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *2)) (-5 *1 (-153 *2)) (-4 *2 (-258)))) (-1408 (*1 *2 *3 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-258)) (-5 *1 (-153 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3319 (((-1130) $) 14 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3207 (((-1049) $) 11 T ELT)) (-3947 (((-772) $) 21 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-154) (-13 (-995) (-10 -8 (-15 -3207 ((-1049) $)) (-15 -3319 ((-1130) $))))) (T -154))
-((-3207 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-154)))) (-3319 (*1 *2 *1) (-12 (-5 *2 (-1130)) (-5 *1 (-154)))))
-((-1418 (((-2 (|:| |start| |#2|) (|:| -1782 (-348 |#2|))) |#2|) 66 T ELT)) (-1417 ((|#1| |#1|) 58 T ELT)) (-1416 (((-142 |#1|) |#2|) 94 T ELT)) (-1415 ((|#1| |#2|) 137 T ELT) ((|#1| |#2| |#1|) 90 T ELT)) (-1414 ((|#2| |#2|) 91 T ELT)) (-1413 (((-348 |#2|) |#2| |#1|) 119 T ELT) (((-348 |#2|) |#2| |#1| (-85)) 88 T ELT)) (-3133 ((|#1| |#2|) 118 T ELT)) (-1412 ((|#2| |#2|) 131 T ELT)) (-3733 (((-348 |#2|) |#2|) 154 T ELT) (((-348 |#2|) |#2| |#1|) 33 T ELT) (((-348 |#2|) |#2| |#1| (-85)) 153 T ELT)) (-1411 (((-583 (-2 (|:| -1782 (-583 |#2|)) (|:| -1596 |#1|))) |#2| |#2|) 152 T ELT) (((-583 (-2 (|:| -1782 (-583 |#2|)) (|:| -1596 |#1|))) |#2| |#2| (-85)) 82 T ELT)) (-1410 (((-583 (-142 |#1|)) |#2| |#1|) 42 T ELT) (((-583 (-142 |#1|)) |#2|) 43 T ELT)))
-(((-155 |#1| |#2|) (-10 -7 (-15 -1410 ((-583 (-142 |#1|)) |#2|)) (-15 -1410 ((-583 (-142 |#1|)) |#2| |#1|)) (-15 -1411 ((-583 (-2 (|:| -1782 (-583 |#2|)) (|:| -1596 |#1|))) |#2| |#2| (-85))) (-15 -1411 ((-583 (-2 (|:| -1782 (-583 |#2|)) (|:| -1596 |#1|))) |#2| |#2|)) (-15 -3733 ((-348 |#2|) |#2| |#1| (-85))) (-15 -3733 ((-348 |#2|) |#2| |#1|)) (-15 -3733 ((-348 |#2|) |#2|)) (-15 -1412 (|#2| |#2|)) (-15 -3133 (|#1| |#2|)) (-15 -1413 ((-348 |#2|) |#2| |#1| (-85))) (-15 -1413 ((-348 |#2|) |#2| |#1|)) (-15 -1414 (|#2| |#2|)) (-15 -1415 (|#1| |#2| |#1|)) (-15 -1415 (|#1| |#2|)) (-15 -1416 ((-142 |#1|) |#2|)) (-15 -1417 (|#1| |#1|)) (-15 -1418 ((-2 (|:| |start| |#2|) (|:| -1782 (-348 |#2|))) |#2|))) (-13 (-312) (-755)) (-1155 (-142 |#1|))) (T -155))
-((-1418 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-2 (|:| |start| *3) (|:| -1782 (-348 *3)))) (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))) (-1417 (*1 *2 *2) (-12 (-4 *2 (-13 (-312) (-755))) (-5 *1 (-155 *2 *3)) (-4 *3 (-1155 (-142 *2))))) (-1416 (*1 *2 *3) (-12 (-5 *2 (-142 *4)) (-5 *1 (-155 *4 *3)) (-4 *4 (-13 (-312) (-755))) (-4 *3 (-1155 *2)))) (-1415 (*1 *2 *3) (-12 (-4 *2 (-13 (-312) (-755))) (-5 *1 (-155 *2 *3)) (-4 *3 (-1155 (-142 *2))))) (-1415 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-312) (-755))) (-5 *1 (-155 *2 *3)) (-4 *3 (-1155 (-142 *2))))) (-1414 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-755))) (-5 *1 (-155 *3 *2)) (-4 *2 (-1155 (-142 *3))))) (-1413 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))) (-1413 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-85)) (-4 *4 (-13 (-312) (-755))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))) (-3133 (*1 *2 *3) (-12 (-4 *2 (-13 (-312) (-755))) (-5 *1 (-155 *2 *3)) (-4 *3 (-1155 (-142 *2))))) (-1412 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-755))) (-5 *1 (-155 *3 *2)) (-4 *2 (-1155 (-142 *3))))) (-3733 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))) (-3733 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))) (-3733 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-85)) (-4 *4 (-13 (-312) (-755))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))) (-1411 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-583 (-2 (|:| -1782 (-583 *3)) (|:| -1596 *4)))) (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))) (-1411 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-312) (-755))) (-5 *2 (-583 (-2 (|:| -1782 (-583 *3)) (|:| -1596 *5)))) (-5 *1 (-155 *5 *3)) (-4 *3 (-1155 (-142 *5))))) (-1410 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-583 (-142 *4))) (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))) (-1410 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-583 (-142 *4))) (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))))
-((-1419 (((-3 |#2| "failed") |#2|) 16 T ELT)) (-1420 (((-694) |#2|) 18 T ELT)) (-1421 ((|#2| |#2| |#2|) 20 T ELT)))
-(((-156 |#1| |#2|) (-10 -7 (-15 -1419 ((-3 |#2| "failed") |#2|)) (-15 -1420 ((-694) |#2|)) (-15 -1421 (|#2| |#2| |#2|))) (-1129) (-616 |#1|)) (T -156))
-((-1421 (*1 *2 *2 *2) (-12 (-4 *3 (-1129)) (-5 *1 (-156 *3 *2)) (-4 *2 (-616 *3)))) (-1420 (*1 *2 *3) (-12 (-4 *4 (-1129)) (-5 *2 (-694)) (-5 *1 (-156 *4 *3)) (-4 *3 (-616 *4)))) (-1419 (*1 *2 *2) (|partial| -12 (-4 *3 (-1129)) (-5 *1 (-156 *3 *2)) (-4 *2 (-616 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1424 (((-583 (-774)) $) NIL T ELT)) (-3543 (((-446) $) 8 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1426 (((-161) $) 10 T ELT)) (-2634 (((-85) $ (-446)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1422 (((-632 $) (-446)) 17 T ELT)) (-1425 (((-583 (-85)) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2522 (((-55) $) 12 T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-157) (-13 (-160) (-10 -8 (-15 -1422 ((-632 $) (-446)))))) (T -157))
-((-1422 (*1 *2 *3) (-12 (-5 *3 (-446)) (-5 *2 (-632 (-157))) (-5 *1 (-157)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1482 ((|#1| $) 7 T ELT)) (-3947 (((-772) $) 14 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1423 (((-583 (-1095)) $) 10 T ELT)) (-3057 (((-85) $ $) 12 T ELT)))
-(((-158 |#1|) (-13 (-1013) (-10 -8 (-15 -1482 (|#1| $)) (-15 -1423 ((-583 (-1095)) $)))) (-160)) (T -158))
-((-1482 (*1 *2 *1) (-12 (-5 *1 (-158 *2)) (-4 *2 (-160)))) (-1423 (*1 *2 *1) (-12 (-5 *2 (-583 (-1095))) (-5 *1 (-158 *3)) (-4 *3 (-160)))))
-((-1424 (((-583 (-774)) $) 16 T ELT)) (-1426 (((-161) $) 8 T ELT)) (-1425 (((-583 (-85)) $) 13 T ELT)) (-2522 (((-55) $) 10 T ELT)))
-(((-159 |#1|) (-10 -7 (-15 -1424 ((-583 (-774)) |#1|)) (-15 -1425 ((-583 (-85)) |#1|)) (-15 -1426 ((-161) |#1|)) (-15 -2522 ((-55) |#1|))) (-160)) (T -159))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-1424 (((-583 (-774)) $) 22 T ELT)) (-3543 (((-446) $) 19 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1426 (((-161) $) 24 T ELT)) (-2634 (((-85) $ (-446)) 17 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1425 (((-583 (-85)) $) 23 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2522 (((-55) $) 18 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
+((-1701 (*1 *1 *1) (-4 *1 (-147))))
+(-13 (-10 -8 (-15 -1701 ($ $))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3131 ((|#1| $) 79 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2566 (($ $ $) NIL T ELT)) (-1388 (($ $) 21 T ELT)) (-1392 (($ |#1| (-1070 |#1|)) 48 T ELT)) (-3469 (((-3 $ #1#) $) 123 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-1389 (((-1070 |#1|) $) 86 T ELT)) (-1391 (((-1070 |#1|) $) 83 T ELT)) (-1390 (((-1070 |#1|) $) 84 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1385 (((-1070 |#1|) $) 93 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-1895 (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT)) (-3771 (($ $ (-485)) 96 T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1384 (((-1070 |#1|) $) 94 T ELT)) (-1386 (((-1070 (-350 |#1|)) $) 14 T ELT)) (-2618 (($ (-350 |#1|)) 17 T ELT) (($ |#1| (-1070 |#1|) (-1070 |#1|)) 38 T ELT)) (-2893 (($ $) 98 T ELT)) (-3948 (((-773) $) 139 T ELT) (($ (-485)) 51 T ELT) (($ |#1|) 52 T ELT) (($ (-350 |#1|)) 36 T ELT) (($ (-350 (-485))) NIL T ELT) (($ $) NIL T ELT)) (-3128 (((-695)) 67 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-1387 (((-1070 (-350 |#1|)) $) 20 T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 103 T CONST)) (-2668 (($) 28 T CONST)) (-3058 (((-85) $ $) 35 T ELT)) (-3951 (($ $ $) 121 T ELT)) (-3839 (($ $) 112 T ELT) (($ $ $) 109 T ELT)) (-3841 (($ $ $) 107 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 119 T ELT) (($ $ $) 114 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 116 T ELT) (($ (-350 |#1|) $) 117 T ELT) (($ $ (-350 |#1|)) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT)))
+(((-148 |#1|) (-13 (-38 |#1|) (-38 (-350 |#1|)) (-312) (-10 -8 (-15 -2618 ($ (-350 |#1|))) (-15 -2618 ($ |#1| (-1070 |#1|) (-1070 |#1|))) (-15 -1392 ($ |#1| (-1070 |#1|))) (-15 -1391 ((-1070 |#1|) $)) (-15 -1390 ((-1070 |#1|) $)) (-15 -1389 ((-1070 |#1|) $)) (-15 -3131 (|#1| $)) (-15 -1388 ($ $)) (-15 -1387 ((-1070 (-350 |#1|)) $)) (-15 -1386 ((-1070 (-350 |#1|)) $)) (-15 -1385 ((-1070 |#1|) $)) (-15 -1384 ((-1070 |#1|) $)) (-15 -3771 ($ $ (-485))) (-15 -2893 ($ $)))) (-258)) (T -148))
+((-2618 (*1 *1 *2) (-12 (-5 *2 (-350 *3)) (-4 *3 (-258)) (-5 *1 (-148 *3)))) (-2618 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1070 *2)) (-4 *2 (-258)) (-5 *1 (-148 *2)))) (-1392 (*1 *1 *2 *3) (-12 (-5 *3 (-1070 *2)) (-4 *2 (-258)) (-5 *1 (-148 *2)))) (-1391 (*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-1390 (*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-1389 (*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-3131 (*1 *2 *1) (-12 (-5 *1 (-148 *2)) (-4 *2 (-258)))) (-1388 (*1 *1 *1) (-12 (-5 *1 (-148 *2)) (-4 *2 (-258)))) (-1387 (*1 *2 *1) (-12 (-5 *2 (-1070 (-350 *3))) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-1386 (*1 *2 *1) (-12 (-5 *2 (-1070 (-350 *3))) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-1385 (*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-1384 (*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-3771 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-148 *3)) (-4 *3 (-258)))) (-2893 (*1 *1 *1) (-12 (-5 *1 (-148 *2)) (-4 *2 (-258)))))
+((-1393 (($ (-78) $) 15 T ELT)) (-3223 (((-633 (-78)) (-447) $) 14 T ELT)) (-3948 (((-773) $) 18 T ELT)) (-1394 (((-584 (-78)) $) 8 T ELT)))
+(((-149) (-13 (-553 (-773)) (-10 -8 (-15 -1394 ((-584 (-78)) $)) (-15 -1393 ($ (-78) $)) (-15 -3223 ((-633 (-78)) (-447) $))))) (T -149))
+((-1394 (*1 *2 *1) (-12 (-5 *2 (-584 (-78))) (-5 *1 (-149)))) (-1393 (*1 *1 *2 *1) (-12 (-5 *2 (-78)) (-5 *1 (-149)))) (-3223 (*1 *2 *3 *1) (-12 (-5 *3 (-447)) (-5 *2 (-633 (-78))) (-5 *1 (-149)))))
+((-1407 (((-1 (-855 |#1|) (-855 |#1|)) |#1|) 38 T ELT)) (-1398 (((-855 |#1|) (-855 |#1|)) 22 T ELT)) (-1403 (((-1 (-855 |#1|) (-855 |#1|)) |#1|) 34 T ELT)) (-1396 (((-855 |#1|) (-855 |#1|)) 20 T ELT)) (-1401 (((-855 |#1|) (-855 |#1|)) 28 T ELT)) (-1400 (((-855 |#1|) (-855 |#1|)) 27 T ELT)) (-1399 (((-855 |#1|) (-855 |#1|)) 26 T ELT)) (-1404 (((-1 (-855 |#1|) (-855 |#1|)) |#1|) 35 T ELT)) (-1402 (((-1 (-855 |#1|) (-855 |#1|)) |#1|) 33 T ELT)) (-1644 (((-1 (-855 |#1|) (-855 |#1|)) |#1|) 32 T ELT)) (-1397 (((-855 |#1|) (-855 |#1|)) 21 T ELT)) (-1408 (((-1 (-855 |#1|) (-855 |#1|)) |#1| |#1|) 41 T ELT)) (-1395 (((-855 |#1|) (-855 |#1|)) 8 T ELT)) (-1406 (((-1 (-855 |#1|) (-855 |#1|)) |#1|) 37 T ELT)) (-1405 (((-1 (-855 |#1|) (-855 |#1|)) |#1|) 36 T ELT)))
+(((-150 |#1|) (-10 -7 (-15 -1395 ((-855 |#1|) (-855 |#1|))) (-15 -1396 ((-855 |#1|) (-855 |#1|))) (-15 -1397 ((-855 |#1|) (-855 |#1|))) (-15 -1398 ((-855 |#1|) (-855 |#1|))) (-15 -1399 ((-855 |#1|) (-855 |#1|))) (-15 -1400 ((-855 |#1|) (-855 |#1|))) (-15 -1401 ((-855 |#1|) (-855 |#1|))) (-15 -1644 ((-1 (-855 |#1|) (-855 |#1|)) |#1|)) (-15 -1402 ((-1 (-855 |#1|) (-855 |#1|)) |#1|)) (-15 -1403 ((-1 (-855 |#1|) (-855 |#1|)) |#1|)) (-15 -1404 ((-1 (-855 |#1|) (-855 |#1|)) |#1|)) (-15 -1405 ((-1 (-855 |#1|) (-855 |#1|)) |#1|)) (-15 -1406 ((-1 (-855 |#1|) (-855 |#1|)) |#1|)) (-15 -1407 ((-1 (-855 |#1|) (-855 |#1|)) |#1|)) (-15 -1408 ((-1 (-855 |#1|) (-855 |#1|)) |#1| |#1|))) (-13 (-312) (-1116) (-916))) (T -150))
+((-1408 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1116) (-916))))) (-1407 (*1 *2 *3) (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1116) (-916))))) (-1406 (*1 *2 *3) (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1116) (-916))))) (-1405 (*1 *2 *3) (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1116) (-916))))) (-1404 (*1 *2 *3) (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1116) (-916))))) (-1403 (*1 *2 *3) (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1116) (-916))))) (-1402 (*1 *2 *3) (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1116) (-916))))) (-1644 (*1 *2 *3) (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3)) (-4 *3 (-13 (-312) (-1116) (-916))))) (-1401 (*1 *2 *2) (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916))) (-5 *1 (-150 *3)))) (-1400 (*1 *2 *2) (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916))) (-5 *1 (-150 *3)))) (-1399 (*1 *2 *2) (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916))) (-5 *1 (-150 *3)))) (-1398 (*1 *2 *2) (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916))) (-5 *1 (-150 *3)))) (-1397 (*1 *2 *2) (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916))) (-5 *1 (-150 *3)))) (-1396 (*1 *2 *2) (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916))) (-5 *1 (-150 *3)))) (-1395 (*1 *2 *2) (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916))) (-5 *1 (-150 *3)))))
+((-2451 ((|#2| |#3|) 28 T ELT)))
+(((-151 |#1| |#2| |#3|) (-10 -7 (-15 -2451 (|#2| |#3|))) (-146) (-1156 |#1|) (-662 |#1| |#2|)) (T -151))
+((-2451 (*1 *2 *3) (-12 (-4 *4 (-146)) (-4 *2 (-1156 *4)) (-5 *1 (-151 *4 *2 *3)) (-4 *3 (-662 *4 *2)))))
+((-2798 (((-799 |#1| |#3|) |#3| (-801 |#1|) (-799 |#1| |#3|)) 44 (|has| (-858 |#2|) (-797 |#1|)) ELT)))
+(((-152 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-858 |#2|) (-797 |#1|)) (-15 -2798 ((-799 |#1| |#3|) |#3| (-801 |#1|) (-799 |#1| |#3|))) |%noBranch|)) (-1014) (-13 (-797 |#1|) (-146)) (-139 |#2|)) (T -152))
+((-2798 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-799 *5 *3)) (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-4 *3 (-139 *6)) (-4 (-858 *6) (-797 *5)) (-4 *6 (-13 (-797 *5) (-146))) (-5 *1 (-152 *5 *6 *3)))))
+((-1410 (((-584 |#1|) (-584 |#1|) |#1|) 41 T ELT)) (-1409 (((-584 |#1|) |#1| (-584 |#1|)) 20 T ELT)) (-2078 (((-584 |#1|) (-584 (-584 |#1|)) (-584 |#1|)) 36 T ELT) ((|#1| (-584 |#1|) (-584 |#1|)) 32 T ELT)))
+(((-153 |#1|) (-10 -7 (-15 -1409 ((-584 |#1|) |#1| (-584 |#1|))) (-15 -2078 (|#1| (-584 |#1|) (-584 |#1|))) (-15 -2078 ((-584 |#1|) (-584 (-584 |#1|)) (-584 |#1|))) (-15 -1410 ((-584 |#1|) (-584 |#1|) |#1|))) (-258)) (T -153))
+((-1410 (*1 *2 *2 *3) (-12 (-5 *2 (-584 *3)) (-4 *3 (-258)) (-5 *1 (-153 *3)))) (-2078 (*1 *2 *3 *2) (-12 (-5 *3 (-584 (-584 *4))) (-5 *2 (-584 *4)) (-4 *4 (-258)) (-5 *1 (-153 *4)))) (-2078 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *2)) (-5 *1 (-153 *2)) (-4 *2 (-258)))) (-1409 (*1 *2 *3 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-258)) (-5 *1 (-153 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3320 (((-1131) $) 14 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3208 (((-1050) $) 11 T ELT)) (-3948 (((-773) $) 21 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-154) (-13 (-996) (-10 -8 (-15 -3208 ((-1050) $)) (-15 -3320 ((-1131) $))))) (T -154))
+((-3208 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-154)))) (-3320 (*1 *2 *1) (-12 (-5 *2 (-1131)) (-5 *1 (-154)))))
+((-1419 (((-2 (|:| |start| |#2|) (|:| -1783 (-348 |#2|))) |#2|) 66 T ELT)) (-1418 ((|#1| |#1|) 58 T ELT)) (-1417 (((-142 |#1|) |#2|) 94 T ELT)) (-1416 ((|#1| |#2|) 137 T ELT) ((|#1| |#2| |#1|) 90 T ELT)) (-1415 ((|#2| |#2|) 91 T ELT)) (-1414 (((-348 |#2|) |#2| |#1|) 119 T ELT) (((-348 |#2|) |#2| |#1| (-85)) 88 T ELT)) (-3134 ((|#1| |#2|) 118 T ELT)) (-1413 ((|#2| |#2|) 131 T ELT)) (-3734 (((-348 |#2|) |#2|) 154 T ELT) (((-348 |#2|) |#2| |#1|) 33 T ELT) (((-348 |#2|) |#2| |#1| (-85)) 153 T ELT)) (-1412 (((-584 (-2 (|:| -1783 (-584 |#2|)) (|:| -1597 |#1|))) |#2| |#2|) 152 T ELT) (((-584 (-2 (|:| -1783 (-584 |#2|)) (|:| -1597 |#1|))) |#2| |#2| (-85)) 82 T ELT)) (-1411 (((-584 (-142 |#1|)) |#2| |#1|) 42 T ELT) (((-584 (-142 |#1|)) |#2|) 43 T ELT)))
+(((-155 |#1| |#2|) (-10 -7 (-15 -1411 ((-584 (-142 |#1|)) |#2|)) (-15 -1411 ((-584 (-142 |#1|)) |#2| |#1|)) (-15 -1412 ((-584 (-2 (|:| -1783 (-584 |#2|)) (|:| -1597 |#1|))) |#2| |#2| (-85))) (-15 -1412 ((-584 (-2 (|:| -1783 (-584 |#2|)) (|:| -1597 |#1|))) |#2| |#2|)) (-15 -3734 ((-348 |#2|) |#2| |#1| (-85))) (-15 -3734 ((-348 |#2|) |#2| |#1|)) (-15 -3734 ((-348 |#2|) |#2|)) (-15 -1413 (|#2| |#2|)) (-15 -3134 (|#1| |#2|)) (-15 -1414 ((-348 |#2|) |#2| |#1| (-85))) (-15 -1414 ((-348 |#2|) |#2| |#1|)) (-15 -1415 (|#2| |#2|)) (-15 -1416 (|#1| |#2| |#1|)) (-15 -1416 (|#1| |#2|)) (-15 -1417 ((-142 |#1|) |#2|)) (-15 -1418 (|#1| |#1|)) (-15 -1419 ((-2 (|:| |start| |#2|) (|:| -1783 (-348 |#2|))) |#2|))) (-13 (-312) (-756)) (-1156 (-142 |#1|))) (T -155))
+((-1419 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-2 (|:| |start| *3) (|:| -1783 (-348 *3)))) (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))) (-1418 (*1 *2 *2) (-12 (-4 *2 (-13 (-312) (-756))) (-5 *1 (-155 *2 *3)) (-4 *3 (-1156 (-142 *2))))) (-1417 (*1 *2 *3) (-12 (-5 *2 (-142 *4)) (-5 *1 (-155 *4 *3)) (-4 *4 (-13 (-312) (-756))) (-4 *3 (-1156 *2)))) (-1416 (*1 *2 *3) (-12 (-4 *2 (-13 (-312) (-756))) (-5 *1 (-155 *2 *3)) (-4 *3 (-1156 (-142 *2))))) (-1416 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-312) (-756))) (-5 *1 (-155 *2 *3)) (-4 *3 (-1156 (-142 *2))))) (-1415 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-756))) (-5 *1 (-155 *3 *2)) (-4 *2 (-1156 (-142 *3))))) (-1414 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))) (-1414 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-85)) (-4 *4 (-13 (-312) (-756))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))) (-3134 (*1 *2 *3) (-12 (-4 *2 (-13 (-312) (-756))) (-5 *1 (-155 *2 *3)) (-4 *3 (-1156 (-142 *2))))) (-1413 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-756))) (-5 *1 (-155 *3 *2)) (-4 *2 (-1156 (-142 *3))))) (-3734 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))) (-3734 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))) (-3734 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-85)) (-4 *4 (-13 (-312) (-756))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))) (-1412 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-584 (-2 (|:| -1783 (-584 *3)) (|:| -1597 *4)))) (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))) (-1412 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-312) (-756))) (-5 *2 (-584 (-2 (|:| -1783 (-584 *3)) (|:| -1597 *5)))) (-5 *1 (-155 *5 *3)) (-4 *3 (-1156 (-142 *5))))) (-1411 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-584 (-142 *4))) (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))) (-1411 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-584 (-142 *4))) (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))))
+((-1420 (((-3 |#2| "failed") |#2|) 16 T ELT)) (-1421 (((-695) |#2|) 18 T ELT)) (-1422 ((|#2| |#2| |#2|) 20 T ELT)))
+(((-156 |#1| |#2|) (-10 -7 (-15 -1420 ((-3 |#2| "failed") |#2|)) (-15 -1421 ((-695) |#2|)) (-15 -1422 (|#2| |#2| |#2|))) (-1130) (-617 |#1|)) (T -156))
+((-1422 (*1 *2 *2 *2) (-12 (-4 *3 (-1130)) (-5 *1 (-156 *3 *2)) (-4 *2 (-617 *3)))) (-1421 (*1 *2 *3) (-12 (-4 *4 (-1130)) (-5 *2 (-695)) (-5 *1 (-156 *4 *3)) (-4 *3 (-617 *4)))) (-1420 (*1 *2 *2) (|partial| -12 (-4 *3 (-1130)) (-5 *1 (-156 *3 *2)) (-4 *2 (-617 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1425 (((-584 (-775)) $) NIL T ELT)) (-3544 (((-447) $) 8 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1427 (((-161) $) 10 T ELT)) (-2635 (((-85) $ (-447)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1423 (((-633 $) (-447)) 17 T ELT)) (-1426 (((-584 (-85)) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2523 (((-55) $) 12 T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-157) (-13 (-160) (-10 -8 (-15 -1423 ((-633 $) (-447)))))) (T -157))
+((-1423 (*1 *2 *3) (-12 (-5 *3 (-447)) (-5 *2 (-633 (-157))) (-5 *1 (-157)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1483 ((|#1| $) 7 T ELT)) (-3948 (((-773) $) 14 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1424 (((-584 (-1096)) $) 10 T ELT)) (-3058 (((-85) $ $) 12 T ELT)))
+(((-158 |#1|) (-13 (-1014) (-10 -8 (-15 -1483 (|#1| $)) (-15 -1424 ((-584 (-1096)) $)))) (-160)) (T -158))
+((-1483 (*1 *2 *1) (-12 (-5 *1 (-158 *2)) (-4 *2 (-160)))) (-1424 (*1 *2 *1) (-12 (-5 *2 (-584 (-1096))) (-5 *1 (-158 *3)) (-4 *3 (-160)))))
+((-1425 (((-584 (-775)) $) 16 T ELT)) (-1427 (((-161) $) 8 T ELT)) (-1426 (((-584 (-85)) $) 13 T ELT)) (-2523 (((-55) $) 10 T ELT)))
+(((-159 |#1|) (-10 -7 (-15 -1425 ((-584 (-775)) |#1|)) (-15 -1426 ((-584 (-85)) |#1|)) (-15 -1427 ((-161) |#1|)) (-15 -2523 ((-55) |#1|))) (-160)) (T -159))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-1425 (((-584 (-775)) $) 22 T ELT)) (-3544 (((-447) $) 19 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1427 (((-161) $) 24 T ELT)) (-2635 (((-85) $ (-447)) 17 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1426 (((-584 (-85)) $) 23 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2523 (((-55) $) 18 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
(((-160) (-113)) (T -160))
-((-1426 (*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-161)))) (-1425 (*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-583 (-85))))) (-1424 (*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-583 (-774))))))
-(-13 (-747 (-446)) (-10 -8 (-15 -1426 ((-161) $)) (-15 -1425 ((-583 (-85)) $)) (-15 -1424 ((-583 (-774)) $))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-747 (-446)) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-7 (($) 8 T CONST)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-8 (($) 7 T CONST)) (-3947 (((-772) $) 12 T ELT)) (-9 (($) 6 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 10 T ELT)))
-(((-161) (-13 (-1013) (-10 -8 (-15 -9 ($) -3953) (-15 -8 ($) -3953) (-15 -7 ($) -3953)))) (T -161))
+((-1427 (*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-161)))) (-1426 (*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-584 (-85))))) (-1425 (*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-584 (-775))))))
+(-13 (-748 (-447)) (-10 -8 (-15 -1427 ((-161) $)) (-15 -1426 ((-584 (-85)) $)) (-15 -1425 ((-584 (-775)) $))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-748 (-447)) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-7 (($) 8 T CONST)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-8 (($) 7 T CONST)) (-3948 (((-773) $) 12 T ELT)) (-9 (($) 6 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 10 T ELT)))
+(((-161) (-13 (-1014) (-10 -8 (-15 -9 ($) -3954) (-15 -8 ($) -3954) (-15 -7 ($) -3954)))) (T -161))
((-9 (*1 *1) (-5 *1 (-161))) (-8 (*1 *1) (-5 *1 (-161))) (-7 (*1 *1) (-5 *1 (-161))))
-((-3643 ((|#2| |#2|) 28 T ELT)) (-3646 (((-85) |#2|) 19 T ELT)) (-3644 (((-265 |#1|) |#2|) 12 T ELT)) (-3645 (((-265 |#1|) |#2|) 14 T ELT)) (-3641 ((|#2| |#2| (-1090)) 69 T ELT) ((|#2| |#2|) 70 T ELT)) (-3647 (((-142 (-265 |#1|)) |#2|) 10 T ELT)) (-3642 ((|#2| |#2| (-1090)) 66 T ELT) ((|#2| |#2|) 60 T ELT)))
-(((-162 |#1| |#2|) (-10 -7 (-15 -3641 (|#2| |#2|)) (-15 -3641 (|#2| |#2| (-1090))) (-15 -3642 (|#2| |#2|)) (-15 -3642 (|#2| |#2| (-1090))) (-15 -3644 ((-265 |#1|) |#2|)) (-15 -3645 ((-265 |#1|) |#2|)) (-15 -3646 ((-85) |#2|)) (-15 -3643 (|#2| |#2|)) (-15 -3647 ((-142 (-265 |#1|)) |#2|))) (-13 (-495) (-950 (-484))) (-13 (-27) (-1115) (-364 (-142 |#1|)))) (T -162))
-((-3647 (*1 *2 *3) (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-142 (-265 *4))) (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 (-142 *4)))))) (-3643 (*1 *2 *2) (-12 (-4 *3 (-13 (-495) (-950 (-484)))) (-5 *1 (-162 *3 *2)) (-4 *2 (-13 (-27) (-1115) (-364 (-142 *3)))))) (-3646 (*1 *2 *3) (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-85)) (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 (-142 *4)))))) (-3645 (*1 *2 *3) (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-265 *4)) (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 (-142 *4)))))) (-3644 (*1 *2 *3) (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-265 *4)) (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 (-142 *4)))))) (-3642 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *1 (-162 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 (-142 *4)))))) (-3642 (*1 *2 *2) (-12 (-4 *3 (-13 (-495) (-950 (-484)))) (-5 *1 (-162 *3 *2)) (-4 *2 (-13 (-27) (-1115) (-364 (-142 *3)))))) (-3641 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *1 (-162 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 (-142 *4)))))) (-3641 (*1 *2 *2) (-12 (-4 *3 (-13 (-495) (-950 (-484)))) (-5 *1 (-162 *3 *2)) (-4 *2 (-13 (-27) (-1115) (-364 (-142 *3)))))))
-((-1430 (((-1179 (-630 (-857 |#1|))) (-1179 (-630 |#1|))) 26 T ELT)) (-3947 (((-1179 (-630 (-350 (-857 |#1|)))) (-1179 (-630 |#1|))) 37 T ELT)))
-(((-163 |#1|) (-10 -7 (-15 -1430 ((-1179 (-630 (-857 |#1|))) (-1179 (-630 |#1|)))) (-15 -3947 ((-1179 (-630 (-350 (-857 |#1|)))) (-1179 (-630 |#1|))))) (-146)) (T -163))
-((-3947 (*1 *2 *3) (-12 (-5 *3 (-1179 (-630 *4))) (-4 *4 (-146)) (-5 *2 (-1179 (-630 (-350 (-857 *4))))) (-5 *1 (-163 *4)))) (-1430 (*1 *2 *3) (-12 (-5 *3 (-1179 (-630 *4))) (-4 *4 (-146)) (-5 *2 (-1179 (-630 (-857 *4)))) (-5 *1 (-163 *4)))))
-((-1438 (((-1092 (-350 (-484))) (-1092 (-350 (-484))) (-1092 (-350 (-484)))) 93 T ELT)) (-1440 (((-1092 (-350 (-484))) (-583 (-484)) (-583 (-484))) 109 T ELT)) (-1431 (((-1092 (-350 (-484))) (-830)) 54 T ELT)) (-3855 (((-1092 (-350 (-484))) (-830)) 79 T ELT)) (-3769 (((-350 (-484)) (-1092 (-350 (-484)))) 89 T ELT)) (-1432 (((-1092 (-350 (-484))) (-694)) 37 T ELT)) (-1435 (((-1092 (-350 (-484))) (-830)) 66 T ELT)) (-1434 (((-1092 (-350 (-484))) (-830)) 61 T ELT)) (-1437 (((-1092 (-350 (-484))) (-1092 (-350 (-484))) (-1092 (-350 (-484)))) 87 T ELT)) (-2892 (((-1092 (-350 (-484))) (-694)) 29 T ELT)) (-1436 (((-350 (-484)) (-1092 (-350 (-484))) (-1092 (-350 (-484)))) 91 T ELT)) (-1433 (((-1092 (-350 (-484))) (-830)) 35 T ELT)) (-1439 (((-1092 (-350 (-484))) (-583 (-830))) 103 T ELT)))
-(((-164) (-10 -7 (-15 -2892 ((-1092 (-350 (-484))) (-694))) (-15 -1431 ((-1092 (-350 (-484))) (-830))) (-15 -1432 ((-1092 (-350 (-484))) (-694))) (-15 -1433 ((-1092 (-350 (-484))) (-830))) (-15 -1434 ((-1092 (-350 (-484))) (-830))) (-15 -1435 ((-1092 (-350 (-484))) (-830))) (-15 -3855 ((-1092 (-350 (-484))) (-830))) (-15 -1436 ((-350 (-484)) (-1092 (-350 (-484))) (-1092 (-350 (-484))))) (-15 -1437 ((-1092 (-350 (-484))) (-1092 (-350 (-484))) (-1092 (-350 (-484))))) (-15 -3769 ((-350 (-484)) (-1092 (-350 (-484))))) (-15 -1438 ((-1092 (-350 (-484))) (-1092 (-350 (-484))) (-1092 (-350 (-484))))) (-15 -1439 ((-1092 (-350 (-484))) (-583 (-830)))) (-15 -1440 ((-1092 (-350 (-484))) (-583 (-484)) (-583 (-484)))))) (T -164))
-((-1440 (*1 *2 *3 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))) (-1439 (*1 *2 *3) (-12 (-5 *3 (-583 (-830))) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))) (-1438 (*1 *2 *2 *2) (-12 (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))) (-3769 (*1 *2 *3) (-12 (-5 *3 (-1092 (-350 (-484)))) (-5 *2 (-350 (-484))) (-5 *1 (-164)))) (-1437 (*1 *2 *2 *2) (-12 (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))) (-1436 (*1 *2 *3 *3) (-12 (-5 *3 (-1092 (-350 (-484)))) (-5 *2 (-350 (-484))) (-5 *1 (-164)))) (-3855 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))) (-1435 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))) (-1434 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))) (-1433 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))) (-1432 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))) (-1431 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))) (-2892 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))))
-((-1442 (((-348 (-1085 (-484))) (-484)) 38 T ELT)) (-1441 (((-583 (-1085 (-484))) (-484)) 33 T ELT)) (-2802 (((-1085 (-484)) (-484)) 28 T ELT)))
-(((-165) (-10 -7 (-15 -1441 ((-583 (-1085 (-484))) (-484))) (-15 -2802 ((-1085 (-484)) (-484))) (-15 -1442 ((-348 (-1085 (-484))) (-484))))) (T -165))
-((-1442 (*1 *2 *3) (-12 (-5 *2 (-348 (-1085 (-484)))) (-5 *1 (-165)) (-5 *3 (-484)))) (-2802 (*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-165)) (-5 *3 (-484)))) (-1441 (*1 *2 *3) (-12 (-5 *2 (-583 (-1085 (-484)))) (-5 *1 (-165)) (-5 *3 (-484)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1443 ((|#2| $ (-694) |#2|) 11 T ELT)) (-3113 ((|#2| $ (-694)) 10 T ELT)) (-3615 (($) 8 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 23 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 13 T ELT)))
-(((-166 |#1| |#2|) (-13 (-1013) (-10 -8 (-15 -3615 ($)) (-15 -3113 (|#2| $ (-694))) (-15 -1443 (|#2| $ (-694) |#2|)))) (-830) (-1013)) (T -166))
-((-3615 (*1 *1) (-12 (-5 *1 (-166 *2 *3)) (-14 *2 (-830)) (-4 *3 (-1013)))) (-3113 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *2 (-1013)) (-5 *1 (-166 *4 *2)) (-14 *4 (-830)))) (-1443 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-166 *4 *2)) (-14 *4 (-830)) (-4 *2 (-1013)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1963 (((-1185) $) 36 T ELT) (((-1185) $ (-830) (-830)) 40 T ELT)) (-3801 (($ $ (-902)) 19 T ELT) (((-203 (-1073)) $ (-1090)) 15 T ELT)) (-3618 (((-1185) $) 34 T ELT)) (-3947 (((-772) $) 31 T ELT) (($ (-583 |#1|)) 8 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $ $) 26 T ELT)) (-3840 (($ $ $) 22 T ELT)))
-(((-167 |#1|) (-13 (-1013) (-555 (-583 |#1|)) (-10 -8 (-15 -3801 ($ $ (-902))) (-15 -3801 ((-203 (-1073)) $ (-1090))) (-15 -3840 ($ $ $)) (-15 -3838 ($ $ $)) (-15 -3618 ((-1185) $)) (-15 -1963 ((-1185) $)) (-15 -1963 ((-1185) $ (-830) (-830))))) (-13 (-756) (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 ((-1185) $)) (-15 -1963 ((-1185) $))))) (T -167))
-((-3801 (*1 *1 *1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-167 *3)) (-4 *3 (-13 (-756) (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 ((-1185) $)) (-15 -1963 ((-1185) $))))))) (-3801 (*1 *2 *1 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-203 (-1073))) (-5 *1 (-167 *4)) (-4 *4 (-13 (-756) (-10 -8 (-15 -3801 ((-1073) $ *3)) (-15 -3618 ((-1185) $)) (-15 -1963 ((-1185) $))))))) (-3840 (*1 *1 *1 *1) (-12 (-5 *1 (-167 *2)) (-4 *2 (-13 (-756) (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 ((-1185) $)) (-15 -1963 ((-1185) $))))))) (-3838 (*1 *1 *1 *1) (-12 (-5 *1 (-167 *2)) (-4 *2 (-13 (-756) (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 ((-1185) $)) (-15 -1963 ((-1185) $))))))) (-3618 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-167 *3)) (-4 *3 (-13 (-756) (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 (*2 $)) (-15 -1963 (*2 $))))))) (-1963 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-167 *3)) (-4 *3 (-13 (-756) (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 (*2 $)) (-15 -1963 (*2 $))))))) (-1963 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1185)) (-5 *1 (-167 *4)) (-4 *4 (-13 (-756) (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 (*2 $)) (-15 -1963 (*2 $))))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) 10 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2852 (($ (-577 |#1|)) 11 T ELT)) (-3947 (((-772) $) 18 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)))
-(((-168 |#1|) (-13 (-752) (-10 -8 (-15 -2852 ($ (-577 |#1|))))) (-583 (-1090))) (T -168))
-((-2852 (*1 *1 *2) (-12 (-5 *2 (-577 *3)) (-14 *3 (-583 (-1090))) (-5 *1 (-168 *3)))))
-((-1444 ((|#2| |#4| (-1 |#2| |#2|)) 49 T ELT)))
-(((-169 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1444 (|#2| |#4| (-1 |#2| |#2|)))) (-312) (-1155 |#1|) (-1155 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -169))
-((-1444 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-312)) (-4 *6 (-1155 (-350 *2))) (-4 *2 (-1155 *5)) (-5 *1 (-169 *5 *2 *6 *3)) (-4 *3 (-291 *5 *2 *6)))))
-((-1448 ((|#2| |#2| (-694) |#2|) 55 T ELT)) (-1447 ((|#2| |#2| (-694) |#2|) 51 T ELT)) (-2371 (((-583 |#2|) (-583 (-2 (|:| |deg| (-694)) (|:| -2576 |#2|)))) 79 T ELT)) (-1446 (((-583 (-2 (|:| |deg| (-694)) (|:| -2576 |#2|))) |#2|) 72 T ELT)) (-1449 (((-85) |#2|) 70 T ELT)) (-3734 (((-348 |#2|) |#2|) 92 T ELT)) (-3733 (((-348 |#2|) |#2|) 91 T ELT)) (-2372 ((|#2| |#2| (-694) |#2|) 49 T ELT)) (-1445 (((-2 (|:| |cont| |#1|) (|:| -1782 (-583 (-2 (|:| |irr| |#2|) (|:| -2395 (-484)))))) |#2| (-85)) 86 T ELT)))
-(((-170 |#1| |#2|) (-10 -7 (-15 -3733 ((-348 |#2|) |#2|)) (-15 -3734 ((-348 |#2|) |#2|)) (-15 -1445 ((-2 (|:| |cont| |#1|) (|:| -1782 (-583 (-2 (|:| |irr| |#2|) (|:| -2395 (-484)))))) |#2| (-85))) (-15 -1446 ((-583 (-2 (|:| |deg| (-694)) (|:| -2576 |#2|))) |#2|)) (-15 -2371 ((-583 |#2|) (-583 (-2 (|:| |deg| (-694)) (|:| -2576 |#2|))))) (-15 -2372 (|#2| |#2| (-694) |#2|)) (-15 -1447 (|#2| |#2| (-694) |#2|)) (-15 -1448 (|#2| |#2| (-694) |#2|)) (-15 -1449 ((-85) |#2|))) (-299) (-1155 |#1|)) (T -170))
-((-1449 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-170 *4 *3)) (-4 *3 (-1155 *4)))) (-1448 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-694)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1155 *4)))) (-1447 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-694)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1155 *4)))) (-2372 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-694)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1155 *4)))) (-2371 (*1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| |deg| (-694)) (|:| -2576 *5)))) (-4 *5 (-1155 *4)) (-4 *4 (-299)) (-5 *2 (-583 *5)) (-5 *1 (-170 *4 *5)))) (-1446 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-583 (-2 (|:| |deg| (-694)) (|:| -2576 *3)))) (-5 *1 (-170 *4 *3)) (-4 *3 (-1155 *4)))) (-1445 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-299)) (-5 *2 (-2 (|:| |cont| *5) (|:| -1782 (-583 (-2 (|:| |irr| *3) (|:| -2395 (-484))))))) (-5 *1 (-170 *5 *3)) (-4 *3 (-1155 *5)))) (-3734 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-348 *3)) (-5 *1 (-170 *4 *3)) (-4 *3 (-1155 *4)))) (-3733 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-348 *3)) (-5 *1 (-170 *4 *3)) (-4 *3 (-1155 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3130 (((-484) $) NIL (|has| (-484) (-258)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| (-484) (-740)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL T ELT) (((-3 (-1090) #1#) $) NIL (|has| (-484) (-950 (-1090))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| (-484) (-950 (-484))) ELT) (((-3 (-484) #1#) $) NIL (|has| (-484) (-950 (-484))) ELT)) (-3157 (((-484) $) NIL T ELT) (((-1090) $) NIL (|has| (-484) (-950 (-1090))) ELT) (((-350 (-484)) $) NIL (|has| (-484) (-950 (-484))) ELT) (((-484) $) NIL (|has| (-484) (-950 (-484))) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-484)) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-484) (-483)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3187 (((-85) $) NIL (|has| (-484) (-740)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (|has| (-484) (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (|has| (-484) (-796 (-330))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-484) $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| (-484) (-1066)) ELT)) (-3188 (((-85) $) NIL (|has| (-484) (-740)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| (-484) (-756)) ELT)) (-3959 (($ (-1 (-484) (-484)) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL T ELT) (((-630 (-484)) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-484) (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) NIL (|has| (-484) (-258)) ELT) (((-350 (-484)) $) NIL T ELT)) (-3131 (((-484) $) NIL (|has| (-484) (-483)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-3769 (($ $ (-583 (-484)) (-583 (-484))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-484) (-484)) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-249 (-484))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-583 (-249 (-484)))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-583 (-1090)) (-583 (-484))) NIL (|has| (-484) (-455 (-1090) (-484))) ELT) (($ $ (-1090) (-484)) NIL (|has| (-484) (-455 (-1090) (-484))) ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ $ (-484)) NIL (|has| (-484) (-241 (-484) (-484))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3759 (($ $ (-1 (-484) (-484))) NIL T ELT) (($ $ (-1 (-484) (-484)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $) NIL (|has| (-484) (-189)) ELT) (($ $ (-694)) NIL (|has| (-484) (-189)) ELT)) (-2996 (($ $) NIL T ELT)) (-2998 (((-484) $) NIL T ELT)) (-1450 (($ (-350 (-484))) 9 T ELT)) (-3973 (((-800 (-484)) $) NIL (|has| (-484) (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| (-484) (-553 (-800 (-330)))) ELT) (((-473) $) NIL (|has| (-484) (-553 (-473))) ELT) (((-330) $) NIL (|has| (-484) (-933)) ELT) (((-179) $) NIL (|has| (-484) (-933)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| (-484) (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) 8 T ELT) (($ (-484)) NIL T ELT) (($ (-1090)) NIL (|has| (-484) (-950 (-1090))) ELT) (((-350 (-484)) $) NIL T ELT) (((-917 10) $) 10 T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-484) (-821))) (|has| (-484) (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-3132 (((-484) $) NIL (|has| (-484) (-483)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 (($ $) NIL (|has| (-484) (-740)) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-1 (-484) (-484))) NIL T ELT) (($ $ (-1 (-484) (-484)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $) NIL (|has| (-484) (-189)) ELT) (($ $ (-694)) NIL (|has| (-484) (-189)) ELT)) (-2567 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-3950 (($ $ $) NIL T ELT) (($ (-484) (-484)) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ (-484)) NIL T ELT)))
-(((-171) (-13 (-904 (-484)) (-552 (-350 (-484))) (-552 (-917 10)) (-10 -8 (-15 -3129 ((-350 (-484)) $)) (-15 -1450 ($ (-350 (-484))))))) (T -171))
-((-3129 (*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-171)))) (-1450 (*1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-171)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3320 (((-1028) $) 14 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3179 (((-423) $) 11 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 24 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3234 (((-1049) $) 16 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-172) (-13 (-995) (-10 -8 (-15 -3179 ((-423) $)) (-15 -3320 ((-1028) $)) (-15 -3234 ((-1049) $))))) (T -172))
-((-3179 (*1 *2 *1) (-12 (-5 *2 (-423)) (-5 *1 (-172)))) (-3320 (*1 *2 *1) (-12 (-5 *2 (-1028)) (-5 *1 (-172)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-172)))))
-((-3813 (((-3 (|:| |f1| (-750 |#2|)) (|:| |f2| (-583 (-750 |#2|))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole")) |#2| (-1004 (-750 |#2|)) (-1073)) 29 T ELT) (((-3 (|:| |f1| (-750 |#2|)) (|:| |f2| (-583 (-750 |#2|))) (|:| |fail| #1#) (|:| |pole| #2#)) |#2| (-1004 (-750 |#2|))) 25 T ELT)) (-1451 (((-3 (|:| |f1| (-750 |#2|)) (|:| |f2| (-583 (-750 |#2|))) (|:| |fail| #1#) (|:| |pole| #2#)) |#2| (-1090) (-750 |#2|) (-750 |#2|) (-85)) 17 T ELT)))
-(((-173 |#1| |#2|) (-10 -7 (-15 -3813 ((-3 (|:| |f1| (-750 |#2|)) (|:| |f2| (-583 (-750 |#2|))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole")) |#2| (-1004 (-750 |#2|)))) (-15 -3813 ((-3 (|:| |f1| (-750 |#2|)) (|:| |f2| (-583 (-750 |#2|))) (|:| |fail| #1#) (|:| |pole| #2#)) |#2| (-1004 (-750 |#2|)) (-1073))) (-15 -1451 ((-3 (|:| |f1| (-750 |#2|)) (|:| |f2| (-583 (-750 |#2|))) (|:| |fail| #1#) (|:| |pole| #2#)) |#2| (-1090) (-750 |#2|) (-750 |#2|) (-85)))) (-13 (-258) (-120) (-950 (-484)) (-580 (-484))) (-13 (-1115) (-871) (-29 |#1|))) (T -173))
-((-1451 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1090)) (-5 *6 (-85)) (-4 *7 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-4 *3 (-13 (-1115) (-871) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-750 *3)) (|:| |f2| (-583 (-750 *3))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole"))) (-5 *1 (-173 *7 *3)) (-5 *5 (-750 *3)))) (-3813 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1004 (-750 *3))) (-5 *5 (-1073)) (-4 *3 (-13 (-1115) (-871) (-29 *6))) (-4 *6 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-3 (|:| |f1| (-750 *3)) (|:| |f2| (-583 (-750 *3))) (|:| |fail| #1#) (|:| |pole| #2#))) (-5 *1 (-173 *6 *3)))) (-3813 (*1 *2 *3 *4) (-12 (-5 *4 (-1004 (-750 *3))) (-4 *3 (-13 (-1115) (-871) (-29 *5))) (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-3 (|:| |f1| (-750 *3)) (|:| |f2| (-583 (-750 *3))) (|:| |fail| #1#) (|:| |pole| #2#))) (-5 *1 (-173 *5 *3)))))
-((-3813 (((-3 (|:| |f1| (-750 (-265 |#1|))) (|:| |f2| (-583 (-750 (-265 |#1|)))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole")) (-350 (-857 |#1|)) (-1004 (-750 (-350 (-857 |#1|)))) (-1073)) 49 T ELT) (((-3 (|:| |f1| (-750 (-265 |#1|))) (|:| |f2| (-583 (-750 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-857 |#1|)) (-1004 (-750 (-350 (-857 |#1|))))) 46 T ELT) (((-3 (|:| |f1| (-750 (-265 |#1|))) (|:| |f2| (-583 (-750 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-857 |#1|)) (-1004 (-750 (-265 |#1|))) (-1073)) 50 T ELT) (((-3 (|:| |f1| (-750 (-265 |#1|))) (|:| |f2| (-583 (-750 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-857 |#1|)) (-1004 (-750 (-265 |#1|)))) 22 T ELT)))
-(((-174 |#1|) (-10 -7 (-15 -3813 ((-3 (|:| |f1| (-750 (-265 |#1|))) (|:| |f2| (-583 (-750 (-265 |#1|)))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole")) (-350 (-857 |#1|)) (-1004 (-750 (-265 |#1|))))) (-15 -3813 ((-3 (|:| |f1| (-750 (-265 |#1|))) (|:| |f2| (-583 (-750 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-857 |#1|)) (-1004 (-750 (-265 |#1|))) (-1073))) (-15 -3813 ((-3 (|:| |f1| (-750 (-265 |#1|))) (|:| |f2| (-583 (-750 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-857 |#1|)) (-1004 (-750 (-350 (-857 |#1|)))))) (-15 -3813 ((-3 (|:| |f1| (-750 (-265 |#1|))) (|:| |f2| (-583 (-750 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-857 |#1|)) (-1004 (-750 (-350 (-857 |#1|)))) (-1073)))) (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (T -174))
-((-3813 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1004 (-750 (-350 (-857 *6))))) (-5 *5 (-1073)) (-5 *3 (-350 (-857 *6))) (-4 *6 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-3 (|:| |f1| (-750 (-265 *6))) (|:| |f2| (-583 (-750 (-265 *6)))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole"))) (-5 *1 (-174 *6)))) (-3813 (*1 *2 *3 *4) (-12 (-5 *4 (-1004 (-750 (-350 (-857 *5))))) (-5 *3 (-350 (-857 *5))) (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-3 (|:| |f1| (-750 (-265 *5))) (|:| |f2| (-583 (-750 (-265 *5)))) (|:| |fail| #1#) (|:| |pole| #2#))) (-5 *1 (-174 *5)))) (-3813 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-350 (-857 *6))) (-5 *4 (-1004 (-750 (-265 *6)))) (-5 *5 (-1073)) (-4 *6 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-3 (|:| |f1| (-750 (-265 *6))) (|:| |f2| (-583 (-750 (-265 *6)))) (|:| |fail| #1#) (|:| |pole| #2#))) (-5 *1 (-174 *6)))) (-3813 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1004 (-750 (-265 *5)))) (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-3 (|:| |f1| (-750 (-265 *5))) (|:| |f2| (-583 (-750 (-265 *5)))) (|:| |fail| #1#) (|:| |pole| #2#))) (-5 *1 (-174 *5)))))
-((-3843 (((-2 (|:| -2004 (-1085 |#1|)) (|:| |deg| (-830))) (-1085 |#1|)) 26 T ELT)) (-3964 (((-583 (-265 |#2|)) (-265 |#2|) (-830)) 51 T ELT)))
-(((-175 |#1| |#2|) (-10 -7 (-15 -3843 ((-2 (|:| -2004 (-1085 |#1|)) (|:| |deg| (-830))) (-1085 |#1|))) (-15 -3964 ((-583 (-265 |#2|)) (-265 |#2|) (-830)))) (-961) (-495)) (T -175))
-((-3964 (*1 *2 *3 *4) (-12 (-5 *4 (-830)) (-4 *6 (-495)) (-5 *2 (-583 (-265 *6))) (-5 *1 (-175 *5 *6)) (-5 *3 (-265 *6)) (-4 *5 (-961)))) (-3843 (*1 *2 *3) (-12 (-4 *4 (-961)) (-5 *2 (-2 (|:| -2004 (-1085 *4)) (|:| |deg| (-830)))) (-5 *1 (-175 *4 *5)) (-5 *3 (-1085 *4)) (-4 *5 (-495)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1495 ((|#1| $) NIL T ELT)) (-3324 ((|#1| $) 31 T ELT)) (-3725 (($) NIL T CONST)) (-3003 (($ $) NIL T ELT)) (-2297 (($ $) 40 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3326 ((|#1| |#1| $) NIL T ELT)) (-3325 ((|#1| $) NIL T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3834 (((-694) $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) NIL T ELT)) (-1493 ((|#1| |#1| $) 36 T ELT)) (-1492 ((|#1| |#1| $) 38 T ELT)) (-3610 (($ |#1| $) NIL T ELT)) (-2604 (((-694) $) 34 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3002 ((|#1| $) NIL T ELT)) (-1491 ((|#1| $) 32 T ELT)) (-1490 ((|#1| $) 30 T ELT)) (-1275 ((|#1| $) NIL T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3005 ((|#1| |#1| $) NIL T ELT)) (-3404 (((-85) $) 9 T ELT)) (-3566 (($) NIL T ELT)) (-3004 ((|#1| $) NIL T ELT)) (-1496 (($) NIL T ELT) (($ (-583 |#1|)) 17 T ELT)) (-3323 (((-694) $) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1494 ((|#1| $) 14 T ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) NIL T ELT)) (-3001 ((|#1| $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-176 |#1|) (-13 (-214 |#1|) (-10 -8 (-15 -1496 ($ (-583 |#1|))))) (-1013)) (T -176))
-((-1496 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-176 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1453 (($ (-265 |#1|)) 24 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2665 (((-85) $) NIL T ELT)) (-3158 (((-3 (-265 |#1|) #1#) $) NIL T ELT)) (-3157 (((-265 |#1|) $) NIL T ELT)) (-3960 (($ $) 32 T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3959 (($ (-1 (-265 |#1|) (-265 |#1|)) $) NIL T ELT)) (-3175 (((-265 |#1|) $) NIL T ELT)) (-1455 (($ $) 31 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1454 (((-85) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($ (-694)) NIL T ELT)) (-1452 (($ $) 33 T ELT)) (-3949 (((-484) $) NIL T ELT)) (-3947 (((-772) $) 65 T ELT) (($ (-484)) NIL T ELT) (($ (-265 |#1|)) NIL T ELT)) (-3678 (((-265 |#1|) $ $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 26 T CONST)) (-2667 (($) NIL T CONST)) (-3057 (((-85) $ $) 29 T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 20 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 25 T ELT) (($ (-265 |#1|) $) 19 T ELT)))
-(((-177 |#1| |#2|) (-13 (-560 (-265 |#1|)) (-950 (-265 |#1|)) (-10 -8 (-15 -3175 ((-265 |#1|) $)) (-15 -1455 ($ $)) (-15 -3960 ($ $)) (-15 -3678 ((-265 |#1|) $ $)) (-15 -2409 ($ (-694))) (-15 -1454 ((-85) $)) (-15 -2665 ((-85) $)) (-15 -3949 ((-484) $)) (-15 -3959 ($ (-1 (-265 |#1|) (-265 |#1|)) $)) (-15 -1453 ($ (-265 |#1|))) (-15 -1452 ($ $)))) (-13 (-961) (-756)) (-583 (-1090))) (T -177))
-((-3175 (*1 *2 *1) (-12 (-5 *2 (-265 *3)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756))) (-14 *4 (-583 (-1090))))) (-1455 (*1 *1 *1) (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-961) (-756))) (-14 *3 (-583 (-1090))))) (-3960 (*1 *1 *1) (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-961) (-756))) (-14 *3 (-583 (-1090))))) (-3678 (*1 *2 *1 *1) (-12 (-5 *2 (-265 *3)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756))) (-14 *4 (-583 (-1090))))) (-2409 (*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756))) (-14 *4 (-583 (-1090))))) (-1454 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756))) (-14 *4 (-583 (-1090))))) (-2665 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756))) (-14 *4 (-583 (-1090))))) (-3949 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756))) (-14 *4 (-583 (-1090))))) (-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-265 *3) (-265 *3))) (-4 *3 (-13 (-961) (-756))) (-5 *1 (-177 *3 *4)) (-14 *4 (-583 (-1090))))) (-1453 (*1 *1 *2) (-12 (-5 *2 (-265 *3)) (-4 *3 (-13 (-961) (-756))) (-5 *1 (-177 *3 *4)) (-14 *4 (-583 (-1090))))) (-1452 (*1 *1 *1) (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-961) (-756))) (-14 *3 (-583 (-1090))))))
-((-1456 (((-85) (-1073)) 26 T ELT)) (-1457 (((-3 (-750 |#2|) #1="failed") (-550 |#2|) |#2| (-750 |#2|) (-750 |#2|) (-85)) 35 T ELT)) (-1458 (((-3 (-85) #1#) (-1085 |#2|) (-750 |#2|) (-750 |#2|) (-85)) 83 T ELT) (((-3 (-85) #1#) (-857 |#1|) (-1090) (-750 |#2|) (-750 |#2|) (-85)) 84 T ELT)))
-(((-178 |#1| |#2|) (-10 -7 (-15 -1456 ((-85) (-1073))) (-15 -1457 ((-3 (-750 |#2|) #1="failed") (-550 |#2|) |#2| (-750 |#2|) (-750 |#2|) (-85))) (-15 -1458 ((-3 (-85) #1#) (-857 |#1|) (-1090) (-750 |#2|) (-750 |#2|) (-85))) (-15 -1458 ((-3 (-85) #1#) (-1085 |#2|) (-750 |#2|) (-750 |#2|) (-85)))) (-13 (-392) (-950 (-484)) (-580 (-484))) (-13 (-1115) (-29 |#1|))) (T -178))
-((-1458 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-85)) (-5 *3 (-1085 *6)) (-5 *4 (-750 *6)) (-4 *6 (-13 (-1115) (-29 *5))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-178 *5 *6)))) (-1458 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-85)) (-5 *3 (-857 *6)) (-5 *4 (-1090)) (-5 *5 (-750 *7)) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-4 *7 (-13 (-1115) (-29 *6))) (-5 *1 (-178 *6 *7)))) (-1457 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-750 *4)) (-5 *3 (-550 *4)) (-5 *5 (-85)) (-4 *4 (-13 (-1115) (-29 *6))) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-178 *6 *4)))) (-1456 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-85)) (-5 *1 (-178 *4 *5)) (-4 *5 (-13 (-1115) (-29 *4))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 86 T ELT)) (-3130 (((-484) $) 18 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3772 (($ $) NIL T ELT)) (-3493 (($ $) 73 T ELT)) (-3640 (($ $) 61 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-3038 (($ $) 52 T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3491 (($ $) 71 T ELT)) (-3639 (($ $) 59 T ELT)) (-3624 (((-484) $) 83 T ELT)) (-3495 (($ $) 76 T ELT)) (-3638 (($ $) 63 T ELT)) (-3725 (($) NIL T CONST)) (-3128 (($ $) NIL T ELT)) (-3158 (((-3 (-484) #1#) $) 116 T ELT) (((-3 (-350 (-484)) #1#) $) 113 T ELT)) (-3157 (((-484) $) 114 T ELT) (((-350 (-484)) $) 111 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) 91 T ELT)) (-1747 (((-350 (-484)) $ (-694)) 106 T ELT) (((-350 (-484)) $ (-694) (-694)) 105 T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-1771 (((-830)) 12 T ELT) (((-830) (-830)) NIL (|has| $ (-6 -3987)) ELT)) (-3187 (((-85) $) 107 T ELT)) (-3628 (($) 31 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL T ELT)) (-3773 (((-484) $) 25 T ELT)) (-1214 (((-85) $ $) 141 T ELT)) (-2410 (((-85) $) 87 T ELT)) (-3012 (($ $ (-484)) NIL T ELT)) (-3133 (($ $) NIL T ELT)) (-3188 (((-85) $) 85 T ELT)) (-1459 (((-85) $) 140 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) 49 T ELT) (($) 21 (-12 (-2561 (|has| $ (-6 -3979))) (-2561 (|has| $ (-6 -3987)))) ELT)) (-2858 (($ $ $) 48 T ELT) (($) 20 (-12 (-2561 (|has| $ (-6 -3979))) (-2561 (|has| $ (-6 -3987)))) ELT)) (-1773 (((-484) $) 10 T ELT)) (-1746 (($ $) 16 T ELT)) (-1745 (($ $) 53 T ELT)) (-3943 (($ $) 58 T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-1770 (((-830) (-484)) NIL (|has| $ (-6 -3987)) ELT)) (-3244 (((-1033) $) 89 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) NIL T ELT)) (-3131 (($ $) NIL T ELT)) (-3255 (($ (-484) (-484)) NIL T ELT) (($ (-484) (-484) (-830)) 98 T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-2401 (((-484) $) 11 T ELT)) (-1744 (($) 30 T ELT)) (-3944 (($ $) 57 T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-2616 (((-830)) NIL T ELT) (((-830) (-830)) NIL (|has| $ (-6 -3987)) ELT)) (-3759 (($ $) 92 T ELT) (($ $ (-694)) NIL T ELT)) (-1769 (((-830) (-484)) NIL (|has| $ (-6 -3987)) ELT)) (-3496 (($ $) 74 T ELT)) (-3637 (($ $) 64 T ELT)) (-3494 (($ $) 75 T ELT)) (-3636 (($ $) 62 T ELT)) (-3492 (($ $) 72 T ELT)) (-3635 (($ $) 60 T ELT)) (-3973 (((-330) $) 102 T ELT) (((-179) $) 99 T ELT) (((-800 (-330)) $) NIL T ELT) (((-473) $) 38 T ELT)) (-3947 (((-772) $) 35 T ELT) (($ (-484)) 56 T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-484)) 56 T ELT) (($ (-350 (-484))) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-3132 (($ $) NIL T ELT)) (-1772 (((-830)) 19 T ELT) (((-830) (-830)) NIL (|has| $ (-6 -3987)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2695 (((-830)) 7 T ELT)) (-3499 (($ $) 79 T ELT)) (-3487 (($ $) 67 T ELT) (($ $ $) 109 T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3497 (($ $) 77 T ELT)) (-3485 (($ $) 65 T ELT)) (-3501 (($ $) 82 T ELT)) (-3489 (($ $) 70 T ELT)) (-3126 (((-85) $ $) 143 T ELT)) (-3502 (($ $) 80 T ELT)) (-3490 (($ $) 68 T ELT)) (-3500 (($ $) 81 T ELT)) (-3488 (($ $) 69 T ELT)) (-3498 (($ $) 78 T ELT)) (-3486 (($ $) 66 T ELT)) (-3384 (($ $) 108 T ELT)) (-2661 (($) 27 T CONST)) (-2667 (($) 28 T CONST)) (-3388 (($ $) 95 T ELT)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3385 (($ $ $) 97 T ELT)) (-2567 (((-85) $ $) 42 T ELT)) (-2568 (((-85) $ $) 40 T ELT)) (-3057 (((-85) $ $) 50 T ELT)) (-2685 (((-85) $ $) 41 T ELT)) (-2686 (((-85) $ $) 39 T ELT)) (-3950 (($ $ $) 29 T ELT) (($ $ (-484)) 51 T ELT)) (-3838 (($ $) 43 T ELT) (($ $ $) 45 T ELT)) (-3840 (($ $ $) 44 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) 54 T ELT) (($ $ (-350 (-484))) 139 T ELT) (($ $ $) 55 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 47 T ELT) (($ $ $) 46 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT)))
-(((-179) (-13 (-347) (-190) (-1115) (-553 (-473)) (-10 -8 (-15 -3950 ($ $ (-484))) (-15 ** ($ $ $)) (-15 -1744 ($)) (-15 -1746 ($ $)) (-15 -1745 ($ $)) (-15 -3487 ($ $ $)) (-15 -3388 ($ $)) (-15 -3385 ($ $ $)) (-15 -1747 ((-350 (-484)) $ (-694))) (-15 -1747 ((-350 (-484)) $ (-694) (-694))) (-15 -1459 ((-85) $))))) (T -179))
-((** (*1 *1 *1 *1) (-5 *1 (-179))) (-3950 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-179)))) (-1744 (*1 *1) (-5 *1 (-179))) (-1746 (*1 *1 *1) (-5 *1 (-179))) (-1745 (*1 *1 *1) (-5 *1 (-179))) (-3487 (*1 *1 *1 *1) (-5 *1 (-179))) (-3388 (*1 *1 *1) (-5 *1 (-179))) (-3385 (*1 *1 *1 *1) (-5 *1 (-179))) (-1747 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *2 (-350 (-484))) (-5 *1 (-179)))) (-1747 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-350 (-484))) (-5 *1 (-179)))) (-1459 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-179)))))
-((-3387 (((-142 (-179)) (-694) (-142 (-179))) 11 T ELT) (((-179) (-694) (-179)) 12 T ELT)) (-1460 (((-142 (-179)) (-142 (-179))) 13 T ELT) (((-179) (-179)) 14 T ELT)) (-1461 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 19 T ELT) (((-179) (-179) (-179)) 22 T ELT)) (-3386 (((-142 (-179)) (-142 (-179))) 27 T ELT) (((-179) (-179)) 26 T ELT)) (-3390 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 57 T ELT) (((-179) (-179) (-179)) 49 T ELT)) (-3392 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 62 T ELT) (((-179) (-179) (-179)) 60 T ELT)) (-3389 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 15 T ELT) (((-179) (-179) (-179)) 16 T ELT)) (-3391 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 17 T ELT) (((-179) (-179) (-179)) 18 T ELT)) (-3394 (((-142 (-179)) (-142 (-179))) 74 T ELT) (((-179) (-179)) 73 T ELT)) (-3393 (((-179) (-179)) 68 T ELT) (((-142 (-179)) (-142 (-179))) 72 T ELT)) (-3388 (((-142 (-179)) (-142 (-179))) 8 T ELT) (((-179) (-179)) 9 T ELT)) (-3385 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 35 T ELT) (((-179) (-179) (-179)) 31 T ELT)))
-(((-180) (-10 -7 (-15 -3388 ((-179) (-179))) (-15 -3388 ((-142 (-179)) (-142 (-179)))) (-15 -3385 ((-179) (-179) (-179))) (-15 -3385 ((-142 (-179)) (-142 (-179)) (-142 (-179)))) (-15 -1460 ((-179) (-179))) (-15 -1460 ((-142 (-179)) (-142 (-179)))) (-15 -3386 ((-179) (-179))) (-15 -3386 ((-142 (-179)) (-142 (-179)))) (-15 -3387 ((-179) (-694) (-179))) (-15 -3387 ((-142 (-179)) (-694) (-142 (-179)))) (-15 -3389 ((-179) (-179) (-179))) (-15 -3389 ((-142 (-179)) (-142 (-179)) (-142 (-179)))) (-15 -3390 ((-179) (-179) (-179))) (-15 -3390 ((-142 (-179)) (-142 (-179)) (-142 (-179)))) (-15 -3391 ((-179) (-179) (-179))) (-15 -3391 ((-142 (-179)) (-142 (-179)) (-142 (-179)))) (-15 -3392 ((-179) (-179) (-179))) (-15 -3392 ((-142 (-179)) (-142 (-179)) (-142 (-179)))) (-15 -3393 ((-142 (-179)) (-142 (-179)))) (-15 -3393 ((-179) (-179))) (-15 -3394 ((-179) (-179))) (-15 -3394 ((-142 (-179)) (-142 (-179)))) (-15 -1461 ((-179) (-179) (-179))) (-15 -1461 ((-142 (-179)) (-142 (-179)) (-142 (-179)))))) (T -180))
-((-1461 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-1461 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3394 (*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3394 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3393 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3393 (*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3392 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3392 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3391 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3391 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3390 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3390 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3389 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3389 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3387 (*1 *2 *3 *2) (-12 (-5 *2 (-142 (-179))) (-5 *3 (-694)) (-5 *1 (-180)))) (-3387 (*1 *2 *3 *2) (-12 (-5 *2 (-179)) (-5 *3 (-694)) (-5 *1 (-180)))) (-3386 (*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3386 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-1460 (*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-1460 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3385 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3385 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3388 (*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3388 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3839 (($ (-694) (-694)) NIL T ELT)) (-2350 (($ $ $) NIL T ELT)) (-3415 (($ (-1179 |#1|)) NIL T ELT) (($ $) NIL T ELT)) (-3874 (($ |#1| |#1| |#1|) 33 T ELT)) (-3121 (((-85) $) NIL T ELT)) (-2349 (($ $ (-484) (-484)) NIL T ELT)) (-2348 (($ $ (-484) (-484)) NIL T ELT)) (-2347 (($ $ (-484) (-484) (-484) (-484)) NIL T ELT)) (-2352 (($ $) NIL T ELT)) (-3123 (((-85) $) NIL T ELT)) (-2346 (($ $ (-484) (-484) $) NIL T ELT)) (-3789 ((|#1| $ (-484) (-484) |#1|) NIL T ELT) (($ $ (-583 (-484)) (-583 (-484)) $) NIL T ELT)) (-1257 (($ $ (-484) (-1179 |#1|)) NIL T ELT)) (-1256 (($ $ (-484) (-1179 |#1|)) NIL T ELT)) (-3848 (($ |#1| |#1| |#1|) 32 T ELT)) (-3334 (($ (-694) |#1|) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3110 (($ $) NIL (|has| |#1| (-258)) ELT)) (-3112 (((-1179 |#1|) $ (-484)) NIL T ELT)) (-1462 (($ |#1|) 31 T ELT)) (-1463 (($ |#1|) 30 T ELT)) (-1464 (($ |#1|) 29 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-3109 (((-694) $) NIL (|has| |#1| (-495)) ELT)) (-1576 ((|#1| $ (-484) (-484) |#1|) NIL T ELT)) (-3113 ((|#1| $ (-484) (-484)) NIL T ELT)) (-3108 (((-694) $) NIL (|has| |#1| (-495)) ELT)) (-3107 (((-583 (-1179 |#1|)) $) NIL (|has| |#1| (-495)) ELT)) (-3115 (((-694) $) NIL T ELT)) (-3615 (($ (-694) (-694) |#1|) NIL T ELT)) (-3114 (((-694) $) NIL T ELT)) (-3328 ((|#1| $) NIL (|has| |#1| (-6 (-3998 #1="*"))) ELT)) (-3119 (((-484) $) NIL T ELT)) (-3117 (((-484) $) NIL T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3118 (((-484) $) NIL T ELT)) (-3116 (((-484) $) NIL T ELT)) (-3124 (($ (-583 (-583 |#1|))) 11 T ELT) (($ (-694) (-694) (-1 |#1| (-484) (-484))) NIL T ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-3595 (((-583 (-583 |#1|)) $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3591 (((-3 $ #2="failed") $) NIL (|has| |#1| (-312)) ELT)) (-1465 (($) 12 T ELT)) (-2351 (($ $ $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-2199 (($ $ |#1|) NIL T ELT)) (-3467 (((-3 $ #2#) $ |#1|) NIL (|has| |#1| (-495)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ (-484) (-484)) NIL T ELT) ((|#1| $ (-484) (-484) |#1|) NIL T ELT) (($ $ (-583 (-484)) (-583 (-484))) NIL T ELT)) (-3333 (($ (-583 |#1|)) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3122 (((-85) $) NIL T ELT)) (-3329 ((|#1| $) NIL (|has| |#1| (-6 (-3998 #1#))) ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) NIL T ELT) (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3401 (($ $) NIL T ELT)) (-3111 (((-1179 |#1|) $ (-484)) NIL T ELT)) (-3947 (($ (-1179 |#1|)) NIL T ELT) (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3120 (((-85) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| |#1| (-312)) ELT)) (* (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-484) $) NIL T ELT) (((-1179 |#1|) $ (-1179 |#1|)) 15 T ELT) (((-1179 |#1|) (-1179 |#1|) $) NIL T ELT) (((-854 |#1|) $ (-854 |#1|)) 21 T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-181 |#1|) (-13 (-627 |#1| (-1179 |#1|) (-1179 |#1|)) (-10 -8 (-15 * ((-854 |#1|) $ (-854 |#1|))) (-15 -1465 ($)) (-15 -1464 ($ |#1|)) (-15 -1463 ($ |#1|)) (-15 -1462 ($ |#1|)) (-15 -3848 ($ |#1| |#1| |#1|)) (-15 -3874 ($ |#1| |#1| |#1|)))) (-13 (-312) (-1115))) (T -181))
-((* (*1 *2 *1 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115))) (-5 *1 (-181 *3)))) (-1465 (*1 *1) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115))))) (-1464 (*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115))))) (-1463 (*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115))))) (-1462 (*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115))))) (-3848 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115))))) (-3874 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115))))))
-((-1570 (($ (-1 (-85) |#2|) $) 16 T ELT)) (-3406 (($ |#2| $) NIL T ELT) (($ (-1 (-85) |#2|) $) 28 T ELT)) (-1466 (($) NIL T ELT) (($ (-583 |#2|)) 11 T ELT)) (-3057 (((-85) $ $) 26 T ELT)))
-(((-182 |#1| |#2|) (-10 -7 (-15 -3057 ((-85) |#1| |#1|)) (-15 -1570 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3406 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3406 (|#1| |#2| |#1|)) (-15 -1466 (|#1| (-583 |#2|))) (-15 -1466 (|#1|))) (-183 |#2|) (-1013)) (T -182))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-1570 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-1353 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3406 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3407 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 34 T ELT)) (-3610 (($ |#1| $) 35 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1275 ((|#1| $) 36 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-1466 (($) 44 T ELT) (($ (-583 |#1|)) 43 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 51 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 45 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-183 |#1|) (-113) (-1013)) (T -183))
+((-3644 ((|#2| |#2|) 28 T ELT)) (-3647 (((-85) |#2|) 19 T ELT)) (-3645 (((-265 |#1|) |#2|) 12 T ELT)) (-3646 (((-265 |#1|) |#2|) 14 T ELT)) (-3642 ((|#2| |#2| (-1091)) 69 T ELT) ((|#2| |#2|) 70 T ELT)) (-3648 (((-142 (-265 |#1|)) |#2|) 10 T ELT)) (-3643 ((|#2| |#2| (-1091)) 66 T ELT) ((|#2| |#2|) 60 T ELT)))
+(((-162 |#1| |#2|) (-10 -7 (-15 -3642 (|#2| |#2|)) (-15 -3642 (|#2| |#2| (-1091))) (-15 -3643 (|#2| |#2|)) (-15 -3643 (|#2| |#2| (-1091))) (-15 -3645 ((-265 |#1|) |#2|)) (-15 -3646 ((-265 |#1|) |#2|)) (-15 -3647 ((-85) |#2|)) (-15 -3644 (|#2| |#2|)) (-15 -3648 ((-142 (-265 |#1|)) |#2|))) (-13 (-496) (-951 (-485))) (-13 (-27) (-1116) (-364 (-142 |#1|)))) (T -162))
+((-3648 (*1 *2 *3) (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-142 (-265 *4))) (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 (-142 *4)))))) (-3644 (*1 *2 *2) (-12 (-4 *3 (-13 (-496) (-951 (-485)))) (-5 *1 (-162 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-364 (-142 *3)))))) (-3647 (*1 *2 *3) (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-85)) (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 (-142 *4)))))) (-3646 (*1 *2 *3) (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-265 *4)) (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 (-142 *4)))))) (-3645 (*1 *2 *3) (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-265 *4)) (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 (-142 *4)))))) (-3643 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *1 (-162 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 (-142 *4)))))) (-3643 (*1 *2 *2) (-12 (-4 *3 (-13 (-496) (-951 (-485)))) (-5 *1 (-162 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-364 (-142 *3)))))) (-3642 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *1 (-162 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 (-142 *4)))))) (-3642 (*1 *2 *2) (-12 (-4 *3 (-13 (-496) (-951 (-485)))) (-5 *1 (-162 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-364 (-142 *3)))))))
+((-1431 (((-1180 (-631 (-858 |#1|))) (-1180 (-631 |#1|))) 26 T ELT)) (-3948 (((-1180 (-631 (-350 (-858 |#1|)))) (-1180 (-631 |#1|))) 37 T ELT)))
+(((-163 |#1|) (-10 -7 (-15 -1431 ((-1180 (-631 (-858 |#1|))) (-1180 (-631 |#1|)))) (-15 -3948 ((-1180 (-631 (-350 (-858 |#1|)))) (-1180 (-631 |#1|))))) (-146)) (T -163))
+((-3948 (*1 *2 *3) (-12 (-5 *3 (-1180 (-631 *4))) (-4 *4 (-146)) (-5 *2 (-1180 (-631 (-350 (-858 *4))))) (-5 *1 (-163 *4)))) (-1431 (*1 *2 *3) (-12 (-5 *3 (-1180 (-631 *4))) (-4 *4 (-146)) (-5 *2 (-1180 (-631 (-858 *4)))) (-5 *1 (-163 *4)))))
+((-1439 (((-1093 (-350 (-485))) (-1093 (-350 (-485))) (-1093 (-350 (-485)))) 93 T ELT)) (-1441 (((-1093 (-350 (-485))) (-584 (-485)) (-584 (-485))) 109 T ELT)) (-1432 (((-1093 (-350 (-485))) (-831)) 54 T ELT)) (-3856 (((-1093 (-350 (-485))) (-831)) 79 T ELT)) (-3770 (((-350 (-485)) (-1093 (-350 (-485)))) 89 T ELT)) (-1433 (((-1093 (-350 (-485))) (-695)) 37 T ELT)) (-1436 (((-1093 (-350 (-485))) (-831)) 66 T ELT)) (-1435 (((-1093 (-350 (-485))) (-831)) 61 T ELT)) (-1438 (((-1093 (-350 (-485))) (-1093 (-350 (-485))) (-1093 (-350 (-485)))) 87 T ELT)) (-2893 (((-1093 (-350 (-485))) (-695)) 29 T ELT)) (-1437 (((-350 (-485)) (-1093 (-350 (-485))) (-1093 (-350 (-485)))) 91 T ELT)) (-1434 (((-1093 (-350 (-485))) (-831)) 35 T ELT)) (-1440 (((-1093 (-350 (-485))) (-584 (-831))) 103 T ELT)))
+(((-164) (-10 -7 (-15 -2893 ((-1093 (-350 (-485))) (-695))) (-15 -1432 ((-1093 (-350 (-485))) (-831))) (-15 -1433 ((-1093 (-350 (-485))) (-695))) (-15 -1434 ((-1093 (-350 (-485))) (-831))) (-15 -1435 ((-1093 (-350 (-485))) (-831))) (-15 -1436 ((-1093 (-350 (-485))) (-831))) (-15 -3856 ((-1093 (-350 (-485))) (-831))) (-15 -1437 ((-350 (-485)) (-1093 (-350 (-485))) (-1093 (-350 (-485))))) (-15 -1438 ((-1093 (-350 (-485))) (-1093 (-350 (-485))) (-1093 (-350 (-485))))) (-15 -3770 ((-350 (-485)) (-1093 (-350 (-485))))) (-15 -1439 ((-1093 (-350 (-485))) (-1093 (-350 (-485))) (-1093 (-350 (-485))))) (-15 -1440 ((-1093 (-350 (-485))) (-584 (-831)))) (-15 -1441 ((-1093 (-350 (-485))) (-584 (-485)) (-584 (-485)))))) (T -164))
+((-1441 (*1 *2 *3 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))) (-1440 (*1 *2 *3) (-12 (-5 *3 (-584 (-831))) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))) (-1439 (*1 *2 *2 *2) (-12 (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))) (-3770 (*1 *2 *3) (-12 (-5 *3 (-1093 (-350 (-485)))) (-5 *2 (-350 (-485))) (-5 *1 (-164)))) (-1438 (*1 *2 *2 *2) (-12 (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))) (-1437 (*1 *2 *3 *3) (-12 (-5 *3 (-1093 (-350 (-485)))) (-5 *2 (-350 (-485))) (-5 *1 (-164)))) (-3856 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))) (-1436 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))) (-1435 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))) (-1434 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))) (-1433 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))) (-1432 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))) (-2893 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))))
+((-1443 (((-348 (-1086 (-485))) (-485)) 38 T ELT)) (-1442 (((-584 (-1086 (-485))) (-485)) 33 T ELT)) (-2803 (((-1086 (-485)) (-485)) 28 T ELT)))
+(((-165) (-10 -7 (-15 -1442 ((-584 (-1086 (-485))) (-485))) (-15 -2803 ((-1086 (-485)) (-485))) (-15 -1443 ((-348 (-1086 (-485))) (-485))))) (T -165))
+((-1443 (*1 *2 *3) (-12 (-5 *2 (-348 (-1086 (-485)))) (-5 *1 (-165)) (-5 *3 (-485)))) (-2803 (*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-165)) (-5 *3 (-485)))) (-1442 (*1 *2 *3) (-12 (-5 *2 (-584 (-1086 (-485)))) (-5 *1 (-165)) (-5 *3 (-485)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1444 ((|#2| $ (-695) |#2|) 11 T ELT)) (-3114 ((|#2| $ (-695)) 10 T ELT)) (-3616 (($) 8 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 23 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 13 T ELT)))
+(((-166 |#1| |#2|) (-13 (-1014) (-10 -8 (-15 -3616 ($)) (-15 -3114 (|#2| $ (-695))) (-15 -1444 (|#2| $ (-695) |#2|)))) (-831) (-1014)) (T -166))
+((-3616 (*1 *1) (-12 (-5 *1 (-166 *2 *3)) (-14 *2 (-831)) (-4 *3 (-1014)))) (-3114 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *2 (-1014)) (-5 *1 (-166 *4 *2)) (-14 *4 (-831)))) (-1444 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-166 *4 *2)) (-14 *4 (-831)) (-4 *2 (-1014)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1964 (((-1186) $) 36 T ELT) (((-1186) $ (-831) (-831)) 40 T ELT)) (-3802 (($ $ (-903)) 19 T ELT) (((-203 (-1074)) $ (-1091)) 15 T ELT)) (-3619 (((-1186) $) 34 T ELT)) (-3948 (((-773) $) 31 T ELT) (($ (-584 |#1|)) 8 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $ $) 26 T ELT)) (-3841 (($ $ $) 22 T ELT)))
+(((-167 |#1|) (-13 (-1014) (-556 (-584 |#1|)) (-10 -8 (-15 -3802 ($ $ (-903))) (-15 -3802 ((-203 (-1074)) $ (-1091))) (-15 -3841 ($ $ $)) (-15 -3839 ($ $ $)) (-15 -3619 ((-1186) $)) (-15 -1964 ((-1186) $)) (-15 -1964 ((-1186) $ (-831) (-831))))) (-13 (-757) (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 ((-1186) $)) (-15 -1964 ((-1186) $))))) (T -167))
+((-3802 (*1 *1 *1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-167 *3)) (-4 *3 (-13 (-757) (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 ((-1186) $)) (-15 -1964 ((-1186) $))))))) (-3802 (*1 *2 *1 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-203 (-1074))) (-5 *1 (-167 *4)) (-4 *4 (-13 (-757) (-10 -8 (-15 -3802 ((-1074) $ *3)) (-15 -3619 ((-1186) $)) (-15 -1964 ((-1186) $))))))) (-3841 (*1 *1 *1 *1) (-12 (-5 *1 (-167 *2)) (-4 *2 (-13 (-757) (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 ((-1186) $)) (-15 -1964 ((-1186) $))))))) (-3839 (*1 *1 *1 *1) (-12 (-5 *1 (-167 *2)) (-4 *2 (-13 (-757) (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 ((-1186) $)) (-15 -1964 ((-1186) $))))))) (-3619 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-167 *3)) (-4 *3 (-13 (-757) (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 (*2 $)) (-15 -1964 (*2 $))))))) (-1964 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-167 *3)) (-4 *3 (-13 (-757) (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 (*2 $)) (-15 -1964 (*2 $))))))) (-1964 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1186)) (-5 *1 (-167 *4)) (-4 *4 (-13 (-757) (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 (*2 $)) (-15 -1964 (*2 $))))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) 10 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2853 (($ (-578 |#1|)) 11 T ELT)) (-3948 (((-773) $) 18 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)))
+(((-168 |#1|) (-13 (-753) (-10 -8 (-15 -2853 ($ (-578 |#1|))))) (-584 (-1091))) (T -168))
+((-2853 (*1 *1 *2) (-12 (-5 *2 (-578 *3)) (-14 *3 (-584 (-1091))) (-5 *1 (-168 *3)))))
+((-1445 ((|#2| |#4| (-1 |#2| |#2|)) 49 T ELT)))
+(((-169 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1445 (|#2| |#4| (-1 |#2| |#2|)))) (-312) (-1156 |#1|) (-1156 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -169))
+((-1445 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-312)) (-4 *6 (-1156 (-350 *2))) (-4 *2 (-1156 *5)) (-5 *1 (-169 *5 *2 *6 *3)) (-4 *3 (-291 *5 *2 *6)))))
+((-1449 ((|#2| |#2| (-695) |#2|) 55 T ELT)) (-1448 ((|#2| |#2| (-695) |#2|) 51 T ELT)) (-2372 (((-584 |#2|) (-584 (-2 (|:| |deg| (-695)) (|:| -2577 |#2|)))) 79 T ELT)) (-1447 (((-584 (-2 (|:| |deg| (-695)) (|:| -2577 |#2|))) |#2|) 72 T ELT)) (-1450 (((-85) |#2|) 70 T ELT)) (-3735 (((-348 |#2|) |#2|) 92 T ELT)) (-3734 (((-348 |#2|) |#2|) 91 T ELT)) (-2373 ((|#2| |#2| (-695) |#2|) 49 T ELT)) (-1446 (((-2 (|:| |cont| |#1|) (|:| -1783 (-584 (-2 (|:| |irr| |#2|) (|:| -2396 (-485)))))) |#2| (-85)) 86 T ELT)))
+(((-170 |#1| |#2|) (-10 -7 (-15 -3734 ((-348 |#2|) |#2|)) (-15 -3735 ((-348 |#2|) |#2|)) (-15 -1446 ((-2 (|:| |cont| |#1|) (|:| -1783 (-584 (-2 (|:| |irr| |#2|) (|:| -2396 (-485)))))) |#2| (-85))) (-15 -1447 ((-584 (-2 (|:| |deg| (-695)) (|:| -2577 |#2|))) |#2|)) (-15 -2372 ((-584 |#2|) (-584 (-2 (|:| |deg| (-695)) (|:| -2577 |#2|))))) (-15 -2373 (|#2| |#2| (-695) |#2|)) (-15 -1448 (|#2| |#2| (-695) |#2|)) (-15 -1449 (|#2| |#2| (-695) |#2|)) (-15 -1450 ((-85) |#2|))) (-299) (-1156 |#1|)) (T -170))
+((-1450 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-170 *4 *3)) (-4 *3 (-1156 *4)))) (-1449 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-695)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1156 *4)))) (-1448 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-695)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1156 *4)))) (-2373 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-695)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1156 *4)))) (-2372 (*1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| |deg| (-695)) (|:| -2577 *5)))) (-4 *5 (-1156 *4)) (-4 *4 (-299)) (-5 *2 (-584 *5)) (-5 *1 (-170 *4 *5)))) (-1447 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-584 (-2 (|:| |deg| (-695)) (|:| -2577 *3)))) (-5 *1 (-170 *4 *3)) (-4 *3 (-1156 *4)))) (-1446 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-299)) (-5 *2 (-2 (|:| |cont| *5) (|:| -1783 (-584 (-2 (|:| |irr| *3) (|:| -2396 (-485))))))) (-5 *1 (-170 *5 *3)) (-4 *3 (-1156 *5)))) (-3735 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-348 *3)) (-5 *1 (-170 *4 *3)) (-4 *3 (-1156 *4)))) (-3734 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-348 *3)) (-5 *1 (-170 *4 *3)) (-4 *3 (-1156 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3131 (((-485) $) NIL (|has| (-485) (-258)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| (-485) (-741)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL T ELT) (((-3 (-1091) #1#) $) NIL (|has| (-485) (-951 (-1091))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| (-485) (-951 (-485))) ELT) (((-3 (-485) #1#) $) NIL (|has| (-485) (-951 (-485))) ELT)) (-3158 (((-485) $) NIL T ELT) (((-1091) $) NIL (|has| (-485) (-951 (-1091))) ELT) (((-350 (-485)) $) NIL (|has| (-485) (-951 (-485))) ELT) (((-485) $) NIL (|has| (-485) (-951 (-485))) ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-485)) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-485) (-484)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3188 (((-85) $) NIL (|has| (-485) (-741)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (|has| (-485) (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (|has| (-485) (-797 (-330))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL T ELT)) (-3000 (((-485) $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| (-485) (-1067)) ELT)) (-3189 (((-85) $) NIL (|has| (-485) (-741)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| (-485) (-757)) ELT)) (-3960 (($ (-1 (-485) (-485)) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL T ELT) (((-631 (-485)) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-485) (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) NIL (|has| (-485) (-258)) ELT) (((-350 (-485)) $) NIL T ELT)) (-3132 (((-485) $) NIL (|has| (-485) (-484)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-3770 (($ $ (-584 (-485)) (-584 (-485))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-485) (-485)) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-249 (-485))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-584 (-249 (-485)))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-584 (-1091)) (-584 (-485))) NIL (|has| (-485) (-456 (-1091) (-485))) ELT) (($ $ (-1091) (-485)) NIL (|has| (-485) (-456 (-1091) (-485))) ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ $ (-485)) NIL (|has| (-485) (-241 (-485) (-485))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3760 (($ $ (-1 (-485) (-485))) NIL T ELT) (($ $ (-1 (-485) (-485)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $) NIL (|has| (-485) (-189)) ELT) (($ $ (-695)) NIL (|has| (-485) (-189)) ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-485) $) NIL T ELT)) (-1451 (($ (-350 (-485))) 9 T ELT)) (-3974 (((-801 (-485)) $) NIL (|has| (-485) (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| (-485) (-554 (-801 (-330)))) ELT) (((-474) $) NIL (|has| (-485) (-554 (-474))) ELT) (((-330) $) NIL (|has| (-485) (-934)) ELT) (((-179) $) NIL (|has| (-485) (-934)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| (-485) (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) 8 T ELT) (($ (-485)) NIL T ELT) (($ (-1091)) NIL (|has| (-485) (-951 (-1091))) ELT) (((-350 (-485)) $) NIL T ELT) (((-918 10) $) 10 T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-485) (-822))) (|has| (-485) (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-3133 (((-485) $) NIL (|has| (-485) (-484)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 (($ $) NIL (|has| (-485) (-741)) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-1 (-485) (-485))) NIL T ELT) (($ $ (-1 (-485) (-485)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $) NIL (|has| (-485) (-189)) ELT) (($ $ (-695)) NIL (|has| (-485) (-189)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-3951 (($ $ $) NIL T ELT) (($ (-485) (-485)) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ (-485)) NIL T ELT)))
+(((-171) (-13 (-905 (-485)) (-553 (-350 (-485))) (-553 (-918 10)) (-10 -8 (-15 -3130 ((-350 (-485)) $)) (-15 -1451 ($ (-350 (-485))))))) (T -171))
+((-3130 (*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-171)))) (-1451 (*1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-171)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3321 (((-1029) $) 14 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3180 (((-423) $) 11 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 24 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3235 (((-1050) $) 16 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-172) (-13 (-996) (-10 -8 (-15 -3180 ((-423) $)) (-15 -3321 ((-1029) $)) (-15 -3235 ((-1050) $))))) (T -172))
+((-3180 (*1 *2 *1) (-12 (-5 *2 (-423)) (-5 *1 (-172)))) (-3321 (*1 *2 *1) (-12 (-5 *2 (-1029)) (-5 *1 (-172)))) (-3235 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-172)))))
+((-3814 (((-3 (|:| |f1| (-751 |#2|)) (|:| |f2| (-584 (-751 |#2|))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole")) |#2| (-1005 (-751 |#2|)) (-1074)) 29 T ELT) (((-3 (|:| |f1| (-751 |#2|)) (|:| |f2| (-584 (-751 |#2|))) (|:| |fail| #1#) (|:| |pole| #2#)) |#2| (-1005 (-751 |#2|))) 25 T ELT)) (-1452 (((-3 (|:| |f1| (-751 |#2|)) (|:| |f2| (-584 (-751 |#2|))) (|:| |fail| #1#) (|:| |pole| #2#)) |#2| (-1091) (-751 |#2|) (-751 |#2|) (-85)) 17 T ELT)))
+(((-173 |#1| |#2|) (-10 -7 (-15 -3814 ((-3 (|:| |f1| (-751 |#2|)) (|:| |f2| (-584 (-751 |#2|))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole")) |#2| (-1005 (-751 |#2|)))) (-15 -3814 ((-3 (|:| |f1| (-751 |#2|)) (|:| |f2| (-584 (-751 |#2|))) (|:| |fail| #1#) (|:| |pole| #2#)) |#2| (-1005 (-751 |#2|)) (-1074))) (-15 -1452 ((-3 (|:| |f1| (-751 |#2|)) (|:| |f2| (-584 (-751 |#2|))) (|:| |fail| #1#) (|:| |pole| #2#)) |#2| (-1091) (-751 |#2|) (-751 |#2|) (-85)))) (-13 (-258) (-120) (-951 (-485)) (-581 (-485))) (-13 (-1116) (-872) (-29 |#1|))) (T -173))
+((-1452 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1091)) (-5 *6 (-85)) (-4 *7 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-4 *3 (-13 (-1116) (-872) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-751 *3)) (|:| |f2| (-584 (-751 *3))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole"))) (-5 *1 (-173 *7 *3)) (-5 *5 (-751 *3)))) (-3814 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1005 (-751 *3))) (-5 *5 (-1074)) (-4 *3 (-13 (-1116) (-872) (-29 *6))) (-4 *6 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-3 (|:| |f1| (-751 *3)) (|:| |f2| (-584 (-751 *3))) (|:| |fail| #1#) (|:| |pole| #2#))) (-5 *1 (-173 *6 *3)))) (-3814 (*1 *2 *3 *4) (-12 (-5 *4 (-1005 (-751 *3))) (-4 *3 (-13 (-1116) (-872) (-29 *5))) (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-3 (|:| |f1| (-751 *3)) (|:| |f2| (-584 (-751 *3))) (|:| |fail| #1#) (|:| |pole| #2#))) (-5 *1 (-173 *5 *3)))))
+((-3814 (((-3 (|:| |f1| (-751 (-265 |#1|))) (|:| |f2| (-584 (-751 (-265 |#1|)))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole")) (-350 (-858 |#1|)) (-1005 (-751 (-350 (-858 |#1|)))) (-1074)) 49 T ELT) (((-3 (|:| |f1| (-751 (-265 |#1|))) (|:| |f2| (-584 (-751 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-858 |#1|)) (-1005 (-751 (-350 (-858 |#1|))))) 46 T ELT) (((-3 (|:| |f1| (-751 (-265 |#1|))) (|:| |f2| (-584 (-751 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-858 |#1|)) (-1005 (-751 (-265 |#1|))) (-1074)) 50 T ELT) (((-3 (|:| |f1| (-751 (-265 |#1|))) (|:| |f2| (-584 (-751 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-858 |#1|)) (-1005 (-751 (-265 |#1|)))) 22 T ELT)))
+(((-174 |#1|) (-10 -7 (-15 -3814 ((-3 (|:| |f1| (-751 (-265 |#1|))) (|:| |f2| (-584 (-751 (-265 |#1|)))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole")) (-350 (-858 |#1|)) (-1005 (-751 (-265 |#1|))))) (-15 -3814 ((-3 (|:| |f1| (-751 (-265 |#1|))) (|:| |f2| (-584 (-751 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-858 |#1|)) (-1005 (-751 (-265 |#1|))) (-1074))) (-15 -3814 ((-3 (|:| |f1| (-751 (-265 |#1|))) (|:| |f2| (-584 (-751 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-858 |#1|)) (-1005 (-751 (-350 (-858 |#1|)))))) (-15 -3814 ((-3 (|:| |f1| (-751 (-265 |#1|))) (|:| |f2| (-584 (-751 (-265 |#1|)))) (|:| |fail| #1#) (|:| |pole| #2#)) (-350 (-858 |#1|)) (-1005 (-751 (-350 (-858 |#1|)))) (-1074)))) (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (T -174))
+((-3814 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1005 (-751 (-350 (-858 *6))))) (-5 *5 (-1074)) (-5 *3 (-350 (-858 *6))) (-4 *6 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-3 (|:| |f1| (-751 (-265 *6))) (|:| |f2| (-584 (-751 (-265 *6)))) (|:| |fail| #1="failed") (|:| |pole| #2="potentialPole"))) (-5 *1 (-174 *6)))) (-3814 (*1 *2 *3 *4) (-12 (-5 *4 (-1005 (-751 (-350 (-858 *5))))) (-5 *3 (-350 (-858 *5))) (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-3 (|:| |f1| (-751 (-265 *5))) (|:| |f2| (-584 (-751 (-265 *5)))) (|:| |fail| #1#) (|:| |pole| #2#))) (-5 *1 (-174 *5)))) (-3814 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-350 (-858 *6))) (-5 *4 (-1005 (-751 (-265 *6)))) (-5 *5 (-1074)) (-4 *6 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-3 (|:| |f1| (-751 (-265 *6))) (|:| |f2| (-584 (-751 (-265 *6)))) (|:| |fail| #1#) (|:| |pole| #2#))) (-5 *1 (-174 *6)))) (-3814 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1005 (-751 (-265 *5)))) (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-3 (|:| |f1| (-751 (-265 *5))) (|:| |f2| (-584 (-751 (-265 *5)))) (|:| |fail| #1#) (|:| |pole| #2#))) (-5 *1 (-174 *5)))))
+((-3844 (((-2 (|:| -2005 (-1086 |#1|)) (|:| |deg| (-831))) (-1086 |#1|)) 26 T ELT)) (-3965 (((-584 (-265 |#2|)) (-265 |#2|) (-831)) 51 T ELT)))
+(((-175 |#1| |#2|) (-10 -7 (-15 -3844 ((-2 (|:| -2005 (-1086 |#1|)) (|:| |deg| (-831))) (-1086 |#1|))) (-15 -3965 ((-584 (-265 |#2|)) (-265 |#2|) (-831)))) (-962) (-496)) (T -175))
+((-3965 (*1 *2 *3 *4) (-12 (-5 *4 (-831)) (-4 *6 (-496)) (-5 *2 (-584 (-265 *6))) (-5 *1 (-175 *5 *6)) (-5 *3 (-265 *6)) (-4 *5 (-962)))) (-3844 (*1 *2 *3) (-12 (-4 *4 (-962)) (-5 *2 (-2 (|:| -2005 (-1086 *4)) (|:| |deg| (-831)))) (-5 *1 (-175 *4 *5)) (-5 *3 (-1086 *4)) (-4 *5 (-496)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1496 ((|#1| $) NIL T ELT)) (-3325 ((|#1| $) 31 T ELT)) (-3726 (($) NIL T CONST)) (-3004 (($ $) NIL T ELT)) (-2298 (($ $) 40 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3327 ((|#1| |#1| $) NIL T ELT)) (-3326 ((|#1| $) NIL T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3835 (((-695) $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) NIL T ELT)) (-1494 ((|#1| |#1| $) 36 T ELT)) (-1493 ((|#1| |#1| $) 38 T ELT)) (-3611 (($ |#1| $) NIL T ELT)) (-2605 (((-695) $) 34 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3003 ((|#1| $) NIL T ELT)) (-1492 ((|#1| $) 32 T ELT)) (-1491 ((|#1| $) 30 T ELT)) (-1276 ((|#1| $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3006 ((|#1| |#1| $) NIL T ELT)) (-3405 (((-85) $) 9 T ELT)) (-3567 (($) NIL T ELT)) (-3005 ((|#1| $) NIL T ELT)) (-1497 (($) NIL T ELT) (($ (-584 |#1|)) 17 T ELT)) (-3324 (((-695) $) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1495 ((|#1| $) 14 T ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) NIL T ELT)) (-3002 ((|#1| $) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-176 |#1|) (-13 (-214 |#1|) (-10 -8 (-15 -1497 ($ (-584 |#1|))))) (-1014)) (T -176))
+((-1497 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-176 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1454 (($ (-265 |#1|)) 24 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2666 (((-85) $) NIL T ELT)) (-3159 (((-3 (-265 |#1|) #1#) $) NIL T ELT)) (-3158 (((-265 |#1|) $) NIL T ELT)) (-3961 (($ $) 32 T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3960 (($ (-1 (-265 |#1|) (-265 |#1|)) $) NIL T ELT)) (-3176 (((-265 |#1|) $) NIL T ELT)) (-1456 (($ $) 31 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1455 (((-85) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($ (-695)) NIL T ELT)) (-1453 (($ $) 33 T ELT)) (-3950 (((-485) $) NIL T ELT)) (-3948 (((-773) $) 65 T ELT) (($ (-485)) NIL T ELT) (($ (-265 |#1|)) NIL T ELT)) (-3679 (((-265 |#1|) $ $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 26 T CONST)) (-2668 (($) NIL T CONST)) (-3058 (((-85) $ $) 29 T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 20 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 25 T ELT) (($ (-265 |#1|) $) 19 T ELT)))
+(((-177 |#1| |#2|) (-13 (-561 (-265 |#1|)) (-951 (-265 |#1|)) (-10 -8 (-15 -3176 ((-265 |#1|) $)) (-15 -1456 ($ $)) (-15 -3961 ($ $)) (-15 -3679 ((-265 |#1|) $ $)) (-15 -2410 ($ (-695))) (-15 -1455 ((-85) $)) (-15 -2666 ((-85) $)) (-15 -3950 ((-485) $)) (-15 -3960 ($ (-1 (-265 |#1|) (-265 |#1|)) $)) (-15 -1454 ($ (-265 |#1|))) (-15 -1453 ($ $)))) (-13 (-962) (-757)) (-584 (-1091))) (T -177))
+((-3176 (*1 *2 *1) (-12 (-5 *2 (-265 *3)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757))) (-14 *4 (-584 (-1091))))) (-1456 (*1 *1 *1) (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-962) (-757))) (-14 *3 (-584 (-1091))))) (-3961 (*1 *1 *1) (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-962) (-757))) (-14 *3 (-584 (-1091))))) (-3679 (*1 *2 *1 *1) (-12 (-5 *2 (-265 *3)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757))) (-14 *4 (-584 (-1091))))) (-2410 (*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757))) (-14 *4 (-584 (-1091))))) (-1455 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757))) (-14 *4 (-584 (-1091))))) (-2666 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757))) (-14 *4 (-584 (-1091))))) (-3950 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757))) (-14 *4 (-584 (-1091))))) (-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-265 *3) (-265 *3))) (-4 *3 (-13 (-962) (-757))) (-5 *1 (-177 *3 *4)) (-14 *4 (-584 (-1091))))) (-1454 (*1 *1 *2) (-12 (-5 *2 (-265 *3)) (-4 *3 (-13 (-962) (-757))) (-5 *1 (-177 *3 *4)) (-14 *4 (-584 (-1091))))) (-1453 (*1 *1 *1) (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-962) (-757))) (-14 *3 (-584 (-1091))))))
+((-1457 (((-85) (-1074)) 26 T ELT)) (-1458 (((-3 (-751 |#2|) #1="failed") (-551 |#2|) |#2| (-751 |#2|) (-751 |#2|) (-85)) 35 T ELT)) (-1459 (((-3 (-85) #1#) (-1086 |#2|) (-751 |#2|) (-751 |#2|) (-85)) 83 T ELT) (((-3 (-85) #1#) (-858 |#1|) (-1091) (-751 |#2|) (-751 |#2|) (-85)) 84 T ELT)))
+(((-178 |#1| |#2|) (-10 -7 (-15 -1457 ((-85) (-1074))) (-15 -1458 ((-3 (-751 |#2|) #1="failed") (-551 |#2|) |#2| (-751 |#2|) (-751 |#2|) (-85))) (-15 -1459 ((-3 (-85) #1#) (-858 |#1|) (-1091) (-751 |#2|) (-751 |#2|) (-85))) (-15 -1459 ((-3 (-85) #1#) (-1086 |#2|) (-751 |#2|) (-751 |#2|) (-85)))) (-13 (-392) (-951 (-485)) (-581 (-485))) (-13 (-1116) (-29 |#1|))) (T -178))
+((-1459 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-85)) (-5 *3 (-1086 *6)) (-5 *4 (-751 *6)) (-4 *6 (-13 (-1116) (-29 *5))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-178 *5 *6)))) (-1459 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-85)) (-5 *3 (-858 *6)) (-5 *4 (-1091)) (-5 *5 (-751 *7)) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-4 *7 (-13 (-1116) (-29 *6))) (-5 *1 (-178 *6 *7)))) (-1458 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-751 *4)) (-5 *3 (-551 *4)) (-5 *5 (-85)) (-4 *4 (-13 (-1116) (-29 *6))) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-178 *6 *4)))) (-1457 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-85)) (-5 *1 (-178 *4 *5)) (-4 *5 (-13 (-1116) (-29 *4))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 86 T ELT)) (-3131 (((-485) $) 18 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3773 (($ $) NIL T ELT)) (-3494 (($ $) 73 T ELT)) (-3641 (($ $) 61 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-3039 (($ $) 52 T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3492 (($ $) 71 T ELT)) (-3640 (($ $) 59 T ELT)) (-3625 (((-485) $) 83 T ELT)) (-3496 (($ $) 76 T ELT)) (-3639 (($ $) 63 T ELT)) (-3726 (($) NIL T CONST)) (-3129 (($ $) NIL T ELT)) (-3159 (((-3 (-485) #1#) $) 116 T ELT) (((-3 (-350 (-485)) #1#) $) 113 T ELT)) (-3158 (((-485) $) 114 T ELT) (((-350 (-485)) $) 111 T ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) 91 T ELT)) (-1748 (((-350 (-485)) $ (-695)) 106 T ELT) (((-350 (-485)) $ (-695) (-695)) 105 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-1772 (((-831)) 12 T ELT) (((-831) (-831)) NIL (|has| $ (-6 -3988)) ELT)) (-3188 (((-85) $) 107 T ELT)) (-3629 (($) 31 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL T ELT)) (-3774 (((-485) $) 25 T ELT)) (-1215 (((-85) $ $) 141 T ELT)) (-2411 (((-85) $) 87 T ELT)) (-3013 (($ $ (-485)) NIL T ELT)) (-3134 (($ $) NIL T ELT)) (-3189 (((-85) $) 85 T ELT)) (-1460 (((-85) $) 140 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) 49 T ELT) (($) 21 (-12 (-2562 (|has| $ (-6 -3980))) (-2562 (|has| $ (-6 -3988)))) ELT)) (-2859 (($ $ $) 48 T ELT) (($) 20 (-12 (-2562 (|has| $ (-6 -3980))) (-2562 (|has| $ (-6 -3988)))) ELT)) (-1774 (((-485) $) 10 T ELT)) (-1747 (($ $) 16 T ELT)) (-1746 (($ $) 53 T ELT)) (-3944 (($ $) 58 T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-1771 (((-831) (-485)) NIL (|has| $ (-6 -3988)) ELT)) (-3245 (((-1034) $) 89 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) NIL T ELT)) (-3132 (($ $) NIL T ELT)) (-3256 (($ (-485) (-485)) NIL T ELT) (($ (-485) (-485) (-831)) 98 T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-2402 (((-485) $) 11 T ELT)) (-1745 (($) 30 T ELT)) (-3945 (($ $) 57 T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-2617 (((-831)) NIL T ELT) (((-831) (-831)) NIL (|has| $ (-6 -3988)) ELT)) (-3760 (($ $) 92 T ELT) (($ $ (-695)) NIL T ELT)) (-1770 (((-831) (-485)) NIL (|has| $ (-6 -3988)) ELT)) (-3497 (($ $) 74 T ELT)) (-3638 (($ $) 64 T ELT)) (-3495 (($ $) 75 T ELT)) (-3637 (($ $) 62 T ELT)) (-3493 (($ $) 72 T ELT)) (-3636 (($ $) 60 T ELT)) (-3974 (((-330) $) 102 T ELT) (((-179) $) 99 T ELT) (((-801 (-330)) $) NIL T ELT) (((-474) $) 38 T ELT)) (-3948 (((-773) $) 35 T ELT) (($ (-485)) 56 T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-485)) 56 T ELT) (($ (-350 (-485))) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-3133 (($ $) NIL T ELT)) (-1773 (((-831)) 19 T ELT) (((-831) (-831)) NIL (|has| $ (-6 -3988)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2696 (((-831)) 7 T ELT)) (-3500 (($ $) 79 T ELT)) (-3488 (($ $) 67 T ELT) (($ $ $) 109 T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3498 (($ $) 77 T ELT)) (-3486 (($ $) 65 T ELT)) (-3502 (($ $) 82 T ELT)) (-3490 (($ $) 70 T ELT)) (-3127 (((-85) $ $) 143 T ELT)) (-3503 (($ $) 80 T ELT)) (-3491 (($ $) 68 T ELT)) (-3501 (($ $) 81 T ELT)) (-3489 (($ $) 69 T ELT)) (-3499 (($ $) 78 T ELT)) (-3487 (($ $) 66 T ELT)) (-3385 (($ $) 108 T ELT)) (-2662 (($) 27 T CONST)) (-2668 (($) 28 T CONST)) (-3389 (($ $) 95 T ELT)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3386 (($ $ $) 97 T ELT)) (-2568 (((-85) $ $) 42 T ELT)) (-2569 (((-85) $ $) 40 T ELT)) (-3058 (((-85) $ $) 50 T ELT)) (-2686 (((-85) $ $) 41 T ELT)) (-2687 (((-85) $ $) 39 T ELT)) (-3951 (($ $ $) 29 T ELT) (($ $ (-485)) 51 T ELT)) (-3839 (($ $) 43 T ELT) (($ $ $) 45 T ELT)) (-3841 (($ $ $) 44 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) 54 T ELT) (($ $ (-350 (-485))) 139 T ELT) (($ $ $) 55 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 47 T ELT) (($ $ $) 46 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT)))
+(((-179) (-13 (-347) (-190) (-1116) (-554 (-474)) (-10 -8 (-15 -3951 ($ $ (-485))) (-15 ** ($ $ $)) (-15 -1745 ($)) (-15 -1747 ($ $)) (-15 -1746 ($ $)) (-15 -3488 ($ $ $)) (-15 -3389 ($ $)) (-15 -3386 ($ $ $)) (-15 -1748 ((-350 (-485)) $ (-695))) (-15 -1748 ((-350 (-485)) $ (-695) (-695))) (-15 -1460 ((-85) $))))) (T -179))
+((** (*1 *1 *1 *1) (-5 *1 (-179))) (-3951 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-179)))) (-1745 (*1 *1) (-5 *1 (-179))) (-1747 (*1 *1 *1) (-5 *1 (-179))) (-1746 (*1 *1 *1) (-5 *1 (-179))) (-3488 (*1 *1 *1 *1) (-5 *1 (-179))) (-3389 (*1 *1 *1) (-5 *1 (-179))) (-3386 (*1 *1 *1 *1) (-5 *1 (-179))) (-1748 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *2 (-350 (-485))) (-5 *1 (-179)))) (-1748 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-350 (-485))) (-5 *1 (-179)))) (-1460 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-179)))))
+((-3388 (((-142 (-179)) (-695) (-142 (-179))) 11 T ELT) (((-179) (-695) (-179)) 12 T ELT)) (-1461 (((-142 (-179)) (-142 (-179))) 13 T ELT) (((-179) (-179)) 14 T ELT)) (-1462 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 19 T ELT) (((-179) (-179) (-179)) 22 T ELT)) (-3387 (((-142 (-179)) (-142 (-179))) 27 T ELT) (((-179) (-179)) 26 T ELT)) (-3391 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 57 T ELT) (((-179) (-179) (-179)) 49 T ELT)) (-3393 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 62 T ELT) (((-179) (-179) (-179)) 60 T ELT)) (-3390 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 15 T ELT) (((-179) (-179) (-179)) 16 T ELT)) (-3392 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 17 T ELT) (((-179) (-179) (-179)) 18 T ELT)) (-3395 (((-142 (-179)) (-142 (-179))) 74 T ELT) (((-179) (-179)) 73 T ELT)) (-3394 (((-179) (-179)) 68 T ELT) (((-142 (-179)) (-142 (-179))) 72 T ELT)) (-3389 (((-142 (-179)) (-142 (-179))) 8 T ELT) (((-179) (-179)) 9 T ELT)) (-3386 (((-142 (-179)) (-142 (-179)) (-142 (-179))) 35 T ELT) (((-179) (-179) (-179)) 31 T ELT)))
+(((-180) (-10 -7 (-15 -3389 ((-179) (-179))) (-15 -3389 ((-142 (-179)) (-142 (-179)))) (-15 -3386 ((-179) (-179) (-179))) (-15 -3386 ((-142 (-179)) (-142 (-179)) (-142 (-179)))) (-15 -1461 ((-179) (-179))) (-15 -1461 ((-142 (-179)) (-142 (-179)))) (-15 -3387 ((-179) (-179))) (-15 -3387 ((-142 (-179)) (-142 (-179)))) (-15 -3388 ((-179) (-695) (-179))) (-15 -3388 ((-142 (-179)) (-695) (-142 (-179)))) (-15 -3390 ((-179) (-179) (-179))) (-15 -3390 ((-142 (-179)) (-142 (-179)) (-142 (-179)))) (-15 -3391 ((-179) (-179) (-179))) (-15 -3391 ((-142 (-179)) (-142 (-179)) (-142 (-179)))) (-15 -3392 ((-179) (-179) (-179))) (-15 -3392 ((-142 (-179)) (-142 (-179)) (-142 (-179)))) (-15 -3393 ((-179) (-179) (-179))) (-15 -3393 ((-142 (-179)) (-142 (-179)) (-142 (-179)))) (-15 -3394 ((-142 (-179)) (-142 (-179)))) (-15 -3394 ((-179) (-179))) (-15 -3395 ((-179) (-179))) (-15 -3395 ((-142 (-179)) (-142 (-179)))) (-15 -1462 ((-179) (-179) (-179))) (-15 -1462 ((-142 (-179)) (-142 (-179)) (-142 (-179)))))) (T -180))
+((-1462 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-1462 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3395 (*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3395 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3394 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3394 (*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3393 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3393 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3392 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3392 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3391 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3391 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3390 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3390 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3388 (*1 *2 *3 *2) (-12 (-5 *2 (-142 (-179))) (-5 *3 (-695)) (-5 *1 (-180)))) (-3388 (*1 *2 *3 *2) (-12 (-5 *2 (-179)) (-5 *3 (-695)) (-5 *1 (-180)))) (-3387 (*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3387 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-1461 (*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-1461 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3386 (*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3386 (*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))) (-3389 (*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))) (-3389 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3840 (($ (-695) (-695)) NIL T ELT)) (-2351 (($ $ $) NIL T ELT)) (-3416 (($ (-1180 |#1|)) NIL T ELT) (($ $) NIL T ELT)) (-3875 (($ |#1| |#1| |#1|) 33 T ELT)) (-3122 (((-85) $) NIL T ELT)) (-2350 (($ $ (-485) (-485)) NIL T ELT)) (-2349 (($ $ (-485) (-485)) NIL T ELT)) (-2348 (($ $ (-485) (-485) (-485) (-485)) NIL T ELT)) (-2353 (($ $) NIL T ELT)) (-3124 (((-85) $) NIL T ELT)) (-2347 (($ $ (-485) (-485) $) NIL T ELT)) (-3790 ((|#1| $ (-485) (-485) |#1|) NIL T ELT) (($ $ (-584 (-485)) (-584 (-485)) $) NIL T ELT)) (-1258 (($ $ (-485) (-1180 |#1|)) NIL T ELT)) (-1257 (($ $ (-485) (-1180 |#1|)) NIL T ELT)) (-3849 (($ |#1| |#1| |#1|) 32 T ELT)) (-3335 (($ (-695) |#1|) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3111 (($ $) NIL (|has| |#1| (-258)) ELT)) (-3113 (((-1180 |#1|) $ (-485)) NIL T ELT)) (-1463 (($ |#1|) 31 T ELT)) (-1464 (($ |#1|) 30 T ELT)) (-1465 (($ |#1|) 29 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-3110 (((-695) $) NIL (|has| |#1| (-496)) ELT)) (-1577 ((|#1| $ (-485) (-485) |#1|) NIL T ELT)) (-3114 ((|#1| $ (-485) (-485)) NIL T ELT)) (-3109 (((-695) $) NIL (|has| |#1| (-496)) ELT)) (-3108 (((-584 (-1180 |#1|)) $) NIL (|has| |#1| (-496)) ELT)) (-3116 (((-695) $) NIL T ELT)) (-3616 (($ (-695) (-695) |#1|) NIL T ELT)) (-3115 (((-695) $) NIL T ELT)) (-3329 ((|#1| $) NIL (|has| |#1| (-6 (-3999 #1="*"))) ELT)) (-3120 (((-485) $) NIL T ELT)) (-3118 (((-485) $) NIL T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3119 (((-485) $) NIL T ELT)) (-3117 (((-485) $) NIL T ELT)) (-3125 (($ (-584 (-584 |#1|))) 11 T ELT) (($ (-695) (-695) (-1 |#1| (-485) (-485))) NIL T ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-3596 (((-584 (-584 |#1|)) $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3592 (((-3 $ #2="failed") $) NIL (|has| |#1| (-312)) ELT)) (-1466 (($) 12 T ELT)) (-2352 (($ $ $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-2200 (($ $ |#1|) NIL T ELT)) (-3468 (((-3 $ #2#) $ |#1|) NIL (|has| |#1| (-496)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ (-485) (-485)) NIL T ELT) ((|#1| $ (-485) (-485) |#1|) NIL T ELT) (($ $ (-584 (-485)) (-584 (-485))) NIL T ELT)) (-3334 (($ (-584 |#1|)) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3123 (((-85) $) NIL T ELT)) (-3330 ((|#1| $) NIL (|has| |#1| (-6 (-3999 #1#))) ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) NIL T ELT) (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3402 (($ $) NIL T ELT)) (-3112 (((-1180 |#1|) $ (-485)) NIL T ELT)) (-3948 (($ (-1180 |#1|)) NIL T ELT) (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3121 (((-85) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| |#1| (-312)) ELT)) (* (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-485) $) NIL T ELT) (((-1180 |#1|) $ (-1180 |#1|)) 15 T ELT) (((-1180 |#1|) (-1180 |#1|) $) NIL T ELT) (((-855 |#1|) $ (-855 |#1|)) 21 T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-181 |#1|) (-13 (-628 |#1| (-1180 |#1|) (-1180 |#1|)) (-10 -8 (-15 * ((-855 |#1|) $ (-855 |#1|))) (-15 -1466 ($)) (-15 -1465 ($ |#1|)) (-15 -1464 ($ |#1|)) (-15 -1463 ($ |#1|)) (-15 -3849 ($ |#1| |#1| |#1|)) (-15 -3875 ($ |#1| |#1| |#1|)))) (-13 (-312) (-1116))) (T -181))
+((* (*1 *2 *1 *2) (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116))) (-5 *1 (-181 *3)))) (-1466 (*1 *1) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116))))) (-1465 (*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116))))) (-1464 (*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116))))) (-1463 (*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116))))) (-3849 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116))))) (-3875 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116))))))
+((-1571 (($ (-1 (-85) |#2|) $) 16 T ELT)) (-3407 (($ |#2| $) NIL T ELT) (($ (-1 (-85) |#2|) $) 28 T ELT)) (-1467 (($) NIL T ELT) (($ (-584 |#2|)) 11 T ELT)) (-3058 (((-85) $ $) 26 T ELT)))
+(((-182 |#1| |#2|) (-10 -7 (-15 -3058 ((-85) |#1| |#1|)) (-15 -1571 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3407 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3407 (|#1| |#2| |#1|)) (-15 -1467 (|#1| (-584 |#2|))) (-15 -1467 (|#1|))) (-183 |#2|) (-1014)) (T -182))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-1571 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-1354 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3408 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 34 T ELT)) (-3611 (($ |#1| $) 35 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1276 ((|#1| $) 36 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-1467 (($) 44 T ELT) (($ (-584 |#1|)) 43 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 51 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 45 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-183 |#1|) (-113) (-1014)) (T -183))
NIL
(-13 (-193 |t#1|))
-(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-193 |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3759 (($ $ (-1 |#1| |#1|) (-694)) 65 T ELT) (($ $ (-1 |#1| |#1|)) 64 T ELT) (($ $ (-1090)) 63 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 61 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 60 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 59 (|has| |#1| (-811 (-1090))) ELT) (($ $) 55 (|has| |#1| (-189)) ELT) (($ $ (-694)) 53 (|has| |#1| (-189)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1 |#1| |#1|) (-694)) 67 T ELT) (($ $ (-1 |#1| |#1|)) 66 T ELT) (($ $ (-1090)) 62 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 58 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 57 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 56 (|has| |#1| (-811 (-1090))) ELT) (($ $) 54 (|has| |#1| (-189)) ELT) (($ $ (-694)) 52 (|has| |#1| (-189)) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-184 |#1|) (-113) (-961)) (T -184))
-NIL
-(-13 (-961) (-225 |t#1|) (-10 -7 (IF (|has| |t#1| (-190)) (-6 (-190)) |%noBranch|) (IF (|has| |t#1| (-809 (-1090))) (-6 (-809 (-1090))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-186 $) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-190) |has| |#1| (-190)) ((-189) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-225 |#1|) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-663) . T) ((-806 $ (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-809 (-1090)) |has| |#1| (-809 (-1090))) ((-811 (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2670 ((|#2| $) 9 T ELT)))
-(((-185 |#1| |#2|) (-10 -7 (-15 -2670 (|#2| |#1|))) (-186 |#2|) (-1129)) (T -185))
-NIL
-((-3759 ((|#1| $) 7 T ELT)) (-2670 ((|#1| $) 6 T ELT)))
-(((-186 |#1|) (-113) (-1129)) (T -186))
-((-3759 (*1 *2 *1) (-12 (-4 *1 (-186 *2)) (-4 *2 (-1129)))) (-2670 (*1 *2 *1) (-12 (-4 *1 (-186 *2)) (-4 *2 (-1129)))))
-(-13 (-1129) (-10 -8 (-15 -3759 (|t#1| $)) (-15 -2670 (|t#1| $))))
-(((-13) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3759 (($ $ (-694)) 43 T ELT) (($ $) 41 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-2670 (($ $ (-694)) 44 T ELT) (($ $) 42 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
-(((-187 |#1|) (-113) (-961)) (T -187))
-NIL
-(-13 (-82 |t#1| |t#1|) (-189) (-10 -7 (IF (|has| |t#1| (-146)) (-6 (-654 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-552 (-772)) . T) ((-186 $) . T) ((-189) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-582 |#1|) |has| |#1| (-146)) ((-654 |#1|) |has| |#1| (-146)) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-3759 (($ $) NIL T ELT) (($ $ (-694)) 9 T ELT)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) 11 T ELT)))
-(((-188 |#1|) (-10 -7 (-15 -2670 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1| (-694))) (-15 -2670 (|#1| |#1|)) (-15 -3759 (|#1| |#1|))) (-189)) (T -188))
-NIL
-((-3759 (($ $) 7 T ELT) (($ $ (-694)) 10 T ELT)) (-2670 (($ $) 6 T ELT) (($ $ (-694)) 9 T ELT)))
+(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-193 |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3760 (($ $ (-1 |#1| |#1|) (-695)) 65 T ELT) (($ $ (-1 |#1| |#1|)) 64 T ELT) (($ $ (-1091)) 63 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 61 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 60 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 59 (|has| |#1| (-812 (-1091))) ELT) (($ $) 55 (|has| |#1| (-189)) ELT) (($ $ (-695)) 53 (|has| |#1| (-189)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1 |#1| |#1|) (-695)) 67 T ELT) (($ $ (-1 |#1| |#1|)) 66 T ELT) (($ $ (-1091)) 62 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 58 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 57 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 56 (|has| |#1| (-812 (-1091))) ELT) (($ $) 54 (|has| |#1| (-189)) ELT) (($ $ (-695)) 52 (|has| |#1| (-189)) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-184 |#1|) (-113) (-962)) (T -184))
+NIL
+(-13 (-962) (-225 |t#1|) (-10 -7 (IF (|has| |t#1| (-190)) (-6 (-190)) |%noBranch|) (IF (|has| |t#1| (-810 (-1091))) (-6 (-810 (-1091))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-186 $) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-190) |has| |#1| (-190)) ((-189) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-225 |#1|) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-664) . T) ((-807 $ (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-810 (-1091)) |has| |#1| (-810 (-1091))) ((-812 (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2671 ((|#2| $) 9 T ELT)))
+(((-185 |#1| |#2|) (-10 -7 (-15 -2671 (|#2| |#1|))) (-186 |#2|) (-1130)) (T -185))
+NIL
+((-3760 ((|#1| $) 7 T ELT)) (-2671 ((|#1| $) 6 T ELT)))
+(((-186 |#1|) (-113) (-1130)) (T -186))
+((-3760 (*1 *2 *1) (-12 (-4 *1 (-186 *2)) (-4 *2 (-1130)))) (-2671 (*1 *2 *1) (-12 (-4 *1 (-186 *2)) (-4 *2 (-1130)))))
+(-13 (-1130) (-10 -8 (-15 -3760 (|t#1| $)) (-15 -2671 (|t#1| $))))
+(((-13) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3760 (($ $ (-695)) 43 T ELT) (($ $) 41 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-2671 (($ $ (-695)) 44 T ELT) (($ $) 42 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
+(((-187 |#1|) (-113) (-962)) (T -187))
+NIL
+(-13 (-82 |t#1| |t#1|) (-189) (-10 -7 (IF (|has| |t#1| (-146)) (-6 (-655 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-553 (-773)) . T) ((-186 $) . T) ((-189) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-583 |#1|) |has| |#1| (-146)) ((-655 |#1|) |has| |#1| (-146)) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-3760 (($ $) NIL T ELT) (($ $ (-695)) 9 T ELT)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) 11 T ELT)))
+(((-188 |#1|) (-10 -7 (-15 -2671 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1| (-695))) (-15 -2671 (|#1| |#1|)) (-15 -3760 (|#1| |#1|))) (-189)) (T -188))
+NIL
+((-3760 (($ $) 7 T ELT) (($ $ (-695)) 10 T ELT)) (-2671 (($ $) 6 T ELT) (($ $ (-695)) 9 T ELT)))
(((-189) (-113)) (T -189))
-((-3759 (*1 *1 *1 *2) (-12 (-4 *1 (-189)) (-5 *2 (-694)))) (-2670 (*1 *1 *1 *2) (-12 (-4 *1 (-189)) (-5 *2 (-694)))))
-(-13 (-186 $) (-10 -8 (-15 -3759 ($ $ (-694))) (-15 -2670 ($ $ (-694)))))
-(((-186 $) . T) ((-13) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3759 (($ $ (-694)) 50 T ELT) (($ $) 48 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-694)) 51 T ELT) (($ $) 49 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
+((-3760 (*1 *1 *1 *2) (-12 (-4 *1 (-189)) (-5 *2 (-695)))) (-2671 (*1 *1 *1 *2) (-12 (-4 *1 (-189)) (-5 *2 (-695)))))
+(-13 (-186 $) (-10 -8 (-15 -3760 ($ $ (-695))) (-15 -2671 ($ $ (-695)))))
+(((-186 $) . T) ((-13) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3760 (($ $ (-695)) 50 T ELT) (($ $) 48 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-695)) 51 T ELT) (($ $) 49 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
(((-190) (-113)) (T -190))
NIL
-(-13 (-961) (-189))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-186 $) . T) ((-189) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-663) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 31 T ELT)) (-3725 (($) 30 T CONST)) (-3468 (((-3 $ "failed") $) 36 T ELT)) (-3187 (((-85) $) 28 T ELT)) (-1214 (((-85) $ $) 33 T ELT)) (-2410 (((-85) $) 38 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 29 T CONST)) (-2667 (($) 39 T CONST)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)) (-3840 (($ $ $) 25 T ELT)) (** (($ $ (-830)) 40 T ELT) (($ $ (-694)) 37 T ELT)) (* (($ (-830) $) 26 T ELT) (($ (-694) $) 32 T ELT) (($ $ $) 41 T ELT)))
+(-13 (-962) (-189))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-186 $) . T) ((-189) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-664) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 31 T ELT)) (-3726 (($) 30 T CONST)) (-3469 (((-3 $ "failed") $) 36 T ELT)) (-3188 (((-85) $) 28 T ELT)) (-1215 (((-85) $ $) 33 T ELT)) (-2411 (((-85) $) 38 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 29 T CONST)) (-2668 (($) 39 T CONST)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)) (-3841 (($ $ $) 25 T ELT)) (** (($ $ (-831)) 40 T ELT) (($ $ (-695)) 37 T ELT)) (* (($ (-831) $) 26 T ELT) (($ (-695) $) 32 T ELT) (($ $ $) 41 T ELT)))
(((-191) (-113)) (T -191))
NIL
-(-13 (-716) (-1061))
-(((-23) . T) ((-25) . T) ((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-663) . T) ((-716) . T) ((-718) . T) ((-756) . T) ((-759) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-1466 (($) 12 T ELT) (($ (-583 |#2|)) NIL T ELT)) (-3401 (($ $) 14 T ELT)) (-3531 (($ (-583 |#2|)) 10 T ELT)) (-3947 (((-772) $) 21 T ELT)))
-(((-192 |#1| |#2|) (-10 -7 (-15 -3947 ((-772) |#1|)) (-15 -1466 (|#1| (-583 |#2|))) (-15 -1466 (|#1|)) (-15 -3531 (|#1| (-583 |#2|))) (-15 -3401 (|#1| |#1|))) (-193 |#2|) (-1013)) (T -192))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-1570 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-1353 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3406 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3407 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 34 T ELT)) (-3610 (($ |#1| $) 35 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1275 ((|#1| $) 36 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-1466 (($) 44 T ELT) (($ (-583 |#1|)) 43 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 51 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 45 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-193 |#1|) (-113) (-1013)) (T -193))
-((-1466 (*1 *1) (-12 (-4 *1 (-193 *2)) (-4 *2 (-1013)))) (-1466 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-4 *1 (-193 *3)))) (-3406 (*1 *1 *2 *1) (-12 (-4 *1 (-318 *2)) (-4 *1 (-193 *2)) (-4 *2 (-1013)))) (-3406 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-193 *3)) (-4 *3 (-1013)))) (-1570 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-193 *3)) (-4 *3 (-1013)))))
-(-13 (-76 |t#1|) (-124 |t#1|) (-10 -8 (-15 -1466 ($)) (-15 -1466 ($ (-583 |t#1|))) (IF (|has| $ (-318 |t#1|)) (PROGN (-15 -3406 ($ |t#1| $)) (-15 -3406 ($ (-1 (-85) |t#1|) $)) (-15 -1570 ($ (-1 (-85) |t#1|) $))) |%noBranch|)))
-(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1129) . T))
-((-1467 (((-2 (|:| |varOrder| (-583 (-1090))) (|:| |inhom| (-3 (-583 (-1179 (-694))) "failed")) (|:| |hom| (-583 (-1179 (-694))))) (-249 (-857 (-484)))) 42 T ELT)))
-(((-194) (-10 -7 (-15 -1467 ((-2 (|:| |varOrder| (-583 (-1090))) (|:| |inhom| (-3 (-583 (-1179 (-694))) "failed")) (|:| |hom| (-583 (-1179 (-694))))) (-249 (-857 (-484))))))) (T -194))
-((-1467 (*1 *2 *3) (-12 (-5 *3 (-249 (-857 (-484)))) (-5 *2 (-2 (|:| |varOrder| (-583 (-1090))) (|:| |inhom| (-3 (-583 (-1179 (-694))) "failed")) (|:| |hom| (-583 (-1179 (-694)))))) (-5 *1 (-194)))))
-((-3137 (((-694)) 56 T ELT)) (-2279 (((-2 (|:| |mat| (-630 |#3|)) (|:| |vec| (-1179 |#3|))) (-630 $) (-1179 $)) 53 T ELT) (((-630 |#3|) (-630 $)) 44 T ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-484)) (-630 $)) NIL T ELT)) (-3912 (((-107)) 62 T ELT)) (-3759 (($ $ (-1 |#3| |#3|)) 18 T ELT) (($ $ (-1 |#3| |#3|) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $) NIL T ELT)) (-3947 (((-1179 |#3|) $) NIL T ELT) (($ |#3|) NIL T ELT) (((-772) $) NIL T ELT) (($ (-484)) 12 T ELT) (($ (-350 (-484))) NIL T ELT)) (-3127 (((-694)) 15 T CONST)) (-3950 (($ $ |#3|) 59 T ELT)))
-(((-195 |#1| |#2| |#3|) (-10 -7 (-15 -3947 (|#1| (-350 (-484)))) (-15 -3947 (|#1| (-484))) (-15 -3759 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1| (-1090))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -3947 ((-772) |#1|)) (-15 -3127 ((-694)) -3953) (-15 -2279 ((-630 (-484)) (-630 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 |#1|) (-1179 |#1|))) (-15 -3947 (|#1| |#3|)) (-15 -3759 (|#1| |#1| (-1 |#3| |#3|) (-694))) (-15 -3759 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2279 ((-630 |#3|) (-630 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 |#3|)) (|:| |vec| (-1179 |#3|))) (-630 |#1|) (-1179 |#1|))) (-15 -3137 ((-694))) (-15 -3950 (|#1| |#1| |#3|)) (-15 -3912 ((-107))) (-15 -3947 ((-1179 |#3|) |#1|))) (-196 |#2| |#3|) (-694) (-1129)) (T -195))
-((-3912 (*1 *2) (-12 (-14 *4 (-694)) (-4 *5 (-1129)) (-5 *2 (-107)) (-5 *1 (-195 *3 *4 *5)) (-4 *3 (-196 *4 *5)))) (-3137 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1129)) (-5 *2 (-694)) (-5 *1 (-195 *3 *4 *5)) (-4 *3 (-196 *4 *5)))) (-3127 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1129)) (-5 *2 (-694)) (-5 *1 (-195 *3 *4 *5)) (-4 *3 (-196 *4 *5)))))
-((-2569 (((-85) $ $) 17 (|has| |#2| (-72)) ELT)) (-3189 (((-85) $) 71 (|has| |#2| (-23)) ELT)) (-3708 (($ (-830)) 127 (|has| |#2| (-961)) ELT)) (-2198 (((-1185) $ (-484) (-484)) 34 (|has| $ (-1035 |#2|)) ELT)) (-2484 (($ $ $) 123 (|has| |#2| (-717)) ELT)) (-1312 (((-3 $ "failed") $ $) 74 (|has| |#2| (-104)) ELT)) (-3137 (((-694)) 112 (|has| |#2| (-320)) ELT)) (-3789 ((|#2| $ (-484) |#2|) 46 (|has| $ (-1035 |#2|)) ELT)) (-3725 (($) 6 T CONST)) (-3158 (((-3 (-484) #1="failed") $) 66 (-2563 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) ELT) (((-3 (-350 (-484)) #1#) $) 63 (-2563 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) (((-3 |#2| #1#) $) 60 (|has| |#2| (-1013)) ELT)) (-3157 (((-484) $) 65 (-2563 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) ELT) (((-350 (-484)) $) 62 (-2563 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) ((|#2| $) 61 (|has| |#2| (-1013)) ELT)) (-2279 (((-630 (-484)) (-630 $)) 109 (-2563 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 108 (-2563 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) 107 (|has| |#2| (-961)) ELT) (((-630 |#2|) (-630 $)) 106 (|has| |#2| (-961)) ELT)) (-3843 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 139 (|has| |#2| (-72)) ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 136 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) 135 T ELT)) (-3468 (((-3 $ "failed") $) 86 (|has| |#2| (-961)) ELT)) (-2995 (($) 115 (|has| |#2| (-320)) ELT)) (-1576 ((|#2| $ (-484) |#2|) 47 (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ (-484)) 45 T ELT)) (-3187 (((-85) $) 122 (|has| |#2| (-717)) ELT)) (-1214 (((-85) $ $) 73 (|has| |#2| (-23)) ELT)) (-2410 (((-85) $) 84 (|has| |#2| (-961)) ELT)) (-2200 (((-484) $) 37 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) 116 (|has| |#2| (-756)) ELT)) (-2609 (((-583 |#2|) $) 134 T ELT)) (-3246 (((-85) |#2| $) 138 (|has| |#2| (-72)) ELT)) (-2201 (((-484) $) 38 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) 117 (|has| |#2| (-756)) ELT)) (-3959 (($ (-1 |#2| |#2|) $) 25 T ELT)) (-2010 (((-830) $) 114 (|has| |#2| (-320)) ELT)) (-2280 (((-630 (-484)) (-1179 $)) 111 (-2563 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 110 (-2563 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) 105 (|has| |#2| (-961)) ELT) (((-630 |#2|) (-1179 $)) 104 (|has| |#2| (-961)) ELT)) (-3243 (((-1073) $) 20 (|has| |#2| (-1013)) ELT)) (-2203 (((-583 (-484)) $) 40 T ELT)) (-2204 (((-85) (-484) $) 41 T ELT)) (-2400 (($ (-830)) 113 (|has| |#2| (-320)) ELT)) (-3244 (((-1033) $) 19 (|has| |#2| (-1013)) ELT)) (-3802 ((|#2| $) 36 (|has| (-484) (-756)) ELT)) (-2199 (($ $ |#2|) 35 (|has| $ (-1035 |#2|)) ELT)) (-1731 (((-85) (-1 (-85) |#2|) $) 132 T ELT)) (-3769 (($ $ (-583 (-249 |#2|))) 24 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) 23 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) 22 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) 21 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#2| $) 39 (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) 42 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#2| $ (-484) |#2|) 44 T ELT) ((|#2| $ (-484)) 43 T ELT)) (-3837 ((|#2| $ $) 126 (|has| |#2| (-961)) ELT)) (-1468 (($ (-1179 |#2|)) 128 T ELT)) (-3912 (((-107)) 125 (|has| |#2| (-312)) ELT)) (-3759 (($ $ (-694)) 102 (-2563 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $) 100 (-2563 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 96 (-2563 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090) (-694)) 95 (-2563 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090))) 94 (-2563 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090)) 92 (-2563 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1 |#2| |#2|)) 91 (|has| |#2| (-961)) ELT) (($ $ (-1 |#2| |#2|) (-694)) 90 (|has| |#2| (-961)) ELT)) (-1730 (((-694) |#2| $) 137 (|has| |#2| (-72)) ELT) (((-694) (-1 (-85) |#2|) $) 133 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-1179 |#2|) $) 129 T ELT) (($ (-484)) 67 (OR (-2563 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) (|has| |#2| (-961))) ELT) (($ (-350 (-484))) 64 (-2563 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) (($ |#2|) 59 (|has| |#2| (-1013)) ELT) (((-772) $) 15 (|has| |#2| (-552 (-772))) ELT)) (-3127 (((-694)) 87 (|has| |#2| (-961)) CONST)) (-1265 (((-85) $ $) 18 (|has| |#2| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 131 T ELT)) (-3126 (((-85) $ $) 82 (|has| |#2| (-961)) ELT)) (-2661 (($) 70 (|has| |#2| (-23)) CONST)) (-2667 (($) 83 (|has| |#2| (-961)) CONST)) (-2670 (($ $ (-694)) 103 (-2563 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $) 101 (-2563 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 99 (-2563 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090) (-694)) 98 (-2563 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090))) 97 (-2563 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090)) 93 (-2563 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1 |#2| |#2|)) 89 (|has| |#2| (-961)) ELT) (($ $ (-1 |#2| |#2|) (-694)) 88 (|has| |#2| (-961)) ELT)) (-2567 (((-85) $ $) 118 (|has| |#2| (-756)) ELT)) (-2568 (((-85) $ $) 120 (|has| |#2| (-756)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#2| (-72)) ELT)) (-2685 (((-85) $ $) 119 (|has| |#2| (-756)) ELT)) (-2686 (((-85) $ $) 121 (|has| |#2| (-756)) ELT)) (-3950 (($ $ |#2|) 124 (|has| |#2| (-312)) ELT)) (-3838 (($ $ $) 77 (|has| |#2| (-21)) ELT) (($ $) 76 (|has| |#2| (-21)) ELT)) (-3840 (($ $ $) 68 (|has| |#2| (-25)) ELT)) (** (($ $ (-694)) 85 (|has| |#2| (-961)) ELT) (($ $ (-830)) 80 (|has| |#2| (-961)) ELT)) (* (($ $ $) 81 (|has| |#2| (-961)) ELT) (($ $ |#2|) 79 (|has| |#2| (-663)) ELT) (($ |#2| $) 78 (|has| |#2| (-663)) ELT) (($ (-484) $) 75 (|has| |#2| (-21)) ELT) (($ (-694) $) 72 (|has| |#2| (-23)) ELT) (($ (-830) $) 69 (|has| |#2| (-25)) ELT)) (-3958 (((-694) $) 130 T ELT)))
-(((-196 |#1| |#2|) (-113) (-694) (-1129)) (T -196))
-((-1468 (*1 *1 *2) (-12 (-5 *2 (-1179 *4)) (-4 *4 (-1129)) (-4 *1 (-196 *3 *4)))) (-3708 (*1 *1 *2) (-12 (-5 *2 (-830)) (-4 *1 (-196 *3 *4)) (-4 *4 (-961)) (-4 *4 (-1129)))) (-3837 (*1 *2 *1 *1) (-12 (-4 *1 (-196 *3 *2)) (-4 *2 (-1129)) (-4 *2 (-961)))))
-(-13 (-538 (-484) |t#2|) (-318 |t#2|) (-552 (-1179 |t#2|)) (-10 -8 (-15 -1468 ($ (-1179 |t#2|))) (IF (|has| |t#2| (-1013)) (-6 (-355 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-961)) (PROGN (-6 (-82 |t#2| |t#2|)) (-6 (-184 |t#2|)) (-6 (-329 |t#2|)) (-15 -3708 ($ (-830))) (-15 -3837 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-104)) (-6 (-104)) |%noBranch|) (IF (|has| |t#2| (-23)) (-6 (-23)) |%noBranch|) (IF (|has| |t#2| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#2| (-663)) (-6 (-582 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-320)) (-6 (-320)) |%noBranch|) (IF (|has| |t#2| (-146)) (-6 (-654 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-6 -3993)) (-6 -3993) |%noBranch|) (IF (|has| |t#2| (-756)) (-6 (-756)) |%noBranch|) (IF (|has| |t#2| (-717)) (-6 (-717)) |%noBranch|) (IF (|has| |t#2| (-312)) (-6 (-1187 |t#2|)) |%noBranch|)))
-(((-21) OR (|has| |#2| (-961)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-21))) ((-23) OR (|has| |#2| (-961)) (|has| |#2| (-717)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-104)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-25) OR (|has| |#2| (-961)) (|has| |#2| (-717)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-104)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-34) . T) ((-72) OR (|has| |#2| (-1013)) (|has| |#2| (-961)) (|has| |#2| (-756)) (|has| |#2| (-717)) (|has| |#2| (-663)) (|has| |#2| (-320)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-104)) (|has| |#2| (-72)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-82 |#2| |#2|) OR (|has| |#2| (-961)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-104) OR (|has| |#2| (-961)) (|has| |#2| (-717)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-104)) (|has| |#2| (-21))) ((-555 (-350 (-484))) -12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ((-555 (-484)) OR (|has| |#2| (-961)) (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013)))) ((-555 |#2|) |has| |#2| (-1013)) ((-552 (-772)) OR (|has| |#2| (-1013)) (|has| |#2| (-961)) (|has| |#2| (-756)) (|has| |#2| (-717)) (|has| |#2| (-663)) (|has| |#2| (-320)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-552 (-772))) (|has| |#2| (-104)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-552 (-1179 |#2|)) . T) ((-186 $) OR (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) (-12 (|has| |#2| (-190)) (|has| |#2| (-961)))) ((-184 |#2|) |has| |#2| (-961)) ((-190) -12 (|has| |#2| (-190)) (|has| |#2| (-961))) ((-189) OR (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) (-12 (|has| |#2| (-190)) (|has| |#2| (-961)))) ((-225 |#2|) |has| |#2| (-961)) ((-241 (-484) |#2|) . T) ((-243 (-484) |#2|) . T) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-320) |has| |#2| (-320)) ((-318 |#2|) . T) ((-329 |#2|) |has| |#2| (-961)) ((-355 |#2|) |has| |#2| (-1013)) ((-429 |#2|) . T) ((-538 (-484) |#2|) . T) ((-455 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-13) . T) ((-588 (-484)) OR (|has| |#2| (-961)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-21))) ((-588 |#2|) OR (|has| |#2| (-961)) (|has| |#2| (-663)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-588 $) |has| |#2| (-961)) ((-590 (-484)) -12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ((-590 |#2|) OR (|has| |#2| (-961)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-590 $) |has| |#2| (-961)) ((-582 |#2|) OR (|has| |#2| (-663)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-580 (-484)) -12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ((-580 |#2|) |has| |#2| (-961)) ((-654 |#2|) OR (|has| |#2| (-312)) (|has| |#2| (-146))) ((-663) |has| |#2| (-961)) ((-716) |has| |#2| (-717)) ((-717) |has| |#2| (-717)) ((-718) |has| |#2| (-717)) ((-721) |has| |#2| (-717)) ((-756) OR (|has| |#2| (-756)) (|has| |#2| (-717))) ((-759) OR (|has| |#2| (-756)) (|has| |#2| (-717))) ((-806 $ (-1090)) OR (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) (-12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961)))) ((-809 (-1090)) -12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961))) ((-811 (-1090)) OR (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) (-12 (|has| |#2| (-809 (-1090))) (|has| |#2| (-961)))) ((-950 (-350 (-484))) -12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ((-950 (-484)) -12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) ((-950 |#2|) |has| |#2| (-1013)) ((-963 |#2|) OR (|has| |#2| (-961)) (|has| |#2| (-663)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-968 |#2|) OR (|has| |#2| (-961)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-961) |has| |#2| (-961)) ((-970) |has| |#2| (-961)) ((-1025) |has| |#2| (-961)) ((-1061) |has| |#2| (-961)) ((-1013) OR (|has| |#2| (-1013)) (|has| |#2| (-961)) (|has| |#2| (-756)) (|has| |#2| (-717)) (|has| |#2| (-663)) (|has| |#2| (-320)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-104)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-1129) . T) ((-1187 |#2|) |has| |#2| (-312)))
-((-2569 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-3189 (((-85) $) NIL (|has| |#2| (-23)) ELT)) (-3708 (($ (-830)) 63 (|has| |#2| (-961)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#2|)) ELT)) (-2484 (($ $ $) 69 (|has| |#2| (-717)) ELT)) (-1312 (((-3 $ #1="failed") $ $) 54 (|has| |#2| (-104)) ELT)) (-3137 (((-694)) NIL (|has| |#2| (-320)) ELT)) (-3789 ((|#2| $ (-484) |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (-12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) (((-3 |#2| #1#) $) 31 (|has| |#2| (-1013)) ELT)) (-3157 (((-484) $) NIL (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) ELT) (((-350 (-484)) $) NIL (-12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) ((|#2| $) 29 (|has| |#2| (-1013)) ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL (|has| |#2| (-961)) ELT) (((-630 |#2|) (-630 $)) NIL (|has| |#2| (-961)) ELT)) (-3843 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) NIL (|has| |#2| (-72)) ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT)) (-3468 (((-3 $ #1#) $) 59 (|has| |#2| (-961)) ELT)) (-2995 (($) NIL (|has| |#2| (-320)) ELT)) (-1576 ((|#2| $ (-484) |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ (-484)) 57 T ELT)) (-3187 (((-85) $) NIL (|has| |#2| (-717)) ELT)) (-1214 (((-85) $ $) NIL (|has| |#2| (-23)) ELT)) (-2410 (((-85) $) NIL (|has| |#2| (-961)) ELT)) (-2200 (((-484) $) 20 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#2| (-756)) ELT)) (-2609 (((-583 |#2|) $) 14 T ELT)) (-3246 (((-85) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#2| (-756)) ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2010 (((-830) $) NIL (|has| |#2| (-320)) ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL (|has| |#2| (-961)) ELT) (((-630 |#2|) (-1179 $)) NIL (|has| |#2| (-961)) ELT)) (-3243 (((-1073) $) NIL (|has| |#2| (-1013)) ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-2400 (($ (-830)) NIL (|has| |#2| (-320)) ELT)) (-3244 (((-1033) $) NIL (|has| |#2| (-1013)) ELT)) (-3802 ((|#2| $) NIL (|has| (-484) (-756)) ELT)) (-2199 (($ $ |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1731 (((-85) (-1 (-85) |#2|) $) 24 T ELT)) (-3769 (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#2| $ (-484) |#2|) NIL T ELT) ((|#2| $ (-484)) 21 T ELT)) (-3837 ((|#2| $ $) NIL (|has| |#2| (-961)) ELT)) (-1468 (($ (-1179 |#2|)) 18 T ELT)) (-3912 (((-107)) NIL (|has| |#2| (-312)) ELT)) (-3759 (($ $ (-694)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-961)) ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL (|has| |#2| (-961)) ELT)) (-1730 (((-694) |#2| $) NIL (|has| |#2| (-72)) ELT) (((-694) (-1 (-85) |#2|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-1179 |#2|) $) 9 T ELT) (($ (-484)) NIL (OR (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) (|has| |#2| (-961))) ELT) (($ (-350 (-484))) NIL (-12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) (($ |#2|) 12 (|has| |#2| (-1013)) ELT) (((-772) $) NIL (|has| |#2| (-552 (-772))) ELT)) (-3127 (((-694)) NIL (|has| |#2| (-961)) CONST)) (-1265 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3126 (((-85) $ $) NIL (|has| |#2| (-961)) ELT)) (-2661 (($) 37 (|has| |#2| (-23)) CONST)) (-2667 (($) 41 (|has| |#2| (-961)) CONST)) (-2670 (($ $ (-694)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-961)) ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL (|has| |#2| (-961)) ELT)) (-2567 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-3057 (((-85) $ $) 28 (|has| |#2| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-2686 (((-85) $ $) 67 (|has| |#2| (-756)) ELT)) (-3950 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3838 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-3840 (($ $ $) 35 (|has| |#2| (-25)) ELT)) (** (($ $ (-694)) NIL (|has| |#2| (-961)) ELT) (($ $ (-830)) NIL (|has| |#2| (-961)) ELT)) (* (($ $ $) 47 (|has| |#2| (-961)) ELT) (($ $ |#2|) 45 (|has| |#2| (-663)) ELT) (($ |#2| $) 46 (|has| |#2| (-663)) ELT) (($ (-484) $) NIL (|has| |#2| (-21)) ELT) (($ (-694) $) NIL (|has| |#2| (-23)) ELT) (($ (-830) $) NIL (|has| |#2| (-25)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-197 |#1| |#2|) (-196 |#1| |#2|) (-694) (-1129)) (T -197))
-NIL
-((-3842 (((-197 |#1| |#3|) (-1 |#3| |#2| |#3|) (-197 |#1| |#2|) |#3|) 21 T ELT)) (-3843 ((|#3| (-1 |#3| |#2| |#3|) (-197 |#1| |#2|) |#3|) 23 T ELT)) (-3959 (((-197 |#1| |#3|) (-1 |#3| |#2|) (-197 |#1| |#2|)) 18 T ELT)))
-(((-198 |#1| |#2| |#3|) (-10 -7 (-15 -3842 ((-197 |#1| |#3|) (-1 |#3| |#2| |#3|) (-197 |#1| |#2|) |#3|)) (-15 -3843 (|#3| (-1 |#3| |#2| |#3|) (-197 |#1| |#2|) |#3|)) (-15 -3959 ((-197 |#1| |#3|) (-1 |#3| |#2|) (-197 |#1| |#2|)))) (-694) (-1129) (-1129)) (T -198))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-197 *5 *6)) (-14 *5 (-694)) (-4 *6 (-1129)) (-4 *7 (-1129)) (-5 *2 (-197 *5 *7)) (-5 *1 (-198 *5 *6 *7)))) (-3843 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-197 *5 *6)) (-14 *5 (-694)) (-4 *6 (-1129)) (-4 *2 (-1129)) (-5 *1 (-198 *5 *6 *2)))) (-3842 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-197 *6 *7)) (-14 *6 (-694)) (-4 *7 (-1129)) (-4 *5 (-1129)) (-5 *2 (-197 *6 *5)) (-5 *1 (-198 *6 *7 *5)))))
-((-1472 (((-484) (-583 (-1073))) 36 T ELT) (((-484) (-1073)) 29 T ELT)) (-1471 (((-1185) (-583 (-1073))) 40 T ELT) (((-1185) (-1073)) 39 T ELT)) (-1469 (((-1073)) 16 T ELT)) (-1470 (((-1073) (-484) (-1073)) 23 T ELT)) (-3774 (((-583 (-1073)) (-583 (-1073)) (-484) (-1073)) 37 T ELT) (((-1073) (-1073) (-484) (-1073)) 35 T ELT)) (-2621 (((-583 (-1073)) (-583 (-1073))) 15 T ELT) (((-583 (-1073)) (-1073)) 11 T ELT)))
-(((-199) (-10 -7 (-15 -2621 ((-583 (-1073)) (-1073))) (-15 -2621 ((-583 (-1073)) (-583 (-1073)))) (-15 -1469 ((-1073))) (-15 -1470 ((-1073) (-484) (-1073))) (-15 -3774 ((-1073) (-1073) (-484) (-1073))) (-15 -3774 ((-583 (-1073)) (-583 (-1073)) (-484) (-1073))) (-15 -1471 ((-1185) (-1073))) (-15 -1471 ((-1185) (-583 (-1073)))) (-15 -1472 ((-484) (-1073))) (-15 -1472 ((-484) (-583 (-1073)))))) (T -199))
-((-1472 (*1 *2 *3) (-12 (-5 *3 (-583 (-1073))) (-5 *2 (-484)) (-5 *1 (-199)))) (-1472 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-484)) (-5 *1 (-199)))) (-1471 (*1 *2 *3) (-12 (-5 *3 (-583 (-1073))) (-5 *2 (-1185)) (-5 *1 (-199)))) (-1471 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-199)))) (-3774 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-583 (-1073))) (-5 *3 (-484)) (-5 *4 (-1073)) (-5 *1 (-199)))) (-3774 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1073)) (-5 *3 (-484)) (-5 *1 (-199)))) (-1470 (*1 *2 *3 *2) (-12 (-5 *2 (-1073)) (-5 *3 (-484)) (-5 *1 (-199)))) (-1469 (*1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-199)))) (-2621 (*1 *2 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-199)))) (-2621 (*1 *2 *3) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-199)) (-5 *3 (-1073)))))
-((** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) 18 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-350 (-484)) $) 25 T ELT) (($ $ (-350 (-484))) NIL T ELT)))
-(((-200 |#1|) (-10 -7 (-15 ** (|#1| |#1| (-484))) (-15 * (|#1| |#1| (-350 (-484)))) (-15 * (|#1| (-350 (-484)) |#1|)) (-15 ** (|#1| |#1| (-694))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-830))) (-15 * (|#1| (-484) |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 * (|#1| (-830) |#1|))) (-201)) (T -200))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 55 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ (-350 (-484))) 59 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 56 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ (-350 (-484)) $) 58 T ELT) (($ $ (-350 (-484))) 57 T ELT)))
+(-13 (-717) (-1062))
+(((-23) . T) ((-25) . T) ((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-664) . T) ((-717) . T) ((-719) . T) ((-757) . T) ((-760) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-1467 (($) 12 T ELT) (($ (-584 |#2|)) NIL T ELT)) (-3402 (($ $) 14 T ELT)) (-3532 (($ (-584 |#2|)) 10 T ELT)) (-3948 (((-773) $) 21 T ELT)))
+(((-192 |#1| |#2|) (-10 -7 (-15 -3948 ((-773) |#1|)) (-15 -1467 (|#1| (-584 |#2|))) (-15 -1467 (|#1|)) (-15 -3532 (|#1| (-584 |#2|))) (-15 -3402 (|#1| |#1|))) (-193 |#2|) (-1014)) (T -192))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-1571 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-1354 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3408 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 34 T ELT)) (-3611 (($ |#1| $) 35 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1276 ((|#1| $) 36 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-1467 (($) 44 T ELT) (($ (-584 |#1|)) 43 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 51 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 45 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-193 |#1|) (-113) (-1014)) (T -193))
+((-1467 (*1 *1) (-12 (-4 *1 (-193 *2)) (-4 *2 (-1014)))) (-1467 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-4 *1 (-193 *3)))) (-3407 (*1 *1 *2 *1) (-12 (-4 *1 (-318 *2)) (-4 *1 (-193 *2)) (-4 *2 (-1014)))) (-3407 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-193 *3)) (-4 *3 (-1014)))) (-1571 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-193 *3)) (-4 *3 (-1014)))))
+(-13 (-76 |t#1|) (-124 |t#1|) (-10 -8 (-15 -1467 ($)) (-15 -1467 ($ (-584 |t#1|))) (IF (|has| $ (-318 |t#1|)) (PROGN (-15 -3407 ($ |t#1| $)) (-15 -3407 ($ (-1 (-85) |t#1|) $)) (-15 -1571 ($ (-1 (-85) |t#1|) $))) |%noBranch|)))
+(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1130) . T))
+((-1468 (((-2 (|:| |varOrder| (-584 (-1091))) (|:| |inhom| (-3 (-584 (-1180 (-695))) "failed")) (|:| |hom| (-584 (-1180 (-695))))) (-249 (-858 (-485)))) 42 T ELT)))
+(((-194) (-10 -7 (-15 -1468 ((-2 (|:| |varOrder| (-584 (-1091))) (|:| |inhom| (-3 (-584 (-1180 (-695))) "failed")) (|:| |hom| (-584 (-1180 (-695))))) (-249 (-858 (-485))))))) (T -194))
+((-1468 (*1 *2 *3) (-12 (-5 *3 (-249 (-858 (-485)))) (-5 *2 (-2 (|:| |varOrder| (-584 (-1091))) (|:| |inhom| (-3 (-584 (-1180 (-695))) "failed")) (|:| |hom| (-584 (-1180 (-695)))))) (-5 *1 (-194)))))
+((-3138 (((-695)) 56 T ELT)) (-2280 (((-2 (|:| |mat| (-631 |#3|)) (|:| |vec| (-1180 |#3|))) (-631 $) (-1180 $)) 53 T ELT) (((-631 |#3|) (-631 $)) 44 T ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-485)) (-631 $)) NIL T ELT)) (-3913 (((-107)) 62 T ELT)) (-3760 (($ $ (-1 |#3| |#3|)) 18 T ELT) (($ $ (-1 |#3| |#3|) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $) NIL T ELT)) (-3948 (((-1180 |#3|) $) NIL T ELT) (($ |#3|) NIL T ELT) (((-773) $) NIL T ELT) (($ (-485)) 12 T ELT) (($ (-350 (-485))) NIL T ELT)) (-3128 (((-695)) 15 T CONST)) (-3951 (($ $ |#3|) 59 T ELT)))
+(((-195 |#1| |#2| |#3|) (-10 -7 (-15 -3948 (|#1| (-350 (-485)))) (-15 -3948 (|#1| (-485))) (-15 -3760 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1| (-1091))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -3948 ((-773) |#1|)) (-15 -3128 ((-695)) -3954) (-15 -2280 ((-631 (-485)) (-631 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 |#1|) (-1180 |#1|))) (-15 -3948 (|#1| |#3|)) (-15 -3760 (|#1| |#1| (-1 |#3| |#3|) (-695))) (-15 -3760 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2280 ((-631 |#3|) (-631 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 |#3|)) (|:| |vec| (-1180 |#3|))) (-631 |#1|) (-1180 |#1|))) (-15 -3138 ((-695))) (-15 -3951 (|#1| |#1| |#3|)) (-15 -3913 ((-107))) (-15 -3948 ((-1180 |#3|) |#1|))) (-196 |#2| |#3|) (-695) (-1130)) (T -195))
+((-3913 (*1 *2) (-12 (-14 *4 (-695)) (-4 *5 (-1130)) (-5 *2 (-107)) (-5 *1 (-195 *3 *4 *5)) (-4 *3 (-196 *4 *5)))) (-3138 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1130)) (-5 *2 (-695)) (-5 *1 (-195 *3 *4 *5)) (-4 *3 (-196 *4 *5)))) (-3128 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1130)) (-5 *2 (-695)) (-5 *1 (-195 *3 *4 *5)) (-4 *3 (-196 *4 *5)))))
+((-2570 (((-85) $ $) 17 (|has| |#2| (-72)) ELT)) (-3190 (((-85) $) 71 (|has| |#2| (-23)) ELT)) (-3709 (($ (-831)) 127 (|has| |#2| (-962)) ELT)) (-2199 (((-1186) $ (-485) (-485)) 34 (|has| $ (-1036 |#2|)) ELT)) (-2485 (($ $ $) 123 (|has| |#2| (-718)) ELT)) (-1313 (((-3 $ "failed") $ $) 74 (|has| |#2| (-104)) ELT)) (-3138 (((-695)) 112 (|has| |#2| (-320)) ELT)) (-3790 ((|#2| $ (-485) |#2|) 46 (|has| $ (-1036 |#2|)) ELT)) (-3726 (($) 6 T CONST)) (-3159 (((-3 (-485) #1="failed") $) 66 (-2564 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) ELT) (((-3 (-350 (-485)) #1#) $) 63 (-2564 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) (((-3 |#2| #1#) $) 60 (|has| |#2| (-1014)) ELT)) (-3158 (((-485) $) 65 (-2564 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) ELT) (((-350 (-485)) $) 62 (-2564 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) ((|#2| $) 61 (|has| |#2| (-1014)) ELT)) (-2280 (((-631 (-485)) (-631 $)) 109 (-2564 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 108 (-2564 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) 107 (|has| |#2| (-962)) ELT) (((-631 |#2|) (-631 $)) 106 (|has| |#2| (-962)) ELT)) (-3844 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 139 (|has| |#2| (-72)) ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 136 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) 135 T ELT)) (-3469 (((-3 $ "failed") $) 86 (|has| |#2| (-962)) ELT)) (-2996 (($) 115 (|has| |#2| (-320)) ELT)) (-1577 ((|#2| $ (-485) |#2|) 47 (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ (-485)) 45 T ELT)) (-3188 (((-85) $) 122 (|has| |#2| (-718)) ELT)) (-1215 (((-85) $ $) 73 (|has| |#2| (-23)) ELT)) (-2411 (((-85) $) 84 (|has| |#2| (-962)) ELT)) (-2201 (((-485) $) 37 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) 116 (|has| |#2| (-757)) ELT)) (-2610 (((-584 |#2|) $) 134 T ELT)) (-3247 (((-85) |#2| $) 138 (|has| |#2| (-72)) ELT)) (-2202 (((-485) $) 38 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) 117 (|has| |#2| (-757)) ELT)) (-3960 (($ (-1 |#2| |#2|) $) 25 T ELT)) (-2011 (((-831) $) 114 (|has| |#2| (-320)) ELT)) (-2281 (((-631 (-485)) (-1180 $)) 111 (-2564 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 110 (-2564 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) 105 (|has| |#2| (-962)) ELT) (((-631 |#2|) (-1180 $)) 104 (|has| |#2| (-962)) ELT)) (-3244 (((-1074) $) 20 (|has| |#2| (-1014)) ELT)) (-2204 (((-584 (-485)) $) 40 T ELT)) (-2205 (((-85) (-485) $) 41 T ELT)) (-2401 (($ (-831)) 113 (|has| |#2| (-320)) ELT)) (-3245 (((-1034) $) 19 (|has| |#2| (-1014)) ELT)) (-3803 ((|#2| $) 36 (|has| (-485) (-757)) ELT)) (-2200 (($ $ |#2|) 35 (|has| $ (-1036 |#2|)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 132 T ELT)) (-3770 (($ $ (-584 (-249 |#2|))) 24 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) 23 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) 22 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) 21 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#2| $) 39 (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) 42 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#2| $ (-485) |#2|) 44 T ELT) ((|#2| $ (-485)) 43 T ELT)) (-3838 ((|#2| $ $) 126 (|has| |#2| (-962)) ELT)) (-1469 (($ (-1180 |#2|)) 128 T ELT)) (-3913 (((-107)) 125 (|has| |#2| (-312)) ELT)) (-3760 (($ $ (-695)) 102 (-2564 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $) 100 (-2564 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 96 (-2564 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091) (-695)) 95 (-2564 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091))) 94 (-2564 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091)) 92 (-2564 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1 |#2| |#2|)) 91 (|has| |#2| (-962)) ELT) (($ $ (-1 |#2| |#2|) (-695)) 90 (|has| |#2| (-962)) ELT)) (-1731 (((-695) |#2| $) 137 (|has| |#2| (-72)) ELT) (((-695) (-1 (-85) |#2|) $) 133 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-1180 |#2|) $) 129 T ELT) (($ (-485)) 67 (OR (-2564 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) (|has| |#2| (-962))) ELT) (($ (-350 (-485))) 64 (-2564 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) (($ |#2|) 59 (|has| |#2| (-1014)) ELT) (((-773) $) 15 (|has| |#2| (-553 (-773))) ELT)) (-3128 (((-695)) 87 (|has| |#2| (-962)) CONST)) (-1266 (((-85) $ $) 18 (|has| |#2| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#2|) $) 131 T ELT)) (-3127 (((-85) $ $) 82 (|has| |#2| (-962)) ELT)) (-2662 (($) 70 (|has| |#2| (-23)) CONST)) (-2668 (($) 83 (|has| |#2| (-962)) CONST)) (-2671 (($ $ (-695)) 103 (-2564 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $) 101 (-2564 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 99 (-2564 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091) (-695)) 98 (-2564 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091))) 97 (-2564 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091)) 93 (-2564 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1 |#2| |#2|)) 89 (|has| |#2| (-962)) ELT) (($ $ (-1 |#2| |#2|) (-695)) 88 (|has| |#2| (-962)) ELT)) (-2568 (((-85) $ $) 118 (|has| |#2| (-757)) ELT)) (-2569 (((-85) $ $) 120 (|has| |#2| (-757)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#2| (-72)) ELT)) (-2686 (((-85) $ $) 119 (|has| |#2| (-757)) ELT)) (-2687 (((-85) $ $) 121 (|has| |#2| (-757)) ELT)) (-3951 (($ $ |#2|) 124 (|has| |#2| (-312)) ELT)) (-3839 (($ $ $) 77 (|has| |#2| (-21)) ELT) (($ $) 76 (|has| |#2| (-21)) ELT)) (-3841 (($ $ $) 68 (|has| |#2| (-25)) ELT)) (** (($ $ (-695)) 85 (|has| |#2| (-962)) ELT) (($ $ (-831)) 80 (|has| |#2| (-962)) ELT)) (* (($ $ $) 81 (|has| |#2| (-962)) ELT) (($ $ |#2|) 79 (|has| |#2| (-664)) ELT) (($ |#2| $) 78 (|has| |#2| (-664)) ELT) (($ (-485) $) 75 (|has| |#2| (-21)) ELT) (($ (-695) $) 72 (|has| |#2| (-23)) ELT) (($ (-831) $) 69 (|has| |#2| (-25)) ELT)) (-3959 (((-695) $) 130 T ELT)))
+(((-196 |#1| |#2|) (-113) (-695) (-1130)) (T -196))
+((-1469 (*1 *1 *2) (-12 (-5 *2 (-1180 *4)) (-4 *4 (-1130)) (-4 *1 (-196 *3 *4)))) (-3709 (*1 *1 *2) (-12 (-5 *2 (-831)) (-4 *1 (-196 *3 *4)) (-4 *4 (-962)) (-4 *4 (-1130)))) (-3838 (*1 *2 *1 *1) (-12 (-4 *1 (-196 *3 *2)) (-4 *2 (-1130)) (-4 *2 (-962)))))
+(-13 (-539 (-485) |t#2|) (-318 |t#2|) (-553 (-1180 |t#2|)) (-10 -8 (-15 -1469 ($ (-1180 |t#2|))) (IF (|has| |t#2| (-1014)) (-6 (-355 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-962)) (PROGN (-6 (-82 |t#2| |t#2|)) (-6 (-184 |t#2|)) (-6 (-329 |t#2|)) (-15 -3709 ($ (-831))) (-15 -3838 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-104)) (-6 (-104)) |%noBranch|) (IF (|has| |t#2| (-23)) (-6 (-23)) |%noBranch|) (IF (|has| |t#2| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#2| (-664)) (-6 (-583 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-320)) (-6 (-320)) |%noBranch|) (IF (|has| |t#2| (-146)) (-6 (-655 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-6 -3994)) (-6 -3994) |%noBranch|) (IF (|has| |t#2| (-757)) (-6 (-757)) |%noBranch|) (IF (|has| |t#2| (-718)) (-6 (-718)) |%noBranch|) (IF (|has| |t#2| (-312)) (-6 (-1188 |t#2|)) |%noBranch|)))
+(((-21) OR (|has| |#2| (-962)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-21))) ((-23) OR (|has| |#2| (-962)) (|has| |#2| (-718)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-104)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-25) OR (|has| |#2| (-962)) (|has| |#2| (-718)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-104)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-34) . T) ((-72) OR (|has| |#2| (-1014)) (|has| |#2| (-962)) (|has| |#2| (-757)) (|has| |#2| (-718)) (|has| |#2| (-664)) (|has| |#2| (-320)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-104)) (|has| |#2| (-72)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-82 |#2| |#2|) OR (|has| |#2| (-962)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-104) OR (|has| |#2| (-962)) (|has| |#2| (-718)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-104)) (|has| |#2| (-21))) ((-556 (-350 (-485))) -12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ((-556 (-485)) OR (|has| |#2| (-962)) (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014)))) ((-556 |#2|) |has| |#2| (-1014)) ((-553 (-773)) OR (|has| |#2| (-1014)) (|has| |#2| (-962)) (|has| |#2| (-757)) (|has| |#2| (-718)) (|has| |#2| (-664)) (|has| |#2| (-320)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-553 (-773))) (|has| |#2| (-104)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-553 (-1180 |#2|)) . T) ((-186 $) OR (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) (-12 (|has| |#2| (-190)) (|has| |#2| (-962)))) ((-184 |#2|) |has| |#2| (-962)) ((-190) -12 (|has| |#2| (-190)) (|has| |#2| (-962))) ((-189) OR (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) (-12 (|has| |#2| (-190)) (|has| |#2| (-962)))) ((-225 |#2|) |has| |#2| (-962)) ((-241 (-485) |#2|) . T) ((-243 (-485) |#2|) . T) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-320) |has| |#2| (-320)) ((-318 |#2|) . T) ((-329 |#2|) |has| |#2| (-962)) ((-355 |#2|) |has| |#2| (-1014)) ((-429 |#2|) . T) ((-539 (-485) |#2|) . T) ((-456 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-13) . T) ((-589 (-485)) OR (|has| |#2| (-962)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-21))) ((-589 |#2|) OR (|has| |#2| (-962)) (|has| |#2| (-664)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-589 $) |has| |#2| (-962)) ((-591 (-485)) -12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ((-591 |#2|) OR (|has| |#2| (-962)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-591 $) |has| |#2| (-962)) ((-583 |#2|) OR (|has| |#2| (-664)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-581 (-485)) -12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ((-581 |#2|) |has| |#2| (-962)) ((-655 |#2|) OR (|has| |#2| (-312)) (|has| |#2| (-146))) ((-664) |has| |#2| (-962)) ((-717) |has| |#2| (-718)) ((-718) |has| |#2| (-718)) ((-719) |has| |#2| (-718)) ((-722) |has| |#2| (-718)) ((-757) OR (|has| |#2| (-757)) (|has| |#2| (-718))) ((-760) OR (|has| |#2| (-757)) (|has| |#2| (-718))) ((-807 $ (-1091)) OR (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) (-12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962)))) ((-810 (-1091)) -12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962))) ((-812 (-1091)) OR (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) (-12 (|has| |#2| (-810 (-1091))) (|has| |#2| (-962)))) ((-951 (-350 (-485))) -12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ((-951 (-485)) -12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) ((-951 |#2|) |has| |#2| (-1014)) ((-964 |#2|) OR (|has| |#2| (-962)) (|has| |#2| (-664)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-969 |#2|) OR (|has| |#2| (-962)) (|has| |#2| (-312)) (|has| |#2| (-146))) ((-962) |has| |#2| (-962)) ((-971) |has| |#2| (-962)) ((-1026) |has| |#2| (-962)) ((-1062) |has| |#2| (-962)) ((-1014) OR (|has| |#2| (-1014)) (|has| |#2| (-962)) (|has| |#2| (-757)) (|has| |#2| (-718)) (|has| |#2| (-664)) (|has| |#2| (-320)) (|has| |#2| (-312)) (|has| |#2| (-146)) (|has| |#2| (-104)) (|has| |#2| (-25)) (|has| |#2| (-23)) (|has| |#2| (-21))) ((-1130) . T) ((-1188 |#2|) |has| |#2| (-312)))
+((-2570 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-3190 (((-85) $) NIL (|has| |#2| (-23)) ELT)) (-3709 (($ (-831)) 63 (|has| |#2| (-962)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#2|)) ELT)) (-2485 (($ $ $) 69 (|has| |#2| (-718)) ELT)) (-1313 (((-3 $ #1="failed") $ $) 54 (|has| |#2| (-104)) ELT)) (-3138 (((-695)) NIL (|has| |#2| (-320)) ELT)) (-3790 ((|#2| $ (-485) |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (-12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) (((-3 |#2| #1#) $) 31 (|has| |#2| (-1014)) ELT)) (-3158 (((-485) $) NIL (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) ELT) (((-350 (-485)) $) NIL (-12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) ((|#2| $) 29 (|has| |#2| (-1014)) ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL (|has| |#2| (-962)) ELT) (((-631 |#2|) (-631 $)) NIL (|has| |#2| (-962)) ELT)) (-3844 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) NIL (|has| |#2| (-72)) ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT)) (-3469 (((-3 $ #1#) $) 59 (|has| |#2| (-962)) ELT)) (-2996 (($) NIL (|has| |#2| (-320)) ELT)) (-1577 ((|#2| $ (-485) |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ (-485)) 57 T ELT)) (-3188 (((-85) $) NIL (|has| |#2| (-718)) ELT)) (-1215 (((-85) $ $) NIL (|has| |#2| (-23)) ELT)) (-2411 (((-85) $) NIL (|has| |#2| (-962)) ELT)) (-2201 (((-485) $) 20 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#2| (-757)) ELT)) (-2610 (((-584 |#2|) $) 14 T ELT)) (-3247 (((-85) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#2| (-757)) ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2011 (((-831) $) NIL (|has| |#2| (-320)) ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL (|has| |#2| (-962)) ELT) (((-631 |#2|) (-1180 $)) NIL (|has| |#2| (-962)) ELT)) (-3244 (((-1074) $) NIL (|has| |#2| (-1014)) ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-2401 (($ (-831)) NIL (|has| |#2| (-320)) ELT)) (-3245 (((-1034) $) NIL (|has| |#2| (-1014)) ELT)) (-3803 ((|#2| $) NIL (|has| (-485) (-757)) ELT)) (-2200 (($ $ |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 24 T ELT)) (-3770 (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#2| $ (-485) |#2|) NIL T ELT) ((|#2| $ (-485)) 21 T ELT)) (-3838 ((|#2| $ $) NIL (|has| |#2| (-962)) ELT)) (-1469 (($ (-1180 |#2|)) 18 T ELT)) (-3913 (((-107)) NIL (|has| |#2| (-312)) ELT)) (-3760 (($ $ (-695)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-962)) ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL (|has| |#2| (-962)) ELT)) (-1731 (((-695) |#2| $) NIL (|has| |#2| (-72)) ELT) (((-695) (-1 (-85) |#2|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-1180 |#2|) $) 9 T ELT) (($ (-485)) NIL (OR (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) (|has| |#2| (-962))) ELT) (($ (-350 (-485))) NIL (-12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) (($ |#2|) 12 (|has| |#2| (-1014)) ELT) (((-773) $) NIL (|has| |#2| (-553 (-773))) ELT)) (-3128 (((-695)) NIL (|has| |#2| (-962)) CONST)) (-1266 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3127 (((-85) $ $) NIL (|has| |#2| (-962)) ELT)) (-2662 (($) 37 (|has| |#2| (-23)) CONST)) (-2668 (($) 41 (|has| |#2| (-962)) CONST)) (-2671 (($ $ (-695)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-962)) ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL (|has| |#2| (-962)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-3058 (((-85) $ $) 28 (|has| |#2| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-2687 (((-85) $ $) 67 (|has| |#2| (-757)) ELT)) (-3951 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3839 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-3841 (($ $ $) 35 (|has| |#2| (-25)) ELT)) (** (($ $ (-695)) NIL (|has| |#2| (-962)) ELT) (($ $ (-831)) NIL (|has| |#2| (-962)) ELT)) (* (($ $ $) 47 (|has| |#2| (-962)) ELT) (($ $ |#2|) 45 (|has| |#2| (-664)) ELT) (($ |#2| $) 46 (|has| |#2| (-664)) ELT) (($ (-485) $) NIL (|has| |#2| (-21)) ELT) (($ (-695) $) NIL (|has| |#2| (-23)) ELT) (($ (-831) $) NIL (|has| |#2| (-25)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-197 |#1| |#2|) (-196 |#1| |#2|) (-695) (-1130)) (T -197))
+NIL
+((-3843 (((-197 |#1| |#3|) (-1 |#3| |#2| |#3|) (-197 |#1| |#2|) |#3|) 21 T ELT)) (-3844 ((|#3| (-1 |#3| |#2| |#3|) (-197 |#1| |#2|) |#3|) 23 T ELT)) (-3960 (((-197 |#1| |#3|) (-1 |#3| |#2|) (-197 |#1| |#2|)) 18 T ELT)))
+(((-198 |#1| |#2| |#3|) (-10 -7 (-15 -3843 ((-197 |#1| |#3|) (-1 |#3| |#2| |#3|) (-197 |#1| |#2|) |#3|)) (-15 -3844 (|#3| (-1 |#3| |#2| |#3|) (-197 |#1| |#2|) |#3|)) (-15 -3960 ((-197 |#1| |#3|) (-1 |#3| |#2|) (-197 |#1| |#2|)))) (-695) (-1130) (-1130)) (T -198))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-197 *5 *6)) (-14 *5 (-695)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-5 *2 (-197 *5 *7)) (-5 *1 (-198 *5 *6 *7)))) (-3844 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-197 *5 *6)) (-14 *5 (-695)) (-4 *6 (-1130)) (-4 *2 (-1130)) (-5 *1 (-198 *5 *6 *2)))) (-3843 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-197 *6 *7)) (-14 *6 (-695)) (-4 *7 (-1130)) (-4 *5 (-1130)) (-5 *2 (-197 *6 *5)) (-5 *1 (-198 *6 *7 *5)))))
+((-1473 (((-485) (-584 (-1074))) 36 T ELT) (((-485) (-1074)) 29 T ELT)) (-1472 (((-1186) (-584 (-1074))) 40 T ELT) (((-1186) (-1074)) 39 T ELT)) (-1470 (((-1074)) 16 T ELT)) (-1471 (((-1074) (-485) (-1074)) 23 T ELT)) (-3775 (((-584 (-1074)) (-584 (-1074)) (-485) (-1074)) 37 T ELT) (((-1074) (-1074) (-485) (-1074)) 35 T ELT)) (-2622 (((-584 (-1074)) (-584 (-1074))) 15 T ELT) (((-584 (-1074)) (-1074)) 11 T ELT)))
+(((-199) (-10 -7 (-15 -2622 ((-584 (-1074)) (-1074))) (-15 -2622 ((-584 (-1074)) (-584 (-1074)))) (-15 -1470 ((-1074))) (-15 -1471 ((-1074) (-485) (-1074))) (-15 -3775 ((-1074) (-1074) (-485) (-1074))) (-15 -3775 ((-584 (-1074)) (-584 (-1074)) (-485) (-1074))) (-15 -1472 ((-1186) (-1074))) (-15 -1472 ((-1186) (-584 (-1074)))) (-15 -1473 ((-485) (-1074))) (-15 -1473 ((-485) (-584 (-1074)))))) (T -199))
+((-1473 (*1 *2 *3) (-12 (-5 *3 (-584 (-1074))) (-5 *2 (-485)) (-5 *1 (-199)))) (-1473 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-485)) (-5 *1 (-199)))) (-1472 (*1 *2 *3) (-12 (-5 *3 (-584 (-1074))) (-5 *2 (-1186)) (-5 *1 (-199)))) (-1472 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-199)))) (-3775 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-584 (-1074))) (-5 *3 (-485)) (-5 *4 (-1074)) (-5 *1 (-199)))) (-3775 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1074)) (-5 *3 (-485)) (-5 *1 (-199)))) (-1471 (*1 *2 *3 *2) (-12 (-5 *2 (-1074)) (-5 *3 (-485)) (-5 *1 (-199)))) (-1470 (*1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-199)))) (-2622 (*1 *2 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-199)))) (-2622 (*1 *2 *3) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-199)) (-5 *3 (-1074)))))
+((** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) 18 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-350 (-485)) $) 25 T ELT) (($ $ (-350 (-485))) NIL T ELT)))
+(((-200 |#1|) (-10 -7 (-15 ** (|#1| |#1| (-485))) (-15 * (|#1| |#1| (-350 (-485)))) (-15 * (|#1| (-350 (-485)) |#1|)) (-15 ** (|#1| |#1| (-695))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-831))) (-15 * (|#1| (-485) |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 * (|#1| (-831) |#1|))) (-201)) (T -200))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 55 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ (-350 (-485))) 59 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 56 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ (-350 (-485)) $) 58 T ELT) (($ $ (-350 (-485))) 57 T ELT)))
(((-201) (-113)) (T -201))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-201)) (-5 *2 (-484)))) (-2485 (*1 *1 *1) (-4 *1 (-201))))
-(-13 (-246) (-38 (-350 (-484))) (-10 -8 (-15 ** ($ $ (-484))) (-15 -2485 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-246) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-654 (-350 (-484))) . T) ((-663) . T) ((-963 (-350 (-484))) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 42 T ELT)) (-3798 (($ $) 53 T ELT)) (-3026 ((|#1| $ |#1|) 33 (|has| $ (-1035 |#1|)) ELT)) (-1474 (($ $ $) 49 (|has| $ (-1035 |#1|)) ELT)) (-1473 (($ $ $) 48 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) 35 (|has| $ (-1035 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-1476 (($ $) 52 T ELT)) (-3032 (((-583 $) $) 44 T ELT)) (-3028 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-1475 (($ $) 51 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3031 (((-583 |#1|) $) 39 T ELT)) (-3528 (((-85) $) 43 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3799 ((|#1| $) 55 T ELT)) (-3179 (($ $) 54 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ #1#) 41 T ELT)) (-3030 (((-484) $ $) 38 T ELT)) (-3634 (((-85) $) 40 T ELT)) (-3401 (($ $) 9 T ELT)) (-3792 (($ $ $) 50 (|has| $ (-1035 |#1|)) ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) 45 T ELT)) (-3029 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-202 |#1|) (-113) (-1129)) (T -202))
-((-3799 (*1 *2 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1129)))) (-3179 (*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1129)))) (-3798 (*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1129)))) (-1476 (*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1129)))) (-1475 (*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1129)))) (-3792 (*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1129)))) (-1474 (*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1129)))) (-1473 (*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1129)))))
-(-13 (-923 |t#1|) (-10 -8 (-15 -3799 (|t#1| $)) (-15 -3179 ($ $)) (-15 -3798 ($ $)) (-15 -1476 ($ $)) (-15 -1475 ($ $)) (IF (|has| $ (-1035 |t#1|)) (PROGN (-15 -3792 ($ $ $)) (-15 -1474 ($ $ $)) (-15 -1473 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-923 |#1|) . T) ((-1013) |has| |#1| (-1013)) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) NIL T ELT)) (-3796 ((|#1| $) NIL T ELT)) (-3798 (($ $) NIL T ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3786 (($ $ (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) $) NIL (|has| |#1| (-756)) ELT) (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT)) (-1733 (($ $) NIL (-12 (|has| $ (-1035 |#1|)) (|has| |#1| (-756))) ELT) (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1035 |#1|)) ELT)) (-2910 (($ $) 10 (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $) NIL T ELT)) (-3443 (((-85) $ (-694)) NIL T ELT)) (-3026 ((|#1| $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3788 (($ $ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-3787 ((|#1| $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3790 ((|#1| $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #2="first" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #3="rest" $) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #4="last" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) NIL (|has| $ (-1035 |#1|)) ELT)) (-1570 (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3797 ((|#1| $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) NIL T ELT)) (-3800 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2368 (($ $) NIL (|has| |#1| (-72)) ELT)) (-1353 (($ $) 7 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3406 (($ |#1| $) NIL (|has| |#1| (-72)) ELT) (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3407 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT) (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-1576 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) NIL T ELT)) (-3444 (((-85) $) NIL T ELT)) (-3420 (((-484) |#1| $ (-484)) NIL (|has| |#1| (-72)) ELT) (((-484) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-484) (-1 (-85) |#1|) $) NIL T ELT)) (-3032 (((-583 $) $) NIL T ELT)) (-3028 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3615 (($ (-694) |#1|) NIL T ELT)) (-3720 (((-85) $ (-694)) NIL T ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2857 (($ $ $) NIL (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT)) (-3519 (($ $ $) NIL (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3535 (($ |#1|) NIL T ELT)) (-3717 (((-85) $ (-694)) NIL T ELT)) (-3031 (((-583 |#1|) $) NIL T ELT)) (-3528 (((-85) $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3799 ((|#1| $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3610 (($ $ $ (-484)) NIL T ELT) (($ |#1| $ (-484)) NIL T ELT)) (-2304 (($ $ $ (-484)) NIL T ELT) (($ |#1| $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2199 (($ $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3445 (((-85) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ #1#) NIL T ELT) ((|#1| $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT) ((|#1| $ #4#) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT) ((|#1| $ (-484)) NIL T ELT) ((|#1| $ (-484) |#1|) NIL T ELT) (($ $ "unique") 9 T ELT) (($ $ "sort") 12 T ELT) (((-694) $ "count") 16 T ELT)) (-3030 (((-484) $ $) NIL T ELT)) (-1571 (($ $ (-1146 (-484))) NIL T ELT) (($ $ (-484)) NIL T ELT)) (-2305 (($ $ (-1146 (-484))) NIL T ELT) (($ $ (-484)) NIL T ELT)) (-1477 (($ (-583 |#1|)) 22 T ELT)) (-3634 (((-85) $) NIL T ELT)) (-3793 (($ $) NIL T ELT)) (-3791 (($ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-3794 (((-694) $) NIL T ELT)) (-3795 (($ $) NIL T ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) NIL T ELT) (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) NIL T ELT)) (-3792 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3803 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-583 $)) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3947 (($ (-583 |#1|)) 17 T ELT) (((-583 |#1|) $) 18 T ELT) (((-772) $) 21 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3958 (((-694) $) 14 T ELT)))
-(((-203 |#1|) (-13 (-608 |#1|) (-430 (-583 |#1|)) (-10 -8 (-15 -1477 ($ (-583 |#1|))) (-15 -3801 ($ $ "unique")) (-15 -3801 ($ $ "sort")) (-15 -3801 ((-694) $ "count")))) (-756)) (T -203))
-((-1477 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-203 *3)))) (-3801 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-203 *3)) (-4 *3 (-756)))) (-3801 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-203 *3)) (-4 *3 (-756)))) (-3801 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-694)) (-5 *1 (-203 *4)) (-4 *4 (-756)))))
-((-1478 (((-3 (-694) "failed") |#1| |#1| (-694)) 40 T ELT)))
-(((-204 |#1|) (-10 -7 (-15 -1478 ((-3 (-694) "failed") |#1| |#1| (-694)))) (-13 (-663) (-320) (-10 -7 (-15 ** (|#1| |#1| (-484)))))) (T -204))
-((-1478 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-694)) (-4 *3 (-13 (-663) (-320) (-10 -7 (-15 ** (*3 *3 (-484)))))) (-5 *1 (-204 *3)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3759 (($ $) 60 (|has| |#1| (-189)) ELT) (($ $ (-694)) 58 (|has| |#1| (-189)) ELT) (($ $ (-1090)) 56 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 54 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 53 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 52 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1 |#1| |#1|) (-694)) 46 T ELT) (($ $ (-1 |#1| |#1|)) 45 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-2670 (($ $) 59 (|has| |#1| (-189)) ELT) (($ $ (-694)) 57 (|has| |#1| (-189)) ELT) (($ $ (-1090)) 55 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 51 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 50 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 49 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1 |#1| |#1|) (-694)) 48 T ELT) (($ $ (-1 |#1| |#1|)) 47 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
-(((-205 |#1|) (-113) (-961)) (T -205))
-NIL
-(-13 (-82 |t#1| |t#1|) (-225 |t#1|) (-10 -7 (IF (|has| |t#1| (-189)) (-6 (-187 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-811 (-1090))) (-6 (-808 |t#1| (-1090))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-552 (-772)) . T) ((-186 $) |has| |#1| (-189)) ((-187 |#1|) |has| |#1| (-189)) ((-189) |has| |#1| (-189)) ((-225 |#1|) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-582 |#1|) OR (-12 (|has| |#1| (-146)) (|has| |#1| (-811 (-1090)))) (-12 (|has| |#1| (-146)) (|has| |#1| (-189)))) ((-654 |#1|) OR (-12 (|has| |#1| (-146)) (|has| |#1| (-811 (-1090)))) (-12 (|has| |#1| (-146)) (|has| |#1| (-189)))) ((-806 $ (-1090)) |has| |#1| (-811 (-1090))) ((-808 |#1| (-1090)) |has| |#1| (-811 (-1090))) ((-811 (-1090)) |has| |#1| (-811 (-1090))) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 (-773 |#1|)) $) NIL T ELT)) (-3084 (((-1085 $) $ (-773 |#1|)) NIL T ELT) (((-1085 |#2|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#2| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#2| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#2| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-773 |#1|))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#2| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#2| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-3 (-773 |#1|) #1#) $) NIL T ELT)) (-3157 ((|#2| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-773 |#1|) $) NIL T ELT)) (-3757 (($ $ $ (-773 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-1940 (($ $ (-583 (-484))) NIL T ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#2|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#2| (-392)) ELT) (($ $ (-773 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#2| (-821)) ELT)) (-1624 (($ $ |#2| (-197 (-3958 |#1|) (-694)) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-773 |#1|) (-796 (-330))) (|has| |#2| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-773 |#1|) (-796 (-484))) (|has| |#2| (-796 (-484)))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3085 (($ (-1085 |#2|) (-773 |#1|)) NIL T ELT) (($ (-1085 $) (-773 |#1|)) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#2| (-197 (-3958 |#1|) (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-773 |#1|)) NIL T ELT)) (-2821 (((-197 (-3958 |#1|) (-694)) $) NIL T ELT) (((-694) $ (-773 |#1|)) NIL T ELT) (((-583 (-694)) $ (-583 (-773 |#1|))) NIL T ELT)) (-1625 (($ (-1 (-197 (-3958 |#1|) (-694)) (-197 (-3958 |#1|) (-694))) $) NIL T ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3083 (((-3 (-773 |#1|) #1#) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#2| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-773 |#1|)) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 ((|#2| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#2| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#2| (-821)) ELT)) (-3467 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-495)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#2| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-773 |#1|) |#2|) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 |#2|)) NIL T ELT) (($ $ (-773 |#1|) $) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 $)) NIL T ELT)) (-3758 (($ $ (-773 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-3759 (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|))) NIL T ELT) (($ $ (-773 |#1|)) NIL T ELT)) (-3949 (((-197 (-3958 |#1|) (-694)) $) NIL T ELT) (((-694) $ (-773 |#1|)) NIL T ELT) (((-583 (-694)) $ (-583 (-773 |#1|))) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-773 |#1|) (-553 (-800 (-330)))) (|has| |#2| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-773 |#1|) (-553 (-800 (-484)))) (|has| |#2| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-773 |#1|) (-553 (-473))) (|has| |#2| (-553 (-473)))) ELT)) (-2818 ((|#2| $) NIL (|has| |#2| (-392)) ELT) (($ $ (-773 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-773 |#1|)) NIL T ELT) (($ (-350 (-484))) NIL (OR (|has| |#2| (-38 (-350 (-484)))) (|has| |#2| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#2| (-495)) ELT)) (-3818 (((-583 |#2|) $) NIL T ELT)) (-3678 ((|#2| $ (-197 (-3958 |#1|) (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-821))) (|has| |#2| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#2| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#2| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|))) NIL T ELT) (($ $ (-773 |#1|)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#2| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#2| (-38 (-350 (-484)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
-(((-206 |#1| |#2|) (-13 (-861 |#2| (-197 (-3958 |#1|) (-694)) (-773 |#1|)) (-10 -8 (-15 -1940 ($ $ (-583 (-484)))))) (-583 (-1090)) (-961)) (T -206))
-((-1940 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-206 *3 *4)) (-14 *3 (-583 (-1090))) (-4 *4 (-961)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1479 (((-1185) $) 17 T ELT)) (-1481 (((-158 (-208)) $) 11 T ELT)) (-1480 (($ (-158 (-208))) 12 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1482 (((-208) $) 7 T ELT)) (-3947 (((-772) $) 9 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 15 T ELT)))
-(((-207) (-13 (-1013) (-10 -8 (-15 -1482 ((-208) $)) (-15 -1481 ((-158 (-208)) $)) (-15 -1480 ($ (-158 (-208)))) (-15 -1479 ((-1185) $))))) (T -207))
-((-1482 (*1 *2 *1) (-12 (-5 *2 (-208)) (-5 *1 (-207)))) (-1481 (*1 *2 *1) (-12 (-5 *2 (-158 (-208))) (-5 *1 (-207)))) (-1480 (*1 *1 *2) (-12 (-5 *2 (-158 (-208))) (-5 *1 (-207)))) (-1479 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-207)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1424 (((-583 (-774)) $) NIL T ELT)) (-3543 (((-446) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1426 (((-161) $) NIL T ELT)) (-2634 (((-85) $ (-446)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1483 (((-282) $) 7 T ELT)) (-1425 (((-583 (-85)) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (((-157) $) 8 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2522 (((-55) $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-208) (-13 (-160) (-552 (-157)) (-10 -8 (-15 -1483 ((-282) $))))) (T -208))
-((-1483 (*1 *2 *1) (-12 (-5 *2 (-282)) (-5 *1 (-208)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 (((-1095) $ (-694)) 14 T ELT)) (-3947 (((-772) $) 20 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 17 T ELT)) (-3958 (((-694) $) 11 T ELT)))
-(((-209) (-13 (-1013) (-241 (-694) (-1095)) (-10 -8 (-15 -3958 ((-694) $))))) (T -209))
-((-3958 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-209)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3708 (($ (-830)) NIL (|has| |#4| (-961)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#4|)) ELT)) (-2484 (($ $ $) NIL (|has| |#4| (-717)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| |#4| (-320)) ELT)) (-3789 ((|#4| $ (-484) |#4|) NIL (|has| $ (-1035 |#4|)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#4| #1#) $) NIL (|has| |#4| (-1013)) ELT) (((-3 (-484) #1#) $) NIL (-12 (|has| |#4| (-950 (-484))) (|has| |#4| (-1013))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (-12 (|has| |#4| (-950 (-350 (-484)))) (|has| |#4| (-1013))) ELT)) (-3157 ((|#4| $) NIL (|has| |#4| (-1013)) ELT) (((-484) $) NIL (-12 (|has| |#4| (-950 (-484))) (|has| |#4| (-1013))) ELT) (((-350 (-484)) $) NIL (-12 (|has| |#4| (-950 (-350 (-484)))) (|has| |#4| (-1013))) ELT)) (-2279 (((-2 (|:| |mat| (-630 |#4|)) (|:| |vec| (-1179 |#4|))) (-630 $) (-1179 $)) NIL (|has| |#4| (-961)) ELT) (((-630 |#4|) (-630 $)) NIL (|has| |#4| (-961)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (-12 (|has| |#4| (-580 (-484))) (|has| |#4| (-961))) ELT) (((-630 (-484)) (-630 $)) NIL (-12 (|has| |#4| (-580 (-484))) (|has| |#4| (-961))) ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL (|has| |#4| (-961)) ELT)) (-2995 (($) NIL (|has| |#4| (-320)) ELT)) (-1576 ((|#4| $ (-484) |#4|) NIL (|has| $ (-1035 |#4|)) ELT)) (-3113 ((|#4| $ (-484)) NIL T ELT)) (-3187 (((-85) $) NIL (|has| |#4| (-717)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL (|has| |#4| (-961)) ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#4| (-756)) ELT)) (-2609 (((-583 |#4|) $) NIL T ELT)) (-3246 (((-85) |#4| $) NIL (|has| |#4| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#4| (-756)) ELT)) (-3959 (($ (-1 |#4| |#4|) $) NIL T ELT)) (-2010 (((-830) $) NIL (|has| |#4| (-320)) ELT)) (-2280 (((-2 (|:| |mat| (-630 |#4|)) (|:| |vec| (-1179 |#4|))) (-1179 $) $) NIL (|has| |#4| (-961)) ELT) (((-630 |#4|) (-1179 $)) NIL (|has| |#4| (-961)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (-12 (|has| |#4| (-580 (-484))) (|has| |#4| (-961))) ELT) (((-630 (-484)) (-1179 $)) NIL (-12 (|has| |#4| (-580 (-484))) (|has| |#4| (-961))) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-2400 (($ (-830)) NIL (|has| |#4| (-320)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 ((|#4| $) NIL (|has| (-484) (-756)) ELT)) (-2199 (($ $ |#4|) NIL (|has| $ (-1035 |#4|)) ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 |#4|) (-583 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-2205 (((-583 |#4|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#4| $ (-484) |#4|) NIL T ELT) ((|#4| $ (-484)) 12 T ELT)) (-3837 ((|#4| $ $) NIL (|has| |#4| (-961)) ELT)) (-1468 (($ (-1179 |#4|)) NIL T ELT)) (-3912 (((-107)) NIL (|has| |#4| (-312)) ELT)) (-3759 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-961)) ELT) (($ $ (-1 |#4| |#4|) (-694)) NIL (|has| |#4| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))) (-12 (|has| |#4| (-811 (-1090))) (|has| |#4| (-961)))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))) (-12 (|has| |#4| (-811 (-1090))) (|has| |#4| (-961)))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))) (-12 (|has| |#4| (-811 (-1090))) (|has| |#4| (-961)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))) (-12 (|has| |#4| (-811 (-1090))) (|has| |#4| (-961)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| |#4| (-190)) (|has| |#4| (-961))) (-12 (|has| |#4| (-189)) (|has| |#4| (-961)))) ELT) (($ $) NIL (OR (-12 (|has| |#4| (-190)) (|has| |#4| (-961))) (-12 (|has| |#4| (-189)) (|has| |#4| (-961)))) ELT)) (-1730 (((-694) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-1179 |#4|) $) NIL T ELT) (($ |#4|) NIL (|has| |#4| (-1013)) ELT) (((-772) $) NIL T ELT) (($ (-484)) NIL (OR (-12 (|has| |#4| (-950 (-484))) (|has| |#4| (-1013))) (|has| |#4| (-961))) ELT) (($ (-350 (-484))) NIL (-12 (|has| |#4| (-950 (-350 (-484)))) (|has| |#4| (-1013))) ELT)) (-3127 (((-694)) NIL (|has| |#4| (-961)) CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3126 (((-85) $ $) NIL (|has| |#4| (-961)) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL (|has| |#4| (-961)) CONST)) (-2670 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-961)) ELT) (($ $ (-1 |#4| |#4|) (-694)) NIL (|has| |#4| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))) (-12 (|has| |#4| (-811 (-1090))) (|has| |#4| (-961)))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))) (-12 (|has| |#4| (-811 (-1090))) (|has| |#4| (-961)))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))) (-12 (|has| |#4| (-811 (-1090))) (|has| |#4| (-961)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#4| (-809 (-1090))) (|has| |#4| (-961))) (-12 (|has| |#4| (-811 (-1090))) (|has| |#4| (-961)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| |#4| (-190)) (|has| |#4| (-961))) (-12 (|has| |#4| (-189)) (|has| |#4| (-961)))) ELT) (($ $) NIL (OR (-12 (|has| |#4| (-190)) (|has| |#4| (-961))) (-12 (|has| |#4| (-189)) (|has| |#4| (-961)))) ELT)) (-2567 (((-85) $ $) NIL (|has| |#4| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#4| (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| |#4| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#4| (-756)) ELT)) (-3950 (($ $ |#4|) NIL (|has| |#4| (-312)) ELT)) (-3838 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-694)) NIL (|has| |#4| (-961)) ELT) (($ $ (-830)) NIL (|has| |#4| (-961)) ELT)) (* (($ |#2| $) 14 T ELT) (($ (-484) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-830) $) NIL T ELT) (($ |#3| $) 18 T ELT) (($ $ |#4|) NIL (|has| |#4| (-663)) ELT) (($ |#4| $) NIL (|has| |#4| (-663)) ELT) (($ $ $) NIL (|has| |#4| (-961)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-210 |#1| |#2| |#3| |#4|) (-13 (-196 |#1| |#4|) (-590 |#2|) (-590 |#3|)) (-830) (-961) (-1037 |#1| |#2| (-197 |#1| |#2|) (-197 |#1| |#2|)) (-590 |#2|)) (T -210))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3708 (($ (-830)) NIL (|has| |#3| (-961)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#3|)) ELT)) (-2484 (($ $ $) NIL (|has| |#3| (-717)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| |#3| (-320)) ELT)) (-3789 ((|#3| $ (-484) |#3|) NIL (|has| $ (-1035 |#3|)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#3| #1#) $) NIL (|has| |#3| (-1013)) ELT) (((-3 (-484) #1#) $) NIL (-12 (|has| |#3| (-950 (-484))) (|has| |#3| (-1013))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (-12 (|has| |#3| (-950 (-350 (-484)))) (|has| |#3| (-1013))) ELT)) (-3157 ((|#3| $) NIL (|has| |#3| (-1013)) ELT) (((-484) $) NIL (-12 (|has| |#3| (-950 (-484))) (|has| |#3| (-1013))) ELT) (((-350 (-484)) $) NIL (-12 (|has| |#3| (-950 (-350 (-484)))) (|has| |#3| (-1013))) ELT)) (-2279 (((-2 (|:| |mat| (-630 |#3|)) (|:| |vec| (-1179 |#3|))) (-630 $) (-1179 $)) NIL (|has| |#3| (-961)) ELT) (((-630 |#3|) (-630 $)) NIL (|has| |#3| (-961)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (-12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))) ELT) (((-630 (-484)) (-630 $)) NIL (-12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))) ELT)) (-3843 ((|#3| (-1 |#3| |#3| |#3|) $ |#3| |#3|) NIL (|has| |#3| (-72)) ELT) ((|#3| (-1 |#3| |#3| |#3|) $ |#3|) NIL T ELT) ((|#3| (-1 |#3| |#3| |#3|) $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL (|has| |#3| (-961)) ELT)) (-2995 (($) NIL (|has| |#3| (-320)) ELT)) (-1576 ((|#3| $ (-484) |#3|) NIL (|has| $ (-1035 |#3|)) ELT)) (-3113 ((|#3| $ (-484)) NIL T ELT)) (-3187 (((-85) $) NIL (|has| |#3| (-717)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL (|has| |#3| (-961)) ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#3| (-756)) ELT)) (-2609 (((-583 |#3|) $) NIL T ELT)) (-3246 (((-85) |#3| $) NIL (|has| |#3| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#3| (-756)) ELT)) (-3959 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-2010 (((-830) $) NIL (|has| |#3| (-320)) ELT)) (-2280 (((-2 (|:| |mat| (-630 |#3|)) (|:| |vec| (-1179 |#3|))) (-1179 $) $) NIL (|has| |#3| (-961)) ELT) (((-630 |#3|) (-1179 $)) NIL (|has| |#3| (-961)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (-12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))) ELT) (((-630 (-484)) (-1179 $)) NIL (-12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-2400 (($ (-830)) NIL (|has| |#3| (-320)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 ((|#3| $) NIL (|has| (-484) (-756)) ELT)) (-2199 (($ $ |#3|) NIL (|has| $ (-1035 |#3|)) ELT)) (-1731 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#3|))) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ (-249 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ (-583 |#3|) (-583 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#3| $) NIL (-12 (|has| $ (-318 |#3|)) (|has| |#3| (-72))) ELT)) (-2205 (((-583 |#3|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#3| $ (-484) |#3|) NIL T ELT) ((|#3| $ (-484)) 11 T ELT)) (-3837 ((|#3| $ $) NIL (|has| |#3| (-961)) ELT)) (-1468 (($ (-1179 |#3|)) NIL T ELT)) (-3912 (((-107)) NIL (|has| |#3| (-312)) ELT)) (-3759 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-961)) ELT) (($ $ (-1 |#3| |#3|) (-694)) NIL (|has| |#3| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| |#3| (-190)) (|has| |#3| (-961))) (-12 (|has| |#3| (-189)) (|has| |#3| (-961)))) ELT) (($ $) NIL (OR (-12 (|has| |#3| (-190)) (|has| |#3| (-961))) (-12 (|has| |#3| (-189)) (|has| |#3| (-961)))) ELT)) (-1730 (((-694) |#3| $) NIL (|has| |#3| (-72)) ELT) (((-694) (-1 (-85) |#3|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-1179 |#3|) $) NIL T ELT) (($ |#3|) NIL (|has| |#3| (-1013)) ELT) (((-772) $) NIL T ELT) (($ (-484)) NIL (OR (-12 (|has| |#3| (-950 (-484))) (|has| |#3| (-1013))) (|has| |#3| (-961))) ELT) (($ (-350 (-484))) NIL (-12 (|has| |#3| (-950 (-350 (-484)))) (|has| |#3| (-1013))) ELT)) (-3127 (((-694)) NIL (|has| |#3| (-961)) CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3126 (((-85) $ $) NIL (|has| |#3| (-961)) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL (|has| |#3| (-961)) CONST)) (-2670 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-961)) ELT) (($ $ (-1 |#3| |#3|) (-694)) NIL (|has| |#3| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#3| (-809 (-1090))) (|has| |#3| (-961))) (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| |#3| (-190)) (|has| |#3| (-961))) (-12 (|has| |#3| (-189)) (|has| |#3| (-961)))) ELT) (($ $) NIL (OR (-12 (|has| |#3| (-190)) (|has| |#3| (-961))) (-12 (|has| |#3| (-189)) (|has| |#3| (-961)))) ELT)) (-2567 (((-85) $ $) NIL (|has| |#3| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#3| (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| |#3| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#3| (-756)) ELT)) (-3950 (($ $ |#3|) NIL (|has| |#3| (-312)) ELT)) (-3838 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-694)) NIL (|has| |#3| (-961)) ELT) (($ $ (-830)) NIL (|has| |#3| (-961)) ELT)) (* (($ |#2| $) 13 T ELT) (($ (-484) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-830) $) NIL T ELT) (($ $ |#3|) NIL (|has| |#3| (-663)) ELT) (($ |#3| $) NIL (|has| |#3| (-663)) ELT) (($ $ $) NIL (|has| |#3| (-961)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-211 |#1| |#2| |#3|) (-13 (-196 |#1| |#3|) (-590 |#2|)) (-694) (-961) (-590 |#2|)) (T -211))
-NIL
-((-1488 (((-583 (-694)) $) 56 T ELT) (((-583 (-694)) $ |#3|) 59 T ELT)) (-1522 (((-694) $) 58 T ELT) (((-694) $ |#3|) 61 T ELT)) (-1484 (($ $) 76 T ELT)) (-3158 (((-3 |#2| #1="failed") $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 (-484) #1#) $) NIL T ELT) (((-3 |#4| #1#) $) NIL T ELT) (((-3 |#3| #1#) $) 83 T ELT)) (-3773 (((-694) $ |#3|) 43 T ELT) (((-694) $) 38 T ELT)) (-1523 (((-1 $ (-694)) |#3|) 15 T ELT) (((-1 $ (-694)) $) 88 T ELT)) (-1486 ((|#4| $) 69 T ELT)) (-1487 (((-85) $) 67 T ELT)) (-1485 (($ $) 75 T ELT)) (-3769 (($ $ (-583 (-249 $))) 111 T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ |#4| |#2|) NIL T ELT) (($ $ (-583 |#4|) (-583 |#2|)) NIL T ELT) (($ $ |#4| $) NIL T ELT) (($ $ (-583 |#4|) (-583 $)) NIL T ELT) (($ $ |#3| $) NIL T ELT) (($ $ (-583 |#3|) (-583 $)) 103 T ELT) (($ $ |#3| |#2|) NIL T ELT) (($ $ (-583 |#3|) (-583 |#2|)) 97 T ELT)) (-3759 (($ $ (-583 |#4|) (-583 (-694))) NIL T ELT) (($ $ |#4| (-694)) NIL T ELT) (($ $ (-583 |#4|)) NIL T ELT) (($ $ |#4|) NIL T ELT) (($ $ (-1 |#2| |#2|)) 32 T ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1090)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-1489 (((-583 |#3|) $) 86 T ELT)) (-3949 ((|#5| $) NIL T ELT) (((-694) $ |#4|) NIL T ELT) (((-583 (-694)) $ (-583 |#4|)) NIL T ELT) (((-694) $ |#3|) 49 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#2|) NIL T ELT) (($ |#4|) NIL T ELT) (($ |#3|) 78 T ELT) (($ (-350 (-484))) NIL T ELT) (($ $) NIL T ELT)))
-(((-212 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090))) (-15 -3947 (|#1| |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3769 (|#1| |#1| (-583 |#3|) (-583 |#2|))) (-15 -3769 (|#1| |#1| |#3| |#2|)) (-15 -3769 (|#1| |#1| (-583 |#3|) (-583 |#1|))) (-15 -3769 (|#1| |#1| |#3| |#1|)) (-15 -1523 ((-1 |#1| (-694)) |#1|)) (-15 -1484 (|#1| |#1|)) (-15 -1485 (|#1| |#1|)) (-15 -1486 (|#4| |#1|)) (-15 -1487 ((-85) |#1|)) (-15 -1522 ((-694) |#1| |#3|)) (-15 -1488 ((-583 (-694)) |#1| |#3|)) (-15 -1522 ((-694) |#1|)) (-15 -1488 ((-583 (-694)) |#1|)) (-15 -3949 ((-694) |#1| |#3|)) (-15 -3773 ((-694) |#1|)) (-15 -3773 ((-694) |#1| |#3|)) (-15 -1489 ((-583 |#3|) |#1|)) (-15 -1523 ((-1 |#1| (-694)) |#3|)) (-15 -3947 (|#1| |#3|)) (-15 -3158 ((-3 |#3| #1="failed") |#1|)) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|) (-694))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3949 ((-583 (-694)) |#1| (-583 |#4|))) (-15 -3949 ((-694) |#1| |#4|)) (-15 -3947 (|#1| |#4|)) (-15 -3158 ((-3 |#4| #1#) |#1|)) (-15 -3769 (|#1| |#1| (-583 |#4|) (-583 |#1|))) (-15 -3769 (|#1| |#1| |#4| |#1|)) (-15 -3769 (|#1| |#1| (-583 |#4|) (-583 |#2|))) (-15 -3769 (|#1| |#1| |#4| |#2|)) (-15 -3769 (|#1| |#1| (-583 |#1|) (-583 |#1|))) (-15 -3769 (|#1| |#1| |#1| |#1|)) (-15 -3769 (|#1| |#1| (-249 |#1|))) (-15 -3769 (|#1| |#1| (-583 (-249 |#1|)))) (-15 -3949 (|#5| |#1|)) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3947 (|#1| |#2|)) (-15 -3759 (|#1| |#1| |#4|)) (-15 -3759 (|#1| |#1| (-583 |#4|))) (-15 -3759 (|#1| |#1| |#4| (-694))) (-15 -3759 (|#1| |#1| (-583 |#4|) (-583 (-694)))) (-15 -3947 (|#1| (-484))) (-15 -3947 ((-772) |#1|))) (-213 |#2| |#3| |#4| |#5|) (-961) (-756) (-228 |#3|) (-717)) (T -212))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1488 (((-583 (-694)) $) 251 T ELT) (((-583 (-694)) $ |#2|) 249 T ELT)) (-1522 (((-694) $) 250 T ELT) (((-694) $ |#2|) 248 T ELT)) (-3082 (((-583 |#3|) $) 123 T ELT)) (-3084 (((-1085 $) $ |#3|) 138 T ELT) (((-1085 |#1|) $) 137 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 100 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 101 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 103 (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) 125 T ELT) (((-694) $ (-583 |#3|)) 124 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 113 (|has| |#1| (-821)) ELT)) (-3776 (($ $) 111 (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) 110 (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1="failed") (-583 (-1085 $)) (-1085 $)) 116 (|has| |#1| (-821)) ELT)) (-1484 (($ $) 244 T ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#1| #2="failed") $) 181 T ELT) (((-3 (-350 (-484)) #2#) $) 178 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #2#) $) 176 (|has| |#1| (-950 (-484))) ELT) (((-3 |#3| #2#) $) 153 T ELT) (((-3 |#2| #2#) $) 258 T ELT)) (-3157 ((|#1| $) 180 T ELT) (((-350 (-484)) $) 179 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) 177 (|has| |#1| (-950 (-484))) ELT) ((|#3| $) 154 T ELT) ((|#2| $) 259 T ELT)) (-3757 (($ $ $ |#3|) 121 (|has| |#1| (-146)) ELT)) (-3960 (($ $) 171 T ELT)) (-2279 (((-630 (-484)) (-630 $)) 149 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 148 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 147 T ELT) (((-630 |#1|) (-630 $)) 146 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3504 (($ $) 193 (|has| |#1| (-392)) ELT) (($ $ |#3|) 118 (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) 122 T ELT)) (-3724 (((-85) $) 109 (|has| |#1| (-821)) ELT)) (-1624 (($ $ |#1| |#4| $) 189 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 97 (-12 (|has| |#3| (-796 (-330))) (|has| |#1| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 96 (-12 (|has| |#3| (-796 (-484))) (|has| |#1| (-796 (-484)))) ELT)) (-3773 (((-694) $ |#2|) 254 T ELT) (((-694) $) 253 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2420 (((-694) $) 186 T ELT)) (-3085 (($ (-1085 |#1|) |#3|) 130 T ELT) (($ (-1085 $) |#3|) 129 T ELT)) (-2822 (((-583 $) $) 139 T ELT)) (-3938 (((-85) $) 169 T ELT)) (-2894 (($ |#1| |#4|) 170 T ELT) (($ $ |#3| (-694)) 132 T ELT) (($ $ (-583 |#3|) (-583 (-694))) 131 T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ |#3|) 133 T ELT)) (-2821 ((|#4| $) 187 T ELT) (((-694) $ |#3|) 135 T ELT) (((-583 (-694)) $ (-583 |#3|)) 134 T ELT)) (-1625 (($ (-1 |#4| |#4|) $) 188 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 168 T ELT)) (-1523 (((-1 $ (-694)) |#2|) 256 T ELT) (((-1 $ (-694)) $) 243 (|has| |#1| (-190)) ELT)) (-3083 (((-3 |#3| #3="failed") $) 136 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 151 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 150 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 145 T ELT) (((-630 |#1|) (-1179 $)) 144 T ELT)) (-2895 (($ $) 166 T ELT)) (-3175 ((|#1| $) 165 T ELT)) (-1486 ((|#3| $) 246 T ELT)) (-1894 (($ (-583 $)) 107 (|has| |#1| (-392)) ELT) (($ $ $) 106 (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1487 (((-85) $) 247 T ELT)) (-2824 (((-3 (-583 $) #3#) $) 127 T ELT)) (-2823 (((-3 (-583 $) #3#) $) 128 T ELT)) (-2825 (((-3 (-2 (|:| |var| |#3|) (|:| -2401 (-694))) #3#) $) 126 T ELT)) (-1485 (($ $) 245 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1800 (((-85) $) 183 T ELT)) (-1799 ((|#1| $) 184 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 108 (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) 105 (|has| |#1| (-392)) ELT) (($ $ $) 104 (|has| |#1| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 115 (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 114 (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) 112 (|has| |#1| (-821)) ELT)) (-3467 (((-3 $ "failed") $ |#1|) 191 (|has| |#1| (-495)) ELT) (((-3 $ "failed") $ $) 99 (|has| |#1| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) 162 T ELT) (($ $ (-249 $)) 161 T ELT) (($ $ $ $) 160 T ELT) (($ $ (-583 $) (-583 $)) 159 T ELT) (($ $ |#3| |#1|) 158 T ELT) (($ $ (-583 |#3|) (-583 |#1|)) 157 T ELT) (($ $ |#3| $) 156 T ELT) (($ $ (-583 |#3|) (-583 $)) 155 T ELT) (($ $ |#2| $) 242 (|has| |#1| (-190)) ELT) (($ $ (-583 |#2|) (-583 $)) 241 (|has| |#1| (-190)) ELT) (($ $ |#2| |#1|) 240 (|has| |#1| (-190)) ELT) (($ $ (-583 |#2|) (-583 |#1|)) 239 (|has| |#1| (-190)) ELT)) (-3758 (($ $ |#3|) 120 (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 |#3|) (-583 (-694))) 52 T ELT) (($ $ |#3| (-694)) 51 T ELT) (($ $ (-583 |#3|)) 50 T ELT) (($ $ |#3|) 48 T ELT) (($ $ (-1 |#1| |#1|)) 263 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 262 T ELT) (($ $) 238 (|has| |#1| (-189)) ELT) (($ $ (-694)) 236 (|has| |#1| (-189)) ELT) (($ $ (-1090)) 234 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 232 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 231 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 230 (|has| |#1| (-811 (-1090))) ELT)) (-1489 (((-583 |#2|) $) 255 T ELT)) (-3949 ((|#4| $) 167 T ELT) (((-694) $ |#3|) 143 T ELT) (((-583 (-694)) $ (-583 |#3|)) 142 T ELT) (((-694) $ |#2|) 252 T ELT)) (-3973 (((-800 (-330)) $) 95 (-12 (|has| |#3| (-553 (-800 (-330)))) (|has| |#1| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) 94 (-12 (|has| |#3| (-553 (-800 (-484)))) (|has| |#1| (-553 (-800 (-484))))) ELT) (((-473) $) 93 (-12 (|has| |#3| (-553 (-473))) (|has| |#1| (-553 (-473)))) ELT)) (-2818 ((|#1| $) 192 (|has| |#1| (-392)) ELT) (($ $ |#3|) 119 (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) 117 (-2563 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 182 T ELT) (($ |#3|) 152 T ELT) (($ |#2|) 257 T ELT) (($ (-350 (-484))) 91 (OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-38 (-350 (-484))))) ELT) (($ $) 98 (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) 185 T ELT)) (-3678 ((|#1| $ |#4|) 172 T ELT) (($ $ |#3| (-694)) 141 T ELT) (($ $ (-583 |#3|) (-583 (-694))) 140 T ELT)) (-2703 (((-632 $) $) 92 (OR (-2563 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) 40 T CONST)) (-1623 (($ $ $ (-694)) 190 (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 102 (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-583 |#3|) (-583 (-694))) 55 T ELT) (($ $ |#3| (-694)) 54 T ELT) (($ $ (-583 |#3|)) 53 T ELT) (($ $ |#3|) 49 T ELT) (($ $ (-1 |#1| |#1|)) 261 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 260 T ELT) (($ $) 237 (|has| |#1| (-189)) ELT) (($ $ (-694)) 235 (|has| |#1| (-189)) ELT) (($ $ (-1090)) 233 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 229 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 228 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 227 (|has| |#1| (-811 (-1090))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 173 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 175 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) 174 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 164 T ELT) (($ $ |#1|) 163 T ELT)))
-(((-213 |#1| |#2| |#3| |#4|) (-113) (-961) (-756) (-228 |t#2|) (-717)) (T -213))
-((-1523 (*1 *2 *3) (-12 (-4 *4 (-961)) (-4 *3 (-756)) (-4 *5 (-228 *3)) (-4 *6 (-717)) (-5 *2 (-1 *1 (-694))) (-4 *1 (-213 *4 *3 *5 *6)))) (-1489 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-583 *4)))) (-3773 (*1 *2 *1 *3) (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-961)) (-4 *3 (-756)) (-4 *5 (-228 *3)) (-4 *6 (-717)) (-5 *2 (-694)))) (-3773 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-694)))) (-3949 (*1 *2 *1 *3) (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-961)) (-4 *3 (-756)) (-4 *5 (-228 *3)) (-4 *6 (-717)) (-5 *2 (-694)))) (-1488 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-583 (-694))))) (-1522 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-694)))) (-1488 (*1 *2 *1 *3) (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-961)) (-4 *3 (-756)) (-4 *5 (-228 *3)) (-4 *6 (-717)) (-5 *2 (-583 (-694))))) (-1522 (*1 *2 *1 *3) (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-961)) (-4 *3 (-756)) (-4 *5 (-228 *3)) (-4 *6 (-717)) (-5 *2 (-694)))) (-1487 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-85)))) (-1486 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *2 *5)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *5 (-717)) (-4 *2 (-228 *4)))) (-1485 (*1 *1 *1) (-12 (-4 *1 (-213 *2 *3 *4 *5)) (-4 *2 (-961)) (-4 *3 (-756)) (-4 *4 (-228 *3)) (-4 *5 (-717)))) (-1484 (*1 *1 *1) (-12 (-4 *1 (-213 *2 *3 *4 *5)) (-4 *2 (-961)) (-4 *3 (-756)) (-4 *4 (-228 *3)) (-4 *5 (-717)))) (-1523 (*1 *2 *1) (-12 (-4 *3 (-190)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-1 *1 (-694))) (-4 *1 (-213 *3 *4 *5 *6)))))
-(-13 (-861 |t#1| |t#4| |t#3|) (-184 |t#1|) (-950 |t#2|) (-10 -8 (-15 -1523 ((-1 $ (-694)) |t#2|)) (-15 -1489 ((-583 |t#2|) $)) (-15 -3773 ((-694) $ |t#2|)) (-15 -3773 ((-694) $)) (-15 -3949 ((-694) $ |t#2|)) (-15 -1488 ((-583 (-694)) $)) (-15 -1522 ((-694) $)) (-15 -1488 ((-583 (-694)) $ |t#2|)) (-15 -1522 ((-694) $ |t#2|)) (-15 -1487 ((-85) $)) (-15 -1486 (|t#3| $)) (-15 -1485 ($ $)) (-15 -1484 ($ $)) (IF (|has| |t#1| (-190)) (PROGN (-6 (-455 |t#2| |t#1|)) (-6 (-455 |t#2| $)) (-6 (-260 $)) (-15 -1523 ((-1 $ (-694)) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-38 (-350 (-484))))) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-555 |#2|) . T) ((-555 |#3|) . T) ((-555 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-553 (-473)) -12 (|has| |#1| (-553 (-473))) (|has| |#3| (-553 (-473)))) ((-553 (-800 (-330))) -12 (|has| |#1| (-553 (-800 (-330)))) (|has| |#3| (-553 (-800 (-330))))) ((-553 (-800 (-484))) -12 (|has| |#1| (-553 (-800 (-484)))) (|has| |#3| (-553 (-800 (-484))))) ((-186 $) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-184 |#1|) . T) ((-190) |has| |#1| (-190)) ((-189) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-225 |#1|) . T) ((-246) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-260 $) . T) ((-277 |#1| |#4|) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-821)) (|has| |#1| (-392))) ((-455 |#2| |#1|) |has| |#1| (-190)) ((-455 |#2| $) |has| |#1| (-190)) ((-455 |#3| |#1|) . T) ((-455 |#3| $) . T) ((-455 $ $) . T) ((-495) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-590 (-484)) |has| |#1| (-580 (-484))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-580 (-484)) |has| |#1| (-580 (-484))) ((-580 |#1|) . T) ((-654 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-663) . T) ((-806 $ (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-806 $ |#3|) . T) ((-809 (-1090)) |has| |#1| (-809 (-1090))) ((-809 |#3|) . T) ((-811 (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-811 |#3|) . T) ((-796 (-330)) -12 (|has| |#1| (-796 (-330))) (|has| |#3| (-796 (-330)))) ((-796 (-484)) -12 (|has| |#1| (-796 (-484))) (|has| |#3| (-796 (-484)))) ((-861 |#1| |#4| |#3|) . T) ((-821) |has| |#1| (-821)) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T) ((-950 |#2|) . T) ((-950 |#3|) . T) ((-963 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-968 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) |has| |#1| (-821)))
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-1495 ((|#1| $) 61 T ELT)) (-3324 ((|#1| $) 40 T ELT)) (-3725 (($) 6 T CONST)) (-3003 (($ $) 67 T ELT)) (-2297 (($ $) 55 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 52 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 49 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 48 T ELT)) (-3326 ((|#1| |#1| $) 42 T ELT)) (-3325 ((|#1| $) 41 T ELT)) (-2609 (((-583 |#1|) $) 47 T ELT)) (-3246 (((-85) |#1| $) 51 (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3834 (((-694) $) 68 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 34 T ELT)) (-1493 ((|#1| |#1| $) 59 T ELT)) (-1492 ((|#1| |#1| $) 58 T ELT)) (-3610 (($ |#1| $) 35 T ELT)) (-2604 (((-694) $) 62 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3002 ((|#1| $) 69 T ELT)) (-1491 ((|#1| $) 57 T ELT)) (-1490 ((|#1| $) 56 T ELT)) (-1275 ((|#1| $) 36 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 45 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3005 ((|#1| |#1| $) 65 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3004 ((|#1| $) 66 T ELT)) (-1496 (($) 64 T ELT) (($ (-583 |#1|)) 63 T ELT)) (-3323 (((-694) $) 39 T ELT)) (-1730 (((-694) |#1| $) 50 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 46 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1494 ((|#1| $) 60 T ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-3001 ((|#1| $) 70 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 44 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 43 T ELT)))
-(((-214 |#1|) (-113) (-1129)) (T -214))
-((-1496 (*1 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))) (-1496 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-4 *1 (-214 *3)))) (-2604 (*1 *2 *1) (-12 (-4 *1 (-214 *3)) (-4 *3 (-1129)) (-5 *2 (-694)))) (-1495 (*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))) (-1494 (*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))) (-1493 (*1 *2 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))) (-1492 (*1 *2 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))) (-1491 (*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))) (-1490 (*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))) (-2297 (*1 *1 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))))
-(-13 (-1034 |t#1|) (-908 |t#1|) (-10 -8 (-15 -1496 ($)) (-15 -1496 ($ (-583 |t#1|))) (-15 -2604 ((-694) $)) (-15 -1495 (|t#1| $)) (-15 -1494 (|t#1| $)) (-15 -1493 (|t#1| |t#1| $)) (-15 -1492 (|t#1| |t#1| $)) (-15 -1491 (|t#1| $)) (-15 -1490 (|t#1| $)) (-15 -2297 ($ $))))
-(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-908 |#1|) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1034 |#1|) . T) ((-1129) . T))
-((-1497 (((-1047 (-179)) (-792 |#1|) (-1004 (-330)) (-1004 (-330))) 75 T ELT) (((-1047 (-179)) (-792 |#1|) (-1004 (-330)) (-1004 (-330)) (-583 (-221))) 74 T ELT) (((-1047 (-179)) |#1| (-1004 (-330)) (-1004 (-330))) 65 T ELT) (((-1047 (-179)) |#1| (-1004 (-330)) (-1004 (-330)) (-583 (-221))) 64 T ELT) (((-1047 (-179)) (-789 |#1|) (-1004 (-330))) 56 T ELT) (((-1047 (-179)) (-789 |#1|) (-1004 (-330)) (-583 (-221))) 55 T ELT)) (-1504 (((-1183) (-792 |#1|) (-1004 (-330)) (-1004 (-330))) 78 T ELT) (((-1183) (-792 |#1|) (-1004 (-330)) (-1004 (-330)) (-583 (-221))) 77 T ELT) (((-1183) |#1| (-1004 (-330)) (-1004 (-330))) 68 T ELT) (((-1183) |#1| (-1004 (-330)) (-1004 (-330)) (-583 (-221))) 67 T ELT) (((-1183) (-789 |#1|) (-1004 (-330))) 60 T ELT) (((-1183) (-789 |#1|) (-1004 (-330)) (-583 (-221))) 59 T ELT) (((-1182) (-787 |#1|) (-1004 (-330))) 47 T ELT) (((-1182) (-787 |#1|) (-1004 (-330)) (-583 (-221))) 46 T ELT) (((-1182) |#1| (-1004 (-330))) 38 T ELT) (((-1182) |#1| (-1004 (-330)) (-583 (-221))) 36 T ELT)))
-(((-215 |#1|) (-10 -7 (-15 -1504 ((-1182) |#1| (-1004 (-330)) (-583 (-221)))) (-15 -1504 ((-1182) |#1| (-1004 (-330)))) (-15 -1504 ((-1182) (-787 |#1|) (-1004 (-330)) (-583 (-221)))) (-15 -1504 ((-1182) (-787 |#1|) (-1004 (-330)))) (-15 -1504 ((-1183) (-789 |#1|) (-1004 (-330)) (-583 (-221)))) (-15 -1504 ((-1183) (-789 |#1|) (-1004 (-330)))) (-15 -1497 ((-1047 (-179)) (-789 |#1|) (-1004 (-330)) (-583 (-221)))) (-15 -1497 ((-1047 (-179)) (-789 |#1|) (-1004 (-330)))) (-15 -1504 ((-1183) |#1| (-1004 (-330)) (-1004 (-330)) (-583 (-221)))) (-15 -1504 ((-1183) |#1| (-1004 (-330)) (-1004 (-330)))) (-15 -1497 ((-1047 (-179)) |#1| (-1004 (-330)) (-1004 (-330)) (-583 (-221)))) (-15 -1497 ((-1047 (-179)) |#1| (-1004 (-330)) (-1004 (-330)))) (-15 -1504 ((-1183) (-792 |#1|) (-1004 (-330)) (-1004 (-330)) (-583 (-221)))) (-15 -1504 ((-1183) (-792 |#1|) (-1004 (-330)) (-1004 (-330)))) (-15 -1497 ((-1047 (-179)) (-792 |#1|) (-1004 (-330)) (-1004 (-330)) (-583 (-221)))) (-15 -1497 ((-1047 (-179)) (-792 |#1|) (-1004 (-330)) (-1004 (-330))))) (-13 (-553 (-473)) (-1013))) (T -215))
-((-1497 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-792 *5)) (-5 *4 (-1004 (-330))) (-4 *5 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1047 (-179))) (-5 *1 (-215 *5)))) (-1497 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-792 *6)) (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-4 *6 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1047 (-179))) (-5 *1 (-215 *6)))) (-1504 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-792 *5)) (-5 *4 (-1004 (-330))) (-4 *5 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1183)) (-5 *1 (-215 *5)))) (-1504 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-792 *6)) (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-4 *6 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1183)) (-5 *1 (-215 *6)))) (-1497 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1004 (-330))) (-5 *2 (-1047 (-179))) (-5 *1 (-215 *3)) (-4 *3 (-13 (-553 (-473)) (-1013))))) (-1497 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-215 *3)) (-4 *3 (-13 (-553 (-473)) (-1013))))) (-1504 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1004 (-330))) (-5 *2 (-1183)) (-5 *1 (-215 *3)) (-4 *3 (-13 (-553 (-473)) (-1013))))) (-1504 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-215 *3)) (-4 *3 (-13 (-553 (-473)) (-1013))))) (-1497 (*1 *2 *3 *4) (-12 (-5 *3 (-789 *5)) (-5 *4 (-1004 (-330))) (-4 *5 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1047 (-179))) (-5 *1 (-215 *5)))) (-1497 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-789 *6)) (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-4 *6 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1047 (-179))) (-5 *1 (-215 *6)))) (-1504 (*1 *2 *3 *4) (-12 (-5 *3 (-789 *5)) (-5 *4 (-1004 (-330))) (-4 *5 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1183)) (-5 *1 (-215 *5)))) (-1504 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-789 *6)) (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-4 *6 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1183)) (-5 *1 (-215 *6)))) (-1504 (*1 *2 *3 *4) (-12 (-5 *3 (-787 *5)) (-5 *4 (-1004 (-330))) (-4 *5 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1182)) (-5 *1 (-215 *5)))) (-1504 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-787 *6)) (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-4 *6 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1182)) (-5 *1 (-215 *6)))) (-1504 (*1 *2 *3 *4) (-12 (-5 *4 (-1004 (-330))) (-5 *2 (-1182)) (-5 *1 (-215 *3)) (-4 *3 (-13 (-553 (-473)) (-1013))))) (-1504 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1182)) (-5 *1 (-215 *3)) (-4 *3 (-13 (-553 (-473)) (-1013))))))
-((-1498 (((-1 (-854 (-179)) (-179) (-179)) (-1 (-854 (-179)) (-179) (-179)) (-1 (-179) (-179) (-179) (-179))) 158 T ELT)) (-1497 (((-1047 (-179)) (-792 (-1 (-179) (-179) (-179))) (-1001 (-330)) (-1001 (-330))) 178 T ELT) (((-1047 (-179)) (-792 (-1 (-179) (-179) (-179))) (-1001 (-330)) (-1001 (-330)) (-583 (-221))) 176 T ELT) (((-1047 (-179)) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-330)) (-1001 (-330))) 181 T ELT) (((-1047 (-179)) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-330)) (-1001 (-330)) (-583 (-221))) 177 T ELT) (((-1047 (-179)) (-1 (-179) (-179) (-179)) (-1001 (-330)) (-1001 (-330))) 169 T ELT) (((-1047 (-179)) (-1 (-179) (-179) (-179)) (-1001 (-330)) (-1001 (-330)) (-583 (-221))) 168 T ELT) (((-1047 (-179)) (-1 (-854 (-179)) (-179)) (-1001 (-330))) 150 T ELT) (((-1047 (-179)) (-1 (-854 (-179)) (-179)) (-1001 (-330)) (-583 (-221))) 148 T ELT) (((-1047 (-179)) (-789 (-1 (-179) (-179))) (-1001 (-330))) 149 T ELT) (((-1047 (-179)) (-789 (-1 (-179) (-179))) (-1001 (-330)) (-583 (-221))) 146 T ELT)) (-1504 (((-1183) (-792 (-1 (-179) (-179) (-179))) (-1001 (-330)) (-1001 (-330))) 180 T ELT) (((-1183) (-792 (-1 (-179) (-179) (-179))) (-1001 (-330)) (-1001 (-330)) (-583 (-221))) 179 T ELT) (((-1183) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-330)) (-1001 (-330))) 183 T ELT) (((-1183) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-330)) (-1001 (-330)) (-583 (-221))) 182 T ELT) (((-1183) (-1 (-179) (-179) (-179)) (-1001 (-330)) (-1001 (-330))) 171 T ELT) (((-1183) (-1 (-179) (-179) (-179)) (-1001 (-330)) (-1001 (-330)) (-583 (-221))) 170 T ELT) (((-1183) (-1 (-854 (-179)) (-179)) (-1001 (-330))) 156 T ELT) (((-1183) (-1 (-854 (-179)) (-179)) (-1001 (-330)) (-583 (-221))) 155 T ELT) (((-1183) (-789 (-1 (-179) (-179))) (-1001 (-330))) 154 T ELT) (((-1183) (-789 (-1 (-179) (-179))) (-1001 (-330)) (-583 (-221))) 153 T ELT) (((-1182) (-787 (-1 (-179) (-179))) (-1001 (-330))) 118 T ELT) (((-1182) (-787 (-1 (-179) (-179))) (-1001 (-330)) (-583 (-221))) 117 T ELT) (((-1182) (-1 (-179) (-179)) (-1001 (-330))) 112 T ELT) (((-1182) (-1 (-179) (-179)) (-1001 (-330)) (-583 (-221))) 110 T ELT)))
-(((-216) (-10 -7 (-15 -1504 ((-1182) (-1 (-179) (-179)) (-1001 (-330)) (-583 (-221)))) (-15 -1504 ((-1182) (-1 (-179) (-179)) (-1001 (-330)))) (-15 -1504 ((-1182) (-787 (-1 (-179) (-179))) (-1001 (-330)) (-583 (-221)))) (-15 -1504 ((-1182) (-787 (-1 (-179) (-179))) (-1001 (-330)))) (-15 -1504 ((-1183) (-789 (-1 (-179) (-179))) (-1001 (-330)) (-583 (-221)))) (-15 -1504 ((-1183) (-789 (-1 (-179) (-179))) (-1001 (-330)))) (-15 -1504 ((-1183) (-1 (-854 (-179)) (-179)) (-1001 (-330)) (-583 (-221)))) (-15 -1504 ((-1183) (-1 (-854 (-179)) (-179)) (-1001 (-330)))) (-15 -1497 ((-1047 (-179)) (-789 (-1 (-179) (-179))) (-1001 (-330)) (-583 (-221)))) (-15 -1497 ((-1047 (-179)) (-789 (-1 (-179) (-179))) (-1001 (-330)))) (-15 -1497 ((-1047 (-179)) (-1 (-854 (-179)) (-179)) (-1001 (-330)) (-583 (-221)))) (-15 -1497 ((-1047 (-179)) (-1 (-854 (-179)) (-179)) (-1001 (-330)))) (-15 -1504 ((-1183) (-1 (-179) (-179) (-179)) (-1001 (-330)) (-1001 (-330)) (-583 (-221)))) (-15 -1504 ((-1183) (-1 (-179) (-179) (-179)) (-1001 (-330)) (-1001 (-330)))) (-15 -1497 ((-1047 (-179)) (-1 (-179) (-179) (-179)) (-1001 (-330)) (-1001 (-330)) (-583 (-221)))) (-15 -1497 ((-1047 (-179)) (-1 (-179) (-179) (-179)) (-1001 (-330)) (-1001 (-330)))) (-15 -1504 ((-1183) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-330)) (-1001 (-330)) (-583 (-221)))) (-15 -1504 ((-1183) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-330)) (-1001 (-330)))) (-15 -1497 ((-1047 (-179)) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-330)) (-1001 (-330)) (-583 (-221)))) (-15 -1497 ((-1047 (-179)) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-330)) (-1001 (-330)))) (-15 -1504 ((-1183) (-792 (-1 (-179) (-179) (-179))) (-1001 (-330)) (-1001 (-330)) (-583 (-221)))) (-15 -1504 ((-1183) (-792 (-1 (-179) (-179) (-179))) (-1001 (-330)) (-1001 (-330)))) (-15 -1497 ((-1047 (-179)) (-792 (-1 (-179) (-179) (-179))) (-1001 (-330)) (-1001 (-330)) (-583 (-221)))) (-15 -1497 ((-1047 (-179)) (-792 (-1 (-179) (-179) (-179))) (-1001 (-330)) (-1001 (-330)))) (-15 -1498 ((-1 (-854 (-179)) (-179) (-179)) (-1 (-854 (-179)) (-179) (-179)) (-1 (-179) (-179) (-179) (-179)))))) (T -216))
-((-1498 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-854 (-179)) (-179) (-179))) (-5 *3 (-1 (-179) (-179) (-179) (-179))) (-5 *1 (-216)))) (-1497 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-792 (-1 (-179) (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *2 (-1047 (-179))) (-5 *1 (-216)))) (-1497 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-792 (-1 (-179) (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-792 (-1 (-179) (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-792 (-1 (-179) (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1497 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *2 (-1047 (-179))) (-5 *1 (-216)))) (-1497 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1497 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *2 (-1047 (-179))) (-5 *1 (-216)))) (-1497 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1497 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-854 (-179)) (-179))) (-5 *4 (-1001 (-330))) (-5 *2 (-1047 (-179))) (-5 *1 (-216)))) (-1497 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-854 (-179)) (-179))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-216)))) (-1497 (*1 *2 *3 *4) (-12 (-5 *3 (-789 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *2 (-1047 (-179))) (-5 *1 (-216)))) (-1497 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-789 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-854 (-179)) (-179))) (-5 *4 (-1001 (-330))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-854 (-179)) (-179))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4) (-12 (-5 *3 (-789 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-789 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4) (-12 (-5 *3 (-787 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *2 (-1182)) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-787 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1182)) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *2 (-1182)) (-5 *1 (-216)))) (-1504 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1182)) (-5 *1 (-216)))))
-((-1504 (((-1182) (-249 |#2|) (-1090) (-1090) (-583 (-221))) 102 T ELT)))
-(((-217 |#1| |#2|) (-10 -7 (-15 -1504 ((-1182) (-249 |#2|) (-1090) (-1090) (-583 (-221))))) (-13 (-495) (-756) (-950 (-484))) (-364 |#1|)) (T -217))
-((-1504 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-249 *7)) (-5 *4 (-1090)) (-5 *5 (-583 (-221))) (-4 *7 (-364 *6)) (-4 *6 (-13 (-495) (-756) (-950 (-484)))) (-5 *2 (-1182)) (-5 *1 (-217 *6 *7)))))
-((-1501 (((-484) (-484)) 71 T ELT)) (-1502 (((-484) (-484)) 72 T ELT)) (-1503 (((-179) (-179)) 73 T ELT)) (-1500 (((-1183) (-1 (-142 (-179)) (-142 (-179))) (-1001 (-179)) (-1001 (-179))) 70 T ELT)) (-1499 (((-1183) (-1 (-142 (-179)) (-142 (-179))) (-1001 (-179)) (-1001 (-179)) (-85)) 68 T ELT)))
-(((-218) (-10 -7 (-15 -1499 ((-1183) (-1 (-142 (-179)) (-142 (-179))) (-1001 (-179)) (-1001 (-179)) (-85))) (-15 -1500 ((-1183) (-1 (-142 (-179)) (-142 (-179))) (-1001 (-179)) (-1001 (-179)))) (-15 -1501 ((-484) (-484))) (-15 -1502 ((-484) (-484))) (-15 -1503 ((-179) (-179))))) (T -218))
-((-1503 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-218)))) (-1502 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-218)))) (-1501 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-218)))) (-1500 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-142 (-179)) (-142 (-179)))) (-5 *4 (-1001 (-179))) (-5 *2 (-1183)) (-5 *1 (-218)))) (-1499 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-142 (-179)) (-142 (-179)))) (-5 *4 (-1001 (-179))) (-5 *5 (-85)) (-5 *2 (-1183)) (-5 *1 (-218)))))
-((-3947 (((-1004 (-330)) (-1004 (-265 |#1|))) 16 T ELT)))
-(((-219 |#1|) (-10 -7 (-15 -3947 ((-1004 (-330)) (-1004 (-265 |#1|))))) (-13 (-756) (-495) (-553 (-330)))) (T -219))
-((-3947 (*1 *2 *3) (-12 (-5 *3 (-1004 (-265 *4))) (-4 *4 (-13 (-756) (-495) (-553 (-330)))) (-5 *2 (-1004 (-330))) (-5 *1 (-219 *4)))))
-((-1504 (((-1183) (-583 (-179)) (-583 (-179)) (-583 (-179)) (-583 (-221))) 23 T ELT) (((-1183) (-583 (-179)) (-583 (-179)) (-583 (-179))) 24 T ELT) (((-1182) (-583 (-854 (-179))) (-583 (-221))) 16 T ELT) (((-1182) (-583 (-854 (-179)))) 17 T ELT) (((-1182) (-583 (-179)) (-583 (-179)) (-583 (-221))) 20 T ELT) (((-1182) (-583 (-179)) (-583 (-179))) 21 T ELT)))
-(((-220) (-10 -7 (-15 -1504 ((-1182) (-583 (-179)) (-583 (-179)))) (-15 -1504 ((-1182) (-583 (-179)) (-583 (-179)) (-583 (-221)))) (-15 -1504 ((-1182) (-583 (-854 (-179))))) (-15 -1504 ((-1182) (-583 (-854 (-179))) (-583 (-221)))) (-15 -1504 ((-1183) (-583 (-179)) (-583 (-179)) (-583 (-179)))) (-15 -1504 ((-1183) (-583 (-179)) (-583 (-179)) (-583 (-179)) (-583 (-221)))))) (T -220))
-((-1504 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-583 (-179))) (-5 *4 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-220)))) (-1504 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-583 (-179))) (-5 *2 (-1183)) (-5 *1 (-220)))) (-1504 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-854 (-179)))) (-5 *4 (-583 (-221))) (-5 *2 (-1182)) (-5 *1 (-220)))) (-1504 (*1 *2 *3) (-12 (-5 *3 (-583 (-854 (-179)))) (-5 *2 (-1182)) (-5 *1 (-220)))) (-1504 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-583 (-179))) (-5 *4 (-583 (-221))) (-5 *2 (-1182)) (-5 *1 (-220)))) (-1504 (*1 *2 *3 *3) (-12 (-5 *3 (-583 (-179))) (-5 *2 (-1182)) (-5 *1 (-220)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3882 (($ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) 24 T ELT)) (-1517 (($ (-830)) 81 T ELT)) (-1516 (($ (-830)) 80 T ELT)) (-1775 (($ (-583 (-330))) 87 T ELT)) (-1520 (($ (-330)) 66 T ELT)) (-1519 (($ (-830)) 82 T ELT)) (-1513 (($ (-85)) 33 T ELT)) (-3884 (($ (-1073)) 28 T ELT)) (-1512 (($ (-1073)) 29 T ELT)) (-1518 (($ (-1047 (-179))) 76 T ELT)) (-1931 (($ (-583 (-1001 (-330)))) 72 T ELT)) (-1506 (($ (-583 (-1001 (-330)))) 68 T ELT) (($ (-583 (-1001 (-350 (-484))))) 71 T ELT)) (-1509 (($ (-330)) 38 T ELT) (($ (-783)) 42 T ELT)) (-1505 (((-85) (-583 $) (-1090)) 100 T ELT)) (-1521 (((-3 (-51) "failed") (-583 $) (-1090)) 102 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1508 (($ (-330)) 43 T ELT) (($ (-783)) 44 T ELT)) (-3225 (($ (-1 (-854 (-179)) (-854 (-179)))) 65 T ELT)) (-2266 (($ (-1 (-854 (-179)) (-854 (-179)))) 83 T ELT)) (-1507 (($ (-1 (-179) (-179))) 48 T ELT) (($ (-1 (-179) (-179) (-179))) 52 T ELT) (($ (-1 (-179) (-179) (-179) (-179))) 56 T ELT)) (-3947 (((-772) $) 93 T ELT)) (-1510 (($ (-85)) 34 T ELT) (($ (-583 (-1001 (-330)))) 60 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1926 (($ (-85)) 35 T ELT)) (-3057 (((-85) $ $) 97 T ELT)))
-(((-221) (-13 (-1013) (-10 -8 (-15 -1926 ($ (-85))) (-15 -1510 ($ (-85))) (-15 -3882 ($ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))))) (-15 -3884 ($ (-1073))) (-15 -1512 ($ (-1073))) (-15 -1513 ($ (-85))) (-15 -1510 ($ (-583 (-1001 (-330))))) (-15 -3225 ($ (-1 (-854 (-179)) (-854 (-179))))) (-15 -1509 ($ (-330))) (-15 -1509 ($ (-783))) (-15 -1508 ($ (-330))) (-15 -1508 ($ (-783))) (-15 -1507 ($ (-1 (-179) (-179)))) (-15 -1507 ($ (-1 (-179) (-179) (-179)))) (-15 -1507 ($ (-1 (-179) (-179) (-179) (-179)))) (-15 -1520 ($ (-330))) (-15 -1506 ($ (-583 (-1001 (-330))))) (-15 -1506 ($ (-583 (-1001 (-350 (-484)))))) (-15 -1931 ($ (-583 (-1001 (-330))))) (-15 -1518 ($ (-1047 (-179)))) (-15 -1516 ($ (-830))) (-15 -1517 ($ (-830))) (-15 -1519 ($ (-830))) (-15 -2266 ($ (-1 (-854 (-179)) (-854 (-179))))) (-15 -1775 ($ (-583 (-330)))) (-15 -1521 ((-3 (-51) "failed") (-583 $) (-1090))) (-15 -1505 ((-85) (-583 $) (-1090)))))) (T -221))
-((-1926 (*1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-221)))) (-1510 (*1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-221)))) (-3882 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) (-5 *1 (-221)))) (-3884 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-221)))) (-1512 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-221)))) (-1513 (*1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-221)))) (-1510 (*1 *1 *2) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *1 (-221)))) (-3225 (*1 *1 *2) (-12 (-5 *2 (-1 (-854 (-179)) (-854 (-179)))) (-5 *1 (-221)))) (-1509 (*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-221)))) (-1509 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-221)))) (-1508 (*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-221)))) (-1508 (*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-221)))) (-1507 (*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *1 (-221)))) (-1507 (*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179) (-179))) (-5 *1 (-221)))) (-1507 (*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179) (-179) (-179))) (-5 *1 (-221)))) (-1520 (*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-221)))) (-1506 (*1 *1 *2) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *1 (-221)))) (-1506 (*1 *1 *2) (-12 (-5 *2 (-583 (-1001 (-350 (-484))))) (-5 *1 (-221)))) (-1931 (*1 *1 *2) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *1 (-221)))) (-1518 (*1 *1 *2) (-12 (-5 *2 (-1047 (-179))) (-5 *1 (-221)))) (-1516 (*1 *1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-221)))) (-1517 (*1 *1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-221)))) (-1519 (*1 *1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-221)))) (-2266 (*1 *1 *2) (-12 (-5 *2 (-1 (-854 (-179)) (-854 (-179)))) (-5 *1 (-221)))) (-1775 (*1 *1 *2) (-12 (-5 *2 (-583 (-330))) (-5 *1 (-221)))) (-1521 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-583 (-221))) (-5 *4 (-1090)) (-5 *2 (-51)) (-5 *1 (-221)))) (-1505 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-221))) (-5 *4 (-1090)) (-5 *2 (-85)) (-5 *1 (-221)))))
-((-3882 (((-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))) (-583 (-221)) (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) 25 T ELT)) (-1517 (((-830) (-583 (-221)) (-830)) 52 T ELT)) (-1516 (((-830) (-583 (-221)) (-830)) 51 T ELT)) (-3852 (((-583 (-330)) (-583 (-221)) (-583 (-330))) 68 T ELT)) (-1520 (((-330) (-583 (-221)) (-330)) 57 T ELT)) (-1519 (((-830) (-583 (-221)) (-830)) 53 T ELT)) (-1513 (((-85) (-583 (-221)) (-85)) 27 T ELT)) (-3884 (((-1073) (-583 (-221)) (-1073)) 19 T ELT)) (-1512 (((-1073) (-583 (-221)) (-1073)) 26 T ELT)) (-1518 (((-1047 (-179)) (-583 (-221))) 46 T ELT)) (-1931 (((-583 (-1001 (-330))) (-583 (-221)) (-583 (-1001 (-330)))) 40 T ELT)) (-1514 (((-783) (-583 (-221)) (-783)) 32 T ELT)) (-1515 (((-783) (-583 (-221)) (-783)) 33 T ELT)) (-2266 (((-1 (-854 (-179)) (-854 (-179))) (-583 (-221)) (-1 (-854 (-179)) (-854 (-179)))) 63 T ELT)) (-1511 (((-85) (-583 (-221)) (-85)) 14 T ELT)) (-1926 (((-85) (-583 (-221)) (-85)) 13 T ELT)))
-(((-222) (-10 -7 (-15 -1926 ((-85) (-583 (-221)) (-85))) (-15 -1511 ((-85) (-583 (-221)) (-85))) (-15 -3882 ((-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))) (-583 (-221)) (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))))) (-15 -3884 ((-1073) (-583 (-221)) (-1073))) (-15 -1512 ((-1073) (-583 (-221)) (-1073))) (-15 -1513 ((-85) (-583 (-221)) (-85))) (-15 -1514 ((-783) (-583 (-221)) (-783))) (-15 -1515 ((-783) (-583 (-221)) (-783))) (-15 -1931 ((-583 (-1001 (-330))) (-583 (-221)) (-583 (-1001 (-330))))) (-15 -1516 ((-830) (-583 (-221)) (-830))) (-15 -1517 ((-830) (-583 (-221)) (-830))) (-15 -1518 ((-1047 (-179)) (-583 (-221)))) (-15 -1519 ((-830) (-583 (-221)) (-830))) (-15 -1520 ((-330) (-583 (-221)) (-330))) (-15 -2266 ((-1 (-854 (-179)) (-854 (-179))) (-583 (-221)) (-1 (-854 (-179)) (-854 (-179))))) (-15 -3852 ((-583 (-330)) (-583 (-221)) (-583 (-330)))))) (T -222))
-((-3852 (*1 *2 *3 *2) (-12 (-5 *2 (-583 (-330))) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-2266 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-854 (-179)) (-854 (-179)))) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1520 (*1 *2 *3 *2) (-12 (-5 *2 (-330)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1519 (*1 *2 *3 *2) (-12 (-5 *2 (-830)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1518 (*1 *2 *3) (-12 (-5 *3 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-222)))) (-1517 (*1 *2 *3 *2) (-12 (-5 *2 (-830)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1516 (*1 *2 *3 *2) (-12 (-5 *2 (-830)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1931 (*1 *2 *3 *2) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1515 (*1 *2 *3 *2) (-12 (-5 *2 (-783)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1514 (*1 *2 *3 *2) (-12 (-5 *2 (-783)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1513 (*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1512 (*1 *2 *3 *2) (-12 (-5 *2 (-1073)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-3884 (*1 *2 *3 *2) (-12 (-5 *2 (-1073)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-3882 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1511 (*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))) (-1926 (*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))))
-((-1521 (((-3 |#1| "failed") (-583 (-221)) (-1090)) 17 T ELT)))
-(((-223 |#1|) (-10 -7 (-15 -1521 ((-3 |#1| "failed") (-583 (-221)) (-1090)))) (-1129)) (T -223))
-((-1521 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-583 (-221))) (-5 *4 (-1090)) (-5 *1 (-223 *2)) (-4 *2 (-1129)))))
-((-3759 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-694)) 11 T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090)) 19 T ELT) (($ $ (-694)) NIL T ELT) (($ $) 16 T ELT)) (-2670 (($ $ (-1 |#2| |#2|)) 12 T ELT) (($ $ (-1 |#2| |#2|) (-694)) 14 T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $) NIL T ELT)))
-(((-224 |#1| |#2|) (-10 -7 (-15 -3759 (|#1| |#1|)) (-15 -2670 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-694))) (-15 -2670 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1| (-1090))) (-15 -2670 (|#1| |#1| (-1090))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -2670 (|#1| |#1| (-583 (-1090)))) (-15 -2670 (|#1| |#1| (-1090) (-694))) (-15 -2670 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -2670 (|#1| |#1| (-1 |#2| |#2|) (-694))) (-15 -2670 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|) (-694))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|)))) (-225 |#2|) (-1129)) (T -224))
-NIL
-((-3759 (($ $ (-1 |#1| |#1|)) 23 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 22 T ELT) (($ $ (-583 (-1090)) (-583 (-694))) 16 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 15 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 14 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090)) 12 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-694)) 10 (|has| |#1| (-189)) ELT) (($ $) 8 (|has| |#1| (-189)) ELT)) (-2670 (($ $ (-1 |#1| |#1|)) 21 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 20 T ELT) (($ $ (-583 (-1090)) (-583 (-694))) 19 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 18 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 17 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090)) 13 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-694)) 11 (|has| |#1| (-189)) ELT) (($ $) 9 (|has| |#1| (-189)) ELT)))
-(((-225 |#1|) (-113) (-1129)) (T -225))
-((-3759 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-225 *3)) (-4 *3 (-1129)))) (-3759 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-694)) (-4 *1 (-225 *4)) (-4 *4 (-1129)))) (-2670 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-225 *3)) (-4 *3 (-1129)))) (-2670 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-694)) (-4 *1 (-225 *4)) (-4 *4 (-1129)))))
-(-13 (-1129) (-10 -8 (-15 -3759 ($ $ (-1 |t#1| |t#1|))) (-15 -3759 ($ $ (-1 |t#1| |t#1|) (-694))) (-15 -2670 ($ $ (-1 |t#1| |t#1|))) (-15 -2670 ($ $ (-1 |t#1| |t#1|) (-694))) (IF (|has| |t#1| (-189)) (-6 (-189)) |%noBranch|) (IF (|has| |t#1| (-811 (-1090))) (-6 (-811 (-1090))) |%noBranch|)))
-(((-186 $) |has| |#1| (-189)) ((-189) |has| |#1| (-189)) ((-13) . T) ((-806 $ (-1090)) |has| |#1| (-811 (-1090))) ((-811 (-1090)) |has| |#1| (-811 (-1090))) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1488 (((-583 (-694)) $) NIL T ELT) (((-583 (-694)) $ |#2|) NIL T ELT)) (-1522 (((-694) $) NIL T ELT) (((-694) $ |#2|) NIL T ELT)) (-3082 (((-583 |#3|) $) NIL T ELT)) (-3084 (((-1085 $) $ |#3|) NIL T ELT) (((-1085 |#1|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 |#3|)) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-1484 (($ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 |#3| #1#) $) NIL T ELT) (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-1039 |#1| |#2|) #1#) $) 23 T ELT)) (-3157 ((|#1| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) ((|#3| $) NIL T ELT) ((|#2| $) NIL T ELT) (((-1039 |#1| |#2|) $) NIL T ELT)) (-3757 (($ $ $ |#3|) NIL (|has| |#1| (-146)) ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ |#3|) NIL (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-821)) ELT)) (-1624 (($ $ |#1| (-469 |#3|) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| |#1| (-796 (-330))) (|has| |#3| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| |#1| (-796 (-484))) (|has| |#3| (-796 (-484)))) ELT)) (-3773 (((-694) $ |#2|) NIL T ELT) (((-694) $) 10 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3085 (($ (-1085 |#1|) |#3|) NIL T ELT) (($ (-1085 $) |#3|) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-469 |#3|)) NIL T ELT) (($ $ |#3| (-694)) NIL T ELT) (($ $ (-583 |#3|) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ |#3|) NIL T ELT)) (-2821 (((-469 |#3|) $) NIL T ELT) (((-694) $ |#3|) NIL T ELT) (((-583 (-694)) $ (-583 |#3|)) NIL T ELT)) (-1625 (($ (-1 (-469 |#3|) (-469 |#3|)) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1523 (((-1 $ (-694)) |#2|) NIL T ELT) (((-1 $ (-694)) $) NIL (|has| |#1| (-190)) ELT)) (-3083 (((-3 |#3| #1#) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1486 ((|#3| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1487 (((-85) $) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| |#3|) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-1485 (($ $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-821)) ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ |#3| |#1|) NIL T ELT) (($ $ (-583 |#3|) (-583 |#1|)) NIL T ELT) (($ $ |#3| $) NIL T ELT) (($ $ (-583 |#3|) (-583 $)) NIL T ELT) (($ $ |#2| $) NIL (|has| |#1| (-190)) ELT) (($ $ (-583 |#2|) (-583 $)) NIL (|has| |#1| (-190)) ELT) (($ $ |#2| |#1|) NIL (|has| |#1| (-190)) ELT) (($ $ (-583 |#2|) (-583 |#1|)) NIL (|has| |#1| (-190)) ELT)) (-3758 (($ $ |#3|) NIL (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 |#3|) (-583 (-694))) NIL T ELT) (($ $ |#3| (-694)) NIL T ELT) (($ $ (-583 |#3|)) NIL T ELT) (($ $ |#3|) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT)) (-1489 (((-583 |#2|) $) NIL T ELT)) (-3949 (((-469 |#3|) $) NIL T ELT) (((-694) $ |#3|) NIL T ELT) (((-583 (-694)) $ (-583 |#3|)) NIL T ELT) (((-694) $ |#2|) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| |#1| (-553 (-800 (-330)))) (|has| |#3| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| |#1| (-553 (-800 (-484)))) (|has| |#3| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| |#1| (-553 (-473))) (|has| |#3| (-553 (-473)))) ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ |#3|) NIL (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) 26 T ELT) (($ |#3|) 25 T ELT) (($ |#2|) NIL T ELT) (($ (-1039 |#1| |#2|)) 32 T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-469 |#3|)) NIL T ELT) (($ $ |#3| (-694)) NIL T ELT) (($ $ (-583 |#3|) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-583 |#3|) (-583 (-694))) NIL T ELT) (($ $ |#3| (-694)) NIL T ELT) (($ $ (-583 |#3|)) NIL T ELT) (($ $ |#3|) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-226 |#1| |#2| |#3|) (-13 (-213 |#1| |#2| |#3| (-469 |#3|)) (-950 (-1039 |#1| |#2|))) (-961) (-756) (-228 |#2|)) (T -226))
-NIL
-((-1522 (((-694) $) 37 T ELT)) (-3158 (((-3 |#2| "failed") $) 22 T ELT)) (-3157 ((|#2| $) 33 T ELT)) (-3759 (($ $ (-694)) 18 T ELT) (($ $) 14 T ELT)) (-3947 (((-772) $) 32 T ELT) (($ |#2|) 11 T ELT)) (-3057 (((-85) $ $) 26 T ELT)) (-2686 (((-85) $ $) 36 T ELT)))
-(((-227 |#1| |#2|) (-10 -7 (-15 -1522 ((-694) |#1|)) (-15 -3947 (|#1| |#2|)) (-15 -3158 ((-3 |#2| "failed") |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3759 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-694))) (-15 -2686 ((-85) |#1| |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -3057 ((-85) |#1| |#1|))) (-228 |#2|) (-756)) (T -227))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-1522 (((-694) $) 26 T ELT)) (-3832 ((|#1| $) 27 T ELT)) (-3158 (((-3 |#1| "failed") $) 31 T ELT)) (-3157 ((|#1| $) 32 T ELT)) (-3773 (((-694) $) 28 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-1523 (($ |#1| (-694)) 29 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3759 (($ $ (-694)) 35 T ELT) (($ $) 33 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ |#1|) 30 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2670 (($ $ (-694)) 36 T ELT) (($ $) 34 T ELT)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)))
-(((-228 |#1|) (-113) (-756)) (T -228))
-((-1523 (*1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-228 *2)) (-4 *2 (-756)))) (-3773 (*1 *2 *1) (-12 (-4 *1 (-228 *3)) (-4 *3 (-756)) (-5 *2 (-694)))) (-3832 (*1 *2 *1) (-12 (-4 *1 (-228 *2)) (-4 *2 (-756)))) (-1522 (*1 *2 *1) (-12 (-4 *1 (-228 *3)) (-4 *3 (-756)) (-5 *2 (-694)))))
-(-13 (-756) (-189) (-950 |t#1|) (-10 -8 (-15 -1523 ($ |t#1| (-694))) (-15 -3773 ((-694) $)) (-15 -3832 (|t#1| $)) (-15 -1522 ((-694) $))))
-(((-72) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-186 $) . T) ((-189) . T) ((-13) . T) ((-756) . T) ((-759) . T) ((-950 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1525 (((-583 (-484)) $) 28 T ELT)) (-3949 (((-694) $) 26 T ELT)) (-3947 (((-772) $) 32 T ELT) (($ (-583 (-484))) 22 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1524 (($ (-694)) 29 T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 11 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 18 T ELT)))
-(((-229) (-13 (-756) (-10 -8 (-15 -3947 ($ (-583 (-484)))) (-15 -3949 ((-694) $)) (-15 -1525 ((-583 (-484)) $)) (-15 -1524 ($ (-694)))))) (T -229))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-229)))) (-3949 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-229)))) (-1525 (*1 *2 *1) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-229)))) (-1524 (*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-229)))))
-((-3493 ((|#2| |#2|) 77 T ELT)) (-3640 ((|#2| |#2|) 65 T ELT)) (-1554 (((-3 |#2| "failed") |#2| (-583 (-2 (|:| |func| |#2|) (|:| |pole| (-85))))) 123 T ELT)) (-3491 ((|#2| |#2|) 75 T ELT)) (-3639 ((|#2| |#2|) 63 T ELT)) (-3495 ((|#2| |#2|) 79 T ELT)) (-3638 ((|#2| |#2|) 67 T ELT)) (-3628 ((|#2|) 46 T ELT)) (-3596 (((-86) (-86)) 97 T ELT)) (-3943 ((|#2| |#2|) 61 T ELT)) (-1555 (((-85) |#2|) 146 T ELT)) (-1544 ((|#2| |#2|) 193 T ELT)) (-1532 ((|#2| |#2|) 169 T ELT)) (-1527 ((|#2|) 59 T ELT)) (-1526 ((|#2|) 58 T ELT)) (-1542 ((|#2| |#2|) 189 T ELT)) (-1530 ((|#2| |#2|) 165 T ELT)) (-1546 ((|#2| |#2|) 197 T ELT)) (-1534 ((|#2| |#2|) 173 T ELT)) (-1529 ((|#2| |#2|) 161 T ELT)) (-1528 ((|#2| |#2|) 163 T ELT)) (-1547 ((|#2| |#2|) 199 T ELT)) (-1535 ((|#2| |#2|) 175 T ELT)) (-1545 ((|#2| |#2|) 195 T ELT)) (-1533 ((|#2| |#2|) 171 T ELT)) (-1543 ((|#2| |#2|) 191 T ELT)) (-1531 ((|#2| |#2|) 167 T ELT)) (-1550 ((|#2| |#2|) 205 T ELT)) (-1538 ((|#2| |#2|) 181 T ELT)) (-1548 ((|#2| |#2|) 201 T ELT)) (-1536 ((|#2| |#2|) 177 T ELT)) (-1552 ((|#2| |#2|) 209 T ELT)) (-1540 ((|#2| |#2|) 185 T ELT)) (-1553 ((|#2| |#2|) 211 T ELT)) (-1541 ((|#2| |#2|) 187 T ELT)) (-1551 ((|#2| |#2|) 207 T ELT)) (-1539 ((|#2| |#2|) 183 T ELT)) (-1549 ((|#2| |#2|) 203 T ELT)) (-1537 ((|#2| |#2|) 179 T ELT)) (-3944 ((|#2| |#2|) 62 T ELT)) (-3496 ((|#2| |#2|) 80 T ELT)) (-3637 ((|#2| |#2|) 68 T ELT)) (-3494 ((|#2| |#2|) 78 T ELT)) (-3636 ((|#2| |#2|) 66 T ELT)) (-3492 ((|#2| |#2|) 76 T ELT)) (-3635 ((|#2| |#2|) 64 T ELT)) (-2254 (((-85) (-86)) 95 T ELT)) (-3499 ((|#2| |#2|) 83 T ELT)) (-3487 ((|#2| |#2|) 71 T ELT)) (-3497 ((|#2| |#2|) 81 T ELT)) (-3485 ((|#2| |#2|) 69 T ELT)) (-3501 ((|#2| |#2|) 85 T ELT)) (-3489 ((|#2| |#2|) 73 T ELT)) (-3502 ((|#2| |#2|) 86 T ELT)) (-3490 ((|#2| |#2|) 74 T ELT)) (-3500 ((|#2| |#2|) 84 T ELT)) (-3488 ((|#2| |#2|) 72 T ELT)) (-3498 ((|#2| |#2|) 82 T ELT)) (-3486 ((|#2| |#2|) 70 T ELT)))
-(((-230 |#1| |#2|) (-10 -7 (-15 -3944 (|#2| |#2|)) (-15 -3943 (|#2| |#2|)) (-15 -3639 (|#2| |#2|)) (-15 -3635 (|#2| |#2|)) (-15 -3640 (|#2| |#2|)) (-15 -3636 (|#2| |#2|)) (-15 -3638 (|#2| |#2|)) (-15 -3637 (|#2| |#2|)) (-15 -3485 (|#2| |#2|)) (-15 -3486 (|#2| |#2|)) (-15 -3487 (|#2| |#2|)) (-15 -3488 (|#2| |#2|)) (-15 -3489 (|#2| |#2|)) (-15 -3490 (|#2| |#2|)) (-15 -3491 (|#2| |#2|)) (-15 -3492 (|#2| |#2|)) (-15 -3493 (|#2| |#2|)) (-15 -3494 (|#2| |#2|)) (-15 -3495 (|#2| |#2|)) (-15 -3496 (|#2| |#2|)) (-15 -3497 (|#2| |#2|)) (-15 -3498 (|#2| |#2|)) (-15 -3499 (|#2| |#2|)) (-15 -3500 (|#2| |#2|)) (-15 -3501 (|#2| |#2|)) (-15 -3502 (|#2| |#2|)) (-15 -3628 (|#2|)) (-15 -2254 ((-85) (-86))) (-15 -3596 ((-86) (-86))) (-15 -1526 (|#2|)) (-15 -1527 (|#2|)) (-15 -1528 (|#2| |#2|)) (-15 -1529 (|#2| |#2|)) (-15 -1530 (|#2| |#2|)) (-15 -1531 (|#2| |#2|)) (-15 -1532 (|#2| |#2|)) (-15 -1533 (|#2| |#2|)) (-15 -1534 (|#2| |#2|)) (-15 -1535 (|#2| |#2|)) (-15 -1536 (|#2| |#2|)) (-15 -1537 (|#2| |#2|)) (-15 -1538 (|#2| |#2|)) (-15 -1539 (|#2| |#2|)) (-15 -1540 (|#2| |#2|)) (-15 -1541 (|#2| |#2|)) (-15 -1542 (|#2| |#2|)) (-15 -1543 (|#2| |#2|)) (-15 -1544 (|#2| |#2|)) (-15 -1545 (|#2| |#2|)) (-15 -1546 (|#2| |#2|)) (-15 -1547 (|#2| |#2|)) (-15 -1548 (|#2| |#2|)) (-15 -1549 (|#2| |#2|)) (-15 -1550 (|#2| |#2|)) (-15 -1551 (|#2| |#2|)) (-15 -1552 (|#2| |#2|)) (-15 -1553 (|#2| |#2|)) (-15 -1554 ((-3 |#2| "failed") |#2| (-583 (-2 (|:| |func| |#2|) (|:| |pole| (-85)))))) (-15 -1555 ((-85) |#2|))) (-495) (-13 (-364 |#1|) (-915))) (T -230))
-((-1555 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-230 *4 *3)) (-4 *3 (-13 (-364 *4) (-915))))) (-1554 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-583 (-2 (|:| |func| *2) (|:| |pole| (-85))))) (-4 *2 (-13 (-364 *4) (-915))) (-4 *4 (-495)) (-5 *1 (-230 *4 *2)))) (-1553 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1552 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1551 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1550 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1549 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1548 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1547 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1546 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1545 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1544 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1543 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1542 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1541 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1540 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1539 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1538 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1537 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1536 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1535 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1534 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1533 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1532 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1531 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1530 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1529 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1528 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-1527 (*1 *2) (-12 (-4 *2 (-13 (-364 *3) (-915))) (-5 *1 (-230 *3 *2)) (-4 *3 (-495)))) (-1526 (*1 *2) (-12 (-4 *2 (-13 (-364 *3) (-915))) (-5 *1 (-230 *3 *2)) (-4 *3 (-495)))) (-3596 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *3 (-495)) (-5 *1 (-230 *3 *4)) (-4 *4 (-13 (-364 *3) (-915))))) (-2254 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-230 *4 *5)) (-4 *5 (-13 (-364 *4) (-915))))) (-3628 (*1 *2) (-12 (-4 *2 (-13 (-364 *3) (-915))) (-5 *1 (-230 *3 *2)) (-4 *3 (-495)))) (-3502 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3501 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3500 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3499 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3497 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3496 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3495 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3494 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3493 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3492 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3491 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3490 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3489 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3488 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3487 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3486 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3485 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3637 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3638 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3636 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3640 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3635 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3639 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3943 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))) (-3944 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
-((-1558 (((-3 |#2| "failed") (-583 (-550 |#2|)) |#2| (-1090)) 151 T ELT)) (-1560 ((|#2| (-350 (-484)) |#2|) 49 T ELT)) (-1559 ((|#2| |#2| (-550 |#2|)) 144 T ELT)) (-1556 (((-2 (|:| |func| |#2|) (|:| |kers| (-583 (-550 |#2|))) (|:| |vals| (-583 |#2|))) |#2| (-1090)) 143 T ELT)) (-1557 ((|#2| |#2| (-1090)) 20 T ELT) ((|#2| |#2|) 23 T ELT)) (-2444 ((|#2| |#2| (-1090)) 157 T ELT) ((|#2| |#2|) 155 T ELT)))
-(((-231 |#1| |#2|) (-10 -7 (-15 -2444 (|#2| |#2|)) (-15 -2444 (|#2| |#2| (-1090))) (-15 -1556 ((-2 (|:| |func| |#2|) (|:| |kers| (-583 (-550 |#2|))) (|:| |vals| (-583 |#2|))) |#2| (-1090))) (-15 -1557 (|#2| |#2|)) (-15 -1557 (|#2| |#2| (-1090))) (-15 -1558 ((-3 |#2| "failed") (-583 (-550 |#2|)) |#2| (-1090))) (-15 -1559 (|#2| |#2| (-550 |#2|))) (-15 -1560 (|#2| (-350 (-484)) |#2|))) (-13 (-495) (-950 (-484)) (-580 (-484))) (-13 (-27) (-1115) (-364 |#1|))) (T -231))
-((-1560 (*1 *2 *3 *2) (-12 (-5 *3 (-350 (-484))) (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))))) (-1559 (*1 *2 *2 *3) (-12 (-5 *3 (-550 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))) (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *4 *2)))) (-1558 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-583 (-550 *2))) (-5 *4 (-1090)) (-4 *2 (-13 (-27) (-1115) (-364 *5))) (-4 *5 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *5 *2)))) (-1557 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))))) (-1557 (*1 *2 *2) (-12 (-4 *3 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *3 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *3))))) (-1556 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-583 (-550 *3))) (|:| |vals| (-583 *3)))) (-5 *1 (-231 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))) (-2444 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))))) (-2444 (*1 *2 *2) (-12 (-4 *3 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *3 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *3))))))
-((-2976 (((-3 |#3| #1="failed") |#3|) 120 T ELT)) (-3493 ((|#3| |#3|) 142 T ELT)) (-2964 (((-3 |#3| #1#) |#3|) 89 T ELT)) (-3640 ((|#3| |#3|) 132 T ELT)) (-2974 (((-3 |#3| #1#) |#3|) 65 T ELT)) (-3491 ((|#3| |#3|) 140 T ELT)) (-2962 (((-3 |#3| #1#) |#3|) 53 T ELT)) (-3639 ((|#3| |#3|) 130 T ELT)) (-2978 (((-3 |#3| #1#) |#3|) 122 T ELT)) (-3495 ((|#3| |#3|) 144 T ELT)) (-2966 (((-3 |#3| #1#) |#3|) 91 T ELT)) (-3638 ((|#3| |#3|) 134 T ELT)) (-2959 (((-3 |#3| #1#) |#3| (-694)) 41 T ELT)) (-2961 (((-3 |#3| #1#) |#3|) 81 T ELT)) (-3943 ((|#3| |#3|) 129 T ELT)) (-2960 (((-3 |#3| #1#) |#3|) 51 T ELT)) (-3944 ((|#3| |#3|) 128 T ELT)) (-2979 (((-3 |#3| #1#) |#3|) 123 T ELT)) (-3496 ((|#3| |#3|) 145 T ELT)) (-2967 (((-3 |#3| #1#) |#3|) 92 T ELT)) (-3637 ((|#3| |#3|) 135 T ELT)) (-2977 (((-3 |#3| #1#) |#3|) 121 T ELT)) (-3494 ((|#3| |#3|) 143 T ELT)) (-2965 (((-3 |#3| #1#) |#3|) 90 T ELT)) (-3636 ((|#3| |#3|) 133 T ELT)) (-2975 (((-3 |#3| #1#) |#3|) 67 T ELT)) (-3492 ((|#3| |#3|) 141 T ELT)) (-2963 (((-3 |#3| #1#) |#3|) 55 T ELT)) (-3635 ((|#3| |#3|) 131 T ELT)) (-2982 (((-3 |#3| #1#) |#3|) 73 T ELT)) (-3499 ((|#3| |#3|) 148 T ELT)) (-2970 (((-3 |#3| #1#) |#3|) 114 T ELT)) (-3487 ((|#3| |#3|) 152 T ELT)) (-2980 (((-3 |#3| #1#) |#3|) 69 T ELT)) (-3497 ((|#3| |#3|) 146 T ELT)) (-2968 (((-3 |#3| #1#) |#3|) 57 T ELT)) (-3485 ((|#3| |#3|) 136 T ELT)) (-2984 (((-3 |#3| #1#) |#3|) 77 T ELT)) (-3501 ((|#3| |#3|) 150 T ELT)) (-2972 (((-3 |#3| #1#) |#3|) 61 T ELT)) (-3489 ((|#3| |#3|) 138 T ELT)) (-2985 (((-3 |#3| #1#) |#3|) 79 T ELT)) (-3502 ((|#3| |#3|) 151 T ELT)) (-2973 (((-3 |#3| #1#) |#3|) 63 T ELT)) (-3490 ((|#3| |#3|) 139 T ELT)) (-2983 (((-3 |#3| #1#) |#3|) 75 T ELT)) (-3500 ((|#3| |#3|) 149 T ELT)) (-2971 (((-3 |#3| #1#) |#3|) 117 T ELT)) (-3488 ((|#3| |#3|) 153 T ELT)) (-2981 (((-3 |#3| #1#) |#3|) 71 T ELT)) (-3498 ((|#3| |#3|) 147 T ELT)) (-2969 (((-3 |#3| #1#) |#3|) 59 T ELT)) (-3486 ((|#3| |#3|) 137 T ELT)) (** ((|#3| |#3| (-350 (-484))) 47 (|has| |#1| (-312)) ELT)))
-(((-232 |#1| |#2| |#3|) (-13 (-896 |#3|) (-10 -7 (IF (|has| |#1| (-312)) (-15 ** (|#3| |#3| (-350 (-484)))) |%noBranch|) (-15 -3944 (|#3| |#3|)) (-15 -3943 (|#3| |#3|)) (-15 -3639 (|#3| |#3|)) (-15 -3635 (|#3| |#3|)) (-15 -3640 (|#3| |#3|)) (-15 -3636 (|#3| |#3|)) (-15 -3638 (|#3| |#3|)) (-15 -3637 (|#3| |#3|)) (-15 -3485 (|#3| |#3|)) (-15 -3486 (|#3| |#3|)) (-15 -3487 (|#3| |#3|)) (-15 -3488 (|#3| |#3|)) (-15 -3489 (|#3| |#3|)) (-15 -3490 (|#3| |#3|)) (-15 -3491 (|#3| |#3|)) (-15 -3492 (|#3| |#3|)) (-15 -3493 (|#3| |#3|)) (-15 -3494 (|#3| |#3|)) (-15 -3495 (|#3| |#3|)) (-15 -3496 (|#3| |#3|)) (-15 -3497 (|#3| |#3|)) (-15 -3498 (|#3| |#3|)) (-15 -3499 (|#3| |#3|)) (-15 -3500 (|#3| |#3|)) (-15 -3501 (|#3| |#3|)) (-15 -3502 (|#3| |#3|)))) (-38 (-350 (-484))) (-1172 |#1|) (-1143 |#1| |#2|)) (T -232))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-350 (-484))) (-4 *4 (-312)) (-4 *4 (-38 *3)) (-4 *5 (-1172 *4)) (-5 *1 (-232 *4 *5 *2)) (-4 *2 (-1143 *4 *5)))) (-3944 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3943 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3639 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3635 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3640 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3636 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3638 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3637 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3485 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3486 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3487 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3488 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3489 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3490 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3491 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3492 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3493 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3494 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3495 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3496 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3497 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3499 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3500 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3501 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))) (-3502 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1143 *3 *4)))))
-((-2976 (((-3 |#3| #1="failed") |#3|) 70 T ELT)) (-3493 ((|#3| |#3|) 137 T ELT)) (-2964 (((-3 |#3| #1#) |#3|) 54 T ELT)) (-3640 ((|#3| |#3|) 125 T ELT)) (-2974 (((-3 |#3| #1#) |#3|) 66 T ELT)) (-3491 ((|#3| |#3|) 135 T ELT)) (-2962 (((-3 |#3| #1#) |#3|) 50 T ELT)) (-3639 ((|#3| |#3|) 123 T ELT)) (-2978 (((-3 |#3| #1#) |#3|) 74 T ELT)) (-3495 ((|#3| |#3|) 139 T ELT)) (-2966 (((-3 |#3| #1#) |#3|) 58 T ELT)) (-3638 ((|#3| |#3|) 127 T ELT)) (-2959 (((-3 |#3| #1#) |#3| (-694)) 38 T ELT)) (-2961 (((-3 |#3| #1#) |#3|) 48 T ELT)) (-3943 ((|#3| |#3|) 111 T ELT)) (-2960 (((-3 |#3| #1#) |#3|) 46 T ELT)) (-3944 ((|#3| |#3|) 122 T ELT)) (-2979 (((-3 |#3| #1#) |#3|) 76 T ELT)) (-3496 ((|#3| |#3|) 140 T ELT)) (-2967 (((-3 |#3| #1#) |#3|) 60 T ELT)) (-3637 ((|#3| |#3|) 128 T ELT)) (-2977 (((-3 |#3| #1#) |#3|) 72 T ELT)) (-3494 ((|#3| |#3|) 138 T ELT)) (-2965 (((-3 |#3| #1#) |#3|) 56 T ELT)) (-3636 ((|#3| |#3|) 126 T ELT)) (-2975 (((-3 |#3| #1#) |#3|) 68 T ELT)) (-3492 ((|#3| |#3|) 136 T ELT)) (-2963 (((-3 |#3| #1#) |#3|) 52 T ELT)) (-3635 ((|#3| |#3|) 124 T ELT)) (-2982 (((-3 |#3| #1#) |#3|) 78 T ELT)) (-3499 ((|#3| |#3|) 143 T ELT)) (-2970 (((-3 |#3| #1#) |#3|) 62 T ELT)) (-3487 ((|#3| |#3|) 131 T ELT)) (-2980 (((-3 |#3| #1#) |#3|) 112 T ELT)) (-3497 ((|#3| |#3|) 141 T ELT)) (-2968 (((-3 |#3| #1#) |#3|) 100 T ELT)) (-3485 ((|#3| |#3|) 129 T ELT)) (-2984 (((-3 |#3| #1#) |#3|) 116 T ELT)) (-3501 ((|#3| |#3|) 145 T ELT)) (-2972 (((-3 |#3| #1#) |#3|) 107 T ELT)) (-3489 ((|#3| |#3|) 133 T ELT)) (-2985 (((-3 |#3| #1#) |#3|) 117 T ELT)) (-3502 ((|#3| |#3|) 146 T ELT)) (-2973 (((-3 |#3| #1#) |#3|) 109 T ELT)) (-3490 ((|#3| |#3|) 134 T ELT)) (-2983 (((-3 |#3| #1#) |#3|) 80 T ELT)) (-3500 ((|#3| |#3|) 144 T ELT)) (-2971 (((-3 |#3| #1#) |#3|) 64 T ELT)) (-3488 ((|#3| |#3|) 132 T ELT)) (-2981 (((-3 |#3| #1#) |#3|) 113 T ELT)) (-3498 ((|#3| |#3|) 142 T ELT)) (-2969 (((-3 |#3| #1#) |#3|) 103 T ELT)) (-3486 ((|#3| |#3|) 130 T ELT)) (** ((|#3| |#3| (-350 (-484))) 44 (|has| |#1| (-312)) ELT)))
-(((-233 |#1| |#2| |#3| |#4|) (-13 (-896 |#3|) (-10 -7 (IF (|has| |#1| (-312)) (-15 ** (|#3| |#3| (-350 (-484)))) |%noBranch|) (-15 -3944 (|#3| |#3|)) (-15 -3943 (|#3| |#3|)) (-15 -3639 (|#3| |#3|)) (-15 -3635 (|#3| |#3|)) (-15 -3640 (|#3| |#3|)) (-15 -3636 (|#3| |#3|)) (-15 -3638 (|#3| |#3|)) (-15 -3637 (|#3| |#3|)) (-15 -3485 (|#3| |#3|)) (-15 -3486 (|#3| |#3|)) (-15 -3487 (|#3| |#3|)) (-15 -3488 (|#3| |#3|)) (-15 -3489 (|#3| |#3|)) (-15 -3490 (|#3| |#3|)) (-15 -3491 (|#3| |#3|)) (-15 -3492 (|#3| |#3|)) (-15 -3493 (|#3| |#3|)) (-15 -3494 (|#3| |#3|)) (-15 -3495 (|#3| |#3|)) (-15 -3496 (|#3| |#3|)) (-15 -3497 (|#3| |#3|)) (-15 -3498 (|#3| |#3|)) (-15 -3499 (|#3| |#3|)) (-15 -3500 (|#3| |#3|)) (-15 -3501 (|#3| |#3|)) (-15 -3502 (|#3| |#3|)))) (-38 (-350 (-484))) (-1141 |#1|) (-1164 |#1| |#2|) (-896 |#2|)) (T -233))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-350 (-484))) (-4 *4 (-312)) (-4 *4 (-38 *3)) (-4 *5 (-1141 *4)) (-5 *1 (-233 *4 *5 *2 *6)) (-4 *2 (-1164 *4 *5)) (-4 *6 (-896 *5)))) (-3944 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3943 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3639 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3635 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3640 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3636 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3638 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3637 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3485 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3486 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3487 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3488 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3489 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3490 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3491 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3492 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3493 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3494 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3495 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3496 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3497 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3499 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3500 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3501 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))) (-3502 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4)))))
-((-1563 (((-85) $) 20 T ELT)) (-1565 (((-1095) $) 9 T ELT)) (-3570 (((-3 (-446) #1="failed") $) 15 T ELT)) (-3569 (((-3 (-583 $) #1#) $) NIL T ELT)) (-1562 (((-3 (-446) #1#) $) 21 T ELT)) (-1564 (((-3 (-1015) #1#) $) 19 T ELT)) (-3954 (((-85) $) 17 T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1561 (((-85) $) 10 T ELT)))
-(((-234) (-13 (-552 (-772)) (-10 -8 (-15 -1565 ((-1095) $)) (-15 -3954 ((-85) $)) (-15 -1564 ((-3 (-1015) #1="failed") $)) (-15 -1563 ((-85) $)) (-15 -1562 ((-3 (-446) #1#) $)) (-15 -1561 ((-85) $)) (-15 -3570 ((-3 (-446) #1#) $)) (-15 -3569 ((-3 (-583 $) #1#) $))))) (T -234))
-((-1565 (*1 *2 *1) (-12 (-5 *2 (-1095)) (-5 *1 (-234)))) (-3954 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-234)))) (-1564 (*1 *2 *1) (|partial| -12 (-5 *2 (-1015)) (-5 *1 (-234)))) (-1563 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-234)))) (-1562 (*1 *2 *1) (|partial| -12 (-5 *2 (-446)) (-5 *1 (-234)))) (-1561 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-234)))) (-3570 (*1 *2 *1) (|partial| -12 (-5 *2 (-446)) (-5 *1 (-234)))) (-3569 (*1 *2 *1) (|partial| -12 (-5 *2 (-583 (-234))) (-5 *1 (-234)))))
-((-1567 (((-532) $) 10 T ELT)) (-1568 (((-522) $) 8 T ELT)) (-1566 (((-247) $) 12 T ELT)) (-1569 (($ (-522) (-532) (-247)) NIL T ELT)) (-3947 (((-772) $) 19 T ELT)))
-(((-235) (-13 (-552 (-772)) (-10 -8 (-15 -1569 ($ (-522) (-532) (-247))) (-15 -1568 ((-522) $)) (-15 -1567 ((-532) $)) (-15 -1566 ((-247) $))))) (T -235))
-((-1569 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-522)) (-5 *3 (-532)) (-5 *4 (-247)) (-5 *1 (-235)))) (-1568 (*1 *2 *1) (-12 (-5 *2 (-522)) (-5 *1 (-235)))) (-1567 (*1 *2 *1) (-12 (-5 *2 (-532)) (-5 *1 (-235)))) (-1566 (*1 *2 *1) (-12 (-5 *2 (-247)) (-5 *1 (-235)))))
-((-3711 (($ (-1 (-85) |#2|) $) 24 T ELT)) (-1353 (($ $) 38 T ELT)) (-3406 (($ (-1 (-85) |#2|) $) NIL T ELT) (($ |#2| $) 36 T ELT)) (-3407 (($ |#2| $) 34 T ELT) (($ (-1 (-85) |#2|) $) 18 T ELT)) (-2857 (($ (-1 (-85) |#2| |#2|) $ $) NIL T ELT) (($ $ $) 42 T ELT)) (-2304 (($ |#2| $ (-484)) 20 T ELT) (($ $ $ (-484)) 22 T ELT)) (-2305 (($ $ (-484)) 11 T ELT) (($ $ (-1146 (-484))) 14 T ELT)) (-3792 (($ $ |#2|) 32 T ELT) (($ $ $) NIL T ELT)) (-3803 (($ $ |#2|) 31 T ELT) (($ |#2| $) NIL T ELT) (($ $ $) 26 T ELT) (($ (-583 $)) NIL T ELT)))
-(((-236 |#1| |#2|) (-10 -7 (-15 -2857 (|#1| |#1| |#1|)) (-15 -3406 (|#1| |#2| |#1|)) (-15 -2857 (|#1| (-1 (-85) |#2| |#2|) |#1| |#1|)) (-15 -3406 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3792 (|#1| |#1| |#1|)) (-15 -3792 (|#1| |#1| |#2|)) (-15 -2304 (|#1| |#1| |#1| (-484))) (-15 -2304 (|#1| |#2| |#1| (-484))) (-15 -2305 (|#1| |#1| (-1146 (-484)))) (-15 -2305 (|#1| |#1| (-484))) (-15 -3803 (|#1| (-583 |#1|))) (-15 -3803 (|#1| |#1| |#1|)) (-15 -3803 (|#1| |#2| |#1|)) (-15 -3803 (|#1| |#1| |#2|)) (-15 -3407 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3711 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3407 (|#1| |#2| |#1|)) (-15 -1353 (|#1| |#1|))) (-237 |#2|) (-1129)) (T -236))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-2198 (((-1185) $ (-484) (-484)) 34 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ (-484) |#1|) 46 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) 54 (|has| $ (-1035 |#1|)) ELT)) (-1570 (($ (-1 (-85) |#1|) $) 83 T ELT)) (-3711 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-2368 (($ $) 81 (|has| |#1| (-72)) ELT)) (-1353 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3406 (($ (-1 (-85) |#1|) $) 87 T ELT) (($ |#1| $) 82 (|has| |#1| (-72)) ELT)) (-3407 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-1576 ((|#1| $ (-484) |#1|) 47 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 45 T ELT)) (-3615 (($ (-694) |#1|) 64 T ELT)) (-2200 (((-484) $) 37 (|has| (-484) (-756)) ELT)) (-2857 (($ (-1 (-85) |#1| |#1|) $ $) 84 T ELT) (($ $ $) 80 (|has| |#1| (-756)) ELT)) (-2201 (((-484) $) 38 (|has| (-484) (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 92 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3610 (($ |#1| $ (-484)) 86 T ELT) (($ $ $ (-484)) 85 T ELT)) (-2304 (($ |#1| $ (-484)) 56 T ELT) (($ $ $ (-484)) 55 T ELT)) (-2203 (((-583 (-484)) $) 40 T ELT)) (-2204 (((-85) (-484) $) 41 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) 36 (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2199 (($ $ |#1|) 35 (|has| $ (-1035 |#1|)) ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) 42 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ (-484) |#1|) 44 T ELT) ((|#1| $ (-484)) 43 T ELT) (($ $ (-1146 (-484))) 65 T ELT)) (-1571 (($ $ (-484)) 89 T ELT) (($ $ (-1146 (-484))) 88 T ELT)) (-2305 (($ $ (-484)) 58 T ELT) (($ $ (-1146 (-484))) 57 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 72 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 66 T ELT)) (-3792 (($ $ |#1|) 91 T ELT) (($ $ $) 90 T ELT)) (-3803 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-583 $)) 60 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-237 |#1|) (-113) (-1129)) (T -237))
-((-3792 (*1 *1 *1 *2) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1129)))) (-3792 (*1 *1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1129)))) (-1571 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-237 *3)) (-4 *3 (-1129)))) (-1571 (*1 *1 *1 *2) (-12 (-5 *2 (-1146 (-484))) (-4 *1 (-237 *3)) (-4 *3 (-1129)))) (-3406 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-237 *3)) (-4 *3 (-1129)))) (-3610 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-237 *2)) (-4 *2 (-1129)))) (-3610 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-237 *3)) (-4 *3 (-1129)))) (-2857 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-237 *3)) (-4 *3 (-1129)))) (-1570 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-237 *3)) (-4 *3 (-1129)))) (-3406 (*1 *1 *2 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1129)) (-4 *2 (-72)))) (-2368 (*1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1129)) (-4 *2 (-72)))) (-2857 (*1 *1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1129)) (-4 *2 (-756)))))
-(-13 (-593 |t#1|) (-1035 |t#1|) (-10 -8 (-15 -3792 ($ $ |t#1|)) (-15 -3792 ($ $ $)) (-15 -1571 ($ $ (-484))) (-15 -1571 ($ $ (-1146 (-484)))) (-15 -3406 ($ (-1 (-85) |t#1|) $)) (-15 -3610 ($ |t#1| $ (-484))) (-15 -3610 ($ $ $ (-484))) (-15 -2857 ($ (-1 (-85) |t#1| |t#1|) $ $)) (-15 -1570 ($ (-1 (-85) |t#1|) $)) (IF (|has| |t#1| (-72)) (PROGN (-15 -3406 ($ |t#1| $)) (-15 -2368 ($ $))) |%noBranch|) (IF (|has| |t#1| (-756)) (-15 -2857 ($ $ $)) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-241 (-484) |#1|) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-538 (-484) |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-593 |#1|) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1129) . T))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-201)) (-5 *2 (-485)))) (-2486 (*1 *1 *1) (-4 *1 (-201))))
+(-13 (-246) (-38 (-350 (-485))) (-10 -8 (-15 ** ($ $ (-485))) (-15 -2486 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-246) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-655 (-350 (-485))) . T) ((-664) . T) ((-964 (-350 (-485))) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 42 T ELT)) (-3799 (($ $) 53 T ELT)) (-3027 ((|#1| $ |#1|) 33 (|has| $ (-1036 |#1|)) ELT)) (-1475 (($ $ $) 49 (|has| $ (-1036 |#1|)) ELT)) (-1474 (($ $ $) 48 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) 35 (|has| $ (-1036 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-1477 (($ $) 52 T ELT)) (-3033 (((-584 $) $) 44 T ELT)) (-3029 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-1476 (($ $) 51 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3032 (((-584 |#1|) $) 39 T ELT)) (-3529 (((-85) $) 43 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3800 ((|#1| $) 55 T ELT)) (-3180 (($ $) 54 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ #1#) 41 T ELT)) (-3031 (((-485) $ $) 38 T ELT)) (-3635 (((-85) $) 40 T ELT)) (-3402 (($ $) 9 T ELT)) (-3793 (($ $ $) 50 (|has| $ (-1036 |#1|)) ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) 45 T ELT)) (-3030 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-202 |#1|) (-113) (-1130)) (T -202))
+((-3800 (*1 *2 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1130)))) (-3180 (*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1130)))) (-3799 (*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1130)))) (-1477 (*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1130)))) (-1476 (*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1130)))) (-3793 (*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1130)))) (-1475 (*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1130)))) (-1474 (*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1130)))))
+(-13 (-924 |t#1|) (-10 -8 (-15 -3800 (|t#1| $)) (-15 -3180 ($ $)) (-15 -3799 ($ $)) (-15 -1477 ($ $)) (-15 -1476 ($ $)) (IF (|has| $ (-1036 |t#1|)) (PROGN (-15 -3793 ($ $ $)) (-15 -1475 ($ $ $)) (-15 -1474 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-924 |#1|) . T) ((-1014) |has| |#1| (-1014)) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) NIL T ELT)) (-3797 ((|#1| $) NIL T ELT)) (-3799 (($ $) NIL T ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3787 (($ $ (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) $) NIL (|has| |#1| (-757)) ELT) (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT)) (-1734 (($ $) NIL (-12 (|has| $ (-1036 |#1|)) (|has| |#1| (-757))) ELT) (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1036 |#1|)) ELT)) (-2911 (($ $) 10 (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $) NIL T ELT)) (-3444 (((-85) $ (-695)) NIL T ELT)) (-3027 ((|#1| $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3789 (($ $ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-3788 ((|#1| $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3791 ((|#1| $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #2="first" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #3="rest" $) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #4="last" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) NIL (|has| $ (-1036 |#1|)) ELT)) (-1571 (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3798 ((|#1| $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) NIL T ELT)) (-3801 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2369 (($ $) NIL (|has| |#1| (-72)) ELT)) (-1354 (($ $) 7 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) NIL (|has| |#1| (-72)) ELT) (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3408 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT) (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-1577 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) NIL T ELT)) (-3445 (((-85) $) NIL T ELT)) (-3421 (((-485) |#1| $ (-485)) NIL (|has| |#1| (-72)) ELT) (((-485) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-485) (-1 (-85) |#1|) $) NIL T ELT)) (-3033 (((-584 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3616 (($ (-695) |#1|) NIL T ELT)) (-3721 (((-85) $ (-695)) NIL T ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT)) (-3520 (($ $ $) NIL (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3536 (($ |#1|) NIL T ELT)) (-3718 (((-85) $ (-695)) NIL T ELT)) (-3032 (((-584 |#1|) $) NIL T ELT)) (-3529 (((-85) $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3800 ((|#1| $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3611 (($ $ $ (-485)) NIL T ELT) (($ |#1| $ (-485)) NIL T ELT)) (-2305 (($ $ $ (-485)) NIL T ELT) (($ |#1| $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2200 (($ $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3446 (((-85) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ #1#) NIL T ELT) ((|#1| $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT) ((|#1| $ #4#) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT) ((|#1| $ (-485)) NIL T ELT) ((|#1| $ (-485) |#1|) NIL T ELT) (($ $ "unique") 9 T ELT) (($ $ "sort") 12 T ELT) (((-695) $ "count") 16 T ELT)) (-3031 (((-485) $ $) NIL T ELT)) (-1572 (($ $ (-1147 (-485))) NIL T ELT) (($ $ (-485)) NIL T ELT)) (-2306 (($ $ (-1147 (-485))) NIL T ELT) (($ $ (-485)) NIL T ELT)) (-1478 (($ (-584 |#1|)) 22 T ELT)) (-3635 (((-85) $) NIL T ELT)) (-3794 (($ $) NIL T ELT)) (-3792 (($ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-3795 (((-695) $) NIL T ELT)) (-3796 (($ $) NIL T ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) NIL T ELT) (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) NIL T ELT)) (-3793 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3804 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-584 $)) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3948 (($ (-584 |#1|)) 17 T ELT) (((-584 |#1|) $) 18 T ELT) (((-773) $) 21 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) NIL T ELT)) (-3030 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3959 (((-695) $) 14 T ELT)))
+(((-203 |#1|) (-13 (-609 |#1|) (-430 (-584 |#1|)) (-10 -8 (-15 -1478 ($ (-584 |#1|))) (-15 -3802 ($ $ "unique")) (-15 -3802 ($ $ "sort")) (-15 -3802 ((-695) $ "count")))) (-757)) (T -203))
+((-1478 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-203 *3)))) (-3802 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-203 *3)) (-4 *3 (-757)))) (-3802 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-203 *3)) (-4 *3 (-757)))) (-3802 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-695)) (-5 *1 (-203 *4)) (-4 *4 (-757)))))
+((-1479 (((-3 (-695) "failed") |#1| |#1| (-695)) 40 T ELT)))
+(((-204 |#1|) (-10 -7 (-15 -1479 ((-3 (-695) "failed") |#1| |#1| (-695)))) (-13 (-664) (-320) (-10 -7 (-15 ** (|#1| |#1| (-485)))))) (T -204))
+((-1479 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-695)) (-4 *3 (-13 (-664) (-320) (-10 -7 (-15 ** (*3 *3 (-485)))))) (-5 *1 (-204 *3)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3760 (($ $) 60 (|has| |#1| (-189)) ELT) (($ $ (-695)) 58 (|has| |#1| (-189)) ELT) (($ $ (-1091)) 56 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 54 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 53 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 52 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1 |#1| |#1|) (-695)) 46 T ELT) (($ $ (-1 |#1| |#1|)) 45 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-2671 (($ $) 59 (|has| |#1| (-189)) ELT) (($ $ (-695)) 57 (|has| |#1| (-189)) ELT) (($ $ (-1091)) 55 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 51 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 50 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 49 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1 |#1| |#1|) (-695)) 48 T ELT) (($ $ (-1 |#1| |#1|)) 47 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
+(((-205 |#1|) (-113) (-962)) (T -205))
+NIL
+(-13 (-82 |t#1| |t#1|) (-225 |t#1|) (-10 -7 (IF (|has| |t#1| (-189)) (-6 (-187 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-812 (-1091))) (-6 (-809 |t#1| (-1091))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-553 (-773)) . T) ((-186 $) |has| |#1| (-189)) ((-187 |#1|) |has| |#1| (-189)) ((-189) |has| |#1| (-189)) ((-225 |#1|) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-583 |#1|) OR (-12 (|has| |#1| (-146)) (|has| |#1| (-812 (-1091)))) (-12 (|has| |#1| (-146)) (|has| |#1| (-189)))) ((-655 |#1|) OR (-12 (|has| |#1| (-146)) (|has| |#1| (-812 (-1091)))) (-12 (|has| |#1| (-146)) (|has| |#1| (-189)))) ((-807 $ (-1091)) |has| |#1| (-812 (-1091))) ((-809 |#1| (-1091)) |has| |#1| (-812 (-1091))) ((-812 (-1091)) |has| |#1| (-812 (-1091))) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 (-774 |#1|)) $) NIL T ELT)) (-3085 (((-1086 $) $ (-774 |#1|)) NIL T ELT) (((-1086 |#2|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#2| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#2| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#2| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-774 |#1|))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#2| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#2| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-3 (-774 |#1|) #1#) $) NIL T ELT)) (-3158 ((|#2| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-774 |#1|) $) NIL T ELT)) (-3758 (($ $ $ (-774 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-1941 (($ $ (-584 (-485))) NIL T ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#2|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#2| (-392)) ELT) (($ $ (-774 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#2| (-822)) ELT)) (-1625 (($ $ |#2| (-197 (-3959 |#1|) (-695)) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-774 |#1|) (-797 (-330))) (|has| |#2| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-774 |#1|) (-797 (-485))) (|has| |#2| (-797 (-485)))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3086 (($ (-1086 |#2|) (-774 |#1|)) NIL T ELT) (($ (-1086 $) (-774 |#1|)) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#2| (-197 (-3959 |#1|) (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-774 |#1|)) NIL T ELT)) (-2822 (((-197 (-3959 |#1|) (-695)) $) NIL T ELT) (((-695) $ (-774 |#1|)) NIL T ELT) (((-584 (-695)) $ (-584 (-774 |#1|))) NIL T ELT)) (-1626 (($ (-1 (-197 (-3959 |#1|) (-695)) (-197 (-3959 |#1|) (-695))) $) NIL T ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3084 (((-3 (-774 |#1|) #1#) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#2| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-774 |#1|)) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 ((|#2| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#2| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#2| (-822)) ELT)) (-3468 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-496)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#2| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-774 |#1|) |#2|) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 |#2|)) NIL T ELT) (($ $ (-774 |#1|) $) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 $)) NIL T ELT)) (-3759 (($ $ (-774 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-3760 (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|))) NIL T ELT) (($ $ (-774 |#1|)) NIL T ELT)) (-3950 (((-197 (-3959 |#1|) (-695)) $) NIL T ELT) (((-695) $ (-774 |#1|)) NIL T ELT) (((-584 (-695)) $ (-584 (-774 |#1|))) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-774 |#1|) (-554 (-801 (-330)))) (|has| |#2| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-774 |#1|) (-554 (-801 (-485)))) (|has| |#2| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-774 |#1|) (-554 (-474))) (|has| |#2| (-554 (-474)))) ELT)) (-2819 ((|#2| $) NIL (|has| |#2| (-392)) ELT) (($ $ (-774 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-774 |#1|)) NIL T ELT) (($ (-350 (-485))) NIL (OR (|has| |#2| (-38 (-350 (-485)))) (|has| |#2| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#2| (-496)) ELT)) (-3819 (((-584 |#2|) $) NIL T ELT)) (-3679 ((|#2| $ (-197 (-3959 |#1|) (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-822))) (|has| |#2| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#2| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#2| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|))) NIL T ELT) (($ $ (-774 |#1|)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#2| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#2| (-38 (-350 (-485)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
+(((-206 |#1| |#2|) (-13 (-862 |#2| (-197 (-3959 |#1|) (-695)) (-774 |#1|)) (-10 -8 (-15 -1941 ($ $ (-584 (-485)))))) (-584 (-1091)) (-962)) (T -206))
+((-1941 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-206 *3 *4)) (-14 *3 (-584 (-1091))) (-4 *4 (-962)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1480 (((-1186) $) 17 T ELT)) (-1482 (((-158 (-208)) $) 11 T ELT)) (-1481 (($ (-158 (-208))) 12 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1483 (((-208) $) 7 T ELT)) (-3948 (((-773) $) 9 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 15 T ELT)))
+(((-207) (-13 (-1014) (-10 -8 (-15 -1483 ((-208) $)) (-15 -1482 ((-158 (-208)) $)) (-15 -1481 ($ (-158 (-208)))) (-15 -1480 ((-1186) $))))) (T -207))
+((-1483 (*1 *2 *1) (-12 (-5 *2 (-208)) (-5 *1 (-207)))) (-1482 (*1 *2 *1) (-12 (-5 *2 (-158 (-208))) (-5 *1 (-207)))) (-1481 (*1 *1 *2) (-12 (-5 *2 (-158 (-208))) (-5 *1 (-207)))) (-1480 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-207)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1425 (((-584 (-775)) $) NIL T ELT)) (-3544 (((-447) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1427 (((-161) $) NIL T ELT)) (-2635 (((-85) $ (-447)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1484 (((-282) $) 7 T ELT)) (-1426 (((-584 (-85)) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (((-157) $) 8 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2523 (((-55) $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-208) (-13 (-160) (-553 (-157)) (-10 -8 (-15 -1484 ((-282) $))))) (T -208))
+((-1484 (*1 *2 *1) (-12 (-5 *2 (-282)) (-5 *1 (-208)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 (((-1096) $ (-695)) 14 T ELT)) (-3948 (((-773) $) 20 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 17 T ELT)) (-3959 (((-695) $) 11 T ELT)))
+(((-209) (-13 (-1014) (-241 (-695) (-1096)) (-10 -8 (-15 -3959 ((-695) $))))) (T -209))
+((-3959 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-209)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3709 (($ (-831)) NIL (|has| |#4| (-962)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#4|)) ELT)) (-2485 (($ $ $) NIL (|has| |#4| (-718)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| |#4| (-320)) ELT)) (-3790 ((|#4| $ (-485) |#4|) NIL (|has| $ (-1036 |#4|)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#4| #1#) $) NIL (|has| |#4| (-1014)) ELT) (((-3 (-485) #1#) $) NIL (-12 (|has| |#4| (-951 (-485))) (|has| |#4| (-1014))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (-12 (|has| |#4| (-951 (-350 (-485)))) (|has| |#4| (-1014))) ELT)) (-3158 ((|#4| $) NIL (|has| |#4| (-1014)) ELT) (((-485) $) NIL (-12 (|has| |#4| (-951 (-485))) (|has| |#4| (-1014))) ELT) (((-350 (-485)) $) NIL (-12 (|has| |#4| (-951 (-350 (-485)))) (|has| |#4| (-1014))) ELT)) (-2280 (((-2 (|:| |mat| (-631 |#4|)) (|:| |vec| (-1180 |#4|))) (-631 $) (-1180 $)) NIL (|has| |#4| (-962)) ELT) (((-631 |#4|) (-631 $)) NIL (|has| |#4| (-962)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (-12 (|has| |#4| (-581 (-485))) (|has| |#4| (-962))) ELT) (((-631 (-485)) (-631 $)) NIL (-12 (|has| |#4| (-581 (-485))) (|has| |#4| (-962))) ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL (|has| |#4| (-962)) ELT)) (-2996 (($) NIL (|has| |#4| (-320)) ELT)) (-1577 ((|#4| $ (-485) |#4|) NIL (|has| $ (-1036 |#4|)) ELT)) (-3114 ((|#4| $ (-485)) NIL T ELT)) (-3188 (((-85) $) NIL (|has| |#4| (-718)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL (|has| |#4| (-962)) ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#4| (-757)) ELT)) (-2610 (((-584 |#4|) $) NIL T ELT)) (-3247 (((-85) |#4| $) NIL (|has| |#4| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#4| (-757)) ELT)) (-3960 (($ (-1 |#4| |#4|) $) NIL T ELT)) (-2011 (((-831) $) NIL (|has| |#4| (-320)) ELT)) (-2281 (((-2 (|:| |mat| (-631 |#4|)) (|:| |vec| (-1180 |#4|))) (-1180 $) $) NIL (|has| |#4| (-962)) ELT) (((-631 |#4|) (-1180 $)) NIL (|has| |#4| (-962)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (-12 (|has| |#4| (-581 (-485))) (|has| |#4| (-962))) ELT) (((-631 (-485)) (-1180 $)) NIL (-12 (|has| |#4| (-581 (-485))) (|has| |#4| (-962))) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-2401 (($ (-831)) NIL (|has| |#4| (-320)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 ((|#4| $) NIL (|has| (-485) (-757)) ELT)) (-2200 (($ $ |#4|) NIL (|has| $ (-1036 |#4|)) ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 |#4|) (-584 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-2206 (((-584 |#4|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#4| $ (-485) |#4|) NIL T ELT) ((|#4| $ (-485)) 12 T ELT)) (-3838 ((|#4| $ $) NIL (|has| |#4| (-962)) ELT)) (-1469 (($ (-1180 |#4|)) NIL T ELT)) (-3913 (((-107)) NIL (|has| |#4| (-312)) ELT)) (-3760 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-962)) ELT) (($ $ (-1 |#4| |#4|) (-695)) NIL (|has| |#4| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))) (-12 (|has| |#4| (-812 (-1091))) (|has| |#4| (-962)))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))) (-12 (|has| |#4| (-812 (-1091))) (|has| |#4| (-962)))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))) (-12 (|has| |#4| (-812 (-1091))) (|has| |#4| (-962)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))) (-12 (|has| |#4| (-812 (-1091))) (|has| |#4| (-962)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| |#4| (-190)) (|has| |#4| (-962))) (-12 (|has| |#4| (-189)) (|has| |#4| (-962)))) ELT) (($ $) NIL (OR (-12 (|has| |#4| (-190)) (|has| |#4| (-962))) (-12 (|has| |#4| (-189)) (|has| |#4| (-962)))) ELT)) (-1731 (((-695) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-1180 |#4|) $) NIL T ELT) (($ |#4|) NIL (|has| |#4| (-1014)) ELT) (((-773) $) NIL T ELT) (($ (-485)) NIL (OR (-12 (|has| |#4| (-951 (-485))) (|has| |#4| (-1014))) (|has| |#4| (-962))) ELT) (($ (-350 (-485))) NIL (-12 (|has| |#4| (-951 (-350 (-485)))) (|has| |#4| (-1014))) ELT)) (-3128 (((-695)) NIL (|has| |#4| (-962)) CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3127 (((-85) $ $) NIL (|has| |#4| (-962)) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL (|has| |#4| (-962)) CONST)) (-2671 (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-962)) ELT) (($ $ (-1 |#4| |#4|) (-695)) NIL (|has| |#4| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))) (-12 (|has| |#4| (-812 (-1091))) (|has| |#4| (-962)))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))) (-12 (|has| |#4| (-812 (-1091))) (|has| |#4| (-962)))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))) (-12 (|has| |#4| (-812 (-1091))) (|has| |#4| (-962)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#4| (-810 (-1091))) (|has| |#4| (-962))) (-12 (|has| |#4| (-812 (-1091))) (|has| |#4| (-962)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| |#4| (-190)) (|has| |#4| (-962))) (-12 (|has| |#4| (-189)) (|has| |#4| (-962)))) ELT) (($ $) NIL (OR (-12 (|has| |#4| (-190)) (|has| |#4| (-962))) (-12 (|has| |#4| (-189)) (|has| |#4| (-962)))) ELT)) (-2568 (((-85) $ $) NIL (|has| |#4| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#4| (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| |#4| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#4| (-757)) ELT)) (-3951 (($ $ |#4|) NIL (|has| |#4| (-312)) ELT)) (-3839 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-695)) NIL (|has| |#4| (-962)) ELT) (($ $ (-831)) NIL (|has| |#4| (-962)) ELT)) (* (($ |#2| $) 14 T ELT) (($ (-485) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-831) $) NIL T ELT) (($ |#3| $) 18 T ELT) (($ $ |#4|) NIL (|has| |#4| (-664)) ELT) (($ |#4| $) NIL (|has| |#4| (-664)) ELT) (($ $ $) NIL (|has| |#4| (-962)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-210 |#1| |#2| |#3| |#4|) (-13 (-196 |#1| |#4|) (-591 |#2|) (-591 |#3|)) (-831) (-962) (-1038 |#1| |#2| (-197 |#1| |#2|) (-197 |#1| |#2|)) (-591 |#2|)) (T -210))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3709 (($ (-831)) NIL (|has| |#3| (-962)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#3|)) ELT)) (-2485 (($ $ $) NIL (|has| |#3| (-718)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| |#3| (-320)) ELT)) (-3790 ((|#3| $ (-485) |#3|) NIL (|has| $ (-1036 |#3|)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#3| #1#) $) NIL (|has| |#3| (-1014)) ELT) (((-3 (-485) #1#) $) NIL (-12 (|has| |#3| (-951 (-485))) (|has| |#3| (-1014))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (-12 (|has| |#3| (-951 (-350 (-485)))) (|has| |#3| (-1014))) ELT)) (-3158 ((|#3| $) NIL (|has| |#3| (-1014)) ELT) (((-485) $) NIL (-12 (|has| |#3| (-951 (-485))) (|has| |#3| (-1014))) ELT) (((-350 (-485)) $) NIL (-12 (|has| |#3| (-951 (-350 (-485)))) (|has| |#3| (-1014))) ELT)) (-2280 (((-2 (|:| |mat| (-631 |#3|)) (|:| |vec| (-1180 |#3|))) (-631 $) (-1180 $)) NIL (|has| |#3| (-962)) ELT) (((-631 |#3|) (-631 $)) NIL (|has| |#3| (-962)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (-12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))) ELT) (((-631 (-485)) (-631 $)) NIL (-12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))) ELT)) (-3844 ((|#3| (-1 |#3| |#3| |#3|) $ |#3| |#3|) NIL (|has| |#3| (-72)) ELT) ((|#3| (-1 |#3| |#3| |#3|) $ |#3|) NIL T ELT) ((|#3| (-1 |#3| |#3| |#3|) $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL (|has| |#3| (-962)) ELT)) (-2996 (($) NIL (|has| |#3| (-320)) ELT)) (-1577 ((|#3| $ (-485) |#3|) NIL (|has| $ (-1036 |#3|)) ELT)) (-3114 ((|#3| $ (-485)) NIL T ELT)) (-3188 (((-85) $) NIL (|has| |#3| (-718)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL (|has| |#3| (-962)) ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#3| (-757)) ELT)) (-2610 (((-584 |#3|) $) NIL T ELT)) (-3247 (((-85) |#3| $) NIL (|has| |#3| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#3| (-757)) ELT)) (-3960 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-2011 (((-831) $) NIL (|has| |#3| (-320)) ELT)) (-2281 (((-2 (|:| |mat| (-631 |#3|)) (|:| |vec| (-1180 |#3|))) (-1180 $) $) NIL (|has| |#3| (-962)) ELT) (((-631 |#3|) (-1180 $)) NIL (|has| |#3| (-962)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (-12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))) ELT) (((-631 (-485)) (-1180 $)) NIL (-12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-2401 (($ (-831)) NIL (|has| |#3| (-320)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 ((|#3| $) NIL (|has| (-485) (-757)) ELT)) (-2200 (($ $ |#3|) NIL (|has| $ (-1036 |#3|)) ELT)) (-1732 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#3|))) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ (-249 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ (-584 |#3|) (-584 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#3| $) NIL (-12 (|has| $ (-318 |#3|)) (|has| |#3| (-72))) ELT)) (-2206 (((-584 |#3|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#3| $ (-485) |#3|) NIL T ELT) ((|#3| $ (-485)) 11 T ELT)) (-3838 ((|#3| $ $) NIL (|has| |#3| (-962)) ELT)) (-1469 (($ (-1180 |#3|)) NIL T ELT)) (-3913 (((-107)) NIL (|has| |#3| (-312)) ELT)) (-3760 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-962)) ELT) (($ $ (-1 |#3| |#3|) (-695)) NIL (|has| |#3| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| |#3| (-190)) (|has| |#3| (-962))) (-12 (|has| |#3| (-189)) (|has| |#3| (-962)))) ELT) (($ $) NIL (OR (-12 (|has| |#3| (-190)) (|has| |#3| (-962))) (-12 (|has| |#3| (-189)) (|has| |#3| (-962)))) ELT)) (-1731 (((-695) |#3| $) NIL (|has| |#3| (-72)) ELT) (((-695) (-1 (-85) |#3|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-1180 |#3|) $) NIL T ELT) (($ |#3|) NIL (|has| |#3| (-1014)) ELT) (((-773) $) NIL T ELT) (($ (-485)) NIL (OR (-12 (|has| |#3| (-951 (-485))) (|has| |#3| (-1014))) (|has| |#3| (-962))) ELT) (($ (-350 (-485))) NIL (-12 (|has| |#3| (-951 (-350 (-485)))) (|has| |#3| (-1014))) ELT)) (-3128 (((-695)) NIL (|has| |#3| (-962)) CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3127 (((-85) $ $) NIL (|has| |#3| (-962)) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL (|has| |#3| (-962)) CONST)) (-2671 (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-962)) ELT) (($ $ (-1 |#3| |#3|) (-695)) NIL (|has| |#3| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#3| (-810 (-1091))) (|has| |#3| (-962))) (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| |#3| (-190)) (|has| |#3| (-962))) (-12 (|has| |#3| (-189)) (|has| |#3| (-962)))) ELT) (($ $) NIL (OR (-12 (|has| |#3| (-190)) (|has| |#3| (-962))) (-12 (|has| |#3| (-189)) (|has| |#3| (-962)))) ELT)) (-2568 (((-85) $ $) NIL (|has| |#3| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#3| (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| |#3| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#3| (-757)) ELT)) (-3951 (($ $ |#3|) NIL (|has| |#3| (-312)) ELT)) (-3839 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-695)) NIL (|has| |#3| (-962)) ELT) (($ $ (-831)) NIL (|has| |#3| (-962)) ELT)) (* (($ |#2| $) 13 T ELT) (($ (-485) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-831) $) NIL T ELT) (($ $ |#3|) NIL (|has| |#3| (-664)) ELT) (($ |#3| $) NIL (|has| |#3| (-664)) ELT) (($ $ $) NIL (|has| |#3| (-962)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-211 |#1| |#2| |#3|) (-13 (-196 |#1| |#3|) (-591 |#2|)) (-695) (-962) (-591 |#2|)) (T -211))
+NIL
+((-1489 (((-584 (-695)) $) 56 T ELT) (((-584 (-695)) $ |#3|) 59 T ELT)) (-1523 (((-695) $) 58 T ELT) (((-695) $ |#3|) 61 T ELT)) (-1485 (($ $) 76 T ELT)) (-3159 (((-3 |#2| #1="failed") $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 (-485) #1#) $) NIL T ELT) (((-3 |#4| #1#) $) NIL T ELT) (((-3 |#3| #1#) $) 83 T ELT)) (-3774 (((-695) $ |#3|) 43 T ELT) (((-695) $) 38 T ELT)) (-1524 (((-1 $ (-695)) |#3|) 15 T ELT) (((-1 $ (-695)) $) 88 T ELT)) (-1487 ((|#4| $) 69 T ELT)) (-1488 (((-85) $) 67 T ELT)) (-1486 (($ $) 75 T ELT)) (-3770 (($ $ (-584 (-249 $))) 111 T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ |#4| |#2|) NIL T ELT) (($ $ (-584 |#4|) (-584 |#2|)) NIL T ELT) (($ $ |#4| $) NIL T ELT) (($ $ (-584 |#4|) (-584 $)) NIL T ELT) (($ $ |#3| $) NIL T ELT) (($ $ (-584 |#3|) (-584 $)) 103 T ELT) (($ $ |#3| |#2|) NIL T ELT) (($ $ (-584 |#3|) (-584 |#2|)) 97 T ELT)) (-3760 (($ $ (-584 |#4|) (-584 (-695))) NIL T ELT) (($ $ |#4| (-695)) NIL T ELT) (($ $ (-584 |#4|)) NIL T ELT) (($ $ |#4|) NIL T ELT) (($ $ (-1 |#2| |#2|)) 32 T ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1091)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-1490 (((-584 |#3|) $) 86 T ELT)) (-3950 ((|#5| $) NIL T ELT) (((-695) $ |#4|) NIL T ELT) (((-584 (-695)) $ (-584 |#4|)) NIL T ELT) (((-695) $ |#3|) 49 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#2|) NIL T ELT) (($ |#4|) NIL T ELT) (($ |#3|) 78 T ELT) (($ (-350 (-485))) NIL T ELT) (($ $) NIL T ELT)))
+(((-212 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091))) (-15 -3948 (|#1| |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3770 (|#1| |#1| (-584 |#3|) (-584 |#2|))) (-15 -3770 (|#1| |#1| |#3| |#2|)) (-15 -3770 (|#1| |#1| (-584 |#3|) (-584 |#1|))) (-15 -3770 (|#1| |#1| |#3| |#1|)) (-15 -1524 ((-1 |#1| (-695)) |#1|)) (-15 -1485 (|#1| |#1|)) (-15 -1486 (|#1| |#1|)) (-15 -1487 (|#4| |#1|)) (-15 -1488 ((-85) |#1|)) (-15 -1523 ((-695) |#1| |#3|)) (-15 -1489 ((-584 (-695)) |#1| |#3|)) (-15 -1523 ((-695) |#1|)) (-15 -1489 ((-584 (-695)) |#1|)) (-15 -3950 ((-695) |#1| |#3|)) (-15 -3774 ((-695) |#1|)) (-15 -3774 ((-695) |#1| |#3|)) (-15 -1490 ((-584 |#3|) |#1|)) (-15 -1524 ((-1 |#1| (-695)) |#3|)) (-15 -3948 (|#1| |#3|)) (-15 -3159 ((-3 |#3| #1="failed") |#1|)) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|) (-695))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3950 ((-584 (-695)) |#1| (-584 |#4|))) (-15 -3950 ((-695) |#1| |#4|)) (-15 -3948 (|#1| |#4|)) (-15 -3159 ((-3 |#4| #1#) |#1|)) (-15 -3770 (|#1| |#1| (-584 |#4|) (-584 |#1|))) (-15 -3770 (|#1| |#1| |#4| |#1|)) (-15 -3770 (|#1| |#1| (-584 |#4|) (-584 |#2|))) (-15 -3770 (|#1| |#1| |#4| |#2|)) (-15 -3770 (|#1| |#1| (-584 |#1|) (-584 |#1|))) (-15 -3770 (|#1| |#1| |#1| |#1|)) (-15 -3770 (|#1| |#1| (-249 |#1|))) (-15 -3770 (|#1| |#1| (-584 (-249 |#1|)))) (-15 -3950 (|#5| |#1|)) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3948 (|#1| |#2|)) (-15 -3760 (|#1| |#1| |#4|)) (-15 -3760 (|#1| |#1| (-584 |#4|))) (-15 -3760 (|#1| |#1| |#4| (-695))) (-15 -3760 (|#1| |#1| (-584 |#4|) (-584 (-695)))) (-15 -3948 (|#1| (-485))) (-15 -3948 ((-773) |#1|))) (-213 |#2| |#3| |#4| |#5|) (-962) (-757) (-228 |#3|) (-718)) (T -212))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1489 (((-584 (-695)) $) 251 T ELT) (((-584 (-695)) $ |#2|) 249 T ELT)) (-1523 (((-695) $) 250 T ELT) (((-695) $ |#2|) 248 T ELT)) (-3083 (((-584 |#3|) $) 123 T ELT)) (-3085 (((-1086 $) $ |#3|) 138 T ELT) (((-1086 |#1|) $) 137 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 100 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 101 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 103 (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) 125 T ELT) (((-695) $ (-584 |#3|)) 124 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 113 (|has| |#1| (-822)) ELT)) (-3777 (($ $) 111 (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) 110 (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1="failed") (-584 (-1086 $)) (-1086 $)) 116 (|has| |#1| (-822)) ELT)) (-1485 (($ $) 244 T ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#1| #2="failed") $) 181 T ELT) (((-3 (-350 (-485)) #2#) $) 178 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #2#) $) 176 (|has| |#1| (-951 (-485))) ELT) (((-3 |#3| #2#) $) 153 T ELT) (((-3 |#2| #2#) $) 258 T ELT)) (-3158 ((|#1| $) 180 T ELT) (((-350 (-485)) $) 179 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) 177 (|has| |#1| (-951 (-485))) ELT) ((|#3| $) 154 T ELT) ((|#2| $) 259 T ELT)) (-3758 (($ $ $ |#3|) 121 (|has| |#1| (-146)) ELT)) (-3961 (($ $) 171 T ELT)) (-2280 (((-631 (-485)) (-631 $)) 149 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 148 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 147 T ELT) (((-631 |#1|) (-631 $)) 146 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3505 (($ $) 193 (|has| |#1| (-392)) ELT) (($ $ |#3|) 118 (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) 122 T ELT)) (-3725 (((-85) $) 109 (|has| |#1| (-822)) ELT)) (-1625 (($ $ |#1| |#4| $) 189 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 97 (-12 (|has| |#3| (-797 (-330))) (|has| |#1| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 96 (-12 (|has| |#3| (-797 (-485))) (|has| |#1| (-797 (-485)))) ELT)) (-3774 (((-695) $ |#2|) 254 T ELT) (((-695) $) 253 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2421 (((-695) $) 186 T ELT)) (-3086 (($ (-1086 |#1|) |#3|) 130 T ELT) (($ (-1086 $) |#3|) 129 T ELT)) (-2823 (((-584 $) $) 139 T ELT)) (-3939 (((-85) $) 169 T ELT)) (-2895 (($ |#1| |#4|) 170 T ELT) (($ $ |#3| (-695)) 132 T ELT) (($ $ (-584 |#3|) (-584 (-695))) 131 T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ |#3|) 133 T ELT)) (-2822 ((|#4| $) 187 T ELT) (((-695) $ |#3|) 135 T ELT) (((-584 (-695)) $ (-584 |#3|)) 134 T ELT)) (-1626 (($ (-1 |#4| |#4|) $) 188 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 168 T ELT)) (-1524 (((-1 $ (-695)) |#2|) 256 T ELT) (((-1 $ (-695)) $) 243 (|has| |#1| (-190)) ELT)) (-3084 (((-3 |#3| #3="failed") $) 136 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 151 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 150 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 145 T ELT) (((-631 |#1|) (-1180 $)) 144 T ELT)) (-2896 (($ $) 166 T ELT)) (-3176 ((|#1| $) 165 T ELT)) (-1487 ((|#3| $) 246 T ELT)) (-1895 (($ (-584 $)) 107 (|has| |#1| (-392)) ELT) (($ $ $) 106 (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1488 (((-85) $) 247 T ELT)) (-2825 (((-3 (-584 $) #3#) $) 127 T ELT)) (-2824 (((-3 (-584 $) #3#) $) 128 T ELT)) (-2826 (((-3 (-2 (|:| |var| |#3|) (|:| -2402 (-695))) #3#) $) 126 T ELT)) (-1486 (($ $) 245 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1801 (((-85) $) 183 T ELT)) (-1800 ((|#1| $) 184 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 108 (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) 105 (|has| |#1| (-392)) ELT) (($ $ $) 104 (|has| |#1| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 115 (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 114 (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) 112 (|has| |#1| (-822)) ELT)) (-3468 (((-3 $ "failed") $ |#1|) 191 (|has| |#1| (-496)) ELT) (((-3 $ "failed") $ $) 99 (|has| |#1| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) 162 T ELT) (($ $ (-249 $)) 161 T ELT) (($ $ $ $) 160 T ELT) (($ $ (-584 $) (-584 $)) 159 T ELT) (($ $ |#3| |#1|) 158 T ELT) (($ $ (-584 |#3|) (-584 |#1|)) 157 T ELT) (($ $ |#3| $) 156 T ELT) (($ $ (-584 |#3|) (-584 $)) 155 T ELT) (($ $ |#2| $) 242 (|has| |#1| (-190)) ELT) (($ $ (-584 |#2|) (-584 $)) 241 (|has| |#1| (-190)) ELT) (($ $ |#2| |#1|) 240 (|has| |#1| (-190)) ELT) (($ $ (-584 |#2|) (-584 |#1|)) 239 (|has| |#1| (-190)) ELT)) (-3759 (($ $ |#3|) 120 (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 |#3|) (-584 (-695))) 52 T ELT) (($ $ |#3| (-695)) 51 T ELT) (($ $ (-584 |#3|)) 50 T ELT) (($ $ |#3|) 48 T ELT) (($ $ (-1 |#1| |#1|)) 263 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 262 T ELT) (($ $) 238 (|has| |#1| (-189)) ELT) (($ $ (-695)) 236 (|has| |#1| (-189)) ELT) (($ $ (-1091)) 234 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 232 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 231 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 230 (|has| |#1| (-812 (-1091))) ELT)) (-1490 (((-584 |#2|) $) 255 T ELT)) (-3950 ((|#4| $) 167 T ELT) (((-695) $ |#3|) 143 T ELT) (((-584 (-695)) $ (-584 |#3|)) 142 T ELT) (((-695) $ |#2|) 252 T ELT)) (-3974 (((-801 (-330)) $) 95 (-12 (|has| |#3| (-554 (-801 (-330)))) (|has| |#1| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) 94 (-12 (|has| |#3| (-554 (-801 (-485)))) (|has| |#1| (-554 (-801 (-485))))) ELT) (((-474) $) 93 (-12 (|has| |#3| (-554 (-474))) (|has| |#1| (-554 (-474)))) ELT)) (-2819 ((|#1| $) 192 (|has| |#1| (-392)) ELT) (($ $ |#3|) 119 (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) 117 (-2564 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 182 T ELT) (($ |#3|) 152 T ELT) (($ |#2|) 257 T ELT) (($ (-350 (-485))) 91 (OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-38 (-350 (-485))))) ELT) (($ $) 98 (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) 185 T ELT)) (-3679 ((|#1| $ |#4|) 172 T ELT) (($ $ |#3| (-695)) 141 T ELT) (($ $ (-584 |#3|) (-584 (-695))) 140 T ELT)) (-2704 (((-633 $) $) 92 (OR (-2564 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) 40 T CONST)) (-1624 (($ $ $ (-695)) 190 (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 102 (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-584 |#3|) (-584 (-695))) 55 T ELT) (($ $ |#3| (-695)) 54 T ELT) (($ $ (-584 |#3|)) 53 T ELT) (($ $ |#3|) 49 T ELT) (($ $ (-1 |#1| |#1|)) 261 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 260 T ELT) (($ $) 237 (|has| |#1| (-189)) ELT) (($ $ (-695)) 235 (|has| |#1| (-189)) ELT) (($ $ (-1091)) 233 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 229 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 228 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 227 (|has| |#1| (-812 (-1091))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 173 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 175 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) 174 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 164 T ELT) (($ $ |#1|) 163 T ELT)))
+(((-213 |#1| |#2| |#3| |#4|) (-113) (-962) (-757) (-228 |t#2|) (-718)) (T -213))
+((-1524 (*1 *2 *3) (-12 (-4 *4 (-962)) (-4 *3 (-757)) (-4 *5 (-228 *3)) (-4 *6 (-718)) (-5 *2 (-1 *1 (-695))) (-4 *1 (-213 *4 *3 *5 *6)))) (-1490 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-584 *4)))) (-3774 (*1 *2 *1 *3) (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-962)) (-4 *3 (-757)) (-4 *5 (-228 *3)) (-4 *6 (-718)) (-5 *2 (-695)))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-695)))) (-3950 (*1 *2 *1 *3) (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-962)) (-4 *3 (-757)) (-4 *5 (-228 *3)) (-4 *6 (-718)) (-5 *2 (-695)))) (-1489 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-584 (-695))))) (-1523 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-695)))) (-1489 (*1 *2 *1 *3) (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-962)) (-4 *3 (-757)) (-4 *5 (-228 *3)) (-4 *6 (-718)) (-5 *2 (-584 (-695))))) (-1523 (*1 *2 *1 *3) (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-962)) (-4 *3 (-757)) (-4 *5 (-228 *3)) (-4 *6 (-718)) (-5 *2 (-695)))) (-1488 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-85)))) (-1487 (*1 *2 *1) (-12 (-4 *1 (-213 *3 *4 *2 *5)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *5 (-718)) (-4 *2 (-228 *4)))) (-1486 (*1 *1 *1) (-12 (-4 *1 (-213 *2 *3 *4 *5)) (-4 *2 (-962)) (-4 *3 (-757)) (-4 *4 (-228 *3)) (-4 *5 (-718)))) (-1485 (*1 *1 *1) (-12 (-4 *1 (-213 *2 *3 *4 *5)) (-4 *2 (-962)) (-4 *3 (-757)) (-4 *4 (-228 *3)) (-4 *5 (-718)))) (-1524 (*1 *2 *1) (-12 (-4 *3 (-190)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-1 *1 (-695))) (-4 *1 (-213 *3 *4 *5 *6)))))
+(-13 (-862 |t#1| |t#4| |t#3|) (-184 |t#1|) (-951 |t#2|) (-10 -8 (-15 -1524 ((-1 $ (-695)) |t#2|)) (-15 -1490 ((-584 |t#2|) $)) (-15 -3774 ((-695) $ |t#2|)) (-15 -3774 ((-695) $)) (-15 -3950 ((-695) $ |t#2|)) (-15 -1489 ((-584 (-695)) $)) (-15 -1523 ((-695) $)) (-15 -1489 ((-584 (-695)) $ |t#2|)) (-15 -1523 ((-695) $ |t#2|)) (-15 -1488 ((-85) $)) (-15 -1487 (|t#3| $)) (-15 -1486 ($ $)) (-15 -1485 ($ $)) (IF (|has| |t#1| (-190)) (PROGN (-6 (-456 |t#2| |t#1|)) (-6 (-456 |t#2| $)) (-6 (-260 $)) (-15 -1524 ((-1 $ (-695)) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-38 (-350 (-485))))) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-556 |#2|) . T) ((-556 |#3|) . T) ((-556 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-554 (-474)) -12 (|has| |#1| (-554 (-474))) (|has| |#3| (-554 (-474)))) ((-554 (-801 (-330))) -12 (|has| |#1| (-554 (-801 (-330)))) (|has| |#3| (-554 (-801 (-330))))) ((-554 (-801 (-485))) -12 (|has| |#1| (-554 (-801 (-485)))) (|has| |#3| (-554 (-801 (-485))))) ((-186 $) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-184 |#1|) . T) ((-190) |has| |#1| (-190)) ((-189) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-225 |#1|) . T) ((-246) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-260 $) . T) ((-277 |#1| |#4|) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-822)) (|has| |#1| (-392))) ((-456 |#2| |#1|) |has| |#1| (-190)) ((-456 |#2| $) |has| |#1| (-190)) ((-456 |#3| |#1|) . T) ((-456 |#3| $) . T) ((-456 $ $) . T) ((-496) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-591 (-485)) |has| |#1| (-581 (-485))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-581 (-485)) |has| |#1| (-581 (-485))) ((-581 |#1|) . T) ((-655 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-664) . T) ((-807 $ (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-807 $ |#3|) . T) ((-810 (-1091)) |has| |#1| (-810 (-1091))) ((-810 |#3|) . T) ((-812 (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-812 |#3|) . T) ((-797 (-330)) -12 (|has| |#1| (-797 (-330))) (|has| |#3| (-797 (-330)))) ((-797 (-485)) -12 (|has| |#1| (-797 (-485))) (|has| |#3| (-797 (-485)))) ((-862 |#1| |#4| |#3|) . T) ((-822) |has| |#1| (-822)) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T) ((-951 |#2|) . T) ((-951 |#3|) . T) ((-964 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-969 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) |has| |#1| (-822)))
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-1496 ((|#1| $) 61 T ELT)) (-3325 ((|#1| $) 40 T ELT)) (-3726 (($) 6 T CONST)) (-3004 (($ $) 67 T ELT)) (-2298 (($ $) 55 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 52 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 49 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 48 T ELT)) (-3327 ((|#1| |#1| $) 42 T ELT)) (-3326 ((|#1| $) 41 T ELT)) (-2610 (((-584 |#1|) $) 47 T ELT)) (-3247 (((-85) |#1| $) 51 (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3835 (((-695) $) 68 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 34 T ELT)) (-1494 ((|#1| |#1| $) 59 T ELT)) (-1493 ((|#1| |#1| $) 58 T ELT)) (-3611 (($ |#1| $) 35 T ELT)) (-2605 (((-695) $) 62 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3003 ((|#1| $) 69 T ELT)) (-1492 ((|#1| $) 57 T ELT)) (-1491 ((|#1| $) 56 T ELT)) (-1276 ((|#1| $) 36 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 45 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3006 ((|#1| |#1| $) 65 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3005 ((|#1| $) 66 T ELT)) (-1497 (($) 64 T ELT) (($ (-584 |#1|)) 63 T ELT)) (-3324 (((-695) $) 39 T ELT)) (-1731 (((-695) |#1| $) 50 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 46 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1495 ((|#1| $) 60 T ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-3002 ((|#1| $) 70 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 44 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 43 T ELT)))
+(((-214 |#1|) (-113) (-1130)) (T -214))
+((-1497 (*1 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))) (-1497 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-4 *1 (-214 *3)))) (-2605 (*1 *2 *1) (-12 (-4 *1 (-214 *3)) (-4 *3 (-1130)) (-5 *2 (-695)))) (-1496 (*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))) (-1495 (*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))) (-1494 (*1 *2 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))) (-1493 (*1 *2 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))) (-1492 (*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))) (-1491 (*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))) (-2298 (*1 *1 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))))
+(-13 (-1035 |t#1|) (-909 |t#1|) (-10 -8 (-15 -1497 ($)) (-15 -1497 ($ (-584 |t#1|))) (-15 -2605 ((-695) $)) (-15 -1496 (|t#1| $)) (-15 -1495 (|t#1| $)) (-15 -1494 (|t#1| |t#1| $)) (-15 -1493 (|t#1| |t#1| $)) (-15 -1492 (|t#1| $)) (-15 -1491 (|t#1| $)) (-15 -2298 ($ $))))
+(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-909 |#1|) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1035 |#1|) . T) ((-1130) . T))
+((-1498 (((-1048 (-179)) (-793 |#1|) (-1005 (-330)) (-1005 (-330))) 75 T ELT) (((-1048 (-179)) (-793 |#1|) (-1005 (-330)) (-1005 (-330)) (-584 (-221))) 74 T ELT) (((-1048 (-179)) |#1| (-1005 (-330)) (-1005 (-330))) 65 T ELT) (((-1048 (-179)) |#1| (-1005 (-330)) (-1005 (-330)) (-584 (-221))) 64 T ELT) (((-1048 (-179)) (-790 |#1|) (-1005 (-330))) 56 T ELT) (((-1048 (-179)) (-790 |#1|) (-1005 (-330)) (-584 (-221))) 55 T ELT)) (-1505 (((-1184) (-793 |#1|) (-1005 (-330)) (-1005 (-330))) 78 T ELT) (((-1184) (-793 |#1|) (-1005 (-330)) (-1005 (-330)) (-584 (-221))) 77 T ELT) (((-1184) |#1| (-1005 (-330)) (-1005 (-330))) 68 T ELT) (((-1184) |#1| (-1005 (-330)) (-1005 (-330)) (-584 (-221))) 67 T ELT) (((-1184) (-790 |#1|) (-1005 (-330))) 60 T ELT) (((-1184) (-790 |#1|) (-1005 (-330)) (-584 (-221))) 59 T ELT) (((-1183) (-788 |#1|) (-1005 (-330))) 47 T ELT) (((-1183) (-788 |#1|) (-1005 (-330)) (-584 (-221))) 46 T ELT) (((-1183) |#1| (-1005 (-330))) 38 T ELT) (((-1183) |#1| (-1005 (-330)) (-584 (-221))) 36 T ELT)))
+(((-215 |#1|) (-10 -7 (-15 -1505 ((-1183) |#1| (-1005 (-330)) (-584 (-221)))) (-15 -1505 ((-1183) |#1| (-1005 (-330)))) (-15 -1505 ((-1183) (-788 |#1|) (-1005 (-330)) (-584 (-221)))) (-15 -1505 ((-1183) (-788 |#1|) (-1005 (-330)))) (-15 -1505 ((-1184) (-790 |#1|) (-1005 (-330)) (-584 (-221)))) (-15 -1505 ((-1184) (-790 |#1|) (-1005 (-330)))) (-15 -1498 ((-1048 (-179)) (-790 |#1|) (-1005 (-330)) (-584 (-221)))) (-15 -1498 ((-1048 (-179)) (-790 |#1|) (-1005 (-330)))) (-15 -1505 ((-1184) |#1| (-1005 (-330)) (-1005 (-330)) (-584 (-221)))) (-15 -1505 ((-1184) |#1| (-1005 (-330)) (-1005 (-330)))) (-15 -1498 ((-1048 (-179)) |#1| (-1005 (-330)) (-1005 (-330)) (-584 (-221)))) (-15 -1498 ((-1048 (-179)) |#1| (-1005 (-330)) (-1005 (-330)))) (-15 -1505 ((-1184) (-793 |#1|) (-1005 (-330)) (-1005 (-330)) (-584 (-221)))) (-15 -1505 ((-1184) (-793 |#1|) (-1005 (-330)) (-1005 (-330)))) (-15 -1498 ((-1048 (-179)) (-793 |#1|) (-1005 (-330)) (-1005 (-330)) (-584 (-221)))) (-15 -1498 ((-1048 (-179)) (-793 |#1|) (-1005 (-330)) (-1005 (-330))))) (-13 (-554 (-474)) (-1014))) (T -215))
+((-1498 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-793 *5)) (-5 *4 (-1005 (-330))) (-4 *5 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1048 (-179))) (-5 *1 (-215 *5)))) (-1498 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-793 *6)) (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-4 *6 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1048 (-179))) (-5 *1 (-215 *6)))) (-1505 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-793 *5)) (-5 *4 (-1005 (-330))) (-4 *5 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1184)) (-5 *1 (-215 *5)))) (-1505 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-793 *6)) (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-4 *6 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1184)) (-5 *1 (-215 *6)))) (-1498 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1005 (-330))) (-5 *2 (-1048 (-179))) (-5 *1 (-215 *3)) (-4 *3 (-13 (-554 (-474)) (-1014))))) (-1498 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-215 *3)) (-4 *3 (-13 (-554 (-474)) (-1014))))) (-1505 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1005 (-330))) (-5 *2 (-1184)) (-5 *1 (-215 *3)) (-4 *3 (-13 (-554 (-474)) (-1014))))) (-1505 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-215 *3)) (-4 *3 (-13 (-554 (-474)) (-1014))))) (-1498 (*1 *2 *3 *4) (-12 (-5 *3 (-790 *5)) (-5 *4 (-1005 (-330))) (-4 *5 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1048 (-179))) (-5 *1 (-215 *5)))) (-1498 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-790 *6)) (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-4 *6 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1048 (-179))) (-5 *1 (-215 *6)))) (-1505 (*1 *2 *3 *4) (-12 (-5 *3 (-790 *5)) (-5 *4 (-1005 (-330))) (-4 *5 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1184)) (-5 *1 (-215 *5)))) (-1505 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-790 *6)) (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-4 *6 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1184)) (-5 *1 (-215 *6)))) (-1505 (*1 *2 *3 *4) (-12 (-5 *3 (-788 *5)) (-5 *4 (-1005 (-330))) (-4 *5 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1183)) (-5 *1 (-215 *5)))) (-1505 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-788 *6)) (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-4 *6 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1183)) (-5 *1 (-215 *6)))) (-1505 (*1 *2 *3 *4) (-12 (-5 *4 (-1005 (-330))) (-5 *2 (-1183)) (-5 *1 (-215 *3)) (-4 *3 (-13 (-554 (-474)) (-1014))))) (-1505 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1183)) (-5 *1 (-215 *3)) (-4 *3 (-13 (-554 (-474)) (-1014))))))
+((-1499 (((-1 (-855 (-179)) (-179) (-179)) (-1 (-855 (-179)) (-179) (-179)) (-1 (-179) (-179) (-179) (-179))) 158 T ELT)) (-1498 (((-1048 (-179)) (-793 (-1 (-179) (-179) (-179))) (-1002 (-330)) (-1002 (-330))) 178 T ELT) (((-1048 (-179)) (-793 (-1 (-179) (-179) (-179))) (-1002 (-330)) (-1002 (-330)) (-584 (-221))) 176 T ELT) (((-1048 (-179)) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-330)) (-1002 (-330))) 181 T ELT) (((-1048 (-179)) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-330)) (-1002 (-330)) (-584 (-221))) 177 T ELT) (((-1048 (-179)) (-1 (-179) (-179) (-179)) (-1002 (-330)) (-1002 (-330))) 169 T ELT) (((-1048 (-179)) (-1 (-179) (-179) (-179)) (-1002 (-330)) (-1002 (-330)) (-584 (-221))) 168 T ELT) (((-1048 (-179)) (-1 (-855 (-179)) (-179)) (-1002 (-330))) 150 T ELT) (((-1048 (-179)) (-1 (-855 (-179)) (-179)) (-1002 (-330)) (-584 (-221))) 148 T ELT) (((-1048 (-179)) (-790 (-1 (-179) (-179))) (-1002 (-330))) 149 T ELT) (((-1048 (-179)) (-790 (-1 (-179) (-179))) (-1002 (-330)) (-584 (-221))) 146 T ELT)) (-1505 (((-1184) (-793 (-1 (-179) (-179) (-179))) (-1002 (-330)) (-1002 (-330))) 180 T ELT) (((-1184) (-793 (-1 (-179) (-179) (-179))) (-1002 (-330)) (-1002 (-330)) (-584 (-221))) 179 T ELT) (((-1184) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-330)) (-1002 (-330))) 183 T ELT) (((-1184) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-330)) (-1002 (-330)) (-584 (-221))) 182 T ELT) (((-1184) (-1 (-179) (-179) (-179)) (-1002 (-330)) (-1002 (-330))) 171 T ELT) (((-1184) (-1 (-179) (-179) (-179)) (-1002 (-330)) (-1002 (-330)) (-584 (-221))) 170 T ELT) (((-1184) (-1 (-855 (-179)) (-179)) (-1002 (-330))) 156 T ELT) (((-1184) (-1 (-855 (-179)) (-179)) (-1002 (-330)) (-584 (-221))) 155 T ELT) (((-1184) (-790 (-1 (-179) (-179))) (-1002 (-330))) 154 T ELT) (((-1184) (-790 (-1 (-179) (-179))) (-1002 (-330)) (-584 (-221))) 153 T ELT) (((-1183) (-788 (-1 (-179) (-179))) (-1002 (-330))) 118 T ELT) (((-1183) (-788 (-1 (-179) (-179))) (-1002 (-330)) (-584 (-221))) 117 T ELT) (((-1183) (-1 (-179) (-179)) (-1002 (-330))) 112 T ELT) (((-1183) (-1 (-179) (-179)) (-1002 (-330)) (-584 (-221))) 110 T ELT)))
+(((-216) (-10 -7 (-15 -1505 ((-1183) (-1 (-179) (-179)) (-1002 (-330)) (-584 (-221)))) (-15 -1505 ((-1183) (-1 (-179) (-179)) (-1002 (-330)))) (-15 -1505 ((-1183) (-788 (-1 (-179) (-179))) (-1002 (-330)) (-584 (-221)))) (-15 -1505 ((-1183) (-788 (-1 (-179) (-179))) (-1002 (-330)))) (-15 -1505 ((-1184) (-790 (-1 (-179) (-179))) (-1002 (-330)) (-584 (-221)))) (-15 -1505 ((-1184) (-790 (-1 (-179) (-179))) (-1002 (-330)))) (-15 -1505 ((-1184) (-1 (-855 (-179)) (-179)) (-1002 (-330)) (-584 (-221)))) (-15 -1505 ((-1184) (-1 (-855 (-179)) (-179)) (-1002 (-330)))) (-15 -1498 ((-1048 (-179)) (-790 (-1 (-179) (-179))) (-1002 (-330)) (-584 (-221)))) (-15 -1498 ((-1048 (-179)) (-790 (-1 (-179) (-179))) (-1002 (-330)))) (-15 -1498 ((-1048 (-179)) (-1 (-855 (-179)) (-179)) (-1002 (-330)) (-584 (-221)))) (-15 -1498 ((-1048 (-179)) (-1 (-855 (-179)) (-179)) (-1002 (-330)))) (-15 -1505 ((-1184) (-1 (-179) (-179) (-179)) (-1002 (-330)) (-1002 (-330)) (-584 (-221)))) (-15 -1505 ((-1184) (-1 (-179) (-179) (-179)) (-1002 (-330)) (-1002 (-330)))) (-15 -1498 ((-1048 (-179)) (-1 (-179) (-179) (-179)) (-1002 (-330)) (-1002 (-330)) (-584 (-221)))) (-15 -1498 ((-1048 (-179)) (-1 (-179) (-179) (-179)) (-1002 (-330)) (-1002 (-330)))) (-15 -1505 ((-1184) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-330)) (-1002 (-330)) (-584 (-221)))) (-15 -1505 ((-1184) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-330)) (-1002 (-330)))) (-15 -1498 ((-1048 (-179)) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-330)) (-1002 (-330)) (-584 (-221)))) (-15 -1498 ((-1048 (-179)) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-330)) (-1002 (-330)))) (-15 -1505 ((-1184) (-793 (-1 (-179) (-179) (-179))) (-1002 (-330)) (-1002 (-330)) (-584 (-221)))) (-15 -1505 ((-1184) (-793 (-1 (-179) (-179) (-179))) (-1002 (-330)) (-1002 (-330)))) (-15 -1498 ((-1048 (-179)) (-793 (-1 (-179) (-179) (-179))) (-1002 (-330)) (-1002 (-330)) (-584 (-221)))) (-15 -1498 ((-1048 (-179)) (-793 (-1 (-179) (-179) (-179))) (-1002 (-330)) (-1002 (-330)))) (-15 -1499 ((-1 (-855 (-179)) (-179) (-179)) (-1 (-855 (-179)) (-179) (-179)) (-1 (-179) (-179) (-179) (-179)))))) (T -216))
+((-1499 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-855 (-179)) (-179) (-179))) (-5 *3 (-1 (-179) (-179) (-179) (-179))) (-5 *1 (-216)))) (-1498 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-793 (-1 (-179) (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *2 (-1048 (-179))) (-5 *1 (-216)))) (-1498 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-793 (-1 (-179) (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-793 (-1 (-179) (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *2 (-1184)) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-793 (-1 (-179) (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-216)))) (-1498 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *2 (-1048 (-179))) (-5 *1 (-216)))) (-1498 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *2 (-1184)) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-216)))) (-1498 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *2 (-1048 (-179))) (-5 *1 (-216)))) (-1498 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *2 (-1184)) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-216)))) (-1498 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-855 (-179)) (-179))) (-5 *4 (-1002 (-330))) (-5 *2 (-1048 (-179))) (-5 *1 (-216)))) (-1498 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-855 (-179)) (-179))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-216)))) (-1498 (*1 *2 *3 *4) (-12 (-5 *3 (-790 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *2 (-1048 (-179))) (-5 *1 (-216)))) (-1498 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-790 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-855 (-179)) (-179))) (-5 *4 (-1002 (-330))) (-5 *2 (-1184)) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-855 (-179)) (-179))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4) (-12 (-5 *3 (-790 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *2 (-1184)) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-790 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4) (-12 (-5 *3 (-788 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-788 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *2 (-1183)) (-5 *1 (-216)))) (-1505 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1183)) (-5 *1 (-216)))))
+((-1505 (((-1183) (-249 |#2|) (-1091) (-1091) (-584 (-221))) 102 T ELT)))
+(((-217 |#1| |#2|) (-10 -7 (-15 -1505 ((-1183) (-249 |#2|) (-1091) (-1091) (-584 (-221))))) (-13 (-496) (-757) (-951 (-485))) (-364 |#1|)) (T -217))
+((-1505 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-249 *7)) (-5 *4 (-1091)) (-5 *5 (-584 (-221))) (-4 *7 (-364 *6)) (-4 *6 (-13 (-496) (-757) (-951 (-485)))) (-5 *2 (-1183)) (-5 *1 (-217 *6 *7)))))
+((-1502 (((-485) (-485)) 71 T ELT)) (-1503 (((-485) (-485)) 72 T ELT)) (-1504 (((-179) (-179)) 73 T ELT)) (-1501 (((-1184) (-1 (-142 (-179)) (-142 (-179))) (-1002 (-179)) (-1002 (-179))) 70 T ELT)) (-1500 (((-1184) (-1 (-142 (-179)) (-142 (-179))) (-1002 (-179)) (-1002 (-179)) (-85)) 68 T ELT)))
+(((-218) (-10 -7 (-15 -1500 ((-1184) (-1 (-142 (-179)) (-142 (-179))) (-1002 (-179)) (-1002 (-179)) (-85))) (-15 -1501 ((-1184) (-1 (-142 (-179)) (-142 (-179))) (-1002 (-179)) (-1002 (-179)))) (-15 -1502 ((-485) (-485))) (-15 -1503 ((-485) (-485))) (-15 -1504 ((-179) (-179))))) (T -218))
+((-1504 (*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-218)))) (-1503 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-218)))) (-1502 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-218)))) (-1501 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-142 (-179)) (-142 (-179)))) (-5 *4 (-1002 (-179))) (-5 *2 (-1184)) (-5 *1 (-218)))) (-1500 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-142 (-179)) (-142 (-179)))) (-5 *4 (-1002 (-179))) (-5 *5 (-85)) (-5 *2 (-1184)) (-5 *1 (-218)))))
+((-3948 (((-1005 (-330)) (-1005 (-265 |#1|))) 16 T ELT)))
+(((-219 |#1|) (-10 -7 (-15 -3948 ((-1005 (-330)) (-1005 (-265 |#1|))))) (-13 (-757) (-496) (-554 (-330)))) (T -219))
+((-3948 (*1 *2 *3) (-12 (-5 *3 (-1005 (-265 *4))) (-4 *4 (-13 (-757) (-496) (-554 (-330)))) (-5 *2 (-1005 (-330))) (-5 *1 (-219 *4)))))
+((-1505 (((-1184) (-584 (-179)) (-584 (-179)) (-584 (-179)) (-584 (-221))) 23 T ELT) (((-1184) (-584 (-179)) (-584 (-179)) (-584 (-179))) 24 T ELT) (((-1183) (-584 (-855 (-179))) (-584 (-221))) 16 T ELT) (((-1183) (-584 (-855 (-179)))) 17 T ELT) (((-1183) (-584 (-179)) (-584 (-179)) (-584 (-221))) 20 T ELT) (((-1183) (-584 (-179)) (-584 (-179))) 21 T ELT)))
+(((-220) (-10 -7 (-15 -1505 ((-1183) (-584 (-179)) (-584 (-179)))) (-15 -1505 ((-1183) (-584 (-179)) (-584 (-179)) (-584 (-221)))) (-15 -1505 ((-1183) (-584 (-855 (-179))))) (-15 -1505 ((-1183) (-584 (-855 (-179))) (-584 (-221)))) (-15 -1505 ((-1184) (-584 (-179)) (-584 (-179)) (-584 (-179)))) (-15 -1505 ((-1184) (-584 (-179)) (-584 (-179)) (-584 (-179)) (-584 (-221)))))) (T -220))
+((-1505 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-584 (-179))) (-5 *4 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-220)))) (-1505 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-584 (-179))) (-5 *2 (-1184)) (-5 *1 (-220)))) (-1505 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-855 (-179)))) (-5 *4 (-584 (-221))) (-5 *2 (-1183)) (-5 *1 (-220)))) (-1505 (*1 *2 *3) (-12 (-5 *3 (-584 (-855 (-179)))) (-5 *2 (-1183)) (-5 *1 (-220)))) (-1505 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-584 (-179))) (-5 *4 (-584 (-221))) (-5 *2 (-1183)) (-5 *1 (-220)))) (-1505 (*1 *2 *3 *3) (-12 (-5 *3 (-584 (-179))) (-5 *2 (-1183)) (-5 *1 (-220)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3883 (($ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) 24 T ELT)) (-1518 (($ (-831)) 81 T ELT)) (-1517 (($ (-831)) 80 T ELT)) (-1776 (($ (-584 (-330))) 87 T ELT)) (-1521 (($ (-330)) 66 T ELT)) (-1520 (($ (-831)) 82 T ELT)) (-1514 (($ (-85)) 33 T ELT)) (-3885 (($ (-1074)) 28 T ELT)) (-1513 (($ (-1074)) 29 T ELT)) (-1519 (($ (-1048 (-179))) 76 T ELT)) (-1932 (($ (-584 (-1002 (-330)))) 72 T ELT)) (-1507 (($ (-584 (-1002 (-330)))) 68 T ELT) (($ (-584 (-1002 (-350 (-485))))) 71 T ELT)) (-1510 (($ (-330)) 38 T ELT) (($ (-784)) 42 T ELT)) (-1506 (((-85) (-584 $) (-1091)) 100 T ELT)) (-1522 (((-3 (-51) "failed") (-584 $) (-1091)) 102 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1509 (($ (-330)) 43 T ELT) (($ (-784)) 44 T ELT)) (-3226 (($ (-1 (-855 (-179)) (-855 (-179)))) 65 T ELT)) (-2267 (($ (-1 (-855 (-179)) (-855 (-179)))) 83 T ELT)) (-1508 (($ (-1 (-179) (-179))) 48 T ELT) (($ (-1 (-179) (-179) (-179))) 52 T ELT) (($ (-1 (-179) (-179) (-179) (-179))) 56 T ELT)) (-3948 (((-773) $) 93 T ELT)) (-1511 (($ (-85)) 34 T ELT) (($ (-584 (-1002 (-330)))) 60 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1927 (($ (-85)) 35 T ELT)) (-3058 (((-85) $ $) 97 T ELT)))
+(((-221) (-13 (-1014) (-10 -8 (-15 -1927 ($ (-85))) (-15 -1511 ($ (-85))) (-15 -3883 ($ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))))) (-15 -3885 ($ (-1074))) (-15 -1513 ($ (-1074))) (-15 -1514 ($ (-85))) (-15 -1511 ($ (-584 (-1002 (-330))))) (-15 -3226 ($ (-1 (-855 (-179)) (-855 (-179))))) (-15 -1510 ($ (-330))) (-15 -1510 ($ (-784))) (-15 -1509 ($ (-330))) (-15 -1509 ($ (-784))) (-15 -1508 ($ (-1 (-179) (-179)))) (-15 -1508 ($ (-1 (-179) (-179) (-179)))) (-15 -1508 ($ (-1 (-179) (-179) (-179) (-179)))) (-15 -1521 ($ (-330))) (-15 -1507 ($ (-584 (-1002 (-330))))) (-15 -1507 ($ (-584 (-1002 (-350 (-485)))))) (-15 -1932 ($ (-584 (-1002 (-330))))) (-15 -1519 ($ (-1048 (-179)))) (-15 -1517 ($ (-831))) (-15 -1518 ($ (-831))) (-15 -1520 ($ (-831))) (-15 -2267 ($ (-1 (-855 (-179)) (-855 (-179))))) (-15 -1776 ($ (-584 (-330)))) (-15 -1522 ((-3 (-51) "failed") (-584 $) (-1091))) (-15 -1506 ((-85) (-584 $) (-1091)))))) (T -221))
+((-1927 (*1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-221)))) (-1511 (*1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-221)))) (-3883 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) (-5 *1 (-221)))) (-3885 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-221)))) (-1513 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-221)))) (-1514 (*1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-221)))) (-1511 (*1 *1 *2) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *1 (-221)))) (-3226 (*1 *1 *2) (-12 (-5 *2 (-1 (-855 (-179)) (-855 (-179)))) (-5 *1 (-221)))) (-1510 (*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-221)))) (-1510 (*1 *1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-221)))) (-1509 (*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-221)))) (-1509 (*1 *1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-221)))) (-1508 (*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *1 (-221)))) (-1508 (*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179) (-179))) (-5 *1 (-221)))) (-1508 (*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179) (-179) (-179))) (-5 *1 (-221)))) (-1521 (*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-221)))) (-1507 (*1 *1 *2) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *1 (-221)))) (-1507 (*1 *1 *2) (-12 (-5 *2 (-584 (-1002 (-350 (-485))))) (-5 *1 (-221)))) (-1932 (*1 *1 *2) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *1 (-221)))) (-1519 (*1 *1 *2) (-12 (-5 *2 (-1048 (-179))) (-5 *1 (-221)))) (-1517 (*1 *1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-221)))) (-1518 (*1 *1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-221)))) (-1520 (*1 *1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-221)))) (-2267 (*1 *1 *2) (-12 (-5 *2 (-1 (-855 (-179)) (-855 (-179)))) (-5 *1 (-221)))) (-1776 (*1 *1 *2) (-12 (-5 *2 (-584 (-330))) (-5 *1 (-221)))) (-1522 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-584 (-221))) (-5 *4 (-1091)) (-5 *2 (-51)) (-5 *1 (-221)))) (-1506 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-221))) (-5 *4 (-1091)) (-5 *2 (-85)) (-5 *1 (-221)))))
+((-3883 (((-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))) (-584 (-221)) (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) 25 T ELT)) (-1518 (((-831) (-584 (-221)) (-831)) 52 T ELT)) (-1517 (((-831) (-584 (-221)) (-831)) 51 T ELT)) (-3853 (((-584 (-330)) (-584 (-221)) (-584 (-330))) 68 T ELT)) (-1521 (((-330) (-584 (-221)) (-330)) 57 T ELT)) (-1520 (((-831) (-584 (-221)) (-831)) 53 T ELT)) (-1514 (((-85) (-584 (-221)) (-85)) 27 T ELT)) (-3885 (((-1074) (-584 (-221)) (-1074)) 19 T ELT)) (-1513 (((-1074) (-584 (-221)) (-1074)) 26 T ELT)) (-1519 (((-1048 (-179)) (-584 (-221))) 46 T ELT)) (-1932 (((-584 (-1002 (-330))) (-584 (-221)) (-584 (-1002 (-330)))) 40 T ELT)) (-1515 (((-784) (-584 (-221)) (-784)) 32 T ELT)) (-1516 (((-784) (-584 (-221)) (-784)) 33 T ELT)) (-2267 (((-1 (-855 (-179)) (-855 (-179))) (-584 (-221)) (-1 (-855 (-179)) (-855 (-179)))) 63 T ELT)) (-1512 (((-85) (-584 (-221)) (-85)) 14 T ELT)) (-1927 (((-85) (-584 (-221)) (-85)) 13 T ELT)))
+(((-222) (-10 -7 (-15 -1927 ((-85) (-584 (-221)) (-85))) (-15 -1512 ((-85) (-584 (-221)) (-85))) (-15 -3883 ((-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))) (-584 (-221)) (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))))) (-15 -3885 ((-1074) (-584 (-221)) (-1074))) (-15 -1513 ((-1074) (-584 (-221)) (-1074))) (-15 -1514 ((-85) (-584 (-221)) (-85))) (-15 -1515 ((-784) (-584 (-221)) (-784))) (-15 -1516 ((-784) (-584 (-221)) (-784))) (-15 -1932 ((-584 (-1002 (-330))) (-584 (-221)) (-584 (-1002 (-330))))) (-15 -1517 ((-831) (-584 (-221)) (-831))) (-15 -1518 ((-831) (-584 (-221)) (-831))) (-15 -1519 ((-1048 (-179)) (-584 (-221)))) (-15 -1520 ((-831) (-584 (-221)) (-831))) (-15 -1521 ((-330) (-584 (-221)) (-330))) (-15 -2267 ((-1 (-855 (-179)) (-855 (-179))) (-584 (-221)) (-1 (-855 (-179)) (-855 (-179))))) (-15 -3853 ((-584 (-330)) (-584 (-221)) (-584 (-330)))))) (T -222))
+((-3853 (*1 *2 *3 *2) (-12 (-5 *2 (-584 (-330))) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-2267 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-855 (-179)) (-855 (-179)))) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1521 (*1 *2 *3 *2) (-12 (-5 *2 (-330)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1520 (*1 *2 *3 *2) (-12 (-5 *2 (-831)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1519 (*1 *2 *3) (-12 (-5 *3 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-222)))) (-1518 (*1 *2 *3 *2) (-12 (-5 *2 (-831)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1517 (*1 *2 *3 *2) (-12 (-5 *2 (-831)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1932 (*1 *2 *3 *2) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1516 (*1 *2 *3 *2) (-12 (-5 *2 (-784)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1515 (*1 *2 *3 *2) (-12 (-5 *2 (-784)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1514 (*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1513 (*1 *2 *3 *2) (-12 (-5 *2 (-1074)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-3885 (*1 *2 *3 *2) (-12 (-5 *2 (-1074)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-3883 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1512 (*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))) (-1927 (*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))))
+((-1522 (((-3 |#1| "failed") (-584 (-221)) (-1091)) 17 T ELT)))
+(((-223 |#1|) (-10 -7 (-15 -1522 ((-3 |#1| "failed") (-584 (-221)) (-1091)))) (-1130)) (T -223))
+((-1522 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-584 (-221))) (-5 *4 (-1091)) (-5 *1 (-223 *2)) (-4 *2 (-1130)))))
+((-3760 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-695)) 11 T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091)) 19 T ELT) (($ $ (-695)) NIL T ELT) (($ $) 16 T ELT)) (-2671 (($ $ (-1 |#2| |#2|)) 12 T ELT) (($ $ (-1 |#2| |#2|) (-695)) 14 T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $) NIL T ELT)))
+(((-224 |#1| |#2|) (-10 -7 (-15 -3760 (|#1| |#1|)) (-15 -2671 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-695))) (-15 -2671 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1| (-1091))) (-15 -2671 (|#1| |#1| (-1091))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -2671 (|#1| |#1| (-584 (-1091)))) (-15 -2671 (|#1| |#1| (-1091) (-695))) (-15 -2671 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -2671 (|#1| |#1| (-1 |#2| |#2|) (-695))) (-15 -2671 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|) (-695))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|)))) (-225 |#2|) (-1130)) (T -224))
+NIL
+((-3760 (($ $ (-1 |#1| |#1|)) 23 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 22 T ELT) (($ $ (-584 (-1091)) (-584 (-695))) 16 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 15 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 14 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091)) 12 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-695)) 10 (|has| |#1| (-189)) ELT) (($ $) 8 (|has| |#1| (-189)) ELT)) (-2671 (($ $ (-1 |#1| |#1|)) 21 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 20 T ELT) (($ $ (-584 (-1091)) (-584 (-695))) 19 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 18 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 17 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091)) 13 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-695)) 11 (|has| |#1| (-189)) ELT) (($ $) 9 (|has| |#1| (-189)) ELT)))
+(((-225 |#1|) (-113) (-1130)) (T -225))
+((-3760 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-225 *3)) (-4 *3 (-1130)))) (-3760 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-695)) (-4 *1 (-225 *4)) (-4 *4 (-1130)))) (-2671 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-225 *3)) (-4 *3 (-1130)))) (-2671 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-695)) (-4 *1 (-225 *4)) (-4 *4 (-1130)))))
+(-13 (-1130) (-10 -8 (-15 -3760 ($ $ (-1 |t#1| |t#1|))) (-15 -3760 ($ $ (-1 |t#1| |t#1|) (-695))) (-15 -2671 ($ $ (-1 |t#1| |t#1|))) (-15 -2671 ($ $ (-1 |t#1| |t#1|) (-695))) (IF (|has| |t#1| (-189)) (-6 (-189)) |%noBranch|) (IF (|has| |t#1| (-812 (-1091))) (-6 (-812 (-1091))) |%noBranch|)))
+(((-186 $) |has| |#1| (-189)) ((-189) |has| |#1| (-189)) ((-13) . T) ((-807 $ (-1091)) |has| |#1| (-812 (-1091))) ((-812 (-1091)) |has| |#1| (-812 (-1091))) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1489 (((-584 (-695)) $) NIL T ELT) (((-584 (-695)) $ |#2|) NIL T ELT)) (-1523 (((-695) $) NIL T ELT) (((-695) $ |#2|) NIL T ELT)) (-3083 (((-584 |#3|) $) NIL T ELT)) (-3085 (((-1086 $) $ |#3|) NIL T ELT) (((-1086 |#1|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 |#3|)) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-1485 (($ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 |#3| #1#) $) NIL T ELT) (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-1040 |#1| |#2|) #1#) $) 23 T ELT)) (-3158 ((|#1| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) ((|#3| $) NIL T ELT) ((|#2| $) NIL T ELT) (((-1040 |#1| |#2|) $) NIL T ELT)) (-3758 (($ $ $ |#3|) NIL (|has| |#1| (-146)) ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ |#3|) NIL (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-822)) ELT)) (-1625 (($ $ |#1| (-470 |#3|) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| |#1| (-797 (-330))) (|has| |#3| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| |#1| (-797 (-485))) (|has| |#3| (-797 (-485)))) ELT)) (-3774 (((-695) $ |#2|) NIL T ELT) (((-695) $) 10 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3086 (($ (-1086 |#1|) |#3|) NIL T ELT) (($ (-1086 $) |#3|) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-470 |#3|)) NIL T ELT) (($ $ |#3| (-695)) NIL T ELT) (($ $ (-584 |#3|) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ |#3|) NIL T ELT)) (-2822 (((-470 |#3|) $) NIL T ELT) (((-695) $ |#3|) NIL T ELT) (((-584 (-695)) $ (-584 |#3|)) NIL T ELT)) (-1626 (($ (-1 (-470 |#3|) (-470 |#3|)) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1524 (((-1 $ (-695)) |#2|) NIL T ELT) (((-1 $ (-695)) $) NIL (|has| |#1| (-190)) ELT)) (-3084 (((-3 |#3| #1#) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1487 ((|#3| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1488 (((-85) $) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| |#3|) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-1486 (($ $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-822)) ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ |#3| |#1|) NIL T ELT) (($ $ (-584 |#3|) (-584 |#1|)) NIL T ELT) (($ $ |#3| $) NIL T ELT) (($ $ (-584 |#3|) (-584 $)) NIL T ELT) (($ $ |#2| $) NIL (|has| |#1| (-190)) ELT) (($ $ (-584 |#2|) (-584 $)) NIL (|has| |#1| (-190)) ELT) (($ $ |#2| |#1|) NIL (|has| |#1| (-190)) ELT) (($ $ (-584 |#2|) (-584 |#1|)) NIL (|has| |#1| (-190)) ELT)) (-3759 (($ $ |#3|) NIL (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 |#3|) (-584 (-695))) NIL T ELT) (($ $ |#3| (-695)) NIL T ELT) (($ $ (-584 |#3|)) NIL T ELT) (($ $ |#3|) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT)) (-1490 (((-584 |#2|) $) NIL T ELT)) (-3950 (((-470 |#3|) $) NIL T ELT) (((-695) $ |#3|) NIL T ELT) (((-584 (-695)) $ (-584 |#3|)) NIL T ELT) (((-695) $ |#2|) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| |#1| (-554 (-801 (-330)))) (|has| |#3| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| |#1| (-554 (-801 (-485)))) (|has| |#3| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| |#1| (-554 (-474))) (|has| |#3| (-554 (-474)))) ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ |#3|) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) 26 T ELT) (($ |#3|) 25 T ELT) (($ |#2|) NIL T ELT) (($ (-1040 |#1| |#2|)) 32 T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-470 |#3|)) NIL T ELT) (($ $ |#3| (-695)) NIL T ELT) (($ $ (-584 |#3|) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-584 |#3|) (-584 (-695))) NIL T ELT) (($ $ |#3| (-695)) NIL T ELT) (($ $ (-584 |#3|)) NIL T ELT) (($ $ |#3|) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-226 |#1| |#2| |#3|) (-13 (-213 |#1| |#2| |#3| (-470 |#3|)) (-951 (-1040 |#1| |#2|))) (-962) (-757) (-228 |#2|)) (T -226))
+NIL
+((-1523 (((-695) $) 37 T ELT)) (-3159 (((-3 |#2| "failed") $) 22 T ELT)) (-3158 ((|#2| $) 33 T ELT)) (-3760 (($ $ (-695)) 18 T ELT) (($ $) 14 T ELT)) (-3948 (((-773) $) 32 T ELT) (($ |#2|) 11 T ELT)) (-3058 (((-85) $ $) 26 T ELT)) (-2687 (((-85) $ $) 36 T ELT)))
+(((-227 |#1| |#2|) (-10 -7 (-15 -1523 ((-695) |#1|)) (-15 -3948 (|#1| |#2|)) (-15 -3159 ((-3 |#2| "failed") |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3760 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-695))) (-15 -2687 ((-85) |#1| |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -3058 ((-85) |#1| |#1|))) (-228 |#2|) (-757)) (T -227))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-1523 (((-695) $) 26 T ELT)) (-3833 ((|#1| $) 27 T ELT)) (-3159 (((-3 |#1| "failed") $) 31 T ELT)) (-3158 ((|#1| $) 32 T ELT)) (-3774 (((-695) $) 28 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-1524 (($ |#1| (-695)) 29 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3760 (($ $ (-695)) 35 T ELT) (($ $) 33 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ |#1|) 30 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2671 (($ $ (-695)) 36 T ELT) (($ $) 34 T ELT)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)))
+(((-228 |#1|) (-113) (-757)) (T -228))
+((-1524 (*1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-228 *2)) (-4 *2 (-757)))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-228 *3)) (-4 *3 (-757)) (-5 *2 (-695)))) (-3833 (*1 *2 *1) (-12 (-4 *1 (-228 *2)) (-4 *2 (-757)))) (-1523 (*1 *2 *1) (-12 (-4 *1 (-228 *3)) (-4 *3 (-757)) (-5 *2 (-695)))))
+(-13 (-757) (-189) (-951 |t#1|) (-10 -8 (-15 -1524 ($ |t#1| (-695))) (-15 -3774 ((-695) $)) (-15 -3833 (|t#1| $)) (-15 -1523 ((-695) $))))
+(((-72) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-186 $) . T) ((-189) . T) ((-13) . T) ((-757) . T) ((-760) . T) ((-951 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1526 (((-584 (-485)) $) 28 T ELT)) (-3950 (((-695) $) 26 T ELT)) (-3948 (((-773) $) 32 T ELT) (($ (-584 (-485))) 22 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1525 (($ (-695)) 29 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 11 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 18 T ELT)))
+(((-229) (-13 (-757) (-10 -8 (-15 -3948 ($ (-584 (-485)))) (-15 -3950 ((-695) $)) (-15 -1526 ((-584 (-485)) $)) (-15 -1525 ($ (-695)))))) (T -229))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-229)))) (-3950 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-229)))) (-1526 (*1 *2 *1) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-229)))) (-1525 (*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-229)))))
+((-3494 ((|#2| |#2|) 77 T ELT)) (-3641 ((|#2| |#2|) 65 T ELT)) (-1555 (((-3 |#2| "failed") |#2| (-584 (-2 (|:| |func| |#2|) (|:| |pole| (-85))))) 123 T ELT)) (-3492 ((|#2| |#2|) 75 T ELT)) (-3640 ((|#2| |#2|) 63 T ELT)) (-3496 ((|#2| |#2|) 79 T ELT)) (-3639 ((|#2| |#2|) 67 T ELT)) (-3629 ((|#2|) 46 T ELT)) (-3597 (((-86) (-86)) 97 T ELT)) (-3944 ((|#2| |#2|) 61 T ELT)) (-1556 (((-85) |#2|) 146 T ELT)) (-1545 ((|#2| |#2|) 193 T ELT)) (-1533 ((|#2| |#2|) 169 T ELT)) (-1528 ((|#2|) 59 T ELT)) (-1527 ((|#2|) 58 T ELT)) (-1543 ((|#2| |#2|) 189 T ELT)) (-1531 ((|#2| |#2|) 165 T ELT)) (-1547 ((|#2| |#2|) 197 T ELT)) (-1535 ((|#2| |#2|) 173 T ELT)) (-1530 ((|#2| |#2|) 161 T ELT)) (-1529 ((|#2| |#2|) 163 T ELT)) (-1548 ((|#2| |#2|) 199 T ELT)) (-1536 ((|#2| |#2|) 175 T ELT)) (-1546 ((|#2| |#2|) 195 T ELT)) (-1534 ((|#2| |#2|) 171 T ELT)) (-1544 ((|#2| |#2|) 191 T ELT)) (-1532 ((|#2| |#2|) 167 T ELT)) (-1551 ((|#2| |#2|) 205 T ELT)) (-1539 ((|#2| |#2|) 181 T ELT)) (-1549 ((|#2| |#2|) 201 T ELT)) (-1537 ((|#2| |#2|) 177 T ELT)) (-1553 ((|#2| |#2|) 209 T ELT)) (-1541 ((|#2| |#2|) 185 T ELT)) (-1554 ((|#2| |#2|) 211 T ELT)) (-1542 ((|#2| |#2|) 187 T ELT)) (-1552 ((|#2| |#2|) 207 T ELT)) (-1540 ((|#2| |#2|) 183 T ELT)) (-1550 ((|#2| |#2|) 203 T ELT)) (-1538 ((|#2| |#2|) 179 T ELT)) (-3945 ((|#2| |#2|) 62 T ELT)) (-3497 ((|#2| |#2|) 80 T ELT)) (-3638 ((|#2| |#2|) 68 T ELT)) (-3495 ((|#2| |#2|) 78 T ELT)) (-3637 ((|#2| |#2|) 66 T ELT)) (-3493 ((|#2| |#2|) 76 T ELT)) (-3636 ((|#2| |#2|) 64 T ELT)) (-2255 (((-85) (-86)) 95 T ELT)) (-3500 ((|#2| |#2|) 83 T ELT)) (-3488 ((|#2| |#2|) 71 T ELT)) (-3498 ((|#2| |#2|) 81 T ELT)) (-3486 ((|#2| |#2|) 69 T ELT)) (-3502 ((|#2| |#2|) 85 T ELT)) (-3490 ((|#2| |#2|) 73 T ELT)) (-3503 ((|#2| |#2|) 86 T ELT)) (-3491 ((|#2| |#2|) 74 T ELT)) (-3501 ((|#2| |#2|) 84 T ELT)) (-3489 ((|#2| |#2|) 72 T ELT)) (-3499 ((|#2| |#2|) 82 T ELT)) (-3487 ((|#2| |#2|) 70 T ELT)))
+(((-230 |#1| |#2|) (-10 -7 (-15 -3945 (|#2| |#2|)) (-15 -3944 (|#2| |#2|)) (-15 -3640 (|#2| |#2|)) (-15 -3636 (|#2| |#2|)) (-15 -3641 (|#2| |#2|)) (-15 -3637 (|#2| |#2|)) (-15 -3639 (|#2| |#2|)) (-15 -3638 (|#2| |#2|)) (-15 -3486 (|#2| |#2|)) (-15 -3487 (|#2| |#2|)) (-15 -3488 (|#2| |#2|)) (-15 -3489 (|#2| |#2|)) (-15 -3490 (|#2| |#2|)) (-15 -3491 (|#2| |#2|)) (-15 -3492 (|#2| |#2|)) (-15 -3493 (|#2| |#2|)) (-15 -3494 (|#2| |#2|)) (-15 -3495 (|#2| |#2|)) (-15 -3496 (|#2| |#2|)) (-15 -3497 (|#2| |#2|)) (-15 -3498 (|#2| |#2|)) (-15 -3499 (|#2| |#2|)) (-15 -3500 (|#2| |#2|)) (-15 -3501 (|#2| |#2|)) (-15 -3502 (|#2| |#2|)) (-15 -3503 (|#2| |#2|)) (-15 -3629 (|#2|)) (-15 -2255 ((-85) (-86))) (-15 -3597 ((-86) (-86))) (-15 -1527 (|#2|)) (-15 -1528 (|#2|)) (-15 -1529 (|#2| |#2|)) (-15 -1530 (|#2| |#2|)) (-15 -1531 (|#2| |#2|)) (-15 -1532 (|#2| |#2|)) (-15 -1533 (|#2| |#2|)) (-15 -1534 (|#2| |#2|)) (-15 -1535 (|#2| |#2|)) (-15 -1536 (|#2| |#2|)) (-15 -1537 (|#2| |#2|)) (-15 -1538 (|#2| |#2|)) (-15 -1539 (|#2| |#2|)) (-15 -1540 (|#2| |#2|)) (-15 -1541 (|#2| |#2|)) (-15 -1542 (|#2| |#2|)) (-15 -1543 (|#2| |#2|)) (-15 -1544 (|#2| |#2|)) (-15 -1545 (|#2| |#2|)) (-15 -1546 (|#2| |#2|)) (-15 -1547 (|#2| |#2|)) (-15 -1548 (|#2| |#2|)) (-15 -1549 (|#2| |#2|)) (-15 -1550 (|#2| |#2|)) (-15 -1551 (|#2| |#2|)) (-15 -1552 (|#2| |#2|)) (-15 -1553 (|#2| |#2|)) (-15 -1554 (|#2| |#2|)) (-15 -1555 ((-3 |#2| "failed") |#2| (-584 (-2 (|:| |func| |#2|) (|:| |pole| (-85)))))) (-15 -1556 ((-85) |#2|))) (-496) (-13 (-364 |#1|) (-916))) (T -230))
+((-1556 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-230 *4 *3)) (-4 *3 (-13 (-364 *4) (-916))))) (-1555 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-584 (-2 (|:| |func| *2) (|:| |pole| (-85))))) (-4 *2 (-13 (-364 *4) (-916))) (-4 *4 (-496)) (-5 *1 (-230 *4 *2)))) (-1554 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1553 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1552 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1551 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1550 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1549 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1548 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1547 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1546 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1545 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1544 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1543 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1542 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1541 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1540 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1539 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1538 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1537 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1536 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1535 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1534 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1533 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1532 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1531 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1530 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1529 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-1528 (*1 *2) (-12 (-4 *2 (-13 (-364 *3) (-916))) (-5 *1 (-230 *3 *2)) (-4 *3 (-496)))) (-1527 (*1 *2) (-12 (-4 *2 (-13 (-364 *3) (-916))) (-5 *1 (-230 *3 *2)) (-4 *3 (-496)))) (-3597 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *3 (-496)) (-5 *1 (-230 *3 *4)) (-4 *4 (-13 (-364 *3) (-916))))) (-2255 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-230 *4 *5)) (-4 *5 (-13 (-364 *4) (-916))))) (-3629 (*1 *2) (-12 (-4 *2 (-13 (-364 *3) (-916))) (-5 *1 (-230 *3 *2)) (-4 *3 (-496)))) (-3503 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3502 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3501 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3500 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3499 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3497 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3496 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3495 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3494 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3493 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3492 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3491 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3490 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3489 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3488 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3487 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3486 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3638 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3639 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3637 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3641 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3636 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3640 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3944 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))) (-3945 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
+((-1559 (((-3 |#2| "failed") (-584 (-551 |#2|)) |#2| (-1091)) 151 T ELT)) (-1561 ((|#2| (-350 (-485)) |#2|) 49 T ELT)) (-1560 ((|#2| |#2| (-551 |#2|)) 144 T ELT)) (-1557 (((-2 (|:| |func| |#2|) (|:| |kers| (-584 (-551 |#2|))) (|:| |vals| (-584 |#2|))) |#2| (-1091)) 143 T ELT)) (-1558 ((|#2| |#2| (-1091)) 20 T ELT) ((|#2| |#2|) 23 T ELT)) (-2445 ((|#2| |#2| (-1091)) 157 T ELT) ((|#2| |#2|) 155 T ELT)))
+(((-231 |#1| |#2|) (-10 -7 (-15 -2445 (|#2| |#2|)) (-15 -2445 (|#2| |#2| (-1091))) (-15 -1557 ((-2 (|:| |func| |#2|) (|:| |kers| (-584 (-551 |#2|))) (|:| |vals| (-584 |#2|))) |#2| (-1091))) (-15 -1558 (|#2| |#2|)) (-15 -1558 (|#2| |#2| (-1091))) (-15 -1559 ((-3 |#2| "failed") (-584 (-551 |#2|)) |#2| (-1091))) (-15 -1560 (|#2| |#2| (-551 |#2|))) (-15 -1561 (|#2| (-350 (-485)) |#2|))) (-13 (-496) (-951 (-485)) (-581 (-485))) (-13 (-27) (-1116) (-364 |#1|))) (T -231))
+((-1561 (*1 *2 *3 *2) (-12 (-5 *3 (-350 (-485))) (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))))) (-1560 (*1 *2 *2 *3) (-12 (-5 *3 (-551 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))) (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *4 *2)))) (-1559 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-584 (-551 *2))) (-5 *4 (-1091)) (-4 *2 (-13 (-27) (-1116) (-364 *5))) (-4 *5 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *5 *2)))) (-1558 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))))) (-1558 (*1 *2 *2) (-12 (-4 *3 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *3))))) (-1557 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-584 (-551 *3))) (|:| |vals| (-584 *3)))) (-5 *1 (-231 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))) (-2445 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))))) (-2445 (*1 *2 *2) (-12 (-4 *3 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *3))))))
+((-2977 (((-3 |#3| #1="failed") |#3|) 120 T ELT)) (-3494 ((|#3| |#3|) 142 T ELT)) (-2965 (((-3 |#3| #1#) |#3|) 89 T ELT)) (-3641 ((|#3| |#3|) 132 T ELT)) (-2975 (((-3 |#3| #1#) |#3|) 65 T ELT)) (-3492 ((|#3| |#3|) 140 T ELT)) (-2963 (((-3 |#3| #1#) |#3|) 53 T ELT)) (-3640 ((|#3| |#3|) 130 T ELT)) (-2979 (((-3 |#3| #1#) |#3|) 122 T ELT)) (-3496 ((|#3| |#3|) 144 T ELT)) (-2967 (((-3 |#3| #1#) |#3|) 91 T ELT)) (-3639 ((|#3| |#3|) 134 T ELT)) (-2960 (((-3 |#3| #1#) |#3| (-695)) 41 T ELT)) (-2962 (((-3 |#3| #1#) |#3|) 81 T ELT)) (-3944 ((|#3| |#3|) 129 T ELT)) (-2961 (((-3 |#3| #1#) |#3|) 51 T ELT)) (-3945 ((|#3| |#3|) 128 T ELT)) (-2980 (((-3 |#3| #1#) |#3|) 123 T ELT)) (-3497 ((|#3| |#3|) 145 T ELT)) (-2968 (((-3 |#3| #1#) |#3|) 92 T ELT)) (-3638 ((|#3| |#3|) 135 T ELT)) (-2978 (((-3 |#3| #1#) |#3|) 121 T ELT)) (-3495 ((|#3| |#3|) 143 T ELT)) (-2966 (((-3 |#3| #1#) |#3|) 90 T ELT)) (-3637 ((|#3| |#3|) 133 T ELT)) (-2976 (((-3 |#3| #1#) |#3|) 67 T ELT)) (-3493 ((|#3| |#3|) 141 T ELT)) (-2964 (((-3 |#3| #1#) |#3|) 55 T ELT)) (-3636 ((|#3| |#3|) 131 T ELT)) (-2983 (((-3 |#3| #1#) |#3|) 73 T ELT)) (-3500 ((|#3| |#3|) 148 T ELT)) (-2971 (((-3 |#3| #1#) |#3|) 114 T ELT)) (-3488 ((|#3| |#3|) 152 T ELT)) (-2981 (((-3 |#3| #1#) |#3|) 69 T ELT)) (-3498 ((|#3| |#3|) 146 T ELT)) (-2969 (((-3 |#3| #1#) |#3|) 57 T ELT)) (-3486 ((|#3| |#3|) 136 T ELT)) (-2985 (((-3 |#3| #1#) |#3|) 77 T ELT)) (-3502 ((|#3| |#3|) 150 T ELT)) (-2973 (((-3 |#3| #1#) |#3|) 61 T ELT)) (-3490 ((|#3| |#3|) 138 T ELT)) (-2986 (((-3 |#3| #1#) |#3|) 79 T ELT)) (-3503 ((|#3| |#3|) 151 T ELT)) (-2974 (((-3 |#3| #1#) |#3|) 63 T ELT)) (-3491 ((|#3| |#3|) 139 T ELT)) (-2984 (((-3 |#3| #1#) |#3|) 75 T ELT)) (-3501 ((|#3| |#3|) 149 T ELT)) (-2972 (((-3 |#3| #1#) |#3|) 117 T ELT)) (-3489 ((|#3| |#3|) 153 T ELT)) (-2982 (((-3 |#3| #1#) |#3|) 71 T ELT)) (-3499 ((|#3| |#3|) 147 T ELT)) (-2970 (((-3 |#3| #1#) |#3|) 59 T ELT)) (-3487 ((|#3| |#3|) 137 T ELT)) (** ((|#3| |#3| (-350 (-485))) 47 (|has| |#1| (-312)) ELT)))
+(((-232 |#1| |#2| |#3|) (-13 (-897 |#3|) (-10 -7 (IF (|has| |#1| (-312)) (-15 ** (|#3| |#3| (-350 (-485)))) |%noBranch|) (-15 -3945 (|#3| |#3|)) (-15 -3944 (|#3| |#3|)) (-15 -3640 (|#3| |#3|)) (-15 -3636 (|#3| |#3|)) (-15 -3641 (|#3| |#3|)) (-15 -3637 (|#3| |#3|)) (-15 -3639 (|#3| |#3|)) (-15 -3638 (|#3| |#3|)) (-15 -3486 (|#3| |#3|)) (-15 -3487 (|#3| |#3|)) (-15 -3488 (|#3| |#3|)) (-15 -3489 (|#3| |#3|)) (-15 -3490 (|#3| |#3|)) (-15 -3491 (|#3| |#3|)) (-15 -3492 (|#3| |#3|)) (-15 -3493 (|#3| |#3|)) (-15 -3494 (|#3| |#3|)) (-15 -3495 (|#3| |#3|)) (-15 -3496 (|#3| |#3|)) (-15 -3497 (|#3| |#3|)) (-15 -3498 (|#3| |#3|)) (-15 -3499 (|#3| |#3|)) (-15 -3500 (|#3| |#3|)) (-15 -3501 (|#3| |#3|)) (-15 -3502 (|#3| |#3|)) (-15 -3503 (|#3| |#3|)))) (-38 (-350 (-485))) (-1173 |#1|) (-1144 |#1| |#2|)) (T -232))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-350 (-485))) (-4 *4 (-312)) (-4 *4 (-38 *3)) (-4 *5 (-1173 *4)) (-5 *1 (-232 *4 *5 *2)) (-4 *2 (-1144 *4 *5)))) (-3945 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3944 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3640 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3636 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3641 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3637 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3639 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3638 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3486 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3487 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3488 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3489 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3490 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3491 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3492 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3493 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3494 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3495 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3496 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3497 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3499 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3500 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3501 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3502 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))) (-3503 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2)) (-4 *2 (-1144 *3 *4)))))
+((-2977 (((-3 |#3| #1="failed") |#3|) 70 T ELT)) (-3494 ((|#3| |#3|) 137 T ELT)) (-2965 (((-3 |#3| #1#) |#3|) 54 T ELT)) (-3641 ((|#3| |#3|) 125 T ELT)) (-2975 (((-3 |#3| #1#) |#3|) 66 T ELT)) (-3492 ((|#3| |#3|) 135 T ELT)) (-2963 (((-3 |#3| #1#) |#3|) 50 T ELT)) (-3640 ((|#3| |#3|) 123 T ELT)) (-2979 (((-3 |#3| #1#) |#3|) 74 T ELT)) (-3496 ((|#3| |#3|) 139 T ELT)) (-2967 (((-3 |#3| #1#) |#3|) 58 T ELT)) (-3639 ((|#3| |#3|) 127 T ELT)) (-2960 (((-3 |#3| #1#) |#3| (-695)) 38 T ELT)) (-2962 (((-3 |#3| #1#) |#3|) 48 T ELT)) (-3944 ((|#3| |#3|) 111 T ELT)) (-2961 (((-3 |#3| #1#) |#3|) 46 T ELT)) (-3945 ((|#3| |#3|) 122 T ELT)) (-2980 (((-3 |#3| #1#) |#3|) 76 T ELT)) (-3497 ((|#3| |#3|) 140 T ELT)) (-2968 (((-3 |#3| #1#) |#3|) 60 T ELT)) (-3638 ((|#3| |#3|) 128 T ELT)) (-2978 (((-3 |#3| #1#) |#3|) 72 T ELT)) (-3495 ((|#3| |#3|) 138 T ELT)) (-2966 (((-3 |#3| #1#) |#3|) 56 T ELT)) (-3637 ((|#3| |#3|) 126 T ELT)) (-2976 (((-3 |#3| #1#) |#3|) 68 T ELT)) (-3493 ((|#3| |#3|) 136 T ELT)) (-2964 (((-3 |#3| #1#) |#3|) 52 T ELT)) (-3636 ((|#3| |#3|) 124 T ELT)) (-2983 (((-3 |#3| #1#) |#3|) 78 T ELT)) (-3500 ((|#3| |#3|) 143 T ELT)) (-2971 (((-3 |#3| #1#) |#3|) 62 T ELT)) (-3488 ((|#3| |#3|) 131 T ELT)) (-2981 (((-3 |#3| #1#) |#3|) 112 T ELT)) (-3498 ((|#3| |#3|) 141 T ELT)) (-2969 (((-3 |#3| #1#) |#3|) 100 T ELT)) (-3486 ((|#3| |#3|) 129 T ELT)) (-2985 (((-3 |#3| #1#) |#3|) 116 T ELT)) (-3502 ((|#3| |#3|) 145 T ELT)) (-2973 (((-3 |#3| #1#) |#3|) 107 T ELT)) (-3490 ((|#3| |#3|) 133 T ELT)) (-2986 (((-3 |#3| #1#) |#3|) 117 T ELT)) (-3503 ((|#3| |#3|) 146 T ELT)) (-2974 (((-3 |#3| #1#) |#3|) 109 T ELT)) (-3491 ((|#3| |#3|) 134 T ELT)) (-2984 (((-3 |#3| #1#) |#3|) 80 T ELT)) (-3501 ((|#3| |#3|) 144 T ELT)) (-2972 (((-3 |#3| #1#) |#3|) 64 T ELT)) (-3489 ((|#3| |#3|) 132 T ELT)) (-2982 (((-3 |#3| #1#) |#3|) 113 T ELT)) (-3499 ((|#3| |#3|) 142 T ELT)) (-2970 (((-3 |#3| #1#) |#3|) 103 T ELT)) (-3487 ((|#3| |#3|) 130 T ELT)) (** ((|#3| |#3| (-350 (-485))) 44 (|has| |#1| (-312)) ELT)))
+(((-233 |#1| |#2| |#3| |#4|) (-13 (-897 |#3|) (-10 -7 (IF (|has| |#1| (-312)) (-15 ** (|#3| |#3| (-350 (-485)))) |%noBranch|) (-15 -3945 (|#3| |#3|)) (-15 -3944 (|#3| |#3|)) (-15 -3640 (|#3| |#3|)) (-15 -3636 (|#3| |#3|)) (-15 -3641 (|#3| |#3|)) (-15 -3637 (|#3| |#3|)) (-15 -3639 (|#3| |#3|)) (-15 -3638 (|#3| |#3|)) (-15 -3486 (|#3| |#3|)) (-15 -3487 (|#3| |#3|)) (-15 -3488 (|#3| |#3|)) (-15 -3489 (|#3| |#3|)) (-15 -3490 (|#3| |#3|)) (-15 -3491 (|#3| |#3|)) (-15 -3492 (|#3| |#3|)) (-15 -3493 (|#3| |#3|)) (-15 -3494 (|#3| |#3|)) (-15 -3495 (|#3| |#3|)) (-15 -3496 (|#3| |#3|)) (-15 -3497 (|#3| |#3|)) (-15 -3498 (|#3| |#3|)) (-15 -3499 (|#3| |#3|)) (-15 -3500 (|#3| |#3|)) (-15 -3501 (|#3| |#3|)) (-15 -3502 (|#3| |#3|)) (-15 -3503 (|#3| |#3|)))) (-38 (-350 (-485))) (-1142 |#1|) (-1165 |#1| |#2|) (-897 |#2|)) (T -233))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-350 (-485))) (-4 *4 (-312)) (-4 *4 (-38 *3)) (-4 *5 (-1142 *4)) (-5 *1 (-233 *4 *5 *2 *6)) (-4 *2 (-1165 *4 *5)) (-4 *6 (-897 *5)))) (-3945 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3944 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3640 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3636 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3641 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3637 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3639 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3638 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3486 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3487 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3488 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3489 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3490 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3491 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3492 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3493 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3494 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3495 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3496 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3497 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3499 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3500 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3501 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3502 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))) (-3503 (*1 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3)) (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4)))))
+((-1564 (((-85) $) 20 T ELT)) (-1566 (((-1096) $) 9 T ELT)) (-3571 (((-3 (-447) #1="failed") $) 15 T ELT)) (-3570 (((-3 (-584 $) #1#) $) NIL T ELT)) (-1563 (((-3 (-447) #1#) $) 21 T ELT)) (-1565 (((-3 (-1016) #1#) $) 19 T ELT)) (-3955 (((-85) $) 17 T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1562 (((-85) $) 10 T ELT)))
+(((-234) (-13 (-553 (-773)) (-10 -8 (-15 -1566 ((-1096) $)) (-15 -3955 ((-85) $)) (-15 -1565 ((-3 (-1016) #1="failed") $)) (-15 -1564 ((-85) $)) (-15 -1563 ((-3 (-447) #1#) $)) (-15 -1562 ((-85) $)) (-15 -3571 ((-3 (-447) #1#) $)) (-15 -3570 ((-3 (-584 $) #1#) $))))) (T -234))
+((-1566 (*1 *2 *1) (-12 (-5 *2 (-1096)) (-5 *1 (-234)))) (-3955 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-234)))) (-1565 (*1 *2 *1) (|partial| -12 (-5 *2 (-1016)) (-5 *1 (-234)))) (-1564 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-234)))) (-1563 (*1 *2 *1) (|partial| -12 (-5 *2 (-447)) (-5 *1 (-234)))) (-1562 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-234)))) (-3571 (*1 *2 *1) (|partial| -12 (-5 *2 (-447)) (-5 *1 (-234)))) (-3570 (*1 *2 *1) (|partial| -12 (-5 *2 (-584 (-234))) (-5 *1 (-234)))))
+((-1568 (((-533) $) 10 T ELT)) (-1569 (((-523) $) 8 T ELT)) (-1567 (((-247) $) 12 T ELT)) (-1570 (($ (-523) (-533) (-247)) NIL T ELT)) (-3948 (((-773) $) 19 T ELT)))
+(((-235) (-13 (-553 (-773)) (-10 -8 (-15 -1570 ($ (-523) (-533) (-247))) (-15 -1569 ((-523) $)) (-15 -1568 ((-533) $)) (-15 -1567 ((-247) $))))) (T -235))
+((-1570 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-523)) (-5 *3 (-533)) (-5 *4 (-247)) (-5 *1 (-235)))) (-1569 (*1 *2 *1) (-12 (-5 *2 (-523)) (-5 *1 (-235)))) (-1568 (*1 *2 *1) (-12 (-5 *2 (-533)) (-5 *1 (-235)))) (-1567 (*1 *2 *1) (-12 (-5 *2 (-247)) (-5 *1 (-235)))))
+((-3712 (($ (-1 (-85) |#2|) $) 24 T ELT)) (-1354 (($ $) 38 T ELT)) (-3407 (($ (-1 (-85) |#2|) $) NIL T ELT) (($ |#2| $) 36 T ELT)) (-3408 (($ |#2| $) 34 T ELT) (($ (-1 (-85) |#2|) $) 18 T ELT)) (-2858 (($ (-1 (-85) |#2| |#2|) $ $) NIL T ELT) (($ $ $) 42 T ELT)) (-2305 (($ |#2| $ (-485)) 20 T ELT) (($ $ $ (-485)) 22 T ELT)) (-2306 (($ $ (-485)) 11 T ELT) (($ $ (-1147 (-485))) 14 T ELT)) (-3793 (($ $ |#2|) 32 T ELT) (($ $ $) NIL T ELT)) (-3804 (($ $ |#2|) 31 T ELT) (($ |#2| $) NIL T ELT) (($ $ $) 26 T ELT) (($ (-584 $)) NIL T ELT)))
+(((-236 |#1| |#2|) (-10 -7 (-15 -2858 (|#1| |#1| |#1|)) (-15 -3407 (|#1| |#2| |#1|)) (-15 -2858 (|#1| (-1 (-85) |#2| |#2|) |#1| |#1|)) (-15 -3407 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3793 (|#1| |#1| |#1|)) (-15 -3793 (|#1| |#1| |#2|)) (-15 -2305 (|#1| |#1| |#1| (-485))) (-15 -2305 (|#1| |#2| |#1| (-485))) (-15 -2306 (|#1| |#1| (-1147 (-485)))) (-15 -2306 (|#1| |#1| (-485))) (-15 -3804 (|#1| (-584 |#1|))) (-15 -3804 (|#1| |#1| |#1|)) (-15 -3804 (|#1| |#2| |#1|)) (-15 -3804 (|#1| |#1| |#2|)) (-15 -3408 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3712 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3408 (|#1| |#2| |#1|)) (-15 -1354 (|#1| |#1|))) (-237 |#2|) (-1130)) (T -236))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-2199 (((-1186) $ (-485) (-485)) 34 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ (-485) |#1|) 46 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) 54 (|has| $ (-1036 |#1|)) ELT)) (-1571 (($ (-1 (-85) |#1|) $) 83 T ELT)) (-3712 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-2369 (($ $) 81 (|has| |#1| (-72)) ELT)) (-1354 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ (-1 (-85) |#1|) $) 87 T ELT) (($ |#1| $) 82 (|has| |#1| (-72)) ELT)) (-3408 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-1577 ((|#1| $ (-485) |#1|) 47 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 45 T ELT)) (-3616 (($ (-695) |#1|) 64 T ELT)) (-2201 (((-485) $) 37 (|has| (-485) (-757)) ELT)) (-2858 (($ (-1 (-85) |#1| |#1|) $ $) 84 T ELT) (($ $ $) 80 (|has| |#1| (-757)) ELT)) (-2202 (((-485) $) 38 (|has| (-485) (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 92 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3611 (($ |#1| $ (-485)) 86 T ELT) (($ $ $ (-485)) 85 T ELT)) (-2305 (($ |#1| $ (-485)) 56 T ELT) (($ $ $ (-485)) 55 T ELT)) (-2204 (((-584 (-485)) $) 40 T ELT)) (-2205 (((-85) (-485) $) 41 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) 36 (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2200 (($ $ |#1|) 35 (|has| $ (-1036 |#1|)) ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) 42 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ (-485) |#1|) 44 T ELT) ((|#1| $ (-485)) 43 T ELT) (($ $ (-1147 (-485))) 65 T ELT)) (-1572 (($ $ (-485)) 89 T ELT) (($ $ (-1147 (-485))) 88 T ELT)) (-2306 (($ $ (-485)) 58 T ELT) (($ $ (-1147 (-485))) 57 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 72 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 66 T ELT)) (-3793 (($ $ |#1|) 91 T ELT) (($ $ $) 90 T ELT)) (-3804 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-584 $)) 60 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-237 |#1|) (-113) (-1130)) (T -237))
+((-3793 (*1 *1 *1 *2) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1130)))) (-3793 (*1 *1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1130)))) (-1572 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-237 *3)) (-4 *3 (-1130)))) (-1572 (*1 *1 *1 *2) (-12 (-5 *2 (-1147 (-485))) (-4 *1 (-237 *3)) (-4 *3 (-1130)))) (-3407 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-237 *3)) (-4 *3 (-1130)))) (-3611 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-237 *2)) (-4 *2 (-1130)))) (-3611 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-237 *3)) (-4 *3 (-1130)))) (-2858 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-237 *3)) (-4 *3 (-1130)))) (-1571 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-237 *3)) (-4 *3 (-1130)))) (-3407 (*1 *1 *2 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1130)) (-4 *2 (-72)))) (-2369 (*1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1130)) (-4 *2 (-72)))) (-2858 (*1 *1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1130)) (-4 *2 (-757)))))
+(-13 (-594 |t#1|) (-1036 |t#1|) (-10 -8 (-15 -3793 ($ $ |t#1|)) (-15 -3793 ($ $ $)) (-15 -1572 ($ $ (-485))) (-15 -1572 ($ $ (-1147 (-485)))) (-15 -3407 ($ (-1 (-85) |t#1|) $)) (-15 -3611 ($ |t#1| $ (-485))) (-15 -3611 ($ $ $ (-485))) (-15 -2858 ($ (-1 (-85) |t#1| |t#1|) $ $)) (-15 -1571 ($ (-1 (-85) |t#1|) $)) (IF (|has| |t#1| (-72)) (PROGN (-15 -3407 ($ |t#1| $)) (-15 -2369 ($ $))) |%noBranch|) (IF (|has| |t#1| (-757)) (-15 -2858 ($ $ $)) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-241 (-485) |#1|) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-539 (-485) |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-594 |#1|) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1130) . T))
((** (($ $ $) 10 T ELT)))
(((-238 |#1|) (-10 -7 (-15 ** (|#1| |#1| |#1|))) (-239)) (T -238))
NIL
-((-3943 (($ $) 6 T ELT)) (-3944 (($ $) 7 T ELT)) (** (($ $ $) 8 T ELT)))
+((-3944 (($ $) 6 T ELT)) (-3945 (($ $) 7 T ELT)) (** (($ $ $) 8 T ELT)))
(((-239) (-113)) (T -239))
-((** (*1 *1 *1 *1) (-4 *1 (-239))) (-3944 (*1 *1 *1) (-4 *1 (-239))) (-3943 (*1 *1 *1) (-4 *1 (-239))))
-(-13 (-10 -8 (-15 -3943 ($ $)) (-15 -3944 ($ $)) (-15 ** ($ $ $))))
-((-1575 (((-583 (-1069 |#1|)) (-1069 |#1|) |#1|) 35 T ELT)) (-1572 ((|#2| |#2| |#1|) 39 T ELT)) (-1574 ((|#2| |#2| |#1|) 41 T ELT)) (-1573 ((|#2| |#2| |#1|) 40 T ELT)))
-(((-240 |#1| |#2|) (-10 -7 (-15 -1572 (|#2| |#2| |#1|)) (-15 -1573 (|#2| |#2| |#1|)) (-15 -1574 (|#2| |#2| |#1|)) (-15 -1575 ((-583 (-1069 |#1|)) (-1069 |#1|) |#1|))) (-312) (-1172 |#1|)) (T -240))
-((-1575 (*1 *2 *3 *4) (-12 (-4 *4 (-312)) (-5 *2 (-583 (-1069 *4))) (-5 *1 (-240 *4 *5)) (-5 *3 (-1069 *4)) (-4 *5 (-1172 *4)))) (-1574 (*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1172 *3)))) (-1573 (*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1172 *3)))) (-1572 (*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1172 *3)))))
-((-3801 ((|#2| $ |#1|) 6 T ELT)))
-(((-241 |#1| |#2|) (-113) (-1129) (-1129)) (T -241))
-((-3801 (*1 *2 *1 *3) (-12 (-4 *1 (-241 *3 *2)) (-4 *3 (-1129)) (-4 *2 (-1129)))))
-(-13 (-1129) (-10 -8 (-15 -3801 (|t#2| $ |t#1|))))
-(((-13) . T) ((-1129) . T))
-((-1576 ((|#3| $ |#2| |#3|) 12 T ELT)) (-3113 ((|#3| $ |#2|) 10 T ELT)))
-(((-242 |#1| |#2| |#3|) (-10 -7 (-15 -1576 (|#3| |#1| |#2| |#3|)) (-15 -3113 (|#3| |#1| |#2|))) (-243 |#2| |#3|) (-1013) (-1129)) (T -242))
-NIL
-((-3789 ((|#2| $ |#1| |#2|) 10 (|has| $ (-1035 |#2|)) ELT)) (-1576 ((|#2| $ |#1| |#2|) 9 (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ |#1|) 11 T ELT)) (-3801 ((|#2| $ |#1|) 6 T ELT) ((|#2| $ |#1| |#2|) 12 T ELT)))
-(((-243 |#1| |#2|) (-113) (-1013) (-1129)) (T -243))
-((-3801 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-243 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1129)))) (-3113 (*1 *2 *1 *3) (-12 (-4 *1 (-243 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1129)))) (-3789 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-243 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1129)))) (-1576 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-243 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1129)))))
-(-13 (-241 |t#1| |t#2|) (-10 -8 (-15 -3801 (|t#2| $ |t#1| |t#2|)) (-15 -3113 (|t#2| $ |t#1|)) (IF (|has| $ (-1035 |t#2|)) (PROGN (-15 -3789 (|t#2| $ |t#1| |t#2|)) (-15 -1576 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
-(((-241 |#1| |#2|) . T) ((-13) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 37 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 44 T ELT)) (-2063 (($ $) 41 T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2565 (($ $ $) 35 T ELT)) (-3843 (($ |#2| |#3|) 18 T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2615 ((|#3| $) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 19 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-2402 (((-3 $ #1#) $ $) NIL T ELT)) (-1607 (((-694) $) 36 T ELT)) (-3801 ((|#2| $ |#2|) 46 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 23 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) ((|#2| $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 31 T CONST)) (-2667 (($) 39 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 40 T ELT)))
-(((-244 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-258) (-241 |#2| |#2|) (-10 -8 (-15 -2615 (|#3| $)) (-15 -3947 (|#2| $)) (-15 -3843 ($ |#2| |#3|)) (-15 -2402 ((-3 $ #1="failed") $ $)) (-15 -3468 ((-3 $ #1#) $)) (-15 -2485 ($ $)))) (-146) (-1155 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| #1#) |#3| |#3|) (-1 (-3 |#2| #1#) |#2| |#2| |#3|)) (T -244))
-((-3468 (*1 *1 *1) (|partial| -12 (-4 *2 (-146)) (-5 *1 (-244 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1155 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4)) (-14 *6 (-1 (-3 *4 #1="failed") *4 *4)) (-14 *7 (-1 (-3 *3 #2="failed") *3 *3 *4)))) (-2615 (*1 *2 *1) (-12 (-4 *3 (-146)) (-4 *2 (-23)) (-5 *1 (-244 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1155 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 #1#) *2 *2)) (-14 *7 (-1 (-3 *4 #2#) *4 *4 *2)))) (-3947 (*1 *2 *1) (-12 (-4 *2 (-1155 *3)) (-5 *1 (-244 *3 *2 *4 *5 *6 *7)) (-4 *3 (-146)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4)) (-14 *6 (-1 (-3 *4 #1#) *4 *4)) (-14 *7 (-1 (-3 *2 #2#) *2 *2 *4)))) (-3843 (*1 *1 *2 *3) (-12 (-4 *4 (-146)) (-5 *1 (-244 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1155 *4)) (-4 *3 (-23)) (-14 *5 (-1 *2 *2 *3)) (-14 *6 (-1 (-3 *3 #1#) *3 *3)) (-14 *7 (-1 (-3 *2 #2#) *2 *2 *3)))) (-2402 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-146)) (-5 *1 (-244 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1155 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4)) (-14 *6 (-1 (-3 *4 #1#) *4 *4)) (-14 *7 (-1 (-3 *3 #2#) *3 *3 *4)))) (-2485 (*1 *1 *1) (-12 (-4 *2 (-146)) (-5 *1 (-244 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1155 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4)) (-14 *6 (-1 (-3 *4 #1#) *4 *4)) (-14 *7 (-1 (-3 *3 #2#) *3 *3 *4)))))
-((-3126 (((-85) $ $) 10 T ELT)))
-(((-245 |#1|) (-10 -7 (-15 -3126 ((-85) |#1| |#1|))) (-246)) (T -245))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
+((** (*1 *1 *1 *1) (-4 *1 (-239))) (-3945 (*1 *1 *1) (-4 *1 (-239))) (-3944 (*1 *1 *1) (-4 *1 (-239))))
+(-13 (-10 -8 (-15 -3944 ($ $)) (-15 -3945 ($ $)) (-15 ** ($ $ $))))
+((-1576 (((-584 (-1070 |#1|)) (-1070 |#1|) |#1|) 35 T ELT)) (-1573 ((|#2| |#2| |#1|) 39 T ELT)) (-1575 ((|#2| |#2| |#1|) 41 T ELT)) (-1574 ((|#2| |#2| |#1|) 40 T ELT)))
+(((-240 |#1| |#2|) (-10 -7 (-15 -1573 (|#2| |#2| |#1|)) (-15 -1574 (|#2| |#2| |#1|)) (-15 -1575 (|#2| |#2| |#1|)) (-15 -1576 ((-584 (-1070 |#1|)) (-1070 |#1|) |#1|))) (-312) (-1173 |#1|)) (T -240))
+((-1576 (*1 *2 *3 *4) (-12 (-4 *4 (-312)) (-5 *2 (-584 (-1070 *4))) (-5 *1 (-240 *4 *5)) (-5 *3 (-1070 *4)) (-4 *5 (-1173 *4)))) (-1575 (*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1173 *3)))) (-1574 (*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1173 *3)))) (-1573 (*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1173 *3)))))
+((-3802 ((|#2| $ |#1|) 6 T ELT)))
+(((-241 |#1| |#2|) (-113) (-1130) (-1130)) (T -241))
+((-3802 (*1 *2 *1 *3) (-12 (-4 *1 (-241 *3 *2)) (-4 *3 (-1130)) (-4 *2 (-1130)))))
+(-13 (-1130) (-10 -8 (-15 -3802 (|t#2| $ |t#1|))))
+(((-13) . T) ((-1130) . T))
+((-1577 ((|#3| $ |#2| |#3|) 12 T ELT)) (-3114 ((|#3| $ |#2|) 10 T ELT)))
+(((-242 |#1| |#2| |#3|) (-10 -7 (-15 -1577 (|#3| |#1| |#2| |#3|)) (-15 -3114 (|#3| |#1| |#2|))) (-243 |#2| |#3|) (-1014) (-1130)) (T -242))
+NIL
+((-3790 ((|#2| $ |#1| |#2|) 10 (|has| $ (-1036 |#2|)) ELT)) (-1577 ((|#2| $ |#1| |#2|) 9 (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ |#1|) 11 T ELT)) (-3802 ((|#2| $ |#1|) 6 T ELT) ((|#2| $ |#1| |#2|) 12 T ELT)))
+(((-243 |#1| |#2|) (-113) (-1014) (-1130)) (T -243))
+((-3802 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-243 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1130)))) (-3114 (*1 *2 *1 *3) (-12 (-4 *1 (-243 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1130)))) (-3790 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-243 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1130)))) (-1577 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-243 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1130)))))
+(-13 (-241 |t#1| |t#2|) (-10 -8 (-15 -3802 (|t#2| $ |t#1| |t#2|)) (-15 -3114 (|t#2| $ |t#1|)) (IF (|has| $ (-1036 |t#2|)) (PROGN (-15 -3790 (|t#2| $ |t#1| |t#2|)) (-15 -1577 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
+(((-241 |#1| |#2|) . T) ((-13) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 37 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 44 T ELT)) (-2064 (($ $) 41 T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2566 (($ $ $) 35 T ELT)) (-3844 (($ |#2| |#3|) 18 T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2616 ((|#3| $) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 19 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-2403 (((-3 $ #1#) $ $) NIL T ELT)) (-1608 (((-695) $) 36 T ELT)) (-3802 ((|#2| $ |#2|) 46 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 23 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) ((|#2| $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 31 T CONST)) (-2668 (($) 39 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 40 T ELT)))
+(((-244 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-258) (-241 |#2| |#2|) (-10 -8 (-15 -2616 (|#3| $)) (-15 -3948 (|#2| $)) (-15 -3844 ($ |#2| |#3|)) (-15 -2403 ((-3 $ #1="failed") $ $)) (-15 -3469 ((-3 $ #1#) $)) (-15 -2486 ($ $)))) (-146) (-1156 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| #1#) |#3| |#3|) (-1 (-3 |#2| #1#) |#2| |#2| |#3|)) (T -244))
+((-3469 (*1 *1 *1) (|partial| -12 (-4 *2 (-146)) (-5 *1 (-244 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1156 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4)) (-14 *6 (-1 (-3 *4 #1="failed") *4 *4)) (-14 *7 (-1 (-3 *3 #2="failed") *3 *3 *4)))) (-2616 (*1 *2 *1) (-12 (-4 *3 (-146)) (-4 *2 (-23)) (-5 *1 (-244 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1156 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 #1#) *2 *2)) (-14 *7 (-1 (-3 *4 #2#) *4 *4 *2)))) (-3948 (*1 *2 *1) (-12 (-4 *2 (-1156 *3)) (-5 *1 (-244 *3 *2 *4 *5 *6 *7)) (-4 *3 (-146)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4)) (-14 *6 (-1 (-3 *4 #1#) *4 *4)) (-14 *7 (-1 (-3 *2 #2#) *2 *2 *4)))) (-3844 (*1 *1 *2 *3) (-12 (-4 *4 (-146)) (-5 *1 (-244 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1156 *4)) (-4 *3 (-23)) (-14 *5 (-1 *2 *2 *3)) (-14 *6 (-1 (-3 *3 #1#) *3 *3)) (-14 *7 (-1 (-3 *2 #2#) *2 *2 *3)))) (-2403 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-146)) (-5 *1 (-244 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1156 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4)) (-14 *6 (-1 (-3 *4 #1#) *4 *4)) (-14 *7 (-1 (-3 *3 #2#) *3 *3 *4)))) (-2486 (*1 *1 *1) (-12 (-4 *2 (-146)) (-5 *1 (-244 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1156 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4)) (-14 *6 (-1 (-3 *4 #1#) *4 *4)) (-14 *7 (-1 (-3 *3 #2#) *3 *3 *4)))))
+((-3127 (((-85) $ $) 10 T ELT)))
+(((-245 |#1|) (-10 -7 (-15 -3127 ((-85) |#1| |#1|))) (-246)) (T -245))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
(((-246) (-113)) (T -246))
NIL
-(-13 (-961) (-82 $ $) (-10 -7 (-6 -3989)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-663) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-1584 (((-583 (-997)) $) 10 T ELT)) (-1582 (($ (-446) (-446) (-1015) $) 19 T ELT)) (-1580 (($ (-446) (-583 (-876)) $) 23 T ELT)) (-1578 (($) 25 T ELT)) (-1583 (((-632 (-1015)) (-446) (-446) $) 18 T ELT)) (-1581 (((-583 (-876)) (-446) $) 22 T ELT)) (-3566 (($) 7 T ELT)) (-1579 (($) 24 T ELT)) (-3947 (((-772) $) 29 T ELT)) (-1577 (($) 26 T ELT)))
-(((-247) (-13 (-552 (-772)) (-10 -8 (-15 -3566 ($)) (-15 -1584 ((-583 (-997)) $)) (-15 -1583 ((-632 (-1015)) (-446) (-446) $)) (-15 -1582 ($ (-446) (-446) (-1015) $)) (-15 -1581 ((-583 (-876)) (-446) $)) (-15 -1580 ($ (-446) (-583 (-876)) $)) (-15 -1579 ($)) (-15 -1578 ($)) (-15 -1577 ($))))) (T -247))
-((-3566 (*1 *1) (-5 *1 (-247))) (-1584 (*1 *2 *1) (-12 (-5 *2 (-583 (-997))) (-5 *1 (-247)))) (-1583 (*1 *2 *3 *3 *1) (-12 (-5 *3 (-446)) (-5 *2 (-632 (-1015))) (-5 *1 (-247)))) (-1582 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-446)) (-5 *3 (-1015)) (-5 *1 (-247)))) (-1581 (*1 *2 *3 *1) (-12 (-5 *3 (-446)) (-5 *2 (-583 (-876))) (-5 *1 (-247)))) (-1580 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-446)) (-5 *3 (-583 (-876))) (-5 *1 (-247)))) (-1579 (*1 *1) (-5 *1 (-247))) (-1578 (*1 *1) (-5 *1 (-247))) (-1577 (*1 *1) (-5 *1 (-247))))
-((-1588 (((-583 (-2 (|:| |eigval| (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|)))) (|:| |geneigvec| (-583 (-630 (-350 (-857 |#1|))))))) (-630 (-350 (-857 |#1|)))) 103 T ELT)) (-1587 (((-583 (-630 (-350 (-857 |#1|)))) (-2 (|:| |eigval| (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|)))) (|:| |eigmult| (-694)) (|:| |eigvec| (-583 (-630 (-350 (-857 |#1|)))))) (-630 (-350 (-857 |#1|)))) 98 T ELT) (((-583 (-630 (-350 (-857 |#1|)))) (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|))) (-630 (-350 (-857 |#1|))) (-694) (-694)) 42 T ELT)) (-1589 (((-583 (-2 (|:| |eigval| (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|)))) (|:| |eigmult| (-694)) (|:| |eigvec| (-583 (-630 (-350 (-857 |#1|))))))) (-630 (-350 (-857 |#1|)))) 100 T ELT)) (-1586 (((-583 (-630 (-350 (-857 |#1|)))) (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|))) (-630 (-350 (-857 |#1|)))) 76 T ELT)) (-1585 (((-583 (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|)))) (-630 (-350 (-857 |#1|)))) 75 T ELT)) (-2450 (((-857 |#1|) (-630 (-350 (-857 |#1|)))) 56 T ELT) (((-857 |#1|) (-630 (-350 (-857 |#1|))) (-1090)) 57 T ELT)))
-(((-248 |#1|) (-10 -7 (-15 -2450 ((-857 |#1|) (-630 (-350 (-857 |#1|))) (-1090))) (-15 -2450 ((-857 |#1|) (-630 (-350 (-857 |#1|))))) (-15 -1585 ((-583 (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|)))) (-630 (-350 (-857 |#1|))))) (-15 -1586 ((-583 (-630 (-350 (-857 |#1|)))) (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|))) (-630 (-350 (-857 |#1|))))) (-15 -1587 ((-583 (-630 (-350 (-857 |#1|)))) (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|))) (-630 (-350 (-857 |#1|))) (-694) (-694))) (-15 -1587 ((-583 (-630 (-350 (-857 |#1|)))) (-2 (|:| |eigval| (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|)))) (|:| |eigmult| (-694)) (|:| |eigvec| (-583 (-630 (-350 (-857 |#1|)))))) (-630 (-350 (-857 |#1|))))) (-15 -1588 ((-583 (-2 (|:| |eigval| (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|)))) (|:| |geneigvec| (-583 (-630 (-350 (-857 |#1|))))))) (-630 (-350 (-857 |#1|))))) (-15 -1589 ((-583 (-2 (|:| |eigval| (-3 (-350 (-857 |#1|)) (-1080 (-1090) (-857 |#1|)))) (|:| |eigmult| (-694)) (|:| |eigvec| (-583 (-630 (-350 (-857 |#1|))))))) (-630 (-350 (-857 |#1|)))))) (-392)) (T -248))
-((-1589 (*1 *2 *3) (-12 (-4 *4 (-392)) (-5 *2 (-583 (-2 (|:| |eigval| (-3 (-350 (-857 *4)) (-1080 (-1090) (-857 *4)))) (|:| |eigmult| (-694)) (|:| |eigvec| (-583 (-630 (-350 (-857 *4)))))))) (-5 *1 (-248 *4)) (-5 *3 (-630 (-350 (-857 *4)))))) (-1588 (*1 *2 *3) (-12 (-4 *4 (-392)) (-5 *2 (-583 (-2 (|:| |eigval| (-3 (-350 (-857 *4)) (-1080 (-1090) (-857 *4)))) (|:| |geneigvec| (-583 (-630 (-350 (-857 *4)))))))) (-5 *1 (-248 *4)) (-5 *3 (-630 (-350 (-857 *4)))))) (-1587 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-350 (-857 *5)) (-1080 (-1090) (-857 *5)))) (|:| |eigmult| (-694)) (|:| |eigvec| (-583 *4)))) (-4 *5 (-392)) (-5 *2 (-583 (-630 (-350 (-857 *5))))) (-5 *1 (-248 *5)) (-5 *4 (-630 (-350 (-857 *5)))))) (-1587 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-350 (-857 *6)) (-1080 (-1090) (-857 *6)))) (-5 *5 (-694)) (-4 *6 (-392)) (-5 *2 (-583 (-630 (-350 (-857 *6))))) (-5 *1 (-248 *6)) (-5 *4 (-630 (-350 (-857 *6)))))) (-1586 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-350 (-857 *5)) (-1080 (-1090) (-857 *5)))) (-4 *5 (-392)) (-5 *2 (-583 (-630 (-350 (-857 *5))))) (-5 *1 (-248 *5)) (-5 *4 (-630 (-350 (-857 *5)))))) (-1585 (*1 *2 *3) (-12 (-5 *3 (-630 (-350 (-857 *4)))) (-4 *4 (-392)) (-5 *2 (-583 (-3 (-350 (-857 *4)) (-1080 (-1090) (-857 *4))))) (-5 *1 (-248 *4)))) (-2450 (*1 *2 *3) (-12 (-5 *3 (-630 (-350 (-857 *4)))) (-5 *2 (-857 *4)) (-5 *1 (-248 *4)) (-4 *4 (-392)))) (-2450 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-350 (-857 *5)))) (-5 *4 (-1090)) (-5 *2 (-857 *5)) (-5 *1 (-248 *5)) (-4 *5 (-392)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-1013)) ELT)) (-3189 (((-85) $) NIL (|has| |#1| (-21)) ELT)) (-1595 (($ $) 12 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-1604 (($ $ $) 95 (|has| |#1| (-254)) ELT)) (-3725 (($) NIL (OR (|has| |#1| (-21)) (|has| |#1| (-663))) CONST)) (-1593 (($ $) 51 (|has| |#1| (-21)) ELT)) (-1591 (((-3 $ #1#) $) 62 (|has| |#1| (-663)) ELT)) (-3529 ((|#1| $) 11 T ELT)) (-3468 (((-3 $ #1#) $) 60 (|has| |#1| (-663)) ELT)) (-1214 (((-85) $ $) NIL (|has| |#1| (-21)) ELT)) (-2410 (((-85) $) NIL (|has| |#1| (-663)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 14 T ELT)) (-3530 ((|#1| $) 10 T ELT)) (-1594 (($ $) 50 (|has| |#1| (-21)) ELT)) (-1592 (((-3 $ #1#) $) 61 (|has| |#1| (-663)) ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-2485 (($ $) 64 (OR (|has| |#1| (-312)) (|has| |#1| (-413))) ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1590 (((-583 $) $) 85 (|has| |#1| (-495)) ELT)) (-3769 (($ $ $) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 $)) 28 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-1090) |#1|) 17 (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) 21 (|has| |#1| (-455 (-1090) |#1|)) ELT)) (-3227 (($ |#1| |#1|) 9 T ELT)) (-3912 (((-107)) 90 (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1090)) 87 (|has| |#1| (-809 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-809 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-809 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-809 (-1090))) ELT)) (-3010 (($ $ $) NIL (|has| |#1| (-413)) ELT)) (-2436 (($ $ $) NIL (|has| |#1| (-413)) ELT)) (-3947 (($ (-484)) NIL (|has| |#1| (-961)) ELT) (((-85) $) 37 (|has| |#1| (-1013)) ELT) (((-772) $) 36 (|has| |#1| (-1013)) ELT)) (-3127 (((-694)) 67 (|has| |#1| (-961)) CONST)) (-1265 (((-85) $ $) NIL (|has| |#1| (-1013)) ELT)) (-3126 (((-85) $ $) NIL (|has| |#1| (-961)) ELT)) (-2661 (($) 47 (|has| |#1| (-21)) CONST)) (-2667 (($) 57 (|has| |#1| (-663)) CONST)) (-2670 (($ $ (-1090)) NIL (|has| |#1| (-809 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-809 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-809 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-809 (-1090))) ELT)) (-3057 (($ |#1| |#1|) 8 T ELT) (((-85) $ $) 32 (|has| |#1| (-1013)) ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) 92 (OR (|has| |#1| (-312)) (|has| |#1| (-413))) ELT)) (-3838 (($ |#1| $) 45 (|has| |#1| (-21)) ELT) (($ $ |#1|) 46 (|has| |#1| (-21)) ELT) (($ $ $) 44 (|has| |#1| (-21)) ELT) (($ $) 43 (|has| |#1| (-21)) ELT)) (-3840 (($ |#1| $) 40 (|has| |#1| (-25)) ELT) (($ $ |#1|) 41 (|has| |#1| (-25)) ELT) (($ $ $) 39 (|has| |#1| (-25)) ELT)) (** (($ $ (-484)) NIL (|has| |#1| (-413)) ELT) (($ $ (-694)) NIL (|has| |#1| (-663)) ELT) (($ $ (-830)) NIL (|has| |#1| (-1025)) ELT)) (* (($ $ |#1|) 55 (|has| |#1| (-1025)) ELT) (($ |#1| $) 54 (|has| |#1| (-1025)) ELT) (($ $ $) 53 (|has| |#1| (-1025)) ELT) (($ (-484) $) 70 (|has| |#1| (-21)) ELT) (($ (-694) $) NIL (|has| |#1| (-21)) ELT) (($ (-830) $) NIL (|has| |#1| (-25)) ELT)))
-(((-249 |#1|) (-13 (-1129) (-10 -8 (-15 -3057 ($ |#1| |#1|)) (-15 -3227 ($ |#1| |#1|)) (-15 -1595 ($ $)) (-15 -3530 (|#1| $)) (-15 -3529 (|#1| $)) (-15 -3959 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-455 (-1090) |#1|)) (-6 (-455 (-1090) |#1|)) |%noBranch|) (IF (|has| |#1| (-1013)) (PROGN (-6 (-1013)) (-6 (-552 (-85))) (IF (|has| |#1| (-260 |#1|)) (PROGN (-15 -3769 ($ $ $)) (-15 -3769 ($ $ (-583 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -3840 ($ |#1| $)) (-15 -3840 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -1594 ($ $)) (-15 -1593 ($ $)) (-15 -3838 ($ |#1| $)) (-15 -3838 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1025)) (PROGN (-6 (-1025)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-663)) (PROGN (-6 (-663)) (-15 -1592 ((-3 $ #1="failed") $)) (-15 -1591 ((-3 $ #1#) $))) |%noBranch|) (IF (|has| |#1| (-413)) (PROGN (-6 (-413)) (-15 -1592 ((-3 $ #1#) $)) (-15 -1591 ((-3 $ #1#) $))) |%noBranch|) (IF (|has| |#1| (-961)) (PROGN (-6 (-961)) (-6 (-82 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-654 |#1|)) |%noBranch|) (IF (|has| |#1| (-495)) (-15 -1590 ((-583 $) $)) |%noBranch|) (IF (|has| |#1| (-809 (-1090))) (-6 (-809 (-1090))) |%noBranch|) (IF (|has| |#1| (-312)) (PROGN (-6 (-1187 |#1|)) (-15 -3950 ($ $ $)) (-15 -2485 ($ $))) |%noBranch|) (IF (|has| |#1| (-254)) (-15 -1604 ($ $ $)) |%noBranch|))) (-1129)) (T -249))
-((-3057 (*1 *1 *2 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1129)))) (-3227 (*1 *1 *2 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1129)))) (-1595 (*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1129)))) (-3530 (*1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1129)))) (-3529 (*1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1129)))) (-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1129)) (-5 *1 (-249 *3)))) (-3769 (*1 *1 *1 *1) (-12 (-4 *2 (-260 *2)) (-4 *2 (-1013)) (-4 *2 (-1129)) (-5 *1 (-249 *2)))) (-3769 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-249 *3))) (-4 *3 (-260 *3)) (-4 *3 (-1013)) (-4 *3 (-1129)) (-5 *1 (-249 *3)))) (-3840 (*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-25)) (-4 *2 (-1129)))) (-3840 (*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-25)) (-4 *2 (-1129)))) (-1594 (*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1129)))) (-1593 (*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1129)))) (-3838 (*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1129)))) (-3838 (*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1129)))) (-1592 (*1 *1 *1) (|partial| -12 (-5 *1 (-249 *2)) (-4 *2 (-663)) (-4 *2 (-1129)))) (-1591 (*1 *1 *1) (|partial| -12 (-5 *1 (-249 *2)) (-4 *2 (-663)) (-4 *2 (-1129)))) (-1590 (*1 *2 *1) (-12 (-5 *2 (-583 (-249 *3))) (-5 *1 (-249 *3)) (-4 *3 (-495)) (-4 *3 (-1129)))) (-1604 (*1 *1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-254)) (-4 *2 (-1129)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1025)) (-4 *2 (-1129)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1025)) (-4 *2 (-1129)))) (-3950 (*1 *1 *1 *1) (OR (-12 (-5 *1 (-249 *2)) (-4 *2 (-312)) (-4 *2 (-1129))) (-12 (-5 *1 (-249 *2)) (-4 *2 (-413)) (-4 *2 (-1129))))) (-2485 (*1 *1 *1) (OR (-12 (-5 *1 (-249 *2)) (-4 *2 (-312)) (-4 *2 (-1129))) (-12 (-5 *1 (-249 *2)) (-4 *2 (-413)) (-4 *2 (-1129))))))
-((-3959 (((-249 |#2|) (-1 |#2| |#1|) (-249 |#1|)) 14 T ELT)))
-(((-250 |#1| |#2|) (-10 -7 (-15 -3959 ((-249 |#2|) (-1 |#2| |#1|) (-249 |#1|)))) (-1129) (-1129)) (T -250))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-249 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-249 *6)) (-5 *1 (-250 *5 *6)))))
-((-2569 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3600 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2198 (((-1185) $ |#1| |#1|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3789 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-2231 (((-3 |#2| #1="failed") |#1| $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3406 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) NIL T ELT)) (-3407 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3843 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1576 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ |#1|) NIL T ELT)) (-2200 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3246 (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-2232 (((-583 |#1|) $) NIL T ELT)) (-2233 (((-85) |#1| $) NIL T ELT)) (-1274 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3610 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2203 (((-583 |#1|) $) NIL T ELT)) (-2204 (((-85) |#1| $) NIL T ELT)) (-3244 (((-1033) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-3802 ((|#2| $) NIL (|has| |#1| (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2199 (($ $ |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1275 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1466 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1730 (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3947 (((-772) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-552 (-772)))) ELT)) (-1265 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-251 |#1| |#2|) (-1107 |#1| |#2|) (-1013) (-1013)) (T -251))
-NIL
-((-1596 (((-262) (-1073) (-583 (-1073))) 17 T ELT) (((-262) (-1073) (-1073)) 16 T ELT) (((-262) (-583 (-1073))) 15 T ELT) (((-262) (-1073)) 14 T ELT)))
-(((-252) (-10 -7 (-15 -1596 ((-262) (-1073))) (-15 -1596 ((-262) (-583 (-1073)))) (-15 -1596 ((-262) (-1073) (-1073))) (-15 -1596 ((-262) (-1073) (-583 (-1073)))))) (T -252))
-((-1596 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-1073))) (-5 *3 (-1073)) (-5 *2 (-262)) (-5 *1 (-252)))) (-1596 (*1 *2 *3 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-262)) (-5 *1 (-252)))) (-1596 (*1 *2 *3) (-12 (-5 *3 (-583 (-1073))) (-5 *2 (-262)) (-5 *1 (-252)))) (-1596 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-262)) (-5 *1 (-252)))))
-((-1600 (((-583 (-550 $)) $) 27 T ELT)) (-1604 (($ $ (-249 $)) 78 T ELT) (($ $ (-583 (-249 $))) 140 T ELT) (($ $ (-583 (-550 $)) (-583 $)) NIL T ELT)) (-3158 (((-3 (-550 $) #1="failed") $) 128 T ELT)) (-3157 (((-550 $) $) 127 T ELT)) (-2574 (($ $) 17 T ELT) (($ (-583 $)) 54 T ELT)) (-1599 (((-583 (-86)) $) 35 T ELT)) (-3596 (((-86) (-86)) 89 T ELT)) (-2674 (((-85) $) 151 T ELT)) (-3959 (($ (-1 $ $) (-550 $)) 87 T ELT)) (-1602 (((-3 (-550 $) #1#) $) 95 T ELT)) (-2235 (($ (-86) $) 59 T ELT) (($ (-86) (-583 $)) 111 T ELT)) (-2634 (((-85) $ (-86)) 133 T ELT) (((-85) $ (-1090)) 132 T ELT)) (-2604 (((-694) $) 44 T ELT)) (-1598 (((-85) $ $) 57 T ELT) (((-85) $ (-1090)) 49 T ELT)) (-2675 (((-85) $) 149 T ELT)) (-3769 (($ $ (-550 $) $) NIL T ELT) (($ $ (-583 (-550 $)) (-583 $)) NIL T ELT) (($ $ (-583 (-249 $))) 138 T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ $))) 81 T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ (-583 $)))) NIL T ELT) (($ $ (-1090) (-1 $ (-583 $))) 67 T ELT) (($ $ (-1090) (-1 $ $)) 72 T ELT) (($ $ (-583 (-86)) (-583 (-1 $ $))) 80 T ELT) (($ $ (-583 (-86)) (-583 (-1 $ (-583 $)))) 83 T ELT) (($ $ (-86) (-1 $ (-583 $))) 68 T ELT) (($ $ (-86) (-1 $ $)) 74 T ELT)) (-3801 (($ (-86) $) 60 T ELT) (($ (-86) $ $) 61 T ELT) (($ (-86) $ $ $) 62 T ELT) (($ (-86) $ $ $ $) 63 T ELT) (($ (-86) (-583 $)) 124 T ELT)) (-1603 (($ $) 51 T ELT) (($ $ $) 136 T ELT)) (-2591 (($ $) 15 T ELT) (($ (-583 $)) 53 T ELT)) (-2254 (((-85) (-86)) 21 T ELT)))
-(((-253 |#1|) (-10 -7 (-15 -2674 ((-85) |#1|)) (-15 -2675 ((-85) |#1|)) (-15 -3769 (|#1| |#1| (-86) (-1 |#1| |#1|))) (-15 -3769 (|#1| |#1| (-86) (-1 |#1| (-583 |#1|)))) (-15 -3769 (|#1| |#1| (-583 (-86)) (-583 (-1 |#1| (-583 |#1|))))) (-15 -3769 (|#1| |#1| (-583 (-86)) (-583 (-1 |#1| |#1|)))) (-15 -3769 (|#1| |#1| (-1090) (-1 |#1| |#1|))) (-15 -3769 (|#1| |#1| (-1090) (-1 |#1| (-583 |#1|)))) (-15 -3769 (|#1| |#1| (-583 (-1090)) (-583 (-1 |#1| (-583 |#1|))))) (-15 -3769 (|#1| |#1| (-583 (-1090)) (-583 (-1 |#1| |#1|)))) (-15 -1598 ((-85) |#1| (-1090))) (-15 -1598 ((-85) |#1| |#1|)) (-15 -3959 (|#1| (-1 |#1| |#1|) (-550 |#1|))) (-15 -2235 (|#1| (-86) (-583 |#1|))) (-15 -2235 (|#1| (-86) |#1|)) (-15 -2634 ((-85) |#1| (-1090))) (-15 -2634 ((-85) |#1| (-86))) (-15 -2254 ((-85) (-86))) (-15 -3596 ((-86) (-86))) (-15 -1599 ((-583 (-86)) |#1|)) (-15 -1600 ((-583 (-550 |#1|)) |#1|)) (-15 -1602 ((-3 (-550 |#1|) #1="failed") |#1|)) (-15 -2604 ((-694) |#1|)) (-15 -1603 (|#1| |#1| |#1|)) (-15 -1603 (|#1| |#1|)) (-15 -2574 (|#1| (-583 |#1|))) (-15 -2574 (|#1| |#1|)) (-15 -2591 (|#1| (-583 |#1|))) (-15 -2591 (|#1| |#1|)) (-15 -1604 (|#1| |#1| (-583 (-550 |#1|)) (-583 |#1|))) (-15 -1604 (|#1| |#1| (-583 (-249 |#1|)))) (-15 -1604 (|#1| |#1| (-249 |#1|))) (-15 -3801 (|#1| (-86) (-583 |#1|))) (-15 -3801 (|#1| (-86) |#1| |#1| |#1| |#1|)) (-15 -3801 (|#1| (-86) |#1| |#1| |#1|)) (-15 -3801 (|#1| (-86) |#1| |#1|)) (-15 -3801 (|#1| (-86) |#1|)) (-15 -3769 (|#1| |#1| (-583 |#1|) (-583 |#1|))) (-15 -3769 (|#1| |#1| |#1| |#1|)) (-15 -3769 (|#1| |#1| (-249 |#1|))) (-15 -3769 (|#1| |#1| (-583 (-249 |#1|)))) (-15 -3769 (|#1| |#1| (-583 (-550 |#1|)) (-583 |#1|))) (-15 -3769 (|#1| |#1| (-550 |#1|) |#1|)) (-15 -3158 ((-3 (-550 |#1|) #1#) |#1|)) (-15 -3157 ((-550 |#1|) |#1|))) (-254)) (T -253))
-((-3596 (*1 *2 *2) (-12 (-5 *2 (-86)) (-5 *1 (-253 *3)) (-4 *3 (-254)))) (-2254 (*1 *2 *3) (-12 (-5 *3 (-86)) (-5 *2 (-85)) (-5 *1 (-253 *4)) (-4 *4 (-254)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-1600 (((-583 (-550 $)) $) 42 T ELT)) (-1604 (($ $ (-249 $)) 54 T ELT) (($ $ (-583 (-249 $))) 53 T ELT) (($ $ (-583 (-550 $)) (-583 $)) 52 T ELT)) (-3158 (((-3 (-550 $) "failed") $) 67 T ELT)) (-3157 (((-550 $) $) 68 T ELT)) (-2574 (($ $) 49 T ELT) (($ (-583 $)) 48 T ELT)) (-1599 (((-583 (-86)) $) 41 T ELT)) (-3596 (((-86) (-86)) 40 T ELT)) (-2674 (((-85) $) 20 (|has| $ (-950 (-484))) ELT)) (-1597 (((-1085 $) (-550 $)) 23 (|has| $ (-961)) ELT)) (-3959 (($ (-1 $ $) (-550 $)) 34 T ELT)) (-1602 (((-3 (-550 $) "failed") $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1601 (((-583 (-550 $)) $) 43 T ELT)) (-2235 (($ (-86) $) 36 T ELT) (($ (-86) (-583 $)) 35 T ELT)) (-2634 (((-85) $ (-86)) 38 T ELT) (((-85) $ (-1090)) 37 T ELT)) (-2604 (((-694) $) 45 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1598 (((-85) $ $) 33 T ELT) (((-85) $ (-1090)) 32 T ELT)) (-2675 (((-85) $) 21 (|has| $ (-950 (-484))) ELT)) (-3769 (($ $ (-550 $) $) 65 T ELT) (($ $ (-583 (-550 $)) (-583 $)) 64 T ELT) (($ $ (-583 (-249 $))) 63 T ELT) (($ $ (-249 $)) 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ (-583 $) (-583 $)) 60 T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ $))) 31 T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ (-583 $)))) 30 T ELT) (($ $ (-1090) (-1 $ (-583 $))) 29 T ELT) (($ $ (-1090) (-1 $ $)) 28 T ELT) (($ $ (-583 (-86)) (-583 (-1 $ $))) 27 T ELT) (($ $ (-583 (-86)) (-583 (-1 $ (-583 $)))) 26 T ELT) (($ $ (-86) (-1 $ (-583 $))) 25 T ELT) (($ $ (-86) (-1 $ $)) 24 T ELT)) (-3801 (($ (-86) $) 59 T ELT) (($ (-86) $ $) 58 T ELT) (($ (-86) $ $ $) 57 T ELT) (($ (-86) $ $ $ $) 56 T ELT) (($ (-86) (-583 $)) 55 T ELT)) (-1603 (($ $) 47 T ELT) (($ $ $) 46 T ELT)) (-3186 (($ $) 22 (|has| $ (-961)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-550 $)) 66 T ELT)) (-2591 (($ $) 51 T ELT) (($ (-583 $)) 50 T ELT)) (-2254 (((-85) (-86)) 39 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
+(-13 (-962) (-82 $ $) (-10 -7 (-6 -3990)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-664) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-1585 (((-584 (-998)) $) 10 T ELT)) (-1583 (($ (-447) (-447) (-1016) $) 19 T ELT)) (-1581 (($ (-447) (-584 (-877)) $) 23 T ELT)) (-1579 (($) 25 T ELT)) (-1584 (((-633 (-1016)) (-447) (-447) $) 18 T ELT)) (-1582 (((-584 (-877)) (-447) $) 22 T ELT)) (-3567 (($) 7 T ELT)) (-1580 (($) 24 T ELT)) (-3948 (((-773) $) 29 T ELT)) (-1578 (($) 26 T ELT)))
+(((-247) (-13 (-553 (-773)) (-10 -8 (-15 -3567 ($)) (-15 -1585 ((-584 (-998)) $)) (-15 -1584 ((-633 (-1016)) (-447) (-447) $)) (-15 -1583 ($ (-447) (-447) (-1016) $)) (-15 -1582 ((-584 (-877)) (-447) $)) (-15 -1581 ($ (-447) (-584 (-877)) $)) (-15 -1580 ($)) (-15 -1579 ($)) (-15 -1578 ($))))) (T -247))
+((-3567 (*1 *1) (-5 *1 (-247))) (-1585 (*1 *2 *1) (-12 (-5 *2 (-584 (-998))) (-5 *1 (-247)))) (-1584 (*1 *2 *3 *3 *1) (-12 (-5 *3 (-447)) (-5 *2 (-633 (-1016))) (-5 *1 (-247)))) (-1583 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-447)) (-5 *3 (-1016)) (-5 *1 (-247)))) (-1582 (*1 *2 *3 *1) (-12 (-5 *3 (-447)) (-5 *2 (-584 (-877))) (-5 *1 (-247)))) (-1581 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-447)) (-5 *3 (-584 (-877))) (-5 *1 (-247)))) (-1580 (*1 *1) (-5 *1 (-247))) (-1579 (*1 *1) (-5 *1 (-247))) (-1578 (*1 *1) (-5 *1 (-247))))
+((-1589 (((-584 (-2 (|:| |eigval| (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|)))) (|:| |geneigvec| (-584 (-631 (-350 (-858 |#1|))))))) (-631 (-350 (-858 |#1|)))) 103 T ELT)) (-1588 (((-584 (-631 (-350 (-858 |#1|)))) (-2 (|:| |eigval| (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|)))) (|:| |eigmult| (-695)) (|:| |eigvec| (-584 (-631 (-350 (-858 |#1|)))))) (-631 (-350 (-858 |#1|)))) 98 T ELT) (((-584 (-631 (-350 (-858 |#1|)))) (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|))) (-631 (-350 (-858 |#1|))) (-695) (-695)) 42 T ELT)) (-1590 (((-584 (-2 (|:| |eigval| (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|)))) (|:| |eigmult| (-695)) (|:| |eigvec| (-584 (-631 (-350 (-858 |#1|))))))) (-631 (-350 (-858 |#1|)))) 100 T ELT)) (-1587 (((-584 (-631 (-350 (-858 |#1|)))) (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|))) (-631 (-350 (-858 |#1|)))) 76 T ELT)) (-1586 (((-584 (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|)))) (-631 (-350 (-858 |#1|)))) 75 T ELT)) (-2451 (((-858 |#1|) (-631 (-350 (-858 |#1|)))) 56 T ELT) (((-858 |#1|) (-631 (-350 (-858 |#1|))) (-1091)) 57 T ELT)))
+(((-248 |#1|) (-10 -7 (-15 -2451 ((-858 |#1|) (-631 (-350 (-858 |#1|))) (-1091))) (-15 -2451 ((-858 |#1|) (-631 (-350 (-858 |#1|))))) (-15 -1586 ((-584 (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|)))) (-631 (-350 (-858 |#1|))))) (-15 -1587 ((-584 (-631 (-350 (-858 |#1|)))) (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|))) (-631 (-350 (-858 |#1|))))) (-15 -1588 ((-584 (-631 (-350 (-858 |#1|)))) (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|))) (-631 (-350 (-858 |#1|))) (-695) (-695))) (-15 -1588 ((-584 (-631 (-350 (-858 |#1|)))) (-2 (|:| |eigval| (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|)))) (|:| |eigmult| (-695)) (|:| |eigvec| (-584 (-631 (-350 (-858 |#1|)))))) (-631 (-350 (-858 |#1|))))) (-15 -1589 ((-584 (-2 (|:| |eigval| (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|)))) (|:| |geneigvec| (-584 (-631 (-350 (-858 |#1|))))))) (-631 (-350 (-858 |#1|))))) (-15 -1590 ((-584 (-2 (|:| |eigval| (-3 (-350 (-858 |#1|)) (-1081 (-1091) (-858 |#1|)))) (|:| |eigmult| (-695)) (|:| |eigvec| (-584 (-631 (-350 (-858 |#1|))))))) (-631 (-350 (-858 |#1|)))))) (-392)) (T -248))
+((-1590 (*1 *2 *3) (-12 (-4 *4 (-392)) (-5 *2 (-584 (-2 (|:| |eigval| (-3 (-350 (-858 *4)) (-1081 (-1091) (-858 *4)))) (|:| |eigmult| (-695)) (|:| |eigvec| (-584 (-631 (-350 (-858 *4)))))))) (-5 *1 (-248 *4)) (-5 *3 (-631 (-350 (-858 *4)))))) (-1589 (*1 *2 *3) (-12 (-4 *4 (-392)) (-5 *2 (-584 (-2 (|:| |eigval| (-3 (-350 (-858 *4)) (-1081 (-1091) (-858 *4)))) (|:| |geneigvec| (-584 (-631 (-350 (-858 *4)))))))) (-5 *1 (-248 *4)) (-5 *3 (-631 (-350 (-858 *4)))))) (-1588 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-350 (-858 *5)) (-1081 (-1091) (-858 *5)))) (|:| |eigmult| (-695)) (|:| |eigvec| (-584 *4)))) (-4 *5 (-392)) (-5 *2 (-584 (-631 (-350 (-858 *5))))) (-5 *1 (-248 *5)) (-5 *4 (-631 (-350 (-858 *5)))))) (-1588 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-350 (-858 *6)) (-1081 (-1091) (-858 *6)))) (-5 *5 (-695)) (-4 *6 (-392)) (-5 *2 (-584 (-631 (-350 (-858 *6))))) (-5 *1 (-248 *6)) (-5 *4 (-631 (-350 (-858 *6)))))) (-1587 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-350 (-858 *5)) (-1081 (-1091) (-858 *5)))) (-4 *5 (-392)) (-5 *2 (-584 (-631 (-350 (-858 *5))))) (-5 *1 (-248 *5)) (-5 *4 (-631 (-350 (-858 *5)))))) (-1586 (*1 *2 *3) (-12 (-5 *3 (-631 (-350 (-858 *4)))) (-4 *4 (-392)) (-5 *2 (-584 (-3 (-350 (-858 *4)) (-1081 (-1091) (-858 *4))))) (-5 *1 (-248 *4)))) (-2451 (*1 *2 *3) (-12 (-5 *3 (-631 (-350 (-858 *4)))) (-5 *2 (-858 *4)) (-5 *1 (-248 *4)) (-4 *4 (-392)))) (-2451 (*1 *2 *3 *4) (-12 (-5 *3 (-631 (-350 (-858 *5)))) (-5 *4 (-1091)) (-5 *2 (-858 *5)) (-5 *1 (-248 *5)) (-4 *5 (-392)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-1014)) ELT)) (-3190 (((-85) $) NIL (|has| |#1| (-21)) ELT)) (-1596 (($ $) 12 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-1605 (($ $ $) 95 (|has| |#1| (-254)) ELT)) (-3726 (($) NIL (OR (|has| |#1| (-21)) (|has| |#1| (-664))) CONST)) (-1594 (($ $) 51 (|has| |#1| (-21)) ELT)) (-1592 (((-3 $ #1#) $) 62 (|has| |#1| (-664)) ELT)) (-3530 ((|#1| $) 11 T ELT)) (-3469 (((-3 $ #1#) $) 60 (|has| |#1| (-664)) ELT)) (-1215 (((-85) $ $) NIL (|has| |#1| (-21)) ELT)) (-2411 (((-85) $) NIL (|has| |#1| (-664)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 14 T ELT)) (-3531 ((|#1| $) 10 T ELT)) (-1595 (($ $) 50 (|has| |#1| (-21)) ELT)) (-1593 (((-3 $ #1#) $) 61 (|has| |#1| (-664)) ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-2486 (($ $) 64 (OR (|has| |#1| (-312)) (|has| |#1| (-413))) ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1591 (((-584 $) $) 85 (|has| |#1| (-496)) ELT)) (-3770 (($ $ $) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 $)) 28 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-1091) |#1|) 17 (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) 21 (|has| |#1| (-456 (-1091) |#1|)) ELT)) (-3228 (($ |#1| |#1|) 9 T ELT)) (-3913 (((-107)) 90 (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1091)) 87 (|has| |#1| (-810 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-810 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-810 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-810 (-1091))) ELT)) (-3011 (($ $ $) NIL (|has| |#1| (-413)) ELT)) (-2437 (($ $ $) NIL (|has| |#1| (-413)) ELT)) (-3948 (($ (-485)) NIL (|has| |#1| (-962)) ELT) (((-85) $) 37 (|has| |#1| (-1014)) ELT) (((-773) $) 36 (|has| |#1| (-1014)) ELT)) (-3128 (((-695)) 67 (|has| |#1| (-962)) CONST)) (-1266 (((-85) $ $) NIL (|has| |#1| (-1014)) ELT)) (-3127 (((-85) $ $) NIL (|has| |#1| (-962)) ELT)) (-2662 (($) 47 (|has| |#1| (-21)) CONST)) (-2668 (($) 57 (|has| |#1| (-664)) CONST)) (-2671 (($ $ (-1091)) NIL (|has| |#1| (-810 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-810 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-810 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-810 (-1091))) ELT)) (-3058 (($ |#1| |#1|) 8 T ELT) (((-85) $ $) 32 (|has| |#1| (-1014)) ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) 92 (OR (|has| |#1| (-312)) (|has| |#1| (-413))) ELT)) (-3839 (($ |#1| $) 45 (|has| |#1| (-21)) ELT) (($ $ |#1|) 46 (|has| |#1| (-21)) ELT) (($ $ $) 44 (|has| |#1| (-21)) ELT) (($ $) 43 (|has| |#1| (-21)) ELT)) (-3841 (($ |#1| $) 40 (|has| |#1| (-25)) ELT) (($ $ |#1|) 41 (|has| |#1| (-25)) ELT) (($ $ $) 39 (|has| |#1| (-25)) ELT)) (** (($ $ (-485)) NIL (|has| |#1| (-413)) ELT) (($ $ (-695)) NIL (|has| |#1| (-664)) ELT) (($ $ (-831)) NIL (|has| |#1| (-1026)) ELT)) (* (($ $ |#1|) 55 (|has| |#1| (-1026)) ELT) (($ |#1| $) 54 (|has| |#1| (-1026)) ELT) (($ $ $) 53 (|has| |#1| (-1026)) ELT) (($ (-485) $) 70 (|has| |#1| (-21)) ELT) (($ (-695) $) NIL (|has| |#1| (-21)) ELT) (($ (-831) $) NIL (|has| |#1| (-25)) ELT)))
+(((-249 |#1|) (-13 (-1130) (-10 -8 (-15 -3058 ($ |#1| |#1|)) (-15 -3228 ($ |#1| |#1|)) (-15 -1596 ($ $)) (-15 -3531 (|#1| $)) (-15 -3530 (|#1| $)) (-15 -3960 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-456 (-1091) |#1|)) (-6 (-456 (-1091) |#1|)) |%noBranch|) (IF (|has| |#1| (-1014)) (PROGN (-6 (-1014)) (-6 (-553 (-85))) (IF (|has| |#1| (-260 |#1|)) (PROGN (-15 -3770 ($ $ $)) (-15 -3770 ($ $ (-584 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -3841 ($ |#1| $)) (-15 -3841 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -1595 ($ $)) (-15 -1594 ($ $)) (-15 -3839 ($ |#1| $)) (-15 -3839 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1026)) (PROGN (-6 (-1026)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-664)) (PROGN (-6 (-664)) (-15 -1593 ((-3 $ #1="failed") $)) (-15 -1592 ((-3 $ #1#) $))) |%noBranch|) (IF (|has| |#1| (-413)) (PROGN (-6 (-413)) (-15 -1593 ((-3 $ #1#) $)) (-15 -1592 ((-3 $ #1#) $))) |%noBranch|) (IF (|has| |#1| (-962)) (PROGN (-6 (-962)) (-6 (-82 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-655 |#1|)) |%noBranch|) (IF (|has| |#1| (-496)) (-15 -1591 ((-584 $) $)) |%noBranch|) (IF (|has| |#1| (-810 (-1091))) (-6 (-810 (-1091))) |%noBranch|) (IF (|has| |#1| (-312)) (PROGN (-6 (-1188 |#1|)) (-15 -3951 ($ $ $)) (-15 -2486 ($ $))) |%noBranch|) (IF (|has| |#1| (-254)) (-15 -1605 ($ $ $)) |%noBranch|))) (-1130)) (T -249))
+((-3058 (*1 *1 *2 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1130)))) (-3228 (*1 *1 *2 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1130)))) (-1596 (*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1130)))) (-3531 (*1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1130)))) (-3530 (*1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1130)))) (-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-249 *3)))) (-3770 (*1 *1 *1 *1) (-12 (-4 *2 (-260 *2)) (-4 *2 (-1014)) (-4 *2 (-1130)) (-5 *1 (-249 *2)))) (-3770 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-249 *3))) (-4 *3 (-260 *3)) (-4 *3 (-1014)) (-4 *3 (-1130)) (-5 *1 (-249 *3)))) (-3841 (*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-25)) (-4 *2 (-1130)))) (-3841 (*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-25)) (-4 *2 (-1130)))) (-1595 (*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))) (-1594 (*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))) (-3839 (*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))) (-3839 (*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))) (-1593 (*1 *1 *1) (|partial| -12 (-5 *1 (-249 *2)) (-4 *2 (-664)) (-4 *2 (-1130)))) (-1592 (*1 *1 *1) (|partial| -12 (-5 *1 (-249 *2)) (-4 *2 (-664)) (-4 *2 (-1130)))) (-1591 (*1 *2 *1) (-12 (-5 *2 (-584 (-249 *3))) (-5 *1 (-249 *3)) (-4 *3 (-496)) (-4 *3 (-1130)))) (-1605 (*1 *1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-254)) (-4 *2 (-1130)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1026)) (-4 *2 (-1130)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1026)) (-4 *2 (-1130)))) (-3951 (*1 *1 *1 *1) (OR (-12 (-5 *1 (-249 *2)) (-4 *2 (-312)) (-4 *2 (-1130))) (-12 (-5 *1 (-249 *2)) (-4 *2 (-413)) (-4 *2 (-1130))))) (-2486 (*1 *1 *1) (OR (-12 (-5 *1 (-249 *2)) (-4 *2 (-312)) (-4 *2 (-1130))) (-12 (-5 *1 (-249 *2)) (-4 *2 (-413)) (-4 *2 (-1130))))))
+((-3960 (((-249 |#2|) (-1 |#2| |#1|) (-249 |#1|)) 14 T ELT)))
+(((-250 |#1| |#2|) (-10 -7 (-15 -3960 ((-249 |#2|) (-1 |#2| |#1|) (-249 |#1|)))) (-1130) (-1130)) (T -250))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-249 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-249 *6)) (-5 *1 (-250 *5 *6)))))
+((-2570 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3601 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2199 (((-1186) $ |#1| |#1|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3790 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-2232 (((-3 |#2| #1="failed") |#1| $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3407 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) NIL T ELT)) (-3408 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3844 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1577 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ |#1|) NIL T ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3247 (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2202 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-2233 (((-584 |#1|) $) NIL T ELT)) (-2234 (((-85) |#1| $) NIL T ELT)) (-1275 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3611 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2204 (((-584 |#1|) $) NIL T ELT)) (-2205 (((-85) |#1| $) NIL T ELT)) (-3245 (((-1034) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-3803 ((|#2| $) NIL (|has| |#1| (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2200 (($ $ |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1276 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1467 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1731 (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3948 (((-773) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-553 (-773)))) ELT)) (-1266 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-251 |#1| |#2|) (-1108 |#1| |#2|) (-1014) (-1014)) (T -251))
+NIL
+((-1597 (((-262) (-1074) (-584 (-1074))) 17 T ELT) (((-262) (-1074) (-1074)) 16 T ELT) (((-262) (-584 (-1074))) 15 T ELT) (((-262) (-1074)) 14 T ELT)))
+(((-252) (-10 -7 (-15 -1597 ((-262) (-1074))) (-15 -1597 ((-262) (-584 (-1074)))) (-15 -1597 ((-262) (-1074) (-1074))) (-15 -1597 ((-262) (-1074) (-584 (-1074)))))) (T -252))
+((-1597 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-1074))) (-5 *3 (-1074)) (-5 *2 (-262)) (-5 *1 (-252)))) (-1597 (*1 *2 *3 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-262)) (-5 *1 (-252)))) (-1597 (*1 *2 *3) (-12 (-5 *3 (-584 (-1074))) (-5 *2 (-262)) (-5 *1 (-252)))) (-1597 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-262)) (-5 *1 (-252)))))
+((-1601 (((-584 (-551 $)) $) 27 T ELT)) (-1605 (($ $ (-249 $)) 78 T ELT) (($ $ (-584 (-249 $))) 140 T ELT) (($ $ (-584 (-551 $)) (-584 $)) NIL T ELT)) (-3159 (((-3 (-551 $) #1="failed") $) 128 T ELT)) (-3158 (((-551 $) $) 127 T ELT)) (-2575 (($ $) 17 T ELT) (($ (-584 $)) 54 T ELT)) (-1600 (((-584 (-86)) $) 35 T ELT)) (-3597 (((-86) (-86)) 89 T ELT)) (-2675 (((-85) $) 151 T ELT)) (-3960 (($ (-1 $ $) (-551 $)) 87 T ELT)) (-1603 (((-3 (-551 $) #1#) $) 95 T ELT)) (-2236 (($ (-86) $) 59 T ELT) (($ (-86) (-584 $)) 111 T ELT)) (-2635 (((-85) $ (-86)) 133 T ELT) (((-85) $ (-1091)) 132 T ELT)) (-2605 (((-695) $) 44 T ELT)) (-1599 (((-85) $ $) 57 T ELT) (((-85) $ (-1091)) 49 T ELT)) (-2676 (((-85) $) 149 T ELT)) (-3770 (($ $ (-551 $) $) NIL T ELT) (($ $ (-584 (-551 $)) (-584 $)) NIL T ELT) (($ $ (-584 (-249 $))) 138 T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ $))) 81 T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ (-584 $)))) NIL T ELT) (($ $ (-1091) (-1 $ (-584 $))) 67 T ELT) (($ $ (-1091) (-1 $ $)) 72 T ELT) (($ $ (-584 (-86)) (-584 (-1 $ $))) 80 T ELT) (($ $ (-584 (-86)) (-584 (-1 $ (-584 $)))) 83 T ELT) (($ $ (-86) (-1 $ (-584 $))) 68 T ELT) (($ $ (-86) (-1 $ $)) 74 T ELT)) (-3802 (($ (-86) $) 60 T ELT) (($ (-86) $ $) 61 T ELT) (($ (-86) $ $ $) 62 T ELT) (($ (-86) $ $ $ $) 63 T ELT) (($ (-86) (-584 $)) 124 T ELT)) (-1604 (($ $) 51 T ELT) (($ $ $) 136 T ELT)) (-2592 (($ $) 15 T ELT) (($ (-584 $)) 53 T ELT)) (-2255 (((-85) (-86)) 21 T ELT)))
+(((-253 |#1|) (-10 -7 (-15 -2675 ((-85) |#1|)) (-15 -2676 ((-85) |#1|)) (-15 -3770 (|#1| |#1| (-86) (-1 |#1| |#1|))) (-15 -3770 (|#1| |#1| (-86) (-1 |#1| (-584 |#1|)))) (-15 -3770 (|#1| |#1| (-584 (-86)) (-584 (-1 |#1| (-584 |#1|))))) (-15 -3770 (|#1| |#1| (-584 (-86)) (-584 (-1 |#1| |#1|)))) (-15 -3770 (|#1| |#1| (-1091) (-1 |#1| |#1|))) (-15 -3770 (|#1| |#1| (-1091) (-1 |#1| (-584 |#1|)))) (-15 -3770 (|#1| |#1| (-584 (-1091)) (-584 (-1 |#1| (-584 |#1|))))) (-15 -3770 (|#1| |#1| (-584 (-1091)) (-584 (-1 |#1| |#1|)))) (-15 -1599 ((-85) |#1| (-1091))) (-15 -1599 ((-85) |#1| |#1|)) (-15 -3960 (|#1| (-1 |#1| |#1|) (-551 |#1|))) (-15 -2236 (|#1| (-86) (-584 |#1|))) (-15 -2236 (|#1| (-86) |#1|)) (-15 -2635 ((-85) |#1| (-1091))) (-15 -2635 ((-85) |#1| (-86))) (-15 -2255 ((-85) (-86))) (-15 -3597 ((-86) (-86))) (-15 -1600 ((-584 (-86)) |#1|)) (-15 -1601 ((-584 (-551 |#1|)) |#1|)) (-15 -1603 ((-3 (-551 |#1|) #1="failed") |#1|)) (-15 -2605 ((-695) |#1|)) (-15 -1604 (|#1| |#1| |#1|)) (-15 -1604 (|#1| |#1|)) (-15 -2575 (|#1| (-584 |#1|))) (-15 -2575 (|#1| |#1|)) (-15 -2592 (|#1| (-584 |#1|))) (-15 -2592 (|#1| |#1|)) (-15 -1605 (|#1| |#1| (-584 (-551 |#1|)) (-584 |#1|))) (-15 -1605 (|#1| |#1| (-584 (-249 |#1|)))) (-15 -1605 (|#1| |#1| (-249 |#1|))) (-15 -3802 (|#1| (-86) (-584 |#1|))) (-15 -3802 (|#1| (-86) |#1| |#1| |#1| |#1|)) (-15 -3802 (|#1| (-86) |#1| |#1| |#1|)) (-15 -3802 (|#1| (-86) |#1| |#1|)) (-15 -3802 (|#1| (-86) |#1|)) (-15 -3770 (|#1| |#1| (-584 |#1|) (-584 |#1|))) (-15 -3770 (|#1| |#1| |#1| |#1|)) (-15 -3770 (|#1| |#1| (-249 |#1|))) (-15 -3770 (|#1| |#1| (-584 (-249 |#1|)))) (-15 -3770 (|#1| |#1| (-584 (-551 |#1|)) (-584 |#1|))) (-15 -3770 (|#1| |#1| (-551 |#1|) |#1|)) (-15 -3159 ((-3 (-551 |#1|) #1#) |#1|)) (-15 -3158 ((-551 |#1|) |#1|))) (-254)) (T -253))
+((-3597 (*1 *2 *2) (-12 (-5 *2 (-86)) (-5 *1 (-253 *3)) (-4 *3 (-254)))) (-2255 (*1 *2 *3) (-12 (-5 *3 (-86)) (-5 *2 (-85)) (-5 *1 (-253 *4)) (-4 *4 (-254)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-1601 (((-584 (-551 $)) $) 42 T ELT)) (-1605 (($ $ (-249 $)) 54 T ELT) (($ $ (-584 (-249 $))) 53 T ELT) (($ $ (-584 (-551 $)) (-584 $)) 52 T ELT)) (-3159 (((-3 (-551 $) "failed") $) 67 T ELT)) (-3158 (((-551 $) $) 68 T ELT)) (-2575 (($ $) 49 T ELT) (($ (-584 $)) 48 T ELT)) (-1600 (((-584 (-86)) $) 41 T ELT)) (-3597 (((-86) (-86)) 40 T ELT)) (-2675 (((-85) $) 20 (|has| $ (-951 (-485))) ELT)) (-1598 (((-1086 $) (-551 $)) 23 (|has| $ (-962)) ELT)) (-3960 (($ (-1 $ $) (-551 $)) 34 T ELT)) (-1603 (((-3 (-551 $) "failed") $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1602 (((-584 (-551 $)) $) 43 T ELT)) (-2236 (($ (-86) $) 36 T ELT) (($ (-86) (-584 $)) 35 T ELT)) (-2635 (((-85) $ (-86)) 38 T ELT) (((-85) $ (-1091)) 37 T ELT)) (-2605 (((-695) $) 45 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1599 (((-85) $ $) 33 T ELT) (((-85) $ (-1091)) 32 T ELT)) (-2676 (((-85) $) 21 (|has| $ (-951 (-485))) ELT)) (-3770 (($ $ (-551 $) $) 65 T ELT) (($ $ (-584 (-551 $)) (-584 $)) 64 T ELT) (($ $ (-584 (-249 $))) 63 T ELT) (($ $ (-249 $)) 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ (-584 $) (-584 $)) 60 T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ $))) 31 T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ (-584 $)))) 30 T ELT) (($ $ (-1091) (-1 $ (-584 $))) 29 T ELT) (($ $ (-1091) (-1 $ $)) 28 T ELT) (($ $ (-584 (-86)) (-584 (-1 $ $))) 27 T ELT) (($ $ (-584 (-86)) (-584 (-1 $ (-584 $)))) 26 T ELT) (($ $ (-86) (-1 $ (-584 $))) 25 T ELT) (($ $ (-86) (-1 $ $)) 24 T ELT)) (-3802 (($ (-86) $) 59 T ELT) (($ (-86) $ $) 58 T ELT) (($ (-86) $ $ $) 57 T ELT) (($ (-86) $ $ $ $) 56 T ELT) (($ (-86) (-584 $)) 55 T ELT)) (-1604 (($ $) 47 T ELT) (($ $ $) 46 T ELT)) (-3187 (($ $) 22 (|has| $ (-962)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-551 $)) 66 T ELT)) (-2592 (($ $) 51 T ELT) (($ (-584 $)) 50 T ELT)) (-2255 (((-85) (-86)) 39 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
(((-254) (-113)) (T -254))
-((-3801 (*1 *1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-3801 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-3801 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-3801 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-3801 (*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-583 *1)) (-4 *1 (-254)))) (-1604 (*1 *1 *1 *2) (-12 (-5 *2 (-249 *1)) (-4 *1 (-254)))) (-1604 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-249 *1))) (-4 *1 (-254)))) (-1604 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-550 *1))) (-5 *3 (-583 *1)) (-4 *1 (-254)))) (-2591 (*1 *1 *1) (-4 *1 (-254))) (-2591 (*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-254)))) (-2574 (*1 *1 *1) (-4 *1 (-254))) (-2574 (*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-254)))) (-1603 (*1 *1 *1) (-4 *1 (-254))) (-1603 (*1 *1 *1 *1) (-4 *1 (-254))) (-2604 (*1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-694)))) (-1602 (*1 *2 *1) (|partial| -12 (-5 *2 (-550 *1)) (-4 *1 (-254)))) (-1601 (*1 *2 *1) (-12 (-5 *2 (-583 (-550 *1))) (-4 *1 (-254)))) (-1600 (*1 *2 *1) (-12 (-5 *2 (-583 (-550 *1))) (-4 *1 (-254)))) (-1599 (*1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-583 (-86))))) (-3596 (*1 *2 *2) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-2254 (*1 *2 *3) (-12 (-4 *1 (-254)) (-5 *3 (-86)) (-5 *2 (-85)))) (-2634 (*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-86)) (-5 *2 (-85)))) (-2634 (*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-1090)) (-5 *2 (-85)))) (-2235 (*1 *1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-2235 (*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-583 *1)) (-4 *1 (-254)))) (-3959 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-550 *1)) (-4 *1 (-254)))) (-1598 (*1 *2 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-85)))) (-1598 (*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-1090)) (-5 *2 (-85)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-583 (-1 *1 *1))) (-4 *1 (-254)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-583 (-1 *1 (-583 *1)))) (-4 *1 (-254)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-1 *1 (-583 *1))) (-4 *1 (-254)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-1 *1 *1)) (-4 *1 (-254)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-86))) (-5 *3 (-583 (-1 *1 *1))) (-4 *1 (-254)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-86))) (-5 *3 (-583 (-1 *1 (-583 *1)))) (-4 *1 (-254)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *1 (-583 *1))) (-4 *1 (-254)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *1 *1)) (-4 *1 (-254)))) (-1597 (*1 *2 *3) (-12 (-5 *3 (-550 *1)) (-4 *1 (-961)) (-4 *1 (-254)) (-5 *2 (-1085 *1)))) (-3186 (*1 *1 *1) (-12 (-4 *1 (-961)) (-4 *1 (-254)))) (-2675 (*1 *2 *1) (-12 (-4 *1 (-950 (-484))) (-4 *1 (-254)) (-5 *2 (-85)))) (-2674 (*1 *2 *1) (-12 (-4 *1 (-950 (-484))) (-4 *1 (-254)) (-5 *2 (-85)))))
-(-13 (-1013) (-950 (-550 $)) (-455 (-550 $) $) (-260 $) (-10 -8 (-15 -3801 ($ (-86) $)) (-15 -3801 ($ (-86) $ $)) (-15 -3801 ($ (-86) $ $ $)) (-15 -3801 ($ (-86) $ $ $ $)) (-15 -3801 ($ (-86) (-583 $))) (-15 -1604 ($ $ (-249 $))) (-15 -1604 ($ $ (-583 (-249 $)))) (-15 -1604 ($ $ (-583 (-550 $)) (-583 $))) (-15 -2591 ($ $)) (-15 -2591 ($ (-583 $))) (-15 -2574 ($ $)) (-15 -2574 ($ (-583 $))) (-15 -1603 ($ $)) (-15 -1603 ($ $ $)) (-15 -2604 ((-694) $)) (-15 -1602 ((-3 (-550 $) "failed") $)) (-15 -1601 ((-583 (-550 $)) $)) (-15 -1600 ((-583 (-550 $)) $)) (-15 -1599 ((-583 (-86)) $)) (-15 -3596 ((-86) (-86))) (-15 -2254 ((-85) (-86))) (-15 -2634 ((-85) $ (-86))) (-15 -2634 ((-85) $ (-1090))) (-15 -2235 ($ (-86) $)) (-15 -2235 ($ (-86) (-583 $))) (-15 -3959 ($ (-1 $ $) (-550 $))) (-15 -1598 ((-85) $ $)) (-15 -1598 ((-85) $ (-1090))) (-15 -3769 ($ $ (-583 (-1090)) (-583 (-1 $ $)))) (-15 -3769 ($ $ (-583 (-1090)) (-583 (-1 $ (-583 $))))) (-15 -3769 ($ $ (-1090) (-1 $ (-583 $)))) (-15 -3769 ($ $ (-1090) (-1 $ $))) (-15 -3769 ($ $ (-583 (-86)) (-583 (-1 $ $)))) (-15 -3769 ($ $ (-583 (-86)) (-583 (-1 $ (-583 $))))) (-15 -3769 ($ $ (-86) (-1 $ (-583 $)))) (-15 -3769 ($ $ (-86) (-1 $ $))) (IF (|has| $ (-961)) (PROGN (-15 -1597 ((-1085 $) (-550 $))) (-15 -3186 ($ $))) |%noBranch|) (IF (|has| $ (-950 (-484))) (PROGN (-15 -2675 ((-85) $)) (-15 -2674 ((-85) $))) |%noBranch|)))
-(((-72) . T) ((-555 (-550 $)) . T) ((-552 (-772)) . T) ((-260 $) . T) ((-455 (-550 $) $) . T) ((-455 $ $) . T) ((-13) . T) ((-950 (-550 $)) . T) ((-1013) . T) ((-1129) . T))
-((-3959 ((|#2| (-1 |#2| |#1|) (-1073) (-550 |#1|)) 18 T ELT)))
-(((-255 |#1| |#2|) (-10 -7 (-15 -3959 (|#2| (-1 |#2| |#1|) (-1073) (-550 |#1|)))) (-254) (-1129)) (T -255))
-((-3959 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1073)) (-5 *5 (-550 *6)) (-4 *6 (-254)) (-4 *2 (-1129)) (-5 *1 (-255 *6 *2)))))
-((-3959 ((|#2| (-1 |#2| |#1|) (-550 |#1|)) 17 T ELT)))
-(((-256 |#1| |#2|) (-10 -7 (-15 -3959 (|#2| (-1 |#2| |#1|) (-550 |#1|)))) (-254) (-254)) (T -256))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-550 *5)) (-4 *5 (-254)) (-4 *2 (-254)) (-5 *1 (-256 *5 *2)))))
-((-1608 (((-85) $ $) 14 T ELT)) (-2565 (($ $ $) 18 T ELT)) (-2564 (($ $ $) 17 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 50 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 67 T ELT)) (-3145 (($ $ $) 25 T ELT) (($ (-583 $)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 35 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 40 T ELT)) (-3467 (((-3 $ #1#) $ $) 21 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 55 T ELT)))
-(((-257 |#1|) (-10 -7 (-15 -1605 ((-3 (-583 |#1|) #1="failed") (-583 |#1|) |#1|)) (-15 -1606 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) #1#) |#1| |#1| |#1|)) (-15 -1606 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2409 |#1|)) |#1| |#1|)) (-15 -2565 (|#1| |#1| |#1|)) (-15 -2564 (|#1| |#1| |#1|)) (-15 -1608 ((-85) |#1| |#1|)) (-15 -2741 ((-632 (-583 |#1|)) (-583 |#1|) |#1|)) (-15 -2742 ((-2 (|:| -3955 (-583 |#1|)) (|:| -2409 |#1|)) (-583 |#1|))) (-15 -3145 (|#1| (-583 |#1|))) (-15 -3145 (|#1| |#1| |#1|)) (-15 -3467 ((-3 |#1| #1#) |#1| |#1|))) (-258)) (T -257))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3725 (($) 23 T CONST)) (-2565 (($ $ $) 71 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-1605 (((-3 (-583 $) "failed") (-583 $) $) 68 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
+((-3802 (*1 *1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-3802 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-3802 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-3802 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-3802 (*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-584 *1)) (-4 *1 (-254)))) (-1605 (*1 *1 *1 *2) (-12 (-5 *2 (-249 *1)) (-4 *1 (-254)))) (-1605 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-249 *1))) (-4 *1 (-254)))) (-1605 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-551 *1))) (-5 *3 (-584 *1)) (-4 *1 (-254)))) (-2592 (*1 *1 *1) (-4 *1 (-254))) (-2592 (*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-254)))) (-2575 (*1 *1 *1) (-4 *1 (-254))) (-2575 (*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-254)))) (-1604 (*1 *1 *1) (-4 *1 (-254))) (-1604 (*1 *1 *1 *1) (-4 *1 (-254))) (-2605 (*1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-695)))) (-1603 (*1 *2 *1) (|partial| -12 (-5 *2 (-551 *1)) (-4 *1 (-254)))) (-1602 (*1 *2 *1) (-12 (-5 *2 (-584 (-551 *1))) (-4 *1 (-254)))) (-1601 (*1 *2 *1) (-12 (-5 *2 (-584 (-551 *1))) (-4 *1 (-254)))) (-1600 (*1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-584 (-86))))) (-3597 (*1 *2 *2) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-2255 (*1 *2 *3) (-12 (-4 *1 (-254)) (-5 *3 (-86)) (-5 *2 (-85)))) (-2635 (*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-86)) (-5 *2 (-85)))) (-2635 (*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-1091)) (-5 *2 (-85)))) (-2236 (*1 *1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86)))) (-2236 (*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-584 *1)) (-4 *1 (-254)))) (-3960 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-551 *1)) (-4 *1 (-254)))) (-1599 (*1 *2 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-85)))) (-1599 (*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-1091)) (-5 *2 (-85)))) (-3770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-584 (-1 *1 *1))) (-4 *1 (-254)))) (-3770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-584 (-1 *1 (-584 *1)))) (-4 *1 (-254)))) (-3770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-1 *1 (-584 *1))) (-4 *1 (-254)))) (-3770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-1 *1 *1)) (-4 *1 (-254)))) (-3770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-86))) (-5 *3 (-584 (-1 *1 *1))) (-4 *1 (-254)))) (-3770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-86))) (-5 *3 (-584 (-1 *1 (-584 *1)))) (-4 *1 (-254)))) (-3770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *1 (-584 *1))) (-4 *1 (-254)))) (-3770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *1 *1)) (-4 *1 (-254)))) (-1598 (*1 *2 *3) (-12 (-5 *3 (-551 *1)) (-4 *1 (-962)) (-4 *1 (-254)) (-5 *2 (-1086 *1)))) (-3187 (*1 *1 *1) (-12 (-4 *1 (-962)) (-4 *1 (-254)))) (-2676 (*1 *2 *1) (-12 (-4 *1 (-951 (-485))) (-4 *1 (-254)) (-5 *2 (-85)))) (-2675 (*1 *2 *1) (-12 (-4 *1 (-951 (-485))) (-4 *1 (-254)) (-5 *2 (-85)))))
+(-13 (-1014) (-951 (-551 $)) (-456 (-551 $) $) (-260 $) (-10 -8 (-15 -3802 ($ (-86) $)) (-15 -3802 ($ (-86) $ $)) (-15 -3802 ($ (-86) $ $ $)) (-15 -3802 ($ (-86) $ $ $ $)) (-15 -3802 ($ (-86) (-584 $))) (-15 -1605 ($ $ (-249 $))) (-15 -1605 ($ $ (-584 (-249 $)))) (-15 -1605 ($ $ (-584 (-551 $)) (-584 $))) (-15 -2592 ($ $)) (-15 -2592 ($ (-584 $))) (-15 -2575 ($ $)) (-15 -2575 ($ (-584 $))) (-15 -1604 ($ $)) (-15 -1604 ($ $ $)) (-15 -2605 ((-695) $)) (-15 -1603 ((-3 (-551 $) "failed") $)) (-15 -1602 ((-584 (-551 $)) $)) (-15 -1601 ((-584 (-551 $)) $)) (-15 -1600 ((-584 (-86)) $)) (-15 -3597 ((-86) (-86))) (-15 -2255 ((-85) (-86))) (-15 -2635 ((-85) $ (-86))) (-15 -2635 ((-85) $ (-1091))) (-15 -2236 ($ (-86) $)) (-15 -2236 ($ (-86) (-584 $))) (-15 -3960 ($ (-1 $ $) (-551 $))) (-15 -1599 ((-85) $ $)) (-15 -1599 ((-85) $ (-1091))) (-15 -3770 ($ $ (-584 (-1091)) (-584 (-1 $ $)))) (-15 -3770 ($ $ (-584 (-1091)) (-584 (-1 $ (-584 $))))) (-15 -3770 ($ $ (-1091) (-1 $ (-584 $)))) (-15 -3770 ($ $ (-1091) (-1 $ $))) (-15 -3770 ($ $ (-584 (-86)) (-584 (-1 $ $)))) (-15 -3770 ($ $ (-584 (-86)) (-584 (-1 $ (-584 $))))) (-15 -3770 ($ $ (-86) (-1 $ (-584 $)))) (-15 -3770 ($ $ (-86) (-1 $ $))) (IF (|has| $ (-962)) (PROGN (-15 -1598 ((-1086 $) (-551 $))) (-15 -3187 ($ $))) |%noBranch|) (IF (|has| $ (-951 (-485))) (PROGN (-15 -2676 ((-85) $)) (-15 -2675 ((-85) $))) |%noBranch|)))
+(((-72) . T) ((-556 (-551 $)) . T) ((-553 (-773)) . T) ((-260 $) . T) ((-456 (-551 $) $) . T) ((-456 $ $) . T) ((-13) . T) ((-951 (-551 $)) . T) ((-1014) . T) ((-1130) . T))
+((-3960 ((|#2| (-1 |#2| |#1|) (-1074) (-551 |#1|)) 18 T ELT)))
+(((-255 |#1| |#2|) (-10 -7 (-15 -3960 (|#2| (-1 |#2| |#1|) (-1074) (-551 |#1|)))) (-254) (-1130)) (T -255))
+((-3960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1074)) (-5 *5 (-551 *6)) (-4 *6 (-254)) (-4 *2 (-1130)) (-5 *1 (-255 *6 *2)))))
+((-3960 ((|#2| (-1 |#2| |#1|) (-551 |#1|)) 17 T ELT)))
+(((-256 |#1| |#2|) (-10 -7 (-15 -3960 (|#2| (-1 |#2| |#1|) (-551 |#1|)))) (-254) (-254)) (T -256))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-551 *5)) (-4 *5 (-254)) (-4 *2 (-254)) (-5 *1 (-256 *5 *2)))))
+((-1609 (((-85) $ $) 14 T ELT)) (-2566 (($ $ $) 18 T ELT)) (-2565 (($ $ $) 17 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 50 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 67 T ELT)) (-3146 (($ $ $) 25 T ELT) (($ (-584 $)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 35 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 40 T ELT)) (-3468 (((-3 $ #1#) $ $) 21 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 55 T ELT)))
+(((-257 |#1|) (-10 -7 (-15 -1606 ((-3 (-584 |#1|) #1="failed") (-584 |#1|) |#1|)) (-15 -1607 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) #1#) |#1| |#1| |#1|)) (-15 -1607 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2410 |#1|)) |#1| |#1|)) (-15 -2566 (|#1| |#1| |#1|)) (-15 -2565 (|#1| |#1| |#1|)) (-15 -1609 ((-85) |#1| |#1|)) (-15 -2742 ((-633 (-584 |#1|)) (-584 |#1|) |#1|)) (-15 -2743 ((-2 (|:| -3956 (-584 |#1|)) (|:| -2410 |#1|)) (-584 |#1|))) (-15 -3146 (|#1| (-584 |#1|))) (-15 -3146 (|#1| |#1| |#1|)) (-15 -3468 ((-3 |#1| #1#) |#1| |#1|))) (-258)) (T -257))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3726 (($) 23 T CONST)) (-2566 (($ $ $) 71 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-1606 (((-3 (-584 $) "failed") (-584 $) $) 68 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
(((-258) (-113)) (T -258))
-((-1608 (*1 *2 *1 *1) (-12 (-4 *1 (-258)) (-5 *2 (-85)))) (-1607 (*1 *2 *1) (-12 (-4 *1 (-258)) (-5 *2 (-694)))) (-2880 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-258)))) (-2564 (*1 *1 *1 *1) (-4 *1 (-258))) (-2565 (*1 *1 *1 *1) (-4 *1 (-258))) (-1606 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2409 *1))) (-4 *1 (-258)))) (-1606 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-258)))) (-1605 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-583 *1)) (-4 *1 (-258)))))
-(-13 (-832) (-10 -8 (-15 -1608 ((-85) $ $)) (-15 -1607 ((-694) $)) (-15 -2880 ((-2 (|:| -1972 $) (|:| -2903 $)) $ $)) (-15 -2564 ($ $ $)) (-15 -2565 ($ $ $)) (-15 -1606 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $)) (-15 -1606 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -1605 ((-3 (-583 $) "failed") (-583 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-246) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-582 $) . T) ((-654 $) . T) ((-663) . T) ((-832) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-3769 (($ $ (-583 |#2|) (-583 |#2|)) 14 T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-249 |#2|)) 11 T ELT) (($ $ (-583 (-249 |#2|))) NIL T ELT)))
-(((-259 |#1| |#2|) (-10 -7 (-15 -3769 (|#1| |#1| (-583 (-249 |#2|)))) (-15 -3769 (|#1| |#1| (-249 |#2|))) (-15 -3769 (|#1| |#1| |#2| |#2|)) (-15 -3769 (|#1| |#1| (-583 |#2|) (-583 |#2|)))) (-260 |#2|) (-1013)) (T -259))
-NIL
-((-3769 (($ $ (-583 |#1|) (-583 |#1|)) 7 T ELT) (($ $ |#1| |#1|) 6 T ELT) (($ $ (-249 |#1|)) 13 T ELT) (($ $ (-583 (-249 |#1|))) 12 T ELT)))
-(((-260 |#1|) (-113) (-1013)) (T -260))
-((-3769 (*1 *1 *1 *2) (-12 (-5 *2 (-249 *3)) (-4 *1 (-260 *3)) (-4 *3 (-1013)))) (-3769 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-249 *3))) (-4 *1 (-260 *3)) (-4 *3 (-1013)))))
-(-13 (-455 |t#1| |t#1|) (-10 -8 (-15 -3769 ($ $ (-249 |t#1|))) (-15 -3769 ($ $ (-583 (-249 |t#1|))))))
-(((-455 |#1| |#1|) . T))
-((-3769 ((|#1| (-1 |#1| (-484)) (-1092 (-350 (-484)))) 26 T ELT)))
-(((-261 |#1|) (-10 -7 (-15 -3769 (|#1| (-1 |#1| (-484)) (-1092 (-350 (-484)))))) (-38 (-350 (-484)))) (T -261))
-((-3769 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-484))) (-5 *4 (-1092 (-350 (-484)))) (-5 *1 (-261 *2)) (-4 *2 (-38 (-350 (-484)))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 7 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 9 T ELT)))
-(((-262) (-1013)) (T -262))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3507 (((-484) $) 13 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3207 (((-1049) $) 10 T ELT)) (-3947 (((-772) $) 20 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-263) (-13 (-995) (-10 -8 (-15 -3207 ((-1049) $)) (-15 -3507 ((-484) $))))) (T -263))
-((-3207 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-263)))) (-3507 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-263)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 60 T ELT)) (-3130 (((-1166 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-258)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-821)) ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-821)) ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-740)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-1166 |#1| |#2| |#3| |#4|) #1#) $) NIL T ELT) (((-3 (-1090) #1#) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-950 (-1090))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-950 (-484))) ELT) (((-3 (-484) #1#) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-950 (-484))) ELT) (((-3 (-1160 |#2| |#3| |#4|) #1#) $) 26 T ELT)) (-3157 (((-1166 |#1| |#2| |#3| |#4|) $) NIL T ELT) (((-1090) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-950 (-1090))) ELT) (((-350 (-484)) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-950 (-484))) ELT) (((-484) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-950 (-484))) ELT) (((-1160 |#2| |#3| |#4|) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-1166 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1179 (-1166 |#1| |#2| |#3| |#4|)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-1166 |#1| |#2| |#3| |#4|)) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-483)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3187 (((-85) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-740)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-796 (-330))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-1166 |#1| |#2| |#3| |#4|) $) 22 T ELT)) (-3446 (((-632 $) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-1066)) ELT)) (-3188 (((-85) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-740)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-756)) ELT)) (-3959 (($ (-1 (-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|)) $) NIL T ELT)) (-3785 (((-3 (-750 |#2|) #1#) $) 80 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-1166 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1179 (-1166 |#1| |#2| |#3| |#4|)))) (-1179 $) $) NIL T ELT) (((-630 (-1166 |#1| |#2| |#3| |#4|)) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-258)) ELT)) (-3131 (((-1166 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-483)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-821)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-3769 (($ $ (-583 (-1166 |#1| |#2| |#3| |#4|)) (-583 (-1166 |#1| |#2| |#3| |#4|))) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-260 (-1166 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-260 (-1166 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-249 (-1166 |#1| |#2| |#3| |#4|))) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-260 (-1166 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-583 (-249 (-1166 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-260 (-1166 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-583 (-1090)) (-583 (-1166 |#1| |#2| |#3| |#4|))) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-455 (-1090) (-1166 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-1090) (-1166 |#1| |#2| |#3| |#4|)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-455 (-1090) (-1166 |#1| |#2| |#3| |#4|))) ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ $ (-1166 |#1| |#2| |#3| |#4|)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-241 (-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3759 (($ $ (-1 (-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|))) NIL T ELT) (($ $ (-1 (-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-811 (-1090))) ELT) (($ $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-189)) ELT) (($ $ (-694)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-189)) ELT)) (-2996 (($ $) NIL T ELT)) (-2998 (((-1166 |#1| |#2| |#3| |#4|) $) 19 T ELT)) (-3973 (((-800 (-484)) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-553 (-800 (-330)))) ELT) (((-473) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-553 (-473))) ELT) (((-330) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-933)) ELT) (((-179) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-933)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| (-1166 |#1| |#2| |#3| |#4|) (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-1166 |#1| |#2| |#3| |#4|)) 30 T ELT) (($ (-1090)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-950 (-1090))) ELT) (($ (-1160 |#2| |#3| |#4|)) 37 T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-1166 |#1| |#2| |#3| |#4|) (-821))) (|has| (-1166 |#1| |#2| |#3| |#4|) (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-3132 (((-1166 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-483)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 (($ $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-740)) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-1 (-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|))) NIL T ELT) (($ $ (-1 (-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-811 (-1090))) ELT) (($ $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-189)) ELT) (($ $ (-694)) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-189)) ELT)) (-2567 (((-85) $ $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| (-1166 |#1| |#2| |#3| |#4|) (-756)) ELT)) (-3950 (($ $ $) 35 T ELT) (($ (-1166 |#1| |#2| |#3| |#4|) (-1166 |#1| |#2| |#3| |#4|)) 32 T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ (-1166 |#1| |#2| |#3| |#4|) $) 31 T ELT) (($ $ (-1166 |#1| |#2| |#3| |#4|)) NIL T ELT)))
-(((-264 |#1| |#2| |#3| |#4|) (-13 (-904 (-1166 |#1| |#2| |#3| |#4|)) (-950 (-1160 |#2| |#3| |#4|)) (-10 -8 (-15 -3785 ((-3 (-750 |#2|) "failed") $)) (-15 -3947 ($ (-1160 |#2| |#3| |#4|))))) (-13 (-950 (-484)) (-580 (-484)) (-392)) (-13 (-27) (-1115) (-364 |#1|)) (-1090) |#2|) (T -264))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-1160 *4 *5 *6)) (-4 *4 (-13 (-27) (-1115) (-364 *3))) (-14 *5 (-1090)) (-14 *6 *4) (-4 *3 (-13 (-950 (-484)) (-580 (-484)) (-392))) (-5 *1 (-264 *3 *4 *5 *6)))) (-3785 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-950 (-484)) (-580 (-484)) (-392))) (-5 *2 (-750 *4)) (-5 *1 (-264 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1115) (-364 *3))) (-14 *5 (-1090)) (-14 *6 *4))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1215 (((-583 $) $ (-1090)) NIL (|has| |#1| (-495)) ELT) (((-583 $) $) NIL (|has| |#1| (-495)) ELT) (((-583 $) (-1085 $) (-1090)) NIL (|has| |#1| (-495)) ELT) (((-583 $) (-1085 $)) NIL (|has| |#1| (-495)) ELT) (((-583 $) (-857 $)) NIL (|has| |#1| (-495)) ELT)) (-1216 (($ $ (-1090)) NIL (|has| |#1| (-495)) ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ (-1085 $) (-1090)) NIL (|has| |#1| (-495)) ELT) (($ (-1085 $)) NIL (|has| |#1| (-495)) ELT) (($ (-857 $)) NIL (|has| |#1| (-495)) ELT)) (-3189 (((-85) $) 29 (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT)) (-3082 (((-583 (-1090)) $) 365 T ELT)) (-3084 (((-350 (-1085 $)) $ (-550 $)) NIL (|has| |#1| (-495)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-1600 (((-583 (-550 $)) $) NIL T ELT)) (-3493 (($ $) 170 (|has| |#1| (-495)) ELT)) (-3640 (($ $) 146 (|has| |#1| (-495)) ELT)) (-1372 (($ $ (-1004 $)) 231 (|has| |#1| (-495)) ELT) (($ $ (-1090)) 227 (|has| |#1| (-495)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL (OR (|has| |#1| (-21)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT)) (-1604 (($ $ (-249 $)) NIL T ELT) (($ $ (-583 (-249 $))) 383 T ELT) (($ $ (-583 (-550 $)) (-583 $)) 438 T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 305 (-12 (|has| |#1| (-392)) (|has| |#1| (-495))) ELT)) (-3776 (($ $) NIL (|has| |#1| (-495)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-495)) ELT)) (-3038 (($ $) NIL (|has| |#1| (-495)) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3491 (($ $) 166 (|has| |#1| (-495)) ELT)) (-3639 (($ $) 142 (|has| |#1| (-495)) ELT)) (-1609 (($ $ (-484)) 68 (|has| |#1| (-495)) ELT)) (-3495 (($ $) 174 (|has| |#1| (-495)) ELT)) (-3638 (($ $) 150 (|has| |#1| (-495)) ELT)) (-3725 (($) NIL (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) (|has| |#1| (-1025))) CONST)) (-1217 (((-583 $) $ (-1090)) NIL (|has| |#1| (-495)) ELT) (((-583 $) $) NIL (|has| |#1| (-495)) ELT) (((-583 $) (-1085 $) (-1090)) NIL (|has| |#1| (-495)) ELT) (((-583 $) (-1085 $)) NIL (|has| |#1| (-495)) ELT) (((-583 $) (-857 $)) NIL (|has| |#1| (-495)) ELT)) (-3184 (($ $ (-1090)) NIL (|has| |#1| (-495)) ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ (-1085 $) (-1090)) 133 (|has| |#1| (-495)) ELT) (($ (-1085 $)) NIL (|has| |#1| (-495)) ELT) (($ (-857 $)) NIL (|has| |#1| (-495)) ELT)) (-3158 (((-3 (-550 $) #1#) $) 18 T ELT) (((-3 (-1090) #1#) $) NIL T ELT) (((-3 |#1| #1#) $) 450 T ELT) (((-3 (-48) #1#) $) 333 (-12 (|has| |#1| (-495)) (|has| |#1| (-950 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-857 |#1|)) #1#) $) NIL (|has| |#1| (-495)) ELT) (((-3 (-857 |#1|) #1#) $) NIL (|has| |#1| (-961)) ELT) (((-3 (-350 (-484)) #1#) $) 48 (OR (-12 (|has| |#1| (-495)) (|has| |#1| (-950 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-3157 (((-550 $) $) 12 T ELT) (((-1090) $) NIL T ELT) ((|#1| $) 429 T ELT) (((-48) $) NIL (-12 (|has| |#1| (-495)) (|has| |#1| (-950 (-484)))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-857 |#1|)) $) NIL (|has| |#1| (-495)) ELT) (((-857 |#1|) $) NIL (|has| |#1| (-961)) ELT) (((-350 (-484)) $) 316 (OR (-12 (|has| |#1| (-495)) (|has| |#1| (-950 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-495)) ELT)) (-2279 (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 124 (|has| |#1| (-961)) ELT) (((-630 |#1|) (-630 $)) 114 (|has| |#1| (-961)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ELT) (((-630 (-484)) (-630 $)) NIL (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ELT)) (-3843 (($ $) 95 (|has| |#1| (-495)) ELT)) (-3468 (((-3 $ #1#) $) NIL (|has| |#1| (-1025)) ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-495)) ELT)) (-3945 (($ $ (-1004 $)) 235 (|has| |#1| (-495)) ELT) (($ $ (-1090)) 233 (|has| |#1| (-495)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-495)) ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3387 (($ $ $) 201 (|has| |#1| (-495)) ELT)) (-3628 (($) 136 (|has| |#1| (-495)) ELT)) (-1369 (($ $ $) 221 (|has| |#1| (-495)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 389 (|has| |#1| (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 396 (|has| |#1| (-796 (-330))) ELT)) (-2574 (($ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1214 (((-85) $ $) NIL (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT)) (-1599 (((-583 (-86)) $) NIL T ELT)) (-3596 (((-86) (-86)) 275 T ELT)) (-2410 (((-85) $) 27 (|has| |#1| (-1025)) ELT)) (-2674 (((-85) $) NIL (|has| $ (-950 (-484))) ELT)) (-2997 (($ $) 73 (|has| |#1| (-961)) ELT)) (-2999 (((-1039 |#1| (-550 $)) $) 90 (|has| |#1| (-961)) ELT)) (-1610 (((-85) $) 49 (|has| |#1| (-495)) ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-495)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-495)) ELT)) (-1597 (((-1085 $) (-550 $)) 276 (|has| $ (-961)) ELT)) (-3959 (($ (-1 $ $) (-550 $)) 434 T ELT)) (-1602 (((-3 (-550 $) #1#) $) NIL T ELT)) (-3943 (($ $) 140 (|has| |#1| (-495)) ELT)) (-2257 (($ $) 246 (|has| |#1| (-495)) ELT)) (-2280 (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL (|has| |#1| (-961)) ELT) (((-630 |#1|) (-1179 $)) NIL (|has| |#1| (-961)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ELT) (((-630 (-484)) (-1179 $)) NIL (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-495)) ELT) (($ $ $) NIL (|has| |#1| (-495)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1601 (((-583 (-550 $)) $) 51 T ELT)) (-2235 (($ (-86) $) NIL T ELT) (($ (-86) (-583 $)) 439 T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL (|has| |#1| (-1025)) ELT)) (-2826 (((-3 (-2 (|:| |val| $) (|:| -2401 (-484))) #1#) $) NIL (|has| |#1| (-961)) ELT)) (-2823 (((-3 (-583 $) #1#) $) 444 (|has| |#1| (-25)) ELT)) (-1797 (((-3 (-2 (|:| -3955 (-484)) (|:| |var| (-550 $))) #1#) $) 448 (|has| |#1| (-25)) ELT)) (-2825 (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) #1#) $) NIL (|has| |#1| (-1025)) ELT) (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) #1#) $ (-86)) NIL (|has| |#1| (-961)) ELT) (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) #1#) $ (-1090)) NIL (|has| |#1| (-961)) ELT)) (-2634 (((-85) $ (-86)) NIL T ELT) (((-85) $ (-1090)) 53 T ELT)) (-2485 (($ $) NIL (OR (|has| |#1| (-413)) (|has| |#1| (-495))) ELT)) (-2833 (($ $ (-1090)) 250 (|has| |#1| (-495)) ELT) (($ $ (-1004 $)) 252 (|has| |#1| (-495)) ELT)) (-2604 (((-694) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) 45 T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 298 (|has| |#1| (-495)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-495)) ELT) (($ $ $) NIL (|has| |#1| (-495)) ELT)) (-1598 (((-85) $ $) NIL T ELT) (((-85) $ (-1090)) NIL T ELT)) (-1373 (($ $ (-1090)) 225 (|has| |#1| (-495)) ELT) (($ $) 223 (|has| |#1| (-495)) ELT)) (-1367 (($ $) 217 (|has| |#1| (-495)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 303 (-12 (|has| |#1| (-392)) (|has| |#1| (-495))) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-495)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-495)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-495)) ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-495)) ELT)) (-3944 (($ $) 138 (|has| |#1| (-495)) ELT)) (-2675 (((-85) $) NIL (|has| $ (-950 (-484))) ELT)) (-3769 (($ $ (-550 $) $) NIL T ELT) (($ $ (-583 (-550 $)) (-583 $)) 433 T ELT) (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ $))) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ (-583 $)))) NIL T ELT) (($ $ (-1090) (-1 $ (-583 $))) NIL T ELT) (($ $ (-1090) (-1 $ $)) NIL T ELT) (($ $ (-583 (-86)) (-583 (-1 $ $))) 376 T ELT) (($ $ (-583 (-86)) (-583 (-1 $ (-583 $)))) NIL T ELT) (($ $ (-86) (-1 $ (-583 $))) NIL T ELT) (($ $ (-86) (-1 $ $)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-553 (-473))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-553 (-473))) ELT) (($ $) NIL (|has| |#1| (-553 (-473))) ELT) (($ $ (-86) $ (-1090)) 363 (|has| |#1| (-553 (-473))) ELT) (($ $ (-583 (-86)) (-583 $) (-1090)) 362 (|has| |#1| (-553 (-473))) ELT) (($ $ (-583 (-1090)) (-583 (-694)) (-583 (-1 $ $))) NIL (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694)) (-583 (-1 $ (-583 $)))) NIL (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694) (-1 $ (-583 $))) NIL (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694) (-1 $ $)) NIL (|has| |#1| (-961)) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-495)) ELT)) (-2255 (($ $) 238 (|has| |#1| (-495)) ELT)) (-3801 (($ (-86) $) NIL T ELT) (($ (-86) $ $) NIL T ELT) (($ (-86) $ $ $) NIL T ELT) (($ (-86) $ $ $ $) NIL T ELT) (($ (-86) (-583 $)) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-495)) ELT)) (-1603 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2256 (($ $) 248 (|has| |#1| (-495)) ELT)) (-3386 (($ $) 199 (|has| |#1| (-495)) ELT)) (-3759 (($ $ (-1090)) NIL (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-961)) ELT)) (-2996 (($ $) 74 (|has| |#1| (-495)) ELT)) (-2998 (((-1039 |#1| (-550 $)) $) 92 (|has| |#1| (-495)) ELT)) (-3186 (($ $) 314 (|has| $ (-961)) ELT)) (-3496 (($ $) 176 (|has| |#1| (-495)) ELT)) (-3637 (($ $) 152 (|has| |#1| (-495)) ELT)) (-3494 (($ $) 172 (|has| |#1| (-495)) ELT)) (-3636 (($ $) 148 (|has| |#1| (-495)) ELT)) (-3492 (($ $) 168 (|has| |#1| (-495)) ELT)) (-3635 (($ $) 144 (|has| |#1| (-495)) ELT)) (-3973 (((-800 (-484)) $) NIL (|has| |#1| (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| |#1| (-553 (-800 (-330)))) ELT) (($ (-348 $)) NIL (|has| |#1| (-495)) ELT) (((-473) $) 360 (|has| |#1| (-553 (-473))) ELT)) (-3010 (($ $ $) NIL (|has| |#1| (-413)) ELT)) (-2436 (($ $ $) NIL (|has| |#1| (-413)) ELT)) (-3947 (((-772) $) 432 T ELT) (($ (-550 $)) 423 T ELT) (($ (-1090)) 378 T ELT) (($ |#1|) 334 T ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ (-48)) 309 (-12 (|has| |#1| (-495)) (|has| |#1| (-950 (-484)))) ELT) (($ (-1039 |#1| (-550 $))) 94 (|has| |#1| (-961)) ELT) (($ (-350 |#1|)) NIL (|has| |#1| (-495)) ELT) (($ (-857 (-350 |#1|))) NIL (|has| |#1| (-495)) ELT) (($ (-350 (-857 (-350 |#1|)))) NIL (|has| |#1| (-495)) ELT) (($ (-350 (-857 |#1|))) NIL (|has| |#1| (-495)) ELT) (($ (-857 |#1|)) NIL (|has| |#1| (-961)) ELT) (($ (-484)) 36 (OR (|has| |#1| (-950 (-484))) (|has| |#1| (-961))) ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-495)) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL (|has| |#1| (-961)) CONST)) (-2591 (($ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3102 (($ $ $) 219 (|has| |#1| (-495)) ELT)) (-3390 (($ $ $) 205 (|has| |#1| (-495)) ELT)) (-3392 (($ $ $) 209 (|has| |#1| (-495)) ELT)) (-3389 (($ $ $) 203 (|has| |#1| (-495)) ELT)) (-3391 (($ $ $) 207 (|has| |#1| (-495)) ELT)) (-2254 (((-85) (-86)) 10 T ELT)) (-1265 (((-85) $ $) 85 T ELT)) (-3499 (($ $) 182 (|has| |#1| (-495)) ELT)) (-3487 (($ $) 158 (|has| |#1| (-495)) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) 178 (|has| |#1| (-495)) ELT)) (-3485 (($ $) 154 (|has| |#1| (-495)) ELT)) (-3501 (($ $) 186 (|has| |#1| (-495)) ELT)) (-3489 (($ $) 162 (|has| |#1| (-495)) ELT)) (-1798 (($ (-1090) $) NIL T ELT) (($ (-1090) $ $) NIL T ELT) (($ (-1090) $ $ $) NIL T ELT) (($ (-1090) $ $ $ $) NIL T ELT) (($ (-1090) (-583 $)) NIL T ELT)) (-3126 (((-85) $ $) NIL (|has| |#1| (-961)) ELT)) (-3394 (($ $) 213 (|has| |#1| (-495)) ELT)) (-3393 (($ $) 211 (|has| |#1| (-495)) ELT)) (-3502 (($ $) 188 (|has| |#1| (-495)) ELT)) (-3490 (($ $) 164 (|has| |#1| (-495)) ELT)) (-3500 (($ $) 184 (|has| |#1| (-495)) ELT)) (-3488 (($ $) 160 (|has| |#1| (-495)) ELT)) (-3498 (($ $) 180 (|has| |#1| (-495)) ELT)) (-3486 (($ $) 156 (|has| |#1| (-495)) ELT)) (-3384 (($ $) 191 (|has| |#1| (-495)) ELT)) (-2661 (($) 23 (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) CONST)) (-2259 (($ $) 242 (|has| |#1| (-495)) ELT)) (-2667 (($) 25 (|has| |#1| (-1025)) CONST)) (-3388 (($ $) 193 (|has| |#1| (-495)) ELT) (($ $ $) 195 (|has| |#1| (-495)) ELT)) (-2260 (($ $) 240 (|has| |#1| (-495)) ELT)) (-2670 (($ $ (-1090)) NIL (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-961)) ELT)) (-2258 (($ $) 244 (|has| |#1| (-495)) ELT)) (-3385 (($ $ $) 197 (|has| |#1| (-495)) ELT)) (-3057 (((-85) $ $) 87 T ELT)) (-3950 (($ (-1039 |#1| (-550 $)) (-1039 |#1| (-550 $))) 105 (|has| |#1| (-495)) ELT) (($ $ $) 44 (OR (|has| |#1| (-413)) (|has| |#1| (-495))) ELT)) (-3838 (($ $ $) 42 (OR (|has| |#1| (-21)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT) (($ $) 31 (OR (|has| |#1| (-21)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT)) (-3840 (($ $ $) 40 (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT)) (** (($ $ $) 65 (|has| |#1| (-495)) ELT) (($ $ (-350 (-484))) 311 (|has| |#1| (-495)) ELT) (($ $ (-484)) 79 (OR (|has| |#1| (-413)) (|has| |#1| (-495))) ELT) (($ $ (-694)) 75 (|has| |#1| (-1025)) ELT) (($ $ (-830)) 83 (|has| |#1| (-1025)) ELT)) (* (($ (-350 (-484)) $) NIL (|has| |#1| (-495)) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-495)) ELT) (($ $ |#1|) NIL (|has| |#1| (-146)) ELT) (($ |#1| $) NIL (|has| |#1| (-961)) ELT) (($ $ $) 38 (|has| |#1| (-1025)) ELT) (($ (-484) $) 34 (OR (|has| |#1| (-21)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT) (($ (-694) $) NIL (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT) (($ (-830) $) NIL (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961)))) ELT)))
-(((-265 |#1|) (-13 (-364 |#1|) (-10 -8 (IF (|has| |#1| (-495)) (PROGN (-6 (-29 |#1|)) (-6 (-1115)) (-6 (-133)) (-6 (-569)) (-6 (-1053)) (-15 -3843 ($ $)) (-15 -1610 ((-85) $)) (-15 -1609 ($ $ (-484))) (IF (|has| |#1| (-392)) (PROGN (-15 -2707 ((-348 (-1085 $)) (-1085 $))) (-15 -2708 ((-348 (-1085 $)) (-1085 $)))) |%noBranch|) (IF (|has| |#1| (-950 (-484))) (-6 (-950 (-48))) |%noBranch|)) |%noBranch|))) (-1013)) (T -265))
-((-3843 (*1 *1 *1) (-12 (-5 *1 (-265 *2)) (-4 *2 (-495)) (-4 *2 (-1013)))) (-1610 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-265 *3)) (-4 *3 (-495)) (-4 *3 (-1013)))) (-1609 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-265 *3)) (-4 *3 (-495)) (-4 *3 (-1013)))) (-2707 (*1 *2 *3) (-12 (-5 *2 (-348 (-1085 *1))) (-5 *1 (-265 *4)) (-5 *3 (-1085 *1)) (-4 *4 (-392)) (-4 *4 (-495)) (-4 *4 (-1013)))) (-2708 (*1 *2 *3) (-12 (-5 *2 (-348 (-1085 *1))) (-5 *1 (-265 *4)) (-5 *3 (-1085 *1)) (-4 *4 (-392)) (-4 *4 (-495)) (-4 *4 (-1013)))))
-((-3959 (((-265 |#2|) (-1 |#2| |#1|) (-265 |#1|)) 13 T ELT)))
-(((-266 |#1| |#2|) (-10 -7 (-15 -3959 ((-265 |#2|) (-1 |#2| |#1|) (-265 |#1|)))) (-1013) (-1013)) (T -266))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-265 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *2 (-265 *6)) (-5 *1 (-266 *5 *6)))))
-((-3730 (((-51) |#2| (-249 |#2|) (-694)) 40 T ELT) (((-51) |#2| (-249 |#2|)) 32 T ELT) (((-51) |#2| (-694)) 35 T ELT) (((-51) |#2|) 33 T ELT) (((-51) (-1090)) 26 T ELT)) (-3819 (((-51) |#2| (-249 |#2|) (-350 (-484))) 59 T ELT) (((-51) |#2| (-249 |#2|)) 56 T ELT) (((-51) |#2| (-350 (-484))) 58 T ELT) (((-51) |#2|) 57 T ELT) (((-51) (-1090)) 55 T ELT)) (-3783 (((-51) |#2| (-249 |#2|) (-350 (-484))) 54 T ELT) (((-51) |#2| (-249 |#2|)) 51 T ELT) (((-51) |#2| (-350 (-484))) 53 T ELT) (((-51) |#2|) 52 T ELT) (((-51) (-1090)) 50 T ELT)) (-3780 (((-51) |#2| (-249 |#2|) (-484)) 47 T ELT) (((-51) |#2| (-249 |#2|)) 44 T ELT) (((-51) |#2| (-484)) 46 T ELT) (((-51) |#2|) 45 T ELT) (((-51) (-1090)) 43 T ELT)))
-(((-267 |#1| |#2|) (-10 -7 (-15 -3730 ((-51) (-1090))) (-15 -3730 ((-51) |#2|)) (-15 -3730 ((-51) |#2| (-694))) (-15 -3730 ((-51) |#2| (-249 |#2|))) (-15 -3730 ((-51) |#2| (-249 |#2|) (-694))) (-15 -3780 ((-51) (-1090))) (-15 -3780 ((-51) |#2|)) (-15 -3780 ((-51) |#2| (-484))) (-15 -3780 ((-51) |#2| (-249 |#2|))) (-15 -3780 ((-51) |#2| (-249 |#2|) (-484))) (-15 -3783 ((-51) (-1090))) (-15 -3783 ((-51) |#2|)) (-15 -3783 ((-51) |#2| (-350 (-484)))) (-15 -3783 ((-51) |#2| (-249 |#2|))) (-15 -3783 ((-51) |#2| (-249 |#2|) (-350 (-484)))) (-15 -3819 ((-51) (-1090))) (-15 -3819 ((-51) |#2|)) (-15 -3819 ((-51) |#2| (-350 (-484)))) (-15 -3819 ((-51) |#2| (-249 |#2|))) (-15 -3819 ((-51) |#2| (-249 |#2|) (-350 (-484))))) (-13 (-392) (-950 (-484)) (-580 (-484))) (-13 (-27) (-1115) (-364 |#1|))) (T -267))
-((-3819 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-249 *3)) (-5 *5 (-350 (-484))) (-4 *3 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *6 *3)))) (-3819 (*1 *2 *3 *4) (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)))) (-3819 (*1 *2 *3 *4) (-12 (-5 *4 (-350 (-484))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))) (-3819 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4))))) (-3819 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1115) (-364 *4))))) (-3783 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-249 *3)) (-5 *5 (-350 (-484))) (-4 *3 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *6 *3)))) (-3783 (*1 *2 *3 *4) (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)))) (-3783 (*1 *2 *3 *4) (-12 (-5 *4 (-350 (-484))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))) (-3783 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4))))) (-3783 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1115) (-364 *4))))) (-3780 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-392) (-950 *5) (-580 *5))) (-5 *5 (-484)) (-5 *2 (-51)) (-5 *1 (-267 *6 *3)))) (-3780 (*1 *2 *3 *4) (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)))) (-3780 (*1 *2 *3 *4) (-12 (-5 *4 (-484)) (-4 *5 (-13 (-392) (-950 *4) (-580 *4))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))) (-3780 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4))))) (-3780 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1115) (-364 *4))))) (-3730 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-249 *3)) (-5 *5 (-694)) (-4 *3 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *6 *3)))) (-3730 (*1 *2 *3 *4) (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)))) (-3730 (*1 *2 *3 *4) (-12 (-5 *4 (-694)) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))) (-3730 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4))))) (-3730 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1115) (-364 *4))))))
-((-1611 (((-51) |#2| (-86) (-249 |#2|) (-583 |#2|)) 89 T ELT) (((-51) |#2| (-86) (-249 |#2|) (-249 |#2|)) 85 T ELT) (((-51) |#2| (-86) (-249 |#2|) |#2|) 87 T ELT) (((-51) (-249 |#2|) (-86) (-249 |#2|) |#2|) 88 T ELT) (((-51) (-583 |#2|) (-583 (-86)) (-249 |#2|) (-583 (-249 |#2|))) 81 T ELT) (((-51) (-583 |#2|) (-583 (-86)) (-249 |#2|) (-583 |#2|)) 83 T ELT) (((-51) (-583 (-249 |#2|)) (-583 (-86)) (-249 |#2|) (-583 |#2|)) 84 T ELT) (((-51) (-583 (-249 |#2|)) (-583 (-86)) (-249 |#2|) (-583 (-249 |#2|))) 82 T ELT) (((-51) (-249 |#2|) (-86) (-249 |#2|) (-583 |#2|)) 90 T ELT) (((-51) (-249 |#2|) (-86) (-249 |#2|) (-249 |#2|)) 86 T ELT)))
-(((-268 |#1| |#2|) (-10 -7 (-15 -1611 ((-51) (-249 |#2|) (-86) (-249 |#2|) (-249 |#2|))) (-15 -1611 ((-51) (-249 |#2|) (-86) (-249 |#2|) (-583 |#2|))) (-15 -1611 ((-51) (-583 (-249 |#2|)) (-583 (-86)) (-249 |#2|) (-583 (-249 |#2|)))) (-15 -1611 ((-51) (-583 (-249 |#2|)) (-583 (-86)) (-249 |#2|) (-583 |#2|))) (-15 -1611 ((-51) (-583 |#2|) (-583 (-86)) (-249 |#2|) (-583 |#2|))) (-15 -1611 ((-51) (-583 |#2|) (-583 (-86)) (-249 |#2|) (-583 (-249 |#2|)))) (-15 -1611 ((-51) (-249 |#2|) (-86) (-249 |#2|) |#2|)) (-15 -1611 ((-51) |#2| (-86) (-249 |#2|) |#2|)) (-15 -1611 ((-51) |#2| (-86) (-249 |#2|) (-249 |#2|))) (-15 -1611 ((-51) |#2| (-86) (-249 |#2|) (-583 |#2|)))) (-13 (-495) (-553 (-473))) (-364 |#1|)) (T -268))
-((-1611 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-86)) (-5 *5 (-249 *3)) (-5 *6 (-583 *3)) (-4 *3 (-364 *7)) (-4 *7 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *7 *3)))) (-1611 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-86)) (-5 *5 (-249 *3)) (-4 *3 (-364 *6)) (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *3)))) (-1611 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-86)) (-5 *5 (-249 *3)) (-4 *3 (-364 *6)) (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *3)))) (-1611 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-249 *5)) (-5 *4 (-86)) (-4 *5 (-364 *6)) (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *5)))) (-1611 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 (-86))) (-5 *6 (-583 (-249 *8))) (-4 *8 (-364 *7)) (-5 *5 (-249 *8)) (-4 *7 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *7 *8)))) (-1611 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-583 *7)) (-5 *4 (-583 (-86))) (-5 *5 (-249 *7)) (-4 *7 (-364 *6)) (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *7)))) (-1611 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-583 (-249 *8))) (-5 *4 (-583 (-86))) (-5 *5 (-249 *8)) (-5 *6 (-583 *8)) (-4 *8 (-364 *7)) (-4 *7 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *7 *8)))) (-1611 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-583 (-249 *7))) (-5 *4 (-583 (-86))) (-5 *5 (-249 *7)) (-4 *7 (-364 *6)) (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *7)))) (-1611 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-249 *7)) (-5 *4 (-86)) (-5 *5 (-583 *7)) (-4 *7 (-364 *6)) (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *7)))) (-1611 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-249 *6)) (-5 *4 (-86)) (-4 *6 (-364 *5)) (-4 *5 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *5 *6)))))
-((-1613 (((-1125 (-838)) (-265 (-484)) (-265 (-484)) (-265 (-484)) (-1 (-179) (-179)) (-1001 (-179)) (-179) (-484) (-1073)) 67 T ELT) (((-1125 (-838)) (-265 (-484)) (-265 (-484)) (-265 (-484)) (-1 (-179) (-179)) (-1001 (-179)) (-179) (-484)) 68 T ELT) (((-1125 (-838)) (-265 (-484)) (-265 (-484)) (-265 (-484)) (-1 (-179) (-179)) (-1001 (-179)) (-1 (-179) (-179)) (-484) (-1073)) 64 T ELT) (((-1125 (-838)) (-265 (-484)) (-265 (-484)) (-265 (-484)) (-1 (-179) (-179)) (-1001 (-179)) (-1 (-179) (-179)) (-484)) 65 T ELT)) (-1612 (((-1 (-179) (-179)) (-179)) 66 T ELT)))
-(((-269) (-10 -7 (-15 -1612 ((-1 (-179) (-179)) (-179))) (-15 -1613 ((-1125 (-838)) (-265 (-484)) (-265 (-484)) (-265 (-484)) (-1 (-179) (-179)) (-1001 (-179)) (-1 (-179) (-179)) (-484))) (-15 -1613 ((-1125 (-838)) (-265 (-484)) (-265 (-484)) (-265 (-484)) (-1 (-179) (-179)) (-1001 (-179)) (-1 (-179) (-179)) (-484) (-1073))) (-15 -1613 ((-1125 (-838)) (-265 (-484)) (-265 (-484)) (-265 (-484)) (-1 (-179) (-179)) (-1001 (-179)) (-179) (-484))) (-15 -1613 ((-1125 (-838)) (-265 (-484)) (-265 (-484)) (-265 (-484)) (-1 (-179) (-179)) (-1001 (-179)) (-179) (-484) (-1073))))) (T -269))
-((-1613 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-265 (-484))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1001 (-179))) (-5 *6 (-179)) (-5 *7 (-484)) (-5 *8 (-1073)) (-5 *2 (-1125 (-838))) (-5 *1 (-269)))) (-1613 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-265 (-484))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1001 (-179))) (-5 *6 (-179)) (-5 *7 (-484)) (-5 *2 (-1125 (-838))) (-5 *1 (-269)))) (-1613 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-265 (-484))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1001 (-179))) (-5 *6 (-484)) (-5 *7 (-1073)) (-5 *2 (-1125 (-838))) (-5 *1 (-269)))) (-1613 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-265 (-484))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1001 (-179))) (-5 *6 (-484)) (-5 *2 (-1125 (-838))) (-5 *1 (-269)))) (-1612 (*1 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *1 (-269)) (-5 *3 (-179)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 26 T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-350 (-484))) NIL T ELT) (($ $ (-350 (-484)) (-350 (-484))) NIL T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|))) $) 20 T ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-694) (-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|)))) NIL T ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) 36 T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-3187 (((-85) $) NIL T ELT)) (-2893 (((-85) $) NIL T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-350 (-484)) $) NIL T ELT) (((-350 (-484)) $ (-350 (-484))) 16 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3778 (($ $ (-830)) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-350 (-484))) NIL T ELT) (($ $ (-994) (-350 (-484))) NIL T ELT) (($ $ (-583 (-994)) (-583 (-350 (-484)))) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3943 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3813 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-350 (-484))) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-1614 (((-350 (-484)) $) 17 T ELT)) (-3091 (($ (-1160 |#1| |#2| |#3|)) 11 T ELT)) (-2401 (((-1160 |#1| |#2| |#3|) $) 12 T ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-350 (-484))) NIL T ELT) (($ $ $) NIL (|has| (-350 (-484)) (-1025)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT)) (-3949 (((-350 (-484)) $) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) 10 T ELT)) (-3947 (((-772) $) 42 T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3678 ((|#1| $ (-350 (-484))) 34 T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-3774 ((|#1| $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-350 (-484))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 28 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 37 T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-270 |#1| |#2| |#3|) (-13 (-1162 |#1|) (-716) (-10 -8 (-15 -3091 ($ (-1160 |#1| |#2| |#3|))) (-15 -2401 ((-1160 |#1| |#2| |#3|) $)) (-15 -1614 ((-350 (-484)) $)))) (-312) (-1090) |#1|) (T -270))
-((-3091 (*1 *1 *2) (-12 (-5 *2 (-1160 *3 *4 *5)) (-4 *3 (-312)) (-14 *4 (-1090)) (-14 *5 *3) (-5 *1 (-270 *3 *4 *5)))) (-2401 (*1 *2 *1) (-12 (-5 *2 (-1160 *3 *4 *5)) (-5 *1 (-270 *3 *4 *5)) (-4 *3 (-312)) (-14 *4 (-1090)) (-14 *5 *3))) (-1614 (*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-270 *3 *4 *5)) (-4 *3 (-312)) (-14 *4 (-1090)) (-14 *5 *3))))
-((-3012 (((-2 (|:| -2401 (-694)) (|:| -3955 |#1|) (|:| |radicand| (-583 |#1|))) (-348 |#1|) (-694)) 35 T ELT)) (-3943 (((-583 (-2 (|:| -3955 (-694)) (|:| |logand| |#1|))) (-348 |#1|)) 40 T ELT)))
-(((-271 |#1|) (-10 -7 (-15 -3012 ((-2 (|:| -2401 (-694)) (|:| -3955 |#1|) (|:| |radicand| (-583 |#1|))) (-348 |#1|) (-694))) (-15 -3943 ((-583 (-2 (|:| -3955 (-694)) (|:| |logand| |#1|))) (-348 |#1|)))) (-495)) (T -271))
-((-3943 (*1 *2 *3) (-12 (-5 *3 (-348 *4)) (-4 *4 (-495)) (-5 *2 (-583 (-2 (|:| -3955 (-694)) (|:| |logand| *4)))) (-5 *1 (-271 *4)))) (-3012 (*1 *2 *3 *4) (-12 (-5 *3 (-348 *5)) (-4 *5 (-495)) (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *5) (|:| |radicand| (-583 *5)))) (-5 *1 (-271 *5)) (-5 *4 (-694)))))
-((-3082 (((-583 |#2|) (-1085 |#4|)) 45 T ELT)) (-1619 ((|#3| (-484)) 48 T ELT)) (-1617 (((-1085 |#4|) (-1085 |#3|)) 30 T ELT)) (-1618 (((-1085 |#4|) (-1085 |#4|) (-484)) 67 T ELT)) (-1616 (((-1085 |#3|) (-1085 |#4|)) 21 T ELT)) (-3949 (((-583 (-694)) (-1085 |#4|) (-583 |#2|)) 41 T ELT)) (-1615 (((-1085 |#3|) (-1085 |#4|) (-583 |#2|) (-583 |#3|)) 35 T ELT)))
-(((-272 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1615 ((-1085 |#3|) (-1085 |#4|) (-583 |#2|) (-583 |#3|))) (-15 -3949 ((-583 (-694)) (-1085 |#4|) (-583 |#2|))) (-15 -3082 ((-583 |#2|) (-1085 |#4|))) (-15 -1616 ((-1085 |#3|) (-1085 |#4|))) (-15 -1617 ((-1085 |#4|) (-1085 |#3|))) (-15 -1618 ((-1085 |#4|) (-1085 |#4|) (-484))) (-15 -1619 (|#3| (-484)))) (-717) (-756) (-961) (-861 |#3| |#1| |#2|)) (T -272))
-((-1619 (*1 *2 *3) (-12 (-5 *3 (-484)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-961)) (-5 *1 (-272 *4 *5 *2 *6)) (-4 *6 (-861 *2 *4 *5)))) (-1618 (*1 *2 *2 *3) (-12 (-5 *2 (-1085 *7)) (-5 *3 (-484)) (-4 *7 (-861 *6 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961)) (-5 *1 (-272 *4 *5 *6 *7)))) (-1617 (*1 *2 *3) (-12 (-5 *3 (-1085 *6)) (-4 *6 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-1085 *7)) (-5 *1 (-272 *4 *5 *6 *7)) (-4 *7 (-861 *6 *4 *5)))) (-1616 (*1 *2 *3) (-12 (-5 *3 (-1085 *7)) (-4 *7 (-861 *6 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961)) (-5 *2 (-1085 *6)) (-5 *1 (-272 *4 *5 *6 *7)))) (-3082 (*1 *2 *3) (-12 (-5 *3 (-1085 *7)) (-4 *7 (-861 *6 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961)) (-5 *2 (-583 *5)) (-5 *1 (-272 *4 *5 *6 *7)))) (-3949 (*1 *2 *3 *4) (-12 (-5 *3 (-1085 *8)) (-5 *4 (-583 *6)) (-4 *6 (-756)) (-4 *8 (-861 *7 *5 *6)) (-4 *5 (-717)) (-4 *7 (-961)) (-5 *2 (-583 (-694))) (-5 *1 (-272 *5 *6 *7 *8)))) (-1615 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1085 *9)) (-5 *4 (-583 *7)) (-5 *5 (-583 *8)) (-4 *7 (-756)) (-4 *8 (-961)) (-4 *9 (-861 *8 *6 *7)) (-4 *6 (-717)) (-5 *2 (-1085 *8)) (-5 *1 (-272 *6 *7 *8 *9)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 19 T ELT)) (-3775 (((-583 (-2 (|:| |gen| |#1|) (|:| -3944 (-484)))) $) 21 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3137 (((-694) $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2299 ((|#1| $ (-484)) NIL T ELT)) (-1622 (((-484) $ (-484)) NIL T ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2290 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1621 (($ (-1 (-484) (-484)) $) 11 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1620 (($ $ $) NIL (|has| (-484) (-716)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-3678 (((-484) |#1| $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 30 (|has| |#1| (-756)) ELT)) (-3838 (($ $) 12 T ELT) (($ $ $) 29 T ELT)) (-3840 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ (-484)) NIL T ELT) (($ (-484) |#1|) 28 T ELT)))
-(((-273 |#1|) (-13 (-21) (-654 (-484)) (-274 |#1| (-484)) (-10 -7 (IF (|has| |#1| (-756)) (-6 (-756)) |%noBranch|))) (-1013)) (T -273))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3775 (((-583 (-2 (|:| |gen| |#1|) (|:| -3944 |#2|))) $) 34 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3137 (((-694) $) 35 T ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#1| "failed") $) 39 T ELT)) (-3157 ((|#1| $) 40 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2299 ((|#1| $ (-484)) 32 T ELT)) (-1622 ((|#2| $ (-484)) 33 T ELT)) (-2290 (($ (-1 |#1| |#1|) $) 29 T ELT)) (-1621 (($ (-1 |#2| |#2|) $) 30 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1620 (($ $ $) 28 (|has| |#2| (-716)) ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ |#1|) 38 T ELT)) (-3678 ((|#2| |#1| $) 31 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3840 (($ $ $) 18 T ELT) (($ |#1| $) 37 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ |#2| |#1|) 36 T ELT)))
-(((-274 |#1| |#2|) (-113) (-1013) (-104)) (T -274))
-((-3840 (*1 *1 *2 *1) (-12 (-4 *1 (-274 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-104)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-274 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-104)))) (-3137 (*1 *2 *1) (-12 (-4 *1 (-274 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-104)) (-5 *2 (-694)))) (-3775 (*1 *2 *1) (-12 (-4 *1 (-274 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-104)) (-5 *2 (-583 (-2 (|:| |gen| *3) (|:| -3944 *4)))))) (-1622 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-274 *4 *2)) (-4 *4 (-1013)) (-4 *2 (-104)))) (-2299 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-274 *2 *4)) (-4 *4 (-104)) (-4 *2 (-1013)))) (-3678 (*1 *2 *3 *1) (-12 (-4 *1 (-274 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-104)))) (-1621 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-274 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-104)))) (-2290 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-104)))) (-1620 (*1 *1 *1 *1) (-12 (-4 *1 (-274 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-104)) (-4 *3 (-716)))))
-(-13 (-104) (-950 |t#1|) (-10 -8 (-15 -3840 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -3137 ((-694) $)) (-15 -3775 ((-583 (-2 (|:| |gen| |t#1|) (|:| -3944 |t#2|))) $)) (-15 -1622 (|t#2| $ (-484))) (-15 -2299 (|t#1| $ (-484))) (-15 -3678 (|t#2| |t#1| $)) (-15 -1621 ($ (-1 |t#2| |t#2|) $)) (-15 -2290 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-716)) (-15 -1620 ($ $ $)) |%noBranch|)))
-(((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-13) . T) ((-950 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3775 (((-583 (-2 (|:| |gen| |#1|) (|:| -3944 (-694)))) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3137 (((-694) $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2299 ((|#1| $ (-484)) NIL T ELT)) (-1622 (((-694) $ (-484)) NIL T ELT)) (-2290 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1621 (($ (-1 (-694) (-694)) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1620 (($ $ $) NIL (|has| (-694) (-716)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-3678 (((-694) |#1| $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-694) |#1|) NIL T ELT)))
-(((-275 |#1|) (-274 |#1| (-694)) (-1013)) (T -275))
-NIL
-((-3504 (($ $) 72 T ELT)) (-1624 (($ $ |#2| |#3| $) 14 T ELT)) (-1625 (($ (-1 |#3| |#3|) $) 51 T ELT)) (-1800 (((-85) $) 42 T ELT)) (-1799 ((|#2| $) 44 T ELT)) (-3467 (((-3 $ #1="failed") $ $) NIL T ELT) (((-3 $ #1#) $ |#2|) 64 T ELT)) (-2818 ((|#2| $) 68 T ELT)) (-3818 (((-583 |#2|) $) 56 T ELT)) (-1623 (($ $ $ (-694)) 37 T ELT)) (-3950 (($ $ |#2|) 60 T ELT)))
-(((-276 |#1| |#2| |#3|) (-10 -7 (-15 -3504 (|#1| |#1|)) (-15 -2818 (|#2| |#1|)) (-15 -3467 ((-3 |#1| #1="failed") |#1| |#2|)) (-15 -1623 (|#1| |#1| |#1| (-694))) (-15 -1624 (|#1| |#1| |#2| |#3| |#1|)) (-15 -1625 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3818 ((-583 |#2|) |#1|)) (-15 -1799 (|#2| |#1|)) (-15 -1800 ((-85) |#1|)) (-15 -3467 ((-3 |#1| #1#) |#1| |#1|)) (-15 -3950 (|#1| |#1| |#2|))) (-277 |#2| |#3|) (-961) (-716)) (T -276))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 71 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 72 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 74 (|has| |#1| (-495)) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 (-484) #1="failed") $) 109 (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) 107 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 104 T ELT)) (-3157 (((-484) $) 108 (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) 106 (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) 105 T ELT)) (-3960 (($ $) 80 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3504 (($ $) 93 (|has| |#1| (-392)) ELT)) (-1624 (($ $ |#1| |#2| $) 97 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2420 (((-694) $) 100 T ELT)) (-3938 (((-85) $) 82 T ELT)) (-2894 (($ |#1| |#2|) 81 T ELT)) (-2821 ((|#2| $) 99 T ELT)) (-1625 (($ (-1 |#2| |#2|) $) 98 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-2895 (($ $) 85 T ELT)) (-3175 ((|#1| $) 86 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1800 (((-85) $) 103 T ELT)) (-1799 ((|#1| $) 102 T ELT)) (-3467 (((-3 $ "failed") $ $) 70 (|has| |#1| (-495)) ELT) (((-3 $ "failed") $ |#1|) 95 (|has| |#1| (-495)) ELT)) (-3949 ((|#2| $) 84 T ELT)) (-2818 ((|#1| $) 94 (|has| |#1| (-392)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 69 (|has| |#1| (-495)) ELT) (($ |#1|) 67 T ELT) (($ (-350 (-484))) 77 (OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-38 (-350 (-484))))) ELT)) (-3818 (((-583 |#1|) $) 101 T ELT)) (-3678 ((|#1| $ |#2|) 79 T ELT)) (-2703 (((-632 $) $) 68 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-1623 (($ $ $ (-694)) 96 (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 73 (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-484)) $) 76 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 75 (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-277 |#1| |#2|) (-113) (-961) (-716)) (T -277))
-((-1800 (*1 *2 *1) (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-85)))) (-1799 (*1 *2 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *3 (-716)) (-4 *2 (-961)))) (-3818 (*1 *2 *1) (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-583 *3)))) (-2420 (*1 *2 *1) (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-694)))) (-2821 (*1 *2 *1) (-12 (-4 *1 (-277 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716)))) (-1625 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-277 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)))) (-1624 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716)))) (-1623 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-277 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-4 *3 (-146)))) (-3467 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-277 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716)) (-4 *2 (-495)))) (-2818 (*1 *2 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *3 (-716)) (-4 *2 (-961)) (-4 *2 (-392)))) (-3504 (*1 *1 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716)) (-4 *2 (-392)))))
-(-13 (-47 |t#1| |t#2|) (-355 |t#1|) (-10 -8 (-15 -1800 ((-85) $)) (-15 -1799 (|t#1| $)) (-15 -3818 ((-583 |t#1|) $)) (-15 -2420 ((-694) $)) (-15 -2821 (|t#2| $)) (-15 -1625 ($ (-1 |t#2| |t#2|) $)) (-15 -1624 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-146)) (-15 -1623 ($ $ $ (-694))) |%noBranch|) (IF (|has| |t#1| (-495)) (-15 -3467 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-392)) (PROGN (-15 -2818 (|t#1| $)) (-15 -3504 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-495)) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-38 (-350 (-484))))) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-555 $) |has| |#1| (-495)) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-246) |has| |#1| (-495)) ((-355 |#1|) . T) ((-495) |has| |#1| (-495)) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) |has| |#1| (-495)) ((-654 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) |has| |#1| (-495)) ((-663) . T) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T) ((-963 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-968 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1035 |#1|)) (|has| |#1| (-756))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-756)) ELT)) (-1986 (((-85) (-85)) NIL T ELT)) (-3789 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1570 (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) NIL T ELT)) (-2368 (($ $) NIL (|has| |#1| (-72)) ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3406 (($ |#1| $) NIL (|has| |#1| (-72)) ELT) (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1576 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) NIL T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) NIL T ELT) (((-484) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) NIL (|has| |#1| (-72)) ELT)) (-1987 (($ $ (-484)) NIL T ELT)) (-1988 (((-694) $) NIL T ELT)) (-3615 (($ (-694) |#1|) NIL T ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2857 (($ $ $) NIL (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3610 (($ $ $ (-484)) NIL T ELT) (($ |#1| $ (-484)) NIL T ELT)) (-2304 (($ |#1| $ (-484)) NIL T ELT) (($ $ $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1989 (($ (-583 |#1|)) NIL T ELT)) (-3802 ((|#1| $) NIL (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2199 (($ $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ (-484) |#1|) NIL T ELT) ((|#1| $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-1571 (($ $ (-1146 (-484))) NIL T ELT) (($ $ (-484)) NIL T ELT)) (-2305 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) NIL T ELT)) (-3792 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3803 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-278 |#1|) (-13 (-19 |#1|) (-237 |#1|) (-10 -8 (-15 -1989 ($ (-583 |#1|))) (-15 -1988 ((-694) $)) (-15 -1987 ($ $ (-484))) (-15 -1986 ((-85) (-85))))) (-1129)) (T -278))
-((-1989 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-278 *3)))) (-1988 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-278 *3)) (-4 *3 (-1129)))) (-1987 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-278 *3)) (-4 *3 (-1129)))) (-1986 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-278 *3)) (-4 *3 (-1129)))))
-((-3933 (((-85) $) 47 T ELT)) (-3930 (((-694)) 23 T ELT)) (-3331 ((|#2| $) 51 T ELT) (($ $ (-830)) 123 T ELT)) (-3137 (((-694)) 124 T ELT)) (-1795 (($ (-1179 |#2|)) 20 T ELT)) (-2011 (((-85) $) 136 T ELT)) (-3133 ((|#2| $) 53 T ELT) (($ $ (-830)) 120 T ELT)) (-2014 (((-1085 |#2|) $) NIL T ELT) (((-1085 $) $ (-830)) 111 T ELT)) (-1627 (((-1085 |#2|) $) 95 T ELT)) (-1626 (((-1085 |#2|) $) 91 T ELT) (((-3 (-1085 |#2|) "failed") $ $) 88 T ELT)) (-1628 (($ $ (-1085 |#2|)) 58 T ELT)) (-3931 (((-743 (-830))) 30 T ELT) (((-830)) 48 T ELT)) (-3912 (((-107)) 27 T ELT)) (-3949 (((-743 (-830)) $) 32 T ELT) (((-830) $) 139 T ELT)) (-1629 (($) 130 T ELT)) (-3225 (((-1179 |#2|) $) NIL T ELT) (((-630 |#2|) (-1179 $)) 42 T ELT)) (-2703 (($ $) NIL T ELT) (((-632 $) $) 100 T ELT)) (-3934 (((-85) $) 45 T ELT)))
-(((-279 |#1| |#2|) (-10 -7 (-15 -2703 ((-632 |#1|) |#1|)) (-15 -3137 ((-694))) (-15 -2703 (|#1| |#1|)) (-15 -1626 ((-3 (-1085 |#2|) "failed") |#1| |#1|)) (-15 -1626 ((-1085 |#2|) |#1|)) (-15 -1627 ((-1085 |#2|) |#1|)) (-15 -1628 (|#1| |#1| (-1085 |#2|))) (-15 -2011 ((-85) |#1|)) (-15 -1629 (|#1|)) (-15 -3331 (|#1| |#1| (-830))) (-15 -3133 (|#1| |#1| (-830))) (-15 -2014 ((-1085 |#1|) |#1| (-830))) (-15 -3331 (|#2| |#1|)) (-15 -3133 (|#2| |#1|)) (-15 -3949 ((-830) |#1|)) (-15 -3931 ((-830))) (-15 -2014 ((-1085 |#2|) |#1|)) (-15 -1795 (|#1| (-1179 |#2|))) (-15 -3225 ((-630 |#2|) (-1179 |#1|))) (-15 -3225 ((-1179 |#2|) |#1|)) (-15 -3930 ((-694))) (-15 -3931 ((-743 (-830)))) (-15 -3949 ((-743 (-830)) |#1|)) (-15 -3933 ((-85) |#1|)) (-15 -3934 ((-85) |#1|)) (-15 -3912 ((-107)))) (-280 |#2|) (-312)) (T -279))
-((-3912 (*1 *2) (-12 (-4 *4 (-312)) (-5 *2 (-107)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4)))) (-3931 (*1 *2) (-12 (-4 *4 (-312)) (-5 *2 (-743 (-830))) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4)))) (-3930 (*1 *2) (-12 (-4 *4 (-312)) (-5 *2 (-694)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4)))) (-3931 (*1 *2) (-12 (-4 *4 (-312)) (-5 *2 (-830)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4)))) (-3137 (*1 *2) (-12 (-4 *4 (-312)) (-5 *2 (-694)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-3933 (((-85) $) 114 T ELT)) (-3930 (((-694)) 110 T ELT)) (-3331 ((|#1| $) 162 T ELT) (($ $ (-830)) 159 (|has| |#1| (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) 144 (|has| |#1| (-320)) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 91 T ELT)) (-3972 (((-348 $) $) 90 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3137 (((-694)) 134 (|has| |#1| (-320)) ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#1| "failed") $) 121 T ELT)) (-3157 ((|#1| $) 122 T ELT)) (-1795 (($ (-1179 |#1|)) 168 T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) 150 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) 71 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2995 (($) 131 (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-2834 (($) 146 (|has| |#1| (-320)) ELT)) (-1680 (((-85) $) 147 (|has| |#1| (-320)) ELT)) (-1767 (($ $ (-694)) 107 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) 106 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3724 (((-85) $) 89 T ELT)) (-3773 (((-830) $) 149 (|has| |#1| (-320)) ELT) (((-743 (-830)) $) 104 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2013 (($) 157 (|has| |#1| (-320)) ELT)) (-2011 (((-85) $) 156 (|has| |#1| (-320)) ELT)) (-3133 ((|#1| $) 163 T ELT) (($ $ (-830)) 160 (|has| |#1| (-320)) ELT)) (-3446 (((-632 $) $) 135 (|has| |#1| (-320)) ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 68 T ELT)) (-2014 (((-1085 |#1|) $) 167 T ELT) (((-1085 $) $ (-830)) 161 (|has| |#1| (-320)) ELT)) (-2010 (((-830) $) 132 (|has| |#1| (-320)) ELT)) (-1627 (((-1085 |#1|) $) 153 (|has| |#1| (-320)) ELT)) (-1626 (((-1085 |#1|) $) 152 (|has| |#1| (-320)) ELT) (((-3 (-1085 |#1|) "failed") $ $) 151 (|has| |#1| (-320)) ELT)) (-1628 (($ $ (-1085 |#1|)) 154 (|has| |#1| (-320)) ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 88 T ELT)) (-3447 (($) 136 (|has| |#1| (-320)) CONST)) (-2400 (($ (-830)) 133 (|has| |#1| (-320)) ELT)) (-3932 (((-85) $) 113 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2409 (($) 155 (|has| |#1| (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) 143 (|has| |#1| (-320)) ELT)) (-3733 (((-348 $) $) 92 T ELT)) (-3931 (((-743 (-830))) 111 T ELT) (((-830)) 165 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-1768 (((-694) $) 148 (|has| |#1| (-320)) ELT) (((-3 (-694) "failed") $ $) 105 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3912 (((-107)) 119 T ELT)) (-3759 (($ $ (-694)) 139 (|has| |#1| (-320)) ELT) (($ $) 137 (|has| |#1| (-320)) ELT)) (-3949 (((-743 (-830)) $) 112 T ELT) (((-830) $) 164 T ELT)) (-3186 (((-1085 |#1|)) 166 T ELT)) (-1674 (($) 145 (|has| |#1| (-320)) ELT)) (-1629 (($) 158 (|has| |#1| (-320)) ELT)) (-3225 (((-1179 |#1|) $) 170 T ELT) (((-630 |#1|) (-1179 $)) 169 T ELT)) (-2704 (((-3 (-1179 $) "failed") (-630 $)) 142 (|has| |#1| (-320)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-484))) 84 T ELT) (($ |#1|) 120 T ELT)) (-2703 (($ $) 141 (|has| |#1| (-320)) ELT) (((-632 $) $) 103 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2012 (((-1179 $)) 172 T ELT) (((-1179 $) (-830)) 171 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3934 (((-85) $) 115 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3929 (($ $) 109 (|has| |#1| (-320)) ELT) (($ $ (-694)) 108 (|has| |#1| (-320)) ELT)) (-2670 (($ $ (-694)) 140 (|has| |#1| (-320)) ELT) (($ $) 138 (|has| |#1| (-320)) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 83 T ELT) (($ $ |#1|) 118 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 87 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 86 T ELT) (($ (-350 (-484)) $) 85 T ELT) (($ $ |#1|) 117 T ELT) (($ |#1| $) 116 T ELT)))
+((-1609 (*1 *2 *1 *1) (-12 (-4 *1 (-258)) (-5 *2 (-85)))) (-1608 (*1 *2 *1) (-12 (-4 *1 (-258)) (-5 *2 (-695)))) (-2881 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-258)))) (-2565 (*1 *1 *1 *1) (-4 *1 (-258))) (-2566 (*1 *1 *1 *1) (-4 *1 (-258))) (-1607 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2410 *1))) (-4 *1 (-258)))) (-1607 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-258)))) (-1606 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-584 *1)) (-4 *1 (-258)))))
+(-13 (-833) (-10 -8 (-15 -1609 ((-85) $ $)) (-15 -1608 ((-695) $)) (-15 -2881 ((-2 (|:| -1973 $) (|:| -2904 $)) $ $)) (-15 -2565 ($ $ $)) (-15 -2566 ($ $ $)) (-15 -1607 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $)) (-15 -1607 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -1606 ((-3 (-584 $) "failed") (-584 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-246) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-583 $) . T) ((-655 $) . T) ((-664) . T) ((-833) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-3770 (($ $ (-584 |#2|) (-584 |#2|)) 14 T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-249 |#2|)) 11 T ELT) (($ $ (-584 (-249 |#2|))) NIL T ELT)))
+(((-259 |#1| |#2|) (-10 -7 (-15 -3770 (|#1| |#1| (-584 (-249 |#2|)))) (-15 -3770 (|#1| |#1| (-249 |#2|))) (-15 -3770 (|#1| |#1| |#2| |#2|)) (-15 -3770 (|#1| |#1| (-584 |#2|) (-584 |#2|)))) (-260 |#2|) (-1014)) (T -259))
+NIL
+((-3770 (($ $ (-584 |#1|) (-584 |#1|)) 7 T ELT) (($ $ |#1| |#1|) 6 T ELT) (($ $ (-249 |#1|)) 13 T ELT) (($ $ (-584 (-249 |#1|))) 12 T ELT)))
+(((-260 |#1|) (-113) (-1014)) (T -260))
+((-3770 (*1 *1 *1 *2) (-12 (-5 *2 (-249 *3)) (-4 *1 (-260 *3)) (-4 *3 (-1014)))) (-3770 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-249 *3))) (-4 *1 (-260 *3)) (-4 *3 (-1014)))))
+(-13 (-456 |t#1| |t#1|) (-10 -8 (-15 -3770 ($ $ (-249 |t#1|))) (-15 -3770 ($ $ (-584 (-249 |t#1|))))))
+(((-456 |#1| |#1|) . T))
+((-3770 ((|#1| (-1 |#1| (-485)) (-1093 (-350 (-485)))) 26 T ELT)))
+(((-261 |#1|) (-10 -7 (-15 -3770 (|#1| (-1 |#1| (-485)) (-1093 (-350 (-485)))))) (-38 (-350 (-485)))) (T -261))
+((-3770 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-485))) (-5 *4 (-1093 (-350 (-485)))) (-5 *1 (-261 *2)) (-4 *2 (-38 (-350 (-485)))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 7 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 9 T ELT)))
+(((-262) (-1014)) (T -262))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3508 (((-485) $) 13 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3208 (((-1050) $) 10 T ELT)) (-3948 (((-773) $) 20 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-263) (-13 (-996) (-10 -8 (-15 -3208 ((-1050) $)) (-15 -3508 ((-485) $))))) (T -263))
+((-3208 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-263)))) (-3508 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-263)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 60 T ELT)) (-3131 (((-1167 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-258)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-822)) ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-822)) ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-741)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-1167 |#1| |#2| |#3| |#4|) #1#) $) NIL T ELT) (((-3 (-1091) #1#) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-951 (-1091))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-951 (-485))) ELT) (((-3 (-485) #1#) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-951 (-485))) ELT) (((-3 (-1161 |#2| |#3| |#4|) #1#) $) 26 T ELT)) (-3158 (((-1167 |#1| |#2| |#3| |#4|) $) NIL T ELT) (((-1091) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-951 (-1091))) ELT) (((-350 (-485)) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-951 (-485))) ELT) (((-485) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-951 (-485))) ELT) (((-1161 |#2| |#3| |#4|) $) NIL T ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-1167 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1180 (-1167 |#1| |#2| |#3| |#4|)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-1167 |#1| |#2| |#3| |#4|)) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-484)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3188 (((-85) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-741)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-797 (-330))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL T ELT)) (-3000 (((-1167 |#1| |#2| |#3| |#4|) $) 22 T ELT)) (-3447 (((-633 $) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-1067)) ELT)) (-3189 (((-85) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-741)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-757)) ELT)) (-3960 (($ (-1 (-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|)) $) NIL T ELT)) (-3786 (((-3 (-751 |#2|) #1#) $) 80 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-1167 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1180 (-1167 |#1| |#2| |#3| |#4|)))) (-1180 $) $) NIL T ELT) (((-631 (-1167 |#1| |#2| |#3| |#4|)) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-258)) ELT)) (-3132 (((-1167 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-484)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-822)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-3770 (($ $ (-584 (-1167 |#1| |#2| |#3| |#4|)) (-584 (-1167 |#1| |#2| |#3| |#4|))) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-260 (-1167 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-260 (-1167 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-249 (-1167 |#1| |#2| |#3| |#4|))) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-260 (-1167 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-584 (-249 (-1167 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-260 (-1167 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-584 (-1091)) (-584 (-1167 |#1| |#2| |#3| |#4|))) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-456 (-1091) (-1167 |#1| |#2| |#3| |#4|))) ELT) (($ $ (-1091) (-1167 |#1| |#2| |#3| |#4|)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-456 (-1091) (-1167 |#1| |#2| |#3| |#4|))) ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ $ (-1167 |#1| |#2| |#3| |#4|)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-241 (-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3760 (($ $ (-1 (-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|))) NIL T ELT) (($ $ (-1 (-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-812 (-1091))) ELT) (($ $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-189)) ELT) (($ $ (-695)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-189)) ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-1167 |#1| |#2| |#3| |#4|) $) 19 T ELT)) (-3974 (((-801 (-485)) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-554 (-801 (-330)))) ELT) (((-474) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-554 (-474))) ELT) (((-330) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-934)) ELT) (((-179) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-934)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| (-1167 |#1| |#2| |#3| |#4|) (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-1167 |#1| |#2| |#3| |#4|)) 30 T ELT) (($ (-1091)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-951 (-1091))) ELT) (($ (-1161 |#2| |#3| |#4|)) 37 T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-1167 |#1| |#2| |#3| |#4|) (-822))) (|has| (-1167 |#1| |#2| |#3| |#4|) (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-3133 (((-1167 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-484)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 (($ $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-741)) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-1 (-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|))) NIL T ELT) (($ $ (-1 (-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-812 (-1091))) ELT) (($ $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-189)) ELT) (($ $ (-695)) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-189)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| (-1167 |#1| |#2| |#3| |#4|) (-757)) ELT)) (-3951 (($ $ $) 35 T ELT) (($ (-1167 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2| |#3| |#4|)) 32 T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ (-1167 |#1| |#2| |#3| |#4|) $) 31 T ELT) (($ $ (-1167 |#1| |#2| |#3| |#4|)) NIL T ELT)))
+(((-264 |#1| |#2| |#3| |#4|) (-13 (-905 (-1167 |#1| |#2| |#3| |#4|)) (-951 (-1161 |#2| |#3| |#4|)) (-10 -8 (-15 -3786 ((-3 (-751 |#2|) "failed") $)) (-15 -3948 ($ (-1161 |#2| |#3| |#4|))))) (-13 (-951 (-485)) (-581 (-485)) (-392)) (-13 (-27) (-1116) (-364 |#1|)) (-1091) |#2|) (T -264))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-1161 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-364 *3))) (-14 *5 (-1091)) (-14 *6 *4) (-4 *3 (-13 (-951 (-485)) (-581 (-485)) (-392))) (-5 *1 (-264 *3 *4 *5 *6)))) (-3786 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-951 (-485)) (-581 (-485)) (-392))) (-5 *2 (-751 *4)) (-5 *1 (-264 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-364 *3))) (-14 *5 (-1091)) (-14 *6 *4))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1216 (((-584 $) $ (-1091)) NIL (|has| |#1| (-496)) ELT) (((-584 $) $) NIL (|has| |#1| (-496)) ELT) (((-584 $) (-1086 $) (-1091)) NIL (|has| |#1| (-496)) ELT) (((-584 $) (-1086 $)) NIL (|has| |#1| (-496)) ELT) (((-584 $) (-858 $)) NIL (|has| |#1| (-496)) ELT)) (-1217 (($ $ (-1091)) NIL (|has| |#1| (-496)) ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ (-1086 $) (-1091)) NIL (|has| |#1| (-496)) ELT) (($ (-1086 $)) NIL (|has| |#1| (-496)) ELT) (($ (-858 $)) NIL (|has| |#1| (-496)) ELT)) (-3190 (((-85) $) 29 (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT)) (-3083 (((-584 (-1091)) $) 365 T ELT)) (-3085 (((-350 (-1086 $)) $ (-551 $)) NIL (|has| |#1| (-496)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-1601 (((-584 (-551 $)) $) NIL T ELT)) (-3494 (($ $) 170 (|has| |#1| (-496)) ELT)) (-3641 (($ $) 146 (|has| |#1| (-496)) ELT)) (-1373 (($ $ (-1005 $)) 231 (|has| |#1| (-496)) ELT) (($ $ (-1091)) 227 (|has| |#1| (-496)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL (OR (|has| |#1| (-21)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT)) (-1605 (($ $ (-249 $)) NIL T ELT) (($ $ (-584 (-249 $))) 383 T ELT) (($ $ (-584 (-551 $)) (-584 $)) 438 T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 305 (-12 (|has| |#1| (-392)) (|has| |#1| (-496))) ELT)) (-3777 (($ $) NIL (|has| |#1| (-496)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-496)) ELT)) (-3039 (($ $) NIL (|has| |#1| (-496)) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3492 (($ $) 166 (|has| |#1| (-496)) ELT)) (-3640 (($ $) 142 (|has| |#1| (-496)) ELT)) (-1610 (($ $ (-485)) 68 (|has| |#1| (-496)) ELT)) (-3496 (($ $) 174 (|has| |#1| (-496)) ELT)) (-3639 (($ $) 150 (|has| |#1| (-496)) ELT)) (-3726 (($) NIL (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) (|has| |#1| (-1026))) CONST)) (-1218 (((-584 $) $ (-1091)) NIL (|has| |#1| (-496)) ELT) (((-584 $) $) NIL (|has| |#1| (-496)) ELT) (((-584 $) (-1086 $) (-1091)) NIL (|has| |#1| (-496)) ELT) (((-584 $) (-1086 $)) NIL (|has| |#1| (-496)) ELT) (((-584 $) (-858 $)) NIL (|has| |#1| (-496)) ELT)) (-3185 (($ $ (-1091)) NIL (|has| |#1| (-496)) ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ (-1086 $) (-1091)) 133 (|has| |#1| (-496)) ELT) (($ (-1086 $)) NIL (|has| |#1| (-496)) ELT) (($ (-858 $)) NIL (|has| |#1| (-496)) ELT)) (-3159 (((-3 (-551 $) #1#) $) 18 T ELT) (((-3 (-1091) #1#) $) NIL T ELT) (((-3 |#1| #1#) $) 450 T ELT) (((-3 (-48) #1#) $) 333 (-12 (|has| |#1| (-496)) (|has| |#1| (-951 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-858 |#1|)) #1#) $) NIL (|has| |#1| (-496)) ELT) (((-3 (-858 |#1|) #1#) $) NIL (|has| |#1| (-962)) ELT) (((-3 (-350 (-485)) #1#) $) 48 (OR (-12 (|has| |#1| (-496)) (|has| |#1| (-951 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-3158 (((-551 $) $) 12 T ELT) (((-1091) $) NIL T ELT) ((|#1| $) 429 T ELT) (((-48) $) NIL (-12 (|has| |#1| (-496)) (|has| |#1| (-951 (-485)))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-858 |#1|)) $) NIL (|has| |#1| (-496)) ELT) (((-858 |#1|) $) NIL (|has| |#1| (-962)) ELT) (((-350 (-485)) $) 316 (OR (-12 (|has| |#1| (-496)) (|has| |#1| (-951 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-496)) ELT)) (-2280 (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 124 (|has| |#1| (-962)) ELT) (((-631 |#1|) (-631 $)) 114 (|has| |#1| (-962)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ELT) (((-631 (-485)) (-631 $)) NIL (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ELT)) (-3844 (($ $) 95 (|has| |#1| (-496)) ELT)) (-3469 (((-3 $ #1#) $) NIL (|has| |#1| (-1026)) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-496)) ELT)) (-3946 (($ $ (-1005 $)) 235 (|has| |#1| (-496)) ELT) (($ $ (-1091)) 233 (|has| |#1| (-496)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-496)) ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3388 (($ $ $) 201 (|has| |#1| (-496)) ELT)) (-3629 (($) 136 (|has| |#1| (-496)) ELT)) (-1370 (($ $ $) 221 (|has| |#1| (-496)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 389 (|has| |#1| (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 396 (|has| |#1| (-797 (-330))) ELT)) (-2575 (($ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1215 (((-85) $ $) NIL (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT)) (-1600 (((-584 (-86)) $) NIL T ELT)) (-3597 (((-86) (-86)) 275 T ELT)) (-2411 (((-85) $) 27 (|has| |#1| (-1026)) ELT)) (-2675 (((-85) $) NIL (|has| $ (-951 (-485))) ELT)) (-2998 (($ $) 73 (|has| |#1| (-962)) ELT)) (-3000 (((-1040 |#1| (-551 $)) $) 90 (|has| |#1| (-962)) ELT)) (-1611 (((-85) $) 49 (|has| |#1| (-496)) ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-496)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-496)) ELT)) (-1598 (((-1086 $) (-551 $)) 276 (|has| $ (-962)) ELT)) (-3960 (($ (-1 $ $) (-551 $)) 434 T ELT)) (-1603 (((-3 (-551 $) #1#) $) NIL T ELT)) (-3944 (($ $) 140 (|has| |#1| (-496)) ELT)) (-2258 (($ $) 246 (|has| |#1| (-496)) ELT)) (-2281 (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL (|has| |#1| (-962)) ELT) (((-631 |#1|) (-1180 $)) NIL (|has| |#1| (-962)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ELT) (((-631 (-485)) (-1180 $)) NIL (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-496)) ELT) (($ $ $) NIL (|has| |#1| (-496)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1602 (((-584 (-551 $)) $) 51 T ELT)) (-2236 (($ (-86) $) NIL T ELT) (($ (-86) (-584 $)) 439 T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL (|has| |#1| (-1026)) ELT)) (-2827 (((-3 (-2 (|:| |val| $) (|:| -2402 (-485))) #1#) $) NIL (|has| |#1| (-962)) ELT)) (-2824 (((-3 (-584 $) #1#) $) 444 (|has| |#1| (-25)) ELT)) (-1798 (((-3 (-2 (|:| -3956 (-485)) (|:| |var| (-551 $))) #1#) $) 448 (|has| |#1| (-25)) ELT)) (-2826 (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) #1#) $) NIL (|has| |#1| (-1026)) ELT) (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) #1#) $ (-86)) NIL (|has| |#1| (-962)) ELT) (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) #1#) $ (-1091)) NIL (|has| |#1| (-962)) ELT)) (-2635 (((-85) $ (-86)) NIL T ELT) (((-85) $ (-1091)) 53 T ELT)) (-2486 (($ $) NIL (OR (|has| |#1| (-413)) (|has| |#1| (-496))) ELT)) (-2834 (($ $ (-1091)) 250 (|has| |#1| (-496)) ELT) (($ $ (-1005 $)) 252 (|has| |#1| (-496)) ELT)) (-2605 (((-695) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) 45 T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 298 (|has| |#1| (-496)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-496)) ELT) (($ $ $) NIL (|has| |#1| (-496)) ELT)) (-1599 (((-85) $ $) NIL T ELT) (((-85) $ (-1091)) NIL T ELT)) (-1374 (($ $ (-1091)) 225 (|has| |#1| (-496)) ELT) (($ $) 223 (|has| |#1| (-496)) ELT)) (-1368 (($ $) 217 (|has| |#1| (-496)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 303 (-12 (|has| |#1| (-392)) (|has| |#1| (-496))) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-496)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-496)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-496)) ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-496)) ELT)) (-3945 (($ $) 138 (|has| |#1| (-496)) ELT)) (-2676 (((-85) $) NIL (|has| $ (-951 (-485))) ELT)) (-3770 (($ $ (-551 $) $) NIL T ELT) (($ $ (-584 (-551 $)) (-584 $)) 433 T ELT) (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ $))) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ (-584 $)))) NIL T ELT) (($ $ (-1091) (-1 $ (-584 $))) NIL T ELT) (($ $ (-1091) (-1 $ $)) NIL T ELT) (($ $ (-584 (-86)) (-584 (-1 $ $))) 376 T ELT) (($ $ (-584 (-86)) (-584 (-1 $ (-584 $)))) NIL T ELT) (($ $ (-86) (-1 $ (-584 $))) NIL T ELT) (($ $ (-86) (-1 $ $)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-554 (-474))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-554 (-474))) ELT) (($ $) NIL (|has| |#1| (-554 (-474))) ELT) (($ $ (-86) $ (-1091)) 363 (|has| |#1| (-554 (-474))) ELT) (($ $ (-584 (-86)) (-584 $) (-1091)) 362 (|has| |#1| (-554 (-474))) ELT) (($ $ (-584 (-1091)) (-584 (-695)) (-584 (-1 $ $))) NIL (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695)) (-584 (-1 $ (-584 $)))) NIL (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695) (-1 $ (-584 $))) NIL (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695) (-1 $ $)) NIL (|has| |#1| (-962)) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-496)) ELT)) (-2256 (($ $) 238 (|has| |#1| (-496)) ELT)) (-3802 (($ (-86) $) NIL T ELT) (($ (-86) $ $) NIL T ELT) (($ (-86) $ $ $) NIL T ELT) (($ (-86) $ $ $ $) NIL T ELT) (($ (-86) (-584 $)) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-496)) ELT)) (-1604 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-2257 (($ $) 248 (|has| |#1| (-496)) ELT)) (-3387 (($ $) 199 (|has| |#1| (-496)) ELT)) (-3760 (($ $ (-1091)) NIL (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-962)) ELT)) (-2997 (($ $) 74 (|has| |#1| (-496)) ELT)) (-2999 (((-1040 |#1| (-551 $)) $) 92 (|has| |#1| (-496)) ELT)) (-3187 (($ $) 314 (|has| $ (-962)) ELT)) (-3497 (($ $) 176 (|has| |#1| (-496)) ELT)) (-3638 (($ $) 152 (|has| |#1| (-496)) ELT)) (-3495 (($ $) 172 (|has| |#1| (-496)) ELT)) (-3637 (($ $) 148 (|has| |#1| (-496)) ELT)) (-3493 (($ $) 168 (|has| |#1| (-496)) ELT)) (-3636 (($ $) 144 (|has| |#1| (-496)) ELT)) (-3974 (((-801 (-485)) $) NIL (|has| |#1| (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| |#1| (-554 (-801 (-330)))) ELT) (($ (-348 $)) NIL (|has| |#1| (-496)) ELT) (((-474) $) 360 (|has| |#1| (-554 (-474))) ELT)) (-3011 (($ $ $) NIL (|has| |#1| (-413)) ELT)) (-2437 (($ $ $) NIL (|has| |#1| (-413)) ELT)) (-3948 (((-773) $) 432 T ELT) (($ (-551 $)) 423 T ELT) (($ (-1091)) 378 T ELT) (($ |#1|) 334 T ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ (-48)) 309 (-12 (|has| |#1| (-496)) (|has| |#1| (-951 (-485)))) ELT) (($ (-1040 |#1| (-551 $))) 94 (|has| |#1| (-962)) ELT) (($ (-350 |#1|)) NIL (|has| |#1| (-496)) ELT) (($ (-858 (-350 |#1|))) NIL (|has| |#1| (-496)) ELT) (($ (-350 (-858 (-350 |#1|)))) NIL (|has| |#1| (-496)) ELT) (($ (-350 (-858 |#1|))) NIL (|has| |#1| (-496)) ELT) (($ (-858 |#1|)) NIL (|has| |#1| (-962)) ELT) (($ (-485)) 36 (OR (|has| |#1| (-951 (-485))) (|has| |#1| (-962))) ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-496)) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL (|has| |#1| (-962)) CONST)) (-2592 (($ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3103 (($ $ $) 219 (|has| |#1| (-496)) ELT)) (-3391 (($ $ $) 205 (|has| |#1| (-496)) ELT)) (-3393 (($ $ $) 209 (|has| |#1| (-496)) ELT)) (-3390 (($ $ $) 203 (|has| |#1| (-496)) ELT)) (-3392 (($ $ $) 207 (|has| |#1| (-496)) ELT)) (-2255 (((-85) (-86)) 10 T ELT)) (-1266 (((-85) $ $) 85 T ELT)) (-3500 (($ $) 182 (|has| |#1| (-496)) ELT)) (-3488 (($ $) 158 (|has| |#1| (-496)) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) 178 (|has| |#1| (-496)) ELT)) (-3486 (($ $) 154 (|has| |#1| (-496)) ELT)) (-3502 (($ $) 186 (|has| |#1| (-496)) ELT)) (-3490 (($ $) 162 (|has| |#1| (-496)) ELT)) (-1799 (($ (-1091) $) NIL T ELT) (($ (-1091) $ $) NIL T ELT) (($ (-1091) $ $ $) NIL T ELT) (($ (-1091) $ $ $ $) NIL T ELT) (($ (-1091) (-584 $)) NIL T ELT)) (-3127 (((-85) $ $) NIL (|has| |#1| (-962)) ELT)) (-3395 (($ $) 213 (|has| |#1| (-496)) ELT)) (-3394 (($ $) 211 (|has| |#1| (-496)) ELT)) (-3503 (($ $) 188 (|has| |#1| (-496)) ELT)) (-3491 (($ $) 164 (|has| |#1| (-496)) ELT)) (-3501 (($ $) 184 (|has| |#1| (-496)) ELT)) (-3489 (($ $) 160 (|has| |#1| (-496)) ELT)) (-3499 (($ $) 180 (|has| |#1| (-496)) ELT)) (-3487 (($ $) 156 (|has| |#1| (-496)) ELT)) (-3385 (($ $) 191 (|has| |#1| (-496)) ELT)) (-2662 (($) 23 (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) CONST)) (-2260 (($ $) 242 (|has| |#1| (-496)) ELT)) (-2668 (($) 25 (|has| |#1| (-1026)) CONST)) (-3389 (($ $) 193 (|has| |#1| (-496)) ELT) (($ $ $) 195 (|has| |#1| (-496)) ELT)) (-2261 (($ $) 240 (|has| |#1| (-496)) ELT)) (-2671 (($ $ (-1091)) NIL (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-962)) ELT)) (-2259 (($ $) 244 (|has| |#1| (-496)) ELT)) (-3386 (($ $ $) 197 (|has| |#1| (-496)) ELT)) (-3058 (((-85) $ $) 87 T ELT)) (-3951 (($ (-1040 |#1| (-551 $)) (-1040 |#1| (-551 $))) 105 (|has| |#1| (-496)) ELT) (($ $ $) 44 (OR (|has| |#1| (-413)) (|has| |#1| (-496))) ELT)) (-3839 (($ $ $) 42 (OR (|has| |#1| (-21)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT) (($ $) 31 (OR (|has| |#1| (-21)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT)) (-3841 (($ $ $) 40 (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT)) (** (($ $ $) 65 (|has| |#1| (-496)) ELT) (($ $ (-350 (-485))) 311 (|has| |#1| (-496)) ELT) (($ $ (-485)) 79 (OR (|has| |#1| (-413)) (|has| |#1| (-496))) ELT) (($ $ (-695)) 75 (|has| |#1| (-1026)) ELT) (($ $ (-831)) 83 (|has| |#1| (-1026)) ELT)) (* (($ (-350 (-485)) $) NIL (|has| |#1| (-496)) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-496)) ELT) (($ $ |#1|) NIL (|has| |#1| (-146)) ELT) (($ |#1| $) NIL (|has| |#1| (-962)) ELT) (($ $ $) 38 (|has| |#1| (-1026)) ELT) (($ (-485) $) 34 (OR (|has| |#1| (-21)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT) (($ (-695) $) NIL (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT) (($ (-831) $) NIL (OR (|has| |#1| (-25)) (-12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962)))) ELT)))
+(((-265 |#1|) (-13 (-364 |#1|) (-10 -8 (IF (|has| |#1| (-496)) (PROGN (-6 (-29 |#1|)) (-6 (-1116)) (-6 (-133)) (-6 (-570)) (-6 (-1054)) (-15 -3844 ($ $)) (-15 -1611 ((-85) $)) (-15 -1610 ($ $ (-485))) (IF (|has| |#1| (-392)) (PROGN (-15 -2708 ((-348 (-1086 $)) (-1086 $))) (-15 -2709 ((-348 (-1086 $)) (-1086 $)))) |%noBranch|) (IF (|has| |#1| (-951 (-485))) (-6 (-951 (-48))) |%noBranch|)) |%noBranch|))) (-1014)) (T -265))
+((-3844 (*1 *1 *1) (-12 (-5 *1 (-265 *2)) (-4 *2 (-496)) (-4 *2 (-1014)))) (-1611 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-265 *3)) (-4 *3 (-496)) (-4 *3 (-1014)))) (-1610 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-265 *3)) (-4 *3 (-496)) (-4 *3 (-1014)))) (-2708 (*1 *2 *3) (-12 (-5 *2 (-348 (-1086 *1))) (-5 *1 (-265 *4)) (-5 *3 (-1086 *1)) (-4 *4 (-392)) (-4 *4 (-496)) (-4 *4 (-1014)))) (-2709 (*1 *2 *3) (-12 (-5 *2 (-348 (-1086 *1))) (-5 *1 (-265 *4)) (-5 *3 (-1086 *1)) (-4 *4 (-392)) (-4 *4 (-496)) (-4 *4 (-1014)))))
+((-3960 (((-265 |#2|) (-1 |#2| |#1|) (-265 |#1|)) 13 T ELT)))
+(((-266 |#1| |#2|) (-10 -7 (-15 -3960 ((-265 |#2|) (-1 |#2| |#1|) (-265 |#1|)))) (-1014) (-1014)) (T -266))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-265 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *2 (-265 *6)) (-5 *1 (-266 *5 *6)))))
+((-3731 (((-51) |#2| (-249 |#2|) (-695)) 40 T ELT) (((-51) |#2| (-249 |#2|)) 32 T ELT) (((-51) |#2| (-695)) 35 T ELT) (((-51) |#2|) 33 T ELT) (((-51) (-1091)) 26 T ELT)) (-3820 (((-51) |#2| (-249 |#2|) (-350 (-485))) 59 T ELT) (((-51) |#2| (-249 |#2|)) 56 T ELT) (((-51) |#2| (-350 (-485))) 58 T ELT) (((-51) |#2|) 57 T ELT) (((-51) (-1091)) 55 T ELT)) (-3784 (((-51) |#2| (-249 |#2|) (-350 (-485))) 54 T ELT) (((-51) |#2| (-249 |#2|)) 51 T ELT) (((-51) |#2| (-350 (-485))) 53 T ELT) (((-51) |#2|) 52 T ELT) (((-51) (-1091)) 50 T ELT)) (-3781 (((-51) |#2| (-249 |#2|) (-485)) 47 T ELT) (((-51) |#2| (-249 |#2|)) 44 T ELT) (((-51) |#2| (-485)) 46 T ELT) (((-51) |#2|) 45 T ELT) (((-51) (-1091)) 43 T ELT)))
+(((-267 |#1| |#2|) (-10 -7 (-15 -3731 ((-51) (-1091))) (-15 -3731 ((-51) |#2|)) (-15 -3731 ((-51) |#2| (-695))) (-15 -3731 ((-51) |#2| (-249 |#2|))) (-15 -3731 ((-51) |#2| (-249 |#2|) (-695))) (-15 -3781 ((-51) (-1091))) (-15 -3781 ((-51) |#2|)) (-15 -3781 ((-51) |#2| (-485))) (-15 -3781 ((-51) |#2| (-249 |#2|))) (-15 -3781 ((-51) |#2| (-249 |#2|) (-485))) (-15 -3784 ((-51) (-1091))) (-15 -3784 ((-51) |#2|)) (-15 -3784 ((-51) |#2| (-350 (-485)))) (-15 -3784 ((-51) |#2| (-249 |#2|))) (-15 -3784 ((-51) |#2| (-249 |#2|) (-350 (-485)))) (-15 -3820 ((-51) (-1091))) (-15 -3820 ((-51) |#2|)) (-15 -3820 ((-51) |#2| (-350 (-485)))) (-15 -3820 ((-51) |#2| (-249 |#2|))) (-15 -3820 ((-51) |#2| (-249 |#2|) (-350 (-485))))) (-13 (-392) (-951 (-485)) (-581 (-485))) (-13 (-27) (-1116) (-364 |#1|))) (T -267))
+((-3820 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-249 *3)) (-5 *5 (-350 (-485))) (-4 *3 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *6 *3)))) (-3820 (*1 *2 *3 *4) (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)))) (-3820 (*1 *2 *3 *4) (-12 (-5 *4 (-350 (-485))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))) (-3820 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4))))) (-3820 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-364 *4))))) (-3784 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-249 *3)) (-5 *5 (-350 (-485))) (-4 *3 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *6 *3)))) (-3784 (*1 *2 *3 *4) (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)))) (-3784 (*1 *2 *3 *4) (-12 (-5 *4 (-350 (-485))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))) (-3784 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4))))) (-3784 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-364 *4))))) (-3781 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-392) (-951 *5) (-581 *5))) (-5 *5 (-485)) (-5 *2 (-51)) (-5 *1 (-267 *6 *3)))) (-3781 (*1 *2 *3 *4) (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)))) (-3781 (*1 *2 *3 *4) (-12 (-5 *4 (-485)) (-4 *5 (-13 (-392) (-951 *4) (-581 *4))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))) (-3781 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4))))) (-3781 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-364 *4))))) (-3731 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-249 *3)) (-5 *5 (-695)) (-4 *3 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *6 *3)))) (-3731 (*1 *2 *3 *4) (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)))) (-3731 (*1 *2 *3 *4) (-12 (-5 *4 (-695)) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))) (-3731 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4))))) (-3731 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-364 *4))))))
+((-1612 (((-51) |#2| (-86) (-249 |#2|) (-584 |#2|)) 89 T ELT) (((-51) |#2| (-86) (-249 |#2|) (-249 |#2|)) 85 T ELT) (((-51) |#2| (-86) (-249 |#2|) |#2|) 87 T ELT) (((-51) (-249 |#2|) (-86) (-249 |#2|) |#2|) 88 T ELT) (((-51) (-584 |#2|) (-584 (-86)) (-249 |#2|) (-584 (-249 |#2|))) 81 T ELT) (((-51) (-584 |#2|) (-584 (-86)) (-249 |#2|) (-584 |#2|)) 83 T ELT) (((-51) (-584 (-249 |#2|)) (-584 (-86)) (-249 |#2|) (-584 |#2|)) 84 T ELT) (((-51) (-584 (-249 |#2|)) (-584 (-86)) (-249 |#2|) (-584 (-249 |#2|))) 82 T ELT) (((-51) (-249 |#2|) (-86) (-249 |#2|) (-584 |#2|)) 90 T ELT) (((-51) (-249 |#2|) (-86) (-249 |#2|) (-249 |#2|)) 86 T ELT)))
+(((-268 |#1| |#2|) (-10 -7 (-15 -1612 ((-51) (-249 |#2|) (-86) (-249 |#2|) (-249 |#2|))) (-15 -1612 ((-51) (-249 |#2|) (-86) (-249 |#2|) (-584 |#2|))) (-15 -1612 ((-51) (-584 (-249 |#2|)) (-584 (-86)) (-249 |#2|) (-584 (-249 |#2|)))) (-15 -1612 ((-51) (-584 (-249 |#2|)) (-584 (-86)) (-249 |#2|) (-584 |#2|))) (-15 -1612 ((-51) (-584 |#2|) (-584 (-86)) (-249 |#2|) (-584 |#2|))) (-15 -1612 ((-51) (-584 |#2|) (-584 (-86)) (-249 |#2|) (-584 (-249 |#2|)))) (-15 -1612 ((-51) (-249 |#2|) (-86) (-249 |#2|) |#2|)) (-15 -1612 ((-51) |#2| (-86) (-249 |#2|) |#2|)) (-15 -1612 ((-51) |#2| (-86) (-249 |#2|) (-249 |#2|))) (-15 -1612 ((-51) |#2| (-86) (-249 |#2|) (-584 |#2|)))) (-13 (-496) (-554 (-474))) (-364 |#1|)) (T -268))
+((-1612 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-86)) (-5 *5 (-249 *3)) (-5 *6 (-584 *3)) (-4 *3 (-364 *7)) (-4 *7 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *7 *3)))) (-1612 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-86)) (-5 *5 (-249 *3)) (-4 *3 (-364 *6)) (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *3)))) (-1612 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-86)) (-5 *5 (-249 *3)) (-4 *3 (-364 *6)) (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *3)))) (-1612 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-249 *5)) (-5 *4 (-86)) (-4 *5 (-364 *6)) (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *5)))) (-1612 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 (-86))) (-5 *6 (-584 (-249 *8))) (-4 *8 (-364 *7)) (-5 *5 (-249 *8)) (-4 *7 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *7 *8)))) (-1612 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-584 *7)) (-5 *4 (-584 (-86))) (-5 *5 (-249 *7)) (-4 *7 (-364 *6)) (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *7)))) (-1612 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-584 (-249 *8))) (-5 *4 (-584 (-86))) (-5 *5 (-249 *8)) (-5 *6 (-584 *8)) (-4 *8 (-364 *7)) (-4 *7 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *7 *8)))) (-1612 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-584 (-249 *7))) (-5 *4 (-584 (-86))) (-5 *5 (-249 *7)) (-4 *7 (-364 *6)) (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *7)))) (-1612 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-249 *7)) (-5 *4 (-86)) (-5 *5 (-584 *7)) (-4 *7 (-364 *6)) (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *7)))) (-1612 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-249 *6)) (-5 *4 (-86)) (-4 *6 (-364 *5)) (-4 *5 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *5 *6)))))
+((-1614 (((-1126 (-839)) (-265 (-485)) (-265 (-485)) (-265 (-485)) (-1 (-179) (-179)) (-1002 (-179)) (-179) (-485) (-1074)) 67 T ELT) (((-1126 (-839)) (-265 (-485)) (-265 (-485)) (-265 (-485)) (-1 (-179) (-179)) (-1002 (-179)) (-179) (-485)) 68 T ELT) (((-1126 (-839)) (-265 (-485)) (-265 (-485)) (-265 (-485)) (-1 (-179) (-179)) (-1002 (-179)) (-1 (-179) (-179)) (-485) (-1074)) 64 T ELT) (((-1126 (-839)) (-265 (-485)) (-265 (-485)) (-265 (-485)) (-1 (-179) (-179)) (-1002 (-179)) (-1 (-179) (-179)) (-485)) 65 T ELT)) (-1613 (((-1 (-179) (-179)) (-179)) 66 T ELT)))
+(((-269) (-10 -7 (-15 -1613 ((-1 (-179) (-179)) (-179))) (-15 -1614 ((-1126 (-839)) (-265 (-485)) (-265 (-485)) (-265 (-485)) (-1 (-179) (-179)) (-1002 (-179)) (-1 (-179) (-179)) (-485))) (-15 -1614 ((-1126 (-839)) (-265 (-485)) (-265 (-485)) (-265 (-485)) (-1 (-179) (-179)) (-1002 (-179)) (-1 (-179) (-179)) (-485) (-1074))) (-15 -1614 ((-1126 (-839)) (-265 (-485)) (-265 (-485)) (-265 (-485)) (-1 (-179) (-179)) (-1002 (-179)) (-179) (-485))) (-15 -1614 ((-1126 (-839)) (-265 (-485)) (-265 (-485)) (-265 (-485)) (-1 (-179) (-179)) (-1002 (-179)) (-179) (-485) (-1074))))) (T -269))
+((-1614 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-265 (-485))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1002 (-179))) (-5 *6 (-179)) (-5 *7 (-485)) (-5 *8 (-1074)) (-5 *2 (-1126 (-839))) (-5 *1 (-269)))) (-1614 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-265 (-485))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1002 (-179))) (-5 *6 (-179)) (-5 *7 (-485)) (-5 *2 (-1126 (-839))) (-5 *1 (-269)))) (-1614 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-265 (-485))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1002 (-179))) (-5 *6 (-485)) (-5 *7 (-1074)) (-5 *2 (-1126 (-839))) (-5 *1 (-269)))) (-1614 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-265 (-485))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1002 (-179))) (-5 *6 (-485)) (-5 *2 (-1126 (-839))) (-5 *1 (-269)))) (-1613 (*1 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *1 (-269)) (-5 *3 (-179)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 26 T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-350 (-485))) NIL T ELT) (($ $ (-350 (-485)) (-350 (-485))) NIL T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|))) $) 20 T ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-695) (-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|)))) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) 36 T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-3188 (((-85) $) NIL T ELT)) (-2894 (((-85) $) NIL T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-350 (-485)) $) NIL T ELT) (((-350 (-485)) $ (-350 (-485))) 16 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3779 (($ $ (-831)) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-350 (-485))) NIL T ELT) (($ $ (-995) (-350 (-485))) NIL T ELT) (($ $ (-584 (-995)) (-584 (-350 (-485)))) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3814 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-350 (-485))) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-1615 (((-350 (-485)) $) 17 T ELT)) (-3092 (($ (-1161 |#1| |#2| |#3|)) 11 T ELT)) (-2402 (((-1161 |#1| |#2| |#3|) $) 12 T ELT)) (-3945 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-350 (-485))) NIL T ELT) (($ $ $) NIL (|has| (-350 (-485)) (-1026)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT)) (-3950 (((-350 (-485)) $) NIL T ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) 10 T ELT)) (-3948 (((-773) $) 42 T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3679 ((|#1| $ (-350 (-485))) 34 T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-3775 ((|#1| $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-350 (-485))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 28 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 37 T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-270 |#1| |#2| |#3|) (-13 (-1163 |#1|) (-717) (-10 -8 (-15 -3092 ($ (-1161 |#1| |#2| |#3|))) (-15 -2402 ((-1161 |#1| |#2| |#3|) $)) (-15 -1615 ((-350 (-485)) $)))) (-312) (-1091) |#1|) (T -270))
+((-3092 (*1 *1 *2) (-12 (-5 *2 (-1161 *3 *4 *5)) (-4 *3 (-312)) (-14 *4 (-1091)) (-14 *5 *3) (-5 *1 (-270 *3 *4 *5)))) (-2402 (*1 *2 *1) (-12 (-5 *2 (-1161 *3 *4 *5)) (-5 *1 (-270 *3 *4 *5)) (-4 *3 (-312)) (-14 *4 (-1091)) (-14 *5 *3))) (-1615 (*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-270 *3 *4 *5)) (-4 *3 (-312)) (-14 *4 (-1091)) (-14 *5 *3))))
+((-3013 (((-2 (|:| -2402 (-695)) (|:| -3956 |#1|) (|:| |radicand| (-584 |#1|))) (-348 |#1|) (-695)) 35 T ELT)) (-3944 (((-584 (-2 (|:| -3956 (-695)) (|:| |logand| |#1|))) (-348 |#1|)) 40 T ELT)))
+(((-271 |#1|) (-10 -7 (-15 -3013 ((-2 (|:| -2402 (-695)) (|:| -3956 |#1|) (|:| |radicand| (-584 |#1|))) (-348 |#1|) (-695))) (-15 -3944 ((-584 (-2 (|:| -3956 (-695)) (|:| |logand| |#1|))) (-348 |#1|)))) (-496)) (T -271))
+((-3944 (*1 *2 *3) (-12 (-5 *3 (-348 *4)) (-4 *4 (-496)) (-5 *2 (-584 (-2 (|:| -3956 (-695)) (|:| |logand| *4)))) (-5 *1 (-271 *4)))) (-3013 (*1 *2 *3 *4) (-12 (-5 *3 (-348 *5)) (-4 *5 (-496)) (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *5) (|:| |radicand| (-584 *5)))) (-5 *1 (-271 *5)) (-5 *4 (-695)))))
+((-3083 (((-584 |#2|) (-1086 |#4|)) 45 T ELT)) (-1620 ((|#3| (-485)) 48 T ELT)) (-1618 (((-1086 |#4|) (-1086 |#3|)) 30 T ELT)) (-1619 (((-1086 |#4|) (-1086 |#4|) (-485)) 67 T ELT)) (-1617 (((-1086 |#3|) (-1086 |#4|)) 21 T ELT)) (-3950 (((-584 (-695)) (-1086 |#4|) (-584 |#2|)) 41 T ELT)) (-1616 (((-1086 |#3|) (-1086 |#4|) (-584 |#2|) (-584 |#3|)) 35 T ELT)))
+(((-272 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1616 ((-1086 |#3|) (-1086 |#4|) (-584 |#2|) (-584 |#3|))) (-15 -3950 ((-584 (-695)) (-1086 |#4|) (-584 |#2|))) (-15 -3083 ((-584 |#2|) (-1086 |#4|))) (-15 -1617 ((-1086 |#3|) (-1086 |#4|))) (-15 -1618 ((-1086 |#4|) (-1086 |#3|))) (-15 -1619 ((-1086 |#4|) (-1086 |#4|) (-485))) (-15 -1620 (|#3| (-485)))) (-718) (-757) (-962) (-862 |#3| |#1| |#2|)) (T -272))
+((-1620 (*1 *2 *3) (-12 (-5 *3 (-485)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-962)) (-5 *1 (-272 *4 *5 *2 *6)) (-4 *6 (-862 *2 *4 *5)))) (-1619 (*1 *2 *2 *3) (-12 (-5 *2 (-1086 *7)) (-5 *3 (-485)) (-4 *7 (-862 *6 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962)) (-5 *1 (-272 *4 *5 *6 *7)))) (-1618 (*1 *2 *3) (-12 (-5 *3 (-1086 *6)) (-4 *6 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-1086 *7)) (-5 *1 (-272 *4 *5 *6 *7)) (-4 *7 (-862 *6 *4 *5)))) (-1617 (*1 *2 *3) (-12 (-5 *3 (-1086 *7)) (-4 *7 (-862 *6 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962)) (-5 *2 (-1086 *6)) (-5 *1 (-272 *4 *5 *6 *7)))) (-3083 (*1 *2 *3) (-12 (-5 *3 (-1086 *7)) (-4 *7 (-862 *6 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962)) (-5 *2 (-584 *5)) (-5 *1 (-272 *4 *5 *6 *7)))) (-3950 (*1 *2 *3 *4) (-12 (-5 *3 (-1086 *8)) (-5 *4 (-584 *6)) (-4 *6 (-757)) (-4 *8 (-862 *7 *5 *6)) (-4 *5 (-718)) (-4 *7 (-962)) (-5 *2 (-584 (-695))) (-5 *1 (-272 *5 *6 *7 *8)))) (-1616 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1086 *9)) (-5 *4 (-584 *7)) (-5 *5 (-584 *8)) (-4 *7 (-757)) (-4 *8 (-962)) (-4 *9 (-862 *8 *6 *7)) (-4 *6 (-718)) (-5 *2 (-1086 *8)) (-5 *1 (-272 *6 *7 *8 *9)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 19 T ELT)) (-3776 (((-584 (-2 (|:| |gen| |#1|) (|:| -3945 (-485)))) $) 21 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3138 (((-695) $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2300 ((|#1| $ (-485)) NIL T ELT)) (-1623 (((-485) $ (-485)) NIL T ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2291 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1622 (($ (-1 (-485) (-485)) $) 11 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1621 (($ $ $) NIL (|has| (-485) (-717)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-3679 (((-485) |#1| $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 30 (|has| |#1| (-757)) ELT)) (-3839 (($ $) 12 T ELT) (($ $ $) 29 T ELT)) (-3841 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ (-485)) NIL T ELT) (($ (-485) |#1|) 28 T ELT)))
+(((-273 |#1|) (-13 (-21) (-655 (-485)) (-274 |#1| (-485)) (-10 -7 (IF (|has| |#1| (-757)) (-6 (-757)) |%noBranch|))) (-1014)) (T -273))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3776 (((-584 (-2 (|:| |gen| |#1|) (|:| -3945 |#2|))) $) 34 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3138 (((-695) $) 35 T ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#1| "failed") $) 39 T ELT)) (-3158 ((|#1| $) 40 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2300 ((|#1| $ (-485)) 32 T ELT)) (-1623 ((|#2| $ (-485)) 33 T ELT)) (-2291 (($ (-1 |#1| |#1|) $) 29 T ELT)) (-1622 (($ (-1 |#2| |#2|) $) 30 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1621 (($ $ $) 28 (|has| |#2| (-717)) ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ |#1|) 38 T ELT)) (-3679 ((|#2| |#1| $) 31 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3841 (($ $ $) 18 T ELT) (($ |#1| $) 37 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ |#2| |#1|) 36 T ELT)))
+(((-274 |#1| |#2|) (-113) (-1014) (-104)) (T -274))
+((-3841 (*1 *1 *2 *1) (-12 (-4 *1 (-274 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-104)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-274 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-104)))) (-3138 (*1 *2 *1) (-12 (-4 *1 (-274 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-104)) (-5 *2 (-695)))) (-3776 (*1 *2 *1) (-12 (-4 *1 (-274 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-104)) (-5 *2 (-584 (-2 (|:| |gen| *3) (|:| -3945 *4)))))) (-1623 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-274 *4 *2)) (-4 *4 (-1014)) (-4 *2 (-104)))) (-2300 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-274 *2 *4)) (-4 *4 (-104)) (-4 *2 (-1014)))) (-3679 (*1 *2 *3 *1) (-12 (-4 *1 (-274 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-104)))) (-1622 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-274 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-104)))) (-2291 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-104)))) (-1621 (*1 *1 *1 *1) (-12 (-4 *1 (-274 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-104)) (-4 *3 (-717)))))
+(-13 (-104) (-951 |t#1|) (-10 -8 (-15 -3841 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -3138 ((-695) $)) (-15 -3776 ((-584 (-2 (|:| |gen| |t#1|) (|:| -3945 |t#2|))) $)) (-15 -1623 (|t#2| $ (-485))) (-15 -2300 (|t#1| $ (-485))) (-15 -3679 (|t#2| |t#1| $)) (-15 -1622 ($ (-1 |t#2| |t#2|) $)) (-15 -2291 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-717)) (-15 -1621 ($ $ $)) |%noBranch|)))
+(((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-13) . T) ((-951 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3776 (((-584 (-2 (|:| |gen| |#1|) (|:| -3945 (-695)))) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3138 (((-695) $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2300 ((|#1| $ (-485)) NIL T ELT)) (-1623 (((-695) $ (-485)) NIL T ELT)) (-2291 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1622 (($ (-1 (-695) (-695)) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1621 (($ $ $) NIL (|has| (-695) (-717)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-3679 (((-695) |#1| $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-695) |#1|) NIL T ELT)))
+(((-275 |#1|) (-274 |#1| (-695)) (-1014)) (T -275))
+NIL
+((-3505 (($ $) 72 T ELT)) (-1625 (($ $ |#2| |#3| $) 14 T ELT)) (-1626 (($ (-1 |#3| |#3|) $) 51 T ELT)) (-1801 (((-85) $) 42 T ELT)) (-1800 ((|#2| $) 44 T ELT)) (-3468 (((-3 $ #1="failed") $ $) NIL T ELT) (((-3 $ #1#) $ |#2|) 64 T ELT)) (-2819 ((|#2| $) 68 T ELT)) (-3819 (((-584 |#2|) $) 56 T ELT)) (-1624 (($ $ $ (-695)) 37 T ELT)) (-3951 (($ $ |#2|) 60 T ELT)))
+(((-276 |#1| |#2| |#3|) (-10 -7 (-15 -3505 (|#1| |#1|)) (-15 -2819 (|#2| |#1|)) (-15 -3468 ((-3 |#1| #1="failed") |#1| |#2|)) (-15 -1624 (|#1| |#1| |#1| (-695))) (-15 -1625 (|#1| |#1| |#2| |#3| |#1|)) (-15 -1626 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3819 ((-584 |#2|) |#1|)) (-15 -1800 (|#2| |#1|)) (-15 -1801 ((-85) |#1|)) (-15 -3468 ((-3 |#1| #1#) |#1| |#1|)) (-15 -3951 (|#1| |#1| |#2|))) (-277 |#2| |#3|) (-962) (-717)) (T -276))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 71 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 72 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 74 (|has| |#1| (-496)) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 (-485) #1="failed") $) 109 (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) 107 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 104 T ELT)) (-3158 (((-485) $) 108 (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) 106 (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) 105 T ELT)) (-3961 (($ $) 80 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3505 (($ $) 93 (|has| |#1| (-392)) ELT)) (-1625 (($ $ |#1| |#2| $) 97 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2421 (((-695) $) 100 T ELT)) (-3939 (((-85) $) 82 T ELT)) (-2895 (($ |#1| |#2|) 81 T ELT)) (-2822 ((|#2| $) 99 T ELT)) (-1626 (($ (-1 |#2| |#2|) $) 98 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-2896 (($ $) 85 T ELT)) (-3176 ((|#1| $) 86 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1801 (((-85) $) 103 T ELT)) (-1800 ((|#1| $) 102 T ELT)) (-3468 (((-3 $ "failed") $ $) 70 (|has| |#1| (-496)) ELT) (((-3 $ "failed") $ |#1|) 95 (|has| |#1| (-496)) ELT)) (-3950 ((|#2| $) 84 T ELT)) (-2819 ((|#1| $) 94 (|has| |#1| (-392)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 69 (|has| |#1| (-496)) ELT) (($ |#1|) 67 T ELT) (($ (-350 (-485))) 77 (OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-38 (-350 (-485))))) ELT)) (-3819 (((-584 |#1|) $) 101 T ELT)) (-3679 ((|#1| $ |#2|) 79 T ELT)) (-2704 (((-633 $) $) 68 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-1624 (($ $ $ (-695)) 96 (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 73 (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-485)) $) 76 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 75 (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-277 |#1| |#2|) (-113) (-962) (-717)) (T -277))
+((-1801 (*1 *2 *1) (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-85)))) (-1800 (*1 *2 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *3 (-717)) (-4 *2 (-962)))) (-3819 (*1 *2 *1) (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-584 *3)))) (-2421 (*1 *2 *1) (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-695)))) (-2822 (*1 *2 *1) (-12 (-4 *1 (-277 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717)))) (-1626 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-277 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)))) (-1625 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717)))) (-1624 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-277 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-4 *3 (-146)))) (-3468 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-277 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717)) (-4 *2 (-496)))) (-2819 (*1 *2 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *3 (-717)) (-4 *2 (-962)) (-4 *2 (-392)))) (-3505 (*1 *1 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717)) (-4 *2 (-392)))))
+(-13 (-47 |t#1| |t#2|) (-355 |t#1|) (-10 -8 (-15 -1801 ((-85) $)) (-15 -1800 (|t#1| $)) (-15 -3819 ((-584 |t#1|) $)) (-15 -2421 ((-695) $)) (-15 -2822 (|t#2| $)) (-15 -1626 ($ (-1 |t#2| |t#2|) $)) (-15 -1625 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-146)) (-15 -1624 ($ $ $ (-695))) |%noBranch|) (IF (|has| |t#1| (-496)) (-15 -3468 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-392)) (PROGN (-15 -2819 (|t#1| $)) (-15 -3505 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-496)) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-38 (-350 (-485))))) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-556 $) |has| |#1| (-496)) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-246) |has| |#1| (-496)) ((-355 |#1|) . T) ((-496) |has| |#1| (-496)) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) |has| |#1| (-496)) ((-655 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) |has| |#1| (-496)) ((-664) . T) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T) ((-964 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-969 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1036 |#1|)) (|has| |#1| (-757))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-757)) ELT)) (-1987 (((-85) (-85)) NIL T ELT)) (-3790 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1571 (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) NIL T ELT)) (-2369 (($ $) NIL (|has| |#1| (-72)) ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) NIL (|has| |#1| (-72)) ELT) (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1577 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) NIL T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) NIL T ELT) (((-485) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) NIL (|has| |#1| (-72)) ELT)) (-1988 (($ $ (-485)) NIL T ELT)) (-1989 (((-695) $) NIL T ELT)) (-3616 (($ (-695) |#1|) NIL T ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3611 (($ $ $ (-485)) NIL T ELT) (($ |#1| $ (-485)) NIL T ELT)) (-2305 (($ |#1| $ (-485)) NIL T ELT) (($ $ $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1990 (($ (-584 |#1|)) NIL T ELT)) (-3803 ((|#1| $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2200 (($ $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ (-485) |#1|) NIL T ELT) ((|#1| $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-1572 (($ $ (-1147 (-485))) NIL T ELT) (($ $ (-485)) NIL T ELT)) (-2306 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) NIL T ELT)) (-3793 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3804 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-278 |#1|) (-13 (-19 |#1|) (-237 |#1|) (-10 -8 (-15 -1990 ($ (-584 |#1|))) (-15 -1989 ((-695) $)) (-15 -1988 ($ $ (-485))) (-15 -1987 ((-85) (-85))))) (-1130)) (T -278))
+((-1990 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-278 *3)))) (-1989 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-278 *3)) (-4 *3 (-1130)))) (-1988 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-278 *3)) (-4 *3 (-1130)))) (-1987 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-278 *3)) (-4 *3 (-1130)))))
+((-3934 (((-85) $) 47 T ELT)) (-3931 (((-695)) 23 T ELT)) (-3332 ((|#2| $) 51 T ELT) (($ $ (-831)) 123 T ELT)) (-3138 (((-695)) 124 T ELT)) (-1796 (($ (-1180 |#2|)) 20 T ELT)) (-2012 (((-85) $) 136 T ELT)) (-3134 ((|#2| $) 53 T ELT) (($ $ (-831)) 120 T ELT)) (-2015 (((-1086 |#2|) $) NIL T ELT) (((-1086 $) $ (-831)) 111 T ELT)) (-1628 (((-1086 |#2|) $) 95 T ELT)) (-1627 (((-1086 |#2|) $) 91 T ELT) (((-3 (-1086 |#2|) "failed") $ $) 88 T ELT)) (-1629 (($ $ (-1086 |#2|)) 58 T ELT)) (-3932 (((-744 (-831))) 30 T ELT) (((-831)) 48 T ELT)) (-3913 (((-107)) 27 T ELT)) (-3950 (((-744 (-831)) $) 32 T ELT) (((-831) $) 139 T ELT)) (-1630 (($) 130 T ELT)) (-3226 (((-1180 |#2|) $) NIL T ELT) (((-631 |#2|) (-1180 $)) 42 T ELT)) (-2704 (($ $) NIL T ELT) (((-633 $) $) 100 T ELT)) (-3935 (((-85) $) 45 T ELT)))
+(((-279 |#1| |#2|) (-10 -7 (-15 -2704 ((-633 |#1|) |#1|)) (-15 -3138 ((-695))) (-15 -2704 (|#1| |#1|)) (-15 -1627 ((-3 (-1086 |#2|) "failed") |#1| |#1|)) (-15 -1627 ((-1086 |#2|) |#1|)) (-15 -1628 ((-1086 |#2|) |#1|)) (-15 -1629 (|#1| |#1| (-1086 |#2|))) (-15 -2012 ((-85) |#1|)) (-15 -1630 (|#1|)) (-15 -3332 (|#1| |#1| (-831))) (-15 -3134 (|#1| |#1| (-831))) (-15 -2015 ((-1086 |#1|) |#1| (-831))) (-15 -3332 (|#2| |#1|)) (-15 -3134 (|#2| |#1|)) (-15 -3950 ((-831) |#1|)) (-15 -3932 ((-831))) (-15 -2015 ((-1086 |#2|) |#1|)) (-15 -1796 (|#1| (-1180 |#2|))) (-15 -3226 ((-631 |#2|) (-1180 |#1|))) (-15 -3226 ((-1180 |#2|) |#1|)) (-15 -3931 ((-695))) (-15 -3932 ((-744 (-831)))) (-15 -3950 ((-744 (-831)) |#1|)) (-15 -3934 ((-85) |#1|)) (-15 -3935 ((-85) |#1|)) (-15 -3913 ((-107)))) (-280 |#2|) (-312)) (T -279))
+((-3913 (*1 *2) (-12 (-4 *4 (-312)) (-5 *2 (-107)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4)))) (-3932 (*1 *2) (-12 (-4 *4 (-312)) (-5 *2 (-744 (-831))) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4)))) (-3931 (*1 *2) (-12 (-4 *4 (-312)) (-5 *2 (-695)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4)))) (-3932 (*1 *2) (-12 (-4 *4 (-312)) (-5 *2 (-831)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4)))) (-3138 (*1 *2) (-12 (-4 *4 (-312)) (-5 *2 (-695)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-3934 (((-85) $) 114 T ELT)) (-3931 (((-695)) 110 T ELT)) (-3332 ((|#1| $) 162 T ELT) (($ $ (-831)) 159 (|has| |#1| (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) 144 (|has| |#1| (-320)) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 91 T ELT)) (-3973 (((-348 $) $) 90 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3138 (((-695)) 134 (|has| |#1| (-320)) ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#1| "failed") $) 121 T ELT)) (-3158 ((|#1| $) 122 T ELT)) (-1796 (($ (-1180 |#1|)) 168 T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) 150 (|has| |#1| (-320)) ELT)) (-2566 (($ $ $) 71 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2996 (($) 131 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-2835 (($) 146 (|has| |#1| (-320)) ELT)) (-1681 (((-85) $) 147 (|has| |#1| (-320)) ELT)) (-1768 (($ $ (-695)) 107 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) 106 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3725 (((-85) $) 89 T ELT)) (-3774 (((-831) $) 149 (|has| |#1| (-320)) ELT) (((-744 (-831)) $) 104 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2014 (($) 157 (|has| |#1| (-320)) ELT)) (-2012 (((-85) $) 156 (|has| |#1| (-320)) ELT)) (-3134 ((|#1| $) 163 T ELT) (($ $ (-831)) 160 (|has| |#1| (-320)) ELT)) (-3447 (((-633 $) $) 135 (|has| |#1| (-320)) ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 68 T ELT)) (-2015 (((-1086 |#1|) $) 167 T ELT) (((-1086 $) $ (-831)) 161 (|has| |#1| (-320)) ELT)) (-2011 (((-831) $) 132 (|has| |#1| (-320)) ELT)) (-1628 (((-1086 |#1|) $) 153 (|has| |#1| (-320)) ELT)) (-1627 (((-1086 |#1|) $) 152 (|has| |#1| (-320)) ELT) (((-3 (-1086 |#1|) "failed") $ $) 151 (|has| |#1| (-320)) ELT)) (-1629 (($ $ (-1086 |#1|)) 154 (|has| |#1| (-320)) ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 88 T ELT)) (-3448 (($) 136 (|has| |#1| (-320)) CONST)) (-2401 (($ (-831)) 133 (|has| |#1| (-320)) ELT)) (-3933 (((-85) $) 113 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2410 (($) 155 (|has| |#1| (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) 143 (|has| |#1| (-320)) ELT)) (-3734 (((-348 $) $) 92 T ELT)) (-3932 (((-744 (-831))) 111 T ELT) (((-831)) 165 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-1769 (((-695) $) 148 (|has| |#1| (-320)) ELT) (((-3 (-695) "failed") $ $) 105 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3913 (((-107)) 119 T ELT)) (-3760 (($ $ (-695)) 139 (|has| |#1| (-320)) ELT) (($ $) 137 (|has| |#1| (-320)) ELT)) (-3950 (((-744 (-831)) $) 112 T ELT) (((-831) $) 164 T ELT)) (-3187 (((-1086 |#1|)) 166 T ELT)) (-1675 (($) 145 (|has| |#1| (-320)) ELT)) (-1630 (($) 158 (|has| |#1| (-320)) ELT)) (-3226 (((-1180 |#1|) $) 170 T ELT) (((-631 |#1|) (-1180 $)) 169 T ELT)) (-2705 (((-3 (-1180 $) "failed") (-631 $)) 142 (|has| |#1| (-320)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-485))) 84 T ELT) (($ |#1|) 120 T ELT)) (-2704 (($ $) 141 (|has| |#1| (-320)) ELT) (((-633 $) $) 103 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2013 (((-1180 $)) 172 T ELT) (((-1180 $) (-831)) 171 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3935 (((-85) $) 115 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3930 (($ $) 109 (|has| |#1| (-320)) ELT) (($ $ (-695)) 108 (|has| |#1| (-320)) ELT)) (-2671 (($ $ (-695)) 140 (|has| |#1| (-320)) ELT) (($ $) 138 (|has| |#1| (-320)) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 83 T ELT) (($ $ |#1|) 118 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 87 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 86 T ELT) (($ (-350 (-485)) $) 85 T ELT) (($ $ |#1|) 117 T ELT) (($ |#1| $) 116 T ELT)))
(((-280 |#1|) (-113) (-312)) (T -280))
-((-2012 (*1 *2) (-12 (-4 *3 (-312)) (-5 *2 (-1179 *1)) (-4 *1 (-280 *3)))) (-2012 (*1 *2 *3) (-12 (-5 *3 (-830)) (-4 *4 (-312)) (-5 *2 (-1179 *1)) (-4 *1 (-280 *4)))) (-3225 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1179 *3)))) (-3225 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-280 *4)) (-4 *4 (-312)) (-5 *2 (-630 *4)))) (-1795 (*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-312)) (-4 *1 (-280 *3)))) (-2014 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1085 *3)))) (-3186 (*1 *2) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1085 *3)))) (-3931 (*1 *2) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-830)))) (-3949 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-830)))) (-3133 (*1 *2 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-312)))) (-3331 (*1 *2 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-312)))) (-2014 (*1 *2 *1 *3) (-12 (-5 *3 (-830)) (-4 *4 (-320)) (-4 *4 (-312)) (-5 *2 (-1085 *1)) (-4 *1 (-280 *4)))) (-3133 (*1 *1 *1 *2) (-12 (-5 *2 (-830)) (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)))) (-3331 (*1 *1 *1 *2) (-12 (-5 *2 (-830)) (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)))) (-1629 (*1 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-320)) (-4 *2 (-312)))) (-2013 (*1 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-320)) (-4 *2 (-312)))) (-2011 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-85)))) (-2409 (*1 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-320)) (-4 *2 (-312)))) (-1628 (*1 *1 *1 *2) (-12 (-5 *2 (-1085 *3)) (-4 *3 (-320)) (-4 *1 (-280 *3)) (-4 *3 (-312)))) (-1627 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-1085 *3)))) (-1626 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-1085 *3)))) (-1626 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-1085 *3)))))
-(-13 (-1198 |t#1|) (-950 |t#1|) (-10 -8 (-15 -2012 ((-1179 $))) (-15 -2012 ((-1179 $) (-830))) (-15 -3225 ((-1179 |t#1|) $)) (-15 -3225 ((-630 |t#1|) (-1179 $))) (-15 -1795 ($ (-1179 |t#1|))) (-15 -2014 ((-1085 |t#1|) $)) (-15 -3186 ((-1085 |t#1|))) (-15 -3931 ((-830))) (-15 -3949 ((-830) $)) (-15 -3133 (|t#1| $)) (-15 -3331 (|t#1| $)) (IF (|has| |t#1| (-320)) (PROGN (-6 (-299)) (-15 -2014 ((-1085 $) $ (-830))) (-15 -3133 ($ $ (-830))) (-15 -3331 ($ $ (-830))) (-15 -1629 ($)) (-15 -2013 ($)) (-15 -2011 ((-85) $)) (-15 -2409 ($)) (-15 -1628 ($ $ (-1085 |t#1|))) (-15 -1627 ((-1085 |t#1|) $)) (-15 -1626 ((-1085 |t#1|) $)) (-15 -1626 ((-3 (-1085 |t#1|) "failed") $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 |#1| |#1|) . T) ((-82 $ $) . T) ((-104) . T) ((-118) OR (|has| |#1| (-320)) (|has| |#1| (-118))) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-186 $) |has| |#1| (-320)) ((-190) |has| |#1| (-320)) ((-189) |has| |#1| (-320)) ((-201) . T) ((-246) . T) ((-258) . T) ((-1198 |#1|) . T) ((-312) . T) ((-345) OR (|has| |#1| (-320)) (|has| |#1| (-118))) ((-320) |has| |#1| (-320)) ((-299) |has| |#1| (-320)) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 |#1|) . T) ((-582 $) . T) ((-654 (-350 (-484))) . T) ((-654 |#1|) . T) ((-654 $) . T) ((-663) . T) ((-832) . T) ((-950 |#1|) . T) ((-963 (-350 (-484))) . T) ((-963 |#1|) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 |#1|) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1066) |has| |#1| (-320)) ((-1129) . T) ((-1134) . T) ((-1187 |#1|) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-1630 (((-85) $) 13 T ELT)) (-3639 (($ |#1|) 10 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3635 (($ |#1|) 12 T ELT)) (-3947 (((-772) $) 19 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2236 ((|#1| $) 14 T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 21 T ELT)))
-(((-281 |#1|) (-13 (-756) (-10 -8 (-15 -3639 ($ |#1|)) (-15 -3635 ($ |#1|)) (-15 -1630 ((-85) $)) (-15 -2236 (|#1| $)))) (-756)) (T -281))
-((-3639 (*1 *1 *2) (-12 (-5 *1 (-281 *2)) (-4 *2 (-756)))) (-3635 (*1 *1 *2) (-12 (-5 *1 (-281 *2)) (-4 *2 (-756)))) (-1630 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-281 *3)) (-4 *3 (-756)))) (-2236 (*1 *2 *1) (-12 (-5 *1 (-281 *2)) (-4 *2 (-756)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1631 (((-446) $) 20 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1632 (((-869 (-694)) $) 18 T ELT)) (-1634 (((-209) $) 7 T ELT)) (-3947 (((-772) $) 26 T ELT)) (-2206 (((-869 (-158 (-112))) $) 16 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1633 (((-583 (-782 (-1095) (-694))) $) 12 T ELT)) (-3057 (((-85) $ $) 22 T ELT)))
-(((-282) (-13 (-1013) (-10 -8 (-15 -1634 ((-209) $)) (-15 -1633 ((-583 (-782 (-1095) (-694))) $)) (-15 -1632 ((-869 (-694)) $)) (-15 -2206 ((-869 (-158 (-112))) $)) (-15 -1631 ((-446) $))))) (T -282))
-((-1634 (*1 *2 *1) (-12 (-5 *2 (-209)) (-5 *1 (-282)))) (-1633 (*1 *2 *1) (-12 (-5 *2 (-583 (-782 (-1095) (-694)))) (-5 *1 (-282)))) (-1632 (*1 *2 *1) (-12 (-5 *2 (-869 (-694))) (-5 *1 (-282)))) (-2206 (*1 *2 *1) (-12 (-5 *2 (-869 (-158 (-112)))) (-5 *1 (-282)))) (-1631 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-282)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3843 (($ $) 34 T ELT)) (-1637 (((-85) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1635 (((-1179 |#4|) $) 133 T ELT)) (-1968 (((-356 |#2| (-350 |#2|) |#3| |#4|) $) 32 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (((-3 |#4| #1#) $) 37 T ELT)) (-1636 (((-1179 |#4|) $) 125 T ELT)) (-1638 (($ (-356 |#2| (-350 |#2|) |#3| |#4|)) 42 T ELT) (($ |#4|) 44 T ELT) (($ |#1| |#1|) 46 T ELT) (($ |#1| |#1| (-484)) 48 T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 50 T ELT)) (-3436 (((-2 (|:| -2336 (-356 |#2| (-350 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 40 T ELT)) (-3947 (((-772) $) 18 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 15 T CONST)) (-3057 (((-85) $ $) 21 T ELT)) (-3838 (($ $) 28 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 26 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 24 T ELT)))
-(((-283 |#1| |#2| |#3| |#4|) (-13 (-286 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1636 ((-1179 |#4|) $)) (-15 -1635 ((-1179 |#4|) $)))) (-312) (-1155 |#1|) (-1155 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -283))
-((-1636 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-1179 *6)) (-5 *1 (-283 *3 *4 *5 *6)) (-4 *6 (-291 *3 *4 *5)))) (-1635 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-1179 *6)) (-5 *1 (-283 *3 *4 *5 *6)) (-4 *6 (-291 *3 *4 *5)))))
-((-3959 (((-283 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-283 |#1| |#2| |#3| |#4|)) 33 T ELT)))
-(((-284 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3959 ((-283 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-283 |#1| |#2| |#3| |#4|)))) (-312) (-1155 |#1|) (-1155 (-350 |#2|)) (-291 |#1| |#2| |#3|) (-312) (-1155 |#5|) (-1155 (-350 |#6|)) (-291 |#5| |#6| |#7|)) (T -284))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-283 *5 *6 *7 *8)) (-4 *5 (-312)) (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6))) (-4 *8 (-291 *5 *6 *7)) (-4 *9 (-312)) (-4 *10 (-1155 *9)) (-4 *11 (-1155 (-350 *10))) (-5 *2 (-283 *9 *10 *11 *12)) (-5 *1 (-284 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-291 *9 *10 *11)))))
-((-1637 (((-85) $) 14 T ELT)))
-(((-285 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1637 ((-85) |#1|))) (-286 |#2| |#3| |#4| |#5|) (-312) (-1155 |#2|) (-1155 (-350 |#3|)) (-291 |#2| |#3| |#4|)) (T -285))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3843 (($ $) 35 T ELT)) (-1637 (((-85) $) 34 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1968 (((-356 |#2| (-350 |#2|) |#3| |#4|) $) 41 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2409 (((-3 |#4| "failed") $) 33 T ELT)) (-1638 (($ (-356 |#2| (-350 |#2|) |#3| |#4|)) 40 T ELT) (($ |#4|) 39 T ELT) (($ |#1| |#1|) 38 T ELT) (($ |#1| |#1| (-484)) 37 T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 32 T ELT)) (-3436 (((-2 (|:| -2336 (-356 |#2| (-350 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 36 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT)))
-(((-286 |#1| |#2| |#3| |#4|) (-113) (-312) (-1155 |t#1|) (-1155 (-350 |t#2|)) (-291 |t#1| |t#2| |t#3|)) (T -286))
-((-1968 (*1 *2 *1) (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-5 *2 (-356 *4 (-350 *4) *5 *6)))) (-1638 (*1 *1 *2) (-12 (-5 *2 (-356 *4 (-350 *4) *5 *6)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-4 *3 (-312)) (-4 *1 (-286 *3 *4 *5 *6)))) (-1638 (*1 *1 *2) (-12 (-4 *3 (-312)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-4 *1 (-286 *3 *4 *5 *2)) (-4 *2 (-291 *3 *4 *5)))) (-1638 (*1 *1 *2 *2) (-12 (-4 *2 (-312)) (-4 *3 (-1155 *2)) (-4 *4 (-1155 (-350 *3))) (-4 *1 (-286 *2 *3 *4 *5)) (-4 *5 (-291 *2 *3 *4)))) (-1638 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-484)) (-4 *2 (-312)) (-4 *4 (-1155 *2)) (-4 *5 (-1155 (-350 *4))) (-4 *1 (-286 *2 *4 *5 *6)) (-4 *6 (-291 *2 *4 *5)))) (-3436 (*1 *2 *1) (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-5 *2 (-2 (|:| -2336 (-356 *4 (-350 *4) *5 *6)) (|:| |principalPart| *6))))) (-3843 (*1 *1 *1) (-12 (-4 *1 (-286 *2 *3 *4 *5)) (-4 *2 (-312)) (-4 *3 (-1155 *2)) (-4 *4 (-1155 (-350 *3))) (-4 *5 (-291 *2 *3 *4)))) (-1637 (*1 *2 *1) (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-5 *2 (-85)))) (-2409 (*1 *2 *1) (|partial| -12 (-4 *1 (-286 *3 *4 *5 *2)) (-4 *3 (-312)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-4 *2 (-291 *3 *4 *5)))) (-1638 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-312)) (-4 *3 (-1155 *4)) (-4 *5 (-1155 (-350 *3))) (-4 *1 (-286 *4 *3 *5 *2)) (-4 *2 (-291 *4 *3 *5)))))
-(-13 (-21) (-10 -8 (-15 -1968 ((-356 |t#2| (-350 |t#2|) |t#3| |t#4|) $)) (-15 -1638 ($ (-356 |t#2| (-350 |t#2|) |t#3| |t#4|))) (-15 -1638 ($ |t#4|)) (-15 -1638 ($ |t#1| |t#1|)) (-15 -1638 ($ |t#1| |t#1| (-484))) (-15 -3436 ((-2 (|:| -2336 (-356 |t#2| (-350 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -3843 ($ $)) (-15 -1637 ((-85) $)) (-15 -2409 ((-3 |t#4| "failed") $)) (-15 -1638 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-1013) . T) ((-1129) . T))
-((-3769 (($ $ (-1090) |#2|) NIL T ELT) (($ $ (-583 (-1090)) (-583 |#2|)) 20 T ELT) (($ $ (-583 (-249 |#2|))) 15 T ELT) (($ $ (-249 |#2|)) NIL T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL T ELT)) (-3801 (($ $ |#2|) 11 T ELT)))
-(((-287 |#1| |#2|) (-10 -7 (-15 -3801 (|#1| |#1| |#2|)) (-15 -3769 (|#1| |#1| (-583 |#2|) (-583 |#2|))) (-15 -3769 (|#1| |#1| |#2| |#2|)) (-15 -3769 (|#1| |#1| (-249 |#2|))) (-15 -3769 (|#1| |#1| (-583 (-249 |#2|)))) (-15 -3769 (|#1| |#1| (-583 (-1090)) (-583 |#2|))) (-15 -3769 (|#1| |#1| (-1090) |#2|))) (-288 |#2|) (-1013)) (T -287))
-NIL
-((-3959 (($ (-1 |#1| |#1|) $) 6 T ELT)) (-3769 (($ $ (-1090) |#1|) 17 (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) 16 (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-583 (-249 |#1|))) 15 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) 14 (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) 13 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 12 (|has| |#1| (-260 |#1|)) ELT)) (-3801 (($ $ |#1|) 11 (|has| |#1| (-241 |#1| |#1|)) ELT)))
-(((-288 |#1|) (-113) (-1013)) (T -288))
-((-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-288 *3)) (-4 *3 (-1013)))))
-(-13 (-10 -8 (-15 -3959 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-241 |t#1| |t#1|)) (-6 (-241 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-260 |t#1|)) (-6 (-260 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-455 (-1090) |t#1|)) (-6 (-455 (-1090) |t#1|)) |%noBranch|)))
-(((-241 |#1| $) |has| |#1| (-241 |#1| |#1|)) ((-260 |#1|) |has| |#1| (-260 |#1|)) ((-455 (-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)) ((-455 |#1| |#1|) |has| |#1| (-260 |#1|)) ((-13) |has| |#1| (-241 |#1| |#1|)) ((-1129) |has| |#1| (-241 |#1| |#1|)))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 (((-817 |#1|) $) NIL T ELT) (($ $ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-817 |#1|) #1#) $) NIL T ELT)) (-3157 (((-817 |#1|) $) NIL T ELT)) (-1795 (($ (-1179 (-817 |#1|))) NIL T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1680 (((-85) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1767 (($ $ (-694)) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT) (($ $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-830) $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-743 (-830)) $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2011 (((-85) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3133 (((-817 |#1|) $) NIL T ELT) (($ $ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3446 (((-632 $) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 (-817 |#1|)) $) NIL T ELT) (((-1085 $) $ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2010 (((-830) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1627 (((-1085 (-817 |#1|)) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1626 (((-1085 (-817 |#1|)) $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-3 (-1085 (-817 |#1|)) #1#) $ $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1628 (($ $ (-1085 (-817 |#1|))) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-817 |#1|) (-320)) CONST)) (-2400 (($ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3932 (((-85) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-743 (-830))) NIL T ELT) (((-830)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-694) $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-3 (-694) #1#) $ $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $ (-694)) NIL (|has| (-817 |#1|) (-320)) ELT) (($ $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3949 (((-743 (-830)) $) NIL T ELT) (((-830) $) NIL T ELT)) (-3186 (((-1085 (-817 |#1|))) NIL T ELT)) (-1674 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1629 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3225 (((-1179 (-817 |#1|)) $) NIL T ELT) (((-630 (-817 |#1|)) (-1179 $)) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-817 |#1|)) NIL T ELT)) (-2703 (($ $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-632 $) $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL T ELT) (((-1179 $) (-830)) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3929 (($ $) NIL (|has| (-817 |#1|) (-320)) ELT) (($ $ (-694)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2670 (($ $ (-694)) NIL (|has| (-817 |#1|) (-320)) ELT) (($ $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT) (($ $ (-817 |#1|)) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ (-817 |#1|)) NIL T ELT) (($ (-817 |#1|) $) NIL T ELT)))
-(((-289 |#1| |#2|) (-280 (-817 |#1|)) (-830) (-830)) (T -289))
-NIL
-((-1647 (((-2 (|:| |num| (-1179 |#3|)) (|:| |den| |#3|)) $) 39 T ELT)) (-1795 (($ (-1179 (-350 |#3|)) (-1179 $)) NIL T ELT) (($ (-1179 (-350 |#3|))) NIL T ELT) (($ (-1179 |#3|) |#3|) 172 T ELT)) (-1652 (((-1179 $) (-1179 $)) 156 T ELT)) (-1639 (((-583 (-583 |#2|))) 126 T ELT)) (-1664 (((-85) |#2| |#2|) 76 T ELT)) (-3504 (($ $) 148 T ELT)) (-3378 (((-694)) 171 T ELT)) (-1653 (((-1179 $) (-1179 $)) 219 T ELT)) (-1640 (((-583 (-857 |#2|)) (-1090)) 115 T ELT)) (-1656 (((-85) $) 168 T ELT)) (-1655 (((-85) $) 27 T ELT) (((-85) $ |#2|) 31 T ELT) (((-85) $ |#3|) 223 T ELT)) (-1642 (((-3 |#3| #1="failed")) 52 T ELT)) (-1666 (((-694)) 183 T ELT)) (-3801 ((|#2| $ |#2| |#2|) 140 T ELT)) (-1643 (((-3 |#3| #1#)) 71 T ELT)) (-3759 (($ $ (-1 (-350 |#3|) (-350 |#3|))) NIL T ELT) (($ $ (-1 (-350 |#3|) (-350 |#3|)) (-694)) NIL T ELT) (($ $ (-1 |#3| |#3|)) 227 T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $) NIL T ELT)) (-1654 (((-1179 $) (-1179 $)) 162 T ELT)) (-1641 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 68 T ELT)) (-1665 (((-85)) 34 T ELT)))
-(((-290 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3759 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1| (-1090))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -1639 ((-583 (-583 |#2|)))) (-15 -1640 ((-583 (-857 |#2|)) (-1090))) (-15 -1641 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -1642 ((-3 |#3| #1="failed"))) (-15 -1643 ((-3 |#3| #1#))) (-15 -3801 (|#2| |#1| |#2| |#2|)) (-15 -3504 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1655 ((-85) |#1| |#3|)) (-15 -1655 ((-85) |#1| |#2|)) (-15 -1795 (|#1| (-1179 |#3|) |#3|)) (-15 -1647 ((-2 (|:| |num| (-1179 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -1652 ((-1179 |#1|) (-1179 |#1|))) (-15 -1653 ((-1179 |#1|) (-1179 |#1|))) (-15 -1654 ((-1179 |#1|) (-1179 |#1|))) (-15 -1655 ((-85) |#1|)) (-15 -1656 ((-85) |#1|)) (-15 -1664 ((-85) |#2| |#2|)) (-15 -1665 ((-85))) (-15 -1666 ((-694))) (-15 -3378 ((-694))) (-15 -3759 (|#1| |#1| (-1 (-350 |#3|) (-350 |#3|)) (-694))) (-15 -3759 (|#1| |#1| (-1 (-350 |#3|) (-350 |#3|)))) (-15 -1795 (|#1| (-1179 (-350 |#3|)))) (-15 -1795 (|#1| (-1179 (-350 |#3|)) (-1179 |#1|)))) (-291 |#2| |#3| |#4|) (-1134) (-1155 |#2|) (-1155 (-350 |#3|))) (T -290))
-((-3378 (*1 *2) (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5))) (-5 *2 (-694)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6)))) (-1666 (*1 *2) (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5))) (-5 *2 (-694)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6)))) (-1665 (*1 *2) (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5))) (-5 *2 (-85)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6)))) (-1664 (*1 *2 *3 *3) (-12 (-4 *3 (-1134)) (-4 *5 (-1155 *3)) (-4 *6 (-1155 (-350 *5))) (-5 *2 (-85)) (-5 *1 (-290 *4 *3 *5 *6)) (-4 *4 (-291 *3 *5 *6)))) (-1643 (*1 *2) (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1155 (-350 *2))) (-4 *2 (-1155 *4)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *3 (-291 *4 *2 *5)))) (-1642 (*1 *2) (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1155 (-350 *2))) (-4 *2 (-1155 *4)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *3 (-291 *4 *2 *5)))) (-1640 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-4 *5 (-1134)) (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6))) (-5 *2 (-583 (-857 *5))) (-5 *1 (-290 *4 *5 *6 *7)) (-4 *4 (-291 *5 *6 *7)))) (-1639 (*1 *2) (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5))) (-5 *2 (-583 (-583 *4))) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1647 (((-2 (|:| |num| (-1179 |#2|)) (|:| |den| |#2|)) $) 225 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 114 (|has| (-350 |#2|) (-312)) ELT)) (-2063 (($ $) 115 (|has| (-350 |#2|) (-312)) ELT)) (-2061 (((-85) $) 117 (|has| (-350 |#2|) (-312)) ELT)) (-1785 (((-630 (-350 |#2|)) (-1179 $)) 61 T ELT) (((-630 (-350 |#2|))) 77 T ELT)) (-3331 (((-350 |#2|) $) 67 T ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) 167 (|has| (-350 |#2|) (-299)) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 134 (|has| (-350 |#2|) (-312)) ELT)) (-3972 (((-348 $) $) 135 (|has| (-350 |#2|) (-312)) ELT)) (-1608 (((-85) $ $) 125 (|has| (-350 |#2|) (-312)) ELT)) (-3137 (((-694)) 108 (|has| (-350 |#2|) (-320)) ELT)) (-1661 (((-85)) 242 T ELT)) (-1660 (((-85) |#1|) 241 T ELT) (((-85) |#2|) 240 T ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 (-484) #1="failed") $) 194 (|has| (-350 |#2|) (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) 192 (|has| (-350 |#2|) (-950 (-350 (-484)))) ELT) (((-3 (-350 |#2|) #1#) $) 189 T ELT)) (-3157 (((-484) $) 193 (|has| (-350 |#2|) (-950 (-484))) ELT) (((-350 (-484)) $) 191 (|has| (-350 |#2|) (-950 (-350 (-484)))) ELT) (((-350 |#2|) $) 190 T ELT)) (-1795 (($ (-1179 (-350 |#2|)) (-1179 $)) 63 T ELT) (($ (-1179 (-350 |#2|))) 80 T ELT) (($ (-1179 |#2|) |#2|) 224 T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) 173 (|has| (-350 |#2|) (-299)) ELT)) (-2565 (($ $ $) 129 (|has| (-350 |#2|) (-312)) ELT)) (-1784 (((-630 (-350 |#2|)) $ (-1179 $)) 68 T ELT) (((-630 (-350 |#2|)) $) 75 T ELT)) (-2279 (((-630 (-484)) (-630 $)) 186 (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 185 (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-350 |#2|))) (|:| |vec| (-1179 (-350 |#2|)))) (-630 $) (-1179 $)) 184 T ELT) (((-630 (-350 |#2|)) (-630 $)) 183 T ELT)) (-1652 (((-1179 $) (-1179 $)) 230 T ELT)) (-3843 (($ |#3|) 178 T ELT) (((-3 $ "failed") (-350 |#3|)) 175 (|has| (-350 |#2|) (-312)) ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1639 (((-583 (-583 |#1|))) 211 (|has| |#1| (-320)) ELT)) (-1664 (((-85) |#1| |#1|) 246 T ELT)) (-3109 (((-830)) 69 T ELT)) (-2995 (($) 111 (|has| (-350 |#2|) (-320)) ELT)) (-1659 (((-85)) 239 T ELT)) (-1658 (((-85) |#1|) 238 T ELT) (((-85) |#2|) 237 T ELT)) (-2564 (($ $ $) 128 (|has| (-350 |#2|) (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 123 (|has| (-350 |#2|) (-312)) ELT)) (-3504 (($ $) 217 T ELT)) (-2834 (($) 169 (|has| (-350 |#2|) (-299)) ELT)) (-1680 (((-85) $) 170 (|has| (-350 |#2|) (-299)) ELT)) (-1767 (($ $ (-694)) 161 (|has| (-350 |#2|) (-299)) ELT) (($ $) 160 (|has| (-350 |#2|) (-299)) ELT)) (-3724 (((-85) $) 136 (|has| (-350 |#2|) (-312)) ELT)) (-3773 (((-830) $) 172 (|has| (-350 |#2|) (-299)) ELT) (((-743 (-830)) $) 158 (|has| (-350 |#2|) (-299)) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3378 (((-694)) 249 T ELT)) (-1653 (((-1179 $) (-1179 $)) 231 T ELT)) (-3133 (((-350 |#2|) $) 66 T ELT)) (-1640 (((-583 (-857 |#1|)) (-1090)) 212 (|has| |#1| (-312)) ELT)) (-3446 (((-632 $) $) 162 (|has| (-350 |#2|) (-299)) ELT)) (-1605 (((-3 (-583 $) #2="failed") (-583 $) $) 132 (|has| (-350 |#2|) (-312)) ELT)) (-2014 ((|#3| $) 59 (|has| (-350 |#2|) (-312)) ELT)) (-2010 (((-830) $) 110 (|has| (-350 |#2|) (-320)) ELT)) (-3080 ((|#3| $) 176 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 188 (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 187 (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-350 |#2|))) (|:| |vec| (-1179 (-350 |#2|)))) (-1179 $) $) 182 T ELT) (((-630 (-350 |#2|)) (-1179 $)) 181 T ELT)) (-1894 (($ (-583 $)) 121 (|has| (-350 |#2|) (-312)) ELT) (($ $ $) 120 (|has| (-350 |#2|) (-312)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1648 (((-630 (-350 |#2|))) 226 T ELT)) (-1650 (((-630 (-350 |#2|))) 228 T ELT)) (-2485 (($ $) 137 (|has| (-350 |#2|) (-312)) ELT)) (-1645 (($ (-1179 |#2|) |#2|) 222 T ELT)) (-1649 (((-630 (-350 |#2|))) 227 T ELT)) (-1651 (((-630 (-350 |#2|))) 229 T ELT)) (-1644 (((-2 (|:| |num| (-630 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 221 T ELT)) (-1646 (((-2 (|:| |num| (-1179 |#2|)) (|:| |den| |#2|)) $) 223 T ELT)) (-1657 (((-1179 $)) 235 T ELT)) (-3919 (((-1179 $)) 236 T ELT)) (-1656 (((-85) $) 234 T ELT)) (-1655 (((-85) $) 233 T ELT) (((-85) $ |#1|) 220 T ELT) (((-85) $ |#2|) 219 T ELT)) (-3447 (($) 163 (|has| (-350 |#2|) (-299)) CONST)) (-2400 (($ (-830)) 109 (|has| (-350 |#2|) (-320)) ELT)) (-1642 (((-3 |#2| "failed")) 214 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1666 (((-694)) 248 T ELT)) (-2409 (($) 180 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 122 (|has| (-350 |#2|) (-312)) ELT)) (-3145 (($ (-583 $)) 119 (|has| (-350 |#2|) (-312)) ELT) (($ $ $) 118 (|has| (-350 |#2|) (-312)) ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) 166 (|has| (-350 |#2|) (-299)) ELT)) (-3733 (((-348 $) $) 133 (|has| (-350 |#2|) (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 131 (|has| (-350 |#2|) (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 130 (|has| (-350 |#2|) (-312)) ELT)) (-3467 (((-3 $ "failed") $ $) 113 (|has| (-350 |#2|) (-312)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 124 (|has| (-350 |#2|) (-312)) ELT)) (-1607 (((-694) $) 126 (|has| (-350 |#2|) (-312)) ELT)) (-3801 ((|#1| $ |#1| |#1|) 216 T ELT)) (-1643 (((-3 |#2| "failed")) 215 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 127 (|has| (-350 |#2|) (-312)) ELT)) (-3758 (((-350 |#2|) (-1179 $)) 62 T ELT) (((-350 |#2|)) 76 T ELT)) (-1768 (((-694) $) 171 (|has| (-350 |#2|) (-299)) ELT) (((-3 (-694) "failed") $ $) 159 (|has| (-350 |#2|) (-299)) ELT)) (-3759 (($ $ (-1 (-350 |#2|) (-350 |#2|))) 145 (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-694)) 144 (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 |#2| |#2|)) 218 T ELT) (($ $ (-583 (-1090)) (-583 (-694))) 150 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090)))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-2563 (|has| (-350 |#2|) (-811 (-1090))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-1090) (-694)) 149 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090)))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-2563 (|has| (-350 |#2|) (-811 (-1090))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-583 (-1090))) 148 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090)))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-2563 (|has| (-350 |#2|) (-811 (-1090))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-1090)) 146 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090)))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-2563 (|has| (-350 |#2|) (-811 (-1090))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-694)) 156 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-189))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-190))) (-2563 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) 154 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-189))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-190))) (-2563 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-2408 (((-630 (-350 |#2|)) (-1179 $) (-1 (-350 |#2|) (-350 |#2|))) 174 (|has| (-350 |#2|) (-312)) ELT)) (-3186 ((|#3|) 179 T ELT)) (-1674 (($) 168 (|has| (-350 |#2|) (-299)) ELT)) (-3225 (((-1179 (-350 |#2|)) $ (-1179 $)) 65 T ELT) (((-630 (-350 |#2|)) (-1179 $) (-1179 $)) 64 T ELT) (((-1179 (-350 |#2|)) $) 82 T ELT) (((-630 (-350 |#2|)) (-1179 $)) 81 T ELT)) (-3973 (((-1179 (-350 |#2|)) $) 79 T ELT) (($ (-1179 (-350 |#2|))) 78 T ELT) ((|#3| $) 195 T ELT) (($ |#3|) 177 T ELT)) (-2704 (((-3 (-1179 $) "failed") (-630 $)) 165 (|has| (-350 |#2|) (-299)) ELT)) (-1654 (((-1179 $) (-1179 $)) 232 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ (-350 |#2|)) 52 T ELT) (($ (-350 (-484))) 107 (OR (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-950 (-350 (-484))))) ELT) (($ $) 112 (|has| (-350 |#2|) (-312)) ELT)) (-2703 (($ $) 164 (|has| (-350 |#2|) (-299)) ELT) (((-632 $) $) 58 (|has| (-350 |#2|) (-118)) ELT)) (-2450 ((|#3| $) 60 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1663 (((-85)) 245 T ELT)) (-1662 (((-85) |#1|) 244 T ELT) (((-85) |#2|) 243 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2012 (((-1179 $)) 83 T ELT)) (-2062 (((-85) $ $) 116 (|has| (-350 |#2|) (-312)) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-1641 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 213 T ELT)) (-1665 (((-85)) 247 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1 (-350 |#2|) (-350 |#2|))) 143 (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-694)) 142 (|has| (-350 |#2|) (-312)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 153 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090)))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-2563 (|has| (-350 |#2|) (-811 (-1090))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-1090) (-694)) 152 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090)))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-2563 (|has| (-350 |#2|) (-811 (-1090))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-583 (-1090))) 151 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090)))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-2563 (|has| (-350 |#2|) (-811 (-1090))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-1090)) 147 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090)))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-2563 (|has| (-350 |#2|) (-811 (-1090))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-694)) 157 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-189))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-190))) (-2563 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) 155 (OR (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-189))) (-2563 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-190))) (-2563 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 141 (|has| (-350 |#2|) (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 138 (|has| (-350 |#2|) (-312)) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 |#2|)) 54 T ELT) (($ (-350 |#2|) $) 53 T ELT) (($ (-350 (-484)) $) 140 (|has| (-350 |#2|) (-312)) ELT) (($ $ (-350 (-484))) 139 (|has| (-350 |#2|) (-312)) ELT)))
-(((-291 |#1| |#2| |#3|) (-113) (-1134) (-1155 |t#1|) (-1155 (-350 |t#2|))) (T -291))
-((-3378 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-694)))) (-1666 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-694)))) (-1665 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1664 (*1 *2 *3 *3) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1663 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1662 (*1 *2 *3) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1662 (*1 *2 *3) (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1155 *4)) (-4 *5 (-1155 (-350 *3))) (-5 *2 (-85)))) (-1661 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1660 (*1 *2 *3) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1660 (*1 *2 *3) (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1155 *4)) (-4 *5 (-1155 (-350 *3))) (-5 *2 (-85)))) (-1659 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1658 (*1 *2 *3) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1658 (*1 *2 *3) (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1155 *4)) (-4 *5 (-1155 (-350 *3))) (-5 *2 (-85)))) (-3919 (*1 *2) (-12 (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-1179 *1)) (-4 *1 (-291 *3 *4 *5)))) (-1657 (*1 *2) (-12 (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-1179 *1)) (-4 *1 (-291 *3 *4 *5)))) (-1656 (*1 *2 *1) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1655 (*1 *2 *1) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1654 (*1 *2 *2) (-12 (-5 *2 (-1179 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))))) (-1653 (*1 *2 *2) (-12 (-5 *2 (-1179 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))))) (-1652 (*1 *2 *2) (-12 (-5 *2 (-1179 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))))) (-1651 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-630 (-350 *4))))) (-1650 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-630 (-350 *4))))) (-1649 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-630 (-350 *4))))) (-1648 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-630 (-350 *4))))) (-1647 (*1 *2 *1) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-2 (|:| |num| (-1179 *4)) (|:| |den| *4))))) (-1795 (*1 *1 *2 *3) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-1155 *4)) (-4 *4 (-1134)) (-4 *1 (-291 *4 *3 *5)) (-4 *5 (-1155 (-350 *3))))) (-1646 (*1 *2 *1) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-2 (|:| |num| (-1179 *4)) (|:| |den| *4))))) (-1645 (*1 *1 *2 *3) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-1155 *4)) (-4 *4 (-1134)) (-4 *1 (-291 *4 *3 *5)) (-4 *5 (-1155 (-350 *3))))) (-1644 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-291 *4 *5 *6)) (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5))) (-5 *2 (-2 (|:| |num| (-630 *5)) (|:| |den| *5))))) (-1655 (*1 *2 *1 *3) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))) (-1655 (*1 *2 *1 *3) (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1155 *4)) (-4 *5 (-1155 (-350 *3))) (-5 *2 (-85)))) (-3759 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))))) (-3504 (*1 *1 *1) (-12 (-4 *1 (-291 *2 *3 *4)) (-4 *2 (-1134)) (-4 *3 (-1155 *2)) (-4 *4 (-1155 (-350 *3))))) (-3801 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-291 *2 *3 *4)) (-4 *2 (-1134)) (-4 *3 (-1155 *2)) (-4 *4 (-1155 (-350 *3))))) (-1643 (*1 *2) (|partial| -12 (-4 *1 (-291 *3 *2 *4)) (-4 *3 (-1134)) (-4 *4 (-1155 (-350 *2))) (-4 *2 (-1155 *3)))) (-1642 (*1 *2) (|partial| -12 (-4 *1 (-291 *3 *2 *4)) (-4 *3 (-1134)) (-4 *4 (-1155 (-350 *2))) (-4 *2 (-1155 *3)))) (-1641 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1155 *4)) (-4 *4 (-1134)) (-4 *6 (-1155 (-350 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-291 *4 *5 *6)))) (-1640 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-4 *1 (-291 *4 *5 *6)) (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5))) (-4 *4 (-312)) (-5 *2 (-583 (-857 *4))))) (-1639 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))) (-4 *3 (-320)) (-5 *2 (-583 (-583 *3))))))
-(-13 (-661 (-350 |t#2|) |t#3|) (-10 -8 (-15 -3378 ((-694))) (-15 -1666 ((-694))) (-15 -1665 ((-85))) (-15 -1664 ((-85) |t#1| |t#1|)) (-15 -1663 ((-85))) (-15 -1662 ((-85) |t#1|)) (-15 -1662 ((-85) |t#2|)) (-15 -1661 ((-85))) (-15 -1660 ((-85) |t#1|)) (-15 -1660 ((-85) |t#2|)) (-15 -1659 ((-85))) (-15 -1658 ((-85) |t#1|)) (-15 -1658 ((-85) |t#2|)) (-15 -3919 ((-1179 $))) (-15 -1657 ((-1179 $))) (-15 -1656 ((-85) $)) (-15 -1655 ((-85) $)) (-15 -1654 ((-1179 $) (-1179 $))) (-15 -1653 ((-1179 $) (-1179 $))) (-15 -1652 ((-1179 $) (-1179 $))) (-15 -1651 ((-630 (-350 |t#2|)))) (-15 -1650 ((-630 (-350 |t#2|)))) (-15 -1649 ((-630 (-350 |t#2|)))) (-15 -1648 ((-630 (-350 |t#2|)))) (-15 -1647 ((-2 (|:| |num| (-1179 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -1795 ($ (-1179 |t#2|) |t#2|)) (-15 -1646 ((-2 (|:| |num| (-1179 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -1645 ($ (-1179 |t#2|) |t#2|)) (-15 -1644 ((-2 (|:| |num| (-630 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -1655 ((-85) $ |t#1|)) (-15 -1655 ((-85) $ |t#2|)) (-15 -3759 ($ $ (-1 |t#2| |t#2|))) (-15 -3504 ($ $)) (-15 -3801 (|t#1| $ |t#1| |t#1|)) (-15 -1643 ((-3 |t#2| "failed"))) (-15 -1642 ((-3 |t#2| "failed"))) (-15 -1641 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-312)) (-15 -1640 ((-583 (-857 |t#1|)) (-1090))) |%noBranch|) (IF (|has| |t#1| (-320)) (-15 -1639 ((-583 (-583 |t#1|)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-38 (-350 |#2|)) . T) ((-38 $) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-82 (-350 |#2|) (-350 |#2|)) . T) ((-82 $ $) . T) ((-104) . T) ((-118) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-118))) ((-120) |has| (-350 |#2|) (-120)) ((-555 (-350 (-484))) OR (|has| (-350 |#2|) (-950 (-350 (-484)))) (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-555 (-350 |#2|)) . T) ((-555 (-484)) . T) ((-555 $) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-552 (-772)) . T) ((-146) . T) ((-553 |#3|) . T) ((-186 $) OR (|has| (-350 |#2|) (-299)) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312)))) ((-184 (-350 |#2|)) |has| (-350 |#2|) (-312)) ((-190) OR (|has| (-350 |#2|) (-299)) (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312)))) ((-189) OR (|has| (-350 |#2|) (-299)) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312)))) ((-225 (-350 |#2|)) |has| (-350 |#2|) (-312)) ((-201) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-246) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-258) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-312) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-345) |has| (-350 |#2|) (-299)) ((-320) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-320))) ((-299) |has| (-350 |#2|) (-299)) ((-322 (-350 |#2|) |#3|) . T) ((-353 (-350 |#2|) |#3|) . T) ((-329 (-350 |#2|)) . T) ((-355 (-350 |#2|)) . T) ((-392) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-495) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-13) . T) ((-588 (-350 (-484))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-588 (-350 |#2|)) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 (-350 (-484))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-590 (-350 |#2|)) . T) ((-590 (-484)) |has| (-350 |#2|) (-580 (-484))) ((-590 $) . T) ((-582 (-350 (-484))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-582 (-350 |#2|)) . T) ((-582 $) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-580 (-350 |#2|)) . T) ((-580 (-484)) |has| (-350 |#2|) (-580 (-484))) ((-654 (-350 (-484))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-654 (-350 |#2|)) . T) ((-654 $) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-661 (-350 |#2|) |#3|) . T) ((-663) . T) ((-806 $ (-1090)) OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090))))) ((-809 (-1090)) -12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) ((-811 (-1090)) OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090))))) ((-832) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-950 (-350 (-484))) |has| (-350 |#2|) (-950 (-350 (-484)))) ((-950 (-350 |#2|)) . T) ((-950 (-484)) |has| (-350 |#2|) (-950 (-484))) ((-963 (-350 (-484))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-963 (-350 |#2|)) . T) ((-963 $) . T) ((-968 (-350 (-484))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-968 (-350 |#2|)) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1066) |has| (-350 |#2|) (-299)) ((-1129) . T) ((-1134) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))))
-((-3959 ((|#8| (-1 |#5| |#1|) |#4|) 19 T ELT)))
-(((-292 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3959 (|#8| (-1 |#5| |#1|) |#4|))) (-1134) (-1155 |#1|) (-1155 (-350 |#2|)) (-291 |#1| |#2| |#3|) (-1134) (-1155 |#5|) (-1155 (-350 |#6|)) (-291 |#5| |#6| |#7|)) (T -292))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1134)) (-4 *8 (-1134)) (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6))) (-4 *9 (-1155 *8)) (-4 *2 (-291 *8 *9 *10)) (-5 *1 (-292 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-291 *5 *6 *7)) (-4 *10 (-1155 (-350 *9))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 (((-817 |#1|) $) NIL T ELT) (($ $ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-817 |#1|) #1#) $) NIL T ELT)) (-3157 (((-817 |#1|) $) NIL T ELT)) (-1795 (($ (-1179 (-817 |#1|))) NIL T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1680 (((-85) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1767 (($ $ (-694)) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT) (($ $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-830) $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-743 (-830)) $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2011 (((-85) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3133 (((-817 |#1|) $) NIL T ELT) (($ $ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3446 (((-632 $) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 (-817 |#1|)) $) NIL T ELT) (((-1085 $) $ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2010 (((-830) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1627 (((-1085 (-817 |#1|)) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1626 (((-1085 (-817 |#1|)) $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-3 (-1085 (-817 |#1|)) #1#) $ $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1628 (($ $ (-1085 (-817 |#1|))) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-817 |#1|) (-320)) CONST)) (-2400 (($ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3932 (((-85) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1667 (((-869 (-1033))) NIL T ELT)) (-2409 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-743 (-830))) NIL T ELT) (((-830)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-694) $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-3 (-694) #1#) $ $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $ (-694)) NIL (|has| (-817 |#1|) (-320)) ELT) (($ $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3949 (((-743 (-830)) $) NIL T ELT) (((-830) $) NIL T ELT)) (-3186 (((-1085 (-817 |#1|))) NIL T ELT)) (-1674 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1629 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3225 (((-1179 (-817 |#1|)) $) NIL T ELT) (((-630 (-817 |#1|)) (-1179 $)) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-817 |#1|)) NIL T ELT)) (-2703 (($ $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-632 $) $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL T ELT) (((-1179 $) (-830)) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3929 (($ $) NIL (|has| (-817 |#1|) (-320)) ELT) (($ $ (-694)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2670 (($ $ (-694)) NIL (|has| (-817 |#1|) (-320)) ELT) (($ $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT) (($ $ (-817 |#1|)) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ (-817 |#1|)) NIL T ELT) (($ (-817 |#1|) $) NIL T ELT)))
-(((-293 |#1| |#2|) (-13 (-280 (-817 |#1|)) (-10 -7 (-15 -1667 ((-869 (-1033)))))) (-830) (-830)) (T -293))
-((-1667 (*1 *2) (-12 (-5 *2 (-869 (-1033))) (-5 *1 (-293 *3 *4)) (-14 *3 (-830)) (-14 *4 (-830)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 58 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 ((|#1| $) NIL T ELT) (($ $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) 56 (|has| |#1| (-320)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| |#1| (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) 139 T ELT)) (-3157 ((|#1| $) 111 T ELT)) (-1795 (($ (-1179 |#1|)) 128 T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) 119 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) 122 (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) 155 (|has| |#1| (-320)) ELT)) (-1680 (((-85) $) 65 (|has| |#1| (-320)) ELT)) (-1767 (($ $ (-694)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-830) $) 60 (|has| |#1| (-320)) ELT) (((-743 (-830)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 62 T ELT)) (-2013 (($) 157 (|has| |#1| (-320)) ELT)) (-2011 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-3133 ((|#1| $) NIL T ELT) (($ $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-320)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 |#1|) $) 115 T ELT) (((-1085 $) $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-2010 (((-830) $) 165 (|has| |#1| (-320)) ELT)) (-1627 (((-1085 |#1|) $) NIL (|has| |#1| (-320)) ELT)) (-1626 (((-1085 |#1|) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-1085 |#1|) #1#) $ $) NIL (|has| |#1| (-320)) ELT)) (-1628 (($ $ (-1085 |#1|)) NIL (|has| |#1| (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 172 T ELT)) (-3447 (($) NIL (|has| |#1| (-320)) CONST)) (-2400 (($ (-830)) 94 (|has| |#1| (-320)) ELT)) (-3932 (((-85) $) 142 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1667 (((-869 (-1033))) 57 T ELT)) (-2409 (($) 153 (|has| |#1| (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) 117 (|has| |#1| (-320)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-743 (-830))) 88 T ELT) (((-830)) 89 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-694) $) 156 (|has| |#1| (-320)) ELT) (((-3 (-694) #1#) $ $) 149 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3949 (((-743 (-830)) $) NIL T ELT) (((-830) $) NIL T ELT)) (-3186 (((-1085 |#1|)) 120 T ELT)) (-1674 (($) 154 (|has| |#1| (-320)) ELT)) (-1629 (($) 162 (|has| |#1| (-320)) ELT)) (-3225 (((-1179 |#1|) $) 76 T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| |#1| (-320)) ELT)) (-3947 (((-772) $) 168 T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#1|) 98 T ELT)) (-2703 (($ $) NIL (|has| |#1| (-320)) ELT) (((-632 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3127 (((-694)) 150 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) 141 T ELT) (((-1179 $) (-830)) 96 T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) 66 T CONST)) (-2667 (($) 101 T CONST)) (-3929 (($ $) 105 (|has| |#1| (-320)) ELT) (($ $ (-694)) NIL (|has| |#1| (-320)) ELT)) (-2670 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3057 (((-85) $ $) 64 T ELT)) (-3950 (($ $ $) 170 T ELT) (($ $ |#1|) 171 T ELT)) (-3838 (($ $) 152 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 84 T ELT)) (** (($ $ (-830)) 174 T ELT) (($ $ (-694)) 175 T ELT) (($ $ (-484)) 173 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 100 T ELT) (($ $ $) 99 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 169 T ELT)))
-(((-294 |#1| |#2|) (-13 (-280 |#1|) (-10 -7 (-15 -1667 ((-869 (-1033)))))) (-299) (-1085 |#1|)) (T -294))
-((-1667 (*1 *2) (-12 (-5 *2 (-869 (-1033))) (-5 *1 (-294 *3 *4)) (-4 *3 (-299)) (-14 *4 (-1085 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 ((|#1| $) NIL T ELT) (($ $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| |#1| (-320)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| |#1| (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-1795 (($ (-1179 |#1|)) NIL T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) NIL (|has| |#1| (-320)) ELT)) (-1680 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-1767 (($ $ (-694)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-830) $) NIL (|has| |#1| (-320)) ELT) (((-743 (-830)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) NIL (|has| |#1| (-320)) ELT)) (-2011 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-3133 ((|#1| $) NIL T ELT) (($ $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-320)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 |#1|) $) NIL T ELT) (((-1085 $) $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-2010 (((-830) $) NIL (|has| |#1| (-320)) ELT)) (-1627 (((-1085 |#1|) $) NIL (|has| |#1| (-320)) ELT)) (-1626 (((-1085 |#1|) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-1085 |#1|) #1#) $ $) NIL (|has| |#1| (-320)) ELT)) (-1628 (($ $ (-1085 |#1|)) NIL (|has| |#1| (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| |#1| (-320)) CONST)) (-2400 (($ (-830)) NIL (|has| |#1| (-320)) ELT)) (-3932 (((-85) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1667 (((-869 (-1033))) NIL T ELT)) (-2409 (($) NIL (|has| |#1| (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| |#1| (-320)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-743 (-830))) NIL T ELT) (((-830)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-694) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-694) #1#) $ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3949 (((-743 (-830)) $) NIL T ELT) (((-830) $) NIL T ELT)) (-3186 (((-1085 |#1|)) NIL T ELT)) (-1674 (($) NIL (|has| |#1| (-320)) ELT)) (-1629 (($) NIL (|has| |#1| (-320)) ELT)) (-3225 (((-1179 |#1|) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| |#1| (-320)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#1|) NIL T ELT)) (-2703 (($ $) NIL (|has| |#1| (-320)) ELT) (((-632 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL T ELT) (((-1179 $) (-830)) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3929 (($ $) NIL (|has| |#1| (-320)) ELT) (($ $ (-694)) NIL (|has| |#1| (-320)) ELT)) (-2670 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-295 |#1| |#2|) (-13 (-280 |#1|) (-10 -7 (-15 -1667 ((-869 (-1033)))))) (-299) (-830)) (T -295))
-((-1667 (*1 *2) (-12 (-5 *2 (-869 (-1033))) (-5 *1 (-295 *3 *4)) (-4 *3 (-299)) (-14 *4 (-830)))))
-((-1677 (((-694) (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033)))))) 61 T ELT)) (-1668 (((-869 (-1033)) (-1085 |#1|)) 112 T ELT)) (-1669 (((-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))) (-1085 |#1|)) 103 T ELT)) (-1670 (((-630 |#1|) (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033)))))) 113 T ELT)) (-1671 (((-3 (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))) "failed") (-830)) 13 T ELT)) (-1672 (((-3 (-1085 |#1|) (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033)))))) (-830)) 18 T ELT)))
-(((-296 |#1|) (-10 -7 (-15 -1668 ((-869 (-1033)) (-1085 |#1|))) (-15 -1669 ((-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))) (-1085 |#1|))) (-15 -1670 ((-630 |#1|) (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))))) (-15 -1677 ((-694) (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))))) (-15 -1671 ((-3 (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))) "failed") (-830))) (-15 -1672 ((-3 (-1085 |#1|) (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033)))))) (-830)))) (-299)) (T -296))
-((-1672 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-3 (-1085 *4) (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033))))))) (-5 *1 (-296 *4)) (-4 *4 (-299)))) (-1671 (*1 *2 *3) (|partial| -12 (-5 *3 (-830)) (-5 *2 (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033)))))) (-5 *1 (-296 *4)) (-4 *4 (-299)))) (-1677 (*1 *2 *3) (-12 (-5 *3 (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033)))))) (-4 *4 (-299)) (-5 *2 (-694)) (-5 *1 (-296 *4)))) (-1670 (*1 *2 *3) (-12 (-5 *3 (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033)))))) (-4 *4 (-299)) (-5 *2 (-630 *4)) (-5 *1 (-296 *4)))) (-1669 (*1 *2 *3) (-12 (-5 *3 (-1085 *4)) (-4 *4 (-299)) (-5 *2 (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033)))))) (-5 *1 (-296 *4)))) (-1668 (*1 *2 *3) (-12 (-5 *3 (-1085 *4)) (-4 *4 (-299)) (-5 *2 (-869 (-1033))) (-5 *1 (-296 *4)))))
-((-3947 ((|#1| |#3|) 104 T ELT) ((|#3| |#1|) 87 T ELT)))
-(((-297 |#1| |#2| |#3|) (-10 -7 (-15 -3947 (|#3| |#1|)) (-15 -3947 (|#1| |#3|))) (-280 |#2|) (-299) (-280 |#2|)) (T -297))
-((-3947 (*1 *2 *3) (-12 (-4 *4 (-299)) (-4 *2 (-280 *4)) (-5 *1 (-297 *2 *4 *3)) (-4 *3 (-280 *4)))) (-3947 (*1 *2 *3) (-12 (-4 *4 (-299)) (-4 *2 (-280 *4)) (-5 *1 (-297 *3 *4 *2)) (-4 *3 (-280 *4)))))
-((-1680 (((-85) $) 65 T ELT)) (-3773 (((-743 (-830)) $) 26 T ELT) (((-830) $) 69 T ELT)) (-3446 (((-632 $) $) 21 T ELT)) (-3447 (($) 9 T CONST)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 120 T ELT)) (-1768 (((-3 (-694) #1="failed") $ $) 98 T ELT) (((-694) $) 84 T ELT)) (-3759 (($ $) 8 T ELT) (($ $ (-694)) NIL T ELT)) (-1674 (($) 58 T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) 41 T ELT)) (-2703 (((-632 $) $) 50 T ELT) (($ $) 47 T ELT)))
-(((-298 |#1|) (-10 -7 (-15 -3773 ((-830) |#1|)) (-15 -1768 ((-694) |#1|)) (-15 -1680 ((-85) |#1|)) (-15 -1674 (|#1|)) (-15 -2704 ((-3 (-1179 |#1|) #1="failed") (-630 |#1|))) (-15 -2703 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1|)) (-15 -3447 (|#1|) -3953) (-15 -3446 ((-632 |#1|) |#1|)) (-15 -1768 ((-3 (-694) #1#) |#1| |#1|)) (-15 -3773 ((-743 (-830)) |#1|)) (-15 -2703 ((-632 |#1|) |#1|)) (-15 -2709 ((-1085 |#1|) (-1085 |#1|) (-1085 |#1|)))) (-299)) (T -298))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) 113 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 91 T ELT)) (-3972 (((-348 $) $) 90 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3137 (((-694)) 123 T ELT)) (-3725 (($) 23 T CONST)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) 107 T ELT)) (-2565 (($ $ $) 71 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2995 (($) 126 T ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-2834 (($) 111 T ELT)) (-1680 (((-85) $) 110 T ELT)) (-1767 (($ $) 97 T ELT) (($ $ (-694)) 96 T ELT)) (-3724 (((-85) $) 89 T ELT)) (-3773 (((-743 (-830)) $) 99 T ELT) (((-830) $) 108 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3446 (((-632 $) $) 122 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 68 T ELT)) (-2010 (((-830) $) 125 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 88 T ELT)) (-3447 (($) 121 T CONST)) (-2400 (($ (-830)) 124 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) 114 T ELT)) (-3733 (((-348 $) $) 92 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-1768 (((-3 (-694) "failed") $ $) 98 T ELT) (((-694) $) 109 T ELT)) (-3759 (($ $) 120 T ELT) (($ $ (-694)) 118 T ELT)) (-1674 (($) 112 T ELT)) (-2704 (((-3 (-1179 $) "failed") (-630 $)) 115 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-484))) 84 T ELT)) (-2703 (((-632 $) $) 100 T ELT) (($ $) 116 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $) 119 T ELT) (($ $ (-694)) 117 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 83 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 87 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 86 T ELT) (($ (-350 (-484)) $) 85 T ELT)))
+((-2013 (*1 *2) (-12 (-4 *3 (-312)) (-5 *2 (-1180 *1)) (-4 *1 (-280 *3)))) (-2013 (*1 *2 *3) (-12 (-5 *3 (-831)) (-4 *4 (-312)) (-5 *2 (-1180 *1)) (-4 *1 (-280 *4)))) (-3226 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1180 *3)))) (-3226 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-280 *4)) (-4 *4 (-312)) (-5 *2 (-631 *4)))) (-1796 (*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-312)) (-4 *1 (-280 *3)))) (-2015 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1086 *3)))) (-3187 (*1 *2) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1086 *3)))) (-3932 (*1 *2) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-831)))) (-3950 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-831)))) (-3134 (*1 *2 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-312)))) (-3332 (*1 *2 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-312)))) (-2015 (*1 *2 *1 *3) (-12 (-5 *3 (-831)) (-4 *4 (-320)) (-4 *4 (-312)) (-5 *2 (-1086 *1)) (-4 *1 (-280 *4)))) (-3134 (*1 *1 *1 *2) (-12 (-5 *2 (-831)) (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)))) (-3332 (*1 *1 *1 *2) (-12 (-5 *2 (-831)) (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)))) (-1630 (*1 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-320)) (-4 *2 (-312)))) (-2014 (*1 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-320)) (-4 *2 (-312)))) (-2012 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-85)))) (-2410 (*1 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-320)) (-4 *2 (-312)))) (-1629 (*1 *1 *1 *2) (-12 (-5 *2 (-1086 *3)) (-4 *3 (-320)) (-4 *1 (-280 *3)) (-4 *3 (-312)))) (-1628 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-1086 *3)))) (-1627 (*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-1086 *3)))) (-1627 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-1086 *3)))))
+(-13 (-1199 |t#1|) (-951 |t#1|) (-10 -8 (-15 -2013 ((-1180 $))) (-15 -2013 ((-1180 $) (-831))) (-15 -3226 ((-1180 |t#1|) $)) (-15 -3226 ((-631 |t#1|) (-1180 $))) (-15 -1796 ($ (-1180 |t#1|))) (-15 -2015 ((-1086 |t#1|) $)) (-15 -3187 ((-1086 |t#1|))) (-15 -3932 ((-831))) (-15 -3950 ((-831) $)) (-15 -3134 (|t#1| $)) (-15 -3332 (|t#1| $)) (IF (|has| |t#1| (-320)) (PROGN (-6 (-299)) (-15 -2015 ((-1086 $) $ (-831))) (-15 -3134 ($ $ (-831))) (-15 -3332 ($ $ (-831))) (-15 -1630 ($)) (-15 -2014 ($)) (-15 -2012 ((-85) $)) (-15 -2410 ($)) (-15 -1629 ($ $ (-1086 |t#1|))) (-15 -1628 ((-1086 |t#1|) $)) (-15 -1627 ((-1086 |t#1|) $)) (-15 -1627 ((-3 (-1086 |t#1|) "failed") $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 |#1| |#1|) . T) ((-82 $ $) . T) ((-104) . T) ((-118) OR (|has| |#1| (-320)) (|has| |#1| (-118))) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-186 $) |has| |#1| (-320)) ((-190) |has| |#1| (-320)) ((-189) |has| |#1| (-320)) ((-201) . T) ((-246) . T) ((-258) . T) ((-1199 |#1|) . T) ((-312) . T) ((-345) OR (|has| |#1| (-320)) (|has| |#1| (-118))) ((-320) |has| |#1| (-320)) ((-299) |has| |#1| (-320)) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 |#1|) . T) ((-583 $) . T) ((-655 (-350 (-485))) . T) ((-655 |#1|) . T) ((-655 $) . T) ((-664) . T) ((-833) . T) ((-951 |#1|) . T) ((-964 (-350 (-485))) . T) ((-964 |#1|) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 |#1|) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1067) |has| |#1| (-320)) ((-1130) . T) ((-1135) . T) ((-1188 |#1|) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-1631 (((-85) $) 13 T ELT)) (-3640 (($ |#1|) 10 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3636 (($ |#1|) 12 T ELT)) (-3948 (((-773) $) 19 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2237 ((|#1| $) 14 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 21 T ELT)))
+(((-281 |#1|) (-13 (-757) (-10 -8 (-15 -3640 ($ |#1|)) (-15 -3636 ($ |#1|)) (-15 -1631 ((-85) $)) (-15 -2237 (|#1| $)))) (-757)) (T -281))
+((-3640 (*1 *1 *2) (-12 (-5 *1 (-281 *2)) (-4 *2 (-757)))) (-3636 (*1 *1 *2) (-12 (-5 *1 (-281 *2)) (-4 *2 (-757)))) (-1631 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-281 *3)) (-4 *3 (-757)))) (-2237 (*1 *2 *1) (-12 (-5 *1 (-281 *2)) (-4 *2 (-757)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1632 (((-447) $) 20 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1633 (((-870 (-695)) $) 18 T ELT)) (-1635 (((-209) $) 7 T ELT)) (-3948 (((-773) $) 26 T ELT)) (-2207 (((-870 (-158 (-112))) $) 16 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1634 (((-584 (-783 (-1096) (-695))) $) 12 T ELT)) (-3058 (((-85) $ $) 22 T ELT)))
+(((-282) (-13 (-1014) (-10 -8 (-15 -1635 ((-209) $)) (-15 -1634 ((-584 (-783 (-1096) (-695))) $)) (-15 -1633 ((-870 (-695)) $)) (-15 -2207 ((-870 (-158 (-112))) $)) (-15 -1632 ((-447) $))))) (T -282))
+((-1635 (*1 *2 *1) (-12 (-5 *2 (-209)) (-5 *1 (-282)))) (-1634 (*1 *2 *1) (-12 (-5 *2 (-584 (-783 (-1096) (-695)))) (-5 *1 (-282)))) (-1633 (*1 *2 *1) (-12 (-5 *2 (-870 (-695))) (-5 *1 (-282)))) (-2207 (*1 *2 *1) (-12 (-5 *2 (-870 (-158 (-112)))) (-5 *1 (-282)))) (-1632 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-282)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3844 (($ $) 34 T ELT)) (-1638 (((-85) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1636 (((-1180 |#4|) $) 133 T ELT)) (-1969 (((-356 |#2| (-350 |#2|) |#3| |#4|) $) 32 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (((-3 |#4| #1#) $) 37 T ELT)) (-1637 (((-1180 |#4|) $) 125 T ELT)) (-1639 (($ (-356 |#2| (-350 |#2|) |#3| |#4|)) 42 T ELT) (($ |#4|) 44 T ELT) (($ |#1| |#1|) 46 T ELT) (($ |#1| |#1| (-485)) 48 T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 50 T ELT)) (-3437 (((-2 (|:| -2337 (-356 |#2| (-350 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 40 T ELT)) (-3948 (((-773) $) 18 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 15 T CONST)) (-3058 (((-85) $ $) 21 T ELT)) (-3839 (($ $) 28 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 26 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 24 T ELT)))
+(((-283 |#1| |#2| |#3| |#4|) (-13 (-286 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1637 ((-1180 |#4|) $)) (-15 -1636 ((-1180 |#4|) $)))) (-312) (-1156 |#1|) (-1156 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -283))
+((-1637 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-1180 *6)) (-5 *1 (-283 *3 *4 *5 *6)) (-4 *6 (-291 *3 *4 *5)))) (-1636 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-1180 *6)) (-5 *1 (-283 *3 *4 *5 *6)) (-4 *6 (-291 *3 *4 *5)))))
+((-3960 (((-283 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-283 |#1| |#2| |#3| |#4|)) 33 T ELT)))
+(((-284 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3960 ((-283 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-283 |#1| |#2| |#3| |#4|)))) (-312) (-1156 |#1|) (-1156 (-350 |#2|)) (-291 |#1| |#2| |#3|) (-312) (-1156 |#5|) (-1156 (-350 |#6|)) (-291 |#5| |#6| |#7|)) (T -284))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-283 *5 *6 *7 *8)) (-4 *5 (-312)) (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6))) (-4 *8 (-291 *5 *6 *7)) (-4 *9 (-312)) (-4 *10 (-1156 *9)) (-4 *11 (-1156 (-350 *10))) (-5 *2 (-283 *9 *10 *11 *12)) (-5 *1 (-284 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-291 *9 *10 *11)))))
+((-1638 (((-85) $) 14 T ELT)))
+(((-285 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1638 ((-85) |#1|))) (-286 |#2| |#3| |#4| |#5|) (-312) (-1156 |#2|) (-1156 (-350 |#3|)) (-291 |#2| |#3| |#4|)) (T -285))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3844 (($ $) 35 T ELT)) (-1638 (((-85) $) 34 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1969 (((-356 |#2| (-350 |#2|) |#3| |#4|) $) 41 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2410 (((-3 |#4| "failed") $) 33 T ELT)) (-1639 (($ (-356 |#2| (-350 |#2|) |#3| |#4|)) 40 T ELT) (($ |#4|) 39 T ELT) (($ |#1| |#1|) 38 T ELT) (($ |#1| |#1| (-485)) 37 T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 32 T ELT)) (-3437 (((-2 (|:| -2337 (-356 |#2| (-350 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 36 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT)))
+(((-286 |#1| |#2| |#3| |#4|) (-113) (-312) (-1156 |t#1|) (-1156 (-350 |t#2|)) (-291 |t#1| |t#2| |t#3|)) (T -286))
+((-1969 (*1 *2 *1) (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-5 *2 (-356 *4 (-350 *4) *5 *6)))) (-1639 (*1 *1 *2) (-12 (-5 *2 (-356 *4 (-350 *4) *5 *6)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-4 *3 (-312)) (-4 *1 (-286 *3 *4 *5 *6)))) (-1639 (*1 *1 *2) (-12 (-4 *3 (-312)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-4 *1 (-286 *3 *4 *5 *2)) (-4 *2 (-291 *3 *4 *5)))) (-1639 (*1 *1 *2 *2) (-12 (-4 *2 (-312)) (-4 *3 (-1156 *2)) (-4 *4 (-1156 (-350 *3))) (-4 *1 (-286 *2 *3 *4 *5)) (-4 *5 (-291 *2 *3 *4)))) (-1639 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-485)) (-4 *2 (-312)) (-4 *4 (-1156 *2)) (-4 *5 (-1156 (-350 *4))) (-4 *1 (-286 *2 *4 *5 *6)) (-4 *6 (-291 *2 *4 *5)))) (-3437 (*1 *2 *1) (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-5 *2 (-2 (|:| -2337 (-356 *4 (-350 *4) *5 *6)) (|:| |principalPart| *6))))) (-3844 (*1 *1 *1) (-12 (-4 *1 (-286 *2 *3 *4 *5)) (-4 *2 (-312)) (-4 *3 (-1156 *2)) (-4 *4 (-1156 (-350 *3))) (-4 *5 (-291 *2 *3 *4)))) (-1638 (*1 *2 *1) (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-5 *2 (-85)))) (-2410 (*1 *2 *1) (|partial| -12 (-4 *1 (-286 *3 *4 *5 *2)) (-4 *3 (-312)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-4 *2 (-291 *3 *4 *5)))) (-1639 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-312)) (-4 *3 (-1156 *4)) (-4 *5 (-1156 (-350 *3))) (-4 *1 (-286 *4 *3 *5 *2)) (-4 *2 (-291 *4 *3 *5)))))
+(-13 (-21) (-10 -8 (-15 -1969 ((-356 |t#2| (-350 |t#2|) |t#3| |t#4|) $)) (-15 -1639 ($ (-356 |t#2| (-350 |t#2|) |t#3| |t#4|))) (-15 -1639 ($ |t#4|)) (-15 -1639 ($ |t#1| |t#1|)) (-15 -1639 ($ |t#1| |t#1| (-485))) (-15 -3437 ((-2 (|:| -2337 (-356 |t#2| (-350 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -3844 ($ $)) (-15 -1638 ((-85) $)) (-15 -2410 ((-3 |t#4| "failed") $)) (-15 -1639 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-1014) . T) ((-1130) . T))
+((-3770 (($ $ (-1091) |#2|) NIL T ELT) (($ $ (-584 (-1091)) (-584 |#2|)) 20 T ELT) (($ $ (-584 (-249 |#2|))) 15 T ELT) (($ $ (-249 |#2|)) NIL T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL T ELT)) (-3802 (($ $ |#2|) 11 T ELT)))
+(((-287 |#1| |#2|) (-10 -7 (-15 -3802 (|#1| |#1| |#2|)) (-15 -3770 (|#1| |#1| (-584 |#2|) (-584 |#2|))) (-15 -3770 (|#1| |#1| |#2| |#2|)) (-15 -3770 (|#1| |#1| (-249 |#2|))) (-15 -3770 (|#1| |#1| (-584 (-249 |#2|)))) (-15 -3770 (|#1| |#1| (-584 (-1091)) (-584 |#2|))) (-15 -3770 (|#1| |#1| (-1091) |#2|))) (-288 |#2|) (-1014)) (T -287))
+NIL
+((-3960 (($ (-1 |#1| |#1|) $) 6 T ELT)) (-3770 (($ $ (-1091) |#1|) 17 (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) 16 (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-584 (-249 |#1|))) 15 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) 14 (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) 13 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 12 (|has| |#1| (-260 |#1|)) ELT)) (-3802 (($ $ |#1|) 11 (|has| |#1| (-241 |#1| |#1|)) ELT)))
+(((-288 |#1|) (-113) (-1014)) (T -288))
+((-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-288 *3)) (-4 *3 (-1014)))))
+(-13 (-10 -8 (-15 -3960 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-241 |t#1| |t#1|)) (-6 (-241 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-260 |t#1|)) (-6 (-260 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-456 (-1091) |t#1|)) (-6 (-456 (-1091) |t#1|)) |%noBranch|)))
+(((-241 |#1| $) |has| |#1| (-241 |#1| |#1|)) ((-260 |#1|) |has| |#1| (-260 |#1|)) ((-456 (-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)) ((-456 |#1| |#1|) |has| |#1| (-260 |#1|)) ((-13) |has| |#1| (-241 |#1| |#1|)) ((-1130) |has| |#1| (-241 |#1| |#1|)))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 (((-818 |#1|) $) NIL T ELT) (($ $ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-818 |#1|) #1#) $) NIL T ELT)) (-3158 (((-818 |#1|) $) NIL T ELT)) (-1796 (($ (-1180 (-818 |#1|))) NIL T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1681 (((-85) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1768 (($ $ (-695)) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT) (($ $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-831) $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-744 (-831)) $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2012 (((-85) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3134 (((-818 |#1|) $) NIL T ELT) (($ $ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3447 (((-633 $) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 (-818 |#1|)) $) NIL T ELT) (((-1086 $) $ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2011 (((-831) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1628 (((-1086 (-818 |#1|)) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1627 (((-1086 (-818 |#1|)) $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-3 (-1086 (-818 |#1|)) #1#) $ $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1629 (($ $ (-1086 (-818 |#1|))) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-818 |#1|) (-320)) CONST)) (-2401 (($ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3933 (((-85) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-744 (-831))) NIL T ELT) (((-831)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-695) $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-3 (-695) #1#) $ $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $ (-695)) NIL (|has| (-818 |#1|) (-320)) ELT) (($ $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3950 (((-744 (-831)) $) NIL T ELT) (((-831) $) NIL T ELT)) (-3187 (((-1086 (-818 |#1|))) NIL T ELT)) (-1675 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1630 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3226 (((-1180 (-818 |#1|)) $) NIL T ELT) (((-631 (-818 |#1|)) (-1180 $)) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-818 |#1|)) NIL T ELT)) (-2704 (($ $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-633 $) $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL T ELT) (((-1180 $) (-831)) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3930 (($ $) NIL (|has| (-818 |#1|) (-320)) ELT) (($ $ (-695)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2671 (($ $ (-695)) NIL (|has| (-818 |#1|) (-320)) ELT) (($ $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT) (($ $ (-818 |#1|)) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ (-818 |#1|)) NIL T ELT) (($ (-818 |#1|) $) NIL T ELT)))
+(((-289 |#1| |#2|) (-280 (-818 |#1|)) (-831) (-831)) (T -289))
+NIL
+((-1648 (((-2 (|:| |num| (-1180 |#3|)) (|:| |den| |#3|)) $) 39 T ELT)) (-1796 (($ (-1180 (-350 |#3|)) (-1180 $)) NIL T ELT) (($ (-1180 (-350 |#3|))) NIL T ELT) (($ (-1180 |#3|) |#3|) 172 T ELT)) (-1653 (((-1180 $) (-1180 $)) 156 T ELT)) (-1640 (((-584 (-584 |#2|))) 126 T ELT)) (-1665 (((-85) |#2| |#2|) 76 T ELT)) (-3505 (($ $) 148 T ELT)) (-3379 (((-695)) 171 T ELT)) (-1654 (((-1180 $) (-1180 $)) 219 T ELT)) (-1641 (((-584 (-858 |#2|)) (-1091)) 115 T ELT)) (-1657 (((-85) $) 168 T ELT)) (-1656 (((-85) $) 27 T ELT) (((-85) $ |#2|) 31 T ELT) (((-85) $ |#3|) 223 T ELT)) (-1643 (((-3 |#3| #1="failed")) 52 T ELT)) (-1667 (((-695)) 183 T ELT)) (-3802 ((|#2| $ |#2| |#2|) 140 T ELT)) (-1644 (((-3 |#3| #1#)) 71 T ELT)) (-3760 (($ $ (-1 (-350 |#3|) (-350 |#3|))) NIL T ELT) (($ $ (-1 (-350 |#3|) (-350 |#3|)) (-695)) NIL T ELT) (($ $ (-1 |#3| |#3|)) 227 T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $) NIL T ELT)) (-1655 (((-1180 $) (-1180 $)) 162 T ELT)) (-1642 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 68 T ELT)) (-1666 (((-85)) 34 T ELT)))
+(((-290 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3760 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1| (-1091))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -1640 ((-584 (-584 |#2|)))) (-15 -1641 ((-584 (-858 |#2|)) (-1091))) (-15 -1642 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -1643 ((-3 |#3| #1="failed"))) (-15 -1644 ((-3 |#3| #1#))) (-15 -3802 (|#2| |#1| |#2| |#2|)) (-15 -3505 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1656 ((-85) |#1| |#3|)) (-15 -1656 ((-85) |#1| |#2|)) (-15 -1796 (|#1| (-1180 |#3|) |#3|)) (-15 -1648 ((-2 (|:| |num| (-1180 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -1653 ((-1180 |#1|) (-1180 |#1|))) (-15 -1654 ((-1180 |#1|) (-1180 |#1|))) (-15 -1655 ((-1180 |#1|) (-1180 |#1|))) (-15 -1656 ((-85) |#1|)) (-15 -1657 ((-85) |#1|)) (-15 -1665 ((-85) |#2| |#2|)) (-15 -1666 ((-85))) (-15 -1667 ((-695))) (-15 -3379 ((-695))) (-15 -3760 (|#1| |#1| (-1 (-350 |#3|) (-350 |#3|)) (-695))) (-15 -3760 (|#1| |#1| (-1 (-350 |#3|) (-350 |#3|)))) (-15 -1796 (|#1| (-1180 (-350 |#3|)))) (-15 -1796 (|#1| (-1180 (-350 |#3|)) (-1180 |#1|)))) (-291 |#2| |#3| |#4|) (-1135) (-1156 |#2|) (-1156 (-350 |#3|))) (T -290))
+((-3379 (*1 *2) (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5))) (-5 *2 (-695)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6)))) (-1667 (*1 *2) (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5))) (-5 *2 (-695)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6)))) (-1666 (*1 *2) (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5))) (-5 *2 (-85)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6)))) (-1665 (*1 *2 *3 *3) (-12 (-4 *3 (-1135)) (-4 *5 (-1156 *3)) (-4 *6 (-1156 (-350 *5))) (-5 *2 (-85)) (-5 *1 (-290 *4 *3 *5 *6)) (-4 *4 (-291 *3 *5 *6)))) (-1644 (*1 *2) (|partial| -12 (-4 *4 (-1135)) (-4 *5 (-1156 (-350 *2))) (-4 *2 (-1156 *4)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *3 (-291 *4 *2 *5)))) (-1643 (*1 *2) (|partial| -12 (-4 *4 (-1135)) (-4 *5 (-1156 (-350 *2))) (-4 *2 (-1156 *4)) (-5 *1 (-290 *3 *4 *2 *5)) (-4 *3 (-291 *4 *2 *5)))) (-1641 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-4 *5 (-1135)) (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6))) (-5 *2 (-584 (-858 *5))) (-5 *1 (-290 *4 *5 *6 *7)) (-4 *4 (-291 *5 *6 *7)))) (-1640 (*1 *2) (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5))) (-5 *2 (-584 (-584 *4))) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1648 (((-2 (|:| |num| (-1180 |#2|)) (|:| |den| |#2|)) $) 225 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 114 (|has| (-350 |#2|) (-312)) ELT)) (-2064 (($ $) 115 (|has| (-350 |#2|) (-312)) ELT)) (-2062 (((-85) $) 117 (|has| (-350 |#2|) (-312)) ELT)) (-1786 (((-631 (-350 |#2|)) (-1180 $)) 61 T ELT) (((-631 (-350 |#2|))) 77 T ELT)) (-3332 (((-350 |#2|) $) 67 T ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) 167 (|has| (-350 |#2|) (-299)) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 134 (|has| (-350 |#2|) (-312)) ELT)) (-3973 (((-348 $) $) 135 (|has| (-350 |#2|) (-312)) ELT)) (-1609 (((-85) $ $) 125 (|has| (-350 |#2|) (-312)) ELT)) (-3138 (((-695)) 108 (|has| (-350 |#2|) (-320)) ELT)) (-1662 (((-85)) 242 T ELT)) (-1661 (((-85) |#1|) 241 T ELT) (((-85) |#2|) 240 T ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 (-485) #1="failed") $) 194 (|has| (-350 |#2|) (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) 192 (|has| (-350 |#2|) (-951 (-350 (-485)))) ELT) (((-3 (-350 |#2|) #1#) $) 189 T ELT)) (-3158 (((-485) $) 193 (|has| (-350 |#2|) (-951 (-485))) ELT) (((-350 (-485)) $) 191 (|has| (-350 |#2|) (-951 (-350 (-485)))) ELT) (((-350 |#2|) $) 190 T ELT)) (-1796 (($ (-1180 (-350 |#2|)) (-1180 $)) 63 T ELT) (($ (-1180 (-350 |#2|))) 80 T ELT) (($ (-1180 |#2|) |#2|) 224 T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) 173 (|has| (-350 |#2|) (-299)) ELT)) (-2566 (($ $ $) 129 (|has| (-350 |#2|) (-312)) ELT)) (-1785 (((-631 (-350 |#2|)) $ (-1180 $)) 68 T ELT) (((-631 (-350 |#2|)) $) 75 T ELT)) (-2280 (((-631 (-485)) (-631 $)) 186 (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 185 (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-350 |#2|))) (|:| |vec| (-1180 (-350 |#2|)))) (-631 $) (-1180 $)) 184 T ELT) (((-631 (-350 |#2|)) (-631 $)) 183 T ELT)) (-1653 (((-1180 $) (-1180 $)) 230 T ELT)) (-3844 (($ |#3|) 178 T ELT) (((-3 $ "failed") (-350 |#3|)) 175 (|has| (-350 |#2|) (-312)) ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1640 (((-584 (-584 |#1|))) 211 (|has| |#1| (-320)) ELT)) (-1665 (((-85) |#1| |#1|) 246 T ELT)) (-3110 (((-831)) 69 T ELT)) (-2996 (($) 111 (|has| (-350 |#2|) (-320)) ELT)) (-1660 (((-85)) 239 T ELT)) (-1659 (((-85) |#1|) 238 T ELT) (((-85) |#2|) 237 T ELT)) (-2565 (($ $ $) 128 (|has| (-350 |#2|) (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 123 (|has| (-350 |#2|) (-312)) ELT)) (-3505 (($ $) 217 T ELT)) (-2835 (($) 169 (|has| (-350 |#2|) (-299)) ELT)) (-1681 (((-85) $) 170 (|has| (-350 |#2|) (-299)) ELT)) (-1768 (($ $ (-695)) 161 (|has| (-350 |#2|) (-299)) ELT) (($ $) 160 (|has| (-350 |#2|) (-299)) ELT)) (-3725 (((-85) $) 136 (|has| (-350 |#2|) (-312)) ELT)) (-3774 (((-831) $) 172 (|has| (-350 |#2|) (-299)) ELT) (((-744 (-831)) $) 158 (|has| (-350 |#2|) (-299)) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3379 (((-695)) 249 T ELT)) (-1654 (((-1180 $) (-1180 $)) 231 T ELT)) (-3134 (((-350 |#2|) $) 66 T ELT)) (-1641 (((-584 (-858 |#1|)) (-1091)) 212 (|has| |#1| (-312)) ELT)) (-3447 (((-633 $) $) 162 (|has| (-350 |#2|) (-299)) ELT)) (-1606 (((-3 (-584 $) #2="failed") (-584 $) $) 132 (|has| (-350 |#2|) (-312)) ELT)) (-2015 ((|#3| $) 59 (|has| (-350 |#2|) (-312)) ELT)) (-2011 (((-831) $) 110 (|has| (-350 |#2|) (-320)) ELT)) (-3081 ((|#3| $) 176 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 188 (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 187 (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-350 |#2|))) (|:| |vec| (-1180 (-350 |#2|)))) (-1180 $) $) 182 T ELT) (((-631 (-350 |#2|)) (-1180 $)) 181 T ELT)) (-1895 (($ (-584 $)) 121 (|has| (-350 |#2|) (-312)) ELT) (($ $ $) 120 (|has| (-350 |#2|) (-312)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1649 (((-631 (-350 |#2|))) 226 T ELT)) (-1651 (((-631 (-350 |#2|))) 228 T ELT)) (-2486 (($ $) 137 (|has| (-350 |#2|) (-312)) ELT)) (-1646 (($ (-1180 |#2|) |#2|) 222 T ELT)) (-1650 (((-631 (-350 |#2|))) 227 T ELT)) (-1652 (((-631 (-350 |#2|))) 229 T ELT)) (-1645 (((-2 (|:| |num| (-631 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 221 T ELT)) (-1647 (((-2 (|:| |num| (-1180 |#2|)) (|:| |den| |#2|)) $) 223 T ELT)) (-1658 (((-1180 $)) 235 T ELT)) (-3920 (((-1180 $)) 236 T ELT)) (-1657 (((-85) $) 234 T ELT)) (-1656 (((-85) $) 233 T ELT) (((-85) $ |#1|) 220 T ELT) (((-85) $ |#2|) 219 T ELT)) (-3448 (($) 163 (|has| (-350 |#2|) (-299)) CONST)) (-2401 (($ (-831)) 109 (|has| (-350 |#2|) (-320)) ELT)) (-1643 (((-3 |#2| "failed")) 214 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1667 (((-695)) 248 T ELT)) (-2410 (($) 180 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 122 (|has| (-350 |#2|) (-312)) ELT)) (-3146 (($ (-584 $)) 119 (|has| (-350 |#2|) (-312)) ELT) (($ $ $) 118 (|has| (-350 |#2|) (-312)) ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) 166 (|has| (-350 |#2|) (-299)) ELT)) (-3734 (((-348 $) $) 133 (|has| (-350 |#2|) (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 131 (|has| (-350 |#2|) (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 130 (|has| (-350 |#2|) (-312)) ELT)) (-3468 (((-3 $ "failed") $ $) 113 (|has| (-350 |#2|) (-312)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 124 (|has| (-350 |#2|) (-312)) ELT)) (-1608 (((-695) $) 126 (|has| (-350 |#2|) (-312)) ELT)) (-3802 ((|#1| $ |#1| |#1|) 216 T ELT)) (-1644 (((-3 |#2| "failed")) 215 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 127 (|has| (-350 |#2|) (-312)) ELT)) (-3759 (((-350 |#2|) (-1180 $)) 62 T ELT) (((-350 |#2|)) 76 T ELT)) (-1769 (((-695) $) 171 (|has| (-350 |#2|) (-299)) ELT) (((-3 (-695) "failed") $ $) 159 (|has| (-350 |#2|) (-299)) ELT)) (-3760 (($ $ (-1 (-350 |#2|) (-350 |#2|))) 145 (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-695)) 144 (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 |#2| |#2|)) 218 T ELT) (($ $ (-584 (-1091)) (-584 (-695))) 150 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091)))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-2564 (|has| (-350 |#2|) (-812 (-1091))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-1091) (-695)) 149 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091)))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-2564 (|has| (-350 |#2|) (-812 (-1091))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-584 (-1091))) 148 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091)))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-2564 (|has| (-350 |#2|) (-812 (-1091))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-1091)) 146 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091)))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-2564 (|has| (-350 |#2|) (-812 (-1091))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-695)) 156 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-189))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-190))) (-2564 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) 154 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-189))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-190))) (-2564 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-2409 (((-631 (-350 |#2|)) (-1180 $) (-1 (-350 |#2|) (-350 |#2|))) 174 (|has| (-350 |#2|) (-312)) ELT)) (-3187 ((|#3|) 179 T ELT)) (-1675 (($) 168 (|has| (-350 |#2|) (-299)) ELT)) (-3226 (((-1180 (-350 |#2|)) $ (-1180 $)) 65 T ELT) (((-631 (-350 |#2|)) (-1180 $) (-1180 $)) 64 T ELT) (((-1180 (-350 |#2|)) $) 82 T ELT) (((-631 (-350 |#2|)) (-1180 $)) 81 T ELT)) (-3974 (((-1180 (-350 |#2|)) $) 79 T ELT) (($ (-1180 (-350 |#2|))) 78 T ELT) ((|#3| $) 195 T ELT) (($ |#3|) 177 T ELT)) (-2705 (((-3 (-1180 $) "failed") (-631 $)) 165 (|has| (-350 |#2|) (-299)) ELT)) (-1655 (((-1180 $) (-1180 $)) 232 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ (-350 |#2|)) 52 T ELT) (($ (-350 (-485))) 107 (OR (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-951 (-350 (-485))))) ELT) (($ $) 112 (|has| (-350 |#2|) (-312)) ELT)) (-2704 (($ $) 164 (|has| (-350 |#2|) (-299)) ELT) (((-633 $) $) 58 (|has| (-350 |#2|) (-118)) ELT)) (-2451 ((|#3| $) 60 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1664 (((-85)) 245 T ELT)) (-1663 (((-85) |#1|) 244 T ELT) (((-85) |#2|) 243 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2013 (((-1180 $)) 83 T ELT)) (-2063 (((-85) $ $) 116 (|has| (-350 |#2|) (-312)) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-1642 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 213 T ELT)) (-1666 (((-85)) 247 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1 (-350 |#2|) (-350 |#2|))) 143 (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-695)) 142 (|has| (-350 |#2|) (-312)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 153 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091)))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-2564 (|has| (-350 |#2|) (-812 (-1091))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-1091) (-695)) 152 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091)))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-2564 (|has| (-350 |#2|) (-812 (-1091))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-584 (-1091))) 151 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091)))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-2564 (|has| (-350 |#2|) (-812 (-1091))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-1091)) 147 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091)))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-2564 (|has| (-350 |#2|) (-812 (-1091))) (|has| (-350 |#2|) (-312)))) ELT) (($ $ (-695)) 157 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-189))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-190))) (-2564 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) 155 (OR (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-189))) (-2564 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-190))) (-2564 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 141 (|has| (-350 |#2|) (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 138 (|has| (-350 |#2|) (-312)) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 |#2|)) 54 T ELT) (($ (-350 |#2|) $) 53 T ELT) (($ (-350 (-485)) $) 140 (|has| (-350 |#2|) (-312)) ELT) (($ $ (-350 (-485))) 139 (|has| (-350 |#2|) (-312)) ELT)))
+(((-291 |#1| |#2| |#3|) (-113) (-1135) (-1156 |t#1|) (-1156 (-350 |t#2|))) (T -291))
+((-3379 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-695)))) (-1667 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-695)))) (-1666 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1665 (*1 *2 *3 *3) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1664 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1663 (*1 *2 *3) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1663 (*1 *2 *3) (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1135)) (-4 *3 (-1156 *4)) (-4 *5 (-1156 (-350 *3))) (-5 *2 (-85)))) (-1662 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1661 (*1 *2 *3) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1661 (*1 *2 *3) (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1135)) (-4 *3 (-1156 *4)) (-4 *5 (-1156 (-350 *3))) (-5 *2 (-85)))) (-1660 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1659 (*1 *2 *3) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1659 (*1 *2 *3) (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1135)) (-4 *3 (-1156 *4)) (-4 *5 (-1156 (-350 *3))) (-5 *2 (-85)))) (-3920 (*1 *2) (-12 (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-1180 *1)) (-4 *1 (-291 *3 *4 *5)))) (-1658 (*1 *2) (-12 (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-1180 *1)) (-4 *1 (-291 *3 *4 *5)))) (-1657 (*1 *2 *1) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1656 (*1 *2 *1) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1655 (*1 *2 *2) (-12 (-5 *2 (-1180 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))))) (-1654 (*1 *2 *2) (-12 (-5 *2 (-1180 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))))) (-1653 (*1 *2 *2) (-12 (-5 *2 (-1180 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))))) (-1652 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-631 (-350 *4))))) (-1651 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-631 (-350 *4))))) (-1650 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-631 (-350 *4))))) (-1649 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-631 (-350 *4))))) (-1648 (*1 *2 *1) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-2 (|:| |num| (-1180 *4)) (|:| |den| *4))))) (-1796 (*1 *1 *2 *3) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-1156 *4)) (-4 *4 (-1135)) (-4 *1 (-291 *4 *3 *5)) (-4 *5 (-1156 (-350 *3))))) (-1647 (*1 *2 *1) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-2 (|:| |num| (-1180 *4)) (|:| |den| *4))))) (-1646 (*1 *1 *2 *3) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-1156 *4)) (-4 *4 (-1135)) (-4 *1 (-291 *4 *3 *5)) (-4 *5 (-1156 (-350 *3))))) (-1645 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-291 *4 *5 *6)) (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5))) (-5 *2 (-2 (|:| |num| (-631 *5)) (|:| |den| *5))))) (-1656 (*1 *2 *1 *3) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))) (-1656 (*1 *2 *1 *3) (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1135)) (-4 *3 (-1156 *4)) (-4 *5 (-1156 (-350 *3))) (-5 *2 (-85)))) (-3760 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))))) (-3505 (*1 *1 *1) (-12 (-4 *1 (-291 *2 *3 *4)) (-4 *2 (-1135)) (-4 *3 (-1156 *2)) (-4 *4 (-1156 (-350 *3))))) (-3802 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-291 *2 *3 *4)) (-4 *2 (-1135)) (-4 *3 (-1156 *2)) (-4 *4 (-1156 (-350 *3))))) (-1644 (*1 *2) (|partial| -12 (-4 *1 (-291 *3 *2 *4)) (-4 *3 (-1135)) (-4 *4 (-1156 (-350 *2))) (-4 *2 (-1156 *3)))) (-1643 (*1 *2) (|partial| -12 (-4 *1 (-291 *3 *2 *4)) (-4 *3 (-1135)) (-4 *4 (-1156 (-350 *2))) (-4 *2 (-1156 *3)))) (-1642 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1156 *4)) (-4 *4 (-1135)) (-4 *6 (-1156 (-350 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-291 *4 *5 *6)))) (-1641 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-4 *1 (-291 *4 *5 *6)) (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5))) (-4 *4 (-312)) (-5 *2 (-584 (-858 *4))))) (-1640 (*1 *2) (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))) (-4 *3 (-320)) (-5 *2 (-584 (-584 *3))))))
+(-13 (-662 (-350 |t#2|) |t#3|) (-10 -8 (-15 -3379 ((-695))) (-15 -1667 ((-695))) (-15 -1666 ((-85))) (-15 -1665 ((-85) |t#1| |t#1|)) (-15 -1664 ((-85))) (-15 -1663 ((-85) |t#1|)) (-15 -1663 ((-85) |t#2|)) (-15 -1662 ((-85))) (-15 -1661 ((-85) |t#1|)) (-15 -1661 ((-85) |t#2|)) (-15 -1660 ((-85))) (-15 -1659 ((-85) |t#1|)) (-15 -1659 ((-85) |t#2|)) (-15 -3920 ((-1180 $))) (-15 -1658 ((-1180 $))) (-15 -1657 ((-85) $)) (-15 -1656 ((-85) $)) (-15 -1655 ((-1180 $) (-1180 $))) (-15 -1654 ((-1180 $) (-1180 $))) (-15 -1653 ((-1180 $) (-1180 $))) (-15 -1652 ((-631 (-350 |t#2|)))) (-15 -1651 ((-631 (-350 |t#2|)))) (-15 -1650 ((-631 (-350 |t#2|)))) (-15 -1649 ((-631 (-350 |t#2|)))) (-15 -1648 ((-2 (|:| |num| (-1180 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -1796 ($ (-1180 |t#2|) |t#2|)) (-15 -1647 ((-2 (|:| |num| (-1180 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -1646 ($ (-1180 |t#2|) |t#2|)) (-15 -1645 ((-2 (|:| |num| (-631 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -1656 ((-85) $ |t#1|)) (-15 -1656 ((-85) $ |t#2|)) (-15 -3760 ($ $ (-1 |t#2| |t#2|))) (-15 -3505 ($ $)) (-15 -3802 (|t#1| $ |t#1| |t#1|)) (-15 -1644 ((-3 |t#2| "failed"))) (-15 -1643 ((-3 |t#2| "failed"))) (-15 -1642 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-312)) (-15 -1641 ((-584 (-858 |t#1|)) (-1091))) |%noBranch|) (IF (|has| |t#1| (-320)) (-15 -1640 ((-584 (-584 |t#1|)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-38 (-350 |#2|)) . T) ((-38 $) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-82 (-350 |#2|) (-350 |#2|)) . T) ((-82 $ $) . T) ((-104) . T) ((-118) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-118))) ((-120) |has| (-350 |#2|) (-120)) ((-556 (-350 (-485))) OR (|has| (-350 |#2|) (-951 (-350 (-485)))) (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-556 (-350 |#2|)) . T) ((-556 (-485)) . T) ((-556 $) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-553 (-773)) . T) ((-146) . T) ((-554 |#3|) . T) ((-186 $) OR (|has| (-350 |#2|) (-299)) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312)))) ((-184 (-350 |#2|)) |has| (-350 |#2|) (-312)) ((-190) OR (|has| (-350 |#2|) (-299)) (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312)))) ((-189) OR (|has| (-350 |#2|) (-299)) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312)))) ((-225 (-350 |#2|)) |has| (-350 |#2|) (-312)) ((-201) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-246) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-258) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-312) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-345) |has| (-350 |#2|) (-299)) ((-320) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-320))) ((-299) |has| (-350 |#2|) (-299)) ((-322 (-350 |#2|) |#3|) . T) ((-353 (-350 |#2|) |#3|) . T) ((-329 (-350 |#2|)) . T) ((-355 (-350 |#2|)) . T) ((-392) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-496) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-13) . T) ((-589 (-350 (-485))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-589 (-350 |#2|)) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 (-350 (-485))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-591 (-350 |#2|)) . T) ((-591 (-485)) |has| (-350 |#2|) (-581 (-485))) ((-591 $) . T) ((-583 (-350 (-485))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-583 (-350 |#2|)) . T) ((-583 $) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-581 (-350 |#2|)) . T) ((-581 (-485)) |has| (-350 |#2|) (-581 (-485))) ((-655 (-350 (-485))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-655 (-350 |#2|)) . T) ((-655 $) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-662 (-350 |#2|) |#3|) . T) ((-664) . T) ((-807 $ (-1091)) OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091))))) ((-810 (-1091)) -12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) ((-812 (-1091)) OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091))))) ((-833) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-951 (-350 (-485))) |has| (-350 |#2|) (-951 (-350 (-485)))) ((-951 (-350 |#2|)) . T) ((-951 (-485)) |has| (-350 |#2|) (-951 (-485))) ((-964 (-350 (-485))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-964 (-350 |#2|)) . T) ((-964 $) . T) ((-969 (-350 (-485))) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))) ((-969 (-350 |#2|)) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1067) |has| (-350 |#2|) (-299)) ((-1130) . T) ((-1135) OR (|has| (-350 |#2|) (-299)) (|has| (-350 |#2|) (-312))))
+((-3960 ((|#8| (-1 |#5| |#1|) |#4|) 19 T ELT)))
+(((-292 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3960 (|#8| (-1 |#5| |#1|) |#4|))) (-1135) (-1156 |#1|) (-1156 (-350 |#2|)) (-291 |#1| |#2| |#3|) (-1135) (-1156 |#5|) (-1156 (-350 |#6|)) (-291 |#5| |#6| |#7|)) (T -292))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1135)) (-4 *8 (-1135)) (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6))) (-4 *9 (-1156 *8)) (-4 *2 (-291 *8 *9 *10)) (-5 *1 (-292 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-291 *5 *6 *7)) (-4 *10 (-1156 (-350 *9))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 (((-818 |#1|) $) NIL T ELT) (($ $ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-818 |#1|) #1#) $) NIL T ELT)) (-3158 (((-818 |#1|) $) NIL T ELT)) (-1796 (($ (-1180 (-818 |#1|))) NIL T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1681 (((-85) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1768 (($ $ (-695)) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT) (($ $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-831) $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-744 (-831)) $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2012 (((-85) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3134 (((-818 |#1|) $) NIL T ELT) (($ $ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3447 (((-633 $) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 (-818 |#1|)) $) NIL T ELT) (((-1086 $) $ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2011 (((-831) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1628 (((-1086 (-818 |#1|)) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1627 (((-1086 (-818 |#1|)) $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-3 (-1086 (-818 |#1|)) #1#) $ $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1629 (($ $ (-1086 (-818 |#1|))) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-818 |#1|) (-320)) CONST)) (-2401 (($ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3933 (((-85) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1668 (((-870 (-1034))) NIL T ELT)) (-2410 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-744 (-831))) NIL T ELT) (((-831)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-695) $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-3 (-695) #1#) $ $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $ (-695)) NIL (|has| (-818 |#1|) (-320)) ELT) (($ $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3950 (((-744 (-831)) $) NIL T ELT) (((-831) $) NIL T ELT)) (-3187 (((-1086 (-818 |#1|))) NIL T ELT)) (-1675 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1630 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3226 (((-1180 (-818 |#1|)) $) NIL T ELT) (((-631 (-818 |#1|)) (-1180 $)) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-818 |#1|)) NIL T ELT)) (-2704 (($ $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-633 $) $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL T ELT) (((-1180 $) (-831)) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3930 (($ $) NIL (|has| (-818 |#1|) (-320)) ELT) (($ $ (-695)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2671 (($ $ (-695)) NIL (|has| (-818 |#1|) (-320)) ELT) (($ $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT) (($ $ (-818 |#1|)) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ (-818 |#1|)) NIL T ELT) (($ (-818 |#1|) $) NIL T ELT)))
+(((-293 |#1| |#2|) (-13 (-280 (-818 |#1|)) (-10 -7 (-15 -1668 ((-870 (-1034)))))) (-831) (-831)) (T -293))
+((-1668 (*1 *2) (-12 (-5 *2 (-870 (-1034))) (-5 *1 (-293 *3 *4)) (-14 *3 (-831)) (-14 *4 (-831)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 58 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 ((|#1| $) NIL T ELT) (($ $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) 56 (|has| |#1| (-320)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| |#1| (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) 139 T ELT)) (-3158 ((|#1| $) 111 T ELT)) (-1796 (($ (-1180 |#1|)) 128 T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) 119 (|has| |#1| (-320)) ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) 122 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) 155 (|has| |#1| (-320)) ELT)) (-1681 (((-85) $) 65 (|has| |#1| (-320)) ELT)) (-1768 (($ $ (-695)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-831) $) 60 (|has| |#1| (-320)) ELT) (((-744 (-831)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 62 T ELT)) (-2014 (($) 157 (|has| |#1| (-320)) ELT)) (-2012 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-3134 ((|#1| $) NIL T ELT) (($ $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-320)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 |#1|) $) 115 T ELT) (((-1086 $) $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-2011 (((-831) $) 165 (|has| |#1| (-320)) ELT)) (-1628 (((-1086 |#1|) $) NIL (|has| |#1| (-320)) ELT)) (-1627 (((-1086 |#1|) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-1086 |#1|) #1#) $ $) NIL (|has| |#1| (-320)) ELT)) (-1629 (($ $ (-1086 |#1|)) NIL (|has| |#1| (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 172 T ELT)) (-3448 (($) NIL (|has| |#1| (-320)) CONST)) (-2401 (($ (-831)) 94 (|has| |#1| (-320)) ELT)) (-3933 (((-85) $) 142 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1668 (((-870 (-1034))) 57 T ELT)) (-2410 (($) 153 (|has| |#1| (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) 117 (|has| |#1| (-320)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-744 (-831))) 88 T ELT) (((-831)) 89 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-695) $) 156 (|has| |#1| (-320)) ELT) (((-3 (-695) #1#) $ $) 149 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3950 (((-744 (-831)) $) NIL T ELT) (((-831) $) NIL T ELT)) (-3187 (((-1086 |#1|)) 120 T ELT)) (-1675 (($) 154 (|has| |#1| (-320)) ELT)) (-1630 (($) 162 (|has| |#1| (-320)) ELT)) (-3226 (((-1180 |#1|) $) 76 T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| |#1| (-320)) ELT)) (-3948 (((-773) $) 168 T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#1|) 98 T ELT)) (-2704 (($ $) NIL (|has| |#1| (-320)) ELT) (((-633 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3128 (((-695)) 150 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) 141 T ELT) (((-1180 $) (-831)) 96 T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) 66 T CONST)) (-2668 (($) 101 T CONST)) (-3930 (($ $) 105 (|has| |#1| (-320)) ELT) (($ $ (-695)) NIL (|has| |#1| (-320)) ELT)) (-2671 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3058 (((-85) $ $) 64 T ELT)) (-3951 (($ $ $) 170 T ELT) (($ $ |#1|) 171 T ELT)) (-3839 (($ $) 152 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 84 T ELT)) (** (($ $ (-831)) 174 T ELT) (($ $ (-695)) 175 T ELT) (($ $ (-485)) 173 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 100 T ELT) (($ $ $) 99 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 169 T ELT)))
+(((-294 |#1| |#2|) (-13 (-280 |#1|) (-10 -7 (-15 -1668 ((-870 (-1034)))))) (-299) (-1086 |#1|)) (T -294))
+((-1668 (*1 *2) (-12 (-5 *2 (-870 (-1034))) (-5 *1 (-294 *3 *4)) (-4 *3 (-299)) (-14 *4 (-1086 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 ((|#1| $) NIL T ELT) (($ $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| |#1| (-320)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| |#1| (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-1796 (($ (-1180 |#1|)) NIL T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-320)) ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) NIL (|has| |#1| (-320)) ELT)) (-1681 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-1768 (($ $ (-695)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-831) $) NIL (|has| |#1| (-320)) ELT) (((-744 (-831)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) NIL (|has| |#1| (-320)) ELT)) (-2012 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-3134 ((|#1| $) NIL T ELT) (($ $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-320)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 |#1|) $) NIL T ELT) (((-1086 $) $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-2011 (((-831) $) NIL (|has| |#1| (-320)) ELT)) (-1628 (((-1086 |#1|) $) NIL (|has| |#1| (-320)) ELT)) (-1627 (((-1086 |#1|) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-1086 |#1|) #1#) $ $) NIL (|has| |#1| (-320)) ELT)) (-1629 (($ $ (-1086 |#1|)) NIL (|has| |#1| (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| |#1| (-320)) CONST)) (-2401 (($ (-831)) NIL (|has| |#1| (-320)) ELT)) (-3933 (((-85) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1668 (((-870 (-1034))) NIL T ELT)) (-2410 (($) NIL (|has| |#1| (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| |#1| (-320)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-744 (-831))) NIL T ELT) (((-831)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-695) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-695) #1#) $ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3950 (((-744 (-831)) $) NIL T ELT) (((-831) $) NIL T ELT)) (-3187 (((-1086 |#1|)) NIL T ELT)) (-1675 (($) NIL (|has| |#1| (-320)) ELT)) (-1630 (($) NIL (|has| |#1| (-320)) ELT)) (-3226 (((-1180 |#1|) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| |#1| (-320)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#1|) NIL T ELT)) (-2704 (($ $) NIL (|has| |#1| (-320)) ELT) (((-633 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL T ELT) (((-1180 $) (-831)) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3930 (($ $) NIL (|has| |#1| (-320)) ELT) (($ $ (-695)) NIL (|has| |#1| (-320)) ELT)) (-2671 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-295 |#1| |#2|) (-13 (-280 |#1|) (-10 -7 (-15 -1668 ((-870 (-1034)))))) (-299) (-831)) (T -295))
+((-1668 (*1 *2) (-12 (-5 *2 (-870 (-1034))) (-5 *1 (-295 *3 *4)) (-4 *3 (-299)) (-14 *4 (-831)))))
+((-1678 (((-695) (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034)))))) 61 T ELT)) (-1669 (((-870 (-1034)) (-1086 |#1|)) 112 T ELT)) (-1670 (((-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))) (-1086 |#1|)) 103 T ELT)) (-1671 (((-631 |#1|) (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034)))))) 113 T ELT)) (-1672 (((-3 (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))) "failed") (-831)) 13 T ELT)) (-1673 (((-3 (-1086 |#1|) (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034)))))) (-831)) 18 T ELT)))
+(((-296 |#1|) (-10 -7 (-15 -1669 ((-870 (-1034)) (-1086 |#1|))) (-15 -1670 ((-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))) (-1086 |#1|))) (-15 -1671 ((-631 |#1|) (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))))) (-15 -1678 ((-695) (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))))) (-15 -1672 ((-3 (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))) "failed") (-831))) (-15 -1673 ((-3 (-1086 |#1|) (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034)))))) (-831)))) (-299)) (T -296))
+((-1673 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-3 (-1086 *4) (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034))))))) (-5 *1 (-296 *4)) (-4 *4 (-299)))) (-1672 (*1 *2 *3) (|partial| -12 (-5 *3 (-831)) (-5 *2 (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034)))))) (-5 *1 (-296 *4)) (-4 *4 (-299)))) (-1678 (*1 *2 *3) (-12 (-5 *3 (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034)))))) (-4 *4 (-299)) (-5 *2 (-695)) (-5 *1 (-296 *4)))) (-1671 (*1 *2 *3) (-12 (-5 *3 (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034)))))) (-4 *4 (-299)) (-5 *2 (-631 *4)) (-5 *1 (-296 *4)))) (-1670 (*1 *2 *3) (-12 (-5 *3 (-1086 *4)) (-4 *4 (-299)) (-5 *2 (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034)))))) (-5 *1 (-296 *4)))) (-1669 (*1 *2 *3) (-12 (-5 *3 (-1086 *4)) (-4 *4 (-299)) (-5 *2 (-870 (-1034))) (-5 *1 (-296 *4)))))
+((-3948 ((|#1| |#3|) 104 T ELT) ((|#3| |#1|) 87 T ELT)))
+(((-297 |#1| |#2| |#3|) (-10 -7 (-15 -3948 (|#3| |#1|)) (-15 -3948 (|#1| |#3|))) (-280 |#2|) (-299) (-280 |#2|)) (T -297))
+((-3948 (*1 *2 *3) (-12 (-4 *4 (-299)) (-4 *2 (-280 *4)) (-5 *1 (-297 *2 *4 *3)) (-4 *3 (-280 *4)))) (-3948 (*1 *2 *3) (-12 (-4 *4 (-299)) (-4 *2 (-280 *4)) (-5 *1 (-297 *3 *4 *2)) (-4 *3 (-280 *4)))))
+((-1681 (((-85) $) 65 T ELT)) (-3774 (((-744 (-831)) $) 26 T ELT) (((-831) $) 69 T ELT)) (-3447 (((-633 $) $) 21 T ELT)) (-3448 (($) 9 T CONST)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 120 T ELT)) (-1769 (((-3 (-695) #1="failed") $ $) 98 T ELT) (((-695) $) 84 T ELT)) (-3760 (($ $) 8 T ELT) (($ $ (-695)) NIL T ELT)) (-1675 (($) 58 T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) 41 T ELT)) (-2704 (((-633 $) $) 50 T ELT) (($ $) 47 T ELT)))
+(((-298 |#1|) (-10 -7 (-15 -3774 ((-831) |#1|)) (-15 -1769 ((-695) |#1|)) (-15 -1681 ((-85) |#1|)) (-15 -1675 (|#1|)) (-15 -2705 ((-3 (-1180 |#1|) #1="failed") (-631 |#1|))) (-15 -2704 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1|)) (-15 -3448 (|#1|) -3954) (-15 -3447 ((-633 |#1|) |#1|)) (-15 -1769 ((-3 (-695) #1#) |#1| |#1|)) (-15 -3774 ((-744 (-831)) |#1|)) (-15 -2704 ((-633 |#1|) |#1|)) (-15 -2710 ((-1086 |#1|) (-1086 |#1|) (-1086 |#1|)))) (-299)) (T -298))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) 113 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 91 T ELT)) (-3973 (((-348 $) $) 90 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3138 (((-695)) 123 T ELT)) (-3726 (($) 23 T CONST)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) 107 T ELT)) (-2566 (($ $ $) 71 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2996 (($) 126 T ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-2835 (($) 111 T ELT)) (-1681 (((-85) $) 110 T ELT)) (-1768 (($ $) 97 T ELT) (($ $ (-695)) 96 T ELT)) (-3725 (((-85) $) 89 T ELT)) (-3774 (((-744 (-831)) $) 99 T ELT) (((-831) $) 108 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3447 (((-633 $) $) 122 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 68 T ELT)) (-2011 (((-831) $) 125 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 88 T ELT)) (-3448 (($) 121 T CONST)) (-2401 (($ (-831)) 124 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) 114 T ELT)) (-3734 (((-348 $) $) 92 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-1769 (((-3 (-695) "failed") $ $) 98 T ELT) (((-695) $) 109 T ELT)) (-3760 (($ $) 120 T ELT) (($ $ (-695)) 118 T ELT)) (-1675 (($) 112 T ELT)) (-2705 (((-3 (-1180 $) "failed") (-631 $)) 115 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-485))) 84 T ELT)) (-2704 (((-633 $) $) 100 T ELT) (($ $) 116 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $) 119 T ELT) (($ $ (-695)) 117 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 83 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 87 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 86 T ELT) (($ (-350 (-485)) $) 85 T ELT)))
(((-299) (-113)) (T -299))
-((-2703 (*1 *1 *1) (-4 *1 (-299))) (-2704 (*1 *2 *3) (|partial| -12 (-5 *3 (-630 *1)) (-4 *1 (-299)) (-5 *2 (-1179 *1)))) (-1676 (*1 *2) (-12 (-4 *1 (-299)) (-5 *2 (-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))))) (-1675 (*1 *2 *3) (-12 (-4 *1 (-299)) (-5 *3 (-484)) (-5 *2 (-1102 (-830) (-694))))) (-1674 (*1 *1) (-4 *1 (-299))) (-2834 (*1 *1) (-4 *1 (-299))) (-1680 (*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-85)))) (-1768 (*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-694)))) (-3773 (*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-830)))) (-1673 (*1 *2) (-12 (-4 *1 (-299)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(-13 (-345) (-320) (-1066) (-190) (-10 -8 (-15 -2703 ($ $)) (-15 -2704 ((-3 (-1179 $) "failed") (-630 $))) (-15 -1676 ((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484)))))) (-15 -1675 ((-1102 (-830) (-694)) (-484))) (-15 -1674 ($)) (-15 -2834 ($)) (-15 -1680 ((-85) $)) (-15 -1768 ((-694) $)) (-15 -3773 ((-830) $)) (-15 -1673 ((-3 "prime" "polynomial" "normal" "cyclic")))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 $ $) . T) ((-104) . T) ((-118) . T) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-186 $) . T) ((-190) . T) ((-189) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-345) . T) ((-320) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 $) . T) ((-654 (-350 (-484))) . T) ((-654 $) . T) ((-663) . T) ((-832) . T) ((-963 (-350 (-484))) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1066) . T) ((-1129) . T) ((-1134) . T))
-((-3920 (((-2 (|:| -2012 (-630 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-630 |#1|))) |#1|) 55 T ELT)) (-3919 (((-2 (|:| -2012 (-630 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-630 |#1|)))) 53 T ELT)))
-(((-300 |#1| |#2| |#3|) (-10 -7 (-15 -3919 ((-2 (|:| -2012 (-630 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-630 |#1|))))) (-15 -3920 ((-2 (|:| -2012 (-630 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-630 |#1|))) |#1|))) (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $)))) (-1155 |#1|) (-353 |#1| |#2|)) (T -300))
-((-3920 (*1 *2 *3) (-12 (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *4 (-1155 *3)) (-5 *2 (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3)))) (-5 *1 (-300 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-3919 (*1 *2) (-12 (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *4 (-1155 *3)) (-5 *2 (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3)))) (-5 *1 (-300 *3 *4 *5)) (-4 *5 (-353 *3 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 (((-817 |#1|) $) NIL T ELT) (($ $ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1677 (((-694)) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-817 |#1|) #1#) $) NIL T ELT)) (-3157 (((-817 |#1|) $) NIL T ELT)) (-1795 (($ (-1179 (-817 |#1|))) NIL T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1680 (((-85) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1767 (($ $ (-694)) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT) (($ $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-830) $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-743 (-830)) $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2011 (((-85) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3133 (((-817 |#1|) $) NIL T ELT) (($ $ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3446 (((-632 $) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 (-817 |#1|)) $) NIL T ELT) (((-1085 $) $ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2010 (((-830) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1627 (((-1085 (-817 |#1|)) $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1626 (((-1085 (-817 |#1|)) $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-3 (-1085 (-817 |#1|)) #1#) $ $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1628 (($ $ (-1085 (-817 |#1|))) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-817 |#1|) (-320)) CONST)) (-2400 (($ (-830)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3932 (((-85) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1679 (((-1179 (-583 (-2 (|:| -3403 (-817 |#1|)) (|:| -2400 (-1033)))))) NIL T ELT)) (-1678 (((-630 (-817 |#1|))) NIL T ELT)) (-2409 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-743 (-830))) NIL T ELT) (((-830)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-694) $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-3 (-694) #1#) $ $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $ (-694)) NIL (|has| (-817 |#1|) (-320)) ELT) (($ $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3949 (((-743 (-830)) $) NIL T ELT) (((-830) $) NIL T ELT)) (-3186 (((-1085 (-817 |#1|))) NIL T ELT)) (-1674 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-1629 (($) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3225 (((-1179 (-817 |#1|)) $) NIL T ELT) (((-630 (-817 |#1|)) (-1179 $)) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-817 |#1|)) NIL T ELT)) (-2703 (($ $) NIL (|has| (-817 |#1|) (-320)) ELT) (((-632 $) $) NIL (OR (|has| (-817 |#1|) (-118)) (|has| (-817 |#1|) (-320))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL T ELT) (((-1179 $) (-830)) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3929 (($ $) NIL (|has| (-817 |#1|) (-320)) ELT) (($ $ (-694)) NIL (|has| (-817 |#1|) (-320)) ELT)) (-2670 (($ $ (-694)) NIL (|has| (-817 |#1|) (-320)) ELT) (($ $) NIL (|has| (-817 |#1|) (-320)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT) (($ $ (-817 |#1|)) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ (-817 |#1|)) NIL T ELT) (($ (-817 |#1|) $) NIL T ELT)))
-(((-301 |#1| |#2|) (-13 (-280 (-817 |#1|)) (-10 -7 (-15 -1679 ((-1179 (-583 (-2 (|:| -3403 (-817 |#1|)) (|:| -2400 (-1033))))))) (-15 -1678 ((-630 (-817 |#1|)))) (-15 -1677 ((-694))))) (-830) (-830)) (T -301))
-((-1679 (*1 *2) (-12 (-5 *2 (-1179 (-583 (-2 (|:| -3403 (-817 *3)) (|:| -2400 (-1033)))))) (-5 *1 (-301 *3 *4)) (-14 *3 (-830)) (-14 *4 (-830)))) (-1678 (*1 *2) (-12 (-5 *2 (-630 (-817 *3))) (-5 *1 (-301 *3 *4)) (-14 *3 (-830)) (-14 *4 (-830)))) (-1677 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-301 *3 *4)) (-14 *3 (-830)) (-14 *4 (-830)))))
-((-2569 (((-85) $ $) 72 T ELT)) (-3189 (((-85) $) 87 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 ((|#1| $) 105 T ELT) (($ $ (-830)) 103 (|has| |#1| (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) 168 (|has| |#1| (-320)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1677 (((-694)) 102 T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) 185 (|has| |#1| (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) 126 T ELT)) (-3157 ((|#1| $) 104 T ELT)) (-1795 (($ (-1179 |#1|)) 70 T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) 211 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) 180 (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) 169 (|has| |#1| (-320)) ELT)) (-1680 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-1767 (($ $ (-694)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-830) $) NIL (|has| |#1| (-320)) ELT) (((-743 (-830)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) 112 (|has| |#1| (-320)) ELT)) (-2011 (((-85) $) 198 (|has| |#1| (-320)) ELT)) (-3133 ((|#1| $) 107 T ELT) (($ $ (-830)) 106 (|has| |#1| (-320)) ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-320)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 |#1|) $) 212 T ELT) (((-1085 $) $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-2010 (((-830) $) 146 (|has| |#1| (-320)) ELT)) (-1627 (((-1085 |#1|) $) 86 (|has| |#1| (-320)) ELT)) (-1626 (((-1085 |#1|) $) 83 (|has| |#1| (-320)) ELT) (((-3 (-1085 |#1|) #1#) $ $) 95 (|has| |#1| (-320)) ELT)) (-1628 (($ $ (-1085 |#1|)) 82 (|has| |#1| (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 216 T ELT)) (-3447 (($) NIL (|has| |#1| (-320)) CONST)) (-2400 (($ (-830)) 148 (|has| |#1| (-320)) ELT)) (-3932 (((-85) $) 122 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1679 (((-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033)))))) 96 T ELT)) (-1678 (((-630 |#1|)) 100 T ELT)) (-2409 (($) 109 (|has| |#1| (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) 171 (|has| |#1| (-320)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-743 (-830))) NIL T ELT) (((-830)) 172 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-694) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-694) #1#) $ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3949 (((-743 (-830)) $) NIL T ELT) (((-830) $) 74 T ELT)) (-3186 (((-1085 |#1|)) 173 T ELT)) (-1674 (($) 145 (|has| |#1| (-320)) ELT)) (-1629 (($) NIL (|has| |#1| (-320)) ELT)) (-3225 (((-1179 |#1|) $) 120 T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| |#1| (-320)) ELT)) (-3947 (((-772) $) 138 T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#1|) 69 T ELT)) (-2703 (($ $) NIL (|has| |#1| (-320)) ELT) (((-632 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3127 (((-694)) 178 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) 195 T ELT) (((-1179 $) (-830)) 115 T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) 184 T CONST)) (-2667 (($) 159 T CONST)) (-3929 (($ $) 121 (|has| |#1| (-320)) ELT) (($ $ (-694)) 113 (|has| |#1| (-320)) ELT)) (-2670 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3057 (((-85) $ $) 206 T ELT)) (-3950 (($ $ $) 118 T ELT) (($ $ |#1|) 119 T ELT)) (-3838 (($ $) 200 T ELT) (($ $ $) 204 T ELT)) (-3840 (($ $ $) 202 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) 151 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 209 T ELT) (($ $ $) 162 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 117 T ELT)))
-(((-302 |#1| |#2|) (-13 (-280 |#1|) (-10 -7 (-15 -1679 ((-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))))) (-15 -1678 ((-630 |#1|))) (-15 -1677 ((-694))))) (-299) (-3 (-1085 |#1|) (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))))) (T -302))
-((-1679 (*1 *2) (-12 (-5 *2 (-1179 (-583 (-2 (|:| -3403 *3) (|:| -2400 (-1033)))))) (-5 *1 (-302 *3 *4)) (-4 *3 (-299)) (-14 *4 (-3 (-1085 *3) *2)))) (-1678 (*1 *2) (-12 (-5 *2 (-630 *3)) (-5 *1 (-302 *3 *4)) (-4 *3 (-299)) (-14 *4 (-3 (-1085 *3) (-1179 (-583 (-2 (|:| -3403 *3) (|:| -2400 (-1033))))))))) (-1677 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-302 *3 *4)) (-4 *3 (-299)) (-14 *4 (-3 (-1085 *3) (-1179 (-583 (-2 (|:| -3403 *3) (|:| -2400 (-1033))))))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 ((|#1| $) NIL T ELT) (($ $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| |#1| (-320)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1677 (((-694)) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| |#1| (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-1795 (($ (-1179 |#1|)) NIL T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) NIL (|has| |#1| (-320)) ELT)) (-1680 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-1767 (($ $ (-694)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-830) $) NIL (|has| |#1| (-320)) ELT) (((-743 (-830)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) NIL (|has| |#1| (-320)) ELT)) (-2011 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-3133 ((|#1| $) NIL T ELT) (($ $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-320)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 |#1|) $) NIL T ELT) (((-1085 $) $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-2010 (((-830) $) NIL (|has| |#1| (-320)) ELT)) (-1627 (((-1085 |#1|) $) NIL (|has| |#1| (-320)) ELT)) (-1626 (((-1085 |#1|) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-1085 |#1|) #1#) $ $) NIL (|has| |#1| (-320)) ELT)) (-1628 (($ $ (-1085 |#1|)) NIL (|has| |#1| (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| |#1| (-320)) CONST)) (-2400 (($ (-830)) NIL (|has| |#1| (-320)) ELT)) (-3932 (((-85) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1679 (((-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033)))))) NIL T ELT)) (-1678 (((-630 |#1|)) NIL T ELT)) (-2409 (($) NIL (|has| |#1| (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| |#1| (-320)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-743 (-830))) NIL T ELT) (((-830)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-694) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-694) #1#) $ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3949 (((-743 (-830)) $) NIL T ELT) (((-830) $) NIL T ELT)) (-3186 (((-1085 |#1|)) NIL T ELT)) (-1674 (($) NIL (|has| |#1| (-320)) ELT)) (-1629 (($) NIL (|has| |#1| (-320)) ELT)) (-3225 (((-1179 |#1|) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| |#1| (-320)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#1|) NIL T ELT)) (-2703 (($ $) NIL (|has| |#1| (-320)) ELT) (((-632 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL T ELT) (((-1179 $) (-830)) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3929 (($ $) NIL (|has| |#1| (-320)) ELT) (($ $ (-694)) NIL (|has| |#1| (-320)) ELT)) (-2670 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-303 |#1| |#2|) (-13 (-280 |#1|) (-10 -7 (-15 -1679 ((-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))))) (-15 -1678 ((-630 |#1|))) (-15 -1677 ((-694))))) (-299) (-830)) (T -303))
-((-1679 (*1 *2) (-12 (-5 *2 (-1179 (-583 (-2 (|:| -3403 *3) (|:| -2400 (-1033)))))) (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-830)))) (-1678 (*1 *2) (-12 (-5 *2 (-630 *3)) (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-830)))) (-1677 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-830)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 ((|#1| $) NIL T ELT) (($ $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) 130 (|has| |#1| (-320)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) 156 (|has| |#1| (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) 104 T ELT)) (-3157 ((|#1| $) 101 T ELT)) (-1795 (($ (-1179 |#1|)) 96 T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) 127 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) 93 (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) 52 (|has| |#1| (-320)) ELT)) (-1680 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-1767 (($ $ (-694)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-830) $) NIL (|has| |#1| (-320)) ELT) (((-743 (-830)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) 131 (|has| |#1| (-320)) ELT)) (-2011 (((-85) $) 85 (|has| |#1| (-320)) ELT)) (-3133 ((|#1| $) 48 T ELT) (($ $ (-830)) 53 (|has| |#1| (-320)) ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-320)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 |#1|) $) 76 T ELT) (((-1085 $) $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-2010 (((-830) $) 108 (|has| |#1| (-320)) ELT)) (-1627 (((-1085 |#1|) $) NIL (|has| |#1| (-320)) ELT)) (-1626 (((-1085 |#1|) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-1085 |#1|) #1#) $ $) NIL (|has| |#1| (-320)) ELT)) (-1628 (($ $ (-1085 |#1|)) NIL (|has| |#1| (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| |#1| (-320)) CONST)) (-2400 (($ (-830)) 106 (|has| |#1| (-320)) ELT)) (-3932 (((-85) $) 158 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($) 45 (|has| |#1| (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) 125 (|has| |#1| (-320)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-743 (-830))) NIL T ELT) (((-830)) 155 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-694) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-694) #1#) $ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3949 (((-743 (-830)) $) NIL T ELT) (((-830) $) 68 T ELT)) (-3186 (((-1085 |#1|)) 99 T ELT)) (-1674 (($) 136 (|has| |#1| (-320)) ELT)) (-1629 (($) NIL (|has| |#1| (-320)) ELT)) (-3225 (((-1179 |#1|) $) 64 T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| |#1| (-320)) ELT)) (-3947 (((-772) $) 154 T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#1|) 98 T ELT)) (-2703 (($ $) NIL (|has| |#1| (-320)) ELT) (((-632 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3127 (((-694)) 160 T CONST)) (-1265 (((-85) $ $) 162 T ELT)) (-2012 (((-1179 $)) 120 T ELT) (((-1179 $) (-830)) 59 T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) 122 T CONST)) (-2667 (($) 40 T CONST)) (-3929 (($ $) 79 (|has| |#1| (-320)) ELT) (($ $ (-694)) NIL (|has| |#1| (-320)) ELT)) (-2670 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3057 (((-85) $ $) 118 T ELT)) (-3950 (($ $ $) 110 T ELT) (($ $ |#1|) 111 T ELT)) (-3838 (($ $) 91 T ELT) (($ $ $) 116 T ELT)) (-3840 (($ $ $) 114 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 54 T ELT) (($ $ (-484)) 139 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 89 T ELT) (($ $ $) 66 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 87 T ELT)))
-(((-304 |#1| |#2|) (-280 |#1|) (-299) (-1085 |#1|)) (T -304))
-NIL
-((-1695 (((-869 (-1085 |#1|)) (-1085 |#1|)) 49 T ELT)) (-2995 (((-1085 |#1|) (-830) (-830)) 159 T ELT) (((-1085 |#1|) (-830)) 155 T ELT)) (-1680 (((-85) (-1085 |#1|)) 110 T ELT)) (-1682 (((-830) (-830)) 85 T ELT)) (-1683 (((-830) (-830)) 94 T ELT)) (-1681 (((-830) (-830)) 83 T ELT)) (-2011 (((-85) (-1085 |#1|)) 114 T ELT)) (-1690 (((-3 (-1085 |#1|) #1="failed") (-1085 |#1|)) 139 T ELT)) (-1693 (((-3 (-1085 |#1|) #1#) (-1085 |#1|)) 144 T ELT)) (-1692 (((-3 (-1085 |#1|) #1#) (-1085 |#1|)) 143 T ELT)) (-1691 (((-3 (-1085 |#1|) #1#) (-1085 |#1|)) 142 T ELT)) (-1689 (((-3 (-1085 |#1|) #1#) (-1085 |#1|)) 134 T ELT)) (-1694 (((-1085 |#1|) (-1085 |#1|)) 71 T ELT)) (-1685 (((-1085 |#1|) (-830)) 149 T ELT)) (-1688 (((-1085 |#1|) (-830)) 152 T ELT)) (-1687 (((-1085 |#1|) (-830)) 151 T ELT)) (-1686 (((-1085 |#1|) (-830)) 150 T ELT)) (-1684 (((-1085 |#1|) (-830)) 147 T ELT)))
-(((-305 |#1|) (-10 -7 (-15 -1680 ((-85) (-1085 |#1|))) (-15 -2011 ((-85) (-1085 |#1|))) (-15 -1681 ((-830) (-830))) (-15 -1682 ((-830) (-830))) (-15 -1683 ((-830) (-830))) (-15 -1684 ((-1085 |#1|) (-830))) (-15 -1685 ((-1085 |#1|) (-830))) (-15 -1686 ((-1085 |#1|) (-830))) (-15 -1687 ((-1085 |#1|) (-830))) (-15 -1688 ((-1085 |#1|) (-830))) (-15 -1689 ((-3 (-1085 |#1|) #1="failed") (-1085 |#1|))) (-15 -1690 ((-3 (-1085 |#1|) #1#) (-1085 |#1|))) (-15 -1691 ((-3 (-1085 |#1|) #1#) (-1085 |#1|))) (-15 -1692 ((-3 (-1085 |#1|) #1#) (-1085 |#1|))) (-15 -1693 ((-3 (-1085 |#1|) #1#) (-1085 |#1|))) (-15 -2995 ((-1085 |#1|) (-830))) (-15 -2995 ((-1085 |#1|) (-830) (-830))) (-15 -1694 ((-1085 |#1|) (-1085 |#1|))) (-15 -1695 ((-869 (-1085 |#1|)) (-1085 |#1|)))) (-299)) (T -305))
-((-1695 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-869 (-1085 *4))) (-5 *1 (-305 *4)) (-5 *3 (-1085 *4)))) (-1694 (*1 *2 *2) (-12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-2995 (*1 *2 *3 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-2995 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1693 (*1 *2 *2) (|partial| -12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-1692 (*1 *2 *2) (|partial| -12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-1691 (*1 *2 *2) (|partial| -12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-1690 (*1 *2 *2) (|partial| -12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-1689 (*1 *2 *2) (|partial| -12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-1688 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1687 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1686 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1685 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1684 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1683 (*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-305 *3)) (-4 *3 (-299)))) (-1682 (*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-305 *3)) (-4 *3 (-299)))) (-1681 (*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-305 *3)) (-4 *3 (-299)))) (-2011 (*1 *2 *3) (-12 (-5 *3 (-1085 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-305 *4)))) (-1680 (*1 *2 *3) (-12 (-5 *3 (-1085 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-305 *4)))))
-((-1696 ((|#1| (-1085 |#2|)) 60 T ELT)))
-(((-306 |#1| |#2|) (-10 -7 (-15 -1696 (|#1| (-1085 |#2|)))) (-13 (-345) (-10 -7 (-15 -3947 (|#1| |#2|)) (-15 -2010 ((-830) |#1|)) (-15 -2012 ((-1179 |#1|) (-830))) (-15 -3929 (|#1| |#1|)))) (-299)) (T -306))
-((-1696 (*1 *2 *3) (-12 (-5 *3 (-1085 *4)) (-4 *4 (-299)) (-4 *2 (-13 (-345) (-10 -7 (-15 -3947 (*2 *4)) (-15 -2010 ((-830) *2)) (-15 -2012 ((-1179 *2) (-830))) (-15 -3929 (*2 *2))))) (-5 *1 (-306 *2 *4)))))
-((-2705 (((-3 (-583 |#3|) "failed") (-583 |#3|) |#3|) 40 T ELT)))
-(((-307 |#1| |#2| |#3|) (-10 -7 (-15 -2705 ((-3 (-583 |#3|) "failed") (-583 |#3|) |#3|))) (-299) (-1155 |#1|) (-1155 |#2|)) (T -307))
-((-2705 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-583 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-1155 *4)) (-4 *4 (-299)) (-5 *1 (-307 *4 *5 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 ((|#1| $) NIL T ELT) (($ $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| |#1| (-320)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| |#1| (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-1795 (($ (-1179 |#1|)) NIL T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) NIL (|has| |#1| (-320)) ELT)) (-1680 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-1767 (($ $ (-694)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-830) $) NIL (|has| |#1| (-320)) ELT) (((-743 (-830)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) NIL (|has| |#1| (-320)) ELT)) (-2011 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-3133 ((|#1| $) NIL T ELT) (($ $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-320)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 |#1|) $) NIL T ELT) (((-1085 $) $ (-830)) NIL (|has| |#1| (-320)) ELT)) (-2010 (((-830) $) NIL (|has| |#1| (-320)) ELT)) (-1627 (((-1085 |#1|) $) NIL (|has| |#1| (-320)) ELT)) (-1626 (((-1085 |#1|) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-1085 |#1|) #1#) $ $) NIL (|has| |#1| (-320)) ELT)) (-1628 (($ $ (-1085 |#1|)) NIL (|has| |#1| (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| |#1| (-320)) CONST)) (-2400 (($ (-830)) NIL (|has| |#1| (-320)) ELT)) (-3932 (((-85) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($) NIL (|has| |#1| (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| |#1| (-320)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-743 (-830))) NIL T ELT) (((-830)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-694) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-694) #1#) $ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3949 (((-743 (-830)) $) NIL T ELT) (((-830) $) NIL T ELT)) (-3186 (((-1085 |#1|)) NIL T ELT)) (-1674 (($) NIL (|has| |#1| (-320)) ELT)) (-1629 (($) NIL (|has| |#1| (-320)) ELT)) (-3225 (((-1179 |#1|) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| |#1| (-320)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#1|) NIL T ELT)) (-2703 (($ $) NIL (|has| |#1| (-320)) ELT) (((-632 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL T ELT) (((-1179 $) (-830)) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3929 (($ $) NIL (|has| |#1| (-320)) ELT) (($ $ (-694)) NIL (|has| |#1| (-320)) ELT)) (-2670 (($ $ (-694)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-308 |#1| |#2|) (-280 |#1|) (-299) (-830)) (T -308))
-NIL
-((-2249 (((-85) (-583 (-857 |#1|))) 41 T ELT)) (-2251 (((-583 (-857 |#1|)) (-583 (-857 |#1|))) 53 T ELT)) (-2250 (((-3 (-583 (-857 |#1|)) "failed") (-583 (-857 |#1|))) 48 T ELT)))
-(((-309 |#1| |#2|) (-10 -7 (-15 -2249 ((-85) (-583 (-857 |#1|)))) (-15 -2250 ((-3 (-583 (-857 |#1|)) "failed") (-583 (-857 |#1|)))) (-15 -2251 ((-583 (-857 |#1|)) (-583 (-857 |#1|))))) (-392) (-583 (-1090))) (T -309))
-((-2251 (*1 *2 *2) (-12 (-5 *2 (-583 (-857 *3))) (-4 *3 (-392)) (-5 *1 (-309 *3 *4)) (-14 *4 (-583 (-1090))))) (-2250 (*1 *2 *2) (|partial| -12 (-5 *2 (-583 (-857 *3))) (-4 *3 (-392)) (-5 *1 (-309 *3 *4)) (-14 *4 (-583 (-1090))))) (-2249 (*1 *2 *3) (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-392)) (-5 *2 (-85)) (-5 *1 (-309 *4 *5)) (-14 *5 (-583 (-1090))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694) $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1="failed") $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2410 (((-85) $) 17 T ELT)) (-2299 ((|#1| $ (-484)) NIL T ELT)) (-2300 (((-484) $ (-484)) NIL T ELT)) (-2290 (($ (-1 |#1| |#1|) $) 34 T ELT)) (-2291 (($ (-1 (-484) (-484)) $) 26 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 28 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1782 (((-583 (-2 (|:| |gen| |#1|) (|:| -3944 (-484)))) $) 30 T ELT)) (-3010 (($ $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-3947 (((-772) $) 40 T ELT) (($ |#1|) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2667 (($) 7 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT) (($ |#1| (-484)) 19 T ELT)) (* (($ $ $) 53 T ELT) (($ |#1| $) 23 T ELT) (($ $ |#1|) 21 T ELT)))
-(((-310 |#1|) (-13 (-413) (-950 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-484))) (-15 -3137 ((-694) $)) (-15 -2300 ((-484) $ (-484))) (-15 -2299 (|#1| $ (-484))) (-15 -2291 ($ (-1 (-484) (-484)) $)) (-15 -2290 ($ (-1 |#1| |#1|) $)) (-15 -1782 ((-583 (-2 (|:| |gen| |#1|) (|:| -3944 (-484)))) $)))) (-1013)) (T -310))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-310 *2)) (-4 *2 (-1013)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-310 *2)) (-4 *2 (-1013)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-310 *2)) (-4 *2 (-1013)))) (-3137 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-310 *3)) (-4 *3 (-1013)))) (-2300 (*1 *2 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-310 *3)) (-4 *3 (-1013)))) (-2299 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *1 (-310 *2)) (-4 *2 (-1013)))) (-2291 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-484) (-484))) (-5 *1 (-310 *3)) (-4 *3 (-1013)))) (-2290 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1013)) (-5 *1 (-310 *3)))) (-1782 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| |gen| *3) (|:| -3944 (-484))))) (-5 *1 (-310 *3)) (-4 *3 (-1013)))))
-((-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 13 T ELT)) (-2063 (($ $) 14 T ELT)) (-3972 (((-348 $) $) 31 T ELT)) (-3724 (((-85) $) 27 T ELT)) (-2485 (($ $) 19 T ELT)) (-3145 (($ $ $) 22 T ELT) (($ (-583 $)) NIL T ELT)) (-3733 (((-348 $) $) 32 T ELT)) (-3467 (((-3 $ "failed") $ $) 21 T ELT)) (-1607 (((-694) $) 25 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 36 T ELT)) (-2062 (((-85) $ $) 16 T ELT)) (-3950 (($ $ $) 34 T ELT)))
-(((-311 |#1|) (-10 -7 (-15 -3950 (|#1| |#1| |#1|)) (-15 -2485 (|#1| |#1|)) (-15 -3724 ((-85) |#1|)) (-15 -3972 ((-348 |#1|) |#1|)) (-15 -3733 ((-348 |#1|) |#1|)) (-15 -2880 ((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|)) (-15 -1607 ((-694) |#1|)) (-15 -3145 (|#1| (-583 |#1|))) (-15 -3145 (|#1| |#1| |#1|)) (-15 -2062 ((-85) |#1| |#1|)) (-15 -2063 (|#1| |#1|)) (-15 -2064 ((-2 (|:| -1775 |#1|) (|:| -3983 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3467 ((-3 |#1| "failed") |#1| |#1|))) (-312)) (T -311))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 91 T ELT)) (-3972 (((-348 $) $) 90 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3725 (($) 23 T CONST)) (-2565 (($ $ $) 71 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-3724 (((-85) $) 89 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 68 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 88 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3733 (((-348 $) $) 92 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-484))) 84 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 83 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 87 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 86 T ELT) (($ (-350 (-484)) $) 85 T ELT)))
+((-2704 (*1 *1 *1) (-4 *1 (-299))) (-2705 (*1 *2 *3) (|partial| -12 (-5 *3 (-631 *1)) (-4 *1 (-299)) (-5 *2 (-1180 *1)))) (-1677 (*1 *2) (-12 (-4 *1 (-299)) (-5 *2 (-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))))) (-1676 (*1 *2 *3) (-12 (-4 *1 (-299)) (-5 *3 (-485)) (-5 *2 (-1103 (-831) (-695))))) (-1675 (*1 *1) (-4 *1 (-299))) (-2835 (*1 *1) (-4 *1 (-299))) (-1681 (*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-85)))) (-1769 (*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-695)))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-831)))) (-1674 (*1 *2) (-12 (-4 *1 (-299)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(-13 (-345) (-320) (-1067) (-190) (-10 -8 (-15 -2704 ($ $)) (-15 -2705 ((-3 (-1180 $) "failed") (-631 $))) (-15 -1677 ((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485)))))) (-15 -1676 ((-1103 (-831) (-695)) (-485))) (-15 -1675 ($)) (-15 -2835 ($)) (-15 -1681 ((-85) $)) (-15 -1769 ((-695) $)) (-15 -3774 ((-831) $)) (-15 -1674 ((-3 "prime" "polynomial" "normal" "cyclic")))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 $ $) . T) ((-104) . T) ((-118) . T) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-186 $) . T) ((-190) . T) ((-189) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-345) . T) ((-320) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 $) . T) ((-655 (-350 (-485))) . T) ((-655 $) . T) ((-664) . T) ((-833) . T) ((-964 (-350 (-485))) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1067) . T) ((-1130) . T) ((-1135) . T))
+((-3921 (((-2 (|:| -2013 (-631 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-631 |#1|))) |#1|) 55 T ELT)) (-3920 (((-2 (|:| -2013 (-631 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-631 |#1|)))) 53 T ELT)))
+(((-300 |#1| |#2| |#3|) (-10 -7 (-15 -3920 ((-2 (|:| -2013 (-631 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-631 |#1|))))) (-15 -3921 ((-2 (|:| -2013 (-631 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-631 |#1|))) |#1|))) (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $)))) (-1156 |#1|) (-353 |#1| |#2|)) (T -300))
+((-3921 (*1 *2 *3) (-12 (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *4 (-1156 *3)) (-5 *2 (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3)))) (-5 *1 (-300 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-3920 (*1 *2) (-12 (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *4 (-1156 *3)) (-5 *2 (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3)))) (-5 *1 (-300 *3 *4 *5)) (-4 *5 (-353 *3 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 (((-818 |#1|) $) NIL T ELT) (($ $ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1678 (((-695)) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-818 |#1|) #1#) $) NIL T ELT)) (-3158 (((-818 |#1|) $) NIL T ELT)) (-1796 (($ (-1180 (-818 |#1|))) NIL T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1681 (((-85) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1768 (($ $ (-695)) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT) (($ $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-831) $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-744 (-831)) $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2012 (((-85) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3134 (((-818 |#1|) $) NIL T ELT) (($ $ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3447 (((-633 $) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 (-818 |#1|)) $) NIL T ELT) (((-1086 $) $ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2011 (((-831) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1628 (((-1086 (-818 |#1|)) $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1627 (((-1086 (-818 |#1|)) $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-3 (-1086 (-818 |#1|)) #1#) $ $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1629 (($ $ (-1086 (-818 |#1|))) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-818 |#1|) (-320)) CONST)) (-2401 (($ (-831)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3933 (((-85) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1680 (((-1180 (-584 (-2 (|:| -3404 (-818 |#1|)) (|:| -2401 (-1034)))))) NIL T ELT)) (-1679 (((-631 (-818 |#1|))) NIL T ELT)) (-2410 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-744 (-831))) NIL T ELT) (((-831)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-695) $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-3 (-695) #1#) $ $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $ (-695)) NIL (|has| (-818 |#1|) (-320)) ELT) (($ $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3950 (((-744 (-831)) $) NIL T ELT) (((-831) $) NIL T ELT)) (-3187 (((-1086 (-818 |#1|))) NIL T ELT)) (-1675 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-1630 (($) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3226 (((-1180 (-818 |#1|)) $) NIL T ELT) (((-631 (-818 |#1|)) (-1180 $)) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-818 |#1|)) NIL T ELT)) (-2704 (($ $) NIL (|has| (-818 |#1|) (-320)) ELT) (((-633 $) $) NIL (OR (|has| (-818 |#1|) (-118)) (|has| (-818 |#1|) (-320))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL T ELT) (((-1180 $) (-831)) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3930 (($ $) NIL (|has| (-818 |#1|) (-320)) ELT) (($ $ (-695)) NIL (|has| (-818 |#1|) (-320)) ELT)) (-2671 (($ $ (-695)) NIL (|has| (-818 |#1|) (-320)) ELT) (($ $) NIL (|has| (-818 |#1|) (-320)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT) (($ $ (-818 |#1|)) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ (-818 |#1|)) NIL T ELT) (($ (-818 |#1|) $) NIL T ELT)))
+(((-301 |#1| |#2|) (-13 (-280 (-818 |#1|)) (-10 -7 (-15 -1680 ((-1180 (-584 (-2 (|:| -3404 (-818 |#1|)) (|:| -2401 (-1034))))))) (-15 -1679 ((-631 (-818 |#1|)))) (-15 -1678 ((-695))))) (-831) (-831)) (T -301))
+((-1680 (*1 *2) (-12 (-5 *2 (-1180 (-584 (-2 (|:| -3404 (-818 *3)) (|:| -2401 (-1034)))))) (-5 *1 (-301 *3 *4)) (-14 *3 (-831)) (-14 *4 (-831)))) (-1679 (*1 *2) (-12 (-5 *2 (-631 (-818 *3))) (-5 *1 (-301 *3 *4)) (-14 *3 (-831)) (-14 *4 (-831)))) (-1678 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-301 *3 *4)) (-14 *3 (-831)) (-14 *4 (-831)))))
+((-2570 (((-85) $ $) 72 T ELT)) (-3190 (((-85) $) 87 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 ((|#1| $) 105 T ELT) (($ $ (-831)) 103 (|has| |#1| (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) 168 (|has| |#1| (-320)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1678 (((-695)) 102 T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) 185 (|has| |#1| (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) 126 T ELT)) (-3158 ((|#1| $) 104 T ELT)) (-1796 (($ (-1180 |#1|)) 70 T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) 211 (|has| |#1| (-320)) ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) 180 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) 169 (|has| |#1| (-320)) ELT)) (-1681 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-1768 (($ $ (-695)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-831) $) NIL (|has| |#1| (-320)) ELT) (((-744 (-831)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) 112 (|has| |#1| (-320)) ELT)) (-2012 (((-85) $) 198 (|has| |#1| (-320)) ELT)) (-3134 ((|#1| $) 107 T ELT) (($ $ (-831)) 106 (|has| |#1| (-320)) ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-320)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 |#1|) $) 212 T ELT) (((-1086 $) $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-2011 (((-831) $) 146 (|has| |#1| (-320)) ELT)) (-1628 (((-1086 |#1|) $) 86 (|has| |#1| (-320)) ELT)) (-1627 (((-1086 |#1|) $) 83 (|has| |#1| (-320)) ELT) (((-3 (-1086 |#1|) #1#) $ $) 95 (|has| |#1| (-320)) ELT)) (-1629 (($ $ (-1086 |#1|)) 82 (|has| |#1| (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 216 T ELT)) (-3448 (($) NIL (|has| |#1| (-320)) CONST)) (-2401 (($ (-831)) 148 (|has| |#1| (-320)) ELT)) (-3933 (((-85) $) 122 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1680 (((-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034)))))) 96 T ELT)) (-1679 (((-631 |#1|)) 100 T ELT)) (-2410 (($) 109 (|has| |#1| (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) 171 (|has| |#1| (-320)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-744 (-831))) NIL T ELT) (((-831)) 172 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-695) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-695) #1#) $ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3950 (((-744 (-831)) $) NIL T ELT) (((-831) $) 74 T ELT)) (-3187 (((-1086 |#1|)) 173 T ELT)) (-1675 (($) 145 (|has| |#1| (-320)) ELT)) (-1630 (($) NIL (|has| |#1| (-320)) ELT)) (-3226 (((-1180 |#1|) $) 120 T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| |#1| (-320)) ELT)) (-3948 (((-773) $) 138 T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#1|) 69 T ELT)) (-2704 (($ $) NIL (|has| |#1| (-320)) ELT) (((-633 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3128 (((-695)) 178 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) 195 T ELT) (((-1180 $) (-831)) 115 T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) 184 T CONST)) (-2668 (($) 159 T CONST)) (-3930 (($ $) 121 (|has| |#1| (-320)) ELT) (($ $ (-695)) 113 (|has| |#1| (-320)) ELT)) (-2671 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3058 (((-85) $ $) 206 T ELT)) (-3951 (($ $ $) 118 T ELT) (($ $ |#1|) 119 T ELT)) (-3839 (($ $) 200 T ELT) (($ $ $) 204 T ELT)) (-3841 (($ $ $) 202 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) 151 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 209 T ELT) (($ $ $) 162 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 117 T ELT)))
+(((-302 |#1| |#2|) (-13 (-280 |#1|) (-10 -7 (-15 -1680 ((-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))))) (-15 -1679 ((-631 |#1|))) (-15 -1678 ((-695))))) (-299) (-3 (-1086 |#1|) (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))))) (T -302))
+((-1680 (*1 *2) (-12 (-5 *2 (-1180 (-584 (-2 (|:| -3404 *3) (|:| -2401 (-1034)))))) (-5 *1 (-302 *3 *4)) (-4 *3 (-299)) (-14 *4 (-3 (-1086 *3) *2)))) (-1679 (*1 *2) (-12 (-5 *2 (-631 *3)) (-5 *1 (-302 *3 *4)) (-4 *3 (-299)) (-14 *4 (-3 (-1086 *3) (-1180 (-584 (-2 (|:| -3404 *3) (|:| -2401 (-1034))))))))) (-1678 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-302 *3 *4)) (-4 *3 (-299)) (-14 *4 (-3 (-1086 *3) (-1180 (-584 (-2 (|:| -3404 *3) (|:| -2401 (-1034))))))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 ((|#1| $) NIL T ELT) (($ $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| |#1| (-320)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1678 (((-695)) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| |#1| (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-1796 (($ (-1180 |#1|)) NIL T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-320)) ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) NIL (|has| |#1| (-320)) ELT)) (-1681 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-1768 (($ $ (-695)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-831) $) NIL (|has| |#1| (-320)) ELT) (((-744 (-831)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) NIL (|has| |#1| (-320)) ELT)) (-2012 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-3134 ((|#1| $) NIL T ELT) (($ $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-320)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 |#1|) $) NIL T ELT) (((-1086 $) $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-2011 (((-831) $) NIL (|has| |#1| (-320)) ELT)) (-1628 (((-1086 |#1|) $) NIL (|has| |#1| (-320)) ELT)) (-1627 (((-1086 |#1|) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-1086 |#1|) #1#) $ $) NIL (|has| |#1| (-320)) ELT)) (-1629 (($ $ (-1086 |#1|)) NIL (|has| |#1| (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| |#1| (-320)) CONST)) (-2401 (($ (-831)) NIL (|has| |#1| (-320)) ELT)) (-3933 (((-85) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1680 (((-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034)))))) NIL T ELT)) (-1679 (((-631 |#1|)) NIL T ELT)) (-2410 (($) NIL (|has| |#1| (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| |#1| (-320)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-744 (-831))) NIL T ELT) (((-831)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-695) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-695) #1#) $ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3950 (((-744 (-831)) $) NIL T ELT) (((-831) $) NIL T ELT)) (-3187 (((-1086 |#1|)) NIL T ELT)) (-1675 (($) NIL (|has| |#1| (-320)) ELT)) (-1630 (($) NIL (|has| |#1| (-320)) ELT)) (-3226 (((-1180 |#1|) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| |#1| (-320)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#1|) NIL T ELT)) (-2704 (($ $) NIL (|has| |#1| (-320)) ELT) (((-633 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL T ELT) (((-1180 $) (-831)) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3930 (($ $) NIL (|has| |#1| (-320)) ELT) (($ $ (-695)) NIL (|has| |#1| (-320)) ELT)) (-2671 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-303 |#1| |#2|) (-13 (-280 |#1|) (-10 -7 (-15 -1680 ((-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))))) (-15 -1679 ((-631 |#1|))) (-15 -1678 ((-695))))) (-299) (-831)) (T -303))
+((-1680 (*1 *2) (-12 (-5 *2 (-1180 (-584 (-2 (|:| -3404 *3) (|:| -2401 (-1034)))))) (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-831)))) (-1679 (*1 *2) (-12 (-5 *2 (-631 *3)) (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-831)))) (-1678 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-831)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 ((|#1| $) NIL T ELT) (($ $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) 130 (|has| |#1| (-320)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) 156 (|has| |#1| (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) 104 T ELT)) (-3158 ((|#1| $) 101 T ELT)) (-1796 (($ (-1180 |#1|)) 96 T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) 127 (|has| |#1| (-320)) ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) 93 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) 52 (|has| |#1| (-320)) ELT)) (-1681 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-1768 (($ $ (-695)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-831) $) NIL (|has| |#1| (-320)) ELT) (((-744 (-831)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) 131 (|has| |#1| (-320)) ELT)) (-2012 (((-85) $) 85 (|has| |#1| (-320)) ELT)) (-3134 ((|#1| $) 48 T ELT) (($ $ (-831)) 53 (|has| |#1| (-320)) ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-320)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 |#1|) $) 76 T ELT) (((-1086 $) $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-2011 (((-831) $) 108 (|has| |#1| (-320)) ELT)) (-1628 (((-1086 |#1|) $) NIL (|has| |#1| (-320)) ELT)) (-1627 (((-1086 |#1|) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-1086 |#1|) #1#) $ $) NIL (|has| |#1| (-320)) ELT)) (-1629 (($ $ (-1086 |#1|)) NIL (|has| |#1| (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| |#1| (-320)) CONST)) (-2401 (($ (-831)) 106 (|has| |#1| (-320)) ELT)) (-3933 (((-85) $) 158 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($) 45 (|has| |#1| (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) 125 (|has| |#1| (-320)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-744 (-831))) NIL T ELT) (((-831)) 155 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-695) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-695) #1#) $ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3950 (((-744 (-831)) $) NIL T ELT) (((-831) $) 68 T ELT)) (-3187 (((-1086 |#1|)) 99 T ELT)) (-1675 (($) 136 (|has| |#1| (-320)) ELT)) (-1630 (($) NIL (|has| |#1| (-320)) ELT)) (-3226 (((-1180 |#1|) $) 64 T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| |#1| (-320)) ELT)) (-3948 (((-773) $) 154 T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#1|) 98 T ELT)) (-2704 (($ $) NIL (|has| |#1| (-320)) ELT) (((-633 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3128 (((-695)) 160 T CONST)) (-1266 (((-85) $ $) 162 T ELT)) (-2013 (((-1180 $)) 120 T ELT) (((-1180 $) (-831)) 59 T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) 122 T CONST)) (-2668 (($) 40 T CONST)) (-3930 (($ $) 79 (|has| |#1| (-320)) ELT) (($ $ (-695)) NIL (|has| |#1| (-320)) ELT)) (-2671 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3058 (((-85) $ $) 118 T ELT)) (-3951 (($ $ $) 110 T ELT) (($ $ |#1|) 111 T ELT)) (-3839 (($ $) 91 T ELT) (($ $ $) 116 T ELT)) (-3841 (($ $ $) 114 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 54 T ELT) (($ $ (-485)) 139 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 89 T ELT) (($ $ $) 66 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 87 T ELT)))
+(((-304 |#1| |#2|) (-280 |#1|) (-299) (-1086 |#1|)) (T -304))
+NIL
+((-1696 (((-870 (-1086 |#1|)) (-1086 |#1|)) 49 T ELT)) (-2996 (((-1086 |#1|) (-831) (-831)) 159 T ELT) (((-1086 |#1|) (-831)) 155 T ELT)) (-1681 (((-85) (-1086 |#1|)) 110 T ELT)) (-1683 (((-831) (-831)) 85 T ELT)) (-1684 (((-831) (-831)) 94 T ELT)) (-1682 (((-831) (-831)) 83 T ELT)) (-2012 (((-85) (-1086 |#1|)) 114 T ELT)) (-1691 (((-3 (-1086 |#1|) #1="failed") (-1086 |#1|)) 139 T ELT)) (-1694 (((-3 (-1086 |#1|) #1#) (-1086 |#1|)) 144 T ELT)) (-1693 (((-3 (-1086 |#1|) #1#) (-1086 |#1|)) 143 T ELT)) (-1692 (((-3 (-1086 |#1|) #1#) (-1086 |#1|)) 142 T ELT)) (-1690 (((-3 (-1086 |#1|) #1#) (-1086 |#1|)) 134 T ELT)) (-1695 (((-1086 |#1|) (-1086 |#1|)) 71 T ELT)) (-1686 (((-1086 |#1|) (-831)) 149 T ELT)) (-1689 (((-1086 |#1|) (-831)) 152 T ELT)) (-1688 (((-1086 |#1|) (-831)) 151 T ELT)) (-1687 (((-1086 |#1|) (-831)) 150 T ELT)) (-1685 (((-1086 |#1|) (-831)) 147 T ELT)))
+(((-305 |#1|) (-10 -7 (-15 -1681 ((-85) (-1086 |#1|))) (-15 -2012 ((-85) (-1086 |#1|))) (-15 -1682 ((-831) (-831))) (-15 -1683 ((-831) (-831))) (-15 -1684 ((-831) (-831))) (-15 -1685 ((-1086 |#1|) (-831))) (-15 -1686 ((-1086 |#1|) (-831))) (-15 -1687 ((-1086 |#1|) (-831))) (-15 -1688 ((-1086 |#1|) (-831))) (-15 -1689 ((-1086 |#1|) (-831))) (-15 -1690 ((-3 (-1086 |#1|) #1="failed") (-1086 |#1|))) (-15 -1691 ((-3 (-1086 |#1|) #1#) (-1086 |#1|))) (-15 -1692 ((-3 (-1086 |#1|) #1#) (-1086 |#1|))) (-15 -1693 ((-3 (-1086 |#1|) #1#) (-1086 |#1|))) (-15 -1694 ((-3 (-1086 |#1|) #1#) (-1086 |#1|))) (-15 -2996 ((-1086 |#1|) (-831))) (-15 -2996 ((-1086 |#1|) (-831) (-831))) (-15 -1695 ((-1086 |#1|) (-1086 |#1|))) (-15 -1696 ((-870 (-1086 |#1|)) (-1086 |#1|)))) (-299)) (T -305))
+((-1696 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-870 (-1086 *4))) (-5 *1 (-305 *4)) (-5 *3 (-1086 *4)))) (-1695 (*1 *2 *2) (-12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-2996 (*1 *2 *3 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-2996 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1694 (*1 *2 *2) (|partial| -12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-1693 (*1 *2 *2) (|partial| -12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-1692 (*1 *2 *2) (|partial| -12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-1691 (*1 *2 *2) (|partial| -12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-1690 (*1 *2 *2) (|partial| -12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))) (-1689 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1688 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1687 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1686 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1685 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))) (-1684 (*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-305 *3)) (-4 *3 (-299)))) (-1683 (*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-305 *3)) (-4 *3 (-299)))) (-1682 (*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-305 *3)) (-4 *3 (-299)))) (-2012 (*1 *2 *3) (-12 (-5 *3 (-1086 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-305 *4)))) (-1681 (*1 *2 *3) (-12 (-5 *3 (-1086 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-305 *4)))))
+((-1697 ((|#1| (-1086 |#2|)) 60 T ELT)))
+(((-306 |#1| |#2|) (-10 -7 (-15 -1697 (|#1| (-1086 |#2|)))) (-13 (-345) (-10 -7 (-15 -3948 (|#1| |#2|)) (-15 -2011 ((-831) |#1|)) (-15 -2013 ((-1180 |#1|) (-831))) (-15 -3930 (|#1| |#1|)))) (-299)) (T -306))
+((-1697 (*1 *2 *3) (-12 (-5 *3 (-1086 *4)) (-4 *4 (-299)) (-4 *2 (-13 (-345) (-10 -7 (-15 -3948 (*2 *4)) (-15 -2011 ((-831) *2)) (-15 -2013 ((-1180 *2) (-831))) (-15 -3930 (*2 *2))))) (-5 *1 (-306 *2 *4)))))
+((-2706 (((-3 (-584 |#3|) "failed") (-584 |#3|) |#3|) 40 T ELT)))
+(((-307 |#1| |#2| |#3|) (-10 -7 (-15 -2706 ((-3 (-584 |#3|) "failed") (-584 |#3|) |#3|))) (-299) (-1156 |#1|) (-1156 |#2|)) (T -307))
+((-2706 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-584 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-1156 *4)) (-4 *4 (-299)) (-5 *1 (-307 *4 *5 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 ((|#1| $) NIL T ELT) (($ $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| |#1| (-320)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| |#1| (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-1796 (($ (-1180 |#1|)) NIL T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-320)) ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) NIL (|has| |#1| (-320)) ELT)) (-1681 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-1768 (($ $ (-695)) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-831) $) NIL (|has| |#1| (-320)) ELT) (((-744 (-831)) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) NIL (|has| |#1| (-320)) ELT)) (-2012 (((-85) $) NIL (|has| |#1| (-320)) ELT)) (-3134 ((|#1| $) NIL T ELT) (($ $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-320)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 |#1|) $) NIL T ELT) (((-1086 $) $ (-831)) NIL (|has| |#1| (-320)) ELT)) (-2011 (((-831) $) NIL (|has| |#1| (-320)) ELT)) (-1628 (((-1086 |#1|) $) NIL (|has| |#1| (-320)) ELT)) (-1627 (((-1086 |#1|) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-1086 |#1|) #1#) $ $) NIL (|has| |#1| (-320)) ELT)) (-1629 (($ $ (-1086 |#1|)) NIL (|has| |#1| (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| |#1| (-320)) CONST)) (-2401 (($ (-831)) NIL (|has| |#1| (-320)) ELT)) (-3933 (((-85) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($) NIL (|has| |#1| (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| |#1| (-320)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-744 (-831))) NIL T ELT) (((-831)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-695) $) NIL (|has| |#1| (-320)) ELT) (((-3 (-695) #1#) $ $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3950 (((-744 (-831)) $) NIL T ELT) (((-831) $) NIL T ELT)) (-3187 (((-1086 |#1|)) NIL T ELT)) (-1675 (($) NIL (|has| |#1| (-320)) ELT)) (-1630 (($) NIL (|has| |#1| (-320)) ELT)) (-3226 (((-1180 |#1|) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| |#1| (-320)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#1|) NIL T ELT)) (-2704 (($ $) NIL (|has| |#1| (-320)) ELT) (((-633 $) $) NIL (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL T ELT) (((-1180 $) (-831)) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3930 (($ $) NIL (|has| |#1| (-320)) ELT) (($ $ (-695)) NIL (|has| |#1| (-320)) ELT)) (-2671 (($ $ (-695)) NIL (|has| |#1| (-320)) ELT) (($ $) NIL (|has| |#1| (-320)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-308 |#1| |#2|) (-280 |#1|) (-299) (-831)) (T -308))
+NIL
+((-2250 (((-85) (-584 (-858 |#1|))) 41 T ELT)) (-2252 (((-584 (-858 |#1|)) (-584 (-858 |#1|))) 53 T ELT)) (-2251 (((-3 (-584 (-858 |#1|)) "failed") (-584 (-858 |#1|))) 48 T ELT)))
+(((-309 |#1| |#2|) (-10 -7 (-15 -2250 ((-85) (-584 (-858 |#1|)))) (-15 -2251 ((-3 (-584 (-858 |#1|)) "failed") (-584 (-858 |#1|)))) (-15 -2252 ((-584 (-858 |#1|)) (-584 (-858 |#1|))))) (-392) (-584 (-1091))) (T -309))
+((-2252 (*1 *2 *2) (-12 (-5 *2 (-584 (-858 *3))) (-4 *3 (-392)) (-5 *1 (-309 *3 *4)) (-14 *4 (-584 (-1091))))) (-2251 (*1 *2 *2) (|partial| -12 (-5 *2 (-584 (-858 *3))) (-4 *3 (-392)) (-5 *1 (-309 *3 *4)) (-14 *4 (-584 (-1091))))) (-2250 (*1 *2 *3) (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-392)) (-5 *2 (-85)) (-5 *1 (-309 *4 *5)) (-14 *5 (-584 (-1091))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695) $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1="failed") $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2411 (((-85) $) 17 T ELT)) (-2300 ((|#1| $ (-485)) NIL T ELT)) (-2301 (((-485) $ (-485)) NIL T ELT)) (-2291 (($ (-1 |#1| |#1|) $) 34 T ELT)) (-2292 (($ (-1 (-485) (-485)) $) 26 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 28 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1783 (((-584 (-2 (|:| |gen| |#1|) (|:| -3945 (-485)))) $) 30 T ELT)) (-3011 (($ $ $) NIL T ELT)) (-2437 (($ $ $) NIL T ELT)) (-3948 (((-773) $) 40 T ELT) (($ |#1|) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2668 (($) 7 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT) (($ |#1| (-485)) 19 T ELT)) (* (($ $ $) 53 T ELT) (($ |#1| $) 23 T ELT) (($ $ |#1|) 21 T ELT)))
+(((-310 |#1|) (-13 (-413) (-951 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-485))) (-15 -3138 ((-695) $)) (-15 -2301 ((-485) $ (-485))) (-15 -2300 (|#1| $ (-485))) (-15 -2292 ($ (-1 (-485) (-485)) $)) (-15 -2291 ($ (-1 |#1| |#1|) $)) (-15 -1783 ((-584 (-2 (|:| |gen| |#1|) (|:| -3945 (-485)))) $)))) (-1014)) (T -310))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-310 *2)) (-4 *2 (-1014)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-310 *2)) (-4 *2 (-1014)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-310 *2)) (-4 *2 (-1014)))) (-3138 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-310 *3)) (-4 *3 (-1014)))) (-2301 (*1 *2 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-310 *3)) (-4 *3 (-1014)))) (-2300 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *1 (-310 *2)) (-4 *2 (-1014)))) (-2292 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-485) (-485))) (-5 *1 (-310 *3)) (-4 *3 (-1014)))) (-2291 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1014)) (-5 *1 (-310 *3)))) (-1783 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| |gen| *3) (|:| -3945 (-485))))) (-5 *1 (-310 *3)) (-4 *3 (-1014)))))
+((-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 13 T ELT)) (-2064 (($ $) 14 T ELT)) (-3973 (((-348 $) $) 31 T ELT)) (-3725 (((-85) $) 27 T ELT)) (-2486 (($ $) 19 T ELT)) (-3146 (($ $ $) 22 T ELT) (($ (-584 $)) NIL T ELT)) (-3734 (((-348 $) $) 32 T ELT)) (-3468 (((-3 $ "failed") $ $) 21 T ELT)) (-1608 (((-695) $) 25 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 36 T ELT)) (-2063 (((-85) $ $) 16 T ELT)) (-3951 (($ $ $) 34 T ELT)))
+(((-311 |#1|) (-10 -7 (-15 -3951 (|#1| |#1| |#1|)) (-15 -2486 (|#1| |#1|)) (-15 -3725 ((-85) |#1|)) (-15 -3973 ((-348 |#1|) |#1|)) (-15 -3734 ((-348 |#1|) |#1|)) (-15 -2881 ((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|)) (-15 -1608 ((-695) |#1|)) (-15 -3146 (|#1| (-584 |#1|))) (-15 -3146 (|#1| |#1| |#1|)) (-15 -2063 ((-85) |#1| |#1|)) (-15 -2064 (|#1| |#1|)) (-15 -2065 ((-2 (|:| -1776 |#1|) (|:| -3984 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3468 ((-3 |#1| "failed") |#1| |#1|))) (-312)) (T -311))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 91 T ELT)) (-3973 (((-348 $) $) 90 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3726 (($) 23 T CONST)) (-2566 (($ $ $) 71 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-3725 (((-85) $) 89 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 68 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 88 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3734 (((-348 $) $) 92 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-485))) 84 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 83 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 87 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 86 T ELT) (($ (-350 (-485)) $) 85 T ELT)))
(((-312) (-113)) (T -312))
-((-3950 (*1 *1 *1 *1) (-4 *1 (-312))))
-(-13 (-258) (-1134) (-201) (-10 -8 (-15 -3950 ($ $ $)) (-6 -3994) (-6 -3988)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 $) . T) ((-654 (-350 (-484))) . T) ((-654 $) . T) ((-663) . T) ((-832) . T) ((-963 (-350 (-484))) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-1697 ((|#1| $ |#1|) 35 T ELT)) (-1701 (($ $ (-1073)) 23 T ELT)) (-3620 (((-3 |#1| "failed") $) 34 T ELT)) (-1698 ((|#1| $) 32 T ELT)) (-1702 (($ (-338)) 22 T ELT) (($ (-338) (-1073)) 21 T ELT)) (-3543 (((-338) $) 25 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1699 (((-1073) $) 26 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 20 T ELT)) (-1700 (($ $) 24 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 19 T ELT)))
-(((-313 |#1|) (-13 (-314 (-338) |#1|) (-10 -8 (-15 -3620 ((-3 |#1| "failed") $)))) (-1013)) (T -313))
-((-3620 (*1 *2 *1) (|partial| -12 (-5 *1 (-313 *2)) (-4 *2 (-1013)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-1697 ((|#2| $ |#2|) 17 T ELT)) (-1701 (($ $ (-1073)) 22 T ELT)) (-1698 ((|#2| $) 18 T ELT)) (-1702 (($ |#1|) 24 T ELT) (($ |#1| (-1073)) 23 T ELT)) (-3543 ((|#1| $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1699 (((-1073) $) 19 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1700 (($ $) 21 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-314 |#1| |#2|) (-113) (-1013) (-1013)) (T -314))
-((-1702 (*1 *1 *2) (-12 (-4 *1 (-314 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))) (-1702 (*1 *1 *2 *3) (-12 (-5 *3 (-1073)) (-4 *1 (-314 *2 *4)) (-4 *2 (-1013)) (-4 *4 (-1013)))) (-1701 (*1 *1 *1 *2) (-12 (-5 *2 (-1073)) (-4 *1 (-314 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))) (-1700 (*1 *1 *1) (-12 (-4 *1 (-314 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))) (-3543 (*1 *2 *1) (-12 (-4 *1 (-314 *2 *3)) (-4 *3 (-1013)) (-4 *2 (-1013)))) (-1699 (*1 *2 *1) (-12 (-4 *1 (-314 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-5 *2 (-1073)))) (-1698 (*1 *2 *1) (-12 (-4 *1 (-314 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1013)))) (-1697 (*1 *2 *1 *2) (-12 (-4 *1 (-314 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1013)))))
-(-13 (-1013) (-10 -8 (-15 -1702 ($ |t#1|)) (-15 -1702 ($ |t#1| (-1073))) (-15 -1701 ($ $ (-1073))) (-15 -1700 ($ $)) (-15 -3543 (|t#1| $)) (-15 -1699 ((-1073) $)) (-15 -1698 (|t#2| $)) (-15 -1697 (|t#2| $ |t#2|))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-3224 (((-1179 (-630 |#2|)) (-1179 $)) 67 T ELT)) (-1791 (((-630 |#2|) (-1179 $)) 139 T ELT)) (-1727 ((|#2| $) 36 T ELT)) (-1789 (((-630 |#2|) $ (-1179 $)) 142 T ELT)) (-2404 (((-3 $ #1="failed") $) 89 T ELT)) (-1725 ((|#2| $) 39 T ELT)) (-1705 (((-1085 |#2|) $) 98 T ELT)) (-1793 ((|#2| (-1179 $)) 122 T ELT)) (-1723 (((-1085 |#2|) $) 32 T ELT)) (-1717 (((-85)) 116 T ELT)) (-1795 (($ (-1179 |#2|) (-1179 $)) 132 T ELT)) (-3468 (((-3 $ #1#) $) 93 T ELT)) (-1710 (((-85)) 111 T ELT)) (-1708 (((-85)) 106 T ELT)) (-1712 (((-85)) 58 T ELT)) (-1792 (((-630 |#2|) (-1179 $)) 137 T ELT)) (-1728 ((|#2| $) 35 T ELT)) (-1790 (((-630 |#2|) $ (-1179 $)) 141 T ELT)) (-2405 (((-3 $ #1#) $) 87 T ELT)) (-1726 ((|#2| $) 38 T ELT)) (-1706 (((-1085 |#2|) $) 97 T ELT)) (-1794 ((|#2| (-1179 $)) 120 T ELT)) (-1724 (((-1085 |#2|) $) 30 T ELT)) (-1718 (((-85)) 115 T ELT)) (-1709 (((-85)) 108 T ELT)) (-1711 (((-85)) 56 T ELT)) (-1713 (((-85)) 103 T ELT)) (-1716 (((-85)) 117 T ELT)) (-3225 (((-1179 |#2|) $ (-1179 $)) NIL T ELT) (((-630 |#2|) (-1179 $) (-1179 $)) 128 T ELT)) (-1722 (((-85)) 113 T ELT)) (-1707 (((-583 (-1179 |#2|))) 102 T ELT)) (-1720 (((-85)) 114 T ELT)) (-1721 (((-85)) 112 T ELT)) (-1719 (((-85)) 51 T ELT)) (-1715 (((-85)) 118 T ELT)))
-(((-315 |#1| |#2|) (-10 -7 (-15 -1705 ((-1085 |#2|) |#1|)) (-15 -1706 ((-1085 |#2|) |#1|)) (-15 -1707 ((-583 (-1179 |#2|)))) (-15 -2404 ((-3 |#1| #1="failed") |#1|)) (-15 -2405 ((-3 |#1| #1#) |#1|)) (-15 -3468 ((-3 |#1| #1#) |#1|)) (-15 -1708 ((-85))) (-15 -1709 ((-85))) (-15 -1710 ((-85))) (-15 -1711 ((-85))) (-15 -1712 ((-85))) (-15 -1713 ((-85))) (-15 -1715 ((-85))) (-15 -1716 ((-85))) (-15 -1717 ((-85))) (-15 -1718 ((-85))) (-15 -1719 ((-85))) (-15 -1720 ((-85))) (-15 -1721 ((-85))) (-15 -1722 ((-85))) (-15 -1723 ((-1085 |#2|) |#1|)) (-15 -1724 ((-1085 |#2|) |#1|)) (-15 -1791 ((-630 |#2|) (-1179 |#1|))) (-15 -1792 ((-630 |#2|) (-1179 |#1|))) (-15 -1793 (|#2| (-1179 |#1|))) (-15 -1794 (|#2| (-1179 |#1|))) (-15 -1795 (|#1| (-1179 |#2|) (-1179 |#1|))) (-15 -3225 ((-630 |#2|) (-1179 |#1|) (-1179 |#1|))) (-15 -3225 ((-1179 |#2|) |#1| (-1179 |#1|))) (-15 -1725 (|#2| |#1|)) (-15 -1726 (|#2| |#1|)) (-15 -1727 (|#2| |#1|)) (-15 -1728 (|#2| |#1|)) (-15 -1789 ((-630 |#2|) |#1| (-1179 |#1|))) (-15 -1790 ((-630 |#2|) |#1| (-1179 |#1|))) (-15 -3224 ((-1179 (-630 |#2|)) (-1179 |#1|)))) (-316 |#2|) (-146)) (T -315))
-((-1722 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1721 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1720 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1719 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1718 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1717 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1716 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1715 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1713 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1712 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1711 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1710 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1709 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1708 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1707 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-583 (-1179 *4))) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1775 (((-3 $ "failed")) 48 (|has| |#1| (-495)) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3224 (((-1179 (-630 |#1|)) (-1179 $)) 89 T ELT)) (-1729 (((-1179 $)) 92 T ELT)) (-3725 (($) 23 T CONST)) (-1909 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) "failed")) 51 (|has| |#1| (-495)) ELT)) (-1703 (((-3 $ "failed")) 49 (|has| |#1| (-495)) ELT)) (-1791 (((-630 |#1|) (-1179 $)) 76 T ELT)) (-1727 ((|#1| $) 85 T ELT)) (-1789 (((-630 |#1|) $ (-1179 $)) 87 T ELT)) (-2404 (((-3 $ "failed") $) 56 (|has| |#1| (-495)) ELT)) (-2407 (($ $ (-830)) 37 T ELT)) (-1725 ((|#1| $) 83 T ELT)) (-1705 (((-1085 |#1|) $) 53 (|has| |#1| (-495)) ELT)) (-1793 ((|#1| (-1179 $)) 78 T ELT)) (-1723 (((-1085 |#1|) $) 74 T ELT)) (-1717 (((-85)) 68 T ELT)) (-1795 (($ (-1179 |#1|) (-1179 $)) 80 T ELT)) (-3468 (((-3 $ "failed") $) 58 (|has| |#1| (-495)) ELT)) (-3109 (((-830)) 91 T ELT)) (-1714 (((-85)) 65 T ELT)) (-2434 (($ $ (-830)) 44 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-1710 (((-85)) 61 T ELT)) (-1708 (((-85)) 59 T ELT)) (-1712 (((-85)) 63 T ELT)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) "failed")) 52 (|has| |#1| (-495)) ELT)) (-1704 (((-3 $ "failed")) 50 (|has| |#1| (-495)) ELT)) (-1792 (((-630 |#1|) (-1179 $)) 77 T ELT)) (-1728 ((|#1| $) 86 T ELT)) (-1790 (((-630 |#1|) $ (-1179 $)) 88 T ELT)) (-2405 (((-3 $ "failed") $) 57 (|has| |#1| (-495)) ELT)) (-2406 (($ $ (-830)) 38 T ELT)) (-1726 ((|#1| $) 84 T ELT)) (-1706 (((-1085 |#1|) $) 54 (|has| |#1| (-495)) ELT)) (-1794 ((|#1| (-1179 $)) 79 T ELT)) (-1724 (((-1085 |#1|) $) 75 T ELT)) (-1718 (((-85)) 69 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1709 (((-85)) 60 T ELT)) (-1711 (((-85)) 62 T ELT)) (-1713 (((-85)) 64 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1716 (((-85)) 67 T ELT)) (-3225 (((-1179 |#1|) $ (-1179 $)) 82 T ELT) (((-630 |#1|) (-1179 $) (-1179 $)) 81 T ELT)) (-1895 (((-583 (-857 |#1|)) (-1179 $)) 90 T ELT)) (-2436 (($ $ $) 34 T ELT)) (-1722 (((-85)) 73 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-1707 (((-583 (-1179 |#1|))) 55 (|has| |#1| (-495)) ELT)) (-2437 (($ $ $ $) 35 T ELT)) (-1720 (((-85)) 71 T ELT)) (-2435 (($ $ $) 33 T ELT)) (-1721 (((-85)) 72 T ELT)) (-1719 (((-85)) 70 T ELT)) (-1715 (((-85)) 66 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 39 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 36 T ELT) (($ $ |#1|) 46 T ELT) (($ |#1| $) 45 T ELT)))
+((-3951 (*1 *1 *1 *1) (-4 *1 (-312))))
+(-13 (-258) (-1135) (-201) (-10 -8 (-15 -3951 ($ $ $)) (-6 -3995) (-6 -3989)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 $) . T) ((-655 (-350 (-485))) . T) ((-655 $) . T) ((-664) . T) ((-833) . T) ((-964 (-350 (-485))) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-1698 ((|#1| $ |#1|) 35 T ELT)) (-1702 (($ $ (-1074)) 23 T ELT)) (-3621 (((-3 |#1| "failed") $) 34 T ELT)) (-1699 ((|#1| $) 32 T ELT)) (-1703 (($ (-338)) 22 T ELT) (($ (-338) (-1074)) 21 T ELT)) (-3544 (((-338) $) 25 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1700 (((-1074) $) 26 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 20 T ELT)) (-1701 (($ $) 24 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 19 T ELT)))
+(((-313 |#1|) (-13 (-314 (-338) |#1|) (-10 -8 (-15 -3621 ((-3 |#1| "failed") $)))) (-1014)) (T -313))
+((-3621 (*1 *2 *1) (|partial| -12 (-5 *1 (-313 *2)) (-4 *2 (-1014)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-1698 ((|#2| $ |#2|) 17 T ELT)) (-1702 (($ $ (-1074)) 22 T ELT)) (-1699 ((|#2| $) 18 T ELT)) (-1703 (($ |#1|) 24 T ELT) (($ |#1| (-1074)) 23 T ELT)) (-3544 ((|#1| $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1700 (((-1074) $) 19 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1701 (($ $) 21 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-314 |#1| |#2|) (-113) (-1014) (-1014)) (T -314))
+((-1703 (*1 *1 *2) (-12 (-4 *1 (-314 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))) (-1703 (*1 *1 *2 *3) (-12 (-5 *3 (-1074)) (-4 *1 (-314 *2 *4)) (-4 *2 (-1014)) (-4 *4 (-1014)))) (-1702 (*1 *1 *1 *2) (-12 (-5 *2 (-1074)) (-4 *1 (-314 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))) (-1701 (*1 *1 *1) (-12 (-4 *1 (-314 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))) (-3544 (*1 *2 *1) (-12 (-4 *1 (-314 *2 *3)) (-4 *3 (-1014)) (-4 *2 (-1014)))) (-1700 (*1 *2 *1) (-12 (-4 *1 (-314 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-5 *2 (-1074)))) (-1699 (*1 *2 *1) (-12 (-4 *1 (-314 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1014)))) (-1698 (*1 *2 *1 *2) (-12 (-4 *1 (-314 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1014)))))
+(-13 (-1014) (-10 -8 (-15 -1703 ($ |t#1|)) (-15 -1703 ($ |t#1| (-1074))) (-15 -1702 ($ $ (-1074))) (-15 -1701 ($ $)) (-15 -3544 (|t#1| $)) (-15 -1700 ((-1074) $)) (-15 -1699 (|t#2| $)) (-15 -1698 (|t#2| $ |t#2|))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-3225 (((-1180 (-631 |#2|)) (-1180 $)) 67 T ELT)) (-1792 (((-631 |#2|) (-1180 $)) 139 T ELT)) (-1728 ((|#2| $) 36 T ELT)) (-1790 (((-631 |#2|) $ (-1180 $)) 142 T ELT)) (-2405 (((-3 $ #1="failed") $) 89 T ELT)) (-1726 ((|#2| $) 39 T ELT)) (-1706 (((-1086 |#2|) $) 98 T ELT)) (-1794 ((|#2| (-1180 $)) 122 T ELT)) (-1724 (((-1086 |#2|) $) 32 T ELT)) (-1718 (((-85)) 116 T ELT)) (-1796 (($ (-1180 |#2|) (-1180 $)) 132 T ELT)) (-3469 (((-3 $ #1#) $) 93 T ELT)) (-1711 (((-85)) 111 T ELT)) (-1709 (((-85)) 106 T ELT)) (-1713 (((-85)) 58 T ELT)) (-1793 (((-631 |#2|) (-1180 $)) 137 T ELT)) (-1729 ((|#2| $) 35 T ELT)) (-1791 (((-631 |#2|) $ (-1180 $)) 141 T ELT)) (-2406 (((-3 $ #1#) $) 87 T ELT)) (-1727 ((|#2| $) 38 T ELT)) (-1707 (((-1086 |#2|) $) 97 T ELT)) (-1795 ((|#2| (-1180 $)) 120 T ELT)) (-1725 (((-1086 |#2|) $) 30 T ELT)) (-1719 (((-85)) 115 T ELT)) (-1710 (((-85)) 108 T ELT)) (-1712 (((-85)) 56 T ELT)) (-1714 (((-85)) 103 T ELT)) (-1717 (((-85)) 117 T ELT)) (-3226 (((-1180 |#2|) $ (-1180 $)) NIL T ELT) (((-631 |#2|) (-1180 $) (-1180 $)) 128 T ELT)) (-1723 (((-85)) 113 T ELT)) (-1708 (((-584 (-1180 |#2|))) 102 T ELT)) (-1721 (((-85)) 114 T ELT)) (-1722 (((-85)) 112 T ELT)) (-1720 (((-85)) 51 T ELT)) (-1716 (((-85)) 118 T ELT)))
+(((-315 |#1| |#2|) (-10 -7 (-15 -1706 ((-1086 |#2|) |#1|)) (-15 -1707 ((-1086 |#2|) |#1|)) (-15 -1708 ((-584 (-1180 |#2|)))) (-15 -2405 ((-3 |#1| #1="failed") |#1|)) (-15 -2406 ((-3 |#1| #1#) |#1|)) (-15 -3469 ((-3 |#1| #1#) |#1|)) (-15 -1709 ((-85))) (-15 -1710 ((-85))) (-15 -1711 ((-85))) (-15 -1712 ((-85))) (-15 -1713 ((-85))) (-15 -1714 ((-85))) (-15 -1716 ((-85))) (-15 -1717 ((-85))) (-15 -1718 ((-85))) (-15 -1719 ((-85))) (-15 -1720 ((-85))) (-15 -1721 ((-85))) (-15 -1722 ((-85))) (-15 -1723 ((-85))) (-15 -1724 ((-1086 |#2|) |#1|)) (-15 -1725 ((-1086 |#2|) |#1|)) (-15 -1792 ((-631 |#2|) (-1180 |#1|))) (-15 -1793 ((-631 |#2|) (-1180 |#1|))) (-15 -1794 (|#2| (-1180 |#1|))) (-15 -1795 (|#2| (-1180 |#1|))) (-15 -1796 (|#1| (-1180 |#2|) (-1180 |#1|))) (-15 -3226 ((-631 |#2|) (-1180 |#1|) (-1180 |#1|))) (-15 -3226 ((-1180 |#2|) |#1| (-1180 |#1|))) (-15 -1726 (|#2| |#1|)) (-15 -1727 (|#2| |#1|)) (-15 -1728 (|#2| |#1|)) (-15 -1729 (|#2| |#1|)) (-15 -1790 ((-631 |#2|) |#1| (-1180 |#1|))) (-15 -1791 ((-631 |#2|) |#1| (-1180 |#1|))) (-15 -3225 ((-1180 (-631 |#2|)) (-1180 |#1|)))) (-316 |#2|) (-146)) (T -315))
+((-1723 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1722 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1721 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1720 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1719 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1718 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1717 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1716 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1714 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1713 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1712 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1711 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1710 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1709 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))) (-1708 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-584 (-1180 *4))) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1776 (((-3 $ "failed")) 48 (|has| |#1| (-496)) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3225 (((-1180 (-631 |#1|)) (-1180 $)) 89 T ELT)) (-1730 (((-1180 $)) 92 T ELT)) (-3726 (($) 23 T CONST)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) "failed")) 51 (|has| |#1| (-496)) ELT)) (-1704 (((-3 $ "failed")) 49 (|has| |#1| (-496)) ELT)) (-1792 (((-631 |#1|) (-1180 $)) 76 T ELT)) (-1728 ((|#1| $) 85 T ELT)) (-1790 (((-631 |#1|) $ (-1180 $)) 87 T ELT)) (-2405 (((-3 $ "failed") $) 56 (|has| |#1| (-496)) ELT)) (-2408 (($ $ (-831)) 37 T ELT)) (-1726 ((|#1| $) 83 T ELT)) (-1706 (((-1086 |#1|) $) 53 (|has| |#1| (-496)) ELT)) (-1794 ((|#1| (-1180 $)) 78 T ELT)) (-1724 (((-1086 |#1|) $) 74 T ELT)) (-1718 (((-85)) 68 T ELT)) (-1796 (($ (-1180 |#1|) (-1180 $)) 80 T ELT)) (-3469 (((-3 $ "failed") $) 58 (|has| |#1| (-496)) ELT)) (-3110 (((-831)) 91 T ELT)) (-1715 (((-85)) 65 T ELT)) (-2435 (($ $ (-831)) 44 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-1711 (((-85)) 61 T ELT)) (-1709 (((-85)) 59 T ELT)) (-1713 (((-85)) 63 T ELT)) (-1911 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) "failed")) 52 (|has| |#1| (-496)) ELT)) (-1705 (((-3 $ "failed")) 50 (|has| |#1| (-496)) ELT)) (-1793 (((-631 |#1|) (-1180 $)) 77 T ELT)) (-1729 ((|#1| $) 86 T ELT)) (-1791 (((-631 |#1|) $ (-1180 $)) 88 T ELT)) (-2406 (((-3 $ "failed") $) 57 (|has| |#1| (-496)) ELT)) (-2407 (($ $ (-831)) 38 T ELT)) (-1727 ((|#1| $) 84 T ELT)) (-1707 (((-1086 |#1|) $) 54 (|has| |#1| (-496)) ELT)) (-1795 ((|#1| (-1180 $)) 79 T ELT)) (-1725 (((-1086 |#1|) $) 75 T ELT)) (-1719 (((-85)) 69 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1710 (((-85)) 60 T ELT)) (-1712 (((-85)) 62 T ELT)) (-1714 (((-85)) 64 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1717 (((-85)) 67 T ELT)) (-3226 (((-1180 |#1|) $ (-1180 $)) 82 T ELT) (((-631 |#1|) (-1180 $) (-1180 $)) 81 T ELT)) (-1896 (((-584 (-858 |#1|)) (-1180 $)) 90 T ELT)) (-2437 (($ $ $) 34 T ELT)) (-1723 (((-85)) 73 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-1708 (((-584 (-1180 |#1|))) 55 (|has| |#1| (-496)) ELT)) (-2438 (($ $ $ $) 35 T ELT)) (-1721 (((-85)) 71 T ELT)) (-2436 (($ $ $) 33 T ELT)) (-1722 (((-85)) 72 T ELT)) (-1720 (((-85)) 70 T ELT)) (-1716 (((-85)) 66 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 39 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 36 T ELT) (($ $ |#1|) 46 T ELT) (($ |#1| $) 45 T ELT)))
(((-316 |#1|) (-113) (-146)) (T -316))
-((-1729 (*1 *2) (-12 (-4 *3 (-146)) (-5 *2 (-1179 *1)) (-4 *1 (-316 *3)))) (-3109 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-830)))) (-1895 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-583 (-857 *4))))) (-3224 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-1179 (-630 *4))))) (-1790 (*1 *2 *1 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4)))) (-1789 (*1 *2 *1 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4)))) (-1728 (*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-1727 (*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-1726 (*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-1725 (*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-3225 (*1 *2 *1 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-1179 *4)))) (-3225 (*1 *2 *3 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4)))) (-1795 (*1 *1 *2 *3) (-12 (-5 *2 (-1179 *4)) (-5 *3 (-1179 *1)) (-4 *4 (-146)) (-4 *1 (-316 *4)))) (-1794 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-1793 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-1792 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4)))) (-1791 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4)))) (-1724 (*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-1085 *3)))) (-1723 (*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-1085 *3)))) (-1722 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1721 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1720 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1719 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1718 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1717 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1716 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1715 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1714 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1713 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1712 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1711 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1710 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1709 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1708 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-3468 (*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-495)))) (-2405 (*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-495)))) (-2404 (*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-495)))) (-1707 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-495)) (-5 *2 (-583 (-1179 *3))))) (-1706 (*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-495)) (-5 *2 (-1085 *3)))) (-1705 (*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-495)) (-5 *2 (-1085 *3)))) (-1910 (*1 *2) (|partial| -12 (-4 *3 (-495)) (-4 *3 (-146)) (-5 *2 (-2 (|:| |particular| *1) (|:| -2012 (-583 *1)))) (-4 *1 (-316 *3)))) (-1909 (*1 *2) (|partial| -12 (-4 *3 (-495)) (-4 *3 (-146)) (-5 *2 (-2 (|:| |particular| *1) (|:| -2012 (-583 *1)))) (-4 *1 (-316 *3)))) (-1704 (*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-495)) (-4 *2 (-146)))) (-1703 (*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-495)) (-4 *2 (-146)))) (-1775 (*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-495)) (-4 *2 (-146)))))
-(-13 (-683 |t#1|) (-10 -8 (-15 -1729 ((-1179 $))) (-15 -3109 ((-830))) (-15 -1895 ((-583 (-857 |t#1|)) (-1179 $))) (-15 -3224 ((-1179 (-630 |t#1|)) (-1179 $))) (-15 -1790 ((-630 |t#1|) $ (-1179 $))) (-15 -1789 ((-630 |t#1|) $ (-1179 $))) (-15 -1728 (|t#1| $)) (-15 -1727 (|t#1| $)) (-15 -1726 (|t#1| $)) (-15 -1725 (|t#1| $)) (-15 -3225 ((-1179 |t#1|) $ (-1179 $))) (-15 -3225 ((-630 |t#1|) (-1179 $) (-1179 $))) (-15 -1795 ($ (-1179 |t#1|) (-1179 $))) (-15 -1794 (|t#1| (-1179 $))) (-15 -1793 (|t#1| (-1179 $))) (-15 -1792 ((-630 |t#1|) (-1179 $))) (-15 -1791 ((-630 |t#1|) (-1179 $))) (-15 -1724 ((-1085 |t#1|) $)) (-15 -1723 ((-1085 |t#1|) $)) (-15 -1722 ((-85))) (-15 -1721 ((-85))) (-15 -1720 ((-85))) (-15 -1719 ((-85))) (-15 -1718 ((-85))) (-15 -1717 ((-85))) (-15 -1716 ((-85))) (-15 -1715 ((-85))) (-15 -1714 ((-85))) (-15 -1713 ((-85))) (-15 -1712 ((-85))) (-15 -1711 ((-85))) (-15 -1710 ((-85))) (-15 -1709 ((-85))) (-15 -1708 ((-85))) (IF (|has| |t#1| (-495)) (PROGN (-15 -3468 ((-3 $ "failed") $)) (-15 -2405 ((-3 $ "failed") $)) (-15 -2404 ((-3 $ "failed") $)) (-15 -1707 ((-583 (-1179 |t#1|)))) (-15 -1706 ((-1085 |t#1|) $)) (-15 -1705 ((-1085 |t#1|) $)) (-15 -1910 ((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) "failed"))) (-15 -1909 ((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) "failed"))) (-15 -1704 ((-3 $ "failed"))) (-15 -1703 ((-3 $ "failed"))) (-15 -1775 ((-3 $ "failed"))) (-6 -3993)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-582 |#1|) . T) ((-654 |#1|) . T) ((-657) . T) ((-683 |#1|) . T) ((-685) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-3843 ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 35 T ELT)) (-3246 (((-85) |#2| $) 32 T ELT)) (-1731 (((-85) (-1 (-85) |#2|) $) 24 T ELT)) (-3404 (((-85) $) 13 T ELT)) (-1730 (((-694) (-1 (-85) |#2|) $) 27 T ELT) (((-694) |#2| $) 30 T ELT)) (-3947 (((-772) $) 43 T ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 21 T ELT)) (-3057 (((-85) $ $) 37 T ELT)) (-3958 (((-694) $) 17 T ELT)))
-(((-317 |#1| |#2|) (-10 -7 (-15 -3057 ((-85) |#1| |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -3843 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3246 ((-85) |#2| |#1|)) (-15 -1730 ((-694) |#2| |#1|)) (-15 -3843 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3843 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -1730 ((-694) (-1 (-85) |#2|) |#1|)) (-15 -1731 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -1732 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -3958 ((-694) |#1|)) (-15 -3404 ((-85) |#1|))) (-318 |#2|) (-1129)) (T -317))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3725 (($) 6 T CONST)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) 37 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 36 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 33 (|has| |#1| (-72)) ELT)) (-2609 (((-583 |#1|) $) 38 T ELT)) (-3246 (((-85) |#1| $) 34 (|has| |#1| (-72)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 40 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) 39 T ELT) (((-694) |#1| $) 35 (|has| |#1| (-72)) ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 41 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 42 T ELT)))
-(((-318 |#1|) (-113) (-1129)) (T -318))
-((-3958 (*1 *2 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1129)) (-5 *2 (-694)))) (-1732 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1129)) (-5 *2 (-85)))) (-1731 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1129)) (-5 *2 (-85)))) (-1730 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1129)) (-5 *2 (-694)))) (-2609 (*1 *2 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1129)) (-5 *2 (-583 *3)))) (-3843 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *1 (-318 *2)) (-4 *2 (-1129)))) (-3843 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *1 (-318 *2)) (-4 *2 (-1129)))) (-1730 (*1 *2 *3 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1129)) (-4 *3 (-72)) (-5 *2 (-694)))) (-3246 (*1 *2 *3 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1129)) (-4 *3 (-72)) (-5 *2 (-85)))) (-3843 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-72)) (-4 *1 (-318 *2)) (-4 *2 (-1129)))))
-(-13 (-429 |t#1|) (-10 -8 (-15 -3958 ((-694) $)) (-15 -1732 ((-85) (-1 (-85) |t#1|) $)) (-15 -1731 ((-85) (-1 (-85) |t#1|) $)) (-15 -1730 ((-694) (-1 (-85) |t#1|) $)) (-15 -2609 ((-583 |t#1|) $)) (-15 -3843 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -3843 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (IF (|has| |t#1| (-72)) (PROGN (-15 -1730 ((-694) |t#1| $)) (-15 -3246 ((-85) |t#1| $)) (-15 -3843 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|))) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1129) . T))
-((-2995 (($) 15 T ELT)))
-(((-319 |#1|) (-10 -7 (-15 -2995 (|#1|))) (-320)) (T -319))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3137 (((-694)) 20 T ELT)) (-2995 (($) 17 T ELT)) (-2010 (((-830) $) 18 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2400 (($ (-830)) 19 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
+((-1730 (*1 *2) (-12 (-4 *3 (-146)) (-5 *2 (-1180 *1)) (-4 *1 (-316 *3)))) (-3110 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-831)))) (-1896 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-584 (-858 *4))))) (-3225 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-1180 (-631 *4))))) (-1791 (*1 *2 *1 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4)))) (-1790 (*1 *2 *1 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4)))) (-1729 (*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-1728 (*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-1727 (*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-1726 (*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-3226 (*1 *2 *1 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-1180 *4)))) (-3226 (*1 *2 *3 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4)))) (-1796 (*1 *1 *2 *3) (-12 (-5 *2 (-1180 *4)) (-5 *3 (-1180 *1)) (-4 *4 (-146)) (-4 *1 (-316 *4)))) (-1795 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-1794 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *2)) (-4 *2 (-146)))) (-1793 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4)))) (-1792 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4)))) (-1725 (*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-1086 *3)))) (-1724 (*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-1086 *3)))) (-1723 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1722 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1721 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1720 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1719 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1718 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1717 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1716 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1715 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1714 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1713 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1712 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1711 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1710 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-1709 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))) (-3469 (*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-496)))) (-2406 (*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-496)))) (-2405 (*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-496)))) (-1708 (*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-496)) (-5 *2 (-584 (-1180 *3))))) (-1707 (*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-496)) (-5 *2 (-1086 *3)))) (-1706 (*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-496)) (-5 *2 (-1086 *3)))) (-1911 (*1 *2) (|partial| -12 (-4 *3 (-496)) (-4 *3 (-146)) (-5 *2 (-2 (|:| |particular| *1) (|:| -2013 (-584 *1)))) (-4 *1 (-316 *3)))) (-1910 (*1 *2) (|partial| -12 (-4 *3 (-496)) (-4 *3 (-146)) (-5 *2 (-2 (|:| |particular| *1) (|:| -2013 (-584 *1)))) (-4 *1 (-316 *3)))) (-1705 (*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-496)) (-4 *2 (-146)))) (-1704 (*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-496)) (-4 *2 (-146)))) (-1776 (*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-496)) (-4 *2 (-146)))))
+(-13 (-684 |t#1|) (-10 -8 (-15 -1730 ((-1180 $))) (-15 -3110 ((-831))) (-15 -1896 ((-584 (-858 |t#1|)) (-1180 $))) (-15 -3225 ((-1180 (-631 |t#1|)) (-1180 $))) (-15 -1791 ((-631 |t#1|) $ (-1180 $))) (-15 -1790 ((-631 |t#1|) $ (-1180 $))) (-15 -1729 (|t#1| $)) (-15 -1728 (|t#1| $)) (-15 -1727 (|t#1| $)) (-15 -1726 (|t#1| $)) (-15 -3226 ((-1180 |t#1|) $ (-1180 $))) (-15 -3226 ((-631 |t#1|) (-1180 $) (-1180 $))) (-15 -1796 ($ (-1180 |t#1|) (-1180 $))) (-15 -1795 (|t#1| (-1180 $))) (-15 -1794 (|t#1| (-1180 $))) (-15 -1793 ((-631 |t#1|) (-1180 $))) (-15 -1792 ((-631 |t#1|) (-1180 $))) (-15 -1725 ((-1086 |t#1|) $)) (-15 -1724 ((-1086 |t#1|) $)) (-15 -1723 ((-85))) (-15 -1722 ((-85))) (-15 -1721 ((-85))) (-15 -1720 ((-85))) (-15 -1719 ((-85))) (-15 -1718 ((-85))) (-15 -1717 ((-85))) (-15 -1716 ((-85))) (-15 -1715 ((-85))) (-15 -1714 ((-85))) (-15 -1713 ((-85))) (-15 -1712 ((-85))) (-15 -1711 ((-85))) (-15 -1710 ((-85))) (-15 -1709 ((-85))) (IF (|has| |t#1| (-496)) (PROGN (-15 -3469 ((-3 $ "failed") $)) (-15 -2406 ((-3 $ "failed") $)) (-15 -2405 ((-3 $ "failed") $)) (-15 -1708 ((-584 (-1180 |t#1|)))) (-15 -1707 ((-1086 |t#1|) $)) (-15 -1706 ((-1086 |t#1|) $)) (-15 -1911 ((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) "failed"))) (-15 -1910 ((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) "failed"))) (-15 -1705 ((-3 $ "failed"))) (-15 -1704 ((-3 $ "failed"))) (-15 -1776 ((-3 $ "failed"))) (-6 -3994)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-583 |#1|) . T) ((-655 |#1|) . T) ((-658) . T) ((-684 |#1|) . T) ((-686) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-3844 ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 35 T ELT)) (-3247 (((-85) |#2| $) 32 T ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 24 T ELT)) (-3405 (((-85) $) 13 T ELT)) (-1731 (((-695) (-1 (-85) |#2|) $) 27 T ELT) (((-695) |#2| $) 30 T ELT)) (-3948 (((-773) $) 43 T ELT)) (-1733 (((-85) (-1 (-85) |#2|) $) 21 T ELT)) (-3058 (((-85) $ $) 37 T ELT)) (-3959 (((-695) $) 17 T ELT)))
+(((-317 |#1| |#2|) (-10 -7 (-15 -3058 ((-85) |#1| |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -3844 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3247 ((-85) |#2| |#1|)) (-15 -1731 ((-695) |#2| |#1|)) (-15 -3844 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3844 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -1731 ((-695) (-1 (-85) |#2|) |#1|)) (-15 -1732 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -1733 ((-85) (-1 (-85) |#2|) |#1|)) (-15 -3959 ((-695) |#1|)) (-15 -3405 ((-85) |#1|))) (-318 |#2|) (-1130)) (T -317))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3726 (($) 6 T CONST)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) 37 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 36 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 33 (|has| |#1| (-72)) ELT)) (-2610 (((-584 |#1|) $) 38 T ELT)) (-3247 (((-85) |#1| $) 34 (|has| |#1| (-72)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 40 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) 39 T ELT) (((-695) |#1| $) 35 (|has| |#1| (-72)) ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 41 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 42 T ELT)))
+(((-318 |#1|) (-113) (-1130)) (T -318))
+((-3959 (*1 *2 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1130)) (-5 *2 (-695)))) (-1733 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1130)) (-5 *2 (-85)))) (-1732 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1130)) (-5 *2 (-85)))) (-1731 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1130)) (-5 *2 (-695)))) (-2610 (*1 *2 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1130)) (-5 *2 (-584 *3)))) (-3844 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *1 (-318 *2)) (-4 *2 (-1130)))) (-3844 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *1 (-318 *2)) (-4 *2 (-1130)))) (-1731 (*1 *2 *3 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1130)) (-4 *3 (-72)) (-5 *2 (-695)))) (-3247 (*1 *2 *3 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1130)) (-4 *3 (-72)) (-5 *2 (-85)))) (-3844 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-72)) (-4 *1 (-318 *2)) (-4 *2 (-1130)))))
+(-13 (-429 |t#1|) (-10 -8 (-15 -3959 ((-695) $)) (-15 -1733 ((-85) (-1 (-85) |t#1|) $)) (-15 -1732 ((-85) (-1 (-85) |t#1|) $)) (-15 -1731 ((-695) (-1 (-85) |t#1|) $)) (-15 -2610 ((-584 |t#1|) $)) (-15 -3844 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -3844 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (IF (|has| |t#1| (-72)) (PROGN (-15 -1731 ((-695) |t#1| $)) (-15 -3247 ((-85) |t#1| $)) (-15 -3844 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|))) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1130) . T))
+((-2996 (($) 15 T ELT)))
+(((-319 |#1|) (-10 -7 (-15 -2996 (|#1|))) (-320)) (T -319))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3138 (((-695)) 20 T ELT)) (-2996 (($) 17 T ELT)) (-2011 (((-831) $) 18 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2401 (($ (-831)) 19 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
(((-320) (-113)) (T -320))
-((-3137 (*1 *2) (-12 (-4 *1 (-320)) (-5 *2 (-694)))) (-2400 (*1 *1 *2) (-12 (-5 *2 (-830)) (-4 *1 (-320)))) (-2010 (*1 *2 *1) (-12 (-4 *1 (-320)) (-5 *2 (-830)))) (-2995 (*1 *1) (-4 *1 (-320))))
-(-13 (-1013) (-10 -8 (-15 -3137 ((-694))) (-15 -2400 ($ (-830))) (-15 -2010 ((-830) $)) (-15 -2995 ($))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-1785 (((-630 |#2|) (-1179 $)) 45 T ELT)) (-1795 (($ (-1179 |#2|) (-1179 $)) 39 T ELT)) (-1784 (((-630 |#2|) $ (-1179 $)) 47 T ELT)) (-3758 ((|#2| (-1179 $)) 13 T ELT)) (-3225 (((-1179 |#2|) $ (-1179 $)) NIL T ELT) (((-630 |#2|) (-1179 $) (-1179 $)) 27 T ELT)))
-(((-321 |#1| |#2| |#3|) (-10 -7 (-15 -1785 ((-630 |#2|) (-1179 |#1|))) (-15 -3758 (|#2| (-1179 |#1|))) (-15 -1795 (|#1| (-1179 |#2|) (-1179 |#1|))) (-15 -3225 ((-630 |#2|) (-1179 |#1|) (-1179 |#1|))) (-15 -3225 ((-1179 |#2|) |#1| (-1179 |#1|))) (-15 -1784 ((-630 |#2|) |#1| (-1179 |#1|)))) (-322 |#2| |#3|) (-146) (-1155 |#2|)) (T -321))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1785 (((-630 |#1|) (-1179 $)) 61 T ELT)) (-3331 ((|#1| $) 67 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1795 (($ (-1179 |#1|) (-1179 $)) 63 T ELT)) (-1784 (((-630 |#1|) $ (-1179 $)) 68 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3109 (((-830)) 69 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3133 ((|#1| $) 66 T ELT)) (-2014 ((|#2| $) 59 (|has| |#1| (-312)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3758 ((|#1| (-1179 $)) 62 T ELT)) (-3225 (((-1179 |#1|) $ (-1179 $)) 65 T ELT) (((-630 |#1|) (-1179 $) (-1179 $)) 64 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 52 T ELT)) (-2703 (((-632 $) $) 58 (|has| |#1| (-118)) ELT)) (-2450 ((|#2| $) 60 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT)))
-(((-322 |#1| |#2|) (-113) (-146) (-1155 |t#1|)) (T -322))
-((-3109 (*1 *2) (-12 (-4 *1 (-322 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1155 *3)) (-5 *2 (-830)))) (-1784 (*1 *2 *1 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146)) (-4 *5 (-1155 *4)) (-5 *2 (-630 *4)))) (-3331 (*1 *2 *1) (-12 (-4 *1 (-322 *2 *3)) (-4 *3 (-1155 *2)) (-4 *2 (-146)))) (-3133 (*1 *2 *1) (-12 (-4 *1 (-322 *2 *3)) (-4 *3 (-1155 *2)) (-4 *2 (-146)))) (-3225 (*1 *2 *1 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146)) (-4 *5 (-1155 *4)) (-5 *2 (-1179 *4)))) (-3225 (*1 *2 *3 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146)) (-4 *5 (-1155 *4)) (-5 *2 (-630 *4)))) (-1795 (*1 *1 *2 *3) (-12 (-5 *2 (-1179 *4)) (-5 *3 (-1179 *1)) (-4 *4 (-146)) (-4 *1 (-322 *4 *5)) (-4 *5 (-1155 *4)))) (-3758 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-322 *2 *4)) (-4 *4 (-1155 *2)) (-4 *2 (-146)))) (-1785 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146)) (-4 *5 (-1155 *4)) (-5 *2 (-630 *4)))) (-2450 (*1 *2 *1) (-12 (-4 *1 (-322 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1155 *3)))) (-2014 (*1 *2 *1) (-12 (-4 *1 (-322 *3 *2)) (-4 *3 (-146)) (-4 *3 (-312)) (-4 *2 (-1155 *3)))))
-(-13 (-38 |t#1|) (-10 -8 (-15 -3109 ((-830))) (-15 -1784 ((-630 |t#1|) $ (-1179 $))) (-15 -3331 (|t#1| $)) (-15 -3133 (|t#1| $)) (-15 -3225 ((-1179 |t#1|) $ (-1179 $))) (-15 -3225 ((-630 |t#1|) (-1179 $) (-1179 $))) (-15 -1795 ($ (-1179 |t#1|) (-1179 $))) (-15 -3758 (|t#1| (-1179 $))) (-15 -1785 ((-630 |t#1|) (-1179 $))) (-15 -2450 (|t#2| $)) (IF (|has| |t#1| (-312)) (-15 -2014 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-582 |#1|) . T) ((-654 |#1|) . T) ((-663) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-1735 (((-85) (-1 (-85) |#2| |#2|) $) NIL T ELT) (((-85) $) 18 T ELT)) (-1733 (($ (-1 (-85) |#2| |#2|) $) NIL T ELT) (($ $) 28 T ELT)) (-2910 (($ (-1 (-85) |#2| |#2|) $) 27 T ELT) (($ $) 22 T ELT)) (-2298 (($ $) 25 T ELT)) (-3420 (((-484) (-1 (-85) |#2|) $) NIL T ELT) (((-484) |#2| $) 11 T ELT) (((-484) |#2| $ (-484)) NIL T ELT)) (-3519 (($ (-1 (-85) |#2| |#2|) $ $) NIL T ELT) (($ $ $) 20 T ELT)))
-(((-323 |#1| |#2|) (-10 -7 (-15 -1733 (|#1| |#1|)) (-15 -1733 (|#1| (-1 (-85) |#2| |#2|) |#1|)) (-15 -1735 ((-85) |#1|)) (-15 -2910 (|#1| |#1|)) (-15 -3519 (|#1| |#1| |#1|)) (-15 -3420 ((-484) |#2| |#1| (-484))) (-15 -3420 ((-484) |#2| |#1|)) (-15 -3420 ((-484) (-1 (-85) |#2|) |#1|)) (-15 -1735 ((-85) (-1 (-85) |#2| |#2|) |#1|)) (-15 -2910 (|#1| (-1 (-85) |#2| |#2|) |#1|)) (-15 -2298 (|#1| |#1|)) (-15 -3519 (|#1| (-1 (-85) |#2| |#2|) |#1| |#1|))) (-324 |#2|) (-1129)) (T -323))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-2198 (((-1185) $ (-484) (-484)) 34 (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) 96 T ELT) (((-85) $) 90 (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) 87 (|has| $ (-1035 |#1|)) ELT) (($ $) 86 (-12 (|has| |#1| (-756)) (|has| $ (-1035 |#1|))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) 97 T ELT) (($ $) 91 (|has| |#1| (-756)) ELT)) (-3789 ((|#1| $ (-484) |#1|) 46 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) 54 (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-2297 (($ $) 88 (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) 98 T ELT)) (-1353 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 109 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 105 T ELT)) (-1576 ((|#1| $ (-484) |#1|) 47 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 45 T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) 95 T ELT) (((-484) |#1| $) 94 (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) 93 (|has| |#1| (-72)) ELT)) (-3615 (($ (-694) |#1|) 64 T ELT)) (-2200 (((-484) $) 37 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) 80 (|has| |#1| (-756)) ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) 104 T ELT)) (-3246 (((-85) |#1| $) 108 (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) 38 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) 81 (|has| |#1| (-756)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-2304 (($ |#1| $ (-484)) 56 T ELT) (($ $ $ (-484)) 55 T ELT)) (-2203 (((-583 (-484)) $) 40 T ELT)) (-2204 (((-85) (-484) $) 41 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) 36 (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2199 (($ $ |#1|) 35 (|has| $ (-1035 |#1|)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 102 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) 42 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ (-484) |#1|) 44 T ELT) ((|#1| $ (-484)) 43 T ELT) (($ $ (-1146 (-484))) 65 T ELT)) (-2305 (($ $ (-484)) 58 T ELT) (($ $ (-1146 (-484))) 57 T ELT)) (-1730 (((-694) |#1| $) 107 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 103 T ELT)) (-1734 (($ $ $ (-484)) 89 (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 72 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 66 T ELT)) (-3803 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-583 $)) 60 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 101 T ELT)) (-2567 (((-85) $ $) 82 (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) 84 (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) 83 (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 85 (|has| |#1| (-756)) ELT)) (-3958 (((-694) $) 100 T ELT)))
-(((-324 |#1|) (-113) (-1129)) (T -324))
-((-3519 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1129)))) (-2298 (*1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1129)))) (-2910 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1129)))) (-1735 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *1 (-324 *4)) (-4 *4 (-1129)) (-5 *2 (-85)))) (-3420 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-324 *4)) (-4 *4 (-1129)) (-5 *2 (-484)))) (-3420 (*1 *2 *3 *1) (-12 (-4 *1 (-324 *3)) (-4 *3 (-1129)) (-4 *3 (-72)) (-5 *2 (-484)))) (-3420 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-324 *3)) (-4 *3 (-1129)) (-4 *3 (-72)))) (-3519 (*1 *1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1129)) (-4 *2 (-756)))) (-2910 (*1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1129)) (-4 *2 (-756)))) (-1735 (*1 *2 *1) (-12 (-4 *1 (-324 *3)) (-4 *3 (-1129)) (-4 *3 (-756)) (-5 *2 (-85)))) (-1734 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-1035 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1129)))) (-2297 (*1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-324 *2)) (-4 *2 (-1129)))) (-1733 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-1035 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1129)))) (-1733 (*1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-324 *2)) (-4 *2 (-1129)) (-4 *2 (-756)))))
-(-13 (-593 |t#1|) (-318 |t#1|) (-10 -8 (-15 -3519 ($ (-1 (-85) |t#1| |t#1|) $ $)) (-15 -2298 ($ $)) (-15 -2910 ($ (-1 (-85) |t#1| |t#1|) $)) (-15 -1735 ((-85) (-1 (-85) |t#1| |t#1|) $)) (-15 -3420 ((-484) (-1 (-85) |t#1|) $)) (IF (|has| |t#1| (-72)) (PROGN (-15 -3420 ((-484) |t#1| $)) (-15 -3420 ((-484) |t#1| $ (-484)))) |%noBranch|) (IF (|has| |t#1| (-756)) (PROGN (-6 (-756)) (-15 -3519 ($ $ $)) (-15 -2910 ($ $)) (-15 -1735 ((-85) $))) |%noBranch|) (IF (|has| $ (-1035 |t#1|)) (PROGN (-15 -1734 ($ $ $ (-484))) (-15 -2297 ($ $)) (-15 -1733 ($ (-1 (-85) |t#1| |t#1|) $)) (IF (|has| |t#1| (-756)) (-15 -1733 ($ $)) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-756)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-756)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-241 (-484) |#1|) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-538 (-484) |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-593 |#1|) . T) ((-756) |has| |#1| (-756)) ((-759) |has| |#1| (-756)) ((-1013) OR (|has| |#1| (-1013)) (|has| |#1| (-756))) ((-1129) . T))
-((-3842 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 25 T ELT)) (-3843 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 17 T ELT)) (-3959 ((|#4| (-1 |#3| |#1|) |#2|) 23 T ELT)))
-(((-325 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3959 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3843 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3842 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1129) (-324 |#1|) (-1129) (-324 |#3|)) (T -325))
-((-3842 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1129)) (-4 *5 (-1129)) (-4 *2 (-324 *5)) (-5 *1 (-325 *6 *4 *5 *2)) (-4 *4 (-324 *6)))) (-3843 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1129)) (-4 *2 (-1129)) (-5 *1 (-325 *5 *4 *2 *6)) (-4 *4 (-324 *5)) (-4 *6 (-324 *2)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-4 *2 (-324 *6)) (-5 *1 (-325 *5 *4 *6 *2)) (-4 *4 (-324 *5)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3935 (((-583 |#1|) $) 43 T ELT)) (-3948 (($ $ (-694)) 44 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3940 (((-1204 |#1| |#2|) (-1204 |#1| |#2|) $) 47 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-3937 (($ $) 45 T ELT)) (-3941 (((-1204 |#1| |#2|) (-1204 |#1| |#2|) $) 48 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3769 (($ $ |#1| $) 42 T ELT) (($ $ (-583 |#1|) (-583 $)) 41 T ELT)) (-3949 (((-694) $) 49 T ELT)) (-3531 (($ $ $) 40 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ |#1|) 52 T ELT) (((-1195 |#1| |#2|) $) 51 T ELT) (((-1204 |#1| |#2|) $) 50 T ELT)) (-3955 ((|#2| (-1204 |#1| |#2|) $) 53 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-1736 (($ (-614 |#1|)) 46 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#2|) 39 (|has| |#2| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#2| $) 33 T ELT) (($ $ |#2|) 37 T ELT)))
-(((-326 |#1| |#2|) (-113) (-756) (-146)) (T -326))
-((-3955 (*1 *2 *3 *1) (-12 (-5 *3 (-1204 *4 *2)) (-4 *1 (-326 *4 *2)) (-4 *4 (-756)) (-4 *2 (-146)))) (-3947 (*1 *1 *2) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-756)) (-4 *3 (-146)))) (-3947 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)) (-5 *2 (-1195 *3 *4)))) (-3947 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)) (-5 *2 (-1204 *3 *4)))) (-3949 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)) (-5 *2 (-694)))) (-3941 (*1 *2 *2 *1) (-12 (-5 *2 (-1204 *3 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)))) (-3940 (*1 *2 *2 *1) (-12 (-5 *2 (-1204 *3 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)))) (-1736 (*1 *1 *2) (-12 (-5 *2 (-614 *3)) (-4 *3 (-756)) (-4 *1 (-326 *3 *4)) (-4 *4 (-146)))) (-3937 (*1 *1 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-756)) (-4 *3 (-146)))) (-3948 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)))) (-3935 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)) (-5 *2 (-583 *3)))) (-3769 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-756)) (-4 *3 (-146)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 *4)) (-5 *3 (-583 *1)) (-4 *1 (-326 *4 *5)) (-4 *4 (-756)) (-4 *5 (-146)))))
-(-13 (-574 |t#2|) (-10 -8 (-15 -3955 (|t#2| (-1204 |t#1| |t#2|) $)) (-15 -3947 ($ |t#1|)) (-15 -3947 ((-1195 |t#1| |t#2|) $)) (-15 -3947 ((-1204 |t#1| |t#2|) $)) (-15 -3949 ((-694) $)) (-15 -3941 ((-1204 |t#1| |t#2|) (-1204 |t#1| |t#2|) $)) (-15 -3940 ((-1204 |t#1| |t#2|) (-1204 |t#1| |t#2|) $)) (-15 -1736 ($ (-614 |t#1|))) (-15 -3937 ($ $)) (-15 -3948 ($ $ (-694))) (-15 -3935 ((-583 |t#1|) $)) (-15 -3769 ($ $ |t#1| $)) (-15 -3769 ($ $ (-583 |t#1|) (-583 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#2| |#2|) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#2|) . T) ((-590 |#2|) . T) ((-574 |#2|) . T) ((-582 |#2|) . T) ((-654 |#2|) . T) ((-963 |#2|) . T) ((-968 |#2|) . T) ((-1013) . T) ((-1129) . T))
-((-1739 ((|#2| (-1 (-85) |#1| |#1|) |#2|) 40 T ELT)) (-1737 ((|#2| (-1 (-85) |#1| |#1|) |#2|) 13 T ELT)) (-1738 ((|#2| (-1 (-85) |#1| |#1|) |#2|) 33 T ELT)))
-(((-327 |#1| |#2|) (-10 -7 (-15 -1737 (|#2| (-1 (-85) |#1| |#1|) |#2|)) (-15 -1738 (|#2| (-1 (-85) |#1| |#1|) |#2|)) (-15 -1739 (|#2| (-1 (-85) |#1| |#1|) |#2|))) (-1129) (-13 (-324 |#1|) (-1035 |#1|))) (T -327))
-((-1739 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1129)) (-5 *1 (-327 *4 *2)) (-4 *2 (-13 (-324 *4) (-1035 *4))))) (-1738 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1129)) (-5 *1 (-327 *4 *2)) (-4 *2 (-13 (-324 *4) (-1035 *4))))) (-1737 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1129)) (-5 *1 (-327 *4 *2)) (-4 *2 (-13 (-324 *4) (-1035 *4))))))
-((-2279 (((-630 |#2|) (-630 $)) NIL T ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL T ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 22 T ELT) (((-630 (-484)) (-630 $)) 14 T ELT)))
-(((-328 |#1| |#2|) (-10 -7 (-15 -2279 ((-630 (-484)) (-630 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 |#1|) (-1179 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 |#1|) (-1179 |#1|))) (-15 -2279 ((-630 |#2|) (-630 |#1|)))) (-329 |#2|) (-961)) (T -328))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-2279 (((-630 |#1|) (-630 $)) 36 T ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 35 T ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 47 (|has| |#1| (-580 (-484))) ELT) (((-630 (-484)) (-630 $)) 46 (|has| |#1| (-580 (-484))) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2280 (((-630 |#1|) (-1179 $)) 38 T ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 37 T ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 45 (|has| |#1| (-580 (-484))) ELT) (((-630 (-484)) (-1179 $)) 44 (|has| |#1| (-580 (-484))) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT)))
-(((-329 |#1|) (-113) (-961)) (T -329))
-NIL
-(-13 (-580 |t#1|) (-10 -7 (IF (|has| |t#1| (-580 (-484))) (-6 (-580 (-484))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 (-484)) |has| |#1| (-580 (-484))) ((-590 |#1|) . T) ((-580 (-484)) |has| |#1| (-580 (-484))) ((-580 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 16 T ELT)) (-3130 (((-484) $) 44 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3772 (($ $) 120 T ELT)) (-3493 (($ $) 81 T ELT)) (-3640 (($ $) 72 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-3038 (($ $) 28 T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3491 (($ $) 79 T ELT)) (-3639 (($ $) 67 T ELT)) (-3624 (((-484) $) 60 T ELT)) (-2442 (($ $ (-484)) 55 T ELT)) (-3495 (($ $) NIL T ELT)) (-3638 (($ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3128 (($ $) 122 T ELT)) (-3158 (((-3 (-484) #1#) $) 217 T ELT) (((-3 (-350 (-484)) #1#) $) 213 T ELT)) (-3157 (((-484) $) 215 T ELT) (((-350 (-484)) $) 211 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-1748 (((-484) $ $) 110 T ELT)) (-3468 (((-3 $ #1#) $) 125 T ELT)) (-1747 (((-350 (-484)) $ (-694)) 218 T ELT) (((-350 (-484)) $ (-694) (-694)) 210 T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-1771 (((-830)) 106 T ELT) (((-830) (-830)) 107 (|has| $ (-6 -3987)) ELT)) (-3187 (((-85) $) 38 T ELT)) (-3628 (($) 22 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL T ELT)) (-1740 (((-1185) (-694)) 177 T ELT)) (-1741 (((-1185)) 182 T ELT) (((-1185) (-694)) 183 T ELT)) (-1743 (((-1185)) 184 T ELT) (((-1185) (-694)) 185 T ELT)) (-1742 (((-1185)) 180 T ELT) (((-1185) (-694)) 181 T ELT)) (-3773 (((-484) $) 50 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 21 T ELT)) (-3012 (($ $ (-484)) NIL T ELT)) (-2444 (($ $) 32 T ELT)) (-3133 (($ $) NIL T ELT)) (-3188 (((-85) $) 18 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL (-12 (-2561 (|has| $ (-6 -3979))) (-2561 (|has| $ (-6 -3987)))) ELT)) (-2858 (($ $ $) NIL T ELT) (($) NIL (-12 (-2561 (|has| $ (-6 -3979))) (-2561 (|has| $ (-6 -3987)))) ELT)) (-1773 (((-484) $) 112 T ELT)) (-1746 (($) 90 T ELT) (($ $) 97 T ELT)) (-1745 (($) 96 T ELT) (($ $) 98 T ELT)) (-3943 (($ $) 84 T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 127 T ELT)) (-1770 (((-830) (-484)) 27 (|has| $ (-6 -3987)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) 41 T ELT)) (-3131 (($ $) 119 T ELT)) (-3255 (($ (-484) (-484)) 115 T ELT) (($ (-484) (-484) (-830)) 116 T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-2401 (((-484) $) 113 T ELT)) (-1744 (($) 99 T ELT)) (-3944 (($ $) 78 T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-2616 (((-830)) 108 T ELT) (((-830) (-830)) 109 (|has| $ (-6 -3987)) ELT)) (-3759 (($ $) 126 T ELT) (($ $ (-694)) NIL T ELT)) (-1769 (((-830) (-484)) 31 (|has| $ (-6 -3987)) ELT)) (-3496 (($ $) NIL T ELT)) (-3637 (($ $) NIL T ELT)) (-3494 (($ $) NIL T ELT)) (-3636 (($ $) NIL T ELT)) (-3492 (($ $) 80 T ELT)) (-3635 (($ $) 71 T ELT)) (-3973 (((-330) $) 202 T ELT) (((-179) $) 204 T ELT) (((-800 (-330)) $) NIL T ELT) (((-1073) $) 188 T ELT) (((-473) $) 200 T ELT) (($ (-179)) 209 T ELT)) (-3947 (((-772) $) 192 T ELT) (($ (-484)) 214 T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-484)) 214 T ELT) (($ (-350 (-484))) NIL T ELT) (((-179) $) 205 T ELT)) (-3127 (((-694)) NIL T CONST)) (-3132 (($ $) 121 T ELT)) (-1772 (((-830)) 42 T ELT) (((-830) (-830)) 62 (|has| $ (-6 -3987)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2695 (((-830)) 111 T ELT)) (-3499 (($ $) 87 T ELT)) (-3487 (($ $) 30 T ELT) (($ $ $) 40 T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3497 (($ $) 85 T ELT)) (-3485 (($ $) 20 T ELT)) (-3501 (($ $) NIL T ELT)) (-3489 (($ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) NIL T ELT)) (-3490 (($ $) NIL T ELT)) (-3500 (($ $) NIL T ELT)) (-3488 (($ $) NIL T ELT)) (-3498 (($ $) 86 T ELT)) (-3486 (($ $) 33 T ELT)) (-3384 (($ $) 39 T ELT)) (-2661 (($) 17 T CONST)) (-2667 (($) 24 T CONST)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2567 (((-85) $ $) 189 T ELT)) (-2568 (((-85) $ $) 26 T ELT)) (-3057 (((-85) $ $) 37 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 43 T ELT)) (-3950 (($ $ $) 29 T ELT) (($ $ (-484)) 23 T ELT)) (-3838 (($ $) 19 T ELT) (($ $ $) 34 T ELT)) (-3840 (($ $ $) 54 T ELT)) (** (($ $ (-830)) 65 T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) 91 T ELT) (($ $ (-350 (-484))) 137 T ELT) (($ $ $) 129 T ELT)) (* (($ (-830) $) 61 T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 66 T ELT) (($ $ $) 53 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT)))
-(((-330) (-13 (-347) (-190) (-553 (-1073)) (-552 (-179)) (-1115) (-553 (-473)) (-557 (-179)) (-10 -8 (-15 -3950 ($ $ (-484))) (-15 ** ($ $ $)) (-15 -2444 ($ $)) (-15 -1748 ((-484) $ $)) (-15 -2442 ($ $ (-484))) (-15 -1747 ((-350 (-484)) $ (-694))) (-15 -1747 ((-350 (-484)) $ (-694) (-694))) (-15 -1746 ($)) (-15 -1745 ($)) (-15 -1744 ($)) (-15 -3487 ($ $ $)) (-15 -1746 ($ $)) (-15 -1745 ($ $)) (-15 -1743 ((-1185))) (-15 -1743 ((-1185) (-694))) (-15 -1742 ((-1185))) (-15 -1742 ((-1185) (-694))) (-15 -1741 ((-1185))) (-15 -1741 ((-1185) (-694))) (-15 -1740 ((-1185) (-694))) (-6 -3987) (-6 -3979)))) (T -330))
-((** (*1 *1 *1 *1) (-5 *1 (-330))) (-3950 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-330)))) (-2444 (*1 *1 *1) (-5 *1 (-330))) (-1748 (*1 *2 *1 *1) (-12 (-5 *2 (-484)) (-5 *1 (-330)))) (-2442 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-330)))) (-1747 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *2 (-350 (-484))) (-5 *1 (-330)))) (-1747 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-350 (-484))) (-5 *1 (-330)))) (-1746 (*1 *1) (-5 *1 (-330))) (-1745 (*1 *1) (-5 *1 (-330))) (-1744 (*1 *1) (-5 *1 (-330))) (-3487 (*1 *1 *1 *1) (-5 *1 (-330))) (-1746 (*1 *1 *1) (-5 *1 (-330))) (-1745 (*1 *1 *1) (-5 *1 (-330))) (-1743 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-330)))) (-1743 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-330)))) (-1742 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-330)))) (-1742 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-330)))) (-1741 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-330)))) (-1741 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-330)))) (-1740 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-330)))))
-((-1749 (((-583 (-249 (-857 (-142 |#1|)))) (-249 (-350 (-857 (-142 (-484))))) |#1|) 52 T ELT) (((-583 (-249 (-857 (-142 |#1|)))) (-350 (-857 (-142 (-484)))) |#1|) 51 T ELT) (((-583 (-583 (-249 (-857 (-142 |#1|))))) (-583 (-249 (-350 (-857 (-142 (-484)))))) |#1|) 48 T ELT) (((-583 (-583 (-249 (-857 (-142 |#1|))))) (-583 (-350 (-857 (-142 (-484))))) |#1|) 42 T ELT)) (-1750 (((-583 (-583 (-142 |#1|))) (-583 (-350 (-857 (-142 (-484))))) (-583 (-1090)) |#1|) 30 T ELT) (((-583 (-142 |#1|)) (-350 (-857 (-142 (-484)))) |#1|) 18 T ELT)))
-(((-331 |#1|) (-10 -7 (-15 -1749 ((-583 (-583 (-249 (-857 (-142 |#1|))))) (-583 (-350 (-857 (-142 (-484))))) |#1|)) (-15 -1749 ((-583 (-583 (-249 (-857 (-142 |#1|))))) (-583 (-249 (-350 (-857 (-142 (-484)))))) |#1|)) (-15 -1749 ((-583 (-249 (-857 (-142 |#1|)))) (-350 (-857 (-142 (-484)))) |#1|)) (-15 -1749 ((-583 (-249 (-857 (-142 |#1|)))) (-249 (-350 (-857 (-142 (-484))))) |#1|)) (-15 -1750 ((-583 (-142 |#1|)) (-350 (-857 (-142 (-484)))) |#1|)) (-15 -1750 ((-583 (-583 (-142 |#1|))) (-583 (-350 (-857 (-142 (-484))))) (-583 (-1090)) |#1|))) (-13 (-312) (-755))) (T -331))
-((-1750 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-583 (-350 (-857 (-142 (-484)))))) (-5 *4 (-583 (-1090))) (-5 *2 (-583 (-583 (-142 *5)))) (-5 *1 (-331 *5)) (-4 *5 (-13 (-312) (-755))))) (-1750 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 (-142 (-484))))) (-5 *2 (-583 (-142 *4))) (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-755))))) (-1749 (*1 *2 *3 *4) (-12 (-5 *3 (-249 (-350 (-857 (-142 (-484)))))) (-5 *2 (-583 (-249 (-857 (-142 *4))))) (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-755))))) (-1749 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 (-142 (-484))))) (-5 *2 (-583 (-249 (-857 (-142 *4))))) (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-755))))) (-1749 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-249 (-350 (-857 (-142 (-484))))))) (-5 *2 (-583 (-583 (-249 (-857 (-142 *4)))))) (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-755))))) (-1749 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-350 (-857 (-142 (-484)))))) (-5 *2 (-583 (-583 (-249 (-857 (-142 *4)))))) (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-755))))))
-((-3574 (((-583 (-249 (-857 |#1|))) (-249 (-350 (-857 (-484)))) |#1|) 47 T ELT) (((-583 (-249 (-857 |#1|))) (-350 (-857 (-484))) |#1|) 46 T ELT) (((-583 (-583 (-249 (-857 |#1|)))) (-583 (-249 (-350 (-857 (-484))))) |#1|) 43 T ELT) (((-583 (-583 (-249 (-857 |#1|)))) (-583 (-350 (-857 (-484)))) |#1|) 37 T ELT)) (-1751 (((-583 |#1|) (-350 (-857 (-484))) |#1|) 20 T ELT) (((-583 (-583 |#1|)) (-583 (-350 (-857 (-484)))) (-583 (-1090)) |#1|) 30 T ELT)))
-(((-332 |#1|) (-10 -7 (-15 -3574 ((-583 (-583 (-249 (-857 |#1|)))) (-583 (-350 (-857 (-484)))) |#1|)) (-15 -3574 ((-583 (-583 (-249 (-857 |#1|)))) (-583 (-249 (-350 (-857 (-484))))) |#1|)) (-15 -3574 ((-583 (-249 (-857 |#1|))) (-350 (-857 (-484))) |#1|)) (-15 -3574 ((-583 (-249 (-857 |#1|))) (-249 (-350 (-857 (-484)))) |#1|)) (-15 -1751 ((-583 (-583 |#1|)) (-583 (-350 (-857 (-484)))) (-583 (-1090)) |#1|)) (-15 -1751 ((-583 |#1|) (-350 (-857 (-484))) |#1|))) (-13 (-755) (-312))) (T -332))
-((-1751 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 (-484)))) (-5 *2 (-583 *4)) (-5 *1 (-332 *4)) (-4 *4 (-13 (-755) (-312))))) (-1751 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-583 (-350 (-857 (-484))))) (-5 *4 (-583 (-1090))) (-5 *2 (-583 (-583 *5))) (-5 *1 (-332 *5)) (-4 *5 (-13 (-755) (-312))))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-249 (-350 (-857 (-484))))) (-5 *2 (-583 (-249 (-857 *4)))) (-5 *1 (-332 *4)) (-4 *4 (-13 (-755) (-312))))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 (-484)))) (-5 *2 (-583 (-249 (-857 *4)))) (-5 *1 (-332 *4)) (-4 *4 (-13 (-755) (-312))))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-249 (-350 (-857 (-484)))))) (-5 *2 (-583 (-583 (-249 (-857 *4))))) (-5 *1 (-332 *4)) (-4 *4 (-13 (-755) (-312))))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-350 (-857 (-484))))) (-5 *2 (-583 (-583 (-249 (-857 *4))))) (-5 *1 (-332 *4)) (-4 *4 (-13 (-755) (-312))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3775 (((-583 (-453 |#1| |#2|)) $) NIL T ELT)) (-1312 (((-3 $ "failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2894 (($ |#1| |#2|) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1983 ((|#2| $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3973 (($ (-583 (-453 |#1| |#2|))) NIL T ELT)) (-3947 (((-772) $) 34 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 12 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ |#1| $) 15 T ELT) (($ $ |#1|) 18 T ELT)))
-(((-333 |#1| |#2|) (-13 (-82 |#1| |#1|) (-449 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-146)) (-6 (-654 |#1|)) |%noBranch|))) (-961) (-759)) (T -333))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) 29 T ELT)) (-3157 ((|#2| $) 31 T ELT)) (-3960 (($ $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2420 (((-694) $) 13 T ELT)) (-2822 (((-583 $) $) 23 T ELT)) (-3938 (((-85) $) NIL T ELT)) (-3939 (($ |#2| |#1|) 21 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1752 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 17 T ELT)) (-2895 ((|#2| $) 18 T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 50 T ELT) (($ |#2|) 30 T ELT)) (-3818 (((-583 |#1|) $) 20 T ELT)) (-3678 ((|#1| $ |#2|) 54 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 32 T CONST)) (-2666 (((-583 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 14 T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ |#1| $) 35 T ELT) (($ $ |#1|) 36 T ELT) (($ |#1| |#2|) 38 T ELT) (($ |#2| |#1|) 39 T ELT)))
-(((-334 |#1| |#2|) (-13 (-335 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-961) (-756)) (T -334))
-((* (*1 *1 *2 *3) (-12 (-5 *1 (-334 *3 *2)) (-4 *3 (-961)) (-4 *2 (-756)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#2| "failed") $) 55 T ELT)) (-3157 ((|#2| $) 56 T ELT)) (-3960 (($ $) 41 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2420 (((-694) $) 45 T ELT)) (-2822 (((-583 $) $) 46 T ELT)) (-3938 (((-85) $) 49 T ELT)) (-3939 (($ |#2| |#1|) 50 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 51 T ELT)) (-1752 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 42 T ELT)) (-2895 ((|#2| $) 44 T ELT)) (-3175 ((|#1| $) 43 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ |#2|) 54 T ELT)) (-3818 (((-583 |#1|) $) 47 T ELT)) (-3678 ((|#1| $ |#2|) 52 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-2666 (((-583 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 48 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT) (($ |#1| |#2|) 53 T ELT)))
-(((-335 |#1| |#2|) (-113) (-961) (-1013)) (T -335))
-((* (*1 *1 *2 *3) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-961)) (-4 *3 (-1013)))) (-3678 (*1 *2 *1 *3) (-12 (-4 *1 (-335 *2 *3)) (-4 *3 (-1013)) (-4 *2 (-961)))) (-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013)))) (-3939 (*1 *1 *2 *3) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1013)))) (-3938 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013)) (-5 *2 (-85)))) (-2666 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013)) (-5 *2 (-583 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3818 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013)) (-5 *2 (-583 *3)))) (-2822 (*1 *2 *1) (-12 (-4 *3 (-961)) (-4 *4 (-1013)) (-5 *2 (-583 *1)) (-4 *1 (-335 *3 *4)))) (-2420 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013)) (-5 *2 (-694)))) (-2895 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1013)))) (-3175 (*1 *2 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *3 (-1013)) (-4 *2 (-961)))) (-1752 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-3960 (*1 *1 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-961)) (-4 *3 (-1013)))))
-(-13 (-82 |t#1| |t#1|) (-950 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -3678 (|t#1| $ |t#2|)) (-15 -3959 ($ (-1 |t#1| |t#1|) $)) (-15 -3939 ($ |t#2| |t#1|)) (-15 -3938 ((-85) $)) (-15 -2666 ((-583 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3818 ((-583 |t#1|) $)) (-15 -2822 ((-583 $) $)) (-15 -2420 ((-694) $)) (-15 -2895 (|t#2| $)) (-15 -3175 (|t#1| $)) (-15 -1752 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -3960 ($ $)) (IF (|has| |t#1| (-146)) (-6 (-654 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-555 |#2|) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-582 |#1|) |has| |#1| (-146)) ((-654 |#1|) |has| |#1| (-146)) ((-950 |#2|) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3137 (((-694) $) 40 T ELT)) (-3725 (($) 23 T CONST)) (-3940 (((-3 $ "failed") $ $) 43 T ELT)) (-3158 (((-3 |#1| "failed") $) 51 T ELT)) (-3157 ((|#1| $) 52 T ELT)) (-3468 (((-3 $ "failed") $) 20 T ELT)) (-1753 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 41 T ELT)) (-2410 (((-85) $) 22 T ELT)) (-2299 ((|#1| $ (-484)) 37 T ELT)) (-2300 (((-694) $ (-484)) 38 T ELT)) (-2532 (($ $ $) 29 (|has| |#1| (-756)) ELT)) (-2858 (($ $ $) 30 (|has| |#1| (-756)) ELT)) (-2290 (($ (-1 |#1| |#1|) $) 35 T ELT)) (-2291 (($ (-1 (-694) (-694)) $) 36 T ELT)) (-3941 (((-3 $ "failed") $ $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1754 (($ $ $) 45 T ELT)) (-1755 (($ $ $) 46 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1782 (((-583 (-2 (|:| |gen| |#1|) (|:| -3944 (-694)))) $) 39 T ELT)) (-2880 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 42 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ |#1|) 50 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2667 (($) 24 T CONST)) (-2567 (((-85) $ $) 31 (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) 33 (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 32 (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 34 (|has| |#1| (-756)) ELT)) (** (($ $ (-830)) 17 T ELT) (($ $ (-694)) 21 T ELT) (($ |#1| (-694)) 47 T ELT)) (* (($ $ $) 18 T ELT) (($ |#1| $) 49 T ELT) (($ $ |#1|) 48 T ELT)))
-(((-336 |#1|) (-113) (-1013)) (T -336))
-((* (*1 *1 *2 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1013)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1013)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-336 *2)) (-4 *2 (-1013)))) (-1755 (*1 *1 *1 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1013)))) (-1754 (*1 *1 *1 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1013)))) (-3941 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-336 *2)) (-4 *2 (-1013)))) (-3940 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-336 *2)) (-4 *2 (-1013)))) (-2880 (*1 *2 *1 *1) (|partial| -12 (-4 *3 (-1013)) (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1))) (-4 *1 (-336 *3)))) (-1753 (*1 *2 *1 *1) (-12 (-4 *3 (-1013)) (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1))) (-4 *1 (-336 *3)))) (-3137 (*1 *2 *1) (-12 (-4 *1 (-336 *3)) (-4 *3 (-1013)) (-5 *2 (-694)))) (-1782 (*1 *2 *1) (-12 (-4 *1 (-336 *3)) (-4 *3 (-1013)) (-5 *2 (-583 (-2 (|:| |gen| *3) (|:| -3944 (-694))))))) (-2300 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-336 *4)) (-4 *4 (-1013)) (-5 *2 (-694)))) (-2299 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-336 *2)) (-4 *2 (-1013)))) (-2291 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-694) (-694))) (-4 *1 (-336 *3)) (-4 *3 (-1013)))) (-2290 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-336 *3)) (-4 *3 (-1013)))))
-(-13 (-663) (-950 |t#1|) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 ** ($ |t#1| (-694))) (-15 -1755 ($ $ $)) (-15 -1754 ($ $ $)) (-15 -3941 ((-3 $ "failed") $ $)) (-15 -3940 ((-3 $ "failed") $ $)) (-15 -2880 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1753 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3137 ((-694) $)) (-15 -1782 ((-583 (-2 (|:| |gen| |t#1|) (|:| -3944 (-694)))) $)) (-15 -2300 ((-694) $ (-484))) (-15 -2299 (|t#1| $ (-484))) (-15 -2291 ($ (-1 (-694) (-694)) $)) (-15 -2290 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-756)) (-6 (-756)) |%noBranch|)))
-(((-72) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-13) . T) ((-663) . T) ((-756) |has| |#1| (-756)) ((-759) |has| |#1| (-756)) ((-950 |#1|) . T) ((-1025) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694) $) 74 T ELT)) (-3725 (($) NIL T CONST)) (-3940 (((-3 $ #1="failed") $ $) 77 T ELT)) (-3158 (((-3 |#1| #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1753 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 64 T ELT)) (-2410 (((-85) $) 17 T ELT)) (-2299 ((|#1| $ (-484)) NIL T ELT)) (-2300 (((-694) $ (-484)) NIL T ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2290 (($ (-1 |#1| |#1|) $) 40 T ELT)) (-2291 (($ (-1 (-694) (-694)) $) 37 T ELT)) (-3941 (((-3 $ #1#) $ $) 60 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1754 (($ $ $) 28 T ELT)) (-1755 (($ $ $) 26 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1782 (((-583 (-2 (|:| |gen| |#1|) (|:| -3944 (-694)))) $) 34 T ELT)) (-2880 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) #1#) $ $) 70 T ELT)) (-3947 (((-772) $) 24 T ELT) (($ |#1|) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2667 (($) 7 T CONST)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 83 (|has| |#1| (-756)) ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ |#1| (-694)) 42 T ELT)) (* (($ $ $) 52 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 30 T ELT)))
-(((-337 |#1|) (-336 |#1|) (-1013)) (T -337))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-1756 (((-85) $) 25 T ELT)) (-1757 (((-85) $) 22 T ELT)) (-3615 (($ (-1073) (-1073) (-1073)) 26 T ELT)) (-3543 (((-1073) $) 16 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1761 (($ (-1073) (-1073) (-1073)) 14 T ELT)) (-1759 (((-1073) $) 17 T ELT)) (-1758 (((-85) $) 18 T ELT)) (-1760 (((-1073) $) 15 T ELT)) (-3947 (((-772) $) 12 T ELT) (($ (-1073)) 13 T ELT) (((-1073) $) 9 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 7 T ELT)))
+((-3138 (*1 *2) (-12 (-4 *1 (-320)) (-5 *2 (-695)))) (-2401 (*1 *1 *2) (-12 (-5 *2 (-831)) (-4 *1 (-320)))) (-2011 (*1 *2 *1) (-12 (-4 *1 (-320)) (-5 *2 (-831)))) (-2996 (*1 *1) (-4 *1 (-320))))
+(-13 (-1014) (-10 -8 (-15 -3138 ((-695))) (-15 -2401 ($ (-831))) (-15 -2011 ((-831) $)) (-15 -2996 ($))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-1786 (((-631 |#2|) (-1180 $)) 45 T ELT)) (-1796 (($ (-1180 |#2|) (-1180 $)) 39 T ELT)) (-1785 (((-631 |#2|) $ (-1180 $)) 47 T ELT)) (-3759 ((|#2| (-1180 $)) 13 T ELT)) (-3226 (((-1180 |#2|) $ (-1180 $)) NIL T ELT) (((-631 |#2|) (-1180 $) (-1180 $)) 27 T ELT)))
+(((-321 |#1| |#2| |#3|) (-10 -7 (-15 -1786 ((-631 |#2|) (-1180 |#1|))) (-15 -3759 (|#2| (-1180 |#1|))) (-15 -1796 (|#1| (-1180 |#2|) (-1180 |#1|))) (-15 -3226 ((-631 |#2|) (-1180 |#1|) (-1180 |#1|))) (-15 -3226 ((-1180 |#2|) |#1| (-1180 |#1|))) (-15 -1785 ((-631 |#2|) |#1| (-1180 |#1|)))) (-322 |#2| |#3|) (-146) (-1156 |#2|)) (T -321))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1786 (((-631 |#1|) (-1180 $)) 61 T ELT)) (-3332 ((|#1| $) 67 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1796 (($ (-1180 |#1|) (-1180 $)) 63 T ELT)) (-1785 (((-631 |#1|) $ (-1180 $)) 68 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3110 (((-831)) 69 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3134 ((|#1| $) 66 T ELT)) (-2015 ((|#2| $) 59 (|has| |#1| (-312)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3759 ((|#1| (-1180 $)) 62 T ELT)) (-3226 (((-1180 |#1|) $ (-1180 $)) 65 T ELT) (((-631 |#1|) (-1180 $) (-1180 $)) 64 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 52 T ELT)) (-2704 (((-633 $) $) 58 (|has| |#1| (-118)) ELT)) (-2451 ((|#2| $) 60 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT)))
+(((-322 |#1| |#2|) (-113) (-146) (-1156 |t#1|)) (T -322))
+((-3110 (*1 *2) (-12 (-4 *1 (-322 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1156 *3)) (-5 *2 (-831)))) (-1785 (*1 *2 *1 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146)) (-4 *5 (-1156 *4)) (-5 *2 (-631 *4)))) (-3332 (*1 *2 *1) (-12 (-4 *1 (-322 *2 *3)) (-4 *3 (-1156 *2)) (-4 *2 (-146)))) (-3134 (*1 *2 *1) (-12 (-4 *1 (-322 *2 *3)) (-4 *3 (-1156 *2)) (-4 *2 (-146)))) (-3226 (*1 *2 *1 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146)) (-4 *5 (-1156 *4)) (-5 *2 (-1180 *4)))) (-3226 (*1 *2 *3 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146)) (-4 *5 (-1156 *4)) (-5 *2 (-631 *4)))) (-1796 (*1 *1 *2 *3) (-12 (-5 *2 (-1180 *4)) (-5 *3 (-1180 *1)) (-4 *4 (-146)) (-4 *1 (-322 *4 *5)) (-4 *5 (-1156 *4)))) (-3759 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-322 *2 *4)) (-4 *4 (-1156 *2)) (-4 *2 (-146)))) (-1786 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146)) (-4 *5 (-1156 *4)) (-5 *2 (-631 *4)))) (-2451 (*1 *2 *1) (-12 (-4 *1 (-322 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1156 *3)))) (-2015 (*1 *2 *1) (-12 (-4 *1 (-322 *3 *2)) (-4 *3 (-146)) (-4 *3 (-312)) (-4 *2 (-1156 *3)))))
+(-13 (-38 |t#1|) (-10 -8 (-15 -3110 ((-831))) (-15 -1785 ((-631 |t#1|) $ (-1180 $))) (-15 -3332 (|t#1| $)) (-15 -3134 (|t#1| $)) (-15 -3226 ((-1180 |t#1|) $ (-1180 $))) (-15 -3226 ((-631 |t#1|) (-1180 $) (-1180 $))) (-15 -1796 ($ (-1180 |t#1|) (-1180 $))) (-15 -3759 (|t#1| (-1180 $))) (-15 -1786 ((-631 |t#1|) (-1180 $))) (-15 -2451 (|t#2| $)) (IF (|has| |t#1| (-312)) (-15 -2015 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-583 |#1|) . T) ((-655 |#1|) . T) ((-664) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-1736 (((-85) (-1 (-85) |#2| |#2|) $) NIL T ELT) (((-85) $) 18 T ELT)) (-1734 (($ (-1 (-85) |#2| |#2|) $) NIL T ELT) (($ $) 28 T ELT)) (-2911 (($ (-1 (-85) |#2| |#2|) $) 27 T ELT) (($ $) 22 T ELT)) (-2299 (($ $) 25 T ELT)) (-3421 (((-485) (-1 (-85) |#2|) $) NIL T ELT) (((-485) |#2| $) 11 T ELT) (((-485) |#2| $ (-485)) NIL T ELT)) (-3520 (($ (-1 (-85) |#2| |#2|) $ $) NIL T ELT) (($ $ $) 20 T ELT)))
+(((-323 |#1| |#2|) (-10 -7 (-15 -1734 (|#1| |#1|)) (-15 -1734 (|#1| (-1 (-85) |#2| |#2|) |#1|)) (-15 -1736 ((-85) |#1|)) (-15 -2911 (|#1| |#1|)) (-15 -3520 (|#1| |#1| |#1|)) (-15 -3421 ((-485) |#2| |#1| (-485))) (-15 -3421 ((-485) |#2| |#1|)) (-15 -3421 ((-485) (-1 (-85) |#2|) |#1|)) (-15 -1736 ((-85) (-1 (-85) |#2| |#2|) |#1|)) (-15 -2911 (|#1| (-1 (-85) |#2| |#2|) |#1|)) (-15 -2299 (|#1| |#1|)) (-15 -3520 (|#1| (-1 (-85) |#2| |#2|) |#1| |#1|))) (-324 |#2|) (-1130)) (T -323))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-2199 (((-1186) $ (-485) (-485)) 34 (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) 96 T ELT) (((-85) $) 90 (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) 87 (|has| $ (-1036 |#1|)) ELT) (($ $) 86 (-12 (|has| |#1| (-757)) (|has| $ (-1036 |#1|))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) 97 T ELT) (($ $) 91 (|has| |#1| (-757)) ELT)) (-3790 ((|#1| $ (-485) |#1|) 46 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) 54 (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-2298 (($ $) 88 (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) 98 T ELT)) (-1354 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3408 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 109 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 105 T ELT)) (-1577 ((|#1| $ (-485) |#1|) 47 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 45 T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) 95 T ELT) (((-485) |#1| $) 94 (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) 93 (|has| |#1| (-72)) ELT)) (-3616 (($ (-695) |#1|) 64 T ELT)) (-2201 (((-485) $) 37 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) 80 (|has| |#1| (-757)) ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) 104 T ELT)) (-3247 (((-85) |#1| $) 108 (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) 38 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) 81 (|has| |#1| (-757)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-2305 (($ |#1| $ (-485)) 56 T ELT) (($ $ $ (-485)) 55 T ELT)) (-2204 (((-584 (-485)) $) 40 T ELT)) (-2205 (((-85) (-485) $) 41 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) 36 (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2200 (($ $ |#1|) 35 (|has| $ (-1036 |#1|)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 102 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) 42 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ (-485) |#1|) 44 T ELT) ((|#1| $ (-485)) 43 T ELT) (($ $ (-1147 (-485))) 65 T ELT)) (-2306 (($ $ (-485)) 58 T ELT) (($ $ (-1147 (-485))) 57 T ELT)) (-1731 (((-695) |#1| $) 107 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 103 T ELT)) (-1735 (($ $ $ (-485)) 89 (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 72 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 66 T ELT)) (-3804 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-584 $)) 60 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 101 T ELT)) (-2568 (((-85) $ $) 82 (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) 84 (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) 83 (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 85 (|has| |#1| (-757)) ELT)) (-3959 (((-695) $) 100 T ELT)))
+(((-324 |#1|) (-113) (-1130)) (T -324))
+((-3520 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1130)))) (-2299 (*1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1130)))) (-2911 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1130)))) (-1736 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *1 (-324 *4)) (-4 *4 (-1130)) (-5 *2 (-85)))) (-3421 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-324 *4)) (-4 *4 (-1130)) (-5 *2 (-485)))) (-3421 (*1 *2 *3 *1) (-12 (-4 *1 (-324 *3)) (-4 *3 (-1130)) (-4 *3 (-72)) (-5 *2 (-485)))) (-3421 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-324 *3)) (-4 *3 (-1130)) (-4 *3 (-72)))) (-3520 (*1 *1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1130)) (-4 *2 (-757)))) (-2911 (*1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1130)) (-4 *2 (-757)))) (-1736 (*1 *2 *1) (-12 (-4 *1 (-324 *3)) (-4 *3 (-1130)) (-4 *3 (-757)) (-5 *2 (-85)))) (-1735 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-1036 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1130)))) (-2298 (*1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-324 *2)) (-4 *2 (-1130)))) (-1734 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-1036 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1130)))) (-1734 (*1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-324 *2)) (-4 *2 (-1130)) (-4 *2 (-757)))))
+(-13 (-594 |t#1|) (-318 |t#1|) (-10 -8 (-15 -3520 ($ (-1 (-85) |t#1| |t#1|) $ $)) (-15 -2299 ($ $)) (-15 -2911 ($ (-1 (-85) |t#1| |t#1|) $)) (-15 -1736 ((-85) (-1 (-85) |t#1| |t#1|) $)) (-15 -3421 ((-485) (-1 (-85) |t#1|) $)) (IF (|has| |t#1| (-72)) (PROGN (-15 -3421 ((-485) |t#1| $)) (-15 -3421 ((-485) |t#1| $ (-485)))) |%noBranch|) (IF (|has| |t#1| (-757)) (PROGN (-6 (-757)) (-15 -3520 ($ $ $)) (-15 -2911 ($ $)) (-15 -1736 ((-85) $))) |%noBranch|) (IF (|has| $ (-1036 |t#1|)) (PROGN (-15 -1735 ($ $ $ (-485))) (-15 -2298 ($ $)) (-15 -1734 ($ (-1 (-85) |t#1| |t#1|) $)) (IF (|has| |t#1| (-757)) (-15 -1734 ($ $)) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-757)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-757)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-241 (-485) |#1|) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-539 (-485) |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-594 |#1|) . T) ((-757) |has| |#1| (-757)) ((-760) |has| |#1| (-757)) ((-1014) OR (|has| |#1| (-1014)) (|has| |#1| (-757))) ((-1130) . T))
+((-3843 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 25 T ELT)) (-3844 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 17 T ELT)) (-3960 ((|#4| (-1 |#3| |#1|) |#2|) 23 T ELT)))
+(((-325 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3960 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3844 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3843 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1130) (-324 |#1|) (-1130) (-324 |#3|)) (T -325))
+((-3843 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-4 *2 (-324 *5)) (-5 *1 (-325 *6 *4 *5 *2)) (-4 *4 (-324 *6)))) (-3844 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-325 *5 *4 *2 *6)) (-4 *4 (-324 *5)) (-4 *6 (-324 *2)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-4 *2 (-324 *6)) (-5 *1 (-325 *5 *4 *6 *2)) (-4 *4 (-324 *5)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3936 (((-584 |#1|) $) 43 T ELT)) (-3949 (($ $ (-695)) 44 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3941 (((-1205 |#1| |#2|) (-1205 |#1| |#2|) $) 47 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-3938 (($ $) 45 T ELT)) (-3942 (((-1205 |#1| |#2|) (-1205 |#1| |#2|) $) 48 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3770 (($ $ |#1| $) 42 T ELT) (($ $ (-584 |#1|) (-584 $)) 41 T ELT)) (-3950 (((-695) $) 49 T ELT)) (-3532 (($ $ $) 40 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ |#1|) 52 T ELT) (((-1196 |#1| |#2|) $) 51 T ELT) (((-1205 |#1| |#2|) $) 50 T ELT)) (-3956 ((|#2| (-1205 |#1| |#2|) $) 53 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-1737 (($ (-615 |#1|)) 46 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#2|) 39 (|has| |#2| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#2| $) 33 T ELT) (($ $ |#2|) 37 T ELT)))
+(((-326 |#1| |#2|) (-113) (-757) (-146)) (T -326))
+((-3956 (*1 *2 *3 *1) (-12 (-5 *3 (-1205 *4 *2)) (-4 *1 (-326 *4 *2)) (-4 *4 (-757)) (-4 *2 (-146)))) (-3948 (*1 *1 *2) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-757)) (-4 *3 (-146)))) (-3948 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)) (-5 *2 (-1196 *3 *4)))) (-3948 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)) (-5 *2 (-1205 *3 *4)))) (-3950 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)) (-5 *2 (-695)))) (-3942 (*1 *2 *2 *1) (-12 (-5 *2 (-1205 *3 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)))) (-3941 (*1 *2 *2 *1) (-12 (-5 *2 (-1205 *3 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)))) (-1737 (*1 *1 *2) (-12 (-5 *2 (-615 *3)) (-4 *3 (-757)) (-4 *1 (-326 *3 *4)) (-4 *4 (-146)))) (-3938 (*1 *1 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-757)) (-4 *3 (-146)))) (-3949 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)))) (-3936 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)) (-5 *2 (-584 *3)))) (-3770 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-757)) (-4 *3 (-146)))) (-3770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 *4)) (-5 *3 (-584 *1)) (-4 *1 (-326 *4 *5)) (-4 *4 (-757)) (-4 *5 (-146)))))
+(-13 (-575 |t#2|) (-10 -8 (-15 -3956 (|t#2| (-1205 |t#1| |t#2|) $)) (-15 -3948 ($ |t#1|)) (-15 -3948 ((-1196 |t#1| |t#2|) $)) (-15 -3948 ((-1205 |t#1| |t#2|) $)) (-15 -3950 ((-695) $)) (-15 -3942 ((-1205 |t#1| |t#2|) (-1205 |t#1| |t#2|) $)) (-15 -3941 ((-1205 |t#1| |t#2|) (-1205 |t#1| |t#2|) $)) (-15 -1737 ($ (-615 |t#1|))) (-15 -3938 ($ $)) (-15 -3949 ($ $ (-695))) (-15 -3936 ((-584 |t#1|) $)) (-15 -3770 ($ $ |t#1| $)) (-15 -3770 ($ $ (-584 |t#1|) (-584 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#2| |#2|) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#2|) . T) ((-591 |#2|) . T) ((-575 |#2|) . T) ((-583 |#2|) . T) ((-655 |#2|) . T) ((-964 |#2|) . T) ((-969 |#2|) . T) ((-1014) . T) ((-1130) . T))
+((-1740 ((|#2| (-1 (-85) |#1| |#1|) |#2|) 40 T ELT)) (-1738 ((|#2| (-1 (-85) |#1| |#1|) |#2|) 13 T ELT)) (-1739 ((|#2| (-1 (-85) |#1| |#1|) |#2|) 33 T ELT)))
+(((-327 |#1| |#2|) (-10 -7 (-15 -1738 (|#2| (-1 (-85) |#1| |#1|) |#2|)) (-15 -1739 (|#2| (-1 (-85) |#1| |#1|) |#2|)) (-15 -1740 (|#2| (-1 (-85) |#1| |#1|) |#2|))) (-1130) (-13 (-324 |#1|) (-1036 |#1|))) (T -327))
+((-1740 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-327 *4 *2)) (-4 *2 (-13 (-324 *4) (-1036 *4))))) (-1739 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-327 *4 *2)) (-4 *2 (-13 (-324 *4) (-1036 *4))))) (-1738 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-327 *4 *2)) (-4 *2 (-13 (-324 *4) (-1036 *4))))))
+((-2280 (((-631 |#2|) (-631 $)) NIL T ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL T ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 22 T ELT) (((-631 (-485)) (-631 $)) 14 T ELT)))
+(((-328 |#1| |#2|) (-10 -7 (-15 -2280 ((-631 (-485)) (-631 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 |#1|) (-1180 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 |#1|) (-1180 |#1|))) (-15 -2280 ((-631 |#2|) (-631 |#1|)))) (-329 |#2|) (-962)) (T -328))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-2280 (((-631 |#1|) (-631 $)) 36 T ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 35 T ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 47 (|has| |#1| (-581 (-485))) ELT) (((-631 (-485)) (-631 $)) 46 (|has| |#1| (-581 (-485))) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2281 (((-631 |#1|) (-1180 $)) 38 T ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 37 T ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 45 (|has| |#1| (-581 (-485))) ELT) (((-631 (-485)) (-1180 $)) 44 (|has| |#1| (-581 (-485))) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT)))
+(((-329 |#1|) (-113) (-962)) (T -329))
+NIL
+(-13 (-581 |t#1|) (-10 -7 (IF (|has| |t#1| (-581 (-485))) (-6 (-581 (-485))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 (-485)) |has| |#1| (-581 (-485))) ((-591 |#1|) . T) ((-581 (-485)) |has| |#1| (-581 (-485))) ((-581 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 16 T ELT)) (-3131 (((-485) $) 44 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3773 (($ $) 120 T ELT)) (-3494 (($ $) 81 T ELT)) (-3641 (($ $) 72 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-3039 (($ $) 28 T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3492 (($ $) 79 T ELT)) (-3640 (($ $) 67 T ELT)) (-3625 (((-485) $) 60 T ELT)) (-2443 (($ $ (-485)) 55 T ELT)) (-3496 (($ $) NIL T ELT)) (-3639 (($ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3129 (($ $) 122 T ELT)) (-3159 (((-3 (-485) #1#) $) 217 T ELT) (((-3 (-350 (-485)) #1#) $) 213 T ELT)) (-3158 (((-485) $) 215 T ELT) (((-350 (-485)) $) 211 T ELT)) (-2566 (($ $ $) NIL T ELT)) (-1749 (((-485) $ $) 110 T ELT)) (-3469 (((-3 $ #1#) $) 125 T ELT)) (-1748 (((-350 (-485)) $ (-695)) 218 T ELT) (((-350 (-485)) $ (-695) (-695)) 210 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-1772 (((-831)) 106 T ELT) (((-831) (-831)) 107 (|has| $ (-6 -3988)) ELT)) (-3188 (((-85) $) 38 T ELT)) (-3629 (($) 22 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL T ELT)) (-1741 (((-1186) (-695)) 177 T ELT)) (-1742 (((-1186)) 182 T ELT) (((-1186) (-695)) 183 T ELT)) (-1744 (((-1186)) 184 T ELT) (((-1186) (-695)) 185 T ELT)) (-1743 (((-1186)) 180 T ELT) (((-1186) (-695)) 181 T ELT)) (-3774 (((-485) $) 50 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 21 T ELT)) (-3013 (($ $ (-485)) NIL T ELT)) (-2445 (($ $) 32 T ELT)) (-3134 (($ $) NIL T ELT)) (-3189 (((-85) $) 18 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL (-12 (-2562 (|has| $ (-6 -3980))) (-2562 (|has| $ (-6 -3988)))) ELT)) (-2859 (($ $ $) NIL T ELT) (($) NIL (-12 (-2562 (|has| $ (-6 -3980))) (-2562 (|has| $ (-6 -3988)))) ELT)) (-1774 (((-485) $) 112 T ELT)) (-1747 (($) 90 T ELT) (($ $) 97 T ELT)) (-1746 (($) 96 T ELT) (($ $) 98 T ELT)) (-3944 (($ $) 84 T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 127 T ELT)) (-1771 (((-831) (-485)) 27 (|has| $ (-6 -3988)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) 41 T ELT)) (-3132 (($ $) 119 T ELT)) (-3256 (($ (-485) (-485)) 115 T ELT) (($ (-485) (-485) (-831)) 116 T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-2402 (((-485) $) 113 T ELT)) (-1745 (($) 99 T ELT)) (-3945 (($ $) 78 T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-2617 (((-831)) 108 T ELT) (((-831) (-831)) 109 (|has| $ (-6 -3988)) ELT)) (-3760 (($ $) 126 T ELT) (($ $ (-695)) NIL T ELT)) (-1770 (((-831) (-485)) 31 (|has| $ (-6 -3988)) ELT)) (-3497 (($ $) NIL T ELT)) (-3638 (($ $) NIL T ELT)) (-3495 (($ $) NIL T ELT)) (-3637 (($ $) NIL T ELT)) (-3493 (($ $) 80 T ELT)) (-3636 (($ $) 71 T ELT)) (-3974 (((-330) $) 202 T ELT) (((-179) $) 204 T ELT) (((-801 (-330)) $) NIL T ELT) (((-1074) $) 188 T ELT) (((-474) $) 200 T ELT) (($ (-179)) 209 T ELT)) (-3948 (((-773) $) 192 T ELT) (($ (-485)) 214 T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-485)) 214 T ELT) (($ (-350 (-485))) NIL T ELT) (((-179) $) 205 T ELT)) (-3128 (((-695)) NIL T CONST)) (-3133 (($ $) 121 T ELT)) (-1773 (((-831)) 42 T ELT) (((-831) (-831)) 62 (|has| $ (-6 -3988)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2696 (((-831)) 111 T ELT)) (-3500 (($ $) 87 T ELT)) (-3488 (($ $) 30 T ELT) (($ $ $) 40 T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3498 (($ $) 85 T ELT)) (-3486 (($ $) 20 T ELT)) (-3502 (($ $) NIL T ELT)) (-3490 (($ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) NIL T ELT)) (-3491 (($ $) NIL T ELT)) (-3501 (($ $) NIL T ELT)) (-3489 (($ $) NIL T ELT)) (-3499 (($ $) 86 T ELT)) (-3487 (($ $) 33 T ELT)) (-3385 (($ $) 39 T ELT)) (-2662 (($) 17 T CONST)) (-2668 (($) 24 T CONST)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2568 (((-85) $ $) 189 T ELT)) (-2569 (((-85) $ $) 26 T ELT)) (-3058 (((-85) $ $) 37 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 43 T ELT)) (-3951 (($ $ $) 29 T ELT) (($ $ (-485)) 23 T ELT)) (-3839 (($ $) 19 T ELT) (($ $ $) 34 T ELT)) (-3841 (($ $ $) 54 T ELT)) (** (($ $ (-831)) 65 T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) 91 T ELT) (($ $ (-350 (-485))) 137 T ELT) (($ $ $) 129 T ELT)) (* (($ (-831) $) 61 T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 66 T ELT) (($ $ $) 53 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT)))
+(((-330) (-13 (-347) (-190) (-554 (-1074)) (-553 (-179)) (-1116) (-554 (-474)) (-558 (-179)) (-10 -8 (-15 -3951 ($ $ (-485))) (-15 ** ($ $ $)) (-15 -2445 ($ $)) (-15 -1749 ((-485) $ $)) (-15 -2443 ($ $ (-485))) (-15 -1748 ((-350 (-485)) $ (-695))) (-15 -1748 ((-350 (-485)) $ (-695) (-695))) (-15 -1747 ($)) (-15 -1746 ($)) (-15 -1745 ($)) (-15 -3488 ($ $ $)) (-15 -1747 ($ $)) (-15 -1746 ($ $)) (-15 -1744 ((-1186))) (-15 -1744 ((-1186) (-695))) (-15 -1743 ((-1186))) (-15 -1743 ((-1186) (-695))) (-15 -1742 ((-1186))) (-15 -1742 ((-1186) (-695))) (-15 -1741 ((-1186) (-695))) (-6 -3988) (-6 -3980)))) (T -330))
+((** (*1 *1 *1 *1) (-5 *1 (-330))) (-3951 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-330)))) (-2445 (*1 *1 *1) (-5 *1 (-330))) (-1749 (*1 *2 *1 *1) (-12 (-5 *2 (-485)) (-5 *1 (-330)))) (-2443 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-330)))) (-1748 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *2 (-350 (-485))) (-5 *1 (-330)))) (-1748 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-350 (-485))) (-5 *1 (-330)))) (-1747 (*1 *1) (-5 *1 (-330))) (-1746 (*1 *1) (-5 *1 (-330))) (-1745 (*1 *1) (-5 *1 (-330))) (-3488 (*1 *1 *1 *1) (-5 *1 (-330))) (-1747 (*1 *1 *1) (-5 *1 (-330))) (-1746 (*1 *1 *1) (-5 *1 (-330))) (-1744 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-330)))) (-1744 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-330)))) (-1743 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-330)))) (-1743 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-330)))) (-1742 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-330)))) (-1742 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-330)))) (-1741 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-330)))))
+((-1750 (((-584 (-249 (-858 (-142 |#1|)))) (-249 (-350 (-858 (-142 (-485))))) |#1|) 52 T ELT) (((-584 (-249 (-858 (-142 |#1|)))) (-350 (-858 (-142 (-485)))) |#1|) 51 T ELT) (((-584 (-584 (-249 (-858 (-142 |#1|))))) (-584 (-249 (-350 (-858 (-142 (-485)))))) |#1|) 48 T ELT) (((-584 (-584 (-249 (-858 (-142 |#1|))))) (-584 (-350 (-858 (-142 (-485))))) |#1|) 42 T ELT)) (-1751 (((-584 (-584 (-142 |#1|))) (-584 (-350 (-858 (-142 (-485))))) (-584 (-1091)) |#1|) 30 T ELT) (((-584 (-142 |#1|)) (-350 (-858 (-142 (-485)))) |#1|) 18 T ELT)))
+(((-331 |#1|) (-10 -7 (-15 -1750 ((-584 (-584 (-249 (-858 (-142 |#1|))))) (-584 (-350 (-858 (-142 (-485))))) |#1|)) (-15 -1750 ((-584 (-584 (-249 (-858 (-142 |#1|))))) (-584 (-249 (-350 (-858 (-142 (-485)))))) |#1|)) (-15 -1750 ((-584 (-249 (-858 (-142 |#1|)))) (-350 (-858 (-142 (-485)))) |#1|)) (-15 -1750 ((-584 (-249 (-858 (-142 |#1|)))) (-249 (-350 (-858 (-142 (-485))))) |#1|)) (-15 -1751 ((-584 (-142 |#1|)) (-350 (-858 (-142 (-485)))) |#1|)) (-15 -1751 ((-584 (-584 (-142 |#1|))) (-584 (-350 (-858 (-142 (-485))))) (-584 (-1091)) |#1|))) (-13 (-312) (-756))) (T -331))
+((-1751 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-584 (-350 (-858 (-142 (-485)))))) (-5 *4 (-584 (-1091))) (-5 *2 (-584 (-584 (-142 *5)))) (-5 *1 (-331 *5)) (-4 *5 (-13 (-312) (-756))))) (-1751 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 (-142 (-485))))) (-5 *2 (-584 (-142 *4))) (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-756))))) (-1750 (*1 *2 *3 *4) (-12 (-5 *3 (-249 (-350 (-858 (-142 (-485)))))) (-5 *2 (-584 (-249 (-858 (-142 *4))))) (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-756))))) (-1750 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 (-142 (-485))))) (-5 *2 (-584 (-249 (-858 (-142 *4))))) (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-756))))) (-1750 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-249 (-350 (-858 (-142 (-485))))))) (-5 *2 (-584 (-584 (-249 (-858 (-142 *4)))))) (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-756))))) (-1750 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-350 (-858 (-142 (-485)))))) (-5 *2 (-584 (-584 (-249 (-858 (-142 *4)))))) (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-756))))))
+((-3575 (((-584 (-249 (-858 |#1|))) (-249 (-350 (-858 (-485)))) |#1|) 47 T ELT) (((-584 (-249 (-858 |#1|))) (-350 (-858 (-485))) |#1|) 46 T ELT) (((-584 (-584 (-249 (-858 |#1|)))) (-584 (-249 (-350 (-858 (-485))))) |#1|) 43 T ELT) (((-584 (-584 (-249 (-858 |#1|)))) (-584 (-350 (-858 (-485)))) |#1|) 37 T ELT)) (-1752 (((-584 |#1|) (-350 (-858 (-485))) |#1|) 20 T ELT) (((-584 (-584 |#1|)) (-584 (-350 (-858 (-485)))) (-584 (-1091)) |#1|) 30 T ELT)))
+(((-332 |#1|) (-10 -7 (-15 -3575 ((-584 (-584 (-249 (-858 |#1|)))) (-584 (-350 (-858 (-485)))) |#1|)) (-15 -3575 ((-584 (-584 (-249 (-858 |#1|)))) (-584 (-249 (-350 (-858 (-485))))) |#1|)) (-15 -3575 ((-584 (-249 (-858 |#1|))) (-350 (-858 (-485))) |#1|)) (-15 -3575 ((-584 (-249 (-858 |#1|))) (-249 (-350 (-858 (-485)))) |#1|)) (-15 -1752 ((-584 (-584 |#1|)) (-584 (-350 (-858 (-485)))) (-584 (-1091)) |#1|)) (-15 -1752 ((-584 |#1|) (-350 (-858 (-485))) |#1|))) (-13 (-756) (-312))) (T -332))
+((-1752 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 (-485)))) (-5 *2 (-584 *4)) (-5 *1 (-332 *4)) (-4 *4 (-13 (-756) (-312))))) (-1752 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-584 (-350 (-858 (-485))))) (-5 *4 (-584 (-1091))) (-5 *2 (-584 (-584 *5))) (-5 *1 (-332 *5)) (-4 *5 (-13 (-756) (-312))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-249 (-350 (-858 (-485))))) (-5 *2 (-584 (-249 (-858 *4)))) (-5 *1 (-332 *4)) (-4 *4 (-13 (-756) (-312))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 (-485)))) (-5 *2 (-584 (-249 (-858 *4)))) (-5 *1 (-332 *4)) (-4 *4 (-13 (-756) (-312))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-249 (-350 (-858 (-485)))))) (-5 *2 (-584 (-584 (-249 (-858 *4))))) (-5 *1 (-332 *4)) (-4 *4 (-13 (-756) (-312))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-350 (-858 (-485))))) (-5 *2 (-584 (-584 (-249 (-858 *4))))) (-5 *1 (-332 *4)) (-4 *4 (-13 (-756) (-312))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3776 (((-584 (-454 |#1| |#2|)) $) NIL T ELT)) (-1313 (((-3 $ "failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2895 (($ |#1| |#2|) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1984 ((|#2| $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3974 (($ (-584 (-454 |#1| |#2|))) NIL T ELT)) (-3948 (((-773) $) 34 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 12 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ |#1| $) 15 T ELT) (($ $ |#1|) 18 T ELT)))
+(((-333 |#1| |#2|) (-13 (-82 |#1| |#1|) (-450 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-146)) (-6 (-655 |#1|)) |%noBranch|))) (-962) (-760)) (T -333))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) 29 T ELT)) (-3158 ((|#2| $) 31 T ELT)) (-3961 (($ $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2421 (((-695) $) 13 T ELT)) (-2823 (((-584 $) $) 23 T ELT)) (-3939 (((-85) $) NIL T ELT)) (-3940 (($ |#2| |#1|) 21 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1753 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 17 T ELT)) (-2896 ((|#2| $) 18 T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 50 T ELT) (($ |#2|) 30 T ELT)) (-3819 (((-584 |#1|) $) 20 T ELT)) (-3679 ((|#1| $ |#2|) 54 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 32 T CONST)) (-2667 (((-584 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 14 T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ |#1| $) 35 T ELT) (($ $ |#1|) 36 T ELT) (($ |#1| |#2|) 38 T ELT) (($ |#2| |#1|) 39 T ELT)))
+(((-334 |#1| |#2|) (-13 (-335 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-962) (-757)) (T -334))
+((* (*1 *1 *2 *3) (-12 (-5 *1 (-334 *3 *2)) (-4 *3 (-962)) (-4 *2 (-757)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#2| "failed") $) 55 T ELT)) (-3158 ((|#2| $) 56 T ELT)) (-3961 (($ $) 41 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2421 (((-695) $) 45 T ELT)) (-2823 (((-584 $) $) 46 T ELT)) (-3939 (((-85) $) 49 T ELT)) (-3940 (($ |#2| |#1|) 50 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 51 T ELT)) (-1753 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 42 T ELT)) (-2896 ((|#2| $) 44 T ELT)) (-3176 ((|#1| $) 43 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ |#2|) 54 T ELT)) (-3819 (((-584 |#1|) $) 47 T ELT)) (-3679 ((|#1| $ |#2|) 52 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-2667 (((-584 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 48 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT) (($ |#1| |#2|) 53 T ELT)))
+(((-335 |#1| |#2|) (-113) (-962) (-1014)) (T -335))
+((* (*1 *1 *2 *3) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-962)) (-4 *3 (-1014)))) (-3679 (*1 *2 *1 *3) (-12 (-4 *1 (-335 *2 *3)) (-4 *3 (-1014)) (-4 *2 (-962)))) (-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014)))) (-3940 (*1 *1 *2 *3) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1014)))) (-3939 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014)) (-5 *2 (-85)))) (-2667 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014)) (-5 *2 (-584 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3819 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014)) (-5 *2 (-584 *3)))) (-2823 (*1 *2 *1) (-12 (-4 *3 (-962)) (-4 *4 (-1014)) (-5 *2 (-584 *1)) (-4 *1 (-335 *3 *4)))) (-2421 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014)) (-5 *2 (-695)))) (-2896 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1014)))) (-3176 (*1 *2 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *3 (-1014)) (-4 *2 (-962)))) (-1753 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-3961 (*1 *1 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-962)) (-4 *3 (-1014)))))
+(-13 (-82 |t#1| |t#1|) (-951 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -3679 (|t#1| $ |t#2|)) (-15 -3960 ($ (-1 |t#1| |t#1|) $)) (-15 -3940 ($ |t#2| |t#1|)) (-15 -3939 ((-85) $)) (-15 -2667 ((-584 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3819 ((-584 |t#1|) $)) (-15 -2823 ((-584 $) $)) (-15 -2421 ((-695) $)) (-15 -2896 (|t#2| $)) (-15 -3176 (|t#1| $)) (-15 -1753 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -3961 ($ $)) (IF (|has| |t#1| (-146)) (-6 (-655 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-556 |#2|) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-583 |#1|) |has| |#1| (-146)) ((-655 |#1|) |has| |#1| (-146)) ((-951 |#2|) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3138 (((-695) $) 40 T ELT)) (-3726 (($) 23 T CONST)) (-3941 (((-3 $ "failed") $ $) 43 T ELT)) (-3159 (((-3 |#1| "failed") $) 51 T ELT)) (-3158 ((|#1| $) 52 T ELT)) (-3469 (((-3 $ "failed") $) 20 T ELT)) (-1754 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 41 T ELT)) (-2411 (((-85) $) 22 T ELT)) (-2300 ((|#1| $ (-485)) 37 T ELT)) (-2301 (((-695) $ (-485)) 38 T ELT)) (-2533 (($ $ $) 29 (|has| |#1| (-757)) ELT)) (-2859 (($ $ $) 30 (|has| |#1| (-757)) ELT)) (-2291 (($ (-1 |#1| |#1|) $) 35 T ELT)) (-2292 (($ (-1 (-695) (-695)) $) 36 T ELT)) (-3942 (((-3 $ "failed") $ $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1755 (($ $ $) 45 T ELT)) (-1756 (($ $ $) 46 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1783 (((-584 (-2 (|:| |gen| |#1|) (|:| -3945 (-695)))) $) 39 T ELT)) (-2881 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 42 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ |#1|) 50 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2668 (($) 24 T CONST)) (-2568 (((-85) $ $) 31 (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) 33 (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 32 (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 34 (|has| |#1| (-757)) ELT)) (** (($ $ (-831)) 17 T ELT) (($ $ (-695)) 21 T ELT) (($ |#1| (-695)) 47 T ELT)) (* (($ $ $) 18 T ELT) (($ |#1| $) 49 T ELT) (($ $ |#1|) 48 T ELT)))
+(((-336 |#1|) (-113) (-1014)) (T -336))
+((* (*1 *1 *2 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1014)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1014)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-336 *2)) (-4 *2 (-1014)))) (-1756 (*1 *1 *1 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1014)))) (-1755 (*1 *1 *1 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1014)))) (-3942 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-336 *2)) (-4 *2 (-1014)))) (-3941 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-336 *2)) (-4 *2 (-1014)))) (-2881 (*1 *2 *1 *1) (|partial| -12 (-4 *3 (-1014)) (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1))) (-4 *1 (-336 *3)))) (-1754 (*1 *2 *1 *1) (-12 (-4 *3 (-1014)) (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1))) (-4 *1 (-336 *3)))) (-3138 (*1 *2 *1) (-12 (-4 *1 (-336 *3)) (-4 *3 (-1014)) (-5 *2 (-695)))) (-1783 (*1 *2 *1) (-12 (-4 *1 (-336 *3)) (-4 *3 (-1014)) (-5 *2 (-584 (-2 (|:| |gen| *3) (|:| -3945 (-695))))))) (-2301 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-336 *4)) (-4 *4 (-1014)) (-5 *2 (-695)))) (-2300 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-336 *2)) (-4 *2 (-1014)))) (-2292 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-695) (-695))) (-4 *1 (-336 *3)) (-4 *3 (-1014)))) (-2291 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-336 *3)) (-4 *3 (-1014)))))
+(-13 (-664) (-951 |t#1|) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 ** ($ |t#1| (-695))) (-15 -1756 ($ $ $)) (-15 -1755 ($ $ $)) (-15 -3942 ((-3 $ "failed") $ $)) (-15 -3941 ((-3 $ "failed") $ $)) (-15 -2881 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1754 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3138 ((-695) $)) (-15 -1783 ((-584 (-2 (|:| |gen| |t#1|) (|:| -3945 (-695)))) $)) (-15 -2301 ((-695) $ (-485))) (-15 -2300 (|t#1| $ (-485))) (-15 -2292 ($ (-1 (-695) (-695)) $)) (-15 -2291 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-757)) (-6 (-757)) |%noBranch|)))
+(((-72) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-13) . T) ((-664) . T) ((-757) |has| |#1| (-757)) ((-760) |has| |#1| (-757)) ((-951 |#1|) . T) ((-1026) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695) $) 74 T ELT)) (-3726 (($) NIL T CONST)) (-3941 (((-3 $ #1="failed") $ $) 77 T ELT)) (-3159 (((-3 |#1| #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1754 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 64 T ELT)) (-2411 (((-85) $) 17 T ELT)) (-2300 ((|#1| $ (-485)) NIL T ELT)) (-2301 (((-695) $ (-485)) NIL T ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2291 (($ (-1 |#1| |#1|) $) 40 T ELT)) (-2292 (($ (-1 (-695) (-695)) $) 37 T ELT)) (-3942 (((-3 $ #1#) $ $) 60 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1755 (($ $ $) 28 T ELT)) (-1756 (($ $ $) 26 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1783 (((-584 (-2 (|:| |gen| |#1|) (|:| -3945 (-695)))) $) 34 T ELT)) (-2881 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) #1#) $ $) 70 T ELT)) (-3948 (((-773) $) 24 T ELT) (($ |#1|) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2668 (($) 7 T CONST)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 83 (|has| |#1| (-757)) ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ |#1| (-695)) 42 T ELT)) (* (($ $ $) 52 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 30 T ELT)))
+(((-337 |#1|) (-336 |#1|) (-1014)) (T -337))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-1757 (((-85) $) 25 T ELT)) (-1758 (((-85) $) 22 T ELT)) (-3616 (($ (-1074) (-1074) (-1074)) 26 T ELT)) (-3544 (((-1074) $) 16 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1762 (($ (-1074) (-1074) (-1074)) 14 T ELT)) (-1760 (((-1074) $) 17 T ELT)) (-1759 (((-85) $) 18 T ELT)) (-1761 (((-1074) $) 15 T ELT)) (-3948 (((-773) $) 12 T ELT) (($ (-1074)) 13 T ELT) (((-1074) $) 9 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 7 T ELT)))
(((-338) (-339)) (T -338))
NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-1756 (((-85) $) 20 T ELT)) (-1757 (((-85) $) 21 T ELT)) (-3615 (($ (-1073) (-1073) (-1073)) 19 T ELT)) (-3543 (((-1073) $) 24 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1761 (($ (-1073) (-1073) (-1073)) 26 T ELT)) (-1759 (((-1073) $) 23 T ELT)) (-1758 (((-85) $) 22 T ELT)) (-1760 (((-1073) $) 25 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-1073)) 28 T ELT) (((-1073) $) 27 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
+((-2570 (((-85) $ $) 7 T ELT)) (-1757 (((-85) $) 20 T ELT)) (-1758 (((-85) $) 21 T ELT)) (-3616 (($ (-1074) (-1074) (-1074)) 19 T ELT)) (-3544 (((-1074) $) 24 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1762 (($ (-1074) (-1074) (-1074)) 26 T ELT)) (-1760 (((-1074) $) 23 T ELT)) (-1759 (((-85) $) 22 T ELT)) (-1761 (((-1074) $) 25 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-1074)) 28 T ELT) (((-1074) $) 27 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
(((-339) (-113)) (T -339))
-((-1761 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1073)) (-4 *1 (-339)))) (-1760 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1073)))) (-3543 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1073)))) (-1759 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1073)))) (-1758 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-85)))) (-1757 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-85)))) (-1756 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-85)))) (-3615 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1073)) (-4 *1 (-339)))))
-(-13 (-1013) (-430 (-1073)) (-10 -8 (-15 -1761 ($ (-1073) (-1073) (-1073))) (-15 -1760 ((-1073) $)) (-15 -3543 ((-1073) $)) (-15 -1759 ((-1073) $)) (-15 -1758 ((-85) $)) (-15 -1757 ((-85) $)) (-15 -1756 ((-85) $)) (-15 -3615 ($ (-1073) (-1073) (-1073)))))
-(((-72) . T) ((-555 (-1073)) . T) ((-552 (-772)) . T) ((-552 (-1073)) . T) ((-430 (-1073)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ "failed") $ $) NIL T ELT)) (-1762 (((-772) $) 64 T ELT)) (-3725 (($) NIL T CONST)) (-2407 (($ $ (-830)) NIL T ELT)) (-2434 (($ $ (-830)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2406 (($ $ (-830)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($ (-694)) 38 T ELT)) (-3912 (((-694)) 18 T ELT)) (-1763 (((-772) $) 66 T ELT)) (-2436 (($ $ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2437 (($ $ $ $) NIL T ELT)) (-2435 (($ $ $) NIL T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 41 T ELT)) (-3838 (($ $) 48 T ELT) (($ $ $) 50 T ELT)) (-3840 (($ $ $) 51 T ELT)) (** (($ $ (-830)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 52 T ELT) (($ $ |#3|) NIL T ELT) (($ |#3| $) 47 T ELT)))
-(((-340 |#1| |#2| |#3|) (-13 (-683 |#3|) (-10 -8 (-15 -3912 ((-694))) (-15 -1763 ((-772) $)) (-15 -1762 ((-772) $)) (-15 -2409 ($ (-694))))) (-694) (-694) (-146)) (T -340))
-((-3912 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-146)))) (-1763 (*1 *2 *1) (-12 (-5 *2 (-772)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 (-694)) (-14 *4 (-694)) (-4 *5 (-146)))) (-1762 (*1 *2 *1) (-12 (-5 *2 (-772)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 (-694)) (-14 *4 (-694)) (-4 *5 (-146)))) (-2409 (*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-146)))))
-((-3773 (((-694) (-283 |#1| |#2| |#3| |#4|)) 16 T ELT)))
-(((-341 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3773 ((-694) (-283 |#1| |#2| |#3| |#4|)))) (-13 (-320) (-312)) (-1155 |#1|) (-1155 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -341))
-((-3773 (*1 *2 *3) (-12 (-5 *3 (-283 *4 *5 *6 *7)) (-4 *4 (-13 (-320) (-312))) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5))) (-4 *7 (-291 *4 *5 *6)) (-5 *2 (-694)) (-5 *1 (-341 *4 *5 *6 *7)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1765 ((|#2| $) 38 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1766 (($ (-350 |#2|)) 93 T ELT)) (-1764 (((-583 (-2 (|:| -2401 (-694)) (|:| -3774 |#2|) (|:| |num| |#2|))) $) 39 T ELT)) (-3759 (($ $ (-694)) 36 T ELT) (($ $) 34 T ELT)) (-3973 (((-350 |#2|) $) 49 T ELT)) (-3531 (($ (-583 (-2 (|:| -2401 (-694)) (|:| -3774 |#2|) (|:| |num| |#2|)))) 33 T ELT)) (-3947 (((-772) $) 131 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2670 (($ $ (-694)) 37 T ELT) (($ $) 35 T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3840 (($ |#2| $) 41 T ELT)))
-(((-342 |#1| |#2|) (-13 (-1013) (-189) (-553 (-350 |#2|)) (-10 -8 (-15 -3840 ($ |#2| $)) (-15 -1766 ($ (-350 |#2|))) (-15 -1765 (|#2| $)) (-15 -1764 ((-583 (-2 (|:| -2401 (-694)) (|:| -3774 |#2|) (|:| |num| |#2|))) $)) (-15 -3531 ($ (-583 (-2 (|:| -2401 (-694)) (|:| -3774 |#2|) (|:| |num| |#2|))))))) (-13 (-312) (-120)) (-1155 |#1|)) (T -342))
-((-3840 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-312) (-120))) (-5 *1 (-342 *3 *2)) (-4 *2 (-1155 *3)))) (-1766 (*1 *1 *2) (-12 (-5 *2 (-350 *4)) (-4 *4 (-1155 *3)) (-4 *3 (-13 (-312) (-120))) (-5 *1 (-342 *3 *4)))) (-1765 (*1 *2 *1) (-12 (-4 *2 (-1155 *3)) (-5 *1 (-342 *3 *2)) (-4 *3 (-13 (-312) (-120))))) (-1764 (*1 *2 *1) (-12 (-4 *3 (-13 (-312) (-120))) (-5 *2 (-583 (-2 (|:| -2401 (-694)) (|:| -3774 *4) (|:| |num| *4)))) (-5 *1 (-342 *3 *4)) (-4 *4 (-1155 *3)))) (-3531 (*1 *1 *2) (-12 (-5 *2 (-583 (-2 (|:| -2401 (-694)) (|:| -3774 *4) (|:| |num| *4)))) (-4 *4 (-1155 *3)) (-4 *3 (-13 (-312) (-120))) (-5 *1 (-342 *3 *4)))))
-((-2569 (((-85) $ $) 10 (OR (|has| |#1| (-796 (-484))) (|has| |#1| (-796 (-330)))) ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 16 (|has| |#1| (-796 (-330))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 15 (|has| |#1| (-796 (-484))) ELT)) (-3243 (((-1073) $) 14 (OR (|has| |#1| (-796 (-484))) (|has| |#1| (-796 (-330)))) ELT)) (-3244 (((-1033) $) 13 (OR (|has| |#1| (-796 (-484))) (|has| |#1| (-796 (-330)))) ELT)) (-3947 (((-772) $) 12 (OR (|has| |#1| (-796 (-484))) (|has| |#1| (-796 (-330)))) ELT)) (-1265 (((-85) $ $) 11 (OR (|has| |#1| (-796 (-484))) (|has| |#1| (-796 (-330)))) ELT)) (-3057 (((-85) $ $) 9 (OR (|has| |#1| (-796 (-484))) (|has| |#1| (-796 (-330)))) ELT)))
-(((-343 |#1|) (-113) (-1129)) (T -343))
-NIL
-(-13 (-1129) (-10 -7 (IF (|has| |t#1| (-796 (-484))) (-6 (-796 (-484))) |%noBranch|) (IF (|has| |t#1| (-796 (-330))) (-6 (-796 (-330))) |%noBranch|)))
-(((-72) OR (|has| |#1| (-796 (-484))) (|has| |#1| (-796 (-330)))) ((-552 (-772)) OR (|has| |#1| (-796 (-484))) (|has| |#1| (-796 (-330)))) ((-13) . T) ((-796 (-330)) |has| |#1| (-796 (-330))) ((-796 (-484)) |has| |#1| (-796 (-484))) ((-1013) OR (|has| |#1| (-796 (-484))) (|has| |#1| (-796 (-330)))) ((-1129) . T))
-((-1767 (($ $) 10 T ELT) (($ $ (-694)) 12 T ELT)))
-(((-344 |#1|) (-10 -7 (-15 -1767 (|#1| |#1| (-694))) (-15 -1767 (|#1| |#1|))) (-345)) (T -344))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 91 T ELT)) (-3972 (((-348 $) $) 90 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3725 (($) 23 T CONST)) (-2565 (($ $ $) 71 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-1767 (($ $) 97 T ELT) (($ $ (-694)) 96 T ELT)) (-3724 (((-85) $) 89 T ELT)) (-3773 (((-743 (-830)) $) 99 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 68 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 88 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3733 (((-348 $) $) 92 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-1768 (((-3 (-694) "failed") $ $) 98 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-484))) 84 T ELT)) (-2703 (((-632 $) $) 100 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 83 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 87 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 86 T ELT) (($ (-350 (-484)) $) 85 T ELT)))
+((-1762 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1074)) (-4 *1 (-339)))) (-1761 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1074)))) (-3544 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1074)))) (-1760 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1074)))) (-1759 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-85)))) (-1758 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-85)))) (-1757 (*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-85)))) (-3616 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1074)) (-4 *1 (-339)))))
+(-13 (-1014) (-430 (-1074)) (-10 -8 (-15 -1762 ($ (-1074) (-1074) (-1074))) (-15 -1761 ((-1074) $)) (-15 -3544 ((-1074) $)) (-15 -1760 ((-1074) $)) (-15 -1759 ((-85) $)) (-15 -1758 ((-85) $)) (-15 -1757 ((-85) $)) (-15 -3616 ($ (-1074) (-1074) (-1074)))))
+(((-72) . T) ((-556 (-1074)) . T) ((-553 (-773)) . T) ((-553 (-1074)) . T) ((-430 (-1074)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ "failed") $ $) NIL T ELT)) (-1763 (((-773) $) 64 T ELT)) (-3726 (($) NIL T CONST)) (-2408 (($ $ (-831)) NIL T ELT)) (-2435 (($ $ (-831)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2407 (($ $ (-831)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($ (-695)) 38 T ELT)) (-3913 (((-695)) 18 T ELT)) (-1764 (((-773) $) 66 T ELT)) (-2437 (($ $ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2438 (($ $ $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 41 T ELT)) (-3839 (($ $) 48 T ELT) (($ $ $) 50 T ELT)) (-3841 (($ $ $) 51 T ELT)) (** (($ $ (-831)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 52 T ELT) (($ $ |#3|) NIL T ELT) (($ |#3| $) 47 T ELT)))
+(((-340 |#1| |#2| |#3|) (-13 (-684 |#3|) (-10 -8 (-15 -3913 ((-695))) (-15 -1764 ((-773) $)) (-15 -1763 ((-773) $)) (-15 -2410 ($ (-695))))) (-695) (-695) (-146)) (T -340))
+((-3913 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-146)))) (-1764 (*1 *2 *1) (-12 (-5 *2 (-773)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 (-695)) (-14 *4 (-695)) (-4 *5 (-146)))) (-1763 (*1 *2 *1) (-12 (-5 *2 (-773)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 (-695)) (-14 *4 (-695)) (-4 *5 (-146)))) (-2410 (*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-146)))))
+((-3774 (((-695) (-283 |#1| |#2| |#3| |#4|)) 16 T ELT)))
+(((-341 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3774 ((-695) (-283 |#1| |#2| |#3| |#4|)))) (-13 (-320) (-312)) (-1156 |#1|) (-1156 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -341))
+((-3774 (*1 *2 *3) (-12 (-5 *3 (-283 *4 *5 *6 *7)) (-4 *4 (-13 (-320) (-312))) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5))) (-4 *7 (-291 *4 *5 *6)) (-5 *2 (-695)) (-5 *1 (-341 *4 *5 *6 *7)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1766 ((|#2| $) 38 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1767 (($ (-350 |#2|)) 93 T ELT)) (-1765 (((-584 (-2 (|:| -2402 (-695)) (|:| -3775 |#2|) (|:| |num| |#2|))) $) 39 T ELT)) (-3760 (($ $ (-695)) 36 T ELT) (($ $) 34 T ELT)) (-3974 (((-350 |#2|) $) 49 T ELT)) (-3532 (($ (-584 (-2 (|:| -2402 (-695)) (|:| -3775 |#2|) (|:| |num| |#2|)))) 33 T ELT)) (-3948 (((-773) $) 131 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2671 (($ $ (-695)) 37 T ELT) (($ $) 35 T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3841 (($ |#2| $) 41 T ELT)))
+(((-342 |#1| |#2|) (-13 (-1014) (-189) (-554 (-350 |#2|)) (-10 -8 (-15 -3841 ($ |#2| $)) (-15 -1767 ($ (-350 |#2|))) (-15 -1766 (|#2| $)) (-15 -1765 ((-584 (-2 (|:| -2402 (-695)) (|:| -3775 |#2|) (|:| |num| |#2|))) $)) (-15 -3532 ($ (-584 (-2 (|:| -2402 (-695)) (|:| -3775 |#2|) (|:| |num| |#2|))))))) (-13 (-312) (-120)) (-1156 |#1|)) (T -342))
+((-3841 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-312) (-120))) (-5 *1 (-342 *3 *2)) (-4 *2 (-1156 *3)))) (-1767 (*1 *1 *2) (-12 (-5 *2 (-350 *4)) (-4 *4 (-1156 *3)) (-4 *3 (-13 (-312) (-120))) (-5 *1 (-342 *3 *4)))) (-1766 (*1 *2 *1) (-12 (-4 *2 (-1156 *3)) (-5 *1 (-342 *3 *2)) (-4 *3 (-13 (-312) (-120))))) (-1765 (*1 *2 *1) (-12 (-4 *3 (-13 (-312) (-120))) (-5 *2 (-584 (-2 (|:| -2402 (-695)) (|:| -3775 *4) (|:| |num| *4)))) (-5 *1 (-342 *3 *4)) (-4 *4 (-1156 *3)))) (-3532 (*1 *1 *2) (-12 (-5 *2 (-584 (-2 (|:| -2402 (-695)) (|:| -3775 *4) (|:| |num| *4)))) (-4 *4 (-1156 *3)) (-4 *3 (-13 (-312) (-120))) (-5 *1 (-342 *3 *4)))))
+((-2570 (((-85) $ $) 10 (OR (|has| |#1| (-797 (-485))) (|has| |#1| (-797 (-330)))) ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 16 (|has| |#1| (-797 (-330))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 15 (|has| |#1| (-797 (-485))) ELT)) (-3244 (((-1074) $) 14 (OR (|has| |#1| (-797 (-485))) (|has| |#1| (-797 (-330)))) ELT)) (-3245 (((-1034) $) 13 (OR (|has| |#1| (-797 (-485))) (|has| |#1| (-797 (-330)))) ELT)) (-3948 (((-773) $) 12 (OR (|has| |#1| (-797 (-485))) (|has| |#1| (-797 (-330)))) ELT)) (-1266 (((-85) $ $) 11 (OR (|has| |#1| (-797 (-485))) (|has| |#1| (-797 (-330)))) ELT)) (-3058 (((-85) $ $) 9 (OR (|has| |#1| (-797 (-485))) (|has| |#1| (-797 (-330)))) ELT)))
+(((-343 |#1|) (-113) (-1130)) (T -343))
+NIL
+(-13 (-1130) (-10 -7 (IF (|has| |t#1| (-797 (-485))) (-6 (-797 (-485))) |%noBranch|) (IF (|has| |t#1| (-797 (-330))) (-6 (-797 (-330))) |%noBranch|)))
+(((-72) OR (|has| |#1| (-797 (-485))) (|has| |#1| (-797 (-330)))) ((-553 (-773)) OR (|has| |#1| (-797 (-485))) (|has| |#1| (-797 (-330)))) ((-13) . T) ((-797 (-330)) |has| |#1| (-797 (-330))) ((-797 (-485)) |has| |#1| (-797 (-485))) ((-1014) OR (|has| |#1| (-797 (-485))) (|has| |#1| (-797 (-330)))) ((-1130) . T))
+((-1768 (($ $) 10 T ELT) (($ $ (-695)) 12 T ELT)))
+(((-344 |#1|) (-10 -7 (-15 -1768 (|#1| |#1| (-695))) (-15 -1768 (|#1| |#1|))) (-345)) (T -344))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 91 T ELT)) (-3973 (((-348 $) $) 90 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3726 (($) 23 T CONST)) (-2566 (($ $ $) 71 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-1768 (($ $) 97 T ELT) (($ $ (-695)) 96 T ELT)) (-3725 (((-85) $) 89 T ELT)) (-3774 (((-744 (-831)) $) 99 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 68 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 88 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3734 (((-348 $) $) 92 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-1769 (((-3 (-695) "failed") $ $) 98 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-485))) 84 T ELT)) (-2704 (((-633 $) $) 100 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 83 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 87 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 86 T ELT) (($ (-350 (-485)) $) 85 T ELT)))
(((-345) (-113)) (T -345))
-((-3773 (*1 *2 *1) (-12 (-4 *1 (-345)) (-5 *2 (-743 (-830))))) (-1768 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-345)) (-5 *2 (-694)))) (-1767 (*1 *1 *1) (-4 *1 (-345))) (-1767 (*1 *1 *1 *2) (-12 (-4 *1 (-345)) (-5 *2 (-694)))))
-(-13 (-312) (-118) (-10 -8 (-15 -3773 ((-743 (-830)) $)) (-15 -1768 ((-3 (-694) "failed") $ $)) (-15 -1767 ($ $)) (-15 -1767 ($ $ (-694)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 $ $) . T) ((-104) . T) ((-118) . T) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 $) . T) ((-654 (-350 (-484))) . T) ((-654 $) . T) ((-663) . T) ((-832) . T) ((-963 (-350 (-484))) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) . T))
-((-3255 (($ (-484) (-484)) 11 T ELT) (($ (-484) (-484) (-830)) NIL T ELT)) (-2616 (((-830)) 19 T ELT) (((-830) (-830)) NIL T ELT)))
-(((-346 |#1|) (-10 -7 (-15 -2616 ((-830) (-830))) (-15 -2616 ((-830))) (-15 -3255 (|#1| (-484) (-484) (-830))) (-15 -3255 (|#1| (-484) (-484)))) (-347)) (T -346))
-((-2616 (*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-346 *3)) (-4 *3 (-347)))) (-2616 (*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-346 *3)) (-4 *3 (-347)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3130 (((-484) $) 108 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-3772 (($ $) 106 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 91 T ELT)) (-3972 (((-348 $) $) 90 T ELT)) (-3038 (($ $) 116 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3624 (((-484) $) 133 T ELT)) (-3725 (($) 23 T CONST)) (-3128 (($ $) 105 T ELT)) (-3158 (((-3 (-484) #1="failed") $) 121 T ELT) (((-3 (-350 (-484)) #1#) $) 118 T ELT)) (-3157 (((-484) $) 122 T ELT) (((-350 (-484)) $) 119 T ELT)) (-2565 (($ $ $) 71 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-3724 (((-85) $) 89 T ELT)) (-1771 (((-830)) 149 T ELT) (((-830) (-830)) 146 (|has| $ (-6 -3987)) ELT)) (-3187 (((-85) $) 131 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 112 T ELT)) (-3773 (((-484) $) 155 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 115 T ELT)) (-3133 (($ $) 111 T ELT)) (-3188 (((-85) $) 132 T ELT)) (-1605 (((-3 (-583 $) #2="failed") (-583 $) $) 68 T ELT)) (-2532 (($ $ $) 125 T ELT) (($) 143 (-12 (-2561 (|has| $ (-6 -3987))) (-2561 (|has| $ (-6 -3979)))) ELT)) (-2858 (($ $ $) 126 T ELT) (($) 142 (-12 (-2561 (|has| $ (-6 -3987))) (-2561 (|has| $ (-6 -3979)))) ELT)) (-1773 (((-484) $) 152 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 88 T ELT)) (-1770 (((-830) (-484)) 145 (|has| $ (-6 -3987)) ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3129 (($ $) 107 T ELT)) (-3131 (($ $) 109 T ELT)) (-3255 (($ (-484) (-484)) 157 T ELT) (($ (-484) (-484) (-830)) 156 T ELT)) (-3733 (((-348 $) $) 92 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-2401 (((-484) $) 153 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-2616 (((-830)) 150 T ELT) (((-830) (-830)) 147 (|has| $ (-6 -3987)) ELT)) (-1769 (((-830) (-484)) 144 (|has| $ (-6 -3987)) ELT)) (-3973 (((-330) $) 124 T ELT) (((-179) $) 123 T ELT) (((-800 (-330)) $) 113 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-484))) 84 T ELT) (($ (-484)) 120 T ELT) (($ (-350 (-484))) 117 T ELT)) (-3127 (((-694)) 40 T CONST)) (-3132 (($ $) 110 T ELT)) (-1772 (((-830)) 151 T ELT) (((-830) (-830)) 148 (|has| $ (-6 -3987)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2695 (((-830)) 154 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3384 (($ $) 134 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2567 (((-85) $ $) 127 T ELT)) (-2568 (((-85) $ $) 129 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 128 T ELT)) (-2686 (((-85) $ $) 130 T ELT)) (-3950 (($ $ $) 83 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 87 T ELT) (($ $ (-350 (-484))) 114 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 86 T ELT) (($ (-350 (-484)) $) 85 T ELT)))
+((-3774 (*1 *2 *1) (-12 (-4 *1 (-345)) (-5 *2 (-744 (-831))))) (-1769 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-345)) (-5 *2 (-695)))) (-1768 (*1 *1 *1) (-4 *1 (-345))) (-1768 (*1 *1 *1 *2) (-12 (-4 *1 (-345)) (-5 *2 (-695)))))
+(-13 (-312) (-118) (-10 -8 (-15 -3774 ((-744 (-831)) $)) (-15 -1769 ((-3 (-695) "failed") $ $)) (-15 -1768 ($ $)) (-15 -1768 ($ $ (-695)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 $ $) . T) ((-104) . T) ((-118) . T) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 $) . T) ((-655 (-350 (-485))) . T) ((-655 $) . T) ((-664) . T) ((-833) . T) ((-964 (-350 (-485))) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) . T))
+((-3256 (($ (-485) (-485)) 11 T ELT) (($ (-485) (-485) (-831)) NIL T ELT)) (-2617 (((-831)) 19 T ELT) (((-831) (-831)) NIL T ELT)))
+(((-346 |#1|) (-10 -7 (-15 -2617 ((-831) (-831))) (-15 -2617 ((-831))) (-15 -3256 (|#1| (-485) (-485) (-831))) (-15 -3256 (|#1| (-485) (-485)))) (-347)) (T -346))
+((-2617 (*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-346 *3)) (-4 *3 (-347)))) (-2617 (*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-346 *3)) (-4 *3 (-347)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3131 (((-485) $) 108 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-3773 (($ $) 106 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 91 T ELT)) (-3973 (((-348 $) $) 90 T ELT)) (-3039 (($ $) 116 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3625 (((-485) $) 133 T ELT)) (-3726 (($) 23 T CONST)) (-3129 (($ $) 105 T ELT)) (-3159 (((-3 (-485) #1="failed") $) 121 T ELT) (((-3 (-350 (-485)) #1#) $) 118 T ELT)) (-3158 (((-485) $) 122 T ELT) (((-350 (-485)) $) 119 T ELT)) (-2566 (($ $ $) 71 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-3725 (((-85) $) 89 T ELT)) (-1772 (((-831)) 149 T ELT) (((-831) (-831)) 146 (|has| $ (-6 -3988)) ELT)) (-3188 (((-85) $) 131 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 112 T ELT)) (-3774 (((-485) $) 155 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 115 T ELT)) (-3134 (($ $) 111 T ELT)) (-3189 (((-85) $) 132 T ELT)) (-1606 (((-3 (-584 $) #2="failed") (-584 $) $) 68 T ELT)) (-2533 (($ $ $) 125 T ELT) (($) 143 (-12 (-2562 (|has| $ (-6 -3988))) (-2562 (|has| $ (-6 -3980)))) ELT)) (-2859 (($ $ $) 126 T ELT) (($) 142 (-12 (-2562 (|has| $ (-6 -3988))) (-2562 (|has| $ (-6 -3980)))) ELT)) (-1774 (((-485) $) 152 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 88 T ELT)) (-1771 (((-831) (-485)) 145 (|has| $ (-6 -3988)) ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3130 (($ $) 107 T ELT)) (-3132 (($ $) 109 T ELT)) (-3256 (($ (-485) (-485)) 157 T ELT) (($ (-485) (-485) (-831)) 156 T ELT)) (-3734 (((-348 $) $) 92 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-2402 (((-485) $) 153 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-2617 (((-831)) 150 T ELT) (((-831) (-831)) 147 (|has| $ (-6 -3988)) ELT)) (-1770 (((-831) (-485)) 144 (|has| $ (-6 -3988)) ELT)) (-3974 (((-330) $) 124 T ELT) (((-179) $) 123 T ELT) (((-801 (-330)) $) 113 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-485))) 84 T ELT) (($ (-485)) 120 T ELT) (($ (-350 (-485))) 117 T ELT)) (-3128 (((-695)) 40 T CONST)) (-3133 (($ $) 110 T ELT)) (-1773 (((-831)) 151 T ELT) (((-831) (-831)) 148 (|has| $ (-6 -3988)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2696 (((-831)) 154 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3385 (($ $) 134 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2568 (((-85) $ $) 127 T ELT)) (-2569 (((-85) $ $) 129 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 128 T ELT)) (-2687 (((-85) $ $) 130 T ELT)) (-3951 (($ $ $) 83 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 87 T ELT) (($ $ (-350 (-485))) 114 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 86 T ELT) (($ (-350 (-485)) $) 85 T ELT)))
(((-347) (-113)) (T -347))
-((-3255 (*1 *1 *2 *2) (-12 (-5 *2 (-484)) (-4 *1 (-347)))) (-3255 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-484)) (-5 *3 (-830)) (-4 *1 (-347)))) (-3773 (*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-484)))) (-2695 (*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-830)))) (-2401 (*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-484)))) (-1773 (*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-484)))) (-1772 (*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-830)))) (-2616 (*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-830)))) (-1771 (*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-830)))) (-1772 (*1 *2 *2) (-12 (-5 *2 (-830)) (|has| *1 (-6 -3987)) (-4 *1 (-347)))) (-2616 (*1 *2 *2) (-12 (-5 *2 (-830)) (|has| *1 (-6 -3987)) (-4 *1 (-347)))) (-1771 (*1 *2 *2) (-12 (-5 *2 (-830)) (|has| *1 (-6 -3987)) (-4 *1 (-347)))) (-1770 (*1 *2 *3) (-12 (-5 *3 (-484)) (|has| *1 (-6 -3987)) (-4 *1 (-347)) (-5 *2 (-830)))) (-1769 (*1 *2 *3) (-12 (-5 *3 (-484)) (|has| *1 (-6 -3987)) (-4 *1 (-347)) (-5 *2 (-830)))) (-2532 (*1 *1) (-12 (-4 *1 (-347)) (-2561 (|has| *1 (-6 -3987))) (-2561 (|has| *1 (-6 -3979))))) (-2858 (*1 *1) (-12 (-4 *1 (-347)) (-2561 (|has| *1 (-6 -3987))) (-2561 (|has| *1 (-6 -3979))))))
-(-13 (-973) (-10 -8 (-6 -3771) (-15 -3255 ($ (-484) (-484))) (-15 -3255 ($ (-484) (-484) (-830))) (-15 -3773 ((-484) $)) (-15 -2695 ((-830))) (-15 -2401 ((-484) $)) (-15 -1773 ((-484) $)) (-15 -1772 ((-830))) (-15 -2616 ((-830))) (-15 -1771 ((-830))) (IF (|has| $ (-6 -3987)) (PROGN (-15 -1772 ((-830) (-830))) (-15 -2616 ((-830) (-830))) (-15 -1771 ((-830) (-830))) (-15 -1770 ((-830) (-484))) (-15 -1769 ((-830) (-484)))) |%noBranch|) (IF (|has| $ (-6 -3979)) |%noBranch| (IF (|has| $ (-6 -3987)) |%noBranch| (PROGN (-15 -2532 ($)) (-15 -2858 ($)))))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-553 (-179)) . T) ((-553 (-330)) . T) ((-553 (-800 (-330))) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 $) . T) ((-654 (-350 (-484))) . T) ((-654 $) . T) ((-663) . T) ((-714) . T) ((-716) . T) ((-718) . T) ((-721) . T) ((-755) . T) ((-756) . T) ((-759) . T) ((-796 (-330)) . T) ((-832) . T) ((-915) . T) ((-933) . T) ((-973) . T) ((-950 (-350 (-484))) . T) ((-950 (-484)) . T) ((-963 (-350 (-484))) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 59 T ELT)) (-1774 (($ $) 77 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 189 T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) 48 T ELT)) (-1775 ((|#1| $) 16 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL (|has| |#1| (-1134)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-1134)) ELT)) (-1777 (($ |#1| (-484)) 42 T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 147 T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) 73 T ELT)) (-3468 (((-3 $ #1#) $) 163 T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) 84 (|has| |#1| (-483)) ELT)) (-3024 (((-85) $) 80 (|has| |#1| (-483)) ELT)) (-3023 (((-350 (-484)) $) 82 (|has| |#1| (-483)) ELT)) (-1778 (($ |#1| (-484)) 44 T ELT)) (-3724 (((-85) $) 209 (|has| |#1| (-1134)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 61 T ELT)) (-1837 (((-694) $) 51 T ELT)) (-1779 (((-3 #2="nil" #3="sqfr" #4="irred" #5="prime") $ (-484)) 174 T ELT)) (-2299 ((|#1| $ (-484)) 173 T ELT)) (-1780 (((-484) $ (-484)) 172 T ELT)) (-1783 (($ |#1| (-484)) 41 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 182 T ELT)) (-1834 (($ |#1| (-583 (-2 (|:| |flg| (-3 #2# #3# #4# #5#)) (|:| |fctr| |#1|) (|:| |xpnt| (-484))))) 78 T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1781 (($ |#1| (-484)) 43 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) 190 (|has| |#1| (-392)) ELT)) (-1776 (($ |#1| (-484) (-3 #2# #3# #4# #5#)) 40 T ELT)) (-1782 (((-583 (-2 (|:| -3733 |#1|) (|:| -2401 (-484)))) $) 72 T ELT)) (-1951 (((-583 (-2 (|:| |flg| (-3 #2# #3# #4# #5#)) (|:| |fctr| |#1|) (|:| |xpnt| (-484)))) $) 12 T ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-1134)) ELT)) (-3467 (((-3 $ #1#) $ $) 175 T ELT)) (-2401 (((-484) $) 166 T ELT)) (-3964 ((|#1| $) 74 T ELT)) (-3769 (($ $ (-583 |#1|) (-583 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-249 |#1|))) 99 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) 105 (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-1090) |#1|) NIL (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-1090) $) NIL (|has| |#1| (-455 (-1090) $)) ELT) (($ $ (-583 (-1090)) (-583 $)) 106 (|has| |#1| (-455 (-1090) $)) ELT) (($ $ (-583 (-249 $))) 102 (|has| |#1| (-260 $)) ELT) (($ $ (-249 $)) NIL (|has| |#1| (-260 $)) ELT) (($ $ $ $) NIL (|has| |#1| (-260 $)) ELT) (($ $ (-583 $) (-583 $)) NIL (|has| |#1| (-260 $)) ELT)) (-3801 (($ $ |#1|) 91 (|has| |#1| (-241 |#1| |#1|)) ELT) (($ $ $) 92 (|has| |#1| (-241 $ $)) ELT)) (-3759 (($ $ (-1 |#1| |#1|)) 181 T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT)) (-3973 (((-473) $) 39 (|has| |#1| (-553 (-473))) ELT) (((-330) $) 112 (|has| |#1| (-933)) ELT) (((-179) $) 118 (|has| |#1| (-933)) ELT)) (-3947 (((-772) $) 145 T ELT) (($ (-484)) 64 T ELT) (($ $) NIL T ELT) (($ |#1|) 63 T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-950 (-350 (-484)))) ELT)) (-3127 (((-694)) 66 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 53 T CONST)) (-2667 (($) 52 T CONST)) (-2670 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT)) (-3057 (((-85) $ $) 158 T ELT)) (-3838 (($ $) 160 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 179 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 124 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 68 T ELT) (($ $ $) 67 T ELT) (($ |#1| $) 69 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-348 |#1|) (-13 (-495) (-184 |#1|) (-38 |#1|) (-288 |#1|) (-355 |#1|) (-10 -8 (-15 -3964 (|#1| $)) (-15 -2401 ((-484) $)) (-15 -1834 ($ |#1| (-583 (-2 (|:| |flg| (-3 #1="nil" #2="sqfr" #3="irred" #4="prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-484)))))) (-15 -1951 ((-583 (-2 (|:| |flg| (-3 #1# #2# #3# #4#)) (|:| |fctr| |#1|) (|:| |xpnt| (-484)))) $)) (-15 -1783 ($ |#1| (-484))) (-15 -1782 ((-583 (-2 (|:| -3733 |#1|) (|:| -2401 (-484)))) $)) (-15 -1781 ($ |#1| (-484))) (-15 -1780 ((-484) $ (-484))) (-15 -2299 (|#1| $ (-484))) (-15 -1779 ((-3 #1# #2# #3# #4#) $ (-484))) (-15 -1837 ((-694) $)) (-15 -1778 ($ |#1| (-484))) (-15 -1777 ($ |#1| (-484))) (-15 -1776 ($ |#1| (-484) (-3 #1# #2# #3# #4#))) (-15 -1775 (|#1| $)) (-15 -1774 ($ $)) (-15 -3959 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-392)) (-6 (-392)) |%noBranch|) (IF (|has| |#1| (-933)) (-6 (-933)) |%noBranch|) (IF (|has| |#1| (-1134)) (-6 (-1134)) |%noBranch|) (IF (|has| |#1| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|) (IF (|has| |#1| (-483)) (PROGN (-15 -3024 ((-85) $)) (-15 -3023 ((-350 (-484)) $)) (-15 -3025 ((-3 (-350 (-484)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-241 $ $)) (-6 (-241 $ $)) |%noBranch|) (IF (|has| |#1| (-260 $)) (-6 (-260 $)) |%noBranch|) (IF (|has| |#1| (-455 (-1090) $)) (-6 (-455 (-1090) $)) |%noBranch|))) (-495)) (T -348))
-((-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-495)) (-5 *1 (-348 *3)))) (-3964 (*1 *2 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-495)))) (-2401 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-348 *3)) (-4 *3 (-495)))) (-1834 (*1 *1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| |flg| (-3 #1="nil" #2="sqfr" #3="irred" #4="prime")) (|:| |fctr| *2) (|:| |xpnt| (-484))))) (-4 *2 (-495)) (-5 *1 (-348 *2)))) (-1951 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| |flg| (-3 #1# #2# #3# #4#)) (|:| |fctr| *3) (|:| |xpnt| (-484))))) (-5 *1 (-348 *3)) (-4 *3 (-495)))) (-1783 (*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-348 *2)) (-4 *2 (-495)))) (-1782 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| -3733 *3) (|:| -2401 (-484))))) (-5 *1 (-348 *3)) (-4 *3 (-495)))) (-1781 (*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-348 *2)) (-4 *2 (-495)))) (-1780 (*1 *2 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-348 *3)) (-4 *3 (-495)))) (-2299 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *1 (-348 *2)) (-4 *2 (-495)))) (-1779 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *2 (-3 #1# #2# #3# #4#)) (-5 *1 (-348 *4)) (-4 *4 (-495)))) (-1837 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-348 *3)) (-4 *3 (-495)))) (-1778 (*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-348 *2)) (-4 *2 (-495)))) (-1777 (*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-348 *2)) (-4 *2 (-495)))) (-1776 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-484)) (-5 *4 (-3 #1# #2# #3# #4#)) (-5 *1 (-348 *2)) (-4 *2 (-495)))) (-1775 (*1 *2 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-495)))) (-1774 (*1 *1 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-495)))) (-3024 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-348 *3)) (-4 *3 (-483)) (-4 *3 (-495)))) (-3023 (*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-348 *3)) (-4 *3 (-483)) (-4 *3 (-495)))) (-3025 (*1 *2 *1) (|partial| -12 (-5 *2 (-350 (-484))) (-5 *1 (-348 *3)) (-4 *3 (-483)) (-4 *3 (-495)))))
-((-3959 (((-348 |#2|) (-1 |#2| |#1|) (-348 |#1|)) 20 T ELT)))
-(((-349 |#1| |#2|) (-10 -7 (-15 -3959 ((-348 |#2|) (-1 |#2| |#1|) (-348 |#1|)))) (-495) (-495)) (T -349))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-348 *5)) (-4 *5 (-495)) (-4 *6 (-495)) (-5 *2 (-348 *6)) (-5 *1 (-349 *5 *6)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 13 T ELT)) (-3130 ((|#1| $) 21 (|has| |#1| (-258)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| |#1| (-740)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) 17 T ELT) (((-3 (-1090) #1#) $) NIL (|has| |#1| (-950 (-1090))) ELT) (((-3 (-350 (-484)) #1#) $) 54 (|has| |#1| (-950 (-484))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT)) (-3157 ((|#1| $) 15 T ELT) (((-1090) $) NIL (|has| |#1| (-950 (-1090))) ELT) (((-350 (-484)) $) 51 (|has| |#1| (-950 (-484))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) 32 T ELT)) (-2995 (($) NIL (|has| |#1| (-483)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3187 (((-85) $) NIL (|has| |#1| (-740)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (|has| |#1| (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (|has| |#1| (-796 (-330))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 38 T ELT)) (-2997 (($ $) NIL T ELT)) (-2999 ((|#1| $) 55 T ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-1066)) ELT)) (-3188 (((-85) $) 22 (|has| |#1| (-740)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| |#1| (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 82 T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) NIL (|has| |#1| (-258)) ELT)) (-3131 ((|#1| $) 26 (|has| |#1| (-483)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 133 (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 128 (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-3769 (($ $ (-583 |#1|) (-583 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-249 |#1|))) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) NIL (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-1090) |#1|) NIL (|has| |#1| (-455 (-1090) |#1|)) ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ $ |#1|) NIL (|has| |#1| (-241 |#1| |#1|)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3759 (($ $ (-1 |#1| |#1|)) 45 T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT)) (-2996 (($ $) NIL T ELT)) (-2998 ((|#1| $) 57 T ELT)) (-3973 (((-800 (-484)) $) NIL (|has| |#1| (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| |#1| (-553 (-800 (-330)))) ELT) (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT) (((-330) $) NIL (|has| |#1| (-933)) ELT) (((-179) $) NIL (|has| |#1| (-933)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) 112 (-12 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#1|) 10 T ELT) (($ (-1090)) NIL (|has| |#1| (-950 (-1090))) ELT)) (-2703 (((-632 $) $) 92 (OR (-12 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) 93 T CONST)) (-3132 ((|#1| $) 24 (|has| |#1| (-483)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 (($ $) NIL (|has| |#1| (-740)) ELT)) (-2661 (($) 28 T CONST)) (-2667 (($) 8 T CONST)) (-2670 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 48 T ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3950 (($ $ $) 123 T ELT) (($ |#1| |#1|) 34 T ELT)) (-3838 (($ $) 23 T ELT) (($ $ $) 37 T ELT)) (-3840 (($ $ $) 35 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) 122 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 42 T ELT) (($ $ $) 39 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ |#1| $) 43 T ELT) (($ $ |#1|) 70 T ELT)))
-(((-350 |#1|) (-13 (-904 |#1|) (-10 -7 (IF (|has| |#1| (-6 -3983)) (IF (|has| |#1| (-392)) (IF (|has| |#1| (-6 -3994)) (-6 -3983) |%noBranch|) |%noBranch|) |%noBranch|))) (-495)) (T -350))
-NIL
-((-3959 (((-350 |#2|) (-1 |#2| |#1|) (-350 |#1|)) 13 T ELT)))
-(((-351 |#1| |#2|) (-10 -7 (-15 -3959 ((-350 |#2|) (-1 |#2| |#1|) (-350 |#1|)))) (-495) (-495)) (T -351))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-350 *5)) (-4 *5 (-495)) (-4 *6 (-495)) (-5 *2 (-350 *6)) (-5 *1 (-351 *5 *6)))))
-((-1785 (((-630 |#2|) (-1179 $)) NIL T ELT) (((-630 |#2|)) 18 T ELT)) (-1795 (($ (-1179 |#2|) (-1179 $)) NIL T ELT) (($ (-1179 |#2|)) 24 T ELT)) (-1784 (((-630 |#2|) $ (-1179 $)) NIL T ELT) (((-630 |#2|) $) 40 T ELT)) (-2014 ((|#3| $) 69 T ELT)) (-3758 ((|#2| (-1179 $)) NIL T ELT) ((|#2|) 20 T ELT)) (-3225 (((-1179 |#2|) $ (-1179 $)) NIL T ELT) (((-630 |#2|) (-1179 $) (-1179 $)) NIL T ELT) (((-1179 |#2|) $) 22 T ELT) (((-630 |#2|) (-1179 $)) 38 T ELT)) (-3973 (((-1179 |#2|) $) 11 T ELT) (($ (-1179 |#2|)) 13 T ELT)) (-2450 ((|#3| $) 55 T ELT)))
-(((-352 |#1| |#2| |#3|) (-10 -7 (-15 -1784 ((-630 |#2|) |#1|)) (-15 -3758 (|#2|)) (-15 -1785 ((-630 |#2|))) (-15 -3973 (|#1| (-1179 |#2|))) (-15 -3973 ((-1179 |#2|) |#1|)) (-15 -1795 (|#1| (-1179 |#2|))) (-15 -3225 ((-630 |#2|) (-1179 |#1|))) (-15 -3225 ((-1179 |#2|) |#1|)) (-15 -2014 (|#3| |#1|)) (-15 -2450 (|#3| |#1|)) (-15 -1785 ((-630 |#2|) (-1179 |#1|))) (-15 -3758 (|#2| (-1179 |#1|))) (-15 -1795 (|#1| (-1179 |#2|) (-1179 |#1|))) (-15 -3225 ((-630 |#2|) (-1179 |#1|) (-1179 |#1|))) (-15 -3225 ((-1179 |#2|) |#1| (-1179 |#1|))) (-15 -1784 ((-630 |#2|) |#1| (-1179 |#1|)))) (-353 |#2| |#3|) (-146) (-1155 |#2|)) (T -352))
-((-1785 (*1 *2) (-12 (-4 *4 (-146)) (-4 *5 (-1155 *4)) (-5 *2 (-630 *4)) (-5 *1 (-352 *3 *4 *5)) (-4 *3 (-353 *4 *5)))) (-3758 (*1 *2) (-12 (-4 *4 (-1155 *2)) (-4 *2 (-146)) (-5 *1 (-352 *3 *2 *4)) (-4 *3 (-353 *2 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1785 (((-630 |#1|) (-1179 $)) 61 T ELT) (((-630 |#1|)) 77 T ELT)) (-3331 ((|#1| $) 67 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1795 (($ (-1179 |#1|) (-1179 $)) 63 T ELT) (($ (-1179 |#1|)) 80 T ELT)) (-1784 (((-630 |#1|) $ (-1179 $)) 68 T ELT) (((-630 |#1|) $) 75 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3109 (((-830)) 69 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3133 ((|#1| $) 66 T ELT)) (-2014 ((|#2| $) 59 (|has| |#1| (-312)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3758 ((|#1| (-1179 $)) 62 T ELT) ((|#1|) 76 T ELT)) (-3225 (((-1179 |#1|) $ (-1179 $)) 65 T ELT) (((-630 |#1|) (-1179 $) (-1179 $)) 64 T ELT) (((-1179 |#1|) $) 82 T ELT) (((-630 |#1|) (-1179 $)) 81 T ELT)) (-3973 (((-1179 |#1|) $) 79 T ELT) (($ (-1179 |#1|)) 78 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 52 T ELT)) (-2703 (((-632 $) $) 58 (|has| |#1| (-118)) ELT)) (-2450 ((|#2| $) 60 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2012 (((-1179 $)) 83 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT)))
-(((-353 |#1| |#2|) (-113) (-146) (-1155 |t#1|)) (T -353))
-((-2012 (*1 *2) (-12 (-4 *3 (-146)) (-4 *4 (-1155 *3)) (-5 *2 (-1179 *1)) (-4 *1 (-353 *3 *4)))) (-3225 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1155 *3)) (-5 *2 (-1179 *3)))) (-3225 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-353 *4 *5)) (-4 *4 (-146)) (-4 *5 (-1155 *4)) (-5 *2 (-630 *4)))) (-1795 (*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-146)) (-4 *1 (-353 *3 *4)) (-4 *4 (-1155 *3)))) (-3973 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1155 *3)) (-5 *2 (-1179 *3)))) (-3973 (*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-146)) (-4 *1 (-353 *3 *4)) (-4 *4 (-1155 *3)))) (-1785 (*1 *2) (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1155 *3)) (-5 *2 (-630 *3)))) (-3758 (*1 *2) (-12 (-4 *1 (-353 *2 *3)) (-4 *3 (-1155 *2)) (-4 *2 (-146)))) (-1784 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1155 *3)) (-5 *2 (-630 *3)))))
-(-13 (-322 |t#1| |t#2|) (-10 -8 (-15 -2012 ((-1179 $))) (-15 -3225 ((-1179 |t#1|) $)) (-15 -3225 ((-630 |t#1|) (-1179 $))) (-15 -1795 ($ (-1179 |t#1|))) (-15 -3973 ((-1179 |t#1|) $)) (-15 -3973 ($ (-1179 |t#1|))) (-15 -1785 ((-630 |t#1|))) (-15 -3758 (|t#1|)) (-15 -1784 ((-630 |t#1|) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-322 |#1| |#2|) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-582 |#1|) . T) ((-654 |#1|) . T) ((-663) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-3158 (((-3 |#2| #1="failed") $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) 27 T ELT) (((-3 (-484) #1#) $) 19 T ELT)) (-3157 ((|#2| $) NIL T ELT) (((-350 (-484)) $) 24 T ELT) (((-484) $) 14 T ELT)) (-3947 (($ |#2|) NIL T ELT) (($ (-350 (-484))) 22 T ELT) (($ (-484)) 11 T ELT)))
-(((-354 |#1| |#2|) (-10 -7 (-15 -3947 (|#1| (-484))) (-15 -3158 ((-3 (-484) #1="failed") |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3947 (|#1| |#2|))) (-355 |#2|) (-1129)) (T -354))
-NIL
-((-3158 (((-3 |#1| #1="failed") $) 9 T ELT) (((-3 (-350 (-484)) #1#) $) 16 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) 13 (|has| |#1| (-950 (-484))) ELT)) (-3157 ((|#1| $) 8 T ELT) (((-350 (-484)) $) 17 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) 14 (|has| |#1| (-950 (-484))) ELT)) (-3947 (($ |#1|) 6 T ELT) (($ (-350 (-484))) 15 (|has| |#1| (-950 (-350 (-484)))) ELT) (($ (-484)) 12 (|has| |#1| (-950 (-484))) ELT)))
-(((-355 |#1|) (-113) (-1129)) (T -355))
-NIL
-(-13 (-950 |t#1|) (-10 -7 (IF (|has| |t#1| (-950 (-484))) (-6 (-950 (-484))) |%noBranch|) (IF (|has| |t#1| (-950 (-350 (-484)))) (-6 (-950 (-350 (-484)))) |%noBranch|)))
-(((-555 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-555 (-484)) |has| |#1| (-950 (-484))) ((-555 |#1|) . T) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ "failed") $) NIL T ELT)) (-1786 ((|#4| (-694) (-1179 |#4|)) 55 T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2999 (((-1179 |#4|) $) 15 T ELT)) (-3133 ((|#2| $) 53 T ELT)) (-1787 (($ $) 156 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 103 T ELT)) (-1968 (($ (-1179 |#4|)) 102 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2998 ((|#1| $) 16 T ELT)) (-3010 (($ $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-3947 (((-772) $) 147 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 |#4|) $) 140 T ELT)) (-2667 (($) 11 T CONST)) (-3057 (((-85) $ $) 39 T ELT)) (-3950 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) 133 T ELT)) (* (($ $ $) 130 T ELT)))
-(((-356 |#1| |#2| |#3| |#4|) (-13 (-413) (-10 -8 (-15 -1968 ($ (-1179 |#4|))) (-15 -2012 ((-1179 |#4|) $)) (-15 -3133 (|#2| $)) (-15 -2999 ((-1179 |#4|) $)) (-15 -2998 (|#1| $)) (-15 -1787 ($ $)) (-15 -1786 (|#4| (-694) (-1179 |#4|))))) (-258) (-904 |#1|) (-1155 |#2|) (-13 (-353 |#2| |#3|) (-950 |#2|))) (T -356))
-((-1968 (*1 *1 *2) (-12 (-5 *2 (-1179 *6)) (-4 *6 (-13 (-353 *4 *5) (-950 *4))) (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-4 *3 (-258)) (-5 *1 (-356 *3 *4 *5 *6)))) (-2012 (*1 *2 *1) (-12 (-4 *3 (-258)) (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-5 *2 (-1179 *6)) (-5 *1 (-356 *3 *4 *5 *6)) (-4 *6 (-13 (-353 *4 *5) (-950 *4))))) (-3133 (*1 *2 *1) (-12 (-4 *4 (-1155 *2)) (-4 *2 (-904 *3)) (-5 *1 (-356 *3 *2 *4 *5)) (-4 *3 (-258)) (-4 *5 (-13 (-353 *2 *4) (-950 *2))))) (-2999 (*1 *2 *1) (-12 (-4 *3 (-258)) (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-5 *2 (-1179 *6)) (-5 *1 (-356 *3 *4 *5 *6)) (-4 *6 (-13 (-353 *4 *5) (-950 *4))))) (-2998 (*1 *2 *1) (-12 (-4 *3 (-904 *2)) (-4 *4 (-1155 *3)) (-4 *2 (-258)) (-5 *1 (-356 *2 *3 *4 *5)) (-4 *5 (-13 (-353 *3 *4) (-950 *3))))) (-1787 (*1 *1 *1) (-12 (-4 *2 (-258)) (-4 *3 (-904 *2)) (-4 *4 (-1155 *3)) (-5 *1 (-356 *2 *3 *4 *5)) (-4 *5 (-13 (-353 *3 *4) (-950 *3))))) (-1786 (*1 *2 *3 *4) (-12 (-5 *3 (-694)) (-5 *4 (-1179 *2)) (-4 *5 (-258)) (-4 *6 (-904 *5)) (-4 *2 (-13 (-353 *6 *7) (-950 *6))) (-5 *1 (-356 *5 *6 *7 *2)) (-4 *7 (-1155 *6)))))
-((-3959 (((-356 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-356 |#1| |#2| |#3| |#4|)) 35 T ELT)))
-(((-357 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3959 ((-356 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-356 |#1| |#2| |#3| |#4|)))) (-258) (-904 |#1|) (-1155 |#2|) (-13 (-353 |#2| |#3|) (-950 |#2|)) (-258) (-904 |#5|) (-1155 |#6|) (-13 (-353 |#6| |#7|) (-950 |#6|))) (T -357))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-356 *5 *6 *7 *8)) (-4 *5 (-258)) (-4 *6 (-904 *5)) (-4 *7 (-1155 *6)) (-4 *8 (-13 (-353 *6 *7) (-950 *6))) (-4 *9 (-258)) (-4 *10 (-904 *9)) (-4 *11 (-1155 *10)) (-5 *2 (-356 *9 *10 *11 *12)) (-5 *1 (-357 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-353 *10 *11) (-950 *10))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ "failed") $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3133 ((|#2| $) 69 T ELT)) (-1788 (($ (-1179 |#4|)) 27 T ELT) (($ (-356 |#1| |#2| |#3| |#4|)) 83 (|has| |#4| (-950 |#2|)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 37 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 |#4|) $) 28 T ELT)) (-2667 (($) 26 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ $ $) 80 T ELT)))
-(((-358 |#1| |#2| |#3| |#4| |#5|) (-13 (-663) (-10 -8 (-15 -2012 ((-1179 |#4|) $)) (-15 -3133 (|#2| $)) (-15 -1788 ($ (-1179 |#4|))) (IF (|has| |#4| (-950 |#2|)) (-15 -1788 ($ (-356 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-258) (-904 |#1|) (-1155 |#2|) (-353 |#2| |#3|) (-1179 |#4|)) (T -358))
-((-2012 (*1 *2 *1) (-12 (-4 *3 (-258)) (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-5 *2 (-1179 *6)) (-5 *1 (-358 *3 *4 *5 *6 *7)) (-4 *6 (-353 *4 *5)) (-14 *7 *2))) (-3133 (*1 *2 *1) (-12 (-4 *4 (-1155 *2)) (-4 *2 (-904 *3)) (-5 *1 (-358 *3 *2 *4 *5 *6)) (-4 *3 (-258)) (-4 *5 (-353 *2 *4)) (-14 *6 (-1179 *5)))) (-1788 (*1 *1 *2) (-12 (-5 *2 (-1179 *6)) (-4 *6 (-353 *4 *5)) (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-4 *3 (-258)) (-5 *1 (-358 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-1788 (*1 *1 *2) (-12 (-5 *2 (-356 *3 *4 *5 *6)) (-4 *6 (-950 *4)) (-4 *3 (-258)) (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-4 *6 (-353 *4 *5)) (-14 *7 (-1179 *6)) (-5 *1 (-358 *3 *4 *5 *6 *7)))))
-((-3959 ((|#3| (-1 |#4| |#2|) |#1|) 29 T ELT)))
-(((-359 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3959 (|#3| (-1 |#4| |#2|) |#1|))) (-361 |#2|) (-146) (-361 |#4|) (-146)) (T -359))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-361 *6)) (-5 *1 (-359 *4 *5 *2 *6)) (-4 *4 (-361 *5)))))
-((-1775 (((-3 $ #1="failed")) 99 T ELT)) (-3224 (((-1179 (-630 |#2|)) (-1179 $)) NIL T ELT) (((-1179 (-630 |#2|))) 104 T ELT)) (-1909 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) 97 T ELT)) (-1703 (((-3 $ #1#)) 96 T ELT)) (-1791 (((-630 |#2|) (-1179 $)) NIL T ELT) (((-630 |#2|)) 115 T ELT)) (-1789 (((-630 |#2|) $ (-1179 $)) NIL T ELT) (((-630 |#2|) $) 123 T ELT)) (-1903 (((-1085 (-857 |#2|))) 64 T ELT)) (-1793 ((|#2| (-1179 $)) NIL T ELT) ((|#2|) 119 T ELT)) (-1795 (($ (-1179 |#2|) (-1179 $)) NIL T ELT) (($ (-1179 |#2|)) 125 T ELT)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) 95 T ELT)) (-1704 (((-3 $ #1#)) 87 T ELT)) (-1792 (((-630 |#2|) (-1179 $)) NIL T ELT) (((-630 |#2|)) 113 T ELT)) (-1790 (((-630 |#2|) $ (-1179 $)) NIL T ELT) (((-630 |#2|) $) 121 T ELT)) (-1907 (((-1085 (-857 |#2|))) 63 T ELT)) (-1794 ((|#2| (-1179 $)) NIL T ELT) ((|#2|) 117 T ELT)) (-3225 (((-1179 |#2|) $ (-1179 $)) NIL T ELT) (((-630 |#2|) (-1179 $) (-1179 $)) NIL T ELT) (((-1179 |#2|) $) 124 T ELT) (((-630 |#2|) (-1179 $)) 133 T ELT)) (-3973 (((-1179 |#2|) $) 109 T ELT) (($ (-1179 |#2|)) 111 T ELT)) (-1895 (((-583 (-857 |#2|)) (-1179 $)) NIL T ELT) (((-583 (-857 |#2|))) 107 T ELT)) (-2546 (($ (-630 |#2|) $) 103 T ELT)))
-(((-360 |#1| |#2|) (-10 -7 (-15 -2546 (|#1| (-630 |#2|) |#1|)) (-15 -1903 ((-1085 (-857 |#2|)))) (-15 -1907 ((-1085 (-857 |#2|)))) (-15 -1789 ((-630 |#2|) |#1|)) (-15 -1790 ((-630 |#2|) |#1|)) (-15 -1791 ((-630 |#2|))) (-15 -1792 ((-630 |#2|))) (-15 -1793 (|#2|)) (-15 -1794 (|#2|)) (-15 -3973 (|#1| (-1179 |#2|))) (-15 -3973 ((-1179 |#2|) |#1|)) (-15 -1795 (|#1| (-1179 |#2|))) (-15 -1895 ((-583 (-857 |#2|)))) (-15 -3224 ((-1179 (-630 |#2|)))) (-15 -3225 ((-630 |#2|) (-1179 |#1|))) (-15 -3225 ((-1179 |#2|) |#1|)) (-15 -1775 ((-3 |#1| #1="failed"))) (-15 -1703 ((-3 |#1| #1#))) (-15 -1704 ((-3 |#1| #1#))) (-15 -1909 ((-3 (-2 (|:| |particular| |#1|) (|:| -2012 (-583 |#1|))) #1#))) (-15 -1910 ((-3 (-2 (|:| |particular| |#1|) (|:| -2012 (-583 |#1|))) #1#))) (-15 -1791 ((-630 |#2|) (-1179 |#1|))) (-15 -1792 ((-630 |#2|) (-1179 |#1|))) (-15 -1793 (|#2| (-1179 |#1|))) (-15 -1794 (|#2| (-1179 |#1|))) (-15 -1795 (|#1| (-1179 |#2|) (-1179 |#1|))) (-15 -3225 ((-630 |#2|) (-1179 |#1|) (-1179 |#1|))) (-15 -3225 ((-1179 |#2|) |#1| (-1179 |#1|))) (-15 -1789 ((-630 |#2|) |#1| (-1179 |#1|))) (-15 -1790 ((-630 |#2|) |#1| (-1179 |#1|))) (-15 -3224 ((-1179 (-630 |#2|)) (-1179 |#1|))) (-15 -1895 ((-583 (-857 |#2|)) (-1179 |#1|)))) (-361 |#2|) (-146)) (T -360))
-((-3224 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-1179 (-630 *4))) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1895 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-583 (-857 *4))) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1794 (*1 *2) (-12 (-4 *2 (-146)) (-5 *1 (-360 *3 *2)) (-4 *3 (-361 *2)))) (-1793 (*1 *2) (-12 (-4 *2 (-146)) (-5 *1 (-360 *3 *2)) (-4 *3 (-361 *2)))) (-1792 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-630 *4)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1791 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-630 *4)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1907 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-1085 (-857 *4))) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1903 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-1085 (-857 *4))) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1775 (((-3 $ #1="failed")) 48 (|has| |#1| (-495)) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3224 (((-1179 (-630 |#1|)) (-1179 $)) 89 T ELT) (((-1179 (-630 |#1|))) 115 T ELT)) (-1729 (((-1179 $)) 92 T ELT)) (-3725 (($) 23 T CONST)) (-1909 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) 51 (|has| |#1| (-495)) ELT)) (-1703 (((-3 $ #1#)) 49 (|has| |#1| (-495)) ELT)) (-1791 (((-630 |#1|) (-1179 $)) 76 T ELT) (((-630 |#1|)) 107 T ELT)) (-1727 ((|#1| $) 85 T ELT)) (-1789 (((-630 |#1|) $ (-1179 $)) 87 T ELT) (((-630 |#1|) $) 105 T ELT)) (-2404 (((-3 $ #1#) $) 56 (|has| |#1| (-495)) ELT)) (-1903 (((-1085 (-857 |#1|))) 103 (|has| |#1| (-312)) ELT)) (-2407 (($ $ (-830)) 37 T ELT)) (-1725 ((|#1| $) 83 T ELT)) (-1705 (((-1085 |#1|) $) 53 (|has| |#1| (-495)) ELT)) (-1793 ((|#1| (-1179 $)) 78 T ELT) ((|#1|) 109 T ELT)) (-1723 (((-1085 |#1|) $) 74 T ELT)) (-1717 (((-85)) 68 T ELT)) (-1795 (($ (-1179 |#1|) (-1179 $)) 80 T ELT) (($ (-1179 |#1|)) 113 T ELT)) (-3468 (((-3 $ #1#) $) 58 (|has| |#1| (-495)) ELT)) (-3109 (((-830)) 91 T ELT)) (-1714 (((-85)) 65 T ELT)) (-2434 (($ $ (-830)) 44 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-1710 (((-85)) 61 T ELT)) (-1708 (((-85)) 59 T ELT)) (-1712 (((-85)) 63 T ELT)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) 52 (|has| |#1| (-495)) ELT)) (-1704 (((-3 $ #1#)) 50 (|has| |#1| (-495)) ELT)) (-1792 (((-630 |#1|) (-1179 $)) 77 T ELT) (((-630 |#1|)) 108 T ELT)) (-1728 ((|#1| $) 86 T ELT)) (-1790 (((-630 |#1|) $ (-1179 $)) 88 T ELT) (((-630 |#1|) $) 106 T ELT)) (-2405 (((-3 $ #1#) $) 57 (|has| |#1| (-495)) ELT)) (-1907 (((-1085 (-857 |#1|))) 104 (|has| |#1| (-312)) ELT)) (-2406 (($ $ (-830)) 38 T ELT)) (-1726 ((|#1| $) 84 T ELT)) (-1706 (((-1085 |#1|) $) 54 (|has| |#1| (-495)) ELT)) (-1794 ((|#1| (-1179 $)) 79 T ELT) ((|#1|) 110 T ELT)) (-1724 (((-1085 |#1|) $) 75 T ELT)) (-1718 (((-85)) 69 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1709 (((-85)) 60 T ELT)) (-1711 (((-85)) 62 T ELT)) (-1713 (((-85)) 64 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1716 (((-85)) 67 T ELT)) (-3801 ((|#1| $ (-484)) 119 T ELT)) (-3225 (((-1179 |#1|) $ (-1179 $)) 82 T ELT) (((-630 |#1|) (-1179 $) (-1179 $)) 81 T ELT) (((-1179 |#1|) $) 117 T ELT) (((-630 |#1|) (-1179 $)) 116 T ELT)) (-3973 (((-1179 |#1|) $) 112 T ELT) (($ (-1179 |#1|)) 111 T ELT)) (-1895 (((-583 (-857 |#1|)) (-1179 $)) 90 T ELT) (((-583 (-857 |#1|))) 114 T ELT)) (-2436 (($ $ $) 34 T ELT)) (-1722 (((-85)) 73 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2012 (((-1179 $)) 118 T ELT)) (-1707 (((-583 (-1179 |#1|))) 55 (|has| |#1| (-495)) ELT)) (-2437 (($ $ $ $) 35 T ELT)) (-1720 (((-85)) 71 T ELT)) (-2546 (($ (-630 |#1|) $) 102 T ELT)) (-2435 (($ $ $) 33 T ELT)) (-1721 (((-85)) 72 T ELT)) (-1719 (((-85)) 70 T ELT)) (-1715 (((-85)) 66 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 39 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 36 T ELT) (($ $ |#1|) 46 T ELT) (($ |#1| $) 45 T ELT)))
+((-3256 (*1 *1 *2 *2) (-12 (-5 *2 (-485)) (-4 *1 (-347)))) (-3256 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-485)) (-5 *3 (-831)) (-4 *1 (-347)))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-485)))) (-2696 (*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-831)))) (-2402 (*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-485)))) (-1774 (*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-485)))) (-1773 (*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-831)))) (-2617 (*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-831)))) (-1772 (*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-831)))) (-1773 (*1 *2 *2) (-12 (-5 *2 (-831)) (|has| *1 (-6 -3988)) (-4 *1 (-347)))) (-2617 (*1 *2 *2) (-12 (-5 *2 (-831)) (|has| *1 (-6 -3988)) (-4 *1 (-347)))) (-1772 (*1 *2 *2) (-12 (-5 *2 (-831)) (|has| *1 (-6 -3988)) (-4 *1 (-347)))) (-1771 (*1 *2 *3) (-12 (-5 *3 (-485)) (|has| *1 (-6 -3988)) (-4 *1 (-347)) (-5 *2 (-831)))) (-1770 (*1 *2 *3) (-12 (-5 *3 (-485)) (|has| *1 (-6 -3988)) (-4 *1 (-347)) (-5 *2 (-831)))) (-2533 (*1 *1) (-12 (-4 *1 (-347)) (-2562 (|has| *1 (-6 -3988))) (-2562 (|has| *1 (-6 -3980))))) (-2859 (*1 *1) (-12 (-4 *1 (-347)) (-2562 (|has| *1 (-6 -3988))) (-2562 (|has| *1 (-6 -3980))))))
+(-13 (-974) (-10 -8 (-6 -3772) (-15 -3256 ($ (-485) (-485))) (-15 -3256 ($ (-485) (-485) (-831))) (-15 -3774 ((-485) $)) (-15 -2696 ((-831))) (-15 -2402 ((-485) $)) (-15 -1774 ((-485) $)) (-15 -1773 ((-831))) (-15 -2617 ((-831))) (-15 -1772 ((-831))) (IF (|has| $ (-6 -3988)) (PROGN (-15 -1773 ((-831) (-831))) (-15 -2617 ((-831) (-831))) (-15 -1772 ((-831) (-831))) (-15 -1771 ((-831) (-485))) (-15 -1770 ((-831) (-485)))) |%noBranch|) (IF (|has| $ (-6 -3980)) |%noBranch| (IF (|has| $ (-6 -3988)) |%noBranch| (PROGN (-15 -2533 ($)) (-15 -2859 ($)))))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-554 (-179)) . T) ((-554 (-330)) . T) ((-554 (-801 (-330))) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 $) . T) ((-655 (-350 (-485))) . T) ((-655 $) . T) ((-664) . T) ((-715) . T) ((-717) . T) ((-719) . T) ((-722) . T) ((-756) . T) ((-757) . T) ((-760) . T) ((-797 (-330)) . T) ((-833) . T) ((-916) . T) ((-934) . T) ((-974) . T) ((-951 (-350 (-485))) . T) ((-951 (-485)) . T) ((-964 (-350 (-485))) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 59 T ELT)) (-1775 (($ $) 77 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 189 T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) 48 T ELT)) (-1776 ((|#1| $) 16 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL (|has| |#1| (-1135)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-1135)) ELT)) (-1778 (($ |#1| (-485)) 42 T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 147 T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) 73 T ELT)) (-3469 (((-3 $ #1#) $) 163 T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) 84 (|has| |#1| (-484)) ELT)) (-3025 (((-85) $) 80 (|has| |#1| (-484)) ELT)) (-3024 (((-350 (-485)) $) 82 (|has| |#1| (-484)) ELT)) (-1779 (($ |#1| (-485)) 44 T ELT)) (-3725 (((-85) $) 209 (|has| |#1| (-1135)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 61 T ELT)) (-1838 (((-695) $) 51 T ELT)) (-1780 (((-3 #2="nil" #3="sqfr" #4="irred" #5="prime") $ (-485)) 174 T ELT)) (-2300 ((|#1| $ (-485)) 173 T ELT)) (-1781 (((-485) $ (-485)) 172 T ELT)) (-1784 (($ |#1| (-485)) 41 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 182 T ELT)) (-1835 (($ |#1| (-584 (-2 (|:| |flg| (-3 #2# #3# #4# #5#)) (|:| |fctr| |#1|) (|:| |xpnt| (-485))))) 78 T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1782 (($ |#1| (-485)) 43 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) 190 (|has| |#1| (-392)) ELT)) (-1777 (($ |#1| (-485) (-3 #2# #3# #4# #5#)) 40 T ELT)) (-1783 (((-584 (-2 (|:| -3734 |#1|) (|:| -2402 (-485)))) $) 72 T ELT)) (-1952 (((-584 (-2 (|:| |flg| (-3 #2# #3# #4# #5#)) (|:| |fctr| |#1|) (|:| |xpnt| (-485)))) $) 12 T ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-1135)) ELT)) (-3468 (((-3 $ #1#) $ $) 175 T ELT)) (-2402 (((-485) $) 166 T ELT)) (-3965 ((|#1| $) 74 T ELT)) (-3770 (($ $ (-584 |#1|) (-584 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-249 |#1|))) 99 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) 105 (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-1091) |#1|) NIL (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-1091) $) NIL (|has| |#1| (-456 (-1091) $)) ELT) (($ $ (-584 (-1091)) (-584 $)) 106 (|has| |#1| (-456 (-1091) $)) ELT) (($ $ (-584 (-249 $))) 102 (|has| |#1| (-260 $)) ELT) (($ $ (-249 $)) NIL (|has| |#1| (-260 $)) ELT) (($ $ $ $) NIL (|has| |#1| (-260 $)) ELT) (($ $ (-584 $) (-584 $)) NIL (|has| |#1| (-260 $)) ELT)) (-3802 (($ $ |#1|) 91 (|has| |#1| (-241 |#1| |#1|)) ELT) (($ $ $) 92 (|has| |#1| (-241 $ $)) ELT)) (-3760 (($ $ (-1 |#1| |#1|)) 181 T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT)) (-3974 (((-474) $) 39 (|has| |#1| (-554 (-474))) ELT) (((-330) $) 112 (|has| |#1| (-934)) ELT) (((-179) $) 118 (|has| |#1| (-934)) ELT)) (-3948 (((-773) $) 145 T ELT) (($ (-485)) 64 T ELT) (($ $) NIL T ELT) (($ |#1|) 63 T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-951 (-350 (-485)))) ELT)) (-3128 (((-695)) 66 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 53 T CONST)) (-2668 (($) 52 T CONST)) (-2671 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT)) (-3058 (((-85) $ $) 158 T ELT)) (-3839 (($ $) 160 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 179 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 124 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 68 T ELT) (($ $ $) 67 T ELT) (($ |#1| $) 69 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-348 |#1|) (-13 (-496) (-184 |#1|) (-38 |#1|) (-288 |#1|) (-355 |#1|) (-10 -8 (-15 -3965 (|#1| $)) (-15 -2402 ((-485) $)) (-15 -1835 ($ |#1| (-584 (-2 (|:| |flg| (-3 #1="nil" #2="sqfr" #3="irred" #4="prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-485)))))) (-15 -1952 ((-584 (-2 (|:| |flg| (-3 #1# #2# #3# #4#)) (|:| |fctr| |#1|) (|:| |xpnt| (-485)))) $)) (-15 -1784 ($ |#1| (-485))) (-15 -1783 ((-584 (-2 (|:| -3734 |#1|) (|:| -2402 (-485)))) $)) (-15 -1782 ($ |#1| (-485))) (-15 -1781 ((-485) $ (-485))) (-15 -2300 (|#1| $ (-485))) (-15 -1780 ((-3 #1# #2# #3# #4#) $ (-485))) (-15 -1838 ((-695) $)) (-15 -1779 ($ |#1| (-485))) (-15 -1778 ($ |#1| (-485))) (-15 -1777 ($ |#1| (-485) (-3 #1# #2# #3# #4#))) (-15 -1776 (|#1| $)) (-15 -1775 ($ $)) (-15 -3960 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-392)) (-6 (-392)) |%noBranch|) (IF (|has| |#1| (-934)) (-6 (-934)) |%noBranch|) (IF (|has| |#1| (-1135)) (-6 (-1135)) |%noBranch|) (IF (|has| |#1| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|) (IF (|has| |#1| (-484)) (PROGN (-15 -3025 ((-85) $)) (-15 -3024 ((-350 (-485)) $)) (-15 -3026 ((-3 (-350 (-485)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-241 $ $)) (-6 (-241 $ $)) |%noBranch|) (IF (|has| |#1| (-260 $)) (-6 (-260 $)) |%noBranch|) (IF (|has| |#1| (-456 (-1091) $)) (-6 (-456 (-1091) $)) |%noBranch|))) (-496)) (T -348))
+((-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-496)) (-5 *1 (-348 *3)))) (-3965 (*1 *2 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-496)))) (-2402 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-348 *3)) (-4 *3 (-496)))) (-1835 (*1 *1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| |flg| (-3 #1="nil" #2="sqfr" #3="irred" #4="prime")) (|:| |fctr| *2) (|:| |xpnt| (-485))))) (-4 *2 (-496)) (-5 *1 (-348 *2)))) (-1952 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| |flg| (-3 #1# #2# #3# #4#)) (|:| |fctr| *3) (|:| |xpnt| (-485))))) (-5 *1 (-348 *3)) (-4 *3 (-496)))) (-1784 (*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-348 *2)) (-4 *2 (-496)))) (-1783 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| -3734 *3) (|:| -2402 (-485))))) (-5 *1 (-348 *3)) (-4 *3 (-496)))) (-1782 (*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-348 *2)) (-4 *2 (-496)))) (-1781 (*1 *2 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-348 *3)) (-4 *3 (-496)))) (-2300 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *1 (-348 *2)) (-4 *2 (-496)))) (-1780 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *2 (-3 #1# #2# #3# #4#)) (-5 *1 (-348 *4)) (-4 *4 (-496)))) (-1838 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-348 *3)) (-4 *3 (-496)))) (-1779 (*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-348 *2)) (-4 *2 (-496)))) (-1778 (*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-348 *2)) (-4 *2 (-496)))) (-1777 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-485)) (-5 *4 (-3 #1# #2# #3# #4#)) (-5 *1 (-348 *2)) (-4 *2 (-496)))) (-1776 (*1 *2 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-496)))) (-1775 (*1 *1 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-496)))) (-3025 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-348 *3)) (-4 *3 (-484)) (-4 *3 (-496)))) (-3024 (*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-348 *3)) (-4 *3 (-484)) (-4 *3 (-496)))) (-3026 (*1 *2 *1) (|partial| -12 (-5 *2 (-350 (-485))) (-5 *1 (-348 *3)) (-4 *3 (-484)) (-4 *3 (-496)))))
+((-3960 (((-348 |#2|) (-1 |#2| |#1|) (-348 |#1|)) 20 T ELT)))
+(((-349 |#1| |#2|) (-10 -7 (-15 -3960 ((-348 |#2|) (-1 |#2| |#1|) (-348 |#1|)))) (-496) (-496)) (T -349))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-348 *5)) (-4 *5 (-496)) (-4 *6 (-496)) (-5 *2 (-348 *6)) (-5 *1 (-349 *5 *6)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 13 T ELT)) (-3131 ((|#1| $) 21 (|has| |#1| (-258)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| |#1| (-741)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) 17 T ELT) (((-3 (-1091) #1#) $) NIL (|has| |#1| (-951 (-1091))) ELT) (((-3 (-350 (-485)) #1#) $) 54 (|has| |#1| (-951 (-485))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT)) (-3158 ((|#1| $) 15 T ELT) (((-1091) $) NIL (|has| |#1| (-951 (-1091))) ELT) (((-350 (-485)) $) 51 (|has| |#1| (-951 (-485))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) 32 T ELT)) (-2996 (($) NIL (|has| |#1| (-484)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3188 (((-85) $) NIL (|has| |#1| (-741)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (|has| |#1| (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (|has| |#1| (-797 (-330))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 38 T ELT)) (-2998 (($ $) NIL T ELT)) (-3000 ((|#1| $) 55 T ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-1067)) ELT)) (-3189 (((-85) $) 22 (|has| |#1| (-741)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| |#1| (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 82 T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) NIL (|has| |#1| (-258)) ELT)) (-3132 ((|#1| $) 26 (|has| |#1| (-484)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 133 (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 128 (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-3770 (($ $ (-584 |#1|) (-584 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-249 |#1|))) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) NIL (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-1091) |#1|) NIL (|has| |#1| (-456 (-1091) |#1|)) ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ $ |#1|) NIL (|has| |#1| (-241 |#1| |#1|)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3760 (($ $ (-1 |#1| |#1|)) 45 T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT)) (-2997 (($ $) NIL T ELT)) (-2999 ((|#1| $) 57 T ELT)) (-3974 (((-801 (-485)) $) NIL (|has| |#1| (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| |#1| (-554 (-801 (-330)))) ELT) (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT) (((-330) $) NIL (|has| |#1| (-934)) ELT) (((-179) $) NIL (|has| |#1| (-934)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) 112 (-12 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#1|) 10 T ELT) (($ (-1091)) NIL (|has| |#1| (-951 (-1091))) ELT)) (-2704 (((-633 $) $) 92 (OR (-12 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) 93 T CONST)) (-3133 ((|#1| $) 24 (|has| |#1| (-484)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 (($ $) NIL (|has| |#1| (-741)) ELT)) (-2662 (($) 28 T CONST)) (-2668 (($) 8 T CONST)) (-2671 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 48 T ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3951 (($ $ $) 123 T ELT) (($ |#1| |#1|) 34 T ELT)) (-3839 (($ $) 23 T ELT) (($ $ $) 37 T ELT)) (-3841 (($ $ $) 35 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) 122 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 42 T ELT) (($ $ $) 39 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ |#1| $) 43 T ELT) (($ $ |#1|) 70 T ELT)))
+(((-350 |#1|) (-13 (-905 |#1|) (-10 -7 (IF (|has| |#1| (-6 -3984)) (IF (|has| |#1| (-392)) (IF (|has| |#1| (-6 -3995)) (-6 -3984) |%noBranch|) |%noBranch|) |%noBranch|))) (-496)) (T -350))
+NIL
+((-3960 (((-350 |#2|) (-1 |#2| |#1|) (-350 |#1|)) 13 T ELT)))
+(((-351 |#1| |#2|) (-10 -7 (-15 -3960 ((-350 |#2|) (-1 |#2| |#1|) (-350 |#1|)))) (-496) (-496)) (T -351))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-350 *5)) (-4 *5 (-496)) (-4 *6 (-496)) (-5 *2 (-350 *6)) (-5 *1 (-351 *5 *6)))))
+((-1786 (((-631 |#2|) (-1180 $)) NIL T ELT) (((-631 |#2|)) 18 T ELT)) (-1796 (($ (-1180 |#2|) (-1180 $)) NIL T ELT) (($ (-1180 |#2|)) 24 T ELT)) (-1785 (((-631 |#2|) $ (-1180 $)) NIL T ELT) (((-631 |#2|) $) 40 T ELT)) (-2015 ((|#3| $) 69 T ELT)) (-3759 ((|#2| (-1180 $)) NIL T ELT) ((|#2|) 20 T ELT)) (-3226 (((-1180 |#2|) $ (-1180 $)) NIL T ELT) (((-631 |#2|) (-1180 $) (-1180 $)) NIL T ELT) (((-1180 |#2|) $) 22 T ELT) (((-631 |#2|) (-1180 $)) 38 T ELT)) (-3974 (((-1180 |#2|) $) 11 T ELT) (($ (-1180 |#2|)) 13 T ELT)) (-2451 ((|#3| $) 55 T ELT)))
+(((-352 |#1| |#2| |#3|) (-10 -7 (-15 -1785 ((-631 |#2|) |#1|)) (-15 -3759 (|#2|)) (-15 -1786 ((-631 |#2|))) (-15 -3974 (|#1| (-1180 |#2|))) (-15 -3974 ((-1180 |#2|) |#1|)) (-15 -1796 (|#1| (-1180 |#2|))) (-15 -3226 ((-631 |#2|) (-1180 |#1|))) (-15 -3226 ((-1180 |#2|) |#1|)) (-15 -2015 (|#3| |#1|)) (-15 -2451 (|#3| |#1|)) (-15 -1786 ((-631 |#2|) (-1180 |#1|))) (-15 -3759 (|#2| (-1180 |#1|))) (-15 -1796 (|#1| (-1180 |#2|) (-1180 |#1|))) (-15 -3226 ((-631 |#2|) (-1180 |#1|) (-1180 |#1|))) (-15 -3226 ((-1180 |#2|) |#1| (-1180 |#1|))) (-15 -1785 ((-631 |#2|) |#1| (-1180 |#1|)))) (-353 |#2| |#3|) (-146) (-1156 |#2|)) (T -352))
+((-1786 (*1 *2) (-12 (-4 *4 (-146)) (-4 *5 (-1156 *4)) (-5 *2 (-631 *4)) (-5 *1 (-352 *3 *4 *5)) (-4 *3 (-353 *4 *5)))) (-3759 (*1 *2) (-12 (-4 *4 (-1156 *2)) (-4 *2 (-146)) (-5 *1 (-352 *3 *2 *4)) (-4 *3 (-353 *2 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1786 (((-631 |#1|) (-1180 $)) 61 T ELT) (((-631 |#1|)) 77 T ELT)) (-3332 ((|#1| $) 67 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1796 (($ (-1180 |#1|) (-1180 $)) 63 T ELT) (($ (-1180 |#1|)) 80 T ELT)) (-1785 (((-631 |#1|) $ (-1180 $)) 68 T ELT) (((-631 |#1|) $) 75 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3110 (((-831)) 69 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3134 ((|#1| $) 66 T ELT)) (-2015 ((|#2| $) 59 (|has| |#1| (-312)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3759 ((|#1| (-1180 $)) 62 T ELT) ((|#1|) 76 T ELT)) (-3226 (((-1180 |#1|) $ (-1180 $)) 65 T ELT) (((-631 |#1|) (-1180 $) (-1180 $)) 64 T ELT) (((-1180 |#1|) $) 82 T ELT) (((-631 |#1|) (-1180 $)) 81 T ELT)) (-3974 (((-1180 |#1|) $) 79 T ELT) (($ (-1180 |#1|)) 78 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 52 T ELT)) (-2704 (((-633 $) $) 58 (|has| |#1| (-118)) ELT)) (-2451 ((|#2| $) 60 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2013 (((-1180 $)) 83 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT)))
+(((-353 |#1| |#2|) (-113) (-146) (-1156 |t#1|)) (T -353))
+((-2013 (*1 *2) (-12 (-4 *3 (-146)) (-4 *4 (-1156 *3)) (-5 *2 (-1180 *1)) (-4 *1 (-353 *3 *4)))) (-3226 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1156 *3)) (-5 *2 (-1180 *3)))) (-3226 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-353 *4 *5)) (-4 *4 (-146)) (-4 *5 (-1156 *4)) (-5 *2 (-631 *4)))) (-1796 (*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-146)) (-4 *1 (-353 *3 *4)) (-4 *4 (-1156 *3)))) (-3974 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1156 *3)) (-5 *2 (-1180 *3)))) (-3974 (*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-146)) (-4 *1 (-353 *3 *4)) (-4 *4 (-1156 *3)))) (-1786 (*1 *2) (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1156 *3)) (-5 *2 (-631 *3)))) (-3759 (*1 *2) (-12 (-4 *1 (-353 *2 *3)) (-4 *3 (-1156 *2)) (-4 *2 (-146)))) (-1785 (*1 *2 *1) (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1156 *3)) (-5 *2 (-631 *3)))))
+(-13 (-322 |t#1| |t#2|) (-10 -8 (-15 -2013 ((-1180 $))) (-15 -3226 ((-1180 |t#1|) $)) (-15 -3226 ((-631 |t#1|) (-1180 $))) (-15 -1796 ($ (-1180 |t#1|))) (-15 -3974 ((-1180 |t#1|) $)) (-15 -3974 ($ (-1180 |t#1|))) (-15 -1786 ((-631 |t#1|))) (-15 -3759 (|t#1|)) (-15 -1785 ((-631 |t#1|) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-322 |#1| |#2|) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-583 |#1|) . T) ((-655 |#1|) . T) ((-664) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-3159 (((-3 |#2| #1="failed") $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) 27 T ELT) (((-3 (-485) #1#) $) 19 T ELT)) (-3158 ((|#2| $) NIL T ELT) (((-350 (-485)) $) 24 T ELT) (((-485) $) 14 T ELT)) (-3948 (($ |#2|) NIL T ELT) (($ (-350 (-485))) 22 T ELT) (($ (-485)) 11 T ELT)))
+(((-354 |#1| |#2|) (-10 -7 (-15 -3948 (|#1| (-485))) (-15 -3159 ((-3 (-485) #1="failed") |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3948 (|#1| |#2|))) (-355 |#2|) (-1130)) (T -354))
+NIL
+((-3159 (((-3 |#1| #1="failed") $) 9 T ELT) (((-3 (-350 (-485)) #1#) $) 16 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) 13 (|has| |#1| (-951 (-485))) ELT)) (-3158 ((|#1| $) 8 T ELT) (((-350 (-485)) $) 17 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) 14 (|has| |#1| (-951 (-485))) ELT)) (-3948 (($ |#1|) 6 T ELT) (($ (-350 (-485))) 15 (|has| |#1| (-951 (-350 (-485)))) ELT) (($ (-485)) 12 (|has| |#1| (-951 (-485))) ELT)))
+(((-355 |#1|) (-113) (-1130)) (T -355))
+NIL
+(-13 (-951 |t#1|) (-10 -7 (IF (|has| |t#1| (-951 (-485))) (-6 (-951 (-485))) |%noBranch|) (IF (|has| |t#1| (-951 (-350 (-485)))) (-6 (-951 (-350 (-485)))) |%noBranch|)))
+(((-556 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-556 (-485)) |has| |#1| (-951 (-485))) ((-556 |#1|) . T) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ "failed") $) NIL T ELT)) (-1787 ((|#4| (-695) (-1180 |#4|)) 55 T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3000 (((-1180 |#4|) $) 15 T ELT)) (-3134 ((|#2| $) 53 T ELT)) (-1788 (($ $) 156 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 103 T ELT)) (-1969 (($ (-1180 |#4|)) 102 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2999 ((|#1| $) 16 T ELT)) (-3011 (($ $ $) NIL T ELT)) (-2437 (($ $ $) NIL T ELT)) (-3948 (((-773) $) 147 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 |#4|) $) 140 T ELT)) (-2668 (($) 11 T CONST)) (-3058 (((-85) $ $) 39 T ELT)) (-3951 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) 133 T ELT)) (* (($ $ $) 130 T ELT)))
+(((-356 |#1| |#2| |#3| |#4|) (-13 (-413) (-10 -8 (-15 -1969 ($ (-1180 |#4|))) (-15 -2013 ((-1180 |#4|) $)) (-15 -3134 (|#2| $)) (-15 -3000 ((-1180 |#4|) $)) (-15 -2999 (|#1| $)) (-15 -1788 ($ $)) (-15 -1787 (|#4| (-695) (-1180 |#4|))))) (-258) (-905 |#1|) (-1156 |#2|) (-13 (-353 |#2| |#3|) (-951 |#2|))) (T -356))
+((-1969 (*1 *1 *2) (-12 (-5 *2 (-1180 *6)) (-4 *6 (-13 (-353 *4 *5) (-951 *4))) (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-4 *3 (-258)) (-5 *1 (-356 *3 *4 *5 *6)))) (-2013 (*1 *2 *1) (-12 (-4 *3 (-258)) (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-5 *2 (-1180 *6)) (-5 *1 (-356 *3 *4 *5 *6)) (-4 *6 (-13 (-353 *4 *5) (-951 *4))))) (-3134 (*1 *2 *1) (-12 (-4 *4 (-1156 *2)) (-4 *2 (-905 *3)) (-5 *1 (-356 *3 *2 *4 *5)) (-4 *3 (-258)) (-4 *5 (-13 (-353 *2 *4) (-951 *2))))) (-3000 (*1 *2 *1) (-12 (-4 *3 (-258)) (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-5 *2 (-1180 *6)) (-5 *1 (-356 *3 *4 *5 *6)) (-4 *6 (-13 (-353 *4 *5) (-951 *4))))) (-2999 (*1 *2 *1) (-12 (-4 *3 (-905 *2)) (-4 *4 (-1156 *3)) (-4 *2 (-258)) (-5 *1 (-356 *2 *3 *4 *5)) (-4 *5 (-13 (-353 *3 *4) (-951 *3))))) (-1788 (*1 *1 *1) (-12 (-4 *2 (-258)) (-4 *3 (-905 *2)) (-4 *4 (-1156 *3)) (-5 *1 (-356 *2 *3 *4 *5)) (-4 *5 (-13 (-353 *3 *4) (-951 *3))))) (-1787 (*1 *2 *3 *4) (-12 (-5 *3 (-695)) (-5 *4 (-1180 *2)) (-4 *5 (-258)) (-4 *6 (-905 *5)) (-4 *2 (-13 (-353 *6 *7) (-951 *6))) (-5 *1 (-356 *5 *6 *7 *2)) (-4 *7 (-1156 *6)))))
+((-3960 (((-356 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-356 |#1| |#2| |#3| |#4|)) 35 T ELT)))
+(((-357 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3960 ((-356 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-356 |#1| |#2| |#3| |#4|)))) (-258) (-905 |#1|) (-1156 |#2|) (-13 (-353 |#2| |#3|) (-951 |#2|)) (-258) (-905 |#5|) (-1156 |#6|) (-13 (-353 |#6| |#7|) (-951 |#6|))) (T -357))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-356 *5 *6 *7 *8)) (-4 *5 (-258)) (-4 *6 (-905 *5)) (-4 *7 (-1156 *6)) (-4 *8 (-13 (-353 *6 *7) (-951 *6))) (-4 *9 (-258)) (-4 *10 (-905 *9)) (-4 *11 (-1156 *10)) (-5 *2 (-356 *9 *10 *11 *12)) (-5 *1 (-357 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-353 *10 *11) (-951 *10))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ "failed") $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3134 ((|#2| $) 69 T ELT)) (-1789 (($ (-1180 |#4|)) 27 T ELT) (($ (-356 |#1| |#2| |#3| |#4|)) 83 (|has| |#4| (-951 |#2|)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 37 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 |#4|) $) 28 T ELT)) (-2668 (($) 26 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ $ $) 80 T ELT)))
+(((-358 |#1| |#2| |#3| |#4| |#5|) (-13 (-664) (-10 -8 (-15 -2013 ((-1180 |#4|) $)) (-15 -3134 (|#2| $)) (-15 -1789 ($ (-1180 |#4|))) (IF (|has| |#4| (-951 |#2|)) (-15 -1789 ($ (-356 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-258) (-905 |#1|) (-1156 |#2|) (-353 |#2| |#3|) (-1180 |#4|)) (T -358))
+((-2013 (*1 *2 *1) (-12 (-4 *3 (-258)) (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-5 *2 (-1180 *6)) (-5 *1 (-358 *3 *4 *5 *6 *7)) (-4 *6 (-353 *4 *5)) (-14 *7 *2))) (-3134 (*1 *2 *1) (-12 (-4 *4 (-1156 *2)) (-4 *2 (-905 *3)) (-5 *1 (-358 *3 *2 *4 *5 *6)) (-4 *3 (-258)) (-4 *5 (-353 *2 *4)) (-14 *6 (-1180 *5)))) (-1789 (*1 *1 *2) (-12 (-5 *2 (-1180 *6)) (-4 *6 (-353 *4 *5)) (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-4 *3 (-258)) (-5 *1 (-358 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-1789 (*1 *1 *2) (-12 (-5 *2 (-356 *3 *4 *5 *6)) (-4 *6 (-951 *4)) (-4 *3 (-258)) (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-4 *6 (-353 *4 *5)) (-14 *7 (-1180 *6)) (-5 *1 (-358 *3 *4 *5 *6 *7)))))
+((-3960 ((|#3| (-1 |#4| |#2|) |#1|) 29 T ELT)))
+(((-359 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3960 (|#3| (-1 |#4| |#2|) |#1|))) (-361 |#2|) (-146) (-361 |#4|) (-146)) (T -359))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-361 *6)) (-5 *1 (-359 *4 *5 *2 *6)) (-4 *4 (-361 *5)))))
+((-1776 (((-3 $ #1="failed")) 99 T ELT)) (-3225 (((-1180 (-631 |#2|)) (-1180 $)) NIL T ELT) (((-1180 (-631 |#2|))) 104 T ELT)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) 97 T ELT)) (-1704 (((-3 $ #1#)) 96 T ELT)) (-1792 (((-631 |#2|) (-1180 $)) NIL T ELT) (((-631 |#2|)) 115 T ELT)) (-1790 (((-631 |#2|) $ (-1180 $)) NIL T ELT) (((-631 |#2|) $) 123 T ELT)) (-1904 (((-1086 (-858 |#2|))) 64 T ELT)) (-1794 ((|#2| (-1180 $)) NIL T ELT) ((|#2|) 119 T ELT)) (-1796 (($ (-1180 |#2|) (-1180 $)) NIL T ELT) (($ (-1180 |#2|)) 125 T ELT)) (-1911 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) 95 T ELT)) (-1705 (((-3 $ #1#)) 87 T ELT)) (-1793 (((-631 |#2|) (-1180 $)) NIL T ELT) (((-631 |#2|)) 113 T ELT)) (-1791 (((-631 |#2|) $ (-1180 $)) NIL T ELT) (((-631 |#2|) $) 121 T ELT)) (-1908 (((-1086 (-858 |#2|))) 63 T ELT)) (-1795 ((|#2| (-1180 $)) NIL T ELT) ((|#2|) 117 T ELT)) (-3226 (((-1180 |#2|) $ (-1180 $)) NIL T ELT) (((-631 |#2|) (-1180 $) (-1180 $)) NIL T ELT) (((-1180 |#2|) $) 124 T ELT) (((-631 |#2|) (-1180 $)) 133 T ELT)) (-3974 (((-1180 |#2|) $) 109 T ELT) (($ (-1180 |#2|)) 111 T ELT)) (-1896 (((-584 (-858 |#2|)) (-1180 $)) NIL T ELT) (((-584 (-858 |#2|))) 107 T ELT)) (-2547 (($ (-631 |#2|) $) 103 T ELT)))
+(((-360 |#1| |#2|) (-10 -7 (-15 -2547 (|#1| (-631 |#2|) |#1|)) (-15 -1904 ((-1086 (-858 |#2|)))) (-15 -1908 ((-1086 (-858 |#2|)))) (-15 -1790 ((-631 |#2|) |#1|)) (-15 -1791 ((-631 |#2|) |#1|)) (-15 -1792 ((-631 |#2|))) (-15 -1793 ((-631 |#2|))) (-15 -1794 (|#2|)) (-15 -1795 (|#2|)) (-15 -3974 (|#1| (-1180 |#2|))) (-15 -3974 ((-1180 |#2|) |#1|)) (-15 -1796 (|#1| (-1180 |#2|))) (-15 -1896 ((-584 (-858 |#2|)))) (-15 -3225 ((-1180 (-631 |#2|)))) (-15 -3226 ((-631 |#2|) (-1180 |#1|))) (-15 -3226 ((-1180 |#2|) |#1|)) (-15 -1776 ((-3 |#1| #1="failed"))) (-15 -1704 ((-3 |#1| #1#))) (-15 -1705 ((-3 |#1| #1#))) (-15 -1910 ((-3 (-2 (|:| |particular| |#1|) (|:| -2013 (-584 |#1|))) #1#))) (-15 -1911 ((-3 (-2 (|:| |particular| |#1|) (|:| -2013 (-584 |#1|))) #1#))) (-15 -1792 ((-631 |#2|) (-1180 |#1|))) (-15 -1793 ((-631 |#2|) (-1180 |#1|))) (-15 -1794 (|#2| (-1180 |#1|))) (-15 -1795 (|#2| (-1180 |#1|))) (-15 -1796 (|#1| (-1180 |#2|) (-1180 |#1|))) (-15 -3226 ((-631 |#2|) (-1180 |#1|) (-1180 |#1|))) (-15 -3226 ((-1180 |#2|) |#1| (-1180 |#1|))) (-15 -1790 ((-631 |#2|) |#1| (-1180 |#1|))) (-15 -1791 ((-631 |#2|) |#1| (-1180 |#1|))) (-15 -3225 ((-1180 (-631 |#2|)) (-1180 |#1|))) (-15 -1896 ((-584 (-858 |#2|)) (-1180 |#1|)))) (-361 |#2|) (-146)) (T -360))
+((-3225 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-1180 (-631 *4))) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1896 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-584 (-858 *4))) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1795 (*1 *2) (-12 (-4 *2 (-146)) (-5 *1 (-360 *3 *2)) (-4 *3 (-361 *2)))) (-1794 (*1 *2) (-12 (-4 *2 (-146)) (-5 *1 (-360 *3 *2)) (-4 *3 (-361 *2)))) (-1793 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-631 *4)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1792 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-631 *4)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1908 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-1086 (-858 *4))) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1904 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-1086 (-858 *4))) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1776 (((-3 $ #1="failed")) 48 (|has| |#1| (-496)) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3225 (((-1180 (-631 |#1|)) (-1180 $)) 89 T ELT) (((-1180 (-631 |#1|))) 115 T ELT)) (-1730 (((-1180 $)) 92 T ELT)) (-3726 (($) 23 T CONST)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) 51 (|has| |#1| (-496)) ELT)) (-1704 (((-3 $ #1#)) 49 (|has| |#1| (-496)) ELT)) (-1792 (((-631 |#1|) (-1180 $)) 76 T ELT) (((-631 |#1|)) 107 T ELT)) (-1728 ((|#1| $) 85 T ELT)) (-1790 (((-631 |#1|) $ (-1180 $)) 87 T ELT) (((-631 |#1|) $) 105 T ELT)) (-2405 (((-3 $ #1#) $) 56 (|has| |#1| (-496)) ELT)) (-1904 (((-1086 (-858 |#1|))) 103 (|has| |#1| (-312)) ELT)) (-2408 (($ $ (-831)) 37 T ELT)) (-1726 ((|#1| $) 83 T ELT)) (-1706 (((-1086 |#1|) $) 53 (|has| |#1| (-496)) ELT)) (-1794 ((|#1| (-1180 $)) 78 T ELT) ((|#1|) 109 T ELT)) (-1724 (((-1086 |#1|) $) 74 T ELT)) (-1718 (((-85)) 68 T ELT)) (-1796 (($ (-1180 |#1|) (-1180 $)) 80 T ELT) (($ (-1180 |#1|)) 113 T ELT)) (-3469 (((-3 $ #1#) $) 58 (|has| |#1| (-496)) ELT)) (-3110 (((-831)) 91 T ELT)) (-1715 (((-85)) 65 T ELT)) (-2435 (($ $ (-831)) 44 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-1711 (((-85)) 61 T ELT)) (-1709 (((-85)) 59 T ELT)) (-1713 (((-85)) 63 T ELT)) (-1911 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) 52 (|has| |#1| (-496)) ELT)) (-1705 (((-3 $ #1#)) 50 (|has| |#1| (-496)) ELT)) (-1793 (((-631 |#1|) (-1180 $)) 77 T ELT) (((-631 |#1|)) 108 T ELT)) (-1729 ((|#1| $) 86 T ELT)) (-1791 (((-631 |#1|) $ (-1180 $)) 88 T ELT) (((-631 |#1|) $) 106 T ELT)) (-2406 (((-3 $ #1#) $) 57 (|has| |#1| (-496)) ELT)) (-1908 (((-1086 (-858 |#1|))) 104 (|has| |#1| (-312)) ELT)) (-2407 (($ $ (-831)) 38 T ELT)) (-1727 ((|#1| $) 84 T ELT)) (-1707 (((-1086 |#1|) $) 54 (|has| |#1| (-496)) ELT)) (-1795 ((|#1| (-1180 $)) 79 T ELT) ((|#1|) 110 T ELT)) (-1725 (((-1086 |#1|) $) 75 T ELT)) (-1719 (((-85)) 69 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1710 (((-85)) 60 T ELT)) (-1712 (((-85)) 62 T ELT)) (-1714 (((-85)) 64 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1717 (((-85)) 67 T ELT)) (-3802 ((|#1| $ (-485)) 119 T ELT)) (-3226 (((-1180 |#1|) $ (-1180 $)) 82 T ELT) (((-631 |#1|) (-1180 $) (-1180 $)) 81 T ELT) (((-1180 |#1|) $) 117 T ELT) (((-631 |#1|) (-1180 $)) 116 T ELT)) (-3974 (((-1180 |#1|) $) 112 T ELT) (($ (-1180 |#1|)) 111 T ELT)) (-1896 (((-584 (-858 |#1|)) (-1180 $)) 90 T ELT) (((-584 (-858 |#1|))) 114 T ELT)) (-2437 (($ $ $) 34 T ELT)) (-1723 (((-85)) 73 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2013 (((-1180 $)) 118 T ELT)) (-1708 (((-584 (-1180 |#1|))) 55 (|has| |#1| (-496)) ELT)) (-2438 (($ $ $ $) 35 T ELT)) (-1721 (((-85)) 71 T ELT)) (-2547 (($ (-631 |#1|) $) 102 T ELT)) (-2436 (($ $ $) 33 T ELT)) (-1722 (((-85)) 72 T ELT)) (-1720 (((-85)) 70 T ELT)) (-1716 (((-85)) 66 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 39 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 36 T ELT) (($ $ |#1|) 46 T ELT) (($ |#1| $) 45 T ELT)))
(((-361 |#1|) (-113) (-146)) (T -361))
-((-2012 (*1 *2) (-12 (-4 *3 (-146)) (-5 *2 (-1179 *1)) (-4 *1 (-361 *3)))) (-3225 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1179 *3)))) (-3225 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-361 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4)))) (-3224 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1179 (-630 *3))))) (-1895 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-583 (-857 *3))))) (-1795 (*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-146)) (-4 *1 (-361 *3)))) (-3973 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1179 *3)))) (-3973 (*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-146)) (-4 *1 (-361 *3)))) (-1794 (*1 *2) (-12 (-4 *1 (-361 *2)) (-4 *2 (-146)))) (-1793 (*1 *2) (-12 (-4 *1 (-361 *2)) (-4 *2 (-146)))) (-1792 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-630 *3)))) (-1791 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-630 *3)))) (-1790 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-630 *3)))) (-1789 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-630 *3)))) (-1907 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-4 *3 (-312)) (-5 *2 (-1085 (-857 *3))))) (-1903 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-4 *3 (-312)) (-5 *2 (-1085 (-857 *3))))) (-2546 (*1 *1 *2 *1) (-12 (-5 *2 (-630 *3)) (-4 *1 (-361 *3)) (-4 *3 (-146)))))
-(-13 (-316 |t#1|) (-241 (-484) |t#1|) (-10 -8 (-15 -2012 ((-1179 $))) (-15 -3225 ((-1179 |t#1|) $)) (-15 -3225 ((-630 |t#1|) (-1179 $))) (-15 -3224 ((-1179 (-630 |t#1|)))) (-15 -1895 ((-583 (-857 |t#1|)))) (-15 -1795 ($ (-1179 |t#1|))) (-15 -3973 ((-1179 |t#1|) $)) (-15 -3973 ($ (-1179 |t#1|))) (-15 -1794 (|t#1|)) (-15 -1793 (|t#1|)) (-15 -1792 ((-630 |t#1|))) (-15 -1791 ((-630 |t#1|))) (-15 -1790 ((-630 |t#1|) $)) (-15 -1789 ((-630 |t#1|) $)) (IF (|has| |t#1| (-312)) (PROGN (-15 -1907 ((-1085 (-857 |t#1|)))) (-15 -1903 ((-1085 (-857 |t#1|))))) |%noBranch|) (-15 -2546 ($ (-630 |t#1|) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-552 (-772)) . T) ((-241 (-484) |#1|) . T) ((-316 |#1|) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-582 |#1|) . T) ((-654 |#1|) . T) ((-657) . T) ((-683 |#1|) . T) ((-685) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-3135 (((-348 |#1|) (-348 |#1|) (-1 (-348 |#1|) |#1|)) 28 T ELT)) (-1796 (((-348 |#1|) (-348 |#1|) (-348 |#1|)) 17 T ELT)))
-(((-362 |#1|) (-10 -7 (-15 -3135 ((-348 |#1|) (-348 |#1|) (-1 (-348 |#1|) |#1|))) (-15 -1796 ((-348 |#1|) (-348 |#1|) (-348 |#1|)))) (-495)) (T -362))
-((-1796 (*1 *2 *2 *2) (-12 (-5 *2 (-348 *3)) (-4 *3 (-495)) (-5 *1 (-362 *3)))) (-3135 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-348 *4) *4)) (-4 *4 (-495)) (-5 *2 (-348 *4)) (-5 *1 (-362 *4)))))
-((-3082 (((-583 (-1090)) $) 81 T ELT)) (-3084 (((-350 (-1085 $)) $ (-550 $)) 313 T ELT)) (-1604 (($ $ (-249 $)) NIL T ELT) (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-583 (-550 $)) (-583 $)) 277 T ELT)) (-3158 (((-3 (-550 $) #1="failed") $) NIL T ELT) (((-3 (-1090) #1#) $) 84 T ELT) (((-3 (-484) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 273 T ELT) (((-3 (-350 (-857 |#2|)) #1#) $) 363 T ELT) (((-3 (-857 |#2|) #1#) $) 275 T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT)) (-3157 (((-550 $) $) NIL T ELT) (((-1090) $) 28 T ELT) (((-484) $) NIL T ELT) ((|#2| $) 271 T ELT) (((-350 (-857 |#2|)) $) 345 T ELT) (((-857 |#2|) $) 272 T ELT) (((-350 (-484)) $) NIL T ELT)) (-3596 (((-86) (-86)) 47 T ELT)) (-2997 (($ $) 99 T ELT)) (-1602 (((-3 (-550 $) #1#) $) 268 T ELT)) (-1601 (((-583 (-550 $)) $) 269 T ELT)) (-2824 (((-3 (-583 $) #1#) $) 287 T ELT)) (-2826 (((-3 (-2 (|:| |val| $) (|:| -2401 (-484))) #1#) $) 294 T ELT)) (-2823 (((-3 (-583 $) #1#) $) 285 T ELT)) (-1797 (((-3 (-2 (|:| -3955 (-484)) (|:| |var| (-550 $))) #1#) $) 304 T ELT)) (-2825 (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) #1#) $) 291 T ELT) (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) #1#) $ (-86)) 255 T ELT) (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) #1#) $ (-1090)) 257 T ELT)) (-1800 (((-85) $) 17 T ELT)) (-1799 ((|#2| $) 19 T ELT)) (-3769 (($ $ (-550 $) $) NIL T ELT) (($ $ (-583 (-550 $)) (-583 $)) 276 T ELT) (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ $))) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ (-583 $)))) 109 T ELT) (($ $ (-1090) (-1 $ (-583 $))) NIL T ELT) (($ $ (-1090) (-1 $ $)) NIL T ELT) (($ $ (-583 (-86)) (-583 (-1 $ $))) NIL T ELT) (($ $ (-583 (-86)) (-583 (-1 $ (-583 $)))) NIL T ELT) (($ $ (-86) (-1 $ (-583 $))) NIL T ELT) (($ $ (-86) (-1 $ $)) NIL T ELT) (($ $ (-1090)) 62 T ELT) (($ $ (-583 (-1090))) 280 T ELT) (($ $) 281 T ELT) (($ $ (-86) $ (-1090)) 65 T ELT) (($ $ (-583 (-86)) (-583 $) (-1090)) 72 T ELT) (($ $ (-583 (-1090)) (-583 (-694)) (-583 (-1 $ $))) 120 T ELT) (($ $ (-583 (-1090)) (-583 (-694)) (-583 (-1 $ (-583 $)))) 282 T ELT) (($ $ (-1090) (-694) (-1 $ (-583 $))) 105 T ELT) (($ $ (-1090) (-694) (-1 $ $)) 104 T ELT)) (-3801 (($ (-86) $) NIL T ELT) (($ (-86) $ $) NIL T ELT) (($ (-86) $ $ $) NIL T ELT) (($ (-86) $ $ $ $) NIL T ELT) (($ (-86) (-583 $)) 119 T ELT)) (-3759 (($ $ (-1090)) 278 T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT)) (-2996 (($ $) 324 T ELT)) (-3973 (((-800 (-484)) $) 297 T ELT) (((-800 (-330)) $) 301 T ELT) (($ (-348 $)) 359 T ELT) (((-473) $) NIL T ELT)) (-3947 (((-772) $) 279 T ELT) (($ (-550 $)) 93 T ELT) (($ (-1090)) 24 T ELT) (($ |#2|) NIL T ELT) (($ (-1039 |#2| (-550 $))) NIL T ELT) (($ (-350 |#2|)) 329 T ELT) (($ (-857 (-350 |#2|))) 368 T ELT) (($ (-350 (-857 (-350 |#2|)))) 341 T ELT) (($ (-350 (-857 |#2|))) 335 T ELT) (($ $) NIL T ELT) (($ (-857 |#2|)) 216 T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) 373 T ELT)) (-3127 (((-694)) 88 T CONST)) (-2254 (((-85) (-86)) 42 T ELT)) (-1798 (($ (-1090) $) 31 T ELT) (($ (-1090) $ $) 32 T ELT) (($ (-1090) $ $ $) 33 T ELT) (($ (-1090) $ $ $ $) 34 T ELT) (($ (-1090) (-583 $)) 39 T ELT)) (* (($ (-350 (-484)) $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 306 T ELT) (($ $ $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-830) $) NIL T ELT)))
-(((-363 |#1| |#2|) (-10 -7 (-15 * (|#1| (-830) |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 * (|#1| (-484) |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3158 ((-3 (-350 (-484)) #1="failed") |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3947 (|#1| (-484))) (-15 -3127 ((-694)) -3953) (-15 * (|#1| |#2| |#1|)) (-15 -3973 ((-473) |#1|)) (-15 -3947 (|#1| (-857 |#2|))) (-15 -3158 ((-3 (-857 |#2|) #1#) |#1|)) (-15 -3157 ((-857 |#2|) |#1|)) (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090))) (-15 * (|#1| |#1| |#2|)) (-15 -3947 (|#1| |#1|)) (-15 * (|#1| |#1| (-350 (-484)))) (-15 * (|#1| (-350 (-484)) |#1|)) (-15 -3947 (|#1| (-350 (-857 |#2|)))) (-15 -3158 ((-3 (-350 (-857 |#2|)) #1#) |#1|)) (-15 -3157 ((-350 (-857 |#2|)) |#1|)) (-15 -3084 ((-350 (-1085 |#1|)) |#1| (-550 |#1|))) (-15 -3947 (|#1| (-350 (-857 (-350 |#2|))))) (-15 -3947 (|#1| (-857 (-350 |#2|)))) (-15 -3947 (|#1| (-350 |#2|))) (-15 -2996 (|#1| |#1|)) (-15 -3973 (|#1| (-348 |#1|))) (-15 -3769 (|#1| |#1| (-1090) (-694) (-1 |#1| |#1|))) (-15 -3769 (|#1| |#1| (-1090) (-694) (-1 |#1| (-583 |#1|)))) (-15 -3769 (|#1| |#1| (-583 (-1090)) (-583 (-694)) (-583 (-1 |#1| (-583 |#1|))))) (-15 -3769 (|#1| |#1| (-583 (-1090)) (-583 (-694)) (-583 (-1 |#1| |#1|)))) (-15 -2826 ((-3 (-2 (|:| |val| |#1|) (|:| -2401 (-484))) #1#) |#1|)) (-15 -2825 ((-3 (-2 (|:| |var| (-550 |#1|)) (|:| -2401 (-484))) #1#) |#1| (-1090))) (-15 -2825 ((-3 (-2 (|:| |var| (-550 |#1|)) (|:| -2401 (-484))) #1#) |#1| (-86))) (-15 -2997 (|#1| |#1|)) (-15 -3947 (|#1| (-1039 |#2| (-550 |#1|)))) (-15 -1797 ((-3 (-2 (|:| -3955 (-484)) (|:| |var| (-550 |#1|))) #1#) |#1|)) (-15 -2823 ((-3 (-583 |#1|) #1#) |#1|)) (-15 -2825 ((-3 (-2 (|:| |var| (-550 |#1|)) (|:| -2401 (-484))) #1#) |#1|)) (-15 -2824 ((-3 (-583 |#1|) #1#) |#1|)) (-15 -3769 (|#1| |#1| (-583 (-86)) (-583 |#1|) (-1090))) (-15 -3769 (|#1| |#1| (-86) |#1| (-1090))) (-15 -3769 (|#1| |#1|)) (-15 -3769 (|#1| |#1| (-583 (-1090)))) (-15 -3769 (|#1| |#1| (-1090))) (-15 -1798 (|#1| (-1090) (-583 |#1|))) (-15 -1798 (|#1| (-1090) |#1| |#1| |#1| |#1|)) (-15 -1798 (|#1| (-1090) |#1| |#1| |#1|)) (-15 -1798 (|#1| (-1090) |#1| |#1|)) (-15 -1798 (|#1| (-1090) |#1|)) (-15 -3082 ((-583 (-1090)) |#1|)) (-15 -1799 (|#2| |#1|)) (-15 -1800 ((-85) |#1|)) (-15 -3947 (|#1| |#2|)) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3973 ((-800 (-330)) |#1|)) (-15 -3973 ((-800 (-484)) |#1|)) (-15 -3947 (|#1| (-1090))) (-15 -3158 ((-3 (-1090) #1#) |#1|)) (-15 -3157 ((-1090) |#1|)) (-15 -3769 (|#1| |#1| (-86) (-1 |#1| |#1|))) (-15 -3769 (|#1| |#1| (-86) (-1 |#1| (-583 |#1|)))) (-15 -3769 (|#1| |#1| (-583 (-86)) (-583 (-1 |#1| (-583 |#1|))))) (-15 -3769 (|#1| |#1| (-583 (-86)) (-583 (-1 |#1| |#1|)))) (-15 -3769 (|#1| |#1| (-1090) (-1 |#1| |#1|))) (-15 -3769 (|#1| |#1| (-1090) (-1 |#1| (-583 |#1|)))) (-15 -3769 (|#1| |#1| (-583 (-1090)) (-583 (-1 |#1| (-583 |#1|))))) (-15 -3769 (|#1| |#1| (-583 (-1090)) (-583 (-1 |#1| |#1|)))) (-15 -2254 ((-85) (-86))) (-15 -3596 ((-86) (-86))) (-15 -1601 ((-583 (-550 |#1|)) |#1|)) (-15 -1602 ((-3 (-550 |#1|) #1#) |#1|)) (-15 -1604 (|#1| |#1| (-583 (-550 |#1|)) (-583 |#1|))) (-15 -1604 (|#1| |#1| (-583 (-249 |#1|)))) (-15 -1604 (|#1| |#1| (-249 |#1|))) (-15 -3801 (|#1| (-86) (-583 |#1|))) (-15 -3801 (|#1| (-86) |#1| |#1| |#1| |#1|)) (-15 -3801 (|#1| (-86) |#1| |#1| |#1|)) (-15 -3801 (|#1| (-86) |#1| |#1|)) (-15 -3801 (|#1| (-86) |#1|)) (-15 -3769 (|#1| |#1| (-583 |#1|) (-583 |#1|))) (-15 -3769 (|#1| |#1| |#1| |#1|)) (-15 -3769 (|#1| |#1| (-249 |#1|))) (-15 -3769 (|#1| |#1| (-583 (-249 |#1|)))) (-15 -3769 (|#1| |#1| (-583 (-550 |#1|)) (-583 |#1|))) (-15 -3769 (|#1| |#1| (-550 |#1|) |#1|)) (-15 -3947 (|#1| (-550 |#1|))) (-15 -3158 ((-3 (-550 |#1|) #1#) |#1|)) (-15 -3157 ((-550 |#1|) |#1|)) (-15 -3947 ((-772) |#1|))) (-364 |#2|) (-1013)) (T -363))
-((-3596 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *4 (-1013)) (-5 *1 (-363 *3 *4)) (-4 *3 (-364 *4)))) (-2254 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *5 (-1013)) (-5 *2 (-85)) (-5 *1 (-363 *4 *5)) (-4 *4 (-364 *5)))) (-3127 (*1 *2) (-12 (-4 *4 (-1013)) (-5 *2 (-694)) (-5 *1 (-363 *3 *4)) (-4 *3 (-364 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 129 (|has| |#1| (-25)) ELT)) (-3082 (((-583 (-1090)) $) 222 T ELT)) (-3084 (((-350 (-1085 $)) $ (-550 $)) 190 (|has| |#1| (-495)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 162 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 163 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 165 (|has| |#1| (-495)) ELT)) (-1600 (((-583 (-550 $)) $) 42 T ELT)) (-1312 (((-3 $ "failed") $ $) 132 (|has| |#1| (-21)) ELT)) (-1604 (($ $ (-249 $)) 54 T ELT) (($ $ (-583 (-249 $))) 53 T ELT) (($ $ (-583 (-550 $)) (-583 $)) 52 T ELT)) (-3776 (($ $) 182 (|has| |#1| (-495)) ELT)) (-3972 (((-348 $) $) 183 (|has| |#1| (-495)) ELT)) (-1608 (((-85) $ $) 173 (|has| |#1| (-495)) ELT)) (-3725 (($) 117 (OR (|has| |#1| (-1025)) (|has| |#1| (-25))) CONST)) (-3158 (((-3 (-550 $) #1="failed") $) 67 T ELT) (((-3 (-1090) #1#) $) 235 T ELT) (((-3 (-484) #1#) $) 229 (|has| |#1| (-950 (-484))) ELT) (((-3 |#1| #1#) $) 226 T ELT) (((-3 (-350 (-857 |#1|)) #1#) $) 188 (|has| |#1| (-495)) ELT) (((-3 (-857 |#1|) #1#) $) 137 (|has| |#1| (-961)) ELT) (((-3 (-350 (-484)) #1#) $) 111 (OR (-12 (|has| |#1| (-950 (-484))) (|has| |#1| (-495))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-3157 (((-550 $) $) 68 T ELT) (((-1090) $) 236 T ELT) (((-484) $) 228 (|has| |#1| (-950 (-484))) ELT) ((|#1| $) 227 T ELT) (((-350 (-857 |#1|)) $) 189 (|has| |#1| (-495)) ELT) (((-857 |#1|) $) 138 (|has| |#1| (-961)) ELT) (((-350 (-484)) $) 112 (OR (-12 (|has| |#1| (-950 (-484))) (|has| |#1| (-495))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-2565 (($ $ $) 177 (|has| |#1| (-495)) ELT)) (-2279 (((-630 (-484)) (-630 $)) 155 (-2563 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 154 (-2563 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 153 (|has| |#1| (-961)) ELT) (((-630 |#1|) (-630 $)) 152 (|has| |#1| (-961)) ELT)) (-3468 (((-3 $ "failed") $) 119 (|has| |#1| (-1025)) ELT)) (-2564 (($ $ $) 176 (|has| |#1| (-495)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 171 (|has| |#1| (-495)) ELT)) (-3724 (((-85) $) 184 (|has| |#1| (-495)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 231 (|has| |#1| (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 230 (|has| |#1| (-796 (-330))) ELT)) (-2574 (($ $) 49 T ELT) (($ (-583 $)) 48 T ELT)) (-1214 (((-85) $ $) 131 (|has| |#1| (-25)) ELT)) (-1599 (((-583 (-86)) $) 41 T ELT)) (-3596 (((-86) (-86)) 40 T ELT)) (-2410 (((-85) $) 118 (|has| |#1| (-1025)) ELT)) (-2674 (((-85) $) 20 (|has| $ (-950 (-484))) ELT)) (-2997 (($ $) 205 (|has| |#1| (-961)) ELT)) (-2999 (((-1039 |#1| (-550 $)) $) 206 (|has| |#1| (-961)) ELT)) (-1605 (((-3 (-583 $) #2="failed") (-583 $) $) 180 (|has| |#1| (-495)) ELT)) (-1597 (((-1085 $) (-550 $)) 23 (|has| $ (-961)) ELT)) (-3959 (($ (-1 $ $) (-550 $)) 34 T ELT)) (-1602 (((-3 (-550 $) "failed") $) 44 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 157 (-2563 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 156 (-2563 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 151 (|has| |#1| (-961)) ELT) (((-630 |#1|) (-1179 $)) 150 (|has| |#1| (-961)) ELT)) (-1894 (($ (-583 $)) 169 (|has| |#1| (-495)) ELT) (($ $ $) 168 (|has| |#1| (-495)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-1601 (((-583 (-550 $)) $) 43 T ELT)) (-2235 (($ (-86) $) 36 T ELT) (($ (-86) (-583 $)) 35 T ELT)) (-2824 (((-3 (-583 $) "failed") $) 211 (|has| |#1| (-1025)) ELT)) (-2826 (((-3 (-2 (|:| |val| $) (|:| -2401 (-484))) "failed") $) 202 (|has| |#1| (-961)) ELT)) (-2823 (((-3 (-583 $) "failed") $) 209 (|has| |#1| (-25)) ELT)) (-1797 (((-3 (-2 (|:| -3955 (-484)) (|:| |var| (-550 $))) "failed") $) 208 (|has| |#1| (-25)) ELT)) (-2825 (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) "failed") $) 210 (|has| |#1| (-1025)) ELT) (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) "failed") $ (-86)) 204 (|has| |#1| (-961)) ELT) (((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) "failed") $ (-1090)) 203 (|has| |#1| (-961)) ELT)) (-2634 (((-85) $ (-86)) 38 T ELT) (((-85) $ (-1090)) 37 T ELT)) (-2485 (($ $) 121 (OR (|has| |#1| (-413)) (|has| |#1| (-495))) ELT)) (-2604 (((-694) $) 45 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1800 (((-85) $) 224 T ELT)) (-1799 ((|#1| $) 223 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 170 (|has| |#1| (-495)) ELT)) (-3145 (($ (-583 $)) 167 (|has| |#1| (-495)) ELT) (($ $ $) 166 (|has| |#1| (-495)) ELT)) (-1598 (((-85) $ $) 33 T ELT) (((-85) $ (-1090)) 32 T ELT)) (-3733 (((-348 $) $) 181 (|has| |#1| (-495)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 179 (|has| |#1| (-495)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 178 (|has| |#1| (-495)) ELT)) (-3467 (((-3 $ "failed") $ $) 161 (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 172 (|has| |#1| (-495)) ELT)) (-2675 (((-85) $) 21 (|has| $ (-950 (-484))) ELT)) (-3769 (($ $ (-550 $) $) 65 T ELT) (($ $ (-583 (-550 $)) (-583 $)) 64 T ELT) (($ $ (-583 (-249 $))) 63 T ELT) (($ $ (-249 $)) 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ (-583 $) (-583 $)) 60 T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ $))) 31 T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ (-583 $)))) 30 T ELT) (($ $ (-1090) (-1 $ (-583 $))) 29 T ELT) (($ $ (-1090) (-1 $ $)) 28 T ELT) (($ $ (-583 (-86)) (-583 (-1 $ $))) 27 T ELT) (($ $ (-583 (-86)) (-583 (-1 $ (-583 $)))) 26 T ELT) (($ $ (-86) (-1 $ (-583 $))) 25 T ELT) (($ $ (-86) (-1 $ $)) 24 T ELT) (($ $ (-1090)) 216 (|has| |#1| (-553 (-473))) ELT) (($ $ (-583 (-1090))) 215 (|has| |#1| (-553 (-473))) ELT) (($ $) 214 (|has| |#1| (-553 (-473))) ELT) (($ $ (-86) $ (-1090)) 213 (|has| |#1| (-553 (-473))) ELT) (($ $ (-583 (-86)) (-583 $) (-1090)) 212 (|has| |#1| (-553 (-473))) ELT) (($ $ (-583 (-1090)) (-583 (-694)) (-583 (-1 $ $))) 201 (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694)) (-583 (-1 $ (-583 $)))) 200 (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694) (-1 $ (-583 $))) 199 (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694) (-1 $ $)) 198 (|has| |#1| (-961)) ELT)) (-1607 (((-694) $) 174 (|has| |#1| (-495)) ELT)) (-3801 (($ (-86) $) 59 T ELT) (($ (-86) $ $) 58 T ELT) (($ (-86) $ $ $) 57 T ELT) (($ (-86) $ $ $ $) 56 T ELT) (($ (-86) (-583 $)) 55 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 175 (|has| |#1| (-495)) ELT)) (-1603 (($ $) 47 T ELT) (($ $ $) 46 T ELT)) (-3759 (($ $ (-1090)) 148 (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090))) 146 (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694)) 145 (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 144 (|has| |#1| (-961)) ELT)) (-2996 (($ $) 195 (|has| |#1| (-495)) ELT)) (-2998 (((-1039 |#1| (-550 $)) $) 196 (|has| |#1| (-495)) ELT)) (-3186 (($ $) 22 (|has| $ (-961)) ELT)) (-3973 (((-800 (-484)) $) 233 (|has| |#1| (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) 232 (|has| |#1| (-553 (-800 (-330)))) ELT) (($ (-348 $)) 197 (|has| |#1| (-495)) ELT) (((-473) $) 113 (|has| |#1| (-553 (-473))) ELT)) (-3010 (($ $ $) 124 (|has| |#1| (-413)) ELT)) (-2436 (($ $ $) 125 (|has| |#1| (-413)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-550 $)) 66 T ELT) (($ (-1090)) 234 T ELT) (($ |#1|) 225 T ELT) (($ (-1039 |#1| (-550 $))) 207 (|has| |#1| (-961)) ELT) (($ (-350 |#1|)) 193 (|has| |#1| (-495)) ELT) (($ (-857 (-350 |#1|))) 192 (|has| |#1| (-495)) ELT) (($ (-350 (-857 (-350 |#1|)))) 191 (|has| |#1| (-495)) ELT) (($ (-350 (-857 |#1|))) 187 (|has| |#1| (-495)) ELT) (($ $) 160 (|has| |#1| (-495)) ELT) (($ (-857 |#1|)) 136 (|has| |#1| (-961)) ELT) (($ (-350 (-484))) 110 (OR (|has| |#1| (-495)) (-12 (|has| |#1| (-950 (-484))) (|has| |#1| (-495))) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ (-484)) 109 (OR (|has| |#1| (-961)) (|has| |#1| (-950 (-484)))) ELT)) (-2703 (((-632 $) $) 158 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 140 (|has| |#1| (-961)) CONST)) (-2591 (($ $) 51 T ELT) (($ (-583 $)) 50 T ELT)) (-2254 (((-85) (-86)) 39 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 164 (|has| |#1| (-495)) ELT)) (-1798 (($ (-1090) $) 221 T ELT) (($ (-1090) $ $) 220 T ELT) (($ (-1090) $ $ $) 219 T ELT) (($ (-1090) $ $ $ $) 218 T ELT) (($ (-1090) (-583 $)) 217 T ELT)) (-3126 (((-85) $ $) 139 (|has| |#1| (-961)) ELT)) (-2661 (($) 128 (|has| |#1| (-25)) CONST)) (-2667 (($) 116 (|has| |#1| (-1025)) CONST)) (-2670 (($ $ (-1090)) 147 (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090))) 143 (|has| |#1| (-961)) ELT) (($ $ (-1090) (-694)) 142 (|has| |#1| (-961)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 141 (|has| |#1| (-961)) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ (-1039 |#1| (-550 $)) (-1039 |#1| (-550 $))) 194 (|has| |#1| (-495)) ELT) (($ $ $) 122 (OR (|has| |#1| (-413)) (|has| |#1| (-495))) ELT)) (-3838 (($ $ $) 135 (|has| |#1| (-21)) ELT) (($ $) 134 (|has| |#1| (-21)) ELT)) (-3840 (($ $ $) 126 (|has| |#1| (-25)) ELT)) (** (($ $ (-484)) 123 (OR (|has| |#1| (-413)) (|has| |#1| (-495))) ELT) (($ $ (-694)) 120 (|has| |#1| (-1025)) ELT) (($ $ (-830)) 115 (|has| |#1| (-1025)) ELT)) (* (($ (-350 (-484)) $) 186 (|has| |#1| (-495)) ELT) (($ $ (-350 (-484))) 185 (|has| |#1| (-495)) ELT) (($ $ |#1|) 159 (|has| |#1| (-146)) ELT) (($ |#1| $) 149 (|has| |#1| (-961)) ELT) (($ (-484) $) 133 (|has| |#1| (-21)) ELT) (($ (-694) $) 130 (|has| |#1| (-25)) ELT) (($ (-830) $) 127 (|has| |#1| (-25)) ELT) (($ $ $) 114 (|has| |#1| (-1025)) ELT)))
-(((-364 |#1|) (-113) (-1013)) (T -364))
-((-1800 (*1 *2 *1) (-12 (-4 *1 (-364 *3)) (-4 *3 (-1013)) (-5 *2 (-85)))) (-1799 (*1 *2 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1013)))) (-3082 (*1 *2 *1) (-12 (-4 *1 (-364 *3)) (-4 *3 (-1013)) (-5 *2 (-583 (-1090))))) (-1798 (*1 *1 *2 *1) (-12 (-5 *2 (-1090)) (-4 *1 (-364 *3)) (-4 *3 (-1013)))) (-1798 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1090)) (-4 *1 (-364 *3)) (-4 *3 (-1013)))) (-1798 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1090)) (-4 *1 (-364 *3)) (-4 *3 (-1013)))) (-1798 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1090)) (-4 *1 (-364 *3)) (-4 *3 (-1013)))) (-1798 (*1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-583 *1)) (-4 *1 (-364 *4)) (-4 *4 (-1013)))) (-3769 (*1 *1 *1 *2) (-12 (-5 *2 (-1090)) (-4 *1 (-364 *3)) (-4 *3 (-1013)) (-4 *3 (-553 (-473))))) (-3769 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-1090))) (-4 *1 (-364 *3)) (-4 *3 (-1013)) (-4 *3 (-553 (-473))))) (-3769 (*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1013)) (-4 *2 (-553 (-473))))) (-3769 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1090)) (-4 *1 (-364 *4)) (-4 *4 (-1013)) (-4 *4 (-553 (-473))))) (-3769 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-583 (-86))) (-5 *3 (-583 *1)) (-5 *4 (-1090)) (-4 *1 (-364 *5)) (-4 *5 (-1013)) (-4 *5 (-553 (-473))))) (-2824 (*1 *2 *1) (|partial| -12 (-4 *3 (-1025)) (-4 *3 (-1013)) (-5 *2 (-583 *1)) (-4 *1 (-364 *3)))) (-2825 (*1 *2 *1) (|partial| -12 (-4 *3 (-1025)) (-4 *3 (-1013)) (-5 *2 (-2 (|:| |var| (-550 *1)) (|:| -2401 (-484)))) (-4 *1 (-364 *3)))) (-2823 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1013)) (-5 *2 (-583 *1)) (-4 *1 (-364 *3)))) (-1797 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1013)) (-5 *2 (-2 (|:| -3955 (-484)) (|:| |var| (-550 *1)))) (-4 *1 (-364 *3)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-1039 *3 (-550 *1))) (-4 *3 (-961)) (-4 *3 (-1013)) (-4 *1 (-364 *3)))) (-2999 (*1 *2 *1) (-12 (-4 *3 (-961)) (-4 *3 (-1013)) (-5 *2 (-1039 *3 (-550 *1))) (-4 *1 (-364 *3)))) (-2997 (*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1013)) (-4 *2 (-961)))) (-2825 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-86)) (-4 *4 (-961)) (-4 *4 (-1013)) (-5 *2 (-2 (|:| |var| (-550 *1)) (|:| -2401 (-484)))) (-4 *1 (-364 *4)))) (-2825 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1090)) (-4 *4 (-961)) (-4 *4 (-1013)) (-5 *2 (-2 (|:| |var| (-550 *1)) (|:| -2401 (-484)))) (-4 *1 (-364 *4)))) (-2826 (*1 *2 *1) (|partial| -12 (-4 *3 (-961)) (-4 *3 (-1013)) (-5 *2 (-2 (|:| |val| *1) (|:| -2401 (-484)))) (-4 *1 (-364 *3)))) (-3769 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-583 (-694))) (-5 *4 (-583 (-1 *1 *1))) (-4 *1 (-364 *5)) (-4 *5 (-1013)) (-4 *5 (-961)))) (-3769 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-583 (-694))) (-5 *4 (-583 (-1 *1 (-583 *1)))) (-4 *1 (-364 *5)) (-4 *5 (-1013)) (-4 *5 (-961)))) (-3769 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1090)) (-5 *3 (-694)) (-5 *4 (-1 *1 (-583 *1))) (-4 *1 (-364 *5)) (-4 *5 (-1013)) (-4 *5 (-961)))) (-3769 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1090)) (-5 *3 (-694)) (-5 *4 (-1 *1 *1)) (-4 *1 (-364 *5)) (-4 *5 (-1013)) (-4 *5 (-961)))) (-3973 (*1 *1 *2) (-12 (-5 *2 (-348 *1)) (-4 *1 (-364 *3)) (-4 *3 (-495)) (-4 *3 (-1013)))) (-2998 (*1 *2 *1) (-12 (-4 *3 (-495)) (-4 *3 (-1013)) (-5 *2 (-1039 *3 (-550 *1))) (-4 *1 (-364 *3)))) (-2996 (*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1013)) (-4 *2 (-495)))) (-3950 (*1 *1 *2 *2) (-12 (-5 *2 (-1039 *3 (-550 *1))) (-4 *3 (-495)) (-4 *3 (-1013)) (-4 *1 (-364 *3)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-350 *3)) (-4 *3 (-495)) (-4 *3 (-1013)) (-4 *1 (-364 *3)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-857 (-350 *3))) (-4 *3 (-495)) (-4 *3 (-1013)) (-4 *1 (-364 *3)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-350 (-857 (-350 *3)))) (-4 *3 (-495)) (-4 *3 (-1013)) (-4 *1 (-364 *3)))) (-3084 (*1 *2 *1 *3) (-12 (-5 *3 (-550 *1)) (-4 *1 (-364 *4)) (-4 *4 (-1013)) (-4 *4 (-495)) (-5 *2 (-350 (-1085 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-364 *3)) (-4 *3 (-1013)) (-4 *3 (-1025)))))
-(-13 (-254) (-950 (-1090)) (-794 |t#1|) (-343 |t#1|) (-355 |t#1|) (-10 -8 (-15 -1800 ((-85) $)) (-15 -1799 (|t#1| $)) (-15 -3082 ((-583 (-1090)) $)) (-15 -1798 ($ (-1090) $)) (-15 -1798 ($ (-1090) $ $)) (-15 -1798 ($ (-1090) $ $ $)) (-15 -1798 ($ (-1090) $ $ $ $)) (-15 -1798 ($ (-1090) (-583 $))) (IF (|has| |t#1| (-553 (-473))) (PROGN (-6 (-553 (-473))) (-15 -3769 ($ $ (-1090))) (-15 -3769 ($ $ (-583 (-1090)))) (-15 -3769 ($ $)) (-15 -3769 ($ $ (-86) $ (-1090))) (-15 -3769 ($ $ (-583 (-86)) (-583 $) (-1090)))) |%noBranch|) (IF (|has| |t#1| (-1025)) (PROGN (-6 (-663)) (-15 ** ($ $ (-694))) (-15 -2824 ((-3 (-583 $) "failed") $)) (-15 -2825 ((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-413)) (-6 (-413)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -2823 ((-3 (-583 $) "failed") $)) (-15 -1797 ((-3 (-2 (|:| -3955 (-484)) (|:| |var| (-550 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-961)) (PROGN (-6 (-961)) (-6 (-950 (-857 |t#1|))) (-6 (-809 (-1090))) (-6 (-329 |t#1|)) (-15 -3947 ($ (-1039 |t#1| (-550 $)))) (-15 -2999 ((-1039 |t#1| (-550 $)) $)) (-15 -2997 ($ $)) (-15 -2825 ((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) "failed") $ (-86))) (-15 -2825 ((-3 (-2 (|:| |var| (-550 $)) (|:| -2401 (-484))) "failed") $ (-1090))) (-15 -2826 ((-3 (-2 (|:| |val| $) (|:| -2401 (-484))) "failed") $)) (-15 -3769 ($ $ (-583 (-1090)) (-583 (-694)) (-583 (-1 $ $)))) (-15 -3769 ($ $ (-583 (-1090)) (-583 (-694)) (-583 (-1 $ (-583 $))))) (-15 -3769 ($ $ (-1090) (-694) (-1 $ (-583 $)))) (-15 -3769 ($ $ (-1090) (-694) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-495)) (PROGN (-6 (-312)) (-6 (-950 (-350 (-857 |t#1|)))) (-15 -3973 ($ (-348 $))) (-15 -2998 ((-1039 |t#1| (-550 $)) $)) (-15 -2996 ($ $)) (-15 -3950 ($ (-1039 |t#1| (-550 $)) (-1039 |t#1| (-550 $)))) (-15 -3947 ($ (-350 |t#1|))) (-15 -3947 ($ (-857 (-350 |t#1|)))) (-15 -3947 ($ (-350 (-857 (-350 |t#1|))))) (-15 -3084 ((-350 (-1085 $)) $ (-550 $))) (IF (|has| |t#1| (-950 (-484))) (-6 (-950 (-350 (-484)))) |%noBranch|)) |%noBranch|)))
-(((-21) OR (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118)) (|has| |#1| (-21))) ((-23) OR (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) OR (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 (-350 (-484))) |has| |#1| (-495)) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-495)) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-495)) ((-82 |#1| |#1|) |has| |#1| (-146)) ((-82 $ $) |has| |#1| (-495)) ((-104) OR (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118)) (|has| |#1| (-21))) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-495))) ((-555 (-350 (-857 |#1|))) |has| |#1| (-495)) ((-555 (-484)) OR (|has| |#1| (-961)) (|has| |#1| (-950 (-484))) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-555 (-550 $)) . T) ((-555 (-857 |#1|)) |has| |#1| (-961)) ((-555 (-1090)) . T) ((-555 |#1|) . T) ((-555 $) |has| |#1| (-495)) ((-552 (-772)) . T) ((-146) |has| |#1| (-495)) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-553 (-800 (-330))) |has| |#1| (-553 (-800 (-330)))) ((-553 (-800 (-484))) |has| |#1| (-553 (-800 (-484)))) ((-201) |has| |#1| (-495)) ((-246) |has| |#1| (-495)) ((-258) |has| |#1| (-495)) ((-260 $) . T) ((-254) . T) ((-312) |has| |#1| (-495)) ((-329 |#1|) |has| |#1| (-961)) ((-343 |#1|) . T) ((-355 |#1|) . T) ((-392) |has| |#1| (-495)) ((-413) |has| |#1| (-413)) ((-455 (-550 $) $) . T) ((-455 $ $) . T) ((-495) |has| |#1| (-495)) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-495)) ((-588 (-484)) OR (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118)) (|has| |#1| (-21))) ((-588 |#1|) OR (|has| |#1| (-961)) (|has| |#1| (-146))) ((-588 $) OR (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-590 (-350 (-484))) |has| |#1| (-495)) ((-590 (-484)) -12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ((-590 |#1|) OR (|has| |#1| (-961)) (|has| |#1| (-146))) ((-590 $) OR (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-582 (-350 (-484))) |has| |#1| (-495)) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) |has| |#1| (-495)) ((-580 (-484)) -12 (|has| |#1| (-580 (-484))) (|has| |#1| (-961))) ((-580 |#1|) |has| |#1| (-961)) ((-654 (-350 (-484))) |has| |#1| (-495)) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) |has| |#1| (-495)) ((-663) OR (|has| |#1| (-1025)) (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-413)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-806 $ (-1090)) |has| |#1| (-961)) ((-809 (-1090)) |has| |#1| (-961)) ((-811 (-1090)) |has| |#1| (-961)) ((-796 (-330)) |has| |#1| (-796 (-330))) ((-796 (-484)) |has| |#1| (-796 (-484))) ((-794 |#1|) . T) ((-832) |has| |#1| (-495)) ((-950 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (-12 (|has| |#1| (-495)) (|has| |#1| (-950 (-484))))) ((-950 (-350 (-857 |#1|))) |has| |#1| (-495)) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 (-550 $)) . T) ((-950 (-857 |#1|)) |has| |#1| (-961)) ((-950 (-1090)) . T) ((-950 |#1|) . T) ((-963 (-350 (-484))) |has| |#1| (-495)) ((-963 |#1|) |has| |#1| (-146)) ((-963 $) |has| |#1| (-495)) ((-968 (-350 (-484))) |has| |#1| (-495)) ((-968 |#1|) |has| |#1| (-146)) ((-968 $) |has| |#1| (-495)) ((-961) OR (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-970) OR (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-1025) OR (|has| |#1| (-1025)) (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-413)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-1061) OR (|has| |#1| (-961)) (|has| |#1| (-495)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-1013) . T) ((-1129) . T) ((-1134) |has| |#1| (-495)))
-((-3959 ((|#4| (-1 |#3| |#1|) |#2|) 11 T ELT)))
-(((-365 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3959 (|#4| (-1 |#3| |#1|) |#2|))) (-961) (-364 |#1|) (-961) (-364 |#3|)) (T -365))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-961)) (-4 *6 (-961)) (-4 *2 (-364 *6)) (-5 *1 (-365 *5 *4 *6 *2)) (-4 *4 (-364 *5)))))
-((-1804 ((|#2| |#2|) 182 T ELT)) (-1801 (((-3 (|:| |%expansion| (-264 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073))))) |#2| (-85)) 60 T ELT)))
-(((-366 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1801 ((-3 (|:| |%expansion| (-264 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073))))) |#2| (-85))) (-15 -1804 (|#2| |#2|))) (-13 (-392) (-950 (-484)) (-580 (-484))) (-13 (-27) (-1115) (-364 |#1|)) (-1090) |#2|) (T -366))
-((-1804 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-366 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1115) (-364 *3))) (-14 *4 (-1090)) (-14 *5 *2))) (-1801 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-3 (|:| |%expansion| (-264 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073)))))) (-5 *1 (-366 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1115) (-364 *5))) (-14 *6 (-1090)) (-14 *7 *3))))
-((-1804 ((|#2| |#2|) 105 T ELT)) (-1802 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073))))) |#2| (-85) (-1073)) 52 T ELT)) (-1803 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073))))) |#2| (-85) (-1073)) 169 T ELT)))
-(((-367 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1802 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073))))) |#2| (-85) (-1073))) (-15 -1803 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073))))) |#2| (-85) (-1073))) (-15 -1804 (|#2| |#2|))) (-13 (-392) (-950 (-484)) (-580 (-484))) (-13 (-27) (-1115) (-364 |#1|) (-10 -8 (-15 -3947 ($ |#3|)))) (-755) (-13 (-1158 |#2| |#3|) (-312) (-1115) (-10 -8 (-15 -3759 ($ $)) (-15 -3813 ($ $)))) (-896 |#4|) (-1090)) (T -367))
-((-1804 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-4 *2 (-13 (-27) (-1115) (-364 *3) (-10 -8 (-15 -3947 ($ *4))))) (-4 *4 (-755)) (-4 *5 (-13 (-1158 *2 *4) (-312) (-1115) (-10 -8 (-15 -3759 ($ $)) (-15 -3813 ($ $))))) (-5 *1 (-367 *3 *2 *4 *5 *6 *7)) (-4 *6 (-896 *5)) (-14 *7 (-1090)))) (-1803 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-85)) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-4 *3 (-13 (-27) (-1115) (-364 *6) (-10 -8 (-15 -3947 ($ *7))))) (-4 *7 (-755)) (-4 *8 (-13 (-1158 *3 *7) (-312) (-1115) (-10 -8 (-15 -3759 ($ $)) (-15 -3813 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073)))))) (-5 *1 (-367 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1073)) (-4 *9 (-896 *8)) (-14 *10 (-1090)))) (-1802 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-85)) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-4 *3 (-13 (-27) (-1115) (-364 *6) (-10 -8 (-15 -3947 ($ *7))))) (-4 *7 (-755)) (-4 *8 (-13 (-1158 *3 *7) (-312) (-1115) (-10 -8 (-15 -3759 ($ $)) (-15 -3813 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073)))))) (-5 *1 (-367 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1073)) (-4 *9 (-896 *8)) (-14 *10 (-1090)))))
-((-1805 (($) 51 T ELT)) (-3235 (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ $ $) 47 T ELT)) (-3237 (($ $ $) 46 T ELT)) (-3236 (((-85) $ $) 35 T ELT)) (-3137 (((-694)) 55 T ELT)) (-3240 (($ (-583 |#2|)) 23 T ELT) (($) NIL T ELT)) (-2995 (($) 66 T ELT)) (-3242 (((-85) $ $) 15 T ELT)) (-2532 ((|#2| $) 77 T ELT)) (-2858 ((|#2| $) 75 T ELT)) (-2010 (((-830) $) 70 T ELT)) (-3239 (($ $ $) 42 T ELT)) (-2400 (($ (-830)) 60 T ELT)) (-3238 (($ $ |#2|) NIL T ELT) (($ $ $) 45 T ELT)) (-1730 (((-694) |#2| $) 31 T ELT) (((-694) (-1 (-85) |#2|) $) NIL T ELT)) (-3531 (($ (-583 |#2|)) 27 T ELT)) (-1806 (($ $) 53 T ELT)) (-3947 (((-772) $) 40 T ELT)) (-1807 (((-694) $) 24 T ELT)) (-3241 (($ (-583 |#2|)) 22 T ELT) (($) NIL T ELT)) (-3057 (((-85) $ $) 19 T ELT)))
-(((-368 |#1| |#2|) (-10 -7 (-15 -3137 ((-694))) (-15 -2400 (|#1| (-830))) (-15 -2010 ((-830) |#1|)) (-15 -2995 (|#1|)) (-15 -2532 (|#2| |#1|)) (-15 -2858 (|#2| |#1|)) (-15 -1805 (|#1|)) (-15 -1806 (|#1| |#1|)) (-15 -1807 ((-694) |#1|)) (-15 -1730 ((-694) (-1 (-85) |#2|) |#1|)) (-15 -1730 ((-694) |#2| |#1|)) (-15 -3057 ((-85) |#1| |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -3242 ((-85) |#1| |#1|)) (-15 -3241 (|#1|)) (-15 -3241 (|#1| (-583 |#2|))) (-15 -3240 (|#1|)) (-15 -3240 (|#1| (-583 |#2|))) (-15 -3239 (|#1| |#1| |#1|)) (-15 -3238 (|#1| |#1| |#1|)) (-15 -3238 (|#1| |#1| |#2|)) (-15 -3237 (|#1| |#1| |#1|)) (-15 -3236 ((-85) |#1| |#1|)) (-15 -3235 (|#1| |#1| |#1|)) (-15 -3235 (|#1| |#1| |#2|)) (-15 -3235 (|#1| |#2| |#1|)) (-15 -3531 (|#1| (-583 |#2|)))) (-369 |#2|) (-1013)) (T -368))
-((-3137 (*1 *2) (-12 (-4 *4 (-1013)) (-5 *2 (-694)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))))
-((-2569 (((-85) $ $) 17 T ELT)) (-1805 (($) 60 (|has| |#1| (-320)) ELT)) (-3235 (($ |#1| $) 85 T ELT) (($ $ |#1|) 84 T ELT) (($ $ $) 83 T ELT)) (-3237 (($ $ $) 81 T ELT)) (-3236 (((-85) $ $) 82 T ELT)) (-3137 (((-694)) 54 (|has| |#1| (-320)) ELT)) (-3240 (($ (-583 |#1|)) 77 T ELT) (($) 76 T ELT)) (-1570 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-1353 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3406 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3407 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 72 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 69 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 68 T ELT)) (-2995 (($) 57 (|has| |#1| (-320)) ELT)) (-3242 (((-85) $ $) 73 T ELT)) (-2532 ((|#1| $) 58 (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) 67 T ELT)) (-3246 (((-85) |#1| $) 71 (|has| |#1| (-72)) ELT)) (-2858 ((|#1| $) 59 (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-2010 (((-830) $) 56 (|has| |#1| (-320)) ELT)) (-3243 (((-1073) $) 20 T ELT)) (-3239 (($ $ $) 78 T ELT)) (-1274 ((|#1| $) 34 T ELT)) (-3610 (($ |#1| $) 35 T ELT)) (-2400 (($ (-830)) 55 (|has| |#1| (-320)) ELT)) (-3244 (((-1033) $) 19 T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1275 ((|#1| $) 36 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 65 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3238 (($ $ |#1|) 80 T ELT) (($ $ $) 79 T ELT)) (-1466 (($) 44 T ELT) (($ (-583 |#1|)) 43 T ELT)) (-1730 (((-694) |#1| $) 70 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 66 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 51 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 45 T ELT)) (-1806 (($ $) 61 (|has| |#1| (-320)) ELT)) (-3947 (((-772) $) 15 T ELT)) (-1807 (((-694) $) 62 T ELT)) (-3241 (($ (-583 |#1|)) 75 T ELT) (($) 74 T ELT)) (-1265 (((-85) $ $) 18 T ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 64 T ELT)) (-3057 (((-85) $ $) 16 T ELT)) (-3958 (((-694) $) 63 T ELT)))
-(((-369 |#1|) (-113) (-1013)) (T -369))
-((-1807 (*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-1013)) (-5 *2 (-694)))) (-1806 (*1 *1 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1013)) (-4 *2 (-320)))) (-1805 (*1 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-320)) (-4 *2 (-1013)))) (-2858 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1013)) (-4 *2 (-756)))) (-2532 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1013)) (-4 *2 (-756)))))
-(-13 (-183 |t#1|) (-1011 |t#1|) (-318 |t#1|) (-10 -8 (-15 -1807 ((-694) $)) (IF (|has| |t#1| (-320)) (PROGN (-6 (-320)) (-15 -1806 ($ $)) (-15 -1805 ($))) |%noBranch|) (IF (|has| |t#1| (-756)) (PROGN (-15 -2858 (|t#1| $)) (-15 -2532 (|t#1| $))) |%noBranch|)))
-(((-34) . T) ((-76 |#1|) . T) ((-72) . T) ((-552 (-772)) . T) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-183 |#1|) . T) ((-193 |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-320) |has| |#1| (-320)) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1011 |#1|) . T) ((-1013) . T) ((-1035 |#1|) . T) ((-1129) . T))
-((-3842 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22 T ELT)) (-3843 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20 T ELT)) (-3959 ((|#4| (-1 |#3| |#1|) |#2|) 17 T ELT)))
-(((-370 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3959 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3843 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3842 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1013) (-369 |#1|) (-1013) (-369 |#3|)) (T -370))
-((-3842 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1013)) (-4 *5 (-1013)) (-4 *2 (-369 *5)) (-5 *1 (-370 *6 *4 *5 *2)) (-4 *4 (-369 *6)))) (-3843 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1013)) (-4 *2 (-1013)) (-5 *1 (-370 *5 *4 *2 *6)) (-4 *4 (-369 *5)) (-4 *6 (-369 *2)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-369 *6)) (-5 *1 (-370 *5 *4 *6 *2)) (-4 *4 (-369 *5)))))
-((-1808 (((-519 |#2|) |#2| (-1090)) 36 T ELT)) (-2100 (((-519 |#2|) |#2| (-1090)) 21 T ELT)) (-2149 ((|#2| |#2| (-1090)) 26 T ELT)))
-(((-371 |#1| |#2|) (-10 -7 (-15 -2100 ((-519 |#2|) |#2| (-1090))) (-15 -1808 ((-519 |#2|) |#2| (-1090))) (-15 -2149 (|#2| |#2| (-1090)))) (-13 (-258) (-120) (-950 (-484)) (-580 (-484))) (-13 (-1115) (-29 |#1|))) (T -371))
-((-2149 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *1 (-371 *4 *2)) (-4 *2 (-13 (-1115) (-29 *4))))) (-1808 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-519 *3)) (-5 *1 (-371 *5 *3)) (-4 *3 (-13 (-1115) (-29 *5))))) (-2100 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-519 *3)) (-5 *1 (-371 *5 *3)) (-4 *3 (-13 (-1115) (-29 *5))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1810 (($ |#2| |#1|) 37 T ELT)) (-1809 (($ |#2| |#1|) 35 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-281 |#2|)) 25 T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 10 T CONST)) (-2667 (($) 16 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 36 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 40 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-372 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -3983)) (IF (|has| |#1| (-6 -3983)) (-6 -3983) |%noBranch|) |%noBranch|) (-15 -3947 ($ |#1|)) (-15 -3947 ($ (-281 |#2|))) (-15 -1810 ($ |#2| |#1|)) (-15 -1809 ($ |#2| |#1|)))) (-13 (-146) (-38 (-350 (-484)))) (-13 (-756) (-21))) (T -372))
-((-3947 (*1 *1 *2) (-12 (-5 *1 (-372 *2 *3)) (-4 *2 (-13 (-146) (-38 (-350 (-484))))) (-4 *3 (-13 (-756) (-21))))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-281 *4)) (-4 *4 (-13 (-756) (-21))) (-5 *1 (-372 *3 *4)) (-4 *3 (-13 (-146) (-38 (-350 (-484))))))) (-1810 (*1 *1 *2 *3) (-12 (-5 *1 (-372 *3 *2)) (-4 *3 (-13 (-146) (-38 (-350 (-484))))) (-4 *2 (-13 (-756) (-21))))) (-1809 (*1 *1 *2 *3) (-12 (-5 *1 (-372 *3 *2)) (-4 *3 (-13 (-146) (-38 (-350 (-484))))) (-4 *2 (-13 (-756) (-21))))))
-((-3813 (((-3 |#2| (-583 |#2|)) |#2| (-1090)) 115 T ELT)))
-(((-373 |#1| |#2|) (-10 -7 (-15 -3813 ((-3 |#2| (-583 |#2|)) |#2| (-1090)))) (-13 (-258) (-120) (-950 (-484)) (-580 (-484))) (-13 (-1115) (-871) (-29 |#1|))) (T -373))
-((-3813 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-3 *3 (-583 *3))) (-5 *1 (-373 *5 *3)) (-4 *3 (-13 (-1115) (-871) (-29 *5))))))
-((-3387 ((|#2| |#2| |#2|) 31 T ELT)) (-3596 (((-86) (-86)) 43 T ELT)) (-1812 ((|#2| |#2|) 63 T ELT)) (-1811 ((|#2| |#2|) 66 T ELT)) (-3386 ((|#2| |#2|) 30 T ELT)) (-3390 ((|#2| |#2| |#2|) 33 T ELT)) (-3392 ((|#2| |#2| |#2|) 35 T ELT)) (-3389 ((|#2| |#2| |#2|) 32 T ELT)) (-3391 ((|#2| |#2| |#2|) 34 T ELT)) (-2254 (((-85) (-86)) 41 T ELT)) (-3394 ((|#2| |#2|) 37 T ELT)) (-3393 ((|#2| |#2|) 36 T ELT)) (-3384 ((|#2| |#2|) 25 T ELT)) (-3388 ((|#2| |#2| |#2|) 28 T ELT) ((|#2| |#2|) 26 T ELT)) (-3385 ((|#2| |#2| |#2|) 29 T ELT)))
-(((-374 |#1| |#2|) (-10 -7 (-15 -2254 ((-85) (-86))) (-15 -3596 ((-86) (-86))) (-15 -3384 (|#2| |#2|)) (-15 -3388 (|#2| |#2|)) (-15 -3388 (|#2| |#2| |#2|)) (-15 -3385 (|#2| |#2| |#2|)) (-15 -3386 (|#2| |#2|)) (-15 -3387 (|#2| |#2| |#2|)) (-15 -3389 (|#2| |#2| |#2|)) (-15 -3390 (|#2| |#2| |#2|)) (-15 -3391 (|#2| |#2| |#2|)) (-15 -3392 (|#2| |#2| |#2|)) (-15 -3393 (|#2| |#2|)) (-15 -3394 (|#2| |#2|)) (-15 -1811 (|#2| |#2|)) (-15 -1812 (|#2| |#2|))) (-495) (-364 |#1|)) (T -374))
-((-1812 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-1811 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3394 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3393 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3392 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3391 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3390 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3389 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3387 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3386 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3385 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3388 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3388 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3384 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3596 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *3 (-495)) (-5 *1 (-374 *3 *4)) (-4 *4 (-364 *3)))) (-2254 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-374 *4 *5)) (-4 *5 (-364 *4)))))
-((-2834 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1085 |#2|)) (|:| |pol2| (-1085 |#2|)) (|:| |prim| (-1085 |#2|))) |#2| |#2|) 103 (|has| |#2| (-27)) ELT) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-583 (-1085 |#2|))) (|:| |prim| (-1085 |#2|))) (-583 |#2|)) 65 T ELT)))
-(((-375 |#1| |#2|) (-10 -7 (-15 -2834 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-583 (-1085 |#2|))) (|:| |prim| (-1085 |#2|))) (-583 |#2|))) (IF (|has| |#2| (-27)) (-15 -2834 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1085 |#2|)) (|:| |pol2| (-1085 |#2|)) (|:| |prim| (-1085 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-495) (-120)) (-364 |#1|)) (T -375))
-((-2834 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-495) (-120))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1085 *3)) (|:| |pol2| (-1085 *3)) (|:| |prim| (-1085 *3)))) (-5 *1 (-375 *4 *3)) (-4 *3 (-27)) (-4 *3 (-364 *4)))) (-2834 (*1 *2 *3) (-12 (-5 *3 (-583 *5)) (-4 *5 (-364 *4)) (-4 *4 (-13 (-495) (-120))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-583 (-1085 *5))) (|:| |prim| (-1085 *5)))) (-5 *1 (-375 *4 *5)))))
-((-1814 (((-1185)) 18 T ELT)) (-1813 (((-1085 (-350 (-484))) |#2| (-550 |#2|)) 40 T ELT) (((-350 (-484)) |#2|) 27 T ELT)))
-(((-376 |#1| |#2|) (-10 -7 (-15 -1813 ((-350 (-484)) |#2|)) (-15 -1813 ((-1085 (-350 (-484))) |#2| (-550 |#2|))) (-15 -1814 ((-1185)))) (-13 (-495) (-950 (-484))) (-364 |#1|)) (T -376))
-((-1814 (*1 *2) (-12 (-4 *3 (-13 (-495) (-950 (-484)))) (-5 *2 (-1185)) (-5 *1 (-376 *3 *4)) (-4 *4 (-364 *3)))) (-1813 (*1 *2 *3 *4) (-12 (-5 *4 (-550 *3)) (-4 *3 (-364 *5)) (-4 *5 (-13 (-495) (-950 (-484)))) (-5 *2 (-1085 (-350 (-484)))) (-5 *1 (-376 *5 *3)))) (-1813 (*1 *2 *3) (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-350 (-484))) (-5 *1 (-376 *4 *3)) (-4 *3 (-364 *4)))))
-((-3646 (((-85) $) 33 T ELT)) (-1815 (((-85) $) 35 T ELT)) (-3260 (((-85) $) 36 T ELT)) (-1817 (((-85) $) 39 T ELT)) (-1819 (((-85) $) 34 T ELT)) (-1818 (((-85) $) 38 T ELT)) (-3947 (((-772) $) 20 T ELT) (($ (-1073)) 32 T ELT) (($ (-1090)) 30 T ELT) (((-1090) $) 24 T ELT) (((-1015) $) 23 T ELT)) (-1816 (((-85) $) 37 T ELT)) (-3057 (((-85) $ $) 17 T ELT)))
-(((-377) (-13 (-552 (-772)) (-10 -8 (-15 -3947 ($ (-1073))) (-15 -3947 ($ (-1090))) (-15 -3947 ((-1090) $)) (-15 -3947 ((-1015) $)) (-15 -3646 ((-85) $)) (-15 -1819 ((-85) $)) (-15 -3260 ((-85) $)) (-15 -1818 ((-85) $)) (-15 -1817 ((-85) $)) (-15 -1816 ((-85) $)) (-15 -1815 ((-85) $)) (-15 -3057 ((-85) $ $))))) (T -377))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-377)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-377)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-377)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-1015)) (-5 *1 (-377)))) (-3646 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-1819 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-3260 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-1818 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-1817 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-1816 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-1815 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-3057 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))))
-((-1821 (((-3 (-348 (-1085 (-350 (-484)))) #1="failed") |#3|) 71 T ELT)) (-1820 (((-348 |#3|) |#3|) 34 T ELT)) (-1823 (((-3 (-348 (-1085 (-48))) #1#) |#3|) 29 (|has| |#2| (-950 (-48))) ELT)) (-1822 (((-3 (|:| |overq| (-1085 (-350 (-484)))) (|:| |overan| (-1085 (-48))) (|:| -2640 (-85))) |#3|) 37 T ELT)))
-(((-378 |#1| |#2| |#3|) (-10 -7 (-15 -1820 ((-348 |#3|) |#3|)) (-15 -1821 ((-3 (-348 (-1085 (-350 (-484)))) #1="failed") |#3|)) (-15 -1822 ((-3 (|:| |overq| (-1085 (-350 (-484)))) (|:| |overan| (-1085 (-48))) (|:| -2640 (-85))) |#3|)) (IF (|has| |#2| (-950 (-48))) (-15 -1823 ((-3 (-348 (-1085 (-48))) #1#) |#3|)) |%noBranch|)) (-13 (-495) (-950 (-484))) (-364 |#1|) (-1155 |#2|)) (T -378))
-((-1823 (*1 *2 *3) (|partial| -12 (-4 *5 (-950 (-48))) (-4 *4 (-13 (-495) (-950 (-484)))) (-4 *5 (-364 *4)) (-5 *2 (-348 (-1085 (-48)))) (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1155 *5)))) (-1822 (*1 *2 *3) (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-4 *5 (-364 *4)) (-5 *2 (-3 (|:| |overq| (-1085 (-350 (-484)))) (|:| |overan| (-1085 (-48))) (|:| -2640 (-85)))) (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1155 *5)))) (-1821 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-495) (-950 (-484)))) (-4 *5 (-364 *4)) (-5 *2 (-348 (-1085 (-350 (-484))))) (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1155 *5)))) (-1820 (*1 *2 *3) (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-4 *5 (-364 *4)) (-5 *2 (-348 *3)) (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1155 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1833 (((-3 (|:| |fst| (-377)) (|:| -3911 #1="void")) $) 11 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1830 (($) 35 T ELT)) (-1827 (($) 41 T ELT)) (-1828 (($) 37 T ELT)) (-1825 (($) 39 T ELT)) (-1829 (($) 36 T ELT)) (-1826 (($) 38 T ELT)) (-1824 (($) 40 T ELT)) (-1831 (((-85) $) 8 T ELT)) (-1832 (((-583 (-857 (-484))) $) 19 T ELT)) (-3531 (($ (-3 (|:| |fst| (-377)) (|:| -3911 #1#)) (-583 (-1090)) (-85)) 29 T ELT) (($ (-3 (|:| |fst| (-377)) (|:| -3911 #1#)) (-583 (-857 (-484))) (-85)) 30 T ELT)) (-3947 (((-772) $) 24 T ELT) (($ (-377)) 32 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-379) (-13 (-1013) (-10 -8 (-15 -3947 ($ (-377))) (-15 -1833 ((-3 (|:| |fst| (-377)) (|:| -3911 #1="void")) $)) (-15 -1832 ((-583 (-857 (-484))) $)) (-15 -1831 ((-85) $)) (-15 -3531 ($ (-3 (|:| |fst| (-377)) (|:| -3911 #1#)) (-583 (-1090)) (-85))) (-15 -3531 ($ (-3 (|:| |fst| (-377)) (|:| -3911 #1#)) (-583 (-857 (-484))) (-85))) (-15 -1830 ($)) (-15 -1829 ($)) (-15 -1828 ($)) (-15 -1827 ($)) (-15 -1826 ($)) (-15 -1825 ($)) (-15 -1824 ($))))) (T -379))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-377)) (-5 *1 (-379)))) (-1833 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3911 #1="void"))) (-5 *1 (-379)))) (-1832 (*1 *2 *1) (-12 (-5 *2 (-583 (-857 (-484)))) (-5 *1 (-379)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-379)))) (-3531 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3911 #1#))) (-5 *3 (-583 (-1090))) (-5 *4 (-85)) (-5 *1 (-379)))) (-3531 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3911 #1#))) (-5 *3 (-583 (-857 (-484)))) (-5 *4 (-85)) (-5 *1 (-379)))) (-1830 (*1 *1) (-5 *1 (-379))) (-1829 (*1 *1) (-5 *1 (-379))) (-1828 (*1 *1) (-5 *1 (-379))) (-1827 (*1 *1) (-5 *1 (-379))) (-1826 (*1 *1) (-5 *1 (-379))) (-1825 (*1 *1) (-5 *1 (-379))) (-1824 (*1 *1) (-5 *1 (-379))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3543 (((-1090) $) 8 T ELT)) (-3243 (((-1073) $) 17 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 11 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 14 T ELT)))
-(((-380 |#1|) (-13 (-1013) (-10 -8 (-15 -3543 ((-1090) $)))) (-1090)) (T -380))
-((-3543 (*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-380 *3)) (-14 *3 *2))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3320 (((-1028) $) 7 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 9 T ELT)))
-(((-381) (-13 (-1013) (-10 -8 (-15 -3320 ((-1028) $))))) (T -381))
-((-3320 (*1 *2 *1) (-12 (-5 *2 (-1028)) (-5 *1 (-381)))))
-((-1839 (((-85)) 18 T ELT)) (-1840 (((-85) (-85)) 19 T ELT)) (-1841 (((-85)) 14 T ELT)) (-1842 (((-85) (-85)) 15 T ELT)) (-1844 (((-85)) 16 T ELT)) (-1845 (((-85) (-85)) 17 T ELT)) (-1836 (((-830) (-830)) 22 T ELT) (((-830)) 21 T ELT)) (-1837 (((-694) (-583 (-2 (|:| -3733 |#1|) (|:| -3949 (-484))))) 52 T ELT)) (-1835 (((-830) (-830)) 24 T ELT) (((-830)) 23 T ELT)) (-1838 (((-2 (|:| -2579 (-484)) (|:| -1782 (-583 |#1|))) |#1|) 94 T ELT)) (-1834 (((-348 |#1|) (-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| |#1|) (|:| -2395 (-484))))))) 176 T ELT)) (-3735 (((-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| |#1|) (|:| -2395 (-484)))))) |#1| (-85)) 209 T ELT)) (-3734 (((-348 |#1|) |#1| (-694) (-694)) 224 T ELT) (((-348 |#1|) |#1| (-583 (-694)) (-694)) 221 T ELT) (((-348 |#1|) |#1| (-583 (-694))) 223 T ELT) (((-348 |#1|) |#1| (-694)) 222 T ELT) (((-348 |#1|) |#1|) 220 T ELT)) (-1856 (((-3 |#1| #1="failed") (-830) |#1| (-583 (-694)) (-694) (-85)) 226 T ELT) (((-3 |#1| #1#) (-830) |#1| (-583 (-694)) (-694)) 227 T ELT) (((-3 |#1| #1#) (-830) |#1| (-583 (-694))) 229 T ELT) (((-3 |#1| #1#) (-830) |#1| (-694)) 228 T ELT) (((-3 |#1| #1#) (-830) |#1|) 230 T ELT)) (-3733 (((-348 |#1|) |#1| (-694) (-694)) 219 T ELT) (((-348 |#1|) |#1| (-583 (-694)) (-694)) 215 T ELT) (((-348 |#1|) |#1| (-583 (-694))) 217 T ELT) (((-348 |#1|) |#1| (-694)) 216 T ELT) (((-348 |#1|) |#1|) 214 T ELT)) (-1843 (((-85) |#1|) 43 T ELT)) (-1855 (((-675 (-694)) (-583 (-2 (|:| -3733 |#1|) (|:| -3949 (-484))))) 99 T ELT)) (-1846 (((-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| |#1|) (|:| -2395 (-484)))))) |#1| (-85) (-1009 (-694)) (-694)) 213 T ELT)))
-(((-382 |#1|) (-10 -7 (-15 -1834 ((-348 |#1|) (-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| |#1|) (|:| -2395 (-484)))))))) (-15 -1855 ((-675 (-694)) (-583 (-2 (|:| -3733 |#1|) (|:| -3949 (-484)))))) (-15 -1835 ((-830))) (-15 -1835 ((-830) (-830))) (-15 -1836 ((-830))) (-15 -1836 ((-830) (-830))) (-15 -1837 ((-694) (-583 (-2 (|:| -3733 |#1|) (|:| -3949 (-484)))))) (-15 -1838 ((-2 (|:| -2579 (-484)) (|:| -1782 (-583 |#1|))) |#1|)) (-15 -1839 ((-85))) (-15 -1840 ((-85) (-85))) (-15 -1841 ((-85))) (-15 -1842 ((-85) (-85))) (-15 -1843 ((-85) |#1|)) (-15 -1844 ((-85))) (-15 -1845 ((-85) (-85))) (-15 -3733 ((-348 |#1|) |#1|)) (-15 -3733 ((-348 |#1|) |#1| (-694))) (-15 -3733 ((-348 |#1|) |#1| (-583 (-694)))) (-15 -3733 ((-348 |#1|) |#1| (-583 (-694)) (-694))) (-15 -3733 ((-348 |#1|) |#1| (-694) (-694))) (-15 -3734 ((-348 |#1|) |#1|)) (-15 -3734 ((-348 |#1|) |#1| (-694))) (-15 -3734 ((-348 |#1|) |#1| (-583 (-694)))) (-15 -3734 ((-348 |#1|) |#1| (-583 (-694)) (-694))) (-15 -3734 ((-348 |#1|) |#1| (-694) (-694))) (-15 -1856 ((-3 |#1| #1="failed") (-830) |#1|)) (-15 -1856 ((-3 |#1| #1#) (-830) |#1| (-694))) (-15 -1856 ((-3 |#1| #1#) (-830) |#1| (-583 (-694)))) (-15 -1856 ((-3 |#1| #1#) (-830) |#1| (-583 (-694)) (-694))) (-15 -1856 ((-3 |#1| #1#) (-830) |#1| (-583 (-694)) (-694) (-85))) (-15 -3735 ((-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| |#1|) (|:| -2395 (-484)))))) |#1| (-85))) (-15 -1846 ((-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| |#1|) (|:| -2395 (-484)))))) |#1| (-85) (-1009 (-694)) (-694)))) (-1155 (-484))) (T -382))
-((-1846 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-85)) (-5 *5 (-1009 (-694))) (-5 *6 (-694)) (-5 *2 (-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| *3) (|:| -2395 (-484))))))) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-3735 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-5 *2 (-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| *3) (|:| -2395 (-484))))))) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1856 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-830)) (-5 *4 (-583 (-694))) (-5 *5 (-694)) (-5 *6 (-85)) (-5 *1 (-382 *2)) (-4 *2 (-1155 (-484))))) (-1856 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-830)) (-5 *4 (-583 (-694))) (-5 *5 (-694)) (-5 *1 (-382 *2)) (-4 *2 (-1155 (-484))))) (-1856 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-830)) (-5 *4 (-583 (-694))) (-5 *1 (-382 *2)) (-4 *2 (-1155 (-484))))) (-1856 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-830)) (-5 *4 (-694)) (-5 *1 (-382 *2)) (-4 *2 (-1155 (-484))))) (-1856 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-830)) (-5 *1 (-382 *2)) (-4 *2 (-1155 (-484))))) (-3734 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-3734 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-583 (-694))) (-5 *5 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-694))) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-3734 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-3733 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-3733 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-583 (-694))) (-5 *5 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-3733 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-694))) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-3733 (*1 *2 *3 *4) (-12 (-5 *4 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-3733 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1845 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1844 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1843 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1842 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1841 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1840 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1839 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1838 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -2579 (-484)) (|:| -1782 (-583 *3)))) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1837 (*1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| -3733 *4) (|:| -3949 (-484))))) (-4 *4 (-1155 (-484))) (-5 *2 (-694)) (-5 *1 (-382 *4)))) (-1836 (*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1836 (*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1835 (*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1835 (*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))) (-1855 (*1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| -3733 *4) (|:| -3949 (-484))))) (-4 *4 (-1155 (-484))) (-5 *2 (-675 (-694))) (-5 *1 (-382 *4)))) (-1834 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| *4) (|:| -2395 (-484))))))) (-4 *4 (-1155 (-484))) (-5 *2 (-348 *4)) (-5 *1 (-382 *4)))))
-((-1850 (((-484) |#2|) 52 T ELT) (((-484) |#2| (-694)) 51 T ELT)) (-1849 (((-484) |#2|) 64 T ELT)) (-1851 ((|#3| |#2|) 26 T ELT)) (-3133 ((|#3| |#2| (-830)) 15 T ELT)) (-3834 ((|#3| |#2|) 16 T ELT)) (-1852 ((|#3| |#2|) 9 T ELT)) (-2604 ((|#3| |#2|) 10 T ELT)) (-1848 ((|#3| |#2| (-830)) 71 T ELT) ((|#3| |#2|) 34 T ELT)) (-1847 (((-484) |#2|) 66 T ELT)))
-(((-383 |#1| |#2| |#3|) (-10 -7 (-15 -1847 ((-484) |#2|)) (-15 -1848 (|#3| |#2|)) (-15 -1848 (|#3| |#2| (-830))) (-15 -1849 ((-484) |#2|)) (-15 -1850 ((-484) |#2| (-694))) (-15 -1850 ((-484) |#2|)) (-15 -3133 (|#3| |#2| (-830))) (-15 -1851 (|#3| |#2|)) (-15 -1852 (|#3| |#2|)) (-15 -2604 (|#3| |#2|)) (-15 -3834 (|#3| |#2|))) (-961) (-1155 |#1|) (-13 (-347) (-950 |#1|) (-312) (-1115) (-239))) (T -383))
-((-3834 (*1 *2 *3) (-12 (-4 *4 (-961)) (-4 *2 (-13 (-347) (-950 *4) (-312) (-1115) (-239))) (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1155 *4)))) (-2604 (*1 *2 *3) (-12 (-4 *4 (-961)) (-4 *2 (-13 (-347) (-950 *4) (-312) (-1115) (-239))) (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1155 *4)))) (-1852 (*1 *2 *3) (-12 (-4 *4 (-961)) (-4 *2 (-13 (-347) (-950 *4) (-312) (-1115) (-239))) (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1155 *4)))) (-1851 (*1 *2 *3) (-12 (-4 *4 (-961)) (-4 *2 (-13 (-347) (-950 *4) (-312) (-1115) (-239))) (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1155 *4)))) (-3133 (*1 *2 *3 *4) (-12 (-5 *4 (-830)) (-4 *5 (-961)) (-4 *2 (-13 (-347) (-950 *5) (-312) (-1115) (-239))) (-5 *1 (-383 *5 *3 *2)) (-4 *3 (-1155 *5)))) (-1850 (*1 *2 *3) (-12 (-4 *4 (-961)) (-5 *2 (-484)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1155 *4)) (-4 *5 (-13 (-347) (-950 *4) (-312) (-1115) (-239))))) (-1850 (*1 *2 *3 *4) (-12 (-5 *4 (-694)) (-4 *5 (-961)) (-5 *2 (-484)) (-5 *1 (-383 *5 *3 *6)) (-4 *3 (-1155 *5)) (-4 *6 (-13 (-347) (-950 *5) (-312) (-1115) (-239))))) (-1849 (*1 *2 *3) (-12 (-4 *4 (-961)) (-5 *2 (-484)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1155 *4)) (-4 *5 (-13 (-347) (-950 *4) (-312) (-1115) (-239))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *4 (-830)) (-4 *5 (-961)) (-4 *2 (-13 (-347) (-950 *5) (-312) (-1115) (-239))) (-5 *1 (-383 *5 *3 *2)) (-4 *3 (-1155 *5)))) (-1848 (*1 *2 *3) (-12 (-4 *4 (-961)) (-4 *2 (-13 (-347) (-950 *4) (-312) (-1115) (-239))) (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1155 *4)))) (-1847 (*1 *2 *3) (-12 (-4 *4 (-961)) (-5 *2 (-484)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1155 *4)) (-4 *5 (-13 (-347) (-950 *4) (-312) (-1115) (-239))))))
-((-3355 ((|#2| (-1179 |#1|)) 42 T ELT)) (-1854 ((|#2| |#2| |#1|) 58 T ELT)) (-1853 ((|#2| |#2| |#1|) 49 T ELT)) (-2298 ((|#2| |#2|) 44 T ELT)) (-3174 (((-85) |#2|) 32 T ELT)) (-1857 (((-583 |#2|) (-830) (-348 |#2|)) 21 T ELT)) (-1856 ((|#2| (-830) (-348 |#2|)) 25 T ELT)) (-1855 (((-675 (-694)) (-348 |#2|)) 29 T ELT)))
-(((-384 |#1| |#2|) (-10 -7 (-15 -3174 ((-85) |#2|)) (-15 -3355 (|#2| (-1179 |#1|))) (-15 -2298 (|#2| |#2|)) (-15 -1853 (|#2| |#2| |#1|)) (-15 -1854 (|#2| |#2| |#1|)) (-15 -1855 ((-675 (-694)) (-348 |#2|))) (-15 -1856 (|#2| (-830) (-348 |#2|))) (-15 -1857 ((-583 |#2|) (-830) (-348 |#2|)))) (-961) (-1155 |#1|)) (T -384))
-((-1857 (*1 *2 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-348 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-961)) (-5 *2 (-583 *6)) (-5 *1 (-384 *5 *6)))) (-1856 (*1 *2 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-348 *2)) (-4 *2 (-1155 *5)) (-5 *1 (-384 *5 *2)) (-4 *5 (-961)))) (-1855 (*1 *2 *3) (-12 (-5 *3 (-348 *5)) (-4 *5 (-1155 *4)) (-4 *4 (-961)) (-5 *2 (-675 (-694))) (-5 *1 (-384 *4 *5)))) (-1854 (*1 *2 *2 *3) (-12 (-4 *3 (-961)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1155 *3)))) (-1853 (*1 *2 *2 *3) (-12 (-4 *3 (-961)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1155 *3)))) (-2298 (*1 *2 *2) (-12 (-4 *3 (-961)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1155 *3)))) (-3355 (*1 *2 *3) (-12 (-5 *3 (-1179 *4)) (-4 *4 (-961)) (-4 *2 (-1155 *4)) (-5 *1 (-384 *4 *2)))) (-3174 (*1 *2 *3) (-12 (-4 *4 (-961)) (-5 *2 (-85)) (-5 *1 (-384 *4 *3)) (-4 *3 (-1155 *4)))))
-((-1860 (((-694)) 59 T ELT)) (-1864 (((-694)) 29 (|has| |#1| (-347)) ELT) (((-694) (-694)) 28 (|has| |#1| (-347)) ELT)) (-1863 (((-484) |#1|) 25 (|has| |#1| (-347)) ELT)) (-1862 (((-484) |#1|) 27 (|has| |#1| (-347)) ELT)) (-1859 (((-694)) 58 T ELT) (((-694) (-694)) 57 T ELT)) (-1858 ((|#1| (-694) (-484)) 37 T ELT)) (-1861 (((-1185)) 61 T ELT)))
-(((-385 |#1|) (-10 -7 (-15 -1858 (|#1| (-694) (-484))) (-15 -1859 ((-694) (-694))) (-15 -1859 ((-694))) (-15 -1860 ((-694))) (-15 -1861 ((-1185))) (IF (|has| |#1| (-347)) (PROGN (-15 -1862 ((-484) |#1|)) (-15 -1863 ((-484) |#1|)) (-15 -1864 ((-694) (-694))) (-15 -1864 ((-694)))) |%noBranch|)) (-961)) (T -385))
-((-1864 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-961)))) (-1864 (*1 *2 *2) (-12 (-5 *2 (-694)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-961)))) (-1863 (*1 *2 *3) (-12 (-5 *2 (-484)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-961)))) (-1862 (*1 *2 *3) (-12 (-5 *2 (-484)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-961)))) (-1861 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-385 *3)) (-4 *3 (-961)))) (-1860 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-385 *3)) (-4 *3 (-961)))) (-1859 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-385 *3)) (-4 *3 (-961)))) (-1859 (*1 *2 *2) (-12 (-5 *2 (-694)) (-5 *1 (-385 *3)) (-4 *3 (-961)))) (-1858 (*1 *2 *3 *4) (-12 (-5 *3 (-694)) (-5 *4 (-484)) (-5 *1 (-385 *2)) (-4 *2 (-961)))))
-((-1865 (((-583 (-484)) (-484)) 76 T ELT)) (-3724 (((-85) (-142 (-484))) 84 T ELT)) (-3733 (((-348 (-142 (-484))) (-142 (-484))) 75 T ELT)))
-(((-386) (-10 -7 (-15 -3733 ((-348 (-142 (-484))) (-142 (-484)))) (-15 -1865 ((-583 (-484)) (-484))) (-15 -3724 ((-85) (-142 (-484)))))) (T -386))
-((-3724 (*1 *2 *3) (-12 (-5 *3 (-142 (-484))) (-5 *2 (-85)) (-5 *1 (-386)))) (-1865 (*1 *2 *3) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-386)) (-5 *3 (-484)))) (-3733 (*1 *2 *3) (-12 (-5 *2 (-348 (-142 (-484)))) (-5 *1 (-386)) (-5 *3 (-142 (-484))))))
-((-2947 ((|#4| |#4| (-583 |#4|)) 20 (|has| |#1| (-312)) ELT)) (-2251 (((-583 |#4|) (-583 |#4|) (-1073) (-1073)) 46 T ELT) (((-583 |#4|) (-583 |#4|) (-1073)) 45 T ELT) (((-583 |#4|) (-583 |#4|)) 34 T ELT)))
-(((-387 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2251 ((-583 |#4|) (-583 |#4|))) (-15 -2251 ((-583 |#4|) (-583 |#4|) (-1073))) (-15 -2251 ((-583 |#4|) (-583 |#4|) (-1073) (-1073))) (IF (|has| |#1| (-312)) (-15 -2947 (|#4| |#4| (-583 |#4|))) |%noBranch|)) (-392) (-717) (-756) (-861 |#1| |#2| |#3|)) (T -387))
-((-2947 (*1 *2 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *4 *5 *6)) (-4 *4 (-312)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-387 *4 *5 *6 *2)))) (-2251 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-583 *7)) (-5 *3 (-1073)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-387 *4 *5 *6 *7)))) (-2251 (*1 *2 *2 *3) (-12 (-5 *2 (-583 *7)) (-5 *3 (-1073)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-387 *4 *5 *6 *7)))) (-2251 (*1 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-387 *3 *4 *5 *6)))))
-((-1866 ((|#4| |#4| (-583 |#4|)) 82 T ELT)) (-1867 (((-583 |#4|) (-583 |#4|) (-1073) (-1073)) 22 T ELT) (((-583 |#4|) (-583 |#4|) (-1073)) 21 T ELT) (((-583 |#4|) (-583 |#4|)) 13 T ELT)))
-(((-388 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1866 (|#4| |#4| (-583 |#4|))) (-15 -1867 ((-583 |#4|) (-583 |#4|))) (-15 -1867 ((-583 |#4|) (-583 |#4|) (-1073))) (-15 -1867 ((-583 |#4|) (-583 |#4|) (-1073) (-1073)))) (-258) (-717) (-756) (-861 |#1| |#2| |#3|)) (T -388))
-((-1867 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-583 *7)) (-5 *3 (-1073)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-258)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-388 *4 *5 *6 *7)))) (-1867 (*1 *2 *2 *3) (-12 (-5 *2 (-583 *7)) (-5 *3 (-1073)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-258)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-388 *4 *5 *6 *7)))) (-1867 (*1 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-258)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-388 *3 *4 *5 *6)))) (-1866 (*1 *2 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *4 *5 *6)) (-4 *4 (-258)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-388 *4 *5 *6 *2)))))
-((-1869 (((-583 (-583 |#4|)) (-583 |#4|) (-85)) 90 T ELT) (((-583 (-583 |#4|)) (-583 |#4|)) 89 T ELT) (((-583 (-583 |#4|)) (-583 |#4|) (-583 |#4|) (-85)) 83 T ELT) (((-583 (-583 |#4|)) (-583 |#4|) (-583 |#4|)) 84 T ELT)) (-1868 (((-583 (-583 |#4|)) (-583 |#4|) (-85)) 56 T ELT) (((-583 (-583 |#4|)) (-583 |#4|)) 78 T ELT)))
-(((-389 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1868 ((-583 (-583 |#4|)) (-583 |#4|))) (-15 -1868 ((-583 (-583 |#4|)) (-583 |#4|) (-85))) (-15 -1869 ((-583 (-583 |#4|)) (-583 |#4|) (-583 |#4|))) (-15 -1869 ((-583 (-583 |#4|)) (-583 |#4|) (-583 |#4|) (-85))) (-15 -1869 ((-583 (-583 |#4|)) (-583 |#4|))) (-15 -1869 ((-583 (-583 |#4|)) (-583 |#4|) (-85)))) (-13 (-258) (-120)) (-717) (-756) (-861 |#1| |#2| |#3|)) (T -389))
-((-1869 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-861 *5 *6 *7)) (-5 *2 (-583 (-583 *8))) (-5 *1 (-389 *5 *6 *7 *8)) (-5 *3 (-583 *8)))) (-1869 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-861 *4 *5 *6)) (-5 *2 (-583 (-583 *7))) (-5 *1 (-389 *4 *5 *6 *7)) (-5 *3 (-583 *7)))) (-1869 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-861 *5 *6 *7)) (-5 *2 (-583 (-583 *8))) (-5 *1 (-389 *5 *6 *7 *8)) (-5 *3 (-583 *8)))) (-1869 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-861 *4 *5 *6)) (-5 *2 (-583 (-583 *7))) (-5 *1 (-389 *4 *5 *6 *7)) (-5 *3 (-583 *7)))) (-1868 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-861 *5 *6 *7)) (-5 *2 (-583 (-583 *8))) (-5 *1 (-389 *5 *6 *7 *8)) (-5 *3 (-583 *8)))) (-1868 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-861 *4 *5 *6)) (-5 *2 (-583 (-583 *7))) (-5 *1 (-389 *4 *5 *6 *7)) (-5 *3 (-583 *7)))))
-((-1893 (((-694) |#4|) 12 T ELT)) (-1881 (((-583 (-2 (|:| |totdeg| (-694)) (|:| -2004 |#4|))) |#4| (-694) (-583 (-2 (|:| |totdeg| (-694)) (|:| -2004 |#4|)))) 39 T ELT)) (-1883 (((-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 49 T ELT)) (-1882 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 52 T ELT)) (-1871 ((|#4| |#4| (-583 |#4|)) 54 T ELT)) (-1879 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-583 |#4|)) 96 T ELT)) (-1886 (((-1185) |#4|) 59 T ELT)) (-1889 (((-1185) (-583 |#4|)) 69 T ELT)) (-1887 (((-484) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-484) (-484) (-484)) 66 T ELT)) (-1890 (((-1185) (-484)) 110 T ELT)) (-1884 (((-583 |#4|) (-583 |#4|)) 104 T ELT)) (-1892 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-694)) (|:| -2004 |#4|)) |#4| (-694)) 31 T ELT)) (-1885 (((-484) |#4|) 109 T ELT)) (-1880 ((|#4| |#4|) 37 T ELT)) (-1872 (((-583 |#4|) (-583 |#4|) (-484) (-484)) 74 T ELT)) (-1888 (((-484) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-484) (-484) (-484) (-484)) 123 T ELT)) (-1891 (((-85) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 20 T ELT)) (-1873 (((-85) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 78 T ELT)) (-1878 (((-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 76 T ELT)) (-1877 (((-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 47 T ELT)) (-1874 (((-85) |#2| |#2|) 75 T ELT)) (-1876 (((-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 48 T ELT)) (-1875 (((-85) |#2| |#2| |#2| |#2|) 80 T ELT)) (-1870 ((|#4| |#4| (-583 |#4|)) 97 T ELT)))
-(((-390 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1870 (|#4| |#4| (-583 |#4|))) (-15 -1871 (|#4| |#4| (-583 |#4|))) (-15 -1872 ((-583 |#4|) (-583 |#4|) (-484) (-484))) (-15 -1873 ((-85) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1874 ((-85) |#2| |#2|)) (-15 -1875 ((-85) |#2| |#2| |#2| |#2|)) (-15 -1876 ((-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1877 ((-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1878 ((-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1879 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-583 |#4|))) (-15 -1880 (|#4| |#4|)) (-15 -1881 ((-583 (-2 (|:| |totdeg| (-694)) (|:| -2004 |#4|))) |#4| (-694) (-583 (-2 (|:| |totdeg| (-694)) (|:| -2004 |#4|))))) (-15 -1882 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1883 ((-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-583 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1884 ((-583 |#4|) (-583 |#4|))) (-15 -1885 ((-484) |#4|)) (-15 -1886 ((-1185) |#4|)) (-15 -1887 ((-484) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-484) (-484) (-484))) (-15 -1888 ((-484) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-484) (-484) (-484) (-484))) (-15 -1889 ((-1185) (-583 |#4|))) (-15 -1890 ((-1185) (-484))) (-15 -1891 ((-85) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1892 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-694)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-694)) (|:| -2004 |#4|)) |#4| (-694))) (-15 -1893 ((-694) |#4|))) (-392) (-717) (-756) (-861 |#1| |#2| |#3|)) (T -390))
-((-1893 (*1 *2 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-694)) (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-861 *4 *5 *6)))) (-1892 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-694)) (|:| -2004 *4))) (-5 *5 (-694)) (-4 *4 (-861 *6 *7 *8)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-390 *6 *7 *8 *4)))) (-1891 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-694)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-717)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-390 *4 *5 *6 *7)))) (-1890 (*1 *2 *3) (-12 (-5 *3 (-484)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-1185)) (-5 *1 (-390 *4 *5 *6 *7)) (-4 *7 (-861 *4 *5 *6)))) (-1889 (*1 *2 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-1185)) (-5 *1 (-390 *4 *5 *6 *7)))) (-1888 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-694)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-717)) (-4 *4 (-861 *5 *6 *7)) (-4 *5 (-392)) (-4 *7 (-756)) (-5 *1 (-390 *5 *6 *7 *4)))) (-1887 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-694)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-717)) (-4 *4 (-861 *5 *6 *7)) (-4 *5 (-392)) (-4 *7 (-756)) (-5 *1 (-390 *5 *6 *7 *4)))) (-1886 (*1 *2 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-1185)) (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-861 *4 *5 *6)))) (-1885 (*1 *2 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-484)) (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-861 *4 *5 *6)))) (-1884 (*1 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-390 *3 *4 *5 *6)))) (-1883 (*1 *2 *2 *2) (-12 (-5 *2 (-583 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-694)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-717)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-392)) (-4 *5 (-756)) (-5 *1 (-390 *3 *4 *5 *6)))) (-1882 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-694)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-717)) (-4 *2 (-861 *4 *5 *6)) (-5 *1 (-390 *4 *5 *6 *2)) (-4 *4 (-392)) (-4 *6 (-756)))) (-1881 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-583 (-2 (|:| |totdeg| (-694)) (|:| -2004 *3)))) (-5 *4 (-694)) (-4 *3 (-861 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-390 *5 *6 *7 *3)))) (-1880 (*1 *2 *2) (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-390 *3 *4 *5 *2)) (-4 *2 (-861 *3 *4 *5)))) (-1879 (*1 *2 *3 *4) (-12 (-5 *4 (-583 *3)) (-4 *3 (-861 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-390 *5 *6 *7 *3)))) (-1878 (*1 *2 *3 *2) (-12 (-5 *2 (-583 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-694)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-717)) (-4 *6 (-861 *4 *3 *5)) (-4 *4 (-392)) (-4 *5 (-756)) (-5 *1 (-390 *4 *3 *5 *6)))) (-1877 (*1 *2 *2) (-12 (-5 *2 (-583 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-694)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-717)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-392)) (-4 *5 (-756)) (-5 *1 (-390 *3 *4 *5 *6)))) (-1876 (*1 *2 *3 *2) (-12 (-5 *2 (-583 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-694)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-717)) (-4 *3 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-756)) (-5 *1 (-390 *4 *5 *6 *3)))) (-1875 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-392)) (-4 *3 (-717)) (-4 *5 (-756)) (-5 *2 (-85)) (-5 *1 (-390 *4 *3 *5 *6)) (-4 *6 (-861 *4 *3 *5)))) (-1874 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *3 (-717)) (-4 *5 (-756)) (-5 *2 (-85)) (-5 *1 (-390 *4 *3 *5 *6)) (-4 *6 (-861 *4 *3 *5)))) (-1873 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-694)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-717)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-390 *4 *5 *6 *7)))) (-1872 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-583 *7)) (-5 *3 (-484)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-390 *4 *5 *6 *7)))) (-1871 (*1 *2 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-390 *4 *5 *6 *2)))) (-1870 (*1 *2 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-390 *4 *5 *6 *2)))))
-((-1894 (($ $ $) 14 T ELT) (($ (-583 $)) 21 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 45 T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) 22 T ELT)))
-(((-391 |#1|) (-10 -7 (-15 -2709 ((-1085 |#1|) (-1085 |#1|) (-1085 |#1|))) (-15 -1894 (|#1| (-583 |#1|))) (-15 -1894 (|#1| |#1| |#1|)) (-15 -3145 (|#1| (-583 |#1|))) (-15 -3145 (|#1| |#1| |#1|))) (-392)) (T -391))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
+((-2013 (*1 *2) (-12 (-4 *3 (-146)) (-5 *2 (-1180 *1)) (-4 *1 (-361 *3)))) (-3226 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1180 *3)))) (-3226 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-361 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4)))) (-3225 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1180 (-631 *3))))) (-1896 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-584 (-858 *3))))) (-1796 (*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-146)) (-4 *1 (-361 *3)))) (-3974 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1180 *3)))) (-3974 (*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-146)) (-4 *1 (-361 *3)))) (-1795 (*1 *2) (-12 (-4 *1 (-361 *2)) (-4 *2 (-146)))) (-1794 (*1 *2) (-12 (-4 *1 (-361 *2)) (-4 *2 (-146)))) (-1793 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-631 *3)))) (-1792 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-631 *3)))) (-1791 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-631 *3)))) (-1790 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-631 *3)))) (-1908 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-4 *3 (-312)) (-5 *2 (-1086 (-858 *3))))) (-1904 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-4 *3 (-312)) (-5 *2 (-1086 (-858 *3))))) (-2547 (*1 *1 *2 *1) (-12 (-5 *2 (-631 *3)) (-4 *1 (-361 *3)) (-4 *3 (-146)))))
+(-13 (-316 |t#1|) (-241 (-485) |t#1|) (-10 -8 (-15 -2013 ((-1180 $))) (-15 -3226 ((-1180 |t#1|) $)) (-15 -3226 ((-631 |t#1|) (-1180 $))) (-15 -3225 ((-1180 (-631 |t#1|)))) (-15 -1896 ((-584 (-858 |t#1|)))) (-15 -1796 ($ (-1180 |t#1|))) (-15 -3974 ((-1180 |t#1|) $)) (-15 -3974 ($ (-1180 |t#1|))) (-15 -1795 (|t#1|)) (-15 -1794 (|t#1|)) (-15 -1793 ((-631 |t#1|))) (-15 -1792 ((-631 |t#1|))) (-15 -1791 ((-631 |t#1|) $)) (-15 -1790 ((-631 |t#1|) $)) (IF (|has| |t#1| (-312)) (PROGN (-15 -1908 ((-1086 (-858 |t#1|)))) (-15 -1904 ((-1086 (-858 |t#1|))))) |%noBranch|) (-15 -2547 ($ (-631 |t#1|) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-553 (-773)) . T) ((-241 (-485) |#1|) . T) ((-316 |#1|) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-583 |#1|) . T) ((-655 |#1|) . T) ((-658) . T) ((-684 |#1|) . T) ((-686) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-3136 (((-348 |#1|) (-348 |#1|) (-1 (-348 |#1|) |#1|)) 28 T ELT)) (-1797 (((-348 |#1|) (-348 |#1|) (-348 |#1|)) 17 T ELT)))
+(((-362 |#1|) (-10 -7 (-15 -3136 ((-348 |#1|) (-348 |#1|) (-1 (-348 |#1|) |#1|))) (-15 -1797 ((-348 |#1|) (-348 |#1|) (-348 |#1|)))) (-496)) (T -362))
+((-1797 (*1 *2 *2 *2) (-12 (-5 *2 (-348 *3)) (-4 *3 (-496)) (-5 *1 (-362 *3)))) (-3136 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-348 *4) *4)) (-4 *4 (-496)) (-5 *2 (-348 *4)) (-5 *1 (-362 *4)))))
+((-3083 (((-584 (-1091)) $) 81 T ELT)) (-3085 (((-350 (-1086 $)) $ (-551 $)) 313 T ELT)) (-1605 (($ $ (-249 $)) NIL T ELT) (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-584 (-551 $)) (-584 $)) 277 T ELT)) (-3159 (((-3 (-551 $) #1="failed") $) NIL T ELT) (((-3 (-1091) #1#) $) 84 T ELT) (((-3 (-485) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 273 T ELT) (((-3 (-350 (-858 |#2|)) #1#) $) 363 T ELT) (((-3 (-858 |#2|) #1#) $) 275 T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT)) (-3158 (((-551 $) $) NIL T ELT) (((-1091) $) 28 T ELT) (((-485) $) NIL T ELT) ((|#2| $) 271 T ELT) (((-350 (-858 |#2|)) $) 345 T ELT) (((-858 |#2|) $) 272 T ELT) (((-350 (-485)) $) NIL T ELT)) (-3597 (((-86) (-86)) 47 T ELT)) (-2998 (($ $) 99 T ELT)) (-1603 (((-3 (-551 $) #1#) $) 268 T ELT)) (-1602 (((-584 (-551 $)) $) 269 T ELT)) (-2825 (((-3 (-584 $) #1#) $) 287 T ELT)) (-2827 (((-3 (-2 (|:| |val| $) (|:| -2402 (-485))) #1#) $) 294 T ELT)) (-2824 (((-3 (-584 $) #1#) $) 285 T ELT)) (-1798 (((-3 (-2 (|:| -3956 (-485)) (|:| |var| (-551 $))) #1#) $) 304 T ELT)) (-2826 (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) #1#) $) 291 T ELT) (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) #1#) $ (-86)) 255 T ELT) (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) #1#) $ (-1091)) 257 T ELT)) (-1801 (((-85) $) 17 T ELT)) (-1800 ((|#2| $) 19 T ELT)) (-3770 (($ $ (-551 $) $) NIL T ELT) (($ $ (-584 (-551 $)) (-584 $)) 276 T ELT) (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ $))) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ (-584 $)))) 109 T ELT) (($ $ (-1091) (-1 $ (-584 $))) NIL T ELT) (($ $ (-1091) (-1 $ $)) NIL T ELT) (($ $ (-584 (-86)) (-584 (-1 $ $))) NIL T ELT) (($ $ (-584 (-86)) (-584 (-1 $ (-584 $)))) NIL T ELT) (($ $ (-86) (-1 $ (-584 $))) NIL T ELT) (($ $ (-86) (-1 $ $)) NIL T ELT) (($ $ (-1091)) 62 T ELT) (($ $ (-584 (-1091))) 280 T ELT) (($ $) 281 T ELT) (($ $ (-86) $ (-1091)) 65 T ELT) (($ $ (-584 (-86)) (-584 $) (-1091)) 72 T ELT) (($ $ (-584 (-1091)) (-584 (-695)) (-584 (-1 $ $))) 120 T ELT) (($ $ (-584 (-1091)) (-584 (-695)) (-584 (-1 $ (-584 $)))) 282 T ELT) (($ $ (-1091) (-695) (-1 $ (-584 $))) 105 T ELT) (($ $ (-1091) (-695) (-1 $ $)) 104 T ELT)) (-3802 (($ (-86) $) NIL T ELT) (($ (-86) $ $) NIL T ELT) (($ (-86) $ $ $) NIL T ELT) (($ (-86) $ $ $ $) NIL T ELT) (($ (-86) (-584 $)) 119 T ELT)) (-3760 (($ $ (-1091)) 278 T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT)) (-2997 (($ $) 324 T ELT)) (-3974 (((-801 (-485)) $) 297 T ELT) (((-801 (-330)) $) 301 T ELT) (($ (-348 $)) 359 T ELT) (((-474) $) NIL T ELT)) (-3948 (((-773) $) 279 T ELT) (($ (-551 $)) 93 T ELT) (($ (-1091)) 24 T ELT) (($ |#2|) NIL T ELT) (($ (-1040 |#2| (-551 $))) NIL T ELT) (($ (-350 |#2|)) 329 T ELT) (($ (-858 (-350 |#2|))) 368 T ELT) (($ (-350 (-858 (-350 |#2|)))) 341 T ELT) (($ (-350 (-858 |#2|))) 335 T ELT) (($ $) NIL T ELT) (($ (-858 |#2|)) 216 T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) 373 T ELT)) (-3128 (((-695)) 88 T CONST)) (-2255 (((-85) (-86)) 42 T ELT)) (-1799 (($ (-1091) $) 31 T ELT) (($ (-1091) $ $) 32 T ELT) (($ (-1091) $ $ $) 33 T ELT) (($ (-1091) $ $ $ $) 34 T ELT) (($ (-1091) (-584 $)) 39 T ELT)) (* (($ (-350 (-485)) $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 306 T ELT) (($ $ $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-831) $) NIL T ELT)))
+(((-363 |#1| |#2|) (-10 -7 (-15 * (|#1| (-831) |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 * (|#1| (-485) |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3159 ((-3 (-350 (-485)) #1="failed") |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3948 (|#1| (-485))) (-15 -3128 ((-695)) -3954) (-15 * (|#1| |#2| |#1|)) (-15 -3974 ((-474) |#1|)) (-15 -3948 (|#1| (-858 |#2|))) (-15 -3159 ((-3 (-858 |#2|) #1#) |#1|)) (-15 -3158 ((-858 |#2|) |#1|)) (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091))) (-15 * (|#1| |#1| |#2|)) (-15 -3948 (|#1| |#1|)) (-15 * (|#1| |#1| (-350 (-485)))) (-15 * (|#1| (-350 (-485)) |#1|)) (-15 -3948 (|#1| (-350 (-858 |#2|)))) (-15 -3159 ((-3 (-350 (-858 |#2|)) #1#) |#1|)) (-15 -3158 ((-350 (-858 |#2|)) |#1|)) (-15 -3085 ((-350 (-1086 |#1|)) |#1| (-551 |#1|))) (-15 -3948 (|#1| (-350 (-858 (-350 |#2|))))) (-15 -3948 (|#1| (-858 (-350 |#2|)))) (-15 -3948 (|#1| (-350 |#2|))) (-15 -2997 (|#1| |#1|)) (-15 -3974 (|#1| (-348 |#1|))) (-15 -3770 (|#1| |#1| (-1091) (-695) (-1 |#1| |#1|))) (-15 -3770 (|#1| |#1| (-1091) (-695) (-1 |#1| (-584 |#1|)))) (-15 -3770 (|#1| |#1| (-584 (-1091)) (-584 (-695)) (-584 (-1 |#1| (-584 |#1|))))) (-15 -3770 (|#1| |#1| (-584 (-1091)) (-584 (-695)) (-584 (-1 |#1| |#1|)))) (-15 -2827 ((-3 (-2 (|:| |val| |#1|) (|:| -2402 (-485))) #1#) |#1|)) (-15 -2826 ((-3 (-2 (|:| |var| (-551 |#1|)) (|:| -2402 (-485))) #1#) |#1| (-1091))) (-15 -2826 ((-3 (-2 (|:| |var| (-551 |#1|)) (|:| -2402 (-485))) #1#) |#1| (-86))) (-15 -2998 (|#1| |#1|)) (-15 -3948 (|#1| (-1040 |#2| (-551 |#1|)))) (-15 -1798 ((-3 (-2 (|:| -3956 (-485)) (|:| |var| (-551 |#1|))) #1#) |#1|)) (-15 -2824 ((-3 (-584 |#1|) #1#) |#1|)) (-15 -2826 ((-3 (-2 (|:| |var| (-551 |#1|)) (|:| -2402 (-485))) #1#) |#1|)) (-15 -2825 ((-3 (-584 |#1|) #1#) |#1|)) (-15 -3770 (|#1| |#1| (-584 (-86)) (-584 |#1|) (-1091))) (-15 -3770 (|#1| |#1| (-86) |#1| (-1091))) (-15 -3770 (|#1| |#1|)) (-15 -3770 (|#1| |#1| (-584 (-1091)))) (-15 -3770 (|#1| |#1| (-1091))) (-15 -1799 (|#1| (-1091) (-584 |#1|))) (-15 -1799 (|#1| (-1091) |#1| |#1| |#1| |#1|)) (-15 -1799 (|#1| (-1091) |#1| |#1| |#1|)) (-15 -1799 (|#1| (-1091) |#1| |#1|)) (-15 -1799 (|#1| (-1091) |#1|)) (-15 -3083 ((-584 (-1091)) |#1|)) (-15 -1800 (|#2| |#1|)) (-15 -1801 ((-85) |#1|)) (-15 -3948 (|#1| |#2|)) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3974 ((-801 (-330)) |#1|)) (-15 -3974 ((-801 (-485)) |#1|)) (-15 -3948 (|#1| (-1091))) (-15 -3159 ((-3 (-1091) #1#) |#1|)) (-15 -3158 ((-1091) |#1|)) (-15 -3770 (|#1| |#1| (-86) (-1 |#1| |#1|))) (-15 -3770 (|#1| |#1| (-86) (-1 |#1| (-584 |#1|)))) (-15 -3770 (|#1| |#1| (-584 (-86)) (-584 (-1 |#1| (-584 |#1|))))) (-15 -3770 (|#1| |#1| (-584 (-86)) (-584 (-1 |#1| |#1|)))) (-15 -3770 (|#1| |#1| (-1091) (-1 |#1| |#1|))) (-15 -3770 (|#1| |#1| (-1091) (-1 |#1| (-584 |#1|)))) (-15 -3770 (|#1| |#1| (-584 (-1091)) (-584 (-1 |#1| (-584 |#1|))))) (-15 -3770 (|#1| |#1| (-584 (-1091)) (-584 (-1 |#1| |#1|)))) (-15 -2255 ((-85) (-86))) (-15 -3597 ((-86) (-86))) (-15 -1602 ((-584 (-551 |#1|)) |#1|)) (-15 -1603 ((-3 (-551 |#1|) #1#) |#1|)) (-15 -1605 (|#1| |#1| (-584 (-551 |#1|)) (-584 |#1|))) (-15 -1605 (|#1| |#1| (-584 (-249 |#1|)))) (-15 -1605 (|#1| |#1| (-249 |#1|))) (-15 -3802 (|#1| (-86) (-584 |#1|))) (-15 -3802 (|#1| (-86) |#1| |#1| |#1| |#1|)) (-15 -3802 (|#1| (-86) |#1| |#1| |#1|)) (-15 -3802 (|#1| (-86) |#1| |#1|)) (-15 -3802 (|#1| (-86) |#1|)) (-15 -3770 (|#1| |#1| (-584 |#1|) (-584 |#1|))) (-15 -3770 (|#1| |#1| |#1| |#1|)) (-15 -3770 (|#1| |#1| (-249 |#1|))) (-15 -3770 (|#1| |#1| (-584 (-249 |#1|)))) (-15 -3770 (|#1| |#1| (-584 (-551 |#1|)) (-584 |#1|))) (-15 -3770 (|#1| |#1| (-551 |#1|) |#1|)) (-15 -3948 (|#1| (-551 |#1|))) (-15 -3159 ((-3 (-551 |#1|) #1#) |#1|)) (-15 -3158 ((-551 |#1|) |#1|)) (-15 -3948 ((-773) |#1|))) (-364 |#2|) (-1014)) (T -363))
+((-3597 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *4 (-1014)) (-5 *1 (-363 *3 *4)) (-4 *3 (-364 *4)))) (-2255 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *5 (-1014)) (-5 *2 (-85)) (-5 *1 (-363 *4 *5)) (-4 *4 (-364 *5)))) (-3128 (*1 *2) (-12 (-4 *4 (-1014)) (-5 *2 (-695)) (-5 *1 (-363 *3 *4)) (-4 *3 (-364 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 129 (|has| |#1| (-25)) ELT)) (-3083 (((-584 (-1091)) $) 222 T ELT)) (-3085 (((-350 (-1086 $)) $ (-551 $)) 190 (|has| |#1| (-496)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 162 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 163 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 165 (|has| |#1| (-496)) ELT)) (-1601 (((-584 (-551 $)) $) 42 T ELT)) (-1313 (((-3 $ "failed") $ $) 132 (|has| |#1| (-21)) ELT)) (-1605 (($ $ (-249 $)) 54 T ELT) (($ $ (-584 (-249 $))) 53 T ELT) (($ $ (-584 (-551 $)) (-584 $)) 52 T ELT)) (-3777 (($ $) 182 (|has| |#1| (-496)) ELT)) (-3973 (((-348 $) $) 183 (|has| |#1| (-496)) ELT)) (-1609 (((-85) $ $) 173 (|has| |#1| (-496)) ELT)) (-3726 (($) 117 (OR (|has| |#1| (-1026)) (|has| |#1| (-25))) CONST)) (-3159 (((-3 (-551 $) #1="failed") $) 67 T ELT) (((-3 (-1091) #1#) $) 235 T ELT) (((-3 (-485) #1#) $) 229 (|has| |#1| (-951 (-485))) ELT) (((-3 |#1| #1#) $) 226 T ELT) (((-3 (-350 (-858 |#1|)) #1#) $) 188 (|has| |#1| (-496)) ELT) (((-3 (-858 |#1|) #1#) $) 137 (|has| |#1| (-962)) ELT) (((-3 (-350 (-485)) #1#) $) 111 (OR (-12 (|has| |#1| (-951 (-485))) (|has| |#1| (-496))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-3158 (((-551 $) $) 68 T ELT) (((-1091) $) 236 T ELT) (((-485) $) 228 (|has| |#1| (-951 (-485))) ELT) ((|#1| $) 227 T ELT) (((-350 (-858 |#1|)) $) 189 (|has| |#1| (-496)) ELT) (((-858 |#1|) $) 138 (|has| |#1| (-962)) ELT) (((-350 (-485)) $) 112 (OR (-12 (|has| |#1| (-951 (-485))) (|has| |#1| (-496))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-2566 (($ $ $) 177 (|has| |#1| (-496)) ELT)) (-2280 (((-631 (-485)) (-631 $)) 155 (-2564 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 154 (-2564 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 153 (|has| |#1| (-962)) ELT) (((-631 |#1|) (-631 $)) 152 (|has| |#1| (-962)) ELT)) (-3469 (((-3 $ "failed") $) 119 (|has| |#1| (-1026)) ELT)) (-2565 (($ $ $) 176 (|has| |#1| (-496)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 171 (|has| |#1| (-496)) ELT)) (-3725 (((-85) $) 184 (|has| |#1| (-496)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 231 (|has| |#1| (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 230 (|has| |#1| (-797 (-330))) ELT)) (-2575 (($ $) 49 T ELT) (($ (-584 $)) 48 T ELT)) (-1215 (((-85) $ $) 131 (|has| |#1| (-25)) ELT)) (-1600 (((-584 (-86)) $) 41 T ELT)) (-3597 (((-86) (-86)) 40 T ELT)) (-2411 (((-85) $) 118 (|has| |#1| (-1026)) ELT)) (-2675 (((-85) $) 20 (|has| $ (-951 (-485))) ELT)) (-2998 (($ $) 205 (|has| |#1| (-962)) ELT)) (-3000 (((-1040 |#1| (-551 $)) $) 206 (|has| |#1| (-962)) ELT)) (-1606 (((-3 (-584 $) #2="failed") (-584 $) $) 180 (|has| |#1| (-496)) ELT)) (-1598 (((-1086 $) (-551 $)) 23 (|has| $ (-962)) ELT)) (-3960 (($ (-1 $ $) (-551 $)) 34 T ELT)) (-1603 (((-3 (-551 $) "failed") $) 44 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 157 (-2564 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 156 (-2564 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 151 (|has| |#1| (-962)) ELT) (((-631 |#1|) (-1180 $)) 150 (|has| |#1| (-962)) ELT)) (-1895 (($ (-584 $)) 169 (|has| |#1| (-496)) ELT) (($ $ $) 168 (|has| |#1| (-496)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-1602 (((-584 (-551 $)) $) 43 T ELT)) (-2236 (($ (-86) $) 36 T ELT) (($ (-86) (-584 $)) 35 T ELT)) (-2825 (((-3 (-584 $) "failed") $) 211 (|has| |#1| (-1026)) ELT)) (-2827 (((-3 (-2 (|:| |val| $) (|:| -2402 (-485))) "failed") $) 202 (|has| |#1| (-962)) ELT)) (-2824 (((-3 (-584 $) "failed") $) 209 (|has| |#1| (-25)) ELT)) (-1798 (((-3 (-2 (|:| -3956 (-485)) (|:| |var| (-551 $))) "failed") $) 208 (|has| |#1| (-25)) ELT)) (-2826 (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) "failed") $) 210 (|has| |#1| (-1026)) ELT) (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) "failed") $ (-86)) 204 (|has| |#1| (-962)) ELT) (((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) "failed") $ (-1091)) 203 (|has| |#1| (-962)) ELT)) (-2635 (((-85) $ (-86)) 38 T ELT) (((-85) $ (-1091)) 37 T ELT)) (-2486 (($ $) 121 (OR (|has| |#1| (-413)) (|has| |#1| (-496))) ELT)) (-2605 (((-695) $) 45 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1801 (((-85) $) 224 T ELT)) (-1800 ((|#1| $) 223 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 170 (|has| |#1| (-496)) ELT)) (-3146 (($ (-584 $)) 167 (|has| |#1| (-496)) ELT) (($ $ $) 166 (|has| |#1| (-496)) ELT)) (-1599 (((-85) $ $) 33 T ELT) (((-85) $ (-1091)) 32 T ELT)) (-3734 (((-348 $) $) 181 (|has| |#1| (-496)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 179 (|has| |#1| (-496)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 178 (|has| |#1| (-496)) ELT)) (-3468 (((-3 $ "failed") $ $) 161 (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 172 (|has| |#1| (-496)) ELT)) (-2676 (((-85) $) 21 (|has| $ (-951 (-485))) ELT)) (-3770 (($ $ (-551 $) $) 65 T ELT) (($ $ (-584 (-551 $)) (-584 $)) 64 T ELT) (($ $ (-584 (-249 $))) 63 T ELT) (($ $ (-249 $)) 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ (-584 $) (-584 $)) 60 T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ $))) 31 T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ (-584 $)))) 30 T ELT) (($ $ (-1091) (-1 $ (-584 $))) 29 T ELT) (($ $ (-1091) (-1 $ $)) 28 T ELT) (($ $ (-584 (-86)) (-584 (-1 $ $))) 27 T ELT) (($ $ (-584 (-86)) (-584 (-1 $ (-584 $)))) 26 T ELT) (($ $ (-86) (-1 $ (-584 $))) 25 T ELT) (($ $ (-86) (-1 $ $)) 24 T ELT) (($ $ (-1091)) 216 (|has| |#1| (-554 (-474))) ELT) (($ $ (-584 (-1091))) 215 (|has| |#1| (-554 (-474))) ELT) (($ $) 214 (|has| |#1| (-554 (-474))) ELT) (($ $ (-86) $ (-1091)) 213 (|has| |#1| (-554 (-474))) ELT) (($ $ (-584 (-86)) (-584 $) (-1091)) 212 (|has| |#1| (-554 (-474))) ELT) (($ $ (-584 (-1091)) (-584 (-695)) (-584 (-1 $ $))) 201 (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695)) (-584 (-1 $ (-584 $)))) 200 (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695) (-1 $ (-584 $))) 199 (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695) (-1 $ $)) 198 (|has| |#1| (-962)) ELT)) (-1608 (((-695) $) 174 (|has| |#1| (-496)) ELT)) (-3802 (($ (-86) $) 59 T ELT) (($ (-86) $ $) 58 T ELT) (($ (-86) $ $ $) 57 T ELT) (($ (-86) $ $ $ $) 56 T ELT) (($ (-86) (-584 $)) 55 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 175 (|has| |#1| (-496)) ELT)) (-1604 (($ $) 47 T ELT) (($ $ $) 46 T ELT)) (-3760 (($ $ (-1091)) 148 (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091))) 146 (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695)) 145 (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 144 (|has| |#1| (-962)) ELT)) (-2997 (($ $) 195 (|has| |#1| (-496)) ELT)) (-2999 (((-1040 |#1| (-551 $)) $) 196 (|has| |#1| (-496)) ELT)) (-3187 (($ $) 22 (|has| $ (-962)) ELT)) (-3974 (((-801 (-485)) $) 233 (|has| |#1| (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) 232 (|has| |#1| (-554 (-801 (-330)))) ELT) (($ (-348 $)) 197 (|has| |#1| (-496)) ELT) (((-474) $) 113 (|has| |#1| (-554 (-474))) ELT)) (-3011 (($ $ $) 124 (|has| |#1| (-413)) ELT)) (-2437 (($ $ $) 125 (|has| |#1| (-413)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-551 $)) 66 T ELT) (($ (-1091)) 234 T ELT) (($ |#1|) 225 T ELT) (($ (-1040 |#1| (-551 $))) 207 (|has| |#1| (-962)) ELT) (($ (-350 |#1|)) 193 (|has| |#1| (-496)) ELT) (($ (-858 (-350 |#1|))) 192 (|has| |#1| (-496)) ELT) (($ (-350 (-858 (-350 |#1|)))) 191 (|has| |#1| (-496)) ELT) (($ (-350 (-858 |#1|))) 187 (|has| |#1| (-496)) ELT) (($ $) 160 (|has| |#1| (-496)) ELT) (($ (-858 |#1|)) 136 (|has| |#1| (-962)) ELT) (($ (-350 (-485))) 110 (OR (|has| |#1| (-496)) (-12 (|has| |#1| (-951 (-485))) (|has| |#1| (-496))) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ (-485)) 109 (OR (|has| |#1| (-962)) (|has| |#1| (-951 (-485)))) ELT)) (-2704 (((-633 $) $) 158 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 140 (|has| |#1| (-962)) CONST)) (-2592 (($ $) 51 T ELT) (($ (-584 $)) 50 T ELT)) (-2255 (((-85) (-86)) 39 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 164 (|has| |#1| (-496)) ELT)) (-1799 (($ (-1091) $) 221 T ELT) (($ (-1091) $ $) 220 T ELT) (($ (-1091) $ $ $) 219 T ELT) (($ (-1091) $ $ $ $) 218 T ELT) (($ (-1091) (-584 $)) 217 T ELT)) (-3127 (((-85) $ $) 139 (|has| |#1| (-962)) ELT)) (-2662 (($) 128 (|has| |#1| (-25)) CONST)) (-2668 (($) 116 (|has| |#1| (-1026)) CONST)) (-2671 (($ $ (-1091)) 147 (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091))) 143 (|has| |#1| (-962)) ELT) (($ $ (-1091) (-695)) 142 (|has| |#1| (-962)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 141 (|has| |#1| (-962)) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ (-1040 |#1| (-551 $)) (-1040 |#1| (-551 $))) 194 (|has| |#1| (-496)) ELT) (($ $ $) 122 (OR (|has| |#1| (-413)) (|has| |#1| (-496))) ELT)) (-3839 (($ $ $) 135 (|has| |#1| (-21)) ELT) (($ $) 134 (|has| |#1| (-21)) ELT)) (-3841 (($ $ $) 126 (|has| |#1| (-25)) ELT)) (** (($ $ (-485)) 123 (OR (|has| |#1| (-413)) (|has| |#1| (-496))) ELT) (($ $ (-695)) 120 (|has| |#1| (-1026)) ELT) (($ $ (-831)) 115 (|has| |#1| (-1026)) ELT)) (* (($ (-350 (-485)) $) 186 (|has| |#1| (-496)) ELT) (($ $ (-350 (-485))) 185 (|has| |#1| (-496)) ELT) (($ $ |#1|) 159 (|has| |#1| (-146)) ELT) (($ |#1| $) 149 (|has| |#1| (-962)) ELT) (($ (-485) $) 133 (|has| |#1| (-21)) ELT) (($ (-695) $) 130 (|has| |#1| (-25)) ELT) (($ (-831) $) 127 (|has| |#1| (-25)) ELT) (($ $ $) 114 (|has| |#1| (-1026)) ELT)))
+(((-364 |#1|) (-113) (-1014)) (T -364))
+((-1801 (*1 *2 *1) (-12 (-4 *1 (-364 *3)) (-4 *3 (-1014)) (-5 *2 (-85)))) (-1800 (*1 *2 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1014)))) (-3083 (*1 *2 *1) (-12 (-4 *1 (-364 *3)) (-4 *3 (-1014)) (-5 *2 (-584 (-1091))))) (-1799 (*1 *1 *2 *1) (-12 (-5 *2 (-1091)) (-4 *1 (-364 *3)) (-4 *3 (-1014)))) (-1799 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1091)) (-4 *1 (-364 *3)) (-4 *3 (-1014)))) (-1799 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1091)) (-4 *1 (-364 *3)) (-4 *3 (-1014)))) (-1799 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1091)) (-4 *1 (-364 *3)) (-4 *3 (-1014)))) (-1799 (*1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-584 *1)) (-4 *1 (-364 *4)) (-4 *4 (-1014)))) (-3770 (*1 *1 *1 *2) (-12 (-5 *2 (-1091)) (-4 *1 (-364 *3)) (-4 *3 (-1014)) (-4 *3 (-554 (-474))))) (-3770 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-1091))) (-4 *1 (-364 *3)) (-4 *3 (-1014)) (-4 *3 (-554 (-474))))) (-3770 (*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1014)) (-4 *2 (-554 (-474))))) (-3770 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1091)) (-4 *1 (-364 *4)) (-4 *4 (-1014)) (-4 *4 (-554 (-474))))) (-3770 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-584 (-86))) (-5 *3 (-584 *1)) (-5 *4 (-1091)) (-4 *1 (-364 *5)) (-4 *5 (-1014)) (-4 *5 (-554 (-474))))) (-2825 (*1 *2 *1) (|partial| -12 (-4 *3 (-1026)) (-4 *3 (-1014)) (-5 *2 (-584 *1)) (-4 *1 (-364 *3)))) (-2826 (*1 *2 *1) (|partial| -12 (-4 *3 (-1026)) (-4 *3 (-1014)) (-5 *2 (-2 (|:| |var| (-551 *1)) (|:| -2402 (-485)))) (-4 *1 (-364 *3)))) (-2824 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1014)) (-5 *2 (-584 *1)) (-4 *1 (-364 *3)))) (-1798 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1014)) (-5 *2 (-2 (|:| -3956 (-485)) (|:| |var| (-551 *1)))) (-4 *1 (-364 *3)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-1040 *3 (-551 *1))) (-4 *3 (-962)) (-4 *3 (-1014)) (-4 *1 (-364 *3)))) (-3000 (*1 *2 *1) (-12 (-4 *3 (-962)) (-4 *3 (-1014)) (-5 *2 (-1040 *3 (-551 *1))) (-4 *1 (-364 *3)))) (-2998 (*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1014)) (-4 *2 (-962)))) (-2826 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-86)) (-4 *4 (-962)) (-4 *4 (-1014)) (-5 *2 (-2 (|:| |var| (-551 *1)) (|:| -2402 (-485)))) (-4 *1 (-364 *4)))) (-2826 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1091)) (-4 *4 (-962)) (-4 *4 (-1014)) (-5 *2 (-2 (|:| |var| (-551 *1)) (|:| -2402 (-485)))) (-4 *1 (-364 *4)))) (-2827 (*1 *2 *1) (|partial| -12 (-4 *3 (-962)) (-4 *3 (-1014)) (-5 *2 (-2 (|:| |val| *1) (|:| -2402 (-485)))) (-4 *1 (-364 *3)))) (-3770 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-584 (-695))) (-5 *4 (-584 (-1 *1 *1))) (-4 *1 (-364 *5)) (-4 *5 (-1014)) (-4 *5 (-962)))) (-3770 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-584 (-695))) (-5 *4 (-584 (-1 *1 (-584 *1)))) (-4 *1 (-364 *5)) (-4 *5 (-1014)) (-4 *5 (-962)))) (-3770 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1091)) (-5 *3 (-695)) (-5 *4 (-1 *1 (-584 *1))) (-4 *1 (-364 *5)) (-4 *5 (-1014)) (-4 *5 (-962)))) (-3770 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1091)) (-5 *3 (-695)) (-5 *4 (-1 *1 *1)) (-4 *1 (-364 *5)) (-4 *5 (-1014)) (-4 *5 (-962)))) (-3974 (*1 *1 *2) (-12 (-5 *2 (-348 *1)) (-4 *1 (-364 *3)) (-4 *3 (-496)) (-4 *3 (-1014)))) (-2999 (*1 *2 *1) (-12 (-4 *3 (-496)) (-4 *3 (-1014)) (-5 *2 (-1040 *3 (-551 *1))) (-4 *1 (-364 *3)))) (-2997 (*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1014)) (-4 *2 (-496)))) (-3951 (*1 *1 *2 *2) (-12 (-5 *2 (-1040 *3 (-551 *1))) (-4 *3 (-496)) (-4 *3 (-1014)) (-4 *1 (-364 *3)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-350 *3)) (-4 *3 (-496)) (-4 *3 (-1014)) (-4 *1 (-364 *3)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-858 (-350 *3))) (-4 *3 (-496)) (-4 *3 (-1014)) (-4 *1 (-364 *3)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-350 (-858 (-350 *3)))) (-4 *3 (-496)) (-4 *3 (-1014)) (-4 *1 (-364 *3)))) (-3085 (*1 *2 *1 *3) (-12 (-5 *3 (-551 *1)) (-4 *1 (-364 *4)) (-4 *4 (-1014)) (-4 *4 (-496)) (-5 *2 (-350 (-1086 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-364 *3)) (-4 *3 (-1014)) (-4 *3 (-1026)))))
+(-13 (-254) (-951 (-1091)) (-795 |t#1|) (-343 |t#1|) (-355 |t#1|) (-10 -8 (-15 -1801 ((-85) $)) (-15 -1800 (|t#1| $)) (-15 -3083 ((-584 (-1091)) $)) (-15 -1799 ($ (-1091) $)) (-15 -1799 ($ (-1091) $ $)) (-15 -1799 ($ (-1091) $ $ $)) (-15 -1799 ($ (-1091) $ $ $ $)) (-15 -1799 ($ (-1091) (-584 $))) (IF (|has| |t#1| (-554 (-474))) (PROGN (-6 (-554 (-474))) (-15 -3770 ($ $ (-1091))) (-15 -3770 ($ $ (-584 (-1091)))) (-15 -3770 ($ $)) (-15 -3770 ($ $ (-86) $ (-1091))) (-15 -3770 ($ $ (-584 (-86)) (-584 $) (-1091)))) |%noBranch|) (IF (|has| |t#1| (-1026)) (PROGN (-6 (-664)) (-15 ** ($ $ (-695))) (-15 -2825 ((-3 (-584 $) "failed") $)) (-15 -2826 ((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-413)) (-6 (-413)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -2824 ((-3 (-584 $) "failed") $)) (-15 -1798 ((-3 (-2 (|:| -3956 (-485)) (|:| |var| (-551 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-962)) (PROGN (-6 (-962)) (-6 (-951 (-858 |t#1|))) (-6 (-810 (-1091))) (-6 (-329 |t#1|)) (-15 -3948 ($ (-1040 |t#1| (-551 $)))) (-15 -3000 ((-1040 |t#1| (-551 $)) $)) (-15 -2998 ($ $)) (-15 -2826 ((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) "failed") $ (-86))) (-15 -2826 ((-3 (-2 (|:| |var| (-551 $)) (|:| -2402 (-485))) "failed") $ (-1091))) (-15 -2827 ((-3 (-2 (|:| |val| $) (|:| -2402 (-485))) "failed") $)) (-15 -3770 ($ $ (-584 (-1091)) (-584 (-695)) (-584 (-1 $ $)))) (-15 -3770 ($ $ (-584 (-1091)) (-584 (-695)) (-584 (-1 $ (-584 $))))) (-15 -3770 ($ $ (-1091) (-695) (-1 $ (-584 $)))) (-15 -3770 ($ $ (-1091) (-695) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-146)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-496)) (PROGN (-6 (-312)) (-6 (-951 (-350 (-858 |t#1|)))) (-15 -3974 ($ (-348 $))) (-15 -2999 ((-1040 |t#1| (-551 $)) $)) (-15 -2997 ($ $)) (-15 -3951 ($ (-1040 |t#1| (-551 $)) (-1040 |t#1| (-551 $)))) (-15 -3948 ($ (-350 |t#1|))) (-15 -3948 ($ (-858 (-350 |t#1|)))) (-15 -3948 ($ (-350 (-858 (-350 |t#1|))))) (-15 -3085 ((-350 (-1086 $)) $ (-551 $))) (IF (|has| |t#1| (-951 (-485))) (-6 (-951 (-350 (-485)))) |%noBranch|)) |%noBranch|)))
+(((-21) OR (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118)) (|has| |#1| (-21))) ((-23) OR (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) OR (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 (-350 (-485))) |has| |#1| (-496)) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-496)) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-496)) ((-82 |#1| |#1|) |has| |#1| (-146)) ((-82 $ $) |has| |#1| (-496)) ((-104) OR (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118)) (|has| |#1| (-21))) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-496))) ((-556 (-350 (-858 |#1|))) |has| |#1| (-496)) ((-556 (-485)) OR (|has| |#1| (-962)) (|has| |#1| (-951 (-485))) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-556 (-551 $)) . T) ((-556 (-858 |#1|)) |has| |#1| (-962)) ((-556 (-1091)) . T) ((-556 |#1|) . T) ((-556 $) |has| |#1| (-496)) ((-553 (-773)) . T) ((-146) |has| |#1| (-496)) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-554 (-801 (-330))) |has| |#1| (-554 (-801 (-330)))) ((-554 (-801 (-485))) |has| |#1| (-554 (-801 (-485)))) ((-201) |has| |#1| (-496)) ((-246) |has| |#1| (-496)) ((-258) |has| |#1| (-496)) ((-260 $) . T) ((-254) . T) ((-312) |has| |#1| (-496)) ((-329 |#1|) |has| |#1| (-962)) ((-343 |#1|) . T) ((-355 |#1|) . T) ((-392) |has| |#1| (-496)) ((-413) |has| |#1| (-413)) ((-456 (-551 $) $) . T) ((-456 $ $) . T) ((-496) |has| |#1| (-496)) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-496)) ((-589 (-485)) OR (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118)) (|has| |#1| (-21))) ((-589 |#1|) OR (|has| |#1| (-962)) (|has| |#1| (-146))) ((-589 $) OR (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-591 (-350 (-485))) |has| |#1| (-496)) ((-591 (-485)) -12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ((-591 |#1|) OR (|has| |#1| (-962)) (|has| |#1| (-146))) ((-591 $) OR (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-583 (-350 (-485))) |has| |#1| (-496)) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) |has| |#1| (-496)) ((-581 (-485)) -12 (|has| |#1| (-581 (-485))) (|has| |#1| (-962))) ((-581 |#1|) |has| |#1| (-962)) ((-655 (-350 (-485))) |has| |#1| (-496)) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) |has| |#1| (-496)) ((-664) OR (|has| |#1| (-1026)) (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-413)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-807 $ (-1091)) |has| |#1| (-962)) ((-810 (-1091)) |has| |#1| (-962)) ((-812 (-1091)) |has| |#1| (-962)) ((-797 (-330)) |has| |#1| (-797 (-330))) ((-797 (-485)) |has| |#1| (-797 (-485))) ((-795 |#1|) . T) ((-833) |has| |#1| (-496)) ((-951 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (-12 (|has| |#1| (-496)) (|has| |#1| (-951 (-485))))) ((-951 (-350 (-858 |#1|))) |has| |#1| (-496)) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 (-551 $)) . T) ((-951 (-858 |#1|)) |has| |#1| (-962)) ((-951 (-1091)) . T) ((-951 |#1|) . T) ((-964 (-350 (-485))) |has| |#1| (-496)) ((-964 |#1|) |has| |#1| (-146)) ((-964 $) |has| |#1| (-496)) ((-969 (-350 (-485))) |has| |#1| (-496)) ((-969 |#1|) |has| |#1| (-146)) ((-969 $) |has| |#1| (-496)) ((-962) OR (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-971) OR (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-1026) OR (|has| |#1| (-1026)) (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-413)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-1062) OR (|has| |#1| (-962)) (|has| |#1| (-496)) (|has| |#1| (-146)) (|has| |#1| (-120)) (|has| |#1| (-118))) ((-1014) . T) ((-1130) . T) ((-1135) |has| |#1| (-496)))
+((-3960 ((|#4| (-1 |#3| |#1|) |#2|) 11 T ELT)))
+(((-365 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3960 (|#4| (-1 |#3| |#1|) |#2|))) (-962) (-364 |#1|) (-962) (-364 |#3|)) (T -365))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-962)) (-4 *6 (-962)) (-4 *2 (-364 *6)) (-5 *1 (-365 *5 *4 *6 *2)) (-4 *4 (-364 *5)))))
+((-1805 ((|#2| |#2|) 182 T ELT)) (-1802 (((-3 (|:| |%expansion| (-264 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074))))) |#2| (-85)) 60 T ELT)))
+(((-366 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1802 ((-3 (|:| |%expansion| (-264 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074))))) |#2| (-85))) (-15 -1805 (|#2| |#2|))) (-13 (-392) (-951 (-485)) (-581 (-485))) (-13 (-27) (-1116) (-364 |#1|)) (-1091) |#2|) (T -366))
+((-1805 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-366 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1116) (-364 *3))) (-14 *4 (-1091)) (-14 *5 *2))) (-1802 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-3 (|:| |%expansion| (-264 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074)))))) (-5 *1 (-366 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1116) (-364 *5))) (-14 *6 (-1091)) (-14 *7 *3))))
+((-1805 ((|#2| |#2|) 105 T ELT)) (-1803 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074))))) |#2| (-85) (-1074)) 52 T ELT)) (-1804 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074))))) |#2| (-85) (-1074)) 169 T ELT)))
+(((-367 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1803 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074))))) |#2| (-85) (-1074))) (-15 -1804 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074))))) |#2| (-85) (-1074))) (-15 -1805 (|#2| |#2|))) (-13 (-392) (-951 (-485)) (-581 (-485))) (-13 (-27) (-1116) (-364 |#1|) (-10 -8 (-15 -3948 ($ |#3|)))) (-756) (-13 (-1159 |#2| |#3|) (-312) (-1116) (-10 -8 (-15 -3760 ($ $)) (-15 -3814 ($ $)))) (-897 |#4|) (-1091)) (T -367))
+((-1805 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-4 *2 (-13 (-27) (-1116) (-364 *3) (-10 -8 (-15 -3948 ($ *4))))) (-4 *4 (-756)) (-4 *5 (-13 (-1159 *2 *4) (-312) (-1116) (-10 -8 (-15 -3760 ($ $)) (-15 -3814 ($ $))))) (-5 *1 (-367 *3 *2 *4 *5 *6 *7)) (-4 *6 (-897 *5)) (-14 *7 (-1091)))) (-1804 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-85)) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-4 *3 (-13 (-27) (-1116) (-364 *6) (-10 -8 (-15 -3948 ($ *7))))) (-4 *7 (-756)) (-4 *8 (-13 (-1159 *3 *7) (-312) (-1116) (-10 -8 (-15 -3760 ($ $)) (-15 -3814 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074)))))) (-5 *1 (-367 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1074)) (-4 *9 (-897 *8)) (-14 *10 (-1091)))) (-1803 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-85)) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-4 *3 (-13 (-27) (-1116) (-364 *6) (-10 -8 (-15 -3948 ($ *7))))) (-4 *7 (-756)) (-4 *8 (-13 (-1159 *3 *7) (-312) (-1116) (-10 -8 (-15 -3760 ($ $)) (-15 -3814 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074)))))) (-5 *1 (-367 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1074)) (-4 *9 (-897 *8)) (-14 *10 (-1091)))))
+((-1806 (($) 51 T ELT)) (-3236 (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ $ $) 47 T ELT)) (-3238 (($ $ $) 46 T ELT)) (-3237 (((-85) $ $) 35 T ELT)) (-3138 (((-695)) 55 T ELT)) (-3241 (($ (-584 |#2|)) 23 T ELT) (($) NIL T ELT)) (-2996 (($) 66 T ELT)) (-3243 (((-85) $ $) 15 T ELT)) (-2533 ((|#2| $) 77 T ELT)) (-2859 ((|#2| $) 75 T ELT)) (-2011 (((-831) $) 70 T ELT)) (-3240 (($ $ $) 42 T ELT)) (-2401 (($ (-831)) 60 T ELT)) (-3239 (($ $ |#2|) NIL T ELT) (($ $ $) 45 T ELT)) (-1731 (((-695) |#2| $) 31 T ELT) (((-695) (-1 (-85) |#2|) $) NIL T ELT)) (-3532 (($ (-584 |#2|)) 27 T ELT)) (-1807 (($ $) 53 T ELT)) (-3948 (((-773) $) 40 T ELT)) (-1808 (((-695) $) 24 T ELT)) (-3242 (($ (-584 |#2|)) 22 T ELT) (($) NIL T ELT)) (-3058 (((-85) $ $) 19 T ELT)))
+(((-368 |#1| |#2|) (-10 -7 (-15 -3138 ((-695))) (-15 -2401 (|#1| (-831))) (-15 -2011 ((-831) |#1|)) (-15 -2996 (|#1|)) (-15 -2533 (|#2| |#1|)) (-15 -2859 (|#2| |#1|)) (-15 -1806 (|#1|)) (-15 -1807 (|#1| |#1|)) (-15 -1808 ((-695) |#1|)) (-15 -1731 ((-695) (-1 (-85) |#2|) |#1|)) (-15 -1731 ((-695) |#2| |#1|)) (-15 -3058 ((-85) |#1| |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -3243 ((-85) |#1| |#1|)) (-15 -3242 (|#1|)) (-15 -3242 (|#1| (-584 |#2|))) (-15 -3241 (|#1|)) (-15 -3241 (|#1| (-584 |#2|))) (-15 -3240 (|#1| |#1| |#1|)) (-15 -3239 (|#1| |#1| |#1|)) (-15 -3239 (|#1| |#1| |#2|)) (-15 -3238 (|#1| |#1| |#1|)) (-15 -3237 ((-85) |#1| |#1|)) (-15 -3236 (|#1| |#1| |#1|)) (-15 -3236 (|#1| |#1| |#2|)) (-15 -3236 (|#1| |#2| |#1|)) (-15 -3532 (|#1| (-584 |#2|)))) (-369 |#2|) (-1014)) (T -368))
+((-3138 (*1 *2) (-12 (-4 *4 (-1014)) (-5 *2 (-695)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))))
+((-2570 (((-85) $ $) 17 T ELT)) (-1806 (($) 60 (|has| |#1| (-320)) ELT)) (-3236 (($ |#1| $) 85 T ELT) (($ $ |#1|) 84 T ELT) (($ $ $) 83 T ELT)) (-3238 (($ $ $) 81 T ELT)) (-3237 (((-85) $ $) 82 T ELT)) (-3138 (((-695)) 54 (|has| |#1| (-320)) ELT)) (-3241 (($ (-584 |#1|)) 77 T ELT) (($) 76 T ELT)) (-1571 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-1354 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3408 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 72 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 69 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 68 T ELT)) (-2996 (($) 57 (|has| |#1| (-320)) ELT)) (-3243 (((-85) $ $) 73 T ELT)) (-2533 ((|#1| $) 58 (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) 67 T ELT)) (-3247 (((-85) |#1| $) 71 (|has| |#1| (-72)) ELT)) (-2859 ((|#1| $) 59 (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-2011 (((-831) $) 56 (|has| |#1| (-320)) ELT)) (-3244 (((-1074) $) 20 T ELT)) (-3240 (($ $ $) 78 T ELT)) (-1275 ((|#1| $) 34 T ELT)) (-3611 (($ |#1| $) 35 T ELT)) (-2401 (($ (-831)) 55 (|has| |#1| (-320)) ELT)) (-3245 (((-1034) $) 19 T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1276 ((|#1| $) 36 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 65 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3239 (($ $ |#1|) 80 T ELT) (($ $ $) 79 T ELT)) (-1467 (($) 44 T ELT) (($ (-584 |#1|)) 43 T ELT)) (-1731 (((-695) |#1| $) 70 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 66 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 51 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 45 T ELT)) (-1807 (($ $) 61 (|has| |#1| (-320)) ELT)) (-3948 (((-773) $) 15 T ELT)) (-1808 (((-695) $) 62 T ELT)) (-3242 (($ (-584 |#1|)) 75 T ELT) (($) 74 T ELT)) (-1266 (((-85) $ $) 18 T ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 64 T ELT)) (-3058 (((-85) $ $) 16 T ELT)) (-3959 (((-695) $) 63 T ELT)))
+(((-369 |#1|) (-113) (-1014)) (T -369))
+((-1808 (*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-1014)) (-5 *2 (-695)))) (-1807 (*1 *1 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1014)) (-4 *2 (-320)))) (-1806 (*1 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-320)) (-4 *2 (-1014)))) (-2859 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1014)) (-4 *2 (-757)))) (-2533 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1014)) (-4 *2 (-757)))))
+(-13 (-183 |t#1|) (-1012 |t#1|) (-318 |t#1|) (-10 -8 (-15 -1808 ((-695) $)) (IF (|has| |t#1| (-320)) (PROGN (-6 (-320)) (-15 -1807 ($ $)) (-15 -1806 ($))) |%noBranch|) (IF (|has| |t#1| (-757)) (PROGN (-15 -2859 (|t#1| $)) (-15 -2533 (|t#1| $))) |%noBranch|)))
+(((-34) . T) ((-76 |#1|) . T) ((-72) . T) ((-553 (-773)) . T) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-183 |#1|) . T) ((-193 |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-320) |has| |#1| (-320)) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1012 |#1|) . T) ((-1014) . T) ((-1036 |#1|) . T) ((-1130) . T))
+((-3843 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22 T ELT)) (-3844 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20 T ELT)) (-3960 ((|#4| (-1 |#3| |#1|) |#2|) 17 T ELT)))
+(((-370 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3960 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3844 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3843 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1014) (-369 |#1|) (-1014) (-369 |#3|)) (T -370))
+((-3843 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1014)) (-4 *5 (-1014)) (-4 *2 (-369 *5)) (-5 *1 (-370 *6 *4 *5 *2)) (-4 *4 (-369 *6)))) (-3844 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1014)) (-4 *2 (-1014)) (-5 *1 (-370 *5 *4 *2 *6)) (-4 *4 (-369 *5)) (-4 *6 (-369 *2)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-369 *6)) (-5 *1 (-370 *5 *4 *6 *2)) (-4 *4 (-369 *5)))))
+((-1809 (((-520 |#2|) |#2| (-1091)) 36 T ELT)) (-2101 (((-520 |#2|) |#2| (-1091)) 21 T ELT)) (-2150 ((|#2| |#2| (-1091)) 26 T ELT)))
+(((-371 |#1| |#2|) (-10 -7 (-15 -2101 ((-520 |#2|) |#2| (-1091))) (-15 -1809 ((-520 |#2|) |#2| (-1091))) (-15 -2150 (|#2| |#2| (-1091)))) (-13 (-258) (-120) (-951 (-485)) (-581 (-485))) (-13 (-1116) (-29 |#1|))) (T -371))
+((-2150 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *1 (-371 *4 *2)) (-4 *2 (-13 (-1116) (-29 *4))))) (-1809 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-520 *3)) (-5 *1 (-371 *5 *3)) (-4 *3 (-13 (-1116) (-29 *5))))) (-2101 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-520 *3)) (-5 *1 (-371 *5 *3)) (-4 *3 (-13 (-1116) (-29 *5))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1811 (($ |#2| |#1|) 37 T ELT)) (-1810 (($ |#2| |#1|) 35 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-281 |#2|)) 25 T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 10 T CONST)) (-2668 (($) 16 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 36 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 40 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-372 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -3984)) (IF (|has| |#1| (-6 -3984)) (-6 -3984) |%noBranch|) |%noBranch|) (-15 -3948 ($ |#1|)) (-15 -3948 ($ (-281 |#2|))) (-15 -1811 ($ |#2| |#1|)) (-15 -1810 ($ |#2| |#1|)))) (-13 (-146) (-38 (-350 (-485)))) (-13 (-757) (-21))) (T -372))
+((-3948 (*1 *1 *2) (-12 (-5 *1 (-372 *2 *3)) (-4 *2 (-13 (-146) (-38 (-350 (-485))))) (-4 *3 (-13 (-757) (-21))))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-281 *4)) (-4 *4 (-13 (-757) (-21))) (-5 *1 (-372 *3 *4)) (-4 *3 (-13 (-146) (-38 (-350 (-485))))))) (-1811 (*1 *1 *2 *3) (-12 (-5 *1 (-372 *3 *2)) (-4 *3 (-13 (-146) (-38 (-350 (-485))))) (-4 *2 (-13 (-757) (-21))))) (-1810 (*1 *1 *2 *3) (-12 (-5 *1 (-372 *3 *2)) (-4 *3 (-13 (-146) (-38 (-350 (-485))))) (-4 *2 (-13 (-757) (-21))))))
+((-3814 (((-3 |#2| (-584 |#2|)) |#2| (-1091)) 115 T ELT)))
+(((-373 |#1| |#2|) (-10 -7 (-15 -3814 ((-3 |#2| (-584 |#2|)) |#2| (-1091)))) (-13 (-258) (-120) (-951 (-485)) (-581 (-485))) (-13 (-1116) (-872) (-29 |#1|))) (T -373))
+((-3814 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-3 *3 (-584 *3))) (-5 *1 (-373 *5 *3)) (-4 *3 (-13 (-1116) (-872) (-29 *5))))))
+((-3388 ((|#2| |#2| |#2|) 31 T ELT)) (-3597 (((-86) (-86)) 43 T ELT)) (-1813 ((|#2| |#2|) 63 T ELT)) (-1812 ((|#2| |#2|) 66 T ELT)) (-3387 ((|#2| |#2|) 30 T ELT)) (-3391 ((|#2| |#2| |#2|) 33 T ELT)) (-3393 ((|#2| |#2| |#2|) 35 T ELT)) (-3390 ((|#2| |#2| |#2|) 32 T ELT)) (-3392 ((|#2| |#2| |#2|) 34 T ELT)) (-2255 (((-85) (-86)) 41 T ELT)) (-3395 ((|#2| |#2|) 37 T ELT)) (-3394 ((|#2| |#2|) 36 T ELT)) (-3385 ((|#2| |#2|) 25 T ELT)) (-3389 ((|#2| |#2| |#2|) 28 T ELT) ((|#2| |#2|) 26 T ELT)) (-3386 ((|#2| |#2| |#2|) 29 T ELT)))
+(((-374 |#1| |#2|) (-10 -7 (-15 -2255 ((-85) (-86))) (-15 -3597 ((-86) (-86))) (-15 -3385 (|#2| |#2|)) (-15 -3389 (|#2| |#2|)) (-15 -3389 (|#2| |#2| |#2|)) (-15 -3386 (|#2| |#2| |#2|)) (-15 -3387 (|#2| |#2|)) (-15 -3388 (|#2| |#2| |#2|)) (-15 -3390 (|#2| |#2| |#2|)) (-15 -3391 (|#2| |#2| |#2|)) (-15 -3392 (|#2| |#2| |#2|)) (-15 -3393 (|#2| |#2| |#2|)) (-15 -3394 (|#2| |#2|)) (-15 -3395 (|#2| |#2|)) (-15 -1812 (|#2| |#2|)) (-15 -1813 (|#2| |#2|))) (-496) (-364 |#1|)) (T -374))
+((-1813 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-1812 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3395 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3394 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3393 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3392 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3391 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3390 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3388 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3387 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3386 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3389 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3389 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3385 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))) (-3597 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *3 (-496)) (-5 *1 (-374 *3 *4)) (-4 *4 (-364 *3)))) (-2255 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-374 *4 *5)) (-4 *5 (-364 *4)))))
+((-2835 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1086 |#2|)) (|:| |pol2| (-1086 |#2|)) (|:| |prim| (-1086 |#2|))) |#2| |#2|) 103 (|has| |#2| (-27)) ELT) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-584 (-1086 |#2|))) (|:| |prim| (-1086 |#2|))) (-584 |#2|)) 65 T ELT)))
+(((-375 |#1| |#2|) (-10 -7 (-15 -2835 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-584 (-1086 |#2|))) (|:| |prim| (-1086 |#2|))) (-584 |#2|))) (IF (|has| |#2| (-27)) (-15 -2835 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1086 |#2|)) (|:| |pol2| (-1086 |#2|)) (|:| |prim| (-1086 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-496) (-120)) (-364 |#1|)) (T -375))
+((-2835 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-496) (-120))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1086 *3)) (|:| |pol2| (-1086 *3)) (|:| |prim| (-1086 *3)))) (-5 *1 (-375 *4 *3)) (-4 *3 (-27)) (-4 *3 (-364 *4)))) (-2835 (*1 *2 *3) (-12 (-5 *3 (-584 *5)) (-4 *5 (-364 *4)) (-4 *4 (-13 (-496) (-120))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-584 (-1086 *5))) (|:| |prim| (-1086 *5)))) (-5 *1 (-375 *4 *5)))))
+((-1815 (((-1186)) 18 T ELT)) (-1814 (((-1086 (-350 (-485))) |#2| (-551 |#2|)) 40 T ELT) (((-350 (-485)) |#2|) 27 T ELT)))
+(((-376 |#1| |#2|) (-10 -7 (-15 -1814 ((-350 (-485)) |#2|)) (-15 -1814 ((-1086 (-350 (-485))) |#2| (-551 |#2|))) (-15 -1815 ((-1186)))) (-13 (-496) (-951 (-485))) (-364 |#1|)) (T -376))
+((-1815 (*1 *2) (-12 (-4 *3 (-13 (-496) (-951 (-485)))) (-5 *2 (-1186)) (-5 *1 (-376 *3 *4)) (-4 *4 (-364 *3)))) (-1814 (*1 *2 *3 *4) (-12 (-5 *4 (-551 *3)) (-4 *3 (-364 *5)) (-4 *5 (-13 (-496) (-951 (-485)))) (-5 *2 (-1086 (-350 (-485)))) (-5 *1 (-376 *5 *3)))) (-1814 (*1 *2 *3) (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-350 (-485))) (-5 *1 (-376 *4 *3)) (-4 *3 (-364 *4)))))
+((-3647 (((-85) $) 33 T ELT)) (-1816 (((-85) $) 35 T ELT)) (-3261 (((-85) $) 36 T ELT)) (-1818 (((-85) $) 39 T ELT)) (-1820 (((-85) $) 34 T ELT)) (-1819 (((-85) $) 38 T ELT)) (-3948 (((-773) $) 20 T ELT) (($ (-1074)) 32 T ELT) (($ (-1091)) 30 T ELT) (((-1091) $) 24 T ELT) (((-1016) $) 23 T ELT)) (-1817 (((-85) $) 37 T ELT)) (-3058 (((-85) $ $) 17 T ELT)))
+(((-377) (-13 (-553 (-773)) (-10 -8 (-15 -3948 ($ (-1074))) (-15 -3948 ($ (-1091))) (-15 -3948 ((-1091) $)) (-15 -3948 ((-1016) $)) (-15 -3647 ((-85) $)) (-15 -1820 ((-85) $)) (-15 -3261 ((-85) $)) (-15 -1819 ((-85) $)) (-15 -1818 ((-85) $)) (-15 -1817 ((-85) $)) (-15 -1816 ((-85) $)) (-15 -3058 ((-85) $ $))))) (T -377))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-377)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-377)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-377)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-1016)) (-5 *1 (-377)))) (-3647 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-1820 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-3261 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-1819 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-1818 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-1817 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-1816 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))) (-3058 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))))
+((-1822 (((-3 (-348 (-1086 (-350 (-485)))) #1="failed") |#3|) 71 T ELT)) (-1821 (((-348 |#3|) |#3|) 34 T ELT)) (-1824 (((-3 (-348 (-1086 (-48))) #1#) |#3|) 29 (|has| |#2| (-951 (-48))) ELT)) (-1823 (((-3 (|:| |overq| (-1086 (-350 (-485)))) (|:| |overan| (-1086 (-48))) (|:| -2641 (-85))) |#3|) 37 T ELT)))
+(((-378 |#1| |#2| |#3|) (-10 -7 (-15 -1821 ((-348 |#3|) |#3|)) (-15 -1822 ((-3 (-348 (-1086 (-350 (-485)))) #1="failed") |#3|)) (-15 -1823 ((-3 (|:| |overq| (-1086 (-350 (-485)))) (|:| |overan| (-1086 (-48))) (|:| -2641 (-85))) |#3|)) (IF (|has| |#2| (-951 (-48))) (-15 -1824 ((-3 (-348 (-1086 (-48))) #1#) |#3|)) |%noBranch|)) (-13 (-496) (-951 (-485))) (-364 |#1|) (-1156 |#2|)) (T -378))
+((-1824 (*1 *2 *3) (|partial| -12 (-4 *5 (-951 (-48))) (-4 *4 (-13 (-496) (-951 (-485)))) (-4 *5 (-364 *4)) (-5 *2 (-348 (-1086 (-48)))) (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1156 *5)))) (-1823 (*1 *2 *3) (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-4 *5 (-364 *4)) (-5 *2 (-3 (|:| |overq| (-1086 (-350 (-485)))) (|:| |overan| (-1086 (-48))) (|:| -2641 (-85)))) (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1156 *5)))) (-1822 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-496) (-951 (-485)))) (-4 *5 (-364 *4)) (-5 *2 (-348 (-1086 (-350 (-485))))) (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1156 *5)))) (-1821 (*1 *2 *3) (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-4 *5 (-364 *4)) (-5 *2 (-348 *3)) (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1156 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1834 (((-3 (|:| |fst| (-377)) (|:| -3912 #1="void")) $) 11 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1831 (($) 35 T ELT)) (-1828 (($) 41 T ELT)) (-1829 (($) 37 T ELT)) (-1826 (($) 39 T ELT)) (-1830 (($) 36 T ELT)) (-1827 (($) 38 T ELT)) (-1825 (($) 40 T ELT)) (-1832 (((-85) $) 8 T ELT)) (-1833 (((-584 (-858 (-485))) $) 19 T ELT)) (-3532 (($ (-3 (|:| |fst| (-377)) (|:| -3912 #1#)) (-584 (-1091)) (-85)) 29 T ELT) (($ (-3 (|:| |fst| (-377)) (|:| -3912 #1#)) (-584 (-858 (-485))) (-85)) 30 T ELT)) (-3948 (((-773) $) 24 T ELT) (($ (-377)) 32 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-379) (-13 (-1014) (-10 -8 (-15 -3948 ($ (-377))) (-15 -1834 ((-3 (|:| |fst| (-377)) (|:| -3912 #1="void")) $)) (-15 -1833 ((-584 (-858 (-485))) $)) (-15 -1832 ((-85) $)) (-15 -3532 ($ (-3 (|:| |fst| (-377)) (|:| -3912 #1#)) (-584 (-1091)) (-85))) (-15 -3532 ($ (-3 (|:| |fst| (-377)) (|:| -3912 #1#)) (-584 (-858 (-485))) (-85))) (-15 -1831 ($)) (-15 -1830 ($)) (-15 -1829 ($)) (-15 -1828 ($)) (-15 -1827 ($)) (-15 -1826 ($)) (-15 -1825 ($))))) (T -379))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-377)) (-5 *1 (-379)))) (-1834 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3912 #1="void"))) (-5 *1 (-379)))) (-1833 (*1 *2 *1) (-12 (-5 *2 (-584 (-858 (-485)))) (-5 *1 (-379)))) (-1832 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-379)))) (-3532 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3912 #1#))) (-5 *3 (-584 (-1091))) (-5 *4 (-85)) (-5 *1 (-379)))) (-3532 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3912 #1#))) (-5 *3 (-584 (-858 (-485)))) (-5 *4 (-85)) (-5 *1 (-379)))) (-1831 (*1 *1) (-5 *1 (-379))) (-1830 (*1 *1) (-5 *1 (-379))) (-1829 (*1 *1) (-5 *1 (-379))) (-1828 (*1 *1) (-5 *1 (-379))) (-1827 (*1 *1) (-5 *1 (-379))) (-1826 (*1 *1) (-5 *1 (-379))) (-1825 (*1 *1) (-5 *1 (-379))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3544 (((-1091) $) 8 T ELT)) (-3244 (((-1074) $) 17 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 11 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 14 T ELT)))
+(((-380 |#1|) (-13 (-1014) (-10 -8 (-15 -3544 ((-1091) $)))) (-1091)) (T -380))
+((-3544 (*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-380 *3)) (-14 *3 *2))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3321 (((-1029) $) 7 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 9 T ELT)))
+(((-381) (-13 (-1014) (-10 -8 (-15 -3321 ((-1029) $))))) (T -381))
+((-3321 (*1 *2 *1) (-12 (-5 *2 (-1029)) (-5 *1 (-381)))))
+((-1840 (((-85)) 18 T ELT)) (-1841 (((-85) (-85)) 19 T ELT)) (-1842 (((-85)) 14 T ELT)) (-1843 (((-85) (-85)) 15 T ELT)) (-1845 (((-85)) 16 T ELT)) (-1846 (((-85) (-85)) 17 T ELT)) (-1837 (((-831) (-831)) 22 T ELT) (((-831)) 21 T ELT)) (-1838 (((-695) (-584 (-2 (|:| -3734 |#1|) (|:| -3950 (-485))))) 52 T ELT)) (-1836 (((-831) (-831)) 24 T ELT) (((-831)) 23 T ELT)) (-1839 (((-2 (|:| -2580 (-485)) (|:| -1783 (-584 |#1|))) |#1|) 94 T ELT)) (-1835 (((-348 |#1|) (-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| |#1|) (|:| -2396 (-485))))))) 176 T ELT)) (-3736 (((-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| |#1|) (|:| -2396 (-485)))))) |#1| (-85)) 209 T ELT)) (-3735 (((-348 |#1|) |#1| (-695) (-695)) 224 T ELT) (((-348 |#1|) |#1| (-584 (-695)) (-695)) 221 T ELT) (((-348 |#1|) |#1| (-584 (-695))) 223 T ELT) (((-348 |#1|) |#1| (-695)) 222 T ELT) (((-348 |#1|) |#1|) 220 T ELT)) (-1857 (((-3 |#1| #1="failed") (-831) |#1| (-584 (-695)) (-695) (-85)) 226 T ELT) (((-3 |#1| #1#) (-831) |#1| (-584 (-695)) (-695)) 227 T ELT) (((-3 |#1| #1#) (-831) |#1| (-584 (-695))) 229 T ELT) (((-3 |#1| #1#) (-831) |#1| (-695)) 228 T ELT) (((-3 |#1| #1#) (-831) |#1|) 230 T ELT)) (-3734 (((-348 |#1|) |#1| (-695) (-695)) 219 T ELT) (((-348 |#1|) |#1| (-584 (-695)) (-695)) 215 T ELT) (((-348 |#1|) |#1| (-584 (-695))) 217 T ELT) (((-348 |#1|) |#1| (-695)) 216 T ELT) (((-348 |#1|) |#1|) 214 T ELT)) (-1844 (((-85) |#1|) 43 T ELT)) (-1856 (((-676 (-695)) (-584 (-2 (|:| -3734 |#1|) (|:| -3950 (-485))))) 99 T ELT)) (-1847 (((-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| |#1|) (|:| -2396 (-485)))))) |#1| (-85) (-1010 (-695)) (-695)) 213 T ELT)))
+(((-382 |#1|) (-10 -7 (-15 -1835 ((-348 |#1|) (-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| |#1|) (|:| -2396 (-485)))))))) (-15 -1856 ((-676 (-695)) (-584 (-2 (|:| -3734 |#1|) (|:| -3950 (-485)))))) (-15 -1836 ((-831))) (-15 -1836 ((-831) (-831))) (-15 -1837 ((-831))) (-15 -1837 ((-831) (-831))) (-15 -1838 ((-695) (-584 (-2 (|:| -3734 |#1|) (|:| -3950 (-485)))))) (-15 -1839 ((-2 (|:| -2580 (-485)) (|:| -1783 (-584 |#1|))) |#1|)) (-15 -1840 ((-85))) (-15 -1841 ((-85) (-85))) (-15 -1842 ((-85))) (-15 -1843 ((-85) (-85))) (-15 -1844 ((-85) |#1|)) (-15 -1845 ((-85))) (-15 -1846 ((-85) (-85))) (-15 -3734 ((-348 |#1|) |#1|)) (-15 -3734 ((-348 |#1|) |#1| (-695))) (-15 -3734 ((-348 |#1|) |#1| (-584 (-695)))) (-15 -3734 ((-348 |#1|) |#1| (-584 (-695)) (-695))) (-15 -3734 ((-348 |#1|) |#1| (-695) (-695))) (-15 -3735 ((-348 |#1|) |#1|)) (-15 -3735 ((-348 |#1|) |#1| (-695))) (-15 -3735 ((-348 |#1|) |#1| (-584 (-695)))) (-15 -3735 ((-348 |#1|) |#1| (-584 (-695)) (-695))) (-15 -3735 ((-348 |#1|) |#1| (-695) (-695))) (-15 -1857 ((-3 |#1| #1="failed") (-831) |#1|)) (-15 -1857 ((-3 |#1| #1#) (-831) |#1| (-695))) (-15 -1857 ((-3 |#1| #1#) (-831) |#1| (-584 (-695)))) (-15 -1857 ((-3 |#1| #1#) (-831) |#1| (-584 (-695)) (-695))) (-15 -1857 ((-3 |#1| #1#) (-831) |#1| (-584 (-695)) (-695) (-85))) (-15 -3736 ((-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| |#1|) (|:| -2396 (-485)))))) |#1| (-85))) (-15 -1847 ((-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| |#1|) (|:| -2396 (-485)))))) |#1| (-85) (-1010 (-695)) (-695)))) (-1156 (-485))) (T -382))
+((-1847 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-85)) (-5 *5 (-1010 (-695))) (-5 *6 (-695)) (-5 *2 (-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| *3) (|:| -2396 (-485))))))) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-3736 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-5 *2 (-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| *3) (|:| -2396 (-485))))))) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1857 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-831)) (-5 *4 (-584 (-695))) (-5 *5 (-695)) (-5 *6 (-85)) (-5 *1 (-382 *2)) (-4 *2 (-1156 (-485))))) (-1857 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-831)) (-5 *4 (-584 (-695))) (-5 *5 (-695)) (-5 *1 (-382 *2)) (-4 *2 (-1156 (-485))))) (-1857 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-831)) (-5 *4 (-584 (-695))) (-5 *1 (-382 *2)) (-4 *2 (-1156 (-485))))) (-1857 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-831)) (-5 *4 (-695)) (-5 *1 (-382 *2)) (-4 *2 (-1156 (-485))))) (-1857 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-831)) (-5 *1 (-382 *2)) (-4 *2 (-1156 (-485))))) (-3735 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-3735 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-584 (-695))) (-5 *5 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-3735 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-695))) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-3735 (*1 *2 *3 *4) (-12 (-5 *4 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-3735 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-3734 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-3734 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-584 (-695))) (-5 *5 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-695))) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-3734 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1846 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1845 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1844 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1843 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1842 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1841 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1840 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1839 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -2580 (-485)) (|:| -1783 (-584 *3)))) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1838 (*1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| -3734 *4) (|:| -3950 (-485))))) (-4 *4 (-1156 (-485))) (-5 *2 (-695)) (-5 *1 (-382 *4)))) (-1837 (*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1837 (*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1836 (*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1836 (*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))) (-1856 (*1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| -3734 *4) (|:| -3950 (-485))))) (-4 *4 (-1156 (-485))) (-5 *2 (-676 (-695))) (-5 *1 (-382 *4)))) (-1835 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| *4) (|:| -2396 (-485))))))) (-4 *4 (-1156 (-485))) (-5 *2 (-348 *4)) (-5 *1 (-382 *4)))))
+((-1851 (((-485) |#2|) 52 T ELT) (((-485) |#2| (-695)) 51 T ELT)) (-1850 (((-485) |#2|) 64 T ELT)) (-1852 ((|#3| |#2|) 26 T ELT)) (-3134 ((|#3| |#2| (-831)) 15 T ELT)) (-3835 ((|#3| |#2|) 16 T ELT)) (-1853 ((|#3| |#2|) 9 T ELT)) (-2605 ((|#3| |#2|) 10 T ELT)) (-1849 ((|#3| |#2| (-831)) 71 T ELT) ((|#3| |#2|) 34 T ELT)) (-1848 (((-485) |#2|) 66 T ELT)))
+(((-383 |#1| |#2| |#3|) (-10 -7 (-15 -1848 ((-485) |#2|)) (-15 -1849 (|#3| |#2|)) (-15 -1849 (|#3| |#2| (-831))) (-15 -1850 ((-485) |#2|)) (-15 -1851 ((-485) |#2| (-695))) (-15 -1851 ((-485) |#2|)) (-15 -3134 (|#3| |#2| (-831))) (-15 -1852 (|#3| |#2|)) (-15 -1853 (|#3| |#2|)) (-15 -2605 (|#3| |#2|)) (-15 -3835 (|#3| |#2|))) (-962) (-1156 |#1|) (-13 (-347) (-951 |#1|) (-312) (-1116) (-239))) (T -383))
+((-3835 (*1 *2 *3) (-12 (-4 *4 (-962)) (-4 *2 (-13 (-347) (-951 *4) (-312) (-1116) (-239))) (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1156 *4)))) (-2605 (*1 *2 *3) (-12 (-4 *4 (-962)) (-4 *2 (-13 (-347) (-951 *4) (-312) (-1116) (-239))) (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1156 *4)))) (-1853 (*1 *2 *3) (-12 (-4 *4 (-962)) (-4 *2 (-13 (-347) (-951 *4) (-312) (-1116) (-239))) (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1156 *4)))) (-1852 (*1 *2 *3) (-12 (-4 *4 (-962)) (-4 *2 (-13 (-347) (-951 *4) (-312) (-1116) (-239))) (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1156 *4)))) (-3134 (*1 *2 *3 *4) (-12 (-5 *4 (-831)) (-4 *5 (-962)) (-4 *2 (-13 (-347) (-951 *5) (-312) (-1116) (-239))) (-5 *1 (-383 *5 *3 *2)) (-4 *3 (-1156 *5)))) (-1851 (*1 *2 *3) (-12 (-4 *4 (-962)) (-5 *2 (-485)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1156 *4)) (-4 *5 (-13 (-347) (-951 *4) (-312) (-1116) (-239))))) (-1851 (*1 *2 *3 *4) (-12 (-5 *4 (-695)) (-4 *5 (-962)) (-5 *2 (-485)) (-5 *1 (-383 *5 *3 *6)) (-4 *3 (-1156 *5)) (-4 *6 (-13 (-347) (-951 *5) (-312) (-1116) (-239))))) (-1850 (*1 *2 *3) (-12 (-4 *4 (-962)) (-5 *2 (-485)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1156 *4)) (-4 *5 (-13 (-347) (-951 *4) (-312) (-1116) (-239))))) (-1849 (*1 *2 *3 *4) (-12 (-5 *4 (-831)) (-4 *5 (-962)) (-4 *2 (-13 (-347) (-951 *5) (-312) (-1116) (-239))) (-5 *1 (-383 *5 *3 *2)) (-4 *3 (-1156 *5)))) (-1849 (*1 *2 *3) (-12 (-4 *4 (-962)) (-4 *2 (-13 (-347) (-951 *4) (-312) (-1116) (-239))) (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1156 *4)))) (-1848 (*1 *2 *3) (-12 (-4 *4 (-962)) (-5 *2 (-485)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1156 *4)) (-4 *5 (-13 (-347) (-951 *4) (-312) (-1116) (-239))))))
+((-3356 ((|#2| (-1180 |#1|)) 42 T ELT)) (-1855 ((|#2| |#2| |#1|) 58 T ELT)) (-1854 ((|#2| |#2| |#1|) 49 T ELT)) (-2299 ((|#2| |#2|) 44 T ELT)) (-3175 (((-85) |#2|) 32 T ELT)) (-1858 (((-584 |#2|) (-831) (-348 |#2|)) 21 T ELT)) (-1857 ((|#2| (-831) (-348 |#2|)) 25 T ELT)) (-1856 (((-676 (-695)) (-348 |#2|)) 29 T ELT)))
+(((-384 |#1| |#2|) (-10 -7 (-15 -3175 ((-85) |#2|)) (-15 -3356 (|#2| (-1180 |#1|))) (-15 -2299 (|#2| |#2|)) (-15 -1854 (|#2| |#2| |#1|)) (-15 -1855 (|#2| |#2| |#1|)) (-15 -1856 ((-676 (-695)) (-348 |#2|))) (-15 -1857 (|#2| (-831) (-348 |#2|))) (-15 -1858 ((-584 |#2|) (-831) (-348 |#2|)))) (-962) (-1156 |#1|)) (T -384))
+((-1858 (*1 *2 *3 *4) (-12 (-5 *3 (-831)) (-5 *4 (-348 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-962)) (-5 *2 (-584 *6)) (-5 *1 (-384 *5 *6)))) (-1857 (*1 *2 *3 *4) (-12 (-5 *3 (-831)) (-5 *4 (-348 *2)) (-4 *2 (-1156 *5)) (-5 *1 (-384 *5 *2)) (-4 *5 (-962)))) (-1856 (*1 *2 *3) (-12 (-5 *3 (-348 *5)) (-4 *5 (-1156 *4)) (-4 *4 (-962)) (-5 *2 (-676 (-695))) (-5 *1 (-384 *4 *5)))) (-1855 (*1 *2 *2 *3) (-12 (-4 *3 (-962)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1156 *3)))) (-1854 (*1 *2 *2 *3) (-12 (-4 *3 (-962)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1156 *3)))) (-2299 (*1 *2 *2) (-12 (-4 *3 (-962)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1156 *3)))) (-3356 (*1 *2 *3) (-12 (-5 *3 (-1180 *4)) (-4 *4 (-962)) (-4 *2 (-1156 *4)) (-5 *1 (-384 *4 *2)))) (-3175 (*1 *2 *3) (-12 (-4 *4 (-962)) (-5 *2 (-85)) (-5 *1 (-384 *4 *3)) (-4 *3 (-1156 *4)))))
+((-1861 (((-695)) 59 T ELT)) (-1865 (((-695)) 29 (|has| |#1| (-347)) ELT) (((-695) (-695)) 28 (|has| |#1| (-347)) ELT)) (-1864 (((-485) |#1|) 25 (|has| |#1| (-347)) ELT)) (-1863 (((-485) |#1|) 27 (|has| |#1| (-347)) ELT)) (-1860 (((-695)) 58 T ELT) (((-695) (-695)) 57 T ELT)) (-1859 ((|#1| (-695) (-485)) 37 T ELT)) (-1862 (((-1186)) 61 T ELT)))
+(((-385 |#1|) (-10 -7 (-15 -1859 (|#1| (-695) (-485))) (-15 -1860 ((-695) (-695))) (-15 -1860 ((-695))) (-15 -1861 ((-695))) (-15 -1862 ((-1186))) (IF (|has| |#1| (-347)) (PROGN (-15 -1863 ((-485) |#1|)) (-15 -1864 ((-485) |#1|)) (-15 -1865 ((-695) (-695))) (-15 -1865 ((-695)))) |%noBranch|)) (-962)) (T -385))
+((-1865 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-962)))) (-1865 (*1 *2 *2) (-12 (-5 *2 (-695)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-962)))) (-1864 (*1 *2 *3) (-12 (-5 *2 (-485)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-962)))) (-1863 (*1 *2 *3) (-12 (-5 *2 (-485)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-962)))) (-1862 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-385 *3)) (-4 *3 (-962)))) (-1861 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-385 *3)) (-4 *3 (-962)))) (-1860 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-385 *3)) (-4 *3 (-962)))) (-1860 (*1 *2 *2) (-12 (-5 *2 (-695)) (-5 *1 (-385 *3)) (-4 *3 (-962)))) (-1859 (*1 *2 *3 *4) (-12 (-5 *3 (-695)) (-5 *4 (-485)) (-5 *1 (-385 *2)) (-4 *2 (-962)))))
+((-1866 (((-584 (-485)) (-485)) 76 T ELT)) (-3725 (((-85) (-142 (-485))) 84 T ELT)) (-3734 (((-348 (-142 (-485))) (-142 (-485))) 75 T ELT)))
+(((-386) (-10 -7 (-15 -3734 ((-348 (-142 (-485))) (-142 (-485)))) (-15 -1866 ((-584 (-485)) (-485))) (-15 -3725 ((-85) (-142 (-485)))))) (T -386))
+((-3725 (*1 *2 *3) (-12 (-5 *3 (-142 (-485))) (-5 *2 (-85)) (-5 *1 (-386)))) (-1866 (*1 *2 *3) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-386)) (-5 *3 (-485)))) (-3734 (*1 *2 *3) (-12 (-5 *2 (-348 (-142 (-485)))) (-5 *1 (-386)) (-5 *3 (-142 (-485))))))
+((-2948 ((|#4| |#4| (-584 |#4|)) 20 (|has| |#1| (-312)) ELT)) (-2252 (((-584 |#4|) (-584 |#4|) (-1074) (-1074)) 46 T ELT) (((-584 |#4|) (-584 |#4|) (-1074)) 45 T ELT) (((-584 |#4|) (-584 |#4|)) 34 T ELT)))
+(((-387 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2252 ((-584 |#4|) (-584 |#4|))) (-15 -2252 ((-584 |#4|) (-584 |#4|) (-1074))) (-15 -2252 ((-584 |#4|) (-584 |#4|) (-1074) (-1074))) (IF (|has| |#1| (-312)) (-15 -2948 (|#4| |#4| (-584 |#4|))) |%noBranch|)) (-392) (-718) (-757) (-862 |#1| |#2| |#3|)) (T -387))
+((-2948 (*1 *2 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *4 *5 *6)) (-4 *4 (-312)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-387 *4 *5 *6 *2)))) (-2252 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-584 *7)) (-5 *3 (-1074)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-387 *4 *5 *6 *7)))) (-2252 (*1 *2 *2 *3) (-12 (-5 *2 (-584 *7)) (-5 *3 (-1074)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-387 *4 *5 *6 *7)))) (-2252 (*1 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-387 *3 *4 *5 *6)))))
+((-1867 ((|#4| |#4| (-584 |#4|)) 82 T ELT)) (-1868 (((-584 |#4|) (-584 |#4|) (-1074) (-1074)) 22 T ELT) (((-584 |#4|) (-584 |#4|) (-1074)) 21 T ELT) (((-584 |#4|) (-584 |#4|)) 13 T ELT)))
+(((-388 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1867 (|#4| |#4| (-584 |#4|))) (-15 -1868 ((-584 |#4|) (-584 |#4|))) (-15 -1868 ((-584 |#4|) (-584 |#4|) (-1074))) (-15 -1868 ((-584 |#4|) (-584 |#4|) (-1074) (-1074)))) (-258) (-718) (-757) (-862 |#1| |#2| |#3|)) (T -388))
+((-1868 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-584 *7)) (-5 *3 (-1074)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-258)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-388 *4 *5 *6 *7)))) (-1868 (*1 *2 *2 *3) (-12 (-5 *2 (-584 *7)) (-5 *3 (-1074)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-258)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-388 *4 *5 *6 *7)))) (-1868 (*1 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-258)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-388 *3 *4 *5 *6)))) (-1867 (*1 *2 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *4 *5 *6)) (-4 *4 (-258)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-388 *4 *5 *6 *2)))))
+((-1870 (((-584 (-584 |#4|)) (-584 |#4|) (-85)) 90 T ELT) (((-584 (-584 |#4|)) (-584 |#4|)) 89 T ELT) (((-584 (-584 |#4|)) (-584 |#4|) (-584 |#4|) (-85)) 83 T ELT) (((-584 (-584 |#4|)) (-584 |#4|) (-584 |#4|)) 84 T ELT)) (-1869 (((-584 (-584 |#4|)) (-584 |#4|) (-85)) 56 T ELT) (((-584 (-584 |#4|)) (-584 |#4|)) 78 T ELT)))
+(((-389 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1869 ((-584 (-584 |#4|)) (-584 |#4|))) (-15 -1869 ((-584 (-584 |#4|)) (-584 |#4|) (-85))) (-15 -1870 ((-584 (-584 |#4|)) (-584 |#4|) (-584 |#4|))) (-15 -1870 ((-584 (-584 |#4|)) (-584 |#4|) (-584 |#4|) (-85))) (-15 -1870 ((-584 (-584 |#4|)) (-584 |#4|))) (-15 -1870 ((-584 (-584 |#4|)) (-584 |#4|) (-85)))) (-13 (-258) (-120)) (-718) (-757) (-862 |#1| |#2| |#3|)) (T -389))
+((-1870 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-862 *5 *6 *7)) (-5 *2 (-584 (-584 *8))) (-5 *1 (-389 *5 *6 *7 *8)) (-5 *3 (-584 *8)))) (-1870 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-862 *4 *5 *6)) (-5 *2 (-584 (-584 *7))) (-5 *1 (-389 *4 *5 *6 *7)) (-5 *3 (-584 *7)))) (-1870 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-862 *5 *6 *7)) (-5 *2 (-584 (-584 *8))) (-5 *1 (-389 *5 *6 *7 *8)) (-5 *3 (-584 *8)))) (-1870 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-862 *4 *5 *6)) (-5 *2 (-584 (-584 *7))) (-5 *1 (-389 *4 *5 *6 *7)) (-5 *3 (-584 *7)))) (-1869 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-862 *5 *6 *7)) (-5 *2 (-584 (-584 *8))) (-5 *1 (-389 *5 *6 *7 *8)) (-5 *3 (-584 *8)))) (-1869 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-862 *4 *5 *6)) (-5 *2 (-584 (-584 *7))) (-5 *1 (-389 *4 *5 *6 *7)) (-5 *3 (-584 *7)))))
+((-1894 (((-695) |#4|) 12 T ELT)) (-1882 (((-584 (-2 (|:| |totdeg| (-695)) (|:| -2005 |#4|))) |#4| (-695) (-584 (-2 (|:| |totdeg| (-695)) (|:| -2005 |#4|)))) 39 T ELT)) (-1884 (((-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 49 T ELT)) (-1883 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 52 T ELT)) (-1872 ((|#4| |#4| (-584 |#4|)) 54 T ELT)) (-1880 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-584 |#4|)) 96 T ELT)) (-1887 (((-1186) |#4|) 59 T ELT)) (-1890 (((-1186) (-584 |#4|)) 69 T ELT)) (-1888 (((-485) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-485) (-485) (-485)) 66 T ELT)) (-1891 (((-1186) (-485)) 110 T ELT)) (-1885 (((-584 |#4|) (-584 |#4|)) 104 T ELT)) (-1893 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-695)) (|:| -2005 |#4|)) |#4| (-695)) 31 T ELT)) (-1886 (((-485) |#4|) 109 T ELT)) (-1881 ((|#4| |#4|) 37 T ELT)) (-1873 (((-584 |#4|) (-584 |#4|) (-485) (-485)) 74 T ELT)) (-1889 (((-485) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-485) (-485) (-485) (-485)) 123 T ELT)) (-1892 (((-85) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 20 T ELT)) (-1874 (((-85) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 78 T ELT)) (-1879 (((-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 76 T ELT)) (-1878 (((-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 47 T ELT)) (-1875 (((-85) |#2| |#2|) 75 T ELT)) (-1877 (((-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 48 T ELT)) (-1876 (((-85) |#2| |#2| |#2| |#2|) 80 T ELT)) (-1871 ((|#4| |#4| (-584 |#4|)) 97 T ELT)))
+(((-390 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1871 (|#4| |#4| (-584 |#4|))) (-15 -1872 (|#4| |#4| (-584 |#4|))) (-15 -1873 ((-584 |#4|) (-584 |#4|) (-485) (-485))) (-15 -1874 ((-85) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1875 ((-85) |#2| |#2|)) (-15 -1876 ((-85) |#2| |#2| |#2| |#2|)) (-15 -1877 ((-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1878 ((-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1879 ((-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1880 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-584 |#4|))) (-15 -1881 (|#4| |#4|)) (-15 -1882 ((-584 (-2 (|:| |totdeg| (-695)) (|:| -2005 |#4|))) |#4| (-695) (-584 (-2 (|:| |totdeg| (-695)) (|:| -2005 |#4|))))) (-15 -1883 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1884 ((-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-584 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1885 ((-584 |#4|) (-584 |#4|))) (-15 -1886 ((-485) |#4|)) (-15 -1887 ((-1186) |#4|)) (-15 -1888 ((-485) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-485) (-485) (-485))) (-15 -1889 ((-485) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-485) (-485) (-485) (-485))) (-15 -1890 ((-1186) (-584 |#4|))) (-15 -1891 ((-1186) (-485))) (-15 -1892 ((-85) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1893 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-695)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-695)) (|:| -2005 |#4|)) |#4| (-695))) (-15 -1894 ((-695) |#4|))) (-392) (-718) (-757) (-862 |#1| |#2| |#3|)) (T -390))
+((-1894 (*1 *2 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-695)) (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-862 *4 *5 *6)))) (-1893 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-695)) (|:| -2005 *4))) (-5 *5 (-695)) (-4 *4 (-862 *6 *7 *8)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-390 *6 *7 *8 *4)))) (-1892 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-695)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-718)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-390 *4 *5 *6 *7)))) (-1891 (*1 *2 *3) (-12 (-5 *3 (-485)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-1186)) (-5 *1 (-390 *4 *5 *6 *7)) (-4 *7 (-862 *4 *5 *6)))) (-1890 (*1 *2 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-1186)) (-5 *1 (-390 *4 *5 *6 *7)))) (-1889 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-695)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-718)) (-4 *4 (-862 *5 *6 *7)) (-4 *5 (-392)) (-4 *7 (-757)) (-5 *1 (-390 *5 *6 *7 *4)))) (-1888 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-695)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-718)) (-4 *4 (-862 *5 *6 *7)) (-4 *5 (-392)) (-4 *7 (-757)) (-5 *1 (-390 *5 *6 *7 *4)))) (-1887 (*1 *2 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-1186)) (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-862 *4 *5 *6)))) (-1886 (*1 *2 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-485)) (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-862 *4 *5 *6)))) (-1885 (*1 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-390 *3 *4 *5 *6)))) (-1884 (*1 *2 *2 *2) (-12 (-5 *2 (-584 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-695)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-718)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-392)) (-4 *5 (-757)) (-5 *1 (-390 *3 *4 *5 *6)))) (-1883 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-695)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-718)) (-4 *2 (-862 *4 *5 *6)) (-5 *1 (-390 *4 *5 *6 *2)) (-4 *4 (-392)) (-4 *6 (-757)))) (-1882 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-584 (-2 (|:| |totdeg| (-695)) (|:| -2005 *3)))) (-5 *4 (-695)) (-4 *3 (-862 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-390 *5 *6 *7 *3)))) (-1881 (*1 *2 *2) (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-390 *3 *4 *5 *2)) (-4 *2 (-862 *3 *4 *5)))) (-1880 (*1 *2 *3 *4) (-12 (-5 *4 (-584 *3)) (-4 *3 (-862 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-390 *5 *6 *7 *3)))) (-1879 (*1 *2 *3 *2) (-12 (-5 *2 (-584 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-695)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-718)) (-4 *6 (-862 *4 *3 *5)) (-4 *4 (-392)) (-4 *5 (-757)) (-5 *1 (-390 *4 *3 *5 *6)))) (-1878 (*1 *2 *2) (-12 (-5 *2 (-584 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-695)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-718)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-392)) (-4 *5 (-757)) (-5 *1 (-390 *3 *4 *5 *6)))) (-1877 (*1 *2 *3 *2) (-12 (-5 *2 (-584 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-695)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-718)) (-4 *3 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-757)) (-5 *1 (-390 *4 *5 *6 *3)))) (-1876 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-392)) (-4 *3 (-718)) (-4 *5 (-757)) (-5 *2 (-85)) (-5 *1 (-390 *4 *3 *5 *6)) (-4 *6 (-862 *4 *3 *5)))) (-1875 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *3 (-718)) (-4 *5 (-757)) (-5 *2 (-85)) (-5 *1 (-390 *4 *3 *5 *6)) (-4 *6 (-862 *4 *3 *5)))) (-1874 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-695)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-718)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-390 *4 *5 *6 *7)))) (-1873 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-584 *7)) (-5 *3 (-485)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-390 *4 *5 *6 *7)))) (-1872 (*1 *2 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-390 *4 *5 *6 *2)))) (-1871 (*1 *2 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-390 *4 *5 *6 *2)))))
+((-1895 (($ $ $) 14 T ELT) (($ (-584 $)) 21 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 45 T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) 22 T ELT)))
+(((-391 |#1|) (-10 -7 (-15 -2710 ((-1086 |#1|) (-1086 |#1|) (-1086 |#1|))) (-15 -1895 (|#1| (-584 |#1|))) (-15 -1895 (|#1| |#1| |#1|)) (-15 -3146 (|#1| (-584 |#1|))) (-15 -3146 (|#1| |#1| |#1|))) (-392)) (T -391))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
(((-392) (-113)) (T -392))
-((-3145 (*1 *1 *1 *1) (-4 *1 (-392))) (-3145 (*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-392)))) (-1894 (*1 *1 *1 *1) (-4 *1 (-392))) (-1894 (*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-392)))) (-2709 (*1 *2 *2 *2) (-12 (-5 *2 (-1085 *1)) (-4 *1 (-392)))))
-(-13 (-495) (-10 -8 (-15 -3145 ($ $ $)) (-15 -3145 ($ (-583 $))) (-15 -1894 ($ $ $)) (-15 -1894 ($ (-583 $))) (-15 -2709 ((-1085 $) (-1085 $) (-1085 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-246) . T) ((-495) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-582 $) . T) ((-654 $) . T) ((-663) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1775 (((-3 $ #1="failed")) NIL (|has| (-350 (-857 |#1|)) (-495)) ELT)) (-1312 (((-3 $ #1#) $ $) NIL T ELT)) (-3224 (((-1179 (-630 (-350 (-857 |#1|)))) (-1179 $)) NIL T ELT) (((-1179 (-630 (-350 (-857 |#1|))))) NIL T ELT)) (-1729 (((-1179 $)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-1909 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) NIL T ELT)) (-1703 (((-3 $ #1#)) NIL (|has| (-350 (-857 |#1|)) (-495)) ELT)) (-1791 (((-630 (-350 (-857 |#1|))) (-1179 $)) NIL T ELT) (((-630 (-350 (-857 |#1|)))) NIL T ELT)) (-1727 (((-350 (-857 |#1|)) $) NIL T ELT)) (-1789 (((-630 (-350 (-857 |#1|))) $ (-1179 $)) NIL T ELT) (((-630 (-350 (-857 |#1|))) $) NIL T ELT)) (-2404 (((-3 $ #1#) $) NIL (|has| (-350 (-857 |#1|)) (-495)) ELT)) (-1903 (((-1085 (-857 (-350 (-857 |#1|))))) NIL (|has| (-350 (-857 |#1|)) (-312)) ELT) (((-1085 (-350 (-857 |#1|)))) 89 (|has| |#1| (-495)) ELT)) (-2407 (($ $ (-830)) NIL T ELT)) (-1725 (((-350 (-857 |#1|)) $) NIL T ELT)) (-1705 (((-1085 (-350 (-857 |#1|))) $) 87 (|has| (-350 (-857 |#1|)) (-495)) ELT)) (-1793 (((-350 (-857 |#1|)) (-1179 $)) NIL T ELT) (((-350 (-857 |#1|))) NIL T ELT)) (-1723 (((-1085 (-350 (-857 |#1|))) $) NIL T ELT)) (-1717 (((-85)) NIL T ELT)) (-1795 (($ (-1179 (-350 (-857 |#1|))) (-1179 $)) 111 T ELT) (($ (-1179 (-350 (-857 |#1|)))) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL (|has| (-350 (-857 |#1|)) (-495)) ELT)) (-3109 (((-830)) NIL T ELT)) (-1714 (((-85)) NIL T ELT)) (-2434 (($ $ (-830)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-1710 (((-85)) NIL T ELT)) (-1708 (((-85)) NIL T ELT)) (-1712 (((-85)) NIL T ELT)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) NIL T ELT)) (-1704 (((-3 $ #1#)) NIL (|has| (-350 (-857 |#1|)) (-495)) ELT)) (-1792 (((-630 (-350 (-857 |#1|))) (-1179 $)) NIL T ELT) (((-630 (-350 (-857 |#1|)))) NIL T ELT)) (-1728 (((-350 (-857 |#1|)) $) NIL T ELT)) (-1790 (((-630 (-350 (-857 |#1|))) $ (-1179 $)) NIL T ELT) (((-630 (-350 (-857 |#1|))) $) NIL T ELT)) (-2405 (((-3 $ #1#) $) NIL (|has| (-350 (-857 |#1|)) (-495)) ELT)) (-1907 (((-1085 (-857 (-350 (-857 |#1|))))) NIL (|has| (-350 (-857 |#1|)) (-312)) ELT) (((-1085 (-350 (-857 |#1|)))) 88 (|has| |#1| (-495)) ELT)) (-2406 (($ $ (-830)) NIL T ELT)) (-1726 (((-350 (-857 |#1|)) $) NIL T ELT)) (-1706 (((-1085 (-350 (-857 |#1|))) $) 84 (|has| (-350 (-857 |#1|)) (-495)) ELT)) (-1794 (((-350 (-857 |#1|)) (-1179 $)) NIL T ELT) (((-350 (-857 |#1|))) NIL T ELT)) (-1724 (((-1085 (-350 (-857 |#1|))) $) NIL T ELT)) (-1718 (((-85)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1709 (((-85)) NIL T ELT)) (-1711 (((-85)) NIL T ELT)) (-1713 (((-85)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1897 (((-350 (-857 |#1|)) $ $) 75 (|has| |#1| (-495)) ELT)) (-1901 (((-350 (-857 |#1|)) $) 74 (|has| |#1| (-495)) ELT)) (-1900 (((-350 (-857 |#1|)) $) 101 (|has| |#1| (-495)) ELT)) (-1902 (((-1085 (-350 (-857 |#1|))) $) 93 (|has| |#1| (-495)) ELT)) (-1896 (((-350 (-857 |#1|))) 76 (|has| |#1| (-495)) ELT)) (-1899 (((-350 (-857 |#1|)) $ $) 64 (|has| |#1| (-495)) ELT)) (-1905 (((-350 (-857 |#1|)) $) 63 (|has| |#1| (-495)) ELT)) (-1904 (((-350 (-857 |#1|)) $) 100 (|has| |#1| (-495)) ELT)) (-1906 (((-1085 (-350 (-857 |#1|))) $) 92 (|has| |#1| (-495)) ELT)) (-1898 (((-350 (-857 |#1|))) 73 (|has| |#1| (-495)) ELT)) (-1908 (($) 107 T ELT) (($ (-1090)) 115 T ELT) (($ (-1179 (-1090))) 114 T ELT) (($ (-1179 $)) 102 T ELT) (($ (-1090) (-1179 $)) 113 T ELT) (($ (-1179 (-1090)) (-1179 $)) 112 T ELT)) (-1716 (((-85)) NIL T ELT)) (-3801 (((-350 (-857 |#1|)) $ (-484)) NIL T ELT)) (-3225 (((-1179 (-350 (-857 |#1|))) $ (-1179 $)) 104 T ELT) (((-630 (-350 (-857 |#1|))) (-1179 $) (-1179 $)) NIL T ELT) (((-1179 (-350 (-857 |#1|))) $) 44 T ELT) (((-630 (-350 (-857 |#1|))) (-1179 $)) NIL T ELT)) (-3973 (((-1179 (-350 (-857 |#1|))) $) NIL T ELT) (($ (-1179 (-350 (-857 |#1|)))) 41 T ELT)) (-1895 (((-583 (-857 (-350 (-857 |#1|)))) (-1179 $)) NIL T ELT) (((-583 (-857 (-350 (-857 |#1|))))) NIL T ELT) (((-583 (-857 |#1|)) (-1179 $)) 105 (|has| |#1| (-495)) ELT) (((-583 (-857 |#1|))) 106 (|has| |#1| (-495)) ELT)) (-2436 (($ $ $) NIL T ELT)) (-1722 (((-85)) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-1179 (-350 (-857 |#1|)))) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) 66 T ELT)) (-1707 (((-583 (-1179 (-350 (-857 |#1|))))) NIL (|has| (-350 (-857 |#1|)) (-495)) ELT)) (-2437 (($ $ $ $) NIL T ELT)) (-1720 (((-85)) NIL T ELT)) (-2546 (($ (-630 (-350 (-857 |#1|))) $) NIL T ELT)) (-2435 (($ $ $) NIL T ELT)) (-1721 (((-85)) NIL T ELT)) (-1719 (((-85)) NIL T ELT)) (-1715 (((-85)) NIL T ELT)) (-2661 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) 103 T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 62 T ELT) (($ $ (-350 (-857 |#1|))) NIL T ELT) (($ (-350 (-857 |#1|)) $) NIL T ELT) (($ (-1056 |#2| (-350 (-857 |#1|))) $) NIL T ELT)))
-(((-393 |#1| |#2| |#3| |#4|) (-13 (-361 (-350 (-857 |#1|))) (-590 (-1056 |#2| (-350 (-857 |#1|)))) (-10 -8 (-15 -3947 ($ (-1179 (-350 (-857 |#1|))))) (-15 -1910 ((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1="failed"))) (-15 -1909 ((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#))) (-15 -1908 ($)) (-15 -1908 ($ (-1090))) (-15 -1908 ($ (-1179 (-1090)))) (-15 -1908 ($ (-1179 $))) (-15 -1908 ($ (-1090) (-1179 $))) (-15 -1908 ($ (-1179 (-1090)) (-1179 $))) (IF (|has| |#1| (-495)) (PROGN (-15 -1907 ((-1085 (-350 (-857 |#1|))))) (-15 -1906 ((-1085 (-350 (-857 |#1|))) $)) (-15 -1905 ((-350 (-857 |#1|)) $)) (-15 -1904 ((-350 (-857 |#1|)) $)) (-15 -1903 ((-1085 (-350 (-857 |#1|))))) (-15 -1902 ((-1085 (-350 (-857 |#1|))) $)) (-15 -1901 ((-350 (-857 |#1|)) $)) (-15 -1900 ((-350 (-857 |#1|)) $)) (-15 -1899 ((-350 (-857 |#1|)) $ $)) (-15 -1898 ((-350 (-857 |#1|)))) (-15 -1897 ((-350 (-857 |#1|)) $ $)) (-15 -1896 ((-350 (-857 |#1|)))) (-15 -1895 ((-583 (-857 |#1|)) (-1179 $))) (-15 -1895 ((-583 (-857 |#1|))))) |%noBranch|))) (-146) (-830) (-583 (-1090)) (-1179 (-630 |#1|))) (T -393))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-1179 (-350 (-857 *3)))) (-4 *3 (-146)) (-14 *6 (-1179 (-630 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))))) (-1910 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-393 *3 *4 *5 *6)) (|:| -2012 (-583 (-393 *3 *4 *5 *6))))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1909 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-393 *3 *4 *5 *6)) (|:| -2012 (-583 (-393 *3 *4 *5 *6))))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1908 (*1 *1) (-12 (-5 *1 (-393 *2 *3 *4 *5)) (-4 *2 (-146)) (-14 *3 (-830)) (-14 *4 (-583 (-1090))) (-14 *5 (-1179 (-630 *2))))) (-1908 (*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 *2)) (-14 *6 (-1179 (-630 *3))))) (-1908 (*1 *1 *2) (-12 (-5 *2 (-1179 (-1090))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1908 (*1 *1 *2) (-12 (-5 *2 (-1179 (-393 *3 *4 *5 *6))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1908 (*1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-1179 (-393 *4 *5 *6 *7))) (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-146)) (-14 *5 (-830)) (-14 *6 (-583 *2)) (-14 *7 (-1179 (-630 *4))))) (-1908 (*1 *1 *2 *3) (-12 (-5 *2 (-1179 (-1090))) (-5 *3 (-1179 (-393 *4 *5 *6 *7))) (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-146)) (-14 *5 (-830)) (-14 *6 (-583 (-1090))) (-14 *7 (-1179 (-630 *4))))) (-1907 (*1 *2) (-12 (-5 *2 (-1085 (-350 (-857 *3)))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1906 (*1 *2 *1) (-12 (-5 *2 (-1085 (-350 (-857 *3)))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1905 (*1 *2 *1) (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1904 (*1 *2 *1) (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1903 (*1 *2) (-12 (-5 *2 (-1085 (-350 (-857 *3)))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1902 (*1 *2 *1) (-12 (-5 *2 (-1085 (-350 (-857 *3)))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1901 (*1 *2 *1) (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1900 (*1 *2 *1) (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1899 (*1 *2 *1 *1) (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1898 (*1 *2) (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1897 (*1 *2 *1 *1) (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1896 (*1 *2) (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))) (-1895 (*1 *2 *3) (-12 (-5 *3 (-1179 (-393 *4 *5 *6 *7))) (-5 *2 (-583 (-857 *4))) (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-495)) (-4 *4 (-146)) (-14 *5 (-830)) (-14 *6 (-583 (-1090))) (-14 *7 (-1179 (-630 *4))))) (-1895 (*1 *2) (-12 (-5 *2 (-583 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 19 T ELT)) (-3082 (((-583 (-773 |#1|)) $) 88 T ELT)) (-3084 (((-1085 $) $ (-773 |#1|)) 53 T ELT) (((-1085 |#2|) $) 140 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#2| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#2| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#2| (-495)) ELT)) (-2820 (((-694) $) 28 T ELT) (((-694) $ (-583 (-773 |#1|))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#2| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#2| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) 51 T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-3 (-773 |#1|) #1#) $) NIL T ELT)) (-3157 ((|#2| $) 49 T ELT) (((-350 (-484)) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-773 |#1|) $) NIL T ELT)) (-3757 (($ $ $ (-773 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-1940 (($ $ (-583 (-484))) 95 T ELT)) (-3960 (($ $) 81 T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#2|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#2| (-392)) ELT) (($ $ (-773 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#2| (-821)) ELT)) (-1624 (($ $ |#2| |#3| $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-773 |#1|) (-796 (-330))) (|has| |#2| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-773 |#1|) (-796 (-484))) (|has| |#2| (-796 (-484)))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) 66 T ELT)) (-3085 (($ (-1085 |#2|) (-773 |#1|)) 145 T ELT) (($ (-1085 $) (-773 |#1|)) 59 T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) 69 T ELT)) (-2894 (($ |#2| |#3|) 36 T ELT) (($ $ (-773 |#1|) (-694)) 38 T ELT) (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-773 |#1|)) NIL T ELT)) (-2821 ((|#3| $) NIL T ELT) (((-694) $ (-773 |#1|)) 57 T ELT) (((-583 (-694)) $ (-583 (-773 |#1|))) 64 T ELT)) (-1625 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3083 (((-3 (-773 |#1|) #1#) $) 46 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#2| $) 48 T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-773 |#1|)) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) 47 T ELT)) (-1799 ((|#2| $) 138 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#2| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) 151 (|has| |#2| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#2| (-821)) ELT)) (-3467 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-495)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#2| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-773 |#1|) |#2|) 102 T ELT) (($ $ (-583 (-773 |#1|)) (-583 |#2|)) 108 T ELT) (($ $ (-773 |#1|) $) 100 T ELT) (($ $ (-583 (-773 |#1|)) (-583 $)) 126 T ELT)) (-3758 (($ $ (-773 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-3759 (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|))) NIL T ELT) (($ $ (-773 |#1|)) 60 T ELT)) (-3949 ((|#3| $) 80 T ELT) (((-694) $ (-773 |#1|)) 43 T ELT) (((-583 (-694)) $ (-583 (-773 |#1|))) 63 T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-773 |#1|) (-553 (-800 (-330)))) (|has| |#2| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-773 |#1|) (-553 (-800 (-484)))) (|has| |#2| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-773 |#1|) (-553 (-473))) (|has| |#2| (-553 (-473)))) ELT)) (-2818 ((|#2| $) 147 (|has| |#2| (-392)) ELT) (($ $ (-773 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-821))) ELT)) (-3947 (((-772) $) 175 T ELT) (($ (-484)) NIL T ELT) (($ |#2|) 101 T ELT) (($ (-773 |#1|)) 40 T ELT) (($ (-350 (-484))) NIL (OR (|has| |#2| (-38 (-350 (-484)))) (|has| |#2| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#2| (-495)) ELT)) (-3818 (((-583 |#2|) $) NIL T ELT)) (-3678 ((|#2| $ |#3|) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-821))) (|has| |#2| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#2| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#2| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 32 T CONST)) (-2670 (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|))) NIL T ELT) (($ $ (-773 |#1|)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#2|) 77 (|has| |#2| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 133 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 131 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 37 T ELT) (($ $ (-350 (-484))) NIL (|has| |#2| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#2| (-38 (-350 (-484)))) ELT) (($ |#2| $) 76 T ELT) (($ $ |#2|) NIL T ELT)))
-(((-394 |#1| |#2| |#3|) (-13 (-861 |#2| |#3| (-773 |#1|)) (-10 -8 (-15 -1940 ($ $ (-583 (-484)))))) (-583 (-1090)) (-961) (-196 (-3958 |#1|) (-694))) (T -394))
-((-1940 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-484))) (-14 *3 (-583 (-1090))) (-5 *1 (-394 *3 *4 *5)) (-4 *4 (-961)) (-4 *5 (-196 (-3958 *3) (-694))))))
-((-1914 (((-85) |#1| (-583 |#2|)) 90 T ELT)) (-1912 (((-3 (-1179 (-583 |#2|)) #1="failed") (-694) |#1| (-583 |#2|)) 99 T ELT)) (-1913 (((-3 (-583 |#2|) #1#) |#2| |#1| (-1179 (-583 |#2|))) 101 T ELT)) (-2037 ((|#2| |#2| |#1|) 35 T ELT)) (-1911 (((-694) |#2| (-583 |#2|)) 26 T ELT)))
-(((-395 |#1| |#2|) (-10 -7 (-15 -2037 (|#2| |#2| |#1|)) (-15 -1911 ((-694) |#2| (-583 |#2|))) (-15 -1912 ((-3 (-1179 (-583 |#2|)) #1="failed") (-694) |#1| (-583 |#2|))) (-15 -1913 ((-3 (-583 |#2|) #1#) |#2| |#1| (-1179 (-583 |#2|)))) (-15 -1914 ((-85) |#1| (-583 |#2|)))) (-258) (-1155 |#1|)) (T -395))
-((-1914 (*1 *2 *3 *4) (-12 (-5 *4 (-583 *5)) (-4 *5 (-1155 *3)) (-4 *3 (-258)) (-5 *2 (-85)) (-5 *1 (-395 *3 *5)))) (-1913 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1179 (-583 *3))) (-4 *4 (-258)) (-5 *2 (-583 *3)) (-5 *1 (-395 *4 *3)) (-4 *3 (-1155 *4)))) (-1912 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-694)) (-4 *4 (-258)) (-4 *6 (-1155 *4)) (-5 *2 (-1179 (-583 *6))) (-5 *1 (-395 *4 *6)) (-5 *5 (-583 *6)))) (-1911 (*1 *2 *3 *4) (-12 (-5 *4 (-583 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-258)) (-5 *2 (-694)) (-5 *1 (-395 *5 *3)))) (-2037 (*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-5 *1 (-395 *3 *2)) (-4 *2 (-1155 *3)))))
-((-3733 (((-348 |#5|) |#5|) 24 T ELT)))
-(((-396 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3733 ((-348 |#5|) |#5|))) (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ "failed") (-1090))))) (-717) (-495) (-495) (-861 |#4| |#2| |#1|)) (T -396))
-((-3733 (*1 *2 *3) (-12 (-4 *4 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ "failed") (-1090)))))) (-4 *5 (-717)) (-4 *7 (-495)) (-5 *2 (-348 *3)) (-5 *1 (-396 *4 *5 *6 *7 *3)) (-4 *6 (-495)) (-4 *3 (-861 *7 *5 *4)))))
-((-2701 ((|#3|) 43 T ELT)) (-2709 (((-1085 |#4|) (-1085 |#4|) (-1085 |#4|)) 34 T ELT)))
-(((-397 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2709 ((-1085 |#4|) (-1085 |#4|) (-1085 |#4|))) (-15 -2701 (|#3|))) (-717) (-756) (-821) (-861 |#3| |#1| |#2|)) (T -397))
-((-2701 (*1 *2) (-12 (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-821)) (-5 *1 (-397 *3 *4 *2 *5)) (-4 *5 (-861 *2 *3 *4)))) (-2709 (*1 *2 *2 *2) (-12 (-5 *2 (-1085 *6)) (-4 *6 (-861 *5 *3 *4)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *5 (-821)) (-5 *1 (-397 *3 *4 *5 *6)))))
-((-3733 (((-348 (-1085 |#1|)) (-1085 |#1|)) 43 T ELT)))
-(((-398 |#1|) (-10 -7 (-15 -3733 ((-348 (-1085 |#1|)) (-1085 |#1|)))) (-258)) (T -398))
-((-3733 (*1 *2 *3) (-12 (-4 *4 (-258)) (-5 *2 (-348 (-1085 *4))) (-5 *1 (-398 *4)) (-5 *3 (-1085 *4)))))
-((-3730 (((-51) |#2| (-1090) (-249 |#2|) (-1146 (-694))) 44 T ELT) (((-51) (-1 |#2| (-484)) (-249 |#2|) (-1146 (-694))) 43 T ELT) (((-51) |#2| (-1090) (-249 |#2|)) 36 T ELT) (((-51) (-1 |#2| (-484)) (-249 |#2|)) 29 T ELT)) (-3819 (((-51) |#2| (-1090) (-249 |#2|) (-1146 (-350 (-484))) (-350 (-484))) 88 T ELT) (((-51) (-1 |#2| (-350 (-484))) (-249 |#2|) (-1146 (-350 (-484))) (-350 (-484))) 87 T ELT) (((-51) |#2| (-1090) (-249 |#2|) (-1146 (-484))) 86 T ELT) (((-51) (-1 |#2| (-484)) (-249 |#2|) (-1146 (-484))) 85 T ELT) (((-51) |#2| (-1090) (-249 |#2|)) 80 T ELT) (((-51) (-1 |#2| (-484)) (-249 |#2|)) 79 T ELT)) (-3783 (((-51) |#2| (-1090) (-249 |#2|) (-1146 (-350 (-484))) (-350 (-484))) 74 T ELT) (((-51) (-1 |#2| (-350 (-484))) (-249 |#2|) (-1146 (-350 (-484))) (-350 (-484))) 72 T ELT)) (-3780 (((-51) |#2| (-1090) (-249 |#2|) (-1146 (-484))) 51 T ELT) (((-51) (-1 |#2| (-484)) (-249 |#2|) (-1146 (-484))) 50 T ELT)))
-(((-399 |#1| |#2|) (-10 -7 (-15 -3730 ((-51) (-1 |#2| (-484)) (-249 |#2|))) (-15 -3730 ((-51) |#2| (-1090) (-249 |#2|))) (-15 -3730 ((-51) (-1 |#2| (-484)) (-249 |#2|) (-1146 (-694)))) (-15 -3730 ((-51) |#2| (-1090) (-249 |#2|) (-1146 (-694)))) (-15 -3780 ((-51) (-1 |#2| (-484)) (-249 |#2|) (-1146 (-484)))) (-15 -3780 ((-51) |#2| (-1090) (-249 |#2|) (-1146 (-484)))) (-15 -3783 ((-51) (-1 |#2| (-350 (-484))) (-249 |#2|) (-1146 (-350 (-484))) (-350 (-484)))) (-15 -3783 ((-51) |#2| (-1090) (-249 |#2|) (-1146 (-350 (-484))) (-350 (-484)))) (-15 -3819 ((-51) (-1 |#2| (-484)) (-249 |#2|))) (-15 -3819 ((-51) |#2| (-1090) (-249 |#2|))) (-15 -3819 ((-51) (-1 |#2| (-484)) (-249 |#2|) (-1146 (-484)))) (-15 -3819 ((-51) |#2| (-1090) (-249 |#2|) (-1146 (-484)))) (-15 -3819 ((-51) (-1 |#2| (-350 (-484))) (-249 |#2|) (-1146 (-350 (-484))) (-350 (-484)))) (-15 -3819 ((-51) |#2| (-1090) (-249 |#2|) (-1146 (-350 (-484))) (-350 (-484))))) (-13 (-495) (-950 (-484)) (-580 (-484))) (-13 (-27) (-1115) (-364 |#1|))) (T -399))
-((-3819 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-5 *6 (-1146 (-350 (-484)))) (-5 *7 (-350 (-484))) (-4 *3 (-13 (-27) (-1115) (-364 *8))) (-4 *8 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *8 *3)))) (-3819 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-350 (-484)))) (-5 *4 (-249 *8)) (-5 *5 (-1146 (-350 (-484)))) (-5 *6 (-350 (-484))) (-4 *8 (-13 (-27) (-1115) (-364 *7))) (-4 *7 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *7 *8)))) (-3819 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-5 *6 (-1146 (-484))) (-4 *3 (-13 (-27) (-1115) (-364 *7))) (-4 *7 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *7 *3)))) (-3819 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-484))) (-5 *4 (-249 *7)) (-5 *5 (-1146 (-484))) (-4 *7 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *6 *7)))) (-3819 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *6 *3)))) (-3819 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-484))) (-5 *4 (-249 *6)) (-4 *6 (-13 (-27) (-1115) (-364 *5))) (-4 *5 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *5 *6)))) (-3783 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-5 *6 (-1146 (-350 (-484)))) (-5 *7 (-350 (-484))) (-4 *3 (-13 (-27) (-1115) (-364 *8))) (-4 *8 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *8 *3)))) (-3783 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-350 (-484)))) (-5 *4 (-249 *8)) (-5 *5 (-1146 (-350 (-484)))) (-5 *6 (-350 (-484))) (-4 *8 (-13 (-27) (-1115) (-364 *7))) (-4 *7 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *7 *8)))) (-3780 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-5 *6 (-1146 (-484))) (-4 *3 (-13 (-27) (-1115) (-364 *7))) (-4 *7 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *7 *3)))) (-3780 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-484))) (-5 *4 (-249 *7)) (-5 *5 (-1146 (-484))) (-4 *7 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *6 *7)))) (-3730 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-5 *6 (-1146 (-694))) (-4 *3 (-13 (-27) (-1115) (-364 *7))) (-4 *7 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *7 *3)))) (-3730 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-484))) (-5 *4 (-249 *7)) (-5 *5 (-1146 (-694))) (-4 *7 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *6 *7)))) (-3730 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *6 *3)))) (-3730 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-484))) (-5 *4 (-249 *6)) (-4 *6 (-13 (-27) (-1115) (-364 *5))) (-4 *5 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51)) (-5 *1 (-399 *5 *6)))))
-((-2037 ((|#2| |#2| |#1|) 15 T ELT)) (-1916 (((-583 |#2|) |#2| (-583 |#2|) |#1| (-830)) 82 T ELT)) (-1915 (((-2 (|:| |plist| (-583 |#2|)) (|:| |modulo| |#1|)) |#2| (-583 |#2|) |#1| (-830)) 71 T ELT)))
-(((-400 |#1| |#2|) (-10 -7 (-15 -1915 ((-2 (|:| |plist| (-583 |#2|)) (|:| |modulo| |#1|)) |#2| (-583 |#2|) |#1| (-830))) (-15 -1916 ((-583 |#2|) |#2| (-583 |#2|) |#1| (-830))) (-15 -2037 (|#2| |#2| |#1|))) (-258) (-1155 |#1|)) (T -400))
-((-2037 (*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-5 *1 (-400 *3 *2)) (-4 *2 (-1155 *3)))) (-1916 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-583 *3)) (-5 *5 (-830)) (-4 *3 (-1155 *4)) (-4 *4 (-258)) (-5 *1 (-400 *4 *3)))) (-1915 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-830)) (-4 *5 (-258)) (-4 *3 (-1155 *5)) (-5 *2 (-2 (|:| |plist| (-583 *3)) (|:| |modulo| *5))) (-5 *1 (-400 *5 *3)) (-5 *4 (-583 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 28 T ELT)) (-3708 (($ |#3|) 25 T ELT)) (-1312 (((-3 $ "failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) 32 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-1917 (($ |#2| |#4| $) 33 T ELT)) (-2894 (($ |#2| (-650 |#3| |#4| |#5|)) 24 T ELT)) (-2895 (((-650 |#3| |#4| |#5|) $) 15 T ELT)) (-1919 ((|#3| $) 19 T ELT)) (-1920 ((|#4| $) 17 T ELT)) (-3175 ((|#2| $) 29 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1918 (($ |#2| |#3| |#4|) 26 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 36 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 34 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ |#6| $) 40 T ELT) (($ $ |#6|) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
-(((-401 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-654 |#6|) (-654 |#2|) (-10 -8 (-15 -3175 (|#2| $)) (-15 -2895 ((-650 |#3| |#4| |#5|) $)) (-15 -1920 (|#4| $)) (-15 -1919 (|#3| $)) (-15 -3960 ($ $)) (-15 -2894 ($ |#2| (-650 |#3| |#4| |#5|))) (-15 -3708 ($ |#3|)) (-15 -1918 ($ |#2| |#3| |#4|)) (-15 -1917 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-583 (-1090)) (-146) (-756) (-196 (-3958 |#1|) (-694)) (-1 (-85) (-2 (|:| -2400 |#3|) (|:| -2401 |#4|)) (-2 (|:| -2400 |#3|) (|:| -2401 |#4|))) (-861 |#2| |#4| (-773 |#1|))) (T -401))
-((* (*1 *1 *2 *1) (-12 (-14 *3 (-583 (-1090))) (-4 *4 (-146)) (-4 *6 (-196 (-3958 *3) (-694))) (-14 *7 (-1 (-85) (-2 (|:| -2400 *5) (|:| -2401 *6)) (-2 (|:| -2400 *5) (|:| -2401 *6)))) (-5 *1 (-401 *3 *4 *5 *6 *7 *2)) (-4 *5 (-756)) (-4 *2 (-861 *4 *6 (-773 *3))))) (-3175 (*1 *2 *1) (-12 (-14 *3 (-583 (-1090))) (-4 *5 (-196 (-3958 *3) (-694))) (-14 *6 (-1 (-85) (-2 (|:| -2400 *4) (|:| -2401 *5)) (-2 (|:| -2400 *4) (|:| -2401 *5)))) (-4 *2 (-146)) (-5 *1 (-401 *3 *2 *4 *5 *6 *7)) (-4 *4 (-756)) (-4 *7 (-861 *2 *5 (-773 *3))))) (-2895 (*1 *2 *1) (-12 (-14 *3 (-583 (-1090))) (-4 *4 (-146)) (-4 *6 (-196 (-3958 *3) (-694))) (-14 *7 (-1 (-85) (-2 (|:| -2400 *5) (|:| -2401 *6)) (-2 (|:| -2400 *5) (|:| -2401 *6)))) (-5 *2 (-650 *5 *6 *7)) (-5 *1 (-401 *3 *4 *5 *6 *7 *8)) (-4 *5 (-756)) (-4 *8 (-861 *4 *6 (-773 *3))))) (-1920 (*1 *2 *1) (-12 (-14 *3 (-583 (-1090))) (-4 *4 (-146)) (-14 *6 (-1 (-85) (-2 (|:| -2400 *5) (|:| -2401 *2)) (-2 (|:| -2400 *5) (|:| -2401 *2)))) (-4 *2 (-196 (-3958 *3) (-694))) (-5 *1 (-401 *3 *4 *5 *2 *6 *7)) (-4 *5 (-756)) (-4 *7 (-861 *4 *2 (-773 *3))))) (-1919 (*1 *2 *1) (-12 (-14 *3 (-583 (-1090))) (-4 *4 (-146)) (-4 *5 (-196 (-3958 *3) (-694))) (-14 *6 (-1 (-85) (-2 (|:| -2400 *2) (|:| -2401 *5)) (-2 (|:| -2400 *2) (|:| -2401 *5)))) (-4 *2 (-756)) (-5 *1 (-401 *3 *4 *2 *5 *6 *7)) (-4 *7 (-861 *4 *5 (-773 *3))))) (-3960 (*1 *1 *1) (-12 (-14 *2 (-583 (-1090))) (-4 *3 (-146)) (-4 *5 (-196 (-3958 *2) (-694))) (-14 *6 (-1 (-85) (-2 (|:| -2400 *4) (|:| -2401 *5)) (-2 (|:| -2400 *4) (|:| -2401 *5)))) (-5 *1 (-401 *2 *3 *4 *5 *6 *7)) (-4 *4 (-756)) (-4 *7 (-861 *3 *5 (-773 *2))))) (-2894 (*1 *1 *2 *3) (-12 (-5 *3 (-650 *5 *6 *7)) (-4 *5 (-756)) (-4 *6 (-196 (-3958 *4) (-694))) (-14 *7 (-1 (-85) (-2 (|:| -2400 *5) (|:| -2401 *6)) (-2 (|:| -2400 *5) (|:| -2401 *6)))) (-14 *4 (-583 (-1090))) (-4 *2 (-146)) (-5 *1 (-401 *4 *2 *5 *6 *7 *8)) (-4 *8 (-861 *2 *6 (-773 *4))))) (-3708 (*1 *1 *2) (-12 (-14 *3 (-583 (-1090))) (-4 *4 (-146)) (-4 *5 (-196 (-3958 *3) (-694))) (-14 *6 (-1 (-85) (-2 (|:| -2400 *2) (|:| -2401 *5)) (-2 (|:| -2400 *2) (|:| -2401 *5)))) (-5 *1 (-401 *3 *4 *2 *5 *6 *7)) (-4 *2 (-756)) (-4 *7 (-861 *4 *5 (-773 *3))))) (-1918 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-583 (-1090))) (-4 *2 (-146)) (-4 *4 (-196 (-3958 *5) (-694))) (-14 *6 (-1 (-85) (-2 (|:| -2400 *3) (|:| -2401 *4)) (-2 (|:| -2400 *3) (|:| -2401 *4)))) (-5 *1 (-401 *5 *2 *3 *4 *6 *7)) (-4 *3 (-756)) (-4 *7 (-861 *2 *4 (-773 *5))))) (-1917 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-583 (-1090))) (-4 *2 (-146)) (-4 *3 (-196 (-3958 *4) (-694))) (-14 *6 (-1 (-85) (-2 (|:| -2400 *5) (|:| -2401 *3)) (-2 (|:| -2400 *5) (|:| -2401 *3)))) (-5 *1 (-401 *4 *2 *5 *3 *6 *7)) (-4 *5 (-756)) (-4 *7 (-861 *2 *3 (-773 *4))))))
-((-1921 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 39 T ELT)))
-(((-402 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1921 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-717) (-756) (-495) (-861 |#3| |#1| |#2|) (-13 (-950 (-350 (-484))) (-312) (-10 -8 (-15 -3947 ($ |#4|)) (-15 -2999 (|#4| $)) (-15 -2998 (|#4| $))))) (T -402))
-((-1921 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-756)) (-4 *5 (-717)) (-4 *6 (-495)) (-4 *7 (-861 *6 *5 *3)) (-5 *1 (-402 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-950 (-350 (-484))) (-312) (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3082 (((-583 |#3|) $) 40 T ELT)) (-2909 (((-85) $) NIL T ELT)) (-2900 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3711 (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-3725 (($) NIL T CONST)) (-2905 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) NIL (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) NIL (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ #1="failed") (-583 |#4|)) 48 T ELT)) (-3157 (($ (-583 |#4|)) NIL T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-3407 (($ |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT) (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-495)) ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT)) (-3181 ((|#3| $) 46 T ELT)) (-2609 (((-583 |#4|) $) 14 T ELT)) (-3246 (((-85) |#4| $) 25 (|has| |#4| (-72)) ELT)) (-3327 (($ (-1 |#4| |#4|) $) 22 T ELT)) (-3959 (($ (-1 |#4| |#4|) $) 20 T ELT)) (-2915 (((-583 |#3|) $) NIL T ELT)) (-2914 (((-85) |#3| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-495)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1354 (((-3 |#4| #1#) (-1 (-85) |#4|) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 38 T ELT)) (-3566 (($) 17 T ELT)) (-1730 (((-694) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) NIL T ELT)) (-3401 (($ $) 16 T ELT)) (-3973 (((-473) $) NIL (|has| |#4| (-553 (-473))) ELT) (($ (-583 |#4|)) 50 T ELT)) (-3531 (($ (-583 |#4|)) 13 T ELT)) (-2911 (($ $ |#3|) NIL T ELT)) (-2913 (($ $ |#3|) NIL T ELT)) (-2912 (($ $ |#3|) NIL T ELT)) (-3947 (((-772) $) 37 T ELT) (((-583 |#4|) $) 49 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3057 (((-85) $ $) 29 T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-403 |#1| |#2| |#3| |#4|) (-13 (-889 |#1| |#2| |#3| |#4|) (-1035 |#4|) (-10 -8 (-15 -3973 ($ (-583 |#4|))))) (-961) (-717) (-756) (-977 |#1| |#2| |#3|)) (T -403))
-((-3973 (*1 *1 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-403 *3 *4 *5 *6)))))
-((-2661 (($) 11 T CONST)) (-2667 (($) 13 T CONST)) (* (($ |#2| $) 15 T ELT) (($ $ |#2|) 16 T ELT)))
-(((-404 |#1| |#2| |#3|) (-10 -7 (-15 -2667 (|#1|) -3953) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -2661 (|#1|) -3953)) (-405 |#2| |#3|) (-146) (-23)) (T -404))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3158 (((-3 |#1| "failed") $) 30 T ELT)) (-3157 ((|#1| $) 31 T ELT)) (-3945 (($ $ $) 27 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3949 ((|#2| $) 23 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ |#1|) 29 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 22 T CONST)) (-2667 (($) 28 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 19 T ELT) (($ $ $) 17 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
+((-3146 (*1 *1 *1 *1) (-4 *1 (-392))) (-3146 (*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-392)))) (-1895 (*1 *1 *1 *1) (-4 *1 (-392))) (-1895 (*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-392)))) (-2710 (*1 *2 *2 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-392)))))
+(-13 (-496) (-10 -8 (-15 -3146 ($ $ $)) (-15 -3146 ($ (-584 $))) (-15 -1895 ($ $ $)) (-15 -1895 ($ (-584 $))) (-15 -2710 ((-1086 $) (-1086 $) (-1086 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-246) . T) ((-496) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-583 $) . T) ((-655 $) . T) ((-664) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1776 (((-3 $ #1="failed")) NIL (|has| (-350 (-858 |#1|)) (-496)) ELT)) (-1313 (((-3 $ #1#) $ $) NIL T ELT)) (-3225 (((-1180 (-631 (-350 (-858 |#1|)))) (-1180 $)) NIL T ELT) (((-1180 (-631 (-350 (-858 |#1|))))) NIL T ELT)) (-1730 (((-1180 $)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) NIL T ELT)) (-1704 (((-3 $ #1#)) NIL (|has| (-350 (-858 |#1|)) (-496)) ELT)) (-1792 (((-631 (-350 (-858 |#1|))) (-1180 $)) NIL T ELT) (((-631 (-350 (-858 |#1|)))) NIL T ELT)) (-1728 (((-350 (-858 |#1|)) $) NIL T ELT)) (-1790 (((-631 (-350 (-858 |#1|))) $ (-1180 $)) NIL T ELT) (((-631 (-350 (-858 |#1|))) $) NIL T ELT)) (-2405 (((-3 $ #1#) $) NIL (|has| (-350 (-858 |#1|)) (-496)) ELT)) (-1904 (((-1086 (-858 (-350 (-858 |#1|))))) NIL (|has| (-350 (-858 |#1|)) (-312)) ELT) (((-1086 (-350 (-858 |#1|)))) 89 (|has| |#1| (-496)) ELT)) (-2408 (($ $ (-831)) NIL T ELT)) (-1726 (((-350 (-858 |#1|)) $) NIL T ELT)) (-1706 (((-1086 (-350 (-858 |#1|))) $) 87 (|has| (-350 (-858 |#1|)) (-496)) ELT)) (-1794 (((-350 (-858 |#1|)) (-1180 $)) NIL T ELT) (((-350 (-858 |#1|))) NIL T ELT)) (-1724 (((-1086 (-350 (-858 |#1|))) $) NIL T ELT)) (-1718 (((-85)) NIL T ELT)) (-1796 (($ (-1180 (-350 (-858 |#1|))) (-1180 $)) 111 T ELT) (($ (-1180 (-350 (-858 |#1|)))) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL (|has| (-350 (-858 |#1|)) (-496)) ELT)) (-3110 (((-831)) NIL T ELT)) (-1715 (((-85)) NIL T ELT)) (-2435 (($ $ (-831)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-1711 (((-85)) NIL T ELT)) (-1709 (((-85)) NIL T ELT)) (-1713 (((-85)) NIL T ELT)) (-1911 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) NIL T ELT)) (-1705 (((-3 $ #1#)) NIL (|has| (-350 (-858 |#1|)) (-496)) ELT)) (-1793 (((-631 (-350 (-858 |#1|))) (-1180 $)) NIL T ELT) (((-631 (-350 (-858 |#1|)))) NIL T ELT)) (-1729 (((-350 (-858 |#1|)) $) NIL T ELT)) (-1791 (((-631 (-350 (-858 |#1|))) $ (-1180 $)) NIL T ELT) (((-631 (-350 (-858 |#1|))) $) NIL T ELT)) (-2406 (((-3 $ #1#) $) NIL (|has| (-350 (-858 |#1|)) (-496)) ELT)) (-1908 (((-1086 (-858 (-350 (-858 |#1|))))) NIL (|has| (-350 (-858 |#1|)) (-312)) ELT) (((-1086 (-350 (-858 |#1|)))) 88 (|has| |#1| (-496)) ELT)) (-2407 (($ $ (-831)) NIL T ELT)) (-1727 (((-350 (-858 |#1|)) $) NIL T ELT)) (-1707 (((-1086 (-350 (-858 |#1|))) $) 84 (|has| (-350 (-858 |#1|)) (-496)) ELT)) (-1795 (((-350 (-858 |#1|)) (-1180 $)) NIL T ELT) (((-350 (-858 |#1|))) NIL T ELT)) (-1725 (((-1086 (-350 (-858 |#1|))) $) NIL T ELT)) (-1719 (((-85)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1710 (((-85)) NIL T ELT)) (-1712 (((-85)) NIL T ELT)) (-1714 (((-85)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1898 (((-350 (-858 |#1|)) $ $) 75 (|has| |#1| (-496)) ELT)) (-1902 (((-350 (-858 |#1|)) $) 74 (|has| |#1| (-496)) ELT)) (-1901 (((-350 (-858 |#1|)) $) 101 (|has| |#1| (-496)) ELT)) (-1903 (((-1086 (-350 (-858 |#1|))) $) 93 (|has| |#1| (-496)) ELT)) (-1897 (((-350 (-858 |#1|))) 76 (|has| |#1| (-496)) ELT)) (-1900 (((-350 (-858 |#1|)) $ $) 64 (|has| |#1| (-496)) ELT)) (-1906 (((-350 (-858 |#1|)) $) 63 (|has| |#1| (-496)) ELT)) (-1905 (((-350 (-858 |#1|)) $) 100 (|has| |#1| (-496)) ELT)) (-1907 (((-1086 (-350 (-858 |#1|))) $) 92 (|has| |#1| (-496)) ELT)) (-1899 (((-350 (-858 |#1|))) 73 (|has| |#1| (-496)) ELT)) (-1909 (($) 107 T ELT) (($ (-1091)) 115 T ELT) (($ (-1180 (-1091))) 114 T ELT) (($ (-1180 $)) 102 T ELT) (($ (-1091) (-1180 $)) 113 T ELT) (($ (-1180 (-1091)) (-1180 $)) 112 T ELT)) (-1717 (((-85)) NIL T ELT)) (-3802 (((-350 (-858 |#1|)) $ (-485)) NIL T ELT)) (-3226 (((-1180 (-350 (-858 |#1|))) $ (-1180 $)) 104 T ELT) (((-631 (-350 (-858 |#1|))) (-1180 $) (-1180 $)) NIL T ELT) (((-1180 (-350 (-858 |#1|))) $) 44 T ELT) (((-631 (-350 (-858 |#1|))) (-1180 $)) NIL T ELT)) (-3974 (((-1180 (-350 (-858 |#1|))) $) NIL T ELT) (($ (-1180 (-350 (-858 |#1|)))) 41 T ELT)) (-1896 (((-584 (-858 (-350 (-858 |#1|)))) (-1180 $)) NIL T ELT) (((-584 (-858 (-350 (-858 |#1|))))) NIL T ELT) (((-584 (-858 |#1|)) (-1180 $)) 105 (|has| |#1| (-496)) ELT) (((-584 (-858 |#1|))) 106 (|has| |#1| (-496)) ELT)) (-2437 (($ $ $) NIL T ELT)) (-1723 (((-85)) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-1180 (-350 (-858 |#1|)))) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) 66 T ELT)) (-1708 (((-584 (-1180 (-350 (-858 |#1|))))) NIL (|has| (-350 (-858 |#1|)) (-496)) ELT)) (-2438 (($ $ $ $) NIL T ELT)) (-1721 (((-85)) NIL T ELT)) (-2547 (($ (-631 (-350 (-858 |#1|))) $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-1722 (((-85)) NIL T ELT)) (-1720 (((-85)) NIL T ELT)) (-1716 (((-85)) NIL T ELT)) (-2662 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) 103 T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 62 T ELT) (($ $ (-350 (-858 |#1|))) NIL T ELT) (($ (-350 (-858 |#1|)) $) NIL T ELT) (($ (-1057 |#2| (-350 (-858 |#1|))) $) NIL T ELT)))
+(((-393 |#1| |#2| |#3| |#4|) (-13 (-361 (-350 (-858 |#1|))) (-591 (-1057 |#2| (-350 (-858 |#1|)))) (-10 -8 (-15 -3948 ($ (-1180 (-350 (-858 |#1|))))) (-15 -1911 ((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1="failed"))) (-15 -1910 ((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#))) (-15 -1909 ($)) (-15 -1909 ($ (-1091))) (-15 -1909 ($ (-1180 (-1091)))) (-15 -1909 ($ (-1180 $))) (-15 -1909 ($ (-1091) (-1180 $))) (-15 -1909 ($ (-1180 (-1091)) (-1180 $))) (IF (|has| |#1| (-496)) (PROGN (-15 -1908 ((-1086 (-350 (-858 |#1|))))) (-15 -1907 ((-1086 (-350 (-858 |#1|))) $)) (-15 -1906 ((-350 (-858 |#1|)) $)) (-15 -1905 ((-350 (-858 |#1|)) $)) (-15 -1904 ((-1086 (-350 (-858 |#1|))))) (-15 -1903 ((-1086 (-350 (-858 |#1|))) $)) (-15 -1902 ((-350 (-858 |#1|)) $)) (-15 -1901 ((-350 (-858 |#1|)) $)) (-15 -1900 ((-350 (-858 |#1|)) $ $)) (-15 -1899 ((-350 (-858 |#1|)))) (-15 -1898 ((-350 (-858 |#1|)) $ $)) (-15 -1897 ((-350 (-858 |#1|)))) (-15 -1896 ((-584 (-858 |#1|)) (-1180 $))) (-15 -1896 ((-584 (-858 |#1|))))) |%noBranch|))) (-146) (-831) (-584 (-1091)) (-1180 (-631 |#1|))) (T -393))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-1180 (-350 (-858 *3)))) (-4 *3 (-146)) (-14 *6 (-1180 (-631 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))))) (-1911 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-393 *3 *4 *5 *6)) (|:| -2013 (-584 (-393 *3 *4 *5 *6))))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1910 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-393 *3 *4 *5 *6)) (|:| -2013 (-584 (-393 *3 *4 *5 *6))))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1909 (*1 *1) (-12 (-5 *1 (-393 *2 *3 *4 *5)) (-4 *2 (-146)) (-14 *3 (-831)) (-14 *4 (-584 (-1091))) (-14 *5 (-1180 (-631 *2))))) (-1909 (*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 *2)) (-14 *6 (-1180 (-631 *3))))) (-1909 (*1 *1 *2) (-12 (-5 *2 (-1180 (-1091))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1909 (*1 *1 *2) (-12 (-5 *2 (-1180 (-393 *3 *4 *5 *6))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1909 (*1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-1180 (-393 *4 *5 *6 *7))) (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-146)) (-14 *5 (-831)) (-14 *6 (-584 *2)) (-14 *7 (-1180 (-631 *4))))) (-1909 (*1 *1 *2 *3) (-12 (-5 *2 (-1180 (-1091))) (-5 *3 (-1180 (-393 *4 *5 *6 *7))) (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-146)) (-14 *5 (-831)) (-14 *6 (-584 (-1091))) (-14 *7 (-1180 (-631 *4))))) (-1908 (*1 *2) (-12 (-5 *2 (-1086 (-350 (-858 *3)))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1907 (*1 *2 *1) (-12 (-5 *2 (-1086 (-350 (-858 *3)))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1906 (*1 *2 *1) (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1905 (*1 *2 *1) (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1904 (*1 *2) (-12 (-5 *2 (-1086 (-350 (-858 *3)))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1903 (*1 *2 *1) (-12 (-5 *2 (-1086 (-350 (-858 *3)))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1902 (*1 *2 *1) (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1901 (*1 *2 *1) (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1900 (*1 *2 *1 *1) (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1899 (*1 *2) (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1898 (*1 *2 *1 *1) (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1897 (*1 *2) (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))) (-1896 (*1 *2 *3) (-12 (-5 *3 (-1180 (-393 *4 *5 *6 *7))) (-5 *2 (-584 (-858 *4))) (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-496)) (-4 *4 (-146)) (-14 *5 (-831)) (-14 *6 (-584 (-1091))) (-14 *7 (-1180 (-631 *4))))) (-1896 (*1 *2) (-12 (-5 *2 (-584 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 19 T ELT)) (-3083 (((-584 (-774 |#1|)) $) 88 T ELT)) (-3085 (((-1086 $) $ (-774 |#1|)) 53 T ELT) (((-1086 |#2|) $) 140 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#2| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#2| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#2| (-496)) ELT)) (-2821 (((-695) $) 28 T ELT) (((-695) $ (-584 (-774 |#1|))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#2| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#2| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) 51 T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-3 (-774 |#1|) #1#) $) NIL T ELT)) (-3158 ((|#2| $) 49 T ELT) (((-350 (-485)) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-774 |#1|) $) NIL T ELT)) (-3758 (($ $ $ (-774 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-1941 (($ $ (-584 (-485))) 95 T ELT)) (-3961 (($ $) 81 T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#2|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#2| (-392)) ELT) (($ $ (-774 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#2| (-822)) ELT)) (-1625 (($ $ |#2| |#3| $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-774 |#1|) (-797 (-330))) (|has| |#2| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-774 |#1|) (-797 (-485))) (|has| |#2| (-797 (-485)))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) 66 T ELT)) (-3086 (($ (-1086 |#2|) (-774 |#1|)) 145 T ELT) (($ (-1086 $) (-774 |#1|)) 59 T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) 69 T ELT)) (-2895 (($ |#2| |#3|) 36 T ELT) (($ $ (-774 |#1|) (-695)) 38 T ELT) (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-774 |#1|)) NIL T ELT)) (-2822 ((|#3| $) NIL T ELT) (((-695) $ (-774 |#1|)) 57 T ELT) (((-584 (-695)) $ (-584 (-774 |#1|))) 64 T ELT)) (-1626 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3084 (((-3 (-774 |#1|) #1#) $) 46 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#2| $) 48 T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-774 |#1|)) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) 47 T ELT)) (-1800 ((|#2| $) 138 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#2| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) 151 (|has| |#2| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#2| (-822)) ELT)) (-3468 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-496)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#2| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-774 |#1|) |#2|) 102 T ELT) (($ $ (-584 (-774 |#1|)) (-584 |#2|)) 108 T ELT) (($ $ (-774 |#1|) $) 100 T ELT) (($ $ (-584 (-774 |#1|)) (-584 $)) 126 T ELT)) (-3759 (($ $ (-774 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-3760 (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|))) NIL T ELT) (($ $ (-774 |#1|)) 60 T ELT)) (-3950 ((|#3| $) 80 T ELT) (((-695) $ (-774 |#1|)) 43 T ELT) (((-584 (-695)) $ (-584 (-774 |#1|))) 63 T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-774 |#1|) (-554 (-801 (-330)))) (|has| |#2| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-774 |#1|) (-554 (-801 (-485)))) (|has| |#2| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-774 |#1|) (-554 (-474))) (|has| |#2| (-554 (-474)))) ELT)) (-2819 ((|#2| $) 147 (|has| |#2| (-392)) ELT) (($ $ (-774 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-822))) ELT)) (-3948 (((-773) $) 175 T ELT) (($ (-485)) NIL T ELT) (($ |#2|) 101 T ELT) (($ (-774 |#1|)) 40 T ELT) (($ (-350 (-485))) NIL (OR (|has| |#2| (-38 (-350 (-485)))) (|has| |#2| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#2| (-496)) ELT)) (-3819 (((-584 |#2|) $) NIL T ELT)) (-3679 ((|#2| $ |#3|) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-822))) (|has| |#2| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#2| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#2| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 32 T CONST)) (-2671 (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|))) NIL T ELT) (($ $ (-774 |#1|)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#2|) 77 (|has| |#2| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 133 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 131 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 37 T ELT) (($ $ (-350 (-485))) NIL (|has| |#2| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#2| (-38 (-350 (-485)))) ELT) (($ |#2| $) 76 T ELT) (($ $ |#2|) NIL T ELT)))
+(((-394 |#1| |#2| |#3|) (-13 (-862 |#2| |#3| (-774 |#1|)) (-10 -8 (-15 -1941 ($ $ (-584 (-485)))))) (-584 (-1091)) (-962) (-196 (-3959 |#1|) (-695))) (T -394))
+((-1941 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-485))) (-14 *3 (-584 (-1091))) (-5 *1 (-394 *3 *4 *5)) (-4 *4 (-962)) (-4 *5 (-196 (-3959 *3) (-695))))))
+((-1915 (((-85) |#1| (-584 |#2|)) 90 T ELT)) (-1913 (((-3 (-1180 (-584 |#2|)) #1="failed") (-695) |#1| (-584 |#2|)) 99 T ELT)) (-1914 (((-3 (-584 |#2|) #1#) |#2| |#1| (-1180 (-584 |#2|))) 101 T ELT)) (-2038 ((|#2| |#2| |#1|) 35 T ELT)) (-1912 (((-695) |#2| (-584 |#2|)) 26 T ELT)))
+(((-395 |#1| |#2|) (-10 -7 (-15 -2038 (|#2| |#2| |#1|)) (-15 -1912 ((-695) |#2| (-584 |#2|))) (-15 -1913 ((-3 (-1180 (-584 |#2|)) #1="failed") (-695) |#1| (-584 |#2|))) (-15 -1914 ((-3 (-584 |#2|) #1#) |#2| |#1| (-1180 (-584 |#2|)))) (-15 -1915 ((-85) |#1| (-584 |#2|)))) (-258) (-1156 |#1|)) (T -395))
+((-1915 (*1 *2 *3 *4) (-12 (-5 *4 (-584 *5)) (-4 *5 (-1156 *3)) (-4 *3 (-258)) (-5 *2 (-85)) (-5 *1 (-395 *3 *5)))) (-1914 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1180 (-584 *3))) (-4 *4 (-258)) (-5 *2 (-584 *3)) (-5 *1 (-395 *4 *3)) (-4 *3 (-1156 *4)))) (-1913 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-695)) (-4 *4 (-258)) (-4 *6 (-1156 *4)) (-5 *2 (-1180 (-584 *6))) (-5 *1 (-395 *4 *6)) (-5 *5 (-584 *6)))) (-1912 (*1 *2 *3 *4) (-12 (-5 *4 (-584 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-258)) (-5 *2 (-695)) (-5 *1 (-395 *5 *3)))) (-2038 (*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-5 *1 (-395 *3 *2)) (-4 *2 (-1156 *3)))))
+((-3734 (((-348 |#5|) |#5|) 24 T ELT)))
+(((-396 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3734 ((-348 |#5|) |#5|))) (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ "failed") (-1091))))) (-718) (-496) (-496) (-862 |#4| |#2| |#1|)) (T -396))
+((-3734 (*1 *2 *3) (-12 (-4 *4 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ "failed") (-1091)))))) (-4 *5 (-718)) (-4 *7 (-496)) (-5 *2 (-348 *3)) (-5 *1 (-396 *4 *5 *6 *7 *3)) (-4 *6 (-496)) (-4 *3 (-862 *7 *5 *4)))))
+((-2702 ((|#3|) 43 T ELT)) (-2710 (((-1086 |#4|) (-1086 |#4|) (-1086 |#4|)) 34 T ELT)))
+(((-397 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2710 ((-1086 |#4|) (-1086 |#4|) (-1086 |#4|))) (-15 -2702 (|#3|))) (-718) (-757) (-822) (-862 |#3| |#1| |#2|)) (T -397))
+((-2702 (*1 *2) (-12 (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-822)) (-5 *1 (-397 *3 *4 *2 *5)) (-4 *5 (-862 *2 *3 *4)))) (-2710 (*1 *2 *2 *2) (-12 (-5 *2 (-1086 *6)) (-4 *6 (-862 *5 *3 *4)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *5 (-822)) (-5 *1 (-397 *3 *4 *5 *6)))))
+((-3734 (((-348 (-1086 |#1|)) (-1086 |#1|)) 43 T ELT)))
+(((-398 |#1|) (-10 -7 (-15 -3734 ((-348 (-1086 |#1|)) (-1086 |#1|)))) (-258)) (T -398))
+((-3734 (*1 *2 *3) (-12 (-4 *4 (-258)) (-5 *2 (-348 (-1086 *4))) (-5 *1 (-398 *4)) (-5 *3 (-1086 *4)))))
+((-3731 (((-51) |#2| (-1091) (-249 |#2|) (-1147 (-695))) 44 T ELT) (((-51) (-1 |#2| (-485)) (-249 |#2|) (-1147 (-695))) 43 T ELT) (((-51) |#2| (-1091) (-249 |#2|)) 36 T ELT) (((-51) (-1 |#2| (-485)) (-249 |#2|)) 29 T ELT)) (-3820 (((-51) |#2| (-1091) (-249 |#2|) (-1147 (-350 (-485))) (-350 (-485))) 88 T ELT) (((-51) (-1 |#2| (-350 (-485))) (-249 |#2|) (-1147 (-350 (-485))) (-350 (-485))) 87 T ELT) (((-51) |#2| (-1091) (-249 |#2|) (-1147 (-485))) 86 T ELT) (((-51) (-1 |#2| (-485)) (-249 |#2|) (-1147 (-485))) 85 T ELT) (((-51) |#2| (-1091) (-249 |#2|)) 80 T ELT) (((-51) (-1 |#2| (-485)) (-249 |#2|)) 79 T ELT)) (-3784 (((-51) |#2| (-1091) (-249 |#2|) (-1147 (-350 (-485))) (-350 (-485))) 74 T ELT) (((-51) (-1 |#2| (-350 (-485))) (-249 |#2|) (-1147 (-350 (-485))) (-350 (-485))) 72 T ELT)) (-3781 (((-51) |#2| (-1091) (-249 |#2|) (-1147 (-485))) 51 T ELT) (((-51) (-1 |#2| (-485)) (-249 |#2|) (-1147 (-485))) 50 T ELT)))
+(((-399 |#1| |#2|) (-10 -7 (-15 -3731 ((-51) (-1 |#2| (-485)) (-249 |#2|))) (-15 -3731 ((-51) |#2| (-1091) (-249 |#2|))) (-15 -3731 ((-51) (-1 |#2| (-485)) (-249 |#2|) (-1147 (-695)))) (-15 -3731 ((-51) |#2| (-1091) (-249 |#2|) (-1147 (-695)))) (-15 -3781 ((-51) (-1 |#2| (-485)) (-249 |#2|) (-1147 (-485)))) (-15 -3781 ((-51) |#2| (-1091) (-249 |#2|) (-1147 (-485)))) (-15 -3784 ((-51) (-1 |#2| (-350 (-485))) (-249 |#2|) (-1147 (-350 (-485))) (-350 (-485)))) (-15 -3784 ((-51) |#2| (-1091) (-249 |#2|) (-1147 (-350 (-485))) (-350 (-485)))) (-15 -3820 ((-51) (-1 |#2| (-485)) (-249 |#2|))) (-15 -3820 ((-51) |#2| (-1091) (-249 |#2|))) (-15 -3820 ((-51) (-1 |#2| (-485)) (-249 |#2|) (-1147 (-485)))) (-15 -3820 ((-51) |#2| (-1091) (-249 |#2|) (-1147 (-485)))) (-15 -3820 ((-51) (-1 |#2| (-350 (-485))) (-249 |#2|) (-1147 (-350 (-485))) (-350 (-485)))) (-15 -3820 ((-51) |#2| (-1091) (-249 |#2|) (-1147 (-350 (-485))) (-350 (-485))))) (-13 (-496) (-951 (-485)) (-581 (-485))) (-13 (-27) (-1116) (-364 |#1|))) (T -399))
+((-3820 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-5 *6 (-1147 (-350 (-485)))) (-5 *7 (-350 (-485))) (-4 *3 (-13 (-27) (-1116) (-364 *8))) (-4 *8 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *8 *3)))) (-3820 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-350 (-485)))) (-5 *4 (-249 *8)) (-5 *5 (-1147 (-350 (-485)))) (-5 *6 (-350 (-485))) (-4 *8 (-13 (-27) (-1116) (-364 *7))) (-4 *7 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *7 *8)))) (-3820 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-5 *6 (-1147 (-485))) (-4 *3 (-13 (-27) (-1116) (-364 *7))) (-4 *7 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *7 *3)))) (-3820 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-485))) (-5 *4 (-249 *7)) (-5 *5 (-1147 (-485))) (-4 *7 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *6 *7)))) (-3820 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *6 *3)))) (-3820 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-485))) (-5 *4 (-249 *6)) (-4 *6 (-13 (-27) (-1116) (-364 *5))) (-4 *5 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *5 *6)))) (-3784 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-5 *6 (-1147 (-350 (-485)))) (-5 *7 (-350 (-485))) (-4 *3 (-13 (-27) (-1116) (-364 *8))) (-4 *8 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *8 *3)))) (-3784 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-350 (-485)))) (-5 *4 (-249 *8)) (-5 *5 (-1147 (-350 (-485)))) (-5 *6 (-350 (-485))) (-4 *8 (-13 (-27) (-1116) (-364 *7))) (-4 *7 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *7 *8)))) (-3781 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-5 *6 (-1147 (-485))) (-4 *3 (-13 (-27) (-1116) (-364 *7))) (-4 *7 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *7 *3)))) (-3781 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-485))) (-5 *4 (-249 *7)) (-5 *5 (-1147 (-485))) (-4 *7 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *6 *7)))) (-3731 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-5 *6 (-1147 (-695))) (-4 *3 (-13 (-27) (-1116) (-364 *7))) (-4 *7 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *7 *3)))) (-3731 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-485))) (-5 *4 (-249 *7)) (-5 *5 (-1147 (-695))) (-4 *7 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *6 *7)))) (-3731 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *6 *3)))) (-3731 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-485))) (-5 *4 (-249 *6)) (-4 *6 (-13 (-27) (-1116) (-364 *5))) (-4 *5 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51)) (-5 *1 (-399 *5 *6)))))
+((-2038 ((|#2| |#2| |#1|) 15 T ELT)) (-1917 (((-584 |#2|) |#2| (-584 |#2|) |#1| (-831)) 82 T ELT)) (-1916 (((-2 (|:| |plist| (-584 |#2|)) (|:| |modulo| |#1|)) |#2| (-584 |#2|) |#1| (-831)) 71 T ELT)))
+(((-400 |#1| |#2|) (-10 -7 (-15 -1916 ((-2 (|:| |plist| (-584 |#2|)) (|:| |modulo| |#1|)) |#2| (-584 |#2|) |#1| (-831))) (-15 -1917 ((-584 |#2|) |#2| (-584 |#2|) |#1| (-831))) (-15 -2038 (|#2| |#2| |#1|))) (-258) (-1156 |#1|)) (T -400))
+((-2038 (*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-5 *1 (-400 *3 *2)) (-4 *2 (-1156 *3)))) (-1917 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-584 *3)) (-5 *5 (-831)) (-4 *3 (-1156 *4)) (-4 *4 (-258)) (-5 *1 (-400 *4 *3)))) (-1916 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-831)) (-4 *5 (-258)) (-4 *3 (-1156 *5)) (-5 *2 (-2 (|:| |plist| (-584 *3)) (|:| |modulo| *5))) (-5 *1 (-400 *5 *3)) (-5 *4 (-584 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 28 T ELT)) (-3709 (($ |#3|) 25 T ELT)) (-1313 (((-3 $ "failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) 32 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-1918 (($ |#2| |#4| $) 33 T ELT)) (-2895 (($ |#2| (-651 |#3| |#4| |#5|)) 24 T ELT)) (-2896 (((-651 |#3| |#4| |#5|) $) 15 T ELT)) (-1920 ((|#3| $) 19 T ELT)) (-1921 ((|#4| $) 17 T ELT)) (-3176 ((|#2| $) 29 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1919 (($ |#2| |#3| |#4|) 26 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 36 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 34 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ |#6| $) 40 T ELT) (($ $ |#6|) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
+(((-401 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-655 |#6|) (-655 |#2|) (-10 -8 (-15 -3176 (|#2| $)) (-15 -2896 ((-651 |#3| |#4| |#5|) $)) (-15 -1921 (|#4| $)) (-15 -1920 (|#3| $)) (-15 -3961 ($ $)) (-15 -2895 ($ |#2| (-651 |#3| |#4| |#5|))) (-15 -3709 ($ |#3|)) (-15 -1919 ($ |#2| |#3| |#4|)) (-15 -1918 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-584 (-1091)) (-146) (-757) (-196 (-3959 |#1|) (-695)) (-1 (-85) (-2 (|:| -2401 |#3|) (|:| -2402 |#4|)) (-2 (|:| -2401 |#3|) (|:| -2402 |#4|))) (-862 |#2| |#4| (-774 |#1|))) (T -401))
+((* (*1 *1 *2 *1) (-12 (-14 *3 (-584 (-1091))) (-4 *4 (-146)) (-4 *6 (-196 (-3959 *3) (-695))) (-14 *7 (-1 (-85) (-2 (|:| -2401 *5) (|:| -2402 *6)) (-2 (|:| -2401 *5) (|:| -2402 *6)))) (-5 *1 (-401 *3 *4 *5 *6 *7 *2)) (-4 *5 (-757)) (-4 *2 (-862 *4 *6 (-774 *3))))) (-3176 (*1 *2 *1) (-12 (-14 *3 (-584 (-1091))) (-4 *5 (-196 (-3959 *3) (-695))) (-14 *6 (-1 (-85) (-2 (|:| -2401 *4) (|:| -2402 *5)) (-2 (|:| -2401 *4) (|:| -2402 *5)))) (-4 *2 (-146)) (-5 *1 (-401 *3 *2 *4 *5 *6 *7)) (-4 *4 (-757)) (-4 *7 (-862 *2 *5 (-774 *3))))) (-2896 (*1 *2 *1) (-12 (-14 *3 (-584 (-1091))) (-4 *4 (-146)) (-4 *6 (-196 (-3959 *3) (-695))) (-14 *7 (-1 (-85) (-2 (|:| -2401 *5) (|:| -2402 *6)) (-2 (|:| -2401 *5) (|:| -2402 *6)))) (-5 *2 (-651 *5 *6 *7)) (-5 *1 (-401 *3 *4 *5 *6 *7 *8)) (-4 *5 (-757)) (-4 *8 (-862 *4 *6 (-774 *3))))) (-1921 (*1 *2 *1) (-12 (-14 *3 (-584 (-1091))) (-4 *4 (-146)) (-14 *6 (-1 (-85) (-2 (|:| -2401 *5) (|:| -2402 *2)) (-2 (|:| -2401 *5) (|:| -2402 *2)))) (-4 *2 (-196 (-3959 *3) (-695))) (-5 *1 (-401 *3 *4 *5 *2 *6 *7)) (-4 *5 (-757)) (-4 *7 (-862 *4 *2 (-774 *3))))) (-1920 (*1 *2 *1) (-12 (-14 *3 (-584 (-1091))) (-4 *4 (-146)) (-4 *5 (-196 (-3959 *3) (-695))) (-14 *6 (-1 (-85) (-2 (|:| -2401 *2) (|:| -2402 *5)) (-2 (|:| -2401 *2) (|:| -2402 *5)))) (-4 *2 (-757)) (-5 *1 (-401 *3 *4 *2 *5 *6 *7)) (-4 *7 (-862 *4 *5 (-774 *3))))) (-3961 (*1 *1 *1) (-12 (-14 *2 (-584 (-1091))) (-4 *3 (-146)) (-4 *5 (-196 (-3959 *2) (-695))) (-14 *6 (-1 (-85) (-2 (|:| -2401 *4) (|:| -2402 *5)) (-2 (|:| -2401 *4) (|:| -2402 *5)))) (-5 *1 (-401 *2 *3 *4 *5 *6 *7)) (-4 *4 (-757)) (-4 *7 (-862 *3 *5 (-774 *2))))) (-2895 (*1 *1 *2 *3) (-12 (-5 *3 (-651 *5 *6 *7)) (-4 *5 (-757)) (-4 *6 (-196 (-3959 *4) (-695))) (-14 *7 (-1 (-85) (-2 (|:| -2401 *5) (|:| -2402 *6)) (-2 (|:| -2401 *5) (|:| -2402 *6)))) (-14 *4 (-584 (-1091))) (-4 *2 (-146)) (-5 *1 (-401 *4 *2 *5 *6 *7 *8)) (-4 *8 (-862 *2 *6 (-774 *4))))) (-3709 (*1 *1 *2) (-12 (-14 *3 (-584 (-1091))) (-4 *4 (-146)) (-4 *5 (-196 (-3959 *3) (-695))) (-14 *6 (-1 (-85) (-2 (|:| -2401 *2) (|:| -2402 *5)) (-2 (|:| -2401 *2) (|:| -2402 *5)))) (-5 *1 (-401 *3 *4 *2 *5 *6 *7)) (-4 *2 (-757)) (-4 *7 (-862 *4 *5 (-774 *3))))) (-1919 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-584 (-1091))) (-4 *2 (-146)) (-4 *4 (-196 (-3959 *5) (-695))) (-14 *6 (-1 (-85) (-2 (|:| -2401 *3) (|:| -2402 *4)) (-2 (|:| -2401 *3) (|:| -2402 *4)))) (-5 *1 (-401 *5 *2 *3 *4 *6 *7)) (-4 *3 (-757)) (-4 *7 (-862 *2 *4 (-774 *5))))) (-1918 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-584 (-1091))) (-4 *2 (-146)) (-4 *3 (-196 (-3959 *4) (-695))) (-14 *6 (-1 (-85) (-2 (|:| -2401 *5) (|:| -2402 *3)) (-2 (|:| -2401 *5) (|:| -2402 *3)))) (-5 *1 (-401 *4 *2 *5 *3 *6 *7)) (-4 *5 (-757)) (-4 *7 (-862 *2 *3 (-774 *4))))))
+((-1922 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 39 T ELT)))
+(((-402 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1922 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-718) (-757) (-496) (-862 |#3| |#1| |#2|) (-13 (-951 (-350 (-485))) (-312) (-10 -8 (-15 -3948 ($ |#4|)) (-15 -3000 (|#4| $)) (-15 -2999 (|#4| $))))) (T -402))
+((-1922 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-757)) (-4 *5 (-718)) (-4 *6 (-496)) (-4 *7 (-862 *6 *5 *3)) (-5 *1 (-402 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-951 (-350 (-485))) (-312) (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3083 (((-584 |#3|) $) 40 T ELT)) (-2910 (((-85) $) NIL T ELT)) (-2901 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3712 (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-3726 (($) NIL T CONST)) (-2906 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) NIL (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) NIL (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ #1="failed") (-584 |#4|)) 48 T ELT)) (-3158 (($ (-584 |#4|)) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-3408 (($ |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT) (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-496)) ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT)) (-3182 ((|#3| $) 46 T ELT)) (-2610 (((-584 |#4|) $) 14 T ELT)) (-3247 (((-85) |#4| $) 25 (|has| |#4| (-72)) ELT)) (-3328 (($ (-1 |#4| |#4|) $) 22 T ELT)) (-3960 (($ (-1 |#4| |#4|) $) 20 T ELT)) (-2916 (((-584 |#3|) $) NIL T ELT)) (-2915 (((-85) |#3| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-496)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1355 (((-3 |#4| #1#) (-1 (-85) |#4|) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 38 T ELT)) (-3567 (($) 17 T ELT)) (-1731 (((-695) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) NIL T ELT)) (-3402 (($ $) 16 T ELT)) (-3974 (((-474) $) NIL (|has| |#4| (-554 (-474))) ELT) (($ (-584 |#4|)) 50 T ELT)) (-3532 (($ (-584 |#4|)) 13 T ELT)) (-2912 (($ $ |#3|) NIL T ELT)) (-2914 (($ $ |#3|) NIL T ELT)) (-2913 (($ $ |#3|) NIL T ELT)) (-3948 (((-773) $) 37 T ELT) (((-584 |#4|) $) 49 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3058 (((-85) $ $) 29 T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-403 |#1| |#2| |#3| |#4|) (-13 (-890 |#1| |#2| |#3| |#4|) (-1036 |#4|) (-10 -8 (-15 -3974 ($ (-584 |#4|))))) (-962) (-718) (-757) (-978 |#1| |#2| |#3|)) (T -403))
+((-3974 (*1 *1 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-403 *3 *4 *5 *6)))))
+((-2662 (($) 11 T CONST)) (-2668 (($) 13 T CONST)) (* (($ |#2| $) 15 T ELT) (($ $ |#2|) 16 T ELT)))
+(((-404 |#1| |#2| |#3|) (-10 -7 (-15 -2668 (|#1|) -3954) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -2662 (|#1|) -3954)) (-405 |#2| |#3|) (-146) (-23)) (T -404))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3159 (((-3 |#1| "failed") $) 30 T ELT)) (-3158 ((|#1| $) 31 T ELT)) (-3946 (($ $ $) 27 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3950 ((|#2| $) 23 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ |#1|) 29 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 22 T CONST)) (-2668 (($) 28 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 19 T ELT) (($ $ $) 17 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
(((-405 |#1| |#2|) (-113) (-146) (-23)) (T -405))
-((-2667 (*1 *1) (-12 (-4 *1 (-405 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (-3945 (*1 *1 *1 *1) (-12 (-4 *1 (-405 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))))
-(-13 (-410 |t#1| |t#2|) (-950 |t#1|) (-10 -8 (-15 -2667 ($) -3953) (-15 -3945 ($ $ $))))
-(((-72) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-410 |#1| |#2|) . T) ((-13) . T) ((-950 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-1922 (((-1179 (-1179 (-484))) (-1179 (-1179 (-484))) (-830)) 26 T ELT)) (-1923 (((-1179 (-1179 (-484))) (-830)) 21 T ELT)))
-(((-406) (-10 -7 (-15 -1922 ((-1179 (-1179 (-484))) (-1179 (-1179 (-484))) (-830))) (-15 -1923 ((-1179 (-1179 (-484))) (-830))))) (T -406))
-((-1923 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1179 (-1179 (-484)))) (-5 *1 (-406)))) (-1922 (*1 *2 *2 *3) (-12 (-5 *2 (-1179 (-1179 (-484)))) (-5 *3 (-830)) (-5 *1 (-406)))))
-((-2771 (((-484) (-484)) 32 T ELT) (((-484)) 24 T ELT)) (-2775 (((-484) (-484)) 28 T ELT) (((-484)) 20 T ELT)) (-2773 (((-484) (-484)) 30 T ELT) (((-484)) 22 T ELT)) (-1925 (((-85) (-85)) 14 T ELT) (((-85)) 12 T ELT)) (-1924 (((-85) (-85)) 13 T ELT) (((-85)) 11 T ELT)) (-1926 (((-85) (-85)) 26 T ELT) (((-85)) 17 T ELT)))
-(((-407) (-10 -7 (-15 -1924 ((-85))) (-15 -1925 ((-85))) (-15 -1924 ((-85) (-85))) (-15 -1925 ((-85) (-85))) (-15 -1926 ((-85))) (-15 -2773 ((-484))) (-15 -2775 ((-484))) (-15 -2771 ((-484))) (-15 -1926 ((-85) (-85))) (-15 -2773 ((-484) (-484))) (-15 -2775 ((-484) (-484))) (-15 -2771 ((-484) (-484))))) (T -407))
-((-2771 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407)))) (-2775 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407)))) (-2773 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407)))) (-1926 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))) (-2771 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407)))) (-2775 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407)))) (-2773 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407)))) (-1926 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))) (-1925 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))) (-1924 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))) (-1925 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))) (-1924 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3852 (((-583 (-330)) $) 34 T ELT) (((-583 (-330)) $ (-583 (-330))) 145 T ELT)) (-1931 (((-583 (-1001 (-330))) $) 16 T ELT) (((-583 (-1001 (-330))) $ (-583 (-1001 (-330)))) 142 T ELT)) (-1928 (((-583 (-583 (-854 (-179)))) (-583 (-583 (-854 (-179)))) (-583 (-783))) 58 T ELT)) (-1932 (((-583 (-583 (-854 (-179)))) $) 137 T ELT)) (-3707 (((-1185) $ (-854 (-179)) (-783)) 162 T ELT)) (-1933 (($ $) 136 T ELT) (($ (-583 (-583 (-854 (-179))))) 148 T ELT) (($ (-583 (-583 (-854 (-179)))) (-583 (-783)) (-583 (-783)) (-583 (-830))) 147 T ELT) (($ (-583 (-583 (-854 (-179)))) (-583 (-783)) (-583 (-783)) (-583 (-830)) (-583 (-221))) 149 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3861 (((-484) $) 110 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1934 (($) 146 T ELT)) (-1927 (((-583 (-179)) (-583 (-583 (-854 (-179))))) 89 T ELT)) (-1930 (((-1185) $ (-583 (-854 (-179))) (-783) (-783) (-830)) 154 T ELT) (((-1185) $ (-854 (-179))) 156 T ELT) (((-1185) $ (-854 (-179)) (-783) (-783) (-830)) 155 T ELT)) (-3947 (((-772) $) 168 T ELT) (($ (-583 (-583 (-854 (-179))))) 163 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1929 (((-1185) $ (-854 (-179))) 161 T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-408) (-13 (-1013) (-10 -8 (-15 -1934 ($)) (-15 -1933 ($ $)) (-15 -1933 ($ (-583 (-583 (-854 (-179)))))) (-15 -1933 ($ (-583 (-583 (-854 (-179)))) (-583 (-783)) (-583 (-783)) (-583 (-830)))) (-15 -1933 ($ (-583 (-583 (-854 (-179)))) (-583 (-783)) (-583 (-783)) (-583 (-830)) (-583 (-221)))) (-15 -1932 ((-583 (-583 (-854 (-179)))) $)) (-15 -3861 ((-484) $)) (-15 -1931 ((-583 (-1001 (-330))) $)) (-15 -1931 ((-583 (-1001 (-330))) $ (-583 (-1001 (-330))))) (-15 -3852 ((-583 (-330)) $)) (-15 -3852 ((-583 (-330)) $ (-583 (-330)))) (-15 -1930 ((-1185) $ (-583 (-854 (-179))) (-783) (-783) (-830))) (-15 -1930 ((-1185) $ (-854 (-179)))) (-15 -1930 ((-1185) $ (-854 (-179)) (-783) (-783) (-830))) (-15 -1929 ((-1185) $ (-854 (-179)))) (-15 -3707 ((-1185) $ (-854 (-179)) (-783))) (-15 -3947 ($ (-583 (-583 (-854 (-179)))))) (-15 -3947 ((-772) $)) (-15 -1928 ((-583 (-583 (-854 (-179)))) (-583 (-583 (-854 (-179)))) (-583 (-783)))) (-15 -1927 ((-583 (-179)) (-583 (-583 (-854 (-179))))))))) (T -408))
-((-3947 (*1 *2 *1) (-12 (-5 *2 (-772)) (-5 *1 (-408)))) (-1934 (*1 *1) (-5 *1 (-408))) (-1933 (*1 *1 *1) (-5 *1 (-408))) (-1933 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *1 (-408)))) (-1933 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *3 (-583 (-783))) (-5 *4 (-583 (-830))) (-5 *1 (-408)))) (-1933 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *3 (-583 (-783))) (-5 *4 (-583 (-830))) (-5 *5 (-583 (-221))) (-5 *1 (-408)))) (-1932 (*1 *2 *1) (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *1 (-408)))) (-3861 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-408)))) (-1931 (*1 *2 *1) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *1 (-408)))) (-1931 (*1 *2 *1 *2) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *1 (-408)))) (-3852 (*1 *2 *1) (-12 (-5 *2 (-583 (-330))) (-5 *1 (-408)))) (-3852 (*1 *2 *1 *2) (-12 (-5 *2 (-583 (-330))) (-5 *1 (-408)))) (-1930 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-583 (-854 (-179)))) (-5 *4 (-783)) (-5 *5 (-830)) (-5 *2 (-1185)) (-5 *1 (-408)))) (-1930 (*1 *2 *1 *3) (-12 (-5 *3 (-854 (-179))) (-5 *2 (-1185)) (-5 *1 (-408)))) (-1930 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-854 (-179))) (-5 *4 (-783)) (-5 *5 (-830)) (-5 *2 (-1185)) (-5 *1 (-408)))) (-1929 (*1 *2 *1 *3) (-12 (-5 *3 (-854 (-179))) (-5 *2 (-1185)) (-5 *1 (-408)))) (-3707 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-854 (-179))) (-5 *4 (-783)) (-5 *2 (-1185)) (-5 *1 (-408)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *1 (-408)))) (-1928 (*1 *2 *2 *3) (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *3 (-583 (-783))) (-5 *1 (-408)))) (-1927 (*1 *2 *3) (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *2 (-583 (-179))) (-5 *1 (-408)))))
-((-3838 (($ $) NIL T ELT) (($ $ $) 11 T ELT)))
-(((-409 |#1| |#2| |#3|) (-10 -7 (-15 -3838 (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1|))) (-410 |#2| |#3|) (-146) (-23)) (T -409))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3949 ((|#2| $) 23 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 22 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 19 T ELT) (($ $ $) 17 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
+((-2668 (*1 *1) (-12 (-4 *1 (-405 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (-3946 (*1 *1 *1 *1) (-12 (-4 *1 (-405 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))))
+(-13 (-410 |t#1| |t#2|) (-951 |t#1|) (-10 -8 (-15 -2668 ($) -3954) (-15 -3946 ($ $ $))))
+(((-72) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-410 |#1| |#2|) . T) ((-13) . T) ((-951 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-1923 (((-1180 (-1180 (-485))) (-1180 (-1180 (-485))) (-831)) 26 T ELT)) (-1924 (((-1180 (-1180 (-485))) (-831)) 21 T ELT)))
+(((-406) (-10 -7 (-15 -1923 ((-1180 (-1180 (-485))) (-1180 (-1180 (-485))) (-831))) (-15 -1924 ((-1180 (-1180 (-485))) (-831))))) (T -406))
+((-1924 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1180 (-1180 (-485)))) (-5 *1 (-406)))) (-1923 (*1 *2 *2 *3) (-12 (-5 *2 (-1180 (-1180 (-485)))) (-5 *3 (-831)) (-5 *1 (-406)))))
+((-2772 (((-485) (-485)) 32 T ELT) (((-485)) 24 T ELT)) (-2776 (((-485) (-485)) 28 T ELT) (((-485)) 20 T ELT)) (-2774 (((-485) (-485)) 30 T ELT) (((-485)) 22 T ELT)) (-1926 (((-85) (-85)) 14 T ELT) (((-85)) 12 T ELT)) (-1925 (((-85) (-85)) 13 T ELT) (((-85)) 11 T ELT)) (-1927 (((-85) (-85)) 26 T ELT) (((-85)) 17 T ELT)))
+(((-407) (-10 -7 (-15 -1925 ((-85))) (-15 -1926 ((-85))) (-15 -1925 ((-85) (-85))) (-15 -1926 ((-85) (-85))) (-15 -1927 ((-85))) (-15 -2774 ((-485))) (-15 -2776 ((-485))) (-15 -2772 ((-485))) (-15 -1927 ((-85) (-85))) (-15 -2774 ((-485) (-485))) (-15 -2776 ((-485) (-485))) (-15 -2772 ((-485) (-485))))) (T -407))
+((-2772 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407)))) (-2776 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407)))) (-2774 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407)))) (-1927 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))) (-2772 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407)))) (-2776 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407)))) (-2774 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407)))) (-1927 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))) (-1926 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))) (-1925 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))) (-1926 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))) (-1925 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3853 (((-584 (-330)) $) 34 T ELT) (((-584 (-330)) $ (-584 (-330))) 145 T ELT)) (-1932 (((-584 (-1002 (-330))) $) 16 T ELT) (((-584 (-1002 (-330))) $ (-584 (-1002 (-330)))) 142 T ELT)) (-1929 (((-584 (-584 (-855 (-179)))) (-584 (-584 (-855 (-179)))) (-584 (-784))) 58 T ELT)) (-1933 (((-584 (-584 (-855 (-179)))) $) 137 T ELT)) (-3708 (((-1186) $ (-855 (-179)) (-784)) 162 T ELT)) (-1934 (($ $) 136 T ELT) (($ (-584 (-584 (-855 (-179))))) 148 T ELT) (($ (-584 (-584 (-855 (-179)))) (-584 (-784)) (-584 (-784)) (-584 (-831))) 147 T ELT) (($ (-584 (-584 (-855 (-179)))) (-584 (-784)) (-584 (-784)) (-584 (-831)) (-584 (-221))) 149 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3862 (((-485) $) 110 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1935 (($) 146 T ELT)) (-1928 (((-584 (-179)) (-584 (-584 (-855 (-179))))) 89 T ELT)) (-1931 (((-1186) $ (-584 (-855 (-179))) (-784) (-784) (-831)) 154 T ELT) (((-1186) $ (-855 (-179))) 156 T ELT) (((-1186) $ (-855 (-179)) (-784) (-784) (-831)) 155 T ELT)) (-3948 (((-773) $) 168 T ELT) (($ (-584 (-584 (-855 (-179))))) 163 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1930 (((-1186) $ (-855 (-179))) 161 T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-408) (-13 (-1014) (-10 -8 (-15 -1935 ($)) (-15 -1934 ($ $)) (-15 -1934 ($ (-584 (-584 (-855 (-179)))))) (-15 -1934 ($ (-584 (-584 (-855 (-179)))) (-584 (-784)) (-584 (-784)) (-584 (-831)))) (-15 -1934 ($ (-584 (-584 (-855 (-179)))) (-584 (-784)) (-584 (-784)) (-584 (-831)) (-584 (-221)))) (-15 -1933 ((-584 (-584 (-855 (-179)))) $)) (-15 -3862 ((-485) $)) (-15 -1932 ((-584 (-1002 (-330))) $)) (-15 -1932 ((-584 (-1002 (-330))) $ (-584 (-1002 (-330))))) (-15 -3853 ((-584 (-330)) $)) (-15 -3853 ((-584 (-330)) $ (-584 (-330)))) (-15 -1931 ((-1186) $ (-584 (-855 (-179))) (-784) (-784) (-831))) (-15 -1931 ((-1186) $ (-855 (-179)))) (-15 -1931 ((-1186) $ (-855 (-179)) (-784) (-784) (-831))) (-15 -1930 ((-1186) $ (-855 (-179)))) (-15 -3708 ((-1186) $ (-855 (-179)) (-784))) (-15 -3948 ($ (-584 (-584 (-855 (-179)))))) (-15 -3948 ((-773) $)) (-15 -1929 ((-584 (-584 (-855 (-179)))) (-584 (-584 (-855 (-179)))) (-584 (-784)))) (-15 -1928 ((-584 (-179)) (-584 (-584 (-855 (-179))))))))) (T -408))
+((-3948 (*1 *2 *1) (-12 (-5 *2 (-773)) (-5 *1 (-408)))) (-1935 (*1 *1) (-5 *1 (-408))) (-1934 (*1 *1 *1) (-5 *1 (-408))) (-1934 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *1 (-408)))) (-1934 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *3 (-584 (-784))) (-5 *4 (-584 (-831))) (-5 *1 (-408)))) (-1934 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *3 (-584 (-784))) (-5 *4 (-584 (-831))) (-5 *5 (-584 (-221))) (-5 *1 (-408)))) (-1933 (*1 *2 *1) (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *1 (-408)))) (-3862 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-408)))) (-1932 (*1 *2 *1) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *1 (-408)))) (-1932 (*1 *2 *1 *2) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *1 (-408)))) (-3853 (*1 *2 *1) (-12 (-5 *2 (-584 (-330))) (-5 *1 (-408)))) (-3853 (*1 *2 *1 *2) (-12 (-5 *2 (-584 (-330))) (-5 *1 (-408)))) (-1931 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-584 (-855 (-179)))) (-5 *4 (-784)) (-5 *5 (-831)) (-5 *2 (-1186)) (-5 *1 (-408)))) (-1931 (*1 *2 *1 *3) (-12 (-5 *3 (-855 (-179))) (-5 *2 (-1186)) (-5 *1 (-408)))) (-1931 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-855 (-179))) (-5 *4 (-784)) (-5 *5 (-831)) (-5 *2 (-1186)) (-5 *1 (-408)))) (-1930 (*1 *2 *1 *3) (-12 (-5 *3 (-855 (-179))) (-5 *2 (-1186)) (-5 *1 (-408)))) (-3708 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-855 (-179))) (-5 *4 (-784)) (-5 *2 (-1186)) (-5 *1 (-408)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *1 (-408)))) (-1929 (*1 *2 *2 *3) (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *3 (-584 (-784))) (-5 *1 (-408)))) (-1928 (*1 *2 *3) (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *2 (-584 (-179))) (-5 *1 (-408)))))
+((-3839 (($ $) NIL T ELT) (($ $ $) 11 T ELT)))
+(((-409 |#1| |#2| |#3|) (-10 -7 (-15 -3839 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|))) (-410 |#2| |#3|) (-146) (-23)) (T -409))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3950 ((|#2| $) 23 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 22 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 19 T ELT) (($ $ $) 17 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
(((-410 |#1| |#2|) (-113) (-146) (-23)) (T -410))
-((-3949 (*1 *2 *1) (-12 (-4 *1 (-410 *3 *2)) (-4 *3 (-146)) (-4 *2 (-23)))) (-2661 (*1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (-3838 (*1 *1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (-3840 (*1 *1 *1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (-3838 (*1 *1 *1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))))
-(-13 (-1013) (-10 -8 (-15 -3949 (|t#2| $)) (-15 -2661 ($) -3953) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -3838 ($ $)) (-15 -3840 ($ $ $)) (-15 -3838 ($ $ $))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-1936 (((-3 (-583 (-421 |#1| |#2|)) "failed") (-583 (-421 |#1| |#2|)) (-583 (-773 |#1|))) 135 T ELT)) (-1935 (((-583 (-583 (-206 |#1| |#2|))) (-583 (-206 |#1| |#2|)) (-583 (-773 |#1|))) 132 T ELT)) (-1937 (((-2 (|:| |dpolys| (-583 (-206 |#1| |#2|))) (|:| |coords| (-583 (-484)))) (-583 (-206 |#1| |#2|)) (-583 (-773 |#1|))) 87 T ELT)))
-(((-411 |#1| |#2| |#3|) (-10 -7 (-15 -1935 ((-583 (-583 (-206 |#1| |#2|))) (-583 (-206 |#1| |#2|)) (-583 (-773 |#1|)))) (-15 -1936 ((-3 (-583 (-421 |#1| |#2|)) "failed") (-583 (-421 |#1| |#2|)) (-583 (-773 |#1|)))) (-15 -1937 ((-2 (|:| |dpolys| (-583 (-206 |#1| |#2|))) (|:| |coords| (-583 (-484)))) (-583 (-206 |#1| |#2|)) (-583 (-773 |#1|))))) (-583 (-1090)) (-392) (-392)) (T -411))
-((-1937 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-773 *5))) (-14 *5 (-583 (-1090))) (-4 *6 (-392)) (-5 *2 (-2 (|:| |dpolys| (-583 (-206 *5 *6))) (|:| |coords| (-583 (-484))))) (-5 *1 (-411 *5 *6 *7)) (-5 *3 (-583 (-206 *5 *6))) (-4 *7 (-392)))) (-1936 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-583 (-421 *4 *5))) (-5 *3 (-583 (-773 *4))) (-14 *4 (-583 (-1090))) (-4 *5 (-392)) (-5 *1 (-411 *4 *5 *6)) (-4 *6 (-392)))) (-1935 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-773 *5))) (-14 *5 (-583 (-1090))) (-4 *6 (-392)) (-5 *2 (-583 (-583 (-206 *5 *6)))) (-5 *1 (-411 *5 *6 *7)) (-5 *3 (-583 (-206 *5 *6))) (-4 *7 (-392)))))
-((-3468 (((-3 $ "failed") $) 11 T ELT)) (-3010 (($ $ $) 22 T ELT)) (-2436 (($ $ $) 23 T ELT)) (-3950 (($ $ $) 9 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) 21 T ELT)))
-(((-412 |#1|) (-10 -7 (-15 -2436 (|#1| |#1| |#1|)) (-15 -3010 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-484))) (-15 -3950 (|#1| |#1| |#1|)) (-15 -3468 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-694))) (-15 ** (|#1| |#1| (-830)))) (-413)) (T -412))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 20 T ELT)) (-2410 (((-85) $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 30 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3010 (($ $ $) 27 T ELT)) (-2436 (($ $ $) 26 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2667 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 29 T ELT)) (** (($ $ (-830)) 17 T ELT) (($ $ (-694)) 21 T ELT) (($ $ (-484)) 28 T ELT)) (* (($ $ $) 18 T ELT)))
+((-3950 (*1 *2 *1) (-12 (-4 *1 (-410 *3 *2)) (-4 *3 (-146)) (-4 *2 (-23)))) (-2662 (*1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (-3839 (*1 *1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (-3841 (*1 *1 *1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))) (-3839 (*1 *1 *1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23)))))
+(-13 (-1014) (-10 -8 (-15 -3950 (|t#2| $)) (-15 -2662 ($) -3954) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -3839 ($ $)) (-15 -3841 ($ $ $)) (-15 -3839 ($ $ $))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-1937 (((-3 (-584 (-421 |#1| |#2|)) "failed") (-584 (-421 |#1| |#2|)) (-584 (-774 |#1|))) 135 T ELT)) (-1936 (((-584 (-584 (-206 |#1| |#2|))) (-584 (-206 |#1| |#2|)) (-584 (-774 |#1|))) 132 T ELT)) (-1938 (((-2 (|:| |dpolys| (-584 (-206 |#1| |#2|))) (|:| |coords| (-584 (-485)))) (-584 (-206 |#1| |#2|)) (-584 (-774 |#1|))) 87 T ELT)))
+(((-411 |#1| |#2| |#3|) (-10 -7 (-15 -1936 ((-584 (-584 (-206 |#1| |#2|))) (-584 (-206 |#1| |#2|)) (-584 (-774 |#1|)))) (-15 -1937 ((-3 (-584 (-421 |#1| |#2|)) "failed") (-584 (-421 |#1| |#2|)) (-584 (-774 |#1|)))) (-15 -1938 ((-2 (|:| |dpolys| (-584 (-206 |#1| |#2|))) (|:| |coords| (-584 (-485)))) (-584 (-206 |#1| |#2|)) (-584 (-774 |#1|))))) (-584 (-1091)) (-392) (-392)) (T -411))
+((-1938 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-774 *5))) (-14 *5 (-584 (-1091))) (-4 *6 (-392)) (-5 *2 (-2 (|:| |dpolys| (-584 (-206 *5 *6))) (|:| |coords| (-584 (-485))))) (-5 *1 (-411 *5 *6 *7)) (-5 *3 (-584 (-206 *5 *6))) (-4 *7 (-392)))) (-1937 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-584 (-421 *4 *5))) (-5 *3 (-584 (-774 *4))) (-14 *4 (-584 (-1091))) (-4 *5 (-392)) (-5 *1 (-411 *4 *5 *6)) (-4 *6 (-392)))) (-1936 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-774 *5))) (-14 *5 (-584 (-1091))) (-4 *6 (-392)) (-5 *2 (-584 (-584 (-206 *5 *6)))) (-5 *1 (-411 *5 *6 *7)) (-5 *3 (-584 (-206 *5 *6))) (-4 *7 (-392)))))
+((-3469 (((-3 $ "failed") $) 11 T ELT)) (-3011 (($ $ $) 22 T ELT)) (-2437 (($ $ $) 23 T ELT)) (-3951 (($ $ $) 9 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) 21 T ELT)))
+(((-412 |#1|) (-10 -7 (-15 -2437 (|#1| |#1| |#1|)) (-15 -3011 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-485))) (-15 -3951 (|#1| |#1| |#1|)) (-15 -3469 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-695))) (-15 ** (|#1| |#1| (-831)))) (-413)) (T -412))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 20 T ELT)) (-2411 (((-85) $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 30 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3011 (($ $ $) 27 T ELT)) (-2437 (($ $ $) 26 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2668 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 29 T ELT)) (** (($ $ (-831)) 17 T ELT) (($ $ (-695)) 21 T ELT) (($ $ (-485)) 28 T ELT)) (* (($ $ $) 18 T ELT)))
(((-413) (-113)) (T -413))
-((-2485 (*1 *1 *1) (-4 *1 (-413))) (-3950 (*1 *1 *1 *1) (-4 *1 (-413))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-413)) (-5 *2 (-484)))) (-3010 (*1 *1 *1 *1) (-4 *1 (-413))) (-2436 (*1 *1 *1 *1) (-4 *1 (-413))))
-(-13 (-663) (-10 -8 (-15 -2485 ($ $)) (-15 -3950 ($ $ $)) (-15 ** ($ $ (-484))) (-6 -3993) (-15 -3010 ($ $ $)) (-15 -2436 ($ $ $))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-663) . T) ((-1025) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) 18 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-350 (-484))) NIL T ELT) (($ $ (-350 (-484)) (-350 (-484))) NIL T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|))) $) NIL T ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-694) (-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|)))) NIL T ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-2893 (((-85) $) NIL T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-350 (-484)) $) NIL T ELT) (((-350 (-484)) $ (-350 (-484))) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3778 (($ $ (-830)) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-350 (-484))) NIL T ELT) (($ $ (-994) (-350 (-484))) NIL T ELT) (($ $ (-583 (-994)) (-583 (-350 (-484)))) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3943 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3813 (($ $) 29 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) 35 (OR (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))))) ELT) (($ $ (-1176 |#2|)) 30 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-350 (-484))) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-350 (-484))) NIL T ELT) (($ $ $) NIL (|has| (-350 (-484)) (-1025)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1090)) 28 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) 14 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-1176 |#2|)) 16 T ELT)) (-3949 (((-350 (-484)) $) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-1176 |#2|)) NIL T ELT) (($ (-1160 |#1| |#2| |#3|)) 9 T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3678 ((|#1| $ (-350 (-484))) NIL T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-3774 ((|#1| $) 21 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-350 (-484))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-1176 |#2|)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) 27 T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 26 T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-414 |#1| |#2| |#3|) (-13 (-1162 |#1|) (-806 $ (-1176 |#2|)) (-10 -8 (-15 -3947 ($ (-1176 |#2|))) (-15 -3947 ($ (-1160 |#1| |#2| |#3|))) (IF (|has| |#1| (-38 (-350 (-484)))) (-15 -3813 ($ $ (-1176 |#2|))) |%noBranch|))) (-961) (-1090) |#1|) (T -414))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-414 *3 *4 *5)) (-4 *3 (-961)) (-14 *5 *3))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-1160 *3 *4 *5)) (-4 *3 (-961)) (-14 *4 (-1090)) (-14 *5 *3) (-5 *1 (-414 *3 *4 *5)))) (-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-414 *3 *4 *5)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3))))
-((-2569 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3600 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2198 (((-1185) $ |#1| |#1|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3789 ((|#2| $ |#1| |#2|) 18 (|has| $ (-1035 |#2|)) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-2231 (((-3 |#2| #1="failed") |#1| $) 19 T ELT)) (-3725 (($) NIL T CONST)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3406 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) 16 T ELT)) (-3407 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3843 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1576 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ |#1|) NIL T ELT)) (-2200 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3246 (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-2232 (((-583 |#1|) $) NIL T ELT)) (-2233 (((-85) |#1| $) NIL T ELT)) (-1274 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3610 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2203 (((-583 |#1|) $) NIL T ELT)) (-2204 (((-85) |#1| $) NIL T ELT)) (-3244 (((-1033) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-3802 ((|#2| $) NIL (|has| |#1| (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2199 (($ $ |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1275 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#2| $ |#1|) 13 T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1466 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1730 (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3947 (((-772) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-552 (-772)))) ELT)) (-1265 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-415 |#1| |#2| |#3| |#4|) (-1107 |#1| |#2|) (-1013) (-1013) (-1107 |#1| |#2|) |#2|) (T -415))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3682 (((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 |#4|)))) (-583 |#4|)) NIL T ELT)) (-3683 (((-583 $) (-583 |#4|)) NIL T ELT)) (-3082 (((-583 |#3|) $) NIL T ELT)) (-2909 (((-85) $) NIL T ELT)) (-2900 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3694 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3689 ((|#4| |#4| $) NIL T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3711 (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2905 (((-85) $) 28 (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3690 (((-583 |#4|) (-583 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) NIL (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) NIL (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ #1#) (-583 |#4|)) NIL T ELT)) (-3157 (($ (-583 |#4|)) NIL T ELT)) (-3800 (((-3 $ #1#) $) 44 T ELT)) (-3686 ((|#4| |#4| $) NIL T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-3407 (($ |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT) (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-495)) ELT)) (-3695 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3684 ((|#4| |#4| $) NIL T ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3697 (((-2 (|:| -3862 (-583 |#4|)) (|:| -1702 (-583 |#4|))) $) NIL T ELT)) (-3696 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3181 ((|#3| $) 37 T ELT)) (-2609 (((-583 |#4|) $) 18 T ELT)) (-3246 (((-85) |#4| $) 26 (|has| |#4| (-72)) ELT)) (-3327 (($ (-1 |#4| |#4|) $) 24 T ELT)) (-3959 (($ (-1 |#4| |#4|) $) 22 T ELT)) (-2915 (((-583 |#3|) $) NIL T ELT)) (-2914 (((-85) |#3| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3799 (((-3 |#4| #1#) $) 41 T ELT)) (-3698 (((-583 |#4|) $) NIL T ELT)) (-3692 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3687 ((|#4| |#4| $) NIL T ELT)) (-3700 (((-85) $ $) NIL T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-495)) ELT)) (-3693 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3688 ((|#4| |#4| $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 (((-3 |#4| #1#) $) 39 T ELT)) (-1354 (((-3 |#4| #1#) (-1 (-85) |#4|) $) NIL T ELT)) (-3680 (((-3 $ #1#) $ |#4|) 54 T ELT)) (-3770 (($ $ |#4|) NIL T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 17 T ELT)) (-3566 (($) 14 T ELT)) (-3949 (((-694) $) NIL T ELT)) (-1730 (((-694) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) NIL T ELT)) (-3401 (($ $) 13 T ELT)) (-3973 (((-473) $) NIL (|has| |#4| (-553 (-473))) ELT)) (-3531 (($ (-583 |#4|)) 21 T ELT)) (-2911 (($ $ |#3|) 48 T ELT)) (-2913 (($ $ |#3|) 50 T ELT)) (-3685 (($ $) NIL T ELT)) (-2912 (($ $ |#3|) NIL T ELT)) (-3947 (((-772) $) 34 T ELT) (((-583 |#4|) $) 45 T ELT)) (-3679 (((-694) $) NIL (|has| |#3| (-320)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3691 (((-85) $ (-1 (-85) |#4| (-583 |#4|))) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3681 (((-583 |#3|) $) NIL T ELT)) (-3934 (((-85) |#3| $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-416 |#1| |#2| |#3| |#4|) (-1124 |#1| |#2| |#3| |#4|) (-495) (-717) (-756) (-977 |#1| |#2| |#3|)) (T -416))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL T ELT) (((-350 (-484)) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3628 (($) 17 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3973 (((-330) $) 21 T ELT) (((-179) $) 24 T ELT) (((-350 (-1085 (-484))) $) 18 T ELT) (((-473) $) 53 T ELT)) (-3947 (((-772) $) 51 T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (((-179) $) 23 T ELT) (((-330) $) 20 T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 37 T CONST)) (-2667 (($) 8 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT)))
-(((-417) (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))) (-933) (-552 (-179)) (-552 (-330)) (-553 (-350 (-1085 (-484)))) (-553 (-473)) (-10 -8 (-15 -3628 ($))))) (T -417))
-((-3628 (*1 *1) (-5 *1 (-417))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3529 (((-1049) $) 12 T ELT)) (-3530 (((-1049) $) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 18 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-418) (-13 (-995) (-10 -8 (-15 -3530 ((-1049) $)) (-15 -3529 ((-1049) $))))) (T -418))
-((-3530 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-418)))) (-3529 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-418)))))
-((-2569 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3600 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2198 (((-1185) $ |#1| |#1|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3789 ((|#2| $ |#1| |#2|) 16 (|has| $ (-1035 |#2|)) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-2231 (((-3 |#2| #1="failed") |#1| $) 20 T ELT)) (-3725 (($) NIL T CONST)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3406 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) 18 T ELT)) (-3407 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3843 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1576 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ |#1|) NIL T ELT)) (-2200 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3246 (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-2232 (((-583 |#1|) $) 13 T ELT)) (-2233 (((-85) |#1| $) NIL T ELT)) (-1274 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3610 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2203 (((-583 |#1|) $) NIL T ELT)) (-2204 (((-85) |#1| $) NIL T ELT)) (-3244 (((-1033) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-3802 ((|#2| $) NIL (|has| |#1| (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2199 (($ $ |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1275 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) 19 T ELT)) (-3801 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1466 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1730 (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3947 (((-772) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-552 (-772)))) ELT)) (-1265 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3057 (((-85) $ $) 11 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3958 (((-694) $) 15 T ELT)))
-(((-419 |#1| |#2| |#3|) (-1107 |#1| |#2|) (-1013) (-1013) (-1073)) (T -419))
-NIL
-((-1938 (((-484) (-484) (-484)) 19 T ELT)) (-1939 (((-85) (-484) (-484) (-484) (-484)) 28 T ELT)) (-3458 (((-1179 (-583 (-484))) (-694) (-694)) 42 T ELT)))
-(((-420) (-10 -7 (-15 -1938 ((-484) (-484) (-484))) (-15 -1939 ((-85) (-484) (-484) (-484) (-484))) (-15 -3458 ((-1179 (-583 (-484))) (-694) (-694))))) (T -420))
-((-3458 (*1 *2 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1179 (-583 (-484)))) (-5 *1 (-420)))) (-1939 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-484)) (-5 *2 (-85)) (-5 *1 (-420)))) (-1938 (*1 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-420)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 (-773 |#1|)) $) NIL T ELT)) (-3084 (((-1085 $) $ (-773 |#1|)) NIL T ELT) (((-1085 |#2|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#2| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#2| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#2| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-773 |#1|))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#2| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#2| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-3 (-773 |#1|) #1#) $) NIL T ELT)) (-3157 ((|#2| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-773 |#1|) $) NIL T ELT)) (-3757 (($ $ $ (-773 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-1940 (($ $ (-583 (-484))) NIL T ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#2|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#2| (-392)) ELT) (($ $ (-773 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#2| (-821)) ELT)) (-1624 (($ $ |#2| (-422 (-3958 |#1|) (-694)) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-773 |#1|) (-796 (-330))) (|has| |#2| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-773 |#1|) (-796 (-484))) (|has| |#2| (-796 (-484)))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3085 (($ (-1085 |#2|) (-773 |#1|)) NIL T ELT) (($ (-1085 $) (-773 |#1|)) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#2| (-422 (-3958 |#1|) (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-773 |#1|)) NIL T ELT)) (-2821 (((-422 (-3958 |#1|) (-694)) $) NIL T ELT) (((-694) $ (-773 |#1|)) NIL T ELT) (((-583 (-694)) $ (-583 (-773 |#1|))) NIL T ELT)) (-1625 (($ (-1 (-422 (-3958 |#1|) (-694)) (-422 (-3958 |#1|) (-694))) $) NIL T ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3083 (((-3 (-773 |#1|) #1#) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#2| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-773 |#1|)) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 ((|#2| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#2| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#2| (-821)) ELT)) (-3467 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-495)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#2| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-773 |#1|) |#2|) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 |#2|)) NIL T ELT) (($ $ (-773 |#1|) $) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 $)) NIL T ELT)) (-3758 (($ $ (-773 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-3759 (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|))) NIL T ELT) (($ $ (-773 |#1|)) NIL T ELT)) (-3949 (((-422 (-3958 |#1|) (-694)) $) NIL T ELT) (((-694) $ (-773 |#1|)) NIL T ELT) (((-583 (-694)) $ (-583 (-773 |#1|))) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-773 |#1|) (-553 (-800 (-330)))) (|has| |#2| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-773 |#1|) (-553 (-800 (-484)))) (|has| |#2| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-773 |#1|) (-553 (-473))) (|has| |#2| (-553 (-473)))) ELT)) (-2818 ((|#2| $) NIL (|has| |#2| (-392)) ELT) (($ $ (-773 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-773 |#1|)) NIL T ELT) (($ (-350 (-484))) NIL (OR (|has| |#2| (-38 (-350 (-484)))) (|has| |#2| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#2| (-495)) ELT)) (-3818 (((-583 |#2|) $) NIL T ELT)) (-3678 ((|#2| $ (-422 (-3958 |#1|) (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-821))) (|has| |#2| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#2| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#2| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|))) NIL T ELT) (($ $ (-773 |#1|)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#2| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#2| (-38 (-350 (-484)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
-(((-421 |#1| |#2|) (-13 (-861 |#2| (-422 (-3958 |#1|) (-694)) (-773 |#1|)) (-10 -8 (-15 -1940 ($ $ (-583 (-484)))))) (-583 (-1090)) (-961)) (T -421))
-((-1940 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-421 *3 *4)) (-14 *3 (-583 (-1090))) (-4 *4 (-961)))))
-((-2569 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-3189 (((-85) $) NIL (|has| |#2| (-23)) ELT)) (-3708 (($ (-830)) NIL (|has| |#2| (-961)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#2|)) ELT)) (-2484 (($ $ $) NIL (|has| |#2| (-717)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL (|has| |#2| (-104)) ELT)) (-3137 (((-694)) NIL (|has| |#2| (-320)) ELT)) (-3789 ((|#2| $ (-484) |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (-12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) (((-3 |#2| #1#) $) NIL (|has| |#2| (-1013)) ELT)) (-3157 (((-484) $) NIL (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) ELT) (((-350 (-484)) $) NIL (-12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) ((|#2| $) NIL (|has| |#2| (-1013)) ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL (|has| |#2| (-961)) ELT) (((-630 |#2|) (-630 $)) NIL (|has| |#2| (-961)) ELT)) (-3843 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) NIL (|has| |#2| (-72)) ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL (|has| |#2| (-961)) ELT)) (-2995 (($) NIL (|has| |#2| (-320)) ELT)) (-1576 ((|#2| $ (-484) |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ (-484)) 11 T ELT)) (-3187 (((-85) $) NIL (|has| |#2| (-717)) ELT)) (-1214 (((-85) $ $) NIL (|has| |#2| (-23)) ELT)) (-2410 (((-85) $) NIL (|has| |#2| (-961)) ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#2| (-756)) ELT)) (-2609 (((-583 |#2|) $) NIL T ELT)) (-3246 (((-85) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#2| (-756)) ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2010 (((-830) $) NIL (|has| |#2| (-320)) ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL (|has| |#2| (-961)) ELT) (((-630 |#2|) (-1179 $)) NIL (|has| |#2| (-961)) ELT)) (-3243 (((-1073) $) NIL (|has| |#2| (-1013)) ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-2400 (($ (-830)) NIL (|has| |#2| (-320)) ELT)) (-3244 (((-1033) $) NIL (|has| |#2| (-1013)) ELT)) (-3802 ((|#2| $) NIL (|has| (-484) (-756)) ELT)) (-2199 (($ $ |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1731 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#2| $ (-484) |#2|) NIL T ELT) ((|#2| $ (-484)) NIL T ELT)) (-3837 ((|#2| $ $) NIL (|has| |#2| (-961)) ELT)) (-1468 (($ (-1179 |#2|)) NIL T ELT)) (-3912 (((-107)) NIL (|has| |#2| (-312)) ELT)) (-3759 (($ $ (-694)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-961)) ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL (|has| |#2| (-961)) ELT)) (-1730 (((-694) |#2| $) NIL (|has| |#2| (-72)) ELT) (((-694) (-1 (-85) |#2|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-1179 |#2|) $) NIL T ELT) (($ (-484)) NIL (OR (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) (|has| |#2| (-961))) ELT) (($ (-350 (-484))) NIL (-12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) (($ |#2|) NIL (|has| |#2| (-1013)) ELT) (((-772) $) NIL (|has| |#2| (-552 (-772))) ELT)) (-3127 (((-694)) NIL (|has| |#2| (-961)) CONST)) (-1265 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3126 (((-85) $ $) NIL (|has| |#2| (-961)) ELT)) (-2661 (($) NIL (|has| |#2| (-23)) CONST)) (-2667 (($) NIL (|has| |#2| (-961)) CONST)) (-2670 (($ $ (-694)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-961)) ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL (|has| |#2| (-961)) ELT)) (-2567 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-2686 (((-85) $ $) 17 (|has| |#2| (-756)) ELT)) (-3950 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3838 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-3840 (($ $ $) NIL (|has| |#2| (-25)) ELT)) (** (($ $ (-694)) NIL (|has| |#2| (-961)) ELT) (($ $ (-830)) NIL (|has| |#2| (-961)) ELT)) (* (($ $ $) NIL (|has| |#2| (-961)) ELT) (($ $ |#2|) NIL (|has| |#2| (-663)) ELT) (($ |#2| $) NIL (|has| |#2| (-663)) ELT) (($ (-484) $) NIL (|has| |#2| (-21)) ELT) (($ (-694) $) NIL (|has| |#2| (-23)) ELT) (($ (-830) $) NIL (|has| |#2| (-25)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-422 |#1| |#2|) (-196 |#1| |#2|) (-694) (-717)) (T -422))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-1941 (((-583 (-785)) $) 16 T ELT)) (-3543 (((-446) $) 14 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1942 (($ (-446) (-583 (-785))) 12 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 23 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-423) (-13 (-995) (-10 -8 (-15 -1942 ($ (-446) (-583 (-785)))) (-15 -3543 ((-446) $)) (-15 -1941 ((-583 (-785)) $))))) (T -423))
-((-1942 (*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-583 (-785))) (-5 *1 (-423)))) (-3543 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-423)))) (-1941 (*1 *2 *1) (-12 (-5 *2 (-583 (-785))) (-5 *1 (-423)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3725 (($) NIL T CONST)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-2857 (($ $ $) 48 T ELT)) (-3519 (($ $ $) 47 T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2858 ((|#1| $) 40 T ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 41 T ELT)) (-3610 (($ |#1| $) 18 T ELT)) (-1943 (($ (-583 |#1|)) 19 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1275 ((|#1| $) 34 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) 11 T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) 45 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 29 T ELT)))
-(((-424 |#1|) (-13 (-881 |#1|) (-10 -8 (-15 -1943 ($ (-583 |#1|))))) (-756)) (T -424))
-((-1943 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-424 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3843 (($ $) 71 T ELT)) (-1637 (((-85) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1968 (((-356 |#2| (-350 |#2|) |#3| |#4|) $) 45 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (((-3 |#4| #1#) $) 117 T ELT)) (-1638 (($ (-356 |#2| (-350 |#2|) |#3| |#4|)) 80 T ELT) (($ |#4|) 31 T ELT) (($ |#1| |#1|) 127 T ELT) (($ |#1| |#1| (-484)) NIL T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 140 T ELT)) (-3436 (((-2 (|:| -2336 (-356 |#2| (-350 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 47 T ELT)) (-3947 (((-772) $) 110 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 32 T CONST)) (-3057 (((-85) $ $) 121 T ELT)) (-3838 (($ $) 76 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 72 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 77 T ELT)))
-(((-425 |#1| |#2| |#3| |#4|) (-286 |#1| |#2| |#3| |#4|) (-312) (-1155 |#1|) (-1155 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -425))
-NIL
-((-1947 (((-484) (-583 (-484))) 53 T ELT)) (-1944 ((|#1| (-583 |#1|)) 94 T ELT)) (-1946 (((-583 |#1|) (-583 |#1|)) 95 T ELT)) (-1945 (((-583 |#1|) (-583 |#1|)) 97 T ELT)) (-3145 ((|#1| (-583 |#1|)) 96 T ELT)) (-2818 (((-583 (-484)) (-583 |#1|)) 56 T ELT)))
-(((-426 |#1|) (-10 -7 (-15 -3145 (|#1| (-583 |#1|))) (-15 -1944 (|#1| (-583 |#1|))) (-15 -1945 ((-583 |#1|) (-583 |#1|))) (-15 -1946 ((-583 |#1|) (-583 |#1|))) (-15 -2818 ((-583 (-484)) (-583 |#1|))) (-15 -1947 ((-484) (-583 (-484))))) (-1155 (-484))) (T -426))
-((-1947 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-484)) (-5 *1 (-426 *4)) (-4 *4 (-1155 *2)))) (-2818 (*1 *2 *3) (-12 (-5 *3 (-583 *4)) (-4 *4 (-1155 (-484))) (-5 *2 (-583 (-484))) (-5 *1 (-426 *4)))) (-1946 (*1 *2 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1155 (-484))) (-5 *1 (-426 *3)))) (-1945 (*1 *2 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1155 (-484))) (-5 *1 (-426 *3)))) (-1944 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-5 *1 (-426 *2)) (-4 *2 (-1155 (-484))))) (-3145 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-5 *1 (-426 *2)) (-4 *2 (-1155 (-484))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3130 (((-484) $) NIL (|has| (-484) (-258)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| (-484) (-740)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL T ELT) (((-3 (-1090) #1#) $) NIL (|has| (-484) (-950 (-1090))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| (-484) (-950 (-484))) ELT) (((-3 (-484) #1#) $) NIL (|has| (-484) (-950 (-484))) ELT)) (-3157 (((-484) $) NIL T ELT) (((-1090) $) NIL (|has| (-484) (-950 (-1090))) ELT) (((-350 (-484)) $) NIL (|has| (-484) (-950 (-484))) ELT) (((-484) $) NIL (|has| (-484) (-950 (-484))) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-484)) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-484) (-483)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3187 (((-85) $) NIL (|has| (-484) (-740)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (|has| (-484) (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (|has| (-484) (-796 (-330))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-484) $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| (-484) (-1066)) ELT)) (-3188 (((-85) $) NIL (|has| (-484) (-740)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| (-484) (-756)) ELT)) (-3959 (($ (-1 (-484) (-484)) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL T ELT) (((-630 (-484)) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-484) (-1066)) CONST)) (-1948 (($ (-350 (-484))) 9 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) NIL (|has| (-484) (-258)) ELT) (((-350 (-484)) $) NIL T ELT)) (-3131 (((-484) $) NIL (|has| (-484) (-483)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-3769 (($ $ (-583 (-484)) (-583 (-484))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-484) (-484)) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-249 (-484))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-583 (-249 (-484)))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-583 (-1090)) (-583 (-484))) NIL (|has| (-484) (-455 (-1090) (-484))) ELT) (($ $ (-1090) (-484)) NIL (|has| (-484) (-455 (-1090) (-484))) ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ $ (-484)) NIL (|has| (-484) (-241 (-484) (-484))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3759 (($ $ (-1 (-484) (-484))) NIL T ELT) (($ $ (-1 (-484) (-484)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $) NIL (|has| (-484) (-189)) ELT) (($ $ (-694)) NIL (|has| (-484) (-189)) ELT)) (-2996 (($ $) NIL T ELT)) (-2998 (((-484) $) NIL T ELT)) (-3973 (((-800 (-484)) $) NIL (|has| (-484) (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| (-484) (-553 (-800 (-330)))) ELT) (((-473) $) NIL (|has| (-484) (-553 (-473))) ELT) (((-330) $) NIL (|has| (-484) (-933)) ELT) (((-179) $) NIL (|has| (-484) (-933)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| (-484) (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) 8 T ELT) (($ (-484)) NIL T ELT) (($ (-1090)) NIL (|has| (-484) (-950 (-1090))) ELT) (((-350 (-484)) $) NIL T ELT) (((-917 16) $) 10 T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-484) (-821))) (|has| (-484) (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-3132 (((-484) $) NIL (|has| (-484) (-483)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 (($ $) NIL (|has| (-484) (-740)) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-1 (-484) (-484))) NIL T ELT) (($ $ (-1 (-484) (-484)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $) NIL (|has| (-484) (-189)) ELT) (($ $ (-694)) NIL (|has| (-484) (-189)) ELT)) (-2567 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-3950 (($ $ $) NIL T ELT) (($ (-484) (-484)) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ (-484)) NIL T ELT)))
-(((-427) (-13 (-904 (-484)) (-552 (-350 (-484))) (-552 (-917 16)) (-10 -8 (-15 -3129 ((-350 (-484)) $)) (-15 -1948 ($ (-350 (-484))))))) (T -427))
-((-3129 (*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-427)))) (-1948 (*1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-427)))))
-((-3769 (($ $ (-583 (-249 |#2|))) 13 T ELT) (($ $ (-249 |#2|)) NIL T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL T ELT)))
-(((-428 |#1| |#2|) (-10 -7 (-15 -3769 (|#1| |#1| (-583 |#2|) (-583 |#2|))) (-15 -3769 (|#1| |#1| |#2| |#2|)) (-15 -3769 (|#1| |#1| (-249 |#2|))) (-15 -3769 (|#1| |#1| (-583 (-249 |#2|))))) (-429 |#2|) (-1129)) (T -428))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3725 (($) 6 T CONST)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-429 |#1|) (-113) (-1129)) (T -429))
-((-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-429 *3)) (-4 *3 (-1129)))))
-(-13 (-34) (-10 -8 (IF (|has| |t#1| (-552 (-772))) (-6 (-552 (-772))) |%noBranch|) (IF (|has| |t#1| (-72)) (-6 (-72)) |%noBranch|) (IF (|has| |t#1| (-1013)) (-6 (-1013)) |%noBranch|) (IF (|has| |t#1| (-1013)) (IF (|has| |t#1| (-260 |t#1|)) (-6 (-260 |t#1|)) |%noBranch|) |%noBranch|) (-15 -3959 ($ (-1 |t#1| |t#1|) $))))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1129) . T))
-((-3947 ((|#1| $) 6 T ELT) (($ |#1|) 9 T ELT)))
-(((-430 |#1|) (-113) (-1129)) (T -430))
-NIL
-(-13 (-552 |t#1|) (-555 |t#1|))
-(((-555 |#1|) . T) ((-552 |#1|) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1949 (($ (-1073)) 8 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 15 T ELT) (((-1073) $) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 11 T ELT)))
-(((-431) (-13 (-1013) (-552 (-1073)) (-10 -8 (-15 -1949 ($ (-1073)))))) (T -431))
-((-1949 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-431)))))
-((-3493 (($ $) 15 T ELT)) (-3491 (($ $) 24 T ELT)) (-3495 (($ $) 12 T ELT)) (-3496 (($ $) 10 T ELT)) (-3494 (($ $) 17 T ELT)) (-3492 (($ $) 22 T ELT)))
-(((-432 |#1|) (-10 -7 (-15 -3492 (|#1| |#1|)) (-15 -3494 (|#1| |#1|)) (-15 -3496 (|#1| |#1|)) (-15 -3495 (|#1| |#1|)) (-15 -3491 (|#1| |#1|)) (-15 -3493 (|#1| |#1|))) (-433)) (T -432))
-NIL
-((-3493 (($ $) 11 T ELT)) (-3491 (($ $) 10 T ELT)) (-3495 (($ $) 9 T ELT)) (-3496 (($ $) 8 T ELT)) (-3494 (($ $) 7 T ELT)) (-3492 (($ $) 6 T ELT)))
+((-2486 (*1 *1 *1) (-4 *1 (-413))) (-3951 (*1 *1 *1 *1) (-4 *1 (-413))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-413)) (-5 *2 (-485)))) (-3011 (*1 *1 *1 *1) (-4 *1 (-413))) (-2437 (*1 *1 *1 *1) (-4 *1 (-413))))
+(-13 (-664) (-10 -8 (-15 -2486 ($ $)) (-15 -3951 ($ $ $)) (-15 ** ($ $ (-485))) (-6 -3994) (-15 -3011 ($ $ $)) (-15 -2437 ($ $ $))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-664) . T) ((-1026) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) 18 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-350 (-485))) NIL T ELT) (($ $ (-350 (-485)) (-350 (-485))) NIL T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|))) $) NIL T ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-695) (-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|)))) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-2894 (((-85) $) NIL T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-350 (-485)) $) NIL T ELT) (((-350 (-485)) $ (-350 (-485))) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3779 (($ $ (-831)) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-350 (-485))) NIL T ELT) (($ $ (-995) (-350 (-485))) NIL T ELT) (($ $ (-584 (-995)) (-584 (-350 (-485)))) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3814 (($ $) 29 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) 35 (OR (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))))) ELT) (($ $ (-1177 |#2|)) 30 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-350 (-485))) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3945 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-350 (-485))) NIL T ELT) (($ $ $) NIL (|has| (-350 (-485)) (-1026)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1091)) 28 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) 14 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-1177 |#2|)) 16 T ELT)) (-3950 (((-350 (-485)) $) NIL T ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-1177 |#2|)) NIL T ELT) (($ (-1161 |#1| |#2| |#3|)) 9 T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3679 ((|#1| $ (-350 (-485))) NIL T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-3775 ((|#1| $) 21 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-350 (-485))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-1177 |#2|)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) 27 T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 26 T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-414 |#1| |#2| |#3|) (-13 (-1163 |#1|) (-807 $ (-1177 |#2|)) (-10 -8 (-15 -3948 ($ (-1177 |#2|))) (-15 -3948 ($ (-1161 |#1| |#2| |#3|))) (IF (|has| |#1| (-38 (-350 (-485)))) (-15 -3814 ($ $ (-1177 |#2|))) |%noBranch|))) (-962) (-1091) |#1|) (T -414))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-414 *3 *4 *5)) (-4 *3 (-962)) (-14 *5 *3))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-1161 *3 *4 *5)) (-4 *3 (-962)) (-14 *4 (-1091)) (-14 *5 *3) (-5 *1 (-414 *3 *4 *5)))) (-3814 (*1 *1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-414 *3 *4 *5)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3))))
+((-2570 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3601 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2199 (((-1186) $ |#1| |#1|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3790 ((|#2| $ |#1| |#2|) 18 (|has| $ (-1036 |#2|)) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-2232 (((-3 |#2| #1="failed") |#1| $) 19 T ELT)) (-3726 (($) NIL T CONST)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3407 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) 16 T ELT)) (-3408 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3844 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1577 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ |#1|) NIL T ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3247 (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2202 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-2233 (((-584 |#1|) $) NIL T ELT)) (-2234 (((-85) |#1| $) NIL T ELT)) (-1275 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3611 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2204 (((-584 |#1|) $) NIL T ELT)) (-2205 (((-85) |#1| $) NIL T ELT)) (-3245 (((-1034) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-3803 ((|#2| $) NIL (|has| |#1| (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2200 (($ $ |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1276 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#2| $ |#1|) 13 T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1467 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1731 (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3948 (((-773) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-553 (-773)))) ELT)) (-1266 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-415 |#1| |#2| |#3| |#4|) (-1108 |#1| |#2|) (-1014) (-1014) (-1108 |#1| |#2|) |#2|) (T -415))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3683 (((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 |#4|)))) (-584 |#4|)) NIL T ELT)) (-3684 (((-584 $) (-584 |#4|)) NIL T ELT)) (-3083 (((-584 |#3|) $) NIL T ELT)) (-2910 (((-85) $) NIL T ELT)) (-2901 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3695 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3690 ((|#4| |#4| $) NIL T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3712 (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2906 (((-85) $) 28 (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3691 (((-584 |#4|) (-584 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) NIL (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) NIL (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ #1#) (-584 |#4|)) NIL T ELT)) (-3158 (($ (-584 |#4|)) NIL T ELT)) (-3801 (((-3 $ #1#) $) 44 T ELT)) (-3687 ((|#4| |#4| $) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-3408 (($ |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT) (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-496)) ELT)) (-3696 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3685 ((|#4| |#4| $) NIL T ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3698 (((-2 (|:| -3863 (-584 |#4|)) (|:| -1703 (-584 |#4|))) $) NIL T ELT)) (-3697 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3182 ((|#3| $) 37 T ELT)) (-2610 (((-584 |#4|) $) 18 T ELT)) (-3247 (((-85) |#4| $) 26 (|has| |#4| (-72)) ELT)) (-3328 (($ (-1 |#4| |#4|) $) 24 T ELT)) (-3960 (($ (-1 |#4| |#4|) $) 22 T ELT)) (-2916 (((-584 |#3|) $) NIL T ELT)) (-2915 (((-85) |#3| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3800 (((-3 |#4| #1#) $) 41 T ELT)) (-3699 (((-584 |#4|) $) NIL T ELT)) (-3693 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3688 ((|#4| |#4| $) NIL T ELT)) (-3701 (((-85) $ $) NIL T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-496)) ELT)) (-3694 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3689 ((|#4| |#4| $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 (((-3 |#4| #1#) $) 39 T ELT)) (-1355 (((-3 |#4| #1#) (-1 (-85) |#4|) $) NIL T ELT)) (-3681 (((-3 $ #1#) $ |#4|) 54 T ELT)) (-3771 (($ $ |#4|) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 17 T ELT)) (-3567 (($) 14 T ELT)) (-3950 (((-695) $) NIL T ELT)) (-1731 (((-695) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) NIL T ELT)) (-3402 (($ $) 13 T ELT)) (-3974 (((-474) $) NIL (|has| |#4| (-554 (-474))) ELT)) (-3532 (($ (-584 |#4|)) 21 T ELT)) (-2912 (($ $ |#3|) 48 T ELT)) (-2914 (($ $ |#3|) 50 T ELT)) (-3686 (($ $) NIL T ELT)) (-2913 (($ $ |#3|) NIL T ELT)) (-3948 (((-773) $) 34 T ELT) (((-584 |#4|) $) 45 T ELT)) (-3680 (((-695) $) NIL (|has| |#3| (-320)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3692 (((-85) $ (-1 (-85) |#4| (-584 |#4|))) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3682 (((-584 |#3|) $) NIL T ELT)) (-3935 (((-85) |#3| $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-416 |#1| |#2| |#3| |#4|) (-1125 |#1| |#2| |#3| |#4|) (-496) (-718) (-757) (-978 |#1| |#2| |#3|)) (T -416))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL T ELT) (((-350 (-485)) $) NIL T ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3629 (($) 17 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3974 (((-330) $) 21 T ELT) (((-179) $) 24 T ELT) (((-350 (-1086 (-485))) $) 18 T ELT) (((-474) $) 53 T ELT)) (-3948 (((-773) $) 51 T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (((-179) $) 23 T ELT) (((-330) $) 20 T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 37 T CONST)) (-2668 (($) 8 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT)))
+(((-417) (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))) (-934) (-553 (-179)) (-553 (-330)) (-554 (-350 (-1086 (-485)))) (-554 (-474)) (-10 -8 (-15 -3629 ($))))) (T -417))
+((-3629 (*1 *1) (-5 *1 (-417))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3530 (((-1050) $) 12 T ELT)) (-3531 (((-1050) $) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 18 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-418) (-13 (-996) (-10 -8 (-15 -3531 ((-1050) $)) (-15 -3530 ((-1050) $))))) (T -418))
+((-3531 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-418)))) (-3530 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-418)))))
+((-2570 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3601 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2199 (((-1186) $ |#1| |#1|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3790 ((|#2| $ |#1| |#2|) 16 (|has| $ (-1036 |#2|)) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-2232 (((-3 |#2| #1="failed") |#1| $) 20 T ELT)) (-3726 (($) NIL T CONST)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3407 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) 18 T ELT)) (-3408 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3844 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1577 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ |#1|) NIL T ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3247 (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2202 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-2233 (((-584 |#1|) $) 13 T ELT)) (-2234 (((-85) |#1| $) NIL T ELT)) (-1275 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3611 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2204 (((-584 |#1|) $) NIL T ELT)) (-2205 (((-85) |#1| $) NIL T ELT)) (-3245 (((-1034) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-3803 ((|#2| $) NIL (|has| |#1| (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2200 (($ $ |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1276 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) 19 T ELT)) (-3802 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1467 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1731 (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3948 (((-773) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-553 (-773)))) ELT)) (-1266 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3058 (((-85) $ $) 11 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3959 (((-695) $) 15 T ELT)))
+(((-419 |#1| |#2| |#3|) (-1108 |#1| |#2|) (-1014) (-1014) (-1074)) (T -419))
+NIL
+((-1939 (((-485) (-485) (-485)) 19 T ELT)) (-1940 (((-85) (-485) (-485) (-485) (-485)) 28 T ELT)) (-3459 (((-1180 (-584 (-485))) (-695) (-695)) 42 T ELT)))
+(((-420) (-10 -7 (-15 -1939 ((-485) (-485) (-485))) (-15 -1940 ((-85) (-485) (-485) (-485) (-485))) (-15 -3459 ((-1180 (-584 (-485))) (-695) (-695))))) (T -420))
+((-3459 (*1 *2 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1180 (-584 (-485)))) (-5 *1 (-420)))) (-1940 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-485)) (-5 *2 (-85)) (-5 *1 (-420)))) (-1939 (*1 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-420)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 (-774 |#1|)) $) NIL T ELT)) (-3085 (((-1086 $) $ (-774 |#1|)) NIL T ELT) (((-1086 |#2|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#2| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#2| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#2| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-774 |#1|))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#2| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#2| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-3 (-774 |#1|) #1#) $) NIL T ELT)) (-3158 ((|#2| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-774 |#1|) $) NIL T ELT)) (-3758 (($ $ $ (-774 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-1941 (($ $ (-584 (-485))) NIL T ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#2|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#2| (-392)) ELT) (($ $ (-774 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#2| (-822)) ELT)) (-1625 (($ $ |#2| (-422 (-3959 |#1|) (-695)) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-774 |#1|) (-797 (-330))) (|has| |#2| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-774 |#1|) (-797 (-485))) (|has| |#2| (-797 (-485)))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3086 (($ (-1086 |#2|) (-774 |#1|)) NIL T ELT) (($ (-1086 $) (-774 |#1|)) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#2| (-422 (-3959 |#1|) (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-774 |#1|)) NIL T ELT)) (-2822 (((-422 (-3959 |#1|) (-695)) $) NIL T ELT) (((-695) $ (-774 |#1|)) NIL T ELT) (((-584 (-695)) $ (-584 (-774 |#1|))) NIL T ELT)) (-1626 (($ (-1 (-422 (-3959 |#1|) (-695)) (-422 (-3959 |#1|) (-695))) $) NIL T ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3084 (((-3 (-774 |#1|) #1#) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#2| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-774 |#1|)) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 ((|#2| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#2| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#2| (-822)) ELT)) (-3468 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-496)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#2| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-774 |#1|) |#2|) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 |#2|)) NIL T ELT) (($ $ (-774 |#1|) $) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 $)) NIL T ELT)) (-3759 (($ $ (-774 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-3760 (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|))) NIL T ELT) (($ $ (-774 |#1|)) NIL T ELT)) (-3950 (((-422 (-3959 |#1|) (-695)) $) NIL T ELT) (((-695) $ (-774 |#1|)) NIL T ELT) (((-584 (-695)) $ (-584 (-774 |#1|))) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-774 |#1|) (-554 (-801 (-330)))) (|has| |#2| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-774 |#1|) (-554 (-801 (-485)))) (|has| |#2| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-774 |#1|) (-554 (-474))) (|has| |#2| (-554 (-474)))) ELT)) (-2819 ((|#2| $) NIL (|has| |#2| (-392)) ELT) (($ $ (-774 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-774 |#1|)) NIL T ELT) (($ (-350 (-485))) NIL (OR (|has| |#2| (-38 (-350 (-485)))) (|has| |#2| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#2| (-496)) ELT)) (-3819 (((-584 |#2|) $) NIL T ELT)) (-3679 ((|#2| $ (-422 (-3959 |#1|) (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-822))) (|has| |#2| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#2| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#2| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|))) NIL T ELT) (($ $ (-774 |#1|)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#2| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#2| (-38 (-350 (-485)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
+(((-421 |#1| |#2|) (-13 (-862 |#2| (-422 (-3959 |#1|) (-695)) (-774 |#1|)) (-10 -8 (-15 -1941 ($ $ (-584 (-485)))))) (-584 (-1091)) (-962)) (T -421))
+((-1941 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-421 *3 *4)) (-14 *3 (-584 (-1091))) (-4 *4 (-962)))))
+((-2570 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-3190 (((-85) $) NIL (|has| |#2| (-23)) ELT)) (-3709 (($ (-831)) NIL (|has| |#2| (-962)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#2|)) ELT)) (-2485 (($ $ $) NIL (|has| |#2| (-718)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL (|has| |#2| (-104)) ELT)) (-3138 (((-695)) NIL (|has| |#2| (-320)) ELT)) (-3790 ((|#2| $ (-485) |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (-12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) (((-3 |#2| #1#) $) NIL (|has| |#2| (-1014)) ELT)) (-3158 (((-485) $) NIL (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) ELT) (((-350 (-485)) $) NIL (-12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) ((|#2| $) NIL (|has| |#2| (-1014)) ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL (|has| |#2| (-962)) ELT) (((-631 |#2|) (-631 $)) NIL (|has| |#2| (-962)) ELT)) (-3844 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) NIL (|has| |#2| (-72)) ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL (|has| |#2| (-962)) ELT)) (-2996 (($) NIL (|has| |#2| (-320)) ELT)) (-1577 ((|#2| $ (-485) |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ (-485)) 11 T ELT)) (-3188 (((-85) $) NIL (|has| |#2| (-718)) ELT)) (-1215 (((-85) $ $) NIL (|has| |#2| (-23)) ELT)) (-2411 (((-85) $) NIL (|has| |#2| (-962)) ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#2| (-757)) ELT)) (-2610 (((-584 |#2|) $) NIL T ELT)) (-3247 (((-85) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#2| (-757)) ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2011 (((-831) $) NIL (|has| |#2| (-320)) ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL (|has| |#2| (-962)) ELT) (((-631 |#2|) (-1180 $)) NIL (|has| |#2| (-962)) ELT)) (-3244 (((-1074) $) NIL (|has| |#2| (-1014)) ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-2401 (($ (-831)) NIL (|has| |#2| (-320)) ELT)) (-3245 (((-1034) $) NIL (|has| |#2| (-1014)) ELT)) (-3803 ((|#2| $) NIL (|has| (-485) (-757)) ELT)) (-2200 (($ $ |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#2| $ (-485) |#2|) NIL T ELT) ((|#2| $ (-485)) NIL T ELT)) (-3838 ((|#2| $ $) NIL (|has| |#2| (-962)) ELT)) (-1469 (($ (-1180 |#2|)) NIL T ELT)) (-3913 (((-107)) NIL (|has| |#2| (-312)) ELT)) (-3760 (($ $ (-695)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-962)) ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL (|has| |#2| (-962)) ELT)) (-1731 (((-695) |#2| $) NIL (|has| |#2| (-72)) ELT) (((-695) (-1 (-85) |#2|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-1180 |#2|) $) NIL T ELT) (($ (-485)) NIL (OR (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) (|has| |#2| (-962))) ELT) (($ (-350 (-485))) NIL (-12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) (($ |#2|) NIL (|has| |#2| (-1014)) ELT) (((-773) $) NIL (|has| |#2| (-553 (-773))) ELT)) (-3128 (((-695)) NIL (|has| |#2| (-962)) CONST)) (-1266 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3127 (((-85) $ $) NIL (|has| |#2| (-962)) ELT)) (-2662 (($) NIL (|has| |#2| (-23)) CONST)) (-2668 (($) NIL (|has| |#2| (-962)) CONST)) (-2671 (($ $ (-695)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-962)) ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL (|has| |#2| (-962)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-2687 (((-85) $ $) 17 (|has| |#2| (-757)) ELT)) (-3951 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3839 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-3841 (($ $ $) NIL (|has| |#2| (-25)) ELT)) (** (($ $ (-695)) NIL (|has| |#2| (-962)) ELT) (($ $ (-831)) NIL (|has| |#2| (-962)) ELT)) (* (($ $ $) NIL (|has| |#2| (-962)) ELT) (($ $ |#2|) NIL (|has| |#2| (-664)) ELT) (($ |#2| $) NIL (|has| |#2| (-664)) ELT) (($ (-485) $) NIL (|has| |#2| (-21)) ELT) (($ (-695) $) NIL (|has| |#2| (-23)) ELT) (($ (-831) $) NIL (|has| |#2| (-25)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-422 |#1| |#2|) (-196 |#1| |#2|) (-695) (-718)) (T -422))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-1942 (((-584 (-786)) $) 16 T ELT)) (-3544 (((-447) $) 14 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1943 (($ (-447) (-584 (-786))) 12 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 23 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-423) (-13 (-996) (-10 -8 (-15 -1943 ($ (-447) (-584 (-786)))) (-15 -3544 ((-447) $)) (-15 -1942 ((-584 (-786)) $))))) (T -423))
+((-1943 (*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-584 (-786))) (-5 *1 (-423)))) (-3544 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-423)))) (-1942 (*1 *2 *1) (-12 (-5 *2 (-584 (-786))) (-5 *1 (-423)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3726 (($) NIL T CONST)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-2858 (($ $ $) 48 T ELT)) (-3520 (($ $ $) 47 T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2859 ((|#1| $) 40 T ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 41 T ELT)) (-3611 (($ |#1| $) 18 T ELT)) (-1944 (($ (-584 |#1|)) 19 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1276 ((|#1| $) 34 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) 11 T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) 45 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 29 T ELT)))
+(((-424 |#1|) (-13 (-882 |#1|) (-10 -8 (-15 -1944 ($ (-584 |#1|))))) (-757)) (T -424))
+((-1944 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-424 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3844 (($ $) 71 T ELT)) (-1638 (((-85) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1969 (((-356 |#2| (-350 |#2|) |#3| |#4|) $) 45 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (((-3 |#4| #1#) $) 117 T ELT)) (-1639 (($ (-356 |#2| (-350 |#2|) |#3| |#4|)) 80 T ELT) (($ |#4|) 31 T ELT) (($ |#1| |#1|) 127 T ELT) (($ |#1| |#1| (-485)) NIL T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 140 T ELT)) (-3437 (((-2 (|:| -2337 (-356 |#2| (-350 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 47 T ELT)) (-3948 (((-773) $) 110 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 32 T CONST)) (-3058 (((-85) $ $) 121 T ELT)) (-3839 (($ $) 76 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 72 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 77 T ELT)))
+(((-425 |#1| |#2| |#3| |#4|) (-286 |#1| |#2| |#3| |#4|) (-312) (-1156 |#1|) (-1156 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -425))
+NIL
+((-1948 (((-485) (-584 (-485))) 53 T ELT)) (-1945 ((|#1| (-584 |#1|)) 94 T ELT)) (-1947 (((-584 |#1|) (-584 |#1|)) 95 T ELT)) (-1946 (((-584 |#1|) (-584 |#1|)) 97 T ELT)) (-3146 ((|#1| (-584 |#1|)) 96 T ELT)) (-2819 (((-584 (-485)) (-584 |#1|)) 56 T ELT)))
+(((-426 |#1|) (-10 -7 (-15 -3146 (|#1| (-584 |#1|))) (-15 -1945 (|#1| (-584 |#1|))) (-15 -1946 ((-584 |#1|) (-584 |#1|))) (-15 -1947 ((-584 |#1|) (-584 |#1|))) (-15 -2819 ((-584 (-485)) (-584 |#1|))) (-15 -1948 ((-485) (-584 (-485))))) (-1156 (-485))) (T -426))
+((-1948 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-485)) (-5 *1 (-426 *4)) (-4 *4 (-1156 *2)))) (-2819 (*1 *2 *3) (-12 (-5 *3 (-584 *4)) (-4 *4 (-1156 (-485))) (-5 *2 (-584 (-485))) (-5 *1 (-426 *4)))) (-1947 (*1 *2 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1156 (-485))) (-5 *1 (-426 *3)))) (-1946 (*1 *2 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1156 (-485))) (-5 *1 (-426 *3)))) (-1945 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-5 *1 (-426 *2)) (-4 *2 (-1156 (-485))))) (-3146 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-5 *1 (-426 *2)) (-4 *2 (-1156 (-485))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3131 (((-485) $) NIL (|has| (-485) (-258)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| (-485) (-741)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL T ELT) (((-3 (-1091) #1#) $) NIL (|has| (-485) (-951 (-1091))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| (-485) (-951 (-485))) ELT) (((-3 (-485) #1#) $) NIL (|has| (-485) (-951 (-485))) ELT)) (-3158 (((-485) $) NIL T ELT) (((-1091) $) NIL (|has| (-485) (-951 (-1091))) ELT) (((-350 (-485)) $) NIL (|has| (-485) (-951 (-485))) ELT) (((-485) $) NIL (|has| (-485) (-951 (-485))) ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-485)) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-485) (-484)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3188 (((-85) $) NIL (|has| (-485) (-741)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (|has| (-485) (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (|has| (-485) (-797 (-330))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL T ELT)) (-3000 (((-485) $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| (-485) (-1067)) ELT)) (-3189 (((-85) $) NIL (|has| (-485) (-741)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| (-485) (-757)) ELT)) (-3960 (($ (-1 (-485) (-485)) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL T ELT) (((-631 (-485)) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-485) (-1067)) CONST)) (-1949 (($ (-350 (-485))) 9 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) NIL (|has| (-485) (-258)) ELT) (((-350 (-485)) $) NIL T ELT)) (-3132 (((-485) $) NIL (|has| (-485) (-484)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-3770 (($ $ (-584 (-485)) (-584 (-485))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-485) (-485)) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-249 (-485))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-584 (-249 (-485)))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-584 (-1091)) (-584 (-485))) NIL (|has| (-485) (-456 (-1091) (-485))) ELT) (($ $ (-1091) (-485)) NIL (|has| (-485) (-456 (-1091) (-485))) ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ $ (-485)) NIL (|has| (-485) (-241 (-485) (-485))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3760 (($ $ (-1 (-485) (-485))) NIL T ELT) (($ $ (-1 (-485) (-485)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $) NIL (|has| (-485) (-189)) ELT) (($ $ (-695)) NIL (|has| (-485) (-189)) ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-485) $) NIL T ELT)) (-3974 (((-801 (-485)) $) NIL (|has| (-485) (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| (-485) (-554 (-801 (-330)))) ELT) (((-474) $) NIL (|has| (-485) (-554 (-474))) ELT) (((-330) $) NIL (|has| (-485) (-934)) ELT) (((-179) $) NIL (|has| (-485) (-934)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| (-485) (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) 8 T ELT) (($ (-485)) NIL T ELT) (($ (-1091)) NIL (|has| (-485) (-951 (-1091))) ELT) (((-350 (-485)) $) NIL T ELT) (((-918 16) $) 10 T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-485) (-822))) (|has| (-485) (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-3133 (((-485) $) NIL (|has| (-485) (-484)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 (($ $) NIL (|has| (-485) (-741)) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-1 (-485) (-485))) NIL T ELT) (($ $ (-1 (-485) (-485)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $) NIL (|has| (-485) (-189)) ELT) (($ $ (-695)) NIL (|has| (-485) (-189)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-3951 (($ $ $) NIL T ELT) (($ (-485) (-485)) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ (-485)) NIL T ELT)))
+(((-427) (-13 (-905 (-485)) (-553 (-350 (-485))) (-553 (-918 16)) (-10 -8 (-15 -3130 ((-350 (-485)) $)) (-15 -1949 ($ (-350 (-485))))))) (T -427))
+((-3130 (*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-427)))) (-1949 (*1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-427)))))
+((-3770 (($ $ (-584 (-249 |#2|))) 13 T ELT) (($ $ (-249 |#2|)) NIL T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL T ELT)))
+(((-428 |#1| |#2|) (-10 -7 (-15 -3770 (|#1| |#1| (-584 |#2|) (-584 |#2|))) (-15 -3770 (|#1| |#1| |#2| |#2|)) (-15 -3770 (|#1| |#1| (-249 |#2|))) (-15 -3770 (|#1| |#1| (-584 (-249 |#2|))))) (-429 |#2|) (-1130)) (T -428))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3726 (($) 6 T CONST)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-429 |#1|) (-113) (-1130)) (T -429))
+((-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-429 *3)) (-4 *3 (-1130)))))
+(-13 (-34) (-10 -8 (IF (|has| |t#1| (-553 (-773))) (-6 (-553 (-773))) |%noBranch|) (IF (|has| |t#1| (-72)) (-6 (-72)) |%noBranch|) (IF (|has| |t#1| (-1014)) (-6 (-1014)) |%noBranch|) (IF (|has| |t#1| (-1014)) (IF (|has| |t#1| (-260 |t#1|)) (-6 (-260 |t#1|)) |%noBranch|) |%noBranch|) (-15 -3960 ($ (-1 |t#1| |t#1|) $))))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1130) . T))
+((-3948 ((|#1| $) 6 T ELT) (($ |#1|) 9 T ELT)))
+(((-430 |#1|) (-113) (-1130)) (T -430))
+NIL
+(-13 (-553 |t#1|) (-556 |t#1|))
+(((-556 |#1|) . T) ((-553 |#1|) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1950 (($ (-1074)) 8 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 15 T ELT) (((-1074) $) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 11 T ELT)))
+(((-431) (-13 (-1014) (-553 (-1074)) (-10 -8 (-15 -1950 ($ (-1074)))))) (T -431))
+((-1950 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-431)))))
+((-3494 (($ $) 15 T ELT)) (-3492 (($ $) 24 T ELT)) (-3496 (($ $) 12 T ELT)) (-3497 (($ $) 10 T ELT)) (-3495 (($ $) 17 T ELT)) (-3493 (($ $) 22 T ELT)))
+(((-432 |#1|) (-10 -7 (-15 -3493 (|#1| |#1|)) (-15 -3495 (|#1| |#1|)) (-15 -3497 (|#1| |#1|)) (-15 -3496 (|#1| |#1|)) (-15 -3492 (|#1| |#1|)) (-15 -3494 (|#1| |#1|))) (-433)) (T -432))
+NIL
+((-3494 (($ $) 11 T ELT)) (-3492 (($ $) 10 T ELT)) (-3496 (($ $) 9 T ELT)) (-3497 (($ $) 8 T ELT)) (-3495 (($ $) 7 T ELT)) (-3493 (($ $) 6 T ELT)))
(((-433) (-113)) (T -433))
-((-3493 (*1 *1 *1) (-4 *1 (-433))) (-3491 (*1 *1 *1) (-4 *1 (-433))) (-3495 (*1 *1 *1) (-4 *1 (-433))) (-3496 (*1 *1 *1) (-4 *1 (-433))) (-3494 (*1 *1 *1) (-4 *1 (-433))) (-3492 (*1 *1 *1) (-4 *1 (-433))))
-(-13 (-10 -8 (-15 -3492 ($ $)) (-15 -3494 ($ $)) (-15 -3496 ($ $)) (-15 -3495 ($ $)) (-15 -3491 ($ $)) (-15 -3493 ($ $))))
-((-3733 (((-348 |#4|) |#4| (-1 (-348 |#2|) |#2|)) 54 T ELT)))
-(((-434 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3733 ((-348 |#4|) |#4| (-1 (-348 |#2|) |#2|)))) (-312) (-1155 |#1|) (-13 (-312) (-120) (-661 |#1| |#2|)) (-1155 |#3|)) (T -434))
-((-3733 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312)) (-4 *7 (-13 (-312) (-120) (-661 *5 *6))) (-5 *2 (-348 *3)) (-5 *1 (-434 *5 *6 *7 *3)) (-4 *3 (-1155 *7)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1215 (((-583 $) (-1085 $) (-1090)) NIL T ELT) (((-583 $) (-1085 $)) NIL T ELT) (((-583 $) (-857 $)) NIL T ELT)) (-1216 (($ (-1085 $) (-1090)) NIL T ELT) (($ (-1085 $)) NIL T ELT) (($ (-857 $)) NIL T ELT)) (-3189 (((-85) $) 39 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1950 (((-85) $ $) 72 T ELT)) (-1600 (((-583 (-550 $)) $) 49 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-1604 (($ $ (-249 $)) NIL T ELT) (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-583 (-550 $)) (-583 $)) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-3038 (($ $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-1217 (((-583 $) (-1085 $) (-1090)) NIL T ELT) (((-583 $) (-1085 $)) NIL T ELT) (((-583 $) (-857 $)) NIL T ELT)) (-3184 (($ (-1085 $) (-1090)) NIL T ELT) (($ (-1085 $)) NIL T ELT) (($ (-857 $)) NIL T ELT)) (-3158 (((-3 (-550 $) #1#) $) NIL T ELT) (((-3 (-484) #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT)) (-3157 (((-550 $) $) NIL T ELT) (((-484) $) NIL T ELT) (((-350 (-484)) $) 54 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-484)) (-630 $)) NIL T ELT) (((-2 (|:| |mat| (-630 (-350 (-484)))) (|:| |vec| (-1179 (-350 (-484))))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-350 (-484))) (-630 $)) NIL T ELT)) (-3843 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-2574 (($ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-1599 (((-583 (-86)) $) NIL T ELT)) (-3596 (((-86) (-86)) NIL T ELT)) (-2410 (((-85) $) 42 T ELT)) (-2674 (((-85) $) NIL (|has| $ (-950 (-484))) ELT)) (-2999 (((-1039 (-484) (-550 $)) $) 37 T ELT)) (-3012 (($ $ (-484)) NIL T ELT)) (-3133 (((-1085 $) (-1085 $) (-550 $)) 86 T ELT) (((-1085 $) (-1085 $) (-583 (-550 $))) 61 T ELT) (($ $ (-550 $)) 75 T ELT) (($ $ (-583 (-550 $))) 76 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-1597 (((-1085 $) (-550 $)) 73 (|has| $ (-961)) ELT)) (-3959 (($ (-1 $ $) (-550 $)) NIL T ELT)) (-1602 (((-3 (-550 $) #1#) $) NIL T ELT)) (-2280 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL T ELT) (((-630 (-484)) (-1179 $)) NIL T ELT) (((-2 (|:| |mat| (-630 (-350 (-484)))) (|:| |vec| (-1179 (-350 (-484))))) (-1179 $) $) NIL T ELT) (((-630 (-350 (-484))) (-1179 $)) NIL T ELT)) (-1894 (($ (-583 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1601 (((-583 (-550 $)) $) NIL T ELT)) (-2235 (($ (-86) $) NIL T ELT) (($ (-86) (-583 $)) NIL T ELT)) (-2634 (((-85) $ (-86)) NIL T ELT) (((-85) $ (-1090)) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-2604 (((-694) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ (-583 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-1598 (((-85) $ $) NIL T ELT) (((-85) $ (-1090)) NIL T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-2675 (((-85) $) NIL (|has| $ (-950 (-484))) ELT)) (-3769 (($ $ (-550 $) $) NIL T ELT) (($ $ (-583 (-550 $)) (-583 $)) NIL T ELT) (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ $))) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-1 $ (-583 $)))) NIL T ELT) (($ $ (-1090) (-1 $ (-583 $))) NIL T ELT) (($ $ (-1090) (-1 $ $)) NIL T ELT) (($ $ (-583 (-86)) (-583 (-1 $ $))) NIL T ELT) (($ $ (-583 (-86)) (-583 (-1 $ (-583 $)))) NIL T ELT) (($ $ (-86) (-1 $ (-583 $))) NIL T ELT) (($ $ (-86) (-1 $ $)) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ (-86) $) NIL T ELT) (($ (-86) $ $) NIL T ELT) (($ (-86) $ $ $) NIL T ELT) (($ (-86) $ $ $ $) NIL T ELT) (($ (-86) (-583 $)) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1603 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3759 (($ $) 36 T ELT) (($ $ (-694)) NIL T ELT)) (-2998 (((-1039 (-484) (-550 $)) $) 20 T ELT)) (-3186 (($ $) NIL (|has| $ (-961)) ELT)) (-3973 (((-330) $) 100 T ELT) (((-179) $) 108 T ELT) (((-142 (-330)) $) 116 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-550 $)) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-1039 (-484) (-550 $))) 21 T ELT)) (-3127 (((-694)) NIL T CONST)) (-2591 (($ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-2254 (((-85) (-86)) 92 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 10 T CONST)) (-2667 (($) 22 T CONST)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3057 (((-85) $ $) 24 T ELT)) (-3950 (($ $ $) 44 T ELT)) (-3838 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-350 (-484))) NIL T ELT) (($ $ (-484)) 47 T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-830)) NIL T ELT)) (* (($ (-350 (-484)) $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ $ $) 27 T ELT) (($ (-484) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-830) $) NIL T ELT)))
-(((-435) (-13 (-254) (-27) (-950 (-484)) (-950 (-350 (-484))) (-580 (-484)) (-933) (-580 (-350 (-484))) (-120) (-553 (-142 (-330))) (-190) (-555 (-1039 (-484) (-550 $))) (-10 -8 (-15 -2999 ((-1039 (-484) (-550 $)) $)) (-15 -2998 ((-1039 (-484) (-550 $)) $)) (-15 -3843 ($ $)) (-15 -1950 ((-85) $ $)) (-15 -3133 ((-1085 $) (-1085 $) (-550 $))) (-15 -3133 ((-1085 $) (-1085 $) (-583 (-550 $)))) (-15 -3133 ($ $ (-550 $))) (-15 -3133 ($ $ (-583 (-550 $))))))) (T -435))
-((-2999 (*1 *2 *1) (-12 (-5 *2 (-1039 (-484) (-550 (-435)))) (-5 *1 (-435)))) (-2998 (*1 *2 *1) (-12 (-5 *2 (-1039 (-484) (-550 (-435)))) (-5 *1 (-435)))) (-3843 (*1 *1 *1) (-5 *1 (-435))) (-1950 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-435)))) (-3133 (*1 *2 *2 *3) (-12 (-5 *2 (-1085 (-435))) (-5 *3 (-550 (-435))) (-5 *1 (-435)))) (-3133 (*1 *2 *2 *3) (-12 (-5 *2 (-1085 (-435))) (-5 *3 (-583 (-550 (-435)))) (-5 *1 (-435)))) (-3133 (*1 *1 *1 *2) (-12 (-5 *2 (-550 (-435))) (-5 *1 (-435)))) (-3133 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-550 (-435)))) (-5 *1 (-435)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1035 |#1|)) (|has| |#1| (-756))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-756)) ELT)) (-3789 ((|#1| $ (-484) |#1|) 19 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) NIL T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1576 ((|#1| $ (-484) |#1|) 14 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 13 T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) NIL T ELT) (((-484) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) NIL (|has| |#1| (-72)) ELT)) (-3615 (($ (-694) |#1|) NIL T ELT)) (-2200 (((-484) $) 9 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) 16 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-2304 (($ |#1| $ (-484)) NIL T ELT) (($ $ $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) NIL (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2199 (($ $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ (-484) |#1|) NIL T ELT) ((|#1| $ (-484)) 18 T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-2305 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) NIL T ELT)) (-3803 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-436 |#1| |#2|) (-19 |#1|) (-1129) (-484)) (T -436))
-NIL
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3789 ((|#1| $ (-484) (-484) |#1|) 44 T ELT)) (-1257 (($ $ (-484) |#2|) NIL T ELT)) (-1256 (($ $ (-484) |#3|) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3112 ((|#2| $ (-484)) 53 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-1576 ((|#1| $ (-484) (-484) |#1|) 43 T ELT)) (-3113 ((|#1| $ (-484) (-484)) 38 T ELT)) (-3115 (((-694) $) 28 T ELT)) (-3615 (($ (-694) (-694) |#1|) 24 T ELT)) (-3114 (((-694) $) 30 T ELT)) (-3119 (((-484) $) 26 T ELT)) (-3117 (((-484) $) 27 T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3118 (((-484) $) 29 T ELT)) (-3116 (((-484) $) 31 T ELT)) (-3327 (($ (-1 |#1| |#1|) $) 66 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 64 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 70 T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 74 T ELT)) (-3243 (((-1073) $) 48 (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-2199 (($ $ |#1|) 61 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 33 T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ (-484) (-484)) 41 T ELT) ((|#1| $ (-484) (-484) |#1|) 72 T ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) NIL T ELT) (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3401 (($ $) 59 T ELT)) (-3111 ((|#3| $ (-484)) 55 T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-437 |#1| |#2| |#3|) (-57 |#1| |#2| |#3|) (-1129) (-324 |#1|) (-324 |#1|)) (T -437))
-NIL
-((-1952 (((-583 (-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|)))) (-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|))) (-694) (-694)) 32 T ELT)) (-1951 (((-583 (-1085 |#1|)) |#1| (-694) (-694) (-694)) 43 T ELT)) (-2077 (((-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|))) (-583 |#3|) (-583 (-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|)))) (-694)) 107 T ELT)))
-(((-438 |#1| |#2| |#3|) (-10 -7 (-15 -1951 ((-583 (-1085 |#1|)) |#1| (-694) (-694) (-694))) (-15 -1952 ((-583 (-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|)))) (-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|))) (-694) (-694))) (-15 -2077 ((-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|))) (-583 |#3|) (-583 (-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|)))) (-694)))) (-299) (-1155 |#1|) (-1155 |#2|)) (T -438))
-((-2077 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 (-2 (|:| -2012 (-630 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-630 *7))))) (-5 *5 (-694)) (-4 *8 (-1155 *7)) (-4 *7 (-1155 *6)) (-4 *6 (-299)) (-5 *2 (-2 (|:| -2012 (-630 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-630 *7)))) (-5 *1 (-438 *6 *7 *8)))) (-1952 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-694)) (-4 *5 (-299)) (-4 *6 (-1155 *5)) (-5 *2 (-583 (-2 (|:| -2012 (-630 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-630 *6))))) (-5 *1 (-438 *5 *6 *7)) (-5 *3 (-2 (|:| -2012 (-630 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-630 *6)))) (-4 *7 (-1155 *6)))) (-1951 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-694)) (-4 *3 (-299)) (-4 *5 (-1155 *3)) (-5 *2 (-583 (-1085 *3))) (-5 *1 (-438 *3 *5 *6)) (-4 *6 (-1155 *5)))))
-((-1958 (((-2 (|:| -2012 (-630 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-630 |#1|))) (-2 (|:| -2012 (-630 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-630 |#1|))) (-2 (|:| -2012 (-630 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-630 |#1|)))) 70 T ELT)) (-1953 ((|#1| (-630 |#1|) |#1| (-694)) 24 T ELT)) (-1955 (((-694) (-694) (-694)) 34 T ELT)) (-1957 (((-630 |#1|) (-630 |#1|) (-630 |#1|)) 50 T ELT)) (-1956 (((-630 |#1|) (-630 |#1|) (-630 |#1|) |#1|) 58 T ELT) (((-630 |#1|) (-630 |#1|) (-630 |#1|)) 55 T ELT)) (-1954 ((|#1| (-630 |#1|) (-630 |#1|) |#1| (-484)) 28 T ELT)) (-3330 ((|#1| (-630 |#1|)) 18 T ELT)))
-(((-439 |#1| |#2| |#3|) (-10 -7 (-15 -3330 (|#1| (-630 |#1|))) (-15 -1953 (|#1| (-630 |#1|) |#1| (-694))) (-15 -1954 (|#1| (-630 |#1|) (-630 |#1|) |#1| (-484))) (-15 -1955 ((-694) (-694) (-694))) (-15 -1956 ((-630 |#1|) (-630 |#1|) (-630 |#1|))) (-15 -1956 ((-630 |#1|) (-630 |#1|) (-630 |#1|) |#1|)) (-15 -1957 ((-630 |#1|) (-630 |#1|) (-630 |#1|))) (-15 -1958 ((-2 (|:| -2012 (-630 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-630 |#1|))) (-2 (|:| -2012 (-630 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-630 |#1|))) (-2 (|:| -2012 (-630 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-630 |#1|)))))) (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $)))) (-1155 |#1|) (-353 |#1| |#2|)) (T -439))
-((-1958 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3)))) (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *4 (-1155 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-1957 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *4 (-1155 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-1956 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *4 (-1155 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-1956 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *4 (-1155 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-1955 (*1 *2 *2 *2) (-12 (-5 *2 (-694)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *4 (-1155 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-1954 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-630 *2)) (-5 *4 (-484)) (-4 *2 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *5 (-1155 *2)) (-5 *1 (-439 *2 *5 *6)) (-4 *6 (-353 *2 *5)))) (-1953 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-630 *2)) (-5 *4 (-694)) (-4 *2 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *5 (-1155 *2)) (-5 *1 (-439 *2 *5 *6)) (-4 *6 (-353 *2 *5)))) (-3330 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *4 (-1155 *2)) (-4 *2 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-5 *1 (-439 *2 *4 *5)) (-4 *5 (-353 *2 *4)))))
-((-1960 (((-3 |#2| #1="failed") (-1 (-3 |#1| #1#) |#4|) (-1085 |#4|)) 35 T ELT)) (-1959 (((-1085 |#4|) (-1 |#4| |#1|) |#2|) 31 T ELT) ((|#2| (-1 |#1| |#4|) (-1085 |#4|)) 22 T ELT)) (-1961 (((-3 (-630 |#2|) #1#) (-1 (-3 |#1| #1#) |#4|) (-630 (-1085 |#4|))) 46 T ELT)) (-1962 (((-1085 (-1085 |#4|)) (-1 |#4| |#1|) |#3|) 55 T ELT)))
-(((-440 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1959 (|#2| (-1 |#1| |#4|) (-1085 |#4|))) (-15 -1959 ((-1085 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -1960 ((-3 |#2| #1="failed") (-1 (-3 |#1| #1#) |#4|) (-1085 |#4|))) (-15 -1961 ((-3 (-630 |#2|) #1#) (-1 (-3 |#1| #1#) |#4|) (-630 (-1085 |#4|)))) (-15 -1962 ((-1085 (-1085 |#4|)) (-1 |#4| |#1|) |#3|))) (-961) (-1155 |#1|) (-1155 |#2|) (-961)) (T -440))
-((-1962 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-961)) (-4 *7 (-961)) (-4 *6 (-1155 *5)) (-5 *2 (-1085 (-1085 *7))) (-5 *1 (-440 *5 *6 *4 *7)) (-4 *4 (-1155 *6)))) (-1961 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-630 (-1085 *8))) (-4 *5 (-961)) (-4 *8 (-961)) (-4 *6 (-1155 *5)) (-5 *2 (-630 *6)) (-5 *1 (-440 *5 *6 *7 *8)) (-4 *7 (-1155 *6)))) (-1960 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1085 *7)) (-4 *5 (-961)) (-4 *7 (-961)) (-4 *2 (-1155 *5)) (-5 *1 (-440 *5 *2 *6 *7)) (-4 *6 (-1155 *2)))) (-1959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-961)) (-4 *7 (-961)) (-4 *4 (-1155 *5)) (-5 *2 (-1085 *7)) (-5 *1 (-440 *5 *4 *6 *7)) (-4 *6 (-1155 *4)))) (-1959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1085 *7)) (-4 *5 (-961)) (-4 *7 (-961)) (-4 *2 (-1155 *5)) (-5 *1 (-440 *5 *2 *6 *7)) (-4 *6 (-1155 *2)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1963 (((-1185) $) 25 T ELT)) (-3801 (((-1073) $ (-1090)) 30 T ELT)) (-3618 (((-1185) $) 20 T ELT)) (-3947 (((-772) $) 27 T ELT) (($ (-1073)) 26 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 12 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 10 T ELT)))
-(((-441) (-13 (-756) (-555 (-1073)) (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 ((-1185) $)) (-15 -1963 ((-1185) $))))) (T -441))
-((-3801 (*1 *2 *1 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1073)) (-5 *1 (-441)))) (-3618 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-441)))) (-1963 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-441)))))
-((-3742 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19 T ELT)) (-3740 ((|#1| |#4|) 10 T ELT)) (-3741 ((|#3| |#4|) 17 T ELT)))
-(((-442 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3740 (|#1| |#4|)) (-15 -3741 (|#3| |#4|)) (-15 -3742 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-495) (-904 |#1|) (-324 |#1|) (-324 |#2|)) (T -442))
-((-3742 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-904 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-442 *4 *5 *6 *3)) (-4 *6 (-324 *4)) (-4 *3 (-324 *5)))) (-3741 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-904 *4)) (-4 *2 (-324 *4)) (-5 *1 (-442 *4 *5 *2 *3)) (-4 *3 (-324 *5)))) (-3740 (*1 *2 *3) (-12 (-4 *4 (-904 *2)) (-4 *2 (-495)) (-5 *1 (-442 *2 *4 *5 *3)) (-4 *5 (-324 *2)) (-4 *3 (-324 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1973 (((-85) $ (-583 |#3|)) 127 T ELT) (((-85) $) 128 T ELT)) (-3189 (((-85) $) 178 T ELT)) (-1965 (($ $ |#4|) 117 T ELT) (($ $ |#4| (-583 |#3|)) 122 T ELT)) (-1964 (((-1080 (-583 (-857 |#1|)) (-583 (-249 (-857 |#1|)))) (-583 |#4|)) 171 (|has| |#3| (-553 (-1090))) ELT)) (-1972 (($ $ $) 107 T ELT) (($ $ |#4|) 105 T ELT)) (-2410 (((-85) $) 177 T ELT)) (-1969 (($ $) 132 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3239 (($ $ $) 99 T ELT) (($ (-583 $)) 101 T ELT)) (-1974 (((-85) |#4| $) 130 T ELT)) (-1975 (((-85) $ $) 82 T ELT)) (-1968 (($ (-583 |#4|)) 106 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1967 (($ (-583 |#4|)) 175 T ELT)) (-1966 (((-85) $) 176 T ELT)) (-2251 (($ $) 85 T ELT)) (-2696 (((-583 |#4|) $) 73 T ELT)) (-1971 (((-2 (|:| |mval| (-630 |#1|)) (|:| |invmval| (-630 |#1|)) (|:| |genIdeal| $)) $ (-583 |#3|)) NIL T ELT)) (-1976 (((-85) |#4| $) 89 T ELT)) (-3912 (((-484) $ (-583 |#3|)) 134 T ELT) (((-484) $) 135 T ELT)) (-3947 (((-772) $) 174 T ELT) (($ (-583 |#4|)) 102 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1970 (($ (-2 (|:| |mval| (-630 |#1|)) (|:| |invmval| (-630 |#1|)) (|:| |genIdeal| $))) NIL T ELT)) (-3057 (((-85) $ $) 84 T ELT)) (-3840 (($ $ $) 109 T ELT)) (** (($ $ (-694)) 115 T ELT)) (* (($ $ $) 113 T ELT)))
-(((-443 |#1| |#2| |#3| |#4|) (-13 (-1013) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-694))) (-15 -3840 ($ $ $)) (-15 -2410 ((-85) $)) (-15 -3189 ((-85) $)) (-15 -1976 ((-85) |#4| $)) (-15 -1975 ((-85) $ $)) (-15 -1974 ((-85) |#4| $)) (-15 -1973 ((-85) $ (-583 |#3|))) (-15 -1973 ((-85) $)) (-15 -3239 ($ $ $)) (-15 -3239 ($ (-583 $))) (-15 -1972 ($ $ $)) (-15 -1972 ($ $ |#4|)) (-15 -2251 ($ $)) (-15 -1971 ((-2 (|:| |mval| (-630 |#1|)) (|:| |invmval| (-630 |#1|)) (|:| |genIdeal| $)) $ (-583 |#3|))) (-15 -1970 ($ (-2 (|:| |mval| (-630 |#1|)) (|:| |invmval| (-630 |#1|)) (|:| |genIdeal| $)))) (-15 -3912 ((-484) $ (-583 |#3|))) (-15 -3912 ((-484) $)) (-15 -1969 ($ $)) (-15 -1968 ($ (-583 |#4|))) (-15 -1967 ($ (-583 |#4|))) (-15 -1966 ((-85) $)) (-15 -2696 ((-583 |#4|) $)) (-15 -3947 ($ (-583 |#4|))) (-15 -1965 ($ $ |#4|)) (-15 -1965 ($ $ |#4| (-583 |#3|))) (IF (|has| |#3| (-553 (-1090))) (-15 -1964 ((-1080 (-583 (-857 |#1|)) (-583 (-249 (-857 |#1|)))) (-583 |#4|))) |%noBranch|))) (-312) (-717) (-756) (-861 |#1| |#2| |#3|)) (T -443))
-((* (*1 *1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5)) (-4 *5 (-861 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))) (-3840 (*1 *1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5)) (-4 *5 (-861 *2 *3 *4)))) (-2410 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))) (-3189 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))) (-1976 (*1 *2 *3 *1) (-12 (-4 *4 (-312)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-443 *4 *5 *6 *3)) (-4 *3 (-861 *4 *5 *6)))) (-1975 (*1 *2 *1 *1) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))) (-1974 (*1 *2 *3 *1) (-12 (-4 *4 (-312)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-443 *4 *5 *6 *3)) (-4 *3 (-861 *4 *5 *6)))) (-1973 (*1 *2 *1 *3) (-12 (-5 *3 (-583 *6)) (-4 *6 (-756)) (-4 *4 (-312)) (-4 *5 (-717)) (-5 *2 (-85)) (-5 *1 (-443 *4 *5 *6 *7)) (-4 *7 (-861 *4 *5 *6)))) (-1973 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))) (-3239 (*1 *1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5)) (-4 *5 (-861 *2 *3 *4)))) (-3239 (*1 *1 *2) (-12 (-5 *2 (-583 (-443 *3 *4 *5 *6))) (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))) (-1972 (*1 *1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5)) (-4 *5 (-861 *2 *3 *4)))) (-1972 (*1 *1 *1 *2) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *2)) (-4 *2 (-861 *3 *4 *5)))) (-2251 (*1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5)) (-4 *5 (-861 *2 *3 *4)))) (-1971 (*1 *2 *1 *3) (-12 (-5 *3 (-583 *6)) (-4 *6 (-756)) (-4 *4 (-312)) (-4 *5 (-717)) (-5 *2 (-2 (|:| |mval| (-630 *4)) (|:| |invmval| (-630 *4)) (|:| |genIdeal| (-443 *4 *5 *6 *7)))) (-5 *1 (-443 *4 *5 *6 *7)) (-4 *7 (-861 *4 *5 *6)))) (-1970 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-630 *3)) (|:| |invmval| (-630 *3)) (|:| |genIdeal| (-443 *3 *4 *5 *6)))) (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))) (-3912 (*1 *2 *1 *3) (-12 (-5 *3 (-583 *6)) (-4 *6 (-756)) (-4 *4 (-312)) (-4 *5 (-717)) (-5 *2 (-484)) (-5 *1 (-443 *4 *5 *6 *7)) (-4 *7 (-861 *4 *5 *6)))) (-3912 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-484)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))) (-1969 (*1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5)) (-4 *5 (-861 *2 *3 *4)))) (-1968 (*1 *1 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6)))) (-1967 (*1 *1 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6)))) (-1966 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))) (-2696 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *6)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6)))) (-1965 (*1 *1 *1 *2) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *2)) (-4 *2 (-861 *3 *4 *5)))) (-1965 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-583 *6)) (-4 *6 (-756)) (-4 *4 (-312)) (-4 *5 (-717)) (-5 *1 (-443 *4 *5 *6 *2)) (-4 *2 (-861 *4 *5 *6)))) (-1964 (*1 *2 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-861 *4 *5 *6)) (-4 *6 (-553 (-1090))) (-4 *4 (-312)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-1080 (-583 (-857 *4)) (-583 (-249 (-857 *4))))) (-5 *1 (-443 *4 *5 *6 *7)))))
-((-1977 (((-85) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484))))) 178 T ELT)) (-1978 (((-85) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484))))) 179 T ELT)) (-1979 (((-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484))))) 129 T ELT)) (-3724 (((-85) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484))))) NIL T ELT)) (-1980 (((-583 (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484))))) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484))))) 181 T ELT)) (-1981 (((-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))) (-583 (-773 |#1|))) 197 T ELT)))
-(((-444 |#1| |#2|) (-10 -7 (-15 -1977 ((-85) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))))) (-15 -1978 ((-85) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))))) (-15 -3724 ((-85) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))))) (-15 -1979 ((-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))))) (-15 -1980 ((-583 (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484))))) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))))) (-15 -1981 ((-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))) (-443 (-350 (-484)) (-197 |#2| (-694)) (-773 |#1|) (-206 |#1| (-350 (-484)))) (-583 (-773 |#1|))))) (-583 (-1090)) (-694)) (T -444))
-((-1981 (*1 *2 *2 *3) (-12 (-5 *2 (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484))))) (-5 *3 (-583 (-773 *4))) (-14 *4 (-583 (-1090))) (-14 *5 (-694)) (-5 *1 (-444 *4 *5)))) (-1980 (*1 *2 *3) (-12 (-14 *4 (-583 (-1090))) (-14 *5 (-694)) (-5 *2 (-583 (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484)))))) (-5 *1 (-444 *4 *5)) (-5 *3 (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484))))))) (-1979 (*1 *2 *2) (-12 (-5 *2 (-443 (-350 (-484)) (-197 *4 (-694)) (-773 *3) (-206 *3 (-350 (-484))))) (-14 *3 (-583 (-1090))) (-14 *4 (-694)) (-5 *1 (-444 *3 *4)))) (-3724 (*1 *2 *3) (-12 (-5 *3 (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484))))) (-14 *4 (-583 (-1090))) (-14 *5 (-694)) (-5 *2 (-85)) (-5 *1 (-444 *4 *5)))) (-1978 (*1 *2 *3) (-12 (-5 *3 (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484))))) (-14 *4 (-583 (-1090))) (-14 *5 (-694)) (-5 *2 (-85)) (-5 *1 (-444 *4 *5)))) (-1977 (*1 *2 *3) (-12 (-5 *3 (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484))))) (-14 *4 (-583 (-1090))) (-14 *5 (-694)) (-5 *2 (-85)) (-5 *1 (-444 *4 *5)))))
-((-3801 ((|#1| $ |#1| |#1|) 6 T ELT)))
-(((-445 |#1|) (-113) (-72)) (T -445))
-NIL
-(-13 (-80 |t#1|) (-10 -8 (-6 (|%Rule| |idempotence| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|)) (-3057 (|f| |x| |x|) |x|))))))
-(((-80 |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1982 (($) 6 T ELT)) (-3947 (((-772) $) 10 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-446) (-13 (-1013) (-10 -8 (-15 -1982 ($))))) (T -446))
-((-1982 (*1 *1) (-5 *1 (-446))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3775 (((-583 (-453 |#1| |#2|)) $) 10 T ELT)) (-1312 (((-3 $ "failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2894 (($ |#1| |#2|) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1983 ((|#2| $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3973 (($ (-583 (-453 |#1| |#2|))) 15 T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 20 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) 16 T ELT) (($ $ $) 36 T ELT)) (-3840 (($ $ $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 25 T ELT)))
-(((-447 |#1| |#2|) (-13 (-21) (-449 |#1| |#2|)) (-21) (-759)) (T -447))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 16 T ELT)) (-3775 (((-583 (-453 |#1| |#2|)) $) 13 T ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) 39 T ELT)) (-1214 (((-85) $ $) 44 T ELT)) (-2894 (($ |#1| |#2|) 36 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1983 ((|#2| $) NIL T ELT)) (-3175 ((|#1| $) 41 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3973 (($ (-583 (-453 |#1| |#2|))) 11 T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 12 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3840 (($ $ $) 30 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) 35 T ELT)))
-(((-448 |#1| |#2|) (-13 (-23) (-449 |#1| |#2|)) (-23) (-759)) (T -448))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3775 (((-583 (-453 |#1| |#2|)) $) 16 T ELT)) (-3960 (($ $) 17 T ELT)) (-2894 (($ |#1| |#2|) 20 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 21 T ELT)) (-1983 ((|#2| $) 18 T ELT)) (-3175 ((|#1| $) 19 T ELT)) (-3243 (((-1073) $) 15 (-12 (|has| |#2| (-1013)) (|has| |#1| (-1013))) ELT)) (-3244 (((-1033) $) 14 (-12 (|has| |#2| (-1013)) (|has| |#1| (-1013))) ELT)) (-3973 (($ (-583 (-453 |#1| |#2|))) 22 T ELT)) (-3947 (((-772) $) 13 (-12 (|has| |#2| (-1013)) (|has| |#1| (-1013))) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-449 |#1| |#2|) (-113) (-72) (-759)) (T -449))
-((-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-449 *3 *4)) (-4 *3 (-72)) (-4 *4 (-759)))) (-2894 (*1 *1 *2 *3) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-72)) (-4 *3 (-759)))) (-3175 (*1 *2 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *3 (-759)) (-4 *2 (-72)))) (-1983 (*1 *2 *1) (-12 (-4 *1 (-449 *3 *2)) (-4 *3 (-72)) (-4 *2 (-759)))) (-3960 (*1 *1 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-72)) (-4 *3 (-759)))) (-3775 (*1 *2 *1) (-12 (-4 *1 (-449 *3 *4)) (-4 *3 (-72)) (-4 *4 (-759)) (-5 *2 (-583 (-453 *3 *4))))))
-(-13 (-72) (-557 (-583 (-453 |t#1| |t#2|))) (-10 -8 (IF (|has| |t#1| (-1013)) (IF (|has| |t#2| (-1013)) (-6 (-1013)) |%noBranch|) |%noBranch|) (-15 -3959 ($ (-1 |t#1| |t#1|) $)) (-15 -2894 ($ |t#1| |t#2|)) (-15 -3175 (|t#1| $)) (-15 -1983 (|t#2| $)) (-15 -3960 ($ $)) (-15 -3775 ((-583 (-453 |t#1| |t#2|)) $))))
-(((-72) . T) ((-552 (-772)) -12 (|has| |#1| (-1013)) (|has| |#2| (-1013))) ((-557 (-583 (-453 |#1| |#2|))) . T) ((-13) . T) ((-1013) -12 (|has| |#1| (-1013)) (|has| |#2| (-1013))) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3775 (((-583 (-453 |#1| |#2|)) $) 29 T ELT)) (-3960 (($ $) 23 T ELT)) (-2894 (($ |#1| |#2|) 19 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 21 T ELT)) (-1983 ((|#2| $) 28 T ELT)) (-3175 ((|#1| $) 27 T ELT)) (-3243 (((-1073) $) NIL (-12 (|has| |#1| (-1013)) (|has| |#2| (-1013))) ELT)) (-3244 (((-1033) $) NIL (-12 (|has| |#1| (-1013)) (|has| |#2| (-1013))) ELT)) (-3973 (($ (-583 (-453 |#1| |#2|))) 30 T ELT)) (-1984 (($ $ $ (-1 |#1| |#1| |#1|) (-1 (-85) |#1| |#1|)) 40 T ELT)) (-3947 (((-772) $) 17 (-12 (|has| |#1| (-1013)) (|has| |#2| (-1013))) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-450 |#1| |#2|) (-13 (-449 |#1| |#2|) (-10 -8 (-15 -1984 ($ $ $ (-1 |#1| |#1| |#1|) (-1 (-85) |#1| |#1|))))) (-72) (-759)) (T -450))
-((-1984 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4 *4)) (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-72)) (-5 *1 (-450 *4 *5)) (-4 *5 (-759)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3775 (((-583 (-453 |#1| |#2|)) $) 10 T ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-3187 (((-85) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2894 (($ |#1| |#2|) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1983 ((|#2| $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3973 (($ (-583 (-453 |#1| |#2|))) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 21 T ELT)) (-3840 (($ $ $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT)))
-(((-451 |#1| |#2|) (-13 (-716) (-449 |#1| |#2|)) (-716) (-759)) (T -451))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3775 (((-583 (-453 |#1| |#2|)) $) NIL T ELT)) (-2484 (($ $ $) 24 T ELT)) (-1312 (((-3 $ "failed") $ $) 20 T ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-3187 (((-85) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2894 (($ |#1| |#2|) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1983 ((|#2| $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3973 (($ (-583 (-453 |#1| |#2|))) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT)))
-(((-452 |#1| |#2|) (-13 (-717) (-449 |#1| |#2|)) (-717) (-756)) (T -452))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-1985 (($ |#2| |#1|) 9 T ELT)) (-2400 ((|#2| $) 11 T ELT)) (-3947 (((-782 |#2| |#1|) $) 14 T ELT)) (-3678 ((|#1| $) 13 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-453 |#1| |#2|) (-13 (-72) (-552 (-782 |#2| |#1|)) (-10 -8 (-15 -1985 ($ |#2| |#1|)) (-15 -2400 (|#2| $)) (-15 -3678 (|#1| $)))) (-72) (-759)) (T -453))
-((-1985 (*1 *1 *2 *3) (-12 (-5 *1 (-453 *3 *2)) (-4 *3 (-72)) (-4 *2 (-759)))) (-2400 (*1 *2 *1) (-12 (-4 *2 (-759)) (-5 *1 (-453 *3 *2)) (-4 *3 (-72)))) (-3678 (*1 *2 *1) (-12 (-4 *2 (-72)) (-5 *1 (-453 *2 *3)) (-4 *3 (-759)))))
-((-3769 (($ $ (-583 |#2|) (-583 |#3|)) NIL T ELT) (($ $ |#2| |#3|) 12 T ELT)))
-(((-454 |#1| |#2| |#3|) (-10 -7 (-15 -3769 (|#1| |#1| |#2| |#3|)) (-15 -3769 (|#1| |#1| (-583 |#2|) (-583 |#3|)))) (-455 |#2| |#3|) (-1013) (-1129)) (T -454))
-NIL
-((-3769 (($ $ (-583 |#1|) (-583 |#2|)) 7 T ELT) (($ $ |#1| |#2|) 6 T ELT)))
-(((-455 |#1| |#2|) (-113) (-1013) (-1129)) (T -455))
-((-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 *4)) (-5 *3 (-583 *5)) (-4 *1 (-455 *4 *5)) (-4 *4 (-1013)) (-4 *5 (-1129)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-455 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1129)))))
-(-13 (-10 -8 (-15 -3769 ($ $ |t#1| |t#2|)) (-15 -3769 ($ $ (-583 |t#1|) (-583 |t#2|)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 17 T ELT)) (-3775 (((-583 (-2 (|:| |gen| |#1|) (|:| -3944 |#2|))) $) 19 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3137 (((-694) $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2299 ((|#1| $ (-484)) 24 T ELT)) (-1622 ((|#2| $ (-484)) 22 T ELT)) (-2290 (($ (-1 |#1| |#1|) $) 48 T ELT)) (-1621 (($ (-1 |#2| |#2|) $) 45 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1620 (($ $ $) 55 (|has| |#2| (-716)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 44 T ELT) (($ |#1|) NIL T ELT)) (-3678 ((|#2| |#1| $) 51 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 11 T CONST)) (-3057 (((-85) $ $) 30 T ELT)) (-3840 (($ $ $) 28 T ELT) (($ |#1| $) 26 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) 37 T ELT) (($ |#2| |#1|) 32 T ELT)))
-(((-456 |#1| |#2| |#3|) (-274 |#1| |#2|) (-1013) (-104) |#2|) (T -456))
-NIL
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1035 |#1|)) (|has| |#1| (-756))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-756)) ELT)) (-1986 (((-85) (-85)) 32 T ELT)) (-3789 ((|#1| $ (-484) |#1|) 42 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1570 (($ (-1 (-85) |#1|) $) 79 T ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) NIL T ELT)) (-2368 (($ $) 83 (|has| |#1| (-72)) ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3406 (($ |#1| $) NIL (|has| |#1| (-72)) ELT) (($ (-1 (-85) |#1|) $) 66 T ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1576 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) NIL T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) NIL T ELT) (((-484) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) NIL (|has| |#1| (-72)) ELT)) (-1987 (($ $ (-484)) 19 T ELT)) (-1988 (((-694) $) 13 T ELT)) (-3615 (($ (-694) |#1|) 31 T ELT)) (-2200 (((-484) $) 29 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2857 (($ $ $) NIL (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) 57 T ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) 58 T ELT) (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) 28 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3610 (($ $ $ (-484)) 75 T ELT) (($ |#1| $ (-484)) 59 T ELT)) (-2304 (($ |#1| $ (-484)) NIL T ELT) (($ $ $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1989 (($ (-583 |#1|)) 43 T ELT)) (-3802 ((|#1| $) NIL (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2199 (($ $ |#1|) 24 (|has| $ (-1035 |#1|)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 62 T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) 21 T ELT)) (-3801 ((|#1| $ (-484) |#1|) NIL T ELT) ((|#1| $ (-484)) 55 T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-1571 (($ $ (-1146 (-484))) 73 T ELT) (($ $ (-484)) 67 T ELT)) (-2305 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-1734 (($ $ $ (-484)) 63 (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) 53 T ELT)) (-3973 (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) NIL T ELT)) (-3792 (($ $ $) 64 T ELT) (($ $ |#1|) 61 T ELT)) (-3803 (($ $ |#1|) NIL T ELT) (($ |#1| $) 60 T ELT) (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3958 (((-694) $) 22 T ELT)))
-(((-457 |#1| |#2|) (-13 (-19 |#1|) (-237 |#1|) (-10 -8 (-15 -1989 ($ (-583 |#1|))) (-15 -1988 ((-694) $)) (-15 -1987 ($ $ (-484))) (-15 -1986 ((-85) (-85))))) (-1129) (-484)) (T -457))
-((-1989 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-457 *3 *4)) (-14 *4 (-484)))) (-1988 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-457 *3 *4)) (-4 *3 (-1129)) (-14 *4 (-484)))) (-1987 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-457 *3 *4)) (-4 *3 (-1129)) (-14 *4 *2))) (-1986 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-457 *3 *4)) (-4 *3 (-1129)) (-14 *4 (-484)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1991 (((-1049) $) 12 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1990 (((-1049) $) 14 T ELT)) (-3923 (((-1049) $) 10 T ELT)) (-3947 (((-772) $) 20 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-458) (-13 (-995) (-10 -8 (-15 -3923 ((-1049) $)) (-15 -1991 ((-1049) $)) (-15 -1990 ((-1049) $))))) (T -458))
-((-3923 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-458)))) (-1991 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-458)))) (-1990 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-458)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 (((-517 |#1|) $) NIL T ELT) (($ $ (-830)) NIL (|has| (-517 |#1|) (-320)) ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| (-517 |#1|) (-320)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| (-517 |#1|) (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-517 |#1|) #1#) $) NIL T ELT)) (-3157 (((-517 |#1|) $) NIL T ELT)) (-1795 (($ (-1179 (-517 |#1|))) NIL T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-517 |#1|) (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-517 |#1|) (-320)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) NIL (|has| (-517 |#1|) (-320)) ELT)) (-1680 (((-85) $) NIL (|has| (-517 |#1|) (-320)) ELT)) (-1767 (($ $ (-694)) NIL (OR (|has| (-517 |#1|) (-118)) (|has| (-517 |#1|) (-320))) ELT) (($ $) NIL (OR (|has| (-517 |#1|) (-118)) (|has| (-517 |#1|) (-320))) ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-830) $) NIL (|has| (-517 |#1|) (-320)) ELT) (((-743 (-830)) $) NIL (OR (|has| (-517 |#1|) (-118)) (|has| (-517 |#1|) (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) NIL (|has| (-517 |#1|) (-320)) ELT)) (-2011 (((-85) $) NIL (|has| (-517 |#1|) (-320)) ELT)) (-3133 (((-517 |#1|) $) NIL T ELT) (($ $ (-830)) NIL (|has| (-517 |#1|) (-320)) ELT)) (-3446 (((-632 $) $) NIL (|has| (-517 |#1|) (-320)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 (-517 |#1|)) $) NIL T ELT) (((-1085 $) $ (-830)) NIL (|has| (-517 |#1|) (-320)) ELT)) (-2010 (((-830) $) NIL (|has| (-517 |#1|) (-320)) ELT)) (-1627 (((-1085 (-517 |#1|)) $) NIL (|has| (-517 |#1|) (-320)) ELT)) (-1626 (((-1085 (-517 |#1|)) $) NIL (|has| (-517 |#1|) (-320)) ELT) (((-3 (-1085 (-517 |#1|)) #1#) $ $) NIL (|has| (-517 |#1|) (-320)) ELT)) (-1628 (($ $ (-1085 (-517 |#1|))) NIL (|has| (-517 |#1|) (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-517 |#1|) (-320)) CONST)) (-2400 (($ (-830)) NIL (|has| (-517 |#1|) (-320)) ELT)) (-3932 (((-85) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($) NIL (|has| (-517 |#1|) (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| (-517 |#1|) (-320)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-743 (-830))) NIL T ELT) (((-830)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-694) $) NIL (|has| (-517 |#1|) (-320)) ELT) (((-3 (-694) #1#) $ $) NIL (OR (|has| (-517 |#1|) (-118)) (|has| (-517 |#1|) (-320))) ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $ (-694)) NIL (|has| (-517 |#1|) (-320)) ELT) (($ $) NIL (|has| (-517 |#1|) (-320)) ELT)) (-3949 (((-743 (-830)) $) NIL T ELT) (((-830) $) NIL T ELT)) (-3186 (((-1085 (-517 |#1|))) NIL T ELT)) (-1674 (($) NIL (|has| (-517 |#1|) (-320)) ELT)) (-1629 (($) NIL (|has| (-517 |#1|) (-320)) ELT)) (-3225 (((-1179 (-517 |#1|)) $) NIL T ELT) (((-630 (-517 |#1|)) (-1179 $)) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| (-517 |#1|) (-320)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-517 |#1|)) NIL T ELT)) (-2703 (($ $) NIL (|has| (-517 |#1|) (-320)) ELT) (((-632 $) $) NIL (OR (|has| (-517 |#1|) (-118)) (|has| (-517 |#1|) (-320))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL T ELT) (((-1179 $) (-830)) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3929 (($ $) NIL (|has| (-517 |#1|) (-320)) ELT) (($ $ (-694)) NIL (|has| (-517 |#1|) (-320)) ELT)) (-2670 (($ $ (-694)) NIL (|has| (-517 |#1|) (-320)) ELT) (($ $) NIL (|has| (-517 |#1|) (-320)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT) (($ $ (-517 |#1|)) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ (-517 |#1|)) NIL T ELT) (($ (-517 |#1|) $) NIL T ELT)))
-(((-459 |#1| |#2|) (-280 (-517 |#1|)) (-830) (-830)) (T -459))
-NIL
-((-3110 ((|#4| |#4|) 38 T ELT)) (-3109 (((-694) |#4|) 45 T ELT)) (-3108 (((-694) |#4|) 46 T ELT)) (-3107 (((-583 |#3|) |#4|) 57 (|has| |#3| (-1035 |#1|)) ELT)) (-3591 (((-3 |#4| "failed") |#4|) 69 T ELT)) (-1992 ((|#4| |#4|) 61 T ELT)) (-3329 ((|#1| |#4|) 60 T ELT)))
-(((-460 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3110 (|#4| |#4|)) (-15 -3109 ((-694) |#4|)) (-15 -3108 ((-694) |#4|)) (IF (|has| |#3| (-1035 |#1|)) (-15 -3107 ((-583 |#3|) |#4|)) |%noBranch|) (-15 -3329 (|#1| |#4|)) (-15 -1992 (|#4| |#4|)) (-15 -3591 ((-3 |#4| "failed") |#4|))) (-312) (-324 |#1|) (-324 |#1|) (-627 |#1| |#2| |#3|)) (T -460))
-((-3591 (*1 *2 *2) (|partial| -12 (-4 *3 (-312)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-460 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))) (-1992 (*1 *2 *2) (-12 (-4 *3 (-312)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-460 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))) (-3329 (*1 *2 *3) (-12 (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-312)) (-5 *1 (-460 *2 *4 *5 *3)) (-4 *3 (-627 *2 *4 *5)))) (-3107 (*1 *2 *3) (-12 (-4 *6 (-1035 *4)) (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-583 *6)) (-5 *1 (-460 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6)))) (-3108 (*1 *2 *3) (-12 (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-694)) (-5 *1 (-460 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6)))) (-3109 (*1 *2 *3) (-12 (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-694)) (-5 *1 (-460 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6)))) (-3110 (*1 *2 *2) (-12 (-4 *3 (-312)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-460 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))))
-((-3110 ((|#8| |#4|) 20 T ELT)) (-3107 (((-583 |#3|) |#4|) NIL (|has| |#7| (-1035 |#1|)) ELT)) (-3591 (((-3 |#8| "failed") |#4|) 23 T ELT)))
-(((-461 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3110 (|#8| |#4|)) (-15 -3591 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-1035 |#1|)) (-15 -3107 ((-583 |#3|) |#4|)) |%noBranch|)) (-495) (-324 |#1|) (-324 |#1|) (-627 |#1| |#2| |#3|) (-904 |#1|) (-324 |#5|) (-324 |#5|) (-627 |#5| |#6| |#7|)) (T -461))
-((-3107 (*1 *2 *3) (-12 (-4 *9 (-1035 *4)) (-4 *4 (-495)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-4 *7 (-904 *4)) (-4 *8 (-324 *7)) (-4 *9 (-324 *7)) (-5 *2 (-583 *6)) (-5 *1 (-461 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-627 *4 *5 *6)) (-4 *10 (-627 *7 *8 *9)))) (-3591 (*1 *2 *3) (|partial| -12 (-4 *4 (-495)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-4 *7 (-904 *4)) (-4 *2 (-627 *7 *8 *9)) (-5 *1 (-461 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-627 *4 *5 *6)) (-4 *8 (-324 *7)) (-4 *9 (-324 *7)))) (-3110 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-4 *7 (-904 *4)) (-4 *2 (-627 *7 *8 *9)) (-5 *1 (-461 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-627 *4 *5 *6)) (-4 *8 (-324 *7)) (-4 *9 (-324 *7)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1993 (((-583 (-1130)) $) 14 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 20 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT) (($ (-583 (-1130))) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-462) (-13 (-995) (-10 -8 (-15 -3947 ($ (-583 (-1130)))) (-15 -1993 ((-583 (-1130)) $))))) (T -462))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-583 (-1130))) (-5 *1 (-462)))) (-1993 (*1 *2 *1) (-12 (-5 *2 (-583 (-1130))) (-5 *1 (-462)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1994 (((-1049) $) 15 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3451 (((-446) $) 12 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 22 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-463) (-13 (-995) (-10 -8 (-15 -3451 ((-446) $)) (-15 -1994 ((-1049) $))))) (T -463))
-((-3451 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-463)))) (-1994 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-463)))))
-((-2000 (((-632 (-1138)) $) 15 T ELT)) (-1996 (((-632 (-1136)) $) 38 T ELT)) (-1998 (((-632 (-1135)) $) 29 T ELT)) (-2001 (((-632 (-488)) $) 12 T ELT)) (-1997 (((-632 (-486)) $) 42 T ELT)) (-1999 (((-632 (-485)) $) 33 T ELT)) (-1995 (((-694) $ (-102)) 54 T ELT)))
-(((-464 |#1|) (-10 -7 (-15 -1995 ((-694) |#1| (-102))) (-15 -1996 ((-632 (-1136)) |#1|)) (-15 -1997 ((-632 (-486)) |#1|)) (-15 -1998 ((-632 (-1135)) |#1|)) (-15 -1999 ((-632 (-485)) |#1|)) (-15 -2000 ((-632 (-1138)) |#1|)) (-15 -2001 ((-632 (-488)) |#1|))) (-465)) (T -464))
-NIL
-((-2000 (((-632 (-1138)) $) 12 T ELT)) (-1996 (((-632 (-1136)) $) 8 T ELT)) (-1998 (((-632 (-1135)) $) 10 T ELT)) (-2001 (((-632 (-488)) $) 13 T ELT)) (-1997 (((-632 (-486)) $) 9 T ELT)) (-1999 (((-632 (-485)) $) 11 T ELT)) (-1995 (((-694) $ (-102)) 7 T ELT)) (-2002 (((-632 (-101)) $) 14 T ELT)) (-1700 (($ $) 6 T ELT)))
-(((-465) (-113)) (T -465))
-((-2002 (*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-101))))) (-2001 (*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-488))))) (-2000 (*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-1138))))) (-1999 (*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-485))))) (-1998 (*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-1135))))) (-1997 (*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-486))))) (-1996 (*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-1136))))) (-1995 (*1 *2 *1 *3) (-12 (-4 *1 (-465)) (-5 *3 (-102)) (-5 *2 (-694)))))
-(-13 (-147) (-10 -8 (-15 -2002 ((-632 (-101)) $)) (-15 -2001 ((-632 (-488)) $)) (-15 -2000 ((-632 (-1138)) $)) (-15 -1999 ((-632 (-485)) $)) (-15 -1998 ((-632 (-1135)) $)) (-15 -1997 ((-632 (-486)) $)) (-15 -1996 ((-632 (-1136)) $)) (-15 -1995 ((-694) $ (-102)))))
+((-3494 (*1 *1 *1) (-4 *1 (-433))) (-3492 (*1 *1 *1) (-4 *1 (-433))) (-3496 (*1 *1 *1) (-4 *1 (-433))) (-3497 (*1 *1 *1) (-4 *1 (-433))) (-3495 (*1 *1 *1) (-4 *1 (-433))) (-3493 (*1 *1 *1) (-4 *1 (-433))))
+(-13 (-10 -8 (-15 -3493 ($ $)) (-15 -3495 ($ $)) (-15 -3497 ($ $)) (-15 -3496 ($ $)) (-15 -3492 ($ $)) (-15 -3494 ($ $))))
+((-3734 (((-348 |#4|) |#4| (-1 (-348 |#2|) |#2|)) 54 T ELT)))
+(((-434 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3734 ((-348 |#4|) |#4| (-1 (-348 |#2|) |#2|)))) (-312) (-1156 |#1|) (-13 (-312) (-120) (-662 |#1| |#2|)) (-1156 |#3|)) (T -434))
+((-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312)) (-4 *7 (-13 (-312) (-120) (-662 *5 *6))) (-5 *2 (-348 *3)) (-5 *1 (-434 *5 *6 *7 *3)) (-4 *3 (-1156 *7)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1216 (((-584 $) (-1086 $) (-1091)) NIL T ELT) (((-584 $) (-1086 $)) NIL T ELT) (((-584 $) (-858 $)) NIL T ELT)) (-1217 (($ (-1086 $) (-1091)) NIL T ELT) (($ (-1086 $)) NIL T ELT) (($ (-858 $)) NIL T ELT)) (-3190 (((-85) $) 39 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1951 (((-85) $ $) 72 T ELT)) (-1601 (((-584 (-551 $)) $) 49 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-1605 (($ $ (-249 $)) NIL T ELT) (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-584 (-551 $)) (-584 $)) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-3039 (($ $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-1218 (((-584 $) (-1086 $) (-1091)) NIL T ELT) (((-584 $) (-1086 $)) NIL T ELT) (((-584 $) (-858 $)) NIL T ELT)) (-3185 (($ (-1086 $) (-1091)) NIL T ELT) (($ (-1086 $)) NIL T ELT) (($ (-858 $)) NIL T ELT)) (-3159 (((-3 (-551 $) #1#) $) NIL T ELT) (((-3 (-485) #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT)) (-3158 (((-551 $) $) NIL T ELT) (((-485) $) NIL T ELT) (((-350 (-485)) $) 54 T ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-485)) (-631 $)) NIL T ELT) (((-2 (|:| |mat| (-631 (-350 (-485)))) (|:| |vec| (-1180 (-350 (-485))))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-350 (-485))) (-631 $)) NIL T ELT)) (-3844 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-2575 (($ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-1600 (((-584 (-86)) $) NIL T ELT)) (-3597 (((-86) (-86)) NIL T ELT)) (-2411 (((-85) $) 42 T ELT)) (-2675 (((-85) $) NIL (|has| $ (-951 (-485))) ELT)) (-3000 (((-1040 (-485) (-551 $)) $) 37 T ELT)) (-3013 (($ $ (-485)) NIL T ELT)) (-3134 (((-1086 $) (-1086 $) (-551 $)) 86 T ELT) (((-1086 $) (-1086 $) (-584 (-551 $))) 61 T ELT) (($ $ (-551 $)) 75 T ELT) (($ $ (-584 (-551 $))) 76 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-1598 (((-1086 $) (-551 $)) 73 (|has| $ (-962)) ELT)) (-3960 (($ (-1 $ $) (-551 $)) NIL T ELT)) (-1603 (((-3 (-551 $) #1#) $) NIL T ELT)) (-2281 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL T ELT) (((-631 (-485)) (-1180 $)) NIL T ELT) (((-2 (|:| |mat| (-631 (-350 (-485)))) (|:| |vec| (-1180 (-350 (-485))))) (-1180 $) $) NIL T ELT) (((-631 (-350 (-485))) (-1180 $)) NIL T ELT)) (-1895 (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1602 (((-584 (-551 $)) $) NIL T ELT)) (-2236 (($ (-86) $) NIL T ELT) (($ (-86) (-584 $)) NIL T ELT)) (-2635 (((-85) $ (-86)) NIL T ELT) (((-85) $ (-1091)) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-2605 (((-695) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-1599 (((-85) $ $) NIL T ELT) (((-85) $ (-1091)) NIL T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-2676 (((-85) $) NIL (|has| $ (-951 (-485))) ELT)) (-3770 (($ $ (-551 $) $) NIL T ELT) (($ $ (-584 (-551 $)) (-584 $)) NIL T ELT) (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ $))) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-1 $ (-584 $)))) NIL T ELT) (($ $ (-1091) (-1 $ (-584 $))) NIL T ELT) (($ $ (-1091) (-1 $ $)) NIL T ELT) (($ $ (-584 (-86)) (-584 (-1 $ $))) NIL T ELT) (($ $ (-584 (-86)) (-584 (-1 $ (-584 $)))) NIL T ELT) (($ $ (-86) (-1 $ (-584 $))) NIL T ELT) (($ $ (-86) (-1 $ $)) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ (-86) $) NIL T ELT) (($ (-86) $ $) NIL T ELT) (($ (-86) $ $ $) NIL T ELT) (($ (-86) $ $ $ $) NIL T ELT) (($ (-86) (-584 $)) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1604 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3760 (($ $) 36 T ELT) (($ $ (-695)) NIL T ELT)) (-2999 (((-1040 (-485) (-551 $)) $) 20 T ELT)) (-3187 (($ $) NIL (|has| $ (-962)) ELT)) (-3974 (((-330) $) 100 T ELT) (((-179) $) 108 T ELT) (((-142 (-330)) $) 116 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-551 $)) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-1040 (-485) (-551 $))) 21 T ELT)) (-3128 (((-695)) NIL T CONST)) (-2592 (($ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-2255 (((-85) (-86)) 92 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 10 T CONST)) (-2668 (($) 22 T CONST)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3058 (((-85) $ $) 24 T ELT)) (-3951 (($ $ $) 44 T ELT)) (-3839 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-350 (-485))) NIL T ELT) (($ $ (-485)) 47 T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-831)) NIL T ELT)) (* (($ (-350 (-485)) $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ $ $) 27 T ELT) (($ (-485) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-831) $) NIL T ELT)))
+(((-435) (-13 (-254) (-27) (-951 (-485)) (-951 (-350 (-485))) (-581 (-485)) (-934) (-581 (-350 (-485))) (-120) (-554 (-142 (-330))) (-190) (-556 (-1040 (-485) (-551 $))) (-10 -8 (-15 -3000 ((-1040 (-485) (-551 $)) $)) (-15 -2999 ((-1040 (-485) (-551 $)) $)) (-15 -3844 ($ $)) (-15 -1951 ((-85) $ $)) (-15 -3134 ((-1086 $) (-1086 $) (-551 $))) (-15 -3134 ((-1086 $) (-1086 $) (-584 (-551 $)))) (-15 -3134 ($ $ (-551 $))) (-15 -3134 ($ $ (-584 (-551 $))))))) (T -435))
+((-3000 (*1 *2 *1) (-12 (-5 *2 (-1040 (-485) (-551 (-435)))) (-5 *1 (-435)))) (-2999 (*1 *2 *1) (-12 (-5 *2 (-1040 (-485) (-551 (-435)))) (-5 *1 (-435)))) (-3844 (*1 *1 *1) (-5 *1 (-435))) (-1951 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-435)))) (-3134 (*1 *2 *2 *3) (-12 (-5 *2 (-1086 (-435))) (-5 *3 (-551 (-435))) (-5 *1 (-435)))) (-3134 (*1 *2 *2 *3) (-12 (-5 *2 (-1086 (-435))) (-5 *3 (-584 (-551 (-435)))) (-5 *1 (-435)))) (-3134 (*1 *1 *1 *2) (-12 (-5 *2 (-551 (-435))) (-5 *1 (-435)))) (-3134 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-551 (-435)))) (-5 *1 (-435)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1036 |#1|)) (|has| |#1| (-757))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-757)) ELT)) (-3790 ((|#1| $ (-485) |#1|) 19 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1577 ((|#1| $ (-485) |#1|) 14 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 13 T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) NIL T ELT) (((-485) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) NIL (|has| |#1| (-72)) ELT)) (-3616 (($ (-695) |#1|) NIL T ELT)) (-2201 (((-485) $) 9 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) 16 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-2305 (($ |#1| $ (-485)) NIL T ELT) (($ $ $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2200 (($ $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ (-485) |#1|) NIL T ELT) ((|#1| $ (-485)) 18 T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-2306 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) NIL T ELT)) (-3804 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-436 |#1| |#2|) (-19 |#1|) (-1130) (-485)) (T -436))
+NIL
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3790 ((|#1| $ (-485) (-485) |#1|) 44 T ELT)) (-1258 (($ $ (-485) |#2|) NIL T ELT)) (-1257 (($ $ (-485) |#3|) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3113 ((|#2| $ (-485)) 53 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-1577 ((|#1| $ (-485) (-485) |#1|) 43 T ELT)) (-3114 ((|#1| $ (-485) (-485)) 38 T ELT)) (-3116 (((-695) $) 28 T ELT)) (-3616 (($ (-695) (-695) |#1|) 24 T ELT)) (-3115 (((-695) $) 30 T ELT)) (-3120 (((-485) $) 26 T ELT)) (-3118 (((-485) $) 27 T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3119 (((-485) $) 29 T ELT)) (-3117 (((-485) $) 31 T ELT)) (-3328 (($ (-1 |#1| |#1|) $) 66 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 64 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 70 T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 74 T ELT)) (-3244 (((-1074) $) 48 (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-2200 (($ $ |#1|) 61 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 33 T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ (-485) (-485)) 41 T ELT) ((|#1| $ (-485) (-485) |#1|) 72 T ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) NIL T ELT) (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3402 (($ $) 59 T ELT)) (-3112 ((|#3| $ (-485)) 55 T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-437 |#1| |#2| |#3|) (-57 |#1| |#2| |#3|) (-1130) (-324 |#1|) (-324 |#1|)) (T -437))
+NIL
+((-1953 (((-584 (-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|)))) (-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|))) (-695) (-695)) 32 T ELT)) (-1952 (((-584 (-1086 |#1|)) |#1| (-695) (-695) (-695)) 43 T ELT)) (-2078 (((-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|))) (-584 |#3|) (-584 (-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|)))) (-695)) 107 T ELT)))
+(((-438 |#1| |#2| |#3|) (-10 -7 (-15 -1952 ((-584 (-1086 |#1|)) |#1| (-695) (-695) (-695))) (-15 -1953 ((-584 (-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|)))) (-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|))) (-695) (-695))) (-15 -2078 ((-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|))) (-584 |#3|) (-584 (-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|)))) (-695)))) (-299) (-1156 |#1|) (-1156 |#2|)) (T -438))
+((-2078 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 (-2 (|:| -2013 (-631 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-631 *7))))) (-5 *5 (-695)) (-4 *8 (-1156 *7)) (-4 *7 (-1156 *6)) (-4 *6 (-299)) (-5 *2 (-2 (|:| -2013 (-631 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-631 *7)))) (-5 *1 (-438 *6 *7 *8)))) (-1953 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-695)) (-4 *5 (-299)) (-4 *6 (-1156 *5)) (-5 *2 (-584 (-2 (|:| -2013 (-631 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-631 *6))))) (-5 *1 (-438 *5 *6 *7)) (-5 *3 (-2 (|:| -2013 (-631 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-631 *6)))) (-4 *7 (-1156 *6)))) (-1952 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-695)) (-4 *3 (-299)) (-4 *5 (-1156 *3)) (-5 *2 (-584 (-1086 *3))) (-5 *1 (-438 *3 *5 *6)) (-4 *6 (-1156 *5)))))
+((-1959 (((-2 (|:| -2013 (-631 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-631 |#1|))) (-2 (|:| -2013 (-631 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-631 |#1|))) (-2 (|:| -2013 (-631 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-631 |#1|)))) 70 T ELT)) (-1954 ((|#1| (-631 |#1|) |#1| (-695)) 24 T ELT)) (-1956 (((-695) (-695) (-695)) 34 T ELT)) (-1958 (((-631 |#1|) (-631 |#1|) (-631 |#1|)) 50 T ELT)) (-1957 (((-631 |#1|) (-631 |#1|) (-631 |#1|) |#1|) 58 T ELT) (((-631 |#1|) (-631 |#1|) (-631 |#1|)) 55 T ELT)) (-1955 ((|#1| (-631 |#1|) (-631 |#1|) |#1| (-485)) 28 T ELT)) (-3331 ((|#1| (-631 |#1|)) 18 T ELT)))
+(((-439 |#1| |#2| |#3|) (-10 -7 (-15 -3331 (|#1| (-631 |#1|))) (-15 -1954 (|#1| (-631 |#1|) |#1| (-695))) (-15 -1955 (|#1| (-631 |#1|) (-631 |#1|) |#1| (-485))) (-15 -1956 ((-695) (-695) (-695))) (-15 -1957 ((-631 |#1|) (-631 |#1|) (-631 |#1|))) (-15 -1957 ((-631 |#1|) (-631 |#1|) (-631 |#1|) |#1|)) (-15 -1958 ((-631 |#1|) (-631 |#1|) (-631 |#1|))) (-15 -1959 ((-2 (|:| -2013 (-631 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-631 |#1|))) (-2 (|:| -2013 (-631 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-631 |#1|))) (-2 (|:| -2013 (-631 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-631 |#1|)))))) (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $)))) (-1156 |#1|) (-353 |#1| |#2|)) (T -439))
+((-1959 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3)))) (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *4 (-1156 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-1958 (*1 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *4 (-1156 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-1957 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-631 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *4 (-1156 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-1957 (*1 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *4 (-1156 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-1956 (*1 *2 *2 *2) (-12 (-5 *2 (-695)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *4 (-1156 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))) (-1955 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-631 *2)) (-5 *4 (-485)) (-4 *2 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *5 (-1156 *2)) (-5 *1 (-439 *2 *5 *6)) (-4 *6 (-353 *2 *5)))) (-1954 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-631 *2)) (-5 *4 (-695)) (-4 *2 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *5 (-1156 *2)) (-5 *1 (-439 *2 *5 *6)) (-4 *6 (-353 *2 *5)))) (-3331 (*1 *2 *3) (-12 (-5 *3 (-631 *2)) (-4 *4 (-1156 *2)) (-4 *2 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-5 *1 (-439 *2 *4 *5)) (-4 *5 (-353 *2 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) 44 T ELT)) (-3323 (($ $ $) 41 T ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 (-85))) ELT)) (-1736 (((-85) $) NIL (|has| (-85) (-757)) ELT) (((-85) (-1 (-85) (-85) (-85)) $) NIL T ELT)) (-1734 (($ $) NIL (-12 (|has| $ (-1036 (-85))) (|has| (-85) (-757))) ELT) (($ (-1 (-85) (-85) (-85)) $) NIL (|has| $ (-1036 (-85))) ELT)) (-2911 (($ $) NIL (|has| (-85) (-757)) ELT) (($ (-1 (-85) (-85) (-85)) $) NIL T ELT)) (-3790 (((-85) $ (-1147 (-485)) (-85)) NIL (|has| $ (-1036 (-85))) ELT) (((-85) $ (-485) (-85)) 43 (|has| $ (-1036 (-85))) ELT)) (-3712 (($ (-1 (-85) (-85)) $) NIL (|has| $ (-318 (-85))) ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 (-85))) ELT)) (-2299 (($ $) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-3408 (($ (-1 (-85) (-85)) $) NIL (|has| $ (-318 (-85))) ELT) (($ (-85) $) NIL (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-3844 (((-85) (-1 (-85) (-85) (-85)) $) NIL T ELT) (((-85) (-1 (-85) (-85) (-85)) $ (-85)) NIL T ELT) (((-85) (-1 (-85) (-85) (-85)) $ (-85) (-85)) NIL (|has| (-85) (-72)) ELT)) (-1577 (((-85) $ (-485) (-85)) NIL (|has| $ (-1036 (-85))) ELT)) (-3114 (((-85) $ (-485)) NIL T ELT)) (-3421 (((-485) (-85) $ (-485)) NIL (|has| (-85) (-72)) ELT) (((-485) (-85) $) NIL (|has| (-85) (-72)) ELT) (((-485) (-1 (-85) (-85)) $) NIL T ELT)) (-2563 (($ $ $) 39 T ELT)) (-2562 (($ $) NIL T ELT)) (-1301 (($ $ $) NIL T ELT)) (-3616 (($ (-695) (-85)) 27 T ELT)) (-1302 (($ $ $) NIL T ELT)) (-2201 (((-485) $) 8 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL T ELT)) (-3520 (($ $ $) NIL (|has| (-85) (-757)) ELT) (($ (-1 (-85) (-85) (-85)) $ $) NIL T ELT)) (-2610 (((-584 (-85)) $) NIL T ELT)) (-3247 (((-85) (-85) $) NIL (|has| (-85) (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL T ELT)) (-3328 (($ (-1 (-85) (-85)) $) NIL T ELT)) (-3960 (($ (-1 (-85) (-85) (-85)) $ $) 36 T ELT) (($ (-1 (-85) (-85)) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2305 (($ $ $ (-485)) NIL T ELT) (($ (-85) $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 (((-85) $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 (-85) "failed") (-1 (-85) (-85)) $) NIL T ELT)) (-2200 (($ $ (-85)) NIL (|has| $ (-1036 (-85))) ELT)) (-1732 (((-85) (-1 (-85) (-85)) $) NIL T ELT)) (-3770 (($ $ (-584 (-85)) (-584 (-85))) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT) (($ $ (-85) (-85)) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT) (($ $ (-249 (-85))) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT) (($ $ (-584 (-249 (-85)))) NIL (-12 (|has| (-85) (-260 (-85))) (|has| (-85) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) (-85) $) NIL (-12 (|has| $ (-318 (-85))) (|has| (-85) (-72))) ELT)) (-2206 (((-584 (-85)) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) 29 T ELT)) (-3802 (($ $ (-1147 (-485))) NIL T ELT) (((-85) $ (-485)) 22 T ELT) (((-85) $ (-485) (-85)) NIL T ELT)) (-2306 (($ $ (-1147 (-485))) NIL T ELT) (($ $ (-485)) NIL T ELT)) (-1731 (((-695) (-1 (-85) (-85)) $) NIL T ELT) (((-695) (-85) $) NIL (|has| (-85) (-72)) ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 (-85))) ELT)) (-3402 (($ $) 30 T ELT)) (-3974 (((-474) $) NIL (|has| (-85) (-554 (-474))) ELT)) (-3532 (($ (-584 (-85))) NIL T ELT)) (-3804 (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT) (($ (-85) $) NIL T ELT) (($ $ (-85)) NIL T ELT)) (-3948 (((-773) $) 26 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-85)) $) NIL T ELT)) (-2564 (($ $ $) 37 T ELT)) (-2312 (($ $ $) 46 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 31 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 32 T ELT)) (-2313 (($ $ $) 45 T ELT)) (-3959 (((-695) $) 13 T ELT)))
+(((-440 |#1|) (-96) (-485)) (T -440))
+NIL
+((-1961 (((-3 |#2| #1="failed") (-1 (-3 |#1| #1#) |#4|) (-1086 |#4|)) 35 T ELT)) (-1960 (((-1086 |#4|) (-1 |#4| |#1|) |#2|) 31 T ELT) ((|#2| (-1 |#1| |#4|) (-1086 |#4|)) 22 T ELT)) (-1962 (((-3 (-631 |#2|) #1#) (-1 (-3 |#1| #1#) |#4|) (-631 (-1086 |#4|))) 46 T ELT)) (-1963 (((-1086 (-1086 |#4|)) (-1 |#4| |#1|) |#3|) 55 T ELT)))
+(((-441 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1960 (|#2| (-1 |#1| |#4|) (-1086 |#4|))) (-15 -1960 ((-1086 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -1961 ((-3 |#2| #1="failed") (-1 (-3 |#1| #1#) |#4|) (-1086 |#4|))) (-15 -1962 ((-3 (-631 |#2|) #1#) (-1 (-3 |#1| #1#) |#4|) (-631 (-1086 |#4|)))) (-15 -1963 ((-1086 (-1086 |#4|)) (-1 |#4| |#1|) |#3|))) (-962) (-1156 |#1|) (-1156 |#2|) (-962)) (T -441))
+((-1963 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-962)) (-4 *7 (-962)) (-4 *6 (-1156 *5)) (-5 *2 (-1086 (-1086 *7))) (-5 *1 (-441 *5 *6 *4 *7)) (-4 *4 (-1156 *6)))) (-1962 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-631 (-1086 *8))) (-4 *5 (-962)) (-4 *8 (-962)) (-4 *6 (-1156 *5)) (-5 *2 (-631 *6)) (-5 *1 (-441 *5 *6 *7 *8)) (-4 *7 (-1156 *6)))) (-1961 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1086 *7)) (-4 *5 (-962)) (-4 *7 (-962)) (-4 *2 (-1156 *5)) (-5 *1 (-441 *5 *2 *6 *7)) (-4 *6 (-1156 *2)))) (-1960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-962)) (-4 *7 (-962)) (-4 *4 (-1156 *5)) (-5 *2 (-1086 *7)) (-5 *1 (-441 *5 *4 *6 *7)) (-4 *6 (-1156 *4)))) (-1960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1086 *7)) (-4 *5 (-962)) (-4 *7 (-962)) (-4 *2 (-1156 *5)) (-5 *1 (-441 *5 *2 *6 *7)) (-4 *6 (-1156 *2)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1964 (((-1186) $) 25 T ELT)) (-3802 (((-1074) $ (-1091)) 30 T ELT)) (-3619 (((-1186) $) 20 T ELT)) (-3948 (((-773) $) 27 T ELT) (($ (-1074)) 26 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 12 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 10 T ELT)))
+(((-442) (-13 (-757) (-556 (-1074)) (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 ((-1186) $)) (-15 -1964 ((-1186) $))))) (T -442))
+((-3802 (*1 *2 *1 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1074)) (-5 *1 (-442)))) (-3619 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-442)))) (-1964 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-442)))))
+((-3743 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19 T ELT)) (-3741 ((|#1| |#4|) 10 T ELT)) (-3742 ((|#3| |#4|) 17 T ELT)))
+(((-443 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3741 (|#1| |#4|)) (-15 -3742 (|#3| |#4|)) (-15 -3743 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-496) (-905 |#1|) (-324 |#1|) (-324 |#2|)) (T -443))
+((-3743 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-905 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-443 *4 *5 *6 *3)) (-4 *6 (-324 *4)) (-4 *3 (-324 *5)))) (-3742 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-905 *4)) (-4 *2 (-324 *4)) (-5 *1 (-443 *4 *5 *2 *3)) (-4 *3 (-324 *5)))) (-3741 (*1 *2 *3) (-12 (-4 *4 (-905 *2)) (-4 *2 (-496)) (-5 *1 (-443 *2 *4 *5 *3)) (-4 *5 (-324 *2)) (-4 *3 (-324 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1974 (((-85) $ (-584 |#3|)) 127 T ELT) (((-85) $) 128 T ELT)) (-3190 (((-85) $) 178 T ELT)) (-1966 (($ $ |#4|) 117 T ELT) (($ $ |#4| (-584 |#3|)) 122 T ELT)) (-1965 (((-1081 (-584 (-858 |#1|)) (-584 (-249 (-858 |#1|)))) (-584 |#4|)) 171 (|has| |#3| (-554 (-1091))) ELT)) (-1973 (($ $ $) 107 T ELT) (($ $ |#4|) 105 T ELT)) (-2411 (((-85) $) 177 T ELT)) (-1970 (($ $) 132 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3240 (($ $ $) 99 T ELT) (($ (-584 $)) 101 T ELT)) (-1975 (((-85) |#4| $) 130 T ELT)) (-1976 (((-85) $ $) 82 T ELT)) (-1969 (($ (-584 |#4|)) 106 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1968 (($ (-584 |#4|)) 175 T ELT)) (-1967 (((-85) $) 176 T ELT)) (-2252 (($ $) 85 T ELT)) (-2697 (((-584 |#4|) $) 73 T ELT)) (-1972 (((-2 (|:| |mval| (-631 |#1|)) (|:| |invmval| (-631 |#1|)) (|:| |genIdeal| $)) $ (-584 |#3|)) NIL T ELT)) (-1977 (((-85) |#4| $) 89 T ELT)) (-3913 (((-485) $ (-584 |#3|)) 134 T ELT) (((-485) $) 135 T ELT)) (-3948 (((-773) $) 174 T ELT) (($ (-584 |#4|)) 102 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1971 (($ (-2 (|:| |mval| (-631 |#1|)) (|:| |invmval| (-631 |#1|)) (|:| |genIdeal| $))) NIL T ELT)) (-3058 (((-85) $ $) 84 T ELT)) (-3841 (($ $ $) 109 T ELT)) (** (($ $ (-695)) 115 T ELT)) (* (($ $ $) 113 T ELT)))
+(((-444 |#1| |#2| |#3| |#4|) (-13 (-1014) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-695))) (-15 -3841 ($ $ $)) (-15 -2411 ((-85) $)) (-15 -3190 ((-85) $)) (-15 -1977 ((-85) |#4| $)) (-15 -1976 ((-85) $ $)) (-15 -1975 ((-85) |#4| $)) (-15 -1974 ((-85) $ (-584 |#3|))) (-15 -1974 ((-85) $)) (-15 -3240 ($ $ $)) (-15 -3240 ($ (-584 $))) (-15 -1973 ($ $ $)) (-15 -1973 ($ $ |#4|)) (-15 -2252 ($ $)) (-15 -1972 ((-2 (|:| |mval| (-631 |#1|)) (|:| |invmval| (-631 |#1|)) (|:| |genIdeal| $)) $ (-584 |#3|))) (-15 -1971 ($ (-2 (|:| |mval| (-631 |#1|)) (|:| |invmval| (-631 |#1|)) (|:| |genIdeal| $)))) (-15 -3913 ((-485) $ (-584 |#3|))) (-15 -3913 ((-485) $)) (-15 -1970 ($ $)) (-15 -1969 ($ (-584 |#4|))) (-15 -1968 ($ (-584 |#4|))) (-15 -1967 ((-85) $)) (-15 -2697 ((-584 |#4|) $)) (-15 -3948 ($ (-584 |#4|))) (-15 -1966 ($ $ |#4|)) (-15 -1966 ($ $ |#4| (-584 |#3|))) (IF (|has| |#3| (-554 (-1091))) (-15 -1965 ((-1081 (-584 (-858 |#1|)) (-584 (-249 (-858 |#1|)))) (-584 |#4|))) |%noBranch|))) (-312) (-718) (-757) (-862 |#1| |#2| |#3|)) (T -444))
+((* (*1 *1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5)) (-4 *5 (-862 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))) (-3841 (*1 *1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5)) (-4 *5 (-862 *2 *3 *4)))) (-2411 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))) (-3190 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))) (-1977 (*1 *2 *3 *1) (-12 (-4 *4 (-312)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-444 *4 *5 *6 *3)) (-4 *3 (-862 *4 *5 *6)))) (-1976 (*1 *2 *1 *1) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))) (-1975 (*1 *2 *3 *1) (-12 (-4 *4 (-312)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-444 *4 *5 *6 *3)) (-4 *3 (-862 *4 *5 *6)))) (-1974 (*1 *2 *1 *3) (-12 (-5 *3 (-584 *6)) (-4 *6 (-757)) (-4 *4 (-312)) (-4 *5 (-718)) (-5 *2 (-85)) (-5 *1 (-444 *4 *5 *6 *7)) (-4 *7 (-862 *4 *5 *6)))) (-1974 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))) (-3240 (*1 *1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5)) (-4 *5 (-862 *2 *3 *4)))) (-3240 (*1 *1 *2) (-12 (-5 *2 (-584 (-444 *3 *4 *5 *6))) (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))) (-1973 (*1 *1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5)) (-4 *5 (-862 *2 *3 *4)))) (-1973 (*1 *1 *1 *2) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *2)) (-4 *2 (-862 *3 *4 *5)))) (-2252 (*1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5)) (-4 *5 (-862 *2 *3 *4)))) (-1972 (*1 *2 *1 *3) (-12 (-5 *3 (-584 *6)) (-4 *6 (-757)) (-4 *4 (-312)) (-4 *5 (-718)) (-5 *2 (-2 (|:| |mval| (-631 *4)) (|:| |invmval| (-631 *4)) (|:| |genIdeal| (-444 *4 *5 *6 *7)))) (-5 *1 (-444 *4 *5 *6 *7)) (-4 *7 (-862 *4 *5 *6)))) (-1971 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-631 *3)) (|:| |invmval| (-631 *3)) (|:| |genIdeal| (-444 *3 *4 *5 *6)))) (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))) (-3913 (*1 *2 *1 *3) (-12 (-5 *3 (-584 *6)) (-4 *6 (-757)) (-4 *4 (-312)) (-4 *5 (-718)) (-5 *2 (-485)) (-5 *1 (-444 *4 *5 *6 *7)) (-4 *7 (-862 *4 *5 *6)))) (-3913 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-485)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))) (-1970 (*1 *1 *1) (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5)) (-4 *5 (-862 *2 *3 *4)))) (-1969 (*1 *1 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6)))) (-1968 (*1 *1 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6)))) (-1967 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))) (-2697 (*1 *2 *1) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *6)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6)))) (-1966 (*1 *1 *1 *2) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *2)) (-4 *2 (-862 *3 *4 *5)))) (-1966 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-584 *6)) (-4 *6 (-757)) (-4 *4 (-312)) (-4 *5 (-718)) (-5 *1 (-444 *4 *5 *6 *2)) (-4 *2 (-862 *4 *5 *6)))) (-1965 (*1 *2 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-862 *4 *5 *6)) (-4 *6 (-554 (-1091))) (-4 *4 (-312)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-1081 (-584 (-858 *4)) (-584 (-249 (-858 *4))))) (-5 *1 (-444 *4 *5 *6 *7)))))
+((-1978 (((-85) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485))))) 178 T ELT)) (-1979 (((-85) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485))))) 179 T ELT)) (-1980 (((-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485))))) 129 T ELT)) (-3725 (((-85) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485))))) NIL T ELT)) (-1981 (((-584 (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485))))) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485))))) 181 T ELT)) (-1982 (((-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))) (-584 (-774 |#1|))) 197 T ELT)))
+(((-445 |#1| |#2|) (-10 -7 (-15 -1978 ((-85) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))))) (-15 -1979 ((-85) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))))) (-15 -3725 ((-85) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))))) (-15 -1980 ((-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))))) (-15 -1981 ((-584 (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485))))) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))))) (-15 -1982 ((-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))) (-444 (-350 (-485)) (-197 |#2| (-695)) (-774 |#1|) (-206 |#1| (-350 (-485)))) (-584 (-774 |#1|))))) (-584 (-1091)) (-695)) (T -445))
+((-1982 (*1 *2 *2 *3) (-12 (-5 *2 (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485))))) (-5 *3 (-584 (-774 *4))) (-14 *4 (-584 (-1091))) (-14 *5 (-695)) (-5 *1 (-445 *4 *5)))) (-1981 (*1 *2 *3) (-12 (-14 *4 (-584 (-1091))) (-14 *5 (-695)) (-5 *2 (-584 (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485)))))) (-5 *1 (-445 *4 *5)) (-5 *3 (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485))))))) (-1980 (*1 *2 *2) (-12 (-5 *2 (-444 (-350 (-485)) (-197 *4 (-695)) (-774 *3) (-206 *3 (-350 (-485))))) (-14 *3 (-584 (-1091))) (-14 *4 (-695)) (-5 *1 (-445 *3 *4)))) (-3725 (*1 *2 *3) (-12 (-5 *3 (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485))))) (-14 *4 (-584 (-1091))) (-14 *5 (-695)) (-5 *2 (-85)) (-5 *1 (-445 *4 *5)))) (-1979 (*1 *2 *3) (-12 (-5 *3 (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485))))) (-14 *4 (-584 (-1091))) (-14 *5 (-695)) (-5 *2 (-85)) (-5 *1 (-445 *4 *5)))) (-1978 (*1 *2 *3) (-12 (-5 *3 (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485))))) (-14 *4 (-584 (-1091))) (-14 *5 (-695)) (-5 *2 (-85)) (-5 *1 (-445 *4 *5)))))
+((-3802 ((|#1| $ |#1| |#1|) 6 T ELT)))
+(((-446 |#1|) (-113) (-72)) (T -446))
+NIL
+(-13 (-80 |t#1|) (-10 -8 (-6 (|%Rule| |idempotence| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|)) (-3058 (|f| |x| |x|) |x|))))))
+(((-80 |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1983 (($) 6 T ELT)) (-3948 (((-773) $) 10 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-447) (-13 (-1014) (-10 -8 (-15 -1983 ($))))) (T -447))
+((-1983 (*1 *1) (-5 *1 (-447))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3776 (((-584 (-454 |#1| |#2|)) $) 10 T ELT)) (-1313 (((-3 $ "failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2895 (($ |#1| |#2|) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1984 ((|#2| $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3974 (($ (-584 (-454 |#1| |#2|))) 15 T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 20 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) 16 T ELT) (($ $ $) 36 T ELT)) (-3841 (($ $ $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 25 T ELT)))
+(((-448 |#1| |#2|) (-13 (-21) (-450 |#1| |#2|)) (-21) (-760)) (T -448))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 16 T ELT)) (-3776 (((-584 (-454 |#1| |#2|)) $) 13 T ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) 39 T ELT)) (-1215 (((-85) $ $) 44 T ELT)) (-2895 (($ |#1| |#2|) 36 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-1984 ((|#2| $) NIL T ELT)) (-3176 ((|#1| $) 41 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3974 (($ (-584 (-454 |#1| |#2|))) 11 T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 12 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3841 (($ $ $) 30 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) 35 T ELT)))
+(((-449 |#1| |#2|) (-13 (-23) (-450 |#1| |#2|)) (-23) (-760)) (T -449))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3776 (((-584 (-454 |#1| |#2|)) $) 16 T ELT)) (-3961 (($ $) 17 T ELT)) (-2895 (($ |#1| |#2|) 20 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 21 T ELT)) (-1984 ((|#2| $) 18 T ELT)) (-3176 ((|#1| $) 19 T ELT)) (-3244 (((-1074) $) 15 (-12 (|has| |#2| (-1014)) (|has| |#1| (-1014))) ELT)) (-3245 (((-1034) $) 14 (-12 (|has| |#2| (-1014)) (|has| |#1| (-1014))) ELT)) (-3974 (($ (-584 (-454 |#1| |#2|))) 22 T ELT)) (-3948 (((-773) $) 13 (-12 (|has| |#2| (-1014)) (|has| |#1| (-1014))) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-450 |#1| |#2|) (-113) (-72) (-760)) (T -450))
+((-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-450 *3 *4)) (-4 *3 (-72)) (-4 *4 (-760)))) (-2895 (*1 *1 *2 *3) (-12 (-4 *1 (-450 *2 *3)) (-4 *2 (-72)) (-4 *3 (-760)))) (-3176 (*1 *2 *1) (-12 (-4 *1 (-450 *2 *3)) (-4 *3 (-760)) (-4 *2 (-72)))) (-1984 (*1 *2 *1) (-12 (-4 *1 (-450 *3 *2)) (-4 *3 (-72)) (-4 *2 (-760)))) (-3961 (*1 *1 *1) (-12 (-4 *1 (-450 *2 *3)) (-4 *2 (-72)) (-4 *3 (-760)))) (-3776 (*1 *2 *1) (-12 (-4 *1 (-450 *3 *4)) (-4 *3 (-72)) (-4 *4 (-760)) (-5 *2 (-584 (-454 *3 *4))))))
+(-13 (-72) (-558 (-584 (-454 |t#1| |t#2|))) (-10 -8 (IF (|has| |t#1| (-1014)) (IF (|has| |t#2| (-1014)) (-6 (-1014)) |%noBranch|) |%noBranch|) (-15 -3960 ($ (-1 |t#1| |t#1|) $)) (-15 -2895 ($ |t#1| |t#2|)) (-15 -3176 (|t#1| $)) (-15 -1984 (|t#2| $)) (-15 -3961 ($ $)) (-15 -3776 ((-584 (-454 |t#1| |t#2|)) $))))
+(((-72) . T) ((-553 (-773)) -12 (|has| |#1| (-1014)) (|has| |#2| (-1014))) ((-558 (-584 (-454 |#1| |#2|))) . T) ((-13) . T) ((-1014) -12 (|has| |#1| (-1014)) (|has| |#2| (-1014))) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3776 (((-584 (-454 |#1| |#2|)) $) 29 T ELT)) (-3961 (($ $) 23 T ELT)) (-2895 (($ |#1| |#2|) 19 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 21 T ELT)) (-1984 ((|#2| $) 28 T ELT)) (-3176 ((|#1| $) 27 T ELT)) (-3244 (((-1074) $) NIL (-12 (|has| |#1| (-1014)) (|has| |#2| (-1014))) ELT)) (-3245 (((-1034) $) NIL (-12 (|has| |#1| (-1014)) (|has| |#2| (-1014))) ELT)) (-3974 (($ (-584 (-454 |#1| |#2|))) 30 T ELT)) (-1985 (($ $ $ (-1 |#1| |#1| |#1|) (-1 (-85) |#1| |#1|)) 40 T ELT)) (-3948 (((-773) $) 17 (-12 (|has| |#1| (-1014)) (|has| |#2| (-1014))) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-451 |#1| |#2|) (-13 (-450 |#1| |#2|) (-10 -8 (-15 -1985 ($ $ $ (-1 |#1| |#1| |#1|) (-1 (-85) |#1| |#1|))))) (-72) (-760)) (T -451))
+((-1985 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4 *4)) (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-72)) (-5 *1 (-451 *4 *5)) (-4 *5 (-760)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3776 (((-584 (-454 |#1| |#2|)) $) 10 T ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-3188 (((-85) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2895 (($ |#1| |#2|) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1984 ((|#2| $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3974 (($ (-584 (-454 |#1| |#2|))) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 21 T ELT)) (-3841 (($ $ $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT)))
+(((-452 |#1| |#2|) (-13 (-717) (-450 |#1| |#2|)) (-717) (-760)) (T -452))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3776 (((-584 (-454 |#1| |#2|)) $) NIL T ELT)) (-2485 (($ $ $) 24 T ELT)) (-1313 (((-3 $ "failed") $ $) 20 T ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-3188 (((-85) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2895 (($ |#1| |#2|) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1984 ((|#2| $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3974 (($ (-584 (-454 |#1| |#2|))) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT)))
+(((-453 |#1| |#2|) (-13 (-718) (-450 |#1| |#2|)) (-718) (-757)) (T -453))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-1986 (($ |#2| |#1|) 9 T ELT)) (-2401 ((|#2| $) 11 T ELT)) (-3948 (((-783 |#2| |#1|) $) 14 T ELT)) (-3679 ((|#1| $) 13 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-454 |#1| |#2|) (-13 (-72) (-553 (-783 |#2| |#1|)) (-10 -8 (-15 -1986 ($ |#2| |#1|)) (-15 -2401 (|#2| $)) (-15 -3679 (|#1| $)))) (-72) (-760)) (T -454))
+((-1986 (*1 *1 *2 *3) (-12 (-5 *1 (-454 *3 *2)) (-4 *3 (-72)) (-4 *2 (-760)))) (-2401 (*1 *2 *1) (-12 (-4 *2 (-760)) (-5 *1 (-454 *3 *2)) (-4 *3 (-72)))) (-3679 (*1 *2 *1) (-12 (-4 *2 (-72)) (-5 *1 (-454 *2 *3)) (-4 *3 (-760)))))
+((-3770 (($ $ (-584 |#2|) (-584 |#3|)) NIL T ELT) (($ $ |#2| |#3|) 12 T ELT)))
+(((-455 |#1| |#2| |#3|) (-10 -7 (-15 -3770 (|#1| |#1| |#2| |#3|)) (-15 -3770 (|#1| |#1| (-584 |#2|) (-584 |#3|)))) (-456 |#2| |#3|) (-1014) (-1130)) (T -455))
+NIL
+((-3770 (($ $ (-584 |#1|) (-584 |#2|)) 7 T ELT) (($ $ |#1| |#2|) 6 T ELT)))
+(((-456 |#1| |#2|) (-113) (-1014) (-1130)) (T -456))
+((-3770 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 *4)) (-5 *3 (-584 *5)) (-4 *1 (-456 *4 *5)) (-4 *4 (-1014)) (-4 *5 (-1130)))) (-3770 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-456 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1130)))))
+(-13 (-10 -8 (-15 -3770 ($ $ |t#1| |t#2|)) (-15 -3770 ($ $ (-584 |t#1|) (-584 |t#2|)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 17 T ELT)) (-3776 (((-584 (-2 (|:| |gen| |#1|) (|:| -3945 |#2|))) $) 19 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3138 (((-695) $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2300 ((|#1| $ (-485)) 24 T ELT)) (-1623 ((|#2| $ (-485)) 22 T ELT)) (-2291 (($ (-1 |#1| |#1|) $) 48 T ELT)) (-1622 (($ (-1 |#2| |#2|) $) 45 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1621 (($ $ $) 55 (|has| |#2| (-717)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 44 T ELT) (($ |#1|) NIL T ELT)) (-3679 ((|#2| |#1| $) 51 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 11 T CONST)) (-3058 (((-85) $ $) 30 T ELT)) (-3841 (($ $ $) 28 T ELT) (($ |#1| $) 26 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) 37 T ELT) (($ |#2| |#1|) 32 T ELT)))
+(((-457 |#1| |#2| |#3|) (-274 |#1| |#2|) (-1014) (-104) |#2|) (T -457))
+NIL
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1036 |#1|)) (|has| |#1| (-757))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-757)) ELT)) (-1987 (((-85) (-85)) 32 T ELT)) (-3790 ((|#1| $ (-485) |#1|) 42 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1571 (($ (-1 (-85) |#1|) $) 79 T ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) NIL T ELT)) (-2369 (($ $) 83 (|has| |#1| (-72)) ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) NIL (|has| |#1| (-72)) ELT) (($ (-1 (-85) |#1|) $) 66 T ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1577 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) NIL T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) NIL T ELT) (((-485) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) NIL (|has| |#1| (-72)) ELT)) (-1988 (($ $ (-485)) 19 T ELT)) (-1989 (((-695) $) 13 T ELT)) (-3616 (($ (-695) |#1|) 31 T ELT)) (-2201 (((-485) $) 29 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) 57 T ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) 58 T ELT) (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) 28 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3611 (($ $ $ (-485)) 75 T ELT) (($ |#1| $ (-485)) 59 T ELT)) (-2305 (($ |#1| $ (-485)) NIL T ELT) (($ $ $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1990 (($ (-584 |#1|)) 43 T ELT)) (-3803 ((|#1| $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2200 (($ $ |#1|) 24 (|has| $ (-1036 |#1|)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 62 T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) 21 T ELT)) (-3802 ((|#1| $ (-485) |#1|) NIL T ELT) ((|#1| $ (-485)) 55 T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-1572 (($ $ (-1147 (-485))) 73 T ELT) (($ $ (-485)) 67 T ELT)) (-2306 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-1735 (($ $ $ (-485)) 63 (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) 53 T ELT)) (-3974 (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) NIL T ELT)) (-3793 (($ $ $) 64 T ELT) (($ $ |#1|) 61 T ELT)) (-3804 (($ $ |#1|) NIL T ELT) (($ |#1| $) 60 T ELT) (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3959 (((-695) $) 22 T ELT)))
+(((-458 |#1| |#2|) (-13 (-19 |#1|) (-237 |#1|) (-10 -8 (-15 -1990 ($ (-584 |#1|))) (-15 -1989 ((-695) $)) (-15 -1988 ($ $ (-485))) (-15 -1987 ((-85) (-85))))) (-1130) (-485)) (T -458))
+((-1990 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-458 *3 *4)) (-14 *4 (-485)))) (-1989 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-458 *3 *4)) (-4 *3 (-1130)) (-14 *4 (-485)))) (-1988 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-458 *3 *4)) (-4 *3 (-1130)) (-14 *4 *2))) (-1987 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-458 *3 *4)) (-4 *3 (-1130)) (-14 *4 (-485)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1992 (((-1050) $) 12 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1991 (((-1050) $) 14 T ELT)) (-3924 (((-1050) $) 10 T ELT)) (-3948 (((-773) $) 20 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-459) (-13 (-996) (-10 -8 (-15 -3924 ((-1050) $)) (-15 -1992 ((-1050) $)) (-15 -1991 ((-1050) $))))) (T -459))
+((-3924 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-459)))) (-1992 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-459)))) (-1991 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-459)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 (((-518 |#1|) $) NIL T ELT) (($ $ (-831)) NIL (|has| (-518 |#1|) (-320)) ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| (-518 |#1|) (-320)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| (-518 |#1|) (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-518 |#1|) #1#) $) NIL T ELT)) (-3158 (((-518 |#1|) $) NIL T ELT)) (-1796 (($ (-1180 (-518 |#1|))) NIL T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-518 |#1|) (-320)) ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-518 |#1|) (-320)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) NIL (|has| (-518 |#1|) (-320)) ELT)) (-1681 (((-85) $) NIL (|has| (-518 |#1|) (-320)) ELT)) (-1768 (($ $ (-695)) NIL (OR (|has| (-518 |#1|) (-118)) (|has| (-518 |#1|) (-320))) ELT) (($ $) NIL (OR (|has| (-518 |#1|) (-118)) (|has| (-518 |#1|) (-320))) ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-831) $) NIL (|has| (-518 |#1|) (-320)) ELT) (((-744 (-831)) $) NIL (OR (|has| (-518 |#1|) (-118)) (|has| (-518 |#1|) (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) NIL (|has| (-518 |#1|) (-320)) ELT)) (-2012 (((-85) $) NIL (|has| (-518 |#1|) (-320)) ELT)) (-3134 (((-518 |#1|) $) NIL T ELT) (($ $ (-831)) NIL (|has| (-518 |#1|) (-320)) ELT)) (-3447 (((-633 $) $) NIL (|has| (-518 |#1|) (-320)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 (-518 |#1|)) $) NIL T ELT) (((-1086 $) $ (-831)) NIL (|has| (-518 |#1|) (-320)) ELT)) (-2011 (((-831) $) NIL (|has| (-518 |#1|) (-320)) ELT)) (-1628 (((-1086 (-518 |#1|)) $) NIL (|has| (-518 |#1|) (-320)) ELT)) (-1627 (((-1086 (-518 |#1|)) $) NIL (|has| (-518 |#1|) (-320)) ELT) (((-3 (-1086 (-518 |#1|)) #1#) $ $) NIL (|has| (-518 |#1|) (-320)) ELT)) (-1629 (($ $ (-1086 (-518 |#1|))) NIL (|has| (-518 |#1|) (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-518 |#1|) (-320)) CONST)) (-2401 (($ (-831)) NIL (|has| (-518 |#1|) (-320)) ELT)) (-3933 (((-85) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($) NIL (|has| (-518 |#1|) (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| (-518 |#1|) (-320)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-744 (-831))) NIL T ELT) (((-831)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-695) $) NIL (|has| (-518 |#1|) (-320)) ELT) (((-3 (-695) #1#) $ $) NIL (OR (|has| (-518 |#1|) (-118)) (|has| (-518 |#1|) (-320))) ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $ (-695)) NIL (|has| (-518 |#1|) (-320)) ELT) (($ $) NIL (|has| (-518 |#1|) (-320)) ELT)) (-3950 (((-744 (-831)) $) NIL T ELT) (((-831) $) NIL T ELT)) (-3187 (((-1086 (-518 |#1|))) NIL T ELT)) (-1675 (($) NIL (|has| (-518 |#1|) (-320)) ELT)) (-1630 (($) NIL (|has| (-518 |#1|) (-320)) ELT)) (-3226 (((-1180 (-518 |#1|)) $) NIL T ELT) (((-631 (-518 |#1|)) (-1180 $)) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| (-518 |#1|) (-320)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-518 |#1|)) NIL T ELT)) (-2704 (($ $) NIL (|has| (-518 |#1|) (-320)) ELT) (((-633 $) $) NIL (OR (|has| (-518 |#1|) (-118)) (|has| (-518 |#1|) (-320))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL T ELT) (((-1180 $) (-831)) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3930 (($ $) NIL (|has| (-518 |#1|) (-320)) ELT) (($ $ (-695)) NIL (|has| (-518 |#1|) (-320)) ELT)) (-2671 (($ $ (-695)) NIL (|has| (-518 |#1|) (-320)) ELT) (($ $) NIL (|has| (-518 |#1|) (-320)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT) (($ $ (-518 |#1|)) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ (-518 |#1|)) NIL T ELT) (($ (-518 |#1|) $) NIL T ELT)))
+(((-460 |#1| |#2|) (-280 (-518 |#1|)) (-831) (-831)) (T -460))
+NIL
+((-3111 ((|#4| |#4|) 38 T ELT)) (-3110 (((-695) |#4|) 45 T ELT)) (-3109 (((-695) |#4|) 46 T ELT)) (-3108 (((-584 |#3|) |#4|) 57 (|has| |#3| (-1036 |#1|)) ELT)) (-3592 (((-3 |#4| "failed") |#4|) 69 T ELT)) (-1993 ((|#4| |#4|) 61 T ELT)) (-3330 ((|#1| |#4|) 60 T ELT)))
+(((-461 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3111 (|#4| |#4|)) (-15 -3110 ((-695) |#4|)) (-15 -3109 ((-695) |#4|)) (IF (|has| |#3| (-1036 |#1|)) (-15 -3108 ((-584 |#3|) |#4|)) |%noBranch|) (-15 -3330 (|#1| |#4|)) (-15 -1993 (|#4| |#4|)) (-15 -3592 ((-3 |#4| "failed") |#4|))) (-312) (-324 |#1|) (-324 |#1|) (-628 |#1| |#2| |#3|)) (T -461))
+((-3592 (*1 *2 *2) (|partial| -12 (-4 *3 (-312)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-461 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))) (-1993 (*1 *2 *2) (-12 (-4 *3 (-312)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-461 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))) (-3330 (*1 *2 *3) (-12 (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-312)) (-5 *1 (-461 *2 *4 *5 *3)) (-4 *3 (-628 *2 *4 *5)))) (-3108 (*1 *2 *3) (-12 (-4 *6 (-1036 *4)) (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-584 *6)) (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6)))) (-3109 (*1 *2 *3) (-12 (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-695)) (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6)))) (-3110 (*1 *2 *3) (-12 (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-695)) (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6)))) (-3111 (*1 *2 *2) (-12 (-4 *3 (-312)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-461 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))))
+((-3111 ((|#8| |#4|) 20 T ELT)) (-3108 (((-584 |#3|) |#4|) 29 (|has| |#7| (-1036 |#5|)) ELT)) (-3592 (((-3 |#8| "failed") |#4|) 23 T ELT)))
+(((-462 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3111 (|#8| |#4|)) (-15 -3592 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-1036 |#5|)) (-15 -3108 ((-584 |#3|) |#4|)) |%noBranch|)) (-496) (-324 |#1|) (-324 |#1|) (-628 |#1| |#2| |#3|) (-905 |#1|) (-324 |#5|) (-324 |#5|) (-628 |#5| |#6| |#7|)) (T -462))
+((-3108 (*1 *2 *3) (-12 (-4 *9 (-1036 *7)) (-4 *4 (-496)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-4 *7 (-905 *4)) (-4 *8 (-324 *7)) (-4 *9 (-324 *7)) (-5 *2 (-584 *6)) (-5 *1 (-462 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-628 *4 *5 *6)) (-4 *10 (-628 *7 *8 *9)))) (-3592 (*1 *2 *3) (|partial| -12 (-4 *4 (-496)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-4 *7 (-905 *4)) (-4 *2 (-628 *7 *8 *9)) (-5 *1 (-462 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-628 *4 *5 *6)) (-4 *8 (-324 *7)) (-4 *9 (-324 *7)))) (-3111 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-4 *7 (-905 *4)) (-4 *2 (-628 *7 *8 *9)) (-5 *1 (-462 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-628 *4 *5 *6)) (-4 *8 (-324 *7)) (-4 *9 (-324 *7)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1994 (((-584 (-1131)) $) 14 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 20 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT) (($ (-584 (-1131))) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-463) (-13 (-996) (-10 -8 (-15 -3948 ($ (-584 (-1131)))) (-15 -1994 ((-584 (-1131)) $))))) (T -463))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-584 (-1131))) (-5 *1 (-463)))) (-1994 (*1 *2 *1) (-12 (-5 *2 (-584 (-1131))) (-5 *1 (-463)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1995 (((-1050) $) 15 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3452 (((-447) $) 12 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 22 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-464) (-13 (-996) (-10 -8 (-15 -3452 ((-447) $)) (-15 -1995 ((-1050) $))))) (T -464))
+((-3452 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-464)))) (-1995 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-464)))))
+((-2001 (((-633 (-1139)) $) 15 T ELT)) (-1997 (((-633 (-1137)) $) 38 T ELT)) (-1999 (((-633 (-1136)) $) 29 T ELT)) (-2002 (((-633 (-489)) $) 12 T ELT)) (-1998 (((-633 (-487)) $) 42 T ELT)) (-2000 (((-633 (-486)) $) 33 T ELT)) (-1996 (((-695) $ (-102)) 54 T ELT)))
+(((-465 |#1|) (-10 -7 (-15 -1996 ((-695) |#1| (-102))) (-15 -1997 ((-633 (-1137)) |#1|)) (-15 -1998 ((-633 (-487)) |#1|)) (-15 -1999 ((-633 (-1136)) |#1|)) (-15 -2000 ((-633 (-486)) |#1|)) (-15 -2001 ((-633 (-1139)) |#1|)) (-15 -2002 ((-633 (-489)) |#1|))) (-466)) (T -465))
+NIL
+((-2001 (((-633 (-1139)) $) 12 T ELT)) (-1997 (((-633 (-1137)) $) 8 T ELT)) (-1999 (((-633 (-1136)) $) 10 T ELT)) (-2002 (((-633 (-489)) $) 13 T ELT)) (-1998 (((-633 (-487)) $) 9 T ELT)) (-2000 (((-633 (-486)) $) 11 T ELT)) (-1996 (((-695) $ (-102)) 7 T ELT)) (-2003 (((-633 (-101)) $) 14 T ELT)) (-1701 (($ $) 6 T ELT)))
+(((-466) (-113)) (T -466))
+((-2003 (*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-101))))) (-2002 (*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-489))))) (-2001 (*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-1139))))) (-2000 (*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-486))))) (-1999 (*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-1136))))) (-1998 (*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-487))))) (-1997 (*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-1137))))) (-1996 (*1 *2 *1 *3) (-12 (-4 *1 (-466)) (-5 *3 (-102)) (-5 *2 (-695)))))
+(-13 (-147) (-10 -8 (-15 -2003 ((-633 (-101)) $)) (-15 -2002 ((-633 (-489)) $)) (-15 -2001 ((-633 (-1139)) $)) (-15 -2000 ((-633 (-486)) $)) (-15 -1999 ((-633 (-1136)) $)) (-15 -1998 ((-633 (-487)) $)) (-15 -1997 ((-633 (-1137)) $)) (-15 -1996 ((-695) $ (-102)))))
(((-147) . T))
-((-2005 (((-1085 |#1|) (-694)) 114 T ELT)) (-3331 (((-1179 |#1|) (-1179 |#1|) (-830)) 107 T ELT)) (-2003 (((-1185) (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))) |#1|) 122 T ELT)) (-2007 (((-1179 |#1|) (-1179 |#1|) (-694)) 53 T ELT)) (-2995 (((-1179 |#1|) (-830)) 109 T ELT)) (-2009 (((-1179 |#1|) (-1179 |#1|) (-484)) 30 T ELT)) (-2004 (((-1085 |#1|) (-1179 |#1|)) 115 T ELT)) (-2013 (((-1179 |#1|) (-830)) 136 T ELT)) (-2011 (((-85) (-1179 |#1|)) 119 T ELT)) (-3133 (((-1179 |#1|) (-1179 |#1|) (-830)) 99 T ELT)) (-2014 (((-1085 |#1|) (-1179 |#1|)) 130 T ELT)) (-2010 (((-830) (-1179 |#1|)) 95 T ELT)) (-2485 (((-1179 |#1|) (-1179 |#1|)) 38 T ELT)) (-2400 (((-1179 |#1|) (-830) (-830)) 139 T ELT)) (-2008 (((-1179 |#1|) (-1179 |#1|) (-1033) (-1033)) 29 T ELT)) (-2006 (((-1179 |#1|) (-1179 |#1|) (-694) (-1033)) 54 T ELT)) (-2012 (((-1179 (-1179 |#1|)) (-830)) 135 T ELT)) (-3950 (((-1179 |#1|) (-1179 |#1|) (-1179 |#1|)) 120 T ELT)) (** (((-1179 |#1|) (-1179 |#1|) (-484)) 67 T ELT)) (* (((-1179 |#1|) (-1179 |#1|) (-1179 |#1|)) 31 T ELT)))
-(((-466 |#1|) (-10 -7 (-15 -2003 ((-1185) (-1179 (-583 (-2 (|:| -3403 |#1|) (|:| -2400 (-1033))))) |#1|)) (-15 -2995 ((-1179 |#1|) (-830))) (-15 -2400 ((-1179 |#1|) (-830) (-830))) (-15 -2004 ((-1085 |#1|) (-1179 |#1|))) (-15 -2005 ((-1085 |#1|) (-694))) (-15 -2006 ((-1179 |#1|) (-1179 |#1|) (-694) (-1033))) (-15 -2007 ((-1179 |#1|) (-1179 |#1|) (-694))) (-15 -2008 ((-1179 |#1|) (-1179 |#1|) (-1033) (-1033))) (-15 -2009 ((-1179 |#1|) (-1179 |#1|) (-484))) (-15 ** ((-1179 |#1|) (-1179 |#1|) (-484))) (-15 * ((-1179 |#1|) (-1179 |#1|) (-1179 |#1|))) (-15 -3950 ((-1179 |#1|) (-1179 |#1|) (-1179 |#1|))) (-15 -3133 ((-1179 |#1|) (-1179 |#1|) (-830))) (-15 -3331 ((-1179 |#1|) (-1179 |#1|) (-830))) (-15 -2485 ((-1179 |#1|) (-1179 |#1|))) (-15 -2010 ((-830) (-1179 |#1|))) (-15 -2011 ((-85) (-1179 |#1|))) (-15 -2012 ((-1179 (-1179 |#1|)) (-830))) (-15 -2013 ((-1179 |#1|) (-830))) (-15 -2014 ((-1085 |#1|) (-1179 |#1|)))) (-299)) (T -466))
-((-2014 (*1 *2 *3) (-12 (-5 *3 (-1179 *4)) (-4 *4 (-299)) (-5 *2 (-1085 *4)) (-5 *1 (-466 *4)))) (-2013 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1179 *4)) (-5 *1 (-466 *4)) (-4 *4 (-299)))) (-2012 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1179 (-1179 *4))) (-5 *1 (-466 *4)) (-4 *4 (-299)))) (-2011 (*1 *2 *3) (-12 (-5 *3 (-1179 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-466 *4)))) (-2010 (*1 *2 *3) (-12 (-5 *3 (-1179 *4)) (-4 *4 (-299)) (-5 *2 (-830)) (-5 *1 (-466 *4)))) (-2485 (*1 *2 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-299)) (-5 *1 (-466 *3)))) (-3331 (*1 *2 *2 *3) (-12 (-5 *2 (-1179 *4)) (-5 *3 (-830)) (-4 *4 (-299)) (-5 *1 (-466 *4)))) (-3133 (*1 *2 *2 *3) (-12 (-5 *2 (-1179 *4)) (-5 *3 (-830)) (-4 *4 (-299)) (-5 *1 (-466 *4)))) (-3950 (*1 *2 *2 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-299)) (-5 *1 (-466 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-299)) (-5 *1 (-466 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1179 *4)) (-5 *3 (-484)) (-4 *4 (-299)) (-5 *1 (-466 *4)))) (-2009 (*1 *2 *2 *3) (-12 (-5 *2 (-1179 *4)) (-5 *3 (-484)) (-4 *4 (-299)) (-5 *1 (-466 *4)))) (-2008 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1179 *4)) (-5 *3 (-1033)) (-4 *4 (-299)) (-5 *1 (-466 *4)))) (-2007 (*1 *2 *2 *3) (-12 (-5 *2 (-1179 *4)) (-5 *3 (-694)) (-4 *4 (-299)) (-5 *1 (-466 *4)))) (-2006 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1179 *5)) (-5 *3 (-694)) (-5 *4 (-1033)) (-4 *5 (-299)) (-5 *1 (-466 *5)))) (-2005 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1085 *4)) (-5 *1 (-466 *4)) (-4 *4 (-299)))) (-2004 (*1 *2 *3) (-12 (-5 *3 (-1179 *4)) (-4 *4 (-299)) (-5 *2 (-1085 *4)) (-5 *1 (-466 *4)))) (-2400 (*1 *2 *3 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1179 *4)) (-5 *1 (-466 *4)) (-4 *4 (-299)))) (-2995 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1179 *4)) (-5 *1 (-466 *4)) (-4 *4 (-299)))) (-2003 (*1 *2 *3 *4) (-12 (-5 *3 (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033)))))) (-4 *4 (-299)) (-5 *2 (-1185)) (-5 *1 (-466 *4)))))
-((-2000 (((-632 (-1138)) $) NIL T ELT)) (-1996 (((-632 (-1136)) $) NIL T ELT)) (-1998 (((-632 (-1135)) $) NIL T ELT)) (-2001 (((-632 (-488)) $) NIL T ELT)) (-1997 (((-632 (-486)) $) NIL T ELT)) (-1999 (((-632 (-485)) $) NIL T ELT)) (-1995 (((-694) $ (-102)) NIL T ELT)) (-2002 (((-632 (-101)) $) 26 T ELT)) (-2015 (((-1033) $ (-1033)) 31 T ELT)) (-3420 (((-1033) $) 30 T ELT)) (-2559 (((-85) $) 20 T ELT)) (-2017 (($ (-338)) 14 T ELT) (($ (-1073)) 16 T ELT)) (-2016 (((-85) $) 27 T ELT)) (-3947 (((-772) $) 34 T ELT)) (-1700 (($ $) 28 T ELT)))
-(((-467) (-13 (-465) (-552 (-772)) (-10 -8 (-15 -2017 ($ (-338))) (-15 -2017 ($ (-1073))) (-15 -2016 ((-85) $)) (-15 -2559 ((-85) $)) (-15 -3420 ((-1033) $)) (-15 -2015 ((-1033) $ (-1033)))))) (T -467))
-((-2017 (*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-467)))) (-2017 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-467)))) (-2016 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-467)))) (-2559 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-467)))) (-3420 (*1 *2 *1) (-12 (-5 *2 (-1033)) (-5 *1 (-467)))) (-2015 (*1 *2 *1 *2) (-12 (-5 *2 (-1033)) (-5 *1 (-467)))))
-((-2019 (((-1 |#1| |#1|) |#1|) 11 T ELT)) (-2018 (((-1 |#1| |#1|)) 10 T ELT)))
-(((-468 |#1|) (-10 -7 (-15 -2018 ((-1 |#1| |#1|))) (-15 -2019 ((-1 |#1| |#1|) |#1|))) (-13 (-663) (-25))) (T -468))
-((-2019 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-468 *3)) (-4 *3 (-13 (-663) (-25))))) (-2018 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-468 *3)) (-4 *3 (-13 (-663) (-25))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3775 (((-583 (-453 (-694) |#1|)) $) NIL T ELT)) (-2484 (($ $ $) NIL T ELT)) (-1312 (((-3 $ "failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-3187 (((-85) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2894 (($ (-694) |#1|) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3959 (($ (-1 (-694) (-694)) $) NIL T ELT)) (-1983 ((|#1| $) NIL T ELT)) (-3175 (((-694) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3973 (($ (-583 (-453 (-694) |#1|))) NIL T ELT)) (-3947 (((-772) $) 28 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT)))
-(((-469 |#1|) (-13 (-717) (-449 (-694) |#1|)) (-756)) (T -469))
-NIL
-((-2021 (((-583 |#2|) (-1085 |#1|) |#3|) 98 T ELT)) (-2022 (((-583 (-2 (|:| |outval| |#2|) (|:| |outmult| (-484)) (|:| |outvect| (-583 (-630 |#2|))))) (-630 |#1|) |#3| (-1 (-348 (-1085 |#1|)) (-1085 |#1|))) 114 T ELT)) (-2020 (((-1085 |#1|) (-630 |#1|)) 110 T ELT)))
-(((-470 |#1| |#2| |#3|) (-10 -7 (-15 -2020 ((-1085 |#1|) (-630 |#1|))) (-15 -2021 ((-583 |#2|) (-1085 |#1|) |#3|)) (-15 -2022 ((-583 (-2 (|:| |outval| |#2|) (|:| |outmult| (-484)) (|:| |outvect| (-583 (-630 |#2|))))) (-630 |#1|) |#3| (-1 (-348 (-1085 |#1|)) (-1085 |#1|))))) (-312) (-312) (-13 (-312) (-755))) (T -470))
-((-2022 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *6)) (-5 *5 (-1 (-348 (-1085 *6)) (-1085 *6))) (-4 *6 (-312)) (-5 *2 (-583 (-2 (|:| |outval| *7) (|:| |outmult| (-484)) (|:| |outvect| (-583 (-630 *7)))))) (-5 *1 (-470 *6 *7 *4)) (-4 *7 (-312)) (-4 *4 (-13 (-312) (-755))))) (-2021 (*1 *2 *3 *4) (-12 (-5 *3 (-1085 *5)) (-4 *5 (-312)) (-5 *2 (-583 *6)) (-5 *1 (-470 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-755))))) (-2020 (*1 *2 *3) (-12 (-5 *3 (-630 *4)) (-4 *4 (-312)) (-5 *2 (-1085 *4)) (-5 *1 (-470 *4 *5 *6)) (-4 *5 (-312)) (-4 *6 (-13 (-312) (-755))))))
-((-2556 (((-632 (-1138)) $ (-1138)) NIL T ELT)) (-2557 (((-632 (-488)) $ (-488)) NIL T ELT)) (-2555 (((-694) $ (-102)) 39 T ELT)) (-2558 (((-632 (-101)) $ (-101)) 40 T ELT)) (-2000 (((-632 (-1138)) $) NIL T ELT)) (-1996 (((-632 (-1136)) $) NIL T ELT)) (-1998 (((-632 (-1135)) $) NIL T ELT)) (-2001 (((-632 (-488)) $) NIL T ELT)) (-1997 (((-632 (-486)) $) NIL T ELT)) (-1999 (((-632 (-485)) $) NIL T ELT)) (-1995 (((-694) $ (-102)) 35 T ELT)) (-2002 (((-632 (-101)) $) 37 T ELT)) (-2440 (((-85) $) 27 T ELT)) (-2441 (((-632 $) (-515) (-865)) 18 T ELT) (((-632 $) (-431) (-865)) 24 T ELT)) (-3947 (((-772) $) 48 T ELT)) (-1700 (($ $) 42 T ELT)))
-(((-471) (-13 (-691 (-515)) (-552 (-772)) (-10 -8 (-15 -2441 ((-632 $) (-431) (-865)))))) (T -471))
-((-2441 (*1 *2 *3 *4) (-12 (-5 *3 (-431)) (-5 *4 (-865)) (-5 *2 (-632 (-471))) (-5 *1 (-471)))))
-((-2528 (((-750 (-484))) 12 T ELT)) (-2527 (((-750 (-484))) 14 T ELT)) (-2515 (((-743 (-484))) 9 T ELT)))
-(((-472) (-10 -7 (-15 -2515 ((-743 (-484)))) (-15 -2528 ((-750 (-484)))) (-15 -2527 ((-750 (-484)))))) (T -472))
-((-2527 (*1 *2) (-12 (-5 *2 (-750 (-484))) (-5 *1 (-472)))) (-2528 (*1 *2) (-12 (-5 *2 (-750 (-484))) (-5 *1 (-472)))) (-2515 (*1 *2) (-12 (-5 *2 (-743 (-484))) (-5 *1 (-472)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2026 (((-1073) $) 55 T ELT)) (-3261 (((-85) $) 51 T ELT)) (-3257 (((-1090) $) 52 T ELT)) (-3262 (((-85) $) 49 T ELT)) (-3536 (((-1073) $) 50 T ELT)) (-2025 (($ (-1073)) 56 T ELT)) (-3264 (((-85) $) NIL T ELT)) (-3266 (((-85) $) NIL T ELT)) (-3263 (((-85) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2028 (($ $ (-583 (-1090))) 21 T ELT)) (-2031 (((-51) $) 23 T ELT)) (-3260 (((-85) $) NIL T ELT)) (-3256 (((-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2383 (($ $ (-583 (-1090)) (-1090)) 73 T ELT)) (-3259 (((-85) $) NIL T ELT)) (-3255 (((-179) $) NIL T ELT)) (-2027 (($ $) 44 T ELT)) (-3254 (((-772) $) NIL T ELT)) (-3267 (((-85) $ $) NIL T ELT)) (-3801 (($ $ (-484)) NIL T ELT) (($ $ (-583 (-484))) NIL T ELT)) (-3258 (((-583 $) $) 30 T ELT)) (-2024 (((-1090) (-583 $)) 57 T ELT)) (-3973 (($ (-1073)) NIL T ELT) (($ (-1090)) 19 T ELT) (($ (-484)) 8 T ELT) (($ (-179)) 28 T ELT) (($ (-772)) NIL T ELT) (($ (-583 $)) 65 T ELT) (((-1015) $) 12 T ELT) (($ (-1015)) 13 T ELT)) (-2023 (((-1090) (-1090) (-583 $)) 60 T ELT)) (-3947 (((-772) $) 54 T ELT)) (-3252 (($ $) 59 T ELT)) (-3253 (($ $) 58 T ELT)) (-2029 (($ $ (-583 $)) 66 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3265 (((-85) $) 29 T ELT)) (-2661 (($) 9 T CONST)) (-2667 (($) 11 T CONST)) (-3057 (((-85) $ $) 74 T ELT)) (-3950 (($ $ $) 82 T ELT)) (-3840 (($ $ $) 75 T ELT)) (** (($ $ (-694)) 81 T ELT) (($ $ (-484)) 80 T ELT)) (* (($ $ $) 76 T ELT)) (-3958 (((-484) $) NIL T ELT)))
-(((-473) (-13 (-1016 (-1073) (-1090) (-484) (-179) (-772)) (-553 (-1015)) (-10 -8 (-15 -2031 ((-51) $)) (-15 -3973 ($ (-1015))) (-15 -2029 ($ $ (-583 $))) (-15 -2383 ($ $ (-583 (-1090)) (-1090))) (-15 -2028 ($ $ (-583 (-1090)))) (-15 -3840 ($ $ $)) (-15 * ($ $ $)) (-15 -3950 ($ $ $)) (-15 ** ($ $ (-694))) (-15 ** ($ $ (-484))) (-15 -2661 ($) -3953) (-15 -2667 ($) -3953) (-15 -2027 ($ $)) (-15 -2026 ((-1073) $)) (-15 -2025 ($ (-1073))) (-15 -2024 ((-1090) (-583 $))) (-15 -2023 ((-1090) (-1090) (-583 $)))))) (T -473))
-((-2031 (*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-473)))) (-3973 (*1 *1 *2) (-12 (-5 *2 (-1015)) (-5 *1 (-473)))) (-2029 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-473))) (-5 *1 (-473)))) (-2383 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-1090)) (-5 *1 (-473)))) (-2028 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-1090))) (-5 *1 (-473)))) (-3840 (*1 *1 *1 *1) (-5 *1 (-473))) (* (*1 *1 *1 *1) (-5 *1 (-473))) (-3950 (*1 *1 *1 *1) (-5 *1 (-473))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-473)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-473)))) (-2661 (*1 *1) (-5 *1 (-473))) (-2667 (*1 *1) (-5 *1 (-473))) (-2027 (*1 *1 *1) (-5 *1 (-473))) (-2026 (*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-473)))) (-2025 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-473)))) (-2024 (*1 *2 *3) (-12 (-5 *3 (-583 (-473))) (-5 *2 (-1090)) (-5 *1 (-473)))) (-2023 (*1 *2 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-583 (-473))) (-5 *1 (-473)))))
-((-2030 (((-473) (-1090)) 15 T ELT)) (-2031 ((|#1| (-473)) 20 T ELT)))
-(((-474 |#1|) (-10 -7 (-15 -2030 ((-473) (-1090))) (-15 -2031 (|#1| (-473)))) (-1129)) (T -474))
-((-2031 (*1 *2 *3) (-12 (-5 *3 (-473)) (-5 *1 (-474 *2)) (-4 *2 (-1129)))) (-2030 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-473)) (-5 *1 (-474 *4)) (-4 *4 (-1129)))))
-((-3454 ((|#2| |#2|) 17 T ELT)) (-3452 ((|#2| |#2|) 13 T ELT)) (-3455 ((|#2| |#2| (-484) (-484)) 20 T ELT)) (-3453 ((|#2| |#2|) 15 T ELT)))
-(((-475 |#1| |#2|) (-10 -7 (-15 -3452 (|#2| |#2|)) (-15 -3453 (|#2| |#2|)) (-15 -3454 (|#2| |#2|)) (-15 -3455 (|#2| |#2| (-484) (-484)))) (-13 (-495) (-120)) (-1172 |#1|)) (T -475))
-((-3455 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-484)) (-4 *4 (-13 (-495) (-120))) (-5 *1 (-475 *4 *2)) (-4 *2 (-1172 *4)))) (-3454 (*1 *2 *2) (-12 (-4 *3 (-13 (-495) (-120))) (-5 *1 (-475 *3 *2)) (-4 *2 (-1172 *3)))) (-3453 (*1 *2 *2) (-12 (-4 *3 (-13 (-495) (-120))) (-5 *1 (-475 *3 *2)) (-4 *2 (-1172 *3)))) (-3452 (*1 *2 *2) (-12 (-4 *3 (-13 (-495) (-120))) (-5 *1 (-475 *3 *2)) (-4 *2 (-1172 *3)))))
-((-2034 (((-583 (-249 (-857 |#2|))) (-583 |#2|) (-583 (-1090))) 32 T ELT)) (-2032 (((-583 |#2|) (-857 |#1|) |#3|) 54 T ELT) (((-583 |#2|) (-1085 |#1|) |#3|) 53 T ELT)) (-2033 (((-583 (-583 |#2|)) (-583 (-857 |#1|)) (-583 (-857 |#1|)) (-583 (-1090)) |#3|) 106 T ELT)))
-(((-476 |#1| |#2| |#3|) (-10 -7 (-15 -2032 ((-583 |#2|) (-1085 |#1|) |#3|)) (-15 -2032 ((-583 |#2|) (-857 |#1|) |#3|)) (-15 -2033 ((-583 (-583 |#2|)) (-583 (-857 |#1|)) (-583 (-857 |#1|)) (-583 (-1090)) |#3|)) (-15 -2034 ((-583 (-249 (-857 |#2|))) (-583 |#2|) (-583 (-1090))))) (-392) (-312) (-13 (-312) (-755))) (T -476))
-((-2034 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *6)) (-5 *4 (-583 (-1090))) (-4 *6 (-312)) (-5 *2 (-583 (-249 (-857 *6)))) (-5 *1 (-476 *5 *6 *7)) (-4 *5 (-392)) (-4 *7 (-13 (-312) (-755))))) (-2033 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-583 (-857 *6))) (-5 *4 (-583 (-1090))) (-4 *6 (-392)) (-5 *2 (-583 (-583 *7))) (-5 *1 (-476 *6 *7 *5)) (-4 *7 (-312)) (-4 *5 (-13 (-312) (-755))))) (-2032 (*1 *2 *3 *4) (-12 (-5 *3 (-857 *5)) (-4 *5 (-392)) (-5 *2 (-583 *6)) (-5 *1 (-476 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-755))))) (-2032 (*1 *2 *3 *4) (-12 (-5 *3 (-1085 *5)) (-4 *5 (-392)) (-5 *2 (-583 *6)) (-5 *1 (-476 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-755))))))
-((-2037 ((|#2| |#2| |#1|) 17 T ELT)) (-2035 ((|#2| (-583 |#2|)) 30 T ELT)) (-2036 ((|#2| (-583 |#2|)) 51 T ELT)))
-(((-477 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2035 (|#2| (-583 |#2|))) (-15 -2036 (|#2| (-583 |#2|))) (-15 -2037 (|#2| |#2| |#1|))) (-258) (-1155 |#1|) |#1| (-1 |#1| |#1| (-694))) (T -477))
-((-2037 (*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-694))) (-5 *1 (-477 *3 *2 *4 *5)) (-4 *2 (-1155 *3)))) (-2036 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-1155 *4)) (-5 *1 (-477 *4 *2 *5 *6)) (-4 *4 (-258)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-694))))) (-2035 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-1155 *4)) (-5 *1 (-477 *4 *2 *5 *6)) (-4 *4 (-258)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-694))))))
-((-3733 (((-348 (-1085 |#4|)) (-1085 |#4|) (-1 (-348 (-1085 |#3|)) (-1085 |#3|))) 90 T ELT) (((-348 |#4|) |#4| (-1 (-348 (-1085 |#3|)) (-1085 |#3|))) 213 T ELT)))
-(((-478 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3733 ((-348 |#4|) |#4| (-1 (-348 (-1085 |#3|)) (-1085 |#3|)))) (-15 -3733 ((-348 (-1085 |#4|)) (-1085 |#4|) (-1 (-348 (-1085 |#3|)) (-1085 |#3|))))) (-756) (-717) (-13 (-258) (-120)) (-861 |#3| |#2| |#1|)) (T -478))
-((-3733 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-348 (-1085 *7)) (-1085 *7))) (-4 *7 (-13 (-258) (-120))) (-4 *5 (-756)) (-4 *6 (-717)) (-4 *8 (-861 *7 *6 *5)) (-5 *2 (-348 (-1085 *8))) (-5 *1 (-478 *5 *6 *7 *8)) (-5 *3 (-1085 *8)))) (-3733 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-348 (-1085 *7)) (-1085 *7))) (-4 *7 (-13 (-258) (-120))) (-4 *5 (-756)) (-4 *6 (-717)) (-5 *2 (-348 *3)) (-5 *1 (-478 *5 *6 *7 *3)) (-4 *3 (-861 *7 *6 *5)))))
-((-3454 ((|#4| |#4|) 74 T ELT)) (-3452 ((|#4| |#4|) 70 T ELT)) (-3455 ((|#4| |#4| (-484) (-484)) 76 T ELT)) (-3453 ((|#4| |#4|) 72 T ELT)))
-(((-479 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3452 (|#4| |#4|)) (-15 -3453 (|#4| |#4|)) (-15 -3454 (|#4| |#4|)) (-15 -3455 (|#4| |#4| (-484) (-484)))) (-13 (-312) (-320) (-553 (-484))) (-1155 |#1|) (-661 |#1| |#2|) (-1172 |#3|)) (T -479))
-((-3455 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-484)) (-4 *4 (-13 (-312) (-320) (-553 *3))) (-4 *5 (-1155 *4)) (-4 *6 (-661 *4 *5)) (-5 *1 (-479 *4 *5 *6 *2)) (-4 *2 (-1172 *6)))) (-3454 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-4 *4 (-1155 *3)) (-4 *5 (-661 *3 *4)) (-5 *1 (-479 *3 *4 *5 *2)) (-4 *2 (-1172 *5)))) (-3453 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-4 *4 (-1155 *3)) (-4 *5 (-661 *3 *4)) (-5 *1 (-479 *3 *4 *5 *2)) (-4 *2 (-1172 *5)))) (-3452 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-4 *4 (-1155 *3)) (-4 *5 (-661 *3 *4)) (-5 *1 (-479 *3 *4 *5 *2)) (-4 *2 (-1172 *5)))))
-((-3454 ((|#2| |#2|) 27 T ELT)) (-3452 ((|#2| |#2|) 23 T ELT)) (-3455 ((|#2| |#2| (-484) (-484)) 29 T ELT)) (-3453 ((|#2| |#2|) 25 T ELT)))
-(((-480 |#1| |#2|) (-10 -7 (-15 -3452 (|#2| |#2|)) (-15 -3453 (|#2| |#2|)) (-15 -3454 (|#2| |#2|)) (-15 -3455 (|#2| |#2| (-484) (-484)))) (-13 (-312) (-320) (-553 (-484))) (-1172 |#1|)) (T -480))
-((-3455 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-484)) (-4 *4 (-13 (-312) (-320) (-553 *3))) (-5 *1 (-480 *4 *2)) (-4 *2 (-1172 *4)))) (-3454 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-5 *1 (-480 *3 *2)) (-4 *2 (-1172 *3)))) (-3453 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-5 *1 (-480 *3 *2)) (-4 *2 (-1172 *3)))) (-3452 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-5 *1 (-480 *3 *2)) (-4 *2 (-1172 *3)))))
-((-2038 (((-3 (-484) #1="failed") |#2| |#1| (-1 (-3 (-484) #1#) |#1|)) 18 T ELT) (((-3 (-484) #1#) |#2| |#1| (-484) (-1 (-3 (-484) #1#) |#1|)) 14 T ELT) (((-3 (-484) #1#) |#2| (-484) (-1 (-3 (-484) #1#) |#1|)) 30 T ELT)))
-(((-481 |#1| |#2|) (-10 -7 (-15 -2038 ((-3 (-484) #1="failed") |#2| (-484) (-1 (-3 (-484) #1#) |#1|))) (-15 -2038 ((-3 (-484) #1#) |#2| |#1| (-484) (-1 (-3 (-484) #1#) |#1|))) (-15 -2038 ((-3 (-484) #1#) |#2| |#1| (-1 (-3 (-484) #1#) |#1|)))) (-961) (-1155 |#1|)) (T -481))
-((-2038 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-484) #1="failed") *4)) (-4 *4 (-961)) (-5 *2 (-484)) (-5 *1 (-481 *4 *3)) (-4 *3 (-1155 *4)))) (-2038 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-484) #1#) *4)) (-4 *4 (-961)) (-5 *2 (-484)) (-5 *1 (-481 *4 *3)) (-4 *3 (-1155 *4)))) (-2038 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-484) #1#) *5)) (-4 *5 (-961)) (-5 *2 (-484)) (-5 *1 (-481 *5 *3)) (-4 *3 (-1155 *5)))))
-((-2047 (($ $ $) 87 T ELT)) (-3972 (((-348 $) $) 50 T ELT)) (-3158 (((-3 (-484) #1="failed") $) 62 T ELT)) (-3157 (((-484) $) 40 T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) 80 T ELT)) (-3024 (((-85) $) 24 T ELT)) (-3023 (((-350 (-484)) $) 78 T ELT)) (-3724 (((-85) $) 53 T ELT)) (-2040 (($ $ $ $) 94 T ELT)) (-1369 (($ $ $) 60 T ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 75 T ELT)) (-3446 (((-632 $) $) 70 T ELT)) (-2044 (($ $) 22 T ELT)) (-2039 (($ $ $) 92 T ELT)) (-3447 (($) 63 T CONST)) (-1367 (($ $) 56 T ELT)) (-3733 (((-348 $) $) 48 T ELT)) (-2675 (((-85) $) 15 T ELT)) (-1607 (((-694) $) 30 T ELT)) (-3759 (($ $) 11 T ELT) (($ $ (-694)) NIL T ELT)) (-3401 (($ $) 16 T ELT)) (-3973 (((-484) $) NIL T ELT) (((-473) $) 39 T ELT) (((-800 (-484)) $) 43 T ELT) (((-330) $) 33 T ELT) (((-179) $) 36 T ELT)) (-3127 (((-694)) 9 T CONST)) (-2049 (((-85) $ $) 19 T ELT)) (-3102 (($ $ $) 58 T ELT)))
-(((-482 |#1|) (-10 -7 (-15 -2039 (|#1| |#1| |#1|)) (-15 -2040 (|#1| |#1| |#1| |#1|)) (-15 -2044 (|#1| |#1|)) (-15 -3401 (|#1| |#1|)) (-15 -3025 ((-3 (-350 (-484)) #1="failed") |#1|)) (-15 -3023 ((-350 (-484)) |#1|)) (-15 -3024 ((-85) |#1|)) (-15 -2047 (|#1| |#1| |#1|)) (-15 -2049 ((-85) |#1| |#1|)) (-15 -2675 ((-85) |#1|)) (-15 -3447 (|#1|) -3953) (-15 -3446 ((-632 |#1|) |#1|)) (-15 -3973 ((-179) |#1|)) (-15 -3973 ((-330) |#1|)) (-15 -1369 (|#1| |#1| |#1|)) (-15 -1367 (|#1| |#1|)) (-15 -3102 (|#1| |#1| |#1|)) (-15 -2797 ((-798 (-484) |#1|) |#1| (-800 (-484)) (-798 (-484) |#1|))) (-15 -3973 ((-800 (-484)) |#1|)) (-15 -3973 ((-473) |#1|)) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3973 ((-484) |#1|)) (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1|)) (-15 -1607 ((-694) |#1|)) (-15 -3733 ((-348 |#1|) |#1|)) (-15 -3972 ((-348 |#1|) |#1|)) (-15 -3724 ((-85) |#1|)) (-15 -3127 ((-694)) -3953)) (-483)) (T -482))
-((-3127 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-482 *3)) (-4 *3 (-483)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-2047 (($ $ $) 102 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-2042 (($ $ $ $) 91 T ELT)) (-3776 (($ $) 66 T ELT)) (-3972 (((-348 $) $) 67 T ELT)) (-1608 (((-85) $ $) 145 T ELT)) (-3624 (((-484) $) 134 T ELT)) (-2442 (($ $ $) 105 T ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 (-484) "failed") $) 126 T ELT)) (-3157 (((-484) $) 127 T ELT)) (-2565 (($ $ $) 149 T ELT)) (-2279 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 124 T ELT) (((-630 (-484)) (-630 $)) 123 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3025 (((-3 (-350 (-484)) "failed") $) 99 T ELT)) (-3024 (((-85) $) 101 T ELT)) (-3023 (((-350 (-484)) $) 100 T ELT)) (-2995 (($) 98 T ELT) (($ $) 97 T ELT)) (-2564 (($ $ $) 148 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 143 T ELT)) (-3724 (((-85) $) 68 T ELT)) (-2040 (($ $ $ $) 89 T ELT)) (-2048 (($ $ $) 103 T ELT)) (-3187 (((-85) $) 136 T ELT)) (-1369 (($ $ $) 114 T ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 117 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2674 (((-85) $) 109 T ELT)) (-3446 (((-632 $) $) 111 T ELT)) (-3188 (((-85) $) 135 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 152 T ELT)) (-2041 (($ $ $ $) 90 T ELT)) (-2532 (($ $ $) 142 T ELT)) (-2858 (($ $ $) 141 T ELT)) (-2044 (($ $) 93 T ELT)) (-3834 (($ $) 106 T ELT)) (-2280 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 122 T ELT) (((-630 (-484)) (-1179 $)) 121 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2039 (($ $ $) 88 T ELT)) (-3447 (($) 110 T CONST)) (-2046 (($ $) 95 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-1367 (($ $) 115 T ELT)) (-3733 (((-348 $) $) 65 T ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 151 T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 150 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 144 T ELT)) (-2675 (((-85) $) 108 T ELT)) (-1607 (((-694) $) 146 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 147 T ELT)) (-3759 (($ $) 132 T ELT) (($ $ (-694)) 130 T ELT)) (-2045 (($ $) 94 T ELT)) (-3401 (($ $) 96 T ELT)) (-3973 (((-484) $) 128 T ELT) (((-473) $) 119 T ELT) (((-800 (-484)) $) 118 T ELT) (((-330) $) 113 T ELT) (((-179) $) 112 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-484)) 125 T ELT)) (-3127 (((-694)) 40 T CONST)) (-2049 (((-85) $ $) 104 T ELT)) (-3102 (($ $ $) 116 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2695 (($) 107 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2043 (($ $ $ $) 92 T ELT)) (-3384 (($ $) 133 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $) 131 T ELT) (($ $ (-694)) 129 T ELT)) (-2567 (((-85) $ $) 140 T ELT)) (-2568 (((-85) $ $) 138 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 139 T ELT)) (-2686 (((-85) $ $) 137 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ (-484) $) 120 T ELT)))
-(((-483) (-113)) (T -483))
-((-2674 (*1 *2 *1) (-12 (-4 *1 (-483)) (-5 *2 (-85)))) (-2675 (*1 *2 *1) (-12 (-4 *1 (-483)) (-5 *2 (-85)))) (-2695 (*1 *1) (-4 *1 (-483))) (-3834 (*1 *1 *1) (-4 *1 (-483))) (-2442 (*1 *1 *1 *1) (-4 *1 (-483))) (-2049 (*1 *2 *1 *1) (-12 (-4 *1 (-483)) (-5 *2 (-85)))) (-2048 (*1 *1 *1 *1) (-4 *1 (-483))) (-2047 (*1 *1 *1 *1) (-4 *1 (-483))) (-3024 (*1 *2 *1) (-12 (-4 *1 (-483)) (-5 *2 (-85)))) (-3023 (*1 *2 *1) (-12 (-4 *1 (-483)) (-5 *2 (-350 (-484))))) (-3025 (*1 *2 *1) (|partial| -12 (-4 *1 (-483)) (-5 *2 (-350 (-484))))) (-2995 (*1 *1) (-4 *1 (-483))) (-2995 (*1 *1 *1) (-4 *1 (-483))) (-3401 (*1 *1 *1) (-4 *1 (-483))) (-2046 (*1 *1 *1) (-4 *1 (-483))) (-2045 (*1 *1 *1) (-4 *1 (-483))) (-2044 (*1 *1 *1) (-4 *1 (-483))) (-2043 (*1 *1 *1 *1 *1) (-4 *1 (-483))) (-2042 (*1 *1 *1 *1 *1) (-4 *1 (-483))) (-2041 (*1 *1 *1 *1 *1) (-4 *1 (-483))) (-2040 (*1 *1 *1 *1 *1) (-4 *1 (-483))) (-2039 (*1 *1 *1 *1) (-4 *1 (-483))))
-(-13 (-1134) (-258) (-740) (-190) (-553 (-484)) (-950 (-484)) (-580 (-484)) (-553 (-473)) (-553 (-800 (-484))) (-796 (-484)) (-116) (-933) (-120) (-1066) (-10 -8 (-15 -2674 ((-85) $)) (-15 -2675 ((-85) $)) (-6 -3995) (-15 -2695 ($)) (-15 -3834 ($ $)) (-15 -2442 ($ $ $)) (-15 -2049 ((-85) $ $)) (-15 -2048 ($ $ $)) (-15 -2047 ($ $ $)) (-15 -3024 ((-85) $)) (-15 -3023 ((-350 (-484)) $)) (-15 -3025 ((-3 (-350 (-484)) "failed") $)) (-15 -2995 ($)) (-15 -2995 ($ $)) (-15 -3401 ($ $)) (-15 -2046 ($ $)) (-15 -2045 ($ $)) (-15 -2044 ($ $)) (-15 -2043 ($ $ $ $)) (-15 -2042 ($ $ $ $)) (-15 -2041 ($ $ $ $)) (-15 -2040 ($ $ $ $)) (-15 -2039 ($ $ $)) (-6 -3994)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-116) . T) ((-146) . T) ((-553 (-179)) . T) ((-553 (-330)) . T) ((-553 (-473)) . T) ((-553 (-484)) . T) ((-553 (-800 (-484))) . T) ((-186 $) . T) ((-190) . T) ((-189) . T) ((-246) . T) ((-258) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 (-484)) . T) ((-590 $) . T) ((-582 $) . T) ((-580 (-484)) . T) ((-654 $) . T) ((-663) . T) ((-714) . T) ((-716) . T) ((-718) . T) ((-721) . T) ((-740) . T) ((-755) . T) ((-756) . T) ((-759) . T) ((-796 (-484)) . T) ((-832) . T) ((-933) . T) ((-950 (-484)) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1066) . T) ((-1129) . T) ((-1134) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 8 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 77 T ELT)) (-2063 (($ $) 78 T ELT)) (-2061 (((-85) $) NIL T ELT)) (-2047 (($ $ $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2042 (($ $ $ $) 31 T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL T ELT)) (-2442 (($ $ $) 71 T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL T ELT)) (-2565 (($ $ $) 45 T ELT)) (-2279 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 53 T ELT) (((-630 (-484)) (-630 $)) 49 T ELT)) (-3468 (((-3 $ #1#) $) 74 T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) NIL T ELT)) (-3024 (((-85) $) NIL T ELT)) (-3023 (((-350 (-484)) $) NIL T ELT)) (-2995 (($) 55 T ELT) (($ $) 56 T ELT)) (-2564 (($ $ $) 70 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-2040 (($ $ $ $) NIL T ELT)) (-2048 (($ $ $) 46 T ELT)) (-3187 (((-85) $) 22 T ELT)) (-1369 (($ $ $) NIL T ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL T ELT)) (-1214 (((-85) $ $) 110 T ELT)) (-2410 (((-85) $) 9 T ELT)) (-2674 (((-85) $) 64 T ELT)) (-3446 (((-632 $) $) NIL T ELT)) (-3188 (((-85) $) 21 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2041 (($ $ $ $) 32 T ELT)) (-2532 (($ $ $) 67 T ELT)) (-2858 (($ $ $) 66 T ELT)) (-2044 (($ $) NIL T ELT)) (-3834 (($ $) 29 T ELT)) (-2280 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL T ELT) (((-630 (-484)) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) 44 T ELT)) (-2039 (($ $ $) NIL T ELT)) (-3447 (($) NIL T CONST)) (-2046 (($ $) 15 T ELT)) (-3244 (((-1033) $) 19 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 109 T ELT)) (-3145 (($ $ $) 75 T ELT) (($ (-583 $)) NIL T ELT)) (-1367 (($ $) NIL T ELT)) (-3733 (((-348 $) $) 95 T ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) 93 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-2675 (((-85) $) 65 T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 69 T ELT)) (-3759 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2045 (($ $) 17 T ELT)) (-3401 (($ $) 13 T ELT)) (-3973 (((-484) $) 28 T ELT) (((-473) $) 41 T ELT) (((-800 (-484)) $) NIL T ELT) (((-330) $) 35 T ELT) (((-179) $) 38 T ELT)) (-3947 (((-772) $) 26 T ELT) (($ (-484)) 27 T ELT) (($ $) NIL T ELT) (($ (-484)) 27 T ELT)) (-3127 (((-694)) NIL T CONST)) (-2049 (((-85) $ $) NIL T ELT)) (-3102 (($ $ $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2695 (($) 12 T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) 112 T ELT)) (-2043 (($ $ $ $) 30 T ELT)) (-3384 (($ $) 54 T ELT)) (-2661 (($) 10 T CONST)) (-2667 (($) 11 T CONST)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2567 (((-85) $ $) 59 T ELT)) (-2568 (((-85) $ $) 57 T ELT)) (-3057 (((-85) $ $) 7 T ELT)) (-2685 (((-85) $ $) 58 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-3838 (($ $) 42 T ELT) (($ $ $) 16 T ELT)) (-3840 (($ $ $) 14 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 63 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 61 T ELT) (($ $ $) 60 T ELT) (($ (-484) $) 61 T ELT)))
-(((-484) (-13 (-483) (-10 -7 (-6 -3983) (-6 -3988) (-6 -3984)))) (T -484))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)))
-(((-485) (-13 (-752) (-10 -8 (-15 -3725 ($) -3953)))) (T -485))
-((-3725 (*1 *1) (-5 *1 (-485))))
-((-484) (|%not| (|%ilt| 16 (|%ilength| |#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)))
-(((-486) (-13 (-752) (-10 -8 (-15 -3725 ($) -3953)))) (T -486))
-((-3725 (*1 *1) (-5 *1 (-486))))
-((-484) (|%not| (|%ilt| 32 (|%ilength| |#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)))
-(((-487) (-13 (-752) (-10 -8 (-15 -3725 ($) -3953)))) (T -487))
-((-3725 (*1 *1) (-5 *1 (-487))))
-((-484) (|%not| (|%ilt| 64 (|%ilength| |#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)))
-(((-488) (-13 (-752) (-10 -8 (-15 -3725 ($) -3953)))) (T -488))
-((-3725 (*1 *1) (-5 *1 (-488))))
-((-484) (|%not| (|%ilt| 8 (|%ilength| |#1|))))
-((-2569 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3600 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2198 (((-1185) $ |#1| |#1|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3789 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-2231 (((-3 |#2| #1="failed") |#1| $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3406 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) NIL T ELT)) (-3407 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3843 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1576 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ |#1|) NIL T ELT)) (-2200 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3246 (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-2232 (((-583 |#1|) $) NIL T ELT)) (-2233 (((-85) |#1| $) NIL T ELT)) (-1274 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3610 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2203 (((-583 |#1|) $) NIL T ELT)) (-2204 (((-85) |#1| $) NIL T ELT)) (-3244 (((-1033) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-3802 ((|#2| $) NIL (|has| |#1| (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2199 (($ $ |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1275 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1466 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1730 (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3947 (((-772) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-552 (-772)))) ELT)) (-1265 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-489 |#1| |#2| |#3|) (-1107 |#1| |#2|) (-1013) (-1013) (-1107 |#1| |#2|)) (T -489))
-NIL
-((-2050 (((-519 |#2|) |#2| (-550 |#2|) (-550 |#2|) (-1 (-1085 |#2|) (-1085 |#2|))) 50 T ELT)))
-(((-490 |#1| |#2|) (-10 -7 (-15 -2050 ((-519 |#2|) |#2| (-550 |#2|) (-550 |#2|) (-1 (-1085 |#2|) (-1085 |#2|))))) (-495) (-13 (-27) (-364 |#1|))) (T -490))
-((-2050 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-550 *3)) (-5 *5 (-1 (-1085 *3) (-1085 *3))) (-4 *3 (-13 (-27) (-364 *6))) (-4 *6 (-495)) (-5 *2 (-519 *3)) (-5 *1 (-490 *6 *3)))))
-((-2052 (((-519 |#5|) |#5| (-1 |#3| |#3|)) 217 T ELT)) (-2053 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 213 T ELT)) (-2051 (((-519 |#5|) |#5| (-1 |#3| |#3|)) 221 T ELT)))
-(((-491 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2051 ((-519 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2052 ((-519 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2053 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-495) (-950 (-484))) (-13 (-27) (-364 |#1|)) (-1155 |#2|) (-1155 (-350 |#3|)) (-291 |#2| |#3| |#4|)) (T -491))
-((-2053 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-13 (-27) (-364 *4))) (-4 *4 (-13 (-495) (-950 (-484)))) (-4 *7 (-1155 (-350 *6))) (-5 *1 (-491 *4 *5 *6 *7 *2)) (-4 *2 (-291 *5 *6 *7)))) (-2052 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1155 *6)) (-4 *6 (-13 (-27) (-364 *5))) (-4 *5 (-13 (-495) (-950 (-484)))) (-4 *8 (-1155 (-350 *7))) (-5 *2 (-519 *3)) (-5 *1 (-491 *5 *6 *7 *8 *3)) (-4 *3 (-291 *6 *7 *8)))) (-2051 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1155 *6)) (-4 *6 (-13 (-27) (-364 *5))) (-4 *5 (-13 (-495) (-950 (-484)))) (-4 *8 (-1155 (-350 *7))) (-5 *2 (-519 *3)) (-5 *1 (-491 *5 *6 *7 *8 *3)) (-4 *3 (-291 *6 *7 *8)))))
-((-2056 (((-85) (-484) (-484)) 12 T ELT)) (-2054 (((-484) (-484)) 7 T ELT)) (-2055 (((-484) (-484) (-484)) 10 T ELT)))
-(((-492) (-10 -7 (-15 -2054 ((-484) (-484))) (-15 -2055 ((-484) (-484) (-484))) (-15 -2056 ((-85) (-484) (-484))))) (T -492))
-((-2056 (*1 *2 *3 *3) (-12 (-5 *3 (-484)) (-5 *2 (-85)) (-5 *1 (-492)))) (-2055 (*1 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-492)))) (-2054 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-492)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2605 ((|#1| $) 77 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-3493 (($ $) 107 T ELT)) (-3640 (($ $) 90 T ELT)) (-2484 ((|#1| $) 78 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3038 (($ $) 89 T ELT)) (-3491 (($ $) 106 T ELT)) (-3639 (($ $) 91 T ELT)) (-3495 (($ $) 105 T ELT)) (-3638 (($ $) 92 T ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 (-484) "failed") $) 85 T ELT)) (-3157 (((-484) $) 86 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2059 (($ |#1| |#1|) 82 T ELT)) (-3187 (((-85) $) 76 T ELT)) (-3628 (($) 117 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 88 T ELT)) (-3188 (((-85) $) 75 T ELT)) (-2532 (($ $ $) 118 T ELT)) (-2858 (($ $ $) 119 T ELT)) (-3943 (($ $) 114 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2060 (($ |#1| |#1|) 83 T ELT) (($ |#1|) 81 T ELT) (($ (-350 (-484))) 80 T ELT)) (-2058 ((|#1| $) 79 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-3944 (($ $) 115 T ELT)) (-3496 (($ $) 104 T ELT)) (-3637 (($ $) 93 T ELT)) (-3494 (($ $) 103 T ELT)) (-3636 (($ $) 94 T ELT)) (-3492 (($ $) 102 T ELT)) (-3635 (($ $) 95 T ELT)) (-2057 (((-85) $ |#1|) 74 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-484)) 84 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3499 (($ $) 113 T ELT)) (-3487 (($ $) 101 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3497 (($ $) 112 T ELT)) (-3485 (($ $) 100 T ELT)) (-3501 (($ $) 111 T ELT)) (-3489 (($ $) 99 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3502 (($ $) 110 T ELT)) (-3490 (($ $) 98 T ELT)) (-3500 (($ $) 109 T ELT)) (-3488 (($ $) 97 T ELT)) (-3498 (($ $) 108 T ELT)) (-3486 (($ $) 96 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2567 (((-85) $ $) 120 T ELT)) (-2568 (((-85) $ $) 122 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 121 T ELT)) (-2686 (((-85) $ $) 123 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ $) 116 T ELT) (($ $ (-350 (-484))) 87 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-493 |#1|) (-113) (-13 (-347) (-1115))) (T -493))
-((-2060 (*1 *1 *2 *2) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115))))) (-2059 (*1 *1 *2 *2) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115))))) (-2060 (*1 *1 *2) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115))))) (-2060 (*1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-4 *1 (-493 *3)) (-4 *3 (-13 (-347) (-1115))))) (-2058 (*1 *2 *1) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115))))) (-2484 (*1 *2 *1) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115))))) (-2605 (*1 *2 *1) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115))))) (-3187 (*1 *2 *1) (-12 (-4 *1 (-493 *3)) (-4 *3 (-13 (-347) (-1115))) (-5 *2 (-85)))) (-3188 (*1 *2 *1) (-12 (-4 *1 (-493 *3)) (-4 *3 (-13 (-347) (-1115))) (-5 *2 (-85)))) (-2057 (*1 *2 *1 *3) (-12 (-4 *1 (-493 *3)) (-4 *3 (-13 (-347) (-1115))) (-5 *2 (-85)))))
-(-13 (-392) (-756) (-1115) (-915) (-950 (-484)) (-10 -8 (-6 -3771) (-15 -2060 ($ |t#1| |t#1|)) (-15 -2059 ($ |t#1| |t#1|)) (-15 -2060 ($ |t#1|)) (-15 -2060 ($ (-350 (-484)))) (-15 -2058 (|t#1| $)) (-15 -2484 (|t#1| $)) (-15 -2605 (|t#1| $)) (-15 -3187 ((-85) $)) (-15 -3188 ((-85) $)) (-15 -2057 ((-85) $ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-66) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-239) . T) ((-246) . T) ((-392) . T) ((-433) . T) ((-495) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-582 $) . T) ((-654 $) . T) ((-663) . T) ((-756) . T) ((-759) . T) ((-915) . T) ((-950 (-484)) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1115) . T) ((-1118) . T) ((-1129) . T))
-((-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 9 T ELT)) (-2063 (($ $) 11 T ELT)) (-2061 (((-85) $) 20 T ELT)) (-3468 (((-3 $ "failed") $) 16 T ELT)) (-2062 (((-85) $ $) 22 T ELT)))
-(((-494 |#1|) (-10 -7 (-15 -2061 ((-85) |#1|)) (-15 -2062 ((-85) |#1| |#1|)) (-15 -2063 (|#1| |#1|)) (-15 -2064 ((-2 (|:| -1775 |#1|) (|:| -3983 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3468 ((-3 |#1| "failed") |#1|))) (-495)) (T -494))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-495) (-113)) (T -495))
-((-3467 (*1 *1 *1 *1) (|partial| -4 *1 (-495))) (-2064 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -1775 *1) (|:| -3983 *1) (|:| |associate| *1))) (-4 *1 (-495)))) (-2063 (*1 *1 *1) (-4 *1 (-495))) (-2062 (*1 *2 *1 *1) (-12 (-4 *1 (-495)) (-5 *2 (-85)))) (-2061 (*1 *2 *1) (-12 (-4 *1 (-495)) (-5 *2 (-85)))))
-(-13 (-146) (-38 $) (-246) (-10 -8 (-15 -3467 ((-3 $ "failed") $ $)) (-15 -2064 ((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $)) (-15 -2063 ($ $)) (-15 -2062 ((-85) $ $)) (-15 -2061 ((-85) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-246) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-582 $) . T) ((-654 $) . T) ((-663) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2066 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") |#2| (-1090) (-583 |#2|)) 38 T ELT)) (-2068 (((-519 |#2|) |#2| (-1090)) 63 T ELT)) (-2067 (((-3 |#2| #1#) |#2| (-1090)) 156 T ELT)) (-2069 (((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-1090) (-550 |#2|) (-583 (-550 |#2|))) 159 T ELT)) (-2065 (((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-1090) |#2|) 41 T ELT)))
-(((-496 |#1| |#2|) (-10 -7 (-15 -2065 ((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1="failed") |#2| (-1090) |#2|)) (-15 -2066 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-1090) (-583 |#2|))) (-15 -2067 ((-3 |#2| #1#) |#2| (-1090))) (-15 -2068 ((-519 |#2|) |#2| (-1090))) (-15 -2069 ((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-1090) (-550 |#2|) (-583 (-550 |#2|))))) (-13 (-392) (-120) (-950 (-484)) (-580 (-484))) (-13 (-27) (-1115) (-364 |#1|))) (T -496))
-((-2069 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1090)) (-5 *6 (-583 (-550 *3))) (-5 *5 (-550 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *7))) (-4 *7 (-13 (-392) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-2 (|:| -2136 *3) (|:| |coeff| *3))) (-5 *1 (-496 *7 *3)))) (-2068 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-392) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-519 *3)) (-5 *1 (-496 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))) (-2067 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-120) (-950 (-484)) (-580 (-484)))) (-5 *1 (-496 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))))) (-2066 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-583 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-392) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-496 *6 *3)))) (-2065 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1090)) (-4 *5 (-13 (-392) (-120) (-950 (-484)) (-580 (-484)))) (-5 *2 (-2 (|:| -2136 *3) (|:| |coeff| *3))) (-5 *1 (-496 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))))
-((-3972 (((-348 |#1|) |#1|) 17 T ELT)) (-3733 (((-348 |#1|) |#1|) 32 T ELT)) (-2071 (((-3 |#1| "failed") |#1|) 48 T ELT)) (-2070 (((-348 |#1|) |#1|) 59 T ELT)))
-(((-497 |#1|) (-10 -7 (-15 -3733 ((-348 |#1|) |#1|)) (-15 -3972 ((-348 |#1|) |#1|)) (-15 -2070 ((-348 |#1|) |#1|)) (-15 -2071 ((-3 |#1| "failed") |#1|))) (-483)) (T -497))
-((-2071 (*1 *2 *2) (|partial| -12 (-5 *1 (-497 *2)) (-4 *2 (-483)))) (-2070 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-497 *3)) (-4 *3 (-483)))) (-3972 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-497 *3)) (-4 *3 (-483)))) (-3733 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-497 *3)) (-4 *3 (-483)))))
-((-3084 (((-1085 (-350 (-1085 |#2|))) |#2| (-550 |#2|) (-550 |#2|) (-1085 |#2|)) 35 T ELT)) (-2074 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") |#2| (-550 |#2|) (-550 |#2|) (-583 |#2|) (-550 |#2|) |#2| (-350 (-1085 |#2|))) 105 T ELT) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-550 |#2|) (-550 |#2|) (-583 |#2|) |#2| (-1085 |#2|)) 115 T ELT)) (-2072 (((-519 |#2|) |#2| (-550 |#2|) (-550 |#2|) (-550 |#2|) |#2| (-350 (-1085 |#2|))) 85 T ELT) (((-519 |#2|) |#2| (-550 |#2|) (-550 |#2|) |#2| (-1085 |#2|)) 55 T ELT)) (-2073 (((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-550 |#2|) (-550 |#2|) |#2| (-550 |#2|) |#2| (-350 (-1085 |#2|))) 92 T ELT) (((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-550 |#2|) (-550 |#2|) |#2| |#2| (-1085 |#2|)) 114 T ELT)) (-2075 (((-3 |#2| #1#) |#2| |#2| (-550 |#2|) (-550 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1090)) (-550 |#2|) |#2| (-350 (-1085 |#2|))) 110 T ELT) (((-3 |#2| #1#) |#2| |#2| (-550 |#2|) (-550 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1090)) |#2| (-1085 |#2|)) 116 T ELT)) (-2076 (((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2012 (-583 |#2|))) |#3| |#2| (-550 |#2|) (-550 |#2|) (-550 |#2|) |#2| (-350 (-1085 |#2|))) 133 (|has| |#3| (-600 |#2|)) ELT) (((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2012 (-583 |#2|))) |#3| |#2| (-550 |#2|) (-550 |#2|) |#2| (-1085 |#2|)) 132 (|has| |#3| (-600 |#2|)) ELT)) (-3085 ((|#2| (-1085 (-350 (-1085 |#2|))) (-550 |#2|) |#2|) 53 T ELT)) (-3080 (((-1085 (-350 (-1085 |#2|))) (-1085 |#2|) (-550 |#2|)) 34 T ELT)))
-(((-498 |#1| |#2| |#3|) (-10 -7 (-15 -2072 ((-519 |#2|) |#2| (-550 |#2|) (-550 |#2|) |#2| (-1085 |#2|))) (-15 -2072 ((-519 |#2|) |#2| (-550 |#2|) (-550 |#2|) (-550 |#2|) |#2| (-350 (-1085 |#2|)))) (-15 -2073 ((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1="failed") |#2| (-550 |#2|) (-550 |#2|) |#2| |#2| (-1085 |#2|))) (-15 -2073 ((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-550 |#2|) (-550 |#2|) |#2| (-550 |#2|) |#2| (-350 (-1085 |#2|)))) (-15 -2074 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-550 |#2|) (-550 |#2|) (-583 |#2|) |#2| (-1085 |#2|))) (-15 -2074 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-550 |#2|) (-550 |#2|) (-583 |#2|) (-550 |#2|) |#2| (-350 (-1085 |#2|)))) (-15 -2075 ((-3 |#2| #1#) |#2| |#2| (-550 |#2|) (-550 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1090)) |#2| (-1085 |#2|))) (-15 -2075 ((-3 |#2| #1#) |#2| |#2| (-550 |#2|) (-550 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1090)) (-550 |#2|) |#2| (-350 (-1085 |#2|)))) (-15 -3084 ((-1085 (-350 (-1085 |#2|))) |#2| (-550 |#2|) (-550 |#2|) (-1085 |#2|))) (-15 -3085 (|#2| (-1085 (-350 (-1085 |#2|))) (-550 |#2|) |#2|)) (-15 -3080 ((-1085 (-350 (-1085 |#2|))) (-1085 |#2|) (-550 |#2|))) (IF (|has| |#3| (-600 |#2|)) (PROGN (-15 -2076 ((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2012 (-583 |#2|))) |#3| |#2| (-550 |#2|) (-550 |#2|) |#2| (-1085 |#2|))) (-15 -2076 ((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2012 (-583 |#2|))) |#3| |#2| (-550 |#2|) (-550 |#2|) (-550 |#2|) |#2| (-350 (-1085 |#2|))))) |%noBranch|)) (-13 (-392) (-950 (-484)) (-120) (-580 (-484))) (-13 (-364 |#1|) (-27) (-1115)) (-1013)) (T -498))
-((-2076 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-550 *4)) (-5 *6 (-350 (-1085 *4))) (-4 *4 (-13 (-364 *7) (-27) (-1115))) (-4 *7 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2012 (-583 *4)))) (-5 *1 (-498 *7 *4 *3)) (-4 *3 (-600 *4)) (-4 *3 (-1013)))) (-2076 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-550 *4)) (-5 *6 (-1085 *4)) (-4 *4 (-13 (-364 *7) (-27) (-1115))) (-4 *7 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1#)) (|:| -2012 (-583 *4)))) (-5 *1 (-498 *7 *4 *3)) (-4 *3 (-600 *4)) (-4 *3 (-1013)))) (-3080 (*1 *2 *3 *4) (-12 (-5 *4 (-550 *6)) (-4 *6 (-13 (-364 *5) (-27) (-1115))) (-4 *5 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-1085 (-350 (-1085 *6)))) (-5 *1 (-498 *5 *6 *7)) (-5 *3 (-1085 *6)) (-4 *7 (-1013)))) (-3085 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1085 (-350 (-1085 *2)))) (-5 *4 (-550 *2)) (-4 *2 (-13 (-364 *5) (-27) (-1115))) (-4 *5 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *1 (-498 *5 *2 *6)) (-4 *6 (-1013)))) (-3084 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-550 *3)) (-4 *3 (-13 (-364 *6) (-27) (-1115))) (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-1085 (-350 (-1085 *3)))) (-5 *1 (-498 *6 *3 *7)) (-5 *5 (-1085 *3)) (-4 *7 (-1013)))) (-2075 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-550 *2)) (-5 *4 (-1 (-3 *2 #2="failed") *2 *2 (-1090))) (-5 *5 (-350 (-1085 *2))) (-4 *2 (-13 (-364 *6) (-27) (-1115))) (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *1 (-498 *6 *2 *7)) (-4 *7 (-1013)))) (-2075 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-550 *2)) (-5 *4 (-1 (-3 *2 #2#) *2 *2 (-1090))) (-5 *5 (-1085 *2)) (-4 *2 (-13 (-364 *6) (-27) (-1115))) (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *1 (-498 *6 *2 *7)) (-4 *7 (-1013)))) (-2074 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-550 *3)) (-5 *5 (-583 *3)) (-5 *6 (-350 (-1085 *3))) (-4 *3 (-13 (-364 *7) (-27) (-1115))) (-4 *7 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-498 *7 *3 *8)) (-4 *8 (-1013)))) (-2074 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-550 *3)) (-5 *5 (-583 *3)) (-5 *6 (-1085 *3)) (-4 *3 (-13 (-364 *7) (-27) (-1115))) (-4 *7 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-498 *7 *3 *8)) (-4 *8 (-1013)))) (-2073 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-550 *3)) (-5 *5 (-350 (-1085 *3))) (-4 *3 (-13 (-364 *6) (-27) (-1115))) (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-2 (|:| -2136 *3) (|:| |coeff| *3))) (-5 *1 (-498 *6 *3 *7)) (-4 *7 (-1013)))) (-2073 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-550 *3)) (-5 *5 (-1085 *3)) (-4 *3 (-13 (-364 *6) (-27) (-1115))) (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-2 (|:| -2136 *3) (|:| |coeff| *3))) (-5 *1 (-498 *6 *3 *7)) (-4 *7 (-1013)))) (-2072 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-550 *3)) (-5 *5 (-350 (-1085 *3))) (-4 *3 (-13 (-364 *6) (-27) (-1115))) (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-519 *3)) (-5 *1 (-498 *6 *3 *7)) (-4 *7 (-1013)))) (-2072 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-550 *3)) (-5 *5 (-1085 *3)) (-4 *3 (-13 (-364 *6) (-27) (-1115))) (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-519 *3)) (-5 *1 (-498 *6 *3 *7)) (-4 *7 (-1013)))))
-((-2086 (((-484) (-484) (-694)) 87 T ELT)) (-2085 (((-484) (-484)) 85 T ELT)) (-2084 (((-484) (-484)) 82 T ELT)) (-2083 (((-484) (-484)) 89 T ELT)) (-2806 (((-484) (-484) (-484)) 67 T ELT)) (-2082 (((-484) (-484) (-484)) 64 T ELT)) (-2081 (((-350 (-484)) (-484)) 29 T ELT)) (-2080 (((-484) (-484)) 34 T ELT)) (-2079 (((-484) (-484)) 76 T ELT)) (-2803 (((-484) (-484)) 47 T ELT)) (-2078 (((-583 (-484)) (-484)) 81 T ELT)) (-2077 (((-484) (-484) (-484) (-484) (-484)) 60 T ELT)) (-2799 (((-350 (-484)) (-484)) 56 T ELT)))
-(((-499) (-10 -7 (-15 -2799 ((-350 (-484)) (-484))) (-15 -2077 ((-484) (-484) (-484) (-484) (-484))) (-15 -2078 ((-583 (-484)) (-484))) (-15 -2803 ((-484) (-484))) (-15 -2079 ((-484) (-484))) (-15 -2080 ((-484) (-484))) (-15 -2081 ((-350 (-484)) (-484))) (-15 -2082 ((-484) (-484) (-484))) (-15 -2806 ((-484) (-484) (-484))) (-15 -2083 ((-484) (-484))) (-15 -2084 ((-484) (-484))) (-15 -2085 ((-484) (-484))) (-15 -2086 ((-484) (-484) (-694))))) (T -499))
-((-2086 (*1 *2 *2 *3) (-12 (-5 *2 (-484)) (-5 *3 (-694)) (-5 *1 (-499)))) (-2085 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))) (-2084 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))) (-2083 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))) (-2806 (*1 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))) (-2082 (*1 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))) (-2081 (*1 *2 *3) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-499)) (-5 *3 (-484)))) (-2080 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))) (-2079 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))) (-2803 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))) (-2078 (*1 *2 *3) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-499)) (-5 *3 (-484)))) (-2077 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))) (-2799 (*1 *2 *3) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-499)) (-5 *3 (-484)))))
-((-2087 (((-2 (|:| |answer| |#4|) (|:| -2135 |#4|)) |#4| (-1 |#2| |#2|)) 56 T ELT)))
-(((-500 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2087 ((-2 (|:| |answer| |#4|) (|:| -2135 |#4|)) |#4| (-1 |#2| |#2|)))) (-312) (-1155 |#1|) (-1155 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -500))
-((-2087 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312)) (-4 *7 (-1155 (-350 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -2135 *3))) (-5 *1 (-500 *5 *6 *7 *3)) (-4 *3 (-291 *5 *6 *7)))))
-((-2087 (((-2 (|:| |answer| (-350 |#2|)) (|:| -2135 (-350 |#2|)) (|:| |specpart| (-350 |#2|)) (|:| |polypart| |#2|)) (-350 |#2|) (-1 |#2| |#2|)) 18 T ELT)))
-(((-501 |#1| |#2|) (-10 -7 (-15 -2087 ((-2 (|:| |answer| (-350 |#2|)) (|:| -2135 (-350 |#2|)) (|:| |specpart| (-350 |#2|)) (|:| |polypart| |#2|)) (-350 |#2|) (-1 |#2| |#2|)))) (-312) (-1155 |#1|)) (T -501))
-((-2087 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| |answer| (-350 *6)) (|:| -2135 (-350 *6)) (|:| |specpart| (-350 *6)) (|:| |polypart| *6))) (-5 *1 (-501 *5 *6)) (-5 *3 (-350 *6)))))
-((-2090 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") |#2| (-550 |#2|) (-550 |#2|) (-583 |#2|)) 195 T ELT)) (-2088 (((-519 |#2|) |#2| (-550 |#2|) (-550 |#2|)) 97 T ELT)) (-2089 (((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-550 |#2|) (-550 |#2|) |#2|) 191 T ELT)) (-2091 (((-3 |#2| #1#) |#2| |#2| |#2| (-550 |#2|) (-550 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1090))) 200 T ELT)) (-2092 (((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2012 (-583 |#2|))) |#3| |#2| (-550 |#2|) (-550 |#2|) (-1090)) 209 (|has| |#3| (-600 |#2|)) ELT)))
-(((-502 |#1| |#2| |#3|) (-10 -7 (-15 -2088 ((-519 |#2|) |#2| (-550 |#2|) (-550 |#2|))) (-15 -2089 ((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1="failed") |#2| (-550 |#2|) (-550 |#2|) |#2|)) (-15 -2090 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-550 |#2|) (-550 |#2|) (-583 |#2|))) (-15 -2091 ((-3 |#2| #1#) |#2| |#2| |#2| (-550 |#2|) (-550 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1090)))) (IF (|has| |#3| (-600 |#2|)) (-15 -2092 ((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2012 (-583 |#2|))) |#3| |#2| (-550 |#2|) (-550 |#2|) (-1090))) |%noBranch|)) (-13 (-392) (-950 (-484)) (-120) (-580 (-484))) (-13 (-364 |#1|) (-27) (-1115)) (-1013)) (T -502))
-((-2092 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-550 *4)) (-5 *6 (-1090)) (-4 *4 (-13 (-364 *7) (-27) (-1115))) (-4 *7 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2012 (-583 *4)))) (-5 *1 (-502 *7 *4 *3)) (-4 *3 (-600 *4)) (-4 *3 (-1013)))) (-2091 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-550 *2)) (-5 *4 (-1 (-3 *2 #1#) *2 *2 (-1090))) (-4 *2 (-13 (-364 *5) (-27) (-1115))) (-4 *5 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *1 (-502 *5 *2 *6)) (-4 *6 (-1013)))) (-2090 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-550 *3)) (-5 *5 (-583 *3)) (-4 *3 (-13 (-364 *6) (-27) (-1115))) (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-502 *6 *3 *7)) (-4 *7 (-1013)))) (-2089 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-550 *3)) (-4 *3 (-13 (-364 *5) (-27) (-1115))) (-4 *5 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-2 (|:| -2136 *3) (|:| |coeff| *3))) (-5 *1 (-502 *5 *3 *6)) (-4 *6 (-1013)))) (-2088 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-550 *3)) (-4 *3 (-13 (-364 *5) (-27) (-1115))) (-4 *5 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-519 *3)) (-5 *1 (-502 *5 *3 *6)) (-4 *6 (-1013)))))
-((-2093 (((-2 (|:| -2338 |#2|) (|:| |nconst| |#2|)) |#2| (-1090)) 64 T ELT)) (-2095 (((-3 |#2| #1="failed") |#2| (-1090) (-750 |#2|) (-750 |#2|)) 174 (-12 (|has| |#2| (-1053)) (|has| |#1| (-553 (-800 (-484)))) (|has| |#1| (-796 (-484)))) ELT) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) #1#) |#2| (-1090)) 145 (-12 (|has| |#2| (-569)) (|has| |#1| (-553 (-800 (-484)))) (|has| |#1| (-796 (-484)))) ELT)) (-2094 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) #1#) |#2| (-1090)) 156 (-12 (|has| |#2| (-569)) (|has| |#1| (-553 (-800 (-484)))) (|has| |#1| (-796 (-484)))) ELT)))
-(((-503 |#1| |#2|) (-10 -7 (-15 -2093 ((-2 (|:| -2338 |#2|) (|:| |nconst| |#2|)) |#2| (-1090))) (IF (|has| |#1| (-553 (-800 (-484)))) (IF (|has| |#1| (-796 (-484))) (PROGN (IF (|has| |#2| (-569)) (PROGN (-15 -2094 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) #1="failed") |#2| (-1090))) (-15 -2095 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) #1#) |#2| (-1090)))) |%noBranch|) (IF (|has| |#2| (-1053)) (-15 -2095 ((-3 |#2| #1#) |#2| (-1090) (-750 |#2|) (-750 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-950 (-484)) (-392) (-580 (-484))) (-13 (-27) (-1115) (-364 |#1|))) (T -503))
-((-2095 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1090)) (-5 *4 (-750 *2)) (-4 *2 (-1053)) (-4 *2 (-13 (-27) (-1115) (-364 *5))) (-4 *5 (-553 (-800 (-484)))) (-4 *5 (-796 (-484))) (-4 *5 (-13 (-950 (-484)) (-392) (-580 (-484)))) (-5 *1 (-503 *5 *2)))) (-2095 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1090)) (-4 *5 (-553 (-800 (-484)))) (-4 *5 (-796 (-484))) (-4 *5 (-13 (-950 (-484)) (-392) (-580 (-484)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-503 *5 *3)) (-4 *3 (-569)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))) (-2094 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1090)) (-4 *5 (-553 (-800 (-484)))) (-4 *5 (-796 (-484))) (-4 *5 (-13 (-950 (-484)) (-392) (-580 (-484)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-503 *5 *3)) (-4 *3 (-569)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))) (-2093 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-950 (-484)) (-392) (-580 (-484)))) (-5 *2 (-2 (|:| -2338 *3) (|:| |nconst| *3))) (-5 *1 (-503 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))))
-((-2098 (((-3 (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|)))))) #1="failed") (-350 |#2|) (-583 (-350 |#2|))) 41 T ELT)) (-3813 (((-519 (-350 |#2|)) (-350 |#2|)) 28 T ELT)) (-2096 (((-3 (-350 |#2|) #1#) (-350 |#2|)) 17 T ELT)) (-2097 (((-3 (-2 (|:| -2136 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-350 |#2|)) 48 T ELT)))
-(((-504 |#1| |#2|) (-10 -7 (-15 -3813 ((-519 (-350 |#2|)) (-350 |#2|))) (-15 -2096 ((-3 (-350 |#2|) #1="failed") (-350 |#2|))) (-15 -2097 ((-3 (-2 (|:| -2136 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-350 |#2|))) (-15 -2098 ((-3 (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|)))))) #1#) (-350 |#2|) (-583 (-350 |#2|))))) (-13 (-312) (-120) (-950 (-484))) (-1155 |#1|)) (T -504))
-((-2098 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-583 (-350 *6))) (-5 *3 (-350 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-13 (-312) (-120) (-950 (-484)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-504 *5 *6)))) (-2097 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-312) (-120) (-950 (-484)))) (-4 *5 (-1155 *4)) (-5 *2 (-2 (|:| -2136 (-350 *5)) (|:| |coeff| (-350 *5)))) (-5 *1 (-504 *4 *5)) (-5 *3 (-350 *5)))) (-2096 (*1 *2 *2) (|partial| -12 (-5 *2 (-350 *4)) (-4 *4 (-1155 *3)) (-4 *3 (-13 (-312) (-120) (-950 (-484)))) (-5 *1 (-504 *3 *4)))) (-3813 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-120) (-950 (-484)))) (-4 *5 (-1155 *4)) (-5 *2 (-519 (-350 *5))) (-5 *1 (-504 *4 *5)) (-5 *3 (-350 *5)))))
-((-2099 (((-3 (-484) "failed") |#1|) 14 T ELT)) (-3260 (((-85) |#1|) 13 T ELT)) (-3256 (((-484) |#1|) 9 T ELT)))
-(((-505 |#1|) (-10 -7 (-15 -3256 ((-484) |#1|)) (-15 -3260 ((-85) |#1|)) (-15 -2099 ((-3 (-484) "failed") |#1|))) (-950 (-484))) (T -505))
-((-2099 (*1 *2 *3) (|partial| -12 (-5 *2 (-484)) (-5 *1 (-505 *3)) (-4 *3 (-950 *2)))) (-3260 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-505 *3)) (-4 *3 (-950 (-484))))) (-3256 (*1 *2 *3) (-12 (-5 *2 (-484)) (-5 *1 (-505 *3)) (-4 *3 (-950 *2)))))
-((-2102 (((-3 (-2 (|:| |mainpart| (-350 (-857 |#1|))) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| (-350 (-857 |#1|))) (|:| |logand| (-350 (-857 |#1|))))))) #1="failed") (-350 (-857 |#1|)) (-1090) (-583 (-350 (-857 |#1|)))) 48 T ELT)) (-2100 (((-519 (-350 (-857 |#1|))) (-350 (-857 |#1|)) (-1090)) 28 T ELT)) (-2101 (((-3 (-350 (-857 |#1|)) #1#) (-350 (-857 |#1|)) (-1090)) 23 T ELT)) (-2103 (((-3 (-2 (|:| -2136 (-350 (-857 |#1|))) (|:| |coeff| (-350 (-857 |#1|)))) #1#) (-350 (-857 |#1|)) (-1090) (-350 (-857 |#1|))) 35 T ELT)))
-(((-506 |#1|) (-10 -7 (-15 -2100 ((-519 (-350 (-857 |#1|))) (-350 (-857 |#1|)) (-1090))) (-15 -2101 ((-3 (-350 (-857 |#1|)) #1="failed") (-350 (-857 |#1|)) (-1090))) (-15 -2102 ((-3 (-2 (|:| |mainpart| (-350 (-857 |#1|))) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| (-350 (-857 |#1|))) (|:| |logand| (-350 (-857 |#1|))))))) #1#) (-350 (-857 |#1|)) (-1090) (-583 (-350 (-857 |#1|))))) (-15 -2103 ((-3 (-2 (|:| -2136 (-350 (-857 |#1|))) (|:| |coeff| (-350 (-857 |#1|)))) #1#) (-350 (-857 |#1|)) (-1090) (-350 (-857 |#1|))))) (-13 (-495) (-950 (-484)) (-120))) (T -506))
-((-2103 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1090)) (-4 *5 (-13 (-495) (-950 (-484)) (-120))) (-5 *2 (-2 (|:| -2136 (-350 (-857 *5))) (|:| |coeff| (-350 (-857 *5))))) (-5 *1 (-506 *5)) (-5 *3 (-350 (-857 *5))))) (-2102 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-583 (-350 (-857 *6)))) (-5 *3 (-350 (-857 *6))) (-4 *6 (-13 (-495) (-950 (-484)) (-120))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-506 *6)))) (-2101 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-350 (-857 *4))) (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)) (-120))) (-5 *1 (-506 *4)))) (-2100 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-495) (-950 (-484)) (-120))) (-5 *2 (-519 (-350 (-857 *5)))) (-5 *1 (-506 *5)) (-5 *3 (-350 (-857 *5))))))
-((-2569 (((-85) $ $) 77 T ELT)) (-3189 (((-85) $) 49 T ELT)) (-2605 ((|#1| $) 39 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) 81 T ELT)) (-3493 (($ $) 142 T ELT)) (-3640 (($ $) 120 T ELT)) (-2484 ((|#1| $) 37 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3038 (($ $) NIL T ELT)) (-3491 (($ $) 144 T ELT)) (-3639 (($ $) 116 T ELT)) (-3495 (($ $) 146 T ELT)) (-3638 (($ $) 124 T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) 95 T ELT)) (-3157 (((-484) $) 97 T ELT)) (-3468 (((-3 $ #1#) $) 80 T ELT)) (-2059 (($ |#1| |#1|) 35 T ELT)) (-3187 (((-85) $) 44 T ELT)) (-3628 (($) 106 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 56 T ELT)) (-3012 (($ $ (-484)) NIL T ELT)) (-3188 (((-85) $) 46 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3943 (($ $) 108 T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2060 (($ |#1| |#1|) 29 T ELT) (($ |#1|) 34 T ELT) (($ (-350 (-484))) 94 T ELT)) (-2058 ((|#1| $) 36 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) 83 T ELT) (($ (-583 $)) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) 82 T ELT)) (-3944 (($ $) 110 T ELT)) (-3496 (($ $) 150 T ELT)) (-3637 (($ $) 122 T ELT)) (-3494 (($ $) 152 T ELT)) (-3636 (($ $) 126 T ELT)) (-3492 (($ $) 148 T ELT)) (-3635 (($ $) 118 T ELT)) (-2057 (((-85) $ |#1|) 42 T ELT)) (-3947 (((-772) $) 102 T ELT) (($ (-484)) 85 T ELT) (($ $) NIL T ELT) (($ (-484)) 85 T ELT)) (-3127 (((-694)) 104 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) 164 T ELT)) (-3487 (($ $) 132 T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3497 (($ $) 162 T ELT)) (-3485 (($ $) 128 T ELT)) (-3501 (($ $) 160 T ELT)) (-3489 (($ $) 140 T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) 158 T ELT)) (-3490 (($ $) 138 T ELT)) (-3500 (($ $) 156 T ELT)) (-3488 (($ $) 134 T ELT)) (-3498 (($ $) 154 T ELT)) (-3486 (($ $) 130 T ELT)) (-2661 (($) 30 T CONST)) (-2667 (($) 10 T CONST)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 50 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 48 T ELT)) (-3838 (($ $) 54 T ELT) (($ $ $) 55 T ELT)) (-3840 (($ $ $) 53 T ELT)) (** (($ $ (-830)) 73 T ELT) (($ $ (-694)) NIL T ELT) (($ $ $) 112 T ELT) (($ $ (-350 (-484))) 166 T ELT)) (* (($ (-830) $) 67 T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 66 T ELT) (($ $ $) 62 T ELT)))
-(((-507 |#1|) (-493 |#1|) (-13 (-347) (-1115))) (T -507))
-NIL
-((-2705 (((-3 (-583 (-1085 (-484))) "failed") (-583 (-1085 (-484))) (-1085 (-484))) 27 T ELT)))
-(((-508) (-10 -7 (-15 -2705 ((-3 (-583 (-1085 (-484))) "failed") (-583 (-1085 (-484))) (-1085 (-484)))))) (T -508))
-((-2705 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-583 (-1085 (-484)))) (-5 *3 (-1085 (-484))) (-5 *1 (-508)))))
-((-2104 (((-583 (-550 |#2|)) (-583 (-550 |#2|)) (-1090)) 19 T ELT)) (-2107 (((-583 (-550 |#2|)) (-583 |#2|) (-1090)) 23 T ELT)) (-3235 (((-583 (-550 |#2|)) (-583 (-550 |#2|)) (-583 (-550 |#2|))) 11 T ELT)) (-2108 ((|#2| |#2| (-1090)) 59 (|has| |#1| (-495)) ELT)) (-2109 ((|#2| |#2| (-1090)) 87 (-12 (|has| |#2| (-239)) (|has| |#1| (-392))) ELT)) (-2106 (((-550 |#2|) (-550 |#2|) (-583 (-550 |#2|)) (-1090)) 25 T ELT)) (-2105 (((-550 |#2|) (-583 (-550 |#2|))) 24 T ELT)) (-2110 (((-519 |#2|) |#2| (-1090) (-1 (-519 |#2|) |#2| (-1090)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1090))) 115 (-12 (|has| |#2| (-239)) (|has| |#2| (-569)) (|has| |#2| (-950 (-1090))) (|has| |#1| (-553 (-800 (-484)))) (|has| |#1| (-392)) (|has| |#1| (-796 (-484)))) ELT)))
-(((-509 |#1| |#2|) (-10 -7 (-15 -2104 ((-583 (-550 |#2|)) (-583 (-550 |#2|)) (-1090))) (-15 -2105 ((-550 |#2|) (-583 (-550 |#2|)))) (-15 -2106 ((-550 |#2|) (-550 |#2|) (-583 (-550 |#2|)) (-1090))) (-15 -3235 ((-583 (-550 |#2|)) (-583 (-550 |#2|)) (-583 (-550 |#2|)))) (-15 -2107 ((-583 (-550 |#2|)) (-583 |#2|) (-1090))) (IF (|has| |#1| (-495)) (-15 -2108 (|#2| |#2| (-1090))) |%noBranch|) (IF (|has| |#1| (-392)) (IF (|has| |#2| (-239)) (PROGN (-15 -2109 (|#2| |#2| (-1090))) (IF (|has| |#1| (-553 (-800 (-484)))) (IF (|has| |#1| (-796 (-484))) (IF (|has| |#2| (-569)) (IF (|has| |#2| (-950 (-1090))) (-15 -2110 ((-519 |#2|) |#2| (-1090) (-1 (-519 |#2|) |#2| (-1090)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1090)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-1013) (-364 |#1|)) (T -509))
-((-2110 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-519 *3) *3 (-1090))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1090))) (-4 *3 (-239)) (-4 *3 (-569)) (-4 *3 (-950 *4)) (-4 *3 (-364 *7)) (-5 *4 (-1090)) (-4 *7 (-553 (-800 (-484)))) (-4 *7 (-392)) (-4 *7 (-796 (-484))) (-4 *7 (-1013)) (-5 *2 (-519 *3)) (-5 *1 (-509 *7 *3)))) (-2109 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-392)) (-4 *4 (-1013)) (-5 *1 (-509 *4 *2)) (-4 *2 (-239)) (-4 *2 (-364 *4)))) (-2108 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-4 *4 (-1013)) (-5 *1 (-509 *4 *2)) (-4 *2 (-364 *4)))) (-2107 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *6)) (-5 *4 (-1090)) (-4 *6 (-364 *5)) (-4 *5 (-1013)) (-5 *2 (-583 (-550 *6))) (-5 *1 (-509 *5 *6)))) (-3235 (*1 *2 *2 *2) (-12 (-5 *2 (-583 (-550 *4))) (-4 *4 (-364 *3)) (-4 *3 (-1013)) (-5 *1 (-509 *3 *4)))) (-2106 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-583 (-550 *6))) (-5 *4 (-1090)) (-5 *2 (-550 *6)) (-4 *6 (-364 *5)) (-4 *5 (-1013)) (-5 *1 (-509 *5 *6)))) (-2105 (*1 *2 *3) (-12 (-5 *3 (-583 (-550 *5))) (-4 *4 (-1013)) (-5 *2 (-550 *5)) (-5 *1 (-509 *4 *5)) (-4 *5 (-364 *4)))) (-2104 (*1 *2 *2 *3) (-12 (-5 *2 (-583 (-550 *5))) (-5 *3 (-1090)) (-4 *5 (-364 *4)) (-4 *4 (-1013)) (-5 *1 (-509 *4 *5)))))
-((-2113 (((-2 (|:| |answer| (-519 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-583 |#1|) #1="failed") (-484) |#1| |#1|)) 199 T ELT)) (-2116 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|))))))) (|:| |a0| |#1|)) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2136 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) (-583 (-350 |#2|))) 174 T ELT)) (-2119 (((-3 (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|)))))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-583 (-350 |#2|))) 171 T ELT)) (-2120 (((-3 |#2| #1#) |#2| (-1 (-3 (-2 (|:| -2136 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) |#1|) 162 T ELT)) (-2111 (((-2 (|:| |answer| (-519 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2136 |#1|) (|:| |coeff| |#1|)) #1#) |#1|)) 185 T ELT)) (-2118 (((-3 (-2 (|:| -2136 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-350 |#2|)) 202 T ELT)) (-2114 (((-3 (-2 (|:| |answer| (-350 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2136 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2136 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) (-350 |#2|)) 205 T ELT)) (-2122 (((-2 (|:| |ir| (-519 (-350 |#2|))) (|:| |specpart| (-350 |#2|)) (|:| |polypart| |#2|)) (-350 |#2|) (-1 |#2| |#2|)) 88 T ELT)) (-2123 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 100 T ELT)) (-2117 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|))))))) (|:| |a0| |#1|)) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3138 |#1|) (|:| |sol?| (-85))) (-484) |#1|) (-583 (-350 |#2|))) 178 T ELT)) (-2121 (((-3 (-562 |#1| |#2|) #1#) (-562 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3138 |#1|) (|:| |sol?| (-85))) (-484) |#1|)) 166 T ELT)) (-2112 (((-2 (|:| |answer| (-519 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3138 |#1|) (|:| |sol?| (-85))) (-484) |#1|)) 189 T ELT)) (-2115 (((-3 (-2 (|:| |answer| (-350 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2136 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3138 |#1|) (|:| |sol?| (-85))) (-484) |#1|) (-350 |#2|)) 210 T ELT)))
-(((-510 |#1| |#2|) (-10 -7 (-15 -2111 ((-2 (|:| |answer| (-519 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2136 |#1|) (|:| |coeff| |#1|)) #1="failed") |#1|))) (-15 -2112 ((-2 (|:| |answer| (-519 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3138 |#1|) (|:| |sol?| (-85))) (-484) |#1|))) (-15 -2113 ((-2 (|:| |answer| (-519 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-583 |#1|) #1#) (-484) |#1| |#1|))) (-15 -2114 ((-3 (-2 (|:| |answer| (-350 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2136 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2136 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) (-350 |#2|))) (-15 -2115 ((-3 (-2 (|:| |answer| (-350 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2136 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3138 |#1|) (|:| |sol?| (-85))) (-484) |#1|) (-350 |#2|))) (-15 -2116 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|))))))) (|:| |a0| |#1|)) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2136 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) (-583 (-350 |#2|)))) (-15 -2117 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|))))))) (|:| |a0| |#1|)) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3138 |#1|) (|:| |sol?| (-85))) (-484) |#1|) (-583 (-350 |#2|)))) (-15 -2118 ((-3 (-2 (|:| -2136 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-350 |#2|))) (-15 -2119 ((-3 (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|)))))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-583 (-350 |#2|)))) (-15 -2120 ((-3 |#2| #1#) |#2| (-1 (-3 (-2 (|:| -2136 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) |#1|)) (-15 -2121 ((-3 (-562 |#1| |#2|) #1#) (-562 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3138 |#1|) (|:| |sol?| (-85))) (-484) |#1|))) (-15 -2122 ((-2 (|:| |ir| (-519 (-350 |#2|))) (|:| |specpart| (-350 |#2|)) (|:| |polypart| |#2|)) (-350 |#2|) (-1 |#2| |#2|))) (-15 -2123 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-312) (-1155 |#1|)) (T -510))
-((-2123 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-510 *5 *3)))) (-2122 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| |ir| (-519 (-350 *6))) (|:| |specpart| (-350 *6)) (|:| |polypart| *6))) (-5 *1 (-510 *5 *6)) (-5 *3 (-350 *6)))) (-2121 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-562 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3138 *4) (|:| |sol?| (-85))) (-484) *4)) (-4 *4 (-312)) (-4 *5 (-1155 *4)) (-5 *1 (-510 *4 *5)))) (-2120 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -2136 *4) (|:| |coeff| *4)) #1="failed") *4)) (-4 *4 (-312)) (-5 *1 (-510 *4 *2)) (-4 *2 (-1155 *4)))) (-2119 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-583 (-350 *7))) (-4 *7 (-1155 *6)) (-5 *3 (-350 *7)) (-4 *6 (-312)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-510 *6 *7)))) (-2118 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| -2136 (-350 *6)) (|:| |coeff| (-350 *6)))) (-5 *1 (-510 *5 *6)) (-5 *3 (-350 *6)))) (-2117 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3138 *7) (|:| |sol?| (-85))) (-484) *7)) (-5 *6 (-583 (-350 *8))) (-4 *7 (-312)) (-4 *8 (-1155 *7)) (-5 *3 (-350 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-510 *7 *8)))) (-2116 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -2136 *7) (|:| |coeff| *7)) #1#) *7)) (-5 *6 (-583 (-350 *8))) (-4 *7 (-312)) (-4 *8 (-1155 *7)) (-5 *3 (-350 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-510 *7 *8)))) (-2115 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3138 *6) (|:| |sol?| (-85))) (-484) *6)) (-4 *6 (-312)) (-4 *7 (-1155 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-350 *7)) (|:| |a0| *6)) (-2 (|:| -2136 (-350 *7)) (|:| |coeff| (-350 *7))) "failed")) (-5 *1 (-510 *6 *7)) (-5 *3 (-350 *7)))) (-2114 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -2136 *6) (|:| |coeff| *6)) #1#) *6)) (-4 *6 (-312)) (-4 *7 (-1155 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-350 *7)) (|:| |a0| *6)) (-2 (|:| -2136 (-350 *7)) (|:| |coeff| (-350 *7))) "failed")) (-5 *1 (-510 *6 *7)) (-5 *3 (-350 *7)))) (-2113 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-583 *6) "failed") (-484) *6 *6)) (-4 *6 (-312)) (-4 *7 (-1155 *6)) (-5 *2 (-2 (|:| |answer| (-519 (-350 *7))) (|:| |a0| *6))) (-5 *1 (-510 *6 *7)) (-5 *3 (-350 *7)))) (-2112 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3138 *6) (|:| |sol?| (-85))) (-484) *6)) (-4 *6 (-312)) (-4 *7 (-1155 *6)) (-5 *2 (-2 (|:| |answer| (-519 (-350 *7))) (|:| |a0| *6))) (-5 *1 (-510 *6 *7)) (-5 *3 (-350 *7)))) (-2111 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -2136 *6) (|:| |coeff| *6)) #1#) *6)) (-4 *6 (-312)) (-4 *7 (-1155 *6)) (-5 *2 (-2 (|:| |answer| (-519 (-350 *7))) (|:| |a0| *6))) (-5 *1 (-510 *6 *7)) (-5 *3 (-350 *7)))))
-((-2124 (((-3 |#2| "failed") |#2| (-1090) (-1090)) 10 T ELT)))
-(((-511 |#1| |#2|) (-10 -7 (-15 -2124 ((-3 |#2| "failed") |#2| (-1090) (-1090)))) (-13 (-258) (-120) (-950 (-484)) (-580 (-484))) (-13 (-1115) (-871) (-1053) (-29 |#1|))) (T -511))
-((-2124 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *1 (-511 *4 *2)) (-4 *2 (-13 (-1115) (-871) (-1053) (-29 *4))))))
-((-2556 (((-632 (-1138)) $ (-1138)) 27 T ELT)) (-2557 (((-632 (-488)) $ (-488)) 26 T ELT)) (-2555 (((-694) $ (-102)) 28 T ELT)) (-2558 (((-632 (-101)) $ (-101)) 25 T ELT)) (-2000 (((-632 (-1138)) $) 12 T ELT)) (-1996 (((-632 (-1136)) $) 8 T ELT)) (-1998 (((-632 (-1135)) $) 10 T ELT)) (-2001 (((-632 (-488)) $) 13 T ELT)) (-1997 (((-632 (-486)) $) 9 T ELT)) (-1999 (((-632 (-485)) $) 11 T ELT)) (-1995 (((-694) $ (-102)) 7 T ELT)) (-2002 (((-632 (-101)) $) 14 T ELT)) (-1700 (($ $) 6 T ELT)))
-(((-512) (-113)) (T -512))
-NIL
-(-13 (-465) (-770))
-(((-147) . T) ((-465) . T) ((-770) . T))
-((-2556 (((-632 (-1138)) $ (-1138)) NIL T ELT)) (-2557 (((-632 (-488)) $ (-488)) NIL T ELT)) (-2555 (((-694) $ (-102)) NIL T ELT)) (-2558 (((-632 (-101)) $ (-101)) NIL T ELT)) (-2000 (((-632 (-1138)) $) NIL T ELT)) (-1996 (((-632 (-1136)) $) NIL T ELT)) (-1998 (((-632 (-1135)) $) NIL T ELT)) (-2001 (((-632 (-488)) $) NIL T ELT)) (-1997 (((-632 (-486)) $) NIL T ELT)) (-1999 (((-632 (-485)) $) NIL T ELT)) (-1995 (((-694) $ (-102)) NIL T ELT)) (-2002 (((-632 (-101)) $) NIL T ELT)) (-2559 (((-85) $) NIL T ELT)) (-2125 (($ (-338)) 14 T ELT) (($ (-1073)) 16 T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1700 (($ $) NIL T ELT)))
-(((-513) (-13 (-512) (-552 (-772)) (-10 -8 (-15 -2125 ($ (-338))) (-15 -2125 ($ (-1073))) (-15 -2559 ((-85) $))))) (T -513))
-((-2125 (*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-513)))) (-2125 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-513)))) (-2559 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-513)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3461 (($) 7 T CONST)) (-3243 (((-1073) $) NIL T ELT)) (-2128 (($) 6 T CONST)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 15 T ELT)) (-2126 (($) 9 T CONST)) (-2127 (($) 8 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 11 T ELT)))
-(((-514) (-13 (-1013) (-10 -8 (-15 -2128 ($) -3953) (-15 -3461 ($) -3953) (-15 -2127 ($) -3953) (-15 -2126 ($) -3953)))) (T -514))
-((-2128 (*1 *1) (-5 *1 (-514))) (-3461 (*1 *1) (-5 *1 (-514))) (-2127 (*1 *1) (-5 *1 (-514))) (-2126 (*1 *1) (-5 *1 (-514))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2129 (((-632 $) (-431)) 23 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2131 (($ (-1073)) 16 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 33 T ELT)) (-2130 (((-166 4 (-101)) $) 24 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 26 T ELT)))
-(((-515) (-13 (-1013) (-10 -8 (-15 -2131 ($ (-1073))) (-15 -2130 ((-166 4 (-101)) $)) (-15 -2129 ((-632 $) (-431)))))) (T -515))
-((-2131 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-515)))) (-2130 (*1 *2 *1) (-12 (-5 *2 (-166 4 (-101))) (-5 *1 (-515)))) (-2129 (*1 *2 *3) (-12 (-5 *3 (-431)) (-5 *2 (-632 (-515))) (-5 *1 (-515)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3038 (($ $ (-484)) 73 T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2612 (($ (-1085 (-484)) (-484)) 79 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) 64 T ELT)) (-2613 (($ $) 43 T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3773 (((-694) $) 16 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2615 (((-484)) 37 T ELT)) (-2614 (((-484) $) 41 T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3770 (($ $ (-484)) 24 T ELT)) (-3467 (((-3 $ #1#) $ $) 70 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) 17 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 71 T ELT)) (-2616 (((-1069 (-484)) $) 19 T ELT)) (-2892 (($ $) 26 T ELT)) (-3947 (((-772) $) 100 T ELT) (($ (-484)) 59 T ELT) (($ $) NIL T ELT)) (-3127 (((-694)) 15 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3771 (((-484) $ (-484)) 46 T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 44 T CONST)) (-2667 (($) 21 T CONST)) (-3057 (((-85) $ $) 51 T ELT)) (-3838 (($ $) 58 T ELT) (($ $ $) 48 T ELT)) (-3840 (($ $ $) 57 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 60 T ELT) (($ $ $) 61 T ELT)))
-(((-516 |#1| |#2|) (-779 |#1|) (-484) (-85)) (T -516))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 30 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 (($ $ (-830)) NIL (|has| $ (-320)) ELT) (($ $) NIL T ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) 59 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 $ #1#) $) 95 T ELT)) (-3157 (($ $) 94 T ELT)) (-1795 (($ (-1179 $)) 93 T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) 56 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) 47 T ELT)) (-2995 (($) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) 61 T ELT)) (-1680 (((-85) $) NIL T ELT)) (-1767 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-743 (-830)) $) NIL T ELT) (((-830) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) 49 (|has| $ (-320)) ELT)) (-2011 (((-85) $) NIL (|has| $ (-320)) ELT)) (-3133 (($ $ (-830)) NIL (|has| $ (-320)) ELT) (($ $) NIL T ELT)) (-3446 (((-632 $) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 $) $ (-830)) NIL (|has| $ (-320)) ELT) (((-1085 $) $) 104 T ELT)) (-2010 (((-830) $) 67 T ELT)) (-1627 (((-1085 $) $) NIL (|has| $ (-320)) ELT)) (-1626 (((-3 (-1085 $) #1#) $ $) NIL (|has| $ (-320)) ELT) (((-1085 $) $) NIL (|has| $ (-320)) ELT)) (-1628 (($ $ (-1085 $)) NIL (|has| $ (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL T CONST)) (-2400 (($ (-830)) 60 T ELT)) (-3932 (((-85) $) 87 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($) 28 (|has| $ (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) 54 T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-830)) 86 T ELT) (((-743 (-830))) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-3 (-694) #1#) $ $) NIL T ELT) (((-694) $) NIL T ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3949 (((-830) $) 85 T ELT) (((-743 (-830)) $) NIL T ELT)) (-3186 (((-1085 $)) 102 T ELT)) (-1674 (($) 66 T ELT)) (-1629 (($) 50 (|has| $ (-320)) ELT)) (-3225 (((-630 $) (-1179 $)) NIL T ELT) (((-1179 $) $) 91 T ELT)) (-3973 (((-484) $) 42 T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) 45 T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT)) (-2703 (((-632 $) $) NIL T ELT) (($ $) 105 T ELT)) (-3127 (((-694)) 51 T CONST)) (-1265 (((-85) $ $) 107 T ELT)) (-2012 (((-1179 $) (-830)) 97 T ELT) (((-1179 $)) 96 T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) 31 T CONST)) (-2667 (($) 27 T CONST)) (-3929 (($ $ (-694)) NIL (|has| $ (-320)) ELT) (($ $) NIL (|has| $ (-320)) ELT)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) 34 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 81 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT)))
-(((-517 |#1|) (-13 (-299) (-280 $) (-553 (-484))) (-830)) (T -517))
-NIL
-((-2132 (((-1185) (-1073)) 10 T ELT)))
-(((-518) (-10 -7 (-15 -2132 ((-1185) (-1073))))) (T -518))
-((-2132 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-518)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) 77 T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-2136 ((|#1| $) 30 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2134 (((-583 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 32 T ELT)) (-2137 (($ |#1| (-583 (-2 (|:| |scalar| (-350 (-484))) (|:| |coeff| (-1085 |#1|)) (|:| |logand| (-1085 |#1|)))) (-583 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 28 T ELT)) (-2135 (((-583 (-2 (|:| |scalar| (-350 (-484))) (|:| |coeff| (-1085 |#1|)) (|:| |logand| (-1085 |#1|)))) $) 31 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2833 (($ |#1| |#1|) 38 T ELT) (($ |#1| (-1090)) 49 (|has| |#1| (-950 (-1090))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2133 (((-85) $) 35 T ELT)) (-3759 ((|#1| $ (-1 |#1| |#1|)) 89 T ELT) ((|#1| $ (-1090)) 90 (|has| |#1| (-809 (-1090))) ELT)) (-3947 (((-772) $) 113 T ELT) (($ |#1|) 29 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 18 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) 17 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 86 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 16 T ELT) (($ (-350 (-484)) $) 41 T ELT) (($ $ (-350 (-484))) NIL T ELT)))
-(((-519 |#1|) (-13 (-654 (-350 (-484))) (-950 |#1|) (-10 -8 (-15 -2137 ($ |#1| (-583 (-2 (|:| |scalar| (-350 (-484))) (|:| |coeff| (-1085 |#1|)) (|:| |logand| (-1085 |#1|)))) (-583 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -2136 (|#1| $)) (-15 -2135 ((-583 (-2 (|:| |scalar| (-350 (-484))) (|:| |coeff| (-1085 |#1|)) (|:| |logand| (-1085 |#1|)))) $)) (-15 -2134 ((-583 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -2133 ((-85) $)) (-15 -2833 ($ |#1| |#1|)) (-15 -3759 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-809 (-1090))) (-15 -3759 (|#1| $ (-1090))) |%noBranch|) (IF (|has| |#1| (-950 (-1090))) (-15 -2833 ($ |#1| (-1090))) |%noBranch|))) (-312)) (T -519))
-((-2137 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-583 (-2 (|:| |scalar| (-350 (-484))) (|:| |coeff| (-1085 *2)) (|:| |logand| (-1085 *2))))) (-5 *4 (-583 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-312)) (-5 *1 (-519 *2)))) (-2136 (*1 *2 *1) (-12 (-5 *1 (-519 *2)) (-4 *2 (-312)))) (-2135 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| |scalar| (-350 (-484))) (|:| |coeff| (-1085 *3)) (|:| |logand| (-1085 *3))))) (-5 *1 (-519 *3)) (-4 *3 (-312)))) (-2134 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-519 *3)) (-4 *3 (-312)))) (-2133 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-519 *3)) (-4 *3 (-312)))) (-2833 (*1 *1 *2 *2) (-12 (-5 *1 (-519 *2)) (-4 *2 (-312)))) (-3759 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-519 *2)) (-4 *2 (-312)))) (-3759 (*1 *2 *1 *3) (-12 (-4 *2 (-312)) (-4 *2 (-809 *3)) (-5 *1 (-519 *2)) (-5 *3 (-1090)))) (-2833 (*1 *1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *1 (-519 *2)) (-4 *2 (-950 *3)) (-4 *2 (-312)))))
-((-3959 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) #1#)) 44 T ELT) (((-3 |#2| #1#) (-1 |#2| |#1|) (-3 |#1| #1#)) 11 T ELT) (((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) (-1 |#2| |#1|) (-3 (-2 (|:| -2136 |#1|) (|:| |coeff| |#1|)) #1#)) 35 T ELT) (((-519 |#2|) (-1 |#2| |#1|) (-519 |#1|)) 30 T ELT)))
-(((-520 |#1| |#2|) (-10 -7 (-15 -3959 ((-519 |#2|) (-1 |#2| |#1|) (-519 |#1|))) (-15 -3959 ((-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1="failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2136 |#1|) (|:| |coeff| |#1|)) #1#))) (-15 -3959 ((-3 |#2| #1#) (-1 |#2| |#1|) (-3 |#1| #1#))) (-15 -3959 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) #1#)))) (-312) (-312)) (T -520))
-((-3959 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-312)) (-4 *6 (-312)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-520 *5 *6)))) (-3959 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-312)) (-4 *2 (-312)) (-5 *1 (-520 *5 *2)))) (-3959 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -2136 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-312)) (-4 *6 (-312)) (-5 *2 (-2 (|:| -2136 *6) (|:| |coeff| *6))) (-5 *1 (-520 *5 *6)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-519 *5)) (-4 *5 (-312)) (-4 *6 (-312)) (-5 *2 (-519 *6)) (-5 *1 (-520 *5 *6)))))
-((-3419 (((-519 |#2|) (-519 |#2|)) 42 T ELT)) (-3964 (((-583 |#2|) (-519 |#2|)) 44 T ELT)) (-2148 ((|#2| (-519 |#2|)) 50 T ELT)))
-(((-521 |#1| |#2|) (-10 -7 (-15 -3419 ((-519 |#2|) (-519 |#2|))) (-15 -3964 ((-583 |#2|) (-519 |#2|))) (-15 -2148 (|#2| (-519 |#2|)))) (-13 (-392) (-950 (-484)) (-580 (-484))) (-13 (-29 |#1|) (-1115))) (T -521))
-((-2148 (*1 *2 *3) (-12 (-5 *3 (-519 *2)) (-4 *2 (-13 (-29 *4) (-1115))) (-5 *1 (-521 *4 *2)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))))) (-3964 (*1 *2 *3) (-12 (-5 *3 (-519 *5)) (-4 *5 (-13 (-29 *4) (-1115))) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-583 *5)) (-5 *1 (-521 *4 *5)))) (-3419 (*1 *2 *2) (-12 (-5 *2 (-519 *4)) (-4 *4 (-13 (-29 *3) (-1115))) (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-521 *3 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2140 (($ (-446) (-532)) 14 T ELT)) (-2138 (($ (-446) (-532) $) 16 T ELT)) (-2139 (($ (-446) (-532)) 15 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-1095)) 7 T ELT) (((-1095) $) 6 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-522) (-13 (-1013) (-430 (-1095)) (-10 -8 (-15 -2140 ($ (-446) (-532))) (-15 -2139 ($ (-446) (-532))) (-15 -2138 ($ (-446) (-532) $))))) (T -522))
-((-2140 (*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-532)) (-5 *1 (-522)))) (-2139 (*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-532)) (-5 *1 (-522)))) (-2138 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-446)) (-5 *3 (-532)) (-5 *1 (-522)))))
-((-2144 (((-85) |#1|) 16 T ELT)) (-2145 (((-3 |#1| #1="failed") |#1|) 14 T ELT)) (-2142 (((-2 (|:| -2695 |#1|) (|:| -2401 (-694))) |#1|) 37 T ELT) (((-3 |#1| #1#) |#1| (-694)) 18 T ELT)) (-2141 (((-85) |#1| (-694)) 19 T ELT)) (-2146 ((|#1| |#1|) 41 T ELT)) (-2143 ((|#1| |#1| (-694)) 44 T ELT)))
-(((-523 |#1|) (-10 -7 (-15 -2141 ((-85) |#1| (-694))) (-15 -2142 ((-3 |#1| #1="failed") |#1| (-694))) (-15 -2142 ((-2 (|:| -2695 |#1|) (|:| -2401 (-694))) |#1|)) (-15 -2143 (|#1| |#1| (-694))) (-15 -2144 ((-85) |#1|)) (-15 -2145 ((-3 |#1| #1#) |#1|)) (-15 -2146 (|#1| |#1|))) (-483)) (T -523))
-((-2146 (*1 *2 *2) (-12 (-5 *1 (-523 *2)) (-4 *2 (-483)))) (-2145 (*1 *2 *2) (|partial| -12 (-5 *1 (-523 *2)) (-4 *2 (-483)))) (-2144 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-523 *3)) (-4 *3 (-483)))) (-2143 (*1 *2 *2 *3) (-12 (-5 *3 (-694)) (-5 *1 (-523 *2)) (-4 *2 (-483)))) (-2142 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -2695 *3) (|:| -2401 (-694)))) (-5 *1 (-523 *3)) (-4 *3 (-483)))) (-2142 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-694)) (-5 *1 (-523 *2)) (-4 *2 (-483)))) (-2141 (*1 *2 *3 *4) (-12 (-5 *4 (-694)) (-5 *2 (-85)) (-5 *1 (-523 *3)) (-4 *3 (-483)))))
-((-2147 (((-1085 |#1|) (-830)) 44 T ELT)))
-(((-524 |#1|) (-10 -7 (-15 -2147 ((-1085 |#1|) (-830)))) (-299)) (T -524))
-((-2147 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-524 *4)) (-4 *4 (-299)))))
-((-3419 (((-519 (-350 (-857 |#1|))) (-519 (-350 (-857 |#1|)))) 27 T ELT)) (-3813 (((-3 (-265 |#1|) (-583 (-265 |#1|))) (-350 (-857 |#1|)) (-1090)) 33 (|has| |#1| (-120)) ELT)) (-3964 (((-583 (-265 |#1|)) (-519 (-350 (-857 |#1|)))) 19 T ELT)) (-2149 (((-265 |#1|) (-350 (-857 |#1|)) (-1090)) 31 (|has| |#1| (-120)) ELT)) (-2148 (((-265 |#1|) (-519 (-350 (-857 |#1|)))) 21 T ELT)))
-(((-525 |#1|) (-10 -7 (-15 -3419 ((-519 (-350 (-857 |#1|))) (-519 (-350 (-857 |#1|))))) (-15 -3964 ((-583 (-265 |#1|)) (-519 (-350 (-857 |#1|))))) (-15 -2148 ((-265 |#1|) (-519 (-350 (-857 |#1|))))) (IF (|has| |#1| (-120)) (PROGN (-15 -3813 ((-3 (-265 |#1|) (-583 (-265 |#1|))) (-350 (-857 |#1|)) (-1090))) (-15 -2149 ((-265 |#1|) (-350 (-857 |#1|)) (-1090)))) |%noBranch|)) (-13 (-392) (-950 (-484)) (-580 (-484)))) (T -525))
-((-2149 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-120)) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-265 *5)) (-5 *1 (-525 *5)))) (-3813 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-120)) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-3 (-265 *5) (-583 (-265 *5)))) (-5 *1 (-525 *5)))) (-2148 (*1 *2 *3) (-12 (-5 *3 (-519 (-350 (-857 *4)))) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-265 *4)) (-5 *1 (-525 *4)))) (-3964 (*1 *2 *3) (-12 (-5 *3 (-519 (-350 (-857 *4)))) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-583 (-265 *4))) (-5 *1 (-525 *4)))) (-3419 (*1 *2 *2) (-12 (-5 *2 (-519 (-350 (-857 *3)))) (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-525 *3)))))
-((-2151 (((-583 (-630 (-484))) (-583 (-830)) (-583 (-813 (-484)))) 80 T ELT) (((-583 (-630 (-484))) (-583 (-830))) 81 T ELT) (((-630 (-484)) (-583 (-830)) (-813 (-484))) 74 T ELT)) (-2150 (((-694) (-583 (-830))) 71 T ELT)))
-(((-526) (-10 -7 (-15 -2150 ((-694) (-583 (-830)))) (-15 -2151 ((-630 (-484)) (-583 (-830)) (-813 (-484)))) (-15 -2151 ((-583 (-630 (-484))) (-583 (-830)))) (-15 -2151 ((-583 (-630 (-484))) (-583 (-830)) (-583 (-813 (-484))))))) (T -526))
-((-2151 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-830))) (-5 *4 (-583 (-813 (-484)))) (-5 *2 (-583 (-630 (-484)))) (-5 *1 (-526)))) (-2151 (*1 *2 *3) (-12 (-5 *3 (-583 (-830))) (-5 *2 (-583 (-630 (-484)))) (-5 *1 (-526)))) (-2151 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-830))) (-5 *4 (-813 (-484))) (-5 *2 (-630 (-484))) (-5 *1 (-526)))) (-2150 (*1 *2 *3) (-12 (-5 *3 (-583 (-830))) (-5 *2 (-694)) (-5 *1 (-526)))))
-((-3214 (((-583 |#5|) |#5| (-85)) 97 T ELT)) (-2152 (((-85) |#5| (-583 |#5|)) 34 T ELT)))
-(((-527 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3214 ((-583 |#5|) |#5| (-85))) (-15 -2152 ((-85) |#5| (-583 |#5|)))) (-13 (-258) (-120)) (-717) (-756) (-977 |#1| |#2| |#3|) (-1020 |#1| |#2| |#3| |#4|)) (T -527))
-((-2152 (*1 *2 *3 *4) (-12 (-5 *4 (-583 *3)) (-4 *3 (-1020 *5 *6 *7 *8)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-977 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-527 *5 *6 *7 *8 *3)))) (-3214 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-977 *5 *6 *7)) (-5 *2 (-583 *3)) (-5 *1 (-527 *5 *6 *7 *8 *3)) (-4 *3 (-1020 *5 *6 *7 *8)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3529 (((-1049) $) 12 T ELT)) (-3530 (((-1049) $) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 18 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-528) (-13 (-995) (-10 -8 (-15 -3530 ((-1049) $)) (-15 -3529 ((-1049) $))))) (T -528))
-((-3530 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-528)))) (-3529 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-528)))))
-((-3533 (((-2 (|:| |num| |#4|) (|:| |den| (-484))) |#4| |#2|) 23 T ELT) (((-2 (|:| |num| |#4|) (|:| |den| (-484))) |#4| |#2| (-1001 |#4|)) 32 T ELT)))
-(((-529 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3533 ((-2 (|:| |num| |#4|) (|:| |den| (-484))) |#4| |#2| (-1001 |#4|))) (-15 -3533 ((-2 (|:| |num| |#4|) (|:| |den| (-484))) |#4| |#2|))) (-717) (-756) (-495) (-861 |#3| |#1| |#2|)) (T -529))
-((-3533 (*1 *2 *3 *4) (-12 (-4 *5 (-717)) (-4 *4 (-756)) (-4 *6 (-495)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-484)))) (-5 *1 (-529 *5 *4 *6 *3)) (-4 *3 (-861 *6 *5 *4)))) (-3533 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1001 *3)) (-4 *3 (-861 *7 *6 *4)) (-4 *6 (-717)) (-4 *4 (-756)) (-4 *7 (-495)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-484)))) (-5 *1 (-529 *6 *4 *7 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 71 T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-484)) 58 T ELT) (($ $ (-484) (-484)) 59 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))) $) 65 T ELT)) (-2183 (($ $) 109 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2181 (((-772) (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))) (-939 (-750 (-484))) (-1090) |#1| (-350 (-484))) 232 T ELT)) (-3819 (($ (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|)))) 36 T ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2893 (((-85) $) NIL T ELT)) (-3773 (((-484) $) 63 T ELT) (((-484) $ (-484)) 64 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3778 (($ $ (-830)) 83 T ELT)) (-3816 (($ (-1 |#1| (-484)) $) 80 T ELT)) (-3938 (((-85) $) 26 T ELT)) (-2894 (($ |#1| (-484)) 22 T ELT) (($ $ (-994) (-484)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-484))) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 75 T ELT)) (-2187 (($ (-939 (-750 (-484))) (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|)))) 13 T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3813 (($ $) 120 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2184 (((-3 $ #1#) $ $ (-85)) 108 T ELT)) (-2182 (($ $ $) 116 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2185 (((-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))) $) 15 T ELT)) (-2186 (((-939 (-750 (-484))) $) 14 T ELT)) (-3770 (($ $ (-484)) 47 T ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-3769 (((-1069 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-484)))) ELT)) (-3801 ((|#1| $ (-484)) 62 T ELT) (($ $ $) NIL (|has| (-484) (-1025)) ELT)) (-3759 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $) 77 (|has| |#1| (-15 * (|#1| (-484) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-484) |#1|))) ELT)) (-3949 (((-484) $) NIL T ELT)) (-2892 (($ $) 48 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) 29 T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ |#1|) 28 (|has| |#1| (-146)) ELT)) (-3678 ((|#1| $ (-484)) 61 T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 39 T CONST)) (-3774 ((|#1| $) NIL T ELT)) (-2162 (($ $) 192 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2174 (($ $) 167 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2164 (($ $) 189 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2176 (($ $) 164 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2160 (($ $) 194 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2172 (($ $) 170 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2179 (($ $ (-350 (-484))) 157 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2180 (($ $ |#1|) 128 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2177 (($ $) 161 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2178 (($ $) 159 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2159 (($ $) 195 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2171 (($ $) 171 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2161 (($ $) 193 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2173 (($ $) 169 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2163 (($ $) 190 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2175 (($ $) 165 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2156 (($ $) 200 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2168 (($ $) 180 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2158 (($ $) 197 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2170 (($ $) 176 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2154 (($ $) 204 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2166 (($ $) 184 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2153 (($ $) 206 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2165 (($ $) 186 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2155 (($ $) 202 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2167 (($ $) 182 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2157 (($ $) 199 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2169 (($ $) 178 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3771 ((|#1| $ (-484)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-484)))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 30 T CONST)) (-2667 (($) 40 T CONST)) (-2670 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-484) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-484) |#1|))) ELT)) (-3057 (((-85) $ $) 73 T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) 91 T ELT) (($ $ $) 72 T ELT)) (-3840 (($ $ $) 88 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 111 T ELT)) (* (($ (-830) $) 98 T ELT) (($ (-694) $) 96 T ELT) (($ (-484) $) 93 T ELT) (($ $ $) 104 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 123 T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-530 |#1|) (-13 (-1158 |#1| (-484)) (-10 -8 (-15 -2187 ($ (-939 (-750 (-484))) (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))))) (-15 -2186 ((-939 (-750 (-484))) $)) (-15 -2185 ((-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))) $)) (-15 -3819 ($ (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))))) (-15 -3938 ((-85) $)) (-15 -3816 ($ (-1 |#1| (-484)) $)) (-15 -2184 ((-3 $ "failed") $ $ (-85))) (-15 -2183 ($ $)) (-15 -2182 ($ $ $)) (-15 -2181 ((-772) (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))) (-939 (-750 (-484))) (-1090) |#1| (-350 (-484)))) (IF (|has| |#1| (-38 (-350 (-484)))) (PROGN (-15 -3813 ($ $)) (-15 -2180 ($ $ |#1|)) (-15 -2179 ($ $ (-350 (-484)))) (-15 -2178 ($ $)) (-15 -2177 ($ $)) (-15 -2176 ($ $)) (-15 -2175 ($ $)) (-15 -2174 ($ $)) (-15 -2173 ($ $)) (-15 -2172 ($ $)) (-15 -2171 ($ $)) (-15 -2170 ($ $)) (-15 -2169 ($ $)) (-15 -2168 ($ $)) (-15 -2167 ($ $)) (-15 -2166 ($ $)) (-15 -2165 ($ $)) (-15 -2164 ($ $)) (-15 -2163 ($ $)) (-15 -2162 ($ $)) (-15 -2161 ($ $)) (-15 -2160 ($ $)) (-15 -2159 ($ $)) (-15 -2158 ($ $)) (-15 -2157 ($ $)) (-15 -2156 ($ $)) (-15 -2155 ($ $)) (-15 -2154 ($ $)) (-15 -2153 ($ $))) |%noBranch|))) (-961)) (T -530))
-((-3938 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-530 *3)) (-4 *3 (-961)))) (-2187 (*1 *1 *2 *3) (-12 (-5 *2 (-939 (-750 (-484)))) (-5 *3 (-1069 (-2 (|:| |k| (-484)) (|:| |c| *4)))) (-4 *4 (-961)) (-5 *1 (-530 *4)))) (-2186 (*1 *2 *1) (-12 (-5 *2 (-939 (-750 (-484)))) (-5 *1 (-530 *3)) (-4 *3 (-961)))) (-2185 (*1 *2 *1) (-12 (-5 *2 (-1069 (-2 (|:| |k| (-484)) (|:| |c| *3)))) (-5 *1 (-530 *3)) (-4 *3 (-961)))) (-3819 (*1 *1 *2) (-12 (-5 *2 (-1069 (-2 (|:| |k| (-484)) (|:| |c| *3)))) (-4 *3 (-961)) (-5 *1 (-530 *3)))) (-3816 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-484))) (-4 *3 (-961)) (-5 *1 (-530 *3)))) (-2184 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-85)) (-5 *1 (-530 *3)) (-4 *3 (-961)))) (-2183 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-961)))) (-2182 (*1 *1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-961)))) (-2181 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1069 (-2 (|:| |k| (-484)) (|:| |c| *6)))) (-5 *4 (-939 (-750 (-484)))) (-5 *5 (-1090)) (-5 *7 (-350 (-484))) (-4 *6 (-961)) (-5 *2 (-772)) (-5 *1 (-530 *6)))) (-3813 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2180 (*1 *1 *1 *2) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2179 (*1 *1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-530 *3)) (-4 *3 (-38 *2)) (-4 *3 (-961)))) (-2178 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2177 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2176 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2175 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2174 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2173 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2172 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2171 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2170 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2169 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2168 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2167 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2166 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2165 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2164 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2163 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2162 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2161 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2160 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2159 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2158 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2157 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2156 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2155 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2154 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))) (-2153 (*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 62 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3819 (($ (-1069 |#1|)) 9 T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ #1#) $) 44 T ELT)) (-2893 (((-85) $) 56 T ELT)) (-3773 (((-694) $) 61 T ELT) (((-694) $ (-694)) 60 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) 46 (|has| |#1| (-495)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3818 (((-1069 |#1|) $) 25 T ELT)) (-3127 (((-694)) 55 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 10 T CONST)) (-2667 (($) 14 T CONST)) (-3057 (((-85) $ $) 24 T ELT)) (-3838 (($ $) 32 T ELT) (($ $ $) 16 T ELT)) (-3840 (($ $ $) 27 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 53 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 36 T ELT) (($ $ $) 30 T ELT) (($ $ |#1|) 40 T ELT) (($ |#1| $) 39 T ELT) (($ $ (-484)) 38 T ELT)))
-(((-531 |#1|) (-13 (-961) (-82 |#1| |#1|) (-10 -8 (-15 -3818 ((-1069 |#1|) $)) (-15 -3819 ($ (-1069 |#1|))) (-15 -2893 ((-85) $)) (-15 -3773 ((-694) $)) (-15 -3773 ((-694) $ (-694))) (-15 * ($ $ (-484))) (IF (|has| |#1| (-495)) (-6 (-495)) |%noBranch|))) (-961)) (T -531))
-((-3818 (*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-531 *3)) (-4 *3 (-961)))) (-3819 (*1 *1 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-531 *3)))) (-2893 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-531 *3)) (-4 *3 (-961)))) (-3773 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-531 *3)) (-4 *3 (-961)))) (-3773 (*1 *2 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-531 *3)) (-4 *3 (-961)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-531 *3)) (-4 *3 (-961)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2190 (($) 8 T CONST)) (-2191 (($) 7 T CONST)) (-2188 (($ $ (-583 $)) 16 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2192 (($) 6 T CONST)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-1095)) 15 T ELT) (((-1095) $) 10 T ELT)) (-2189 (($) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-532) (-13 (-1013) (-430 (-1095)) (-10 -8 (-15 -2192 ($) -3953) (-15 -2191 ($) -3953) (-15 -2190 ($) -3953) (-15 -2189 ($) -3953) (-15 -2188 ($ $ (-583 $)))))) (T -532))
-((-2192 (*1 *1) (-5 *1 (-532))) (-2191 (*1 *1) (-5 *1 (-532))) (-2190 (*1 *1) (-5 *1 (-532))) (-2189 (*1 *1) (-5 *1 (-532))) (-2188 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-532))) (-5 *1 (-532)))))
-((-3959 (((-536 |#2|) (-1 |#2| |#1|) (-536 |#1|)) 15 T ELT)))
-(((-533 |#1| |#2|) (-13 (-1129) (-10 -7 (-15 -3959 ((-536 |#2|) (-1 |#2| |#1|) (-536 |#1|))))) (-1129) (-1129)) (T -533))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-536 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-536 *6)) (-5 *1 (-533 *5 *6)))))
-((-3959 (((-1069 |#3|) (-1 |#3| |#1| |#2|) (-536 |#1|) (-1069 |#2|)) 20 T ELT) (((-1069 |#3|) (-1 |#3| |#1| |#2|) (-1069 |#1|) (-536 |#2|)) 19 T ELT) (((-536 |#3|) (-1 |#3| |#1| |#2|) (-536 |#1|) (-536 |#2|)) 18 T ELT)))
-(((-534 |#1| |#2| |#3|) (-10 -7 (-15 -3959 ((-536 |#3|) (-1 |#3| |#1| |#2|) (-536 |#1|) (-536 |#2|))) (-15 -3959 ((-1069 |#3|) (-1 |#3| |#1| |#2|) (-1069 |#1|) (-536 |#2|))) (-15 -3959 ((-1069 |#3|) (-1 |#3| |#1| |#2|) (-536 |#1|) (-1069 |#2|)))) (-1129) (-1129) (-1129)) (T -534))
-((-3959 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-536 *6)) (-5 *5 (-1069 *7)) (-4 *6 (-1129)) (-4 *7 (-1129)) (-4 *8 (-1129)) (-5 *2 (-1069 *8)) (-5 *1 (-534 *6 *7 *8)))) (-3959 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1069 *6)) (-5 *5 (-536 *7)) (-4 *6 (-1129)) (-4 *7 (-1129)) (-4 *8 (-1129)) (-5 *2 (-1069 *8)) (-5 *1 (-534 *6 *7 *8)))) (-3959 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-536 *6)) (-5 *5 (-536 *7)) (-4 *6 (-1129)) (-4 *7 (-1129)) (-4 *8 (-1129)) (-5 *2 (-536 *8)) (-5 *1 (-534 *6 *7 *8)))))
-((-2197 ((|#3| |#3| (-583 (-550 |#3|)) (-583 (-1090))) 57 T ELT)) (-2196 (((-142 |#2|) |#3|) 122 T ELT)) (-2193 ((|#3| (-142 |#2|)) 46 T ELT)) (-2194 ((|#2| |#3|) 21 T ELT)) (-2195 ((|#3| |#2|) 35 T ELT)))
-(((-535 |#1| |#2| |#3|) (-10 -7 (-15 -2193 (|#3| (-142 |#2|))) (-15 -2194 (|#2| |#3|)) (-15 -2195 (|#3| |#2|)) (-15 -2196 ((-142 |#2|) |#3|)) (-15 -2197 (|#3| |#3| (-583 (-550 |#3|)) (-583 (-1090))))) (-495) (-13 (-364 |#1|) (-915) (-1115)) (-13 (-364 (-142 |#1|)) (-915) (-1115))) (T -535))
-((-2197 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-583 (-550 *2))) (-5 *4 (-583 (-1090))) (-4 *2 (-13 (-364 (-142 *5)) (-915) (-1115))) (-4 *5 (-495)) (-5 *1 (-535 *5 *6 *2)) (-4 *6 (-13 (-364 *5) (-915) (-1115))))) (-2196 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-142 *5)) (-5 *1 (-535 *4 *5 *3)) (-4 *5 (-13 (-364 *4) (-915) (-1115))) (-4 *3 (-13 (-364 (-142 *4)) (-915) (-1115))))) (-2195 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *2 (-13 (-364 (-142 *4)) (-915) (-1115))) (-5 *1 (-535 *4 *3 *2)) (-4 *3 (-13 (-364 *4) (-915) (-1115))))) (-2194 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *2 (-13 (-364 *4) (-915) (-1115))) (-5 *1 (-535 *4 *2 *3)) (-4 *3 (-13 (-364 (-142 *4)) (-915) (-1115))))) (-2193 (*1 *2 *3) (-12 (-5 *3 (-142 *5)) (-4 *5 (-13 (-364 *4) (-915) (-1115))) (-4 *4 (-495)) (-4 *2 (-13 (-364 (-142 *4)) (-915) (-1115))) (-5 *1 (-535 *4 *5 *2)))))
-((-3711 (($ (-1 (-85) |#1|) $) 19 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 22 T ELT)) (-3458 (($ (-1 |#1| |#1|) |#1|) 11 T ELT)) (-3457 (($ (-1 (-85) |#1|) $) 15 T ELT)) (-3456 (($ (-1 (-85) |#1|) $) 17 T ELT)) (-3531 (((-1069 |#1|) $) 20 T ELT)) (-3947 (((-772) $) 25 T ELT)))
-(((-536 |#1|) (-13 (-552 (-772)) (-10 -8 (-15 -3959 ($ (-1 |#1| |#1|) $)) (-15 -3457 ($ (-1 (-85) |#1|) $)) (-15 -3456 ($ (-1 (-85) |#1|) $)) (-15 -3711 ($ (-1 (-85) |#1|) $)) (-15 -3458 ($ (-1 |#1| |#1|) |#1|)) (-15 -3531 ((-1069 |#1|) $)))) (-1129)) (T -536))
-((-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1129)) (-5 *1 (-536 *3)))) (-3457 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1129)) (-5 *1 (-536 *3)))) (-3456 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1129)) (-5 *1 (-536 *3)))) (-3711 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1129)) (-5 *1 (-536 *3)))) (-3458 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1129)) (-5 *1 (-536 *3)))) (-3531 (*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-536 *3)) (-4 *3 (-1129)))))
-((-2198 (((-1185) $ |#2| |#2|) 34 T ELT)) (-2200 ((|#2| $) 23 T ELT)) (-2201 ((|#2| $) 21 T ELT)) (-3959 (($ (-1 |#3| |#3|) $) 30 T ELT)) (-3802 ((|#3| $) 26 T ELT)) (-2199 (($ $ |#3|) 32 T ELT)) (-2202 (((-85) |#3| $) 17 T ELT)) (-2205 (((-583 |#3|) $) 15 T ELT)) (-3801 ((|#3| $ |#2| |#3|) 12 T ELT) ((|#3| $ |#2|) NIL T ELT)))
-(((-537 |#1| |#2| |#3|) (-10 -7 (-15 -2198 ((-1185) |#1| |#2| |#2|)) (-15 -2199 (|#1| |#1| |#3|)) (-15 -3802 (|#3| |#1|)) (-15 -2200 (|#2| |#1|)) (-15 -2201 (|#2| |#1|)) (-15 -2202 ((-85) |#3| |#1|)) (-15 -2205 ((-583 |#3|) |#1|)) (-15 -3801 (|#3| |#1| |#2|)) (-15 -3801 (|#3| |#1| |#2| |#3|)) (-15 -3959 (|#1| (-1 |#3| |#3|) |#1|))) (-538 |#2| |#3|) (-1013) (-1129)) (T -537))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#2| (-72)) ELT)) (-2198 (((-1185) $ |#1| |#1|) 34 (|has| $ (-1035 |#2|)) ELT)) (-3789 ((|#2| $ |#1| |#2|) 46 (|has| $ (-1035 |#2|)) ELT)) (-3725 (($) 6 T CONST)) (-1576 ((|#2| $ |#1| |#2|) 47 (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ |#1|) 45 T ELT)) (-2200 ((|#1| $) 37 (|has| |#1| (-756)) ELT)) (-2201 ((|#1| $) 38 (|has| |#1| (-756)) ELT)) (-3959 (($ (-1 |#2| |#2|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#2| (-1013)) ELT)) (-2203 (((-583 |#1|) $) 40 T ELT)) (-2204 (((-85) |#1| $) 41 T ELT)) (-3244 (((-1033) $) 19 (|has| |#2| (-1013)) ELT)) (-3802 ((|#2| $) 36 (|has| |#1| (-756)) ELT)) (-2199 (($ $ |#2|) 35 (|has| $ (-1035 |#2|)) ELT)) (-3769 (($ $ (-583 (-249 |#2|))) 24 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) 23 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) 22 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) 21 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#2| $) 39 (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) 42 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#2| $ |#1| |#2|) 44 T ELT) ((|#2| $ |#1|) 43 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#2| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#2| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#2| (-72)) ELT)))
-(((-538 |#1| |#2|) (-113) (-1013) (-1129)) (T -538))
-((-2205 (*1 *2 *1) (-12 (-4 *1 (-538 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1129)) (-5 *2 (-583 *4)))) (-2204 (*1 *2 *3 *1) (-12 (-4 *1 (-538 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1129)) (-5 *2 (-85)))) (-2203 (*1 *2 *1) (-12 (-4 *1 (-538 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1129)) (-5 *2 (-583 *3)))) (-2202 (*1 *2 *3 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-72)) (-4 *1 (-538 *4 *3)) (-4 *4 (-1013)) (-4 *3 (-1129)) (-5 *2 (-85)))) (-2201 (*1 *2 *1) (-12 (-4 *1 (-538 *2 *3)) (-4 *3 (-1129)) (-4 *2 (-1013)) (-4 *2 (-756)))) (-2200 (*1 *2 *1) (-12 (-4 *1 (-538 *2 *3)) (-4 *3 (-1129)) (-4 *2 (-1013)) (-4 *2 (-756)))) (-3802 (*1 *2 *1) (-12 (-4 *1 (-538 *3 *2)) (-4 *3 (-1013)) (-4 *3 (-756)) (-4 *2 (-1129)))) (-2199 (*1 *1 *1 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-538 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1129)))) (-2198 (*1 *2 *1 *3 *3) (-12 (-4 *1 (-1035 *4)) (-4 *1 (-538 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1129)) (-5 *2 (-1185)))))
-(-13 (-429 |t#2|) (-243 |t#1| |t#2|) (-10 -8 (-15 -2205 ((-583 |t#2|) $)) (-15 -2204 ((-85) |t#1| $)) (-15 -2203 ((-583 |t#1|) $)) (IF (|has| |t#2| (-72)) (IF (|has| $ (-318 |t#2|)) (-15 -2202 ((-85) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-756)) (PROGN (-15 -2201 (|t#1| $)) (-15 -2200 (|t#1| $)) (-15 -3802 (|t#2| $))) |%noBranch|) (IF (|has| $ (-1035 |t#2|)) (PROGN (-15 -2199 ($ $ |t#2|)) (-15 -2198 ((-1185) $ |t#1| |t#1|))) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#2| (-1013)) (|has| |#2| (-72))) ((-552 (-772)) OR (|has| |#2| (-1013)) (|has| |#2| (-552 (-772)))) ((-241 |#1| |#2|) . T) ((-243 |#1| |#2|) . T) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-429 |#2|) . T) ((-455 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-13) . T) ((-1013) |has| |#2| (-1013)) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT) (((-1130) $) 15 T ELT) (($ (-583 (-1130))) 14 T ELT)) (-2206 (((-583 (-1130)) $) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-539) (-13 (-995) (-552 (-1130)) (-10 -8 (-15 -3947 ($ (-583 (-1130)))) (-15 -2206 ((-583 (-1130)) $))))) (T -539))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-583 (-1130))) (-5 *1 (-539)))) (-2206 (*1 *2 *1) (-12 (-5 *2 (-583 (-1130))) (-5 *1 (-539)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1775 (((-3 $ #1="failed")) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1312 (((-3 $ #1#) $ $) NIL T ELT)) (-3224 (((-1179 (-630 |#1|))) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1179 (-630 |#1|)) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1729 (((-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-1909 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1703 (((-3 $ #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1791 (((-630 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-630 |#1|) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1727 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1789 (((-630 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-630 |#1|) $ (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2404 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1903 (((-1085 (-857 |#1|))) NIL (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-312))) ELT)) (-2407 (($ $ (-830)) NIL T ELT)) (-1725 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1705 (((-1085 |#1|) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1793 ((|#1|) NIL (|has| |#2| (-361 |#1|)) ELT) ((|#1| (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1723 (((-1085 |#1|) $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1717 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1795 (($ (-1179 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (($ (-1179 |#1|) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3468 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-3109 (((-830)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1714 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2434 (($ $ (-830)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-1710 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1708 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1712 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1704 (((-3 $ #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1792 (((-630 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-630 |#1|) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1728 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1790 (((-630 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-630 |#1|) $ (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2405 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1907 (((-1085 (-857 |#1|))) NIL (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-312))) ELT)) (-2406 (($ $ (-830)) NIL T ELT)) (-1726 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1706 (((-1085 |#1|) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1794 ((|#1|) NIL (|has| |#2| (-361 |#1|)) ELT) ((|#1| (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1724 (((-1085 |#1|) $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1718 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1709 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1711 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1713 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1716 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3801 ((|#1| $ (-484)) NIL (|has| |#2| (-361 |#1|)) ELT)) (-3225 (((-630 |#1|) (-1179 $)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1179 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-630 |#1|) (-1179 $) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT) (((-1179 |#1|) $ (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3973 (($ (-1179 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1179 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT)) (-1895 (((-583 (-857 |#1|))) NIL (|has| |#2| (-361 |#1|)) ELT) (((-583 (-857 |#1|)) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2436 (($ $ $) NIL T ELT)) (-1722 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3947 (((-772) $) NIL T ELT) ((|#2| $) 21 T ELT) (($ |#2|) 22 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL (|has| |#2| (-361 |#1|)) ELT)) (-1707 (((-583 (-1179 |#1|))) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-2437 (($ $ $ $) NIL T ELT)) (-1720 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2546 (($ (-630 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT)) (-2435 (($ $ $) NIL T ELT)) (-1721 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1719 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1715 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2661 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) 24 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 20 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-540 |#1| |#2|) (-13 (-683 |#1|) (-552 |#2|) (-10 -8 (-15 -3947 ($ |#2|)) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|) (IF (|has| |#2| (-316 |#1|)) (-6 (-316 |#1|)) |%noBranch|))) (-146) (-683 |#1|)) (T -540))
-((-3947 (*1 *1 *2) (-12 (-4 *3 (-146)) (-5 *1 (-540 *3 *2)) (-4 *2 (-683 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-101)) 6 T ELT) (((-101) $) 7 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-541) (-13 (-1013) (-430 (-101)))) (T -541))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2208 (($) 10 T CONST)) (-2230 (($) 8 T CONST)) (-2207 (($) 11 T CONST)) (-2226 (($) 9 T CONST)) (-2223 (($) 12 T CONST)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2311 (($ $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)))
-(((-542) (-13 (-1013) (-604) (-10 -8 (-15 -2230 ($) -3953) (-15 -2226 ($) -3953) (-15 -2208 ($) -3953) (-15 -2207 ($) -3953) (-15 -2223 ($) -3953)))) (T -542))
-((-2230 (*1 *1) (-5 *1 (-542))) (-2226 (*1 *1) (-5 *1 (-542))) (-2208 (*1 *1) (-5 *1 (-542))) (-2207 (*1 *1) (-5 *1 (-542))) (-2223 (*1 *1) (-5 *1 (-542))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2219 (($) 11 T CONST)) (-2213 (($) 17 T CONST)) (-2209 (($) 21 T CONST)) (-2211 (($) 19 T CONST)) (-2216 (($) 14 T CONST)) (-2210 (($) 20 T CONST)) (-2218 (($) 12 T CONST)) (-2217 (($) 13 T CONST)) (-2212 (($) 18 T CONST)) (-2215 (($) 15 T CONST)) (-2214 (($) 16 T CONST)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (((-101) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-543) (-13 (-1013) (-552 (-101)) (-10 -8 (-15 -2219 ($) -3953) (-15 -2218 ($) -3953) (-15 -2217 ($) -3953) (-15 -2216 ($) -3953) (-15 -2215 ($) -3953) (-15 -2214 ($) -3953) (-15 -2213 ($) -3953) (-15 -2212 ($) -3953) (-15 -2211 ($) -3953) (-15 -2210 ($) -3953) (-15 -2209 ($) -3953)))) (T -543))
-((-2219 (*1 *1) (-5 *1 (-543))) (-2218 (*1 *1) (-5 *1 (-543))) (-2217 (*1 *1) (-5 *1 (-543))) (-2216 (*1 *1) (-5 *1 (-543))) (-2215 (*1 *1) (-5 *1 (-543))) (-2214 (*1 *1) (-5 *1 (-543))) (-2213 (*1 *1) (-5 *1 (-543))) (-2212 (*1 *1) (-5 *1 (-543))) (-2211 (*1 *1) (-5 *1 (-543))) (-2210 (*1 *1) (-5 *1 (-543))) (-2209 (*1 *1) (-5 *1 (-543))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2221 (($) 13 T CONST)) (-2220 (($) 14 T CONST)) (-2227 (($) 11 T CONST)) (-2230 (($) 8 T CONST)) (-2228 (($) 10 T CONST)) (-2229 (($) 9 T CONST)) (-2226 (($) 12 T CONST)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2311 (($ $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)))
-(((-544) (-13 (-1013) (-604) (-10 -8 (-15 -2230 ($) -3953) (-15 -2229 ($) -3953) (-15 -2228 ($) -3953) (-15 -2227 ($) -3953) (-15 -2226 ($) -3953) (-15 -2221 ($) -3953) (-15 -2220 ($) -3953)))) (T -544))
-((-2230 (*1 *1) (-5 *1 (-544))) (-2229 (*1 *1) (-5 *1 (-544))) (-2228 (*1 *1) (-5 *1 (-544))) (-2227 (*1 *1) (-5 *1 (-544))) (-2226 (*1 *1) (-5 *1 (-544))) (-2221 (*1 *1) (-5 *1 (-544))) (-2220 (*1 *1) (-5 *1 (-544))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2225 (($) 13 T CONST)) (-2222 (($) 16 T CONST)) (-2227 (($) 11 T CONST)) (-2230 (($) 8 T CONST)) (-2228 (($) 10 T CONST)) (-2229 (($) 9 T CONST)) (-2224 (($) 14 T CONST)) (-2226 (($) 12 T CONST)) (-2223 (($) 15 T CONST)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2311 (($ $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)))
-(((-545) (-13 (-1013) (-604) (-10 -8 (-15 -2230 ($) -3953) (-15 -2229 ($) -3953) (-15 -2228 ($) -3953) (-15 -2227 ($) -3953) (-15 -2226 ($) -3953) (-15 -2225 ($) -3953) (-15 -2224 ($) -3953) (-15 -2223 ($) -3953) (-15 -2222 ($) -3953)))) (T -545))
-((-2230 (*1 *1) (-5 *1 (-545))) (-2229 (*1 *1) (-5 *1 (-545))) (-2228 (*1 *1) (-5 *1 (-545))) (-2227 (*1 *1) (-5 *1 (-545))) (-2226 (*1 *1) (-5 *1 (-545))) (-2225 (*1 *1) (-5 *1 (-545))) (-2224 (*1 *1) (-5 *1 (-545))) (-2223 (*1 *1) (-5 *1 (-545))) (-2222 (*1 *1) (-5 *1 (-545))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 19 T ELT) (($ (-541)) 12 T ELT) (((-541) $) 11 T ELT) (($ (-101)) NIL T ELT) (((-101) $) 14 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-546) (-13 (-1013) (-430 (-541)) (-430 (-101)))) (T -546))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-1697 (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) 40 T ELT)) (-3600 (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL T ELT) (($) NIL T ELT)) (-2198 (((-1185) $ (-1073) (-1073)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ (-1073) |#1|) 50 (|has| $ (-1035 |#1|)) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ELT)) (-2231 (((-3 |#1| #1="failed") (-1073) $) 53 T ELT)) (-3725 (($) NIL T CONST)) (-1701 (($ $ (-1073)) 25 T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72))) ELT)) (-3406 (((-3 |#1| #1#) (-1073) $) 54 T ELT) (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ELT) (($ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ELT)) (-3407 (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ELT) (($ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72))) ELT)) (-3843 (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT) (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) NIL T ELT) (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72)) ELT)) (-1698 (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) 39 T ELT)) (-1576 ((|#1| $ (-1073) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-1073)) NIL T ELT)) (-2271 (($ $) 55 T ELT)) (-1702 (($ (-338)) 23 T ELT) (($ (-338) (-1073)) 22 T ELT)) (-3543 (((-338) $) 41 T ELT)) (-2200 (((-1073) $) NIL (|has| (-1073) (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3246 (((-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72)) ELT)) (-2201 (((-1073) $) NIL (|has| (-1073) (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2232 (((-583 (-1073)) $) 46 T ELT)) (-2233 (((-85) (-1073) $) NIL T ELT)) (-1699 (((-1073) $) 42 T ELT)) (-1274 (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL T ELT)) (-3610 (($ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL T ELT)) (-2203 (((-583 (-1073)) $) NIL T ELT)) (-2204 (((-85) (-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 ((|#1| $) NIL (|has| (-1073) (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) #1#) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-2199 (($ $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1275 (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) 44 T ELT)) (-3801 ((|#1| $ (-1073) |#1|) NIL T ELT) ((|#1| $ (-1073)) 49 T ELT)) (-1466 (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL T ELT) (($) NIL T ELT)) (-1730 (((-694) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT) (((-694) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72)) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL T ELT)) (-3947 (((-772) $) 21 T ELT)) (-1700 (($ $) 26 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1276 (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3057 (((-85) $ $) 20 T ELT)) (-3958 (((-694) $) 48 T ELT)))
-(((-547 |#1|) (-13 (-314 (-338) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) (-1107 (-1073) |#1|) (-10 -8 (-15 -2271 ($ $)))) (-1013)) (T -547))
-((-2271 (*1 *1 *1) (-12 (-5 *1 (-547 *2)) (-4 *2 (-1013)))))
-((-2232 (((-583 |#2|) $) 19 T ELT)) (-2233 (((-85) |#2| $) 12 T ELT)) (-3801 ((|#3| $ |#2|) 20 T ELT) ((|#3| $ |#2| |#3|) 21 T ELT)))
-(((-548 |#1| |#2| |#3|) (-10 -7 (-15 -2232 ((-583 |#2|) |#1|)) (-15 -2233 ((-85) |#2| |#1|)) (-15 -3801 (|#3| |#1| |#2| |#3|)) (-15 -3801 (|#3| |#1| |#2|))) (-549 |#2| |#3|) (-1013) (-1013)) (T -548))
-NIL
-((-2569 (((-85) $ $) 17 (OR (|has| |#2| (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-2198 (((-1185) $ |#1| |#1|) 80 (|has| $ (-1035 |#2|)) ELT)) (-3789 ((|#2| $ |#1| |#2|) 68 (|has| $ (-1035 |#2|)) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 40 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 48 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-2231 (((-3 |#2| "failed") |#1| $) 57 T ELT)) (-3725 (($) 6 T CONST)) (-1353 (($ $) 50 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) ELT)) (-3406 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 42 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 41 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| "failed") |#1| $) 58 T ELT)) (-3407 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 49 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 47 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-1576 ((|#2| $ |#1| |#2|) 67 (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ |#1|) 69 T ELT)) (-2200 ((|#1| $) 77 (|has| |#1| (-756)) ELT)) (-2201 ((|#1| $) 76 (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 33 T ELT) (($ (-1 |#2| |#2|) $) 61 T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 25 T ELT) (($ (-1 |#2| |#2|) $) 62 T ELT)) (-3243 (((-1073) $) 20 (OR (|has| |#2| (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-2232 (((-583 |#1|) $) 59 T ELT)) (-2233 (((-85) |#1| $) 60 T ELT)) (-1274 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 34 T ELT)) (-3610 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 35 T ELT)) (-2203 (((-583 |#1|) $) 74 T ELT)) (-2204 (((-85) |#1| $) 73 T ELT)) (-3244 (((-1033) $) 19 (OR (|has| |#2| (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-3802 ((|#2| $) 78 (|has| |#1| (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) "failed") (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 46 T ELT)) (-2199 (($ $ |#2|) 79 (|has| $ (-1035 |#2|)) ELT)) (-1275 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 36 T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) 24 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 23 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 22 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 21 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) 66 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) 65 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) 64 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-249 |#2|))) 63 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#2| $) 75 (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) 72 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#2| $ |#1|) 71 T ELT) ((|#2| $ |#1| |#2|) 70 T ELT)) (-1466 (($) 44 T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 43 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 51 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 45 T ELT)) (-3947 (((-772) $) 15 (OR (|has| |#2| (-552 (-772))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772)))) ELT)) (-1265 (((-85) $ $) 18 (OR (|has| |#2| (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 37 T ELT)) (-3057 (((-85) $ $) 16 (OR (|has| |#2| (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)))
-(((-549 |#1| |#2|) (-113) (-1013) (-1013)) (T -549))
-((-2233 (*1 *2 *3 *1) (-12 (-4 *1 (-549 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-5 *2 (-85)))) (-2232 (*1 *2 *1) (-12 (-4 *1 (-549 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-5 *2 (-583 *3)))) (-3406 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-549 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1013)))) (-2231 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-549 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1013)))))
-(-13 (-183 (-2 (|:| -3861 |t#1|) (|:| |entry| |t#2|))) (-538 |t#1| |t#2|) (-1035 |t#2|) (-10 -8 (-15 -2233 ((-85) |t#1| $)) (-15 -2232 ((-583 |t#1|) $)) (-15 -3406 ((-3 |t#2| "failed") |t#1| $)) (-15 -2231 ((-3 |t#2| "failed") |t#1| $))))
-(((-34) . T) ((-76 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-72) OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-1013)) (|has| |#2| (-72))) ((-552 (-772)) OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-1013)) (|has| |#2| (-552 (-772)))) ((-124 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-553 (-473)) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ((-183 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-193 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-241 |#1| |#2|) . T) ((-243 |#1| |#2|) . T) ((-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-429 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-429 |#2|) . T) ((-538 |#1| |#2|) . T) ((-455 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ((-455 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-13) . T) ((-1013) OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ((-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-1035 |#2|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-2234 (((-3 (-1090) "failed") $) 46 T ELT)) (-1313 (((-1185) $ (-694)) 22 T ELT)) (-3420 (((-694) $) 20 T ELT)) (-3596 (((-86) $) 9 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2235 (($ (-86) (-583 |#1|) (-694)) 32 T ELT) (($ (-1090)) 33 T ELT)) (-2634 (((-85) $ (-86)) 15 T ELT) (((-85) $ (-1090)) 13 T ELT)) (-2604 (((-694) $) 17 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3973 (((-800 (-484)) $) 99 (|has| |#1| (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) 106 (|has| |#1| (-553 (-800 (-330)))) ELT) (((-473) $) 92 (|has| |#1| (-553 (-473))) ELT)) (-3947 (((-772) $) 74 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2236 (((-583 |#1|) $) 19 T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 51 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 53 T ELT)))
-(((-550 |#1|) (-13 (-105) (-756) (-794 |#1|) (-10 -8 (-15 -3596 ((-86) $)) (-15 -2236 ((-583 |#1|) $)) (-15 -2604 ((-694) $)) (-15 -2235 ($ (-86) (-583 |#1|) (-694))) (-15 -2235 ($ (-1090))) (-15 -2234 ((-3 (-1090) "failed") $)) (-15 -2634 ((-85) $ (-86))) (-15 -2634 ((-85) $ (-1090))) (IF (|has| |#1| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|))) (-1013)) (T -550))
-((-3596 (*1 *2 *1) (-12 (-5 *2 (-86)) (-5 *1 (-550 *3)) (-4 *3 (-1013)))) (-2236 (*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-550 *3)) (-4 *3 (-1013)))) (-2604 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-550 *3)) (-4 *3 (-1013)))) (-2235 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-86)) (-5 *3 (-583 *5)) (-5 *4 (-694)) (-4 *5 (-1013)) (-5 *1 (-550 *5)))) (-2235 (*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-550 *3)) (-4 *3 (-1013)))) (-2234 (*1 *2 *1) (|partial| -12 (-5 *2 (-1090)) (-5 *1 (-550 *3)) (-4 *3 (-1013)))) (-2634 (*1 *2 *1 *3) (-12 (-5 *3 (-86)) (-5 *2 (-85)) (-5 *1 (-550 *4)) (-4 *4 (-1013)))) (-2634 (*1 *2 *1 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-85)) (-5 *1 (-550 *4)) (-4 *4 (-1013)))))
-((-2237 (((-550 |#2|) |#1|) 17 T ELT)) (-2238 (((-3 |#1| "failed") (-550 |#2|)) 21 T ELT)))
-(((-551 |#1| |#2|) (-10 -7 (-15 -2237 ((-550 |#2|) |#1|)) (-15 -2238 ((-3 |#1| "failed") (-550 |#2|)))) (-1013) (-1013)) (T -551))
-((-2238 (*1 *2 *3) (|partial| -12 (-5 *3 (-550 *4)) (-4 *4 (-1013)) (-4 *2 (-1013)) (-5 *1 (-551 *2 *4)))) (-2237 (*1 *2 *3) (-12 (-5 *2 (-550 *4)) (-5 *1 (-551 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
-((-3947 ((|#1| $) 6 T ELT)))
-(((-552 |#1|) (-113) (-1129)) (T -552))
-((-3947 (*1 *2 *1) (-12 (-4 *1 (-552 *2)) (-4 *2 (-1129)))))
-(-13 (-10 -8 (-15 -3947 (|t#1| $))))
-((-3973 ((|#1| $) 6 T ELT)))
-(((-553 |#1|) (-113) (-1129)) (T -553))
-((-3973 (*1 *2 *1) (-12 (-4 *1 (-553 *2)) (-4 *2 (-1129)))))
-(-13 (-10 -8 (-15 -3973 (|t#1| $))))
-((-2239 (((-3 (-1085 (-350 |#2|)) #1="failed") (-350 |#2|) (-350 |#2|) (-350 |#2|) (-1 (-348 |#2|) |#2|)) 15 T ELT) (((-3 (-1085 (-350 |#2|)) #1#) (-350 |#2|) (-350 |#2|) (-350 |#2|)) 16 T ELT)))
-(((-554 |#1| |#2|) (-10 -7 (-15 -2239 ((-3 (-1085 (-350 |#2|)) #1="failed") (-350 |#2|) (-350 |#2|) (-350 |#2|))) (-15 -2239 ((-3 (-1085 (-350 |#2|)) #1#) (-350 |#2|) (-350 |#2|) (-350 |#2|) (-1 (-348 |#2|) |#2|)))) (-13 (-120) (-27) (-950 (-484)) (-950 (-350 (-484)))) (-1155 |#1|)) (T -554))
-((-2239 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1155 *5)) (-4 *5 (-13 (-120) (-27) (-950 (-484)) (-950 (-350 (-484))))) (-5 *2 (-1085 (-350 *6))) (-5 *1 (-554 *5 *6)) (-5 *3 (-350 *6)))) (-2239 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-120) (-27) (-950 (-484)) (-950 (-350 (-484))))) (-4 *5 (-1155 *4)) (-5 *2 (-1085 (-350 *5))) (-5 *1 (-554 *4 *5)) (-5 *3 (-350 *5)))))
-((-3947 (($ |#1|) 6 T ELT)))
-(((-555 |#1|) (-113) (-1129)) (T -555))
-((-3947 (*1 *1 *2) (-12 (-4 *1 (-555 *2)) (-4 *2 (-1129)))))
-(-13 (-10 -8 (-15 -3947 ($ |t#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) NIL T ELT)) (-2240 (($) 11 T CONST)) (-2856 (($) 13 T CONST)) (-3137 (((-694)) 36 T ELT)) (-2995 (($) NIL T ELT)) (-2562 (($ $ $) 25 T ELT)) (-2561 (($ $) 23 T ELT)) (-2010 (((-830) $) 43 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) 42 T ELT)) (-2854 (($ $ $) 26 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2855 (($) 9 T CONST)) (-2853 (($ $ $) 27 T ELT)) (-3947 (((-772) $) 34 T ELT)) (-3567 (((-85) $ (|[\|\|]| -2855)) 20 T ELT) (((-85) $ (|[\|\|]| -2240)) 22 T ELT) (((-85) $ (|[\|\|]| -2856)) 18 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2563 (($ $ $) 24 T ELT)) (-2311 (($ $ $) NIL T ELT)) (-3057 (((-85) $ $) 16 T ELT)) (-2312 (($ $ $) NIL T ELT)))
-(((-556) (-13 (-880) (-320) (-10 -8 (-15 -2240 ($) -3953) (-15 -3567 ((-85) $ (|[\|\|]| -2855))) (-15 -3567 ((-85) $ (|[\|\|]| -2240))) (-15 -3567 ((-85) $ (|[\|\|]| -2856)))))) (T -556))
-((-2240 (*1 *1) (-5 *1 (-556))) (-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2855)) (-5 *2 (-85)) (-5 *1 (-556)))) (-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2240)) (-5 *2 (-85)) (-5 *1 (-556)))) (-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2856)) (-5 *2 (-85)) (-5 *1 (-556)))))
-((-3973 (($ |#1|) 6 T ELT)))
-(((-557 |#1|) (-113) (-1129)) (T -557))
-((-3973 (*1 *1 *2) (-12 (-4 *1 (-557 *2)) (-4 *2 (-1129)))))
-(-13 (-10 -8 (-15 -3973 ($ |t#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| |#1| (-755)) ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3187 (((-85) $) NIL (|has| |#1| (-755)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2999 ((|#1| $) 13 T ELT)) (-3188 (((-85) $) NIL (|has| |#1| (-755)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-755)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-755)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2998 ((|#3| $) 15 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#2|) NIL T ELT)) (-3127 (((-694)) 20 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 (($ $) NIL (|has| |#1| (-755)) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) 12 T CONST)) (-2567 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-3950 (($ $ |#3|) NIL T ELT) (($ |#1| |#3|) 11 T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 17 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
-(((-558 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-755)) (-6 (-755)) |%noBranch|) (-15 -3950 ($ $ |#3|)) (-15 -3950 ($ |#1| |#3|)) (-15 -2999 (|#1| $)) (-15 -2998 (|#3| $)))) (-38 |#2|) (-146) (|SubsetCategory| (-663) |#2|)) (T -558))
-((-3950 (*1 *1 *1 *2) (-12 (-4 *4 (-146)) (-5 *1 (-558 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-663) *4)))) (-3950 (*1 *1 *2 *3) (-12 (-4 *4 (-146)) (-5 *1 (-558 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-663) *4)))) (-2999 (*1 *2 *1) (-12 (-4 *3 (-146)) (-4 *2 (-38 *3)) (-5 *1 (-558 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-663) *3)))) (-2998 (*1 *2 *1) (-12 (-4 *4 (-146)) (-4 *2 (|SubsetCategory| (-663) *4)) (-5 *1 (-558 *3 *4 *2)) (-4 *3 (-38 *4)))))
-((-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#2|) 10 T ELT)))
-(((-559 |#1| |#2|) (-10 -7 (-15 -3947 (|#1| |#2|)) (-15 -3947 (|#1| (-484))) (-15 -3947 ((-772) |#1|))) (-560 |#2|) (-961)) (T -559))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 49 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ |#1| $) 50 T ELT)))
-(((-560 |#1|) (-113) (-961)) (T -560))
-((-3947 (*1 *1 *2) (-12 (-4 *1 (-560 *2)) (-4 *2 (-961)))))
-(-13 (-961) (-590 |t#1|) (-10 -8 (-15 -3947 ($ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-663) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2241 ((|#2| |#2| (-1090) (-1090)) 16 T ELT)))
-(((-561 |#1| |#2|) (-10 -7 (-15 -2241 (|#2| |#2| (-1090) (-1090)))) (-13 (-258) (-120) (-950 (-484)) (-580 (-484))) (-13 (-1115) (-871) (-29 |#1|))) (T -561))
-((-2241 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *1 (-561 *4 *2)) (-4 *2 (-13 (-1115) (-871) (-29 *4))))))
-((-2569 (((-85) $ $) 64 T ELT)) (-3189 (((-85) $) 58 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-2242 ((|#1| $) 55 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3752 (((-2 (|:| -1765 $) (|:| -1764 (-350 |#2|))) (-350 |#2|)) 111 (|has| |#1| (-312)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 99 T ELT) (((-3 |#2| #1#) $) 95 T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) NIL T ELT) ((|#2| $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) 27 T ELT)) (-3468 (((-3 $ #1#) $) 88 T ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3773 (((-484) $) 22 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) 40 T ELT)) (-2894 (($ |#1| (-484)) 24 T ELT)) (-3175 ((|#1| $) 57 T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) 101 (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 116 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3467 (((-3 $ #1#) $ $) 93 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-694) $) 115 (|has| |#1| (-312)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 114 (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|)) 75 T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-694)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1090)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#2| (-811 (-1090))) ELT)) (-3949 (((-484) $) 38 T ELT)) (-3973 (((-350 |#2|) $) 47 T ELT)) (-3947 (((-772) $) 69 T ELT) (($ (-484)) 35 T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (($ |#1|) 34 T ELT) (($ |#2|) 25 T ELT)) (-3678 ((|#1| $ (-484)) 72 T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 32 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 9 T CONST)) (-2667 (($) 14 T CONST)) (-2670 (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-694)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1090)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#2| (-811 (-1090))) ELT)) (-3057 (((-85) $ $) 21 T ELT)) (-3838 (($ $) 51 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 90 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 29 T ELT) (($ $ $) 49 T ELT)))
-(((-562 |#1| |#2|) (-13 (-184 |#2|) (-495) (-553 (-350 |#2|)) (-355 |#1|) (-950 |#2|) (-10 -8 (-15 -3938 ((-85) $)) (-15 -3949 ((-484) $)) (-15 -3773 ((-484) $)) (-15 -3960 ($ $)) (-15 -3175 (|#1| $)) (-15 -2242 (|#1| $)) (-15 -3678 (|#1| $ (-484))) (-15 -2894 ($ |#1| (-484))) (IF (|has| |#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |#1| (-312)) (PROGN (-6 (-258)) (-15 -3752 ((-2 (|:| -1765 $) (|:| -1764 (-350 |#2|))) (-350 |#2|)))) |%noBranch|))) (-495) (-1155 |#1|)) (T -562))
-((-3938 (*1 *2 *1) (-12 (-4 *3 (-495)) (-5 *2 (-85)) (-5 *1 (-562 *3 *4)) (-4 *4 (-1155 *3)))) (-3949 (*1 *2 *1) (-12 (-4 *3 (-495)) (-5 *2 (-484)) (-5 *1 (-562 *3 *4)) (-4 *4 (-1155 *3)))) (-3773 (*1 *2 *1) (-12 (-4 *3 (-495)) (-5 *2 (-484)) (-5 *1 (-562 *3 *4)) (-4 *4 (-1155 *3)))) (-3960 (*1 *1 *1) (-12 (-4 *2 (-495)) (-5 *1 (-562 *2 *3)) (-4 *3 (-1155 *2)))) (-3175 (*1 *2 *1) (-12 (-4 *2 (-495)) (-5 *1 (-562 *2 *3)) (-4 *3 (-1155 *2)))) (-2242 (*1 *2 *1) (-12 (-4 *2 (-495)) (-5 *1 (-562 *2 *3)) (-4 *3 (-1155 *2)))) (-3678 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *2 (-495)) (-5 *1 (-562 *2 *4)) (-4 *4 (-1155 *2)))) (-2894 (*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-4 *2 (-495)) (-5 *1 (-562 *2 *4)) (-4 *4 (-1155 *2)))) (-3752 (*1 *2 *3) (-12 (-4 *4 (-312)) (-4 *4 (-495)) (-4 *5 (-1155 *4)) (-5 *2 (-2 (|:| -1765 (-562 *4 *5)) (|:| -1764 (-350 *5)))) (-5 *1 (-562 *4 *5)) (-5 *3 (-350 *5)))))
-((-3683 (((-583 |#6|) (-583 |#4|) (-85)) 54 T ELT)) (-2243 ((|#6| |#6|) 48 T ELT)))
-(((-563 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2243 (|#6| |#6|)) (-15 -3683 ((-583 |#6|) (-583 |#4|) (-85)))) (-392) (-717) (-756) (-977 |#1| |#2| |#3|) (-983 |#1| |#2| |#3| |#4|) (-1020 |#1| |#2| |#3| |#4|)) (T -563))
-((-3683 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 *10)) (-5 *1 (-563 *5 *6 *7 *8 *9 *10)) (-4 *9 (-983 *5 *6 *7 *8)) (-4 *10 (-1020 *5 *6 *7 *8)))) (-2243 (*1 *2 *2) (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *1 (-563 *3 *4 *5 *6 *7 *2)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *2 (-1020 *3 *4 *5 *6)))))
-((-2244 (((-85) |#3| (-694) (-583 |#3|)) 30 T ELT)) (-2245 (((-3 (-2 (|:| |polfac| (-583 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-583 (-1085 |#3|)))) "failed") |#3| (-583 (-1085 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1782 (-583 (-2 (|:| |irr| |#4|) (|:| -2395 (-484)))))) (-583 |#3|) (-583 |#1|) (-583 |#3|)) 68 T ELT)))
-(((-564 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2244 ((-85) |#3| (-694) (-583 |#3|))) (-15 -2245 ((-3 (-2 (|:| |polfac| (-583 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-583 (-1085 |#3|)))) "failed") |#3| (-583 (-1085 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1782 (-583 (-2 (|:| |irr| |#4|) (|:| -2395 (-484)))))) (-583 |#3|) (-583 |#1|) (-583 |#3|)))) (-756) (-717) (-258) (-861 |#3| |#2| |#1|)) (T -564))
-((-2245 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -1782 (-583 (-2 (|:| |irr| *10) (|:| -2395 (-484))))))) (-5 *6 (-583 *3)) (-5 *7 (-583 *8)) (-4 *8 (-756)) (-4 *3 (-258)) (-4 *10 (-861 *3 *9 *8)) (-4 *9 (-717)) (-5 *2 (-2 (|:| |polfac| (-583 *10)) (|:| |correct| *3) (|:| |corrfact| (-583 (-1085 *3))))) (-5 *1 (-564 *8 *9 *3 *10)) (-5 *4 (-583 (-1085 *3))))) (-2244 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-694)) (-5 *5 (-583 *3)) (-4 *3 (-258)) (-4 *6 (-756)) (-4 *7 (-717)) (-5 *2 (-85)) (-5 *1 (-564 *6 *7 *3 *8)) (-4 *8 (-861 *3 *7 *6)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3529 (((-1049) $) 12 T ELT)) (-3530 (((-1049) $) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 18 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-565) (-13 (-995) (-10 -8 (-15 -3530 ((-1049) $)) (-15 -3529 ((-1049) $))))) (T -565))
-((-3530 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-565)))) (-3529 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-565)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3935 (((-583 |#1|) $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ "failed") $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3937 (($ $) 77 T ELT)) (-3943 (((-606 |#1| |#2|) $) 60 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 81 T ELT)) (-2246 (((-583 (-249 |#2|)) $ $) 42 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3944 (($ (-606 |#1| |#2|)) 56 T ELT)) (-3010 (($ $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-3947 (((-772) $) 66 T ELT) (((-1195 |#1| |#2|) $) NIL T ELT) (((-1200 |#1| |#2|) $) 74 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2667 (($) 61 T CONST)) (-2247 (((-583 (-2 (|:| |k| (-614 |#1|)) (|:| |c| |#2|))) $) 41 T ELT)) (-2248 (((-583 (-606 |#1| |#2|)) (-583 |#1|)) 73 T ELT)) (-2666 (((-583 (-2 (|:| |k| (-803 |#1|)) (|:| |c| |#2|))) $) 46 T ELT)) (-3057 (((-85) $ $) 62 T ELT)) (-3950 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ $ $) 52 T ELT)))
-(((-566 |#1| |#2| |#3|) (-13 (-413) (-10 -8 (-15 -3944 ($ (-606 |#1| |#2|))) (-15 -3943 ((-606 |#1| |#2|) $)) (-15 -2666 ((-583 (-2 (|:| |k| (-803 |#1|)) (|:| |c| |#2|))) $)) (-15 -3947 ((-1195 |#1| |#2|) $)) (-15 -3947 ((-1200 |#1| |#2|) $)) (-15 -3937 ($ $)) (-15 -3935 ((-583 |#1|) $)) (-15 -2248 ((-583 (-606 |#1| |#2|)) (-583 |#1|))) (-15 -2247 ((-583 (-2 (|:| |k| (-614 |#1|)) (|:| |c| |#2|))) $)) (-15 -2246 ((-583 (-249 |#2|)) $ $)))) (-756) (-13 (-146) (-654 (-350 (-484)))) (-830)) (T -566))
-((-3944 (*1 *1 *2) (-12 (-5 *2 (-606 *3 *4)) (-4 *3 (-756)) (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-5 *1 (-566 *3 *4 *5)) (-14 *5 (-830)))) (-3943 (*1 *2 *1) (-12 (-5 *2 (-606 *3 *4)) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756)) (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830)))) (-2666 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| |k| (-803 *3)) (|:| |c| *4)))) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756)) (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-1195 *3 *4)) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756)) (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-1200 *3 *4)) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756)) (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830)))) (-3937 (*1 *1 *1) (-12 (-5 *1 (-566 *2 *3 *4)) (-4 *2 (-756)) (-4 *3 (-13 (-146) (-654 (-350 (-484))))) (-14 *4 (-830)))) (-3935 (*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756)) (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830)))) (-2248 (*1 *2 *3) (-12 (-5 *3 (-583 *4)) (-4 *4 (-756)) (-5 *2 (-583 (-606 *4 *5))) (-5 *1 (-566 *4 *5 *6)) (-4 *5 (-13 (-146) (-654 (-350 (-484))))) (-14 *6 (-830)))) (-2247 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| |k| (-614 *3)) (|:| |c| *4)))) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756)) (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830)))) (-2246 (*1 *2 *1 *1) (-12 (-5 *2 (-583 (-249 *4))) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756)) (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830)))))
-((-3683 (((-583 (-1060 |#1| (-469 (-773 |#2|)) (-773 |#2|) (-703 |#1| (-773 |#2|)))) (-583 (-703 |#1| (-773 |#2|))) (-85)) 103 T ELT) (((-583 (-958 |#1| |#2|)) (-583 (-703 |#1| (-773 |#2|))) (-85)) 77 T ELT)) (-2249 (((-85) (-583 (-703 |#1| (-773 |#2|)))) 26 T ELT)) (-2253 (((-583 (-1060 |#1| (-469 (-773 |#2|)) (-773 |#2|) (-703 |#1| (-773 |#2|)))) (-583 (-703 |#1| (-773 |#2|))) (-85)) 102 T ELT)) (-2252 (((-583 (-958 |#1| |#2|)) (-583 (-703 |#1| (-773 |#2|))) (-85)) 76 T ELT)) (-2251 (((-583 (-703 |#1| (-773 |#2|))) (-583 (-703 |#1| (-773 |#2|)))) 30 T ELT)) (-2250 (((-3 (-583 (-703 |#1| (-773 |#2|))) "failed") (-583 (-703 |#1| (-773 |#2|)))) 29 T ELT)))
-(((-567 |#1| |#2|) (-10 -7 (-15 -2249 ((-85) (-583 (-703 |#1| (-773 |#2|))))) (-15 -2250 ((-3 (-583 (-703 |#1| (-773 |#2|))) "failed") (-583 (-703 |#1| (-773 |#2|))))) (-15 -2251 ((-583 (-703 |#1| (-773 |#2|))) (-583 (-703 |#1| (-773 |#2|))))) (-15 -2252 ((-583 (-958 |#1| |#2|)) (-583 (-703 |#1| (-773 |#2|))) (-85))) (-15 -2253 ((-583 (-1060 |#1| (-469 (-773 |#2|)) (-773 |#2|) (-703 |#1| (-773 |#2|)))) (-583 (-703 |#1| (-773 |#2|))) (-85))) (-15 -3683 ((-583 (-958 |#1| |#2|)) (-583 (-703 |#1| (-773 |#2|))) (-85))) (-15 -3683 ((-583 (-1060 |#1| (-469 (-773 |#2|)) (-773 |#2|) (-703 |#1| (-773 |#2|)))) (-583 (-703 |#1| (-773 |#2|))) (-85)))) (-392) (-583 (-1090))) (T -567))
-((-3683 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-703 *5 (-773 *6)))) (-5 *4 (-85)) (-4 *5 (-392)) (-14 *6 (-583 (-1090))) (-5 *2 (-583 (-1060 *5 (-469 (-773 *6)) (-773 *6) (-703 *5 (-773 *6))))) (-5 *1 (-567 *5 *6)))) (-3683 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-703 *5 (-773 *6)))) (-5 *4 (-85)) (-4 *5 (-392)) (-14 *6 (-583 (-1090))) (-5 *2 (-583 (-958 *5 *6))) (-5 *1 (-567 *5 *6)))) (-2253 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-703 *5 (-773 *6)))) (-5 *4 (-85)) (-4 *5 (-392)) (-14 *6 (-583 (-1090))) (-5 *2 (-583 (-1060 *5 (-469 (-773 *6)) (-773 *6) (-703 *5 (-773 *6))))) (-5 *1 (-567 *5 *6)))) (-2252 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-703 *5 (-773 *6)))) (-5 *4 (-85)) (-4 *5 (-392)) (-14 *6 (-583 (-1090))) (-5 *2 (-583 (-958 *5 *6))) (-5 *1 (-567 *5 *6)))) (-2251 (*1 *2 *2) (-12 (-5 *2 (-583 (-703 *3 (-773 *4)))) (-4 *3 (-392)) (-14 *4 (-583 (-1090))) (-5 *1 (-567 *3 *4)))) (-2250 (*1 *2 *2) (|partial| -12 (-5 *2 (-583 (-703 *3 (-773 *4)))) (-4 *3 (-392)) (-14 *4 (-583 (-1090))) (-5 *1 (-567 *3 *4)))) (-2249 (*1 *2 *3) (-12 (-5 *3 (-583 (-703 *4 (-773 *5)))) (-4 *4 (-392)) (-14 *5 (-583 (-1090))) (-5 *2 (-85)) (-5 *1 (-567 *4 *5)))))
-((-3596 (((-86) (-86)) 88 T ELT)) (-2257 ((|#2| |#2|) 28 T ELT)) (-2833 ((|#2| |#2| (-1004 |#2|)) 84 T ELT) ((|#2| |#2| (-1090)) 50 T ELT)) (-2255 ((|#2| |#2|) 27 T ELT)) (-2256 ((|#2| |#2|) 29 T ELT)) (-2254 (((-85) (-86)) 33 T ELT)) (-2259 ((|#2| |#2|) 24 T ELT)) (-2260 ((|#2| |#2|) 26 T ELT)) (-2258 ((|#2| |#2|) 25 T ELT)))
-(((-568 |#1| |#2|) (-10 -7 (-15 -2254 ((-85) (-86))) (-15 -3596 ((-86) (-86))) (-15 -2260 (|#2| |#2|)) (-15 -2259 (|#2| |#2|)) (-15 -2258 (|#2| |#2|)) (-15 -2257 (|#2| |#2|)) (-15 -2255 (|#2| |#2|)) (-15 -2256 (|#2| |#2|)) (-15 -2833 (|#2| |#2| (-1090))) (-15 -2833 (|#2| |#2| (-1004 |#2|)))) (-495) (-13 (-364 |#1|) (-915) (-1115))) (T -568))
-((-2833 (*1 *2 *2 *3) (-12 (-5 *3 (-1004 *2)) (-4 *2 (-13 (-364 *4) (-915) (-1115))) (-4 *4 (-495)) (-5 *1 (-568 *4 *2)))) (-2833 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *1 (-568 *4 *2)) (-4 *2 (-13 (-364 *4) (-915) (-1115))))) (-2256 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2)) (-4 *2 (-13 (-364 *3) (-915) (-1115))))) (-2255 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2)) (-4 *2 (-13 (-364 *3) (-915) (-1115))))) (-2257 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2)) (-4 *2 (-13 (-364 *3) (-915) (-1115))))) (-2258 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2)) (-4 *2 (-13 (-364 *3) (-915) (-1115))))) (-2259 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2)) (-4 *2 (-13 (-364 *3) (-915) (-1115))))) (-2260 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2)) (-4 *2 (-13 (-364 *3) (-915) (-1115))))) (-3596 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *3 (-495)) (-5 *1 (-568 *3 *4)) (-4 *4 (-13 (-364 *3) (-915) (-1115))))) (-2254 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-568 *4 *5)) (-4 *5 (-13 (-364 *4) (-915) (-1115))))))
-((-3493 (($ $) 38 T ELT)) (-3640 (($ $) 21 T ELT)) (-3491 (($ $) 37 T ELT)) (-3639 (($ $) 22 T ELT)) (-3495 (($ $) 36 T ELT)) (-3638 (($ $) 23 T ELT)) (-3628 (($) 48 T ELT)) (-3943 (($ $) 45 T ELT)) (-2257 (($ $) 17 T ELT)) (-2833 (($ $ (-1004 $)) 7 T ELT) (($ $ (-1090)) 6 T ELT)) (-3944 (($ $) 46 T ELT)) (-2255 (($ $) 15 T ELT)) (-2256 (($ $) 16 T ELT)) (-3496 (($ $) 35 T ELT)) (-3637 (($ $) 24 T ELT)) (-3494 (($ $) 34 T ELT)) (-3636 (($ $) 25 T ELT)) (-3492 (($ $) 33 T ELT)) (-3635 (($ $) 26 T ELT)) (-3499 (($ $) 44 T ELT)) (-3487 (($ $) 32 T ELT)) (-3497 (($ $) 43 T ELT)) (-3485 (($ $) 31 T ELT)) (-3501 (($ $) 42 T ELT)) (-3489 (($ $) 30 T ELT)) (-3502 (($ $) 41 T ELT)) (-3490 (($ $) 29 T ELT)) (-3500 (($ $) 40 T ELT)) (-3488 (($ $) 28 T ELT)) (-3498 (($ $) 39 T ELT)) (-3486 (($ $) 27 T ELT)) (-2259 (($ $) 19 T ELT)) (-2260 (($ $) 20 T ELT)) (-2258 (($ $) 18 T ELT)) (** (($ $ $) 47 T ELT)))
-(((-569) (-113)) (T -569))
-((-2260 (*1 *1 *1) (-4 *1 (-569))) (-2259 (*1 *1 *1) (-4 *1 (-569))) (-2258 (*1 *1 *1) (-4 *1 (-569))) (-2257 (*1 *1 *1) (-4 *1 (-569))) (-2256 (*1 *1 *1) (-4 *1 (-569))) (-2255 (*1 *1 *1) (-4 *1 (-569))))
-(-13 (-871) (-1115) (-10 -8 (-15 -2260 ($ $)) (-15 -2259 ($ $)) (-15 -2258 ($ $)) (-15 -2257 ($ $)) (-15 -2256 ($ $)) (-15 -2255 ($ $))))
-(((-35) . T) ((-66) . T) ((-239) . T) ((-433) . T) ((-871) . T) ((-1115) . T) ((-1118) . T))
-((-2270 (((-421 |#1| |#2|) (-206 |#1| |#2|)) 65 T ELT)) (-2263 (((-583 (-206 |#1| |#2|)) (-583 (-421 |#1| |#2|))) 90 T ELT)) (-2264 (((-421 |#1| |#2|) (-583 (-421 |#1| |#2|)) (-773 |#1|)) 92 T ELT) (((-421 |#1| |#2|) (-583 (-421 |#1| |#2|)) (-583 (-421 |#1| |#2|)) (-773 |#1|)) 91 T ELT)) (-2261 (((-2 (|:| |gblist| (-583 (-206 |#1| |#2|))) (|:| |gvlist| (-583 (-484)))) (-583 (-421 |#1| |#2|))) 136 T ELT)) (-2268 (((-583 (-421 |#1| |#2|)) (-773 |#1|) (-583 (-421 |#1| |#2|)) (-583 (-421 |#1| |#2|))) 105 T ELT)) (-2262 (((-2 (|:| |glbase| (-583 (-206 |#1| |#2|))) (|:| |glval| (-583 (-484)))) (-583 (-206 |#1| |#2|))) 147 T ELT)) (-2266 (((-1179 |#2|) (-421 |#1| |#2|) (-583 (-421 |#1| |#2|))) 70 T ELT)) (-2265 (((-583 (-421 |#1| |#2|)) (-583 (-421 |#1| |#2|))) 47 T ELT)) (-2269 (((-206 |#1| |#2|) (-206 |#1| |#2|) (-583 (-206 |#1| |#2|))) 61 T ELT)) (-2267 (((-206 |#1| |#2|) (-583 |#2|) (-206 |#1| |#2|) (-583 (-206 |#1| |#2|))) 113 T ELT)))
-(((-570 |#1| |#2|) (-10 -7 (-15 -2261 ((-2 (|:| |gblist| (-583 (-206 |#1| |#2|))) (|:| |gvlist| (-583 (-484)))) (-583 (-421 |#1| |#2|)))) (-15 -2262 ((-2 (|:| |glbase| (-583 (-206 |#1| |#2|))) (|:| |glval| (-583 (-484)))) (-583 (-206 |#1| |#2|)))) (-15 -2263 ((-583 (-206 |#1| |#2|)) (-583 (-421 |#1| |#2|)))) (-15 -2264 ((-421 |#1| |#2|) (-583 (-421 |#1| |#2|)) (-583 (-421 |#1| |#2|)) (-773 |#1|))) (-15 -2264 ((-421 |#1| |#2|) (-583 (-421 |#1| |#2|)) (-773 |#1|))) (-15 -2265 ((-583 (-421 |#1| |#2|)) (-583 (-421 |#1| |#2|)))) (-15 -2266 ((-1179 |#2|) (-421 |#1| |#2|) (-583 (-421 |#1| |#2|)))) (-15 -2267 ((-206 |#1| |#2|) (-583 |#2|) (-206 |#1| |#2|) (-583 (-206 |#1| |#2|)))) (-15 -2268 ((-583 (-421 |#1| |#2|)) (-773 |#1|) (-583 (-421 |#1| |#2|)) (-583 (-421 |#1| |#2|)))) (-15 -2269 ((-206 |#1| |#2|) (-206 |#1| |#2|) (-583 (-206 |#1| |#2|)))) (-15 -2270 ((-421 |#1| |#2|) (-206 |#1| |#2|)))) (-583 (-1090)) (-392)) (T -570))
-((-2270 (*1 *2 *3) (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-392)) (-5 *2 (-421 *4 *5)) (-5 *1 (-570 *4 *5)))) (-2269 (*1 *2 *2 *3) (-12 (-5 *3 (-583 (-206 *4 *5))) (-5 *2 (-206 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-392)) (-5 *1 (-570 *4 *5)))) (-2268 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-583 (-421 *4 *5))) (-5 *3 (-773 *4)) (-14 *4 (-583 (-1090))) (-4 *5 (-392)) (-5 *1 (-570 *4 *5)))) (-2267 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-583 *6)) (-5 *4 (-583 (-206 *5 *6))) (-4 *6 (-392)) (-5 *2 (-206 *5 *6)) (-14 *5 (-583 (-1090))) (-5 *1 (-570 *5 *6)))) (-2266 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-421 *5 *6))) (-5 *3 (-421 *5 *6)) (-14 *5 (-583 (-1090))) (-4 *6 (-392)) (-5 *2 (-1179 *6)) (-5 *1 (-570 *5 *6)))) (-2265 (*1 *2 *2) (-12 (-5 *2 (-583 (-421 *3 *4))) (-14 *3 (-583 (-1090))) (-4 *4 (-392)) (-5 *1 (-570 *3 *4)))) (-2264 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-421 *5 *6))) (-5 *4 (-773 *5)) (-14 *5 (-583 (-1090))) (-5 *2 (-421 *5 *6)) (-5 *1 (-570 *5 *6)) (-4 *6 (-392)))) (-2264 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-583 (-421 *5 *6))) (-5 *4 (-773 *5)) (-14 *5 (-583 (-1090))) (-5 *2 (-421 *5 *6)) (-5 *1 (-570 *5 *6)) (-4 *6 (-392)))) (-2263 (*1 *2 *3) (-12 (-5 *3 (-583 (-421 *4 *5))) (-14 *4 (-583 (-1090))) (-4 *5 (-392)) (-5 *2 (-583 (-206 *4 *5))) (-5 *1 (-570 *4 *5)))) (-2262 (*1 *2 *3) (-12 (-14 *4 (-583 (-1090))) (-4 *5 (-392)) (-5 *2 (-2 (|:| |glbase| (-583 (-206 *4 *5))) (|:| |glval| (-583 (-484))))) (-5 *1 (-570 *4 *5)) (-5 *3 (-583 (-206 *4 *5))))) (-2261 (*1 *2 *3) (-12 (-5 *3 (-583 (-421 *4 *5))) (-14 *4 (-583 (-1090))) (-4 *5 (-392)) (-5 *2 (-2 (|:| |gblist| (-583 (-206 *4 *5))) (|:| |gvlist| (-583 (-484))))) (-5 *1 (-570 *4 *5)))))
-((-2569 (((-85) $ $) NIL (OR (|has| (-51) (-72)) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-72))) ELT)) (-3600 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) NIL T ELT)) (-2198 (((-1185) $ (-1073) (-1073)) NIL (|has| $ (-1035 (-51))) ELT)) (-3789 (((-51) $ (-1073) (-51)) NIL (|has| $ (-1035 (-51))) ELT) (((-51) $ (-1090) (-51)) 16 T ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) ELT)) (-2231 (((-3 (-51) #1="failed") (-1073) $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-72))) ELT)) (-3406 (($ (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) ELT) (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) ELT) (((-3 (-51) #1#) (-1073) $) NIL T ELT)) (-3407 (($ (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) ELT)) (-3843 (((-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $ (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-72)) ELT) (((-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $ (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) NIL T ELT) (((-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL T ELT)) (-1576 (((-51) $ (-1073) (-51)) NIL (|has| $ (-1035 (-51))) ELT)) (-3113 (((-51) $ (-1073)) NIL T ELT)) (-2271 (($ $) NIL T ELT)) (-2200 (((-1073) $) NIL (|has| (-1073) (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL T ELT)) (-3246 (((-85) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) $) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-72)) ELT)) (-2201 (((-1073) $) NIL (|has| (-1073) (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51)) $) NIL T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51)) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51) (-51)) $ $) NIL T ELT)) (-2272 (($ (-338)) 8 T ELT)) (-3243 (((-1073) $) NIL (OR (|has| (-51) (-1013)) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1013))) ELT)) (-2232 (((-583 (-1073)) $) NIL T ELT)) (-2233 (((-85) (-1073) $) NIL T ELT)) (-1274 (((-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) $) NIL T ELT)) (-3610 (($ (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) $) NIL T ELT)) (-2203 (((-583 (-1073)) $) NIL T ELT)) (-2204 (((-85) (-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL (OR (|has| (-51) (-1013)) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1013))) ELT)) (-3802 (((-51) $) NIL (|has| (-1073) (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) #1#) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL T ELT)) (-2199 (($ $ (-51)) NIL (|has| $ (-1035 (-51))) ELT)) (-1275 (((-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1013))) ELT) (($ $ (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1013))) ELT) (($ $ (-583 (-51)) (-583 (-51))) NIL (-12 (|has| (-51) (-260 (-51))) (|has| (-51) (-1013))) ELT) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-260 (-51))) (|has| (-51) (-1013))) ELT) (($ $ (-249 (-51))) NIL (-12 (|has| (-51) (-260 (-51))) (|has| (-51) (-1013))) ELT) (($ $ (-583 (-249 (-51)))) NIL (-12 (|has| (-51) (-260 (-51))) (|has| (-51) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1013))) ELT) (($ $ (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) (-51) $) NIL (-12 (|has| $ (-318 (-51))) (|has| (-51) (-72))) ELT)) (-2205 (((-583 (-51)) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 (((-51) $ (-1073)) NIL T ELT) (((-51) $ (-1073) (-51)) NIL T ELT) (((-51) $ (-1090)) 14 T ELT)) (-1466 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) NIL T ELT)) (-1730 (((-694) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) $) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) NIL T ELT)) (-3947 (((-772) $) NIL (OR (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-552 (-772))) (|has| (-51) (-552 (-772)))) ELT)) (-1265 (((-85) $ $) NIL (OR (|has| (-51) (-72)) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))))) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| (-51)))) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (OR (|has| (-51) (-72)) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| (-51))) (-72))) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-571) (-13 (-1107 (-1073) (-51)) (-241 (-1090) (-51)) (-10 -8 (-15 -2272 ($ (-338))) (-15 -2271 ($ $)) (-15 -3789 ((-51) $ (-1090) (-51)))))) (T -571))
-((-2272 (*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-571)))) (-2271 (*1 *1 *1) (-5 *1 (-571))) (-3789 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1090)) (-5 *1 (-571)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1775 (((-3 $ #1="failed")) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1312 (((-3 $ #1#) $ $) NIL T ELT)) (-3224 (((-1179 (-630 |#1|))) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1179 (-630 |#1|)) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1729 (((-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-1909 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1703 (((-3 $ #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1791 (((-630 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-630 |#1|) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1727 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1789 (((-630 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-630 |#1|) $ (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2404 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1903 (((-1085 (-857 |#1|))) NIL (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-312))) ELT)) (-2407 (($ $ (-830)) NIL T ELT)) (-1725 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1705 (((-1085 |#1|) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1793 ((|#1|) NIL (|has| |#2| (-361 |#1|)) ELT) ((|#1| (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1723 (((-1085 |#1|) $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1717 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1795 (($ (-1179 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (($ (-1179 |#1|) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3468 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-3109 (((-830)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1714 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2434 (($ $ (-830)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-1710 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1708 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1712 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1704 (((-3 $ #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1792 (((-630 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-630 |#1|) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1728 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1790 (((-630 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-630 |#1|) $ (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2405 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1907 (((-1085 (-857 |#1|))) NIL (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-312))) ELT)) (-2406 (($ $ (-830)) NIL T ELT)) (-1726 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1706 (((-1085 |#1|) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-1794 ((|#1|) NIL (|has| |#2| (-361 |#1|)) ELT) ((|#1| (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1724 (((-1085 |#1|) $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1718 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1709 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1711 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1713 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1716 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3801 ((|#1| $ (-484)) NIL (|has| |#2| (-361 |#1|)) ELT)) (-3225 (((-630 |#1|) (-1179 $)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1179 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-630 |#1|) (-1179 $) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT) (((-1179 |#1|) $ (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3973 (($ (-1179 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1179 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT)) (-1895 (((-583 (-857 |#1|))) NIL (|has| |#2| (-361 |#1|)) ELT) (((-583 (-857 |#1|)) (-1179 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2436 (($ $ $) NIL T ELT)) (-1722 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3947 (((-772) $) NIL T ELT) ((|#2| $) 11 T ELT) (($ |#2|) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL (|has| |#2| (-361 |#1|)) ELT)) (-1707 (((-583 (-1179 |#1|))) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-495))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-495)))) ELT)) (-2437 (($ $ $ $) NIL T ELT)) (-1720 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2546 (($ (-630 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT)) (-2435 (($ $ $) NIL T ELT)) (-1721 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1719 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1715 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2661 (($) 18 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) 19 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 10 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-572 |#1| |#2|) (-13 (-683 |#1|) (-552 |#2|) (-10 -8 (-15 -3947 ($ |#2|)) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|) (IF (|has| |#2| (-316 |#1|)) (-6 (-316 |#1|)) |%noBranch|))) (-146) (-683 |#1|)) (T -572))
-((-3947 (*1 *1 *2) (-12 (-4 *3 (-146)) (-5 *1 (-572 *3 *2)) (-4 *2 (-683 *3)))))
-((-3950 (($ $ |#2|) 10 T ELT)))
-(((-573 |#1| |#2|) (-10 -7 (-15 -3950 (|#1| |#1| |#2|))) (-574 |#2|) (-146)) (T -573))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3531 (($ $ $) 40 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 39 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
-(((-574 |#1|) (-113) (-146)) (T -574))
-((-3531 (*1 *1 *1 *1) (-12 (-4 *1 (-574 *2)) (-4 *2 (-146)))) (-3950 (*1 *1 *1 *2) (-12 (-4 *1 (-574 *2)) (-4 *2 (-146)) (-4 *2 (-312)))))
-(-13 (-654 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -3531 ($ $ $)) (IF (|has| |t#1| (-312)) (-15 -3950 ($ $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-582 |#1|) . T) ((-654 |#1|) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2274 (((-3 (-750 |#2|) #1="failed") |#2| (-249 |#2|) (-1073)) 105 T ELT) (((-3 (-750 |#2|) (-2 (|:| |leftHandLimit| (-3 (-750 |#2|) #1#)) (|:| |rightHandLimit| (-3 (-750 |#2|) #1#))) #1#) |#2| (-249 (-750 |#2|))) 130 T ELT)) (-2273 (((-3 (-743 |#2|) #1#) |#2| (-249 (-743 |#2|))) 135 T ELT)))
-(((-575 |#1| |#2|) (-10 -7 (-15 -2274 ((-3 (-750 |#2|) (-2 (|:| |leftHandLimit| (-3 (-750 |#2|) #1="failed")) (|:| |rightHandLimit| (-3 (-750 |#2|) #1#))) #1#) |#2| (-249 (-750 |#2|)))) (-15 -2273 ((-3 (-743 |#2|) #1#) |#2| (-249 (-743 |#2|)))) (-15 -2274 ((-3 (-750 |#2|) #1#) |#2| (-249 |#2|) (-1073)))) (-13 (-392) (-950 (-484)) (-580 (-484))) (-13 (-27) (-1115) (-364 |#1|))) (T -575))
-((-2274 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-249 *3)) (-5 *5 (-1073)) (-4 *3 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-750 *3)) (-5 *1 (-575 *6 *3)))) (-2273 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-249 (-743 *3))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-743 *3)) (-5 *1 (-575 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))) (-2274 (*1 *2 *3 *4) (-12 (-5 *4 (-249 (-750 *3))) (-4 *3 (-13 (-27) (-1115) (-364 *5))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-3 (-750 *3) (-2 (|:| |leftHandLimit| (-3 (-750 *3) #1="failed")) (|:| |rightHandLimit| (-3 (-750 *3) #1#))) "failed")) (-5 *1 (-575 *5 *3)))))
-((-2274 (((-3 (-750 (-350 (-857 |#1|))) #1="failed") (-350 (-857 |#1|)) (-249 (-350 (-857 |#1|))) (-1073)) 86 T ELT) (((-3 (-750 (-350 (-857 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-750 (-350 (-857 |#1|))) #1#)) (|:| |rightHandLimit| (-3 (-750 (-350 (-857 |#1|))) #1#))) #1#) (-350 (-857 |#1|)) (-249 (-350 (-857 |#1|)))) 20 T ELT) (((-3 (-750 (-350 (-857 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-750 (-350 (-857 |#1|))) #1#)) (|:| |rightHandLimit| (-3 (-750 (-350 (-857 |#1|))) #1#))) #1#) (-350 (-857 |#1|)) (-249 (-750 (-857 |#1|)))) 35 T ELT)) (-2273 (((-743 (-350 (-857 |#1|))) (-350 (-857 |#1|)) (-249 (-350 (-857 |#1|)))) 23 T ELT) (((-743 (-350 (-857 |#1|))) (-350 (-857 |#1|)) (-249 (-743 (-857 |#1|)))) 43 T ELT)))
-(((-576 |#1|) (-10 -7 (-15 -2274 ((-3 (-750 (-350 (-857 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-750 (-350 (-857 |#1|))) #1="failed")) (|:| |rightHandLimit| (-3 (-750 (-350 (-857 |#1|))) #1#))) #1#) (-350 (-857 |#1|)) (-249 (-750 (-857 |#1|))))) (-15 -2274 ((-3 (-750 (-350 (-857 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-750 (-350 (-857 |#1|))) #1#)) (|:| |rightHandLimit| (-3 (-750 (-350 (-857 |#1|))) #1#))) #1#) (-350 (-857 |#1|)) (-249 (-350 (-857 |#1|))))) (-15 -2273 ((-743 (-350 (-857 |#1|))) (-350 (-857 |#1|)) (-249 (-743 (-857 |#1|))))) (-15 -2273 ((-743 (-350 (-857 |#1|))) (-350 (-857 |#1|)) (-249 (-350 (-857 |#1|))))) (-15 -2274 ((-3 (-750 (-350 (-857 |#1|))) #1#) (-350 (-857 |#1|)) (-249 (-350 (-857 |#1|))) (-1073)))) (-392)) (T -576))
-((-2274 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-249 (-350 (-857 *6)))) (-5 *5 (-1073)) (-5 *3 (-350 (-857 *6))) (-4 *6 (-392)) (-5 *2 (-750 *3)) (-5 *1 (-576 *6)))) (-2273 (*1 *2 *3 *4) (-12 (-5 *4 (-249 (-350 (-857 *5)))) (-5 *3 (-350 (-857 *5))) (-4 *5 (-392)) (-5 *2 (-743 *3)) (-5 *1 (-576 *5)))) (-2273 (*1 *2 *3 *4) (-12 (-5 *4 (-249 (-743 (-857 *5)))) (-4 *5 (-392)) (-5 *2 (-743 (-350 (-857 *5)))) (-5 *1 (-576 *5)) (-5 *3 (-350 (-857 *5))))) (-2274 (*1 *2 *3 *4) (-12 (-5 *4 (-249 (-350 (-857 *5)))) (-5 *3 (-350 (-857 *5))) (-4 *5 (-392)) (-5 *2 (-3 (-750 *3) (-2 (|:| |leftHandLimit| (-3 (-750 *3) #1="failed")) (|:| |rightHandLimit| (-3 (-750 *3) #1#))) #2="failed")) (-5 *1 (-576 *5)))) (-2274 (*1 *2 *3 *4) (-12 (-5 *4 (-249 (-750 (-857 *5)))) (-4 *5 (-392)) (-5 *2 (-3 (-750 (-350 (-857 *5))) (-2 (|:| |leftHandLimit| (-3 (-750 (-350 (-857 *5))) #1#)) (|:| |rightHandLimit| (-3 (-750 (-350 (-857 *5))) #1#))) #2#)) (-5 *1 (-576 *5)) (-5 *3 (-350 (-857 *5))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) 11 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2852 (($ (-168 |#1|)) 12 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-773 |#1|)) 7 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)))
-(((-577 |#1|) (-13 (-752) (-555 (-773 |#1|)) (-10 -8 (-15 -2852 ($ (-168 |#1|))))) (-583 (-1090))) (T -577))
-((-2852 (*1 *1 *2) (-12 (-5 *2 (-168 *3)) (-14 *3 (-583 (-1090))) (-5 *1 (-577 *3)))))
-((-2277 (((-3 (-1179 (-350 |#1|)) #1="failed") (-1179 |#2|) |#2|) 64 (-2561 (|has| |#1| (-312))) ELT) (((-3 (-1179 |#1|) #1#) (-1179 |#2|) |#2|) 49 (|has| |#1| (-312)) ELT)) (-2275 (((-85) (-1179 |#2|)) 33 T ELT)) (-2276 (((-3 (-1179 |#1|) #1#) (-1179 |#2|)) 40 T ELT)))
-(((-578 |#1| |#2|) (-10 -7 (-15 -2275 ((-85) (-1179 |#2|))) (-15 -2276 ((-3 (-1179 |#1|) #1="failed") (-1179 |#2|))) (IF (|has| |#1| (-312)) (-15 -2277 ((-3 (-1179 |#1|) #1#) (-1179 |#2|) |#2|)) (-15 -2277 ((-3 (-1179 (-350 |#1|)) #1#) (-1179 |#2|) |#2|)))) (-495) (-13 (-961) (-580 |#1|))) (T -578))
-((-2277 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1179 *4)) (-4 *4 (-13 (-961) (-580 *5))) (-2561 (-4 *5 (-312))) (-4 *5 (-495)) (-5 *2 (-1179 (-350 *5))) (-5 *1 (-578 *5 *4)))) (-2277 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1179 *4)) (-4 *4 (-13 (-961) (-580 *5))) (-4 *5 (-312)) (-4 *5 (-495)) (-5 *2 (-1179 *5)) (-5 *1 (-578 *5 *4)))) (-2276 (*1 *2 *3) (|partial| -12 (-5 *3 (-1179 *5)) (-4 *5 (-13 (-961) (-580 *4))) (-4 *4 (-495)) (-5 *2 (-1179 *4)) (-5 *1 (-578 *4 *5)))) (-2275 (*1 *2 *3) (-12 (-5 *3 (-1179 *5)) (-4 *5 (-13 (-961) (-580 *4))) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-578 *4 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3775 (((-583 (-453 |#1| (-577 |#2|))) $) NIL T ELT)) (-1312 (((-3 $ "failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2894 (($ |#1| (-577 |#2|)) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2278 (($ (-583 |#1|)) 25 T ELT)) (-1983 (((-577 |#2|) $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3912 (((-107)) 16 T ELT)) (-3225 (((-1179 |#1|) $) 44 T ELT)) (-3973 (($ (-583 (-453 |#1| (-577 |#2|)))) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-577 |#2|)) 11 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 20 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 17 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-579 |#1| |#2|) (-13 (-1187 |#1|) (-555 (-577 |#2|)) (-449 |#1| (-577 |#2|)) (-10 -8 (-15 -2278 ($ (-583 |#1|))) (-15 -3225 ((-1179 |#1|) $)))) (-312) (-583 (-1090))) (T -579))
-((-2278 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-312)) (-5 *1 (-579 *3 *4)) (-14 *4 (-583 (-1090))))) (-3225 (*1 *2 *1) (-12 (-5 *2 (-1179 *3)) (-5 *1 (-579 *3 *4)) (-4 *3 (-312)) (-14 *4 (-583 (-1090))))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-2279 (((-630 |#1|) (-630 $)) 36 T ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 35 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2280 (((-630 |#1|) (-1179 $)) 38 T ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 37 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT)))
-(((-580 |#1|) (-113) (-961)) (T -580))
-((-2280 (*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-580 *4)) (-4 *4 (-961)) (-5 *2 (-630 *4)))) (-2280 (*1 *2 *3 *1) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-580 *4)) (-4 *4 (-961)) (-5 *2 (-2 (|:| |mat| (-630 *4)) (|:| |vec| (-1179 *4)))))) (-2279 (*1 *2 *3) (-12 (-5 *3 (-630 *1)) (-4 *1 (-580 *4)) (-4 *4 (-961)) (-5 *2 (-630 *4)))) (-2279 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *1)) (-5 *4 (-1179 *1)) (-4 *1 (-580 *5)) (-4 *5 (-961)) (-5 *2 (-2 (|:| |mat| (-630 *5)) (|:| |vec| (-1179 *5)))))))
-(-13 (-590 |t#1|) (-10 -8 (-15 -2280 ((-630 |t#1|) (-1179 $))) (-15 -2280 ((-2 (|:| |mat| (-630 |t#1|)) (|:| |vec| (-1179 |t#1|))) (-1179 $) $)) (-15 -2279 ((-630 |t#1|) (-630 $))) (-15 -2279 ((-2 (|:| |mat| (-630 |t#1|)) (|:| |vec| (-1179 |t#1|))) (-630 $) (-1179 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ "failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-1214 (((-85) $ $) NIL T ELT)) (-2281 (($ (-583 |#1|)) 23 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 ((|#1| $ (-579 |#1| |#2|)) 46 T ELT)) (-3912 (((-107)) 13 T ELT)) (-3225 (((-1179 |#1|) $) 42 T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 18 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 14 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-581 |#1| |#2|) (-13 (-1187 |#1|) (-241 (-579 |#1| |#2|) |#1|) (-10 -8 (-15 -2281 ($ (-583 |#1|))) (-15 -3225 ((-1179 |#1|) $)))) (-312) (-583 (-1090))) (T -581))
-((-2281 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-312)) (-5 *1 (-581 *3 *4)) (-14 *4 (-583 (-1090))))) (-3225 (*1 *2 *1) (-12 (-5 *2 (-1179 *3)) (-5 *1 (-581 *3 *4)) (-4 *3 (-312)) (-14 *4 (-583 (-1090))))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (* (($ |#1| $) 17 T ELT) (($ $ |#1|) 20 T ELT)))
-(((-582 |#1|) (-113) (-1025)) (T -582))
-NIL
-(-13 (-588 |t#1|) (-963 |t#1|))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 |#1|) . T) ((-963 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) NIL T ELT)) (-3796 ((|#1| $) NIL T ELT)) (-3798 (($ $) NIL T ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3786 (($ $ (-484)) 68 (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) $) NIL (|has| |#1| (-756)) ELT) (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT)) (-1733 (($ $) NIL (-12 (|has| $ (-1035 |#1|)) (|has| |#1| (-756))) ELT) (($ (-1 (-85) |#1| |#1|) $) 65 (|has| $ (-1035 |#1|)) ELT)) (-2910 (($ $) NIL (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $) NIL T ELT)) (-3443 (((-85) $ (-694)) NIL T ELT)) (-3026 ((|#1| $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3788 (($ $ $) 26 (|has| $ (-1035 |#1|)) ELT)) (-3787 ((|#1| $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3790 ((|#1| $ |#1|) 24 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #2="first" |#1|) 25 (|has| $ (-1035 |#1|)) ELT) (($ $ #3="rest" $) 27 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #4="last" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) NIL (|has| $ (-1035 |#1|)) ELT)) (-2284 (($ $ $) 74 (|has| |#1| (-1013)) ELT)) (-2283 (($ $ $) 75 (|has| |#1| (-1013)) ELT)) (-2282 (($ $ $) 79 (|has| |#1| (-1013)) ELT)) (-1570 (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3797 ((|#1| $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) 31 (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) 32 T ELT)) (-3800 (($ $) 21 T ELT) (($ $ (-694)) 35 T ELT)) (-2368 (($ $) 63 (|has| |#1| (-72)) ELT)) (-1353 (($ $) 73 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3406 (($ |#1| $) NIL (|has| |#1| (-72)) ELT) (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3407 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT) (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-1576 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) NIL T ELT)) (-3444 (((-85) $) NIL T ELT)) (-3420 (((-484) |#1| $ (-484)) NIL (|has| |#1| (-72)) ELT) (((-484) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-484) (-1 (-85) |#1|) $) NIL T ELT)) (-2286 (((-85) $) 9 T ELT)) (-3032 (((-583 $) $) NIL T ELT)) (-3028 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2287 (($) 7 T CONST)) (-3615 (($ (-694) |#1|) NIL T ELT)) (-3720 (((-85) $ (-694)) NIL T ELT)) (-2200 (((-484) $) 34 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2857 (($ $ $) NIL (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) 66 T ELT)) (-3519 (($ $ $) NIL (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT)) (-2609 (((-583 |#1|) $) 30 T ELT)) (-3246 (((-85) |#1| $) 61 (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3535 (($ |#1|) NIL T ELT)) (-3717 (((-85) $ (-694)) NIL T ELT)) (-3031 (((-583 |#1|) $) NIL T ELT)) (-3528 (((-85) $) NIL T ELT)) (-3243 (((-1073) $) 59 (|has| |#1| (-1013)) ELT)) (-3799 ((|#1| $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3610 (($ $ $ (-484)) NIL T ELT) (($ |#1| $ (-484)) NIL T ELT)) (-2304 (($ $ $ (-484)) NIL T ELT) (($ |#1| $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) 16 T ELT) (($ $ (-694)) NIL T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2199 (($ $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3445 (((-85) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 15 T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) 20 T ELT)) (-3566 (($) 19 T ELT)) (-3801 ((|#1| $ #1#) NIL T ELT) ((|#1| $ #2#) 18 T ELT) (($ $ #3#) 23 T ELT) ((|#1| $ #4#) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT) ((|#1| $ (-484)) 78 T ELT) ((|#1| $ (-484) |#1|) NIL T ELT)) (-3030 (((-484) $ $) NIL T ELT)) (-1571 (($ $ (-1146 (-484))) NIL T ELT) (($ $ (-484)) NIL T ELT)) (-2305 (($ $ (-1146 (-484))) NIL T ELT) (($ $ (-484)) NIL T ELT)) (-3634 (((-85) $) NIL T ELT)) (-3793 (($ $) NIL T ELT)) (-3791 (($ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-3794 (((-694) $) NIL T ELT)) (-3795 (($ $) 40 T ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) NIL T ELT) (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) 36 T ELT)) (-3973 (((-473) $) 87 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 29 T ELT)) (-3462 (($ |#1| $) 10 T ELT)) (-3792 (($ $ $) 62 T ELT) (($ $ |#1|) NIL T ELT)) (-3803 (($ $ $) 72 T ELT) (($ |#1| $) 14 T ELT) (($ (-583 $)) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3947 (((-772) $) 51 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2285 (($ $ $) 11 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 55 (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3958 (((-694) $) 13 T ELT)))
-(((-583 |#1|) (-13 (-608 |#1|) (-10 -8 (-15 -2287 ($) -3953) (-15 -2286 ((-85) $)) (-15 -3462 ($ |#1| $)) (-15 -2285 ($ $ $)) (IF (|has| |#1| (-1013)) (PROGN (-15 -2284 ($ $ $)) (-15 -2283 ($ $ $)) (-15 -2282 ($ $ $))) |%noBranch|))) (-1129)) (T -583))
-((-2287 (*1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1129)))) (-2286 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-583 *3)) (-4 *3 (-1129)))) (-3462 (*1 *1 *2 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1129)))) (-2285 (*1 *1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1129)))) (-2284 (*1 *1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1013)) (-4 *2 (-1129)))) (-2283 (*1 *1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1013)) (-4 *2 (-1129)))) (-2282 (*1 *1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1013)) (-4 *2 (-1129)))))
-((-3842 (((-583 |#2|) (-1 |#2| |#1| |#2|) (-583 |#1|) |#2|) 16 T ELT)) (-3843 ((|#2| (-1 |#2| |#1| |#2|) (-583 |#1|) |#2|) 18 T ELT)) (-3959 (((-583 |#2|) (-1 |#2| |#1|) (-583 |#1|)) 13 T ELT)))
-(((-584 |#1| |#2|) (-10 -7 (-15 -3842 ((-583 |#2|) (-1 |#2| |#1| |#2|) (-583 |#1|) |#2|)) (-15 -3843 (|#2| (-1 |#2| |#1| |#2|) (-583 |#1|) |#2|)) (-15 -3959 ((-583 |#2|) (-1 |#2| |#1|) (-583 |#1|)))) (-1129) (-1129)) (T -584))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-583 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-583 *6)) (-5 *1 (-584 *5 *6)))) (-3843 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-583 *5)) (-4 *5 (-1129)) (-4 *2 (-1129)) (-5 *1 (-584 *5 *2)))) (-3842 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-583 *6)) (-4 *6 (-1129)) (-4 *5 (-1129)) (-5 *2 (-583 *5)) (-5 *1 (-584 *6 *5)))))
-((-3423 ((|#2| (-583 |#1|) (-583 |#2|) |#1| (-1 |#2| |#1|)) 18 T ELT) (((-1 |#2| |#1|) (-583 |#1|) (-583 |#2|) (-1 |#2| |#1|)) 19 T ELT) ((|#2| (-583 |#1|) (-583 |#2|) |#1| |#2|) 16 T ELT) (((-1 |#2| |#1|) (-583 |#1|) (-583 |#2|) |#2|) 17 T ELT) ((|#2| (-583 |#1|) (-583 |#2|) |#1|) 10 T ELT) (((-1 |#2| |#1|) (-583 |#1|) (-583 |#2|)) 12 T ELT)))
-(((-585 |#1| |#2|) (-10 -7 (-15 -3423 ((-1 |#2| |#1|) (-583 |#1|) (-583 |#2|))) (-15 -3423 (|#2| (-583 |#1|) (-583 |#2|) |#1|)) (-15 -3423 ((-1 |#2| |#1|) (-583 |#1|) (-583 |#2|) |#2|)) (-15 -3423 (|#2| (-583 |#1|) (-583 |#2|) |#1| |#2|)) (-15 -3423 ((-1 |#2| |#1|) (-583 |#1|) (-583 |#2|) (-1 |#2| |#1|))) (-15 -3423 (|#2| (-583 |#1|) (-583 |#2|) |#1| (-1 |#2| |#1|)))) (-1013) (-1129)) (T -585))
-((-3423 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-583 *5)) (-5 *4 (-583 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1013)) (-4 *2 (-1129)) (-5 *1 (-585 *5 *2)))) (-3423 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-583 *5)) (-5 *4 (-583 *6)) (-4 *5 (-1013)) (-4 *6 (-1129)) (-5 *1 (-585 *5 *6)))) (-3423 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-583 *5)) (-5 *4 (-583 *2)) (-4 *5 (-1013)) (-4 *2 (-1129)) (-5 *1 (-585 *5 *2)))) (-3423 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-583 *6)) (-5 *4 (-583 *5)) (-4 *6 (-1013)) (-4 *5 (-1129)) (-5 *2 (-1 *5 *6)) (-5 *1 (-585 *6 *5)))) (-3423 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-583 *5)) (-5 *4 (-583 *2)) (-4 *5 (-1013)) (-4 *2 (-1129)) (-5 *1 (-585 *5 *2)))) (-3423 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *5)) (-5 *4 (-583 *6)) (-4 *5 (-1013)) (-4 *6 (-1129)) (-5 *2 (-1 *6 *5)) (-5 *1 (-585 *5 *6)))))
-((-3959 (((-583 |#3|) (-1 |#3| |#1| |#2|) (-583 |#1|) (-583 |#2|)) 21 T ELT)))
-(((-586 |#1| |#2| |#3|) (-10 -7 (-15 -3959 ((-583 |#3|) (-1 |#3| |#1| |#2|) (-583 |#1|) (-583 |#2|)))) (-1129) (-1129) (-1129)) (T -586))
-((-3959 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-583 *6)) (-5 *5 (-583 *7)) (-4 *6 (-1129)) (-4 *7 (-1129)) (-4 *8 (-1129)) (-5 *2 (-583 *8)) (-5 *1 (-586 *6 *7 *8)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 11 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT) ((|#1| $) 8 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-587 |#1|) (-13 (-995) (-552 |#1|)) (-1013)) (T -587))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (* (($ |#1| $) 17 T ELT)))
-(((-588 |#1|) (-113) (-1025)) (T -588))
-((* (*1 *1 *2 *1) (-12 (-4 *1 (-588 *2)) (-4 *2 (-1025)))))
-(-13 (-1013) (-10 -8 (-15 * ($ |t#1| $))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2288 (($ |#1| |#1| $) 45 T ELT)) (-1570 (($ (-1 (-85) |#1|) $) 61 (|has| $ (-318 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-2368 (($ $) 47 T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3406 (($ |#1| $) 58 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 60 (|has| $ (-318 |#1|)) ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-2609 (((-583 |#1|) $) 9 T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 41 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 39 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 49 T ELT)) (-3610 (($ |#1| $) 30 T ELT) (($ |#1| $ (-694)) 44 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-1275 ((|#1| $) 52 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 23 T ELT)) (-3566 (($) 29 T ELT)) (-2289 (((-85) $) 56 T ELT)) (-2367 (((-583 (-2 (|:| |entry| |#1|) (|:| -1730 (-694)))) $) 69 T ELT)) (-1466 (($) 26 T ELT) (($ (-583 |#1|)) 19 T ELT)) (-1730 (((-694) |#1| $) 65 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) 20 T ELT)) (-3973 (((-473) $) 36 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) NIL T ELT)) (-3947 (((-772) $) 14 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) 24 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) 71 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 17 T ELT)))
-(((-589 |#1|) (-13 (-634 |#1|) (-318 |#1|) (-10 -8 (-15 -2289 ((-85) $)) (-15 -2288 ($ |#1| |#1| $)))) (-1013)) (T -589))
-((-2289 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-589 *3)) (-4 *3 (-1013)))) (-2288 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-589 *2)) (-4 *2 (-1013)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT)))
-(((-590 |#1|) (-113) (-970)) (T -590))
-NIL
-(-13 (-21) (-588 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694) $) 17 T ELT)) (-2295 (($ $ |#1|) 68 T ELT)) (-2297 (($ $) 39 T ELT)) (-2298 (($ $) 37 T ELT)) (-3158 (((-3 |#1| "failed") $) 60 T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-2293 (($ |#1| |#2| $) 77 T ELT) (($ $ $) 79 T ELT)) (-3534 (((-772) $ (-1 (-772) (-772) (-772)) (-1 (-772) (-772) (-772)) (-484)) 55 T ELT)) (-2299 ((|#1| $ (-484)) 35 T ELT)) (-2300 ((|#2| $ (-484)) 34 T ELT)) (-2290 (($ (-1 |#1| |#1|) $) 41 T ELT)) (-2291 (($ (-1 |#2| |#2|) $) 46 T ELT)) (-2296 (($) 13 T ELT)) (-2302 (($ |#1| |#2|) 24 T ELT)) (-2301 (($ (-583 (-2 (|:| |gen| |#1|) (|:| -3944 |#2|)))) 25 T ELT)) (-2303 (((-583 (-2 (|:| |gen| |#1|) (|:| -3944 |#2|))) $) 14 T ELT)) (-2294 (($ |#1| $) 69 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2292 (((-85) $ $) 74 T ELT)) (-3947 (((-772) $) 21 T ELT) (($ |#1|) 18 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 27 T ELT)))
-(((-591 |#1| |#2| |#3|) (-13 (-1013) (-950 |#1|) (-10 -8 (-15 -3534 ((-772) $ (-1 (-772) (-772) (-772)) (-1 (-772) (-772) (-772)) (-484))) (-15 -2303 ((-583 (-2 (|:| |gen| |#1|) (|:| -3944 |#2|))) $)) (-15 -2302 ($ |#1| |#2|)) (-15 -2301 ($ (-583 (-2 (|:| |gen| |#1|) (|:| -3944 |#2|))))) (-15 -2300 (|#2| $ (-484))) (-15 -2299 (|#1| $ (-484))) (-15 -2298 ($ $)) (-15 -2297 ($ $)) (-15 -3137 ((-694) $)) (-15 -2296 ($)) (-15 -2295 ($ $ |#1|)) (-15 -2294 ($ |#1| $)) (-15 -2293 ($ |#1| |#2| $)) (-15 -2293 ($ $ $)) (-15 -2292 ((-85) $ $)) (-15 -2291 ($ (-1 |#2| |#2|) $)) (-15 -2290 ($ (-1 |#1| |#1|) $)))) (-1013) (-23) |#2|) (T -591))
-((-3534 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-772) (-772) (-772))) (-5 *4 (-484)) (-5 *2 (-772)) (-5 *1 (-591 *5 *6 *7)) (-4 *5 (-1013)) (-4 *6 (-23)) (-14 *7 *6))) (-2303 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| |gen| *3) (|:| -3944 *4)))) (-5 *1 (-591 *3 *4 *5)) (-4 *3 (-1013)) (-4 *4 (-23)) (-14 *5 *4))) (-2302 (*1 *1 *2 *3) (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))) (-2301 (*1 *1 *2) (-12 (-5 *2 (-583 (-2 (|:| |gen| *3) (|:| -3944 *4)))) (-4 *3 (-1013)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-591 *3 *4 *5)))) (-2300 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *2 (-23)) (-5 *1 (-591 *4 *2 *5)) (-4 *4 (-1013)) (-14 *5 *2))) (-2299 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *2 (-1013)) (-5 *1 (-591 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-2298 (*1 *1 *1) (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))) (-2297 (*1 *1 *1) (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))) (-3137 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-591 *3 *4 *5)) (-4 *3 (-1013)) (-4 *4 (-23)) (-14 *5 *4))) (-2296 (*1 *1) (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))) (-2295 (*1 *1 *1 *2) (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))) (-2294 (*1 *1 *2 *1) (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))) (-2293 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))) (-2293 (*1 *1 *1 *1) (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))) (-2292 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-591 *3 *4 *5)) (-4 *3 (-1013)) (-4 *4 (-23)) (-14 *5 *4))) (-2291 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-591 *3 *4 *5)) (-4 *3 (-1013)))) (-2290 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1013)) (-5 *1 (-591 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
-((-2201 (((-484) $) 30 T ELT)) (-2304 (($ |#2| $ (-484)) 26 T ELT) (($ $ $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) 12 T ELT)) (-2204 (((-85) (-484) $) 17 T ELT)) (-3803 (($ $ |#2|) 23 T ELT) (($ |#2| $) 24 T ELT) (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)))
-(((-592 |#1| |#2|) (-10 -7 (-15 -2304 (|#1| |#1| |#1| (-484))) (-15 -2304 (|#1| |#2| |#1| (-484))) (-15 -3803 (|#1| (-583 |#1|))) (-15 -3803 (|#1| |#1| |#1|)) (-15 -3803 (|#1| |#2| |#1|)) (-15 -3803 (|#1| |#1| |#2|)) (-15 -2201 ((-484) |#1|)) (-15 -2203 ((-583 (-484)) |#1|)) (-15 -2204 ((-85) (-484) |#1|))) (-593 |#2|) (-1129)) (T -592))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-2198 (((-1185) $ (-484) (-484)) 34 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ (-484) |#1|) 46 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) 54 (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-1353 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-1576 ((|#1| $ (-484) |#1|) 47 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 45 T ELT)) (-3615 (($ (-694) |#1|) 64 T ELT)) (-2200 (((-484) $) 37 (|has| (-484) (-756)) ELT)) (-2201 (((-484) $) 38 (|has| (-484) (-756)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-2304 (($ |#1| $ (-484)) 56 T ELT) (($ $ $ (-484)) 55 T ELT)) (-2203 (((-583 (-484)) $) 40 T ELT)) (-2204 (((-85) (-484) $) 41 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) 36 (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2199 (($ $ |#1|) 35 (|has| $ (-1035 |#1|)) ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) 42 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ (-484) |#1|) 44 T ELT) ((|#1| $ (-484)) 43 T ELT) (($ $ (-1146 (-484))) 65 T ELT)) (-2305 (($ $ (-484)) 58 T ELT) (($ $ (-1146 (-484))) 57 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 72 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 66 T ELT)) (-3803 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-583 $)) 60 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-593 |#1|) (-113) (-1129)) (T -593))
-((-3615 (*1 *1 *2 *3) (-12 (-5 *2 (-694)) (-4 *1 (-593 *3)) (-4 *3 (-1129)))) (-3803 (*1 *1 *1 *2) (-12 (-4 *1 (-593 *2)) (-4 *2 (-1129)))) (-3803 (*1 *1 *2 *1) (-12 (-4 *1 (-593 *2)) (-4 *2 (-1129)))) (-3803 (*1 *1 *1 *1) (-12 (-4 *1 (-593 *2)) (-4 *2 (-1129)))) (-3803 (*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-593 *3)) (-4 *3 (-1129)))) (-3959 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-593 *3)) (-4 *3 (-1129)))) (-2305 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-593 *3)) (-4 *3 (-1129)))) (-2305 (*1 *1 *1 *2) (-12 (-5 *2 (-1146 (-484))) (-4 *1 (-593 *3)) (-4 *3 (-1129)))) (-2304 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-593 *2)) (-4 *2 (-1129)))) (-2304 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-593 *3)) (-4 *3 (-1129)))) (-3789 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1146 (-484))) (-4 *1 (-1035 *2)) (-4 *1 (-593 *2)) (-4 *2 (-1129)))))
-(-13 (-538 (-484) |t#1|) (-124 |t#1|) (-241 (-1146 (-484)) $) (-10 -8 (-15 -3615 ($ (-694) |t#1|)) (-15 -3803 ($ $ |t#1|)) (-15 -3803 ($ |t#1| $)) (-15 -3803 ($ $ $)) (-15 -3803 ($ (-583 $))) (-15 -3959 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2305 ($ $ (-484))) (-15 -2305 ($ $ (-1146 (-484)))) (-15 -2304 ($ |t#1| $ (-484))) (-15 -2304 ($ $ $ (-484))) (IF (|has| $ (-1035 |t#1|)) (-15 -3789 (|t#1| $ (-1146 (-484)) |t#1|)) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-241 (-484) |#1|) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-538 (-484) |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 15 T ELT)) (-1312 (((-3 $ "failed") $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| |#1| (-714)) ELT)) (-3725 (($) NIL T CONST)) (-3187 (((-85) $) NIL (|has| |#1| (-714)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2999 ((|#1| $) 23 T ELT)) (-3188 (((-85) $) NIL (|has| |#1| (-714)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-714)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-714)) ELT)) (-3243 (((-1073) $) 48 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2998 ((|#3| $) 24 T ELT)) (-3947 (((-772) $) 43 T ELT)) (-1265 (((-85) $ $) 22 T ELT)) (-3384 (($ $) NIL (|has| |#1| (-714)) ELT)) (-2661 (($) 10 T CONST)) (-2567 (((-85) $ $) NIL (|has| |#1| (-714)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-714)) ELT)) (-3057 (((-85) $ $) 20 T ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-714)) ELT)) (-2686 (((-85) $ $) 26 (|has| |#1| (-714)) ELT)) (-3950 (($ $ |#3|) 36 T ELT) (($ |#1| |#3|) 37 T ELT)) (-3838 (($ $) 17 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 29 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 32 T ELT) (($ |#2| $) 34 T ELT) (($ $ |#2|) NIL T ELT)))
-(((-594 |#1| |#2| |#3|) (-13 (-654 |#2|) (-10 -8 (IF (|has| |#1| (-714)) (-6 (-714)) |%noBranch|) (-15 -3950 ($ $ |#3|)) (-15 -3950 ($ |#1| |#3|)) (-15 -2999 (|#1| $)) (-15 -2998 (|#3| $)))) (-654 |#2|) (-146) (|SubsetCategory| (-663) |#2|)) (T -594))
-((-3950 (*1 *1 *1 *2) (-12 (-4 *4 (-146)) (-5 *1 (-594 *3 *4 *2)) (-4 *3 (-654 *4)) (-4 *2 (|SubsetCategory| (-663) *4)))) (-3950 (*1 *1 *2 *3) (-12 (-4 *4 (-146)) (-5 *1 (-594 *2 *4 *3)) (-4 *2 (-654 *4)) (-4 *3 (|SubsetCategory| (-663) *4)))) (-2999 (*1 *2 *1) (-12 (-4 *3 (-146)) (-4 *2 (-654 *3)) (-5 *1 (-594 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-663) *3)))) (-2998 (*1 *2 *1) (-12 (-4 *4 (-146)) (-4 *2 (|SubsetCategory| (-663) *4)) (-5 *1 (-594 *3 *4 *2)) (-4 *3 (-654 *4)))))
-((-3574 (((-3 |#2| #1="failed") |#3| |#2| (-1090) |#2| (-583 |#2|)) 174 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -2012 (-583 |#2|))) #1#) |#3| |#2| (-1090)) 44 T ELT)))
-(((-595 |#1| |#2| |#3|) (-10 -7 (-15 -3574 ((-3 (-2 (|:| |particular| |#2|) (|:| -2012 (-583 |#2|))) #1="failed") |#3| |#2| (-1090))) (-15 -3574 ((-3 |#2| #1#) |#3| |#2| (-1090) |#2| (-583 |#2|)))) (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)) (-13 (-29 |#1|) (-1115) (-871)) (-600 |#2|)) (T -595))
-((-3574 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-583 *2)) (-4 *2 (-13 (-29 *6) (-1115) (-871))) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *1 (-595 *6 *2 *3)) (-4 *3 (-600 *2)))) (-3574 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1090)) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-4 *4 (-13 (-29 *6) (-1115) (-871))) (-5 *2 (-2 (|:| |particular| *4) (|:| -2012 (-583 *4)))) (-5 *1 (-595 *6 *4 *3)) (-4 *3 (-600 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2306 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2308 (($ $ $) 28 (|has| |#1| (-312)) ELT)) (-2309 (($ $ (-694)) 31 (|has| |#1| (-312)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2537 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2538 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2535 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2534 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2536 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) NIL T ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-694)) NIL T ELT)) (-2548 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-495)) ELT)) (-2547 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-495)) ELT)) (-2821 (((-694) $) NIL T ELT)) (-2543 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2544 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2541 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2540 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2542 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2549 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT)) (-3801 ((|#1| $ |#1|) 24 T ELT)) (-2310 (($ $ $) 33 (|has| |#1| (-312)) ELT)) (-3949 (((-694) $) NIL T ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3947 (((-772) $) 20 T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (($ |#1|) NIL T ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-694)) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2546 ((|#1| $ |#1| |#1|) 23 T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2521 (($ $) NIL T ELT)) (-2661 (($) 21 T CONST)) (-2667 (($) 8 T CONST)) (-2670 (($) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-596 |#1| |#2|) (-600 |#1|) (-961) (-1 |#1| |#1|)) (T -596))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2306 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2308 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2309 (($ $ (-694)) NIL (|has| |#1| (-312)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2537 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2538 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2535 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2534 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2536 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) NIL T ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-694)) NIL T ELT)) (-2548 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-495)) ELT)) (-2547 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-495)) ELT)) (-2821 (((-694) $) NIL T ELT)) (-2543 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2544 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2541 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2540 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2542 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2549 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT)) (-3801 ((|#1| $ |#1|) NIL T ELT)) (-2310 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3949 (((-694) $) NIL T ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (($ |#1|) NIL T ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-694)) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2546 ((|#1| $ |#1| |#1|) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2521 (($ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-597 |#1|) (-600 |#1|) (-190)) (T -597))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2306 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2308 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2309 (($ $ (-694)) NIL (|has| |#1| (-312)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2537 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2538 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2535 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2534 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2536 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) NIL T ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-694)) NIL T ELT)) (-2548 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-495)) ELT)) (-2547 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-495)) ELT)) (-2821 (((-694) $) NIL T ELT)) (-2543 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2544 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2541 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2540 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2542 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2549 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT)) (-3801 ((|#1| $ |#1|) NIL T ELT) ((|#2| $ |#2|) 13 T ELT)) (-2310 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3949 (((-694) $) NIL T ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (($ |#1|) NIL T ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-694)) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2546 ((|#1| $ |#1| |#1|) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2521 (($ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-598 |#1| |#2|) (-13 (-600 |#1|) (-241 |#2| |#2|)) (-190) (-13 (-590 |#1|) (-10 -8 (-15 -3759 ($ $))))) (T -598))
-NIL
-((-2306 (($ $) 29 T ELT)) (-2521 (($ $) 27 T ELT)) (-2670 (($) 13 T ELT)))
-(((-599 |#1| |#2|) (-10 -7 (-15 -2306 (|#1| |#1|)) (-15 -2521 (|#1| |#1|)) (-15 -2670 (|#1|))) (-600 |#2|) (-961)) (T -599))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2306 (($ $) 96 (|has| |#1| (-312)) ELT)) (-2308 (($ $ $) 98 (|has| |#1| (-312)) ELT)) (-2309 (($ $ (-694)) 97 (|has| |#1| (-312)) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-2537 (($ $ $) 58 (|has| |#1| (-312)) ELT)) (-2538 (($ $ $) 59 (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) 61 (|has| |#1| (-312)) ELT)) (-2535 (($ $ $) 56 (|has| |#1| (-312)) ELT)) (-2534 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 55 (|has| |#1| (-312)) ELT)) (-2536 (((-3 $ #1="failed") $ $) 57 (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 60 (|has| |#1| (-312)) ELT)) (-3158 (((-3 (-484) #2="failed") $) 88 (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #2#) $) 85 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #2#) $) 82 T ELT)) (-3157 (((-484) $) 87 (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) 84 (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) 83 T ELT)) (-3960 (($ $) 77 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3504 (($ $) 68 (|has| |#1| (-392)) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2894 (($ |#1| (-694)) 75 T ELT)) (-2548 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 70 (|has| |#1| (-495)) ELT)) (-2547 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 71 (|has| |#1| (-495)) ELT)) (-2821 (((-694) $) 79 T ELT)) (-2543 (($ $ $) 65 (|has| |#1| (-312)) ELT)) (-2544 (($ $ $) 66 (|has| |#1| (-312)) ELT)) (-2533 (($ $ $) 54 (|has| |#1| (-312)) ELT)) (-2541 (($ $ $) 63 (|has| |#1| (-312)) ELT)) (-2540 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 62 (|has| |#1| (-312)) ELT)) (-2542 (((-3 $ #1#) $ $) 64 (|has| |#1| (-312)) ELT)) (-2549 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 67 (|has| |#1| (-312)) ELT)) (-3175 ((|#1| $) 78 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3467 (((-3 $ #1#) $ |#1|) 72 (|has| |#1| (-495)) ELT)) (-3801 ((|#1| $ |#1|) 101 T ELT)) (-2310 (($ $ $) 95 (|has| |#1| (-312)) ELT)) (-3949 (((-694) $) 80 T ELT)) (-2818 ((|#1| $) 69 (|has| |#1| (-392)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ (-350 (-484))) 86 (|has| |#1| (-950 (-350 (-484)))) ELT) (($ |#1|) 81 T ELT)) (-3818 (((-583 |#1|) $) 74 T ELT)) (-3678 ((|#1| $ (-694)) 76 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2546 ((|#1| $ |#1| |#1|) 73 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2521 (($ $) 99 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($) 100 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| $) 89 T ELT)))
-(((-600 |#1|) (-113) (-961)) (T -600))
-((-2670 (*1 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-961)))) (-2521 (*1 *1 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-961)))) (-2308 (*1 *1 *1 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2309 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-600 *3)) (-4 *3 (-961)) (-4 *3 (-312)))) (-2306 (*1 *1 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2310 (*1 *1 *1 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
-(-13 (-761 |t#1|) (-241 |t#1| |t#1|) (-10 -8 (-15 -2670 ($)) (-15 -2521 ($ $)) (IF (|has| |t#1| (-312)) (PROGN (-15 -2308 ($ $ $)) (-15 -2309 ($ $ (-694))) (-15 -2306 ($ $)) (-15 -2310 ($ $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-146)) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-555 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-241 |#1| |#1|) . T) ((-355 |#1|) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-582 |#1|) |has| |#1| (-146)) ((-654 |#1|) |has| |#1| (-146)) ((-663) . T) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-761 |#1|) . T))
-((-2307 (((-583 (-597 (-350 |#2|))) (-597 (-350 |#2|))) 86 (|has| |#1| (-27)) ELT)) (-3733 (((-583 (-597 (-350 |#2|))) (-597 (-350 |#2|))) 85 (|has| |#1| (-27)) ELT) (((-583 (-597 (-350 |#2|))) (-597 (-350 |#2|)) (-1 (-583 |#1|) |#2|)) 19 T ELT)))
-(((-601 |#1| |#2|) (-10 -7 (-15 -3733 ((-583 (-597 (-350 |#2|))) (-597 (-350 |#2|)) (-1 (-583 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3733 ((-583 (-597 (-350 |#2|))) (-597 (-350 |#2|)))) (-15 -2307 ((-583 (-597 (-350 |#2|))) (-597 (-350 |#2|))))) |%noBranch|)) (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))) (-1155 |#1|)) (T -601))
-((-2307 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-4 *5 (-1155 *4)) (-5 *2 (-583 (-597 (-350 *5)))) (-5 *1 (-601 *4 *5)) (-5 *3 (-597 (-350 *5))))) (-3733 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-4 *5 (-1155 *4)) (-5 *2 (-583 (-597 (-350 *5)))) (-5 *1 (-601 *4 *5)) (-5 *3 (-597 (-350 *5))))) (-3733 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-583 *5) *6)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-4 *6 (-1155 *5)) (-5 *2 (-583 (-597 (-350 *6)))) (-5 *1 (-601 *5 *6)) (-5 *3 (-597 (-350 *6))))))
-((-2308 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 65 T ELT)) (-2309 ((|#2| |#2| (-694) (-1 |#1| |#1|)) 45 T ELT)) (-2310 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 67 T ELT)))
-(((-602 |#1| |#2|) (-10 -7 (-15 -2308 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -2309 (|#2| |#2| (-694) (-1 |#1| |#1|))) (-15 -2310 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-312) (-600 |#1|)) (T -602))
-((-2310 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-312)) (-5 *1 (-602 *4 *2)) (-4 *2 (-600 *4)))) (-2309 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-694)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312)) (-5 *1 (-602 *5 *2)) (-4 *2 (-600 *5)))) (-2308 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-312)) (-5 *1 (-602 *4 *2)) (-4 *2 (-600 *4)))))
-((-2311 (($ $ $) 9 T ELT)))
-(((-603 |#1|) (-10 -7 (-15 -2311 (|#1| |#1| |#1|))) (-604)) (T -603))
-NIL
-((-2313 (($ $) 8 T ELT)) (-2311 (($ $ $) 6 T ELT)) (-2312 (($ $ $) 7 T ELT)))
-(((-604) (-113)) (T -604))
-((-2313 (*1 *1 *1) (-4 *1 (-604))) (-2312 (*1 *1 *1 *1) (-4 *1 (-604))) (-2311 (*1 *1 *1 *1) (-4 *1 (-604))))
-(-13 (-1129) (-10 -8 (-15 -2313 ($ $)) (-15 -2312 ($ $ $)) (-15 -2311 ($ $ $))))
-(((-13) . T) ((-1129) . T))
-((-2314 (((-3 (-583 (-1085 |#1|)) "failed") (-583 (-1085 |#1|)) (-1085 |#1|)) 33 T ELT)))
-(((-605 |#1|) (-10 -7 (-15 -2314 ((-3 (-583 (-1085 |#1|)) "failed") (-583 (-1085 |#1|)) (-1085 |#1|)))) (-821)) (T -605))
-((-2314 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-583 (-1085 *4))) (-5 *3 (-1085 *4)) (-4 *4 (-821)) (-5 *1 (-605 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3935 (((-583 |#1|) $) 85 T ELT)) (-3948 (($ $ (-694)) 95 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3940 (((-1204 |#1| |#2|) (-1204 |#1| |#2|) $) 50 T ELT)) (-3158 (((-3 (-614 |#1|) #1#) $) NIL T ELT)) (-3157 (((-614 |#1|) $) NIL T ELT)) (-3960 (($ $) 94 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-3939 (($ (-614 |#1|) |#2|) 70 T ELT)) (-3937 (($ $) 90 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3941 (((-1204 |#1| |#2|) (-1204 |#1| |#2|) $) 49 T ELT)) (-1752 (((-2 (|:| |k| (-614 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-2895 (((-614 |#1|) $) NIL T ELT)) (-3175 ((|#2| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3769 (($ $ |#1| $) 32 T ELT) (($ $ (-583 |#1|) (-583 $)) 34 T ELT)) (-3949 (((-694) $) 92 T ELT)) (-3531 (($ $ $) 20 T ELT) (($ (-614 |#1|) (-614 |#1|)) 79 T ELT) (($ (-614 |#1|) $) 77 T ELT) (($ $ (-614 |#1|)) 78 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ |#1|) 76 T ELT) (((-1195 |#1| |#2|) $) 60 T ELT) (((-1204 |#1| |#2|) $) 43 T ELT) (($ (-614 |#1|)) 27 T ELT)) (-3818 (((-583 |#2|) $) NIL T ELT)) (-3678 ((|#2| $ (-614 |#1|)) NIL T ELT)) (-3955 ((|#2| (-1204 |#1| |#2|) $) 45 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 23 T CONST)) (-2666 (((-583 (-2 (|:| |k| (-614 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-3946 (((-3 $ #1#) (-1195 |#1| |#2|)) 62 T ELT)) (-1736 (($ (-614 |#1|)) 14 T ELT)) (-3057 (((-85) $ $) 46 T ELT)) (-3950 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3838 (($ $) 68 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 31 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ |#2| $) 30 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| (-614 |#1|)) NIL T ELT)))
-(((-606 |#1| |#2|) (-13 (-326 |#1| |#2|) (-335 |#2| (-614 |#1|)) (-10 -8 (-15 -3946 ((-3 $ "failed") (-1195 |#1| |#2|))) (-15 -3531 ($ (-614 |#1|) (-614 |#1|))) (-15 -3531 ($ (-614 |#1|) $)) (-15 -3531 ($ $ (-614 |#1|))))) (-756) (-146)) (T -606))
-((-3946 (*1 *1 *2) (|partial| -12 (-5 *2 (-1195 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)) (-5 *1 (-606 *3 *4)))) (-3531 (*1 *1 *2 *2) (-12 (-5 *2 (-614 *3)) (-4 *3 (-756)) (-5 *1 (-606 *3 *4)) (-4 *4 (-146)))) (-3531 (*1 *1 *2 *1) (-12 (-5 *2 (-614 *3)) (-4 *3 (-756)) (-5 *1 (-606 *3 *4)) (-4 *4 (-146)))) (-3531 (*1 *1 *1 *2) (-12 (-5 *2 (-614 *3)) (-4 *3 (-756)) (-5 *1 (-606 *3 *4)) (-4 *4 (-146)))))
-((-1735 (((-85) $) NIL T ELT) (((-85) (-1 (-85) |#2| |#2|) $) 59 T ELT)) (-1733 (($ $) NIL T ELT) (($ (-1 (-85) |#2| |#2|) $) 12 T ELT)) (-1570 (($ (-1 (-85) |#2|) $) 29 T ELT)) (-2297 (($ $) 65 T ELT)) (-2368 (($ $) 74 T ELT)) (-3406 (($ |#2| $) NIL T ELT) (($ (-1 (-85) |#2|) $) 43 T ELT)) (-3843 ((|#2| (-1 |#2| |#2| |#2|) $) 21 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 60 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 62 T ELT)) (-3420 (((-484) |#2| $ (-484)) 71 T ELT) (((-484) |#2| $) NIL T ELT) (((-484) (-1 (-85) |#2|) $) 54 T ELT)) (-3615 (($ (-694) |#2|) 63 T ELT)) (-2857 (($ $ $) NIL T ELT) (($ (-1 (-85) |#2| |#2|) $ $) 31 T ELT)) (-3519 (($ $ $) NIL T ELT) (($ (-1 (-85) |#2| |#2|) $ $) 24 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 64 T ELT)) (-3535 (($ |#2|) 15 T ELT)) (-3610 (($ $ $ (-484)) 42 T ELT) (($ |#2| $ (-484)) 40 T ELT)) (-1354 (((-3 |#2| "failed") (-1 (-85) |#2|) $) 53 T ELT)) (-1571 (($ $ (-1146 (-484))) 51 T ELT) (($ $ (-484)) 44 T ELT)) (-1734 (($ $ $ (-484)) 70 T ELT)) (-3401 (($ $) 68 T ELT)) (-2686 (((-85) $ $) 76 T ELT)))
-(((-607 |#1| |#2|) (-10 -7 (-15 -3535 (|#1| |#2|)) (-15 -1571 (|#1| |#1| (-484))) (-15 -1571 (|#1| |#1| (-1146 (-484)))) (-15 -3406 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3610 (|#1| |#2| |#1| (-484))) (-15 -3610 (|#1| |#1| |#1| (-484))) (-15 -2857 (|#1| (-1 (-85) |#2| |#2|) |#1| |#1|)) (-15 -1570 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3406 (|#1| |#2| |#1|)) (-15 -2368 (|#1| |#1|)) (-15 -2857 (|#1| |#1| |#1|)) (-15 -3843 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3843 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3843 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3519 (|#1| (-1 (-85) |#2| |#2|) |#1| |#1|)) (-15 -1735 ((-85) (-1 (-85) |#2| |#2|) |#1|)) (-15 -3420 ((-484) (-1 (-85) |#2|) |#1|)) (-15 -3420 ((-484) |#2| |#1|)) (-15 -3420 ((-484) |#2| |#1| (-484))) (-15 -3519 (|#1| |#1| |#1|)) (-15 -1735 ((-85) |#1|)) (-15 -1734 (|#1| |#1| |#1| (-484))) (-15 -2297 (|#1| |#1|)) (-15 -1733 (|#1| (-1 (-85) |#2| |#2|) |#1|)) (-15 -1733 (|#1| |#1|)) (-15 -2686 ((-85) |#1| |#1|)) (-15 -1354 ((-3 |#2| "failed") (-1 (-85) |#2|) |#1|)) (-15 -3615 (|#1| (-694) |#2|)) (-15 -3959 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3959 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3401 (|#1| |#1|))) (-608 |#2|) (-1129)) (T -607))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 42 T ELT)) (-3796 ((|#1| $) 61 T ELT)) (-3798 (($ $) 63 T ELT)) (-2198 (((-1185) $ (-484) (-484)) 98 (|has| $ (-1035 |#1|)) ELT)) (-3786 (($ $ (-484)) 48 (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) $) 154 (|has| |#1| (-756)) ELT) (((-85) (-1 (-85) |#1| |#1|) $) 148 T ELT)) (-1733 (($ $) 158 (-12 (|has| |#1| (-756)) (|has| $ (-1035 |#1|))) ELT) (($ (-1 (-85) |#1| |#1|) $) 157 (|has| $ (-1035 |#1|)) ELT)) (-2910 (($ $) 153 (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $) 147 T ELT)) (-3443 (((-85) $ (-694)) 81 T ELT)) (-3026 ((|#1| $ |#1|) 33 (|has| $ (-1035 |#1|)) ELT)) (-3788 (($ $ $) 52 (|has| $ (-1035 |#1|)) ELT)) (-3787 ((|#1| $ |#1|) 50 (|has| $ (-1035 |#1|)) ELT)) (-3790 ((|#1| $ |#1|) 54 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #2="first" |#1|) 53 (|has| $ (-1035 |#1|)) ELT) (($ $ #3="rest" $) 51 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #4="last" |#1|) 49 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) 115 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-484) |#1|) 87 (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) 35 (|has| $ (-1035 |#1|)) ELT)) (-1570 (($ (-1 (-85) |#1|) $) 131 T ELT)) (-3711 (($ (-1 (-85) |#1|) $) 102 (|has| $ (-318 |#1|)) ELT)) (-3797 ((|#1| $) 62 T ELT)) (-3725 (($) 6 T CONST)) (-2297 (($ $) 156 (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) 146 T ELT)) (-3800 (($ $) 69 T ELT) (($ $ (-694)) 67 T ELT)) (-2368 (($ $) 133 (|has| |#1| (-72)) ELT)) (-1353 (($ $) 100 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3406 (($ |#1| $) 132 (|has| |#1| (-72)) ELT) (($ (-1 (-85) |#1|) $) 127 T ELT)) (-3407 (($ (-1 (-85) |#1|) $) 103 (|has| $ (-318 |#1|)) ELT) (($ |#1| $) 101 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) 139 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 138 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 135 (|has| |#1| (-72)) ELT)) (-1576 ((|#1| $ (-484) |#1|) 86 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 88 T ELT)) (-3444 (((-85) $) 84 T ELT)) (-3420 (((-484) |#1| $ (-484)) 151 (|has| |#1| (-72)) ELT) (((-484) |#1| $) 150 (|has| |#1| (-72)) ELT) (((-484) (-1 (-85) |#1|) $) 149 T ELT)) (-3032 (((-583 $) $) 44 T ELT)) (-3028 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3615 (($ (-694) |#1|) 107 T ELT)) (-3720 (((-85) $ (-694)) 82 T ELT)) (-2200 (((-484) $) 96 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) 164 (|has| |#1| (-756)) ELT)) (-2857 (($ $ $) 134 (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) 130 T ELT)) (-3519 (($ $ $) 152 (|has| |#1| (-756)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) 145 T ELT)) (-2609 (((-583 |#1|) $) 140 T ELT)) (-3246 (((-85) |#1| $) 136 (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) 95 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) 163 (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 124 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 110 T ELT)) (-3535 (($ |#1|) 123 T ELT)) (-3717 (((-85) $ (-694)) 83 T ELT)) (-3031 (((-583 |#1|) $) 39 T ELT)) (-3528 (((-85) $) 43 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3799 ((|#1| $) 66 T ELT) (($ $ (-694)) 64 T ELT)) (-3610 (($ $ $ (-484)) 129 T ELT) (($ |#1| $ (-484)) 128 T ELT)) (-2304 (($ $ $ (-484)) 114 T ELT) (($ |#1| $ (-484)) 113 T ELT)) (-2203 (((-583 (-484)) $) 93 T ELT)) (-2204 (((-85) (-484) $) 92 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) 72 T ELT) (($ $ (-694)) 70 T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 104 T ELT)) (-2199 (($ $ |#1|) 97 (|has| $ (-1035 |#1|)) ELT)) (-3445 (((-85) $) 85 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 142 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#1| $) 94 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) 91 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ #1#) 41 T ELT) ((|#1| $ #2#) 71 T ELT) (($ $ #3#) 68 T ELT) ((|#1| $ #4#) 65 T ELT) (($ $ (-1146 (-484))) 106 T ELT) ((|#1| $ (-484)) 90 T ELT) ((|#1| $ (-484) |#1|) 89 T ELT)) (-3030 (((-484) $ $) 38 T ELT)) (-1571 (($ $ (-1146 (-484))) 126 T ELT) (($ $ (-484)) 125 T ELT)) (-2305 (($ $ (-1146 (-484))) 112 T ELT) (($ $ (-484)) 111 T ELT)) (-3634 (((-85) $) 40 T ELT)) (-3793 (($ $) 58 T ELT)) (-3791 (($ $) 55 (|has| $ (-1035 |#1|)) ELT)) (-3794 (((-694) $) 59 T ELT)) (-3795 (($ $) 60 T ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) 141 T ELT) (((-694) |#1| $) 137 (|has| |#1| (-72)) ELT)) (-1734 (($ $ $ (-484)) 155 (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 99 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 105 T ELT)) (-3792 (($ $ $) 57 T ELT) (($ $ |#1|) 56 T ELT)) (-3803 (($ $ $) 74 T ELT) (($ |#1| $) 73 T ELT) (($ (-583 $)) 109 T ELT) (($ $ |#1|) 108 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) 45 T ELT)) (-3029 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 143 T ELT)) (-2567 (((-85) $ $) 162 (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) 160 (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) 161 (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 159 (|has| |#1| (-756)) ELT)) (-3958 (((-694) $) 144 T ELT)))
-(((-608 |#1|) (-113) (-1129)) (T -608))
-((-3535 (*1 *1 *2) (-12 (-4 *1 (-608 *2)) (-4 *2 (-1129)))))
-(-13 (-1064 |t#1|) (-324 |t#1|) (-237 |t#1|) (-10 -8 (-15 -3535 ($ |t#1|))))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-756)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-756)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-241 (-484) |#1|) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-237 |#1|) . T) ((-318 |#1|) . T) ((-324 |#1|) . T) ((-429 |#1|) . T) ((-538 (-484) |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-593 |#1|) . T) ((-756) |has| |#1| (-756)) ((-759) |has| |#1| (-756)) ((-923 |#1|) . T) ((-1013) OR (|has| |#1| (-1013)) (|has| |#1| (-756))) ((-1035 |#1|) . T) ((-1064 |#1|) . T) ((-1129) . T) ((-1168 |#1|) . T))
-((-3574 (((-583 (-2 (|:| |particular| (-3 |#3| #1="failed")) (|:| -2012 (-583 |#3|)))) |#4| (-583 |#3|)) 66 T ELT) (((-2 (|:| |particular| (-3 |#3| #1#)) (|:| -2012 (-583 |#3|))) |#4| |#3|) 60 T ELT)) (-3109 (((-694) |#4| |#3|) 18 T ELT)) (-3341 (((-3 |#3| #1#) |#4| |#3|) 21 T ELT)) (-2315 (((-85) |#4| |#3|) 14 T ELT)))
-(((-609 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3574 ((-2 (|:| |particular| (-3 |#3| #1="failed")) (|:| -2012 (-583 |#3|))) |#4| |#3|)) (-15 -3574 ((-583 (-2 (|:| |particular| (-3 |#3| #1#)) (|:| -2012 (-583 |#3|)))) |#4| (-583 |#3|))) (-15 -3341 ((-3 |#3| #1#) |#4| |#3|)) (-15 -2315 ((-85) |#4| |#3|)) (-15 -3109 ((-694) |#4| |#3|))) (-312) (-13 (-324 |#1|) (-1035 |#1|)) (-13 (-324 |#1|) (-1035 |#1|)) (-627 |#1| |#2| |#3|)) (T -609))
-((-3109 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1035 *5))) (-4 *4 (-13 (-324 *5) (-1035 *5))) (-5 *2 (-694)) (-5 *1 (-609 *5 *6 *4 *3)) (-4 *3 (-627 *5 *6 *4)))) (-2315 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1035 *5))) (-4 *4 (-13 (-324 *5) (-1035 *5))) (-5 *2 (-85)) (-5 *1 (-609 *5 *6 *4 *3)) (-4 *3 (-627 *5 *6 *4)))) (-3341 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-312)) (-4 *5 (-13 (-324 *4) (-1035 *4))) (-4 *2 (-13 (-324 *4) (-1035 *4))) (-5 *1 (-609 *4 *5 *2 *3)) (-4 *3 (-627 *4 *5 *2)))) (-3574 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1035 *5))) (-4 *7 (-13 (-324 *5) (-1035 *5))) (-5 *2 (-583 (-2 (|:| |particular| (-3 *7 #1="failed")) (|:| -2012 (-583 *7))))) (-5 *1 (-609 *5 *6 *7 *3)) (-5 *4 (-583 *7)) (-4 *3 (-627 *5 *6 *7)))) (-3574 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1035 *5))) (-4 *4 (-13 (-324 *5) (-1035 *5))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1#)) (|:| -2012 (-583 *4)))) (-5 *1 (-609 *5 *6 *4 *3)) (-4 *3 (-627 *5 *6 *4)))))
-((-3574 (((-583 (-2 (|:| |particular| (-3 (-1179 |#1|) #1="failed")) (|:| -2012 (-583 (-1179 |#1|))))) (-583 (-583 |#1|)) (-583 (-1179 |#1|))) 22 T ELT) (((-583 (-2 (|:| |particular| (-3 (-1179 |#1|) #1#)) (|:| -2012 (-583 (-1179 |#1|))))) (-630 |#1|) (-583 (-1179 |#1|))) 21 T ELT) (((-2 (|:| |particular| (-3 (-1179 |#1|) #1#)) (|:| -2012 (-583 (-1179 |#1|)))) (-583 (-583 |#1|)) (-1179 |#1|)) 18 T ELT) (((-2 (|:| |particular| (-3 (-1179 |#1|) #1#)) (|:| -2012 (-583 (-1179 |#1|)))) (-630 |#1|) (-1179 |#1|)) 14 T ELT)) (-3109 (((-694) (-630 |#1|) (-1179 |#1|)) 30 T ELT)) (-3341 (((-3 (-1179 |#1|) #1#) (-630 |#1|) (-1179 |#1|)) 24 T ELT)) (-2315 (((-85) (-630 |#1|) (-1179 |#1|)) 27 T ELT)))
-(((-610 |#1|) (-10 -7 (-15 -3574 ((-2 (|:| |particular| (-3 (-1179 |#1|) #1="failed")) (|:| -2012 (-583 (-1179 |#1|)))) (-630 |#1|) (-1179 |#1|))) (-15 -3574 ((-2 (|:| |particular| (-3 (-1179 |#1|) #1#)) (|:| -2012 (-583 (-1179 |#1|)))) (-583 (-583 |#1|)) (-1179 |#1|))) (-15 -3574 ((-583 (-2 (|:| |particular| (-3 (-1179 |#1|) #1#)) (|:| -2012 (-583 (-1179 |#1|))))) (-630 |#1|) (-583 (-1179 |#1|)))) (-15 -3574 ((-583 (-2 (|:| |particular| (-3 (-1179 |#1|) #1#)) (|:| -2012 (-583 (-1179 |#1|))))) (-583 (-583 |#1|)) (-583 (-1179 |#1|)))) (-15 -3341 ((-3 (-1179 |#1|) #1#) (-630 |#1|) (-1179 |#1|))) (-15 -2315 ((-85) (-630 |#1|) (-1179 |#1|))) (-15 -3109 ((-694) (-630 |#1|) (-1179 |#1|)))) (-312)) (T -610))
-((-3109 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *5)) (-5 *4 (-1179 *5)) (-4 *5 (-312)) (-5 *2 (-694)) (-5 *1 (-610 *5)))) (-2315 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *5)) (-5 *4 (-1179 *5)) (-4 *5 (-312)) (-5 *2 (-85)) (-5 *1 (-610 *5)))) (-3341 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1179 *4)) (-5 *3 (-630 *4)) (-4 *4 (-312)) (-5 *1 (-610 *4)))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-583 *5))) (-4 *5 (-312)) (-5 *2 (-583 (-2 (|:| |particular| (-3 (-1179 *5) #1="failed")) (|:| -2012 (-583 (-1179 *5)))))) (-5 *1 (-610 *5)) (-5 *4 (-583 (-1179 *5))))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *5)) (-4 *5 (-312)) (-5 *2 (-583 (-2 (|:| |particular| (-3 (-1179 *5) #1#)) (|:| -2012 (-583 (-1179 *5)))))) (-5 *1 (-610 *5)) (-5 *4 (-583 (-1179 *5))))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-583 *5))) (-4 *5 (-312)) (-5 *2 (-2 (|:| |particular| (-3 (-1179 *5) #1#)) (|:| -2012 (-583 (-1179 *5))))) (-5 *1 (-610 *5)) (-5 *4 (-1179 *5)))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| |particular| (-3 (-1179 *5) #1#)) (|:| -2012 (-583 (-1179 *5))))) (-5 *1 (-610 *5)) (-5 *4 (-1179 *5)))))
-((-2316 (((-2 (|:| |particular| (-3 (-1179 (-350 |#4|)) "failed")) (|:| -2012 (-583 (-1179 (-350 |#4|))))) (-583 |#4|) (-583 |#3|)) 51 T ELT)))
-(((-611 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2316 ((-2 (|:| |particular| (-3 (-1179 (-350 |#4|)) "failed")) (|:| -2012 (-583 (-1179 (-350 |#4|))))) (-583 |#4|) (-583 |#3|)))) (-495) (-717) (-756) (-861 |#1| |#2| |#3|)) (T -611))
-((-2316 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 *7)) (-4 *7 (-756)) (-4 *8 (-861 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717)) (-5 *2 (-2 (|:| |particular| (-3 (-1179 (-350 *8)) "failed")) (|:| -2012 (-583 (-1179 (-350 *8)))))) (-5 *1 (-611 *5 *6 *7 *8)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1775 (((-3 $ #1="failed")) NIL (|has| |#2| (-495)) ELT)) (-3331 ((|#2| $) NIL T ELT)) (-3121 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1#) $ $) NIL T ELT)) (-3224 (((-1179 (-630 |#2|))) NIL T ELT) (((-1179 (-630 |#2|)) (-1179 $)) NIL T ELT)) (-3123 (((-85) $) NIL T ELT)) (-1729 (((-1179 $)) 41 T ELT)) (-3334 (($ |#2|) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3110 (($ $) NIL (|has| |#2| (-258)) ELT)) (-3112 (((-197 |#1| |#2|) $ (-484)) NIL T ELT)) (-1909 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) NIL (|has| |#2| (-495)) ELT)) (-1703 (((-3 $ #1#)) NIL (|has| |#2| (-495)) ELT)) (-1791 (((-630 |#2|)) NIL T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-1727 ((|#2| $) NIL T ELT)) (-1789 (((-630 |#2|) $) NIL T ELT) (((-630 |#2|) $ (-1179 $)) NIL T ELT)) (-2404 (((-3 $ #1#) $) NIL (|has| |#2| (-495)) ELT)) (-1903 (((-1085 (-857 |#2|))) NIL (|has| |#2| (-312)) ELT)) (-2407 (($ $ (-830)) NIL T ELT)) (-1725 ((|#2| $) NIL T ELT)) (-1705 (((-1085 |#2|) $) NIL (|has| |#2| (-495)) ELT)) (-1793 ((|#2|) NIL T ELT) ((|#2| (-1179 $)) NIL T ELT)) (-1723 (((-1085 |#2|) $) NIL T ELT)) (-1717 (((-85)) NIL T ELT)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-3 |#2| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) ((|#2| $) NIL T ELT)) (-1795 (($ (-1179 |#2|)) NIL T ELT) (($ (-1179 |#2|) (-1179 $)) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#2|) (-630 $)) NIL T ELT)) (-3843 ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) NIL (|has| |#2| (-72)) ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3109 (((-694) $) NIL (|has| |#2| (-495)) ELT) (((-830)) 42 T ELT)) (-3113 ((|#2| $ (-484) (-484)) NIL T ELT)) (-1714 (((-85)) NIL T ELT)) (-2434 (($ $ (-830)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3108 (((-694) $) NIL (|has| |#2| (-495)) ELT)) (-3107 (((-583 (-197 |#1| |#2|)) $) NIL (|has| |#2| (-495)) ELT)) (-3115 (((-694) $) NIL T ELT)) (-1710 (((-85)) NIL T ELT)) (-3114 (((-694) $) NIL T ELT)) (-3328 ((|#2| $) NIL (|has| |#2| (-6 (-3998 #2="*"))) ELT)) (-3119 (((-484) $) NIL T ELT)) (-3117 (((-484) $) NIL T ELT)) (-2609 (((-583 |#2|) $) NIL T ELT)) (-3246 (((-85) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-3118 (((-484) $) NIL T ELT)) (-3116 (((-484) $) NIL T ELT)) (-3124 (($ (-583 (-583 |#2|))) NIL T ELT)) (-3959 (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3595 (((-583 (-583 |#2|)) $) NIL T ELT)) (-1708 (((-85)) NIL T ELT)) (-1712 (((-85)) NIL T ELT)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2012 (-583 $))) #1#)) NIL (|has| |#2| (-495)) ELT)) (-1704 (((-3 $ #1#)) NIL (|has| |#2| (-495)) ELT)) (-1792 (((-630 |#2|)) NIL T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-1728 ((|#2| $) NIL T ELT)) (-1790 (((-630 |#2|) $) NIL T ELT) (((-630 |#2|) $ (-1179 $)) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-2405 (((-3 $ #1#) $) NIL (|has| |#2| (-495)) ELT)) (-1907 (((-1085 (-857 |#2|))) NIL (|has| |#2| (-312)) ELT)) (-2406 (($ $ (-830)) NIL T ELT)) (-1726 ((|#2| $) NIL T ELT)) (-1706 (((-1085 |#2|) $) NIL (|has| |#2| (-495)) ELT)) (-1794 ((|#2|) NIL T ELT) ((|#2| (-1179 $)) NIL T ELT)) (-1724 (((-1085 |#2|) $) NIL T ELT)) (-1718 (((-85)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1709 (((-85)) NIL T ELT)) (-1711 (((-85)) NIL T ELT)) (-1713 (((-85)) NIL T ELT)) (-3591 (((-3 $ #1#) $) NIL (|has| |#2| (-312)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1716 (((-85)) NIL T ELT)) (-3467 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-495)) ELT)) (-1731 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#2| $ (-484) (-484) |#2|) NIL T ELT) ((|#2| $ (-484) (-484)) 27 T ELT) ((|#2| $ (-484)) NIL T ELT)) (-3759 (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-694)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1090)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#2| (-811 (-1090))) ELT)) (-3330 ((|#2| $) NIL T ELT)) (-3333 (($ (-583 |#2|)) NIL T ELT)) (-3122 (((-85) $) NIL T ELT)) (-3332 (((-197 |#1| |#2|) $) NIL T ELT)) (-3329 ((|#2| $) NIL (|has| |#2| (-6 (-3998 #2#))) ELT)) (-1730 (((-694) (-1 (-85) |#2|) $) NIL T ELT) (((-694) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-3401 (($ $) NIL T ELT)) (-3225 (((-630 |#2|) (-1179 $)) NIL T ELT) (((-1179 |#2|) $) NIL T ELT) (((-630 |#2|) (-1179 $) (-1179 $)) NIL T ELT) (((-1179 |#2|) $ (-1179 $)) 30 T ELT)) (-3973 (($ (-1179 |#2|)) NIL T ELT) (((-1179 |#2|) $) NIL T ELT)) (-1895 (((-583 (-857 |#2|))) NIL T ELT) (((-583 (-857 |#2|)) (-1179 $)) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-1722 (((-85)) NIL T ELT)) (-3111 (((-197 |#1| |#2|) $ (-484)) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (($ |#2|) NIL T ELT) (((-630 |#2|) $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) 40 T ELT)) (-1707 (((-583 (-1179 |#2|))) NIL (|has| |#2| (-495)) ELT)) (-2437 (($ $ $ $) NIL T ELT)) (-1720 (((-85)) NIL T ELT)) (-2546 (($ (-630 |#2|) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3120 (((-85) $) NIL T ELT)) (-2435 (($ $ $) NIL T ELT)) (-1721 (((-85)) NIL T ELT)) (-1719 (((-85)) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-1715 (((-85)) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-694)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1090)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#2| (-811 (-1090))) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| |#2| (-312)) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (((-197 |#1| |#2|) $ (-197 |#1| |#2|)) NIL T ELT) (((-197 |#1| |#2|) (-197 |#1| |#2|) $) NIL T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-612 |#1| |#2|) (-13 (-1037 |#1| |#2| (-197 |#1| |#2|) (-197 |#1| |#2|)) (-552 (-630 |#2|)) (-361 |#2|)) (-830) (-146)) (T -612))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3249 (((-583 (-1049)) $) 12 T ELT)) (-3947 (((-772) $) 18 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-613) (-13 (-995) (-10 -8 (-15 -3249 ((-583 (-1049)) $))))) (T -613))
-((-3249 (*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-613)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3935 (((-583 |#1|) $) NIL T ELT)) (-3138 (($ $) 62 T ELT)) (-2665 (((-85) $) NIL T ELT)) (-3158 (((-3 |#1| #1="failed") $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-2319 (((-3 $ #1#) (-739 |#1|)) 28 T ELT)) (-2321 (((-85) (-739 |#1|)) 18 T ELT)) (-2320 (($ (-739 |#1|)) 29 T ELT)) (-2512 (((-85) $ $) 36 T ELT)) (-3834 (((-830) $) 43 T ELT)) (-3139 (($ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3733 (((-583 $) (-739 |#1|)) 20 T ELT)) (-3947 (((-772) $) 51 T ELT) (($ |#1|) 40 T ELT) (((-739 |#1|) $) 47 T ELT) (((-618 |#1|) $) 52 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2318 (((-58 (-583 $)) (-583 |#1|) (-830)) 67 T ELT)) (-2317 (((-583 $) (-583 |#1|) (-830)) 70 T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 63 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 46 T ELT)))
-(((-614 |#1|) (-13 (-756) (-950 |#1|) (-10 -8 (-15 -2665 ((-85) $)) (-15 -3139 ($ $)) (-15 -3138 ($ $)) (-15 -3834 ((-830) $)) (-15 -2512 ((-85) $ $)) (-15 -3947 ((-739 |#1|) $)) (-15 -3947 ((-618 |#1|) $)) (-15 -3733 ((-583 $) (-739 |#1|))) (-15 -2321 ((-85) (-739 |#1|))) (-15 -2320 ($ (-739 |#1|))) (-15 -2319 ((-3 $ "failed") (-739 |#1|))) (-15 -3935 ((-583 |#1|) $)) (-15 -2318 ((-58 (-583 $)) (-583 |#1|) (-830))) (-15 -2317 ((-583 $) (-583 |#1|) (-830))))) (-756)) (T -614))
-((-2665 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-614 *3)) (-4 *3 (-756)))) (-3139 (*1 *1 *1) (-12 (-5 *1 (-614 *2)) (-4 *2 (-756)))) (-3138 (*1 *1 *1) (-12 (-5 *1 (-614 *2)) (-4 *2 (-756)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-830)) (-5 *1 (-614 *3)) (-4 *3 (-756)))) (-2512 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-614 *3)) (-4 *3 (-756)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-739 *3)) (-5 *1 (-614 *3)) (-4 *3 (-756)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-618 *3)) (-5 *1 (-614 *3)) (-4 *3 (-756)))) (-3733 (*1 *2 *3) (-12 (-5 *3 (-739 *4)) (-4 *4 (-756)) (-5 *2 (-583 (-614 *4))) (-5 *1 (-614 *4)))) (-2321 (*1 *2 *3) (-12 (-5 *3 (-739 *4)) (-4 *4 (-756)) (-5 *2 (-85)) (-5 *1 (-614 *4)))) (-2320 (*1 *1 *2) (-12 (-5 *2 (-739 *3)) (-4 *3 (-756)) (-5 *1 (-614 *3)))) (-2319 (*1 *1 *2) (|partial| -12 (-5 *2 (-739 *3)) (-4 *3 (-756)) (-5 *1 (-614 *3)))) (-3935 (*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-614 *3)) (-4 *3 (-756)))) (-2318 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *5)) (-5 *4 (-830)) (-4 *5 (-756)) (-5 *2 (-58 (-583 (-614 *5)))) (-5 *1 (-614 *5)))) (-2317 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *5)) (-5 *4 (-830)) (-4 *5 (-756)) (-5 *2 (-583 (-614 *5))) (-5 *1 (-614 *5)))))
-((-3403 ((|#2| $) 96 T ELT)) (-3798 (($ $) 117 T ELT)) (-3443 (((-85) $ (-694)) 35 T ELT)) (-3800 (($ $) 105 T ELT) (($ $ (-694)) 108 T ELT)) (-3444 (((-85) $) 118 T ELT)) (-3032 (((-583 $) $) 92 T ELT)) (-3028 (((-85) $ $) 88 T ELT)) (-3720 (((-85) $ (-694)) 33 T ELT)) (-2200 (((-484) $) 62 T ELT)) (-2201 (((-484) $) 61 T ELT)) (-3717 (((-85) $ (-694)) 31 T ELT)) (-3528 (((-85) $) 94 T ELT)) (-3799 ((|#2| $) 109 T ELT) (($ $ (-694)) 113 T ELT)) (-2304 (($ $ $ (-484)) 79 T ELT) (($ |#2| $ (-484)) 78 T ELT)) (-2203 (((-583 (-484)) $) 60 T ELT)) (-2204 (((-85) (-484) $) 55 T ELT)) (-3802 ((|#2| $) NIL T ELT) (($ $ (-694)) 104 T ELT)) (-3770 (($ $ (-484)) 121 T ELT)) (-3445 (((-85) $) 120 T ELT)) (-2205 (((-583 |#2|) $) 42 T ELT)) (-3801 ((|#2| $ "value") NIL T ELT) ((|#2| $ "first") 103 T ELT) (($ $ "rest") 107 T ELT) ((|#2| $ "last") 116 T ELT) (($ $ (-1146 (-484))) 75 T ELT) ((|#2| $ (-484)) 53 T ELT) ((|#2| $ (-484) |#2|) 54 T ELT)) (-3030 (((-484) $ $) 87 T ELT)) (-2305 (($ $ (-1146 (-484))) 74 T ELT) (($ $ (-484)) 68 T ELT)) (-3634 (((-85) $) 83 T ELT)) (-3793 (($ $) 101 T ELT)) (-3794 (((-694) $) 100 T ELT)) (-3795 (($ $) 99 T ELT)) (-3531 (($ (-583 |#2|)) 49 T ELT)) (-2892 (($ $) 122 T ELT)) (-3523 (((-583 $) $) 86 T ELT)) (-3029 (((-85) $ $) 85 T ELT)) (-3057 (((-85) $ $) 20 T ELT)))
-(((-615 |#1| |#2|) (-10 -7 (-15 -3057 ((-85) |#1| |#1|)) (-15 -2892 (|#1| |#1|)) (-15 -3770 (|#1| |#1| (-484))) (-15 -3443 ((-85) |#1| (-694))) (-15 -3720 ((-85) |#1| (-694))) (-15 -3717 ((-85) |#1| (-694))) (-15 -3444 ((-85) |#1|)) (-15 -3445 ((-85) |#1|)) (-15 -3801 (|#2| |#1| (-484) |#2|)) (-15 -3801 (|#2| |#1| (-484))) (-15 -2205 ((-583 |#2|) |#1|)) (-15 -2204 ((-85) (-484) |#1|)) (-15 -2203 ((-583 (-484)) |#1|)) (-15 -2201 ((-484) |#1|)) (-15 -2200 ((-484) |#1|)) (-15 -3531 (|#1| (-583 |#2|))) (-15 -3801 (|#1| |#1| (-1146 (-484)))) (-15 -2305 (|#1| |#1| (-484))) (-15 -2305 (|#1| |#1| (-1146 (-484)))) (-15 -2304 (|#1| |#2| |#1| (-484))) (-15 -2304 (|#1| |#1| |#1| (-484))) (-15 -3793 (|#1| |#1|)) (-15 -3794 ((-694) |#1|)) (-15 -3795 (|#1| |#1|)) (-15 -3798 (|#1| |#1|)) (-15 -3799 (|#1| |#1| (-694))) (-15 -3801 (|#2| |#1| "last")) (-15 -3799 (|#2| |#1|)) (-15 -3800 (|#1| |#1| (-694))) (-15 -3801 (|#1| |#1| "rest")) (-15 -3800 (|#1| |#1|)) (-15 -3802 (|#1| |#1| (-694))) (-15 -3801 (|#2| |#1| "first")) (-15 -3802 (|#2| |#1|)) (-15 -3028 ((-85) |#1| |#1|)) (-15 -3029 ((-85) |#1| |#1|)) (-15 -3030 ((-484) |#1| |#1|)) (-15 -3634 ((-85) |#1|)) (-15 -3801 (|#2| |#1| "value")) (-15 -3403 (|#2| |#1|)) (-15 -3528 ((-85) |#1|)) (-15 -3032 ((-583 |#1|) |#1|)) (-15 -3523 ((-583 |#1|) |#1|))) (-616 |#2|) (-1129)) (T -615))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 42 T ELT)) (-3796 ((|#1| $) 61 T ELT)) (-3798 (($ $) 63 T ELT)) (-2198 (((-1185) $ (-484) (-484)) 98 (|has| $ (-1035 |#1|)) ELT)) (-3786 (($ $ (-484)) 48 (|has| $ (-1035 |#1|)) ELT)) (-3443 (((-85) $ (-694)) 81 T ELT)) (-3026 ((|#1| $ |#1|) 33 (|has| $ (-1035 |#1|)) ELT)) (-3788 (($ $ $) 52 (|has| $ (-1035 |#1|)) ELT)) (-3787 ((|#1| $ |#1|) 50 (|has| $ (-1035 |#1|)) ELT)) (-3790 ((|#1| $ |#1|) 54 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #2="first" |#1|) 53 (|has| $ (-1035 |#1|)) ELT) (($ $ #3="rest" $) 51 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #4="last" |#1|) 49 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) 115 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-484) |#1|) 87 (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) 35 (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 102 T ELT)) (-3797 ((|#1| $) 62 T ELT)) (-3725 (($) 6 T CONST)) (-2323 (($ $) 123 T ELT)) (-3800 (($ $) 69 T ELT) (($ $ (-694)) 67 T ELT)) (-1353 (($ $) 100 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 101 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 103 T ELT)) (-1576 ((|#1| $ (-484) |#1|) 86 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 88 T ELT)) (-3444 (((-85) $) 84 T ELT)) (-2322 (((-694) $) 122 T ELT)) (-3032 (((-583 $) $) 44 T ELT)) (-3028 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3615 (($ (-694) |#1|) 107 T ELT)) (-3720 (((-85) $ (-694)) 82 T ELT)) (-2200 (((-484) $) 96 (|has| (-484) (-756)) ELT)) (-2201 (((-484) $) 95 (|has| (-484) (-756)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 110 T ELT)) (-3717 (((-85) $ (-694)) 83 T ELT)) (-3031 (((-583 |#1|) $) 39 T ELT)) (-3528 (((-85) $) 43 T ELT)) (-2325 (($ $) 125 T ELT)) (-2326 (((-85) $) 126 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3799 ((|#1| $) 66 T ELT) (($ $ (-694)) 64 T ELT)) (-2304 (($ $ $ (-484)) 114 T ELT) (($ |#1| $ (-484)) 113 T ELT)) (-2203 (((-583 (-484)) $) 93 T ELT)) (-2204 (((-85) (-484) $) 92 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-2324 ((|#1| $) 124 T ELT)) (-3802 ((|#1| $) 72 T ELT) (($ $ (-694)) 70 T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 104 T ELT)) (-2199 (($ $ |#1|) 97 (|has| $ (-1035 |#1|)) ELT)) (-3770 (($ $ (-484)) 121 T ELT)) (-3445 (((-85) $) 85 T ELT)) (-2327 (((-85) $) 127 T ELT)) (-2328 (((-85) $) 128 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#1| $) 94 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) 91 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ #1#) 41 T ELT) ((|#1| $ #2#) 71 T ELT) (($ $ #3#) 68 T ELT) ((|#1| $ #4#) 65 T ELT) (($ $ (-1146 (-484))) 106 T ELT) ((|#1| $ (-484)) 90 T ELT) ((|#1| $ (-484) |#1|) 89 T ELT)) (-3030 (((-484) $ $) 38 T ELT)) (-2305 (($ $ (-1146 (-484))) 112 T ELT) (($ $ (-484)) 111 T ELT)) (-3634 (((-85) $) 40 T ELT)) (-3793 (($ $) 58 T ELT)) (-3791 (($ $) 55 (|has| $ (-1035 |#1|)) ELT)) (-3794 (((-694) $) 59 T ELT)) (-3795 (($ $) 60 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 99 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 105 T ELT)) (-3792 (($ $ $) 57 (|has| $ (-1035 |#1|)) ELT) (($ $ |#1|) 56 (|has| $ (-1035 |#1|)) ELT)) (-3803 (($ $ $) 74 T ELT) (($ |#1| $) 73 T ELT) (($ (-583 $)) 109 T ELT) (($ $ |#1|) 108 T ELT)) (-2892 (($ $) 120 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) 45 T ELT)) (-3029 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-616 |#1|) (-113) (-1129)) (T -616))
-((-3407 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-616 *3)) (-4 *3 (-1129)))) (-3711 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-616 *3)) (-4 *3 (-1129)))) (-2328 (*1 *2 *1) (-12 (-4 *1 (-616 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))) (-2327 (*1 *2 *1) (-12 (-4 *1 (-616 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))) (-2326 (*1 *2 *1) (-12 (-4 *1 (-616 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))) (-2325 (*1 *1 *1) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1129)))) (-2324 (*1 *2 *1) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1129)))) (-2323 (*1 *1 *1) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1129)))) (-2322 (*1 *2 *1) (-12 (-4 *1 (-616 *3)) (-4 *3 (-1129)) (-5 *2 (-694)))) (-3770 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-616 *3)) (-4 *3 (-1129)))) (-2892 (*1 *1 *1) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1129)))))
-(-13 (-1064 |t#1|) (-10 -8 (-15 -3407 ($ (-1 (-85) |t#1|) $)) (-15 -3711 ($ (-1 (-85) |t#1|) $)) (-15 -2328 ((-85) $)) (-15 -2327 ((-85) $)) (-15 -2326 ((-85) $)) (-15 -2325 ($ $)) (-15 -2324 (|t#1| $)) (-15 -2323 ($ $)) (-15 -2322 ((-694) $)) (-15 -3770 ($ $ (-484))) (-15 -2892 ($ $))))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-241 (-484) |#1|) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-538 (-484) |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-593 |#1|) . T) ((-923 |#1|) . T) ((-1013) |has| |#1| (-1013)) ((-1064 |#1|) . T) ((-1129) . T) ((-1168 |#1|) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3179 (((-423) $) 15 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 24 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3234 (((-1049) $) 17 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-617) (-13 (-995) (-10 -8 (-15 -3179 ((-423) $)) (-15 -3234 ((-1049) $))))) (T -617))
-((-3179 (*1 *2 *1) (-12 (-5 *2 (-423)) (-5 *1 (-617)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-617)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3935 (((-583 |#1|) $) 15 T ELT)) (-3138 (($ $) 19 T ELT)) (-2665 (((-85) $) 20 T ELT)) (-3158 (((-3 |#1| "failed") $) 23 T ELT)) (-3157 ((|#1| $) 21 T ELT)) (-3800 (($ $) 37 T ELT)) (-3937 (($ $) 25 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-2512 (((-85) $ $) 46 T ELT)) (-3834 (((-830) $) 40 T ELT)) (-3139 (($ $) 18 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 ((|#1| $) 36 T ELT)) (-3947 (((-772) $) 32 T ELT) (($ |#1|) 24 T ELT) (((-739 |#1|) $) 28 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 13 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 44 T ELT)) (* (($ $ $) 35 T ELT)))
-(((-618 |#1|) (-13 (-756) (-950 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3947 ((-739 |#1|) $)) (-15 -3802 (|#1| $)) (-15 -3139 ($ $)) (-15 -3834 ((-830) $)) (-15 -2512 ((-85) $ $)) (-15 -3937 ($ $)) (-15 -3800 ($ $)) (-15 -2665 ((-85) $)) (-15 -3138 ($ $)) (-15 -3935 ((-583 |#1|) $)))) (-756)) (T -618))
-((* (*1 *1 *1 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-739 *3)) (-5 *1 (-618 *3)) (-4 *3 (-756)))) (-3802 (*1 *2 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756)))) (-3139 (*1 *1 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-830)) (-5 *1 (-618 *3)) (-4 *3 (-756)))) (-2512 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-618 *3)) (-4 *3 (-756)))) (-3937 (*1 *1 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756)))) (-3800 (*1 *1 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756)))) (-2665 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-618 *3)) (-4 *3 (-756)))) (-3138 (*1 *1 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756)))) (-3935 (*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-618 *3)) (-4 *3 (-756)))))
-((-2337 ((|#1| (-1 |#1| (-694) |#1|) (-694) |#1|) 11 T ELT)) (-2329 ((|#1| (-1 |#1| |#1|) (-694) |#1|) 9 T ELT)))
-(((-619 |#1|) (-10 -7 (-15 -2329 (|#1| (-1 |#1| |#1|) (-694) |#1|)) (-15 -2337 (|#1| (-1 |#1| (-694) |#1|) (-694) |#1|))) (-1013)) (T -619))
-((-2337 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-694) *2)) (-5 *4 (-694)) (-4 *2 (-1013)) (-5 *1 (-619 *2)))) (-2329 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-694)) (-4 *2 (-1013)) (-5 *1 (-619 *2)))))
-((-2331 ((|#2| |#1| |#2|) 9 T ELT)) (-2330 ((|#1| |#1| |#2|) 8 T ELT)))
-(((-620 |#1| |#2|) (-10 -7 (-15 -2330 (|#1| |#1| |#2|)) (-15 -2331 (|#2| |#1| |#2|))) (-1013) (-1013)) (T -620))
-((-2331 (*1 *2 *3 *2) (-12 (-5 *1 (-620 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1013)))) (-2330 (*1 *2 *2 *3) (-12 (-5 *1 (-620 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))))
-((-2332 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11 T ELT)))
-(((-621 |#1| |#2| |#3|) (-10 -7 (-15 -2332 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1013) (-1013) (-1013)) (T -621))
-((-2332 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013)) (-5 *1 (-621 *5 *6 *2)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3319 (((-1130) $) 22 T ELT)) (-3318 (((-583 (-1130)) $) 20 T ELT)) (-2333 (($ (-583 (-1130)) (-1130)) 15 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 30 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT) (((-1130) $) 23 T ELT) (($ (-1028)) 11 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-622) (-13 (-995) (-552 (-1130)) (-10 -8 (-15 -3947 ($ (-1028))) (-15 -2333 ($ (-583 (-1130)) (-1130))) (-15 -3318 ((-583 (-1130)) $)) (-15 -3319 ((-1130) $))))) (T -622))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-1028)) (-5 *1 (-622)))) (-2333 (*1 *1 *2 *3) (-12 (-5 *2 (-583 (-1130))) (-5 *3 (-1130)) (-5 *1 (-622)))) (-3318 (*1 *2 *1) (-12 (-5 *2 (-583 (-1130))) (-5 *1 (-622)))) (-3319 (*1 *2 *1) (-12 (-5 *2 (-1130)) (-5 *1 (-622)))))
-((-2337 (((-1 |#1| (-694) |#1|) (-1 |#1| (-694) |#1|)) 26 T ELT)) (-2334 (((-1 |#1|) |#1|) 8 T ELT)) (-2336 ((|#1| |#1|) 19 T ELT)) (-2335 (((-583 |#1|) (-1 (-583 |#1|) (-583 |#1|)) (-484)) 18 T ELT) ((|#1| (-1 |#1| |#1|)) 11 T ELT)) (-3947 (((-1 |#1|) |#1|) 9 T ELT)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-694)) 23 T ELT)))
-(((-623 |#1|) (-10 -7 (-15 -2334 ((-1 |#1|) |#1|)) (-15 -3947 ((-1 |#1|) |#1|)) (-15 -2335 (|#1| (-1 |#1| |#1|))) (-15 -2335 ((-583 |#1|) (-1 (-583 |#1|) (-583 |#1|)) (-484))) (-15 -2336 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-694))) (-15 -2337 ((-1 |#1| (-694) |#1|) (-1 |#1| (-694) |#1|)))) (-1013)) (T -623))
-((-2337 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-694) *3)) (-4 *3 (-1013)) (-5 *1 (-623 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-694)) (-4 *4 (-1013)) (-5 *1 (-623 *4)))) (-2336 (*1 *2 *2) (-12 (-5 *1 (-623 *2)) (-4 *2 (-1013)))) (-2335 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-583 *5) (-583 *5))) (-5 *4 (-484)) (-5 *2 (-583 *5)) (-5 *1 (-623 *5)) (-4 *5 (-1013)))) (-2335 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-623 *2)) (-4 *2 (-1013)))) (-3947 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-623 *3)) (-4 *3 (-1013)))) (-2334 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-623 *3)) (-4 *3 (-1013)))))
-((-2340 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16 T ELT)) (-2339 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13 T ELT)) (-3953 (((-1 |#2| |#1|) (-1 |#2|)) 14 T ELT)) (-2338 (((-1 |#2| |#1|) |#2|) 11 T ELT)))
-(((-624 |#1| |#2|) (-10 -7 (-15 -2338 ((-1 |#2| |#1|) |#2|)) (-15 -2339 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -3953 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2340 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1013) (-1013)) (T -624))
-((-2340 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-5 *2 (-1 *5 *4)) (-5 *1 (-624 *4 *5)))) (-3953 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1013)) (-5 *2 (-1 *5 *4)) (-5 *1 (-624 *4 *5)) (-4 *4 (-1013)))) (-2339 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-5 *2 (-1 *5)) (-5 *1 (-624 *4 *5)))) (-2338 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-624 *4 *3)) (-4 *4 (-1013)) (-4 *3 (-1013)))))
-((-2345 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17 T ELT)) (-2341 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11 T ELT)) (-2342 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13 T ELT)) (-2343 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14 T ELT)) (-2344 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15 T ELT)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21 T ELT)))
-(((-625 |#1| |#2| |#3|) (-10 -7 (-15 -2341 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -2342 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2343 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -2344 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -2345 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1013) (-1013) (-1013)) (T -625))
-((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-1 *7 *5)) (-5 *1 (-625 *5 *6 *7)))) (-2345 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-625 *4 *5 *6)))) (-2344 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-625 *4 *5 *6)) (-4 *4 (-1013)))) (-2343 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1013)) (-4 *6 (-1013)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-625 *4 *5 *6)) (-4 *5 (-1013)))) (-2342 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *2 (-1 *6 *5)) (-5 *1 (-625 *4 *5 *6)))) (-2341 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1013)) (-4 *4 (-1013)) (-4 *6 (-1013)) (-5 *2 (-1 *6 *5)) (-5 *1 (-625 *5 *4 *6)))))
-((-3839 (($ (-694) (-694)) 42 T ELT)) (-2350 (($ $ $) 73 T ELT)) (-3415 (($ |#3|) 68 T ELT) (($ $) 69 T ELT)) (-3121 (((-85) $) 36 T ELT)) (-2349 (($ $ (-484) (-484)) 84 T ELT)) (-2348 (($ $ (-484) (-484)) 85 T ELT)) (-2347 (($ $ (-484) (-484) (-484) (-484)) 90 T ELT)) (-2352 (($ $) 71 T ELT)) (-3123 (((-85) $) 15 T ELT)) (-2346 (($ $ (-484) (-484) $) 91 T ELT)) (-3789 ((|#2| $ (-484) (-484) |#2|) NIL T ELT) (($ $ (-583 (-484)) (-583 (-484)) $) 89 T ELT)) (-3334 (($ (-694) |#2|) 55 T ELT)) (-3124 (($ (-583 (-583 |#2|))) 51 T ELT) (($ (-694) (-694) (-1 |#2| (-484) (-484))) 53 T ELT)) (-3595 (((-583 (-583 |#2|)) $) 80 T ELT)) (-2351 (($ $ $) 72 T ELT)) (-3467 (((-3 $ "failed") $ |#2|) 122 T ELT)) (-3801 ((|#2| $ (-484) (-484)) NIL T ELT) ((|#2| $ (-484) (-484) |#2|) NIL T ELT) (($ $ (-583 (-484)) (-583 (-484))) 88 T ELT)) (-3333 (($ (-583 |#2|)) 56 T ELT) (($ (-583 $)) 58 T ELT)) (-3122 (((-85) $) 28 T ELT)) (-3947 (($ |#4|) 63 T ELT) (((-772) $) NIL T ELT)) (-3120 (((-85) $) 38 T ELT)) (-3950 (($ $ |#2|) 124 T ELT)) (-3838 (($ $ $) 95 T ELT) (($ $) 98 T ELT)) (-3840 (($ $ $) 93 T ELT)) (** (($ $ (-694)) 111 T ELT) (($ $ (-484)) 128 T ELT)) (* (($ $ $) 104 T ELT) (($ |#2| $) 100 T ELT) (($ $ |#2|) 101 T ELT) (($ (-484) $) 103 T ELT) ((|#4| $ |#4|) 115 T ELT) ((|#3| |#3| $) 119 T ELT)))
-(((-626 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3947 ((-772) |#1|)) (-15 ** (|#1| |#1| (-484))) (-15 -3950 (|#1| |#1| |#2|)) (-15 -3467 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-694))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-484) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1|)) (-15 -3838 (|#1| |#1| |#1|)) (-15 -3840 (|#1| |#1| |#1|)) (-15 -2346 (|#1| |#1| (-484) (-484) |#1|)) (-15 -2347 (|#1| |#1| (-484) (-484) (-484) (-484))) (-15 -2348 (|#1| |#1| (-484) (-484))) (-15 -2349 (|#1| |#1| (-484) (-484))) (-15 -3789 (|#1| |#1| (-583 (-484)) (-583 (-484)) |#1|)) (-15 -3801 (|#1| |#1| (-583 (-484)) (-583 (-484)))) (-15 -3595 ((-583 (-583 |#2|)) |#1|)) (-15 -2350 (|#1| |#1| |#1|)) (-15 -2351 (|#1| |#1| |#1|)) (-15 -2352 (|#1| |#1|)) (-15 -3415 (|#1| |#1|)) (-15 -3415 (|#1| |#3|)) (-15 -3947 (|#1| |#4|)) (-15 -3333 (|#1| (-583 |#1|))) (-15 -3333 (|#1| (-583 |#2|))) (-15 -3334 (|#1| (-694) |#2|)) (-15 -3124 (|#1| (-694) (-694) (-1 |#2| (-484) (-484)))) (-15 -3124 (|#1| (-583 (-583 |#2|)))) (-15 -3839 (|#1| (-694) (-694))) (-15 -3120 ((-85) |#1|)) (-15 -3121 ((-85) |#1|)) (-15 -3122 ((-85) |#1|)) (-15 -3123 ((-85) |#1|)) (-15 -3789 (|#2| |#1| (-484) (-484) |#2|)) (-15 -3801 (|#2| |#1| (-484) (-484) |#2|)) (-15 -3801 (|#2| |#1| (-484) (-484)))) (-627 |#2| |#3| |#4|) (-961) (-324 |#2|) (-324 |#2|)) (T -626))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3839 (($ (-694) (-694)) 106 T ELT)) (-2350 (($ $ $) 95 T ELT)) (-3415 (($ |#2|) 99 T ELT) (($ $) 98 T ELT)) (-3121 (((-85) $) 108 T ELT)) (-2349 (($ $ (-484) (-484)) 91 T ELT)) (-2348 (($ $ (-484) (-484)) 90 T ELT)) (-2347 (($ $ (-484) (-484) (-484) (-484)) 89 T ELT)) (-2352 (($ $) 97 T ELT)) (-3123 (((-85) $) 110 T ELT)) (-2346 (($ $ (-484) (-484) $) 88 T ELT)) (-3789 ((|#1| $ (-484) (-484) |#1|) 50 T ELT) (($ $ (-583 (-484)) (-583 (-484)) $) 92 T ELT)) (-1257 (($ $ (-484) |#2|) 48 T ELT)) (-1256 (($ $ (-484) |#3|) 47 T ELT)) (-3334 (($ (-694) |#1|) 103 T ELT)) (-3725 (($) 6 T CONST)) (-3110 (($ $) 75 (|has| |#1| (-258)) ELT)) (-3112 ((|#2| $ (-484)) 52 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) 37 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 36 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 33 (|has| |#1| (-72)) ELT)) (-3109 (((-694) $) 74 (|has| |#1| (-495)) ELT)) (-1576 ((|#1| $ (-484) (-484) |#1|) 49 T ELT)) (-3113 ((|#1| $ (-484) (-484)) 54 T ELT)) (-3108 (((-694) $) 73 (|has| |#1| (-495)) ELT)) (-3107 (((-583 |#3|) $) 72 (|has| |#1| (-495)) ELT)) (-3115 (((-694) $) 57 T ELT)) (-3615 (($ (-694) (-694) |#1|) 63 T ELT)) (-3114 (((-694) $) 56 T ELT)) (-3328 ((|#1| $) 70 (|has| |#1| (-6 (-3998 #1="*"))) ELT)) (-3119 (((-484) $) 61 T ELT)) (-3117 (((-484) $) 59 T ELT)) (-2609 (((-583 |#1|) $) 38 T ELT)) (-3246 (((-85) |#1| $) 34 (|has| |#1| (-72)) ELT)) (-3118 (((-484) $) 60 T ELT)) (-3116 (((-484) $) 58 T ELT)) (-3124 (($ (-583 (-583 |#1|))) 105 T ELT) (($ (-694) (-694) (-1 |#1| (-484) (-484))) 104 T ELT)) (-3327 (($ (-1 |#1| |#1|) $) 64 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 46 T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 45 T ELT)) (-3595 (((-583 (-583 |#1|)) $) 94 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3591 (((-3 $ "failed") $) 69 (|has| |#1| (-312)) ELT)) (-2351 (($ $ $) 96 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-2199 (($ $ |#1|) 62 T ELT)) (-3467 (((-3 $ "failed") $ |#1|) 77 (|has| |#1| (-495)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 40 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ (-484) (-484)) 55 T ELT) ((|#1| $ (-484) (-484) |#1|) 53 T ELT) (($ $ (-583 (-484)) (-583 (-484))) 93 T ELT)) (-3333 (($ (-583 |#1|)) 102 T ELT) (($ (-583 $)) 101 T ELT)) (-3122 (((-85) $) 109 T ELT)) (-3329 ((|#1| $) 71 (|has| |#1| (-6 (-3998 #1#))) ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) 39 T ELT) (((-694) |#1| $) 35 (|has| |#1| (-72)) ELT)) (-3401 (($ $) 9 T ELT)) (-3111 ((|#3| $ (-484)) 51 T ELT)) (-3947 (($ |#3|) 100 T ELT) (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 41 T ELT)) (-3120 (((-85) $) 107 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3950 (($ $ |#1|) 76 (|has| |#1| (-312)) ELT)) (-3838 (($ $ $) 86 T ELT) (($ $) 85 T ELT)) (-3840 (($ $ $) 87 T ELT)) (** (($ $ (-694)) 78 T ELT) (($ $ (-484)) 68 (|has| |#1| (-312)) ELT)) (* (($ $ $) 84 T ELT) (($ |#1| $) 83 T ELT) (($ $ |#1|) 82 T ELT) (($ (-484) $) 81 T ELT) ((|#3| $ |#3|) 80 T ELT) ((|#2| |#2| $) 79 T ELT)) (-3958 (((-694) $) 42 T ELT)))
-(((-627 |#1| |#2| |#3|) (-113) (-961) (-324 |t#1|) (-324 |t#1|)) (T -627))
-((-3123 (*1 *2 *1) (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-85)))) (-3122 (*1 *2 *1) (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-85)))) (-3121 (*1 *2 *1) (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-85)))) (-3120 (*1 *2 *1) (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-85)))) (-3839 (*1 *1 *2 *2) (-12 (-5 *2 (-694)) (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3124 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3124 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-694)) (-5 *3 (-1 *4 (-484) (-484))) (-4 *4 (-961)) (-4 *1 (-627 *4 *5 *6)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)))) (-3334 (*1 *1 *2 *3) (-12 (-5 *2 (-694)) (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3333 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3333 (*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3947 (*1 *1 *2) (-12 (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *2)) (-4 *4 (-324 *3)) (-4 *2 (-324 *3)))) (-3415 (*1 *1 *2) (-12 (-4 *3 (-961)) (-4 *1 (-627 *3 *2 *4)) (-4 *2 (-324 *3)) (-4 *4 (-324 *3)))) (-3415 (*1 *1 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-2352 (*1 *1 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-2351 (*1 *1 *1 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-2350 (*1 *1 *1 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-3595 (*1 *2 *1) (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-583 (-583 *3))))) (-3801 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-583 (-484))) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3789 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-583 (-484))) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-2349 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-2348 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-2347 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-2346 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3840 (*1 *1 *1 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-3838 (*1 *1 *1 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-3838 (*1 *1 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-627 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *2 (-324 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-627 *3 *2 *4)) (-4 *3 (-961)) (-4 *2 (-324 *3)) (-4 *4 (-324 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3467 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (-4 *2 (-495)))) (-3950 (*1 *1 *1 *2) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (-4 *2 (-312)))) (-3110 (*1 *1 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (-4 *2 (-258)))) (-3109 (*1 *2 *1) (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-4 *3 (-495)) (-5 *2 (-694)))) (-3108 (*1 *2 *1) (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-4 *3 (-495)) (-5 *2 (-694)))) (-3107 (*1 *2 *1) (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-4 *3 (-495)) (-5 *2 (-583 *5)))) (-3329 (*1 *2 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (|has| *2 (-6 (-3998 #1="*"))) (-4 *2 (-961)))) (-3328 (*1 *2 *1) (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (|has| *2 (-6 (-3998 #1#))) (-4 *2 (-961)))) (-3591 (*1 *1 *1) (|partial| -12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (-4 *2 (-312)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-4 *3 (-312)))))
-(-13 (-57 |t#1| |t#2| |t#3|) (-10 -8 (-15 -3123 ((-85) $)) (-15 -3122 ((-85) $)) (-15 -3121 ((-85) $)) (-15 -3120 ((-85) $)) (-15 -3839 ($ (-694) (-694))) (-15 -3124 ($ (-583 (-583 |t#1|)))) (-15 -3124 ($ (-694) (-694) (-1 |t#1| (-484) (-484)))) (-15 -3334 ($ (-694) |t#1|)) (-15 -3333 ($ (-583 |t#1|))) (-15 -3333 ($ (-583 $))) (-15 -3947 ($ |t#3|)) (-15 -3415 ($ |t#2|)) (-15 -3415 ($ $)) (-15 -2352 ($ $)) (-15 -2351 ($ $ $)) (-15 -2350 ($ $ $)) (-15 -3595 ((-583 (-583 |t#1|)) $)) (-15 -3801 ($ $ (-583 (-484)) (-583 (-484)))) (-15 -3789 ($ $ (-583 (-484)) (-583 (-484)) $)) (-15 -2349 ($ $ (-484) (-484))) (-15 -2348 ($ $ (-484) (-484))) (-15 -2347 ($ $ (-484) (-484) (-484) (-484))) (-15 -2346 ($ $ (-484) (-484) $)) (-15 -3840 ($ $ $)) (-15 -3838 ($ $ $)) (-15 -3838 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-484) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-694))) (IF (|has| |t#1| (-495)) (-15 -3467 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-312)) (-15 -3950 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-258)) (-15 -3110 ($ $)) |%noBranch|) (IF (|has| |t#1| (-495)) (PROGN (-15 -3109 ((-694) $)) (-15 -3108 ((-694) $)) (-15 -3107 ((-583 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-3998 "*"))) (PROGN (-15 -3329 (|t#1| $)) (-15 -3328 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-312)) (PROGN (-15 -3591 ((-3 $ "failed") $)) (-15 ** ($ $ (-484)))) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-57 |#1| |#2| |#3|) . T) ((-1129) . T))
-((-3843 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39 T ELT)) (-3959 (((-3 |#8| #1="failed") (-1 (-3 |#5| #1#) |#1|) |#4|) 37 T ELT) ((|#8| (-1 |#5| |#1|) |#4|) 31 T ELT)))
-(((-628 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3959 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -3959 ((-3 |#8| #1="failed") (-1 (-3 |#5| #1#) |#1|) |#4|)) (-15 -3843 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-961) (-324 |#1|) (-324 |#1|) (-627 |#1| |#2| |#3|) (-961) (-324 |#5|) (-324 |#5|) (-627 |#5| |#6| |#7|)) (T -628))
-((-3843 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-961)) (-4 *2 (-961)) (-4 *6 (-324 *5)) (-4 *7 (-324 *5)) (-4 *8 (-324 *2)) (-4 *9 (-324 *2)) (-5 *1 (-628 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-627 *5 *6 *7)) (-4 *10 (-627 *2 *8 *9)))) (-3959 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-961)) (-4 *8 (-961)) (-4 *6 (-324 *5)) (-4 *7 (-324 *5)) (-4 *2 (-627 *8 *9 *10)) (-5 *1 (-628 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-627 *5 *6 *7)) (-4 *9 (-324 *8)) (-4 *10 (-324 *8)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-961)) (-4 *8 (-961)) (-4 *6 (-324 *5)) (-4 *7 (-324 *5)) (-4 *2 (-627 *8 *9 *10)) (-5 *1 (-628 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-627 *5 *6 *7)) (-4 *9 (-324 *8)) (-4 *10 (-324 *8)))))
-((-3110 ((|#4| |#4|) 90 (|has| |#1| (-258)) ELT)) (-3109 (((-694) |#4|) 92 (|has| |#1| (-495)) ELT)) (-3108 (((-694) |#4|) 94 (|has| |#1| (-495)) ELT)) (-3107 (((-583 |#3|) |#4|) 101 (|has| |#1| (-495)) ELT)) (-2380 (((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|) 119 (|has| |#1| (-258)) ELT)) (-3328 ((|#1| |#4|) 52 T ELT)) (-2357 (((-3 |#4| #1="failed") |#4|) 84 (|has| |#1| (-495)) ELT)) (-3591 (((-3 |#4| #1#) |#4|) 98 (|has| |#1| (-312)) ELT)) (-2356 ((|#4| |#4|) 76 (|has| |#1| (-495)) ELT)) (-2354 ((|#4| |#4| |#1| (-484) (-484)) 60 T ELT)) (-2353 ((|#4| |#4| (-484) (-484)) 55 T ELT)) (-2355 ((|#4| |#4| |#1| (-484) (-484)) 65 T ELT)) (-3329 ((|#1| |#4|) 96 T ELT)) (-2521 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 80 (|has| |#1| (-495)) ELT)))
-(((-629 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3329 (|#1| |#4|)) (-15 -3328 (|#1| |#4|)) (-15 -2353 (|#4| |#4| (-484) (-484))) (-15 -2354 (|#4| |#4| |#1| (-484) (-484))) (-15 -2355 (|#4| |#4| |#1| (-484) (-484))) (IF (|has| |#1| (-495)) (PROGN (-15 -3109 ((-694) |#4|)) (-15 -3108 ((-694) |#4|)) (-15 -3107 ((-583 |#3|) |#4|)) (-15 -2356 (|#4| |#4|)) (-15 -2357 ((-3 |#4| #1="failed") |#4|)) (-15 -2521 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-258)) (PROGN (-15 -3110 (|#4| |#4|)) (-15 -2380 ((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -3591 ((-3 |#4| #1#) |#4|)) |%noBranch|)) (-146) (-324 |#1|) (-324 |#1|) (-627 |#1| |#2| |#3|)) (T -629))
-((-3591 (*1 *2 *2) (|partial| -12 (-4 *3 (-312)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-629 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))) (-2380 (*1 *2 *3 *3) (-12 (-4 *3 (-258)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-629 *3 *4 *5 *6)) (-4 *6 (-627 *3 *4 *5)))) (-3110 (*1 *2 *2) (-12 (-4 *3 (-258)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-629 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))) (-2521 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-629 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6)))) (-2357 (*1 *2 *2) (|partial| -12 (-4 *3 (-495)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-629 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))) (-2356 (*1 *2 *2) (-12 (-4 *3 (-495)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-629 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))) (-3107 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-583 *6)) (-5 *1 (-629 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6)))) (-3108 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-694)) (-5 *1 (-629 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6)))) (-3109 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-694)) (-5 *1 (-629 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6)))) (-2355 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-484)) (-4 *3 (-146)) (-4 *5 (-324 *3)) (-4 *6 (-324 *3)) (-5 *1 (-629 *3 *5 *6 *2)) (-4 *2 (-627 *3 *5 *6)))) (-2354 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-484)) (-4 *3 (-146)) (-4 *5 (-324 *3)) (-4 *6 (-324 *3)) (-5 *1 (-629 *3 *5 *6 *2)) (-4 *2 (-627 *3 *5 *6)))) (-2353 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-484)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *1 (-629 *4 *5 *6 *2)) (-4 *2 (-627 *4 *5 *6)))) (-3328 (*1 *2 *3) (-12 (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-146)) (-5 *1 (-629 *2 *4 *5 *3)) (-4 *3 (-627 *2 *4 *5)))) (-3329 (*1 *2 *3) (-12 (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-146)) (-5 *1 (-629 *2 *4 *5 *3)) (-4 *3 (-627 *2 *4 *5)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3839 (($ (-694) (-694)) 63 T ELT)) (-2350 (($ $ $) NIL T ELT)) (-3415 (($ (-1179 |#1|)) NIL T ELT) (($ $) NIL T ELT)) (-3121 (((-85) $) NIL T ELT)) (-2349 (($ $ (-484) (-484)) 21 T ELT)) (-2348 (($ $ (-484) (-484)) NIL T ELT)) (-2347 (($ $ (-484) (-484) (-484) (-484)) NIL T ELT)) (-2352 (($ $) NIL T ELT)) (-3123 (((-85) $) NIL T ELT)) (-2346 (($ $ (-484) (-484) $) NIL T ELT)) (-3789 ((|#1| $ (-484) (-484) |#1|) NIL T ELT) (($ $ (-583 (-484)) (-583 (-484)) $) NIL T ELT)) (-1257 (($ $ (-484) (-1179 |#1|)) NIL T ELT)) (-1256 (($ $ (-484) (-1179 |#1|)) NIL T ELT)) (-3334 (($ (-694) |#1|) 37 T ELT)) (-3725 (($) NIL T CONST)) (-3110 (($ $) 46 (|has| |#1| (-258)) ELT)) (-3112 (((-1179 |#1|) $ (-484)) NIL T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-3109 (((-694) $) 48 (|has| |#1| (-495)) ELT)) (-1576 ((|#1| $ (-484) (-484) |#1|) 68 T ELT)) (-3113 ((|#1| $ (-484) (-484)) NIL T ELT)) (-3108 (((-694) $) 50 (|has| |#1| (-495)) ELT)) (-3107 (((-583 (-1179 |#1|)) $) 53 (|has| |#1| (-495)) ELT)) (-3115 (((-694) $) 31 T ELT)) (-3615 (($ (-694) (-694) |#1|) 27 T ELT)) (-3114 (((-694) $) 32 T ELT)) (-3328 ((|#1| $) 44 (|has| |#1| (-6 (-3998 #1="*"))) ELT)) (-3119 (((-484) $) 9 T ELT)) (-3117 (((-484) $) 10 T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3118 (((-484) $) 13 T ELT)) (-3116 (((-484) $) 64 T ELT)) (-3124 (($ (-583 (-583 |#1|))) NIL T ELT) (($ (-694) (-694) (-1 |#1| (-484) (-484))) NIL T ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-3595 (((-583 (-583 |#1|)) $) 75 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3591 (((-3 $ #2="failed") $) 57 (|has| |#1| (-312)) ELT)) (-2351 (($ $ $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-2199 (($ $ |#1|) NIL T ELT)) (-3467 (((-3 $ #2#) $ |#1|) NIL (|has| |#1| (-495)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ (-484) (-484)) NIL T ELT) ((|#1| $ (-484) (-484) |#1|) NIL T ELT) (($ $ (-583 (-484)) (-583 (-484))) NIL T ELT)) (-3333 (($ (-583 |#1|)) NIL T ELT) (($ (-583 $)) NIL T ELT) (($ (-1179 |#1|)) 69 T ELT)) (-3122 (((-85) $) NIL T ELT)) (-3329 ((|#1| $) 42 (|has| |#1| (-6 (-3998 #1#))) ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) NIL T ELT) (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) 79 (|has| |#1| (-553 (-473))) ELT)) (-3111 (((-1179 |#1|) $ (-484)) NIL T ELT)) (-3947 (($ (-1179 |#1|)) NIL T ELT) (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3120 (((-85) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-694)) 38 T ELT) (($ $ (-484)) 61 (|has| |#1| (-312)) ELT)) (* (($ $ $) 23 T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-484) $) NIL T ELT) (((-1179 |#1|) $ (-1179 |#1|)) NIL T ELT) (((-1179 |#1|) (-1179 |#1|) $) NIL T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-630 |#1|) (-13 (-627 |#1| (-1179 |#1|) (-1179 |#1|)) (-10 -8 (-15 -3333 ($ (-1179 |#1|))) (IF (|has| |#1| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -3591 ((-3 $ "failed") $)) |%noBranch|))) (-961)) (T -630))
-((-3591 (*1 *1 *1) (|partial| -12 (-5 *1 (-630 *2)) (-4 *2 (-312)) (-4 *2 (-961)))) (-3333 (*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-961)) (-5 *1 (-630 *3)))))
-((-2363 (((-630 |#1|) (-630 |#1|) (-630 |#1|) (-630 |#1|)) 37 T ELT)) (-2362 (((-630 |#1|) (-630 |#1|) (-630 |#1|) |#1|) 32 T ELT)) (-2364 (((-630 |#1|) (-630 |#1|) (-630 |#1|) (-630 |#1|) (-630 |#1|) (-694)) 43 T ELT)) (-2359 (((-630 |#1|) (-630 |#1|) (-630 |#1|) (-630 |#1|)) 25 T ELT)) (-2360 (((-630 |#1|) (-630 |#1|) (-630 |#1|) (-630 |#1|)) 29 T ELT) (((-630 |#1|) (-630 |#1|) (-630 |#1|)) 27 T ELT)) (-2361 (((-630 |#1|) (-630 |#1|) |#1| (-630 |#1|)) 31 T ELT)) (-2358 (((-630 |#1|) (-630 |#1|) (-630 |#1|)) 23 T ELT)) (** (((-630 |#1|) (-630 |#1|) (-694)) 46 T ELT)))
-(((-631 |#1|) (-10 -7 (-15 -2358 ((-630 |#1|) (-630 |#1|) (-630 |#1|))) (-15 -2359 ((-630 |#1|) (-630 |#1|) (-630 |#1|) (-630 |#1|))) (-15 -2360 ((-630 |#1|) (-630 |#1|) (-630 |#1|))) (-15 -2360 ((-630 |#1|) (-630 |#1|) (-630 |#1|) (-630 |#1|))) (-15 -2361 ((-630 |#1|) (-630 |#1|) |#1| (-630 |#1|))) (-15 -2362 ((-630 |#1|) (-630 |#1|) (-630 |#1|) |#1|)) (-15 -2363 ((-630 |#1|) (-630 |#1|) (-630 |#1|) (-630 |#1|))) (-15 -2364 ((-630 |#1|) (-630 |#1|) (-630 |#1|) (-630 |#1|) (-630 |#1|) (-694))) (-15 ** ((-630 |#1|) (-630 |#1|) (-694)))) (-961)) (T -631))
-((** (*1 *2 *2 *3) (-12 (-5 *2 (-630 *4)) (-5 *3 (-694)) (-4 *4 (-961)) (-5 *1 (-631 *4)))) (-2364 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-630 *4)) (-5 *3 (-694)) (-4 *4 (-961)) (-5 *1 (-631 *4)))) (-2363 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))) (-2362 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))) (-2361 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))) (-2360 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))) (-2360 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))) (-2359 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))) (-2358 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))))
-((-3158 (((-3 |#1| "failed") $) 18 T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-2365 (($) 7 T CONST)) (-2366 (($ |#1|) 8 T ELT)) (-3947 (($ |#1|) 16 T ELT) (((-772) $) 23 T ELT)) (-3567 (((-85) $ (|[\|\|]| |#1|)) 14 T ELT) (((-85) $ (|[\|\|]| -2365)) 11 T ELT)) (-3573 ((|#1| $) 15 T ELT)))
-(((-632 |#1|) (-13 (-1175) (-950 |#1|) (-552 (-772)) (-10 -8 (-15 -2366 ($ |#1|)) (-15 -3567 ((-85) $ (|[\|\|]| |#1|))) (-15 -3567 ((-85) $ (|[\|\|]| -2365))) (-15 -3573 (|#1| $)) (-15 -2365 ($) -3953))) (-552 (-772))) (T -632))
-((-2366 (*1 *1 *2) (-12 (-5 *1 (-632 *2)) (-4 *2 (-552 (-772))))) (-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-552 (-772))) (-5 *2 (-85)) (-5 *1 (-632 *4)))) (-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2365)) (-5 *2 (-85)) (-5 *1 (-632 *4)) (-4 *4 (-552 (-772))))) (-3573 (*1 *2 *1) (-12 (-5 *1 (-632 *2)) (-4 *2 (-552 (-772))))) (-2365 (*1 *1) (-12 (-5 *1 (-632 *2)) (-4 *2 (-552 (-772))))))
-((-3742 (((-2 (|:| |num| (-630 |#1|)) (|:| |den| |#1|)) (-630 |#2|)) 20 T ELT)) (-3740 ((|#1| (-630 |#2|)) 9 T ELT)) (-3741 (((-630 |#1|) (-630 |#2|)) 18 T ELT)))
-(((-633 |#1| |#2|) (-10 -7 (-15 -3740 (|#1| (-630 |#2|))) (-15 -3741 ((-630 |#1|) (-630 |#2|))) (-15 -3742 ((-2 (|:| |num| (-630 |#1|)) (|:| |den| |#1|)) (-630 |#2|)))) (-495) (-904 |#1|)) (T -633))
-((-3742 (*1 *2 *3) (-12 (-5 *3 (-630 *5)) (-4 *5 (-904 *4)) (-4 *4 (-495)) (-5 *2 (-2 (|:| |num| (-630 *4)) (|:| |den| *4))) (-5 *1 (-633 *4 *5)))) (-3741 (*1 *2 *3) (-12 (-5 *3 (-630 *5)) (-4 *5 (-904 *4)) (-4 *4 (-495)) (-5 *2 (-630 *4)) (-5 *1 (-633 *4 *5)))) (-3740 (*1 *2 *3) (-12 (-5 *3 (-630 *4)) (-4 *4 (-904 *2)) (-4 *2 (-495)) (-5 *1 (-633 *2 *4)))))
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-1570 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-2368 (($ $) 54 T ELT)) (-1353 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3406 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3407 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 34 T ELT)) (-3610 (($ |#1| $) 35 T ELT) (($ |#1| $ (-694)) 55 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1275 ((|#1| $) 36 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-2367 (((-583 (-2 (|:| |entry| |#1|) (|:| -1730 (-694)))) $) 53 T ELT)) (-1466 (($) 44 T ELT) (($ (-583 |#1|)) 43 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 51 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 45 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-634 |#1|) (-113) (-1013)) (T -634))
-((-3610 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-634 *2)) (-4 *2 (-1013)))) (-2368 (*1 *1 *1) (-12 (-4 *1 (-634 *2)) (-4 *2 (-1013)))) (-2367 (*1 *2 *1) (-12 (-4 *1 (-634 *3)) (-4 *3 (-1013)) (-5 *2 (-583 (-2 (|:| |entry| *3) (|:| -1730 (-694))))))))
-(-13 (-193 |t#1|) (-10 -8 (-15 -3610 ($ |t#1| $ (-694))) (-15 -2368 ($ $)) (-15 -2367 ((-583 (-2 (|:| |entry| |t#1|) (|:| -1730 (-694)))) $))))
-(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-193 |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1129) . T))
-((-2371 (((-583 |#1|) (-583 (-2 (|:| -3733 |#1|) (|:| -3949 (-484)))) (-484)) 66 T ELT)) (-2369 ((|#1| |#1| (-484)) 63 T ELT)) (-3145 ((|#1| |#1| |#1| (-484)) 46 T ELT)) (-3733 (((-583 |#1|) |#1| (-484)) 49 T ELT)) (-2372 ((|#1| |#1| (-484) |#1| (-484)) 40 T ELT)) (-2370 (((-583 (-2 (|:| -3733 |#1|) (|:| -3949 (-484)))) |#1| (-484)) 62 T ELT)))
-(((-635 |#1|) (-10 -7 (-15 -3145 (|#1| |#1| |#1| (-484))) (-15 -2369 (|#1| |#1| (-484))) (-15 -3733 ((-583 |#1|) |#1| (-484))) (-15 -2370 ((-583 (-2 (|:| -3733 |#1|) (|:| -3949 (-484)))) |#1| (-484))) (-15 -2371 ((-583 |#1|) (-583 (-2 (|:| -3733 |#1|) (|:| -3949 (-484)))) (-484))) (-15 -2372 (|#1| |#1| (-484) |#1| (-484)))) (-1155 (-484))) (T -635))
-((-2372 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-635 *2)) (-4 *2 (-1155 *3)))) (-2371 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-2 (|:| -3733 *5) (|:| -3949 (-484))))) (-5 *4 (-484)) (-4 *5 (-1155 *4)) (-5 *2 (-583 *5)) (-5 *1 (-635 *5)))) (-2370 (*1 *2 *3 *4) (-12 (-5 *4 (-484)) (-5 *2 (-583 (-2 (|:| -3733 *3) (|:| -3949 *4)))) (-5 *1 (-635 *3)) (-4 *3 (-1155 *4)))) (-3733 (*1 *2 *3 *4) (-12 (-5 *4 (-484)) (-5 *2 (-583 *3)) (-5 *1 (-635 *3)) (-4 *3 (-1155 *4)))) (-2369 (*1 *2 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-635 *2)) (-4 *2 (-1155 *3)))) (-3145 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-635 *2)) (-4 *2 (-1155 *3)))))
-((-2376 (((-1 (-854 (-179)) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179) (-179))) 17 T ELT)) (-2373 (((-1047 (-179)) (-1047 (-179)) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-179)) (-1001 (-179)) (-583 (-221))) 53 T ELT) (((-1047 (-179)) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-179)) (-1001 (-179)) (-583 (-221))) 55 T ELT) (((-1047 (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-3 (-1 (-179) (-179) (-179) (-179)) #1="undefined") (-1001 (-179)) (-1001 (-179)) (-583 (-221))) 57 T ELT)) (-2375 (((-1047 (-179)) (-265 (-484)) (-265 (-484)) (-265 (-484)) (-1 (-179) (-179)) (-1001 (-179)) (-583 (-221))) NIL T ELT)) (-2374 (((-1047 (-179)) (-1 (-179) (-179) (-179)) (-3 (-1 (-179) (-179) (-179) (-179)) #1#) (-1001 (-179)) (-1001 (-179)) (-583 (-221))) 58 T ELT)))
-(((-636) (-10 -7 (-15 -2373 ((-1047 (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-3 (-1 (-179) (-179) (-179) (-179)) #1="undefined") (-1001 (-179)) (-1001 (-179)) (-583 (-221)))) (-15 -2373 ((-1047 (-179)) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-179)) (-1001 (-179)) (-583 (-221)))) (-15 -2373 ((-1047 (-179)) (-1047 (-179)) (-1 (-854 (-179)) (-179) (-179)) (-1001 (-179)) (-1001 (-179)) (-583 (-221)))) (-15 -2374 ((-1047 (-179)) (-1 (-179) (-179) (-179)) (-3 (-1 (-179) (-179) (-179) (-179)) #1#) (-1001 (-179)) (-1001 (-179)) (-583 (-221)))) (-15 -2375 ((-1047 (-179)) (-265 (-484)) (-265 (-484)) (-265 (-484)) (-1 (-179) (-179)) (-1001 (-179)) (-583 (-221)))) (-15 -2376 ((-1 (-854 (-179)) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179) (-179)))))) (T -636))
-((-2376 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1 (-179) (-179) (-179) (-179))) (-5 *2 (-1 (-854 (-179)) (-179) (-179))) (-5 *1 (-636)))) (-2375 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-265 (-484))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1001 (-179))) (-5 *6 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-636)))) (-2374 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-3 (-1 (-179) (-179) (-179) (-179)) #1="undefined")) (-5 *5 (-1001 (-179))) (-5 *6 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-636)))) (-2373 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1047 (-179))) (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-179))) (-5 *5 (-583 (-221))) (-5 *1 (-636)))) (-2373 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-179))) (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-636)))) (-2373 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-3 (-1 (-179) (-179) (-179) (-179)) #1#)) (-5 *5 (-1001 (-179))) (-5 *6 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-636)))))
-((-3733 (((-348 (-1085 |#4|)) (-1085 |#4|)) 87 T ELT) (((-348 |#4|) |#4|) 270 T ELT)))
-(((-637 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3733 ((-348 |#4|) |#4|)) (-15 -3733 ((-348 (-1085 |#4|)) (-1085 |#4|)))) (-756) (-717) (-299) (-861 |#3| |#2| |#1|)) (T -637))
-((-3733 (*1 *2 *3) (-12 (-4 *4 (-756)) (-4 *5 (-717)) (-4 *6 (-299)) (-4 *7 (-861 *6 *5 *4)) (-5 *2 (-348 (-1085 *7))) (-5 *1 (-637 *4 *5 *6 *7)) (-5 *3 (-1085 *7)))) (-3733 (*1 *2 *3) (-12 (-4 *4 (-756)) (-4 *5 (-717)) (-4 *6 (-299)) (-5 *2 (-348 *3)) (-5 *1 (-637 *4 *5 *6 *3)) (-4 *3 (-861 *6 *5 *4)))))
-((-2379 (((-630 |#1|) (-630 |#1|) |#1| |#1|) 85 T ELT)) (-3110 (((-630 |#1|) (-630 |#1|) |#1|) 66 T ELT)) (-2378 (((-630 |#1|) (-630 |#1|) |#1|) 86 T ELT)) (-2377 (((-630 |#1|) (-630 |#1|)) 67 T ELT)) (-2380 (((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|) 84 T ELT)))
-(((-638 |#1|) (-10 -7 (-15 -2377 ((-630 |#1|) (-630 |#1|))) (-15 -3110 ((-630 |#1|) (-630 |#1|) |#1|)) (-15 -2378 ((-630 |#1|) (-630 |#1|) |#1|)) (-15 -2379 ((-630 |#1|) (-630 |#1|) |#1| |#1|)) (-15 -2380 ((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|))) (-258)) (T -638))
-((-2380 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-638 *3)) (-4 *3 (-258)))) (-2379 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-258)) (-5 *1 (-638 *3)))) (-2378 (*1 *2 *2 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-258)) (-5 *1 (-638 *3)))) (-3110 (*1 *2 *2 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-258)) (-5 *1 (-638 *3)))) (-2377 (*1 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-258)) (-5 *1 (-638 *3)))))
-((-2386 (((-1 |#4| |#2| |#3|) |#1| (-1090) (-1090)) 19 T ELT)) (-2381 (((-1 |#4| |#2| |#3|) (-1090)) 12 T ELT)))
-(((-639 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2381 ((-1 |#4| |#2| |#3|) (-1090))) (-15 -2386 ((-1 |#4| |#2| |#3|) |#1| (-1090) (-1090)))) (-553 (-473)) (-1129) (-1129) (-1129)) (T -639))
-((-2386 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1090)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-639 *3 *5 *6 *7)) (-4 *3 (-553 (-473))) (-4 *5 (-1129)) (-4 *6 (-1129)) (-4 *7 (-1129)))) (-2381 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-639 *4 *5 *6 *7)) (-4 *4 (-553 (-473))) (-4 *5 (-1129)) (-4 *6 (-1129)) (-4 *7 (-1129)))))
-((-2382 (((-1 (-179) (-179) (-179)) |#1| (-1090) (-1090)) 43 T ELT) (((-1 (-179) (-179)) |#1| (-1090)) 48 T ELT)))
-(((-640 |#1|) (-10 -7 (-15 -2382 ((-1 (-179) (-179)) |#1| (-1090))) (-15 -2382 ((-1 (-179) (-179) (-179)) |#1| (-1090) (-1090)))) (-553 (-473))) (T -640))
-((-2382 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1090)) (-5 *2 (-1 (-179) (-179) (-179))) (-5 *1 (-640 *3)) (-4 *3 (-553 (-473))))) (-2382 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-5 *2 (-1 (-179) (-179))) (-5 *1 (-640 *3)) (-4 *3 (-553 (-473))))))
-((-2383 (((-1090) |#1| (-1090) (-583 (-1090))) 10 T ELT) (((-1090) |#1| (-1090) (-1090) (-1090)) 13 T ELT) (((-1090) |#1| (-1090) (-1090)) 12 T ELT) (((-1090) |#1| (-1090)) 11 T ELT)))
-(((-641 |#1|) (-10 -7 (-15 -2383 ((-1090) |#1| (-1090))) (-15 -2383 ((-1090) |#1| (-1090) (-1090))) (-15 -2383 ((-1090) |#1| (-1090) (-1090) (-1090))) (-15 -2383 ((-1090) |#1| (-1090) (-583 (-1090))))) (-553 (-473))) (T -641))
-((-2383 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-583 (-1090))) (-5 *2 (-1090)) (-5 *1 (-641 *3)) (-4 *3 (-553 (-473))))) (-2383 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-641 *3)) (-4 *3 (-553 (-473))))) (-2383 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-641 *3)) (-4 *3 (-553 (-473))))) (-2383 (*1 *2 *3 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-641 *3)) (-4 *3 (-553 (-473))))))
-((-2384 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9 T ELT)))
-(((-642 |#1| |#2|) (-10 -7 (-15 -2384 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1129) (-1129)) (T -642))
-((-2384 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-642 *3 *4)) (-4 *3 (-1129)) (-4 *4 (-1129)))))
-((-2385 (((-1 |#3| |#2|) (-1090)) 11 T ELT)) (-2386 (((-1 |#3| |#2|) |#1| (-1090)) 21 T ELT)))
-(((-643 |#1| |#2| |#3|) (-10 -7 (-15 -2385 ((-1 |#3| |#2|) (-1090))) (-15 -2386 ((-1 |#3| |#2|) |#1| (-1090)))) (-553 (-473)) (-1129) (-1129)) (T -643))
-((-2386 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-5 *2 (-1 *6 *5)) (-5 *1 (-643 *3 *5 *6)) (-4 *3 (-553 (-473))) (-4 *5 (-1129)) (-4 *6 (-1129)))) (-2385 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1 *6 *5)) (-5 *1 (-643 *4 *5 *6)) (-4 *4 (-553 (-473))) (-4 *5 (-1129)) (-4 *6 (-1129)))))
-((-2389 (((-3 (-583 (-1085 |#4|)) #1="failed") (-1085 |#4|) (-583 |#2|) (-583 (-1085 |#4|)) (-583 |#3|) (-583 |#4|) (-583 (-583 (-2 (|:| -3079 (-694)) (|:| |pcoef| |#4|)))) (-583 (-694)) (-1179 (-583 (-1085 |#3|))) |#3|) 92 T ELT)) (-2388 (((-3 (-583 (-1085 |#4|)) #1#) (-1085 |#4|) (-583 |#2|) (-583 (-1085 |#3|)) (-583 |#3|) (-583 |#4|) (-583 (-694)) |#3|) 110 T ELT)) (-2387 (((-3 (-583 (-1085 |#4|)) #1#) (-1085 |#4|) (-583 |#2|) (-583 |#3|) (-583 (-694)) (-583 (-1085 |#4|)) (-1179 (-583 (-1085 |#3|))) |#3|) 48 T ELT)))
-(((-644 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2387 ((-3 (-583 (-1085 |#4|)) #1="failed") (-1085 |#4|) (-583 |#2|) (-583 |#3|) (-583 (-694)) (-583 (-1085 |#4|)) (-1179 (-583 (-1085 |#3|))) |#3|)) (-15 -2388 ((-3 (-583 (-1085 |#4|)) #1#) (-1085 |#4|) (-583 |#2|) (-583 (-1085 |#3|)) (-583 |#3|) (-583 |#4|) (-583 (-694)) |#3|)) (-15 -2389 ((-3 (-583 (-1085 |#4|)) #1#) (-1085 |#4|) (-583 |#2|) (-583 (-1085 |#4|)) (-583 |#3|) (-583 |#4|) (-583 (-583 (-2 (|:| -3079 (-694)) (|:| |pcoef| |#4|)))) (-583 (-694)) (-1179 (-583 (-1085 |#3|))) |#3|))) (-717) (-756) (-258) (-861 |#3| |#1| |#2|)) (T -644))
-((-2389 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-583 (-1085 *13))) (-5 *3 (-1085 *13)) (-5 *4 (-583 *12)) (-5 *5 (-583 *10)) (-5 *6 (-583 *13)) (-5 *7 (-583 (-583 (-2 (|:| -3079 (-694)) (|:| |pcoef| *13))))) (-5 *8 (-583 (-694))) (-5 *9 (-1179 (-583 (-1085 *10)))) (-4 *12 (-756)) (-4 *10 (-258)) (-4 *13 (-861 *10 *11 *12)) (-4 *11 (-717)) (-5 *1 (-644 *11 *12 *10 *13)))) (-2388 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-583 *11)) (-5 *5 (-583 (-1085 *9))) (-5 *6 (-583 *9)) (-5 *7 (-583 *12)) (-5 *8 (-583 (-694))) (-4 *11 (-756)) (-4 *9 (-258)) (-4 *12 (-861 *9 *10 *11)) (-4 *10 (-717)) (-5 *2 (-583 (-1085 *12))) (-5 *1 (-644 *10 *11 *9 *12)) (-5 *3 (-1085 *12)))) (-2387 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-583 (-1085 *11))) (-5 *3 (-1085 *11)) (-5 *4 (-583 *10)) (-5 *5 (-583 *8)) (-5 *6 (-583 (-694))) (-5 *7 (-1179 (-583 (-1085 *8)))) (-4 *10 (-756)) (-4 *8 (-258)) (-4 *11 (-861 *8 *9 *10)) (-4 *9 (-717)) (-5 *1 (-644 *9 *10 *8 *11)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3960 (($ $) 56 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2894 (($ |#1| (-694)) 54 T ELT)) (-2821 (((-694) $) 58 T ELT)) (-3175 ((|#1| $) 57 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3949 (((-694) $) 59 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 53 (|has| |#1| (-146)) ELT)) (-3678 ((|#1| $ (-694)) 55 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 61 T ELT) (($ |#1| $) 60 T ELT)))
-(((-645 |#1|) (-113) (-961)) (T -645))
-((-3949 (*1 *2 *1) (-12 (-4 *1 (-645 *3)) (-4 *3 (-961)) (-5 *2 (-694)))) (-2821 (*1 *2 *1) (-12 (-4 *1 (-645 *3)) (-4 *3 (-961)) (-5 *2 (-694)))) (-3175 (*1 *2 *1) (-12 (-4 *1 (-645 *2)) (-4 *2 (-961)))) (-3960 (*1 *1 *1) (-12 (-4 *1 (-645 *2)) (-4 *2 (-961)))) (-3678 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-645 *2)) (-4 *2 (-961)))) (-2894 (*1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-645 *2)) (-4 *2 (-961)))))
-(-13 (-961) (-82 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-146)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -3949 ((-694) $)) (-15 -2821 ((-694) $)) (-15 -3175 (|t#1| $)) (-15 -3960 ($ $)) (-15 -3678 (|t#1| $ (-694))) (-15 -2894 ($ |t#1| (-694)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-146)) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 |#1|) |has| |#1| (-146)) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-582 |#1|) |has| |#1| (-146)) ((-654 |#1|) |has| |#1| (-146)) ((-663) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-3959 ((|#6| (-1 |#4| |#1|) |#3|) 23 T ELT)))
-(((-646 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3959 (|#6| (-1 |#4| |#1|) |#3|))) (-495) (-1155 |#1|) (-1155 (-350 |#2|)) (-495) (-1155 |#4|) (-1155 (-350 |#5|))) (T -646))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-495)) (-4 *7 (-495)) (-4 *6 (-1155 *5)) (-4 *2 (-1155 (-350 *8))) (-5 *1 (-646 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1155 (-350 *6))) (-4 *8 (-1155 *7)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2390 (((-1073) (-772)) 36 T ELT)) (-3618 (((-1185) (-1073)) 29 T ELT)) (-2392 (((-1073) (-772)) 26 T ELT)) (-2391 (((-1073) (-772)) 27 T ELT)) (-3947 (((-772) $) NIL T ELT) (((-1073) (-772)) 25 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-647) (-13 (-1013) (-10 -7 (-15 -3947 ((-1073) (-772))) (-15 -2392 ((-1073) (-772))) (-15 -2391 ((-1073) (-772))) (-15 -2390 ((-1073) (-772))) (-15 -3618 ((-1185) (-1073)))))) (T -647))
-((-3947 (*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1073)) (-5 *1 (-647)))) (-2392 (*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1073)) (-5 *1 (-647)))) (-2391 (*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1073)) (-5 *1 (-647)))) (-2390 (*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1073)) (-5 *1 (-647)))) (-3618 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-647)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2565 (($ $ $) NIL T ELT)) (-3843 (($ |#1| |#2|) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2615 ((|#2| $) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-2402 (((-3 $ #1#) $ $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) ((|#1| $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT)))
-(((-648 |#1| |#2| |#3| |#4| |#5|) (-13 (-312) (-10 -8 (-15 -2615 (|#2| $)) (-15 -3947 (|#1| $)) (-15 -3843 ($ |#1| |#2|)) (-15 -2402 ((-3 $ #1="failed") $ $)))) (-146) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| #1#) |#2| |#2|) (-1 (-3 |#1| #1#) |#1| |#1| |#2|)) (T -648))
-((-2615 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-648 *3 *2 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 #1="failed") *2 *2)) (-14 *6 (-1 (-3 *3 #2="failed") *3 *3 *2)))) (-3947 (*1 *2 *1) (-12 (-4 *2 (-146)) (-5 *1 (-648 *2 *3 *4 *5 *6)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))) (-3843 (*1 *1 *2 *3) (-12 (-5 *1 (-648 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))) (-2402 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-648 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 37 T ELT)) (-3768 (((-1179 |#1|) $ (-694)) NIL T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3766 (($ (-1085 |#1|)) NIL T ELT)) (-3084 (((-1085 $) $ (-994)) NIL T ELT) (((-1085 |#1|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-994))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3756 (($ $ $) NIL (|has| |#1| (-495)) ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3137 (((-694)) 55 (|has| |#1| (-320)) ELT)) (-3762 (($ $ (-694)) NIL T ELT)) (-3761 (($ $ (-694)) NIL T ELT)) (-2399 ((|#2| |#2|) 51 T ELT)) (-3752 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-392)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-994) #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-994) $) NIL T ELT)) (-3757 (($ $ $ (-994)) NIL (|has| |#1| (-146)) ELT) ((|#1| $ $) NIL (|has| |#1| (-146)) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) 72 T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3843 (($ |#2|) 49 T ELT)) (-3468 (((-3 $ #1#) $) 98 T ELT)) (-2995 (($) 59 (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ $) NIL T ELT)) (-3754 (($ $ $) NIL (|has| |#1| (-495)) ELT)) (-3753 (((-2 (|:| -3955 |#1|) (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-495)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ (-994)) NIL (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-821)) ELT)) (-2395 (((-869 $)) 89 T ELT)) (-1624 (($ $ |#1| (-694) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-994) (-796 (-330))) (|has| |#1| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-994) (-796 (-484))) (|has| |#1| (-796 (-484)))) ELT)) (-3773 (((-694) $ $) NIL (|has| |#1| (-495)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-1066)) ELT)) (-3085 (($ (-1085 |#1|) (-994)) NIL T ELT) (($ (-1085 $) (-994)) NIL T ELT)) (-3778 (($ $ (-694)) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-694)) 86 T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-994)) NIL T ELT) (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-2615 ((|#2|) 52 T ELT)) (-2821 (((-694) $) NIL T ELT) (((-694) $ (-994)) NIL T ELT) (((-583 (-694)) $ (-583 (-994))) NIL T ELT)) (-1625 (($ (-1 (-694) (-694)) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3767 (((-1085 |#1|) $) NIL T ELT)) (-3083 (((-3 (-994) #1#) $) NIL T ELT)) (-2010 (((-830) $) NIL (|has| |#1| (-320)) ELT)) (-3080 ((|#2| $) 48 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) 35 T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3763 (((-2 (|:| -1972 $) (|:| -2903 $)) $ (-694)) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-994)) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3813 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3447 (($) NIL (|has| |#1| (-1066)) CONST)) (-2400 (($ (-830)) NIL (|has| |#1| (-320)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2393 (($ $) 88 (|has| |#1| (-299)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-821)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ $) 97 (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-994) |#1|) NIL T ELT) (($ $ (-583 (-994)) (-583 |#1|)) NIL T ELT) (($ $ (-994) $) NIL T ELT) (($ $ (-583 (-994)) (-583 $)) NIL T ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ |#1|) NIL T ELT) (($ $ $) NIL T ELT) (((-350 $) (-350 $) (-350 $)) NIL (|has| |#1| (-495)) ELT) ((|#1| (-350 $) |#1|) NIL (|has| |#1| (-312)) ELT) (((-350 $) $ (-350 $)) NIL (|has| |#1| (-495)) ELT)) (-3765 (((-3 $ #1#) $ (-694)) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 99 (|has| |#1| (-312)) ELT)) (-3758 (($ $ (-994)) NIL (|has| |#1| (-146)) ELT) ((|#1| $) NIL (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994))) NIL T ELT) (($ $ (-994)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT)) (-3949 (((-694) $) 39 T ELT) (((-694) $ (-994)) NIL T ELT) (((-583 (-694)) $ (-583 (-994))) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-994) (-553 (-800 (-330)))) (|has| |#1| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-994) (-553 (-800 (-484)))) (|has| |#1| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-994) (-553 (-473))) (|has| |#1| (-553 (-473)))) ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ (-994)) NIL (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-2394 (((-869 $)) 43 T ELT)) (-3755 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT) (((-3 (-350 $) #1#) (-350 $) $) NIL (|has| |#1| (-495)) ELT)) (-3947 (((-772) $) 69 T ELT) (($ (-484)) NIL T ELT) (($ |#1|) 66 T ELT) (($ (-994)) NIL T ELT) (($ |#2|) 76 T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-694)) 71 T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 26 T CONST)) (-2398 (((-1179 |#1|) $) 84 T ELT)) (-2397 (($ (-1179 |#1|)) 58 T ELT)) (-2667 (($) 9 T CONST)) (-2670 (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994))) NIL T ELT) (($ $ (-994)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT)) (-2396 (((-1179 |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) 77 T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) 80 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 40 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 93 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 65 T ELT) (($ $ $) 83 T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 63 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-649 |#1| |#2|) (-13 (-1155 |#1|) (-555 |#2|) (-10 -8 (-15 -2399 (|#2| |#2|)) (-15 -2615 (|#2|)) (-15 -3843 ($ |#2|)) (-15 -3080 (|#2| $)) (-15 -2398 ((-1179 |#1|) $)) (-15 -2397 ($ (-1179 |#1|))) (-15 -2396 ((-1179 |#1|) $)) (-15 -2395 ((-869 $))) (-15 -2394 ((-869 $))) (IF (|has| |#1| (-299)) (-15 -2393 ($ $)) |%noBranch|) (IF (|has| |#1| (-320)) (-6 (-320)) |%noBranch|))) (-961) (-1155 |#1|)) (T -649))
-((-2399 (*1 *2 *2) (-12 (-4 *3 (-961)) (-5 *1 (-649 *3 *2)) (-4 *2 (-1155 *3)))) (-2615 (*1 *2) (-12 (-4 *2 (-1155 *3)) (-5 *1 (-649 *3 *2)) (-4 *3 (-961)))) (-3843 (*1 *1 *2) (-12 (-4 *3 (-961)) (-5 *1 (-649 *3 *2)) (-4 *2 (-1155 *3)))) (-3080 (*1 *2 *1) (-12 (-4 *2 (-1155 *3)) (-5 *1 (-649 *3 *2)) (-4 *3 (-961)))) (-2398 (*1 *2 *1) (-12 (-4 *3 (-961)) (-5 *2 (-1179 *3)) (-5 *1 (-649 *3 *4)) (-4 *4 (-1155 *3)))) (-2397 (*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-961)) (-5 *1 (-649 *3 *4)) (-4 *4 (-1155 *3)))) (-2396 (*1 *2 *1) (-12 (-4 *3 (-961)) (-5 *2 (-1179 *3)) (-5 *1 (-649 *3 *4)) (-4 *4 (-1155 *3)))) (-2395 (*1 *2) (-12 (-4 *3 (-961)) (-5 *2 (-869 (-649 *3 *4))) (-5 *1 (-649 *3 *4)) (-4 *4 (-1155 *3)))) (-2394 (*1 *2) (-12 (-4 *3 (-961)) (-5 *2 (-869 (-649 *3 *4))) (-5 *1 (-649 *3 *4)) (-4 *4 (-1155 *3)))) (-2393 (*1 *1 *1) (-12 (-4 *2 (-299)) (-4 *2 (-961)) (-5 *1 (-649 *2 *3)) (-4 *3 (-1155 *2)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 ((|#1| $) 13 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2401 ((|#2| $) 12 T ELT)) (-3531 (($ |#1| |#2|) 16 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-2 (|:| -2400 |#1|) (|:| -2401 |#2|))) 15 T ELT) (((-2 (|:| -2400 |#1|) (|:| -2401 |#2|)) $) 14 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 11 T ELT)))
-(((-650 |#1| |#2| |#3|) (-13 (-756) (-430 (-2 (|:| -2400 |#1|) (|:| -2401 |#2|))) (-10 -8 (-15 -2401 (|#2| $)) (-15 -2400 (|#1| $)) (-15 -3531 ($ |#1| |#2|)))) (-756) (-1013) (-1 (-85) (-2 (|:| -2400 |#1|) (|:| -2401 |#2|)) (-2 (|:| -2400 |#1|) (|:| -2401 |#2|)))) (T -650))
-((-2401 (*1 *2 *1) (-12 (-4 *2 (-1013)) (-5 *1 (-650 *3 *2 *4)) (-4 *3 (-756)) (-14 *4 (-1 (-85) (-2 (|:| -2400 *3) (|:| -2401 *2)) (-2 (|:| -2400 *3) (|:| -2401 *2)))))) (-2400 (*1 *2 *1) (-12 (-4 *2 (-756)) (-5 *1 (-650 *2 *3 *4)) (-4 *3 (-1013)) (-14 *4 (-1 (-85) (-2 (|:| -2400 *2) (|:| -2401 *3)) (-2 (|:| -2400 *2) (|:| -2401 *3)))))) (-3531 (*1 *1 *2 *3) (-12 (-5 *1 (-650 *2 *3 *4)) (-4 *2 (-756)) (-4 *3 (-1013)) (-14 *4 (-1 (-85) (-2 (|:| -2400 *2) (|:| -2401 *3)) (-2 (|:| -2400 *2) (|:| -2401 *3)))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 66 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) 101 T ELT) (((-3 (-86) #1#) $) 107 T ELT)) (-3157 ((|#1| $) NIL T ELT) (((-86) $) 39 T ELT)) (-3468 (((-3 $ #1#) $) 102 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2517 ((|#2| (-86) |#2|) 93 T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2516 (($ |#1| (-310 (-86))) 14 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2518 (($ $ (-1 |#2| |#2|)) 65 T ELT)) (-2519 (($ $ (-1 |#2| |#2|)) 44 T ELT)) (-3801 ((|#2| $ |#2|) 33 T ELT)) (-2520 ((|#1| |#1|) 112 (|has| |#1| (-146)) ELT)) (-3947 (((-772) $) 73 T ELT) (($ (-484)) 18 T ELT) (($ |#1|) 17 T ELT) (($ (-86)) 23 T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 37 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2521 (($ $) 111 (|has| |#1| (-146)) ELT) (($ $ $) 115 (|has| |#1| (-146)) ELT)) (-2661 (($) 21 T CONST)) (-2667 (($) 9 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) 48 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 83 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ (-86) (-484)) NIL T ELT) (($ $ (-484)) 64 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 110 T ELT) (($ $ $) 53 T ELT) (($ |#1| $) 108 (|has| |#1| (-146)) ELT) (($ $ |#1|) 109 (|has| |#1| (-146)) ELT)))
-(((-651 |#1| |#2|) (-13 (-961) (-950 |#1|) (-950 (-86)) (-241 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |#1| (-146)) (PROGN (-6 (-38 |#1|)) (-15 -2521 ($ $)) (-15 -2521 ($ $ $)) (-15 -2520 (|#1| |#1|))) |%noBranch|) (-15 -2519 ($ $ (-1 |#2| |#2|))) (-15 -2518 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-86) (-484))) (-15 ** ($ $ (-484))) (-15 -2517 (|#2| (-86) |#2|)) (-15 -2516 ($ |#1| (-310 (-86)))))) (-961) (-590 |#1|)) (T -651))
-((-2521 (*1 *1 *1) (-12 (-4 *2 (-146)) (-4 *2 (-961)) (-5 *1 (-651 *2 *3)) (-4 *3 (-590 *2)))) (-2521 (*1 *1 *1 *1) (-12 (-4 *2 (-146)) (-4 *2 (-961)) (-5 *1 (-651 *2 *3)) (-4 *3 (-590 *2)))) (-2520 (*1 *2 *2) (-12 (-4 *2 (-146)) (-4 *2 (-961)) (-5 *1 (-651 *2 *3)) (-4 *3 (-590 *2)))) (-2519 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-590 *3)) (-4 *3 (-961)) (-5 *1 (-651 *3 *4)))) (-2518 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-590 *3)) (-4 *3 (-961)) (-5 *1 (-651 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-484)) (-4 *4 (-961)) (-5 *1 (-651 *4 *5)) (-4 *5 (-590 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *3 (-961)) (-5 *1 (-651 *3 *4)) (-4 *4 (-590 *3)))) (-2517 (*1 *2 *3 *2) (-12 (-5 *3 (-86)) (-4 *4 (-961)) (-5 *1 (-651 *4 *2)) (-4 *2 (-590 *4)))) (-2516 (*1 *1 *2 *3) (-12 (-5 *3 (-310 (-86))) (-4 *2 (-961)) (-5 *1 (-651 *2 *4)) (-4 *4 (-590 *2)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 33 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3843 (($ |#1| |#2|) 25 T ELT)) (-3468 (((-3 $ #1#) $) 51 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 35 T ELT)) (-2615 ((|#2| $) 12 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 52 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2402 (((-3 $ #1#) $ $) 50 T ELT)) (-3947 (((-772) $) 24 T ELT) (($ (-484)) 19 T ELT) ((|#1| $) 13 T ELT)) (-3127 (((-694)) 28 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 16 T CONST)) (-2667 (($) 30 T CONST)) (-3057 (((-85) $ $) 41 T ELT)) (-3838 (($ $) 46 T ELT) (($ $ $) 40 T ELT)) (-3840 (($ $ $) 43 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 21 T ELT) (($ $ $) 20 T ELT)))
-(((-652 |#1| |#2| |#3| |#4| |#5|) (-13 (-961) (-10 -8 (-15 -2615 (|#2| $)) (-15 -3947 (|#1| $)) (-15 -3843 ($ |#1| |#2|)) (-15 -2402 ((-3 $ #1="failed") $ $)) (-15 -3468 ((-3 $ #1#) $)) (-15 -2485 ($ $)))) (-146) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| #1#) |#2| |#2|) (-1 (-3 |#1| #1#) |#1| |#1| |#2|)) (T -652))
-((-3468 (*1 *1 *1) (|partial| -12 (-5 *1 (-652 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1="failed") *3 *3)) (-14 *6 (-1 (-3 *2 #2="failed") *2 *2 *3)))) (-2615 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-652 *3 *2 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 #1#) *2 *2)) (-14 *6 (-1 (-3 *3 #2#) *3 *3 *2)))) (-3947 (*1 *2 *1) (-12 (-4 *2 (-146)) (-5 *1 (-652 *2 *3 *4 *5 *6)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))) (-3843 (*1 *1 *2 *3) (-12 (-5 *1 (-652 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))) (-2402 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-652 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))) (-2485 (*1 *1 *1) (-12 (-5 *1 (-652 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))))
-((* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) 9 T ELT)))
-(((-653 |#1| |#2|) (-10 -7 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-484) |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 * (|#1| (-830) |#1|))) (-654 |#2|) (-146)) (T -653))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
-(((-654 |#1|) (-113) (-146)) (T -654))
-NIL
-(-13 (-82 |t#1| |t#1|) (-582 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-582 |#1|) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-2442 (($ |#1|) 17 T ELT) (($ $ |#1|) 20 T ELT)) (-3848 (($ |#1|) 18 T ELT) (($ $ |#1|) 21 T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ "failed") $) NIL T ELT) (($) 19 T ELT) (($ $) 22 T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2403 (($ |#1| |#1| |#1| |#1|) 8 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 16 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3769 ((|#1| $ |#1|) 24 T ELT) (((-743 |#1|) $ (-743 |#1|)) 32 T ELT)) (-3010 (($ $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-3947 (((-772) $) 39 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2667 (($) 9 T CONST)) (-3057 (((-85) $ $) 48 T ELT)) (-3950 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ $ $) 14 T ELT)))
-(((-655 |#1|) (-13 (-413) (-10 -8 (-15 -2403 ($ |#1| |#1| |#1| |#1|)) (-15 -2442 ($ |#1|)) (-15 -3848 ($ |#1|)) (-15 -3468 ($)) (-15 -2442 ($ $ |#1|)) (-15 -3848 ($ $ |#1|)) (-15 -3468 ($ $)) (-15 -3769 (|#1| $ |#1|)) (-15 -3769 ((-743 |#1|) $ (-743 |#1|))))) (-312)) (T -655))
-((-2403 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312)))) (-2442 (*1 *1 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312)))) (-3848 (*1 *1 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312)))) (-3468 (*1 *1) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312)))) (-2442 (*1 *1 *1 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312)))) (-3848 (*1 *1 *1 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312)))) (-3468 (*1 *1 *1) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312)))) (-3769 (*1 *2 *1 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312)))) (-3769 (*1 *2 *1 *2) (-12 (-5 *2 (-743 *3)) (-4 *3 (-312)) (-5 *1 (-655 *3)))))
-((-2407 (($ $ (-830)) 19 T ELT)) (-2406 (($ $ (-830)) 20 T ELT)) (** (($ $ (-830)) 10 T ELT)))
-(((-656 |#1|) (-10 -7 (-15 ** (|#1| |#1| (-830))) (-15 -2406 (|#1| |#1| (-830))) (-15 -2407 (|#1| |#1| (-830)))) (-657)) (T -656))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-2407 (($ $ (-830)) 19 T ELT)) (-2406 (($ $ (-830)) 18 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (** (($ $ (-830)) 17 T ELT)) (* (($ $ $) 20 T ELT)))
-(((-657) (-113)) (T -657))
-((* (*1 *1 *1 *1) (-4 *1 (-657))) (-2407 (*1 *1 *1 *2) (-12 (-4 *1 (-657)) (-5 *2 (-830)))) (-2406 (*1 *1 *1 *2) (-12 (-4 *1 (-657)) (-5 *2 (-830)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-657)) (-5 *2 (-830)))))
-(-13 (-1013) (-10 -8 (-15 * ($ $ $)) (-15 -2407 ($ $ (-830))) (-15 -2406 ($ $ (-830))) (-15 ** ($ $ (-830)))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2407 (($ $ (-830)) NIL T ELT) (($ $ (-694)) 18 T ELT)) (-2410 (((-85) $) 10 T ELT)) (-2406 (($ $ (-830)) NIL T ELT) (($ $ (-694)) 19 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 16 T ELT)))
-(((-658 |#1|) (-10 -7 (-15 ** (|#1| |#1| (-694))) (-15 -2406 (|#1| |#1| (-694))) (-15 -2407 (|#1| |#1| (-694))) (-15 -2410 ((-85) |#1|)) (-15 ** (|#1| |#1| (-830))) (-15 -2406 (|#1| |#1| (-830))) (-15 -2407 (|#1| |#1| (-830)))) (-659)) (T -658))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-2404 (((-3 $ "failed") $) 22 T ELT)) (-2407 (($ $ (-830)) 19 T ELT) (($ $ (-694)) 27 T ELT)) (-3468 (((-3 $ "failed") $) 24 T ELT)) (-2410 (((-85) $) 28 T ELT)) (-2405 (((-3 $ "failed") $) 23 T ELT)) (-2406 (($ $ (-830)) 18 T ELT) (($ $ (-694)) 26 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2667 (($) 29 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (** (($ $ (-830)) 17 T ELT) (($ $ (-694)) 25 T ELT)) (* (($ $ $) 20 T ELT)))
-(((-659) (-113)) (T -659))
-((-2667 (*1 *1) (-4 *1 (-659))) (-2410 (*1 *2 *1) (-12 (-4 *1 (-659)) (-5 *2 (-85)))) (-2407 (*1 *1 *1 *2) (-12 (-4 *1 (-659)) (-5 *2 (-694)))) (-2406 (*1 *1 *1 *2) (-12 (-4 *1 (-659)) (-5 *2 (-694)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-659)) (-5 *2 (-694)))) (-3468 (*1 *1 *1) (|partial| -4 *1 (-659))) (-2405 (*1 *1 *1) (|partial| -4 *1 (-659))) (-2404 (*1 *1 *1) (|partial| -4 *1 (-659))))
-(-13 (-657) (-10 -8 (-15 -2667 ($) -3953) (-15 -2410 ((-85) $)) (-15 -2407 ($ $ (-694))) (-15 -2406 ($ $ (-694))) (-15 ** ($ $ (-694))) (-15 -3468 ((-3 $ "failed") $)) (-15 -2405 ((-3 $ "failed") $)) (-15 -2404 ((-3 $ "failed") $))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-657) . T) ((-1013) . T) ((-1129) . T))
-((-3137 (((-694)) 39 T ELT)) (-3158 (((-3 (-484) #1="failed") $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 26 T ELT)) (-3157 (((-484) $) NIL T ELT) (((-350 (-484)) $) NIL T ELT) ((|#2| $) 23 T ELT)) (-3843 (($ |#3|) NIL T ELT) (((-3 $ #1#) (-350 |#3|)) 49 T ELT)) (-3468 (((-3 $ #1#) $) 69 T ELT)) (-2995 (($) 43 T ELT)) (-3133 ((|#2| $) 21 T ELT)) (-2409 (($) 18 T ELT)) (-3759 (($ $ (-1 |#2| |#2|)) 57 T ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $) NIL T ELT)) (-2408 (((-630 |#2|) (-1179 $) (-1 |#2| |#2|)) 64 T ELT)) (-3973 (((-1179 |#2|) $) NIL T ELT) (($ (-1179 |#2|)) NIL T ELT) ((|#3| $) 10 T ELT) (($ |#3|) 12 T ELT)) (-2450 ((|#3| $) 36 T ELT)) (-2012 (((-1179 $)) 33 T ELT)))
-(((-660 |#1| |#2| |#3|) (-10 -7 (-15 -3759 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1| (-1090))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -2995 (|#1|)) (-15 -3137 ((-694))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|) (-694))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2408 ((-630 |#2|) (-1179 |#1|) (-1 |#2| |#2|))) (-15 -3843 ((-3 |#1| #1="failed") (-350 |#3|))) (-15 -3973 (|#1| |#3|)) (-15 -3843 (|#1| |#3|)) (-15 -2409 (|#1|)) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3973 (|#3| |#1|)) (-15 -3973 (|#1| (-1179 |#2|))) (-15 -3973 ((-1179 |#2|) |#1|)) (-15 -2012 ((-1179 |#1|))) (-15 -2450 (|#3| |#1|)) (-15 -3133 (|#2| |#1|)) (-15 -3468 ((-3 |#1| #1#) |#1|))) (-661 |#2| |#3|) (-146) (-1155 |#2|)) (T -660))
-((-3137 (*1 *2) (-12 (-4 *4 (-146)) (-4 *5 (-1155 *4)) (-5 *2 (-694)) (-5 *1 (-660 *3 *4 *5)) (-4 *3 (-661 *4 *5)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 114 (|has| |#1| (-312)) ELT)) (-2063 (($ $) 115 (|has| |#1| (-312)) ELT)) (-2061 (((-85) $) 117 (|has| |#1| (-312)) ELT)) (-1785 (((-630 |#1|) (-1179 $)) 61 T ELT) (((-630 |#1|)) 77 T ELT)) (-3331 ((|#1| $) 67 T ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) 167 (|has| |#1| (-299)) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 134 (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) 135 (|has| |#1| (-312)) ELT)) (-1608 (((-85) $ $) 125 (|has| |#1| (-312)) ELT)) (-3137 (((-694)) 108 (|has| |#1| (-320)) ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 (-484) #1="failed") $) 194 (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) 192 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 189 T ELT)) (-3157 (((-484) $) 193 (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) 191 (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) 190 T ELT)) (-1795 (($ (-1179 |#1|) (-1179 $)) 63 T ELT) (($ (-1179 |#1|)) 80 T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) 173 (|has| |#1| (-299)) ELT)) (-2565 (($ $ $) 129 (|has| |#1| (-312)) ELT)) (-1784 (((-630 |#1|) $ (-1179 $)) 68 T ELT) (((-630 |#1|) $) 75 T ELT)) (-2279 (((-630 (-484)) (-630 $)) 186 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 185 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 184 T ELT) (((-630 |#1|) (-630 $)) 183 T ELT)) (-3843 (($ |#2|) 178 T ELT) (((-3 $ "failed") (-350 |#2|)) 175 (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3109 (((-830)) 69 T ELT)) (-2995 (($) 111 (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) 128 (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 123 (|has| |#1| (-312)) ELT)) (-2834 (($) 169 (|has| |#1| (-299)) ELT)) (-1680 (((-85) $) 170 (|has| |#1| (-299)) ELT)) (-1767 (($ $ (-694)) 161 (|has| |#1| (-299)) ELT) (($ $) 160 (|has| |#1| (-299)) ELT)) (-3724 (((-85) $) 136 (|has| |#1| (-312)) ELT)) (-3773 (((-830) $) 172 (|has| |#1| (-299)) ELT) (((-743 (-830)) $) 158 (|has| |#1| (-299)) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3133 ((|#1| $) 66 T ELT)) (-3446 (((-632 $) $) 162 (|has| |#1| (-299)) ELT)) (-1605 (((-3 (-583 $) #2="failed") (-583 $) $) 132 (|has| |#1| (-312)) ELT)) (-2014 ((|#2| $) 59 (|has| |#1| (-312)) ELT)) (-2010 (((-830) $) 110 (|has| |#1| (-320)) ELT)) (-3080 ((|#2| $) 176 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 188 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 187 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 182 T ELT) (((-630 |#1|) (-1179 $)) 181 T ELT)) (-1894 (($ (-583 $)) 121 (|has| |#1| (-312)) ELT) (($ $ $) 120 (|has| |#1| (-312)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 137 (|has| |#1| (-312)) ELT)) (-3447 (($) 163 (|has| |#1| (-299)) CONST)) (-2400 (($ (-830)) 109 (|has| |#1| (-320)) ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2409 (($) 180 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 122 (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) 119 (|has| |#1| (-312)) ELT) (($ $ $) 118 (|has| |#1| (-312)) ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) 166 (|has| |#1| (-299)) ELT)) (-3733 (((-348 $) $) 133 (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 131 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 130 (|has| |#1| (-312)) ELT)) (-3467 (((-3 $ "failed") $ $) 113 (|has| |#1| (-312)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 124 (|has| |#1| (-312)) ELT)) (-1607 (((-694) $) 126 (|has| |#1| (-312)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 127 (|has| |#1| (-312)) ELT)) (-3758 ((|#1| (-1179 $)) 62 T ELT) ((|#1|) 76 T ELT)) (-1768 (((-694) $) 171 (|has| |#1| (-299)) ELT) (((-3 (-694) "failed") $ $) 159 (|has| |#1| (-299)) ELT)) (-3759 (($ $ (-694)) 156 (OR (-2563 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $) 154 (OR (-2563 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 150 (-2563 (|has| |#1| (-811 (-1090))) (|has| |#1| (-312))) ELT) (($ $ (-1090) (-694)) 149 (-2563 (|has| |#1| (-811 (-1090))) (|has| |#1| (-312))) ELT) (($ $ (-583 (-1090))) 148 (-2563 (|has| |#1| (-811 (-1090))) (|has| |#1| (-312))) ELT) (($ $ (-1090)) 146 (-2563 (|has| |#1| (-811 (-1090))) (|has| |#1| (-312))) ELT) (($ $ (-1 |#1| |#1|)) 145 (|has| |#1| (-312)) ELT) (($ $ (-1 |#1| |#1|) (-694)) 144 (|has| |#1| (-312)) ELT)) (-2408 (((-630 |#1|) (-1179 $) (-1 |#1| |#1|)) 174 (|has| |#1| (-312)) ELT)) (-3186 ((|#2|) 179 T ELT)) (-1674 (($) 168 (|has| |#1| (-299)) ELT)) (-3225 (((-1179 |#1|) $ (-1179 $)) 65 T ELT) (((-630 |#1|) (-1179 $) (-1179 $)) 64 T ELT) (((-1179 |#1|) $) 82 T ELT) (((-630 |#1|) (-1179 $)) 81 T ELT)) (-3973 (((-1179 |#1|) $) 79 T ELT) (($ (-1179 |#1|)) 78 T ELT) ((|#2| $) 195 T ELT) (($ |#2|) 177 T ELT)) (-2704 (((-3 (-1179 $) "failed") (-630 $)) 165 (|has| |#1| (-299)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 52 T ELT) (($ $) 112 (|has| |#1| (-312)) ELT) (($ (-350 (-484))) 107 (OR (|has| |#1| (-312)) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-2703 (($ $) 164 (|has| |#1| (-299)) ELT) (((-632 $) $) 58 (|has| |#1| (-118)) ELT)) (-2450 ((|#2| $) 60 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2012 (((-1179 $)) 83 T ELT)) (-2062 (((-85) $ $) 116 (|has| |#1| (-312)) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-694)) 157 (OR (-2563 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $) 155 (OR (-2563 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 153 (-2563 (|has| |#1| (-811 (-1090))) (|has| |#1| (-312))) ELT) (($ $ (-1090) (-694)) 152 (-2563 (|has| |#1| (-811 (-1090))) (|has| |#1| (-312))) ELT) (($ $ (-583 (-1090))) 151 (-2563 (|has| |#1| (-811 (-1090))) (|has| |#1| (-312))) ELT) (($ $ (-1090)) 147 (-2563 (|has| |#1| (-811 (-1090))) (|has| |#1| (-312))) ELT) (($ $ (-1 |#1| |#1|)) 143 (|has| |#1| (-312)) ELT) (($ $ (-1 |#1| |#1|) (-694)) 142 (|has| |#1| (-312)) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 141 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 138 (|has| |#1| (-312)) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT) (($ (-350 (-484)) $) 140 (|has| |#1| (-312)) ELT) (($ $ (-350 (-484))) 139 (|has| |#1| (-312)) ELT)))
-(((-661 |#1| |#2|) (-113) (-146) (-1155 |t#1|)) (T -661))
-((-2409 (*1 *1) (-12 (-4 *2 (-146)) (-4 *1 (-661 *2 *3)) (-4 *3 (-1155 *2)))) (-3186 (*1 *2) (-12 (-4 *1 (-661 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1155 *3)))) (-3843 (*1 *1 *2) (-12 (-4 *3 (-146)) (-4 *1 (-661 *3 *2)) (-4 *2 (-1155 *3)))) (-3973 (*1 *1 *2) (-12 (-4 *3 (-146)) (-4 *1 (-661 *3 *2)) (-4 *2 (-1155 *3)))) (-3080 (*1 *2 *1) (-12 (-4 *1 (-661 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1155 *3)))) (-3843 (*1 *1 *2) (|partial| -12 (-5 *2 (-350 *4)) (-4 *4 (-1155 *3)) (-4 *3 (-312)) (-4 *3 (-146)) (-4 *1 (-661 *3 *4)))) (-2408 (*1 *2 *3 *4) (-12 (-5 *3 (-1179 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312)) (-4 *1 (-661 *5 *6)) (-4 *5 (-146)) (-4 *6 (-1155 *5)) (-5 *2 (-630 *5)))))
-(-13 (-353 |t#1| |t#2|) (-146) (-553 |t#2|) (-355 |t#1|) (-329 |t#1|) (-10 -8 (-15 -2409 ($)) (-15 -3186 (|t#2|)) (-15 -3843 ($ |t#2|)) (-15 -3973 ($ |t#2|)) (-15 -3080 (|t#2| $)) (IF (|has| |t#1| (-320)) (-6 (-320)) |%noBranch|) (IF (|has| |t#1| (-312)) (PROGN (-6 (-312)) (-6 (-184 |t#1|)) (-15 -3843 ((-3 $ "failed") (-350 |t#2|))) (-15 -2408 ((-630 |t#1|) (-1179 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-299)) (-6 (-299)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-38 |#1|) . T) ((-38 $) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-82 |#1| |#1|) . T) ((-82 $ $) . T) ((-104) . T) ((-118) OR (|has| |#1| (-299)) (|has| |#1| (-118))) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-299)) (|has| |#1| (-312))) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-555 $) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-552 (-772)) . T) ((-146) . T) ((-553 |#2|) . T) ((-186 $) OR (|has| |#1| (-299)) (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (-12 (|has| |#1| (-190)) (|has| |#1| (-312)))) ((-184 |#1|) |has| |#1| (-312)) ((-190) OR (|has| |#1| (-299)) (-12 (|has| |#1| (-190)) (|has| |#1| (-312)))) ((-189) OR (|has| |#1| (-299)) (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (-12 (|has| |#1| (-190)) (|has| |#1| (-312)))) ((-225 |#1|) |has| |#1| (-312)) ((-201) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-246) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-258) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-312) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-345) |has| |#1| (-299)) ((-320) OR (|has| |#1| (-299)) (|has| |#1| (-320))) ((-299) |has| |#1| (-299)) ((-322 |#1| |#2|) . T) ((-353 |#1| |#2|) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-495) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-13) . T) ((-588 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-590 (-484)) |has| |#1| (-580 (-484))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-582 |#1|) . T) ((-582 $) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-580 (-484)) |has| |#1| (-580 (-484))) ((-580 |#1|) . T) ((-654 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-654 |#1|) . T) ((-654 $) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-663) . T) ((-806 $ (-1090)) OR (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090))))) ((-809 (-1090)) -12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090)))) ((-811 (-1090)) OR (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) (-12 (|has| |#1| (-312)) (|has| |#1| (-809 (-1090))))) ((-832) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T) ((-963 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-963 |#1|) . T) ((-963 $) . T) ((-968 (-350 (-484))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-968 |#1|) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1066) |has| |#1| (-299)) ((-1129) . T) ((-1134) OR (|has| |#1| (-299)) (|has| |#1| (-312))))
-((-3725 (($) 11 T CONST)) (-3468 (((-3 $ "failed") $) 14 T ELT)) (-2410 (((-85) $) 10 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 20 T ELT)))
-(((-662 |#1|) (-10 -7 (-15 -3468 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-694))) (-15 -2410 ((-85) |#1|)) (-15 -3725 (|#1|) -3953) (-15 ** (|#1| |#1| (-830)))) (-663)) (T -662))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 20 T ELT)) (-2410 (((-85) $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2667 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (** (($ $ (-830)) 17 T ELT) (($ $ (-694)) 21 T ELT)) (* (($ $ $) 18 T ELT)))
-(((-663) (-113)) (T -663))
-((-2667 (*1 *1) (-4 *1 (-663))) (-3725 (*1 *1) (-4 *1 (-663))) (-2410 (*1 *2 *1) (-12 (-4 *1 (-663)) (-5 *2 (-85)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-663)) (-5 *2 (-694)))) (-3468 (*1 *1 *1) (|partial| -4 *1 (-663))))
-(-13 (-1025) (-10 -8 (-15 -2667 ($) -3953) (-15 -3725 ($) -3953) (-15 -2410 ((-85) $)) (-15 ** ($ $ (-694))) (-15 -3468 ((-3 $ "failed") $))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1025) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-2412 ((|#1| $) 16 T ELT)) (-2411 (($ (-1 |#1| |#1| |#1|) |#1|) 11 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 ((|#1| $ |#1| |#1|) 14 T ELT)) (-3947 (((-772) $) NIL T ELT) (((-1022 |#1|) $) 17 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-664 |#1|) (-13 (-665 |#1|) (-1013) (-552 (-1022 |#1|)) (-10 -8 (-15 -2411 ($ (-1 |#1| |#1| |#1|) |#1|)))) (-72)) (T -664))
-((-2411 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-72)) (-5 *1 (-664 *3)))))
-((-2412 ((|#1| $) 8 T ELT)) (-3801 ((|#1| $ |#1| |#1|) 6 T ELT)))
-(((-665 |#1|) (-113) (-72)) (T -665))
-((-2412 (*1 *2 *1) (-12 (-4 *1 (-665 *2)) (-4 *2 (-72)))))
-(-13 (-1023 |t#1|) (-10 -8 (-15 -2412 (|t#1| $)) (-6 (|%Rule| |neutrality| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|)) (SEQ (-3057 (|f| |x| (-2412 |f|)) |x|) (|exit| 1 (-3057 (|f| (-2412 |f|) |x|) |x|))))))))
-(((-80 |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((-1023 |#1|) . T) ((-1129) . T))
-((-2413 (((-2 (|:| -3090 (-348 |#2|)) (|:| |special| (-348 |#2|))) |#2| (-1 |#2| |#2|)) 39 T ELT)) (-3419 (((-2 (|:| -3090 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12 T ELT)) (-2414 ((|#2| (-350 |#2|) (-1 |#2| |#2|)) 13 T ELT)) (-3436 (((-2 (|:| |poly| |#2|) (|:| -3090 (-350 |#2|)) (|:| |special| (-350 |#2|))) (-350 |#2|) (-1 |#2| |#2|)) 48 T ELT)))
-(((-666 |#1| |#2|) (-10 -7 (-15 -3419 ((-2 (|:| -3090 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2413 ((-2 (|:| -3090 (-348 |#2|)) (|:| |special| (-348 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2414 (|#2| (-350 |#2|) (-1 |#2| |#2|))) (-15 -3436 ((-2 (|:| |poly| |#2|) (|:| -3090 (-350 |#2|)) (|:| |special| (-350 |#2|))) (-350 |#2|) (-1 |#2| |#2|)))) (-312) (-1155 |#1|)) (T -666))
-((-3436 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| |poly| *6) (|:| -3090 (-350 *6)) (|:| |special| (-350 *6)))) (-5 *1 (-666 *5 *6)) (-5 *3 (-350 *6)))) (-2414 (*1 *2 *3 *4) (-12 (-5 *3 (-350 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1155 *5)) (-5 *1 (-666 *5 *2)) (-4 *5 (-312)))) (-2413 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| -3090 (-348 *3)) (|:| |special| (-348 *3)))) (-5 *1 (-666 *5 *3)))) (-3419 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| -3090 *3) (|:| |special| *3))) (-5 *1 (-666 *5 *3)))))
-((-2415 ((|#7| (-583 |#5|) |#6|) NIL T ELT)) (-3959 ((|#7| (-1 |#5| |#4|) |#6|) 27 T ELT)))
-(((-667 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -3959 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -2415 (|#7| (-583 |#5|) |#6|))) (-756) (-717) (-717) (-961) (-961) (-861 |#4| |#2| |#1|) (-861 |#5| |#3| |#1|)) (T -667))
-((-2415 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *9)) (-4 *9 (-961)) (-4 *5 (-756)) (-4 *6 (-717)) (-4 *8 (-961)) (-4 *2 (-861 *9 *7 *5)) (-5 *1 (-667 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-717)) (-4 *4 (-861 *8 *6 *5)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-961)) (-4 *9 (-961)) (-4 *5 (-756)) (-4 *6 (-717)) (-4 *2 (-861 *9 *7 *5)) (-5 *1 (-667 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-717)) (-4 *4 (-861 *8 *6 *5)))))
-((-3959 ((|#7| (-1 |#2| |#1|) |#6|) 28 T ELT)))
-(((-668 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -3959 (|#7| (-1 |#2| |#1|) |#6|))) (-756) (-756) (-717) (-717) (-961) (-861 |#5| |#3| |#1|) (-861 |#5| |#4| |#2|)) (T -668))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-756)) (-4 *6 (-756)) (-4 *7 (-717)) (-4 *9 (-961)) (-4 *2 (-861 *9 *8 *6)) (-5 *1 (-668 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-717)) (-4 *4 (-861 *9 *7 *5)))))
-((-3733 (((-348 |#4|) |#4|) 42 T ELT)))
-(((-669 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3733 ((-348 |#4|) |#4|))) (-717) (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ "failed") (-1090))))) (-258) (-861 (-857 |#3|) |#1| |#2|)) (T -669))
-((-3733 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ "failed") (-1090)))))) (-4 *6 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-669 *4 *5 *6 *3)) (-4 *3 (-861 (-857 *6) *4 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 (-773 |#1|)) $) NIL T ELT)) (-3084 (((-1085 $) $ (-773 |#1|)) NIL T ELT) (((-1085 |#2|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#2| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#2| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#2| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-773 |#1|))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#2| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#2| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-3 (-773 |#1|) #1#) $) NIL T ELT)) (-3157 ((|#2| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-773 |#1|) $) NIL T ELT)) (-3757 (($ $ $ (-773 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#2|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#2| (-392)) ELT) (($ $ (-773 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#2| (-821)) ELT)) (-1624 (($ $ |#2| (-469 (-773 |#1|)) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-773 |#1|) (-796 (-330))) (|has| |#2| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-773 |#1|) (-796 (-484))) (|has| |#2| (-796 (-484)))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3085 (($ (-1085 |#2|) (-773 |#1|)) NIL T ELT) (($ (-1085 $) (-773 |#1|)) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#2| (-469 (-773 |#1|))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-773 |#1|)) NIL T ELT)) (-2821 (((-469 (-773 |#1|)) $) NIL T ELT) (((-694) $ (-773 |#1|)) NIL T ELT) (((-583 (-694)) $ (-583 (-773 |#1|))) NIL T ELT)) (-1625 (($ (-1 (-469 (-773 |#1|)) (-469 (-773 |#1|))) $) NIL T ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3083 (((-3 (-773 |#1|) #1#) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#2| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-773 |#1|)) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 ((|#2| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#2| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#2| (-821)) ELT)) (-3467 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-495)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#2| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-773 |#1|) |#2|) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 |#2|)) NIL T ELT) (($ $ (-773 |#1|) $) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 $)) NIL T ELT)) (-3758 (($ $ (-773 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-3759 (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|))) NIL T ELT) (($ $ (-773 |#1|)) NIL T ELT)) (-3949 (((-469 (-773 |#1|)) $) NIL T ELT) (((-694) $ (-773 |#1|)) NIL T ELT) (((-583 (-694)) $ (-583 (-773 |#1|))) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-773 |#1|) (-553 (-800 (-330)))) (|has| |#2| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-773 |#1|) (-553 (-800 (-484)))) (|has| |#2| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-773 |#1|) (-553 (-473))) (|has| |#2| (-553 (-473)))) ELT)) (-2818 ((|#2| $) NIL (|has| |#2| (-392)) ELT) (($ $ (-773 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-773 |#1|)) NIL T ELT) (($ $) NIL (|has| |#2| (-495)) ELT) (($ (-350 (-484))) NIL (OR (|has| |#2| (-38 (-350 (-484)))) (|has| |#2| (-950 (-350 (-484))))) ELT)) (-3818 (((-583 |#2|) $) NIL T ELT)) (-3678 ((|#2| $ (-469 (-773 |#1|))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-821))) (|has| |#2| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#2| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#2| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-583 (-773 |#1|)) (-583 (-694))) NIL T ELT) (($ $ (-773 |#1|) (-694)) NIL T ELT) (($ $ (-583 (-773 |#1|))) NIL T ELT) (($ $ (-773 |#1|)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#2| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#2| (-38 (-350 (-484)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
-(((-670 |#1| |#2|) (-861 |#2| (-469 (-773 |#1|)) (-773 |#1|)) (-583 (-1090)) (-961)) (T -670))
-NIL
-((-2416 (((-2 (|:| -2484 (-857 |#3|)) (|:| -2058 (-857 |#3|))) |#4|) 14 T ELT)) (-2987 ((|#4| |#4| |#2|) 33 T ELT)) (-2419 ((|#4| (-350 (-857 |#3|)) |#2|) 62 T ELT)) (-2418 ((|#4| (-1085 (-857 |#3|)) |#2|) 74 T ELT)) (-2417 ((|#4| (-1085 |#4|) |#2|) 49 T ELT)) (-2986 ((|#4| |#4| |#2|) 52 T ELT)) (-3733 (((-348 |#4|) |#4|) 40 T ELT)))
-(((-671 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2416 ((-2 (|:| -2484 (-857 |#3|)) (|:| -2058 (-857 |#3|))) |#4|)) (-15 -2986 (|#4| |#4| |#2|)) (-15 -2417 (|#4| (-1085 |#4|) |#2|)) (-15 -2987 (|#4| |#4| |#2|)) (-15 -2418 (|#4| (-1085 (-857 |#3|)) |#2|)) (-15 -2419 (|#4| (-350 (-857 |#3|)) |#2|)) (-15 -3733 ((-348 |#4|) |#4|))) (-717) (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)))) (-495) (-861 (-350 (-857 |#3|)) |#1| |#2|)) (T -671))
-((-3733 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $))))) (-4 *6 (-495)) (-5 *2 (-348 *3)) (-5 *1 (-671 *4 *5 *6 *3)) (-4 *3 (-861 (-350 (-857 *6)) *4 *5)))) (-2419 (*1 *2 *3 *4) (-12 (-4 *6 (-495)) (-4 *2 (-861 *3 *5 *4)) (-5 *1 (-671 *5 *4 *6 *2)) (-5 *3 (-350 (-857 *6))) (-4 *5 (-717)) (-4 *4 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $))))))) (-2418 (*1 *2 *3 *4) (-12 (-5 *3 (-1085 (-857 *6))) (-4 *6 (-495)) (-4 *2 (-861 (-350 (-857 *6)) *5 *4)) (-5 *1 (-671 *5 *4 *6 *2)) (-4 *5 (-717)) (-4 *4 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $))))))) (-2987 (*1 *2 *2 *3) (-12 (-4 *4 (-717)) (-4 *3 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $))))) (-4 *5 (-495)) (-5 *1 (-671 *4 *3 *5 *2)) (-4 *2 (-861 (-350 (-857 *5)) *4 *3)))) (-2417 (*1 *2 *3 *4) (-12 (-5 *3 (-1085 *2)) (-4 *2 (-861 (-350 (-857 *6)) *5 *4)) (-5 *1 (-671 *5 *4 *6 *2)) (-4 *5 (-717)) (-4 *4 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $))))) (-4 *6 (-495)))) (-2986 (*1 *2 *2 *3) (-12 (-4 *4 (-717)) (-4 *3 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $))))) (-4 *5 (-495)) (-5 *1 (-671 *4 *3 *5 *2)) (-4 *2 (-861 (-350 (-857 *5)) *4 *3)))) (-2416 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $))))) (-4 *6 (-495)) (-5 *2 (-2 (|:| -2484 (-857 *6)) (|:| -2058 (-857 *6)))) (-5 *1 (-671 *4 *5 *6 *3)) (-4 *3 (-861 (-350 (-857 *6)) *4 *5)))))
-((-3733 (((-348 |#4|) |#4|) 54 T ELT)))
-(((-672 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3733 ((-348 |#4|) |#4|))) (-717) (-756) (-13 (-258) (-120)) (-861 (-350 |#3|) |#1| |#2|)) (T -672))
-((-3733 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-13 (-258) (-120))) (-5 *2 (-348 *3)) (-5 *1 (-672 *4 *5 *6 *3)) (-4 *3 (-861 (-350 *6) *4 *5)))))
-((-3959 (((-674 |#2| |#3|) (-1 |#2| |#1|) (-674 |#1| |#3|)) 18 T ELT)))
-(((-673 |#1| |#2| |#3|) (-10 -7 (-15 -3959 ((-674 |#2| |#3|) (-1 |#2| |#1|) (-674 |#1| |#3|)))) (-961) (-961) (-663)) (T -673))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-674 *5 *7)) (-4 *5 (-961)) (-4 *6 (-961)) (-4 *7 (-663)) (-5 *2 (-674 *6 *7)) (-5 *1 (-673 *5 *6 *7)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 36 T ELT)) (-3775 (((-583 (-2 (|:| -3955 |#1|) (|:| -3939 |#2|))) $) 37 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3137 (((-694)) 22 (-12 (|has| |#2| (-320)) (|has| |#1| (-320))) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) 76 T ELT) (((-3 |#1| #1#) $) 79 T ELT)) (-3157 ((|#2| $) NIL T ELT) ((|#1| $) NIL T ELT)) (-3960 (($ $) 99 (|has| |#2| (-756)) ELT)) (-3468 (((-3 $ #1#) $) 83 T ELT)) (-2995 (($) 48 (-12 (|has| |#2| (-320)) (|has| |#1| (-320))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) 70 T ELT)) (-2822 (((-583 $) $) 52 T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| |#2|) 17 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 68 T ELT)) (-2010 (((-830) $) 43 (-12 (|has| |#2| (-320)) (|has| |#1| (-320))) ELT)) (-2895 ((|#2| $) 98 (|has| |#2| (-756)) ELT)) (-3175 ((|#1| $) 97 (|has| |#2| (-756)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) 35 (-12 (|has| |#2| (-320)) (|has| |#1| (-320))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 96 T ELT) (($ (-484)) 59 T ELT) (($ |#2|) 55 T ELT) (($ |#1|) 56 T ELT) (($ (-583 (-2 (|:| -3955 |#1|) (|:| -3939 |#2|)))) 11 T ELT)) (-3818 (((-583 |#1|) $) 54 T ELT)) (-3678 ((|#1| $ |#2|) 114 T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 12 T CONST)) (-2667 (($) 44 T CONST)) (-3057 (((-85) $ $) 104 T ELT)) (-3838 (($ $) 61 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 33 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 66 T ELT) (($ $ $) 117 T ELT) (($ |#1| $) 63 (|has| |#1| (-146)) ELT) (($ $ |#1|) NIL (|has| |#1| (-146)) ELT)))
-(((-674 |#1| |#2|) (-13 (-961) (-950 |#2|) (-950 |#1|) (-10 -8 (-15 -2894 ($ |#1| |#2|)) (-15 -3678 (|#1| $ |#2|)) (-15 -3947 ($ (-583 (-2 (|:| -3955 |#1|) (|:| -3939 |#2|))))) (-15 -3775 ((-583 (-2 (|:| -3955 |#1|) (|:| -3939 |#2|))) $)) (-15 -3959 ($ (-1 |#1| |#1|) $)) (-15 -3938 ((-85) $)) (-15 -3818 ((-583 |#1|) $)) (-15 -2822 ((-583 $) $)) (-15 -2420 ((-694) $)) (IF (|has| |#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-320)) (IF (|has| |#2| (-320)) (-6 (-320)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-756)) (PROGN (-15 -2895 (|#2| $)) (-15 -3175 (|#1| $)) (-15 -3960 ($ $))) |%noBranch|))) (-961) (-663)) (T -674))
-((-2894 (*1 *1 *2 *3) (-12 (-5 *1 (-674 *2 *3)) (-4 *2 (-961)) (-4 *3 (-663)))) (-3678 (*1 *2 *1 *3) (-12 (-4 *2 (-961)) (-5 *1 (-674 *2 *3)) (-4 *3 (-663)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-583 (-2 (|:| -3955 *3) (|:| -3939 *4)))) (-4 *3 (-961)) (-4 *4 (-663)) (-5 *1 (-674 *3 *4)))) (-3775 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| -3955 *3) (|:| -3939 *4)))) (-5 *1 (-674 *3 *4)) (-4 *3 (-961)) (-4 *4 (-663)))) (-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-674 *3 *4)) (-4 *4 (-663)))) (-3938 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-674 *3 *4)) (-4 *3 (-961)) (-4 *4 (-663)))) (-3818 (*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-674 *3 *4)) (-4 *3 (-961)) (-4 *4 (-663)))) (-2822 (*1 *2 *1) (-12 (-5 *2 (-583 (-674 *3 *4))) (-5 *1 (-674 *3 *4)) (-4 *3 (-961)) (-4 *4 (-663)))) (-2420 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-674 *3 *4)) (-4 *3 (-961)) (-4 *4 (-663)))) (-2895 (*1 *2 *1) (-12 (-4 *2 (-663)) (-4 *2 (-756)) (-5 *1 (-674 *3 *2)) (-4 *3 (-961)))) (-3175 (*1 *2 *1) (-12 (-4 *2 (-961)) (-5 *1 (-674 *2 *3)) (-4 *3 (-756)) (-4 *3 (-663)))) (-3960 (*1 *1 *1) (-12 (-5 *1 (-674 *2 *3)) (-4 *3 (-756)) (-4 *2 (-961)) (-4 *3 (-663)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2421 (((-583 |#1|) $) 38 T ELT)) (-3235 (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ $ $) 95 T ELT)) (-3237 (($ $ $) 99 T ELT)) (-3236 (((-85) $ $) 107 T ELT)) (-3240 (($ (-583 |#1|)) 26 T ELT) (($) 17 T ELT)) (-1570 (($ (-1 (-85) |#1|) $) 86 (|has| $ (-318 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-2368 (($ $) 88 T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3406 (($ |#1| $) 71 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 80 (|has| $ (-318 |#1|)) ELT) (($ |#1| $ (-484)) 78 T ELT) (($ (-1 (-85) |#1|) $ (-484)) 81 T ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT) (($ |#1| $ (-484)) 83 T ELT) (($ (-1 (-85) |#1|) $ (-484)) 84 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3242 (((-85) $ $) 106 T ELT)) (-2422 (($) 15 T ELT) (($ |#1|) 28 T ELT) (($ (-583 |#1|)) 23 T ELT)) (-2609 (((-583 |#1|) $) 32 T ELT)) (-3246 (((-85) |#1| $) 66 (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 91 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 92 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3239 (($ $ $) 97 T ELT)) (-1274 ((|#1| $) 63 T ELT)) (-3610 (($ |#1| $) 64 T ELT) (($ |#1| $ (-694)) 89 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-1275 ((|#1| $) 62 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 57 T ELT)) (-3566 (($) 14 T ELT)) (-2367 (((-583 (-2 (|:| |entry| |#1|) (|:| -1730 (-694)))) $) 56 T ELT)) (-3238 (($ $ |#1|) NIL T ELT) (($ $ $) 98 T ELT)) (-1466 (($) 16 T ELT) (($ (-583 |#1|)) 25 T ELT)) (-1730 (((-694) |#1| $) 69 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) 82 T ELT)) (-3973 (((-473) $) 36 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 22 T ELT)) (-3947 (((-772) $) 50 T ELT)) (-3241 (($ (-583 |#1|)) 27 T ELT) (($) 18 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1276 (($ (-583 |#1|)) 24 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) 103 T ELT)) (-3958 (((-694) $) 68 T ELT)))
-(((-675 |#1|) (-13 (-676 |#1|) (-318 |#1|) (-1035 |#1|) (-10 -8 (-15 -2422 ($)) (-15 -2422 ($ |#1|)) (-15 -2422 ($ (-583 |#1|))) (-15 -2421 ((-583 |#1|) $)) (-15 -3407 ($ |#1| $ (-484))) (-15 -3407 ($ (-1 (-85) |#1|) $ (-484))) (-15 -3406 ($ |#1| $ (-484))) (-15 -3406 ($ (-1 (-85) |#1|) $ (-484))))) (-1013)) (T -675))
-((-2422 (*1 *1) (-12 (-5 *1 (-675 *2)) (-4 *2 (-1013)))) (-2422 (*1 *1 *2) (-12 (-5 *1 (-675 *2)) (-4 *2 (-1013)))) (-2422 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-675 *3)))) (-2421 (*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-675 *3)) (-4 *3 (-1013)))) (-3407 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *1 (-675 *2)) (-4 *2 (-1013)))) (-3407 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-85) *4)) (-5 *3 (-484)) (-4 *4 (-1013)) (-5 *1 (-675 *4)))) (-3406 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *1 (-675 *2)) (-4 *2 (-1013)))) (-3406 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-85) *4)) (-5 *3 (-484)) (-4 *4 (-1013)) (-5 *1 (-675 *4)))))
-((-2569 (((-85) $ $) 17 T ELT)) (-3235 (($ |#1| $) 70 T ELT) (($ $ |#1|) 69 T ELT) (($ $ $) 68 T ELT)) (-3237 (($ $ $) 66 T ELT)) (-3236 (((-85) $ $) 67 T ELT)) (-3240 (($ (-583 |#1|)) 62 T ELT) (($) 61 T ELT)) (-1570 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-2368 (($ $) 54 T ELT)) (-1353 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3406 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3407 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3242 (((-85) $ $) 58 T ELT)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 T ELT)) (-3239 (($ $ $) 63 T ELT)) (-1274 ((|#1| $) 34 T ELT)) (-3610 (($ |#1| $) 35 T ELT) (($ |#1| $ (-694)) 55 T ELT)) (-3244 (((-1033) $) 19 T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1275 ((|#1| $) 36 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-2367 (((-583 (-2 (|:| |entry| |#1|) (|:| -1730 (-694)))) $) 53 T ELT)) (-3238 (($ $ |#1|) 65 T ELT) (($ $ $) 64 T ELT)) (-1466 (($) 44 T ELT) (($ (-583 |#1|)) 43 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 51 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 45 T ELT)) (-3947 (((-772) $) 15 T ELT)) (-3241 (($ (-583 |#1|)) 60 T ELT) (($) 59 T ELT)) (-1265 (((-85) $ $) 18 T ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-3057 (((-85) $ $) 16 T ELT)))
-(((-676 |#1|) (-113) (-1013)) (T -676))
-NIL
-(-13 (-634 |t#1|) (-1011 |t#1|))
-(((-34) . T) ((-76 |#1|) . T) ((-72) . T) ((-552 (-772)) . T) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-193 |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-634 |#1|) . T) ((-1011 |#1|) . T) ((-1013) . T) ((-1035 |#1|) . T) ((-1129) . T))
-((-2423 (((-1185) (-1073)) 8 T ELT)))
-(((-677) (-10 -7 (-15 -2423 ((-1185) (-1073))))) (T -677))
-((-2423 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-677)))))
-((-2424 (((-583 |#1|) (-583 |#1|) (-583 |#1|)) 15 T ELT)))
-(((-678 |#1|) (-10 -7 (-15 -2424 ((-583 |#1|) (-583 |#1|) (-583 |#1|)))) (-756)) (T -678))
-((-2424 (*1 *2 *2 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-678 *3)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3082 (((-583 |#2|) $) 159 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 152 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 151 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 149 (|has| |#1| (-495)) ELT)) (-3493 (($ $) 108 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 91 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3038 (($ $) 90 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3491 (($ $) 107 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 92 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3495 (($ $) 106 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 93 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) 23 T CONST)) (-3960 (($ $) 143 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3815 (((-857 |#1|) $ (-694)) 121 T ELT) (((-857 |#1|) $ (-694) (-694)) 120 T ELT)) (-2893 (((-85) $) 160 T ELT)) (-3628 (($) 118 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-694) $ |#2|) 123 T ELT) (((-694) $ |#2| (-694)) 122 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 89 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3938 (((-85) $) 141 T ELT)) (-2894 (($ $ (-583 |#2|) (-583 (-469 |#2|))) 158 T ELT) (($ $ |#2| (-469 |#2|)) 157 T ELT) (($ |#1| (-469 |#2|)) 142 T ELT) (($ $ |#2| (-694)) 125 T ELT) (($ $ (-583 |#2|) (-583 (-694))) 124 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 140 T ELT)) (-3943 (($ $) 115 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) 138 T ELT)) (-3175 ((|#1| $) 137 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3813 (($ $ |#2|) 119 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3770 (($ $ (-694)) 126 T ELT)) (-3467 (((-3 $ "failed") $ $) 153 (|has| |#1| (-495)) ELT)) (-3944 (($ $) 116 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (($ $ |#2| $) 134 T ELT) (($ $ (-583 |#2|) (-583 $)) 133 T ELT) (($ $ (-583 (-249 $))) 132 T ELT) (($ $ (-249 $)) 131 T ELT) (($ $ $ $) 130 T ELT) (($ $ (-583 $) (-583 $)) 129 T ELT)) (-3759 (($ $ (-583 |#2|) (-583 (-694))) 52 T ELT) (($ $ |#2| (-694)) 51 T ELT) (($ $ (-583 |#2|)) 50 T ELT) (($ $ |#2|) 48 T ELT)) (-3949 (((-469 |#2|) $) 139 T ELT)) (-3496 (($ $) 105 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 94 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 104 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 95 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 103 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 96 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) 161 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 156 (|has| |#1| (-146)) ELT) (($ $) 154 (|has| |#1| (-495)) ELT) (($ (-350 (-484))) 146 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3678 ((|#1| $ (-469 |#2|)) 144 T ELT) (($ $ |#2| (-694)) 128 T ELT) (($ $ (-583 |#2|) (-583 (-694))) 127 T ELT)) (-2703 (((-632 $) $) 155 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3499 (($ $) 114 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 102 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) 150 (|has| |#1| (-495)) ELT)) (-3497 (($ $) 113 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 101 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 112 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 100 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3502 (($ $) 111 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 99 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 110 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 98 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 109 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 97 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-583 |#2|) (-583 (-694))) 55 T ELT) (($ $ |#2| (-694)) 54 T ELT) (($ $ (-583 |#2|)) 53 T ELT) (($ $ |#2|) 49 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 145 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ $) 117 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 88 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 148 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) 147 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 136 T ELT) (($ $ |#1|) 135 T ELT)))
-(((-679 |#1| |#2|) (-113) (-961) (-756)) (T -679))
-((-3678 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-679 *4 *2)) (-4 *4 (-961)) (-4 *2 (-756)))) (-3678 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 *5)) (-5 *3 (-583 (-694))) (-4 *1 (-679 *4 *5)) (-4 *4 (-961)) (-4 *5 (-756)))) (-3770 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-679 *3 *4)) (-4 *3 (-961)) (-4 *4 (-756)))) (-2894 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-679 *4 *2)) (-4 *4 (-961)) (-4 *2 (-756)))) (-2894 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 *5)) (-5 *3 (-583 (-694))) (-4 *1 (-679 *4 *5)) (-4 *4 (-961)) (-4 *5 (-756)))) (-3773 (*1 *2 *1 *3) (-12 (-4 *1 (-679 *4 *3)) (-4 *4 (-961)) (-4 *3 (-756)) (-5 *2 (-694)))) (-3773 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-694)) (-4 *1 (-679 *4 *3)) (-4 *4 (-961)) (-4 *3 (-756)))) (-3815 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-679 *4 *5)) (-4 *4 (-961)) (-4 *5 (-756)) (-5 *2 (-857 *4)))) (-3815 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-694)) (-4 *1 (-679 *4 *5)) (-4 *4 (-961)) (-4 *5 (-756)) (-5 *2 (-857 *4)))) (-3813 (*1 *1 *1 *2) (-12 (-4 *1 (-679 *3 *2)) (-4 *3 (-961)) (-4 *2 (-756)) (-4 *3 (-38 (-350 (-484)))))))
-(-13 (-809 |t#2|) (-886 |t#1| (-469 |t#2|) |t#2|) (-455 |t#2| $) (-260 $) (-10 -8 (-15 -3678 ($ $ |t#2| (-694))) (-15 -3678 ($ $ (-583 |t#2|) (-583 (-694)))) (-15 -3770 ($ $ (-694))) (-15 -2894 ($ $ |t#2| (-694))) (-15 -2894 ($ $ (-583 |t#2|) (-583 (-694)))) (-15 -3773 ((-694) $ |t#2|)) (-15 -3773 ((-694) $ |t#2| (-694))) (-15 -3815 ((-857 |t#1|) $ (-694))) (-15 -3815 ((-857 |t#1|) $ (-694) (-694))) (IF (|has| |t#1| (-38 (-350 (-484)))) (PROGN (-15 -3813 ($ $ |t#2|)) (-6 (-915)) (-6 (-1115))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| (-469 |#2|)) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-495)) ((-35) |has| |#1| (-38 (-350 (-484)))) ((-66) |has| |#1| (-38 (-350 (-484)))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-555 (-484)) . T) ((-555 |#1|) |has| |#1| (-146)) ((-555 $) |has| |#1| (-495)) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-239) |has| |#1| (-38 (-350 (-484)))) ((-246) |has| |#1| (-495)) ((-260 $) . T) ((-433) |has| |#1| (-38 (-350 (-484)))) ((-455 |#2| $) . T) ((-455 $ $) . T) ((-495) |has| |#1| (-495)) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) |has| |#1| (-495)) ((-654 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) |has| |#1| (-495)) ((-663) . T) ((-806 $ |#2|) . T) ((-809 |#2|) . T) ((-811 |#2|) . T) ((-886 |#1| (-469 |#2|) |#2|) . T) ((-915) |has| |#1| (-38 (-350 (-484)))) ((-963 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-968 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1115) |has| |#1| (-38 (-350 (-484)))) ((-1118) |has| |#1| (-38 (-350 (-484)))) ((-1129) . T))
-((-3733 (((-348 (-1085 |#4|)) (-1085 |#4|)) 30 T ELT) (((-348 |#4|) |#4|) 26 T ELT)))
-(((-680 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3733 ((-348 |#4|) |#4|)) (-15 -3733 ((-348 (-1085 |#4|)) (-1085 |#4|)))) (-756) (-717) (-13 (-258) (-120)) (-861 |#3| |#2| |#1|)) (T -680))
-((-3733 (*1 *2 *3) (-12 (-4 *4 (-756)) (-4 *5 (-717)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-861 *6 *5 *4)) (-5 *2 (-348 (-1085 *7))) (-5 *1 (-680 *4 *5 *6 *7)) (-5 *3 (-1085 *7)))) (-3733 (*1 *2 *3) (-12 (-4 *4 (-756)) (-4 *5 (-717)) (-4 *6 (-13 (-258) (-120))) (-5 *2 (-348 *3)) (-5 *1 (-680 *4 *5 *6 *3)) (-4 *3 (-861 *6 *5 *4)))))
-((-2427 (((-348 |#4|) |#4| |#2|) 142 T ELT)) (-2425 (((-348 |#4|) |#4|) NIL T ELT)) (-3972 (((-348 (-1085 |#4|)) (-1085 |#4|)) 129 T ELT) (((-348 |#4|) |#4|) 52 T ELT)) (-2429 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-583 (-2 (|:| -3733 (-1085 |#4|)) (|:| -2401 (-484)))))) (-1085 |#4|) (-583 |#2|) (-583 (-583 |#3|))) 81 T ELT)) (-2433 (((-1085 |#3|) (-1085 |#3|) (-484)) 169 T ELT)) (-2432 (((-583 (-694)) (-1085 |#4|) (-583 |#2|) (-694)) 75 T ELT)) (-3080 (((-3 (-583 (-1085 |#4|)) "failed") (-1085 |#4|) (-1085 |#3|) (-1085 |#3|) |#4| (-583 |#2|) (-583 (-694)) (-583 |#3|)) 79 T ELT)) (-2430 (((-2 (|:| |upol| (-1085 |#3|)) (|:| |Lval| (-583 |#3|)) (|:| |Lfact| (-583 (-2 (|:| -3733 (-1085 |#3|)) (|:| -2401 (-484))))) (|:| |ctpol| |#3|)) (-1085 |#4|) (-583 |#2|) (-583 (-583 |#3|))) 27 T ELT)) (-2428 (((-2 (|:| -2004 (-1085 |#4|)) (|:| |polval| (-1085 |#3|))) (-1085 |#4|) (-1085 |#3|) (-484)) 72 T ELT)) (-2426 (((-484) (-583 (-2 (|:| -3733 (-1085 |#3|)) (|:| -2401 (-484))))) 165 T ELT)) (-2431 ((|#4| (-484) (-348 |#4|)) 73 T ELT)) (-3358 (((-85) (-583 (-2 (|:| -3733 (-1085 |#3|)) (|:| -2401 (-484)))) (-583 (-2 (|:| -3733 (-1085 |#3|)) (|:| -2401 (-484))))) NIL T ELT)))
-(((-681 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3972 ((-348 |#4|) |#4|)) (-15 -3972 ((-348 (-1085 |#4|)) (-1085 |#4|))) (-15 -2425 ((-348 |#4|) |#4|)) (-15 -2426 ((-484) (-583 (-2 (|:| -3733 (-1085 |#3|)) (|:| -2401 (-484)))))) (-15 -2427 ((-348 |#4|) |#4| |#2|)) (-15 -2428 ((-2 (|:| -2004 (-1085 |#4|)) (|:| |polval| (-1085 |#3|))) (-1085 |#4|) (-1085 |#3|) (-484))) (-15 -2429 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-583 (-2 (|:| -3733 (-1085 |#4|)) (|:| -2401 (-484)))))) (-1085 |#4|) (-583 |#2|) (-583 (-583 |#3|)))) (-15 -2430 ((-2 (|:| |upol| (-1085 |#3|)) (|:| |Lval| (-583 |#3|)) (|:| |Lfact| (-583 (-2 (|:| -3733 (-1085 |#3|)) (|:| -2401 (-484))))) (|:| |ctpol| |#3|)) (-1085 |#4|) (-583 |#2|) (-583 (-583 |#3|)))) (-15 -2431 (|#4| (-484) (-348 |#4|))) (-15 -3358 ((-85) (-583 (-2 (|:| -3733 (-1085 |#3|)) (|:| -2401 (-484)))) (-583 (-2 (|:| -3733 (-1085 |#3|)) (|:| -2401 (-484)))))) (-15 -3080 ((-3 (-583 (-1085 |#4|)) "failed") (-1085 |#4|) (-1085 |#3|) (-1085 |#3|) |#4| (-583 |#2|) (-583 (-694)) (-583 |#3|))) (-15 -2432 ((-583 (-694)) (-1085 |#4|) (-583 |#2|) (-694))) (-15 -2433 ((-1085 |#3|) (-1085 |#3|) (-484)))) (-717) (-756) (-258) (-861 |#3| |#1| |#2|)) (T -681))
-((-2433 (*1 *2 *2 *3) (-12 (-5 *2 (-1085 *6)) (-5 *3 (-484)) (-4 *6 (-258)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-681 *4 *5 *6 *7)) (-4 *7 (-861 *6 *4 *5)))) (-2432 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1085 *9)) (-5 *4 (-583 *7)) (-4 *7 (-756)) (-4 *9 (-861 *8 *6 *7)) (-4 *6 (-717)) (-4 *8 (-258)) (-5 *2 (-583 (-694))) (-5 *1 (-681 *6 *7 *8 *9)) (-5 *5 (-694)))) (-3080 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1085 *11)) (-5 *6 (-583 *10)) (-5 *7 (-583 (-694))) (-5 *8 (-583 *11)) (-4 *10 (-756)) (-4 *11 (-258)) (-4 *9 (-717)) (-4 *5 (-861 *11 *9 *10)) (-5 *2 (-583 (-1085 *5))) (-5 *1 (-681 *9 *10 *11 *5)) (-5 *3 (-1085 *5)))) (-3358 (*1 *2 *3 *3) (-12 (-5 *3 (-583 (-2 (|:| -3733 (-1085 *6)) (|:| -2401 (-484))))) (-4 *6 (-258)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)) (-5 *1 (-681 *4 *5 *6 *7)) (-4 *7 (-861 *6 *4 *5)))) (-2431 (*1 *2 *3 *4) (-12 (-5 *3 (-484)) (-5 *4 (-348 *2)) (-4 *2 (-861 *7 *5 *6)) (-5 *1 (-681 *5 *6 *7 *2)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-258)))) (-2430 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1085 *9)) (-5 *4 (-583 *7)) (-5 *5 (-583 (-583 *8))) (-4 *7 (-756)) (-4 *8 (-258)) (-4 *9 (-861 *8 *6 *7)) (-4 *6 (-717)) (-5 *2 (-2 (|:| |upol| (-1085 *8)) (|:| |Lval| (-583 *8)) (|:| |Lfact| (-583 (-2 (|:| -3733 (-1085 *8)) (|:| -2401 (-484))))) (|:| |ctpol| *8))) (-5 *1 (-681 *6 *7 *8 *9)))) (-2429 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-583 *7)) (-5 *5 (-583 (-583 *8))) (-4 *7 (-756)) (-4 *8 (-258)) (-4 *6 (-717)) (-4 *9 (-861 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-583 (-2 (|:| -3733 (-1085 *9)) (|:| -2401 (-484))))))) (-5 *1 (-681 *6 *7 *8 *9)) (-5 *3 (-1085 *9)))) (-2428 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-484)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-258)) (-4 *9 (-861 *8 *6 *7)) (-5 *2 (-2 (|:| -2004 (-1085 *9)) (|:| |polval| (-1085 *8)))) (-5 *1 (-681 *6 *7 *8 *9)) (-5 *3 (-1085 *9)) (-5 *4 (-1085 *8)))) (-2427 (*1 *2 *3 *4) (-12 (-4 *5 (-717)) (-4 *4 (-756)) (-4 *6 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-681 *5 *4 *6 *3)) (-4 *3 (-861 *6 *5 *4)))) (-2426 (*1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| -3733 (-1085 *6)) (|:| -2401 (-484))))) (-4 *6 (-258)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-484)) (-5 *1 (-681 *4 *5 *6 *7)) (-4 *7 (-861 *6 *4 *5)))) (-2425 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-681 *4 *5 *6 *3)) (-4 *3 (-861 *6 *4 *5)))) (-3972 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)) (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-348 (-1085 *7))) (-5 *1 (-681 *4 *5 *6 *7)) (-5 *3 (-1085 *7)))) (-3972 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-681 *4 *5 *6 *3)) (-4 *3 (-861 *6 *4 *5)))))
-((-2434 (($ $ (-830)) 17 T ELT)))
-(((-682 |#1| |#2|) (-10 -7 (-15 -2434 (|#1| |#1| (-830)))) (-683 |#2|) (-146)) (T -682))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-2407 (($ $ (-830)) 37 T ELT)) (-2434 (($ $ (-830)) 44 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2406 (($ $ (-830)) 38 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2436 (($ $ $) 34 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2437 (($ $ $ $) 35 T ELT)) (-2435 (($ $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 39 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 36 T ELT) (($ $ |#1|) 46 T ELT) (($ |#1| $) 45 T ELT)))
-(((-683 |#1|) (-113) (-146)) (T -683))
-((-2434 (*1 *1 *1 *2) (-12 (-5 *2 (-830)) (-4 *1 (-683 *3)) (-4 *3 (-146)))))
-(-13 (-685) (-654 |t#1|) (-10 -8 (-15 -2434 ($ $ (-830)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-582 |#1|) . T) ((-654 |#1|) . T) ((-657) . T) ((-685) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2436 (($ $ $) 10 T ELT)) (-2437 (($ $ $ $) 9 T ELT)) (-2435 (($ $ $) 12 T ELT)))
-(((-684 |#1|) (-10 -7 (-15 -2435 (|#1| |#1| |#1|)) (-15 -2436 (|#1| |#1| |#1|)) (-15 -2437 (|#1| |#1| |#1| |#1|))) (-685)) (T -684))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-2407 (($ $ (-830)) 37 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2406 (($ $ (-830)) 38 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2436 (($ $ $) 34 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2437 (($ $ $ $) 35 T ELT)) (-2435 (($ $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 39 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 36 T ELT)))
-(((-685) (-113)) (T -685))
-((-2437 (*1 *1 *1 *1 *1) (-4 *1 (-685))) (-2436 (*1 *1 *1 *1) (-4 *1 (-685))) (-2435 (*1 *1 *1 *1) (-4 *1 (-685))))
-(-13 (-21) (-657) (-10 -8 (-15 -2437 ($ $ $ $)) (-15 -2436 ($ $ $)) (-15 -2435 ($ $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-657) . T) ((-1013) . T) ((-1129) . T))
-((-3947 (((-772) $) NIL T ELT) (($ (-484)) 10 T ELT)))
-(((-686 |#1|) (-10 -7 (-15 -3947 (|#1| (-484))) (-15 -3947 ((-772) |#1|))) (-687)) (T -686))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-2404 (((-3 $ #1="failed") $) 49 T ELT)) (-2407 (($ $ (-830)) 37 T ELT) (($ $ (-694)) 44 T ELT)) (-3468 (((-3 $ #1#) $) 47 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 43 T ELT)) (-2405 (((-3 $ #1#) $) 48 T ELT)) (-2406 (($ $ (-830)) 38 T ELT) (($ $ (-694)) 45 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2436 (($ $ $) 34 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 40 T ELT)) (-3127 (((-694)) 41 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2437 (($ $ $ $) 35 T ELT)) (-2435 (($ $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 42 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 39 T ELT) (($ $ (-694)) 46 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 36 T ELT)))
-(((-687) (-113)) (T -687))
-((-3127 (*1 *2) (-12 (-4 *1 (-687)) (-5 *2 (-694)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-687)))))
-(-13 (-685) (-659) (-10 -8 (-15 -3127 ((-694)) -3953) (-15 -3947 ($ (-484)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-657) . T) ((-659) . T) ((-685) . T) ((-1013) . T) ((-1129) . T))
-((-2439 (((-583 (-2 (|:| |outval| (-142 |#1|)) (|:| |outmult| (-484)) (|:| |outvect| (-583 (-630 (-142 |#1|)))))) (-630 (-142 (-350 (-484)))) |#1|) 33 T ELT)) (-2438 (((-583 (-142 |#1|)) (-630 (-142 (-350 (-484)))) |#1|) 23 T ELT)) (-2450 (((-857 (-142 (-350 (-484)))) (-630 (-142 (-350 (-484)))) (-1090)) 20 T ELT) (((-857 (-142 (-350 (-484)))) (-630 (-142 (-350 (-484))))) 19 T ELT)))
-(((-688 |#1|) (-10 -7 (-15 -2450 ((-857 (-142 (-350 (-484)))) (-630 (-142 (-350 (-484)))))) (-15 -2450 ((-857 (-142 (-350 (-484)))) (-630 (-142 (-350 (-484)))) (-1090))) (-15 -2438 ((-583 (-142 |#1|)) (-630 (-142 (-350 (-484)))) |#1|)) (-15 -2439 ((-583 (-2 (|:| |outval| (-142 |#1|)) (|:| |outmult| (-484)) (|:| |outvect| (-583 (-630 (-142 |#1|)))))) (-630 (-142 (-350 (-484)))) |#1|))) (-13 (-312) (-755))) (T -688))
-((-2439 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-142 (-350 (-484))))) (-5 *2 (-583 (-2 (|:| |outval| (-142 *4)) (|:| |outmult| (-484)) (|:| |outvect| (-583 (-630 (-142 *4))))))) (-5 *1 (-688 *4)) (-4 *4 (-13 (-312) (-755))))) (-2438 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-142 (-350 (-484))))) (-5 *2 (-583 (-142 *4))) (-5 *1 (-688 *4)) (-4 *4 (-13 (-312) (-755))))) (-2450 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-142 (-350 (-484))))) (-5 *4 (-1090)) (-5 *2 (-857 (-142 (-350 (-484))))) (-5 *1 (-688 *5)) (-4 *5 (-13 (-312) (-755))))) (-2450 (*1 *2 *3) (-12 (-5 *3 (-630 (-142 (-350 (-484))))) (-5 *2 (-857 (-142 (-350 (-484))))) (-5 *1 (-688 *4)) (-4 *4 (-13 (-312) (-755))))))
-((-2617 (((-148 (-484)) |#1|) 27 T ELT)))
-(((-689 |#1|) (-10 -7 (-15 -2617 ((-148 (-484)) |#1|))) (-347)) (T -689))
-((-2617 (*1 *2 *3) (-12 (-5 *2 (-148 (-484))) (-5 *1 (-689 *3)) (-4 *3 (-347)))))
-((-2543 ((|#1| |#1| |#1|) 28 T ELT)) (-2544 ((|#1| |#1| |#1|) 27 T ELT)) (-2533 ((|#1| |#1| |#1|) 38 T ELT)) (-2541 ((|#1| |#1| |#1|) 33 T ELT)) (-2542 (((-3 |#1| "failed") |#1| |#1|) 31 T ELT)) (-2549 (((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|) 26 T ELT)))
-(((-690 |#1| |#2|) (-10 -7 (-15 -2549 ((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|)) (-15 -2544 (|#1| |#1| |#1|)) (-15 -2543 (|#1| |#1| |#1|)) (-15 -2542 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2541 (|#1| |#1| |#1|)) (-15 -2533 (|#1| |#1| |#1|))) (-645 |#2|) (-312)) (T -690))
-((-2533 (*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-690 *2 *3)) (-4 *2 (-645 *3)))) (-2541 (*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-690 *2 *3)) (-4 *2 (-645 *3)))) (-2542 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-312)) (-5 *1 (-690 *2 *3)) (-4 *2 (-645 *3)))) (-2543 (*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-690 *2 *3)) (-4 *2 (-645 *3)))) (-2544 (*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-690 *2 *3)) (-4 *2 (-645 *3)))) (-2549 (*1 *2 *3 *3) (-12 (-4 *4 (-312)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-690 *3 *4)) (-4 *3 (-645 *4)))))
-((-2556 (((-632 (-1138)) $ (-1138)) 27 T ELT)) (-2557 (((-632 (-488)) $ (-488)) 26 T ELT)) (-2555 (((-694) $ (-102)) 28 T ELT)) (-2558 (((-632 (-101)) $ (-101)) 25 T ELT)) (-2000 (((-632 (-1138)) $) 12 T ELT)) (-1996 (((-632 (-1136)) $) 8 T ELT)) (-1998 (((-632 (-1135)) $) 10 T ELT)) (-2001 (((-632 (-488)) $) 13 T ELT)) (-1997 (((-632 (-486)) $) 9 T ELT)) (-1999 (((-632 (-485)) $) 11 T ELT)) (-1995 (((-694) $ (-102)) 7 T ELT)) (-2002 (((-632 (-101)) $) 14 T ELT)) (-2440 (((-85) $) 32 T ELT)) (-2441 (((-632 $) |#1| (-865)) 33 T ELT)) (-1700 (($ $) 6 T ELT)))
-(((-691 |#1|) (-113) (-1013)) (T -691))
-((-2441 (*1 *2 *3 *4) (-12 (-5 *4 (-865)) (-4 *3 (-1013)) (-5 *2 (-632 *1)) (-4 *1 (-691 *3)))) (-2440 (*1 *2 *1) (-12 (-4 *1 (-691 *3)) (-4 *3 (-1013)) (-5 *2 (-85)))))
-(-13 (-512) (-10 -8 (-15 -2441 ((-632 $) |t#1| (-865))) (-15 -2440 ((-85) $))))
-(((-147) . T) ((-465) . T) ((-512) . T) ((-770) . T))
-((-3920 (((-2 (|:| -2012 (-630 (-484))) (|:| |basisDen| (-484)) (|:| |basisInv| (-630 (-484)))) (-484)) 72 T ELT)) (-3919 (((-2 (|:| -2012 (-630 (-484))) (|:| |basisDen| (-484)) (|:| |basisInv| (-630 (-484))))) 70 T ELT)) (-3758 (((-484)) 86 T ELT)))
-(((-692 |#1| |#2|) (-10 -7 (-15 -3758 ((-484))) (-15 -3919 ((-2 (|:| -2012 (-630 (-484))) (|:| |basisDen| (-484)) (|:| |basisInv| (-630 (-484)))))) (-15 -3920 ((-2 (|:| -2012 (-630 (-484))) (|:| |basisDen| (-484)) (|:| |basisInv| (-630 (-484)))) (-484)))) (-1155 (-484)) (-353 (-484) |#1|)) (T -692))
-((-3920 (*1 *2 *3) (-12 (-5 *3 (-484)) (-4 *4 (-1155 *3)) (-5 *2 (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3)))) (-5 *1 (-692 *4 *5)) (-4 *5 (-353 *3 *4)))) (-3919 (*1 *2) (-12 (-4 *3 (-1155 (-484))) (-5 *2 (-2 (|:| -2012 (-630 (-484))) (|:| |basisDen| (-484)) (|:| |basisInv| (-630 (-484))))) (-5 *1 (-692 *3 *4)) (-4 *4 (-353 (-484) *3)))) (-3758 (*1 *2) (-12 (-4 *3 (-1155 *2)) (-5 *2 (-484)) (-5 *1 (-692 *3 *4)) (-4 *4 (-353 *2 *3)))))
-((-2509 (((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-857 |#1|))) 19 T ELT) (((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-857 |#1|)) (-583 (-1090))) 18 T ELT)) (-3574 (((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-857 |#1|))) 21 T ELT) (((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-857 |#1|)) (-583 (-1090))) 20 T ELT)))
-(((-693 |#1|) (-10 -7 (-15 -2509 ((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-857 |#1|)) (-583 (-1090)))) (-15 -2509 ((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-857 |#1|)))) (-15 -3574 ((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-857 |#1|)) (-583 (-1090)))) (-15 -3574 ((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-857 |#1|))))) (-495)) (T -693))
-((-3574 (*1 *2 *3) (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-495)) (-5 *2 (-583 (-583 (-249 (-350 (-857 *4)))))) (-5 *1 (-693 *4)))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-583 (-1090))) (-4 *5 (-495)) (-5 *2 (-583 (-583 (-249 (-350 (-857 *5)))))) (-5 *1 (-693 *5)))) (-2509 (*1 *2 *3) (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-495)) (-5 *2 (-583 (-583 (-249 (-350 (-857 *4)))))) (-5 *1 (-693 *4)))) (-2509 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-583 (-1090))) (-4 *5 (-495)) (-5 *2 (-583 (-583 (-249 (-350 (-857 *5)))))) (-5 *1 (-693 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2484 (($ $ $) 10 T ELT)) (-1312 (((-3 $ #1="failed") $ $) 15 T ELT)) (-2442 (($ $ (-484)) 11 T ELT)) (-3725 (($) NIL T CONST)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($ $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-3187 (((-85) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3145 (($ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 6 T CONST)) (-2667 (($) NIL T CONST)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-694)) NIL T ELT) (($ $ (-830)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ $ $) NIL T ELT)))
-(((-694) (-13 (-717) (-663) (-10 -8 (-15 -2564 ($ $ $)) (-15 -2565 ($ $ $)) (-15 -3145 ($ $ $)) (-15 -2880 ((-2 (|:| -1972 $) (|:| -2903 $)) $ $)) (-15 -3467 ((-3 $ "failed") $ $)) (-15 -2442 ($ $ (-484))) (-15 -2995 ($ $)) (-6 (-3998 "*"))))) (T -694))
-((-2564 (*1 *1 *1 *1) (-5 *1 (-694))) (-2565 (*1 *1 *1 *1) (-5 *1 (-694))) (-3145 (*1 *1 *1 *1) (-5 *1 (-694))) (-2880 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1972 (-694)) (|:| -2903 (-694)))) (-5 *1 (-694)))) (-3467 (*1 *1 *1 *1) (|partial| -5 *1 (-694))) (-2442 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-694)))) (-2995 (*1 *1 *1) (-5 *1 (-694))))
-((-484) (|%not| (|%ilt| |#1| 0)))
-((-3574 (((-3 |#2| "failed") |#2| |#2| (-86) (-1090)) 37 T ELT)))
-(((-695 |#1| |#2|) (-10 -7 (-15 -3574 ((-3 |#2| "failed") |#2| |#2| (-86) (-1090)))) (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)) (-13 (-29 |#1|) (-1115) (-871))) (T -695))
-((-3574 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-86)) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *1 (-695 *5 *2)) (-4 *2 (-13 (-29 *5) (-1115) (-871))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 7 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 9 T ELT)))
-(((-696) (-1013)) (T -696))
-NIL
-((-3947 (((-696) |#1|) 8 T ELT)))
-(((-697 |#1|) (-10 -7 (-15 -3947 ((-696) |#1|))) (-1129)) (T -697))
-((-3947 (*1 *2 *3) (-12 (-5 *2 (-696)) (-5 *1 (-697 *3)) (-4 *3 (-1129)))))
-((-3133 ((|#2| |#4|) 35 T ELT)))
-(((-698 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3133 (|#2| |#4|))) (-392) (-1155 |#1|) (-661 |#1| |#2|) (-1155 |#3|)) (T -698))
-((-3133 (*1 *2 *3) (-12 (-4 *4 (-392)) (-4 *5 (-661 *4 *2)) (-4 *2 (-1155 *4)) (-5 *1 (-698 *4 *2 *5 *3)) (-4 *3 (-1155 *5)))))
-((-3468 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 57 T ELT)) (-2445 (((-1185) (-1073) (-1073) |#4| |#5|) 33 T ELT)) (-2443 ((|#4| |#4| |#5|) 74 T ELT)) (-2444 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#5|) 79 T ELT)) (-2446 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 |#5|))) |#4| |#5|) 16 T ELT)))
-(((-699 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3468 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2443 (|#4| |#4| |#5|)) (-15 -2444 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#5|)) (-15 -2445 ((-1185) (-1073) (-1073) |#4| |#5|)) (-15 -2446 ((-583 (-2 (|:| |val| (-85)) (|:| -1600 |#5|))) |#4| |#5|))) (-392) (-717) (-756) (-977 |#1| |#2| |#3|) (-983 |#1| |#2| |#3| |#4|)) (T -699))
-((-2446 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *4)))) (-5 *1 (-699 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-2445 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1073)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *4 (-977 *6 *7 *8)) (-5 *2 (-1185)) (-5 *1 (-699 *6 *7 *8 *4 *5)) (-4 *5 (-983 *6 *7 *8 *4)))) (-2444 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-699 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-2443 (*1 *2 *2 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *2 (-977 *4 *5 *6)) (-5 *1 (-699 *4 *5 *6 *2 *3)) (-4 *3 (-983 *4 *5 *6 *2)))) (-3468 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-699 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
-((-3158 (((-3 (-1085 (-1085 |#1|)) "failed") |#4|) 53 T ELT)) (-2447 (((-583 |#4|) |#4|) 22 T ELT)) (-3929 ((|#4| |#4|) 17 T ELT)))
-(((-700 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2447 ((-583 |#4|) |#4|)) (-15 -3158 ((-3 (-1085 (-1085 |#1|)) "failed") |#4|)) (-15 -3929 (|#4| |#4|))) (-299) (-280 |#1|) (-1155 |#2|) (-1155 |#3|) (-830)) (T -700))
-((-3929 (*1 *2 *2) (-12 (-4 *3 (-299)) (-4 *4 (-280 *3)) (-4 *5 (-1155 *4)) (-5 *1 (-700 *3 *4 *5 *2 *6)) (-4 *2 (-1155 *5)) (-14 *6 (-830)))) (-3158 (*1 *2 *3) (|partial| -12 (-4 *4 (-299)) (-4 *5 (-280 *4)) (-4 *6 (-1155 *5)) (-5 *2 (-1085 (-1085 *4))) (-5 *1 (-700 *4 *5 *6 *3 *7)) (-4 *3 (-1155 *6)) (-14 *7 (-830)))) (-2447 (*1 *2 *3) (-12 (-4 *4 (-299)) (-4 *5 (-280 *4)) (-4 *6 (-1155 *5)) (-5 *2 (-583 *3)) (-5 *1 (-700 *4 *5 *6 *3 *7)) (-4 *3 (-1155 *6)) (-14 *7 (-830)))))
-((-2448 (((-2 (|:| |deter| (-583 (-1085 |#5|))) (|:| |dterm| (-583 (-583 (-2 (|:| -3079 (-694)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-583 |#1|)) (|:| |nlead| (-583 |#5|))) (-1085 |#5|) (-583 |#1|) (-583 |#5|)) 72 T ELT)) (-2449 (((-583 (-694)) |#1|) 20 T ELT)))
-(((-701 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2448 ((-2 (|:| |deter| (-583 (-1085 |#5|))) (|:| |dterm| (-583 (-583 (-2 (|:| -3079 (-694)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-583 |#1|)) (|:| |nlead| (-583 |#5|))) (-1085 |#5|) (-583 |#1|) (-583 |#5|))) (-15 -2449 ((-583 (-694)) |#1|))) (-1155 |#4|) (-717) (-756) (-258) (-861 |#4| |#2| |#3|)) (T -701))
-((-2449 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)) (-5 *2 (-583 (-694))) (-5 *1 (-701 *3 *4 *5 *6 *7)) (-4 *3 (-1155 *6)) (-4 *7 (-861 *6 *4 *5)))) (-2448 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1155 *9)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *9 (-258)) (-4 *10 (-861 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-583 (-1085 *10))) (|:| |dterm| (-583 (-583 (-2 (|:| -3079 (-694)) (|:| |pcoef| *10))))) (|:| |nfacts| (-583 *6)) (|:| |nlead| (-583 *10)))) (-5 *1 (-701 *6 *7 *8 *9 *10)) (-5 *3 (-1085 *10)) (-5 *4 (-583 *6)) (-5 *5 (-583 *10)))))
-((-2452 (((-583 (-2 (|:| |outval| |#1|) (|:| |outmult| (-484)) (|:| |outvect| (-583 (-630 |#1|))))) (-630 (-350 (-484))) |#1|) 31 T ELT)) (-2451 (((-583 |#1|) (-630 (-350 (-484))) |#1|) 21 T ELT)) (-2450 (((-857 (-350 (-484))) (-630 (-350 (-484))) (-1090)) 18 T ELT) (((-857 (-350 (-484))) (-630 (-350 (-484)))) 17 T ELT)))
-(((-702 |#1|) (-10 -7 (-15 -2450 ((-857 (-350 (-484))) (-630 (-350 (-484))))) (-15 -2450 ((-857 (-350 (-484))) (-630 (-350 (-484))) (-1090))) (-15 -2451 ((-583 |#1|) (-630 (-350 (-484))) |#1|)) (-15 -2452 ((-583 (-2 (|:| |outval| |#1|) (|:| |outmult| (-484)) (|:| |outvect| (-583 (-630 |#1|))))) (-630 (-350 (-484))) |#1|))) (-13 (-312) (-755))) (T -702))
-((-2452 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-350 (-484)))) (-5 *2 (-583 (-2 (|:| |outval| *4) (|:| |outmult| (-484)) (|:| |outvect| (-583 (-630 *4)))))) (-5 *1 (-702 *4)) (-4 *4 (-13 (-312) (-755))))) (-2451 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-350 (-484)))) (-5 *2 (-583 *4)) (-5 *1 (-702 *4)) (-4 *4 (-13 (-312) (-755))))) (-2450 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-350 (-484)))) (-5 *4 (-1090)) (-5 *2 (-857 (-350 (-484)))) (-5 *1 (-702 *5)) (-4 *5 (-13 (-312) (-755))))) (-2450 (*1 *2 *3) (-12 (-5 *3 (-630 (-350 (-484)))) (-5 *2 (-857 (-350 (-484)))) (-5 *1 (-702 *4)) (-4 *4 (-13 (-312) (-755))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 36 T ELT)) (-3082 (((-583 |#2|) $) NIL T ELT)) (-3084 (((-1085 $) $ |#2|) NIL T ELT) (((-1085 |#1|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 |#2|)) NIL T ELT)) (-3798 (($ $) 30 T ELT)) (-3167 (((-85) $ $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3756 (($ $ $) 110 (|has| |#1| (-495)) ELT)) (-3149 (((-583 $) $ $) 123 (|has| |#1| (-495)) ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 |#2| #1#) $) NIL T ELT) (((-3 $ #1#) (-857 (-350 (-484)))) NIL (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#2| (-553 (-1090)))) ELT) (((-3 $ #1#) (-857 (-484))) NIL (OR (-12 (|has| |#1| (-38 (-484))) (|has| |#2| (-553 (-1090))) (-2561 (|has| |#1| (-38 (-350 (-484)))))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#2| (-553 (-1090))))) ELT) (((-3 $ #1#) (-857 |#1|)) NIL (OR (-12 (|has| |#2| (-553 (-1090))) (-2561 (|has| |#1| (-38 (-350 (-484))))) (-2561 (|has| |#1| (-38 (-484))))) (-12 (|has| |#1| (-38 (-484))) (|has| |#2| (-553 (-1090))) (-2561 (|has| |#1| (-38 (-350 (-484))))) (-2561 (|has| |#1| (-483)))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#2| (-553 (-1090))) (-2561 (|has| |#1| (-904 (-484)))))) ELT) (((-3 (-1039 |#1| |#2|) #1#) $) 21 T ELT)) (-3157 ((|#1| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) ((|#2| $) NIL T ELT) (($ (-857 (-350 (-484)))) NIL (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#2| (-553 (-1090)))) ELT) (($ (-857 (-484))) NIL (OR (-12 (|has| |#1| (-38 (-484))) (|has| |#2| (-553 (-1090))) (-2561 (|has| |#1| (-38 (-350 (-484)))))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#2| (-553 (-1090))))) ELT) (($ (-857 |#1|)) NIL (OR (-12 (|has| |#2| (-553 (-1090))) (-2561 (|has| |#1| (-38 (-350 (-484))))) (-2561 (|has| |#1| (-38 (-484))))) (-12 (|has| |#1| (-38 (-484))) (|has| |#2| (-553 (-1090))) (-2561 (|has| |#1| (-38 (-350 (-484))))) (-2561 (|has| |#1| (-483)))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#2| (-553 (-1090))) (-2561 (|has| |#1| (-904 (-484)))))) ELT) (((-1039 |#1| |#2|) $) NIL T ELT)) (-3757 (($ $ $ |#2|) NIL (|has| |#1| (-146)) ELT) (($ $ $) 121 (|has| |#1| (-495)) ELT)) (-3960 (($ $) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3695 (((-85) $ $) NIL T ELT) (((-85) $ (-583 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3173 (((-85) $) NIL T ELT)) (-3753 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 81 T ELT)) (-3144 (($ $) 136 (|has| |#1| (-392)) ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ |#2|) NIL (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-821)) ELT)) (-3155 (($ $) NIL (|has| |#1| (-495)) ELT)) (-3156 (($ $) NIL (|has| |#1| (-495)) ELT)) (-3166 (($ $ $) 76 T ELT) (($ $ $ |#2|) NIL T ELT)) (-3165 (($ $ $) 79 T ELT) (($ $ $ |#2|) NIL T ELT)) (-1624 (($ $ |#1| (-469 |#2|) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| |#1| (-796 (-330))) (|has| |#2| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| |#1| (-796 (-484))) (|has| |#2| (-796 (-484)))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 57 T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3696 (((-85) $ $) NIL T ELT) (((-85) $ (-583 $)) NIL T ELT)) (-3146 (($ $ $ $ $) 107 (|has| |#1| (-495)) ELT)) (-3181 ((|#2| $) 22 T ELT)) (-3085 (($ (-1085 |#1|) |#2|) NIL T ELT) (($ (-1085 $) |#2|) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-469 |#2|)) NIL T ELT) (($ $ |#2| (-694)) 38 T ELT) (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT)) (-3160 (($ $ $) 63 T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ |#2|) NIL T ELT)) (-3174 (((-85) $) NIL T ELT)) (-2821 (((-469 |#2|) $) NIL T ELT) (((-694) $ |#2|) NIL T ELT) (((-583 (-694)) $ (-583 |#2|)) NIL T ELT)) (-3180 (((-694) $) 23 T ELT)) (-1625 (($ (-1 (-469 |#2|) (-469 |#2|)) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3083 (((-3 |#2| #1#) $) NIL T ELT)) (-3141 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3142 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3169 (((-583 $) $) NIL T ELT)) (-3172 (($ $) 39 T ELT)) (-3143 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3170 (((-583 $) $) 43 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-3171 (($ $) 41 T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT) (($ $ |#2|) 48 T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3159 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3482 (-694))) $ $) 96 T ELT)) (-3161 (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -1972 $) (|:| -2903 $)) $ $) 78 T ELT) (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -1972 $) (|:| -2903 $)) $ $ |#2|) NIL T ELT)) (-3162 (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -2903 $)) $ $) NIL T ELT) (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -2903 $)) $ $ |#2|) NIL T ELT)) (-3164 (($ $ $) 83 T ELT) (($ $ $ |#2|) NIL T ELT)) (-3163 (($ $ $) 86 T ELT) (($ $ $ |#2|) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3191 (($ $ $) 125 (|has| |#1| (-495)) ELT)) (-3177 (((-583 $) $) 32 T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| |#2|) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3692 (((-85) $ $) NIL T ELT) (((-85) $ (-583 $)) NIL T ELT)) (-3687 (($ $ $) NIL T ELT)) (-3447 (($ $) 24 T ELT)) (-3700 (((-85) $ $) NIL T ELT)) (-3693 (((-85) $ $) NIL T ELT) (((-85) $ (-583 $)) NIL T ELT)) (-3688 (($ $ $) NIL T ELT)) (-3179 (($ $) 26 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3150 (((-2 (|:| -3145 $) (|:| |coef2| $)) $ $) 116 (|has| |#1| (-495)) ELT)) (-3151 (((-2 (|:| -3145 $) (|:| |coef1| $)) $ $) 113 (|has| |#1| (-495)) ELT)) (-1800 (((-85) $) 56 T ELT)) (-1799 ((|#1| $) 58 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-392)) ELT)) (-3145 ((|#1| |#1| $) 133 (|has| |#1| (-392)) ELT) (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-821)) ELT)) (-3152 (((-2 (|:| -3145 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 119 (|has| |#1| (-495)) ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ $) 98 (|has| |#1| (-495)) ELT)) (-3153 (($ $ |#1|) 129 (|has| |#1| (-495)) ELT) (($ $ $) NIL (|has| |#1| (-495)) ELT)) (-3154 (($ $ |#1|) 128 (|has| |#1| (-495)) ELT) (($ $ $) NIL (|has| |#1| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ |#2| |#1|) NIL T ELT) (($ $ (-583 |#2|) (-583 |#1|)) NIL T ELT) (($ $ |#2| $) NIL T ELT) (($ $ (-583 |#2|) (-583 $)) NIL T ELT)) (-3758 (($ $ |#2|) NIL (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT) (($ $ |#2| (-694)) NIL T ELT) (($ $ (-583 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-3949 (((-469 |#2|) $) NIL T ELT) (((-694) $ |#2|) 45 T ELT) (((-583 (-694)) $ (-583 |#2|)) NIL T ELT)) (-3178 (($ $) NIL T ELT)) (-3176 (($ $) 35 T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| |#1| (-553 (-800 (-330)))) (|has| |#2| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| |#1| (-553 (-800 (-484)))) (|has| |#2| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| |#1| (-553 (-473))) (|has| |#2| (-553 (-473)))) ELT) (($ (-857 (-350 (-484)))) NIL (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#2| (-553 (-1090)))) ELT) (($ (-857 (-484))) NIL (OR (-12 (|has| |#1| (-38 (-484))) (|has| |#2| (-553 (-1090))) (-2561 (|has| |#1| (-38 (-350 (-484)))))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#2| (-553 (-1090))))) ELT) (($ (-857 |#1|)) NIL (|has| |#2| (-553 (-1090))) ELT) (((-1073) $) NIL (-12 (|has| |#1| (-950 (-484))) (|has| |#2| (-553 (-1090)))) ELT) (((-857 |#1|) $) NIL (|has| |#2| (-553 (-1090))) ELT)) (-2818 ((|#1| $) 132 (|has| |#1| (-392)) ELT) (($ $ |#2|) NIL (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ |#2|) NIL T ELT) (((-857 |#1|) $) NIL (|has| |#2| (-553 (-1090))) ELT) (((-1039 |#1| |#2|) $) 18 T ELT) (($ (-1039 |#1| |#2|)) 19 T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-469 |#2|)) NIL T ELT) (($ $ |#2| (-694)) 47 T ELT) (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 13 T CONST)) (-3168 (((-3 (-85) #1#) $ $) NIL T ELT)) (-2667 (($) 37 T CONST)) (-3147 (($ $ $ $ (-694)) 105 (|has| |#1| (-495)) ELT)) (-3148 (($ $ $ (-694)) 104 (|has| |#1| (-495)) ELT)) (-2670 (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT) (($ $ |#2| (-694)) NIL T ELT) (($ $ (-583 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) 75 T ELT)) (-3840 (($ $ $) 85 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 70 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 62 T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 61 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-703 |#1| |#2|) (-13 (-977 |#1| (-469 |#2|) |#2|) (-552 (-1039 |#1| |#2|)) (-950 (-1039 |#1| |#2|))) (-961) (-756)) (T -703))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 12 T ELT)) (-3768 (((-1179 |#1|) $ (-694)) NIL T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3766 (($ (-1085 |#1|)) NIL T ELT)) (-3084 (((-1085 $) $ (-994)) NIL T ELT) (((-1085 |#1|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-994))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2456 (((-583 $) $ $) 54 (|has| |#1| (-495)) ELT)) (-3756 (($ $ $) 50 (|has| |#1| (-495)) ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3762 (($ $ (-694)) NIL T ELT)) (-3761 (($ $ (-694)) NIL T ELT)) (-3752 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-392)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-994) #1#) $) NIL T ELT) (((-3 (-1085 |#1|) #1#) $) 10 T ELT)) (-3157 ((|#1| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-994) $) NIL T ELT) (((-1085 |#1|) $) NIL T ELT)) (-3757 (($ $ $ (-994)) NIL (|has| |#1| (-146)) ELT) ((|#1| $ $) 58 (|has| |#1| (-146)) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ $) NIL T ELT)) (-3754 (($ $ $) 87 (|has| |#1| (-495)) ELT)) (-3753 (((-2 (|:| -3955 |#1|) (|:| -1972 $) (|:| -2903 $)) $ $) 86 (|has| |#1| (-495)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ (-994)) NIL (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-821)) ELT)) (-1624 (($ $ |#1| (-694) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-994) (-796 (-330))) (|has| |#1| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-994) (-796 (-484))) (|has| |#1| (-796 (-484)))) ELT)) (-3773 (((-694) $ $) NIL (|has| |#1| (-495)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-1066)) ELT)) (-3085 (($ (-1085 |#1|) (-994)) NIL T ELT) (($ (-1085 $) (-994)) NIL T ELT)) (-3778 (($ $ (-694)) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-694)) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-3160 (($ $ $) 27 T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-994)) NIL T ELT) (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-2821 (((-694) $) NIL T ELT) (((-694) $ (-994)) NIL T ELT) (((-583 (-694)) $ (-583 (-994))) NIL T ELT)) (-1625 (($ (-1 (-694) (-694)) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3767 (((-1085 |#1|) $) NIL T ELT)) (-3083 (((-3 (-994) #1#) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3159 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3482 (-694))) $ $) 37 T ELT)) (-2458 (($ $ $) 41 T ELT)) (-2457 (($ $ $) 47 T ELT)) (-3161 (((-2 (|:| -3955 |#1|) (|:| |gap| (-694)) (|:| -1972 $) (|:| -2903 $)) $ $) 46 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3191 (($ $ $) 56 (|has| |#1| (-495)) ELT)) (-3763 (((-2 (|:| -1972 $) (|:| -2903 $)) $ (-694)) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-994)) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3813 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3447 (($) NIL (|has| |#1| (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-3150 (((-2 (|:| -3145 $) (|:| |coef2| $)) $ $) 82 (|has| |#1| (-495)) ELT)) (-3151 (((-2 (|:| -3145 $) (|:| |coef1| $)) $ $) 78 (|has| |#1| (-495)) ELT)) (-2453 (((-2 (|:| -3757 |#1|) (|:| |coef2| $)) $ $) 70 (|has| |#1| (-495)) ELT)) (-2454 (((-2 (|:| -3757 |#1|) (|:| |coef1| $)) $ $) 66 (|has| |#1| (-495)) ELT)) (-1800 (((-85) $) 13 T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3739 (($ $ (-694) |#1| $) 26 T ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-821)) ELT)) (-3152 (((-2 (|:| -3145 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 74 (|has| |#1| (-495)) ELT)) (-2455 (((-2 (|:| -3757 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 62 (|has| |#1| (-495)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-994) |#1|) NIL T ELT) (($ $ (-583 (-994)) (-583 |#1|)) NIL T ELT) (($ $ (-994) $) NIL T ELT) (($ $ (-583 (-994)) (-583 $)) NIL T ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ |#1|) NIL T ELT) (($ $ $) NIL T ELT) (((-350 $) (-350 $) (-350 $)) NIL (|has| |#1| (-495)) ELT) ((|#1| (-350 $) |#1|) NIL (|has| |#1| (-312)) ELT) (((-350 $) $ (-350 $)) NIL (|has| |#1| (-495)) ELT)) (-3765 (((-3 $ #1#) $ (-694)) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3758 (($ $ (-994)) NIL (|has| |#1| (-146)) ELT) ((|#1| $) NIL (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994))) NIL T ELT) (($ $ (-994)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT)) (-3949 (((-694) $) NIL T ELT) (((-694) $ (-994)) NIL T ELT) (((-583 (-694)) $ (-583 (-994))) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-994) (-553 (-800 (-330)))) (|has| |#1| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-994) (-553 (-800 (-484)))) (|has| |#1| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-994) (-553 (-473))) (|has| |#1| (-553 (-473)))) ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ (-994)) NIL (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3755 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT) (((-3 (-350 $) #1#) (-350 $) $) NIL (|has| |#1| (-495)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-994)) NIL T ELT) (((-1085 |#1|) $) 7 T ELT) (($ (-1085 |#1|)) 8 T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-694)) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 28 T CONST)) (-2667 (($) 32 T CONST)) (-2670 (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994))) NIL T ELT) (($ $ (-994)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) 40 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 31 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-704 |#1|) (-13 (-1155 |#1|) (-552 (-1085 |#1|)) (-950 (-1085 |#1|)) (-10 -8 (-15 -3739 ($ $ (-694) |#1| $)) (-15 -3160 ($ $ $)) (-15 -3159 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3482 (-694))) $ $)) (-15 -2458 ($ $ $)) (-15 -3161 ((-2 (|:| -3955 |#1|) (|:| |gap| (-694)) (|:| -1972 $) (|:| -2903 $)) $ $)) (-15 -2457 ($ $ $)) (IF (|has| |#1| (-495)) (PROGN (-15 -2456 ((-583 $) $ $)) (-15 -3191 ($ $ $)) (-15 -3152 ((-2 (|:| -3145 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3151 ((-2 (|:| -3145 $) (|:| |coef1| $)) $ $)) (-15 -3150 ((-2 (|:| -3145 $) (|:| |coef2| $)) $ $)) (-15 -2455 ((-2 (|:| -3757 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2454 ((-2 (|:| -3757 |#1|) (|:| |coef1| $)) $ $)) (-15 -2453 ((-2 (|:| -3757 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-961)) (T -704))
-((-3739 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-694)) (-5 *1 (-704 *3)) (-4 *3 (-961)))) (-3160 (*1 *1 *1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-961)))) (-3159 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-704 *3)) (|:| |polden| *3) (|:| -3482 (-694)))) (-5 *1 (-704 *3)) (-4 *3 (-961)))) (-2458 (*1 *1 *1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-961)))) (-3161 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3955 *3) (|:| |gap| (-694)) (|:| -1972 (-704 *3)) (|:| -2903 (-704 *3)))) (-5 *1 (-704 *3)) (-4 *3 (-961)))) (-2457 (*1 *1 *1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-961)))) (-2456 (*1 *2 *1 *1) (-12 (-5 *2 (-583 (-704 *3))) (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961)))) (-3191 (*1 *1 *1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-495)) (-4 *2 (-961)))) (-3152 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3145 (-704 *3)) (|:| |coef1| (-704 *3)) (|:| |coef2| (-704 *3)))) (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961)))) (-3151 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3145 (-704 *3)) (|:| |coef1| (-704 *3)))) (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961)))) (-3150 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3145 (-704 *3)) (|:| |coef2| (-704 *3)))) (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961)))) (-2455 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3757 *3) (|:| |coef1| (-704 *3)) (|:| |coef2| (-704 *3)))) (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961)))) (-2454 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3757 *3) (|:| |coef1| (-704 *3)))) (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961)))) (-2453 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3757 *3) (|:| |coef2| (-704 *3)))) (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961)))))
-((-3959 (((-704 |#2|) (-1 |#2| |#1|) (-704 |#1|)) 13 T ELT)))
-(((-705 |#1| |#2|) (-10 -7 (-15 -3959 ((-704 |#2|) (-1 |#2| |#1|) (-704 |#1|)))) (-961) (-961)) (T -705))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-704 *5)) (-4 *5 (-961)) (-4 *6 (-961)) (-5 *2 (-704 *6)) (-5 *1 (-705 *5 *6)))))
-((-2460 ((|#1| (-694) |#1|) 33 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2802 ((|#1| (-694) |#1|) 23 T ELT)) (-2459 ((|#1| (-694) |#1|) 35 (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-706 |#1|) (-10 -7 (-15 -2802 (|#1| (-694) |#1|)) (IF (|has| |#1| (-38 (-350 (-484)))) (PROGN (-15 -2459 (|#1| (-694) |#1|)) (-15 -2460 (|#1| (-694) |#1|))) |%noBranch|)) (-146)) (T -706))
-((-2460 (*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-706 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-146)))) (-2459 (*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-706 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-146)))) (-2802 (*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-706 *2)) (-4 *2 (-146)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3682 (((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 |#4|)))) (-583 |#4|)) 90 T ELT)) (-3683 (((-583 $) (-583 |#4|)) 91 T ELT) (((-583 $) (-583 |#4|) (-85)) 119 T ELT)) (-3082 (((-583 |#3|) $) 38 T ELT)) (-2909 (((-85) $) 31 T ELT)) (-2900 (((-85) $) 22 (|has| |#1| (-495)) ELT)) (-3694 (((-85) |#4| $) 106 T ELT) (((-85) $) 102 T ELT)) (-3689 ((|#4| |#4| $) 97 T ELT)) (-3776 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| $) 134 T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3711 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 84 T ELT)) (-3725 (($) 57 T CONST)) (-2905 (((-85) $) 27 (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) 29 (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) 28 (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) 30 (|has| |#1| (-495)) ELT)) (-3690 (((-583 |#4|) (-583 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 98 T ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) 23 (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) 24 (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ "failed") (-583 |#4|)) 41 T ELT)) (-3157 (($ (-583 |#4|)) 40 T ELT)) (-3800 (((-3 $ #1#) $) 87 T ELT)) (-3686 ((|#4| |#4| $) 94 T ELT)) (-1353 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3407 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-495)) ELT)) (-3695 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) 107 T ELT)) (-3684 ((|#4| |#4| $) 92 T ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 99 T ELT)) (-3697 (((-2 (|:| -3862 (-583 |#4|)) (|:| -1702 (-583 |#4|))) $) 110 T ELT)) (-3198 (((-85) |#4| $) 144 T ELT)) (-3196 (((-85) |#4| $) 141 T ELT)) (-3199 (((-85) |#4| $) 145 T ELT) (((-85) $) 142 T ELT)) (-3696 (((-85) |#4| $) 109 T ELT) (((-85) $) 108 T ELT)) (-3181 ((|#3| $) 39 T ELT)) (-2609 (((-583 |#4|) $) 47 T ELT)) (-3246 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3327 (($ (-1 |#4| |#4|) $) 116 T ELT)) (-3959 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2915 (((-583 |#3|) $) 37 T ELT)) (-2914 (((-85) |#3| $) 36 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3192 (((-3 |#4| (-583 $)) |#4| |#4| $) 136 T ELT)) (-3191 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| |#4| $) 135 T ELT)) (-3799 (((-3 |#4| #1#) $) 88 T ELT)) (-3193 (((-583 $) |#4| $) 137 T ELT)) (-3195 (((-3 (-85) (-583 $)) |#4| $) 140 T ELT)) (-3194 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 $))) |#4| $) 139 T ELT) (((-85) |#4| $) 138 T ELT)) (-3239 (((-583 $) |#4| $) 133 T ELT) (((-583 $) (-583 |#4|) $) 132 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 131 T ELT) (((-583 $) |#4| (-583 $)) 130 T ELT)) (-3441 (($ |#4| $) 125 T ELT) (($ (-583 |#4|) $) 124 T ELT)) (-3698 (((-583 |#4|) $) 112 T ELT)) (-3692 (((-85) |#4| $) 104 T ELT) (((-85) $) 100 T ELT)) (-3687 ((|#4| |#4| $) 95 T ELT)) (-3700 (((-85) $ $) 115 T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-495)) ELT)) (-3693 (((-85) |#4| $) 105 T ELT) (((-85) $) 101 T ELT)) (-3688 ((|#4| |#4| $) 96 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3802 (((-3 |#4| #1#) $) 89 T ELT)) (-1354 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-3680 (((-3 $ #1#) $ |#4|) 83 T ELT)) (-3770 (($ $ |#4|) 82 T ELT) (((-583 $) |#4| $) 123 T ELT) (((-583 $) |#4| (-583 $)) 122 T ELT) (((-583 $) (-583 |#4|) $) 121 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 120 T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) 53 T ELT)) (-3404 (((-85) $) 56 T ELT)) (-3566 (($) 55 T ELT)) (-3949 (((-694) $) 111 T ELT)) (-1730 (((-694) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) 46 T ELT)) (-3401 (($ $) 54 T ELT)) (-3973 (((-473) $) 69 (|has| |#4| (-553 (-473))) ELT)) (-3531 (($ (-583 |#4|)) 63 T ELT)) (-2911 (($ $ |#3|) 33 T ELT)) (-2913 (($ $ |#3|) 35 T ELT)) (-3685 (($ $) 93 T ELT)) (-2912 (($ $ |#3|) 34 T ELT)) (-3947 (((-772) $) 13 T ELT) (((-583 |#4|) $) 42 T ELT)) (-3679 (((-694) $) 81 (|has| |#3| (-320)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4| |#4|)) 114 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) 113 T ELT)) (-3691 (((-85) $ (-1 (-85) |#4| (-583 |#4|))) 103 T ELT)) (-3190 (((-583 $) |#4| $) 129 T ELT) (((-583 $) |#4| (-583 $)) 128 T ELT) (((-583 $) (-583 |#4|) $) 127 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 126 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3681 (((-583 |#3|) $) 86 T ELT)) (-3197 (((-85) |#4| $) 143 T ELT)) (-3934 (((-85) |#3| $) 85 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3958 (((-694) $) 43 T ELT)))
-(((-707 |#1| |#2| |#3| |#4|) (-113) (-392) (-717) (-756) (-977 |t#1| |t#2| |t#3|)) (T -707))
-NIL
-(-13 (-983 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-72) . T) ((-552 (-583 |#4|)) . T) ((-552 (-772)) . T) ((-124 |#4|) . T) ((-553 (-473)) |has| |#4| (-553 (-473))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-455 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-13) . T) ((-889 |#1| |#2| |#3| |#4|) . T) ((-983 |#1| |#2| |#3| |#4|) . T) ((-1013) . T) ((-1035 |#4|) . T) ((-1124 |#1| |#2| |#3| |#4|) . T) ((-1129) . T))
-((-2463 (((-3 (-330) #1="failed") (-265 |#1|) (-830)) 60 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-3 (-330) #1#) (-265 |#1|)) 52 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-3 (-330) #1#) (-350 (-857 |#1|)) (-830)) 39 (|has| |#1| (-495)) ELT) (((-3 (-330) #1#) (-350 (-857 |#1|))) 35 (|has| |#1| (-495)) ELT) (((-3 (-330) #1#) (-857 |#1|) (-830)) 30 (|has| |#1| (-961)) ELT) (((-3 (-330) #1#) (-857 |#1|)) 24 (|has| |#1| (-961)) ELT)) (-2461 (((-330) (-265 |#1|) (-830)) 92 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-330) (-265 |#1|)) 87 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-330) (-350 (-857 |#1|)) (-830)) 84 (|has| |#1| (-495)) ELT) (((-330) (-350 (-857 |#1|))) 81 (|has| |#1| (-495)) ELT) (((-330) (-857 |#1|) (-830)) 80 (|has| |#1| (-961)) ELT) (((-330) (-857 |#1|)) 77 (|has| |#1| (-961)) ELT) (((-330) |#1| (-830)) 73 T ELT) (((-330) |#1|) 22 T ELT)) (-2464 (((-3 (-142 (-330)) #1#) (-265 (-142 |#1|)) (-830)) 68 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-3 (-142 (-330)) #1#) (-265 (-142 |#1|))) 58 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-3 (-142 (-330)) #1#) (-265 |#1|) (-830)) 61 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-3 (-142 (-330)) #1#) (-265 |#1|)) 59 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-3 (-142 (-330)) #1#) (-350 (-857 (-142 |#1|))) (-830)) 44 (|has| |#1| (-495)) ELT) (((-3 (-142 (-330)) #1#) (-350 (-857 (-142 |#1|)))) 43 (|has| |#1| (-495)) ELT) (((-3 (-142 (-330)) #1#) (-350 (-857 |#1|)) (-830)) 38 (|has| |#1| (-495)) ELT) (((-3 (-142 (-330)) #1#) (-350 (-857 |#1|))) 37 (|has| |#1| (-495)) ELT) (((-3 (-142 (-330)) #1#) (-857 |#1|) (-830)) 28 (|has| |#1| (-961)) ELT) (((-3 (-142 (-330)) #1#) (-857 |#1|)) 26 (|has| |#1| (-961)) ELT) (((-3 (-142 (-330)) #1#) (-857 (-142 |#1|)) (-830)) 18 (|has| |#1| (-146)) ELT) (((-3 (-142 (-330)) #1#) (-857 (-142 |#1|))) 15 (|has| |#1| (-146)) ELT)) (-2462 (((-142 (-330)) (-265 (-142 |#1|)) (-830)) 95 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-142 (-330)) (-265 (-142 |#1|))) 94 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-142 (-330)) (-265 |#1|) (-830)) 93 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-142 (-330)) (-265 |#1|)) 91 (-12 (|has| |#1| (-495)) (|has| |#1| (-756))) ELT) (((-142 (-330)) (-350 (-857 (-142 |#1|))) (-830)) 86 (|has| |#1| (-495)) ELT) (((-142 (-330)) (-350 (-857 (-142 |#1|)))) 85 (|has| |#1| (-495)) ELT) (((-142 (-330)) (-350 (-857 |#1|)) (-830)) 83 (|has| |#1| (-495)) ELT) (((-142 (-330)) (-350 (-857 |#1|))) 82 (|has| |#1| (-495)) ELT) (((-142 (-330)) (-857 |#1|) (-830)) 79 (|has| |#1| (-961)) ELT) (((-142 (-330)) (-857 |#1|)) 78 (|has| |#1| (-961)) ELT) (((-142 (-330)) (-857 (-142 |#1|)) (-830)) 75 (|has| |#1| (-146)) ELT) (((-142 (-330)) (-857 (-142 |#1|))) 74 (|has| |#1| (-146)) ELT) (((-142 (-330)) (-142 |#1|) (-830)) 17 (|has| |#1| (-146)) ELT) (((-142 (-330)) (-142 |#1|)) 13 (|has| |#1| (-146)) ELT) (((-142 (-330)) |#1| (-830)) 27 T ELT) (((-142 (-330)) |#1|) 25 T ELT)))
-(((-708 |#1|) (-10 -7 (-15 -2461 ((-330) |#1|)) (-15 -2461 ((-330) |#1| (-830))) (-15 -2462 ((-142 (-330)) |#1|)) (-15 -2462 ((-142 (-330)) |#1| (-830))) (IF (|has| |#1| (-146)) (PROGN (-15 -2462 ((-142 (-330)) (-142 |#1|))) (-15 -2462 ((-142 (-330)) (-142 |#1|) (-830))) (-15 -2462 ((-142 (-330)) (-857 (-142 |#1|)))) (-15 -2462 ((-142 (-330)) (-857 (-142 |#1|)) (-830)))) |%noBranch|) (IF (|has| |#1| (-961)) (PROGN (-15 -2461 ((-330) (-857 |#1|))) (-15 -2461 ((-330) (-857 |#1|) (-830))) (-15 -2462 ((-142 (-330)) (-857 |#1|))) (-15 -2462 ((-142 (-330)) (-857 |#1|) (-830)))) |%noBranch|) (IF (|has| |#1| (-495)) (PROGN (-15 -2461 ((-330) (-350 (-857 |#1|)))) (-15 -2461 ((-330) (-350 (-857 |#1|)) (-830))) (-15 -2462 ((-142 (-330)) (-350 (-857 |#1|)))) (-15 -2462 ((-142 (-330)) (-350 (-857 |#1|)) (-830))) (-15 -2462 ((-142 (-330)) (-350 (-857 (-142 |#1|))))) (-15 -2462 ((-142 (-330)) (-350 (-857 (-142 |#1|))) (-830))) (IF (|has| |#1| (-756)) (PROGN (-15 -2461 ((-330) (-265 |#1|))) (-15 -2461 ((-330) (-265 |#1|) (-830))) (-15 -2462 ((-142 (-330)) (-265 |#1|))) (-15 -2462 ((-142 (-330)) (-265 |#1|) (-830))) (-15 -2462 ((-142 (-330)) (-265 (-142 |#1|)))) (-15 -2462 ((-142 (-330)) (-265 (-142 |#1|)) (-830)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-146)) (PROGN (-15 -2464 ((-3 (-142 (-330)) #1="failed") (-857 (-142 |#1|)))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-857 (-142 |#1|)) (-830)))) |%noBranch|) (IF (|has| |#1| (-961)) (PROGN (-15 -2463 ((-3 (-330) #1#) (-857 |#1|))) (-15 -2463 ((-3 (-330) #1#) (-857 |#1|) (-830))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-857 |#1|))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-857 |#1|) (-830)))) |%noBranch|) (IF (|has| |#1| (-495)) (PROGN (-15 -2463 ((-3 (-330) #1#) (-350 (-857 |#1|)))) (-15 -2463 ((-3 (-330) #1#) (-350 (-857 |#1|)) (-830))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-350 (-857 |#1|)))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-350 (-857 |#1|)) (-830))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-350 (-857 (-142 |#1|))))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-350 (-857 (-142 |#1|))) (-830))) (IF (|has| |#1| (-756)) (PROGN (-15 -2463 ((-3 (-330) #1#) (-265 |#1|))) (-15 -2463 ((-3 (-330) #1#) (-265 |#1|) (-830))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-265 |#1|))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-265 |#1|) (-830))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-265 (-142 |#1|)))) (-15 -2464 ((-3 (-142 (-330)) #1#) (-265 (-142 |#1|)) (-830)))) |%noBranch|)) |%noBranch|)) (-553 (-330))) (T -708))
-((-2464 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-265 (-142 *5))) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-265 (-142 *4))) (-4 *4 (-495)) (-4 *4 (-756)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2464 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-265 *5)) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-265 *4)) (-4 *4 (-495)) (-4 *4 (-756)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2463 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-265 *5)) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756)) (-4 *5 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *5)))) (-2463 (*1 *2 *3) (|partial| -12 (-5 *3 (-265 *4)) (-4 *4 (-495)) (-4 *4 (-756)) (-4 *4 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *4)))) (-2464 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-350 (-857 (-142 *5)))) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-350 (-857 (-142 *4)))) (-4 *4 (-495)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2464 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2463 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *5)))) (-2463 (*1 *2 *3) (|partial| -12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-4 *4 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *4)))) (-2464 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-857 *5)) (-5 *4 (-830)) (-4 *5 (-961)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-857 *4)) (-4 *4 (-961)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2463 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-857 *5)) (-5 *4 (-830)) (-4 *5 (-961)) (-4 *5 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *5)))) (-2463 (*1 *2 *3) (|partial| -12 (-5 *3 (-857 *4)) (-4 *4 (-961)) (-4 *4 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *4)))) (-2464 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-857 (-142 *5))) (-5 *4 (-830)) (-4 *5 (-146)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-857 (-142 *4))) (-4 *4 (-146)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *3 (-265 (-142 *5))) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2462 (*1 *2 *3) (-12 (-5 *3 (-265 (-142 *4))) (-4 *4 (-495)) (-4 *4 (-756)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *3 (-265 *5)) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2462 (*1 *2 *3) (-12 (-5 *3 (-265 *4)) (-4 *4 (-495)) (-4 *4 (-756)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2461 (*1 *2 *3 *4) (-12 (-5 *3 (-265 *5)) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756)) (-4 *5 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *5)))) (-2461 (*1 *2 *3) (-12 (-5 *3 (-265 *4)) (-4 *4 (-495)) (-4 *4 (-756)) (-4 *4 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 (-142 *5)))) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2462 (*1 *2 *3) (-12 (-5 *3 (-350 (-857 (-142 *4)))) (-4 *4 (-495)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2462 (*1 *2 *3) (-12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2461 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *5)))) (-2461 (*1 *2 *3) (-12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-4 *4 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *3 (-857 *5)) (-5 *4 (-830)) (-4 *5 (-961)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2462 (*1 *2 *3) (-12 (-5 *3 (-857 *4)) (-4 *4 (-961)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2461 (*1 *2 *3 *4) (-12 (-5 *3 (-857 *5)) (-5 *4 (-830)) (-4 *5 (-961)) (-4 *5 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *5)))) (-2461 (*1 *2 *3) (-12 (-5 *3 (-857 *4)) (-4 *4 (-961)) (-4 *4 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *3 (-857 (-142 *5))) (-5 *4 (-830)) (-4 *5 (-146)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2462 (*1 *2 *3) (-12 (-5 *3 (-857 (-142 *4))) (-4 *4 (-146)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *3 (-142 *5)) (-5 *4 (-830)) (-4 *5 (-146)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))) (-2462 (*1 *2 *3) (-12 (-5 *3 (-142 *4)) (-4 *4 (-146)) (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *4 (-830)) (-5 *2 (-142 (-330))) (-5 *1 (-708 *3)) (-4 *3 (-553 (-330))))) (-2462 (*1 *2 *3) (-12 (-5 *2 (-142 (-330))) (-5 *1 (-708 *3)) (-4 *3 (-553 (-330))))) (-2461 (*1 *2 *3 *4) (-12 (-5 *4 (-830)) (-5 *2 (-330)) (-5 *1 (-708 *3)) (-4 *3 (-553 *2)))) (-2461 (*1 *2 *3) (-12 (-5 *2 (-330)) (-5 *1 (-708 *3)) (-4 *3 (-553 *2)))))
-((-2468 (((-830) (-1073)) 90 T ELT)) (-2470 (((-3 (-330) "failed") (-1073)) 36 T ELT)) (-2469 (((-330) (-1073)) 34 T ELT)) (-2466 (((-830) (-1073)) 64 T ELT)) (-2467 (((-1073) (-830)) 74 T ELT)) (-2465 (((-1073) (-830)) 63 T ELT)))
-(((-709) (-10 -7 (-15 -2465 ((-1073) (-830))) (-15 -2466 ((-830) (-1073))) (-15 -2467 ((-1073) (-830))) (-15 -2468 ((-830) (-1073))) (-15 -2469 ((-330) (-1073))) (-15 -2470 ((-3 (-330) "failed") (-1073))))) (T -709))
-((-2470 (*1 *2 *3) (|partial| -12 (-5 *3 (-1073)) (-5 *2 (-330)) (-5 *1 (-709)))) (-2469 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-330)) (-5 *1 (-709)))) (-2468 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-830)) (-5 *1 (-709)))) (-2467 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1073)) (-5 *1 (-709)))) (-2466 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-830)) (-5 *1 (-709)))) (-2465 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1073)) (-5 *1 (-709)))))
-((-2473 (((-1185) (-1179 (-330)) (-484) (-330) (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1475 (-330))) (-330) (-1179 (-330)) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330))) 54 T ELT) (((-1185) (-1179 (-330)) (-484) (-330) (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1475 (-330))) (-330) (-1179 (-330)) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330))) 51 T ELT)) (-2474 (((-1185) (-1179 (-330)) (-484) (-330) (-330) (-484) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330))) 61 T ELT)) (-2472 (((-1185) (-1179 (-330)) (-484) (-330) (-330) (-330) (-330) (-484) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330))) 49 T ELT)) (-2471 (((-1185) (-1179 (-330)) (-484) (-330) (-330) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330))) 63 T ELT) (((-1185) (-1179 (-330)) (-484) (-330) (-330) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330))) 62 T ELT)))
-(((-710) (-10 -7 (-15 -2471 ((-1185) (-1179 (-330)) (-484) (-330) (-330) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330)))) (-15 -2471 ((-1185) (-1179 (-330)) (-484) (-330) (-330) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)))) (-15 -2472 ((-1185) (-1179 (-330)) (-484) (-330) (-330) (-330) (-330) (-484) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330)))) (-15 -2473 ((-1185) (-1179 (-330)) (-484) (-330) (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1475 (-330))) (-330) (-1179 (-330)) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330)))) (-15 -2473 ((-1185) (-1179 (-330)) (-484) (-330) (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1475 (-330))) (-330) (-1179 (-330)) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)) (-1179 (-330)))) (-15 -2474 ((-1185) (-1179 (-330)) (-484) (-330) (-330) (-484) (-1 (-1185) (-1179 (-330)) (-1179 (-330)) (-330)))))) (T -710))
-((-2474 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-484)) (-5 *6 (-1 (-1185) (-1179 *5) (-1179 *5) (-330))) (-5 *3 (-1179 (-330))) (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710)))) (-2473 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-484)) (-5 *6 (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1475 (-330)))) (-5 *7 (-1 (-1185) (-1179 *5) (-1179 *5) (-330))) (-5 *3 (-1179 (-330))) (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710)))) (-2473 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-484)) (-5 *6 (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1475 (-330)))) (-5 *7 (-1 (-1185) (-1179 *5) (-1179 *5) (-330))) (-5 *3 (-1179 (-330))) (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710)))) (-2472 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-484)) (-5 *6 (-1 (-1185) (-1179 *5) (-1179 *5) (-330))) (-5 *3 (-1179 (-330))) (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710)))) (-2471 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-484)) (-5 *6 (-1 (-1185) (-1179 *5) (-1179 *5) (-330))) (-5 *3 (-1179 (-330))) (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710)))) (-2471 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-484)) (-5 *6 (-1 (-1185) (-1179 *5) (-1179 *5) (-330))) (-5 *3 (-1179 (-330))) (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710)))))
-((-2483 (((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484)) 65 T ELT)) (-2480 (((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484)) 40 T ELT)) (-2482 (((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484)) 64 T ELT)) (-2479 (((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484)) 38 T ELT)) (-2481 (((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484)) 63 T ELT)) (-2478 (((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484)) 24 T ELT)) (-2477 (((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484) (-484)) 41 T ELT)) (-2476 (((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484) (-484)) 39 T ELT)) (-2475 (((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484) (-484)) 37 T ELT)))
-(((-711) (-10 -7 (-15 -2475 ((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484) (-484))) (-15 -2476 ((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484) (-484))) (-15 -2477 ((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484) (-484))) (-15 -2478 ((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484))) (-15 -2479 ((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484))) (-15 -2480 ((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484))) (-15 -2481 ((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484))) (-15 -2482 ((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484))) (-15 -2483 ((-2 (|:| -3403 (-330)) (|:| -1596 (-330)) (|:| |totalpts| (-484)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-484) (-484))))) (T -711))
-((-2483 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484)) (|:| |success| (-85)))) (-5 *1 (-711)) (-5 *5 (-484)))) (-2482 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484)) (|:| |success| (-85)))) (-5 *1 (-711)) (-5 *5 (-484)))) (-2481 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484)) (|:| |success| (-85)))) (-5 *1 (-711)) (-5 *5 (-484)))) (-2480 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484)) (|:| |success| (-85)))) (-5 *1 (-711)) (-5 *5 (-484)))) (-2479 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484)) (|:| |success| (-85)))) (-5 *1 (-711)) (-5 *5 (-484)))) (-2478 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484)) (|:| |success| (-85)))) (-5 *1 (-711)) (-5 *5 (-484)))) (-2477 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484)) (|:| |success| (-85)))) (-5 *1 (-711)) (-5 *5 (-484)))) (-2476 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484)) (|:| |success| (-85)))) (-5 *1 (-711)) (-5 *5 (-484)))) (-2475 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484)) (|:| |success| (-85)))) (-5 *1 (-711)) (-5 *5 (-484)))))
-((-3706 (((-1125 |#1|) |#1| (-179) (-484)) 69 T ELT)))
-(((-712 |#1|) (-10 -7 (-15 -3706 ((-1125 |#1|) |#1| (-179) (-484)))) (-887)) (T -712))
-((-3706 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-179)) (-5 *5 (-484)) (-5 *2 (-1125 *3)) (-5 *1 (-712 *3)) (-4 *3 (-887)))))
-((-3624 (((-484) $) 17 T ELT)) (-3188 (((-85) $) 10 T ELT)) (-3384 (($ $) 19 T ELT)))
-(((-713 |#1|) (-10 -7 (-15 -3384 (|#1| |#1|)) (-15 -3624 ((-484) |#1|)) (-15 -3188 ((-85) |#1|))) (-714)) (T -713))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 31 T ELT)) (-1312 (((-3 $ "failed") $ $) 35 T ELT)) (-3624 (((-484) $) 38 T ELT)) (-3725 (($) 30 T CONST)) (-3187 (((-85) $) 28 T ELT)) (-1214 (((-85) $ $) 33 T ELT)) (-3188 (((-85) $) 39 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3384 (($ $) 37 T ELT)) (-2661 (($) 29 T CONST)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)) (-3838 (($ $ $) 42 T ELT) (($ $) 41 T ELT)) (-3840 (($ $ $) 25 T ELT)) (* (($ (-830) $) 26 T ELT) (($ (-694) $) 32 T ELT) (($ (-484) $) 40 T ELT)))
-(((-714) (-113)) (T -714))
-((-3188 (*1 *2 *1) (-12 (-4 *1 (-714)) (-5 *2 (-85)))) (-3624 (*1 *2 *1) (-12 (-4 *1 (-714)) (-5 *2 (-484)))) (-3384 (*1 *1 *1) (-4 *1 (-714))))
-(-13 (-721) (-21) (-10 -8 (-15 -3188 ((-85) $)) (-15 -3624 ((-484) $)) (-15 -3384 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-716) . T) ((-718) . T) ((-721) . T) ((-756) . T) ((-759) . T) ((-1013) . T) ((-1129) . T))
-((-3187 (((-85) $) 10 T ELT)))
-(((-715 |#1|) (-10 -7 (-15 -3187 ((-85) |#1|))) (-716)) (T -715))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 31 T ELT)) (-3725 (($) 30 T CONST)) (-3187 (((-85) $) 28 T ELT)) (-1214 (((-85) $ $) 33 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 29 T CONST)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)) (-3840 (($ $ $) 25 T ELT)) (* (($ (-830) $) 26 T ELT) (($ (-694) $) 32 T ELT)))
-(((-716) (-113)) (T -716))
-((-3187 (*1 *2 *1) (-12 (-4 *1 (-716)) (-5 *2 (-85)))))
-(-13 (-718) (-23) (-10 -8 (-15 -3187 ((-85) $))))
-(((-23) . T) ((-25) . T) ((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-718) . T) ((-756) . T) ((-759) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 31 T ELT)) (-2484 (($ $ $) 36 T ELT)) (-1312 (((-3 $ "failed") $ $) 35 T ELT)) (-3725 (($) 30 T CONST)) (-3187 (((-85) $) 28 T ELT)) (-1214 (((-85) $ $) 33 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 29 T CONST)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)) (-3840 (($ $ $) 25 T ELT)) (* (($ (-830) $) 26 T ELT) (($ (-694) $) 32 T ELT)))
+((-2006 (((-1086 |#1|) (-695)) 114 T ELT)) (-3332 (((-1180 |#1|) (-1180 |#1|) (-831)) 107 T ELT)) (-2004 (((-1186) (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))) |#1|) 122 T ELT)) (-2008 (((-1180 |#1|) (-1180 |#1|) (-695)) 53 T ELT)) (-2996 (((-1180 |#1|) (-831)) 109 T ELT)) (-2010 (((-1180 |#1|) (-1180 |#1|) (-485)) 30 T ELT)) (-2005 (((-1086 |#1|) (-1180 |#1|)) 115 T ELT)) (-2014 (((-1180 |#1|) (-831)) 136 T ELT)) (-2012 (((-85) (-1180 |#1|)) 119 T ELT)) (-3134 (((-1180 |#1|) (-1180 |#1|) (-831)) 99 T ELT)) (-2015 (((-1086 |#1|) (-1180 |#1|)) 130 T ELT)) (-2011 (((-831) (-1180 |#1|)) 95 T ELT)) (-2486 (((-1180 |#1|) (-1180 |#1|)) 38 T ELT)) (-2401 (((-1180 |#1|) (-831) (-831)) 139 T ELT)) (-2009 (((-1180 |#1|) (-1180 |#1|) (-1034) (-1034)) 29 T ELT)) (-2007 (((-1180 |#1|) (-1180 |#1|) (-695) (-1034)) 54 T ELT)) (-2013 (((-1180 (-1180 |#1|)) (-831)) 135 T ELT)) (-3951 (((-1180 |#1|) (-1180 |#1|) (-1180 |#1|)) 120 T ELT)) (** (((-1180 |#1|) (-1180 |#1|) (-485)) 67 T ELT)) (* (((-1180 |#1|) (-1180 |#1|) (-1180 |#1|)) 31 T ELT)))
+(((-467 |#1|) (-10 -7 (-15 -2004 ((-1186) (-1180 (-584 (-2 (|:| -3404 |#1|) (|:| -2401 (-1034))))) |#1|)) (-15 -2996 ((-1180 |#1|) (-831))) (-15 -2401 ((-1180 |#1|) (-831) (-831))) (-15 -2005 ((-1086 |#1|) (-1180 |#1|))) (-15 -2006 ((-1086 |#1|) (-695))) (-15 -2007 ((-1180 |#1|) (-1180 |#1|) (-695) (-1034))) (-15 -2008 ((-1180 |#1|) (-1180 |#1|) (-695))) (-15 -2009 ((-1180 |#1|) (-1180 |#1|) (-1034) (-1034))) (-15 -2010 ((-1180 |#1|) (-1180 |#1|) (-485))) (-15 ** ((-1180 |#1|) (-1180 |#1|) (-485))) (-15 * ((-1180 |#1|) (-1180 |#1|) (-1180 |#1|))) (-15 -3951 ((-1180 |#1|) (-1180 |#1|) (-1180 |#1|))) (-15 -3134 ((-1180 |#1|) (-1180 |#1|) (-831))) (-15 -3332 ((-1180 |#1|) (-1180 |#1|) (-831))) (-15 -2486 ((-1180 |#1|) (-1180 |#1|))) (-15 -2011 ((-831) (-1180 |#1|))) (-15 -2012 ((-85) (-1180 |#1|))) (-15 -2013 ((-1180 (-1180 |#1|)) (-831))) (-15 -2014 ((-1180 |#1|) (-831))) (-15 -2015 ((-1086 |#1|) (-1180 |#1|)))) (-299)) (T -467))
+((-2015 (*1 *2 *3) (-12 (-5 *3 (-1180 *4)) (-4 *4 (-299)) (-5 *2 (-1086 *4)) (-5 *1 (-467 *4)))) (-2014 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1180 *4)) (-5 *1 (-467 *4)) (-4 *4 (-299)))) (-2013 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1180 (-1180 *4))) (-5 *1 (-467 *4)) (-4 *4 (-299)))) (-2012 (*1 *2 *3) (-12 (-5 *3 (-1180 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-467 *4)))) (-2011 (*1 *2 *3) (-12 (-5 *3 (-1180 *4)) (-4 *4 (-299)) (-5 *2 (-831)) (-5 *1 (-467 *4)))) (-2486 (*1 *2 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-299)) (-5 *1 (-467 *3)))) (-3332 (*1 *2 *2 *3) (-12 (-5 *2 (-1180 *4)) (-5 *3 (-831)) (-4 *4 (-299)) (-5 *1 (-467 *4)))) (-3134 (*1 *2 *2 *3) (-12 (-5 *2 (-1180 *4)) (-5 *3 (-831)) (-4 *4 (-299)) (-5 *1 (-467 *4)))) (-3951 (*1 *2 *2 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-299)) (-5 *1 (-467 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-299)) (-5 *1 (-467 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1180 *4)) (-5 *3 (-485)) (-4 *4 (-299)) (-5 *1 (-467 *4)))) (-2010 (*1 *2 *2 *3) (-12 (-5 *2 (-1180 *4)) (-5 *3 (-485)) (-4 *4 (-299)) (-5 *1 (-467 *4)))) (-2009 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1180 *4)) (-5 *3 (-1034)) (-4 *4 (-299)) (-5 *1 (-467 *4)))) (-2008 (*1 *2 *2 *3) (-12 (-5 *2 (-1180 *4)) (-5 *3 (-695)) (-4 *4 (-299)) (-5 *1 (-467 *4)))) (-2007 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1180 *5)) (-5 *3 (-695)) (-5 *4 (-1034)) (-4 *5 (-299)) (-5 *1 (-467 *5)))) (-2006 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1086 *4)) (-5 *1 (-467 *4)) (-4 *4 (-299)))) (-2005 (*1 *2 *3) (-12 (-5 *3 (-1180 *4)) (-4 *4 (-299)) (-5 *2 (-1086 *4)) (-5 *1 (-467 *4)))) (-2401 (*1 *2 *3 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1180 *4)) (-5 *1 (-467 *4)) (-4 *4 (-299)))) (-2996 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1180 *4)) (-5 *1 (-467 *4)) (-4 *4 (-299)))) (-2004 (*1 *2 *3 *4) (-12 (-5 *3 (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034)))))) (-4 *4 (-299)) (-5 *2 (-1186)) (-5 *1 (-467 *4)))))
+((-2001 (((-633 (-1139)) $) NIL T ELT)) (-1997 (((-633 (-1137)) $) NIL T ELT)) (-1999 (((-633 (-1136)) $) NIL T ELT)) (-2002 (((-633 (-489)) $) NIL T ELT)) (-1998 (((-633 (-487)) $) NIL T ELT)) (-2000 (((-633 (-486)) $) NIL T ELT)) (-1996 (((-695) $ (-102)) NIL T ELT)) (-2003 (((-633 (-101)) $) 26 T ELT)) (-2016 (((-1034) $ (-1034)) 31 T ELT)) (-3421 (((-1034) $) 30 T ELT)) (-2560 (((-85) $) 20 T ELT)) (-2018 (($ (-338)) 14 T ELT) (($ (-1074)) 16 T ELT)) (-2017 (((-85) $) 27 T ELT)) (-3948 (((-773) $) 34 T ELT)) (-1701 (($ $) 28 T ELT)))
+(((-468) (-13 (-466) (-553 (-773)) (-10 -8 (-15 -2018 ($ (-338))) (-15 -2018 ($ (-1074))) (-15 -2017 ((-85) $)) (-15 -2560 ((-85) $)) (-15 -3421 ((-1034) $)) (-15 -2016 ((-1034) $ (-1034)))))) (T -468))
+((-2018 (*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-468)))) (-2018 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-468)))) (-2017 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-468)))) (-2560 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-468)))) (-3421 (*1 *2 *1) (-12 (-5 *2 (-1034)) (-5 *1 (-468)))) (-2016 (*1 *2 *1 *2) (-12 (-5 *2 (-1034)) (-5 *1 (-468)))))
+((-2020 (((-1 |#1| |#1|) |#1|) 11 T ELT)) (-2019 (((-1 |#1| |#1|)) 10 T ELT)))
+(((-469 |#1|) (-10 -7 (-15 -2019 ((-1 |#1| |#1|))) (-15 -2020 ((-1 |#1| |#1|) |#1|))) (-13 (-664) (-25))) (T -469))
+((-2020 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-469 *3)) (-4 *3 (-13 (-664) (-25))))) (-2019 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-469 *3)) (-4 *3 (-13 (-664) (-25))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3776 (((-584 (-454 (-695) |#1|)) $) NIL T ELT)) (-2485 (($ $ $) NIL T ELT)) (-1313 (((-3 $ "failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-3188 (((-85) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2895 (($ (-695) |#1|) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3960 (($ (-1 (-695) (-695)) $) NIL T ELT)) (-1984 ((|#1| $) NIL T ELT)) (-3176 (((-695) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3974 (($ (-584 (-454 (-695) |#1|))) NIL T ELT)) (-3948 (((-773) $) 28 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT)))
+(((-470 |#1|) (-13 (-718) (-450 (-695) |#1|)) (-757)) (T -470))
+NIL
+((-2022 (((-584 |#2|) (-1086 |#1|) |#3|) 98 T ELT)) (-2023 (((-584 (-2 (|:| |outval| |#2|) (|:| |outmult| (-485)) (|:| |outvect| (-584 (-631 |#2|))))) (-631 |#1|) |#3| (-1 (-348 (-1086 |#1|)) (-1086 |#1|))) 114 T ELT)) (-2021 (((-1086 |#1|) (-631 |#1|)) 110 T ELT)))
+(((-471 |#1| |#2| |#3|) (-10 -7 (-15 -2021 ((-1086 |#1|) (-631 |#1|))) (-15 -2022 ((-584 |#2|) (-1086 |#1|) |#3|)) (-15 -2023 ((-584 (-2 (|:| |outval| |#2|) (|:| |outmult| (-485)) (|:| |outvect| (-584 (-631 |#2|))))) (-631 |#1|) |#3| (-1 (-348 (-1086 |#1|)) (-1086 |#1|))))) (-312) (-312) (-13 (-312) (-756))) (T -471))
+((-2023 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-631 *6)) (-5 *5 (-1 (-348 (-1086 *6)) (-1086 *6))) (-4 *6 (-312)) (-5 *2 (-584 (-2 (|:| |outval| *7) (|:| |outmult| (-485)) (|:| |outvect| (-584 (-631 *7)))))) (-5 *1 (-471 *6 *7 *4)) (-4 *7 (-312)) (-4 *4 (-13 (-312) (-756))))) (-2022 (*1 *2 *3 *4) (-12 (-5 *3 (-1086 *5)) (-4 *5 (-312)) (-5 *2 (-584 *6)) (-5 *1 (-471 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-756))))) (-2021 (*1 *2 *3) (-12 (-5 *3 (-631 *4)) (-4 *4 (-312)) (-5 *2 (-1086 *4)) (-5 *1 (-471 *4 *5 *6)) (-4 *5 (-312)) (-4 *6 (-13 (-312) (-756))))))
+((-2557 (((-633 (-1139)) $ (-1139)) NIL T ELT)) (-2558 (((-633 (-489)) $ (-489)) NIL T ELT)) (-2556 (((-695) $ (-102)) 39 T ELT)) (-2559 (((-633 (-101)) $ (-101)) 40 T ELT)) (-2001 (((-633 (-1139)) $) NIL T ELT)) (-1997 (((-633 (-1137)) $) NIL T ELT)) (-1999 (((-633 (-1136)) $) NIL T ELT)) (-2002 (((-633 (-489)) $) NIL T ELT)) (-1998 (((-633 (-487)) $) NIL T ELT)) (-2000 (((-633 (-486)) $) NIL T ELT)) (-1996 (((-695) $ (-102)) 35 T ELT)) (-2003 (((-633 (-101)) $) 37 T ELT)) (-2441 (((-85) $) 27 T ELT)) (-2442 (((-633 $) (-516) (-866)) 18 T ELT) (((-633 $) (-431) (-866)) 24 T ELT)) (-3948 (((-773) $) 48 T ELT)) (-1701 (($ $) 42 T ELT)))
+(((-472) (-13 (-692 (-516)) (-553 (-773)) (-10 -8 (-15 -2442 ((-633 $) (-431) (-866)))))) (T -472))
+((-2442 (*1 *2 *3 *4) (-12 (-5 *3 (-431)) (-5 *4 (-866)) (-5 *2 (-633 (-472))) (-5 *1 (-472)))))
+((-2529 (((-751 (-485))) 12 T ELT)) (-2528 (((-751 (-485))) 14 T ELT)) (-2516 (((-744 (-485))) 9 T ELT)))
+(((-473) (-10 -7 (-15 -2516 ((-744 (-485)))) (-15 -2529 ((-751 (-485)))) (-15 -2528 ((-751 (-485)))))) (T -473))
+((-2528 (*1 *2) (-12 (-5 *2 (-751 (-485))) (-5 *1 (-473)))) (-2529 (*1 *2) (-12 (-5 *2 (-751 (-485))) (-5 *1 (-473)))) (-2516 (*1 *2) (-12 (-5 *2 (-744 (-485))) (-5 *1 (-473)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2027 (((-1074) $) 55 T ELT)) (-3262 (((-85) $) 51 T ELT)) (-3258 (((-1091) $) 52 T ELT)) (-3263 (((-85) $) 49 T ELT)) (-3537 (((-1074) $) 50 T ELT)) (-2026 (($ (-1074)) 56 T ELT)) (-3265 (((-85) $) NIL T ELT)) (-3267 (((-85) $) NIL T ELT)) (-3264 (((-85) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2029 (($ $ (-584 (-1091))) 21 T ELT)) (-2032 (((-51) $) 23 T ELT)) (-3261 (((-85) $) NIL T ELT)) (-3257 (((-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2384 (($ $ (-584 (-1091)) (-1091)) 73 T ELT)) (-3260 (((-85) $) NIL T ELT)) (-3256 (((-179) $) NIL T ELT)) (-2028 (($ $) 44 T ELT)) (-3255 (((-773) $) NIL T ELT)) (-3268 (((-85) $ $) NIL T ELT)) (-3802 (($ $ (-485)) NIL T ELT) (($ $ (-584 (-485))) NIL T ELT)) (-3259 (((-584 $) $) 30 T ELT)) (-2025 (((-1091) (-584 $)) 57 T ELT)) (-3974 (($ (-1074)) NIL T ELT) (($ (-1091)) 19 T ELT) (($ (-485)) 8 T ELT) (($ (-179)) 28 T ELT) (($ (-773)) NIL T ELT) (($ (-584 $)) 65 T ELT) (((-1016) $) 12 T ELT) (($ (-1016)) 13 T ELT)) (-2024 (((-1091) (-1091) (-584 $)) 60 T ELT)) (-3948 (((-773) $) 54 T ELT)) (-3253 (($ $) 59 T ELT)) (-3254 (($ $) 58 T ELT)) (-2030 (($ $ (-584 $)) 66 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3266 (((-85) $) 29 T ELT)) (-2662 (($) 9 T CONST)) (-2668 (($) 11 T CONST)) (-3058 (((-85) $ $) 74 T ELT)) (-3951 (($ $ $) 82 T ELT)) (-3841 (($ $ $) 75 T ELT)) (** (($ $ (-695)) 81 T ELT) (($ $ (-485)) 80 T ELT)) (* (($ $ $) 76 T ELT)) (-3959 (((-485) $) NIL T ELT)))
+(((-474) (-13 (-1017 (-1074) (-1091) (-485) (-179) (-773)) (-554 (-1016)) (-10 -8 (-15 -2032 ((-51) $)) (-15 -3974 ($ (-1016))) (-15 -2030 ($ $ (-584 $))) (-15 -2384 ($ $ (-584 (-1091)) (-1091))) (-15 -2029 ($ $ (-584 (-1091)))) (-15 -3841 ($ $ $)) (-15 * ($ $ $)) (-15 -3951 ($ $ $)) (-15 ** ($ $ (-695))) (-15 ** ($ $ (-485))) (-15 -2662 ($) -3954) (-15 -2668 ($) -3954) (-15 -2028 ($ $)) (-15 -2027 ((-1074) $)) (-15 -2026 ($ (-1074))) (-15 -2025 ((-1091) (-584 $))) (-15 -2024 ((-1091) (-1091) (-584 $)))))) (T -474))
+((-2032 (*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-474)))) (-3974 (*1 *1 *2) (-12 (-5 *2 (-1016)) (-5 *1 (-474)))) (-2030 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-474))) (-5 *1 (-474)))) (-2384 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-1091)) (-5 *1 (-474)))) (-2029 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-1091))) (-5 *1 (-474)))) (-3841 (*1 *1 *1 *1) (-5 *1 (-474))) (* (*1 *1 *1 *1) (-5 *1 (-474))) (-3951 (*1 *1 *1 *1) (-5 *1 (-474))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-474)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-474)))) (-2662 (*1 *1) (-5 *1 (-474))) (-2668 (*1 *1) (-5 *1 (-474))) (-2028 (*1 *1 *1) (-5 *1 (-474))) (-2027 (*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-474)))) (-2026 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-474)))) (-2025 (*1 *2 *3) (-12 (-5 *3 (-584 (-474))) (-5 *2 (-1091)) (-5 *1 (-474)))) (-2024 (*1 *2 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-584 (-474))) (-5 *1 (-474)))))
+((-2031 (((-474) (-1091)) 15 T ELT)) (-2032 ((|#1| (-474)) 20 T ELT)))
+(((-475 |#1|) (-10 -7 (-15 -2031 ((-474) (-1091))) (-15 -2032 (|#1| (-474)))) (-1130)) (T -475))
+((-2032 (*1 *2 *3) (-12 (-5 *3 (-474)) (-5 *1 (-475 *2)) (-4 *2 (-1130)))) (-2031 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-474)) (-5 *1 (-475 *4)) (-4 *4 (-1130)))))
+((-3455 ((|#2| |#2|) 17 T ELT)) (-3453 ((|#2| |#2|) 13 T ELT)) (-3456 ((|#2| |#2| (-485) (-485)) 20 T ELT)) (-3454 ((|#2| |#2|) 15 T ELT)))
+(((-476 |#1| |#2|) (-10 -7 (-15 -3453 (|#2| |#2|)) (-15 -3454 (|#2| |#2|)) (-15 -3455 (|#2| |#2|)) (-15 -3456 (|#2| |#2| (-485) (-485)))) (-13 (-496) (-120)) (-1173 |#1|)) (T -476))
+((-3456 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-485)) (-4 *4 (-13 (-496) (-120))) (-5 *1 (-476 *4 *2)) (-4 *2 (-1173 *4)))) (-3455 (*1 *2 *2) (-12 (-4 *3 (-13 (-496) (-120))) (-5 *1 (-476 *3 *2)) (-4 *2 (-1173 *3)))) (-3454 (*1 *2 *2) (-12 (-4 *3 (-13 (-496) (-120))) (-5 *1 (-476 *3 *2)) (-4 *2 (-1173 *3)))) (-3453 (*1 *2 *2) (-12 (-4 *3 (-13 (-496) (-120))) (-5 *1 (-476 *3 *2)) (-4 *2 (-1173 *3)))))
+((-2035 (((-584 (-249 (-858 |#2|))) (-584 |#2|) (-584 (-1091))) 32 T ELT)) (-2033 (((-584 |#2|) (-858 |#1|) |#3|) 54 T ELT) (((-584 |#2|) (-1086 |#1|) |#3|) 53 T ELT)) (-2034 (((-584 (-584 |#2|)) (-584 (-858 |#1|)) (-584 (-858 |#1|)) (-584 (-1091)) |#3|) 106 T ELT)))
+(((-477 |#1| |#2| |#3|) (-10 -7 (-15 -2033 ((-584 |#2|) (-1086 |#1|) |#3|)) (-15 -2033 ((-584 |#2|) (-858 |#1|) |#3|)) (-15 -2034 ((-584 (-584 |#2|)) (-584 (-858 |#1|)) (-584 (-858 |#1|)) (-584 (-1091)) |#3|)) (-15 -2035 ((-584 (-249 (-858 |#2|))) (-584 |#2|) (-584 (-1091))))) (-392) (-312) (-13 (-312) (-756))) (T -477))
+((-2035 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *6)) (-5 *4 (-584 (-1091))) (-4 *6 (-312)) (-5 *2 (-584 (-249 (-858 *6)))) (-5 *1 (-477 *5 *6 *7)) (-4 *5 (-392)) (-4 *7 (-13 (-312) (-756))))) (-2034 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-584 (-858 *6))) (-5 *4 (-584 (-1091))) (-4 *6 (-392)) (-5 *2 (-584 (-584 *7))) (-5 *1 (-477 *6 *7 *5)) (-4 *7 (-312)) (-4 *5 (-13 (-312) (-756))))) (-2033 (*1 *2 *3 *4) (-12 (-5 *3 (-858 *5)) (-4 *5 (-392)) (-5 *2 (-584 *6)) (-5 *1 (-477 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-756))))) (-2033 (*1 *2 *3 *4) (-12 (-5 *3 (-1086 *5)) (-4 *5 (-392)) (-5 *2 (-584 *6)) (-5 *1 (-477 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-756))))))
+((-2038 ((|#2| |#2| |#1|) 17 T ELT)) (-2036 ((|#2| (-584 |#2|)) 30 T ELT)) (-2037 ((|#2| (-584 |#2|)) 51 T ELT)))
+(((-478 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2036 (|#2| (-584 |#2|))) (-15 -2037 (|#2| (-584 |#2|))) (-15 -2038 (|#2| |#2| |#1|))) (-258) (-1156 |#1|) |#1| (-1 |#1| |#1| (-695))) (T -478))
+((-2038 (*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-695))) (-5 *1 (-478 *3 *2 *4 *5)) (-4 *2 (-1156 *3)))) (-2037 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-1156 *4)) (-5 *1 (-478 *4 *2 *5 *6)) (-4 *4 (-258)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-695))))) (-2036 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-1156 *4)) (-5 *1 (-478 *4 *2 *5 *6)) (-4 *4 (-258)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-695))))))
+((-3734 (((-348 (-1086 |#4|)) (-1086 |#4|) (-1 (-348 (-1086 |#3|)) (-1086 |#3|))) 90 T ELT) (((-348 |#4|) |#4| (-1 (-348 (-1086 |#3|)) (-1086 |#3|))) 213 T ELT)))
+(((-479 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3734 ((-348 |#4|) |#4| (-1 (-348 (-1086 |#3|)) (-1086 |#3|)))) (-15 -3734 ((-348 (-1086 |#4|)) (-1086 |#4|) (-1 (-348 (-1086 |#3|)) (-1086 |#3|))))) (-757) (-718) (-13 (-258) (-120)) (-862 |#3| |#2| |#1|)) (T -479))
+((-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-348 (-1086 *7)) (-1086 *7))) (-4 *7 (-13 (-258) (-120))) (-4 *5 (-757)) (-4 *6 (-718)) (-4 *8 (-862 *7 *6 *5)) (-5 *2 (-348 (-1086 *8))) (-5 *1 (-479 *5 *6 *7 *8)) (-5 *3 (-1086 *8)))) (-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-348 (-1086 *7)) (-1086 *7))) (-4 *7 (-13 (-258) (-120))) (-4 *5 (-757)) (-4 *6 (-718)) (-5 *2 (-348 *3)) (-5 *1 (-479 *5 *6 *7 *3)) (-4 *3 (-862 *7 *6 *5)))))
+((-3455 ((|#4| |#4|) 74 T ELT)) (-3453 ((|#4| |#4|) 70 T ELT)) (-3456 ((|#4| |#4| (-485) (-485)) 76 T ELT)) (-3454 ((|#4| |#4|) 72 T ELT)))
+(((-480 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3453 (|#4| |#4|)) (-15 -3454 (|#4| |#4|)) (-15 -3455 (|#4| |#4|)) (-15 -3456 (|#4| |#4| (-485) (-485)))) (-13 (-312) (-320) (-554 (-485))) (-1156 |#1|) (-662 |#1| |#2|) (-1173 |#3|)) (T -480))
+((-3456 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-485)) (-4 *4 (-13 (-312) (-320) (-554 *3))) (-4 *5 (-1156 *4)) (-4 *6 (-662 *4 *5)) (-5 *1 (-480 *4 *5 *6 *2)) (-4 *2 (-1173 *6)))) (-3455 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-4 *4 (-1156 *3)) (-4 *5 (-662 *3 *4)) (-5 *1 (-480 *3 *4 *5 *2)) (-4 *2 (-1173 *5)))) (-3454 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-4 *4 (-1156 *3)) (-4 *5 (-662 *3 *4)) (-5 *1 (-480 *3 *4 *5 *2)) (-4 *2 (-1173 *5)))) (-3453 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-4 *4 (-1156 *3)) (-4 *5 (-662 *3 *4)) (-5 *1 (-480 *3 *4 *5 *2)) (-4 *2 (-1173 *5)))))
+((-3455 ((|#2| |#2|) 27 T ELT)) (-3453 ((|#2| |#2|) 23 T ELT)) (-3456 ((|#2| |#2| (-485) (-485)) 29 T ELT)) (-3454 ((|#2| |#2|) 25 T ELT)))
+(((-481 |#1| |#2|) (-10 -7 (-15 -3453 (|#2| |#2|)) (-15 -3454 (|#2| |#2|)) (-15 -3455 (|#2| |#2|)) (-15 -3456 (|#2| |#2| (-485) (-485)))) (-13 (-312) (-320) (-554 (-485))) (-1173 |#1|)) (T -481))
+((-3456 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-485)) (-4 *4 (-13 (-312) (-320) (-554 *3))) (-5 *1 (-481 *4 *2)) (-4 *2 (-1173 *4)))) (-3455 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-5 *1 (-481 *3 *2)) (-4 *2 (-1173 *3)))) (-3454 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-5 *1 (-481 *3 *2)) (-4 *2 (-1173 *3)))) (-3453 (*1 *2 *2) (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-5 *1 (-481 *3 *2)) (-4 *2 (-1173 *3)))))
+((-2039 (((-3 (-485) #1="failed") |#2| |#1| (-1 (-3 (-485) #1#) |#1|)) 18 T ELT) (((-3 (-485) #1#) |#2| |#1| (-485) (-1 (-3 (-485) #1#) |#1|)) 14 T ELT) (((-3 (-485) #1#) |#2| (-485) (-1 (-3 (-485) #1#) |#1|)) 30 T ELT)))
+(((-482 |#1| |#2|) (-10 -7 (-15 -2039 ((-3 (-485) #1="failed") |#2| (-485) (-1 (-3 (-485) #1#) |#1|))) (-15 -2039 ((-3 (-485) #1#) |#2| |#1| (-485) (-1 (-3 (-485) #1#) |#1|))) (-15 -2039 ((-3 (-485) #1#) |#2| |#1| (-1 (-3 (-485) #1#) |#1|)))) (-962) (-1156 |#1|)) (T -482))
+((-2039 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-485) #1="failed") *4)) (-4 *4 (-962)) (-5 *2 (-485)) (-5 *1 (-482 *4 *3)) (-4 *3 (-1156 *4)))) (-2039 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-485) #1#) *4)) (-4 *4 (-962)) (-5 *2 (-485)) (-5 *1 (-482 *4 *3)) (-4 *3 (-1156 *4)))) (-2039 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-485) #1#) *5)) (-4 *5 (-962)) (-5 *2 (-485)) (-5 *1 (-482 *5 *3)) (-4 *3 (-1156 *5)))))
+((-2048 (($ $ $) 87 T ELT)) (-3973 (((-348 $) $) 50 T ELT)) (-3159 (((-3 (-485) #1="failed") $) 62 T ELT)) (-3158 (((-485) $) 40 T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) 80 T ELT)) (-3025 (((-85) $) 24 T ELT)) (-3024 (((-350 (-485)) $) 78 T ELT)) (-3725 (((-85) $) 53 T ELT)) (-2041 (($ $ $ $) 94 T ELT)) (-1370 (($ $ $) 60 T ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 75 T ELT)) (-3447 (((-633 $) $) 70 T ELT)) (-2045 (($ $) 22 T ELT)) (-2040 (($ $ $) 92 T ELT)) (-3448 (($) 63 T CONST)) (-1368 (($ $) 56 T ELT)) (-3734 (((-348 $) $) 48 T ELT)) (-2676 (((-85) $) 15 T ELT)) (-1608 (((-695) $) 30 T ELT)) (-3760 (($ $) 11 T ELT) (($ $ (-695)) NIL T ELT)) (-3402 (($ $) 16 T ELT)) (-3974 (((-485) $) NIL T ELT) (((-474) $) 39 T ELT) (((-801 (-485)) $) 43 T ELT) (((-330) $) 33 T ELT) (((-179) $) 36 T ELT)) (-3128 (((-695)) 9 T CONST)) (-2050 (((-85) $ $) 19 T ELT)) (-3103 (($ $ $) 58 T ELT)))
+(((-483 |#1|) (-10 -7 (-15 -2040 (|#1| |#1| |#1|)) (-15 -2041 (|#1| |#1| |#1| |#1|)) (-15 -2045 (|#1| |#1|)) (-15 -3402 (|#1| |#1|)) (-15 -3026 ((-3 (-350 (-485)) #1="failed") |#1|)) (-15 -3024 ((-350 (-485)) |#1|)) (-15 -3025 ((-85) |#1|)) (-15 -2048 (|#1| |#1| |#1|)) (-15 -2050 ((-85) |#1| |#1|)) (-15 -2676 ((-85) |#1|)) (-15 -3448 (|#1|) -3954) (-15 -3447 ((-633 |#1|) |#1|)) (-15 -3974 ((-179) |#1|)) (-15 -3974 ((-330) |#1|)) (-15 -1370 (|#1| |#1| |#1|)) (-15 -1368 (|#1| |#1|)) (-15 -3103 (|#1| |#1| |#1|)) (-15 -2798 ((-799 (-485) |#1|) |#1| (-801 (-485)) (-799 (-485) |#1|))) (-15 -3974 ((-801 (-485)) |#1|)) (-15 -3974 ((-474) |#1|)) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3974 ((-485) |#1|)) (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1|)) (-15 -1608 ((-695) |#1|)) (-15 -3734 ((-348 |#1|) |#1|)) (-15 -3973 ((-348 |#1|) |#1|)) (-15 -3725 ((-85) |#1|)) (-15 -3128 ((-695)) -3954)) (-484)) (T -483))
+((-3128 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-483 *3)) (-4 *3 (-484)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-2048 (($ $ $) 102 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-2043 (($ $ $ $) 91 T ELT)) (-3777 (($ $) 66 T ELT)) (-3973 (((-348 $) $) 67 T ELT)) (-1609 (((-85) $ $) 145 T ELT)) (-3625 (((-485) $) 134 T ELT)) (-2443 (($ $ $) 105 T ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 (-485) "failed") $) 126 T ELT)) (-3158 (((-485) $) 127 T ELT)) (-2566 (($ $ $) 149 T ELT)) (-2280 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 124 T ELT) (((-631 (-485)) (-631 $)) 123 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3026 (((-3 (-350 (-485)) "failed") $) 99 T ELT)) (-3025 (((-85) $) 101 T ELT)) (-3024 (((-350 (-485)) $) 100 T ELT)) (-2996 (($) 98 T ELT) (($ $) 97 T ELT)) (-2565 (($ $ $) 148 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 143 T ELT)) (-3725 (((-85) $) 68 T ELT)) (-2041 (($ $ $ $) 89 T ELT)) (-2049 (($ $ $) 103 T ELT)) (-3188 (((-85) $) 136 T ELT)) (-1370 (($ $ $) 114 T ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 117 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2675 (((-85) $) 109 T ELT)) (-3447 (((-633 $) $) 111 T ELT)) (-3189 (((-85) $) 135 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 152 T ELT)) (-2042 (($ $ $ $) 90 T ELT)) (-2533 (($ $ $) 142 T ELT)) (-2859 (($ $ $) 141 T ELT)) (-2045 (($ $) 93 T ELT)) (-3835 (($ $) 106 T ELT)) (-2281 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 122 T ELT) (((-631 (-485)) (-1180 $)) 121 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2040 (($ $ $) 88 T ELT)) (-3448 (($) 110 T CONST)) (-2047 (($ $) 95 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-1368 (($ $) 115 T ELT)) (-3734 (((-348 $) $) 65 T ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 151 T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 150 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 144 T ELT)) (-2676 (((-85) $) 108 T ELT)) (-1608 (((-695) $) 146 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 147 T ELT)) (-3760 (($ $) 132 T ELT) (($ $ (-695)) 130 T ELT)) (-2046 (($ $) 94 T ELT)) (-3402 (($ $) 96 T ELT)) (-3974 (((-485) $) 128 T ELT) (((-474) $) 119 T ELT) (((-801 (-485)) $) 118 T ELT) (((-330) $) 113 T ELT) (((-179) $) 112 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-485)) 125 T ELT)) (-3128 (((-695)) 40 T CONST)) (-2050 (((-85) $ $) 104 T ELT)) (-3103 (($ $ $) 116 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2696 (($) 107 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2044 (($ $ $ $) 92 T ELT)) (-3385 (($ $) 133 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $) 131 T ELT) (($ $ (-695)) 129 T ELT)) (-2568 (((-85) $ $) 140 T ELT)) (-2569 (((-85) $ $) 138 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 139 T ELT)) (-2687 (((-85) $ $) 137 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ (-485) $) 120 T ELT)))
+(((-484) (-113)) (T -484))
+((-2675 (*1 *2 *1) (-12 (-4 *1 (-484)) (-5 *2 (-85)))) (-2676 (*1 *2 *1) (-12 (-4 *1 (-484)) (-5 *2 (-85)))) (-2696 (*1 *1) (-4 *1 (-484))) (-3835 (*1 *1 *1) (-4 *1 (-484))) (-2443 (*1 *1 *1 *1) (-4 *1 (-484))) (-2050 (*1 *2 *1 *1) (-12 (-4 *1 (-484)) (-5 *2 (-85)))) (-2049 (*1 *1 *1 *1) (-4 *1 (-484))) (-2048 (*1 *1 *1 *1) (-4 *1 (-484))) (-3025 (*1 *2 *1) (-12 (-4 *1 (-484)) (-5 *2 (-85)))) (-3024 (*1 *2 *1) (-12 (-4 *1 (-484)) (-5 *2 (-350 (-485))))) (-3026 (*1 *2 *1) (|partial| -12 (-4 *1 (-484)) (-5 *2 (-350 (-485))))) (-2996 (*1 *1) (-4 *1 (-484))) (-2996 (*1 *1 *1) (-4 *1 (-484))) (-3402 (*1 *1 *1) (-4 *1 (-484))) (-2047 (*1 *1 *1) (-4 *1 (-484))) (-2046 (*1 *1 *1) (-4 *1 (-484))) (-2045 (*1 *1 *1) (-4 *1 (-484))) (-2044 (*1 *1 *1 *1 *1) (-4 *1 (-484))) (-2043 (*1 *1 *1 *1 *1) (-4 *1 (-484))) (-2042 (*1 *1 *1 *1 *1) (-4 *1 (-484))) (-2041 (*1 *1 *1 *1 *1) (-4 *1 (-484))) (-2040 (*1 *1 *1 *1) (-4 *1 (-484))))
+(-13 (-1135) (-258) (-741) (-190) (-554 (-485)) (-951 (-485)) (-581 (-485)) (-554 (-474)) (-554 (-801 (-485))) (-797 (-485)) (-116) (-934) (-120) (-1067) (-10 -8 (-15 -2675 ((-85) $)) (-15 -2676 ((-85) $)) (-6 -3996) (-15 -2696 ($)) (-15 -3835 ($ $)) (-15 -2443 ($ $ $)) (-15 -2050 ((-85) $ $)) (-15 -2049 ($ $ $)) (-15 -2048 ($ $ $)) (-15 -3025 ((-85) $)) (-15 -3024 ((-350 (-485)) $)) (-15 -3026 ((-3 (-350 (-485)) "failed") $)) (-15 -2996 ($)) (-15 -2996 ($ $)) (-15 -3402 ($ $)) (-15 -2047 ($ $)) (-15 -2046 ($ $)) (-15 -2045 ($ $)) (-15 -2044 ($ $ $ $)) (-15 -2043 ($ $ $ $)) (-15 -2042 ($ $ $ $)) (-15 -2041 ($ $ $ $)) (-15 -2040 ($ $ $)) (-6 -3995)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-116) . T) ((-146) . T) ((-554 (-179)) . T) ((-554 (-330)) . T) ((-554 (-474)) . T) ((-554 (-485)) . T) ((-554 (-801 (-485))) . T) ((-186 $) . T) ((-190) . T) ((-189) . T) ((-246) . T) ((-258) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 (-485)) . T) ((-591 $) . T) ((-583 $) . T) ((-581 (-485)) . T) ((-655 $) . T) ((-664) . T) ((-715) . T) ((-717) . T) ((-719) . T) ((-722) . T) ((-741) . T) ((-756) . T) ((-757) . T) ((-760) . T) ((-797 (-485)) . T) ((-833) . T) ((-934) . T) ((-951 (-485)) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1067) . T) ((-1130) . T) ((-1135) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 8 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 77 T ELT)) (-2064 (($ $) 78 T ELT)) (-2062 (((-85) $) NIL T ELT)) (-2048 (($ $ $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2043 (($ $ $ $) 31 T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL T ELT)) (-2443 (($ $ $) 71 T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL T ELT)) (-2566 (($ $ $) 45 T ELT)) (-2280 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 53 T ELT) (((-631 (-485)) (-631 $)) 49 T ELT)) (-3469 (((-3 $ #1#) $) 74 T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) NIL T ELT)) (-3025 (((-85) $) NIL T ELT)) (-3024 (((-350 (-485)) $) NIL T ELT)) (-2996 (($) 55 T ELT) (($ $) 56 T ELT)) (-2565 (($ $ $) 70 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-2041 (($ $ $ $) NIL T ELT)) (-2049 (($ $ $) 46 T ELT)) (-3188 (((-85) $) 22 T ELT)) (-1370 (($ $ $) NIL T ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL T ELT)) (-1215 (((-85) $ $) 110 T ELT)) (-2411 (((-85) $) 9 T ELT)) (-2675 (((-85) $) 64 T ELT)) (-3447 (((-633 $) $) NIL T ELT)) (-3189 (((-85) $) 21 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2042 (($ $ $ $) 32 T ELT)) (-2533 (($ $ $) 67 T ELT)) (-2859 (($ $ $) 66 T ELT)) (-2045 (($ $) NIL T ELT)) (-3835 (($ $) 29 T ELT)) (-2281 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL T ELT) (((-631 (-485)) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) 44 T ELT)) (-2040 (($ $ $) NIL T ELT)) (-3448 (($) NIL T CONST)) (-2047 (($ $) 15 T ELT)) (-3245 (((-1034) $) 19 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 109 T ELT)) (-3146 (($ $ $) 75 T ELT) (($ (-584 $)) NIL T ELT)) (-1368 (($ $) NIL T ELT)) (-3734 (((-348 $) $) 95 T ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) 93 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-2676 (((-85) $) 65 T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 69 T ELT)) (-3760 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2046 (($ $) 17 T ELT)) (-3402 (($ $) 13 T ELT)) (-3974 (((-485) $) 28 T ELT) (((-474) $) 41 T ELT) (((-801 (-485)) $) NIL T ELT) (((-330) $) 35 T ELT) (((-179) $) 38 T ELT)) (-3948 (((-773) $) 26 T ELT) (($ (-485)) 27 T ELT) (($ $) NIL T ELT) (($ (-485)) 27 T ELT)) (-3128 (((-695)) NIL T CONST)) (-2050 (((-85) $ $) NIL T ELT)) (-3103 (($ $ $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2696 (($) 12 T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) 112 T ELT)) (-2044 (($ $ $ $) 30 T ELT)) (-3385 (($ $) 54 T ELT)) (-2662 (($) 10 T CONST)) (-2668 (($) 11 T CONST)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2568 (((-85) $ $) 59 T ELT)) (-2569 (((-85) $ $) 57 T ELT)) (-3058 (((-85) $ $) 7 T ELT)) (-2686 (((-85) $ $) 58 T ELT)) (-2687 (((-85) $ $) 20 T ELT)) (-3839 (($ $) 42 T ELT) (($ $ $) 16 T ELT)) (-3841 (($ $ $) 14 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 63 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 61 T ELT) (($ $ $) 60 T ELT) (($ (-485) $) 61 T ELT)))
+(((-485) (-13 (-484) (-10 -7 (-6 -3984) (-6 -3989) (-6 -3985)))) (T -485))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)))
+(((-486) (-13 (-753) (-10 -8 (-15 -3726 ($) -3954)))) (T -486))
+((-3726 (*1 *1) (-5 *1 (-486))))
+((-485) (|%not| (|%ilt| 16 (|%ilength| |#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)))
+(((-487) (-13 (-753) (-10 -8 (-15 -3726 ($) -3954)))) (T -487))
+((-3726 (*1 *1) (-5 *1 (-487))))
+((-485) (|%not| (|%ilt| 32 (|%ilength| |#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)))
+(((-488) (-13 (-753) (-10 -8 (-15 -3726 ($) -3954)))) (T -488))
+((-3726 (*1 *1) (-5 *1 (-488))))
+((-485) (|%not| (|%ilt| 64 (|%ilength| |#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)))
+(((-489) (-13 (-753) (-10 -8 (-15 -3726 ($) -3954)))) (T -489))
+((-3726 (*1 *1) (-5 *1 (-489))))
+((-485) (|%not| (|%ilt| 8 (|%ilength| |#1|))))
+((-2570 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3601 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2199 (((-1186) $ |#1| |#1|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3790 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-2232 (((-3 |#2| #1="failed") |#1| $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3407 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) NIL T ELT)) (-3408 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3844 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1577 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ |#1|) NIL T ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3247 (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2202 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-2233 (((-584 |#1|) $) NIL T ELT)) (-2234 (((-85) |#1| $) NIL T ELT)) (-1275 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3611 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2204 (((-584 |#1|) $) NIL T ELT)) (-2205 (((-85) |#1| $) NIL T ELT)) (-3245 (((-1034) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-3803 ((|#2| $) NIL (|has| |#1| (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2200 (($ $ |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1276 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1467 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1731 (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3948 (((-773) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-553 (-773)))) ELT)) (-1266 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-490 |#1| |#2| |#3|) (-1108 |#1| |#2|) (-1014) (-1014) (-1108 |#1| |#2|)) (T -490))
+NIL
+((-2051 (((-520 |#2|) |#2| (-551 |#2|) (-551 |#2|) (-1 (-1086 |#2|) (-1086 |#2|))) 50 T ELT)))
+(((-491 |#1| |#2|) (-10 -7 (-15 -2051 ((-520 |#2|) |#2| (-551 |#2|) (-551 |#2|) (-1 (-1086 |#2|) (-1086 |#2|))))) (-496) (-13 (-27) (-364 |#1|))) (T -491))
+((-2051 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-551 *3)) (-5 *5 (-1 (-1086 *3) (-1086 *3))) (-4 *3 (-13 (-27) (-364 *6))) (-4 *6 (-496)) (-5 *2 (-520 *3)) (-5 *1 (-491 *6 *3)))))
+((-2053 (((-520 |#5|) |#5| (-1 |#3| |#3|)) 217 T ELT)) (-2054 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 213 T ELT)) (-2052 (((-520 |#5|) |#5| (-1 |#3| |#3|)) 221 T ELT)))
+(((-492 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2052 ((-520 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2053 ((-520 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2054 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-496) (-951 (-485))) (-13 (-27) (-364 |#1|)) (-1156 |#2|) (-1156 (-350 |#3|)) (-291 |#2| |#3| |#4|)) (T -492))
+((-2054 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-13 (-27) (-364 *4))) (-4 *4 (-13 (-496) (-951 (-485)))) (-4 *7 (-1156 (-350 *6))) (-5 *1 (-492 *4 *5 *6 *7 *2)) (-4 *2 (-291 *5 *6 *7)))) (-2053 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1156 *6)) (-4 *6 (-13 (-27) (-364 *5))) (-4 *5 (-13 (-496) (-951 (-485)))) (-4 *8 (-1156 (-350 *7))) (-5 *2 (-520 *3)) (-5 *1 (-492 *5 *6 *7 *8 *3)) (-4 *3 (-291 *6 *7 *8)))) (-2052 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1156 *6)) (-4 *6 (-13 (-27) (-364 *5))) (-4 *5 (-13 (-496) (-951 (-485)))) (-4 *8 (-1156 (-350 *7))) (-5 *2 (-520 *3)) (-5 *1 (-492 *5 *6 *7 *8 *3)) (-4 *3 (-291 *6 *7 *8)))))
+((-2057 (((-85) (-485) (-485)) 12 T ELT)) (-2055 (((-485) (-485)) 7 T ELT)) (-2056 (((-485) (-485) (-485)) 10 T ELT)))
+(((-493) (-10 -7 (-15 -2055 ((-485) (-485))) (-15 -2056 ((-485) (-485) (-485))) (-15 -2057 ((-85) (-485) (-485))))) (T -493))
+((-2057 (*1 *2 *3 *3) (-12 (-5 *3 (-485)) (-5 *2 (-85)) (-5 *1 (-493)))) (-2056 (*1 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-493)))) (-2055 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-493)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2606 ((|#1| $) 77 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-3494 (($ $) 107 T ELT)) (-3641 (($ $) 90 T ELT)) (-2485 ((|#1| $) 78 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3039 (($ $) 89 T ELT)) (-3492 (($ $) 106 T ELT)) (-3640 (($ $) 91 T ELT)) (-3496 (($ $) 105 T ELT)) (-3639 (($ $) 92 T ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 (-485) "failed") $) 85 T ELT)) (-3158 (((-485) $) 86 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2060 (($ |#1| |#1|) 82 T ELT)) (-3188 (((-85) $) 76 T ELT)) (-3629 (($) 117 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 88 T ELT)) (-3189 (((-85) $) 75 T ELT)) (-2533 (($ $ $) 118 T ELT)) (-2859 (($ $ $) 119 T ELT)) (-3944 (($ $) 114 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2061 (($ |#1| |#1|) 83 T ELT) (($ |#1|) 81 T ELT) (($ (-350 (-485))) 80 T ELT)) (-2059 ((|#1| $) 79 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-3945 (($ $) 115 T ELT)) (-3497 (($ $) 104 T ELT)) (-3638 (($ $) 93 T ELT)) (-3495 (($ $) 103 T ELT)) (-3637 (($ $) 94 T ELT)) (-3493 (($ $) 102 T ELT)) (-3636 (($ $) 95 T ELT)) (-2058 (((-85) $ |#1|) 74 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-485)) 84 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3500 (($ $) 113 T ELT)) (-3488 (($ $) 101 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3498 (($ $) 112 T ELT)) (-3486 (($ $) 100 T ELT)) (-3502 (($ $) 111 T ELT)) (-3490 (($ $) 99 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3503 (($ $) 110 T ELT)) (-3491 (($ $) 98 T ELT)) (-3501 (($ $) 109 T ELT)) (-3489 (($ $) 97 T ELT)) (-3499 (($ $) 108 T ELT)) (-3487 (($ $) 96 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2568 (((-85) $ $) 120 T ELT)) (-2569 (((-85) $ $) 122 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 121 T ELT)) (-2687 (((-85) $ $) 123 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ $) 116 T ELT) (($ $ (-350 (-485))) 87 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-494 |#1|) (-113) (-13 (-347) (-1116))) (T -494))
+((-2061 (*1 *1 *2 *2) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116))))) (-2060 (*1 *1 *2 *2) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116))))) (-2061 (*1 *1 *2) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116))))) (-2061 (*1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-4 *1 (-494 *3)) (-4 *3 (-13 (-347) (-1116))))) (-2059 (*1 *2 *1) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116))))) (-2485 (*1 *2 *1) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116))))) (-2606 (*1 *2 *1) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116))))) (-3188 (*1 *2 *1) (-12 (-4 *1 (-494 *3)) (-4 *3 (-13 (-347) (-1116))) (-5 *2 (-85)))) (-3189 (*1 *2 *1) (-12 (-4 *1 (-494 *3)) (-4 *3 (-13 (-347) (-1116))) (-5 *2 (-85)))) (-2058 (*1 *2 *1 *3) (-12 (-4 *1 (-494 *3)) (-4 *3 (-13 (-347) (-1116))) (-5 *2 (-85)))))
+(-13 (-392) (-757) (-1116) (-916) (-951 (-485)) (-10 -8 (-6 -3772) (-15 -2061 ($ |t#1| |t#1|)) (-15 -2060 ($ |t#1| |t#1|)) (-15 -2061 ($ |t#1|)) (-15 -2061 ($ (-350 (-485)))) (-15 -2059 (|t#1| $)) (-15 -2485 (|t#1| $)) (-15 -2606 (|t#1| $)) (-15 -3188 ((-85) $)) (-15 -3189 ((-85) $)) (-15 -2058 ((-85) $ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-66) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-239) . T) ((-246) . T) ((-392) . T) ((-433) . T) ((-496) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-583 $) . T) ((-655 $) . T) ((-664) . T) ((-757) . T) ((-760) . T) ((-916) . T) ((-951 (-485)) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1116) . T) ((-1119) . T) ((-1130) . T))
+((-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 9 T ELT)) (-2064 (($ $) 11 T ELT)) (-2062 (((-85) $) 20 T ELT)) (-3469 (((-3 $ "failed") $) 16 T ELT)) (-2063 (((-85) $ $) 22 T ELT)))
+(((-495 |#1|) (-10 -7 (-15 -2062 ((-85) |#1|)) (-15 -2063 ((-85) |#1| |#1|)) (-15 -2064 (|#1| |#1|)) (-15 -2065 ((-2 (|:| -1776 |#1|) (|:| -3984 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3469 ((-3 |#1| "failed") |#1|))) (-496)) (T -495))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-496) (-113)) (T -496))
+((-3468 (*1 *1 *1 *1) (|partial| -4 *1 (-496))) (-2065 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -1776 *1) (|:| -3984 *1) (|:| |associate| *1))) (-4 *1 (-496)))) (-2064 (*1 *1 *1) (-4 *1 (-496))) (-2063 (*1 *2 *1 *1) (-12 (-4 *1 (-496)) (-5 *2 (-85)))) (-2062 (*1 *2 *1) (-12 (-4 *1 (-496)) (-5 *2 (-85)))))
+(-13 (-146) (-38 $) (-246) (-10 -8 (-15 -3468 ((-3 $ "failed") $ $)) (-15 -2065 ((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $)) (-15 -2064 ($ $)) (-15 -2063 ((-85) $ $)) (-15 -2062 ((-85) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-246) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-583 $) . T) ((-655 $) . T) ((-664) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2067 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") |#2| (-1091) (-584 |#2|)) 38 T ELT)) (-2069 (((-520 |#2|) |#2| (-1091)) 63 T ELT)) (-2068 (((-3 |#2| #1#) |#2| (-1091)) 156 T ELT)) (-2070 (((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-1091) (-551 |#2|) (-584 (-551 |#2|))) 159 T ELT)) (-2066 (((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-1091) |#2|) 41 T ELT)))
+(((-497 |#1| |#2|) (-10 -7 (-15 -2066 ((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1="failed") |#2| (-1091) |#2|)) (-15 -2067 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-1091) (-584 |#2|))) (-15 -2068 ((-3 |#2| #1#) |#2| (-1091))) (-15 -2069 ((-520 |#2|) |#2| (-1091))) (-15 -2070 ((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-1091) (-551 |#2|) (-584 (-551 |#2|))))) (-13 (-392) (-120) (-951 (-485)) (-581 (-485))) (-13 (-27) (-1116) (-364 |#1|))) (T -497))
+((-2070 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1091)) (-5 *6 (-584 (-551 *3))) (-5 *5 (-551 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *7))) (-4 *7 (-13 (-392) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-2 (|:| -2137 *3) (|:| |coeff| *3))) (-5 *1 (-497 *7 *3)))) (-2069 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-392) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-520 *3)) (-5 *1 (-497 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))) (-2068 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-120) (-951 (-485)) (-581 (-485)))) (-5 *1 (-497 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))))) (-2067 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-584 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-392) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-497 *6 *3)))) (-2066 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1091)) (-4 *5 (-13 (-392) (-120) (-951 (-485)) (-581 (-485)))) (-5 *2 (-2 (|:| -2137 *3) (|:| |coeff| *3))) (-5 *1 (-497 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))))
+((-3973 (((-348 |#1|) |#1|) 17 T ELT)) (-3734 (((-348 |#1|) |#1|) 32 T ELT)) (-2072 (((-3 |#1| "failed") |#1|) 48 T ELT)) (-2071 (((-348 |#1|) |#1|) 59 T ELT)))
+(((-498 |#1|) (-10 -7 (-15 -3734 ((-348 |#1|) |#1|)) (-15 -3973 ((-348 |#1|) |#1|)) (-15 -2071 ((-348 |#1|) |#1|)) (-15 -2072 ((-3 |#1| "failed") |#1|))) (-484)) (T -498))
+((-2072 (*1 *2 *2) (|partial| -12 (-5 *1 (-498 *2)) (-4 *2 (-484)))) (-2071 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-498 *3)) (-4 *3 (-484)))) (-3973 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-498 *3)) (-4 *3 (-484)))) (-3734 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-498 *3)) (-4 *3 (-484)))))
+((-3085 (((-1086 (-350 (-1086 |#2|))) |#2| (-551 |#2|) (-551 |#2|) (-1086 |#2|)) 35 T ELT)) (-2075 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") |#2| (-551 |#2|) (-551 |#2|) (-584 |#2|) (-551 |#2|) |#2| (-350 (-1086 |#2|))) 105 T ELT) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-551 |#2|) (-551 |#2|) (-584 |#2|) |#2| (-1086 |#2|)) 115 T ELT)) (-2073 (((-520 |#2|) |#2| (-551 |#2|) (-551 |#2|) (-551 |#2|) |#2| (-350 (-1086 |#2|))) 85 T ELT) (((-520 |#2|) |#2| (-551 |#2|) (-551 |#2|) |#2| (-1086 |#2|)) 55 T ELT)) (-2074 (((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-551 |#2|) (-551 |#2|) |#2| (-551 |#2|) |#2| (-350 (-1086 |#2|))) 92 T ELT) (((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-551 |#2|) (-551 |#2|) |#2| |#2| (-1086 |#2|)) 114 T ELT)) (-2076 (((-3 |#2| #1#) |#2| |#2| (-551 |#2|) (-551 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1091)) (-551 |#2|) |#2| (-350 (-1086 |#2|))) 110 T ELT) (((-3 |#2| #1#) |#2| |#2| (-551 |#2|) (-551 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1091)) |#2| (-1086 |#2|)) 116 T ELT)) (-2077 (((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2013 (-584 |#2|))) |#3| |#2| (-551 |#2|) (-551 |#2|) (-551 |#2|) |#2| (-350 (-1086 |#2|))) 133 (|has| |#3| (-601 |#2|)) ELT) (((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2013 (-584 |#2|))) |#3| |#2| (-551 |#2|) (-551 |#2|) |#2| (-1086 |#2|)) 132 (|has| |#3| (-601 |#2|)) ELT)) (-3086 ((|#2| (-1086 (-350 (-1086 |#2|))) (-551 |#2|) |#2|) 53 T ELT)) (-3081 (((-1086 (-350 (-1086 |#2|))) (-1086 |#2|) (-551 |#2|)) 34 T ELT)))
+(((-499 |#1| |#2| |#3|) (-10 -7 (-15 -2073 ((-520 |#2|) |#2| (-551 |#2|) (-551 |#2|) |#2| (-1086 |#2|))) (-15 -2073 ((-520 |#2|) |#2| (-551 |#2|) (-551 |#2|) (-551 |#2|) |#2| (-350 (-1086 |#2|)))) (-15 -2074 ((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1="failed") |#2| (-551 |#2|) (-551 |#2|) |#2| |#2| (-1086 |#2|))) (-15 -2074 ((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-551 |#2|) (-551 |#2|) |#2| (-551 |#2|) |#2| (-350 (-1086 |#2|)))) (-15 -2075 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-551 |#2|) (-551 |#2|) (-584 |#2|) |#2| (-1086 |#2|))) (-15 -2075 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-551 |#2|) (-551 |#2|) (-584 |#2|) (-551 |#2|) |#2| (-350 (-1086 |#2|)))) (-15 -2076 ((-3 |#2| #1#) |#2| |#2| (-551 |#2|) (-551 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1091)) |#2| (-1086 |#2|))) (-15 -2076 ((-3 |#2| #1#) |#2| |#2| (-551 |#2|) (-551 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1091)) (-551 |#2|) |#2| (-350 (-1086 |#2|)))) (-15 -3085 ((-1086 (-350 (-1086 |#2|))) |#2| (-551 |#2|) (-551 |#2|) (-1086 |#2|))) (-15 -3086 (|#2| (-1086 (-350 (-1086 |#2|))) (-551 |#2|) |#2|)) (-15 -3081 ((-1086 (-350 (-1086 |#2|))) (-1086 |#2|) (-551 |#2|))) (IF (|has| |#3| (-601 |#2|)) (PROGN (-15 -2077 ((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2013 (-584 |#2|))) |#3| |#2| (-551 |#2|) (-551 |#2|) |#2| (-1086 |#2|))) (-15 -2077 ((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2013 (-584 |#2|))) |#3| |#2| (-551 |#2|) (-551 |#2|) (-551 |#2|) |#2| (-350 (-1086 |#2|))))) |%noBranch|)) (-13 (-392) (-951 (-485)) (-120) (-581 (-485))) (-13 (-364 |#1|) (-27) (-1116)) (-1014)) (T -499))
+((-2077 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-551 *4)) (-5 *6 (-350 (-1086 *4))) (-4 *4 (-13 (-364 *7) (-27) (-1116))) (-4 *7 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2013 (-584 *4)))) (-5 *1 (-499 *7 *4 *3)) (-4 *3 (-601 *4)) (-4 *3 (-1014)))) (-2077 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-551 *4)) (-5 *6 (-1086 *4)) (-4 *4 (-13 (-364 *7) (-27) (-1116))) (-4 *7 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1#)) (|:| -2013 (-584 *4)))) (-5 *1 (-499 *7 *4 *3)) (-4 *3 (-601 *4)) (-4 *3 (-1014)))) (-3081 (*1 *2 *3 *4) (-12 (-5 *4 (-551 *6)) (-4 *6 (-13 (-364 *5) (-27) (-1116))) (-4 *5 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-1086 (-350 (-1086 *6)))) (-5 *1 (-499 *5 *6 *7)) (-5 *3 (-1086 *6)) (-4 *7 (-1014)))) (-3086 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1086 (-350 (-1086 *2)))) (-5 *4 (-551 *2)) (-4 *2 (-13 (-364 *5) (-27) (-1116))) (-4 *5 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *1 (-499 *5 *2 *6)) (-4 *6 (-1014)))) (-3085 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-551 *3)) (-4 *3 (-13 (-364 *6) (-27) (-1116))) (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-1086 (-350 (-1086 *3)))) (-5 *1 (-499 *6 *3 *7)) (-5 *5 (-1086 *3)) (-4 *7 (-1014)))) (-2076 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-551 *2)) (-5 *4 (-1 (-3 *2 #2="failed") *2 *2 (-1091))) (-5 *5 (-350 (-1086 *2))) (-4 *2 (-13 (-364 *6) (-27) (-1116))) (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *1 (-499 *6 *2 *7)) (-4 *7 (-1014)))) (-2076 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-551 *2)) (-5 *4 (-1 (-3 *2 #2#) *2 *2 (-1091))) (-5 *5 (-1086 *2)) (-4 *2 (-13 (-364 *6) (-27) (-1116))) (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *1 (-499 *6 *2 *7)) (-4 *7 (-1014)))) (-2075 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-551 *3)) (-5 *5 (-584 *3)) (-5 *6 (-350 (-1086 *3))) (-4 *3 (-13 (-364 *7) (-27) (-1116))) (-4 *7 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-499 *7 *3 *8)) (-4 *8 (-1014)))) (-2075 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-551 *3)) (-5 *5 (-584 *3)) (-5 *6 (-1086 *3)) (-4 *3 (-13 (-364 *7) (-27) (-1116))) (-4 *7 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-499 *7 *3 *8)) (-4 *8 (-1014)))) (-2074 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-551 *3)) (-5 *5 (-350 (-1086 *3))) (-4 *3 (-13 (-364 *6) (-27) (-1116))) (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-2 (|:| -2137 *3) (|:| |coeff| *3))) (-5 *1 (-499 *6 *3 *7)) (-4 *7 (-1014)))) (-2074 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-551 *3)) (-5 *5 (-1086 *3)) (-4 *3 (-13 (-364 *6) (-27) (-1116))) (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-2 (|:| -2137 *3) (|:| |coeff| *3))) (-5 *1 (-499 *6 *3 *7)) (-4 *7 (-1014)))) (-2073 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-551 *3)) (-5 *5 (-350 (-1086 *3))) (-4 *3 (-13 (-364 *6) (-27) (-1116))) (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-520 *3)) (-5 *1 (-499 *6 *3 *7)) (-4 *7 (-1014)))) (-2073 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-551 *3)) (-5 *5 (-1086 *3)) (-4 *3 (-13 (-364 *6) (-27) (-1116))) (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-520 *3)) (-5 *1 (-499 *6 *3 *7)) (-4 *7 (-1014)))))
+((-2087 (((-485) (-485) (-695)) 87 T ELT)) (-2086 (((-485) (-485)) 85 T ELT)) (-2085 (((-485) (-485)) 82 T ELT)) (-2084 (((-485) (-485)) 89 T ELT)) (-2807 (((-485) (-485) (-485)) 67 T ELT)) (-2083 (((-485) (-485) (-485)) 64 T ELT)) (-2082 (((-350 (-485)) (-485)) 29 T ELT)) (-2081 (((-485) (-485)) 34 T ELT)) (-2080 (((-485) (-485)) 76 T ELT)) (-2804 (((-485) (-485)) 47 T ELT)) (-2079 (((-584 (-485)) (-485)) 81 T ELT)) (-2078 (((-485) (-485) (-485) (-485) (-485)) 60 T ELT)) (-2800 (((-350 (-485)) (-485)) 56 T ELT)))
+(((-500) (-10 -7 (-15 -2800 ((-350 (-485)) (-485))) (-15 -2078 ((-485) (-485) (-485) (-485) (-485))) (-15 -2079 ((-584 (-485)) (-485))) (-15 -2804 ((-485) (-485))) (-15 -2080 ((-485) (-485))) (-15 -2081 ((-485) (-485))) (-15 -2082 ((-350 (-485)) (-485))) (-15 -2083 ((-485) (-485) (-485))) (-15 -2807 ((-485) (-485) (-485))) (-15 -2084 ((-485) (-485))) (-15 -2085 ((-485) (-485))) (-15 -2086 ((-485) (-485))) (-15 -2087 ((-485) (-485) (-695))))) (T -500))
+((-2087 (*1 *2 *2 *3) (-12 (-5 *2 (-485)) (-5 *3 (-695)) (-5 *1 (-500)))) (-2086 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))) (-2085 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))) (-2084 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))) (-2807 (*1 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))) (-2083 (*1 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))) (-2082 (*1 *2 *3) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-500)) (-5 *3 (-485)))) (-2081 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))) (-2080 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))) (-2804 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))) (-2079 (*1 *2 *3) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-500)) (-5 *3 (-485)))) (-2078 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))) (-2800 (*1 *2 *3) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-500)) (-5 *3 (-485)))))
+((-2088 (((-2 (|:| |answer| |#4|) (|:| -2136 |#4|)) |#4| (-1 |#2| |#2|)) 56 T ELT)))
+(((-501 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2088 ((-2 (|:| |answer| |#4|) (|:| -2136 |#4|)) |#4| (-1 |#2| |#2|)))) (-312) (-1156 |#1|) (-1156 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -501))
+((-2088 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312)) (-4 *7 (-1156 (-350 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -2136 *3))) (-5 *1 (-501 *5 *6 *7 *3)) (-4 *3 (-291 *5 *6 *7)))))
+((-2088 (((-2 (|:| |answer| (-350 |#2|)) (|:| -2136 (-350 |#2|)) (|:| |specpart| (-350 |#2|)) (|:| |polypart| |#2|)) (-350 |#2|) (-1 |#2| |#2|)) 18 T ELT)))
+(((-502 |#1| |#2|) (-10 -7 (-15 -2088 ((-2 (|:| |answer| (-350 |#2|)) (|:| -2136 (-350 |#2|)) (|:| |specpart| (-350 |#2|)) (|:| |polypart| |#2|)) (-350 |#2|) (-1 |#2| |#2|)))) (-312) (-1156 |#1|)) (T -502))
+((-2088 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| |answer| (-350 *6)) (|:| -2136 (-350 *6)) (|:| |specpart| (-350 *6)) (|:| |polypart| *6))) (-5 *1 (-502 *5 *6)) (-5 *3 (-350 *6)))))
+((-2091 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") |#2| (-551 |#2|) (-551 |#2|) (-584 |#2|)) 195 T ELT)) (-2089 (((-520 |#2|) |#2| (-551 |#2|) (-551 |#2|)) 97 T ELT)) (-2090 (((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| (-551 |#2|) (-551 |#2|) |#2|) 191 T ELT)) (-2092 (((-3 |#2| #1#) |#2| |#2| |#2| (-551 |#2|) (-551 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1091))) 200 T ELT)) (-2093 (((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2013 (-584 |#2|))) |#3| |#2| (-551 |#2|) (-551 |#2|) (-1091)) 209 (|has| |#3| (-601 |#2|)) ELT)))
+(((-503 |#1| |#2| |#3|) (-10 -7 (-15 -2089 ((-520 |#2|) |#2| (-551 |#2|) (-551 |#2|))) (-15 -2090 ((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1="failed") |#2| (-551 |#2|) (-551 |#2|) |#2|)) (-15 -2091 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-551 |#2|) (-551 |#2|) (-584 |#2|))) (-15 -2092 ((-3 |#2| #1#) |#2| |#2| |#2| (-551 |#2|) (-551 |#2|) (-1 (-3 |#2| #1#) |#2| |#2| (-1091)))) (IF (|has| |#3| (-601 |#2|)) (-15 -2093 ((-2 (|:| |particular| (-3 |#2| #1#)) (|:| -2013 (-584 |#2|))) |#3| |#2| (-551 |#2|) (-551 |#2|) (-1091))) |%noBranch|)) (-13 (-392) (-951 (-485)) (-120) (-581 (-485))) (-13 (-364 |#1|) (-27) (-1116)) (-1014)) (T -503))
+((-2093 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-551 *4)) (-5 *6 (-1091)) (-4 *4 (-13 (-364 *7) (-27) (-1116))) (-4 *7 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2013 (-584 *4)))) (-5 *1 (-503 *7 *4 *3)) (-4 *3 (-601 *4)) (-4 *3 (-1014)))) (-2092 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-551 *2)) (-5 *4 (-1 (-3 *2 #1#) *2 *2 (-1091))) (-4 *2 (-13 (-364 *5) (-27) (-1116))) (-4 *5 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *1 (-503 *5 *2 *6)) (-4 *6 (-1014)))) (-2091 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-551 *3)) (-5 *5 (-584 *3)) (-4 *3 (-13 (-364 *6) (-27) (-1116))) (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-503 *6 *3 *7)) (-4 *7 (-1014)))) (-2090 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-551 *3)) (-4 *3 (-13 (-364 *5) (-27) (-1116))) (-4 *5 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-2 (|:| -2137 *3) (|:| |coeff| *3))) (-5 *1 (-503 *5 *3 *6)) (-4 *6 (-1014)))) (-2089 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-551 *3)) (-4 *3 (-13 (-364 *5) (-27) (-1116))) (-4 *5 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-520 *3)) (-5 *1 (-503 *5 *3 *6)) (-4 *6 (-1014)))))
+((-2094 (((-2 (|:| -2339 |#2|) (|:| |nconst| |#2|)) |#2| (-1091)) 64 T ELT)) (-2096 (((-3 |#2| #1="failed") |#2| (-1091) (-751 |#2|) (-751 |#2|)) 174 (-12 (|has| |#2| (-1054)) (|has| |#1| (-554 (-801 (-485)))) (|has| |#1| (-797 (-485)))) ELT) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) #1#) |#2| (-1091)) 145 (-12 (|has| |#2| (-570)) (|has| |#1| (-554 (-801 (-485)))) (|has| |#1| (-797 (-485)))) ELT)) (-2095 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) #1#) |#2| (-1091)) 156 (-12 (|has| |#2| (-570)) (|has| |#1| (-554 (-801 (-485)))) (|has| |#1| (-797 (-485)))) ELT)))
+(((-504 |#1| |#2|) (-10 -7 (-15 -2094 ((-2 (|:| -2339 |#2|) (|:| |nconst| |#2|)) |#2| (-1091))) (IF (|has| |#1| (-554 (-801 (-485)))) (IF (|has| |#1| (-797 (-485))) (PROGN (IF (|has| |#2| (-570)) (PROGN (-15 -2095 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) #1="failed") |#2| (-1091))) (-15 -2096 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) #1#) |#2| (-1091)))) |%noBranch|) (IF (|has| |#2| (-1054)) (-15 -2096 ((-3 |#2| #1#) |#2| (-1091) (-751 |#2|) (-751 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-951 (-485)) (-392) (-581 (-485))) (-13 (-27) (-1116) (-364 |#1|))) (T -504))
+((-2096 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1091)) (-5 *4 (-751 *2)) (-4 *2 (-1054)) (-4 *2 (-13 (-27) (-1116) (-364 *5))) (-4 *5 (-554 (-801 (-485)))) (-4 *5 (-797 (-485))) (-4 *5 (-13 (-951 (-485)) (-392) (-581 (-485)))) (-5 *1 (-504 *5 *2)))) (-2096 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1091)) (-4 *5 (-554 (-801 (-485)))) (-4 *5 (-797 (-485))) (-4 *5 (-13 (-951 (-485)) (-392) (-581 (-485)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-504 *5 *3)) (-4 *3 (-570)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))) (-2095 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1091)) (-4 *5 (-554 (-801 (-485)))) (-4 *5 (-797 (-485))) (-4 *5 (-13 (-951 (-485)) (-392) (-581 (-485)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-504 *5 *3)) (-4 *3 (-570)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))) (-2094 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-951 (-485)) (-392) (-581 (-485)))) (-5 *2 (-2 (|:| -2339 *3) (|:| |nconst| *3))) (-5 *1 (-504 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))))
+((-2099 (((-3 (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|)))))) #1="failed") (-350 |#2|) (-584 (-350 |#2|))) 41 T ELT)) (-3814 (((-520 (-350 |#2|)) (-350 |#2|)) 28 T ELT)) (-2097 (((-3 (-350 |#2|) #1#) (-350 |#2|)) 17 T ELT)) (-2098 (((-3 (-2 (|:| -2137 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-350 |#2|)) 48 T ELT)))
+(((-505 |#1| |#2|) (-10 -7 (-15 -3814 ((-520 (-350 |#2|)) (-350 |#2|))) (-15 -2097 ((-3 (-350 |#2|) #1="failed") (-350 |#2|))) (-15 -2098 ((-3 (-2 (|:| -2137 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-350 |#2|))) (-15 -2099 ((-3 (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|)))))) #1#) (-350 |#2|) (-584 (-350 |#2|))))) (-13 (-312) (-120) (-951 (-485))) (-1156 |#1|)) (T -505))
+((-2099 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-584 (-350 *6))) (-5 *3 (-350 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-13 (-312) (-120) (-951 (-485)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-505 *5 *6)))) (-2098 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-312) (-120) (-951 (-485)))) (-4 *5 (-1156 *4)) (-5 *2 (-2 (|:| -2137 (-350 *5)) (|:| |coeff| (-350 *5)))) (-5 *1 (-505 *4 *5)) (-5 *3 (-350 *5)))) (-2097 (*1 *2 *2) (|partial| -12 (-5 *2 (-350 *4)) (-4 *4 (-1156 *3)) (-4 *3 (-13 (-312) (-120) (-951 (-485)))) (-5 *1 (-505 *3 *4)))) (-3814 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-120) (-951 (-485)))) (-4 *5 (-1156 *4)) (-5 *2 (-520 (-350 *5))) (-5 *1 (-505 *4 *5)) (-5 *3 (-350 *5)))))
+((-2100 (((-3 (-485) "failed") |#1|) 14 T ELT)) (-3261 (((-85) |#1|) 13 T ELT)) (-3257 (((-485) |#1|) 9 T ELT)))
+(((-506 |#1|) (-10 -7 (-15 -3257 ((-485) |#1|)) (-15 -3261 ((-85) |#1|)) (-15 -2100 ((-3 (-485) "failed") |#1|))) (-951 (-485))) (T -506))
+((-2100 (*1 *2 *3) (|partial| -12 (-5 *2 (-485)) (-5 *1 (-506 *3)) (-4 *3 (-951 *2)))) (-3261 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-506 *3)) (-4 *3 (-951 (-485))))) (-3257 (*1 *2 *3) (-12 (-5 *2 (-485)) (-5 *1 (-506 *3)) (-4 *3 (-951 *2)))))
+((-2103 (((-3 (-2 (|:| |mainpart| (-350 (-858 |#1|))) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| (-350 (-858 |#1|))) (|:| |logand| (-350 (-858 |#1|))))))) #1="failed") (-350 (-858 |#1|)) (-1091) (-584 (-350 (-858 |#1|)))) 48 T ELT)) (-2101 (((-520 (-350 (-858 |#1|))) (-350 (-858 |#1|)) (-1091)) 28 T ELT)) (-2102 (((-3 (-350 (-858 |#1|)) #1#) (-350 (-858 |#1|)) (-1091)) 23 T ELT)) (-2104 (((-3 (-2 (|:| -2137 (-350 (-858 |#1|))) (|:| |coeff| (-350 (-858 |#1|)))) #1#) (-350 (-858 |#1|)) (-1091) (-350 (-858 |#1|))) 35 T ELT)))
+(((-507 |#1|) (-10 -7 (-15 -2101 ((-520 (-350 (-858 |#1|))) (-350 (-858 |#1|)) (-1091))) (-15 -2102 ((-3 (-350 (-858 |#1|)) #1="failed") (-350 (-858 |#1|)) (-1091))) (-15 -2103 ((-3 (-2 (|:| |mainpart| (-350 (-858 |#1|))) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| (-350 (-858 |#1|))) (|:| |logand| (-350 (-858 |#1|))))))) #1#) (-350 (-858 |#1|)) (-1091) (-584 (-350 (-858 |#1|))))) (-15 -2104 ((-3 (-2 (|:| -2137 (-350 (-858 |#1|))) (|:| |coeff| (-350 (-858 |#1|)))) #1#) (-350 (-858 |#1|)) (-1091) (-350 (-858 |#1|))))) (-13 (-496) (-951 (-485)) (-120))) (T -507))
+((-2104 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1091)) (-4 *5 (-13 (-496) (-951 (-485)) (-120))) (-5 *2 (-2 (|:| -2137 (-350 (-858 *5))) (|:| |coeff| (-350 (-858 *5))))) (-5 *1 (-507 *5)) (-5 *3 (-350 (-858 *5))))) (-2103 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-584 (-350 (-858 *6)))) (-5 *3 (-350 (-858 *6))) (-4 *6 (-13 (-496) (-951 (-485)) (-120))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-507 *6)))) (-2102 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-350 (-858 *4))) (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)) (-120))) (-5 *1 (-507 *4)))) (-2101 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-496) (-951 (-485)) (-120))) (-5 *2 (-520 (-350 (-858 *5)))) (-5 *1 (-507 *5)) (-5 *3 (-350 (-858 *5))))))
+((-2570 (((-85) $ $) 77 T ELT)) (-3190 (((-85) $) 49 T ELT)) (-2606 ((|#1| $) 39 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) 81 T ELT)) (-3494 (($ $) 142 T ELT)) (-3641 (($ $) 120 T ELT)) (-2485 ((|#1| $) 37 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3039 (($ $) NIL T ELT)) (-3492 (($ $) 144 T ELT)) (-3640 (($ $) 116 T ELT)) (-3496 (($ $) 146 T ELT)) (-3639 (($ $) 124 T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) 95 T ELT)) (-3158 (((-485) $) 97 T ELT)) (-3469 (((-3 $ #1#) $) 80 T ELT)) (-2060 (($ |#1| |#1|) 35 T ELT)) (-3188 (((-85) $) 44 T ELT)) (-3629 (($) 106 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 56 T ELT)) (-3013 (($ $ (-485)) NIL T ELT)) (-3189 (((-85) $) 46 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3944 (($ $) 108 T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2061 (($ |#1| |#1|) 29 T ELT) (($ |#1|) 34 T ELT) (($ (-350 (-485))) 94 T ELT)) (-2059 ((|#1| $) 36 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) 83 T ELT) (($ (-584 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) 82 T ELT)) (-3945 (($ $) 110 T ELT)) (-3497 (($ $) 150 T ELT)) (-3638 (($ $) 122 T ELT)) (-3495 (($ $) 152 T ELT)) (-3637 (($ $) 126 T ELT)) (-3493 (($ $) 148 T ELT)) (-3636 (($ $) 118 T ELT)) (-2058 (((-85) $ |#1|) 42 T ELT)) (-3948 (((-773) $) 102 T ELT) (($ (-485)) 85 T ELT) (($ $) NIL T ELT) (($ (-485)) 85 T ELT)) (-3128 (((-695)) 104 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) 164 T ELT)) (-3488 (($ $) 132 T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3498 (($ $) 162 T ELT)) (-3486 (($ $) 128 T ELT)) (-3502 (($ $) 160 T ELT)) (-3490 (($ $) 140 T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) 158 T ELT)) (-3491 (($ $) 138 T ELT)) (-3501 (($ $) 156 T ELT)) (-3489 (($ $) 134 T ELT)) (-3499 (($ $) 154 T ELT)) (-3487 (($ $) 130 T ELT)) (-2662 (($) 30 T CONST)) (-2668 (($) 10 T CONST)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 50 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 48 T ELT)) (-3839 (($ $) 54 T ELT) (($ $ $) 55 T ELT)) (-3841 (($ $ $) 53 T ELT)) (** (($ $ (-831)) 73 T ELT) (($ $ (-695)) NIL T ELT) (($ $ $) 112 T ELT) (($ $ (-350 (-485))) 166 T ELT)) (* (($ (-831) $) 67 T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 66 T ELT) (($ $ $) 62 T ELT)))
+(((-508 |#1|) (-494 |#1|) (-13 (-347) (-1116))) (T -508))
+NIL
+((-2706 (((-3 (-584 (-1086 (-485))) "failed") (-584 (-1086 (-485))) (-1086 (-485))) 27 T ELT)))
+(((-509) (-10 -7 (-15 -2706 ((-3 (-584 (-1086 (-485))) "failed") (-584 (-1086 (-485))) (-1086 (-485)))))) (T -509))
+((-2706 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-584 (-1086 (-485)))) (-5 *3 (-1086 (-485))) (-5 *1 (-509)))))
+((-2105 (((-584 (-551 |#2|)) (-584 (-551 |#2|)) (-1091)) 19 T ELT)) (-2108 (((-584 (-551 |#2|)) (-584 |#2|) (-1091)) 23 T ELT)) (-3236 (((-584 (-551 |#2|)) (-584 (-551 |#2|)) (-584 (-551 |#2|))) 11 T ELT)) (-2109 ((|#2| |#2| (-1091)) 59 (|has| |#1| (-496)) ELT)) (-2110 ((|#2| |#2| (-1091)) 87 (-12 (|has| |#2| (-239)) (|has| |#1| (-392))) ELT)) (-2107 (((-551 |#2|) (-551 |#2|) (-584 (-551 |#2|)) (-1091)) 25 T ELT)) (-2106 (((-551 |#2|) (-584 (-551 |#2|))) 24 T ELT)) (-2111 (((-520 |#2|) |#2| (-1091) (-1 (-520 |#2|) |#2| (-1091)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1091))) 115 (-12 (|has| |#2| (-239)) (|has| |#2| (-570)) (|has| |#2| (-951 (-1091))) (|has| |#1| (-554 (-801 (-485)))) (|has| |#1| (-392)) (|has| |#1| (-797 (-485)))) ELT)))
+(((-510 |#1| |#2|) (-10 -7 (-15 -2105 ((-584 (-551 |#2|)) (-584 (-551 |#2|)) (-1091))) (-15 -2106 ((-551 |#2|) (-584 (-551 |#2|)))) (-15 -2107 ((-551 |#2|) (-551 |#2|) (-584 (-551 |#2|)) (-1091))) (-15 -3236 ((-584 (-551 |#2|)) (-584 (-551 |#2|)) (-584 (-551 |#2|)))) (-15 -2108 ((-584 (-551 |#2|)) (-584 |#2|) (-1091))) (IF (|has| |#1| (-496)) (-15 -2109 (|#2| |#2| (-1091))) |%noBranch|) (IF (|has| |#1| (-392)) (IF (|has| |#2| (-239)) (PROGN (-15 -2110 (|#2| |#2| (-1091))) (IF (|has| |#1| (-554 (-801 (-485)))) (IF (|has| |#1| (-797 (-485))) (IF (|has| |#2| (-570)) (IF (|has| |#2| (-951 (-1091))) (-15 -2111 ((-520 |#2|) |#2| (-1091) (-1 (-520 |#2|) |#2| (-1091)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1091)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-1014) (-364 |#1|)) (T -510))
+((-2111 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-520 *3) *3 (-1091))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1091))) (-4 *3 (-239)) (-4 *3 (-570)) (-4 *3 (-951 *4)) (-4 *3 (-364 *7)) (-5 *4 (-1091)) (-4 *7 (-554 (-801 (-485)))) (-4 *7 (-392)) (-4 *7 (-797 (-485))) (-4 *7 (-1014)) (-5 *2 (-520 *3)) (-5 *1 (-510 *7 *3)))) (-2110 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-392)) (-4 *4 (-1014)) (-5 *1 (-510 *4 *2)) (-4 *2 (-239)) (-4 *2 (-364 *4)))) (-2109 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-4 *4 (-1014)) (-5 *1 (-510 *4 *2)) (-4 *2 (-364 *4)))) (-2108 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *6)) (-5 *4 (-1091)) (-4 *6 (-364 *5)) (-4 *5 (-1014)) (-5 *2 (-584 (-551 *6))) (-5 *1 (-510 *5 *6)))) (-3236 (*1 *2 *2 *2) (-12 (-5 *2 (-584 (-551 *4))) (-4 *4 (-364 *3)) (-4 *3 (-1014)) (-5 *1 (-510 *3 *4)))) (-2107 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-584 (-551 *6))) (-5 *4 (-1091)) (-5 *2 (-551 *6)) (-4 *6 (-364 *5)) (-4 *5 (-1014)) (-5 *1 (-510 *5 *6)))) (-2106 (*1 *2 *3) (-12 (-5 *3 (-584 (-551 *5))) (-4 *4 (-1014)) (-5 *2 (-551 *5)) (-5 *1 (-510 *4 *5)) (-4 *5 (-364 *4)))) (-2105 (*1 *2 *2 *3) (-12 (-5 *2 (-584 (-551 *5))) (-5 *3 (-1091)) (-4 *5 (-364 *4)) (-4 *4 (-1014)) (-5 *1 (-510 *4 *5)))))
+((-2114 (((-2 (|:| |answer| (-520 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-584 |#1|) #1="failed") (-485) |#1| |#1|)) 199 T ELT)) (-2117 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|))))))) (|:| |a0| |#1|)) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2137 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) (-584 (-350 |#2|))) 174 T ELT)) (-2120 (((-3 (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|)))))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-584 (-350 |#2|))) 171 T ELT)) (-2121 (((-3 |#2| #1#) |#2| (-1 (-3 (-2 (|:| -2137 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) |#1|) 162 T ELT)) (-2112 (((-2 (|:| |answer| (-520 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2137 |#1|) (|:| |coeff| |#1|)) #1#) |#1|)) 185 T ELT)) (-2119 (((-3 (-2 (|:| -2137 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-350 |#2|)) 202 T ELT)) (-2115 (((-3 (-2 (|:| |answer| (-350 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2137 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2137 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) (-350 |#2|)) 205 T ELT)) (-2123 (((-2 (|:| |ir| (-520 (-350 |#2|))) (|:| |specpart| (-350 |#2|)) (|:| |polypart| |#2|)) (-350 |#2|) (-1 |#2| |#2|)) 88 T ELT)) (-2124 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 100 T ELT)) (-2118 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|))))))) (|:| |a0| |#1|)) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3139 |#1|) (|:| |sol?| (-85))) (-485) |#1|) (-584 (-350 |#2|))) 178 T ELT)) (-2122 (((-3 (-563 |#1| |#2|) #1#) (-563 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3139 |#1|) (|:| |sol?| (-85))) (-485) |#1|)) 166 T ELT)) (-2113 (((-2 (|:| |answer| (-520 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3139 |#1|) (|:| |sol?| (-85))) (-485) |#1|)) 189 T ELT)) (-2116 (((-3 (-2 (|:| |answer| (-350 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2137 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3139 |#1|) (|:| |sol?| (-85))) (-485) |#1|) (-350 |#2|)) 210 T ELT)))
+(((-511 |#1| |#2|) (-10 -7 (-15 -2112 ((-2 (|:| |answer| (-520 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2137 |#1|) (|:| |coeff| |#1|)) #1="failed") |#1|))) (-15 -2113 ((-2 (|:| |answer| (-520 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3139 |#1|) (|:| |sol?| (-85))) (-485) |#1|))) (-15 -2114 ((-2 (|:| |answer| (-520 (-350 |#2|))) (|:| |a0| |#1|)) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-584 |#1|) #1#) (-485) |#1| |#1|))) (-15 -2115 ((-3 (-2 (|:| |answer| (-350 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2137 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2137 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) (-350 |#2|))) (-15 -2116 ((-3 (-2 (|:| |answer| (-350 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2137 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3139 |#1|) (|:| |sol?| (-85))) (-485) |#1|) (-350 |#2|))) (-15 -2117 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|))))))) (|:| |a0| |#1|)) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2137 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) (-584 (-350 |#2|)))) (-15 -2118 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|))))))) (|:| |a0| |#1|)) #1#) (-350 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3139 |#1|) (|:| |sol?| (-85))) (-485) |#1|) (-584 (-350 |#2|)))) (-15 -2119 ((-3 (-2 (|:| -2137 (-350 |#2|)) (|:| |coeff| (-350 |#2|))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-350 |#2|))) (-15 -2120 ((-3 (-2 (|:| |mainpart| (-350 |#2|)) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| (-350 |#2|)) (|:| |logand| (-350 |#2|)))))) #1#) (-350 |#2|) (-1 |#2| |#2|) (-584 (-350 |#2|)))) (-15 -2121 ((-3 |#2| #1#) |#2| (-1 (-3 (-2 (|:| -2137 |#1|) (|:| |coeff| |#1|)) #1#) |#1|) |#1|)) (-15 -2122 ((-3 (-563 |#1| |#2|) #1#) (-563 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3139 |#1|) (|:| |sol?| (-85))) (-485) |#1|))) (-15 -2123 ((-2 (|:| |ir| (-520 (-350 |#2|))) (|:| |specpart| (-350 |#2|)) (|:| |polypart| |#2|)) (-350 |#2|) (-1 |#2| |#2|))) (-15 -2124 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-312) (-1156 |#1|)) (T -511))
+((-2124 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-511 *5 *3)))) (-2123 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| |ir| (-520 (-350 *6))) (|:| |specpart| (-350 *6)) (|:| |polypart| *6))) (-5 *1 (-511 *5 *6)) (-5 *3 (-350 *6)))) (-2122 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-563 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3139 *4) (|:| |sol?| (-85))) (-485) *4)) (-4 *4 (-312)) (-4 *5 (-1156 *4)) (-5 *1 (-511 *4 *5)))) (-2121 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -2137 *4) (|:| |coeff| *4)) #1="failed") *4)) (-4 *4 (-312)) (-5 *1 (-511 *4 *2)) (-4 *2 (-1156 *4)))) (-2120 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-584 (-350 *7))) (-4 *7 (-1156 *6)) (-5 *3 (-350 *7)) (-4 *6 (-312)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-511 *6 *7)))) (-2119 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| -2137 (-350 *6)) (|:| |coeff| (-350 *6)))) (-5 *1 (-511 *5 *6)) (-5 *3 (-350 *6)))) (-2118 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3139 *7) (|:| |sol?| (-85))) (-485) *7)) (-5 *6 (-584 (-350 *8))) (-4 *7 (-312)) (-4 *8 (-1156 *7)) (-5 *3 (-350 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-511 *7 *8)))) (-2117 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -2137 *7) (|:| |coeff| *7)) #1#) *7)) (-5 *6 (-584 (-350 *8))) (-4 *7 (-312)) (-4 *8 (-1156 *7)) (-5 *3 (-350 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-511 *7 *8)))) (-2116 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3139 *6) (|:| |sol?| (-85))) (-485) *6)) (-4 *6 (-312)) (-4 *7 (-1156 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-350 *7)) (|:| |a0| *6)) (-2 (|:| -2137 (-350 *7)) (|:| |coeff| (-350 *7))) "failed")) (-5 *1 (-511 *6 *7)) (-5 *3 (-350 *7)))) (-2115 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -2137 *6) (|:| |coeff| *6)) #1#) *6)) (-4 *6 (-312)) (-4 *7 (-1156 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-350 *7)) (|:| |a0| *6)) (-2 (|:| -2137 (-350 *7)) (|:| |coeff| (-350 *7))) "failed")) (-5 *1 (-511 *6 *7)) (-5 *3 (-350 *7)))) (-2114 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-584 *6) "failed") (-485) *6 *6)) (-4 *6 (-312)) (-4 *7 (-1156 *6)) (-5 *2 (-2 (|:| |answer| (-520 (-350 *7))) (|:| |a0| *6))) (-5 *1 (-511 *6 *7)) (-5 *3 (-350 *7)))) (-2113 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3139 *6) (|:| |sol?| (-85))) (-485) *6)) (-4 *6 (-312)) (-4 *7 (-1156 *6)) (-5 *2 (-2 (|:| |answer| (-520 (-350 *7))) (|:| |a0| *6))) (-5 *1 (-511 *6 *7)) (-5 *3 (-350 *7)))) (-2112 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -2137 *6) (|:| |coeff| *6)) #1#) *6)) (-4 *6 (-312)) (-4 *7 (-1156 *6)) (-5 *2 (-2 (|:| |answer| (-520 (-350 *7))) (|:| |a0| *6))) (-5 *1 (-511 *6 *7)) (-5 *3 (-350 *7)))))
+((-2125 (((-3 |#2| "failed") |#2| (-1091) (-1091)) 10 T ELT)))
+(((-512 |#1| |#2|) (-10 -7 (-15 -2125 ((-3 |#2| "failed") |#2| (-1091) (-1091)))) (-13 (-258) (-120) (-951 (-485)) (-581 (-485))) (-13 (-1116) (-872) (-1054) (-29 |#1|))) (T -512))
+((-2125 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *1 (-512 *4 *2)) (-4 *2 (-13 (-1116) (-872) (-1054) (-29 *4))))))
+((-2557 (((-633 (-1139)) $ (-1139)) 27 T ELT)) (-2558 (((-633 (-489)) $ (-489)) 26 T ELT)) (-2556 (((-695) $ (-102)) 28 T ELT)) (-2559 (((-633 (-101)) $ (-101)) 25 T ELT)) (-2001 (((-633 (-1139)) $) 12 T ELT)) (-1997 (((-633 (-1137)) $) 8 T ELT)) (-1999 (((-633 (-1136)) $) 10 T ELT)) (-2002 (((-633 (-489)) $) 13 T ELT)) (-1998 (((-633 (-487)) $) 9 T ELT)) (-2000 (((-633 (-486)) $) 11 T ELT)) (-1996 (((-695) $ (-102)) 7 T ELT)) (-2003 (((-633 (-101)) $) 14 T ELT)) (-1701 (($ $) 6 T ELT)))
+(((-513) (-113)) (T -513))
+NIL
+(-13 (-466) (-771))
+(((-147) . T) ((-466) . T) ((-771) . T))
+((-2557 (((-633 (-1139)) $ (-1139)) NIL T ELT)) (-2558 (((-633 (-489)) $ (-489)) NIL T ELT)) (-2556 (((-695) $ (-102)) NIL T ELT)) (-2559 (((-633 (-101)) $ (-101)) NIL T ELT)) (-2001 (((-633 (-1139)) $) NIL T ELT)) (-1997 (((-633 (-1137)) $) NIL T ELT)) (-1999 (((-633 (-1136)) $) NIL T ELT)) (-2002 (((-633 (-489)) $) NIL T ELT)) (-1998 (((-633 (-487)) $) NIL T ELT)) (-2000 (((-633 (-486)) $) NIL T ELT)) (-1996 (((-695) $ (-102)) NIL T ELT)) (-2003 (((-633 (-101)) $) NIL T ELT)) (-2560 (((-85) $) NIL T ELT)) (-2126 (($ (-338)) 14 T ELT) (($ (-1074)) 16 T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1701 (($ $) NIL T ELT)))
+(((-514) (-13 (-513) (-553 (-773)) (-10 -8 (-15 -2126 ($ (-338))) (-15 -2126 ($ (-1074))) (-15 -2560 ((-85) $))))) (T -514))
+((-2126 (*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-514)))) (-2126 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-514)))) (-2560 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-514)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3462 (($) 7 T CONST)) (-3244 (((-1074) $) NIL T ELT)) (-2129 (($) 6 T CONST)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 15 T ELT)) (-2127 (($) 9 T CONST)) (-2128 (($) 8 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 11 T ELT)))
+(((-515) (-13 (-1014) (-10 -8 (-15 -2129 ($) -3954) (-15 -3462 ($) -3954) (-15 -2128 ($) -3954) (-15 -2127 ($) -3954)))) (T -515))
+((-2129 (*1 *1) (-5 *1 (-515))) (-3462 (*1 *1) (-5 *1 (-515))) (-2128 (*1 *1) (-5 *1 (-515))) (-2127 (*1 *1) (-5 *1 (-515))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2130 (((-633 $) (-431)) 23 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2132 (($ (-1074)) 16 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 33 T ELT)) (-2131 (((-166 4 (-101)) $) 24 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 26 T ELT)))
+(((-516) (-13 (-1014) (-10 -8 (-15 -2132 ($ (-1074))) (-15 -2131 ((-166 4 (-101)) $)) (-15 -2130 ((-633 $) (-431)))))) (T -516))
+((-2132 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-516)))) (-2131 (*1 *2 *1) (-12 (-5 *2 (-166 4 (-101))) (-5 *1 (-516)))) (-2130 (*1 *2 *3) (-12 (-5 *3 (-431)) (-5 *2 (-633 (-516))) (-5 *1 (-516)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3039 (($ $ (-485)) 73 T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2613 (($ (-1086 (-485)) (-485)) 79 T ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) 64 T ELT)) (-2614 (($ $) 43 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3774 (((-695) $) 16 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2616 (((-485)) 37 T ELT)) (-2615 (((-485) $) 41 T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3771 (($ $ (-485)) 24 T ELT)) (-3468 (((-3 $ #1#) $ $) 70 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) 17 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 71 T ELT)) (-2617 (((-1070 (-485)) $) 19 T ELT)) (-2893 (($ $) 26 T ELT)) (-3948 (((-773) $) 100 T ELT) (($ (-485)) 59 T ELT) (($ $) NIL T ELT)) (-3128 (((-695)) 15 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3772 (((-485) $ (-485)) 46 T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 44 T CONST)) (-2668 (($) 21 T CONST)) (-3058 (((-85) $ $) 51 T ELT)) (-3839 (($ $) 58 T ELT) (($ $ $) 48 T ELT)) (-3841 (($ $ $) 57 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 60 T ELT) (($ $ $) 61 T ELT)))
+(((-517 |#1| |#2|) (-780 |#1|) (-485) (-85)) (T -517))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 30 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 (($ $ (-831)) NIL (|has| $ (-320)) ELT) (($ $) NIL T ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) 59 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 $ #1#) $) 95 T ELT)) (-3158 (($ $) 94 T ELT)) (-1796 (($ (-1180 $)) 93 T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) 56 T ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) 47 T ELT)) (-2996 (($) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) 61 T ELT)) (-1681 (((-85) $) NIL T ELT)) (-1768 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-744 (-831)) $) NIL T ELT) (((-831) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) 49 (|has| $ (-320)) ELT)) (-2012 (((-85) $) NIL (|has| $ (-320)) ELT)) (-3134 (($ $ (-831)) NIL (|has| $ (-320)) ELT) (($ $) NIL T ELT)) (-3447 (((-633 $) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 $) $ (-831)) NIL (|has| $ (-320)) ELT) (((-1086 $) $) 104 T ELT)) (-2011 (((-831) $) 67 T ELT)) (-1628 (((-1086 $) $) NIL (|has| $ (-320)) ELT)) (-1627 (((-3 (-1086 $) #1#) $ $) NIL (|has| $ (-320)) ELT) (((-1086 $) $) NIL (|has| $ (-320)) ELT)) (-1629 (($ $ (-1086 $)) NIL (|has| $ (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL T CONST)) (-2401 (($ (-831)) 60 T ELT)) (-3933 (((-85) $) 87 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($) 28 (|has| $ (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) 54 T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-831)) 86 T ELT) (((-744 (-831))) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-3 (-695) #1#) $ $) NIL T ELT) (((-695) $) NIL T ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3950 (((-831) $) 85 T ELT) (((-744 (-831)) $) NIL T ELT)) (-3187 (((-1086 $)) 102 T ELT)) (-1675 (($) 66 T ELT)) (-1630 (($) 50 (|has| $ (-320)) ELT)) (-3226 (((-631 $) (-1180 $)) NIL T ELT) (((-1180 $) $) 91 T ELT)) (-3974 (((-485) $) 42 T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) 45 T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT)) (-2704 (((-633 $) $) NIL T ELT) (($ $) 105 T ELT)) (-3128 (((-695)) 51 T CONST)) (-1266 (((-85) $ $) 107 T ELT)) (-2013 (((-1180 $) (-831)) 97 T ELT) (((-1180 $)) 96 T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) 31 T CONST)) (-2668 (($) 27 T CONST)) (-3930 (($ $ (-695)) NIL (|has| $ (-320)) ELT) (($ $) NIL (|has| $ (-320)) ELT)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) 34 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 81 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT)))
+(((-518 |#1|) (-13 (-299) (-280 $) (-554 (-485))) (-831)) (T -518))
+NIL
+((-2133 (((-1186) (-1074)) 10 T ELT)))
+(((-519) (-10 -7 (-15 -2133 ((-1186) (-1074))))) (T -519))
+((-2133 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-519)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) 77 T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-2137 ((|#1| $) 30 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2135 (((-584 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 32 T ELT)) (-2138 (($ |#1| (-584 (-2 (|:| |scalar| (-350 (-485))) (|:| |coeff| (-1086 |#1|)) (|:| |logand| (-1086 |#1|)))) (-584 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 28 T ELT)) (-2136 (((-584 (-2 (|:| |scalar| (-350 (-485))) (|:| |coeff| (-1086 |#1|)) (|:| |logand| (-1086 |#1|)))) $) 31 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2834 (($ |#1| |#1|) 38 T ELT) (($ |#1| (-1091)) 49 (|has| |#1| (-951 (-1091))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2134 (((-85) $) 35 T ELT)) (-3760 ((|#1| $ (-1 |#1| |#1|)) 89 T ELT) ((|#1| $ (-1091)) 90 (|has| |#1| (-810 (-1091))) ELT)) (-3948 (((-773) $) 113 T ELT) (($ |#1|) 29 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 18 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) 17 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 86 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 16 T ELT) (($ (-350 (-485)) $) 41 T ELT) (($ $ (-350 (-485))) NIL T ELT)))
+(((-520 |#1|) (-13 (-655 (-350 (-485))) (-951 |#1|) (-10 -8 (-15 -2138 ($ |#1| (-584 (-2 (|:| |scalar| (-350 (-485))) (|:| |coeff| (-1086 |#1|)) (|:| |logand| (-1086 |#1|)))) (-584 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -2137 (|#1| $)) (-15 -2136 ((-584 (-2 (|:| |scalar| (-350 (-485))) (|:| |coeff| (-1086 |#1|)) (|:| |logand| (-1086 |#1|)))) $)) (-15 -2135 ((-584 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -2134 ((-85) $)) (-15 -2834 ($ |#1| |#1|)) (-15 -3760 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-810 (-1091))) (-15 -3760 (|#1| $ (-1091))) |%noBranch|) (IF (|has| |#1| (-951 (-1091))) (-15 -2834 ($ |#1| (-1091))) |%noBranch|))) (-312)) (T -520))
+((-2138 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-584 (-2 (|:| |scalar| (-350 (-485))) (|:| |coeff| (-1086 *2)) (|:| |logand| (-1086 *2))))) (-5 *4 (-584 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-312)) (-5 *1 (-520 *2)))) (-2137 (*1 *2 *1) (-12 (-5 *1 (-520 *2)) (-4 *2 (-312)))) (-2136 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| |scalar| (-350 (-485))) (|:| |coeff| (-1086 *3)) (|:| |logand| (-1086 *3))))) (-5 *1 (-520 *3)) (-4 *3 (-312)))) (-2135 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-520 *3)) (-4 *3 (-312)))) (-2134 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-520 *3)) (-4 *3 (-312)))) (-2834 (*1 *1 *2 *2) (-12 (-5 *1 (-520 *2)) (-4 *2 (-312)))) (-3760 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-520 *2)) (-4 *2 (-312)))) (-3760 (*1 *2 *1 *3) (-12 (-4 *2 (-312)) (-4 *2 (-810 *3)) (-5 *1 (-520 *2)) (-5 *3 (-1091)))) (-2834 (*1 *1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *1 (-520 *2)) (-4 *2 (-951 *3)) (-4 *2 (-312)))))
+((-3960 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) #1#)) 44 T ELT) (((-3 |#2| #1#) (-1 |#2| |#1|) (-3 |#1| #1#)) 11 T ELT) (((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) (-1 |#2| |#1|) (-3 (-2 (|:| -2137 |#1|) (|:| |coeff| |#1|)) #1#)) 35 T ELT) (((-520 |#2|) (-1 |#2| |#1|) (-520 |#1|)) 30 T ELT)))
+(((-521 |#1| |#2|) (-10 -7 (-15 -3960 ((-520 |#2|) (-1 |#2| |#1|) (-520 |#1|))) (-15 -3960 ((-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1="failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2137 |#1|) (|:| |coeff| |#1|)) #1#))) (-15 -3960 ((-3 |#2| #1#) (-1 |#2| |#1|) (-3 |#1| #1#))) (-15 -3960 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) #1#)))) (-312) (-312)) (T -521))
+((-3960 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-312)) (-4 *6 (-312)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-521 *5 *6)))) (-3960 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-312)) (-4 *2 (-312)) (-5 *1 (-521 *5 *2)))) (-3960 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -2137 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-312)) (-4 *6 (-312)) (-5 *2 (-2 (|:| -2137 *6) (|:| |coeff| *6))) (-5 *1 (-521 *5 *6)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-520 *5)) (-4 *5 (-312)) (-4 *6 (-312)) (-5 *2 (-520 *6)) (-5 *1 (-521 *5 *6)))))
+((-3420 (((-520 |#2|) (-520 |#2|)) 42 T ELT)) (-3965 (((-584 |#2|) (-520 |#2|)) 44 T ELT)) (-2149 ((|#2| (-520 |#2|)) 50 T ELT)))
+(((-522 |#1| |#2|) (-10 -7 (-15 -3420 ((-520 |#2|) (-520 |#2|))) (-15 -3965 ((-584 |#2|) (-520 |#2|))) (-15 -2149 (|#2| (-520 |#2|)))) (-13 (-392) (-951 (-485)) (-581 (-485))) (-13 (-29 |#1|) (-1116))) (T -522))
+((-2149 (*1 *2 *3) (-12 (-5 *3 (-520 *2)) (-4 *2 (-13 (-29 *4) (-1116))) (-5 *1 (-522 *4 *2)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))))) (-3965 (*1 *2 *3) (-12 (-5 *3 (-520 *5)) (-4 *5 (-13 (-29 *4) (-1116))) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-584 *5)) (-5 *1 (-522 *4 *5)))) (-3420 (*1 *2 *2) (-12 (-5 *2 (-520 *4)) (-4 *4 (-13 (-29 *3) (-1116))) (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-522 *3 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2141 (($ (-447) (-533)) 14 T ELT)) (-2139 (($ (-447) (-533) $) 16 T ELT)) (-2140 (($ (-447) (-533)) 15 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-1096)) 7 T ELT) (((-1096) $) 6 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-523) (-13 (-1014) (-430 (-1096)) (-10 -8 (-15 -2141 ($ (-447) (-533))) (-15 -2140 ($ (-447) (-533))) (-15 -2139 ($ (-447) (-533) $))))) (T -523))
+((-2141 (*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-533)) (-5 *1 (-523)))) (-2140 (*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-533)) (-5 *1 (-523)))) (-2139 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-447)) (-5 *3 (-533)) (-5 *1 (-523)))))
+((-2145 (((-85) |#1|) 16 T ELT)) (-2146 (((-3 |#1| #1="failed") |#1|) 14 T ELT)) (-2143 (((-2 (|:| -2696 |#1|) (|:| -2402 (-695))) |#1|) 37 T ELT) (((-3 |#1| #1#) |#1| (-695)) 18 T ELT)) (-2142 (((-85) |#1| (-695)) 19 T ELT)) (-2147 ((|#1| |#1|) 41 T ELT)) (-2144 ((|#1| |#1| (-695)) 44 T ELT)))
+(((-524 |#1|) (-10 -7 (-15 -2142 ((-85) |#1| (-695))) (-15 -2143 ((-3 |#1| #1="failed") |#1| (-695))) (-15 -2143 ((-2 (|:| -2696 |#1|) (|:| -2402 (-695))) |#1|)) (-15 -2144 (|#1| |#1| (-695))) (-15 -2145 ((-85) |#1|)) (-15 -2146 ((-3 |#1| #1#) |#1|)) (-15 -2147 (|#1| |#1|))) (-484)) (T -524))
+((-2147 (*1 *2 *2) (-12 (-5 *1 (-524 *2)) (-4 *2 (-484)))) (-2146 (*1 *2 *2) (|partial| -12 (-5 *1 (-524 *2)) (-4 *2 (-484)))) (-2145 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-524 *3)) (-4 *3 (-484)))) (-2144 (*1 *2 *2 *3) (-12 (-5 *3 (-695)) (-5 *1 (-524 *2)) (-4 *2 (-484)))) (-2143 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -2696 *3) (|:| -2402 (-695)))) (-5 *1 (-524 *3)) (-4 *3 (-484)))) (-2143 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-695)) (-5 *1 (-524 *2)) (-4 *2 (-484)))) (-2142 (*1 *2 *3 *4) (-12 (-5 *4 (-695)) (-5 *2 (-85)) (-5 *1 (-524 *3)) (-4 *3 (-484)))))
+((-2148 (((-1086 |#1|) (-831)) 44 T ELT)))
+(((-525 |#1|) (-10 -7 (-15 -2148 ((-1086 |#1|) (-831)))) (-299)) (T -525))
+((-2148 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-525 *4)) (-4 *4 (-299)))))
+((-3420 (((-520 (-350 (-858 |#1|))) (-520 (-350 (-858 |#1|)))) 27 T ELT)) (-3814 (((-3 (-265 |#1|) (-584 (-265 |#1|))) (-350 (-858 |#1|)) (-1091)) 33 (|has| |#1| (-120)) ELT)) (-3965 (((-584 (-265 |#1|)) (-520 (-350 (-858 |#1|)))) 19 T ELT)) (-2150 (((-265 |#1|) (-350 (-858 |#1|)) (-1091)) 31 (|has| |#1| (-120)) ELT)) (-2149 (((-265 |#1|) (-520 (-350 (-858 |#1|)))) 21 T ELT)))
+(((-526 |#1|) (-10 -7 (-15 -3420 ((-520 (-350 (-858 |#1|))) (-520 (-350 (-858 |#1|))))) (-15 -3965 ((-584 (-265 |#1|)) (-520 (-350 (-858 |#1|))))) (-15 -2149 ((-265 |#1|) (-520 (-350 (-858 |#1|))))) (IF (|has| |#1| (-120)) (PROGN (-15 -3814 ((-3 (-265 |#1|) (-584 (-265 |#1|))) (-350 (-858 |#1|)) (-1091))) (-15 -2150 ((-265 |#1|) (-350 (-858 |#1|)) (-1091)))) |%noBranch|)) (-13 (-392) (-951 (-485)) (-581 (-485)))) (T -526))
+((-2150 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-120)) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-265 *5)) (-5 *1 (-526 *5)))) (-3814 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-120)) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-3 (-265 *5) (-584 (-265 *5)))) (-5 *1 (-526 *5)))) (-2149 (*1 *2 *3) (-12 (-5 *3 (-520 (-350 (-858 *4)))) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-265 *4)) (-5 *1 (-526 *4)))) (-3965 (*1 *2 *3) (-12 (-5 *3 (-520 (-350 (-858 *4)))) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-584 (-265 *4))) (-5 *1 (-526 *4)))) (-3420 (*1 *2 *2) (-12 (-5 *2 (-520 (-350 (-858 *3)))) (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-526 *3)))))
+((-2152 (((-584 (-631 (-485))) (-584 (-831)) (-584 (-814 (-485)))) 80 T ELT) (((-584 (-631 (-485))) (-584 (-831))) 81 T ELT) (((-631 (-485)) (-584 (-831)) (-814 (-485))) 74 T ELT)) (-2151 (((-695) (-584 (-831))) 71 T ELT)))
+(((-527) (-10 -7 (-15 -2151 ((-695) (-584 (-831)))) (-15 -2152 ((-631 (-485)) (-584 (-831)) (-814 (-485)))) (-15 -2152 ((-584 (-631 (-485))) (-584 (-831)))) (-15 -2152 ((-584 (-631 (-485))) (-584 (-831)) (-584 (-814 (-485))))))) (T -527))
+((-2152 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-831))) (-5 *4 (-584 (-814 (-485)))) (-5 *2 (-584 (-631 (-485)))) (-5 *1 (-527)))) (-2152 (*1 *2 *3) (-12 (-5 *3 (-584 (-831))) (-5 *2 (-584 (-631 (-485)))) (-5 *1 (-527)))) (-2152 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-831))) (-5 *4 (-814 (-485))) (-5 *2 (-631 (-485))) (-5 *1 (-527)))) (-2151 (*1 *2 *3) (-12 (-5 *3 (-584 (-831))) (-5 *2 (-695)) (-5 *1 (-527)))))
+((-3215 (((-584 |#5|) |#5| (-85)) 97 T ELT)) (-2153 (((-85) |#5| (-584 |#5|)) 34 T ELT)))
+(((-528 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3215 ((-584 |#5|) |#5| (-85))) (-15 -2153 ((-85) |#5| (-584 |#5|)))) (-13 (-258) (-120)) (-718) (-757) (-978 |#1| |#2| |#3|) (-1021 |#1| |#2| |#3| |#4|)) (T -528))
+((-2153 (*1 *2 *3 *4) (-12 (-5 *4 (-584 *3)) (-4 *3 (-1021 *5 *6 *7 *8)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-978 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-528 *5 *6 *7 *8 *3)))) (-3215 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-978 *5 *6 *7)) (-5 *2 (-584 *3)) (-5 *1 (-528 *5 *6 *7 *8 *3)) (-4 *3 (-1021 *5 *6 *7 *8)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3530 (((-1050) $) 12 T ELT)) (-3531 (((-1050) $) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 18 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-529) (-13 (-996) (-10 -8 (-15 -3531 ((-1050) $)) (-15 -3530 ((-1050) $))))) (T -529))
+((-3531 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-529)))) (-3530 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-529)))))
+((-3534 (((-2 (|:| |num| |#4|) (|:| |den| (-485))) |#4| |#2|) 23 T ELT) (((-2 (|:| |num| |#4|) (|:| |den| (-485))) |#4| |#2| (-1002 |#4|)) 32 T ELT)))
+(((-530 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3534 ((-2 (|:| |num| |#4|) (|:| |den| (-485))) |#4| |#2| (-1002 |#4|))) (-15 -3534 ((-2 (|:| |num| |#4|) (|:| |den| (-485))) |#4| |#2|))) (-718) (-757) (-496) (-862 |#3| |#1| |#2|)) (T -530))
+((-3534 (*1 *2 *3 *4) (-12 (-4 *5 (-718)) (-4 *4 (-757)) (-4 *6 (-496)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-485)))) (-5 *1 (-530 *5 *4 *6 *3)) (-4 *3 (-862 *6 *5 *4)))) (-3534 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1002 *3)) (-4 *3 (-862 *7 *6 *4)) (-4 *6 (-718)) (-4 *4 (-757)) (-4 *7 (-496)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-485)))) (-5 *1 (-530 *6 *4 *7 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 71 T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-485)) 58 T ELT) (($ $ (-485) (-485)) 59 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))) $) 65 T ELT)) (-2184 (($ $) 109 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2182 (((-773) (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))) (-940 (-751 (-485))) (-1091) |#1| (-350 (-485))) 232 T ELT)) (-3820 (($ (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|)))) 36 T ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2894 (((-85) $) NIL T ELT)) (-3774 (((-485) $) 63 T ELT) (((-485) $ (-485)) 64 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3779 (($ $ (-831)) 83 T ELT)) (-3817 (($ (-1 |#1| (-485)) $) 80 T ELT)) (-3939 (((-85) $) 26 T ELT)) (-2895 (($ |#1| (-485)) 22 T ELT) (($ $ (-995) (-485)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-485))) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 75 T ELT)) (-2188 (($ (-940 (-751 (-485))) (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|)))) 13 T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3814 (($ $) 120 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2185 (((-3 $ #1#) $ $ (-85)) 108 T ELT)) (-2183 (($ $ $) 116 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2186 (((-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))) $) 15 T ELT)) (-2187 (((-940 (-751 (-485))) $) 14 T ELT)) (-3771 (($ $ (-485)) 47 T ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-3770 (((-1070 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-485)))) ELT)) (-3802 ((|#1| $ (-485)) 62 T ELT) (($ $ $) NIL (|has| (-485) (-1026)) ELT)) (-3760 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $) 77 (|has| |#1| (-15 * (|#1| (-485) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-485) |#1|))) ELT)) (-3950 (((-485) $) NIL T ELT)) (-2893 (($ $) 48 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) 29 T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ |#1|) 28 (|has| |#1| (-146)) ELT)) (-3679 ((|#1| $ (-485)) 61 T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 39 T CONST)) (-3775 ((|#1| $) NIL T ELT)) (-2163 (($ $) 192 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2175 (($ $) 167 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2165 (($ $) 189 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2177 (($ $) 164 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2161 (($ $) 194 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2173 (($ $) 170 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2180 (($ $ (-350 (-485))) 157 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2181 (($ $ |#1|) 128 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2178 (($ $) 161 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2179 (($ $) 159 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2160 (($ $) 195 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2172 (($ $) 171 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2162 (($ $) 193 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2174 (($ $) 169 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2164 (($ $) 190 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2176 (($ $) 165 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2157 (($ $) 200 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2169 (($ $) 180 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2159 (($ $) 197 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2171 (($ $) 176 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2155 (($ $) 204 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2167 (($ $) 184 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2154 (($ $) 206 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2166 (($ $) 186 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2156 (($ $) 202 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2168 (($ $) 182 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2158 (($ $) 199 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2170 (($ $) 178 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3772 ((|#1| $ (-485)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-485)))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 30 T CONST)) (-2668 (($) 40 T CONST)) (-2671 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-485) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-485) |#1|))) ELT)) (-3058 (((-85) $ $) 73 T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) 91 T ELT) (($ $ $) 72 T ELT)) (-3841 (($ $ $) 88 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 111 T ELT)) (* (($ (-831) $) 98 T ELT) (($ (-695) $) 96 T ELT) (($ (-485) $) 93 T ELT) (($ $ $) 104 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 123 T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-531 |#1|) (-13 (-1159 |#1| (-485)) (-10 -8 (-15 -2188 ($ (-940 (-751 (-485))) (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))))) (-15 -2187 ((-940 (-751 (-485))) $)) (-15 -2186 ((-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))) $)) (-15 -3820 ($ (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))))) (-15 -3939 ((-85) $)) (-15 -3817 ($ (-1 |#1| (-485)) $)) (-15 -2185 ((-3 $ "failed") $ $ (-85))) (-15 -2184 ($ $)) (-15 -2183 ($ $ $)) (-15 -2182 ((-773) (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))) (-940 (-751 (-485))) (-1091) |#1| (-350 (-485)))) (IF (|has| |#1| (-38 (-350 (-485)))) (PROGN (-15 -3814 ($ $)) (-15 -2181 ($ $ |#1|)) (-15 -2180 ($ $ (-350 (-485)))) (-15 -2179 ($ $)) (-15 -2178 ($ $)) (-15 -2177 ($ $)) (-15 -2176 ($ $)) (-15 -2175 ($ $)) (-15 -2174 ($ $)) (-15 -2173 ($ $)) (-15 -2172 ($ $)) (-15 -2171 ($ $)) (-15 -2170 ($ $)) (-15 -2169 ($ $)) (-15 -2168 ($ $)) (-15 -2167 ($ $)) (-15 -2166 ($ $)) (-15 -2165 ($ $)) (-15 -2164 ($ $)) (-15 -2163 ($ $)) (-15 -2162 ($ $)) (-15 -2161 ($ $)) (-15 -2160 ($ $)) (-15 -2159 ($ $)) (-15 -2158 ($ $)) (-15 -2157 ($ $)) (-15 -2156 ($ $)) (-15 -2155 ($ $)) (-15 -2154 ($ $))) |%noBranch|))) (-962)) (T -531))
+((-3939 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-531 *3)) (-4 *3 (-962)))) (-2188 (*1 *1 *2 *3) (-12 (-5 *2 (-940 (-751 (-485)))) (-5 *3 (-1070 (-2 (|:| |k| (-485)) (|:| |c| *4)))) (-4 *4 (-962)) (-5 *1 (-531 *4)))) (-2187 (*1 *2 *1) (-12 (-5 *2 (-940 (-751 (-485)))) (-5 *1 (-531 *3)) (-4 *3 (-962)))) (-2186 (*1 *2 *1) (-12 (-5 *2 (-1070 (-2 (|:| |k| (-485)) (|:| |c| *3)))) (-5 *1 (-531 *3)) (-4 *3 (-962)))) (-3820 (*1 *1 *2) (-12 (-5 *2 (-1070 (-2 (|:| |k| (-485)) (|:| |c| *3)))) (-4 *3 (-962)) (-5 *1 (-531 *3)))) (-3817 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-485))) (-4 *3 (-962)) (-5 *1 (-531 *3)))) (-2185 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-85)) (-5 *1 (-531 *3)) (-4 *3 (-962)))) (-2184 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-962)))) (-2183 (*1 *1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-962)))) (-2182 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1070 (-2 (|:| |k| (-485)) (|:| |c| *6)))) (-5 *4 (-940 (-751 (-485)))) (-5 *5 (-1091)) (-5 *7 (-350 (-485))) (-4 *6 (-962)) (-5 *2 (-773)) (-5 *1 (-531 *6)))) (-3814 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2181 (*1 *1 *1 *2) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2180 (*1 *1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-531 *3)) (-4 *3 (-38 *2)) (-4 *3 (-962)))) (-2179 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2178 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2177 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2176 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2175 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2174 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2173 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2172 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2171 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2170 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2169 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2168 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2167 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2166 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2165 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2164 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2163 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2162 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2161 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2160 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2159 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2158 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2157 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2156 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2155 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))) (-2154 (*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 62 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3820 (($ (-1070 |#1|)) 9 T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ #1#) $) 44 T ELT)) (-2894 (((-85) $) 56 T ELT)) (-3774 (((-695) $) 61 T ELT) (((-695) $ (-695)) 60 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) 46 (|has| |#1| (-496)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3819 (((-1070 |#1|) $) 25 T ELT)) (-3128 (((-695)) 55 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 10 T CONST)) (-2668 (($) 14 T CONST)) (-3058 (((-85) $ $) 24 T ELT)) (-3839 (($ $) 32 T ELT) (($ $ $) 16 T ELT)) (-3841 (($ $ $) 27 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 53 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 36 T ELT) (($ $ $) 30 T ELT) (($ $ |#1|) 40 T ELT) (($ |#1| $) 39 T ELT) (($ $ (-485)) 38 T ELT)))
+(((-532 |#1|) (-13 (-962) (-82 |#1| |#1|) (-10 -8 (-15 -3819 ((-1070 |#1|) $)) (-15 -3820 ($ (-1070 |#1|))) (-15 -2894 ((-85) $)) (-15 -3774 ((-695) $)) (-15 -3774 ((-695) $ (-695))) (-15 * ($ $ (-485))) (IF (|has| |#1| (-496)) (-6 (-496)) |%noBranch|))) (-962)) (T -532))
+((-3819 (*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-532 *3)) (-4 *3 (-962)))) (-3820 (*1 *1 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-532 *3)))) (-2894 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-532 *3)) (-4 *3 (-962)))) (-3774 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-532 *3)) (-4 *3 (-962)))) (-3774 (*1 *2 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-532 *3)) (-4 *3 (-962)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-532 *3)) (-4 *3 (-962)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2191 (($) 8 T CONST)) (-2192 (($) 7 T CONST)) (-2189 (($ $ (-584 $)) 16 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2193 (($) 6 T CONST)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-1096)) 15 T ELT) (((-1096) $) 10 T ELT)) (-2190 (($) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-533) (-13 (-1014) (-430 (-1096)) (-10 -8 (-15 -2193 ($) -3954) (-15 -2192 ($) -3954) (-15 -2191 ($) -3954) (-15 -2190 ($) -3954) (-15 -2189 ($ $ (-584 $)))))) (T -533))
+((-2193 (*1 *1) (-5 *1 (-533))) (-2192 (*1 *1) (-5 *1 (-533))) (-2191 (*1 *1) (-5 *1 (-533))) (-2190 (*1 *1) (-5 *1 (-533))) (-2189 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-533))) (-5 *1 (-533)))))
+((-3960 (((-537 |#2|) (-1 |#2| |#1|) (-537 |#1|)) 15 T ELT)))
+(((-534 |#1| |#2|) (-13 (-1130) (-10 -7 (-15 -3960 ((-537 |#2|) (-1 |#2| |#1|) (-537 |#1|))))) (-1130) (-1130)) (T -534))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-537 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-537 *6)) (-5 *1 (-534 *5 *6)))))
+((-3960 (((-1070 |#3|) (-1 |#3| |#1| |#2|) (-537 |#1|) (-1070 |#2|)) 20 T ELT) (((-1070 |#3|) (-1 |#3| |#1| |#2|) (-1070 |#1|) (-537 |#2|)) 19 T ELT) (((-537 |#3|) (-1 |#3| |#1| |#2|) (-537 |#1|) (-537 |#2|)) 18 T ELT)))
+(((-535 |#1| |#2| |#3|) (-10 -7 (-15 -3960 ((-537 |#3|) (-1 |#3| |#1| |#2|) (-537 |#1|) (-537 |#2|))) (-15 -3960 ((-1070 |#3|) (-1 |#3| |#1| |#2|) (-1070 |#1|) (-537 |#2|))) (-15 -3960 ((-1070 |#3|) (-1 |#3| |#1| |#2|) (-537 |#1|) (-1070 |#2|)))) (-1130) (-1130) (-1130)) (T -535))
+((-3960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-537 *6)) (-5 *5 (-1070 *7)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1070 *8)) (-5 *1 (-535 *6 *7 *8)))) (-3960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1070 *6)) (-5 *5 (-537 *7)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1070 *8)) (-5 *1 (-535 *6 *7 *8)))) (-3960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-537 *6)) (-5 *5 (-537 *7)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-537 *8)) (-5 *1 (-535 *6 *7 *8)))))
+((-2198 ((|#3| |#3| (-584 (-551 |#3|)) (-584 (-1091))) 57 T ELT)) (-2197 (((-142 |#2|) |#3|) 122 T ELT)) (-2194 ((|#3| (-142 |#2|)) 46 T ELT)) (-2195 ((|#2| |#3|) 21 T ELT)) (-2196 ((|#3| |#2|) 35 T ELT)))
+(((-536 |#1| |#2| |#3|) (-10 -7 (-15 -2194 (|#3| (-142 |#2|))) (-15 -2195 (|#2| |#3|)) (-15 -2196 (|#3| |#2|)) (-15 -2197 ((-142 |#2|) |#3|)) (-15 -2198 (|#3| |#3| (-584 (-551 |#3|)) (-584 (-1091))))) (-496) (-13 (-364 |#1|) (-916) (-1116)) (-13 (-364 (-142 |#1|)) (-916) (-1116))) (T -536))
+((-2198 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-584 (-551 *2))) (-5 *4 (-584 (-1091))) (-4 *2 (-13 (-364 (-142 *5)) (-916) (-1116))) (-4 *5 (-496)) (-5 *1 (-536 *5 *6 *2)) (-4 *6 (-13 (-364 *5) (-916) (-1116))))) (-2197 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-142 *5)) (-5 *1 (-536 *4 *5 *3)) (-4 *5 (-13 (-364 *4) (-916) (-1116))) (-4 *3 (-13 (-364 (-142 *4)) (-916) (-1116))))) (-2196 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *2 (-13 (-364 (-142 *4)) (-916) (-1116))) (-5 *1 (-536 *4 *3 *2)) (-4 *3 (-13 (-364 *4) (-916) (-1116))))) (-2195 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *2 (-13 (-364 *4) (-916) (-1116))) (-5 *1 (-536 *4 *2 *3)) (-4 *3 (-13 (-364 (-142 *4)) (-916) (-1116))))) (-2194 (*1 *2 *3) (-12 (-5 *3 (-142 *5)) (-4 *5 (-13 (-364 *4) (-916) (-1116))) (-4 *4 (-496)) (-4 *2 (-13 (-364 (-142 *4)) (-916) (-1116))) (-5 *1 (-536 *4 *5 *2)))))
+((-3712 (($ (-1 (-85) |#1|) $) 19 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 22 T ELT)) (-3459 (($ (-1 |#1| |#1|) |#1|) 11 T ELT)) (-3458 (($ (-1 (-85) |#1|) $) 15 T ELT)) (-3457 (($ (-1 (-85) |#1|) $) 17 T ELT)) (-3532 (((-1070 |#1|) $) 20 T ELT)) (-3948 (((-773) $) 25 T ELT)))
+(((-537 |#1|) (-13 (-553 (-773)) (-10 -8 (-15 -3960 ($ (-1 |#1| |#1|) $)) (-15 -3458 ($ (-1 (-85) |#1|) $)) (-15 -3457 ($ (-1 (-85) |#1|) $)) (-15 -3712 ($ (-1 (-85) |#1|) $)) (-15 -3459 ($ (-1 |#1| |#1|) |#1|)) (-15 -3532 ((-1070 |#1|) $)))) (-1130)) (T -537))
+((-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-537 *3)))) (-3458 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1130)) (-5 *1 (-537 *3)))) (-3457 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1130)) (-5 *1 (-537 *3)))) (-3712 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1130)) (-5 *1 (-537 *3)))) (-3459 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-537 *3)))) (-3532 (*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-537 *3)) (-4 *3 (-1130)))))
+((-2199 (((-1186) $ |#2| |#2|) 34 T ELT)) (-2201 ((|#2| $) 23 T ELT)) (-2202 ((|#2| $) 21 T ELT)) (-3960 (($ (-1 |#3| |#3|) $) 30 T ELT)) (-3803 ((|#3| $) 26 T ELT)) (-2200 (($ $ |#3|) 32 T ELT)) (-2203 (((-85) |#3| $) 17 T ELT)) (-2206 (((-584 |#3|) $) 15 T ELT)) (-3802 ((|#3| $ |#2| |#3|) 12 T ELT) ((|#3| $ |#2|) NIL T ELT)))
+(((-538 |#1| |#2| |#3|) (-10 -7 (-15 -2199 ((-1186) |#1| |#2| |#2|)) (-15 -2200 (|#1| |#1| |#3|)) (-15 -3803 (|#3| |#1|)) (-15 -2201 (|#2| |#1|)) (-15 -2202 (|#2| |#1|)) (-15 -2203 ((-85) |#3| |#1|)) (-15 -2206 ((-584 |#3|) |#1|)) (-15 -3802 (|#3| |#1| |#2|)) (-15 -3802 (|#3| |#1| |#2| |#3|)) (-15 -3960 (|#1| (-1 |#3| |#3|) |#1|))) (-539 |#2| |#3|) (-1014) (-1130)) (T -538))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#2| (-72)) ELT)) (-2199 (((-1186) $ |#1| |#1|) 34 (|has| $ (-1036 |#2|)) ELT)) (-3790 ((|#2| $ |#1| |#2|) 46 (|has| $ (-1036 |#2|)) ELT)) (-3726 (($) 6 T CONST)) (-1577 ((|#2| $ |#1| |#2|) 47 (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ |#1|) 45 T ELT)) (-2201 ((|#1| $) 37 (|has| |#1| (-757)) ELT)) (-2202 ((|#1| $) 38 (|has| |#1| (-757)) ELT)) (-3960 (($ (-1 |#2| |#2|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#2| (-1014)) ELT)) (-2204 (((-584 |#1|) $) 40 T ELT)) (-2205 (((-85) |#1| $) 41 T ELT)) (-3245 (((-1034) $) 19 (|has| |#2| (-1014)) ELT)) (-3803 ((|#2| $) 36 (|has| |#1| (-757)) ELT)) (-2200 (($ $ |#2|) 35 (|has| $ (-1036 |#2|)) ELT)) (-3770 (($ $ (-584 (-249 |#2|))) 24 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) 23 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) 22 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) 21 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#2| $) 39 (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) 42 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#2| $ |#1| |#2|) 44 T ELT) ((|#2| $ |#1|) 43 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#2| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#2| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#2| (-72)) ELT)))
+(((-539 |#1| |#2|) (-113) (-1014) (-1130)) (T -539))
+((-2206 (*1 *2 *1) (-12 (-4 *1 (-539 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1130)) (-5 *2 (-584 *4)))) (-2205 (*1 *2 *3 *1) (-12 (-4 *1 (-539 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1130)) (-5 *2 (-85)))) (-2204 (*1 *2 *1) (-12 (-4 *1 (-539 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1130)) (-5 *2 (-584 *3)))) (-2203 (*1 *2 *3 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-72)) (-4 *1 (-539 *4 *3)) (-4 *4 (-1014)) (-4 *3 (-1130)) (-5 *2 (-85)))) (-2202 (*1 *2 *1) (-12 (-4 *1 (-539 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1014)) (-4 *2 (-757)))) (-2201 (*1 *2 *1) (-12 (-4 *1 (-539 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1014)) (-4 *2 (-757)))) (-3803 (*1 *2 *1) (-12 (-4 *1 (-539 *3 *2)) (-4 *3 (-1014)) (-4 *3 (-757)) (-4 *2 (-1130)))) (-2200 (*1 *1 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-539 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1130)))) (-2199 (*1 *2 *1 *3 *3) (-12 (-4 *1 (-1036 *4)) (-4 *1 (-539 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1130)) (-5 *2 (-1186)))))
+(-13 (-429 |t#2|) (-243 |t#1| |t#2|) (-10 -8 (-15 -2206 ((-584 |t#2|) $)) (-15 -2205 ((-85) |t#1| $)) (-15 -2204 ((-584 |t#1|) $)) (IF (|has| |t#2| (-72)) (IF (|has| $ (-318 |t#2|)) (-15 -2203 ((-85) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-757)) (PROGN (-15 -2202 (|t#1| $)) (-15 -2201 (|t#1| $)) (-15 -3803 (|t#2| $))) |%noBranch|) (IF (|has| $ (-1036 |t#2|)) (PROGN (-15 -2200 ($ $ |t#2|)) (-15 -2199 ((-1186) $ |t#1| |t#1|))) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#2| (-1014)) (|has| |#2| (-72))) ((-553 (-773)) OR (|has| |#2| (-1014)) (|has| |#2| (-553 (-773)))) ((-241 |#1| |#2|) . T) ((-243 |#1| |#2|) . T) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-429 |#2|) . T) ((-456 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-13) . T) ((-1014) |has| |#2| (-1014)) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT) (((-1131) $) 15 T ELT) (($ (-584 (-1131))) 14 T ELT)) (-2207 (((-584 (-1131)) $) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-540) (-13 (-996) (-553 (-1131)) (-10 -8 (-15 -3948 ($ (-584 (-1131)))) (-15 -2207 ((-584 (-1131)) $))))) (T -540))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-584 (-1131))) (-5 *1 (-540)))) (-2207 (*1 *2 *1) (-12 (-5 *2 (-584 (-1131))) (-5 *1 (-540)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1776 (((-3 $ #1="failed")) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1313 (((-3 $ #1#) $ $) NIL T ELT)) (-3225 (((-1180 (-631 |#1|))) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1180 (-631 |#1|)) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1730 (((-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1704 (((-3 $ #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1792 (((-631 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-631 |#1|) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1728 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1790 (((-631 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-631 |#1|) $ (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2405 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1904 (((-1086 (-858 |#1|))) NIL (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-312))) ELT)) (-2408 (($ $ (-831)) NIL T ELT)) (-1726 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1706 (((-1086 |#1|) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1794 ((|#1|) NIL (|has| |#2| (-361 |#1|)) ELT) ((|#1| (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1724 (((-1086 |#1|) $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1718 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1796 (($ (-1180 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (($ (-1180 |#1|) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3469 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-3110 (((-831)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1715 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2435 (($ $ (-831)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-1711 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1709 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1713 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1911 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1705 (((-3 $ #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1793 (((-631 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-631 |#1|) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1729 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1791 (((-631 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-631 |#1|) $ (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2406 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1908 (((-1086 (-858 |#1|))) NIL (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-312))) ELT)) (-2407 (($ $ (-831)) NIL T ELT)) (-1727 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1707 (((-1086 |#1|) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1795 ((|#1|) NIL (|has| |#2| (-361 |#1|)) ELT) ((|#1| (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1725 (((-1086 |#1|) $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1719 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1710 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1712 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1714 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1717 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3802 ((|#1| $ (-485)) NIL (|has| |#2| (-361 |#1|)) ELT)) (-3226 (((-631 |#1|) (-1180 $)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1180 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-631 |#1|) (-1180 $) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT) (((-1180 |#1|) $ (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3974 (($ (-1180 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1180 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT)) (-1896 (((-584 (-858 |#1|))) NIL (|has| |#2| (-361 |#1|)) ELT) (((-584 (-858 |#1|)) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2437 (($ $ $) NIL T ELT)) (-1723 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3948 (((-773) $) NIL T ELT) ((|#2| $) 21 T ELT) (($ |#2|) 22 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL (|has| |#2| (-361 |#1|)) ELT)) (-1708 (((-584 (-1180 |#1|))) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-2438 (($ $ $ $) NIL T ELT)) (-1721 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2547 (($ (-631 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT)) (-2436 (($ $ $) NIL T ELT)) (-1722 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1720 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1716 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2662 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) 24 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 20 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-541 |#1| |#2|) (-13 (-684 |#1|) (-553 |#2|) (-10 -8 (-15 -3948 ($ |#2|)) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|) (IF (|has| |#2| (-316 |#1|)) (-6 (-316 |#1|)) |%noBranch|))) (-146) (-684 |#1|)) (T -541))
+((-3948 (*1 *1 *2) (-12 (-4 *3 (-146)) (-5 *1 (-541 *3 *2)) (-4 *2 (-684 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-101)) 6 T ELT) (((-101) $) 7 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-542) (-13 (-1014) (-430 (-101)))) (T -542))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2209 (($) 10 T CONST)) (-2231 (($) 8 T CONST)) (-2208 (($) 11 T CONST)) (-2227 (($) 9 T CONST)) (-2224 (($) 12 T CONST)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2313 (($ $ $) NIL T ELT)))
+(((-543) (-13 (-1014) (-605) (-10 -8 (-15 -2231 ($) -3954) (-15 -2227 ($) -3954) (-15 -2209 ($) -3954) (-15 -2208 ($) -3954) (-15 -2224 ($) -3954)))) (T -543))
+((-2231 (*1 *1) (-5 *1 (-543))) (-2227 (*1 *1) (-5 *1 (-543))) (-2209 (*1 *1) (-5 *1 (-543))) (-2208 (*1 *1) (-5 *1 (-543))) (-2224 (*1 *1) (-5 *1 (-543))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2220 (($) 11 T CONST)) (-2214 (($) 17 T CONST)) (-2210 (($) 21 T CONST)) (-2212 (($) 19 T CONST)) (-2217 (($) 14 T CONST)) (-2211 (($) 20 T CONST)) (-2219 (($) 12 T CONST)) (-2218 (($) 13 T CONST)) (-2213 (($) 18 T CONST)) (-2216 (($) 15 T CONST)) (-2215 (($) 16 T CONST)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (((-101) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-544) (-13 (-1014) (-553 (-101)) (-10 -8 (-15 -2220 ($) -3954) (-15 -2219 ($) -3954) (-15 -2218 ($) -3954) (-15 -2217 ($) -3954) (-15 -2216 ($) -3954) (-15 -2215 ($) -3954) (-15 -2214 ($) -3954) (-15 -2213 ($) -3954) (-15 -2212 ($) -3954) (-15 -2211 ($) -3954) (-15 -2210 ($) -3954)))) (T -544))
+((-2220 (*1 *1) (-5 *1 (-544))) (-2219 (*1 *1) (-5 *1 (-544))) (-2218 (*1 *1) (-5 *1 (-544))) (-2217 (*1 *1) (-5 *1 (-544))) (-2216 (*1 *1) (-5 *1 (-544))) (-2215 (*1 *1) (-5 *1 (-544))) (-2214 (*1 *1) (-5 *1 (-544))) (-2213 (*1 *1) (-5 *1 (-544))) (-2212 (*1 *1) (-5 *1 (-544))) (-2211 (*1 *1) (-5 *1 (-544))) (-2210 (*1 *1) (-5 *1 (-544))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2222 (($) 13 T CONST)) (-2221 (($) 14 T CONST)) (-2228 (($) 11 T CONST)) (-2231 (($) 8 T CONST)) (-2229 (($) 10 T CONST)) (-2230 (($) 9 T CONST)) (-2227 (($) 12 T CONST)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2313 (($ $ $) NIL T ELT)))
+(((-545) (-13 (-1014) (-605) (-10 -8 (-15 -2231 ($) -3954) (-15 -2230 ($) -3954) (-15 -2229 ($) -3954) (-15 -2228 ($) -3954) (-15 -2227 ($) -3954) (-15 -2222 ($) -3954) (-15 -2221 ($) -3954)))) (T -545))
+((-2231 (*1 *1) (-5 *1 (-545))) (-2230 (*1 *1) (-5 *1 (-545))) (-2229 (*1 *1) (-5 *1 (-545))) (-2228 (*1 *1) (-5 *1 (-545))) (-2227 (*1 *1) (-5 *1 (-545))) (-2222 (*1 *1) (-5 *1 (-545))) (-2221 (*1 *1) (-5 *1 (-545))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2226 (($) 13 T CONST)) (-2223 (($) 16 T CONST)) (-2228 (($) 11 T CONST)) (-2231 (($) 8 T CONST)) (-2229 (($) 10 T CONST)) (-2230 (($) 9 T CONST)) (-2225 (($) 14 T CONST)) (-2227 (($) 12 T CONST)) (-2224 (($) 15 T CONST)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2313 (($ $ $) NIL T ELT)))
+(((-546) (-13 (-1014) (-605) (-10 -8 (-15 -2231 ($) -3954) (-15 -2230 ($) -3954) (-15 -2229 ($) -3954) (-15 -2228 ($) -3954) (-15 -2227 ($) -3954) (-15 -2226 ($) -3954) (-15 -2225 ($) -3954) (-15 -2224 ($) -3954) (-15 -2223 ($) -3954)))) (T -546))
+((-2231 (*1 *1) (-5 *1 (-546))) (-2230 (*1 *1) (-5 *1 (-546))) (-2229 (*1 *1) (-5 *1 (-546))) (-2228 (*1 *1) (-5 *1 (-546))) (-2227 (*1 *1) (-5 *1 (-546))) (-2226 (*1 *1) (-5 *1 (-546))) (-2225 (*1 *1) (-5 *1 (-546))) (-2224 (*1 *1) (-5 *1 (-546))) (-2223 (*1 *1) (-5 *1 (-546))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 19 T ELT) (($ (-542)) 12 T ELT) (((-542) $) 11 T ELT) (($ (-101)) NIL T ELT) (((-101) $) 14 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-547) (-13 (-1014) (-430 (-542)) (-430 (-101)))) (T -547))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-1698 (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) 40 T ELT)) (-3601 (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL T ELT) (($) NIL T ELT)) (-2199 (((-1186) $ (-1074) (-1074)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ (-1074) |#1|) 50 (|has| $ (-1036 |#1|)) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ELT)) (-2232 (((-3 |#1| #1="failed") (-1074) $) 53 T ELT)) (-3726 (($) NIL T CONST)) (-1702 (($ $ (-1074)) 25 T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72))) ELT)) (-3407 (((-3 |#1| #1#) (-1074) $) 54 T ELT) (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ELT) (($ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ELT)) (-3408 (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ELT) (($ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72))) ELT)) (-3844 (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT) (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) NIL T ELT) (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72)) ELT)) (-1699 (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) 39 T ELT)) (-1577 ((|#1| $ (-1074) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-1074)) NIL T ELT)) (-2272 (($ $) 55 T ELT)) (-1703 (($ (-338)) 23 T ELT) (($ (-338) (-1074)) 22 T ELT)) (-3544 (((-338) $) 41 T ELT)) (-2201 (((-1074) $) NIL (|has| (-1074) (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3247 (((-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72)) ELT)) (-2202 (((-1074) $) NIL (|has| (-1074) (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2233 (((-584 (-1074)) $) 46 T ELT)) (-2234 (((-85) (-1074) $) NIL T ELT)) (-1700 (((-1074) $) 42 T ELT)) (-1275 (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL T ELT)) (-3611 (($ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL T ELT)) (-2204 (((-584 (-1074)) $) NIL T ELT)) (-2205 (((-85) (-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 ((|#1| $) NIL (|has| (-1074) (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) #1#) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-2200 (($ $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1276 (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) 44 T ELT)) (-3802 ((|#1| $ (-1074) |#1|) NIL T ELT) ((|#1| $ (-1074)) 49 T ELT)) (-1467 (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL T ELT) (($) NIL T ELT)) (-1731 (((-695) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT) (((-695) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72)) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL T ELT)) (-3948 (((-773) $) 21 T ELT)) (-1701 (($ $) 26 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1277 (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3058 (((-85) $ $) 20 T ELT)) (-3959 (((-695) $) 48 T ELT)))
+(((-548 |#1|) (-13 (-314 (-338) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) (-1108 (-1074) |#1|) (-10 -8 (-15 -2272 ($ $)))) (-1014)) (T -548))
+((-2272 (*1 *1 *1) (-12 (-5 *1 (-548 *2)) (-4 *2 (-1014)))))
+((-2233 (((-584 |#2|) $) 19 T ELT)) (-2234 (((-85) |#2| $) 12 T ELT)) (-3802 ((|#3| $ |#2|) 20 T ELT) ((|#3| $ |#2| |#3|) 21 T ELT)))
+(((-549 |#1| |#2| |#3|) (-10 -7 (-15 -2233 ((-584 |#2|) |#1|)) (-15 -2234 ((-85) |#2| |#1|)) (-15 -3802 (|#3| |#1| |#2| |#3|)) (-15 -3802 (|#3| |#1| |#2|))) (-550 |#2| |#3|) (-1014) (-1014)) (T -549))
+NIL
+((-2570 (((-85) $ $) 17 (OR (|has| |#2| (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-2199 (((-1186) $ |#1| |#1|) 80 (|has| $ (-1036 |#2|)) ELT)) (-3790 ((|#2| $ |#1| |#2|) 68 (|has| $ (-1036 |#2|)) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 40 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 48 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-2232 (((-3 |#2| "failed") |#1| $) 57 T ELT)) (-3726 (($) 6 T CONST)) (-1354 (($ $) 50 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) ELT)) (-3407 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 42 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 41 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| "failed") |#1| $) 58 T ELT)) (-3408 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 49 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 47 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-1577 ((|#2| $ |#1| |#2|) 67 (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ |#1|) 69 T ELT)) (-2201 ((|#1| $) 77 (|has| |#1| (-757)) ELT)) (-2202 ((|#1| $) 76 (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 33 T ELT) (($ (-1 |#2| |#2|) $) 61 T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 25 T ELT) (($ (-1 |#2| |#2|) $) 62 T ELT)) (-3244 (((-1074) $) 20 (OR (|has| |#2| (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-2233 (((-584 |#1|) $) 59 T ELT)) (-2234 (((-85) |#1| $) 60 T ELT)) (-1275 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 34 T ELT)) (-3611 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 35 T ELT)) (-2204 (((-584 |#1|) $) 74 T ELT)) (-2205 (((-85) |#1| $) 73 T ELT)) (-3245 (((-1034) $) 19 (OR (|has| |#2| (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-3803 ((|#2| $) 78 (|has| |#1| (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) "failed") (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 46 T ELT)) (-2200 (($ $ |#2|) 79 (|has| $ (-1036 |#2|)) ELT)) (-1276 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 36 T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) 24 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 23 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 22 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 21 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) 66 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) 65 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) 64 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-249 |#2|))) 63 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#2| $) 75 (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) 72 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#2| $ |#1|) 71 T ELT) ((|#2| $ |#1| |#2|) 70 T ELT)) (-1467 (($) 44 T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 43 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 51 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 45 T ELT)) (-3948 (((-773) $) 15 (OR (|has| |#2| (-553 (-773))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773)))) ELT)) (-1266 (((-85) $ $) 18 (OR (|has| |#2| (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 37 T ELT)) (-3058 (((-85) $ $) 16 (OR (|has| |#2| (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)))
+(((-550 |#1| |#2|) (-113) (-1014) (-1014)) (T -550))
+((-2234 (*1 *2 *3 *1) (-12 (-4 *1 (-550 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-5 *2 (-85)))) (-2233 (*1 *2 *1) (-12 (-4 *1 (-550 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-5 *2 (-584 *3)))) (-3407 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-550 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1014)))) (-2232 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-550 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1014)))))
+(-13 (-183 (-2 (|:| -3862 |t#1|) (|:| |entry| |t#2|))) (-539 |t#1| |t#2|) (-1036 |t#2|) (-10 -8 (-15 -2234 ((-85) |t#1| $)) (-15 -2233 ((-584 |t#1|) $)) (-15 -3407 ((-3 |t#2| "failed") |t#1| $)) (-15 -2232 ((-3 |t#2| "failed") |t#1| $))))
+(((-34) . T) ((-76 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-72) OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-1014)) (|has| |#2| (-72))) ((-553 (-773)) OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-1014)) (|has| |#2| (-553 (-773)))) ((-124 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-554 (-474)) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ((-183 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-193 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-241 |#1| |#2|) . T) ((-243 |#1| |#2|) . T) ((-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-429 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-429 |#2|) . T) ((-539 |#1| |#2|) . T) ((-456 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ((-456 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-13) . T) ((-1014) OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ((-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-1036 |#2|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-2235 (((-3 (-1091) "failed") $) 46 T ELT)) (-1314 (((-1186) $ (-695)) 22 T ELT)) (-3421 (((-695) $) 20 T ELT)) (-3597 (((-86) $) 9 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2236 (($ (-86) (-584 |#1|) (-695)) 32 T ELT) (($ (-1091)) 33 T ELT)) (-2635 (((-85) $ (-86)) 15 T ELT) (((-85) $ (-1091)) 13 T ELT)) (-2605 (((-695) $) 17 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3974 (((-801 (-485)) $) 99 (|has| |#1| (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) 106 (|has| |#1| (-554 (-801 (-330)))) ELT) (((-474) $) 92 (|has| |#1| (-554 (-474))) ELT)) (-3948 (((-773) $) 74 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2237 (((-584 |#1|) $) 19 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 51 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 53 T ELT)))
+(((-551 |#1|) (-13 (-105) (-757) (-795 |#1|) (-10 -8 (-15 -3597 ((-86) $)) (-15 -2237 ((-584 |#1|) $)) (-15 -2605 ((-695) $)) (-15 -2236 ($ (-86) (-584 |#1|) (-695))) (-15 -2236 ($ (-1091))) (-15 -2235 ((-3 (-1091) "failed") $)) (-15 -2635 ((-85) $ (-86))) (-15 -2635 ((-85) $ (-1091))) (IF (|has| |#1| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|))) (-1014)) (T -551))
+((-3597 (*1 *2 *1) (-12 (-5 *2 (-86)) (-5 *1 (-551 *3)) (-4 *3 (-1014)))) (-2237 (*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-551 *3)) (-4 *3 (-1014)))) (-2605 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-551 *3)) (-4 *3 (-1014)))) (-2236 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-86)) (-5 *3 (-584 *5)) (-5 *4 (-695)) (-4 *5 (-1014)) (-5 *1 (-551 *5)))) (-2236 (*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-551 *3)) (-4 *3 (-1014)))) (-2235 (*1 *2 *1) (|partial| -12 (-5 *2 (-1091)) (-5 *1 (-551 *3)) (-4 *3 (-1014)))) (-2635 (*1 *2 *1 *3) (-12 (-5 *3 (-86)) (-5 *2 (-85)) (-5 *1 (-551 *4)) (-4 *4 (-1014)))) (-2635 (*1 *2 *1 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-85)) (-5 *1 (-551 *4)) (-4 *4 (-1014)))))
+((-2238 (((-551 |#2|) |#1|) 17 T ELT)) (-2239 (((-3 |#1| "failed") (-551 |#2|)) 21 T ELT)))
+(((-552 |#1| |#2|) (-10 -7 (-15 -2238 ((-551 |#2|) |#1|)) (-15 -2239 ((-3 |#1| "failed") (-551 |#2|)))) (-1014) (-1014)) (T -552))
+((-2239 (*1 *2 *3) (|partial| -12 (-5 *3 (-551 *4)) (-4 *4 (-1014)) (-4 *2 (-1014)) (-5 *1 (-552 *2 *4)))) (-2238 (*1 *2 *3) (-12 (-5 *2 (-551 *4)) (-5 *1 (-552 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
+((-3948 ((|#1| $) 6 T ELT)))
+(((-553 |#1|) (-113) (-1130)) (T -553))
+((-3948 (*1 *2 *1) (-12 (-4 *1 (-553 *2)) (-4 *2 (-1130)))))
+(-13 (-10 -8 (-15 -3948 (|t#1| $))))
+((-3974 ((|#1| $) 6 T ELT)))
+(((-554 |#1|) (-113) (-1130)) (T -554))
+((-3974 (*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-1130)))))
+(-13 (-10 -8 (-15 -3974 (|t#1| $))))
+((-2240 (((-3 (-1086 (-350 |#2|)) #1="failed") (-350 |#2|) (-350 |#2|) (-350 |#2|) (-1 (-348 |#2|) |#2|)) 15 T ELT) (((-3 (-1086 (-350 |#2|)) #1#) (-350 |#2|) (-350 |#2|) (-350 |#2|)) 16 T ELT)))
+(((-555 |#1| |#2|) (-10 -7 (-15 -2240 ((-3 (-1086 (-350 |#2|)) #1="failed") (-350 |#2|) (-350 |#2|) (-350 |#2|))) (-15 -2240 ((-3 (-1086 (-350 |#2|)) #1#) (-350 |#2|) (-350 |#2|) (-350 |#2|) (-1 (-348 |#2|) |#2|)))) (-13 (-120) (-27) (-951 (-485)) (-951 (-350 (-485)))) (-1156 |#1|)) (T -555))
+((-2240 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1156 *5)) (-4 *5 (-13 (-120) (-27) (-951 (-485)) (-951 (-350 (-485))))) (-5 *2 (-1086 (-350 *6))) (-5 *1 (-555 *5 *6)) (-5 *3 (-350 *6)))) (-2240 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-120) (-27) (-951 (-485)) (-951 (-350 (-485))))) (-4 *5 (-1156 *4)) (-5 *2 (-1086 (-350 *5))) (-5 *1 (-555 *4 *5)) (-5 *3 (-350 *5)))))
+((-3948 (($ |#1|) 6 T ELT)))
+(((-556 |#1|) (-113) (-1130)) (T -556))
+((-3948 (*1 *1 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-1130)))))
+(-13 (-10 -8 (-15 -3948 ($ |t#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) NIL T ELT)) (-2241 (($) 11 T CONST)) (-2857 (($) 13 T CONST)) (-3138 (((-695)) 36 T ELT)) (-2996 (($) NIL T ELT)) (-2563 (($ $ $) 25 T ELT)) (-2562 (($ $) 23 T ELT)) (-2011 (((-831) $) 43 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) 42 T ELT)) (-2855 (($ $ $) 26 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2856 (($) 9 T CONST)) (-2854 (($ $ $) 27 T ELT)) (-3948 (((-773) $) 34 T ELT)) (-3568 (((-85) $ (|[\|\|]| -2856)) 20 T ELT) (((-85) $ (|[\|\|]| -2241)) 22 T ELT) (((-85) $ (|[\|\|]| -2857)) 18 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2564 (($ $ $) 24 T ELT)) (-2312 (($ $ $) NIL T ELT)) (-3058 (((-85) $ $) 16 T ELT)) (-2313 (($ $ $) NIL T ELT)))
+(((-557) (-13 (-881) (-320) (-10 -8 (-15 -2241 ($) -3954) (-15 -3568 ((-85) $ (|[\|\|]| -2856))) (-15 -3568 ((-85) $ (|[\|\|]| -2241))) (-15 -3568 ((-85) $ (|[\|\|]| -2857)))))) (T -557))
+((-2241 (*1 *1) (-5 *1 (-557))) (-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2856)) (-5 *2 (-85)) (-5 *1 (-557)))) (-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2241)) (-5 *2 (-85)) (-5 *1 (-557)))) (-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2857)) (-5 *2 (-85)) (-5 *1 (-557)))))
+((-3974 (($ |#1|) 6 T ELT)))
+(((-558 |#1|) (-113) (-1130)) (T -558))
+((-3974 (*1 *1 *2) (-12 (-4 *1 (-558 *2)) (-4 *2 (-1130)))))
+(-13 (-10 -8 (-15 -3974 ($ |t#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| |#1| (-756)) ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3188 (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3000 ((|#1| $) 13 T ELT)) (-3189 (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2999 ((|#3| $) 15 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#2|) NIL T ELT)) (-3128 (((-695)) 20 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 (($ $) NIL (|has| |#1| (-756)) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) 12 T CONST)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3951 (($ $ |#3|) NIL T ELT) (($ |#1| |#3|) 11 T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 17 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
+(((-559 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-756)) (-6 (-756)) |%noBranch|) (-15 -3951 ($ $ |#3|)) (-15 -3951 ($ |#1| |#3|)) (-15 -3000 (|#1| $)) (-15 -2999 (|#3| $)))) (-38 |#2|) (-146) (|SubsetCategory| (-664) |#2|)) (T -559))
+((-3951 (*1 *1 *1 *2) (-12 (-4 *4 (-146)) (-5 *1 (-559 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-664) *4)))) (-3951 (*1 *1 *2 *3) (-12 (-4 *4 (-146)) (-5 *1 (-559 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-664) *4)))) (-3000 (*1 *2 *1) (-12 (-4 *3 (-146)) (-4 *2 (-38 *3)) (-5 *1 (-559 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-664) *3)))) (-2999 (*1 *2 *1) (-12 (-4 *4 (-146)) (-4 *2 (|SubsetCategory| (-664) *4)) (-5 *1 (-559 *3 *4 *2)) (-4 *3 (-38 *4)))))
+((-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#2|) 10 T ELT)))
+(((-560 |#1| |#2|) (-10 -7 (-15 -3948 (|#1| |#2|)) (-15 -3948 (|#1| (-485))) (-15 -3948 ((-773) |#1|))) (-561 |#2|) (-962)) (T -560))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 49 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ |#1| $) 50 T ELT)))
+(((-561 |#1|) (-113) (-962)) (T -561))
+((-3948 (*1 *1 *2) (-12 (-4 *1 (-561 *2)) (-4 *2 (-962)))))
+(-13 (-962) (-591 |t#1|) (-10 -8 (-15 -3948 ($ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-664) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2242 ((|#2| |#2| (-1091) (-1091)) 16 T ELT)))
+(((-562 |#1| |#2|) (-10 -7 (-15 -2242 (|#2| |#2| (-1091) (-1091)))) (-13 (-258) (-120) (-951 (-485)) (-581 (-485))) (-13 (-1116) (-872) (-29 |#1|))) (T -562))
+((-2242 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *1 (-562 *4 *2)) (-4 *2 (-13 (-1116) (-872) (-29 *4))))))
+((-2570 (((-85) $ $) 64 T ELT)) (-3190 (((-85) $) 58 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-2243 ((|#1| $) 55 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3753 (((-2 (|:| -1766 $) (|:| -1765 (-350 |#2|))) (-350 |#2|)) 111 (|has| |#1| (-312)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 99 T ELT) (((-3 |#2| #1#) $) 95 T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) NIL T ELT) ((|#2| $) NIL T ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) 27 T ELT)) (-3469 (((-3 $ #1#) $) 88 T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3774 (((-485) $) 22 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) 40 T ELT)) (-2895 (($ |#1| (-485)) 24 T ELT)) (-3176 ((|#1| $) 57 T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) 101 (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 116 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ #1#) $ $) 93 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-1608 (((-695) $) 115 (|has| |#1| (-312)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 114 (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|)) 75 T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-695)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1091)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#2| (-812 (-1091))) ELT)) (-3950 (((-485) $) 38 T ELT)) (-3974 (((-350 |#2|) $) 47 T ELT)) (-3948 (((-773) $) 69 T ELT) (($ (-485)) 35 T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (($ |#1|) 34 T ELT) (($ |#2|) 25 T ELT)) (-3679 ((|#1| $ (-485)) 72 T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 32 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 9 T CONST)) (-2668 (($) 14 T CONST)) (-2671 (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-695)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1091)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#2| (-812 (-1091))) ELT)) (-3058 (((-85) $ $) 21 T ELT)) (-3839 (($ $) 51 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 90 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 29 T ELT) (($ $ $) 49 T ELT)))
+(((-563 |#1| |#2|) (-13 (-184 |#2|) (-496) (-554 (-350 |#2|)) (-355 |#1|) (-951 |#2|) (-10 -8 (-15 -3939 ((-85) $)) (-15 -3950 ((-485) $)) (-15 -3774 ((-485) $)) (-15 -3961 ($ $)) (-15 -3176 (|#1| $)) (-15 -2243 (|#1| $)) (-15 -3679 (|#1| $ (-485))) (-15 -2895 ($ |#1| (-485))) (IF (|has| |#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |#1| (-312)) (PROGN (-6 (-258)) (-15 -3753 ((-2 (|:| -1766 $) (|:| -1765 (-350 |#2|))) (-350 |#2|)))) |%noBranch|))) (-496) (-1156 |#1|)) (T -563))
+((-3939 (*1 *2 *1) (-12 (-4 *3 (-496)) (-5 *2 (-85)) (-5 *1 (-563 *3 *4)) (-4 *4 (-1156 *3)))) (-3950 (*1 *2 *1) (-12 (-4 *3 (-496)) (-5 *2 (-485)) (-5 *1 (-563 *3 *4)) (-4 *4 (-1156 *3)))) (-3774 (*1 *2 *1) (-12 (-4 *3 (-496)) (-5 *2 (-485)) (-5 *1 (-563 *3 *4)) (-4 *4 (-1156 *3)))) (-3961 (*1 *1 *1) (-12 (-4 *2 (-496)) (-5 *1 (-563 *2 *3)) (-4 *3 (-1156 *2)))) (-3176 (*1 *2 *1) (-12 (-4 *2 (-496)) (-5 *1 (-563 *2 *3)) (-4 *3 (-1156 *2)))) (-2243 (*1 *2 *1) (-12 (-4 *2 (-496)) (-5 *1 (-563 *2 *3)) (-4 *3 (-1156 *2)))) (-3679 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *2 (-496)) (-5 *1 (-563 *2 *4)) (-4 *4 (-1156 *2)))) (-2895 (*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-4 *2 (-496)) (-5 *1 (-563 *2 *4)) (-4 *4 (-1156 *2)))) (-3753 (*1 *2 *3) (-12 (-4 *4 (-312)) (-4 *4 (-496)) (-4 *5 (-1156 *4)) (-5 *2 (-2 (|:| -1766 (-563 *4 *5)) (|:| -1765 (-350 *5)))) (-5 *1 (-563 *4 *5)) (-5 *3 (-350 *5)))))
+((-3684 (((-584 |#6|) (-584 |#4|) (-85)) 54 T ELT)) (-2244 ((|#6| |#6|) 48 T ELT)))
+(((-564 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2244 (|#6| |#6|)) (-15 -3684 ((-584 |#6|) (-584 |#4|) (-85)))) (-392) (-718) (-757) (-978 |#1| |#2| |#3|) (-984 |#1| |#2| |#3| |#4|) (-1021 |#1| |#2| |#3| |#4|)) (T -564))
+((-3684 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 *10)) (-5 *1 (-564 *5 *6 *7 *8 *9 *10)) (-4 *9 (-984 *5 *6 *7 *8)) (-4 *10 (-1021 *5 *6 *7 *8)))) (-2244 (*1 *2 *2) (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *1 (-564 *3 *4 *5 *6 *7 *2)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *2 (-1021 *3 *4 *5 *6)))))
+((-2245 (((-85) |#3| (-695) (-584 |#3|)) 30 T ELT)) (-2246 (((-3 (-2 (|:| |polfac| (-584 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-584 (-1086 |#3|)))) "failed") |#3| (-584 (-1086 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1783 (-584 (-2 (|:| |irr| |#4|) (|:| -2396 (-485)))))) (-584 |#3|) (-584 |#1|) (-584 |#3|)) 68 T ELT)))
+(((-565 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2245 ((-85) |#3| (-695) (-584 |#3|))) (-15 -2246 ((-3 (-2 (|:| |polfac| (-584 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-584 (-1086 |#3|)))) "failed") |#3| (-584 (-1086 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1783 (-584 (-2 (|:| |irr| |#4|) (|:| -2396 (-485)))))) (-584 |#3|) (-584 |#1|) (-584 |#3|)))) (-757) (-718) (-258) (-862 |#3| |#2| |#1|)) (T -565))
+((-2246 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -1783 (-584 (-2 (|:| |irr| *10) (|:| -2396 (-485))))))) (-5 *6 (-584 *3)) (-5 *7 (-584 *8)) (-4 *8 (-757)) (-4 *3 (-258)) (-4 *10 (-862 *3 *9 *8)) (-4 *9 (-718)) (-5 *2 (-2 (|:| |polfac| (-584 *10)) (|:| |correct| *3) (|:| |corrfact| (-584 (-1086 *3))))) (-5 *1 (-565 *8 *9 *3 *10)) (-5 *4 (-584 (-1086 *3))))) (-2245 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-695)) (-5 *5 (-584 *3)) (-4 *3 (-258)) (-4 *6 (-757)) (-4 *7 (-718)) (-5 *2 (-85)) (-5 *1 (-565 *6 *7 *3 *8)) (-4 *8 (-862 *3 *7 *6)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3530 (((-1050) $) 12 T ELT)) (-3531 (((-1050) $) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 18 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-566) (-13 (-996) (-10 -8 (-15 -3531 ((-1050) $)) (-15 -3530 ((-1050) $))))) (T -566))
+((-3531 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-566)))) (-3530 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-566)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3936 (((-584 |#1|) $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ "failed") $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3938 (($ $) 77 T ELT)) (-3944 (((-607 |#1| |#2|) $) 60 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 81 T ELT)) (-2247 (((-584 (-249 |#2|)) $ $) 42 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3945 (($ (-607 |#1| |#2|)) 56 T ELT)) (-3011 (($ $ $) NIL T ELT)) (-2437 (($ $ $) NIL T ELT)) (-3948 (((-773) $) 66 T ELT) (((-1196 |#1| |#2|) $) NIL T ELT) (((-1201 |#1| |#2|) $) 74 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2668 (($) 61 T CONST)) (-2248 (((-584 (-2 (|:| |k| (-615 |#1|)) (|:| |c| |#2|))) $) 41 T ELT)) (-2249 (((-584 (-607 |#1| |#2|)) (-584 |#1|)) 73 T ELT)) (-2667 (((-584 (-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|))) $) 46 T ELT)) (-3058 (((-85) $ $) 62 T ELT)) (-3951 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ $ $) 52 T ELT)))
+(((-567 |#1| |#2| |#3|) (-13 (-413) (-10 -8 (-15 -3945 ($ (-607 |#1| |#2|))) (-15 -3944 ((-607 |#1| |#2|) $)) (-15 -2667 ((-584 (-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|))) $)) (-15 -3948 ((-1196 |#1| |#2|) $)) (-15 -3948 ((-1201 |#1| |#2|) $)) (-15 -3938 ($ $)) (-15 -3936 ((-584 |#1|) $)) (-15 -2249 ((-584 (-607 |#1| |#2|)) (-584 |#1|))) (-15 -2248 ((-584 (-2 (|:| |k| (-615 |#1|)) (|:| |c| |#2|))) $)) (-15 -2247 ((-584 (-249 |#2|)) $ $)))) (-757) (-13 (-146) (-655 (-350 (-485)))) (-831)) (T -567))
+((-3945 (*1 *1 *2) (-12 (-5 *2 (-607 *3 *4)) (-4 *3 (-757)) (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-5 *1 (-567 *3 *4 *5)) (-14 *5 (-831)))) (-3944 (*1 *2 *1) (-12 (-5 *2 (-607 *3 *4)) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757)) (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831)))) (-2667 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| |k| (-804 *3)) (|:| |c| *4)))) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757)) (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-1196 *3 *4)) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757)) (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-1201 *3 *4)) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757)) (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831)))) (-3938 (*1 *1 *1) (-12 (-5 *1 (-567 *2 *3 *4)) (-4 *2 (-757)) (-4 *3 (-13 (-146) (-655 (-350 (-485))))) (-14 *4 (-831)))) (-3936 (*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757)) (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831)))) (-2249 (*1 *2 *3) (-12 (-5 *3 (-584 *4)) (-4 *4 (-757)) (-5 *2 (-584 (-607 *4 *5))) (-5 *1 (-567 *4 *5 *6)) (-4 *5 (-13 (-146) (-655 (-350 (-485))))) (-14 *6 (-831)))) (-2248 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| |k| (-615 *3)) (|:| |c| *4)))) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757)) (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831)))) (-2247 (*1 *2 *1 *1) (-12 (-5 *2 (-584 (-249 *4))) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757)) (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831)))))
+((-3684 (((-584 (-1061 |#1| (-470 (-774 |#2|)) (-774 |#2|) (-704 |#1| (-774 |#2|)))) (-584 (-704 |#1| (-774 |#2|))) (-85)) 103 T ELT) (((-584 (-959 |#1| |#2|)) (-584 (-704 |#1| (-774 |#2|))) (-85)) 77 T ELT)) (-2250 (((-85) (-584 (-704 |#1| (-774 |#2|)))) 26 T ELT)) (-2254 (((-584 (-1061 |#1| (-470 (-774 |#2|)) (-774 |#2|) (-704 |#1| (-774 |#2|)))) (-584 (-704 |#1| (-774 |#2|))) (-85)) 102 T ELT)) (-2253 (((-584 (-959 |#1| |#2|)) (-584 (-704 |#1| (-774 |#2|))) (-85)) 76 T ELT)) (-2252 (((-584 (-704 |#1| (-774 |#2|))) (-584 (-704 |#1| (-774 |#2|)))) 30 T ELT)) (-2251 (((-3 (-584 (-704 |#1| (-774 |#2|))) "failed") (-584 (-704 |#1| (-774 |#2|)))) 29 T ELT)))
+(((-568 |#1| |#2|) (-10 -7 (-15 -2250 ((-85) (-584 (-704 |#1| (-774 |#2|))))) (-15 -2251 ((-3 (-584 (-704 |#1| (-774 |#2|))) "failed") (-584 (-704 |#1| (-774 |#2|))))) (-15 -2252 ((-584 (-704 |#1| (-774 |#2|))) (-584 (-704 |#1| (-774 |#2|))))) (-15 -2253 ((-584 (-959 |#1| |#2|)) (-584 (-704 |#1| (-774 |#2|))) (-85))) (-15 -2254 ((-584 (-1061 |#1| (-470 (-774 |#2|)) (-774 |#2|) (-704 |#1| (-774 |#2|)))) (-584 (-704 |#1| (-774 |#2|))) (-85))) (-15 -3684 ((-584 (-959 |#1| |#2|)) (-584 (-704 |#1| (-774 |#2|))) (-85))) (-15 -3684 ((-584 (-1061 |#1| (-470 (-774 |#2|)) (-774 |#2|) (-704 |#1| (-774 |#2|)))) (-584 (-704 |#1| (-774 |#2|))) (-85)))) (-392) (-584 (-1091))) (T -568))
+((-3684 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-704 *5 (-774 *6)))) (-5 *4 (-85)) (-4 *5 (-392)) (-14 *6 (-584 (-1091))) (-5 *2 (-584 (-1061 *5 (-470 (-774 *6)) (-774 *6) (-704 *5 (-774 *6))))) (-5 *1 (-568 *5 *6)))) (-3684 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-704 *5 (-774 *6)))) (-5 *4 (-85)) (-4 *5 (-392)) (-14 *6 (-584 (-1091))) (-5 *2 (-584 (-959 *5 *6))) (-5 *1 (-568 *5 *6)))) (-2254 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-704 *5 (-774 *6)))) (-5 *4 (-85)) (-4 *5 (-392)) (-14 *6 (-584 (-1091))) (-5 *2 (-584 (-1061 *5 (-470 (-774 *6)) (-774 *6) (-704 *5 (-774 *6))))) (-5 *1 (-568 *5 *6)))) (-2253 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-704 *5 (-774 *6)))) (-5 *4 (-85)) (-4 *5 (-392)) (-14 *6 (-584 (-1091))) (-5 *2 (-584 (-959 *5 *6))) (-5 *1 (-568 *5 *6)))) (-2252 (*1 *2 *2) (-12 (-5 *2 (-584 (-704 *3 (-774 *4)))) (-4 *3 (-392)) (-14 *4 (-584 (-1091))) (-5 *1 (-568 *3 *4)))) (-2251 (*1 *2 *2) (|partial| -12 (-5 *2 (-584 (-704 *3 (-774 *4)))) (-4 *3 (-392)) (-14 *4 (-584 (-1091))) (-5 *1 (-568 *3 *4)))) (-2250 (*1 *2 *3) (-12 (-5 *3 (-584 (-704 *4 (-774 *5)))) (-4 *4 (-392)) (-14 *5 (-584 (-1091))) (-5 *2 (-85)) (-5 *1 (-568 *4 *5)))))
+((-3597 (((-86) (-86)) 88 T ELT)) (-2258 ((|#2| |#2|) 28 T ELT)) (-2834 ((|#2| |#2| (-1005 |#2|)) 84 T ELT) ((|#2| |#2| (-1091)) 50 T ELT)) (-2256 ((|#2| |#2|) 27 T ELT)) (-2257 ((|#2| |#2|) 29 T ELT)) (-2255 (((-85) (-86)) 33 T ELT)) (-2260 ((|#2| |#2|) 24 T ELT)) (-2261 ((|#2| |#2|) 26 T ELT)) (-2259 ((|#2| |#2|) 25 T ELT)))
+(((-569 |#1| |#2|) (-10 -7 (-15 -2255 ((-85) (-86))) (-15 -3597 ((-86) (-86))) (-15 -2261 (|#2| |#2|)) (-15 -2260 (|#2| |#2|)) (-15 -2259 (|#2| |#2|)) (-15 -2258 (|#2| |#2|)) (-15 -2256 (|#2| |#2|)) (-15 -2257 (|#2| |#2|)) (-15 -2834 (|#2| |#2| (-1091))) (-15 -2834 (|#2| |#2| (-1005 |#2|)))) (-496) (-13 (-364 |#1|) (-916) (-1116))) (T -569))
+((-2834 (*1 *2 *2 *3) (-12 (-5 *3 (-1005 *2)) (-4 *2 (-13 (-364 *4) (-916) (-1116))) (-4 *4 (-496)) (-5 *1 (-569 *4 *2)))) (-2834 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *1 (-569 *4 *2)) (-4 *2 (-13 (-364 *4) (-916) (-1116))))) (-2257 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2)) (-4 *2 (-13 (-364 *3) (-916) (-1116))))) (-2256 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2)) (-4 *2 (-13 (-364 *3) (-916) (-1116))))) (-2258 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2)) (-4 *2 (-13 (-364 *3) (-916) (-1116))))) (-2259 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2)) (-4 *2 (-13 (-364 *3) (-916) (-1116))))) (-2260 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2)) (-4 *2 (-13 (-364 *3) (-916) (-1116))))) (-2261 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2)) (-4 *2 (-13 (-364 *3) (-916) (-1116))))) (-3597 (*1 *2 *2) (-12 (-5 *2 (-86)) (-4 *3 (-496)) (-5 *1 (-569 *3 *4)) (-4 *4 (-13 (-364 *3) (-916) (-1116))))) (-2255 (*1 *2 *3) (-12 (-5 *3 (-86)) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-569 *4 *5)) (-4 *5 (-13 (-364 *4) (-916) (-1116))))))
+((-3494 (($ $) 38 T ELT)) (-3641 (($ $) 21 T ELT)) (-3492 (($ $) 37 T ELT)) (-3640 (($ $) 22 T ELT)) (-3496 (($ $) 36 T ELT)) (-3639 (($ $) 23 T ELT)) (-3629 (($) 48 T ELT)) (-3944 (($ $) 45 T ELT)) (-2258 (($ $) 17 T ELT)) (-2834 (($ $ (-1005 $)) 7 T ELT) (($ $ (-1091)) 6 T ELT)) (-3945 (($ $) 46 T ELT)) (-2256 (($ $) 15 T ELT)) (-2257 (($ $) 16 T ELT)) (-3497 (($ $) 35 T ELT)) (-3638 (($ $) 24 T ELT)) (-3495 (($ $) 34 T ELT)) (-3637 (($ $) 25 T ELT)) (-3493 (($ $) 33 T ELT)) (-3636 (($ $) 26 T ELT)) (-3500 (($ $) 44 T ELT)) (-3488 (($ $) 32 T ELT)) (-3498 (($ $) 43 T ELT)) (-3486 (($ $) 31 T ELT)) (-3502 (($ $) 42 T ELT)) (-3490 (($ $) 30 T ELT)) (-3503 (($ $) 41 T ELT)) (-3491 (($ $) 29 T ELT)) (-3501 (($ $) 40 T ELT)) (-3489 (($ $) 28 T ELT)) (-3499 (($ $) 39 T ELT)) (-3487 (($ $) 27 T ELT)) (-2260 (($ $) 19 T ELT)) (-2261 (($ $) 20 T ELT)) (-2259 (($ $) 18 T ELT)) (** (($ $ $) 47 T ELT)))
+(((-570) (-113)) (T -570))
+((-2261 (*1 *1 *1) (-4 *1 (-570))) (-2260 (*1 *1 *1) (-4 *1 (-570))) (-2259 (*1 *1 *1) (-4 *1 (-570))) (-2258 (*1 *1 *1) (-4 *1 (-570))) (-2257 (*1 *1 *1) (-4 *1 (-570))) (-2256 (*1 *1 *1) (-4 *1 (-570))))
+(-13 (-872) (-1116) (-10 -8 (-15 -2261 ($ $)) (-15 -2260 ($ $)) (-15 -2259 ($ $)) (-15 -2258 ($ $)) (-15 -2257 ($ $)) (-15 -2256 ($ $))))
+(((-35) . T) ((-66) . T) ((-239) . T) ((-433) . T) ((-872) . T) ((-1116) . T) ((-1119) . T))
+((-2271 (((-421 |#1| |#2|) (-206 |#1| |#2|)) 65 T ELT)) (-2264 (((-584 (-206 |#1| |#2|)) (-584 (-421 |#1| |#2|))) 90 T ELT)) (-2265 (((-421 |#1| |#2|) (-584 (-421 |#1| |#2|)) (-774 |#1|)) 92 T ELT) (((-421 |#1| |#2|) (-584 (-421 |#1| |#2|)) (-584 (-421 |#1| |#2|)) (-774 |#1|)) 91 T ELT)) (-2262 (((-2 (|:| |gblist| (-584 (-206 |#1| |#2|))) (|:| |gvlist| (-584 (-485)))) (-584 (-421 |#1| |#2|))) 136 T ELT)) (-2269 (((-584 (-421 |#1| |#2|)) (-774 |#1|) (-584 (-421 |#1| |#2|)) (-584 (-421 |#1| |#2|))) 105 T ELT)) (-2263 (((-2 (|:| |glbase| (-584 (-206 |#1| |#2|))) (|:| |glval| (-584 (-485)))) (-584 (-206 |#1| |#2|))) 147 T ELT)) (-2267 (((-1180 |#2|) (-421 |#1| |#2|) (-584 (-421 |#1| |#2|))) 70 T ELT)) (-2266 (((-584 (-421 |#1| |#2|)) (-584 (-421 |#1| |#2|))) 47 T ELT)) (-2270 (((-206 |#1| |#2|) (-206 |#1| |#2|) (-584 (-206 |#1| |#2|))) 61 T ELT)) (-2268 (((-206 |#1| |#2|) (-584 |#2|) (-206 |#1| |#2|) (-584 (-206 |#1| |#2|))) 113 T ELT)))
+(((-571 |#1| |#2|) (-10 -7 (-15 -2262 ((-2 (|:| |gblist| (-584 (-206 |#1| |#2|))) (|:| |gvlist| (-584 (-485)))) (-584 (-421 |#1| |#2|)))) (-15 -2263 ((-2 (|:| |glbase| (-584 (-206 |#1| |#2|))) (|:| |glval| (-584 (-485)))) (-584 (-206 |#1| |#2|)))) (-15 -2264 ((-584 (-206 |#1| |#2|)) (-584 (-421 |#1| |#2|)))) (-15 -2265 ((-421 |#1| |#2|) (-584 (-421 |#1| |#2|)) (-584 (-421 |#1| |#2|)) (-774 |#1|))) (-15 -2265 ((-421 |#1| |#2|) (-584 (-421 |#1| |#2|)) (-774 |#1|))) (-15 -2266 ((-584 (-421 |#1| |#2|)) (-584 (-421 |#1| |#2|)))) (-15 -2267 ((-1180 |#2|) (-421 |#1| |#2|) (-584 (-421 |#1| |#2|)))) (-15 -2268 ((-206 |#1| |#2|) (-584 |#2|) (-206 |#1| |#2|) (-584 (-206 |#1| |#2|)))) (-15 -2269 ((-584 (-421 |#1| |#2|)) (-774 |#1|) (-584 (-421 |#1| |#2|)) (-584 (-421 |#1| |#2|)))) (-15 -2270 ((-206 |#1| |#2|) (-206 |#1| |#2|) (-584 (-206 |#1| |#2|)))) (-15 -2271 ((-421 |#1| |#2|) (-206 |#1| |#2|)))) (-584 (-1091)) (-392)) (T -571))
+((-2271 (*1 *2 *3) (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-392)) (-5 *2 (-421 *4 *5)) (-5 *1 (-571 *4 *5)))) (-2270 (*1 *2 *2 *3) (-12 (-5 *3 (-584 (-206 *4 *5))) (-5 *2 (-206 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-392)) (-5 *1 (-571 *4 *5)))) (-2269 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-584 (-421 *4 *5))) (-5 *3 (-774 *4)) (-14 *4 (-584 (-1091))) (-4 *5 (-392)) (-5 *1 (-571 *4 *5)))) (-2268 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-584 *6)) (-5 *4 (-584 (-206 *5 *6))) (-4 *6 (-392)) (-5 *2 (-206 *5 *6)) (-14 *5 (-584 (-1091))) (-5 *1 (-571 *5 *6)))) (-2267 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-421 *5 *6))) (-5 *3 (-421 *5 *6)) (-14 *5 (-584 (-1091))) (-4 *6 (-392)) (-5 *2 (-1180 *6)) (-5 *1 (-571 *5 *6)))) (-2266 (*1 *2 *2) (-12 (-5 *2 (-584 (-421 *3 *4))) (-14 *3 (-584 (-1091))) (-4 *4 (-392)) (-5 *1 (-571 *3 *4)))) (-2265 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-421 *5 *6))) (-5 *4 (-774 *5)) (-14 *5 (-584 (-1091))) (-5 *2 (-421 *5 *6)) (-5 *1 (-571 *5 *6)) (-4 *6 (-392)))) (-2265 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-584 (-421 *5 *6))) (-5 *4 (-774 *5)) (-14 *5 (-584 (-1091))) (-5 *2 (-421 *5 *6)) (-5 *1 (-571 *5 *6)) (-4 *6 (-392)))) (-2264 (*1 *2 *3) (-12 (-5 *3 (-584 (-421 *4 *5))) (-14 *4 (-584 (-1091))) (-4 *5 (-392)) (-5 *2 (-584 (-206 *4 *5))) (-5 *1 (-571 *4 *5)))) (-2263 (*1 *2 *3) (-12 (-14 *4 (-584 (-1091))) (-4 *5 (-392)) (-5 *2 (-2 (|:| |glbase| (-584 (-206 *4 *5))) (|:| |glval| (-584 (-485))))) (-5 *1 (-571 *4 *5)) (-5 *3 (-584 (-206 *4 *5))))) (-2262 (*1 *2 *3) (-12 (-5 *3 (-584 (-421 *4 *5))) (-14 *4 (-584 (-1091))) (-4 *5 (-392)) (-5 *2 (-2 (|:| |gblist| (-584 (-206 *4 *5))) (|:| |gvlist| (-584 (-485))))) (-5 *1 (-571 *4 *5)))))
+((-2570 (((-85) $ $) NIL (OR (|has| (-51) (-72)) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-72))) ELT)) (-3601 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) NIL T ELT)) (-2199 (((-1186) $ (-1074) (-1074)) NIL (|has| $ (-1036 (-51))) ELT)) (-3790 (((-51) $ (-1074) (-51)) NIL (|has| $ (-1036 (-51))) ELT) (((-51) $ (-1091) (-51)) 16 T ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) ELT)) (-2232 (((-3 (-51) #1="failed") (-1074) $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-72))) ELT)) (-3407 (($ (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) ELT) (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) ELT) (((-3 (-51) #1#) (-1074) $) NIL T ELT)) (-3408 (($ (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) ELT)) (-3844 (((-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $ (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-72)) ELT) (((-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $ (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) NIL T ELT) (((-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL T ELT)) (-1577 (((-51) $ (-1074) (-51)) NIL (|has| $ (-1036 (-51))) ELT)) (-3114 (((-51) $ (-1074)) NIL T ELT)) (-2272 (($ $) NIL T ELT)) (-2201 (((-1074) $) NIL (|has| (-1074) (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL T ELT)) (-3247 (((-85) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) $) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-72)) ELT)) (-2202 (((-1074) $) NIL (|has| (-1074) (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51)) $) NIL T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51)) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL T ELT) (($ (-1 (-51) (-51) (-51)) $ $) NIL T ELT)) (-2273 (($ (-338)) 8 T ELT)) (-3244 (((-1074) $) NIL (OR (|has| (-51) (-1014)) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1014))) ELT)) (-2233 (((-584 (-1074)) $) NIL T ELT)) (-2234 (((-85) (-1074) $) NIL T ELT)) (-1275 (((-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) $) NIL T ELT)) (-3611 (($ (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) $) NIL T ELT)) (-2204 (((-584 (-1074)) $) NIL T ELT)) (-2205 (((-85) (-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL (OR (|has| (-51) (-1014)) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1014))) ELT)) (-3803 (((-51) $) NIL (|has| (-1074) (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) #1#) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL T ELT)) (-2200 (($ $ (-51)) NIL (|has| $ (-1036 (-51))) ELT)) (-1276 (((-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1014))) ELT) (($ $ (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1014))) ELT) (($ $ (-584 (-51)) (-584 (-51))) NIL (-12 (|has| (-51) (-260 (-51))) (|has| (-51) (-1014))) ELT) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-260 (-51))) (|has| (-51) (-1014))) ELT) (($ $ (-249 (-51))) NIL (-12 (|has| (-51) (-260 (-51))) (|has| (-51) (-1014))) ELT) (($ $ (-584 (-249 (-51)))) NIL (-12 (|has| (-51) (-260 (-51))) (|has| (-51) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1014))) ELT) (($ $ (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) (-51) $) NIL (-12 (|has| $ (-318 (-51))) (|has| (-51) (-72))) ELT)) (-2206 (((-584 (-51)) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 (((-51) $ (-1074)) NIL T ELT) (((-51) $ (-1074) (-51)) NIL T ELT) (((-51) $ (-1091)) 14 T ELT)) (-1467 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) NIL T ELT)) (-1731 (((-695) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) $) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) NIL T ELT)) (-3948 (((-773) $) NIL (OR (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-553 (-773))) (|has| (-51) (-553 (-773)))) ELT)) (-1266 (((-85) $ $) NIL (OR (|has| (-51) (-72)) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))))) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| (-51)))) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (OR (|has| (-51) (-72)) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| (-51))) (-72))) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-572) (-13 (-1108 (-1074) (-51)) (-241 (-1091) (-51)) (-10 -8 (-15 -2273 ($ (-338))) (-15 -2272 ($ $)) (-15 -3790 ((-51) $ (-1091) (-51)))))) (T -572))
+((-2273 (*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-572)))) (-2272 (*1 *1 *1) (-5 *1 (-572))) (-3790 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1091)) (-5 *1 (-572)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1776 (((-3 $ #1="failed")) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1313 (((-3 $ #1#) $ $) NIL T ELT)) (-3225 (((-1180 (-631 |#1|))) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1180 (-631 |#1|)) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1730 (((-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1704 (((-3 $ #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1792 (((-631 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-631 |#1|) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1728 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1790 (((-631 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-631 |#1|) $ (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2405 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1904 (((-1086 (-858 |#1|))) NIL (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-312))) ELT)) (-2408 (($ $ (-831)) NIL T ELT)) (-1726 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1706 (((-1086 |#1|) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1794 ((|#1|) NIL (|has| |#2| (-361 |#1|)) ELT) ((|#1| (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1724 (((-1086 |#1|) $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1718 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1796 (($ (-1180 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (($ (-1180 |#1|) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3469 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-3110 (((-831)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1715 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2435 (($ $ (-831)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-1711 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1709 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1713 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1911 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1705 (((-3 $ #1#)) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1793 (((-631 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-631 |#1|) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1729 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1791 (((-631 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-631 |#1|) $ (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2406 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1908 (((-1086 (-858 |#1|))) NIL (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-312))) ELT)) (-2407 (($ $ (-831)) NIL T ELT)) (-1727 ((|#1| $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1707 (((-1086 |#1|) $) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-1795 ((|#1|) NIL (|has| |#2| (-361 |#1|)) ELT) ((|#1| (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1725 (((-1086 |#1|) $) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1719 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1710 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1712 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1714 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1717 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3802 ((|#1| $ (-485)) NIL (|has| |#2| (-361 |#1|)) ELT)) (-3226 (((-631 |#1|) (-1180 $)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1180 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT) (((-631 |#1|) (-1180 $) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT) (((-1180 |#1|) $ (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3974 (($ (-1180 |#1|)) NIL (|has| |#2| (-361 |#1|)) ELT) (((-1180 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT)) (-1896 (((-584 (-858 |#1|))) NIL (|has| |#2| (-361 |#1|)) ELT) (((-584 (-858 |#1|)) (-1180 $)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2437 (($ $ $) NIL T ELT)) (-1723 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-3948 (((-773) $) NIL T ELT) ((|#2| $) 11 T ELT) (($ |#2|) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL (|has| |#2| (-361 |#1|)) ELT)) (-1708 (((-584 (-1180 |#1|))) NIL (OR (-12 (|has| |#2| (-316 |#1|)) (|has| |#1| (-496))) (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-496)))) ELT)) (-2438 (($ $ $ $) NIL T ELT)) (-1721 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2547 (($ (-631 |#1|) $) NIL (|has| |#2| (-361 |#1|)) ELT)) (-2436 (($ $ $) NIL T ELT)) (-1722 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1720 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-1716 (((-85)) NIL (|has| |#2| (-316 |#1|)) ELT)) (-2662 (($) 18 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) 19 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 10 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-573 |#1| |#2|) (-13 (-684 |#1|) (-553 |#2|) (-10 -8 (-15 -3948 ($ |#2|)) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|) (IF (|has| |#2| (-316 |#1|)) (-6 (-316 |#1|)) |%noBranch|))) (-146) (-684 |#1|)) (T -573))
+((-3948 (*1 *1 *2) (-12 (-4 *3 (-146)) (-5 *1 (-573 *3 *2)) (-4 *2 (-684 *3)))))
+((-3951 (($ $ |#2|) 10 T ELT)))
+(((-574 |#1| |#2|) (-10 -7 (-15 -3951 (|#1| |#1| |#2|))) (-575 |#2|) (-146)) (T -574))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3532 (($ $ $) 40 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 39 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
+(((-575 |#1|) (-113) (-146)) (T -575))
+((-3532 (*1 *1 *1 *1) (-12 (-4 *1 (-575 *2)) (-4 *2 (-146)))) (-3951 (*1 *1 *1 *2) (-12 (-4 *1 (-575 *2)) (-4 *2 (-146)) (-4 *2 (-312)))))
+(-13 (-655 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -3532 ($ $ $)) (IF (|has| |t#1| (-312)) (-15 -3951 ($ $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-583 |#1|) . T) ((-655 |#1|) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2275 (((-3 (-751 |#2|) #1="failed") |#2| (-249 |#2|) (-1074)) 105 T ELT) (((-3 (-751 |#2|) (-2 (|:| |leftHandLimit| (-3 (-751 |#2|) #1#)) (|:| |rightHandLimit| (-3 (-751 |#2|) #1#))) #1#) |#2| (-249 (-751 |#2|))) 130 T ELT)) (-2274 (((-3 (-744 |#2|) #1#) |#2| (-249 (-744 |#2|))) 135 T ELT)))
+(((-576 |#1| |#2|) (-10 -7 (-15 -2275 ((-3 (-751 |#2|) (-2 (|:| |leftHandLimit| (-3 (-751 |#2|) #1="failed")) (|:| |rightHandLimit| (-3 (-751 |#2|) #1#))) #1#) |#2| (-249 (-751 |#2|)))) (-15 -2274 ((-3 (-744 |#2|) #1#) |#2| (-249 (-744 |#2|)))) (-15 -2275 ((-3 (-751 |#2|) #1#) |#2| (-249 |#2|) (-1074)))) (-13 (-392) (-951 (-485)) (-581 (-485))) (-13 (-27) (-1116) (-364 |#1|))) (T -576))
+((-2275 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-249 *3)) (-5 *5 (-1074)) (-4 *3 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-751 *3)) (-5 *1 (-576 *6 *3)))) (-2274 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-249 (-744 *3))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-744 *3)) (-5 *1 (-576 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))) (-2275 (*1 *2 *3 *4) (-12 (-5 *4 (-249 (-751 *3))) (-4 *3 (-13 (-27) (-1116) (-364 *5))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-3 (-751 *3) (-2 (|:| |leftHandLimit| (-3 (-751 *3) #1="failed")) (|:| |rightHandLimit| (-3 (-751 *3) #1#))) "failed")) (-5 *1 (-576 *5 *3)))))
+((-2275 (((-3 (-751 (-350 (-858 |#1|))) #1="failed") (-350 (-858 |#1|)) (-249 (-350 (-858 |#1|))) (-1074)) 86 T ELT) (((-3 (-751 (-350 (-858 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-751 (-350 (-858 |#1|))) #1#)) (|:| |rightHandLimit| (-3 (-751 (-350 (-858 |#1|))) #1#))) #1#) (-350 (-858 |#1|)) (-249 (-350 (-858 |#1|)))) 20 T ELT) (((-3 (-751 (-350 (-858 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-751 (-350 (-858 |#1|))) #1#)) (|:| |rightHandLimit| (-3 (-751 (-350 (-858 |#1|))) #1#))) #1#) (-350 (-858 |#1|)) (-249 (-751 (-858 |#1|)))) 35 T ELT)) (-2274 (((-744 (-350 (-858 |#1|))) (-350 (-858 |#1|)) (-249 (-350 (-858 |#1|)))) 23 T ELT) (((-744 (-350 (-858 |#1|))) (-350 (-858 |#1|)) (-249 (-744 (-858 |#1|)))) 43 T ELT)))
+(((-577 |#1|) (-10 -7 (-15 -2275 ((-3 (-751 (-350 (-858 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-751 (-350 (-858 |#1|))) #1="failed")) (|:| |rightHandLimit| (-3 (-751 (-350 (-858 |#1|))) #1#))) #1#) (-350 (-858 |#1|)) (-249 (-751 (-858 |#1|))))) (-15 -2275 ((-3 (-751 (-350 (-858 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-751 (-350 (-858 |#1|))) #1#)) (|:| |rightHandLimit| (-3 (-751 (-350 (-858 |#1|))) #1#))) #1#) (-350 (-858 |#1|)) (-249 (-350 (-858 |#1|))))) (-15 -2274 ((-744 (-350 (-858 |#1|))) (-350 (-858 |#1|)) (-249 (-744 (-858 |#1|))))) (-15 -2274 ((-744 (-350 (-858 |#1|))) (-350 (-858 |#1|)) (-249 (-350 (-858 |#1|))))) (-15 -2275 ((-3 (-751 (-350 (-858 |#1|))) #1#) (-350 (-858 |#1|)) (-249 (-350 (-858 |#1|))) (-1074)))) (-392)) (T -577))
+((-2275 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-249 (-350 (-858 *6)))) (-5 *5 (-1074)) (-5 *3 (-350 (-858 *6))) (-4 *6 (-392)) (-5 *2 (-751 *3)) (-5 *1 (-577 *6)))) (-2274 (*1 *2 *3 *4) (-12 (-5 *4 (-249 (-350 (-858 *5)))) (-5 *3 (-350 (-858 *5))) (-4 *5 (-392)) (-5 *2 (-744 *3)) (-5 *1 (-577 *5)))) (-2274 (*1 *2 *3 *4) (-12 (-5 *4 (-249 (-744 (-858 *5)))) (-4 *5 (-392)) (-5 *2 (-744 (-350 (-858 *5)))) (-5 *1 (-577 *5)) (-5 *3 (-350 (-858 *5))))) (-2275 (*1 *2 *3 *4) (-12 (-5 *4 (-249 (-350 (-858 *5)))) (-5 *3 (-350 (-858 *5))) (-4 *5 (-392)) (-5 *2 (-3 (-751 *3) (-2 (|:| |leftHandLimit| (-3 (-751 *3) #1="failed")) (|:| |rightHandLimit| (-3 (-751 *3) #1#))) #2="failed")) (-5 *1 (-577 *5)))) (-2275 (*1 *2 *3 *4) (-12 (-5 *4 (-249 (-751 (-858 *5)))) (-4 *5 (-392)) (-5 *2 (-3 (-751 (-350 (-858 *5))) (-2 (|:| |leftHandLimit| (-3 (-751 (-350 (-858 *5))) #1#)) (|:| |rightHandLimit| (-3 (-751 (-350 (-858 *5))) #1#))) #2#)) (-5 *1 (-577 *5)) (-5 *3 (-350 (-858 *5))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) 11 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2853 (($ (-168 |#1|)) 12 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-774 |#1|)) 7 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)))
+(((-578 |#1|) (-13 (-753) (-556 (-774 |#1|)) (-10 -8 (-15 -2853 ($ (-168 |#1|))))) (-584 (-1091))) (T -578))
+((-2853 (*1 *1 *2) (-12 (-5 *2 (-168 *3)) (-14 *3 (-584 (-1091))) (-5 *1 (-578 *3)))))
+((-2278 (((-3 (-1180 (-350 |#1|)) #1="failed") (-1180 |#2|) |#2|) 64 (-2562 (|has| |#1| (-312))) ELT) (((-3 (-1180 |#1|) #1#) (-1180 |#2|) |#2|) 49 (|has| |#1| (-312)) ELT)) (-2276 (((-85) (-1180 |#2|)) 33 T ELT)) (-2277 (((-3 (-1180 |#1|) #1#) (-1180 |#2|)) 40 T ELT)))
+(((-579 |#1| |#2|) (-10 -7 (-15 -2276 ((-85) (-1180 |#2|))) (-15 -2277 ((-3 (-1180 |#1|) #1="failed") (-1180 |#2|))) (IF (|has| |#1| (-312)) (-15 -2278 ((-3 (-1180 |#1|) #1#) (-1180 |#2|) |#2|)) (-15 -2278 ((-3 (-1180 (-350 |#1|)) #1#) (-1180 |#2|) |#2|)))) (-496) (-13 (-962) (-581 |#1|))) (T -579))
+((-2278 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1180 *4)) (-4 *4 (-13 (-962) (-581 *5))) (-2562 (-4 *5 (-312))) (-4 *5 (-496)) (-5 *2 (-1180 (-350 *5))) (-5 *1 (-579 *5 *4)))) (-2278 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1180 *4)) (-4 *4 (-13 (-962) (-581 *5))) (-4 *5 (-312)) (-4 *5 (-496)) (-5 *2 (-1180 *5)) (-5 *1 (-579 *5 *4)))) (-2277 (*1 *2 *3) (|partial| -12 (-5 *3 (-1180 *5)) (-4 *5 (-13 (-962) (-581 *4))) (-4 *4 (-496)) (-5 *2 (-1180 *4)) (-5 *1 (-579 *4 *5)))) (-2276 (*1 *2 *3) (-12 (-5 *3 (-1180 *5)) (-4 *5 (-13 (-962) (-581 *4))) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-579 *4 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3776 (((-584 (-454 |#1| (-578 |#2|))) $) NIL T ELT)) (-1313 (((-3 $ "failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2895 (($ |#1| (-578 |#2|)) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2279 (($ (-584 |#1|)) 25 T ELT)) (-1984 (((-578 |#2|) $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3913 (((-107)) 16 T ELT)) (-3226 (((-1180 |#1|) $) 44 T ELT)) (-3974 (($ (-584 (-454 |#1| (-578 |#2|)))) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-578 |#2|)) 11 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 20 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 17 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-580 |#1| |#2|) (-13 (-1188 |#1|) (-556 (-578 |#2|)) (-450 |#1| (-578 |#2|)) (-10 -8 (-15 -2279 ($ (-584 |#1|))) (-15 -3226 ((-1180 |#1|) $)))) (-312) (-584 (-1091))) (T -580))
+((-2279 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-312)) (-5 *1 (-580 *3 *4)) (-14 *4 (-584 (-1091))))) (-3226 (*1 *2 *1) (-12 (-5 *2 (-1180 *3)) (-5 *1 (-580 *3 *4)) (-4 *3 (-312)) (-14 *4 (-584 (-1091))))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-2280 (((-631 |#1|) (-631 $)) 36 T ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 35 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2281 (((-631 |#1|) (-1180 $)) 38 T ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 37 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT)))
+(((-581 |#1|) (-113) (-962)) (T -581))
+((-2281 (*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-581 *4)) (-4 *4 (-962)) (-5 *2 (-631 *4)))) (-2281 (*1 *2 *3 *1) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-581 *4)) (-4 *4 (-962)) (-5 *2 (-2 (|:| |mat| (-631 *4)) (|:| |vec| (-1180 *4)))))) (-2280 (*1 *2 *3) (-12 (-5 *3 (-631 *1)) (-4 *1 (-581 *4)) (-4 *4 (-962)) (-5 *2 (-631 *4)))) (-2280 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *1)) (-5 *4 (-1180 *1)) (-4 *1 (-581 *5)) (-4 *5 (-962)) (-5 *2 (-2 (|:| |mat| (-631 *5)) (|:| |vec| (-1180 *5)))))))
+(-13 (-591 |t#1|) (-10 -8 (-15 -2281 ((-631 |t#1|) (-1180 $))) (-15 -2281 ((-2 (|:| |mat| (-631 |t#1|)) (|:| |vec| (-1180 |t#1|))) (-1180 $) $)) (-15 -2280 ((-631 |t#1|) (-631 $))) (-15 -2280 ((-2 (|:| |mat| (-631 |t#1|)) (|:| |vec| (-1180 |t#1|))) (-631 $) (-1180 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ "failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-1215 (((-85) $ $) NIL T ELT)) (-2282 (($ (-584 |#1|)) 23 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 ((|#1| $ (-580 |#1| |#2|)) 46 T ELT)) (-3913 (((-107)) 13 T ELT)) (-3226 (((-1180 |#1|) $) 42 T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 18 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 14 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-582 |#1| |#2|) (-13 (-1188 |#1|) (-241 (-580 |#1| |#2|) |#1|) (-10 -8 (-15 -2282 ($ (-584 |#1|))) (-15 -3226 ((-1180 |#1|) $)))) (-312) (-584 (-1091))) (T -582))
+((-2282 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-312)) (-5 *1 (-582 *3 *4)) (-14 *4 (-584 (-1091))))) (-3226 (*1 *2 *1) (-12 (-5 *2 (-1180 *3)) (-5 *1 (-582 *3 *4)) (-4 *3 (-312)) (-14 *4 (-584 (-1091))))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (* (($ |#1| $) 17 T ELT) (($ $ |#1|) 20 T ELT)))
+(((-583 |#1|) (-113) (-1026)) (T -583))
+NIL
+(-13 (-589 |t#1|) (-964 |t#1|))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 |#1|) . T) ((-964 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) NIL T ELT)) (-3797 ((|#1| $) NIL T ELT)) (-3799 (($ $) NIL T ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3787 (($ $ (-485)) 68 (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) $) NIL (|has| |#1| (-757)) ELT) (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT)) (-1734 (($ $) NIL (-12 (|has| $ (-1036 |#1|)) (|has| |#1| (-757))) ELT) (($ (-1 (-85) |#1| |#1|) $) 65 (|has| $ (-1036 |#1|)) ELT)) (-2911 (($ $) NIL (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $) NIL T ELT)) (-3444 (((-85) $ (-695)) NIL T ELT)) (-3027 ((|#1| $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3789 (($ $ $) 26 (|has| $ (-1036 |#1|)) ELT)) (-3788 ((|#1| $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3791 ((|#1| $ |#1|) 24 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #2="first" |#1|) 25 (|has| $ (-1036 |#1|)) ELT) (($ $ #3="rest" $) 27 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #4="last" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) NIL (|has| $ (-1036 |#1|)) ELT)) (-2285 (($ $ $) 74 (|has| |#1| (-1014)) ELT)) (-2284 (($ $ $) 75 (|has| |#1| (-1014)) ELT)) (-2283 (($ $ $) 79 (|has| |#1| (-1014)) ELT)) (-1571 (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3798 ((|#1| $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) 31 (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) 32 T ELT)) (-3801 (($ $) 21 T ELT) (($ $ (-695)) 35 T ELT)) (-2369 (($ $) 63 (|has| |#1| (-72)) ELT)) (-1354 (($ $) 73 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) NIL (|has| |#1| (-72)) ELT) (($ (-1 (-85) |#1|) $) NIL T ELT)) (-3408 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT) (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-1577 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) NIL T ELT)) (-3445 (((-85) $) NIL T ELT)) (-3421 (((-485) |#1| $ (-485)) NIL (|has| |#1| (-72)) ELT) (((-485) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-485) (-1 (-85) |#1|) $) NIL T ELT)) (-2287 (((-85) $) 9 T ELT)) (-3033 (((-584 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2288 (($) 7 T CONST)) (-3616 (($ (-695) |#1|) NIL T ELT)) (-3721 (((-85) $ (-695)) NIL T ELT)) (-2201 (((-485) $) 34 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) 66 T ELT)) (-3520 (($ $ $) NIL (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT)) (-2610 (((-584 |#1|) $) 30 T ELT)) (-3247 (((-85) |#1| $) 61 (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3536 (($ |#1|) NIL T ELT)) (-3718 (((-85) $ (-695)) NIL T ELT)) (-3032 (((-584 |#1|) $) NIL T ELT)) (-3529 (((-85) $) NIL T ELT)) (-3244 (((-1074) $) 59 (|has| |#1| (-1014)) ELT)) (-3800 ((|#1| $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3611 (($ $ $ (-485)) NIL T ELT) (($ |#1| $ (-485)) NIL T ELT)) (-2305 (($ $ $ (-485)) NIL T ELT) (($ |#1| $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) 16 T ELT) (($ $ (-695)) NIL T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2200 (($ $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3446 (((-85) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 15 T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) 20 T ELT)) (-3567 (($) 19 T ELT)) (-3802 ((|#1| $ #1#) NIL T ELT) ((|#1| $ #2#) 18 T ELT) (($ $ #3#) 23 T ELT) ((|#1| $ #4#) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT) ((|#1| $ (-485)) 78 T ELT) ((|#1| $ (-485) |#1|) NIL T ELT)) (-3031 (((-485) $ $) NIL T ELT)) (-1572 (($ $ (-1147 (-485))) NIL T ELT) (($ $ (-485)) NIL T ELT)) (-2306 (($ $ (-1147 (-485))) NIL T ELT) (($ $ (-485)) NIL T ELT)) (-3635 (((-85) $) NIL T ELT)) (-3794 (($ $) NIL T ELT)) (-3792 (($ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-3795 (((-695) $) NIL T ELT)) (-3796 (($ $) 40 T ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) NIL T ELT) (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) 36 T ELT)) (-3974 (((-474) $) 87 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 29 T ELT)) (-3463 (($ |#1| $) 10 T ELT)) (-3793 (($ $ $) 62 T ELT) (($ $ |#1|) NIL T ELT)) (-3804 (($ $ $) 72 T ELT) (($ |#1| $) 14 T ELT) (($ (-584 $)) NIL T ELT) (($ $ |#1|) NIL T ELT)) (-3948 (((-773) $) 51 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) NIL T ELT)) (-3030 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2286 (($ $ $) 11 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 55 (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3959 (((-695) $) 13 T ELT)))
+(((-584 |#1|) (-13 (-609 |#1|) (-10 -8 (-15 -2288 ($) -3954) (-15 -2287 ((-85) $)) (-15 -3463 ($ |#1| $)) (-15 -2286 ($ $ $)) (IF (|has| |#1| (-1014)) (PROGN (-15 -2285 ($ $ $)) (-15 -2284 ($ $ $)) (-15 -2283 ($ $ $))) |%noBranch|))) (-1130)) (T -584))
+((-2288 (*1 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1130)))) (-2287 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-584 *3)) (-4 *3 (-1130)))) (-3463 (*1 *1 *2 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1130)))) (-2286 (*1 *1 *1 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1130)))) (-2285 (*1 *1 *1 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1014)) (-4 *2 (-1130)))) (-2284 (*1 *1 *1 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1014)) (-4 *2 (-1130)))) (-2283 (*1 *1 *1 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1014)) (-4 *2 (-1130)))))
+((-3843 (((-584 |#2|) (-1 |#2| |#1| |#2|) (-584 |#1|) |#2|) 16 T ELT)) (-3844 ((|#2| (-1 |#2| |#1| |#2|) (-584 |#1|) |#2|) 18 T ELT)) (-3960 (((-584 |#2|) (-1 |#2| |#1|) (-584 |#1|)) 13 T ELT)))
+(((-585 |#1| |#2|) (-10 -7 (-15 -3843 ((-584 |#2|) (-1 |#2| |#1| |#2|) (-584 |#1|) |#2|)) (-15 -3844 (|#2| (-1 |#2| |#1| |#2|) (-584 |#1|) |#2|)) (-15 -3960 ((-584 |#2|) (-1 |#2| |#1|) (-584 |#1|)))) (-1130) (-1130)) (T -585))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-584 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-584 *6)) (-5 *1 (-585 *5 *6)))) (-3844 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-584 *5)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-585 *5 *2)))) (-3843 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-584 *6)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-5 *2 (-584 *5)) (-5 *1 (-585 *6 *5)))))
+((-3424 ((|#2| (-584 |#1|) (-584 |#2|) |#1| (-1 |#2| |#1|)) 18 T ELT) (((-1 |#2| |#1|) (-584 |#1|) (-584 |#2|) (-1 |#2| |#1|)) 19 T ELT) ((|#2| (-584 |#1|) (-584 |#2|) |#1| |#2|) 16 T ELT) (((-1 |#2| |#1|) (-584 |#1|) (-584 |#2|) |#2|) 17 T ELT) ((|#2| (-584 |#1|) (-584 |#2|) |#1|) 10 T ELT) (((-1 |#2| |#1|) (-584 |#1|) (-584 |#2|)) 12 T ELT)))
+(((-586 |#1| |#2|) (-10 -7 (-15 -3424 ((-1 |#2| |#1|) (-584 |#1|) (-584 |#2|))) (-15 -3424 (|#2| (-584 |#1|) (-584 |#2|) |#1|)) (-15 -3424 ((-1 |#2| |#1|) (-584 |#1|) (-584 |#2|) |#2|)) (-15 -3424 (|#2| (-584 |#1|) (-584 |#2|) |#1| |#2|)) (-15 -3424 ((-1 |#2| |#1|) (-584 |#1|) (-584 |#2|) (-1 |#2| |#1|))) (-15 -3424 (|#2| (-584 |#1|) (-584 |#2|) |#1| (-1 |#2| |#1|)))) (-1014) (-1130)) (T -586))
+((-3424 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-584 *5)) (-5 *4 (-584 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1014)) (-4 *2 (-1130)) (-5 *1 (-586 *5 *2)))) (-3424 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-584 *5)) (-5 *4 (-584 *6)) (-4 *5 (-1014)) (-4 *6 (-1130)) (-5 *1 (-586 *5 *6)))) (-3424 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-584 *5)) (-5 *4 (-584 *2)) (-4 *5 (-1014)) (-4 *2 (-1130)) (-5 *1 (-586 *5 *2)))) (-3424 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-584 *6)) (-5 *4 (-584 *5)) (-4 *6 (-1014)) (-4 *5 (-1130)) (-5 *2 (-1 *5 *6)) (-5 *1 (-586 *6 *5)))) (-3424 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-584 *5)) (-5 *4 (-584 *2)) (-4 *5 (-1014)) (-4 *2 (-1130)) (-5 *1 (-586 *5 *2)))) (-3424 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *5)) (-5 *4 (-584 *6)) (-4 *5 (-1014)) (-4 *6 (-1130)) (-5 *2 (-1 *6 *5)) (-5 *1 (-586 *5 *6)))))
+((-3960 (((-584 |#3|) (-1 |#3| |#1| |#2|) (-584 |#1|) (-584 |#2|)) 21 T ELT)))
+(((-587 |#1| |#2| |#3|) (-10 -7 (-15 -3960 ((-584 |#3|) (-1 |#3| |#1| |#2|) (-584 |#1|) (-584 |#2|)))) (-1130) (-1130) (-1130)) (T -587))
+((-3960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-584 *6)) (-5 *5 (-584 *7)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-584 *8)) (-5 *1 (-587 *6 *7 *8)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 11 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT) ((|#1| $) 8 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-588 |#1|) (-13 (-996) (-553 |#1|)) (-1014)) (T -588))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (* (($ |#1| $) 17 T ELT)))
+(((-589 |#1|) (-113) (-1026)) (T -589))
+((* (*1 *1 *2 *1) (-12 (-4 *1 (-589 *2)) (-4 *2 (-1026)))))
+(-13 (-1014) (-10 -8 (-15 * ($ |t#1| $))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2289 (($ |#1| |#1| $) 45 T ELT)) (-1571 (($ (-1 (-85) |#1|) $) 61 (|has| $ (-318 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-2369 (($ $) 47 T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) 58 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 60 (|has| $ (-318 |#1|)) ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-2610 (((-584 |#1|) $) 9 T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 41 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 39 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 49 T ELT)) (-3611 (($ |#1| $) 30 T ELT) (($ |#1| $ (-695)) 44 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-1276 ((|#1| $) 52 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 23 T ELT)) (-3567 (($) 29 T ELT)) (-2290 (((-85) $) 56 T ELT)) (-2368 (((-584 (-2 (|:| |entry| |#1|) (|:| -1731 (-695)))) $) 69 T ELT)) (-1467 (($) 26 T ELT) (($ (-584 |#1|)) 19 T ELT)) (-1731 (((-695) |#1| $) 65 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) 20 T ELT)) (-3974 (((-474) $) 36 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) NIL T ELT)) (-3948 (((-773) $) 14 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) 24 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) 71 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 17 T ELT)))
+(((-590 |#1|) (-13 (-635 |#1|) (-318 |#1|) (-10 -8 (-15 -2290 ((-85) $)) (-15 -2289 ($ |#1| |#1| $)))) (-1014)) (T -590))
+((-2290 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-590 *3)) (-4 *3 (-1014)))) (-2289 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-590 *2)) (-4 *2 (-1014)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT)))
+(((-591 |#1|) (-113) (-971)) (T -591))
+NIL
+(-13 (-21) (-589 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695) $) 17 T ELT)) (-2296 (($ $ |#1|) 68 T ELT)) (-2298 (($ $) 39 T ELT)) (-2299 (($ $) 37 T ELT)) (-3159 (((-3 |#1| "failed") $) 60 T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-2294 (($ |#1| |#2| $) 77 T ELT) (($ $ $) 79 T ELT)) (-3535 (((-773) $ (-1 (-773) (-773) (-773)) (-1 (-773) (-773) (-773)) (-485)) 55 T ELT)) (-2300 ((|#1| $ (-485)) 35 T ELT)) (-2301 ((|#2| $ (-485)) 34 T ELT)) (-2291 (($ (-1 |#1| |#1|) $) 41 T ELT)) (-2292 (($ (-1 |#2| |#2|) $) 46 T ELT)) (-2297 (($) 13 T ELT)) (-2303 (($ |#1| |#2|) 24 T ELT)) (-2302 (($ (-584 (-2 (|:| |gen| |#1|) (|:| -3945 |#2|)))) 25 T ELT)) (-2304 (((-584 (-2 (|:| |gen| |#1|) (|:| -3945 |#2|))) $) 14 T ELT)) (-2295 (($ |#1| $) 69 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2293 (((-85) $ $) 74 T ELT)) (-3948 (((-773) $) 21 T ELT) (($ |#1|) 18 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 27 T ELT)))
+(((-592 |#1| |#2| |#3|) (-13 (-1014) (-951 |#1|) (-10 -8 (-15 -3535 ((-773) $ (-1 (-773) (-773) (-773)) (-1 (-773) (-773) (-773)) (-485))) (-15 -2304 ((-584 (-2 (|:| |gen| |#1|) (|:| -3945 |#2|))) $)) (-15 -2303 ($ |#1| |#2|)) (-15 -2302 ($ (-584 (-2 (|:| |gen| |#1|) (|:| -3945 |#2|))))) (-15 -2301 (|#2| $ (-485))) (-15 -2300 (|#1| $ (-485))) (-15 -2299 ($ $)) (-15 -2298 ($ $)) (-15 -3138 ((-695) $)) (-15 -2297 ($)) (-15 -2296 ($ $ |#1|)) (-15 -2295 ($ |#1| $)) (-15 -2294 ($ |#1| |#2| $)) (-15 -2294 ($ $ $)) (-15 -2293 ((-85) $ $)) (-15 -2292 ($ (-1 |#2| |#2|) $)) (-15 -2291 ($ (-1 |#1| |#1|) $)))) (-1014) (-23) |#2|) (T -592))
+((-3535 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-773) (-773) (-773))) (-5 *4 (-485)) (-5 *2 (-773)) (-5 *1 (-592 *5 *6 *7)) (-4 *5 (-1014)) (-4 *6 (-23)) (-14 *7 *6))) (-2304 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| |gen| *3) (|:| -3945 *4)))) (-5 *1 (-592 *3 *4 *5)) (-4 *3 (-1014)) (-4 *4 (-23)) (-14 *5 *4))) (-2303 (*1 *1 *2 *3) (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))) (-2302 (*1 *1 *2) (-12 (-5 *2 (-584 (-2 (|:| |gen| *3) (|:| -3945 *4)))) (-4 *3 (-1014)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-592 *3 *4 *5)))) (-2301 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *2 (-23)) (-5 *1 (-592 *4 *2 *5)) (-4 *4 (-1014)) (-14 *5 *2))) (-2300 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *2 (-1014)) (-5 *1 (-592 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-2299 (*1 *1 *1) (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))) (-2298 (*1 *1 *1) (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))) (-3138 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-592 *3 *4 *5)) (-4 *3 (-1014)) (-4 *4 (-23)) (-14 *5 *4))) (-2297 (*1 *1) (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))) (-2296 (*1 *1 *1 *2) (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))) (-2295 (*1 *1 *2 *1) (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))) (-2294 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))) (-2294 (*1 *1 *1 *1) (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))) (-2293 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-592 *3 *4 *5)) (-4 *3 (-1014)) (-4 *4 (-23)) (-14 *5 *4))) (-2292 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-592 *3 *4 *5)) (-4 *3 (-1014)))) (-2291 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1014)) (-5 *1 (-592 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
+((-2202 (((-485) $) 30 T ELT)) (-2305 (($ |#2| $ (-485)) 26 T ELT) (($ $ $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) 12 T ELT)) (-2205 (((-85) (-485) $) 17 T ELT)) (-3804 (($ $ |#2|) 23 T ELT) (($ |#2| $) 24 T ELT) (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)))
+(((-593 |#1| |#2|) (-10 -7 (-15 -2305 (|#1| |#1| |#1| (-485))) (-15 -2305 (|#1| |#2| |#1| (-485))) (-15 -3804 (|#1| (-584 |#1|))) (-15 -3804 (|#1| |#1| |#1|)) (-15 -3804 (|#1| |#2| |#1|)) (-15 -3804 (|#1| |#1| |#2|)) (-15 -2202 ((-485) |#1|)) (-15 -2204 ((-584 (-485)) |#1|)) (-15 -2205 ((-85) (-485) |#1|))) (-594 |#2|) (-1130)) (T -593))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-2199 (((-1186) $ (-485) (-485)) 34 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ (-485) |#1|) 46 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) 54 (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-1354 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3408 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-1577 ((|#1| $ (-485) |#1|) 47 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 45 T ELT)) (-3616 (($ (-695) |#1|) 64 T ELT)) (-2201 (((-485) $) 37 (|has| (-485) (-757)) ELT)) (-2202 (((-485) $) 38 (|has| (-485) (-757)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-2305 (($ |#1| $ (-485)) 56 T ELT) (($ $ $ (-485)) 55 T ELT)) (-2204 (((-584 (-485)) $) 40 T ELT)) (-2205 (((-85) (-485) $) 41 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) 36 (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2200 (($ $ |#1|) 35 (|has| $ (-1036 |#1|)) ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) 42 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ (-485) |#1|) 44 T ELT) ((|#1| $ (-485)) 43 T ELT) (($ $ (-1147 (-485))) 65 T ELT)) (-2306 (($ $ (-485)) 58 T ELT) (($ $ (-1147 (-485))) 57 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 72 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 66 T ELT)) (-3804 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-584 $)) 60 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-594 |#1|) (-113) (-1130)) (T -594))
+((-3616 (*1 *1 *2 *3) (-12 (-5 *2 (-695)) (-4 *1 (-594 *3)) (-4 *3 (-1130)))) (-3804 (*1 *1 *1 *2) (-12 (-4 *1 (-594 *2)) (-4 *2 (-1130)))) (-3804 (*1 *1 *2 *1) (-12 (-4 *1 (-594 *2)) (-4 *2 (-1130)))) (-3804 (*1 *1 *1 *1) (-12 (-4 *1 (-594 *2)) (-4 *2 (-1130)))) (-3804 (*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-594 *3)) (-4 *3 (-1130)))) (-3960 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-594 *3)) (-4 *3 (-1130)))) (-2306 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-594 *3)) (-4 *3 (-1130)))) (-2306 (*1 *1 *1 *2) (-12 (-5 *2 (-1147 (-485))) (-4 *1 (-594 *3)) (-4 *3 (-1130)))) (-2305 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-594 *2)) (-4 *2 (-1130)))) (-2305 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-594 *3)) (-4 *3 (-1130)))) (-3790 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1147 (-485))) (-4 *1 (-1036 *2)) (-4 *1 (-594 *2)) (-4 *2 (-1130)))))
+(-13 (-539 (-485) |t#1|) (-124 |t#1|) (-241 (-1147 (-485)) $) (-10 -8 (-15 -3616 ($ (-695) |t#1|)) (-15 -3804 ($ $ |t#1|)) (-15 -3804 ($ |t#1| $)) (-15 -3804 ($ $ $)) (-15 -3804 ($ (-584 $))) (-15 -3960 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2306 ($ $ (-485))) (-15 -2306 ($ $ (-1147 (-485)))) (-15 -2305 ($ |t#1| $ (-485))) (-15 -2305 ($ $ $ (-485))) (IF (|has| $ (-1036 |t#1|)) (-15 -3790 (|t#1| $ (-1147 (-485)) |t#1|)) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-241 (-485) |#1|) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-539 (-485) |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 15 T ELT)) (-1313 (((-3 $ "failed") $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| |#1| (-715)) ELT)) (-3726 (($) NIL T CONST)) (-3188 (((-85) $) NIL (|has| |#1| (-715)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-3000 ((|#1| $) 23 T ELT)) (-3189 (((-85) $) NIL (|has| |#1| (-715)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-715)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-715)) ELT)) (-3244 (((-1074) $) 48 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2999 ((|#3| $) 24 T ELT)) (-3948 (((-773) $) 43 T ELT)) (-1266 (((-85) $ $) 22 T ELT)) (-3385 (($ $) NIL (|has| |#1| (-715)) ELT)) (-2662 (($) 10 T CONST)) (-2568 (((-85) $ $) NIL (|has| |#1| (-715)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-715)) ELT)) (-3058 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-715)) ELT)) (-2687 (((-85) $ $) 26 (|has| |#1| (-715)) ELT)) (-3951 (($ $ |#3|) 36 T ELT) (($ |#1| |#3|) 37 T ELT)) (-3839 (($ $) 17 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 29 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 32 T ELT) (($ |#2| $) 34 T ELT) (($ $ |#2|) NIL T ELT)))
+(((-595 |#1| |#2| |#3|) (-13 (-655 |#2|) (-10 -8 (IF (|has| |#1| (-715)) (-6 (-715)) |%noBranch|) (-15 -3951 ($ $ |#3|)) (-15 -3951 ($ |#1| |#3|)) (-15 -3000 (|#1| $)) (-15 -2999 (|#3| $)))) (-655 |#2|) (-146) (|SubsetCategory| (-664) |#2|)) (T -595))
+((-3951 (*1 *1 *1 *2) (-12 (-4 *4 (-146)) (-5 *1 (-595 *3 *4 *2)) (-4 *3 (-655 *4)) (-4 *2 (|SubsetCategory| (-664) *4)))) (-3951 (*1 *1 *2 *3) (-12 (-4 *4 (-146)) (-5 *1 (-595 *2 *4 *3)) (-4 *2 (-655 *4)) (-4 *3 (|SubsetCategory| (-664) *4)))) (-3000 (*1 *2 *1) (-12 (-4 *3 (-146)) (-4 *2 (-655 *3)) (-5 *1 (-595 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-664) *3)))) (-2999 (*1 *2 *1) (-12 (-4 *4 (-146)) (-4 *2 (|SubsetCategory| (-664) *4)) (-5 *1 (-595 *3 *4 *2)) (-4 *3 (-655 *4)))))
+((-3575 (((-3 |#2| #1="failed") |#3| |#2| (-1091) |#2| (-584 |#2|)) 174 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -2013 (-584 |#2|))) #1#) |#3| |#2| (-1091)) 44 T ELT)))
+(((-596 |#1| |#2| |#3|) (-10 -7 (-15 -3575 ((-3 (-2 (|:| |particular| |#2|) (|:| -2013 (-584 |#2|))) #1="failed") |#3| |#2| (-1091))) (-15 -3575 ((-3 |#2| #1#) |#3| |#2| (-1091) |#2| (-584 |#2|)))) (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)) (-13 (-29 |#1|) (-1116) (-872)) (-601 |#2|)) (T -596))
+((-3575 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-584 *2)) (-4 *2 (-13 (-29 *6) (-1116) (-872))) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *1 (-596 *6 *2 *3)) (-4 *3 (-601 *2)))) (-3575 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1091)) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-4 *4 (-13 (-29 *6) (-1116) (-872))) (-5 *2 (-2 (|:| |particular| *4) (|:| -2013 (-584 *4)))) (-5 *1 (-596 *6 *4 *3)) (-4 *3 (-601 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2307 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2309 (($ $ $) 28 (|has| |#1| (-312)) ELT)) (-2310 (($ $ (-695)) 31 (|has| |#1| (-312)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2538 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2540 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2536 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2535 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2537 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2551 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) NIL T ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-695)) NIL T ELT)) (-2549 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-496)) ELT)) (-2548 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-496)) ELT)) (-2822 (((-695) $) NIL T ELT)) (-2544 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2545 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2534 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2542 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2541 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2543 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT)) (-3802 ((|#1| $ |#1|) 24 T ELT)) (-2311 (($ $ $) 33 (|has| |#1| (-312)) ELT)) (-3950 (((-695) $) NIL T ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3948 (((-773) $) 20 T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (($ |#1|) NIL T ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-695)) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2547 ((|#1| $ |#1| |#1|) 23 T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2522 (($ $) NIL T ELT)) (-2662 (($) 21 T CONST)) (-2668 (($) 8 T CONST)) (-2671 (($) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-597 |#1| |#2|) (-601 |#1|) (-962) (-1 |#1| |#1|)) (T -597))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2307 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2309 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2310 (($ $ (-695)) NIL (|has| |#1| (-312)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2538 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2540 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2536 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2535 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2537 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2551 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) NIL T ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-695)) NIL T ELT)) (-2549 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-496)) ELT)) (-2548 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-496)) ELT)) (-2822 (((-695) $) NIL T ELT)) (-2544 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2545 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2534 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2542 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2541 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2543 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT)) (-3802 ((|#1| $ |#1|) NIL T ELT)) (-2311 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3950 (((-695) $) NIL T ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (($ |#1|) NIL T ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-695)) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2547 ((|#1| $ |#1| |#1|) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2522 (($ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-598 |#1|) (-601 |#1|) (-190)) (T -598))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2307 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2309 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2310 (($ $ (-695)) NIL (|has| |#1| (-312)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2538 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2540 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2536 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2535 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2537 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2551 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) NIL T ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-695)) NIL T ELT)) (-2549 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-496)) ELT)) (-2548 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-496)) ELT)) (-2822 (((-695) $) NIL T ELT)) (-2544 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2545 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2534 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2542 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2541 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2543 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT)) (-3802 ((|#1| $ |#1|) NIL T ELT) ((|#2| $ |#2|) 13 T ELT)) (-2311 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3950 (((-695) $) NIL T ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (($ |#1|) NIL T ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-695)) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2547 ((|#1| $ |#1| |#1|) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2522 (($ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-599 |#1| |#2|) (-13 (-601 |#1|) (-241 |#2| |#2|)) (-190) (-13 (-591 |#1|) (-10 -8 (-15 -3760 ($ $))))) (T -599))
+NIL
+((-2307 (($ $) 29 T ELT)) (-2522 (($ $) 27 T ELT)) (-2671 (($) 13 T ELT)))
+(((-600 |#1| |#2|) (-10 -7 (-15 -2307 (|#1| |#1|)) (-15 -2522 (|#1| |#1|)) (-15 -2671 (|#1|))) (-601 |#2|) (-962)) (T -600))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2307 (($ $) 96 (|has| |#1| (-312)) ELT)) (-2309 (($ $ $) 98 (|has| |#1| (-312)) ELT)) (-2310 (($ $ (-695)) 97 (|has| |#1| (-312)) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-2538 (($ $ $) 58 (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) 59 (|has| |#1| (-312)) ELT)) (-2540 (($ $ $) 61 (|has| |#1| (-312)) ELT)) (-2536 (($ $ $) 56 (|has| |#1| (-312)) ELT)) (-2535 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 55 (|has| |#1| (-312)) ELT)) (-2537 (((-3 $ #1="failed") $ $) 57 (|has| |#1| (-312)) ELT)) (-2551 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 60 (|has| |#1| (-312)) ELT)) (-3159 (((-3 (-485) #2="failed") $) 88 (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #2#) $) 85 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #2#) $) 82 T ELT)) (-3158 (((-485) $) 87 (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) 84 (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) 83 T ELT)) (-3961 (($ $) 77 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3505 (($ $) 68 (|has| |#1| (-392)) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2895 (($ |#1| (-695)) 75 T ELT)) (-2549 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 70 (|has| |#1| (-496)) ELT)) (-2548 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 71 (|has| |#1| (-496)) ELT)) (-2822 (((-695) $) 79 T ELT)) (-2544 (($ $ $) 65 (|has| |#1| (-312)) ELT)) (-2545 (($ $ $) 66 (|has| |#1| (-312)) ELT)) (-2534 (($ $ $) 54 (|has| |#1| (-312)) ELT)) (-2542 (($ $ $) 63 (|has| |#1| (-312)) ELT)) (-2541 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 62 (|has| |#1| (-312)) ELT)) (-2543 (((-3 $ #1#) $ $) 64 (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 67 (|has| |#1| (-312)) ELT)) (-3176 ((|#1| $) 78 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3468 (((-3 $ #1#) $ |#1|) 72 (|has| |#1| (-496)) ELT)) (-3802 ((|#1| $ |#1|) 101 T ELT)) (-2311 (($ $ $) 95 (|has| |#1| (-312)) ELT)) (-3950 (((-695) $) 80 T ELT)) (-2819 ((|#1| $) 69 (|has| |#1| (-392)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ (-350 (-485))) 86 (|has| |#1| (-951 (-350 (-485)))) ELT) (($ |#1|) 81 T ELT)) (-3819 (((-584 |#1|) $) 74 T ELT)) (-3679 ((|#1| $ (-695)) 76 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2547 ((|#1| $ |#1| |#1|) 73 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2522 (($ $) 99 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($) 100 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| $) 89 T ELT)))
+(((-601 |#1|) (-113) (-962)) (T -601))
+((-2671 (*1 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-962)))) (-2522 (*1 *1 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-962)))) (-2309 (*1 *1 *1 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2310 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-601 *3)) (-4 *3 (-962)) (-4 *3 (-312)))) (-2307 (*1 *1 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2311 (*1 *1 *1 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
+(-13 (-762 |t#1|) (-241 |t#1| |t#1|) (-10 -8 (-15 -2671 ($)) (-15 -2522 ($ $)) (IF (|has| |t#1| (-312)) (PROGN (-15 -2309 ($ $ $)) (-15 -2310 ($ $ (-695))) (-15 -2307 ($ $)) (-15 -2311 ($ $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-146)) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-556 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-241 |#1| |#1|) . T) ((-355 |#1|) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-583 |#1|) |has| |#1| (-146)) ((-655 |#1|) |has| |#1| (-146)) ((-664) . T) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-762 |#1|) . T))
+((-2308 (((-584 (-598 (-350 |#2|))) (-598 (-350 |#2|))) 86 (|has| |#1| (-27)) ELT)) (-3734 (((-584 (-598 (-350 |#2|))) (-598 (-350 |#2|))) 85 (|has| |#1| (-27)) ELT) (((-584 (-598 (-350 |#2|))) (-598 (-350 |#2|)) (-1 (-584 |#1|) |#2|)) 19 T ELT)))
+(((-602 |#1| |#2|) (-10 -7 (-15 -3734 ((-584 (-598 (-350 |#2|))) (-598 (-350 |#2|)) (-1 (-584 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3734 ((-584 (-598 (-350 |#2|))) (-598 (-350 |#2|)))) (-15 -2308 ((-584 (-598 (-350 |#2|))) (-598 (-350 |#2|))))) |%noBranch|)) (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))) (-1156 |#1|)) (T -602))
+((-2308 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-4 *5 (-1156 *4)) (-5 *2 (-584 (-598 (-350 *5)))) (-5 *1 (-602 *4 *5)) (-5 *3 (-598 (-350 *5))))) (-3734 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-4 *5 (-1156 *4)) (-5 *2 (-584 (-598 (-350 *5)))) (-5 *1 (-602 *4 *5)) (-5 *3 (-598 (-350 *5))))) (-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-584 *5) *6)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-4 *6 (-1156 *5)) (-5 *2 (-584 (-598 (-350 *6)))) (-5 *1 (-602 *5 *6)) (-5 *3 (-598 (-350 *6))))))
+((-2309 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 65 T ELT)) (-2310 ((|#2| |#2| (-695) (-1 |#1| |#1|)) 45 T ELT)) (-2311 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 67 T ELT)))
+(((-603 |#1| |#2|) (-10 -7 (-15 -2309 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -2310 (|#2| |#2| (-695) (-1 |#1| |#1|))) (-15 -2311 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-312) (-601 |#1|)) (T -603))
+((-2311 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-312)) (-5 *1 (-603 *4 *2)) (-4 *2 (-601 *4)))) (-2310 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-695)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312)) (-5 *1 (-603 *5 *2)) (-4 *2 (-601 *5)))) (-2309 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-312)) (-5 *1 (-603 *4 *2)) (-4 *2 (-601 *4)))))
+((-2312 (($ $ $) 9 T ELT)))
+(((-604 |#1|) (-10 -7 (-15 -2312 (|#1| |#1| |#1|))) (-605)) (T -604))
+NIL
+((-2314 (($ $) 8 T ELT)) (-2312 (($ $ $) 6 T ELT)) (-2313 (($ $ $) 7 T ELT)))
+(((-605) (-113)) (T -605))
+((-2314 (*1 *1 *1) (-4 *1 (-605))) (-2313 (*1 *1 *1 *1) (-4 *1 (-605))) (-2312 (*1 *1 *1 *1) (-4 *1 (-605))))
+(-13 (-1130) (-10 -8 (-15 -2314 ($ $)) (-15 -2313 ($ $ $)) (-15 -2312 ($ $ $))))
+(((-13) . T) ((-1130) . T))
+((-2315 (((-3 (-584 (-1086 |#1|)) "failed") (-584 (-1086 |#1|)) (-1086 |#1|)) 33 T ELT)))
+(((-606 |#1|) (-10 -7 (-15 -2315 ((-3 (-584 (-1086 |#1|)) "failed") (-584 (-1086 |#1|)) (-1086 |#1|)))) (-822)) (T -606))
+((-2315 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-584 (-1086 *4))) (-5 *3 (-1086 *4)) (-4 *4 (-822)) (-5 *1 (-606 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3936 (((-584 |#1|) $) 85 T ELT)) (-3949 (($ $ (-695)) 95 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3941 (((-1205 |#1| |#2|) (-1205 |#1| |#2|) $) 50 T ELT)) (-3159 (((-3 (-615 |#1|) #1#) $) NIL T ELT)) (-3158 (((-615 |#1|) $) NIL T ELT)) (-3961 (($ $) 94 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-3940 (($ (-615 |#1|) |#2|) 70 T ELT)) (-3938 (($ $) 90 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3942 (((-1205 |#1| |#2|) (-1205 |#1| |#2|) $) 49 T ELT)) (-1753 (((-2 (|:| |k| (-615 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-2896 (((-615 |#1|) $) NIL T ELT)) (-3176 ((|#2| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3770 (($ $ |#1| $) 32 T ELT) (($ $ (-584 |#1|) (-584 $)) 34 T ELT)) (-3950 (((-695) $) 92 T ELT)) (-3532 (($ $ $) 20 T ELT) (($ (-615 |#1|) (-615 |#1|)) 79 T ELT) (($ (-615 |#1|) $) 77 T ELT) (($ $ (-615 |#1|)) 78 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ |#1|) 76 T ELT) (((-1196 |#1| |#2|) $) 60 T ELT) (((-1205 |#1| |#2|) $) 43 T ELT) (($ (-615 |#1|)) 27 T ELT)) (-3819 (((-584 |#2|) $) NIL T ELT)) (-3679 ((|#2| $ (-615 |#1|)) NIL T ELT)) (-3956 ((|#2| (-1205 |#1| |#2|) $) 45 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 23 T CONST)) (-2667 (((-584 (-2 (|:| |k| (-615 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-3947 (((-3 $ #1#) (-1196 |#1| |#2|)) 62 T ELT)) (-1737 (($ (-615 |#1|)) 14 T ELT)) (-3058 (((-85) $ $) 46 T ELT)) (-3951 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3839 (($ $) 68 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 31 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ |#2| $) 30 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| (-615 |#1|)) NIL T ELT)))
+(((-607 |#1| |#2|) (-13 (-326 |#1| |#2|) (-335 |#2| (-615 |#1|)) (-10 -8 (-15 -3947 ((-3 $ "failed") (-1196 |#1| |#2|))) (-15 -3532 ($ (-615 |#1|) (-615 |#1|))) (-15 -3532 ($ (-615 |#1|) $)) (-15 -3532 ($ $ (-615 |#1|))))) (-757) (-146)) (T -607))
+((-3947 (*1 *1 *2) (|partial| -12 (-5 *2 (-1196 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)) (-5 *1 (-607 *3 *4)))) (-3532 (*1 *1 *2 *2) (-12 (-5 *2 (-615 *3)) (-4 *3 (-757)) (-5 *1 (-607 *3 *4)) (-4 *4 (-146)))) (-3532 (*1 *1 *2 *1) (-12 (-5 *2 (-615 *3)) (-4 *3 (-757)) (-5 *1 (-607 *3 *4)) (-4 *4 (-146)))) (-3532 (*1 *1 *1 *2) (-12 (-5 *2 (-615 *3)) (-4 *3 (-757)) (-5 *1 (-607 *3 *4)) (-4 *4 (-146)))))
+((-1736 (((-85) $) NIL T ELT) (((-85) (-1 (-85) |#2| |#2|) $) 59 T ELT)) (-1734 (($ $) NIL T ELT) (($ (-1 (-85) |#2| |#2|) $) 12 T ELT)) (-1571 (($ (-1 (-85) |#2|) $) 29 T ELT)) (-2298 (($ $) 65 T ELT)) (-2369 (($ $) 74 T ELT)) (-3407 (($ |#2| $) NIL T ELT) (($ (-1 (-85) |#2|) $) 43 T ELT)) (-3844 ((|#2| (-1 |#2| |#2| |#2|) $) 21 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 60 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 62 T ELT)) (-3421 (((-485) |#2| $ (-485)) 71 T ELT) (((-485) |#2| $) NIL T ELT) (((-485) (-1 (-85) |#2|) $) 54 T ELT)) (-3616 (($ (-695) |#2|) 63 T ELT)) (-2858 (($ $ $) NIL T ELT) (($ (-1 (-85) |#2| |#2|) $ $) 31 T ELT)) (-3520 (($ $ $) NIL T ELT) (($ (-1 (-85) |#2| |#2|) $ $) 24 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 64 T ELT)) (-3536 (($ |#2|) 15 T ELT)) (-3611 (($ $ $ (-485)) 42 T ELT) (($ |#2| $ (-485)) 40 T ELT)) (-1355 (((-3 |#2| "failed") (-1 (-85) |#2|) $) 53 T ELT)) (-1572 (($ $ (-1147 (-485))) 51 T ELT) (($ $ (-485)) 44 T ELT)) (-1735 (($ $ $ (-485)) 70 T ELT)) (-3402 (($ $) 68 T ELT)) (-2687 (((-85) $ $) 76 T ELT)))
+(((-608 |#1| |#2|) (-10 -7 (-15 -3536 (|#1| |#2|)) (-15 -1572 (|#1| |#1| (-485))) (-15 -1572 (|#1| |#1| (-1147 (-485)))) (-15 -3407 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3611 (|#1| |#2| |#1| (-485))) (-15 -3611 (|#1| |#1| |#1| (-485))) (-15 -2858 (|#1| (-1 (-85) |#2| |#2|) |#1| |#1|)) (-15 -1571 (|#1| (-1 (-85) |#2|) |#1|)) (-15 -3407 (|#1| |#2| |#1|)) (-15 -2369 (|#1| |#1|)) (-15 -2858 (|#1| |#1| |#1|)) (-15 -3844 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3844 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3844 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3520 (|#1| (-1 (-85) |#2| |#2|) |#1| |#1|)) (-15 -1736 ((-85) (-1 (-85) |#2| |#2|) |#1|)) (-15 -3421 ((-485) (-1 (-85) |#2|) |#1|)) (-15 -3421 ((-485) |#2| |#1|)) (-15 -3421 ((-485) |#2| |#1| (-485))) (-15 -3520 (|#1| |#1| |#1|)) (-15 -1736 ((-85) |#1|)) (-15 -1735 (|#1| |#1| |#1| (-485))) (-15 -2298 (|#1| |#1|)) (-15 -1734 (|#1| (-1 (-85) |#2| |#2|) |#1|)) (-15 -1734 (|#1| |#1|)) (-15 -2687 ((-85) |#1| |#1|)) (-15 -1355 ((-3 |#2| "failed") (-1 (-85) |#2|) |#1|)) (-15 -3616 (|#1| (-695) |#2|)) (-15 -3960 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3960 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3402 (|#1| |#1|))) (-609 |#2|) (-1130)) (T -608))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 42 T ELT)) (-3797 ((|#1| $) 61 T ELT)) (-3799 (($ $) 63 T ELT)) (-2199 (((-1186) $ (-485) (-485)) 98 (|has| $ (-1036 |#1|)) ELT)) (-3787 (($ $ (-485)) 48 (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) $) 154 (|has| |#1| (-757)) ELT) (((-85) (-1 (-85) |#1| |#1|) $) 148 T ELT)) (-1734 (($ $) 158 (-12 (|has| |#1| (-757)) (|has| $ (-1036 |#1|))) ELT) (($ (-1 (-85) |#1| |#1|) $) 157 (|has| $ (-1036 |#1|)) ELT)) (-2911 (($ $) 153 (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $) 147 T ELT)) (-3444 (((-85) $ (-695)) 81 T ELT)) (-3027 ((|#1| $ |#1|) 33 (|has| $ (-1036 |#1|)) ELT)) (-3789 (($ $ $) 52 (|has| $ (-1036 |#1|)) ELT)) (-3788 ((|#1| $ |#1|) 50 (|has| $ (-1036 |#1|)) ELT)) (-3791 ((|#1| $ |#1|) 54 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #2="first" |#1|) 53 (|has| $ (-1036 |#1|)) ELT) (($ $ #3="rest" $) 51 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #4="last" |#1|) 49 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) 115 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-485) |#1|) 87 (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) 35 (|has| $ (-1036 |#1|)) ELT)) (-1571 (($ (-1 (-85) |#1|) $) 131 T ELT)) (-3712 (($ (-1 (-85) |#1|) $) 102 (|has| $ (-318 |#1|)) ELT)) (-3798 ((|#1| $) 62 T ELT)) (-3726 (($) 6 T CONST)) (-2298 (($ $) 156 (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) 146 T ELT)) (-3801 (($ $) 69 T ELT) (($ $ (-695)) 67 T ELT)) (-2369 (($ $) 133 (|has| |#1| (-72)) ELT)) (-1354 (($ $) 100 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 132 (|has| |#1| (-72)) ELT) (($ (-1 (-85) |#1|) $) 127 T ELT)) (-3408 (($ (-1 (-85) |#1|) $) 103 (|has| $ (-318 |#1|)) ELT) (($ |#1| $) 101 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) 139 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 138 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 135 (|has| |#1| (-72)) ELT)) (-1577 ((|#1| $ (-485) |#1|) 86 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 88 T ELT)) (-3445 (((-85) $) 84 T ELT)) (-3421 (((-485) |#1| $ (-485)) 151 (|has| |#1| (-72)) ELT) (((-485) |#1| $) 150 (|has| |#1| (-72)) ELT) (((-485) (-1 (-85) |#1|) $) 149 T ELT)) (-3033 (((-584 $) $) 44 T ELT)) (-3029 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3616 (($ (-695) |#1|) 107 T ELT)) (-3721 (((-85) $ (-695)) 82 T ELT)) (-2201 (((-485) $) 96 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) 164 (|has| |#1| (-757)) ELT)) (-2858 (($ $ $) 134 (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) 130 T ELT)) (-3520 (($ $ $) 152 (|has| |#1| (-757)) ELT) (($ (-1 (-85) |#1| |#1|) $ $) 145 T ELT)) (-2610 (((-584 |#1|) $) 140 T ELT)) (-3247 (((-85) |#1| $) 136 (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) 95 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) 163 (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 124 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 110 T ELT)) (-3536 (($ |#1|) 123 T ELT)) (-3718 (((-85) $ (-695)) 83 T ELT)) (-3032 (((-584 |#1|) $) 39 T ELT)) (-3529 (((-85) $) 43 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3800 ((|#1| $) 66 T ELT) (($ $ (-695)) 64 T ELT)) (-3611 (($ $ $ (-485)) 129 T ELT) (($ |#1| $ (-485)) 128 T ELT)) (-2305 (($ $ $ (-485)) 114 T ELT) (($ |#1| $ (-485)) 113 T ELT)) (-2204 (((-584 (-485)) $) 93 T ELT)) (-2205 (((-85) (-485) $) 92 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) 72 T ELT) (($ $ (-695)) 70 T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 104 T ELT)) (-2200 (($ $ |#1|) 97 (|has| $ (-1036 |#1|)) ELT)) (-3446 (((-85) $) 85 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 142 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#1| $) 94 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) 91 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ #1#) 41 T ELT) ((|#1| $ #2#) 71 T ELT) (($ $ #3#) 68 T ELT) ((|#1| $ #4#) 65 T ELT) (($ $ (-1147 (-485))) 106 T ELT) ((|#1| $ (-485)) 90 T ELT) ((|#1| $ (-485) |#1|) 89 T ELT)) (-3031 (((-485) $ $) 38 T ELT)) (-1572 (($ $ (-1147 (-485))) 126 T ELT) (($ $ (-485)) 125 T ELT)) (-2306 (($ $ (-1147 (-485))) 112 T ELT) (($ $ (-485)) 111 T ELT)) (-3635 (((-85) $) 40 T ELT)) (-3794 (($ $) 58 T ELT)) (-3792 (($ $) 55 (|has| $ (-1036 |#1|)) ELT)) (-3795 (((-695) $) 59 T ELT)) (-3796 (($ $) 60 T ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) 141 T ELT) (((-695) |#1| $) 137 (|has| |#1| (-72)) ELT)) (-1735 (($ $ $ (-485)) 155 (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 99 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 105 T ELT)) (-3793 (($ $ $) 57 T ELT) (($ $ |#1|) 56 T ELT)) (-3804 (($ $ $) 74 T ELT) (($ |#1| $) 73 T ELT) (($ (-584 $)) 109 T ELT) (($ $ |#1|) 108 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) 45 T ELT)) (-3030 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 143 T ELT)) (-2568 (((-85) $ $) 162 (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) 160 (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) 161 (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 159 (|has| |#1| (-757)) ELT)) (-3959 (((-695) $) 144 T ELT)))
+(((-609 |#1|) (-113) (-1130)) (T -609))
+((-3536 (*1 *1 *2) (-12 (-4 *1 (-609 *2)) (-4 *2 (-1130)))))
+(-13 (-1065 |t#1|) (-324 |t#1|) (-237 |t#1|) (-10 -8 (-15 -3536 ($ |t#1|))))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-757)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-757)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-241 (-485) |#1|) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-237 |#1|) . T) ((-318 |#1|) . T) ((-324 |#1|) . T) ((-429 |#1|) . T) ((-539 (-485) |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-594 |#1|) . T) ((-757) |has| |#1| (-757)) ((-760) |has| |#1| (-757)) ((-924 |#1|) . T) ((-1014) OR (|has| |#1| (-1014)) (|has| |#1| (-757))) ((-1036 |#1|) . T) ((-1065 |#1|) . T) ((-1130) . T) ((-1169 |#1|) . T))
+((-3575 (((-584 (-2 (|:| |particular| (-3 |#3| #1="failed")) (|:| -2013 (-584 |#3|)))) |#4| (-584 |#3|)) 66 T ELT) (((-2 (|:| |particular| (-3 |#3| #1#)) (|:| -2013 (-584 |#3|))) |#4| |#3|) 60 T ELT)) (-3110 (((-695) |#4| |#3|) 18 T ELT)) (-3342 (((-3 |#3| #1#) |#4| |#3|) 21 T ELT)) (-2316 (((-85) |#4| |#3|) 14 T ELT)))
+(((-610 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3575 ((-2 (|:| |particular| (-3 |#3| #1="failed")) (|:| -2013 (-584 |#3|))) |#4| |#3|)) (-15 -3575 ((-584 (-2 (|:| |particular| (-3 |#3| #1#)) (|:| -2013 (-584 |#3|)))) |#4| (-584 |#3|))) (-15 -3342 ((-3 |#3| #1#) |#4| |#3|)) (-15 -2316 ((-85) |#4| |#3|)) (-15 -3110 ((-695) |#4| |#3|))) (-312) (-13 (-324 |#1|) (-1036 |#1|)) (-13 (-324 |#1|) (-1036 |#1|)) (-628 |#1| |#2| |#3|)) (T -610))
+((-3110 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1036 *5))) (-4 *4 (-13 (-324 *5) (-1036 *5))) (-5 *2 (-695)) (-5 *1 (-610 *5 *6 *4 *3)) (-4 *3 (-628 *5 *6 *4)))) (-2316 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1036 *5))) (-4 *4 (-13 (-324 *5) (-1036 *5))) (-5 *2 (-85)) (-5 *1 (-610 *5 *6 *4 *3)) (-4 *3 (-628 *5 *6 *4)))) (-3342 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-312)) (-4 *5 (-13 (-324 *4) (-1036 *4))) (-4 *2 (-13 (-324 *4) (-1036 *4))) (-5 *1 (-610 *4 *5 *2 *3)) (-4 *3 (-628 *4 *5 *2)))) (-3575 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1036 *5))) (-4 *7 (-13 (-324 *5) (-1036 *5))) (-5 *2 (-584 (-2 (|:| |particular| (-3 *7 #1="failed")) (|:| -2013 (-584 *7))))) (-5 *1 (-610 *5 *6 *7 *3)) (-5 *4 (-584 *7)) (-4 *3 (-628 *5 *6 *7)))) (-3575 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1036 *5))) (-4 *4 (-13 (-324 *5) (-1036 *5))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1#)) (|:| -2013 (-584 *4)))) (-5 *1 (-610 *5 *6 *4 *3)) (-4 *3 (-628 *5 *6 *4)))))
+((-3575 (((-584 (-2 (|:| |particular| (-3 (-1180 |#1|) #1="failed")) (|:| -2013 (-584 (-1180 |#1|))))) (-584 (-584 |#1|)) (-584 (-1180 |#1|))) 22 T ELT) (((-584 (-2 (|:| |particular| (-3 (-1180 |#1|) #1#)) (|:| -2013 (-584 (-1180 |#1|))))) (-631 |#1|) (-584 (-1180 |#1|))) 21 T ELT) (((-2 (|:| |particular| (-3 (-1180 |#1|) #1#)) (|:| -2013 (-584 (-1180 |#1|)))) (-584 (-584 |#1|)) (-1180 |#1|)) 18 T ELT) (((-2 (|:| |particular| (-3 (-1180 |#1|) #1#)) (|:| -2013 (-584 (-1180 |#1|)))) (-631 |#1|) (-1180 |#1|)) 14 T ELT)) (-3110 (((-695) (-631 |#1|) (-1180 |#1|)) 30 T ELT)) (-3342 (((-3 (-1180 |#1|) #1#) (-631 |#1|) (-1180 |#1|)) 24 T ELT)) (-2316 (((-85) (-631 |#1|) (-1180 |#1|)) 27 T ELT)))
+(((-611 |#1|) (-10 -7 (-15 -3575 ((-2 (|:| |particular| (-3 (-1180 |#1|) #1="failed")) (|:| -2013 (-584 (-1180 |#1|)))) (-631 |#1|) (-1180 |#1|))) (-15 -3575 ((-2 (|:| |particular| (-3 (-1180 |#1|) #1#)) (|:| -2013 (-584 (-1180 |#1|)))) (-584 (-584 |#1|)) (-1180 |#1|))) (-15 -3575 ((-584 (-2 (|:| |particular| (-3 (-1180 |#1|) #1#)) (|:| -2013 (-584 (-1180 |#1|))))) (-631 |#1|) (-584 (-1180 |#1|)))) (-15 -3575 ((-584 (-2 (|:| |particular| (-3 (-1180 |#1|) #1#)) (|:| -2013 (-584 (-1180 |#1|))))) (-584 (-584 |#1|)) (-584 (-1180 |#1|)))) (-15 -3342 ((-3 (-1180 |#1|) #1#) (-631 |#1|) (-1180 |#1|))) (-15 -2316 ((-85) (-631 |#1|) (-1180 |#1|))) (-15 -3110 ((-695) (-631 |#1|) (-1180 |#1|)))) (-312)) (T -611))
+((-3110 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *5)) (-5 *4 (-1180 *5)) (-4 *5 (-312)) (-5 *2 (-695)) (-5 *1 (-611 *5)))) (-2316 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *5)) (-5 *4 (-1180 *5)) (-4 *5 (-312)) (-5 *2 (-85)) (-5 *1 (-611 *5)))) (-3342 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1180 *4)) (-5 *3 (-631 *4)) (-4 *4 (-312)) (-5 *1 (-611 *4)))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-584 *5))) (-4 *5 (-312)) (-5 *2 (-584 (-2 (|:| |particular| (-3 (-1180 *5) #1="failed")) (|:| -2013 (-584 (-1180 *5)))))) (-5 *1 (-611 *5)) (-5 *4 (-584 (-1180 *5))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *5)) (-4 *5 (-312)) (-5 *2 (-584 (-2 (|:| |particular| (-3 (-1180 *5) #1#)) (|:| -2013 (-584 (-1180 *5)))))) (-5 *1 (-611 *5)) (-5 *4 (-584 (-1180 *5))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-584 *5))) (-4 *5 (-312)) (-5 *2 (-2 (|:| |particular| (-3 (-1180 *5) #1#)) (|:| -2013 (-584 (-1180 *5))))) (-5 *1 (-611 *5)) (-5 *4 (-1180 *5)))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| |particular| (-3 (-1180 *5) #1#)) (|:| -2013 (-584 (-1180 *5))))) (-5 *1 (-611 *5)) (-5 *4 (-1180 *5)))))
+((-2317 (((-2 (|:| |particular| (-3 (-1180 (-350 |#4|)) "failed")) (|:| -2013 (-584 (-1180 (-350 |#4|))))) (-584 |#4|) (-584 |#3|)) 51 T ELT)))
+(((-612 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2317 ((-2 (|:| |particular| (-3 (-1180 (-350 |#4|)) "failed")) (|:| -2013 (-584 (-1180 (-350 |#4|))))) (-584 |#4|) (-584 |#3|)))) (-496) (-718) (-757) (-862 |#1| |#2| |#3|)) (T -612))
+((-2317 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 *7)) (-4 *7 (-757)) (-4 *8 (-862 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718)) (-5 *2 (-2 (|:| |particular| (-3 (-1180 (-350 *8)) "failed")) (|:| -2013 (-584 (-1180 (-350 *8)))))) (-5 *1 (-612 *5 *6 *7 *8)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1776 (((-3 $ #1="failed")) NIL (|has| |#2| (-496)) ELT)) (-3332 ((|#2| $) NIL T ELT)) (-3122 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1#) $ $) NIL T ELT)) (-3225 (((-1180 (-631 |#2|))) NIL T ELT) (((-1180 (-631 |#2|)) (-1180 $)) NIL T ELT)) (-3124 (((-85) $) NIL T ELT)) (-1730 (((-1180 $)) 41 T ELT)) (-3335 (($ |#2|) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3111 (($ $) NIL (|has| |#2| (-258)) ELT)) (-3113 (((-197 |#1| |#2|) $ (-485)) NIL T ELT)) (-1910 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) NIL (|has| |#2| (-496)) ELT)) (-1704 (((-3 $ #1#)) NIL (|has| |#2| (-496)) ELT)) (-1792 (((-631 |#2|)) NIL T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-1728 ((|#2| $) NIL T ELT)) (-1790 (((-631 |#2|) $) NIL T ELT) (((-631 |#2|) $ (-1180 $)) NIL T ELT)) (-2405 (((-3 $ #1#) $) NIL (|has| |#2| (-496)) ELT)) (-1904 (((-1086 (-858 |#2|))) NIL (|has| |#2| (-312)) ELT)) (-2408 (($ $ (-831)) NIL T ELT)) (-1726 ((|#2| $) NIL T ELT)) (-1706 (((-1086 |#2|) $) NIL (|has| |#2| (-496)) ELT)) (-1794 ((|#2|) NIL T ELT) ((|#2| (-1180 $)) NIL T ELT)) (-1724 (((-1086 |#2|) $) NIL T ELT)) (-1718 (((-85)) NIL T ELT)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-3 |#2| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) ((|#2| $) NIL T ELT)) (-1796 (($ (-1180 |#2|)) NIL T ELT) (($ (-1180 |#2|) (-1180 $)) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#2|) (-631 $)) NIL T ELT)) (-3844 ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) NIL (|has| |#2| (-72)) ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3110 (((-695) $) NIL (|has| |#2| (-496)) ELT) (((-831)) 42 T ELT)) (-3114 ((|#2| $ (-485) (-485)) NIL T ELT)) (-1715 (((-85)) NIL T ELT)) (-2435 (($ $ (-831)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3109 (((-695) $) NIL (|has| |#2| (-496)) ELT)) (-3108 (((-584 (-197 |#1| |#2|)) $) NIL (|has| |#2| (-496)) ELT)) (-3116 (((-695) $) NIL T ELT)) (-1711 (((-85)) NIL T ELT)) (-3115 (((-695) $) NIL T ELT)) (-3329 ((|#2| $) NIL (|has| |#2| (-6 (-3999 #2="*"))) ELT)) (-3120 (((-485) $) NIL T ELT)) (-3118 (((-485) $) NIL T ELT)) (-2610 (((-584 |#2|) $) NIL T ELT)) (-3247 (((-85) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-3119 (((-485) $) NIL T ELT)) (-3117 (((-485) $) NIL T ELT)) (-3125 (($ (-584 (-584 |#2|))) NIL T ELT)) (-3960 (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3596 (((-584 (-584 |#2|)) $) NIL T ELT)) (-1709 (((-85)) NIL T ELT)) (-1713 (((-85)) NIL T ELT)) (-1911 (((-3 (-2 (|:| |particular| $) (|:| -2013 (-584 $))) #1#)) NIL (|has| |#2| (-496)) ELT)) (-1705 (((-3 $ #1#)) NIL (|has| |#2| (-496)) ELT)) (-1793 (((-631 |#2|)) NIL T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-1729 ((|#2| $) NIL T ELT)) (-1791 (((-631 |#2|) $) NIL T ELT) (((-631 |#2|) $ (-1180 $)) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-2406 (((-3 $ #1#) $) NIL (|has| |#2| (-496)) ELT)) (-1908 (((-1086 (-858 |#2|))) NIL (|has| |#2| (-312)) ELT)) (-2407 (($ $ (-831)) NIL T ELT)) (-1727 ((|#2| $) NIL T ELT)) (-1707 (((-1086 |#2|) $) NIL (|has| |#2| (-496)) ELT)) (-1795 ((|#2|) NIL T ELT) ((|#2| (-1180 $)) NIL T ELT)) (-1725 (((-1086 |#2|) $) NIL T ELT)) (-1719 (((-85)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1710 (((-85)) NIL T ELT)) (-1712 (((-85)) NIL T ELT)) (-1714 (((-85)) NIL T ELT)) (-3592 (((-3 $ #1#) $) NIL (|has| |#2| (-312)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1717 (((-85)) NIL T ELT)) (-3468 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-496)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#2| $ (-485) (-485) |#2|) NIL T ELT) ((|#2| $ (-485) (-485)) 27 T ELT) ((|#2| $ (-485)) NIL T ELT)) (-3760 (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-695)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1091)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#2| (-812 (-1091))) ELT)) (-3331 ((|#2| $) NIL T ELT)) (-3334 (($ (-584 |#2|)) NIL T ELT)) (-3123 (((-85) $) NIL T ELT)) (-3333 (((-197 |#1| |#2|) $) NIL T ELT)) (-3330 ((|#2| $) NIL (|has| |#2| (-6 (-3999 #2#))) ELT)) (-1731 (((-695) (-1 (-85) |#2|) $) NIL T ELT) (((-695) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-3402 (($ $) NIL T ELT)) (-3226 (((-631 |#2|) (-1180 $)) NIL T ELT) (((-1180 |#2|) $) NIL T ELT) (((-631 |#2|) (-1180 $) (-1180 $)) NIL T ELT) (((-1180 |#2|) $ (-1180 $)) 30 T ELT)) (-3974 (($ (-1180 |#2|)) NIL T ELT) (((-1180 |#2|) $) NIL T ELT)) (-1896 (((-584 (-858 |#2|))) NIL T ELT) (((-584 (-858 |#2|)) (-1180 $)) NIL T ELT)) (-2437 (($ $ $) NIL T ELT)) (-1723 (((-85)) NIL T ELT)) (-3112 (((-197 |#1| |#2|) $ (-485)) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (($ |#2|) NIL T ELT) (((-631 |#2|) $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) 40 T ELT)) (-1708 (((-584 (-1180 |#2|))) NIL (|has| |#2| (-496)) ELT)) (-2438 (($ $ $ $) NIL T ELT)) (-1721 (((-85)) NIL T ELT)) (-2547 (($ (-631 |#2|) $) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3121 (((-85) $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-1722 (((-85)) NIL T ELT)) (-1720 (((-85)) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-1716 (((-85)) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-695)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1091)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#2| (-812 (-1091))) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| |#2| (-312)) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (((-197 |#1| |#2|) $ (-197 |#1| |#2|)) NIL T ELT) (((-197 |#1| |#2|) (-197 |#1| |#2|) $) NIL T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-613 |#1| |#2|) (-13 (-1038 |#1| |#2| (-197 |#1| |#2|) (-197 |#1| |#2|)) (-553 (-631 |#2|)) (-361 |#2|)) (-831) (-146)) (T -613))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3250 (((-584 (-1050)) $) 12 T ELT)) (-3948 (((-773) $) 18 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-614) (-13 (-996) (-10 -8 (-15 -3250 ((-584 (-1050)) $))))) (T -614))
+((-3250 (*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-614)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3936 (((-584 |#1|) $) NIL T ELT)) (-3139 (($ $) 62 T ELT)) (-2666 (((-85) $) NIL T ELT)) (-3159 (((-3 |#1| #1="failed") $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-2320 (((-3 $ #1#) (-740 |#1|)) 28 T ELT)) (-2322 (((-85) (-740 |#1|)) 18 T ELT)) (-2321 (($ (-740 |#1|)) 29 T ELT)) (-2513 (((-85) $ $) 36 T ELT)) (-3835 (((-831) $) 43 T ELT)) (-3140 (($ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3734 (((-584 $) (-740 |#1|)) 20 T ELT)) (-3948 (((-773) $) 51 T ELT) (($ |#1|) 40 T ELT) (((-740 |#1|) $) 47 T ELT) (((-619 |#1|) $) 52 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2319 (((-58 (-584 $)) (-584 |#1|) (-831)) 67 T ELT)) (-2318 (((-584 $) (-584 |#1|) (-831)) 70 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 63 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 46 T ELT)))
+(((-615 |#1|) (-13 (-757) (-951 |#1|) (-10 -8 (-15 -2666 ((-85) $)) (-15 -3140 ($ $)) (-15 -3139 ($ $)) (-15 -3835 ((-831) $)) (-15 -2513 ((-85) $ $)) (-15 -3948 ((-740 |#1|) $)) (-15 -3948 ((-619 |#1|) $)) (-15 -3734 ((-584 $) (-740 |#1|))) (-15 -2322 ((-85) (-740 |#1|))) (-15 -2321 ($ (-740 |#1|))) (-15 -2320 ((-3 $ "failed") (-740 |#1|))) (-15 -3936 ((-584 |#1|) $)) (-15 -2319 ((-58 (-584 $)) (-584 |#1|) (-831))) (-15 -2318 ((-584 $) (-584 |#1|) (-831))))) (-757)) (T -615))
+((-2666 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-615 *3)) (-4 *3 (-757)))) (-3140 (*1 *1 *1) (-12 (-5 *1 (-615 *2)) (-4 *2 (-757)))) (-3139 (*1 *1 *1) (-12 (-5 *1 (-615 *2)) (-4 *2 (-757)))) (-3835 (*1 *2 *1) (-12 (-5 *2 (-831)) (-5 *1 (-615 *3)) (-4 *3 (-757)))) (-2513 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-615 *3)) (-4 *3 (-757)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-740 *3)) (-5 *1 (-615 *3)) (-4 *3 (-757)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-619 *3)) (-5 *1 (-615 *3)) (-4 *3 (-757)))) (-3734 (*1 *2 *3) (-12 (-5 *3 (-740 *4)) (-4 *4 (-757)) (-5 *2 (-584 (-615 *4))) (-5 *1 (-615 *4)))) (-2322 (*1 *2 *3) (-12 (-5 *3 (-740 *4)) (-4 *4 (-757)) (-5 *2 (-85)) (-5 *1 (-615 *4)))) (-2321 (*1 *1 *2) (-12 (-5 *2 (-740 *3)) (-4 *3 (-757)) (-5 *1 (-615 *3)))) (-2320 (*1 *1 *2) (|partial| -12 (-5 *2 (-740 *3)) (-4 *3 (-757)) (-5 *1 (-615 *3)))) (-3936 (*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-615 *3)) (-4 *3 (-757)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *5)) (-5 *4 (-831)) (-4 *5 (-757)) (-5 *2 (-58 (-584 (-615 *5)))) (-5 *1 (-615 *5)))) (-2318 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *5)) (-5 *4 (-831)) (-4 *5 (-757)) (-5 *2 (-584 (-615 *5))) (-5 *1 (-615 *5)))))
+((-3404 ((|#2| $) 96 T ELT)) (-3799 (($ $) 117 T ELT)) (-3444 (((-85) $ (-695)) 35 T ELT)) (-3801 (($ $) 105 T ELT) (($ $ (-695)) 108 T ELT)) (-3445 (((-85) $) 118 T ELT)) (-3033 (((-584 $) $) 92 T ELT)) (-3029 (((-85) $ $) 88 T ELT)) (-3721 (((-85) $ (-695)) 33 T ELT)) (-2201 (((-485) $) 62 T ELT)) (-2202 (((-485) $) 61 T ELT)) (-3718 (((-85) $ (-695)) 31 T ELT)) (-3529 (((-85) $) 94 T ELT)) (-3800 ((|#2| $) 109 T ELT) (($ $ (-695)) 113 T ELT)) (-2305 (($ $ $ (-485)) 79 T ELT) (($ |#2| $ (-485)) 78 T ELT)) (-2204 (((-584 (-485)) $) 60 T ELT)) (-2205 (((-85) (-485) $) 55 T ELT)) (-3803 ((|#2| $) NIL T ELT) (($ $ (-695)) 104 T ELT)) (-3771 (($ $ (-485)) 121 T ELT)) (-3446 (((-85) $) 120 T ELT)) (-2206 (((-584 |#2|) $) 42 T ELT)) (-3802 ((|#2| $ "value") NIL T ELT) ((|#2| $ "first") 103 T ELT) (($ $ "rest") 107 T ELT) ((|#2| $ "last") 116 T ELT) (($ $ (-1147 (-485))) 75 T ELT) ((|#2| $ (-485)) 53 T ELT) ((|#2| $ (-485) |#2|) 54 T ELT)) (-3031 (((-485) $ $) 87 T ELT)) (-2306 (($ $ (-1147 (-485))) 74 T ELT) (($ $ (-485)) 68 T ELT)) (-3635 (((-85) $) 83 T ELT)) (-3794 (($ $) 101 T ELT)) (-3795 (((-695) $) 100 T ELT)) (-3796 (($ $) 99 T ELT)) (-3532 (($ (-584 |#2|)) 49 T ELT)) (-2893 (($ $) 122 T ELT)) (-3524 (((-584 $) $) 86 T ELT)) (-3030 (((-85) $ $) 85 T ELT)) (-3058 (((-85) $ $) 20 T ELT)))
+(((-616 |#1| |#2|) (-10 -7 (-15 -3058 ((-85) |#1| |#1|)) (-15 -2893 (|#1| |#1|)) (-15 -3771 (|#1| |#1| (-485))) (-15 -3444 ((-85) |#1| (-695))) (-15 -3721 ((-85) |#1| (-695))) (-15 -3718 ((-85) |#1| (-695))) (-15 -3445 ((-85) |#1|)) (-15 -3446 ((-85) |#1|)) (-15 -3802 (|#2| |#1| (-485) |#2|)) (-15 -3802 (|#2| |#1| (-485))) (-15 -2206 ((-584 |#2|) |#1|)) (-15 -2205 ((-85) (-485) |#1|)) (-15 -2204 ((-584 (-485)) |#1|)) (-15 -2202 ((-485) |#1|)) (-15 -2201 ((-485) |#1|)) (-15 -3532 (|#1| (-584 |#2|))) (-15 -3802 (|#1| |#1| (-1147 (-485)))) (-15 -2306 (|#1| |#1| (-485))) (-15 -2306 (|#1| |#1| (-1147 (-485)))) (-15 -2305 (|#1| |#2| |#1| (-485))) (-15 -2305 (|#1| |#1| |#1| (-485))) (-15 -3794 (|#1| |#1|)) (-15 -3795 ((-695) |#1|)) (-15 -3796 (|#1| |#1|)) (-15 -3799 (|#1| |#1|)) (-15 -3800 (|#1| |#1| (-695))) (-15 -3802 (|#2| |#1| "last")) (-15 -3800 (|#2| |#1|)) (-15 -3801 (|#1| |#1| (-695))) (-15 -3802 (|#1| |#1| "rest")) (-15 -3801 (|#1| |#1|)) (-15 -3803 (|#1| |#1| (-695))) (-15 -3802 (|#2| |#1| "first")) (-15 -3803 (|#2| |#1|)) (-15 -3029 ((-85) |#1| |#1|)) (-15 -3030 ((-85) |#1| |#1|)) (-15 -3031 ((-485) |#1| |#1|)) (-15 -3635 ((-85) |#1|)) (-15 -3802 (|#2| |#1| "value")) (-15 -3404 (|#2| |#1|)) (-15 -3529 ((-85) |#1|)) (-15 -3033 ((-584 |#1|) |#1|)) (-15 -3524 ((-584 |#1|) |#1|))) (-617 |#2|) (-1130)) (T -616))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 42 T ELT)) (-3797 ((|#1| $) 61 T ELT)) (-3799 (($ $) 63 T ELT)) (-2199 (((-1186) $ (-485) (-485)) 98 (|has| $ (-1036 |#1|)) ELT)) (-3787 (($ $ (-485)) 48 (|has| $ (-1036 |#1|)) ELT)) (-3444 (((-85) $ (-695)) 81 T ELT)) (-3027 ((|#1| $ |#1|) 33 (|has| $ (-1036 |#1|)) ELT)) (-3789 (($ $ $) 52 (|has| $ (-1036 |#1|)) ELT)) (-3788 ((|#1| $ |#1|) 50 (|has| $ (-1036 |#1|)) ELT)) (-3791 ((|#1| $ |#1|) 54 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #2="first" |#1|) 53 (|has| $ (-1036 |#1|)) ELT) (($ $ #3="rest" $) 51 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #4="last" |#1|) 49 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) 115 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-485) |#1|) 87 (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) 35 (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 102 T ELT)) (-3798 ((|#1| $) 62 T ELT)) (-3726 (($) 6 T CONST)) (-2324 (($ $) 123 T ELT)) (-3801 (($ $) 69 T ELT) (($ $ (-695)) 67 T ELT)) (-1354 (($ $) 100 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3408 (($ |#1| $) 101 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 103 T ELT)) (-1577 ((|#1| $ (-485) |#1|) 86 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 88 T ELT)) (-3445 (((-85) $) 84 T ELT)) (-2323 (((-695) $) 122 T ELT)) (-3033 (((-584 $) $) 44 T ELT)) (-3029 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3616 (($ (-695) |#1|) 107 T ELT)) (-3721 (((-85) $ (-695)) 82 T ELT)) (-2201 (((-485) $) 96 (|has| (-485) (-757)) ELT)) (-2202 (((-485) $) 95 (|has| (-485) (-757)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 110 T ELT)) (-3718 (((-85) $ (-695)) 83 T ELT)) (-3032 (((-584 |#1|) $) 39 T ELT)) (-3529 (((-85) $) 43 T ELT)) (-2326 (($ $) 125 T ELT)) (-2327 (((-85) $) 126 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3800 ((|#1| $) 66 T ELT) (($ $ (-695)) 64 T ELT)) (-2305 (($ $ $ (-485)) 114 T ELT) (($ |#1| $ (-485)) 113 T ELT)) (-2204 (((-584 (-485)) $) 93 T ELT)) (-2205 (((-85) (-485) $) 92 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-2325 ((|#1| $) 124 T ELT)) (-3803 ((|#1| $) 72 T ELT) (($ $ (-695)) 70 T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 104 T ELT)) (-2200 (($ $ |#1|) 97 (|has| $ (-1036 |#1|)) ELT)) (-3771 (($ $ (-485)) 121 T ELT)) (-3446 (((-85) $) 85 T ELT)) (-2328 (((-85) $) 127 T ELT)) (-2329 (((-85) $) 128 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#1| $) 94 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) 91 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ #1#) 41 T ELT) ((|#1| $ #2#) 71 T ELT) (($ $ #3#) 68 T ELT) ((|#1| $ #4#) 65 T ELT) (($ $ (-1147 (-485))) 106 T ELT) ((|#1| $ (-485)) 90 T ELT) ((|#1| $ (-485) |#1|) 89 T ELT)) (-3031 (((-485) $ $) 38 T ELT)) (-2306 (($ $ (-1147 (-485))) 112 T ELT) (($ $ (-485)) 111 T ELT)) (-3635 (((-85) $) 40 T ELT)) (-3794 (($ $) 58 T ELT)) (-3792 (($ $) 55 (|has| $ (-1036 |#1|)) ELT)) (-3795 (((-695) $) 59 T ELT)) (-3796 (($ $) 60 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 99 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 105 T ELT)) (-3793 (($ $ $) 57 (|has| $ (-1036 |#1|)) ELT) (($ $ |#1|) 56 (|has| $ (-1036 |#1|)) ELT)) (-3804 (($ $ $) 74 T ELT) (($ |#1| $) 73 T ELT) (($ (-584 $)) 109 T ELT) (($ $ |#1|) 108 T ELT)) (-2893 (($ $) 120 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) 45 T ELT)) (-3030 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-617 |#1|) (-113) (-1130)) (T -617))
+((-3408 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-617 *3)) (-4 *3 (-1130)))) (-3712 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-617 *3)) (-4 *3 (-1130)))) (-2329 (*1 *2 *1) (-12 (-4 *1 (-617 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))) (-2328 (*1 *2 *1) (-12 (-4 *1 (-617 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))) (-2327 (*1 *2 *1) (-12 (-4 *1 (-617 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))) (-2326 (*1 *1 *1) (-12 (-4 *1 (-617 *2)) (-4 *2 (-1130)))) (-2325 (*1 *2 *1) (-12 (-4 *1 (-617 *2)) (-4 *2 (-1130)))) (-2324 (*1 *1 *1) (-12 (-4 *1 (-617 *2)) (-4 *2 (-1130)))) (-2323 (*1 *2 *1) (-12 (-4 *1 (-617 *3)) (-4 *3 (-1130)) (-5 *2 (-695)))) (-3771 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-617 *3)) (-4 *3 (-1130)))) (-2893 (*1 *1 *1) (-12 (-4 *1 (-617 *2)) (-4 *2 (-1130)))))
+(-13 (-1065 |t#1|) (-10 -8 (-15 -3408 ($ (-1 (-85) |t#1|) $)) (-15 -3712 ($ (-1 (-85) |t#1|) $)) (-15 -2329 ((-85) $)) (-15 -2328 ((-85) $)) (-15 -2327 ((-85) $)) (-15 -2326 ($ $)) (-15 -2325 (|t#1| $)) (-15 -2324 ($ $)) (-15 -2323 ((-695) $)) (-15 -3771 ($ $ (-485))) (-15 -2893 ($ $))))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-241 (-485) |#1|) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-539 (-485) |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-594 |#1|) . T) ((-924 |#1|) . T) ((-1014) |has| |#1| (-1014)) ((-1065 |#1|) . T) ((-1130) . T) ((-1169 |#1|) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3180 (((-423) $) 15 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 24 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3235 (((-1050) $) 17 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-618) (-13 (-996) (-10 -8 (-15 -3180 ((-423) $)) (-15 -3235 ((-1050) $))))) (T -618))
+((-3180 (*1 *2 *1) (-12 (-5 *2 (-423)) (-5 *1 (-618)))) (-3235 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-618)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3936 (((-584 |#1|) $) 15 T ELT)) (-3139 (($ $) 19 T ELT)) (-2666 (((-85) $) 20 T ELT)) (-3159 (((-3 |#1| "failed") $) 23 T ELT)) (-3158 ((|#1| $) 21 T ELT)) (-3801 (($ $) 37 T ELT)) (-3938 (($ $) 25 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-2513 (((-85) $ $) 46 T ELT)) (-3835 (((-831) $) 40 T ELT)) (-3140 (($ $) 18 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 ((|#1| $) 36 T ELT)) (-3948 (((-773) $) 32 T ELT) (($ |#1|) 24 T ELT) (((-740 |#1|) $) 28 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 13 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 44 T ELT)) (* (($ $ $) 35 T ELT)))
+(((-619 |#1|) (-13 (-757) (-951 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3948 ((-740 |#1|) $)) (-15 -3803 (|#1| $)) (-15 -3140 ($ $)) (-15 -3835 ((-831) $)) (-15 -2513 ((-85) $ $)) (-15 -3938 ($ $)) (-15 -3801 ($ $)) (-15 -2666 ((-85) $)) (-15 -3139 ($ $)) (-15 -3936 ((-584 |#1|) $)))) (-757)) (T -619))
+((* (*1 *1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-740 *3)) (-5 *1 (-619 *3)) (-4 *3 (-757)))) (-3803 (*1 *2 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757)))) (-3140 (*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757)))) (-3835 (*1 *2 *1) (-12 (-5 *2 (-831)) (-5 *1 (-619 *3)) (-4 *3 (-757)))) (-2513 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-619 *3)) (-4 *3 (-757)))) (-3938 (*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757)))) (-3801 (*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757)))) (-2666 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-619 *3)) (-4 *3 (-757)))) (-3139 (*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757)))) (-3936 (*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-619 *3)) (-4 *3 (-757)))))
+((-2338 ((|#1| (-1 |#1| (-695) |#1|) (-695) |#1|) 11 T ELT)) (-2330 ((|#1| (-1 |#1| |#1|) (-695) |#1|) 9 T ELT)))
+(((-620 |#1|) (-10 -7 (-15 -2330 (|#1| (-1 |#1| |#1|) (-695) |#1|)) (-15 -2338 (|#1| (-1 |#1| (-695) |#1|) (-695) |#1|))) (-1014)) (T -620))
+((-2338 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-695) *2)) (-5 *4 (-695)) (-4 *2 (-1014)) (-5 *1 (-620 *2)))) (-2330 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-695)) (-4 *2 (-1014)) (-5 *1 (-620 *2)))))
+((-2332 ((|#2| |#1| |#2|) 9 T ELT)) (-2331 ((|#1| |#1| |#2|) 8 T ELT)))
+(((-621 |#1| |#2|) (-10 -7 (-15 -2331 (|#1| |#1| |#2|)) (-15 -2332 (|#2| |#1| |#2|))) (-1014) (-1014)) (T -621))
+((-2332 (*1 *2 *3 *2) (-12 (-5 *1 (-621 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1014)))) (-2331 (*1 *2 *2 *3) (-12 (-5 *1 (-621 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))))
+((-2333 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11 T ELT)))
+(((-622 |#1| |#2| |#3|) (-10 -7 (-15 -2333 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1014) (-1014) (-1014)) (T -622))
+((-2333 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014)) (-5 *1 (-622 *5 *6 *2)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3320 (((-1131) $) 22 T ELT)) (-3319 (((-584 (-1131)) $) 20 T ELT)) (-2334 (($ (-584 (-1131)) (-1131)) 15 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 30 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT) (((-1131) $) 23 T ELT) (($ (-1029)) 11 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-623) (-13 (-996) (-553 (-1131)) (-10 -8 (-15 -3948 ($ (-1029))) (-15 -2334 ($ (-584 (-1131)) (-1131))) (-15 -3319 ((-584 (-1131)) $)) (-15 -3320 ((-1131) $))))) (T -623))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-1029)) (-5 *1 (-623)))) (-2334 (*1 *1 *2 *3) (-12 (-5 *2 (-584 (-1131))) (-5 *3 (-1131)) (-5 *1 (-623)))) (-3319 (*1 *2 *1) (-12 (-5 *2 (-584 (-1131))) (-5 *1 (-623)))) (-3320 (*1 *2 *1) (-12 (-5 *2 (-1131)) (-5 *1 (-623)))))
+((-2338 (((-1 |#1| (-695) |#1|) (-1 |#1| (-695) |#1|)) 26 T ELT)) (-2335 (((-1 |#1|) |#1|) 8 T ELT)) (-2337 ((|#1| |#1|) 19 T ELT)) (-2336 (((-584 |#1|) (-1 (-584 |#1|) (-584 |#1|)) (-485)) 18 T ELT) ((|#1| (-1 |#1| |#1|)) 11 T ELT)) (-3948 (((-1 |#1|) |#1|) 9 T ELT)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-695)) 23 T ELT)))
+(((-624 |#1|) (-10 -7 (-15 -2335 ((-1 |#1|) |#1|)) (-15 -3948 ((-1 |#1|) |#1|)) (-15 -2336 (|#1| (-1 |#1| |#1|))) (-15 -2336 ((-584 |#1|) (-1 (-584 |#1|) (-584 |#1|)) (-485))) (-15 -2337 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-695))) (-15 -2338 ((-1 |#1| (-695) |#1|) (-1 |#1| (-695) |#1|)))) (-1014)) (T -624))
+((-2338 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-695) *3)) (-4 *3 (-1014)) (-5 *1 (-624 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-695)) (-4 *4 (-1014)) (-5 *1 (-624 *4)))) (-2337 (*1 *2 *2) (-12 (-5 *1 (-624 *2)) (-4 *2 (-1014)))) (-2336 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-584 *5) (-584 *5))) (-5 *4 (-485)) (-5 *2 (-584 *5)) (-5 *1 (-624 *5)) (-4 *5 (-1014)))) (-2336 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-624 *2)) (-4 *2 (-1014)))) (-3948 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-624 *3)) (-4 *3 (-1014)))) (-2335 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-624 *3)) (-4 *3 (-1014)))))
+((-2341 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16 T ELT)) (-2340 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13 T ELT)) (-3954 (((-1 |#2| |#1|) (-1 |#2|)) 14 T ELT)) (-2339 (((-1 |#2| |#1|) |#2|) 11 T ELT)))
+(((-625 |#1| |#2|) (-10 -7 (-15 -2339 ((-1 |#2| |#1|) |#2|)) (-15 -2340 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -3954 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2341 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1014) (-1014)) (T -625))
+((-2341 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-5 *2 (-1 *5 *4)) (-5 *1 (-625 *4 *5)))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1014)) (-5 *2 (-1 *5 *4)) (-5 *1 (-625 *4 *5)) (-4 *4 (-1014)))) (-2340 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-5 *2 (-1 *5)) (-5 *1 (-625 *4 *5)))) (-2339 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-625 *4 *3)) (-4 *4 (-1014)) (-4 *3 (-1014)))))
+((-2346 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17 T ELT)) (-2342 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11 T ELT)) (-2343 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13 T ELT)) (-2344 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14 T ELT)) (-2345 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15 T ELT)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21 T ELT)))
+(((-626 |#1| |#2| |#3|) (-10 -7 (-15 -2342 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -2343 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2344 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -2345 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -2346 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1014) (-1014) (-1014)) (T -626))
+((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-1 *7 *5)) (-5 *1 (-626 *5 *6 *7)))) (-2346 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-626 *4 *5 *6)))) (-2345 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-626 *4 *5 *6)) (-4 *4 (-1014)))) (-2344 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1014)) (-4 *6 (-1014)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-626 *4 *5 *6)) (-4 *5 (-1014)))) (-2343 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *2 (-1 *6 *5)) (-5 *1 (-626 *4 *5 *6)))) (-2342 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1014)) (-4 *4 (-1014)) (-4 *6 (-1014)) (-5 *2 (-1 *6 *5)) (-5 *1 (-626 *5 *4 *6)))))
+((-3840 (($ (-695) (-695)) 42 T ELT)) (-2351 (($ $ $) 73 T ELT)) (-3416 (($ |#3|) 68 T ELT) (($ $) 69 T ELT)) (-3122 (((-85) $) 36 T ELT)) (-2350 (($ $ (-485) (-485)) 84 T ELT)) (-2349 (($ $ (-485) (-485)) 85 T ELT)) (-2348 (($ $ (-485) (-485) (-485) (-485)) 90 T ELT)) (-2353 (($ $) 71 T ELT)) (-3124 (((-85) $) 15 T ELT)) (-2347 (($ $ (-485) (-485) $) 91 T ELT)) (-3790 ((|#2| $ (-485) (-485) |#2|) NIL T ELT) (($ $ (-584 (-485)) (-584 (-485)) $) 89 T ELT)) (-3335 (($ (-695) |#2|) 55 T ELT)) (-3125 (($ (-584 (-584 |#2|))) 51 T ELT) (($ (-695) (-695) (-1 |#2| (-485) (-485))) 53 T ELT)) (-3596 (((-584 (-584 |#2|)) $) 80 T ELT)) (-2352 (($ $ $) 72 T ELT)) (-3468 (((-3 $ "failed") $ |#2|) 122 T ELT)) (-3802 ((|#2| $ (-485) (-485)) NIL T ELT) ((|#2| $ (-485) (-485) |#2|) NIL T ELT) (($ $ (-584 (-485)) (-584 (-485))) 88 T ELT)) (-3334 (($ (-584 |#2|)) 56 T ELT) (($ (-584 $)) 58 T ELT)) (-3123 (((-85) $) 28 T ELT)) (-3948 (($ |#4|) 63 T ELT) (((-773) $) NIL T ELT)) (-3121 (((-85) $) 38 T ELT)) (-3951 (($ $ |#2|) 124 T ELT)) (-3839 (($ $ $) 95 T ELT) (($ $) 98 T ELT)) (-3841 (($ $ $) 93 T ELT)) (** (($ $ (-695)) 111 T ELT) (($ $ (-485)) 128 T ELT)) (* (($ $ $) 104 T ELT) (($ |#2| $) 100 T ELT) (($ $ |#2|) 101 T ELT) (($ (-485) $) 103 T ELT) ((|#4| $ |#4|) 115 T ELT) ((|#3| |#3| $) 119 T ELT)))
+(((-627 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3948 ((-773) |#1|)) (-15 ** (|#1| |#1| (-485))) (-15 -3951 (|#1| |#1| |#2|)) (-15 -3468 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-695))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-485) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 -3839 (|#1| |#1| |#1|)) (-15 -3841 (|#1| |#1| |#1|)) (-15 -2347 (|#1| |#1| (-485) (-485) |#1|)) (-15 -2348 (|#1| |#1| (-485) (-485) (-485) (-485))) (-15 -2349 (|#1| |#1| (-485) (-485))) (-15 -2350 (|#1| |#1| (-485) (-485))) (-15 -3790 (|#1| |#1| (-584 (-485)) (-584 (-485)) |#1|)) (-15 -3802 (|#1| |#1| (-584 (-485)) (-584 (-485)))) (-15 -3596 ((-584 (-584 |#2|)) |#1|)) (-15 -2351 (|#1| |#1| |#1|)) (-15 -2352 (|#1| |#1| |#1|)) (-15 -2353 (|#1| |#1|)) (-15 -3416 (|#1| |#1|)) (-15 -3416 (|#1| |#3|)) (-15 -3948 (|#1| |#4|)) (-15 -3334 (|#1| (-584 |#1|))) (-15 -3334 (|#1| (-584 |#2|))) (-15 -3335 (|#1| (-695) |#2|)) (-15 -3125 (|#1| (-695) (-695) (-1 |#2| (-485) (-485)))) (-15 -3125 (|#1| (-584 (-584 |#2|)))) (-15 -3840 (|#1| (-695) (-695))) (-15 -3121 ((-85) |#1|)) (-15 -3122 ((-85) |#1|)) (-15 -3123 ((-85) |#1|)) (-15 -3124 ((-85) |#1|)) (-15 -3790 (|#2| |#1| (-485) (-485) |#2|)) (-15 -3802 (|#2| |#1| (-485) (-485) |#2|)) (-15 -3802 (|#2| |#1| (-485) (-485)))) (-628 |#2| |#3| |#4|) (-962) (-324 |#2|) (-324 |#2|)) (T -627))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3840 (($ (-695) (-695)) 106 T ELT)) (-2351 (($ $ $) 95 T ELT)) (-3416 (($ |#2|) 99 T ELT) (($ $) 98 T ELT)) (-3122 (((-85) $) 108 T ELT)) (-2350 (($ $ (-485) (-485)) 91 T ELT)) (-2349 (($ $ (-485) (-485)) 90 T ELT)) (-2348 (($ $ (-485) (-485) (-485) (-485)) 89 T ELT)) (-2353 (($ $) 97 T ELT)) (-3124 (((-85) $) 110 T ELT)) (-2347 (($ $ (-485) (-485) $) 88 T ELT)) (-3790 ((|#1| $ (-485) (-485) |#1|) 50 T ELT) (($ $ (-584 (-485)) (-584 (-485)) $) 92 T ELT)) (-1258 (($ $ (-485) |#2|) 48 T ELT)) (-1257 (($ $ (-485) |#3|) 47 T ELT)) (-3335 (($ (-695) |#1|) 103 T ELT)) (-3726 (($) 6 T CONST)) (-3111 (($ $) 75 (|has| |#1| (-258)) ELT)) (-3113 ((|#2| $ (-485)) 52 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) 37 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 36 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 33 (|has| |#1| (-72)) ELT)) (-3110 (((-695) $) 74 (|has| |#1| (-496)) ELT)) (-1577 ((|#1| $ (-485) (-485) |#1|) 49 T ELT)) (-3114 ((|#1| $ (-485) (-485)) 54 T ELT)) (-3109 (((-695) $) 73 (|has| |#1| (-496)) ELT)) (-3108 (((-584 |#3|) $) 72 (|has| |#1| (-496)) ELT)) (-3116 (((-695) $) 57 T ELT)) (-3616 (($ (-695) (-695) |#1|) 63 T ELT)) (-3115 (((-695) $) 56 T ELT)) (-3329 ((|#1| $) 70 (|has| |#1| (-6 (-3999 #1="*"))) ELT)) (-3120 (((-485) $) 61 T ELT)) (-3118 (((-485) $) 59 T ELT)) (-2610 (((-584 |#1|) $) 38 T ELT)) (-3247 (((-85) |#1| $) 34 (|has| |#1| (-72)) ELT)) (-3119 (((-485) $) 60 T ELT)) (-3117 (((-485) $) 58 T ELT)) (-3125 (($ (-584 (-584 |#1|))) 105 T ELT) (($ (-695) (-695) (-1 |#1| (-485) (-485))) 104 T ELT)) (-3328 (($ (-1 |#1| |#1|) $) 64 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 46 T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 45 T ELT)) (-3596 (((-584 (-584 |#1|)) $) 94 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3592 (((-3 $ "failed") $) 69 (|has| |#1| (-312)) ELT)) (-2352 (($ $ $) 96 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-2200 (($ $ |#1|) 62 T ELT)) (-3468 (((-3 $ "failed") $ |#1|) 77 (|has| |#1| (-496)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 40 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ (-485) (-485)) 55 T ELT) ((|#1| $ (-485) (-485) |#1|) 53 T ELT) (($ $ (-584 (-485)) (-584 (-485))) 93 T ELT)) (-3334 (($ (-584 |#1|)) 102 T ELT) (($ (-584 $)) 101 T ELT)) (-3123 (((-85) $) 109 T ELT)) (-3330 ((|#1| $) 71 (|has| |#1| (-6 (-3999 #1#))) ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) 39 T ELT) (((-695) |#1| $) 35 (|has| |#1| (-72)) ELT)) (-3402 (($ $) 9 T ELT)) (-3112 ((|#3| $ (-485)) 51 T ELT)) (-3948 (($ |#3|) 100 T ELT) (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 41 T ELT)) (-3121 (((-85) $) 107 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3951 (($ $ |#1|) 76 (|has| |#1| (-312)) ELT)) (-3839 (($ $ $) 86 T ELT) (($ $) 85 T ELT)) (-3841 (($ $ $) 87 T ELT)) (** (($ $ (-695)) 78 T ELT) (($ $ (-485)) 68 (|has| |#1| (-312)) ELT)) (* (($ $ $) 84 T ELT) (($ |#1| $) 83 T ELT) (($ $ |#1|) 82 T ELT) (($ (-485) $) 81 T ELT) ((|#3| $ |#3|) 80 T ELT) ((|#2| |#2| $) 79 T ELT)) (-3959 (((-695) $) 42 T ELT)))
+(((-628 |#1| |#2| |#3|) (-113) (-962) (-324 |t#1|) (-324 |t#1|)) (T -628))
+((-3124 (*1 *2 *1) (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-85)))) (-3123 (*1 *2 *1) (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-85)))) (-3122 (*1 *2 *1) (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-85)))) (-3121 (*1 *2 *1) (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-85)))) (-3840 (*1 *1 *2 *2) (-12 (-5 *2 (-695)) (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3125 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3125 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-695)) (-5 *3 (-1 *4 (-485) (-485))) (-4 *4 (-962)) (-4 *1 (-628 *4 *5 *6)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)))) (-3335 (*1 *1 *2 *3) (-12 (-5 *2 (-695)) (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3334 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3334 (*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *5)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3948 (*1 *1 *2) (-12 (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *2)) (-4 *4 (-324 *3)) (-4 *2 (-324 *3)))) (-3416 (*1 *1 *2) (-12 (-4 *3 (-962)) (-4 *1 (-628 *3 *2 *4)) (-4 *2 (-324 *3)) (-4 *4 (-324 *3)))) (-3416 (*1 *1 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-2353 (*1 *1 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-2352 (*1 *1 *1 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-2351 (*1 *1 *1 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-3596 (*1 *2 *1) (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-584 (-584 *3))))) (-3802 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-584 (-485))) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3790 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-584 (-485))) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-2350 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-2349 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-2348 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-2347 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3841 (*1 *1 *1 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-3839 (*1 *1 *1 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (-3839 (*1 *1 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-628 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *2 (-324 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-628 *3 *2 *4)) (-4 *3 (-962)) (-4 *2 (-324 *3)) (-4 *4 (-324 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)))) (-3468 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (-4 *2 (-496)))) (-3951 (*1 *1 *1 *2) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (-4 *2 (-312)))) (-3111 (*1 *1 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (-4 *2 (-258)))) (-3110 (*1 *2 *1) (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-4 *3 (-496)) (-5 *2 (-695)))) (-3109 (*1 *2 *1) (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-4 *3 (-496)) (-5 *2 (-695)))) (-3108 (*1 *2 *1) (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-4 *3 (-496)) (-5 *2 (-584 *5)))) (-3330 (*1 *2 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (|has| *2 (-6 (-3999 #1="*"))) (-4 *2 (-962)))) (-3329 (*1 *2 *1) (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (|has| *2 (-6 (-3999 #1#))) (-4 *2 (-962)))) (-3592 (*1 *1 *1) (|partial| -12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2)) (-4 *2 (-312)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-4 *3 (-312)))))
+(-13 (-57 |t#1| |t#2| |t#3|) (-10 -8 (-15 -3124 ((-85) $)) (-15 -3123 ((-85) $)) (-15 -3122 ((-85) $)) (-15 -3121 ((-85) $)) (-15 -3840 ($ (-695) (-695))) (-15 -3125 ($ (-584 (-584 |t#1|)))) (-15 -3125 ($ (-695) (-695) (-1 |t#1| (-485) (-485)))) (-15 -3335 ($ (-695) |t#1|)) (-15 -3334 ($ (-584 |t#1|))) (-15 -3334 ($ (-584 $))) (-15 -3948 ($ |t#3|)) (-15 -3416 ($ |t#2|)) (-15 -3416 ($ $)) (-15 -2353 ($ $)) (-15 -2352 ($ $ $)) (-15 -2351 ($ $ $)) (-15 -3596 ((-584 (-584 |t#1|)) $)) (-15 -3802 ($ $ (-584 (-485)) (-584 (-485)))) (-15 -3790 ($ $ (-584 (-485)) (-584 (-485)) $)) (-15 -2350 ($ $ (-485) (-485))) (-15 -2349 ($ $ (-485) (-485))) (-15 -2348 ($ $ (-485) (-485) (-485) (-485))) (-15 -2347 ($ $ (-485) (-485) $)) (-15 -3841 ($ $ $)) (-15 -3839 ($ $ $)) (-15 -3839 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-485) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-695))) (IF (|has| |t#1| (-496)) (-15 -3468 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-312)) (-15 -3951 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-258)) (-15 -3111 ($ $)) |%noBranch|) (IF (|has| |t#1| (-496)) (PROGN (-15 -3110 ((-695) $)) (-15 -3109 ((-695) $)) (-15 -3108 ((-584 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-3999 "*"))) (PROGN (-15 -3330 (|t#1| $)) (-15 -3329 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-312)) (PROGN (-15 -3592 ((-3 $ "failed") $)) (-15 ** ($ $ (-485)))) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-57 |#1| |#2| |#3|) . T) ((-1130) . T))
+((-3844 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39 T ELT)) (-3960 (((-3 |#8| #1="failed") (-1 (-3 |#5| #1#) |#1|) |#4|) 37 T ELT) ((|#8| (-1 |#5| |#1|) |#4|) 31 T ELT)))
+(((-629 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3960 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -3960 ((-3 |#8| #1="failed") (-1 (-3 |#5| #1#) |#1|) |#4|)) (-15 -3844 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-962) (-324 |#1|) (-324 |#1|) (-628 |#1| |#2| |#3|) (-962) (-324 |#5|) (-324 |#5|) (-628 |#5| |#6| |#7|)) (T -629))
+((-3844 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-962)) (-4 *2 (-962)) (-4 *6 (-324 *5)) (-4 *7 (-324 *5)) (-4 *8 (-324 *2)) (-4 *9 (-324 *2)) (-5 *1 (-629 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-628 *5 *6 *7)) (-4 *10 (-628 *2 *8 *9)))) (-3960 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-962)) (-4 *8 (-962)) (-4 *6 (-324 *5)) (-4 *7 (-324 *5)) (-4 *2 (-628 *8 *9 *10)) (-5 *1 (-629 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-628 *5 *6 *7)) (-4 *9 (-324 *8)) (-4 *10 (-324 *8)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-962)) (-4 *8 (-962)) (-4 *6 (-324 *5)) (-4 *7 (-324 *5)) (-4 *2 (-628 *8 *9 *10)) (-5 *1 (-629 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-628 *5 *6 *7)) (-4 *9 (-324 *8)) (-4 *10 (-324 *8)))))
+((-3111 ((|#4| |#4|) 90 (|has| |#1| (-258)) ELT)) (-3110 (((-695) |#4|) 92 (|has| |#1| (-496)) ELT)) (-3109 (((-695) |#4|) 94 (|has| |#1| (-496)) ELT)) (-3108 (((-584 |#3|) |#4|) 101 (|has| |#1| (-496)) ELT)) (-2381 (((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|) 124 (|has| |#1| (-258)) ELT)) (-3329 ((|#1| |#4|) 52 T ELT)) (-2358 (((-3 |#4| #1="failed") |#4|) 84 (|has| |#1| (-496)) ELT)) (-3592 (((-3 |#4| #1#) |#4|) 98 (|has| |#1| (-312)) ELT)) (-2357 ((|#4| |#4|) 76 (|has| |#1| (-496)) ELT)) (-2355 ((|#4| |#4| |#1| (-485) (-485)) 60 T ELT)) (-2354 ((|#4| |#4| (-485) (-485)) 55 T ELT)) (-2356 ((|#4| |#4| |#1| (-485) (-485)) 65 T ELT)) (-3330 ((|#1| |#4|) 96 T ELT)) (-2522 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 80 (|has| |#1| (-496)) ELT)))
+(((-630 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3330 (|#1| |#4|)) (-15 -3329 (|#1| |#4|)) (-15 -2354 (|#4| |#4| (-485) (-485))) (-15 -2355 (|#4| |#4| |#1| (-485) (-485))) (-15 -2356 (|#4| |#4| |#1| (-485) (-485))) (IF (|has| |#1| (-496)) (PROGN (-15 -3110 ((-695) |#4|)) (-15 -3109 ((-695) |#4|)) (-15 -3108 ((-584 |#3|) |#4|)) (-15 -2357 (|#4| |#4|)) (-15 -2358 ((-3 |#4| #1="failed") |#4|)) (-15 -2522 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-258)) (PROGN (-15 -3111 (|#4| |#4|)) (-15 -2381 ((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -3592 ((-3 |#4| #1#) |#4|)) |%noBranch|)) (-146) (-324 |#1|) (-324 |#1|) (-628 |#1| |#2| |#3|)) (T -630))
+((-3592 (*1 *2 *2) (|partial| -12 (-4 *3 (-312)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-630 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))) (-2381 (*1 *2 *3 *3) (-12 (-4 *3 (-258)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-630 *3 *4 *5 *6)) (-4 *6 (-628 *3 *4 *5)))) (-3111 (*1 *2 *2) (-12 (-4 *3 (-258)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-630 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))) (-2522 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-630 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6)))) (-2358 (*1 *2 *2) (|partial| -12 (-4 *3 (-496)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-630 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))) (-2357 (*1 *2 *2) (-12 (-4 *3 (-496)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-630 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))) (-3108 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-584 *6)) (-5 *1 (-630 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6)))) (-3109 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-695)) (-5 *1 (-630 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6)))) (-3110 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-695)) (-5 *1 (-630 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6)))) (-2356 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-485)) (-4 *3 (-146)) (-4 *5 (-324 *3)) (-4 *6 (-324 *3)) (-5 *1 (-630 *3 *5 *6 *2)) (-4 *2 (-628 *3 *5 *6)))) (-2355 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-485)) (-4 *3 (-146)) (-4 *5 (-324 *3)) (-4 *6 (-324 *3)) (-5 *1 (-630 *3 *5 *6 *2)) (-4 *2 (-628 *3 *5 *6)))) (-2354 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-485)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *1 (-630 *4 *5 *6 *2)) (-4 *2 (-628 *4 *5 *6)))) (-3329 (*1 *2 *3) (-12 (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-146)) (-5 *1 (-630 *2 *4 *5 *3)) (-4 *3 (-628 *2 *4 *5)))) (-3330 (*1 *2 *3) (-12 (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-146)) (-5 *1 (-630 *2 *4 *5 *3)) (-4 *3 (-628 *2 *4 *5)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3840 (($ (-695) (-695)) 63 T ELT)) (-2351 (($ $ $) NIL T ELT)) (-3416 (($ (-1180 |#1|)) NIL T ELT) (($ $) NIL T ELT)) (-3122 (((-85) $) NIL T ELT)) (-2350 (($ $ (-485) (-485)) 21 T ELT)) (-2349 (($ $ (-485) (-485)) NIL T ELT)) (-2348 (($ $ (-485) (-485) (-485) (-485)) NIL T ELT)) (-2353 (($ $) NIL T ELT)) (-3124 (((-85) $) NIL T ELT)) (-2347 (($ $ (-485) (-485) $) NIL T ELT)) (-3790 ((|#1| $ (-485) (-485) |#1|) NIL T ELT) (($ $ (-584 (-485)) (-584 (-485)) $) NIL T ELT)) (-1258 (($ $ (-485) (-1180 |#1|)) NIL T ELT)) (-1257 (($ $ (-485) (-1180 |#1|)) NIL T ELT)) (-3335 (($ (-695) |#1|) 37 T ELT)) (-3726 (($) NIL T CONST)) (-3111 (($ $) 46 (|has| |#1| (-258)) ELT)) (-3113 (((-1180 |#1|) $ (-485)) NIL T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT)) (-3110 (((-695) $) 48 (|has| |#1| (-496)) ELT)) (-1577 ((|#1| $ (-485) (-485) |#1|) 68 T ELT)) (-3114 ((|#1| $ (-485) (-485)) NIL T ELT)) (-3109 (((-695) $) 50 (|has| |#1| (-496)) ELT)) (-3108 (((-584 (-1180 |#1|)) $) 53 (|has| |#1| (-496)) ELT)) (-3116 (((-695) $) 31 T ELT)) (-3616 (($ (-695) (-695) |#1|) 27 T ELT)) (-3115 (((-695) $) 32 T ELT)) (-3329 ((|#1| $) 44 (|has| |#1| (-6 (-3999 #1="*"))) ELT)) (-3120 (((-485) $) 9 T ELT)) (-3118 (((-485) $) 10 T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3119 (((-485) $) 13 T ELT)) (-3117 (((-485) $) 64 T ELT)) (-3125 (($ (-584 (-584 |#1|))) NIL T ELT) (($ (-695) (-695) (-1 |#1| (-485) (-485))) NIL T ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL T ELT)) (-3596 (((-584 (-584 |#1|)) $) 75 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3592 (((-3 $ #2="failed") $) 57 (|has| |#1| (-312)) ELT)) (-2352 (($ $ $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-2200 (($ $ |#1|) NIL T ELT)) (-3468 (((-3 $ #2#) $ |#1|) NIL (|has| |#1| (-496)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ (-485) (-485)) NIL T ELT) ((|#1| $ (-485) (-485) |#1|) NIL T ELT) (($ $ (-584 (-485)) (-584 (-485))) NIL T ELT)) (-3334 (($ (-584 |#1|)) NIL T ELT) (($ (-584 $)) NIL T ELT) (($ (-1180 |#1|)) 69 T ELT)) (-3123 (((-85) $) NIL T ELT)) (-3330 ((|#1| $) 42 (|has| |#1| (-6 (-3999 #1#))) ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) NIL T ELT) (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) 79 (|has| |#1| (-554 (-474))) ELT)) (-3112 (((-1180 |#1|) $ (-485)) NIL T ELT)) (-3948 (($ (-1180 |#1|)) NIL T ELT) (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3121 (((-85) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $ $) NIL T ELT) (($ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-695)) 38 T ELT) (($ $ (-485)) 61 (|has| |#1| (-312)) ELT)) (* (($ $ $) 23 T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-485) $) NIL T ELT) (((-1180 |#1|) $ (-1180 |#1|)) NIL T ELT) (((-1180 |#1|) (-1180 |#1|) $) NIL T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-631 |#1|) (-13 (-628 |#1| (-1180 |#1|) (-1180 |#1|)) (-10 -8 (-15 -3334 ($ (-1180 |#1|))) (IF (|has| |#1| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -3592 ((-3 $ "failed") $)) |%noBranch|))) (-962)) (T -631))
+((-3592 (*1 *1 *1) (|partial| -12 (-5 *1 (-631 *2)) (-4 *2 (-312)) (-4 *2 (-962)))) (-3334 (*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-962)) (-5 *1 (-631 *3)))))
+((-2364 (((-631 |#1|) (-631 |#1|) (-631 |#1|) (-631 |#1|)) 37 T ELT)) (-2363 (((-631 |#1|) (-631 |#1|) (-631 |#1|) |#1|) 32 T ELT)) (-2365 (((-631 |#1|) (-631 |#1|) (-631 |#1|) (-631 |#1|) (-631 |#1|) (-695)) 43 T ELT)) (-2360 (((-631 |#1|) (-631 |#1|) (-631 |#1|) (-631 |#1|)) 25 T ELT)) (-2361 (((-631 |#1|) (-631 |#1|) (-631 |#1|) (-631 |#1|)) 29 T ELT) (((-631 |#1|) (-631 |#1|) (-631 |#1|)) 27 T ELT)) (-2362 (((-631 |#1|) (-631 |#1|) |#1| (-631 |#1|)) 31 T ELT)) (-2359 (((-631 |#1|) (-631 |#1|) (-631 |#1|)) 23 T ELT)) (** (((-631 |#1|) (-631 |#1|) (-695)) 46 T ELT)))
+(((-632 |#1|) (-10 -7 (-15 -2359 ((-631 |#1|) (-631 |#1|) (-631 |#1|))) (-15 -2360 ((-631 |#1|) (-631 |#1|) (-631 |#1|) (-631 |#1|))) (-15 -2361 ((-631 |#1|) (-631 |#1|) (-631 |#1|))) (-15 -2361 ((-631 |#1|) (-631 |#1|) (-631 |#1|) (-631 |#1|))) (-15 -2362 ((-631 |#1|) (-631 |#1|) |#1| (-631 |#1|))) (-15 -2363 ((-631 |#1|) (-631 |#1|) (-631 |#1|) |#1|)) (-15 -2364 ((-631 |#1|) (-631 |#1|) (-631 |#1|) (-631 |#1|))) (-15 -2365 ((-631 |#1|) (-631 |#1|) (-631 |#1|) (-631 |#1|) (-631 |#1|) (-695))) (-15 ** ((-631 |#1|) (-631 |#1|) (-695)))) (-962)) (T -632))
+((** (*1 *2 *2 *3) (-12 (-5 *2 (-631 *4)) (-5 *3 (-695)) (-4 *4 (-962)) (-5 *1 (-632 *4)))) (-2365 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-631 *4)) (-5 *3 (-695)) (-4 *4 (-962)) (-5 *1 (-632 *4)))) (-2364 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))) (-2363 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))) (-2362 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))) (-2361 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))) (-2361 (*1 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))) (-2360 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))) (-2359 (*1 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))))
+((-3159 (((-3 |#1| "failed") $) 18 T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-2366 (($) 7 T CONST)) (-2367 (($ |#1|) 8 T ELT)) (-3948 (($ |#1|) 16 T ELT) (((-773) $) 23 T ELT)) (-3568 (((-85) $ (|[\|\|]| |#1|)) 14 T ELT) (((-85) $ (|[\|\|]| -2366)) 11 T ELT)) (-3574 ((|#1| $) 15 T ELT)))
+(((-633 |#1|) (-13 (-1176) (-951 |#1|) (-553 (-773)) (-10 -8 (-15 -2367 ($ |#1|)) (-15 -3568 ((-85) $ (|[\|\|]| |#1|))) (-15 -3568 ((-85) $ (|[\|\|]| -2366))) (-15 -3574 (|#1| $)) (-15 -2366 ($) -3954))) (-553 (-773))) (T -633))
+((-2367 (*1 *1 *2) (-12 (-5 *1 (-633 *2)) (-4 *2 (-553 (-773))))) (-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-553 (-773))) (-5 *2 (-85)) (-5 *1 (-633 *4)))) (-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2366)) (-5 *2 (-85)) (-5 *1 (-633 *4)) (-4 *4 (-553 (-773))))) (-3574 (*1 *2 *1) (-12 (-5 *1 (-633 *2)) (-4 *2 (-553 (-773))))) (-2366 (*1 *1) (-12 (-5 *1 (-633 *2)) (-4 *2 (-553 (-773))))))
+((-3743 (((-2 (|:| |num| (-631 |#1|)) (|:| |den| |#1|)) (-631 |#2|)) 20 T ELT)) (-3741 ((|#1| (-631 |#2|)) 9 T ELT)) (-3742 (((-631 |#1|) (-631 |#2|)) 18 T ELT)))
+(((-634 |#1| |#2|) (-10 -7 (-15 -3741 (|#1| (-631 |#2|))) (-15 -3742 ((-631 |#1|) (-631 |#2|))) (-15 -3743 ((-2 (|:| |num| (-631 |#1|)) (|:| |den| |#1|)) (-631 |#2|)))) (-496) (-905 |#1|)) (T -634))
+((-3743 (*1 *2 *3) (-12 (-5 *3 (-631 *5)) (-4 *5 (-905 *4)) (-4 *4 (-496)) (-5 *2 (-2 (|:| |num| (-631 *4)) (|:| |den| *4))) (-5 *1 (-634 *4 *5)))) (-3742 (*1 *2 *3) (-12 (-5 *3 (-631 *5)) (-4 *5 (-905 *4)) (-4 *4 (-496)) (-5 *2 (-631 *4)) (-5 *1 (-634 *4 *5)))) (-3741 (*1 *2 *3) (-12 (-5 *3 (-631 *4)) (-4 *4 (-905 *2)) (-4 *2 (-496)) (-5 *1 (-634 *2 *4)))))
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-1571 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-2369 (($ $) 54 T ELT)) (-1354 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3408 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 34 T ELT)) (-3611 (($ |#1| $) 35 T ELT) (($ |#1| $ (-695)) 55 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1276 ((|#1| $) 36 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-2368 (((-584 (-2 (|:| |entry| |#1|) (|:| -1731 (-695)))) $) 53 T ELT)) (-1467 (($) 44 T ELT) (($ (-584 |#1|)) 43 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 51 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 45 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-635 |#1|) (-113) (-1014)) (T -635))
+((-3611 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-635 *2)) (-4 *2 (-1014)))) (-2369 (*1 *1 *1) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1014)))) (-2368 (*1 *2 *1) (-12 (-4 *1 (-635 *3)) (-4 *3 (-1014)) (-5 *2 (-584 (-2 (|:| |entry| *3) (|:| -1731 (-695))))))))
+(-13 (-193 |t#1|) (-10 -8 (-15 -3611 ($ |t#1| $ (-695))) (-15 -2369 ($ $)) (-15 -2368 ((-584 (-2 (|:| |entry| |t#1|) (|:| -1731 (-695)))) $))))
+(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-193 |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1130) . T))
+((-2372 (((-584 |#1|) (-584 (-2 (|:| -3734 |#1|) (|:| -3950 (-485)))) (-485)) 66 T ELT)) (-2370 ((|#1| |#1| (-485)) 63 T ELT)) (-3146 ((|#1| |#1| |#1| (-485)) 46 T ELT)) (-3734 (((-584 |#1|) |#1| (-485)) 49 T ELT)) (-2373 ((|#1| |#1| (-485) |#1| (-485)) 40 T ELT)) (-2371 (((-584 (-2 (|:| -3734 |#1|) (|:| -3950 (-485)))) |#1| (-485)) 62 T ELT)))
+(((-636 |#1|) (-10 -7 (-15 -3146 (|#1| |#1| |#1| (-485))) (-15 -2370 (|#1| |#1| (-485))) (-15 -3734 ((-584 |#1|) |#1| (-485))) (-15 -2371 ((-584 (-2 (|:| -3734 |#1|) (|:| -3950 (-485)))) |#1| (-485))) (-15 -2372 ((-584 |#1|) (-584 (-2 (|:| -3734 |#1|) (|:| -3950 (-485)))) (-485))) (-15 -2373 (|#1| |#1| (-485) |#1| (-485)))) (-1156 (-485))) (T -636))
+((-2373 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-636 *2)) (-4 *2 (-1156 *3)))) (-2372 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-2 (|:| -3734 *5) (|:| -3950 (-485))))) (-5 *4 (-485)) (-4 *5 (-1156 *4)) (-5 *2 (-584 *5)) (-5 *1 (-636 *5)))) (-2371 (*1 *2 *3 *4) (-12 (-5 *4 (-485)) (-5 *2 (-584 (-2 (|:| -3734 *3) (|:| -3950 *4)))) (-5 *1 (-636 *3)) (-4 *3 (-1156 *4)))) (-3734 (*1 *2 *3 *4) (-12 (-5 *4 (-485)) (-5 *2 (-584 *3)) (-5 *1 (-636 *3)) (-4 *3 (-1156 *4)))) (-2370 (*1 *2 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-636 *2)) (-4 *2 (-1156 *3)))) (-3146 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-636 *2)) (-4 *2 (-1156 *3)))))
+((-2377 (((-1 (-855 (-179)) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179) (-179))) 17 T ELT)) (-2374 (((-1048 (-179)) (-1048 (-179)) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-179)) (-1002 (-179)) (-584 (-221))) 53 T ELT) (((-1048 (-179)) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-179)) (-1002 (-179)) (-584 (-221))) 55 T ELT) (((-1048 (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-3 (-1 (-179) (-179) (-179) (-179)) #1="undefined") (-1002 (-179)) (-1002 (-179)) (-584 (-221))) 57 T ELT)) (-2376 (((-1048 (-179)) (-265 (-485)) (-265 (-485)) (-265 (-485)) (-1 (-179) (-179)) (-1002 (-179)) (-584 (-221))) NIL T ELT)) (-2375 (((-1048 (-179)) (-1 (-179) (-179) (-179)) (-3 (-1 (-179) (-179) (-179) (-179)) #1#) (-1002 (-179)) (-1002 (-179)) (-584 (-221))) 58 T ELT)))
+(((-637) (-10 -7 (-15 -2374 ((-1048 (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-3 (-1 (-179) (-179) (-179) (-179)) #1="undefined") (-1002 (-179)) (-1002 (-179)) (-584 (-221)))) (-15 -2374 ((-1048 (-179)) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-179)) (-1002 (-179)) (-584 (-221)))) (-15 -2374 ((-1048 (-179)) (-1048 (-179)) (-1 (-855 (-179)) (-179) (-179)) (-1002 (-179)) (-1002 (-179)) (-584 (-221)))) (-15 -2375 ((-1048 (-179)) (-1 (-179) (-179) (-179)) (-3 (-1 (-179) (-179) (-179) (-179)) #1#) (-1002 (-179)) (-1002 (-179)) (-584 (-221)))) (-15 -2376 ((-1048 (-179)) (-265 (-485)) (-265 (-485)) (-265 (-485)) (-1 (-179) (-179)) (-1002 (-179)) (-584 (-221)))) (-15 -2377 ((-1 (-855 (-179)) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179)) (-1 (-179) (-179) (-179) (-179)))))) (T -637))
+((-2377 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1 (-179) (-179) (-179) (-179))) (-5 *2 (-1 (-855 (-179)) (-179) (-179))) (-5 *1 (-637)))) (-2376 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-265 (-485))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1002 (-179))) (-5 *6 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-637)))) (-2375 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-3 (-1 (-179) (-179) (-179) (-179)) #1="undefined")) (-5 *5 (-1002 (-179))) (-5 *6 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-637)))) (-2374 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1048 (-179))) (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-179))) (-5 *5 (-584 (-221))) (-5 *1 (-637)))) (-2374 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-179))) (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-637)))) (-2374 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-3 (-1 (-179) (-179) (-179) (-179)) #1#)) (-5 *5 (-1002 (-179))) (-5 *6 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-637)))))
+((-3734 (((-348 (-1086 |#4|)) (-1086 |#4|)) 87 T ELT) (((-348 |#4|) |#4|) 270 T ELT)))
+(((-638 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3734 ((-348 |#4|) |#4|)) (-15 -3734 ((-348 (-1086 |#4|)) (-1086 |#4|)))) (-757) (-718) (-299) (-862 |#3| |#2| |#1|)) (T -638))
+((-3734 (*1 *2 *3) (-12 (-4 *4 (-757)) (-4 *5 (-718)) (-4 *6 (-299)) (-4 *7 (-862 *6 *5 *4)) (-5 *2 (-348 (-1086 *7))) (-5 *1 (-638 *4 *5 *6 *7)) (-5 *3 (-1086 *7)))) (-3734 (*1 *2 *3) (-12 (-4 *4 (-757)) (-4 *5 (-718)) (-4 *6 (-299)) (-5 *2 (-348 *3)) (-5 *1 (-638 *4 *5 *6 *3)) (-4 *3 (-862 *6 *5 *4)))))
+((-2380 (((-631 |#1|) (-631 |#1|) |#1| |#1|) 85 T ELT)) (-3111 (((-631 |#1|) (-631 |#1|) |#1|) 66 T ELT)) (-2379 (((-631 |#1|) (-631 |#1|) |#1|) 86 T ELT)) (-2378 (((-631 |#1|) (-631 |#1|)) 67 T ELT)) (-2381 (((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|) 84 T ELT)))
+(((-639 |#1|) (-10 -7 (-15 -2378 ((-631 |#1|) (-631 |#1|))) (-15 -3111 ((-631 |#1|) (-631 |#1|) |#1|)) (-15 -2379 ((-631 |#1|) (-631 |#1|) |#1|)) (-15 -2380 ((-631 |#1|) (-631 |#1|) |#1| |#1|)) (-15 -2381 ((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|))) (-258)) (T -639))
+((-2381 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-639 *3)) (-4 *3 (-258)))) (-2380 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-631 *3)) (-4 *3 (-258)) (-5 *1 (-639 *3)))) (-2379 (*1 *2 *2 *3) (-12 (-5 *2 (-631 *3)) (-4 *3 (-258)) (-5 *1 (-639 *3)))) (-3111 (*1 *2 *2 *3) (-12 (-5 *2 (-631 *3)) (-4 *3 (-258)) (-5 *1 (-639 *3)))) (-2378 (*1 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-258)) (-5 *1 (-639 *3)))))
+((-2387 (((-1 |#4| |#2| |#3|) |#1| (-1091) (-1091)) 19 T ELT)) (-2382 (((-1 |#4| |#2| |#3|) (-1091)) 12 T ELT)))
+(((-640 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2382 ((-1 |#4| |#2| |#3|) (-1091))) (-15 -2387 ((-1 |#4| |#2| |#3|) |#1| (-1091) (-1091)))) (-554 (-474)) (-1130) (-1130) (-1130)) (T -640))
+((-2387 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1091)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-640 *3 *5 *6 *7)) (-4 *3 (-554 (-474))) (-4 *5 (-1130)) (-4 *6 (-1130)) (-4 *7 (-1130)))) (-2382 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-640 *4 *5 *6 *7)) (-4 *4 (-554 (-474))) (-4 *5 (-1130)) (-4 *6 (-1130)) (-4 *7 (-1130)))))
+((-2383 (((-1 (-179) (-179) (-179)) |#1| (-1091) (-1091)) 43 T ELT) (((-1 (-179) (-179)) |#1| (-1091)) 48 T ELT)))
+(((-641 |#1|) (-10 -7 (-15 -2383 ((-1 (-179) (-179)) |#1| (-1091))) (-15 -2383 ((-1 (-179) (-179) (-179)) |#1| (-1091) (-1091)))) (-554 (-474))) (T -641))
+((-2383 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1091)) (-5 *2 (-1 (-179) (-179) (-179))) (-5 *1 (-641 *3)) (-4 *3 (-554 (-474))))) (-2383 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-5 *2 (-1 (-179) (-179))) (-5 *1 (-641 *3)) (-4 *3 (-554 (-474))))))
+((-2384 (((-1091) |#1| (-1091) (-584 (-1091))) 10 T ELT) (((-1091) |#1| (-1091) (-1091) (-1091)) 13 T ELT) (((-1091) |#1| (-1091) (-1091)) 12 T ELT) (((-1091) |#1| (-1091)) 11 T ELT)))
+(((-642 |#1|) (-10 -7 (-15 -2384 ((-1091) |#1| (-1091))) (-15 -2384 ((-1091) |#1| (-1091) (-1091))) (-15 -2384 ((-1091) |#1| (-1091) (-1091) (-1091))) (-15 -2384 ((-1091) |#1| (-1091) (-584 (-1091))))) (-554 (-474))) (T -642))
+((-2384 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-584 (-1091))) (-5 *2 (-1091)) (-5 *1 (-642 *3)) (-4 *3 (-554 (-474))))) (-2384 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-642 *3)) (-4 *3 (-554 (-474))))) (-2384 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-642 *3)) (-4 *3 (-554 (-474))))) (-2384 (*1 *2 *3 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-642 *3)) (-4 *3 (-554 (-474))))))
+((-2385 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9 T ELT)))
+(((-643 |#1| |#2|) (-10 -7 (-15 -2385 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1130) (-1130)) (T -643))
+((-2385 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-643 *3 *4)) (-4 *3 (-1130)) (-4 *4 (-1130)))))
+((-2386 (((-1 |#3| |#2|) (-1091)) 11 T ELT)) (-2387 (((-1 |#3| |#2|) |#1| (-1091)) 21 T ELT)))
+(((-644 |#1| |#2| |#3|) (-10 -7 (-15 -2386 ((-1 |#3| |#2|) (-1091))) (-15 -2387 ((-1 |#3| |#2|) |#1| (-1091)))) (-554 (-474)) (-1130) (-1130)) (T -644))
+((-2387 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-5 *2 (-1 *6 *5)) (-5 *1 (-644 *3 *5 *6)) (-4 *3 (-554 (-474))) (-4 *5 (-1130)) (-4 *6 (-1130)))) (-2386 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1 *6 *5)) (-5 *1 (-644 *4 *5 *6)) (-4 *4 (-554 (-474))) (-4 *5 (-1130)) (-4 *6 (-1130)))))
+((-2390 (((-3 (-584 (-1086 |#4|)) #1="failed") (-1086 |#4|) (-584 |#2|) (-584 (-1086 |#4|)) (-584 |#3|) (-584 |#4|) (-584 (-584 (-2 (|:| -3080 (-695)) (|:| |pcoef| |#4|)))) (-584 (-695)) (-1180 (-584 (-1086 |#3|))) |#3|) 92 T ELT)) (-2389 (((-3 (-584 (-1086 |#4|)) #1#) (-1086 |#4|) (-584 |#2|) (-584 (-1086 |#3|)) (-584 |#3|) (-584 |#4|) (-584 (-695)) |#3|) 110 T ELT)) (-2388 (((-3 (-584 (-1086 |#4|)) #1#) (-1086 |#4|) (-584 |#2|) (-584 |#3|) (-584 (-695)) (-584 (-1086 |#4|)) (-1180 (-584 (-1086 |#3|))) |#3|) 48 T ELT)))
+(((-645 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2388 ((-3 (-584 (-1086 |#4|)) #1="failed") (-1086 |#4|) (-584 |#2|) (-584 |#3|) (-584 (-695)) (-584 (-1086 |#4|)) (-1180 (-584 (-1086 |#3|))) |#3|)) (-15 -2389 ((-3 (-584 (-1086 |#4|)) #1#) (-1086 |#4|) (-584 |#2|) (-584 (-1086 |#3|)) (-584 |#3|) (-584 |#4|) (-584 (-695)) |#3|)) (-15 -2390 ((-3 (-584 (-1086 |#4|)) #1#) (-1086 |#4|) (-584 |#2|) (-584 (-1086 |#4|)) (-584 |#3|) (-584 |#4|) (-584 (-584 (-2 (|:| -3080 (-695)) (|:| |pcoef| |#4|)))) (-584 (-695)) (-1180 (-584 (-1086 |#3|))) |#3|))) (-718) (-757) (-258) (-862 |#3| |#1| |#2|)) (T -645))
+((-2390 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-584 (-1086 *13))) (-5 *3 (-1086 *13)) (-5 *4 (-584 *12)) (-5 *5 (-584 *10)) (-5 *6 (-584 *13)) (-5 *7 (-584 (-584 (-2 (|:| -3080 (-695)) (|:| |pcoef| *13))))) (-5 *8 (-584 (-695))) (-5 *9 (-1180 (-584 (-1086 *10)))) (-4 *12 (-757)) (-4 *10 (-258)) (-4 *13 (-862 *10 *11 *12)) (-4 *11 (-718)) (-5 *1 (-645 *11 *12 *10 *13)))) (-2389 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-584 *11)) (-5 *5 (-584 (-1086 *9))) (-5 *6 (-584 *9)) (-5 *7 (-584 *12)) (-5 *8 (-584 (-695))) (-4 *11 (-757)) (-4 *9 (-258)) (-4 *12 (-862 *9 *10 *11)) (-4 *10 (-718)) (-5 *2 (-584 (-1086 *12))) (-5 *1 (-645 *10 *11 *9 *12)) (-5 *3 (-1086 *12)))) (-2388 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-584 (-1086 *11))) (-5 *3 (-1086 *11)) (-5 *4 (-584 *10)) (-5 *5 (-584 *8)) (-5 *6 (-584 (-695))) (-5 *7 (-1180 (-584 (-1086 *8)))) (-4 *10 (-757)) (-4 *8 (-258)) (-4 *11 (-862 *8 *9 *10)) (-4 *9 (-718)) (-5 *1 (-645 *9 *10 *8 *11)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3961 (($ $) 56 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2895 (($ |#1| (-695)) 54 T ELT)) (-2822 (((-695) $) 58 T ELT)) (-3176 ((|#1| $) 57 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3950 (((-695) $) 59 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 53 (|has| |#1| (-146)) ELT)) (-3679 ((|#1| $ (-695)) 55 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 61 T ELT) (($ |#1| $) 60 T ELT)))
+(((-646 |#1|) (-113) (-962)) (T -646))
+((-3950 (*1 *2 *1) (-12 (-4 *1 (-646 *3)) (-4 *3 (-962)) (-5 *2 (-695)))) (-2822 (*1 *2 *1) (-12 (-4 *1 (-646 *3)) (-4 *3 (-962)) (-5 *2 (-695)))) (-3176 (*1 *2 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-962)))) (-3961 (*1 *1 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-962)))) (-3679 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-646 *2)) (-4 *2 (-962)))) (-2895 (*1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-646 *2)) (-4 *2 (-962)))))
+(-13 (-962) (-82 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-146)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -3950 ((-695) $)) (-15 -2822 ((-695) $)) (-15 -3176 (|t#1| $)) (-15 -3961 ($ $)) (-15 -3679 (|t#1| $ (-695))) (-15 -2895 ($ |t#1| (-695)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-146)) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 |#1|) |has| |#1| (-146)) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-583 |#1|) |has| |#1| (-146)) ((-655 |#1|) |has| |#1| (-146)) ((-664) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-3960 ((|#6| (-1 |#4| |#1|) |#3|) 23 T ELT)))
+(((-647 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3960 (|#6| (-1 |#4| |#1|) |#3|))) (-496) (-1156 |#1|) (-1156 (-350 |#2|)) (-496) (-1156 |#4|) (-1156 (-350 |#5|))) (T -647))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-496)) (-4 *7 (-496)) (-4 *6 (-1156 *5)) (-4 *2 (-1156 (-350 *8))) (-5 *1 (-647 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1156 (-350 *6))) (-4 *8 (-1156 *7)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2391 (((-1074) (-773)) 36 T ELT)) (-3619 (((-1186) (-1074)) 29 T ELT)) (-2393 (((-1074) (-773)) 26 T ELT)) (-2392 (((-1074) (-773)) 27 T ELT)) (-3948 (((-773) $) NIL T ELT) (((-1074) (-773)) 25 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-648) (-13 (-1014) (-10 -7 (-15 -3948 ((-1074) (-773))) (-15 -2393 ((-1074) (-773))) (-15 -2392 ((-1074) (-773))) (-15 -2391 ((-1074) (-773))) (-15 -3619 ((-1186) (-1074)))))) (T -648))
+((-3948 (*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1074)) (-5 *1 (-648)))) (-2393 (*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1074)) (-5 *1 (-648)))) (-2392 (*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1074)) (-5 *1 (-648)))) (-2391 (*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1074)) (-5 *1 (-648)))) (-3619 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-648)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2566 (($ $ $) NIL T ELT)) (-3844 (($ |#1| |#2|) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2616 ((|#2| $) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-2403 (((-3 $ #1#) $ $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) ((|#1| $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT)))
+(((-649 |#1| |#2| |#3| |#4| |#5|) (-13 (-312) (-10 -8 (-15 -2616 (|#2| $)) (-15 -3948 (|#1| $)) (-15 -3844 ($ |#1| |#2|)) (-15 -2403 ((-3 $ #1="failed") $ $)))) (-146) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| #1#) |#2| |#2|) (-1 (-3 |#1| #1#) |#1| |#1| |#2|)) (T -649))
+((-2616 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-649 *3 *2 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 #1="failed") *2 *2)) (-14 *6 (-1 (-3 *3 #2="failed") *3 *3 *2)))) (-3948 (*1 *2 *1) (-12 (-4 *2 (-146)) (-5 *1 (-649 *2 *3 *4 *5 *6)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))) (-3844 (*1 *1 *2 *3) (-12 (-5 *1 (-649 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))) (-2403 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-649 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 37 T ELT)) (-3769 (((-1180 |#1|) $ (-695)) NIL T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3767 (($ (-1086 |#1|)) NIL T ELT)) (-3085 (((-1086 $) $ (-995)) NIL T ELT) (((-1086 |#1|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-995))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3757 (($ $ $) NIL (|has| |#1| (-496)) ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3138 (((-695)) 55 (|has| |#1| (-320)) ELT)) (-3763 (($ $ (-695)) NIL T ELT)) (-3762 (($ $ (-695)) NIL T ELT)) (-2400 ((|#2| |#2|) 51 T ELT)) (-3753 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-392)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-995) #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-995) $) NIL T ELT)) (-3758 (($ $ $ (-995)) NIL (|has| |#1| (-146)) ELT) ((|#1| $ $) NIL (|has| |#1| (-146)) ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) 72 T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3844 (($ |#2|) 49 T ELT)) (-3469 (((-3 $ #1#) $) 98 T ELT)) (-2996 (($) 59 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3761 (($ $ $) NIL T ELT)) (-3755 (($ $ $) NIL (|has| |#1| (-496)) ELT)) (-3754 (((-2 (|:| -3956 |#1|) (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-496)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ (-995)) NIL (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-822)) ELT)) (-2396 (((-870 $)) 89 T ELT)) (-1625 (($ $ |#1| (-695) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-995) (-797 (-330))) (|has| |#1| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-995) (-797 (-485))) (|has| |#1| (-797 (-485)))) ELT)) (-3774 (((-695) $ $) NIL (|has| |#1| (-496)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-1067)) ELT)) (-3086 (($ (-1086 |#1|) (-995)) NIL T ELT) (($ (-1086 $) (-995)) NIL T ELT)) (-3779 (($ $ (-695)) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-695)) 86 T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-995)) NIL T ELT) (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-2616 ((|#2|) 52 T ELT)) (-2822 (((-695) $) NIL T ELT) (((-695) $ (-995)) NIL T ELT) (((-584 (-695)) $ (-584 (-995))) NIL T ELT)) (-1626 (($ (-1 (-695) (-695)) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3768 (((-1086 |#1|) $) NIL T ELT)) (-3084 (((-3 (-995) #1#) $) NIL T ELT)) (-2011 (((-831) $) NIL (|has| |#1| (-320)) ELT)) (-3081 ((|#2| $) 48 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) 35 T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3764 (((-2 (|:| -1973 $) (|:| -2904 $)) $ (-695)) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-995)) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3814 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3448 (($) NIL (|has| |#1| (-1067)) CONST)) (-2401 (($ (-831)) NIL (|has| |#1| (-320)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2394 (($ $) 88 (|has| |#1| (-299)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-822)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ $) 97 (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-995) |#1|) NIL T ELT) (($ $ (-584 (-995)) (-584 |#1|)) NIL T ELT) (($ $ (-995) $) NIL T ELT) (($ $ (-584 (-995)) (-584 $)) NIL T ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ |#1|) NIL T ELT) (($ $ $) NIL T ELT) (((-350 $) (-350 $) (-350 $)) NIL (|has| |#1| (-496)) ELT) ((|#1| (-350 $) |#1|) NIL (|has| |#1| (-312)) ELT) (((-350 $) $ (-350 $)) NIL (|has| |#1| (-496)) ELT)) (-3766 (((-3 $ #1#) $ (-695)) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 99 (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-995)) NIL (|has| |#1| (-146)) ELT) ((|#1| $) NIL (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995))) NIL T ELT) (($ $ (-995)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT)) (-3950 (((-695) $) 39 T ELT) (((-695) $ (-995)) NIL T ELT) (((-584 (-695)) $ (-584 (-995))) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-995) (-554 (-801 (-330)))) (|has| |#1| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-995) (-554 (-801 (-485)))) (|has| |#1| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-995) (-554 (-474))) (|has| |#1| (-554 (-474)))) ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ (-995)) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-2395 (((-870 $)) 43 T ELT)) (-3756 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT) (((-3 (-350 $) #1#) (-350 $) $) NIL (|has| |#1| (-496)) ELT)) (-3948 (((-773) $) 69 T ELT) (($ (-485)) NIL T ELT) (($ |#1|) 66 T ELT) (($ (-995)) NIL T ELT) (($ |#2|) 76 T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-695)) 71 T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 26 T CONST)) (-2399 (((-1180 |#1|) $) 84 T ELT)) (-2398 (($ (-1180 |#1|)) 58 T ELT)) (-2668 (($) 9 T CONST)) (-2671 (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995))) NIL T ELT) (($ $ (-995)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT)) (-2397 (((-1180 |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) 77 T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) 80 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 40 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 93 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 65 T ELT) (($ $ $) 83 T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 63 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-650 |#1| |#2|) (-13 (-1156 |#1|) (-556 |#2|) (-10 -8 (-15 -2400 (|#2| |#2|)) (-15 -2616 (|#2|)) (-15 -3844 ($ |#2|)) (-15 -3081 (|#2| $)) (-15 -2399 ((-1180 |#1|) $)) (-15 -2398 ($ (-1180 |#1|))) (-15 -2397 ((-1180 |#1|) $)) (-15 -2396 ((-870 $))) (-15 -2395 ((-870 $))) (IF (|has| |#1| (-299)) (-15 -2394 ($ $)) |%noBranch|) (IF (|has| |#1| (-320)) (-6 (-320)) |%noBranch|))) (-962) (-1156 |#1|)) (T -650))
+((-2400 (*1 *2 *2) (-12 (-4 *3 (-962)) (-5 *1 (-650 *3 *2)) (-4 *2 (-1156 *3)))) (-2616 (*1 *2) (-12 (-4 *2 (-1156 *3)) (-5 *1 (-650 *3 *2)) (-4 *3 (-962)))) (-3844 (*1 *1 *2) (-12 (-4 *3 (-962)) (-5 *1 (-650 *3 *2)) (-4 *2 (-1156 *3)))) (-3081 (*1 *2 *1) (-12 (-4 *2 (-1156 *3)) (-5 *1 (-650 *3 *2)) (-4 *3 (-962)))) (-2399 (*1 *2 *1) (-12 (-4 *3 (-962)) (-5 *2 (-1180 *3)) (-5 *1 (-650 *3 *4)) (-4 *4 (-1156 *3)))) (-2398 (*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-962)) (-5 *1 (-650 *3 *4)) (-4 *4 (-1156 *3)))) (-2397 (*1 *2 *1) (-12 (-4 *3 (-962)) (-5 *2 (-1180 *3)) (-5 *1 (-650 *3 *4)) (-4 *4 (-1156 *3)))) (-2396 (*1 *2) (-12 (-4 *3 (-962)) (-5 *2 (-870 (-650 *3 *4))) (-5 *1 (-650 *3 *4)) (-4 *4 (-1156 *3)))) (-2395 (*1 *2) (-12 (-4 *3 (-962)) (-5 *2 (-870 (-650 *3 *4))) (-5 *1 (-650 *3 *4)) (-4 *4 (-1156 *3)))) (-2394 (*1 *1 *1) (-12 (-4 *2 (-299)) (-4 *2 (-962)) (-5 *1 (-650 *2 *3)) (-4 *3 (-1156 *2)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 ((|#1| $) 13 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2402 ((|#2| $) 12 T ELT)) (-3532 (($ |#1| |#2|) 16 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-2 (|:| -2401 |#1|) (|:| -2402 |#2|))) 15 T ELT) (((-2 (|:| -2401 |#1|) (|:| -2402 |#2|)) $) 14 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 11 T ELT)))
+(((-651 |#1| |#2| |#3|) (-13 (-757) (-430 (-2 (|:| -2401 |#1|) (|:| -2402 |#2|))) (-10 -8 (-15 -2402 (|#2| $)) (-15 -2401 (|#1| $)) (-15 -3532 ($ |#1| |#2|)))) (-757) (-1014) (-1 (-85) (-2 (|:| -2401 |#1|) (|:| -2402 |#2|)) (-2 (|:| -2401 |#1|) (|:| -2402 |#2|)))) (T -651))
+((-2402 (*1 *2 *1) (-12 (-4 *2 (-1014)) (-5 *1 (-651 *3 *2 *4)) (-4 *3 (-757)) (-14 *4 (-1 (-85) (-2 (|:| -2401 *3) (|:| -2402 *2)) (-2 (|:| -2401 *3) (|:| -2402 *2)))))) (-2401 (*1 *2 *1) (-12 (-4 *2 (-757)) (-5 *1 (-651 *2 *3 *4)) (-4 *3 (-1014)) (-14 *4 (-1 (-85) (-2 (|:| -2401 *2) (|:| -2402 *3)) (-2 (|:| -2401 *2) (|:| -2402 *3)))))) (-3532 (*1 *1 *2 *3) (-12 (-5 *1 (-651 *2 *3 *4)) (-4 *2 (-757)) (-4 *3 (-1014)) (-14 *4 (-1 (-85) (-2 (|:| -2401 *2) (|:| -2402 *3)) (-2 (|:| -2401 *2) (|:| -2402 *3)))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 66 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) 101 T ELT) (((-3 (-86) #1#) $) 107 T ELT)) (-3158 ((|#1| $) NIL T ELT) (((-86) $) 39 T ELT)) (-3469 (((-3 $ #1#) $) 102 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2518 ((|#2| (-86) |#2|) 93 T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2517 (($ |#1| (-310 (-86))) 14 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2519 (($ $ (-1 |#2| |#2|)) 65 T ELT)) (-2520 (($ $ (-1 |#2| |#2|)) 44 T ELT)) (-3802 ((|#2| $ |#2|) 33 T ELT)) (-2521 ((|#1| |#1|) 112 (|has| |#1| (-146)) ELT)) (-3948 (((-773) $) 73 T ELT) (($ (-485)) 18 T ELT) (($ |#1|) 17 T ELT) (($ (-86)) 23 T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 37 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2522 (($ $) 111 (|has| |#1| (-146)) ELT) (($ $ $) 115 (|has| |#1| (-146)) ELT)) (-2662 (($) 21 T CONST)) (-2668 (($) 9 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) 48 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 83 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ (-86) (-485)) NIL T ELT) (($ $ (-485)) 64 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 110 T ELT) (($ $ $) 53 T ELT) (($ |#1| $) 108 (|has| |#1| (-146)) ELT) (($ $ |#1|) 109 (|has| |#1| (-146)) ELT)))
+(((-652 |#1| |#2|) (-13 (-962) (-951 |#1|) (-951 (-86)) (-241 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |#1| (-146)) (PROGN (-6 (-38 |#1|)) (-15 -2522 ($ $)) (-15 -2522 ($ $ $)) (-15 -2521 (|#1| |#1|))) |%noBranch|) (-15 -2520 ($ $ (-1 |#2| |#2|))) (-15 -2519 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-86) (-485))) (-15 ** ($ $ (-485))) (-15 -2518 (|#2| (-86) |#2|)) (-15 -2517 ($ |#1| (-310 (-86)))))) (-962) (-591 |#1|)) (T -652))
+((-2522 (*1 *1 *1) (-12 (-4 *2 (-146)) (-4 *2 (-962)) (-5 *1 (-652 *2 *3)) (-4 *3 (-591 *2)))) (-2522 (*1 *1 *1 *1) (-12 (-4 *2 (-146)) (-4 *2 (-962)) (-5 *1 (-652 *2 *3)) (-4 *3 (-591 *2)))) (-2521 (*1 *2 *2) (-12 (-4 *2 (-146)) (-4 *2 (-962)) (-5 *1 (-652 *2 *3)) (-4 *3 (-591 *2)))) (-2520 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-591 *3)) (-4 *3 (-962)) (-5 *1 (-652 *3 *4)))) (-2519 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-591 *3)) (-4 *3 (-962)) (-5 *1 (-652 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-485)) (-4 *4 (-962)) (-5 *1 (-652 *4 *5)) (-4 *5 (-591 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *3 (-962)) (-5 *1 (-652 *3 *4)) (-4 *4 (-591 *3)))) (-2518 (*1 *2 *3 *2) (-12 (-5 *3 (-86)) (-4 *4 (-962)) (-5 *1 (-652 *4 *2)) (-4 *2 (-591 *4)))) (-2517 (*1 *1 *2 *3) (-12 (-5 *3 (-310 (-86))) (-4 *2 (-962)) (-5 *1 (-652 *2 *4)) (-4 *4 (-591 *2)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 33 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3844 (($ |#1| |#2|) 25 T ELT)) (-3469 (((-3 $ #1#) $) 51 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 35 T ELT)) (-2616 ((|#2| $) 12 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 52 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2403 (((-3 $ #1#) $ $) 50 T ELT)) (-3948 (((-773) $) 24 T ELT) (($ (-485)) 19 T ELT) ((|#1| $) 13 T ELT)) (-3128 (((-695)) 28 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 16 T CONST)) (-2668 (($) 30 T CONST)) (-3058 (((-85) $ $) 41 T ELT)) (-3839 (($ $) 46 T ELT) (($ $ $) 40 T ELT)) (-3841 (($ $ $) 43 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 21 T ELT) (($ $ $) 20 T ELT)))
+(((-653 |#1| |#2| |#3| |#4| |#5|) (-13 (-962) (-10 -8 (-15 -2616 (|#2| $)) (-15 -3948 (|#1| $)) (-15 -3844 ($ |#1| |#2|)) (-15 -2403 ((-3 $ #1="failed") $ $)) (-15 -3469 ((-3 $ #1#) $)) (-15 -2486 ($ $)))) (-146) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| #1#) |#2| |#2|) (-1 (-3 |#1| #1#) |#1| |#1| |#2|)) (T -653))
+((-3469 (*1 *1 *1) (|partial| -12 (-5 *1 (-653 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1="failed") *3 *3)) (-14 *6 (-1 (-3 *2 #2="failed") *2 *2 *3)))) (-2616 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-653 *3 *2 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 #1#) *2 *2)) (-14 *6 (-1 (-3 *3 #2#) *3 *3 *2)))) (-3948 (*1 *2 *1) (-12 (-4 *2 (-146)) (-5 *1 (-653 *2 *3 *4 *5 *6)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))) (-3844 (*1 *1 *2 *3) (-12 (-5 *1 (-653 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))) (-2403 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-653 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))) (-2486 (*1 *1 *1) (-12 (-5 *1 (-653 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 #1#) *3 *3)) (-14 *6 (-1 (-3 *2 #2#) *2 *2 *3)))))
+((* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) 9 T ELT)))
+(((-654 |#1| |#2|) (-10 -7 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-485) |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 * (|#1| (-831) |#1|))) (-655 |#2|) (-146)) (T -654))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
+(((-655 |#1|) (-113) (-146)) (T -655))
+NIL
+(-13 (-82 |t#1| |t#1|) (-583 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-583 |#1|) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-2443 (($ |#1|) 17 T ELT) (($ $ |#1|) 20 T ELT)) (-3849 (($ |#1|) 18 T ELT) (($ $ |#1|) 21 T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ "failed") $) NIL T ELT) (($) 19 T ELT) (($ $) 22 T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2404 (($ |#1| |#1| |#1| |#1|) 8 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 16 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3770 ((|#1| $ |#1|) 24 T ELT) (((-744 |#1|) $ (-744 |#1|)) 32 T ELT)) (-3011 (($ $ $) NIL T ELT)) (-2437 (($ $ $) NIL T ELT)) (-3948 (((-773) $) 39 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2668 (($) 9 T CONST)) (-3058 (((-85) $ $) 48 T ELT)) (-3951 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ $ $) 14 T ELT)))
+(((-656 |#1|) (-13 (-413) (-10 -8 (-15 -2404 ($ |#1| |#1| |#1| |#1|)) (-15 -2443 ($ |#1|)) (-15 -3849 ($ |#1|)) (-15 -3469 ($)) (-15 -2443 ($ $ |#1|)) (-15 -3849 ($ $ |#1|)) (-15 -3469 ($ $)) (-15 -3770 (|#1| $ |#1|)) (-15 -3770 ((-744 |#1|) $ (-744 |#1|))))) (-312)) (T -656))
+((-2404 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312)))) (-2443 (*1 *1 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312)))) (-3849 (*1 *1 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312)))) (-3469 (*1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312)))) (-2443 (*1 *1 *1 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312)))) (-3849 (*1 *1 *1 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312)))) (-3469 (*1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312)))) (-3770 (*1 *2 *1 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312)))) (-3770 (*1 *2 *1 *2) (-12 (-5 *2 (-744 *3)) (-4 *3 (-312)) (-5 *1 (-656 *3)))))
+((-2408 (($ $ (-831)) 19 T ELT)) (-2407 (($ $ (-831)) 20 T ELT)) (** (($ $ (-831)) 10 T ELT)))
+(((-657 |#1|) (-10 -7 (-15 ** (|#1| |#1| (-831))) (-15 -2407 (|#1| |#1| (-831))) (-15 -2408 (|#1| |#1| (-831)))) (-658)) (T -657))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-2408 (($ $ (-831)) 19 T ELT)) (-2407 (($ $ (-831)) 18 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (** (($ $ (-831)) 17 T ELT)) (* (($ $ $) 20 T ELT)))
+(((-658) (-113)) (T -658))
+((* (*1 *1 *1 *1) (-4 *1 (-658))) (-2408 (*1 *1 *1 *2) (-12 (-4 *1 (-658)) (-5 *2 (-831)))) (-2407 (*1 *1 *1 *2) (-12 (-4 *1 (-658)) (-5 *2 (-831)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-658)) (-5 *2 (-831)))))
+(-13 (-1014) (-10 -8 (-15 * ($ $ $)) (-15 -2408 ($ $ (-831))) (-15 -2407 ($ $ (-831))) (-15 ** ($ $ (-831)))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2408 (($ $ (-831)) NIL T ELT) (($ $ (-695)) 18 T ELT)) (-2411 (((-85) $) 10 T ELT)) (-2407 (($ $ (-831)) NIL T ELT) (($ $ (-695)) 19 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 16 T ELT)))
+(((-659 |#1|) (-10 -7 (-15 ** (|#1| |#1| (-695))) (-15 -2407 (|#1| |#1| (-695))) (-15 -2408 (|#1| |#1| (-695))) (-15 -2411 ((-85) |#1|)) (-15 ** (|#1| |#1| (-831))) (-15 -2407 (|#1| |#1| (-831))) (-15 -2408 (|#1| |#1| (-831)))) (-660)) (T -659))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-2405 (((-3 $ "failed") $) 22 T ELT)) (-2408 (($ $ (-831)) 19 T ELT) (($ $ (-695)) 27 T ELT)) (-3469 (((-3 $ "failed") $) 24 T ELT)) (-2411 (((-85) $) 28 T ELT)) (-2406 (((-3 $ "failed") $) 23 T ELT)) (-2407 (($ $ (-831)) 18 T ELT) (($ $ (-695)) 26 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2668 (($) 29 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (** (($ $ (-831)) 17 T ELT) (($ $ (-695)) 25 T ELT)) (* (($ $ $) 20 T ELT)))
+(((-660) (-113)) (T -660))
+((-2668 (*1 *1) (-4 *1 (-660))) (-2411 (*1 *2 *1) (-12 (-4 *1 (-660)) (-5 *2 (-85)))) (-2408 (*1 *1 *1 *2) (-12 (-4 *1 (-660)) (-5 *2 (-695)))) (-2407 (*1 *1 *1 *2) (-12 (-4 *1 (-660)) (-5 *2 (-695)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-660)) (-5 *2 (-695)))) (-3469 (*1 *1 *1) (|partial| -4 *1 (-660))) (-2406 (*1 *1 *1) (|partial| -4 *1 (-660))) (-2405 (*1 *1 *1) (|partial| -4 *1 (-660))))
+(-13 (-658) (-10 -8 (-15 -2668 ($) -3954) (-15 -2411 ((-85) $)) (-15 -2408 ($ $ (-695))) (-15 -2407 ($ $ (-695))) (-15 ** ($ $ (-695))) (-15 -3469 ((-3 $ "failed") $)) (-15 -2406 ((-3 $ "failed") $)) (-15 -2405 ((-3 $ "failed") $))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-658) . T) ((-1014) . T) ((-1130) . T))
+((-3138 (((-695)) 39 T ELT)) (-3159 (((-3 (-485) #1="failed") $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 26 T ELT)) (-3158 (((-485) $) NIL T ELT) (((-350 (-485)) $) NIL T ELT) ((|#2| $) 23 T ELT)) (-3844 (($ |#3|) NIL T ELT) (((-3 $ #1#) (-350 |#3|)) 49 T ELT)) (-3469 (((-3 $ #1#) $) 69 T ELT)) (-2996 (($) 43 T ELT)) (-3134 ((|#2| $) 21 T ELT)) (-2410 (($) 18 T ELT)) (-3760 (($ $ (-1 |#2| |#2|)) 57 T ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $) NIL T ELT)) (-2409 (((-631 |#2|) (-1180 $) (-1 |#2| |#2|)) 64 T ELT)) (-3974 (((-1180 |#2|) $) NIL T ELT) (($ (-1180 |#2|)) NIL T ELT) ((|#3| $) 10 T ELT) (($ |#3|) 12 T ELT)) (-2451 ((|#3| $) 36 T ELT)) (-2013 (((-1180 $)) 33 T ELT)))
+(((-661 |#1| |#2| |#3|) (-10 -7 (-15 -3760 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1| (-1091))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -2996 (|#1|)) (-15 -3138 ((-695))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|) (-695))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2409 ((-631 |#2|) (-1180 |#1|) (-1 |#2| |#2|))) (-15 -3844 ((-3 |#1| #1="failed") (-350 |#3|))) (-15 -3974 (|#1| |#3|)) (-15 -3844 (|#1| |#3|)) (-15 -2410 (|#1|)) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3974 (|#3| |#1|)) (-15 -3974 (|#1| (-1180 |#2|))) (-15 -3974 ((-1180 |#2|) |#1|)) (-15 -2013 ((-1180 |#1|))) (-15 -2451 (|#3| |#1|)) (-15 -3134 (|#2| |#1|)) (-15 -3469 ((-3 |#1| #1#) |#1|))) (-662 |#2| |#3|) (-146) (-1156 |#2|)) (T -661))
+((-3138 (*1 *2) (-12 (-4 *4 (-146)) (-4 *5 (-1156 *4)) (-5 *2 (-695)) (-5 *1 (-661 *3 *4 *5)) (-4 *3 (-662 *4 *5)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 114 (|has| |#1| (-312)) ELT)) (-2064 (($ $) 115 (|has| |#1| (-312)) ELT)) (-2062 (((-85) $) 117 (|has| |#1| (-312)) ELT)) (-1786 (((-631 |#1|) (-1180 $)) 61 T ELT) (((-631 |#1|)) 77 T ELT)) (-3332 ((|#1| $) 67 T ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) 167 (|has| |#1| (-299)) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 134 (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) 135 (|has| |#1| (-312)) ELT)) (-1609 (((-85) $ $) 125 (|has| |#1| (-312)) ELT)) (-3138 (((-695)) 108 (|has| |#1| (-320)) ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 (-485) #1="failed") $) 194 (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) 192 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 189 T ELT)) (-3158 (((-485) $) 193 (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) 191 (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) 190 T ELT)) (-1796 (($ (-1180 |#1|) (-1180 $)) 63 T ELT) (($ (-1180 |#1|)) 80 T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) 173 (|has| |#1| (-299)) ELT)) (-2566 (($ $ $) 129 (|has| |#1| (-312)) ELT)) (-1785 (((-631 |#1|) $ (-1180 $)) 68 T ELT) (((-631 |#1|) $) 75 T ELT)) (-2280 (((-631 (-485)) (-631 $)) 186 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 185 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 184 T ELT) (((-631 |#1|) (-631 $)) 183 T ELT)) (-3844 (($ |#2|) 178 T ELT) (((-3 $ "failed") (-350 |#2|)) 175 (|has| |#1| (-312)) ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3110 (((-831)) 69 T ELT)) (-2996 (($) 111 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) 128 (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 123 (|has| |#1| (-312)) ELT)) (-2835 (($) 169 (|has| |#1| (-299)) ELT)) (-1681 (((-85) $) 170 (|has| |#1| (-299)) ELT)) (-1768 (($ $ (-695)) 161 (|has| |#1| (-299)) ELT) (($ $) 160 (|has| |#1| (-299)) ELT)) (-3725 (((-85) $) 136 (|has| |#1| (-312)) ELT)) (-3774 (((-831) $) 172 (|has| |#1| (-299)) ELT) (((-744 (-831)) $) 158 (|has| |#1| (-299)) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3134 ((|#1| $) 66 T ELT)) (-3447 (((-633 $) $) 162 (|has| |#1| (-299)) ELT)) (-1606 (((-3 (-584 $) #2="failed") (-584 $) $) 132 (|has| |#1| (-312)) ELT)) (-2015 ((|#2| $) 59 (|has| |#1| (-312)) ELT)) (-2011 (((-831) $) 110 (|has| |#1| (-320)) ELT)) (-3081 ((|#2| $) 176 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 188 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 187 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 182 T ELT) (((-631 |#1|) (-1180 $)) 181 T ELT)) (-1895 (($ (-584 $)) 121 (|has| |#1| (-312)) ELT) (($ $ $) 120 (|has| |#1| (-312)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 137 (|has| |#1| (-312)) ELT)) (-3448 (($) 163 (|has| |#1| (-299)) CONST)) (-2401 (($ (-831)) 109 (|has| |#1| (-320)) ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2410 (($) 180 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 122 (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) 119 (|has| |#1| (-312)) ELT) (($ $ $) 118 (|has| |#1| (-312)) ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) 166 (|has| |#1| (-299)) ELT)) (-3734 (((-348 $) $) 133 (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 131 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 130 (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ "failed") $ $) 113 (|has| |#1| (-312)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 124 (|has| |#1| (-312)) ELT)) (-1608 (((-695) $) 126 (|has| |#1| (-312)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 127 (|has| |#1| (-312)) ELT)) (-3759 ((|#1| (-1180 $)) 62 T ELT) ((|#1|) 76 T ELT)) (-1769 (((-695) $) 171 (|has| |#1| (-299)) ELT) (((-3 (-695) "failed") $ $) 159 (|has| |#1| (-299)) ELT)) (-3760 (($ $ (-695)) 156 (OR (-2564 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $) 154 (OR (-2564 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 150 (-2564 (|has| |#1| (-812 (-1091))) (|has| |#1| (-312))) ELT) (($ $ (-1091) (-695)) 149 (-2564 (|has| |#1| (-812 (-1091))) (|has| |#1| (-312))) ELT) (($ $ (-584 (-1091))) 148 (-2564 (|has| |#1| (-812 (-1091))) (|has| |#1| (-312))) ELT) (($ $ (-1091)) 146 (-2564 (|has| |#1| (-812 (-1091))) (|has| |#1| (-312))) ELT) (($ $ (-1 |#1| |#1|)) 145 (|has| |#1| (-312)) ELT) (($ $ (-1 |#1| |#1|) (-695)) 144 (|has| |#1| (-312)) ELT)) (-2409 (((-631 |#1|) (-1180 $) (-1 |#1| |#1|)) 174 (|has| |#1| (-312)) ELT)) (-3187 ((|#2|) 179 T ELT)) (-1675 (($) 168 (|has| |#1| (-299)) ELT)) (-3226 (((-1180 |#1|) $ (-1180 $)) 65 T ELT) (((-631 |#1|) (-1180 $) (-1180 $)) 64 T ELT) (((-1180 |#1|) $) 82 T ELT) (((-631 |#1|) (-1180 $)) 81 T ELT)) (-3974 (((-1180 |#1|) $) 79 T ELT) (($ (-1180 |#1|)) 78 T ELT) ((|#2| $) 195 T ELT) (($ |#2|) 177 T ELT)) (-2705 (((-3 (-1180 $) "failed") (-631 $)) 165 (|has| |#1| (-299)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 52 T ELT) (($ $) 112 (|has| |#1| (-312)) ELT) (($ (-350 (-485))) 107 (OR (|has| |#1| (-312)) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-2704 (($ $) 164 (|has| |#1| (-299)) ELT) (((-633 $) $) 58 (|has| |#1| (-118)) ELT)) (-2451 ((|#2| $) 60 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2013 (((-1180 $)) 83 T ELT)) (-2063 (((-85) $ $) 116 (|has| |#1| (-312)) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-695)) 157 (OR (-2564 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $) 155 (OR (-2564 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 153 (-2564 (|has| |#1| (-812 (-1091))) (|has| |#1| (-312))) ELT) (($ $ (-1091) (-695)) 152 (-2564 (|has| |#1| (-812 (-1091))) (|has| |#1| (-312))) ELT) (($ $ (-584 (-1091))) 151 (-2564 (|has| |#1| (-812 (-1091))) (|has| |#1| (-312))) ELT) (($ $ (-1091)) 147 (-2564 (|has| |#1| (-812 (-1091))) (|has| |#1| (-312))) ELT) (($ $ (-1 |#1| |#1|)) 143 (|has| |#1| (-312)) ELT) (($ $ (-1 |#1| |#1|) (-695)) 142 (|has| |#1| (-312)) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 141 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 138 (|has| |#1| (-312)) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT) (($ (-350 (-485)) $) 140 (|has| |#1| (-312)) ELT) (($ $ (-350 (-485))) 139 (|has| |#1| (-312)) ELT)))
+(((-662 |#1| |#2|) (-113) (-146) (-1156 |t#1|)) (T -662))
+((-2410 (*1 *1) (-12 (-4 *2 (-146)) (-4 *1 (-662 *2 *3)) (-4 *3 (-1156 *2)))) (-3187 (*1 *2) (-12 (-4 *1 (-662 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1156 *3)))) (-3844 (*1 *1 *2) (-12 (-4 *3 (-146)) (-4 *1 (-662 *3 *2)) (-4 *2 (-1156 *3)))) (-3974 (*1 *1 *2) (-12 (-4 *3 (-146)) (-4 *1 (-662 *3 *2)) (-4 *2 (-1156 *3)))) (-3081 (*1 *2 *1) (-12 (-4 *1 (-662 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1156 *3)))) (-3844 (*1 *1 *2) (|partial| -12 (-5 *2 (-350 *4)) (-4 *4 (-1156 *3)) (-4 *3 (-312)) (-4 *3 (-146)) (-4 *1 (-662 *3 *4)))) (-2409 (*1 *2 *3 *4) (-12 (-5 *3 (-1180 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312)) (-4 *1 (-662 *5 *6)) (-4 *5 (-146)) (-4 *6 (-1156 *5)) (-5 *2 (-631 *5)))))
+(-13 (-353 |t#1| |t#2|) (-146) (-554 |t#2|) (-355 |t#1|) (-329 |t#1|) (-10 -8 (-15 -2410 ($)) (-15 -3187 (|t#2|)) (-15 -3844 ($ |t#2|)) (-15 -3974 ($ |t#2|)) (-15 -3081 (|t#2| $)) (IF (|has| |t#1| (-320)) (-6 (-320)) |%noBranch|) (IF (|has| |t#1| (-312)) (PROGN (-6 (-312)) (-6 (-184 |t#1|)) (-15 -3844 ((-3 $ "failed") (-350 |t#2|))) (-15 -2409 ((-631 |t#1|) (-1180 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-299)) (-6 (-299)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-38 |#1|) . T) ((-38 $) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-82 |#1| |#1|) . T) ((-82 $ $) . T) ((-104) . T) ((-118) OR (|has| |#1| (-299)) (|has| |#1| (-118))) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-299)) (|has| |#1| (-312))) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-556 $) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-553 (-773)) . T) ((-146) . T) ((-554 |#2|) . T) ((-186 $) OR (|has| |#1| (-299)) (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (-12 (|has| |#1| (-190)) (|has| |#1| (-312)))) ((-184 |#1|) |has| |#1| (-312)) ((-190) OR (|has| |#1| (-299)) (-12 (|has| |#1| (-190)) (|has| |#1| (-312)))) ((-189) OR (|has| |#1| (-299)) (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (-12 (|has| |#1| (-190)) (|has| |#1| (-312)))) ((-225 |#1|) |has| |#1| (-312)) ((-201) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-246) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-258) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-312) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-345) |has| |#1| (-299)) ((-320) OR (|has| |#1| (-299)) (|has| |#1| (-320))) ((-299) |has| |#1| (-299)) ((-322 |#1| |#2|) . T) ((-353 |#1| |#2|) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-496) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-13) . T) ((-589 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-591 (-485)) |has| |#1| (-581 (-485))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-583 |#1|) . T) ((-583 $) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-581 (-485)) |has| |#1| (-581 (-485))) ((-581 |#1|) . T) ((-655 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-655 |#1|) . T) ((-655 $) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-664) . T) ((-807 $ (-1091)) OR (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091))))) ((-810 (-1091)) -12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091)))) ((-812 (-1091)) OR (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) (-12 (|has| |#1| (-312)) (|has| |#1| (-810 (-1091))))) ((-833) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T) ((-964 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-964 |#1|) . T) ((-964 $) . T) ((-969 (-350 (-485))) OR (|has| |#1| (-299)) (|has| |#1| (-312))) ((-969 |#1|) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1067) |has| |#1| (-299)) ((-1130) . T) ((-1135) OR (|has| |#1| (-299)) (|has| |#1| (-312))))
+((-3726 (($) 11 T CONST)) (-3469 (((-3 $ "failed") $) 14 T ELT)) (-2411 (((-85) $) 10 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 20 T ELT)))
+(((-663 |#1|) (-10 -7 (-15 -3469 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-695))) (-15 -2411 ((-85) |#1|)) (-15 -3726 (|#1|) -3954) (-15 ** (|#1| |#1| (-831)))) (-664)) (T -663))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 20 T ELT)) (-2411 (((-85) $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2668 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (** (($ $ (-831)) 17 T ELT) (($ $ (-695)) 21 T ELT)) (* (($ $ $) 18 T ELT)))
+(((-664) (-113)) (T -664))
+((-2668 (*1 *1) (-4 *1 (-664))) (-3726 (*1 *1) (-4 *1 (-664))) (-2411 (*1 *2 *1) (-12 (-4 *1 (-664)) (-5 *2 (-85)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-664)) (-5 *2 (-695)))) (-3469 (*1 *1 *1) (|partial| -4 *1 (-664))))
+(-13 (-1026) (-10 -8 (-15 -2668 ($) -3954) (-15 -3726 ($) -3954) (-15 -2411 ((-85) $)) (-15 ** ($ $ (-695))) (-15 -3469 ((-3 $ "failed") $))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1026) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-2413 ((|#1| $) 16 T ELT)) (-2412 (($ (-1 |#1| |#1| |#1|) |#1|) 11 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 ((|#1| $ |#1| |#1|) 14 T ELT)) (-3948 (((-773) $) NIL T ELT) (((-1023 |#1|) $) 17 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-665 |#1|) (-13 (-666 |#1|) (-1014) (-553 (-1023 |#1|)) (-10 -8 (-15 -2412 ($ (-1 |#1| |#1| |#1|) |#1|)))) (-72)) (T -665))
+((-2412 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-72)) (-5 *1 (-665 *3)))))
+((-2413 ((|#1| $) 8 T ELT)) (-3802 ((|#1| $ |#1| |#1|) 6 T ELT)))
+(((-666 |#1|) (-113) (-72)) (T -666))
+((-2413 (*1 *2 *1) (-12 (-4 *1 (-666 *2)) (-4 *2 (-72)))))
+(-13 (-1024 |t#1|) (-10 -8 (-15 -2413 (|t#1| $)) (-6 (|%Rule| |neutrality| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|)) (SEQ (-3058 (|f| |x| (-2413 |f|)) |x|) (|exit| 1 (-3058 (|f| (-2413 |f|) |x|) |x|))))))))
+(((-80 |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((-1024 |#1|) . T) ((-1130) . T))
+((-2414 (((-2 (|:| -3091 (-348 |#2|)) (|:| |special| (-348 |#2|))) |#2| (-1 |#2| |#2|)) 39 T ELT)) (-3420 (((-2 (|:| -3091 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12 T ELT)) (-2415 ((|#2| (-350 |#2|) (-1 |#2| |#2|)) 13 T ELT)) (-3437 (((-2 (|:| |poly| |#2|) (|:| -3091 (-350 |#2|)) (|:| |special| (-350 |#2|))) (-350 |#2|) (-1 |#2| |#2|)) 48 T ELT)))
+(((-667 |#1| |#2|) (-10 -7 (-15 -3420 ((-2 (|:| -3091 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2414 ((-2 (|:| -3091 (-348 |#2|)) (|:| |special| (-348 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2415 (|#2| (-350 |#2|) (-1 |#2| |#2|))) (-15 -3437 ((-2 (|:| |poly| |#2|) (|:| -3091 (-350 |#2|)) (|:| |special| (-350 |#2|))) (-350 |#2|) (-1 |#2| |#2|)))) (-312) (-1156 |#1|)) (T -667))
+((-3437 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| |poly| *6) (|:| -3091 (-350 *6)) (|:| |special| (-350 *6)))) (-5 *1 (-667 *5 *6)) (-5 *3 (-350 *6)))) (-2415 (*1 *2 *3 *4) (-12 (-5 *3 (-350 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1156 *5)) (-5 *1 (-667 *5 *2)) (-4 *5 (-312)))) (-2414 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| -3091 (-348 *3)) (|:| |special| (-348 *3)))) (-5 *1 (-667 *5 *3)))) (-3420 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-312)) (-5 *2 (-2 (|:| -3091 *3) (|:| |special| *3))) (-5 *1 (-667 *5 *3)))))
+((-2416 ((|#7| (-584 |#5|) |#6|) NIL T ELT)) (-3960 ((|#7| (-1 |#5| |#4|) |#6|) 27 T ELT)))
+(((-668 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -3960 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -2416 (|#7| (-584 |#5|) |#6|))) (-757) (-718) (-718) (-962) (-962) (-862 |#4| |#2| |#1|) (-862 |#5| |#3| |#1|)) (T -668))
+((-2416 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *9)) (-4 *9 (-962)) (-4 *5 (-757)) (-4 *6 (-718)) (-4 *8 (-962)) (-4 *2 (-862 *9 *7 *5)) (-5 *1 (-668 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-718)) (-4 *4 (-862 *8 *6 *5)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-962)) (-4 *9 (-962)) (-4 *5 (-757)) (-4 *6 (-718)) (-4 *2 (-862 *9 *7 *5)) (-5 *1 (-668 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-718)) (-4 *4 (-862 *8 *6 *5)))))
+((-3960 ((|#7| (-1 |#2| |#1|) |#6|) 28 T ELT)))
+(((-669 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -3960 (|#7| (-1 |#2| |#1|) |#6|))) (-757) (-757) (-718) (-718) (-962) (-862 |#5| |#3| |#1|) (-862 |#5| |#4| |#2|)) (T -669))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-757)) (-4 *6 (-757)) (-4 *7 (-718)) (-4 *9 (-962)) (-4 *2 (-862 *9 *8 *6)) (-5 *1 (-669 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-718)) (-4 *4 (-862 *9 *7 *5)))))
+((-3734 (((-348 |#4|) |#4|) 42 T ELT)))
+(((-670 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3734 ((-348 |#4|) |#4|))) (-718) (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ "failed") (-1091))))) (-258) (-862 (-858 |#3|) |#1| |#2|)) (T -670))
+((-3734 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ "failed") (-1091)))))) (-4 *6 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-670 *4 *5 *6 *3)) (-4 *3 (-862 (-858 *6) *4 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 (-774 |#1|)) $) NIL T ELT)) (-3085 (((-1086 $) $ (-774 |#1|)) NIL T ELT) (((-1086 |#2|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#2| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#2| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#2| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-774 |#1|))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#2| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#2| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-3 (-774 |#1|) #1#) $) NIL T ELT)) (-3158 ((|#2| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-774 |#1|) $) NIL T ELT)) (-3758 (($ $ $ (-774 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#2|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#2| (-392)) ELT) (($ $ (-774 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#2| (-822)) ELT)) (-1625 (($ $ |#2| (-470 (-774 |#1|)) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-774 |#1|) (-797 (-330))) (|has| |#2| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-774 |#1|) (-797 (-485))) (|has| |#2| (-797 (-485)))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3086 (($ (-1086 |#2|) (-774 |#1|)) NIL T ELT) (($ (-1086 $) (-774 |#1|)) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#2| (-470 (-774 |#1|))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-774 |#1|)) NIL T ELT)) (-2822 (((-470 (-774 |#1|)) $) NIL T ELT) (((-695) $ (-774 |#1|)) NIL T ELT) (((-584 (-695)) $ (-584 (-774 |#1|))) NIL T ELT)) (-1626 (($ (-1 (-470 (-774 |#1|)) (-470 (-774 |#1|))) $) NIL T ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3084 (((-3 (-774 |#1|) #1#) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#2| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-774 |#1|)) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 ((|#2| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#2| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#2| (-822)) ELT)) (-3468 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-496)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#2| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-774 |#1|) |#2|) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 |#2|)) NIL T ELT) (($ $ (-774 |#1|) $) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 $)) NIL T ELT)) (-3759 (($ $ (-774 |#1|)) NIL (|has| |#2| (-146)) ELT)) (-3760 (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|))) NIL T ELT) (($ $ (-774 |#1|)) NIL T ELT)) (-3950 (((-470 (-774 |#1|)) $) NIL T ELT) (((-695) $ (-774 |#1|)) NIL T ELT) (((-584 (-695)) $ (-584 (-774 |#1|))) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-774 |#1|) (-554 (-801 (-330)))) (|has| |#2| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-774 |#1|) (-554 (-801 (-485)))) (|has| |#2| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-774 |#1|) (-554 (-474))) (|has| |#2| (-554 (-474)))) ELT)) (-2819 ((|#2| $) NIL (|has| |#2| (-392)) ELT) (($ $ (-774 |#1|)) NIL (|has| |#2| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-774 |#1|)) NIL T ELT) (($ $) NIL (|has| |#2| (-496)) ELT) (($ (-350 (-485))) NIL (OR (|has| |#2| (-38 (-350 (-485)))) (|has| |#2| (-951 (-350 (-485))))) ELT)) (-3819 (((-584 |#2|) $) NIL T ELT)) (-3679 ((|#2| $ (-470 (-774 |#1|))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-822))) (|has| |#2| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#2| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#2| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-584 (-774 |#1|)) (-584 (-695))) NIL T ELT) (($ $ (-774 |#1|) (-695)) NIL T ELT) (($ $ (-584 (-774 |#1|))) NIL T ELT) (($ $ (-774 |#1|)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#2| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#2| (-38 (-350 (-485)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
+(((-671 |#1| |#2|) (-862 |#2| (-470 (-774 |#1|)) (-774 |#1|)) (-584 (-1091)) (-962)) (T -671))
+NIL
+((-2417 (((-2 (|:| -2485 (-858 |#3|)) (|:| -2059 (-858 |#3|))) |#4|) 14 T ELT)) (-2988 ((|#4| |#4| |#2|) 33 T ELT)) (-2420 ((|#4| (-350 (-858 |#3|)) |#2|) 62 T ELT)) (-2419 ((|#4| (-1086 (-858 |#3|)) |#2|) 74 T ELT)) (-2418 ((|#4| (-1086 |#4|) |#2|) 49 T ELT)) (-2987 ((|#4| |#4| |#2|) 52 T ELT)) (-3734 (((-348 |#4|) |#4|) 40 T ELT)))
+(((-672 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2417 ((-2 (|:| -2485 (-858 |#3|)) (|:| -2059 (-858 |#3|))) |#4|)) (-15 -2987 (|#4| |#4| |#2|)) (-15 -2418 (|#4| (-1086 |#4|) |#2|)) (-15 -2988 (|#4| |#4| |#2|)) (-15 -2419 (|#4| (-1086 (-858 |#3|)) |#2|)) (-15 -2420 (|#4| (-350 (-858 |#3|)) |#2|)) (-15 -3734 ((-348 |#4|) |#4|))) (-718) (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)))) (-496) (-862 (-350 (-858 |#3|)) |#1| |#2|)) (T -672))
+((-3734 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $))))) (-4 *6 (-496)) (-5 *2 (-348 *3)) (-5 *1 (-672 *4 *5 *6 *3)) (-4 *3 (-862 (-350 (-858 *6)) *4 *5)))) (-2420 (*1 *2 *3 *4) (-12 (-4 *6 (-496)) (-4 *2 (-862 *3 *5 *4)) (-5 *1 (-672 *5 *4 *6 *2)) (-5 *3 (-350 (-858 *6))) (-4 *5 (-718)) (-4 *4 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $))))))) (-2419 (*1 *2 *3 *4) (-12 (-5 *3 (-1086 (-858 *6))) (-4 *6 (-496)) (-4 *2 (-862 (-350 (-858 *6)) *5 *4)) (-5 *1 (-672 *5 *4 *6 *2)) (-4 *5 (-718)) (-4 *4 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $))))))) (-2988 (*1 *2 *2 *3) (-12 (-4 *4 (-718)) (-4 *3 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $))))) (-4 *5 (-496)) (-5 *1 (-672 *4 *3 *5 *2)) (-4 *2 (-862 (-350 (-858 *5)) *4 *3)))) (-2418 (*1 *2 *3 *4) (-12 (-5 *3 (-1086 *2)) (-4 *2 (-862 (-350 (-858 *6)) *5 *4)) (-5 *1 (-672 *5 *4 *6 *2)) (-4 *5 (-718)) (-4 *4 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $))))) (-4 *6 (-496)))) (-2987 (*1 *2 *2 *3) (-12 (-4 *4 (-718)) (-4 *3 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $))))) (-4 *5 (-496)) (-5 *1 (-672 *4 *3 *5 *2)) (-4 *2 (-862 (-350 (-858 *5)) *4 *3)))) (-2417 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $))))) (-4 *6 (-496)) (-5 *2 (-2 (|:| -2485 (-858 *6)) (|:| -2059 (-858 *6)))) (-5 *1 (-672 *4 *5 *6 *3)) (-4 *3 (-862 (-350 (-858 *6)) *4 *5)))))
+((-3734 (((-348 |#4|) |#4|) 54 T ELT)))
+(((-673 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3734 ((-348 |#4|) |#4|))) (-718) (-757) (-13 (-258) (-120)) (-862 (-350 |#3|) |#1| |#2|)) (T -673))
+((-3734 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-13 (-258) (-120))) (-5 *2 (-348 *3)) (-5 *1 (-673 *4 *5 *6 *3)) (-4 *3 (-862 (-350 *6) *4 *5)))))
+((-3960 (((-675 |#2| |#3|) (-1 |#2| |#1|) (-675 |#1| |#3|)) 18 T ELT)))
+(((-674 |#1| |#2| |#3|) (-10 -7 (-15 -3960 ((-675 |#2| |#3|) (-1 |#2| |#1|) (-675 |#1| |#3|)))) (-962) (-962) (-664)) (T -674))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-675 *5 *7)) (-4 *5 (-962)) (-4 *6 (-962)) (-4 *7 (-664)) (-5 *2 (-675 *6 *7)) (-5 *1 (-674 *5 *6 *7)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 36 T ELT)) (-3776 (((-584 (-2 (|:| -3956 |#1|) (|:| -3940 |#2|))) $) 37 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3138 (((-695)) 22 (-12 (|has| |#2| (-320)) (|has| |#1| (-320))) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) 76 T ELT) (((-3 |#1| #1#) $) 79 T ELT)) (-3158 ((|#2| $) NIL T ELT) ((|#1| $) NIL T ELT)) (-3961 (($ $) 99 (|has| |#2| (-757)) ELT)) (-3469 (((-3 $ #1#) $) 83 T ELT)) (-2996 (($) 48 (-12 (|has| |#2| (-320)) (|has| |#1| (-320))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) 70 T ELT)) (-2823 (((-584 $) $) 52 T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| |#2|) 17 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 68 T ELT)) (-2011 (((-831) $) 43 (-12 (|has| |#2| (-320)) (|has| |#1| (-320))) ELT)) (-2896 ((|#2| $) 98 (|has| |#2| (-757)) ELT)) (-3176 ((|#1| $) 97 (|has| |#2| (-757)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) 35 (-12 (|has| |#2| (-320)) (|has| |#1| (-320))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 96 T ELT) (($ (-485)) 59 T ELT) (($ |#2|) 55 T ELT) (($ |#1|) 56 T ELT) (($ (-584 (-2 (|:| -3956 |#1|) (|:| -3940 |#2|)))) 11 T ELT)) (-3819 (((-584 |#1|) $) 54 T ELT)) (-3679 ((|#1| $ |#2|) 114 T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 12 T CONST)) (-2668 (($) 44 T CONST)) (-3058 (((-85) $ $) 104 T ELT)) (-3839 (($ $) 61 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 33 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 66 T ELT) (($ $ $) 117 T ELT) (($ |#1| $) 63 (|has| |#1| (-146)) ELT) (($ $ |#1|) NIL (|has| |#1| (-146)) ELT)))
+(((-675 |#1| |#2|) (-13 (-962) (-951 |#2|) (-951 |#1|) (-10 -8 (-15 -2895 ($ |#1| |#2|)) (-15 -3679 (|#1| $ |#2|)) (-15 -3948 ($ (-584 (-2 (|:| -3956 |#1|) (|:| -3940 |#2|))))) (-15 -3776 ((-584 (-2 (|:| -3956 |#1|) (|:| -3940 |#2|))) $)) (-15 -3960 ($ (-1 |#1| |#1|) $)) (-15 -3939 ((-85) $)) (-15 -3819 ((-584 |#1|) $)) (-15 -2823 ((-584 $) $)) (-15 -2421 ((-695) $)) (IF (|has| |#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |#1| (-146)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-320)) (IF (|has| |#2| (-320)) (-6 (-320)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-757)) (PROGN (-15 -2896 (|#2| $)) (-15 -3176 (|#1| $)) (-15 -3961 ($ $))) |%noBranch|))) (-962) (-664)) (T -675))
+((-2895 (*1 *1 *2 *3) (-12 (-5 *1 (-675 *2 *3)) (-4 *2 (-962)) (-4 *3 (-664)))) (-3679 (*1 *2 *1 *3) (-12 (-4 *2 (-962)) (-5 *1 (-675 *2 *3)) (-4 *3 (-664)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-584 (-2 (|:| -3956 *3) (|:| -3940 *4)))) (-4 *3 (-962)) (-4 *4 (-664)) (-5 *1 (-675 *3 *4)))) (-3776 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| -3956 *3) (|:| -3940 *4)))) (-5 *1 (-675 *3 *4)) (-4 *3 (-962)) (-4 *4 (-664)))) (-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-675 *3 *4)) (-4 *4 (-664)))) (-3939 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-675 *3 *4)) (-4 *3 (-962)) (-4 *4 (-664)))) (-3819 (*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-675 *3 *4)) (-4 *3 (-962)) (-4 *4 (-664)))) (-2823 (*1 *2 *1) (-12 (-5 *2 (-584 (-675 *3 *4))) (-5 *1 (-675 *3 *4)) (-4 *3 (-962)) (-4 *4 (-664)))) (-2421 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-675 *3 *4)) (-4 *3 (-962)) (-4 *4 (-664)))) (-2896 (*1 *2 *1) (-12 (-4 *2 (-664)) (-4 *2 (-757)) (-5 *1 (-675 *3 *2)) (-4 *3 (-962)))) (-3176 (*1 *2 *1) (-12 (-4 *2 (-962)) (-5 *1 (-675 *2 *3)) (-4 *3 (-757)) (-4 *3 (-664)))) (-3961 (*1 *1 *1) (-12 (-5 *1 (-675 *2 *3)) (-4 *3 (-757)) (-4 *2 (-962)) (-4 *3 (-664)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2422 (((-584 |#1|) $) 38 T ELT)) (-3236 (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ $ $) 95 T ELT)) (-3238 (($ $ $) 99 T ELT)) (-3237 (((-85) $ $) 107 T ELT)) (-3241 (($ (-584 |#1|)) 26 T ELT) (($) 17 T ELT)) (-1571 (($ (-1 (-85) |#1|) $) 86 (|has| $ (-318 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-2369 (($ $) 88 T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) 71 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 80 (|has| $ (-318 |#1|)) ELT) (($ |#1| $ (-485)) 78 T ELT) (($ (-1 (-85) |#1|) $ (-485)) 81 T ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT) (($ |#1| $ (-485)) 83 T ELT) (($ (-1 (-85) |#1|) $ (-485)) 84 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3243 (((-85) $ $) 106 T ELT)) (-2423 (($) 15 T ELT) (($ |#1|) 28 T ELT) (($ (-584 |#1|)) 23 T ELT)) (-2610 (((-584 |#1|) $) 32 T ELT)) (-3247 (((-85) |#1| $) 66 (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 91 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 92 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3240 (($ $ $) 97 T ELT)) (-1275 ((|#1| $) 63 T ELT)) (-3611 (($ |#1| $) 64 T ELT) (($ |#1| $ (-695)) 89 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-1276 ((|#1| $) 62 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 57 T ELT)) (-3567 (($) 14 T ELT)) (-2368 (((-584 (-2 (|:| |entry| |#1|) (|:| -1731 (-695)))) $) 56 T ELT)) (-3239 (($ $ |#1|) NIL T ELT) (($ $ $) 98 T ELT)) (-1467 (($) 16 T ELT) (($ (-584 |#1|)) 25 T ELT)) (-1731 (((-695) |#1| $) 69 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) 82 T ELT)) (-3974 (((-474) $) 36 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 22 T ELT)) (-3948 (((-773) $) 50 T ELT)) (-3242 (($ (-584 |#1|)) 27 T ELT) (($) 18 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1277 (($ (-584 |#1|)) 24 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) 103 T ELT)) (-3959 (((-695) $) 68 T ELT)))
+(((-676 |#1|) (-13 (-677 |#1|) (-318 |#1|) (-1036 |#1|) (-10 -8 (-15 -2423 ($)) (-15 -2423 ($ |#1|)) (-15 -2423 ($ (-584 |#1|))) (-15 -2422 ((-584 |#1|) $)) (-15 -3408 ($ |#1| $ (-485))) (-15 -3408 ($ (-1 (-85) |#1|) $ (-485))) (-15 -3407 ($ |#1| $ (-485))) (-15 -3407 ($ (-1 (-85) |#1|) $ (-485))))) (-1014)) (T -676))
+((-2423 (*1 *1) (-12 (-5 *1 (-676 *2)) (-4 *2 (-1014)))) (-2423 (*1 *1 *2) (-12 (-5 *1 (-676 *2)) (-4 *2 (-1014)))) (-2423 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-676 *3)))) (-2422 (*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-676 *3)) (-4 *3 (-1014)))) (-3408 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *1 (-676 *2)) (-4 *2 (-1014)))) (-3408 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-85) *4)) (-5 *3 (-485)) (-4 *4 (-1014)) (-5 *1 (-676 *4)))) (-3407 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *1 (-676 *2)) (-4 *2 (-1014)))) (-3407 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-85) *4)) (-5 *3 (-485)) (-4 *4 (-1014)) (-5 *1 (-676 *4)))))
+((-2570 (((-85) $ $) 17 T ELT)) (-3236 (($ |#1| $) 70 T ELT) (($ $ |#1|) 69 T ELT) (($ $ $) 68 T ELT)) (-3238 (($ $ $) 66 T ELT)) (-3237 (((-85) $ $) 67 T ELT)) (-3241 (($ (-584 |#1|)) 62 T ELT) (($) 61 T ELT)) (-1571 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-2369 (($ $) 54 T ELT)) (-1354 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3408 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3243 (((-85) $ $) 58 T ELT)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 T ELT)) (-3240 (($ $ $) 63 T ELT)) (-1275 ((|#1| $) 34 T ELT)) (-3611 (($ |#1| $) 35 T ELT) (($ |#1| $ (-695)) 55 T ELT)) (-3245 (((-1034) $) 19 T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1276 ((|#1| $) 36 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-2368 (((-584 (-2 (|:| |entry| |#1|) (|:| -1731 (-695)))) $) 53 T ELT)) (-3239 (($ $ |#1|) 65 T ELT) (($ $ $) 64 T ELT)) (-1467 (($) 44 T ELT) (($ (-584 |#1|)) 43 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 51 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 45 T ELT)) (-3948 (((-773) $) 15 T ELT)) (-3242 (($ (-584 |#1|)) 60 T ELT) (($) 59 T ELT)) (-1266 (((-85) $ $) 18 T ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-3058 (((-85) $ $) 16 T ELT)))
+(((-677 |#1|) (-113) (-1014)) (T -677))
+NIL
+(-13 (-635 |t#1|) (-1012 |t#1|))
+(((-34) . T) ((-76 |#1|) . T) ((-72) . T) ((-553 (-773)) . T) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-193 |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-635 |#1|) . T) ((-1012 |#1|) . T) ((-1014) . T) ((-1036 |#1|) . T) ((-1130) . T))
+((-2424 (((-1186) (-1074)) 8 T ELT)))
+(((-678) (-10 -7 (-15 -2424 ((-1186) (-1074))))) (T -678))
+((-2424 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-678)))))
+((-2425 (((-584 |#1|) (-584 |#1|) (-584 |#1|)) 15 T ELT)))
+(((-679 |#1|) (-10 -7 (-15 -2425 ((-584 |#1|) (-584 |#1|) (-584 |#1|)))) (-757)) (T -679))
+((-2425 (*1 *2 *2 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-679 *3)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3083 (((-584 |#2|) $) 159 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 152 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 151 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 149 (|has| |#1| (-496)) ELT)) (-3494 (($ $) 108 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 91 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3039 (($ $) 90 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3492 (($ $) 107 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 92 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3496 (($ $) 106 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 93 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) 23 T CONST)) (-3961 (($ $) 143 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3816 (((-858 |#1|) $ (-695)) 121 T ELT) (((-858 |#1|) $ (-695) (-695)) 120 T ELT)) (-2894 (((-85) $) 160 T ELT)) (-3629 (($) 118 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-695) $ |#2|) 123 T ELT) (((-695) $ |#2| (-695)) 122 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 89 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3939 (((-85) $) 141 T ELT)) (-2895 (($ $ (-584 |#2|) (-584 (-470 |#2|))) 158 T ELT) (($ $ |#2| (-470 |#2|)) 157 T ELT) (($ |#1| (-470 |#2|)) 142 T ELT) (($ $ |#2| (-695)) 125 T ELT) (($ $ (-584 |#2|) (-584 (-695))) 124 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 140 T ELT)) (-3944 (($ $) 115 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) 138 T ELT)) (-3176 ((|#1| $) 137 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3814 (($ $ |#2|) 119 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3771 (($ $ (-695)) 126 T ELT)) (-3468 (((-3 $ "failed") $ $) 153 (|has| |#1| (-496)) ELT)) (-3945 (($ $) 116 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (($ $ |#2| $) 134 T ELT) (($ $ (-584 |#2|) (-584 $)) 133 T ELT) (($ $ (-584 (-249 $))) 132 T ELT) (($ $ (-249 $)) 131 T ELT) (($ $ $ $) 130 T ELT) (($ $ (-584 $) (-584 $)) 129 T ELT)) (-3760 (($ $ (-584 |#2|) (-584 (-695))) 52 T ELT) (($ $ |#2| (-695)) 51 T ELT) (($ $ (-584 |#2|)) 50 T ELT) (($ $ |#2|) 48 T ELT)) (-3950 (((-470 |#2|) $) 139 T ELT)) (-3497 (($ $) 105 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 94 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 104 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 95 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 103 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 96 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) 161 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 156 (|has| |#1| (-146)) ELT) (($ $) 154 (|has| |#1| (-496)) ELT) (($ (-350 (-485))) 146 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3679 ((|#1| $ (-470 |#2|)) 144 T ELT) (($ $ |#2| (-695)) 128 T ELT) (($ $ (-584 |#2|) (-584 (-695))) 127 T ELT)) (-2704 (((-633 $) $) 155 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3500 (($ $) 114 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 102 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) 150 (|has| |#1| (-496)) ELT)) (-3498 (($ $) 113 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 101 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 112 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 100 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3503 (($ $) 111 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 99 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 110 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 98 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 109 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 97 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-584 |#2|) (-584 (-695))) 55 T ELT) (($ $ |#2| (-695)) 54 T ELT) (($ $ (-584 |#2|)) 53 T ELT) (($ $ |#2|) 49 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 145 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ $) 117 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 88 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 148 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) 147 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 136 T ELT) (($ $ |#1|) 135 T ELT)))
+(((-680 |#1| |#2|) (-113) (-962) (-757)) (T -680))
+((-3679 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-680 *4 *2)) (-4 *4 (-962)) (-4 *2 (-757)))) (-3679 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 *5)) (-5 *3 (-584 (-695))) (-4 *1 (-680 *4 *5)) (-4 *4 (-962)) (-4 *5 (-757)))) (-3771 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-680 *3 *4)) (-4 *3 (-962)) (-4 *4 (-757)))) (-2895 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-680 *4 *2)) (-4 *4 (-962)) (-4 *2 (-757)))) (-2895 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 *5)) (-5 *3 (-584 (-695))) (-4 *1 (-680 *4 *5)) (-4 *4 (-962)) (-4 *5 (-757)))) (-3774 (*1 *2 *1 *3) (-12 (-4 *1 (-680 *4 *3)) (-4 *4 (-962)) (-4 *3 (-757)) (-5 *2 (-695)))) (-3774 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-695)) (-4 *1 (-680 *4 *3)) (-4 *4 (-962)) (-4 *3 (-757)))) (-3816 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-680 *4 *5)) (-4 *4 (-962)) (-4 *5 (-757)) (-5 *2 (-858 *4)))) (-3816 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-695)) (-4 *1 (-680 *4 *5)) (-4 *4 (-962)) (-4 *5 (-757)) (-5 *2 (-858 *4)))) (-3814 (*1 *1 *1 *2) (-12 (-4 *1 (-680 *3 *2)) (-4 *3 (-962)) (-4 *2 (-757)) (-4 *3 (-38 (-350 (-485)))))))
+(-13 (-810 |t#2|) (-887 |t#1| (-470 |t#2|) |t#2|) (-456 |t#2| $) (-260 $) (-10 -8 (-15 -3679 ($ $ |t#2| (-695))) (-15 -3679 ($ $ (-584 |t#2|) (-584 (-695)))) (-15 -3771 ($ $ (-695))) (-15 -2895 ($ $ |t#2| (-695))) (-15 -2895 ($ $ (-584 |t#2|) (-584 (-695)))) (-15 -3774 ((-695) $ |t#2|)) (-15 -3774 ((-695) $ |t#2| (-695))) (-15 -3816 ((-858 |t#1|) $ (-695))) (-15 -3816 ((-858 |t#1|) $ (-695) (-695))) (IF (|has| |t#1| (-38 (-350 (-485)))) (PROGN (-15 -3814 ($ $ |t#2|)) (-6 (-916)) (-6 (-1116))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| (-470 |#2|)) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-496)) ((-35) |has| |#1| (-38 (-350 (-485)))) ((-66) |has| |#1| (-38 (-350 (-485)))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-556 (-485)) . T) ((-556 |#1|) |has| |#1| (-146)) ((-556 $) |has| |#1| (-496)) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-239) |has| |#1| (-38 (-350 (-485)))) ((-246) |has| |#1| (-496)) ((-260 $) . T) ((-433) |has| |#1| (-38 (-350 (-485)))) ((-456 |#2| $) . T) ((-456 $ $) . T) ((-496) |has| |#1| (-496)) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) |has| |#1| (-496)) ((-655 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) |has| |#1| (-496)) ((-664) . T) ((-807 $ |#2|) . T) ((-810 |#2|) . T) ((-812 |#2|) . T) ((-887 |#1| (-470 |#2|) |#2|) . T) ((-916) |has| |#1| (-38 (-350 (-485)))) ((-964 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-969 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1116) |has| |#1| (-38 (-350 (-485)))) ((-1119) |has| |#1| (-38 (-350 (-485)))) ((-1130) . T))
+((-3734 (((-348 (-1086 |#4|)) (-1086 |#4|)) 30 T ELT) (((-348 |#4|) |#4|) 26 T ELT)))
+(((-681 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3734 ((-348 |#4|) |#4|)) (-15 -3734 ((-348 (-1086 |#4|)) (-1086 |#4|)))) (-757) (-718) (-13 (-258) (-120)) (-862 |#3| |#2| |#1|)) (T -681))
+((-3734 (*1 *2 *3) (-12 (-4 *4 (-757)) (-4 *5 (-718)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-862 *6 *5 *4)) (-5 *2 (-348 (-1086 *7))) (-5 *1 (-681 *4 *5 *6 *7)) (-5 *3 (-1086 *7)))) (-3734 (*1 *2 *3) (-12 (-4 *4 (-757)) (-4 *5 (-718)) (-4 *6 (-13 (-258) (-120))) (-5 *2 (-348 *3)) (-5 *1 (-681 *4 *5 *6 *3)) (-4 *3 (-862 *6 *5 *4)))))
+((-2428 (((-348 |#4|) |#4| |#2|) 142 T ELT)) (-2426 (((-348 |#4|) |#4|) NIL T ELT)) (-3973 (((-348 (-1086 |#4|)) (-1086 |#4|)) 129 T ELT) (((-348 |#4|) |#4|) 52 T ELT)) (-2430 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-584 (-2 (|:| -3734 (-1086 |#4|)) (|:| -2402 (-485)))))) (-1086 |#4|) (-584 |#2|) (-584 (-584 |#3|))) 81 T ELT)) (-2434 (((-1086 |#3|) (-1086 |#3|) (-485)) 169 T ELT)) (-2433 (((-584 (-695)) (-1086 |#4|) (-584 |#2|) (-695)) 75 T ELT)) (-3081 (((-3 (-584 (-1086 |#4|)) "failed") (-1086 |#4|) (-1086 |#3|) (-1086 |#3|) |#4| (-584 |#2|) (-584 (-695)) (-584 |#3|)) 79 T ELT)) (-2431 (((-2 (|:| |upol| (-1086 |#3|)) (|:| |Lval| (-584 |#3|)) (|:| |Lfact| (-584 (-2 (|:| -3734 (-1086 |#3|)) (|:| -2402 (-485))))) (|:| |ctpol| |#3|)) (-1086 |#4|) (-584 |#2|) (-584 (-584 |#3|))) 27 T ELT)) (-2429 (((-2 (|:| -2005 (-1086 |#4|)) (|:| |polval| (-1086 |#3|))) (-1086 |#4|) (-1086 |#3|) (-485)) 72 T ELT)) (-2427 (((-485) (-584 (-2 (|:| -3734 (-1086 |#3|)) (|:| -2402 (-485))))) 165 T ELT)) (-2432 ((|#4| (-485) (-348 |#4|)) 73 T ELT)) (-3359 (((-85) (-584 (-2 (|:| -3734 (-1086 |#3|)) (|:| -2402 (-485)))) (-584 (-2 (|:| -3734 (-1086 |#3|)) (|:| -2402 (-485))))) NIL T ELT)))
+(((-682 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3973 ((-348 |#4|) |#4|)) (-15 -3973 ((-348 (-1086 |#4|)) (-1086 |#4|))) (-15 -2426 ((-348 |#4|) |#4|)) (-15 -2427 ((-485) (-584 (-2 (|:| -3734 (-1086 |#3|)) (|:| -2402 (-485)))))) (-15 -2428 ((-348 |#4|) |#4| |#2|)) (-15 -2429 ((-2 (|:| -2005 (-1086 |#4|)) (|:| |polval| (-1086 |#3|))) (-1086 |#4|) (-1086 |#3|) (-485))) (-15 -2430 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-584 (-2 (|:| -3734 (-1086 |#4|)) (|:| -2402 (-485)))))) (-1086 |#4|) (-584 |#2|) (-584 (-584 |#3|)))) (-15 -2431 ((-2 (|:| |upol| (-1086 |#3|)) (|:| |Lval| (-584 |#3|)) (|:| |Lfact| (-584 (-2 (|:| -3734 (-1086 |#3|)) (|:| -2402 (-485))))) (|:| |ctpol| |#3|)) (-1086 |#4|) (-584 |#2|) (-584 (-584 |#3|)))) (-15 -2432 (|#4| (-485) (-348 |#4|))) (-15 -3359 ((-85) (-584 (-2 (|:| -3734 (-1086 |#3|)) (|:| -2402 (-485)))) (-584 (-2 (|:| -3734 (-1086 |#3|)) (|:| -2402 (-485)))))) (-15 -3081 ((-3 (-584 (-1086 |#4|)) "failed") (-1086 |#4|) (-1086 |#3|) (-1086 |#3|) |#4| (-584 |#2|) (-584 (-695)) (-584 |#3|))) (-15 -2433 ((-584 (-695)) (-1086 |#4|) (-584 |#2|) (-695))) (-15 -2434 ((-1086 |#3|) (-1086 |#3|) (-485)))) (-718) (-757) (-258) (-862 |#3| |#1| |#2|)) (T -682))
+((-2434 (*1 *2 *2 *3) (-12 (-5 *2 (-1086 *6)) (-5 *3 (-485)) (-4 *6 (-258)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-682 *4 *5 *6 *7)) (-4 *7 (-862 *6 *4 *5)))) (-2433 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1086 *9)) (-5 *4 (-584 *7)) (-4 *7 (-757)) (-4 *9 (-862 *8 *6 *7)) (-4 *6 (-718)) (-4 *8 (-258)) (-5 *2 (-584 (-695))) (-5 *1 (-682 *6 *7 *8 *9)) (-5 *5 (-695)))) (-3081 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1086 *11)) (-5 *6 (-584 *10)) (-5 *7 (-584 (-695))) (-5 *8 (-584 *11)) (-4 *10 (-757)) (-4 *11 (-258)) (-4 *9 (-718)) (-4 *5 (-862 *11 *9 *10)) (-5 *2 (-584 (-1086 *5))) (-5 *1 (-682 *9 *10 *11 *5)) (-5 *3 (-1086 *5)))) (-3359 (*1 *2 *3 *3) (-12 (-5 *3 (-584 (-2 (|:| -3734 (-1086 *6)) (|:| -2402 (-485))))) (-4 *6 (-258)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)) (-5 *1 (-682 *4 *5 *6 *7)) (-4 *7 (-862 *6 *4 *5)))) (-2432 (*1 *2 *3 *4) (-12 (-5 *3 (-485)) (-5 *4 (-348 *2)) (-4 *2 (-862 *7 *5 *6)) (-5 *1 (-682 *5 *6 *7 *2)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-258)))) (-2431 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1086 *9)) (-5 *4 (-584 *7)) (-5 *5 (-584 (-584 *8))) (-4 *7 (-757)) (-4 *8 (-258)) (-4 *9 (-862 *8 *6 *7)) (-4 *6 (-718)) (-5 *2 (-2 (|:| |upol| (-1086 *8)) (|:| |Lval| (-584 *8)) (|:| |Lfact| (-584 (-2 (|:| -3734 (-1086 *8)) (|:| -2402 (-485))))) (|:| |ctpol| *8))) (-5 *1 (-682 *6 *7 *8 *9)))) (-2430 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-584 *7)) (-5 *5 (-584 (-584 *8))) (-4 *7 (-757)) (-4 *8 (-258)) (-4 *6 (-718)) (-4 *9 (-862 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-584 (-2 (|:| -3734 (-1086 *9)) (|:| -2402 (-485))))))) (-5 *1 (-682 *6 *7 *8 *9)) (-5 *3 (-1086 *9)))) (-2429 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-485)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-258)) (-4 *9 (-862 *8 *6 *7)) (-5 *2 (-2 (|:| -2005 (-1086 *9)) (|:| |polval| (-1086 *8)))) (-5 *1 (-682 *6 *7 *8 *9)) (-5 *3 (-1086 *9)) (-5 *4 (-1086 *8)))) (-2428 (*1 *2 *3 *4) (-12 (-4 *5 (-718)) (-4 *4 (-757)) (-4 *6 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-682 *5 *4 *6 *3)) (-4 *3 (-862 *6 *5 *4)))) (-2427 (*1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| -3734 (-1086 *6)) (|:| -2402 (-485))))) (-4 *6 (-258)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-485)) (-5 *1 (-682 *4 *5 *6 *7)) (-4 *7 (-862 *6 *4 *5)))) (-2426 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-682 *4 *5 *6 *3)) (-4 *3 (-862 *6 *4 *5)))) (-3973 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)) (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-348 (-1086 *7))) (-5 *1 (-682 *4 *5 *6 *7)) (-5 *3 (-1086 *7)))) (-3973 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-682 *4 *5 *6 *3)) (-4 *3 (-862 *6 *4 *5)))))
+((-2435 (($ $ (-831)) 17 T ELT)))
+(((-683 |#1| |#2|) (-10 -7 (-15 -2435 (|#1| |#1| (-831)))) (-684 |#2|) (-146)) (T -683))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-2408 (($ $ (-831)) 37 T ELT)) (-2435 (($ $ (-831)) 44 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2407 (($ $ (-831)) 38 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2437 (($ $ $) 34 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2438 (($ $ $ $) 35 T ELT)) (-2436 (($ $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 39 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 36 T ELT) (($ $ |#1|) 46 T ELT) (($ |#1| $) 45 T ELT)))
+(((-684 |#1|) (-113) (-146)) (T -684))
+((-2435 (*1 *1 *1 *2) (-12 (-5 *2 (-831)) (-4 *1 (-684 *3)) (-4 *3 (-146)))))
+(-13 (-686) (-655 |t#1|) (-10 -8 (-15 -2435 ($ $ (-831)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-583 |#1|) . T) ((-655 |#1|) . T) ((-658) . T) ((-686) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2437 (($ $ $) 10 T ELT)) (-2438 (($ $ $ $) 9 T ELT)) (-2436 (($ $ $) 12 T ELT)))
+(((-685 |#1|) (-10 -7 (-15 -2436 (|#1| |#1| |#1|)) (-15 -2437 (|#1| |#1| |#1|)) (-15 -2438 (|#1| |#1| |#1| |#1|))) (-686)) (T -685))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-2408 (($ $ (-831)) 37 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2407 (($ $ (-831)) 38 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2437 (($ $ $) 34 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2438 (($ $ $ $) 35 T ELT)) (-2436 (($ $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 39 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 36 T ELT)))
+(((-686) (-113)) (T -686))
+((-2438 (*1 *1 *1 *1 *1) (-4 *1 (-686))) (-2437 (*1 *1 *1 *1) (-4 *1 (-686))) (-2436 (*1 *1 *1 *1) (-4 *1 (-686))))
+(-13 (-21) (-658) (-10 -8 (-15 -2438 ($ $ $ $)) (-15 -2437 ($ $ $)) (-15 -2436 ($ $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-658) . T) ((-1014) . T) ((-1130) . T))
+((-3948 (((-773) $) NIL T ELT) (($ (-485)) 10 T ELT)))
+(((-687 |#1|) (-10 -7 (-15 -3948 (|#1| (-485))) (-15 -3948 ((-773) |#1|))) (-688)) (T -687))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-2405 (((-3 $ #1="failed") $) 49 T ELT)) (-2408 (($ $ (-831)) 37 T ELT) (($ $ (-695)) 44 T ELT)) (-3469 (((-3 $ #1#) $) 47 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 43 T ELT)) (-2406 (((-3 $ #1#) $) 48 T ELT)) (-2407 (($ $ (-831)) 38 T ELT) (($ $ (-695)) 45 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2437 (($ $ $) 34 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 40 T ELT)) (-3128 (((-695)) 41 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2438 (($ $ $ $) 35 T ELT)) (-2436 (($ $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 42 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 39 T ELT) (($ $ (-695)) 46 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 36 T ELT)))
+(((-688) (-113)) (T -688))
+((-3128 (*1 *2) (-12 (-4 *1 (-688)) (-5 *2 (-695)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-688)))))
+(-13 (-686) (-660) (-10 -8 (-15 -3128 ((-695)) -3954) (-15 -3948 ($ (-485)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-658) . T) ((-660) . T) ((-686) . T) ((-1014) . T) ((-1130) . T))
+((-2440 (((-584 (-2 (|:| |outval| (-142 |#1|)) (|:| |outmult| (-485)) (|:| |outvect| (-584 (-631 (-142 |#1|)))))) (-631 (-142 (-350 (-485)))) |#1|) 33 T ELT)) (-2439 (((-584 (-142 |#1|)) (-631 (-142 (-350 (-485)))) |#1|) 23 T ELT)) (-2451 (((-858 (-142 (-350 (-485)))) (-631 (-142 (-350 (-485)))) (-1091)) 20 T ELT) (((-858 (-142 (-350 (-485)))) (-631 (-142 (-350 (-485))))) 19 T ELT)))
+(((-689 |#1|) (-10 -7 (-15 -2451 ((-858 (-142 (-350 (-485)))) (-631 (-142 (-350 (-485)))))) (-15 -2451 ((-858 (-142 (-350 (-485)))) (-631 (-142 (-350 (-485)))) (-1091))) (-15 -2439 ((-584 (-142 |#1|)) (-631 (-142 (-350 (-485)))) |#1|)) (-15 -2440 ((-584 (-2 (|:| |outval| (-142 |#1|)) (|:| |outmult| (-485)) (|:| |outvect| (-584 (-631 (-142 |#1|)))))) (-631 (-142 (-350 (-485)))) |#1|))) (-13 (-312) (-756))) (T -689))
+((-2440 (*1 *2 *3 *4) (-12 (-5 *3 (-631 (-142 (-350 (-485))))) (-5 *2 (-584 (-2 (|:| |outval| (-142 *4)) (|:| |outmult| (-485)) (|:| |outvect| (-584 (-631 (-142 *4))))))) (-5 *1 (-689 *4)) (-4 *4 (-13 (-312) (-756))))) (-2439 (*1 *2 *3 *4) (-12 (-5 *3 (-631 (-142 (-350 (-485))))) (-5 *2 (-584 (-142 *4))) (-5 *1 (-689 *4)) (-4 *4 (-13 (-312) (-756))))) (-2451 (*1 *2 *3 *4) (-12 (-5 *3 (-631 (-142 (-350 (-485))))) (-5 *4 (-1091)) (-5 *2 (-858 (-142 (-350 (-485))))) (-5 *1 (-689 *5)) (-4 *5 (-13 (-312) (-756))))) (-2451 (*1 *2 *3) (-12 (-5 *3 (-631 (-142 (-350 (-485))))) (-5 *2 (-858 (-142 (-350 (-485))))) (-5 *1 (-689 *4)) (-4 *4 (-13 (-312) (-756))))))
+((-2618 (((-148 (-485)) |#1|) 27 T ELT)))
+(((-690 |#1|) (-10 -7 (-15 -2618 ((-148 (-485)) |#1|))) (-347)) (T -690))
+((-2618 (*1 *2 *3) (-12 (-5 *2 (-148 (-485))) (-5 *1 (-690 *3)) (-4 *3 (-347)))))
+((-2544 ((|#1| |#1| |#1|) 28 T ELT)) (-2545 ((|#1| |#1| |#1|) 27 T ELT)) (-2534 ((|#1| |#1| |#1|) 38 T ELT)) (-2542 ((|#1| |#1| |#1|) 33 T ELT)) (-2543 (((-3 |#1| "failed") |#1| |#1|) 31 T ELT)) (-2550 (((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|) 26 T ELT)))
+(((-691 |#1| |#2|) (-10 -7 (-15 -2550 ((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|)) (-15 -2545 (|#1| |#1| |#1|)) (-15 -2544 (|#1| |#1| |#1|)) (-15 -2543 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2542 (|#1| |#1| |#1|)) (-15 -2534 (|#1| |#1| |#1|))) (-646 |#2|) (-312)) (T -691))
+((-2534 (*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-691 *2 *3)) (-4 *2 (-646 *3)))) (-2542 (*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-691 *2 *3)) (-4 *2 (-646 *3)))) (-2543 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-312)) (-5 *1 (-691 *2 *3)) (-4 *2 (-646 *3)))) (-2544 (*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-691 *2 *3)) (-4 *2 (-646 *3)))) (-2545 (*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-691 *2 *3)) (-4 *2 (-646 *3)))) (-2550 (*1 *2 *3 *3) (-12 (-4 *4 (-312)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-691 *3 *4)) (-4 *3 (-646 *4)))))
+((-2557 (((-633 (-1139)) $ (-1139)) 27 T ELT)) (-2558 (((-633 (-489)) $ (-489)) 26 T ELT)) (-2556 (((-695) $ (-102)) 28 T ELT)) (-2559 (((-633 (-101)) $ (-101)) 25 T ELT)) (-2001 (((-633 (-1139)) $) 12 T ELT)) (-1997 (((-633 (-1137)) $) 8 T ELT)) (-1999 (((-633 (-1136)) $) 10 T ELT)) (-2002 (((-633 (-489)) $) 13 T ELT)) (-1998 (((-633 (-487)) $) 9 T ELT)) (-2000 (((-633 (-486)) $) 11 T ELT)) (-1996 (((-695) $ (-102)) 7 T ELT)) (-2003 (((-633 (-101)) $) 14 T ELT)) (-2441 (((-85) $) 32 T ELT)) (-2442 (((-633 $) |#1| (-866)) 33 T ELT)) (-1701 (($ $) 6 T ELT)))
+(((-692 |#1|) (-113) (-1014)) (T -692))
+((-2442 (*1 *2 *3 *4) (-12 (-5 *4 (-866)) (-4 *3 (-1014)) (-5 *2 (-633 *1)) (-4 *1 (-692 *3)))) (-2441 (*1 *2 *1) (-12 (-4 *1 (-692 *3)) (-4 *3 (-1014)) (-5 *2 (-85)))))
+(-13 (-513) (-10 -8 (-15 -2442 ((-633 $) |t#1| (-866))) (-15 -2441 ((-85) $))))
+(((-147) . T) ((-466) . T) ((-513) . T) ((-771) . T))
+((-3921 (((-2 (|:| -2013 (-631 (-485))) (|:| |basisDen| (-485)) (|:| |basisInv| (-631 (-485)))) (-485)) 72 T ELT)) (-3920 (((-2 (|:| -2013 (-631 (-485))) (|:| |basisDen| (-485)) (|:| |basisInv| (-631 (-485))))) 70 T ELT)) (-3759 (((-485)) 86 T ELT)))
+(((-693 |#1| |#2|) (-10 -7 (-15 -3759 ((-485))) (-15 -3920 ((-2 (|:| -2013 (-631 (-485))) (|:| |basisDen| (-485)) (|:| |basisInv| (-631 (-485)))))) (-15 -3921 ((-2 (|:| -2013 (-631 (-485))) (|:| |basisDen| (-485)) (|:| |basisInv| (-631 (-485)))) (-485)))) (-1156 (-485)) (-353 (-485) |#1|)) (T -693))
+((-3921 (*1 *2 *3) (-12 (-5 *3 (-485)) (-4 *4 (-1156 *3)) (-5 *2 (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3)))) (-5 *1 (-693 *4 *5)) (-4 *5 (-353 *3 *4)))) (-3920 (*1 *2) (-12 (-4 *3 (-1156 (-485))) (-5 *2 (-2 (|:| -2013 (-631 (-485))) (|:| |basisDen| (-485)) (|:| |basisInv| (-631 (-485))))) (-5 *1 (-693 *3 *4)) (-4 *4 (-353 (-485) *3)))) (-3759 (*1 *2) (-12 (-4 *3 (-1156 *2)) (-5 *2 (-485)) (-5 *1 (-693 *3 *4)) (-4 *4 (-353 *2 *3)))))
+((-2510 (((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-858 |#1|))) 19 T ELT) (((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-858 |#1|)) (-584 (-1091))) 18 T ELT)) (-3575 (((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-858 |#1|))) 21 T ELT) (((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-858 |#1|)) (-584 (-1091))) 20 T ELT)))
+(((-694 |#1|) (-10 -7 (-15 -2510 ((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-858 |#1|)) (-584 (-1091)))) (-15 -2510 ((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-858 |#1|)))) (-15 -3575 ((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-858 |#1|)) (-584 (-1091)))) (-15 -3575 ((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-858 |#1|))))) (-496)) (T -694))
+((-3575 (*1 *2 *3) (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-496)) (-5 *2 (-584 (-584 (-249 (-350 (-858 *4)))))) (-5 *1 (-694 *4)))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-584 (-1091))) (-4 *5 (-496)) (-5 *2 (-584 (-584 (-249 (-350 (-858 *5)))))) (-5 *1 (-694 *5)))) (-2510 (*1 *2 *3) (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-496)) (-5 *2 (-584 (-584 (-249 (-350 (-858 *4)))))) (-5 *1 (-694 *4)))) (-2510 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-584 (-1091))) (-4 *5 (-496)) (-5 *2 (-584 (-584 (-249 (-350 (-858 *5)))))) (-5 *1 (-694 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2485 (($ $ $) 10 T ELT)) (-1313 (((-3 $ #1="failed") $ $) 15 T ELT)) (-2443 (($ $ (-485)) 11 T ELT)) (-3726 (($) NIL T CONST)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($ $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-3188 (((-85) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3146 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 6 T CONST)) (-2668 (($) NIL T CONST)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-695)) NIL T ELT) (($ $ (-831)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ $ $) NIL T ELT)))
+(((-695) (-13 (-718) (-664) (-10 -8 (-15 -2565 ($ $ $)) (-15 -2566 ($ $ $)) (-15 -3146 ($ $ $)) (-15 -2881 ((-2 (|:| -1973 $) (|:| -2904 $)) $ $)) (-15 -3468 ((-3 $ "failed") $ $)) (-15 -2443 ($ $ (-485))) (-15 -2996 ($ $)) (-6 (-3999 "*"))))) (T -695))
+((-2565 (*1 *1 *1 *1) (-5 *1 (-695))) (-2566 (*1 *1 *1 *1) (-5 *1 (-695))) (-3146 (*1 *1 *1 *1) (-5 *1 (-695))) (-2881 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1973 (-695)) (|:| -2904 (-695)))) (-5 *1 (-695)))) (-3468 (*1 *1 *1 *1) (|partial| -5 *1 (-695))) (-2443 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-695)))) (-2996 (*1 *1 *1) (-5 *1 (-695))))
+((-485) (|%not| (|%ilt| |#1| 0)))
+((-3575 (((-3 |#2| "failed") |#2| |#2| (-86) (-1091)) 37 T ELT)))
+(((-696 |#1| |#2|) (-10 -7 (-15 -3575 ((-3 |#2| "failed") |#2| |#2| (-86) (-1091)))) (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)) (-13 (-29 |#1|) (-1116) (-872))) (T -696))
+((-3575 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-86)) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *1 (-696 *5 *2)) (-4 *2 (-13 (-29 *5) (-1116) (-872))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 7 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 9 T ELT)))
+(((-697) (-1014)) (T -697))
+NIL
+((-3948 (((-697) |#1|) 8 T ELT)))
+(((-698 |#1|) (-10 -7 (-15 -3948 ((-697) |#1|))) (-1130)) (T -698))
+((-3948 (*1 *2 *3) (-12 (-5 *2 (-697)) (-5 *1 (-698 *3)) (-4 *3 (-1130)))))
+((-3134 ((|#2| |#4|) 35 T ELT)))
+(((-699 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3134 (|#2| |#4|))) (-392) (-1156 |#1|) (-662 |#1| |#2|) (-1156 |#3|)) (T -699))
+((-3134 (*1 *2 *3) (-12 (-4 *4 (-392)) (-4 *5 (-662 *4 *2)) (-4 *2 (-1156 *4)) (-5 *1 (-699 *4 *2 *5 *3)) (-4 *3 (-1156 *5)))))
+((-3469 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 57 T ELT)) (-2446 (((-1186) (-1074) (-1074) |#4| |#5|) 33 T ELT)) (-2444 ((|#4| |#4| |#5|) 74 T ELT)) (-2445 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#5|) 79 T ELT)) (-2447 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 |#5|))) |#4| |#5|) 16 T ELT)))
+(((-700 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3469 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2444 (|#4| |#4| |#5|)) (-15 -2445 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#5|)) (-15 -2446 ((-1186) (-1074) (-1074) |#4| |#5|)) (-15 -2447 ((-584 (-2 (|:| |val| (-85)) (|:| -1601 |#5|))) |#4| |#5|))) (-392) (-718) (-757) (-978 |#1| |#2| |#3|) (-984 |#1| |#2| |#3| |#4|)) (T -700))
+((-2447 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *4)))) (-5 *1 (-700 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-2446 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1074)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *4 (-978 *6 *7 *8)) (-5 *2 (-1186)) (-5 *1 (-700 *6 *7 *8 *4 *5)) (-4 *5 (-984 *6 *7 *8 *4)))) (-2445 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-700 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-2444 (*1 *2 *2 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *2 (-978 *4 *5 *6)) (-5 *1 (-700 *4 *5 *6 *2 *3)) (-4 *3 (-984 *4 *5 *6 *2)))) (-3469 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-700 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
+((-3159 (((-3 (-1086 (-1086 |#1|)) "failed") |#4|) 53 T ELT)) (-2448 (((-584 |#4|) |#4|) 22 T ELT)) (-3930 ((|#4| |#4|) 17 T ELT)))
+(((-701 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2448 ((-584 |#4|) |#4|)) (-15 -3159 ((-3 (-1086 (-1086 |#1|)) "failed") |#4|)) (-15 -3930 (|#4| |#4|))) (-299) (-280 |#1|) (-1156 |#2|) (-1156 |#3|) (-831)) (T -701))
+((-3930 (*1 *2 *2) (-12 (-4 *3 (-299)) (-4 *4 (-280 *3)) (-4 *5 (-1156 *4)) (-5 *1 (-701 *3 *4 *5 *2 *6)) (-4 *2 (-1156 *5)) (-14 *6 (-831)))) (-3159 (*1 *2 *3) (|partial| -12 (-4 *4 (-299)) (-4 *5 (-280 *4)) (-4 *6 (-1156 *5)) (-5 *2 (-1086 (-1086 *4))) (-5 *1 (-701 *4 *5 *6 *3 *7)) (-4 *3 (-1156 *6)) (-14 *7 (-831)))) (-2448 (*1 *2 *3) (-12 (-4 *4 (-299)) (-4 *5 (-280 *4)) (-4 *6 (-1156 *5)) (-5 *2 (-584 *3)) (-5 *1 (-701 *4 *5 *6 *3 *7)) (-4 *3 (-1156 *6)) (-14 *7 (-831)))))
+((-2449 (((-2 (|:| |deter| (-584 (-1086 |#5|))) (|:| |dterm| (-584 (-584 (-2 (|:| -3080 (-695)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-584 |#1|)) (|:| |nlead| (-584 |#5|))) (-1086 |#5|) (-584 |#1|) (-584 |#5|)) 72 T ELT)) (-2450 (((-584 (-695)) |#1|) 20 T ELT)))
+(((-702 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2449 ((-2 (|:| |deter| (-584 (-1086 |#5|))) (|:| |dterm| (-584 (-584 (-2 (|:| -3080 (-695)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-584 |#1|)) (|:| |nlead| (-584 |#5|))) (-1086 |#5|) (-584 |#1|) (-584 |#5|))) (-15 -2450 ((-584 (-695)) |#1|))) (-1156 |#4|) (-718) (-757) (-258) (-862 |#4| |#2| |#3|)) (T -702))
+((-2450 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)) (-5 *2 (-584 (-695))) (-5 *1 (-702 *3 *4 *5 *6 *7)) (-4 *3 (-1156 *6)) (-4 *7 (-862 *6 *4 *5)))) (-2449 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1156 *9)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *9 (-258)) (-4 *10 (-862 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-584 (-1086 *10))) (|:| |dterm| (-584 (-584 (-2 (|:| -3080 (-695)) (|:| |pcoef| *10))))) (|:| |nfacts| (-584 *6)) (|:| |nlead| (-584 *10)))) (-5 *1 (-702 *6 *7 *8 *9 *10)) (-5 *3 (-1086 *10)) (-5 *4 (-584 *6)) (-5 *5 (-584 *10)))))
+((-2453 (((-584 (-2 (|:| |outval| |#1|) (|:| |outmult| (-485)) (|:| |outvect| (-584 (-631 |#1|))))) (-631 (-350 (-485))) |#1|) 31 T ELT)) (-2452 (((-584 |#1|) (-631 (-350 (-485))) |#1|) 21 T ELT)) (-2451 (((-858 (-350 (-485))) (-631 (-350 (-485))) (-1091)) 18 T ELT) (((-858 (-350 (-485))) (-631 (-350 (-485)))) 17 T ELT)))
+(((-703 |#1|) (-10 -7 (-15 -2451 ((-858 (-350 (-485))) (-631 (-350 (-485))))) (-15 -2451 ((-858 (-350 (-485))) (-631 (-350 (-485))) (-1091))) (-15 -2452 ((-584 |#1|) (-631 (-350 (-485))) |#1|)) (-15 -2453 ((-584 (-2 (|:| |outval| |#1|) (|:| |outmult| (-485)) (|:| |outvect| (-584 (-631 |#1|))))) (-631 (-350 (-485))) |#1|))) (-13 (-312) (-756))) (T -703))
+((-2453 (*1 *2 *3 *4) (-12 (-5 *3 (-631 (-350 (-485)))) (-5 *2 (-584 (-2 (|:| |outval| *4) (|:| |outmult| (-485)) (|:| |outvect| (-584 (-631 *4)))))) (-5 *1 (-703 *4)) (-4 *4 (-13 (-312) (-756))))) (-2452 (*1 *2 *3 *4) (-12 (-5 *3 (-631 (-350 (-485)))) (-5 *2 (-584 *4)) (-5 *1 (-703 *4)) (-4 *4 (-13 (-312) (-756))))) (-2451 (*1 *2 *3 *4) (-12 (-5 *3 (-631 (-350 (-485)))) (-5 *4 (-1091)) (-5 *2 (-858 (-350 (-485)))) (-5 *1 (-703 *5)) (-4 *5 (-13 (-312) (-756))))) (-2451 (*1 *2 *3) (-12 (-5 *3 (-631 (-350 (-485)))) (-5 *2 (-858 (-350 (-485)))) (-5 *1 (-703 *4)) (-4 *4 (-13 (-312) (-756))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 36 T ELT)) (-3083 (((-584 |#2|) $) NIL T ELT)) (-3085 (((-1086 $) $ |#2|) NIL T ELT) (((-1086 |#1|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 |#2|)) NIL T ELT)) (-3799 (($ $) 30 T ELT)) (-3168 (((-85) $ $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3757 (($ $ $) 110 (|has| |#1| (-496)) ELT)) (-3150 (((-584 $) $ $) 123 (|has| |#1| (-496)) ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 |#2| #1#) $) NIL T ELT) (((-3 $ #1#) (-858 (-350 (-485)))) NIL (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#2| (-554 (-1091)))) ELT) (((-3 $ #1#) (-858 (-485))) NIL (OR (-12 (|has| |#1| (-38 (-485))) (|has| |#2| (-554 (-1091))) (-2562 (|has| |#1| (-38 (-350 (-485)))))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#2| (-554 (-1091))))) ELT) (((-3 $ #1#) (-858 |#1|)) NIL (OR (-12 (|has| |#2| (-554 (-1091))) (-2562 (|has| |#1| (-38 (-350 (-485))))) (-2562 (|has| |#1| (-38 (-485))))) (-12 (|has| |#1| (-38 (-485))) (|has| |#2| (-554 (-1091))) (-2562 (|has| |#1| (-38 (-350 (-485))))) (-2562 (|has| |#1| (-484)))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#2| (-554 (-1091))) (-2562 (|has| |#1| (-905 (-485)))))) ELT) (((-3 (-1040 |#1| |#2|) #1#) $) 21 T ELT)) (-3158 ((|#1| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) ((|#2| $) NIL T ELT) (($ (-858 (-350 (-485)))) NIL (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#2| (-554 (-1091)))) ELT) (($ (-858 (-485))) NIL (OR (-12 (|has| |#1| (-38 (-485))) (|has| |#2| (-554 (-1091))) (-2562 (|has| |#1| (-38 (-350 (-485)))))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#2| (-554 (-1091))))) ELT) (($ (-858 |#1|)) NIL (OR (-12 (|has| |#2| (-554 (-1091))) (-2562 (|has| |#1| (-38 (-350 (-485))))) (-2562 (|has| |#1| (-38 (-485))))) (-12 (|has| |#1| (-38 (-485))) (|has| |#2| (-554 (-1091))) (-2562 (|has| |#1| (-38 (-350 (-485))))) (-2562 (|has| |#1| (-484)))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#2| (-554 (-1091))) (-2562 (|has| |#1| (-905 (-485)))))) ELT) (((-1040 |#1| |#2|) $) NIL T ELT)) (-3758 (($ $ $ |#2|) NIL (|has| |#1| (-146)) ELT) (($ $ $) 121 (|has| |#1| (-496)) ELT)) (-3961 (($ $) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3696 (((-85) $ $) NIL T ELT) (((-85) $ (-584 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3174 (((-85) $) NIL T ELT)) (-3754 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 81 T ELT)) (-3145 (($ $) 136 (|has| |#1| (-392)) ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ |#2|) NIL (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-822)) ELT)) (-3156 (($ $) NIL (|has| |#1| (-496)) ELT)) (-3157 (($ $) NIL (|has| |#1| (-496)) ELT)) (-3167 (($ $ $) 76 T ELT) (($ $ $ |#2|) NIL T ELT)) (-3166 (($ $ $) 79 T ELT) (($ $ $ |#2|) NIL T ELT)) (-1625 (($ $ |#1| (-470 |#2|) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| |#1| (-797 (-330))) (|has| |#2| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| |#1| (-797 (-485))) (|has| |#2| (-797 (-485)))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 57 T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3697 (((-85) $ $) NIL T ELT) (((-85) $ (-584 $)) NIL T ELT)) (-3147 (($ $ $ $ $) 107 (|has| |#1| (-496)) ELT)) (-3182 ((|#2| $) 22 T ELT)) (-3086 (($ (-1086 |#1|) |#2|) NIL T ELT) (($ (-1086 $) |#2|) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-470 |#2|)) NIL T ELT) (($ $ |#2| (-695)) 38 T ELT) (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT)) (-3161 (($ $ $) 63 T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ |#2|) NIL T ELT)) (-3175 (((-85) $) NIL T ELT)) (-2822 (((-470 |#2|) $) NIL T ELT) (((-695) $ |#2|) NIL T ELT) (((-584 (-695)) $ (-584 |#2|)) NIL T ELT)) (-3181 (((-695) $) 23 T ELT)) (-1626 (($ (-1 (-470 |#2|) (-470 |#2|)) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3084 (((-3 |#2| #1#) $) NIL T ELT)) (-3142 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3143 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3170 (((-584 $) $) NIL T ELT)) (-3173 (($ $) 39 T ELT)) (-3144 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3171 (((-584 $) $) 43 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-3172 (($ $) 41 T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT) (($ $ |#2|) 48 T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3160 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3483 (-695))) $ $) 96 T ELT)) (-3162 (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -1973 $) (|:| -2904 $)) $ $) 78 T ELT) (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -1973 $) (|:| -2904 $)) $ $ |#2|) NIL T ELT)) (-3163 (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -2904 $)) $ $) NIL T ELT) (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -2904 $)) $ $ |#2|) NIL T ELT)) (-3165 (($ $ $) 83 T ELT) (($ $ $ |#2|) NIL T ELT)) (-3164 (($ $ $) 86 T ELT) (($ $ $ |#2|) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3192 (($ $ $) 125 (|has| |#1| (-496)) ELT)) (-3178 (((-584 $) $) 32 T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| |#2|) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3693 (((-85) $ $) NIL T ELT) (((-85) $ (-584 $)) NIL T ELT)) (-3688 (($ $ $) NIL T ELT)) (-3448 (($ $) 24 T ELT)) (-3701 (((-85) $ $) NIL T ELT)) (-3694 (((-85) $ $) NIL T ELT) (((-85) $ (-584 $)) NIL T ELT)) (-3689 (($ $ $) NIL T ELT)) (-3180 (($ $) 26 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3151 (((-2 (|:| -3146 $) (|:| |coef2| $)) $ $) 116 (|has| |#1| (-496)) ELT)) (-3152 (((-2 (|:| -3146 $) (|:| |coef1| $)) $ $) 113 (|has| |#1| (-496)) ELT)) (-1801 (((-85) $) 56 T ELT)) (-1800 ((|#1| $) 58 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-392)) ELT)) (-3146 ((|#1| |#1| $) 133 (|has| |#1| (-392)) ELT) (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-822)) ELT)) (-3153 (((-2 (|:| -3146 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 119 (|has| |#1| (-496)) ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ $) 98 (|has| |#1| (-496)) ELT)) (-3154 (($ $ |#1|) 129 (|has| |#1| (-496)) ELT) (($ $ $) NIL (|has| |#1| (-496)) ELT)) (-3155 (($ $ |#1|) 128 (|has| |#1| (-496)) ELT) (($ $ $) NIL (|has| |#1| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ |#2| |#1|) NIL T ELT) (($ $ (-584 |#2|) (-584 |#1|)) NIL T ELT) (($ $ |#2| $) NIL T ELT) (($ $ (-584 |#2|) (-584 $)) NIL T ELT)) (-3759 (($ $ |#2|) NIL (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT) (($ $ |#2| (-695)) NIL T ELT) (($ $ (-584 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-3950 (((-470 |#2|) $) NIL T ELT) (((-695) $ |#2|) 45 T ELT) (((-584 (-695)) $ (-584 |#2|)) NIL T ELT)) (-3179 (($ $) NIL T ELT)) (-3177 (($ $) 35 T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| |#1| (-554 (-801 (-330)))) (|has| |#2| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| |#1| (-554 (-801 (-485)))) (|has| |#2| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| |#1| (-554 (-474))) (|has| |#2| (-554 (-474)))) ELT) (($ (-858 (-350 (-485)))) NIL (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#2| (-554 (-1091)))) ELT) (($ (-858 (-485))) NIL (OR (-12 (|has| |#1| (-38 (-485))) (|has| |#2| (-554 (-1091))) (-2562 (|has| |#1| (-38 (-350 (-485)))))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#2| (-554 (-1091))))) ELT) (($ (-858 |#1|)) NIL (|has| |#2| (-554 (-1091))) ELT) (((-1074) $) NIL (-12 (|has| |#1| (-951 (-485))) (|has| |#2| (-554 (-1091)))) ELT) (((-858 |#1|) $) NIL (|has| |#2| (-554 (-1091))) ELT)) (-2819 ((|#1| $) 132 (|has| |#1| (-392)) ELT) (($ $ |#2|) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ |#2|) NIL T ELT) (((-858 |#1|) $) NIL (|has| |#2| (-554 (-1091))) ELT) (((-1040 |#1| |#2|) $) 18 T ELT) (($ (-1040 |#1| |#2|)) 19 T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-470 |#2|)) NIL T ELT) (($ $ |#2| (-695)) 47 T ELT) (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 13 T CONST)) (-3169 (((-3 (-85) #1#) $ $) NIL T ELT)) (-2668 (($) 37 T CONST)) (-3148 (($ $ $ $ (-695)) 105 (|has| |#1| (-496)) ELT)) (-3149 (($ $ $ (-695)) 104 (|has| |#1| (-496)) ELT)) (-2671 (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT) (($ $ |#2| (-695)) NIL T ELT) (($ $ (-584 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) 75 T ELT)) (-3841 (($ $ $) 85 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 70 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 62 T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 61 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-704 |#1| |#2|) (-13 (-978 |#1| (-470 |#2|) |#2|) (-553 (-1040 |#1| |#2|)) (-951 (-1040 |#1| |#2|))) (-962) (-757)) (T -704))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 12 T ELT)) (-3769 (((-1180 |#1|) $ (-695)) NIL T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3767 (($ (-1086 |#1|)) NIL T ELT)) (-3085 (((-1086 $) $ (-995)) NIL T ELT) (((-1086 |#1|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-995))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2457 (((-584 $) $ $) 54 (|has| |#1| (-496)) ELT)) (-3757 (($ $ $) 50 (|has| |#1| (-496)) ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3763 (($ $ (-695)) NIL T ELT)) (-3762 (($ $ (-695)) NIL T ELT)) (-3753 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-392)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-995) #1#) $) NIL T ELT) (((-3 (-1086 |#1|) #1#) $) 10 T ELT)) (-3158 ((|#1| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-995) $) NIL T ELT) (((-1086 |#1|) $) NIL T ELT)) (-3758 (($ $ $ (-995)) NIL (|has| |#1| (-146)) ELT) ((|#1| $ $) 58 (|has| |#1| (-146)) ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3761 (($ $ $) NIL T ELT)) (-3755 (($ $ $) 87 (|has| |#1| (-496)) ELT)) (-3754 (((-2 (|:| -3956 |#1|) (|:| -1973 $) (|:| -2904 $)) $ $) 86 (|has| |#1| (-496)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ (-995)) NIL (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-822)) ELT)) (-1625 (($ $ |#1| (-695) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-995) (-797 (-330))) (|has| |#1| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-995) (-797 (-485))) (|has| |#1| (-797 (-485)))) ELT)) (-3774 (((-695) $ $) NIL (|has| |#1| (-496)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-1067)) ELT)) (-3086 (($ (-1086 |#1|) (-995)) NIL T ELT) (($ (-1086 $) (-995)) NIL T ELT)) (-3779 (($ $ (-695)) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-695)) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-3161 (($ $ $) 27 T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-995)) NIL T ELT) (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-2822 (((-695) $) NIL T ELT) (((-695) $ (-995)) NIL T ELT) (((-584 (-695)) $ (-584 (-995))) NIL T ELT)) (-1626 (($ (-1 (-695) (-695)) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3768 (((-1086 |#1|) $) NIL T ELT)) (-3084 (((-3 (-995) #1#) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3160 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3483 (-695))) $ $) 37 T ELT)) (-2459 (($ $ $) 41 T ELT)) (-2458 (($ $ $) 47 T ELT)) (-3162 (((-2 (|:| -3956 |#1|) (|:| |gap| (-695)) (|:| -1973 $) (|:| -2904 $)) $ $) 46 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3192 (($ $ $) 56 (|has| |#1| (-496)) ELT)) (-3764 (((-2 (|:| -1973 $) (|:| -2904 $)) $ (-695)) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-995)) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3814 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3448 (($) NIL (|has| |#1| (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-3151 (((-2 (|:| -3146 $) (|:| |coef2| $)) $ $) 82 (|has| |#1| (-496)) ELT)) (-3152 (((-2 (|:| -3146 $) (|:| |coef1| $)) $ $) 78 (|has| |#1| (-496)) ELT)) (-2454 (((-2 (|:| -3758 |#1|) (|:| |coef2| $)) $ $) 70 (|has| |#1| (-496)) ELT)) (-2455 (((-2 (|:| -3758 |#1|) (|:| |coef1| $)) $ $) 66 (|has| |#1| (-496)) ELT)) (-1801 (((-85) $) 13 T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3740 (($ $ (-695) |#1| $) 26 T ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-822)) ELT)) (-3153 (((-2 (|:| -3146 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 74 (|has| |#1| (-496)) ELT)) (-2456 (((-2 (|:| -3758 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 62 (|has| |#1| (-496)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-995) |#1|) NIL T ELT) (($ $ (-584 (-995)) (-584 |#1|)) NIL T ELT) (($ $ (-995) $) NIL T ELT) (($ $ (-584 (-995)) (-584 $)) NIL T ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ |#1|) NIL T ELT) (($ $ $) NIL T ELT) (((-350 $) (-350 $) (-350 $)) NIL (|has| |#1| (-496)) ELT) ((|#1| (-350 $) |#1|) NIL (|has| |#1| (-312)) ELT) (((-350 $) $ (-350 $)) NIL (|has| |#1| (-496)) ELT)) (-3766 (((-3 $ #1#) $ (-695)) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-995)) NIL (|has| |#1| (-146)) ELT) ((|#1| $) NIL (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995))) NIL T ELT) (($ $ (-995)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT)) (-3950 (((-695) $) NIL T ELT) (((-695) $ (-995)) NIL T ELT) (((-584 (-695)) $ (-584 (-995))) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-995) (-554 (-801 (-330)))) (|has| |#1| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-995) (-554 (-801 (-485)))) (|has| |#1| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-995) (-554 (-474))) (|has| |#1| (-554 (-474)))) ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ (-995)) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3756 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT) (((-3 (-350 $) #1#) (-350 $) $) NIL (|has| |#1| (-496)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-995)) NIL T ELT) (((-1086 |#1|) $) 7 T ELT) (($ (-1086 |#1|)) 8 T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-695)) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 28 T CONST)) (-2668 (($) 32 T CONST)) (-2671 (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995))) NIL T ELT) (($ $ (-995)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) 40 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 31 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-705 |#1|) (-13 (-1156 |#1|) (-553 (-1086 |#1|)) (-951 (-1086 |#1|)) (-10 -8 (-15 -3740 ($ $ (-695) |#1| $)) (-15 -3161 ($ $ $)) (-15 -3160 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3483 (-695))) $ $)) (-15 -2459 ($ $ $)) (-15 -3162 ((-2 (|:| -3956 |#1|) (|:| |gap| (-695)) (|:| -1973 $) (|:| -2904 $)) $ $)) (-15 -2458 ($ $ $)) (IF (|has| |#1| (-496)) (PROGN (-15 -2457 ((-584 $) $ $)) (-15 -3192 ($ $ $)) (-15 -3153 ((-2 (|:| -3146 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3152 ((-2 (|:| -3146 $) (|:| |coef1| $)) $ $)) (-15 -3151 ((-2 (|:| -3146 $) (|:| |coef2| $)) $ $)) (-15 -2456 ((-2 (|:| -3758 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2455 ((-2 (|:| -3758 |#1|) (|:| |coef1| $)) $ $)) (-15 -2454 ((-2 (|:| -3758 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-962)) (T -705))
+((-3740 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-695)) (-5 *1 (-705 *3)) (-4 *3 (-962)))) (-3161 (*1 *1 *1 *1) (-12 (-5 *1 (-705 *2)) (-4 *2 (-962)))) (-3160 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-705 *3)) (|:| |polden| *3) (|:| -3483 (-695)))) (-5 *1 (-705 *3)) (-4 *3 (-962)))) (-2459 (*1 *1 *1 *1) (-12 (-5 *1 (-705 *2)) (-4 *2 (-962)))) (-3162 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3956 *3) (|:| |gap| (-695)) (|:| -1973 (-705 *3)) (|:| -2904 (-705 *3)))) (-5 *1 (-705 *3)) (-4 *3 (-962)))) (-2458 (*1 *1 *1 *1) (-12 (-5 *1 (-705 *2)) (-4 *2 (-962)))) (-2457 (*1 *2 *1 *1) (-12 (-5 *2 (-584 (-705 *3))) (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962)))) (-3192 (*1 *1 *1 *1) (-12 (-5 *1 (-705 *2)) (-4 *2 (-496)) (-4 *2 (-962)))) (-3153 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3146 (-705 *3)) (|:| |coef1| (-705 *3)) (|:| |coef2| (-705 *3)))) (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962)))) (-3152 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3146 (-705 *3)) (|:| |coef1| (-705 *3)))) (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962)))) (-3151 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3146 (-705 *3)) (|:| |coef2| (-705 *3)))) (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962)))) (-2456 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3758 *3) (|:| |coef1| (-705 *3)) (|:| |coef2| (-705 *3)))) (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962)))) (-2455 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3758 *3) (|:| |coef1| (-705 *3)))) (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962)))) (-2454 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3758 *3) (|:| |coef2| (-705 *3)))) (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962)))))
+((-3960 (((-705 |#2|) (-1 |#2| |#1|) (-705 |#1|)) 13 T ELT)))
+(((-706 |#1| |#2|) (-10 -7 (-15 -3960 ((-705 |#2|) (-1 |#2| |#1|) (-705 |#1|)))) (-962) (-962)) (T -706))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-705 *5)) (-4 *5 (-962)) (-4 *6 (-962)) (-5 *2 (-705 *6)) (-5 *1 (-706 *5 *6)))))
+((-2461 ((|#1| (-695) |#1|) 33 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2803 ((|#1| (-695) |#1|) 23 T ELT)) (-2460 ((|#1| (-695) |#1|) 35 (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-707 |#1|) (-10 -7 (-15 -2803 (|#1| (-695) |#1|)) (IF (|has| |#1| (-38 (-350 (-485)))) (PROGN (-15 -2460 (|#1| (-695) |#1|)) (-15 -2461 (|#1| (-695) |#1|))) |%noBranch|)) (-146)) (T -707))
+((-2461 (*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-707 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-146)))) (-2460 (*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-707 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-146)))) (-2803 (*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-707 *2)) (-4 *2 (-146)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3683 (((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 |#4|)))) (-584 |#4|)) 90 T ELT)) (-3684 (((-584 $) (-584 |#4|)) 91 T ELT) (((-584 $) (-584 |#4|) (-85)) 119 T ELT)) (-3083 (((-584 |#3|) $) 38 T ELT)) (-2910 (((-85) $) 31 T ELT)) (-2901 (((-85) $) 22 (|has| |#1| (-496)) ELT)) (-3695 (((-85) |#4| $) 106 T ELT) (((-85) $) 102 T ELT)) (-3690 ((|#4| |#4| $) 97 T ELT)) (-3777 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| $) 134 T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3712 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 84 T ELT)) (-3726 (($) 57 T CONST)) (-2906 (((-85) $) 27 (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) 29 (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) 28 (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) 30 (|has| |#1| (-496)) ELT)) (-3691 (((-584 |#4|) (-584 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 98 T ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) 23 (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) 24 (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ "failed") (-584 |#4|)) 41 T ELT)) (-3158 (($ (-584 |#4|)) 40 T ELT)) (-3801 (((-3 $ #1#) $) 87 T ELT)) (-3687 ((|#4| |#4| $) 94 T ELT)) (-1354 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3408 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-496)) ELT)) (-3696 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) 107 T ELT)) (-3685 ((|#4| |#4| $) 92 T ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 99 T ELT)) (-3698 (((-2 (|:| -3863 (-584 |#4|)) (|:| -1703 (-584 |#4|))) $) 110 T ELT)) (-3199 (((-85) |#4| $) 144 T ELT)) (-3197 (((-85) |#4| $) 141 T ELT)) (-3200 (((-85) |#4| $) 145 T ELT) (((-85) $) 142 T ELT)) (-3697 (((-85) |#4| $) 109 T ELT) (((-85) $) 108 T ELT)) (-3182 ((|#3| $) 39 T ELT)) (-2610 (((-584 |#4|) $) 47 T ELT)) (-3247 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3328 (($ (-1 |#4| |#4|) $) 116 T ELT)) (-3960 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2916 (((-584 |#3|) $) 37 T ELT)) (-2915 (((-85) |#3| $) 36 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3193 (((-3 |#4| (-584 $)) |#4| |#4| $) 136 T ELT)) (-3192 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| |#4| $) 135 T ELT)) (-3800 (((-3 |#4| #1#) $) 88 T ELT)) (-3194 (((-584 $) |#4| $) 137 T ELT)) (-3196 (((-3 (-85) (-584 $)) |#4| $) 140 T ELT)) (-3195 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 $))) |#4| $) 139 T ELT) (((-85) |#4| $) 138 T ELT)) (-3240 (((-584 $) |#4| $) 133 T ELT) (((-584 $) (-584 |#4|) $) 132 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 131 T ELT) (((-584 $) |#4| (-584 $)) 130 T ELT)) (-3442 (($ |#4| $) 125 T ELT) (($ (-584 |#4|) $) 124 T ELT)) (-3699 (((-584 |#4|) $) 112 T ELT)) (-3693 (((-85) |#4| $) 104 T ELT) (((-85) $) 100 T ELT)) (-3688 ((|#4| |#4| $) 95 T ELT)) (-3701 (((-85) $ $) 115 T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-496)) ELT)) (-3694 (((-85) |#4| $) 105 T ELT) (((-85) $) 101 T ELT)) (-3689 ((|#4| |#4| $) 96 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3803 (((-3 |#4| #1#) $) 89 T ELT)) (-1355 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-3681 (((-3 $ #1#) $ |#4|) 83 T ELT)) (-3771 (($ $ |#4|) 82 T ELT) (((-584 $) |#4| $) 123 T ELT) (((-584 $) |#4| (-584 $)) 122 T ELT) (((-584 $) (-584 |#4|) $) 121 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 120 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) 53 T ELT)) (-3405 (((-85) $) 56 T ELT)) (-3567 (($) 55 T ELT)) (-3950 (((-695) $) 111 T ELT)) (-1731 (((-695) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) 46 T ELT)) (-3402 (($ $) 54 T ELT)) (-3974 (((-474) $) 69 (|has| |#4| (-554 (-474))) ELT)) (-3532 (($ (-584 |#4|)) 63 T ELT)) (-2912 (($ $ |#3|) 33 T ELT)) (-2914 (($ $ |#3|) 35 T ELT)) (-3686 (($ $) 93 T ELT)) (-2913 (($ $ |#3|) 34 T ELT)) (-3948 (((-773) $) 13 T ELT) (((-584 |#4|) $) 42 T ELT)) (-3680 (((-695) $) 81 (|has| |#3| (-320)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4| |#4|)) 114 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) 113 T ELT)) (-3692 (((-85) $ (-1 (-85) |#4| (-584 |#4|))) 103 T ELT)) (-3191 (((-584 $) |#4| $) 129 T ELT) (((-584 $) |#4| (-584 $)) 128 T ELT) (((-584 $) (-584 |#4|) $) 127 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 126 T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3682 (((-584 |#3|) $) 86 T ELT)) (-3198 (((-85) |#4| $) 143 T ELT)) (-3935 (((-85) |#3| $) 85 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3959 (((-695) $) 43 T ELT)))
+(((-708 |#1| |#2| |#3| |#4|) (-113) (-392) (-718) (-757) (-978 |t#1| |t#2| |t#3|)) (T -708))
+NIL
+(-13 (-984 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-72) . T) ((-553 (-584 |#4|)) . T) ((-553 (-773)) . T) ((-124 |#4|) . T) ((-554 (-474)) |has| |#4| (-554 (-474))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-456 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-13) . T) ((-890 |#1| |#2| |#3| |#4|) . T) ((-984 |#1| |#2| |#3| |#4|) . T) ((-1014) . T) ((-1036 |#4|) . T) ((-1125 |#1| |#2| |#3| |#4|) . T) ((-1130) . T))
+((-2464 (((-3 (-330) #1="failed") (-265 |#1|) (-831)) 60 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-3 (-330) #1#) (-265 |#1|)) 52 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-3 (-330) #1#) (-350 (-858 |#1|)) (-831)) 39 (|has| |#1| (-496)) ELT) (((-3 (-330) #1#) (-350 (-858 |#1|))) 35 (|has| |#1| (-496)) ELT) (((-3 (-330) #1#) (-858 |#1|) (-831)) 30 (|has| |#1| (-962)) ELT) (((-3 (-330) #1#) (-858 |#1|)) 24 (|has| |#1| (-962)) ELT)) (-2462 (((-330) (-265 |#1|) (-831)) 92 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-330) (-265 |#1|)) 87 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-330) (-350 (-858 |#1|)) (-831)) 84 (|has| |#1| (-496)) ELT) (((-330) (-350 (-858 |#1|))) 81 (|has| |#1| (-496)) ELT) (((-330) (-858 |#1|) (-831)) 80 (|has| |#1| (-962)) ELT) (((-330) (-858 |#1|)) 77 (|has| |#1| (-962)) ELT) (((-330) |#1| (-831)) 73 T ELT) (((-330) |#1|) 22 T ELT)) (-2465 (((-3 (-142 (-330)) #1#) (-265 (-142 |#1|)) (-831)) 68 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-3 (-142 (-330)) #1#) (-265 (-142 |#1|))) 58 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-3 (-142 (-330)) #1#) (-265 |#1|) (-831)) 61 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-3 (-142 (-330)) #1#) (-265 |#1|)) 59 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-3 (-142 (-330)) #1#) (-350 (-858 (-142 |#1|))) (-831)) 44 (|has| |#1| (-496)) ELT) (((-3 (-142 (-330)) #1#) (-350 (-858 (-142 |#1|)))) 43 (|has| |#1| (-496)) ELT) (((-3 (-142 (-330)) #1#) (-350 (-858 |#1|)) (-831)) 38 (|has| |#1| (-496)) ELT) (((-3 (-142 (-330)) #1#) (-350 (-858 |#1|))) 37 (|has| |#1| (-496)) ELT) (((-3 (-142 (-330)) #1#) (-858 |#1|) (-831)) 28 (|has| |#1| (-962)) ELT) (((-3 (-142 (-330)) #1#) (-858 |#1|)) 26 (|has| |#1| (-962)) ELT) (((-3 (-142 (-330)) #1#) (-858 (-142 |#1|)) (-831)) 18 (|has| |#1| (-146)) ELT) (((-3 (-142 (-330)) #1#) (-858 (-142 |#1|))) 15 (|has| |#1| (-146)) ELT)) (-2463 (((-142 (-330)) (-265 (-142 |#1|)) (-831)) 95 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-142 (-330)) (-265 (-142 |#1|))) 94 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-142 (-330)) (-265 |#1|) (-831)) 93 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-142 (-330)) (-265 |#1|)) 91 (-12 (|has| |#1| (-496)) (|has| |#1| (-757))) ELT) (((-142 (-330)) (-350 (-858 (-142 |#1|))) (-831)) 86 (|has| |#1| (-496)) ELT) (((-142 (-330)) (-350 (-858 (-142 |#1|)))) 85 (|has| |#1| (-496)) ELT) (((-142 (-330)) (-350 (-858 |#1|)) (-831)) 83 (|has| |#1| (-496)) ELT) (((-142 (-330)) (-350 (-858 |#1|))) 82 (|has| |#1| (-496)) ELT) (((-142 (-330)) (-858 |#1|) (-831)) 79 (|has| |#1| (-962)) ELT) (((-142 (-330)) (-858 |#1|)) 78 (|has| |#1| (-962)) ELT) (((-142 (-330)) (-858 (-142 |#1|)) (-831)) 75 (|has| |#1| (-146)) ELT) (((-142 (-330)) (-858 (-142 |#1|))) 74 (|has| |#1| (-146)) ELT) (((-142 (-330)) (-142 |#1|) (-831)) 17 (|has| |#1| (-146)) ELT) (((-142 (-330)) (-142 |#1|)) 13 (|has| |#1| (-146)) ELT) (((-142 (-330)) |#1| (-831)) 27 T ELT) (((-142 (-330)) |#1|) 25 T ELT)))
+(((-709 |#1|) (-10 -7 (-15 -2462 ((-330) |#1|)) (-15 -2462 ((-330) |#1| (-831))) (-15 -2463 ((-142 (-330)) |#1|)) (-15 -2463 ((-142 (-330)) |#1| (-831))) (IF (|has| |#1| (-146)) (PROGN (-15 -2463 ((-142 (-330)) (-142 |#1|))) (-15 -2463 ((-142 (-330)) (-142 |#1|) (-831))) (-15 -2463 ((-142 (-330)) (-858 (-142 |#1|)))) (-15 -2463 ((-142 (-330)) (-858 (-142 |#1|)) (-831)))) |%noBranch|) (IF (|has| |#1| (-962)) (PROGN (-15 -2462 ((-330) (-858 |#1|))) (-15 -2462 ((-330) (-858 |#1|) (-831))) (-15 -2463 ((-142 (-330)) (-858 |#1|))) (-15 -2463 ((-142 (-330)) (-858 |#1|) (-831)))) |%noBranch|) (IF (|has| |#1| (-496)) (PROGN (-15 -2462 ((-330) (-350 (-858 |#1|)))) (-15 -2462 ((-330) (-350 (-858 |#1|)) (-831))) (-15 -2463 ((-142 (-330)) (-350 (-858 |#1|)))) (-15 -2463 ((-142 (-330)) (-350 (-858 |#1|)) (-831))) (-15 -2463 ((-142 (-330)) (-350 (-858 (-142 |#1|))))) (-15 -2463 ((-142 (-330)) (-350 (-858 (-142 |#1|))) (-831))) (IF (|has| |#1| (-757)) (PROGN (-15 -2462 ((-330) (-265 |#1|))) (-15 -2462 ((-330) (-265 |#1|) (-831))) (-15 -2463 ((-142 (-330)) (-265 |#1|))) (-15 -2463 ((-142 (-330)) (-265 |#1|) (-831))) (-15 -2463 ((-142 (-330)) (-265 (-142 |#1|)))) (-15 -2463 ((-142 (-330)) (-265 (-142 |#1|)) (-831)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-146)) (PROGN (-15 -2465 ((-3 (-142 (-330)) #1="failed") (-858 (-142 |#1|)))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-858 (-142 |#1|)) (-831)))) |%noBranch|) (IF (|has| |#1| (-962)) (PROGN (-15 -2464 ((-3 (-330) #1#) (-858 |#1|))) (-15 -2464 ((-3 (-330) #1#) (-858 |#1|) (-831))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-858 |#1|))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-858 |#1|) (-831)))) |%noBranch|) (IF (|has| |#1| (-496)) (PROGN (-15 -2464 ((-3 (-330) #1#) (-350 (-858 |#1|)))) (-15 -2464 ((-3 (-330) #1#) (-350 (-858 |#1|)) (-831))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-350 (-858 |#1|)))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-350 (-858 |#1|)) (-831))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-350 (-858 (-142 |#1|))))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-350 (-858 (-142 |#1|))) (-831))) (IF (|has| |#1| (-757)) (PROGN (-15 -2464 ((-3 (-330) #1#) (-265 |#1|))) (-15 -2464 ((-3 (-330) #1#) (-265 |#1|) (-831))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-265 |#1|))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-265 |#1|) (-831))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-265 (-142 |#1|)))) (-15 -2465 ((-3 (-142 (-330)) #1#) (-265 (-142 |#1|)) (-831)))) |%noBranch|)) |%noBranch|)) (-554 (-330))) (T -709))
+((-2465 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-265 (-142 *5))) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2465 (*1 *2 *3) (|partial| -12 (-5 *3 (-265 (-142 *4))) (-4 *4 (-496)) (-4 *4 (-757)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2465 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-265 *5)) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2465 (*1 *2 *3) (|partial| -12 (-5 *3 (-265 *4)) (-4 *4 (-496)) (-4 *4 (-757)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2464 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-265 *5)) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757)) (-4 *5 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *5)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-265 *4)) (-4 *4 (-496)) (-4 *4 (-757)) (-4 *4 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *4)))) (-2465 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-350 (-858 (-142 *5)))) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2465 (*1 *2 *3) (|partial| -12 (-5 *3 (-350 (-858 (-142 *4)))) (-4 *4 (-496)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2465 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2465 (*1 *2 *3) (|partial| -12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2464 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *5)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-4 *4 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *4)))) (-2465 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-858 *5)) (-5 *4 (-831)) (-4 *5 (-962)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2465 (*1 *2 *3) (|partial| -12 (-5 *3 (-858 *4)) (-4 *4 (-962)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2464 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-858 *5)) (-5 *4 (-831)) (-4 *5 (-962)) (-4 *5 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *5)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-858 *4)) (-4 *4 (-962)) (-4 *4 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *4)))) (-2465 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-858 (-142 *5))) (-5 *4 (-831)) (-4 *5 (-146)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2465 (*1 *2 *3) (|partial| -12 (-5 *3 (-858 (-142 *4))) (-4 *4 (-146)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2463 (*1 *2 *3 *4) (-12 (-5 *3 (-265 (-142 *5))) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2463 (*1 *2 *3) (-12 (-5 *3 (-265 (-142 *4))) (-4 *4 (-496)) (-4 *4 (-757)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2463 (*1 *2 *3 *4) (-12 (-5 *3 (-265 *5)) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2463 (*1 *2 *3) (-12 (-5 *3 (-265 *4)) (-4 *4 (-496)) (-4 *4 (-757)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *3 (-265 *5)) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757)) (-4 *5 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *5)))) (-2462 (*1 *2 *3) (-12 (-5 *3 (-265 *4)) (-4 *4 (-496)) (-4 *4 (-757)) (-4 *4 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *4)))) (-2463 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 (-142 *5)))) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2463 (*1 *2 *3) (-12 (-5 *3 (-350 (-858 (-142 *4)))) (-4 *4 (-496)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2463 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2463 (*1 *2 *3) (-12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *5)))) (-2462 (*1 *2 *3) (-12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-4 *4 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *4)))) (-2463 (*1 *2 *3 *4) (-12 (-5 *3 (-858 *5)) (-5 *4 (-831)) (-4 *5 (-962)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2463 (*1 *2 *3) (-12 (-5 *3 (-858 *4)) (-4 *4 (-962)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2462 (*1 *2 *3 *4) (-12 (-5 *3 (-858 *5)) (-5 *4 (-831)) (-4 *5 (-962)) (-4 *5 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *5)))) (-2462 (*1 *2 *3) (-12 (-5 *3 (-858 *4)) (-4 *4 (-962)) (-4 *4 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *4)))) (-2463 (*1 *2 *3 *4) (-12 (-5 *3 (-858 (-142 *5))) (-5 *4 (-831)) (-4 *5 (-146)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2463 (*1 *2 *3) (-12 (-5 *3 (-858 (-142 *4))) (-4 *4 (-146)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2463 (*1 *2 *3 *4) (-12 (-5 *3 (-142 *5)) (-5 *4 (-831)) (-4 *5 (-146)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))) (-2463 (*1 *2 *3) (-12 (-5 *3 (-142 *4)) (-4 *4 (-146)) (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4)))) (-2463 (*1 *2 *3 *4) (-12 (-5 *4 (-831)) (-5 *2 (-142 (-330))) (-5 *1 (-709 *3)) (-4 *3 (-554 (-330))))) (-2463 (*1 *2 *3) (-12 (-5 *2 (-142 (-330))) (-5 *1 (-709 *3)) (-4 *3 (-554 (-330))))) (-2462 (*1 *2 *3 *4) (-12 (-5 *4 (-831)) (-5 *2 (-330)) (-5 *1 (-709 *3)) (-4 *3 (-554 *2)))) (-2462 (*1 *2 *3) (-12 (-5 *2 (-330)) (-5 *1 (-709 *3)) (-4 *3 (-554 *2)))))
+((-2469 (((-831) (-1074)) 90 T ELT)) (-2471 (((-3 (-330) "failed") (-1074)) 36 T ELT)) (-2470 (((-330) (-1074)) 34 T ELT)) (-2467 (((-831) (-1074)) 64 T ELT)) (-2468 (((-1074) (-831)) 74 T ELT)) (-2466 (((-1074) (-831)) 63 T ELT)))
+(((-710) (-10 -7 (-15 -2466 ((-1074) (-831))) (-15 -2467 ((-831) (-1074))) (-15 -2468 ((-1074) (-831))) (-15 -2469 ((-831) (-1074))) (-15 -2470 ((-330) (-1074))) (-15 -2471 ((-3 (-330) "failed") (-1074))))) (T -710))
+((-2471 (*1 *2 *3) (|partial| -12 (-5 *3 (-1074)) (-5 *2 (-330)) (-5 *1 (-710)))) (-2470 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-330)) (-5 *1 (-710)))) (-2469 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-831)) (-5 *1 (-710)))) (-2468 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1074)) (-5 *1 (-710)))) (-2467 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-831)) (-5 *1 (-710)))) (-2466 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1074)) (-5 *1 (-710)))))
+((-2474 (((-1186) (-1180 (-330)) (-485) (-330) (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1476 (-330))) (-330) (-1180 (-330)) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330))) 54 T ELT) (((-1186) (-1180 (-330)) (-485) (-330) (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1476 (-330))) (-330) (-1180 (-330)) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330))) 51 T ELT)) (-2475 (((-1186) (-1180 (-330)) (-485) (-330) (-330) (-485) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330))) 61 T ELT)) (-2473 (((-1186) (-1180 (-330)) (-485) (-330) (-330) (-330) (-330) (-485) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330))) 49 T ELT)) (-2472 (((-1186) (-1180 (-330)) (-485) (-330) (-330) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330))) 63 T ELT) (((-1186) (-1180 (-330)) (-485) (-330) (-330) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330))) 62 T ELT)))
+(((-711) (-10 -7 (-15 -2472 ((-1186) (-1180 (-330)) (-485) (-330) (-330) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330)))) (-15 -2472 ((-1186) (-1180 (-330)) (-485) (-330) (-330) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)))) (-15 -2473 ((-1186) (-1180 (-330)) (-485) (-330) (-330) (-330) (-330) (-485) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330)))) (-15 -2474 ((-1186) (-1180 (-330)) (-485) (-330) (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1476 (-330))) (-330) (-1180 (-330)) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330)))) (-15 -2474 ((-1186) (-1180 (-330)) (-485) (-330) (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1476 (-330))) (-330) (-1180 (-330)) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)) (-1180 (-330)))) (-15 -2475 ((-1186) (-1180 (-330)) (-485) (-330) (-330) (-485) (-1 (-1186) (-1180 (-330)) (-1180 (-330)) (-330)))))) (T -711))
+((-2475 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-485)) (-5 *6 (-1 (-1186) (-1180 *5) (-1180 *5) (-330))) (-5 *3 (-1180 (-330))) (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711)))) (-2474 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-485)) (-5 *6 (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1476 (-330)))) (-5 *7 (-1 (-1186) (-1180 *5) (-1180 *5) (-330))) (-5 *3 (-1180 (-330))) (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711)))) (-2474 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-485)) (-5 *6 (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1476 (-330)))) (-5 *7 (-1 (-1186) (-1180 *5) (-1180 *5) (-330))) (-5 *3 (-1180 (-330))) (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711)))) (-2473 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-485)) (-5 *6 (-1 (-1186) (-1180 *5) (-1180 *5) (-330))) (-5 *3 (-1180 (-330))) (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711)))) (-2472 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-485)) (-5 *6 (-1 (-1186) (-1180 *5) (-1180 *5) (-330))) (-5 *3 (-1180 (-330))) (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711)))) (-2472 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-485)) (-5 *6 (-1 (-1186) (-1180 *5) (-1180 *5) (-330))) (-5 *3 (-1180 (-330))) (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711)))))
+((-2484 (((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485)) 65 T ELT)) (-2481 (((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485)) 40 T ELT)) (-2483 (((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485)) 64 T ELT)) (-2480 (((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485)) 38 T ELT)) (-2482 (((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485)) 63 T ELT)) (-2479 (((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485)) 24 T ELT)) (-2478 (((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485) (-485)) 41 T ELT)) (-2477 (((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485) (-485)) 39 T ELT)) (-2476 (((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485) (-485)) 37 T ELT)))
+(((-712) (-10 -7 (-15 -2476 ((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485) (-485))) (-15 -2477 ((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485) (-485))) (-15 -2478 ((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485) (-485))) (-15 -2479 ((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485))) (-15 -2480 ((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485))) (-15 -2481 ((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485))) (-15 -2482 ((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485))) (-15 -2483 ((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485))) (-15 -2484 ((-2 (|:| -3404 (-330)) (|:| -1597 (-330)) (|:| |totalpts| (-485)) (|:| |success| (-85))) (-1 (-330) (-330)) (-330) (-330) (-330) (-330) (-485) (-485))))) (T -712))
+((-2484 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485)) (|:| |success| (-85)))) (-5 *1 (-712)) (-5 *5 (-485)))) (-2483 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485)) (|:| |success| (-85)))) (-5 *1 (-712)) (-5 *5 (-485)))) (-2482 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485)) (|:| |success| (-85)))) (-5 *1 (-712)) (-5 *5 (-485)))) (-2481 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485)) (|:| |success| (-85)))) (-5 *1 (-712)) (-5 *5 (-485)))) (-2480 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485)) (|:| |success| (-85)))) (-5 *1 (-712)) (-5 *5 (-485)))) (-2479 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485)) (|:| |success| (-85)))) (-5 *1 (-712)) (-5 *5 (-485)))) (-2478 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485)) (|:| |success| (-85)))) (-5 *1 (-712)) (-5 *5 (-485)))) (-2477 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485)) (|:| |success| (-85)))) (-5 *1 (-712)) (-5 *5 (-485)))) (-2476 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330)) (-5 *2 (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485)) (|:| |success| (-85)))) (-5 *1 (-712)) (-5 *5 (-485)))))
+((-3707 (((-1126 |#1|) |#1| (-179) (-485)) 69 T ELT)))
+(((-713 |#1|) (-10 -7 (-15 -3707 ((-1126 |#1|) |#1| (-179) (-485)))) (-888)) (T -713))
+((-3707 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-179)) (-5 *5 (-485)) (-5 *2 (-1126 *3)) (-5 *1 (-713 *3)) (-4 *3 (-888)))))
+((-3625 (((-485) $) 17 T ELT)) (-3189 (((-85) $) 10 T ELT)) (-3385 (($ $) 19 T ELT)))
+(((-714 |#1|) (-10 -7 (-15 -3385 (|#1| |#1|)) (-15 -3625 ((-485) |#1|)) (-15 -3189 ((-85) |#1|))) (-715)) (T -714))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 31 T ELT)) (-1313 (((-3 $ "failed") $ $) 35 T ELT)) (-3625 (((-485) $) 38 T ELT)) (-3726 (($) 30 T CONST)) (-3188 (((-85) $) 28 T ELT)) (-1215 (((-85) $ $) 33 T ELT)) (-3189 (((-85) $) 39 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3385 (($ $) 37 T ELT)) (-2662 (($) 29 T CONST)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)) (-3839 (($ $ $) 42 T ELT) (($ $) 41 T ELT)) (-3841 (($ $ $) 25 T ELT)) (* (($ (-831) $) 26 T ELT) (($ (-695) $) 32 T ELT) (($ (-485) $) 40 T ELT)))
+(((-715) (-113)) (T -715))
+((-3189 (*1 *2 *1) (-12 (-4 *1 (-715)) (-5 *2 (-85)))) (-3625 (*1 *2 *1) (-12 (-4 *1 (-715)) (-5 *2 (-485)))) (-3385 (*1 *1 *1) (-4 *1 (-715))))
+(-13 (-722) (-21) (-10 -8 (-15 -3189 ((-85) $)) (-15 -3625 ((-485) $)) (-15 -3385 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-717) . T) ((-719) . T) ((-722) . T) ((-757) . T) ((-760) . T) ((-1014) . T) ((-1130) . T))
+((-3188 (((-85) $) 10 T ELT)))
+(((-716 |#1|) (-10 -7 (-15 -3188 ((-85) |#1|))) (-717)) (T -716))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 31 T ELT)) (-3726 (($) 30 T CONST)) (-3188 (((-85) $) 28 T ELT)) (-1215 (((-85) $ $) 33 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 29 T CONST)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)) (-3841 (($ $ $) 25 T ELT)) (* (($ (-831) $) 26 T ELT) (($ (-695) $) 32 T ELT)))
(((-717) (-113)) (T -717))
-((-2484 (*1 *1 *1 *1) (-4 *1 (-717))))
-(-13 (-721) (-10 -8 (-15 -2484 ($ $ $))))
-(((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-716) . T) ((-718) . T) ((-721) . T) ((-756) . T) ((-759) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)) (-3840 (($ $ $) 25 T ELT)) (* (($ (-830) $) 26 T ELT)))
+((-3188 (*1 *2 *1) (-12 (-4 *1 (-717)) (-5 *2 (-85)))))
+(-13 (-719) (-23) (-10 -8 (-15 -3188 ((-85) $))))
+(((-23) . T) ((-25) . T) ((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-719) . T) ((-757) . T) ((-760) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 31 T ELT)) (-2485 (($ $ $) 36 T ELT)) (-1313 (((-3 $ "failed") $ $) 35 T ELT)) (-3726 (($) 30 T CONST)) (-3188 (((-85) $) 28 T ELT)) (-1215 (((-85) $ $) 33 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 29 T CONST)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)) (-3841 (($ $ $) 25 T ELT)) (* (($ (-831) $) 26 T ELT) (($ (-695) $) 32 T ELT)))
(((-718) (-113)) (T -718))
-NIL
-(-13 (-756) (-25))
-(((-25) . T) ((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-756) . T) ((-759) . T) ((-1013) . T) ((-1129) . T))
-((-3189 (((-85) $) 42 T ELT)) (-3158 (((-3 (-484) #1="failed") $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 45 T ELT)) (-3157 (((-484) $) NIL T ELT) (((-350 (-484)) $) NIL T ELT) ((|#2| $) 43 T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) 78 T ELT)) (-3024 (((-85) $) 72 T ELT)) (-3023 (((-350 (-484)) $) 76 T ELT)) (-3133 ((|#2| $) 26 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) 23 T ELT)) (-2485 (($ $) 58 T ELT)) (-3973 (((-473) $) 67 T ELT)) (-3010 (($ $) 21 T ELT)) (-3947 (((-772) $) 53 T ELT) (($ (-484)) 40 T ELT) (($ |#2|) 38 T ELT) (($ (-350 (-484))) NIL T ELT)) (-3127 (((-694)) 10 T CONST)) (-3384 ((|#2| $) 71 T ELT)) (-3057 (((-85) $ $) 30 T ELT)) (-2686 (((-85) $ $) 69 T ELT)) (-3838 (($ $) 32 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 31 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 36 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 33 T ELT)))
-(((-719 |#1| |#2|) (-10 -7 (-15 -2686 ((-85) |#1| |#1|)) (-15 -3973 ((-473) |#1|)) (-15 -2485 (|#1| |#1|)) (-15 -3025 ((-3 (-350 (-484)) #1="failed") |#1|)) (-15 -3023 ((-350 (-484)) |#1|)) (-15 -3024 ((-85) |#1|)) (-15 -3384 (|#2| |#1|)) (-15 -3133 (|#2| |#1|)) (-15 -3010 (|#1| |#1|)) (-15 -3959 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3947 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3127 ((-694)) -3953) (-15 -3947 (|#1| (-484))) (-15 * (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1|)) (-15 * (|#1| (-484) |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 -3189 ((-85) |#1|)) (-15 * (|#1| (-830) |#1|)) (-15 -3840 (|#1| |#1| |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -3057 ((-85) |#1| |#1|))) (-720 |#2|) (-146)) (T -719))
-((-3127 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-694)) (-5 *1 (-719 *3 *4)) (-4 *3 (-720 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3137 (((-694)) 67 (|has| |#1| (-320)) ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 (-484) #1="failed") $) 109 (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) 106 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 103 T ELT)) (-3157 (((-484) $) 108 (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) 105 (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) 104 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3644 ((|#1| $) 93 T ELT)) (-3025 (((-3 (-350 (-484)) "failed") $) 80 (|has| |#1| (-483)) ELT)) (-3024 (((-85) $) 82 (|has| |#1| (-483)) ELT)) (-3023 (((-350 (-484)) $) 81 (|has| |#1| (-483)) ELT)) (-2995 (($) 70 (|has| |#1| (-320)) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2490 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 84 T ELT)) (-3133 ((|#1| $) 85 T ELT)) (-2532 (($ $ $) 71 (|has| |#1| (-756)) ELT)) (-2858 (($ $ $) 72 (|has| |#1| (-756)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 95 T ELT)) (-2010 (((-830) $) 69 (|has| |#1| (-320)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 79 (|has| |#1| (-312)) ELT)) (-2400 (($ (-830)) 68 (|has| |#1| (-320)) ELT)) (-2487 ((|#1| $) 90 T ELT)) (-2488 ((|#1| $) 91 T ELT)) (-2489 ((|#1| $) 92 T ELT)) (-3007 ((|#1| $) 86 T ELT)) (-3008 ((|#1| $) 87 T ELT)) (-3009 ((|#1| $) 88 T ELT)) (-2486 ((|#1| $) 89 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3769 (($ $ (-583 |#1|) (-583 |#1|)) 101 (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) 100 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) 99 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-249 |#1|))) 98 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) 97 (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-1090) |#1|) 96 (|has| |#1| (-455 (-1090) |#1|)) ELT)) (-3801 (($ $ |#1|) 102 (|has| |#1| (-241 |#1| |#1|)) ELT)) (-3973 (((-473) $) 77 (|has| |#1| (-553 (-473))) ELT)) (-3010 (($ $) 94 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 52 T ELT) (($ (-350 (-484))) 107 (|has| |#1| (-950 (-350 (-484)))) ELT)) (-2703 (((-632 $) $) 78 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3384 ((|#1| $) 83 (|has| |#1| (-973)) ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2567 (((-85) $ $) 73 (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) 75 (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 74 (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 76 (|has| |#1| (-756)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT)))
-(((-720 |#1|) (-113) (-146)) (T -720))
-((-3010 (*1 *1 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-3644 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-2489 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-2488 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-2487 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-2486 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-3009 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-3008 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-3007 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-3133 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-2490 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))) (-3384 (*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)) (-4 *2 (-973)))) (-3024 (*1 *2 *1) (-12 (-4 *1 (-720 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-85)))) (-3023 (*1 *2 *1) (-12 (-4 *1 (-720 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-350 (-484))))) (-3025 (*1 *2 *1) (|partial| -12 (-4 *1 (-720 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-350 (-484))))) (-2485 (*1 *1 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)) (-4 *2 (-312)))))
-(-13 (-38 |t#1|) (-355 |t#1|) (-288 |t#1|) (-10 -8 (-15 -3010 ($ $)) (-15 -3644 (|t#1| $)) (-15 -2489 (|t#1| $)) (-15 -2488 (|t#1| $)) (-15 -2487 (|t#1| $)) (-15 -2486 (|t#1| $)) (-15 -3009 (|t#1| $)) (-15 -3008 (|t#1| $)) (-15 -3007 (|t#1| $)) (-15 -3133 (|t#1| $)) (-15 -2490 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-320)) (-6 (-320)) |%noBranch|) (IF (|has| |t#1| (-756)) (-6 (-756)) |%noBranch|) (IF (|has| |t#1| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-973)) (-15 -3384 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-483)) (PROGN (-15 -3024 ((-85) $)) (-15 -3023 ((-350 (-484)) $)) (-15 -3025 ((-3 (-350 (-484)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-312)) (-15 -2485 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-241 |#1| $) |has| |#1| (-241 |#1| |#1|)) ((-260 |#1|) |has| |#1| (-260 |#1|)) ((-320) |has| |#1| (-320)) ((-288 |#1|) . T) ((-355 |#1|) . T) ((-455 (-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)) ((-455 |#1| |#1|) |has| |#1| (-260 |#1|)) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-582 |#1|) . T) ((-654 |#1|) . T) ((-663) . T) ((-756) |has| |#1| (-756)) ((-759) |has| |#1| (-756)) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 31 T ELT)) (-1312 (((-3 $ "failed") $ $) 35 T ELT)) (-3725 (($) 30 T CONST)) (-3187 (((-85) $) 28 T ELT)) (-1214 (((-85) $ $) 33 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 29 T CONST)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)) (-3840 (($ $ $) 25 T ELT)) (* (($ (-830) $) 26 T ELT) (($ (-694) $) 32 T ELT)))
-(((-721) (-113)) (T -721))
-NIL
-(-13 (-716) (-104))
-(((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-716) . T) ((-718) . T) ((-756) . T) ((-759) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3137 (((-694)) NIL (|has| |#1| (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-909 |#1|) #1#) $) 35 T ELT) (((-3 (-484) #1#) $) NIL (OR (|has| (-909 |#1|) (-950 (-484))) (|has| |#1| (-950 (-484)))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (OR (|has| (-909 |#1|) (-950 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-3157 ((|#1| $) NIL T ELT) (((-909 |#1|) $) 33 T ELT) (((-484) $) NIL (OR (|has| (-909 |#1|) (-950 (-484))) (|has| |#1| (-950 (-484)))) ELT) (((-350 (-484)) $) NIL (OR (|has| (-909 |#1|) (-950 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3644 ((|#1| $) 16 T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-483)) ELT)) (-3024 (((-85) $) NIL (|has| |#1| (-483)) ELT)) (-3023 (((-350 (-484)) $) NIL (|has| |#1| (-483)) ELT)) (-2995 (($) NIL (|has| |#1| (-320)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2490 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28 T ELT) (($ (-909 |#1|) (-909 |#1|)) 29 T ELT)) (-3133 ((|#1| $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2010 (((-830) $) NIL (|has| |#1| (-320)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2400 (($ (-830)) NIL (|has| |#1| (-320)) ELT)) (-2487 ((|#1| $) 22 T ELT)) (-2488 ((|#1| $) 20 T ELT)) (-2489 ((|#1| $) 18 T ELT)) (-3007 ((|#1| $) 26 T ELT)) (-3008 ((|#1| $) 25 T ELT)) (-3009 ((|#1| $) 24 T ELT)) (-2486 ((|#1| $) 23 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3769 (($ $ (-583 |#1|) (-583 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-249 |#1|))) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) NIL (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-1090) |#1|) NIL (|has| |#1| (-455 (-1090) |#1|)) ELT)) (-3801 (($ $ |#1|) NIL (|has| |#1| (-241 |#1| |#1|)) ELT)) (-3973 (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT)) (-3010 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-909 |#1|)) 30 T ELT) (($ (-350 (-484))) NIL (OR (|has| (-909 |#1|) (-950 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 ((|#1| $) NIL (|has| |#1| (-973)) ELT)) (-2661 (($) 8 T CONST)) (-2667 (($) 12 T CONST)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 40 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-722 |#1|) (-13 (-720 |#1|) (-355 (-909 |#1|)) (-10 -8 (-15 -2490 ($ (-909 |#1|) (-909 |#1|))))) (-146)) (T -722))
-((-2490 (*1 *1 *2 *2) (-12 (-5 *2 (-909 *3)) (-4 *3 (-146)) (-5 *1 (-722 *3)))))
-((-3959 ((|#3| (-1 |#4| |#2|) |#1|) 20 T ELT)))
-(((-723 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3959 (|#3| (-1 |#4| |#2|) |#1|))) (-720 |#2|) (-146) (-720 |#4|) (-146)) (T -723))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-720 *6)) (-5 *1 (-723 *4 *5 *2 *6)) (-4 *4 (-720 *5)))))
-((-2491 (((-2 (|:| |particular| |#2|) (|:| -2012 (-583 |#2|))) |#3| |#2| (-1090)) 19 T ELT)))
-(((-724 |#1| |#2| |#3|) (-10 -7 (-15 -2491 ((-2 (|:| |particular| |#2|) (|:| -2012 (-583 |#2|))) |#3| |#2| (-1090)))) (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)) (-13 (-29 |#1|) (-1115) (-871)) (-600 |#2|)) (T -724))
-((-2491 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1090)) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-4 *4 (-13 (-29 *6) (-1115) (-871))) (-5 *2 (-2 (|:| |particular| *4) (|:| -2012 (-583 *4)))) (-5 *1 (-724 *6 *4 *3)) (-4 *3 (-600 *4)))))
-((-3574 (((-3 |#2| #1="failed") |#2| (-86) (-249 |#2|) (-583 |#2|)) 28 T ELT) (((-3 |#2| #1#) (-249 |#2|) (-86) (-249 |#2|) (-583 |#2|)) 29 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -2012 (-583 |#2|))) |#2| #1#) |#2| (-86) (-1090)) 17 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -2012 (-583 |#2|))) |#2| #1#) (-249 |#2|) (-86) (-1090)) 18 T ELT) (((-3 (-2 (|:| |particular| (-1179 |#2|)) (|:| -2012 (-583 (-1179 |#2|)))) #1#) (-583 |#2|) (-583 (-86)) (-1090)) 24 T ELT) (((-3 (-2 (|:| |particular| (-1179 |#2|)) (|:| -2012 (-583 (-1179 |#2|)))) #1#) (-583 (-249 |#2|)) (-583 (-86)) (-1090)) 26 T ELT) (((-3 (-583 (-1179 |#2|)) #1#) (-630 |#2|) (-1090)) 37 T ELT) (((-3 (-2 (|:| |particular| (-1179 |#2|)) (|:| -2012 (-583 (-1179 |#2|)))) #1#) (-630 |#2|) (-1179 |#2|) (-1090)) 35 T ELT)))
-(((-725 |#1| |#2|) (-10 -7 (-15 -3574 ((-3 (-2 (|:| |particular| (-1179 |#2|)) (|:| -2012 (-583 (-1179 |#2|)))) #1="failed") (-630 |#2|) (-1179 |#2|) (-1090))) (-15 -3574 ((-3 (-583 (-1179 |#2|)) #1#) (-630 |#2|) (-1090))) (-15 -3574 ((-3 (-2 (|:| |particular| (-1179 |#2|)) (|:| -2012 (-583 (-1179 |#2|)))) #1#) (-583 (-249 |#2|)) (-583 (-86)) (-1090))) (-15 -3574 ((-3 (-2 (|:| |particular| (-1179 |#2|)) (|:| -2012 (-583 (-1179 |#2|)))) #1#) (-583 |#2|) (-583 (-86)) (-1090))) (-15 -3574 ((-3 (-2 (|:| |particular| |#2|) (|:| -2012 (-583 |#2|))) |#2| #1#) (-249 |#2|) (-86) (-1090))) (-15 -3574 ((-3 (-2 (|:| |particular| |#2|) (|:| -2012 (-583 |#2|))) |#2| #1#) |#2| (-86) (-1090))) (-15 -3574 ((-3 |#2| #1#) (-249 |#2|) (-86) (-249 |#2|) (-583 |#2|))) (-15 -3574 ((-3 |#2| #1#) |#2| (-86) (-249 |#2|) (-583 |#2|)))) (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)) (-13 (-29 |#1|) (-1115) (-871))) (T -725))
-((-3574 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-86)) (-5 *4 (-249 *2)) (-5 *5 (-583 *2)) (-4 *2 (-13 (-29 *6) (-1115) (-871))) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *1 (-725 *6 *2)))) (-3574 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-249 *2)) (-5 *4 (-86)) (-5 *5 (-583 *2)) (-4 *2 (-13 (-29 *6) (-1115) (-871))) (-5 *1 (-725 *6 *2)) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))))) (-3574 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-86)) (-5 *5 (-1090)) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -2012 (-583 *3))) *3 #1="failed")) (-5 *1 (-725 *6 *3)) (-4 *3 (-13 (-29 *6) (-1115) (-871))))) (-3574 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-249 *7)) (-5 *4 (-86)) (-5 *5 (-1090)) (-4 *7 (-13 (-29 *6) (-1115) (-871))) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -2012 (-583 *7))) *7 #1#)) (-5 *1 (-725 *6 *7)))) (-3574 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-583 *7)) (-5 *4 (-583 (-86))) (-5 *5 (-1090)) (-4 *7 (-13 (-29 *6) (-1115) (-871))) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-2 (|:| |particular| (-1179 *7)) (|:| -2012 (-583 (-1179 *7))))) (-5 *1 (-725 *6 *7)))) (-3574 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-583 (-249 *7))) (-5 *4 (-583 (-86))) (-5 *5 (-1090)) (-4 *7 (-13 (-29 *6) (-1115) (-871))) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-2 (|:| |particular| (-1179 *7)) (|:| -2012 (-583 (-1179 *7))))) (-5 *1 (-725 *6 *7)))) (-3574 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-630 *6)) (-5 *4 (-1090)) (-4 *6 (-13 (-29 *5) (-1115) (-871))) (-4 *5 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-583 (-1179 *6))) (-5 *1 (-725 *5 *6)))) (-3574 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-630 *7)) (-5 *5 (-1090)) (-4 *7 (-13 (-29 *6) (-1115) (-871))) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-2 (|:| |particular| (-1179 *7)) (|:| -2012 (-583 (-1179 *7))))) (-5 *1 (-725 *6 *7)) (-5 *4 (-1179 *7)))))
-((-3471 ((|#2| |#2| (-1090)) 17 T ELT)) (-2492 ((|#2| |#2| (-1090)) 56 T ELT)) (-2493 (((-1 |#2| |#2|) (-1090)) 11 T ELT)))
-(((-726 |#1| |#2|) (-10 -7 (-15 -3471 (|#2| |#2| (-1090))) (-15 -2492 (|#2| |#2| (-1090))) (-15 -2493 ((-1 |#2| |#2|) (-1090)))) (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)) (-13 (-29 |#1|) (-1115) (-871))) (T -726))
-((-2493 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-1 *5 *5)) (-5 *1 (-726 *4 *5)) (-4 *5 (-13 (-29 *4) (-1115) (-871))))) (-2492 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *1 (-726 *4 *2)) (-4 *2 (-13 (-29 *4) (-1115) (-871))))) (-3471 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *1 (-726 *4 *2)) (-4 *2 (-13 (-29 *4) (-1115) (-871))))))
-((-2494 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2012 (-583 |#4|))) (-597 |#4|) |#4|) 33 T ELT)))
-(((-727 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2494 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2012 (-583 |#4|))) (-597 |#4|) |#4|))) (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))) (-1155 |#1|) (-1155 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -727))
-((-2494 (*1 *2 *3 *4) (-12 (-5 *3 (-597 *4)) (-4 *4 (-291 *5 *6 *7)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2012 (-583 *4)))) (-5 *1 (-727 *5 *6 *7 *4)))))
-((-3742 (((-2 (|:| -3267 |#3|) (|:| |rh| (-583 (-350 |#2|)))) |#4| (-583 (-350 |#2|))) 53 T ELT)) (-2496 (((-583 (-2 (|:| -3774 |#2|) (|:| -3227 |#2|))) |#4| |#2|) 62 T ELT) (((-583 (-2 (|:| -3774 |#2|) (|:| -3227 |#2|))) |#4|) 61 T ELT) (((-583 (-2 (|:| -3774 |#2|) (|:| -3227 |#2|))) |#3| |#2|) 20 T ELT) (((-583 (-2 (|:| -3774 |#2|) (|:| -3227 |#2|))) |#3|) 21 T ELT)) (-2497 ((|#2| |#4| |#1|) 63 T ELT) ((|#2| |#3| |#1|) 28 T ELT)) (-2495 ((|#2| |#3| (-583 (-350 |#2|))) 109 T ELT) (((-3 |#2| "failed") |#3| (-350 |#2|)) 105 T ELT)))
-(((-728 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2495 ((-3 |#2| "failed") |#3| (-350 |#2|))) (-15 -2495 (|#2| |#3| (-583 (-350 |#2|)))) (-15 -2496 ((-583 (-2 (|:| -3774 |#2|) (|:| -3227 |#2|))) |#3|)) (-15 -2496 ((-583 (-2 (|:| -3774 |#2|) (|:| -3227 |#2|))) |#3| |#2|)) (-15 -2497 (|#2| |#3| |#1|)) (-15 -2496 ((-583 (-2 (|:| -3774 |#2|) (|:| -3227 |#2|))) |#4|)) (-15 -2496 ((-583 (-2 (|:| -3774 |#2|) (|:| -3227 |#2|))) |#4| |#2|)) (-15 -2497 (|#2| |#4| |#1|)) (-15 -3742 ((-2 (|:| -3267 |#3|) (|:| |rh| (-583 (-350 |#2|)))) |#4| (-583 (-350 |#2|))))) (-13 (-312) (-120) (-950 (-350 (-484)))) (-1155 |#1|) (-600 |#2|) (-600 (-350 |#2|))) (T -728))
-((-3742 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *6 (-1155 *5)) (-5 *2 (-2 (|:| -3267 *7) (|:| |rh| (-583 (-350 *6))))) (-5 *1 (-728 *5 *6 *7 *3)) (-5 *4 (-583 (-350 *6))) (-4 *7 (-600 *6)) (-4 *3 (-600 (-350 *6))))) (-2497 (*1 *2 *3 *4) (-12 (-4 *2 (-1155 *4)) (-5 *1 (-728 *4 *2 *5 *3)) (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *5 (-600 *2)) (-4 *3 (-600 (-350 *2))))) (-2496 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *4 (-1155 *5)) (-5 *2 (-583 (-2 (|:| -3774 *4) (|:| -3227 *4)))) (-5 *1 (-728 *5 *4 *6 *3)) (-4 *6 (-600 *4)) (-4 *3 (-600 (-350 *4))))) (-2496 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *5 (-1155 *4)) (-5 *2 (-583 (-2 (|:| -3774 *5) (|:| -3227 *5)))) (-5 *1 (-728 *4 *5 *6 *3)) (-4 *6 (-600 *5)) (-4 *3 (-600 (-350 *5))))) (-2497 (*1 *2 *3 *4) (-12 (-4 *2 (-1155 *4)) (-5 *1 (-728 *4 *2 *3 *5)) (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *3 (-600 *2)) (-4 *5 (-600 (-350 *2))))) (-2496 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *4 (-1155 *5)) (-5 *2 (-583 (-2 (|:| -3774 *4) (|:| -3227 *4)))) (-5 *1 (-728 *5 *4 *3 *6)) (-4 *3 (-600 *4)) (-4 *6 (-600 (-350 *4))))) (-2496 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *5 (-1155 *4)) (-5 *2 (-583 (-2 (|:| -3774 *5) (|:| -3227 *5)))) (-5 *1 (-728 *4 *5 *3 *6)) (-4 *3 (-600 *5)) (-4 *6 (-600 (-350 *5))))) (-2495 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-350 *2))) (-4 *2 (-1155 *5)) (-5 *1 (-728 *5 *2 *3 *6)) (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *3 (-600 *2)) (-4 *6 (-600 (-350 *2))))) (-2495 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-350 *2)) (-4 *2 (-1155 *5)) (-5 *1 (-728 *5 *2 *3 *6)) (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *3 (-600 *2)) (-4 *6 (-600 *4)))))
-((-2505 (((-583 (-2 (|:| |frac| (-350 |#2|)) (|:| -3267 |#3|))) |#3| (-1 (-583 |#2|) |#2| (-1085 |#2|)) (-1 (-348 |#2|) |#2|)) 156 T ELT)) (-2506 (((-583 (-2 (|:| |poly| |#2|) (|:| -3267 |#3|))) |#3| (-1 (-583 |#1|) |#2|)) 52 T ELT)) (-2499 (((-583 (-2 (|:| |deg| (-694)) (|:| -3267 |#2|))) |#3|) 123 T ELT)) (-2498 ((|#2| |#3|) 42 T ELT)) (-2500 (((-583 (-2 (|:| -3953 |#1|) (|:| -3267 |#3|))) |#3| (-1 (-583 |#1|) |#2|)) 100 T ELT)) (-2501 ((|#3| |#3| (-350 |#2|)) 71 T ELT) ((|#3| |#3| |#2|) 97 T ELT)))
-(((-729 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2498 (|#2| |#3|)) (-15 -2499 ((-583 (-2 (|:| |deg| (-694)) (|:| -3267 |#2|))) |#3|)) (-15 -2500 ((-583 (-2 (|:| -3953 |#1|) (|:| -3267 |#3|))) |#3| (-1 (-583 |#1|) |#2|))) (-15 -2506 ((-583 (-2 (|:| |poly| |#2|) (|:| -3267 |#3|))) |#3| (-1 (-583 |#1|) |#2|))) (-15 -2505 ((-583 (-2 (|:| |frac| (-350 |#2|)) (|:| -3267 |#3|))) |#3| (-1 (-583 |#2|) |#2| (-1085 |#2|)) (-1 (-348 |#2|) |#2|))) (-15 -2501 (|#3| |#3| |#2|)) (-15 -2501 (|#3| |#3| (-350 |#2|)))) (-13 (-312) (-120) (-950 (-350 (-484)))) (-1155 |#1|) (-600 |#2|) (-600 (-350 |#2|))) (T -729))
-((-2501 (*1 *2 *2 *3) (-12 (-5 *3 (-350 *5)) (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *5 (-1155 *4)) (-5 *1 (-729 *4 *5 *2 *6)) (-4 *2 (-600 *5)) (-4 *6 (-600 *3)))) (-2501 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *3 (-1155 *4)) (-5 *1 (-729 *4 *3 *2 *5)) (-4 *2 (-600 *3)) (-4 *5 (-600 (-350 *3))))) (-2505 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-583 *7) *7 (-1085 *7))) (-5 *5 (-1 (-348 *7) *7)) (-4 *7 (-1155 *6)) (-4 *6 (-13 (-312) (-120) (-950 (-350 (-484))))) (-5 *2 (-583 (-2 (|:| |frac| (-350 *7)) (|:| -3267 *3)))) (-5 *1 (-729 *6 *7 *3 *8)) (-4 *3 (-600 *7)) (-4 *8 (-600 (-350 *7))))) (-2506 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-583 *5) *6)) (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *6 (-1155 *5)) (-5 *2 (-583 (-2 (|:| |poly| *6) (|:| -3267 *3)))) (-5 *1 (-729 *5 *6 *3 *7)) (-4 *3 (-600 *6)) (-4 *7 (-600 (-350 *6))))) (-2500 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-583 *5) *6)) (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *6 (-1155 *5)) (-5 *2 (-583 (-2 (|:| -3953 *5) (|:| -3267 *3)))) (-5 *1 (-729 *5 *6 *3 *7)) (-4 *3 (-600 *6)) (-4 *7 (-600 (-350 *6))))) (-2499 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *5 (-1155 *4)) (-5 *2 (-583 (-2 (|:| |deg| (-694)) (|:| -3267 *5)))) (-5 *1 (-729 *4 *5 *3 *6)) (-4 *3 (-600 *5)) (-4 *6 (-600 (-350 *5))))) (-2498 (*1 *2 *3) (-12 (-4 *2 (-1155 *4)) (-5 *1 (-729 *4 *2 *3 *5)) (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *3 (-600 *2)) (-4 *5 (-600 (-350 *2))))))
-((-2502 (((-2 (|:| -2012 (-583 (-350 |#2|))) (|:| |mat| (-630 |#1|))) (-598 |#2| (-350 |#2|)) (-583 (-350 |#2|))) 146 T ELT) (((-2 (|:| |particular| (-3 (-350 |#2|) #1="failed")) (|:| -2012 (-583 (-350 |#2|)))) (-598 |#2| (-350 |#2|)) (-350 |#2|)) 145 T ELT) (((-2 (|:| -2012 (-583 (-350 |#2|))) (|:| |mat| (-630 |#1|))) (-597 (-350 |#2|)) (-583 (-350 |#2|))) 140 T ELT) (((-2 (|:| |particular| (-3 (-350 |#2|) #1#)) (|:| -2012 (-583 (-350 |#2|)))) (-597 (-350 |#2|)) (-350 |#2|)) 138 T ELT)) (-2503 ((|#2| (-598 |#2| (-350 |#2|))) 86 T ELT) ((|#2| (-597 (-350 |#2|))) 89 T ELT)))
-(((-730 |#1| |#2|) (-10 -7 (-15 -2502 ((-2 (|:| |particular| (-3 (-350 |#2|) #1="failed")) (|:| -2012 (-583 (-350 |#2|)))) (-597 (-350 |#2|)) (-350 |#2|))) (-15 -2502 ((-2 (|:| -2012 (-583 (-350 |#2|))) (|:| |mat| (-630 |#1|))) (-597 (-350 |#2|)) (-583 (-350 |#2|)))) (-15 -2502 ((-2 (|:| |particular| (-3 (-350 |#2|) #1#)) (|:| -2012 (-583 (-350 |#2|)))) (-598 |#2| (-350 |#2|)) (-350 |#2|))) (-15 -2502 ((-2 (|:| -2012 (-583 (-350 |#2|))) (|:| |mat| (-630 |#1|))) (-598 |#2| (-350 |#2|)) (-583 (-350 |#2|)))) (-15 -2503 (|#2| (-597 (-350 |#2|)))) (-15 -2503 (|#2| (-598 |#2| (-350 |#2|))))) (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))) (-1155 |#1|)) (T -730))
-((-2503 (*1 *2 *3) (-12 (-5 *3 (-598 *2 (-350 *2))) (-4 *2 (-1155 *4)) (-5 *1 (-730 *4 *2)) (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))))) (-2503 (*1 *2 *3) (-12 (-5 *3 (-597 (-350 *2))) (-4 *2 (-1155 *4)) (-5 *1 (-730 *4 *2)) (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))))) (-2502 (*1 *2 *3 *4) (-12 (-5 *3 (-598 *6 (-350 *6))) (-4 *6 (-1155 *5)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-5 *2 (-2 (|:| -2012 (-583 (-350 *6))) (|:| |mat| (-630 *5)))) (-5 *1 (-730 *5 *6)) (-5 *4 (-583 (-350 *6))))) (-2502 (*1 *2 *3 *4) (-12 (-5 *3 (-598 *6 (-350 *6))) (-5 *4 (-350 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2012 (-583 *4)))) (-5 *1 (-730 *5 *6)))) (-2502 (*1 *2 *3 *4) (-12 (-5 *3 (-597 (-350 *6))) (-4 *6 (-1155 *5)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-5 *2 (-2 (|:| -2012 (-583 (-350 *6))) (|:| |mat| (-630 *5)))) (-5 *1 (-730 *5 *6)) (-5 *4 (-583 (-350 *6))))) (-2502 (*1 *2 *3 *4) (-12 (-5 *3 (-597 (-350 *6))) (-5 *4 (-350 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1#)) (|:| -2012 (-583 *4)))) (-5 *1 (-730 *5 *6)))))
-((-2504 (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#1|))) |#5| |#4|) 49 T ELT)))
-(((-731 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2504 ((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#1|))) |#5| |#4|))) (-312) (-600 |#1|) (-1155 |#1|) (-661 |#1| |#3|) (-600 |#4|)) (T -731))
-((-2504 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *7 (-1155 *5)) (-4 *4 (-661 *5 *7)) (-5 *2 (-2 (|:| |mat| (-630 *6)) (|:| |vec| (-1179 *5)))) (-5 *1 (-731 *5 *6 *7 *4 *3)) (-4 *6 (-600 *5)) (-4 *3 (-600 *4)))))
-((-2505 (((-583 (-2 (|:| |frac| (-350 |#2|)) (|:| -3267 (-598 |#2| (-350 |#2|))))) (-598 |#2| (-350 |#2|)) (-1 (-348 |#2|) |#2|)) 47 T ELT)) (-2507 (((-583 (-350 |#2|)) (-598 |#2| (-350 |#2|)) (-1 (-348 |#2|) |#2|)) 163 (|has| |#1| (-27)) ELT) (((-583 (-350 |#2|)) (-598 |#2| (-350 |#2|))) 164 (|has| |#1| (-27)) ELT) (((-583 (-350 |#2|)) (-597 (-350 |#2|)) (-1 (-348 |#2|) |#2|)) 165 (|has| |#1| (-27)) ELT) (((-583 (-350 |#2|)) (-597 (-350 |#2|))) 166 (|has| |#1| (-27)) ELT) (((-583 (-350 |#2|)) (-598 |#2| (-350 |#2|)) (-1 (-583 |#1|) |#2|) (-1 (-348 |#2|) |#2|)) 38 T ELT) (((-583 (-350 |#2|)) (-598 |#2| (-350 |#2|)) (-1 (-583 |#1|) |#2|)) 39 T ELT) (((-583 (-350 |#2|)) (-597 (-350 |#2|)) (-1 (-583 |#1|) |#2|) (-1 (-348 |#2|) |#2|)) 36 T ELT) (((-583 (-350 |#2|)) (-597 (-350 |#2|)) (-1 (-583 |#1|) |#2|)) 37 T ELT)) (-2506 (((-583 (-2 (|:| |poly| |#2|) (|:| -3267 (-598 |#2| (-350 |#2|))))) (-598 |#2| (-350 |#2|)) (-1 (-583 |#1|) |#2|)) 96 T ELT)))
-(((-732 |#1| |#2|) (-10 -7 (-15 -2507 ((-583 (-350 |#2|)) (-597 (-350 |#2|)) (-1 (-583 |#1|) |#2|))) (-15 -2507 ((-583 (-350 |#2|)) (-597 (-350 |#2|)) (-1 (-583 |#1|) |#2|) (-1 (-348 |#2|) |#2|))) (-15 -2507 ((-583 (-350 |#2|)) (-598 |#2| (-350 |#2|)) (-1 (-583 |#1|) |#2|))) (-15 -2507 ((-583 (-350 |#2|)) (-598 |#2| (-350 |#2|)) (-1 (-583 |#1|) |#2|) (-1 (-348 |#2|) |#2|))) (-15 -2505 ((-583 (-2 (|:| |frac| (-350 |#2|)) (|:| -3267 (-598 |#2| (-350 |#2|))))) (-598 |#2| (-350 |#2|)) (-1 (-348 |#2|) |#2|))) (-15 -2506 ((-583 (-2 (|:| |poly| |#2|) (|:| -3267 (-598 |#2| (-350 |#2|))))) (-598 |#2| (-350 |#2|)) (-1 (-583 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -2507 ((-583 (-350 |#2|)) (-597 (-350 |#2|)))) (-15 -2507 ((-583 (-350 |#2|)) (-597 (-350 |#2|)) (-1 (-348 |#2|) |#2|))) (-15 -2507 ((-583 (-350 |#2|)) (-598 |#2| (-350 |#2|)))) (-15 -2507 ((-583 (-350 |#2|)) (-598 |#2| (-350 |#2|)) (-1 (-348 |#2|) |#2|)))) |%noBranch|)) (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))) (-1155 |#1|)) (T -732))
-((-2507 (*1 *2 *3 *4) (-12 (-5 *3 (-598 *6 (-350 *6))) (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1155 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-5 *2 (-583 (-350 *6))) (-5 *1 (-732 *5 *6)))) (-2507 (*1 *2 *3) (-12 (-5 *3 (-598 *5 (-350 *5))) (-4 *5 (-1155 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-5 *2 (-583 (-350 *5))) (-5 *1 (-732 *4 *5)))) (-2507 (*1 *2 *3 *4) (-12 (-5 *3 (-597 (-350 *6))) (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1155 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-5 *2 (-583 (-350 *6))) (-5 *1 (-732 *5 *6)))) (-2507 (*1 *2 *3) (-12 (-5 *3 (-597 (-350 *5))) (-4 *5 (-1155 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-5 *2 (-583 (-350 *5))) (-5 *1 (-732 *4 *5)))) (-2506 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-583 *5) *6)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-4 *6 (-1155 *5)) (-5 *2 (-583 (-2 (|:| |poly| *6) (|:| -3267 (-598 *6 (-350 *6)))))) (-5 *1 (-732 *5 *6)) (-5 *3 (-598 *6 (-350 *6))))) (-2505 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1155 *5)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-5 *2 (-583 (-2 (|:| |frac| (-350 *6)) (|:| -3267 (-598 *6 (-350 *6)))))) (-5 *1 (-732 *5 *6)) (-5 *3 (-598 *6 (-350 *6))))) (-2507 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-598 *7 (-350 *7))) (-5 *4 (-1 (-583 *6) *7)) (-5 *5 (-1 (-348 *7) *7)) (-4 *6 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-4 *7 (-1155 *6)) (-5 *2 (-583 (-350 *7))) (-5 *1 (-732 *6 *7)))) (-2507 (*1 *2 *3 *4) (-12 (-5 *3 (-598 *6 (-350 *6))) (-5 *4 (-1 (-583 *5) *6)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-4 *6 (-1155 *5)) (-5 *2 (-583 (-350 *6))) (-5 *1 (-732 *5 *6)))) (-2507 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-597 (-350 *7))) (-5 *4 (-1 (-583 *6) *7)) (-5 *5 (-1 (-348 *7) *7)) (-4 *6 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-4 *7 (-1155 *6)) (-5 *2 (-583 (-350 *7))) (-5 *1 (-732 *6 *7)))) (-2507 (*1 *2 *3 *4) (-12 (-5 *3 (-597 (-350 *6))) (-5 *4 (-1 (-583 *5) *6)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))) (-4 *6 (-1155 *5)) (-5 *2 (-583 (-350 *6))) (-5 *1 (-732 *5 *6)))))
-((-2508 (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#1|))) (-630 |#2|) (-1179 |#1|)) 110 T ELT) (((-2 (|:| A (-630 |#1|)) (|:| |eqs| (-583 (-2 (|:| C (-630 |#1|)) (|:| |g| (-1179 |#1|)) (|:| -3267 |#2|) (|:| |rh| |#1|))))) (-630 |#1|) (-1179 |#1|)) 15 T ELT)) (-2509 (((-2 (|:| |particular| (-3 (-1179 |#1|) #1="failed")) (|:| -2012 (-583 (-1179 |#1|)))) (-630 |#2|) (-1179 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| #1#)) (|:| -2012 (-583 |#1|))) |#2| |#1|)) 116 T ELT)) (-3574 (((-3 (-2 (|:| |particular| (-1179 |#1|)) (|:| -2012 (-630 |#1|))) #1#) (-630 |#1|) (-1179 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2012 (-583 |#1|))) #1#) |#2| |#1|)) 54 T ELT)))
-(((-733 |#1| |#2|) (-10 -7 (-15 -2508 ((-2 (|:| A (-630 |#1|)) (|:| |eqs| (-583 (-2 (|:| C (-630 |#1|)) (|:| |g| (-1179 |#1|)) (|:| -3267 |#2|) (|:| |rh| |#1|))))) (-630 |#1|) (-1179 |#1|))) (-15 -2508 ((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#1|))) (-630 |#2|) (-1179 |#1|))) (-15 -3574 ((-3 (-2 (|:| |particular| (-1179 |#1|)) (|:| -2012 (-630 |#1|))) #1="failed") (-630 |#1|) (-1179 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2012 (-583 |#1|))) #1#) |#2| |#1|))) (-15 -2509 ((-2 (|:| |particular| (-3 (-1179 |#1|) #1#)) (|:| -2012 (-583 (-1179 |#1|)))) (-630 |#2|) (-1179 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| #1#)) (|:| -2012 (-583 |#1|))) |#2| |#1|)))) (-312) (-600 |#1|)) (T -733))
-((-2509 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -2012 (-583 *6))) *7 *6)) (-4 *6 (-312)) (-4 *7 (-600 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1179 *6) "failed")) (|:| -2012 (-583 (-1179 *6))))) (-5 *1 (-733 *6 *7)) (-5 *4 (-1179 *6)))) (-3574 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -2012 (-583 *6))) "failed") *7 *6)) (-4 *6 (-312)) (-4 *7 (-600 *6)) (-5 *2 (-2 (|:| |particular| (-1179 *6)) (|:| -2012 (-630 *6)))) (-5 *1 (-733 *6 *7)) (-5 *3 (-630 *6)) (-5 *4 (-1179 *6)))) (-2508 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *6 (-600 *5)) (-5 *2 (-2 (|:| |mat| (-630 *6)) (|:| |vec| (-1179 *5)))) (-5 *1 (-733 *5 *6)) (-5 *3 (-630 *6)) (-5 *4 (-1179 *5)))) (-2508 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-5 *2 (-2 (|:| A (-630 *5)) (|:| |eqs| (-583 (-2 (|:| C (-630 *5)) (|:| |g| (-1179 *5)) (|:| -3267 *6) (|:| |rh| *5)))))) (-5 *1 (-733 *5 *6)) (-5 *3 (-630 *5)) (-5 *4 (-1179 *5)) (-4 *6 (-600 *5)))))
-((-2510 (((-630 |#1|) (-583 |#1|) (-694)) 14 T ELT) (((-630 |#1|) (-583 |#1|)) 15 T ELT)) (-2511 (((-3 (-1179 |#1|) #1="failed") |#2| |#1| (-583 |#1|)) 39 T ELT)) (-3341 (((-3 |#1| #1#) |#2| |#1| (-583 |#1|) (-1 |#1| |#1|)) 46 T ELT)))
-(((-734 |#1| |#2|) (-10 -7 (-15 -2510 ((-630 |#1|) (-583 |#1|))) (-15 -2510 ((-630 |#1|) (-583 |#1|) (-694))) (-15 -2511 ((-3 (-1179 |#1|) #1="failed") |#2| |#1| (-583 |#1|))) (-15 -3341 ((-3 |#1| #1#) |#2| |#1| (-583 |#1|) (-1 |#1| |#1|)))) (-312) (-600 |#1|)) (T -734))
-((-3341 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-583 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-312)) (-5 *1 (-734 *2 *3)) (-4 *3 (-600 *2)))) (-2511 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-583 *4)) (-4 *4 (-312)) (-5 *2 (-1179 *4)) (-5 *1 (-734 *4 *3)) (-4 *3 (-600 *4)))) (-2510 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *5)) (-5 *4 (-694)) (-4 *5 (-312)) (-5 *2 (-630 *5)) (-5 *1 (-734 *5 *6)) (-4 *6 (-600 *5)))) (-2510 (*1 *2 *3) (-12 (-5 *3 (-583 *4)) (-4 *4 (-312)) (-5 *2 (-630 *4)) (-5 *1 (-734 *4 *5)) (-4 *5 (-600 *4)))))
-((-2569 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-3189 (((-85) $) NIL (|has| |#2| (-23)) ELT)) (-3708 (($ (-830)) NIL (|has| |#2| (-961)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#2|)) ELT)) (-2484 (($ $ $) NIL (|has| |#2| (-717)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL (|has| |#2| (-104)) ELT)) (-3137 (((-694)) NIL (|has| |#2| (-320)) ELT)) (-3789 ((|#2| $ (-484) |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (-12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) (((-3 |#2| #1#) $) NIL (|has| |#2| (-1013)) ELT)) (-3157 (((-484) $) NIL (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) ELT) (((-350 (-484)) $) NIL (-12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) ((|#2| $) NIL (|has| |#2| (-1013)) ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL (|has| |#2| (-961)) ELT) (((-630 |#2|) (-630 $)) NIL (|has| |#2| (-961)) ELT)) (-3843 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) NIL (|has| |#2| (-72)) ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL (|has| |#2| (-961)) ELT)) (-2995 (($) NIL (|has| |#2| (-320)) ELT)) (-1576 ((|#2| $ (-484) |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ (-484)) NIL T ELT)) (-3187 (((-85) $) NIL (|has| |#2| (-717)) ELT)) (-1214 (((-85) $ $) NIL (|has| |#2| (-23)) ELT)) (-2410 (((-85) $) NIL (|has| |#2| (-961)) ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#2| (-756)) ELT)) (-2609 (((-583 |#2|) $) NIL T ELT)) (-3246 (((-85) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#2| (-756)) ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2010 (((-830) $) NIL (|has| |#2| (-320)) ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (-12 (|has| |#2| (-580 (-484))) (|has| |#2| (-961))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL (|has| |#2| (-961)) ELT) (((-630 |#2|) (-1179 $)) NIL (|has| |#2| (-961)) ELT)) (-3243 (((-1073) $) NIL (|has| |#2| (-1013)) ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-2400 (($ (-830)) NIL (|has| |#2| (-320)) ELT)) (-3244 (((-1033) $) NIL (|has| |#2| (-1013)) ELT)) (-3802 ((|#2| $) NIL (|has| (-484) (-756)) ELT)) (-2199 (($ $ |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1731 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#2| $ (-484) |#2|) NIL T ELT) ((|#2| $ (-484)) NIL T ELT)) (-3837 ((|#2| $ $) NIL (|has| |#2| (-961)) ELT)) (-1468 (($ (-1179 |#2|)) NIL T ELT)) (-3912 (((-107)) NIL (|has| |#2| (-312)) ELT)) (-3759 (($ $ (-694)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-961)) ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL (|has| |#2| (-961)) ELT)) (-1730 (((-694) |#2| $) NIL (|has| |#2| (-72)) ELT) (((-694) (-1 (-85) |#2|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-1179 |#2|) $) NIL T ELT) (($ (-484)) NIL (OR (-12 (|has| |#2| (-950 (-484))) (|has| |#2| (-1013))) (|has| |#2| (-961))) ELT) (($ (-350 (-484))) NIL (-12 (|has| |#2| (-950 (-350 (-484)))) (|has| |#2| (-1013))) ELT) (($ |#2|) NIL (|has| |#2| (-1013)) ELT) (((-772) $) NIL (|has| |#2| (-552 (-772))) ELT)) (-3127 (((-694)) NIL (|has| |#2| (-961)) CONST)) (-1265 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3126 (((-85) $ $) NIL (|has| |#2| (-961)) ELT)) (-2661 (($) NIL (|has| |#2| (-23)) CONST)) (-2667 (($) NIL (|has| |#2| (-961)) CONST)) (-2670 (($ $ (-694)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1090)) NIL (-12 (|has| |#2| (-811 (-1090))) (|has| |#2| (-961))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-961)) ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL (|has| |#2| (-961)) ELT)) (-2567 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-2686 (((-85) $ $) 11 (|has| |#2| (-756)) ELT)) (-3950 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3838 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-3840 (($ $ $) NIL (|has| |#2| (-25)) ELT)) (** (($ $ (-694)) NIL (|has| |#2| (-961)) ELT) (($ $ (-830)) NIL (|has| |#2| (-961)) ELT)) (* (($ $ $) NIL (|has| |#2| (-961)) ELT) (($ $ |#2|) NIL (|has| |#2| (-663)) ELT) (($ |#2| $) NIL (|has| |#2| (-663)) ELT) (($ (-484) $) NIL (|has| |#2| (-21)) ELT) (($ (-694) $) NIL (|has| |#2| (-23)) ELT) (($ (-830) $) NIL (|has| |#2| (-25)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-735 |#1| |#2| |#3|) (-196 |#1| |#2|) (-694) (-717) (-1 (-85) (-1179 |#2|) (-1179 |#2|))) (T -735))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1488 (((-583 (-694)) $) NIL T ELT) (((-583 (-694)) $ (-1090)) NIL T ELT)) (-1522 (((-694) $) NIL T ELT) (((-694) $ (-1090)) NIL T ELT)) (-3082 (((-583 (-738 (-1090))) $) NIL T ELT)) (-3084 (((-1085 $) $ (-738 (-1090))) NIL T ELT) (((-1085 |#1|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-738 (-1090)))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-1484 (($ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-738 (-1090)) #1#) $) NIL T ELT) (((-3 (-1090) #1#) $) NIL T ELT) (((-3 (-1039 |#1| (-1090)) #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-738 (-1090)) $) NIL T ELT) (((-1090) $) NIL T ELT) (((-1039 |#1| (-1090)) $) NIL T ELT)) (-3757 (($ $ $ (-738 (-1090))) NIL (|has| |#1| (-146)) ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ (-738 (-1090))) NIL (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-821)) ELT)) (-1624 (($ $ |#1| (-469 (-738 (-1090))) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-738 (-1090)) (-796 (-330))) (|has| |#1| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-738 (-1090)) (-796 (-484))) (|has| |#1| (-796 (-484)))) ELT)) (-3773 (((-694) $ (-1090)) NIL T ELT) (((-694) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3085 (($ (-1085 |#1|) (-738 (-1090))) NIL T ELT) (($ (-1085 $) (-738 (-1090))) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-469 (-738 (-1090)))) NIL T ELT) (($ $ (-738 (-1090)) (-694)) NIL T ELT) (($ $ (-583 (-738 (-1090))) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-738 (-1090))) NIL T ELT)) (-2821 (((-469 (-738 (-1090))) $) NIL T ELT) (((-694) $ (-738 (-1090))) NIL T ELT) (((-583 (-694)) $ (-583 (-738 (-1090)))) NIL T ELT)) (-1625 (($ (-1 (-469 (-738 (-1090))) (-469 (-738 (-1090)))) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1523 (((-1 $ (-694)) (-1090)) NIL T ELT) (((-1 $ (-694)) $) NIL (|has| |#1| (-190)) ELT)) (-3083 (((-3 (-738 (-1090)) #1#) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1486 (((-738 (-1090)) $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1487 (((-85) $) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-738 (-1090))) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-1485 (($ $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-821)) ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-738 (-1090)) |#1|) NIL T ELT) (($ $ (-583 (-738 (-1090))) (-583 |#1|)) NIL T ELT) (($ $ (-738 (-1090)) $) NIL T ELT) (($ $ (-583 (-738 (-1090))) (-583 $)) NIL T ELT) (($ $ (-1090) $) NIL (|has| |#1| (-190)) ELT) (($ $ (-583 (-1090)) (-583 $)) NIL (|has| |#1| (-190)) ELT) (($ $ (-1090) |#1|) NIL (|has| |#1| (-190)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) NIL (|has| |#1| (-190)) ELT)) (-3758 (($ $ (-738 (-1090))) NIL (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 (-738 (-1090))) (-583 (-694))) NIL T ELT) (($ $ (-738 (-1090)) (-694)) NIL T ELT) (($ $ (-583 (-738 (-1090)))) NIL T ELT) (($ $ (-738 (-1090))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT)) (-1489 (((-583 (-1090)) $) NIL T ELT)) (-3949 (((-469 (-738 (-1090))) $) NIL T ELT) (((-694) $ (-738 (-1090))) NIL T ELT) (((-583 (-694)) $ (-583 (-738 (-1090)))) NIL T ELT) (((-694) $ (-1090)) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-738 (-1090)) (-553 (-800 (-330)))) (|has| |#1| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-738 (-1090)) (-553 (-800 (-484)))) (|has| |#1| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-738 (-1090)) (-553 (-473))) (|has| |#1| (-553 (-473)))) ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ (-738 (-1090))) NIL (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-738 (-1090))) NIL T ELT) (($ (-1090)) NIL T ELT) (($ (-1039 |#1| (-1090))) NIL T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-469 (-738 (-1090)))) NIL T ELT) (($ $ (-738 (-1090)) (-694)) NIL T ELT) (($ $ (-583 (-738 (-1090))) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-583 (-738 (-1090))) (-583 (-694))) NIL T ELT) (($ $ (-738 (-1090)) (-694)) NIL T ELT) (($ $ (-583 (-738 (-1090)))) NIL T ELT) (($ $ (-738 (-1090))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-736 |#1|) (-13 (-213 |#1| (-1090) (-738 (-1090)) (-469 (-738 (-1090)))) (-950 (-1039 |#1| (-1090)))) (-961)) (T -736))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#2| (-312)) ELT)) (-2063 (($ $) NIL (|has| |#2| (-312)) ELT)) (-2061 (((-85) $) NIL (|has| |#2| (-312)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL (|has| |#2| (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#2| (-312)) ELT)) (-1608 (((-85) $ $) NIL (|has| |#2| (-312)) ELT)) (-3725 (($) NIL T CONST)) (-2565 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#2| (-312)) ELT)) (-3724 (((-85) $) NIL (|has| |#2| (-312)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#2| (-312)) ELT)) (-1894 (($ (-583 $)) NIL (|has| |#2| (-312)) ELT) (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 20 (|has| |#2| (-312)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#2| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#2| (-312)) ELT) (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#2| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#2| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#2| (-312)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#2| (-312)) ELT)) (-1607 (((-694) $) NIL (|has| |#2| (-312)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3759 (($ $) 13 T ELT) (($ $ (-694)) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#2|) 10 T ELT) ((|#2| $) 11 T ELT) (($ (-350 (-484))) NIL (|has| |#2| (-312)) ELT) (($ $) NIL (|has| |#2| (-312)) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#2| (-312)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) 15 (|has| |#2| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-694)) NIL T ELT) (($ $ (-830)) NIL T ELT) (($ $ (-484)) 18 (|has| |#2| (-312)) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-350 (-484)) $) NIL (|has| |#2| (-312)) ELT) (($ $ (-350 (-484))) NIL (|has| |#2| (-312)) ELT)))
-(((-737 |#1| |#2| |#3|) (-13 (-82 $ $) (-190) (-430 |#2|) (-10 -7 (IF (|has| |#2| (-312)) (-6 (-312)) |%noBranch|))) (-1013) (-809 |#1|) |#1|) (T -737))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-1522 (((-694) $) NIL T ELT)) (-3832 ((|#1| $) 10 T ELT)) (-3158 (((-3 |#1| "failed") $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-3773 (((-694) $) 11 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-1523 (($ |#1| (-694)) 9 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3759 (($ $ (-694)) NIL T ELT) (($ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2670 (($ $ (-694)) NIL T ELT) (($ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)))
-(((-738 |#1|) (-228 |#1|) (-756)) (T -738))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3935 (((-583 |#1|) $) 39 T ELT)) (-3137 (((-694) $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3940 (((-3 $ #1="failed") $ $) NIL T ELT) (((-3 $ #1#) $ |#1|) 29 T ELT)) (-3158 (((-3 |#1| #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-3800 (($ $) 43 T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1753 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2299 ((|#1| $ (-484)) NIL T ELT)) (-2300 (((-694) $ (-484)) NIL T ELT)) (-3937 (($ $) 55 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-2290 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2291 (($ (-1 (-694) (-694)) $) NIL T ELT)) (-3941 (((-3 $ #1#) $ $) NIL T ELT) (((-3 $ #1#) $ |#1|) 26 T ELT)) (-2512 (((-85) $ $) 52 T ELT)) (-3834 (((-694) $) 35 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1754 (($ $ $) NIL T ELT)) (-1755 (($ $ $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 ((|#1| $) 42 T ELT)) (-1782 (((-583 (-2 (|:| |gen| |#1|) (|:| -3944 (-694)))) $) NIL T ELT)) (-2880 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) #1#) $ $) NIL T ELT)) (-2566 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) #1#) $ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2667 (($) 7 T CONST)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 54 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ |#1| (-694)) NIL T ELT)) (* (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-739 |#1|) (-13 (-336 |#1|) (-754) (-10 -8 (-15 -3802 (|#1| $)) (-15 -3800 ($ $)) (-15 -3937 ($ $)) (-15 -2512 ((-85) $ $)) (-15 -3941 ((-3 $ #1="failed") $ |#1|)) (-15 -3940 ((-3 $ #1#) $ |#1|)) (-15 -2566 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) #1#) $ $)) (-15 -3834 ((-694) $)) (-15 -3935 ((-583 |#1|) $)))) (-756)) (T -739))
-((-3802 (*1 *2 *1) (-12 (-5 *1 (-739 *2)) (-4 *2 (-756)))) (-3800 (*1 *1 *1) (-12 (-5 *1 (-739 *2)) (-4 *2 (-756)))) (-3937 (*1 *1 *1) (-12 (-5 *1 (-739 *2)) (-4 *2 (-756)))) (-2512 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-739 *3)) (-4 *3 (-756)))) (-3941 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-739 *2)) (-4 *2 (-756)))) (-3940 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-739 *2)) (-4 *2 (-756)))) (-2566 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-739 *3)) (|:| |rm| (-739 *3)))) (-5 *1 (-739 *3)) (-4 *3 (-756)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-739 *3)) (-4 *3 (-756)))) (-3935 (*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-739 *3)) (-4 *3 (-756)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3624 (((-484) $) 69 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3187 (((-85) $) 67 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3188 (((-85) $) 68 T ELT)) (-2532 (($ $ $) 61 T ELT)) (-2858 (($ $ $) 62 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3384 (($ $) 70 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2567 (((-85) $ $) 63 T ELT)) (-2568 (((-85) $ $) 65 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 64 T ELT)) (-2686 (((-85) $ $) 66 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-740) (-113)) (T -740))
-NIL
-(-13 (-495) (-755))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-246) . T) ((-495) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-582 $) . T) ((-654 $) . T) ((-663) . T) ((-714) . T) ((-716) . T) ((-718) . T) ((-721) . T) ((-755) . T) ((-756) . T) ((-759) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2513 ((|#1| $) 10 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2514 (($ |#1|) 9 T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2894 (($ |#2| (-694)) NIL T ELT)) (-2821 (((-694) $) NIL T ELT)) (-3175 ((|#2| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3759 (($ $) NIL (|has| |#1| (-190)) ELT) (($ $ (-694)) NIL (|has| |#1| (-190)) ELT)) (-3949 (((-694) $) NIL T ELT)) (-3947 (((-772) $) 17 T ELT) (($ (-484)) NIL T ELT) (($ |#2|) NIL (|has| |#2| (-146)) ELT)) (-3678 ((|#2| $ (-694)) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| |#1| (-190)) ELT) (($ $ (-694)) NIL (|has| |#1| (-190)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 12 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
-(((-741 |#1| |#2|) (-13 (-645 |#2|) (-10 -8 (IF (|has| |#1| (-190)) (-6 (-190)) |%noBranch|) (-15 -2514 ($ |#1|)) (-15 -2513 (|#1| $)))) (-645 |#2|) (-961)) (T -741))
-((-2514 (*1 *1 *2) (-12 (-4 *3 (-961)) (-5 *1 (-741 *2 *3)) (-4 *2 (-645 *3)))) (-2513 (*1 *2 *1) (-12 (-4 *2 (-645 *3)) (-5 *1 (-741 *2 *3)) (-4 *3 (-961)))))
-((-2569 (((-85) $ $) 17 T ELT)) (-3235 (($ |#1| $) 70 T ELT) (($ $ |#1|) 69 T ELT) (($ $ $) 68 T ELT)) (-3237 (($ $ $) 66 T ELT)) (-3236 (((-85) $ $) 67 T ELT)) (-3240 (($ (-583 |#1|)) 62 T ELT) (($) 61 T ELT)) (-1570 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-2368 (($ $) 54 T ELT)) (-1353 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3406 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3407 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $) 78 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 77 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 74 (|has| |#1| (-72)) ELT)) (-3242 (((-85) $ $) 58 T ELT)) (-2532 ((|#1| $) 73 T ELT)) (-2857 (($ $ $) 86 T ELT)) (-3519 (($ $ $) 85 T ELT)) (-2609 (((-583 |#1|) $) 79 T ELT)) (-3246 (((-85) |#1| $) 75 (|has| |#1| (-72)) ELT)) (-2858 ((|#1| $) 84 T ELT)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 T ELT)) (-3239 (($ $ $) 63 T ELT)) (-1274 ((|#1| $) 34 T ELT)) (-3610 (($ |#1| $) 35 T ELT) (($ |#1| $ (-694)) 55 T ELT)) (-3244 (((-1033) $) 19 T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1275 ((|#1| $) 36 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 81 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-2367 (((-583 (-2 (|:| |entry| |#1|) (|:| -1730 (-694)))) $) 53 T ELT)) (-3238 (($ $ |#1|) 65 T ELT) (($ $ $) 64 T ELT)) (-1466 (($) 44 T ELT) (($ (-583 |#1|)) 43 T ELT)) (-1730 (((-694) (-1 (-85) |#1|) $) 80 T ELT) (((-694) |#1| $) 76 (|has| |#1| (-72)) ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 51 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 45 T ELT)) (-3947 (((-772) $) 15 T ELT)) (-3241 (($ (-583 |#1|)) 60 T ELT) (($) 59 T ELT)) (-1265 (((-85) $ $) 18 T ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 82 T ELT)) (-3057 (((-85) $ $) 16 T ELT)) (-3958 (((-694) $) 83 T ELT)))
-(((-742 |#1|) (-113) (-756)) (T -742))
-((-2532 (*1 *2 *1) (-12 (-4 *1 (-742 *2)) (-4 *2 (-756)))))
-(-13 (-676 |t#1|) (-881 |t#1|) (-10 -8 (-15 -2532 (|t#1| $))))
-(((-34) . T) ((-76 |#1|) . T) ((-72) . T) ((-552 (-772)) . T) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-193 |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-634 |#1|) . T) ((-676 |#1|) . T) ((-881 |#1|) . T) ((-1011 |#1|) . T) ((-1013) . T) ((-1035 |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL (|has| |#1| (-21)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-3624 (((-484) $) NIL (|has| |#1| (-755)) ELT)) (-3725 (($) NIL (|has| |#1| (-21)) CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 15 T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) 9 T ELT)) (-3468 (((-3 $ #1#) $) 42 (|has| |#1| (-755)) ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) 51 (|has| |#1| (-483)) ELT)) (-3024 (((-85) $) 46 (|has| |#1| (-483)) ELT)) (-3023 (((-350 (-484)) $) 48 (|has| |#1| (-483)) ELT)) (-3187 (((-85) $) NIL (|has| |#1| (-755)) ELT)) (-1214 (((-85) $ $) NIL (|has| |#1| (-21)) ELT)) (-2410 (((-85) $) NIL (|has| |#1| (-755)) ELT)) (-3188 (((-85) $) NIL (|has| |#1| (-755)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-755)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-755)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2515 (($) 13 T ELT)) (-2525 (((-85) $) 12 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2526 (((-85) $) 11 T ELT)) (-3947 (((-772) $) 18 T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (($ |#1|) 8 T ELT) (($ (-484)) NIL (OR (|has| |#1| (-755)) (|has| |#1| (-950 (-484)))) ELT)) (-3127 (((-694)) 36 (|has| |#1| (-755)) CONST)) (-1265 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-3384 (($ $) NIL (|has| |#1| (-755)) ELT)) (-2661 (($) 23 (|has| |#1| (-21)) CONST)) (-2667 (($) 33 (|has| |#1| (-755)) CONST)) (-2567 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-3057 (((-85) $ $) 21 T ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-2686 (((-85) $ $) 45 (|has| |#1| (-755)) ELT)) (-3838 (($ $ $) NIL (|has| |#1| (-21)) ELT) (($ $) 29 (|has| |#1| (-21)) ELT)) (-3840 (($ $ $) 31 (|has| |#1| (-21)) ELT)) (** (($ $ (-830)) NIL (|has| |#1| (-755)) ELT) (($ $ (-694)) NIL (|has| |#1| (-755)) ELT)) (* (($ $ $) 39 (|has| |#1| (-755)) ELT) (($ (-484) $) 27 (|has| |#1| (-21)) ELT) (($ (-694) $) NIL (|has| |#1| (-21)) ELT) (($ (-830) $) NIL (|has| |#1| (-21)) ELT)))
-(((-743 |#1|) (-13 (-1013) (-355 |#1|) (-10 -8 (-15 -2515 ($)) (-15 -2526 ((-85) $)) (-15 -2525 ((-85) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-755)) (-6 (-755)) |%noBranch|) (IF (|has| |#1| (-483)) (PROGN (-15 -3024 ((-85) $)) (-15 -3023 ((-350 (-484)) $)) (-15 -3025 ((-3 (-350 (-484)) "failed") $))) |%noBranch|))) (-1013)) (T -743))
-((-2515 (*1 *1) (-12 (-5 *1 (-743 *2)) (-4 *2 (-1013)))) (-2526 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-743 *3)) (-4 *3 (-1013)))) (-2525 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-743 *3)) (-4 *3 (-1013)))) (-3024 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-743 *3)) (-4 *3 (-483)) (-4 *3 (-1013)))) (-3023 (*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-743 *3)) (-4 *3 (-483)) (-4 *3 (-1013)))) (-3025 (*1 *2 *1) (|partial| -12 (-5 *2 (-350 (-484))) (-5 *1 (-743 *3)) (-4 *3 (-483)) (-4 *3 (-1013)))))
-((-3959 (((-743 |#2|) (-1 |#2| |#1|) (-743 |#1|) (-743 |#2|)) 12 T ELT) (((-743 |#2|) (-1 |#2| |#1|) (-743 |#1|)) 13 T ELT)))
-(((-744 |#1| |#2|) (-10 -7 (-15 -3959 ((-743 |#2|) (-1 |#2| |#1|) (-743 |#1|))) (-15 -3959 ((-743 |#2|) (-1 |#2| |#1|) (-743 |#1|) (-743 |#2|)))) (-1013) (-1013)) (T -744))
-((-3959 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-743 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-743 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *1 (-744 *5 *6)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-743 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *2 (-743 *6)) (-5 *1 (-744 *5 *6)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-86) #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT) (((-86) $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2517 ((|#1| (-86) |#1|) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2516 (($ |#1| (-310 (-86))) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2518 (($ $ (-1 |#1| |#1|)) NIL T ELT)) (-2519 (($ $ (-1 |#1| |#1|)) NIL T ELT)) (-3801 ((|#1| $ |#1|) NIL T ELT)) (-2520 ((|#1| |#1|) NIL (|has| |#1| (-146)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-86)) NIL T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2521 (($ $) NIL (|has| |#1| (-146)) ELT) (($ $ $) NIL (|has| |#1| (-146)) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ (-86) (-484)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL (|has| |#1| (-146)) ELT) (($ $ |#1|) NIL (|has| |#1| (-146)) ELT)))
-(((-745 |#1|) (-13 (-961) (-950 |#1|) (-950 (-86)) (-241 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |#1| (-146)) (PROGN (-6 (-38 |#1|)) (-15 -2521 ($ $)) (-15 -2521 ($ $ $)) (-15 -2520 (|#1| |#1|))) |%noBranch|) (-15 -2519 ($ $ (-1 |#1| |#1|))) (-15 -2518 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-86) (-484))) (-15 ** ($ $ (-484))) (-15 -2517 (|#1| (-86) |#1|)) (-15 -2516 ($ |#1| (-310 (-86)))))) (-961)) (T -745))
-((-2521 (*1 *1 *1) (-12 (-5 *1 (-745 *2)) (-4 *2 (-146)) (-4 *2 (-961)))) (-2521 (*1 *1 *1 *1) (-12 (-5 *1 (-745 *2)) (-4 *2 (-146)) (-4 *2 (-961)))) (-2520 (*1 *2 *2) (-12 (-5 *1 (-745 *2)) (-4 *2 (-146)) (-4 *2 (-961)))) (-2519 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-745 *3)))) (-2518 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-745 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-484)) (-5 *1 (-745 *4)) (-4 *4 (-961)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-745 *3)) (-4 *3 (-961)))) (-2517 (*1 *2 *3 *2) (-12 (-5 *3 (-86)) (-5 *1 (-745 *2)) (-4 *2 (-961)))) (-2516 (*1 *1 *2 *3) (-12 (-5 *3 (-310 (-86))) (-5 *1 (-745 *2)) (-4 *2 (-961)))))
-((-2634 (((-85) $ |#2|) 14 T ELT)) (-3947 (((-772) $) 11 T ELT)))
-(((-746 |#1| |#2|) (-10 -7 (-15 -2634 ((-85) |#1| |#2|)) (-15 -3947 ((-772) |#1|))) (-747 |#2|) (-1013)) (T -746))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3543 ((|#1| $) 19 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2634 (((-85) $ |#1|) 17 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2522 (((-55) $) 18 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-747 |#1|) (-113) (-1013)) (T -747))
-((-3543 (*1 *2 *1) (-12 (-4 *1 (-747 *2)) (-4 *2 (-1013)))) (-2522 (*1 *2 *1) (-12 (-4 *1 (-747 *3)) (-4 *3 (-1013)) (-5 *2 (-55)))) (-2634 (*1 *2 *1 *3) (-12 (-4 *1 (-747 *3)) (-4 *3 (-1013)) (-5 *2 (-85)))))
-(-13 (-1013) (-10 -8 (-15 -3543 (|t#1| $)) (-15 -2522 ((-55) $)) (-15 -2634 ((-85) $ |t#1|))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2523 (((-167 (-441)) (-1073)) 9 T ELT)))
-(((-748) (-10 -7 (-15 -2523 ((-167 (-441)) (-1073))))) (T -748))
-((-2523 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-167 (-441))) (-5 *1 (-748)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3320 (((-1028) $) 10 T ELT)) (-3543 (((-446) $) 9 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2634 (((-85) $ (-446)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3531 (($ (-446) (-1028)) 8 T ELT)) (-3947 (((-772) $) 25 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2522 (((-55) $) 20 T ELT)) (-3057 (((-85) $ $) 12 T ELT)))
-(((-749) (-13 (-747 (-446)) (-10 -8 (-15 -3320 ((-1028) $)) (-15 -3531 ($ (-446) (-1028)))))) (T -749))
-((-3320 (*1 *2 *1) (-12 (-5 *2 (-1028)) (-5 *1 (-749)))) (-3531 (*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-1028)) (-5 *1 (-749)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL (|has| |#1| (-21)) ELT)) (-2524 (((-1033) $) 31 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-3624 (((-484) $) NIL (|has| |#1| (-755)) ELT)) (-3725 (($) NIL (|has| |#1| (-21)) CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 18 T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) 9 T ELT)) (-3468 (((-3 $ #1#) $) 57 (|has| |#1| (-755)) ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) 65 (|has| |#1| (-483)) ELT)) (-3024 (((-85) $) 60 (|has| |#1| (-483)) ELT)) (-3023 (((-350 (-484)) $) 63 (|has| |#1| (-483)) ELT)) (-3187 (((-85) $) NIL (|has| |#1| (-755)) ELT)) (-2528 (($) 14 T ELT)) (-1214 (((-85) $ $) NIL (|has| |#1| (-21)) ELT)) (-2410 (((-85) $) NIL (|has| |#1| (-755)) ELT)) (-3188 (((-85) $) NIL (|has| |#1| (-755)) ELT)) (-2527 (($) 16 T ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-755)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-755)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2525 (((-85) $) 12 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2526 (((-85) $) 11 T ELT)) (-3947 (((-772) $) 24 T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (($ |#1|) 8 T ELT) (($ (-484)) NIL (OR (|has| |#1| (-755)) (|has| |#1| (-950 (-484)))) ELT)) (-3127 (((-694)) 50 (|has| |#1| (-755)) CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-3384 (($ $) NIL (|has| |#1| (-755)) ELT)) (-2661 (($) 37 (|has| |#1| (-21)) CONST)) (-2667 (($) 47 (|has| |#1| (-755)) CONST)) (-2567 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-3057 (((-85) $ $) 35 T ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-755)) ELT)) (-2686 (((-85) $ $) 59 (|has| |#1| (-755)) ELT)) (-3838 (($ $ $) NIL (|has| |#1| (-21)) ELT) (($ $) 43 (|has| |#1| (-21)) ELT)) (-3840 (($ $ $) 45 (|has| |#1| (-21)) ELT)) (** (($ $ (-830)) NIL (|has| |#1| (-755)) ELT) (($ $ (-694)) NIL (|has| |#1| (-755)) ELT)) (* (($ $ $) 54 (|has| |#1| (-755)) ELT) (($ (-484) $) 41 (|has| |#1| (-21)) ELT) (($ (-694) $) NIL (|has| |#1| (-21)) ELT) (($ (-830) $) NIL (|has| |#1| (-21)) ELT)))
-(((-750 |#1|) (-13 (-1013) (-355 |#1|) (-10 -8 (-15 -2528 ($)) (-15 -2527 ($)) (-15 -2526 ((-85) $)) (-15 -2525 ((-85) $)) (-15 -2524 ((-1033) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-755)) (-6 (-755)) |%noBranch|) (IF (|has| |#1| (-483)) (PROGN (-15 -3024 ((-85) $)) (-15 -3023 ((-350 (-484)) $)) (-15 -3025 ((-3 (-350 (-484)) "failed") $))) |%noBranch|))) (-1013)) (T -750))
-((-2528 (*1 *1) (-12 (-5 *1 (-750 *2)) (-4 *2 (-1013)))) (-2527 (*1 *1) (-12 (-5 *1 (-750 *2)) (-4 *2 (-1013)))) (-2526 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-750 *3)) (-4 *3 (-1013)))) (-2525 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-750 *3)) (-4 *3 (-1013)))) (-2524 (*1 *2 *1) (-12 (-5 *2 (-1033)) (-5 *1 (-750 *3)) (-4 *3 (-1013)))) (-3024 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-750 *3)) (-4 *3 (-483)) (-4 *3 (-1013)))) (-3023 (*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-750 *3)) (-4 *3 (-483)) (-4 *3 (-1013)))) (-3025 (*1 *2 *1) (|partial| -12 (-5 *2 (-350 (-484))) (-5 *1 (-750 *3)) (-4 *3 (-483)) (-4 *3 (-1013)))))
-((-3959 (((-750 |#2|) (-1 |#2| |#1|) (-750 |#1|) (-750 |#2|) (-750 |#2|)) 13 T ELT) (((-750 |#2|) (-1 |#2| |#1|) (-750 |#1|)) 14 T ELT)))
-(((-751 |#1| |#2|) (-10 -7 (-15 -3959 ((-750 |#2|) (-1 |#2| |#1|) (-750 |#1|))) (-15 -3959 ((-750 |#2|) (-1 |#2| |#1|) (-750 |#1|) (-750 |#2|) (-750 |#2|)))) (-1013) (-1013)) (T -751))
-((-3959 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-750 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-750 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *1 (-751 *5 *6)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-750 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *2 (-750 *6)) (-5 *1 (-751 *5 *6)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3137 (((-694)) 27 T ELT)) (-2995 (($) 30 T ELT)) (-2532 (($ $ $) 23 T ELT) (($) 26 T CONST)) (-2858 (($ $ $) 22 T ELT) (($) 25 T CONST)) (-2010 (((-830) $) 29 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2400 (($ (-830)) 28 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)))
-(((-752) (-113)) (T -752))
-((-2532 (*1 *1) (-4 *1 (-752))) (-2858 (*1 *1) (-4 *1 (-752))))
-(-13 (-756) (-320) (-10 -8 (-15 -2532 ($) -3953) (-15 -2858 ($) -3953)))
-(((-72) . T) ((-552 (-772)) . T) ((-320) . T) ((-13) . T) ((-756) . T) ((-759) . T) ((-1013) . T) ((-1129) . T))
-((-2530 (((-85) (-1179 |#2|) (-1179 |#2|)) 19 T ELT)) (-2531 (((-85) (-1179 |#2|) (-1179 |#2|)) 20 T ELT)) (-2529 (((-85) (-1179 |#2|) (-1179 |#2|)) 16 T ELT)))
-(((-753 |#1| |#2|) (-10 -7 (-15 -2529 ((-85) (-1179 |#2|) (-1179 |#2|))) (-15 -2530 ((-85) (-1179 |#2|) (-1179 |#2|))) (-15 -2531 ((-85) (-1179 |#2|) (-1179 |#2|)))) (-694) (-716)) (T -753))
-((-2531 (*1 *2 *3 *3) (-12 (-5 *3 (-1179 *5)) (-4 *5 (-716)) (-5 *2 (-85)) (-5 *1 (-753 *4 *5)) (-14 *4 (-694)))) (-2530 (*1 *2 *3 *3) (-12 (-5 *3 (-1179 *5)) (-4 *5 (-716)) (-5 *2 (-85)) (-5 *1 (-753 *4 *5)) (-14 *4 (-694)))) (-2529 (*1 *2 *3 *3) (-12 (-5 *3 (-1179 *5)) (-4 *5 (-716)) (-5 *2 (-85)) (-5 *1 (-753 *4 *5)) (-14 *4 (-694)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3725 (($) 29 T CONST)) (-3468 (((-3 $ "failed") $) 32 T ELT)) (-2410 (((-85) $) 30 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2667 (($) 28 T CONST)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)) (** (($ $ (-830)) 26 T ELT) (($ $ (-694)) 31 T ELT)) (* (($ $ $) 25 T ELT)))
-(((-754) (-113)) (T -754))
-NIL
-(-13 (-766) (-663))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-663) . T) ((-766) . T) ((-756) . T) ((-759) . T) ((-1025) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 31 T ELT)) (-1312 (((-3 $ "failed") $ $) 35 T ELT)) (-3624 (((-484) $) 38 T ELT)) (-3725 (($) 30 T CONST)) (-3468 (((-3 $ "failed") $) 55 T ELT)) (-3187 (((-85) $) 28 T ELT)) (-1214 (((-85) $ $) 33 T ELT)) (-2410 (((-85) $) 53 T ELT)) (-3188 (((-85) $) 39 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 56 T ELT)) (-3127 (((-694)) 57 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 51 T ELT)) (-3384 (($ $) 37 T ELT)) (-2661 (($) 29 T CONST)) (-2667 (($) 52 T CONST)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)) (-3838 (($ $ $) 42 T ELT) (($ $) 41 T ELT)) (-3840 (($ $ $) 25 T ELT)) (** (($ $ (-694)) 54 T ELT) (($ $ (-830)) 49 T ELT)) (* (($ (-830) $) 26 T ELT) (($ (-694) $) 32 T ELT) (($ (-484) $) 40 T ELT) (($ $ $) 50 T ELT)))
+((-2485 (*1 *1 *1 *1) (-4 *1 (-718))))
+(-13 (-722) (-10 -8 (-15 -2485 ($ $ $))))
+(((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-717) . T) ((-719) . T) ((-722) . T) ((-757) . T) ((-760) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)) (-3841 (($ $ $) 25 T ELT)) (* (($ (-831) $) 26 T ELT)))
+(((-719) (-113)) (T -719))
+NIL
+(-13 (-757) (-25))
+(((-25) . T) ((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-757) . T) ((-760) . T) ((-1014) . T) ((-1130) . T))
+((-3190 (((-85) $) 42 T ELT)) (-3159 (((-3 (-485) #1="failed") $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 45 T ELT)) (-3158 (((-485) $) NIL T ELT) (((-350 (-485)) $) NIL T ELT) ((|#2| $) 43 T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) 78 T ELT)) (-3025 (((-85) $) 72 T ELT)) (-3024 (((-350 (-485)) $) 76 T ELT)) (-3134 ((|#2| $) 26 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) 23 T ELT)) (-2486 (($ $) 58 T ELT)) (-3974 (((-474) $) 67 T ELT)) (-3011 (($ $) 21 T ELT)) (-3948 (((-773) $) 53 T ELT) (($ (-485)) 40 T ELT) (($ |#2|) 38 T ELT) (($ (-350 (-485))) NIL T ELT)) (-3128 (((-695)) 10 T CONST)) (-3385 ((|#2| $) 71 T ELT)) (-3058 (((-85) $ $) 30 T ELT)) (-2687 (((-85) $ $) 69 T ELT)) (-3839 (($ $) 32 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 31 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 36 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 33 T ELT)))
+(((-720 |#1| |#2|) (-10 -7 (-15 -2687 ((-85) |#1| |#1|)) (-15 -3974 ((-474) |#1|)) (-15 -2486 (|#1| |#1|)) (-15 -3026 ((-3 (-350 (-485)) #1="failed") |#1|)) (-15 -3024 ((-350 (-485)) |#1|)) (-15 -3025 ((-85) |#1|)) (-15 -3385 (|#2| |#1|)) (-15 -3134 (|#2| |#1|)) (-15 -3011 (|#1| |#1|)) (-15 -3960 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3948 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3128 ((-695)) -3954) (-15 -3948 (|#1| (-485))) (-15 * (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 * (|#1| (-485) |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 -3190 ((-85) |#1|)) (-15 * (|#1| (-831) |#1|)) (-15 -3841 (|#1| |#1| |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -3058 ((-85) |#1| |#1|))) (-721 |#2|) (-146)) (T -720))
+((-3128 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-695)) (-5 *1 (-720 *3 *4)) (-4 *3 (-721 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3138 (((-695)) 67 (|has| |#1| (-320)) ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 (-485) #1="failed") $) 109 (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) 106 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 103 T ELT)) (-3158 (((-485) $) 108 (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) 105 (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) 104 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3645 ((|#1| $) 93 T ELT)) (-3026 (((-3 (-350 (-485)) "failed") $) 80 (|has| |#1| (-484)) ELT)) (-3025 (((-85) $) 82 (|has| |#1| (-484)) ELT)) (-3024 (((-350 (-485)) $) 81 (|has| |#1| (-484)) ELT)) (-2996 (($) 70 (|has| |#1| (-320)) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2491 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 84 T ELT)) (-3134 ((|#1| $) 85 T ELT)) (-2533 (($ $ $) 71 (|has| |#1| (-757)) ELT)) (-2859 (($ $ $) 72 (|has| |#1| (-757)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 95 T ELT)) (-2011 (((-831) $) 69 (|has| |#1| (-320)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 79 (|has| |#1| (-312)) ELT)) (-2401 (($ (-831)) 68 (|has| |#1| (-320)) ELT)) (-2488 ((|#1| $) 90 T ELT)) (-2489 ((|#1| $) 91 T ELT)) (-2490 ((|#1| $) 92 T ELT)) (-3008 ((|#1| $) 86 T ELT)) (-3009 ((|#1| $) 87 T ELT)) (-3010 ((|#1| $) 88 T ELT)) (-2487 ((|#1| $) 89 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3770 (($ $ (-584 |#1|) (-584 |#1|)) 101 (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) 100 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) 99 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-249 |#1|))) 98 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) 97 (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-1091) |#1|) 96 (|has| |#1| (-456 (-1091) |#1|)) ELT)) (-3802 (($ $ |#1|) 102 (|has| |#1| (-241 |#1| |#1|)) ELT)) (-3974 (((-474) $) 77 (|has| |#1| (-554 (-474))) ELT)) (-3011 (($ $) 94 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 52 T ELT) (($ (-350 (-485))) 107 (|has| |#1| (-951 (-350 (-485)))) ELT)) (-2704 (((-633 $) $) 78 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3385 ((|#1| $) 83 (|has| |#1| (-974)) ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2568 (((-85) $ $) 73 (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) 75 (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 74 (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 76 (|has| |#1| (-757)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT)))
+(((-721 |#1|) (-113) (-146)) (T -721))
+((-3011 (*1 *1 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-3645 (*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-2490 (*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-2489 (*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-2488 (*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-2487 (*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-3010 (*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-3009 (*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-3008 (*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-3134 (*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-2491 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))) (-3385 (*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)) (-4 *2 (-974)))) (-3025 (*1 *2 *1) (-12 (-4 *1 (-721 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-85)))) (-3024 (*1 *2 *1) (-12 (-4 *1 (-721 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-350 (-485))))) (-3026 (*1 *2 *1) (|partial| -12 (-4 *1 (-721 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-350 (-485))))) (-2486 (*1 *1 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)) (-4 *2 (-312)))))
+(-13 (-38 |t#1|) (-355 |t#1|) (-288 |t#1|) (-10 -8 (-15 -3011 ($ $)) (-15 -3645 (|t#1| $)) (-15 -2490 (|t#1| $)) (-15 -2489 (|t#1| $)) (-15 -2488 (|t#1| $)) (-15 -2487 (|t#1| $)) (-15 -3010 (|t#1| $)) (-15 -3009 (|t#1| $)) (-15 -3008 (|t#1| $)) (-15 -3134 (|t#1| $)) (-15 -2491 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-320)) (-6 (-320)) |%noBranch|) (IF (|has| |t#1| (-757)) (-6 (-757)) |%noBranch|) (IF (|has| |t#1| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-974)) (-15 -3385 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-484)) (PROGN (-15 -3025 ((-85) $)) (-15 -3024 ((-350 (-485)) $)) (-15 -3026 ((-3 (-350 (-485)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-312)) (-15 -2486 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-241 |#1| $) |has| |#1| (-241 |#1| |#1|)) ((-260 |#1|) |has| |#1| (-260 |#1|)) ((-320) |has| |#1| (-320)) ((-288 |#1|) . T) ((-355 |#1|) . T) ((-456 (-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)) ((-456 |#1| |#1|) |has| |#1| (-260 |#1|)) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-583 |#1|) . T) ((-655 |#1|) . T) ((-664) . T) ((-757) |has| |#1| (-757)) ((-760) |has| |#1| (-757)) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 31 T ELT)) (-1313 (((-3 $ "failed") $ $) 35 T ELT)) (-3726 (($) 30 T CONST)) (-3188 (((-85) $) 28 T ELT)) (-1215 (((-85) $ $) 33 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 29 T CONST)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)) (-3841 (($ $ $) 25 T ELT)) (* (($ (-831) $) 26 T ELT) (($ (-695) $) 32 T ELT)))
+(((-722) (-113)) (T -722))
+NIL
+(-13 (-717) (-104))
+(((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-717) . T) ((-719) . T) ((-757) . T) ((-760) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3138 (((-695)) NIL (|has| |#1| (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-910 |#1|) #1#) $) 35 T ELT) (((-3 (-485) #1#) $) NIL (OR (|has| (-910 |#1|) (-951 (-485))) (|has| |#1| (-951 (-485)))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (OR (|has| (-910 |#1|) (-951 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-3158 ((|#1| $) NIL T ELT) (((-910 |#1|) $) 33 T ELT) (((-485) $) NIL (OR (|has| (-910 |#1|) (-951 (-485))) (|has| |#1| (-951 (-485)))) ELT) (((-350 (-485)) $) NIL (OR (|has| (-910 |#1|) (-951 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3645 ((|#1| $) 16 T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-484)) ELT)) (-3025 (((-85) $) NIL (|has| |#1| (-484)) ELT)) (-3024 (((-350 (-485)) $) NIL (|has| |#1| (-484)) ELT)) (-2996 (($) NIL (|has| |#1| (-320)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2491 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28 T ELT) (($ (-910 |#1|) (-910 |#1|)) 29 T ELT)) (-3134 ((|#1| $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2011 (((-831) $) NIL (|has| |#1| (-320)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2401 (($ (-831)) NIL (|has| |#1| (-320)) ELT)) (-2488 ((|#1| $) 22 T ELT)) (-2489 ((|#1| $) 20 T ELT)) (-2490 ((|#1| $) 18 T ELT)) (-3008 ((|#1| $) 26 T ELT)) (-3009 ((|#1| $) 25 T ELT)) (-3010 ((|#1| $) 24 T ELT)) (-2487 ((|#1| $) 23 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3770 (($ $ (-584 |#1|) (-584 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-249 |#1|))) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) NIL (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-1091) |#1|) NIL (|has| |#1| (-456 (-1091) |#1|)) ELT)) (-3802 (($ $ |#1|) NIL (|has| |#1| (-241 |#1| |#1|)) ELT)) (-3974 (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT)) (-3011 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-910 |#1|)) 30 T ELT) (($ (-350 (-485))) NIL (OR (|has| (-910 |#1|) (-951 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 ((|#1| $) NIL (|has| |#1| (-974)) ELT)) (-2662 (($) 8 T CONST)) (-2668 (($) 12 T CONST)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 40 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-723 |#1|) (-13 (-721 |#1|) (-355 (-910 |#1|)) (-10 -8 (-15 -2491 ($ (-910 |#1|) (-910 |#1|))))) (-146)) (T -723))
+((-2491 (*1 *1 *2 *2) (-12 (-5 *2 (-910 *3)) (-4 *3 (-146)) (-5 *1 (-723 *3)))))
+((-3960 ((|#3| (-1 |#4| |#2|) |#1|) 20 T ELT)))
+(((-724 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3960 (|#3| (-1 |#4| |#2|) |#1|))) (-721 |#2|) (-146) (-721 |#4|) (-146)) (T -724))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-721 *6)) (-5 *1 (-724 *4 *5 *2 *6)) (-4 *4 (-721 *5)))))
+((-2492 (((-2 (|:| |particular| |#2|) (|:| -2013 (-584 |#2|))) |#3| |#2| (-1091)) 19 T ELT)))
+(((-725 |#1| |#2| |#3|) (-10 -7 (-15 -2492 ((-2 (|:| |particular| |#2|) (|:| -2013 (-584 |#2|))) |#3| |#2| (-1091)))) (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)) (-13 (-29 |#1|) (-1116) (-872)) (-601 |#2|)) (T -725))
+((-2492 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1091)) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-4 *4 (-13 (-29 *6) (-1116) (-872))) (-5 *2 (-2 (|:| |particular| *4) (|:| -2013 (-584 *4)))) (-5 *1 (-725 *6 *4 *3)) (-4 *3 (-601 *4)))))
+((-3575 (((-3 |#2| #1="failed") |#2| (-86) (-249 |#2|) (-584 |#2|)) 28 T ELT) (((-3 |#2| #1#) (-249 |#2|) (-86) (-249 |#2|) (-584 |#2|)) 29 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -2013 (-584 |#2|))) |#2| #1#) |#2| (-86) (-1091)) 17 T ELT) (((-3 (-2 (|:| |particular| |#2|) (|:| -2013 (-584 |#2|))) |#2| #1#) (-249 |#2|) (-86) (-1091)) 18 T ELT) (((-3 (-2 (|:| |particular| (-1180 |#2|)) (|:| -2013 (-584 (-1180 |#2|)))) #1#) (-584 |#2|) (-584 (-86)) (-1091)) 24 T ELT) (((-3 (-2 (|:| |particular| (-1180 |#2|)) (|:| -2013 (-584 (-1180 |#2|)))) #1#) (-584 (-249 |#2|)) (-584 (-86)) (-1091)) 26 T ELT) (((-3 (-584 (-1180 |#2|)) #1#) (-631 |#2|) (-1091)) 37 T ELT) (((-3 (-2 (|:| |particular| (-1180 |#2|)) (|:| -2013 (-584 (-1180 |#2|)))) #1#) (-631 |#2|) (-1180 |#2|) (-1091)) 35 T ELT)))
+(((-726 |#1| |#2|) (-10 -7 (-15 -3575 ((-3 (-2 (|:| |particular| (-1180 |#2|)) (|:| -2013 (-584 (-1180 |#2|)))) #1="failed") (-631 |#2|) (-1180 |#2|) (-1091))) (-15 -3575 ((-3 (-584 (-1180 |#2|)) #1#) (-631 |#2|) (-1091))) (-15 -3575 ((-3 (-2 (|:| |particular| (-1180 |#2|)) (|:| -2013 (-584 (-1180 |#2|)))) #1#) (-584 (-249 |#2|)) (-584 (-86)) (-1091))) (-15 -3575 ((-3 (-2 (|:| |particular| (-1180 |#2|)) (|:| -2013 (-584 (-1180 |#2|)))) #1#) (-584 |#2|) (-584 (-86)) (-1091))) (-15 -3575 ((-3 (-2 (|:| |particular| |#2|) (|:| -2013 (-584 |#2|))) |#2| #1#) (-249 |#2|) (-86) (-1091))) (-15 -3575 ((-3 (-2 (|:| |particular| |#2|) (|:| -2013 (-584 |#2|))) |#2| #1#) |#2| (-86) (-1091))) (-15 -3575 ((-3 |#2| #1#) (-249 |#2|) (-86) (-249 |#2|) (-584 |#2|))) (-15 -3575 ((-3 |#2| #1#) |#2| (-86) (-249 |#2|) (-584 |#2|)))) (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)) (-13 (-29 |#1|) (-1116) (-872))) (T -726))
+((-3575 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-86)) (-5 *4 (-249 *2)) (-5 *5 (-584 *2)) (-4 *2 (-13 (-29 *6) (-1116) (-872))) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *1 (-726 *6 *2)))) (-3575 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-249 *2)) (-5 *4 (-86)) (-5 *5 (-584 *2)) (-4 *2 (-13 (-29 *6) (-1116) (-872))) (-5 *1 (-726 *6 *2)) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))))) (-3575 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-86)) (-5 *5 (-1091)) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -2013 (-584 *3))) *3 #1="failed")) (-5 *1 (-726 *6 *3)) (-4 *3 (-13 (-29 *6) (-1116) (-872))))) (-3575 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-249 *7)) (-5 *4 (-86)) (-5 *5 (-1091)) (-4 *7 (-13 (-29 *6) (-1116) (-872))) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -2013 (-584 *7))) *7 #1#)) (-5 *1 (-726 *6 *7)))) (-3575 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-584 *7)) (-5 *4 (-584 (-86))) (-5 *5 (-1091)) (-4 *7 (-13 (-29 *6) (-1116) (-872))) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-2 (|:| |particular| (-1180 *7)) (|:| -2013 (-584 (-1180 *7))))) (-5 *1 (-726 *6 *7)))) (-3575 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-584 (-249 *7))) (-5 *4 (-584 (-86))) (-5 *5 (-1091)) (-4 *7 (-13 (-29 *6) (-1116) (-872))) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-2 (|:| |particular| (-1180 *7)) (|:| -2013 (-584 (-1180 *7))))) (-5 *1 (-726 *6 *7)))) (-3575 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-631 *6)) (-5 *4 (-1091)) (-4 *6 (-13 (-29 *5) (-1116) (-872))) (-4 *5 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-584 (-1180 *6))) (-5 *1 (-726 *5 *6)))) (-3575 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-631 *7)) (-5 *5 (-1091)) (-4 *7 (-13 (-29 *6) (-1116) (-872))) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-2 (|:| |particular| (-1180 *7)) (|:| -2013 (-584 (-1180 *7))))) (-5 *1 (-726 *6 *7)) (-5 *4 (-1180 *7)))))
+((-3472 ((|#2| |#2| (-1091)) 17 T ELT)) (-2493 ((|#2| |#2| (-1091)) 56 T ELT)) (-2494 (((-1 |#2| |#2|) (-1091)) 11 T ELT)))
+(((-727 |#1| |#2|) (-10 -7 (-15 -3472 (|#2| |#2| (-1091))) (-15 -2493 (|#2| |#2| (-1091))) (-15 -2494 ((-1 |#2| |#2|) (-1091)))) (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)) (-13 (-29 |#1|) (-1116) (-872))) (T -727))
+((-2494 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-1 *5 *5)) (-5 *1 (-727 *4 *5)) (-4 *5 (-13 (-29 *4) (-1116) (-872))))) (-2493 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *1 (-727 *4 *2)) (-4 *2 (-13 (-29 *4) (-1116) (-872))))) (-3472 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *1 (-727 *4 *2)) (-4 *2 (-13 (-29 *4) (-1116) (-872))))))
+((-2495 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2013 (-584 |#4|))) (-598 |#4|) |#4|) 33 T ELT)))
+(((-728 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2495 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2013 (-584 |#4|))) (-598 |#4|) |#4|))) (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))) (-1156 |#1|) (-1156 (-350 |#2|)) (-291 |#1| |#2| |#3|)) (T -728))
+((-2495 (*1 *2 *3 *4) (-12 (-5 *3 (-598 *4)) (-4 *4 (-291 *5 *6 *7)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2013 (-584 *4)))) (-5 *1 (-728 *5 *6 *7 *4)))))
+((-3743 (((-2 (|:| -3268 |#3|) (|:| |rh| (-584 (-350 |#2|)))) |#4| (-584 (-350 |#2|))) 53 T ELT)) (-2497 (((-584 (-2 (|:| -3775 |#2|) (|:| -3228 |#2|))) |#4| |#2|) 62 T ELT) (((-584 (-2 (|:| -3775 |#2|) (|:| -3228 |#2|))) |#4|) 61 T ELT) (((-584 (-2 (|:| -3775 |#2|) (|:| -3228 |#2|))) |#3| |#2|) 20 T ELT) (((-584 (-2 (|:| -3775 |#2|) (|:| -3228 |#2|))) |#3|) 21 T ELT)) (-2498 ((|#2| |#4| |#1|) 63 T ELT) ((|#2| |#3| |#1|) 28 T ELT)) (-2496 ((|#2| |#3| (-584 (-350 |#2|))) 109 T ELT) (((-3 |#2| "failed") |#3| (-350 |#2|)) 105 T ELT)))
+(((-729 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2496 ((-3 |#2| "failed") |#3| (-350 |#2|))) (-15 -2496 (|#2| |#3| (-584 (-350 |#2|)))) (-15 -2497 ((-584 (-2 (|:| -3775 |#2|) (|:| -3228 |#2|))) |#3|)) (-15 -2497 ((-584 (-2 (|:| -3775 |#2|) (|:| -3228 |#2|))) |#3| |#2|)) (-15 -2498 (|#2| |#3| |#1|)) (-15 -2497 ((-584 (-2 (|:| -3775 |#2|) (|:| -3228 |#2|))) |#4|)) (-15 -2497 ((-584 (-2 (|:| -3775 |#2|) (|:| -3228 |#2|))) |#4| |#2|)) (-15 -2498 (|#2| |#4| |#1|)) (-15 -3743 ((-2 (|:| -3268 |#3|) (|:| |rh| (-584 (-350 |#2|)))) |#4| (-584 (-350 |#2|))))) (-13 (-312) (-120) (-951 (-350 (-485)))) (-1156 |#1|) (-601 |#2|) (-601 (-350 |#2|))) (T -729))
+((-3743 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *6 (-1156 *5)) (-5 *2 (-2 (|:| -3268 *7) (|:| |rh| (-584 (-350 *6))))) (-5 *1 (-729 *5 *6 *7 *3)) (-5 *4 (-584 (-350 *6))) (-4 *7 (-601 *6)) (-4 *3 (-601 (-350 *6))))) (-2498 (*1 *2 *3 *4) (-12 (-4 *2 (-1156 *4)) (-5 *1 (-729 *4 *2 *5 *3)) (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *5 (-601 *2)) (-4 *3 (-601 (-350 *2))))) (-2497 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *4 (-1156 *5)) (-5 *2 (-584 (-2 (|:| -3775 *4) (|:| -3228 *4)))) (-5 *1 (-729 *5 *4 *6 *3)) (-4 *6 (-601 *4)) (-4 *3 (-601 (-350 *4))))) (-2497 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *5 (-1156 *4)) (-5 *2 (-584 (-2 (|:| -3775 *5) (|:| -3228 *5)))) (-5 *1 (-729 *4 *5 *6 *3)) (-4 *6 (-601 *5)) (-4 *3 (-601 (-350 *5))))) (-2498 (*1 *2 *3 *4) (-12 (-4 *2 (-1156 *4)) (-5 *1 (-729 *4 *2 *3 *5)) (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *3 (-601 *2)) (-4 *5 (-601 (-350 *2))))) (-2497 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *4 (-1156 *5)) (-5 *2 (-584 (-2 (|:| -3775 *4) (|:| -3228 *4)))) (-5 *1 (-729 *5 *4 *3 *6)) (-4 *3 (-601 *4)) (-4 *6 (-601 (-350 *4))))) (-2497 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *5 (-1156 *4)) (-5 *2 (-584 (-2 (|:| -3775 *5) (|:| -3228 *5)))) (-5 *1 (-729 *4 *5 *3 *6)) (-4 *3 (-601 *5)) (-4 *6 (-601 (-350 *5))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-350 *2))) (-4 *2 (-1156 *5)) (-5 *1 (-729 *5 *2 *3 *6)) (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *3 (-601 *2)) (-4 *6 (-601 (-350 *2))))) (-2496 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-350 *2)) (-4 *2 (-1156 *5)) (-5 *1 (-729 *5 *2 *3 *6)) (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *3 (-601 *2)) (-4 *6 (-601 *4)))))
+((-2506 (((-584 (-2 (|:| |frac| (-350 |#2|)) (|:| -3268 |#3|))) |#3| (-1 (-584 |#2|) |#2| (-1086 |#2|)) (-1 (-348 |#2|) |#2|)) 156 T ELT)) (-2507 (((-584 (-2 (|:| |poly| |#2|) (|:| -3268 |#3|))) |#3| (-1 (-584 |#1|) |#2|)) 52 T ELT)) (-2500 (((-584 (-2 (|:| |deg| (-695)) (|:| -3268 |#2|))) |#3|) 123 T ELT)) (-2499 ((|#2| |#3|) 42 T ELT)) (-2501 (((-584 (-2 (|:| -3954 |#1|) (|:| -3268 |#3|))) |#3| (-1 (-584 |#1|) |#2|)) 100 T ELT)) (-2502 ((|#3| |#3| (-350 |#2|)) 71 T ELT) ((|#3| |#3| |#2|) 97 T ELT)))
+(((-730 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2499 (|#2| |#3|)) (-15 -2500 ((-584 (-2 (|:| |deg| (-695)) (|:| -3268 |#2|))) |#3|)) (-15 -2501 ((-584 (-2 (|:| -3954 |#1|) (|:| -3268 |#3|))) |#3| (-1 (-584 |#1|) |#2|))) (-15 -2507 ((-584 (-2 (|:| |poly| |#2|) (|:| -3268 |#3|))) |#3| (-1 (-584 |#1|) |#2|))) (-15 -2506 ((-584 (-2 (|:| |frac| (-350 |#2|)) (|:| -3268 |#3|))) |#3| (-1 (-584 |#2|) |#2| (-1086 |#2|)) (-1 (-348 |#2|) |#2|))) (-15 -2502 (|#3| |#3| |#2|)) (-15 -2502 (|#3| |#3| (-350 |#2|)))) (-13 (-312) (-120) (-951 (-350 (-485)))) (-1156 |#1|) (-601 |#2|) (-601 (-350 |#2|))) (T -730))
+((-2502 (*1 *2 *2 *3) (-12 (-5 *3 (-350 *5)) (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *5 (-1156 *4)) (-5 *1 (-730 *4 *5 *2 *6)) (-4 *2 (-601 *5)) (-4 *6 (-601 *3)))) (-2502 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *3 (-1156 *4)) (-5 *1 (-730 *4 *3 *2 *5)) (-4 *2 (-601 *3)) (-4 *5 (-601 (-350 *3))))) (-2506 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-584 *7) *7 (-1086 *7))) (-5 *5 (-1 (-348 *7) *7)) (-4 *7 (-1156 *6)) (-4 *6 (-13 (-312) (-120) (-951 (-350 (-485))))) (-5 *2 (-584 (-2 (|:| |frac| (-350 *7)) (|:| -3268 *3)))) (-5 *1 (-730 *6 *7 *3 *8)) (-4 *3 (-601 *7)) (-4 *8 (-601 (-350 *7))))) (-2507 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-584 *5) *6)) (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *6 (-1156 *5)) (-5 *2 (-584 (-2 (|:| |poly| *6) (|:| -3268 *3)))) (-5 *1 (-730 *5 *6 *3 *7)) (-4 *3 (-601 *6)) (-4 *7 (-601 (-350 *6))))) (-2501 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-584 *5) *6)) (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *6 (-1156 *5)) (-5 *2 (-584 (-2 (|:| -3954 *5) (|:| -3268 *3)))) (-5 *1 (-730 *5 *6 *3 *7)) (-4 *3 (-601 *6)) (-4 *7 (-601 (-350 *6))))) (-2500 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *5 (-1156 *4)) (-5 *2 (-584 (-2 (|:| |deg| (-695)) (|:| -3268 *5)))) (-5 *1 (-730 *4 *5 *3 *6)) (-4 *3 (-601 *5)) (-4 *6 (-601 (-350 *5))))) (-2499 (*1 *2 *3) (-12 (-4 *2 (-1156 *4)) (-5 *1 (-730 *4 *2 *3 *5)) (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *3 (-601 *2)) (-4 *5 (-601 (-350 *2))))))
+((-2503 (((-2 (|:| -2013 (-584 (-350 |#2|))) (|:| |mat| (-631 |#1|))) (-599 |#2| (-350 |#2|)) (-584 (-350 |#2|))) 146 T ELT) (((-2 (|:| |particular| (-3 (-350 |#2|) #1="failed")) (|:| -2013 (-584 (-350 |#2|)))) (-599 |#2| (-350 |#2|)) (-350 |#2|)) 145 T ELT) (((-2 (|:| -2013 (-584 (-350 |#2|))) (|:| |mat| (-631 |#1|))) (-598 (-350 |#2|)) (-584 (-350 |#2|))) 140 T ELT) (((-2 (|:| |particular| (-3 (-350 |#2|) #1#)) (|:| -2013 (-584 (-350 |#2|)))) (-598 (-350 |#2|)) (-350 |#2|)) 138 T ELT)) (-2504 ((|#2| (-599 |#2| (-350 |#2|))) 86 T ELT) ((|#2| (-598 (-350 |#2|))) 89 T ELT)))
+(((-731 |#1| |#2|) (-10 -7 (-15 -2503 ((-2 (|:| |particular| (-3 (-350 |#2|) #1="failed")) (|:| -2013 (-584 (-350 |#2|)))) (-598 (-350 |#2|)) (-350 |#2|))) (-15 -2503 ((-2 (|:| -2013 (-584 (-350 |#2|))) (|:| |mat| (-631 |#1|))) (-598 (-350 |#2|)) (-584 (-350 |#2|)))) (-15 -2503 ((-2 (|:| |particular| (-3 (-350 |#2|) #1#)) (|:| -2013 (-584 (-350 |#2|)))) (-599 |#2| (-350 |#2|)) (-350 |#2|))) (-15 -2503 ((-2 (|:| -2013 (-584 (-350 |#2|))) (|:| |mat| (-631 |#1|))) (-599 |#2| (-350 |#2|)) (-584 (-350 |#2|)))) (-15 -2504 (|#2| (-598 (-350 |#2|)))) (-15 -2504 (|#2| (-599 |#2| (-350 |#2|))))) (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))) (-1156 |#1|)) (T -731))
+((-2504 (*1 *2 *3) (-12 (-5 *3 (-599 *2 (-350 *2))) (-4 *2 (-1156 *4)) (-5 *1 (-731 *4 *2)) (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))))) (-2504 (*1 *2 *3) (-12 (-5 *3 (-598 (-350 *2))) (-4 *2 (-1156 *4)) (-5 *1 (-731 *4 *2)) (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))))) (-2503 (*1 *2 *3 *4) (-12 (-5 *3 (-599 *6 (-350 *6))) (-4 *6 (-1156 *5)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-5 *2 (-2 (|:| -2013 (-584 (-350 *6))) (|:| |mat| (-631 *5)))) (-5 *1 (-731 *5 *6)) (-5 *4 (-584 (-350 *6))))) (-2503 (*1 *2 *3 *4) (-12 (-5 *3 (-599 *6 (-350 *6))) (-5 *4 (-350 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2013 (-584 *4)))) (-5 *1 (-731 *5 *6)))) (-2503 (*1 *2 *3 *4) (-12 (-5 *3 (-598 (-350 *6))) (-4 *6 (-1156 *5)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-5 *2 (-2 (|:| -2013 (-584 (-350 *6))) (|:| |mat| (-631 *5)))) (-5 *1 (-731 *5 *6)) (-5 *4 (-584 (-350 *6))))) (-2503 (*1 *2 *3 *4) (-12 (-5 *3 (-598 (-350 *6))) (-5 *4 (-350 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-5 *2 (-2 (|:| |particular| (-3 *4 #1#)) (|:| -2013 (-584 *4)))) (-5 *1 (-731 *5 *6)))))
+((-2505 (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#1|))) |#5| |#4|) 49 T ELT)))
+(((-732 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2505 ((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#1|))) |#5| |#4|))) (-312) (-601 |#1|) (-1156 |#1|) (-662 |#1| |#3|) (-601 |#4|)) (T -732))
+((-2505 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *7 (-1156 *5)) (-4 *4 (-662 *5 *7)) (-5 *2 (-2 (|:| |mat| (-631 *6)) (|:| |vec| (-1180 *5)))) (-5 *1 (-732 *5 *6 *7 *4 *3)) (-4 *6 (-601 *5)) (-4 *3 (-601 *4)))))
+((-2506 (((-584 (-2 (|:| |frac| (-350 |#2|)) (|:| -3268 (-599 |#2| (-350 |#2|))))) (-599 |#2| (-350 |#2|)) (-1 (-348 |#2|) |#2|)) 47 T ELT)) (-2508 (((-584 (-350 |#2|)) (-599 |#2| (-350 |#2|)) (-1 (-348 |#2|) |#2|)) 163 (|has| |#1| (-27)) ELT) (((-584 (-350 |#2|)) (-599 |#2| (-350 |#2|))) 164 (|has| |#1| (-27)) ELT) (((-584 (-350 |#2|)) (-598 (-350 |#2|)) (-1 (-348 |#2|) |#2|)) 165 (|has| |#1| (-27)) ELT) (((-584 (-350 |#2|)) (-598 (-350 |#2|))) 166 (|has| |#1| (-27)) ELT) (((-584 (-350 |#2|)) (-599 |#2| (-350 |#2|)) (-1 (-584 |#1|) |#2|) (-1 (-348 |#2|) |#2|)) 38 T ELT) (((-584 (-350 |#2|)) (-599 |#2| (-350 |#2|)) (-1 (-584 |#1|) |#2|)) 39 T ELT) (((-584 (-350 |#2|)) (-598 (-350 |#2|)) (-1 (-584 |#1|) |#2|) (-1 (-348 |#2|) |#2|)) 36 T ELT) (((-584 (-350 |#2|)) (-598 (-350 |#2|)) (-1 (-584 |#1|) |#2|)) 37 T ELT)) (-2507 (((-584 (-2 (|:| |poly| |#2|) (|:| -3268 (-599 |#2| (-350 |#2|))))) (-599 |#2| (-350 |#2|)) (-1 (-584 |#1|) |#2|)) 96 T ELT)))
+(((-733 |#1| |#2|) (-10 -7 (-15 -2508 ((-584 (-350 |#2|)) (-598 (-350 |#2|)) (-1 (-584 |#1|) |#2|))) (-15 -2508 ((-584 (-350 |#2|)) (-598 (-350 |#2|)) (-1 (-584 |#1|) |#2|) (-1 (-348 |#2|) |#2|))) (-15 -2508 ((-584 (-350 |#2|)) (-599 |#2| (-350 |#2|)) (-1 (-584 |#1|) |#2|))) (-15 -2508 ((-584 (-350 |#2|)) (-599 |#2| (-350 |#2|)) (-1 (-584 |#1|) |#2|) (-1 (-348 |#2|) |#2|))) (-15 -2506 ((-584 (-2 (|:| |frac| (-350 |#2|)) (|:| -3268 (-599 |#2| (-350 |#2|))))) (-599 |#2| (-350 |#2|)) (-1 (-348 |#2|) |#2|))) (-15 -2507 ((-584 (-2 (|:| |poly| |#2|) (|:| -3268 (-599 |#2| (-350 |#2|))))) (-599 |#2| (-350 |#2|)) (-1 (-584 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -2508 ((-584 (-350 |#2|)) (-598 (-350 |#2|)))) (-15 -2508 ((-584 (-350 |#2|)) (-598 (-350 |#2|)) (-1 (-348 |#2|) |#2|))) (-15 -2508 ((-584 (-350 |#2|)) (-599 |#2| (-350 |#2|)))) (-15 -2508 ((-584 (-350 |#2|)) (-599 |#2| (-350 |#2|)) (-1 (-348 |#2|) |#2|)))) |%noBranch|)) (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))) (-1156 |#1|)) (T -733))
+((-2508 (*1 *2 *3 *4) (-12 (-5 *3 (-599 *6 (-350 *6))) (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1156 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-5 *2 (-584 (-350 *6))) (-5 *1 (-733 *5 *6)))) (-2508 (*1 *2 *3) (-12 (-5 *3 (-599 *5 (-350 *5))) (-4 *5 (-1156 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-5 *2 (-584 (-350 *5))) (-5 *1 (-733 *4 *5)))) (-2508 (*1 *2 *3 *4) (-12 (-5 *3 (-598 (-350 *6))) (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1156 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-5 *2 (-584 (-350 *6))) (-5 *1 (-733 *5 *6)))) (-2508 (*1 *2 *3) (-12 (-5 *3 (-598 (-350 *5))) (-4 *5 (-1156 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-5 *2 (-584 (-350 *5))) (-5 *1 (-733 *4 *5)))) (-2507 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-584 *5) *6)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-4 *6 (-1156 *5)) (-5 *2 (-584 (-2 (|:| |poly| *6) (|:| -3268 (-599 *6 (-350 *6)))))) (-5 *1 (-733 *5 *6)) (-5 *3 (-599 *6 (-350 *6))))) (-2506 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1156 *5)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-5 *2 (-584 (-2 (|:| |frac| (-350 *6)) (|:| -3268 (-599 *6 (-350 *6)))))) (-5 *1 (-733 *5 *6)) (-5 *3 (-599 *6 (-350 *6))))) (-2508 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-599 *7 (-350 *7))) (-5 *4 (-1 (-584 *6) *7)) (-5 *5 (-1 (-348 *7) *7)) (-4 *6 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-4 *7 (-1156 *6)) (-5 *2 (-584 (-350 *7))) (-5 *1 (-733 *6 *7)))) (-2508 (*1 *2 *3 *4) (-12 (-5 *3 (-599 *6 (-350 *6))) (-5 *4 (-1 (-584 *5) *6)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-4 *6 (-1156 *5)) (-5 *2 (-584 (-350 *6))) (-5 *1 (-733 *5 *6)))) (-2508 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-598 (-350 *7))) (-5 *4 (-1 (-584 *6) *7)) (-5 *5 (-1 (-348 *7) *7)) (-4 *6 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-4 *7 (-1156 *6)) (-5 *2 (-584 (-350 *7))) (-5 *1 (-733 *6 *7)))) (-2508 (*1 *2 *3 *4) (-12 (-5 *3 (-598 (-350 *6))) (-5 *4 (-1 (-584 *5) *6)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))) (-4 *6 (-1156 *5)) (-5 *2 (-584 (-350 *6))) (-5 *1 (-733 *5 *6)))))
+((-2509 (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#1|))) (-631 |#2|) (-1180 |#1|)) 110 T ELT) (((-2 (|:| A (-631 |#1|)) (|:| |eqs| (-584 (-2 (|:| C (-631 |#1|)) (|:| |g| (-1180 |#1|)) (|:| -3268 |#2|) (|:| |rh| |#1|))))) (-631 |#1|) (-1180 |#1|)) 15 T ELT)) (-2510 (((-2 (|:| |particular| (-3 (-1180 |#1|) #1="failed")) (|:| -2013 (-584 (-1180 |#1|)))) (-631 |#2|) (-1180 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| #1#)) (|:| -2013 (-584 |#1|))) |#2| |#1|)) 116 T ELT)) (-3575 (((-3 (-2 (|:| |particular| (-1180 |#1|)) (|:| -2013 (-631 |#1|))) #1#) (-631 |#1|) (-1180 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2013 (-584 |#1|))) #1#) |#2| |#1|)) 54 T ELT)))
+(((-734 |#1| |#2|) (-10 -7 (-15 -2509 ((-2 (|:| A (-631 |#1|)) (|:| |eqs| (-584 (-2 (|:| C (-631 |#1|)) (|:| |g| (-1180 |#1|)) (|:| -3268 |#2|) (|:| |rh| |#1|))))) (-631 |#1|) (-1180 |#1|))) (-15 -2509 ((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#1|))) (-631 |#2|) (-1180 |#1|))) (-15 -3575 ((-3 (-2 (|:| |particular| (-1180 |#1|)) (|:| -2013 (-631 |#1|))) #1="failed") (-631 |#1|) (-1180 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2013 (-584 |#1|))) #1#) |#2| |#1|))) (-15 -2510 ((-2 (|:| |particular| (-3 (-1180 |#1|) #1#)) (|:| -2013 (-584 (-1180 |#1|)))) (-631 |#2|) (-1180 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| #1#)) (|:| -2013 (-584 |#1|))) |#2| |#1|)))) (-312) (-601 |#1|)) (T -734))
+((-2510 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-631 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -2013 (-584 *6))) *7 *6)) (-4 *6 (-312)) (-4 *7 (-601 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1180 *6) "failed")) (|:| -2013 (-584 (-1180 *6))))) (-5 *1 (-734 *6 *7)) (-5 *4 (-1180 *6)))) (-3575 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -2013 (-584 *6))) "failed") *7 *6)) (-4 *6 (-312)) (-4 *7 (-601 *6)) (-5 *2 (-2 (|:| |particular| (-1180 *6)) (|:| -2013 (-631 *6)))) (-5 *1 (-734 *6 *7)) (-5 *3 (-631 *6)) (-5 *4 (-1180 *6)))) (-2509 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-4 *6 (-601 *5)) (-5 *2 (-2 (|:| |mat| (-631 *6)) (|:| |vec| (-1180 *5)))) (-5 *1 (-734 *5 *6)) (-5 *3 (-631 *6)) (-5 *4 (-1180 *5)))) (-2509 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-5 *2 (-2 (|:| A (-631 *5)) (|:| |eqs| (-584 (-2 (|:| C (-631 *5)) (|:| |g| (-1180 *5)) (|:| -3268 *6) (|:| |rh| *5)))))) (-5 *1 (-734 *5 *6)) (-5 *3 (-631 *5)) (-5 *4 (-1180 *5)) (-4 *6 (-601 *5)))))
+((-2511 (((-631 |#1|) (-584 |#1|) (-695)) 14 T ELT) (((-631 |#1|) (-584 |#1|)) 15 T ELT)) (-2512 (((-3 (-1180 |#1|) #1="failed") |#2| |#1| (-584 |#1|)) 39 T ELT)) (-3342 (((-3 |#1| #1#) |#2| |#1| (-584 |#1|) (-1 |#1| |#1|)) 46 T ELT)))
+(((-735 |#1| |#2|) (-10 -7 (-15 -2511 ((-631 |#1|) (-584 |#1|))) (-15 -2511 ((-631 |#1|) (-584 |#1|) (-695))) (-15 -2512 ((-3 (-1180 |#1|) #1="failed") |#2| |#1| (-584 |#1|))) (-15 -3342 ((-3 |#1| #1#) |#2| |#1| (-584 |#1|) (-1 |#1| |#1|)))) (-312) (-601 |#1|)) (T -735))
+((-3342 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-584 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-312)) (-5 *1 (-735 *2 *3)) (-4 *3 (-601 *2)))) (-2512 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-584 *4)) (-4 *4 (-312)) (-5 *2 (-1180 *4)) (-5 *1 (-735 *4 *3)) (-4 *3 (-601 *4)))) (-2511 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *5)) (-5 *4 (-695)) (-4 *5 (-312)) (-5 *2 (-631 *5)) (-5 *1 (-735 *5 *6)) (-4 *6 (-601 *5)))) (-2511 (*1 *2 *3) (-12 (-5 *3 (-584 *4)) (-4 *4 (-312)) (-5 *2 (-631 *4)) (-5 *1 (-735 *4 *5)) (-4 *5 (-601 *4)))))
+((-2570 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-3190 (((-85) $) NIL (|has| |#2| (-23)) ELT)) (-3709 (($ (-831)) NIL (|has| |#2| (-962)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#2|)) ELT)) (-2485 (($ $ $) NIL (|has| |#2| (-718)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL (|has| |#2| (-104)) ELT)) (-3138 (((-695)) NIL (|has| |#2| (-320)) ELT)) (-3790 ((|#2| $ (-485) |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (-12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) (((-3 |#2| #1#) $) NIL (|has| |#2| (-1014)) ELT)) (-3158 (((-485) $) NIL (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) ELT) (((-350 (-485)) $) NIL (-12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) ((|#2| $) NIL (|has| |#2| (-1014)) ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL (|has| |#2| (-962)) ELT) (((-631 |#2|) (-631 $)) NIL (|has| |#2| (-962)) ELT)) (-3844 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) NIL (|has| |#2| (-72)) ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL (|has| |#2| (-962)) ELT)) (-2996 (($) NIL (|has| |#2| (-320)) ELT)) (-1577 ((|#2| $ (-485) |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ (-485)) NIL T ELT)) (-3188 (((-85) $) NIL (|has| |#2| (-718)) ELT)) (-1215 (((-85) $ $) NIL (|has| |#2| (-23)) ELT)) (-2411 (((-85) $) NIL (|has| |#2| (-962)) ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#2| (-757)) ELT)) (-2610 (((-584 |#2|) $) NIL T ELT)) (-3247 (((-85) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#2| (-757)) ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2011 (((-831) $) NIL (|has| |#2| (-320)) ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (-12 (|has| |#2| (-581 (-485))) (|has| |#2| (-962))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL (|has| |#2| (-962)) ELT) (((-631 |#2|) (-1180 $)) NIL (|has| |#2| (-962)) ELT)) (-3244 (((-1074) $) NIL (|has| |#2| (-1014)) ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-2401 (($ (-831)) NIL (|has| |#2| (-320)) ELT)) (-3245 (((-1034) $) NIL (|has| |#2| (-1014)) ELT)) (-3803 ((|#2| $) NIL (|has| (-485) (-757)) ELT)) (-2200 (($ $ |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#2| $ (-485) |#2|) NIL T ELT) ((|#2| $ (-485)) NIL T ELT)) (-3838 ((|#2| $ $) NIL (|has| |#2| (-962)) ELT)) (-1469 (($ (-1180 |#2|)) NIL T ELT)) (-3913 (((-107)) NIL (|has| |#2| (-312)) ELT)) (-3760 (($ $ (-695)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-962)) ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL (|has| |#2| (-962)) ELT)) (-1731 (((-695) |#2| $) NIL (|has| |#2| (-72)) ELT) (((-695) (-1 (-85) |#2|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-1180 |#2|) $) NIL T ELT) (($ (-485)) NIL (OR (-12 (|has| |#2| (-951 (-485))) (|has| |#2| (-1014))) (|has| |#2| (-962))) ELT) (($ (-350 (-485))) NIL (-12 (|has| |#2| (-951 (-350 (-485)))) (|has| |#2| (-1014))) ELT) (($ |#2|) NIL (|has| |#2| (-1014)) ELT) (((-773) $) NIL (|has| |#2| (-553 (-773))) ELT)) (-3128 (((-695)) NIL (|has| |#2| (-962)) CONST)) (-1266 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3127 (((-85) $ $) NIL (|has| |#2| (-962)) ELT)) (-2662 (($) NIL (|has| |#2| (-23)) CONST)) (-2668 (($) NIL (|has| |#2| (-962)) CONST)) (-2671 (($ $ (-695)) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $) NIL (-12 (|has| |#2| (-189)) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1091)) NIL (-12 (|has| |#2| (-812 (-1091))) (|has| |#2| (-962))) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-962)) ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL (|has| |#2| (-962)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#2| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-2687 (((-85) $ $) 11 (|has| |#2| (-757)) ELT)) (-3951 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3839 (($ $ $) NIL (|has| |#2| (-21)) ELT) (($ $) NIL (|has| |#2| (-21)) ELT)) (-3841 (($ $ $) NIL (|has| |#2| (-25)) ELT)) (** (($ $ (-695)) NIL (|has| |#2| (-962)) ELT) (($ $ (-831)) NIL (|has| |#2| (-962)) ELT)) (* (($ $ $) NIL (|has| |#2| (-962)) ELT) (($ $ |#2|) NIL (|has| |#2| (-664)) ELT) (($ |#2| $) NIL (|has| |#2| (-664)) ELT) (($ (-485) $) NIL (|has| |#2| (-21)) ELT) (($ (-695) $) NIL (|has| |#2| (-23)) ELT) (($ (-831) $) NIL (|has| |#2| (-25)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-736 |#1| |#2| |#3|) (-196 |#1| |#2|) (-695) (-718) (-1 (-85) (-1180 |#2|) (-1180 |#2|))) (T -736))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1489 (((-584 (-695)) $) NIL T ELT) (((-584 (-695)) $ (-1091)) NIL T ELT)) (-1523 (((-695) $) NIL T ELT) (((-695) $ (-1091)) NIL T ELT)) (-3083 (((-584 (-739 (-1091))) $) NIL T ELT)) (-3085 (((-1086 $) $ (-739 (-1091))) NIL T ELT) (((-1086 |#1|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-739 (-1091)))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-1485 (($ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-739 (-1091)) #1#) $) NIL T ELT) (((-3 (-1091) #1#) $) NIL T ELT) (((-3 (-1040 |#1| (-1091)) #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-739 (-1091)) $) NIL T ELT) (((-1091) $) NIL T ELT) (((-1040 |#1| (-1091)) $) NIL T ELT)) (-3758 (($ $ $ (-739 (-1091))) NIL (|has| |#1| (-146)) ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ (-739 (-1091))) NIL (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-822)) ELT)) (-1625 (($ $ |#1| (-470 (-739 (-1091))) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-739 (-1091)) (-797 (-330))) (|has| |#1| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-739 (-1091)) (-797 (-485))) (|has| |#1| (-797 (-485)))) ELT)) (-3774 (((-695) $ (-1091)) NIL T ELT) (((-695) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3086 (($ (-1086 |#1|) (-739 (-1091))) NIL T ELT) (($ (-1086 $) (-739 (-1091))) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-470 (-739 (-1091)))) NIL T ELT) (($ $ (-739 (-1091)) (-695)) NIL T ELT) (($ $ (-584 (-739 (-1091))) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-739 (-1091))) NIL T ELT)) (-2822 (((-470 (-739 (-1091))) $) NIL T ELT) (((-695) $ (-739 (-1091))) NIL T ELT) (((-584 (-695)) $ (-584 (-739 (-1091)))) NIL T ELT)) (-1626 (($ (-1 (-470 (-739 (-1091))) (-470 (-739 (-1091)))) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1524 (((-1 $ (-695)) (-1091)) NIL T ELT) (((-1 $ (-695)) $) NIL (|has| |#1| (-190)) ELT)) (-3084 (((-3 (-739 (-1091)) #1#) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1487 (((-739 (-1091)) $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1488 (((-85) $) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-739 (-1091))) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-1486 (($ $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-822)) ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-739 (-1091)) |#1|) NIL T ELT) (($ $ (-584 (-739 (-1091))) (-584 |#1|)) NIL T ELT) (($ $ (-739 (-1091)) $) NIL T ELT) (($ $ (-584 (-739 (-1091))) (-584 $)) NIL T ELT) (($ $ (-1091) $) NIL (|has| |#1| (-190)) ELT) (($ $ (-584 (-1091)) (-584 $)) NIL (|has| |#1| (-190)) ELT) (($ $ (-1091) |#1|) NIL (|has| |#1| (-190)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) NIL (|has| |#1| (-190)) ELT)) (-3759 (($ $ (-739 (-1091))) NIL (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 (-739 (-1091))) (-584 (-695))) NIL T ELT) (($ $ (-739 (-1091)) (-695)) NIL T ELT) (($ $ (-584 (-739 (-1091)))) NIL T ELT) (($ $ (-739 (-1091))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT)) (-1490 (((-584 (-1091)) $) NIL T ELT)) (-3950 (((-470 (-739 (-1091))) $) NIL T ELT) (((-695) $ (-739 (-1091))) NIL T ELT) (((-584 (-695)) $ (-584 (-739 (-1091)))) NIL T ELT) (((-695) $ (-1091)) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-739 (-1091)) (-554 (-801 (-330)))) (|has| |#1| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-739 (-1091)) (-554 (-801 (-485)))) (|has| |#1| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-739 (-1091)) (-554 (-474))) (|has| |#1| (-554 (-474)))) ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ (-739 (-1091))) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-739 (-1091))) NIL T ELT) (($ (-1091)) NIL T ELT) (($ (-1040 |#1| (-1091))) NIL T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-470 (-739 (-1091)))) NIL T ELT) (($ $ (-739 (-1091)) (-695)) NIL T ELT) (($ $ (-584 (-739 (-1091))) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-584 (-739 (-1091))) (-584 (-695))) NIL T ELT) (($ $ (-739 (-1091)) (-695)) NIL T ELT) (($ $ (-584 (-739 (-1091)))) NIL T ELT) (($ $ (-739 (-1091))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-737 |#1|) (-13 (-213 |#1| (-1091) (-739 (-1091)) (-470 (-739 (-1091)))) (-951 (-1040 |#1| (-1091)))) (-962)) (T -737))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#2| (-312)) ELT)) (-2064 (($ $) NIL (|has| |#2| (-312)) ELT)) (-2062 (((-85) $) NIL (|has| |#2| (-312)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL (|has| |#2| (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#2| (-312)) ELT)) (-1609 (((-85) $ $) NIL (|has| |#2| (-312)) ELT)) (-3726 (($) NIL T CONST)) (-2566 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#2| (-312)) ELT)) (-3725 (((-85) $) NIL (|has| |#2| (-312)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#2| (-312)) ELT)) (-1895 (($ (-584 $)) NIL (|has| |#2| (-312)) ELT) (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 20 (|has| |#2| (-312)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#2| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#2| (-312)) ELT) (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#2| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#2| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#2| (-312)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#2| (-312)) ELT)) (-1608 (((-695) $) NIL (|has| |#2| (-312)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3760 (($ $) 13 T ELT) (($ $ (-695)) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#2|) 10 T ELT) ((|#2| $) 11 T ELT) (($ (-350 (-485))) NIL (|has| |#2| (-312)) ELT) (($ $) NIL (|has| |#2| (-312)) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#2| (-312)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) 15 (|has| |#2| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-695)) NIL T ELT) (($ $ (-831)) NIL T ELT) (($ $ (-485)) 18 (|has| |#2| (-312)) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-350 (-485)) $) NIL (|has| |#2| (-312)) ELT) (($ $ (-350 (-485))) NIL (|has| |#2| (-312)) ELT)))
+(((-738 |#1| |#2| |#3|) (-13 (-82 $ $) (-190) (-430 |#2|) (-10 -7 (IF (|has| |#2| (-312)) (-6 (-312)) |%noBranch|))) (-1014) (-810 |#1|) |#1|) (T -738))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-1523 (((-695) $) NIL T ELT)) (-3833 ((|#1| $) 10 T ELT)) (-3159 (((-3 |#1| "failed") $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-3774 (((-695) $) 11 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-1524 (($ |#1| (-695)) 9 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3760 (($ $ (-695)) NIL T ELT) (($ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2671 (($ $ (-695)) NIL T ELT) (($ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)))
+(((-739 |#1|) (-228 |#1|) (-757)) (T -739))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3936 (((-584 |#1|) $) 39 T ELT)) (-3138 (((-695) $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3941 (((-3 $ #1="failed") $ $) NIL T ELT) (((-3 $ #1#) $ |#1|) 29 T ELT)) (-3159 (((-3 |#1| #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-3801 (($ $) 43 T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1754 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2300 ((|#1| $ (-485)) NIL T ELT)) (-2301 (((-695) $ (-485)) NIL T ELT)) (-3938 (($ $) 55 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-2291 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2292 (($ (-1 (-695) (-695)) $) NIL T ELT)) (-3942 (((-3 $ #1#) $ $) NIL T ELT) (((-3 $ #1#) $ |#1|) 26 T ELT)) (-2513 (((-85) $ $) 52 T ELT)) (-3835 (((-695) $) 35 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1755 (($ $ $) NIL T ELT)) (-1756 (($ $ $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 ((|#1| $) 42 T ELT)) (-1783 (((-584 (-2 (|:| |gen| |#1|) (|:| -3945 (-695)))) $) NIL T ELT)) (-2881 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) #1#) $ $) NIL T ELT)) (-2567 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) #1#) $ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2668 (($) 7 T CONST)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 54 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ |#1| (-695)) NIL T ELT)) (* (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-740 |#1|) (-13 (-336 |#1|) (-755) (-10 -8 (-15 -3803 (|#1| $)) (-15 -3801 ($ $)) (-15 -3938 ($ $)) (-15 -2513 ((-85) $ $)) (-15 -3942 ((-3 $ #1="failed") $ |#1|)) (-15 -3941 ((-3 $ #1#) $ |#1|)) (-15 -2567 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) #1#) $ $)) (-15 -3835 ((-695) $)) (-15 -3936 ((-584 |#1|) $)))) (-757)) (T -740))
+((-3803 (*1 *2 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-757)))) (-3801 (*1 *1 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-757)))) (-3938 (*1 *1 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-757)))) (-2513 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-740 *3)) (-4 *3 (-757)))) (-3942 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-740 *2)) (-4 *2 (-757)))) (-3941 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-740 *2)) (-4 *2 (-757)))) (-2567 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-740 *3)) (|:| |rm| (-740 *3)))) (-5 *1 (-740 *3)) (-4 *3 (-757)))) (-3835 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-740 *3)) (-4 *3 (-757)))) (-3936 (*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-740 *3)) (-4 *3 (-757)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3625 (((-485) $) 69 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3188 (((-85) $) 67 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3189 (((-85) $) 68 T ELT)) (-2533 (($ $ $) 61 T ELT)) (-2859 (($ $ $) 62 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3385 (($ $) 70 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2568 (((-85) $ $) 63 T ELT)) (-2569 (((-85) $ $) 65 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 64 T ELT)) (-2687 (((-85) $ $) 66 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-741) (-113)) (T -741))
+NIL
+(-13 (-496) (-756))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-246) . T) ((-496) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-583 $) . T) ((-655 $) . T) ((-664) . T) ((-715) . T) ((-717) . T) ((-719) . T) ((-722) . T) ((-756) . T) ((-757) . T) ((-760) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2514 ((|#1| $) 10 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2515 (($ |#1|) 9 T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2895 (($ |#2| (-695)) NIL T ELT)) (-2822 (((-695) $) NIL T ELT)) (-3176 ((|#2| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3760 (($ $) NIL (|has| |#1| (-190)) ELT) (($ $ (-695)) NIL (|has| |#1| (-190)) ELT)) (-3950 (((-695) $) NIL T ELT)) (-3948 (((-773) $) 17 T ELT) (($ (-485)) NIL T ELT) (($ |#2|) NIL (|has| |#2| (-146)) ELT)) (-3679 ((|#2| $ (-695)) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $) NIL (|has| |#1| (-190)) ELT) (($ $ (-695)) NIL (|has| |#1| (-190)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 12 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
+(((-742 |#1| |#2|) (-13 (-646 |#2|) (-10 -8 (IF (|has| |#1| (-190)) (-6 (-190)) |%noBranch|) (-15 -2515 ($ |#1|)) (-15 -2514 (|#1| $)))) (-646 |#2|) (-962)) (T -742))
+((-2515 (*1 *1 *2) (-12 (-4 *3 (-962)) (-5 *1 (-742 *2 *3)) (-4 *2 (-646 *3)))) (-2514 (*1 *2 *1) (-12 (-4 *2 (-646 *3)) (-5 *1 (-742 *2 *3)) (-4 *3 (-962)))))
+((-2570 (((-85) $ $) 17 T ELT)) (-3236 (($ |#1| $) 70 T ELT) (($ $ |#1|) 69 T ELT) (($ $ $) 68 T ELT)) (-3238 (($ $ $) 66 T ELT)) (-3237 (((-85) $ $) 67 T ELT)) (-3241 (($ (-584 |#1|)) 62 T ELT) (($) 61 T ELT)) (-1571 (($ (-1 (-85) |#1|) $) 40 (|has| $ (-318 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 48 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-2369 (($ $) 54 T ELT)) (-1354 (($ $) 50 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 42 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) 41 (|has| $ (-318 |#1|)) ELT)) (-3408 (($ |#1| $) 49 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 47 (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $) 78 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 77 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 74 (|has| |#1| (-72)) ELT)) (-3243 (((-85) $ $) 58 T ELT)) (-2533 ((|#1| $) 73 T ELT)) (-2858 (($ $ $) 86 T ELT)) (-3520 (($ $ $) 85 T ELT)) (-2610 (((-584 |#1|) $) 79 T ELT)) (-3247 (((-85) |#1| $) 75 (|has| |#1| (-72)) ELT)) (-2859 ((|#1| $) 84 T ELT)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 T ELT)) (-3240 (($ $ $) 63 T ELT)) (-1275 ((|#1| $) 34 T ELT)) (-3611 (($ |#1| $) 35 T ELT) (($ |#1| $ (-695)) 55 T ELT)) (-3245 (((-1034) $) 19 T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 46 T ELT)) (-1276 ((|#1| $) 36 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 81 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-2368 (((-584 (-2 (|:| |entry| |#1|) (|:| -1731 (-695)))) $) 53 T ELT)) (-3239 (($ $ |#1|) 65 T ELT) (($ $ $) 64 T ELT)) (-1467 (($) 44 T ELT) (($ (-584 |#1|)) 43 T ELT)) (-1731 (((-695) (-1 (-85) |#1|) $) 80 T ELT) (((-695) |#1| $) 76 (|has| |#1| (-72)) ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 51 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 45 T ELT)) (-3948 (((-773) $) 15 T ELT)) (-3242 (($ (-584 |#1|)) 60 T ELT) (($) 59 T ELT)) (-1266 (((-85) $ $) 18 T ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 82 T ELT)) (-3058 (((-85) $ $) 16 T ELT)) (-3959 (((-695) $) 83 T ELT)))
+(((-743 |#1|) (-113) (-757)) (T -743))
+((-2533 (*1 *2 *1) (-12 (-4 *1 (-743 *2)) (-4 *2 (-757)))))
+(-13 (-677 |t#1|) (-882 |t#1|) (-10 -8 (-15 -2533 (|t#1| $))))
+(((-34) . T) ((-76 |#1|) . T) ((-72) . T) ((-553 (-773)) . T) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-193 |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-635 |#1|) . T) ((-677 |#1|) . T) ((-882 |#1|) . T) ((-1012 |#1|) . T) ((-1014) . T) ((-1036 |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL (|has| |#1| (-21)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-3625 (((-485) $) NIL (|has| |#1| (-756)) ELT)) (-3726 (($) NIL (|has| |#1| (-21)) CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 15 T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) 9 T ELT)) (-3469 (((-3 $ #1#) $) 42 (|has| |#1| (-756)) ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) 51 (|has| |#1| (-484)) ELT)) (-3025 (((-85) $) 46 (|has| |#1| (-484)) ELT)) (-3024 (((-350 (-485)) $) 48 (|has| |#1| (-484)) ELT)) (-3188 (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-1215 (((-85) $ $) NIL (|has| |#1| (-21)) ELT)) (-2411 (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-3189 (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2516 (($) 13 T ELT)) (-2526 (((-85) $) 12 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2527 (((-85) $) 11 T ELT)) (-3948 (((-773) $) 18 T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (($ |#1|) 8 T ELT) (($ (-485)) NIL (OR (|has| |#1| (-756)) (|has| |#1| (-951 (-485)))) ELT)) (-3128 (((-695)) 36 (|has| |#1| (-756)) CONST)) (-1266 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3385 (($ $) NIL (|has| |#1| (-756)) ELT)) (-2662 (($) 23 (|has| |#1| (-21)) CONST)) (-2668 (($) 33 (|has| |#1| (-756)) CONST)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3058 (((-85) $ $) 21 T ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2687 (((-85) $ $) 45 (|has| |#1| (-756)) ELT)) (-3839 (($ $ $) NIL (|has| |#1| (-21)) ELT) (($ $) 29 (|has| |#1| (-21)) ELT)) (-3841 (($ $ $) 31 (|has| |#1| (-21)) ELT)) (** (($ $ (-831)) NIL (|has| |#1| (-756)) ELT) (($ $ (-695)) NIL (|has| |#1| (-756)) ELT)) (* (($ $ $) 39 (|has| |#1| (-756)) ELT) (($ (-485) $) 27 (|has| |#1| (-21)) ELT) (($ (-695) $) NIL (|has| |#1| (-21)) ELT) (($ (-831) $) NIL (|has| |#1| (-21)) ELT)))
+(((-744 |#1|) (-13 (-1014) (-355 |#1|) (-10 -8 (-15 -2516 ($)) (-15 -2527 ((-85) $)) (-15 -2526 ((-85) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-756)) (-6 (-756)) |%noBranch|) (IF (|has| |#1| (-484)) (PROGN (-15 -3025 ((-85) $)) (-15 -3024 ((-350 (-485)) $)) (-15 -3026 ((-3 (-350 (-485)) "failed") $))) |%noBranch|))) (-1014)) (T -744))
+((-2516 (*1 *1) (-12 (-5 *1 (-744 *2)) (-4 *2 (-1014)))) (-2527 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-744 *3)) (-4 *3 (-1014)))) (-2526 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-744 *3)) (-4 *3 (-1014)))) (-3025 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-744 *3)) (-4 *3 (-484)) (-4 *3 (-1014)))) (-3024 (*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-744 *3)) (-4 *3 (-484)) (-4 *3 (-1014)))) (-3026 (*1 *2 *1) (|partial| -12 (-5 *2 (-350 (-485))) (-5 *1 (-744 *3)) (-4 *3 (-484)) (-4 *3 (-1014)))))
+((-3960 (((-744 |#2|) (-1 |#2| |#1|) (-744 |#1|) (-744 |#2|)) 12 T ELT) (((-744 |#2|) (-1 |#2| |#1|) (-744 |#1|)) 13 T ELT)))
+(((-745 |#1| |#2|) (-10 -7 (-15 -3960 ((-744 |#2|) (-1 |#2| |#1|) (-744 |#1|))) (-15 -3960 ((-744 |#2|) (-1 |#2| |#1|) (-744 |#1|) (-744 |#2|)))) (-1014) (-1014)) (T -745))
+((-3960 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-744 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-744 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *1 (-745 *5 *6)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-744 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *2 (-744 *6)) (-5 *1 (-745 *5 *6)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-86) #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT) (((-86) $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2518 ((|#1| (-86) |#1|) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2517 (($ |#1| (-310 (-86))) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2519 (($ $ (-1 |#1| |#1|)) NIL T ELT)) (-2520 (($ $ (-1 |#1| |#1|)) NIL T ELT)) (-3802 ((|#1| $ |#1|) NIL T ELT)) (-2521 ((|#1| |#1|) NIL (|has| |#1| (-146)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-86)) NIL T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2522 (($ $) NIL (|has| |#1| (-146)) ELT) (($ $ $) NIL (|has| |#1| (-146)) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ (-86) (-485)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL (|has| |#1| (-146)) ELT) (($ $ |#1|) NIL (|has| |#1| (-146)) ELT)))
+(((-746 |#1|) (-13 (-962) (-951 |#1|) (-951 (-86)) (-241 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |#1| (-146)) (PROGN (-6 (-38 |#1|)) (-15 -2522 ($ $)) (-15 -2522 ($ $ $)) (-15 -2521 (|#1| |#1|))) |%noBranch|) (-15 -2520 ($ $ (-1 |#1| |#1|))) (-15 -2519 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-86) (-485))) (-15 ** ($ $ (-485))) (-15 -2518 (|#1| (-86) |#1|)) (-15 -2517 ($ |#1| (-310 (-86)))))) (-962)) (T -746))
+((-2522 (*1 *1 *1) (-12 (-5 *1 (-746 *2)) (-4 *2 (-146)) (-4 *2 (-962)))) (-2522 (*1 *1 *1 *1) (-12 (-5 *1 (-746 *2)) (-4 *2 (-146)) (-4 *2 (-962)))) (-2521 (*1 *2 *2) (-12 (-5 *1 (-746 *2)) (-4 *2 (-146)) (-4 *2 (-962)))) (-2520 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-746 *3)))) (-2519 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-746 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-485)) (-5 *1 (-746 *4)) (-4 *4 (-962)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-746 *3)) (-4 *3 (-962)))) (-2518 (*1 *2 *3 *2) (-12 (-5 *3 (-86)) (-5 *1 (-746 *2)) (-4 *2 (-962)))) (-2517 (*1 *1 *2 *3) (-12 (-5 *3 (-310 (-86))) (-5 *1 (-746 *2)) (-4 *2 (-962)))))
+((-2635 (((-85) $ |#2|) 14 T ELT)) (-3948 (((-773) $) 11 T ELT)))
+(((-747 |#1| |#2|) (-10 -7 (-15 -2635 ((-85) |#1| |#2|)) (-15 -3948 ((-773) |#1|))) (-748 |#2|) (-1014)) (T -747))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3544 ((|#1| $) 19 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2635 (((-85) $ |#1|) 17 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2523 (((-55) $) 18 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-748 |#1|) (-113) (-1014)) (T -748))
+((-3544 (*1 *2 *1) (-12 (-4 *1 (-748 *2)) (-4 *2 (-1014)))) (-2523 (*1 *2 *1) (-12 (-4 *1 (-748 *3)) (-4 *3 (-1014)) (-5 *2 (-55)))) (-2635 (*1 *2 *1 *3) (-12 (-4 *1 (-748 *3)) (-4 *3 (-1014)) (-5 *2 (-85)))))
+(-13 (-1014) (-10 -8 (-15 -3544 (|t#1| $)) (-15 -2523 ((-55) $)) (-15 -2635 ((-85) $ |t#1|))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2524 (((-167 (-442)) (-1074)) 9 T ELT)))
+(((-749) (-10 -7 (-15 -2524 ((-167 (-442)) (-1074))))) (T -749))
+((-2524 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-167 (-442))) (-5 *1 (-749)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3321 (((-1029) $) 10 T ELT)) (-3544 (((-447) $) 9 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2635 (((-85) $ (-447)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3532 (($ (-447) (-1029)) 8 T ELT)) (-3948 (((-773) $) 25 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2523 (((-55) $) 20 T ELT)) (-3058 (((-85) $ $) 12 T ELT)))
+(((-750) (-13 (-748 (-447)) (-10 -8 (-15 -3321 ((-1029) $)) (-15 -3532 ($ (-447) (-1029)))))) (T -750))
+((-3321 (*1 *2 *1) (-12 (-5 *2 (-1029)) (-5 *1 (-750)))) (-3532 (*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-1029)) (-5 *1 (-750)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL (|has| |#1| (-21)) ELT)) (-2525 (((-1034) $) 31 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL (|has| |#1| (-21)) ELT)) (-3625 (((-485) $) NIL (|has| |#1| (-756)) ELT)) (-3726 (($) NIL (|has| |#1| (-21)) CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 18 T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) 9 T ELT)) (-3469 (((-3 $ #1#) $) 57 (|has| |#1| (-756)) ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) 65 (|has| |#1| (-484)) ELT)) (-3025 (((-85) $) 60 (|has| |#1| (-484)) ELT)) (-3024 (((-350 (-485)) $) 63 (|has| |#1| (-484)) ELT)) (-3188 (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-2529 (($) 14 T ELT)) (-1215 (((-85) $ $) NIL (|has| |#1| (-21)) ELT)) (-2411 (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-3189 (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-2528 (($) 16 T ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2526 (((-85) $) 12 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2527 (((-85) $) 11 T ELT)) (-3948 (((-773) $) 24 T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (($ |#1|) 8 T ELT) (($ (-485)) NIL (OR (|has| |#1| (-756)) (|has| |#1| (-951 (-485)))) ELT)) (-3128 (((-695)) 50 (|has| |#1| (-756)) CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3385 (($ $) NIL (|has| |#1| (-756)) ELT)) (-2662 (($) 37 (|has| |#1| (-21)) CONST)) (-2668 (($) 47 (|has| |#1| (-756)) CONST)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3058 (((-85) $ $) 35 T ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2687 (((-85) $ $) 59 (|has| |#1| (-756)) ELT)) (-3839 (($ $ $) NIL (|has| |#1| (-21)) ELT) (($ $) 43 (|has| |#1| (-21)) ELT)) (-3841 (($ $ $) 45 (|has| |#1| (-21)) ELT)) (** (($ $ (-831)) NIL (|has| |#1| (-756)) ELT) (($ $ (-695)) NIL (|has| |#1| (-756)) ELT)) (* (($ $ $) 54 (|has| |#1| (-756)) ELT) (($ (-485) $) 41 (|has| |#1| (-21)) ELT) (($ (-695) $) NIL (|has| |#1| (-21)) ELT) (($ (-831) $) NIL (|has| |#1| (-21)) ELT)))
+(((-751 |#1|) (-13 (-1014) (-355 |#1|) (-10 -8 (-15 -2529 ($)) (-15 -2528 ($)) (-15 -2527 ((-85) $)) (-15 -2526 ((-85) $)) (-15 -2525 ((-1034) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-756)) (-6 (-756)) |%noBranch|) (IF (|has| |#1| (-484)) (PROGN (-15 -3025 ((-85) $)) (-15 -3024 ((-350 (-485)) $)) (-15 -3026 ((-3 (-350 (-485)) "failed") $))) |%noBranch|))) (-1014)) (T -751))
+((-2529 (*1 *1) (-12 (-5 *1 (-751 *2)) (-4 *2 (-1014)))) (-2528 (*1 *1) (-12 (-5 *1 (-751 *2)) (-4 *2 (-1014)))) (-2527 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-751 *3)) (-4 *3 (-1014)))) (-2526 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-751 *3)) (-4 *3 (-1014)))) (-2525 (*1 *2 *1) (-12 (-5 *2 (-1034)) (-5 *1 (-751 *3)) (-4 *3 (-1014)))) (-3025 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-751 *3)) (-4 *3 (-484)) (-4 *3 (-1014)))) (-3024 (*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-751 *3)) (-4 *3 (-484)) (-4 *3 (-1014)))) (-3026 (*1 *2 *1) (|partial| -12 (-5 *2 (-350 (-485))) (-5 *1 (-751 *3)) (-4 *3 (-484)) (-4 *3 (-1014)))))
+((-3960 (((-751 |#2|) (-1 |#2| |#1|) (-751 |#1|) (-751 |#2|) (-751 |#2|)) 13 T ELT) (((-751 |#2|) (-1 |#2| |#1|) (-751 |#1|)) 14 T ELT)))
+(((-752 |#1| |#2|) (-10 -7 (-15 -3960 ((-751 |#2|) (-1 |#2| |#1|) (-751 |#1|))) (-15 -3960 ((-751 |#2|) (-1 |#2| |#1|) (-751 |#1|) (-751 |#2|) (-751 |#2|)))) (-1014) (-1014)) (T -752))
+((-3960 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-751 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-751 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *1 (-752 *5 *6)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-751 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *2 (-751 *6)) (-5 *1 (-752 *5 *6)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3138 (((-695)) 27 T ELT)) (-2996 (($) 30 T ELT)) (-2533 (($ $ $) 23 T ELT) (($) 26 T CONST)) (-2859 (($ $ $) 22 T ELT) (($) 25 T CONST)) (-2011 (((-831) $) 29 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2401 (($ (-831)) 28 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)))
+(((-753) (-113)) (T -753))
+((-2533 (*1 *1) (-4 *1 (-753))) (-2859 (*1 *1) (-4 *1 (-753))))
+(-13 (-757) (-320) (-10 -8 (-15 -2533 ($) -3954) (-15 -2859 ($) -3954)))
+(((-72) . T) ((-553 (-773)) . T) ((-320) . T) ((-13) . T) ((-757) . T) ((-760) . T) ((-1014) . T) ((-1130) . T))
+((-2531 (((-85) (-1180 |#2|) (-1180 |#2|)) 19 T ELT)) (-2532 (((-85) (-1180 |#2|) (-1180 |#2|)) 20 T ELT)) (-2530 (((-85) (-1180 |#2|) (-1180 |#2|)) 16 T ELT)))
+(((-754 |#1| |#2|) (-10 -7 (-15 -2530 ((-85) (-1180 |#2|) (-1180 |#2|))) (-15 -2531 ((-85) (-1180 |#2|) (-1180 |#2|))) (-15 -2532 ((-85) (-1180 |#2|) (-1180 |#2|)))) (-695) (-717)) (T -754))
+((-2532 (*1 *2 *3 *3) (-12 (-5 *3 (-1180 *5)) (-4 *5 (-717)) (-5 *2 (-85)) (-5 *1 (-754 *4 *5)) (-14 *4 (-695)))) (-2531 (*1 *2 *3 *3) (-12 (-5 *3 (-1180 *5)) (-4 *5 (-717)) (-5 *2 (-85)) (-5 *1 (-754 *4 *5)) (-14 *4 (-695)))) (-2530 (*1 *2 *3 *3) (-12 (-5 *3 (-1180 *5)) (-4 *5 (-717)) (-5 *2 (-85)) (-5 *1 (-754 *4 *5)) (-14 *4 (-695)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3726 (($) 29 T CONST)) (-3469 (((-3 $ "failed") $) 32 T ELT)) (-2411 (((-85) $) 30 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2668 (($) 28 T CONST)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)) (** (($ $ (-831)) 26 T ELT) (($ $ (-695)) 31 T ELT)) (* (($ $ $) 25 T ELT)))
(((-755) (-113)) (T -755))
NIL
-(-13 (-714) (-120) (-663))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-120) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-663) . T) ((-714) . T) ((-716) . T) ((-718) . T) ((-721) . T) ((-756) . T) ((-759) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)))
+(-13 (-767) (-664))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-664) . T) ((-767) . T) ((-757) . T) ((-760) . T) ((-1026) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 31 T ELT)) (-1313 (((-3 $ "failed") $ $) 35 T ELT)) (-3625 (((-485) $) 38 T ELT)) (-3726 (($) 30 T CONST)) (-3469 (((-3 $ "failed") $) 55 T ELT)) (-3188 (((-85) $) 28 T ELT)) (-1215 (((-85) $ $) 33 T ELT)) (-2411 (((-85) $) 53 T ELT)) (-3189 (((-85) $) 39 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 56 T ELT)) (-3128 (((-695)) 57 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 51 T ELT)) (-3385 (($ $) 37 T ELT)) (-2662 (($) 29 T CONST)) (-2668 (($) 52 T CONST)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)) (-3839 (($ $ $) 42 T ELT) (($ $) 41 T ELT)) (-3841 (($ $ $) 25 T ELT)) (** (($ $ (-695)) 54 T ELT) (($ $ (-831)) 49 T ELT)) (* (($ (-831) $) 26 T ELT) (($ (-695) $) 32 T ELT) (($ (-485) $) 40 T ELT) (($ $ $) 50 T ELT)))
(((-756) (-113)) (T -756))
NIL
-(-13 (-1013) (-759))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-759) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3947 (($ |#1|) 10 T ELT) ((|#1| $) 9 T ELT) (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 12 T ELT)))
-(((-757 |#1| |#2|) (-13 (-759) (-430 |#1|) (-10 -7 (IF (|has| |#1| (-552 (-772))) (-6 (-552 (-772))) |%noBranch|))) (-1129) (-1 (-85) |#1| |#1|)) (T -757))
-NIL
-((-2532 (($ $ $) 16 T ELT)) (-2858 (($ $ $) 15 T ELT)) (-1265 (((-85) $ $) 17 T ELT)) (-2567 (((-85) $ $) 12 T ELT)) (-2568 (((-85) $ $) 9 T ELT)) (-3057 (((-85) $ $) 14 T ELT)) (-2685 (((-85) $ $) 11 T ELT)))
-(((-758 |#1|) (-10 -7 (-15 -2532 (|#1| |#1| |#1|)) (-15 -2858 (|#1| |#1| |#1|)) (-15 -2567 ((-85) |#1| |#1|)) (-15 -2685 ((-85) |#1| |#1|)) (-15 -2568 ((-85) |#1| |#1|)) (-15 -1265 ((-85) |#1| |#1|)) (-15 -3057 ((-85) |#1| |#1|))) (-759)) (T -758))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-2532 (($ $ $) 10 T ELT)) (-2858 (($ $ $) 11 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2567 (((-85) $ $) 12 T ELT)) (-2568 (((-85) $ $) 14 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 13 T ELT)) (-2686 (((-85) $ $) 15 T ELT)))
-(((-759) (-113)) (T -759))
-((-2686 (*1 *2 *1 *1) (-12 (-4 *1 (-759)) (-5 *2 (-85)))) (-2568 (*1 *2 *1 *1) (-12 (-4 *1 (-759)) (-5 *2 (-85)))) (-2685 (*1 *2 *1 *1) (-12 (-4 *1 (-759)) (-5 *2 (-85)))) (-2567 (*1 *2 *1 *1) (-12 (-4 *1 (-759)) (-5 *2 (-85)))) (-2858 (*1 *1 *1 *1) (-4 *1 (-759))) (-2532 (*1 *1 *1 *1) (-4 *1 (-759))))
-(-13 (-72) (-10 -8 (-15 -2686 ((-85) $ $)) (-15 -2568 ((-85) $ $)) (-15 -2685 ((-85) $ $)) (-15 -2567 ((-85) $ $)) (-15 -2858 ($ $ $)) (-15 -2532 ($ $ $))))
-(((-72) . T) ((-13) . T) ((-1129) . T))
-((-2537 (($ $ $) 49 T ELT)) (-2538 (($ $ $) 48 T ELT)) (-2539 (($ $ $) 46 T ELT)) (-2535 (($ $ $) 55 T ELT)) (-2534 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 50 T ELT)) (-2536 (((-3 $ #1="failed") $ $) 53 T ELT)) (-3158 (((-3 (-484) #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 29 T ELT)) (-3504 (($ $) 39 T ELT)) (-2543 (($ $ $) 43 T ELT)) (-2544 (($ $ $) 42 T ELT)) (-2533 (($ $ $) 51 T ELT)) (-2541 (($ $ $) 57 T ELT)) (-2540 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 45 T ELT)) (-2542 (((-3 $ #1#) $ $) 52 T ELT)) (-3467 (((-3 $ #1#) $ |#2|) 32 T ELT)) (-2818 ((|#2| $) 36 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#2|) 13 T ELT)) (-3818 (((-583 |#2|) $) 21 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 25 T ELT)))
-(((-760 |#1| |#2|) (-10 -7 (-15 -2533 (|#1| |#1| |#1|)) (-15 -2534 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2409 |#1|)) |#1| |#1|)) (-15 -2535 (|#1| |#1| |#1|)) (-15 -2536 ((-3 |#1| #1="failed") |#1| |#1|)) (-15 -2537 (|#1| |#1| |#1|)) (-15 -2538 (|#1| |#1| |#1|)) (-15 -2539 (|#1| |#1| |#1|)) (-15 -2540 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2409 |#1|)) |#1| |#1|)) (-15 -2541 (|#1| |#1| |#1|)) (-15 -2542 ((-3 |#1| #1#) |#1| |#1|)) (-15 -2543 (|#1| |#1| |#1|)) (-15 -2544 (|#1| |#1| |#1|)) (-15 -3504 (|#1| |#1|)) (-15 -2818 (|#2| |#1|)) (-15 -3467 ((-3 |#1| #1#) |#1| |#2|)) (-15 -3818 ((-583 |#2|) |#1|)) (-15 -3947 (|#1| |#2|)) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3947 (|#1| (-484))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-484) |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 * (|#1| (-830) |#1|)) (-15 -3947 ((-772) |#1|))) (-761 |#2|) (-961)) (T -760))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-2537 (($ $ $) 58 (|has| |#1| (-312)) ELT)) (-2538 (($ $ $) 59 (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) 61 (|has| |#1| (-312)) ELT)) (-2535 (($ $ $) 56 (|has| |#1| (-312)) ELT)) (-2534 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 55 (|has| |#1| (-312)) ELT)) (-2536 (((-3 $ "failed") $ $) 57 (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 60 (|has| |#1| (-312)) ELT)) (-3158 (((-3 (-484) #1="failed") $) 88 (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) 85 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 82 T ELT)) (-3157 (((-484) $) 87 (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) 84 (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) 83 T ELT)) (-3960 (($ $) 77 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3504 (($ $) 68 (|has| |#1| (-392)) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2894 (($ |#1| (-694)) 75 T ELT)) (-2548 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 70 (|has| |#1| (-495)) ELT)) (-2547 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 71 (|has| |#1| (-495)) ELT)) (-2821 (((-694) $) 79 T ELT)) (-2543 (($ $ $) 65 (|has| |#1| (-312)) ELT)) (-2544 (($ $ $) 66 (|has| |#1| (-312)) ELT)) (-2533 (($ $ $) 54 (|has| |#1| (-312)) ELT)) (-2541 (($ $ $) 63 (|has| |#1| (-312)) ELT)) (-2540 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 62 (|has| |#1| (-312)) ELT)) (-2542 (((-3 $ "failed") $ $) 64 (|has| |#1| (-312)) ELT)) (-2549 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 67 (|has| |#1| (-312)) ELT)) (-3175 ((|#1| $) 78 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3467 (((-3 $ "failed") $ |#1|) 72 (|has| |#1| (-495)) ELT)) (-3949 (((-694) $) 80 T ELT)) (-2818 ((|#1| $) 69 (|has| |#1| (-392)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ (-350 (-484))) 86 (|has| |#1| (-950 (-350 (-484)))) ELT) (($ |#1|) 81 T ELT)) (-3818 (((-583 |#1|) $) 74 T ELT)) (-3678 ((|#1| $ (-694)) 76 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2546 ((|#1| $ |#1| |#1|) 73 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| $) 89 T ELT)))
-(((-761 |#1|) (-113) (-961)) (T -761))
-((-3949 (*1 *2 *1) (-12 (-4 *1 (-761 *3)) (-4 *3 (-961)) (-5 *2 (-694)))) (-2821 (*1 *2 *1) (-12 (-4 *1 (-761 *3)) (-4 *3 (-961)) (-5 *2 (-694)))) (-3175 (*1 *2 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)))) (-3960 (*1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)))) (-3678 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-761 *2)) (-4 *2 (-961)))) (-2894 (*1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-761 *2)) (-4 *2 (-961)))) (-3818 (*1 *2 *1) (-12 (-4 *1 (-761 *3)) (-4 *3 (-961)) (-5 *2 (-583 *3)))) (-2546 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)))) (-3467 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-495)))) (-2547 (*1 *2 *1 *1) (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-761 *3)))) (-2548 (*1 *2 *1 *1) (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-761 *3)))) (-2818 (*1 *2 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-392)))) (-3504 (*1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-392)))) (-2549 (*1 *2 *1 *1) (-12 (-4 *3 (-312)) (-4 *3 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-761 *3)))) (-2544 (*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2543 (*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2542 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2541 (*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2540 (*1 *2 *1 *1) (-12 (-4 *3 (-312)) (-4 *3 (-961)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2409 *1))) (-4 *1 (-761 *3)))) (-2539 (*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2550 (*1 *2 *1 *1) (-12 (-4 *3 (-312)) (-4 *3 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-761 *3)))) (-2538 (*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2537 (*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2536 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2535 (*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-2534 (*1 *2 *1 *1) (-12 (-4 *3 (-312)) (-4 *3 (-961)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2409 *1))) (-4 *1 (-761 *3)))) (-2533 (*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
-(-13 (-961) (-82 |t#1| |t#1|) (-355 |t#1|) (-10 -8 (-15 -3949 ((-694) $)) (-15 -2821 ((-694) $)) (-15 -3175 (|t#1| $)) (-15 -3960 ($ $)) (-15 -3678 (|t#1| $ (-694))) (-15 -2894 ($ |t#1| (-694))) (-15 -3818 ((-583 |t#1|) $)) (-15 -2546 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-146)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-495)) (PROGN (-15 -3467 ((-3 $ "failed") $ |t#1|)) (-15 -2547 ((-2 (|:| -1972 $) (|:| -2903 $)) $ $)) (-15 -2548 ((-2 (|:| -1972 $) (|:| -2903 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-392)) (PROGN (-15 -2818 (|t#1| $)) (-15 -3504 ($ $))) |%noBranch|) (IF (|has| |t#1| (-312)) (PROGN (-15 -2549 ((-2 (|:| -1972 $) (|:| -2903 $)) $ $)) (-15 -2544 ($ $ $)) (-15 -2543 ($ $ $)) (-15 -2542 ((-3 $ "failed") $ $)) (-15 -2541 ($ $ $)) (-15 -2540 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $)) (-15 -2539 ($ $ $)) (-15 -2550 ((-2 (|:| -1972 $) (|:| -2903 $)) $ $)) (-15 -2538 ($ $ $)) (-15 -2537 ($ $ $)) (-15 -2536 ((-3 $ "failed") $ $)) (-15 -2535 ($ $ $)) (-15 -2534 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $)) (-15 -2533 ($ $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-146)) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-555 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-355 |#1|) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-582 |#1|) |has| |#1| (-146)) ((-654 |#1|) |has| |#1| (-146)) ((-663) . T) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2545 ((|#2| |#2| |#2| (-69 |#1|) (-1 |#1| |#1|)) 20 T ELT)) (-2550 (((-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2| (-69 |#1|)) 46 (|has| |#1| (-312)) ELT)) (-2548 (((-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2| (-69 |#1|)) 43 (|has| |#1| (-495)) ELT)) (-2547 (((-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2| (-69 |#1|)) 42 (|has| |#1| (-495)) ELT)) (-2549 (((-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2| (-69 |#1|)) 45 (|has| |#1| (-312)) ELT)) (-2546 ((|#1| |#2| |#1| |#1| (-69 |#1|) (-1 |#1| |#1|)) 33 T ELT)))
-(((-762 |#1| |#2|) (-10 -7 (-15 -2545 (|#2| |#2| |#2| (-69 |#1|) (-1 |#1| |#1|))) (-15 -2546 (|#1| |#2| |#1| |#1| (-69 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-495)) (PROGN (-15 -2547 ((-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2| (-69 |#1|))) (-15 -2548 ((-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2| (-69 |#1|)))) |%noBranch|) (IF (|has| |#1| (-312)) (PROGN (-15 -2549 ((-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2| (-69 |#1|))) (-15 -2550 ((-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2| (-69 |#1|)))) |%noBranch|)) (-961) (-761 |#1|)) (T -762))
-((-2550 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-69 *5)) (-4 *5 (-312)) (-4 *5 (-961)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-762 *5 *3)) (-4 *3 (-761 *5)))) (-2549 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-69 *5)) (-4 *5 (-312)) (-4 *5 (-961)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-762 *5 *3)) (-4 *3 (-761 *5)))) (-2548 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-69 *5)) (-4 *5 (-495)) (-4 *5 (-961)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-762 *5 *3)) (-4 *3 (-761 *5)))) (-2547 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-69 *5)) (-4 *5 (-495)) (-4 *5 (-961)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-762 *5 *3)) (-4 *3 (-761 *5)))) (-2546 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-69 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-961)) (-5 *1 (-762 *2 *3)) (-4 *3 (-761 *2)))) (-2545 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-69 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-961)) (-5 *1 (-762 *5 *2)) (-4 *2 (-761 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2537 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2538 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2535 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2534 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2536 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 34 (|has| |#1| (-312)) ELT)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) NIL T ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3534 (((-772) $ (-772)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-694)) NIL T ELT)) (-2548 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 30 (|has| |#1| (-495)) ELT)) (-2547 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 28 (|has| |#1| (-495)) ELT)) (-2821 (((-694) $) NIL T ELT)) (-2543 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2544 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2541 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2540 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2542 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2549 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 32 (|has| |#1| (-312)) ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT)) (-3949 (((-694) $) NIL T ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (($ |#1|) NIL T ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-694)) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2546 ((|#1| $ |#1| |#1|) 15 T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) 23 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) 19 T ELT) (($ $ (-694)) 24 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 13 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
-(((-763 |#1| |#2| |#3|) (-13 (-761 |#1|) (-10 -8 (-15 -3534 ((-772) $ (-772))))) (-961) (-69 |#1|) (-1 |#1| |#1|)) (T -763))
-((-3534 (*1 *2 *1 *2) (-12 (-5 *2 (-772)) (-5 *1 (-763 *3 *4 *5)) (-4 *3 (-961)) (-14 *4 (-69 *3)) (-14 *5 (-1 *3 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2537 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2538 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2539 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2535 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2534 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-2536 (((-3 $ #1#) $ $) NIL (|has| |#2| (-312)) ELT)) (-2550 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-3 |#2| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) ((|#2| $) NIL T ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#2| (-392)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2894 (($ |#2| (-694)) 17 T ELT)) (-2548 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#2| (-495)) ELT)) (-2547 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#2| (-495)) ELT)) (-2821 (((-694) $) NIL T ELT)) (-2543 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2544 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2533 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2541 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2540 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-2542 (((-3 $ #1#) $ $) NIL (|has| |#2| (-312)) ELT)) (-2549 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3175 ((|#2| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3467 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-495)) ELT)) (-3949 (((-694) $) NIL T ELT)) (-2818 ((|#2| $) NIL (|has| |#2| (-392)) ELT)) (-3947 (((-772) $) 24 T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (($ |#2|) NIL T ELT) (($ (-1176 |#1|)) 19 T ELT)) (-3818 (((-583 |#2|) $) NIL T ELT)) (-3678 ((|#2| $ (-694)) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2546 ((|#2| $ |#2| |#2|) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) 13 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
-(((-764 |#1| |#2| |#3| |#4|) (-13 (-761 |#2|) (-555 (-1176 |#1|))) (-1090) (-961) (-69 |#2|) (-1 |#2| |#2|)) (T -764))
-NIL
-((-2553 ((|#1| (-694) |#1|) 45 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2552 ((|#1| (-694) (-694) |#1|) 36 T ELT) ((|#1| (-694) |#1|) 24 T ELT)) (-2551 ((|#1| (-694) |#1|) 40 T ELT)) (-2801 ((|#1| (-694) |#1|) 38 T ELT)) (-2800 ((|#1| (-694) |#1|) 37 T ELT)))
-(((-765 |#1|) (-10 -7 (-15 -2800 (|#1| (-694) |#1|)) (-15 -2801 (|#1| (-694) |#1|)) (-15 -2551 (|#1| (-694) |#1|)) (-15 -2552 (|#1| (-694) |#1|)) (-15 -2552 (|#1| (-694) (-694) |#1|)) (IF (|has| |#1| (-38 (-350 (-484)))) (-15 -2553 (|#1| (-694) |#1|)) |%noBranch|)) (-146)) (T -765))
-((-2553 (*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-146)))) (-2552 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-146)))) (-2552 (*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-146)))) (-2551 (*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-146)))) (-2801 (*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-146)))) (-2800 (*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-146)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-2532 (($ $ $) 23 T ELT)) (-2858 (($ $ $) 22 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2567 (((-85) $ $) 21 T ELT)) (-2568 (((-85) $ $) 19 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 20 T ELT)) (-2686 (((-85) $ $) 18 T ELT)) (** (($ $ (-830)) 26 T ELT)) (* (($ $ $) 25 T ELT)))
-(((-766) (-113)) (T -766))
-NIL
-(-13 (-756) (-1025))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-756) . T) ((-759) . T) ((-1025) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3403 (((-484) $) 14 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 20 T ELT) (($ (-484)) 13 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 10 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 12 T ELT)))
-(((-767) (-13 (-756) (-10 -8 (-15 -3947 ($ (-484))) (-15 -3403 ((-484) $))))) (T -767))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-767)))) (-3403 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-767)))))
-((-2554 (((-1185) (-583 (-51))) 23 T ELT)) (-3461 (((-1185) (-1073) (-772)) 13 T ELT) (((-1185) (-772)) 8 T ELT) (((-1185) (-1073)) 10 T ELT)))
-(((-768) (-10 -7 (-15 -3461 ((-1185) (-1073))) (-15 -3461 ((-1185) (-772))) (-15 -3461 ((-1185) (-1073) (-772))) (-15 -2554 ((-1185) (-583 (-51)))))) (T -768))
-((-2554 (*1 *2 *3) (-12 (-5 *3 (-583 (-51))) (-5 *2 (-1185)) (-5 *1 (-768)))) (-3461 (*1 *2 *3 *4) (-12 (-5 *3 (-1073)) (-5 *4 (-772)) (-5 *2 (-1185)) (-5 *1 (-768)))) (-3461 (*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1185)) (-5 *1 (-768)))) (-3461 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-768)))))
-((-2556 (((-632 (-1138)) $ (-1138)) 15 T ELT)) (-2557 (((-632 (-488)) $ (-488)) 12 T ELT)) (-2555 (((-694) $ (-102)) 30 T ELT)))
-(((-769 |#1|) (-10 -7 (-15 -2555 ((-694) |#1| (-102))) (-15 -2556 ((-632 (-1138)) |#1| (-1138))) (-15 -2557 ((-632 (-488)) |#1| (-488)))) (-770)) (T -769))
-NIL
-((-2556 (((-632 (-1138)) $ (-1138)) 8 T ELT)) (-2557 (((-632 (-488)) $ (-488)) 9 T ELT)) (-2555 (((-694) $ (-102)) 7 T ELT)) (-2558 (((-632 (-101)) $ (-101)) 10 T ELT)) (-1700 (($ $) 6 T ELT)))
-(((-770) (-113)) (T -770))
-((-2558 (*1 *2 *1 *3) (-12 (-4 *1 (-770)) (-5 *2 (-632 (-101))) (-5 *3 (-101)))) (-2557 (*1 *2 *1 *3) (-12 (-4 *1 (-770)) (-5 *2 (-632 (-488))) (-5 *3 (-488)))) (-2556 (*1 *2 *1 *3) (-12 (-4 *1 (-770)) (-5 *2 (-632 (-1138))) (-5 *3 (-1138)))) (-2555 (*1 *2 *1 *3) (-12 (-4 *1 (-770)) (-5 *3 (-102)) (-5 *2 (-694)))))
-(-13 (-147) (-10 -8 (-15 -2558 ((-632 (-101)) $ (-101))) (-15 -2557 ((-632 (-488)) $ (-488))) (-15 -2556 ((-632 (-1138)) $ (-1138))) (-15 -2555 ((-694) $ (-102)))))
+(-13 (-715) (-120) (-664))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-120) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-664) . T) ((-715) . T) ((-717) . T) ((-719) . T) ((-722) . T) ((-757) . T) ((-760) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)))
+(((-757) (-113)) (T -757))
+NIL
+(-13 (-1014) (-760))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-760) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3948 (($ |#1|) 10 T ELT) ((|#1| $) 9 T ELT) (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 12 T ELT)))
+(((-758 |#1| |#2|) (-13 (-760) (-430 |#1|) (-10 -7 (IF (|has| |#1| (-553 (-773))) (-6 (-553 (-773))) |%noBranch|))) (-1130) (-1 (-85) |#1| |#1|)) (T -758))
+NIL
+((-2533 (($ $ $) 16 T ELT)) (-2859 (($ $ $) 15 T ELT)) (-1266 (((-85) $ $) 17 T ELT)) (-2568 (((-85) $ $) 12 T ELT)) (-2569 (((-85) $ $) 9 T ELT)) (-3058 (((-85) $ $) 14 T ELT)) (-2686 (((-85) $ $) 11 T ELT)))
+(((-759 |#1|) (-10 -7 (-15 -2533 (|#1| |#1| |#1|)) (-15 -2859 (|#1| |#1| |#1|)) (-15 -2568 ((-85) |#1| |#1|)) (-15 -2686 ((-85) |#1| |#1|)) (-15 -2569 ((-85) |#1| |#1|)) (-15 -1266 ((-85) |#1| |#1|)) (-15 -3058 ((-85) |#1| |#1|))) (-760)) (T -759))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-2533 (($ $ $) 10 T ELT)) (-2859 (($ $ $) 11 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2568 (((-85) $ $) 12 T ELT)) (-2569 (((-85) $ $) 14 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 13 T ELT)) (-2687 (((-85) $ $) 15 T ELT)))
+(((-760) (-113)) (T -760))
+((-2687 (*1 *2 *1 *1) (-12 (-4 *1 (-760)) (-5 *2 (-85)))) (-2569 (*1 *2 *1 *1) (-12 (-4 *1 (-760)) (-5 *2 (-85)))) (-2686 (*1 *2 *1 *1) (-12 (-4 *1 (-760)) (-5 *2 (-85)))) (-2568 (*1 *2 *1 *1) (-12 (-4 *1 (-760)) (-5 *2 (-85)))) (-2859 (*1 *1 *1 *1) (-4 *1 (-760))) (-2533 (*1 *1 *1 *1) (-4 *1 (-760))))
+(-13 (-72) (-10 -8 (-15 -2687 ((-85) $ $)) (-15 -2569 ((-85) $ $)) (-15 -2686 ((-85) $ $)) (-15 -2568 ((-85) $ $)) (-15 -2859 ($ $ $)) (-15 -2533 ($ $ $))))
+(((-72) . T) ((-13) . T) ((-1130) . T))
+((-2538 (($ $ $) 49 T ELT)) (-2539 (($ $ $) 48 T ELT)) (-2540 (($ $ $) 46 T ELT)) (-2536 (($ $ $) 55 T ELT)) (-2535 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 50 T ELT)) (-2537 (((-3 $ #1="failed") $ $) 53 T ELT)) (-3159 (((-3 (-485) #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 29 T ELT)) (-3505 (($ $) 39 T ELT)) (-2544 (($ $ $) 43 T ELT)) (-2545 (($ $ $) 42 T ELT)) (-2534 (($ $ $) 51 T ELT)) (-2542 (($ $ $) 57 T ELT)) (-2541 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 45 T ELT)) (-2543 (((-3 $ #1#) $ $) 52 T ELT)) (-3468 (((-3 $ #1#) $ |#2|) 32 T ELT)) (-2819 ((|#2| $) 36 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#2|) 13 T ELT)) (-3819 (((-584 |#2|) $) 21 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 25 T ELT)))
+(((-761 |#1| |#2|) (-10 -7 (-15 -2534 (|#1| |#1| |#1|)) (-15 -2535 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2410 |#1|)) |#1| |#1|)) (-15 -2536 (|#1| |#1| |#1|)) (-15 -2537 ((-3 |#1| #1="failed") |#1| |#1|)) (-15 -2538 (|#1| |#1| |#1|)) (-15 -2539 (|#1| |#1| |#1|)) (-15 -2540 (|#1| |#1| |#1|)) (-15 -2541 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2410 |#1|)) |#1| |#1|)) (-15 -2542 (|#1| |#1| |#1|)) (-15 -2543 ((-3 |#1| #1#) |#1| |#1|)) (-15 -2544 (|#1| |#1| |#1|)) (-15 -2545 (|#1| |#1| |#1|)) (-15 -3505 (|#1| |#1|)) (-15 -2819 (|#2| |#1|)) (-15 -3468 ((-3 |#1| #1#) |#1| |#2|)) (-15 -3819 ((-584 |#2|) |#1|)) (-15 -3948 (|#1| |#2|)) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3948 (|#1| (-485))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-485) |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 * (|#1| (-831) |#1|)) (-15 -3948 ((-773) |#1|))) (-762 |#2|) (-962)) (T -761))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-2538 (($ $ $) 58 (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) 59 (|has| |#1| (-312)) ELT)) (-2540 (($ $ $) 61 (|has| |#1| (-312)) ELT)) (-2536 (($ $ $) 56 (|has| |#1| (-312)) ELT)) (-2535 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 55 (|has| |#1| (-312)) ELT)) (-2537 (((-3 $ "failed") $ $) 57 (|has| |#1| (-312)) ELT)) (-2551 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 60 (|has| |#1| (-312)) ELT)) (-3159 (((-3 (-485) #1="failed") $) 88 (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) 85 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 82 T ELT)) (-3158 (((-485) $) 87 (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) 84 (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) 83 T ELT)) (-3961 (($ $) 77 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3505 (($ $) 68 (|has| |#1| (-392)) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2895 (($ |#1| (-695)) 75 T ELT)) (-2549 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 70 (|has| |#1| (-496)) ELT)) (-2548 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 71 (|has| |#1| (-496)) ELT)) (-2822 (((-695) $) 79 T ELT)) (-2544 (($ $ $) 65 (|has| |#1| (-312)) ELT)) (-2545 (($ $ $) 66 (|has| |#1| (-312)) ELT)) (-2534 (($ $ $) 54 (|has| |#1| (-312)) ELT)) (-2542 (($ $ $) 63 (|has| |#1| (-312)) ELT)) (-2541 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 62 (|has| |#1| (-312)) ELT)) (-2543 (((-3 $ "failed") $ $) 64 (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 67 (|has| |#1| (-312)) ELT)) (-3176 ((|#1| $) 78 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3468 (((-3 $ "failed") $ |#1|) 72 (|has| |#1| (-496)) ELT)) (-3950 (((-695) $) 80 T ELT)) (-2819 ((|#1| $) 69 (|has| |#1| (-392)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ (-350 (-485))) 86 (|has| |#1| (-951 (-350 (-485)))) ELT) (($ |#1|) 81 T ELT)) (-3819 (((-584 |#1|) $) 74 T ELT)) (-3679 ((|#1| $ (-695)) 76 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2547 ((|#1| $ |#1| |#1|) 73 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| $) 89 T ELT)))
+(((-762 |#1|) (-113) (-962)) (T -762))
+((-3950 (*1 *2 *1) (-12 (-4 *1 (-762 *3)) (-4 *3 (-962)) (-5 *2 (-695)))) (-2822 (*1 *2 *1) (-12 (-4 *1 (-762 *3)) (-4 *3 (-962)) (-5 *2 (-695)))) (-3176 (*1 *2 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)))) (-3961 (*1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)))) (-3679 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-762 *2)) (-4 *2 (-962)))) (-2895 (*1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-762 *2)) (-4 *2 (-962)))) (-3819 (*1 *2 *1) (-12 (-4 *1 (-762 *3)) (-4 *3 (-962)) (-5 *2 (-584 *3)))) (-2547 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)))) (-3468 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-496)))) (-2548 (*1 *2 *1 *1) (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-762 *3)))) (-2549 (*1 *2 *1 *1) (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-762 *3)))) (-2819 (*1 *2 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-392)))) (-3505 (*1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-392)))) (-2550 (*1 *2 *1 *1) (-12 (-4 *3 (-312)) (-4 *3 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-762 *3)))) (-2545 (*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2544 (*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2543 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2542 (*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2541 (*1 *2 *1 *1) (-12 (-4 *3 (-312)) (-4 *3 (-962)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2410 *1))) (-4 *1 (-762 *3)))) (-2540 (*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2551 (*1 *2 *1 *1) (-12 (-4 *3 (-312)) (-4 *3 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-762 *3)))) (-2539 (*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2538 (*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2537 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2536 (*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-2535 (*1 *2 *1 *1) (-12 (-4 *3 (-312)) (-4 *3 (-962)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2410 *1))) (-4 *1 (-762 *3)))) (-2534 (*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
+(-13 (-962) (-82 |t#1| |t#1|) (-355 |t#1|) (-10 -8 (-15 -3950 ((-695) $)) (-15 -2822 ((-695) $)) (-15 -3176 (|t#1| $)) (-15 -3961 ($ $)) (-15 -3679 (|t#1| $ (-695))) (-15 -2895 ($ |t#1| (-695))) (-15 -3819 ((-584 |t#1|) $)) (-15 -2547 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-146)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-496)) (PROGN (-15 -3468 ((-3 $ "failed") $ |t#1|)) (-15 -2548 ((-2 (|:| -1973 $) (|:| -2904 $)) $ $)) (-15 -2549 ((-2 (|:| -1973 $) (|:| -2904 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-392)) (PROGN (-15 -2819 (|t#1| $)) (-15 -3505 ($ $))) |%noBranch|) (IF (|has| |t#1| (-312)) (PROGN (-15 -2550 ((-2 (|:| -1973 $) (|:| -2904 $)) $ $)) (-15 -2545 ($ $ $)) (-15 -2544 ($ $ $)) (-15 -2543 ((-3 $ "failed") $ $)) (-15 -2542 ($ $ $)) (-15 -2541 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $)) (-15 -2540 ($ $ $)) (-15 -2551 ((-2 (|:| -1973 $) (|:| -2904 $)) $ $)) (-15 -2539 ($ $ $)) (-15 -2538 ($ $ $)) (-15 -2537 ((-3 $ "failed") $ $)) (-15 -2536 ($ $ $)) (-15 -2535 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $)) (-15 -2534 ($ $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-146)) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-556 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-355 |#1|) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-583 |#1|) |has| |#1| (-146)) ((-655 |#1|) |has| |#1| (-146)) ((-664) . T) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2546 ((|#2| |#2| |#2| (-69 |#1|) (-1 |#1| |#1|)) 20 T ELT)) (-2551 (((-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2| (-69 |#1|)) 46 (|has| |#1| (-312)) ELT)) (-2549 (((-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2| (-69 |#1|)) 43 (|has| |#1| (-496)) ELT)) (-2548 (((-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2| (-69 |#1|)) 42 (|has| |#1| (-496)) ELT)) (-2550 (((-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2| (-69 |#1|)) 45 (|has| |#1| (-312)) ELT)) (-2547 ((|#1| |#2| |#1| |#1| (-69 |#1|) (-1 |#1| |#1|)) 33 T ELT)))
+(((-763 |#1| |#2|) (-10 -7 (-15 -2546 (|#2| |#2| |#2| (-69 |#1|) (-1 |#1| |#1|))) (-15 -2547 (|#1| |#2| |#1| |#1| (-69 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-496)) (PROGN (-15 -2548 ((-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2| (-69 |#1|))) (-15 -2549 ((-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2| (-69 |#1|)))) |%noBranch|) (IF (|has| |#1| (-312)) (PROGN (-15 -2550 ((-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2| (-69 |#1|))) (-15 -2551 ((-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2| (-69 |#1|)))) |%noBranch|)) (-962) (-762 |#1|)) (T -763))
+((-2551 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-69 *5)) (-4 *5 (-312)) (-4 *5 (-962)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-763 *5 *3)) (-4 *3 (-762 *5)))) (-2550 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-69 *5)) (-4 *5 (-312)) (-4 *5 (-962)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-763 *5 *3)) (-4 *3 (-762 *5)))) (-2549 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-69 *5)) (-4 *5 (-496)) (-4 *5 (-962)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-763 *5 *3)) (-4 *3 (-762 *5)))) (-2548 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-69 *5)) (-4 *5 (-496)) (-4 *5 (-962)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-763 *5 *3)) (-4 *3 (-762 *5)))) (-2547 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-69 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-962)) (-5 *1 (-763 *2 *3)) (-4 *3 (-762 *2)))) (-2546 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-69 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-962)) (-5 *1 (-763 *5 *2)) (-4 *2 (-762 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2538 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2539 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2540 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2536 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2535 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2537 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2551 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 34 (|has| |#1| (-312)) ELT)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) NIL T ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3535 (((-773) $ (-773)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-695)) NIL T ELT)) (-2549 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 30 (|has| |#1| (-496)) ELT)) (-2548 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 28 (|has| |#1| (-496)) ELT)) (-2822 (((-695) $) NIL T ELT)) (-2544 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2545 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2534 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2542 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2541 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-2543 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2550 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 32 (|has| |#1| (-312)) ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT)) (-3950 (((-695) $) NIL T ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (($ |#1|) NIL T ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-695)) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2547 ((|#1| $ |#1| |#1|) 15 T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) 23 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) 19 T ELT) (($ $ (-695)) 24 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 13 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT)))
+(((-764 |#1| |#2| |#3|) (-13 (-762 |#1|) (-10 -8 (-15 -3535 ((-773) $ (-773))))) (-962) (-69 |#1|) (-1 |#1| |#1|)) (T -764))
+((-3535 (*1 *2 *1 *2) (-12 (-5 *2 (-773)) (-5 *1 (-764 *3 *4 *5)) (-4 *3 (-962)) (-14 *4 (-69 *3)) (-14 *5 (-1 *3 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2538 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2539 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2540 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2536 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2535 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-2537 (((-3 $ #1#) $ $) NIL (|has| |#2| (-312)) ELT)) (-2551 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-3 |#2| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) ((|#2| $) NIL T ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#2| (-392)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2895 (($ |#2| (-695)) 17 T ELT)) (-2549 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#2| (-496)) ELT)) (-2548 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#2| (-496)) ELT)) (-2822 (((-695) $) NIL T ELT)) (-2544 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2545 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2534 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2542 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-2541 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-2543 (((-3 $ #1#) $ $) NIL (|has| |#2| (-312)) ELT)) (-2550 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3176 ((|#2| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3468 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-496)) ELT)) (-3950 (((-695) $) NIL T ELT)) (-2819 ((|#2| $) NIL (|has| |#2| (-392)) ELT)) (-3948 (((-773) $) 24 T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (($ |#2|) NIL T ELT) (($ (-1177 |#1|)) 19 T ELT)) (-3819 (((-584 |#2|) $) NIL T ELT)) (-3679 ((|#2| $ (-695)) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2547 ((|#2| $ |#2| |#2|) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) 13 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT)))
+(((-765 |#1| |#2| |#3| |#4|) (-13 (-762 |#2|) (-556 (-1177 |#1|))) (-1091) (-962) (-69 |#2|) (-1 |#2| |#2|)) (T -765))
+NIL
+((-2554 ((|#1| (-695) |#1|) 45 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2553 ((|#1| (-695) (-695) |#1|) 36 T ELT) ((|#1| (-695) |#1|) 24 T ELT)) (-2552 ((|#1| (-695) |#1|) 40 T ELT)) (-2802 ((|#1| (-695) |#1|) 38 T ELT)) (-2801 ((|#1| (-695) |#1|) 37 T ELT)))
+(((-766 |#1|) (-10 -7 (-15 -2801 (|#1| (-695) |#1|)) (-15 -2802 (|#1| (-695) |#1|)) (-15 -2552 (|#1| (-695) |#1|)) (-15 -2553 (|#1| (-695) |#1|)) (-15 -2553 (|#1| (-695) (-695) |#1|)) (IF (|has| |#1| (-38 (-350 (-485)))) (-15 -2554 (|#1| (-695) |#1|)) |%noBranch|)) (-146)) (T -766))
+((-2554 (*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-146)))) (-2553 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-146)))) (-2553 (*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-146)))) (-2552 (*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-146)))) (-2802 (*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-146)))) (-2801 (*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-146)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-2533 (($ $ $) 23 T ELT)) (-2859 (($ $ $) 22 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2568 (((-85) $ $) 21 T ELT)) (-2569 (((-85) $ $) 19 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 20 T ELT)) (-2687 (((-85) $ $) 18 T ELT)) (** (($ $ (-831)) 26 T ELT)) (* (($ $ $) 25 T ELT)))
+(((-767) (-113)) (T -767))
+NIL
+(-13 (-757) (-1026))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-757) . T) ((-760) . T) ((-1026) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3404 (((-485) $) 14 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 20 T ELT) (($ (-485)) 13 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 10 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 12 T ELT)))
+(((-768) (-13 (-757) (-10 -8 (-15 -3948 ($ (-485))) (-15 -3404 ((-485) $))))) (T -768))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-768)))) (-3404 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-768)))))
+((-2555 (((-1186) (-584 (-51))) 23 T ELT)) (-3462 (((-1186) (-1074) (-773)) 13 T ELT) (((-1186) (-773)) 8 T ELT) (((-1186) (-1074)) 10 T ELT)))
+(((-769) (-10 -7 (-15 -3462 ((-1186) (-1074))) (-15 -3462 ((-1186) (-773))) (-15 -3462 ((-1186) (-1074) (-773))) (-15 -2555 ((-1186) (-584 (-51)))))) (T -769))
+((-2555 (*1 *2 *3) (-12 (-5 *3 (-584 (-51))) (-5 *2 (-1186)) (-5 *1 (-769)))) (-3462 (*1 *2 *3 *4) (-12 (-5 *3 (-1074)) (-5 *4 (-773)) (-5 *2 (-1186)) (-5 *1 (-769)))) (-3462 (*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1186)) (-5 *1 (-769)))) (-3462 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-769)))))
+((-2557 (((-633 (-1139)) $ (-1139)) 15 T ELT)) (-2558 (((-633 (-489)) $ (-489)) 12 T ELT)) (-2556 (((-695) $ (-102)) 30 T ELT)))
+(((-770 |#1|) (-10 -7 (-15 -2556 ((-695) |#1| (-102))) (-15 -2557 ((-633 (-1139)) |#1| (-1139))) (-15 -2558 ((-633 (-489)) |#1| (-489)))) (-771)) (T -770))
+NIL
+((-2557 (((-633 (-1139)) $ (-1139)) 8 T ELT)) (-2558 (((-633 (-489)) $ (-489)) 9 T ELT)) (-2556 (((-695) $ (-102)) 7 T ELT)) (-2559 (((-633 (-101)) $ (-101)) 10 T ELT)) (-1701 (($ $) 6 T ELT)))
+(((-771) (-113)) (T -771))
+((-2559 (*1 *2 *1 *3) (-12 (-4 *1 (-771)) (-5 *2 (-633 (-101))) (-5 *3 (-101)))) (-2558 (*1 *2 *1 *3) (-12 (-4 *1 (-771)) (-5 *2 (-633 (-489))) (-5 *3 (-489)))) (-2557 (*1 *2 *1 *3) (-12 (-4 *1 (-771)) (-5 *2 (-633 (-1139))) (-5 *3 (-1139)))) (-2556 (*1 *2 *1 *3) (-12 (-4 *1 (-771)) (-5 *3 (-102)) (-5 *2 (-695)))))
+(-13 (-147) (-10 -8 (-15 -2559 ((-633 (-101)) $ (-101))) (-15 -2558 ((-633 (-489)) $ (-489))) (-15 -2557 ((-633 (-1139)) $ (-1139))) (-15 -2556 ((-695) $ (-102)))))
(((-147) . T))
-((-2556 (((-632 (-1138)) $ (-1138)) NIL T ELT)) (-2557 (((-632 (-488)) $ (-488)) NIL T ELT)) (-2555 (((-694) $ (-102)) NIL T ELT)) (-2558 (((-632 (-101)) $ (-101)) 22 T ELT)) (-2560 (($ (-338)) 12 T ELT) (($ (-1073)) 14 T ELT)) (-2559 (((-85) $) 19 T ELT)) (-3947 (((-772) $) 26 T ELT)) (-1700 (($ $) 23 T ELT)))
-(((-771) (-13 (-770) (-552 (-772)) (-10 -8 (-15 -2560 ($ (-338))) (-15 -2560 ($ (-1073))) (-15 -2559 ((-85) $))))) (T -771))
-((-2560 (*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-771)))) (-2560 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-771)))) (-2559 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-771)))))
-((-2569 (((-85) $ $) NIL T ELT) (($ $ $) 85 T ELT)) (-2590 (($ $ $) 125 T ELT)) (-2605 (((-484) $) 31 T ELT) (((-484)) 36 T ELT)) (-2600 (($ (-484)) 53 T ELT)) (-2597 (($ $ $) 54 T ELT) (($ (-583 $)) 84 T ELT)) (-2581 (($ $ (-583 $)) 82 T ELT)) (-2602 (((-484) $) 34 T ELT)) (-2584 (($ $ $) 73 T ELT)) (-3533 (($ $) 140 T ELT) (($ $ $) 141 T ELT) (($ $ $ $) 142 T ELT)) (-2603 (((-484) $) 33 T ELT)) (-2585 (($ $ $) 72 T ELT)) (-3536 (($ $) 114 T ELT)) (-2588 (($ $ $) 129 T ELT)) (-2571 (($ (-583 $)) 61 T ELT)) (-3541 (($ $ (-583 $)) 79 T ELT)) (-2599 (($ (-484) (-484)) 55 T ELT)) (-2612 (($ $) 126 T ELT) (($ $ $) 127 T ELT)) (-3138 (($ $ (-484)) 43 T ELT) (($ $) 46 T ELT)) (-2565 (($ $ $) 97 T ELT)) (-2586 (($ $ $) 132 T ELT)) (-2580 (($ $) 115 T ELT)) (-2564 (($ $ $) 98 T ELT)) (-2576 (($ $) 143 T ELT) (($ $ $) 144 T ELT) (($ $ $ $) 145 T ELT)) (-2838 (((-1185) $) 10 T ELT)) (-2579 (($ $) 118 T ELT) (($ $ (-694)) 122 T ELT)) (-2582 (($ $ $) 75 T ELT)) (-2583 (($ $ $) 74 T ELT)) (-2596 (($ $ (-583 $)) 110 T ELT)) (-2594 (($ $ $) 113 T ELT)) (-2573 (($ (-583 $)) 59 T ELT)) (-2574 (($ $) 70 T ELT) (($ (-583 $)) 71 T ELT)) (-2577 (($ $ $) 123 T ELT)) (-2578 (($ $) 116 T ELT)) (-2589 (($ $ $) 128 T ELT)) (-3534 (($ (-484)) 21 T ELT) (($ (-1090)) 23 T ELT) (($ (-1073)) 30 T ELT) (($ (-179)) 25 T ELT)) (-2562 (($ $ $) 101 T ELT)) (-2561 (($ $) 102 T ELT)) (-2607 (((-1185) (-1073)) 15 T ELT)) (-2608 (($ (-1073)) 14 T ELT)) (-3124 (($ (-583 (-583 $))) 58 T ELT)) (-3139 (($ $ (-484)) 42 T ELT) (($ $) 45 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2592 (($ $ $) 131 T ELT)) (-3471 (($ $) 146 T ELT) (($ $ $) 147 T ELT) (($ $ $ $) 148 T ELT)) (-2593 (((-85) $) 108 T ELT)) (-2595 (($ $ (-583 $)) 111 T ELT) (($ $ $ $) 112 T ELT)) (-2601 (($ (-484)) 39 T ELT)) (-2604 (((-484) $) 32 T ELT) (((-484)) 35 T ELT)) (-2598 (($ $ $) 40 T ELT) (($ (-583 $)) 83 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3467 (($ $ $) 99 T ELT)) (-3566 (($) 13 T ELT)) (-3801 (($ $ (-583 $)) 109 T ELT)) (-2606 (((-1073) (-1073)) 8 T ELT)) (-3837 (($ $) 117 T ELT) (($ $ (-694)) 121 T ELT)) (-2566 (($ $ $) 96 T ELT)) (-3759 (($ $ (-694)) 139 T ELT)) (-2572 (($ (-583 $)) 60 T ELT)) (-3947 (((-772) $) 19 T ELT)) (-3774 (($ $ (-484)) 41 T ELT) (($ $) 44 T ELT)) (-2575 (($ $) 68 T ELT) (($ (-583 $)) 69 T ELT)) (-3241 (($ $) 66 T ELT) (($ (-583 $)) 67 T ELT)) (-2591 (($ $) 124 T ELT)) (-2570 (($ (-583 $)) 65 T ELT)) (-3102 (($ $ $) 105 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2587 (($ $ $) 130 T ELT)) (-2563 (($ $ $) 100 T ELT)) (-3738 (($ $ $) 103 T ELT) (($ $) 104 T ELT)) (-2567 (($ $ $) 89 T ELT)) (-2568 (($ $ $) 87 T ELT)) (-3057 (((-85) $ $) 16 T ELT) (($ $ $) 17 T ELT)) (-2685 (($ $ $) 88 T ELT)) (-2686 (($ $ $) 86 T ELT)) (-3950 (($ $ $) 94 T ELT)) (-3838 (($ $ $) 91 T ELT) (($ $) 92 T ELT)) (-3840 (($ $ $) 90 T ELT)) (** (($ $ $) 95 T ELT)) (* (($ $ $) 93 T ELT)))
-(((-772) (-13 (-1013) (-10 -8 (-15 -2838 ((-1185) $)) (-15 -2608 ($ (-1073))) (-15 -2607 ((-1185) (-1073))) (-15 -3534 ($ (-484))) (-15 -3534 ($ (-1090))) (-15 -3534 ($ (-1073))) (-15 -3534 ($ (-179))) (-15 -3566 ($)) (-15 -2606 ((-1073) (-1073))) (-15 -2605 ((-484) $)) (-15 -2604 ((-484) $)) (-15 -2605 ((-484))) (-15 -2604 ((-484))) (-15 -2603 ((-484) $)) (-15 -2602 ((-484) $)) (-15 -2601 ($ (-484))) (-15 -2600 ($ (-484))) (-15 -2599 ($ (-484) (-484))) (-15 -3139 ($ $ (-484))) (-15 -3138 ($ $ (-484))) (-15 -3774 ($ $ (-484))) (-15 -3139 ($ $)) (-15 -3138 ($ $)) (-15 -3774 ($ $)) (-15 -2598 ($ $ $)) (-15 -2597 ($ $ $)) (-15 -2598 ($ (-583 $))) (-15 -2597 ($ (-583 $))) (-15 -2596 ($ $ (-583 $))) (-15 -2595 ($ $ (-583 $))) (-15 -2595 ($ $ $ $)) (-15 -2594 ($ $ $)) (-15 -2593 ((-85) $)) (-15 -3801 ($ $ (-583 $))) (-15 -3536 ($ $)) (-15 -2592 ($ $ $)) (-15 -2591 ($ $)) (-15 -3124 ($ (-583 (-583 $)))) (-15 -2590 ($ $ $)) (-15 -2612 ($ $)) (-15 -2612 ($ $ $)) (-15 -2589 ($ $ $)) (-15 -2588 ($ $ $)) (-15 -2587 ($ $ $)) (-15 -2586 ($ $ $)) (-15 -3759 ($ $ (-694))) (-15 -3102 ($ $ $)) (-15 -2585 ($ $ $)) (-15 -2584 ($ $ $)) (-15 -2583 ($ $ $)) (-15 -2582 ($ $ $)) (-15 -3541 ($ $ (-583 $))) (-15 -2581 ($ $ (-583 $))) (-15 -2580 ($ $)) (-15 -3837 ($ $)) (-15 -3837 ($ $ (-694))) (-15 -2579 ($ $)) (-15 -2579 ($ $ (-694))) (-15 -2578 ($ $)) (-15 -2577 ($ $ $)) (-15 -3533 ($ $)) (-15 -3533 ($ $ $)) (-15 -3533 ($ $ $ $)) (-15 -2576 ($ $)) (-15 -2576 ($ $ $)) (-15 -2576 ($ $ $ $)) (-15 -3471 ($ $)) (-15 -3471 ($ $ $)) (-15 -3471 ($ $ $ $)) (-15 -3241 ($ $)) (-15 -3241 ($ (-583 $))) (-15 -2575 ($ $)) (-15 -2575 ($ (-583 $))) (-15 -2574 ($ $)) (-15 -2574 ($ (-583 $))) (-15 -2573 ($ (-583 $))) (-15 -2572 ($ (-583 $))) (-15 -2571 ($ (-583 $))) (-15 -2570 ($ (-583 $))) (-15 -3057 ($ $ $)) (-15 -2569 ($ $ $)) (-15 -2686 ($ $ $)) (-15 -2568 ($ $ $)) (-15 -2685 ($ $ $)) (-15 -2567 ($ $ $)) (-15 -3840 ($ $ $)) (-15 -3838 ($ $ $)) (-15 -3838 ($ $)) (-15 * ($ $ $)) (-15 -3950 ($ $ $)) (-15 ** ($ $ $)) (-15 -2566 ($ $ $)) (-15 -2565 ($ $ $)) (-15 -2564 ($ $ $)) (-15 -3467 ($ $ $)) (-15 -2563 ($ $ $)) (-15 -2562 ($ $ $)) (-15 -2561 ($ $)) (-15 -3738 ($ $ $)) (-15 -3738 ($ $))))) (T -772))
-((-2838 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-772)))) (-2608 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-772)))) (-2607 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-772)))) (-3534 (*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-3534 (*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-772)))) (-3534 (*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-772)))) (-3534 (*1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-772)))) (-3566 (*1 *1) (-5 *1 (-772))) (-2606 (*1 *2 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-772)))) (-2605 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-2604 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-2605 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-2604 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-2603 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-2602 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-2601 (*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-2600 (*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-2599 (*1 *1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-3139 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-3138 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-3774 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))) (-3139 (*1 *1 *1) (-5 *1 (-772))) (-3138 (*1 *1 *1) (-5 *1 (-772))) (-3774 (*1 *1 *1) (-5 *1 (-772))) (-2598 (*1 *1 *1 *1) (-5 *1 (-772))) (-2597 (*1 *1 *1 *1) (-5 *1 (-772))) (-2598 (*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2597 (*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2596 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2595 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2595 (*1 *1 *1 *1 *1) (-5 *1 (-772))) (-2594 (*1 *1 *1 *1) (-5 *1 (-772))) (-2593 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-772)))) (-3801 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-3536 (*1 *1 *1) (-5 *1 (-772))) (-2592 (*1 *1 *1 *1) (-5 *1 (-772))) (-2591 (*1 *1 *1) (-5 *1 (-772))) (-3124 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 (-772)))) (-5 *1 (-772)))) (-2590 (*1 *1 *1 *1) (-5 *1 (-772))) (-2612 (*1 *1 *1) (-5 *1 (-772))) (-2612 (*1 *1 *1 *1) (-5 *1 (-772))) (-2589 (*1 *1 *1 *1) (-5 *1 (-772))) (-2588 (*1 *1 *1 *1) (-5 *1 (-772))) (-2587 (*1 *1 *1 *1) (-5 *1 (-772))) (-2586 (*1 *1 *1 *1) (-5 *1 (-772))) (-3759 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-772)))) (-3102 (*1 *1 *1 *1) (-5 *1 (-772))) (-2585 (*1 *1 *1 *1) (-5 *1 (-772))) (-2584 (*1 *1 *1 *1) (-5 *1 (-772))) (-2583 (*1 *1 *1 *1) (-5 *1 (-772))) (-2582 (*1 *1 *1 *1) (-5 *1 (-772))) (-3541 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2581 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2580 (*1 *1 *1) (-5 *1 (-772))) (-3837 (*1 *1 *1) (-5 *1 (-772))) (-3837 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-772)))) (-2579 (*1 *1 *1) (-5 *1 (-772))) (-2579 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-772)))) (-2578 (*1 *1 *1) (-5 *1 (-772))) (-2577 (*1 *1 *1 *1) (-5 *1 (-772))) (-3533 (*1 *1 *1) (-5 *1 (-772))) (-3533 (*1 *1 *1 *1) (-5 *1 (-772))) (-3533 (*1 *1 *1 *1 *1) (-5 *1 (-772))) (-2576 (*1 *1 *1) (-5 *1 (-772))) (-2576 (*1 *1 *1 *1) (-5 *1 (-772))) (-2576 (*1 *1 *1 *1 *1) (-5 *1 (-772))) (-3471 (*1 *1 *1) (-5 *1 (-772))) (-3471 (*1 *1 *1 *1) (-5 *1 (-772))) (-3471 (*1 *1 *1 *1 *1) (-5 *1 (-772))) (-3241 (*1 *1 *1) (-5 *1 (-772))) (-3241 (*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2575 (*1 *1 *1) (-5 *1 (-772))) (-2575 (*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2574 (*1 *1 *1) (-5 *1 (-772))) (-2574 (*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2573 (*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2572 (*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2571 (*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-2570 (*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))) (-3057 (*1 *1 *1 *1) (-5 *1 (-772))) (-2569 (*1 *1 *1 *1) (-5 *1 (-772))) (-2686 (*1 *1 *1 *1) (-5 *1 (-772))) (-2568 (*1 *1 *1 *1) (-5 *1 (-772))) (-2685 (*1 *1 *1 *1) (-5 *1 (-772))) (-2567 (*1 *1 *1 *1) (-5 *1 (-772))) (-3840 (*1 *1 *1 *1) (-5 *1 (-772))) (-3838 (*1 *1 *1 *1) (-5 *1 (-772))) (-3838 (*1 *1 *1) (-5 *1 (-772))) (* (*1 *1 *1 *1) (-5 *1 (-772))) (-3950 (*1 *1 *1 *1) (-5 *1 (-772))) (** (*1 *1 *1 *1) (-5 *1 (-772))) (-2566 (*1 *1 *1 *1) (-5 *1 (-772))) (-2565 (*1 *1 *1 *1) (-5 *1 (-772))) (-2564 (*1 *1 *1 *1) (-5 *1 (-772))) (-3467 (*1 *1 *1 *1) (-5 *1 (-772))) (-2563 (*1 *1 *1 *1) (-5 *1 (-772))) (-2562 (*1 *1 *1 *1) (-5 *1 (-772))) (-2561 (*1 *1 *1) (-5 *1 (-772))) (-3738 (*1 *1 *1 *1) (-5 *1 (-772))) (-3738 (*1 *1 *1) (-5 *1 (-772))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3832 (((-3 $ "failed") (-1090)) 36 T ELT)) (-3137 (((-694)) 32 T ELT)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) 29 T ELT)) (-3243 (((-1073) $) 43 T ELT)) (-2400 (($ (-830)) 28 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3973 (((-1090) $) 13 T ELT) (((-473) $) 19 T ELT) (((-800 (-330)) $) 26 T ELT) (((-800 (-484)) $) 22 T ELT)) (-3947 (((-772) $) 16 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 40 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 38 T ELT)))
-(((-773 |#1|) (-13 (-752) (-553 (-1090)) (-553 (-473)) (-553 (-800 (-330))) (-553 (-800 (-484))) (-10 -8 (-15 -3832 ((-3 $ "failed") (-1090))))) (-583 (-1090))) (T -773))
-((-3832 (*1 *1 *2) (|partial| -12 (-5 *2 (-1090)) (-5 *1 (-773 *3)) (-14 *3 (-583 *2)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3543 (((-446) $) 12 T ELT)) (-2609 (((-583 (-381)) $) 14 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 22 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 17 T ELT)))
-(((-774) (-13 (-1013) (-10 -8 (-15 -3543 ((-446) $)) (-15 -2609 ((-583 (-381)) $))))) (T -774))
-((-3543 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-774)))) (-2609 (*1 *2 *1) (-12 (-5 *2 (-583 (-381))) (-5 *1 (-774)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-857 |#1|)) NIL T ELT) (((-857 |#1|) $) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT)) (-3127 (((-694)) NIL T CONST)) (-3924 (((-1185) (-694)) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL (|has| |#1| (-146)) ELT) (($ $ |#1|) NIL (|has| |#1| (-146)) ELT)))
-(((-775 |#1| |#2| |#3| |#4|) (-13 (-961) (-430 (-857 |#1|)) (-10 -8 (IF (|has| |#1| (-146)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -3950 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3924 ((-1185) (-694))))) (-961) (-583 (-1090)) (-583 (-694)) (-694)) (T -775))
-((-3950 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-775 *2 *3 *4 *5)) (-4 *2 (-312)) (-4 *2 (-961)) (-14 *3 (-583 (-1090))) (-14 *4 (-583 (-694))) (-14 *5 (-694)))) (-3924 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-775 *4 *5 *6 *7)) (-4 *4 (-961)) (-14 *5 (-583 (-1090))) (-14 *6 (-583 *3)) (-14 *7 *3))))
-((-2610 (((-3 (-148 |#3|) #1="failed") (-694) (-694) |#2| |#2|) 38 T ELT)) (-2611 (((-3 (-350 |#3|) #1#) (-694) (-694) |#2| |#2|) 29 T ELT)))
-(((-776 |#1| |#2| |#3|) (-10 -7 (-15 -2611 ((-3 (-350 |#3|) #1="failed") (-694) (-694) |#2| |#2|)) (-15 -2610 ((-3 (-148 |#3|) #1#) (-694) (-694) |#2| |#2|))) (-312) (-1172 |#1|) (-1155 |#1|)) (T -776))
-((-2610 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-694)) (-4 *5 (-312)) (-5 *2 (-148 *6)) (-5 *1 (-776 *5 *4 *6)) (-4 *4 (-1172 *5)) (-4 *6 (-1155 *5)))) (-2611 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-694)) (-4 *5 (-312)) (-5 *2 (-350 *6)) (-5 *1 (-776 *5 *4 *6)) (-4 *4 (-1172 *5)) (-4 *6 (-1155 *5)))))
-((-2611 (((-3 (-350 (-1148 |#2| |#1|)) #1="failed") (-694) (-694) (-1169 |#1| |#2| |#3|)) 30 T ELT) (((-3 (-350 (-1148 |#2| |#1|)) #1#) (-694) (-694) (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|)) 28 T ELT)))
-(((-777 |#1| |#2| |#3|) (-10 -7 (-15 -2611 ((-3 (-350 (-1148 |#2| |#1|)) #1="failed") (-694) (-694) (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|))) (-15 -2611 ((-3 (-350 (-1148 |#2| |#1|)) #1#) (-694) (-694) (-1169 |#1| |#2| |#3|)))) (-312) (-1090) |#1|) (T -777))
-((-2611 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-694)) (-5 *4 (-1169 *5 *6 *7)) (-4 *5 (-312)) (-14 *6 (-1090)) (-14 *7 *5) (-5 *2 (-350 (-1148 *6 *5))) (-5 *1 (-777 *5 *6 *7)))) (-2611 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-694)) (-5 *4 (-1169 *5 *6 *7)) (-4 *5 (-312)) (-14 *6 (-1090)) (-14 *7 *5) (-5 *2 (-350 (-1148 *6 *5))) (-5 *1 (-777 *5 *6 *7)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3038 (($ $ (-484)) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2612 (($ (-1085 (-484)) (-484)) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2613 (($ $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3773 (((-694) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2615 (((-484)) NIL T ELT)) (-2614 (((-484) $) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3770 (($ $ (-484)) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-2616 (((-1069 (-484)) $) NIL T ELT)) (-2892 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3771 (((-484) $ (-484)) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT)))
-(((-778 |#1|) (-779 |#1|) (-484)) (T -778))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3038 (($ $ (-484)) 78 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3725 (($) 23 T CONST)) (-2612 (($ (-1085 (-484)) (-484)) 77 T ELT)) (-2565 (($ $ $) 71 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2613 (($ $) 80 T ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-3773 (((-694) $) 85 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 68 T ELT)) (-2615 (((-484)) 82 T ELT)) (-2614 (((-484) $) 81 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3770 (($ $ (-484)) 84 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-2616 (((-1069 (-484)) $) 86 T ELT)) (-2892 (($ $) 83 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3771 (((-484) $ (-484)) 79 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-779 |#1|) (-113) (-484)) (T -779))
-((-2616 (*1 *2 *1) (-12 (-4 *1 (-779 *3)) (-5 *2 (-1069 (-484))))) (-3773 (*1 *2 *1) (-12 (-4 *1 (-779 *3)) (-5 *2 (-694)))) (-3770 (*1 *1 *1 *2) (-12 (-4 *1 (-779 *3)) (-5 *2 (-484)))) (-2892 (*1 *1 *1) (-4 *1 (-779 *2))) (-2615 (*1 *2) (-12 (-4 *1 (-779 *3)) (-5 *2 (-484)))) (-2614 (*1 *2 *1) (-12 (-4 *1 (-779 *3)) (-5 *2 (-484)))) (-2613 (*1 *1 *1) (-4 *1 (-779 *2))) (-3771 (*1 *2 *1 *2) (-12 (-4 *1 (-779 *3)) (-5 *2 (-484)))) (-3038 (*1 *1 *1 *2) (-12 (-4 *1 (-779 *3)) (-5 *2 (-484)))) (-2612 (*1 *1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *3 (-484)) (-4 *1 (-779 *4)))))
-(-13 (-258) (-120) (-10 -8 (-15 -2616 ((-1069 (-484)) $)) (-15 -3773 ((-694) $)) (-15 -3770 ($ $ (-484))) (-15 -2892 ($ $)) (-15 -2615 ((-484))) (-15 -2614 ((-484) $)) (-15 -2613 ($ $)) (-15 -3771 ((-484) $ (-484))) (-15 -3038 ($ $ (-484))) (-15 -2612 ($ (-1085 (-484)) (-484)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-246) . T) ((-258) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-582 $) . T) ((-654 $) . T) ((-663) . T) ((-832) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3130 (((-778 |#1|) $) NIL (|has| (-778 |#1|) (-258)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-778 |#1|) (-821)) ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| (-778 |#1|) (-821)) ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| (-778 |#1|) (-740)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-778 |#1|) #1#) $) NIL T ELT) (((-3 (-1090) #1#) $) NIL (|has| (-778 |#1|) (-950 (-1090))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| (-778 |#1|) (-950 (-484))) ELT) (((-3 (-484) #1#) $) NIL (|has| (-778 |#1|) (-950 (-484))) ELT)) (-3157 (((-778 |#1|) $) NIL T ELT) (((-1090) $) NIL (|has| (-778 |#1|) (-950 (-1090))) ELT) (((-350 (-484)) $) NIL (|has| (-778 |#1|) (-950 (-484))) ELT) (((-484) $) NIL (|has| (-778 |#1|) (-950 (-484))) ELT)) (-3731 (($ $) NIL T ELT) (($ (-484) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| (-778 |#1|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| (-778 |#1|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-778 |#1|))) (|:| |vec| (-1179 (-778 |#1|)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-778 |#1|)) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-778 |#1|) (-483)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3187 (((-85) $) NIL (|has| (-778 |#1|) (-740)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (|has| (-778 |#1|) (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (|has| (-778 |#1|) (-796 (-330))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-778 |#1|) $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| (-778 |#1|) (-1066)) ELT)) (-3188 (((-85) $) NIL (|has| (-778 |#1|) (-740)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| (-778 |#1|) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| (-778 |#1|) (-756)) ELT)) (-3959 (($ (-1 (-778 |#1|) (-778 |#1|)) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| (-778 |#1|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| (-778 |#1|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-778 |#1|))) (|:| |vec| (-1179 (-778 |#1|)))) (-1179 $) $) NIL T ELT) (((-630 (-778 |#1|)) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-778 |#1|) (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) NIL (|has| (-778 |#1|) (-258)) ELT)) (-3131 (((-778 |#1|) $) NIL (|has| (-778 |#1|) (-483)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-778 |#1|) (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-778 |#1|) (-821)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-3769 (($ $ (-583 (-778 |#1|)) (-583 (-778 |#1|))) NIL (|has| (-778 |#1|) (-260 (-778 |#1|))) ELT) (($ $ (-778 |#1|) (-778 |#1|)) NIL (|has| (-778 |#1|) (-260 (-778 |#1|))) ELT) (($ $ (-249 (-778 |#1|))) NIL (|has| (-778 |#1|) (-260 (-778 |#1|))) ELT) (($ $ (-583 (-249 (-778 |#1|)))) NIL (|has| (-778 |#1|) (-260 (-778 |#1|))) ELT) (($ $ (-583 (-1090)) (-583 (-778 |#1|))) NIL (|has| (-778 |#1|) (-455 (-1090) (-778 |#1|))) ELT) (($ $ (-1090) (-778 |#1|)) NIL (|has| (-778 |#1|) (-455 (-1090) (-778 |#1|))) ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ $ (-778 |#1|)) NIL (|has| (-778 |#1|) (-241 (-778 |#1|) (-778 |#1|))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3759 (($ $ (-1 (-778 |#1|) (-778 |#1|))) NIL T ELT) (($ $ (-1 (-778 |#1|) (-778 |#1|)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-778 |#1|) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-778 |#1|) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-778 |#1|) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-778 |#1|) (-811 (-1090))) ELT) (($ $) NIL (|has| (-778 |#1|) (-189)) ELT) (($ $ (-694)) NIL (|has| (-778 |#1|) (-189)) ELT)) (-2996 (($ $) NIL T ELT)) (-2998 (((-778 |#1|) $) NIL T ELT)) (-3973 (((-800 (-484)) $) NIL (|has| (-778 |#1|) (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| (-778 |#1|) (-553 (-800 (-330)))) ELT) (((-473) $) NIL (|has| (-778 |#1|) (-553 (-473))) ELT) (((-330) $) NIL (|has| (-778 |#1|) (-933)) ELT) (((-179) $) NIL (|has| (-778 |#1|) (-933)) ELT)) (-2617 (((-148 (-350 (-484))) $) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| (-778 |#1|) (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-778 |#1|)) NIL T ELT) (($ (-1090)) NIL (|has| (-778 |#1|) (-950 (-1090))) ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-778 |#1|) (-821))) (|has| (-778 |#1|) (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-3132 (((-778 |#1|) $) NIL (|has| (-778 |#1|) (-483)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3771 (((-350 (-484)) $ (-484)) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 (($ $) NIL (|has| (-778 |#1|) (-740)) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-1 (-778 |#1|) (-778 |#1|))) NIL T ELT) (($ $ (-1 (-778 |#1|) (-778 |#1|)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-778 |#1|) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-778 |#1|) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-778 |#1|) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-778 |#1|) (-811 (-1090))) ELT) (($ $) NIL (|has| (-778 |#1|) (-189)) ELT) (($ $ (-694)) NIL (|has| (-778 |#1|) (-189)) ELT)) (-2567 (((-85) $ $) NIL (|has| (-778 |#1|) (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-778 |#1|) (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| (-778 |#1|) (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| (-778 |#1|) (-756)) ELT)) (-3950 (($ $ $) NIL T ELT) (($ (-778 |#1|) (-778 |#1|)) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ (-778 |#1|) $) NIL T ELT) (($ $ (-778 |#1|)) NIL T ELT)))
-(((-780 |#1|) (-13 (-904 (-778 |#1|)) (-10 -8 (-15 -3771 ((-350 (-484)) $ (-484))) (-15 -2617 ((-148 (-350 (-484))) $)) (-15 -3731 ($ $)) (-15 -3731 ($ (-484) $)))) (-484)) (T -780))
-((-3771 (*1 *2 *1 *3) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-780 *4)) (-14 *4 *3) (-5 *3 (-484)))) (-2617 (*1 *2 *1) (-12 (-5 *2 (-148 (-350 (-484)))) (-5 *1 (-780 *3)) (-14 *3 (-484)))) (-3731 (*1 *1 *1) (-12 (-5 *1 (-780 *2)) (-14 *2 (-484)))) (-3731 (*1 *1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-780 *3)) (-14 *3 *2))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3130 ((|#2| $) NIL (|has| |#2| (-258)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| |#2| (-740)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-1090) #1#) $) NIL (|has| |#2| (-950 (-1090))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#2| (-950 (-484))) ELT)) (-3157 ((|#2| $) NIL T ELT) (((-1090) $) NIL (|has| |#2| (-950 (-1090))) ELT) (((-350 (-484)) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-484) $) NIL (|has| |#2| (-950 (-484))) ELT)) (-3731 (($ $) 35 T ELT) (($ (-484) $) 38 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#2|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) 64 T ELT)) (-2995 (($) NIL (|has| |#2| (-483)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3187 (((-85) $) NIL (|has| |#2| (-740)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (|has| |#2| (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (|has| |#2| (-796 (-330))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL T ELT)) (-2999 ((|#2| $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| |#2| (-1066)) ELT)) (-3188 (((-85) $) NIL (|has| |#2| (-740)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| |#2| (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#2| (-756)) ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 60 T ELT)) (-3447 (($) NIL (|has| |#2| (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) NIL (|has| |#2| (-258)) ELT)) (-3131 ((|#2| $) NIL (|has| |#2| (-483)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-3769 (($ $ (-583 |#2|) (-583 |#2|)) NIL (|has| |#2| (-260 |#2|)) ELT) (($ $ |#2| |#2|) NIL (|has| |#2| (-260 |#2|)) ELT) (($ $ (-249 |#2|)) NIL (|has| |#2| (-260 |#2|)) ELT) (($ $ (-583 (-249 |#2|))) NIL (|has| |#2| (-260 |#2|)) ELT) (($ $ (-583 (-1090)) (-583 |#2|)) NIL (|has| |#2| (-455 (-1090) |#2|)) ELT) (($ $ (-1090) |#2|) NIL (|has| |#2| (-455 (-1090) |#2|)) ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ $ |#2|) NIL (|has| |#2| (-241 |#2| |#2|)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3759 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-694)) NIL (|has| |#2| (-189)) ELT)) (-2996 (($ $) NIL T ELT)) (-2998 ((|#2| $) NIL T ELT)) (-3973 (((-800 (-484)) $) NIL (|has| |#2| (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| |#2| (-553 (-800 (-330)))) ELT) (((-473) $) NIL (|has| |#2| (-553 (-473))) ELT) (((-330) $) NIL (|has| |#2| (-933)) ELT) (((-179) $) NIL (|has| |#2| (-933)) ELT)) (-2617 (((-148 (-350 (-484))) $) 78 T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-821))) ELT)) (-3947 (((-772) $) 105 T ELT) (($ (-484)) 20 T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) 25 T ELT) (($ |#2|) 19 T ELT) (($ (-1090)) NIL (|has| |#2| (-950 (-1090))) ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-821))) (|has| |#2| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-3132 ((|#2| $) NIL (|has| |#2| (-483)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3771 (((-350 (-484)) $ (-484)) 71 T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 (($ $) NIL (|has| |#2| (-740)) ELT)) (-2661 (($) 15 T CONST)) (-2667 (($) 17 T CONST)) (-2670 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-694)) NIL (|has| |#2| (-189)) ELT)) (-2567 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-3057 (((-85) $ $) 46 T ELT)) (-2685 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#2| (-756)) ELT)) (-3950 (($ $ $) 24 T ELT) (($ |#2| |#2|) 65 T ELT)) (-3838 (($ $) 50 T ELT) (($ $ $) 52 T ELT)) (-3840 (($ $ $) 48 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) 61 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 53 T ELT) (($ $ $) 55 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ |#2| $) 66 T ELT) (($ $ |#2|) NIL T ELT)))
-(((-781 |#1| |#2|) (-13 (-904 |#2|) (-10 -8 (-15 -3771 ((-350 (-484)) $ (-484))) (-15 -2617 ((-148 (-350 (-484))) $)) (-15 -3731 ($ $)) (-15 -3731 ($ (-484) $)))) (-484) (-779 |#1|)) (T -781))
-((-3771 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-350 (-484))) (-5 *1 (-781 *4 *5)) (-5 *3 (-484)) (-4 *5 (-779 *4)))) (-2617 (*1 *2 *1) (-12 (-14 *3 (-484)) (-5 *2 (-148 (-350 (-484)))) (-5 *1 (-781 *3 *4)) (-4 *4 (-779 *3)))) (-3731 (*1 *1 *1) (-12 (-14 *2 (-484)) (-5 *1 (-781 *2 *3)) (-4 *3 (-779 *2)))) (-3731 (*1 *1 *2 *1) (-12 (-5 *2 (-484)) (-14 *3 *2) (-5 *1 (-781 *3 *4)) (-4 *4 (-779 *3)))))
-((-2569 (((-85) $ $) NIL (-12 (|has| |#1| (-1013)) (|has| |#2| (-1013))) ELT)) (-3797 ((|#2| $) 12 T ELT)) (-2618 (($ |#1| |#2|) 9 T ELT)) (-3243 (((-1073) $) NIL (-12 (|has| |#1| (-1013)) (|has| |#2| (-1013))) ELT)) (-3244 (((-1033) $) NIL (-12 (|has| |#1| (-1013)) (|has| |#2| (-1013))) ELT)) (-3802 ((|#1| $) 11 T ELT)) (-3531 (($ |#1| |#2|) 10 T ELT)) (-3947 (((-772) $) 18 (OR (-12 (|has| |#1| (-552 (-772))) (|has| |#2| (-552 (-772)))) (-12 (|has| |#1| (-1013)) (|has| |#2| (-1013)))) ELT)) (-1265 (((-85) $ $) NIL (-12 (|has| |#1| (-1013)) (|has| |#2| (-1013))) ELT)) (-3057 (((-85) $ $) 23 (-12 (|has| |#1| (-1013)) (|has| |#2| (-1013))) ELT)))
-(((-782 |#1| |#2|) (-13 (-1129) (-10 -8 (IF (|has| |#1| (-552 (-772))) (IF (|has| |#2| (-552 (-772))) (-6 (-552 (-772))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1013)) (IF (|has| |#2| (-1013)) (-6 (-1013)) |%noBranch|) |%noBranch|) (-15 -2618 ($ |#1| |#2|)) (-15 -3531 ($ |#1| |#2|)) (-15 -3802 (|#1| $)) (-15 -3797 (|#2| $)))) (-1129) (-1129)) (T -782))
-((-2618 (*1 *1 *2 *3) (-12 (-5 *1 (-782 *2 *3)) (-4 *2 (-1129)) (-4 *3 (-1129)))) (-3531 (*1 *1 *2 *3) (-12 (-5 *1 (-782 *2 *3)) (-4 *2 (-1129)) (-4 *3 (-1129)))) (-3802 (*1 *2 *1) (-12 (-4 *2 (-1129)) (-5 *1 (-782 *2 *3)) (-4 *3 (-1129)))) (-3797 (*1 *2 *1) (-12 (-4 *2 (-1129)) (-5 *1 (-782 *3 *2)) (-4 *3 (-1129)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2958 (((-484) $) 16 T ELT)) (-2620 (($ (-130)) 13 T ELT)) (-2619 (($ (-130)) 14 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2957 (((-130) $) 15 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2622 (($ (-130)) 11 T ELT)) (-2623 (($ (-130)) 10 T ELT)) (-3947 (((-772) $) 24 T ELT) (($ (-130)) 17 T ELT)) (-2621 (($ (-130)) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-783) (-13 (-1013) (-555 (-130)) (-10 -8 (-15 -2623 ($ (-130))) (-15 -2622 ($ (-130))) (-15 -2621 ($ (-130))) (-15 -2620 ($ (-130))) (-15 -2619 ($ (-130))) (-15 -2957 ((-130) $)) (-15 -2958 ((-484) $))))) (T -783))
-((-2623 (*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-783)))) (-2622 (*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-783)))) (-2621 (*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-783)))) (-2620 (*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-783)))) (-2619 (*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-783)))) (-2957 (*1 *2 *1) (-12 (-5 *2 (-130)) (-5 *1 (-783)))) (-2958 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-783)))))
-((-3947 (((-265 (-484)) (-350 (-857 (-48)))) 23 T ELT) (((-265 (-484)) (-857 (-48))) 18 T ELT)))
-(((-784) (-10 -7 (-15 -3947 ((-265 (-484)) (-857 (-48)))) (-15 -3947 ((-265 (-484)) (-350 (-857 (-48))))))) (T -784))
-((-3947 (*1 *2 *3) (-12 (-5 *3 (-350 (-857 (-48)))) (-5 *2 (-265 (-484))) (-5 *1 (-784)))) (-3947 (*1 *2 *3) (-12 (-5 *3 (-857 (-48))) (-5 *2 (-265 (-484))) (-5 *1 (-784)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 18 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3567 (((-85) $ (|[\|\|]| (-446))) 9 T ELT) (((-85) $ (|[\|\|]| (-1073))) 13 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3573 (((-446) $) 10 T ELT) (((-1073) $) 14 T ELT)) (-3057 (((-85) $ $) 15 T ELT)))
-(((-785) (-13 (-995) (-1175) (-10 -8 (-15 -3567 ((-85) $ (|[\|\|]| (-446)))) (-15 -3573 ((-446) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-1073)))) (-15 -3573 ((-1073) $))))) (T -785))
-((-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-446))) (-5 *2 (-85)) (-5 *1 (-785)))) (-3573 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-785)))) (-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1073))) (-5 *2 (-85)) (-5 *1 (-785)))) (-3573 (*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-785)))))
-((-3959 (((-787 |#2|) (-1 |#2| |#1|) (-787 |#1|)) 15 T ELT)))
-(((-786 |#1| |#2|) (-10 -7 (-15 -3959 ((-787 |#2|) (-1 |#2| |#1|) (-787 |#1|)))) (-1129) (-1129)) (T -786))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-787 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-787 *6)) (-5 *1 (-786 *5 *6)))))
-((-3372 (($ |#1| |#1|) 8 T ELT)) (-2626 ((|#1| $ (-694)) 15 T ELT)))
-(((-787 |#1|) (-10 -8 (-15 -3372 ($ |#1| |#1|)) (-15 -2626 (|#1| $ (-694)))) (-1129)) (T -787))
-((-2626 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *1 (-787 *2)) (-4 *2 (-1129)))) (-3372 (*1 *1 *2 *2) (-12 (-5 *1 (-787 *2)) (-4 *2 (-1129)))))
-((-3959 (((-789 |#2|) (-1 |#2| |#1|) (-789 |#1|)) 15 T ELT)))
-(((-788 |#1| |#2|) (-10 -7 (-15 -3959 ((-789 |#2|) (-1 |#2| |#1|) (-789 |#1|)))) (-1129) (-1129)) (T -788))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-789 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-789 *6)) (-5 *1 (-788 *5 *6)))))
-((-3372 (($ |#1| |#1| |#1|) 8 T ELT)) (-2626 ((|#1| $ (-694)) 15 T ELT)))
-(((-789 |#1|) (-10 -8 (-15 -3372 ($ |#1| |#1| |#1|)) (-15 -2626 (|#1| $ (-694)))) (-1129)) (T -789))
-((-2626 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *1 (-789 *2)) (-4 *2 (-1129)))) (-3372 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-789 *2)) (-4 *2 (-1129)))))
-((-2624 (((-583 (-1095)) (-1073)) 9 T ELT)))
-(((-790) (-10 -7 (-15 -2624 ((-583 (-1095)) (-1073))))) (T -790))
-((-2624 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-583 (-1095))) (-5 *1 (-790)))))
-((-3959 (((-792 |#2|) (-1 |#2| |#1|) (-792 |#1|)) 15 T ELT)))
-(((-791 |#1| |#2|) (-10 -7 (-15 -3959 ((-792 |#2|) (-1 |#2| |#1|) (-792 |#1|)))) (-1129) (-1129)) (T -791))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-792 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-792 *6)) (-5 *1 (-791 *5 *6)))))
-((-2625 (($ |#1| |#1| |#1|) 8 T ELT)) (-2626 ((|#1| $ (-694)) 15 T ELT)))
-(((-792 |#1|) (-10 -8 (-15 -2625 ($ |#1| |#1| |#1|)) (-15 -2626 (|#1| $ (-694)))) (-1129)) (T -792))
-((-2626 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *1 (-792 *2)) (-4 *2 (-1129)))) (-2625 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-792 *2)) (-4 *2 (-1129)))))
-((-2629 (((-1069 (-583 (-484))) (-583 (-484)) (-1069 (-583 (-484)))) 41 T ELT)) (-2628 (((-1069 (-583 (-484))) (-583 (-484)) (-583 (-484))) 31 T ELT)) (-2630 (((-1069 (-583 (-484))) (-583 (-484))) 53 T ELT) (((-1069 (-583 (-484))) (-583 (-484)) (-583 (-484))) 50 T ELT)) (-2631 (((-1069 (-583 (-484))) (-484)) 55 T ELT)) (-2627 (((-1069 (-583 (-830))) (-1069 (-583 (-830)))) 22 T ELT)) (-3010 (((-583 (-830)) (-583 (-830))) 18 T ELT)))
-(((-793) (-10 -7 (-15 -3010 ((-583 (-830)) (-583 (-830)))) (-15 -2627 ((-1069 (-583 (-830))) (-1069 (-583 (-830))))) (-15 -2628 ((-1069 (-583 (-484))) (-583 (-484)) (-583 (-484)))) (-15 -2629 ((-1069 (-583 (-484))) (-583 (-484)) (-1069 (-583 (-484))))) (-15 -2630 ((-1069 (-583 (-484))) (-583 (-484)) (-583 (-484)))) (-15 -2630 ((-1069 (-583 (-484))) (-583 (-484)))) (-15 -2631 ((-1069 (-583 (-484))) (-484))))) (T -793))
-((-2631 (*1 *2 *3) (-12 (-5 *2 (-1069 (-583 (-484)))) (-5 *1 (-793)) (-5 *3 (-484)))) (-2630 (*1 *2 *3) (-12 (-5 *2 (-1069 (-583 (-484)))) (-5 *1 (-793)) (-5 *3 (-583 (-484))))) (-2630 (*1 *2 *3 *3) (-12 (-5 *2 (-1069 (-583 (-484)))) (-5 *1 (-793)) (-5 *3 (-583 (-484))))) (-2629 (*1 *2 *3 *2) (-12 (-5 *2 (-1069 (-583 (-484)))) (-5 *3 (-583 (-484))) (-5 *1 (-793)))) (-2628 (*1 *2 *3 *3) (-12 (-5 *2 (-1069 (-583 (-484)))) (-5 *1 (-793)) (-5 *3 (-583 (-484))))) (-2627 (*1 *2 *2) (-12 (-5 *2 (-1069 (-583 (-830)))) (-5 *1 (-793)))) (-3010 (*1 *2 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-793)))))
-((-3973 (((-800 (-330)) $) 9 (|has| |#1| (-553 (-800 (-330)))) ELT) (((-800 (-484)) $) 8 (|has| |#1| (-553 (-800 (-484)))) ELT)))
-(((-794 |#1|) (-113) (-1129)) (T -794))
-NIL
-(-13 (-10 -7 (IF (|has| |t#1| (-553 (-800 (-484)))) (-6 (-553 (-800 (-484)))) |%noBranch|) (IF (|has| |t#1| (-553 (-800 (-330)))) (-6 (-553 (-800 (-330)))) |%noBranch|)))
-(((-553 (-800 (-330))) |has| |#1| (-553 (-800 (-330)))) ((-553 (-800 (-484))) |has| |#1| (-553 (-800 (-484)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3615 (($) 14 T ELT)) (-2633 (($ (-798 |#1| |#2|) (-798 |#1| |#3|)) 28 T ELT)) (-2632 (((-798 |#1| |#3|) $) 16 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2641 (((-85) $) 22 T ELT)) (-2640 (($) 19 T ELT)) (-3947 (((-772) $) 31 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2851 (((-798 |#1| |#2|) $) 15 T ELT)) (-3057 (((-85) $ $) 26 T ELT)))
-(((-795 |#1| |#2| |#3|) (-13 (-1013) (-10 -8 (-15 -2641 ((-85) $)) (-15 -2640 ($)) (-15 -3615 ($)) (-15 -2633 ($ (-798 |#1| |#2|) (-798 |#1| |#3|))) (-15 -2851 ((-798 |#1| |#2|) $)) (-15 -2632 ((-798 |#1| |#3|) $)))) (-1013) (-1013) (-608 |#2|)) (T -795))
-((-2641 (*1 *2 *1) (-12 (-4 *4 (-1013)) (-5 *2 (-85)) (-5 *1 (-795 *3 *4 *5)) (-4 *3 (-1013)) (-4 *5 (-608 *4)))) (-2640 (*1 *1) (-12 (-4 *3 (-1013)) (-5 *1 (-795 *2 *3 *4)) (-4 *2 (-1013)) (-4 *4 (-608 *3)))) (-3615 (*1 *1) (-12 (-4 *3 (-1013)) (-5 *1 (-795 *2 *3 *4)) (-4 *2 (-1013)) (-4 *4 (-608 *3)))) (-2633 (*1 *1 *2 *3) (-12 (-5 *2 (-798 *4 *5)) (-5 *3 (-798 *4 *6)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-608 *5)) (-5 *1 (-795 *4 *5 *6)))) (-2851 (*1 *2 *1) (-12 (-4 *4 (-1013)) (-5 *2 (-798 *3 *4)) (-5 *1 (-795 *3 *4 *5)) (-4 *3 (-1013)) (-4 *5 (-608 *4)))) (-2632 (*1 *2 *1) (-12 (-4 *4 (-1013)) (-5 *2 (-798 *3 *5)) (-5 *1 (-795 *3 *4 *5)) (-4 *3 (-1013)) (-4 *5 (-608 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-2797 (((-798 |#1| $) $ (-800 |#1|) (-798 |#1| $)) 17 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-796 |#1|) (-113) (-1013)) (T -796))
-((-2797 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-798 *4 *1)) (-5 *3 (-800 *4)) (-4 *1 (-796 *4)) (-4 *4 (-1013)))))
-(-13 (-1013) (-10 -8 (-15 -2797 ((-798 |t#1| $) $ (-800 |t#1|) (-798 |t#1| $)))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2634 (((-85) (-583 |#2|) |#3|) 23 T ELT) (((-85) |#2| |#3|) 18 T ELT)) (-2635 (((-798 |#1| |#2|) |#2| |#3|) 45 (-12 (-2561 (|has| |#2| (-950 (-1090)))) (-2561 (|has| |#2| (-961)))) ELT) (((-583 (-249 (-857 |#2|))) |#2| |#3|) 44 (-12 (|has| |#2| (-961)) (-2561 (|has| |#2| (-950 (-1090))))) ELT) (((-583 (-249 |#2|)) |#2| |#3|) 36 (|has| |#2| (-950 (-1090))) ELT) (((-795 |#1| |#2| (-583 |#2|)) (-583 |#2|) |#3|) 21 T ELT)))
-(((-797 |#1| |#2| |#3|) (-10 -7 (-15 -2634 ((-85) |#2| |#3|)) (-15 -2634 ((-85) (-583 |#2|) |#3|)) (-15 -2635 ((-795 |#1| |#2| (-583 |#2|)) (-583 |#2|) |#3|)) (IF (|has| |#2| (-950 (-1090))) (-15 -2635 ((-583 (-249 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-961)) (-15 -2635 ((-583 (-249 (-857 |#2|))) |#2| |#3|)) (-15 -2635 ((-798 |#1| |#2|) |#2| |#3|))))) (-1013) (-796 |#1|) (-553 (-800 |#1|))) (T -797))
-((-2635 (*1 *2 *3 *4) (-12 (-4 *5 (-1013)) (-5 *2 (-798 *5 *3)) (-5 *1 (-797 *5 *3 *4)) (-2561 (-4 *3 (-950 (-1090)))) (-2561 (-4 *3 (-961))) (-4 *3 (-796 *5)) (-4 *4 (-553 (-800 *5))))) (-2635 (*1 *2 *3 *4) (-12 (-4 *5 (-1013)) (-5 *2 (-583 (-249 (-857 *3)))) (-5 *1 (-797 *5 *3 *4)) (-4 *3 (-961)) (-2561 (-4 *3 (-950 (-1090)))) (-4 *3 (-796 *5)) (-4 *4 (-553 (-800 *5))))) (-2635 (*1 *2 *3 *4) (-12 (-4 *5 (-1013)) (-5 *2 (-583 (-249 *3))) (-5 *1 (-797 *5 *3 *4)) (-4 *3 (-950 (-1090))) (-4 *3 (-796 *5)) (-4 *4 (-553 (-800 *5))))) (-2635 (*1 *2 *3 *4) (-12 (-4 *5 (-1013)) (-4 *6 (-796 *5)) (-5 *2 (-795 *5 *6 (-583 *6))) (-5 *1 (-797 *5 *6 *4)) (-5 *3 (-583 *6)) (-4 *4 (-553 (-800 *5))))) (-2634 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *6)) (-4 *6 (-796 *5)) (-4 *5 (-1013)) (-5 *2 (-85)) (-5 *1 (-797 *5 *6 *4)) (-4 *4 (-553 (-800 *5))))) (-2634 (*1 *2 *3 *4) (-12 (-4 *5 (-1013)) (-5 *2 (-85)) (-5 *1 (-797 *5 *3 *4)) (-4 *3 (-796 *5)) (-4 *4 (-553 (-800 *5))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3235 (($ $ $) 40 T ELT)) (-2662 (((-3 (-85) #1="failed") $ (-800 |#1|)) 37 T ELT)) (-3615 (($) 12 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2637 (($ (-800 |#1|) |#2| $) 20 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2639 (((-3 |#2| #1#) (-800 |#1|) $) 51 T ELT)) (-2641 (((-85) $) 15 T ELT)) (-2640 (($) 13 T ELT)) (-3258 (((-583 (-2 (|:| -3861 (-1090)) (|:| |entry| |#2|))) $) 25 T ELT)) (-3531 (($ (-583 (-2 (|:| -3861 (-1090)) (|:| |entry| |#2|)))) 23 T ELT)) (-3947 (((-772) $) 45 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2636 (($ (-800 |#1|) |#2| $ |#2|) 49 T ELT)) (-2638 (($ (-800 |#1|) |#2| $) 48 T ELT)) (-3057 (((-85) $ $) 42 T ELT)))
-(((-798 |#1| |#2|) (-13 (-1013) (-10 -8 (-15 -2641 ((-85) $)) (-15 -2640 ($)) (-15 -3615 ($)) (-15 -3235 ($ $ $)) (-15 -2639 ((-3 |#2| #1="failed") (-800 |#1|) $)) (-15 -2638 ($ (-800 |#1|) |#2| $)) (-15 -2637 ($ (-800 |#1|) |#2| $)) (-15 -2636 ($ (-800 |#1|) |#2| $ |#2|)) (-15 -3258 ((-583 (-2 (|:| -3861 (-1090)) (|:| |entry| |#2|))) $)) (-15 -3531 ($ (-583 (-2 (|:| -3861 (-1090)) (|:| |entry| |#2|))))) (-15 -2662 ((-3 (-85) #1#) $ (-800 |#1|))))) (-1013) (-1013)) (T -798))
-((-2641 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-798 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))) (-2640 (*1 *1) (-12 (-5 *1 (-798 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))) (-3615 (*1 *1) (-12 (-5 *1 (-798 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))) (-3235 (*1 *1 *1 *1) (-12 (-5 *1 (-798 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))) (-2639 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-800 *4)) (-4 *4 (-1013)) (-4 *2 (-1013)) (-5 *1 (-798 *4 *2)))) (-2638 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-800 *4)) (-4 *4 (-1013)) (-5 *1 (-798 *4 *3)) (-4 *3 (-1013)))) (-2637 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-800 *4)) (-4 *4 (-1013)) (-5 *1 (-798 *4 *3)) (-4 *3 (-1013)))) (-2636 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-800 *4)) (-4 *4 (-1013)) (-5 *1 (-798 *4 *3)) (-4 *3 (-1013)))) (-3258 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| -3861 (-1090)) (|:| |entry| *4)))) (-5 *1 (-798 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))) (-3531 (*1 *1 *2) (-12 (-5 *2 (-583 (-2 (|:| -3861 (-1090)) (|:| |entry| *4)))) (-4 *4 (-1013)) (-5 *1 (-798 *3 *4)) (-4 *3 (-1013)))) (-2662 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-800 *4)) (-4 *4 (-1013)) (-5 *2 (-85)) (-5 *1 (-798 *4 *5)) (-4 *5 (-1013)))))
-((-3959 (((-798 |#1| |#3|) (-1 |#3| |#2|) (-798 |#1| |#2|)) 22 T ELT)))
-(((-799 |#1| |#2| |#3|) (-10 -7 (-15 -3959 ((-798 |#1| |#3|) (-1 |#3| |#2|) (-798 |#1| |#2|)))) (-1013) (-1013) (-1013)) (T -799))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-798 *5 *6)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-798 *5 *7)) (-5 *1 (-799 *5 *6 *7)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2649 (($ $ (-583 (-51))) 74 T ELT)) (-3082 (((-583 $) $) 139 T ELT)) (-2646 (((-2 (|:| |var| (-583 (-1090))) (|:| |pred| (-51))) $) 30 T ELT)) (-3261 (((-85) $) 35 T ELT)) (-2647 (($ $ (-583 (-1090)) (-51)) 31 T ELT)) (-2650 (($ $ (-583 (-51))) 73 T ELT)) (-3158 (((-3 |#1| #1="failed") $) 71 T ELT) (((-3 (-1090) #1#) $) 167 T ELT)) (-3157 ((|#1| $) 68 T ELT) (((-1090) $) NIL T ELT)) (-2644 (($ $) 126 T ELT)) (-2656 (((-85) $) 55 T ELT)) (-2651 (((-583 (-51)) $) 50 T ELT)) (-2648 (($ (-1090) (-85) (-85) (-85)) 75 T ELT)) (-2642 (((-3 (-583 $) #1#) (-583 $)) 82 T ELT)) (-2653 (((-85) $) 58 T ELT)) (-2654 (((-85) $) 57 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) 41 T ELT)) (-2659 (((-3 (-2 (|:| |num| $) (|:| |den| $)) #1#) $) 48 T ELT)) (-2826 (((-3 (-2 (|:| |val| $) (|:| -2401 $)) #1#) $) 97 T ELT)) (-2823 (((-3 (-583 $) #1#) $) 40 T ELT)) (-2660 (((-3 (-583 $) #1#) $ (-86)) 124 T ELT) (((-3 (-2 (|:| -2514 (-86)) (|:| |arg| (-583 $))) #1#) $) 107 T ELT)) (-2658 (((-3 (-583 $) #1#) $) 42 T ELT)) (-2825 (((-3 (-2 (|:| |val| $) (|:| -2401 (-694))) #1#) $) 45 T ELT)) (-2657 (((-85) $) 34 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2645 (((-85) $) 28 T ELT)) (-2652 (((-85) $) 52 T ELT)) (-2643 (((-583 (-51)) $) 130 T ELT)) (-2655 (((-85) $) 56 T ELT)) (-3801 (($ (-86) (-583 $)) 104 T ELT)) (-3323 (((-694) $) 33 T ELT)) (-3401 (($ $) 72 T ELT)) (-3973 (($ (-583 $)) 69 T ELT)) (-3954 (((-85) $) 32 T ELT)) (-3947 (((-772) $) 63 T ELT) (($ |#1|) 23 T ELT) (($ (-1090)) 76 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2663 (($ $ (-51)) 129 T ELT)) (-2661 (($) 103 T CONST)) (-2667 (($) 83 T CONST)) (-3057 (((-85) $ $) 93 T ELT)) (-3950 (($ $ $) 117 T ELT)) (-3840 (($ $ $) 121 T ELT)) (** (($ $ (-694)) 115 T ELT) (($ $ $) 64 T ELT)) (* (($ $ $) 122 T ELT)))
-(((-800 |#1|) (-13 (-1013) (-950 |#1|) (-950 (-1090)) (-10 -8 (-15 -2661 ($) -3953) (-15 -2667 ($) -3953) (-15 -2823 ((-3 (-583 $) #1="failed") $)) (-15 -2824 ((-3 (-583 $) #1#) $)) (-15 -2660 ((-3 (-583 $) #1#) $ (-86))) (-15 -2660 ((-3 (-2 (|:| -2514 (-86)) (|:| |arg| (-583 $))) #1#) $)) (-15 -2825 ((-3 (-2 (|:| |val| $) (|:| -2401 (-694))) #1#) $)) (-15 -2659 ((-3 (-2 (|:| |num| $) (|:| |den| $)) #1#) $)) (-15 -2658 ((-3 (-583 $) #1#) $)) (-15 -2826 ((-3 (-2 (|:| |val| $) (|:| -2401 $)) #1#) $)) (-15 -3801 ($ (-86) (-583 $))) (-15 -3840 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-694))) (-15 ** ($ $ $)) (-15 -3950 ($ $ $)) (-15 -3323 ((-694) $)) (-15 -3973 ($ (-583 $))) (-15 -3401 ($ $)) (-15 -2657 ((-85) $)) (-15 -2656 ((-85) $)) (-15 -3261 ((-85) $)) (-15 -3954 ((-85) $)) (-15 -2655 ((-85) $)) (-15 -2654 ((-85) $)) (-15 -2653 ((-85) $)) (-15 -2652 ((-85) $)) (-15 -2651 ((-583 (-51)) $)) (-15 -2650 ($ $ (-583 (-51)))) (-15 -2649 ($ $ (-583 (-51)))) (-15 -2648 ($ (-1090) (-85) (-85) (-85))) (-15 -2647 ($ $ (-583 (-1090)) (-51))) (-15 -2646 ((-2 (|:| |var| (-583 (-1090))) (|:| |pred| (-51))) $)) (-15 -2645 ((-85) $)) (-15 -2644 ($ $)) (-15 -2663 ($ $ (-51))) (-15 -2643 ((-583 (-51)) $)) (-15 -3082 ((-583 $) $)) (-15 -2642 ((-3 (-583 $) #1#) (-583 $))))) (-1013)) (T -800))
-((-2661 (*1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013)))) (-2667 (*1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013)))) (-2823 (*1 *2 *1) (|partial| -12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2824 (*1 *2 *1) (|partial| -12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2660 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-86)) (-5 *2 (-583 (-800 *4))) (-5 *1 (-800 *4)) (-4 *4 (-1013)))) (-2660 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -2514 (-86)) (|:| |arg| (-583 (-800 *3))))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2825 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-800 *3)) (|:| -2401 (-694)))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2659 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-800 *3)) (|:| |den| (-800 *3)))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2658 (*1 *2 *1) (|partial| -12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2826 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-800 *3)) (|:| -2401 (-800 *3)))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-3801 (*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-583 (-800 *4))) (-5 *1 (-800 *4)) (-4 *4 (-1013)))) (-3840 (*1 *1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013)))) (-3950 (*1 *1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013)))) (-3323 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-3973 (*1 *1 *2) (-12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-3401 (*1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013)))) (-2657 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2656 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-3261 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-3954 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2655 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2654 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2653 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2652 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2651 (*1 *2 *1) (-12 (-5 *2 (-583 (-51))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2650 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-51))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2649 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-51))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2648 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-85)) (-5 *1 (-800 *4)) (-4 *4 (-1013)))) (-2647 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-51)) (-5 *1 (-800 *4)) (-4 *4 (-1013)))) (-2646 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-583 (-1090))) (|:| |pred| (-51)))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2645 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2644 (*1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013)))) (-2663 (*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2643 (*1 *2 *1) (-12 (-5 *2 (-583 (-51))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-3082 (*1 *2 *1) (-12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))) (-2642 (*1 *2 *2) (|partial| -12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-((-3210 (((-800 |#1|) (-800 |#1|) (-583 (-1090)) (-1 (-85) (-583 |#2|))) 32 T ELT) (((-800 |#1|) (-800 |#1|) (-583 (-1 (-85) |#2|))) 46 T ELT) (((-800 |#1|) (-800 |#1|) (-1 (-85) |#2|)) 35 T ELT)) (-2662 (((-85) (-583 |#2|) (-800 |#1|)) 42 T ELT) (((-85) |#2| (-800 |#1|)) 36 T ELT)) (-3532 (((-1 (-85) |#2|) (-800 |#1|)) 16 T ELT)) (-2664 (((-583 |#2|) (-800 |#1|)) 24 T ELT)) (-2663 (((-800 |#1|) (-800 |#1|) |#2|) 20 T ELT)))
-(((-801 |#1| |#2|) (-10 -7 (-15 -3210 ((-800 |#1|) (-800 |#1|) (-1 (-85) |#2|))) (-15 -3210 ((-800 |#1|) (-800 |#1|) (-583 (-1 (-85) |#2|)))) (-15 -3210 ((-800 |#1|) (-800 |#1|) (-583 (-1090)) (-1 (-85) (-583 |#2|)))) (-15 -3532 ((-1 (-85) |#2|) (-800 |#1|))) (-15 -2662 ((-85) |#2| (-800 |#1|))) (-15 -2662 ((-85) (-583 |#2|) (-800 |#1|))) (-15 -2663 ((-800 |#1|) (-800 |#1|) |#2|)) (-15 -2664 ((-583 |#2|) (-800 |#1|)))) (-1013) (-1129)) (T -801))
-((-2664 (*1 *2 *3) (-12 (-5 *3 (-800 *4)) (-4 *4 (-1013)) (-5 *2 (-583 *5)) (-5 *1 (-801 *4 *5)) (-4 *5 (-1129)))) (-2663 (*1 *2 *2 *3) (-12 (-5 *2 (-800 *4)) (-4 *4 (-1013)) (-5 *1 (-801 *4 *3)) (-4 *3 (-1129)))) (-2662 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *6)) (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-4 *6 (-1129)) (-5 *2 (-85)) (-5 *1 (-801 *5 *6)))) (-2662 (*1 *2 *3 *4) (-12 (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-5 *2 (-85)) (-5 *1 (-801 *5 *3)) (-4 *3 (-1129)))) (-3532 (*1 *2 *3) (-12 (-5 *3 (-800 *4)) (-4 *4 (-1013)) (-5 *2 (-1 (-85) *5)) (-5 *1 (-801 *4 *5)) (-4 *5 (-1129)))) (-3210 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-800 *5)) (-5 *3 (-583 (-1090))) (-5 *4 (-1 (-85) (-583 *6))) (-4 *5 (-1013)) (-4 *6 (-1129)) (-5 *1 (-801 *5 *6)))) (-3210 (*1 *2 *2 *3) (-12 (-5 *2 (-800 *4)) (-5 *3 (-583 (-1 (-85) *5))) (-4 *4 (-1013)) (-4 *5 (-1129)) (-5 *1 (-801 *4 *5)))) (-3210 (*1 *2 *2 *3) (-12 (-5 *2 (-800 *4)) (-5 *3 (-1 (-85) *5)) (-4 *4 (-1013)) (-4 *5 (-1129)) (-5 *1 (-801 *4 *5)))))
-((-3959 (((-800 |#2|) (-1 |#2| |#1|) (-800 |#1|)) 19 T ELT)))
-(((-802 |#1| |#2|) (-10 -7 (-15 -3959 ((-800 |#2|) (-1 |#2| |#1|) (-800 |#1|)))) (-1013) (-1013)) (T -802))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *2 (-800 *6)) (-5 *1 (-802 *5 *6)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3935 (((-583 |#1|) $) 20 T ELT)) (-2665 (((-85) $) 49 T ELT)) (-3158 (((-3 (-614 |#1|) "failed") $) 55 T ELT)) (-3157 (((-614 |#1|) $) 53 T ELT)) (-3800 (($ $) 24 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3834 (((-694) $) 60 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 (((-614 |#1|) $) 22 T ELT)) (-3947 (((-772) $) 47 T ELT) (($ (-614 |#1|)) 27 T ELT) (((-739 |#1|) $) 36 T ELT) (($ |#1|) 26 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2667 (($) 11 T CONST)) (-2666 (((-583 (-614 |#1|)) $) 28 T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 14 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 66 T ELT)))
-(((-803 |#1|) (-13 (-756) (-950 (-614 |#1|)) (-10 -8 (-15 -2667 ($) -3953) (-15 -3947 ((-739 |#1|) $)) (-15 -3947 ($ |#1|)) (-15 -3802 ((-614 |#1|) $)) (-15 -3834 ((-694) $)) (-15 -2666 ((-583 (-614 |#1|)) $)) (-15 -3800 ($ $)) (-15 -2665 ((-85) $)) (-15 -3935 ((-583 |#1|) $)))) (-756)) (T -803))
-((-2667 (*1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-756)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-739 *3)) (-5 *1 (-803 *3)) (-4 *3 (-756)))) (-3947 (*1 *1 *2) (-12 (-5 *1 (-803 *2)) (-4 *2 (-756)))) (-3802 (*1 *2 *1) (-12 (-5 *2 (-614 *3)) (-5 *1 (-803 *3)) (-4 *3 (-756)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-803 *3)) (-4 *3 (-756)))) (-2666 (*1 *2 *1) (-12 (-5 *2 (-583 (-614 *3))) (-5 *1 (-803 *3)) (-4 *3 (-756)))) (-3800 (*1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-756)))) (-2665 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-803 *3)) (-4 *3 (-756)))) (-3935 (*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-803 *3)) (-4 *3 (-756)))))
-((-3475 ((|#1| |#1| |#1|) 19 T ELT)))
-(((-804 |#1| |#2|) (-10 -7 (-15 -3475 (|#1| |#1| |#1|))) (-1155 |#2|) (-961)) (T -804))
-((-3475 (*1 *2 *2 *2) (-12 (-4 *3 (-961)) (-5 *1 (-804 *2 *3)) (-4 *2 (-1155 *3)))))
-((-2670 ((|#2| $ |#3|) 10 T ELT)))
-(((-805 |#1| |#2| |#3|) (-10 -7 (-15 -2670 (|#2| |#1| |#3|))) (-806 |#2| |#3|) (-1129) (-1129)) (T -805))
-NIL
-((-3759 ((|#1| $ |#2|) 7 T ELT)) (-2670 ((|#1| $ |#2|) 6 T ELT)))
-(((-806 |#1| |#2|) (-113) (-1129) (-1129)) (T -806))
-((-3759 (*1 *2 *1 *3) (-12 (-4 *1 (-806 *2 *3)) (-4 *3 (-1129)) (-4 *2 (-1129)))) (-2670 (*1 *2 *1 *3) (-12 (-4 *1 (-806 *2 *3)) (-4 *3 (-1129)) (-4 *2 (-1129)))))
-(-13 (-1129) (-10 -8 (-15 -3759 (|t#1| $ |t#2|)) (-15 -2670 (|t#1| $ |t#2|))))
-(((-13) . T) ((-1129) . T))
-((-2669 ((|#1| |#1| (-694)) 26 T ELT)) (-2668 (((-3 |#1| #1="failed") |#1| |#1|) 23 T ELT)) (-3436 (((-3 (-2 (|:| -3139 |#1|) (|:| -3138 |#1|)) #1#) |#1| (-694) (-694)) 29 T ELT) (((-583 |#1|) |#1|) 38 T ELT)))
-(((-807 |#1| |#2|) (-10 -7 (-15 -3436 ((-583 |#1|) |#1|)) (-15 -3436 ((-3 (-2 (|:| -3139 |#1|) (|:| -3138 |#1|)) #1="failed") |#1| (-694) (-694))) (-15 -2668 ((-3 |#1| #1#) |#1| |#1|)) (-15 -2669 (|#1| |#1| (-694)))) (-1155 |#2|) (-312)) (T -807))
-((-2669 (*1 *2 *2 *3) (-12 (-5 *3 (-694)) (-4 *4 (-312)) (-5 *1 (-807 *2 *4)) (-4 *2 (-1155 *4)))) (-2668 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-312)) (-5 *1 (-807 *2 *3)) (-4 *2 (-1155 *3)))) (-3436 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-694)) (-4 *5 (-312)) (-5 *2 (-2 (|:| -3139 *3) (|:| -3138 *3))) (-5 *1 (-807 *3 *5)) (-4 *3 (-1155 *5)))) (-3436 (*1 *2 *3) (-12 (-4 *4 (-312)) (-5 *2 (-583 *3)) (-5 *1 (-807 *3 *4)) (-4 *3 (-1155 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3759 (($ $ (-583 |#2|) (-583 (-694))) 45 T ELT) (($ $ |#2| (-694)) 44 T ELT) (($ $ (-583 |#2|)) 43 T ELT) (($ $ |#2|) 41 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-2670 (($ $ (-583 |#2|) (-583 (-694))) 48 T ELT) (($ $ |#2| (-694)) 47 T ELT) (($ $ (-583 |#2|)) 46 T ELT) (($ $ |#2|) 42 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
-(((-808 |#1| |#2|) (-113) (-961) (-1013)) (T -808))
-NIL
-(-13 (-82 |t#1| |t#1|) (-811 |t#2|) (-10 -7 (IF (|has| |t#1| (-146)) (-6 (-654 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-582 |#1|) |has| |#1| (-146)) ((-654 |#1|) |has| |#1| (-146)) ((-806 $ |#2|) . T) ((-811 |#2|) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3759 (($ $ (-583 |#1|) (-583 (-694))) 52 T ELT) (($ $ |#1| (-694)) 51 T ELT) (($ $ (-583 |#1|)) 50 T ELT) (($ $ |#1|) 48 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-583 |#1|) (-583 (-694))) 55 T ELT) (($ $ |#1| (-694)) 54 T ELT) (($ $ (-583 |#1|)) 53 T ELT) (($ $ |#1|) 49 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-809 |#1|) (-113) (-1013)) (T -809))
-NIL
-(-13 (-961) (-811 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-663) . T) ((-806 $ |#1|) . T) ((-811 |#1|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-3759 (($ $ |#2|) NIL T ELT) (($ $ (-583 |#2|)) 10 T ELT) (($ $ |#2| (-694)) 12 T ELT) (($ $ (-583 |#2|) (-583 (-694))) 15 T ELT)) (-2670 (($ $ |#2|) 16 T ELT) (($ $ (-583 |#2|)) 18 T ELT) (($ $ |#2| (-694)) 19 T ELT) (($ $ (-583 |#2|) (-583 (-694))) 21 T ELT)))
-(((-810 |#1| |#2|) (-10 -7 (-15 -2670 (|#1| |#1| (-583 |#2|) (-583 (-694)))) (-15 -2670 (|#1| |#1| |#2| (-694))) (-15 -2670 (|#1| |#1| (-583 |#2|))) (-15 -3759 (|#1| |#1| (-583 |#2|) (-583 (-694)))) (-15 -3759 (|#1| |#1| |#2| (-694))) (-15 -3759 (|#1| |#1| (-583 |#2|))) (-15 -2670 (|#1| |#1| |#2|)) (-15 -3759 (|#1| |#1| |#2|))) (-811 |#2|) (-1013)) (T -810))
-NIL
-((-3759 (($ $ |#1|) 7 T ELT) (($ $ (-583 |#1|)) 15 T ELT) (($ $ |#1| (-694)) 14 T ELT) (($ $ (-583 |#1|) (-583 (-694))) 13 T ELT)) (-2670 (($ $ |#1|) 6 T ELT) (($ $ (-583 |#1|)) 12 T ELT) (($ $ |#1| (-694)) 11 T ELT) (($ $ (-583 |#1|) (-583 (-694))) 10 T ELT)))
-(((-811 |#1|) (-113) (-1013)) (T -811))
-((-3759 (*1 *1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *1 (-811 *3)) (-4 *3 (-1013)))) (-3759 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-811 *2)) (-4 *2 (-1013)))) (-3759 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 *4)) (-5 *3 (-583 (-694))) (-4 *1 (-811 *4)) (-4 *4 (-1013)))) (-2670 (*1 *1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *1 (-811 *3)) (-4 *3 (-1013)))) (-2670 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-811 *2)) (-4 *2 (-1013)))) (-2670 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 *4)) (-5 *3 (-583 (-694))) (-4 *1 (-811 *4)) (-4 *4 (-1013)))))
-(-13 (-806 $ |t#1|) (-10 -8 (-15 -3759 ($ $ (-583 |t#1|))) (-15 -3759 ($ $ |t#1| (-694))) (-15 -3759 ($ $ (-583 |t#1|) (-583 (-694)))) (-15 -2670 ($ $ (-583 |t#1|))) (-15 -2670 ($ $ |t#1| (-694))) (-15 -2670 ($ $ (-583 |t#1|) (-583 (-694))))))
-(((-13) . T) ((-806 $ |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 26 T ELT)) (-3026 ((|#1| $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1293 (($ $ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-1294 (($ $ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #2="left" $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $ #3="right" $) NIL (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-3138 (($ $) 25 T ELT)) (-2671 (($ |#1|) 12 T ELT) (($ $ $) 17 T ELT)) (-3032 (((-583 $) $) NIL T ELT)) (-3028 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3139 (($ $) 23 T ELT)) (-3031 (((-583 |#1|) $) NIL T ELT)) (-3528 (((-85) $) 20 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT)) (-3030 (((-484) $ $) NIL T ELT)) (-3634 (((-85) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-1116 |#1|) $) 9 T ELT) (((-772) $) 29 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 21 (|has| |#1| (-72)) ELT)))
-(((-812 |#1|) (-13 (-92 |#1|) (-552 (-1116 |#1|)) (-10 -8 (-15 -2671 ($ |#1|)) (-15 -2671 ($ $ $)))) (-1013)) (T -812))
-((-2671 (*1 *1 *2) (-12 (-5 *1 (-812 *2)) (-4 *2 (-1013)))) (-2671 (*1 *1 *1 *1) (-12 (-5 *1 (-812 *2)) (-4 *2 (-1013)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2687 (((-1009 |#1|) $) 61 T ELT)) (-2910 (((-583 $) (-583 $)) 104 T ELT)) (-3624 (((-484) $) 84 T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ "failed") $) NIL T ELT)) (-3773 (((-694) $) 81 T ELT)) (-2691 (((-1009 |#1|) $ |#1|) 71 T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2674 (((-85) $) 89 T ELT)) (-2676 (((-694) $) 85 T ELT)) (-2532 (($ $ $) NIL (OR (|has| |#1| (-320)) (|has| |#1| (-756))) ELT)) (-2858 (($ $ $) NIL (OR (|has| |#1| (-320)) (|has| |#1| (-756))) ELT)) (-2680 (((-2 (|:| |preimage| (-583 |#1|)) (|:| |image| (-583 |#1|))) $) 56 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 131 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2673 (((-1009 |#1|) $) 136 (|has| |#1| (-320)) ELT)) (-2675 (((-85) $) 82 T ELT)) (-3801 ((|#1| $ |#1|) 69 T ELT)) (-3949 (((-694) $) 63 T ELT)) (-2682 (($ (-583 (-583 |#1|))) 119 T ELT)) (-2677 (((-884) $) 75 T ELT)) (-2683 (($ (-583 |#1|)) 32 T ELT)) (-3010 (($ $ $) NIL T ELT)) (-2436 (($ $ $) NIL T ELT)) (-2679 (($ (-583 (-583 |#1|))) 58 T ELT)) (-2678 (($ (-583 (-583 |#1|))) 124 T ELT)) (-2672 (($ (-583 |#1|)) 133 T ELT)) (-3947 (((-772) $) 118 T ELT) (($ (-583 (-583 |#1|))) 92 T ELT) (($ (-583 |#1|)) 93 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2667 (($) 24 T CONST)) (-2567 (((-85) $ $) NIL (OR (|has| |#1| (-320)) (|has| |#1| (-756))) ELT)) (-2568 (((-85) $ $) NIL (OR (|has| |#1| (-320)) (|has| |#1| (-756))) ELT)) (-3057 (((-85) $ $) 67 T ELT)) (-2685 (((-85) $ $) NIL (OR (|has| |#1| (-320)) (|has| |#1| (-756))) ELT)) (-2686 (((-85) $ $) 91 T ELT)) (-3950 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ $ $) 33 T ELT)))
-(((-813 |#1|) (-13 (-815 |#1|) (-10 -8 (-15 -2680 ((-2 (|:| |preimage| (-583 |#1|)) (|:| |image| (-583 |#1|))) $)) (-15 -2679 ($ (-583 (-583 |#1|)))) (-15 -3947 ($ (-583 (-583 |#1|)))) (-15 -3947 ($ (-583 |#1|))) (-15 -2678 ($ (-583 (-583 |#1|)))) (-15 -3949 ((-694) $)) (-15 -2677 ((-884) $)) (-15 -3773 ((-694) $)) (-15 -2676 ((-694) $)) (-15 -3624 ((-484) $)) (-15 -2675 ((-85) $)) (-15 -2674 ((-85) $)) (-15 -2910 ((-583 $) (-583 $))) (IF (|has| |#1| (-320)) (-15 -2673 ((-1009 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-483)) (-15 -2672 ($ (-583 |#1|))) (IF (|has| |#1| (-320)) (-15 -2672 ($ (-583 |#1|))) |%noBranch|)))) (-1013)) (T -813))
-((-2680 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-583 *3)) (|:| |image| (-583 *3)))) (-5 *1 (-813 *3)) (-4 *3 (-1013)))) (-2679 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-1013)) (-5 *1 (-813 *3)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-1013)) (-5 *1 (-813 *3)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-813 *3)))) (-2678 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-1013)) (-5 *1 (-813 *3)))) (-3949 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))) (-2677 (*1 *2 *1) (-12 (-5 *2 (-884)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))) (-3773 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))) (-2676 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))) (-3624 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))) (-2675 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))) (-2674 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))) (-2910 (*1 *2 *2) (-12 (-5 *2 (-583 (-813 *3))) (-5 *1 (-813 *3)) (-4 *3 (-1013)))) (-2673 (*1 *2 *1) (-12 (-5 *2 (-1009 *3)) (-5 *1 (-813 *3)) (-4 *3 (-320)) (-4 *3 (-1013)))) (-2672 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-813 *3)))))
-((-2681 ((|#2| (-1056 |#1| |#2|)) 48 T ELT)))
-(((-814 |#1| |#2|) (-10 -7 (-15 -2681 (|#2| (-1056 |#1| |#2|)))) (-830) (-13 (-961) (-10 -7 (-6 (-3998 "*"))))) (T -814))
-((-2681 (*1 *2 *3) (-12 (-5 *3 (-1056 *4 *2)) (-14 *4 (-830)) (-4 *2 (-13 (-961) (-10 -7 (-6 (-3998 "*"))))) (-5 *1 (-814 *4 *2)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-2687 (((-1009 |#1|) $) 42 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 20 T ELT)) (-2691 (((-1009 |#1|) $ |#1|) 41 T ELT)) (-2410 (((-85) $) 22 T ELT)) (-2532 (($ $ $) 35 (OR (|has| |#1| (-756)) (|has| |#1| (-320))) ELT)) (-2858 (($ $ $) 36 (OR (|has| |#1| (-756)) (|has| |#1| (-320))) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 30 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3801 ((|#1| $ |#1|) 45 T ELT)) (-2682 (($ (-583 (-583 |#1|))) 43 T ELT)) (-2683 (($ (-583 |#1|)) 44 T ELT)) (-3010 (($ $ $) 27 T ELT)) (-2436 (($ $ $) 26 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2667 (($) 24 T CONST)) (-2567 (((-85) $ $) 37 (OR (|has| |#1| (-756)) (|has| |#1| (-320))) ELT)) (-2568 (((-85) $ $) 39 (OR (|has| |#1| (-756)) (|has| |#1| (-320))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 38 (OR (|has| |#1| (-756)) (|has| |#1| (-320))) ELT)) (-2686 (((-85) $ $) 40 T ELT)) (-3950 (($ $ $) 29 T ELT)) (** (($ $ (-830)) 17 T ELT) (($ $ (-694)) 21 T ELT) (($ $ (-484)) 28 T ELT)) (* (($ $ $) 18 T ELT)))
-(((-815 |#1|) (-113) (-1013)) (T -815))
-((-2683 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-4 *1 (-815 *3)))) (-2682 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-1013)) (-4 *1 (-815 *3)))) (-2687 (*1 *2 *1) (-12 (-4 *1 (-815 *3)) (-4 *3 (-1013)) (-5 *2 (-1009 *3)))) (-2691 (*1 *2 *1 *3) (-12 (-4 *1 (-815 *3)) (-4 *3 (-1013)) (-5 *2 (-1009 *3)))) (-2686 (*1 *2 *1 *1) (-12 (-4 *1 (-815 *3)) (-4 *3 (-1013)) (-5 *2 (-85)))))
-(-13 (-413) (-241 |t#1| |t#1|) (-10 -8 (-15 -2683 ($ (-583 |t#1|))) (-15 -2682 ($ (-583 (-583 |t#1|)))) (-15 -2687 ((-1009 |t#1|) $)) (-15 -2691 ((-1009 |t#1|) $ |t#1|)) (-15 -2686 ((-85) $ $)) (IF (|has| |t#1| (-756)) (-6 (-756)) |%noBranch|) (IF (|has| |t#1| (-320)) (-6 (-756)) |%noBranch|)))
-(((-72) . T) ((-552 (-772)) . T) ((-241 |#1| |#1|) . T) ((-413) . T) ((-13) . T) ((-663) . T) ((-756) OR (|has| |#1| (-756)) (|has| |#1| (-320))) ((-759) OR (|has| |#1| (-756)) (|has| |#1| (-320))) ((-1025) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-2693 (((-583 (-583 (-694))) $) 163 T ELT)) (-2689 (((-583 (-694)) (-813 |#1|) $) 191 T ELT)) (-2688 (((-583 (-694)) (-813 |#1|) $) 192 T ELT)) (-2687 (((-1009 |#1|) $) 155 T ELT)) (-2694 (((-583 (-813 |#1|)) $) 152 T ELT)) (-2995 (((-813 |#1|) $ (-484)) 157 T ELT) (((-813 |#1|) $) 158 T ELT)) (-2692 (($ (-583 (-813 |#1|))) 165 T ELT)) (-3773 (((-694) $) 159 T ELT)) (-2690 (((-1009 (-1009 |#1|)) $) 189 T ELT)) (-2691 (((-1009 |#1|) $ |#1|) 180 T ELT) (((-1009 (-1009 |#1|)) $ (-1009 |#1|)) 201 T ELT) (((-1009 (-583 |#1|)) $ (-583 |#1|)) 204 T ELT)) (-3246 (((-85) (-813 |#1|) $) 140 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2684 (((-1185) $) 145 T ELT) (((-1185) $ (-484) (-484)) 205 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2696 (((-583 (-813 |#1|)) $) 146 T ELT)) (-3801 (((-813 |#1|) $ (-694)) 153 T ELT)) (-3949 (((-694) $) 160 T ELT)) (-3947 (((-772) $) 177 T ELT) (((-583 (-813 |#1|)) $) 28 T ELT) (($ (-583 (-813 |#1|))) 164 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2695 (((-583 |#1|) $) 162 T ELT)) (-3057 (((-85) $ $) 198 T ELT)) (-2685 (((-85) $ $) 195 T ELT)) (-2686 (((-85) $ $) 194 T ELT)))
-(((-816 |#1|) (-13 (-1013) (-10 -8 (-15 -3947 ((-583 (-813 |#1|)) $)) (-15 -2696 ((-583 (-813 |#1|)) $)) (-15 -3801 ((-813 |#1|) $ (-694))) (-15 -2995 ((-813 |#1|) $ (-484))) (-15 -2995 ((-813 |#1|) $)) (-15 -3773 ((-694) $)) (-15 -3949 ((-694) $)) (-15 -2695 ((-583 |#1|) $)) (-15 -2694 ((-583 (-813 |#1|)) $)) (-15 -2693 ((-583 (-583 (-694))) $)) (-15 -3947 ($ (-583 (-813 |#1|)))) (-15 -2692 ($ (-583 (-813 |#1|)))) (-15 -2691 ((-1009 |#1|) $ |#1|)) (-15 -2690 ((-1009 (-1009 |#1|)) $)) (-15 -2691 ((-1009 (-1009 |#1|)) $ (-1009 |#1|))) (-15 -2691 ((-1009 (-583 |#1|)) $ (-583 |#1|))) (-15 -3246 ((-85) (-813 |#1|) $)) (-15 -2689 ((-583 (-694)) (-813 |#1|) $)) (-15 -2688 ((-583 (-694)) (-813 |#1|) $)) (-15 -2687 ((-1009 |#1|) $)) (-15 -2686 ((-85) $ $)) (-15 -2685 ((-85) $ $)) (-15 -2684 ((-1185) $)) (-15 -2684 ((-1185) $ (-484) (-484))))) (-1013)) (T -816))
-((-3947 (*1 *2 *1) (-12 (-5 *2 (-583 (-813 *3))) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-2696 (*1 *2 *1) (-12 (-5 *2 (-583 (-813 *3))) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-3801 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *2 (-813 *4)) (-5 *1 (-816 *4)) (-4 *4 (-1013)))) (-2995 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *2 (-813 *4)) (-5 *1 (-816 *4)) (-4 *4 (-1013)))) (-2995 (*1 *2 *1) (-12 (-5 *2 (-813 *3)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-3773 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-3949 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-2695 (*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-2694 (*1 *2 *1) (-12 (-5 *2 (-583 (-813 *3))) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-2693 (*1 *2 *1) (-12 (-5 *2 (-583 (-583 (-694)))) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-583 (-813 *3))) (-4 *3 (-1013)) (-5 *1 (-816 *3)))) (-2692 (*1 *1 *2) (-12 (-5 *2 (-583 (-813 *3))) (-4 *3 (-1013)) (-5 *1 (-816 *3)))) (-2691 (*1 *2 *1 *3) (-12 (-5 *2 (-1009 *3)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-2690 (*1 *2 *1) (-12 (-5 *2 (-1009 (-1009 *3))) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-2691 (*1 *2 *1 *3) (-12 (-4 *4 (-1013)) (-5 *2 (-1009 (-1009 *4))) (-5 *1 (-816 *4)) (-5 *3 (-1009 *4)))) (-2691 (*1 *2 *1 *3) (-12 (-4 *4 (-1013)) (-5 *2 (-1009 (-583 *4))) (-5 *1 (-816 *4)) (-5 *3 (-583 *4)))) (-3246 (*1 *2 *3 *1) (-12 (-5 *3 (-813 *4)) (-4 *4 (-1013)) (-5 *2 (-85)) (-5 *1 (-816 *4)))) (-2689 (*1 *2 *3 *1) (-12 (-5 *3 (-813 *4)) (-4 *4 (-1013)) (-5 *2 (-583 (-694))) (-5 *1 (-816 *4)))) (-2688 (*1 *2 *3 *1) (-12 (-5 *3 (-813 *4)) (-4 *4 (-1013)) (-5 *2 (-583 (-694))) (-5 *1 (-816 *4)))) (-2687 (*1 *2 *1) (-12 (-5 *2 (-1009 *3)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-2686 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-2685 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-2684 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))) (-2684 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-484)) (-5 *2 (-1185)) (-5 *1 (-816 *4)) (-4 *4 (-1013)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3930 (((-694)) NIL T ELT)) (-3331 (($ $ (-830)) NIL (|has| $ (-320)) ELT) (($ $) NIL T ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 $ #1#) $) NIL T ELT)) (-3157 (($ $) NIL T ELT)) (-1795 (($ (-1179 $)) NIL T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-2834 (($) NIL T ELT)) (-1680 (((-85) $) NIL T ELT)) (-1767 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3773 (((-743 (-830)) $) NIL T ELT) (((-830) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2013 (($) NIL (|has| $ (-320)) ELT)) (-2011 (((-85) $) NIL (|has| $ (-320)) ELT)) (-3133 (($ $ (-830)) NIL (|has| $ (-320)) ELT) (($ $) NIL T ELT)) (-3446 (((-632 $) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2014 (((-1085 $) $ (-830)) NIL (|has| $ (-320)) ELT) (((-1085 $) $) NIL T ELT)) (-2010 (((-830) $) NIL T ELT)) (-1627 (((-1085 $) $) NIL (|has| $ (-320)) ELT)) (-1626 (((-3 (-1085 $) #1#) $ $) NIL (|has| $ (-320)) ELT) (((-1085 $) $) NIL (|has| $ (-320)) ELT)) (-1628 (($ $ (-1085 $)) NIL (|has| $ (-320)) ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL T CONST)) (-2400 (($ (-830)) NIL T ELT)) (-3932 (((-85) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($) NIL (|has| $ (-320)) ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-3931 (((-830)) NIL T ELT) (((-743 (-830))) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-1768 (((-3 (-694) #1#) $ $) NIL T ELT) (((-694) $) NIL T ELT)) (-3912 (((-107)) NIL T ELT)) (-3759 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3949 (((-830) $) NIL T ELT) (((-743 (-830)) $) NIL T ELT)) (-3186 (((-1085 $)) NIL T ELT)) (-1674 (($) NIL T ELT)) (-1629 (($) NIL (|has| $ (-320)) ELT)) (-3225 (((-630 $) (-1179 $)) NIL T ELT) (((-1179 $) $) NIL T ELT)) (-3973 (((-484) $) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT)) (-2703 (((-632 $) $) NIL T ELT) (($ $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $) (-830)) NIL T ELT) (((-1179 $)) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3929 (($ $ (-694)) NIL (|has| $ (-320)) ELT) (($ $) NIL (|has| $ (-320)) ELT)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT)))
-(((-817 |#1|) (-13 (-299) (-280 $) (-553 (-484))) (-830)) (T -817))
-NIL
-((-2698 (((-3 (-583 (-1085 |#4|)) #1="failed") (-583 (-1085 |#4|)) (-1085 |#4|)) 164 T ELT)) (-2701 ((|#1|) 101 T ELT)) (-2700 (((-348 (-1085 |#4|)) (-1085 |#4|)) 173 T ELT)) (-2702 (((-348 (-1085 |#4|)) (-583 |#3|) (-1085 |#4|)) 83 T ELT)) (-2699 (((-348 (-1085 |#4|)) (-1085 |#4|)) 183 T ELT)) (-2697 (((-3 (-583 (-1085 |#4|)) #1#) (-583 (-1085 |#4|)) (-1085 |#4|) |#3|) 117 T ELT)))
-(((-818 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2698 ((-3 (-583 (-1085 |#4|)) #1="failed") (-583 (-1085 |#4|)) (-1085 |#4|))) (-15 -2699 ((-348 (-1085 |#4|)) (-1085 |#4|))) (-15 -2700 ((-348 (-1085 |#4|)) (-1085 |#4|))) (-15 -2701 (|#1|)) (-15 -2697 ((-3 (-583 (-1085 |#4|)) #1#) (-583 (-1085 |#4|)) (-1085 |#4|) |#3|)) (-15 -2702 ((-348 (-1085 |#4|)) (-583 |#3|) (-1085 |#4|)))) (-821) (-717) (-756) (-861 |#1| |#2| |#3|)) (T -818))
-((-2702 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *7)) (-4 *7 (-756)) (-4 *5 (-821)) (-4 *6 (-717)) (-4 *8 (-861 *5 *6 *7)) (-5 *2 (-348 (-1085 *8))) (-5 *1 (-818 *5 *6 *7 *8)) (-5 *4 (-1085 *8)))) (-2697 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-583 (-1085 *7))) (-5 *3 (-1085 *7)) (-4 *7 (-861 *5 *6 *4)) (-4 *5 (-821)) (-4 *6 (-717)) (-4 *4 (-756)) (-5 *1 (-818 *5 *6 *4 *7)))) (-2701 (*1 *2) (-12 (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-821)) (-5 *1 (-818 *2 *3 *4 *5)) (-4 *5 (-861 *2 *3 *4)))) (-2700 (*1 *2 *3) (-12 (-4 *4 (-821)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-861 *4 *5 *6)) (-5 *2 (-348 (-1085 *7))) (-5 *1 (-818 *4 *5 *6 *7)) (-5 *3 (-1085 *7)))) (-2699 (*1 *2 *3) (-12 (-4 *4 (-821)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-861 *4 *5 *6)) (-5 *2 (-348 (-1085 *7))) (-5 *1 (-818 *4 *5 *6 *7)) (-5 *3 (-1085 *7)))) (-2698 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-583 (-1085 *7))) (-5 *3 (-1085 *7)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-821)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-818 *4 *5 *6 *7)))))
-((-2698 (((-3 (-583 (-1085 |#2|)) "failed") (-583 (-1085 |#2|)) (-1085 |#2|)) 39 T ELT)) (-2701 ((|#1|) 71 T ELT)) (-2700 (((-348 (-1085 |#2|)) (-1085 |#2|)) 125 T ELT)) (-2702 (((-348 (-1085 |#2|)) (-1085 |#2|)) 109 T ELT)) (-2699 (((-348 (-1085 |#2|)) (-1085 |#2|)) 136 T ELT)))
-(((-819 |#1| |#2|) (-10 -7 (-15 -2698 ((-3 (-583 (-1085 |#2|)) "failed") (-583 (-1085 |#2|)) (-1085 |#2|))) (-15 -2699 ((-348 (-1085 |#2|)) (-1085 |#2|))) (-15 -2700 ((-348 (-1085 |#2|)) (-1085 |#2|))) (-15 -2701 (|#1|)) (-15 -2702 ((-348 (-1085 |#2|)) (-1085 |#2|)))) (-821) (-1155 |#1|)) (T -819))
-((-2702 (*1 *2 *3) (-12 (-4 *4 (-821)) (-4 *5 (-1155 *4)) (-5 *2 (-348 (-1085 *5))) (-5 *1 (-819 *4 *5)) (-5 *3 (-1085 *5)))) (-2701 (*1 *2) (-12 (-4 *2 (-821)) (-5 *1 (-819 *2 *3)) (-4 *3 (-1155 *2)))) (-2700 (*1 *2 *3) (-12 (-4 *4 (-821)) (-4 *5 (-1155 *4)) (-5 *2 (-348 (-1085 *5))) (-5 *1 (-819 *4 *5)) (-5 *3 (-1085 *5)))) (-2699 (*1 *2 *3) (-12 (-4 *4 (-821)) (-4 *5 (-1155 *4)) (-5 *2 (-348 (-1085 *5))) (-5 *1 (-819 *4 *5)) (-5 *3 (-1085 *5)))) (-2698 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-583 (-1085 *5))) (-5 *3 (-1085 *5)) (-4 *5 (-1155 *4)) (-4 *4 (-821)) (-5 *1 (-819 *4 *5)))))
-((-2705 (((-3 (-583 (-1085 $)) "failed") (-583 (-1085 $)) (-1085 $)) 46 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 18 T ELT)) (-2703 (((-632 $) $) 40 T ELT)))
-(((-820 |#1|) (-10 -7 (-15 -2703 ((-632 |#1|) |#1|)) (-15 -2705 ((-3 (-583 (-1085 |#1|)) "failed") (-583 (-1085 |#1|)) (-1085 |#1|))) (-15 -2709 ((-1085 |#1|) (-1085 |#1|) (-1085 |#1|)))) (-821)) (T -820))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 75 T ELT)) (-3776 (($ $) 66 T ELT)) (-3972 (((-348 $) $) 67 T ELT)) (-2705 (((-3 (-583 (-1085 $)) "failed") (-583 (-1085 $)) (-1085 $)) 72 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3724 (((-85) $) 68 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 73 T ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 74 T ELT)) (-3733 (((-348 $) $) 65 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2704 (((-3 (-1179 $) "failed") (-630 $)) 71 (|has| $ (-118)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT)) (-2703 (((-632 $) $) 70 (|has| $ (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-821) (-113)) (T -821))
-((-2709 (*1 *2 *2 *2) (-12 (-5 *2 (-1085 *1)) (-4 *1 (-821)))) (-2708 (*1 *2 *3) (-12 (-4 *1 (-821)) (-5 *2 (-348 (-1085 *1))) (-5 *3 (-1085 *1)))) (-2707 (*1 *2 *3) (-12 (-4 *1 (-821)) (-5 *2 (-348 (-1085 *1))) (-5 *3 (-1085 *1)))) (-2706 (*1 *2 *3) (-12 (-4 *1 (-821)) (-5 *2 (-348 (-1085 *1))) (-5 *3 (-1085 *1)))) (-2705 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-583 (-1085 *1))) (-5 *3 (-1085 *1)) (-4 *1 (-821)))) (-2704 (*1 *2 *3) (|partial| -12 (-5 *3 (-630 *1)) (-4 *1 (-118)) (-4 *1 (-821)) (-5 *2 (-1179 *1)))) (-2703 (*1 *2 *1) (-12 (-5 *2 (-632 *1)) (-4 *1 (-118)) (-4 *1 (-821)))))
-(-13 (-1134) (-10 -8 (-15 -2708 ((-348 (-1085 $)) (-1085 $))) (-15 -2707 ((-348 (-1085 $)) (-1085 $))) (-15 -2706 ((-348 (-1085 $)) (-1085 $))) (-15 -2709 ((-1085 $) (-1085 $) (-1085 $))) (-15 -2705 ((-3 (-583 (-1085 $)) "failed") (-583 (-1085 $)) (-1085 $))) (IF (|has| $ (-118)) (PROGN (-15 -2704 ((-3 (-1179 $) "failed") (-630 $))) (-15 -2703 ((-632 $) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-246) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-582 $) . T) ((-654 $) . T) ((-663) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) . T))
-((-2711 (((-3 (-2 (|:| -3773 (-694)) (|:| -2383 |#5|)) #1="failed") (-283 |#2| |#3| |#4| |#5|)) 78 T ELT)) (-2710 (((-85) (-283 |#2| |#3| |#4| |#5|)) 17 T ELT)) (-3773 (((-3 (-694) #1#) (-283 |#2| |#3| |#4| |#5|)) 15 T ELT)))
-(((-822 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3773 ((-3 (-694) #1="failed") (-283 |#2| |#3| |#4| |#5|))) (-15 -2710 ((-85) (-283 |#2| |#3| |#4| |#5|))) (-15 -2711 ((-3 (-2 (|:| -3773 (-694)) (|:| -2383 |#5|)) #1#) (-283 |#2| |#3| |#4| |#5|)))) (-13 (-495) (-950 (-484))) (-364 |#1|) (-1155 |#2|) (-1155 (-350 |#3|)) (-291 |#2| |#3| |#4|)) (T -822))
-((-2711 (*1 *2 *3) (|partial| -12 (-5 *3 (-283 *5 *6 *7 *8)) (-4 *5 (-364 *4)) (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6))) (-4 *8 (-291 *5 *6 *7)) (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-2 (|:| -3773 (-694)) (|:| -2383 *8))) (-5 *1 (-822 *4 *5 *6 *7 *8)))) (-2710 (*1 *2 *3) (-12 (-5 *3 (-283 *5 *6 *7 *8)) (-4 *5 (-364 *4)) (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6))) (-4 *8 (-291 *5 *6 *7)) (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-85)) (-5 *1 (-822 *4 *5 *6 *7 *8)))) (-3773 (*1 *2 *3) (|partial| -12 (-5 *3 (-283 *5 *6 *7 *8)) (-4 *5 (-364 *4)) (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6))) (-4 *8 (-291 *5 *6 *7)) (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-694)) (-5 *1 (-822 *4 *5 *6 *7 *8)))))
-((-2711 (((-3 (-2 (|:| -3773 (-694)) (|:| -2383 |#3|)) #1="failed") (-283 (-350 (-484)) |#1| |#2| |#3|)) 64 T ELT)) (-2710 (((-85) (-283 (-350 (-484)) |#1| |#2| |#3|)) 16 T ELT)) (-3773 (((-3 (-694) #1#) (-283 (-350 (-484)) |#1| |#2| |#3|)) 14 T ELT)))
-(((-823 |#1| |#2| |#3|) (-10 -7 (-15 -3773 ((-3 (-694) #1="failed") (-283 (-350 (-484)) |#1| |#2| |#3|))) (-15 -2710 ((-85) (-283 (-350 (-484)) |#1| |#2| |#3|))) (-15 -2711 ((-3 (-2 (|:| -3773 (-694)) (|:| -2383 |#3|)) #1#) (-283 (-350 (-484)) |#1| |#2| |#3|)))) (-1155 (-350 (-484))) (-1155 (-350 |#1|)) (-291 (-350 (-484)) |#1| |#2|)) (T -823))
-((-2711 (*1 *2 *3) (|partial| -12 (-5 *3 (-283 (-350 (-484)) *4 *5 *6)) (-4 *4 (-1155 (-350 (-484)))) (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 (-350 (-484)) *4 *5)) (-5 *2 (-2 (|:| -3773 (-694)) (|:| -2383 *6))) (-5 *1 (-823 *4 *5 *6)))) (-2710 (*1 *2 *3) (-12 (-5 *3 (-283 (-350 (-484)) *4 *5 *6)) (-4 *4 (-1155 (-350 (-484)))) (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 (-350 (-484)) *4 *5)) (-5 *2 (-85)) (-5 *1 (-823 *4 *5 *6)))) (-3773 (*1 *2 *3) (|partial| -12 (-5 *3 (-283 (-350 (-484)) *4 *5 *6)) (-4 *4 (-1155 (-350 (-484)))) (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 (-350 (-484)) *4 *5)) (-5 *2 (-694)) (-5 *1 (-823 *4 *5 *6)))))
-((-2716 ((|#2| |#2|) 26 T ELT)) (-2714 (((-484) (-583 (-2 (|:| |den| (-484)) (|:| |gcdnum| (-484))))) 15 T ELT)) (-2712 (((-830) (-484)) 38 T ELT)) (-2715 (((-484) |#2|) 45 T ELT)) (-2713 (((-484) |#2|) 21 T ELT) (((-2 (|:| |den| (-484)) (|:| |gcdnum| (-484))) |#1|) 20 T ELT)))
-(((-824 |#1| |#2|) (-10 -7 (-15 -2712 ((-830) (-484))) (-15 -2713 ((-2 (|:| |den| (-484)) (|:| |gcdnum| (-484))) |#1|)) (-15 -2713 ((-484) |#2|)) (-15 -2714 ((-484) (-583 (-2 (|:| |den| (-484)) (|:| |gcdnum| (-484)))))) (-15 -2715 ((-484) |#2|)) (-15 -2716 (|#2| |#2|))) (-1155 (-350 (-484))) (-1155 (-350 |#1|))) (T -824))
-((-2716 (*1 *2 *2) (-12 (-4 *3 (-1155 (-350 (-484)))) (-5 *1 (-824 *3 *2)) (-4 *2 (-1155 (-350 *3))))) (-2715 (*1 *2 *3) (-12 (-4 *4 (-1155 (-350 *2))) (-5 *2 (-484)) (-5 *1 (-824 *4 *3)) (-4 *3 (-1155 (-350 *4))))) (-2714 (*1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| |den| (-484)) (|:| |gcdnum| (-484))))) (-4 *4 (-1155 (-350 *2))) (-5 *2 (-484)) (-5 *1 (-824 *4 *5)) (-4 *5 (-1155 (-350 *4))))) (-2713 (*1 *2 *3) (-12 (-4 *4 (-1155 (-350 *2))) (-5 *2 (-484)) (-5 *1 (-824 *4 *3)) (-4 *3 (-1155 (-350 *4))))) (-2713 (*1 *2 *3) (-12 (-4 *3 (-1155 (-350 (-484)))) (-5 *2 (-2 (|:| |den| (-484)) (|:| |gcdnum| (-484)))) (-5 *1 (-824 *3 *4)) (-4 *4 (-1155 (-350 *3))))) (-2712 (*1 *2 *3) (-12 (-5 *3 (-484)) (-4 *4 (-1155 (-350 *3))) (-5 *2 (-830)) (-5 *1 (-824 *4 *5)) (-4 *5 (-1155 (-350 *4))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3130 ((|#1| $) 99 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2565 (($ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) 93 T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-2724 (($ |#1| (-348 |#1|)) 91 T ELT)) (-2718 (((-1085 |#1|) |#1| |#1|) 52 T ELT)) (-2717 (($ $) 60 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2719 (((-484) $) 96 T ELT)) (-2720 (($ $ (-484)) 98 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-2721 ((|#1| $) 95 T ELT)) (-2722 (((-348 |#1|) $) 94 T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) 92 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-2723 (($ $) 49 T ELT)) (-3947 (((-772) $) 123 T ELT) (($ (-484)) 72 T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#1|) 40 T ELT) (((-350 |#1|) $) 77 T ELT) (($ (-350 (-348 |#1|))) 85 T ELT)) (-3127 (((-694)) 70 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 12 T CONST)) (-3057 (((-85) $ $) 86 T ELT)) (-3950 (($ $ $) NIL T ELT)) (-3838 (($ $) 107 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 48 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 109 T ELT) (($ $ $) 47 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ |#1| $) 108 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-825 |#1|) (-13 (-312) (-38 |#1|) (-10 -8 (-15 -3947 ((-350 |#1|) $)) (-15 -3947 ($ (-350 (-348 |#1|)))) (-15 -2723 ($ $)) (-15 -2722 ((-348 |#1|) $)) (-15 -2721 (|#1| $)) (-15 -2720 ($ $ (-484))) (-15 -2719 ((-484) $)) (-15 -2718 ((-1085 |#1|) |#1| |#1|)) (-15 -2717 ($ $)) (-15 -2724 ($ |#1| (-348 |#1|))) (-15 -3130 (|#1| $)))) (-258)) (T -825))
-((-3947 (*1 *2 *1) (-12 (-5 *2 (-350 *3)) (-5 *1 (-825 *3)) (-4 *3 (-258)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-350 (-348 *3))) (-4 *3 (-258)) (-5 *1 (-825 *3)))) (-2723 (*1 *1 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-258)))) (-2722 (*1 *2 *1) (-12 (-5 *2 (-348 *3)) (-5 *1 (-825 *3)) (-4 *3 (-258)))) (-2721 (*1 *2 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-258)))) (-2720 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-825 *3)) (-4 *3 (-258)))) (-2719 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-825 *3)) (-4 *3 (-258)))) (-2718 (*1 *2 *3 *3) (-12 (-5 *2 (-1085 *3)) (-5 *1 (-825 *3)) (-4 *3 (-258)))) (-2717 (*1 *1 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-258)))) (-2724 (*1 *1 *2 *3) (-12 (-5 *3 (-348 *2)) (-4 *2 (-258)) (-5 *1 (-825 *2)))) (-3130 (*1 *2 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-258)))))
-((-2724 (((-51) (-857 |#1|) (-348 (-857 |#1|)) (-1090)) 17 T ELT) (((-51) (-350 (-857 |#1|)) (-1090)) 18 T ELT)))
-(((-826 |#1|) (-10 -7 (-15 -2724 ((-51) (-350 (-857 |#1|)) (-1090))) (-15 -2724 ((-51) (-857 |#1|) (-348 (-857 |#1|)) (-1090)))) (-13 (-258) (-120))) (T -826))
-((-2724 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-348 (-857 *6))) (-5 *5 (-1090)) (-5 *3 (-857 *6)) (-4 *6 (-13 (-258) (-120))) (-5 *2 (-51)) (-5 *1 (-826 *6)))) (-2724 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-51)) (-5 *1 (-826 *5)))))
-((-2725 ((|#4| (-583 |#4|)) 148 T ELT) (((-1085 |#4|) (-1085 |#4|) (-1085 |#4|)) 85 T ELT) ((|#4| |#4| |#4|) 147 T ELT)) (-3145 (((-1085 |#4|) (-583 (-1085 |#4|))) 141 T ELT) (((-1085 |#4|) (-1085 |#4|) (-1085 |#4|)) 61 T ELT) ((|#4| (-583 |#4|)) 70 T ELT) ((|#4| |#4| |#4|) 108 T ELT)))
-(((-827 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3145 (|#4| |#4| |#4|)) (-15 -3145 (|#4| (-583 |#4|))) (-15 -3145 ((-1085 |#4|) (-1085 |#4|) (-1085 |#4|))) (-15 -3145 ((-1085 |#4|) (-583 (-1085 |#4|)))) (-15 -2725 (|#4| |#4| |#4|)) (-15 -2725 ((-1085 |#4|) (-1085 |#4|) (-1085 |#4|))) (-15 -2725 (|#4| (-583 |#4|)))) (-717) (-756) (-258) (-861 |#3| |#1| |#2|)) (T -827))
-((-2725 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *6 *4 *5)) (-5 *1 (-827 *4 *5 *6 *2)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)))) (-2725 (*1 *2 *2 *2) (-12 (-5 *2 (-1085 *6)) (-4 *6 (-861 *5 *3 *4)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *5 (-258)) (-5 *1 (-827 *3 *4 *5 *6)))) (-2725 (*1 *2 *2 *2) (-12 (-4 *3 (-717)) (-4 *4 (-756)) (-4 *5 (-258)) (-5 *1 (-827 *3 *4 *5 *2)) (-4 *2 (-861 *5 *3 *4)))) (-3145 (*1 *2 *3) (-12 (-5 *3 (-583 (-1085 *7))) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)) (-5 *2 (-1085 *7)) (-5 *1 (-827 *4 *5 *6 *7)) (-4 *7 (-861 *6 *4 *5)))) (-3145 (*1 *2 *2 *2) (-12 (-5 *2 (-1085 *6)) (-4 *6 (-861 *5 *3 *4)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *5 (-258)) (-5 *1 (-827 *3 *4 *5 *6)))) (-3145 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *6 *4 *5)) (-5 *1 (-827 *4 *5 *6 *2)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)))) (-3145 (*1 *2 *2 *2) (-12 (-4 *3 (-717)) (-4 *4 (-756)) (-4 *5 (-258)) (-5 *1 (-827 *3 *4 *5 *2)) (-4 *2 (-861 *5 *3 *4)))))
-((-2738 (((-816 (-484)) (-884)) 38 T ELT) (((-816 (-484)) (-583 (-484))) 34 T ELT)) (-2726 (((-816 (-484)) (-583 (-484))) 66 T ELT) (((-816 (-484)) (-830)) 67 T ELT)) (-2737 (((-816 (-484))) 39 T ELT)) (-2735 (((-816 (-484))) 53 T ELT) (((-816 (-484)) (-583 (-484))) 52 T ELT)) (-2734 (((-816 (-484))) 51 T ELT) (((-816 (-484)) (-583 (-484))) 50 T ELT)) (-2733 (((-816 (-484))) 49 T ELT) (((-816 (-484)) (-583 (-484))) 48 T ELT)) (-2732 (((-816 (-484))) 47 T ELT) (((-816 (-484)) (-583 (-484))) 46 T ELT)) (-2731 (((-816 (-484))) 45 T ELT) (((-816 (-484)) (-583 (-484))) 44 T ELT)) (-2736 (((-816 (-484))) 55 T ELT) (((-816 (-484)) (-583 (-484))) 54 T ELT)) (-2730 (((-816 (-484)) (-583 (-484))) 71 T ELT) (((-816 (-484)) (-830)) 73 T ELT)) (-2729 (((-816 (-484)) (-583 (-484))) 68 T ELT) (((-816 (-484)) (-830)) 69 T ELT)) (-2727 (((-816 (-484)) (-583 (-484))) 64 T ELT) (((-816 (-484)) (-830)) 65 T ELT)) (-2728 (((-816 (-484)) (-583 (-830))) 57 T ELT)))
-(((-828) (-10 -7 (-15 -2726 ((-816 (-484)) (-830))) (-15 -2726 ((-816 (-484)) (-583 (-484)))) (-15 -2727 ((-816 (-484)) (-830))) (-15 -2727 ((-816 (-484)) (-583 (-484)))) (-15 -2728 ((-816 (-484)) (-583 (-830)))) (-15 -2729 ((-816 (-484)) (-830))) (-15 -2729 ((-816 (-484)) (-583 (-484)))) (-15 -2730 ((-816 (-484)) (-830))) (-15 -2730 ((-816 (-484)) (-583 (-484)))) (-15 -2731 ((-816 (-484)) (-583 (-484)))) (-15 -2731 ((-816 (-484)))) (-15 -2732 ((-816 (-484)) (-583 (-484)))) (-15 -2732 ((-816 (-484)))) (-15 -2733 ((-816 (-484)) (-583 (-484)))) (-15 -2733 ((-816 (-484)))) (-15 -2734 ((-816 (-484)) (-583 (-484)))) (-15 -2734 ((-816 (-484)))) (-15 -2735 ((-816 (-484)) (-583 (-484)))) (-15 -2735 ((-816 (-484)))) (-15 -2736 ((-816 (-484)) (-583 (-484)))) (-15 -2736 ((-816 (-484)))) (-15 -2737 ((-816 (-484)))) (-15 -2738 ((-816 (-484)) (-583 (-484)))) (-15 -2738 ((-816 (-484)) (-884))))) (T -828))
-((-2738 (*1 *2 *3) (-12 (-5 *3 (-884)) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2738 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2737 (*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2736 (*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2736 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2735 (*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2735 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2734 (*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2734 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2733 (*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2733 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2732 (*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2732 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2731 (*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2731 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2730 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2730 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2729 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2729 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2728 (*1 *2 *3) (-12 (-5 *3 (-583 (-830))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2727 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2727 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2726 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))) (-2726 (*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-((-2740 (((-583 (-857 |#1|)) (-583 (-857 |#1|)) (-583 (-1090))) 14 T ELT)) (-2739 (((-583 (-857 |#1|)) (-583 (-857 |#1|)) (-583 (-1090))) 13 T ELT)))
-(((-829 |#1|) (-10 -7 (-15 -2739 ((-583 (-857 |#1|)) (-583 (-857 |#1|)) (-583 (-1090)))) (-15 -2740 ((-583 (-857 |#1|)) (-583 (-857 |#1|)) (-583 (-1090))))) (-392)) (T -829))
-((-2740 (*1 *2 *2 *3) (-12 (-5 *2 (-583 (-857 *4))) (-5 *3 (-583 (-1090))) (-4 *4 (-392)) (-5 *1 (-829 *4)))) (-2739 (*1 *2 *2 *3) (-12 (-5 *2 (-583 (-857 *4))) (-5 *3 (-583 (-1090))) (-4 *4 (-392)) (-5 *1 (-829 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ "failed") $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3145 (($ $ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2667 (($) NIL T CONST)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-694)) NIL T ELT) (($ $ (-830)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ $ $) NIL T ELT)))
-(((-830) (-13 (-718) (-663) (-10 -8 (-15 -3145 ($ $ $)) (-6 (-3998 "*"))))) (T -830))
-((-3145 (*1 *1 *1 *1) (-5 *1 (-830))))
-((-694) (|%ilt| 0 |#1|))
-((-3947 (((-265 |#1|) (-417)) 16 T ELT)))
-(((-831 |#1|) (-10 -7 (-15 -3947 ((-265 |#1|) (-417)))) (-495)) (T -831))
-((-3947 (*1 *2 *3) (-12 (-5 *3 (-417)) (-5 *2 (-265 *4)) (-5 *1 (-831 *4)) (-4 *4 (-495)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-832) (-113)) (T -832))
-((-2742 (*1 *2 *3) (-12 (-4 *1 (-832)) (-5 *2 (-2 (|:| -3955 (-583 *1)) (|:| -2409 *1))) (-5 *3 (-583 *1)))) (-2741 (*1 *2 *3 *1) (-12 (-4 *1 (-832)) (-5 *2 (-632 (-583 *1))) (-5 *3 (-583 *1)))))
-(-13 (-392) (-10 -8 (-15 -2742 ((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $))) (-15 -2741 ((-632 (-583 $)) (-583 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-246) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-582 $) . T) ((-654 $) . T) ((-663) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-3106 (((-1085 |#2|) (-583 |#2|) (-583 |#2|)) 17 T ELT) (((-1148 |#1| |#2|) (-1148 |#1| |#2|) (-583 |#2|) (-583 |#2|)) 13 T ELT)))
-(((-833 |#1| |#2|) (-10 -7 (-15 -3106 ((-1148 |#1| |#2|) (-1148 |#1| |#2|) (-583 |#2|) (-583 |#2|))) (-15 -3106 ((-1085 |#2|) (-583 |#2|) (-583 |#2|)))) (-1090) (-312)) (T -833))
-((-3106 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *5)) (-4 *5 (-312)) (-5 *2 (-1085 *5)) (-5 *1 (-833 *4 *5)) (-14 *4 (-1090)))) (-3106 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1148 *4 *5)) (-5 *3 (-583 *5)) (-14 *4 (-1090)) (-4 *5 (-312)) (-5 *1 (-833 *4 *5)))))
-((-2743 ((|#2| (-583 |#1|) (-583 |#1|)) 28 T ELT)))
-(((-834 |#1| |#2|) (-10 -7 (-15 -2743 (|#2| (-583 |#1|) (-583 |#1|)))) (-312) (-1155 |#1|)) (T -834))
-((-2743 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *4)) (-4 *4 (-312)) (-4 *2 (-1155 *4)) (-5 *1 (-834 *4 *2)))))
-((-2745 (((-484) (-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-1073)) 175 T ELT)) (-2764 ((|#4| |#4|) 194 T ELT)) (-2749 (((-583 (-350 (-857 |#1|))) (-583 (-1090))) 146 T ELT)) (-2763 (((-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))) (-630 |#4|) (-583 (-350 (-857 |#1|))) (-583 (-583 |#4|)) (-694) (-694) (-484)) 88 T ELT)) (-2753 (((-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|)))))) (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|)))))) (-583 |#4|)) 69 T ELT)) (-2762 (((-630 |#4|) (-630 |#4|) (-583 |#4|)) 65 T ELT)) (-2746 (((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-1073)) 187 T ELT)) (-2744 (((-484) (-630 |#4|) (-830) (-1073)) 167 T ELT) (((-484) (-630 |#4|) (-583 (-1090)) (-830) (-1073)) 166 T ELT) (((-484) (-630 |#4|) (-583 |#4|) (-830) (-1073)) 165 T ELT) (((-484) (-630 |#4|) (-1073)) 154 T ELT) (((-484) (-630 |#4|) (-583 (-1090)) (-1073)) 153 T ELT) (((-484) (-630 |#4|) (-583 |#4|) (-1073)) 152 T ELT) (((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|) (-830)) 151 T ELT) (((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|) (-583 (-1090)) (-830)) 150 T ELT) (((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|) (-583 |#4|) (-830)) 149 T ELT) (((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|)) 148 T ELT) (((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|) (-583 (-1090))) 147 T ELT) (((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|) (-583 |#4|)) 143 T ELT)) (-2750 ((|#4| (-857 |#1|)) 80 T ELT)) (-2760 (((-85) (-583 |#4|) (-583 (-583 |#4|))) 191 T ELT)) (-2759 (((-583 (-583 (-484))) (-484) (-484)) 161 T ELT)) (-2758 (((-583 (-583 |#4|)) (-583 (-583 |#4|))) 106 T ELT)) (-2757 (((-694) (-583 (-2 (|:| -3109 (-694)) (|:| |eqns| (-583 (-2 (|:| |det| |#4|) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (|:| |fgb| (-583 |#4|))))) 100 T ELT)) (-2756 (((-694) (-583 (-2 (|:| -3109 (-694)) (|:| |eqns| (-583 (-2 (|:| |det| |#4|) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (|:| |fgb| (-583 |#4|))))) 99 T ELT)) (-2765 (((-85) (-583 (-857 |#1|))) 19 T ELT) (((-85) (-583 |#4|)) 15 T ELT)) (-2751 (((-2 (|:| |sysok| (-85)) (|:| |z0| (-583 |#4|)) (|:| |n0| (-583 |#4|))) (-583 |#4|) (-583 |#4|)) 84 T ELT)) (-2755 (((-583 |#4|) |#4|) 57 T ELT)) (-2748 (((-583 (-350 (-857 |#1|))) (-583 |#4|)) 142 T ELT) (((-630 (-350 (-857 |#1|))) (-630 |#4|)) 66 T ELT) (((-350 (-857 |#1|)) |#4|) 139 T ELT)) (-2747 (((-2 (|:| |rgl| (-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|)))))))))) (|:| |rgsz| (-484))) (-630 |#4|) (-583 (-350 (-857 |#1|))) (-694) (-1073) (-484)) 112 T ELT)) (-2752 (((-583 (-2 (|:| -3109 (-694)) (|:| |eqns| (-583 (-2 (|:| |det| |#4|) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (|:| |fgb| (-583 |#4|)))) (-630 |#4|) (-694)) 98 T ELT)) (-2761 (((-583 (-2 (|:| |det| |#4|) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484))))) (-630 |#4|) (-694)) 121 T ELT)) (-2754 (((-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|)))))) (-2 (|:| |mat| (-630 (-350 (-857 |#1|)))) (|:| |vec| (-583 (-350 (-857 |#1|)))) (|:| -3109 (-694)) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484))))) 56 T ELT)))
-(((-835 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2744 ((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|) (-583 |#4|))) (-15 -2744 ((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|) (-583 (-1090)))) (-15 -2744 ((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|))) (-15 -2744 ((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|) (-583 |#4|) (-830))) (-15 -2744 ((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|) (-583 (-1090)) (-830))) (-15 -2744 ((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-630 |#4|) (-830))) (-15 -2744 ((-484) (-630 |#4|) (-583 |#4|) (-1073))) (-15 -2744 ((-484) (-630 |#4|) (-583 (-1090)) (-1073))) (-15 -2744 ((-484) (-630 |#4|) (-1073))) (-15 -2744 ((-484) (-630 |#4|) (-583 |#4|) (-830) (-1073))) (-15 -2744 ((-484) (-630 |#4|) (-583 (-1090)) (-830) (-1073))) (-15 -2744 ((-484) (-630 |#4|) (-830) (-1073))) (-15 -2745 ((-484) (-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-1073))) (-15 -2746 ((-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|))))))))) (-1073))) (-15 -2747 ((-2 (|:| |rgl| (-583 (-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|)))))))))) (|:| |rgsz| (-484))) (-630 |#4|) (-583 (-350 (-857 |#1|))) (-694) (-1073) (-484))) (-15 -2748 ((-350 (-857 |#1|)) |#4|)) (-15 -2748 ((-630 (-350 (-857 |#1|))) (-630 |#4|))) (-15 -2748 ((-583 (-350 (-857 |#1|))) (-583 |#4|))) (-15 -2749 ((-583 (-350 (-857 |#1|))) (-583 (-1090)))) (-15 -2750 (|#4| (-857 |#1|))) (-15 -2751 ((-2 (|:| |sysok| (-85)) (|:| |z0| (-583 |#4|)) (|:| |n0| (-583 |#4|))) (-583 |#4|) (-583 |#4|))) (-15 -2752 ((-583 (-2 (|:| -3109 (-694)) (|:| |eqns| (-583 (-2 (|:| |det| |#4|) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (|:| |fgb| (-583 |#4|)))) (-630 |#4|) (-694))) (-15 -2753 ((-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|)))))) (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|)))))) (-583 |#4|))) (-15 -2754 ((-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|)))))) (-2 (|:| |mat| (-630 (-350 (-857 |#1|)))) (|:| |vec| (-583 (-350 (-857 |#1|)))) (|:| -3109 (-694)) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (-15 -2755 ((-583 |#4|) |#4|)) (-15 -2756 ((-694) (-583 (-2 (|:| -3109 (-694)) (|:| |eqns| (-583 (-2 (|:| |det| |#4|) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (|:| |fgb| (-583 |#4|)))))) (-15 -2757 ((-694) (-583 (-2 (|:| -3109 (-694)) (|:| |eqns| (-583 (-2 (|:| |det| |#4|) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (|:| |fgb| (-583 |#4|)))))) (-15 -2758 ((-583 (-583 |#4|)) (-583 (-583 |#4|)))) (-15 -2759 ((-583 (-583 (-484))) (-484) (-484))) (-15 -2760 ((-85) (-583 |#4|) (-583 (-583 |#4|)))) (-15 -2761 ((-583 (-2 (|:| |det| |#4|) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484))))) (-630 |#4|) (-694))) (-15 -2762 ((-630 |#4|) (-630 |#4|) (-583 |#4|))) (-15 -2763 ((-2 (|:| |eqzro| (-583 |#4|)) (|:| |neqzro| (-583 |#4|)) (|:| |wcond| (-583 (-857 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 |#1|)))) (|:| -2012 (-583 (-1179 (-350 (-857 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))) (-630 |#4|) (-583 (-350 (-857 |#1|))) (-583 (-583 |#4|)) (-694) (-694) (-484))) (-15 -2764 (|#4| |#4|)) (-15 -2765 ((-85) (-583 |#4|))) (-15 -2765 ((-85) (-583 (-857 |#1|))))) (-13 (-258) (-120)) (-13 (-756) (-553 (-1090))) (-717) (-861 |#1| |#3| |#2|)) (T -835))
-((-2765 (*1 *2 *3) (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-85)) (-5 *1 (-835 *4 *5 *6 *7)) (-4 *7 (-861 *4 *6 *5)))) (-2765 (*1 *2 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-85)) (-5 *1 (-835 *4 *5 *6 *7)))) (-2764 (*1 *2 *2) (-12 (-4 *3 (-13 (-258) (-120))) (-4 *4 (-13 (-756) (-553 (-1090)))) (-4 *5 (-717)) (-5 *1 (-835 *3 *4 *5 *2)) (-4 *2 (-861 *3 *5 *4)))) (-2763 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484))))) (-5 *4 (-630 *12)) (-5 *5 (-583 (-350 (-857 *9)))) (-5 *6 (-583 (-583 *12))) (-5 *7 (-694)) (-5 *8 (-484)) (-4 *9 (-13 (-258) (-120))) (-4 *12 (-861 *9 *11 *10)) (-4 *10 (-13 (-756) (-553 (-1090)))) (-4 *11 (-717)) (-5 *2 (-2 (|:| |eqzro| (-583 *12)) (|:| |neqzro| (-583 *12)) (|:| |wcond| (-583 (-857 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 *9)))) (|:| -2012 (-583 (-1179 (-350 (-857 *9))))))))) (-5 *1 (-835 *9 *10 *11 *12)))) (-2762 (*1 *2 *2 *3) (-12 (-5 *2 (-630 *7)) (-5 *3 (-583 *7)) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *1 (-835 *4 *5 *6 *7)))) (-2761 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-694)) (-4 *8 (-861 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717)) (-5 *2 (-583 (-2 (|:| |det| *8) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (-5 *1 (-835 *5 *6 *7 *8)))) (-2760 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-583 *8))) (-5 *3 (-583 *8)) (-4 *8 (-861 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717)) (-5 *2 (-85)) (-5 *1 (-835 *5 *6 *7 *8)))) (-2759 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-583 (-583 (-484)))) (-5 *1 (-835 *4 *5 *6 *7)) (-5 *3 (-484)) (-4 *7 (-861 *4 *6 *5)))) (-2758 (*1 *2 *2) (-12 (-5 *2 (-583 (-583 *6))) (-4 *6 (-861 *3 *5 *4)) (-4 *3 (-13 (-258) (-120))) (-4 *4 (-13 (-756) (-553 (-1090)))) (-4 *5 (-717)) (-5 *1 (-835 *3 *4 *5 *6)))) (-2757 (*1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| -3109 (-694)) (|:| |eqns| (-583 (-2 (|:| |det| *7) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (|:| |fgb| (-583 *7))))) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-694)) (-5 *1 (-835 *4 *5 *6 *7)))) (-2756 (*1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| -3109 (-694)) (|:| |eqns| (-583 (-2 (|:| |det| *7) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (|:| |fgb| (-583 *7))))) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-694)) (-5 *1 (-835 *4 *5 *6 *7)))) (-2755 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-583 *3)) (-5 *1 (-835 *4 *5 *6 *3)) (-4 *3 (-861 *4 *6 *5)))) (-2754 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |mat| (-630 (-350 (-857 *4)))) (|:| |vec| (-583 (-350 (-857 *4)))) (|:| -3109 (-694)) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484))))) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-2 (|:| |partsol| (-1179 (-350 (-857 *4)))) (|:| -2012 (-583 (-1179 (-350 (-857 *4))))))) (-5 *1 (-835 *4 *5 *6 *7)) (-4 *7 (-861 *4 *6 *5)))) (-2753 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1179 (-350 (-857 *4)))) (|:| -2012 (-583 (-1179 (-350 (-857 *4))))))) (-5 *3 (-583 *7)) (-4 *4 (-13 (-258) (-120))) (-4 *7 (-861 *4 *6 *5)) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *1 (-835 *4 *5 *6 *7)))) (-2752 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-4 *8 (-861 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717)) (-5 *2 (-583 (-2 (|:| -3109 (-694)) (|:| |eqns| (-583 (-2 (|:| |det| *8) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))) (|:| |fgb| (-583 *8))))) (-5 *1 (-835 *5 *6 *7 *8)) (-5 *4 (-694)))) (-2751 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-4 *7 (-861 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-85)) (|:| |z0| (-583 *7)) (|:| |n0| (-583 *7)))) (-5 *1 (-835 *4 *5 *6 *7)) (-5 *3 (-583 *7)))) (-2750 (*1 *2 *3) (-12 (-5 *3 (-857 *4)) (-4 *4 (-13 (-258) (-120))) (-4 *2 (-861 *4 *6 *5)) (-5 *1 (-835 *4 *5 *6 *2)) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)))) (-2749 (*1 *2 *3) (-12 (-5 *3 (-583 (-1090))) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-583 (-350 (-857 *4)))) (-5 *1 (-835 *4 *5 *6 *7)) (-4 *7 (-861 *4 *6 *5)))) (-2748 (*1 *2 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-583 (-350 (-857 *4)))) (-5 *1 (-835 *4 *5 *6 *7)))) (-2748 (*1 *2 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-630 (-350 (-857 *4)))) (-5 *1 (-835 *4 *5 *6 *7)))) (-2748 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-350 (-857 *4))) (-5 *1 (-835 *4 *5 *6 *3)) (-4 *3 (-861 *4 *6 *5)))) (-2747 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-630 *11)) (-5 *4 (-583 (-350 (-857 *8)))) (-5 *5 (-694)) (-5 *6 (-1073)) (-4 *8 (-13 (-258) (-120))) (-4 *11 (-861 *8 *10 *9)) (-4 *9 (-13 (-756) (-553 (-1090)))) (-4 *10 (-717)) (-5 *2 (-2 (|:| |rgl| (-583 (-2 (|:| |eqzro| (-583 *11)) (|:| |neqzro| (-583 *11)) (|:| |wcond| (-583 (-857 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 *8)))) (|:| -2012 (-583 (-1179 (-350 (-857 *8)))))))))) (|:| |rgsz| (-484)))) (-5 *1 (-835 *8 *9 *10 *11)) (-5 *7 (-484)))) (-2746 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-583 (-2 (|:| |eqzro| (-583 *7)) (|:| |neqzro| (-583 *7)) (|:| |wcond| (-583 (-857 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 *4)))) (|:| -2012 (-583 (-1179 (-350 (-857 *4)))))))))) (-5 *1 (-835 *4 *5 *6 *7)) (-4 *7 (-861 *4 *6 *5)))) (-2745 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-2 (|:| |eqzro| (-583 *8)) (|:| |neqzro| (-583 *8)) (|:| |wcond| (-583 (-857 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 *5)))) (|:| -2012 (-583 (-1179 (-350 (-857 *5)))))))))) (-5 *4 (-1073)) (-4 *5 (-13 (-258) (-120))) (-4 *8 (-861 *5 *7 *6)) (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717)) (-5 *2 (-484)) (-5 *1 (-835 *5 *6 *7 *8)))) (-2744 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *9)) (-5 *4 (-830)) (-5 *5 (-1073)) (-4 *9 (-861 *6 *8 *7)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-756) (-553 (-1090)))) (-4 *8 (-717)) (-5 *2 (-484)) (-5 *1 (-835 *6 *7 *8 *9)))) (-2744 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-630 *10)) (-5 *4 (-583 (-1090))) (-5 *5 (-830)) (-5 *6 (-1073)) (-4 *10 (-861 *7 *9 *8)) (-4 *7 (-13 (-258) (-120))) (-4 *8 (-13 (-756) (-553 (-1090)))) (-4 *9 (-717)) (-5 *2 (-484)) (-5 *1 (-835 *7 *8 *9 *10)))) (-2744 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-630 *10)) (-5 *4 (-583 *10)) (-5 *5 (-830)) (-5 *6 (-1073)) (-4 *10 (-861 *7 *9 *8)) (-4 *7 (-13 (-258) (-120))) (-4 *8 (-13 (-756) (-553 (-1090)))) (-4 *9 (-717)) (-5 *2 (-484)) (-5 *1 (-835 *7 *8 *9 *10)))) (-2744 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-1073)) (-4 *8 (-861 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717)) (-5 *2 (-484)) (-5 *1 (-835 *5 *6 *7 *8)))) (-2744 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *9)) (-5 *4 (-583 (-1090))) (-5 *5 (-1073)) (-4 *9 (-861 *6 *8 *7)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-756) (-553 (-1090)))) (-4 *8 (-717)) (-5 *2 (-484)) (-5 *1 (-835 *6 *7 *8 *9)))) (-2744 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *9)) (-5 *4 (-583 *9)) (-5 *5 (-1073)) (-4 *9 (-861 *6 *8 *7)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-756) (-553 (-1090)))) (-4 *8 (-717)) (-5 *2 (-484)) (-5 *1 (-835 *6 *7 *8 *9)))) (-2744 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-830)) (-4 *8 (-861 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717)) (-5 *2 (-583 (-2 (|:| |eqzro| (-583 *8)) (|:| |neqzro| (-583 *8)) (|:| |wcond| (-583 (-857 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 *5)))) (|:| -2012 (-583 (-1179 (-350 (-857 *5)))))))))) (-5 *1 (-835 *5 *6 *7 *8)))) (-2744 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *9)) (-5 *4 (-583 (-1090))) (-5 *5 (-830)) (-4 *9 (-861 *6 *8 *7)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-756) (-553 (-1090)))) (-4 *8 (-717)) (-5 *2 (-583 (-2 (|:| |eqzro| (-583 *9)) (|:| |neqzro| (-583 *9)) (|:| |wcond| (-583 (-857 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 *6)))) (|:| -2012 (-583 (-1179 (-350 (-857 *6)))))))))) (-5 *1 (-835 *6 *7 *8 *9)))) (-2744 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *9)) (-5 *5 (-830)) (-4 *9 (-861 *6 *8 *7)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-756) (-553 (-1090)))) (-4 *8 (-717)) (-5 *2 (-583 (-2 (|:| |eqzro| (-583 *9)) (|:| |neqzro| (-583 *9)) (|:| |wcond| (-583 (-857 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 *6)))) (|:| -2012 (-583 (-1179 (-350 (-857 *6)))))))))) (-5 *1 (-835 *6 *7 *8 *9)) (-5 *4 (-583 *9)))) (-2744 (*1 *2 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-583 (-2 (|:| |eqzro| (-583 *7)) (|:| |neqzro| (-583 *7)) (|:| |wcond| (-583 (-857 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 *4)))) (|:| -2012 (-583 (-1179 (-350 (-857 *4)))))))))) (-5 *1 (-835 *4 *5 *6 *7)))) (-2744 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-583 (-1090))) (-4 *8 (-861 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717)) (-5 *2 (-583 (-2 (|:| |eqzro| (-583 *8)) (|:| |neqzro| (-583 *8)) (|:| |wcond| (-583 (-857 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 *5)))) (|:| -2012 (-583 (-1179 (-350 (-857 *5)))))))))) (-5 *1 (-835 *5 *6 *7 *8)))) (-2744 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-4 *8 (-861 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717)) (-5 *2 (-583 (-2 (|:| |eqzro| (-583 *8)) (|:| |neqzro| (-583 *8)) (|:| |wcond| (-583 (-857 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1179 (-350 (-857 *5)))) (|:| -2012 (-583 (-1179 (-350 (-857 *5)))))))))) (-5 *1 (-835 *5 *6 *7 *8)) (-5 *4 (-583 *8)))))
-((-3875 (($ $ (-1001 (-179))) 125 T ELT) (($ $ (-1001 (-179)) (-1001 (-179))) 126 T ELT)) (-2897 (((-1001 (-179)) $) 73 T ELT)) (-2898 (((-1001 (-179)) $) 72 T ELT)) (-2789 (((-1001 (-179)) $) 74 T ELT)) (-2770 (((-484) (-484)) 66 T ELT)) (-2774 (((-484) (-484)) 61 T ELT)) (-2772 (((-484) (-484)) 64 T ELT)) (-2768 (((-85) (-85)) 68 T ELT)) (-2771 (((-484)) 65 T ELT)) (-3135 (($ $ (-1001 (-179))) 129 T ELT) (($ $) 130 T ELT)) (-2791 (($ (-1 (-854 (-179)) (-179)) (-1001 (-179))) 148 T ELT) (($ (-1 (-854 (-179)) (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179))) 149 T ELT)) (-2777 (($ (-1 (-179) (-179)) (-1001 (-179))) 156 T ELT) (($ (-1 (-179) (-179))) 160 T ELT)) (-2790 (($ (-1 (-179) (-179)) (-1001 (-179))) 144 T ELT) (($ (-1 (-179) (-179)) (-1001 (-179)) (-1001 (-179))) 145 T ELT) (($ (-583 (-1 (-179) (-179))) (-1001 (-179))) 153 T ELT) (($ (-583 (-1 (-179) (-179))) (-1001 (-179)) (-1001 (-179))) 154 T ELT) (($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1001 (-179))) 146 T ELT) (($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179))) 147 T ELT) (($ $ (-1001 (-179))) 131 T ELT)) (-2776 (((-85) $) 69 T ELT)) (-2767 (((-484)) 70 T ELT)) (-2775 (((-484)) 59 T ELT)) (-2773 (((-484)) 62 T ELT)) (-2899 (((-583 (-583 (-854 (-179)))) $) 35 T ELT)) (-2766 (((-85) (-85)) 71 T ELT)) (-3947 (((-772) $) 174 T ELT)) (-2769 (((-85)) 67 T ELT)))
-(((-836) (-13 (-866) (-10 -8 (-15 -2790 ($ (-1 (-179) (-179)) (-1001 (-179)))) (-15 -2790 ($ (-1 (-179) (-179)) (-1001 (-179)) (-1001 (-179)))) (-15 -2790 ($ (-583 (-1 (-179) (-179))) (-1001 (-179)))) (-15 -2790 ($ (-583 (-1 (-179) (-179))) (-1001 (-179)) (-1001 (-179)))) (-15 -2790 ($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1001 (-179)))) (-15 -2790 ($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179)))) (-15 -2791 ($ (-1 (-854 (-179)) (-179)) (-1001 (-179)))) (-15 -2791 ($ (-1 (-854 (-179)) (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179)))) (-15 -2777 ($ (-1 (-179) (-179)) (-1001 (-179)))) (-15 -2777 ($ (-1 (-179) (-179)))) (-15 -2790 ($ $ (-1001 (-179)))) (-15 -2776 ((-85) $)) (-15 -3875 ($ $ (-1001 (-179)))) (-15 -3875 ($ $ (-1001 (-179)) (-1001 (-179)))) (-15 -3135 ($ $ (-1001 (-179)))) (-15 -3135 ($ $)) (-15 -2789 ((-1001 (-179)) $)) (-15 -2775 ((-484))) (-15 -2774 ((-484) (-484))) (-15 -2773 ((-484))) (-15 -2772 ((-484) (-484))) (-15 -2771 ((-484))) (-15 -2770 ((-484) (-484))) (-15 -2769 ((-85))) (-15 -2768 ((-85) (-85))) (-15 -2767 ((-484))) (-15 -2766 ((-85) (-85)))))) (T -836))
-((-2790 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836)))) (-2790 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836)))) (-2790 (*1 *1 *2 *3) (-12 (-5 *2 (-583 (-1 (-179) (-179)))) (-5 *3 (-1001 (-179))) (-5 *1 (-836)))) (-2790 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-583 (-1 (-179) (-179)))) (-5 *3 (-1001 (-179))) (-5 *1 (-836)))) (-2790 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836)))) (-2790 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836)))) (-2791 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-854 (-179)) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836)))) (-2791 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-854 (-179)) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836)))) (-2777 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836)))) (-2777 (*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *1 (-836)))) (-2790 (*1 *1 *1 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-836)))) (-2776 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-836)))) (-3875 (*1 *1 *1 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-836)))) (-3875 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-836)))) (-3135 (*1 *1 *1 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-836)))) (-3135 (*1 *1 *1) (-5 *1 (-836))) (-2789 (*1 *2 *1) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-836)))) (-2775 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))) (-2774 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))) (-2773 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))) (-2772 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))) (-2771 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))) (-2770 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))) (-2769 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-836)))) (-2768 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-836)))) (-2767 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))) (-2766 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-836)))))
-((-2777 (((-836) |#1| (-1090)) 17 T ELT) (((-836) |#1| (-1090) (-1001 (-179))) 21 T ELT)) (-2790 (((-836) |#1| |#1| (-1090) (-1001 (-179))) 19 T ELT) (((-836) |#1| (-1090) (-1001 (-179))) 15 T ELT)))
-(((-837 |#1|) (-10 -7 (-15 -2790 ((-836) |#1| (-1090) (-1001 (-179)))) (-15 -2790 ((-836) |#1| |#1| (-1090) (-1001 (-179)))) (-15 -2777 ((-836) |#1| (-1090) (-1001 (-179)))) (-15 -2777 ((-836) |#1| (-1090)))) (-553 (-473))) (T -837))
-((-2777 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-5 *2 (-836)) (-5 *1 (-837 *3)) (-4 *3 (-553 (-473))))) (-2777 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1090)) (-5 *5 (-1001 (-179))) (-5 *2 (-836)) (-5 *1 (-837 *3)) (-4 *3 (-553 (-473))))) (-2790 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1090)) (-5 *5 (-1001 (-179))) (-5 *2 (-836)) (-5 *1 (-837 *3)) (-4 *3 (-553 (-473))))) (-2790 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1090)) (-5 *5 (-1001 (-179))) (-5 *2 (-836)) (-5 *1 (-837 *3)) (-4 *3 (-553 (-473))))))
-((-3875 (($ $ (-1001 (-179)) (-1001 (-179)) (-1001 (-179))) 123 T ELT)) (-2896 (((-1001 (-179)) $) 64 T ELT)) (-2897 (((-1001 (-179)) $) 63 T ELT)) (-2898 (((-1001 (-179)) $) 62 T ELT)) (-2788 (((-583 (-583 (-179))) $) 69 T ELT)) (-2789 (((-1001 (-179)) $) 65 T ELT)) (-2782 (((-484) (-484)) 57 T ELT)) (-2786 (((-484) (-484)) 52 T ELT)) (-2784 (((-484) (-484)) 55 T ELT)) (-2780 (((-85) (-85)) 59 T ELT)) (-2783 (((-484)) 56 T ELT)) (-3135 (($ $ (-1001 (-179))) 126 T ELT) (($ $) 127 T ELT)) (-2791 (($ (-1 (-854 (-179)) (-179)) (-1001 (-179))) 133 T ELT) (($ (-1 (-854 (-179)) (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179))) 134 T ELT)) (-2790 (($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1001 (-179))) 140 T ELT) (($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179))) 141 T ELT) (($ $ (-1001 (-179))) 129 T ELT)) (-2779 (((-484)) 60 T ELT)) (-2787 (((-484)) 50 T ELT)) (-2785 (((-484)) 53 T ELT)) (-2899 (((-583 (-583 (-854 (-179)))) $) 157 T ELT)) (-2778 (((-85) (-85)) 61 T ELT)) (-3947 (((-772) $) 155 T ELT)) (-2781 (((-85)) 58 T ELT)))
-(((-838) (-13 (-887) (-10 -8 (-15 -2791 ($ (-1 (-854 (-179)) (-179)) (-1001 (-179)))) (-15 -2791 ($ (-1 (-854 (-179)) (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179)))) (-15 -2790 ($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1001 (-179)))) (-15 -2790 ($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179)) (-1001 (-179)))) (-15 -2790 ($ $ (-1001 (-179)))) (-15 -3875 ($ $ (-1001 (-179)) (-1001 (-179)) (-1001 (-179)))) (-15 -3135 ($ $ (-1001 (-179)))) (-15 -3135 ($ $)) (-15 -2789 ((-1001 (-179)) $)) (-15 -2788 ((-583 (-583 (-179))) $)) (-15 -2787 ((-484))) (-15 -2786 ((-484) (-484))) (-15 -2785 ((-484))) (-15 -2784 ((-484) (-484))) (-15 -2783 ((-484))) (-15 -2782 ((-484) (-484))) (-15 -2781 ((-85))) (-15 -2780 ((-85) (-85))) (-15 -2779 ((-484))) (-15 -2778 ((-85) (-85)))))) (T -838))
-((-2791 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-854 (-179)) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-838)))) (-2791 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-854 (-179)) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-838)))) (-2790 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-838)))) (-2790 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-838)))) (-2790 (*1 *1 *1 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-838)))) (-3875 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-838)))) (-3135 (*1 *1 *1 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-838)))) (-3135 (*1 *1 *1) (-5 *1 (-838))) (-2789 (*1 *2 *1) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-838)))) (-2788 (*1 *2 *1) (-12 (-5 *2 (-583 (-583 (-179)))) (-5 *1 (-838)))) (-2787 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))) (-2786 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))) (-2785 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))) (-2784 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))) (-2783 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))) (-2782 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))) (-2781 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-838)))) (-2780 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-838)))) (-2779 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))) (-2778 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-838)))))
-((-2792 (((-583 (-1001 (-179))) (-583 (-583 (-854 (-179))))) 34 T ELT)))
-(((-839) (-10 -7 (-15 -2792 ((-583 (-1001 (-179))) (-583 (-583 (-854 (-179)))))))) (T -839))
-((-2792 (*1 *2 *3) (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *2 (-583 (-1001 (-179)))) (-5 *1 (-839)))))
-((-2794 (((-265 (-484)) (-1090)) 16 T ELT)) (-2795 (((-265 (-484)) (-1090)) 14 T ELT)) (-3953 (((-265 (-484)) (-1090)) 12 T ELT)) (-2793 (((-265 (-484)) (-1090) (-446)) 19 T ELT)))
-(((-840) (-10 -7 (-15 -2793 ((-265 (-484)) (-1090) (-446))) (-15 -3953 ((-265 (-484)) (-1090))) (-15 -2794 ((-265 (-484)) (-1090))) (-15 -2795 ((-265 (-484)) (-1090))))) (T -840))
-((-2795 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-265 (-484))) (-5 *1 (-840)))) (-2794 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-265 (-484))) (-5 *1 (-840)))) (-3953 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-265 (-484))) (-5 *1 (-840)))) (-2793 (*1 *2 *3 *4) (-12 (-5 *3 (-1090)) (-5 *4 (-446)) (-5 *2 (-265 (-484))) (-5 *1 (-840)))))
-((-2794 ((|#2| |#2|) 28 T ELT)) (-2795 ((|#2| |#2|) 29 T ELT)) (-3953 ((|#2| |#2|) 27 T ELT)) (-2793 ((|#2| |#2| (-446)) 26 T ELT)))
-(((-841 |#1| |#2|) (-10 -7 (-15 -2793 (|#2| |#2| (-446))) (-15 -3953 (|#2| |#2|)) (-15 -2794 (|#2| |#2|)) (-15 -2795 (|#2| |#2|))) (-1013) (-364 |#1|)) (T -841))
-((-2795 (*1 *2 *2) (-12 (-4 *3 (-1013)) (-5 *1 (-841 *3 *2)) (-4 *2 (-364 *3)))) (-2794 (*1 *2 *2) (-12 (-4 *3 (-1013)) (-5 *1 (-841 *3 *2)) (-4 *2 (-364 *3)))) (-3953 (*1 *2 *2) (-12 (-4 *3 (-1013)) (-5 *1 (-841 *3 *2)) (-4 *2 (-364 *3)))) (-2793 (*1 *2 *2 *3) (-12 (-5 *3 (-446)) (-4 *4 (-1013)) (-5 *1 (-841 *4 *2)) (-4 *2 (-364 *4)))))
-((-2797 (((-798 |#1| |#3|) |#2| (-800 |#1|) (-798 |#1| |#3|)) 25 T ELT)) (-2796 (((-1 (-85) |#2|) (-1 (-85) |#3|)) 13 T ELT)))
-(((-842 |#1| |#2| |#3|) (-10 -7 (-15 -2796 ((-1 (-85) |#2|) (-1 (-85) |#3|))) (-15 -2797 ((-798 |#1| |#3|) |#2| (-800 |#1|) (-798 |#1| |#3|)))) (-1013) (-796 |#1|) (-13 (-1013) (-950 |#2|))) (T -842))
-((-2797 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-798 *5 *6)) (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-4 *6 (-13 (-1013) (-950 *3))) (-4 *3 (-796 *5)) (-5 *1 (-842 *5 *3 *6)))) (-2796 (*1 *2 *3) (-12 (-5 *3 (-1 (-85) *6)) (-4 *6 (-13 (-1013) (-950 *5))) (-4 *5 (-796 *4)) (-4 *4 (-1013)) (-5 *2 (-1 (-85) *5)) (-5 *1 (-842 *4 *5 *6)))))
-((-2797 (((-798 |#1| |#3|) |#3| (-800 |#1|) (-798 |#1| |#3|)) 30 T ELT)))
-(((-843 |#1| |#2| |#3|) (-10 -7 (-15 -2797 ((-798 |#1| |#3|) |#3| (-800 |#1|) (-798 |#1| |#3|)))) (-1013) (-13 (-495) (-796 |#1|)) (-13 (-364 |#2|) (-553 (-800 |#1|)) (-796 |#1|) (-950 (-550 $)))) (T -843))
-((-2797 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-798 *5 *3)) (-4 *5 (-1013)) (-4 *3 (-13 (-364 *6) (-553 *4) (-796 *5) (-950 (-550 $)))) (-5 *4 (-800 *5)) (-4 *6 (-13 (-495) (-796 *5))) (-5 *1 (-843 *5 *6 *3)))))
-((-2797 (((-798 (-484) |#1|) |#1| (-800 (-484)) (-798 (-484) |#1|)) 13 T ELT)))
-(((-844 |#1|) (-10 -7 (-15 -2797 ((-798 (-484) |#1|) |#1| (-800 (-484)) (-798 (-484) |#1|)))) (-483)) (T -844))
-((-2797 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-798 (-484) *3)) (-5 *4 (-800 (-484))) (-4 *3 (-483)) (-5 *1 (-844 *3)))))
-((-2797 (((-798 |#1| |#2|) (-550 |#2|) (-800 |#1|) (-798 |#1| |#2|)) 57 T ELT)))
-(((-845 |#1| |#2|) (-10 -7 (-15 -2797 ((-798 |#1| |#2|) (-550 |#2|) (-800 |#1|) (-798 |#1| |#2|)))) (-1013) (-13 (-1013) (-950 (-550 $)) (-553 (-800 |#1|)) (-796 |#1|))) (T -845))
-((-2797 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-798 *5 *6)) (-5 *3 (-550 *6)) (-4 *5 (-1013)) (-4 *6 (-13 (-1013) (-950 (-550 $)) (-553 *4) (-796 *5))) (-5 *4 (-800 *5)) (-5 *1 (-845 *5 *6)))))
-((-2797 (((-795 |#1| |#2| |#3|) |#3| (-800 |#1|) (-795 |#1| |#2| |#3|)) 17 T ELT)))
-(((-846 |#1| |#2| |#3|) (-10 -7 (-15 -2797 ((-795 |#1| |#2| |#3|) |#3| (-800 |#1|) (-795 |#1| |#2| |#3|)))) (-1013) (-796 |#1|) (-608 |#2|)) (T -846))
-((-2797 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-795 *5 *6 *3)) (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-4 *6 (-796 *5)) (-4 *3 (-608 *6)) (-5 *1 (-846 *5 *6 *3)))))
-((-2797 (((-798 |#1| |#5|) |#5| (-800 |#1|) (-798 |#1| |#5|)) 17 (|has| |#3| (-796 |#1|)) ELT) (((-798 |#1| |#5|) |#5| (-800 |#1|) (-798 |#1| |#5|) (-1 (-798 |#1| |#5|) |#3| (-800 |#1|) (-798 |#1| |#5|))) 16 T ELT)))
-(((-847 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2797 ((-798 |#1| |#5|) |#5| (-800 |#1|) (-798 |#1| |#5|) (-1 (-798 |#1| |#5|) |#3| (-800 |#1|) (-798 |#1| |#5|)))) (IF (|has| |#3| (-796 |#1|)) (-15 -2797 ((-798 |#1| |#5|) |#5| (-800 |#1|) (-798 |#1| |#5|))) |%noBranch|)) (-1013) (-717) (-756) (-13 (-961) (-796 |#1|)) (-13 (-861 |#4| |#2| |#3|) (-553 (-800 |#1|)))) (T -847))
-((-2797 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-798 *5 *3)) (-4 *5 (-1013)) (-4 *3 (-13 (-861 *8 *6 *7) (-553 *4))) (-5 *4 (-800 *5)) (-4 *7 (-796 *5)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-13 (-961) (-796 *5))) (-5 *1 (-847 *5 *6 *7 *8 *3)))) (-2797 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-798 *6 *3) *8 (-800 *6) (-798 *6 *3))) (-4 *8 (-756)) (-5 *2 (-798 *6 *3)) (-5 *4 (-800 *6)) (-4 *6 (-1013)) (-4 *3 (-13 (-861 *9 *7 *8) (-553 *4))) (-4 *7 (-717)) (-4 *9 (-13 (-961) (-796 *6))) (-5 *1 (-847 *6 *7 *8 *9 *3)))))
-((-3210 (((-265 (-484)) (-1090) (-583 (-1 (-85) |#1|))) 18 T ELT) (((-265 (-484)) (-1090) (-1 (-85) |#1|)) 15 T ELT)))
-(((-848 |#1|) (-10 -7 (-15 -3210 ((-265 (-484)) (-1090) (-1 (-85) |#1|))) (-15 -3210 ((-265 (-484)) (-1090) (-583 (-1 (-85) |#1|))))) (-1129)) (T -848))
-((-3210 (*1 *2 *3 *4) (-12 (-5 *3 (-1090)) (-5 *4 (-583 (-1 (-85) *5))) (-4 *5 (-1129)) (-5 *2 (-265 (-484))) (-5 *1 (-848 *5)))) (-3210 (*1 *2 *3 *4) (-12 (-5 *3 (-1090)) (-5 *4 (-1 (-85) *5)) (-4 *5 (-1129)) (-5 *2 (-265 (-484))) (-5 *1 (-848 *5)))))
-((-3210 ((|#2| |#2| (-583 (-1 (-85) |#3|))) 12 T ELT) ((|#2| |#2| (-1 (-85) |#3|)) 13 T ELT)))
-(((-849 |#1| |#2| |#3|) (-10 -7 (-15 -3210 (|#2| |#2| (-1 (-85) |#3|))) (-15 -3210 (|#2| |#2| (-583 (-1 (-85) |#3|))))) (-1013) (-364 |#1|) (-1129)) (T -849))
-((-3210 (*1 *2 *2 *3) (-12 (-5 *3 (-583 (-1 (-85) *5))) (-4 *5 (-1129)) (-4 *4 (-1013)) (-5 *1 (-849 *4 *2 *5)) (-4 *2 (-364 *4)))) (-3210 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-85) *5)) (-4 *5 (-1129)) (-4 *4 (-1013)) (-5 *1 (-849 *4 *2 *5)) (-4 *2 (-364 *4)))))
-((-2797 (((-798 |#1| |#3|) |#3| (-800 |#1|) (-798 |#1| |#3|)) 25 T ELT)))
-(((-850 |#1| |#2| |#3|) (-10 -7 (-15 -2797 ((-798 |#1| |#3|) |#3| (-800 |#1|) (-798 |#1| |#3|)))) (-1013) (-13 (-495) (-796 |#1|) (-553 (-800 |#1|))) (-904 |#2|)) (T -850))
-((-2797 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-798 *5 *3)) (-4 *5 (-1013)) (-4 *3 (-904 *6)) (-4 *6 (-13 (-495) (-796 *5) (-553 *4))) (-5 *4 (-800 *5)) (-5 *1 (-850 *5 *6 *3)))))
-((-2797 (((-798 |#1| (-1090)) (-1090) (-800 |#1|) (-798 |#1| (-1090))) 18 T ELT)))
-(((-851 |#1|) (-10 -7 (-15 -2797 ((-798 |#1| (-1090)) (-1090) (-800 |#1|) (-798 |#1| (-1090))))) (-1013)) (T -851))
-((-2797 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-798 *5 (-1090))) (-5 *3 (-1090)) (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-5 *1 (-851 *5)))))
-((-2798 (((-798 |#1| |#3|) (-583 |#3|) (-583 (-800 |#1|)) (-798 |#1| |#3|) (-1 (-798 |#1| |#3|) |#3| (-800 |#1|) (-798 |#1| |#3|))) 34 T ELT)) (-2797 (((-798 |#1| |#3|) (-583 |#3|) (-583 (-800 |#1|)) (-1 |#3| (-583 |#3|)) (-798 |#1| |#3|) (-1 (-798 |#1| |#3|) |#3| (-800 |#1|) (-798 |#1| |#3|))) 33 T ELT)))
-(((-852 |#1| |#2| |#3|) (-10 -7 (-15 -2797 ((-798 |#1| |#3|) (-583 |#3|) (-583 (-800 |#1|)) (-1 |#3| (-583 |#3|)) (-798 |#1| |#3|) (-1 (-798 |#1| |#3|) |#3| (-800 |#1|) (-798 |#1| |#3|)))) (-15 -2798 ((-798 |#1| |#3|) (-583 |#3|) (-583 (-800 |#1|)) (-798 |#1| |#3|) (-1 (-798 |#1| |#3|) |#3| (-800 |#1|) (-798 |#1| |#3|))))) (-1013) (-961) (-13 (-961) (-553 (-800 |#1|)) (-950 |#2|))) (T -852))
-((-2798 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 (-800 *6))) (-5 *5 (-1 (-798 *6 *8) *8 (-800 *6) (-798 *6 *8))) (-4 *6 (-1013)) (-4 *8 (-13 (-961) (-553 (-800 *6)) (-950 *7))) (-5 *2 (-798 *6 *8)) (-4 *7 (-961)) (-5 *1 (-852 *6 *7 *8)))) (-2797 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-583 (-800 *7))) (-5 *5 (-1 *9 (-583 *9))) (-5 *6 (-1 (-798 *7 *9) *9 (-800 *7) (-798 *7 *9))) (-4 *7 (-1013)) (-4 *9 (-13 (-961) (-553 (-800 *7)) (-950 *8))) (-5 *2 (-798 *7 *9)) (-5 *3 (-583 *9)) (-4 *8 (-961)) (-5 *1 (-852 *7 *8 *9)))))
-((-2806 (((-1085 (-350 (-484))) (-484)) 80 T ELT)) (-2805 (((-1085 (-484)) (-484)) 83 T ELT)) (-3335 (((-1085 (-484)) (-484)) 77 T ELT)) (-2804 (((-484) (-1085 (-484))) 73 T ELT)) (-2803 (((-1085 (-350 (-484))) (-484)) 66 T ELT)) (-2802 (((-1085 (-484)) (-484)) 49 T ELT)) (-2801 (((-1085 (-484)) (-484)) 85 T ELT)) (-2800 (((-1085 (-484)) (-484)) 84 T ELT)) (-2799 (((-1085 (-350 (-484))) (-484)) 68 T ELT)))
-(((-853) (-10 -7 (-15 -2799 ((-1085 (-350 (-484))) (-484))) (-15 -2800 ((-1085 (-484)) (-484))) (-15 -2801 ((-1085 (-484)) (-484))) (-15 -2802 ((-1085 (-484)) (-484))) (-15 -2803 ((-1085 (-350 (-484))) (-484))) (-15 -2804 ((-484) (-1085 (-484)))) (-15 -3335 ((-1085 (-484)) (-484))) (-15 -2805 ((-1085 (-484)) (-484))) (-15 -2806 ((-1085 (-350 (-484))) (-484))))) (T -853))
-((-2806 (*1 *2 *3) (-12 (-5 *2 (-1085 (-350 (-484)))) (-5 *1 (-853)) (-5 *3 (-484)))) (-2805 (*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-853)) (-5 *3 (-484)))) (-3335 (*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-853)) (-5 *3 (-484)))) (-2804 (*1 *2 *3) (-12 (-5 *3 (-1085 (-484))) (-5 *2 (-484)) (-5 *1 (-853)))) (-2803 (*1 *2 *3) (-12 (-5 *2 (-1085 (-350 (-484)))) (-5 *1 (-853)) (-5 *3 (-484)))) (-2802 (*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-853)) (-5 *3 (-484)))) (-2801 (*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-853)) (-5 *3 (-484)))) (-2800 (*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-853)) (-5 *3 (-484)))) (-2799 (*1 *2 *3) (-12 (-5 *2 (-1085 (-350 (-484)))) (-5 *1 (-853)) (-5 *3 (-484)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3839 (($ (-694)) NIL (|has| |#1| (-23)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1035 |#1|)) (|has| |#1| (-756))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-756)) ELT)) (-3789 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) NIL T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1576 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) NIL T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) NIL T ELT) (((-484) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) NIL (|has| |#1| (-72)) ELT)) (-3707 (($ (-583 |#1|)) 9 T ELT)) (-3836 (((-630 |#1|) $ $) NIL (|has| |#1| (-961)) ELT)) (-3615 (($ (-694) |#1|) NIL T ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3833 ((|#1| $) NIL (-12 (|has| |#1| (-915)) (|has| |#1| (-961))) ELT)) (-3834 ((|#1| $) NIL (-12 (|has| |#1| (-915)) (|has| |#1| (-961))) ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-2304 (($ |#1| $ (-484)) NIL T ELT) (($ $ $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) NIL (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2199 (($ $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3770 (($ $ (-583 |#1|)) 25 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ (-484) |#1|) NIL T ELT) ((|#1| $ (-484)) 18 T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-3837 ((|#1| $ $) NIL (|has| |#1| (-961)) ELT)) (-3912 (((-830) $) 13 T ELT)) (-2305 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-3835 (($ $ $) 23 T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT) (($ (-583 |#1|)) 14 T ELT)) (-3531 (($ (-583 |#1|)) NIL T ELT)) (-3803 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) 24 T ELT) (($ (-583 $)) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3838 (($ $) NIL (|has| |#1| (-21)) ELT) (($ $ $) NIL (|has| |#1| (-21)) ELT)) (-3840 (($ $ $) NIL (|has| |#1| (-25)) ELT)) (* (($ (-484) $) NIL (|has| |#1| (-21)) ELT) (($ |#1| $) NIL (|has| |#1| (-663)) ELT) (($ $ |#1|) NIL (|has| |#1| (-663)) ELT)) (-3958 (((-694) $) 11 T ELT)))
-(((-854 |#1|) (-893 |#1|) (-961)) (T -854))
-NIL
-((-2809 (((-421 |#1| |#2|) (-857 |#2|)) 22 T ELT)) (-2812 (((-206 |#1| |#2|) (-857 |#2|)) 35 T ELT)) (-2810 (((-857 |#2|) (-421 |#1| |#2|)) 27 T ELT)) (-2808 (((-206 |#1| |#2|) (-421 |#1| |#2|)) 57 T ELT)) (-2811 (((-857 |#2|) (-206 |#1| |#2|)) 32 T ELT)) (-2807 (((-421 |#1| |#2|) (-206 |#1| |#2|)) 48 T ELT)))
-(((-855 |#1| |#2|) (-10 -7 (-15 -2807 ((-421 |#1| |#2|) (-206 |#1| |#2|))) (-15 -2808 ((-206 |#1| |#2|) (-421 |#1| |#2|))) (-15 -2809 ((-421 |#1| |#2|) (-857 |#2|))) (-15 -2810 ((-857 |#2|) (-421 |#1| |#2|))) (-15 -2811 ((-857 |#2|) (-206 |#1| |#2|))) (-15 -2812 ((-206 |#1| |#2|) (-857 |#2|)))) (-583 (-1090)) (-961)) (T -855))
-((-2812 (*1 *2 *3) (-12 (-5 *3 (-857 *5)) (-4 *5 (-961)) (-5 *2 (-206 *4 *5)) (-5 *1 (-855 *4 *5)) (-14 *4 (-583 (-1090))))) (-2811 (*1 *2 *3) (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-961)) (-5 *2 (-857 *5)) (-5 *1 (-855 *4 *5)))) (-2810 (*1 *2 *3) (-12 (-5 *3 (-421 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-961)) (-5 *2 (-857 *5)) (-5 *1 (-855 *4 *5)))) (-2809 (*1 *2 *3) (-12 (-5 *3 (-857 *5)) (-4 *5 (-961)) (-5 *2 (-421 *4 *5)) (-5 *1 (-855 *4 *5)) (-14 *4 (-583 (-1090))))) (-2808 (*1 *2 *3) (-12 (-5 *3 (-421 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-961)) (-5 *2 (-206 *4 *5)) (-5 *1 (-855 *4 *5)))) (-2807 (*1 *2 *3) (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-961)) (-5 *2 (-421 *4 *5)) (-5 *1 (-855 *4 *5)))))
-((-2813 (((-583 |#2|) |#2| |#2|) 10 T ELT)) (-2816 (((-694) (-583 |#1|)) 47 (|has| |#1| (-755)) ELT)) (-2814 (((-583 |#2|) |#2|) 11 T ELT)) (-2817 (((-694) (-583 |#1|) (-484) (-484)) 45 (|has| |#1| (-755)) ELT)) (-2815 ((|#1| |#2|) 37 (|has| |#1| (-755)) ELT)))
-(((-856 |#1| |#2|) (-10 -7 (-15 -2813 ((-583 |#2|) |#2| |#2|)) (-15 -2814 ((-583 |#2|) |#2|)) (IF (|has| |#1| (-755)) (PROGN (-15 -2815 (|#1| |#2|)) (-15 -2816 ((-694) (-583 |#1|))) (-15 -2817 ((-694) (-583 |#1|) (-484) (-484)))) |%noBranch|)) (-312) (-1155 |#1|)) (T -856))
-((-2817 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-583 *5)) (-5 *4 (-484)) (-4 *5 (-755)) (-4 *5 (-312)) (-5 *2 (-694)) (-5 *1 (-856 *5 *6)) (-4 *6 (-1155 *5)))) (-2816 (*1 *2 *3) (-12 (-5 *3 (-583 *4)) (-4 *4 (-755)) (-4 *4 (-312)) (-5 *2 (-694)) (-5 *1 (-856 *4 *5)) (-4 *5 (-1155 *4)))) (-2815 (*1 *2 *3) (-12 (-4 *2 (-312)) (-4 *2 (-755)) (-5 *1 (-856 *2 *3)) (-4 *3 (-1155 *2)))) (-2814 (*1 *2 *3) (-12 (-4 *4 (-312)) (-5 *2 (-583 *3)) (-5 *1 (-856 *4 *3)) (-4 *3 (-1155 *4)))) (-2813 (*1 *2 *3 *3) (-12 (-4 *4 (-312)) (-5 *2 (-583 *3)) (-5 *1 (-856 *4 *3)) (-4 *3 (-1155 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 (-1090)) $) 16 T ELT)) (-3084 (((-1085 $) $ (-1090)) 21 T ELT) (((-1085 |#1|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-1090))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) 8 T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-1090) #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-1090) $) NIL T ELT)) (-3757 (($ $ $ (-1090)) NIL (|has| |#1| (-146)) ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ (-1090)) NIL (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-821)) ELT)) (-1624 (($ $ |#1| (-469 (-1090)) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-1090) (-796 (-330))) (|has| |#1| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-1090) (-796 (-484))) (|has| |#1| (-796 (-484)))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3085 (($ (-1085 |#1|) (-1090)) NIL T ELT) (($ (-1085 $) (-1090)) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-469 (-1090))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-1090)) NIL T ELT)) (-2821 (((-469 (-1090)) $) NIL T ELT) (((-694) $ (-1090)) NIL T ELT) (((-583 (-694)) $ (-583 (-1090))) NIL T ELT)) (-1625 (($ (-1 (-469 (-1090)) (-469 (-1090))) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3083 (((-3 (-1090) #1#) $) 19 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-1090)) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3813 (($ $ (-1090)) 29 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-821)) ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-1090) |#1|) NIL T ELT) (($ $ (-583 (-1090)) (-583 |#1|)) NIL T ELT) (($ $ (-1090) $) NIL T ELT) (($ $ (-583 (-1090)) (-583 $)) NIL T ELT)) (-3758 (($ $ (-1090)) NIL (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090)) NIL T ELT)) (-3949 (((-469 (-1090)) $) NIL T ELT) (((-694) $ (-1090)) NIL T ELT) (((-583 (-694)) $ (-583 (-1090))) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-1090) (-553 (-800 (-330)))) (|has| |#1| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-1090) (-553 (-800 (-484)))) (|has| |#1| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-1090) (-553 (-473))) (|has| |#1| (-553 (-473)))) ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ (-1090)) NIL (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) 25 T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1090)) 27 T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-469 (-1090))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-857 |#1|) (-13 (-861 |#1| (-469 (-1090)) (-1090)) (-10 -8 (IF (|has| |#1| (-38 (-350 (-484)))) (-15 -3813 ($ $ (-1090))) |%noBranch|))) (-961)) (T -857))
-((-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-857 *3)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)))))
-((-3959 (((-857 |#2|) (-1 |#2| |#1|) (-857 |#1|)) 19 T ELT)))
-(((-858 |#1| |#2|) (-10 -7 (-15 -3959 ((-857 |#2|) (-1 |#2| |#1|) (-857 |#1|)))) (-961) (-961)) (T -858))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-857 *5)) (-4 *5 (-961)) (-4 *6 (-961)) (-5 *2 (-857 *6)) (-5 *1 (-858 *5 *6)))))
-((-3084 (((-1148 |#1| (-857 |#2|)) (-857 |#2|) (-1176 |#1|)) 18 T ELT)))
-(((-859 |#1| |#2|) (-10 -7 (-15 -3084 ((-1148 |#1| (-857 |#2|)) (-857 |#2|) (-1176 |#1|)))) (-1090) (-961)) (T -859))
-((-3084 (*1 *2 *3 *4) (-12 (-5 *4 (-1176 *5)) (-14 *5 (-1090)) (-4 *6 (-961)) (-5 *2 (-1148 *5 (-857 *6))) (-5 *1 (-859 *5 *6)) (-5 *3 (-857 *6)))))
-((-2820 (((-694) $) 88 T ELT) (((-694) $ (-583 |#4|)) 93 T ELT)) (-3776 (($ $) 214 T ELT)) (-3972 (((-348 $) $) 206 T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1="failed") (-583 (-1085 $)) (-1085 $)) 141 T ELT)) (-3158 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 (-484) #1#) $) NIL T ELT) (((-3 |#4| #1#) $) 74 T ELT)) (-3157 ((|#2| $) NIL T ELT) (((-350 (-484)) $) NIL T ELT) (((-484) $) NIL T ELT) ((|#4| $) 73 T ELT)) (-3757 (($ $ $ |#4|) 95 T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL T ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) 131 T ELT) (((-630 |#2|) (-630 $)) 121 T ELT)) (-3504 (($ $) 221 T ELT) (($ $ |#4|) 224 T ELT)) (-2819 (((-583 $) $) 77 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 240 T ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 233 T ELT)) (-2822 (((-583 $) $) 34 T ELT)) (-2894 (($ |#2| |#3|) NIL T ELT) (($ $ |#4| (-694)) NIL T ELT) (($ $ (-583 |#4|) (-583 (-694))) 71 T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ |#4|) 203 T ELT)) (-2824 (((-3 (-583 $) #1#) $) 52 T ELT)) (-2823 (((-3 (-583 $) #1#) $) 39 T ELT)) (-2825 (((-3 (-2 (|:| |var| |#4|) (|:| -2401 (-694))) #1#) $) 57 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 134 T ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 147 T ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 145 T ELT)) (-3733 (((-348 $) $) 165 T ELT)) (-3769 (($ $ (-583 (-249 $))) 24 T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ |#4| |#2|) NIL T ELT) (($ $ (-583 |#4|) (-583 |#2|)) NIL T ELT) (($ $ |#4| $) NIL T ELT) (($ $ (-583 |#4|) (-583 $)) NIL T ELT)) (-3758 (($ $ |#4|) 97 T ELT)) (-3973 (((-800 (-330)) $) 254 T ELT) (((-800 (-484)) $) 247 T ELT) (((-473) $) 262 T ELT)) (-2818 ((|#2| $) NIL T ELT) (($ $ |#4|) 216 T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) 185 T ELT)) (-3678 ((|#2| $ |#3|) NIL T ELT) (($ $ |#4| (-694)) 62 T ELT) (($ $ (-583 |#4|) (-583 (-694))) 69 T ELT)) (-2703 (((-632 $) $) 195 T ELT)) (-1265 (((-85) $ $) 227 T ELT)))
-(((-860 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2709 ((-1085 |#1|) (-1085 |#1|) (-1085 |#1|))) (-15 -3972 ((-348 |#1|) |#1|)) (-15 -3776 (|#1| |#1|)) (-15 -2703 ((-632 |#1|) |#1|)) (-15 -3973 ((-473) |#1|)) (-15 -3973 ((-800 (-484)) |#1|)) (-15 -3973 ((-800 (-330)) |#1|)) (-15 -2797 ((-798 (-484) |#1|) |#1| (-800 (-484)) (-798 (-484) |#1|))) (-15 -2797 ((-798 (-330) |#1|) |#1| (-800 (-330)) (-798 (-330) |#1|))) (-15 -3733 ((-348 |#1|) |#1|)) (-15 -2707 ((-348 (-1085 |#1|)) (-1085 |#1|))) (-15 -2706 ((-348 (-1085 |#1|)) (-1085 |#1|))) (-15 -2705 ((-3 (-583 (-1085 |#1|)) #1="failed") (-583 (-1085 |#1|)) (-1085 |#1|))) (-15 -2704 ((-3 (-1179 |#1|) #1#) (-630 |#1|))) (-15 -3504 (|#1| |#1| |#4|)) (-15 -2818 (|#1| |#1| |#4|)) (-15 -3758 (|#1| |#1| |#4|)) (-15 -3757 (|#1| |#1| |#1| |#4|)) (-15 -2819 ((-583 |#1|) |#1|)) (-15 -2820 ((-694) |#1| (-583 |#4|))) (-15 -2820 ((-694) |#1|)) (-15 -2825 ((-3 (-2 (|:| |var| |#4|) (|:| -2401 (-694))) #1#) |#1|)) (-15 -2824 ((-3 (-583 |#1|) #1#) |#1|)) (-15 -2823 ((-3 (-583 |#1|) #1#) |#1|)) (-15 -2894 (|#1| |#1| (-583 |#4|) (-583 (-694)))) (-15 -2894 (|#1| |#1| |#4| (-694))) (-15 -3764 ((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1| |#4|)) (-15 -2822 ((-583 |#1|) |#1|)) (-15 -3678 (|#1| |#1| (-583 |#4|) (-583 (-694)))) (-15 -3678 (|#1| |#1| |#4| (-694))) (-15 -2279 ((-630 |#2|) (-630 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 |#1|) (-1179 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 |#1|) (-1179 |#1|))) (-15 -2279 ((-630 (-484)) (-630 |#1|))) (-15 -3158 ((-3 |#4| #1#) |#1|)) (-15 -3157 (|#4| |#1|)) (-15 -3769 (|#1| |#1| (-583 |#4|) (-583 |#1|))) (-15 -3769 (|#1| |#1| |#4| |#1|)) (-15 -3769 (|#1| |#1| (-583 |#4|) (-583 |#2|))) (-15 -3769 (|#1| |#1| |#4| |#2|)) (-15 -3769 (|#1| |#1| (-583 |#1|) (-583 |#1|))) (-15 -3769 (|#1| |#1| |#1| |#1|)) (-15 -3769 (|#1| |#1| (-249 |#1|))) (-15 -3769 (|#1| |#1| (-583 (-249 |#1|)))) (-15 -2894 (|#1| |#2| |#3|)) (-15 -3678 (|#2| |#1| |#3|)) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -2818 (|#2| |#1|)) (-15 -3504 (|#1| |#1|)) (-15 -1265 ((-85) |#1| |#1|))) (-861 |#2| |#3| |#4|) (-961) (-717) (-756)) (T -860))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3082 (((-583 |#3|) $) 123 T ELT)) (-3084 (((-1085 $) $ |#3|) 138 T ELT) (((-1085 |#1|) $) 137 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 100 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 101 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 103 (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) 125 T ELT) (((-694) $ (-583 |#3|)) 124 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 113 (|has| |#1| (-821)) ELT)) (-3776 (($ $) 111 (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) 110 (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1="failed") (-583 (-1085 $)) (-1085 $)) 116 (|has| |#1| (-821)) ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#1| #2="failed") $) 181 T ELT) (((-3 (-350 (-484)) #2#) $) 178 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #2#) $) 176 (|has| |#1| (-950 (-484))) ELT) (((-3 |#3| #2#) $) 153 T ELT)) (-3157 ((|#1| $) 180 T ELT) (((-350 (-484)) $) 179 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) 177 (|has| |#1| (-950 (-484))) ELT) ((|#3| $) 154 T ELT)) (-3757 (($ $ $ |#3|) 121 (|has| |#1| (-146)) ELT)) (-3960 (($ $) 171 T ELT)) (-2279 (((-630 (-484)) (-630 $)) 149 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 148 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 147 T ELT) (((-630 |#1|) (-630 $)) 146 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3504 (($ $) 193 (|has| |#1| (-392)) ELT) (($ $ |#3|) 118 (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) 122 T ELT)) (-3724 (((-85) $) 109 (|has| |#1| (-821)) ELT)) (-1624 (($ $ |#1| |#2| $) 189 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 97 (-12 (|has| |#3| (-796 (-330))) (|has| |#1| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 96 (-12 (|has| |#3| (-796 (-484))) (|has| |#1| (-796 (-484)))) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2420 (((-694) $) 186 T ELT)) (-3085 (($ (-1085 |#1|) |#3|) 130 T ELT) (($ (-1085 $) |#3|) 129 T ELT)) (-2822 (((-583 $) $) 139 T ELT)) (-3938 (((-85) $) 169 T ELT)) (-2894 (($ |#1| |#2|) 170 T ELT) (($ $ |#3| (-694)) 132 T ELT) (($ $ (-583 |#3|) (-583 (-694))) 131 T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ |#3|) 133 T ELT)) (-2821 ((|#2| $) 187 T ELT) (((-694) $ |#3|) 135 T ELT) (((-583 (-694)) $ (-583 |#3|)) 134 T ELT)) (-1625 (($ (-1 |#2| |#2|) $) 188 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 168 T ELT)) (-3083 (((-3 |#3| "failed") $) 136 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 151 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 150 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 145 T ELT) (((-630 |#1|) (-1179 $)) 144 T ELT)) (-2895 (($ $) 166 T ELT)) (-3175 ((|#1| $) 165 T ELT)) (-1894 (($ (-583 $)) 107 (|has| |#1| (-392)) ELT) (($ $ $) 106 (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2824 (((-3 (-583 $) "failed") $) 127 T ELT)) (-2823 (((-3 (-583 $) "failed") $) 128 T ELT)) (-2825 (((-3 (-2 (|:| |var| |#3|) (|:| -2401 (-694))) "failed") $) 126 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1800 (((-85) $) 183 T ELT)) (-1799 ((|#1| $) 184 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 108 (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) 105 (|has| |#1| (-392)) ELT) (($ $ $) 104 (|has| |#1| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 115 (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 114 (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) 112 (|has| |#1| (-821)) ELT)) (-3467 (((-3 $ "failed") $ |#1|) 191 (|has| |#1| (-495)) ELT) (((-3 $ "failed") $ $) 99 (|has| |#1| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) 162 T ELT) (($ $ (-249 $)) 161 T ELT) (($ $ $ $) 160 T ELT) (($ $ (-583 $) (-583 $)) 159 T ELT) (($ $ |#3| |#1|) 158 T ELT) (($ $ (-583 |#3|) (-583 |#1|)) 157 T ELT) (($ $ |#3| $) 156 T ELT) (($ $ (-583 |#3|) (-583 $)) 155 T ELT)) (-3758 (($ $ |#3|) 120 (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 |#3|) (-583 (-694))) 52 T ELT) (($ $ |#3| (-694)) 51 T ELT) (($ $ (-583 |#3|)) 50 T ELT) (($ $ |#3|) 48 T ELT)) (-3949 ((|#2| $) 167 T ELT) (((-694) $ |#3|) 143 T ELT) (((-583 (-694)) $ (-583 |#3|)) 142 T ELT)) (-3973 (((-800 (-330)) $) 95 (-12 (|has| |#3| (-553 (-800 (-330)))) (|has| |#1| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) 94 (-12 (|has| |#3| (-553 (-800 (-484)))) (|has| |#1| (-553 (-800 (-484))))) ELT) (((-473) $) 93 (-12 (|has| |#3| (-553 (-473))) (|has| |#1| (-553 (-473)))) ELT)) (-2818 ((|#1| $) 192 (|has| |#1| (-392)) ELT) (($ $ |#3|) 119 (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) 117 (-2563 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 182 T ELT) (($ |#3|) 152 T ELT) (($ $) 98 (|has| |#1| (-495)) ELT) (($ (-350 (-484))) 91 (OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-38 (-350 (-484))))) ELT)) (-3818 (((-583 |#1|) $) 185 T ELT)) (-3678 ((|#1| $ |#2|) 172 T ELT) (($ $ |#3| (-694)) 141 T ELT) (($ $ (-583 |#3|) (-583 (-694))) 140 T ELT)) (-2703 (((-632 $) $) 92 (OR (-2563 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) 40 T CONST)) (-1623 (($ $ $ (-694)) 190 (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 102 (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-583 |#3|) (-583 (-694))) 55 T ELT) (($ $ |#3| (-694)) 54 T ELT) (($ $ (-583 |#3|)) 53 T ELT) (($ $ |#3|) 49 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 173 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 175 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) 174 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 164 T ELT) (($ $ |#1|) 163 T ELT)))
-(((-861 |#1| |#2| |#3|) (-113) (-961) (-717) (-756)) (T -861))
-((-3504 (*1 *1 *1) (-12 (-4 *1 (-861 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-392)))) (-3949 (*1 *2 *1 *3) (-12 (-4 *1 (-861 *4 *5 *3)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)) (-5 *2 (-694)))) (-3949 (*1 *2 *1 *3) (-12 (-5 *3 (-583 *6)) (-4 *1 (-861 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 (-694))))) (-3678 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-861 *4 *5 *2)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *2 (-756)))) (-3678 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 *6)) (-5 *3 (-583 (-694))) (-4 *1 (-861 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)))) (-2822 (*1 *2 *1) (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-861 *3 *4 *5)))) (-3084 (*1 *2 *1 *3) (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)) (-5 *2 (-1085 *1)) (-4 *1 (-861 *4 *5 *3)))) (-3084 (*1 *2 *1) (-12 (-4 *1 (-861 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-1085 *3)))) (-3083 (*1 *2 *1) (|partial| -12 (-4 *1 (-861 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)))) (-2821 (*1 *2 *1 *3) (-12 (-4 *1 (-861 *4 *5 *3)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)) (-5 *2 (-694)))) (-2821 (*1 *2 *1 *3) (-12 (-5 *3 (-583 *6)) (-4 *1 (-861 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 (-694))))) (-3764 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-861 *4 *5 *3)))) (-2894 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-861 *4 *5 *2)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *2 (-756)))) (-2894 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 *6)) (-5 *3 (-583 (-694))) (-4 *1 (-861 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)))) (-3085 (*1 *1 *2 *3) (-12 (-5 *2 (-1085 *4)) (-4 *4 (-961)) (-4 *1 (-861 *4 *5 *3)) (-4 *5 (-717)) (-4 *3 (-756)))) (-3085 (*1 *1 *2 *3) (-12 (-5 *2 (-1085 *1)) (-4 *1 (-861 *4 *5 *3)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)))) (-2823 (*1 *2 *1) (|partial| -12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-861 *3 *4 *5)))) (-2824 (*1 *2 *1) (|partial| -12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-861 *3 *4 *5)))) (-2825 (*1 *2 *1) (|partial| -12 (-4 *1 (-861 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-2 (|:| |var| *5) (|:| -2401 (-694)))))) (-2820 (*1 *2 *1) (-12 (-4 *1 (-861 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-694)))) (-2820 (*1 *2 *1 *3) (-12 (-5 *3 (-583 *6)) (-4 *1 (-861 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-694)))) (-3082 (*1 *2 *1) (-12 (-4 *1 (-861 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *5)))) (-2819 (*1 *2 *1) (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-861 *3 *4 *5)))) (-3757 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-861 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)) (-4 *3 (-146)))) (-3758 (*1 *1 *1 *2) (-12 (-4 *1 (-861 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)) (-4 *3 (-146)))) (-2818 (*1 *1 *1 *2) (-12 (-4 *1 (-861 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)) (-4 *3 (-392)))) (-3504 (*1 *1 *1 *2) (-12 (-4 *1 (-861 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)) (-4 *3 (-392)))) (-3776 (*1 *1 *1) (-12 (-4 *1 (-861 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-392)))) (-3972 (*1 *2 *1) (-12 (-4 *3 (-392)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-348 *1)) (-4 *1 (-861 *3 *4 *5)))))
-(-13 (-809 |t#3|) (-277 |t#1| |t#2|) (-260 $) (-455 |t#3| |t#1|) (-455 |t#3| $) (-950 |t#3|) (-329 |t#1|) (-10 -8 (-15 -3949 ((-694) $ |t#3|)) (-15 -3949 ((-583 (-694)) $ (-583 |t#3|))) (-15 -3678 ($ $ |t#3| (-694))) (-15 -3678 ($ $ (-583 |t#3|) (-583 (-694)))) (-15 -2822 ((-583 $) $)) (-15 -3084 ((-1085 $) $ |t#3|)) (-15 -3084 ((-1085 |t#1|) $)) (-15 -3083 ((-3 |t#3| "failed") $)) (-15 -2821 ((-694) $ |t#3|)) (-15 -2821 ((-583 (-694)) $ (-583 |t#3|))) (-15 -3764 ((-2 (|:| -1972 $) (|:| -2903 $)) $ $ |t#3|)) (-15 -2894 ($ $ |t#3| (-694))) (-15 -2894 ($ $ (-583 |t#3|) (-583 (-694)))) (-15 -3085 ($ (-1085 |t#1|) |t#3|)) (-15 -3085 ($ (-1085 $) |t#3|)) (-15 -2823 ((-3 (-583 $) "failed") $)) (-15 -2824 ((-3 (-583 $) "failed") $)) (-15 -2825 ((-3 (-2 (|:| |var| |t#3|) (|:| -2401 (-694))) "failed") $)) (-15 -2820 ((-694) $)) (-15 -2820 ((-694) $ (-583 |t#3|))) (-15 -3082 ((-583 |t#3|) $)) (-15 -2819 ((-583 $) $)) (IF (|has| |t#1| (-553 (-473))) (IF (|has| |t#3| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-553 (-800 (-484)))) (IF (|has| |t#3| (-553 (-800 (-484)))) (-6 (-553 (-800 (-484)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-553 (-800 (-330)))) (IF (|has| |t#3| (-553 (-800 (-330)))) (-6 (-553 (-800 (-330)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-796 (-484))) (IF (|has| |t#3| (-796 (-484))) (-6 (-796 (-484))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-796 (-330))) (IF (|has| |t#3| (-796 (-330))) (-6 (-796 (-330))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-146)) (PROGN (-15 -3757 ($ $ $ |t#3|)) (-15 -3758 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-392)) (PROGN (-6 (-392)) (-15 -2818 ($ $ |t#3|)) (-15 -3504 ($ $)) (-15 -3504 ($ $ |t#3|)) (-15 -3972 ((-348 $) $)) (-15 -3776 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -3994)) (-6 -3994) |%noBranch|) (IF (|has| |t#1| (-821)) (-6 (-821)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-38 (-350 (-484))))) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-555 |#3|) . T) ((-555 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-553 (-473)) -12 (|has| |#1| (-553 (-473))) (|has| |#3| (-553 (-473)))) ((-553 (-800 (-330))) -12 (|has| |#1| (-553 (-800 (-330)))) (|has| |#3| (-553 (-800 (-330))))) ((-553 (-800 (-484))) -12 (|has| |#1| (-553 (-800 (-484)))) (|has| |#3| (-553 (-800 (-484))))) ((-246) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-260 $) . T) ((-277 |#1| |#2|) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-821)) (|has| |#1| (-392))) ((-455 |#3| |#1|) . T) ((-455 |#3| $) . T) ((-455 $ $) . T) ((-495) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-590 (-484)) |has| |#1| (-580 (-484))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-580 (-484)) |has| |#1| (-580 (-484))) ((-580 |#1|) . T) ((-654 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-663) . T) ((-806 $ |#3|) . T) ((-809 |#3|) . T) ((-811 |#3|) . T) ((-796 (-330)) -12 (|has| |#1| (-796 (-330))) (|has| |#3| (-796 (-330)))) ((-796 (-484)) -12 (|has| |#1| (-796 (-484))) (|has| |#3| (-796 (-484)))) ((-821) |has| |#1| (-821)) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T) ((-950 |#3|) . T) ((-963 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-968 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) |has| |#1| (-821)))
-((-3082 (((-583 |#2|) |#5|) 40 T ELT)) (-3084 (((-1085 |#5|) |#5| |#2| (-1085 |#5|)) 23 T ELT) (((-350 (-1085 |#5|)) |#5| |#2|) 16 T ELT)) (-3085 ((|#5| (-350 (-1085 |#5|)) |#2|) 30 T ELT)) (-3083 (((-3 |#2| #1="failed") |#5|) 70 T ELT)) (-2824 (((-3 (-583 |#5|) #1#) |#5|) 64 T ELT)) (-2826 (((-3 (-2 (|:| |val| |#5|) (|:| -2401 (-484))) #1#) |#5|) 53 T ELT)) (-2823 (((-3 (-583 |#5|) #1#) |#5|) 66 T ELT)) (-2825 (((-3 (-2 (|:| |var| |#2|) (|:| -2401 (-484))) #1#) |#5|) 56 T ELT)))
-(((-862 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3082 ((-583 |#2|) |#5|)) (-15 -3083 ((-3 |#2| #1="failed") |#5|)) (-15 -3084 ((-350 (-1085 |#5|)) |#5| |#2|)) (-15 -3085 (|#5| (-350 (-1085 |#5|)) |#2|)) (-15 -3084 ((-1085 |#5|) |#5| |#2| (-1085 |#5|))) (-15 -2823 ((-3 (-583 |#5|) #1#) |#5|)) (-15 -2824 ((-3 (-583 |#5|) #1#) |#5|)) (-15 -2825 ((-3 (-2 (|:| |var| |#2|) (|:| -2401 (-484))) #1#) |#5|)) (-15 -2826 ((-3 (-2 (|:| |val| |#5|) (|:| -2401 (-484))) #1#) |#5|))) (-717) (-756) (-961) (-861 |#3| |#1| |#2|) (-13 (-312) (-10 -8 (-15 -3947 ($ |#4|)) (-15 -2999 (|#4| $)) (-15 -2998 (|#4| $))))) (T -862))
-((-2826 (*1 *2 *3) (|partial| -12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961)) (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -2401 (-484)))) (-5 *1 (-862 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))) (-2825 (*1 *2 *3) (|partial| -12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961)) (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -2401 (-484)))) (-5 *1 (-862 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))) (-2824 (*1 *2 *3) (|partial| -12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961)) (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-583 *3)) (-5 *1 (-862 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))) (-2823 (*1 *2 *3) (|partial| -12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961)) (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-583 *3)) (-5 *1 (-862 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))) (-3084 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1085 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))) (-4 *7 (-861 *6 *5 *4)) (-4 *5 (-717)) (-4 *4 (-756)) (-4 *6 (-961)) (-5 *1 (-862 *5 *4 *6 *7 *3)))) (-3085 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-1085 *2))) (-4 *5 (-717)) (-4 *4 (-756)) (-4 *6 (-961)) (-4 *2 (-13 (-312) (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))) (-5 *1 (-862 *5 *4 *6 *7 *2)) (-4 *7 (-861 *6 *5 *4)))) (-3084 (*1 *2 *3 *4) (-12 (-4 *5 (-717)) (-4 *4 (-756)) (-4 *6 (-961)) (-4 *7 (-861 *6 *5 *4)) (-5 *2 (-350 (-1085 *3))) (-5 *1 (-862 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))) (-3083 (*1 *2 *3) (|partial| -12 (-4 *4 (-717)) (-4 *5 (-961)) (-4 *6 (-861 *5 *4 *2)) (-4 *2 (-756)) (-5 *1 (-862 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3947 ($ *6)) (-15 -2999 (*6 $)) (-15 -2998 (*6 $))))))) (-3082 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961)) (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-583 *5)) (-5 *1 (-862 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))))
-((-3959 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24 T ELT)))
-(((-863 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3959 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-717) (-756) (-961) (-861 |#3| |#1| |#2|) (-13 (-1013) (-10 -8 (-15 -3840 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-694)))))) (T -863))
-((-3959 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-756)) (-4 *8 (-961)) (-4 *6 (-717)) (-4 *2 (-13 (-1013) (-10 -8 (-15 -3840 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-694)))))) (-5 *1 (-863 *6 *7 *8 *5 *2)) (-4 *5 (-861 *8 *6 *7)))))
-((-2827 (((-2 (|:| -2401 (-694)) (|:| -3955 |#5|) (|:| |radicand| |#5|)) |#3| (-694)) 48 T ELT)) (-2828 (((-2 (|:| -2401 (-694)) (|:| -3955 |#5|) (|:| |radicand| |#5|)) (-350 (-484)) (-694)) 43 T ELT)) (-2830 (((-2 (|:| -2401 (-694)) (|:| -3955 |#4|) (|:| |radicand| (-583 |#4|))) |#4| (-694)) 64 T ELT)) (-2829 (((-2 (|:| -2401 (-694)) (|:| -3955 |#5|) (|:| |radicand| |#5|)) |#5| (-694)) 73 (|has| |#3| (-392)) ELT)))
-(((-864 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2827 ((-2 (|:| -2401 (-694)) (|:| -3955 |#5|) (|:| |radicand| |#5|)) |#3| (-694))) (-15 -2828 ((-2 (|:| -2401 (-694)) (|:| -3955 |#5|) (|:| |radicand| |#5|)) (-350 (-484)) (-694))) (IF (|has| |#3| (-392)) (-15 -2829 ((-2 (|:| -2401 (-694)) (|:| -3955 |#5|) (|:| |radicand| |#5|)) |#5| (-694))) |%noBranch|) (-15 -2830 ((-2 (|:| -2401 (-694)) (|:| -3955 |#4|) (|:| |radicand| (-583 |#4|))) |#4| (-694)))) (-717) (-756) (-495) (-861 |#3| |#1| |#2|) (-13 (-312) (-10 -8 (-15 -3947 ($ |#4|)) (-15 -2999 (|#4| $)) (-15 -2998 (|#4| $))))) (T -864))
-((-2830 (*1 *2 *3 *4) (-12 (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-495)) (-4 *3 (-861 *7 *5 *6)) (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *3) (|:| |radicand| (-583 *3)))) (-5 *1 (-864 *5 *6 *7 *3 *8)) (-5 *4 (-694)) (-4 *8 (-13 (-312) (-10 -8 (-15 -3947 ($ *3)) (-15 -2999 (*3 $)) (-15 -2998 (*3 $))))))) (-2829 (*1 *2 *3 *4) (-12 (-4 *7 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-495)) (-4 *8 (-861 *7 *5 *6)) (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *3) (|:| |radicand| *3))) (-5 *1 (-864 *5 *6 *7 *8 *3)) (-5 *4 (-694)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3947 ($ *8)) (-15 -2999 (*8 $)) (-15 -2998 (*8 $))))))) (-2828 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-484))) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-495)) (-4 *8 (-861 *7 *5 *6)) (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *9) (|:| |radicand| *9))) (-5 *1 (-864 *5 *6 *7 *8 *9)) (-5 *4 (-694)) (-4 *9 (-13 (-312) (-10 -8 (-15 -3947 ($ *8)) (-15 -2999 (*8 $)) (-15 -2998 (*8 $))))))) (-2827 (*1 *2 *3 *4) (-12 (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-495)) (-4 *7 (-861 *3 *5 *6)) (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *8) (|:| |radicand| *8))) (-5 *1 (-864 *5 *6 *3 *7 *8)) (-5 *4 (-694)) (-4 *8 (-13 (-312) (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2831 (($ (-1033)) 8 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 15 T ELT) (((-1033) $) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 11 T ELT)))
-(((-865) (-13 (-1013) (-552 (-1033)) (-10 -8 (-15 -2831 ($ (-1033)))))) (T -865))
-((-2831 (*1 *1 *2) (-12 (-5 *2 (-1033)) (-5 *1 (-865)))))
-((-2897 (((-1001 (-179)) $) 8 T ELT)) (-2898 (((-1001 (-179)) $) 9 T ELT)) (-2899 (((-583 (-583 (-854 (-179)))) $) 10 T ELT)) (-3947 (((-772) $) 6 T ELT)))
-(((-866) (-113)) (T -866))
-((-2899 (*1 *2 *1) (-12 (-4 *1 (-866)) (-5 *2 (-583 (-583 (-854 (-179))))))) (-2898 (*1 *2 *1) (-12 (-4 *1 (-866)) (-5 *2 (-1001 (-179))))) (-2897 (*1 *2 *1) (-12 (-4 *1 (-866)) (-5 *2 (-1001 (-179))))))
-(-13 (-552 (-772)) (-10 -8 (-15 -2899 ((-583 (-583 (-854 (-179)))) $)) (-15 -2898 ((-1001 (-179)) $)) (-15 -2897 ((-1001 (-179)) $))))
-(((-552 (-772)) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 80 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 81 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 35 T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) NIL T ELT)) (-3960 (($ $) 32 T ELT)) (-3468 (((-3 $ #1#) $) 43 T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT)) (-1624 (($ $ |#1| |#2| $) 64 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) 18 T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| |#2|) NIL T ELT)) (-2821 ((|#2| $) 25 T ELT)) (-1625 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2895 (($ $) 29 T ELT)) (-3175 ((|#1| $) 27 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) 52 T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-3739 (($ $ |#2| |#1| $) 90 (-12 (|has| |#2| (-104)) (|has| |#1| (-495))) ELT)) (-3467 (((-3 $ #1#) $ $) 92 (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ |#1|) 87 (|has| |#1| (-495)) ELT)) (-3949 ((|#2| $) 23 T ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) 47 T ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ |#1|) 42 T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ |#2|) 38 T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 15 T CONST)) (-1623 (($ $ $ (-694)) 76 (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) 86 (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 28 T CONST)) (-2667 (($) 12 T CONST)) (-3057 (((-85) $ $) 85 T ELT)) (-3950 (($ $ |#1|) 93 (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) 71 T ELT) (($ $ (-694)) 69 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 68 T ELT) (($ $ |#1|) 66 T ELT) (($ |#1| $) 65 T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-867 |#1| |#2|) (-13 (-277 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-495)) (IF (|has| |#2| (-104)) (-15 -3739 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -3994)) (-6 -3994) |%noBranch|))) (-961) (-716)) (T -867))
-((-3739 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-867 *3 *2)) (-4 *2 (-104)) (-4 *3 (-495)) (-4 *3 (-961)) (-4 *2 (-716)))))
-((-2832 (((-3 (-630 |#1|) "failed") |#2| (-830)) 18 T ELT)))
-(((-868 |#1| |#2|) (-10 -7 (-15 -2832 ((-3 (-630 |#1|) "failed") |#2| (-830)))) (-495) (-600 |#1|)) (T -868))
-((-2832 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-830)) (-4 *5 (-495)) (-5 *2 (-630 *5)) (-5 *1 (-868 *5 *3)) (-4 *3 (-600 *5)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1035 |#1|)) (|has| |#1| (-756))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-756)) ELT)) (-3789 ((|#1| $ (-484) |#1|) 18 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) NIL T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1576 ((|#1| $ (-484) |#1|) 17 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 15 T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) NIL T ELT) (((-484) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) NIL (|has| |#1| (-72)) ELT)) (-3615 (($ (-694) |#1|) 14 T ELT)) (-2200 (((-484) $) 10 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) 23 T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) 22 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-2304 (($ |#1| $ (-484)) NIL T ELT) (($ $ $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) NIL (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2199 (($ $ |#1|) 19 (|has| $ (-1035 |#1|)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) 11 T ELT)) (-3801 ((|#1| $ (-484) |#1|) NIL T ELT) ((|#1| $ (-484)) 16 T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-2305 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) 20 T ELT)) (-3973 (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 13 T ELT)) (-3803 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3958 (((-694) $) 8 T ELT)))
-(((-869 |#1|) (-19 |#1|) (-1129)) (T -869))
-NIL
-((-3842 (((-869 |#2|) (-1 |#2| |#1| |#2|) (-869 |#1|) |#2|) 16 T ELT)) (-3843 ((|#2| (-1 |#2| |#1| |#2|) (-869 |#1|) |#2|) 18 T ELT)) (-3959 (((-869 |#2|) (-1 |#2| |#1|) (-869 |#1|)) 13 T ELT)))
-(((-870 |#1| |#2|) (-10 -7 (-15 -3842 ((-869 |#2|) (-1 |#2| |#1| |#2|) (-869 |#1|) |#2|)) (-15 -3843 (|#2| (-1 |#2| |#1| |#2|) (-869 |#1|) |#2|)) (-15 -3959 ((-869 |#2|) (-1 |#2| |#1|) (-869 |#1|)))) (-1129) (-1129)) (T -870))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-869 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-869 *6)) (-5 *1 (-870 *5 *6)))) (-3843 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-869 *5)) (-4 *5 (-1129)) (-4 *2 (-1129)) (-5 *1 (-870 *5 *2)))) (-3842 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-869 *6)) (-4 *6 (-1129)) (-4 *5 (-1129)) (-5 *2 (-869 *5)) (-5 *1 (-870 *6 *5)))))
-((-2833 (($ $ (-1004 $)) 7 T ELT) (($ $ (-1090)) 6 T ELT)))
-(((-871) (-113)) (T -871))
-((-2833 (*1 *1 *1 *2) (-12 (-5 *2 (-1004 *1)) (-4 *1 (-871)))) (-2833 (*1 *1 *1 *2) (-12 (-4 *1 (-871)) (-5 *2 (-1090)))))
-(-13 (-10 -8 (-15 -2833 ($ $ (-1090))) (-15 -2833 ($ $ (-1004 $)))))
-((-2834 (((-2 (|:| -3955 (-583 (-484))) (|:| |poly| (-583 (-1085 |#1|))) (|:| |prim| (-1085 |#1|))) (-583 (-857 |#1|)) (-583 (-1090)) (-1090)) 26 T ELT) (((-2 (|:| -3955 (-583 (-484))) (|:| |poly| (-583 (-1085 |#1|))) (|:| |prim| (-1085 |#1|))) (-583 (-857 |#1|)) (-583 (-1090))) 27 T ELT) (((-2 (|:| |coef1| (-484)) (|:| |coef2| (-484)) (|:| |prim| (-1085 |#1|))) (-857 |#1|) (-1090) (-857 |#1|) (-1090)) 49 T ELT)))
-(((-872 |#1|) (-10 -7 (-15 -2834 ((-2 (|:| |coef1| (-484)) (|:| |coef2| (-484)) (|:| |prim| (-1085 |#1|))) (-857 |#1|) (-1090) (-857 |#1|) (-1090))) (-15 -2834 ((-2 (|:| -3955 (-583 (-484))) (|:| |poly| (-583 (-1085 |#1|))) (|:| |prim| (-1085 |#1|))) (-583 (-857 |#1|)) (-583 (-1090)))) (-15 -2834 ((-2 (|:| -3955 (-583 (-484))) (|:| |poly| (-583 (-1085 |#1|))) (|:| |prim| (-1085 |#1|))) (-583 (-857 |#1|)) (-583 (-1090)) (-1090)))) (-13 (-312) (-120))) (T -872))
-((-2834 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-583 (-857 *6))) (-5 *4 (-583 (-1090))) (-5 *5 (-1090)) (-4 *6 (-13 (-312) (-120))) (-5 *2 (-2 (|:| -3955 (-583 (-484))) (|:| |poly| (-583 (-1085 *6))) (|:| |prim| (-1085 *6)))) (-5 *1 (-872 *6)))) (-2834 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-583 (-1090))) (-4 *5 (-13 (-312) (-120))) (-5 *2 (-2 (|:| -3955 (-583 (-484))) (|:| |poly| (-583 (-1085 *5))) (|:| |prim| (-1085 *5)))) (-5 *1 (-872 *5)))) (-2834 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-857 *5)) (-5 *4 (-1090)) (-4 *5 (-13 (-312) (-120))) (-5 *2 (-2 (|:| |coef1| (-484)) (|:| |coef2| (-484)) (|:| |prim| (-1085 *5)))) (-5 *1 (-872 *5)))))
-((-2837 (((-583 |#1|) |#1| |#1|) 47 T ELT)) (-3724 (((-85) |#1|) 44 T ELT)) (-2836 ((|#1| |#1|) 80 T ELT)) (-2835 ((|#1| |#1|) 79 T ELT)))
-(((-873 |#1|) (-10 -7 (-15 -3724 ((-85) |#1|)) (-15 -2835 (|#1| |#1|)) (-15 -2836 (|#1| |#1|)) (-15 -2837 ((-583 |#1|) |#1| |#1|))) (-483)) (T -873))
-((-2837 (*1 *2 *3 *3) (-12 (-5 *2 (-583 *3)) (-5 *1 (-873 *3)) (-4 *3 (-483)))) (-2836 (*1 *2 *2) (-12 (-5 *1 (-873 *2)) (-4 *2 (-483)))) (-2835 (*1 *2 *2) (-12 (-5 *1 (-873 *2)) (-4 *2 (-483)))) (-3724 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-873 *3)) (-4 *3 (-483)))))
-((-2838 (((-1185) (-772)) 9 T ELT)))
-(((-874) (-10 -7 (-15 -2838 ((-1185) (-772))))) (T -874))
-((-2838 (*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1185)) (-5 *1 (-874)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717)))) ELT)) (-2484 (($ $ $) 65 (-12 (|has| |#1| (-717)) (|has| |#2| (-717))) ELT)) (-1312 (((-3 $ #1="failed") $ $) 52 (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717)))) ELT)) (-3137 (((-694)) 36 (-12 (|has| |#1| (-320)) (|has| |#2| (-320))) ELT)) (-2839 ((|#2| $) 22 T ELT)) (-2840 ((|#1| $) 21 T ELT)) (-3725 (($) NIL (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-663)) (|has| |#2| (-663))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717)))) CONST)) (-3468 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-663)) (|has| |#2| (-663)))) ELT)) (-2995 (($) NIL (-12 (|has| |#1| (-320)) (|has| |#2| (-320))) ELT)) (-3187 (((-85) $) NIL (-12 (|has| |#1| (-717)) (|has| |#2| (-717))) ELT)) (-1214 (((-85) $ $) NIL (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717)))) ELT)) (-2410 (((-85) $) NIL (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-663)) (|has| |#2| (-663)))) ELT)) (-2532 (($ $ $) NIL (OR (-12 (|has| |#1| (-717)) (|has| |#2| (-717))) (-12 (|has| |#1| (-756)) (|has| |#2| (-756)))) ELT)) (-2858 (($ $ $) NIL (OR (-12 (|has| |#1| (-717)) (|has| |#2| (-717))) (-12 (|has| |#1| (-756)) (|has| |#2| (-756)))) ELT)) (-2841 (($ |#1| |#2|) 20 T ELT)) (-2010 (((-830) $) NIL (-12 (|has| |#1| (-320)) (|has| |#2| (-320))) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 39 (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) ELT)) (-2400 (($ (-830)) NIL (-12 (|has| |#1| (-320)) (|has| |#2| (-320))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3010 (($ $ $) NIL (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) ELT)) (-2436 (($ $ $) NIL (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) ELT)) (-3947 (((-772) $) 14 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 42 (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717)))) CONST)) (-2667 (($) 25 (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-663)) (|has| |#2| (-663)))) CONST)) (-2567 (((-85) $ $) NIL (OR (-12 (|has| |#1| (-717)) (|has| |#2| (-717))) (-12 (|has| |#1| (-756)) (|has| |#2| (-756)))) ELT)) (-2568 (((-85) $ $) NIL (OR (-12 (|has| |#1| (-717)) (|has| |#2| (-717))) (-12 (|has| |#1| (-756)) (|has| |#2| (-756)))) ELT)) (-3057 (((-85) $ $) 19 T ELT)) (-2685 (((-85) $ $) NIL (OR (-12 (|has| |#1| (-717)) (|has| |#2| (-717))) (-12 (|has| |#1| (-756)) (|has| |#2| (-756)))) ELT)) (-2686 (((-85) $ $) 69 (OR (-12 (|has| |#1| (-717)) (|has| |#2| (-717))) (-12 (|has| |#1| (-756)) (|has| |#2| (-756)))) ELT)) (-3950 (($ $ $) NIL (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) ELT)) (-3838 (($ $ $) 58 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT) (($ $) 55 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT)) (-3840 (($ $ $) 45 (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717)))) ELT)) (** (($ $ (-484)) NIL (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) ELT) (($ $ (-694)) 32 (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-663)) (|has| |#2| (-663)))) ELT) (($ $ (-830)) NIL (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-663)) (|has| |#2| (-663)))) ELT)) (* (($ (-484) $) 62 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT) (($ (-694) $) 48 (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717)))) ELT) (($ (-830) $) NIL (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-717)) (|has| |#2| (-717)))) ELT) (($ $ $) 28 (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-663)) (|has| |#2| (-663)))) ELT)))
-(((-875 |#1| |#2|) (-13 (-1013) (-10 -8 (IF (|has| |#1| (-320)) (IF (|has| |#2| (-320)) (-6 (-320)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-663)) (IF (|has| |#2| (-663)) (-6 (-663)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-104)) (IF (|has| |#2| (-104)) (-6 (-104)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-413)) (IF (|has| |#2| (-413)) (-6 (-413)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-717)) (IF (|has| |#2| (-717)) (-6 (-717)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-756)) (IF (|has| |#2| (-756)) (-6 (-756)) |%noBranch|) |%noBranch|) (-15 -2841 ($ |#1| |#2|)) (-15 -2840 (|#1| $)) (-15 -2839 (|#2| $)))) (-1013) (-1013)) (T -875))
-((-2841 (*1 *1 *2 *3) (-12 (-5 *1 (-875 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))) (-2840 (*1 *2 *1) (-12 (-4 *2 (-1013)) (-5 *1 (-875 *2 *3)) (-4 *3 (-1013)))) (-2839 (*1 *2 *1) (-12 (-4 *2 (-1013)) (-5 *1 (-875 *3 *2)) (-4 *3 (-1013)))))
-((-3403 (((-1015) $) 13 T ELT)) (-2842 (($ (-446) (-1015)) 15 T ELT)) (-3543 (((-446) $) 11 T ELT)) (-3947 (((-772) $) 25 T ELT)))
-(((-876) (-13 (-552 (-772)) (-10 -8 (-15 -3543 ((-446) $)) (-15 -3403 ((-1015) $)) (-15 -2842 ($ (-446) (-1015)))))) (T -876))
-((-3543 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-876)))) (-3403 (*1 *2 *1) (-12 (-5 *2 (-1015)) (-5 *1 (-876)))) (-2842 (*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-1015)) (-5 *1 (-876)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) 29 T ELT)) (-2856 (($) 17 T CONST)) (-2562 (($ $ $) NIL T ELT)) (-2561 (($ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2847 (((-632 (-782 $ $)) $) 62 T ELT)) (-2849 (((-632 $) $) 52 T ELT)) (-2846 (((-632 (-782 $ $)) $) 63 T ELT)) (-2845 (((-632 (-782 $ $)) $) 64 T ELT)) (-2850 (((-632 |#1|) $) 43 T ELT)) (-2848 (((-632 (-782 $ $)) $) 61 T ELT)) (-2854 (($ $ $) 38 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2855 (($) 16 T CONST)) (-2853 (($ $ $) 39 T ELT)) (-2843 (($ $ $) 36 T ELT)) (-2844 (($ $ $) 34 T ELT)) (-3947 (((-772) $) 66 T ELT) (($ |#1|) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2563 (($ $ $) NIL T ELT)) (-2311 (($ $ $) 37 T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) 35 T ELT)))
-(((-877 |#1|) (-13 (-880) (-555 |#1|) (-10 -8 (-15 -2850 ((-632 |#1|) $)) (-15 -2849 ((-632 $) $)) (-15 -2848 ((-632 (-782 $ $)) $)) (-15 -2847 ((-632 (-782 $ $)) $)) (-15 -2846 ((-632 (-782 $ $)) $)) (-15 -2845 ((-632 (-782 $ $)) $)) (-15 -2844 ($ $ $)) (-15 -2843 ($ $ $)))) (-1013)) (T -877))
-((-2850 (*1 *2 *1) (-12 (-5 *2 (-632 *3)) (-5 *1 (-877 *3)) (-4 *3 (-1013)))) (-2849 (*1 *2 *1) (-12 (-5 *2 (-632 (-877 *3))) (-5 *1 (-877 *3)) (-4 *3 (-1013)))) (-2848 (*1 *2 *1) (-12 (-5 *2 (-632 (-782 (-877 *3) (-877 *3)))) (-5 *1 (-877 *3)) (-4 *3 (-1013)))) (-2847 (*1 *2 *1) (-12 (-5 *2 (-632 (-782 (-877 *3) (-877 *3)))) (-5 *1 (-877 *3)) (-4 *3 (-1013)))) (-2846 (*1 *2 *1) (-12 (-5 *2 (-632 (-782 (-877 *3) (-877 *3)))) (-5 *1 (-877 *3)) (-4 *3 (-1013)))) (-2845 (*1 *2 *1) (-12 (-5 *2 (-632 (-782 (-877 *3) (-877 *3)))) (-5 *1 (-877 *3)) (-4 *3 (-1013)))) (-2844 (*1 *1 *1 *1) (-12 (-5 *1 (-877 *2)) (-4 *2 (-1013)))) (-2843 (*1 *1 *1 *1) (-12 (-5 *1 (-877 *2)) (-4 *2 (-1013)))))
-((-3650 (((-877 |#1|) (-877 |#1|)) 46 T ELT)) (-2852 (((-877 |#1|) (-877 |#1|)) 22 T ELT)) (-2851 (((-1009 |#1|) (-877 |#1|)) 41 T ELT)))
-(((-878 |#1|) (-13 (-1129) (-10 -7 (-15 -2852 ((-877 |#1|) (-877 |#1|))) (-15 -2851 ((-1009 |#1|) (-877 |#1|))) (-15 -3650 ((-877 |#1|) (-877 |#1|))))) (-1013)) (T -878))
-((-2852 (*1 *2 *2) (-12 (-5 *2 (-877 *3)) (-4 *3 (-1013)) (-5 *1 (-878 *3)))) (-2851 (*1 *2 *3) (-12 (-5 *3 (-877 *4)) (-4 *4 (-1013)) (-5 *2 (-1009 *4)) (-5 *1 (-878 *4)))) (-3650 (*1 *2 *2) (-12 (-5 *2 (-877 *3)) (-4 *3 (-1013)) (-5 *1 (-878 *3)))))
-((-3959 (((-877 |#2|) (-1 |#2| |#1|) (-877 |#1|)) 29 T ELT)))
-(((-879 |#1| |#2|) (-13 (-1129) (-10 -7 (-15 -3959 ((-877 |#2|) (-1 |#2| |#1|) (-877 |#1|))))) (-1013) (-1013)) (T -879))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-877 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *2 (-877 *6)) (-5 *1 (-879 *5 *6)))))
-((-2569 (((-85) $ $) 19 T ELT)) (-2313 (($ $) 8 T ELT)) (-2856 (($) 17 T CONST)) (-2562 (($ $ $) 9 T ELT)) (-2561 (($ $) 11 T ELT)) (-3243 (((-1073) $) 23 T ELT)) (-2854 (($ $ $) 15 T ELT)) (-3244 (((-1033) $) 22 T ELT)) (-2855 (($) 16 T CONST)) (-2853 (($ $ $) 14 T ELT)) (-3947 (((-772) $) 21 T ELT)) (-1265 (((-85) $ $) 20 T ELT)) (-2563 (($ $ $) 10 T ELT)) (-2311 (($ $ $) 6 T ELT)) (-3057 (((-85) $ $) 18 T ELT)) (-2312 (($ $ $) 7 T ELT)))
-(((-880) (-113)) (T -880))
-((-2856 (*1 *1) (-4 *1 (-880))) (-2855 (*1 *1) (-4 *1 (-880))) (-2854 (*1 *1 *1 *1) (-4 *1 (-880))) (-2853 (*1 *1 *1 *1) (-4 *1 (-880))))
-(-13 (-84) (-1013) (-10 -8 (-15 -2856 ($) -3953) (-15 -2855 ($) -3953) (-15 -2854 ($ $ $)) (-15 -2853 ($ $ $))))
-(((-72) . T) ((-84) . T) ((-552 (-772)) . T) ((-13) . T) ((-604) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3725 (($) 6 T CONST)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 51 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 48 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 47 T ELT)) (-2857 (($ $ $) 39 T ELT)) (-3519 (($ $ $) 40 T ELT)) (-2609 (((-583 |#1|) $) 46 T ELT)) (-3246 (((-85) |#1| $) 50 (|has| |#1| (-72)) ELT)) (-2858 ((|#1| $) 41 T ELT)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 34 T ELT)) (-3610 (($ |#1| $) 35 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-1275 ((|#1| $) 36 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 44 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-1730 (((-694) |#1| $) 49 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 45 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 43 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 42 T ELT)))
-(((-881 |#1|) (-113) (-756)) (T -881))
-((-2858 (*1 *2 *1) (-12 (-4 *1 (-881 *2)) (-4 *2 (-756)))) (-3519 (*1 *1 *1 *1) (-12 (-4 *1 (-881 *2)) (-4 *2 (-756)))) (-2857 (*1 *1 *1 *1) (-12 (-4 *1 (-881 *2)) (-4 *2 (-756)))))
-(-13 (-76 |t#1|) (-318 |t#1|) (-10 -8 (-15 -2858 (|t#1| $)) (-15 -3519 ($ $ $)) (-15 -2857 ($ $ $))))
-(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1129) . T))
-((-2870 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3145 |#2|)) |#2| |#2|) 105 T ELT)) (-3756 ((|#2| |#2| |#2|) 103 T ELT)) (-2871 (((-2 (|:| |coef2| |#2|) (|:| -3145 |#2|)) |#2| |#2|) 107 T ELT)) (-2872 (((-2 (|:| |coef1| |#2|) (|:| -3145 |#2|)) |#2| |#2|) 109 T ELT)) (-2879 (((-2 (|:| |coef2| |#2|) (|:| -2877 |#1|)) |#2| |#2|) 132 (|has| |#1| (-392)) ELT)) (-2886 (((-2 (|:| |coef2| |#2|) (|:| -3757 |#1|)) |#2| |#2|) 56 T ELT)) (-2860 (((-2 (|:| |coef2| |#2|) (|:| -3757 |#1|)) |#2| |#2|) 80 T ELT)) (-2861 (((-2 (|:| |coef1| |#2|) (|:| -3757 |#1|)) |#2| |#2|) 82 T ELT)) (-2869 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 96 T ELT)) (-2864 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-694)) 89 T ELT)) (-2874 (((-2 (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2|) 121 T ELT)) (-2867 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-694)) 92 T ELT)) (-2876 (((-583 (-694)) |#2| |#2|) 102 T ELT)) (-2884 ((|#1| |#2| |#2|) 50 T ELT)) (-2878 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2877 |#1|)) |#2| |#2|) 130 (|has| |#1| (-392)) ELT)) (-2877 ((|#1| |#2| |#2|) 128 (|has| |#1| (-392)) ELT)) (-2885 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3757 |#1|)) |#2| |#2|) 54 T ELT)) (-2859 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3757 |#1|)) |#2| |#2|) 79 T ELT)) (-3757 ((|#1| |#2| |#2|) 76 T ELT)) (-3753 (((-2 (|:| -3955 |#1|) (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2|) 41 T ELT)) (-2883 ((|#2| |#2| |#2| |#2| |#1|) 67 T ELT)) (-2868 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 94 T ELT)) (-3191 ((|#2| |#2| |#2|) 93 T ELT)) (-2863 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-694)) 87 T ELT)) (-2862 ((|#2| |#2| |#2| (-694)) 85 T ELT)) (-3145 ((|#2| |#2| |#2|) 136 (|has| |#1| (-392)) ELT)) (-3467 (((-1179 |#2|) (-1179 |#2|) |#1|) 22 T ELT)) (-2880 (((-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2|) 46 T ELT)) (-2873 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2|) 119 T ELT)) (-3758 ((|#1| |#2|) 116 T ELT)) (-2866 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-694)) 91 T ELT)) (-2865 ((|#2| |#2| |#2| (-694)) 90 T ELT)) (-2875 (((-583 |#2|) |#2| |#2|) 99 T ELT)) (-2882 ((|#2| |#2| |#1| |#1| (-694)) 62 T ELT)) (-2881 ((|#1| |#1| |#1| (-694)) 61 T ELT)) (* (((-1179 |#2|) |#1| (-1179 |#2|)) 17 T ELT)))
-(((-882 |#1| |#2|) (-10 -7 (-15 -3757 (|#1| |#2| |#2|)) (-15 -2859 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3757 |#1|)) |#2| |#2|)) (-15 -2860 ((-2 (|:| |coef2| |#2|) (|:| -3757 |#1|)) |#2| |#2|)) (-15 -2861 ((-2 (|:| |coef1| |#2|) (|:| -3757 |#1|)) |#2| |#2|)) (-15 -2862 (|#2| |#2| |#2| (-694))) (-15 -2863 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-694))) (-15 -2864 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-694))) (-15 -2865 (|#2| |#2| |#2| (-694))) (-15 -2866 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-694))) (-15 -2867 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-694))) (-15 -3191 (|#2| |#2| |#2|)) (-15 -2868 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2869 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3756 (|#2| |#2| |#2|)) (-15 -2870 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3145 |#2|)) |#2| |#2|)) (-15 -2871 ((-2 (|:| |coef2| |#2|) (|:| -3145 |#2|)) |#2| |#2|)) (-15 -2872 ((-2 (|:| |coef1| |#2|) (|:| -3145 |#2|)) |#2| |#2|)) (-15 -3758 (|#1| |#2|)) (-15 -2873 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2|)) (-15 -2874 ((-2 (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2|)) (-15 -2875 ((-583 |#2|) |#2| |#2|)) (-15 -2876 ((-583 (-694)) |#2| |#2|)) (IF (|has| |#1| (-392)) (PROGN (-15 -2877 (|#1| |#2| |#2|)) (-15 -2878 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2877 |#1|)) |#2| |#2|)) (-15 -2879 ((-2 (|:| |coef2| |#2|) (|:| -2877 |#1|)) |#2| |#2|)) (-15 -3145 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1179 |#2|) |#1| (-1179 |#2|))) (-15 -3467 ((-1179 |#2|) (-1179 |#2|) |#1|)) (-15 -3753 ((-2 (|:| -3955 |#1|) (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2|)) (-15 -2880 ((-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) |#2| |#2|)) (-15 -2881 (|#1| |#1| |#1| (-694))) (-15 -2882 (|#2| |#2| |#1| |#1| (-694))) (-15 -2883 (|#2| |#2| |#2| |#2| |#1|)) (-15 -2884 (|#1| |#2| |#2|)) (-15 -2885 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3757 |#1|)) |#2| |#2|)) (-15 -2886 ((-2 (|:| |coef2| |#2|) (|:| -3757 |#1|)) |#2| |#2|))) (-495) (-1155 |#1|)) (T -882))
-((-2886 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3757 *4))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2885 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3757 *4))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2884 (*1 *2 *3 *3) (-12 (-4 *2 (-495)) (-5 *1 (-882 *2 *3)) (-4 *3 (-1155 *2)))) (-2883 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-495)) (-5 *1 (-882 *3 *2)) (-4 *2 (-1155 *3)))) (-2882 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-694)) (-4 *3 (-495)) (-5 *1 (-882 *3 *2)) (-4 *2 (-1155 *3)))) (-2881 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-694)) (-4 *2 (-495)) (-5 *1 (-882 *2 *4)) (-4 *4 (-1155 *2)))) (-2880 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-3753 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| -3955 *4) (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-3467 (*1 *2 *2 *3) (-12 (-5 *2 (-1179 *4)) (-4 *4 (-1155 *3)) (-4 *3 (-495)) (-5 *1 (-882 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1179 *4)) (-4 *4 (-1155 *3)) (-4 *3 (-495)) (-5 *1 (-882 *3 *4)))) (-3145 (*1 *2 *2 *2) (-12 (-4 *3 (-392)) (-4 *3 (-495)) (-5 *1 (-882 *3 *2)) (-4 *2 (-1155 *3)))) (-2879 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2877 *4))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2878 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2877 *4))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2877 (*1 *2 *3 *3) (-12 (-4 *2 (-495)) (-4 *2 (-392)) (-5 *1 (-882 *2 *3)) (-4 *3 (-1155 *2)))) (-2876 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-583 (-694))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2875 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-583 *3)) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2874 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3758 *4))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2873 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3758 *4))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-3758 (*1 *2 *3) (-12 (-4 *2 (-495)) (-5 *1 (-882 *2 *3)) (-4 *3 (-1155 *2)))) (-2872 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3145 *3))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2871 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3145 *3))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2870 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3145 *3))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-3756 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-882 *3 *2)) (-4 *2 (-1155 *3)))) (-2869 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2868 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-3191 (*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-882 *3 *2)) (-4 *2 (-1155 *3)))) (-2867 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-694)) (-4 *5 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-882 *5 *3)) (-4 *3 (-1155 *5)))) (-2866 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-694)) (-4 *5 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-882 *5 *3)) (-4 *3 (-1155 *5)))) (-2865 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-694)) (-4 *4 (-495)) (-5 *1 (-882 *4 *2)) (-4 *2 (-1155 *4)))) (-2864 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-694)) (-4 *5 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-882 *5 *3)) (-4 *3 (-1155 *5)))) (-2863 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-694)) (-4 *5 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-882 *5 *3)) (-4 *3 (-1155 *5)))) (-2862 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-694)) (-4 *4 (-495)) (-5 *1 (-882 *4 *2)) (-4 *2 (-1155 *4)))) (-2861 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3757 *4))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2860 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3757 *4))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-2859 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3757 *4))) (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))) (-3757 (*1 *2 *3 *3) (-12 (-4 *2 (-495)) (-5 *1 (-882 *2 *3)) (-4 *3 (-1155 *2)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3319 (((-1130) $) 14 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3207 (((-1049) $) 11 T ELT)) (-3947 (((-772) $) 21 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-883) (-13 (-995) (-10 -8 (-15 -3207 ((-1049) $)) (-15 -3319 ((-1130) $))))) (T -883))
-((-3207 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-883)))) (-3319 (*1 *2 *1) (-12 (-5 *2 (-1130)) (-5 *1 (-883)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 40 T ELT)) (-1312 (((-3 $ "failed") $ $) 54 T ELT)) (-3725 (($) NIL T CONST)) (-2888 (((-583 (-782 (-830) (-830))) $) 64 T ELT)) (-3187 (((-85) $) NIL T ELT)) (-2887 (((-830) $) 91 T ELT)) (-2890 (((-583 (-830)) $) 17 T ELT)) (-2889 (((-1069 $) (-694)) 39 T ELT)) (-2891 (($ (-583 (-830))) 16 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3010 (($ $) 67 T ELT)) (-3947 (((-772) $) 87 T ELT) (((-583 (-830)) $) 11 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) 10 T CONST)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 44 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 42 T ELT)) (-3840 (($ $ $) 46 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) 49 T ELT)) (-3958 (((-694) $) 22 T ELT)))
-(((-884) (-13 (-721) (-552 (-583 (-830))) (-10 -8 (-15 -2891 ($ (-583 (-830)))) (-15 -2890 ((-583 (-830)) $)) (-15 -3958 ((-694) $)) (-15 -2889 ((-1069 $) (-694))) (-15 -2888 ((-583 (-782 (-830) (-830))) $)) (-15 -2887 ((-830) $)) (-15 -3010 ($ $))))) (T -884))
-((-2891 (*1 *1 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-884)))) (-2890 (*1 *2 *1) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-884)))) (-3958 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-884)))) (-2889 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1069 (-884))) (-5 *1 (-884)))) (-2888 (*1 *2 *1) (-12 (-5 *2 (-583 (-782 (-830) (-830)))) (-5 *1 (-884)))) (-2887 (*1 *2 *1) (-12 (-5 *2 (-830)) (-5 *1 (-884)))) (-3010 (*1 *1 *1) (-5 *1 (-884))))
-((-3950 (($ $ |#2|) 31 T ELT)) (-3838 (($ $) 23 T ELT) (($ $ $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 17 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) 21 T ELT) (($ |#2| $) 20 T ELT) (($ (-350 (-484)) $) 27 T ELT) (($ $ (-350 (-484))) 29 T ELT)))
-(((-885 |#1| |#2| |#3| |#4|) (-10 -7 (-15 * (|#1| |#1| (-350 (-484)))) (-15 * (|#1| (-350 (-484)) |#1|)) (-15 -3950 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1|)) (-15 * (|#1| (-484) |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 * (|#1| (-830) |#1|))) (-886 |#2| |#3| |#4|) (-961) (-716) (-756)) (T -885))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3082 (((-583 |#3|) $) 95 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 71 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 72 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 74 (|has| |#1| (-495)) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3960 (($ $) 80 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2893 (((-85) $) 94 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3938 (((-85) $) 82 T ELT)) (-2894 (($ |#1| |#2|) 81 T ELT) (($ $ |#3| |#2|) 97 T ELT) (($ $ (-583 |#3|) (-583 |#2|)) 96 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-2895 (($ $) 85 T ELT)) (-3175 ((|#1| $) 86 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3467 (((-3 $ "failed") $ $) 70 (|has| |#1| (-495)) ELT)) (-3949 ((|#2| $) 84 T ELT)) (-2892 (($ $) 93 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ (-350 (-484))) 77 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) 69 (|has| |#1| (-495)) ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT)) (-3678 ((|#1| $ |#2|) 79 T ELT)) (-2703 (((-632 $) $) 68 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 73 (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-484)) $) 76 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 75 (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-886 |#1| |#2| |#3|) (-113) (-961) (-716) (-756)) (T -886))
-((-3175 (*1 *2 *1) (-12 (-4 *1 (-886 *2 *3 *4)) (-4 *3 (-716)) (-4 *4 (-756)) (-4 *2 (-961)))) (-2895 (*1 *1 *1) (-12 (-4 *1 (-886 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-716)) (-4 *4 (-756)))) (-3949 (*1 *2 *1) (-12 (-4 *1 (-886 *3 *2 *4)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *2 (-716)))) (-2894 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-886 *4 *3 *2)) (-4 *4 (-961)) (-4 *3 (-716)) (-4 *2 (-756)))) (-2894 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 *6)) (-5 *3 (-583 *5)) (-4 *1 (-886 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-716)) (-4 *6 (-756)))) (-3082 (*1 *2 *1) (-12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-716)) (-4 *5 (-756)) (-5 *2 (-583 *5)))) (-2893 (*1 *2 *1) (-12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-716)) (-4 *5 (-756)) (-5 *2 (-85)))) (-2892 (*1 *1 *1) (-12 (-4 *1 (-886 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-716)) (-4 *4 (-756)))))
-(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -2894 ($ $ |t#3| |t#2|)) (-15 -2894 ($ $ (-583 |t#3|) (-583 |t#2|))) (-15 -2895 ($ $)) (-15 -3175 (|t#1| $)) (-15 -3949 (|t#2| $)) (-15 -3082 ((-583 |t#3|) $)) (-15 -2893 ((-85) $)) (-15 -2892 ($ $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-495)) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-555 (-484)) . T) ((-555 |#1|) |has| |#1| (-146)) ((-555 $) |has| |#1| (-495)) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-246) |has| |#1| (-495)) ((-495) |has| |#1| (-495)) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) |has| |#1| (-495)) ((-654 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) |has| |#1| (-495)) ((-663) . T) ((-963 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-968 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2896 (((-1001 (-179)) $) 8 T ELT)) (-2897 (((-1001 (-179)) $) 9 T ELT)) (-2898 (((-1001 (-179)) $) 10 T ELT)) (-2899 (((-583 (-583 (-854 (-179)))) $) 11 T ELT)) (-3947 (((-772) $) 6 T ELT)))
-(((-887) (-113)) (T -887))
-((-2899 (*1 *2 *1) (-12 (-4 *1 (-887)) (-5 *2 (-583 (-583 (-854 (-179))))))) (-2898 (*1 *2 *1) (-12 (-4 *1 (-887)) (-5 *2 (-1001 (-179))))) (-2897 (*1 *2 *1) (-12 (-4 *1 (-887)) (-5 *2 (-1001 (-179))))) (-2896 (*1 *2 *1) (-12 (-4 *1 (-887)) (-5 *2 (-1001 (-179))))))
-(-13 (-552 (-772)) (-10 -8 (-15 -2899 ((-583 (-583 (-854 (-179)))) $)) (-15 -2898 ((-1001 (-179)) $)) (-15 -2897 ((-1001 (-179)) $)) (-15 -2896 ((-1001 (-179)) $))))
-(((-552 (-772)) . T))
-((-3082 (((-583 |#4|) $) 23 T ELT)) (-2909 (((-85) $) 55 T ELT)) (-2900 (((-85) $) 54 T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#4|) 42 T ELT)) (-2905 (((-85) $) 56 T ELT)) (-2907 (((-85) $ $) 62 T ELT)) (-2906 (((-85) $ $) 65 T ELT)) (-2908 (((-85) $) 60 T ELT)) (-2901 (((-583 |#5|) (-583 |#5|) $) 98 T ELT)) (-2902 (((-583 |#5|) (-583 |#5|) $) 95 T ELT)) (-2903 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 88 T ELT)) (-2915 (((-583 |#4|) $) 27 T ELT)) (-2914 (((-85) |#4| $) 34 T ELT)) (-2904 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 81 T ELT)) (-2911 (($ $ |#4|) 39 T ELT)) (-2913 (($ $ |#4|) 38 T ELT)) (-2912 (($ $ |#4|) 40 T ELT)) (-3057 (((-85) $ $) 46 T ELT)))
-(((-888 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2900 ((-85) |#1|)) (-15 -2901 ((-583 |#5|) (-583 |#5|) |#1|)) (-15 -2902 ((-583 |#5|) (-583 |#5|) |#1|)) (-15 -2903 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2904 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2905 ((-85) |#1|)) (-15 -2906 ((-85) |#1| |#1|)) (-15 -2907 ((-85) |#1| |#1|)) (-15 -2908 ((-85) |#1|)) (-15 -2909 ((-85) |#1|)) (-15 -2910 ((-2 (|:| |under| |#1|) (|:| -3131 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -2911 (|#1| |#1| |#4|)) (-15 -2912 (|#1| |#1| |#4|)) (-15 -2913 (|#1| |#1| |#4|)) (-15 -2914 ((-85) |#4| |#1|)) (-15 -2915 ((-583 |#4|) |#1|)) (-15 -3082 ((-583 |#4|) |#1|)) (-15 -3057 ((-85) |#1| |#1|))) (-889 |#2| |#3| |#4| |#5|) (-961) (-717) (-756) (-977 |#2| |#3| |#4|)) (T -888))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3082 (((-583 |#3|) $) 38 T ELT)) (-2909 (((-85) $) 31 T ELT)) (-2900 (((-85) $) 22 (|has| |#1| (-495)) ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3711 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT)) (-3725 (($) 57 T CONST)) (-2905 (((-85) $) 27 (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) 29 (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) 28 (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) 30 (|has| |#1| (-495)) ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) 23 (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) 24 (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ "failed") (-583 |#4|)) 41 T ELT)) (-3157 (($ (-583 |#4|)) 40 T ELT)) (-1353 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3407 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-495)) ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT)) (-3181 ((|#3| $) 39 T ELT)) (-2609 (((-583 |#4|) $) 47 T ELT)) (-3246 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3959 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2915 (((-583 |#3|) $) 37 T ELT)) (-2914 (((-85) |#3| $) 36 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-495)) ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1354 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) 53 T ELT)) (-3404 (((-85) $) 56 T ELT)) (-3566 (($) 55 T ELT)) (-1730 (((-694) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) 46 T ELT)) (-3401 (($ $) 54 T ELT)) (-3973 (((-473) $) 69 (|has| |#4| (-553 (-473))) ELT)) (-3531 (($ (-583 |#4|)) 63 T ELT)) (-2911 (($ $ |#3|) 33 T ELT)) (-2913 (($ $ |#3|) 35 T ELT)) (-2912 (($ $ |#3|) 34 T ELT)) (-3947 (((-772) $) 13 T ELT) (((-583 |#4|) $) 42 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3958 (((-694) $) 43 T ELT)))
-(((-889 |#1| |#2| |#3| |#4|) (-113) (-961) (-717) (-756) (-977 |t#1| |t#2| |t#3|)) (T -889))
-((-3158 (*1 *1 *2) (|partial| -12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *1 (-889 *3 *4 *5 *6)))) (-3157 (*1 *1 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *1 (-889 *3 *4 *5 *6)))) (-3181 (*1 *2 *1) (-12 (-4 *1 (-889 *3 *4 *2 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-977 *3 *4 *2)) (-4 *2 (-756)))) (-3082 (*1 *2 *1) (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-583 *5)))) (-2915 (*1 *2 *1) (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-583 *5)))) (-2914 (*1 *2 *3 *1) (-12 (-4 *1 (-889 *4 *5 *3 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)) (-4 *6 (-977 *4 *5 *3)) (-5 *2 (-85)))) (-2913 (*1 *1 *1 *2) (-12 (-4 *1 (-889 *3 *4 *2 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)) (-4 *5 (-977 *3 *4 *2)))) (-2912 (*1 *1 *1 *2) (-12 (-4 *1 (-889 *3 *4 *2 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)) (-4 *5 (-977 *3 *4 *2)))) (-2911 (*1 *1 *1 *2) (-12 (-4 *1 (-889 *3 *4 *2 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)) (-4 *5 (-977 *3 *4 *2)))) (-2910 (*1 *2 *1 *3) (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)) (-4 *6 (-977 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -3131 *1) (|:| |upper| *1))) (-4 *1 (-889 *4 *5 *3 *6)))) (-2909 (*1 *2 *1) (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85)))) (-2908 (*1 *2 *1) (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-5 *2 (-85)))) (-2907 (*1 *2 *1 *1) (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-5 *2 (-85)))) (-2906 (*1 *2 *1 *1) (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-5 *2 (-85)))) (-2905 (*1 *2 *1) (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-5 *2 (-85)))) (-2904 (*1 *2 *3 *1) (-12 (-4 *1 (-889 *4 *5 *6 *3)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-4 *4 (-495)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-2903 (*1 *2 *3 *1) (-12 (-4 *1 (-889 *4 *5 *6 *3)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-4 *4 (-495)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-2902 (*1 *2 *2 *1) (-12 (-5 *2 (-583 *6)) (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)))) (-2901 (*1 *2 *2 *1) (-12 (-5 *2 (-583 *6)) (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)))) (-2900 (*1 *2 *1) (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-5 *2 (-85)))))
-(-13 (-1013) (-124 |t#4|) (-318 |t#4|) (-552 (-583 |t#4|)) (-10 -8 (-15 -3158 ((-3 $ "failed") (-583 |t#4|))) (-15 -3157 ($ (-583 |t#4|))) (-15 -3181 (|t#3| $)) (-15 -3082 ((-583 |t#3|) $)) (-15 -2915 ((-583 |t#3|) $)) (-15 -2914 ((-85) |t#3| $)) (-15 -2913 ($ $ |t#3|)) (-15 -2912 ($ $ |t#3|)) (-15 -2911 ($ $ |t#3|)) (-15 -2910 ((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |t#3|)) (-15 -2909 ((-85) $)) (IF (|has| |t#1| (-495)) (PROGN (-15 -2908 ((-85) $)) (-15 -2907 ((-85) $ $)) (-15 -2906 ((-85) $ $)) (-15 -2905 ((-85) $)) (-15 -2904 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -2903 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -2902 ((-583 |t#4|) (-583 |t#4|) $)) (-15 -2901 ((-583 |t#4|) (-583 |t#4|) $)) (-15 -2900 ((-85) $))) |%noBranch|)))
-(((-34) . T) ((-72) . T) ((-552 (-583 |#4|)) . T) ((-552 (-772)) . T) ((-124 |#4|) . T) ((-553 (-473)) |has| |#4| (-553 (-473))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-455 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2917 (((-583 |#4|) |#4| |#4|) 135 T ELT)) (-2940 (((-583 |#4|) (-583 |#4|) (-85)) 123 (|has| |#1| (-392)) ELT) (((-583 |#4|) (-583 |#4|)) 124 (|has| |#1| (-392)) ELT)) (-2927 (((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 |#4|)) 44 T ELT)) (-2926 (((-85) |#4|) 43 T ELT)) (-2939 (((-583 |#4|) |#4|) 120 (|has| |#1| (-392)) ELT)) (-2922 (((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-1 (-85) |#4|) (-583 |#4|)) 24 T ELT)) (-2923 (((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 (-1 (-85) |#4|)) (-583 |#4|)) 30 T ELT)) (-2924 (((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 (-1 (-85) |#4|)) (-583 |#4|)) 31 T ELT)) (-2935 (((-3 (-2 (|:| |bas| (-416 |#1| |#2| |#3| |#4|)) (|:| -3324 (-583 |#4|))) "failed") (-583 |#4|)) 90 T ELT)) (-2937 (((-583 |#4|) (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|)) 103 T ELT)) (-2938 (((-583 |#4|) (-583 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|)) 127 T ELT)) (-2916 (((-583 |#4|) (-583 |#4|)) 126 T ELT)) (-2932 (((-583 |#4|) (-583 |#4|) (-583 |#4|) (-85)) 59 T ELT) (((-583 |#4|) (-583 |#4|) (-583 |#4|)) 61 T ELT)) (-2933 ((|#4| |#4| (-583 |#4|)) 60 T ELT)) (-2941 (((-583 |#4|) (-583 |#4|) (-583 |#4|)) 131 (|has| |#1| (-392)) ELT)) (-2943 (((-583 |#4|) (-583 |#4|) (-583 |#4|)) 134 (|has| |#1| (-392)) ELT)) (-2942 (((-583 |#4|) (-583 |#4|) (-583 |#4|)) 133 (|has| |#1| (-392)) ELT)) (-2918 (((-583 |#4|) (-583 |#4|) (-583 |#4|) (-1 (-583 |#4|) (-583 |#4|))) 105 T ELT) (((-583 |#4|) (-583 |#4|) (-583 |#4|)) 107 T ELT) (((-583 |#4|) (-583 |#4|) |#4|) 139 T ELT) (((-583 |#4|) |#4| |#4|) 136 T ELT) (((-583 |#4|) (-583 |#4|)) 106 T ELT)) (-2946 (((-583 |#4|) (-583 |#4|) (-583 |#4|)) 117 (-12 (|has| |#1| (-120)) (|has| |#1| (-258))) ELT)) (-2925 (((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 |#4|)) 52 T ELT)) (-2921 (((-85) (-583 |#4|)) 79 T ELT)) (-2920 (((-85) (-583 |#4|) (-583 (-583 |#4|))) 67 T ELT)) (-2929 (((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 |#4|)) 37 T ELT)) (-2928 (((-85) |#4|) 36 T ELT)) (-2945 (((-583 |#4|) (-583 |#4|)) 116 (-12 (|has| |#1| (-120)) (|has| |#1| (-258))) ELT)) (-2944 (((-583 |#4|) (-583 |#4|)) 115 (-12 (|has| |#1| (-120)) (|has| |#1| (-258))) ELT)) (-2934 (((-583 |#4|) (-583 |#4|)) 83 T ELT)) (-2936 (((-583 |#4|) (-583 |#4|)) 97 T ELT)) (-2919 (((-85) (-583 |#4|) (-583 |#4|)) 65 T ELT)) (-2931 (((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 |#4|)) 50 T ELT)) (-2930 (((-85) |#4|) 45 T ELT)))
-(((-890 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2918 ((-583 |#4|) (-583 |#4|))) (-15 -2918 ((-583 |#4|) |#4| |#4|)) (-15 -2916 ((-583 |#4|) (-583 |#4|))) (-15 -2917 ((-583 |#4|) |#4| |#4|)) (-15 -2918 ((-583 |#4|) (-583 |#4|) |#4|)) (-15 -2918 ((-583 |#4|) (-583 |#4|) (-583 |#4|))) (-15 -2918 ((-583 |#4|) (-583 |#4|) (-583 |#4|) (-1 (-583 |#4|) (-583 |#4|)))) (-15 -2919 ((-85) (-583 |#4|) (-583 |#4|))) (-15 -2920 ((-85) (-583 |#4|) (-583 (-583 |#4|)))) (-15 -2921 ((-85) (-583 |#4|))) (-15 -2922 ((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-1 (-85) |#4|) (-583 |#4|))) (-15 -2923 ((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 (-1 (-85) |#4|)) (-583 |#4|))) (-15 -2924 ((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 (-1 (-85) |#4|)) (-583 |#4|))) (-15 -2925 ((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 |#4|))) (-15 -2926 ((-85) |#4|)) (-15 -2927 ((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 |#4|))) (-15 -2928 ((-85) |#4|)) (-15 -2929 ((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 |#4|))) (-15 -2930 ((-85) |#4|)) (-15 -2931 ((-2 (|:| |goodPols| (-583 |#4|)) (|:| |badPols| (-583 |#4|))) (-583 |#4|))) (-15 -2932 ((-583 |#4|) (-583 |#4|) (-583 |#4|))) (-15 -2932 ((-583 |#4|) (-583 |#4|) (-583 |#4|) (-85))) (-15 -2933 (|#4| |#4| (-583 |#4|))) (-15 -2934 ((-583 |#4|) (-583 |#4|))) (-15 -2935 ((-3 (-2 (|:| |bas| (-416 |#1| |#2| |#3| |#4|)) (|:| -3324 (-583 |#4|))) "failed") (-583 |#4|))) (-15 -2936 ((-583 |#4|) (-583 |#4|))) (-15 -2937 ((-583 |#4|) (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2938 ((-583 |#4|) (-583 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-392)) (PROGN (-15 -2939 ((-583 |#4|) |#4|)) (-15 -2940 ((-583 |#4|) (-583 |#4|))) (-15 -2940 ((-583 |#4|) (-583 |#4|) (-85))) (-15 -2941 ((-583 |#4|) (-583 |#4|) (-583 |#4|))) (-15 -2942 ((-583 |#4|) (-583 |#4|) (-583 |#4|))) (-15 -2943 ((-583 |#4|) (-583 |#4|) (-583 |#4|)))) |%noBranch|) (IF (|has| |#1| (-258)) (IF (|has| |#1| (-120)) (PROGN (-15 -2944 ((-583 |#4|) (-583 |#4|))) (-15 -2945 ((-583 |#4|) (-583 |#4|))) (-15 -2946 ((-583 |#4|) (-583 |#4|) (-583 |#4|)))) |%noBranch|) |%noBranch|)) (-495) (-717) (-756) (-977 |#1| |#2| |#3|)) (T -890))
-((-2946 (*1 *2 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2945 (*1 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2944 (*1 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2943 (*1 *2 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2942 (*1 *2 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2941 (*1 *2 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2940 (*1 *2 *2 *3) (-12 (-5 *2 (-583 *7)) (-5 *3 (-85)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-890 *4 *5 *6 *7)))) (-2940 (*1 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2939 (*1 *2 *3) (-12 (-4 *4 (-392)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 *3)) (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))) (-2938 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-583 *8)) (-5 *3 (-1 (-85) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-890 *5 *6 *7 *8)))) (-2937 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-583 *9)) (-5 *3 (-1 (-85) *9)) (-5 *4 (-1 (-85) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-977 *6 *7 *8)) (-4 *6 (-495)) (-4 *7 (-717)) (-4 *8 (-756)) (-5 *1 (-890 *6 *7 *8 *9)))) (-2936 (*1 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2935 (*1 *2 *3) (|partial| -12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-416 *4 *5 *6 *7)) (|:| -3324 (-583 *7)))) (-5 *1 (-890 *4 *5 *6 *7)) (-5 *3 (-583 *7)))) (-2934 (*1 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2933 (*1 *2 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-890 *4 *5 *6 *2)))) (-2932 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-583 *7)) (-5 *3 (-85)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-890 *4 *5 *6 *7)))) (-2932 (*1 *2 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2931 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-583 *7)) (|:| |badPols| (-583 *7)))) (-5 *1 (-890 *4 *5 *6 *7)) (-5 *3 (-583 *7)))) (-2930 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))) (-2929 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-583 *7)) (|:| |badPols| (-583 *7)))) (-5 *1 (-890 *4 *5 *6 *7)) (-5 *3 (-583 *7)))) (-2928 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))) (-2927 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-583 *7)) (|:| |badPols| (-583 *7)))) (-5 *1 (-890 *4 *5 *6 *7)) (-5 *3 (-583 *7)))) (-2926 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))) (-2925 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-583 *7)) (|:| |badPols| (-583 *7)))) (-5 *1 (-890 *4 *5 *6 *7)) (-5 *3 (-583 *7)))) (-2924 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-1 (-85) *8))) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-2 (|:| |goodPols| (-583 *8)) (|:| |badPols| (-583 *8)))) (-5 *1 (-890 *5 *6 *7 *8)) (-5 *4 (-583 *8)))) (-2923 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-1 (-85) *8))) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-2 (|:| |goodPols| (-583 *8)) (|:| |badPols| (-583 *8)))) (-5 *1 (-890 *5 *6 *7 *8)) (-5 *4 (-583 *8)))) (-2922 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-85) *8)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-2 (|:| |goodPols| (-583 *8)) (|:| |badPols| (-583 *8)))) (-5 *1 (-890 *5 *6 *7 *8)) (-5 *4 (-583 *8)))) (-2921 (*1 *2 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-890 *4 *5 *6 *7)))) (-2920 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-583 *8))) (-5 *3 (-583 *8)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-85)) (-5 *1 (-890 *5 *6 *7 *8)))) (-2919 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-890 *4 *5 *6 *7)))) (-2918 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-583 *7) (-583 *7))) (-5 *2 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-890 *4 *5 *6 *7)))) (-2918 (*1 *2 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2918 (*1 *2 *2 *3) (-12 (-5 *2 (-583 *3)) (-4 *3 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-890 *4 *5 *6 *3)))) (-2917 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 *3)) (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))) (-2916 (*1 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))) (-2918 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 *3)) (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))) (-2918 (*1 *2 *2) (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))))
-((-2947 (((-2 (|:| R (-630 |#1|)) (|:| A (-630 |#1|)) (|:| |Ainv| (-630 |#1|))) (-630 |#1|) (-69 |#1|) (-1 |#1| |#1|)) 19 T ELT)) (-2949 (((-583 (-2 (|:| C (-630 |#1|)) (|:| |g| (-1179 |#1|)))) (-630 |#1|) (-1179 |#1|)) 45 T ELT)) (-2948 (((-630 |#1|) (-630 |#1|) (-630 |#1|) (-69 |#1|) (-1 |#1| |#1|)) 16 T ELT)))
-(((-891 |#1|) (-10 -7 (-15 -2947 ((-2 (|:| R (-630 |#1|)) (|:| A (-630 |#1|)) (|:| |Ainv| (-630 |#1|))) (-630 |#1|) (-69 |#1|) (-1 |#1| |#1|))) (-15 -2948 ((-630 |#1|) (-630 |#1|) (-630 |#1|) (-69 |#1|) (-1 |#1| |#1|))) (-15 -2949 ((-583 (-2 (|:| C (-630 |#1|)) (|:| |g| (-1179 |#1|)))) (-630 |#1|) (-1179 |#1|)))) (-312)) (T -891))
-((-2949 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-5 *2 (-583 (-2 (|:| C (-630 *5)) (|:| |g| (-1179 *5))))) (-5 *1 (-891 *5)) (-5 *3 (-630 *5)) (-5 *4 (-1179 *5)))) (-2948 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-630 *5)) (-5 *3 (-69 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312)) (-5 *1 (-891 *5)))) (-2947 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-69 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-312)) (-5 *2 (-2 (|:| R (-630 *6)) (|:| A (-630 *6)) (|:| |Ainv| (-630 *6)))) (-5 *1 (-891 *6)) (-5 *3 (-630 *6)))))
-((-3972 (((-348 |#4|) |#4|) 61 T ELT)))
-(((-892 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3972 ((-348 |#4|) |#4|))) (-756) (-717) (-392) (-861 |#3| |#2| |#1|)) (T -892))
-((-3972 (*1 *2 *3) (-12 (-4 *4 (-756)) (-4 *5 (-717)) (-4 *6 (-392)) (-5 *2 (-348 *3)) (-5 *1 (-892 *4 *5 *6 *3)) (-4 *3 (-861 *6 *5 *4)))))
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3839 (($ (-694)) 122 (|has| |#1| (-23)) ELT)) (-2198 (((-1185) $ (-484) (-484)) 34 (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) 96 T ELT) (((-85) $) 90 (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) 87 (|has| $ (-1035 |#1|)) ELT) (($ $) 86 (-12 (|has| |#1| (-756)) (|has| $ (-1035 |#1|))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) 97 T ELT) (($ $) 91 (|has| |#1| (-756)) ELT)) (-3789 ((|#1| $ (-484) |#1|) 46 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) 54 (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-2297 (($ $) 88 (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) 98 T ELT)) (-1353 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 109 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 105 T ELT)) (-1576 ((|#1| $ (-484) |#1|) 47 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 45 T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) 95 T ELT) (((-484) |#1| $) 94 (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) 93 (|has| |#1| (-72)) ELT)) (-3707 (($ (-583 |#1|)) 128 T ELT)) (-3836 (((-630 |#1|) $ $) 115 (|has| |#1| (-961)) ELT)) (-3615 (($ (-694) |#1|) 64 T ELT)) (-2200 (((-484) $) 37 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) 80 (|has| |#1| (-756)) ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) 104 T ELT)) (-3246 (((-85) |#1| $) 108 (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) 38 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) 81 (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 111 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3833 ((|#1| $) 112 (-12 (|has| |#1| (-961)) (|has| |#1| (-915))) ELT)) (-3834 ((|#1| $) 113 (-12 (|has| |#1| (-961)) (|has| |#1| (-915))) ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-2304 (($ |#1| $ (-484)) 56 T ELT) (($ $ $ (-484)) 55 T ELT)) (-2203 (((-583 (-484)) $) 40 T ELT)) (-2204 (((-85) (-484) $) 41 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) 36 (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2199 (($ $ |#1|) 35 (|has| $ (-1035 |#1|)) ELT)) (-3770 (($ $ (-583 |#1|)) 126 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 102 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) 42 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ (-484) |#1|) 44 T ELT) ((|#1| $ (-484)) 43 T ELT) (($ $ (-1146 (-484))) 65 T ELT)) (-3837 ((|#1| $ $) 116 (|has| |#1| (-961)) ELT)) (-3912 (((-830) $) 127 T ELT)) (-2305 (($ $ (-484)) 58 T ELT) (($ $ (-1146 (-484))) 57 T ELT)) (-3835 (($ $ $) 114 T ELT)) (-1730 (((-694) |#1| $) 107 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 103 T ELT)) (-1734 (($ $ $ (-484)) 89 (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 72 (|has| |#1| (-553 (-473))) ELT) (($ (-583 |#1|)) 129 T ELT)) (-3531 (($ (-583 |#1|)) 66 T ELT)) (-3803 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-583 $)) 60 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 101 T ELT)) (-2567 (((-85) $ $) 82 (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) 84 (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) 83 (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 85 (|has| |#1| (-756)) ELT)) (-3838 (($ $) 121 (|has| |#1| (-21)) ELT) (($ $ $) 120 (|has| |#1| (-21)) ELT)) (-3840 (($ $ $) 123 (|has| |#1| (-25)) ELT)) (* (($ (-484) $) 119 (|has| |#1| (-21)) ELT) (($ |#1| $) 118 (|has| |#1| (-663)) ELT) (($ $ |#1|) 117 (|has| |#1| (-663)) ELT)) (-3958 (((-694) $) 100 T ELT)))
-(((-893 |#1|) (-113) (-961)) (T -893))
-((-3707 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-961)) (-4 *1 (-893 *3)))) (-3912 (*1 *2 *1) (-12 (-4 *1 (-893 *3)) (-4 *3 (-961)) (-5 *2 (-830)))) (-3835 (*1 *1 *1 *1) (-12 (-4 *1 (-893 *2)) (-4 *2 (-961)))) (-3770 (*1 *1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *1 (-893 *3)) (-4 *3 (-961)))))
-(-13 (-1178 |t#1|) (-557 (-583 |t#1|)) (-10 -8 (-15 -3707 ($ (-583 |t#1|))) (-15 -3912 ((-830) $)) (-15 -3835 ($ $ $)) (-15 -3770 ($ $ (-583 |t#1|)))))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-756)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-756)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-557 (-583 |#1|)) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-241 (-484) |#1|) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-324 |#1|) . T) ((-429 |#1|) . T) ((-538 (-484) |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-593 |#1|) . T) ((-19 |#1|) . T) ((-756) |has| |#1| (-756)) ((-759) |has| |#1| (-756)) ((-1013) OR (|has| |#1| (-1013)) (|has| |#1| (-756))) ((-1035 |#1|) . T) ((-1129) . T) ((-1178 |#1|) . T))
-((-3959 (((-854 |#2|) (-1 |#2| |#1|) (-854 |#1|)) 17 T ELT)))
-(((-894 |#1| |#2|) (-10 -7 (-15 -3959 ((-854 |#2|) (-1 |#2| |#1|) (-854 |#1|)))) (-961) (-961)) (T -894))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-854 *5)) (-4 *5 (-961)) (-4 *6 (-961)) (-5 *2 (-854 *6)) (-5 *1 (-894 *5 *6)))))
-((-2952 ((|#1| (-854 |#1|)) 14 T ELT)) (-2951 ((|#1| (-854 |#1|)) 13 T ELT)) (-2950 ((|#1| (-854 |#1|)) 12 T ELT)) (-2954 ((|#1| (-854 |#1|)) 16 T ELT)) (-2958 ((|#1| (-854 |#1|)) 24 T ELT)) (-2953 ((|#1| (-854 |#1|)) 15 T ELT)) (-2955 ((|#1| (-854 |#1|)) 17 T ELT)) (-2957 ((|#1| (-854 |#1|)) 23 T ELT)) (-2956 ((|#1| (-854 |#1|)) 22 T ELT)))
-(((-895 |#1|) (-10 -7 (-15 -2950 (|#1| (-854 |#1|))) (-15 -2951 (|#1| (-854 |#1|))) (-15 -2952 (|#1| (-854 |#1|))) (-15 -2953 (|#1| (-854 |#1|))) (-15 -2954 (|#1| (-854 |#1|))) (-15 -2955 (|#1| (-854 |#1|))) (-15 -2956 (|#1| (-854 |#1|))) (-15 -2957 (|#1| (-854 |#1|))) (-15 -2958 (|#1| (-854 |#1|)))) (-961)) (T -895))
-((-2958 (*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))) (-2957 (*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))) (-2956 (*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))) (-2955 (*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))) (-2954 (*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))) (-2953 (*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))) (-2952 (*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))) (-2951 (*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))) (-2950 (*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))))
-((-2976 (((-3 |#1| "failed") |#1|) 18 T ELT)) (-2964 (((-3 |#1| "failed") |#1|) 6 T ELT)) (-2974 (((-3 |#1| "failed") |#1|) 16 T ELT)) (-2962 (((-3 |#1| "failed") |#1|) 4 T ELT)) (-2978 (((-3 |#1| "failed") |#1|) 20 T ELT)) (-2966 (((-3 |#1| "failed") |#1|) 8 T ELT)) (-2959 (((-3 |#1| "failed") |#1| (-694)) 1 T ELT)) (-2961 (((-3 |#1| "failed") |#1|) 3 T ELT)) (-2960 (((-3 |#1| "failed") |#1|) 2 T ELT)) (-2979 (((-3 |#1| "failed") |#1|) 21 T ELT)) (-2967 (((-3 |#1| "failed") |#1|) 9 T ELT)) (-2977 (((-3 |#1| "failed") |#1|) 19 T ELT)) (-2965 (((-3 |#1| "failed") |#1|) 7 T ELT)) (-2975 (((-3 |#1| "failed") |#1|) 17 T ELT)) (-2963 (((-3 |#1| "failed") |#1|) 5 T ELT)) (-2982 (((-3 |#1| "failed") |#1|) 24 T ELT)) (-2970 (((-3 |#1| "failed") |#1|) 12 T ELT)) (-2980 (((-3 |#1| "failed") |#1|) 22 T ELT)) (-2968 (((-3 |#1| "failed") |#1|) 10 T ELT)) (-2984 (((-3 |#1| "failed") |#1|) 26 T ELT)) (-2972 (((-3 |#1| "failed") |#1|) 14 T ELT)) (-2985 (((-3 |#1| "failed") |#1|) 27 T ELT)) (-2973 (((-3 |#1| "failed") |#1|) 15 T ELT)) (-2983 (((-3 |#1| "failed") |#1|) 25 T ELT)) (-2971 (((-3 |#1| "failed") |#1|) 13 T ELT)) (-2981 (((-3 |#1| "failed") |#1|) 23 T ELT)) (-2969 (((-3 |#1| "failed") |#1|) 11 T ELT)))
-(((-896 |#1|) (-113) (-1115)) (T -896))
-((-2985 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2984 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2983 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2982 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2981 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2980 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2979 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2978 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2977 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2976 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2975 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2974 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2973 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2972 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2971 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2970 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2969 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2968 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2967 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2966 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2965 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2964 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2963 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2962 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2961 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2960 (*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))) (-2959 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-694)) (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(-13 (-10 -7 (-15 -2959 ((-3 |t#1| "failed") |t#1| (-694))) (-15 -2960 ((-3 |t#1| "failed") |t#1|)) (-15 -2961 ((-3 |t#1| "failed") |t#1|)) (-15 -2962 ((-3 |t#1| "failed") |t#1|)) (-15 -2963 ((-3 |t#1| "failed") |t#1|)) (-15 -2964 ((-3 |t#1| "failed") |t#1|)) (-15 -2965 ((-3 |t#1| "failed") |t#1|)) (-15 -2966 ((-3 |t#1| "failed") |t#1|)) (-15 -2967 ((-3 |t#1| "failed") |t#1|)) (-15 -2968 ((-3 |t#1| "failed") |t#1|)) (-15 -2969 ((-3 |t#1| "failed") |t#1|)) (-15 -2970 ((-3 |t#1| "failed") |t#1|)) (-15 -2971 ((-3 |t#1| "failed") |t#1|)) (-15 -2972 ((-3 |t#1| "failed") |t#1|)) (-15 -2973 ((-3 |t#1| "failed") |t#1|)) (-15 -2974 ((-3 |t#1| "failed") |t#1|)) (-15 -2975 ((-3 |t#1| "failed") |t#1|)) (-15 -2976 ((-3 |t#1| "failed") |t#1|)) (-15 -2977 ((-3 |t#1| "failed") |t#1|)) (-15 -2978 ((-3 |t#1| "failed") |t#1|)) (-15 -2979 ((-3 |t#1| "failed") |t#1|)) (-15 -2980 ((-3 |t#1| "failed") |t#1|)) (-15 -2981 ((-3 |t#1| "failed") |t#1|)) (-15 -2982 ((-3 |t#1| "failed") |t#1|)) (-15 -2983 ((-3 |t#1| "failed") |t#1|)) (-15 -2984 ((-3 |t#1| "failed") |t#1|)) (-15 -2985 ((-3 |t#1| "failed") |t#1|))))
-((-2987 ((|#4| |#4| (-583 |#3|)) 57 T ELT) ((|#4| |#4| |#3|) 56 T ELT)) (-2986 ((|#4| |#4| (-583 |#3|)) 24 T ELT) ((|#4| |#4| |#3|) 20 T ELT)) (-3959 ((|#4| (-1 |#4| (-857 |#1|)) |#4|) 33 T ELT)))
-(((-897 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2986 (|#4| |#4| |#3|)) (-15 -2986 (|#4| |#4| (-583 |#3|))) (-15 -2987 (|#4| |#4| |#3|)) (-15 -2987 (|#4| |#4| (-583 |#3|))) (-15 -3959 (|#4| (-1 |#4| (-857 |#1|)) |#4|))) (-961) (-717) (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ "failed") (-1090))))) (-861 (-857 |#1|) |#2| |#3|)) (T -897))
-((-3959 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-857 *4))) (-4 *4 (-961)) (-4 *2 (-861 (-857 *4) *5 *6)) (-4 *5 (-717)) (-4 *6 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ #1="failed") (-1090)))))) (-5 *1 (-897 *4 *5 *6 *2)))) (-2987 (*1 *2 *2 *3) (-12 (-5 *3 (-583 *6)) (-4 *6 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ #1#) (-1090)))))) (-4 *4 (-961)) (-4 *5 (-717)) (-5 *1 (-897 *4 *5 *6 *2)) (-4 *2 (-861 (-857 *4) *5 *6)))) (-2987 (*1 *2 *2 *3) (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ #1#) (-1090)))))) (-5 *1 (-897 *4 *5 *3 *2)) (-4 *2 (-861 (-857 *4) *5 *3)))) (-2986 (*1 *2 *2 *3) (-12 (-5 *3 (-583 *6)) (-4 *6 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ #1#) (-1090)))))) (-4 *4 (-961)) (-4 *5 (-717)) (-5 *1 (-897 *4 *5 *6 *2)) (-4 *2 (-861 (-857 *4) *5 *6)))) (-2986 (*1 *2 *2 *3) (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ #1#) (-1090)))))) (-5 *1 (-897 *4 *5 *3 *2)) (-4 *2 (-861 (-857 *4) *5 *3)))))
-((-2988 ((|#2| |#3|) 35 T ELT)) (-3920 (((-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|))) |#2|) 79 T ELT)) (-3919 (((-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|)))) 100 T ELT)))
-(((-898 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3919 ((-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|))))) (-15 -3920 ((-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|))) |#2|)) (-15 -2988 (|#2| |#3|))) (-299) (-1155 |#1|) (-1155 |#2|) (-661 |#2| |#3|)) (T -898))
-((-2988 (*1 *2 *3) (-12 (-4 *3 (-1155 *2)) (-4 *2 (-1155 *4)) (-5 *1 (-898 *4 *2 *3 *5)) (-4 *4 (-299)) (-4 *5 (-661 *2 *3)))) (-3920 (*1 *2 *3) (-12 (-4 *4 (-299)) (-4 *3 (-1155 *4)) (-4 *5 (-1155 *3)) (-5 *2 (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3)))) (-5 *1 (-898 *4 *3 *5 *6)) (-4 *6 (-661 *3 *5)))) (-3919 (*1 *2) (-12 (-4 *3 (-299)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 *4)) (-5 *2 (-2 (|:| -2012 (-630 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-630 *4)))) (-5 *1 (-898 *3 *4 *5 *6)) (-4 *6 (-661 *4 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3402 (((-3 (-85) #1="failed") $) 71 T ELT)) (-3650 (($ $) 36 (-12 (|has| |#1| (-120)) (|has| |#1| (-258))) ELT)) (-2992 (($ $ (-3 (-85) #1#)) 72 T ELT)) (-2993 (($ (-583 |#4|) |#4|) 25 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2989 (($ $) 69 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3404 (((-85) $) 70 T ELT)) (-3566 (($) 30 T ELT)) (-2990 ((|#4| $) 74 T ELT)) (-2991 (((-583 |#4|) $) 73 T ELT)) (-3947 (((-772) $) 68 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-899 |#1| |#2| |#3| |#4|) (-13 (-1013) (-552 (-772)) (-10 -8 (-15 -3566 ($)) (-15 -2993 ($ (-583 |#4|) |#4|)) (-15 -3402 ((-3 (-85) #1="failed") $)) (-15 -2992 ($ $ (-3 (-85) #1#))) (-15 -3404 ((-85) $)) (-15 -2991 ((-583 |#4|) $)) (-15 -2990 (|#4| $)) (-15 -2989 ($ $)) (IF (|has| |#1| (-258)) (IF (|has| |#1| (-120)) (-15 -3650 ($ $)) |%noBranch|) |%noBranch|))) (-392) (-756) (-717) (-861 |#1| |#3| |#2|)) (T -899))
-((-3566 (*1 *1) (-12 (-4 *2 (-392)) (-4 *3 (-756)) (-4 *4 (-717)) (-5 *1 (-899 *2 *3 *4 *5)) (-4 *5 (-861 *2 *4 *3)))) (-2993 (*1 *1 *2 *3) (-12 (-5 *2 (-583 *3)) (-4 *3 (-861 *4 *6 *5)) (-4 *4 (-392)) (-4 *5 (-756)) (-4 *6 (-717)) (-5 *1 (-899 *4 *5 *6 *3)))) (-3402 (*1 *2 *1) (|partial| -12 (-4 *3 (-392)) (-4 *4 (-756)) (-4 *5 (-717)) (-5 *2 (-85)) (-5 *1 (-899 *3 *4 *5 *6)) (-4 *6 (-861 *3 *5 *4)))) (-2992 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-85) "failed")) (-4 *3 (-392)) (-4 *4 (-756)) (-4 *5 (-717)) (-5 *1 (-899 *3 *4 *5 *6)) (-4 *6 (-861 *3 *5 *4)))) (-3404 (*1 *2 *1) (-12 (-4 *3 (-392)) (-4 *4 (-756)) (-4 *5 (-717)) (-5 *2 (-85)) (-5 *1 (-899 *3 *4 *5 *6)) (-4 *6 (-861 *3 *5 *4)))) (-2991 (*1 *2 *1) (-12 (-4 *3 (-392)) (-4 *4 (-756)) (-4 *5 (-717)) (-5 *2 (-583 *6)) (-5 *1 (-899 *3 *4 *5 *6)) (-4 *6 (-861 *3 *5 *4)))) (-2990 (*1 *2 *1) (-12 (-4 *2 (-861 *3 *5 *4)) (-5 *1 (-899 *3 *4 *5 *2)) (-4 *3 (-392)) (-4 *4 (-756)) (-4 *5 (-717)))) (-2989 (*1 *1 *1) (-12 (-4 *2 (-392)) (-4 *3 (-756)) (-4 *4 (-717)) (-5 *1 (-899 *2 *3 *4 *5)) (-4 *5 (-861 *2 *4 *3)))) (-3650 (*1 *1 *1) (-12 (-4 *2 (-120)) (-4 *2 (-258)) (-4 *2 (-392)) (-4 *3 (-756)) (-4 *4 (-717)) (-5 *1 (-899 *2 *3 *4 *5)) (-4 *5 (-861 *2 *4 *3)))))
-((-2994 (((-899 (-350 (-484)) (-773 |#1|) (-197 |#2| (-694)) (-206 |#1| (-350 (-484)))) (-899 (-350 (-484)) (-773 |#1|) (-197 |#2| (-694)) (-206 |#1| (-350 (-484))))) 82 T ELT)))
-(((-900 |#1| |#2|) (-10 -7 (-15 -2994 ((-899 (-350 (-484)) (-773 |#1|) (-197 |#2| (-694)) (-206 |#1| (-350 (-484)))) (-899 (-350 (-484)) (-773 |#1|) (-197 |#2| (-694)) (-206 |#1| (-350 (-484))))))) (-583 (-1090)) (-694)) (T -900))
-((-2994 (*1 *2 *2) (-12 (-5 *2 (-899 (-350 (-484)) (-773 *3) (-197 *4 (-694)) (-206 *3 (-350 (-484))))) (-14 *3 (-583 (-1090))) (-14 *4 (-694)) (-5 *1 (-900 *3 *4)))))
-((-3270 (((-85) |#5| |#5|) 44 T ELT)) (-3273 (((-85) |#5| |#5|) 59 T ELT)) (-3278 (((-85) |#5| (-583 |#5|)) 81 T ELT) (((-85) |#5| |#5|) 68 T ELT)) (-3274 (((-85) (-583 |#4|) (-583 |#4|)) 65 T ELT)) (-3280 (((-85) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|)) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) 70 T ELT)) (-3269 (((-1185)) 32 T ELT)) (-3268 (((-1185) (-1073) (-1073) (-1073)) 28 T ELT)) (-3279 (((-583 |#5|) (-583 |#5|)) 100 T ELT)) (-3281 (((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|)))) 92 T ELT)) (-3282 (((-583 (-2 (|:| -3267 (-583 |#4|)) (|:| -1600 |#5|) (|:| |ineq| (-583 |#4|)))) (-583 |#4|) (-583 |#5|) (-85) (-85)) 122 T ELT)) (-3272 (((-85) |#5| |#5|) 53 T ELT)) (-3277 (((-3 (-85) #1="failed") |#5| |#5|) 78 T ELT)) (-3275 (((-85) (-583 |#4|) (-583 |#4|)) 64 T ELT)) (-3276 (((-85) (-583 |#4|) (-583 |#4|)) 66 T ELT)) (-3700 (((-85) (-583 |#4|) (-583 |#4|)) 67 T ELT)) (-3283 (((-3 (-2 (|:| -3267 (-583 |#4|)) (|:| -1600 |#5|) (|:| |ineq| (-583 |#4|))) #1#) (-583 |#4|) |#5| (-583 |#4|) (-85) (-85) (-85) (-85) (-85)) 117 T ELT)) (-3271 (((-583 |#5|) (-583 |#5|)) 49 T ELT)))
-(((-901 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3268 ((-1185) (-1073) (-1073) (-1073))) (-15 -3269 ((-1185))) (-15 -3270 ((-85) |#5| |#5|)) (-15 -3271 ((-583 |#5|) (-583 |#5|))) (-15 -3272 ((-85) |#5| |#5|)) (-15 -3273 ((-85) |#5| |#5|)) (-15 -3274 ((-85) (-583 |#4|) (-583 |#4|))) (-15 -3275 ((-85) (-583 |#4|) (-583 |#4|))) (-15 -3276 ((-85) (-583 |#4|) (-583 |#4|))) (-15 -3700 ((-85) (-583 |#4|) (-583 |#4|))) (-15 -3277 ((-3 (-85) #1="failed") |#5| |#5|)) (-15 -3278 ((-85) |#5| |#5|)) (-15 -3278 ((-85) |#5| (-583 |#5|))) (-15 -3279 ((-583 |#5|) (-583 |#5|))) (-15 -3280 ((-85) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|)) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|)))) (-15 -3281 ((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) (-15 -3282 ((-583 (-2 (|:| -3267 (-583 |#4|)) (|:| -1600 |#5|) (|:| |ineq| (-583 |#4|)))) (-583 |#4|) (-583 |#5|) (-85) (-85))) (-15 -3283 ((-3 (-2 (|:| -3267 (-583 |#4|)) (|:| -1600 |#5|) (|:| |ineq| (-583 |#4|))) #1#) (-583 |#4|) |#5| (-583 |#4|) (-85) (-85) (-85) (-85) (-85)))) (-392) (-717) (-756) (-977 |#1| |#2| |#3|) (-983 |#1| |#2| |#3| |#4|)) (T -901))
-((-3283 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *9 (-977 *6 *7 *8)) (-5 *2 (-2 (|:| -3267 (-583 *9)) (|:| -1600 *4) (|:| |ineq| (-583 *9)))) (-5 *1 (-901 *6 *7 *8 *9 *4)) (-5 *3 (-583 *9)) (-4 *4 (-983 *6 *7 *8 *9)))) (-3282 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-583 *10)) (-5 *5 (-85)) (-4 *10 (-983 *6 *7 *8 *9)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *9 (-977 *6 *7 *8)) (-5 *2 (-583 (-2 (|:| -3267 (-583 *9)) (|:| -1600 *10) (|:| |ineq| (-583 *9))))) (-5 *1 (-901 *6 *7 *8 *9 *10)) (-5 *3 (-583 *9)))) (-3281 (*1 *2 *2) (-12 (-5 *2 (-583 (-2 (|:| |val| (-583 *6)) (|:| -1600 *7)))) (-4 *6 (-977 *3 *4 *5)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-901 *3 *4 *5 *6 *7)))) (-3280 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-583 *7)) (|:| -1600 *8))) (-4 *7 (-977 *4 *5 *6)) (-4 *8 (-983 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *8)))) (-3279 (*1 *2 *2) (-12 (-5 *2 (-583 *7)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *1 (-901 *3 *4 *5 *6 *7)))) (-3278 (*1 *2 *3 *4) (-12 (-5 *4 (-583 *3)) (-4 *3 (-983 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-977 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-901 *5 *6 *7 *8 *3)))) (-3278 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))) (-3277 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))) (-3700 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))) (-3276 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))) (-3275 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))) (-3274 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))) (-3273 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))) (-3272 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))) (-3271 (*1 *2 *2) (-12 (-5 *2 (-583 *7)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *1 (-901 *3 *4 *5 *6 *7)))) (-3270 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))) (-3269 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-1185)) (-5 *1 (-901 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6)))) (-3268 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-901 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))))
-((-3832 (((-1090) $) 15 T ELT)) (-3403 (((-1073) $) 16 T ELT)) (-3227 (($ (-1090) (-1073)) 14 T ELT)) (-3947 (((-772) $) 13 T ELT)))
-(((-902) (-13 (-552 (-772)) (-10 -8 (-15 -3227 ($ (-1090) (-1073))) (-15 -3832 ((-1090) $)) (-15 -3403 ((-1073) $))))) (T -902))
-((-3227 (*1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-1073)) (-5 *1 (-902)))) (-3832 (*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-902)))) (-3403 (*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-902)))))
-((-3158 (((-3 |#2| #1="failed") $) NIL T ELT) (((-3 (-1090) #1#) $) 72 T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 (-484) #1#) $) 102 T ELT)) (-3157 ((|#2| $) NIL T ELT) (((-1090) $) 67 T ELT) (((-350 (-484)) $) NIL T ELT) (((-484) $) 99 T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL T ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) 121 T ELT) (((-630 |#2|) (-630 $)) 35 T ELT)) (-2995 (($) 105 T ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 82 T ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 91 T ELT)) (-2997 (($ $) 10 T ELT)) (-3446 (((-632 $) $) 27 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) 29 T ELT)) (-3447 (($) 16 T CONST)) (-3129 (($ $) 61 T ELT)) (-3759 (($ $ (-1 |#2| |#2|)) 43 T ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1090)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2996 (($ $) 12 T ELT)) (-3973 (((-800 (-484)) $) 77 T ELT) (((-800 (-330)) $) 86 T ELT) (((-473) $) 47 T ELT) (((-330) $) 51 T ELT) (((-179) $) 55 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) 97 T ELT) (($ |#2|) NIL T ELT) (($ (-1090)) 64 T ELT)) (-3127 (((-694)) 38 T CONST)) (-2686 (((-85) $ $) 57 T ELT)))
-(((-903 |#1| |#2|) (-10 -7 (-15 -2686 ((-85) |#1| |#1|)) (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090))) (-15 -3447 (|#1|) -3953) (-15 -3446 ((-632 |#1|) |#1|)) (-15 -3158 ((-3 (-484) #1="failed") |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3973 ((-179) |#1|)) (-15 -3973 ((-330) |#1|)) (-15 -3973 ((-473) |#1|)) (-15 -3947 (|#1| (-1090))) (-15 -3158 ((-3 (-1090) #1#) |#1|)) (-15 -3157 ((-1090) |#1|)) (-15 -2995 (|#1|)) (-15 -3129 (|#1| |#1|)) (-15 -2996 (|#1| |#1|)) (-15 -2997 (|#1| |#1|)) (-15 -2797 ((-798 (-330) |#1|) |#1| (-800 (-330)) (-798 (-330) |#1|))) (-15 -2797 ((-798 (-484) |#1|) |#1| (-800 (-484)) (-798 (-484) |#1|))) (-15 -3973 ((-800 (-330)) |#1|)) (-15 -3973 ((-800 (-484)) |#1|)) (-15 -2279 ((-630 |#2|) (-630 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 |#1|) (-1179 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 |#1|) (-1179 |#1|))) (-15 -2279 ((-630 (-484)) (-630 |#1|))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|) (-694))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3959 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3947 (|#1| |#2|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3947 (|#1| |#1|)) (-15 -3127 ((-694)) -3953) (-15 -3947 (|#1| (-484))) (-15 -3947 ((-772) |#1|))) (-904 |#2|) (-495)) (T -903))
-((-3127 (*1 *2) (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-903 *3 *4)) (-4 *3 (-904 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3130 ((|#1| $) 173 (|has| |#1| (-258)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 164 (|has| |#1| (-821)) ELT)) (-3776 (($ $) 91 T ELT)) (-3972 (((-348 $) $) 90 T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1="failed") (-583 (-1085 $)) (-1085 $)) 167 (|has| |#1| (-821)) ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3624 (((-484) $) 154 (|has| |#1| (-740)) ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#1| #2="failed") $) 203 T ELT) (((-3 (-1090) #2#) $) 162 (|has| |#1| (-950 (-1090))) ELT) (((-3 (-350 (-484)) #2#) $) 145 (|has| |#1| (-950 (-484))) ELT) (((-3 (-484) #2#) $) 143 (|has| |#1| (-950 (-484))) ELT)) (-3157 ((|#1| $) 204 T ELT) (((-1090) $) 163 (|has| |#1| (-950 (-1090))) ELT) (((-350 (-484)) $) 146 (|has| |#1| (-950 (-484))) ELT) (((-484) $) 144 (|has| |#1| (-950 (-484))) ELT)) (-2565 (($ $ $) 71 T ELT)) (-2279 (((-630 (-484)) (-630 $)) 188 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 187 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 186 T ELT) (((-630 |#1|) (-630 $)) 185 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2995 (($) 171 (|has| |#1| (-483)) ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-3724 (((-85) $) 89 T ELT)) (-3187 (((-85) $) 156 (|has| |#1| (-740)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 180 (|has| |#1| (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 179 (|has| |#1| (-796 (-330))) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2997 (($ $) 175 T ELT)) (-2999 ((|#1| $) 177 T ELT)) (-3446 (((-632 $) $) 142 (|has| |#1| (-1066)) ELT)) (-3188 (((-85) $) 155 (|has| |#1| (-740)) ELT)) (-1605 (((-3 (-583 $) #3="failed") (-583 $) $) 68 T ELT)) (-2532 (($ $ $) 147 (|has| |#1| (-756)) ELT)) (-2858 (($ $ $) 148 (|has| |#1| (-756)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 195 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 190 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 189 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 184 T ELT) (((-630 |#1|) (-1179 $)) 183 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 88 T ELT)) (-3447 (($) 141 (|has| |#1| (-1066)) CONST)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3129 (($ $) 172 (|has| |#1| (-258)) ELT)) (-3131 ((|#1| $) 169 (|has| |#1| (-483)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 166 (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 165 (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) 92 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #3#) $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-3769 (($ $ (-583 |#1|) (-583 |#1|)) 201 (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) 200 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) 199 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-249 |#1|))) 198 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) 197 (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-1090) |#1|) 196 (|has| |#1| (-455 (-1090) |#1|)) ELT)) (-1607 (((-694) $) 74 T ELT)) (-3801 (($ $ |#1|) 202 (|has| |#1| (-241 |#1| |#1|)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-3759 (($ $ (-1 |#1| |#1|)) 194 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 193 T ELT) (($ $) 140 (|has| |#1| (-189)) ELT) (($ $ (-694)) 138 (|has| |#1| (-189)) ELT) (($ $ (-1090)) 136 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 134 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 133 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 132 (|has| |#1| (-811 (-1090))) ELT)) (-2996 (($ $) 174 T ELT)) (-2998 ((|#1| $) 176 T ELT)) (-3973 (((-800 (-484)) $) 182 (|has| |#1| (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) 181 (|has| |#1| (-553 (-800 (-330)))) ELT) (((-473) $) 159 (|has| |#1| (-553 (-473))) ELT) (((-330) $) 158 (|has| |#1| (-933)) ELT) (((-179) $) 157 (|has| |#1| (-933)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) 168 (-2563 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-484))) 84 T ELT) (($ |#1|) 207 T ELT) (($ (-1090)) 161 (|has| |#1| (-950 (-1090))) ELT)) (-2703 (((-632 $) $) 160 (OR (|has| |#1| (-118)) (-2563 (|has| $ (-118)) (|has| |#1| (-821)))) ELT)) (-3127 (((-694)) 40 T CONST)) (-3132 ((|#1| $) 170 (|has| |#1| (-483)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3384 (($ $) 153 (|has| |#1| (-740)) ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1 |#1| |#1|)) 192 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 191 T ELT) (($ $) 139 (|has| |#1| (-189)) ELT) (($ $ (-694)) 137 (|has| |#1| (-189)) ELT) (($ $ (-1090)) 135 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 131 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 130 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 129 (|has| |#1| (-811 (-1090))) ELT)) (-2567 (((-85) $ $) 149 (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) 151 (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 150 (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 152 (|has| |#1| (-756)) ELT)) (-3950 (($ $ $) 83 T ELT) (($ |#1| |#1|) 178 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 87 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 86 T ELT) (($ (-350 (-484)) $) 85 T ELT) (($ |#1| $) 206 T ELT) (($ $ |#1|) 205 T ELT)))
-(((-904 |#1|) (-113) (-495)) (T -904))
-((-3950 (*1 *1 *2 *2) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)))) (-2999 (*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)))) (-2998 (*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)))) (-2997 (*1 *1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)))) (-2996 (*1 *1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)))) (-3130 (*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)) (-4 *2 (-258)))) (-3129 (*1 *1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)) (-4 *2 (-258)))) (-2995 (*1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-483)) (-4 *2 (-495)))) (-3132 (*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)) (-4 *2 (-483)))) (-3131 (*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)) (-4 *2 (-483)))))
-(-13 (-312) (-38 |t#1|) (-950 |t#1|) (-288 |t#1|) (-184 |t#1|) (-329 |t#1|) (-794 |t#1|) (-343 |t#1|) (-10 -8 (-15 -3950 ($ |t#1| |t#1|)) (-15 -2999 (|t#1| $)) (-15 -2998 (|t#1| $)) (-15 -2997 ($ $)) (-15 -2996 ($ $)) (IF (|has| |t#1| (-1066)) (-6 (-1066)) |%noBranch|) (IF (|has| |t#1| (-950 (-484))) (PROGN (-6 (-950 (-484))) (-6 (-950 (-350 (-484))))) |%noBranch|) (IF (|has| |t#1| (-756)) (-6 (-756)) |%noBranch|) (IF (|has| |t#1| (-740)) (-6 (-740)) |%noBranch|) (IF (|has| |t#1| (-933)) (-6 (-933)) |%noBranch|) (IF (|has| |t#1| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-950 (-1090))) (-6 (-950 (-1090))) |%noBranch|) (IF (|has| |t#1| (-258)) (PROGN (-15 -3130 (|t#1| $)) (-15 -3129 ($ $))) |%noBranch|) (IF (|has| |t#1| (-483)) (PROGN (-15 -2995 ($)) (-15 -3132 (|t#1| $)) (-15 -3131 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-821)) (-6 (-821)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 |#1| |#1|) . T) ((-82 $ $) . T) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) OR (|has| |#1| (-740)) (|has| |#1| (-120))) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-555 (-1090)) |has| |#1| (-950 (-1090))) ((-555 |#1|) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-553 (-179)) |has| |#1| (-933)) ((-553 (-330)) |has| |#1| (-933)) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-553 (-800 (-330))) |has| |#1| (-553 (-800 (-330)))) ((-553 (-800 (-484))) |has| |#1| (-553 (-800 (-484)))) ((-186 $) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-184 |#1|) . T) ((-190) |has| |#1| (-190)) ((-189) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-225 |#1|) . T) ((-201) . T) ((-241 |#1| $) |has| |#1| (-241 |#1| |#1|)) ((-246) . T) ((-258) . T) ((-260 |#1|) |has| |#1| (-260 |#1|)) ((-312) . T) ((-288 |#1|) . T) ((-329 |#1|) . T) ((-343 |#1|) . T) ((-392) . T) ((-455 (-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)) ((-455 |#1| |#1|) |has| |#1| (-260 |#1|)) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 (-484)) |has| |#1| (-580 (-484))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 |#1|) . T) ((-582 $) . T) ((-580 (-484)) |has| |#1| (-580 (-484))) ((-580 |#1|) . T) ((-654 (-350 (-484))) . T) ((-654 |#1|) . T) ((-654 $) . T) ((-663) . T) ((-714) |has| |#1| (-740)) ((-716) |has| |#1| (-740)) ((-718) |has| |#1| (-740)) ((-721) |has| |#1| (-740)) ((-740) |has| |#1| (-740)) ((-755) |has| |#1| (-740)) ((-756) OR (|has| |#1| (-756)) (|has| |#1| (-740))) ((-759) OR (|has| |#1| (-756)) (|has| |#1| (-740))) ((-806 $ (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-809 (-1090)) |has| |#1| (-809 (-1090))) ((-811 (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-796 (-330)) |has| |#1| (-796 (-330))) ((-796 (-484)) |has| |#1| (-796 (-484))) ((-794 |#1|) . T) ((-821) |has| |#1| (-821)) ((-832) . T) ((-933) |has| |#1| (-933)) ((-950 (-350 (-484))) |has| |#1| (-950 (-484))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 (-1090)) |has| |#1| (-950 (-1090))) ((-950 |#1|) . T) ((-963 (-350 (-484))) . T) ((-963 |#1|) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 |#1|) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1066) |has| |#1| (-1066)) ((-1129) . T) ((-1134) . T))
-((-3959 ((|#4| (-1 |#2| |#1|) |#3|) 14 T ELT)))
-(((-905 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3959 (|#4| (-1 |#2| |#1|) |#3|))) (-495) (-495) (-904 |#1|) (-904 |#2|)) (T -905))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-495)) (-4 *6 (-495)) (-4 *2 (-904 *6)) (-5 *1 (-905 *5 *6 *4 *2)) (-4 *4 (-904 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ "failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3000 (($ (-1056 |#1| |#2|)) 11 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-3124 (((-1056 |#1| |#2|) $) 12 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 ((|#2| $ (-197 |#1| |#2|)) 16 T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT)))
-(((-906 |#1| |#2|) (-13 (-21) (-241 (-197 |#1| |#2|) |#2|) (-10 -8 (-15 -3000 ($ (-1056 |#1| |#2|))) (-15 -3124 ((-1056 |#1| |#2|) $)))) (-830) (-312)) (T -906))
-((-3000 (*1 *1 *2) (-12 (-5 *2 (-1056 *3 *4)) (-14 *3 (-830)) (-4 *4 (-312)) (-5 *1 (-906 *3 *4)))) (-3124 (*1 *2 *1) (-12 (-5 *2 (-1056 *3 *4)) (-5 *1 (-906 *3 *4)) (-14 *3 (-830)) (-4 *4 (-312)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3207 (((-1049) $) 10 T ELT)) (-3947 (((-772) $) 16 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-907) (-13 (-995) (-10 -8 (-15 -3207 ((-1049) $))))) (T -907))
-((-3207 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-907)))))
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3725 (($) 6 T CONST)) (-3003 (($ $) 42 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 54 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 51 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 50 T ELT)) (-2609 (((-583 |#1|) $) 49 T ELT)) (-3246 (((-85) |#1| $) 53 (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3834 (((-694) $) 41 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 34 T ELT)) (-3610 (($ |#1| $) 35 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3002 ((|#1| $) 40 T ELT)) (-1275 ((|#1| $) 36 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 47 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3005 ((|#1| |#1| $) 44 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3004 ((|#1| $) 43 T ELT)) (-1730 (((-694) |#1| $) 52 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 48 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-3001 ((|#1| $) 39 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 46 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 45 T ELT)))
-(((-908 |#1|) (-113) (-1129)) (T -908))
-((-3005 (*1 *2 *2 *1) (-12 (-4 *1 (-908 *2)) (-4 *2 (-1129)))) (-3004 (*1 *2 *1) (-12 (-4 *1 (-908 *2)) (-4 *2 (-1129)))) (-3003 (*1 *1 *1) (-12 (-4 *1 (-908 *2)) (-4 *2 (-1129)))) (-3834 (*1 *2 *1) (-12 (-4 *1 (-908 *3)) (-4 *3 (-1129)) (-5 *2 (-694)))) (-3002 (*1 *2 *1) (-12 (-4 *1 (-908 *2)) (-4 *2 (-1129)))) (-3001 (*1 *2 *1) (-12 (-4 *1 (-908 *2)) (-4 *2 (-1129)))))
-(-13 (-76 |t#1|) (-318 |t#1|) (-10 -8 (-15 -3005 (|t#1| |t#1| $)) (-15 -3004 (|t#1| $)) (-15 -3003 ($ $)) (-15 -3834 ((-694) $)) (-15 -3002 (|t#1| $)) (-15 -3001 (|t#1| $))))
-(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3644 ((|#1| $) 12 T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-483)) ELT)) (-3024 (((-85) $) NIL (|has| |#1| (-483)) ELT)) (-3023 (((-350 (-484)) $) NIL (|has| |#1| (-483)) ELT)) (-3006 (($ |#1| |#1| |#1| |#1|) 16 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3133 ((|#1| $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3007 ((|#1| $) 15 T ELT)) (-3008 ((|#1| $) 14 T ELT)) (-3009 ((|#1| $) 13 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3769 (($ $ (-583 |#1|) (-583 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-249 |#1|))) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) NIL (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-1090) |#1|) NIL (|has| |#1| (-455 (-1090) |#1|)) ELT)) (-3801 (($ $ |#1|) NIL (|has| |#1| (-241 |#1| |#1|)) ELT)) (-3759 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT)) (-3973 (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT)) (-3010 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-312)) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 ((|#1| $) NIL (|has| |#1| (-973)) ELT)) (-2661 (($) 8 T CONST)) (-2667 (($) 10 T CONST)) (-2670 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| |#1| (-312)) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 20 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-312)) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-312)) ELT)))
-(((-909 |#1|) (-911 |#1|) (-146)) (T -909))
-NIL
-((-3189 (((-85) $) 43 T ELT)) (-3158 (((-3 (-484) #1="failed") $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 46 T ELT)) (-3157 (((-484) $) NIL T ELT) (((-350 (-484)) $) NIL T ELT) ((|#2| $) 44 T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) 78 T ELT)) (-3024 (((-85) $) 72 T ELT)) (-3023 (((-350 (-484)) $) 76 T ELT)) (-2410 (((-85) $) 42 T ELT)) (-3133 ((|#2| $) 22 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) 19 T ELT)) (-2485 (($ $) 58 T ELT)) (-3759 (($ $ (-1 |#2| |#2|)) 35 T ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1090)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-3973 (((-473) $) 67 T ELT)) (-3010 (($ $) 17 T ELT)) (-3947 (((-772) $) 53 T ELT) (($ (-484)) 39 T ELT) (($ |#2|) 37 T ELT) (($ (-350 (-484))) NIL T ELT)) (-3127 (((-694)) 10 T CONST)) (-3384 ((|#2| $) 71 T ELT)) (-3057 (((-85) $ $) 26 T ELT)) (-2686 (((-85) $ $) 69 T ELT)) (-3838 (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (-3840 (($ $ $) 27 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 34 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 31 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT)))
-(((-910 |#1| |#2|) (-10 -7 (-15 -3947 (|#1| (-350 (-484)))) (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1|)) (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090))) (-15 -2686 ((-85) |#1| |#1|)) (-15 * (|#1| (-350 (-484)) |#1|)) (-15 * (|#1| |#1| (-350 (-484)))) (-15 -2485 (|#1| |#1|)) (-15 -3973 ((-473) |#1|)) (-15 -3025 ((-3 (-350 (-484)) #1="failed") |#1|)) (-15 -3023 ((-350 (-484)) |#1|)) (-15 -3024 ((-85) |#1|)) (-15 -3384 (|#2| |#1|)) (-15 -3133 (|#2| |#1|)) (-15 -3010 (|#1| |#1|)) (-15 -3959 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|) (-694))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3947 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3127 ((-694)) -3953) (-15 -3947 (|#1| (-484))) (-15 -2410 ((-85) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1|)) (-15 * (|#1| (-484) |#1|)) (-15 * (|#1| (-694) |#1|)) (-15 -3189 ((-85) |#1|)) (-15 * (|#1| (-830) |#1|)) (-15 -3840 (|#1| |#1| |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -3057 ((-85) |#1| |#1|))) (-911 |#2|) (-146)) (T -910))
-((-3127 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-694)) (-5 *1 (-910 *3 *4)) (-4 *3 (-911 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 (-484) #1="failed") $) 143 (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) 141 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) 138 T ELT)) (-3157 (((-484) $) 142 (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) 140 (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) 139 T ELT)) (-2279 (((-630 (-484)) (-630 $)) 123 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 122 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 121 T ELT) (((-630 |#1|) (-630 $)) 120 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3644 ((|#1| $) 111 T ELT)) (-3025 (((-3 (-350 (-484)) "failed") $) 107 (|has| |#1| (-483)) ELT)) (-3024 (((-85) $) 109 (|has| |#1| (-483)) ELT)) (-3023 (((-350 (-484)) $) 108 (|has| |#1| (-483)) ELT)) (-3006 (($ |#1| |#1| |#1| |#1|) 112 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3133 ((|#1| $) 113 T ELT)) (-2532 (($ $ $) 95 (|has| |#1| (-756)) ELT)) (-2858 (($ $ $) 96 (|has| |#1| (-756)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 126 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 125 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 124 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 119 T ELT) (((-630 |#1|) (-1179 $)) 118 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 104 (|has| |#1| (-312)) ELT)) (-3007 ((|#1| $) 114 T ELT)) (-3008 ((|#1| $) 115 T ELT)) (-3009 ((|#1| $) 116 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3769 (($ $ (-583 |#1|) (-583 |#1|)) 132 (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) 131 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) 130 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-249 |#1|))) 129 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) 128 (|has| |#1| (-455 (-1090) |#1|)) ELT) (($ $ (-1090) |#1|) 127 (|has| |#1| (-455 (-1090) |#1|)) ELT)) (-3801 (($ $ |#1|) 133 (|has| |#1| (-241 |#1| |#1|)) ELT)) (-3759 (($ $ (-1 |#1| |#1|)) 137 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 136 T ELT) (($ $) 94 (|has| |#1| (-189)) ELT) (($ $ (-694)) 92 (|has| |#1| (-189)) ELT) (($ $ (-1090)) 90 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 88 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 87 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 86 (|has| |#1| (-811 (-1090))) ELT)) (-3973 (((-473) $) 105 (|has| |#1| (-553 (-473))) ELT)) (-3010 (($ $) 117 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 52 T ELT) (($ (-350 (-484))) 82 (OR (|has| |#1| (-312)) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-2703 (((-632 $) $) 106 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3384 ((|#1| $) 110 (|has| |#1| (-973)) ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1 |#1| |#1|)) 135 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 134 T ELT) (($ $) 93 (|has| |#1| (-189)) ELT) (($ $ (-694)) 91 (|has| |#1| (-189)) ELT) (($ $ (-1090)) 89 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 85 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 84 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 83 (|has| |#1| (-811 (-1090))) ELT)) (-2567 (((-85) $ $) 97 (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) 99 (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 98 (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 100 (|has| |#1| (-756)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 103 (|has| |#1| (-312)) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT) (($ $ (-350 (-484))) 102 (|has| |#1| (-312)) ELT) (($ (-350 (-484)) $) 101 (|has| |#1| (-312)) ELT)))
-(((-911 |#1|) (-113) (-146)) (T -911))
-((-3010 (*1 *1 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))) (-3009 (*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))) (-3008 (*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))) (-3007 (*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))) (-3133 (*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))) (-3006 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))) (-3644 (*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))) (-3384 (*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)) (-4 *2 (-973)))) (-3024 (*1 *2 *1) (-12 (-4 *1 (-911 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-85)))) (-3023 (*1 *2 *1) (-12 (-4 *1 (-911 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-350 (-484))))) (-3025 (*1 *2 *1) (|partial| -12 (-4 *1 (-911 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-350 (-484))))))
-(-13 (-38 |t#1|) (-355 |t#1|) (-184 |t#1|) (-288 |t#1|) (-329 |t#1|) (-10 -8 (-15 -3010 ($ $)) (-15 -3009 (|t#1| $)) (-15 -3008 (|t#1| $)) (-15 -3007 (|t#1| $)) (-15 -3133 (|t#1| $)) (-15 -3006 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -3644 (|t#1| $)) (IF (|has| |t#1| (-246)) (-6 (-246)) |%noBranch|) (IF (|has| |t#1| (-756)) (-6 (-756)) |%noBranch|) (IF (|has| |t#1| (-312)) (-6 (-201)) |%noBranch|) (IF (|has| |t#1| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-973)) (-15 -3384 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-483)) (PROGN (-15 -3024 ((-85) $)) (-15 -3023 ((-350 (-484)) $)) (-15 -3025 ((-3 (-350 (-484)) "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-312)) ((-38 |#1|) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-312)) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-312)) (|has| |#1| (-246))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-312))) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-186 $) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-184 |#1|) . T) ((-190) |has| |#1| (-190)) ((-189) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-225 |#1|) . T) ((-201) |has| |#1| (-312)) ((-241 |#1| $) |has| |#1| (-241 |#1| |#1|)) ((-246) OR (|has| |#1| (-312)) (|has| |#1| (-246))) ((-260 |#1|) |has| |#1| (-260 |#1|)) ((-288 |#1|) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-455 (-1090) |#1|) |has| |#1| (-455 (-1090) |#1|)) ((-455 |#1| |#1|) |has| |#1| (-260 |#1|)) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-312)) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-312)) ((-590 (-484)) |has| |#1| (-580 (-484))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-312)) ((-582 |#1|) . T) ((-580 (-484)) |has| |#1| (-580 (-484))) ((-580 |#1|) . T) ((-654 (-350 (-484))) |has| |#1| (-312)) ((-654 |#1|) . T) ((-663) . T) ((-756) |has| |#1| (-756)) ((-759) |has| |#1| (-756)) ((-806 $ (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-809 (-1090)) |has| |#1| (-809 (-1090))) ((-811 (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T) ((-963 (-350 (-484))) |has| |#1| (-312)) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-312)) (|has| |#1| (-246))) ((-968 (-350 (-484))) |has| |#1| (-312)) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-312)) (|has| |#1| (-246))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-3959 ((|#3| (-1 |#4| |#2|) |#1|) 16 T ELT)))
-(((-912 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3959 (|#3| (-1 |#4| |#2|) |#1|))) (-911 |#2|) (-146) (-911 |#4|) (-146)) (T -912))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-911 *6)) (-5 *1 (-912 *4 *5 *2 *6)) (-4 *4 (-911 *5)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3725 (($) NIL T CONST)) (-3003 (($ $) 24 T ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3011 (($ (-583 |#1|)) 34 T ELT)) (-2609 (((-583 |#1|) $) NIL T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3834 (((-694) $) 27 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 29 T ELT)) (-3610 (($ |#1| $) 18 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3002 ((|#1| $) 28 T ELT)) (-1275 ((|#1| $) 23 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3005 ((|#1| |#1| $) 17 T ELT)) (-3404 (((-85) $) 19 T ELT)) (-3566 (($) NIL T ELT)) (-3004 ((|#1| $) 22 T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) NIL T ELT)) (-3001 ((|#1| $) 31 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-913 |#1|) (-13 (-908 |#1|) (-10 -8 (-15 -3011 ($ (-583 |#1|))))) (-1013)) (T -913))
-((-3011 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-913 *3)))))
-((-3038 (($ $) 12 T ELT)) (-3012 (($ $ (-484)) 13 T ELT)))
-(((-914 |#1|) (-10 -7 (-15 -3038 (|#1| |#1|)) (-15 -3012 (|#1| |#1| (-484)))) (-915)) (T -914))
-NIL
-((-3038 (($ $) 6 T ELT)) (-3012 (($ $ (-484)) 7 T ELT)) (** (($ $ (-350 (-484))) 8 T ELT)))
-(((-915) (-113)) (T -915))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-915)) (-5 *2 (-350 (-484))))) (-3012 (*1 *1 *1 *2) (-12 (-4 *1 (-915)) (-5 *2 (-484)))) (-3038 (*1 *1 *1) (-4 *1 (-915))))
-(-13 (-10 -8 (-15 -3038 ($ $)) (-15 -3012 ($ $ (-484))) (-15 ** ($ $ (-350 (-484))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1647 (((-2 (|:| |num| (-1179 |#2|)) (|:| |den| |#2|)) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2063 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2061 (((-85) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1785 (((-630 (-350 |#2|)) (-1179 $)) NIL T ELT) (((-630 (-350 |#2|))) NIL T ELT)) (-3331 (((-350 |#2|) $) NIL T ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1608 (((-85) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3137 (((-694)) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1661 (((-85)) NIL T ELT)) (-1660 (((-85) |#1|) 162 T ELT) (((-85) |#2|) 166 T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| (-350 |#2|) (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| (-350 |#2|) (-950 (-350 (-484)))) ELT) (((-3 (-350 |#2|) #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| (-350 |#2|) (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| (-350 |#2|) (-950 (-350 (-484)))) ELT) (((-350 |#2|) $) NIL T ELT)) (-1795 (($ (-1179 (-350 |#2|)) (-1179 $)) NIL T ELT) (($ (-1179 (-350 |#2|))) 79 T ELT) (($ (-1179 |#2|) |#2|) NIL T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-350 |#2|) (-299)) ELT)) (-2565 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1784 (((-630 (-350 |#2|)) $ (-1179 $)) NIL T ELT) (((-630 (-350 |#2|)) $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-350 |#2|))) (|:| |vec| (-1179 (-350 |#2|)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-350 |#2|)) (-630 $)) NIL T ELT)) (-1652 (((-1179 $) (-1179 $)) NIL T ELT)) (-3843 (($ |#3|) 73 T ELT) (((-3 $ #1#) (-350 |#3|)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1639 (((-583 (-583 |#1|))) NIL (|has| |#1| (-320)) ELT)) (-1664 (((-85) |#1| |#1|) NIL T ELT)) (-3109 (((-830)) NIL T ELT)) (-2995 (($) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1659 (((-85)) NIL T ELT)) (-1658 (((-85) |#1|) 61 T ELT) (((-85) |#2|) 164 T ELT)) (-2564 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3504 (($ $) NIL T ELT)) (-2834 (($) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1680 (((-85) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1767 (($ $ (-694)) NIL (|has| (-350 |#2|) (-299)) ELT) (($ $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3724 (((-85) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3773 (((-830) $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-743 (-830)) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3378 (((-694)) NIL T ELT)) (-1653 (((-1179 $) (-1179 $)) NIL T ELT)) (-3133 (((-350 |#2|) $) NIL T ELT)) (-1640 (((-583 (-857 |#1|)) (-1090)) NIL (|has| |#1| (-312)) ELT)) (-3446 (((-632 $) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2014 ((|#3| $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2010 (((-830) $) NIL (|has| (-350 |#2|) (-320)) ELT)) (-3080 ((|#3| $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| (-350 |#2|) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-350 |#2|))) (|:| |vec| (-1179 (-350 |#2|)))) (-1179 $) $) NIL T ELT) (((-630 (-350 |#2|)) (-1179 $)) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1648 (((-630 (-350 |#2|))) 57 T ELT)) (-1650 (((-630 (-350 |#2|))) 56 T ELT)) (-2485 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1645 (($ (-1179 |#2|) |#2|) 80 T ELT)) (-1649 (((-630 (-350 |#2|))) 55 T ELT)) (-1651 (((-630 (-350 |#2|))) 54 T ELT)) (-1644 (((-2 (|:| |num| (-630 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 95 T ELT)) (-1646 (((-2 (|:| |num| (-1179 |#2|)) (|:| |den| |#2|)) $) 86 T ELT)) (-1657 (((-1179 $)) 51 T ELT)) (-3919 (((-1179 $)) 50 T ELT)) (-1656 (((-85) $) NIL T ELT)) (-1655 (((-85) $) NIL T ELT) (((-85) $ |#1|) NIL T ELT) (((-85) $ |#2|) NIL T ELT)) (-3447 (($) NIL (|has| (-350 |#2|) (-299)) CONST)) (-2400 (($ (-830)) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1642 (((-3 |#2| #1#)) 70 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1666 (((-694)) NIL T ELT)) (-2409 (($) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3733 (((-348 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| (-350 |#2|) (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1607 (((-694) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3801 ((|#1| $ |#1| |#1|) NIL T ELT)) (-1643 (((-3 |#2| #1#)) 68 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3758 (((-350 |#2|) (-1179 $)) NIL T ELT) (((-350 |#2|)) 47 T ELT)) (-1768 (((-694) $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-3 (-694) #1#) $ $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3759 (($ $ (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-694)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-2408 (((-630 (-350 |#2|)) (-1179 $) (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3186 ((|#3|) 58 T ELT)) (-1674 (($) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3225 (((-1179 (-350 |#2|)) $ (-1179 $)) NIL T ELT) (((-630 (-350 |#2|)) (-1179 $) (-1179 $)) NIL T ELT) (((-1179 (-350 |#2|)) $) 81 T ELT) (((-630 (-350 |#2|)) (-1179 $)) NIL T ELT)) (-3973 (((-1179 (-350 |#2|)) $) NIL T ELT) (($ (-1179 (-350 |#2|))) NIL T ELT) ((|#3| $) NIL T ELT) (($ |#3|) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1654 (((-1179 $) (-1179 $)) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-350 |#2|)) NIL T ELT) (($ (-350 (-484))) NIL (OR (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2703 (($ $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-632 $) $) NIL (|has| (-350 |#2|) (-118)) ELT)) (-2450 ((|#3| $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1663 (((-85)) 65 T ELT)) (-1662 (((-85) |#1|) 167 T ELT) (((-85) |#2|) 168 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-1641 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL T ELT)) (-1665 (((-85)) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-694)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-809 (-1090)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-811 (-1090))))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| (-350 |#2|) (-312)) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 |#2|)) NIL T ELT) (($ (-350 |#2|) $) NIL T ELT) (($ (-350 (-484)) $) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-350 (-484))) NIL (|has| (-350 |#2|) (-312)) ELT)))
-(((-916 |#1| |#2| |#3| |#4| |#5|) (-291 |#1| |#2| |#3|) (-1134) (-1155 |#1|) (-1155 (-350 |#2|)) (-350 |#2|) (-694)) (T -916))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3018 (((-583 (-484)) $) 73 T ELT)) (-3014 (($ (-583 (-484))) 81 T ELT)) (-3130 (((-484) $) 48 (|has| (-484) (-258)) ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL (|has| (-484) (-740)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) 60 T ELT) (((-3 (-1090) #1#) $) NIL (|has| (-484) (-950 (-1090))) ELT) (((-3 (-350 (-484)) #1#) $) 57 (|has| (-484) (-950 (-484))) ELT) (((-3 (-484) #1#) $) 60 (|has| (-484) (-950 (-484))) ELT)) (-3157 (((-484) $) NIL T ELT) (((-1090) $) NIL (|has| (-484) (-950 (-1090))) ELT) (((-350 (-484)) $) NIL (|has| (-484) (-950 (-484))) ELT) (((-484) $) NIL (|has| (-484) (-950 (-484))) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-484)) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2995 (($) NIL (|has| (-484) (-483)) ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3016 (((-583 (-484)) $) 79 T ELT)) (-3187 (((-85) $) NIL (|has| (-484) (-740)) ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (|has| (-484) (-796 (-484))) ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (|has| (-484) (-796 (-330))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-484) $) 45 T ELT)) (-3446 (((-632 $) $) NIL (|has| (-484) (-1066)) ELT)) (-3188 (((-85) $) NIL (|has| (-484) (-740)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| (-484) (-756)) ELT)) (-3959 (($ (-1 (-484) (-484)) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| (-484) (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL T ELT) (((-630 (-484)) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL T ELT)) (-3447 (($) NIL (|has| (-484) (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3129 (($ $) NIL (|has| (-484) (-258)) ELT) (((-350 (-484)) $) 50 T ELT)) (-3017 (((-1069 (-484)) $) 78 T ELT)) (-3013 (($ (-583 (-484)) (-583 (-484))) 82 T ELT)) (-3131 (((-484) $) 64 (|has| (-484) (-483)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| (-484) (-821)) ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-3769 (($ $ (-583 (-484)) (-583 (-484))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-484) (-484)) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-249 (-484))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-583 (-249 (-484)))) NIL (|has| (-484) (-260 (-484))) ELT) (($ $ (-583 (-1090)) (-583 (-484))) NIL (|has| (-484) (-455 (-1090) (-484))) ELT) (($ $ (-1090) (-484)) NIL (|has| (-484) (-455 (-1090) (-484))) ELT)) (-1607 (((-694) $) NIL T ELT)) (-3801 (($ $ (-484)) NIL (|has| (-484) (-241 (-484) (-484))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3759 (($ $ (-1 (-484) (-484))) NIL T ELT) (($ $ (-1 (-484) (-484)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $) 15 (|has| (-484) (-189)) ELT) (($ $ (-694)) NIL (|has| (-484) (-189)) ELT)) (-2996 (($ $) NIL T ELT)) (-2998 (((-484) $) 47 T ELT)) (-3015 (((-583 (-484)) $) 80 T ELT)) (-3973 (((-800 (-484)) $) NIL (|has| (-484) (-553 (-800 (-484)))) ELT) (((-800 (-330)) $) NIL (|has| (-484) (-553 (-800 (-330)))) ELT) (((-473) $) NIL (|has| (-484) (-553 (-473))) ELT) (((-330) $) NIL (|has| (-484) (-933)) ELT) (((-179) $) NIL (|has| (-484) (-933)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| (-484) (-821))) ELT)) (-3947 (((-772) $) 108 T ELT) (($ (-484)) 51 T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) 27 T ELT) (($ (-484)) 51 T ELT) (($ (-1090)) NIL (|has| (-484) (-950 (-1090))) ELT) (((-350 (-484)) $) 25 T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-484) (-821))) (|has| (-484) (-118))) ELT)) (-3127 (((-694)) 13 T CONST)) (-3132 (((-484) $) 62 (|has| (-484) (-483)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3384 (($ $) NIL (|has| (-484) (-740)) ELT)) (-2661 (($) 14 T CONST)) (-2667 (($) 17 T CONST)) (-2670 (($ $ (-1 (-484) (-484))) NIL T ELT) (($ $ (-1 (-484) (-484)) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| (-484) (-811 (-1090))) ELT) (($ $) NIL (|has| (-484) (-189)) ELT) (($ $ (-694)) NIL (|has| (-484) (-189)) ELT)) (-2567 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-3057 (((-85) $ $) 21 T ELT)) (-2685 (((-85) $ $) NIL (|has| (-484) (-756)) ELT)) (-2686 (((-85) $ $) 40 (|has| (-484) (-756)) ELT)) (-3950 (($ $ $) 36 T ELT) (($ (-484) (-484)) 38 T ELT)) (-3838 (($ $) 23 T ELT) (($ $ $) 30 T ELT)) (-3840 (($ $ $) 28 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 32 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ (-484) $) 32 T ELT) (($ $ (-484)) NIL T ELT)))
-(((-917 |#1|) (-13 (-904 (-484)) (-552 (-350 (-484))) (-10 -8 (-15 -3129 ((-350 (-484)) $)) (-15 -3018 ((-583 (-484)) $)) (-15 -3017 ((-1069 (-484)) $)) (-15 -3016 ((-583 (-484)) $)) (-15 -3015 ((-583 (-484)) $)) (-15 -3014 ($ (-583 (-484)))) (-15 -3013 ($ (-583 (-484)) (-583 (-484)))))) (-484)) (T -917))
-((-3129 (*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))) (-3018 (*1 *2 *1) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))) (-3017 (*1 *2 *1) (-12 (-5 *2 (-1069 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))) (-3016 (*1 *2 *1) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))) (-3015 (*1 *2 *1) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))) (-3014 (*1 *1 *2) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))) (-3013 (*1 *1 *2 *2) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))))
-((-3019 (((-51) (-350 (-484)) (-484)) 9 T ELT)))
-(((-918) (-10 -7 (-15 -3019 ((-51) (-350 (-484)) (-484))))) (T -918))
-((-3019 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-484))) (-5 *4 (-484)) (-5 *2 (-51)) (-5 *1 (-918)))))
-((-3137 (((-484)) 21 T ELT)) (-3022 (((-484)) 26 T ELT)) (-3021 (((-1185) (-484)) 24 T ELT)) (-3020 (((-484) (-484)) 27 T ELT) (((-484)) 20 T ELT)))
-(((-919) (-10 -7 (-15 -3020 ((-484))) (-15 -3137 ((-484))) (-15 -3020 ((-484) (-484))) (-15 -3021 ((-1185) (-484))) (-15 -3022 ((-484))))) (T -919))
-((-3022 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-919)))) (-3021 (*1 *2 *3) (-12 (-5 *3 (-484)) (-5 *2 (-1185)) (-5 *1 (-919)))) (-3020 (*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-919)))) (-3137 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-919)))) (-3020 (*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-919)))))
-((-3734 (((-348 |#1|) |#1|) 43 T ELT)) (-3733 (((-348 |#1|) |#1|) 41 T ELT)))
-(((-920 |#1|) (-10 -7 (-15 -3733 ((-348 |#1|) |#1|)) (-15 -3734 ((-348 |#1|) |#1|))) (-1155 (-350 (-484)))) (T -920))
-((-3734 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-920 *3)) (-4 *3 (-1155 (-350 (-484)))))) (-3733 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-920 *3)) (-4 *3 (-1155 (-350 (-484)))))))
-((-3025 (((-3 (-350 (-484)) "failed") |#1|) 15 T ELT)) (-3024 (((-85) |#1|) 14 T ELT)) (-3023 (((-350 (-484)) |#1|) 10 T ELT)))
-(((-921 |#1|) (-10 -7 (-15 -3023 ((-350 (-484)) |#1|)) (-15 -3024 ((-85) |#1|)) (-15 -3025 ((-3 (-350 (-484)) "failed") |#1|))) (-950 (-350 (-484)))) (T -921))
-((-3025 (*1 *2 *3) (|partial| -12 (-5 *2 (-350 (-484))) (-5 *1 (-921 *3)) (-4 *3 (-950 *2)))) (-3024 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-921 *3)) (-4 *3 (-950 (-350 (-484)))))) (-3023 (*1 *2 *3) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-921 *3)) (-4 *3 (-950 *2)))))
-((-3789 ((|#2| $ #1="value" |#2|) 12 T ELT)) (-3801 ((|#2| $ #1#) 10 T ELT)) (-3029 (((-85) $ $) 18 T ELT)))
-(((-922 |#1| |#2|) (-10 -7 (-15 -3789 (|#2| |#1| #1="value" |#2|)) (-15 -3029 ((-85) |#1| |#1|)) (-15 -3801 (|#2| |#1| #1#))) (-923 |#2|) (-1129)) (T -922))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 42 T ELT)) (-3026 ((|#1| $ |#1|) 33 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ "value" |#1|) 34 (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) 35 (|has| $ (-1035 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-3032 (((-583 $) $) 44 T ELT)) (-3028 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3031 (((-583 |#1|) $) 39 T ELT)) (-3528 (((-85) $) 43 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ "value") 41 T ELT)) (-3030 (((-484) $ $) 38 T ELT)) (-3634 (((-85) $) 40 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) 45 T ELT)) (-3029 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-923 |#1|) (-113) (-1129)) (T -923))
-((-3523 (*1 *2 *1) (-12 (-4 *3 (-1129)) (-5 *2 (-583 *1)) (-4 *1 (-923 *3)))) (-3032 (*1 *2 *1) (-12 (-4 *3 (-1129)) (-5 *2 (-583 *1)) (-4 *1 (-923 *3)))) (-3528 (*1 *2 *1) (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))) (-3403 (*1 *2 *1) (-12 (-4 *1 (-923 *2)) (-4 *2 (-1129)))) (-3801 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-923 *2)) (-4 *2 (-1129)))) (-3634 (*1 *2 *1) (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))) (-3031 (*1 *2 *1) (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-5 *2 (-583 *3)))) (-3030 (*1 *2 *1 *1) (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-5 *2 (-484)))) (-3029 (*1 *2 *1 *1) (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-4 *3 (-72)) (-5 *2 (-85)))) (-3028 (*1 *2 *1 *1) (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-4 *3 (-72)) (-5 *2 (-85)))) (-3027 (*1 *1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-1035 *3)) (-4 *1 (-923 *3)) (-4 *3 (-1129)))) (-3789 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (-4 *1 (-1035 *2)) (-4 *1 (-923 *2)) (-4 *2 (-1129)))) (-3026 (*1 *2 *1 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-923 *2)) (-4 *2 (-1129)))))
-(-13 (-429 |t#1|) (-10 -8 (-15 -3523 ((-583 $) $)) (-15 -3032 ((-583 $) $)) (-15 -3528 ((-85) $)) (-15 -3403 (|t#1| $)) (-15 -3801 (|t#1| $ "value")) (-15 -3634 ((-85) $)) (-15 -3031 ((-583 |t#1|) $)) (-15 -3030 ((-484) $ $)) (IF (|has| |t#1| (-72)) (PROGN (-15 -3029 ((-85) $ $)) (-15 -3028 ((-85) $ $))) |%noBranch|) (IF (|has| $ (-1035 |t#1|)) (PROGN (-15 -3027 ($ $ (-583 $))) (-15 -3789 (|t#1| $ "value" |t#1|)) (-15 -3026 (|t#1| $ |t#1|))) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1129) . T))
-((-3038 (($ $) 9 T ELT) (($ $ (-830)) 49 T ELT) (($ (-350 (-484))) 13 T ELT) (($ (-484)) 15 T ELT)) (-3184 (((-3 $ #1="failed") (-1085 $) (-830) (-772)) 24 T ELT) (((-3 $ #1#) (-1085 $) (-830)) 32 T ELT)) (-3012 (($ $ (-484)) 58 T ELT)) (-3127 (((-694)) 18 T CONST)) (-3185 (((-583 $) (-1085 $)) NIL T ELT) (((-583 $) (-1085 (-350 (-484)))) 63 T ELT) (((-583 $) (-1085 (-484))) 68 T ELT) (((-583 $) (-857 $)) 72 T ELT) (((-583 $) (-857 (-350 (-484)))) 76 T ELT) (((-583 $) (-857 (-484))) 80 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT) (($ $ (-350 (-484))) 53 T ELT)))
-(((-924 |#1|) (-10 -7 (-15 -3038 (|#1| (-484))) (-15 -3038 (|#1| (-350 (-484)))) (-15 -3038 (|#1| |#1| (-830))) (-15 -3185 ((-583 |#1|) (-857 (-484)))) (-15 -3185 ((-583 |#1|) (-857 (-350 (-484))))) (-15 -3185 ((-583 |#1|) (-857 |#1|))) (-15 -3185 ((-583 |#1|) (-1085 (-484)))) (-15 -3185 ((-583 |#1|) (-1085 (-350 (-484))))) (-15 -3185 ((-583 |#1|) (-1085 |#1|))) (-15 -3184 ((-3 |#1| #1="failed") (-1085 |#1|) (-830))) (-15 -3184 ((-3 |#1| #1#) (-1085 |#1|) (-830) (-772))) (-15 ** (|#1| |#1| (-350 (-484)))) (-15 -3012 (|#1| |#1| (-484))) (-15 -3038 (|#1| |#1|)) (-15 ** (|#1| |#1| (-484))) (-15 -3127 ((-694)) -3953) (-15 ** (|#1| |#1| (-694))) (-15 ** (|#1| |#1| (-830)))) (-925)) (T -924))
-((-3127 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-924 *3)) (-4 *3 (-925)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 111 T ELT)) (-2063 (($ $) 112 T ELT)) (-2061 (((-85) $) 114 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 131 T ELT)) (-3972 (((-348 $) $) 132 T ELT)) (-3038 (($ $) 95 T ELT) (($ $ (-830)) 81 T ELT) (($ (-350 (-484))) 80 T ELT) (($ (-484)) 79 T ELT)) (-1608 (((-85) $ $) 122 T ELT)) (-3624 (((-484) $) 148 T ELT)) (-3725 (($) 23 T CONST)) (-3184 (((-3 $ "failed") (-1085 $) (-830) (-772)) 89 T ELT) (((-3 $ "failed") (-1085 $) (-830)) 88 T ELT)) (-3158 (((-3 (-484) #1="failed") $) 108 (|has| (-350 (-484)) (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) 106 (|has| (-350 (-484)) (-950 (-350 (-484)))) ELT) (((-3 (-350 (-484)) #1#) $) 103 T ELT)) (-3157 (((-484) $) 107 (|has| (-350 (-484)) (-950 (-484))) ELT) (((-350 (-484)) $) 105 (|has| (-350 (-484)) (-950 (-350 (-484)))) ELT) (((-350 (-484)) $) 104 T ELT)) (-3034 (($ $ (-772)) 78 T ELT)) (-3033 (($ $ (-772)) 77 T ELT)) (-2565 (($ $ $) 126 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 125 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 120 T ELT)) (-3724 (((-85) $) 133 T ELT)) (-3187 (((-85) $) 146 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 94 T ELT)) (-3188 (((-85) $) 147 T ELT)) (-1605 (((-3 (-583 $) #2="failed") (-583 $) $) 129 T ELT)) (-2532 (($ $ $) 140 T ELT)) (-2858 (($ $ $) 141 T ELT)) (-3035 (((-3 (-1085 $) "failed") $) 90 T ELT)) (-3037 (((-3 (-772) "failed") $) 92 T ELT)) (-3036 (((-3 (-1085 $) "failed") $) 91 T ELT)) (-1894 (($ (-583 $)) 118 T ELT) (($ $ $) 117 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 134 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 119 T ELT)) (-3145 (($ (-583 $)) 116 T ELT) (($ $ $) 115 T ELT)) (-3733 (((-348 $) $) 130 T ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 128 T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 127 T ELT)) (-3467 (((-3 $ "failed") $ $) 110 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 121 T ELT)) (-1607 (((-694) $) 123 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 124 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ (-350 (-484))) 138 T ELT) (($ $) 109 T ELT) (($ (-350 (-484))) 102 T ELT) (($ (-484)) 101 T ELT) (($ (-350 (-484))) 98 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 113 T ELT)) (-3771 (((-350 (-484)) $ $) 76 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3185 (((-583 $) (-1085 $)) 87 T ELT) (((-583 $) (-1085 (-350 (-484)))) 86 T ELT) (((-583 $) (-1085 (-484))) 85 T ELT) (((-583 $) (-857 $)) 84 T ELT) (((-583 $) (-857 (-350 (-484)))) 83 T ELT) (((-583 $) (-857 (-484))) 82 T ELT)) (-3384 (($ $) 149 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2567 (((-85) $ $) 142 T ELT)) (-2568 (((-85) $ $) 144 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 143 T ELT)) (-2686 (((-85) $ $) 145 T ELT)) (-3950 (($ $ $) 139 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 135 T ELT) (($ $ (-350 (-484))) 93 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ (-350 (-484)) $) 137 T ELT) (($ $ (-350 (-484))) 136 T ELT) (($ (-484) $) 100 T ELT) (($ $ (-484)) 99 T ELT) (($ (-350 (-484)) $) 97 T ELT) (($ $ (-350 (-484))) 96 T ELT)))
-(((-925) (-113)) (T -925))
-((-3038 (*1 *1 *1) (-4 *1 (-925))) (-3037 (*1 *2 *1) (|partial| -12 (-4 *1 (-925)) (-5 *2 (-772)))) (-3036 (*1 *2 *1) (|partial| -12 (-5 *2 (-1085 *1)) (-4 *1 (-925)))) (-3035 (*1 *2 *1) (|partial| -12 (-5 *2 (-1085 *1)) (-4 *1 (-925)))) (-3184 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1085 *1)) (-5 *3 (-830)) (-5 *4 (-772)) (-4 *1 (-925)))) (-3184 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1085 *1)) (-5 *3 (-830)) (-4 *1 (-925)))) (-3185 (*1 *2 *3) (-12 (-5 *3 (-1085 *1)) (-4 *1 (-925)) (-5 *2 (-583 *1)))) (-3185 (*1 *2 *3) (-12 (-5 *3 (-1085 (-350 (-484)))) (-5 *2 (-583 *1)) (-4 *1 (-925)))) (-3185 (*1 *2 *3) (-12 (-5 *3 (-1085 (-484))) (-5 *2 (-583 *1)) (-4 *1 (-925)))) (-3185 (*1 *2 *3) (-12 (-5 *3 (-857 *1)) (-4 *1 (-925)) (-5 *2 (-583 *1)))) (-3185 (*1 *2 *3) (-12 (-5 *3 (-857 (-350 (-484)))) (-5 *2 (-583 *1)) (-4 *1 (-925)))) (-3185 (*1 *2 *3) (-12 (-5 *3 (-857 (-484))) (-5 *2 (-583 *1)) (-4 *1 (-925)))) (-3038 (*1 *1 *1 *2) (-12 (-4 *1 (-925)) (-5 *2 (-830)))) (-3038 (*1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-4 *1 (-925)))) (-3038 (*1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-925)))) (-3034 (*1 *1 *1 *2) (-12 (-4 *1 (-925)) (-5 *2 (-772)))) (-3033 (*1 *1 *1 *2) (-12 (-4 *1 (-925)) (-5 *2 (-772)))) (-3771 (*1 *2 *1 *1) (-12 (-4 *1 (-925)) (-5 *2 (-350 (-484))))))
-(-13 (-120) (-755) (-146) (-312) (-355 (-350 (-484))) (-38 (-484)) (-38 (-350 (-484))) (-915) (-10 -8 (-15 -3037 ((-3 (-772) "failed") $)) (-15 -3036 ((-3 (-1085 $) "failed") $)) (-15 -3035 ((-3 (-1085 $) "failed") $)) (-15 -3184 ((-3 $ "failed") (-1085 $) (-830) (-772))) (-15 -3184 ((-3 $ "failed") (-1085 $) (-830))) (-15 -3185 ((-583 $) (-1085 $))) (-15 -3185 ((-583 $) (-1085 (-350 (-484))))) (-15 -3185 ((-583 $) (-1085 (-484)))) (-15 -3185 ((-583 $) (-857 $))) (-15 -3185 ((-583 $) (-857 (-350 (-484))))) (-15 -3185 ((-583 $) (-857 (-484)))) (-15 -3038 ($ $ (-830))) (-15 -3038 ($ $)) (-15 -3038 ($ (-350 (-484)))) (-15 -3038 ($ (-484))) (-15 -3034 ($ $ (-772))) (-15 -3033 ($ $ (-772))) (-15 -3771 ((-350 (-484)) $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 (-484)) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 (-484) (-484)) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-355 (-350 (-484))) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 (-484)) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 (-484)) . T) ((-582 $) . T) ((-654 (-350 (-484))) . T) ((-654 (-484)) . T) ((-654 $) . T) ((-663) . T) ((-714) . T) ((-716) . T) ((-718) . T) ((-721) . T) ((-755) . T) ((-756) . T) ((-759) . T) ((-832) . T) ((-915) . T) ((-950 (-350 (-484))) . T) ((-950 (-484)) |has| (-350 (-484)) (-950 (-484))) ((-963 (-350 (-484))) . T) ((-963 (-484)) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 (-484)) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) . T))
-((-3039 (((-2 (|:| |ans| |#2|) (|:| -3138 |#2|) (|:| |sol?| (-85))) (-484) |#2| |#2| (-1090) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") |#2| (-583 |#2|)) (-1 (-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| |#2|)) 67 T ELT)))
-(((-926 |#1| |#2|) (-10 -7 (-15 -3039 ((-2 (|:| |ans| |#2|) (|:| -3138 |#2|) (|:| |sol?| (-85))) (-484) |#2| |#2| (-1090) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") |#2| (-583 |#2|)) (-1 (-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| |#2|)))) (-13 (-392) (-120) (-950 (-484)) (-580 (-484))) (-13 (-1115) (-27) (-364 |#1|))) (T -926))
-((-3039 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1090)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-583 *4))) (-5 *7 (-1 (-3 (-2 (|:| -2136 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1115) (-27) (-364 *8))) (-4 *8 (-13 (-392) (-120) (-950 *3) (-580 *3))) (-5 *3 (-484)) (-5 *2 (-2 (|:| |ans| *4) (|:| -3138 *4) (|:| |sol?| (-85)))) (-5 *1 (-926 *8 *4)))))
-((-3040 (((-3 (-583 |#2|) #1="failed") (-484) |#2| |#2| |#2| (-1090) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-583 |#2|)) (-1 (-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| |#2|)) 55 T ELT)))
-(((-927 |#1| |#2|) (-10 -7 (-15 -3040 ((-3 (-583 |#2|) #1="failed") (-484) |#2| |#2| |#2| (-1090) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-583 |#2|)) (-1 (-3 (-2 (|:| -2136 |#2|) (|:| |coeff| |#2|)) #1#) |#2| |#2|)))) (-13 (-392) (-120) (-950 (-484)) (-580 (-484))) (-13 (-1115) (-27) (-364 |#1|))) (T -927))
-((-3040 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1090)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-583 *4))) (-5 *7 (-1 (-3 (-2 (|:| -2136 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1115) (-27) (-364 *8))) (-4 *8 (-13 (-392) (-120) (-950 *3) (-580 *3))) (-5 *3 (-484)) (-5 *2 (-583 *4)) (-5 *1 (-927 *8 *4)))))
-((-3043 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-85)))) (|:| -3267 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-484)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-484) (-1 |#2| |#2|)) 39 T ELT)) (-3041 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-350 |#2|)) (|:| |c| (-350 |#2|)) (|:| -3094 |#2|)) "failed") (-350 |#2|) (-350 |#2|) (-1 |#2| |#2|)) 71 T ELT)) (-3042 (((-2 (|:| |ans| (-350 |#2|)) (|:| |nosol| (-85))) (-350 |#2|) (-350 |#2|)) 76 T ELT)))
-(((-928 |#1| |#2|) (-10 -7 (-15 -3041 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-350 |#2|)) (|:| |c| (-350 |#2|)) (|:| -3094 |#2|)) "failed") (-350 |#2|) (-350 |#2|) (-1 |#2| |#2|))) (-15 -3042 ((-2 (|:| |ans| (-350 |#2|)) (|:| |nosol| (-85))) (-350 |#2|) (-350 |#2|))) (-15 -3043 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-85)))) (|:| -3267 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-484)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-484) (-1 |#2| |#2|)))) (-13 (-312) (-120) (-950 (-484))) (-1155 |#1|)) (T -928))
-((-3043 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1155 *6)) (-4 *6 (-13 (-312) (-120) (-950 *4))) (-5 *4 (-484)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-85)))) (|:| -3267 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-928 *6 *3)))) (-3042 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-312) (-120) (-950 (-484)))) (-4 *5 (-1155 *4)) (-5 *2 (-2 (|:| |ans| (-350 *5)) (|:| |nosol| (-85)))) (-5 *1 (-928 *4 *5)) (-5 *3 (-350 *5)))) (-3041 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-13 (-312) (-120) (-950 (-484)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-350 *6)) (|:| |c| (-350 *6)) (|:| -3094 *6))) (-5 *1 (-928 *5 *6)) (-5 *3 (-350 *6)))))
-((-3044 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-350 |#2|)) (|:| |h| |#2|) (|:| |c1| (-350 |#2|)) (|:| |c2| (-350 |#2|)) (|:| -3094 |#2|)) #1="failed") (-350 |#2|) (-350 |#2|) (-350 |#2|) (-1 |#2| |#2|)) 22 T ELT)) (-3045 (((-3 (-583 (-350 |#2|)) #1#) (-350 |#2|) (-350 |#2|) (-350 |#2|)) 34 T ELT)))
-(((-929 |#1| |#2|) (-10 -7 (-15 -3044 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-350 |#2|)) (|:| |h| |#2|) (|:| |c1| (-350 |#2|)) (|:| |c2| (-350 |#2|)) (|:| -3094 |#2|)) #1="failed") (-350 |#2|) (-350 |#2|) (-350 |#2|) (-1 |#2| |#2|))) (-15 -3045 ((-3 (-583 (-350 |#2|)) #1#) (-350 |#2|) (-350 |#2|) (-350 |#2|)))) (-13 (-312) (-120) (-950 (-484))) (-1155 |#1|)) (T -929))
-((-3045 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-312) (-120) (-950 (-484)))) (-4 *5 (-1155 *4)) (-5 *2 (-583 (-350 *5))) (-5 *1 (-929 *4 *5)) (-5 *3 (-350 *5)))) (-3044 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-13 (-312) (-120) (-950 (-484)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-350 *6)) (|:| |h| *6) (|:| |c1| (-350 *6)) (|:| |c2| (-350 *6)) (|:| -3094 *6))) (-5 *1 (-929 *5 *6)) (-5 *3 (-350 *6)))))
-((-3046 (((-1 |#1|) (-583 (-2 (|:| -3403 |#1|) (|:| -1522 (-484))))) 34 T ELT)) (-3101 (((-1 |#1|) (-1009 |#1|)) 42 T ELT)) (-3047 (((-1 |#1|) (-1179 |#1|) (-1179 (-484)) (-484)) 31 T ELT)))
-(((-930 |#1|) (-10 -7 (-15 -3101 ((-1 |#1|) (-1009 |#1|))) (-15 -3046 ((-1 |#1|) (-583 (-2 (|:| -3403 |#1|) (|:| -1522 (-484)))))) (-15 -3047 ((-1 |#1|) (-1179 |#1|) (-1179 (-484)) (-484)))) (-1013)) (T -930))
-((-3047 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1179 *6)) (-5 *4 (-1179 (-484))) (-5 *5 (-484)) (-4 *6 (-1013)) (-5 *2 (-1 *6)) (-5 *1 (-930 *6)))) (-3046 (*1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| -3403 *4) (|:| -1522 (-484))))) (-4 *4 (-1013)) (-5 *2 (-1 *4)) (-5 *1 (-930 *4)))) (-3101 (*1 *2 *3) (-12 (-5 *3 (-1009 *4)) (-4 *4 (-1013)) (-5 *2 (-1 *4)) (-5 *1 (-930 *4)))))
-((-3773 (((-694) (-283 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23 T ELT)))
-(((-931 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3773 ((-694) (-283 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-312) (-1155 |#1|) (-1155 (-350 |#2|)) (-291 |#1| |#2| |#3|) (-13 (-320) (-312))) (T -931))
-((-3773 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-283 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-312)) (-4 *7 (-1155 *6)) (-4 *4 (-1155 (-350 *7))) (-4 *8 (-291 *6 *7 *4)) (-4 *9 (-13 (-320) (-312))) (-5 *2 (-694)) (-5 *1 (-931 *6 *7 *4 *8 *9)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3596 (((-1049) $) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3234 (((-1049) $) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-932) (-13 (-995) (-10 -8 (-15 -3596 ((-1049) $)) (-15 -3234 ((-1049) $))))) (T -932))
-((-3596 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-932)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-932)))))
-((-3973 (((-179) $) 6 T ELT) (((-330) $) 9 T ELT)))
-(((-933) (-113)) (T -933))
-NIL
-(-13 (-553 (-179)) (-553 (-330)))
-(((-553 (-179)) . T) ((-553 (-330)) . T))
-((-3135 (((-3 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) "failed") |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) 32 T ELT) (((-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-350 (-484))) 29 T ELT)) (-3050 (((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-350 (-484))) 34 T ELT) (((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-350 (-484))) 30 T ELT) (((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) 33 T ELT) (((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1|) 28 T ELT)) (-3049 (((-583 (-350 (-484))) (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) 20 T ELT)) (-3048 (((-350 (-484)) (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) 17 T ELT)))
-(((-934 |#1|) (-10 -7 (-15 -3050 ((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1|)) (-15 -3050 ((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) (-15 -3050 ((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-350 (-484)))) (-15 -3050 ((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-350 (-484)))) (-15 -3135 ((-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-350 (-484)))) (-15 -3135 ((-3 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) "failed") |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) (-15 -3048 ((-350 (-484)) (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) (-15 -3049 ((-583 (-350 (-484))) (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))))) (-1155 (-484))) (T -934))
-((-3049 (*1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) (-5 *2 (-583 (-350 (-484)))) (-5 *1 (-934 *4)) (-4 *4 (-1155 (-484))))) (-3048 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) (-5 *2 (-350 (-484))) (-5 *1 (-934 *4)) (-4 *4 (-1155 (-484))))) (-3135 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484))))) (-3135 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) (-5 *4 (-350 (-484))) (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484))))) (-3050 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-350 (-484))) (-5 *2 (-583 (-2 (|:| -3139 *5) (|:| -3138 *5)))) (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484))) (-5 *4 (-2 (|:| -3139 *5) (|:| -3138 *5))))) (-3050 (*1 *2 *3 *4) (-12 (-5 *2 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484))) (-5 *4 (-350 (-484))))) (-3050 (*1 *2 *3 *4) (-12 (-5 *2 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484))) (-5 *4 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))))) (-3050 (*1 *2 *3) (-12 (-5 *2 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484))))))
-((-3135 (((-3 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) "failed") |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) 35 T ELT) (((-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-350 (-484))) 32 T ELT)) (-3050 (((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-350 (-484))) 30 T ELT) (((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-350 (-484))) 26 T ELT) (((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) 28 T ELT) (((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1|) 24 T ELT)))
-(((-935 |#1|) (-10 -7 (-15 -3050 ((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1|)) (-15 -3050 ((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) (-15 -3050 ((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-350 (-484)))) (-15 -3050 ((-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-350 (-484)))) (-15 -3135 ((-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-350 (-484)))) (-15 -3135 ((-3 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) "failed") |#1| (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))) (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))))) (-1155 (-350 (-484)))) (T -935))
-((-3135 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) (-5 *1 (-935 *3)) (-4 *3 (-1155 (-350 (-484)))))) (-3135 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))) (-5 *4 (-350 (-484))) (-5 *1 (-935 *3)) (-4 *3 (-1155 *4)))) (-3050 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-350 (-484))) (-5 *2 (-583 (-2 (|:| -3139 *5) (|:| -3138 *5)))) (-5 *1 (-935 *3)) (-4 *3 (-1155 *5)) (-5 *4 (-2 (|:| -3139 *5) (|:| -3138 *5))))) (-3050 (*1 *2 *3 *4) (-12 (-5 *4 (-350 (-484))) (-5 *2 (-583 (-2 (|:| -3139 *4) (|:| -3138 *4)))) (-5 *1 (-935 *3)) (-4 *3 (-1155 *4)))) (-3050 (*1 *2 *3 *4) (-12 (-5 *2 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) (-5 *1 (-935 *3)) (-4 *3 (-1155 (-350 (-484)))) (-5 *4 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))))) (-3050 (*1 *2 *3) (-12 (-5 *2 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))) (-5 *1 (-935 *3)) (-4 *3 (-1155 (-350 (-484)))))))
-((-3574 (((-583 (-330)) (-857 (-484)) (-330)) 28 T ELT) (((-583 (-330)) (-857 (-350 (-484))) (-330)) 27 T ELT)) (-3970 (((-583 (-583 (-330))) (-583 (-857 (-484))) (-583 (-1090)) (-330)) 37 T ELT)))
-(((-936) (-10 -7 (-15 -3574 ((-583 (-330)) (-857 (-350 (-484))) (-330))) (-15 -3574 ((-583 (-330)) (-857 (-484)) (-330))) (-15 -3970 ((-583 (-583 (-330))) (-583 (-857 (-484))) (-583 (-1090)) (-330))))) (T -936))
-((-3970 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-583 (-857 (-484)))) (-5 *4 (-583 (-1090))) (-5 *2 (-583 (-583 (-330)))) (-5 *1 (-936)) (-5 *5 (-330)))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-857 (-484))) (-5 *2 (-583 (-330))) (-5 *1 (-936)) (-5 *4 (-330)))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-857 (-350 (-484)))) (-5 *2 (-583 (-330))) (-5 *1 (-936)) (-5 *4 (-330)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 75 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-3038 (($ $) NIL T ELT) (($ $ (-830)) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-484)) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) 70 T ELT)) (-3725 (($) NIL T CONST)) (-3184 (((-3 $ #1#) (-1085 $) (-830) (-772)) NIL T ELT) (((-3 $ #1#) (-1085 $) (-830)) 55 T ELT)) (-3158 (((-3 (-350 (-484)) #1#) $) NIL (|has| (-350 (-484)) (-950 (-350 (-484)))) ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 |#1| #1#) $) 115 T ELT) (((-3 (-484) #1#) $) NIL (OR (|has| (-350 (-484)) (-950 (-484))) (|has| |#1| (-950 (-484)))) ELT)) (-3157 (((-350 (-484)) $) 17 (|has| (-350 (-484)) (-950 (-350 (-484)))) ELT) (((-350 (-484)) $) 17 T ELT) ((|#1| $) 116 T ELT) (((-484) $) NIL (OR (|has| (-350 (-484)) (-950 (-484))) (|has| |#1| (-950 (-484)))) ELT)) (-3034 (($ $ (-772)) 47 T ELT)) (-3033 (($ $ (-772)) 48 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-3183 (((-350 (-484)) $ $) 21 T ELT)) (-3468 (((-3 $ #1#) $) 88 T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-3187 (((-85) $) 66 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3012 (($ $ (-484)) NIL T ELT)) (-3188 (((-85) $) 69 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3035 (((-3 (-1085 $) #1#) $) 83 T ELT)) (-3037 (((-3 (-772) #1#) $) 82 T ELT)) (-3036 (((-3 (-1085 $) #1#) $) 80 T ELT)) (-3051 (((-3 (-974 $ (-1085 $)) #1#) $) 78 T ELT)) (-1894 (($ (-583 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 89 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ (-583 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3947 (((-772) $) 87 T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ $) 63 T ELT) (($ (-350 (-484))) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#1|) 118 T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3771 (((-350 (-484)) $ $) 27 T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3185 (((-583 $) (-1085 $)) 61 T ELT) (((-583 $) (-1085 (-350 (-484)))) NIL T ELT) (((-583 $) (-1085 (-484))) NIL T ELT) (((-583 $) (-857 $)) NIL T ELT) (((-583 $) (-857 (-350 (-484)))) NIL T ELT) (((-583 $) (-857 (-484))) NIL T ELT)) (-3052 (($ (-974 $ (-1085 $)) (-772)) 46 T ELT)) (-3384 (($ $) 22 T ELT)) (-2661 (($) 32 T CONST)) (-2667 (($) 39 T CONST)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 76 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 24 T ELT)) (-3950 (($ $ $) 37 T ELT)) (-3838 (($ $) 38 T ELT) (($ $ $) 74 T ELT)) (-3840 (($ $ $) 111 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 71 T ELT) (($ $ $) 103 T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ (-484) $) 71 T ELT) (($ $ (-484)) NIL T ELT) (($ (-350 (-484)) $) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT) (($ |#1| $) 101 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-937 |#1|) (-13 (-925) (-355 |#1|) (-38 |#1|) (-10 -8 (-15 -3052 ($ (-974 $ (-1085 $)) (-772))) (-15 -3051 ((-3 (-974 $ (-1085 $)) "failed") $)) (-15 -3183 ((-350 (-484)) $ $)))) (-13 (-755) (-312) (-933))) (T -937))
-((-3052 (*1 *1 *2 *3) (-12 (-5 *2 (-974 (-937 *4) (-1085 (-937 *4)))) (-5 *3 (-772)) (-5 *1 (-937 *4)) (-4 *4 (-13 (-755) (-312) (-933))))) (-3051 (*1 *2 *1) (|partial| -12 (-5 *2 (-974 (-937 *3) (-1085 (-937 *3)))) (-5 *1 (-937 *3)) (-4 *3 (-13 (-755) (-312) (-933))))) (-3183 (*1 *2 *1 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-937 *3)) (-4 *3 (-13 (-755) (-312) (-933))))))
-((-3053 (((-2 (|:| -3267 |#2|) (|:| -2514 (-583 |#1|))) |#2| (-583 |#1|)) 32 T ELT) ((|#2| |#2| |#1|) 27 T ELT)))
-(((-938 |#1| |#2|) (-10 -7 (-15 -3053 (|#2| |#2| |#1|)) (-15 -3053 ((-2 (|:| -3267 |#2|) (|:| -2514 (-583 |#1|))) |#2| (-583 |#1|)))) (-312) (-600 |#1|)) (T -938))
-((-3053 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-5 *2 (-2 (|:| -3267 *3) (|:| -2514 (-583 *5)))) (-5 *1 (-938 *5 *3)) (-5 *4 (-583 *5)) (-4 *3 (-600 *5)))) (-3053 (*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-938 *3 *2)) (-4 *2 (-600 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3054 ((|#1| $ |#1|) 12 T ELT)) (-3056 (($ |#1|) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3055 ((|#1| $) 11 T ELT)) (-3947 (((-772) $) 17 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 9 T ELT)))
-(((-939 |#1|) (-13 (-1013) (-10 -8 (-15 -3056 ($ |#1|)) (-15 -3055 (|#1| $)) (-15 -3054 (|#1| $ |#1|)) (-15 -3057 ((-85) $ $)))) (-1129)) (T -939))
-((-3057 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-939 *3)) (-4 *3 (-1129)))) (-3056 (*1 *1 *2) (-12 (-5 *1 (-939 *2)) (-4 *2 (-1129)))) (-3055 (*1 *2 *1) (-12 (-5 *1 (-939 *2)) (-4 *2 (-1129)))) (-3054 (*1 *2 *1 *2) (-12 (-5 *1 (-939 *2)) (-4 *2 (-1129)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3682 (((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 |#4|)))) (-583 |#4|)) NIL T ELT)) (-3683 (((-583 $) (-583 |#4|)) 113 T ELT) (((-583 $) (-583 |#4|) (-85)) 114 T ELT) (((-583 $) (-583 |#4|) (-85) (-85)) 112 T ELT) (((-583 $) (-583 |#4|) (-85) (-85) (-85) (-85)) 115 T ELT)) (-3082 (((-583 |#3|) $) NIL T ELT)) (-2909 (((-85) $) NIL T ELT)) (-2900 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3694 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3689 ((|#4| |#4| $) NIL T ELT)) (-3776 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| $) 107 T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3711 (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 62 T ELT)) (-3725 (($) NIL T CONST)) (-2905 (((-85) $) 28 (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3690 (((-583 |#4|) (-583 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) NIL (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) NIL (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ #1#) (-583 |#4|)) NIL T ELT)) (-3157 (($ (-583 |#4|)) NIL T ELT)) (-3800 (((-3 $ #1#) $) 44 T ELT)) (-3686 ((|#4| |#4| $) 65 T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-3407 (($ |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT) (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 80 (|has| |#1| (-495)) ELT)) (-3695 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3684 ((|#4| |#4| $) NIL T ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3697 (((-2 (|:| -3862 (-583 |#4|)) (|:| -1702 (-583 |#4|))) $) NIL T ELT)) (-3198 (((-85) |#4| $) NIL T ELT)) (-3196 (((-85) |#4| $) NIL T ELT)) (-3199 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3439 (((-2 (|:| |val| (-583 |#4|)) (|:| |towers| (-583 $))) (-583 |#4|) (-85) (-85)) 128 T ELT)) (-3696 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3181 ((|#3| $) 37 T ELT)) (-2609 (((-583 |#4|) $) 18 T ELT)) (-3246 (((-85) |#4| $) 26 (|has| |#4| (-72)) ELT)) (-3327 (($ (-1 |#4| |#4|) $) 24 T ELT)) (-3959 (($ (-1 |#4| |#4|) $) 22 T ELT)) (-2915 (((-583 |#3|) $) NIL T ELT)) (-2914 (((-85) |#3| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3192 (((-3 |#4| (-583 $)) |#4| |#4| $) NIL T ELT)) (-3191 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| |#4| $) 105 T ELT)) (-3799 (((-3 |#4| #1#) $) 41 T ELT)) (-3193 (((-583 $) |#4| $) 88 T ELT)) (-3195 (((-3 (-85) (-583 $)) |#4| $) NIL T ELT)) (-3194 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 $))) |#4| $) 98 T ELT) (((-85) |#4| $) 60 T ELT)) (-3239 (((-583 $) |#4| $) 110 T ELT) (((-583 $) (-583 |#4|) $) NIL T ELT) (((-583 $) (-583 |#4|) (-583 $)) 111 T ELT) (((-583 $) |#4| (-583 $)) NIL T ELT)) (-3440 (((-583 $) (-583 |#4|) (-85) (-85) (-85)) 123 T ELT)) (-3441 (($ |#4| $) 77 T ELT) (($ (-583 |#4|) $) 78 T ELT) (((-583 $) |#4| $ (-85) (-85) (-85) (-85) (-85)) 74 T ELT)) (-3698 (((-583 |#4|) $) NIL T ELT)) (-3692 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3687 ((|#4| |#4| $) NIL T ELT)) (-3700 (((-85) $ $) NIL T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-495)) ELT)) (-3693 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3688 ((|#4| |#4| $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 (((-3 |#4| #1#) $) 39 T ELT)) (-1354 (((-3 |#4| #1#) (-1 (-85) |#4|) $) NIL T ELT)) (-3680 (((-3 $ #1#) $ |#4|) 55 T ELT)) (-3770 (($ $ |#4|) NIL T ELT) (((-583 $) |#4| $) 90 T ELT) (((-583 $) |#4| (-583 $)) NIL T ELT) (((-583 $) (-583 |#4|) $) NIL T ELT) (((-583 $) (-583 |#4|) (-583 $)) 84 T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 17 T ELT)) (-3566 (($) 14 T ELT)) (-3949 (((-694) $) NIL T ELT)) (-1730 (((-694) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) NIL T ELT)) (-3401 (($ $) 13 T ELT)) (-3973 (((-473) $) NIL (|has| |#4| (-553 (-473))) ELT)) (-3531 (($ (-583 |#4|)) 21 T ELT)) (-2911 (($ $ |#3|) 48 T ELT)) (-2913 (($ $ |#3|) 50 T ELT)) (-3685 (($ $) NIL T ELT)) (-2912 (($ $ |#3|) NIL T ELT)) (-3947 (((-772) $) 34 T ELT) (((-583 |#4|) $) 45 T ELT)) (-3679 (((-694) $) NIL (|has| |#3| (-320)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3691 (((-85) $ (-1 (-85) |#4| (-583 |#4|))) NIL T ELT)) (-3190 (((-583 $) |#4| $) 87 T ELT) (((-583 $) |#4| (-583 $)) NIL T ELT) (((-583 $) (-583 |#4|) $) NIL T ELT) (((-583 $) (-583 |#4|) (-583 $)) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3681 (((-583 |#3|) $) NIL T ELT)) (-3197 (((-85) |#4| $) NIL T ELT)) (-3934 (((-85) |#3| $) 61 T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-940 |#1| |#2| |#3| |#4|) (-13 (-983 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3441 ((-583 $) |#4| $ (-85) (-85) (-85) (-85) (-85))) (-15 -3683 ((-583 $) (-583 |#4|) (-85) (-85))) (-15 -3683 ((-583 $) (-583 |#4|) (-85) (-85) (-85) (-85))) (-15 -3440 ((-583 $) (-583 |#4|) (-85) (-85) (-85))) (-15 -3439 ((-2 (|:| |val| (-583 |#4|)) (|:| |towers| (-583 $))) (-583 |#4|) (-85) (-85))))) (-392) (-717) (-756) (-977 |#1| |#2| |#3|)) (T -940))
-((-3441 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-940 *5 *6 *7 *3))) (-5 *1 (-940 *5 *6 *7 *3)) (-4 *3 (-977 *5 *6 *7)))) (-3683 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-940 *5 *6 *7 *8))) (-5 *1 (-940 *5 *6 *7 *8)))) (-3683 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-940 *5 *6 *7 *8))) (-5 *1 (-940 *5 *6 *7 *8)))) (-3440 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-940 *5 *6 *7 *8))) (-5 *1 (-940 *5 *6 *7 *8)))) (-3439 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-977 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-583 *8)) (|:| |towers| (-583 (-940 *5 *6 *7 *8))))) (-5 *1 (-940 *5 *6 *7 *8)) (-5 *3 (-583 *8)))))
-((-3058 (((-583 (-2 (|:| |radval| (-265 (-484))) (|:| |radmult| (-484)) (|:| |radvect| (-583 (-630 (-265 (-484))))))) (-630 (-350 (-857 (-484))))) 67 T ELT)) (-3059 (((-583 (-630 (-265 (-484)))) (-265 (-484)) (-630 (-350 (-857 (-484))))) 52 T ELT)) (-3060 (((-583 (-265 (-484))) (-630 (-350 (-857 (-484))))) 45 T ELT)) (-3064 (((-583 (-630 (-265 (-484)))) (-630 (-350 (-857 (-484))))) 85 T ELT)) (-3062 (((-630 (-265 (-484))) (-630 (-265 (-484)))) 38 T ELT)) (-3063 (((-583 (-630 (-265 (-484)))) (-583 (-630 (-265 (-484))))) 74 T ELT)) (-3061 (((-3 (-630 (-265 (-484))) "failed") (-630 (-350 (-857 (-484))))) 82 T ELT)))
-(((-941) (-10 -7 (-15 -3058 ((-583 (-2 (|:| |radval| (-265 (-484))) (|:| |radmult| (-484)) (|:| |radvect| (-583 (-630 (-265 (-484))))))) (-630 (-350 (-857 (-484)))))) (-15 -3059 ((-583 (-630 (-265 (-484)))) (-265 (-484)) (-630 (-350 (-857 (-484)))))) (-15 -3060 ((-583 (-265 (-484))) (-630 (-350 (-857 (-484)))))) (-15 -3061 ((-3 (-630 (-265 (-484))) "failed") (-630 (-350 (-857 (-484)))))) (-15 -3062 ((-630 (-265 (-484))) (-630 (-265 (-484))))) (-15 -3063 ((-583 (-630 (-265 (-484)))) (-583 (-630 (-265 (-484)))))) (-15 -3064 ((-583 (-630 (-265 (-484)))) (-630 (-350 (-857 (-484)))))))) (T -941))
-((-3064 (*1 *2 *3) (-12 (-5 *3 (-630 (-350 (-857 (-484))))) (-5 *2 (-583 (-630 (-265 (-484))))) (-5 *1 (-941)))) (-3063 (*1 *2 *2) (-12 (-5 *2 (-583 (-630 (-265 (-484))))) (-5 *1 (-941)))) (-3062 (*1 *2 *2) (-12 (-5 *2 (-630 (-265 (-484)))) (-5 *1 (-941)))) (-3061 (*1 *2 *3) (|partial| -12 (-5 *3 (-630 (-350 (-857 (-484))))) (-5 *2 (-630 (-265 (-484)))) (-5 *1 (-941)))) (-3060 (*1 *2 *3) (-12 (-5 *3 (-630 (-350 (-857 (-484))))) (-5 *2 (-583 (-265 (-484)))) (-5 *1 (-941)))) (-3059 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-350 (-857 (-484))))) (-5 *2 (-583 (-630 (-265 (-484))))) (-5 *1 (-941)) (-5 *3 (-265 (-484))))) (-3058 (*1 *2 *3) (-12 (-5 *3 (-630 (-350 (-857 (-484))))) (-5 *2 (-583 (-2 (|:| |radval| (-265 (-484))) (|:| |radmult| (-484)) (|:| |radvect| (-583 (-630 (-265 (-484)))))))) (-5 *1 (-941)))))
-((-3068 (((-583 (-630 |#1|)) (-583 (-630 |#1|))) 69 T ELT) (((-630 |#1|) (-630 |#1|)) 68 T ELT) (((-583 (-630 |#1|)) (-583 (-630 |#1|)) (-583 (-630 |#1|))) 67 T ELT) (((-630 |#1|) (-630 |#1|) (-630 |#1|)) 64 T ELT)) (-3067 (((-583 (-630 |#1|)) (-583 (-630 |#1|)) (-830)) 62 T ELT) (((-630 |#1|) (-630 |#1|) (-830)) 61 T ELT)) (-3069 (((-583 (-630 (-484))) (-583 (-583 (-484)))) 80 T ELT) (((-583 (-630 (-484))) (-583 (-813 (-484))) (-484)) 79 T ELT) (((-630 (-484)) (-583 (-484))) 76 T ELT) (((-630 (-484)) (-813 (-484)) (-484)) 74 T ELT)) (-3066 (((-630 (-857 |#1|)) (-694)) 94 T ELT)) (-3065 (((-583 (-630 |#1|)) (-583 (-630 |#1|)) (-830)) 48 (|has| |#1| (-6 (-3998 #1="*"))) ELT) (((-630 |#1|) (-630 |#1|) (-830)) 46 (|has| |#1| (-6 (-3998 #1#))) ELT)))
-(((-942 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-3998 #1="*"))) (-15 -3065 ((-630 |#1|) (-630 |#1|) (-830))) |%noBranch|) (IF (|has| |#1| (-6 (-3998 #1#))) (-15 -3065 ((-583 (-630 |#1|)) (-583 (-630 |#1|)) (-830))) |%noBranch|) (-15 -3066 ((-630 (-857 |#1|)) (-694))) (-15 -3067 ((-630 |#1|) (-630 |#1|) (-830))) (-15 -3067 ((-583 (-630 |#1|)) (-583 (-630 |#1|)) (-830))) (-15 -3068 ((-630 |#1|) (-630 |#1|) (-630 |#1|))) (-15 -3068 ((-583 (-630 |#1|)) (-583 (-630 |#1|)) (-583 (-630 |#1|)))) (-15 -3068 ((-630 |#1|) (-630 |#1|))) (-15 -3068 ((-583 (-630 |#1|)) (-583 (-630 |#1|)))) (-15 -3069 ((-630 (-484)) (-813 (-484)) (-484))) (-15 -3069 ((-630 (-484)) (-583 (-484)))) (-15 -3069 ((-583 (-630 (-484))) (-583 (-813 (-484))) (-484))) (-15 -3069 ((-583 (-630 (-484))) (-583 (-583 (-484)))))) (-961)) (T -942))
-((-3069 (*1 *2 *3) (-12 (-5 *3 (-583 (-583 (-484)))) (-5 *2 (-583 (-630 (-484)))) (-5 *1 (-942 *4)) (-4 *4 (-961)))) (-3069 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-813 (-484)))) (-5 *4 (-484)) (-5 *2 (-583 (-630 *4))) (-5 *1 (-942 *5)) (-4 *5 (-961)))) (-3069 (*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-630 (-484))) (-5 *1 (-942 *4)) (-4 *4 (-961)))) (-3069 (*1 *2 *3 *4) (-12 (-5 *3 (-813 (-484))) (-5 *4 (-484)) (-5 *2 (-630 *4)) (-5 *1 (-942 *5)) (-4 *5 (-961)))) (-3068 (*1 *2 *2) (-12 (-5 *2 (-583 (-630 *3))) (-4 *3 (-961)) (-5 *1 (-942 *3)))) (-3068 (*1 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-942 *3)))) (-3068 (*1 *2 *2 *2) (-12 (-5 *2 (-583 (-630 *3))) (-4 *3 (-961)) (-5 *1 (-942 *3)))) (-3068 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-942 *3)))) (-3067 (*1 *2 *2 *3) (-12 (-5 *2 (-583 (-630 *4))) (-5 *3 (-830)) (-4 *4 (-961)) (-5 *1 (-942 *4)))) (-3067 (*1 *2 *2 *3) (-12 (-5 *2 (-630 *4)) (-5 *3 (-830)) (-4 *4 (-961)) (-5 *1 (-942 *4)))) (-3066 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-630 (-857 *4))) (-5 *1 (-942 *4)) (-4 *4 (-961)))) (-3065 (*1 *2 *2 *3) (-12 (-5 *2 (-583 (-630 *4))) (-5 *3 (-830)) (|has| *4 (-6 (-3998 "*"))) (-4 *4 (-961)) (-5 *1 (-942 *4)))) (-3065 (*1 *2 *2 *3) (-12 (-5 *2 (-630 *4)) (-5 *3 (-830)) (|has| *4 (-6 (-3998 "*"))) (-4 *4 (-961)) (-5 *1 (-942 *4)))))
-((-3073 (((-630 |#1|) (-583 (-630 |#1|)) (-1179 |#1|)) 69 (|has| |#1| (-258)) ELT)) (-3419 (((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)) (-1179 (-1179 |#1|))) 107 (|has| |#1| (-312)) ELT) (((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)) (-1179 |#1|)) 104 (|has| |#1| (-312)) ELT)) (-3077 (((-1179 |#1|) (-583 (-1179 |#1|)) (-484)) 113 (-12 (|has| |#1| (-312)) (|has| |#1| (-320))) ELT)) (-3076 (((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)) (-830)) 119 (-12 (|has| |#1| (-312)) (|has| |#1| (-320))) ELT) (((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)) (-85)) 118 (-12 (|has| |#1| (-312)) (|has| |#1| (-320))) ELT) (((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|))) 117 (-12 (|has| |#1| (-312)) (|has| |#1| (-320))) ELT) (((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)) (-85) (-484) (-484)) 116 (-12 (|has| |#1| (-312)) (|has| |#1| (-320))) ELT)) (-3075 (((-85) (-583 (-630 |#1|))) 101 (|has| |#1| (-312)) ELT) (((-85) (-583 (-630 |#1|)) (-484)) 100 (|has| |#1| (-312)) ELT)) (-3072 (((-1179 (-1179 |#1|)) (-583 (-630 |#1|)) (-1179 |#1|)) 66 (|has| |#1| (-258)) ELT)) (-3071 (((-630 |#1|) (-583 (-630 |#1|)) (-630 |#1|)) 46 T ELT)) (-3070 (((-630 |#1|) (-1179 (-1179 |#1|))) 39 T ELT)) (-3074 (((-630 |#1|) (-583 (-630 |#1|)) (-583 (-630 |#1|)) (-484)) 93 (|has| |#1| (-312)) ELT) (((-630 |#1|) (-583 (-630 |#1|)) (-583 (-630 |#1|))) 92 (|has| |#1| (-312)) ELT) (((-630 |#1|) (-583 (-630 |#1|)) (-583 (-630 |#1|)) (-85) (-484)) 91 (|has| |#1| (-312)) ELT)))
-(((-943 |#1|) (-10 -7 (-15 -3070 ((-630 |#1|) (-1179 (-1179 |#1|)))) (-15 -3071 ((-630 |#1|) (-583 (-630 |#1|)) (-630 |#1|))) (IF (|has| |#1| (-258)) (PROGN (-15 -3072 ((-1179 (-1179 |#1|)) (-583 (-630 |#1|)) (-1179 |#1|))) (-15 -3073 ((-630 |#1|) (-583 (-630 |#1|)) (-1179 |#1|)))) |%noBranch|) (IF (|has| |#1| (-312)) (PROGN (-15 -3074 ((-630 |#1|) (-583 (-630 |#1|)) (-583 (-630 |#1|)) (-85) (-484))) (-15 -3074 ((-630 |#1|) (-583 (-630 |#1|)) (-583 (-630 |#1|)))) (-15 -3074 ((-630 |#1|) (-583 (-630 |#1|)) (-583 (-630 |#1|)) (-484))) (-15 -3075 ((-85) (-583 (-630 |#1|)) (-484))) (-15 -3075 ((-85) (-583 (-630 |#1|)))) (-15 -3419 ((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)) (-1179 |#1|))) (-15 -3419 ((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)) (-1179 (-1179 |#1|))))) |%noBranch|) (IF (|has| |#1| (-320)) (IF (|has| |#1| (-312)) (PROGN (-15 -3076 ((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)) (-85) (-484) (-484))) (-15 -3076 ((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)))) (-15 -3076 ((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)) (-85))) (-15 -3076 ((-583 (-583 (-630 |#1|))) (-583 (-630 |#1|)) (-830))) (-15 -3077 ((-1179 |#1|) (-583 (-1179 |#1|)) (-484)))) |%noBranch|) |%noBranch|)) (-961)) (T -943))
-((-3077 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-1179 *5))) (-5 *4 (-484)) (-5 *2 (-1179 *5)) (-5 *1 (-943 *5)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-961)))) (-3076 (*1 *2 *3 *4) (-12 (-5 *4 (-830)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-961)) (-5 *2 (-583 (-583 (-630 *5)))) (-5 *1 (-943 *5)) (-5 *3 (-583 (-630 *5))))) (-3076 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-961)) (-5 *2 (-583 (-583 (-630 *5)))) (-5 *1 (-943 *5)) (-5 *3 (-583 (-630 *5))))) (-3076 (*1 *2 *3) (-12 (-4 *4 (-312)) (-4 *4 (-320)) (-4 *4 (-961)) (-5 *2 (-583 (-583 (-630 *4)))) (-5 *1 (-943 *4)) (-5 *3 (-583 (-630 *4))))) (-3076 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-85)) (-5 *5 (-484)) (-4 *6 (-312)) (-4 *6 (-320)) (-4 *6 (-961)) (-5 *2 (-583 (-583 (-630 *6)))) (-5 *1 (-943 *6)) (-5 *3 (-583 (-630 *6))))) (-3419 (*1 *2 *3 *4) (-12 (-5 *4 (-1179 (-1179 *5))) (-4 *5 (-312)) (-4 *5 (-961)) (-5 *2 (-583 (-583 (-630 *5)))) (-5 *1 (-943 *5)) (-5 *3 (-583 (-630 *5))))) (-3419 (*1 *2 *3 *4) (-12 (-5 *4 (-1179 *5)) (-4 *5 (-312)) (-4 *5 (-961)) (-5 *2 (-583 (-583 (-630 *5)))) (-5 *1 (-943 *5)) (-5 *3 (-583 (-630 *5))))) (-3075 (*1 *2 *3) (-12 (-5 *3 (-583 (-630 *4))) (-4 *4 (-312)) (-4 *4 (-961)) (-5 *2 (-85)) (-5 *1 (-943 *4)))) (-3075 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-630 *5))) (-5 *4 (-484)) (-4 *5 (-312)) (-4 *5 (-961)) (-5 *2 (-85)) (-5 *1 (-943 *5)))) (-3074 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-583 (-630 *5))) (-5 *4 (-484)) (-5 *2 (-630 *5)) (-5 *1 (-943 *5)) (-4 *5 (-312)) (-4 *5 (-961)))) (-3074 (*1 *2 *3 *3) (-12 (-5 *3 (-583 (-630 *4))) (-5 *2 (-630 *4)) (-5 *1 (-943 *4)) (-4 *4 (-312)) (-4 *4 (-961)))) (-3074 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-583 (-630 *6))) (-5 *4 (-85)) (-5 *5 (-484)) (-5 *2 (-630 *6)) (-5 *1 (-943 *6)) (-4 *6 (-312)) (-4 *6 (-961)))) (-3073 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-630 *5))) (-5 *4 (-1179 *5)) (-4 *5 (-258)) (-4 *5 (-961)) (-5 *2 (-630 *5)) (-5 *1 (-943 *5)))) (-3072 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-630 *5))) (-4 *5 (-258)) (-4 *5 (-961)) (-5 *2 (-1179 (-1179 *5))) (-5 *1 (-943 *5)) (-5 *4 (-1179 *5)))) (-3071 (*1 *2 *3 *2) (-12 (-5 *3 (-583 (-630 *4))) (-5 *2 (-630 *4)) (-4 *4 (-961)) (-5 *1 (-943 *4)))) (-3070 (*1 *2 *3) (-12 (-5 *3 (-1179 (-1179 *4))) (-4 *4 (-961)) (-5 *2 (-630 *4)) (-5 *1 (-943 *4)))))
-((-3078 ((|#1| (-830) |#1|) 18 T ELT)))
-(((-944 |#1|) (-10 -7 (-15 -3078 (|#1| (-830) |#1|))) (-13 (-1013) (-10 -8 (-15 -3840 ($ $ $))))) (T -944))
-((-3078 (*1 *2 *3 *2) (-12 (-5 *3 (-830)) (-5 *1 (-944 *2)) (-4 *2 (-13 (-1013) (-10 -8 (-15 -3840 ($ $ $))))))))
-((-3079 ((|#1| |#1| (-830)) 18 T ELT)))
-(((-945 |#1|) (-10 -7 (-15 -3079 (|#1| |#1| (-830)))) (-13 (-1013) (-10 -8 (-15 * ($ $ $))))) (T -945))
-((-3079 (*1 *2 *2 *3) (-12 (-5 *3 (-830)) (-5 *1 (-945 *2)) (-4 *2 (-13 (-1013) (-10 -8 (-15 * ($ $ $))))))))
-((-3947 ((|#1| (-262)) 11 T ELT) (((-1185) |#1|) 9 T ELT)))
-(((-946 |#1|) (-10 -7 (-15 -3947 ((-1185) |#1|)) (-15 -3947 (|#1| (-262)))) (-1129)) (T -946))
-((-3947 (*1 *2 *3) (-12 (-5 *3 (-262)) (-5 *1 (-946 *2)) (-4 *2 (-1129)))) (-3947 (*1 *2 *3) (-12 (-5 *2 (-1185)) (-5 *1 (-946 *3)) (-4 *3 (-1129)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3843 (($ |#4|) 24 T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3080 ((|#4| $) 26 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 45 T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ |#4|) 25 T ELT)) (-3127 (((-694)) 42 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 21 T CONST)) (-2667 (($) 22 T CONST)) (-3057 (((-85) $ $) 39 T ELT)) (-3838 (($ $) 30 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 28 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 35 T ELT) (($ $ $) 32 T ELT) (($ |#1| $) 37 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-947 |#1| |#2| |#3| |#4| |#5|) (-13 (-146) (-38 |#1|) (-10 -8 (-15 -3843 ($ |#4|)) (-15 -3947 ($ |#4|)) (-15 -3080 (|#4| $)))) (-312) (-717) (-756) (-861 |#1| |#2| |#3|) (-583 |#4|)) (T -947))
-((-3843 (*1 *1 *2) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-947 *3 *4 *5 *2 *6)) (-4 *2 (-861 *3 *4 *5)) (-14 *6 (-583 *2)))) (-3947 (*1 *1 *2) (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-947 *3 *4 *5 *2 *6)) (-4 *2 (-861 *3 *4 *5)) (-14 *6 (-583 *2)))) (-3080 (*1 *2 *1) (-12 (-4 *2 (-861 *3 *4 *5)) (-5 *1 (-947 *3 *4 *5 *2 *6)) (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-14 *6 (-583 *2)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3207 (((-1049) $) 11 T ELT)) (-3947 (((-772) $) 17 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-948) (-13 (-995) (-10 -8 (-15 -3207 ((-1049) $))))) (T -948))
-((-3207 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-948)))))
-((-3157 ((|#2| $) 10 T ELT)))
-(((-949 |#1| |#2|) (-10 -7 (-15 -3157 (|#2| |#1|))) (-950 |#2|) (-1129)) (T -949))
-NIL
-((-3158 (((-3 |#1| "failed") $) 9 T ELT)) (-3157 ((|#1| $) 8 T ELT)) (-3947 (($ |#1|) 6 T ELT)))
-(((-950 |#1|) (-113) (-1129)) (T -950))
-((-3158 (*1 *2 *1) (|partial| -12 (-4 *1 (-950 *2)) (-4 *2 (-1129)))) (-3157 (*1 *2 *1) (-12 (-4 *1 (-950 *2)) (-4 *2 (-1129)))))
-(-13 (-555 |t#1|) (-10 -8 (-15 -3158 ((-3 |t#1| "failed") $)) (-15 -3157 (|t#1| $))))
-(((-555 |#1|) . T))
-((-3081 (((-583 (-583 (-249 (-350 (-857 |#2|))))) (-583 (-857 |#2|)) (-583 (-1090))) 38 T ELT)))
-(((-951 |#1| |#2|) (-10 -7 (-15 -3081 ((-583 (-583 (-249 (-350 (-857 |#2|))))) (-583 (-857 |#2|)) (-583 (-1090))))) (-495) (-13 (-495) (-950 |#1|))) (T -951))
-((-3081 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-857 *6))) (-5 *4 (-583 (-1090))) (-4 *6 (-13 (-495) (-950 *5))) (-4 *5 (-495)) (-5 *2 (-583 (-583 (-249 (-350 (-857 *6)))))) (-5 *1 (-951 *5 *6)))))
-((-3082 (((-583 (-1090)) (-350 (-857 |#1|))) 17 T ELT)) (-3084 (((-350 (-1085 (-350 (-857 |#1|)))) (-350 (-857 |#1|)) (-1090)) 24 T ELT)) (-3085 (((-350 (-857 |#1|)) (-350 (-1085 (-350 (-857 |#1|)))) (-1090)) 26 T ELT)) (-3083 (((-3 (-1090) "failed") (-350 (-857 |#1|))) 20 T ELT)) (-3769 (((-350 (-857 |#1|)) (-350 (-857 |#1|)) (-583 (-249 (-350 (-857 |#1|))))) 32 T ELT) (((-350 (-857 |#1|)) (-350 (-857 |#1|)) (-249 (-350 (-857 |#1|)))) 33 T ELT) (((-350 (-857 |#1|)) (-350 (-857 |#1|)) (-583 (-1090)) (-583 (-350 (-857 |#1|)))) 28 T ELT) (((-350 (-857 |#1|)) (-350 (-857 |#1|)) (-1090) (-350 (-857 |#1|))) 29 T ELT)) (-3947 (((-350 (-857 |#1|)) |#1|) 11 T ELT)))
-(((-952 |#1|) (-10 -7 (-15 -3082 ((-583 (-1090)) (-350 (-857 |#1|)))) (-15 -3083 ((-3 (-1090) "failed") (-350 (-857 |#1|)))) (-15 -3084 ((-350 (-1085 (-350 (-857 |#1|)))) (-350 (-857 |#1|)) (-1090))) (-15 -3085 ((-350 (-857 |#1|)) (-350 (-1085 (-350 (-857 |#1|)))) (-1090))) (-15 -3769 ((-350 (-857 |#1|)) (-350 (-857 |#1|)) (-1090) (-350 (-857 |#1|)))) (-15 -3769 ((-350 (-857 |#1|)) (-350 (-857 |#1|)) (-583 (-1090)) (-583 (-350 (-857 |#1|))))) (-15 -3769 ((-350 (-857 |#1|)) (-350 (-857 |#1|)) (-249 (-350 (-857 |#1|))))) (-15 -3769 ((-350 (-857 |#1|)) (-350 (-857 |#1|)) (-583 (-249 (-350 (-857 |#1|)))))) (-15 -3947 ((-350 (-857 |#1|)) |#1|))) (-495)) (T -952))
-((-3947 (*1 *2 *3) (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-952 *3)) (-4 *3 (-495)))) (-3769 (*1 *2 *2 *3) (-12 (-5 *3 (-583 (-249 (-350 (-857 *4))))) (-5 *2 (-350 (-857 *4))) (-4 *4 (-495)) (-5 *1 (-952 *4)))) (-3769 (*1 *2 *2 *3) (-12 (-5 *3 (-249 (-350 (-857 *4)))) (-5 *2 (-350 (-857 *4))) (-4 *4 (-495)) (-5 *1 (-952 *4)))) (-3769 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-583 (-1090))) (-5 *4 (-583 (-350 (-857 *5)))) (-5 *2 (-350 (-857 *5))) (-4 *5 (-495)) (-5 *1 (-952 *5)))) (-3769 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-350 (-857 *4))) (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *1 (-952 *4)))) (-3085 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-1085 (-350 (-857 *5))))) (-5 *4 (-1090)) (-5 *2 (-350 (-857 *5))) (-5 *1 (-952 *5)) (-4 *5 (-495)))) (-3084 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-495)) (-5 *2 (-350 (-1085 (-350 (-857 *5))))) (-5 *1 (-952 *5)) (-5 *3 (-350 (-857 *5))))) (-3083 (*1 *2 *3) (|partial| -12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-5 *2 (-1090)) (-5 *1 (-952 *4)))) (-3082 (*1 *2 *3) (-12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-5 *2 (-583 (-1090))) (-5 *1 (-952 *4)))))
-((-3086 (((-330)) 17 T ELT)) (-3101 (((-1 (-330)) (-330) (-330)) 22 T ELT)) (-3094 (((-1 (-330)) (-694)) 48 T ELT)) (-3087 (((-330)) 37 T ELT)) (-3090 (((-1 (-330)) (-330) (-330)) 38 T ELT)) (-3088 (((-330)) 29 T ELT)) (-3091 (((-1 (-330)) (-330)) 30 T ELT)) (-3089 (((-330) (-694)) 43 T ELT)) (-3092 (((-1 (-330)) (-694)) 44 T ELT)) (-3093 (((-1 (-330)) (-694) (-694)) 47 T ELT)) (-3385 (((-1 (-330)) (-694) (-694)) 45 T ELT)))
-(((-953) (-10 -7 (-15 -3086 ((-330))) (-15 -3087 ((-330))) (-15 -3088 ((-330))) (-15 -3089 ((-330) (-694))) (-15 -3101 ((-1 (-330)) (-330) (-330))) (-15 -3090 ((-1 (-330)) (-330) (-330))) (-15 -3091 ((-1 (-330)) (-330))) (-15 -3092 ((-1 (-330)) (-694))) (-15 -3385 ((-1 (-330)) (-694) (-694))) (-15 -3093 ((-1 (-330)) (-694) (-694))) (-15 -3094 ((-1 (-330)) (-694))))) (T -953))
-((-3094 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1 (-330))) (-5 *1 (-953)))) (-3093 (*1 *2 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1 (-330))) (-5 *1 (-953)))) (-3385 (*1 *2 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1 (-330))) (-5 *1 (-953)))) (-3092 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1 (-330))) (-5 *1 (-953)))) (-3091 (*1 *2 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-953)) (-5 *3 (-330)))) (-3090 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-953)) (-5 *3 (-330)))) (-3101 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-953)) (-5 *3 (-330)))) (-3089 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-330)) (-5 *1 (-953)))) (-3088 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-953)))) (-3087 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-953)))) (-3086 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-953)))))
-((-3733 (((-348 |#1|) |#1|) 33 T ELT)))
-(((-954 |#1|) (-10 -7 (-15 -3733 ((-348 |#1|) |#1|))) (-1155 (-350 (-857 (-484))))) (T -954))
-((-3733 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-954 *3)) (-4 *3 (-1155 (-350 (-857 (-484))))))))
-((-3095 (((-350 (-348 (-857 |#1|))) (-350 (-857 |#1|))) 14 T ELT)))
-(((-955 |#1|) (-10 -7 (-15 -3095 ((-350 (-348 (-857 |#1|))) (-350 (-857 |#1|))))) (-258)) (T -955))
-((-3095 (*1 *2 *3) (-12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-258)) (-5 *2 (-350 (-348 (-857 *4)))) (-5 *1 (-955 *4)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3725 (($) 23 T CONST)) (-3099 ((|#1| $) 29 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3098 ((|#1| $) 28 T ELT)) (-3096 ((|#1|) 26 T CONST)) (-3947 (((-772) $) 13 T ELT)) (-3097 ((|#1| $) 27 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT)))
-(((-956 |#1|) (-113) (-23)) (T -956))
-((-3099 (*1 *2 *1) (-12 (-4 *1 (-956 *2)) (-4 *2 (-23)))) (-3098 (*1 *2 *1) (-12 (-4 *1 (-956 *2)) (-4 *2 (-23)))) (-3097 (*1 *2 *1) (-12 (-4 *1 (-956 *2)) (-4 *2 (-23)))) (-3096 (*1 *2) (-12 (-4 *1 (-956 *2)) (-4 *2 (-23)))))
-(-13 (-23) (-10 -8 (-15 -3099 (|t#1| $)) (-15 -3098 (|t#1| $)) (-15 -3097 (|t#1| $)) (-15 -3096 (|t#1|) -3953)))
-(((-23) . T) ((-25) . T) ((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3100 (($) 31 T CONST)) (-3725 (($) 23 T CONST)) (-3099 ((|#1| $) 29 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3098 ((|#1| $) 28 T ELT)) (-3096 ((|#1|) 26 T CONST)) (-3947 (((-772) $) 13 T ELT)) (-3097 ((|#1| $) 27 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT)))
+((-2557 (((-633 (-1139)) $ (-1139)) NIL T ELT)) (-2558 (((-633 (-489)) $ (-489)) NIL T ELT)) (-2556 (((-695) $ (-102)) NIL T ELT)) (-2559 (((-633 (-101)) $ (-101)) 22 T ELT)) (-2561 (($ (-338)) 12 T ELT) (($ (-1074)) 14 T ELT)) (-2560 (((-85) $) 19 T ELT)) (-3948 (((-773) $) 26 T ELT)) (-1701 (($ $) 23 T ELT)))
+(((-772) (-13 (-771) (-553 (-773)) (-10 -8 (-15 -2561 ($ (-338))) (-15 -2561 ($ (-1074))) (-15 -2560 ((-85) $))))) (T -772))
+((-2561 (*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-772)))) (-2561 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-772)))) (-2560 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-772)))))
+((-2570 (((-85) $ $) NIL T ELT) (($ $ $) 85 T ELT)) (-2591 (($ $ $) 125 T ELT)) (-2606 (((-485) $) 31 T ELT) (((-485)) 36 T ELT)) (-2601 (($ (-485)) 53 T ELT)) (-2598 (($ $ $) 54 T ELT) (($ (-584 $)) 84 T ELT)) (-2582 (($ $ (-584 $)) 82 T ELT)) (-2603 (((-485) $) 34 T ELT)) (-2585 (($ $ $) 73 T ELT)) (-3534 (($ $) 140 T ELT) (($ $ $) 141 T ELT) (($ $ $ $) 142 T ELT)) (-2604 (((-485) $) 33 T ELT)) (-2586 (($ $ $) 72 T ELT)) (-3537 (($ $) 114 T ELT)) (-2589 (($ $ $) 129 T ELT)) (-2572 (($ (-584 $)) 61 T ELT)) (-3542 (($ $ (-584 $)) 79 T ELT)) (-2600 (($ (-485) (-485)) 55 T ELT)) (-2613 (($ $) 126 T ELT) (($ $ $) 127 T ELT)) (-3139 (($ $ (-485)) 43 T ELT) (($ $) 46 T ELT)) (-2566 (($ $ $) 97 T ELT)) (-2587 (($ $ $) 132 T ELT)) (-2581 (($ $) 115 T ELT)) (-2565 (($ $ $) 98 T ELT)) (-2577 (($ $) 143 T ELT) (($ $ $) 144 T ELT) (($ $ $ $) 145 T ELT)) (-2839 (((-1186) $) 10 T ELT)) (-2580 (($ $) 118 T ELT) (($ $ (-695)) 122 T ELT)) (-2583 (($ $ $) 75 T ELT)) (-2584 (($ $ $) 74 T ELT)) (-2597 (($ $ (-584 $)) 110 T ELT)) (-2595 (($ $ $) 113 T ELT)) (-2574 (($ (-584 $)) 59 T ELT)) (-2575 (($ $) 70 T ELT) (($ (-584 $)) 71 T ELT)) (-2578 (($ $ $) 123 T ELT)) (-2579 (($ $) 116 T ELT)) (-2590 (($ $ $) 128 T ELT)) (-3535 (($ (-485)) 21 T ELT) (($ (-1091)) 23 T ELT) (($ (-1074)) 30 T ELT) (($ (-179)) 25 T ELT)) (-2563 (($ $ $) 101 T ELT)) (-2562 (($ $) 102 T ELT)) (-2608 (((-1186) (-1074)) 15 T ELT)) (-2609 (($ (-1074)) 14 T ELT)) (-3125 (($ (-584 (-584 $))) 58 T ELT)) (-3140 (($ $ (-485)) 42 T ELT) (($ $) 45 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2593 (($ $ $) 131 T ELT)) (-3472 (($ $) 146 T ELT) (($ $ $) 147 T ELT) (($ $ $ $) 148 T ELT)) (-2594 (((-85) $) 108 T ELT)) (-2596 (($ $ (-584 $)) 111 T ELT) (($ $ $ $) 112 T ELT)) (-2602 (($ (-485)) 39 T ELT)) (-2605 (((-485) $) 32 T ELT) (((-485)) 35 T ELT)) (-2599 (($ $ $) 40 T ELT) (($ (-584 $)) 83 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3468 (($ $ $) 99 T ELT)) (-3567 (($) 13 T ELT)) (-3802 (($ $ (-584 $)) 109 T ELT)) (-2607 (((-1074) (-1074)) 8 T ELT)) (-3838 (($ $) 117 T ELT) (($ $ (-695)) 121 T ELT)) (-2567 (($ $ $) 96 T ELT)) (-3760 (($ $ (-695)) 139 T ELT)) (-2573 (($ (-584 $)) 60 T ELT)) (-3948 (((-773) $) 19 T ELT)) (-3775 (($ $ (-485)) 41 T ELT) (($ $) 44 T ELT)) (-2576 (($ $) 68 T ELT) (($ (-584 $)) 69 T ELT)) (-3242 (($ $) 66 T ELT) (($ (-584 $)) 67 T ELT)) (-2592 (($ $) 124 T ELT)) (-2571 (($ (-584 $)) 65 T ELT)) (-3103 (($ $ $) 105 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2588 (($ $ $) 130 T ELT)) (-2564 (($ $ $) 100 T ELT)) (-3739 (($ $ $) 103 T ELT) (($ $) 104 T ELT)) (-2568 (($ $ $) 89 T ELT)) (-2569 (($ $ $) 87 T ELT)) (-3058 (((-85) $ $) 16 T ELT) (($ $ $) 17 T ELT)) (-2686 (($ $ $) 88 T ELT)) (-2687 (($ $ $) 86 T ELT)) (-3951 (($ $ $) 94 T ELT)) (-3839 (($ $ $) 91 T ELT) (($ $) 92 T ELT)) (-3841 (($ $ $) 90 T ELT)) (** (($ $ $) 95 T ELT)) (* (($ $ $) 93 T ELT)))
+(((-773) (-13 (-1014) (-10 -8 (-15 -2839 ((-1186) $)) (-15 -2609 ($ (-1074))) (-15 -2608 ((-1186) (-1074))) (-15 -3535 ($ (-485))) (-15 -3535 ($ (-1091))) (-15 -3535 ($ (-1074))) (-15 -3535 ($ (-179))) (-15 -3567 ($)) (-15 -2607 ((-1074) (-1074))) (-15 -2606 ((-485) $)) (-15 -2605 ((-485) $)) (-15 -2606 ((-485))) (-15 -2605 ((-485))) (-15 -2604 ((-485) $)) (-15 -2603 ((-485) $)) (-15 -2602 ($ (-485))) (-15 -2601 ($ (-485))) (-15 -2600 ($ (-485) (-485))) (-15 -3140 ($ $ (-485))) (-15 -3139 ($ $ (-485))) (-15 -3775 ($ $ (-485))) (-15 -3140 ($ $)) (-15 -3139 ($ $)) (-15 -3775 ($ $)) (-15 -2599 ($ $ $)) (-15 -2598 ($ $ $)) (-15 -2599 ($ (-584 $))) (-15 -2598 ($ (-584 $))) (-15 -2597 ($ $ (-584 $))) (-15 -2596 ($ $ (-584 $))) (-15 -2596 ($ $ $ $)) (-15 -2595 ($ $ $)) (-15 -2594 ((-85) $)) (-15 -3802 ($ $ (-584 $))) (-15 -3537 ($ $)) (-15 -2593 ($ $ $)) (-15 -2592 ($ $)) (-15 -3125 ($ (-584 (-584 $)))) (-15 -2591 ($ $ $)) (-15 -2613 ($ $)) (-15 -2613 ($ $ $)) (-15 -2590 ($ $ $)) (-15 -2589 ($ $ $)) (-15 -2588 ($ $ $)) (-15 -2587 ($ $ $)) (-15 -3760 ($ $ (-695))) (-15 -3103 ($ $ $)) (-15 -2586 ($ $ $)) (-15 -2585 ($ $ $)) (-15 -2584 ($ $ $)) (-15 -2583 ($ $ $)) (-15 -3542 ($ $ (-584 $))) (-15 -2582 ($ $ (-584 $))) (-15 -2581 ($ $)) (-15 -3838 ($ $)) (-15 -3838 ($ $ (-695))) (-15 -2580 ($ $)) (-15 -2580 ($ $ (-695))) (-15 -2579 ($ $)) (-15 -2578 ($ $ $)) (-15 -3534 ($ $)) (-15 -3534 ($ $ $)) (-15 -3534 ($ $ $ $)) (-15 -2577 ($ $)) (-15 -2577 ($ $ $)) (-15 -2577 ($ $ $ $)) (-15 -3472 ($ $)) (-15 -3472 ($ $ $)) (-15 -3472 ($ $ $ $)) (-15 -3242 ($ $)) (-15 -3242 ($ (-584 $))) (-15 -2576 ($ $)) (-15 -2576 ($ (-584 $))) (-15 -2575 ($ $)) (-15 -2575 ($ (-584 $))) (-15 -2574 ($ (-584 $))) (-15 -2573 ($ (-584 $))) (-15 -2572 ($ (-584 $))) (-15 -2571 ($ (-584 $))) (-15 -3058 ($ $ $)) (-15 -2570 ($ $ $)) (-15 -2687 ($ $ $)) (-15 -2569 ($ $ $)) (-15 -2686 ($ $ $)) (-15 -2568 ($ $ $)) (-15 -3841 ($ $ $)) (-15 -3839 ($ $ $)) (-15 -3839 ($ $)) (-15 * ($ $ $)) (-15 -3951 ($ $ $)) (-15 ** ($ $ $)) (-15 -2567 ($ $ $)) (-15 -2566 ($ $ $)) (-15 -2565 ($ $ $)) (-15 -3468 ($ $ $)) (-15 -2564 ($ $ $)) (-15 -2563 ($ $ $)) (-15 -2562 ($ $)) (-15 -3739 ($ $ $)) (-15 -3739 ($ $))))) (T -773))
+((-2839 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-773)))) (-2609 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-773)))) (-2608 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-773)))) (-3535 (*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-3535 (*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-773)))) (-3535 (*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-773)))) (-3535 (*1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-773)))) (-3567 (*1 *1) (-5 *1 (-773))) (-2607 (*1 *2 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-773)))) (-2606 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-2605 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-2606 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-2605 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-2604 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-2603 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-2602 (*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-2601 (*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-2600 (*1 *1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-3140 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-3139 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-3775 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))) (-3140 (*1 *1 *1) (-5 *1 (-773))) (-3139 (*1 *1 *1) (-5 *1 (-773))) (-3775 (*1 *1 *1) (-5 *1 (-773))) (-2599 (*1 *1 *1 *1) (-5 *1 (-773))) (-2598 (*1 *1 *1 *1) (-5 *1 (-773))) (-2599 (*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2598 (*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2597 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2596 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2596 (*1 *1 *1 *1 *1) (-5 *1 (-773))) (-2595 (*1 *1 *1 *1) (-5 *1 (-773))) (-2594 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-773)))) (-3802 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-3537 (*1 *1 *1) (-5 *1 (-773))) (-2593 (*1 *1 *1 *1) (-5 *1 (-773))) (-2592 (*1 *1 *1) (-5 *1 (-773))) (-3125 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 (-773)))) (-5 *1 (-773)))) (-2591 (*1 *1 *1 *1) (-5 *1 (-773))) (-2613 (*1 *1 *1) (-5 *1 (-773))) (-2613 (*1 *1 *1 *1) (-5 *1 (-773))) (-2590 (*1 *1 *1 *1) (-5 *1 (-773))) (-2589 (*1 *1 *1 *1) (-5 *1 (-773))) (-2588 (*1 *1 *1 *1) (-5 *1 (-773))) (-2587 (*1 *1 *1 *1) (-5 *1 (-773))) (-3760 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-773)))) (-3103 (*1 *1 *1 *1) (-5 *1 (-773))) (-2586 (*1 *1 *1 *1) (-5 *1 (-773))) (-2585 (*1 *1 *1 *1) (-5 *1 (-773))) (-2584 (*1 *1 *1 *1) (-5 *1 (-773))) (-2583 (*1 *1 *1 *1) (-5 *1 (-773))) (-3542 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2582 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2581 (*1 *1 *1) (-5 *1 (-773))) (-3838 (*1 *1 *1) (-5 *1 (-773))) (-3838 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-773)))) (-2580 (*1 *1 *1) (-5 *1 (-773))) (-2580 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-773)))) (-2579 (*1 *1 *1) (-5 *1 (-773))) (-2578 (*1 *1 *1 *1) (-5 *1 (-773))) (-3534 (*1 *1 *1) (-5 *1 (-773))) (-3534 (*1 *1 *1 *1) (-5 *1 (-773))) (-3534 (*1 *1 *1 *1 *1) (-5 *1 (-773))) (-2577 (*1 *1 *1) (-5 *1 (-773))) (-2577 (*1 *1 *1 *1) (-5 *1 (-773))) (-2577 (*1 *1 *1 *1 *1) (-5 *1 (-773))) (-3472 (*1 *1 *1) (-5 *1 (-773))) (-3472 (*1 *1 *1 *1) (-5 *1 (-773))) (-3472 (*1 *1 *1 *1 *1) (-5 *1 (-773))) (-3242 (*1 *1 *1) (-5 *1 (-773))) (-3242 (*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2576 (*1 *1 *1) (-5 *1 (-773))) (-2576 (*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2575 (*1 *1 *1) (-5 *1 (-773))) (-2575 (*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2574 (*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2573 (*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2572 (*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-2571 (*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))) (-3058 (*1 *1 *1 *1) (-5 *1 (-773))) (-2570 (*1 *1 *1 *1) (-5 *1 (-773))) (-2687 (*1 *1 *1 *1) (-5 *1 (-773))) (-2569 (*1 *1 *1 *1) (-5 *1 (-773))) (-2686 (*1 *1 *1 *1) (-5 *1 (-773))) (-2568 (*1 *1 *1 *1) (-5 *1 (-773))) (-3841 (*1 *1 *1 *1) (-5 *1 (-773))) (-3839 (*1 *1 *1 *1) (-5 *1 (-773))) (-3839 (*1 *1 *1) (-5 *1 (-773))) (* (*1 *1 *1 *1) (-5 *1 (-773))) (-3951 (*1 *1 *1 *1) (-5 *1 (-773))) (** (*1 *1 *1 *1) (-5 *1 (-773))) (-2567 (*1 *1 *1 *1) (-5 *1 (-773))) (-2566 (*1 *1 *1 *1) (-5 *1 (-773))) (-2565 (*1 *1 *1 *1) (-5 *1 (-773))) (-3468 (*1 *1 *1 *1) (-5 *1 (-773))) (-2564 (*1 *1 *1 *1) (-5 *1 (-773))) (-2563 (*1 *1 *1 *1) (-5 *1 (-773))) (-2562 (*1 *1 *1) (-5 *1 (-773))) (-3739 (*1 *1 *1 *1) (-5 *1 (-773))) (-3739 (*1 *1 *1) (-5 *1 (-773))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3833 (((-3 $ "failed") (-1091)) 36 T ELT)) (-3138 (((-695)) 32 T ELT)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) 29 T ELT)) (-3244 (((-1074) $) 43 T ELT)) (-2401 (($ (-831)) 28 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3974 (((-1091) $) 13 T ELT) (((-474) $) 19 T ELT) (((-801 (-330)) $) 26 T ELT) (((-801 (-485)) $) 22 T ELT)) (-3948 (((-773) $) 16 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 40 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 38 T ELT)))
+(((-774 |#1|) (-13 (-753) (-554 (-1091)) (-554 (-474)) (-554 (-801 (-330))) (-554 (-801 (-485))) (-10 -8 (-15 -3833 ((-3 $ "failed") (-1091))))) (-584 (-1091))) (T -774))
+((-3833 (*1 *1 *2) (|partial| -12 (-5 *2 (-1091)) (-5 *1 (-774 *3)) (-14 *3 (-584 *2)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3544 (((-447) $) 12 T ELT)) (-2610 (((-584 (-381)) $) 14 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 22 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 17 T ELT)))
+(((-775) (-13 (-1014) (-10 -8 (-15 -3544 ((-447) $)) (-15 -2610 ((-584 (-381)) $))))) (T -775))
+((-3544 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-775)))) (-2610 (*1 *2 *1) (-12 (-5 *2 (-584 (-381))) (-5 *1 (-775)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-858 |#1|)) NIL T ELT) (((-858 |#1|) $) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT)) (-3128 (((-695)) NIL T CONST)) (-3925 (((-1186) (-695)) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL (|has| |#1| (-146)) ELT) (($ $ |#1|) NIL (|has| |#1| (-146)) ELT)))
+(((-776 |#1| |#2| |#3| |#4|) (-13 (-962) (-430 (-858 |#1|)) (-10 -8 (IF (|has| |#1| (-146)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -3951 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3925 ((-1186) (-695))))) (-962) (-584 (-1091)) (-584 (-695)) (-695)) (T -776))
+((-3951 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-776 *2 *3 *4 *5)) (-4 *2 (-312)) (-4 *2 (-962)) (-14 *3 (-584 (-1091))) (-14 *4 (-584 (-695))) (-14 *5 (-695)))) (-3925 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-776 *4 *5 *6 *7)) (-4 *4 (-962)) (-14 *5 (-584 (-1091))) (-14 *6 (-584 *3)) (-14 *7 *3))))
+((-2611 (((-3 (-148 |#3|) #1="failed") (-695) (-695) |#2| |#2|) 38 T ELT)) (-2612 (((-3 (-350 |#3|) #1#) (-695) (-695) |#2| |#2|) 29 T ELT)))
+(((-777 |#1| |#2| |#3|) (-10 -7 (-15 -2612 ((-3 (-350 |#3|) #1="failed") (-695) (-695) |#2| |#2|)) (-15 -2611 ((-3 (-148 |#3|) #1#) (-695) (-695) |#2| |#2|))) (-312) (-1173 |#1|) (-1156 |#1|)) (T -777))
+((-2611 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-695)) (-4 *5 (-312)) (-5 *2 (-148 *6)) (-5 *1 (-777 *5 *4 *6)) (-4 *4 (-1173 *5)) (-4 *6 (-1156 *5)))) (-2612 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-695)) (-4 *5 (-312)) (-5 *2 (-350 *6)) (-5 *1 (-777 *5 *4 *6)) (-4 *4 (-1173 *5)) (-4 *6 (-1156 *5)))))
+((-2612 (((-3 (-350 (-1149 |#2| |#1|)) #1="failed") (-695) (-695) (-1170 |#1| |#2| |#3|)) 30 T ELT) (((-3 (-350 (-1149 |#2| |#1|)) #1#) (-695) (-695) (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|)) 28 T ELT)))
+(((-778 |#1| |#2| |#3|) (-10 -7 (-15 -2612 ((-3 (-350 (-1149 |#2| |#1|)) #1="failed") (-695) (-695) (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|))) (-15 -2612 ((-3 (-350 (-1149 |#2| |#1|)) #1#) (-695) (-695) (-1170 |#1| |#2| |#3|)))) (-312) (-1091) |#1|) (T -778))
+((-2612 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-695)) (-5 *4 (-1170 *5 *6 *7)) (-4 *5 (-312)) (-14 *6 (-1091)) (-14 *7 *5) (-5 *2 (-350 (-1149 *6 *5))) (-5 *1 (-778 *5 *6 *7)))) (-2612 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-695)) (-5 *4 (-1170 *5 *6 *7)) (-4 *5 (-312)) (-14 *6 (-1091)) (-14 *7 *5) (-5 *2 (-350 (-1149 *6 *5))) (-5 *1 (-778 *5 *6 *7)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3039 (($ $ (-485)) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2613 (($ (-1086 (-485)) (-485)) NIL T ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2614 (($ $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3774 (((-695) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2616 (((-485)) NIL T ELT)) (-2615 (((-485) $) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3771 (($ $ (-485)) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-2617 (((-1070 (-485)) $) NIL T ELT)) (-2893 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3772 (((-485) $ (-485)) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT)))
+(((-779 |#1|) (-780 |#1|) (-485)) (T -779))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3039 (($ $ (-485)) 78 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3726 (($) 23 T CONST)) (-2613 (($ (-1086 (-485)) (-485)) 77 T ELT)) (-2566 (($ $ $) 71 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2614 (($ $) 80 T ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-3774 (((-695) $) 85 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 68 T ELT)) (-2616 (((-485)) 82 T ELT)) (-2615 (((-485) $) 81 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3771 (($ $ (-485)) 84 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-2617 (((-1070 (-485)) $) 86 T ELT)) (-2893 (($ $) 83 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3772 (((-485) $ (-485)) 79 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-780 |#1|) (-113) (-485)) (T -780))
+((-2617 (*1 *2 *1) (-12 (-4 *1 (-780 *3)) (-5 *2 (-1070 (-485))))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-780 *3)) (-5 *2 (-695)))) (-3771 (*1 *1 *1 *2) (-12 (-4 *1 (-780 *3)) (-5 *2 (-485)))) (-2893 (*1 *1 *1) (-4 *1 (-780 *2))) (-2616 (*1 *2) (-12 (-4 *1 (-780 *3)) (-5 *2 (-485)))) (-2615 (*1 *2 *1) (-12 (-4 *1 (-780 *3)) (-5 *2 (-485)))) (-2614 (*1 *1 *1) (-4 *1 (-780 *2))) (-3772 (*1 *2 *1 *2) (-12 (-4 *1 (-780 *3)) (-5 *2 (-485)))) (-3039 (*1 *1 *1 *2) (-12 (-4 *1 (-780 *3)) (-5 *2 (-485)))) (-2613 (*1 *1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *3 (-485)) (-4 *1 (-780 *4)))))
+(-13 (-258) (-120) (-10 -8 (-15 -2617 ((-1070 (-485)) $)) (-15 -3774 ((-695) $)) (-15 -3771 ($ $ (-485))) (-15 -2893 ($ $)) (-15 -2616 ((-485))) (-15 -2615 ((-485) $)) (-15 -2614 ($ $)) (-15 -3772 ((-485) $ (-485))) (-15 -3039 ($ $ (-485))) (-15 -2613 ($ (-1086 (-485)) (-485)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-246) . T) ((-258) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-583 $) . T) ((-655 $) . T) ((-664) . T) ((-833) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3131 (((-779 |#1|) $) NIL (|has| (-779 |#1|) (-258)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-779 |#1|) (-822)) ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| (-779 |#1|) (-822)) ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| (-779 |#1|) (-741)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-779 |#1|) #1#) $) NIL T ELT) (((-3 (-1091) #1#) $) NIL (|has| (-779 |#1|) (-951 (-1091))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| (-779 |#1|) (-951 (-485))) ELT) (((-3 (-485) #1#) $) NIL (|has| (-779 |#1|) (-951 (-485))) ELT)) (-3158 (((-779 |#1|) $) NIL T ELT) (((-1091) $) NIL (|has| (-779 |#1|) (-951 (-1091))) ELT) (((-350 (-485)) $) NIL (|has| (-779 |#1|) (-951 (-485))) ELT) (((-485) $) NIL (|has| (-779 |#1|) (-951 (-485))) ELT)) (-3732 (($ $) NIL T ELT) (($ (-485) $) NIL T ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| (-779 |#1|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| (-779 |#1|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-779 |#1|))) (|:| |vec| (-1180 (-779 |#1|)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-779 |#1|)) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-779 |#1|) (-484)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3188 (((-85) $) NIL (|has| (-779 |#1|) (-741)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (|has| (-779 |#1|) (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (|has| (-779 |#1|) (-797 (-330))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL T ELT)) (-3000 (((-779 |#1|) $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| (-779 |#1|) (-1067)) ELT)) (-3189 (((-85) $) NIL (|has| (-779 |#1|) (-741)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| (-779 |#1|) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| (-779 |#1|) (-757)) ELT)) (-3960 (($ (-1 (-779 |#1|) (-779 |#1|)) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| (-779 |#1|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| (-779 |#1|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-779 |#1|))) (|:| |vec| (-1180 (-779 |#1|)))) (-1180 $) $) NIL T ELT) (((-631 (-779 |#1|)) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-779 |#1|) (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) NIL (|has| (-779 |#1|) (-258)) ELT)) (-3132 (((-779 |#1|) $) NIL (|has| (-779 |#1|) (-484)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-779 |#1|) (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-779 |#1|) (-822)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-3770 (($ $ (-584 (-779 |#1|)) (-584 (-779 |#1|))) NIL (|has| (-779 |#1|) (-260 (-779 |#1|))) ELT) (($ $ (-779 |#1|) (-779 |#1|)) NIL (|has| (-779 |#1|) (-260 (-779 |#1|))) ELT) (($ $ (-249 (-779 |#1|))) NIL (|has| (-779 |#1|) (-260 (-779 |#1|))) ELT) (($ $ (-584 (-249 (-779 |#1|)))) NIL (|has| (-779 |#1|) (-260 (-779 |#1|))) ELT) (($ $ (-584 (-1091)) (-584 (-779 |#1|))) NIL (|has| (-779 |#1|) (-456 (-1091) (-779 |#1|))) ELT) (($ $ (-1091) (-779 |#1|)) NIL (|has| (-779 |#1|) (-456 (-1091) (-779 |#1|))) ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ $ (-779 |#1|)) NIL (|has| (-779 |#1|) (-241 (-779 |#1|) (-779 |#1|))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3760 (($ $ (-1 (-779 |#1|) (-779 |#1|))) NIL T ELT) (($ $ (-1 (-779 |#1|) (-779 |#1|)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-779 |#1|) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-779 |#1|) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-779 |#1|) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-779 |#1|) (-812 (-1091))) ELT) (($ $) NIL (|has| (-779 |#1|) (-189)) ELT) (($ $ (-695)) NIL (|has| (-779 |#1|) (-189)) ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-779 |#1|) $) NIL T ELT)) (-3974 (((-801 (-485)) $) NIL (|has| (-779 |#1|) (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| (-779 |#1|) (-554 (-801 (-330)))) ELT) (((-474) $) NIL (|has| (-779 |#1|) (-554 (-474))) ELT) (((-330) $) NIL (|has| (-779 |#1|) (-934)) ELT) (((-179) $) NIL (|has| (-779 |#1|) (-934)) ELT)) (-2618 (((-148 (-350 (-485))) $) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| (-779 |#1|) (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-779 |#1|)) NIL T ELT) (($ (-1091)) NIL (|has| (-779 |#1|) (-951 (-1091))) ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-779 |#1|) (-822))) (|has| (-779 |#1|) (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-3133 (((-779 |#1|) $) NIL (|has| (-779 |#1|) (-484)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3772 (((-350 (-485)) $ (-485)) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 (($ $) NIL (|has| (-779 |#1|) (-741)) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-1 (-779 |#1|) (-779 |#1|))) NIL T ELT) (($ $ (-1 (-779 |#1|) (-779 |#1|)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-779 |#1|) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-779 |#1|) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-779 |#1|) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-779 |#1|) (-812 (-1091))) ELT) (($ $) NIL (|has| (-779 |#1|) (-189)) ELT) (($ $ (-695)) NIL (|has| (-779 |#1|) (-189)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-779 |#1|) (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| (-779 |#1|) (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| (-779 |#1|) (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| (-779 |#1|) (-757)) ELT)) (-3951 (($ $ $) NIL T ELT) (($ (-779 |#1|) (-779 |#1|)) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ (-779 |#1|) $) NIL T ELT) (($ $ (-779 |#1|)) NIL T ELT)))
+(((-781 |#1|) (-13 (-905 (-779 |#1|)) (-10 -8 (-15 -3772 ((-350 (-485)) $ (-485))) (-15 -2618 ((-148 (-350 (-485))) $)) (-15 -3732 ($ $)) (-15 -3732 ($ (-485) $)))) (-485)) (T -781))
+((-3772 (*1 *2 *1 *3) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-781 *4)) (-14 *4 *3) (-5 *3 (-485)))) (-2618 (*1 *2 *1) (-12 (-5 *2 (-148 (-350 (-485)))) (-5 *1 (-781 *3)) (-14 *3 (-485)))) (-3732 (*1 *1 *1) (-12 (-5 *1 (-781 *2)) (-14 *2 (-485)))) (-3732 (*1 *1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-781 *3)) (-14 *3 *2))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3131 ((|#2| $) NIL (|has| |#2| (-258)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| |#2| (-741)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-1091) #1#) $) NIL (|has| |#2| (-951 (-1091))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#2| (-951 (-485))) ELT)) (-3158 ((|#2| $) NIL T ELT) (((-1091) $) NIL (|has| |#2| (-951 (-1091))) ELT) (((-350 (-485)) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-485) $) NIL (|has| |#2| (-951 (-485))) ELT)) (-3732 (($ $) 35 T ELT) (($ (-485) $) 38 T ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#2|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) 64 T ELT)) (-2996 (($) NIL (|has| |#2| (-484)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3188 (((-85) $) NIL (|has| |#2| (-741)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (|has| |#2| (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (|has| |#2| (-797 (-330))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL T ELT)) (-3000 ((|#2| $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| |#2| (-1067)) ELT)) (-3189 (((-85) $) NIL (|has| |#2| (-741)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| |#2| (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#2| (-757)) ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 60 T ELT)) (-3448 (($) NIL (|has| |#2| (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) NIL (|has| |#2| (-258)) ELT)) (-3132 ((|#2| $) NIL (|has| |#2| (-484)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-3770 (($ $ (-584 |#2|) (-584 |#2|)) NIL (|has| |#2| (-260 |#2|)) ELT) (($ $ |#2| |#2|) NIL (|has| |#2| (-260 |#2|)) ELT) (($ $ (-249 |#2|)) NIL (|has| |#2| (-260 |#2|)) ELT) (($ $ (-584 (-249 |#2|))) NIL (|has| |#2| (-260 |#2|)) ELT) (($ $ (-584 (-1091)) (-584 |#2|)) NIL (|has| |#2| (-456 (-1091) |#2|)) ELT) (($ $ (-1091) |#2|) NIL (|has| |#2| (-456 (-1091) |#2|)) ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ $ |#2|) NIL (|has| |#2| (-241 |#2| |#2|)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3760 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-695)) NIL (|has| |#2| (-189)) ELT)) (-2997 (($ $) NIL T ELT)) (-2999 ((|#2| $) NIL T ELT)) (-3974 (((-801 (-485)) $) NIL (|has| |#2| (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| |#2| (-554 (-801 (-330)))) ELT) (((-474) $) NIL (|has| |#2| (-554 (-474))) ELT) (((-330) $) NIL (|has| |#2| (-934)) ELT) (((-179) $) NIL (|has| |#2| (-934)) ELT)) (-2618 (((-148 (-350 (-485))) $) 78 T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-822))) ELT)) (-3948 (((-773) $) 105 T ELT) (($ (-485)) 20 T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) 25 T ELT) (($ |#2|) 19 T ELT) (($ (-1091)) NIL (|has| |#2| (-951 (-1091))) ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-822))) (|has| |#2| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-3133 ((|#2| $) NIL (|has| |#2| (-484)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3772 (((-350 (-485)) $ (-485)) 71 T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 (($ $) NIL (|has| |#2| (-741)) ELT)) (-2662 (($) 15 T CONST)) (-2668 (($) 17 T CONST)) (-2671 (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-695)) NIL (|has| |#2| (-189)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-3058 (((-85) $ $) 46 T ELT)) (-2686 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#2| (-757)) ELT)) (-3951 (($ $ $) 24 T ELT) (($ |#2| |#2|) 65 T ELT)) (-3839 (($ $) 50 T ELT) (($ $ $) 52 T ELT)) (-3841 (($ $ $) 48 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) 61 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 53 T ELT) (($ $ $) 55 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ |#2| $) 66 T ELT) (($ $ |#2|) NIL T ELT)))
+(((-782 |#1| |#2|) (-13 (-905 |#2|) (-10 -8 (-15 -3772 ((-350 (-485)) $ (-485))) (-15 -2618 ((-148 (-350 (-485))) $)) (-15 -3732 ($ $)) (-15 -3732 ($ (-485) $)))) (-485) (-780 |#1|)) (T -782))
+((-3772 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-350 (-485))) (-5 *1 (-782 *4 *5)) (-5 *3 (-485)) (-4 *5 (-780 *4)))) (-2618 (*1 *2 *1) (-12 (-14 *3 (-485)) (-5 *2 (-148 (-350 (-485)))) (-5 *1 (-782 *3 *4)) (-4 *4 (-780 *3)))) (-3732 (*1 *1 *1) (-12 (-14 *2 (-485)) (-5 *1 (-782 *2 *3)) (-4 *3 (-780 *2)))) (-3732 (*1 *1 *2 *1) (-12 (-5 *2 (-485)) (-14 *3 *2) (-5 *1 (-782 *3 *4)) (-4 *4 (-780 *3)))))
+((-2570 (((-85) $ $) NIL (-12 (|has| |#1| (-1014)) (|has| |#2| (-1014))) ELT)) (-3798 ((|#2| $) 12 T ELT)) (-2619 (($ |#1| |#2|) 9 T ELT)) (-3244 (((-1074) $) NIL (-12 (|has| |#1| (-1014)) (|has| |#2| (-1014))) ELT)) (-3245 (((-1034) $) NIL (-12 (|has| |#1| (-1014)) (|has| |#2| (-1014))) ELT)) (-3803 ((|#1| $) 11 T ELT)) (-3532 (($ |#1| |#2|) 10 T ELT)) (-3948 (((-773) $) 18 (OR (-12 (|has| |#1| (-553 (-773))) (|has| |#2| (-553 (-773)))) (-12 (|has| |#1| (-1014)) (|has| |#2| (-1014)))) ELT)) (-1266 (((-85) $ $) NIL (-12 (|has| |#1| (-1014)) (|has| |#2| (-1014))) ELT)) (-3058 (((-85) $ $) 23 (-12 (|has| |#1| (-1014)) (|has| |#2| (-1014))) ELT)))
+(((-783 |#1| |#2|) (-13 (-1130) (-10 -8 (IF (|has| |#1| (-553 (-773))) (IF (|has| |#2| (-553 (-773))) (-6 (-553 (-773))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1014)) (IF (|has| |#2| (-1014)) (-6 (-1014)) |%noBranch|) |%noBranch|) (-15 -2619 ($ |#1| |#2|)) (-15 -3532 ($ |#1| |#2|)) (-15 -3803 (|#1| $)) (-15 -3798 (|#2| $)))) (-1130) (-1130)) (T -783))
+((-2619 (*1 *1 *2 *3) (-12 (-5 *1 (-783 *2 *3)) (-4 *2 (-1130)) (-4 *3 (-1130)))) (-3532 (*1 *1 *2 *3) (-12 (-5 *1 (-783 *2 *3)) (-4 *2 (-1130)) (-4 *3 (-1130)))) (-3803 (*1 *2 *1) (-12 (-4 *2 (-1130)) (-5 *1 (-783 *2 *3)) (-4 *3 (-1130)))) (-3798 (*1 *2 *1) (-12 (-4 *2 (-1130)) (-5 *1 (-783 *3 *2)) (-4 *3 (-1130)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2959 (((-485) $) 16 T ELT)) (-2621 (($ (-130)) 13 T ELT)) (-2620 (($ (-130)) 14 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2958 (((-130) $) 15 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2623 (($ (-130)) 11 T ELT)) (-2624 (($ (-130)) 10 T ELT)) (-3948 (((-773) $) 24 T ELT) (($ (-130)) 17 T ELT)) (-2622 (($ (-130)) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-784) (-13 (-1014) (-556 (-130)) (-10 -8 (-15 -2624 ($ (-130))) (-15 -2623 ($ (-130))) (-15 -2622 ($ (-130))) (-15 -2621 ($ (-130))) (-15 -2620 ($ (-130))) (-15 -2958 ((-130) $)) (-15 -2959 ((-485) $))))) (T -784))
+((-2624 (*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-784)))) (-2623 (*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-784)))) (-2622 (*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-784)))) (-2621 (*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-784)))) (-2620 (*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-784)))) (-2958 (*1 *2 *1) (-12 (-5 *2 (-130)) (-5 *1 (-784)))) (-2959 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-784)))))
+((-3948 (((-265 (-485)) (-350 (-858 (-48)))) 23 T ELT) (((-265 (-485)) (-858 (-48))) 18 T ELT)))
+(((-785) (-10 -7 (-15 -3948 ((-265 (-485)) (-858 (-48)))) (-15 -3948 ((-265 (-485)) (-350 (-858 (-48))))))) (T -785))
+((-3948 (*1 *2 *3) (-12 (-5 *3 (-350 (-858 (-48)))) (-5 *2 (-265 (-485))) (-5 *1 (-785)))) (-3948 (*1 *2 *3) (-12 (-5 *3 (-858 (-48))) (-5 *2 (-265 (-485))) (-5 *1 (-785)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 18 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3568 (((-85) $ (|[\|\|]| (-447))) 9 T ELT) (((-85) $ (|[\|\|]| (-1074))) 13 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3574 (((-447) $) 10 T ELT) (((-1074) $) 14 T ELT)) (-3058 (((-85) $ $) 15 T ELT)))
+(((-786) (-13 (-996) (-1176) (-10 -8 (-15 -3568 ((-85) $ (|[\|\|]| (-447)))) (-15 -3574 ((-447) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-1074)))) (-15 -3574 ((-1074) $))))) (T -786))
+((-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-447))) (-5 *2 (-85)) (-5 *1 (-786)))) (-3574 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-786)))) (-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1074))) (-5 *2 (-85)) (-5 *1 (-786)))) (-3574 (*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-786)))))
+((-3960 (((-788 |#2|) (-1 |#2| |#1|) (-788 |#1|)) 15 T ELT)))
+(((-787 |#1| |#2|) (-10 -7 (-15 -3960 ((-788 |#2|) (-1 |#2| |#1|) (-788 |#1|)))) (-1130) (-1130)) (T -787))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-788 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-788 *6)) (-5 *1 (-787 *5 *6)))))
+((-3373 (($ |#1| |#1|) 8 T ELT)) (-2627 ((|#1| $ (-695)) 15 T ELT)))
+(((-788 |#1|) (-10 -8 (-15 -3373 ($ |#1| |#1|)) (-15 -2627 (|#1| $ (-695)))) (-1130)) (T -788))
+((-2627 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *1 (-788 *2)) (-4 *2 (-1130)))) (-3373 (*1 *1 *2 *2) (-12 (-5 *1 (-788 *2)) (-4 *2 (-1130)))))
+((-3960 (((-790 |#2|) (-1 |#2| |#1|) (-790 |#1|)) 15 T ELT)))
+(((-789 |#1| |#2|) (-10 -7 (-15 -3960 ((-790 |#2|) (-1 |#2| |#1|) (-790 |#1|)))) (-1130) (-1130)) (T -789))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-790 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-790 *6)) (-5 *1 (-789 *5 *6)))))
+((-3373 (($ |#1| |#1| |#1|) 8 T ELT)) (-2627 ((|#1| $ (-695)) 15 T ELT)))
+(((-790 |#1|) (-10 -8 (-15 -3373 ($ |#1| |#1| |#1|)) (-15 -2627 (|#1| $ (-695)))) (-1130)) (T -790))
+((-2627 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *1 (-790 *2)) (-4 *2 (-1130)))) (-3373 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-790 *2)) (-4 *2 (-1130)))))
+((-2625 (((-584 (-1096)) (-1074)) 9 T ELT)))
+(((-791) (-10 -7 (-15 -2625 ((-584 (-1096)) (-1074))))) (T -791))
+((-2625 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-584 (-1096))) (-5 *1 (-791)))))
+((-3960 (((-793 |#2|) (-1 |#2| |#1|) (-793 |#1|)) 15 T ELT)))
+(((-792 |#1| |#2|) (-10 -7 (-15 -3960 ((-793 |#2|) (-1 |#2| |#1|) (-793 |#1|)))) (-1130) (-1130)) (T -792))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-793 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-793 *6)) (-5 *1 (-792 *5 *6)))))
+((-2626 (($ |#1| |#1| |#1|) 8 T ELT)) (-2627 ((|#1| $ (-695)) 15 T ELT)))
+(((-793 |#1|) (-10 -8 (-15 -2626 ($ |#1| |#1| |#1|)) (-15 -2627 (|#1| $ (-695)))) (-1130)) (T -793))
+((-2627 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *1 (-793 *2)) (-4 *2 (-1130)))) (-2626 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-793 *2)) (-4 *2 (-1130)))))
+((-2630 (((-1070 (-584 (-485))) (-584 (-485)) (-1070 (-584 (-485)))) 41 T ELT)) (-2629 (((-1070 (-584 (-485))) (-584 (-485)) (-584 (-485))) 31 T ELT)) (-2631 (((-1070 (-584 (-485))) (-584 (-485))) 53 T ELT) (((-1070 (-584 (-485))) (-584 (-485)) (-584 (-485))) 50 T ELT)) (-2632 (((-1070 (-584 (-485))) (-485)) 55 T ELT)) (-2628 (((-1070 (-584 (-831))) (-1070 (-584 (-831)))) 22 T ELT)) (-3011 (((-584 (-831)) (-584 (-831))) 18 T ELT)))
+(((-794) (-10 -7 (-15 -3011 ((-584 (-831)) (-584 (-831)))) (-15 -2628 ((-1070 (-584 (-831))) (-1070 (-584 (-831))))) (-15 -2629 ((-1070 (-584 (-485))) (-584 (-485)) (-584 (-485)))) (-15 -2630 ((-1070 (-584 (-485))) (-584 (-485)) (-1070 (-584 (-485))))) (-15 -2631 ((-1070 (-584 (-485))) (-584 (-485)) (-584 (-485)))) (-15 -2631 ((-1070 (-584 (-485))) (-584 (-485)))) (-15 -2632 ((-1070 (-584 (-485))) (-485))))) (T -794))
+((-2632 (*1 *2 *3) (-12 (-5 *2 (-1070 (-584 (-485)))) (-5 *1 (-794)) (-5 *3 (-485)))) (-2631 (*1 *2 *3) (-12 (-5 *2 (-1070 (-584 (-485)))) (-5 *1 (-794)) (-5 *3 (-584 (-485))))) (-2631 (*1 *2 *3 *3) (-12 (-5 *2 (-1070 (-584 (-485)))) (-5 *1 (-794)) (-5 *3 (-584 (-485))))) (-2630 (*1 *2 *3 *2) (-12 (-5 *2 (-1070 (-584 (-485)))) (-5 *3 (-584 (-485))) (-5 *1 (-794)))) (-2629 (*1 *2 *3 *3) (-12 (-5 *2 (-1070 (-584 (-485)))) (-5 *1 (-794)) (-5 *3 (-584 (-485))))) (-2628 (*1 *2 *2) (-12 (-5 *2 (-1070 (-584 (-831)))) (-5 *1 (-794)))) (-3011 (*1 *2 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-794)))))
+((-3974 (((-801 (-330)) $) 9 (|has| |#1| (-554 (-801 (-330)))) ELT) (((-801 (-485)) $) 8 (|has| |#1| (-554 (-801 (-485)))) ELT)))
+(((-795 |#1|) (-113) (-1130)) (T -795))
+NIL
+(-13 (-10 -7 (IF (|has| |t#1| (-554 (-801 (-485)))) (-6 (-554 (-801 (-485)))) |%noBranch|) (IF (|has| |t#1| (-554 (-801 (-330)))) (-6 (-554 (-801 (-330)))) |%noBranch|)))
+(((-554 (-801 (-330))) |has| |#1| (-554 (-801 (-330)))) ((-554 (-801 (-485))) |has| |#1| (-554 (-801 (-485)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3616 (($) 14 T ELT)) (-2634 (($ (-799 |#1| |#2|) (-799 |#1| |#3|)) 28 T ELT)) (-2633 (((-799 |#1| |#3|) $) 16 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2642 (((-85) $) 22 T ELT)) (-2641 (($) 19 T ELT)) (-3948 (((-773) $) 31 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2852 (((-799 |#1| |#2|) $) 15 T ELT)) (-3058 (((-85) $ $) 26 T ELT)))
+(((-796 |#1| |#2| |#3|) (-13 (-1014) (-10 -8 (-15 -2642 ((-85) $)) (-15 -2641 ($)) (-15 -3616 ($)) (-15 -2634 ($ (-799 |#1| |#2|) (-799 |#1| |#3|))) (-15 -2852 ((-799 |#1| |#2|) $)) (-15 -2633 ((-799 |#1| |#3|) $)))) (-1014) (-1014) (-609 |#2|)) (T -796))
+((-2642 (*1 *2 *1) (-12 (-4 *4 (-1014)) (-5 *2 (-85)) (-5 *1 (-796 *3 *4 *5)) (-4 *3 (-1014)) (-4 *5 (-609 *4)))) (-2641 (*1 *1) (-12 (-4 *3 (-1014)) (-5 *1 (-796 *2 *3 *4)) (-4 *2 (-1014)) (-4 *4 (-609 *3)))) (-3616 (*1 *1) (-12 (-4 *3 (-1014)) (-5 *1 (-796 *2 *3 *4)) (-4 *2 (-1014)) (-4 *4 (-609 *3)))) (-2634 (*1 *1 *2 *3) (-12 (-5 *2 (-799 *4 *5)) (-5 *3 (-799 *4 *6)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-609 *5)) (-5 *1 (-796 *4 *5 *6)))) (-2852 (*1 *2 *1) (-12 (-4 *4 (-1014)) (-5 *2 (-799 *3 *4)) (-5 *1 (-796 *3 *4 *5)) (-4 *3 (-1014)) (-4 *5 (-609 *4)))) (-2633 (*1 *2 *1) (-12 (-4 *4 (-1014)) (-5 *2 (-799 *3 *5)) (-5 *1 (-796 *3 *4 *5)) (-4 *3 (-1014)) (-4 *5 (-609 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-2798 (((-799 |#1| $) $ (-801 |#1|) (-799 |#1| $)) 17 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-797 |#1|) (-113) (-1014)) (T -797))
+((-2798 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-799 *4 *1)) (-5 *3 (-801 *4)) (-4 *1 (-797 *4)) (-4 *4 (-1014)))))
+(-13 (-1014) (-10 -8 (-15 -2798 ((-799 |t#1| $) $ (-801 |t#1|) (-799 |t#1| $)))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2635 (((-85) (-584 |#2|) |#3|) 23 T ELT) (((-85) |#2| |#3|) 18 T ELT)) (-2636 (((-799 |#1| |#2|) |#2| |#3|) 45 (-12 (-2562 (|has| |#2| (-951 (-1091)))) (-2562 (|has| |#2| (-962)))) ELT) (((-584 (-249 (-858 |#2|))) |#2| |#3|) 44 (-12 (|has| |#2| (-962)) (-2562 (|has| |#2| (-951 (-1091))))) ELT) (((-584 (-249 |#2|)) |#2| |#3|) 36 (|has| |#2| (-951 (-1091))) ELT) (((-796 |#1| |#2| (-584 |#2|)) (-584 |#2|) |#3|) 21 T ELT)))
+(((-798 |#1| |#2| |#3|) (-10 -7 (-15 -2635 ((-85) |#2| |#3|)) (-15 -2635 ((-85) (-584 |#2|) |#3|)) (-15 -2636 ((-796 |#1| |#2| (-584 |#2|)) (-584 |#2|) |#3|)) (IF (|has| |#2| (-951 (-1091))) (-15 -2636 ((-584 (-249 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-962)) (-15 -2636 ((-584 (-249 (-858 |#2|))) |#2| |#3|)) (-15 -2636 ((-799 |#1| |#2|) |#2| |#3|))))) (-1014) (-797 |#1|) (-554 (-801 |#1|))) (T -798))
+((-2636 (*1 *2 *3 *4) (-12 (-4 *5 (-1014)) (-5 *2 (-799 *5 *3)) (-5 *1 (-798 *5 *3 *4)) (-2562 (-4 *3 (-951 (-1091)))) (-2562 (-4 *3 (-962))) (-4 *3 (-797 *5)) (-4 *4 (-554 (-801 *5))))) (-2636 (*1 *2 *3 *4) (-12 (-4 *5 (-1014)) (-5 *2 (-584 (-249 (-858 *3)))) (-5 *1 (-798 *5 *3 *4)) (-4 *3 (-962)) (-2562 (-4 *3 (-951 (-1091)))) (-4 *3 (-797 *5)) (-4 *4 (-554 (-801 *5))))) (-2636 (*1 *2 *3 *4) (-12 (-4 *5 (-1014)) (-5 *2 (-584 (-249 *3))) (-5 *1 (-798 *5 *3 *4)) (-4 *3 (-951 (-1091))) (-4 *3 (-797 *5)) (-4 *4 (-554 (-801 *5))))) (-2636 (*1 *2 *3 *4) (-12 (-4 *5 (-1014)) (-4 *6 (-797 *5)) (-5 *2 (-796 *5 *6 (-584 *6))) (-5 *1 (-798 *5 *6 *4)) (-5 *3 (-584 *6)) (-4 *4 (-554 (-801 *5))))) (-2635 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *6)) (-4 *6 (-797 *5)) (-4 *5 (-1014)) (-5 *2 (-85)) (-5 *1 (-798 *5 *6 *4)) (-4 *4 (-554 (-801 *5))))) (-2635 (*1 *2 *3 *4) (-12 (-4 *5 (-1014)) (-5 *2 (-85)) (-5 *1 (-798 *5 *3 *4)) (-4 *3 (-797 *5)) (-4 *4 (-554 (-801 *5))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3236 (($ $ $) 40 T ELT)) (-2663 (((-3 (-85) #1="failed") $ (-801 |#1|)) 37 T ELT)) (-3616 (($) 12 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2638 (($ (-801 |#1|) |#2| $) 20 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2640 (((-3 |#2| #1#) (-801 |#1|) $) 51 T ELT)) (-2642 (((-85) $) 15 T ELT)) (-2641 (($) 13 T ELT)) (-3259 (((-584 (-2 (|:| -3862 (-1091)) (|:| |entry| |#2|))) $) 25 T ELT)) (-3532 (($ (-584 (-2 (|:| -3862 (-1091)) (|:| |entry| |#2|)))) 23 T ELT)) (-3948 (((-773) $) 45 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2637 (($ (-801 |#1|) |#2| $ |#2|) 49 T ELT)) (-2639 (($ (-801 |#1|) |#2| $) 48 T ELT)) (-3058 (((-85) $ $) 42 T ELT)))
+(((-799 |#1| |#2|) (-13 (-1014) (-10 -8 (-15 -2642 ((-85) $)) (-15 -2641 ($)) (-15 -3616 ($)) (-15 -3236 ($ $ $)) (-15 -2640 ((-3 |#2| #1="failed") (-801 |#1|) $)) (-15 -2639 ($ (-801 |#1|) |#2| $)) (-15 -2638 ($ (-801 |#1|) |#2| $)) (-15 -2637 ($ (-801 |#1|) |#2| $ |#2|)) (-15 -3259 ((-584 (-2 (|:| -3862 (-1091)) (|:| |entry| |#2|))) $)) (-15 -3532 ($ (-584 (-2 (|:| -3862 (-1091)) (|:| |entry| |#2|))))) (-15 -2663 ((-3 (-85) #1#) $ (-801 |#1|))))) (-1014) (-1014)) (T -799))
+((-2642 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-799 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))) (-2641 (*1 *1) (-12 (-5 *1 (-799 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))) (-3616 (*1 *1) (-12 (-5 *1 (-799 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))) (-3236 (*1 *1 *1 *1) (-12 (-5 *1 (-799 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))) (-2640 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-801 *4)) (-4 *4 (-1014)) (-4 *2 (-1014)) (-5 *1 (-799 *4 *2)))) (-2639 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-801 *4)) (-4 *4 (-1014)) (-5 *1 (-799 *4 *3)) (-4 *3 (-1014)))) (-2638 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-801 *4)) (-4 *4 (-1014)) (-5 *1 (-799 *4 *3)) (-4 *3 (-1014)))) (-2637 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-801 *4)) (-4 *4 (-1014)) (-5 *1 (-799 *4 *3)) (-4 *3 (-1014)))) (-3259 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| -3862 (-1091)) (|:| |entry| *4)))) (-5 *1 (-799 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))) (-3532 (*1 *1 *2) (-12 (-5 *2 (-584 (-2 (|:| -3862 (-1091)) (|:| |entry| *4)))) (-4 *4 (-1014)) (-5 *1 (-799 *3 *4)) (-4 *3 (-1014)))) (-2663 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-801 *4)) (-4 *4 (-1014)) (-5 *2 (-85)) (-5 *1 (-799 *4 *5)) (-4 *5 (-1014)))))
+((-3960 (((-799 |#1| |#3|) (-1 |#3| |#2|) (-799 |#1| |#2|)) 22 T ELT)))
+(((-800 |#1| |#2| |#3|) (-10 -7 (-15 -3960 ((-799 |#1| |#3|) (-1 |#3| |#2|) (-799 |#1| |#2|)))) (-1014) (-1014) (-1014)) (T -800))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-799 *5 *6)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-799 *5 *7)) (-5 *1 (-800 *5 *6 *7)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2650 (($ $ (-584 (-51))) 74 T ELT)) (-3083 (((-584 $) $) 139 T ELT)) (-2647 (((-2 (|:| |var| (-584 (-1091))) (|:| |pred| (-51))) $) 30 T ELT)) (-3262 (((-85) $) 35 T ELT)) (-2648 (($ $ (-584 (-1091)) (-51)) 31 T ELT)) (-2651 (($ $ (-584 (-51))) 73 T ELT)) (-3159 (((-3 |#1| #1="failed") $) 71 T ELT) (((-3 (-1091) #1#) $) 167 T ELT)) (-3158 ((|#1| $) 68 T ELT) (((-1091) $) NIL T ELT)) (-2645 (($ $) 126 T ELT)) (-2657 (((-85) $) 55 T ELT)) (-2652 (((-584 (-51)) $) 50 T ELT)) (-2649 (($ (-1091) (-85) (-85) (-85)) 75 T ELT)) (-2643 (((-3 (-584 $) #1#) (-584 $)) 82 T ELT)) (-2654 (((-85) $) 58 T ELT)) (-2655 (((-85) $) 57 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) 41 T ELT)) (-2660 (((-3 (-2 (|:| |num| $) (|:| |den| $)) #1#) $) 48 T ELT)) (-2827 (((-3 (-2 (|:| |val| $) (|:| -2402 $)) #1#) $) 97 T ELT)) (-2824 (((-3 (-584 $) #1#) $) 40 T ELT)) (-2661 (((-3 (-584 $) #1#) $ (-86)) 124 T ELT) (((-3 (-2 (|:| -2515 (-86)) (|:| |arg| (-584 $))) #1#) $) 107 T ELT)) (-2659 (((-3 (-584 $) #1#) $) 42 T ELT)) (-2826 (((-3 (-2 (|:| |val| $) (|:| -2402 (-695))) #1#) $) 45 T ELT)) (-2658 (((-85) $) 34 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2646 (((-85) $) 28 T ELT)) (-2653 (((-85) $) 52 T ELT)) (-2644 (((-584 (-51)) $) 130 T ELT)) (-2656 (((-85) $) 56 T ELT)) (-3802 (($ (-86) (-584 $)) 104 T ELT)) (-3324 (((-695) $) 33 T ELT)) (-3402 (($ $) 72 T ELT)) (-3974 (($ (-584 $)) 69 T ELT)) (-3955 (((-85) $) 32 T ELT)) (-3948 (((-773) $) 63 T ELT) (($ |#1|) 23 T ELT) (($ (-1091)) 76 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2664 (($ $ (-51)) 129 T ELT)) (-2662 (($) 103 T CONST)) (-2668 (($) 83 T CONST)) (-3058 (((-85) $ $) 93 T ELT)) (-3951 (($ $ $) 117 T ELT)) (-3841 (($ $ $) 121 T ELT)) (** (($ $ (-695)) 115 T ELT) (($ $ $) 64 T ELT)) (* (($ $ $) 122 T ELT)))
+(((-801 |#1|) (-13 (-1014) (-951 |#1|) (-951 (-1091)) (-10 -8 (-15 -2662 ($) -3954) (-15 -2668 ($) -3954) (-15 -2824 ((-3 (-584 $) #1="failed") $)) (-15 -2825 ((-3 (-584 $) #1#) $)) (-15 -2661 ((-3 (-584 $) #1#) $ (-86))) (-15 -2661 ((-3 (-2 (|:| -2515 (-86)) (|:| |arg| (-584 $))) #1#) $)) (-15 -2826 ((-3 (-2 (|:| |val| $) (|:| -2402 (-695))) #1#) $)) (-15 -2660 ((-3 (-2 (|:| |num| $) (|:| |den| $)) #1#) $)) (-15 -2659 ((-3 (-584 $) #1#) $)) (-15 -2827 ((-3 (-2 (|:| |val| $) (|:| -2402 $)) #1#) $)) (-15 -3802 ($ (-86) (-584 $))) (-15 -3841 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-695))) (-15 ** ($ $ $)) (-15 -3951 ($ $ $)) (-15 -3324 ((-695) $)) (-15 -3974 ($ (-584 $))) (-15 -3402 ($ $)) (-15 -2658 ((-85) $)) (-15 -2657 ((-85) $)) (-15 -3262 ((-85) $)) (-15 -3955 ((-85) $)) (-15 -2656 ((-85) $)) (-15 -2655 ((-85) $)) (-15 -2654 ((-85) $)) (-15 -2653 ((-85) $)) (-15 -2652 ((-584 (-51)) $)) (-15 -2651 ($ $ (-584 (-51)))) (-15 -2650 ($ $ (-584 (-51)))) (-15 -2649 ($ (-1091) (-85) (-85) (-85))) (-15 -2648 ($ $ (-584 (-1091)) (-51))) (-15 -2647 ((-2 (|:| |var| (-584 (-1091))) (|:| |pred| (-51))) $)) (-15 -2646 ((-85) $)) (-15 -2645 ($ $)) (-15 -2664 ($ $ (-51))) (-15 -2644 ((-584 (-51)) $)) (-15 -3083 ((-584 $) $)) (-15 -2643 ((-3 (-584 $) #1#) (-584 $))))) (-1014)) (T -801))
+((-2662 (*1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014)))) (-2668 (*1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014)))) (-2824 (*1 *2 *1) (|partial| -12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2825 (*1 *2 *1) (|partial| -12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2661 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-86)) (-5 *2 (-584 (-801 *4))) (-5 *1 (-801 *4)) (-4 *4 (-1014)))) (-2661 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -2515 (-86)) (|:| |arg| (-584 (-801 *3))))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2826 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-801 *3)) (|:| -2402 (-695)))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2660 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-801 *3)) (|:| |den| (-801 *3)))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2659 (*1 *2 *1) (|partial| -12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2827 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-801 *3)) (|:| -2402 (-801 *3)))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-3802 (*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-584 (-801 *4))) (-5 *1 (-801 *4)) (-4 *4 (-1014)))) (-3841 (*1 *1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014)))) (-3951 (*1 *1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014)))) (-3324 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-3974 (*1 *1 *2) (-12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-3402 (*1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014)))) (-2658 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2657 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-3262 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-3955 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2656 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2655 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2654 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2653 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2652 (*1 *2 *1) (-12 (-5 *2 (-584 (-51))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2651 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-51))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2650 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-51))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2649 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-85)) (-5 *1 (-801 *4)) (-4 *4 (-1014)))) (-2648 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-51)) (-5 *1 (-801 *4)) (-4 *4 (-1014)))) (-2647 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-584 (-1091))) (|:| |pred| (-51)))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2646 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2645 (*1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014)))) (-2664 (*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2644 (*1 *2 *1) (-12 (-5 *2 (-584 (-51))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-3083 (*1 *2 *1) (-12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))) (-2643 (*1 *2 *2) (|partial| -12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+((-3211 (((-801 |#1|) (-801 |#1|) (-584 (-1091)) (-1 (-85) (-584 |#2|))) 32 T ELT) (((-801 |#1|) (-801 |#1|) (-584 (-1 (-85) |#2|))) 46 T ELT) (((-801 |#1|) (-801 |#1|) (-1 (-85) |#2|)) 35 T ELT)) (-2663 (((-85) (-584 |#2|) (-801 |#1|)) 42 T ELT) (((-85) |#2| (-801 |#1|)) 36 T ELT)) (-3533 (((-1 (-85) |#2|) (-801 |#1|)) 16 T ELT)) (-2665 (((-584 |#2|) (-801 |#1|)) 24 T ELT)) (-2664 (((-801 |#1|) (-801 |#1|) |#2|) 20 T ELT)))
+(((-802 |#1| |#2|) (-10 -7 (-15 -3211 ((-801 |#1|) (-801 |#1|) (-1 (-85) |#2|))) (-15 -3211 ((-801 |#1|) (-801 |#1|) (-584 (-1 (-85) |#2|)))) (-15 -3211 ((-801 |#1|) (-801 |#1|) (-584 (-1091)) (-1 (-85) (-584 |#2|)))) (-15 -3533 ((-1 (-85) |#2|) (-801 |#1|))) (-15 -2663 ((-85) |#2| (-801 |#1|))) (-15 -2663 ((-85) (-584 |#2|) (-801 |#1|))) (-15 -2664 ((-801 |#1|) (-801 |#1|) |#2|)) (-15 -2665 ((-584 |#2|) (-801 |#1|)))) (-1014) (-1130)) (T -802))
+((-2665 (*1 *2 *3) (-12 (-5 *3 (-801 *4)) (-4 *4 (-1014)) (-5 *2 (-584 *5)) (-5 *1 (-802 *4 *5)) (-4 *5 (-1130)))) (-2664 (*1 *2 *2 *3) (-12 (-5 *2 (-801 *4)) (-4 *4 (-1014)) (-5 *1 (-802 *4 *3)) (-4 *3 (-1130)))) (-2663 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *6)) (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-4 *6 (-1130)) (-5 *2 (-85)) (-5 *1 (-802 *5 *6)))) (-2663 (*1 *2 *3 *4) (-12 (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-5 *2 (-85)) (-5 *1 (-802 *5 *3)) (-4 *3 (-1130)))) (-3533 (*1 *2 *3) (-12 (-5 *3 (-801 *4)) (-4 *4 (-1014)) (-5 *2 (-1 (-85) *5)) (-5 *1 (-802 *4 *5)) (-4 *5 (-1130)))) (-3211 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-801 *5)) (-5 *3 (-584 (-1091))) (-5 *4 (-1 (-85) (-584 *6))) (-4 *5 (-1014)) (-4 *6 (-1130)) (-5 *1 (-802 *5 *6)))) (-3211 (*1 *2 *2 *3) (-12 (-5 *2 (-801 *4)) (-5 *3 (-584 (-1 (-85) *5))) (-4 *4 (-1014)) (-4 *5 (-1130)) (-5 *1 (-802 *4 *5)))) (-3211 (*1 *2 *2 *3) (-12 (-5 *2 (-801 *4)) (-5 *3 (-1 (-85) *5)) (-4 *4 (-1014)) (-4 *5 (-1130)) (-5 *1 (-802 *4 *5)))))
+((-3960 (((-801 |#2|) (-1 |#2| |#1|) (-801 |#1|)) 19 T ELT)))
+(((-803 |#1| |#2|) (-10 -7 (-15 -3960 ((-801 |#2|) (-1 |#2| |#1|) (-801 |#1|)))) (-1014) (-1014)) (T -803))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *2 (-801 *6)) (-5 *1 (-803 *5 *6)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3936 (((-584 |#1|) $) 20 T ELT)) (-2666 (((-85) $) 49 T ELT)) (-3159 (((-3 (-615 |#1|) "failed") $) 55 T ELT)) (-3158 (((-615 |#1|) $) 53 T ELT)) (-3801 (($ $) 24 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3835 (((-695) $) 60 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 (((-615 |#1|) $) 22 T ELT)) (-3948 (((-773) $) 47 T ELT) (($ (-615 |#1|)) 27 T ELT) (((-740 |#1|) $) 36 T ELT) (($ |#1|) 26 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2668 (($) 11 T CONST)) (-2667 (((-584 (-615 |#1|)) $) 28 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 14 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 66 T ELT)))
+(((-804 |#1|) (-13 (-757) (-951 (-615 |#1|)) (-10 -8 (-15 -2668 ($) -3954) (-15 -3948 ((-740 |#1|) $)) (-15 -3948 ($ |#1|)) (-15 -3803 ((-615 |#1|) $)) (-15 -3835 ((-695) $)) (-15 -2667 ((-584 (-615 |#1|)) $)) (-15 -3801 ($ $)) (-15 -2666 ((-85) $)) (-15 -3936 ((-584 |#1|) $)))) (-757)) (T -804))
+((-2668 (*1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-757)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-740 *3)) (-5 *1 (-804 *3)) (-4 *3 (-757)))) (-3948 (*1 *1 *2) (-12 (-5 *1 (-804 *2)) (-4 *2 (-757)))) (-3803 (*1 *2 *1) (-12 (-5 *2 (-615 *3)) (-5 *1 (-804 *3)) (-4 *3 (-757)))) (-3835 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-804 *3)) (-4 *3 (-757)))) (-2667 (*1 *2 *1) (-12 (-5 *2 (-584 (-615 *3))) (-5 *1 (-804 *3)) (-4 *3 (-757)))) (-3801 (*1 *1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-757)))) (-2666 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-804 *3)) (-4 *3 (-757)))) (-3936 (*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-804 *3)) (-4 *3 (-757)))))
+((-3476 ((|#1| |#1| |#1|) 19 T ELT)))
+(((-805 |#1| |#2|) (-10 -7 (-15 -3476 (|#1| |#1| |#1|))) (-1156 |#2|) (-962)) (T -805))
+((-3476 (*1 *2 *2 *2) (-12 (-4 *3 (-962)) (-5 *1 (-805 *2 *3)) (-4 *2 (-1156 *3)))))
+((-2671 ((|#2| $ |#3|) 10 T ELT)))
+(((-806 |#1| |#2| |#3|) (-10 -7 (-15 -2671 (|#2| |#1| |#3|))) (-807 |#2| |#3|) (-1130) (-1130)) (T -806))
+NIL
+((-3760 ((|#1| $ |#2|) 7 T ELT)) (-2671 ((|#1| $ |#2|) 6 T ELT)))
+(((-807 |#1| |#2|) (-113) (-1130) (-1130)) (T -807))
+((-3760 (*1 *2 *1 *3) (-12 (-4 *1 (-807 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1130)))) (-2671 (*1 *2 *1 *3) (-12 (-4 *1 (-807 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1130)))))
+(-13 (-1130) (-10 -8 (-15 -3760 (|t#1| $ |t#2|)) (-15 -2671 (|t#1| $ |t#2|))))
+(((-13) . T) ((-1130) . T))
+((-2670 ((|#1| |#1| (-695)) 26 T ELT)) (-2669 (((-3 |#1| #1="failed") |#1| |#1|) 23 T ELT)) (-3437 (((-3 (-2 (|:| -3140 |#1|) (|:| -3139 |#1|)) #1#) |#1| (-695) (-695)) 29 T ELT) (((-584 |#1|) |#1|) 38 T ELT)))
+(((-808 |#1| |#2|) (-10 -7 (-15 -3437 ((-584 |#1|) |#1|)) (-15 -3437 ((-3 (-2 (|:| -3140 |#1|) (|:| -3139 |#1|)) #1="failed") |#1| (-695) (-695))) (-15 -2669 ((-3 |#1| #1#) |#1| |#1|)) (-15 -2670 (|#1| |#1| (-695)))) (-1156 |#2|) (-312)) (T -808))
+((-2670 (*1 *2 *2 *3) (-12 (-5 *3 (-695)) (-4 *4 (-312)) (-5 *1 (-808 *2 *4)) (-4 *2 (-1156 *4)))) (-2669 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-312)) (-5 *1 (-808 *2 *3)) (-4 *2 (-1156 *3)))) (-3437 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-695)) (-4 *5 (-312)) (-5 *2 (-2 (|:| -3140 *3) (|:| -3139 *3))) (-5 *1 (-808 *3 *5)) (-4 *3 (-1156 *5)))) (-3437 (*1 *2 *3) (-12 (-4 *4 (-312)) (-5 *2 (-584 *3)) (-5 *1 (-808 *3 *4)) (-4 *3 (-1156 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3760 (($ $ (-584 |#2|) (-584 (-695))) 45 T ELT) (($ $ |#2| (-695)) 44 T ELT) (($ $ (-584 |#2|)) 43 T ELT) (($ $ |#2|) 41 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-2671 (($ $ (-584 |#2|) (-584 (-695))) 48 T ELT) (($ $ |#2| (-695)) 47 T ELT) (($ $ (-584 |#2|)) 46 T ELT) (($ $ |#2|) 42 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
+(((-809 |#1| |#2|) (-113) (-962) (-1014)) (T -809))
+NIL
+(-13 (-82 |t#1| |t#1|) (-812 |t#2|) (-10 -7 (IF (|has| |t#1| (-146)) (-6 (-655 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-583 |#1|) |has| |#1| (-146)) ((-655 |#1|) |has| |#1| (-146)) ((-807 $ |#2|) . T) ((-812 |#2|) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3760 (($ $ (-584 |#1|) (-584 (-695))) 52 T ELT) (($ $ |#1| (-695)) 51 T ELT) (($ $ (-584 |#1|)) 50 T ELT) (($ $ |#1|) 48 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-584 |#1|) (-584 (-695))) 55 T ELT) (($ $ |#1| (-695)) 54 T ELT) (($ $ (-584 |#1|)) 53 T ELT) (($ $ |#1|) 49 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-810 |#1|) (-113) (-1014)) (T -810))
+NIL
+(-13 (-962) (-812 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-664) . T) ((-807 $ |#1|) . T) ((-812 |#1|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-3760 (($ $ |#2|) NIL T ELT) (($ $ (-584 |#2|)) 10 T ELT) (($ $ |#2| (-695)) 12 T ELT) (($ $ (-584 |#2|) (-584 (-695))) 15 T ELT)) (-2671 (($ $ |#2|) 16 T ELT) (($ $ (-584 |#2|)) 18 T ELT) (($ $ |#2| (-695)) 19 T ELT) (($ $ (-584 |#2|) (-584 (-695))) 21 T ELT)))
+(((-811 |#1| |#2|) (-10 -7 (-15 -2671 (|#1| |#1| (-584 |#2|) (-584 (-695)))) (-15 -2671 (|#1| |#1| |#2| (-695))) (-15 -2671 (|#1| |#1| (-584 |#2|))) (-15 -3760 (|#1| |#1| (-584 |#2|) (-584 (-695)))) (-15 -3760 (|#1| |#1| |#2| (-695))) (-15 -3760 (|#1| |#1| (-584 |#2|))) (-15 -2671 (|#1| |#1| |#2|)) (-15 -3760 (|#1| |#1| |#2|))) (-812 |#2|) (-1014)) (T -811))
+NIL
+((-3760 (($ $ |#1|) 7 T ELT) (($ $ (-584 |#1|)) 15 T ELT) (($ $ |#1| (-695)) 14 T ELT) (($ $ (-584 |#1|) (-584 (-695))) 13 T ELT)) (-2671 (($ $ |#1|) 6 T ELT) (($ $ (-584 |#1|)) 12 T ELT) (($ $ |#1| (-695)) 11 T ELT) (($ $ (-584 |#1|) (-584 (-695))) 10 T ELT)))
+(((-812 |#1|) (-113) (-1014)) (T -812))
+((-3760 (*1 *1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *1 (-812 *3)) (-4 *3 (-1014)))) (-3760 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-812 *2)) (-4 *2 (-1014)))) (-3760 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 *4)) (-5 *3 (-584 (-695))) (-4 *1 (-812 *4)) (-4 *4 (-1014)))) (-2671 (*1 *1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *1 (-812 *3)) (-4 *3 (-1014)))) (-2671 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-812 *2)) (-4 *2 (-1014)))) (-2671 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 *4)) (-5 *3 (-584 (-695))) (-4 *1 (-812 *4)) (-4 *4 (-1014)))))
+(-13 (-807 $ |t#1|) (-10 -8 (-15 -3760 ($ $ (-584 |t#1|))) (-15 -3760 ($ $ |t#1| (-695))) (-15 -3760 ($ $ (-584 |t#1|) (-584 (-695)))) (-15 -2671 ($ $ (-584 |t#1|))) (-15 -2671 ($ $ |t#1| (-695))) (-15 -2671 ($ $ (-584 |t#1|) (-584 (-695))))))
+(((-13) . T) ((-807 $ |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 26 T ELT)) (-3027 ((|#1| $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1294 (($ $ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-1295 (($ $ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #2="left" $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $ #3="right" $) NIL (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-3139 (($ $) 25 T ELT)) (-2672 (($ |#1|) 12 T ELT) (($ $ $) 17 T ELT)) (-3033 (((-584 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3140 (($ $) 23 T ELT)) (-3032 (((-584 |#1|) $) NIL T ELT)) (-3529 (((-85) $) 20 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ #1#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT)) (-3031 (((-485) $ $) NIL T ELT)) (-3635 (((-85) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-1117 |#1|) $) 9 T ELT) (((-773) $) 29 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) NIL T ELT)) (-3030 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 21 (|has| |#1| (-72)) ELT)))
+(((-813 |#1|) (-13 (-92 |#1|) (-553 (-1117 |#1|)) (-10 -8 (-15 -2672 ($ |#1|)) (-15 -2672 ($ $ $)))) (-1014)) (T -813))
+((-2672 (*1 *1 *2) (-12 (-5 *1 (-813 *2)) (-4 *2 (-1014)))) (-2672 (*1 *1 *1 *1) (-12 (-5 *1 (-813 *2)) (-4 *2 (-1014)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2688 (((-1010 |#1|) $) 61 T ELT)) (-2911 (((-584 $) (-584 $)) 104 T ELT)) (-3625 (((-485) $) 84 T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ "failed") $) NIL T ELT)) (-3774 (((-695) $) 81 T ELT)) (-2692 (((-1010 |#1|) $ |#1|) 71 T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2675 (((-85) $) 89 T ELT)) (-2677 (((-695) $) 85 T ELT)) (-2533 (($ $ $) NIL (OR (|has| |#1| (-320)) (|has| |#1| (-757))) ELT)) (-2859 (($ $ $) NIL (OR (|has| |#1| (-320)) (|has| |#1| (-757))) ELT)) (-2681 (((-2 (|:| |preimage| (-584 |#1|)) (|:| |image| (-584 |#1|))) $) 56 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 131 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2674 (((-1010 |#1|) $) 136 (|has| |#1| (-320)) ELT)) (-2676 (((-85) $) 82 T ELT)) (-3802 ((|#1| $ |#1|) 69 T ELT)) (-3950 (((-695) $) 63 T ELT)) (-2683 (($ (-584 (-584 |#1|))) 119 T ELT)) (-2678 (((-885) $) 75 T ELT)) (-2684 (($ (-584 |#1|)) 32 T ELT)) (-3011 (($ $ $) NIL T ELT)) (-2437 (($ $ $) NIL T ELT)) (-2680 (($ (-584 (-584 |#1|))) 58 T ELT)) (-2679 (($ (-584 (-584 |#1|))) 124 T ELT)) (-2673 (($ (-584 |#1|)) 133 T ELT)) (-3948 (((-773) $) 118 T ELT) (($ (-584 (-584 |#1|))) 92 T ELT) (($ (-584 |#1|)) 93 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2668 (($) 24 T CONST)) (-2568 (((-85) $ $) NIL (OR (|has| |#1| (-320)) (|has| |#1| (-757))) ELT)) (-2569 (((-85) $ $) NIL (OR (|has| |#1| (-320)) (|has| |#1| (-757))) ELT)) (-3058 (((-85) $ $) 67 T ELT)) (-2686 (((-85) $ $) NIL (OR (|has| |#1| (-320)) (|has| |#1| (-757))) ELT)) (-2687 (((-85) $ $) 91 T ELT)) (-3951 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ $ $) 33 T ELT)))
+(((-814 |#1|) (-13 (-816 |#1|) (-10 -8 (-15 -2681 ((-2 (|:| |preimage| (-584 |#1|)) (|:| |image| (-584 |#1|))) $)) (-15 -2680 ($ (-584 (-584 |#1|)))) (-15 -3948 ($ (-584 (-584 |#1|)))) (-15 -3948 ($ (-584 |#1|))) (-15 -2679 ($ (-584 (-584 |#1|)))) (-15 -3950 ((-695) $)) (-15 -2678 ((-885) $)) (-15 -3774 ((-695) $)) (-15 -2677 ((-695) $)) (-15 -3625 ((-485) $)) (-15 -2676 ((-85) $)) (-15 -2675 ((-85) $)) (-15 -2911 ((-584 $) (-584 $))) (IF (|has| |#1| (-320)) (-15 -2674 ((-1010 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-484)) (-15 -2673 ($ (-584 |#1|))) (IF (|has| |#1| (-320)) (-15 -2673 ($ (-584 |#1|))) |%noBranch|)))) (-1014)) (T -814))
+((-2681 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-584 *3)) (|:| |image| (-584 *3)))) (-5 *1 (-814 *3)) (-4 *3 (-1014)))) (-2680 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-1014)) (-5 *1 (-814 *3)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-1014)) (-5 *1 (-814 *3)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-814 *3)))) (-2679 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-1014)) (-5 *1 (-814 *3)))) (-3950 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))) (-2678 (*1 *2 *1) (-12 (-5 *2 (-885)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))) (-3774 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))) (-2677 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))) (-3625 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))) (-2676 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))) (-2675 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))) (-2911 (*1 *2 *2) (-12 (-5 *2 (-584 (-814 *3))) (-5 *1 (-814 *3)) (-4 *3 (-1014)))) (-2674 (*1 *2 *1) (-12 (-5 *2 (-1010 *3)) (-5 *1 (-814 *3)) (-4 *3 (-320)) (-4 *3 (-1014)))) (-2673 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-814 *3)))))
+((-2682 ((|#2| (-1057 |#1| |#2|)) 48 T ELT)))
+(((-815 |#1| |#2|) (-10 -7 (-15 -2682 (|#2| (-1057 |#1| |#2|)))) (-831) (-13 (-962) (-10 -7 (-6 (-3999 "*"))))) (T -815))
+((-2682 (*1 *2 *3) (-12 (-5 *3 (-1057 *4 *2)) (-14 *4 (-831)) (-4 *2 (-13 (-962) (-10 -7 (-6 (-3999 "*"))))) (-5 *1 (-815 *4 *2)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-2688 (((-1010 |#1|) $) 42 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 20 T ELT)) (-2692 (((-1010 |#1|) $ |#1|) 41 T ELT)) (-2411 (((-85) $) 22 T ELT)) (-2533 (($ $ $) 35 (OR (|has| |#1| (-757)) (|has| |#1| (-320))) ELT)) (-2859 (($ $ $) 36 (OR (|has| |#1| (-757)) (|has| |#1| (-320))) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 30 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3802 ((|#1| $ |#1|) 45 T ELT)) (-2683 (($ (-584 (-584 |#1|))) 43 T ELT)) (-2684 (($ (-584 |#1|)) 44 T ELT)) (-3011 (($ $ $) 27 T ELT)) (-2437 (($ $ $) 26 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2668 (($) 24 T CONST)) (-2568 (((-85) $ $) 37 (OR (|has| |#1| (-757)) (|has| |#1| (-320))) ELT)) (-2569 (((-85) $ $) 39 (OR (|has| |#1| (-757)) (|has| |#1| (-320))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 38 (OR (|has| |#1| (-757)) (|has| |#1| (-320))) ELT)) (-2687 (((-85) $ $) 40 T ELT)) (-3951 (($ $ $) 29 T ELT)) (** (($ $ (-831)) 17 T ELT) (($ $ (-695)) 21 T ELT) (($ $ (-485)) 28 T ELT)) (* (($ $ $) 18 T ELT)))
+(((-816 |#1|) (-113) (-1014)) (T -816))
+((-2684 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-4 *1 (-816 *3)))) (-2683 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-1014)) (-4 *1 (-816 *3)))) (-2688 (*1 *2 *1) (-12 (-4 *1 (-816 *3)) (-4 *3 (-1014)) (-5 *2 (-1010 *3)))) (-2692 (*1 *2 *1 *3) (-12 (-4 *1 (-816 *3)) (-4 *3 (-1014)) (-5 *2 (-1010 *3)))) (-2687 (*1 *2 *1 *1) (-12 (-4 *1 (-816 *3)) (-4 *3 (-1014)) (-5 *2 (-85)))))
+(-13 (-413) (-241 |t#1| |t#1|) (-10 -8 (-15 -2684 ($ (-584 |t#1|))) (-15 -2683 ($ (-584 (-584 |t#1|)))) (-15 -2688 ((-1010 |t#1|) $)) (-15 -2692 ((-1010 |t#1|) $ |t#1|)) (-15 -2687 ((-85) $ $)) (IF (|has| |t#1| (-757)) (-6 (-757)) |%noBranch|) (IF (|has| |t#1| (-320)) (-6 (-757)) |%noBranch|)))
+(((-72) . T) ((-553 (-773)) . T) ((-241 |#1| |#1|) . T) ((-413) . T) ((-13) . T) ((-664) . T) ((-757) OR (|has| |#1| (-757)) (|has| |#1| (-320))) ((-760) OR (|has| |#1| (-757)) (|has| |#1| (-320))) ((-1026) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-2694 (((-584 (-584 (-695))) $) 163 T ELT)) (-2690 (((-584 (-695)) (-814 |#1|) $) 191 T ELT)) (-2689 (((-584 (-695)) (-814 |#1|) $) 192 T ELT)) (-2688 (((-1010 |#1|) $) 155 T ELT)) (-2695 (((-584 (-814 |#1|)) $) 152 T ELT)) (-2996 (((-814 |#1|) $ (-485)) 157 T ELT) (((-814 |#1|) $) 158 T ELT)) (-2693 (($ (-584 (-814 |#1|))) 165 T ELT)) (-3774 (((-695) $) 159 T ELT)) (-2691 (((-1010 (-1010 |#1|)) $) 189 T ELT)) (-2692 (((-1010 |#1|) $ |#1|) 180 T ELT) (((-1010 (-1010 |#1|)) $ (-1010 |#1|)) 201 T ELT) (((-1010 (-584 |#1|)) $ (-584 |#1|)) 204 T ELT)) (-3247 (((-85) (-814 |#1|) $) 140 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2685 (((-1186) $) 145 T ELT) (((-1186) $ (-485) (-485)) 205 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2697 (((-584 (-814 |#1|)) $) 146 T ELT)) (-3802 (((-814 |#1|) $ (-695)) 153 T ELT)) (-3950 (((-695) $) 160 T ELT)) (-3948 (((-773) $) 177 T ELT) (((-584 (-814 |#1|)) $) 28 T ELT) (($ (-584 (-814 |#1|))) 164 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2696 (((-584 |#1|) $) 162 T ELT)) (-3058 (((-85) $ $) 198 T ELT)) (-2686 (((-85) $ $) 195 T ELT)) (-2687 (((-85) $ $) 194 T ELT)))
+(((-817 |#1|) (-13 (-1014) (-10 -8 (-15 -3948 ((-584 (-814 |#1|)) $)) (-15 -2697 ((-584 (-814 |#1|)) $)) (-15 -3802 ((-814 |#1|) $ (-695))) (-15 -2996 ((-814 |#1|) $ (-485))) (-15 -2996 ((-814 |#1|) $)) (-15 -3774 ((-695) $)) (-15 -3950 ((-695) $)) (-15 -2696 ((-584 |#1|) $)) (-15 -2695 ((-584 (-814 |#1|)) $)) (-15 -2694 ((-584 (-584 (-695))) $)) (-15 -3948 ($ (-584 (-814 |#1|)))) (-15 -2693 ($ (-584 (-814 |#1|)))) (-15 -2692 ((-1010 |#1|) $ |#1|)) (-15 -2691 ((-1010 (-1010 |#1|)) $)) (-15 -2692 ((-1010 (-1010 |#1|)) $ (-1010 |#1|))) (-15 -2692 ((-1010 (-584 |#1|)) $ (-584 |#1|))) (-15 -3247 ((-85) (-814 |#1|) $)) (-15 -2690 ((-584 (-695)) (-814 |#1|) $)) (-15 -2689 ((-584 (-695)) (-814 |#1|) $)) (-15 -2688 ((-1010 |#1|) $)) (-15 -2687 ((-85) $ $)) (-15 -2686 ((-85) $ $)) (-15 -2685 ((-1186) $)) (-15 -2685 ((-1186) $ (-485) (-485))))) (-1014)) (T -817))
+((-3948 (*1 *2 *1) (-12 (-5 *2 (-584 (-814 *3))) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-2697 (*1 *2 *1) (-12 (-5 *2 (-584 (-814 *3))) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-3802 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *2 (-814 *4)) (-5 *1 (-817 *4)) (-4 *4 (-1014)))) (-2996 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *2 (-814 *4)) (-5 *1 (-817 *4)) (-4 *4 (-1014)))) (-2996 (*1 *2 *1) (-12 (-5 *2 (-814 *3)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-3774 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-3950 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-2696 (*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-2695 (*1 *2 *1) (-12 (-5 *2 (-584 (-814 *3))) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-2694 (*1 *2 *1) (-12 (-5 *2 (-584 (-584 (-695)))) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-584 (-814 *3))) (-4 *3 (-1014)) (-5 *1 (-817 *3)))) (-2693 (*1 *1 *2) (-12 (-5 *2 (-584 (-814 *3))) (-4 *3 (-1014)) (-5 *1 (-817 *3)))) (-2692 (*1 *2 *1 *3) (-12 (-5 *2 (-1010 *3)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-2691 (*1 *2 *1) (-12 (-5 *2 (-1010 (-1010 *3))) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-2692 (*1 *2 *1 *3) (-12 (-4 *4 (-1014)) (-5 *2 (-1010 (-1010 *4))) (-5 *1 (-817 *4)) (-5 *3 (-1010 *4)))) (-2692 (*1 *2 *1 *3) (-12 (-4 *4 (-1014)) (-5 *2 (-1010 (-584 *4))) (-5 *1 (-817 *4)) (-5 *3 (-584 *4)))) (-3247 (*1 *2 *3 *1) (-12 (-5 *3 (-814 *4)) (-4 *4 (-1014)) (-5 *2 (-85)) (-5 *1 (-817 *4)))) (-2690 (*1 *2 *3 *1) (-12 (-5 *3 (-814 *4)) (-4 *4 (-1014)) (-5 *2 (-584 (-695))) (-5 *1 (-817 *4)))) (-2689 (*1 *2 *3 *1) (-12 (-5 *3 (-814 *4)) (-4 *4 (-1014)) (-5 *2 (-584 (-695))) (-5 *1 (-817 *4)))) (-2688 (*1 *2 *1) (-12 (-5 *2 (-1010 *3)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-2687 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-2686 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-2685 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))) (-2685 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-485)) (-5 *2 (-1186)) (-5 *1 (-817 *4)) (-4 *4 (-1014)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-3934 (((-85) $) NIL T ELT)) (-3931 (((-695)) NIL T ELT)) (-3332 (($ $ (-831)) NIL (|has| $ (-320)) ELT) (($ $) NIL T ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 $ #1#) $) NIL T ELT)) (-3158 (($ $) NIL T ELT)) (-1796 (($ (-1180 $)) NIL T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL T ELT)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-2835 (($) NIL T ELT)) (-1681 (((-85) $) NIL T ELT)) (-1768 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3774 (((-744 (-831)) $) NIL T ELT) (((-831) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2014 (($) NIL (|has| $ (-320)) ELT)) (-2012 (((-85) $) NIL (|has| $ (-320)) ELT)) (-3134 (($ $ (-831)) NIL (|has| $ (-320)) ELT) (($ $) NIL T ELT)) (-3447 (((-633 $) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2015 (((-1086 $) $ (-831)) NIL (|has| $ (-320)) ELT) (((-1086 $) $) NIL T ELT)) (-2011 (((-831) $) NIL T ELT)) (-1628 (((-1086 $) $) NIL (|has| $ (-320)) ELT)) (-1627 (((-3 (-1086 $) #1#) $ $) NIL (|has| $ (-320)) ELT) (((-1086 $) $) NIL (|has| $ (-320)) ELT)) (-1629 (($ $ (-1086 $)) NIL (|has| $ (-320)) ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL T CONST)) (-2401 (($ (-831)) NIL T ELT)) (-3933 (((-85) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($) NIL (|has| $ (-320)) ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-3932 (((-831)) NIL T ELT) (((-744 (-831))) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-1769 (((-3 (-695) #1#) $ $) NIL T ELT) (((-695) $) NIL T ELT)) (-3913 (((-107)) NIL T ELT)) (-3760 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3950 (((-831) $) NIL T ELT) (((-744 (-831)) $) NIL T ELT)) (-3187 (((-1086 $)) NIL T ELT)) (-1675 (($) NIL T ELT)) (-1630 (($) NIL (|has| $ (-320)) ELT)) (-3226 (((-631 $) (-1180 $)) NIL T ELT) (((-1180 $) $) NIL T ELT)) (-3974 (((-485) $) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT)) (-2704 (((-633 $) $) NIL T ELT) (($ $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $) (-831)) NIL T ELT) (((-1180 $)) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3935 (((-85) $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3930 (($ $ (-695)) NIL (|has| $ (-320)) ELT) (($ $) NIL (|has| $ (-320)) ELT)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT)))
+(((-818 |#1|) (-13 (-299) (-280 $) (-554 (-485))) (-831)) (T -818))
+NIL
+((-2699 (((-3 (-584 (-1086 |#4|)) #1="failed") (-584 (-1086 |#4|)) (-1086 |#4|)) 164 T ELT)) (-2702 ((|#1|) 101 T ELT)) (-2701 (((-348 (-1086 |#4|)) (-1086 |#4|)) 173 T ELT)) (-2703 (((-348 (-1086 |#4|)) (-584 |#3|) (-1086 |#4|)) 83 T ELT)) (-2700 (((-348 (-1086 |#4|)) (-1086 |#4|)) 183 T ELT)) (-2698 (((-3 (-584 (-1086 |#4|)) #1#) (-584 (-1086 |#4|)) (-1086 |#4|) |#3|) 117 T ELT)))
+(((-819 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2699 ((-3 (-584 (-1086 |#4|)) #1="failed") (-584 (-1086 |#4|)) (-1086 |#4|))) (-15 -2700 ((-348 (-1086 |#4|)) (-1086 |#4|))) (-15 -2701 ((-348 (-1086 |#4|)) (-1086 |#4|))) (-15 -2702 (|#1|)) (-15 -2698 ((-3 (-584 (-1086 |#4|)) #1#) (-584 (-1086 |#4|)) (-1086 |#4|) |#3|)) (-15 -2703 ((-348 (-1086 |#4|)) (-584 |#3|) (-1086 |#4|)))) (-822) (-718) (-757) (-862 |#1| |#2| |#3|)) (T -819))
+((-2703 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *7)) (-4 *7 (-757)) (-4 *5 (-822)) (-4 *6 (-718)) (-4 *8 (-862 *5 *6 *7)) (-5 *2 (-348 (-1086 *8))) (-5 *1 (-819 *5 *6 *7 *8)) (-5 *4 (-1086 *8)))) (-2698 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-584 (-1086 *7))) (-5 *3 (-1086 *7)) (-4 *7 (-862 *5 *6 *4)) (-4 *5 (-822)) (-4 *6 (-718)) (-4 *4 (-757)) (-5 *1 (-819 *5 *6 *4 *7)))) (-2702 (*1 *2) (-12 (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-822)) (-5 *1 (-819 *2 *3 *4 *5)) (-4 *5 (-862 *2 *3 *4)))) (-2701 (*1 *2 *3) (-12 (-4 *4 (-822)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-862 *4 *5 *6)) (-5 *2 (-348 (-1086 *7))) (-5 *1 (-819 *4 *5 *6 *7)) (-5 *3 (-1086 *7)))) (-2700 (*1 *2 *3) (-12 (-4 *4 (-822)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-862 *4 *5 *6)) (-5 *2 (-348 (-1086 *7))) (-5 *1 (-819 *4 *5 *6 *7)) (-5 *3 (-1086 *7)))) (-2699 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-584 (-1086 *7))) (-5 *3 (-1086 *7)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-822)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-819 *4 *5 *6 *7)))))
+((-2699 (((-3 (-584 (-1086 |#2|)) "failed") (-584 (-1086 |#2|)) (-1086 |#2|)) 39 T ELT)) (-2702 ((|#1|) 71 T ELT)) (-2701 (((-348 (-1086 |#2|)) (-1086 |#2|)) 125 T ELT)) (-2703 (((-348 (-1086 |#2|)) (-1086 |#2|)) 109 T ELT)) (-2700 (((-348 (-1086 |#2|)) (-1086 |#2|)) 136 T ELT)))
+(((-820 |#1| |#2|) (-10 -7 (-15 -2699 ((-3 (-584 (-1086 |#2|)) "failed") (-584 (-1086 |#2|)) (-1086 |#2|))) (-15 -2700 ((-348 (-1086 |#2|)) (-1086 |#2|))) (-15 -2701 ((-348 (-1086 |#2|)) (-1086 |#2|))) (-15 -2702 (|#1|)) (-15 -2703 ((-348 (-1086 |#2|)) (-1086 |#2|)))) (-822) (-1156 |#1|)) (T -820))
+((-2703 (*1 *2 *3) (-12 (-4 *4 (-822)) (-4 *5 (-1156 *4)) (-5 *2 (-348 (-1086 *5))) (-5 *1 (-820 *4 *5)) (-5 *3 (-1086 *5)))) (-2702 (*1 *2) (-12 (-4 *2 (-822)) (-5 *1 (-820 *2 *3)) (-4 *3 (-1156 *2)))) (-2701 (*1 *2 *3) (-12 (-4 *4 (-822)) (-4 *5 (-1156 *4)) (-5 *2 (-348 (-1086 *5))) (-5 *1 (-820 *4 *5)) (-5 *3 (-1086 *5)))) (-2700 (*1 *2 *3) (-12 (-4 *4 (-822)) (-4 *5 (-1156 *4)) (-5 *2 (-348 (-1086 *5))) (-5 *1 (-820 *4 *5)) (-5 *3 (-1086 *5)))) (-2699 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-584 (-1086 *5))) (-5 *3 (-1086 *5)) (-4 *5 (-1156 *4)) (-4 *4 (-822)) (-5 *1 (-820 *4 *5)))))
+((-2706 (((-3 (-584 (-1086 $)) "failed") (-584 (-1086 $)) (-1086 $)) 46 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 18 T ELT)) (-2704 (((-633 $) $) 40 T ELT)))
+(((-821 |#1|) (-10 -7 (-15 -2704 ((-633 |#1|) |#1|)) (-15 -2706 ((-3 (-584 (-1086 |#1|)) "failed") (-584 (-1086 |#1|)) (-1086 |#1|))) (-15 -2710 ((-1086 |#1|) (-1086 |#1|) (-1086 |#1|)))) (-822)) (T -821))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 75 T ELT)) (-3777 (($ $) 66 T ELT)) (-3973 (((-348 $) $) 67 T ELT)) (-2706 (((-3 (-584 (-1086 $)) "failed") (-584 (-1086 $)) (-1086 $)) 72 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3725 (((-85) $) 68 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 73 T ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 74 T ELT)) (-3734 (((-348 $) $) 65 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2705 (((-3 (-1180 $) "failed") (-631 $)) 71 (|has| $ (-118)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT)) (-2704 (((-633 $) $) 70 (|has| $ (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-822) (-113)) (T -822))
+((-2710 (*1 *2 *2 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-822)))) (-2709 (*1 *2 *3) (-12 (-4 *1 (-822)) (-5 *2 (-348 (-1086 *1))) (-5 *3 (-1086 *1)))) (-2708 (*1 *2 *3) (-12 (-4 *1 (-822)) (-5 *2 (-348 (-1086 *1))) (-5 *3 (-1086 *1)))) (-2707 (*1 *2 *3) (-12 (-4 *1 (-822)) (-5 *2 (-348 (-1086 *1))) (-5 *3 (-1086 *1)))) (-2706 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-584 (-1086 *1))) (-5 *3 (-1086 *1)) (-4 *1 (-822)))) (-2705 (*1 *2 *3) (|partial| -12 (-5 *3 (-631 *1)) (-4 *1 (-118)) (-4 *1 (-822)) (-5 *2 (-1180 *1)))) (-2704 (*1 *2 *1) (-12 (-5 *2 (-633 *1)) (-4 *1 (-118)) (-4 *1 (-822)))))
+(-13 (-1135) (-10 -8 (-15 -2709 ((-348 (-1086 $)) (-1086 $))) (-15 -2708 ((-348 (-1086 $)) (-1086 $))) (-15 -2707 ((-348 (-1086 $)) (-1086 $))) (-15 -2710 ((-1086 $) (-1086 $) (-1086 $))) (-15 -2706 ((-3 (-584 (-1086 $)) "failed") (-584 (-1086 $)) (-1086 $))) (IF (|has| $ (-118)) (PROGN (-15 -2705 ((-3 (-1180 $) "failed") (-631 $))) (-15 -2704 ((-633 $) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-246) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-583 $) . T) ((-655 $) . T) ((-664) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) . T))
+((-2712 (((-3 (-2 (|:| -3774 (-695)) (|:| -2384 |#5|)) #1="failed") (-283 |#2| |#3| |#4| |#5|)) 78 T ELT)) (-2711 (((-85) (-283 |#2| |#3| |#4| |#5|)) 17 T ELT)) (-3774 (((-3 (-695) #1#) (-283 |#2| |#3| |#4| |#5|)) 15 T ELT)))
+(((-823 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3774 ((-3 (-695) #1="failed") (-283 |#2| |#3| |#4| |#5|))) (-15 -2711 ((-85) (-283 |#2| |#3| |#4| |#5|))) (-15 -2712 ((-3 (-2 (|:| -3774 (-695)) (|:| -2384 |#5|)) #1#) (-283 |#2| |#3| |#4| |#5|)))) (-13 (-496) (-951 (-485))) (-364 |#1|) (-1156 |#2|) (-1156 (-350 |#3|)) (-291 |#2| |#3| |#4|)) (T -823))
+((-2712 (*1 *2 *3) (|partial| -12 (-5 *3 (-283 *5 *6 *7 *8)) (-4 *5 (-364 *4)) (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6))) (-4 *8 (-291 *5 *6 *7)) (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-2 (|:| -3774 (-695)) (|:| -2384 *8))) (-5 *1 (-823 *4 *5 *6 *7 *8)))) (-2711 (*1 *2 *3) (-12 (-5 *3 (-283 *5 *6 *7 *8)) (-4 *5 (-364 *4)) (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6))) (-4 *8 (-291 *5 *6 *7)) (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-85)) (-5 *1 (-823 *4 *5 *6 *7 *8)))) (-3774 (*1 *2 *3) (|partial| -12 (-5 *3 (-283 *5 *6 *7 *8)) (-4 *5 (-364 *4)) (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6))) (-4 *8 (-291 *5 *6 *7)) (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-695)) (-5 *1 (-823 *4 *5 *6 *7 *8)))))
+((-2712 (((-3 (-2 (|:| -3774 (-695)) (|:| -2384 |#3|)) #1="failed") (-283 (-350 (-485)) |#1| |#2| |#3|)) 64 T ELT)) (-2711 (((-85) (-283 (-350 (-485)) |#1| |#2| |#3|)) 16 T ELT)) (-3774 (((-3 (-695) #1#) (-283 (-350 (-485)) |#1| |#2| |#3|)) 14 T ELT)))
+(((-824 |#1| |#2| |#3|) (-10 -7 (-15 -3774 ((-3 (-695) #1="failed") (-283 (-350 (-485)) |#1| |#2| |#3|))) (-15 -2711 ((-85) (-283 (-350 (-485)) |#1| |#2| |#3|))) (-15 -2712 ((-3 (-2 (|:| -3774 (-695)) (|:| -2384 |#3|)) #1#) (-283 (-350 (-485)) |#1| |#2| |#3|)))) (-1156 (-350 (-485))) (-1156 (-350 |#1|)) (-291 (-350 (-485)) |#1| |#2|)) (T -824))
+((-2712 (*1 *2 *3) (|partial| -12 (-5 *3 (-283 (-350 (-485)) *4 *5 *6)) (-4 *4 (-1156 (-350 (-485)))) (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 (-350 (-485)) *4 *5)) (-5 *2 (-2 (|:| -3774 (-695)) (|:| -2384 *6))) (-5 *1 (-824 *4 *5 *6)))) (-2711 (*1 *2 *3) (-12 (-5 *3 (-283 (-350 (-485)) *4 *5 *6)) (-4 *4 (-1156 (-350 (-485)))) (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 (-350 (-485)) *4 *5)) (-5 *2 (-85)) (-5 *1 (-824 *4 *5 *6)))) (-3774 (*1 *2 *3) (|partial| -12 (-5 *3 (-283 (-350 (-485)) *4 *5 *6)) (-4 *4 (-1156 (-350 (-485)))) (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 (-350 (-485)) *4 *5)) (-5 *2 (-695)) (-5 *1 (-824 *4 *5 *6)))))
+((-2717 ((|#2| |#2|) 26 T ELT)) (-2715 (((-485) (-584 (-2 (|:| |den| (-485)) (|:| |gcdnum| (-485))))) 15 T ELT)) (-2713 (((-831) (-485)) 38 T ELT)) (-2716 (((-485) |#2|) 45 T ELT)) (-2714 (((-485) |#2|) 21 T ELT) (((-2 (|:| |den| (-485)) (|:| |gcdnum| (-485))) |#1|) 20 T ELT)))
+(((-825 |#1| |#2|) (-10 -7 (-15 -2713 ((-831) (-485))) (-15 -2714 ((-2 (|:| |den| (-485)) (|:| |gcdnum| (-485))) |#1|)) (-15 -2714 ((-485) |#2|)) (-15 -2715 ((-485) (-584 (-2 (|:| |den| (-485)) (|:| |gcdnum| (-485)))))) (-15 -2716 ((-485) |#2|)) (-15 -2717 (|#2| |#2|))) (-1156 (-350 (-485))) (-1156 (-350 |#1|))) (T -825))
+((-2717 (*1 *2 *2) (-12 (-4 *3 (-1156 (-350 (-485)))) (-5 *1 (-825 *3 *2)) (-4 *2 (-1156 (-350 *3))))) (-2716 (*1 *2 *3) (-12 (-4 *4 (-1156 (-350 *2))) (-5 *2 (-485)) (-5 *1 (-825 *4 *3)) (-4 *3 (-1156 (-350 *4))))) (-2715 (*1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| |den| (-485)) (|:| |gcdnum| (-485))))) (-4 *4 (-1156 (-350 *2))) (-5 *2 (-485)) (-5 *1 (-825 *4 *5)) (-4 *5 (-1156 (-350 *4))))) (-2714 (*1 *2 *3) (-12 (-4 *4 (-1156 (-350 *2))) (-5 *2 (-485)) (-5 *1 (-825 *4 *3)) (-4 *3 (-1156 (-350 *4))))) (-2714 (*1 *2 *3) (-12 (-4 *3 (-1156 (-350 (-485)))) (-5 *2 (-2 (|:| |den| (-485)) (|:| |gcdnum| (-485)))) (-5 *1 (-825 *3 *4)) (-4 *4 (-1156 (-350 *3))))) (-2713 (*1 *2 *3) (-12 (-5 *3 (-485)) (-4 *4 (-1156 (-350 *3))) (-5 *2 (-831)) (-5 *1 (-825 *4 *5)) (-4 *5 (-1156 (-350 *4))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3131 ((|#1| $) 99 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2566 (($ $ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) 93 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-2725 (($ |#1| (-348 |#1|)) 91 T ELT)) (-2719 (((-1086 |#1|) |#1| |#1|) 52 T ELT)) (-2718 (($ $) 60 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2720 (((-485) $) 96 T ELT)) (-2721 (($ $ (-485)) 98 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-2722 ((|#1| $) 95 T ELT)) (-2723 (((-348 |#1|) $) 94 T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) 92 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-2724 (($ $) 49 T ELT)) (-3948 (((-773) $) 123 T ELT) (($ (-485)) 72 T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#1|) 40 T ELT) (((-350 |#1|) $) 77 T ELT) (($ (-350 (-348 |#1|))) 85 T ELT)) (-3128 (((-695)) 70 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 12 T CONST)) (-3058 (((-85) $ $) 86 T ELT)) (-3951 (($ $ $) NIL T ELT)) (-3839 (($ $) 107 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 48 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 109 T ELT) (($ $ $) 47 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ |#1| $) 108 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-826 |#1|) (-13 (-312) (-38 |#1|) (-10 -8 (-15 -3948 ((-350 |#1|) $)) (-15 -3948 ($ (-350 (-348 |#1|)))) (-15 -2724 ($ $)) (-15 -2723 ((-348 |#1|) $)) (-15 -2722 (|#1| $)) (-15 -2721 ($ $ (-485))) (-15 -2720 ((-485) $)) (-15 -2719 ((-1086 |#1|) |#1| |#1|)) (-15 -2718 ($ $)) (-15 -2725 ($ |#1| (-348 |#1|))) (-15 -3131 (|#1| $)))) (-258)) (T -826))
+((-3948 (*1 *2 *1) (-12 (-5 *2 (-350 *3)) (-5 *1 (-826 *3)) (-4 *3 (-258)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-350 (-348 *3))) (-4 *3 (-258)) (-5 *1 (-826 *3)))) (-2724 (*1 *1 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-258)))) (-2723 (*1 *2 *1) (-12 (-5 *2 (-348 *3)) (-5 *1 (-826 *3)) (-4 *3 (-258)))) (-2722 (*1 *2 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-258)))) (-2721 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-826 *3)) (-4 *3 (-258)))) (-2720 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-826 *3)) (-4 *3 (-258)))) (-2719 (*1 *2 *3 *3) (-12 (-5 *2 (-1086 *3)) (-5 *1 (-826 *3)) (-4 *3 (-258)))) (-2718 (*1 *1 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-258)))) (-2725 (*1 *1 *2 *3) (-12 (-5 *3 (-348 *2)) (-4 *2 (-258)) (-5 *1 (-826 *2)))) (-3131 (*1 *2 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-258)))))
+((-2725 (((-51) (-858 |#1|) (-348 (-858 |#1|)) (-1091)) 17 T ELT) (((-51) (-350 (-858 |#1|)) (-1091)) 18 T ELT)))
+(((-827 |#1|) (-10 -7 (-15 -2725 ((-51) (-350 (-858 |#1|)) (-1091))) (-15 -2725 ((-51) (-858 |#1|) (-348 (-858 |#1|)) (-1091)))) (-13 (-258) (-120))) (T -827))
+((-2725 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-348 (-858 *6))) (-5 *5 (-1091)) (-5 *3 (-858 *6)) (-4 *6 (-13 (-258) (-120))) (-5 *2 (-51)) (-5 *1 (-827 *6)))) (-2725 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-51)) (-5 *1 (-827 *5)))))
+((-2726 ((|#4| (-584 |#4|)) 148 T ELT) (((-1086 |#4|) (-1086 |#4|) (-1086 |#4|)) 85 T ELT) ((|#4| |#4| |#4|) 147 T ELT)) (-3146 (((-1086 |#4|) (-584 (-1086 |#4|))) 141 T ELT) (((-1086 |#4|) (-1086 |#4|) (-1086 |#4|)) 61 T ELT) ((|#4| (-584 |#4|)) 70 T ELT) ((|#4| |#4| |#4|) 108 T ELT)))
+(((-828 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3146 (|#4| |#4| |#4|)) (-15 -3146 (|#4| (-584 |#4|))) (-15 -3146 ((-1086 |#4|) (-1086 |#4|) (-1086 |#4|))) (-15 -3146 ((-1086 |#4|) (-584 (-1086 |#4|)))) (-15 -2726 (|#4| |#4| |#4|)) (-15 -2726 ((-1086 |#4|) (-1086 |#4|) (-1086 |#4|))) (-15 -2726 (|#4| (-584 |#4|)))) (-718) (-757) (-258) (-862 |#3| |#1| |#2|)) (T -828))
+((-2726 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *6 *4 *5)) (-5 *1 (-828 *4 *5 *6 *2)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)))) (-2726 (*1 *2 *2 *2) (-12 (-5 *2 (-1086 *6)) (-4 *6 (-862 *5 *3 *4)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *5 (-258)) (-5 *1 (-828 *3 *4 *5 *6)))) (-2726 (*1 *2 *2 *2) (-12 (-4 *3 (-718)) (-4 *4 (-757)) (-4 *5 (-258)) (-5 *1 (-828 *3 *4 *5 *2)) (-4 *2 (-862 *5 *3 *4)))) (-3146 (*1 *2 *3) (-12 (-5 *3 (-584 (-1086 *7))) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)) (-5 *2 (-1086 *7)) (-5 *1 (-828 *4 *5 *6 *7)) (-4 *7 (-862 *6 *4 *5)))) (-3146 (*1 *2 *2 *2) (-12 (-5 *2 (-1086 *6)) (-4 *6 (-862 *5 *3 *4)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *5 (-258)) (-5 *1 (-828 *3 *4 *5 *6)))) (-3146 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *6 *4 *5)) (-5 *1 (-828 *4 *5 *6 *2)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)))) (-3146 (*1 *2 *2 *2) (-12 (-4 *3 (-718)) (-4 *4 (-757)) (-4 *5 (-258)) (-5 *1 (-828 *3 *4 *5 *2)) (-4 *2 (-862 *5 *3 *4)))))
+((-2739 (((-817 (-485)) (-885)) 38 T ELT) (((-817 (-485)) (-584 (-485))) 34 T ELT)) (-2727 (((-817 (-485)) (-584 (-485))) 66 T ELT) (((-817 (-485)) (-831)) 67 T ELT)) (-2738 (((-817 (-485))) 39 T ELT)) (-2736 (((-817 (-485))) 53 T ELT) (((-817 (-485)) (-584 (-485))) 52 T ELT)) (-2735 (((-817 (-485))) 51 T ELT) (((-817 (-485)) (-584 (-485))) 50 T ELT)) (-2734 (((-817 (-485))) 49 T ELT) (((-817 (-485)) (-584 (-485))) 48 T ELT)) (-2733 (((-817 (-485))) 47 T ELT) (((-817 (-485)) (-584 (-485))) 46 T ELT)) (-2732 (((-817 (-485))) 45 T ELT) (((-817 (-485)) (-584 (-485))) 44 T ELT)) (-2737 (((-817 (-485))) 55 T ELT) (((-817 (-485)) (-584 (-485))) 54 T ELT)) (-2731 (((-817 (-485)) (-584 (-485))) 71 T ELT) (((-817 (-485)) (-831)) 73 T ELT)) (-2730 (((-817 (-485)) (-584 (-485))) 68 T ELT) (((-817 (-485)) (-831)) 69 T ELT)) (-2728 (((-817 (-485)) (-584 (-485))) 64 T ELT) (((-817 (-485)) (-831)) 65 T ELT)) (-2729 (((-817 (-485)) (-584 (-831))) 57 T ELT)))
+(((-829) (-10 -7 (-15 -2727 ((-817 (-485)) (-831))) (-15 -2727 ((-817 (-485)) (-584 (-485)))) (-15 -2728 ((-817 (-485)) (-831))) (-15 -2728 ((-817 (-485)) (-584 (-485)))) (-15 -2729 ((-817 (-485)) (-584 (-831)))) (-15 -2730 ((-817 (-485)) (-831))) (-15 -2730 ((-817 (-485)) (-584 (-485)))) (-15 -2731 ((-817 (-485)) (-831))) (-15 -2731 ((-817 (-485)) (-584 (-485)))) (-15 -2732 ((-817 (-485)) (-584 (-485)))) (-15 -2732 ((-817 (-485)))) (-15 -2733 ((-817 (-485)) (-584 (-485)))) (-15 -2733 ((-817 (-485)))) (-15 -2734 ((-817 (-485)) (-584 (-485)))) (-15 -2734 ((-817 (-485)))) (-15 -2735 ((-817 (-485)) (-584 (-485)))) (-15 -2735 ((-817 (-485)))) (-15 -2736 ((-817 (-485)) (-584 (-485)))) (-15 -2736 ((-817 (-485)))) (-15 -2737 ((-817 (-485)) (-584 (-485)))) (-15 -2737 ((-817 (-485)))) (-15 -2738 ((-817 (-485)))) (-15 -2739 ((-817 (-485)) (-584 (-485)))) (-15 -2739 ((-817 (-485)) (-885))))) (T -829))
+((-2739 (*1 *2 *3) (-12 (-5 *3 (-885)) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2739 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2738 (*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2737 (*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2737 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2736 (*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2736 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2735 (*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2735 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2734 (*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2734 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2733 (*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2733 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2732 (*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2732 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2731 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2731 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2730 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2730 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2729 (*1 *2 *3) (-12 (-5 *3 (-584 (-831))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2728 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2728 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2727 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))) (-2727 (*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+((-2741 (((-584 (-858 |#1|)) (-584 (-858 |#1|)) (-584 (-1091))) 14 T ELT)) (-2740 (((-584 (-858 |#1|)) (-584 (-858 |#1|)) (-584 (-1091))) 13 T ELT)))
+(((-830 |#1|) (-10 -7 (-15 -2740 ((-584 (-858 |#1|)) (-584 (-858 |#1|)) (-584 (-1091)))) (-15 -2741 ((-584 (-858 |#1|)) (-584 (-858 |#1|)) (-584 (-1091))))) (-392)) (T -830))
+((-2741 (*1 *2 *2 *3) (-12 (-5 *2 (-584 (-858 *4))) (-5 *3 (-584 (-1091))) (-4 *4 (-392)) (-5 *1 (-830 *4)))) (-2740 (*1 *2 *2 *3) (-12 (-5 *2 (-584 (-858 *4))) (-5 *3 (-584 (-1091))) (-4 *4 (-392)) (-5 *1 (-830 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ "failed") $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3146 (($ $ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2668 (($) NIL T CONST)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-695)) NIL T ELT) (($ $ (-831)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ $ $) NIL T ELT)))
+(((-831) (-13 (-719) (-664) (-10 -8 (-15 -3146 ($ $ $)) (-6 (-3999 "*"))))) (T -831))
+((-3146 (*1 *1 *1 *1) (-5 *1 (-831))))
+((-695) (|%ilt| 0 |#1|))
+((-3948 (((-265 |#1|) (-417)) 16 T ELT)))
+(((-832 |#1|) (-10 -7 (-15 -3948 ((-265 |#1|) (-417)))) (-496)) (T -832))
+((-3948 (*1 *2 *3) (-12 (-5 *3 (-417)) (-5 *2 (-265 *4)) (-5 *1 (-832 *4)) (-4 *4 (-496)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-833) (-113)) (T -833))
+((-2743 (*1 *2 *3) (-12 (-4 *1 (-833)) (-5 *2 (-2 (|:| -3956 (-584 *1)) (|:| -2410 *1))) (-5 *3 (-584 *1)))) (-2742 (*1 *2 *3 *1) (-12 (-4 *1 (-833)) (-5 *2 (-633 (-584 *1))) (-5 *3 (-584 *1)))))
+(-13 (-392) (-10 -8 (-15 -2743 ((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $))) (-15 -2742 ((-633 (-584 $)) (-584 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-246) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-583 $) . T) ((-655 $) . T) ((-664) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-3107 (((-1086 |#2|) (-584 |#2|) (-584 |#2|)) 17 T ELT) (((-1149 |#1| |#2|) (-1149 |#1| |#2|) (-584 |#2|) (-584 |#2|)) 13 T ELT)))
+(((-834 |#1| |#2|) (-10 -7 (-15 -3107 ((-1149 |#1| |#2|) (-1149 |#1| |#2|) (-584 |#2|) (-584 |#2|))) (-15 -3107 ((-1086 |#2|) (-584 |#2|) (-584 |#2|)))) (-1091) (-312)) (T -834))
+((-3107 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *5)) (-4 *5 (-312)) (-5 *2 (-1086 *5)) (-5 *1 (-834 *4 *5)) (-14 *4 (-1091)))) (-3107 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1149 *4 *5)) (-5 *3 (-584 *5)) (-14 *4 (-1091)) (-4 *5 (-312)) (-5 *1 (-834 *4 *5)))))
+((-2744 ((|#2| (-584 |#1|) (-584 |#1|)) 28 T ELT)))
+(((-835 |#1| |#2|) (-10 -7 (-15 -2744 (|#2| (-584 |#1|) (-584 |#1|)))) (-312) (-1156 |#1|)) (T -835))
+((-2744 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *4)) (-4 *4 (-312)) (-4 *2 (-1156 *4)) (-5 *1 (-835 *4 *2)))))
+((-2746 (((-485) (-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-1074)) 175 T ELT)) (-2765 ((|#4| |#4|) 194 T ELT)) (-2750 (((-584 (-350 (-858 |#1|))) (-584 (-1091))) 146 T ELT)) (-2764 (((-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))) (-631 |#4|) (-584 (-350 (-858 |#1|))) (-584 (-584 |#4|)) (-695) (-695) (-485)) 88 T ELT)) (-2754 (((-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|)))))) (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|)))))) (-584 |#4|)) 69 T ELT)) (-2763 (((-631 |#4|) (-631 |#4|) (-584 |#4|)) 65 T ELT)) (-2747 (((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-1074)) 187 T ELT)) (-2745 (((-485) (-631 |#4|) (-831) (-1074)) 167 T ELT) (((-485) (-631 |#4|) (-584 (-1091)) (-831) (-1074)) 166 T ELT) (((-485) (-631 |#4|) (-584 |#4|) (-831) (-1074)) 165 T ELT) (((-485) (-631 |#4|) (-1074)) 154 T ELT) (((-485) (-631 |#4|) (-584 (-1091)) (-1074)) 153 T ELT) (((-485) (-631 |#4|) (-584 |#4|) (-1074)) 152 T ELT) (((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|) (-831)) 151 T ELT) (((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|) (-584 (-1091)) (-831)) 150 T ELT) (((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|) (-584 |#4|) (-831)) 149 T ELT) (((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|)) 148 T ELT) (((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|) (-584 (-1091))) 147 T ELT) (((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|) (-584 |#4|)) 143 T ELT)) (-2751 ((|#4| (-858 |#1|)) 80 T ELT)) (-2761 (((-85) (-584 |#4|) (-584 (-584 |#4|))) 191 T ELT)) (-2760 (((-584 (-584 (-485))) (-485) (-485)) 161 T ELT)) (-2759 (((-584 (-584 |#4|)) (-584 (-584 |#4|))) 106 T ELT)) (-2758 (((-695) (-584 (-2 (|:| -3110 (-695)) (|:| |eqns| (-584 (-2 (|:| |det| |#4|) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (|:| |fgb| (-584 |#4|))))) 100 T ELT)) (-2757 (((-695) (-584 (-2 (|:| -3110 (-695)) (|:| |eqns| (-584 (-2 (|:| |det| |#4|) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (|:| |fgb| (-584 |#4|))))) 99 T ELT)) (-2766 (((-85) (-584 (-858 |#1|))) 19 T ELT) (((-85) (-584 |#4|)) 15 T ELT)) (-2752 (((-2 (|:| |sysok| (-85)) (|:| |z0| (-584 |#4|)) (|:| |n0| (-584 |#4|))) (-584 |#4|) (-584 |#4|)) 84 T ELT)) (-2756 (((-584 |#4|) |#4|) 57 T ELT)) (-2749 (((-584 (-350 (-858 |#1|))) (-584 |#4|)) 142 T ELT) (((-631 (-350 (-858 |#1|))) (-631 |#4|)) 66 T ELT) (((-350 (-858 |#1|)) |#4|) 139 T ELT)) (-2748 (((-2 (|:| |rgl| (-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|)))))))))) (|:| |rgsz| (-485))) (-631 |#4|) (-584 (-350 (-858 |#1|))) (-695) (-1074) (-485)) 112 T ELT)) (-2753 (((-584 (-2 (|:| -3110 (-695)) (|:| |eqns| (-584 (-2 (|:| |det| |#4|) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (|:| |fgb| (-584 |#4|)))) (-631 |#4|) (-695)) 98 T ELT)) (-2762 (((-584 (-2 (|:| |det| |#4|) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485))))) (-631 |#4|) (-695)) 121 T ELT)) (-2755 (((-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|)))))) (-2 (|:| |mat| (-631 (-350 (-858 |#1|)))) (|:| |vec| (-584 (-350 (-858 |#1|)))) (|:| -3110 (-695)) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485))))) 56 T ELT)))
+(((-836 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2745 ((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|) (-584 |#4|))) (-15 -2745 ((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|) (-584 (-1091)))) (-15 -2745 ((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|))) (-15 -2745 ((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|) (-584 |#4|) (-831))) (-15 -2745 ((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|) (-584 (-1091)) (-831))) (-15 -2745 ((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-631 |#4|) (-831))) (-15 -2745 ((-485) (-631 |#4|) (-584 |#4|) (-1074))) (-15 -2745 ((-485) (-631 |#4|) (-584 (-1091)) (-1074))) (-15 -2745 ((-485) (-631 |#4|) (-1074))) (-15 -2745 ((-485) (-631 |#4|) (-584 |#4|) (-831) (-1074))) (-15 -2745 ((-485) (-631 |#4|) (-584 (-1091)) (-831) (-1074))) (-15 -2745 ((-485) (-631 |#4|) (-831) (-1074))) (-15 -2746 ((-485) (-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-1074))) (-15 -2747 ((-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|))))))))) (-1074))) (-15 -2748 ((-2 (|:| |rgl| (-584 (-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|)))))))))) (|:| |rgsz| (-485))) (-631 |#4|) (-584 (-350 (-858 |#1|))) (-695) (-1074) (-485))) (-15 -2749 ((-350 (-858 |#1|)) |#4|)) (-15 -2749 ((-631 (-350 (-858 |#1|))) (-631 |#4|))) (-15 -2749 ((-584 (-350 (-858 |#1|))) (-584 |#4|))) (-15 -2750 ((-584 (-350 (-858 |#1|))) (-584 (-1091)))) (-15 -2751 (|#4| (-858 |#1|))) (-15 -2752 ((-2 (|:| |sysok| (-85)) (|:| |z0| (-584 |#4|)) (|:| |n0| (-584 |#4|))) (-584 |#4|) (-584 |#4|))) (-15 -2753 ((-584 (-2 (|:| -3110 (-695)) (|:| |eqns| (-584 (-2 (|:| |det| |#4|) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (|:| |fgb| (-584 |#4|)))) (-631 |#4|) (-695))) (-15 -2754 ((-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|)))))) (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|)))))) (-584 |#4|))) (-15 -2755 ((-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|)))))) (-2 (|:| |mat| (-631 (-350 (-858 |#1|)))) (|:| |vec| (-584 (-350 (-858 |#1|)))) (|:| -3110 (-695)) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (-15 -2756 ((-584 |#4|) |#4|)) (-15 -2757 ((-695) (-584 (-2 (|:| -3110 (-695)) (|:| |eqns| (-584 (-2 (|:| |det| |#4|) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (|:| |fgb| (-584 |#4|)))))) (-15 -2758 ((-695) (-584 (-2 (|:| -3110 (-695)) (|:| |eqns| (-584 (-2 (|:| |det| |#4|) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (|:| |fgb| (-584 |#4|)))))) (-15 -2759 ((-584 (-584 |#4|)) (-584 (-584 |#4|)))) (-15 -2760 ((-584 (-584 (-485))) (-485) (-485))) (-15 -2761 ((-85) (-584 |#4|) (-584 (-584 |#4|)))) (-15 -2762 ((-584 (-2 (|:| |det| |#4|) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485))))) (-631 |#4|) (-695))) (-15 -2763 ((-631 |#4|) (-631 |#4|) (-584 |#4|))) (-15 -2764 ((-2 (|:| |eqzro| (-584 |#4|)) (|:| |neqzro| (-584 |#4|)) (|:| |wcond| (-584 (-858 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 |#1|)))) (|:| -2013 (-584 (-1180 (-350 (-858 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))) (-631 |#4|) (-584 (-350 (-858 |#1|))) (-584 (-584 |#4|)) (-695) (-695) (-485))) (-15 -2765 (|#4| |#4|)) (-15 -2766 ((-85) (-584 |#4|))) (-15 -2766 ((-85) (-584 (-858 |#1|))))) (-13 (-258) (-120)) (-13 (-757) (-554 (-1091))) (-718) (-862 |#1| |#3| |#2|)) (T -836))
+((-2766 (*1 *2 *3) (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-85)) (-5 *1 (-836 *4 *5 *6 *7)) (-4 *7 (-862 *4 *6 *5)))) (-2766 (*1 *2 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-85)) (-5 *1 (-836 *4 *5 *6 *7)))) (-2765 (*1 *2 *2) (-12 (-4 *3 (-13 (-258) (-120))) (-4 *4 (-13 (-757) (-554 (-1091)))) (-4 *5 (-718)) (-5 *1 (-836 *3 *4 *5 *2)) (-4 *2 (-862 *3 *5 *4)))) (-2764 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485))))) (-5 *4 (-631 *12)) (-5 *5 (-584 (-350 (-858 *9)))) (-5 *6 (-584 (-584 *12))) (-5 *7 (-695)) (-5 *8 (-485)) (-4 *9 (-13 (-258) (-120))) (-4 *12 (-862 *9 *11 *10)) (-4 *10 (-13 (-757) (-554 (-1091)))) (-4 *11 (-718)) (-5 *2 (-2 (|:| |eqzro| (-584 *12)) (|:| |neqzro| (-584 *12)) (|:| |wcond| (-584 (-858 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 *9)))) (|:| -2013 (-584 (-1180 (-350 (-858 *9))))))))) (-5 *1 (-836 *9 *10 *11 *12)))) (-2763 (*1 *2 *2 *3) (-12 (-5 *2 (-631 *7)) (-5 *3 (-584 *7)) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *1 (-836 *4 *5 *6 *7)))) (-2762 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *8)) (-5 *4 (-695)) (-4 *8 (-862 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718)) (-5 *2 (-584 (-2 (|:| |det| *8) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (-5 *1 (-836 *5 *6 *7 *8)))) (-2761 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-584 *8))) (-5 *3 (-584 *8)) (-4 *8 (-862 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718)) (-5 *2 (-85)) (-5 *1 (-836 *5 *6 *7 *8)))) (-2760 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-584 (-584 (-485)))) (-5 *1 (-836 *4 *5 *6 *7)) (-5 *3 (-485)) (-4 *7 (-862 *4 *6 *5)))) (-2759 (*1 *2 *2) (-12 (-5 *2 (-584 (-584 *6))) (-4 *6 (-862 *3 *5 *4)) (-4 *3 (-13 (-258) (-120))) (-4 *4 (-13 (-757) (-554 (-1091)))) (-4 *5 (-718)) (-5 *1 (-836 *3 *4 *5 *6)))) (-2758 (*1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| -3110 (-695)) (|:| |eqns| (-584 (-2 (|:| |det| *7) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (|:| |fgb| (-584 *7))))) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-695)) (-5 *1 (-836 *4 *5 *6 *7)))) (-2757 (*1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| -3110 (-695)) (|:| |eqns| (-584 (-2 (|:| |det| *7) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (|:| |fgb| (-584 *7))))) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-695)) (-5 *1 (-836 *4 *5 *6 *7)))) (-2756 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-584 *3)) (-5 *1 (-836 *4 *5 *6 *3)) (-4 *3 (-862 *4 *6 *5)))) (-2755 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |mat| (-631 (-350 (-858 *4)))) (|:| |vec| (-584 (-350 (-858 *4)))) (|:| -3110 (-695)) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485))))) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-2 (|:| |partsol| (-1180 (-350 (-858 *4)))) (|:| -2013 (-584 (-1180 (-350 (-858 *4))))))) (-5 *1 (-836 *4 *5 *6 *7)) (-4 *7 (-862 *4 *6 *5)))) (-2754 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1180 (-350 (-858 *4)))) (|:| -2013 (-584 (-1180 (-350 (-858 *4))))))) (-5 *3 (-584 *7)) (-4 *4 (-13 (-258) (-120))) (-4 *7 (-862 *4 *6 *5)) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *1 (-836 *4 *5 *6 *7)))) (-2753 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *8)) (-4 *8 (-862 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718)) (-5 *2 (-584 (-2 (|:| -3110 (-695)) (|:| |eqns| (-584 (-2 (|:| |det| *8) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))) (|:| |fgb| (-584 *8))))) (-5 *1 (-836 *5 *6 *7 *8)) (-5 *4 (-695)))) (-2752 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-4 *7 (-862 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-85)) (|:| |z0| (-584 *7)) (|:| |n0| (-584 *7)))) (-5 *1 (-836 *4 *5 *6 *7)) (-5 *3 (-584 *7)))) (-2751 (*1 *2 *3) (-12 (-5 *3 (-858 *4)) (-4 *4 (-13 (-258) (-120))) (-4 *2 (-862 *4 *6 *5)) (-5 *1 (-836 *4 *5 *6 *2)) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)))) (-2750 (*1 *2 *3) (-12 (-5 *3 (-584 (-1091))) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-584 (-350 (-858 *4)))) (-5 *1 (-836 *4 *5 *6 *7)) (-4 *7 (-862 *4 *6 *5)))) (-2749 (*1 *2 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-584 (-350 (-858 *4)))) (-5 *1 (-836 *4 *5 *6 *7)))) (-2749 (*1 *2 *3) (-12 (-5 *3 (-631 *7)) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-631 (-350 (-858 *4)))) (-5 *1 (-836 *4 *5 *6 *7)))) (-2749 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-350 (-858 *4))) (-5 *1 (-836 *4 *5 *6 *3)) (-4 *3 (-862 *4 *6 *5)))) (-2748 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-631 *11)) (-5 *4 (-584 (-350 (-858 *8)))) (-5 *5 (-695)) (-5 *6 (-1074)) (-4 *8 (-13 (-258) (-120))) (-4 *11 (-862 *8 *10 *9)) (-4 *9 (-13 (-757) (-554 (-1091)))) (-4 *10 (-718)) (-5 *2 (-2 (|:| |rgl| (-584 (-2 (|:| |eqzro| (-584 *11)) (|:| |neqzro| (-584 *11)) (|:| |wcond| (-584 (-858 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 *8)))) (|:| -2013 (-584 (-1180 (-350 (-858 *8)))))))))) (|:| |rgsz| (-485)))) (-5 *1 (-836 *8 *9 *10 *11)) (-5 *7 (-485)))) (-2747 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-584 (-2 (|:| |eqzro| (-584 *7)) (|:| |neqzro| (-584 *7)) (|:| |wcond| (-584 (-858 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 *4)))) (|:| -2013 (-584 (-1180 (-350 (-858 *4)))))))))) (-5 *1 (-836 *4 *5 *6 *7)) (-4 *7 (-862 *4 *6 *5)))) (-2746 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-2 (|:| |eqzro| (-584 *8)) (|:| |neqzro| (-584 *8)) (|:| |wcond| (-584 (-858 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 *5)))) (|:| -2013 (-584 (-1180 (-350 (-858 *5)))))))))) (-5 *4 (-1074)) (-4 *5 (-13 (-258) (-120))) (-4 *8 (-862 *5 *7 *6)) (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718)) (-5 *2 (-485)) (-5 *1 (-836 *5 *6 *7 *8)))) (-2745 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-631 *9)) (-5 *4 (-831)) (-5 *5 (-1074)) (-4 *9 (-862 *6 *8 *7)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-757) (-554 (-1091)))) (-4 *8 (-718)) (-5 *2 (-485)) (-5 *1 (-836 *6 *7 *8 *9)))) (-2745 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-631 *10)) (-5 *4 (-584 (-1091))) (-5 *5 (-831)) (-5 *6 (-1074)) (-4 *10 (-862 *7 *9 *8)) (-4 *7 (-13 (-258) (-120))) (-4 *8 (-13 (-757) (-554 (-1091)))) (-4 *9 (-718)) (-5 *2 (-485)) (-5 *1 (-836 *7 *8 *9 *10)))) (-2745 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-631 *10)) (-5 *4 (-584 *10)) (-5 *5 (-831)) (-5 *6 (-1074)) (-4 *10 (-862 *7 *9 *8)) (-4 *7 (-13 (-258) (-120))) (-4 *8 (-13 (-757) (-554 (-1091)))) (-4 *9 (-718)) (-5 *2 (-485)) (-5 *1 (-836 *7 *8 *9 *10)))) (-2745 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *8)) (-5 *4 (-1074)) (-4 *8 (-862 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718)) (-5 *2 (-485)) (-5 *1 (-836 *5 *6 *7 *8)))) (-2745 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-631 *9)) (-5 *4 (-584 (-1091))) (-5 *5 (-1074)) (-4 *9 (-862 *6 *8 *7)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-757) (-554 (-1091)))) (-4 *8 (-718)) (-5 *2 (-485)) (-5 *1 (-836 *6 *7 *8 *9)))) (-2745 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-631 *9)) (-5 *4 (-584 *9)) (-5 *5 (-1074)) (-4 *9 (-862 *6 *8 *7)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-757) (-554 (-1091)))) (-4 *8 (-718)) (-5 *2 (-485)) (-5 *1 (-836 *6 *7 *8 *9)))) (-2745 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *8)) (-5 *4 (-831)) (-4 *8 (-862 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718)) (-5 *2 (-584 (-2 (|:| |eqzro| (-584 *8)) (|:| |neqzro| (-584 *8)) (|:| |wcond| (-584 (-858 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 *5)))) (|:| -2013 (-584 (-1180 (-350 (-858 *5)))))))))) (-5 *1 (-836 *5 *6 *7 *8)))) (-2745 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-631 *9)) (-5 *4 (-584 (-1091))) (-5 *5 (-831)) (-4 *9 (-862 *6 *8 *7)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-757) (-554 (-1091)))) (-4 *8 (-718)) (-5 *2 (-584 (-2 (|:| |eqzro| (-584 *9)) (|:| |neqzro| (-584 *9)) (|:| |wcond| (-584 (-858 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 *6)))) (|:| -2013 (-584 (-1180 (-350 (-858 *6)))))))))) (-5 *1 (-836 *6 *7 *8 *9)))) (-2745 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-631 *9)) (-5 *5 (-831)) (-4 *9 (-862 *6 *8 *7)) (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-757) (-554 (-1091)))) (-4 *8 (-718)) (-5 *2 (-584 (-2 (|:| |eqzro| (-584 *9)) (|:| |neqzro| (-584 *9)) (|:| |wcond| (-584 (-858 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 *6)))) (|:| -2013 (-584 (-1180 (-350 (-858 *6)))))))))) (-5 *1 (-836 *6 *7 *8 *9)) (-5 *4 (-584 *9)))) (-2745 (*1 *2 *3) (-12 (-5 *3 (-631 *7)) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-584 (-2 (|:| |eqzro| (-584 *7)) (|:| |neqzro| (-584 *7)) (|:| |wcond| (-584 (-858 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 *4)))) (|:| -2013 (-584 (-1180 (-350 (-858 *4)))))))))) (-5 *1 (-836 *4 *5 *6 *7)))) (-2745 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *8)) (-5 *4 (-584 (-1091))) (-4 *8 (-862 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718)) (-5 *2 (-584 (-2 (|:| |eqzro| (-584 *8)) (|:| |neqzro| (-584 *8)) (|:| |wcond| (-584 (-858 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 *5)))) (|:| -2013 (-584 (-1180 (-350 (-858 *5)))))))))) (-5 *1 (-836 *5 *6 *7 *8)))) (-2745 (*1 *2 *3 *4) (-12 (-5 *3 (-631 *8)) (-4 *8 (-862 *5 *7 *6)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718)) (-5 *2 (-584 (-2 (|:| |eqzro| (-584 *8)) (|:| |neqzro| (-584 *8)) (|:| |wcond| (-584 (-858 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1180 (-350 (-858 *5)))) (|:| -2013 (-584 (-1180 (-350 (-858 *5)))))))))) (-5 *1 (-836 *5 *6 *7 *8)) (-5 *4 (-584 *8)))))
+((-3876 (($ $ (-1002 (-179))) 125 T ELT) (($ $ (-1002 (-179)) (-1002 (-179))) 126 T ELT)) (-2898 (((-1002 (-179)) $) 73 T ELT)) (-2899 (((-1002 (-179)) $) 72 T ELT)) (-2790 (((-1002 (-179)) $) 74 T ELT)) (-2771 (((-485) (-485)) 66 T ELT)) (-2775 (((-485) (-485)) 61 T ELT)) (-2773 (((-485) (-485)) 64 T ELT)) (-2769 (((-85) (-85)) 68 T ELT)) (-2772 (((-485)) 65 T ELT)) (-3136 (($ $ (-1002 (-179))) 129 T ELT) (($ $) 130 T ELT)) (-2792 (($ (-1 (-855 (-179)) (-179)) (-1002 (-179))) 148 T ELT) (($ (-1 (-855 (-179)) (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179))) 149 T ELT)) (-2778 (($ (-1 (-179) (-179)) (-1002 (-179))) 156 T ELT) (($ (-1 (-179) (-179))) 160 T ELT)) (-2791 (($ (-1 (-179) (-179)) (-1002 (-179))) 144 T ELT) (($ (-1 (-179) (-179)) (-1002 (-179)) (-1002 (-179))) 145 T ELT) (($ (-584 (-1 (-179) (-179))) (-1002 (-179))) 153 T ELT) (($ (-584 (-1 (-179) (-179))) (-1002 (-179)) (-1002 (-179))) 154 T ELT) (($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1002 (-179))) 146 T ELT) (($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179))) 147 T ELT) (($ $ (-1002 (-179))) 131 T ELT)) (-2777 (((-85) $) 69 T ELT)) (-2768 (((-485)) 70 T ELT)) (-2776 (((-485)) 59 T ELT)) (-2774 (((-485)) 62 T ELT)) (-2900 (((-584 (-584 (-855 (-179)))) $) 35 T ELT)) (-2767 (((-85) (-85)) 71 T ELT)) (-3948 (((-773) $) 174 T ELT)) (-2770 (((-85)) 67 T ELT)))
+(((-837) (-13 (-867) (-10 -8 (-15 -2791 ($ (-1 (-179) (-179)) (-1002 (-179)))) (-15 -2791 ($ (-1 (-179) (-179)) (-1002 (-179)) (-1002 (-179)))) (-15 -2791 ($ (-584 (-1 (-179) (-179))) (-1002 (-179)))) (-15 -2791 ($ (-584 (-1 (-179) (-179))) (-1002 (-179)) (-1002 (-179)))) (-15 -2791 ($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1002 (-179)))) (-15 -2791 ($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179)))) (-15 -2792 ($ (-1 (-855 (-179)) (-179)) (-1002 (-179)))) (-15 -2792 ($ (-1 (-855 (-179)) (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179)))) (-15 -2778 ($ (-1 (-179) (-179)) (-1002 (-179)))) (-15 -2778 ($ (-1 (-179) (-179)))) (-15 -2791 ($ $ (-1002 (-179)))) (-15 -2777 ((-85) $)) (-15 -3876 ($ $ (-1002 (-179)))) (-15 -3876 ($ $ (-1002 (-179)) (-1002 (-179)))) (-15 -3136 ($ $ (-1002 (-179)))) (-15 -3136 ($ $)) (-15 -2790 ((-1002 (-179)) $)) (-15 -2776 ((-485))) (-15 -2775 ((-485) (-485))) (-15 -2774 ((-485))) (-15 -2773 ((-485) (-485))) (-15 -2772 ((-485))) (-15 -2771 ((-485) (-485))) (-15 -2770 ((-85))) (-15 -2769 ((-85) (-85))) (-15 -2768 ((-485))) (-15 -2767 ((-85) (-85)))))) (T -837))
+((-2791 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837)))) (-2791 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837)))) (-2791 (*1 *1 *2 *3) (-12 (-5 *2 (-584 (-1 (-179) (-179)))) (-5 *3 (-1002 (-179))) (-5 *1 (-837)))) (-2791 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-584 (-1 (-179) (-179)))) (-5 *3 (-1002 (-179))) (-5 *1 (-837)))) (-2791 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837)))) (-2791 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837)))) (-2792 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-855 (-179)) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837)))) (-2792 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-855 (-179)) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837)))) (-2778 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837)))) (-2778 (*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *1 (-837)))) (-2791 (*1 *1 *1 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-837)))) (-2777 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-837)))) (-3876 (*1 *1 *1 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-837)))) (-3876 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-837)))) (-3136 (*1 *1 *1 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-837)))) (-3136 (*1 *1 *1) (-5 *1 (-837))) (-2790 (*1 *2 *1) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-837)))) (-2776 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))) (-2775 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))) (-2774 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))) (-2773 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))) (-2772 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))) (-2771 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))) (-2770 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-837)))) (-2769 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-837)))) (-2768 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))) (-2767 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-837)))))
+((-2778 (((-837) |#1| (-1091)) 17 T ELT) (((-837) |#1| (-1091) (-1002 (-179))) 21 T ELT)) (-2791 (((-837) |#1| |#1| (-1091) (-1002 (-179))) 19 T ELT) (((-837) |#1| (-1091) (-1002 (-179))) 15 T ELT)))
+(((-838 |#1|) (-10 -7 (-15 -2791 ((-837) |#1| (-1091) (-1002 (-179)))) (-15 -2791 ((-837) |#1| |#1| (-1091) (-1002 (-179)))) (-15 -2778 ((-837) |#1| (-1091) (-1002 (-179)))) (-15 -2778 ((-837) |#1| (-1091)))) (-554 (-474))) (T -838))
+((-2778 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-5 *2 (-837)) (-5 *1 (-838 *3)) (-4 *3 (-554 (-474))))) (-2778 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1091)) (-5 *5 (-1002 (-179))) (-5 *2 (-837)) (-5 *1 (-838 *3)) (-4 *3 (-554 (-474))))) (-2791 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1091)) (-5 *5 (-1002 (-179))) (-5 *2 (-837)) (-5 *1 (-838 *3)) (-4 *3 (-554 (-474))))) (-2791 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1091)) (-5 *5 (-1002 (-179))) (-5 *2 (-837)) (-5 *1 (-838 *3)) (-4 *3 (-554 (-474))))))
+((-3876 (($ $ (-1002 (-179)) (-1002 (-179)) (-1002 (-179))) 123 T ELT)) (-2897 (((-1002 (-179)) $) 64 T ELT)) (-2898 (((-1002 (-179)) $) 63 T ELT)) (-2899 (((-1002 (-179)) $) 62 T ELT)) (-2789 (((-584 (-584 (-179))) $) 69 T ELT)) (-2790 (((-1002 (-179)) $) 65 T ELT)) (-2783 (((-485) (-485)) 57 T ELT)) (-2787 (((-485) (-485)) 52 T ELT)) (-2785 (((-485) (-485)) 55 T ELT)) (-2781 (((-85) (-85)) 59 T ELT)) (-2784 (((-485)) 56 T ELT)) (-3136 (($ $ (-1002 (-179))) 126 T ELT) (($ $) 127 T ELT)) (-2792 (($ (-1 (-855 (-179)) (-179)) (-1002 (-179))) 133 T ELT) (($ (-1 (-855 (-179)) (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179))) 134 T ELT)) (-2791 (($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1002 (-179))) 140 T ELT) (($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179))) 141 T ELT) (($ $ (-1002 (-179))) 129 T ELT)) (-2780 (((-485)) 60 T ELT)) (-2788 (((-485)) 50 T ELT)) (-2786 (((-485)) 53 T ELT)) (-2900 (((-584 (-584 (-855 (-179)))) $) 157 T ELT)) (-2779 (((-85) (-85)) 61 T ELT)) (-3948 (((-773) $) 155 T ELT)) (-2782 (((-85)) 58 T ELT)))
+(((-839) (-13 (-888) (-10 -8 (-15 -2792 ($ (-1 (-855 (-179)) (-179)) (-1002 (-179)))) (-15 -2792 ($ (-1 (-855 (-179)) (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179)))) (-15 -2791 ($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1002 (-179)))) (-15 -2791 ($ (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1 (-179) (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179)) (-1002 (-179)))) (-15 -2791 ($ $ (-1002 (-179)))) (-15 -3876 ($ $ (-1002 (-179)) (-1002 (-179)) (-1002 (-179)))) (-15 -3136 ($ $ (-1002 (-179)))) (-15 -3136 ($ $)) (-15 -2790 ((-1002 (-179)) $)) (-15 -2789 ((-584 (-584 (-179))) $)) (-15 -2788 ((-485))) (-15 -2787 ((-485) (-485))) (-15 -2786 ((-485))) (-15 -2785 ((-485) (-485))) (-15 -2784 ((-485))) (-15 -2783 ((-485) (-485))) (-15 -2782 ((-85))) (-15 -2781 ((-85) (-85))) (-15 -2780 ((-485))) (-15 -2779 ((-85) (-85)))))) (T -839))
+((-2792 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-855 (-179)) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-839)))) (-2792 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-855 (-179)) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-839)))) (-2791 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-839)))) (-2791 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-839)))) (-2791 (*1 *1 *1 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-839)))) (-3876 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-839)))) (-3136 (*1 *1 *1 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-839)))) (-3136 (*1 *1 *1) (-5 *1 (-839))) (-2790 (*1 *2 *1) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-839)))) (-2789 (*1 *2 *1) (-12 (-5 *2 (-584 (-584 (-179)))) (-5 *1 (-839)))) (-2788 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))) (-2787 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))) (-2786 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))) (-2785 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))) (-2784 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))) (-2783 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))) (-2782 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-839)))) (-2781 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-839)))) (-2780 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))) (-2779 (*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-839)))))
+((-2793 (((-584 (-1002 (-179))) (-584 (-584 (-855 (-179))))) 34 T ELT)))
+(((-840) (-10 -7 (-15 -2793 ((-584 (-1002 (-179))) (-584 (-584 (-855 (-179)))))))) (T -840))
+((-2793 (*1 *2 *3) (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *2 (-584 (-1002 (-179)))) (-5 *1 (-840)))))
+((-2795 (((-265 (-485)) (-1091)) 16 T ELT)) (-2796 (((-265 (-485)) (-1091)) 14 T ELT)) (-3954 (((-265 (-485)) (-1091)) 12 T ELT)) (-2794 (((-265 (-485)) (-1091) (-447)) 19 T ELT)))
+(((-841) (-10 -7 (-15 -2794 ((-265 (-485)) (-1091) (-447))) (-15 -3954 ((-265 (-485)) (-1091))) (-15 -2795 ((-265 (-485)) (-1091))) (-15 -2796 ((-265 (-485)) (-1091))))) (T -841))
+((-2796 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-265 (-485))) (-5 *1 (-841)))) (-2795 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-265 (-485))) (-5 *1 (-841)))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-265 (-485))) (-5 *1 (-841)))) (-2794 (*1 *2 *3 *4) (-12 (-5 *3 (-1091)) (-5 *4 (-447)) (-5 *2 (-265 (-485))) (-5 *1 (-841)))))
+((-2795 ((|#2| |#2|) 28 T ELT)) (-2796 ((|#2| |#2|) 29 T ELT)) (-3954 ((|#2| |#2|) 27 T ELT)) (-2794 ((|#2| |#2| (-447)) 26 T ELT)))
+(((-842 |#1| |#2|) (-10 -7 (-15 -2794 (|#2| |#2| (-447))) (-15 -3954 (|#2| |#2|)) (-15 -2795 (|#2| |#2|)) (-15 -2796 (|#2| |#2|))) (-1014) (-364 |#1|)) (T -842))
+((-2796 (*1 *2 *2) (-12 (-4 *3 (-1014)) (-5 *1 (-842 *3 *2)) (-4 *2 (-364 *3)))) (-2795 (*1 *2 *2) (-12 (-4 *3 (-1014)) (-5 *1 (-842 *3 *2)) (-4 *2 (-364 *3)))) (-3954 (*1 *2 *2) (-12 (-4 *3 (-1014)) (-5 *1 (-842 *3 *2)) (-4 *2 (-364 *3)))) (-2794 (*1 *2 *2 *3) (-12 (-5 *3 (-447)) (-4 *4 (-1014)) (-5 *1 (-842 *4 *2)) (-4 *2 (-364 *4)))))
+((-2798 (((-799 |#1| |#3|) |#2| (-801 |#1|) (-799 |#1| |#3|)) 25 T ELT)) (-2797 (((-1 (-85) |#2|) (-1 (-85) |#3|)) 13 T ELT)))
+(((-843 |#1| |#2| |#3|) (-10 -7 (-15 -2797 ((-1 (-85) |#2|) (-1 (-85) |#3|))) (-15 -2798 ((-799 |#1| |#3|) |#2| (-801 |#1|) (-799 |#1| |#3|)))) (-1014) (-797 |#1|) (-13 (-1014) (-951 |#2|))) (T -843))
+((-2798 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-799 *5 *6)) (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-4 *6 (-13 (-1014) (-951 *3))) (-4 *3 (-797 *5)) (-5 *1 (-843 *5 *3 *6)))) (-2797 (*1 *2 *3) (-12 (-5 *3 (-1 (-85) *6)) (-4 *6 (-13 (-1014) (-951 *5))) (-4 *5 (-797 *4)) (-4 *4 (-1014)) (-5 *2 (-1 (-85) *5)) (-5 *1 (-843 *4 *5 *6)))))
+((-2798 (((-799 |#1| |#3|) |#3| (-801 |#1|) (-799 |#1| |#3|)) 30 T ELT)))
+(((-844 |#1| |#2| |#3|) (-10 -7 (-15 -2798 ((-799 |#1| |#3|) |#3| (-801 |#1|) (-799 |#1| |#3|)))) (-1014) (-13 (-496) (-797 |#1|)) (-13 (-364 |#2|) (-554 (-801 |#1|)) (-797 |#1|) (-951 (-551 $)))) (T -844))
+((-2798 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-799 *5 *3)) (-4 *5 (-1014)) (-4 *3 (-13 (-364 *6) (-554 *4) (-797 *5) (-951 (-551 $)))) (-5 *4 (-801 *5)) (-4 *6 (-13 (-496) (-797 *5))) (-5 *1 (-844 *5 *6 *3)))))
+((-2798 (((-799 (-485) |#1|) |#1| (-801 (-485)) (-799 (-485) |#1|)) 13 T ELT)))
+(((-845 |#1|) (-10 -7 (-15 -2798 ((-799 (-485) |#1|) |#1| (-801 (-485)) (-799 (-485) |#1|)))) (-484)) (T -845))
+((-2798 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-799 (-485) *3)) (-5 *4 (-801 (-485))) (-4 *3 (-484)) (-5 *1 (-845 *3)))))
+((-2798 (((-799 |#1| |#2|) (-551 |#2|) (-801 |#1|) (-799 |#1| |#2|)) 57 T ELT)))
+(((-846 |#1| |#2|) (-10 -7 (-15 -2798 ((-799 |#1| |#2|) (-551 |#2|) (-801 |#1|) (-799 |#1| |#2|)))) (-1014) (-13 (-1014) (-951 (-551 $)) (-554 (-801 |#1|)) (-797 |#1|))) (T -846))
+((-2798 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-799 *5 *6)) (-5 *3 (-551 *6)) (-4 *5 (-1014)) (-4 *6 (-13 (-1014) (-951 (-551 $)) (-554 *4) (-797 *5))) (-5 *4 (-801 *5)) (-5 *1 (-846 *5 *6)))))
+((-2798 (((-796 |#1| |#2| |#3|) |#3| (-801 |#1|) (-796 |#1| |#2| |#3|)) 17 T ELT)))
+(((-847 |#1| |#2| |#3|) (-10 -7 (-15 -2798 ((-796 |#1| |#2| |#3|) |#3| (-801 |#1|) (-796 |#1| |#2| |#3|)))) (-1014) (-797 |#1|) (-609 |#2|)) (T -847))
+((-2798 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-796 *5 *6 *3)) (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-4 *6 (-797 *5)) (-4 *3 (-609 *6)) (-5 *1 (-847 *5 *6 *3)))))
+((-2798 (((-799 |#1| |#5|) |#5| (-801 |#1|) (-799 |#1| |#5|)) 17 (|has| |#3| (-797 |#1|)) ELT) (((-799 |#1| |#5|) |#5| (-801 |#1|) (-799 |#1| |#5|) (-1 (-799 |#1| |#5|) |#3| (-801 |#1|) (-799 |#1| |#5|))) 16 T ELT)))
+(((-848 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2798 ((-799 |#1| |#5|) |#5| (-801 |#1|) (-799 |#1| |#5|) (-1 (-799 |#1| |#5|) |#3| (-801 |#1|) (-799 |#1| |#5|)))) (IF (|has| |#3| (-797 |#1|)) (-15 -2798 ((-799 |#1| |#5|) |#5| (-801 |#1|) (-799 |#1| |#5|))) |%noBranch|)) (-1014) (-718) (-757) (-13 (-962) (-797 |#1|)) (-13 (-862 |#4| |#2| |#3|) (-554 (-801 |#1|)))) (T -848))
+((-2798 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-799 *5 *3)) (-4 *5 (-1014)) (-4 *3 (-13 (-862 *8 *6 *7) (-554 *4))) (-5 *4 (-801 *5)) (-4 *7 (-797 *5)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-13 (-962) (-797 *5))) (-5 *1 (-848 *5 *6 *7 *8 *3)))) (-2798 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-799 *6 *3) *8 (-801 *6) (-799 *6 *3))) (-4 *8 (-757)) (-5 *2 (-799 *6 *3)) (-5 *4 (-801 *6)) (-4 *6 (-1014)) (-4 *3 (-13 (-862 *9 *7 *8) (-554 *4))) (-4 *7 (-718)) (-4 *9 (-13 (-962) (-797 *6))) (-5 *1 (-848 *6 *7 *8 *9 *3)))))
+((-3211 (((-265 (-485)) (-1091) (-584 (-1 (-85) |#1|))) 18 T ELT) (((-265 (-485)) (-1091) (-1 (-85) |#1|)) 15 T ELT)))
+(((-849 |#1|) (-10 -7 (-15 -3211 ((-265 (-485)) (-1091) (-1 (-85) |#1|))) (-15 -3211 ((-265 (-485)) (-1091) (-584 (-1 (-85) |#1|))))) (-1130)) (T -849))
+((-3211 (*1 *2 *3 *4) (-12 (-5 *3 (-1091)) (-5 *4 (-584 (-1 (-85) *5))) (-4 *5 (-1130)) (-5 *2 (-265 (-485))) (-5 *1 (-849 *5)))) (-3211 (*1 *2 *3 *4) (-12 (-5 *3 (-1091)) (-5 *4 (-1 (-85) *5)) (-4 *5 (-1130)) (-5 *2 (-265 (-485))) (-5 *1 (-849 *5)))))
+((-3211 ((|#2| |#2| (-584 (-1 (-85) |#3|))) 12 T ELT) ((|#2| |#2| (-1 (-85) |#3|)) 13 T ELT)))
+(((-850 |#1| |#2| |#3|) (-10 -7 (-15 -3211 (|#2| |#2| (-1 (-85) |#3|))) (-15 -3211 (|#2| |#2| (-584 (-1 (-85) |#3|))))) (-1014) (-364 |#1|) (-1130)) (T -850))
+((-3211 (*1 *2 *2 *3) (-12 (-5 *3 (-584 (-1 (-85) *5))) (-4 *5 (-1130)) (-4 *4 (-1014)) (-5 *1 (-850 *4 *2 *5)) (-4 *2 (-364 *4)))) (-3211 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-85) *5)) (-4 *5 (-1130)) (-4 *4 (-1014)) (-5 *1 (-850 *4 *2 *5)) (-4 *2 (-364 *4)))))
+((-2798 (((-799 |#1| |#3|) |#3| (-801 |#1|) (-799 |#1| |#3|)) 25 T ELT)))
+(((-851 |#1| |#2| |#3|) (-10 -7 (-15 -2798 ((-799 |#1| |#3|) |#3| (-801 |#1|) (-799 |#1| |#3|)))) (-1014) (-13 (-496) (-797 |#1|) (-554 (-801 |#1|))) (-905 |#2|)) (T -851))
+((-2798 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-799 *5 *3)) (-4 *5 (-1014)) (-4 *3 (-905 *6)) (-4 *6 (-13 (-496) (-797 *5) (-554 *4))) (-5 *4 (-801 *5)) (-5 *1 (-851 *5 *6 *3)))))
+((-2798 (((-799 |#1| (-1091)) (-1091) (-801 |#1|) (-799 |#1| (-1091))) 18 T ELT)))
+(((-852 |#1|) (-10 -7 (-15 -2798 ((-799 |#1| (-1091)) (-1091) (-801 |#1|) (-799 |#1| (-1091))))) (-1014)) (T -852))
+((-2798 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-799 *5 (-1091))) (-5 *3 (-1091)) (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-5 *1 (-852 *5)))))
+((-2799 (((-799 |#1| |#3|) (-584 |#3|) (-584 (-801 |#1|)) (-799 |#1| |#3|) (-1 (-799 |#1| |#3|) |#3| (-801 |#1|) (-799 |#1| |#3|))) 34 T ELT)) (-2798 (((-799 |#1| |#3|) (-584 |#3|) (-584 (-801 |#1|)) (-1 |#3| (-584 |#3|)) (-799 |#1| |#3|) (-1 (-799 |#1| |#3|) |#3| (-801 |#1|) (-799 |#1| |#3|))) 33 T ELT)))
+(((-853 |#1| |#2| |#3|) (-10 -7 (-15 -2798 ((-799 |#1| |#3|) (-584 |#3|) (-584 (-801 |#1|)) (-1 |#3| (-584 |#3|)) (-799 |#1| |#3|) (-1 (-799 |#1| |#3|) |#3| (-801 |#1|) (-799 |#1| |#3|)))) (-15 -2799 ((-799 |#1| |#3|) (-584 |#3|) (-584 (-801 |#1|)) (-799 |#1| |#3|) (-1 (-799 |#1| |#3|) |#3| (-801 |#1|) (-799 |#1| |#3|))))) (-1014) (-962) (-13 (-962) (-554 (-801 |#1|)) (-951 |#2|))) (T -853))
+((-2799 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 (-801 *6))) (-5 *5 (-1 (-799 *6 *8) *8 (-801 *6) (-799 *6 *8))) (-4 *6 (-1014)) (-4 *8 (-13 (-962) (-554 (-801 *6)) (-951 *7))) (-5 *2 (-799 *6 *8)) (-4 *7 (-962)) (-5 *1 (-853 *6 *7 *8)))) (-2798 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-584 (-801 *7))) (-5 *5 (-1 *9 (-584 *9))) (-5 *6 (-1 (-799 *7 *9) *9 (-801 *7) (-799 *7 *9))) (-4 *7 (-1014)) (-4 *9 (-13 (-962) (-554 (-801 *7)) (-951 *8))) (-5 *2 (-799 *7 *9)) (-5 *3 (-584 *9)) (-4 *8 (-962)) (-5 *1 (-853 *7 *8 *9)))))
+((-2807 (((-1086 (-350 (-485))) (-485)) 80 T ELT)) (-2806 (((-1086 (-485)) (-485)) 83 T ELT)) (-3336 (((-1086 (-485)) (-485)) 77 T ELT)) (-2805 (((-485) (-1086 (-485))) 73 T ELT)) (-2804 (((-1086 (-350 (-485))) (-485)) 66 T ELT)) (-2803 (((-1086 (-485)) (-485)) 49 T ELT)) (-2802 (((-1086 (-485)) (-485)) 85 T ELT)) (-2801 (((-1086 (-485)) (-485)) 84 T ELT)) (-2800 (((-1086 (-350 (-485))) (-485)) 68 T ELT)))
+(((-854) (-10 -7 (-15 -2800 ((-1086 (-350 (-485))) (-485))) (-15 -2801 ((-1086 (-485)) (-485))) (-15 -2802 ((-1086 (-485)) (-485))) (-15 -2803 ((-1086 (-485)) (-485))) (-15 -2804 ((-1086 (-350 (-485))) (-485))) (-15 -2805 ((-485) (-1086 (-485)))) (-15 -3336 ((-1086 (-485)) (-485))) (-15 -2806 ((-1086 (-485)) (-485))) (-15 -2807 ((-1086 (-350 (-485))) (-485))))) (T -854))
+((-2807 (*1 *2 *3) (-12 (-5 *2 (-1086 (-350 (-485)))) (-5 *1 (-854)) (-5 *3 (-485)))) (-2806 (*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-854)) (-5 *3 (-485)))) (-3336 (*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-854)) (-5 *3 (-485)))) (-2805 (*1 *2 *3) (-12 (-5 *3 (-1086 (-485))) (-5 *2 (-485)) (-5 *1 (-854)))) (-2804 (*1 *2 *3) (-12 (-5 *2 (-1086 (-350 (-485)))) (-5 *1 (-854)) (-5 *3 (-485)))) (-2803 (*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-854)) (-5 *3 (-485)))) (-2802 (*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-854)) (-5 *3 (-485)))) (-2801 (*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-854)) (-5 *3 (-485)))) (-2800 (*1 *2 *3) (-12 (-5 *2 (-1086 (-350 (-485)))) (-5 *1 (-854)) (-5 *3 (-485)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3840 (($ (-695)) NIL (|has| |#1| (-23)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1036 |#1|)) (|has| |#1| (-757))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-757)) ELT)) (-3790 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1577 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) NIL T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) NIL T ELT) (((-485) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) NIL (|has| |#1| (-72)) ELT)) (-3708 (($ (-584 |#1|)) 9 T ELT)) (-3837 (((-631 |#1|) $ $) NIL (|has| |#1| (-962)) ELT)) (-3616 (($ (-695) |#1|) NIL T ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3834 ((|#1| $) NIL (-12 (|has| |#1| (-916)) (|has| |#1| (-962))) ELT)) (-3835 ((|#1| $) NIL (-12 (|has| |#1| (-916)) (|has| |#1| (-962))) ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-2305 (($ |#1| $ (-485)) NIL T ELT) (($ $ $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2200 (($ $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3771 (($ $ (-584 |#1|)) 25 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ (-485) |#1|) NIL T ELT) ((|#1| $ (-485)) 18 T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-3838 ((|#1| $ $) NIL (|has| |#1| (-962)) ELT)) (-3913 (((-831) $) 13 T ELT)) (-2306 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-3836 (($ $ $) 23 T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT) (($ (-584 |#1|)) 14 T ELT)) (-3532 (($ (-584 |#1|)) NIL T ELT)) (-3804 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) 24 T ELT) (($ (-584 $)) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3839 (($ $) NIL (|has| |#1| (-21)) ELT) (($ $ $) NIL (|has| |#1| (-21)) ELT)) (-3841 (($ $ $) NIL (|has| |#1| (-25)) ELT)) (* (($ (-485) $) NIL (|has| |#1| (-21)) ELT) (($ |#1| $) NIL (|has| |#1| (-664)) ELT) (($ $ |#1|) NIL (|has| |#1| (-664)) ELT)) (-3959 (((-695) $) 11 T ELT)))
+(((-855 |#1|) (-894 |#1|) (-962)) (T -855))
+NIL
+((-2810 (((-421 |#1| |#2|) (-858 |#2|)) 22 T ELT)) (-2813 (((-206 |#1| |#2|) (-858 |#2|)) 35 T ELT)) (-2811 (((-858 |#2|) (-421 |#1| |#2|)) 27 T ELT)) (-2809 (((-206 |#1| |#2|) (-421 |#1| |#2|)) 57 T ELT)) (-2812 (((-858 |#2|) (-206 |#1| |#2|)) 32 T ELT)) (-2808 (((-421 |#1| |#2|) (-206 |#1| |#2|)) 48 T ELT)))
+(((-856 |#1| |#2|) (-10 -7 (-15 -2808 ((-421 |#1| |#2|) (-206 |#1| |#2|))) (-15 -2809 ((-206 |#1| |#2|) (-421 |#1| |#2|))) (-15 -2810 ((-421 |#1| |#2|) (-858 |#2|))) (-15 -2811 ((-858 |#2|) (-421 |#1| |#2|))) (-15 -2812 ((-858 |#2|) (-206 |#1| |#2|))) (-15 -2813 ((-206 |#1| |#2|) (-858 |#2|)))) (-584 (-1091)) (-962)) (T -856))
+((-2813 (*1 *2 *3) (-12 (-5 *3 (-858 *5)) (-4 *5 (-962)) (-5 *2 (-206 *4 *5)) (-5 *1 (-856 *4 *5)) (-14 *4 (-584 (-1091))))) (-2812 (*1 *2 *3) (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-962)) (-5 *2 (-858 *5)) (-5 *1 (-856 *4 *5)))) (-2811 (*1 *2 *3) (-12 (-5 *3 (-421 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-962)) (-5 *2 (-858 *5)) (-5 *1 (-856 *4 *5)))) (-2810 (*1 *2 *3) (-12 (-5 *3 (-858 *5)) (-4 *5 (-962)) (-5 *2 (-421 *4 *5)) (-5 *1 (-856 *4 *5)) (-14 *4 (-584 (-1091))))) (-2809 (*1 *2 *3) (-12 (-5 *3 (-421 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-962)) (-5 *2 (-206 *4 *5)) (-5 *1 (-856 *4 *5)))) (-2808 (*1 *2 *3) (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-962)) (-5 *2 (-421 *4 *5)) (-5 *1 (-856 *4 *5)))))
+((-2814 (((-584 |#2|) |#2| |#2|) 10 T ELT)) (-2817 (((-695) (-584 |#1|)) 47 (|has| |#1| (-756)) ELT)) (-2815 (((-584 |#2|) |#2|) 11 T ELT)) (-2818 (((-695) (-584 |#1|) (-485) (-485)) 45 (|has| |#1| (-756)) ELT)) (-2816 ((|#1| |#2|) 37 (|has| |#1| (-756)) ELT)))
+(((-857 |#1| |#2|) (-10 -7 (-15 -2814 ((-584 |#2|) |#2| |#2|)) (-15 -2815 ((-584 |#2|) |#2|)) (IF (|has| |#1| (-756)) (PROGN (-15 -2816 (|#1| |#2|)) (-15 -2817 ((-695) (-584 |#1|))) (-15 -2818 ((-695) (-584 |#1|) (-485) (-485)))) |%noBranch|)) (-312) (-1156 |#1|)) (T -857))
+((-2818 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-584 *5)) (-5 *4 (-485)) (-4 *5 (-756)) (-4 *5 (-312)) (-5 *2 (-695)) (-5 *1 (-857 *5 *6)) (-4 *6 (-1156 *5)))) (-2817 (*1 *2 *3) (-12 (-5 *3 (-584 *4)) (-4 *4 (-756)) (-4 *4 (-312)) (-5 *2 (-695)) (-5 *1 (-857 *4 *5)) (-4 *5 (-1156 *4)))) (-2816 (*1 *2 *3) (-12 (-4 *2 (-312)) (-4 *2 (-756)) (-5 *1 (-857 *2 *3)) (-4 *3 (-1156 *2)))) (-2815 (*1 *2 *3) (-12 (-4 *4 (-312)) (-5 *2 (-584 *3)) (-5 *1 (-857 *4 *3)) (-4 *3 (-1156 *4)))) (-2814 (*1 *2 *3 *3) (-12 (-4 *4 (-312)) (-5 *2 (-584 *3)) (-5 *1 (-857 *4 *3)) (-4 *3 (-1156 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 (-1091)) $) 16 T ELT)) (-3085 (((-1086 $) $ (-1091)) 21 T ELT) (((-1086 |#1|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-1091))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) 8 T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-1091) #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-1091) $) NIL T ELT)) (-3758 (($ $ $ (-1091)) NIL (|has| |#1| (-146)) ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ (-1091)) NIL (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-822)) ELT)) (-1625 (($ $ |#1| (-470 (-1091)) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-1091) (-797 (-330))) (|has| |#1| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-1091) (-797 (-485))) (|has| |#1| (-797 (-485)))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3086 (($ (-1086 |#1|) (-1091)) NIL T ELT) (($ (-1086 $) (-1091)) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-470 (-1091))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-1091)) NIL T ELT)) (-2822 (((-470 (-1091)) $) NIL T ELT) (((-695) $ (-1091)) NIL T ELT) (((-584 (-695)) $ (-584 (-1091))) NIL T ELT)) (-1626 (($ (-1 (-470 (-1091)) (-470 (-1091))) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3084 (((-3 (-1091) #1#) $) 19 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-1091)) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3814 (($ $ (-1091)) 29 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-822)) ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-1091) |#1|) NIL T ELT) (($ $ (-584 (-1091)) (-584 |#1|)) NIL T ELT) (($ $ (-1091) $) NIL T ELT) (($ $ (-584 (-1091)) (-584 $)) NIL T ELT)) (-3759 (($ $ (-1091)) NIL (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091)) NIL T ELT)) (-3950 (((-470 (-1091)) $) NIL T ELT) (((-695) $ (-1091)) NIL T ELT) (((-584 (-695)) $ (-584 (-1091))) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-1091) (-554 (-801 (-330)))) (|has| |#1| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-1091) (-554 (-801 (-485)))) (|has| |#1| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-1091) (-554 (-474))) (|has| |#1| (-554 (-474)))) ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ (-1091)) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) 25 T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1091)) 27 T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-470 (-1091))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-858 |#1|) (-13 (-862 |#1| (-470 (-1091)) (-1091)) (-10 -8 (IF (|has| |#1| (-38 (-350 (-485)))) (-15 -3814 ($ $ (-1091))) |%noBranch|))) (-962)) (T -858))
+((-3814 (*1 *1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-858 *3)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)))))
+((-3960 (((-858 |#2|) (-1 |#2| |#1|) (-858 |#1|)) 19 T ELT)))
+(((-859 |#1| |#2|) (-10 -7 (-15 -3960 ((-858 |#2|) (-1 |#2| |#1|) (-858 |#1|)))) (-962) (-962)) (T -859))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-858 *5)) (-4 *5 (-962)) (-4 *6 (-962)) (-5 *2 (-858 *6)) (-5 *1 (-859 *5 *6)))))
+((-3085 (((-1149 |#1| (-858 |#2|)) (-858 |#2|) (-1177 |#1|)) 18 T ELT)))
+(((-860 |#1| |#2|) (-10 -7 (-15 -3085 ((-1149 |#1| (-858 |#2|)) (-858 |#2|) (-1177 |#1|)))) (-1091) (-962)) (T -860))
+((-3085 (*1 *2 *3 *4) (-12 (-5 *4 (-1177 *5)) (-14 *5 (-1091)) (-4 *6 (-962)) (-5 *2 (-1149 *5 (-858 *6))) (-5 *1 (-860 *5 *6)) (-5 *3 (-858 *6)))))
+((-2821 (((-695) $) 88 T ELT) (((-695) $ (-584 |#4|)) 93 T ELT)) (-3777 (($ $) 214 T ELT)) (-3973 (((-348 $) $) 206 T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1="failed") (-584 (-1086 $)) (-1086 $)) 141 T ELT)) (-3159 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 (-485) #1#) $) NIL T ELT) (((-3 |#4| #1#) $) 74 T ELT)) (-3158 ((|#2| $) NIL T ELT) (((-350 (-485)) $) NIL T ELT) (((-485) $) NIL T ELT) ((|#4| $) 73 T ELT)) (-3758 (($ $ $ |#4|) 95 T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL T ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) 131 T ELT) (((-631 |#2|) (-631 $)) 121 T ELT)) (-3505 (($ $) 221 T ELT) (($ $ |#4|) 224 T ELT)) (-2820 (((-584 $) $) 77 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 240 T ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 233 T ELT)) (-2823 (((-584 $) $) 34 T ELT)) (-2895 (($ |#2| |#3|) NIL T ELT) (($ $ |#4| (-695)) NIL T ELT) (($ $ (-584 |#4|) (-584 (-695))) 71 T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ |#4|) 203 T ELT)) (-2825 (((-3 (-584 $) #1#) $) 52 T ELT)) (-2824 (((-3 (-584 $) #1#) $) 39 T ELT)) (-2826 (((-3 (-2 (|:| |var| |#4|) (|:| -2402 (-695))) #1#) $) 57 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 134 T ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 147 T ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 145 T ELT)) (-3734 (((-348 $) $) 165 T ELT)) (-3770 (($ $ (-584 (-249 $))) 24 T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ |#4| |#2|) NIL T ELT) (($ $ (-584 |#4|) (-584 |#2|)) NIL T ELT) (($ $ |#4| $) NIL T ELT) (($ $ (-584 |#4|) (-584 $)) NIL T ELT)) (-3759 (($ $ |#4|) 97 T ELT)) (-3974 (((-801 (-330)) $) 254 T ELT) (((-801 (-485)) $) 247 T ELT) (((-474) $) 262 T ELT)) (-2819 ((|#2| $) NIL T ELT) (($ $ |#4|) 216 T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) 185 T ELT)) (-3679 ((|#2| $ |#3|) NIL T ELT) (($ $ |#4| (-695)) 62 T ELT) (($ $ (-584 |#4|) (-584 (-695))) 69 T ELT)) (-2704 (((-633 $) $) 195 T ELT)) (-1266 (((-85) $ $) 227 T ELT)))
+(((-861 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2710 ((-1086 |#1|) (-1086 |#1|) (-1086 |#1|))) (-15 -3973 ((-348 |#1|) |#1|)) (-15 -3777 (|#1| |#1|)) (-15 -2704 ((-633 |#1|) |#1|)) (-15 -3974 ((-474) |#1|)) (-15 -3974 ((-801 (-485)) |#1|)) (-15 -3974 ((-801 (-330)) |#1|)) (-15 -2798 ((-799 (-485) |#1|) |#1| (-801 (-485)) (-799 (-485) |#1|))) (-15 -2798 ((-799 (-330) |#1|) |#1| (-801 (-330)) (-799 (-330) |#1|))) (-15 -3734 ((-348 |#1|) |#1|)) (-15 -2708 ((-348 (-1086 |#1|)) (-1086 |#1|))) (-15 -2707 ((-348 (-1086 |#1|)) (-1086 |#1|))) (-15 -2706 ((-3 (-584 (-1086 |#1|)) #1="failed") (-584 (-1086 |#1|)) (-1086 |#1|))) (-15 -2705 ((-3 (-1180 |#1|) #1#) (-631 |#1|))) (-15 -3505 (|#1| |#1| |#4|)) (-15 -2819 (|#1| |#1| |#4|)) (-15 -3759 (|#1| |#1| |#4|)) (-15 -3758 (|#1| |#1| |#1| |#4|)) (-15 -2820 ((-584 |#1|) |#1|)) (-15 -2821 ((-695) |#1| (-584 |#4|))) (-15 -2821 ((-695) |#1|)) (-15 -2826 ((-3 (-2 (|:| |var| |#4|) (|:| -2402 (-695))) #1#) |#1|)) (-15 -2825 ((-3 (-584 |#1|) #1#) |#1|)) (-15 -2824 ((-3 (-584 |#1|) #1#) |#1|)) (-15 -2895 (|#1| |#1| (-584 |#4|) (-584 (-695)))) (-15 -2895 (|#1| |#1| |#4| (-695))) (-15 -3765 ((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1| |#4|)) (-15 -2823 ((-584 |#1|) |#1|)) (-15 -3679 (|#1| |#1| (-584 |#4|) (-584 (-695)))) (-15 -3679 (|#1| |#1| |#4| (-695))) (-15 -2280 ((-631 |#2|) (-631 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 |#1|) (-1180 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 |#1|) (-1180 |#1|))) (-15 -2280 ((-631 (-485)) (-631 |#1|))) (-15 -3159 ((-3 |#4| #1#) |#1|)) (-15 -3158 (|#4| |#1|)) (-15 -3770 (|#1| |#1| (-584 |#4|) (-584 |#1|))) (-15 -3770 (|#1| |#1| |#4| |#1|)) (-15 -3770 (|#1| |#1| (-584 |#4|) (-584 |#2|))) (-15 -3770 (|#1| |#1| |#4| |#2|)) (-15 -3770 (|#1| |#1| (-584 |#1|) (-584 |#1|))) (-15 -3770 (|#1| |#1| |#1| |#1|)) (-15 -3770 (|#1| |#1| (-249 |#1|))) (-15 -3770 (|#1| |#1| (-584 (-249 |#1|)))) (-15 -2895 (|#1| |#2| |#3|)) (-15 -3679 (|#2| |#1| |#3|)) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -2819 (|#2| |#1|)) (-15 -3505 (|#1| |#1|)) (-15 -1266 ((-85) |#1| |#1|))) (-862 |#2| |#3| |#4|) (-962) (-718) (-757)) (T -861))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3083 (((-584 |#3|) $) 123 T ELT)) (-3085 (((-1086 $) $ |#3|) 138 T ELT) (((-1086 |#1|) $) 137 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 100 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 101 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 103 (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) 125 T ELT) (((-695) $ (-584 |#3|)) 124 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 113 (|has| |#1| (-822)) ELT)) (-3777 (($ $) 111 (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) 110 (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1="failed") (-584 (-1086 $)) (-1086 $)) 116 (|has| |#1| (-822)) ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#1| #2="failed") $) 181 T ELT) (((-3 (-350 (-485)) #2#) $) 178 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #2#) $) 176 (|has| |#1| (-951 (-485))) ELT) (((-3 |#3| #2#) $) 153 T ELT)) (-3158 ((|#1| $) 180 T ELT) (((-350 (-485)) $) 179 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) 177 (|has| |#1| (-951 (-485))) ELT) ((|#3| $) 154 T ELT)) (-3758 (($ $ $ |#3|) 121 (|has| |#1| (-146)) ELT)) (-3961 (($ $) 171 T ELT)) (-2280 (((-631 (-485)) (-631 $)) 149 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 148 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 147 T ELT) (((-631 |#1|) (-631 $)) 146 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3505 (($ $) 193 (|has| |#1| (-392)) ELT) (($ $ |#3|) 118 (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) 122 T ELT)) (-3725 (((-85) $) 109 (|has| |#1| (-822)) ELT)) (-1625 (($ $ |#1| |#2| $) 189 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 97 (-12 (|has| |#3| (-797 (-330))) (|has| |#1| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 96 (-12 (|has| |#3| (-797 (-485))) (|has| |#1| (-797 (-485)))) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2421 (((-695) $) 186 T ELT)) (-3086 (($ (-1086 |#1|) |#3|) 130 T ELT) (($ (-1086 $) |#3|) 129 T ELT)) (-2823 (((-584 $) $) 139 T ELT)) (-3939 (((-85) $) 169 T ELT)) (-2895 (($ |#1| |#2|) 170 T ELT) (($ $ |#3| (-695)) 132 T ELT) (($ $ (-584 |#3|) (-584 (-695))) 131 T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ |#3|) 133 T ELT)) (-2822 ((|#2| $) 187 T ELT) (((-695) $ |#3|) 135 T ELT) (((-584 (-695)) $ (-584 |#3|)) 134 T ELT)) (-1626 (($ (-1 |#2| |#2|) $) 188 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 168 T ELT)) (-3084 (((-3 |#3| "failed") $) 136 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 151 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 150 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 145 T ELT) (((-631 |#1|) (-1180 $)) 144 T ELT)) (-2896 (($ $) 166 T ELT)) (-3176 ((|#1| $) 165 T ELT)) (-1895 (($ (-584 $)) 107 (|has| |#1| (-392)) ELT) (($ $ $) 106 (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2825 (((-3 (-584 $) "failed") $) 127 T ELT)) (-2824 (((-3 (-584 $) "failed") $) 128 T ELT)) (-2826 (((-3 (-2 (|:| |var| |#3|) (|:| -2402 (-695))) "failed") $) 126 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1801 (((-85) $) 183 T ELT)) (-1800 ((|#1| $) 184 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 108 (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) 105 (|has| |#1| (-392)) ELT) (($ $ $) 104 (|has| |#1| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 115 (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 114 (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) 112 (|has| |#1| (-822)) ELT)) (-3468 (((-3 $ "failed") $ |#1|) 191 (|has| |#1| (-496)) ELT) (((-3 $ "failed") $ $) 99 (|has| |#1| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) 162 T ELT) (($ $ (-249 $)) 161 T ELT) (($ $ $ $) 160 T ELT) (($ $ (-584 $) (-584 $)) 159 T ELT) (($ $ |#3| |#1|) 158 T ELT) (($ $ (-584 |#3|) (-584 |#1|)) 157 T ELT) (($ $ |#3| $) 156 T ELT) (($ $ (-584 |#3|) (-584 $)) 155 T ELT)) (-3759 (($ $ |#3|) 120 (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 |#3|) (-584 (-695))) 52 T ELT) (($ $ |#3| (-695)) 51 T ELT) (($ $ (-584 |#3|)) 50 T ELT) (($ $ |#3|) 48 T ELT)) (-3950 ((|#2| $) 167 T ELT) (((-695) $ |#3|) 143 T ELT) (((-584 (-695)) $ (-584 |#3|)) 142 T ELT)) (-3974 (((-801 (-330)) $) 95 (-12 (|has| |#3| (-554 (-801 (-330)))) (|has| |#1| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) 94 (-12 (|has| |#3| (-554 (-801 (-485)))) (|has| |#1| (-554 (-801 (-485))))) ELT) (((-474) $) 93 (-12 (|has| |#3| (-554 (-474))) (|has| |#1| (-554 (-474)))) ELT)) (-2819 ((|#1| $) 192 (|has| |#1| (-392)) ELT) (($ $ |#3|) 119 (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) 117 (-2564 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 182 T ELT) (($ |#3|) 152 T ELT) (($ $) 98 (|has| |#1| (-496)) ELT) (($ (-350 (-485))) 91 (OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-38 (-350 (-485))))) ELT)) (-3819 (((-584 |#1|) $) 185 T ELT)) (-3679 ((|#1| $ |#2|) 172 T ELT) (($ $ |#3| (-695)) 141 T ELT) (($ $ (-584 |#3|) (-584 (-695))) 140 T ELT)) (-2704 (((-633 $) $) 92 (OR (-2564 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) 40 T CONST)) (-1624 (($ $ $ (-695)) 190 (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 102 (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-584 |#3|) (-584 (-695))) 55 T ELT) (($ $ |#3| (-695)) 54 T ELT) (($ $ (-584 |#3|)) 53 T ELT) (($ $ |#3|) 49 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 173 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 175 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) 174 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 164 T ELT) (($ $ |#1|) 163 T ELT)))
+(((-862 |#1| |#2| |#3|) (-113) (-962) (-718) (-757)) (T -862))
+((-3505 (*1 *1 *1) (-12 (-4 *1 (-862 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-392)))) (-3950 (*1 *2 *1 *3) (-12 (-4 *1 (-862 *4 *5 *3)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)) (-5 *2 (-695)))) (-3950 (*1 *2 *1 *3) (-12 (-5 *3 (-584 *6)) (-4 *1 (-862 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 (-695))))) (-3679 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-862 *4 *5 *2)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *2 (-757)))) (-3679 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 *6)) (-5 *3 (-584 (-695))) (-4 *1 (-862 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)))) (-2823 (*1 *2 *1) (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-862 *3 *4 *5)))) (-3085 (*1 *2 *1 *3) (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)) (-5 *2 (-1086 *1)) (-4 *1 (-862 *4 *5 *3)))) (-3085 (*1 *2 *1) (-12 (-4 *1 (-862 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-1086 *3)))) (-3084 (*1 *2 *1) (|partial| -12 (-4 *1 (-862 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)))) (-2822 (*1 *2 *1 *3) (-12 (-4 *1 (-862 *4 *5 *3)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)) (-5 *2 (-695)))) (-2822 (*1 *2 *1 *3) (-12 (-5 *3 (-584 *6)) (-4 *1 (-862 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 (-695))))) (-3765 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-862 *4 *5 *3)))) (-2895 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-862 *4 *5 *2)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *2 (-757)))) (-2895 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 *6)) (-5 *3 (-584 (-695))) (-4 *1 (-862 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)))) (-3086 (*1 *1 *2 *3) (-12 (-5 *2 (-1086 *4)) (-4 *4 (-962)) (-4 *1 (-862 *4 *5 *3)) (-4 *5 (-718)) (-4 *3 (-757)))) (-3086 (*1 *1 *2 *3) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-862 *4 *5 *3)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)))) (-2824 (*1 *2 *1) (|partial| -12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-862 *3 *4 *5)))) (-2825 (*1 *2 *1) (|partial| -12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-862 *3 *4 *5)))) (-2826 (*1 *2 *1) (|partial| -12 (-4 *1 (-862 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-2 (|:| |var| *5) (|:| -2402 (-695)))))) (-2821 (*1 *2 *1) (-12 (-4 *1 (-862 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-695)))) (-2821 (*1 *2 *1 *3) (-12 (-5 *3 (-584 *6)) (-4 *1 (-862 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-695)))) (-3083 (*1 *2 *1) (-12 (-4 *1 (-862 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *5)))) (-2820 (*1 *2 *1) (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-862 *3 *4 *5)))) (-3758 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-862 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)) (-4 *3 (-146)))) (-3759 (*1 *1 *1 *2) (-12 (-4 *1 (-862 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)) (-4 *3 (-146)))) (-2819 (*1 *1 *1 *2) (-12 (-4 *1 (-862 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)) (-4 *3 (-392)))) (-3505 (*1 *1 *1 *2) (-12 (-4 *1 (-862 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)) (-4 *3 (-392)))) (-3777 (*1 *1 *1) (-12 (-4 *1 (-862 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-392)))) (-3973 (*1 *2 *1) (-12 (-4 *3 (-392)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-348 *1)) (-4 *1 (-862 *3 *4 *5)))))
+(-13 (-810 |t#3|) (-277 |t#1| |t#2|) (-260 $) (-456 |t#3| |t#1|) (-456 |t#3| $) (-951 |t#3|) (-329 |t#1|) (-10 -8 (-15 -3950 ((-695) $ |t#3|)) (-15 -3950 ((-584 (-695)) $ (-584 |t#3|))) (-15 -3679 ($ $ |t#3| (-695))) (-15 -3679 ($ $ (-584 |t#3|) (-584 (-695)))) (-15 -2823 ((-584 $) $)) (-15 -3085 ((-1086 $) $ |t#3|)) (-15 -3085 ((-1086 |t#1|) $)) (-15 -3084 ((-3 |t#3| "failed") $)) (-15 -2822 ((-695) $ |t#3|)) (-15 -2822 ((-584 (-695)) $ (-584 |t#3|))) (-15 -3765 ((-2 (|:| -1973 $) (|:| -2904 $)) $ $ |t#3|)) (-15 -2895 ($ $ |t#3| (-695))) (-15 -2895 ($ $ (-584 |t#3|) (-584 (-695)))) (-15 -3086 ($ (-1086 |t#1|) |t#3|)) (-15 -3086 ($ (-1086 $) |t#3|)) (-15 -2824 ((-3 (-584 $) "failed") $)) (-15 -2825 ((-3 (-584 $) "failed") $)) (-15 -2826 ((-3 (-2 (|:| |var| |t#3|) (|:| -2402 (-695))) "failed") $)) (-15 -2821 ((-695) $)) (-15 -2821 ((-695) $ (-584 |t#3|))) (-15 -3083 ((-584 |t#3|) $)) (-15 -2820 ((-584 $) $)) (IF (|has| |t#1| (-554 (-474))) (IF (|has| |t#3| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-554 (-801 (-485)))) (IF (|has| |t#3| (-554 (-801 (-485)))) (-6 (-554 (-801 (-485)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-554 (-801 (-330)))) (IF (|has| |t#3| (-554 (-801 (-330)))) (-6 (-554 (-801 (-330)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-797 (-485))) (IF (|has| |t#3| (-797 (-485))) (-6 (-797 (-485))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-797 (-330))) (IF (|has| |t#3| (-797 (-330))) (-6 (-797 (-330))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-146)) (PROGN (-15 -3758 ($ $ $ |t#3|)) (-15 -3759 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-392)) (PROGN (-6 (-392)) (-15 -2819 ($ $ |t#3|)) (-15 -3505 ($ $)) (-15 -3505 ($ $ |t#3|)) (-15 -3973 ((-348 $) $)) (-15 -3777 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -3995)) (-6 -3995) |%noBranch|) (IF (|has| |t#1| (-822)) (-6 (-822)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-38 (-350 (-485))))) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-556 |#3|) . T) ((-556 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-554 (-474)) -12 (|has| |#1| (-554 (-474))) (|has| |#3| (-554 (-474)))) ((-554 (-801 (-330))) -12 (|has| |#1| (-554 (-801 (-330)))) (|has| |#3| (-554 (-801 (-330))))) ((-554 (-801 (-485))) -12 (|has| |#1| (-554 (-801 (-485)))) (|has| |#3| (-554 (-801 (-485))))) ((-246) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-260 $) . T) ((-277 |#1| |#2|) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-822)) (|has| |#1| (-392))) ((-456 |#3| |#1|) . T) ((-456 |#3| $) . T) ((-456 $ $) . T) ((-496) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-591 (-485)) |has| |#1| (-581 (-485))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-581 (-485)) |has| |#1| (-581 (-485))) ((-581 |#1|) . T) ((-655 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-664) . T) ((-807 $ |#3|) . T) ((-810 |#3|) . T) ((-812 |#3|) . T) ((-797 (-330)) -12 (|has| |#1| (-797 (-330))) (|has| |#3| (-797 (-330)))) ((-797 (-485)) -12 (|has| |#1| (-797 (-485))) (|has| |#3| (-797 (-485)))) ((-822) |has| |#1| (-822)) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T) ((-951 |#3|) . T) ((-964 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-969 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) |has| |#1| (-822)))
+((-3083 (((-584 |#2|) |#5|) 40 T ELT)) (-3085 (((-1086 |#5|) |#5| |#2| (-1086 |#5|)) 23 T ELT) (((-350 (-1086 |#5|)) |#5| |#2|) 16 T ELT)) (-3086 ((|#5| (-350 (-1086 |#5|)) |#2|) 30 T ELT)) (-3084 (((-3 |#2| #1="failed") |#5|) 70 T ELT)) (-2825 (((-3 (-584 |#5|) #1#) |#5|) 64 T ELT)) (-2827 (((-3 (-2 (|:| |val| |#5|) (|:| -2402 (-485))) #1#) |#5|) 53 T ELT)) (-2824 (((-3 (-584 |#5|) #1#) |#5|) 66 T ELT)) (-2826 (((-3 (-2 (|:| |var| |#2|) (|:| -2402 (-485))) #1#) |#5|) 56 T ELT)))
+(((-863 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3083 ((-584 |#2|) |#5|)) (-15 -3084 ((-3 |#2| #1="failed") |#5|)) (-15 -3085 ((-350 (-1086 |#5|)) |#5| |#2|)) (-15 -3086 (|#5| (-350 (-1086 |#5|)) |#2|)) (-15 -3085 ((-1086 |#5|) |#5| |#2| (-1086 |#5|))) (-15 -2824 ((-3 (-584 |#5|) #1#) |#5|)) (-15 -2825 ((-3 (-584 |#5|) #1#) |#5|)) (-15 -2826 ((-3 (-2 (|:| |var| |#2|) (|:| -2402 (-485))) #1#) |#5|)) (-15 -2827 ((-3 (-2 (|:| |val| |#5|) (|:| -2402 (-485))) #1#) |#5|))) (-718) (-757) (-962) (-862 |#3| |#1| |#2|) (-13 (-312) (-10 -8 (-15 -3948 ($ |#4|)) (-15 -3000 (|#4| $)) (-15 -2999 (|#4| $))))) (T -863))
+((-2827 (*1 *2 *3) (|partial| -12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962)) (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -2402 (-485)))) (-5 *1 (-863 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))) (-2826 (*1 *2 *3) (|partial| -12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962)) (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -2402 (-485)))) (-5 *1 (-863 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))) (-2825 (*1 *2 *3) (|partial| -12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962)) (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-584 *3)) (-5 *1 (-863 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))) (-2824 (*1 *2 *3) (|partial| -12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962)) (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-584 *3)) (-5 *1 (-863 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))) (-3085 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1086 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))) (-4 *7 (-862 *6 *5 *4)) (-4 *5 (-718)) (-4 *4 (-757)) (-4 *6 (-962)) (-5 *1 (-863 *5 *4 *6 *7 *3)))) (-3086 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-1086 *2))) (-4 *5 (-718)) (-4 *4 (-757)) (-4 *6 (-962)) (-4 *2 (-13 (-312) (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))) (-5 *1 (-863 *5 *4 *6 *7 *2)) (-4 *7 (-862 *6 *5 *4)))) (-3085 (*1 *2 *3 *4) (-12 (-4 *5 (-718)) (-4 *4 (-757)) (-4 *6 (-962)) (-4 *7 (-862 *6 *5 *4)) (-5 *2 (-350 (-1086 *3))) (-5 *1 (-863 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))) (-3084 (*1 *2 *3) (|partial| -12 (-4 *4 (-718)) (-4 *5 (-962)) (-4 *6 (-862 *5 *4 *2)) (-4 *2 (-757)) (-5 *1 (-863 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3948 ($ *6)) (-15 -3000 (*6 $)) (-15 -2999 (*6 $))))))) (-3083 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962)) (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-584 *5)) (-5 *1 (-863 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))))
+((-3960 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24 T ELT)))
+(((-864 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3960 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-718) (-757) (-962) (-862 |#3| |#1| |#2|) (-13 (-1014) (-10 -8 (-15 -3841 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-695)))))) (T -864))
+((-3960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-757)) (-4 *8 (-962)) (-4 *6 (-718)) (-4 *2 (-13 (-1014) (-10 -8 (-15 -3841 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-695)))))) (-5 *1 (-864 *6 *7 *8 *5 *2)) (-4 *5 (-862 *8 *6 *7)))))
+((-2828 (((-2 (|:| -2402 (-695)) (|:| -3956 |#5|) (|:| |radicand| |#5|)) |#3| (-695)) 48 T ELT)) (-2829 (((-2 (|:| -2402 (-695)) (|:| -3956 |#5|) (|:| |radicand| |#5|)) (-350 (-485)) (-695)) 43 T ELT)) (-2831 (((-2 (|:| -2402 (-695)) (|:| -3956 |#4|) (|:| |radicand| (-584 |#4|))) |#4| (-695)) 64 T ELT)) (-2830 (((-2 (|:| -2402 (-695)) (|:| -3956 |#5|) (|:| |radicand| |#5|)) |#5| (-695)) 73 (|has| |#3| (-392)) ELT)))
+(((-865 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2828 ((-2 (|:| -2402 (-695)) (|:| -3956 |#5|) (|:| |radicand| |#5|)) |#3| (-695))) (-15 -2829 ((-2 (|:| -2402 (-695)) (|:| -3956 |#5|) (|:| |radicand| |#5|)) (-350 (-485)) (-695))) (IF (|has| |#3| (-392)) (-15 -2830 ((-2 (|:| -2402 (-695)) (|:| -3956 |#5|) (|:| |radicand| |#5|)) |#5| (-695))) |%noBranch|) (-15 -2831 ((-2 (|:| -2402 (-695)) (|:| -3956 |#4|) (|:| |radicand| (-584 |#4|))) |#4| (-695)))) (-718) (-757) (-496) (-862 |#3| |#1| |#2|) (-13 (-312) (-10 -8 (-15 -3948 ($ |#4|)) (-15 -3000 (|#4| $)) (-15 -2999 (|#4| $))))) (T -865))
+((-2831 (*1 *2 *3 *4) (-12 (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-496)) (-4 *3 (-862 *7 *5 *6)) (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *3) (|:| |radicand| (-584 *3)))) (-5 *1 (-865 *5 *6 *7 *3 *8)) (-5 *4 (-695)) (-4 *8 (-13 (-312) (-10 -8 (-15 -3948 ($ *3)) (-15 -3000 (*3 $)) (-15 -2999 (*3 $))))))) (-2830 (*1 *2 *3 *4) (-12 (-4 *7 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-496)) (-4 *8 (-862 *7 *5 *6)) (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *3) (|:| |radicand| *3))) (-5 *1 (-865 *5 *6 *7 *8 *3)) (-5 *4 (-695)) (-4 *3 (-13 (-312) (-10 -8 (-15 -3948 ($ *8)) (-15 -3000 (*8 $)) (-15 -2999 (*8 $))))))) (-2829 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-485))) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-496)) (-4 *8 (-862 *7 *5 *6)) (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *9) (|:| |radicand| *9))) (-5 *1 (-865 *5 *6 *7 *8 *9)) (-5 *4 (-695)) (-4 *9 (-13 (-312) (-10 -8 (-15 -3948 ($ *8)) (-15 -3000 (*8 $)) (-15 -2999 (*8 $))))))) (-2828 (*1 *2 *3 *4) (-12 (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-496)) (-4 *7 (-862 *3 *5 *6)) (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *8) (|:| |radicand| *8))) (-5 *1 (-865 *5 *6 *3 *7 *8)) (-5 *4 (-695)) (-4 *8 (-13 (-312) (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2832 (($ (-1034)) 8 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 15 T ELT) (((-1034) $) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 11 T ELT)))
+(((-866) (-13 (-1014) (-553 (-1034)) (-10 -8 (-15 -2832 ($ (-1034)))))) (T -866))
+((-2832 (*1 *1 *2) (-12 (-5 *2 (-1034)) (-5 *1 (-866)))))
+((-2898 (((-1002 (-179)) $) 8 T ELT)) (-2899 (((-1002 (-179)) $) 9 T ELT)) (-2900 (((-584 (-584 (-855 (-179)))) $) 10 T ELT)) (-3948 (((-773) $) 6 T ELT)))
+(((-867) (-113)) (T -867))
+((-2900 (*1 *2 *1) (-12 (-4 *1 (-867)) (-5 *2 (-584 (-584 (-855 (-179))))))) (-2899 (*1 *2 *1) (-12 (-4 *1 (-867)) (-5 *2 (-1002 (-179))))) (-2898 (*1 *2 *1) (-12 (-4 *1 (-867)) (-5 *2 (-1002 (-179))))))
+(-13 (-553 (-773)) (-10 -8 (-15 -2900 ((-584 (-584 (-855 (-179)))) $)) (-15 -2899 ((-1002 (-179)) $)) (-15 -2898 ((-1002 (-179)) $))))
+(((-553 (-773)) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 80 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 81 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 35 T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) NIL T ELT)) (-3961 (($ $) 32 T ELT)) (-3469 (((-3 $ #1#) $) 43 T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT)) (-1625 (($ $ |#1| |#2| $) 64 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) 18 T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| |#2|) NIL T ELT)) (-2822 ((|#2| $) 25 T ELT)) (-1626 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2896 (($ $) 29 T ELT)) (-3176 ((|#1| $) 27 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) 52 T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-3740 (($ $ |#2| |#1| $) 90 (-12 (|has| |#2| (-104)) (|has| |#1| (-496))) ELT)) (-3468 (((-3 $ #1#) $ $) 92 (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ |#1|) 87 (|has| |#1| (-496)) ELT)) (-3950 ((|#2| $) 23 T ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) 47 T ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ |#1|) 42 T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ |#2|) 38 T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 15 T CONST)) (-1624 (($ $ $ (-695)) 76 (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) 86 (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 28 T CONST)) (-2668 (($) 12 T CONST)) (-3058 (((-85) $ $) 85 T ELT)) (-3951 (($ $ |#1|) 93 (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) 71 T ELT) (($ $ (-695)) 69 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 68 T ELT) (($ $ |#1|) 66 T ELT) (($ |#1| $) 65 T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-868 |#1| |#2|) (-13 (-277 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-496)) (IF (|has| |#2| (-104)) (-15 -3740 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -3995)) (-6 -3995) |%noBranch|))) (-962) (-717)) (T -868))
+((-3740 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-868 *3 *2)) (-4 *2 (-104)) (-4 *3 (-496)) (-4 *3 (-962)) (-4 *2 (-717)))))
+((-2833 (((-3 (-631 |#1|) "failed") |#2| (-831)) 18 T ELT)))
+(((-869 |#1| |#2|) (-10 -7 (-15 -2833 ((-3 (-631 |#1|) "failed") |#2| (-831)))) (-496) (-601 |#1|)) (T -869))
+((-2833 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-831)) (-4 *5 (-496)) (-5 *2 (-631 *5)) (-5 *1 (-869 *5 *3)) (-4 *3 (-601 *5)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1036 |#1|)) (|has| |#1| (-757))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-757)) ELT)) (-3790 ((|#1| $ (-485) |#1|) 18 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1577 ((|#1| $ (-485) |#1|) 17 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 15 T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) NIL T ELT) (((-485) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) NIL (|has| |#1| (-72)) ELT)) (-3616 (($ (-695) |#1|) 14 T ELT)) (-2201 (((-485) $) 10 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) 23 T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) 22 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-2305 (($ |#1| $ (-485)) NIL T ELT) (($ $ $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2200 (($ $ |#1|) 19 (|has| $ (-1036 |#1|)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) 11 T ELT)) (-3802 ((|#1| $ (-485) |#1|) NIL T ELT) ((|#1| $ (-485)) 16 T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-2306 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) 20 T ELT)) (-3974 (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 13 T ELT)) (-3804 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3959 (((-695) $) 8 T ELT)))
+(((-870 |#1|) (-19 |#1|) (-1130)) (T -870))
+NIL
+((-3843 (((-870 |#2|) (-1 |#2| |#1| |#2|) (-870 |#1|) |#2|) 16 T ELT)) (-3844 ((|#2| (-1 |#2| |#1| |#2|) (-870 |#1|) |#2|) 18 T ELT)) (-3960 (((-870 |#2|) (-1 |#2| |#1|) (-870 |#1|)) 13 T ELT)))
+(((-871 |#1| |#2|) (-10 -7 (-15 -3843 ((-870 |#2|) (-1 |#2| |#1| |#2|) (-870 |#1|) |#2|)) (-15 -3844 (|#2| (-1 |#2| |#1| |#2|) (-870 |#1|) |#2|)) (-15 -3960 ((-870 |#2|) (-1 |#2| |#1|) (-870 |#1|)))) (-1130) (-1130)) (T -871))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-870 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-870 *6)) (-5 *1 (-871 *5 *6)))) (-3844 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-870 *5)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-871 *5 *2)))) (-3843 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-870 *6)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-5 *2 (-870 *5)) (-5 *1 (-871 *6 *5)))))
+((-2834 (($ $ (-1005 $)) 7 T ELT) (($ $ (-1091)) 6 T ELT)))
+(((-872) (-113)) (T -872))
+((-2834 (*1 *1 *1 *2) (-12 (-5 *2 (-1005 *1)) (-4 *1 (-872)))) (-2834 (*1 *1 *1 *2) (-12 (-4 *1 (-872)) (-5 *2 (-1091)))))
+(-13 (-10 -8 (-15 -2834 ($ $ (-1091))) (-15 -2834 ($ $ (-1005 $)))))
+((-2835 (((-2 (|:| -3956 (-584 (-485))) (|:| |poly| (-584 (-1086 |#1|))) (|:| |prim| (-1086 |#1|))) (-584 (-858 |#1|)) (-584 (-1091)) (-1091)) 26 T ELT) (((-2 (|:| -3956 (-584 (-485))) (|:| |poly| (-584 (-1086 |#1|))) (|:| |prim| (-1086 |#1|))) (-584 (-858 |#1|)) (-584 (-1091))) 27 T ELT) (((-2 (|:| |coef1| (-485)) (|:| |coef2| (-485)) (|:| |prim| (-1086 |#1|))) (-858 |#1|) (-1091) (-858 |#1|) (-1091)) 49 T ELT)))
+(((-873 |#1|) (-10 -7 (-15 -2835 ((-2 (|:| |coef1| (-485)) (|:| |coef2| (-485)) (|:| |prim| (-1086 |#1|))) (-858 |#1|) (-1091) (-858 |#1|) (-1091))) (-15 -2835 ((-2 (|:| -3956 (-584 (-485))) (|:| |poly| (-584 (-1086 |#1|))) (|:| |prim| (-1086 |#1|))) (-584 (-858 |#1|)) (-584 (-1091)))) (-15 -2835 ((-2 (|:| -3956 (-584 (-485))) (|:| |poly| (-584 (-1086 |#1|))) (|:| |prim| (-1086 |#1|))) (-584 (-858 |#1|)) (-584 (-1091)) (-1091)))) (-13 (-312) (-120))) (T -873))
+((-2835 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-584 (-858 *6))) (-5 *4 (-584 (-1091))) (-5 *5 (-1091)) (-4 *6 (-13 (-312) (-120))) (-5 *2 (-2 (|:| -3956 (-584 (-485))) (|:| |poly| (-584 (-1086 *6))) (|:| |prim| (-1086 *6)))) (-5 *1 (-873 *6)))) (-2835 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-584 (-1091))) (-4 *5 (-13 (-312) (-120))) (-5 *2 (-2 (|:| -3956 (-584 (-485))) (|:| |poly| (-584 (-1086 *5))) (|:| |prim| (-1086 *5)))) (-5 *1 (-873 *5)))) (-2835 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-858 *5)) (-5 *4 (-1091)) (-4 *5 (-13 (-312) (-120))) (-5 *2 (-2 (|:| |coef1| (-485)) (|:| |coef2| (-485)) (|:| |prim| (-1086 *5)))) (-5 *1 (-873 *5)))))
+((-2838 (((-584 |#1|) |#1| |#1|) 47 T ELT)) (-3725 (((-85) |#1|) 44 T ELT)) (-2837 ((|#1| |#1|) 80 T ELT)) (-2836 ((|#1| |#1|) 79 T ELT)))
+(((-874 |#1|) (-10 -7 (-15 -3725 ((-85) |#1|)) (-15 -2836 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -2838 ((-584 |#1|) |#1| |#1|))) (-484)) (T -874))
+((-2838 (*1 *2 *3 *3) (-12 (-5 *2 (-584 *3)) (-5 *1 (-874 *3)) (-4 *3 (-484)))) (-2837 (*1 *2 *2) (-12 (-5 *1 (-874 *2)) (-4 *2 (-484)))) (-2836 (*1 *2 *2) (-12 (-5 *1 (-874 *2)) (-4 *2 (-484)))) (-3725 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-874 *3)) (-4 *3 (-484)))))
+((-2839 (((-1186) (-773)) 9 T ELT)))
+(((-875) (-10 -7 (-15 -2839 ((-1186) (-773))))) (T -875))
+((-2839 (*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1186)) (-5 *1 (-875)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718)))) ELT)) (-2485 (($ $ $) 65 (-12 (|has| |#1| (-718)) (|has| |#2| (-718))) ELT)) (-1313 (((-3 $ #1="failed") $ $) 52 (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718)))) ELT)) (-3138 (((-695)) 36 (-12 (|has| |#1| (-320)) (|has| |#2| (-320))) ELT)) (-2840 ((|#2| $) 22 T ELT)) (-2841 ((|#1| $) 21 T ELT)) (-3726 (($) NIL (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-664)) (|has| |#2| (-664))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718)))) CONST)) (-3469 (((-3 $ #1#) $) NIL (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-664)) (|has| |#2| (-664)))) ELT)) (-2996 (($) NIL (-12 (|has| |#1| (-320)) (|has| |#2| (-320))) ELT)) (-3188 (((-85) $) NIL (-12 (|has| |#1| (-718)) (|has| |#2| (-718))) ELT)) (-1215 (((-85) $ $) NIL (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718)))) ELT)) (-2411 (((-85) $) NIL (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-664)) (|has| |#2| (-664)))) ELT)) (-2533 (($ $ $) NIL (OR (-12 (|has| |#1| (-718)) (|has| |#2| (-718))) (-12 (|has| |#1| (-757)) (|has| |#2| (-757)))) ELT)) (-2859 (($ $ $) NIL (OR (-12 (|has| |#1| (-718)) (|has| |#2| (-718))) (-12 (|has| |#1| (-757)) (|has| |#2| (-757)))) ELT)) (-2842 (($ |#1| |#2|) 20 T ELT)) (-2011 (((-831) $) NIL (-12 (|has| |#1| (-320)) (|has| |#2| (-320))) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 39 (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) ELT)) (-2401 (($ (-831)) NIL (-12 (|has| |#1| (-320)) (|has| |#2| (-320))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3011 (($ $ $) NIL (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) ELT)) (-2437 (($ $ $) NIL (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) ELT)) (-3948 (((-773) $) 14 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 42 (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718)))) CONST)) (-2668 (($) 25 (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-664)) (|has| |#2| (-664)))) CONST)) (-2568 (((-85) $ $) NIL (OR (-12 (|has| |#1| (-718)) (|has| |#2| (-718))) (-12 (|has| |#1| (-757)) (|has| |#2| (-757)))) ELT)) (-2569 (((-85) $ $) NIL (OR (-12 (|has| |#1| (-718)) (|has| |#2| (-718))) (-12 (|has| |#1| (-757)) (|has| |#2| (-757)))) ELT)) (-3058 (((-85) $ $) 19 T ELT)) (-2686 (((-85) $ $) NIL (OR (-12 (|has| |#1| (-718)) (|has| |#2| (-718))) (-12 (|has| |#1| (-757)) (|has| |#2| (-757)))) ELT)) (-2687 (((-85) $ $) 69 (OR (-12 (|has| |#1| (-718)) (|has| |#2| (-718))) (-12 (|has| |#1| (-757)) (|has| |#2| (-757)))) ELT)) (-3951 (($ $ $) NIL (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) ELT)) (-3839 (($ $ $) 58 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT) (($ $) 55 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT)) (-3841 (($ $ $) 45 (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718)))) ELT)) (** (($ $ (-485)) NIL (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) ELT) (($ $ (-695)) 32 (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-664)) (|has| |#2| (-664)))) ELT) (($ $ (-831)) NIL (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-664)) (|has| |#2| (-664)))) ELT)) (* (($ (-485) $) 62 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) ELT) (($ (-695) $) 48 (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718)))) ELT) (($ (-831) $) NIL (OR (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-104)) (|has| |#2| (-104))) (-12 (|has| |#1| (-718)) (|has| |#2| (-718)))) ELT) (($ $ $) 28 (OR (-12 (|has| |#1| (-413)) (|has| |#2| (-413))) (-12 (|has| |#1| (-664)) (|has| |#2| (-664)))) ELT)))
+(((-876 |#1| |#2|) (-13 (-1014) (-10 -8 (IF (|has| |#1| (-320)) (IF (|has| |#2| (-320)) (-6 (-320)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-664)) (IF (|has| |#2| (-664)) (-6 (-664)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-104)) (IF (|has| |#2| (-104)) (-6 (-104)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-413)) (IF (|has| |#2| (-413)) (-6 (-413)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-718)) (IF (|has| |#2| (-718)) (-6 (-718)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-757)) (IF (|has| |#2| (-757)) (-6 (-757)) |%noBranch|) |%noBranch|) (-15 -2842 ($ |#1| |#2|)) (-15 -2841 (|#1| $)) (-15 -2840 (|#2| $)))) (-1014) (-1014)) (T -876))
+((-2842 (*1 *1 *2 *3) (-12 (-5 *1 (-876 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))) (-2841 (*1 *2 *1) (-12 (-4 *2 (-1014)) (-5 *1 (-876 *2 *3)) (-4 *3 (-1014)))) (-2840 (*1 *2 *1) (-12 (-4 *2 (-1014)) (-5 *1 (-876 *3 *2)) (-4 *3 (-1014)))))
+((-3404 (((-1016) $) 13 T ELT)) (-2843 (($ (-447) (-1016)) 15 T ELT)) (-3544 (((-447) $) 11 T ELT)) (-3948 (((-773) $) 25 T ELT)))
+(((-877) (-13 (-553 (-773)) (-10 -8 (-15 -3544 ((-447) $)) (-15 -3404 ((-1016) $)) (-15 -2843 ($ (-447) (-1016)))))) (T -877))
+((-3544 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-877)))) (-3404 (*1 *2 *1) (-12 (-5 *2 (-1016)) (-5 *1 (-877)))) (-2843 (*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-1016)) (-5 *1 (-877)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) 29 T ELT)) (-2857 (($) 17 T CONST)) (-2563 (($ $ $) NIL T ELT)) (-2562 (($ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2848 (((-633 (-783 $ $)) $) 62 T ELT)) (-2850 (((-633 $) $) 52 T ELT)) (-2847 (((-633 (-783 $ $)) $) 63 T ELT)) (-2846 (((-633 (-783 $ $)) $) 64 T ELT)) (-2851 (((-633 |#1|) $) 43 T ELT)) (-2849 (((-633 (-783 $ $)) $) 61 T ELT)) (-2855 (($ $ $) 38 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2856 (($) 16 T CONST)) (-2854 (($ $ $) 39 T ELT)) (-2844 (($ $ $) 36 T ELT)) (-2845 (($ $ $) 34 T ELT)) (-3948 (((-773) $) 66 T ELT) (($ |#1|) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2312 (($ $ $) 37 T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2313 (($ $ $) 35 T ELT)))
+(((-878 |#1|) (-13 (-881) (-556 |#1|) (-10 -8 (-15 -2851 ((-633 |#1|) $)) (-15 -2850 ((-633 $) $)) (-15 -2849 ((-633 (-783 $ $)) $)) (-15 -2848 ((-633 (-783 $ $)) $)) (-15 -2847 ((-633 (-783 $ $)) $)) (-15 -2846 ((-633 (-783 $ $)) $)) (-15 -2845 ($ $ $)) (-15 -2844 ($ $ $)))) (-1014)) (T -878))
+((-2851 (*1 *2 *1) (-12 (-5 *2 (-633 *3)) (-5 *1 (-878 *3)) (-4 *3 (-1014)))) (-2850 (*1 *2 *1) (-12 (-5 *2 (-633 (-878 *3))) (-5 *1 (-878 *3)) (-4 *3 (-1014)))) (-2849 (*1 *2 *1) (-12 (-5 *2 (-633 (-783 (-878 *3) (-878 *3)))) (-5 *1 (-878 *3)) (-4 *3 (-1014)))) (-2848 (*1 *2 *1) (-12 (-5 *2 (-633 (-783 (-878 *3) (-878 *3)))) (-5 *1 (-878 *3)) (-4 *3 (-1014)))) (-2847 (*1 *2 *1) (-12 (-5 *2 (-633 (-783 (-878 *3) (-878 *3)))) (-5 *1 (-878 *3)) (-4 *3 (-1014)))) (-2846 (*1 *2 *1) (-12 (-5 *2 (-633 (-783 (-878 *3) (-878 *3)))) (-5 *1 (-878 *3)) (-4 *3 (-1014)))) (-2845 (*1 *1 *1 *1) (-12 (-5 *1 (-878 *2)) (-4 *2 (-1014)))) (-2844 (*1 *1 *1 *1) (-12 (-5 *1 (-878 *2)) (-4 *2 (-1014)))))
+((-3651 (((-878 |#1|) (-878 |#1|)) 46 T ELT)) (-2853 (((-878 |#1|) (-878 |#1|)) 22 T ELT)) (-2852 (((-1010 |#1|) (-878 |#1|)) 41 T ELT)))
+(((-879 |#1|) (-13 (-1130) (-10 -7 (-15 -2853 ((-878 |#1|) (-878 |#1|))) (-15 -2852 ((-1010 |#1|) (-878 |#1|))) (-15 -3651 ((-878 |#1|) (-878 |#1|))))) (-1014)) (T -879))
+((-2853 (*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-1014)) (-5 *1 (-879 *3)))) (-2852 (*1 *2 *3) (-12 (-5 *3 (-878 *4)) (-4 *4 (-1014)) (-5 *2 (-1010 *4)) (-5 *1 (-879 *4)))) (-3651 (*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-1014)) (-5 *1 (-879 *3)))))
+((-3960 (((-878 |#2|) (-1 |#2| |#1|) (-878 |#1|)) 29 T ELT)))
+(((-880 |#1| |#2|) (-13 (-1130) (-10 -7 (-15 -3960 ((-878 |#2|) (-1 |#2| |#1|) (-878 |#1|))))) (-1014) (-1014)) (T -880))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-878 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *2 (-878 *6)) (-5 *1 (-880 *5 *6)))))
+((-2570 (((-85) $ $) 19 T ELT)) (-2314 (($ $) 8 T ELT)) (-2857 (($) 17 T CONST)) (-2563 (($ $ $) 9 T ELT)) (-2562 (($ $) 11 T ELT)) (-3244 (((-1074) $) 23 T ELT)) (-2855 (($ $ $) 15 T ELT)) (-3245 (((-1034) $) 22 T ELT)) (-2856 (($) 16 T CONST)) (-2854 (($ $ $) 14 T ELT)) (-3948 (((-773) $) 21 T ELT)) (-1266 (((-85) $ $) 20 T ELT)) (-2564 (($ $ $) 10 T ELT)) (-2312 (($ $ $) 6 T ELT)) (-3058 (((-85) $ $) 18 T ELT)) (-2313 (($ $ $) 7 T ELT)))
+(((-881) (-113)) (T -881))
+((-2857 (*1 *1) (-4 *1 (-881))) (-2856 (*1 *1) (-4 *1 (-881))) (-2855 (*1 *1 *1 *1) (-4 *1 (-881))) (-2854 (*1 *1 *1 *1) (-4 *1 (-881))))
+(-13 (-84) (-1014) (-10 -8 (-15 -2857 ($) -3954) (-15 -2856 ($) -3954) (-15 -2855 ($ $ $)) (-15 -2854 ($ $ $))))
+(((-72) . T) ((-84) . T) ((-553 (-773)) . T) ((-13) . T) ((-605) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3726 (($) 6 T CONST)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 51 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 48 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 47 T ELT)) (-2858 (($ $ $) 39 T ELT)) (-3520 (($ $ $) 40 T ELT)) (-2610 (((-584 |#1|) $) 46 T ELT)) (-3247 (((-85) |#1| $) 50 (|has| |#1| (-72)) ELT)) (-2859 ((|#1| $) 41 T ELT)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 34 T ELT)) (-3611 (($ |#1| $) 35 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-1276 ((|#1| $) 36 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 44 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-1731 (((-695) |#1| $) 49 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 45 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 43 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 42 T ELT)))
+(((-882 |#1|) (-113) (-757)) (T -882))
+((-2859 (*1 *2 *1) (-12 (-4 *1 (-882 *2)) (-4 *2 (-757)))) (-3520 (*1 *1 *1 *1) (-12 (-4 *1 (-882 *2)) (-4 *2 (-757)))) (-2858 (*1 *1 *1 *1) (-12 (-4 *1 (-882 *2)) (-4 *2 (-757)))))
+(-13 (-76 |t#1|) (-318 |t#1|) (-10 -8 (-15 -2859 (|t#1| $)) (-15 -3520 ($ $ $)) (-15 -2858 ($ $ $))))
+(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1130) . T))
+((-2871 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3146 |#2|)) |#2| |#2|) 105 T ELT)) (-3757 ((|#2| |#2| |#2|) 103 T ELT)) (-2872 (((-2 (|:| |coef2| |#2|) (|:| -3146 |#2|)) |#2| |#2|) 107 T ELT)) (-2873 (((-2 (|:| |coef1| |#2|) (|:| -3146 |#2|)) |#2| |#2|) 109 T ELT)) (-2880 (((-2 (|:| |coef2| |#2|) (|:| -2878 |#1|)) |#2| |#2|) 132 (|has| |#1| (-392)) ELT)) (-2887 (((-2 (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2| |#2|) 56 T ELT)) (-2861 (((-2 (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2| |#2|) 80 T ELT)) (-2862 (((-2 (|:| |coef1| |#2|) (|:| -3758 |#1|)) |#2| |#2|) 82 T ELT)) (-2870 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 96 T ELT)) (-2865 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-695)) 89 T ELT)) (-2875 (((-2 (|:| |coef2| |#2|) (|:| -3759 |#1|)) |#2|) 121 T ELT)) (-2868 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-695)) 92 T ELT)) (-2877 (((-584 (-695)) |#2| |#2|) 102 T ELT)) (-2885 ((|#1| |#2| |#2|) 50 T ELT)) (-2879 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2878 |#1|)) |#2| |#2|) 130 (|has| |#1| (-392)) ELT)) (-2878 ((|#1| |#2| |#2|) 128 (|has| |#1| (-392)) ELT)) (-2886 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2| |#2|) 54 T ELT)) (-2860 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2| |#2|) 79 T ELT)) (-3758 ((|#1| |#2| |#2|) 76 T ELT)) (-3754 (((-2 (|:| -3956 |#1|) (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2|) 41 T ELT)) (-2884 ((|#2| |#2| |#2| |#2| |#1|) 67 T ELT)) (-2869 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 94 T ELT)) (-3192 ((|#2| |#2| |#2|) 93 T ELT)) (-2864 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-695)) 87 T ELT)) (-2863 ((|#2| |#2| |#2| (-695)) 85 T ELT)) (-3146 ((|#2| |#2| |#2|) 136 (|has| |#1| (-392)) ELT)) (-3468 (((-1180 |#2|) (-1180 |#2|) |#1|) 22 T ELT)) (-2881 (((-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2|) 46 T ELT)) (-2874 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3759 |#1|)) |#2|) 119 T ELT)) (-3759 ((|#1| |#2|) 116 T ELT)) (-2867 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-695)) 91 T ELT)) (-2866 ((|#2| |#2| |#2| (-695)) 90 T ELT)) (-2876 (((-584 |#2|) |#2| |#2|) 99 T ELT)) (-2883 ((|#2| |#2| |#1| |#1| (-695)) 62 T ELT)) (-2882 ((|#1| |#1| |#1| (-695)) 61 T ELT)) (* (((-1180 |#2|) |#1| (-1180 |#2|)) 17 T ELT)))
+(((-883 |#1| |#2|) (-10 -7 (-15 -3758 (|#1| |#2| |#2|)) (-15 -2860 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2| |#2|)) (-15 -2861 ((-2 (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2| |#2|)) (-15 -2862 ((-2 (|:| |coef1| |#2|) (|:| -3758 |#1|)) |#2| |#2|)) (-15 -2863 (|#2| |#2| |#2| (-695))) (-15 -2864 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-695))) (-15 -2865 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-695))) (-15 -2866 (|#2| |#2| |#2| (-695))) (-15 -2867 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-695))) (-15 -2868 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-695))) (-15 -3192 (|#2| |#2| |#2|)) (-15 -2869 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2870 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3757 (|#2| |#2| |#2|)) (-15 -2871 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3146 |#2|)) |#2| |#2|)) (-15 -2872 ((-2 (|:| |coef2| |#2|) (|:| -3146 |#2|)) |#2| |#2|)) (-15 -2873 ((-2 (|:| |coef1| |#2|) (|:| -3146 |#2|)) |#2| |#2|)) (-15 -3759 (|#1| |#2|)) (-15 -2874 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3759 |#1|)) |#2|)) (-15 -2875 ((-2 (|:| |coef2| |#2|) (|:| -3759 |#1|)) |#2|)) (-15 -2876 ((-584 |#2|) |#2| |#2|)) (-15 -2877 ((-584 (-695)) |#2| |#2|)) (IF (|has| |#1| (-392)) (PROGN (-15 -2878 (|#1| |#2| |#2|)) (-15 -2879 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2878 |#1|)) |#2| |#2|)) (-15 -2880 ((-2 (|:| |coef2| |#2|) (|:| -2878 |#1|)) |#2| |#2|)) (-15 -3146 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1180 |#2|) |#1| (-1180 |#2|))) (-15 -3468 ((-1180 |#2|) (-1180 |#2|) |#1|)) (-15 -3754 ((-2 (|:| -3956 |#1|) (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2|)) (-15 -2881 ((-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) |#2| |#2|)) (-15 -2882 (|#1| |#1| |#1| (-695))) (-15 -2883 (|#2| |#2| |#1| |#1| (-695))) (-15 -2884 (|#2| |#2| |#2| |#2| |#1|)) (-15 -2885 (|#1| |#2| |#2|)) (-15 -2886 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2| |#2|)) (-15 -2887 ((-2 (|:| |coef2| |#2|) (|:| -3758 |#1|)) |#2| |#2|))) (-496) (-1156 |#1|)) (T -883))
+((-2887 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3758 *4))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2886 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3758 *4))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2885 (*1 *2 *3 *3) (-12 (-4 *2 (-496)) (-5 *1 (-883 *2 *3)) (-4 *3 (-1156 *2)))) (-2884 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-496)) (-5 *1 (-883 *3 *2)) (-4 *2 (-1156 *3)))) (-2883 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-695)) (-4 *3 (-496)) (-5 *1 (-883 *3 *2)) (-4 *2 (-1156 *3)))) (-2882 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-695)) (-4 *2 (-496)) (-5 *1 (-883 *2 *4)) (-4 *4 (-1156 *2)))) (-2881 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-3754 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| -3956 *4) (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-3468 (*1 *2 *2 *3) (-12 (-5 *2 (-1180 *4)) (-4 *4 (-1156 *3)) (-4 *3 (-496)) (-5 *1 (-883 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1180 *4)) (-4 *4 (-1156 *3)) (-4 *3 (-496)) (-5 *1 (-883 *3 *4)))) (-3146 (*1 *2 *2 *2) (-12 (-4 *3 (-392)) (-4 *3 (-496)) (-5 *1 (-883 *3 *2)) (-4 *2 (-1156 *3)))) (-2880 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2878 *4))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2879 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2878 *4))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2878 (*1 *2 *3 *3) (-12 (-4 *2 (-496)) (-4 *2 (-392)) (-5 *1 (-883 *2 *3)) (-4 *3 (-1156 *2)))) (-2877 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-584 (-695))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2876 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-584 *3)) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2875 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3759 *4))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2874 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3759 *4))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-3759 (*1 *2 *3) (-12 (-4 *2 (-496)) (-5 *1 (-883 *2 *3)) (-4 *3 (-1156 *2)))) (-2873 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3146 *3))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2872 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3146 *3))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2871 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3146 *3))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-3757 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-883 *3 *2)) (-4 *2 (-1156 *3)))) (-2870 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2869 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-3192 (*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-883 *3 *2)) (-4 *2 (-1156 *3)))) (-2868 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-695)) (-4 *5 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-883 *5 *3)) (-4 *3 (-1156 *5)))) (-2867 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-695)) (-4 *5 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-883 *5 *3)) (-4 *3 (-1156 *5)))) (-2866 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-695)) (-4 *4 (-496)) (-5 *1 (-883 *4 *2)) (-4 *2 (-1156 *4)))) (-2865 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-695)) (-4 *5 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-883 *5 *3)) (-4 *3 (-1156 *5)))) (-2864 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-695)) (-4 *5 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-883 *5 *3)) (-4 *3 (-1156 *5)))) (-2863 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-695)) (-4 *4 (-496)) (-5 *1 (-883 *4 *2)) (-4 *2 (-1156 *4)))) (-2862 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3758 *4))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2861 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3758 *4))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-2860 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3758 *4))) (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))) (-3758 (*1 *2 *3 *3) (-12 (-4 *2 (-496)) (-5 *1 (-883 *2 *3)) (-4 *3 (-1156 *2)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3320 (((-1131) $) 14 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3208 (((-1050) $) 11 T ELT)) (-3948 (((-773) $) 21 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-884) (-13 (-996) (-10 -8 (-15 -3208 ((-1050) $)) (-15 -3320 ((-1131) $))))) (T -884))
+((-3208 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-884)))) (-3320 (*1 *2 *1) (-12 (-5 *2 (-1131)) (-5 *1 (-884)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 40 T ELT)) (-1313 (((-3 $ "failed") $ $) 54 T ELT)) (-3726 (($) NIL T CONST)) (-2889 (((-584 (-783 (-831) (-831))) $) 64 T ELT)) (-3188 (((-85) $) NIL T ELT)) (-2888 (((-831) $) 91 T ELT)) (-2891 (((-584 (-831)) $) 17 T ELT)) (-2890 (((-1070 $) (-695)) 39 T ELT)) (-2892 (($ (-584 (-831))) 16 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3011 (($ $) 67 T ELT)) (-3948 (((-773) $) 87 T ELT) (((-584 (-831)) $) 11 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) 10 T CONST)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 44 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 42 T ELT)) (-3841 (($ $ $) 46 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) 49 T ELT)) (-3959 (((-695) $) 22 T ELT)))
+(((-885) (-13 (-722) (-553 (-584 (-831))) (-10 -8 (-15 -2892 ($ (-584 (-831)))) (-15 -2891 ((-584 (-831)) $)) (-15 -3959 ((-695) $)) (-15 -2890 ((-1070 $) (-695))) (-15 -2889 ((-584 (-783 (-831) (-831))) $)) (-15 -2888 ((-831) $)) (-15 -3011 ($ $))))) (T -885))
+((-2892 (*1 *1 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-885)))) (-2891 (*1 *2 *1) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-885)))) (-3959 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-885)))) (-2890 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1070 (-885))) (-5 *1 (-885)))) (-2889 (*1 *2 *1) (-12 (-5 *2 (-584 (-783 (-831) (-831)))) (-5 *1 (-885)))) (-2888 (*1 *2 *1) (-12 (-5 *2 (-831)) (-5 *1 (-885)))) (-3011 (*1 *1 *1) (-5 *1 (-885))))
+((-3951 (($ $ |#2|) 31 T ELT)) (-3839 (($ $) 23 T ELT) (($ $ $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 17 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) 21 T ELT) (($ |#2| $) 20 T ELT) (($ (-350 (-485)) $) 27 T ELT) (($ $ (-350 (-485))) 29 T ELT)))
+(((-886 |#1| |#2| |#3| |#4|) (-10 -7 (-15 * (|#1| |#1| (-350 (-485)))) (-15 * (|#1| (-350 (-485)) |#1|)) (-15 -3951 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 * (|#1| (-485) |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 * (|#1| (-831) |#1|))) (-887 |#2| |#3| |#4|) (-962) (-717) (-757)) (T -886))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3083 (((-584 |#3|) $) 95 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 71 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 72 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 74 (|has| |#1| (-496)) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3961 (($ $) 80 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2894 (((-85) $) 94 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3939 (((-85) $) 82 T ELT)) (-2895 (($ |#1| |#2|) 81 T ELT) (($ $ |#3| |#2|) 97 T ELT) (($ $ (-584 |#3|) (-584 |#2|)) 96 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-2896 (($ $) 85 T ELT)) (-3176 ((|#1| $) 86 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3468 (((-3 $ "failed") $ $) 70 (|has| |#1| (-496)) ELT)) (-3950 ((|#2| $) 84 T ELT)) (-2893 (($ $) 93 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ (-350 (-485))) 77 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) 69 (|has| |#1| (-496)) ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT)) (-3679 ((|#1| $ |#2|) 79 T ELT)) (-2704 (((-633 $) $) 68 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 73 (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-485)) $) 76 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 75 (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-887 |#1| |#2| |#3|) (-113) (-962) (-717) (-757)) (T -887))
+((-3176 (*1 *2 *1) (-12 (-4 *1 (-887 *2 *3 *4)) (-4 *3 (-717)) (-4 *4 (-757)) (-4 *2 (-962)))) (-2896 (*1 *1 *1) (-12 (-4 *1 (-887 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-717)) (-4 *4 (-757)))) (-3950 (*1 *2 *1) (-12 (-4 *1 (-887 *3 *2 *4)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *2 (-717)))) (-2895 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-887 *4 *3 *2)) (-4 *4 (-962)) (-4 *3 (-717)) (-4 *2 (-757)))) (-2895 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 *6)) (-5 *3 (-584 *5)) (-4 *1 (-887 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-717)) (-4 *6 (-757)))) (-3083 (*1 *2 *1) (-12 (-4 *1 (-887 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-717)) (-4 *5 (-757)) (-5 *2 (-584 *5)))) (-2894 (*1 *2 *1) (-12 (-4 *1 (-887 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-717)) (-4 *5 (-757)) (-5 *2 (-85)))) (-2893 (*1 *1 *1) (-12 (-4 *1 (-887 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-717)) (-4 *4 (-757)))))
+(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -2895 ($ $ |t#3| |t#2|)) (-15 -2895 ($ $ (-584 |t#3|) (-584 |t#2|))) (-15 -2896 ($ $)) (-15 -3176 (|t#1| $)) (-15 -3950 (|t#2| $)) (-15 -3083 ((-584 |t#3|) $)) (-15 -2894 ((-85) $)) (-15 -2893 ($ $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-496)) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-556 (-485)) . T) ((-556 |#1|) |has| |#1| (-146)) ((-556 $) |has| |#1| (-496)) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-246) |has| |#1| (-496)) ((-496) |has| |#1| (-496)) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) |has| |#1| (-496)) ((-655 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) |has| |#1| (-496)) ((-664) . T) ((-964 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-969 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2897 (((-1002 (-179)) $) 8 T ELT)) (-2898 (((-1002 (-179)) $) 9 T ELT)) (-2899 (((-1002 (-179)) $) 10 T ELT)) (-2900 (((-584 (-584 (-855 (-179)))) $) 11 T ELT)) (-3948 (((-773) $) 6 T ELT)))
+(((-888) (-113)) (T -888))
+((-2900 (*1 *2 *1) (-12 (-4 *1 (-888)) (-5 *2 (-584 (-584 (-855 (-179))))))) (-2899 (*1 *2 *1) (-12 (-4 *1 (-888)) (-5 *2 (-1002 (-179))))) (-2898 (*1 *2 *1) (-12 (-4 *1 (-888)) (-5 *2 (-1002 (-179))))) (-2897 (*1 *2 *1) (-12 (-4 *1 (-888)) (-5 *2 (-1002 (-179))))))
+(-13 (-553 (-773)) (-10 -8 (-15 -2900 ((-584 (-584 (-855 (-179)))) $)) (-15 -2899 ((-1002 (-179)) $)) (-15 -2898 ((-1002 (-179)) $)) (-15 -2897 ((-1002 (-179)) $))))
+(((-553 (-773)) . T))
+((-3083 (((-584 |#4|) $) 23 T ELT)) (-2910 (((-85) $) 55 T ELT)) (-2901 (((-85) $) 54 T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#4|) 42 T ELT)) (-2906 (((-85) $) 56 T ELT)) (-2908 (((-85) $ $) 62 T ELT)) (-2907 (((-85) $ $) 65 T ELT)) (-2909 (((-85) $) 60 T ELT)) (-2902 (((-584 |#5|) (-584 |#5|) $) 98 T ELT)) (-2903 (((-584 |#5|) (-584 |#5|) $) 95 T ELT)) (-2904 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 88 T ELT)) (-2916 (((-584 |#4|) $) 27 T ELT)) (-2915 (((-85) |#4| $) 34 T ELT)) (-2905 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 81 T ELT)) (-2912 (($ $ |#4|) 39 T ELT)) (-2914 (($ $ |#4|) 38 T ELT)) (-2913 (($ $ |#4|) 40 T ELT)) (-3058 (((-85) $ $) 46 T ELT)))
+(((-889 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2901 ((-85) |#1|)) (-15 -2902 ((-584 |#5|) (-584 |#5|) |#1|)) (-15 -2903 ((-584 |#5|) (-584 |#5|) |#1|)) (-15 -2904 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2905 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2906 ((-85) |#1|)) (-15 -2907 ((-85) |#1| |#1|)) (-15 -2908 ((-85) |#1| |#1|)) (-15 -2909 ((-85) |#1|)) (-15 -2910 ((-85) |#1|)) (-15 -2911 ((-2 (|:| |under| |#1|) (|:| -3132 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -2912 (|#1| |#1| |#4|)) (-15 -2913 (|#1| |#1| |#4|)) (-15 -2914 (|#1| |#1| |#4|)) (-15 -2915 ((-85) |#4| |#1|)) (-15 -2916 ((-584 |#4|) |#1|)) (-15 -3083 ((-584 |#4|) |#1|)) (-15 -3058 ((-85) |#1| |#1|))) (-890 |#2| |#3| |#4| |#5|) (-962) (-718) (-757) (-978 |#2| |#3| |#4|)) (T -889))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3083 (((-584 |#3|) $) 38 T ELT)) (-2910 (((-85) $) 31 T ELT)) (-2901 (((-85) $) 22 (|has| |#1| (-496)) ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3712 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT)) (-3726 (($) 57 T CONST)) (-2906 (((-85) $) 27 (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) 29 (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) 28 (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) 30 (|has| |#1| (-496)) ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) 23 (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) 24 (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ "failed") (-584 |#4|)) 41 T ELT)) (-3158 (($ (-584 |#4|)) 40 T ELT)) (-1354 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3408 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-496)) ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT)) (-3182 ((|#3| $) 39 T ELT)) (-2610 (((-584 |#4|) $) 47 T ELT)) (-3247 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3960 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2916 (((-584 |#3|) $) 37 T ELT)) (-2915 (((-85) |#3| $) 36 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-496)) ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1355 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) 53 T ELT)) (-3405 (((-85) $) 56 T ELT)) (-3567 (($) 55 T ELT)) (-1731 (((-695) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) 46 T ELT)) (-3402 (($ $) 54 T ELT)) (-3974 (((-474) $) 69 (|has| |#4| (-554 (-474))) ELT)) (-3532 (($ (-584 |#4|)) 63 T ELT)) (-2912 (($ $ |#3|) 33 T ELT)) (-2914 (($ $ |#3|) 35 T ELT)) (-2913 (($ $ |#3|) 34 T ELT)) (-3948 (((-773) $) 13 T ELT) (((-584 |#4|) $) 42 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3959 (((-695) $) 43 T ELT)))
+(((-890 |#1| |#2| |#3| |#4|) (-113) (-962) (-718) (-757) (-978 |t#1| |t#2| |t#3|)) (T -890))
+((-3159 (*1 *1 *2) (|partial| -12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *1 (-890 *3 *4 *5 *6)))) (-3158 (*1 *1 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *1 (-890 *3 *4 *5 *6)))) (-3182 (*1 *2 *1) (-12 (-4 *1 (-890 *3 *4 *2 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-978 *3 *4 *2)) (-4 *2 (-757)))) (-3083 (*1 *2 *1) (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-584 *5)))) (-2916 (*1 *2 *1) (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-584 *5)))) (-2915 (*1 *2 *3 *1) (-12 (-4 *1 (-890 *4 *5 *3 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)) (-4 *6 (-978 *4 *5 *3)) (-5 *2 (-85)))) (-2914 (*1 *1 *1 *2) (-12 (-4 *1 (-890 *3 *4 *2 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)) (-4 *5 (-978 *3 *4 *2)))) (-2913 (*1 *1 *1 *2) (-12 (-4 *1 (-890 *3 *4 *2 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)) (-4 *5 (-978 *3 *4 *2)))) (-2912 (*1 *1 *1 *2) (-12 (-4 *1 (-890 *3 *4 *2 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)) (-4 *5 (-978 *3 *4 *2)))) (-2911 (*1 *2 *1 *3) (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)) (-4 *6 (-978 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -3132 *1) (|:| |upper| *1))) (-4 *1 (-890 *4 *5 *3 *6)))) (-2910 (*1 *2 *1) (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85)))) (-2909 (*1 *2 *1) (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-5 *2 (-85)))) (-2908 (*1 *2 *1 *1) (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-5 *2 (-85)))) (-2907 (*1 *2 *1 *1) (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-5 *2 (-85)))) (-2906 (*1 *2 *1) (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-5 *2 (-85)))) (-2905 (*1 *2 *3 *1) (-12 (-4 *1 (-890 *4 *5 *6 *3)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-4 *4 (-496)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-2904 (*1 *2 *3 *1) (-12 (-4 *1 (-890 *4 *5 *6 *3)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-4 *4 (-496)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-2903 (*1 *2 *2 *1) (-12 (-5 *2 (-584 *6)) (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)))) (-2902 (*1 *2 *2 *1) (-12 (-5 *2 (-584 *6)) (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)))) (-2901 (*1 *2 *1) (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-5 *2 (-85)))))
+(-13 (-1014) (-124 |t#4|) (-318 |t#4|) (-553 (-584 |t#4|)) (-10 -8 (-15 -3159 ((-3 $ "failed") (-584 |t#4|))) (-15 -3158 ($ (-584 |t#4|))) (-15 -3182 (|t#3| $)) (-15 -3083 ((-584 |t#3|) $)) (-15 -2916 ((-584 |t#3|) $)) (-15 -2915 ((-85) |t#3| $)) (-15 -2914 ($ $ |t#3|)) (-15 -2913 ($ $ |t#3|)) (-15 -2912 ($ $ |t#3|)) (-15 -2911 ((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |t#3|)) (-15 -2910 ((-85) $)) (IF (|has| |t#1| (-496)) (PROGN (-15 -2909 ((-85) $)) (-15 -2908 ((-85) $ $)) (-15 -2907 ((-85) $ $)) (-15 -2906 ((-85) $)) (-15 -2905 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -2904 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -2903 ((-584 |t#4|) (-584 |t#4|) $)) (-15 -2902 ((-584 |t#4|) (-584 |t#4|) $)) (-15 -2901 ((-85) $))) |%noBranch|)))
+(((-34) . T) ((-72) . T) ((-553 (-584 |#4|)) . T) ((-553 (-773)) . T) ((-124 |#4|) . T) ((-554 (-474)) |has| |#4| (-554 (-474))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-456 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2918 (((-584 |#4|) |#4| |#4|) 135 T ELT)) (-2941 (((-584 |#4|) (-584 |#4|) (-85)) 123 (|has| |#1| (-392)) ELT) (((-584 |#4|) (-584 |#4|)) 124 (|has| |#1| (-392)) ELT)) (-2928 (((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 |#4|)) 44 T ELT)) (-2927 (((-85) |#4|) 43 T ELT)) (-2940 (((-584 |#4|) |#4|) 120 (|has| |#1| (-392)) ELT)) (-2923 (((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-1 (-85) |#4|) (-584 |#4|)) 24 T ELT)) (-2924 (((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 (-1 (-85) |#4|)) (-584 |#4|)) 30 T ELT)) (-2925 (((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 (-1 (-85) |#4|)) (-584 |#4|)) 31 T ELT)) (-2936 (((-3 (-2 (|:| |bas| (-416 |#1| |#2| |#3| |#4|)) (|:| -3325 (-584 |#4|))) "failed") (-584 |#4|)) 90 T ELT)) (-2938 (((-584 |#4|) (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|)) 103 T ELT)) (-2939 (((-584 |#4|) (-584 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|)) 127 T ELT)) (-2917 (((-584 |#4|) (-584 |#4|)) 126 T ELT)) (-2933 (((-584 |#4|) (-584 |#4|) (-584 |#4|) (-85)) 59 T ELT) (((-584 |#4|) (-584 |#4|) (-584 |#4|)) 61 T ELT)) (-2934 ((|#4| |#4| (-584 |#4|)) 60 T ELT)) (-2942 (((-584 |#4|) (-584 |#4|) (-584 |#4|)) 131 (|has| |#1| (-392)) ELT)) (-2944 (((-584 |#4|) (-584 |#4|) (-584 |#4|)) 134 (|has| |#1| (-392)) ELT)) (-2943 (((-584 |#4|) (-584 |#4|) (-584 |#4|)) 133 (|has| |#1| (-392)) ELT)) (-2919 (((-584 |#4|) (-584 |#4|) (-584 |#4|) (-1 (-584 |#4|) (-584 |#4|))) 105 T ELT) (((-584 |#4|) (-584 |#4|) (-584 |#4|)) 107 T ELT) (((-584 |#4|) (-584 |#4|) |#4|) 139 T ELT) (((-584 |#4|) |#4| |#4|) 136 T ELT) (((-584 |#4|) (-584 |#4|)) 106 T ELT)) (-2947 (((-584 |#4|) (-584 |#4|) (-584 |#4|)) 117 (-12 (|has| |#1| (-120)) (|has| |#1| (-258))) ELT)) (-2926 (((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 |#4|)) 52 T ELT)) (-2922 (((-85) (-584 |#4|)) 79 T ELT)) (-2921 (((-85) (-584 |#4|) (-584 (-584 |#4|))) 67 T ELT)) (-2930 (((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 |#4|)) 37 T ELT)) (-2929 (((-85) |#4|) 36 T ELT)) (-2946 (((-584 |#4|) (-584 |#4|)) 116 (-12 (|has| |#1| (-120)) (|has| |#1| (-258))) ELT)) (-2945 (((-584 |#4|) (-584 |#4|)) 115 (-12 (|has| |#1| (-120)) (|has| |#1| (-258))) ELT)) (-2935 (((-584 |#4|) (-584 |#4|)) 83 T ELT)) (-2937 (((-584 |#4|) (-584 |#4|)) 97 T ELT)) (-2920 (((-85) (-584 |#4|) (-584 |#4|)) 65 T ELT)) (-2932 (((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 |#4|)) 50 T ELT)) (-2931 (((-85) |#4|) 45 T ELT)))
+(((-891 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2919 ((-584 |#4|) (-584 |#4|))) (-15 -2919 ((-584 |#4|) |#4| |#4|)) (-15 -2917 ((-584 |#4|) (-584 |#4|))) (-15 -2918 ((-584 |#4|) |#4| |#4|)) (-15 -2919 ((-584 |#4|) (-584 |#4|) |#4|)) (-15 -2919 ((-584 |#4|) (-584 |#4|) (-584 |#4|))) (-15 -2919 ((-584 |#4|) (-584 |#4|) (-584 |#4|) (-1 (-584 |#4|) (-584 |#4|)))) (-15 -2920 ((-85) (-584 |#4|) (-584 |#4|))) (-15 -2921 ((-85) (-584 |#4|) (-584 (-584 |#4|)))) (-15 -2922 ((-85) (-584 |#4|))) (-15 -2923 ((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-1 (-85) |#4|) (-584 |#4|))) (-15 -2924 ((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 (-1 (-85) |#4|)) (-584 |#4|))) (-15 -2925 ((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 (-1 (-85) |#4|)) (-584 |#4|))) (-15 -2926 ((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 |#4|))) (-15 -2927 ((-85) |#4|)) (-15 -2928 ((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 |#4|))) (-15 -2929 ((-85) |#4|)) (-15 -2930 ((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 |#4|))) (-15 -2931 ((-85) |#4|)) (-15 -2932 ((-2 (|:| |goodPols| (-584 |#4|)) (|:| |badPols| (-584 |#4|))) (-584 |#4|))) (-15 -2933 ((-584 |#4|) (-584 |#4|) (-584 |#4|))) (-15 -2933 ((-584 |#4|) (-584 |#4|) (-584 |#4|) (-85))) (-15 -2934 (|#4| |#4| (-584 |#4|))) (-15 -2935 ((-584 |#4|) (-584 |#4|))) (-15 -2936 ((-3 (-2 (|:| |bas| (-416 |#1| |#2| |#3| |#4|)) (|:| -3325 (-584 |#4|))) "failed") (-584 |#4|))) (-15 -2937 ((-584 |#4|) (-584 |#4|))) (-15 -2938 ((-584 |#4|) (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2939 ((-584 |#4|) (-584 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-392)) (PROGN (-15 -2940 ((-584 |#4|) |#4|)) (-15 -2941 ((-584 |#4|) (-584 |#4|))) (-15 -2941 ((-584 |#4|) (-584 |#4|) (-85))) (-15 -2942 ((-584 |#4|) (-584 |#4|) (-584 |#4|))) (-15 -2943 ((-584 |#4|) (-584 |#4|) (-584 |#4|))) (-15 -2944 ((-584 |#4|) (-584 |#4|) (-584 |#4|)))) |%noBranch|) (IF (|has| |#1| (-258)) (IF (|has| |#1| (-120)) (PROGN (-15 -2945 ((-584 |#4|) (-584 |#4|))) (-15 -2946 ((-584 |#4|) (-584 |#4|))) (-15 -2947 ((-584 |#4|) (-584 |#4|) (-584 |#4|)))) |%noBranch|) |%noBranch|)) (-496) (-718) (-757) (-978 |#1| |#2| |#3|)) (T -891))
+((-2947 (*1 *2 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2946 (*1 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2945 (*1 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2944 (*1 *2 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2943 (*1 *2 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2942 (*1 *2 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2941 (*1 *2 *2 *3) (-12 (-5 *2 (-584 *7)) (-5 *3 (-85)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-891 *4 *5 *6 *7)))) (-2941 (*1 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2940 (*1 *2 *3) (-12 (-4 *4 (-392)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 *3)) (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))) (-2939 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-584 *8)) (-5 *3 (-1 (-85) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-891 *5 *6 *7 *8)))) (-2938 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-584 *9)) (-5 *3 (-1 (-85) *9)) (-5 *4 (-1 (-85) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-978 *6 *7 *8)) (-4 *6 (-496)) (-4 *7 (-718)) (-4 *8 (-757)) (-5 *1 (-891 *6 *7 *8 *9)))) (-2937 (*1 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2936 (*1 *2 *3) (|partial| -12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-416 *4 *5 *6 *7)) (|:| -3325 (-584 *7)))) (-5 *1 (-891 *4 *5 *6 *7)) (-5 *3 (-584 *7)))) (-2935 (*1 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2934 (*1 *2 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-891 *4 *5 *6 *2)))) (-2933 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-584 *7)) (-5 *3 (-85)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-891 *4 *5 *6 *7)))) (-2933 (*1 *2 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2932 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-584 *7)) (|:| |badPols| (-584 *7)))) (-5 *1 (-891 *4 *5 *6 *7)) (-5 *3 (-584 *7)))) (-2931 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))) (-2930 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-584 *7)) (|:| |badPols| (-584 *7)))) (-5 *1 (-891 *4 *5 *6 *7)) (-5 *3 (-584 *7)))) (-2929 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))) (-2928 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-584 *7)) (|:| |badPols| (-584 *7)))) (-5 *1 (-891 *4 *5 *6 *7)) (-5 *3 (-584 *7)))) (-2927 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))) (-2926 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-584 *7)) (|:| |badPols| (-584 *7)))) (-5 *1 (-891 *4 *5 *6 *7)) (-5 *3 (-584 *7)))) (-2925 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-1 (-85) *8))) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-2 (|:| |goodPols| (-584 *8)) (|:| |badPols| (-584 *8)))) (-5 *1 (-891 *5 *6 *7 *8)) (-5 *4 (-584 *8)))) (-2924 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-1 (-85) *8))) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-2 (|:| |goodPols| (-584 *8)) (|:| |badPols| (-584 *8)))) (-5 *1 (-891 *5 *6 *7 *8)) (-5 *4 (-584 *8)))) (-2923 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-85) *8)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-2 (|:| |goodPols| (-584 *8)) (|:| |badPols| (-584 *8)))) (-5 *1 (-891 *5 *6 *7 *8)) (-5 *4 (-584 *8)))) (-2922 (*1 *2 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-891 *4 *5 *6 *7)))) (-2921 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-584 *8))) (-5 *3 (-584 *8)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-85)) (-5 *1 (-891 *5 *6 *7 *8)))) (-2920 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-891 *4 *5 *6 *7)))) (-2919 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-584 *7) (-584 *7))) (-5 *2 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-891 *4 *5 *6 *7)))) (-2919 (*1 *2 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2919 (*1 *2 *2 *3) (-12 (-5 *2 (-584 *3)) (-4 *3 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-891 *4 *5 *6 *3)))) (-2918 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 *3)) (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))) (-2917 (*1 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))) (-2919 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 *3)) (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))) (-2919 (*1 *2 *2) (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))))
+((-2948 (((-2 (|:| R (-631 |#1|)) (|:| A (-631 |#1|)) (|:| |Ainv| (-631 |#1|))) (-631 |#1|) (-69 |#1|) (-1 |#1| |#1|)) 19 T ELT)) (-2950 (((-584 (-2 (|:| C (-631 |#1|)) (|:| |g| (-1180 |#1|)))) (-631 |#1|) (-1180 |#1|)) 45 T ELT)) (-2949 (((-631 |#1|) (-631 |#1|) (-631 |#1|) (-69 |#1|) (-1 |#1| |#1|)) 16 T ELT)))
+(((-892 |#1|) (-10 -7 (-15 -2948 ((-2 (|:| R (-631 |#1|)) (|:| A (-631 |#1|)) (|:| |Ainv| (-631 |#1|))) (-631 |#1|) (-69 |#1|) (-1 |#1| |#1|))) (-15 -2949 ((-631 |#1|) (-631 |#1|) (-631 |#1|) (-69 |#1|) (-1 |#1| |#1|))) (-15 -2950 ((-584 (-2 (|:| C (-631 |#1|)) (|:| |g| (-1180 |#1|)))) (-631 |#1|) (-1180 |#1|)))) (-312)) (T -892))
+((-2950 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-5 *2 (-584 (-2 (|:| C (-631 *5)) (|:| |g| (-1180 *5))))) (-5 *1 (-892 *5)) (-5 *3 (-631 *5)) (-5 *4 (-1180 *5)))) (-2949 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-631 *5)) (-5 *3 (-69 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312)) (-5 *1 (-892 *5)))) (-2948 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-69 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-312)) (-5 *2 (-2 (|:| R (-631 *6)) (|:| A (-631 *6)) (|:| |Ainv| (-631 *6)))) (-5 *1 (-892 *6)) (-5 *3 (-631 *6)))))
+((-3973 (((-348 |#4|) |#4|) 61 T ELT)))
+(((-893 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3973 ((-348 |#4|) |#4|))) (-757) (-718) (-392) (-862 |#3| |#2| |#1|)) (T -893))
+((-3973 (*1 *2 *3) (-12 (-4 *4 (-757)) (-4 *5 (-718)) (-4 *6 (-392)) (-5 *2 (-348 *3)) (-5 *1 (-893 *4 *5 *6 *3)) (-4 *3 (-862 *6 *5 *4)))))
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3840 (($ (-695)) 122 (|has| |#1| (-23)) ELT)) (-2199 (((-1186) $ (-485) (-485)) 34 (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) 96 T ELT) (((-85) $) 90 (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) 87 (|has| $ (-1036 |#1|)) ELT) (($ $) 86 (-12 (|has| |#1| (-757)) (|has| $ (-1036 |#1|))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) 97 T ELT) (($ $) 91 (|has| |#1| (-757)) ELT)) (-3790 ((|#1| $ (-485) |#1|) 46 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) 54 (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-2298 (($ $) 88 (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) 98 T ELT)) (-1354 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3408 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 109 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 105 T ELT)) (-1577 ((|#1| $ (-485) |#1|) 47 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 45 T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) 95 T ELT) (((-485) |#1| $) 94 (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) 93 (|has| |#1| (-72)) ELT)) (-3708 (($ (-584 |#1|)) 128 T ELT)) (-3837 (((-631 |#1|) $ $) 115 (|has| |#1| (-962)) ELT)) (-3616 (($ (-695) |#1|) 64 T ELT)) (-2201 (((-485) $) 37 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) 80 (|has| |#1| (-757)) ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) 104 T ELT)) (-3247 (((-85) |#1| $) 108 (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) 38 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) 81 (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 111 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3834 ((|#1| $) 112 (-12 (|has| |#1| (-962)) (|has| |#1| (-916))) ELT)) (-3835 ((|#1| $) 113 (-12 (|has| |#1| (-962)) (|has| |#1| (-916))) ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-2305 (($ |#1| $ (-485)) 56 T ELT) (($ $ $ (-485)) 55 T ELT)) (-2204 (((-584 (-485)) $) 40 T ELT)) (-2205 (((-85) (-485) $) 41 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) 36 (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2200 (($ $ |#1|) 35 (|has| $ (-1036 |#1|)) ELT)) (-3771 (($ $ (-584 |#1|)) 126 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 102 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) 42 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ (-485) |#1|) 44 T ELT) ((|#1| $ (-485)) 43 T ELT) (($ $ (-1147 (-485))) 65 T ELT)) (-3838 ((|#1| $ $) 116 (|has| |#1| (-962)) ELT)) (-3913 (((-831) $) 127 T ELT)) (-2306 (($ $ (-485)) 58 T ELT) (($ $ (-1147 (-485))) 57 T ELT)) (-3836 (($ $ $) 114 T ELT)) (-1731 (((-695) |#1| $) 107 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 103 T ELT)) (-1735 (($ $ $ (-485)) 89 (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 72 (|has| |#1| (-554 (-474))) ELT) (($ (-584 |#1|)) 129 T ELT)) (-3532 (($ (-584 |#1|)) 66 T ELT)) (-3804 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-584 $)) 60 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 101 T ELT)) (-2568 (((-85) $ $) 82 (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) 84 (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) 83 (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 85 (|has| |#1| (-757)) ELT)) (-3839 (($ $) 121 (|has| |#1| (-21)) ELT) (($ $ $) 120 (|has| |#1| (-21)) ELT)) (-3841 (($ $ $) 123 (|has| |#1| (-25)) ELT)) (* (($ (-485) $) 119 (|has| |#1| (-21)) ELT) (($ |#1| $) 118 (|has| |#1| (-664)) ELT) (($ $ |#1|) 117 (|has| |#1| (-664)) ELT)) (-3959 (((-695) $) 100 T ELT)))
+(((-894 |#1|) (-113) (-962)) (T -894))
+((-3708 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-962)) (-4 *1 (-894 *3)))) (-3913 (*1 *2 *1) (-12 (-4 *1 (-894 *3)) (-4 *3 (-962)) (-5 *2 (-831)))) (-3836 (*1 *1 *1 *1) (-12 (-4 *1 (-894 *2)) (-4 *2 (-962)))) (-3771 (*1 *1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *1 (-894 *3)) (-4 *3 (-962)))))
+(-13 (-1179 |t#1|) (-558 (-584 |t#1|)) (-10 -8 (-15 -3708 ($ (-584 |t#1|))) (-15 -3913 ((-831) $)) (-15 -3836 ($ $ $)) (-15 -3771 ($ $ (-584 |t#1|)))))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-757)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-757)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-558 (-584 |#1|)) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-241 (-485) |#1|) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-324 |#1|) . T) ((-429 |#1|) . T) ((-539 (-485) |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-594 |#1|) . T) ((-19 |#1|) . T) ((-757) |has| |#1| (-757)) ((-760) |has| |#1| (-757)) ((-1014) OR (|has| |#1| (-1014)) (|has| |#1| (-757))) ((-1036 |#1|) . T) ((-1130) . T) ((-1179 |#1|) . T))
+((-3960 (((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|)) 17 T ELT)))
+(((-895 |#1| |#2|) (-10 -7 (-15 -3960 ((-855 |#2|) (-1 |#2| |#1|) (-855 |#1|)))) (-962) (-962)) (T -895))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-855 *5)) (-4 *5 (-962)) (-4 *6 (-962)) (-5 *2 (-855 *6)) (-5 *1 (-895 *5 *6)))))
+((-2953 ((|#1| (-855 |#1|)) 14 T ELT)) (-2952 ((|#1| (-855 |#1|)) 13 T ELT)) (-2951 ((|#1| (-855 |#1|)) 12 T ELT)) (-2955 ((|#1| (-855 |#1|)) 16 T ELT)) (-2959 ((|#1| (-855 |#1|)) 24 T ELT)) (-2954 ((|#1| (-855 |#1|)) 15 T ELT)) (-2956 ((|#1| (-855 |#1|)) 17 T ELT)) (-2958 ((|#1| (-855 |#1|)) 23 T ELT)) (-2957 ((|#1| (-855 |#1|)) 22 T ELT)))
+(((-896 |#1|) (-10 -7 (-15 -2951 (|#1| (-855 |#1|))) (-15 -2952 (|#1| (-855 |#1|))) (-15 -2953 (|#1| (-855 |#1|))) (-15 -2954 (|#1| (-855 |#1|))) (-15 -2955 (|#1| (-855 |#1|))) (-15 -2956 (|#1| (-855 |#1|))) (-15 -2957 (|#1| (-855 |#1|))) (-15 -2958 (|#1| (-855 |#1|))) (-15 -2959 (|#1| (-855 |#1|)))) (-962)) (T -896))
+((-2959 (*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))) (-2958 (*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))) (-2957 (*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))) (-2956 (*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))) (-2955 (*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))) (-2954 (*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))) (-2953 (*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))) (-2952 (*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))) (-2951 (*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))))
+((-2977 (((-3 |#1| "failed") |#1|) 18 T ELT)) (-2965 (((-3 |#1| "failed") |#1|) 6 T ELT)) (-2975 (((-3 |#1| "failed") |#1|) 16 T ELT)) (-2963 (((-3 |#1| "failed") |#1|) 4 T ELT)) (-2979 (((-3 |#1| "failed") |#1|) 20 T ELT)) (-2967 (((-3 |#1| "failed") |#1|) 8 T ELT)) (-2960 (((-3 |#1| "failed") |#1| (-695)) 1 T ELT)) (-2962 (((-3 |#1| "failed") |#1|) 3 T ELT)) (-2961 (((-3 |#1| "failed") |#1|) 2 T ELT)) (-2980 (((-3 |#1| "failed") |#1|) 21 T ELT)) (-2968 (((-3 |#1| "failed") |#1|) 9 T ELT)) (-2978 (((-3 |#1| "failed") |#1|) 19 T ELT)) (-2966 (((-3 |#1| "failed") |#1|) 7 T ELT)) (-2976 (((-3 |#1| "failed") |#1|) 17 T ELT)) (-2964 (((-3 |#1| "failed") |#1|) 5 T ELT)) (-2983 (((-3 |#1| "failed") |#1|) 24 T ELT)) (-2971 (((-3 |#1| "failed") |#1|) 12 T ELT)) (-2981 (((-3 |#1| "failed") |#1|) 22 T ELT)) (-2969 (((-3 |#1| "failed") |#1|) 10 T ELT)) (-2985 (((-3 |#1| "failed") |#1|) 26 T ELT)) (-2973 (((-3 |#1| "failed") |#1|) 14 T ELT)) (-2986 (((-3 |#1| "failed") |#1|) 27 T ELT)) (-2974 (((-3 |#1| "failed") |#1|) 15 T ELT)) (-2984 (((-3 |#1| "failed") |#1|) 25 T ELT)) (-2972 (((-3 |#1| "failed") |#1|) 13 T ELT)) (-2982 (((-3 |#1| "failed") |#1|) 23 T ELT)) (-2970 (((-3 |#1| "failed") |#1|) 11 T ELT)))
+(((-897 |#1|) (-113) (-1116)) (T -897))
+((-2986 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2985 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2984 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2983 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2982 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2981 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2980 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2979 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2978 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2977 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2976 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2975 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2974 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2973 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2972 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2971 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2970 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2969 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2968 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2967 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2966 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2965 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2964 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2963 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2962 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2961 (*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))) (-2960 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-695)) (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(-13 (-10 -7 (-15 -2960 ((-3 |t#1| "failed") |t#1| (-695))) (-15 -2961 ((-3 |t#1| "failed") |t#1|)) (-15 -2962 ((-3 |t#1| "failed") |t#1|)) (-15 -2963 ((-3 |t#1| "failed") |t#1|)) (-15 -2964 ((-3 |t#1| "failed") |t#1|)) (-15 -2965 ((-3 |t#1| "failed") |t#1|)) (-15 -2966 ((-3 |t#1| "failed") |t#1|)) (-15 -2967 ((-3 |t#1| "failed") |t#1|)) (-15 -2968 ((-3 |t#1| "failed") |t#1|)) (-15 -2969 ((-3 |t#1| "failed") |t#1|)) (-15 -2970 ((-3 |t#1| "failed") |t#1|)) (-15 -2971 ((-3 |t#1| "failed") |t#1|)) (-15 -2972 ((-3 |t#1| "failed") |t#1|)) (-15 -2973 ((-3 |t#1| "failed") |t#1|)) (-15 -2974 ((-3 |t#1| "failed") |t#1|)) (-15 -2975 ((-3 |t#1| "failed") |t#1|)) (-15 -2976 ((-3 |t#1| "failed") |t#1|)) (-15 -2977 ((-3 |t#1| "failed") |t#1|)) (-15 -2978 ((-3 |t#1| "failed") |t#1|)) (-15 -2979 ((-3 |t#1| "failed") |t#1|)) (-15 -2980 ((-3 |t#1| "failed") |t#1|)) (-15 -2981 ((-3 |t#1| "failed") |t#1|)) (-15 -2982 ((-3 |t#1| "failed") |t#1|)) (-15 -2983 ((-3 |t#1| "failed") |t#1|)) (-15 -2984 ((-3 |t#1| "failed") |t#1|)) (-15 -2985 ((-3 |t#1| "failed") |t#1|)) (-15 -2986 ((-3 |t#1| "failed") |t#1|))))
+((-2988 ((|#4| |#4| (-584 |#3|)) 57 T ELT) ((|#4| |#4| |#3|) 56 T ELT)) (-2987 ((|#4| |#4| (-584 |#3|)) 24 T ELT) ((|#4| |#4| |#3|) 20 T ELT)) (-3960 ((|#4| (-1 |#4| (-858 |#1|)) |#4|) 33 T ELT)))
+(((-898 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2987 (|#4| |#4| |#3|)) (-15 -2987 (|#4| |#4| (-584 |#3|))) (-15 -2988 (|#4| |#4| |#3|)) (-15 -2988 (|#4| |#4| (-584 |#3|))) (-15 -3960 (|#4| (-1 |#4| (-858 |#1|)) |#4|))) (-962) (-718) (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ "failed") (-1091))))) (-862 (-858 |#1|) |#2| |#3|)) (T -898))
+((-3960 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-858 *4))) (-4 *4 (-962)) (-4 *2 (-862 (-858 *4) *5 *6)) (-4 *5 (-718)) (-4 *6 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ #1="failed") (-1091)))))) (-5 *1 (-898 *4 *5 *6 *2)))) (-2988 (*1 *2 *2 *3) (-12 (-5 *3 (-584 *6)) (-4 *6 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ #1#) (-1091)))))) (-4 *4 (-962)) (-4 *5 (-718)) (-5 *1 (-898 *4 *5 *6 *2)) (-4 *2 (-862 (-858 *4) *5 *6)))) (-2988 (*1 *2 *2 *3) (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ #1#) (-1091)))))) (-5 *1 (-898 *4 *5 *3 *2)) (-4 *2 (-862 (-858 *4) *5 *3)))) (-2987 (*1 *2 *2 *3) (-12 (-5 *3 (-584 *6)) (-4 *6 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ #1#) (-1091)))))) (-4 *4 (-962)) (-4 *5 (-718)) (-5 *1 (-898 *4 *5 *6 *2)) (-4 *2 (-862 (-858 *4) *5 *6)))) (-2987 (*1 *2 *2 *3) (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ #1#) (-1091)))))) (-5 *1 (-898 *4 *5 *3 *2)) (-4 *2 (-862 (-858 *4) *5 *3)))))
+((-2989 ((|#2| |#3|) 35 T ELT)) (-3921 (((-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|))) |#2|) 79 T ELT)) (-3920 (((-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|)))) 100 T ELT)))
+(((-899 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3920 ((-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|))))) (-15 -3921 ((-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|))) |#2|)) (-15 -2989 (|#2| |#3|))) (-299) (-1156 |#1|) (-1156 |#2|) (-662 |#2| |#3|)) (T -899))
+((-2989 (*1 *2 *3) (-12 (-4 *3 (-1156 *2)) (-4 *2 (-1156 *4)) (-5 *1 (-899 *4 *2 *3 *5)) (-4 *4 (-299)) (-4 *5 (-662 *2 *3)))) (-3921 (*1 *2 *3) (-12 (-4 *4 (-299)) (-4 *3 (-1156 *4)) (-4 *5 (-1156 *3)) (-5 *2 (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3)))) (-5 *1 (-899 *4 *3 *5 *6)) (-4 *6 (-662 *3 *5)))) (-3920 (*1 *2) (-12 (-4 *3 (-299)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 *4)) (-5 *2 (-2 (|:| -2013 (-631 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-631 *4)))) (-5 *1 (-899 *3 *4 *5 *6)) (-4 *6 (-662 *4 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3403 (((-3 (-85) #1="failed") $) 71 T ELT)) (-3651 (($ $) 36 (-12 (|has| |#1| (-120)) (|has| |#1| (-258))) ELT)) (-2993 (($ $ (-3 (-85) #1#)) 72 T ELT)) (-2994 (($ (-584 |#4|) |#4|) 25 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2990 (($ $) 69 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3405 (((-85) $) 70 T ELT)) (-3567 (($) 30 T ELT)) (-2991 ((|#4| $) 74 T ELT)) (-2992 (((-584 |#4|) $) 73 T ELT)) (-3948 (((-773) $) 68 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-900 |#1| |#2| |#3| |#4|) (-13 (-1014) (-553 (-773)) (-10 -8 (-15 -3567 ($)) (-15 -2994 ($ (-584 |#4|) |#4|)) (-15 -3403 ((-3 (-85) #1="failed") $)) (-15 -2993 ($ $ (-3 (-85) #1#))) (-15 -3405 ((-85) $)) (-15 -2992 ((-584 |#4|) $)) (-15 -2991 (|#4| $)) (-15 -2990 ($ $)) (IF (|has| |#1| (-258)) (IF (|has| |#1| (-120)) (-15 -3651 ($ $)) |%noBranch|) |%noBranch|))) (-392) (-757) (-718) (-862 |#1| |#3| |#2|)) (T -900))
+((-3567 (*1 *1) (-12 (-4 *2 (-392)) (-4 *3 (-757)) (-4 *4 (-718)) (-5 *1 (-900 *2 *3 *4 *5)) (-4 *5 (-862 *2 *4 *3)))) (-2994 (*1 *1 *2 *3) (-12 (-5 *2 (-584 *3)) (-4 *3 (-862 *4 *6 *5)) (-4 *4 (-392)) (-4 *5 (-757)) (-4 *6 (-718)) (-5 *1 (-900 *4 *5 *6 *3)))) (-3403 (*1 *2 *1) (|partial| -12 (-4 *3 (-392)) (-4 *4 (-757)) (-4 *5 (-718)) (-5 *2 (-85)) (-5 *1 (-900 *3 *4 *5 *6)) (-4 *6 (-862 *3 *5 *4)))) (-2993 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-85) "failed")) (-4 *3 (-392)) (-4 *4 (-757)) (-4 *5 (-718)) (-5 *1 (-900 *3 *4 *5 *6)) (-4 *6 (-862 *3 *5 *4)))) (-3405 (*1 *2 *1) (-12 (-4 *3 (-392)) (-4 *4 (-757)) (-4 *5 (-718)) (-5 *2 (-85)) (-5 *1 (-900 *3 *4 *5 *6)) (-4 *6 (-862 *3 *5 *4)))) (-2992 (*1 *2 *1) (-12 (-4 *3 (-392)) (-4 *4 (-757)) (-4 *5 (-718)) (-5 *2 (-584 *6)) (-5 *1 (-900 *3 *4 *5 *6)) (-4 *6 (-862 *3 *5 *4)))) (-2991 (*1 *2 *1) (-12 (-4 *2 (-862 *3 *5 *4)) (-5 *1 (-900 *3 *4 *5 *2)) (-4 *3 (-392)) (-4 *4 (-757)) (-4 *5 (-718)))) (-2990 (*1 *1 *1) (-12 (-4 *2 (-392)) (-4 *3 (-757)) (-4 *4 (-718)) (-5 *1 (-900 *2 *3 *4 *5)) (-4 *5 (-862 *2 *4 *3)))) (-3651 (*1 *1 *1) (-12 (-4 *2 (-120)) (-4 *2 (-258)) (-4 *2 (-392)) (-4 *3 (-757)) (-4 *4 (-718)) (-5 *1 (-900 *2 *3 *4 *5)) (-4 *5 (-862 *2 *4 *3)))))
+((-2995 (((-900 (-350 (-485)) (-774 |#1|) (-197 |#2| (-695)) (-206 |#1| (-350 (-485)))) (-900 (-350 (-485)) (-774 |#1|) (-197 |#2| (-695)) (-206 |#1| (-350 (-485))))) 82 T ELT)))
+(((-901 |#1| |#2|) (-10 -7 (-15 -2995 ((-900 (-350 (-485)) (-774 |#1|) (-197 |#2| (-695)) (-206 |#1| (-350 (-485)))) (-900 (-350 (-485)) (-774 |#1|) (-197 |#2| (-695)) (-206 |#1| (-350 (-485))))))) (-584 (-1091)) (-695)) (T -901))
+((-2995 (*1 *2 *2) (-12 (-5 *2 (-900 (-350 (-485)) (-774 *3) (-197 *4 (-695)) (-206 *3 (-350 (-485))))) (-14 *3 (-584 (-1091))) (-14 *4 (-695)) (-5 *1 (-901 *3 *4)))))
+((-3271 (((-85) |#5| |#5|) 44 T ELT)) (-3274 (((-85) |#5| |#5|) 59 T ELT)) (-3279 (((-85) |#5| (-584 |#5|)) 81 T ELT) (((-85) |#5| |#5|) 68 T ELT)) (-3275 (((-85) (-584 |#4|) (-584 |#4|)) 65 T ELT)) (-3281 (((-85) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|)) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) 70 T ELT)) (-3270 (((-1186)) 32 T ELT)) (-3269 (((-1186) (-1074) (-1074) (-1074)) 28 T ELT)) (-3280 (((-584 |#5|) (-584 |#5|)) 100 T ELT)) (-3282 (((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|)))) 92 T ELT)) (-3283 (((-584 (-2 (|:| -3268 (-584 |#4|)) (|:| -1601 |#5|) (|:| |ineq| (-584 |#4|)))) (-584 |#4|) (-584 |#5|) (-85) (-85)) 122 T ELT)) (-3273 (((-85) |#5| |#5|) 53 T ELT)) (-3278 (((-3 (-85) #1="failed") |#5| |#5|) 78 T ELT)) (-3276 (((-85) (-584 |#4|) (-584 |#4|)) 64 T ELT)) (-3277 (((-85) (-584 |#4|) (-584 |#4|)) 66 T ELT)) (-3701 (((-85) (-584 |#4|) (-584 |#4|)) 67 T ELT)) (-3284 (((-3 (-2 (|:| -3268 (-584 |#4|)) (|:| -1601 |#5|) (|:| |ineq| (-584 |#4|))) #1#) (-584 |#4|) |#5| (-584 |#4|) (-85) (-85) (-85) (-85) (-85)) 117 T ELT)) (-3272 (((-584 |#5|) (-584 |#5|)) 49 T ELT)))
+(((-902 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3269 ((-1186) (-1074) (-1074) (-1074))) (-15 -3270 ((-1186))) (-15 -3271 ((-85) |#5| |#5|)) (-15 -3272 ((-584 |#5|) (-584 |#5|))) (-15 -3273 ((-85) |#5| |#5|)) (-15 -3274 ((-85) |#5| |#5|)) (-15 -3275 ((-85) (-584 |#4|) (-584 |#4|))) (-15 -3276 ((-85) (-584 |#4|) (-584 |#4|))) (-15 -3277 ((-85) (-584 |#4|) (-584 |#4|))) (-15 -3701 ((-85) (-584 |#4|) (-584 |#4|))) (-15 -3278 ((-3 (-85) #1="failed") |#5| |#5|)) (-15 -3279 ((-85) |#5| |#5|)) (-15 -3279 ((-85) |#5| (-584 |#5|))) (-15 -3280 ((-584 |#5|) (-584 |#5|))) (-15 -3281 ((-85) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|)) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|)))) (-15 -3282 ((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) (-15 -3283 ((-584 (-2 (|:| -3268 (-584 |#4|)) (|:| -1601 |#5|) (|:| |ineq| (-584 |#4|)))) (-584 |#4|) (-584 |#5|) (-85) (-85))) (-15 -3284 ((-3 (-2 (|:| -3268 (-584 |#4|)) (|:| -1601 |#5|) (|:| |ineq| (-584 |#4|))) #1#) (-584 |#4|) |#5| (-584 |#4|) (-85) (-85) (-85) (-85) (-85)))) (-392) (-718) (-757) (-978 |#1| |#2| |#3|) (-984 |#1| |#2| |#3| |#4|)) (T -902))
+((-3284 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *9 (-978 *6 *7 *8)) (-5 *2 (-2 (|:| -3268 (-584 *9)) (|:| -1601 *4) (|:| |ineq| (-584 *9)))) (-5 *1 (-902 *6 *7 *8 *9 *4)) (-5 *3 (-584 *9)) (-4 *4 (-984 *6 *7 *8 *9)))) (-3283 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-584 *10)) (-5 *5 (-85)) (-4 *10 (-984 *6 *7 *8 *9)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *9 (-978 *6 *7 *8)) (-5 *2 (-584 (-2 (|:| -3268 (-584 *9)) (|:| -1601 *10) (|:| |ineq| (-584 *9))))) (-5 *1 (-902 *6 *7 *8 *9 *10)) (-5 *3 (-584 *9)))) (-3282 (*1 *2 *2) (-12 (-5 *2 (-584 (-2 (|:| |val| (-584 *6)) (|:| -1601 *7)))) (-4 *6 (-978 *3 *4 *5)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-902 *3 *4 *5 *6 *7)))) (-3281 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-584 *7)) (|:| -1601 *8))) (-4 *7 (-978 *4 *5 *6)) (-4 *8 (-984 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *8)))) (-3280 (*1 *2 *2) (-12 (-5 *2 (-584 *7)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *1 (-902 *3 *4 *5 *6 *7)))) (-3279 (*1 *2 *3 *4) (-12 (-5 *4 (-584 *3)) (-4 *3 (-984 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-978 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-902 *5 *6 *7 *8 *3)))) (-3279 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))) (-3278 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))) (-3701 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))) (-3277 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))) (-3276 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))) (-3275 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))) (-3274 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))) (-3273 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))) (-3272 (*1 *2 *2) (-12 (-5 *2 (-584 *7)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *1 (-902 *3 *4 *5 *6 *7)))) (-3271 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))) (-3270 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-1186)) (-5 *1 (-902 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6)))) (-3269 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-902 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))))
+((-3833 (((-1091) $) 15 T ELT)) (-3404 (((-1074) $) 16 T ELT)) (-3228 (($ (-1091) (-1074)) 14 T ELT)) (-3948 (((-773) $) 13 T ELT)))
+(((-903) (-13 (-553 (-773)) (-10 -8 (-15 -3228 ($ (-1091) (-1074))) (-15 -3833 ((-1091) $)) (-15 -3404 ((-1074) $))))) (T -903))
+((-3228 (*1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-1074)) (-5 *1 (-903)))) (-3833 (*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-903)))) (-3404 (*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-903)))))
+((-3159 (((-3 |#2| #1="failed") $) NIL T ELT) (((-3 (-1091) #1#) $) 72 T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 (-485) #1#) $) 102 T ELT)) (-3158 ((|#2| $) NIL T ELT) (((-1091) $) 67 T ELT) (((-350 (-485)) $) NIL T ELT) (((-485) $) 99 T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL T ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) 121 T ELT) (((-631 |#2|) (-631 $)) 35 T ELT)) (-2996 (($) 105 T ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 82 T ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 91 T ELT)) (-2998 (($ $) 10 T ELT)) (-3447 (((-633 $) $) 27 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) 29 T ELT)) (-3448 (($) 16 T CONST)) (-3130 (($ $) 61 T ELT)) (-3760 (($ $ (-1 |#2| |#2|)) 43 T ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1091)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2997 (($ $) 12 T ELT)) (-3974 (((-801 (-485)) $) 77 T ELT) (((-801 (-330)) $) 86 T ELT) (((-474) $) 47 T ELT) (((-330) $) 51 T ELT) (((-179) $) 55 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) 97 T ELT) (($ |#2|) NIL T ELT) (($ (-1091)) 64 T ELT)) (-3128 (((-695)) 38 T CONST)) (-2687 (((-85) $ $) 57 T ELT)))
+(((-904 |#1| |#2|) (-10 -7 (-15 -2687 ((-85) |#1| |#1|)) (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091))) (-15 -3448 (|#1|) -3954) (-15 -3447 ((-633 |#1|) |#1|)) (-15 -3159 ((-3 (-485) #1="failed") |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3974 ((-179) |#1|)) (-15 -3974 ((-330) |#1|)) (-15 -3974 ((-474) |#1|)) (-15 -3948 (|#1| (-1091))) (-15 -3159 ((-3 (-1091) #1#) |#1|)) (-15 -3158 ((-1091) |#1|)) (-15 -2996 (|#1|)) (-15 -3130 (|#1| |#1|)) (-15 -2997 (|#1| |#1|)) (-15 -2998 (|#1| |#1|)) (-15 -2798 ((-799 (-330) |#1|) |#1| (-801 (-330)) (-799 (-330) |#1|))) (-15 -2798 ((-799 (-485) |#1|) |#1| (-801 (-485)) (-799 (-485) |#1|))) (-15 -3974 ((-801 (-330)) |#1|)) (-15 -3974 ((-801 (-485)) |#1|)) (-15 -2280 ((-631 |#2|) (-631 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 |#1|) (-1180 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 |#1|) (-1180 |#1|))) (-15 -2280 ((-631 (-485)) (-631 |#1|))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|) (-695))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3960 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3948 (|#1| |#2|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3948 (|#1| |#1|)) (-15 -3128 ((-695)) -3954) (-15 -3948 (|#1| (-485))) (-15 -3948 ((-773) |#1|))) (-905 |#2|) (-496)) (T -904))
+((-3128 (*1 *2) (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-904 *3 *4)) (-4 *3 (-905 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3131 ((|#1| $) 173 (|has| |#1| (-258)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 164 (|has| |#1| (-822)) ELT)) (-3777 (($ $) 91 T ELT)) (-3973 (((-348 $) $) 90 T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1="failed") (-584 (-1086 $)) (-1086 $)) 167 (|has| |#1| (-822)) ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3625 (((-485) $) 154 (|has| |#1| (-741)) ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#1| #2="failed") $) 203 T ELT) (((-3 (-1091) #2#) $) 162 (|has| |#1| (-951 (-1091))) ELT) (((-3 (-350 (-485)) #2#) $) 145 (|has| |#1| (-951 (-485))) ELT) (((-3 (-485) #2#) $) 143 (|has| |#1| (-951 (-485))) ELT)) (-3158 ((|#1| $) 204 T ELT) (((-1091) $) 163 (|has| |#1| (-951 (-1091))) ELT) (((-350 (-485)) $) 146 (|has| |#1| (-951 (-485))) ELT) (((-485) $) 144 (|has| |#1| (-951 (-485))) ELT)) (-2566 (($ $ $) 71 T ELT)) (-2280 (((-631 (-485)) (-631 $)) 188 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 187 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 186 T ELT) (((-631 |#1|) (-631 $)) 185 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2996 (($) 171 (|has| |#1| (-484)) ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-3725 (((-85) $) 89 T ELT)) (-3188 (((-85) $) 156 (|has| |#1| (-741)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 180 (|has| |#1| (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 179 (|has| |#1| (-797 (-330))) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2998 (($ $) 175 T ELT)) (-3000 ((|#1| $) 177 T ELT)) (-3447 (((-633 $) $) 142 (|has| |#1| (-1067)) ELT)) (-3189 (((-85) $) 155 (|has| |#1| (-741)) ELT)) (-1606 (((-3 (-584 $) #3="failed") (-584 $) $) 68 T ELT)) (-2533 (($ $ $) 147 (|has| |#1| (-757)) ELT)) (-2859 (($ $ $) 148 (|has| |#1| (-757)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 195 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 190 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 189 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 184 T ELT) (((-631 |#1|) (-1180 $)) 183 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 88 T ELT)) (-3448 (($) 141 (|has| |#1| (-1067)) CONST)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3130 (($ $) 172 (|has| |#1| (-258)) ELT)) (-3132 ((|#1| $) 169 (|has| |#1| (-484)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 166 (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 165 (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) 92 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #3#) $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-3770 (($ $ (-584 |#1|) (-584 |#1|)) 201 (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) 200 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) 199 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-249 |#1|))) 198 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) 197 (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-1091) |#1|) 196 (|has| |#1| (-456 (-1091) |#1|)) ELT)) (-1608 (((-695) $) 74 T ELT)) (-3802 (($ $ |#1|) 202 (|has| |#1| (-241 |#1| |#1|)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-3760 (($ $ (-1 |#1| |#1|)) 194 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 193 T ELT) (($ $) 140 (|has| |#1| (-189)) ELT) (($ $ (-695)) 138 (|has| |#1| (-189)) ELT) (($ $ (-1091)) 136 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 134 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 133 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 132 (|has| |#1| (-812 (-1091))) ELT)) (-2997 (($ $) 174 T ELT)) (-2999 ((|#1| $) 176 T ELT)) (-3974 (((-801 (-485)) $) 182 (|has| |#1| (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) 181 (|has| |#1| (-554 (-801 (-330)))) ELT) (((-474) $) 159 (|has| |#1| (-554 (-474))) ELT) (((-330) $) 158 (|has| |#1| (-934)) ELT) (((-179) $) 157 (|has| |#1| (-934)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) 168 (-2564 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-485))) 84 T ELT) (($ |#1|) 207 T ELT) (($ (-1091)) 161 (|has| |#1| (-951 (-1091))) ELT)) (-2704 (((-633 $) $) 160 (OR (|has| |#1| (-118)) (-2564 (|has| $ (-118)) (|has| |#1| (-822)))) ELT)) (-3128 (((-695)) 40 T CONST)) (-3133 ((|#1| $) 170 (|has| |#1| (-484)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3385 (($ $) 153 (|has| |#1| (-741)) ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1 |#1| |#1|)) 192 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 191 T ELT) (($ $) 139 (|has| |#1| (-189)) ELT) (($ $ (-695)) 137 (|has| |#1| (-189)) ELT) (($ $ (-1091)) 135 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 131 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 130 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 129 (|has| |#1| (-812 (-1091))) ELT)) (-2568 (((-85) $ $) 149 (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) 151 (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 150 (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 152 (|has| |#1| (-757)) ELT)) (-3951 (($ $ $) 83 T ELT) (($ |#1| |#1|) 178 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 87 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 86 T ELT) (($ (-350 (-485)) $) 85 T ELT) (($ |#1| $) 206 T ELT) (($ $ |#1|) 205 T ELT)))
+(((-905 |#1|) (-113) (-496)) (T -905))
+((-3951 (*1 *1 *2 *2) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)))) (-3000 (*1 *2 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)))) (-2999 (*1 *2 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)))) (-2998 (*1 *1 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)))) (-2997 (*1 *1 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)))) (-3131 (*1 *2 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)) (-4 *2 (-258)))) (-3130 (*1 *1 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)) (-4 *2 (-258)))) (-2996 (*1 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-484)) (-4 *2 (-496)))) (-3133 (*1 *2 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)) (-4 *2 (-484)))) (-3132 (*1 *2 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)) (-4 *2 (-484)))))
+(-13 (-312) (-38 |t#1|) (-951 |t#1|) (-288 |t#1|) (-184 |t#1|) (-329 |t#1|) (-795 |t#1|) (-343 |t#1|) (-10 -8 (-15 -3951 ($ |t#1| |t#1|)) (-15 -3000 (|t#1| $)) (-15 -2999 (|t#1| $)) (-15 -2998 ($ $)) (-15 -2997 ($ $)) (IF (|has| |t#1| (-1067)) (-6 (-1067)) |%noBranch|) (IF (|has| |t#1| (-951 (-485))) (PROGN (-6 (-951 (-485))) (-6 (-951 (-350 (-485))))) |%noBranch|) (IF (|has| |t#1| (-757)) (-6 (-757)) |%noBranch|) (IF (|has| |t#1| (-741)) (-6 (-741)) |%noBranch|) (IF (|has| |t#1| (-934)) (-6 (-934)) |%noBranch|) (IF (|has| |t#1| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-951 (-1091))) (-6 (-951 (-1091))) |%noBranch|) (IF (|has| |t#1| (-258)) (PROGN (-15 -3131 (|t#1| $)) (-15 -3130 ($ $))) |%noBranch|) (IF (|has| |t#1| (-484)) (PROGN (-15 -2996 ($)) (-15 -3133 (|t#1| $)) (-15 -3132 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-822)) (-6 (-822)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 |#1| |#1|) . T) ((-82 $ $) . T) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) OR (|has| |#1| (-741)) (|has| |#1| (-120))) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-556 (-1091)) |has| |#1| (-951 (-1091))) ((-556 |#1|) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-554 (-179)) |has| |#1| (-934)) ((-554 (-330)) |has| |#1| (-934)) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-554 (-801 (-330))) |has| |#1| (-554 (-801 (-330)))) ((-554 (-801 (-485))) |has| |#1| (-554 (-801 (-485)))) ((-186 $) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-184 |#1|) . T) ((-190) |has| |#1| (-190)) ((-189) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-225 |#1|) . T) ((-201) . T) ((-241 |#1| $) |has| |#1| (-241 |#1| |#1|)) ((-246) . T) ((-258) . T) ((-260 |#1|) |has| |#1| (-260 |#1|)) ((-312) . T) ((-288 |#1|) . T) ((-329 |#1|) . T) ((-343 |#1|) . T) ((-392) . T) ((-456 (-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)) ((-456 |#1| |#1|) |has| |#1| (-260 |#1|)) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 (-485)) |has| |#1| (-581 (-485))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 |#1|) . T) ((-583 $) . T) ((-581 (-485)) |has| |#1| (-581 (-485))) ((-581 |#1|) . T) ((-655 (-350 (-485))) . T) ((-655 |#1|) . T) ((-655 $) . T) ((-664) . T) ((-715) |has| |#1| (-741)) ((-717) |has| |#1| (-741)) ((-719) |has| |#1| (-741)) ((-722) |has| |#1| (-741)) ((-741) |has| |#1| (-741)) ((-756) |has| |#1| (-741)) ((-757) OR (|has| |#1| (-757)) (|has| |#1| (-741))) ((-760) OR (|has| |#1| (-757)) (|has| |#1| (-741))) ((-807 $ (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-810 (-1091)) |has| |#1| (-810 (-1091))) ((-812 (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-797 (-330)) |has| |#1| (-797 (-330))) ((-797 (-485)) |has| |#1| (-797 (-485))) ((-795 |#1|) . T) ((-822) |has| |#1| (-822)) ((-833) . T) ((-934) |has| |#1| (-934)) ((-951 (-350 (-485))) |has| |#1| (-951 (-485))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 (-1091)) |has| |#1| (-951 (-1091))) ((-951 |#1|) . T) ((-964 (-350 (-485))) . T) ((-964 |#1|) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 |#1|) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1067) |has| |#1| (-1067)) ((-1130) . T) ((-1135) . T))
+((-3960 ((|#4| (-1 |#2| |#1|) |#3|) 14 T ELT)))
+(((-906 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3960 (|#4| (-1 |#2| |#1|) |#3|))) (-496) (-496) (-905 |#1|) (-905 |#2|)) (T -906))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-496)) (-4 *6 (-496)) (-4 *2 (-905 *6)) (-5 *1 (-906 *5 *6 *4 *2)) (-4 *4 (-905 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ "failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3001 (($ (-1057 |#1| |#2|)) 11 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-3125 (((-1057 |#1| |#2|) $) 12 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 ((|#2| $ (-197 |#1| |#2|)) 16 T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT)))
+(((-907 |#1| |#2|) (-13 (-21) (-241 (-197 |#1| |#2|) |#2|) (-10 -8 (-15 -3001 ($ (-1057 |#1| |#2|))) (-15 -3125 ((-1057 |#1| |#2|) $)))) (-831) (-312)) (T -907))
+((-3001 (*1 *1 *2) (-12 (-5 *2 (-1057 *3 *4)) (-14 *3 (-831)) (-4 *4 (-312)) (-5 *1 (-907 *3 *4)))) (-3125 (*1 *2 *1) (-12 (-5 *2 (-1057 *3 *4)) (-5 *1 (-907 *3 *4)) (-14 *3 (-831)) (-4 *4 (-312)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3208 (((-1050) $) 10 T ELT)) (-3948 (((-773) $) 16 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-908) (-13 (-996) (-10 -8 (-15 -3208 ((-1050) $))))) (T -908))
+((-3208 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-908)))))
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3726 (($) 6 T CONST)) (-3004 (($ $) 42 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 54 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 51 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 50 T ELT)) (-2610 (((-584 |#1|) $) 49 T ELT)) (-3247 (((-85) |#1| $) 53 (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3835 (((-695) $) 41 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 34 T ELT)) (-3611 (($ |#1| $) 35 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3003 ((|#1| $) 40 T ELT)) (-1276 ((|#1| $) 36 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 47 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3006 ((|#1| |#1| $) 44 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3005 ((|#1| $) 43 T ELT)) (-1731 (((-695) |#1| $) 52 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 48 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-3002 ((|#1| $) 39 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 46 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 45 T ELT)))
+(((-909 |#1|) (-113) (-1130)) (T -909))
+((-3006 (*1 *2 *2 *1) (-12 (-4 *1 (-909 *2)) (-4 *2 (-1130)))) (-3005 (*1 *2 *1) (-12 (-4 *1 (-909 *2)) (-4 *2 (-1130)))) (-3004 (*1 *1 *1) (-12 (-4 *1 (-909 *2)) (-4 *2 (-1130)))) (-3835 (*1 *2 *1) (-12 (-4 *1 (-909 *3)) (-4 *3 (-1130)) (-5 *2 (-695)))) (-3003 (*1 *2 *1) (-12 (-4 *1 (-909 *2)) (-4 *2 (-1130)))) (-3002 (*1 *2 *1) (-12 (-4 *1 (-909 *2)) (-4 *2 (-1130)))))
+(-13 (-76 |t#1|) (-318 |t#1|) (-10 -8 (-15 -3006 (|t#1| |t#1| $)) (-15 -3005 (|t#1| $)) (-15 -3004 ($ $)) (-15 -3835 ((-695) $)) (-15 -3003 (|t#1| $)) (-15 -3002 (|t#1| $))))
+(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3645 ((|#1| $) 12 T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-484)) ELT)) (-3025 (((-85) $) NIL (|has| |#1| (-484)) ELT)) (-3024 (((-350 (-485)) $) NIL (|has| |#1| (-484)) ELT)) (-3007 (($ |#1| |#1| |#1| |#1|) 16 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3134 ((|#1| $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3008 ((|#1| $) 15 T ELT)) (-3009 ((|#1| $) 14 T ELT)) (-3010 ((|#1| $) 13 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3770 (($ $ (-584 |#1|) (-584 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-249 |#1|))) NIL (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) NIL (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-1091) |#1|) NIL (|has| |#1| (-456 (-1091) |#1|)) ELT)) (-3802 (($ $ |#1|) NIL (|has| |#1| (-241 |#1| |#1|)) ELT)) (-3760 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT)) (-3974 (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT)) (-3011 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-312)) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 ((|#1| $) NIL (|has| |#1| (-974)) ELT)) (-2662 (($) 8 T CONST)) (-2668 (($) 10 T CONST)) (-2671 (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| |#1| (-312)) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 20 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-312)) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-312)) ELT)))
+(((-910 |#1|) (-912 |#1|) (-146)) (T -910))
+NIL
+((-3190 (((-85) $) 43 T ELT)) (-3159 (((-3 (-485) #1="failed") $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 |#2| #1#) $) 46 T ELT)) (-3158 (((-485) $) NIL T ELT) (((-350 (-485)) $) NIL T ELT) ((|#2| $) 44 T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) 78 T ELT)) (-3025 (((-85) $) 72 T ELT)) (-3024 (((-350 (-485)) $) 76 T ELT)) (-2411 (((-85) $) 42 T ELT)) (-3134 ((|#2| $) 22 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) 19 T ELT)) (-2486 (($ $) 58 T ELT)) (-3760 (($ $ (-1 |#2| |#2|)) 35 T ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1091)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-3974 (((-474) $) 67 T ELT)) (-3011 (($ $) 17 T ELT)) (-3948 (((-773) $) 53 T ELT) (($ (-485)) 39 T ELT) (($ |#2|) 37 T ELT) (($ (-350 (-485))) NIL T ELT)) (-3128 (((-695)) 10 T CONST)) (-3385 ((|#2| $) 71 T ELT)) (-3058 (((-85) $ $) 26 T ELT)) (-2687 (((-85) $ $) 69 T ELT)) (-3839 (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (-3841 (($ $ $) 27 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 34 T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 31 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT)))
+(((-911 |#1| |#2|) (-10 -7 (-15 -3948 (|#1| (-350 (-485)))) (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1|)) (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091))) (-15 -2687 ((-85) |#1| |#1|)) (-15 * (|#1| (-350 (-485)) |#1|)) (-15 * (|#1| |#1| (-350 (-485)))) (-15 -2486 (|#1| |#1|)) (-15 -3974 ((-474) |#1|)) (-15 -3026 ((-3 (-350 (-485)) #1="failed") |#1|)) (-15 -3024 ((-350 (-485)) |#1|)) (-15 -3025 ((-85) |#1|)) (-15 -3385 (|#2| |#1|)) (-15 -3134 (|#2| |#1|)) (-15 -3011 (|#1| |#1|)) (-15 -3960 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|) (-695))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3948 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3128 ((-695)) -3954) (-15 -3948 (|#1| (-485))) (-15 -2411 ((-85) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 * (|#1| (-485) |#1|)) (-15 * (|#1| (-695) |#1|)) (-15 -3190 ((-85) |#1|)) (-15 * (|#1| (-831) |#1|)) (-15 -3841 (|#1| |#1| |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -3058 ((-85) |#1| |#1|))) (-912 |#2|) (-146)) (T -911))
+((-3128 (*1 *2) (-12 (-4 *4 (-146)) (-5 *2 (-695)) (-5 *1 (-911 *3 *4)) (-4 *3 (-912 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 (-485) #1="failed") $) 143 (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) 141 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) 138 T ELT)) (-3158 (((-485) $) 142 (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) 140 (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) 139 T ELT)) (-2280 (((-631 (-485)) (-631 $)) 123 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 122 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 121 T ELT) (((-631 |#1|) (-631 $)) 120 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3645 ((|#1| $) 111 T ELT)) (-3026 (((-3 (-350 (-485)) "failed") $) 107 (|has| |#1| (-484)) ELT)) (-3025 (((-85) $) 109 (|has| |#1| (-484)) ELT)) (-3024 (((-350 (-485)) $) 108 (|has| |#1| (-484)) ELT)) (-3007 (($ |#1| |#1| |#1| |#1|) 112 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3134 ((|#1| $) 113 T ELT)) (-2533 (($ $ $) 95 (|has| |#1| (-757)) ELT)) (-2859 (($ $ $) 96 (|has| |#1| (-757)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 126 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 125 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 124 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 119 T ELT) (((-631 |#1|) (-1180 $)) 118 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 104 (|has| |#1| (-312)) ELT)) (-3008 ((|#1| $) 114 T ELT)) (-3009 ((|#1| $) 115 T ELT)) (-3010 ((|#1| $) 116 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3770 (($ $ (-584 |#1|) (-584 |#1|)) 132 (|has| |#1| (-260 |#1|)) ELT) (($ $ |#1| |#1|) 131 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-249 |#1|)) 130 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-249 |#1|))) 129 (|has| |#1| (-260 |#1|)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) 128 (|has| |#1| (-456 (-1091) |#1|)) ELT) (($ $ (-1091) |#1|) 127 (|has| |#1| (-456 (-1091) |#1|)) ELT)) (-3802 (($ $ |#1|) 133 (|has| |#1| (-241 |#1| |#1|)) ELT)) (-3760 (($ $ (-1 |#1| |#1|)) 137 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 136 T ELT) (($ $) 94 (|has| |#1| (-189)) ELT) (($ $ (-695)) 92 (|has| |#1| (-189)) ELT) (($ $ (-1091)) 90 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 88 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 87 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 86 (|has| |#1| (-812 (-1091))) ELT)) (-3974 (((-474) $) 105 (|has| |#1| (-554 (-474))) ELT)) (-3011 (($ $) 117 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 52 T ELT) (($ (-350 (-485))) 82 (OR (|has| |#1| (-312)) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-2704 (((-633 $) $) 106 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3385 ((|#1| $) 110 (|has| |#1| (-974)) ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1 |#1| |#1|)) 135 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 134 T ELT) (($ $) 93 (|has| |#1| (-189)) ELT) (($ $ (-695)) 91 (|has| |#1| (-189)) ELT) (($ $ (-1091)) 89 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 85 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 84 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 83 (|has| |#1| (-812 (-1091))) ELT)) (-2568 (((-85) $ $) 97 (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) 99 (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 98 (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 100 (|has| |#1| (-757)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 103 (|has| |#1| (-312)) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 54 T ELT) (($ |#1| $) 53 T ELT) (($ $ (-350 (-485))) 102 (|has| |#1| (-312)) ELT) (($ (-350 (-485)) $) 101 (|has| |#1| (-312)) ELT)))
+(((-912 |#1|) (-113) (-146)) (T -912))
+((-3011 (*1 *1 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))) (-3010 (*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))) (-3009 (*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))) (-3008 (*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))) (-3134 (*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))) (-3007 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))) (-3645 (*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))) (-3385 (*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)) (-4 *2 (-974)))) (-3025 (*1 *2 *1) (-12 (-4 *1 (-912 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-85)))) (-3024 (*1 *2 *1) (-12 (-4 *1 (-912 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-350 (-485))))) (-3026 (*1 *2 *1) (|partial| -12 (-4 *1 (-912 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-350 (-485))))))
+(-13 (-38 |t#1|) (-355 |t#1|) (-184 |t#1|) (-288 |t#1|) (-329 |t#1|) (-10 -8 (-15 -3011 ($ $)) (-15 -3010 (|t#1| $)) (-15 -3009 (|t#1| $)) (-15 -3008 (|t#1| $)) (-15 -3134 (|t#1| $)) (-15 -3007 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -3645 (|t#1| $)) (IF (|has| |t#1| (-246)) (-6 (-246)) |%noBranch|) (IF (|has| |t#1| (-757)) (-6 (-757)) |%noBranch|) (IF (|has| |t#1| (-312)) (-6 (-201)) |%noBranch|) (IF (|has| |t#1| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|) (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-118)) |%noBranch|) (IF (|has| |t#1| (-974)) (-15 -3385 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-484)) (PROGN (-15 -3025 ((-85) $)) (-15 -3024 ((-350 (-485)) $)) (-15 -3026 ((-3 (-350 (-485)) "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-312)) ((-38 |#1|) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-312)) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-312)) (|has| |#1| (-246))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-312))) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-186 $) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-184 |#1|) . T) ((-190) |has| |#1| (-190)) ((-189) OR (|has| |#1| (-189)) (|has| |#1| (-190))) ((-225 |#1|) . T) ((-201) |has| |#1| (-312)) ((-241 |#1| $) |has| |#1| (-241 |#1| |#1|)) ((-246) OR (|has| |#1| (-312)) (|has| |#1| (-246))) ((-260 |#1|) |has| |#1| (-260 |#1|)) ((-288 |#1|) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-456 (-1091) |#1|) |has| |#1| (-456 (-1091) |#1|)) ((-456 |#1| |#1|) |has| |#1| (-260 |#1|)) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-312)) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-312)) ((-591 (-485)) |has| |#1| (-581 (-485))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-312)) ((-583 |#1|) . T) ((-581 (-485)) |has| |#1| (-581 (-485))) ((-581 |#1|) . T) ((-655 (-350 (-485))) |has| |#1| (-312)) ((-655 |#1|) . T) ((-664) . T) ((-757) |has| |#1| (-757)) ((-760) |has| |#1| (-757)) ((-807 $ (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-810 (-1091)) |has| |#1| (-810 (-1091))) ((-812 (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T) ((-964 (-350 (-485))) |has| |#1| (-312)) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-312)) (|has| |#1| (-246))) ((-969 (-350 (-485))) |has| |#1| (-312)) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-312)) (|has| |#1| (-246))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-3960 ((|#3| (-1 |#4| |#2|) |#1|) 16 T ELT)))
+(((-913 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3960 (|#3| (-1 |#4| |#2|) |#1|))) (-912 |#2|) (-146) (-912 |#4|) (-146)) (T -913))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-912 *6)) (-5 *1 (-913 *4 *5 *2 *6)) (-4 *4 (-912 *5)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3726 (($) NIL T CONST)) (-3004 (($ $) 24 T ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3012 (($ (-584 |#1|)) 34 T ELT)) (-2610 (((-584 |#1|) $) NIL T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3835 (((-695) $) 27 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 29 T ELT)) (-3611 (($ |#1| $) 18 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3003 ((|#1| $) 28 T ELT)) (-1276 ((|#1| $) 23 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3006 ((|#1| |#1| $) 17 T ELT)) (-3405 (((-85) $) 19 T ELT)) (-3567 (($) NIL T ELT)) (-3005 ((|#1| $) 22 T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) NIL T ELT)) (-3002 ((|#1| $) 31 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-914 |#1|) (-13 (-909 |#1|) (-10 -8 (-15 -3012 ($ (-584 |#1|))))) (-1014)) (T -914))
+((-3012 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-914 *3)))))
+((-3039 (($ $) 12 T ELT)) (-3013 (($ $ (-485)) 13 T ELT)))
+(((-915 |#1|) (-10 -7 (-15 -3039 (|#1| |#1|)) (-15 -3013 (|#1| |#1| (-485)))) (-916)) (T -915))
+NIL
+((-3039 (($ $) 6 T ELT)) (-3013 (($ $ (-485)) 7 T ELT)) (** (($ $ (-350 (-485))) 8 T ELT)))
+(((-916) (-113)) (T -916))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-916)) (-5 *2 (-350 (-485))))) (-3013 (*1 *1 *1 *2) (-12 (-4 *1 (-916)) (-5 *2 (-485)))) (-3039 (*1 *1 *1) (-4 *1 (-916))))
+(-13 (-10 -8 (-15 -3039 ($ $)) (-15 -3013 ($ $ (-485))) (-15 ** ($ $ (-350 (-485))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1648 (((-2 (|:| |num| (-1180 |#2|)) (|:| |den| |#2|)) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2064 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2062 (((-85) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1786 (((-631 (-350 |#2|)) (-1180 $)) NIL T ELT) (((-631 (-350 |#2|))) NIL T ELT)) (-3332 (((-350 |#2|) $) NIL T ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1609 (((-85) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3138 (((-695)) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1662 (((-85)) NIL T ELT)) (-1661 (((-85) |#1|) 162 T ELT) (((-85) |#2|) 166 T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| (-350 |#2|) (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| (-350 |#2|) (-951 (-350 (-485)))) ELT) (((-3 (-350 |#2|) #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| (-350 |#2|) (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| (-350 |#2|) (-951 (-350 (-485)))) ELT) (((-350 |#2|) $) NIL T ELT)) (-1796 (($ (-1180 (-350 |#2|)) (-1180 $)) NIL T ELT) (($ (-1180 (-350 |#2|))) 79 T ELT) (($ (-1180 |#2|) |#2|) NIL T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-350 |#2|) (-299)) ELT)) (-2566 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1785 (((-631 (-350 |#2|)) $ (-1180 $)) NIL T ELT) (((-631 (-350 |#2|)) $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-350 |#2|))) (|:| |vec| (-1180 (-350 |#2|)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-350 |#2|)) (-631 $)) NIL T ELT)) (-1653 (((-1180 $) (-1180 $)) NIL T ELT)) (-3844 (($ |#3|) 73 T ELT) (((-3 $ #1#) (-350 |#3|)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1640 (((-584 (-584 |#1|))) NIL (|has| |#1| (-320)) ELT)) (-1665 (((-85) |#1| |#1|) NIL T ELT)) (-3110 (((-831)) NIL T ELT)) (-2996 (($) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1660 (((-85)) NIL T ELT)) (-1659 (((-85) |#1|) 61 T ELT) (((-85) |#2|) 164 T ELT)) (-2565 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3505 (($ $) NIL T ELT)) (-2835 (($) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1681 (((-85) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1768 (($ $ (-695)) NIL (|has| (-350 |#2|) (-299)) ELT) (($ $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3725 (((-85) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3774 (((-831) $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-744 (-831)) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3379 (((-695)) NIL T ELT)) (-1654 (((-1180 $) (-1180 $)) NIL T ELT)) (-3134 (((-350 |#2|) $) NIL T ELT)) (-1641 (((-584 (-858 |#1|)) (-1091)) NIL (|has| |#1| (-312)) ELT)) (-3447 (((-633 $) $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2015 ((|#3| $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2011 (((-831) $) NIL (|has| (-350 |#2|) (-320)) ELT)) (-3081 ((|#3| $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| (-350 |#2|) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-350 |#2|))) (|:| |vec| (-1180 (-350 |#2|)))) (-1180 $) $) NIL T ELT) (((-631 (-350 |#2|)) (-1180 $)) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1649 (((-631 (-350 |#2|))) 57 T ELT)) (-1651 (((-631 (-350 |#2|))) 56 T ELT)) (-2486 (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1646 (($ (-1180 |#2|) |#2|) 80 T ELT)) (-1650 (((-631 (-350 |#2|))) 55 T ELT)) (-1652 (((-631 (-350 |#2|))) 54 T ELT)) (-1645 (((-2 (|:| |num| (-631 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 95 T ELT)) (-1647 (((-2 (|:| |num| (-1180 |#2|)) (|:| |den| |#2|)) $) 86 T ELT)) (-1658 (((-1180 $)) 51 T ELT)) (-3920 (((-1180 $)) 50 T ELT)) (-1657 (((-85) $) NIL T ELT)) (-1656 (((-85) $) NIL T ELT) (((-85) $ |#1|) NIL T ELT) (((-85) $ |#2|) NIL T ELT)) (-3448 (($) NIL (|has| (-350 |#2|) (-299)) CONST)) (-2401 (($ (-831)) NIL (|has| (-350 |#2|) (-320)) ELT)) (-1643 (((-3 |#2| #1#)) 70 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1667 (((-695)) NIL T ELT)) (-2410 (($) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3734 (((-348 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| (-350 |#2|) (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-1608 (((-695) $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3802 ((|#1| $ |#1| |#1|) NIL T ELT)) (-1644 (((-3 |#2| #1#)) 68 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3759 (((-350 |#2|) (-1180 $)) NIL T ELT) (((-350 |#2|)) 47 T ELT)) (-1769 (((-695) $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-3 (-695) #1#) $ $) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3760 (($ $ (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-695)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-2409 (((-631 (-350 |#2|)) (-1180 $) (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3187 ((|#3|) 58 T ELT)) (-1675 (($) NIL (|has| (-350 |#2|) (-299)) ELT)) (-3226 (((-1180 (-350 |#2|)) $ (-1180 $)) NIL T ELT) (((-631 (-350 |#2|)) (-1180 $) (-1180 $)) NIL T ELT) (((-1180 (-350 |#2|)) $) 81 T ELT) (((-631 (-350 |#2|)) (-1180 $)) NIL T ELT)) (-3974 (((-1180 (-350 |#2|)) $) NIL T ELT) (($ (-1180 (-350 |#2|))) NIL T ELT) ((|#3| $) NIL T ELT) (($ |#3|) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| (-350 |#2|) (-299)) ELT)) (-1655 (((-1180 $) (-1180 $)) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-350 |#2|)) NIL T ELT) (($ (-350 (-485))) NIL (OR (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-2704 (($ $) NIL (|has| (-350 |#2|) (-299)) ELT) (((-633 $) $) NIL (|has| (-350 |#2|) (-118)) ELT)) (-2451 ((|#3| $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1664 (((-85)) 65 T ELT)) (-1663 (((-85) |#1|) 167 T ELT) (((-85) |#2|) 168 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-1642 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL T ELT)) (-1666 (((-85)) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-1 (-350 |#2|) (-350 |#2|))) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-1 (-350 |#2|) (-350 |#2|)) (-695)) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-810 (-1091)))) (-12 (|has| (-350 |#2|) (-312)) (|has| (-350 |#2|) (-812 (-1091))))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT) (($ $) NIL (OR (-12 (|has| (-350 |#2|) (-190)) (|has| (-350 |#2|) (-312))) (-12 (|has| (-350 |#2|) (-189)) (|has| (-350 |#2|) (-312))) (|has| (-350 |#2|) (-299))) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ $) NIL (|has| (-350 |#2|) (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| (-350 |#2|) (-312)) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 |#2|)) NIL T ELT) (($ (-350 |#2|) $) NIL T ELT) (($ (-350 (-485)) $) NIL (|has| (-350 |#2|) (-312)) ELT) (($ $ (-350 (-485))) NIL (|has| (-350 |#2|) (-312)) ELT)))
+(((-917 |#1| |#2| |#3| |#4| |#5|) (-291 |#1| |#2| |#3|) (-1135) (-1156 |#1|) (-1156 (-350 |#2|)) (-350 |#2|) (-695)) (T -917))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3019 (((-584 (-485)) $) 73 T ELT)) (-3015 (($ (-584 (-485))) 81 T ELT)) (-3131 (((-485) $) 48 (|has| (-485) (-258)) ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL (|has| (-485) (-741)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) 60 T ELT) (((-3 (-1091) #1#) $) NIL (|has| (-485) (-951 (-1091))) ELT) (((-3 (-350 (-485)) #1#) $) 57 (|has| (-485) (-951 (-485))) ELT) (((-3 (-485) #1#) $) 60 (|has| (-485) (-951 (-485))) ELT)) (-3158 (((-485) $) NIL T ELT) (((-1091) $) NIL (|has| (-485) (-951 (-1091))) ELT) (((-350 (-485)) $) NIL (|has| (-485) (-951 (-485))) ELT) (((-485) $) NIL (|has| (-485) (-951 (-485))) ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-485)) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2996 (($) NIL (|has| (-485) (-484)) ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3017 (((-584 (-485)) $) 79 T ELT)) (-3188 (((-85) $) NIL (|has| (-485) (-741)) ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (|has| (-485) (-797 (-485))) ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (|has| (-485) (-797 (-330))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL T ELT)) (-3000 (((-485) $) 45 T ELT)) (-3447 (((-633 $) $) NIL (|has| (-485) (-1067)) ELT)) (-3189 (((-85) $) NIL (|has| (-485) (-741)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| (-485) (-757)) ELT)) (-3960 (($ (-1 (-485) (-485)) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| (-485) (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL T ELT) (((-631 (-485)) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL T ELT)) (-3448 (($) NIL (|has| (-485) (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3130 (($ $) NIL (|has| (-485) (-258)) ELT) (((-350 (-485)) $) 50 T ELT)) (-3018 (((-1070 (-485)) $) 78 T ELT)) (-3014 (($ (-584 (-485)) (-584 (-485))) 82 T ELT)) (-3132 (((-485) $) 64 (|has| (-485) (-484)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| (-485) (-822)) ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-3770 (($ $ (-584 (-485)) (-584 (-485))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-485) (-485)) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-249 (-485))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-584 (-249 (-485)))) NIL (|has| (-485) (-260 (-485))) ELT) (($ $ (-584 (-1091)) (-584 (-485))) NIL (|has| (-485) (-456 (-1091) (-485))) ELT) (($ $ (-1091) (-485)) NIL (|has| (-485) (-456 (-1091) (-485))) ELT)) (-1608 (((-695) $) NIL T ELT)) (-3802 (($ $ (-485)) NIL (|has| (-485) (-241 (-485) (-485))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3760 (($ $ (-1 (-485) (-485))) NIL T ELT) (($ $ (-1 (-485) (-485)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $) 15 (|has| (-485) (-189)) ELT) (($ $ (-695)) NIL (|has| (-485) (-189)) ELT)) (-2997 (($ $) NIL T ELT)) (-2999 (((-485) $) 47 T ELT)) (-3016 (((-584 (-485)) $) 80 T ELT)) (-3974 (((-801 (-485)) $) NIL (|has| (-485) (-554 (-801 (-485)))) ELT) (((-801 (-330)) $) NIL (|has| (-485) (-554 (-801 (-330)))) ELT) (((-474) $) NIL (|has| (-485) (-554 (-474))) ELT) (((-330) $) NIL (|has| (-485) (-934)) ELT) (((-179) $) NIL (|has| (-485) (-934)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| (-485) (-822))) ELT)) (-3948 (((-773) $) 108 T ELT) (($ (-485)) 51 T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) 27 T ELT) (($ (-485)) 51 T ELT) (($ (-1091)) NIL (|has| (-485) (-951 (-1091))) ELT) (((-350 (-485)) $) 25 T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-485) (-822))) (|has| (-485) (-118))) ELT)) (-3128 (((-695)) 13 T CONST)) (-3133 (((-485) $) 62 (|has| (-485) (-484)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3385 (($ $) NIL (|has| (-485) (-741)) ELT)) (-2662 (($) 14 T CONST)) (-2668 (($) 17 T CONST)) (-2671 (($ $ (-1 (-485) (-485))) NIL T ELT) (($ $ (-1 (-485) (-485)) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| (-485) (-812 (-1091))) ELT) (($ $) NIL (|has| (-485) (-189)) ELT) (($ $ (-695)) NIL (|has| (-485) (-189)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-3058 (((-85) $ $) 21 T ELT)) (-2686 (((-85) $ $) NIL (|has| (-485) (-757)) ELT)) (-2687 (((-85) $ $) 40 (|has| (-485) (-757)) ELT)) (-3951 (($ $ $) 36 T ELT) (($ (-485) (-485)) 38 T ELT)) (-3839 (($ $) 23 T ELT) (($ $ $) 30 T ELT)) (-3841 (($ $ $) 28 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 32 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ (-485) $) 32 T ELT) (($ $ (-485)) NIL T ELT)))
+(((-918 |#1|) (-13 (-905 (-485)) (-553 (-350 (-485))) (-10 -8 (-15 -3130 ((-350 (-485)) $)) (-15 -3019 ((-584 (-485)) $)) (-15 -3018 ((-1070 (-485)) $)) (-15 -3017 ((-584 (-485)) $)) (-15 -3016 ((-584 (-485)) $)) (-15 -3015 ($ (-584 (-485)))) (-15 -3014 ($ (-584 (-485)) (-584 (-485)))))) (-485)) (T -918))
+((-3130 (*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))) (-3019 (*1 *2 *1) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))) (-3018 (*1 *2 *1) (-12 (-5 *2 (-1070 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))) (-3017 (*1 *2 *1) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))) (-3016 (*1 *2 *1) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))) (-3015 (*1 *1 *2) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))) (-3014 (*1 *1 *2 *2) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))))
+((-3020 (((-51) (-350 (-485)) (-485)) 9 T ELT)))
+(((-919) (-10 -7 (-15 -3020 ((-51) (-350 (-485)) (-485))))) (T -919))
+((-3020 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-485))) (-5 *4 (-485)) (-5 *2 (-51)) (-5 *1 (-919)))))
+((-3138 (((-485)) 21 T ELT)) (-3023 (((-485)) 26 T ELT)) (-3022 (((-1186) (-485)) 24 T ELT)) (-3021 (((-485) (-485)) 27 T ELT) (((-485)) 20 T ELT)))
+(((-920) (-10 -7 (-15 -3021 ((-485))) (-15 -3138 ((-485))) (-15 -3021 ((-485) (-485))) (-15 -3022 ((-1186) (-485))) (-15 -3023 ((-485))))) (T -920))
+((-3023 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-920)))) (-3022 (*1 *2 *3) (-12 (-5 *3 (-485)) (-5 *2 (-1186)) (-5 *1 (-920)))) (-3021 (*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-920)))) (-3138 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-920)))) (-3021 (*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-920)))))
+((-3735 (((-348 |#1|) |#1|) 43 T ELT)) (-3734 (((-348 |#1|) |#1|) 41 T ELT)))
+(((-921 |#1|) (-10 -7 (-15 -3734 ((-348 |#1|) |#1|)) (-15 -3735 ((-348 |#1|) |#1|))) (-1156 (-350 (-485)))) (T -921))
+((-3735 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1156 (-350 (-485)))))) (-3734 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1156 (-350 (-485)))))))
+((-3026 (((-3 (-350 (-485)) "failed") |#1|) 15 T ELT)) (-3025 (((-85) |#1|) 14 T ELT)) (-3024 (((-350 (-485)) |#1|) 10 T ELT)))
+(((-922 |#1|) (-10 -7 (-15 -3024 ((-350 (-485)) |#1|)) (-15 -3025 ((-85) |#1|)) (-15 -3026 ((-3 (-350 (-485)) "failed") |#1|))) (-951 (-350 (-485)))) (T -922))
+((-3026 (*1 *2 *3) (|partial| -12 (-5 *2 (-350 (-485))) (-5 *1 (-922 *3)) (-4 *3 (-951 *2)))) (-3025 (*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-922 *3)) (-4 *3 (-951 (-350 (-485)))))) (-3024 (*1 *2 *3) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-922 *3)) (-4 *3 (-951 *2)))))
+((-3790 ((|#2| $ #1="value" |#2|) 12 T ELT)) (-3802 ((|#2| $ #1#) 10 T ELT)) (-3030 (((-85) $ $) 18 T ELT)))
+(((-923 |#1| |#2|) (-10 -7 (-15 -3790 (|#2| |#1| #1="value" |#2|)) (-15 -3030 ((-85) |#1| |#1|)) (-15 -3802 (|#2| |#1| #1#))) (-924 |#2|) (-1130)) (T -923))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 42 T ELT)) (-3027 ((|#1| $ |#1|) 33 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ "value" |#1|) 34 (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) 35 (|has| $ (-1036 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-3033 (((-584 $) $) 44 T ELT)) (-3029 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3032 (((-584 |#1|) $) 39 T ELT)) (-3529 (((-85) $) 43 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ "value") 41 T ELT)) (-3031 (((-485) $ $) 38 T ELT)) (-3635 (((-85) $) 40 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) 45 T ELT)) (-3030 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-924 |#1|) (-113) (-1130)) (T -924))
+((-3524 (*1 *2 *1) (-12 (-4 *3 (-1130)) (-5 *2 (-584 *1)) (-4 *1 (-924 *3)))) (-3033 (*1 *2 *1) (-12 (-4 *3 (-1130)) (-5 *2 (-584 *1)) (-4 *1 (-924 *3)))) (-3529 (*1 *2 *1) (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))) (-3404 (*1 *2 *1) (-12 (-4 *1 (-924 *2)) (-4 *2 (-1130)))) (-3802 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-924 *2)) (-4 *2 (-1130)))) (-3635 (*1 *2 *1) (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))) (-3032 (*1 *2 *1) (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-5 *2 (-584 *3)))) (-3031 (*1 *2 *1 *1) (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-5 *2 (-485)))) (-3030 (*1 *2 *1 *1) (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-4 *3 (-72)) (-5 *2 (-85)))) (-3029 (*1 *2 *1 *1) (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-4 *3 (-72)) (-5 *2 (-85)))) (-3028 (*1 *1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-1036 *3)) (-4 *1 (-924 *3)) (-4 *3 (-1130)))) (-3790 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (-4 *1 (-1036 *2)) (-4 *1 (-924 *2)) (-4 *2 (-1130)))) (-3027 (*1 *2 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-924 *2)) (-4 *2 (-1130)))))
+(-13 (-429 |t#1|) (-10 -8 (-15 -3524 ((-584 $) $)) (-15 -3033 ((-584 $) $)) (-15 -3529 ((-85) $)) (-15 -3404 (|t#1| $)) (-15 -3802 (|t#1| $ "value")) (-15 -3635 ((-85) $)) (-15 -3032 ((-584 |t#1|) $)) (-15 -3031 ((-485) $ $)) (IF (|has| |t#1| (-72)) (PROGN (-15 -3030 ((-85) $ $)) (-15 -3029 ((-85) $ $))) |%noBranch|) (IF (|has| $ (-1036 |t#1|)) (PROGN (-15 -3028 ($ $ (-584 $))) (-15 -3790 (|t#1| $ "value" |t#1|)) (-15 -3027 (|t#1| $ |t#1|))) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1130) . T))
+((-3039 (($ $) 9 T ELT) (($ $ (-831)) 49 T ELT) (($ (-350 (-485))) 13 T ELT) (($ (-485)) 15 T ELT)) (-3185 (((-3 $ #1="failed") (-1086 $) (-831) (-773)) 24 T ELT) (((-3 $ #1#) (-1086 $) (-831)) 32 T ELT)) (-3013 (($ $ (-485)) 58 T ELT)) (-3128 (((-695)) 18 T CONST)) (-3186 (((-584 $) (-1086 $)) NIL T ELT) (((-584 $) (-1086 (-350 (-485)))) 63 T ELT) (((-584 $) (-1086 (-485))) 68 T ELT) (((-584 $) (-858 $)) 72 T ELT) (((-584 $) (-858 (-350 (-485)))) 76 T ELT) (((-584 $) (-858 (-485))) 80 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT) (($ $ (-350 (-485))) 53 T ELT)))
+(((-925 |#1|) (-10 -7 (-15 -3039 (|#1| (-485))) (-15 -3039 (|#1| (-350 (-485)))) (-15 -3039 (|#1| |#1| (-831))) (-15 -3186 ((-584 |#1|) (-858 (-485)))) (-15 -3186 ((-584 |#1|) (-858 (-350 (-485))))) (-15 -3186 ((-584 |#1|) (-858 |#1|))) (-15 -3186 ((-584 |#1|) (-1086 (-485)))) (-15 -3186 ((-584 |#1|) (-1086 (-350 (-485))))) (-15 -3186 ((-584 |#1|) (-1086 |#1|))) (-15 -3185 ((-3 |#1| #1="failed") (-1086 |#1|) (-831))) (-15 -3185 ((-3 |#1| #1#) (-1086 |#1|) (-831) (-773))) (-15 ** (|#1| |#1| (-350 (-485)))) (-15 -3013 (|#1| |#1| (-485))) (-15 -3039 (|#1| |#1|)) (-15 ** (|#1| |#1| (-485))) (-15 -3128 ((-695)) -3954) (-15 ** (|#1| |#1| (-695))) (-15 ** (|#1| |#1| (-831)))) (-926)) (T -925))
+((-3128 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-925 *3)) (-4 *3 (-926)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 111 T ELT)) (-2064 (($ $) 112 T ELT)) (-2062 (((-85) $) 114 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 131 T ELT)) (-3973 (((-348 $) $) 132 T ELT)) (-3039 (($ $) 95 T ELT) (($ $ (-831)) 81 T ELT) (($ (-350 (-485))) 80 T ELT) (($ (-485)) 79 T ELT)) (-1609 (((-85) $ $) 122 T ELT)) (-3625 (((-485) $) 148 T ELT)) (-3726 (($) 23 T CONST)) (-3185 (((-3 $ "failed") (-1086 $) (-831) (-773)) 89 T ELT) (((-3 $ "failed") (-1086 $) (-831)) 88 T ELT)) (-3159 (((-3 (-485) #1="failed") $) 108 (|has| (-350 (-485)) (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) 106 (|has| (-350 (-485)) (-951 (-350 (-485)))) ELT) (((-3 (-350 (-485)) #1#) $) 103 T ELT)) (-3158 (((-485) $) 107 (|has| (-350 (-485)) (-951 (-485))) ELT) (((-350 (-485)) $) 105 (|has| (-350 (-485)) (-951 (-350 (-485)))) ELT) (((-350 (-485)) $) 104 T ELT)) (-3035 (($ $ (-773)) 78 T ELT)) (-3034 (($ $ (-773)) 77 T ELT)) (-2566 (($ $ $) 126 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 125 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 120 T ELT)) (-3725 (((-85) $) 133 T ELT)) (-3188 (((-85) $) 146 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 94 T ELT)) (-3189 (((-85) $) 147 T ELT)) (-1606 (((-3 (-584 $) #2="failed") (-584 $) $) 129 T ELT)) (-2533 (($ $ $) 140 T ELT)) (-2859 (($ $ $) 141 T ELT)) (-3036 (((-3 (-1086 $) "failed") $) 90 T ELT)) (-3038 (((-3 (-773) "failed") $) 92 T ELT)) (-3037 (((-3 (-1086 $) "failed") $) 91 T ELT)) (-1895 (($ (-584 $)) 118 T ELT) (($ $ $) 117 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 134 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 119 T ELT)) (-3146 (($ (-584 $)) 116 T ELT) (($ $ $) 115 T ELT)) (-3734 (((-348 $) $) 130 T ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 128 T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 127 T ELT)) (-3468 (((-3 $ "failed") $ $) 110 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 121 T ELT)) (-1608 (((-695) $) 123 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 124 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ (-350 (-485))) 138 T ELT) (($ $) 109 T ELT) (($ (-350 (-485))) 102 T ELT) (($ (-485)) 101 T ELT) (($ (-350 (-485))) 98 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 113 T ELT)) (-3772 (((-350 (-485)) $ $) 76 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3186 (((-584 $) (-1086 $)) 87 T ELT) (((-584 $) (-1086 (-350 (-485)))) 86 T ELT) (((-584 $) (-1086 (-485))) 85 T ELT) (((-584 $) (-858 $)) 84 T ELT) (((-584 $) (-858 (-350 (-485)))) 83 T ELT) (((-584 $) (-858 (-485))) 82 T ELT)) (-3385 (($ $) 149 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2568 (((-85) $ $) 142 T ELT)) (-2569 (((-85) $ $) 144 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 143 T ELT)) (-2687 (((-85) $ $) 145 T ELT)) (-3951 (($ $ $) 139 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 135 T ELT) (($ $ (-350 (-485))) 93 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ (-350 (-485)) $) 137 T ELT) (($ $ (-350 (-485))) 136 T ELT) (($ (-485) $) 100 T ELT) (($ $ (-485)) 99 T ELT) (($ (-350 (-485)) $) 97 T ELT) (($ $ (-350 (-485))) 96 T ELT)))
+(((-926) (-113)) (T -926))
+((-3039 (*1 *1 *1) (-4 *1 (-926))) (-3038 (*1 *2 *1) (|partial| -12 (-4 *1 (-926)) (-5 *2 (-773)))) (-3037 (*1 *2 *1) (|partial| -12 (-5 *2 (-1086 *1)) (-4 *1 (-926)))) (-3036 (*1 *2 *1) (|partial| -12 (-5 *2 (-1086 *1)) (-4 *1 (-926)))) (-3185 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1086 *1)) (-5 *3 (-831)) (-5 *4 (-773)) (-4 *1 (-926)))) (-3185 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1086 *1)) (-5 *3 (-831)) (-4 *1 (-926)))) (-3186 (*1 *2 *3) (-12 (-5 *3 (-1086 *1)) (-4 *1 (-926)) (-5 *2 (-584 *1)))) (-3186 (*1 *2 *3) (-12 (-5 *3 (-1086 (-350 (-485)))) (-5 *2 (-584 *1)) (-4 *1 (-926)))) (-3186 (*1 *2 *3) (-12 (-5 *3 (-1086 (-485))) (-5 *2 (-584 *1)) (-4 *1 (-926)))) (-3186 (*1 *2 *3) (-12 (-5 *3 (-858 *1)) (-4 *1 (-926)) (-5 *2 (-584 *1)))) (-3186 (*1 *2 *3) (-12 (-5 *3 (-858 (-350 (-485)))) (-5 *2 (-584 *1)) (-4 *1 (-926)))) (-3186 (*1 *2 *3) (-12 (-5 *3 (-858 (-485))) (-5 *2 (-584 *1)) (-4 *1 (-926)))) (-3039 (*1 *1 *1 *2) (-12 (-4 *1 (-926)) (-5 *2 (-831)))) (-3039 (*1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-4 *1 (-926)))) (-3039 (*1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-926)))) (-3035 (*1 *1 *1 *2) (-12 (-4 *1 (-926)) (-5 *2 (-773)))) (-3034 (*1 *1 *1 *2) (-12 (-4 *1 (-926)) (-5 *2 (-773)))) (-3772 (*1 *2 *1 *1) (-12 (-4 *1 (-926)) (-5 *2 (-350 (-485))))))
+(-13 (-120) (-756) (-146) (-312) (-355 (-350 (-485))) (-38 (-485)) (-38 (-350 (-485))) (-916) (-10 -8 (-15 -3038 ((-3 (-773) "failed") $)) (-15 -3037 ((-3 (-1086 $) "failed") $)) (-15 -3036 ((-3 (-1086 $) "failed") $)) (-15 -3185 ((-3 $ "failed") (-1086 $) (-831) (-773))) (-15 -3185 ((-3 $ "failed") (-1086 $) (-831))) (-15 -3186 ((-584 $) (-1086 $))) (-15 -3186 ((-584 $) (-1086 (-350 (-485))))) (-15 -3186 ((-584 $) (-1086 (-485)))) (-15 -3186 ((-584 $) (-858 $))) (-15 -3186 ((-584 $) (-858 (-350 (-485))))) (-15 -3186 ((-584 $) (-858 (-485)))) (-15 -3039 ($ $ (-831))) (-15 -3039 ($ $)) (-15 -3039 ($ (-350 (-485)))) (-15 -3039 ($ (-485))) (-15 -3035 ($ $ (-773))) (-15 -3034 ($ $ (-773))) (-15 -3772 ((-350 (-485)) $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 (-485)) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 (-485) (-485)) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-355 (-350 (-485))) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 (-485)) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 (-485)) . T) ((-583 $) . T) ((-655 (-350 (-485))) . T) ((-655 (-485)) . T) ((-655 $) . T) ((-664) . T) ((-715) . T) ((-717) . T) ((-719) . T) ((-722) . T) ((-756) . T) ((-757) . T) ((-760) . T) ((-833) . T) ((-916) . T) ((-951 (-350 (-485))) . T) ((-951 (-485)) |has| (-350 (-485)) (-951 (-485))) ((-964 (-350 (-485))) . T) ((-964 (-485)) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 (-485)) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) . T))
+((-3040 (((-2 (|:| |ans| |#2|) (|:| -3139 |#2|) (|:| |sol?| (-85))) (-485) |#2| |#2| (-1091) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") |#2| (-584 |#2|)) (-1 (-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| |#2|)) 67 T ELT)))
+(((-927 |#1| |#2|) (-10 -7 (-15 -3040 ((-2 (|:| |ans| |#2|) (|:| -3139 |#2|) (|:| |sol?| (-85))) (-485) |#2| |#2| (-1091) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1="failed") |#2| (-584 |#2|)) (-1 (-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| |#2|)))) (-13 (-392) (-120) (-951 (-485)) (-581 (-485))) (-13 (-1116) (-27) (-364 |#1|))) (T -927))
+((-3040 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1091)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-584 *4))) (-5 *7 (-1 (-3 (-2 (|:| -2137 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1116) (-27) (-364 *8))) (-4 *8 (-13 (-392) (-120) (-951 *3) (-581 *3))) (-5 *3 (-485)) (-5 *2 (-2 (|:| |ans| *4) (|:| -3139 *4) (|:| |sol?| (-85)))) (-5 *1 (-927 *8 *4)))))
+((-3041 (((-3 (-584 |#2|) #1="failed") (-485) |#2| |#2| |#2| (-1091) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-584 |#2|)) (-1 (-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| |#2|)) 55 T ELT)))
+(((-928 |#1| |#2|) (-10 -7 (-15 -3041 ((-3 (-584 |#2|) #1="failed") (-485) |#2| |#2| |#2| (-1091) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) #1#) |#2| (-584 |#2|)) (-1 (-3 (-2 (|:| -2137 |#2|) (|:| |coeff| |#2|)) #1#) |#2| |#2|)))) (-13 (-392) (-120) (-951 (-485)) (-581 (-485))) (-13 (-1116) (-27) (-364 |#1|))) (T -928))
+((-3041 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1091)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-584 *4))) (-5 *7 (-1 (-3 (-2 (|:| -2137 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1116) (-27) (-364 *8))) (-4 *8 (-13 (-392) (-120) (-951 *3) (-581 *3))) (-5 *3 (-485)) (-5 *2 (-584 *4)) (-5 *1 (-928 *8 *4)))))
+((-3044 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-85)))) (|:| -3268 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-485)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-485) (-1 |#2| |#2|)) 39 T ELT)) (-3042 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-350 |#2|)) (|:| |c| (-350 |#2|)) (|:| -3095 |#2|)) "failed") (-350 |#2|) (-350 |#2|) (-1 |#2| |#2|)) 71 T ELT)) (-3043 (((-2 (|:| |ans| (-350 |#2|)) (|:| |nosol| (-85))) (-350 |#2|) (-350 |#2|)) 76 T ELT)))
+(((-929 |#1| |#2|) (-10 -7 (-15 -3042 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-350 |#2|)) (|:| |c| (-350 |#2|)) (|:| -3095 |#2|)) "failed") (-350 |#2|) (-350 |#2|) (-1 |#2| |#2|))) (-15 -3043 ((-2 (|:| |ans| (-350 |#2|)) (|:| |nosol| (-85))) (-350 |#2|) (-350 |#2|))) (-15 -3044 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-85)))) (|:| -3268 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-485)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-485) (-1 |#2| |#2|)))) (-13 (-312) (-120) (-951 (-485))) (-1156 |#1|)) (T -929))
+((-3044 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1156 *6)) (-4 *6 (-13 (-312) (-120) (-951 *4))) (-5 *4 (-485)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-85)))) (|:| -3268 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-929 *6 *3)))) (-3043 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-312) (-120) (-951 (-485)))) (-4 *5 (-1156 *4)) (-5 *2 (-2 (|:| |ans| (-350 *5)) (|:| |nosol| (-85)))) (-5 *1 (-929 *4 *5)) (-5 *3 (-350 *5)))) (-3042 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-13 (-312) (-120) (-951 (-485)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-350 *6)) (|:| |c| (-350 *6)) (|:| -3095 *6))) (-5 *1 (-929 *5 *6)) (-5 *3 (-350 *6)))))
+((-3045 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-350 |#2|)) (|:| |h| |#2|) (|:| |c1| (-350 |#2|)) (|:| |c2| (-350 |#2|)) (|:| -3095 |#2|)) #1="failed") (-350 |#2|) (-350 |#2|) (-350 |#2|) (-1 |#2| |#2|)) 22 T ELT)) (-3046 (((-3 (-584 (-350 |#2|)) #1#) (-350 |#2|) (-350 |#2|) (-350 |#2|)) 34 T ELT)))
+(((-930 |#1| |#2|) (-10 -7 (-15 -3045 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-350 |#2|)) (|:| |h| |#2|) (|:| |c1| (-350 |#2|)) (|:| |c2| (-350 |#2|)) (|:| -3095 |#2|)) #1="failed") (-350 |#2|) (-350 |#2|) (-350 |#2|) (-1 |#2| |#2|))) (-15 -3046 ((-3 (-584 (-350 |#2|)) #1#) (-350 |#2|) (-350 |#2|) (-350 |#2|)))) (-13 (-312) (-120) (-951 (-485))) (-1156 |#1|)) (T -930))
+((-3046 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-312) (-120) (-951 (-485)))) (-4 *5 (-1156 *4)) (-5 *2 (-584 (-350 *5))) (-5 *1 (-930 *4 *5)) (-5 *3 (-350 *5)))) (-3045 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-13 (-312) (-120) (-951 (-485)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-350 *6)) (|:| |h| *6) (|:| |c1| (-350 *6)) (|:| |c2| (-350 *6)) (|:| -3095 *6))) (-5 *1 (-930 *5 *6)) (-5 *3 (-350 *6)))))
+((-3047 (((-1 |#1|) (-584 (-2 (|:| -3404 |#1|) (|:| -1523 (-485))))) 34 T ELT)) (-3102 (((-1 |#1|) (-1010 |#1|)) 42 T ELT)) (-3048 (((-1 |#1|) (-1180 |#1|) (-1180 (-485)) (-485)) 31 T ELT)))
+(((-931 |#1|) (-10 -7 (-15 -3102 ((-1 |#1|) (-1010 |#1|))) (-15 -3047 ((-1 |#1|) (-584 (-2 (|:| -3404 |#1|) (|:| -1523 (-485)))))) (-15 -3048 ((-1 |#1|) (-1180 |#1|) (-1180 (-485)) (-485)))) (-1014)) (T -931))
+((-3048 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1180 *6)) (-5 *4 (-1180 (-485))) (-5 *5 (-485)) (-4 *6 (-1014)) (-5 *2 (-1 *6)) (-5 *1 (-931 *6)))) (-3047 (*1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| -3404 *4) (|:| -1523 (-485))))) (-4 *4 (-1014)) (-5 *2 (-1 *4)) (-5 *1 (-931 *4)))) (-3102 (*1 *2 *3) (-12 (-5 *3 (-1010 *4)) (-4 *4 (-1014)) (-5 *2 (-1 *4)) (-5 *1 (-931 *4)))))
+((-3774 (((-695) (-283 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23 T ELT)))
+(((-932 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3774 ((-695) (-283 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-312) (-1156 |#1|) (-1156 (-350 |#2|)) (-291 |#1| |#2| |#3|) (-13 (-320) (-312))) (T -932))
+((-3774 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-283 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-312)) (-4 *7 (-1156 *6)) (-4 *4 (-1156 (-350 *7))) (-4 *8 (-291 *6 *7 *4)) (-4 *9 (-13 (-320) (-312))) (-5 *2 (-695)) (-5 *1 (-932 *6 *7 *4 *8 *9)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3597 (((-1050) $) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3235 (((-1050) $) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-933) (-13 (-996) (-10 -8 (-15 -3597 ((-1050) $)) (-15 -3235 ((-1050) $))))) (T -933))
+((-3597 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-933)))) (-3235 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-933)))))
+((-3974 (((-179) $) 6 T ELT) (((-330) $) 9 T ELT)))
+(((-934) (-113)) (T -934))
+NIL
+(-13 (-554 (-179)) (-554 (-330)))
+(((-554 (-179)) . T) ((-554 (-330)) . T))
+((-3136 (((-3 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) "failed") |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) 32 T ELT) (((-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-350 (-485))) 29 T ELT)) (-3051 (((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-350 (-485))) 34 T ELT) (((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-350 (-485))) 30 T ELT) (((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) 33 T ELT) (((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1|) 28 T ELT)) (-3050 (((-584 (-350 (-485))) (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) 20 T ELT)) (-3049 (((-350 (-485)) (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) 17 T ELT)))
+(((-935 |#1|) (-10 -7 (-15 -3051 ((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1|)) (-15 -3051 ((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) (-15 -3051 ((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-350 (-485)))) (-15 -3051 ((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-350 (-485)))) (-15 -3136 ((-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-350 (-485)))) (-15 -3136 ((-3 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) "failed") |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) (-15 -3049 ((-350 (-485)) (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) (-15 -3050 ((-584 (-350 (-485))) (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))))) (-1156 (-485))) (T -935))
+((-3050 (*1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) (-5 *2 (-584 (-350 (-485)))) (-5 *1 (-935 *4)) (-4 *4 (-1156 (-485))))) (-3049 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) (-5 *2 (-350 (-485))) (-5 *1 (-935 *4)) (-4 *4 (-1156 (-485))))) (-3136 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485))))) (-3136 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) (-5 *4 (-350 (-485))) (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485))))) (-3051 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-350 (-485))) (-5 *2 (-584 (-2 (|:| -3140 *5) (|:| -3139 *5)))) (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485))) (-5 *4 (-2 (|:| -3140 *5) (|:| -3139 *5))))) (-3051 (*1 *2 *3 *4) (-12 (-5 *2 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485))) (-5 *4 (-350 (-485))))) (-3051 (*1 *2 *3 *4) (-12 (-5 *2 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485))) (-5 *4 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))))) (-3051 (*1 *2 *3) (-12 (-5 *2 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485))))))
+((-3136 (((-3 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) "failed") |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) 35 T ELT) (((-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-350 (-485))) 32 T ELT)) (-3051 (((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-350 (-485))) 30 T ELT) (((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-350 (-485))) 26 T ELT) (((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) 28 T ELT) (((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1|) 24 T ELT)))
+(((-936 |#1|) (-10 -7 (-15 -3051 ((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1|)) (-15 -3051 ((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) (-15 -3051 ((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-350 (-485)))) (-15 -3051 ((-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-350 (-485)))) (-15 -3136 ((-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-350 (-485)))) (-15 -3136 ((-3 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) "failed") |#1| (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))) (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))))) (-1156 (-350 (-485)))) (T -936))
+((-3136 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) (-5 *1 (-936 *3)) (-4 *3 (-1156 (-350 (-485)))))) (-3136 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))) (-5 *4 (-350 (-485))) (-5 *1 (-936 *3)) (-4 *3 (-1156 *4)))) (-3051 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-350 (-485))) (-5 *2 (-584 (-2 (|:| -3140 *5) (|:| -3139 *5)))) (-5 *1 (-936 *3)) (-4 *3 (-1156 *5)) (-5 *4 (-2 (|:| -3140 *5) (|:| -3139 *5))))) (-3051 (*1 *2 *3 *4) (-12 (-5 *4 (-350 (-485))) (-5 *2 (-584 (-2 (|:| -3140 *4) (|:| -3139 *4)))) (-5 *1 (-936 *3)) (-4 *3 (-1156 *4)))) (-3051 (*1 *2 *3 *4) (-12 (-5 *2 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) (-5 *1 (-936 *3)) (-4 *3 (-1156 (-350 (-485)))) (-5 *4 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))))) (-3051 (*1 *2 *3) (-12 (-5 *2 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))) (-5 *1 (-936 *3)) (-4 *3 (-1156 (-350 (-485)))))))
+((-3575 (((-584 (-330)) (-858 (-485)) (-330)) 28 T ELT) (((-584 (-330)) (-858 (-350 (-485))) (-330)) 27 T ELT)) (-3971 (((-584 (-584 (-330))) (-584 (-858 (-485))) (-584 (-1091)) (-330)) 37 T ELT)))
+(((-937) (-10 -7 (-15 -3575 ((-584 (-330)) (-858 (-350 (-485))) (-330))) (-15 -3575 ((-584 (-330)) (-858 (-485)) (-330))) (-15 -3971 ((-584 (-584 (-330))) (-584 (-858 (-485))) (-584 (-1091)) (-330))))) (T -937))
+((-3971 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-584 (-858 (-485)))) (-5 *4 (-584 (-1091))) (-5 *2 (-584 (-584 (-330)))) (-5 *1 (-937)) (-5 *5 (-330)))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-858 (-485))) (-5 *2 (-584 (-330))) (-5 *1 (-937)) (-5 *4 (-330)))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-858 (-350 (-485)))) (-5 *2 (-584 (-330))) (-5 *1 (-937)) (-5 *4 (-330)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 75 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-3039 (($ $) NIL T ELT) (($ $ (-831)) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-485)) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) 70 T ELT)) (-3726 (($) NIL T CONST)) (-3185 (((-3 $ #1#) (-1086 $) (-831) (-773)) NIL T ELT) (((-3 $ #1#) (-1086 $) (-831)) 55 T ELT)) (-3159 (((-3 (-350 (-485)) #1#) $) NIL (|has| (-350 (-485)) (-951 (-350 (-485)))) ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 |#1| #1#) $) 115 T ELT) (((-3 (-485) #1#) $) NIL (OR (|has| (-350 (-485)) (-951 (-485))) (|has| |#1| (-951 (-485)))) ELT)) (-3158 (((-350 (-485)) $) 17 (|has| (-350 (-485)) (-951 (-350 (-485)))) ELT) (((-350 (-485)) $) 17 T ELT) ((|#1| $) 116 T ELT) (((-485) $) NIL (OR (|has| (-350 (-485)) (-951 (-485))) (|has| |#1| (-951 (-485)))) ELT)) (-3035 (($ $ (-773)) 47 T ELT)) (-3034 (($ $ (-773)) 48 T ELT)) (-2566 (($ $ $) NIL T ELT)) (-3184 (((-350 (-485)) $ $) 21 T ELT)) (-3469 (((-3 $ #1#) $) 88 T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-3188 (((-85) $) 66 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3013 (($ $ (-485)) NIL T ELT)) (-3189 (((-85) $) 69 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3036 (((-3 (-1086 $) #1#) $) 83 T ELT)) (-3038 (((-3 (-773) #1#) $) 82 T ELT)) (-3037 (((-3 (-1086 $) #1#) $) 80 T ELT)) (-3052 (((-3 (-975 $ (-1086 $)) #1#) $) 78 T ELT)) (-1895 (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 89 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3948 (((-773) $) 87 T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ $) 63 T ELT) (($ (-350 (-485))) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#1|) 118 T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3772 (((-350 (-485)) $ $) 27 T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3186 (((-584 $) (-1086 $)) 61 T ELT) (((-584 $) (-1086 (-350 (-485)))) NIL T ELT) (((-584 $) (-1086 (-485))) NIL T ELT) (((-584 $) (-858 $)) NIL T ELT) (((-584 $) (-858 (-350 (-485)))) NIL T ELT) (((-584 $) (-858 (-485))) NIL T ELT)) (-3053 (($ (-975 $ (-1086 $)) (-773)) 46 T ELT)) (-3385 (($ $) 22 T ELT)) (-2662 (($) 32 T CONST)) (-2668 (($) 39 T CONST)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 76 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 24 T ELT)) (-3951 (($ $ $) 37 T ELT)) (-3839 (($ $) 38 T ELT) (($ $ $) 74 T ELT)) (-3841 (($ $ $) 111 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 71 T ELT) (($ $ $) 103 T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ (-485) $) 71 T ELT) (($ $ (-485)) NIL T ELT) (($ (-350 (-485)) $) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT) (($ |#1| $) 101 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-938 |#1|) (-13 (-926) (-355 |#1|) (-38 |#1|) (-10 -8 (-15 -3053 ($ (-975 $ (-1086 $)) (-773))) (-15 -3052 ((-3 (-975 $ (-1086 $)) "failed") $)) (-15 -3184 ((-350 (-485)) $ $)))) (-13 (-756) (-312) (-934))) (T -938))
+((-3053 (*1 *1 *2 *3) (-12 (-5 *2 (-975 (-938 *4) (-1086 (-938 *4)))) (-5 *3 (-773)) (-5 *1 (-938 *4)) (-4 *4 (-13 (-756) (-312) (-934))))) (-3052 (*1 *2 *1) (|partial| -12 (-5 *2 (-975 (-938 *3) (-1086 (-938 *3)))) (-5 *1 (-938 *3)) (-4 *3 (-13 (-756) (-312) (-934))))) (-3184 (*1 *2 *1 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-938 *3)) (-4 *3 (-13 (-756) (-312) (-934))))))
+((-3054 (((-2 (|:| -3268 |#2|) (|:| -2515 (-584 |#1|))) |#2| (-584 |#1|)) 32 T ELT) ((|#2| |#2| |#1|) 27 T ELT)))
+(((-939 |#1| |#2|) (-10 -7 (-15 -3054 (|#2| |#2| |#1|)) (-15 -3054 ((-2 (|:| -3268 |#2|) (|:| -2515 (-584 |#1|))) |#2| (-584 |#1|)))) (-312) (-601 |#1|)) (T -939))
+((-3054 (*1 *2 *3 *4) (-12 (-4 *5 (-312)) (-5 *2 (-2 (|:| -3268 *3) (|:| -2515 (-584 *5)))) (-5 *1 (-939 *5 *3)) (-5 *4 (-584 *5)) (-4 *3 (-601 *5)))) (-3054 (*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-939 *3 *2)) (-4 *2 (-601 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3055 ((|#1| $ |#1|) 12 T ELT)) (-3057 (($ |#1|) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3056 ((|#1| $) 11 T ELT)) (-3948 (((-773) $) 17 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 9 T ELT)))
+(((-940 |#1|) (-13 (-1014) (-10 -8 (-15 -3057 ($ |#1|)) (-15 -3056 (|#1| $)) (-15 -3055 (|#1| $ |#1|)) (-15 -3058 ((-85) $ $)))) (-1130)) (T -940))
+((-3058 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-940 *3)) (-4 *3 (-1130)))) (-3057 (*1 *1 *2) (-12 (-5 *1 (-940 *2)) (-4 *2 (-1130)))) (-3056 (*1 *2 *1) (-12 (-5 *1 (-940 *2)) (-4 *2 (-1130)))) (-3055 (*1 *2 *1 *2) (-12 (-5 *1 (-940 *2)) (-4 *2 (-1130)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3683 (((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 |#4|)))) (-584 |#4|)) NIL T ELT)) (-3684 (((-584 $) (-584 |#4|)) 113 T ELT) (((-584 $) (-584 |#4|) (-85)) 114 T ELT) (((-584 $) (-584 |#4|) (-85) (-85)) 112 T ELT) (((-584 $) (-584 |#4|) (-85) (-85) (-85) (-85)) 115 T ELT)) (-3083 (((-584 |#3|) $) NIL T ELT)) (-2910 (((-85) $) NIL T ELT)) (-2901 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3695 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3690 ((|#4| |#4| $) NIL T ELT)) (-3777 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| $) 107 T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3712 (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 62 T ELT)) (-3726 (($) NIL T CONST)) (-2906 (((-85) $) 28 (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3691 (((-584 |#4|) (-584 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) NIL (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) NIL (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ #1#) (-584 |#4|)) NIL T ELT)) (-3158 (($ (-584 |#4|)) NIL T ELT)) (-3801 (((-3 $ #1#) $) 44 T ELT)) (-3687 ((|#4| |#4| $) 65 T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-3408 (($ |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT) (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 80 (|has| |#1| (-496)) ELT)) (-3696 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3685 ((|#4| |#4| $) NIL T ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3698 (((-2 (|:| -3863 (-584 |#4|)) (|:| -1703 (-584 |#4|))) $) NIL T ELT)) (-3199 (((-85) |#4| $) NIL T ELT)) (-3197 (((-85) |#4| $) NIL T ELT)) (-3200 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3440 (((-2 (|:| |val| (-584 |#4|)) (|:| |towers| (-584 $))) (-584 |#4|) (-85) (-85)) 128 T ELT)) (-3697 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3182 ((|#3| $) 37 T ELT)) (-2610 (((-584 |#4|) $) 18 T ELT)) (-3247 (((-85) |#4| $) 26 (|has| |#4| (-72)) ELT)) (-3328 (($ (-1 |#4| |#4|) $) 24 T ELT)) (-3960 (($ (-1 |#4| |#4|) $) 22 T ELT)) (-2916 (((-584 |#3|) $) NIL T ELT)) (-2915 (((-85) |#3| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3193 (((-3 |#4| (-584 $)) |#4| |#4| $) NIL T ELT)) (-3192 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| |#4| $) 105 T ELT)) (-3800 (((-3 |#4| #1#) $) 41 T ELT)) (-3194 (((-584 $) |#4| $) 88 T ELT)) (-3196 (((-3 (-85) (-584 $)) |#4| $) NIL T ELT)) (-3195 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 $))) |#4| $) 98 T ELT) (((-85) |#4| $) 60 T ELT)) (-3240 (((-584 $) |#4| $) 110 T ELT) (((-584 $) (-584 |#4|) $) NIL T ELT) (((-584 $) (-584 |#4|) (-584 $)) 111 T ELT) (((-584 $) |#4| (-584 $)) NIL T ELT)) (-3441 (((-584 $) (-584 |#4|) (-85) (-85) (-85)) 123 T ELT)) (-3442 (($ |#4| $) 77 T ELT) (($ (-584 |#4|) $) 78 T ELT) (((-584 $) |#4| $ (-85) (-85) (-85) (-85) (-85)) 74 T ELT)) (-3699 (((-584 |#4|) $) NIL T ELT)) (-3693 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3688 ((|#4| |#4| $) NIL T ELT)) (-3701 (((-85) $ $) NIL T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-496)) ELT)) (-3694 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3689 ((|#4| |#4| $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 (((-3 |#4| #1#) $) 39 T ELT)) (-1355 (((-3 |#4| #1#) (-1 (-85) |#4|) $) NIL T ELT)) (-3681 (((-3 $ #1#) $ |#4|) 55 T ELT)) (-3771 (($ $ |#4|) NIL T ELT) (((-584 $) |#4| $) 90 T ELT) (((-584 $) |#4| (-584 $)) NIL T ELT) (((-584 $) (-584 |#4|) $) NIL T ELT) (((-584 $) (-584 |#4|) (-584 $)) 84 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 17 T ELT)) (-3567 (($) 14 T ELT)) (-3950 (((-695) $) NIL T ELT)) (-1731 (((-695) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) NIL T ELT)) (-3402 (($ $) 13 T ELT)) (-3974 (((-474) $) NIL (|has| |#4| (-554 (-474))) ELT)) (-3532 (($ (-584 |#4|)) 21 T ELT)) (-2912 (($ $ |#3|) 48 T ELT)) (-2914 (($ $ |#3|) 50 T ELT)) (-3686 (($ $) NIL T ELT)) (-2913 (($ $ |#3|) NIL T ELT)) (-3948 (((-773) $) 34 T ELT) (((-584 |#4|) $) 45 T ELT)) (-3680 (((-695) $) NIL (|has| |#3| (-320)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3692 (((-85) $ (-1 (-85) |#4| (-584 |#4|))) NIL T ELT)) (-3191 (((-584 $) |#4| $) 87 T ELT) (((-584 $) |#4| (-584 $)) NIL T ELT) (((-584 $) (-584 |#4|) $) NIL T ELT) (((-584 $) (-584 |#4|) (-584 $)) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3682 (((-584 |#3|) $) NIL T ELT)) (-3198 (((-85) |#4| $) NIL T ELT)) (-3935 (((-85) |#3| $) 61 T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-941 |#1| |#2| |#3| |#4|) (-13 (-984 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3442 ((-584 $) |#4| $ (-85) (-85) (-85) (-85) (-85))) (-15 -3684 ((-584 $) (-584 |#4|) (-85) (-85))) (-15 -3684 ((-584 $) (-584 |#4|) (-85) (-85) (-85) (-85))) (-15 -3441 ((-584 $) (-584 |#4|) (-85) (-85) (-85))) (-15 -3440 ((-2 (|:| |val| (-584 |#4|)) (|:| |towers| (-584 $))) (-584 |#4|) (-85) (-85))))) (-392) (-718) (-757) (-978 |#1| |#2| |#3|)) (T -941))
+((-3442 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-941 *5 *6 *7 *3))) (-5 *1 (-941 *5 *6 *7 *3)) (-4 *3 (-978 *5 *6 *7)))) (-3684 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-941 *5 *6 *7 *8))) (-5 *1 (-941 *5 *6 *7 *8)))) (-3684 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-941 *5 *6 *7 *8))) (-5 *1 (-941 *5 *6 *7 *8)))) (-3441 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-941 *5 *6 *7 *8))) (-5 *1 (-941 *5 *6 *7 *8)))) (-3440 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-978 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-584 *8)) (|:| |towers| (-584 (-941 *5 *6 *7 *8))))) (-5 *1 (-941 *5 *6 *7 *8)) (-5 *3 (-584 *8)))))
+((-3059 (((-584 (-2 (|:| |radval| (-265 (-485))) (|:| |radmult| (-485)) (|:| |radvect| (-584 (-631 (-265 (-485))))))) (-631 (-350 (-858 (-485))))) 67 T ELT)) (-3060 (((-584 (-631 (-265 (-485)))) (-265 (-485)) (-631 (-350 (-858 (-485))))) 52 T ELT)) (-3061 (((-584 (-265 (-485))) (-631 (-350 (-858 (-485))))) 45 T ELT)) (-3065 (((-584 (-631 (-265 (-485)))) (-631 (-350 (-858 (-485))))) 85 T ELT)) (-3063 (((-631 (-265 (-485))) (-631 (-265 (-485)))) 38 T ELT)) (-3064 (((-584 (-631 (-265 (-485)))) (-584 (-631 (-265 (-485))))) 74 T ELT)) (-3062 (((-3 (-631 (-265 (-485))) "failed") (-631 (-350 (-858 (-485))))) 82 T ELT)))
+(((-942) (-10 -7 (-15 -3059 ((-584 (-2 (|:| |radval| (-265 (-485))) (|:| |radmult| (-485)) (|:| |radvect| (-584 (-631 (-265 (-485))))))) (-631 (-350 (-858 (-485)))))) (-15 -3060 ((-584 (-631 (-265 (-485)))) (-265 (-485)) (-631 (-350 (-858 (-485)))))) (-15 -3061 ((-584 (-265 (-485))) (-631 (-350 (-858 (-485)))))) (-15 -3062 ((-3 (-631 (-265 (-485))) "failed") (-631 (-350 (-858 (-485)))))) (-15 -3063 ((-631 (-265 (-485))) (-631 (-265 (-485))))) (-15 -3064 ((-584 (-631 (-265 (-485)))) (-584 (-631 (-265 (-485)))))) (-15 -3065 ((-584 (-631 (-265 (-485)))) (-631 (-350 (-858 (-485)))))))) (T -942))
+((-3065 (*1 *2 *3) (-12 (-5 *3 (-631 (-350 (-858 (-485))))) (-5 *2 (-584 (-631 (-265 (-485))))) (-5 *1 (-942)))) (-3064 (*1 *2 *2) (-12 (-5 *2 (-584 (-631 (-265 (-485))))) (-5 *1 (-942)))) (-3063 (*1 *2 *2) (-12 (-5 *2 (-631 (-265 (-485)))) (-5 *1 (-942)))) (-3062 (*1 *2 *3) (|partial| -12 (-5 *3 (-631 (-350 (-858 (-485))))) (-5 *2 (-631 (-265 (-485)))) (-5 *1 (-942)))) (-3061 (*1 *2 *3) (-12 (-5 *3 (-631 (-350 (-858 (-485))))) (-5 *2 (-584 (-265 (-485)))) (-5 *1 (-942)))) (-3060 (*1 *2 *3 *4) (-12 (-5 *4 (-631 (-350 (-858 (-485))))) (-5 *2 (-584 (-631 (-265 (-485))))) (-5 *1 (-942)) (-5 *3 (-265 (-485))))) (-3059 (*1 *2 *3) (-12 (-5 *3 (-631 (-350 (-858 (-485))))) (-5 *2 (-584 (-2 (|:| |radval| (-265 (-485))) (|:| |radmult| (-485)) (|:| |radvect| (-584 (-631 (-265 (-485)))))))) (-5 *1 (-942)))))
+((-3069 (((-584 (-631 |#1|)) (-584 (-631 |#1|))) 69 T ELT) (((-631 |#1|) (-631 |#1|)) 68 T ELT) (((-584 (-631 |#1|)) (-584 (-631 |#1|)) (-584 (-631 |#1|))) 67 T ELT) (((-631 |#1|) (-631 |#1|) (-631 |#1|)) 64 T ELT)) (-3068 (((-584 (-631 |#1|)) (-584 (-631 |#1|)) (-831)) 62 T ELT) (((-631 |#1|) (-631 |#1|) (-831)) 61 T ELT)) (-3070 (((-584 (-631 (-485))) (-584 (-584 (-485)))) 80 T ELT) (((-584 (-631 (-485))) (-584 (-814 (-485))) (-485)) 79 T ELT) (((-631 (-485)) (-584 (-485))) 76 T ELT) (((-631 (-485)) (-814 (-485)) (-485)) 74 T ELT)) (-3067 (((-631 (-858 |#1|)) (-695)) 94 T ELT)) (-3066 (((-584 (-631 |#1|)) (-584 (-631 |#1|)) (-831)) 48 (|has| |#1| (-6 (-3999 #1="*"))) ELT) (((-631 |#1|) (-631 |#1|) (-831)) 46 (|has| |#1| (-6 (-3999 #1#))) ELT)))
+(((-943 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-3999 #1="*"))) (-15 -3066 ((-631 |#1|) (-631 |#1|) (-831))) |%noBranch|) (IF (|has| |#1| (-6 (-3999 #1#))) (-15 -3066 ((-584 (-631 |#1|)) (-584 (-631 |#1|)) (-831))) |%noBranch|) (-15 -3067 ((-631 (-858 |#1|)) (-695))) (-15 -3068 ((-631 |#1|) (-631 |#1|) (-831))) (-15 -3068 ((-584 (-631 |#1|)) (-584 (-631 |#1|)) (-831))) (-15 -3069 ((-631 |#1|) (-631 |#1|) (-631 |#1|))) (-15 -3069 ((-584 (-631 |#1|)) (-584 (-631 |#1|)) (-584 (-631 |#1|)))) (-15 -3069 ((-631 |#1|) (-631 |#1|))) (-15 -3069 ((-584 (-631 |#1|)) (-584 (-631 |#1|)))) (-15 -3070 ((-631 (-485)) (-814 (-485)) (-485))) (-15 -3070 ((-631 (-485)) (-584 (-485)))) (-15 -3070 ((-584 (-631 (-485))) (-584 (-814 (-485))) (-485))) (-15 -3070 ((-584 (-631 (-485))) (-584 (-584 (-485)))))) (-962)) (T -943))
+((-3070 (*1 *2 *3) (-12 (-5 *3 (-584 (-584 (-485)))) (-5 *2 (-584 (-631 (-485)))) (-5 *1 (-943 *4)) (-4 *4 (-962)))) (-3070 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-814 (-485)))) (-5 *4 (-485)) (-5 *2 (-584 (-631 *4))) (-5 *1 (-943 *5)) (-4 *5 (-962)))) (-3070 (*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-631 (-485))) (-5 *1 (-943 *4)) (-4 *4 (-962)))) (-3070 (*1 *2 *3 *4) (-12 (-5 *3 (-814 (-485))) (-5 *4 (-485)) (-5 *2 (-631 *4)) (-5 *1 (-943 *5)) (-4 *5 (-962)))) (-3069 (*1 *2 *2) (-12 (-5 *2 (-584 (-631 *3))) (-4 *3 (-962)) (-5 *1 (-943 *3)))) (-3069 (*1 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-943 *3)))) (-3069 (*1 *2 *2 *2) (-12 (-5 *2 (-584 (-631 *3))) (-4 *3 (-962)) (-5 *1 (-943 *3)))) (-3069 (*1 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-943 *3)))) (-3068 (*1 *2 *2 *3) (-12 (-5 *2 (-584 (-631 *4))) (-5 *3 (-831)) (-4 *4 (-962)) (-5 *1 (-943 *4)))) (-3068 (*1 *2 *2 *3) (-12 (-5 *2 (-631 *4)) (-5 *3 (-831)) (-4 *4 (-962)) (-5 *1 (-943 *4)))) (-3067 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-631 (-858 *4))) (-5 *1 (-943 *4)) (-4 *4 (-962)))) (-3066 (*1 *2 *2 *3) (-12 (-5 *2 (-584 (-631 *4))) (-5 *3 (-831)) (|has| *4 (-6 (-3999 "*"))) (-4 *4 (-962)) (-5 *1 (-943 *4)))) (-3066 (*1 *2 *2 *3) (-12 (-5 *2 (-631 *4)) (-5 *3 (-831)) (|has| *4 (-6 (-3999 "*"))) (-4 *4 (-962)) (-5 *1 (-943 *4)))))
+((-3074 (((-631 |#1|) (-584 (-631 |#1|)) (-1180 |#1|)) 69 (|has| |#1| (-258)) ELT)) (-3420 (((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)) (-1180 (-1180 |#1|))) 107 (|has| |#1| (-312)) ELT) (((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)) (-1180 |#1|)) 104 (|has| |#1| (-312)) ELT)) (-3078 (((-1180 |#1|) (-584 (-1180 |#1|)) (-485)) 113 (-12 (|has| |#1| (-312)) (|has| |#1| (-320))) ELT)) (-3077 (((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)) (-831)) 119 (-12 (|has| |#1| (-312)) (|has| |#1| (-320))) ELT) (((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)) (-85)) 118 (-12 (|has| |#1| (-312)) (|has| |#1| (-320))) ELT) (((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|))) 117 (-12 (|has| |#1| (-312)) (|has| |#1| (-320))) ELT) (((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)) (-85) (-485) (-485)) 116 (-12 (|has| |#1| (-312)) (|has| |#1| (-320))) ELT)) (-3076 (((-85) (-584 (-631 |#1|))) 101 (|has| |#1| (-312)) ELT) (((-85) (-584 (-631 |#1|)) (-485)) 100 (|has| |#1| (-312)) ELT)) (-3073 (((-1180 (-1180 |#1|)) (-584 (-631 |#1|)) (-1180 |#1|)) 66 (|has| |#1| (-258)) ELT)) (-3072 (((-631 |#1|) (-584 (-631 |#1|)) (-631 |#1|)) 46 T ELT)) (-3071 (((-631 |#1|) (-1180 (-1180 |#1|))) 39 T ELT)) (-3075 (((-631 |#1|) (-584 (-631 |#1|)) (-584 (-631 |#1|)) (-485)) 93 (|has| |#1| (-312)) ELT) (((-631 |#1|) (-584 (-631 |#1|)) (-584 (-631 |#1|))) 92 (|has| |#1| (-312)) ELT) (((-631 |#1|) (-584 (-631 |#1|)) (-584 (-631 |#1|)) (-85) (-485)) 91 (|has| |#1| (-312)) ELT)))
+(((-944 |#1|) (-10 -7 (-15 -3071 ((-631 |#1|) (-1180 (-1180 |#1|)))) (-15 -3072 ((-631 |#1|) (-584 (-631 |#1|)) (-631 |#1|))) (IF (|has| |#1| (-258)) (PROGN (-15 -3073 ((-1180 (-1180 |#1|)) (-584 (-631 |#1|)) (-1180 |#1|))) (-15 -3074 ((-631 |#1|) (-584 (-631 |#1|)) (-1180 |#1|)))) |%noBranch|) (IF (|has| |#1| (-312)) (PROGN (-15 -3075 ((-631 |#1|) (-584 (-631 |#1|)) (-584 (-631 |#1|)) (-85) (-485))) (-15 -3075 ((-631 |#1|) (-584 (-631 |#1|)) (-584 (-631 |#1|)))) (-15 -3075 ((-631 |#1|) (-584 (-631 |#1|)) (-584 (-631 |#1|)) (-485))) (-15 -3076 ((-85) (-584 (-631 |#1|)) (-485))) (-15 -3076 ((-85) (-584 (-631 |#1|)))) (-15 -3420 ((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)) (-1180 |#1|))) (-15 -3420 ((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)) (-1180 (-1180 |#1|))))) |%noBranch|) (IF (|has| |#1| (-320)) (IF (|has| |#1| (-312)) (PROGN (-15 -3077 ((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)) (-85) (-485) (-485))) (-15 -3077 ((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)))) (-15 -3077 ((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)) (-85))) (-15 -3077 ((-584 (-584 (-631 |#1|))) (-584 (-631 |#1|)) (-831))) (-15 -3078 ((-1180 |#1|) (-584 (-1180 |#1|)) (-485)))) |%noBranch|) |%noBranch|)) (-962)) (T -944))
+((-3078 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-1180 *5))) (-5 *4 (-485)) (-5 *2 (-1180 *5)) (-5 *1 (-944 *5)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-962)))) (-3077 (*1 *2 *3 *4) (-12 (-5 *4 (-831)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-962)) (-5 *2 (-584 (-584 (-631 *5)))) (-5 *1 (-944 *5)) (-5 *3 (-584 (-631 *5))))) (-3077 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-962)) (-5 *2 (-584 (-584 (-631 *5)))) (-5 *1 (-944 *5)) (-5 *3 (-584 (-631 *5))))) (-3077 (*1 *2 *3) (-12 (-4 *4 (-312)) (-4 *4 (-320)) (-4 *4 (-962)) (-5 *2 (-584 (-584 (-631 *4)))) (-5 *1 (-944 *4)) (-5 *3 (-584 (-631 *4))))) (-3077 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-85)) (-5 *5 (-485)) (-4 *6 (-312)) (-4 *6 (-320)) (-4 *6 (-962)) (-5 *2 (-584 (-584 (-631 *6)))) (-5 *1 (-944 *6)) (-5 *3 (-584 (-631 *6))))) (-3420 (*1 *2 *3 *4) (-12 (-5 *4 (-1180 (-1180 *5))) (-4 *5 (-312)) (-4 *5 (-962)) (-5 *2 (-584 (-584 (-631 *5)))) (-5 *1 (-944 *5)) (-5 *3 (-584 (-631 *5))))) (-3420 (*1 *2 *3 *4) (-12 (-5 *4 (-1180 *5)) (-4 *5 (-312)) (-4 *5 (-962)) (-5 *2 (-584 (-584 (-631 *5)))) (-5 *1 (-944 *5)) (-5 *3 (-584 (-631 *5))))) (-3076 (*1 *2 *3) (-12 (-5 *3 (-584 (-631 *4))) (-4 *4 (-312)) (-4 *4 (-962)) (-5 *2 (-85)) (-5 *1 (-944 *4)))) (-3076 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-631 *5))) (-5 *4 (-485)) (-4 *5 (-312)) (-4 *5 (-962)) (-5 *2 (-85)) (-5 *1 (-944 *5)))) (-3075 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-584 (-631 *5))) (-5 *4 (-485)) (-5 *2 (-631 *5)) (-5 *1 (-944 *5)) (-4 *5 (-312)) (-4 *5 (-962)))) (-3075 (*1 *2 *3 *3) (-12 (-5 *3 (-584 (-631 *4))) (-5 *2 (-631 *4)) (-5 *1 (-944 *4)) (-4 *4 (-312)) (-4 *4 (-962)))) (-3075 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-584 (-631 *6))) (-5 *4 (-85)) (-5 *5 (-485)) (-5 *2 (-631 *6)) (-5 *1 (-944 *6)) (-4 *6 (-312)) (-4 *6 (-962)))) (-3074 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-631 *5))) (-5 *4 (-1180 *5)) (-4 *5 (-258)) (-4 *5 (-962)) (-5 *2 (-631 *5)) (-5 *1 (-944 *5)))) (-3073 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-631 *5))) (-4 *5 (-258)) (-4 *5 (-962)) (-5 *2 (-1180 (-1180 *5))) (-5 *1 (-944 *5)) (-5 *4 (-1180 *5)))) (-3072 (*1 *2 *3 *2) (-12 (-5 *3 (-584 (-631 *4))) (-5 *2 (-631 *4)) (-4 *4 (-962)) (-5 *1 (-944 *4)))) (-3071 (*1 *2 *3) (-12 (-5 *3 (-1180 (-1180 *4))) (-4 *4 (-962)) (-5 *2 (-631 *4)) (-5 *1 (-944 *4)))))
+((-3079 ((|#1| (-831) |#1|) 18 T ELT)))
+(((-945 |#1|) (-10 -7 (-15 -3079 (|#1| (-831) |#1|))) (-13 (-1014) (-10 -8 (-15 -3841 ($ $ $))))) (T -945))
+((-3079 (*1 *2 *3 *2) (-12 (-5 *3 (-831)) (-5 *1 (-945 *2)) (-4 *2 (-13 (-1014) (-10 -8 (-15 -3841 ($ $ $))))))))
+((-3080 ((|#1| |#1| (-831)) 18 T ELT)))
+(((-946 |#1|) (-10 -7 (-15 -3080 (|#1| |#1| (-831)))) (-13 (-1014) (-10 -8 (-15 * ($ $ $))))) (T -946))
+((-3080 (*1 *2 *2 *3) (-12 (-5 *3 (-831)) (-5 *1 (-946 *2)) (-4 *2 (-13 (-1014) (-10 -8 (-15 * ($ $ $))))))))
+((-3948 ((|#1| (-262)) 11 T ELT) (((-1186) |#1|) 9 T ELT)))
+(((-947 |#1|) (-10 -7 (-15 -3948 ((-1186) |#1|)) (-15 -3948 (|#1| (-262)))) (-1130)) (T -947))
+((-3948 (*1 *2 *3) (-12 (-5 *3 (-262)) (-5 *1 (-947 *2)) (-4 *2 (-1130)))) (-3948 (*1 *2 *3) (-12 (-5 *2 (-1186)) (-5 *1 (-947 *3)) (-4 *3 (-1130)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3844 (($ |#4|) 24 T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3081 ((|#4| $) 26 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 45 T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ |#4|) 25 T ELT)) (-3128 (((-695)) 42 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 21 T CONST)) (-2668 (($) 22 T CONST)) (-3058 (((-85) $ $) 39 T ELT)) (-3839 (($ $) 30 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 28 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 35 T ELT) (($ $ $) 32 T ELT) (($ |#1| $) 37 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-948 |#1| |#2| |#3| |#4| |#5|) (-13 (-146) (-38 |#1|) (-10 -8 (-15 -3844 ($ |#4|)) (-15 -3948 ($ |#4|)) (-15 -3081 (|#4| $)))) (-312) (-718) (-757) (-862 |#1| |#2| |#3|) (-584 |#4|)) (T -948))
+((-3844 (*1 *1 *2) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-948 *3 *4 *5 *2 *6)) (-4 *2 (-862 *3 *4 *5)) (-14 *6 (-584 *2)))) (-3948 (*1 *1 *2) (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-948 *3 *4 *5 *2 *6)) (-4 *2 (-862 *3 *4 *5)) (-14 *6 (-584 *2)))) (-3081 (*1 *2 *1) (-12 (-4 *2 (-862 *3 *4 *5)) (-5 *1 (-948 *3 *4 *5 *2 *6)) (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-14 *6 (-584 *2)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3208 (((-1050) $) 11 T ELT)) (-3948 (((-773) $) 17 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-949) (-13 (-996) (-10 -8 (-15 -3208 ((-1050) $))))) (T -949))
+((-3208 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-949)))))
+((-3158 ((|#2| $) 10 T ELT)))
+(((-950 |#1| |#2|) (-10 -7 (-15 -3158 (|#2| |#1|))) (-951 |#2|) (-1130)) (T -950))
+NIL
+((-3159 (((-3 |#1| "failed") $) 9 T ELT)) (-3158 ((|#1| $) 8 T ELT)) (-3948 (($ |#1|) 6 T ELT)))
+(((-951 |#1|) (-113) (-1130)) (T -951))
+((-3159 (*1 *2 *1) (|partial| -12 (-4 *1 (-951 *2)) (-4 *2 (-1130)))) (-3158 (*1 *2 *1) (-12 (-4 *1 (-951 *2)) (-4 *2 (-1130)))))
+(-13 (-556 |t#1|) (-10 -8 (-15 -3159 ((-3 |t#1| "failed") $)) (-15 -3158 (|t#1| $))))
+(((-556 |#1|) . T))
+((-3082 (((-584 (-584 (-249 (-350 (-858 |#2|))))) (-584 (-858 |#2|)) (-584 (-1091))) 38 T ELT)))
+(((-952 |#1| |#2|) (-10 -7 (-15 -3082 ((-584 (-584 (-249 (-350 (-858 |#2|))))) (-584 (-858 |#2|)) (-584 (-1091))))) (-496) (-13 (-496) (-951 |#1|))) (T -952))
+((-3082 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-858 *6))) (-5 *4 (-584 (-1091))) (-4 *6 (-13 (-496) (-951 *5))) (-4 *5 (-496)) (-5 *2 (-584 (-584 (-249 (-350 (-858 *6)))))) (-5 *1 (-952 *5 *6)))))
+((-3083 (((-584 (-1091)) (-350 (-858 |#1|))) 17 T ELT)) (-3085 (((-350 (-1086 (-350 (-858 |#1|)))) (-350 (-858 |#1|)) (-1091)) 24 T ELT)) (-3086 (((-350 (-858 |#1|)) (-350 (-1086 (-350 (-858 |#1|)))) (-1091)) 26 T ELT)) (-3084 (((-3 (-1091) "failed") (-350 (-858 |#1|))) 20 T ELT)) (-3770 (((-350 (-858 |#1|)) (-350 (-858 |#1|)) (-584 (-249 (-350 (-858 |#1|))))) 32 T ELT) (((-350 (-858 |#1|)) (-350 (-858 |#1|)) (-249 (-350 (-858 |#1|)))) 33 T ELT) (((-350 (-858 |#1|)) (-350 (-858 |#1|)) (-584 (-1091)) (-584 (-350 (-858 |#1|)))) 28 T ELT) (((-350 (-858 |#1|)) (-350 (-858 |#1|)) (-1091) (-350 (-858 |#1|))) 29 T ELT)) (-3948 (((-350 (-858 |#1|)) |#1|) 11 T ELT)))
+(((-953 |#1|) (-10 -7 (-15 -3083 ((-584 (-1091)) (-350 (-858 |#1|)))) (-15 -3084 ((-3 (-1091) "failed") (-350 (-858 |#1|)))) (-15 -3085 ((-350 (-1086 (-350 (-858 |#1|)))) (-350 (-858 |#1|)) (-1091))) (-15 -3086 ((-350 (-858 |#1|)) (-350 (-1086 (-350 (-858 |#1|)))) (-1091))) (-15 -3770 ((-350 (-858 |#1|)) (-350 (-858 |#1|)) (-1091) (-350 (-858 |#1|)))) (-15 -3770 ((-350 (-858 |#1|)) (-350 (-858 |#1|)) (-584 (-1091)) (-584 (-350 (-858 |#1|))))) (-15 -3770 ((-350 (-858 |#1|)) (-350 (-858 |#1|)) (-249 (-350 (-858 |#1|))))) (-15 -3770 ((-350 (-858 |#1|)) (-350 (-858 |#1|)) (-584 (-249 (-350 (-858 |#1|)))))) (-15 -3948 ((-350 (-858 |#1|)) |#1|))) (-496)) (T -953))
+((-3948 (*1 *2 *3) (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-953 *3)) (-4 *3 (-496)))) (-3770 (*1 *2 *2 *3) (-12 (-5 *3 (-584 (-249 (-350 (-858 *4))))) (-5 *2 (-350 (-858 *4))) (-4 *4 (-496)) (-5 *1 (-953 *4)))) (-3770 (*1 *2 *2 *3) (-12 (-5 *3 (-249 (-350 (-858 *4)))) (-5 *2 (-350 (-858 *4))) (-4 *4 (-496)) (-5 *1 (-953 *4)))) (-3770 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-584 (-1091))) (-5 *4 (-584 (-350 (-858 *5)))) (-5 *2 (-350 (-858 *5))) (-4 *5 (-496)) (-5 *1 (-953 *5)))) (-3770 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-350 (-858 *4))) (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *1 (-953 *4)))) (-3086 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-1086 (-350 (-858 *5))))) (-5 *4 (-1091)) (-5 *2 (-350 (-858 *5))) (-5 *1 (-953 *5)) (-4 *5 (-496)))) (-3085 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-496)) (-5 *2 (-350 (-1086 (-350 (-858 *5))))) (-5 *1 (-953 *5)) (-5 *3 (-350 (-858 *5))))) (-3084 (*1 *2 *3) (|partial| -12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-5 *2 (-1091)) (-5 *1 (-953 *4)))) (-3083 (*1 *2 *3) (-12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-5 *2 (-584 (-1091))) (-5 *1 (-953 *4)))))
+((-3087 (((-330)) 17 T ELT)) (-3102 (((-1 (-330)) (-330) (-330)) 22 T ELT)) (-3095 (((-1 (-330)) (-695)) 48 T ELT)) (-3088 (((-330)) 37 T ELT)) (-3091 (((-1 (-330)) (-330) (-330)) 38 T ELT)) (-3089 (((-330)) 29 T ELT)) (-3092 (((-1 (-330)) (-330)) 30 T ELT)) (-3090 (((-330) (-695)) 43 T ELT)) (-3093 (((-1 (-330)) (-695)) 44 T ELT)) (-3094 (((-1 (-330)) (-695) (-695)) 47 T ELT)) (-3386 (((-1 (-330)) (-695) (-695)) 45 T ELT)))
+(((-954) (-10 -7 (-15 -3087 ((-330))) (-15 -3088 ((-330))) (-15 -3089 ((-330))) (-15 -3090 ((-330) (-695))) (-15 -3102 ((-1 (-330)) (-330) (-330))) (-15 -3091 ((-1 (-330)) (-330) (-330))) (-15 -3092 ((-1 (-330)) (-330))) (-15 -3093 ((-1 (-330)) (-695))) (-15 -3386 ((-1 (-330)) (-695) (-695))) (-15 -3094 ((-1 (-330)) (-695) (-695))) (-15 -3095 ((-1 (-330)) (-695))))) (T -954))
+((-3095 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1 (-330))) (-5 *1 (-954)))) (-3094 (*1 *2 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1 (-330))) (-5 *1 (-954)))) (-3386 (*1 *2 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1 (-330))) (-5 *1 (-954)))) (-3093 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1 (-330))) (-5 *1 (-954)))) (-3092 (*1 *2 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-954)) (-5 *3 (-330)))) (-3091 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-954)) (-5 *3 (-330)))) (-3102 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-954)) (-5 *3 (-330)))) (-3090 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-330)) (-5 *1 (-954)))) (-3089 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-954)))) (-3088 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-954)))) (-3087 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-954)))))
+((-3734 (((-348 |#1|) |#1|) 33 T ELT)))
+(((-955 |#1|) (-10 -7 (-15 -3734 ((-348 |#1|) |#1|))) (-1156 (-350 (-858 (-485))))) (T -955))
+((-3734 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-955 *3)) (-4 *3 (-1156 (-350 (-858 (-485))))))))
+((-3096 (((-350 (-348 (-858 |#1|))) (-350 (-858 |#1|))) 14 T ELT)))
+(((-956 |#1|) (-10 -7 (-15 -3096 ((-350 (-348 (-858 |#1|))) (-350 (-858 |#1|))))) (-258)) (T -956))
+((-3096 (*1 *2 *3) (-12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-258)) (-5 *2 (-350 (-348 (-858 *4)))) (-5 *1 (-956 *4)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3726 (($) 23 T CONST)) (-3100 ((|#1| $) 29 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3099 ((|#1| $) 28 T ELT)) (-3097 ((|#1|) 26 T CONST)) (-3948 (((-773) $) 13 T ELT)) (-3098 ((|#1| $) 27 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT)))
(((-957 |#1|) (-113) (-23)) (T -957))
-((-3100 (*1 *1) (-12 (-4 *1 (-957 *2)) (-4 *2 (-23)))))
-(-13 (-956 |t#1|) (-10 -8 (-15 -3100 ($) -3953)))
-(((-23) . T) ((-25) . T) ((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-956 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3682 (((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 (-703 |#1| (-773 |#2|)))))) (-583 (-703 |#1| (-773 |#2|)))) NIL T ELT)) (-3683 (((-583 $) (-583 (-703 |#1| (-773 |#2|)))) NIL T ELT) (((-583 $) (-583 (-703 |#1| (-773 |#2|))) (-85)) NIL T ELT) (((-583 $) (-583 (-703 |#1| (-773 |#2|))) (-85) (-85)) NIL T ELT)) (-3082 (((-583 (-773 |#2|)) $) NIL T ELT)) (-2909 (((-85) $) NIL T ELT)) (-2900 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3694 (((-85) (-703 |#1| (-773 |#2|)) $) NIL T ELT) (((-85) $) NIL T ELT)) (-3689 (((-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3776 (((-583 (-2 (|:| |val| (-703 |#1| (-773 |#2|))) (|:| -1600 $))) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ (-773 |#2|)) NIL T ELT)) (-3711 (($ (-1 (-85) (-703 |#1| (-773 |#2|))) $) NIL (|has| $ (-318 (-703 |#1| (-773 |#2|)))) ELT) (((-3 (-703 |#1| (-773 |#2|)) #1="failed") $ (-773 |#2|)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2905 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3690 (((-583 (-703 |#1| (-773 |#2|))) (-583 (-703 |#1| (-773 |#2|))) $ (-1 (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|))) (-1 (-85) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)))) NIL T ELT)) (-2901 (((-583 (-703 |#1| (-773 |#2|))) (-583 (-703 |#1| (-773 |#2|))) $) NIL (|has| |#1| (-495)) ELT)) (-2902 (((-583 (-703 |#1| (-773 |#2|))) (-583 (-703 |#1| (-773 |#2|))) $) NIL (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ #1#) (-583 (-703 |#1| (-773 |#2|)))) NIL T ELT)) (-3157 (($ (-583 (-703 |#1| (-773 |#2|)))) NIL T ELT)) (-3800 (((-3 $ #1#) $) NIL T ELT)) (-3686 (((-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-703 |#1| (-773 |#2|)))) (|has| (-703 |#1| (-773 |#2|)) (-72))) ELT)) (-3407 (($ (-703 |#1| (-773 |#2|)) $) NIL (-12 (|has| $ (-318 (-703 |#1| (-773 |#2|)))) (|has| (-703 |#1| (-773 |#2|)) (-72))) ELT) (($ (-1 (-85) (-703 |#1| (-773 |#2|))) $) NIL (|has| $ (-318 (-703 |#1| (-773 |#2|)))) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-703 |#1| (-773 |#2|))) (|:| |den| |#1|)) (-703 |#1| (-773 |#2|)) $) NIL (|has| |#1| (-495)) ELT)) (-3695 (((-85) (-703 |#1| (-773 |#2|)) $ (-1 (-85) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)))) NIL T ELT)) (-3684 (((-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3843 (((-703 |#1| (-773 |#2|)) (-1 (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|))) $ (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|))) NIL (|has| (-703 |#1| (-773 |#2|)) (-72)) ELT) (((-703 |#1| (-773 |#2|)) (-1 (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|))) $ (-703 |#1| (-773 |#2|))) NIL T ELT) (((-703 |#1| (-773 |#2|)) (-1 (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|))) $) NIL T ELT) (((-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) $ (-1 (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|))) (-1 (-85) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)))) NIL T ELT)) (-3697 (((-2 (|:| -3862 (-583 (-703 |#1| (-773 |#2|)))) (|:| -1702 (-583 (-703 |#1| (-773 |#2|))))) $) NIL T ELT)) (-3198 (((-85) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3196 (((-85) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3199 (((-85) (-703 |#1| (-773 |#2|)) $) NIL T ELT) (((-85) $) NIL T ELT)) (-3696 (((-85) (-703 |#1| (-773 |#2|)) $) NIL T ELT) (((-85) $) NIL T ELT)) (-3181 (((-773 |#2|) $) NIL T ELT)) (-2609 (((-583 (-703 |#1| (-773 |#2|))) $) NIL T ELT)) (-3246 (((-85) (-703 |#1| (-773 |#2|)) $) NIL (|has| (-703 |#1| (-773 |#2|)) (-72)) ELT)) (-3327 (($ (-1 (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|))) $) NIL T ELT)) (-3959 (($ (-1 (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|))) $) NIL T ELT)) (-2915 (((-583 (-773 |#2|)) $) NIL T ELT)) (-2914 (((-85) (-773 |#2|) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3192 (((-3 (-703 |#1| (-773 |#2|)) (-583 $)) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3191 (((-583 (-2 (|:| |val| (-703 |#1| (-773 |#2|))) (|:| -1600 $))) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3799 (((-3 (-703 |#1| (-773 |#2|)) #1#) $) NIL T ELT)) (-3193 (((-583 $) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3195 (((-3 (-85) (-583 $)) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3194 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 $))) (-703 |#1| (-773 |#2|)) $) NIL T ELT) (((-85) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3239 (((-583 $) (-703 |#1| (-773 |#2|)) $) NIL T ELT) (((-583 $) (-583 (-703 |#1| (-773 |#2|))) $) NIL T ELT) (((-583 $) (-583 (-703 |#1| (-773 |#2|))) (-583 $)) NIL T ELT) (((-583 $) (-703 |#1| (-773 |#2|)) (-583 $)) NIL T ELT)) (-3441 (($ (-703 |#1| (-773 |#2|)) $) NIL T ELT) (($ (-583 (-703 |#1| (-773 |#2|))) $) NIL T ELT)) (-3698 (((-583 (-703 |#1| (-773 |#2|))) $) NIL T ELT)) (-3692 (((-85) (-703 |#1| (-773 |#2|)) $) NIL T ELT) (((-85) $) NIL T ELT)) (-3687 (((-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3700 (((-85) $ $) NIL T ELT)) (-2904 (((-2 (|:| |num| (-703 |#1| (-773 |#2|))) (|:| |den| |#1|)) (-703 |#1| (-773 |#2|)) $) NIL (|has| |#1| (-495)) ELT)) (-3693 (((-85) (-703 |#1| (-773 |#2|)) $) NIL T ELT) (((-85) $) NIL T ELT)) (-3688 (((-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 (((-3 (-703 |#1| (-773 |#2|)) #1#) $) NIL T ELT)) (-1354 (((-3 (-703 |#1| (-773 |#2|)) #1#) (-1 (-85) (-703 |#1| (-773 |#2|))) $) NIL T ELT)) (-3680 (((-3 $ #1#) $ (-703 |#1| (-773 |#2|))) NIL T ELT)) (-3770 (($ $ (-703 |#1| (-773 |#2|))) NIL T ELT) (((-583 $) (-703 |#1| (-773 |#2|)) $) NIL T ELT) (((-583 $) (-703 |#1| (-773 |#2|)) (-583 $)) NIL T ELT) (((-583 $) (-583 (-703 |#1| (-773 |#2|))) $) NIL T ELT) (((-583 $) (-583 (-703 |#1| (-773 |#2|))) (-583 $)) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-703 |#1| (-773 |#2|))) $) NIL T ELT)) (-3769 (($ $ (-583 (-703 |#1| (-773 |#2|))) (-583 (-703 |#1| (-773 |#2|)))) NIL (-12 (|has| (-703 |#1| (-773 |#2|)) (-260 (-703 |#1| (-773 |#2|)))) (|has| (-703 |#1| (-773 |#2|)) (-1013))) ELT) (($ $ (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|))) NIL (-12 (|has| (-703 |#1| (-773 |#2|)) (-260 (-703 |#1| (-773 |#2|)))) (|has| (-703 |#1| (-773 |#2|)) (-1013))) ELT) (($ $ (-249 (-703 |#1| (-773 |#2|)))) NIL (-12 (|has| (-703 |#1| (-773 |#2|)) (-260 (-703 |#1| (-773 |#2|)))) (|has| (-703 |#1| (-773 |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-703 |#1| (-773 |#2|))))) NIL (-12 (|has| (-703 |#1| (-773 |#2|)) (-260 (-703 |#1| (-773 |#2|)))) (|has| (-703 |#1| (-773 |#2|)) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3949 (((-694) $) NIL T ELT)) (-1730 (((-694) (-703 |#1| (-773 |#2|)) $) NIL (|has| (-703 |#1| (-773 |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-703 |#1| (-773 |#2|))) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-703 |#1| (-773 |#2|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-703 |#1| (-773 |#2|)))) NIL T ELT)) (-2911 (($ $ (-773 |#2|)) NIL T ELT)) (-2913 (($ $ (-773 |#2|)) NIL T ELT)) (-3685 (($ $) NIL T ELT)) (-2912 (($ $ (-773 |#2|)) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (((-583 (-703 |#1| (-773 |#2|))) $) NIL T ELT)) (-3679 (((-694) $) NIL (|has| (-773 |#2|) (-320)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 (-703 |#1| (-773 |#2|))))) #1#) (-583 (-703 |#1| (-773 |#2|))) (-1 (-85) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)))) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 (-703 |#1| (-773 |#2|))))) #1#) (-583 (-703 |#1| (-773 |#2|))) (-1 (-85) (-703 |#1| (-773 |#2|))) (-1 (-85) (-703 |#1| (-773 |#2|)) (-703 |#1| (-773 |#2|)))) NIL T ELT)) (-3691 (((-85) $ (-1 (-85) (-703 |#1| (-773 |#2|)) (-583 (-703 |#1| (-773 |#2|))))) NIL T ELT)) (-3190 (((-583 $) (-703 |#1| (-773 |#2|)) $) NIL T ELT) (((-583 $) (-703 |#1| (-773 |#2|)) (-583 $)) NIL T ELT) (((-583 $) (-583 (-703 |#1| (-773 |#2|))) $) NIL T ELT) (((-583 $) (-583 (-703 |#1| (-773 |#2|))) (-583 $)) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-703 |#1| (-773 |#2|))) $) NIL T ELT)) (-3681 (((-583 (-773 |#2|)) $) NIL T ELT)) (-3197 (((-85) (-703 |#1| (-773 |#2|)) $) NIL T ELT)) (-3934 (((-85) (-773 |#2|) $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-958 |#1| |#2|) (-13 (-983 |#1| (-469 (-773 |#2|)) (-773 |#2|) (-703 |#1| (-773 |#2|))) (-10 -8 (-15 -3683 ((-583 $) (-583 (-703 |#1| (-773 |#2|))) (-85) (-85))))) (-392) (-583 (-1090))) (T -958))
-((-3683 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-583 (-703 *5 (-773 *6)))) (-5 *4 (-85)) (-4 *5 (-392)) (-14 *6 (-583 (-1090))) (-5 *2 (-583 (-958 *5 *6))) (-5 *1 (-958 *5 *6)))))
-((-3101 (((-1 (-484)) (-1001 (-484))) 32 T ELT)) (-3105 (((-484) (-484) (-484) (-484) (-484)) 29 T ELT)) (-3103 (((-1 (-484)) |RationalNumber|) NIL T ELT)) (-3104 (((-1 (-484)) |RationalNumber|) NIL T ELT)) (-3102 (((-1 (-484)) (-484) |RationalNumber|) NIL T ELT)))
-(((-959) (-10 -7 (-15 -3101 ((-1 (-484)) (-1001 (-484)))) (-15 -3102 ((-1 (-484)) (-484) |RationalNumber|)) (-15 -3103 ((-1 (-484)) |RationalNumber|)) (-15 -3104 ((-1 (-484)) |RationalNumber|)) (-15 -3105 ((-484) (-484) (-484) (-484) (-484))))) (T -959))
-((-3105 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-959)))) (-3104 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-484))) (-5 *1 (-959)))) (-3103 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-484))) (-5 *1 (-959)))) (-3102 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-484))) (-5 *1 (-959)) (-5 *3 (-484)))) (-3101 (*1 *2 *3) (-12 (-5 *3 (-1001 (-484))) (-5 *2 (-1 (-484))) (-5 *1 (-959)))))
-((-3947 (((-772) $) NIL T ELT) (($ (-484)) 10 T ELT)))
-(((-960 |#1|) (-10 -7 (-15 -3947 (|#1| (-484))) (-15 -3947 ((-772) |#1|))) (-961)) (T -960))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-961) (-113)) (T -961))
-((-3127 (*1 *2) (-12 (-4 *1 (-961)) (-5 *2 (-694)))))
-(-13 (-970) (-1061) (-590 $) (-555 (-484)) (-10 -7 (-15 -3127 ((-694)) -3953) (-6 -3993)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-555 (-484)) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-663) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-3106 (((-350 (-857 |#2|)) (-583 |#2|) (-583 |#2|) (-694) (-694)) 55 T ELT)))
-(((-962 |#1| |#2|) (-10 -7 (-15 -3106 ((-350 (-857 |#2|)) (-583 |#2|) (-583 |#2|) (-694) (-694)))) (-1090) (-312)) (T -962))
-((-3106 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-583 *6)) (-5 *4 (-694)) (-4 *6 (-312)) (-5 *2 (-350 (-857 *6))) (-5 *1 (-962 *5 *6)) (-14 *5 (-1090)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (* (($ $ |#1|) 17 T ELT)))
-(((-963 |#1|) (-113) (-1025)) (T -963))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-963 *2)) (-4 *2 (-1025)))))
-(-13 (-1013) (-10 -8 (-15 * ($ $ |t#1|))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-3121 (((-85) $) 38 T ELT)) (-3123 (((-85) $) 17 T ELT)) (-3115 (((-694) $) 13 T ELT)) (-3114 (((-694) $) 14 T ELT)) (-3122 (((-85) $) 30 T ELT)) (-3120 (((-85) $) 40 T ELT)))
-(((-964 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3114 ((-694) |#1|)) (-15 -3115 ((-694) |#1|)) (-15 -3120 ((-85) |#1|)) (-15 -3121 ((-85) |#1|)) (-15 -3122 ((-85) |#1|)) (-15 -3123 ((-85) |#1|))) (-965 |#2| |#3| |#4| |#5| |#6|) (-694) (-694) (-961) (-196 |#3| |#4|) (-196 |#2| |#4|)) (T -964))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3121 (((-85) $) 62 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3123 (((-85) $) 64 T ELT)) (-3725 (($) 23 T CONST)) (-3110 (($ $) 45 (|has| |#3| (-258)) ELT)) (-3112 ((|#4| $ (-484)) 50 T ELT)) (-3843 ((|#3| (-1 |#3| |#3| |#3|) $ |#3| |#3|) 84 (|has| |#3| (-72)) ELT) ((|#3| (-1 |#3| |#3| |#3|) $ |#3|) 81 T ELT) ((|#3| (-1 |#3| |#3| |#3|) $) 80 T ELT)) (-3109 (((-694) $) 44 (|has| |#3| (-495)) ELT)) (-3113 ((|#3| $ (-484) (-484)) 52 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-3108 (((-694) $) 43 (|has| |#3| (-495)) ELT)) (-3107 (((-583 |#5|) $) 42 (|has| |#3| (-495)) ELT)) (-3115 (((-694) $) 56 T ELT)) (-3114 (((-694) $) 55 T ELT)) (-3119 (((-484) $) 60 T ELT)) (-3117 (((-484) $) 58 T ELT)) (-2609 (((-583 |#3|) $) 79 T ELT)) (-3246 (((-85) |#3| $) 83 (|has| |#3| (-72)) ELT)) (-3118 (((-484) $) 59 T ELT)) (-3116 (((-484) $) 57 T ELT)) (-3124 (($ (-583 (-583 |#3|))) 65 T ELT)) (-3959 (($ (-1 |#3| |#3|) $) 70 T ELT) (($ (-1 |#3| |#3| |#3|) $ $) 48 T ELT)) (-3595 (((-583 (-583 |#3|)) $) 54 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3467 (((-3 $ "failed") $ |#3|) 47 (|has| |#3| (-495)) ELT)) (-1731 (((-85) (-1 (-85) |#3|) $) 77 T ELT)) (-3769 (($ $ (-583 |#3|) (-583 |#3|)) 74 (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ |#3| |#3|) 73 (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ (-249 |#3|)) 72 (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ (-583 (-249 |#3|))) 71 (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT)) (-1222 (((-85) $ $) 66 T ELT)) (-3404 (((-85) $) 69 T ELT)) (-3566 (($) 68 T ELT)) (-3801 ((|#3| $ (-484) (-484)) 53 T ELT) ((|#3| $ (-484) (-484) |#3|) 51 T ELT)) (-3122 (((-85) $) 63 T ELT)) (-1730 (((-694) |#3| $) 82 (|has| |#3| (-72)) ELT) (((-694) (-1 (-85) |#3|) $) 78 T ELT)) (-3401 (($ $) 67 T ELT)) (-3111 ((|#5| $ (-484)) 49 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-1732 (((-85) (-1 (-85) |#3|) $) 76 T ELT)) (-3120 (((-85) $) 61 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#3|) 46 (|has| |#3| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#3| $) 33 T ELT) (($ $ |#3|) 37 T ELT)) (-3958 (((-694) $) 75 T ELT)))
-(((-965 |#1| |#2| |#3| |#4| |#5|) (-113) (-694) (-694) (-961) (-196 |t#2| |t#3|) (-196 |t#1| |t#3|)) (T -965))
-((-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)))) (-3124 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 *5))) (-4 *5 (-961)) (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)))) (-3123 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-85)))) (-3122 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-85)))) (-3121 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-85)))) (-3120 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-85)))) (-3119 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-484)))) (-3118 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-484)))) (-3117 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-484)))) (-3116 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-484)))) (-3115 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-694)))) (-3114 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-694)))) (-3595 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-583 (-583 *5))))) (-3801 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-484)) (-4 *1 (-965 *4 *5 *2 *6 *7)) (-4 *6 (-196 *5 *2)) (-4 *7 (-196 *4 *2)) (-4 *2 (-961)))) (-3113 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-484)) (-4 *1 (-965 *4 *5 *2 *6 *7)) (-4 *6 (-196 *5 *2)) (-4 *7 (-196 *4 *2)) (-4 *2 (-961)))) (-3801 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-484)) (-4 *1 (-965 *4 *5 *2 *6 *7)) (-4 *2 (-961)) (-4 *6 (-196 *5 *2)) (-4 *7 (-196 *4 *2)))) (-3112 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-965 *4 *5 *6 *2 *7)) (-4 *6 (-961)) (-4 *7 (-196 *4 *6)) (-4 *2 (-196 *5 *6)))) (-3111 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-965 *4 *5 *6 *7 *2)) (-4 *6 (-961)) (-4 *7 (-196 *5 *6)) (-4 *2 (-196 *4 *6)))) (-3959 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)))) (-3467 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-965 *3 *4 *2 *5 *6)) (-4 *2 (-961)) (-4 *5 (-196 *4 *2)) (-4 *6 (-196 *3 *2)) (-4 *2 (-495)))) (-3950 (*1 *1 *1 *2) (-12 (-4 *1 (-965 *3 *4 *2 *5 *6)) (-4 *2 (-961)) (-4 *5 (-196 *4 *2)) (-4 *6 (-196 *3 *2)) (-4 *2 (-312)))) (-3110 (*1 *1 *1) (-12 (-4 *1 (-965 *2 *3 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-196 *3 *4)) (-4 *6 (-196 *2 *4)) (-4 *4 (-258)))) (-3109 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-4 *5 (-495)) (-5 *2 (-694)))) (-3108 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-4 *5 (-495)) (-5 *2 (-694)))) (-3107 (*1 *2 *1) (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-4 *5 (-495)) (-5 *2 (-583 *7)))))
-(-13 (-82 |t#3| |t#3|) (-318 |t#3|) (-10 -8 (IF (|has| |t#3| (-146)) (-6 (-654 |t#3|)) |%noBranch|) (-15 -3124 ($ (-583 (-583 |t#3|)))) (-15 -3123 ((-85) $)) (-15 -3122 ((-85) $)) (-15 -3121 ((-85) $)) (-15 -3120 ((-85) $)) (-15 -3119 ((-484) $)) (-15 -3118 ((-484) $)) (-15 -3117 ((-484) $)) (-15 -3116 ((-484) $)) (-15 -3115 ((-694) $)) (-15 -3114 ((-694) $)) (-15 -3595 ((-583 (-583 |t#3|)) $)) (-15 -3801 (|t#3| $ (-484) (-484))) (-15 -3113 (|t#3| $ (-484) (-484))) (-15 -3801 (|t#3| $ (-484) (-484) |t#3|)) (-15 -3112 (|t#4| $ (-484))) (-15 -3111 (|t#5| $ (-484))) (-15 -3959 ($ (-1 |t#3| |t#3|) $)) (-15 -3959 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-495)) (-15 -3467 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-312)) (-15 -3950 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-258)) (-15 -3110 ($ $)) |%noBranch|) (IF (|has| |t#3| (-495)) (PROGN (-15 -3109 ((-694) $)) (-15 -3108 ((-694) $)) (-15 -3107 ((-583 |t#5|) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-72) . T) ((-82 |#3| |#3|) . T) ((-104) . T) ((-552 (-772)) . T) ((-260 |#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ((-318 |#3|) . T) ((-429 |#3|) . T) ((-455 |#3| |#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ((-13) . T) ((-588 (-484)) . T) ((-588 |#3|) . T) ((-590 |#3|) . T) ((-582 |#3|) |has| |#3| (-146)) ((-654 |#3|) |has| |#3| (-146)) ((-963 |#3|) . T) ((-968 |#3|) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3121 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3123 (((-85) $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3110 (($ $) 46 (|has| |#3| (-258)) ELT)) (-3112 (((-197 |#2| |#3|) $ (-484)) 35 T ELT)) (-3843 ((|#3| (-1 |#3| |#3| |#3|) $ |#3| |#3|) NIL (|has| |#3| (-72)) ELT) ((|#3| (-1 |#3| |#3| |#3|) $ |#3|) NIL T ELT) ((|#3| (-1 |#3| |#3| |#3|) $) NIL T ELT)) (-3125 (($ (-630 |#3|)) 44 T ELT)) (-3109 (((-694) $) 48 (|has| |#3| (-495)) ELT)) (-3113 ((|#3| $ (-484) (-484)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-3108 (((-694) $) 50 (|has| |#3| (-495)) ELT)) (-3107 (((-583 (-197 |#1| |#3|)) $) 54 (|has| |#3| (-495)) ELT)) (-3115 (((-694) $) NIL T ELT)) (-3114 (((-694) $) NIL T ELT)) (-3119 (((-484) $) NIL T ELT)) (-3117 (((-484) $) NIL T ELT)) (-2609 (((-583 |#3|) $) NIL T ELT)) (-3246 (((-85) |#3| $) NIL (|has| |#3| (-72)) ELT)) (-3118 (((-484) $) NIL T ELT)) (-3116 (((-484) $) NIL T ELT)) (-3124 (($ (-583 (-583 |#3|))) 30 T ELT)) (-3959 (($ (-1 |#3| |#3|) $) NIL T ELT) (($ (-1 |#3| |#3| |#3|) $ $) NIL T ELT)) (-3595 (((-583 (-583 |#3|)) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3467 (((-3 $ #1#) $ |#3|) NIL (|has| |#3| (-495)) ELT)) (-1731 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3769 (($ $ (-583 |#3|) (-583 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ (-249 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ (-583 (-249 |#3|))) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#3| $ (-484) (-484)) NIL T ELT) ((|#3| $ (-484) (-484) |#3|) NIL T ELT)) (-3912 (((-107)) 58 (|has| |#3| (-312)) ELT)) (-3122 (((-85) $) NIL T ELT)) (-1730 (((-694) |#3| $) NIL (|has| |#3| (-72)) ELT) (((-694) (-1 (-85) |#3|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) 65 (|has| |#3| (-553 (-473))) ELT)) (-3111 (((-197 |#1| |#3|) $ (-484)) 39 T ELT)) (-3947 (((-772) $) 18 T ELT) (((-630 |#3|) $) 41 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3120 (((-85) $) NIL T ELT)) (-2661 (($) 15 T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#3|) NIL (|has| |#3| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ |#3| $) NIL T ELT) (($ $ |#3|) NIL T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-966 |#1| |#2| |#3|) (-13 (-965 |#1| |#2| |#3| (-197 |#2| |#3|) (-197 |#1| |#3|)) (-552 (-630 |#3|)) (-10 -8 (IF (|has| |#3| (-312)) (-6 (-1187 |#3|)) |%noBranch|) (IF (|has| |#3| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|) (-15 -3125 ($ (-630 |#3|))))) (-694) (-694) (-961)) (T -966))
-((-3125 (*1 *1 *2) (-12 (-5 *2 (-630 *5)) (-4 *5 (-961)) (-5 *1 (-966 *3 *4 *5)) (-14 *3 (-694)) (-14 *4 (-694)))))
-((-3843 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 36 T ELT)) (-3959 ((|#10| (-1 |#7| |#3|) |#6|) 34 T ELT)))
-(((-967 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -3959 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3843 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-694) (-694) (-961) (-196 |#2| |#3|) (-196 |#1| |#3|) (-965 |#1| |#2| |#3| |#4| |#5|) (-961) (-196 |#2| |#7|) (-196 |#1| |#7|) (-965 |#1| |#2| |#7| |#8| |#9|)) (T -967))
-((-3843 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-961)) (-4 *2 (-961)) (-14 *5 (-694)) (-14 *6 (-694)) (-4 *8 (-196 *6 *7)) (-4 *9 (-196 *5 *7)) (-4 *10 (-196 *6 *2)) (-4 *11 (-196 *5 *2)) (-5 *1 (-967 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-965 *5 *6 *7 *8 *9)) (-4 *12 (-965 *5 *6 *2 *10 *11)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-961)) (-4 *10 (-961)) (-14 *5 (-694)) (-14 *6 (-694)) (-4 *8 (-196 *6 *7)) (-4 *9 (-196 *5 *7)) (-4 *2 (-965 *5 *6 *10 *11 *12)) (-5 *1 (-967 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-965 *5 *6 *7 *8 *9)) (-4 *11 (-196 *6 *10)) (-4 *12 (-196 *5 *10)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ |#1|) 33 T ELT)))
-(((-968 |#1|) (-113) (-970)) (T -968))
-NIL
-(-13 (-21) (-963 |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-963 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-3126 (((-85) $ $) 10 T ELT)))
-(((-969 |#1|) (-10 -7 (-15 -3126 ((-85) |#1| |#1|))) (-970)) (T -969))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-970) (-113)) (T -970))
-((-3126 (*1 *2 *1 *1) (-12 (-4 *1 (-970)) (-5 *2 (-85)))))
-(-13 (-21) (-1025) (-10 -8 (-15 -3126 ((-85) $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-1025) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-1013)) ELT)) (-3832 (((-1090) $) 11 T ELT)) (-3737 ((|#1| $) 12 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3227 (($ (-1090) |#1|) 10 T ELT)) (-3947 (((-772) $) 22 (|has| |#1| (-1013)) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-1013)) ELT)) (-3057 (((-85) $ $) 17 (|has| |#1| (-1013)) ELT)))
-(((-971 |#1| |#2|) (-13 (-1129) (-10 -8 (-15 -3227 ($ (-1090) |#1|)) (-15 -3832 ((-1090) $)) (-15 -3737 (|#1| $)) (IF (|has| |#1| (-1013)) (-6 (-1013)) |%noBranch|))) (-1006 |#2|) (-1129)) (T -971))
-((-3227 (*1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-4 *4 (-1129)) (-5 *1 (-971 *3 *4)) (-4 *3 (-1006 *4)))) (-3832 (*1 *2 *1) (-12 (-4 *4 (-1129)) (-5 *2 (-1090)) (-5 *1 (-971 *3 *4)) (-4 *3 (-1006 *4)))) (-3737 (*1 *2 *1) (-12 (-4 *2 (-1006 *3)) (-5 *1 (-971 *2 *3)) (-4 *3 (-1129)))))
-((-3772 (($ $) 17 T ELT)) (-3128 (($ $) 25 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 54 T ELT)) (-3133 (($ $) 27 T ELT)) (-3129 (($ $) 12 T ELT)) (-3131 (($ $) 40 T ELT)) (-3973 (((-330) $) NIL T ELT) (((-179) $) NIL T ELT) (((-800 (-330)) $) 36 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) 31 T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) 31 T ELT)) (-3127 (((-694)) 9 T CONST)) (-3132 (($ $) 44 T ELT)))
-(((-972 |#1|) (-10 -7 (-15 -3128 (|#1| |#1|)) (-15 -3772 (|#1| |#1|)) (-15 -3129 (|#1| |#1|)) (-15 -3131 (|#1| |#1|)) (-15 -3132 (|#1| |#1|)) (-15 -3133 (|#1| |#1|)) (-15 -2797 ((-798 (-330) |#1|) |#1| (-800 (-330)) (-798 (-330) |#1|))) (-15 -3973 ((-800 (-330)) |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3947 (|#1| (-484))) (-15 -3973 ((-179) |#1|)) (-15 -3973 ((-330) |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3947 (|#1| |#1|)) (-15 -3127 ((-694)) -3953) (-15 -3947 (|#1| (-484))) (-15 -3947 ((-772) |#1|))) (-973)) (T -972))
-((-3127 (*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-972 *3)) (-4 *3 (-973)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3130 (((-484) $) 108 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-3772 (($ $) 106 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 91 T ELT)) (-3972 (((-348 $) $) 90 T ELT)) (-3038 (($ $) 116 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3624 (((-484) $) 133 T ELT)) (-3725 (($) 23 T CONST)) (-3128 (($ $) 105 T ELT)) (-3158 (((-3 (-484) #1="failed") $) 121 T ELT) (((-3 (-350 (-484)) #1#) $) 118 T ELT)) (-3157 (((-484) $) 122 T ELT) (((-350 (-484)) $) 119 T ELT)) (-2565 (($ $ $) 71 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-3724 (((-85) $) 89 T ELT)) (-3187 (((-85) $) 131 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 112 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 115 T ELT)) (-3133 (($ $) 111 T ELT)) (-3188 (((-85) $) 132 T ELT)) (-1605 (((-3 (-583 $) #2="failed") (-583 $) $) 68 T ELT)) (-2532 (($ $ $) 125 T ELT)) (-2858 (($ $ $) 126 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 88 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3129 (($ $) 107 T ELT)) (-3131 (($ $) 109 T ELT)) (-3733 (((-348 $) $) 92 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-3973 (((-330) $) 124 T ELT) (((-179) $) 123 T ELT) (((-800 (-330)) $) 113 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-484))) 84 T ELT) (($ (-484)) 120 T ELT) (($ (-350 (-484))) 117 T ELT)) (-3127 (((-694)) 40 T CONST)) (-3132 (($ $) 110 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3384 (($ $) 134 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2567 (((-85) $ $) 127 T ELT)) (-2568 (((-85) $ $) 129 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 128 T ELT)) (-2686 (((-85) $ $) 130 T ELT)) (-3950 (($ $ $) 83 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 87 T ELT) (($ $ (-350 (-484))) 114 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 86 T ELT) (($ (-350 (-484)) $) 85 T ELT)))
-(((-973) (-113)) (T -973))
-((-3133 (*1 *1 *1) (-4 *1 (-973))) (-3132 (*1 *1 *1) (-4 *1 (-973))) (-3131 (*1 *1 *1) (-4 *1 (-973))) (-3130 (*1 *2 *1) (-12 (-4 *1 (-973)) (-5 *2 (-484)))) (-3129 (*1 *1 *1) (-4 *1 (-973))) (-3772 (*1 *1 *1) (-4 *1 (-973))) (-3128 (*1 *1 *1) (-4 *1 (-973))))
-(-13 (-312) (-755) (-933) (-950 (-484)) (-950 (-350 (-484))) (-915) (-553 (-800 (-330))) (-796 (-330)) (-120) (-10 -8 (-15 -3133 ($ $)) (-15 -3132 ($ $)) (-15 -3131 ($ $)) (-15 -3130 ((-484) $)) (-15 -3129 ($ $)) (-15 -3772 ($ $)) (-15 -3128 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-553 (-179)) . T) ((-553 (-330)) . T) ((-553 (-800 (-330))) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 $) . T) ((-654 (-350 (-484))) . T) ((-654 $) . T) ((-663) . T) ((-714) . T) ((-716) . T) ((-718) . T) ((-721) . T) ((-755) . T) ((-756) . T) ((-759) . T) ((-796 (-330)) . T) ((-832) . T) ((-915) . T) ((-933) . T) ((-950 (-350 (-484))) . T) ((-950 (-484)) . T) ((-963 (-350 (-484))) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) |#2| $) 26 T ELT)) (-3137 ((|#1| $) 10 T ELT)) (-3624 (((-484) |#2| $) 119 T ELT)) (-3184 (((-3 $ #1="failed") |#2| (-830)) 76 T ELT)) (-3138 ((|#1| $) 31 T ELT)) (-3183 ((|#1| |#2| $ |#1|) 40 T ELT)) (-3135 (($ $) 28 T ELT)) (-3468 (((-3 |#2| #1#) |#2| $) 113 T ELT)) (-3187 (((-85) |#2| $) NIL T ELT)) (-3188 (((-85) |#2| $) NIL T ELT)) (-3134 (((-85) |#2| $) 27 T ELT)) (-3136 ((|#1| $) 120 T ELT)) (-3139 ((|#1| $) 30 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3186 ((|#2| $) 104 T ELT)) (-3947 (((-772) $) 95 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3771 ((|#1| |#2| $ |#1|) 41 T ELT)) (-3185 (((-583 $) |#2|) 78 T ELT)) (-3057 (((-85) $ $) 99 T ELT)))
-(((-974 |#1| |#2|) (-13 (-980 |#1| |#2|) (-10 -8 (-15 -3139 (|#1| $)) (-15 -3138 (|#1| $)) (-15 -3137 (|#1| $)) (-15 -3136 (|#1| $)) (-15 -3135 ($ $)) (-15 -3134 ((-85) |#2| $)) (-15 -3183 (|#1| |#2| $ |#1|)))) (-13 (-755) (-312)) (-1155 |#1|)) (T -974))
-((-3183 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))) (-3139 (*1 *2 *1) (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))) (-3138 (*1 *2 *1) (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))) (-3137 (*1 *2 *1) (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))) (-3136 (*1 *2 *1) (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))) (-3135 (*1 *1 *1) (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))) (-3134 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-755) (-312))) (-5 *2 (-85)) (-5 *1 (-974 *4 *3)) (-4 *3 (-1155 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-2047 (($ $ $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2042 (($ $ $ $) NIL T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3624 (((-484) $) NIL T ELT)) (-2442 (($ $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3140 (($ (-1090)) 10 T ELT) (($ (-484)) 7 T ELT)) (-3158 (((-3 (-484) #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2279 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-630 (-484)) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) NIL T ELT)) (-3024 (((-85) $) NIL T ELT)) (-3023 (((-350 (-484)) $) NIL T ELT)) (-2995 (($) NIL T ELT) (($ $) NIL T ELT)) (-2564 (($ $ $) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-2040 (($ $ $ $) NIL T ELT)) (-2048 (($ $ $) NIL T ELT)) (-3187 (((-85) $) NIL T ELT)) (-1369 (($ $ $) NIL T ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2674 (((-85) $) NIL T ELT)) (-3446 (((-632 $) $) NIL T ELT)) (-3188 (((-85) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2041 (($ $ $ $) NIL T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-2044 (($ $) NIL T ELT)) (-3834 (($ $) NIL T ELT)) (-2280 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL T ELT) (((-630 (-484)) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2039 (($ $ $) NIL T ELT)) (-3447 (($) NIL T CONST)) (-2046 (($ $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-1367 (($ $) NIL T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-2675 (((-85) $) NIL T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-3759 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2045 (($ $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-484) $) 16 T ELT) (((-473) $) NIL T ELT) (((-800 (-484)) $) NIL T ELT) (((-330) $) NIL T ELT) (((-179) $) NIL T ELT) (($ (-1090)) 9 T ELT)) (-3947 (((-772) $) 23 T ELT) (($ (-484)) 6 T ELT) (($ $) NIL T ELT) (($ (-484)) 6 T ELT)) (-3127 (((-694)) NIL T CONST)) (-2049 (((-85) $ $) NIL T ELT)) (-3102 (($ $ $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2695 (($) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2043 (($ $ $ $) NIL T ELT)) (-3384 (($ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-3838 (($ $) 22 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-484) $) NIL T ELT)))
-(((-975) (-13 (-483) (-557 (-1090)) (-10 -8 (-6 -3983) (-6 -3988) (-6 -3984) (-15 -3140 ($ (-1090))) (-15 -3140 ($ (-484)))))) (T -975))
-((-3140 (*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-975)))) (-3140 (*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-975)))))
-((-3798 (($ $) 46 T ELT)) (-3167 (((-85) $ $) 82 T ELT)) (-3158 (((-3 |#2| #1="failed") $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 (-484) #1#) $) NIL T ELT) (((-3 |#4| #1#) $) NIL T ELT) (((-3 $ #1#) (-857 (-350 (-484)))) 247 T ELT) (((-3 $ #1#) (-857 (-484))) 246 T ELT) (((-3 $ #1#) (-857 |#2|)) 249 T ELT)) (-3157 ((|#2| $) NIL T ELT) (((-350 (-484)) $) NIL T ELT) (((-484) $) NIL T ELT) ((|#4| $) NIL T ELT) (($ (-857 (-350 (-484)))) 235 T ELT) (($ (-857 (-484))) 231 T ELT) (($ (-857 |#2|)) 255 T ELT)) (-3960 (($ $) NIL T ELT) (($ $ |#4|) 44 T ELT)) (-3695 (((-85) $ $) 131 T ELT) (((-85) $ (-583 $)) 135 T ELT)) (-3173 (((-85) $) 60 T ELT)) (-3753 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 125 T ELT)) (-3144 (($ $) 160 T ELT)) (-3155 (($ $) 156 T ELT)) (-3156 (($ $) 155 T ELT)) (-3166 (($ $ $) 87 T ELT) (($ $ $ |#4|) 92 T ELT)) (-3165 (($ $ $) 90 T ELT) (($ $ $ |#4|) 94 T ELT)) (-3696 (((-85) $ $) 143 T ELT) (((-85) $ (-583 $)) 144 T ELT)) (-3181 ((|#4| $) 32 T ELT)) (-3160 (($ $ $) 128 T ELT)) (-3174 (((-85) $) 59 T ELT)) (-3180 (((-694) $) 35 T ELT)) (-3141 (($ $) 174 T ELT)) (-3142 (($ $) 171 T ELT)) (-3169 (((-583 $) $) 72 T ELT)) (-3172 (($ $) 62 T ELT)) (-3143 (($ $) 167 T ELT)) (-3170 (((-583 $) $) 69 T ELT)) (-3171 (($ $) 64 T ELT)) (-3175 ((|#2| $) NIL T ELT) (($ $ |#4|) 39 T ELT)) (-3159 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3482 (-694))) $ $) 130 T ELT)) (-3161 (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -1972 $) (|:| -2903 $)) $ $) 126 T ELT) (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -1972 $) (|:| -2903 $)) $ $ |#4|) 127 T ELT)) (-3162 (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -2903 $)) $ $) 121 T ELT) (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -2903 $)) $ $ |#4|) 123 T ELT)) (-3164 (($ $ $) 97 T ELT) (($ $ $ |#4|) 106 T ELT)) (-3163 (($ $ $) 98 T ELT) (($ $ $ |#4|) 107 T ELT)) (-3177 (((-583 $) $) 54 T ELT)) (-3692 (((-85) $ $) 140 T ELT) (((-85) $ (-583 $)) 141 T ELT)) (-3687 (($ $ $) 116 T ELT)) (-3447 (($ $) 37 T ELT)) (-3700 (((-85) $ $) 80 T ELT)) (-3693 (((-85) $ $) 136 T ELT) (((-85) $ (-583 $)) 138 T ELT)) (-3688 (($ $ $) 112 T ELT)) (-3179 (($ $) 41 T ELT)) (-3145 ((|#2| |#2| $) 164 T ELT) (($ (-583 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3153 (($ $ |#2|) NIL T ELT) (($ $ $) 153 T ELT)) (-3154 (($ $ |#2|) 148 T ELT) (($ $ $) 151 T ELT)) (-3178 (($ $) 49 T ELT)) (-3176 (($ $) 55 T ELT)) (-3973 (((-800 (-330)) $) NIL T ELT) (((-800 (-484)) $) NIL T ELT) (((-473) $) NIL T ELT) (($ (-857 (-350 (-484)))) 237 T ELT) (($ (-857 (-484))) 233 T ELT) (($ (-857 |#2|)) 248 T ELT) (((-1073) $) 278 T ELT) (((-857 |#2|) $) 184 T ELT)) (-3947 (((-772) $) 29 T ELT) (($ (-484)) NIL T ELT) (($ |#2|) NIL T ELT) (($ |#4|) NIL T ELT) (((-857 |#2|) $) 185 T ELT) (($ (-350 (-484))) NIL T ELT) (($ $) NIL T ELT)) (-3168 (((-3 (-85) #1#) $ $) 79 T ELT)))
-(((-976 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3947 (|#1| |#1|)) (-15 -3145 (|#1| |#1| |#1|)) (-15 -3145 (|#1| (-583 |#1|))) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3947 ((-857 |#2|) |#1|)) (-15 -3973 ((-857 |#2|) |#1|)) (-15 -3973 ((-1073) |#1|)) (-15 -3141 (|#1| |#1|)) (-15 -3142 (|#1| |#1|)) (-15 -3143 (|#1| |#1|)) (-15 -3144 (|#1| |#1|)) (-15 -3145 (|#2| |#2| |#1|)) (-15 -3153 (|#1| |#1| |#1|)) (-15 -3154 (|#1| |#1| |#1|)) (-15 -3153 (|#1| |#1| |#2|)) (-15 -3154 (|#1| |#1| |#2|)) (-15 -3155 (|#1| |#1|)) (-15 -3156 (|#1| |#1|)) (-15 -3973 (|#1| (-857 |#2|))) (-15 -3157 (|#1| (-857 |#2|))) (-15 -3158 ((-3 |#1| #1="failed") (-857 |#2|))) (-15 -3973 (|#1| (-857 (-484)))) (-15 -3157 (|#1| (-857 (-484)))) (-15 -3158 ((-3 |#1| #1#) (-857 (-484)))) (-15 -3973 (|#1| (-857 (-350 (-484))))) (-15 -3157 (|#1| (-857 (-350 (-484))))) (-15 -3158 ((-3 |#1| #1#) (-857 (-350 (-484))))) (-15 -3687 (|#1| |#1| |#1|)) (-15 -3688 (|#1| |#1| |#1|)) (-15 -3159 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -3482 (-694))) |#1| |#1|)) (-15 -3160 (|#1| |#1| |#1|)) (-15 -3753 ((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|)) (-15 -3161 ((-2 (|:| -3955 |#1|) (|:| |gap| (-694)) (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1| |#4|)) (-15 -3161 ((-2 (|:| -3955 |#1|) (|:| |gap| (-694)) (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|)) (-15 -3162 ((-2 (|:| -3955 |#1|) (|:| |gap| (-694)) (|:| -2903 |#1|)) |#1| |#1| |#4|)) (-15 -3162 ((-2 (|:| -3955 |#1|) (|:| |gap| (-694)) (|:| -2903 |#1|)) |#1| |#1|)) (-15 -3163 (|#1| |#1| |#1| |#4|)) (-15 -3164 (|#1| |#1| |#1| |#4|)) (-15 -3163 (|#1| |#1| |#1|)) (-15 -3164 (|#1| |#1| |#1|)) (-15 -3165 (|#1| |#1| |#1| |#4|)) (-15 -3166 (|#1| |#1| |#1| |#4|)) (-15 -3165 (|#1| |#1| |#1|)) (-15 -3166 (|#1| |#1| |#1|)) (-15 -3696 ((-85) |#1| (-583 |#1|))) (-15 -3696 ((-85) |#1| |#1|)) (-15 -3692 ((-85) |#1| (-583 |#1|))) (-15 -3692 ((-85) |#1| |#1|)) (-15 -3693 ((-85) |#1| (-583 |#1|))) (-15 -3693 ((-85) |#1| |#1|)) (-15 -3695 ((-85) |#1| (-583 |#1|))) (-15 -3695 ((-85) |#1| |#1|)) (-15 -3167 ((-85) |#1| |#1|)) (-15 -3700 ((-85) |#1| |#1|)) (-15 -3168 ((-3 (-85) #1#) |#1| |#1|)) (-15 -3169 ((-583 |#1|) |#1|)) (-15 -3170 ((-583 |#1|) |#1|)) (-15 -3171 (|#1| |#1|)) (-15 -3172 (|#1| |#1|)) (-15 -3173 ((-85) |#1|)) (-15 -3174 ((-85) |#1|)) (-15 -3960 (|#1| |#1| |#4|)) (-15 -3175 (|#1| |#1| |#4|)) (-15 -3176 (|#1| |#1|)) (-15 -3177 ((-583 |#1|) |#1|)) (-15 -3178 (|#1| |#1|)) (-15 -3798 (|#1| |#1|)) (-15 -3179 (|#1| |#1|)) (-15 -3447 (|#1| |#1|)) (-15 -3180 ((-694) |#1|)) (-15 -3181 (|#4| |#1|)) (-15 -3973 ((-473) |#1|)) (-15 -3973 ((-800 (-484)) |#1|)) (-15 -3973 ((-800 (-330)) |#1|)) (-15 -3947 (|#1| |#4|)) (-15 -3158 ((-3 |#4| #1#) |#1|)) (-15 -3157 (|#4| |#1|)) (-15 -3175 (|#2| |#1|)) (-15 -3960 (|#1| |#1|)) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3947 (|#1| |#2|)) (-15 -3947 (|#1| (-484))) (-15 -3947 ((-772) |#1|))) (-977 |#2| |#3| |#4|) (-961) (-717) (-756)) (T -976))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3082 (((-583 |#3|) $) 123 T ELT)) (-3084 (((-1085 $) $ |#3|) 138 T ELT) (((-1085 |#1|) $) 137 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 100 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 101 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 103 (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) 125 T ELT) (((-694) $ (-583 |#3|)) 124 T ELT)) (-3798 (($ $) 293 T ELT)) (-3167 (((-85) $ $) 279 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3756 (($ $ $) 238 (|has| |#1| (-495)) ELT)) (-3149 (((-583 $) $ $) 233 (|has| |#1| (-495)) ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 113 (|has| |#1| (-821)) ELT)) (-3776 (($ $) 111 (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) 110 (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1="failed") (-583 (-1085 $)) (-1085 $)) 116 (|has| |#1| (-821)) ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#1| #2="failed") $) 181 T ELT) (((-3 (-350 (-484)) #2#) $) 178 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #2#) $) 176 (|has| |#1| (-950 (-484))) ELT) (((-3 |#3| #2#) $) 153 T ELT) (((-3 $ "failed") (-857 (-350 (-484)))) 253 (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#3| (-553 (-1090)))) ELT) (((-3 $ "failed") (-857 (-484))) 250 (OR (-12 (-2561 (|has| |#1| (-38 (-350 (-484))))) (|has| |#1| (-38 (-484))) (|has| |#3| (-553 (-1090)))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#3| (-553 (-1090))))) ELT) (((-3 $ "failed") (-857 |#1|)) 247 (OR (-12 (-2561 (|has| |#1| (-38 (-350 (-484))))) (-2561 (|has| |#1| (-38 (-484)))) (|has| |#3| (-553 (-1090)))) (-12 (-2561 (|has| |#1| (-483))) (-2561 (|has| |#1| (-38 (-350 (-484))))) (|has| |#1| (-38 (-484))) (|has| |#3| (-553 (-1090)))) (-12 (-2561 (|has| |#1| (-904 (-484)))) (|has| |#1| (-38 (-350 (-484)))) (|has| |#3| (-553 (-1090))))) ELT)) (-3157 ((|#1| $) 180 T ELT) (((-350 (-484)) $) 179 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) 177 (|has| |#1| (-950 (-484))) ELT) ((|#3| $) 154 T ELT) (($ (-857 (-350 (-484)))) 252 (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#3| (-553 (-1090)))) ELT) (($ (-857 (-484))) 249 (OR (-12 (-2561 (|has| |#1| (-38 (-350 (-484))))) (|has| |#1| (-38 (-484))) (|has| |#3| (-553 (-1090)))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#3| (-553 (-1090))))) ELT) (($ (-857 |#1|)) 246 (OR (-12 (-2561 (|has| |#1| (-38 (-350 (-484))))) (-2561 (|has| |#1| (-38 (-484)))) (|has| |#3| (-553 (-1090)))) (-12 (-2561 (|has| |#1| (-483))) (-2561 (|has| |#1| (-38 (-350 (-484))))) (|has| |#1| (-38 (-484))) (|has| |#3| (-553 (-1090)))) (-12 (-2561 (|has| |#1| (-904 (-484)))) (|has| |#1| (-38 (-350 (-484)))) (|has| |#3| (-553 (-1090))))) ELT)) (-3757 (($ $ $ |#3|) 121 (|has| |#1| (-146)) ELT) (($ $ $) 234 (|has| |#1| (-495)) ELT)) (-3960 (($ $) 171 T ELT) (($ $ |#3|) 288 T ELT)) (-2279 (((-630 (-484)) (-630 $)) 149 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 148 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 147 T ELT) (((-630 |#1|) (-630 $)) 146 T ELT)) (-3695 (((-85) $ $) 278 T ELT) (((-85) $ (-583 $)) 277 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3173 (((-85) $) 286 T ELT)) (-3753 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 258 T ELT)) (-3144 (($ $) 227 (|has| |#1| (-392)) ELT)) (-3504 (($ $) 193 (|has| |#1| (-392)) ELT) (($ $ |#3|) 118 (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) 122 T ELT)) (-3724 (((-85) $) 109 (|has| |#1| (-821)) ELT)) (-3155 (($ $) 243 (|has| |#1| (-495)) ELT)) (-3156 (($ $) 244 (|has| |#1| (-495)) ELT)) (-3166 (($ $ $) 270 T ELT) (($ $ $ |#3|) 268 T ELT)) (-3165 (($ $ $) 269 T ELT) (($ $ $ |#3|) 267 T ELT)) (-1624 (($ $ |#1| |#2| $) 189 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 97 (-12 (|has| |#3| (-796 (-330))) (|has| |#1| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 96 (-12 (|has| |#3| (-796 (-484))) (|has| |#1| (-796 (-484)))) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2420 (((-694) $) 186 T ELT)) (-3696 (((-85) $ $) 272 T ELT) (((-85) $ (-583 $)) 271 T ELT)) (-3146 (($ $ $ $ $) 229 (|has| |#1| (-495)) ELT)) (-3181 ((|#3| $) 297 T ELT)) (-3085 (($ (-1085 |#1|) |#3|) 130 T ELT) (($ (-1085 $) |#3|) 129 T ELT)) (-2822 (((-583 $) $) 139 T ELT)) (-3938 (((-85) $) 169 T ELT)) (-2894 (($ |#1| |#2|) 170 T ELT) (($ $ |#3| (-694)) 132 T ELT) (($ $ (-583 |#3|) (-583 (-694))) 131 T ELT)) (-3160 (($ $ $) 257 T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ |#3|) 133 T ELT)) (-3174 (((-85) $) 287 T ELT)) (-2821 ((|#2| $) 187 T ELT) (((-694) $ |#3|) 135 T ELT) (((-583 (-694)) $ (-583 |#3|)) 134 T ELT)) (-3180 (((-694) $) 296 T ELT)) (-1625 (($ (-1 |#2| |#2|) $) 188 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 168 T ELT)) (-3083 (((-3 |#3| #3="failed") $) 136 T ELT)) (-3141 (($ $) 224 (|has| |#1| (-392)) ELT)) (-3142 (($ $) 225 (|has| |#1| (-392)) ELT)) (-3169 (((-583 $) $) 282 T ELT)) (-3172 (($ $) 285 T ELT)) (-3143 (($ $) 226 (|has| |#1| (-392)) ELT)) (-3170 (((-583 $) $) 283 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 151 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 150 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 145 T ELT) (((-630 |#1|) (-1179 $)) 144 T ELT)) (-3171 (($ $) 284 T ELT)) (-2895 (($ $) 166 T ELT)) (-3175 ((|#1| $) 165 T ELT) (($ $ |#3|) 289 T ELT)) (-1894 (($ (-583 $)) 107 (|has| |#1| (-392)) ELT) (($ $ $) 106 (|has| |#1| (-392)) ELT)) (-3159 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3482 (-694))) $ $) 256 T ELT)) (-3161 (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -1972 $) (|:| -2903 $)) $ $) 260 T ELT) (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -1972 $) (|:| -2903 $)) $ $ |#3|) 259 T ELT)) (-3162 (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -2903 $)) $ $) 262 T ELT) (((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -2903 $)) $ $ |#3|) 261 T ELT)) (-3164 (($ $ $) 266 T ELT) (($ $ $ |#3|) 264 T ELT)) (-3163 (($ $ $) 265 T ELT) (($ $ $ |#3|) 263 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3191 (($ $ $) 232 (|has| |#1| (-495)) ELT)) (-3177 (((-583 $) $) 291 T ELT)) (-2824 (((-3 (-583 $) #3#) $) 127 T ELT)) (-2823 (((-3 (-583 $) #3#) $) 128 T ELT)) (-2825 (((-3 (-2 (|:| |var| |#3|) (|:| -2401 (-694))) #3#) $) 126 T ELT)) (-3692 (((-85) $ $) 274 T ELT) (((-85) $ (-583 $)) 273 T ELT)) (-3687 (($ $ $) 254 T ELT)) (-3447 (($ $) 295 T ELT)) (-3700 (((-85) $ $) 280 T ELT)) (-3693 (((-85) $ $) 276 T ELT) (((-85) $ (-583 $)) 275 T ELT)) (-3688 (($ $ $) 255 T ELT)) (-3179 (($ $) 294 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3150 (((-2 (|:| -3145 $) (|:| |coef2| $)) $ $) 235 (|has| |#1| (-495)) ELT)) (-3151 (((-2 (|:| -3145 $) (|:| |coef1| $)) $ $) 236 (|has| |#1| (-495)) ELT)) (-1800 (((-85) $) 183 T ELT)) (-1799 ((|#1| $) 184 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 108 (|has| |#1| (-392)) ELT)) (-3145 ((|#1| |#1| $) 228 (|has| |#1| (-392)) ELT) (($ (-583 $)) 105 (|has| |#1| (-392)) ELT) (($ $ $) 104 (|has| |#1| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 115 (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 114 (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) 112 (|has| |#1| (-821)) ELT)) (-3152 (((-2 (|:| -3145 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 237 (|has| |#1| (-495)) ELT)) (-3467 (((-3 $ "failed") $ |#1|) 191 (|has| |#1| (-495)) ELT) (((-3 $ "failed") $ $) 99 (|has| |#1| (-495)) ELT)) (-3153 (($ $ |#1|) 241 (|has| |#1| (-495)) ELT) (($ $ $) 239 (|has| |#1| (-495)) ELT)) (-3154 (($ $ |#1|) 242 (|has| |#1| (-495)) ELT) (($ $ $) 240 (|has| |#1| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) 162 T ELT) (($ $ (-249 $)) 161 T ELT) (($ $ $ $) 160 T ELT) (($ $ (-583 $) (-583 $)) 159 T ELT) (($ $ |#3| |#1|) 158 T ELT) (($ $ (-583 |#3|) (-583 |#1|)) 157 T ELT) (($ $ |#3| $) 156 T ELT) (($ $ (-583 |#3|) (-583 $)) 155 T ELT)) (-3758 (($ $ |#3|) 120 (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 |#3|) (-583 (-694))) 52 T ELT) (($ $ |#3| (-694)) 51 T ELT) (($ $ (-583 |#3|)) 50 T ELT) (($ $ |#3|) 48 T ELT)) (-3949 ((|#2| $) 167 T ELT) (((-694) $ |#3|) 143 T ELT) (((-583 (-694)) $ (-583 |#3|)) 142 T ELT)) (-3178 (($ $) 292 T ELT)) (-3176 (($ $) 290 T ELT)) (-3973 (((-800 (-330)) $) 95 (-12 (|has| |#3| (-553 (-800 (-330)))) (|has| |#1| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) 94 (-12 (|has| |#3| (-553 (-800 (-484)))) (|has| |#1| (-553 (-800 (-484))))) ELT) (((-473) $) 93 (-12 (|has| |#3| (-553 (-473))) (|has| |#1| (-553 (-473)))) ELT) (($ (-857 (-350 (-484)))) 251 (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#3| (-553 (-1090)))) ELT) (($ (-857 (-484))) 248 (OR (-12 (-2561 (|has| |#1| (-38 (-350 (-484))))) (|has| |#1| (-38 (-484))) (|has| |#3| (-553 (-1090)))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#3| (-553 (-1090))))) ELT) (($ (-857 |#1|)) 245 (|has| |#3| (-553 (-1090))) ELT) (((-1073) $) 223 (-12 (|has| |#1| (-950 (-484))) (|has| |#3| (-553 (-1090)))) ELT) (((-857 |#1|) $) 222 (|has| |#3| (-553 (-1090))) ELT)) (-2818 ((|#1| $) 192 (|has| |#1| (-392)) ELT) (($ $ |#3|) 119 (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) 117 (-2563 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 182 T ELT) (($ |#3|) 152 T ELT) (((-857 |#1|) $) 221 (|has| |#3| (-553 (-1090))) ELT) (($ (-350 (-484))) 91 (OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-38 (-350 (-484))))) ELT) (($ $) 98 (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) 185 T ELT)) (-3678 ((|#1| $ |#2|) 172 T ELT) (($ $ |#3| (-694)) 141 T ELT) (($ $ (-583 |#3|) (-583 (-694))) 140 T ELT)) (-2703 (((-632 $) $) 92 (OR (-2563 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) 40 T CONST)) (-1623 (($ $ $ (-694)) 190 (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 102 (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-3168 (((-3 (-85) "failed") $ $) 281 T ELT)) (-2667 (($) 45 T CONST)) (-3147 (($ $ $ $ (-694)) 230 (|has| |#1| (-495)) ELT)) (-3148 (($ $ $ (-694)) 231 (|has| |#1| (-495)) ELT)) (-2670 (($ $ (-583 |#3|) (-583 (-694))) 55 T ELT) (($ $ |#3| (-694)) 54 T ELT) (($ $ (-583 |#3|)) 53 T ELT) (($ $ |#3|) 49 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 173 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 175 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) 174 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 164 T ELT) (($ $ |#1|) 163 T ELT)))
-(((-977 |#1| |#2| |#3|) (-113) (-961) (-717) (-756)) (T -977))
-((-3181 (*1 *2 *1) (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)))) (-3180 (*1 *2 *1) (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-694)))) (-3447 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3179 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3798 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3178 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3177 (*1 *2 *1) (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-977 *3 *4 *5)))) (-3176 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3175 (*1 *1 *1 *2) (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)))) (-3960 (*1 *1 *1 *2) (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)))) (-3174 (*1 *2 *1) (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)))) (-3173 (*1 *2 *1) (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)))) (-3172 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3171 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3170 (*1 *2 *1) (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-977 *3 *4 *5)))) (-3169 (*1 *2 *1) (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-977 *3 *4 *5)))) (-3168 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)))) (-3700 (*1 *2 *1 *1) (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)))) (-3167 (*1 *2 *1 *1) (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)))) (-3695 (*1 *2 *1 *1) (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)))) (-3695 (*1 *2 *1 *3) (-12 (-5 *3 (-583 *1)) (-4 *1 (-977 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)))) (-3693 (*1 *2 *1 *1) (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)))) (-3693 (*1 *2 *1 *3) (-12 (-5 *3 (-583 *1)) (-4 *1 (-977 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)))) (-3692 (*1 *2 *1 *1) (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)))) (-3692 (*1 *2 *1 *3) (-12 (-5 *3 (-583 *1)) (-4 *1 (-977 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)))) (-3696 (*1 *2 *1 *1) (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85)))) (-3696 (*1 *2 *1 *3) (-12 (-5 *3 (-583 *1)) (-4 *1 (-977 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)))) (-3166 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3165 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3166 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)))) (-3165 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)))) (-3164 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3163 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3164 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)))) (-3163 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)))) (-3162 (*1 *2 *1 *1) (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-2 (|:| -3955 *1) (|:| |gap| (-694)) (|:| -2903 *1))) (-4 *1 (-977 *3 *4 *5)))) (-3162 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)) (-5 *2 (-2 (|:| -3955 *1) (|:| |gap| (-694)) (|:| -2903 *1))) (-4 *1 (-977 *4 *5 *3)))) (-3161 (*1 *2 *1 *1) (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-2 (|:| -3955 *1) (|:| |gap| (-694)) (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-977 *3 *4 *5)))) (-3161 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)) (-5 *2 (-2 (|:| -3955 *1) (|:| |gap| (-694)) (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-977 *4 *5 *3)))) (-3753 (*1 *2 *1 *1) (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-977 *3 *4 *5)))) (-3160 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3159 (*1 *2 *1 *1) (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -3482 (-694)))) (-4 *1 (-977 *3 *4 *5)))) (-3688 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3687 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))) (-3158 (*1 *1 *2) (|partial| -12 (-5 *2 (-857 (-350 (-484)))) (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090))) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)))) (-3157 (*1 *1 *2) (-12 (-5 *2 (-857 (-350 (-484)))) (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090))) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)))) (-3973 (*1 *1 *2) (-12 (-5 *2 (-857 (-350 (-484)))) (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090))) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)))) (-3158 (*1 *1 *2) (|partial| OR (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5)) (-12 (-2561 (-4 *3 (-38 (-350 (-484))))) (-4 *3 (-38 (-484))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))) (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5)) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))))) (-3157 (*1 *1 *2) (OR (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5)) (-12 (-2561 (-4 *3 (-38 (-350 (-484))))) (-4 *3 (-38 (-484))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))) (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5)) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))))) (-3973 (*1 *1 *2) (OR (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5)) (-12 (-2561 (-4 *3 (-38 (-350 (-484))))) (-4 *3 (-38 (-484))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))) (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5)) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))))) (-3158 (*1 *1 *2) (|partial| OR (-12 (-5 *2 (-857 *3)) (-12 (-2561 (-4 *3 (-38 (-350 (-484))))) (-2561 (-4 *3 (-38 (-484)))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756))) (-12 (-5 *2 (-857 *3)) (-12 (-2561 (-4 *3 (-483))) (-2561 (-4 *3 (-38 (-350 (-484))))) (-4 *3 (-38 (-484))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756))) (-12 (-5 *2 (-857 *3)) (-12 (-2561 (-4 *3 (-904 (-484)))) (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756))))) (-3157 (*1 *1 *2) (OR (-12 (-5 *2 (-857 *3)) (-12 (-2561 (-4 *3 (-38 (-350 (-484))))) (-2561 (-4 *3 (-38 (-484)))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756))) (-12 (-5 *2 (-857 *3)) (-12 (-2561 (-4 *3 (-483))) (-2561 (-4 *3 (-38 (-350 (-484))))) (-4 *3 (-38 (-484))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756))) (-12 (-5 *2 (-857 *3)) (-12 (-2561 (-4 *3 (-904 (-484)))) (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756))))) (-3973 (*1 *1 *2) (-12 (-5 *2 (-857 *3)) (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *5 (-553 (-1090))) (-4 *4 (-717)) (-4 *5 (-756)))) (-3156 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-495)))) (-3155 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-495)))) (-3154 (*1 *1 *1 *2) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-495)))) (-3153 (*1 *1 *1 *2) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-495)))) (-3154 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-495)))) (-3153 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-495)))) (-3756 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-495)))) (-3152 (*1 *2 *1 *1) (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-2 (|:| -3145 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-977 *3 *4 *5)))) (-3151 (*1 *2 *1 *1) (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-2 (|:| -3145 *1) (|:| |coef1| *1))) (-4 *1 (-977 *3 *4 *5)))) (-3150 (*1 *2 *1 *1) (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-2 (|:| -3145 *1) (|:| |coef2| *1))) (-4 *1 (-977 *3 *4 *5)))) (-3757 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-495)))) (-3149 (*1 *2 *1 *1) (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-977 *3 *4 *5)))) (-3191 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-495)))) (-3148 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *3 (-495)))) (-3147 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *3 (-495)))) (-3146 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-495)))) (-3145 (*1 *2 *2 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-392)))) (-3144 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-392)))) (-3143 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-392)))) (-3142 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-392)))) (-3141 (*1 *1 *1) (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-392)))))
-(-13 (-861 |t#1| |t#2| |t#3|) (-10 -8 (-15 -3181 (|t#3| $)) (-15 -3180 ((-694) $)) (-15 -3447 ($ $)) (-15 -3179 ($ $)) (-15 -3798 ($ $)) (-15 -3178 ($ $)) (-15 -3177 ((-583 $) $)) (-15 -3176 ($ $)) (-15 -3175 ($ $ |t#3|)) (-15 -3960 ($ $ |t#3|)) (-15 -3174 ((-85) $)) (-15 -3173 ((-85) $)) (-15 -3172 ($ $)) (-15 -3171 ($ $)) (-15 -3170 ((-583 $) $)) (-15 -3169 ((-583 $) $)) (-15 -3168 ((-3 (-85) "failed") $ $)) (-15 -3700 ((-85) $ $)) (-15 -3167 ((-85) $ $)) (-15 -3695 ((-85) $ $)) (-15 -3695 ((-85) $ (-583 $))) (-15 -3693 ((-85) $ $)) (-15 -3693 ((-85) $ (-583 $))) (-15 -3692 ((-85) $ $)) (-15 -3692 ((-85) $ (-583 $))) (-15 -3696 ((-85) $ $)) (-15 -3696 ((-85) $ (-583 $))) (-15 -3166 ($ $ $)) (-15 -3165 ($ $ $)) (-15 -3166 ($ $ $ |t#3|)) (-15 -3165 ($ $ $ |t#3|)) (-15 -3164 ($ $ $)) (-15 -3163 ($ $ $)) (-15 -3164 ($ $ $ |t#3|)) (-15 -3163 ($ $ $ |t#3|)) (-15 -3162 ((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -2903 $)) $ $)) (-15 -3162 ((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -2903 $)) $ $ |t#3|)) (-15 -3161 ((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -1972 $) (|:| -2903 $)) $ $)) (-15 -3161 ((-2 (|:| -3955 $) (|:| |gap| (-694)) (|:| -1972 $) (|:| -2903 $)) $ $ |t#3|)) (-15 -3753 ((-2 (|:| -1972 $) (|:| -2903 $)) $ $)) (-15 -3160 ($ $ $)) (-15 -3159 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3482 (-694))) $ $)) (-15 -3688 ($ $ $)) (-15 -3687 ($ $ $)) (IF (|has| |t#3| (-553 (-1090))) (PROGN (-6 (-552 (-857 |t#1|))) (-6 (-553 (-857 |t#1|))) (IF (|has| |t#1| (-38 (-350 (-484)))) (PROGN (-15 -3158 ((-3 $ "failed") (-857 (-350 (-484))))) (-15 -3157 ($ (-857 (-350 (-484))))) (-15 -3973 ($ (-857 (-350 (-484))))) (-15 -3158 ((-3 $ "failed") (-857 (-484)))) (-15 -3157 ($ (-857 (-484)))) (-15 -3973 ($ (-857 (-484)))) (IF (|has| |t#1| (-904 (-484))) |%noBranch| (PROGN (-15 -3158 ((-3 $ "failed") (-857 |t#1|))) (-15 -3157 ($ (-857 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-484))) (IF (|has| |t#1| (-38 (-350 (-484)))) |%noBranch| (PROGN (-15 -3158 ((-3 $ "failed") (-857 (-484)))) (-15 -3157 ($ (-857 (-484)))) (-15 -3973 ($ (-857 (-484)))) (IF (|has| |t#1| (-483)) |%noBranch| (PROGN (-15 -3158 ((-3 $ "failed") (-857 |t#1|))) (-15 -3157 ($ (-857 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-484))) |%noBranch| (IF (|has| |t#1| (-38 (-350 (-484)))) |%noBranch| (PROGN (-15 -3158 ((-3 $ "failed") (-857 |t#1|))) (-15 -3157 ($ (-857 |t#1|)))))) (-15 -3973 ($ (-857 |t#1|))) (IF (|has| |t#1| (-950 (-484))) (-6 (-553 (-1073))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-495)) (PROGN (-15 -3156 ($ $)) (-15 -3155 ($ $)) (-15 -3154 ($ $ |t#1|)) (-15 -3153 ($ $ |t#1|)) (-15 -3154 ($ $ $)) (-15 -3153 ($ $ $)) (-15 -3756 ($ $ $)) (-15 -3152 ((-2 (|:| -3145 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3151 ((-2 (|:| -3145 $) (|:| |coef1| $)) $ $)) (-15 -3150 ((-2 (|:| -3145 $) (|:| |coef2| $)) $ $)) (-15 -3757 ($ $ $)) (-15 -3149 ((-583 $) $ $)) (-15 -3191 ($ $ $)) (-15 -3148 ($ $ $ (-694))) (-15 -3147 ($ $ $ $ (-694))) (-15 -3146 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-392)) (PROGN (-15 -3145 (|t#1| |t#1| $)) (-15 -3144 ($ $)) (-15 -3143 ($ $)) (-15 -3142 ($ $)) (-15 -3141 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-38 (-350 (-484))))) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-555 |#3|) . T) ((-555 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-552 (-772)) . T) ((-552 (-857 |#1|)) |has| |#3| (-553 (-1090))) ((-146) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-553 (-473)) -12 (|has| |#1| (-553 (-473))) (|has| |#3| (-553 (-473)))) ((-553 (-800 (-330))) -12 (|has| |#1| (-553 (-800 (-330)))) (|has| |#3| (-553 (-800 (-330))))) ((-553 (-800 (-484))) -12 (|has| |#1| (-553 (-800 (-484)))) (|has| |#3| (-553 (-800 (-484))))) ((-553 (-857 |#1|)) |has| |#3| (-553 (-1090))) ((-553 (-1073)) -12 (|has| |#1| (-950 (-484))) (|has| |#3| (-553 (-1090)))) ((-246) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-260 $) . T) ((-277 |#1| |#2|) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-821)) (|has| |#1| (-392))) ((-455 |#3| |#1|) . T) ((-455 |#3| $) . T) ((-455 $ $) . T) ((-495) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-590 (-484)) |has| |#1| (-580 (-484))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-580 (-484)) |has| |#1| (-580 (-484))) ((-580 |#1|) . T) ((-654 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392))) ((-663) . T) ((-806 $ |#3|) . T) ((-809 |#3|) . T) ((-811 |#3|) . T) ((-796 (-330)) -12 (|has| |#1| (-796 (-330))) (|has| |#3| (-796 (-330)))) ((-796 (-484)) -12 (|has| |#1| (-796 (-484))) (|has| |#3| (-796 (-484)))) ((-861 |#1| |#2| |#3|) . T) ((-821) |has| |#1| (-821)) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 |#1|) . T) ((-950 |#3|) . T) ((-963 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-968 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) |has| |#1| (-821)))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3182 (((-583 (-1049)) $) 18 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 27 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3234 (((-1049) $) 20 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-978) (-13 (-995) (-10 -8 (-15 -3182 ((-583 (-1049)) $)) (-15 -3234 ((-1049) $))))) (T -978))
-((-3182 (*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-978)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-978)))))
-((-3189 (((-85) |#3| $) 15 T ELT)) (-3184 (((-3 $ #1="failed") |#3| (-830)) 29 T ELT)) (-3468 (((-3 |#3| #1#) |#3| $) 45 T ELT)) (-3187 (((-85) |#3| $) 19 T ELT)) (-3188 (((-85) |#3| $) 17 T ELT)))
-(((-979 |#1| |#2| |#3|) (-10 -7 (-15 -3184 ((-3 |#1| #1="failed") |#3| (-830))) (-15 -3468 ((-3 |#3| #1#) |#3| |#1|)) (-15 -3187 ((-85) |#3| |#1|)) (-15 -3188 ((-85) |#3| |#1|)) (-15 -3189 ((-85) |#3| |#1|))) (-980 |#2| |#3|) (-13 (-755) (-312)) (-1155 |#2|)) (T -979))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) |#2| $) 25 T ELT)) (-3624 (((-484) |#2| $) 26 T ELT)) (-3184 (((-3 $ "failed") |#2| (-830)) 19 T ELT)) (-3183 ((|#1| |#2| $ |#1|) 17 T ELT)) (-3468 (((-3 |#2| "failed") |#2| $) 22 T ELT)) (-3187 (((-85) |#2| $) 23 T ELT)) (-3188 (((-85) |#2| $) 24 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3186 ((|#2| $) 21 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3771 ((|#1| |#2| $ |#1|) 18 T ELT)) (-3185 (((-583 $) |#2|) 20 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-980 |#1| |#2|) (-113) (-13 (-755) (-312)) (-1155 |t#1|)) (T -980))
-((-3624 (*1 *2 *3 *1) (-12 (-4 *1 (-980 *4 *3)) (-4 *4 (-13 (-755) (-312))) (-4 *3 (-1155 *4)) (-5 *2 (-484)))) (-3189 (*1 *2 *3 *1) (-12 (-4 *1 (-980 *4 *3)) (-4 *4 (-13 (-755) (-312))) (-4 *3 (-1155 *4)) (-5 *2 (-85)))) (-3188 (*1 *2 *3 *1) (-12 (-4 *1 (-980 *4 *3)) (-4 *4 (-13 (-755) (-312))) (-4 *3 (-1155 *4)) (-5 *2 (-85)))) (-3187 (*1 *2 *3 *1) (-12 (-4 *1 (-980 *4 *3)) (-4 *4 (-13 (-755) (-312))) (-4 *3 (-1155 *4)) (-5 *2 (-85)))) (-3468 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-980 *3 *2)) (-4 *3 (-13 (-755) (-312))) (-4 *2 (-1155 *3)))) (-3186 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *2)) (-4 *3 (-13 (-755) (-312))) (-4 *2 (-1155 *3)))) (-3185 (*1 *2 *3) (-12 (-4 *4 (-13 (-755) (-312))) (-4 *3 (-1155 *4)) (-5 *2 (-583 *1)) (-4 *1 (-980 *4 *3)))) (-3184 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-830)) (-4 *4 (-13 (-755) (-312))) (-4 *1 (-980 *4 *2)) (-4 *2 (-1155 *4)))) (-3771 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-980 *2 *3)) (-4 *2 (-13 (-755) (-312))) (-4 *3 (-1155 *2)))) (-3183 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-980 *2 *3)) (-4 *2 (-13 (-755) (-312))) (-4 *3 (-1155 *2)))))
-(-13 (-1013) (-10 -8 (-15 -3624 ((-484) |t#2| $)) (-15 -3189 ((-85) |t#2| $)) (-15 -3188 ((-85) |t#2| $)) (-15 -3187 ((-85) |t#2| $)) (-15 -3468 ((-3 |t#2| "failed") |t#2| $)) (-15 -3186 (|t#2| $)) (-15 -3185 ((-583 $) |t#2|)) (-15 -3184 ((-3 $ "failed") |t#2| (-830))) (-15 -3771 (|t#1| |t#2| $ |t#1|)) (-15 -3183 (|t#1| |t#2| $ |t#1|))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-3437 (((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-583 |#4|) (-583 |#5|) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) (-694)) 114 T ELT)) (-3434 (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5|) 64 T ELT) (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694)) 63 T ELT)) (-3438 (((-1185) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-694)) 99 T ELT)) (-3432 (((-694) (-583 |#4|) (-583 |#5|)) 30 T ELT)) (-3435 (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5|) 66 T ELT) (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694)) 65 T ELT) (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694) (-85)) 67 T ELT)) (-3436 (((-583 |#5|) (-583 |#4|) (-583 |#5|) (-85) (-85) (-85) (-85) (-85)) 86 T ELT) (((-583 |#5|) (-583 |#4|) (-583 |#5|) (-85) (-85)) 87 T ELT)) (-3973 (((-1073) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) 92 T ELT)) (-3433 (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-85)) 62 T ELT)) (-3431 (((-694) (-583 |#4|) (-583 |#5|)) 21 T ELT)))
-(((-981 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3431 ((-694) (-583 |#4|) (-583 |#5|))) (-15 -3432 ((-694) (-583 |#4|) (-583 |#5|))) (-15 -3433 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-85))) (-15 -3434 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694))) (-15 -3434 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5|)) (-15 -3435 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694) (-85))) (-15 -3435 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694))) (-15 -3435 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5|)) (-15 -3436 ((-583 |#5|) (-583 |#4|) (-583 |#5|) (-85) (-85))) (-15 -3436 ((-583 |#5|) (-583 |#4|) (-583 |#5|) (-85) (-85) (-85) (-85) (-85))) (-15 -3437 ((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-583 |#4|) (-583 |#5|) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) (-694))) (-15 -3973 ((-1073) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|)))) (-15 -3438 ((-1185) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-694)))) (-392) (-717) (-756) (-977 |#1| |#2| |#3|) (-983 |#1| |#2| |#3| |#4|)) (T -981))
-((-3438 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-2 (|:| |val| (-583 *8)) (|:| -1600 *9)))) (-5 *4 (-694)) (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-983 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-1185)) (-5 *1 (-981 *5 *6 *7 *8 *9)))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-583 *7)) (|:| -1600 *8))) (-4 *7 (-977 *4 *5 *6)) (-4 *8 (-983 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-1073)) (-5 *1 (-981 *4 *5 *6 *7 *8)))) (-3437 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-583 *11)) (|:| |todo| (-583 (-2 (|:| |val| *3) (|:| -1600 *11)))))) (-5 *6 (-694)) (-5 *2 (-583 (-2 (|:| |val| (-583 *10)) (|:| -1600 *11)))) (-5 *3 (-583 *10)) (-5 *4 (-583 *11)) (-4 *10 (-977 *7 *8 *9)) (-4 *11 (-983 *7 *8 *9 *10)) (-4 *7 (-392)) (-4 *8 (-717)) (-4 *9 (-756)) (-5 *1 (-981 *7 *8 *9 *10 *11)))) (-3436 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-583 *9)) (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-983 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-981 *5 *6 *7 *8 *9)))) (-3436 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-583 *9)) (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-983 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-981 *5 *6 *7 *8 *9)))) (-3435 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-981 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3435 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-694)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *3 (-977 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-981 *6 *7 *8 *3 *4)) (-4 *4 (-983 *6 *7 *8 *3)))) (-3435 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-694)) (-5 *6 (-85)) (-4 *7 (-392)) (-4 *8 (-717)) (-4 *9 (-756)) (-4 *3 (-977 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-981 *7 *8 *9 *3 *4)) (-4 *4 (-983 *7 *8 *9 *3)))) (-3434 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-981 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3434 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-694)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *3 (-977 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-981 *6 *7 *8 *3 *4)) (-4 *4 (-983 *6 *7 *8 *3)))) (-3433 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *3 (-977 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-981 *6 *7 *8 *3 *4)) (-4 *4 (-983 *6 *7 *8 *3)))) (-3432 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 *9)) (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-983 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-694)) (-5 *1 (-981 *5 *6 *7 *8 *9)))) (-3431 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 *9)) (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-983 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-694)) (-5 *1 (-981 *5 *6 *7 *8 *9)))))
-((-3198 (((-85) |#5| $) 26 T ELT)) (-3196 (((-85) |#5| $) 29 T ELT)) (-3199 (((-85) |#5| $) 18 T ELT) (((-85) $) 52 T ELT)) (-3239 (((-583 $) |#5| $) NIL T ELT) (((-583 $) (-583 |#5|) $) 94 T ELT) (((-583 $) (-583 |#5|) (-583 $)) 92 T ELT) (((-583 $) |#5| (-583 $)) 95 T ELT)) (-3770 (($ $ |#5|) NIL T ELT) (((-583 $) |#5| $) NIL T ELT) (((-583 $) |#5| (-583 $)) 73 T ELT) (((-583 $) (-583 |#5|) $) 75 T ELT) (((-583 $) (-583 |#5|) (-583 $)) 77 T ELT)) (-3190 (((-583 $) |#5| $) NIL T ELT) (((-583 $) |#5| (-583 $)) 64 T ELT) (((-583 $) (-583 |#5|) $) 69 T ELT) (((-583 $) (-583 |#5|) (-583 $)) 71 T ELT)) (-3197 (((-85) |#5| $) 32 T ELT)))
-(((-982 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3770 ((-583 |#1|) (-583 |#5|) (-583 |#1|))) (-15 -3770 ((-583 |#1|) (-583 |#5|) |#1|)) (-15 -3770 ((-583 |#1|) |#5| (-583 |#1|))) (-15 -3770 ((-583 |#1|) |#5| |#1|)) (-15 -3190 ((-583 |#1|) (-583 |#5|) (-583 |#1|))) (-15 -3190 ((-583 |#1|) (-583 |#5|) |#1|)) (-15 -3190 ((-583 |#1|) |#5| (-583 |#1|))) (-15 -3190 ((-583 |#1|) |#5| |#1|)) (-15 -3239 ((-583 |#1|) |#5| (-583 |#1|))) (-15 -3239 ((-583 |#1|) (-583 |#5|) (-583 |#1|))) (-15 -3239 ((-583 |#1|) (-583 |#5|) |#1|)) (-15 -3239 ((-583 |#1|) |#5| |#1|)) (-15 -3196 ((-85) |#5| |#1|)) (-15 -3199 ((-85) |#1|)) (-15 -3197 ((-85) |#5| |#1|)) (-15 -3198 ((-85) |#5| |#1|)) (-15 -3199 ((-85) |#5| |#1|)) (-15 -3770 (|#1| |#1| |#5|))) (-983 |#2| |#3| |#4| |#5|) (-392) (-717) (-756) (-977 |#2| |#3| |#4|)) (T -982))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3682 (((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 |#4|)))) (-583 |#4|)) 90 T ELT)) (-3683 (((-583 $) (-583 |#4|)) 91 T ELT) (((-583 $) (-583 |#4|) (-85)) 119 T ELT)) (-3082 (((-583 |#3|) $) 38 T ELT)) (-2909 (((-85) $) 31 T ELT)) (-2900 (((-85) $) 22 (|has| |#1| (-495)) ELT)) (-3694 (((-85) |#4| $) 106 T ELT) (((-85) $) 102 T ELT)) (-3689 ((|#4| |#4| $) 97 T ELT)) (-3776 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| $) 134 T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3711 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 84 T ELT)) (-3725 (($) 57 T CONST)) (-2905 (((-85) $) 27 (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) 29 (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) 28 (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) 30 (|has| |#1| (-495)) ELT)) (-3690 (((-583 |#4|) (-583 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 98 T ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) 23 (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) 24 (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ "failed") (-583 |#4|)) 41 T ELT)) (-3157 (($ (-583 |#4|)) 40 T ELT)) (-3800 (((-3 $ #1#) $) 87 T ELT)) (-3686 ((|#4| |#4| $) 94 T ELT)) (-1353 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3407 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-495)) ELT)) (-3695 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) 107 T ELT)) (-3684 ((|#4| |#4| $) 92 T ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 99 T ELT)) (-3697 (((-2 (|:| -3862 (-583 |#4|)) (|:| -1702 (-583 |#4|))) $) 110 T ELT)) (-3198 (((-85) |#4| $) 144 T ELT)) (-3196 (((-85) |#4| $) 141 T ELT)) (-3199 (((-85) |#4| $) 145 T ELT) (((-85) $) 142 T ELT)) (-3696 (((-85) |#4| $) 109 T ELT) (((-85) $) 108 T ELT)) (-3181 ((|#3| $) 39 T ELT)) (-2609 (((-583 |#4|) $) 47 T ELT)) (-3246 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3327 (($ (-1 |#4| |#4|) $) 116 T ELT)) (-3959 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2915 (((-583 |#3|) $) 37 T ELT)) (-2914 (((-85) |#3| $) 36 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3192 (((-3 |#4| (-583 $)) |#4| |#4| $) 136 T ELT)) (-3191 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| |#4| $) 135 T ELT)) (-3799 (((-3 |#4| #1#) $) 88 T ELT)) (-3193 (((-583 $) |#4| $) 137 T ELT)) (-3195 (((-3 (-85) (-583 $)) |#4| $) 140 T ELT)) (-3194 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 $))) |#4| $) 139 T ELT) (((-85) |#4| $) 138 T ELT)) (-3239 (((-583 $) |#4| $) 133 T ELT) (((-583 $) (-583 |#4|) $) 132 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 131 T ELT) (((-583 $) |#4| (-583 $)) 130 T ELT)) (-3441 (($ |#4| $) 125 T ELT) (($ (-583 |#4|) $) 124 T ELT)) (-3698 (((-583 |#4|) $) 112 T ELT)) (-3692 (((-85) |#4| $) 104 T ELT) (((-85) $) 100 T ELT)) (-3687 ((|#4| |#4| $) 95 T ELT)) (-3700 (((-85) $ $) 115 T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-495)) ELT)) (-3693 (((-85) |#4| $) 105 T ELT) (((-85) $) 101 T ELT)) (-3688 ((|#4| |#4| $) 96 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3802 (((-3 |#4| #1#) $) 89 T ELT)) (-1354 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-3680 (((-3 $ #1#) $ |#4|) 83 T ELT)) (-3770 (($ $ |#4|) 82 T ELT) (((-583 $) |#4| $) 123 T ELT) (((-583 $) |#4| (-583 $)) 122 T ELT) (((-583 $) (-583 |#4|) $) 121 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 120 T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) 53 T ELT)) (-3404 (((-85) $) 56 T ELT)) (-3566 (($) 55 T ELT)) (-3949 (((-694) $) 111 T ELT)) (-1730 (((-694) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) 46 T ELT)) (-3401 (($ $) 54 T ELT)) (-3973 (((-473) $) 69 (|has| |#4| (-553 (-473))) ELT)) (-3531 (($ (-583 |#4|)) 63 T ELT)) (-2911 (($ $ |#3|) 33 T ELT)) (-2913 (($ $ |#3|) 35 T ELT)) (-3685 (($ $) 93 T ELT)) (-2912 (($ $ |#3|) 34 T ELT)) (-3947 (((-772) $) 13 T ELT) (((-583 |#4|) $) 42 T ELT)) (-3679 (((-694) $) 81 (|has| |#3| (-320)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4| |#4|)) 114 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) 113 T ELT)) (-3691 (((-85) $ (-1 (-85) |#4| (-583 |#4|))) 103 T ELT)) (-3190 (((-583 $) |#4| $) 129 T ELT) (((-583 $) |#4| (-583 $)) 128 T ELT) (((-583 $) (-583 |#4|) $) 127 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 126 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3681 (((-583 |#3|) $) 86 T ELT)) (-3197 (((-85) |#4| $) 143 T ELT)) (-3934 (((-85) |#3| $) 85 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3958 (((-694) $) 43 T ELT)))
-(((-983 |#1| |#2| |#3| |#4|) (-113) (-392) (-717) (-756) (-977 |t#1| |t#2| |t#3|)) (T -983))
-((-3199 (*1 *2 *3 *1) (-12 (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))) (-3198 (*1 *2 *3 *1) (-12 (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))) (-3197 (*1 *2 *3 *1) (-12 (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))) (-3199 (*1 *2 *1) (-12 (-4 *1 (-983 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85)))) (-3196 (*1 *2 *3 *1) (-12 (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))) (-3195 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-3 (-85) (-583 *1))) (-4 *1 (-983 *4 *5 *6 *3)))) (-3194 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *1)))) (-4 *1 (-983 *4 *5 *6 *3)))) (-3194 (*1 *2 *3 *1) (-12 (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))) (-3193 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)))) (-3192 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-3 *3 (-583 *1))) (-4 *1 (-983 *4 *5 *6 *3)))) (-3191 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *1)))) (-4 *1 (-983 *4 *5 *6 *3)))) (-3776 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *1)))) (-4 *1 (-983 *4 *5 *6 *3)))) (-3239 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)))) (-3239 (*1 *2 *3 *1) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *7)))) (-3239 (*1 *2 *3 *2) (-12 (-5 *2 (-583 *1)) (-5 *3 (-583 *7)) (-4 *1 (-983 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)))) (-3239 (*1 *2 *3 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)))) (-3190 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)))) (-3190 (*1 *2 *3 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)))) (-3190 (*1 *2 *3 *1) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *7)))) (-3190 (*1 *2 *3 *2) (-12 (-5 *2 (-583 *1)) (-5 *3 (-583 *7)) (-4 *1 (-983 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)))) (-3441 (*1 *1 *2 *1) (-12 (-4 *1 (-983 *3 *4 *5 *2)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))) (-3441 (*1 *1 *2 *1) (-12 (-5 *2 (-583 *6)) (-4 *1 (-983 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)))) (-3770 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)))) (-3770 (*1 *2 *3 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)))) (-3770 (*1 *2 *3 *1) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *7)))) (-3770 (*1 *2 *3 *2) (-12 (-5 *2 (-583 *1)) (-5 *3 (-583 *7)) (-4 *1 (-983 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)))) (-3683 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-983 *5 *6 *7 *8)))))
-(-13 (-1124 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -3199 ((-85) |t#4| $)) (-15 -3198 ((-85) |t#4| $)) (-15 -3197 ((-85) |t#4| $)) (-15 -3199 ((-85) $)) (-15 -3196 ((-85) |t#4| $)) (-15 -3195 ((-3 (-85) (-583 $)) |t#4| $)) (-15 -3194 ((-583 (-2 (|:| |val| (-85)) (|:| -1600 $))) |t#4| $)) (-15 -3194 ((-85) |t#4| $)) (-15 -3193 ((-583 $) |t#4| $)) (-15 -3192 ((-3 |t#4| (-583 $)) |t#4| |t#4| $)) (-15 -3191 ((-583 (-2 (|:| |val| |t#4|) (|:| -1600 $))) |t#4| |t#4| $)) (-15 -3776 ((-583 (-2 (|:| |val| |t#4|) (|:| -1600 $))) |t#4| $)) (-15 -3239 ((-583 $) |t#4| $)) (-15 -3239 ((-583 $) (-583 |t#4|) $)) (-15 -3239 ((-583 $) (-583 |t#4|) (-583 $))) (-15 -3239 ((-583 $) |t#4| (-583 $))) (-15 -3190 ((-583 $) |t#4| $)) (-15 -3190 ((-583 $) |t#4| (-583 $))) (-15 -3190 ((-583 $) (-583 |t#4|) $)) (-15 -3190 ((-583 $) (-583 |t#4|) (-583 $))) (-15 -3441 ($ |t#4| $)) (-15 -3441 ($ (-583 |t#4|) $)) (-15 -3770 ((-583 $) |t#4| $)) (-15 -3770 ((-583 $) |t#4| (-583 $))) (-15 -3770 ((-583 $) (-583 |t#4|) $)) (-15 -3770 ((-583 $) (-583 |t#4|) (-583 $))) (-15 -3683 ((-583 $) (-583 |t#4|) (-85)))))
-(((-34) . T) ((-72) . T) ((-552 (-583 |#4|)) . T) ((-552 (-772)) . T) ((-124 |#4|) . T) ((-553 (-473)) |has| |#4| (-553 (-473))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-455 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-13) . T) ((-889 |#1| |#2| |#3| |#4|) . T) ((-1013) . T) ((-1035 |#4|) . T) ((-1124 |#1| |#2| |#3| |#4|) . T) ((-1129) . T))
-((-3206 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#5|) 86 T ELT)) (-3203 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5|) 125 T ELT)) (-3205 (((-583 |#5|) |#4| |#5|) 74 T ELT)) (-3204 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 |#5|))) |#4| |#5|) 47 T ELT) (((-85) |#4| |#5|) 55 T ELT)) (-3287 (((-1185)) 36 T ELT)) (-3285 (((-1185)) 25 T ELT)) (-3286 (((-1185) (-1073) (-1073) (-1073)) 32 T ELT)) (-3284 (((-1185) (-1073) (-1073) (-1073)) 21 T ELT)) (-3200 (((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) |#4| |#4| |#5|) 106 T ELT)) (-3201 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) |#3| (-85)) 117 T ELT) (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5| (-85) (-85)) 52 T ELT)) (-3202 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5|) 112 T ELT)))
-(((-984 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3284 ((-1185) (-1073) (-1073) (-1073))) (-15 -3285 ((-1185))) (-15 -3286 ((-1185) (-1073) (-1073) (-1073))) (-15 -3287 ((-1185))) (-15 -3200 ((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) |#4| |#4| |#5|)) (-15 -3201 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5| (-85) (-85))) (-15 -3201 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) |#3| (-85))) (-15 -3202 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5|)) (-15 -3203 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5|)) (-15 -3204 ((-85) |#4| |#5|)) (-15 -3204 ((-583 (-2 (|:| |val| (-85)) (|:| -1600 |#5|))) |#4| |#5|)) (-15 -3205 ((-583 |#5|) |#4| |#5|)) (-15 -3206 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#5|))) (-392) (-717) (-756) (-977 |#1| |#2| |#3|) (-983 |#1| |#2| |#3| |#4|)) (T -984))
-((-3206 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3205 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 *4)) (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3204 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *4)))) (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3204 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3203 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3202 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3201 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-583 (-2 (|:| |val| (-583 *8)) (|:| -1600 *9)))) (-5 *5 (-85)) (-4 *8 (-977 *6 *7 *4)) (-4 *9 (-983 *6 *7 *4 *8)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *4 (-756)) (-5 *2 (-583 (-2 (|:| |val| *8) (|:| -1600 *9)))) (-5 *1 (-984 *6 *7 *4 *8 *9)))) (-3201 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *3 (-977 *6 *7 *8)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-984 *6 *7 *8 *3 *4)) (-4 *4 (-983 *6 *7 *8 *3)))) (-3200 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))) (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3287 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-1185)) (-5 *1 (-984 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6)))) (-3286 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-984 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))) (-3285 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-1185)) (-5 *1 (-984 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6)))) (-3284 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-984 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3319 (((-1130) $) 14 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3207 (((-1049) $) 11 T ELT)) (-3947 (((-772) $) 21 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-985) (-13 (-995) (-10 -8 (-15 -3207 ((-1049) $)) (-15 -3319 ((-1130) $))))) (T -985))
-((-3207 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-985)))) (-3319 (*1 *2 *1) (-12 (-5 *2 (-1130)) (-5 *1 (-985)))))
-((-3267 (((-85) $ $) 7 T ELT)))
-(((-986) (-13 (-1129) (-10 -8 (-15 -3267 ((-85) $ $))))) (T -986))
-((-3267 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-986)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3210 (($ $ (-583 (-1090)) (-1 (-85) (-583 |#3|))) 34 T ELT)) (-3211 (($ |#3| |#3|) 23 T ELT) (($ |#3| |#3| (-583 (-1090))) 21 T ELT)) (-3529 ((|#3| $) 13 T ELT)) (-3158 (((-3 (-249 |#3|) "failed") $) 60 T ELT)) (-3157 (((-249 |#3|) $) NIL T ELT)) (-3208 (((-583 (-1090)) $) 16 T ELT)) (-3209 (((-800 |#1|) $) 11 T ELT)) (-3530 ((|#3| $) 12 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 ((|#3| $ |#3|) 28 T ELT) ((|#3| $ |#3| (-830)) 41 T ELT)) (-3947 (((-772) $) 89 T ELT) (($ (-249 |#3|)) 22 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 38 T ELT)))
-(((-987 |#1| |#2| |#3|) (-13 (-1013) (-241 |#3| |#3|) (-950 (-249 |#3|)) (-10 -8 (-15 -3211 ($ |#3| |#3|)) (-15 -3211 ($ |#3| |#3| (-583 (-1090)))) (-15 -3210 ($ $ (-583 (-1090)) (-1 (-85) (-583 |#3|)))) (-15 -3209 ((-800 |#1|) $)) (-15 -3530 (|#3| $)) (-15 -3529 (|#3| $)) (-15 -3801 (|#3| $ |#3| (-830))) (-15 -3208 ((-583 (-1090)) $)))) (-1013) (-13 (-961) (-796 |#1|) (-553 (-800 |#1|))) (-13 (-364 |#2|) (-796 |#1|) (-553 (-800 |#1|)))) (T -987))
-((-3211 (*1 *1 *2 *2) (-12 (-4 *3 (-1013)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3)))) (-5 *1 (-987 *3 *4 *2)) (-4 *2 (-13 (-364 *4) (-796 *3) (-553 (-800 *3)))))) (-3211 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-583 (-1090))) (-4 *4 (-1013)) (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-987 *4 *5 *2)) (-4 *2 (-13 (-364 *5) (-796 *4) (-553 (-800 *4)))))) (-3210 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-1 (-85) (-583 *6))) (-4 *6 (-13 (-364 *5) (-796 *4) (-553 (-800 *4)))) (-4 *4 (-1013)) (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-987 *4 *5 *6)))) (-3209 (*1 *2 *1) (-12 (-4 *3 (-1013)) (-4 *4 (-13 (-961) (-796 *3) (-553 *2))) (-5 *2 (-800 *3)) (-5 *1 (-987 *3 *4 *5)) (-4 *5 (-13 (-364 *4) (-796 *3) (-553 *2))))) (-3530 (*1 *2 *1) (-12 (-4 *3 (-1013)) (-4 *2 (-13 (-364 *4) (-796 *3) (-553 (-800 *3)))) (-5 *1 (-987 *3 *4 *2)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3)))))) (-3529 (*1 *2 *1) (-12 (-4 *3 (-1013)) (-4 *2 (-13 (-364 *4) (-796 *3) (-553 (-800 *3)))) (-5 *1 (-987 *3 *4 *2)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3)))))) (-3801 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-830)) (-4 *4 (-1013)) (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-987 *4 *5 *2)) (-4 *2 (-13 (-364 *5) (-796 *4) (-553 (-800 *4)))))) (-3208 (*1 *2 *1) (-12 (-4 *3 (-1013)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3)))) (-5 *2 (-583 (-1090))) (-5 *1 (-987 *3 *4 *5)) (-4 *5 (-13 (-364 *4) (-796 *3) (-553 (-800 *3)))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3543 (((-1090) $) 8 T ELT)) (-3243 (((-1073) $) 17 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 11 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 14 T ELT)))
-(((-988 |#1|) (-13 (-1013) (-10 -8 (-15 -3543 ((-1090) $)))) (-1090)) (T -988))
-((-3543 (*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-988 *3)) (-14 *3 *2))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3213 (($ (-583 (-987 |#1| |#2| |#3|))) 15 T ELT)) (-3212 (((-583 (-987 |#1| |#2| |#3|)) $) 22 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 ((|#3| $ |#3|) 25 T ELT) ((|#3| $ |#3| (-830)) 28 T ELT)) (-3947 (((-772) $) 18 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 21 T ELT)))
-(((-989 |#1| |#2| |#3|) (-13 (-1013) (-241 |#3| |#3|) (-10 -8 (-15 -3213 ($ (-583 (-987 |#1| |#2| |#3|)))) (-15 -3212 ((-583 (-987 |#1| |#2| |#3|)) $)) (-15 -3801 (|#3| $ |#3| (-830))))) (-1013) (-13 (-961) (-796 |#1|) (-553 (-800 |#1|))) (-13 (-364 |#2|) (-796 |#1|) (-553 (-800 |#1|)))) (T -989))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-583 (-987 *3 *4 *5))) (-4 *3 (-1013)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3)))) (-4 *5 (-13 (-364 *4) (-796 *3) (-553 (-800 *3)))) (-5 *1 (-989 *3 *4 *5)))) (-3212 (*1 *2 *1) (-12 (-4 *3 (-1013)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3)))) (-5 *2 (-583 (-987 *3 *4 *5))) (-5 *1 (-989 *3 *4 *5)) (-4 *5 (-13 (-364 *4) (-796 *3) (-553 (-800 *3)))))) (-3801 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-830)) (-4 *4 (-1013)) (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-989 *4 *5 *2)) (-4 *2 (-13 (-364 *5) (-796 *4) (-553 (-800 *4)))))))
-((-3214 (((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)) (-85) (-85)) 88 T ELT) (((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|))) 92 T ELT) (((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)) (-85)) 90 T ELT)))
-(((-990 |#1| |#2|) (-10 -7 (-15 -3214 ((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)) (-85))) (-15 -3214 ((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)))) (-15 -3214 ((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)) (-85) (-85)))) (-13 (-258) (-120)) (-583 (-1090))) (T -990))
-((-3214 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-2 (|:| -1750 (-1085 *5)) (|:| -3225 (-583 (-857 *5)))))) (-5 *1 (-990 *5 *6)) (-5 *3 (-583 (-857 *5))) (-14 *6 (-583 (-1090))))) (-3214 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-5 *2 (-583 (-2 (|:| -1750 (-1085 *4)) (|:| -3225 (-583 (-857 *4)))))) (-5 *1 (-990 *4 *5)) (-5 *3 (-583 (-857 *4))) (-14 *5 (-583 (-1090))))) (-3214 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-2 (|:| -1750 (-1085 *5)) (|:| -3225 (-583 (-857 *5)))))) (-5 *1 (-990 *5 *6)) (-5 *3 (-583 (-857 *5))) (-14 *6 (-583 (-1090))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 132 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-312)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-1785 (((-630 |#1|) (-1179 $)) NIL T ELT) (((-630 |#1|)) 117 T ELT)) (-3331 ((|#1| $) 121 T ELT)) (-1675 (((-1102 (-830) (-694)) (-484)) NIL (|has| |#1| (-299)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3137 (((-694)) 43 (|has| |#1| (-320)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) NIL T ELT)) (-1795 (($ (-1179 |#1|) (-1179 $)) NIL T ELT) (($ (-1179 |#1|)) 46 T ELT)) (-1673 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-299)) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-1784 (((-630 |#1|) $ (-1179 $)) NIL T ELT) (((-630 |#1|) $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 109 T ELT) (((-630 |#1|) (-630 $)) 104 T ELT)) (-3843 (($ |#2|) 62 T ELT) (((-3 $ #1#) (-350 |#2|)) NIL (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3109 (((-830)) 80 T ELT)) (-2995 (($) 47 (|has| |#1| (-320)) ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-2834 (($) NIL (|has| |#1| (-299)) ELT)) (-1680 (((-85) $) NIL (|has| |#1| (-299)) ELT)) (-1767 (($ $ (-694)) NIL (|has| |#1| (-299)) ELT) (($ $) NIL (|has| |#1| (-299)) ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-3773 (((-830) $) NIL (|has| |#1| (-299)) ELT) (((-743 (-830)) $) NIL (|has| |#1| (-299)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3133 ((|#1| $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-299)) ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-2014 ((|#2| $) 87 (|has| |#1| (-312)) ELT)) (-2010 (((-830) $) 140 (|has| |#1| (-320)) ELT)) (-3080 ((|#2| $) 59 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3447 (($) NIL (|has| |#1| (-299)) CONST)) (-2400 (($ (-830)) 131 (|has| |#1| (-320)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2409 (($) 123 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-1676 (((-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))) NIL (|has| |#1| (-299)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3758 ((|#1| (-1179 $)) NIL T ELT) ((|#1|) 113 T ELT)) (-1768 (((-694) $) NIL (|has| |#1| (-299)) ELT) (((-3 (-694) #1#) $ $) NIL (|has| |#1| (-299)) ELT)) (-3759 (($ $ (-694)) NIL (OR (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090)) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL (|has| |#1| (-312)) ELT)) (-2408 (((-630 |#1|) (-1179 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-312)) ELT)) (-3186 ((|#2|) 77 T ELT)) (-1674 (($) NIL (|has| |#1| (-299)) ELT)) (-3225 (((-1179 |#1|) $ (-1179 $)) 92 T ELT) (((-630 |#1|) (-1179 $) (-1179 $)) NIL T ELT) (((-1179 |#1|) $) 72 T ELT) (((-630 |#1|) (-1179 $)) 88 T ELT)) (-3973 (((-1179 |#1|) $) NIL T ELT) (($ (-1179 |#1|)) NIL T ELT) ((|#2| $) NIL T ELT) (($ |#2|) NIL T ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (|has| |#1| (-299)) ELT)) (-3947 (((-772) $) 58 T ELT) (($ (-484)) 53 T ELT) (($ |#1|) 55 T ELT) (($ $) NIL (|has| |#1| (-312)) ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-312)) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-2703 (($ $) NIL (|has| |#1| (-299)) ELT) (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-2450 ((|#2| $) 85 T ELT)) (-3127 (((-694)) 79 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-2012 (((-1179 $)) 84 T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 32 T CONST)) (-2667 (($) 19 T CONST)) (-2670 (($ $ (-694)) NIL (OR (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1090)) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-811 (-1090)))) ELT) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL (|has| |#1| (-312)) ELT)) (-3057 (((-85) $ $) 64 T ELT)) (-3950 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) 68 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 66 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| |#1| (-312)) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 51 T ELT) (($ $ $) 70 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 48 T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-312)) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-312)) ELT)))
-(((-991 |#1| |#2| |#3|) (-661 |#1| |#2|) (-146) (-1155 |#1|) |#2|) (T -991))
-NIL
-((-3733 (((-348 |#3|) |#3|) 18 T ELT)))
-(((-992 |#1| |#2| |#3|) (-10 -7 (-15 -3733 ((-348 |#3|) |#3|))) (-1155 (-350 (-484))) (-13 (-312) (-120) (-661 (-350 (-484)) |#1|)) (-1155 |#2|)) (T -992))
-((-3733 (*1 *2 *3) (-12 (-4 *4 (-1155 (-350 (-484)))) (-4 *5 (-13 (-312) (-120) (-661 (-350 (-484)) *4))) (-5 *2 (-348 *3)) (-5 *1 (-992 *4 *5 *3)) (-4 *3 (-1155 *5)))))
-((-3733 (((-348 |#3|) |#3|) 19 T ELT)))
-(((-993 |#1| |#2| |#3|) (-10 -7 (-15 -3733 ((-348 |#3|) |#3|))) (-1155 (-350 (-857 (-484)))) (-13 (-312) (-120) (-661 (-350 (-857 (-484))) |#1|)) (-1155 |#2|)) (T -993))
-((-3733 (*1 *2 *3) (-12 (-4 *4 (-1155 (-350 (-857 (-484))))) (-4 *5 (-13 (-312) (-120) (-661 (-350 (-857 (-484))) *4))) (-5 *2 (-348 *3)) (-5 *1 (-993 *4 *5 *3)) (-4 *3 (-1155 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2532 (($ $ $) 16 T ELT)) (-2858 (($ $ $) 17 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3215 (($) 6 T ELT)) (-3973 (((-1090) $) 20 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 15 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 9 T ELT)))
-(((-994) (-13 (-756) (-553 (-1090)) (-10 -8 (-15 -3215 ($))))) (T -994))
-((-3215 (*1 *1) (-5 *1 (-994))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-1095)) 20 T ELT) (((-1095) $) 19 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-995) (-113)) (T -995))
+((-3100 (*1 *2 *1) (-12 (-4 *1 (-957 *2)) (-4 *2 (-23)))) (-3099 (*1 *2 *1) (-12 (-4 *1 (-957 *2)) (-4 *2 (-23)))) (-3098 (*1 *2 *1) (-12 (-4 *1 (-957 *2)) (-4 *2 (-23)))) (-3097 (*1 *2) (-12 (-4 *1 (-957 *2)) (-4 *2 (-23)))))
+(-13 (-23) (-10 -8 (-15 -3100 (|t#1| $)) (-15 -3099 (|t#1| $)) (-15 -3098 (|t#1| $)) (-15 -3097 (|t#1|) -3954)))
+(((-23) . T) ((-25) . T) ((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3101 (($) 31 T CONST)) (-3726 (($) 23 T CONST)) (-3100 ((|#1| $) 29 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3099 ((|#1| $) 28 T ELT)) (-3097 ((|#1|) 26 T CONST)) (-3948 (((-773) $) 13 T ELT)) (-3098 ((|#1| $) 27 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT)))
+(((-958 |#1|) (-113) (-23)) (T -958))
+((-3101 (*1 *1) (-12 (-4 *1 (-958 *2)) (-4 *2 (-23)))))
+(-13 (-957 |t#1|) (-10 -8 (-15 -3101 ($) -3954)))
+(((-23) . T) ((-25) . T) ((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-957 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3683 (((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 (-704 |#1| (-774 |#2|)))))) (-584 (-704 |#1| (-774 |#2|)))) NIL T ELT)) (-3684 (((-584 $) (-584 (-704 |#1| (-774 |#2|)))) NIL T ELT) (((-584 $) (-584 (-704 |#1| (-774 |#2|))) (-85)) NIL T ELT) (((-584 $) (-584 (-704 |#1| (-774 |#2|))) (-85) (-85)) NIL T ELT)) (-3083 (((-584 (-774 |#2|)) $) NIL T ELT)) (-2910 (((-85) $) NIL T ELT)) (-2901 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3695 (((-85) (-704 |#1| (-774 |#2|)) $) NIL T ELT) (((-85) $) NIL T ELT)) (-3690 (((-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3777 (((-584 (-2 (|:| |val| (-704 |#1| (-774 |#2|))) (|:| -1601 $))) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ (-774 |#2|)) NIL T ELT)) (-3712 (($ (-1 (-85) (-704 |#1| (-774 |#2|))) $) NIL (|has| $ (-318 (-704 |#1| (-774 |#2|)))) ELT) (((-3 (-704 |#1| (-774 |#2|)) #1="failed") $ (-774 |#2|)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2906 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3691 (((-584 (-704 |#1| (-774 |#2|))) (-584 (-704 |#1| (-774 |#2|))) $ (-1 (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|))) (-1 (-85) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)))) NIL T ELT)) (-2902 (((-584 (-704 |#1| (-774 |#2|))) (-584 (-704 |#1| (-774 |#2|))) $) NIL (|has| |#1| (-496)) ELT)) (-2903 (((-584 (-704 |#1| (-774 |#2|))) (-584 (-704 |#1| (-774 |#2|))) $) NIL (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ #1#) (-584 (-704 |#1| (-774 |#2|)))) NIL T ELT)) (-3158 (($ (-584 (-704 |#1| (-774 |#2|)))) NIL T ELT)) (-3801 (((-3 $ #1#) $) NIL T ELT)) (-3687 (((-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-704 |#1| (-774 |#2|)))) (|has| (-704 |#1| (-774 |#2|)) (-72))) ELT)) (-3408 (($ (-704 |#1| (-774 |#2|)) $) NIL (-12 (|has| $ (-318 (-704 |#1| (-774 |#2|)))) (|has| (-704 |#1| (-774 |#2|)) (-72))) ELT) (($ (-1 (-85) (-704 |#1| (-774 |#2|))) $) NIL (|has| $ (-318 (-704 |#1| (-774 |#2|)))) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-704 |#1| (-774 |#2|))) (|:| |den| |#1|)) (-704 |#1| (-774 |#2|)) $) NIL (|has| |#1| (-496)) ELT)) (-3696 (((-85) (-704 |#1| (-774 |#2|)) $ (-1 (-85) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)))) NIL T ELT)) (-3685 (((-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3844 (((-704 |#1| (-774 |#2|)) (-1 (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|))) $ (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|))) NIL (|has| (-704 |#1| (-774 |#2|)) (-72)) ELT) (((-704 |#1| (-774 |#2|)) (-1 (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|))) $ (-704 |#1| (-774 |#2|))) NIL T ELT) (((-704 |#1| (-774 |#2|)) (-1 (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|))) $) NIL T ELT) (((-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) $ (-1 (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|))) (-1 (-85) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)))) NIL T ELT)) (-3698 (((-2 (|:| -3863 (-584 (-704 |#1| (-774 |#2|)))) (|:| -1703 (-584 (-704 |#1| (-774 |#2|))))) $) NIL T ELT)) (-3199 (((-85) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3197 (((-85) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3200 (((-85) (-704 |#1| (-774 |#2|)) $) NIL T ELT) (((-85) $) NIL T ELT)) (-3697 (((-85) (-704 |#1| (-774 |#2|)) $) NIL T ELT) (((-85) $) NIL T ELT)) (-3182 (((-774 |#2|) $) NIL T ELT)) (-2610 (((-584 (-704 |#1| (-774 |#2|))) $) NIL T ELT)) (-3247 (((-85) (-704 |#1| (-774 |#2|)) $) NIL (|has| (-704 |#1| (-774 |#2|)) (-72)) ELT)) (-3328 (($ (-1 (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|))) $) NIL T ELT)) (-3960 (($ (-1 (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|))) $) NIL T ELT)) (-2916 (((-584 (-774 |#2|)) $) NIL T ELT)) (-2915 (((-85) (-774 |#2|) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3193 (((-3 (-704 |#1| (-774 |#2|)) (-584 $)) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3192 (((-584 (-2 (|:| |val| (-704 |#1| (-774 |#2|))) (|:| -1601 $))) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3800 (((-3 (-704 |#1| (-774 |#2|)) #1#) $) NIL T ELT)) (-3194 (((-584 $) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3196 (((-3 (-85) (-584 $)) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3195 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 $))) (-704 |#1| (-774 |#2|)) $) NIL T ELT) (((-85) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3240 (((-584 $) (-704 |#1| (-774 |#2|)) $) NIL T ELT) (((-584 $) (-584 (-704 |#1| (-774 |#2|))) $) NIL T ELT) (((-584 $) (-584 (-704 |#1| (-774 |#2|))) (-584 $)) NIL T ELT) (((-584 $) (-704 |#1| (-774 |#2|)) (-584 $)) NIL T ELT)) (-3442 (($ (-704 |#1| (-774 |#2|)) $) NIL T ELT) (($ (-584 (-704 |#1| (-774 |#2|))) $) NIL T ELT)) (-3699 (((-584 (-704 |#1| (-774 |#2|))) $) NIL T ELT)) (-3693 (((-85) (-704 |#1| (-774 |#2|)) $) NIL T ELT) (((-85) $) NIL T ELT)) (-3688 (((-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3701 (((-85) $ $) NIL T ELT)) (-2905 (((-2 (|:| |num| (-704 |#1| (-774 |#2|))) (|:| |den| |#1|)) (-704 |#1| (-774 |#2|)) $) NIL (|has| |#1| (-496)) ELT)) (-3694 (((-85) (-704 |#1| (-774 |#2|)) $) NIL T ELT) (((-85) $) NIL T ELT)) (-3689 (((-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 (((-3 (-704 |#1| (-774 |#2|)) #1#) $) NIL T ELT)) (-1355 (((-3 (-704 |#1| (-774 |#2|)) #1#) (-1 (-85) (-704 |#1| (-774 |#2|))) $) NIL T ELT)) (-3681 (((-3 $ #1#) $ (-704 |#1| (-774 |#2|))) NIL T ELT)) (-3771 (($ $ (-704 |#1| (-774 |#2|))) NIL T ELT) (((-584 $) (-704 |#1| (-774 |#2|)) $) NIL T ELT) (((-584 $) (-704 |#1| (-774 |#2|)) (-584 $)) NIL T ELT) (((-584 $) (-584 (-704 |#1| (-774 |#2|))) $) NIL T ELT) (((-584 $) (-584 (-704 |#1| (-774 |#2|))) (-584 $)) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-704 |#1| (-774 |#2|))) $) NIL T ELT)) (-3770 (($ $ (-584 (-704 |#1| (-774 |#2|))) (-584 (-704 |#1| (-774 |#2|)))) NIL (-12 (|has| (-704 |#1| (-774 |#2|)) (-260 (-704 |#1| (-774 |#2|)))) (|has| (-704 |#1| (-774 |#2|)) (-1014))) ELT) (($ $ (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|))) NIL (-12 (|has| (-704 |#1| (-774 |#2|)) (-260 (-704 |#1| (-774 |#2|)))) (|has| (-704 |#1| (-774 |#2|)) (-1014))) ELT) (($ $ (-249 (-704 |#1| (-774 |#2|)))) NIL (-12 (|has| (-704 |#1| (-774 |#2|)) (-260 (-704 |#1| (-774 |#2|)))) (|has| (-704 |#1| (-774 |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-704 |#1| (-774 |#2|))))) NIL (-12 (|has| (-704 |#1| (-774 |#2|)) (-260 (-704 |#1| (-774 |#2|)))) (|has| (-704 |#1| (-774 |#2|)) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3950 (((-695) $) NIL T ELT)) (-1731 (((-695) (-704 |#1| (-774 |#2|)) $) NIL (|has| (-704 |#1| (-774 |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-704 |#1| (-774 |#2|))) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-704 |#1| (-774 |#2|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-704 |#1| (-774 |#2|)))) NIL T ELT)) (-2912 (($ $ (-774 |#2|)) NIL T ELT)) (-2914 (($ $ (-774 |#2|)) NIL T ELT)) (-3686 (($ $) NIL T ELT)) (-2913 (($ $ (-774 |#2|)) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (((-584 (-704 |#1| (-774 |#2|))) $) NIL T ELT)) (-3680 (((-695) $) NIL (|has| (-774 |#2|) (-320)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 (-704 |#1| (-774 |#2|))))) #1#) (-584 (-704 |#1| (-774 |#2|))) (-1 (-85) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)))) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 (-704 |#1| (-774 |#2|))))) #1#) (-584 (-704 |#1| (-774 |#2|))) (-1 (-85) (-704 |#1| (-774 |#2|))) (-1 (-85) (-704 |#1| (-774 |#2|)) (-704 |#1| (-774 |#2|)))) NIL T ELT)) (-3692 (((-85) $ (-1 (-85) (-704 |#1| (-774 |#2|)) (-584 (-704 |#1| (-774 |#2|))))) NIL T ELT)) (-3191 (((-584 $) (-704 |#1| (-774 |#2|)) $) NIL T ELT) (((-584 $) (-704 |#1| (-774 |#2|)) (-584 $)) NIL T ELT) (((-584 $) (-584 (-704 |#1| (-774 |#2|))) $) NIL T ELT) (((-584 $) (-584 (-704 |#1| (-774 |#2|))) (-584 $)) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-704 |#1| (-774 |#2|))) $) NIL T ELT)) (-3682 (((-584 (-774 |#2|)) $) NIL T ELT)) (-3198 (((-85) (-704 |#1| (-774 |#2|)) $) NIL T ELT)) (-3935 (((-85) (-774 |#2|) $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-959 |#1| |#2|) (-13 (-984 |#1| (-470 (-774 |#2|)) (-774 |#2|) (-704 |#1| (-774 |#2|))) (-10 -8 (-15 -3684 ((-584 $) (-584 (-704 |#1| (-774 |#2|))) (-85) (-85))))) (-392) (-584 (-1091))) (T -959))
+((-3684 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-584 (-704 *5 (-774 *6)))) (-5 *4 (-85)) (-4 *5 (-392)) (-14 *6 (-584 (-1091))) (-5 *2 (-584 (-959 *5 *6))) (-5 *1 (-959 *5 *6)))))
+((-3102 (((-1 (-485)) (-1002 (-485))) 32 T ELT)) (-3106 (((-485) (-485) (-485) (-485) (-485)) 29 T ELT)) (-3104 (((-1 (-485)) |RationalNumber|) NIL T ELT)) (-3105 (((-1 (-485)) |RationalNumber|) NIL T ELT)) (-3103 (((-1 (-485)) (-485) |RationalNumber|) NIL T ELT)))
+(((-960) (-10 -7 (-15 -3102 ((-1 (-485)) (-1002 (-485)))) (-15 -3103 ((-1 (-485)) (-485) |RationalNumber|)) (-15 -3104 ((-1 (-485)) |RationalNumber|)) (-15 -3105 ((-1 (-485)) |RationalNumber|)) (-15 -3106 ((-485) (-485) (-485) (-485) (-485))))) (T -960))
+((-3106 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-960)))) (-3105 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-485))) (-5 *1 (-960)))) (-3104 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-485))) (-5 *1 (-960)))) (-3103 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-485))) (-5 *1 (-960)) (-5 *3 (-485)))) (-3102 (*1 *2 *3) (-12 (-5 *3 (-1002 (-485))) (-5 *2 (-1 (-485))) (-5 *1 (-960)))))
+((-3948 (((-773) $) NIL T ELT) (($ (-485)) 10 T ELT)))
+(((-961 |#1|) (-10 -7 (-15 -3948 (|#1| (-485))) (-15 -3948 ((-773) |#1|))) (-962)) (T -961))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-962) (-113)) (T -962))
+((-3128 (*1 *2) (-12 (-4 *1 (-962)) (-5 *2 (-695)))))
+(-13 (-971) (-1062) (-591 $) (-556 (-485)) (-10 -7 (-15 -3128 ((-695)) -3954) (-6 -3994)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-556 (-485)) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-664) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-3107 (((-350 (-858 |#2|)) (-584 |#2|) (-584 |#2|) (-695) (-695)) 55 T ELT)))
+(((-963 |#1| |#2|) (-10 -7 (-15 -3107 ((-350 (-858 |#2|)) (-584 |#2|) (-584 |#2|) (-695) (-695)))) (-1091) (-312)) (T -963))
+((-3107 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-584 *6)) (-5 *4 (-695)) (-4 *6 (-312)) (-5 *2 (-350 (-858 *6))) (-5 *1 (-963 *5 *6)) (-14 *5 (-1091)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (* (($ $ |#1|) 17 T ELT)))
+(((-964 |#1|) (-113) (-1026)) (T -964))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-964 *2)) (-4 *2 (-1026)))))
+(-13 (-1014) (-10 -8 (-15 * ($ $ |t#1|))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-3122 (((-85) $) 38 T ELT)) (-3124 (((-85) $) 17 T ELT)) (-3116 (((-695) $) 13 T ELT)) (-3115 (((-695) $) 14 T ELT)) (-3123 (((-85) $) 30 T ELT)) (-3121 (((-85) $) 40 T ELT)))
+(((-965 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3115 ((-695) |#1|)) (-15 -3116 ((-695) |#1|)) (-15 -3121 ((-85) |#1|)) (-15 -3122 ((-85) |#1|)) (-15 -3123 ((-85) |#1|)) (-15 -3124 ((-85) |#1|))) (-966 |#2| |#3| |#4| |#5| |#6|) (-695) (-695) (-962) (-196 |#3| |#4|) (-196 |#2| |#4|)) (T -965))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3122 (((-85) $) 62 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3124 (((-85) $) 64 T ELT)) (-3726 (($) 23 T CONST)) (-3111 (($ $) 45 (|has| |#3| (-258)) ELT)) (-3113 ((|#4| $ (-485)) 50 T ELT)) (-3844 ((|#3| (-1 |#3| |#3| |#3|) $ |#3| |#3|) 84 (|has| |#3| (-72)) ELT) ((|#3| (-1 |#3| |#3| |#3|) $ |#3|) 81 T ELT) ((|#3| (-1 |#3| |#3| |#3|) $) 80 T ELT)) (-3110 (((-695) $) 44 (|has| |#3| (-496)) ELT)) (-3114 ((|#3| $ (-485) (-485)) 52 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-3109 (((-695) $) 43 (|has| |#3| (-496)) ELT)) (-3108 (((-584 |#5|) $) 42 (|has| |#3| (-496)) ELT)) (-3116 (((-695) $) 56 T ELT)) (-3115 (((-695) $) 55 T ELT)) (-3120 (((-485) $) 60 T ELT)) (-3118 (((-485) $) 58 T ELT)) (-2610 (((-584 |#3|) $) 79 T ELT)) (-3247 (((-85) |#3| $) 83 (|has| |#3| (-72)) ELT)) (-3119 (((-485) $) 59 T ELT)) (-3117 (((-485) $) 57 T ELT)) (-3125 (($ (-584 (-584 |#3|))) 65 T ELT)) (-3960 (($ (-1 |#3| |#3|) $) 70 T ELT) (($ (-1 |#3| |#3| |#3|) $ $) 48 T ELT)) (-3596 (((-584 (-584 |#3|)) $) 54 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3468 (((-3 $ "failed") $ |#3|) 47 (|has| |#3| (-496)) ELT)) (-1732 (((-85) (-1 (-85) |#3|) $) 77 T ELT)) (-3770 (($ $ (-584 |#3|) (-584 |#3|)) 74 (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ |#3| |#3|) 73 (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ (-249 |#3|)) 72 (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ (-584 (-249 |#3|))) 71 (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT)) (-1223 (((-85) $ $) 66 T ELT)) (-3405 (((-85) $) 69 T ELT)) (-3567 (($) 68 T ELT)) (-3802 ((|#3| $ (-485) (-485)) 53 T ELT) ((|#3| $ (-485) (-485) |#3|) 51 T ELT)) (-3123 (((-85) $) 63 T ELT)) (-1731 (((-695) |#3| $) 82 (|has| |#3| (-72)) ELT) (((-695) (-1 (-85) |#3|) $) 78 T ELT)) (-3402 (($ $) 67 T ELT)) (-3112 ((|#5| $ (-485)) 49 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-1733 (((-85) (-1 (-85) |#3|) $) 76 T ELT)) (-3121 (((-85) $) 61 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#3|) 46 (|has| |#3| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#3| $) 33 T ELT) (($ $ |#3|) 37 T ELT)) (-3959 (((-695) $) 75 T ELT)))
+(((-966 |#1| |#2| |#3| |#4| |#5|) (-113) (-695) (-695) (-962) (-196 |t#2| |t#3|) (-196 |t#1| |t#3|)) (T -966))
+((-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)))) (-3125 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 *5))) (-4 *5 (-962)) (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)))) (-3124 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-85)))) (-3123 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-85)))) (-3122 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-85)))) (-3121 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-85)))) (-3120 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-485)))) (-3119 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-485)))) (-3118 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-485)))) (-3117 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-485)))) (-3116 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-695)))) (-3115 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-695)))) (-3596 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-5 *2 (-584 (-584 *5))))) (-3802 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-485)) (-4 *1 (-966 *4 *5 *2 *6 *7)) (-4 *6 (-196 *5 *2)) (-4 *7 (-196 *4 *2)) (-4 *2 (-962)))) (-3114 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-485)) (-4 *1 (-966 *4 *5 *2 *6 *7)) (-4 *6 (-196 *5 *2)) (-4 *7 (-196 *4 *2)) (-4 *2 (-962)))) (-3802 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-485)) (-4 *1 (-966 *4 *5 *2 *6 *7)) (-4 *2 (-962)) (-4 *6 (-196 *5 *2)) (-4 *7 (-196 *4 *2)))) (-3113 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-966 *4 *5 *6 *2 *7)) (-4 *6 (-962)) (-4 *7 (-196 *4 *6)) (-4 *2 (-196 *5 *6)))) (-3112 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-966 *4 *5 *6 *7 *2)) (-4 *6 (-962)) (-4 *7 (-196 *5 *6)) (-4 *2 (-196 *4 *6)))) (-3960 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)))) (-3468 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-966 *3 *4 *2 *5 *6)) (-4 *2 (-962)) (-4 *5 (-196 *4 *2)) (-4 *6 (-196 *3 *2)) (-4 *2 (-496)))) (-3951 (*1 *1 *1 *2) (-12 (-4 *1 (-966 *3 *4 *2 *5 *6)) (-4 *2 (-962)) (-4 *5 (-196 *4 *2)) (-4 *6 (-196 *3 *2)) (-4 *2 (-312)))) (-3111 (*1 *1 *1) (-12 (-4 *1 (-966 *2 *3 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-196 *3 *4)) (-4 *6 (-196 *2 *4)) (-4 *4 (-258)))) (-3110 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-4 *5 (-496)) (-5 *2 (-695)))) (-3109 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-4 *5 (-496)) (-5 *2 (-695)))) (-3108 (*1 *2 *1) (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)) (-4 *5 (-496)) (-5 *2 (-584 *7)))))
+(-13 (-82 |t#3| |t#3|) (-318 |t#3|) (-10 -8 (IF (|has| |t#3| (-146)) (-6 (-655 |t#3|)) |%noBranch|) (-15 -3125 ($ (-584 (-584 |t#3|)))) (-15 -3124 ((-85) $)) (-15 -3123 ((-85) $)) (-15 -3122 ((-85) $)) (-15 -3121 ((-85) $)) (-15 -3120 ((-485) $)) (-15 -3119 ((-485) $)) (-15 -3118 ((-485) $)) (-15 -3117 ((-485) $)) (-15 -3116 ((-695) $)) (-15 -3115 ((-695) $)) (-15 -3596 ((-584 (-584 |t#3|)) $)) (-15 -3802 (|t#3| $ (-485) (-485))) (-15 -3114 (|t#3| $ (-485) (-485))) (-15 -3802 (|t#3| $ (-485) (-485) |t#3|)) (-15 -3113 (|t#4| $ (-485))) (-15 -3112 (|t#5| $ (-485))) (-15 -3960 ($ (-1 |t#3| |t#3|) $)) (-15 -3960 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-496)) (-15 -3468 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-312)) (-15 -3951 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-258)) (-15 -3111 ($ $)) |%noBranch|) (IF (|has| |t#3| (-496)) (PROGN (-15 -3110 ((-695) $)) (-15 -3109 ((-695) $)) (-15 -3108 ((-584 |t#5|) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-72) . T) ((-82 |#3| |#3|) . T) ((-104) . T) ((-553 (-773)) . T) ((-260 |#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ((-318 |#3|) . T) ((-429 |#3|) . T) ((-456 |#3| |#3|) -12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ((-13) . T) ((-589 (-485)) . T) ((-589 |#3|) . T) ((-591 |#3|) . T) ((-583 |#3|) |has| |#3| (-146)) ((-655 |#3|) |has| |#3| (-146)) ((-964 |#3|) . T) ((-969 |#3|) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3122 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3124 (((-85) $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3111 (($ $) 46 (|has| |#3| (-258)) ELT)) (-3113 (((-197 |#2| |#3|) $ (-485)) 35 T ELT)) (-3844 ((|#3| (-1 |#3| |#3| |#3|) $ |#3| |#3|) NIL (|has| |#3| (-72)) ELT) ((|#3| (-1 |#3| |#3| |#3|) $ |#3|) NIL T ELT) ((|#3| (-1 |#3| |#3| |#3|) $) NIL T ELT)) (-3126 (($ (-631 |#3|)) 44 T ELT)) (-3110 (((-695) $) 48 (|has| |#3| (-496)) ELT)) (-3114 ((|#3| $ (-485) (-485)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-3109 (((-695) $) 50 (|has| |#3| (-496)) ELT)) (-3108 (((-584 (-197 |#1| |#3|)) $) 54 (|has| |#3| (-496)) ELT)) (-3116 (((-695) $) NIL T ELT)) (-3115 (((-695) $) NIL T ELT)) (-3120 (((-485) $) NIL T ELT)) (-3118 (((-485) $) NIL T ELT)) (-2610 (((-584 |#3|) $) NIL T ELT)) (-3247 (((-85) |#3| $) NIL (|has| |#3| (-72)) ELT)) (-3119 (((-485) $) NIL T ELT)) (-3117 (((-485) $) NIL T ELT)) (-3125 (($ (-584 (-584 |#3|))) 30 T ELT)) (-3960 (($ (-1 |#3| |#3|) $) NIL T ELT) (($ (-1 |#3| |#3| |#3|) $ $) NIL T ELT)) (-3596 (((-584 (-584 |#3|)) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3468 (((-3 $ #1#) $ |#3|) NIL (|has| |#3| (-496)) ELT)) (-1732 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3770 (($ $ (-584 |#3|) (-584 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ (-249 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ (-584 (-249 |#3|))) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#3| $ (-485) (-485)) NIL T ELT) ((|#3| $ (-485) (-485) |#3|) NIL T ELT)) (-3913 (((-107)) 58 (|has| |#3| (-312)) ELT)) (-3123 (((-85) $) NIL T ELT)) (-1731 (((-695) |#3| $) NIL (|has| |#3| (-72)) ELT) (((-695) (-1 (-85) |#3|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) 65 (|has| |#3| (-554 (-474))) ELT)) (-3112 (((-197 |#1| |#3|) $ (-485)) 39 T ELT)) (-3948 (((-773) $) 18 T ELT) (((-631 |#3|) $) 41 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3121 (((-85) $) NIL T ELT)) (-2662 (($) 15 T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#3|) NIL (|has| |#3| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ |#3| $) NIL T ELT) (($ $ |#3|) NIL T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-967 |#1| |#2| |#3|) (-13 (-966 |#1| |#2| |#3| (-197 |#2| |#3|) (-197 |#1| |#3|)) (-553 (-631 |#3|)) (-10 -8 (IF (|has| |#3| (-312)) (-6 (-1188 |#3|)) |%noBranch|) (IF (|has| |#3| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|) (-15 -3126 ($ (-631 |#3|))))) (-695) (-695) (-962)) (T -967))
+((-3126 (*1 *1 *2) (-12 (-5 *2 (-631 *5)) (-4 *5 (-962)) (-5 *1 (-967 *3 *4 *5)) (-14 *3 (-695)) (-14 *4 (-695)))))
+((-3844 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 36 T ELT)) (-3960 ((|#10| (-1 |#7| |#3|) |#6|) 34 T ELT)))
+(((-968 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -3960 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3844 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-695) (-695) (-962) (-196 |#2| |#3|) (-196 |#1| |#3|) (-966 |#1| |#2| |#3| |#4| |#5|) (-962) (-196 |#2| |#7|) (-196 |#1| |#7|) (-966 |#1| |#2| |#7| |#8| |#9|)) (T -968))
+((-3844 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-962)) (-4 *2 (-962)) (-14 *5 (-695)) (-14 *6 (-695)) (-4 *8 (-196 *6 *7)) (-4 *9 (-196 *5 *7)) (-4 *10 (-196 *6 *2)) (-4 *11 (-196 *5 *2)) (-5 *1 (-968 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-966 *5 *6 *7 *8 *9)) (-4 *12 (-966 *5 *6 *2 *10 *11)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-962)) (-4 *10 (-962)) (-14 *5 (-695)) (-14 *6 (-695)) (-4 *8 (-196 *6 *7)) (-4 *9 (-196 *5 *7)) (-4 *2 (-966 *5 *6 *10 *11 *12)) (-5 *1 (-968 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-966 *5 *6 *7 *8 *9)) (-4 *11 (-196 *6 *10)) (-4 *12 (-196 *5 *10)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ |#1|) 33 T ELT)))
+(((-969 |#1|) (-113) (-971)) (T -969))
+NIL
+(-13 (-21) (-964 |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-964 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-3127 (((-85) $ $) 10 T ELT)))
+(((-970 |#1|) (-10 -7 (-15 -3127 ((-85) |#1| |#1|))) (-971)) (T -970))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-971) (-113)) (T -971))
+((-3127 (*1 *2 *1 *1) (-12 (-4 *1 (-971)) (-5 *2 (-85)))))
+(-13 (-21) (-1026) (-10 -8 (-15 -3127 ((-85) $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-1026) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-1014)) ELT)) (-3833 (((-1091) $) 11 T ELT)) (-3738 ((|#1| $) 12 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3228 (($ (-1091) |#1|) 10 T ELT)) (-3948 (((-773) $) 22 (|has| |#1| (-1014)) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-1014)) ELT)) (-3058 (((-85) $ $) 17 (|has| |#1| (-1014)) ELT)))
+(((-972 |#1| |#2|) (-13 (-1130) (-10 -8 (-15 -3228 ($ (-1091) |#1|)) (-15 -3833 ((-1091) $)) (-15 -3738 (|#1| $)) (IF (|has| |#1| (-1014)) (-6 (-1014)) |%noBranch|))) (-1007 |#2|) (-1130)) (T -972))
+((-3228 (*1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-4 *4 (-1130)) (-5 *1 (-972 *3 *4)) (-4 *3 (-1007 *4)))) (-3833 (*1 *2 *1) (-12 (-4 *4 (-1130)) (-5 *2 (-1091)) (-5 *1 (-972 *3 *4)) (-4 *3 (-1007 *4)))) (-3738 (*1 *2 *1) (-12 (-4 *2 (-1007 *3)) (-5 *1 (-972 *2 *3)) (-4 *3 (-1130)))))
+((-3773 (($ $) 17 T ELT)) (-3129 (($ $) 25 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 54 T ELT)) (-3134 (($ $) 27 T ELT)) (-3130 (($ $) 12 T ELT)) (-3132 (($ $) 40 T ELT)) (-3974 (((-330) $) NIL T ELT) (((-179) $) NIL T ELT) (((-801 (-330)) $) 36 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) 31 T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) 31 T ELT)) (-3128 (((-695)) 9 T CONST)) (-3133 (($ $) 44 T ELT)))
+(((-973 |#1|) (-10 -7 (-15 -3129 (|#1| |#1|)) (-15 -3773 (|#1| |#1|)) (-15 -3130 (|#1| |#1|)) (-15 -3132 (|#1| |#1|)) (-15 -3133 (|#1| |#1|)) (-15 -3134 (|#1| |#1|)) (-15 -2798 ((-799 (-330) |#1|) |#1| (-801 (-330)) (-799 (-330) |#1|))) (-15 -3974 ((-801 (-330)) |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3948 (|#1| (-485))) (-15 -3974 ((-179) |#1|)) (-15 -3974 ((-330) |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3948 (|#1| |#1|)) (-15 -3128 ((-695)) -3954) (-15 -3948 (|#1| (-485))) (-15 -3948 ((-773) |#1|))) (-974)) (T -973))
+((-3128 (*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-973 *3)) (-4 *3 (-974)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3131 (((-485) $) 108 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-3773 (($ $) 106 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 91 T ELT)) (-3973 (((-348 $) $) 90 T ELT)) (-3039 (($ $) 116 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3625 (((-485) $) 133 T ELT)) (-3726 (($) 23 T CONST)) (-3129 (($ $) 105 T ELT)) (-3159 (((-3 (-485) #1="failed") $) 121 T ELT) (((-3 (-350 (-485)) #1#) $) 118 T ELT)) (-3158 (((-485) $) 122 T ELT) (((-350 (-485)) $) 119 T ELT)) (-2566 (($ $ $) 71 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-3725 (((-85) $) 89 T ELT)) (-3188 (((-85) $) 131 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 112 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 115 T ELT)) (-3134 (($ $) 111 T ELT)) (-3189 (((-85) $) 132 T ELT)) (-1606 (((-3 (-584 $) #2="failed") (-584 $) $) 68 T ELT)) (-2533 (($ $ $) 125 T ELT)) (-2859 (($ $ $) 126 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 88 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3130 (($ $) 107 T ELT)) (-3132 (($ $) 109 T ELT)) (-3734 (((-348 $) $) 92 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #2#) $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-3974 (((-330) $) 124 T ELT) (((-179) $) 123 T ELT) (((-801 (-330)) $) 113 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-485))) 84 T ELT) (($ (-485)) 120 T ELT) (($ (-350 (-485))) 117 T ELT)) (-3128 (((-695)) 40 T CONST)) (-3133 (($ $) 110 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3385 (($ $) 134 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2568 (((-85) $ $) 127 T ELT)) (-2569 (((-85) $ $) 129 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 128 T ELT)) (-2687 (((-85) $ $) 130 T ELT)) (-3951 (($ $ $) 83 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 87 T ELT) (($ $ (-350 (-485))) 114 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 86 T ELT) (($ (-350 (-485)) $) 85 T ELT)))
+(((-974) (-113)) (T -974))
+((-3134 (*1 *1 *1) (-4 *1 (-974))) (-3133 (*1 *1 *1) (-4 *1 (-974))) (-3132 (*1 *1 *1) (-4 *1 (-974))) (-3131 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-485)))) (-3130 (*1 *1 *1) (-4 *1 (-974))) (-3773 (*1 *1 *1) (-4 *1 (-974))) (-3129 (*1 *1 *1) (-4 *1 (-974))))
+(-13 (-312) (-756) (-934) (-951 (-485)) (-951 (-350 (-485))) (-916) (-554 (-801 (-330))) (-797 (-330)) (-120) (-10 -8 (-15 -3134 ($ $)) (-15 -3133 ($ $)) (-15 -3132 ($ $)) (-15 -3131 ((-485) $)) (-15 -3130 ($ $)) (-15 -3773 ($ $)) (-15 -3129 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 $ $) . T) ((-104) . T) ((-120) . T) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-554 (-179)) . T) ((-554 (-330)) . T) ((-554 (-801 (-330))) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 $) . T) ((-655 (-350 (-485))) . T) ((-655 $) . T) ((-664) . T) ((-715) . T) ((-717) . T) ((-719) . T) ((-722) . T) ((-756) . T) ((-757) . T) ((-760) . T) ((-797 (-330)) . T) ((-833) . T) ((-916) . T) ((-934) . T) ((-951 (-350 (-485))) . T) ((-951 (-485)) . T) ((-964 (-350 (-485))) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) |#2| $) 26 T ELT)) (-3138 ((|#1| $) 10 T ELT)) (-3625 (((-485) |#2| $) 119 T ELT)) (-3185 (((-3 $ #1="failed") |#2| (-831)) 76 T ELT)) (-3139 ((|#1| $) 31 T ELT)) (-3184 ((|#1| |#2| $ |#1|) 40 T ELT)) (-3136 (($ $) 28 T ELT)) (-3469 (((-3 |#2| #1#) |#2| $) 113 T ELT)) (-3188 (((-85) |#2| $) NIL T ELT)) (-3189 (((-85) |#2| $) NIL T ELT)) (-3135 (((-85) |#2| $) 27 T ELT)) (-3137 ((|#1| $) 120 T ELT)) (-3140 ((|#1| $) 30 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3187 ((|#2| $) 104 T ELT)) (-3948 (((-773) $) 95 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3772 ((|#1| |#2| $ |#1|) 41 T ELT)) (-3186 (((-584 $) |#2|) 78 T ELT)) (-3058 (((-85) $ $) 99 T ELT)))
+(((-975 |#1| |#2|) (-13 (-981 |#1| |#2|) (-10 -8 (-15 -3140 (|#1| $)) (-15 -3139 (|#1| $)) (-15 -3138 (|#1| $)) (-15 -3137 (|#1| $)) (-15 -3136 ($ $)) (-15 -3135 ((-85) |#2| $)) (-15 -3184 (|#1| |#2| $ |#1|)))) (-13 (-756) (-312)) (-1156 |#1|)) (T -975))
+((-3184 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))) (-3140 (*1 *2 *1) (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))) (-3139 (*1 *2 *1) (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))) (-3138 (*1 *2 *1) (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))) (-3137 (*1 *2 *1) (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))) (-3136 (*1 *1 *1) (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))) (-3135 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-756) (-312))) (-5 *2 (-85)) (-5 *1 (-975 *4 *3)) (-4 *3 (-1156 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-2048 (($ $ $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2043 (($ $ $ $) NIL T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3625 (((-485) $) NIL T ELT)) (-2443 (($ $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3141 (($ (-1091)) 10 T ELT) (($ (-485)) 7 T ELT)) (-3159 (((-3 (-485) #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL T ELT)) (-2566 (($ $ $) NIL T ELT)) (-2280 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-631 (-485)) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) NIL T ELT)) (-3025 (((-85) $) NIL T ELT)) (-3024 (((-350 (-485)) $) NIL T ELT)) (-2996 (($) NIL T ELT) (($ $) NIL T ELT)) (-2565 (($ $ $) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-2041 (($ $ $ $) NIL T ELT)) (-2049 (($ $ $) NIL T ELT)) (-3188 (((-85) $) NIL T ELT)) (-1370 (($ $ $) NIL T ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2675 (((-85) $) NIL T ELT)) (-3447 (((-633 $) $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2042 (($ $ $ $) NIL T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-2045 (($ $) NIL T ELT)) (-3835 (($ $) NIL T ELT)) (-2281 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL T ELT) (((-631 (-485)) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2040 (($ $ $) NIL T ELT)) (-3448 (($) NIL T CONST)) (-2047 (($ $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-1368 (($ $) NIL T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-2676 (((-85) $) NIL T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-3760 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2046 (($ $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-485) $) 16 T ELT) (((-474) $) NIL T ELT) (((-801 (-485)) $) NIL T ELT) (((-330) $) NIL T ELT) (((-179) $) NIL T ELT) (($ (-1091)) 9 T ELT)) (-3948 (((-773) $) 23 T ELT) (($ (-485)) 6 T ELT) (($ $) NIL T ELT) (($ (-485)) 6 T ELT)) (-3128 (((-695)) NIL T CONST)) (-2050 (((-85) $ $) NIL T ELT)) (-3103 (($ $ $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2696 (($) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2044 (($ $ $ $) NIL T ELT)) (-3385 (($ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-3839 (($ $) 22 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-485) $) NIL T ELT)))
+(((-976) (-13 (-484) (-558 (-1091)) (-10 -8 (-6 -3984) (-6 -3989) (-6 -3985) (-15 -3141 ($ (-1091))) (-15 -3141 ($ (-485)))))) (T -976))
+((-3141 (*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-976)))) (-3141 (*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-976)))))
+((-3799 (($ $) 46 T ELT)) (-3168 (((-85) $ $) 82 T ELT)) (-3159 (((-3 |#2| #1="failed") $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 (-485) #1#) $) NIL T ELT) (((-3 |#4| #1#) $) NIL T ELT) (((-3 $ #1#) (-858 (-350 (-485)))) 247 T ELT) (((-3 $ #1#) (-858 (-485))) 246 T ELT) (((-3 $ #1#) (-858 |#2|)) 249 T ELT)) (-3158 ((|#2| $) NIL T ELT) (((-350 (-485)) $) NIL T ELT) (((-485) $) NIL T ELT) ((|#4| $) NIL T ELT) (($ (-858 (-350 (-485)))) 235 T ELT) (($ (-858 (-485))) 231 T ELT) (($ (-858 |#2|)) 255 T ELT)) (-3961 (($ $) NIL T ELT) (($ $ |#4|) 44 T ELT)) (-3696 (((-85) $ $) 131 T ELT) (((-85) $ (-584 $)) 135 T ELT)) (-3174 (((-85) $) 60 T ELT)) (-3754 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 125 T ELT)) (-3145 (($ $) 160 T ELT)) (-3156 (($ $) 156 T ELT)) (-3157 (($ $) 155 T ELT)) (-3167 (($ $ $) 87 T ELT) (($ $ $ |#4|) 92 T ELT)) (-3166 (($ $ $) 90 T ELT) (($ $ $ |#4|) 94 T ELT)) (-3697 (((-85) $ $) 143 T ELT) (((-85) $ (-584 $)) 144 T ELT)) (-3182 ((|#4| $) 32 T ELT)) (-3161 (($ $ $) 128 T ELT)) (-3175 (((-85) $) 59 T ELT)) (-3181 (((-695) $) 35 T ELT)) (-3142 (($ $) 174 T ELT)) (-3143 (($ $) 171 T ELT)) (-3170 (((-584 $) $) 72 T ELT)) (-3173 (($ $) 62 T ELT)) (-3144 (($ $) 167 T ELT)) (-3171 (((-584 $) $) 69 T ELT)) (-3172 (($ $) 64 T ELT)) (-3176 ((|#2| $) NIL T ELT) (($ $ |#4|) 39 T ELT)) (-3160 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3483 (-695))) $ $) 130 T ELT)) (-3162 (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -1973 $) (|:| -2904 $)) $ $) 126 T ELT) (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -1973 $) (|:| -2904 $)) $ $ |#4|) 127 T ELT)) (-3163 (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -2904 $)) $ $) 121 T ELT) (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -2904 $)) $ $ |#4|) 123 T ELT)) (-3165 (($ $ $) 97 T ELT) (($ $ $ |#4|) 106 T ELT)) (-3164 (($ $ $) 98 T ELT) (($ $ $ |#4|) 107 T ELT)) (-3178 (((-584 $) $) 54 T ELT)) (-3693 (((-85) $ $) 140 T ELT) (((-85) $ (-584 $)) 141 T ELT)) (-3688 (($ $ $) 116 T ELT)) (-3448 (($ $) 37 T ELT)) (-3701 (((-85) $ $) 80 T ELT)) (-3694 (((-85) $ $) 136 T ELT) (((-85) $ (-584 $)) 138 T ELT)) (-3689 (($ $ $) 112 T ELT)) (-3180 (($ $) 41 T ELT)) (-3146 ((|#2| |#2| $) 164 T ELT) (($ (-584 $)) NIL T ELT) (($ $ $) NIL T ELT)) (-3154 (($ $ |#2|) NIL T ELT) (($ $ $) 153 T ELT)) (-3155 (($ $ |#2|) 148 T ELT) (($ $ $) 151 T ELT)) (-3179 (($ $) 49 T ELT)) (-3177 (($ $) 55 T ELT)) (-3974 (((-801 (-330)) $) NIL T ELT) (((-801 (-485)) $) NIL T ELT) (((-474) $) NIL T ELT) (($ (-858 (-350 (-485)))) 237 T ELT) (($ (-858 (-485))) 233 T ELT) (($ (-858 |#2|)) 248 T ELT) (((-1074) $) 278 T ELT) (((-858 |#2|) $) 184 T ELT)) (-3948 (((-773) $) 29 T ELT) (($ (-485)) NIL T ELT) (($ |#2|) NIL T ELT) (($ |#4|) NIL T ELT) (((-858 |#2|) $) 185 T ELT) (($ (-350 (-485))) NIL T ELT) (($ $) NIL T ELT)) (-3169 (((-3 (-85) #1#) $ $) 79 T ELT)))
+(((-977 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3948 (|#1| |#1|)) (-15 -3146 (|#1| |#1| |#1|)) (-15 -3146 (|#1| (-584 |#1|))) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3948 ((-858 |#2|) |#1|)) (-15 -3974 ((-858 |#2|) |#1|)) (-15 -3974 ((-1074) |#1|)) (-15 -3142 (|#1| |#1|)) (-15 -3143 (|#1| |#1|)) (-15 -3144 (|#1| |#1|)) (-15 -3145 (|#1| |#1|)) (-15 -3146 (|#2| |#2| |#1|)) (-15 -3154 (|#1| |#1| |#1|)) (-15 -3155 (|#1| |#1| |#1|)) (-15 -3154 (|#1| |#1| |#2|)) (-15 -3155 (|#1| |#1| |#2|)) (-15 -3156 (|#1| |#1|)) (-15 -3157 (|#1| |#1|)) (-15 -3974 (|#1| (-858 |#2|))) (-15 -3158 (|#1| (-858 |#2|))) (-15 -3159 ((-3 |#1| #1="failed") (-858 |#2|))) (-15 -3974 (|#1| (-858 (-485)))) (-15 -3158 (|#1| (-858 (-485)))) (-15 -3159 ((-3 |#1| #1#) (-858 (-485)))) (-15 -3974 (|#1| (-858 (-350 (-485))))) (-15 -3158 (|#1| (-858 (-350 (-485))))) (-15 -3159 ((-3 |#1| #1#) (-858 (-350 (-485))))) (-15 -3688 (|#1| |#1| |#1|)) (-15 -3689 (|#1| |#1| |#1|)) (-15 -3160 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -3483 (-695))) |#1| |#1|)) (-15 -3161 (|#1| |#1| |#1|)) (-15 -3754 ((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|)) (-15 -3162 ((-2 (|:| -3956 |#1|) (|:| |gap| (-695)) (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1| |#4|)) (-15 -3162 ((-2 (|:| -3956 |#1|) (|:| |gap| (-695)) (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|)) (-15 -3163 ((-2 (|:| -3956 |#1|) (|:| |gap| (-695)) (|:| -2904 |#1|)) |#1| |#1| |#4|)) (-15 -3163 ((-2 (|:| -3956 |#1|) (|:| |gap| (-695)) (|:| -2904 |#1|)) |#1| |#1|)) (-15 -3164 (|#1| |#1| |#1| |#4|)) (-15 -3165 (|#1| |#1| |#1| |#4|)) (-15 -3164 (|#1| |#1| |#1|)) (-15 -3165 (|#1| |#1| |#1|)) (-15 -3166 (|#1| |#1| |#1| |#4|)) (-15 -3167 (|#1| |#1| |#1| |#4|)) (-15 -3166 (|#1| |#1| |#1|)) (-15 -3167 (|#1| |#1| |#1|)) (-15 -3697 ((-85) |#1| (-584 |#1|))) (-15 -3697 ((-85) |#1| |#1|)) (-15 -3693 ((-85) |#1| (-584 |#1|))) (-15 -3693 ((-85) |#1| |#1|)) (-15 -3694 ((-85) |#1| (-584 |#1|))) (-15 -3694 ((-85) |#1| |#1|)) (-15 -3696 ((-85) |#1| (-584 |#1|))) (-15 -3696 ((-85) |#1| |#1|)) (-15 -3168 ((-85) |#1| |#1|)) (-15 -3701 ((-85) |#1| |#1|)) (-15 -3169 ((-3 (-85) #1#) |#1| |#1|)) (-15 -3170 ((-584 |#1|) |#1|)) (-15 -3171 ((-584 |#1|) |#1|)) (-15 -3172 (|#1| |#1|)) (-15 -3173 (|#1| |#1|)) (-15 -3174 ((-85) |#1|)) (-15 -3175 ((-85) |#1|)) (-15 -3961 (|#1| |#1| |#4|)) (-15 -3176 (|#1| |#1| |#4|)) (-15 -3177 (|#1| |#1|)) (-15 -3178 ((-584 |#1|) |#1|)) (-15 -3179 (|#1| |#1|)) (-15 -3799 (|#1| |#1|)) (-15 -3180 (|#1| |#1|)) (-15 -3448 (|#1| |#1|)) (-15 -3181 ((-695) |#1|)) (-15 -3182 (|#4| |#1|)) (-15 -3974 ((-474) |#1|)) (-15 -3974 ((-801 (-485)) |#1|)) (-15 -3974 ((-801 (-330)) |#1|)) (-15 -3948 (|#1| |#4|)) (-15 -3159 ((-3 |#4| #1#) |#1|)) (-15 -3158 (|#4| |#1|)) (-15 -3176 (|#2| |#1|)) (-15 -3961 (|#1| |#1|)) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3948 (|#1| |#2|)) (-15 -3948 (|#1| (-485))) (-15 -3948 ((-773) |#1|))) (-978 |#2| |#3| |#4|) (-962) (-718) (-757)) (T -977))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3083 (((-584 |#3|) $) 123 T ELT)) (-3085 (((-1086 $) $ |#3|) 138 T ELT) (((-1086 |#1|) $) 137 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 100 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 101 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 103 (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) 125 T ELT) (((-695) $ (-584 |#3|)) 124 T ELT)) (-3799 (($ $) 293 T ELT)) (-3168 (((-85) $ $) 279 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3757 (($ $ $) 238 (|has| |#1| (-496)) ELT)) (-3150 (((-584 $) $ $) 233 (|has| |#1| (-496)) ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 113 (|has| |#1| (-822)) ELT)) (-3777 (($ $) 111 (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) 110 (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1="failed") (-584 (-1086 $)) (-1086 $)) 116 (|has| |#1| (-822)) ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#1| #2="failed") $) 181 T ELT) (((-3 (-350 (-485)) #2#) $) 178 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #2#) $) 176 (|has| |#1| (-951 (-485))) ELT) (((-3 |#3| #2#) $) 153 T ELT) (((-3 $ "failed") (-858 (-350 (-485)))) 253 (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#3| (-554 (-1091)))) ELT) (((-3 $ "failed") (-858 (-485))) 250 (OR (-12 (-2562 (|has| |#1| (-38 (-350 (-485))))) (|has| |#1| (-38 (-485))) (|has| |#3| (-554 (-1091)))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#3| (-554 (-1091))))) ELT) (((-3 $ "failed") (-858 |#1|)) 247 (OR (-12 (-2562 (|has| |#1| (-38 (-350 (-485))))) (-2562 (|has| |#1| (-38 (-485)))) (|has| |#3| (-554 (-1091)))) (-12 (-2562 (|has| |#1| (-484))) (-2562 (|has| |#1| (-38 (-350 (-485))))) (|has| |#1| (-38 (-485))) (|has| |#3| (-554 (-1091)))) (-12 (-2562 (|has| |#1| (-905 (-485)))) (|has| |#1| (-38 (-350 (-485)))) (|has| |#3| (-554 (-1091))))) ELT)) (-3158 ((|#1| $) 180 T ELT) (((-350 (-485)) $) 179 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) 177 (|has| |#1| (-951 (-485))) ELT) ((|#3| $) 154 T ELT) (($ (-858 (-350 (-485)))) 252 (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#3| (-554 (-1091)))) ELT) (($ (-858 (-485))) 249 (OR (-12 (-2562 (|has| |#1| (-38 (-350 (-485))))) (|has| |#1| (-38 (-485))) (|has| |#3| (-554 (-1091)))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#3| (-554 (-1091))))) ELT) (($ (-858 |#1|)) 246 (OR (-12 (-2562 (|has| |#1| (-38 (-350 (-485))))) (-2562 (|has| |#1| (-38 (-485)))) (|has| |#3| (-554 (-1091)))) (-12 (-2562 (|has| |#1| (-484))) (-2562 (|has| |#1| (-38 (-350 (-485))))) (|has| |#1| (-38 (-485))) (|has| |#3| (-554 (-1091)))) (-12 (-2562 (|has| |#1| (-905 (-485)))) (|has| |#1| (-38 (-350 (-485)))) (|has| |#3| (-554 (-1091))))) ELT)) (-3758 (($ $ $ |#3|) 121 (|has| |#1| (-146)) ELT) (($ $ $) 234 (|has| |#1| (-496)) ELT)) (-3961 (($ $) 171 T ELT) (($ $ |#3|) 288 T ELT)) (-2280 (((-631 (-485)) (-631 $)) 149 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 148 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 147 T ELT) (((-631 |#1|) (-631 $)) 146 T ELT)) (-3696 (((-85) $ $) 278 T ELT) (((-85) $ (-584 $)) 277 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3174 (((-85) $) 286 T ELT)) (-3754 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 258 T ELT)) (-3145 (($ $) 227 (|has| |#1| (-392)) ELT)) (-3505 (($ $) 193 (|has| |#1| (-392)) ELT) (($ $ |#3|) 118 (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) 122 T ELT)) (-3725 (((-85) $) 109 (|has| |#1| (-822)) ELT)) (-3156 (($ $) 243 (|has| |#1| (-496)) ELT)) (-3157 (($ $) 244 (|has| |#1| (-496)) ELT)) (-3167 (($ $ $) 270 T ELT) (($ $ $ |#3|) 268 T ELT)) (-3166 (($ $ $) 269 T ELT) (($ $ $ |#3|) 267 T ELT)) (-1625 (($ $ |#1| |#2| $) 189 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 97 (-12 (|has| |#3| (-797 (-330))) (|has| |#1| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 96 (-12 (|has| |#3| (-797 (-485))) (|has| |#1| (-797 (-485)))) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2421 (((-695) $) 186 T ELT)) (-3697 (((-85) $ $) 272 T ELT) (((-85) $ (-584 $)) 271 T ELT)) (-3147 (($ $ $ $ $) 229 (|has| |#1| (-496)) ELT)) (-3182 ((|#3| $) 297 T ELT)) (-3086 (($ (-1086 |#1|) |#3|) 130 T ELT) (($ (-1086 $) |#3|) 129 T ELT)) (-2823 (((-584 $) $) 139 T ELT)) (-3939 (((-85) $) 169 T ELT)) (-2895 (($ |#1| |#2|) 170 T ELT) (($ $ |#3| (-695)) 132 T ELT) (($ $ (-584 |#3|) (-584 (-695))) 131 T ELT)) (-3161 (($ $ $) 257 T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ |#3|) 133 T ELT)) (-3175 (((-85) $) 287 T ELT)) (-2822 ((|#2| $) 187 T ELT) (((-695) $ |#3|) 135 T ELT) (((-584 (-695)) $ (-584 |#3|)) 134 T ELT)) (-3181 (((-695) $) 296 T ELT)) (-1626 (($ (-1 |#2| |#2|) $) 188 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 168 T ELT)) (-3084 (((-3 |#3| #3="failed") $) 136 T ELT)) (-3142 (($ $) 224 (|has| |#1| (-392)) ELT)) (-3143 (($ $) 225 (|has| |#1| (-392)) ELT)) (-3170 (((-584 $) $) 282 T ELT)) (-3173 (($ $) 285 T ELT)) (-3144 (($ $) 226 (|has| |#1| (-392)) ELT)) (-3171 (((-584 $) $) 283 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 151 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 150 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 145 T ELT) (((-631 |#1|) (-1180 $)) 144 T ELT)) (-3172 (($ $) 284 T ELT)) (-2896 (($ $) 166 T ELT)) (-3176 ((|#1| $) 165 T ELT) (($ $ |#3|) 289 T ELT)) (-1895 (($ (-584 $)) 107 (|has| |#1| (-392)) ELT) (($ $ $) 106 (|has| |#1| (-392)) ELT)) (-3160 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3483 (-695))) $ $) 256 T ELT)) (-3162 (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -1973 $) (|:| -2904 $)) $ $) 260 T ELT) (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -1973 $) (|:| -2904 $)) $ $ |#3|) 259 T ELT)) (-3163 (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -2904 $)) $ $) 262 T ELT) (((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -2904 $)) $ $ |#3|) 261 T ELT)) (-3165 (($ $ $) 266 T ELT) (($ $ $ |#3|) 264 T ELT)) (-3164 (($ $ $) 265 T ELT) (($ $ $ |#3|) 263 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3192 (($ $ $) 232 (|has| |#1| (-496)) ELT)) (-3178 (((-584 $) $) 291 T ELT)) (-2825 (((-3 (-584 $) #3#) $) 127 T ELT)) (-2824 (((-3 (-584 $) #3#) $) 128 T ELT)) (-2826 (((-3 (-2 (|:| |var| |#3|) (|:| -2402 (-695))) #3#) $) 126 T ELT)) (-3693 (((-85) $ $) 274 T ELT) (((-85) $ (-584 $)) 273 T ELT)) (-3688 (($ $ $) 254 T ELT)) (-3448 (($ $) 295 T ELT)) (-3701 (((-85) $ $) 280 T ELT)) (-3694 (((-85) $ $) 276 T ELT) (((-85) $ (-584 $)) 275 T ELT)) (-3689 (($ $ $) 255 T ELT)) (-3180 (($ $) 294 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3151 (((-2 (|:| -3146 $) (|:| |coef2| $)) $ $) 235 (|has| |#1| (-496)) ELT)) (-3152 (((-2 (|:| -3146 $) (|:| |coef1| $)) $ $) 236 (|has| |#1| (-496)) ELT)) (-1801 (((-85) $) 183 T ELT)) (-1800 ((|#1| $) 184 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 108 (|has| |#1| (-392)) ELT)) (-3146 ((|#1| |#1| $) 228 (|has| |#1| (-392)) ELT) (($ (-584 $)) 105 (|has| |#1| (-392)) ELT) (($ $ $) 104 (|has| |#1| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 115 (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 114 (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) 112 (|has| |#1| (-822)) ELT)) (-3153 (((-2 (|:| -3146 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 237 (|has| |#1| (-496)) ELT)) (-3468 (((-3 $ "failed") $ |#1|) 191 (|has| |#1| (-496)) ELT) (((-3 $ "failed") $ $) 99 (|has| |#1| (-496)) ELT)) (-3154 (($ $ |#1|) 241 (|has| |#1| (-496)) ELT) (($ $ $) 239 (|has| |#1| (-496)) ELT)) (-3155 (($ $ |#1|) 242 (|has| |#1| (-496)) ELT) (($ $ $) 240 (|has| |#1| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) 162 T ELT) (($ $ (-249 $)) 161 T ELT) (($ $ $ $) 160 T ELT) (($ $ (-584 $) (-584 $)) 159 T ELT) (($ $ |#3| |#1|) 158 T ELT) (($ $ (-584 |#3|) (-584 |#1|)) 157 T ELT) (($ $ |#3| $) 156 T ELT) (($ $ (-584 |#3|) (-584 $)) 155 T ELT)) (-3759 (($ $ |#3|) 120 (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 |#3|) (-584 (-695))) 52 T ELT) (($ $ |#3| (-695)) 51 T ELT) (($ $ (-584 |#3|)) 50 T ELT) (($ $ |#3|) 48 T ELT)) (-3950 ((|#2| $) 167 T ELT) (((-695) $ |#3|) 143 T ELT) (((-584 (-695)) $ (-584 |#3|)) 142 T ELT)) (-3179 (($ $) 292 T ELT)) (-3177 (($ $) 290 T ELT)) (-3974 (((-801 (-330)) $) 95 (-12 (|has| |#3| (-554 (-801 (-330)))) (|has| |#1| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) 94 (-12 (|has| |#3| (-554 (-801 (-485)))) (|has| |#1| (-554 (-801 (-485))))) ELT) (((-474) $) 93 (-12 (|has| |#3| (-554 (-474))) (|has| |#1| (-554 (-474)))) ELT) (($ (-858 (-350 (-485)))) 251 (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#3| (-554 (-1091)))) ELT) (($ (-858 (-485))) 248 (OR (-12 (-2562 (|has| |#1| (-38 (-350 (-485))))) (|has| |#1| (-38 (-485))) (|has| |#3| (-554 (-1091)))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#3| (-554 (-1091))))) ELT) (($ (-858 |#1|)) 245 (|has| |#3| (-554 (-1091))) ELT) (((-1074) $) 223 (-12 (|has| |#1| (-951 (-485))) (|has| |#3| (-554 (-1091)))) ELT) (((-858 |#1|) $) 222 (|has| |#3| (-554 (-1091))) ELT)) (-2819 ((|#1| $) 192 (|has| |#1| (-392)) ELT) (($ $ |#3|) 119 (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) 117 (-2564 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 182 T ELT) (($ |#3|) 152 T ELT) (((-858 |#1|) $) 221 (|has| |#3| (-554 (-1091))) ELT) (($ (-350 (-485))) 91 (OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-38 (-350 (-485))))) ELT) (($ $) 98 (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) 185 T ELT)) (-3679 ((|#1| $ |#2|) 172 T ELT) (($ $ |#3| (-695)) 141 T ELT) (($ $ (-584 |#3|) (-584 (-695))) 140 T ELT)) (-2704 (((-633 $) $) 92 (OR (-2564 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) 40 T CONST)) (-1624 (($ $ $ (-695)) 190 (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 102 (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-3169 (((-3 (-85) "failed") $ $) 281 T ELT)) (-2668 (($) 45 T CONST)) (-3148 (($ $ $ $ (-695)) 230 (|has| |#1| (-496)) ELT)) (-3149 (($ $ $ (-695)) 231 (|has| |#1| (-496)) ELT)) (-2671 (($ $ (-584 |#3|) (-584 (-695))) 55 T ELT) (($ $ |#3| (-695)) 54 T ELT) (($ $ (-584 |#3|)) 53 T ELT) (($ $ |#3|) 49 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 173 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 175 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) 174 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 164 T ELT) (($ $ |#1|) 163 T ELT)))
+(((-978 |#1| |#2| |#3|) (-113) (-962) (-718) (-757)) (T -978))
+((-3182 (*1 *2 *1) (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)))) (-3181 (*1 *2 *1) (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-695)))) (-3448 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3180 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3799 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3179 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3178 (*1 *2 *1) (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-978 *3 *4 *5)))) (-3177 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3176 (*1 *1 *1 *2) (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)))) (-3961 (*1 *1 *1 *2) (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)))) (-3175 (*1 *2 *1) (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)))) (-3174 (*1 *2 *1) (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)))) (-3173 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3172 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3171 (*1 *2 *1) (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-978 *3 *4 *5)))) (-3170 (*1 *2 *1) (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-978 *3 *4 *5)))) (-3169 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)))) (-3701 (*1 *2 *1 *1) (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)))) (-3168 (*1 *2 *1 *1) (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)))) (-3696 (*1 *2 *1 *1) (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)))) (-3696 (*1 *2 *1 *3) (-12 (-5 *3 (-584 *1)) (-4 *1 (-978 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)))) (-3694 (*1 *2 *1 *1) (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)))) (-3694 (*1 *2 *1 *3) (-12 (-5 *3 (-584 *1)) (-4 *1 (-978 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)))) (-3693 (*1 *2 *1 *1) (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)))) (-3693 (*1 *2 *1 *3) (-12 (-5 *3 (-584 *1)) (-4 *1 (-978 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)))) (-3697 (*1 *2 *1 *1) (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85)))) (-3697 (*1 *2 *1 *3) (-12 (-5 *3 (-584 *1)) (-4 *1 (-978 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)))) (-3167 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3166 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3167 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)))) (-3166 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)))) (-3165 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3164 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3165 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)))) (-3164 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)))) (-3163 (*1 *2 *1 *1) (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-2 (|:| -3956 *1) (|:| |gap| (-695)) (|:| -2904 *1))) (-4 *1 (-978 *3 *4 *5)))) (-3163 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)) (-5 *2 (-2 (|:| -3956 *1) (|:| |gap| (-695)) (|:| -2904 *1))) (-4 *1 (-978 *4 *5 *3)))) (-3162 (*1 *2 *1 *1) (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-2 (|:| -3956 *1) (|:| |gap| (-695)) (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-978 *3 *4 *5)))) (-3162 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)) (-5 *2 (-2 (|:| -3956 *1) (|:| |gap| (-695)) (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-978 *4 *5 *3)))) (-3754 (*1 *2 *1 *1) (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-978 *3 *4 *5)))) (-3161 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3160 (*1 *2 *1 *1) (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -3483 (-695)))) (-4 *1 (-978 *3 *4 *5)))) (-3689 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3688 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))) (-3159 (*1 *1 *2) (|partial| -12 (-5 *2 (-858 (-350 (-485)))) (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091))) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)))) (-3158 (*1 *1 *2) (-12 (-5 *2 (-858 (-350 (-485)))) (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091))) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)))) (-3974 (*1 *1 *2) (-12 (-5 *2 (-858 (-350 (-485)))) (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091))) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)))) (-3159 (*1 *1 *2) (|partial| OR (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5)) (-12 (-2562 (-4 *3 (-38 (-350 (-485))))) (-4 *3 (-38 (-485))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))) (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5)) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))))) (-3158 (*1 *1 *2) (OR (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5)) (-12 (-2562 (-4 *3 (-38 (-350 (-485))))) (-4 *3 (-38 (-485))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))) (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5)) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))))) (-3974 (*1 *1 *2) (OR (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5)) (-12 (-2562 (-4 *3 (-38 (-350 (-485))))) (-4 *3 (-38 (-485))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))) (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5)) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))))) (-3159 (*1 *1 *2) (|partial| OR (-12 (-5 *2 (-858 *3)) (-12 (-2562 (-4 *3 (-38 (-350 (-485))))) (-2562 (-4 *3 (-38 (-485)))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757))) (-12 (-5 *2 (-858 *3)) (-12 (-2562 (-4 *3 (-484))) (-2562 (-4 *3 (-38 (-350 (-485))))) (-4 *3 (-38 (-485))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757))) (-12 (-5 *2 (-858 *3)) (-12 (-2562 (-4 *3 (-905 (-485)))) (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757))))) (-3158 (*1 *1 *2) (OR (-12 (-5 *2 (-858 *3)) (-12 (-2562 (-4 *3 (-38 (-350 (-485))))) (-2562 (-4 *3 (-38 (-485)))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757))) (-12 (-5 *2 (-858 *3)) (-12 (-2562 (-4 *3 (-484))) (-2562 (-4 *3 (-38 (-350 (-485))))) (-4 *3 (-38 (-485))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757))) (-12 (-5 *2 (-858 *3)) (-12 (-2562 (-4 *3 (-905 (-485)))) (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757))))) (-3974 (*1 *1 *2) (-12 (-5 *2 (-858 *3)) (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *5 (-554 (-1091))) (-4 *4 (-718)) (-4 *5 (-757)))) (-3157 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-496)))) (-3156 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-496)))) (-3155 (*1 *1 *1 *2) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-496)))) (-3154 (*1 *1 *1 *2) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-496)))) (-3155 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-496)))) (-3154 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-496)))) (-3757 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-496)))) (-3153 (*1 *2 *1 *1) (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-2 (|:| -3146 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-978 *3 *4 *5)))) (-3152 (*1 *2 *1 *1) (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-2 (|:| -3146 *1) (|:| |coef1| *1))) (-4 *1 (-978 *3 *4 *5)))) (-3151 (*1 *2 *1 *1) (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-2 (|:| -3146 *1) (|:| |coef2| *1))) (-4 *1 (-978 *3 *4 *5)))) (-3758 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-496)))) (-3150 (*1 *2 *1 *1) (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-978 *3 *4 *5)))) (-3192 (*1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-496)))) (-3149 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *3 (-496)))) (-3148 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *3 (-496)))) (-3147 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-496)))) (-3146 (*1 *2 *2 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-392)))) (-3145 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-392)))) (-3144 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-392)))) (-3143 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-392)))) (-3142 (*1 *1 *1) (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-392)))))
+(-13 (-862 |t#1| |t#2| |t#3|) (-10 -8 (-15 -3182 (|t#3| $)) (-15 -3181 ((-695) $)) (-15 -3448 ($ $)) (-15 -3180 ($ $)) (-15 -3799 ($ $)) (-15 -3179 ($ $)) (-15 -3178 ((-584 $) $)) (-15 -3177 ($ $)) (-15 -3176 ($ $ |t#3|)) (-15 -3961 ($ $ |t#3|)) (-15 -3175 ((-85) $)) (-15 -3174 ((-85) $)) (-15 -3173 ($ $)) (-15 -3172 ($ $)) (-15 -3171 ((-584 $) $)) (-15 -3170 ((-584 $) $)) (-15 -3169 ((-3 (-85) "failed") $ $)) (-15 -3701 ((-85) $ $)) (-15 -3168 ((-85) $ $)) (-15 -3696 ((-85) $ $)) (-15 -3696 ((-85) $ (-584 $))) (-15 -3694 ((-85) $ $)) (-15 -3694 ((-85) $ (-584 $))) (-15 -3693 ((-85) $ $)) (-15 -3693 ((-85) $ (-584 $))) (-15 -3697 ((-85) $ $)) (-15 -3697 ((-85) $ (-584 $))) (-15 -3167 ($ $ $)) (-15 -3166 ($ $ $)) (-15 -3167 ($ $ $ |t#3|)) (-15 -3166 ($ $ $ |t#3|)) (-15 -3165 ($ $ $)) (-15 -3164 ($ $ $)) (-15 -3165 ($ $ $ |t#3|)) (-15 -3164 ($ $ $ |t#3|)) (-15 -3163 ((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -2904 $)) $ $)) (-15 -3163 ((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -2904 $)) $ $ |t#3|)) (-15 -3162 ((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -1973 $) (|:| -2904 $)) $ $)) (-15 -3162 ((-2 (|:| -3956 $) (|:| |gap| (-695)) (|:| -1973 $) (|:| -2904 $)) $ $ |t#3|)) (-15 -3754 ((-2 (|:| -1973 $) (|:| -2904 $)) $ $)) (-15 -3161 ($ $ $)) (-15 -3160 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3483 (-695))) $ $)) (-15 -3689 ($ $ $)) (-15 -3688 ($ $ $)) (IF (|has| |t#3| (-554 (-1091))) (PROGN (-6 (-553 (-858 |t#1|))) (-6 (-554 (-858 |t#1|))) (IF (|has| |t#1| (-38 (-350 (-485)))) (PROGN (-15 -3159 ((-3 $ "failed") (-858 (-350 (-485))))) (-15 -3158 ($ (-858 (-350 (-485))))) (-15 -3974 ($ (-858 (-350 (-485))))) (-15 -3159 ((-3 $ "failed") (-858 (-485)))) (-15 -3158 ($ (-858 (-485)))) (-15 -3974 ($ (-858 (-485)))) (IF (|has| |t#1| (-905 (-485))) |%noBranch| (PROGN (-15 -3159 ((-3 $ "failed") (-858 |t#1|))) (-15 -3158 ($ (-858 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-485))) (IF (|has| |t#1| (-38 (-350 (-485)))) |%noBranch| (PROGN (-15 -3159 ((-3 $ "failed") (-858 (-485)))) (-15 -3158 ($ (-858 (-485)))) (-15 -3974 ($ (-858 (-485)))) (IF (|has| |t#1| (-484)) |%noBranch| (PROGN (-15 -3159 ((-3 $ "failed") (-858 |t#1|))) (-15 -3158 ($ (-858 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-485))) |%noBranch| (IF (|has| |t#1| (-38 (-350 (-485)))) |%noBranch| (PROGN (-15 -3159 ((-3 $ "failed") (-858 |t#1|))) (-15 -3158 ($ (-858 |t#1|)))))) (-15 -3974 ($ (-858 |t#1|))) (IF (|has| |t#1| (-951 (-485))) (-6 (-554 (-1074))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-496)) (PROGN (-15 -3157 ($ $)) (-15 -3156 ($ $)) (-15 -3155 ($ $ |t#1|)) (-15 -3154 ($ $ |t#1|)) (-15 -3155 ($ $ $)) (-15 -3154 ($ $ $)) (-15 -3757 ($ $ $)) (-15 -3153 ((-2 (|:| -3146 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3152 ((-2 (|:| -3146 $) (|:| |coef1| $)) $ $)) (-15 -3151 ((-2 (|:| -3146 $) (|:| |coef2| $)) $ $)) (-15 -3758 ($ $ $)) (-15 -3150 ((-584 $) $ $)) (-15 -3192 ($ $ $)) (-15 -3149 ($ $ $ (-695))) (-15 -3148 ($ $ $ $ (-695))) (-15 -3147 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-392)) (PROGN (-15 -3146 (|t#1| |t#1| $)) (-15 -3145 ($ $)) (-15 -3144 ($ $)) (-15 -3143 ($ $)) (-15 -3142 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-38 (-350 (-485))))) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-556 |#3|) . T) ((-556 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-553 (-773)) . T) ((-553 (-858 |#1|)) |has| |#3| (-554 (-1091))) ((-146) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-554 (-474)) -12 (|has| |#1| (-554 (-474))) (|has| |#3| (-554 (-474)))) ((-554 (-801 (-330))) -12 (|has| |#1| (-554 (-801 (-330)))) (|has| |#3| (-554 (-801 (-330))))) ((-554 (-801 (-485))) -12 (|has| |#1| (-554 (-801 (-485)))) (|has| |#3| (-554 (-801 (-485))))) ((-554 (-858 |#1|)) |has| |#3| (-554 (-1091))) ((-554 (-1074)) -12 (|has| |#1| (-951 (-485))) (|has| |#3| (-554 (-1091)))) ((-246) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-260 $) . T) ((-277 |#1| |#2|) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-822)) (|has| |#1| (-392))) ((-456 |#3| |#1|) . T) ((-456 |#3| $) . T) ((-456 $ $) . T) ((-496) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-591 (-485)) |has| |#1| (-581 (-485))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-581 (-485)) |has| |#1| (-581 (-485))) ((-581 |#1|) . T) ((-655 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392))) ((-664) . T) ((-807 $ |#3|) . T) ((-810 |#3|) . T) ((-812 |#3|) . T) ((-797 (-330)) -12 (|has| |#1| (-797 (-330))) (|has| |#3| (-797 (-330)))) ((-797 (-485)) -12 (|has| |#1| (-797 (-485))) (|has| |#3| (-797 (-485)))) ((-862 |#1| |#2| |#3|) . T) ((-822) |has| |#1| (-822)) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 |#1|) . T) ((-951 |#3|) . T) ((-964 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-969 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) |has| |#1| (-822)))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3183 (((-584 (-1050)) $) 18 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 27 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3235 (((-1050) $) 20 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-979) (-13 (-996) (-10 -8 (-15 -3183 ((-584 (-1050)) $)) (-15 -3235 ((-1050) $))))) (T -979))
+((-3183 (*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-979)))) (-3235 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-979)))))
+((-3190 (((-85) |#3| $) 15 T ELT)) (-3185 (((-3 $ #1="failed") |#3| (-831)) 29 T ELT)) (-3469 (((-3 |#3| #1#) |#3| $) 45 T ELT)) (-3188 (((-85) |#3| $) 19 T ELT)) (-3189 (((-85) |#3| $) 17 T ELT)))
+(((-980 |#1| |#2| |#3|) (-10 -7 (-15 -3185 ((-3 |#1| #1="failed") |#3| (-831))) (-15 -3469 ((-3 |#3| #1#) |#3| |#1|)) (-15 -3188 ((-85) |#3| |#1|)) (-15 -3189 ((-85) |#3| |#1|)) (-15 -3190 ((-85) |#3| |#1|))) (-981 |#2| |#3|) (-13 (-756) (-312)) (-1156 |#2|)) (T -980))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) |#2| $) 25 T ELT)) (-3625 (((-485) |#2| $) 26 T ELT)) (-3185 (((-3 $ "failed") |#2| (-831)) 19 T ELT)) (-3184 ((|#1| |#2| $ |#1|) 17 T ELT)) (-3469 (((-3 |#2| "failed") |#2| $) 22 T ELT)) (-3188 (((-85) |#2| $) 23 T ELT)) (-3189 (((-85) |#2| $) 24 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3187 ((|#2| $) 21 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3772 ((|#1| |#2| $ |#1|) 18 T ELT)) (-3186 (((-584 $) |#2|) 20 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-981 |#1| |#2|) (-113) (-13 (-756) (-312)) (-1156 |t#1|)) (T -981))
+((-3625 (*1 *2 *3 *1) (-12 (-4 *1 (-981 *4 *3)) (-4 *4 (-13 (-756) (-312))) (-4 *3 (-1156 *4)) (-5 *2 (-485)))) (-3190 (*1 *2 *3 *1) (-12 (-4 *1 (-981 *4 *3)) (-4 *4 (-13 (-756) (-312))) (-4 *3 (-1156 *4)) (-5 *2 (-85)))) (-3189 (*1 *2 *3 *1) (-12 (-4 *1 (-981 *4 *3)) (-4 *4 (-13 (-756) (-312))) (-4 *3 (-1156 *4)) (-5 *2 (-85)))) (-3188 (*1 *2 *3 *1) (-12 (-4 *1 (-981 *4 *3)) (-4 *4 (-13 (-756) (-312))) (-4 *3 (-1156 *4)) (-5 *2 (-85)))) (-3469 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-981 *3 *2)) (-4 *3 (-13 (-756) (-312))) (-4 *2 (-1156 *3)))) (-3187 (*1 *2 *1) (-12 (-4 *1 (-981 *3 *2)) (-4 *3 (-13 (-756) (-312))) (-4 *2 (-1156 *3)))) (-3186 (*1 *2 *3) (-12 (-4 *4 (-13 (-756) (-312))) (-4 *3 (-1156 *4)) (-5 *2 (-584 *1)) (-4 *1 (-981 *4 *3)))) (-3185 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-831)) (-4 *4 (-13 (-756) (-312))) (-4 *1 (-981 *4 *2)) (-4 *2 (-1156 *4)))) (-3772 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-981 *2 *3)) (-4 *2 (-13 (-756) (-312))) (-4 *3 (-1156 *2)))) (-3184 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-981 *2 *3)) (-4 *2 (-13 (-756) (-312))) (-4 *3 (-1156 *2)))))
+(-13 (-1014) (-10 -8 (-15 -3625 ((-485) |t#2| $)) (-15 -3190 ((-85) |t#2| $)) (-15 -3189 ((-85) |t#2| $)) (-15 -3188 ((-85) |t#2| $)) (-15 -3469 ((-3 |t#2| "failed") |t#2| $)) (-15 -3187 (|t#2| $)) (-15 -3186 ((-584 $) |t#2|)) (-15 -3185 ((-3 $ "failed") |t#2| (-831))) (-15 -3772 (|t#1| |t#2| $ |t#1|)) (-15 -3184 (|t#1| |t#2| $ |t#1|))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-3438 (((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-584 |#4|) (-584 |#5|) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) (-695)) 114 T ELT)) (-3435 (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5|) 64 T ELT) (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695)) 63 T ELT)) (-3439 (((-1186) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-695)) 99 T ELT)) (-3433 (((-695) (-584 |#4|) (-584 |#5|)) 30 T ELT)) (-3436 (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5|) 66 T ELT) (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695)) 65 T ELT) (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695) (-85)) 67 T ELT)) (-3437 (((-584 |#5|) (-584 |#4|) (-584 |#5|) (-85) (-85) (-85) (-85) (-85)) 86 T ELT) (((-584 |#5|) (-584 |#4|) (-584 |#5|) (-85) (-85)) 87 T ELT)) (-3974 (((-1074) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) 92 T ELT)) (-3434 (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-85)) 62 T ELT)) (-3432 (((-695) (-584 |#4|) (-584 |#5|)) 21 T ELT)))
+(((-982 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3432 ((-695) (-584 |#4|) (-584 |#5|))) (-15 -3433 ((-695) (-584 |#4|) (-584 |#5|))) (-15 -3434 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-85))) (-15 -3435 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695))) (-15 -3435 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5|)) (-15 -3436 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695) (-85))) (-15 -3436 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695))) (-15 -3436 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5|)) (-15 -3437 ((-584 |#5|) (-584 |#4|) (-584 |#5|) (-85) (-85))) (-15 -3437 ((-584 |#5|) (-584 |#4|) (-584 |#5|) (-85) (-85) (-85) (-85) (-85))) (-15 -3438 ((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-584 |#4|) (-584 |#5|) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) (-695))) (-15 -3974 ((-1074) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|)))) (-15 -3439 ((-1186) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-695)))) (-392) (-718) (-757) (-978 |#1| |#2| |#3|) (-984 |#1| |#2| |#3| |#4|)) (T -982))
+((-3439 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-2 (|:| |val| (-584 *8)) (|:| -1601 *9)))) (-5 *4 (-695)) (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-984 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-1186)) (-5 *1 (-982 *5 *6 *7 *8 *9)))) (-3974 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-584 *7)) (|:| -1601 *8))) (-4 *7 (-978 *4 *5 *6)) (-4 *8 (-984 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-1074)) (-5 *1 (-982 *4 *5 *6 *7 *8)))) (-3438 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-584 *11)) (|:| |todo| (-584 (-2 (|:| |val| *3) (|:| -1601 *11)))))) (-5 *6 (-695)) (-5 *2 (-584 (-2 (|:| |val| (-584 *10)) (|:| -1601 *11)))) (-5 *3 (-584 *10)) (-5 *4 (-584 *11)) (-4 *10 (-978 *7 *8 *9)) (-4 *11 (-984 *7 *8 *9 *10)) (-4 *7 (-392)) (-4 *8 (-718)) (-4 *9 (-757)) (-5 *1 (-982 *7 *8 *9 *10 *11)))) (-3437 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-584 *9)) (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-984 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-982 *5 *6 *7 *8 *9)))) (-3437 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-584 *9)) (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-984 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-982 *5 *6 *7 *8 *9)))) (-3436 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-982 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3436 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-695)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *3 (-978 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-982 *6 *7 *8 *3 *4)) (-4 *4 (-984 *6 *7 *8 *3)))) (-3436 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-695)) (-5 *6 (-85)) (-4 *7 (-392)) (-4 *8 (-718)) (-4 *9 (-757)) (-4 *3 (-978 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-982 *7 *8 *9 *3 *4)) (-4 *4 (-984 *7 *8 *9 *3)))) (-3435 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-982 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3435 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-695)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *3 (-978 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-982 *6 *7 *8 *3 *4)) (-4 *4 (-984 *6 *7 *8 *3)))) (-3434 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *3 (-978 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-982 *6 *7 *8 *3 *4)) (-4 *4 (-984 *6 *7 *8 *3)))) (-3433 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 *9)) (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-984 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-695)) (-5 *1 (-982 *5 *6 *7 *8 *9)))) (-3432 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 *9)) (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-984 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-695)) (-5 *1 (-982 *5 *6 *7 *8 *9)))))
+((-3199 (((-85) |#5| $) 26 T ELT)) (-3197 (((-85) |#5| $) 29 T ELT)) (-3200 (((-85) |#5| $) 18 T ELT) (((-85) $) 52 T ELT)) (-3240 (((-584 $) |#5| $) NIL T ELT) (((-584 $) (-584 |#5|) $) 94 T ELT) (((-584 $) (-584 |#5|) (-584 $)) 92 T ELT) (((-584 $) |#5| (-584 $)) 95 T ELT)) (-3771 (($ $ |#5|) NIL T ELT) (((-584 $) |#5| $) NIL T ELT) (((-584 $) |#5| (-584 $)) 73 T ELT) (((-584 $) (-584 |#5|) $) 75 T ELT) (((-584 $) (-584 |#5|) (-584 $)) 77 T ELT)) (-3191 (((-584 $) |#5| $) NIL T ELT) (((-584 $) |#5| (-584 $)) 64 T ELT) (((-584 $) (-584 |#5|) $) 69 T ELT) (((-584 $) (-584 |#5|) (-584 $)) 71 T ELT)) (-3198 (((-85) |#5| $) 32 T ELT)))
+(((-983 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3771 ((-584 |#1|) (-584 |#5|) (-584 |#1|))) (-15 -3771 ((-584 |#1|) (-584 |#5|) |#1|)) (-15 -3771 ((-584 |#1|) |#5| (-584 |#1|))) (-15 -3771 ((-584 |#1|) |#5| |#1|)) (-15 -3191 ((-584 |#1|) (-584 |#5|) (-584 |#1|))) (-15 -3191 ((-584 |#1|) (-584 |#5|) |#1|)) (-15 -3191 ((-584 |#1|) |#5| (-584 |#1|))) (-15 -3191 ((-584 |#1|) |#5| |#1|)) (-15 -3240 ((-584 |#1|) |#5| (-584 |#1|))) (-15 -3240 ((-584 |#1|) (-584 |#5|) (-584 |#1|))) (-15 -3240 ((-584 |#1|) (-584 |#5|) |#1|)) (-15 -3240 ((-584 |#1|) |#5| |#1|)) (-15 -3197 ((-85) |#5| |#1|)) (-15 -3200 ((-85) |#1|)) (-15 -3198 ((-85) |#5| |#1|)) (-15 -3199 ((-85) |#5| |#1|)) (-15 -3200 ((-85) |#5| |#1|)) (-15 -3771 (|#1| |#1| |#5|))) (-984 |#2| |#3| |#4| |#5|) (-392) (-718) (-757) (-978 |#2| |#3| |#4|)) (T -983))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3683 (((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 |#4|)))) (-584 |#4|)) 90 T ELT)) (-3684 (((-584 $) (-584 |#4|)) 91 T ELT) (((-584 $) (-584 |#4|) (-85)) 119 T ELT)) (-3083 (((-584 |#3|) $) 38 T ELT)) (-2910 (((-85) $) 31 T ELT)) (-2901 (((-85) $) 22 (|has| |#1| (-496)) ELT)) (-3695 (((-85) |#4| $) 106 T ELT) (((-85) $) 102 T ELT)) (-3690 ((|#4| |#4| $) 97 T ELT)) (-3777 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| $) 134 T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3712 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 84 T ELT)) (-3726 (($) 57 T CONST)) (-2906 (((-85) $) 27 (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) 29 (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) 28 (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) 30 (|has| |#1| (-496)) ELT)) (-3691 (((-584 |#4|) (-584 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 98 T ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) 23 (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) 24 (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ "failed") (-584 |#4|)) 41 T ELT)) (-3158 (($ (-584 |#4|)) 40 T ELT)) (-3801 (((-3 $ #1#) $) 87 T ELT)) (-3687 ((|#4| |#4| $) 94 T ELT)) (-1354 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3408 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-496)) ELT)) (-3696 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) 107 T ELT)) (-3685 ((|#4| |#4| $) 92 T ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 99 T ELT)) (-3698 (((-2 (|:| -3863 (-584 |#4|)) (|:| -1703 (-584 |#4|))) $) 110 T ELT)) (-3199 (((-85) |#4| $) 144 T ELT)) (-3197 (((-85) |#4| $) 141 T ELT)) (-3200 (((-85) |#4| $) 145 T ELT) (((-85) $) 142 T ELT)) (-3697 (((-85) |#4| $) 109 T ELT) (((-85) $) 108 T ELT)) (-3182 ((|#3| $) 39 T ELT)) (-2610 (((-584 |#4|) $) 47 T ELT)) (-3247 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3328 (($ (-1 |#4| |#4|) $) 116 T ELT)) (-3960 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2916 (((-584 |#3|) $) 37 T ELT)) (-2915 (((-85) |#3| $) 36 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3193 (((-3 |#4| (-584 $)) |#4| |#4| $) 136 T ELT)) (-3192 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| |#4| $) 135 T ELT)) (-3800 (((-3 |#4| #1#) $) 88 T ELT)) (-3194 (((-584 $) |#4| $) 137 T ELT)) (-3196 (((-3 (-85) (-584 $)) |#4| $) 140 T ELT)) (-3195 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 $))) |#4| $) 139 T ELT) (((-85) |#4| $) 138 T ELT)) (-3240 (((-584 $) |#4| $) 133 T ELT) (((-584 $) (-584 |#4|) $) 132 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 131 T ELT) (((-584 $) |#4| (-584 $)) 130 T ELT)) (-3442 (($ |#4| $) 125 T ELT) (($ (-584 |#4|) $) 124 T ELT)) (-3699 (((-584 |#4|) $) 112 T ELT)) (-3693 (((-85) |#4| $) 104 T ELT) (((-85) $) 100 T ELT)) (-3688 ((|#4| |#4| $) 95 T ELT)) (-3701 (((-85) $ $) 115 T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-496)) ELT)) (-3694 (((-85) |#4| $) 105 T ELT) (((-85) $) 101 T ELT)) (-3689 ((|#4| |#4| $) 96 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3803 (((-3 |#4| #1#) $) 89 T ELT)) (-1355 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-3681 (((-3 $ #1#) $ |#4|) 83 T ELT)) (-3771 (($ $ |#4|) 82 T ELT) (((-584 $) |#4| $) 123 T ELT) (((-584 $) |#4| (-584 $)) 122 T ELT) (((-584 $) (-584 |#4|) $) 121 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 120 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) 53 T ELT)) (-3405 (((-85) $) 56 T ELT)) (-3567 (($) 55 T ELT)) (-3950 (((-695) $) 111 T ELT)) (-1731 (((-695) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) 46 T ELT)) (-3402 (($ $) 54 T ELT)) (-3974 (((-474) $) 69 (|has| |#4| (-554 (-474))) ELT)) (-3532 (($ (-584 |#4|)) 63 T ELT)) (-2912 (($ $ |#3|) 33 T ELT)) (-2914 (($ $ |#3|) 35 T ELT)) (-3686 (($ $) 93 T ELT)) (-2913 (($ $ |#3|) 34 T ELT)) (-3948 (((-773) $) 13 T ELT) (((-584 |#4|) $) 42 T ELT)) (-3680 (((-695) $) 81 (|has| |#3| (-320)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4| |#4|)) 114 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) 113 T ELT)) (-3692 (((-85) $ (-1 (-85) |#4| (-584 |#4|))) 103 T ELT)) (-3191 (((-584 $) |#4| $) 129 T ELT) (((-584 $) |#4| (-584 $)) 128 T ELT) (((-584 $) (-584 |#4|) $) 127 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 126 T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3682 (((-584 |#3|) $) 86 T ELT)) (-3198 (((-85) |#4| $) 143 T ELT)) (-3935 (((-85) |#3| $) 85 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3959 (((-695) $) 43 T ELT)))
+(((-984 |#1| |#2| |#3| |#4|) (-113) (-392) (-718) (-757) (-978 |t#1| |t#2| |t#3|)) (T -984))
+((-3200 (*1 *2 *3 *1) (-12 (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))) (-3199 (*1 *2 *3 *1) (-12 (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))) (-3198 (*1 *2 *3 *1) (-12 (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))) (-3200 (*1 *2 *1) (-12 (-4 *1 (-984 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85)))) (-3197 (*1 *2 *3 *1) (-12 (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))) (-3196 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-3 (-85) (-584 *1))) (-4 *1 (-984 *4 *5 *6 *3)))) (-3195 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *1)))) (-4 *1 (-984 *4 *5 *6 *3)))) (-3195 (*1 *2 *3 *1) (-12 (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))) (-3194 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)))) (-3193 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-3 *3 (-584 *1))) (-4 *1 (-984 *4 *5 *6 *3)))) (-3192 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *1)))) (-4 *1 (-984 *4 *5 *6 *3)))) (-3777 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *1)))) (-4 *1 (-984 *4 *5 *6 *3)))) (-3240 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)))) (-3240 (*1 *2 *3 *1) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *7)))) (-3240 (*1 *2 *3 *2) (-12 (-5 *2 (-584 *1)) (-5 *3 (-584 *7)) (-4 *1 (-984 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)))) (-3240 (*1 *2 *3 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)))) (-3191 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)))) (-3191 (*1 *2 *3 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)))) (-3191 (*1 *2 *3 *1) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *7)))) (-3191 (*1 *2 *3 *2) (-12 (-5 *2 (-584 *1)) (-5 *3 (-584 *7)) (-4 *1 (-984 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)))) (-3442 (*1 *1 *2 *1) (-12 (-4 *1 (-984 *3 *4 *5 *2)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))) (-3442 (*1 *1 *2 *1) (-12 (-5 *2 (-584 *6)) (-4 *1 (-984 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)))) (-3771 (*1 *2 *3 *1) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)))) (-3771 (*1 *2 *3 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)))) (-3771 (*1 *2 *3 *1) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *7)))) (-3771 (*1 *2 *3 *2) (-12 (-5 *2 (-584 *1)) (-5 *3 (-584 *7)) (-4 *1 (-984 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)))) (-3684 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-984 *5 *6 *7 *8)))))
+(-13 (-1125 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -3200 ((-85) |t#4| $)) (-15 -3199 ((-85) |t#4| $)) (-15 -3198 ((-85) |t#4| $)) (-15 -3200 ((-85) $)) (-15 -3197 ((-85) |t#4| $)) (-15 -3196 ((-3 (-85) (-584 $)) |t#4| $)) (-15 -3195 ((-584 (-2 (|:| |val| (-85)) (|:| -1601 $))) |t#4| $)) (-15 -3195 ((-85) |t#4| $)) (-15 -3194 ((-584 $) |t#4| $)) (-15 -3193 ((-3 |t#4| (-584 $)) |t#4| |t#4| $)) (-15 -3192 ((-584 (-2 (|:| |val| |t#4|) (|:| -1601 $))) |t#4| |t#4| $)) (-15 -3777 ((-584 (-2 (|:| |val| |t#4|) (|:| -1601 $))) |t#4| $)) (-15 -3240 ((-584 $) |t#4| $)) (-15 -3240 ((-584 $) (-584 |t#4|) $)) (-15 -3240 ((-584 $) (-584 |t#4|) (-584 $))) (-15 -3240 ((-584 $) |t#4| (-584 $))) (-15 -3191 ((-584 $) |t#4| $)) (-15 -3191 ((-584 $) |t#4| (-584 $))) (-15 -3191 ((-584 $) (-584 |t#4|) $)) (-15 -3191 ((-584 $) (-584 |t#4|) (-584 $))) (-15 -3442 ($ |t#4| $)) (-15 -3442 ($ (-584 |t#4|) $)) (-15 -3771 ((-584 $) |t#4| $)) (-15 -3771 ((-584 $) |t#4| (-584 $))) (-15 -3771 ((-584 $) (-584 |t#4|) $)) (-15 -3771 ((-584 $) (-584 |t#4|) (-584 $))) (-15 -3684 ((-584 $) (-584 |t#4|) (-85)))))
+(((-34) . T) ((-72) . T) ((-553 (-584 |#4|)) . T) ((-553 (-773)) . T) ((-124 |#4|) . T) ((-554 (-474)) |has| |#4| (-554 (-474))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-456 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-13) . T) ((-890 |#1| |#2| |#3| |#4|) . T) ((-1014) . T) ((-1036 |#4|) . T) ((-1125 |#1| |#2| |#3| |#4|) . T) ((-1130) . T))
+((-3207 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#5|) 86 T ELT)) (-3204 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5|) 125 T ELT)) (-3206 (((-584 |#5|) |#4| |#5|) 74 T ELT)) (-3205 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 |#5|))) |#4| |#5|) 47 T ELT) (((-85) |#4| |#5|) 55 T ELT)) (-3288 (((-1186)) 36 T ELT)) (-3286 (((-1186)) 25 T ELT)) (-3287 (((-1186) (-1074) (-1074) (-1074)) 32 T ELT)) (-3285 (((-1186) (-1074) (-1074) (-1074)) 21 T ELT)) (-3201 (((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) |#4| |#4| |#5|) 106 T ELT)) (-3202 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) |#3| (-85)) 117 T ELT) (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5| (-85) (-85)) 52 T ELT)) (-3203 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5|) 112 T ELT)))
+(((-985 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3285 ((-1186) (-1074) (-1074) (-1074))) (-15 -3286 ((-1186))) (-15 -3287 ((-1186) (-1074) (-1074) (-1074))) (-15 -3288 ((-1186))) (-15 -3201 ((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) |#4| |#4| |#5|)) (-15 -3202 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5| (-85) (-85))) (-15 -3202 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) |#3| (-85))) (-15 -3203 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5|)) (-15 -3204 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5|)) (-15 -3205 ((-85) |#4| |#5|)) (-15 -3205 ((-584 (-2 (|:| |val| (-85)) (|:| -1601 |#5|))) |#4| |#5|)) (-15 -3206 ((-584 |#5|) |#4| |#5|)) (-15 -3207 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#5|))) (-392) (-718) (-757) (-978 |#1| |#2| |#3|) (-984 |#1| |#2| |#3| |#4|)) (T -985))
+((-3207 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3206 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 *4)) (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3205 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *4)))) (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3205 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3204 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3203 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3202 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-584 (-2 (|:| |val| (-584 *8)) (|:| -1601 *9)))) (-5 *5 (-85)) (-4 *8 (-978 *6 *7 *4)) (-4 *9 (-984 *6 *7 *4 *8)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *4 (-757)) (-5 *2 (-584 (-2 (|:| |val| *8) (|:| -1601 *9)))) (-5 *1 (-985 *6 *7 *4 *8 *9)))) (-3202 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *3 (-978 *6 *7 *8)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-985 *6 *7 *8 *3 *4)) (-4 *4 (-984 *6 *7 *8 *3)))) (-3201 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))) (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3288 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-1186)) (-5 *1 (-985 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6)))) (-3287 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))) (-3286 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-1186)) (-5 *1 (-985 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6)))) (-3285 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3320 (((-1131) $) 14 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3208 (((-1050) $) 11 T ELT)) (-3948 (((-773) $) 21 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-986) (-13 (-996) (-10 -8 (-15 -3208 ((-1050) $)) (-15 -3320 ((-1131) $))))) (T -986))
+((-3208 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-986)))) (-3320 (*1 *2 *1) (-12 (-5 *2 (-1131)) (-5 *1 (-986)))))
+((-3268 (((-85) $ $) 7 T ELT)))
+(((-987) (-13 (-1130) (-10 -8 (-15 -3268 ((-85) $ $))))) (T -987))
+((-3268 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-987)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3211 (($ $ (-584 (-1091)) (-1 (-85) (-584 |#3|))) 34 T ELT)) (-3212 (($ |#3| |#3|) 23 T ELT) (($ |#3| |#3| (-584 (-1091))) 21 T ELT)) (-3530 ((|#3| $) 13 T ELT)) (-3159 (((-3 (-249 |#3|) "failed") $) 60 T ELT)) (-3158 (((-249 |#3|) $) NIL T ELT)) (-3209 (((-584 (-1091)) $) 16 T ELT)) (-3210 (((-801 |#1|) $) 11 T ELT)) (-3531 ((|#3| $) 12 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 ((|#3| $ |#3|) 28 T ELT) ((|#3| $ |#3| (-831)) 41 T ELT)) (-3948 (((-773) $) 89 T ELT) (($ (-249 |#3|)) 22 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 38 T ELT)))
+(((-988 |#1| |#2| |#3|) (-13 (-1014) (-241 |#3| |#3|) (-951 (-249 |#3|)) (-10 -8 (-15 -3212 ($ |#3| |#3|)) (-15 -3212 ($ |#3| |#3| (-584 (-1091)))) (-15 -3211 ($ $ (-584 (-1091)) (-1 (-85) (-584 |#3|)))) (-15 -3210 ((-801 |#1|) $)) (-15 -3531 (|#3| $)) (-15 -3530 (|#3| $)) (-15 -3802 (|#3| $ |#3| (-831))) (-15 -3209 ((-584 (-1091)) $)))) (-1014) (-13 (-962) (-797 |#1|) (-554 (-801 |#1|))) (-13 (-364 |#2|) (-797 |#1|) (-554 (-801 |#1|)))) (T -988))
+((-3212 (*1 *1 *2 *2) (-12 (-4 *3 (-1014)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3)))) (-5 *1 (-988 *3 *4 *2)) (-4 *2 (-13 (-364 *4) (-797 *3) (-554 (-801 *3)))))) (-3212 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-584 (-1091))) (-4 *4 (-1014)) (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-988 *4 *5 *2)) (-4 *2 (-13 (-364 *5) (-797 *4) (-554 (-801 *4)))))) (-3211 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-1 (-85) (-584 *6))) (-4 *6 (-13 (-364 *5) (-797 *4) (-554 (-801 *4)))) (-4 *4 (-1014)) (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-988 *4 *5 *6)))) (-3210 (*1 *2 *1) (-12 (-4 *3 (-1014)) (-4 *4 (-13 (-962) (-797 *3) (-554 *2))) (-5 *2 (-801 *3)) (-5 *1 (-988 *3 *4 *5)) (-4 *5 (-13 (-364 *4) (-797 *3) (-554 *2))))) (-3531 (*1 *2 *1) (-12 (-4 *3 (-1014)) (-4 *2 (-13 (-364 *4) (-797 *3) (-554 (-801 *3)))) (-5 *1 (-988 *3 *4 *2)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3)))))) (-3530 (*1 *2 *1) (-12 (-4 *3 (-1014)) (-4 *2 (-13 (-364 *4) (-797 *3) (-554 (-801 *3)))) (-5 *1 (-988 *3 *4 *2)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3)))))) (-3802 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-831)) (-4 *4 (-1014)) (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-988 *4 *5 *2)) (-4 *2 (-13 (-364 *5) (-797 *4) (-554 (-801 *4)))))) (-3209 (*1 *2 *1) (-12 (-4 *3 (-1014)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3)))) (-5 *2 (-584 (-1091))) (-5 *1 (-988 *3 *4 *5)) (-4 *5 (-13 (-364 *4) (-797 *3) (-554 (-801 *3)))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3544 (((-1091) $) 8 T ELT)) (-3244 (((-1074) $) 17 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 11 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 14 T ELT)))
+(((-989 |#1|) (-13 (-1014) (-10 -8 (-15 -3544 ((-1091) $)))) (-1091)) (T -989))
+((-3544 (*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-989 *3)) (-14 *3 *2))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3214 (($ (-584 (-988 |#1| |#2| |#3|))) 15 T ELT)) (-3213 (((-584 (-988 |#1| |#2| |#3|)) $) 22 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 ((|#3| $ |#3|) 25 T ELT) ((|#3| $ |#3| (-831)) 28 T ELT)) (-3948 (((-773) $) 18 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 21 T ELT)))
+(((-990 |#1| |#2| |#3|) (-13 (-1014) (-241 |#3| |#3|) (-10 -8 (-15 -3214 ($ (-584 (-988 |#1| |#2| |#3|)))) (-15 -3213 ((-584 (-988 |#1| |#2| |#3|)) $)) (-15 -3802 (|#3| $ |#3| (-831))))) (-1014) (-13 (-962) (-797 |#1|) (-554 (-801 |#1|))) (-13 (-364 |#2|) (-797 |#1|) (-554 (-801 |#1|)))) (T -990))
+((-3214 (*1 *1 *2) (-12 (-5 *2 (-584 (-988 *3 *4 *5))) (-4 *3 (-1014)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3)))) (-4 *5 (-13 (-364 *4) (-797 *3) (-554 (-801 *3)))) (-5 *1 (-990 *3 *4 *5)))) (-3213 (*1 *2 *1) (-12 (-4 *3 (-1014)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3)))) (-5 *2 (-584 (-988 *3 *4 *5))) (-5 *1 (-990 *3 *4 *5)) (-4 *5 (-13 (-364 *4) (-797 *3) (-554 (-801 *3)))))) (-3802 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-831)) (-4 *4 (-1014)) (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-990 *4 *5 *2)) (-4 *2 (-13 (-364 *5) (-797 *4) (-554 (-801 *4)))))))
+((-3215 (((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)) (-85) (-85)) 88 T ELT) (((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|))) 92 T ELT) (((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)) (-85)) 90 T ELT)))
+(((-991 |#1| |#2|) (-10 -7 (-15 -3215 ((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)) (-85))) (-15 -3215 ((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)))) (-15 -3215 ((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)) (-85) (-85)))) (-13 (-258) (-120)) (-584 (-1091))) (T -991))
+((-3215 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-2 (|:| -1751 (-1086 *5)) (|:| -3226 (-584 (-858 *5)))))) (-5 *1 (-991 *5 *6)) (-5 *3 (-584 (-858 *5))) (-14 *6 (-584 (-1091))))) (-3215 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-120))) (-5 *2 (-584 (-2 (|:| -1751 (-1086 *4)) (|:| -3226 (-584 (-858 *4)))))) (-5 *1 (-991 *4 *5)) (-5 *3 (-584 (-858 *4))) (-14 *5 (-584 (-1091))))) (-3215 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-2 (|:| -1751 (-1086 *5)) (|:| -3226 (-584 (-858 *5)))))) (-5 *1 (-991 *5 *6)) (-5 *3 (-584 (-858 *5))) (-14 *6 (-584 (-1091))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 132 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-312)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-1786 (((-631 |#1|) (-1180 $)) NIL T ELT) (((-631 |#1|)) 117 T ELT)) (-3332 ((|#1| $) 121 T ELT)) (-1676 (((-1103 (-831) (-695)) (-485)) NIL (|has| |#1| (-299)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3138 (((-695)) 43 (|has| |#1| (-320)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) NIL T ELT)) (-1796 (($ (-1180 |#1|) (-1180 $)) NIL T ELT) (($ (-1180 |#1|)) 46 T ELT)) (-1674 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-299)) ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-1785 (((-631 |#1|) $ (-1180 $)) NIL T ELT) (((-631 |#1|) $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 109 T ELT) (((-631 |#1|) (-631 $)) 104 T ELT)) (-3844 (($ |#2|) 62 T ELT) (((-3 $ #1#) (-350 |#2|)) NIL (|has| |#1| (-312)) ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3110 (((-831)) 80 T ELT)) (-2996 (($) 47 (|has| |#1| (-320)) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-2835 (($) NIL (|has| |#1| (-299)) ELT)) (-1681 (((-85) $) NIL (|has| |#1| (-299)) ELT)) (-1768 (($ $ (-695)) NIL (|has| |#1| (-299)) ELT) (($ $) NIL (|has| |#1| (-299)) ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-3774 (((-831) $) NIL (|has| |#1| (-299)) ELT) (((-744 (-831)) $) NIL (|has| |#1| (-299)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3134 ((|#1| $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-299)) ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-2015 ((|#2| $) 87 (|has| |#1| (-312)) ELT)) (-2011 (((-831) $) 140 (|has| |#1| (-320)) ELT)) (-3081 ((|#2| $) 59 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3448 (($) NIL (|has| |#1| (-299)) CONST)) (-2401 (($ (-831)) 131 (|has| |#1| (-320)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2410 (($) 123 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-1677 (((-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))) NIL (|has| |#1| (-299)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3759 ((|#1| (-1180 $)) NIL T ELT) ((|#1|) 113 T ELT)) (-1769 (((-695) $) NIL (|has| |#1| (-299)) ELT) (((-3 (-695) #1#) $ $) NIL (|has| |#1| (-299)) ELT)) (-3760 (($ $ (-695)) NIL (OR (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091)) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL (|has| |#1| (-312)) ELT)) (-2409 (((-631 |#1|) (-1180 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-312)) ELT)) (-3187 ((|#2|) 77 T ELT)) (-1675 (($) NIL (|has| |#1| (-299)) ELT)) (-3226 (((-1180 |#1|) $ (-1180 $)) 92 T ELT) (((-631 |#1|) (-1180 $) (-1180 $)) NIL T ELT) (((-1180 |#1|) $) 72 T ELT) (((-631 |#1|) (-1180 $)) 88 T ELT)) (-3974 (((-1180 |#1|) $) NIL T ELT) (($ (-1180 |#1|)) NIL T ELT) ((|#2| $) NIL T ELT) (($ |#2|) NIL T ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (|has| |#1| (-299)) ELT)) (-3948 (((-773) $) 58 T ELT) (($ (-485)) 53 T ELT) (($ |#1|) 55 T ELT) (($ $) NIL (|has| |#1| (-312)) ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-312)) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-2704 (($ $) NIL (|has| |#1| (-299)) ELT) (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-2451 ((|#2| $) 85 T ELT)) (-3128 (((-695)) 79 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-2013 (((-1180 $)) 84 T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 32 T CONST)) (-2668 (($) 19 T CONST)) (-2671 (($ $ (-695)) NIL (OR (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-189)) (|has| |#1| (-312))) (|has| |#1| (-299))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1091)) NIL (-12 (|has| |#1| (-312)) (|has| |#1| (-812 (-1091)))) ELT) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL (|has| |#1| (-312)) ELT)) (-3058 (((-85) $ $) 64 T ELT)) (-3951 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) 68 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 66 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| |#1| (-312)) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 51 T ELT) (($ $ $) 70 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 48 T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-312)) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-312)) ELT)))
+(((-992 |#1| |#2| |#3|) (-662 |#1| |#2|) (-146) (-1156 |#1|) |#2|) (T -992))
+NIL
+((-3734 (((-348 |#3|) |#3|) 18 T ELT)))
+(((-993 |#1| |#2| |#3|) (-10 -7 (-15 -3734 ((-348 |#3|) |#3|))) (-1156 (-350 (-485))) (-13 (-312) (-120) (-662 (-350 (-485)) |#1|)) (-1156 |#2|)) (T -993))
+((-3734 (*1 *2 *3) (-12 (-4 *4 (-1156 (-350 (-485)))) (-4 *5 (-13 (-312) (-120) (-662 (-350 (-485)) *4))) (-5 *2 (-348 *3)) (-5 *1 (-993 *4 *5 *3)) (-4 *3 (-1156 *5)))))
+((-3734 (((-348 |#3|) |#3|) 19 T ELT)))
+(((-994 |#1| |#2| |#3|) (-10 -7 (-15 -3734 ((-348 |#3|) |#3|))) (-1156 (-350 (-858 (-485)))) (-13 (-312) (-120) (-662 (-350 (-858 (-485))) |#1|)) (-1156 |#2|)) (T -994))
+((-3734 (*1 *2 *3) (-12 (-4 *4 (-1156 (-350 (-858 (-485))))) (-4 *5 (-13 (-312) (-120) (-662 (-350 (-858 (-485))) *4))) (-5 *2 (-348 *3)) (-5 *1 (-994 *4 *5 *3)) (-4 *3 (-1156 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2533 (($ $ $) 16 T ELT)) (-2859 (($ $ $) 17 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3216 (($) 6 T ELT)) (-3974 (((-1091) $) 20 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 15 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 9 T ELT)))
+(((-995) (-13 (-757) (-554 (-1091)) (-10 -8 (-15 -3216 ($))))) (T -995))
+((-3216 (*1 *1) (-5 *1 (-995))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-1096)) 20 T ELT) (((-1096) $) 19 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-996) (-113)) (T -996))
NIL
(-13 (-64))
-(((-64) . T) ((-72) . T) ((-555 (-1095)) . T) ((-552 (-772)) . T) ((-552 (-1095)) . T) ((-430 (-1095)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-3218 ((|#1| |#1| (-1 (-484) |#1| |#1|)) 41 T ELT) ((|#1| |#1| (-1 (-85) |#1|)) 33 T ELT)) (-3216 (((-1185)) 21 T ELT)) (-3217 (((-583 |#1|)) 13 T ELT)))
-(((-996 |#1|) (-10 -7 (-15 -3216 ((-1185))) (-15 -3217 ((-583 |#1|))) (-15 -3218 (|#1| |#1| (-1 (-85) |#1|))) (-15 -3218 (|#1| |#1| (-1 (-484) |#1| |#1|)))) (-105)) (T -996))
-((-3218 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-484) *2 *2)) (-4 *2 (-105)) (-5 *1 (-996 *2)))) (-3218 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-85) *2)) (-4 *2 (-105)) (-5 *1 (-996 *2)))) (-3217 (*1 *2) (-12 (-5 *2 (-583 *3)) (-5 *1 (-996 *3)) (-4 *3 (-105)))) (-3216 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-996 *3)) (-4 *3 (-105)))))
-((-3221 (($ (-78) $) 20 T ELT)) (-3222 (((-632 (-78)) (-446) $) 19 T ELT)) (-3566 (($) 7 T ELT)) (-3220 (($) 21 T ELT)) (-3219 (($) 22 T ELT)) (-3223 (((-583 (-149)) $) 10 T ELT)) (-3947 (((-772) $) 25 T ELT)))
-(((-997) (-13 (-552 (-772)) (-10 -8 (-15 -3566 ($)) (-15 -3223 ((-583 (-149)) $)) (-15 -3222 ((-632 (-78)) (-446) $)) (-15 -3221 ($ (-78) $)) (-15 -3220 ($)) (-15 -3219 ($))))) (T -997))
-((-3566 (*1 *1) (-5 *1 (-997))) (-3223 (*1 *2 *1) (-12 (-5 *2 (-583 (-149))) (-5 *1 (-997)))) (-3222 (*1 *2 *3 *1) (-12 (-5 *3 (-446)) (-5 *2 (-632 (-78))) (-5 *1 (-997)))) (-3221 (*1 *1 *2 *1) (-12 (-5 *2 (-78)) (-5 *1 (-997)))) (-3220 (*1 *1) (-5 *1 (-997))) (-3219 (*1 *1) (-5 *1 (-997))))
-((-3224 (((-1179 (-630 |#1|)) (-583 (-630 |#1|))) 45 T ELT) (((-1179 (-630 (-857 |#1|))) (-583 (-1090)) (-630 (-857 |#1|))) 75 T ELT) (((-1179 (-630 (-350 (-857 |#1|)))) (-583 (-1090)) (-630 (-350 (-857 |#1|)))) 92 T ELT)) (-3225 (((-1179 |#1|) (-630 |#1|) (-583 (-630 |#1|))) 39 T ELT)))
-(((-998 |#1|) (-10 -7 (-15 -3224 ((-1179 (-630 (-350 (-857 |#1|)))) (-583 (-1090)) (-630 (-350 (-857 |#1|))))) (-15 -3224 ((-1179 (-630 (-857 |#1|))) (-583 (-1090)) (-630 (-857 |#1|)))) (-15 -3224 ((-1179 (-630 |#1|)) (-583 (-630 |#1|)))) (-15 -3225 ((-1179 |#1|) (-630 |#1|) (-583 (-630 |#1|))))) (-312)) (T -998))
-((-3225 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-630 *5))) (-5 *3 (-630 *5)) (-4 *5 (-312)) (-5 *2 (-1179 *5)) (-5 *1 (-998 *5)))) (-3224 (*1 *2 *3) (-12 (-5 *3 (-583 (-630 *4))) (-4 *4 (-312)) (-5 *2 (-1179 (-630 *4))) (-5 *1 (-998 *4)))) (-3224 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-1090))) (-4 *5 (-312)) (-5 *2 (-1179 (-630 (-857 *5)))) (-5 *1 (-998 *5)) (-5 *4 (-630 (-857 *5))))) (-3224 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-1090))) (-4 *5 (-312)) (-5 *2 (-1179 (-630 (-350 (-857 *5))))) (-5 *1 (-998 *5)) (-5 *4 (-630 (-350 (-857 *5)))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1488 (((-583 (-694)) $) NIL T ELT) (((-583 (-694)) $ (-1090)) NIL T ELT)) (-1522 (((-694) $) NIL T ELT) (((-694) $ (-1090)) NIL T ELT)) (-3082 (((-583 (-1000 (-1090))) $) NIL T ELT)) (-3084 (((-1085 $) $ (-1000 (-1090))) NIL T ELT) (((-1085 |#1|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-1000 (-1090)))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-1484 (($ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-1000 (-1090)) #1#) $) NIL T ELT) (((-3 (-1090) #1#) $) NIL T ELT) (((-3 (-1039 |#1| (-1090)) #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-1000 (-1090)) $) NIL T ELT) (((-1090) $) NIL T ELT) (((-1039 |#1| (-1090)) $) NIL T ELT)) (-3757 (($ $ $ (-1000 (-1090))) NIL (|has| |#1| (-146)) ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ (-1000 (-1090))) NIL (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-821)) ELT)) (-1624 (($ $ |#1| (-469 (-1000 (-1090))) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-1000 (-1090)) (-796 (-330))) (|has| |#1| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-1000 (-1090)) (-796 (-484))) (|has| |#1| (-796 (-484)))) ELT)) (-3773 (((-694) $ (-1090)) NIL T ELT) (((-694) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3085 (($ (-1085 |#1|) (-1000 (-1090))) NIL T ELT) (($ (-1085 $) (-1000 (-1090))) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-469 (-1000 (-1090)))) NIL T ELT) (($ $ (-1000 (-1090)) (-694)) NIL T ELT) (($ $ (-583 (-1000 (-1090))) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-1000 (-1090))) NIL T ELT)) (-2821 (((-469 (-1000 (-1090))) $) NIL T ELT) (((-694) $ (-1000 (-1090))) NIL T ELT) (((-583 (-694)) $ (-583 (-1000 (-1090)))) NIL T ELT)) (-1625 (($ (-1 (-469 (-1000 (-1090))) (-469 (-1000 (-1090)))) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1523 (((-1 $ (-694)) (-1090)) NIL T ELT) (((-1 $ (-694)) $) NIL (|has| |#1| (-190)) ELT)) (-3083 (((-3 (-1000 (-1090)) #1#) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1486 (((-1000 (-1090)) $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1487 (((-85) $) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-1000 (-1090))) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-1485 (($ $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-821)) ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-1000 (-1090)) |#1|) NIL T ELT) (($ $ (-583 (-1000 (-1090))) (-583 |#1|)) NIL T ELT) (($ $ (-1000 (-1090)) $) NIL T ELT) (($ $ (-583 (-1000 (-1090))) (-583 $)) NIL T ELT) (($ $ (-1090) $) NIL (|has| |#1| (-190)) ELT) (($ $ (-583 (-1090)) (-583 $)) NIL (|has| |#1| (-190)) ELT) (($ $ (-1090) |#1|) NIL (|has| |#1| (-190)) ELT) (($ $ (-583 (-1090)) (-583 |#1|)) NIL (|has| |#1| (-190)) ELT)) (-3758 (($ $ (-1000 (-1090))) NIL (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 (-1000 (-1090))) (-583 (-694))) NIL T ELT) (($ $ (-1000 (-1090)) (-694)) NIL T ELT) (($ $ (-583 (-1000 (-1090)))) NIL T ELT) (($ $ (-1000 (-1090))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT)) (-1489 (((-583 (-1090)) $) NIL T ELT)) (-3949 (((-469 (-1000 (-1090))) $) NIL T ELT) (((-694) $ (-1000 (-1090))) NIL T ELT) (((-583 (-694)) $ (-583 (-1000 (-1090)))) NIL T ELT) (((-694) $ (-1090)) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-1000 (-1090)) (-553 (-800 (-330)))) (|has| |#1| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-1000 (-1090)) (-553 (-800 (-484)))) (|has| |#1| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-1000 (-1090)) (-553 (-473))) (|has| |#1| (-553 (-473)))) ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ (-1000 (-1090))) NIL (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1000 (-1090))) NIL T ELT) (($ (-1090)) NIL T ELT) (($ (-1039 |#1| (-1090))) NIL T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-469 (-1000 (-1090)))) NIL T ELT) (($ $ (-1000 (-1090)) (-694)) NIL T ELT) (($ $ (-583 (-1000 (-1090))) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-583 (-1000 (-1090))) (-583 (-694))) NIL T ELT) (($ $ (-1000 (-1090)) (-694)) NIL T ELT) (($ $ (-583 (-1000 (-1090)))) NIL T ELT) (($ $ (-1000 (-1090))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-694)) NIL (|has| |#1| (-189)) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-999 |#1|) (-13 (-213 |#1| (-1090) (-1000 (-1090)) (-469 (-1000 (-1090)))) (-950 (-1039 |#1| (-1090)))) (-961)) (T -999))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-1522 (((-694) $) NIL T ELT)) (-3832 ((|#1| $) 10 T ELT)) (-3158 (((-3 |#1| "failed") $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT)) (-3773 (((-694) $) 11 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-1523 (($ |#1| (-694)) 9 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3759 (($ $ (-694)) NIL T ELT) (($ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2670 (($ $ (-694)) NIL T ELT) (($ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 16 T ELT)))
-(((-1000 |#1|) (-228 |#1|) (-756)) (T -1000))
-NIL
-((-2569 (((-85) $ $) NIL (|has| |#1| (-1013)) ELT)) (-3737 (($ |#1| |#1|) 16 T ELT)) (-3959 (((-583 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-755)) ELT)) (-3230 ((|#1| $) 12 T ELT)) (-3232 ((|#1| $) 11 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3228 (((-484) $) 15 T ELT)) (-3229 ((|#1| $) 14 T ELT)) (-3231 ((|#1| $) 13 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3964 (((-583 |#1|) $) 42 (|has| |#1| (-755)) ELT) (((-583 |#1|) (-583 $)) 41 (|has| |#1| (-755)) ELT)) (-3973 (($ |#1|) 29 T ELT)) (-3947 (((-772) $) 28 (|has| |#1| (-1013)) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-1013)) ELT)) (-3738 (($ |#1| |#1|) 10 T ELT)) (-3233 (($ $ (-484)) 17 T ELT)) (-3057 (((-85) $ $) 22 (|has| |#1| (-1013)) ELT)))
-(((-1001 |#1|) (-13 (-1006 |#1|) (-10 -7 (IF (|has| |#1| (-1013)) (-6 (-1013)) |%noBranch|) (IF (|has| |#1| (-755)) (-6 (-1007 |#1| (-583 |#1|))) |%noBranch|))) (-1129)) (T -1001))
-NIL
-((-3959 (((-583 |#2|) (-1 |#2| |#1|) (-1001 |#1|)) 27 (|has| |#1| (-755)) ELT) (((-1001 |#2|) (-1 |#2| |#1|) (-1001 |#1|)) 14 T ELT)))
-(((-1002 |#1| |#2|) (-10 -7 (-15 -3959 ((-1001 |#2|) (-1 |#2| |#1|) (-1001 |#1|))) (IF (|has| |#1| (-755)) (-15 -3959 ((-583 |#2|) (-1 |#2| |#1|) (-1001 |#1|))) |%noBranch|)) (-1129) (-1129)) (T -1002))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1001 *5)) (-4 *5 (-755)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-583 *6)) (-5 *1 (-1002 *5 *6)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1001 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-1001 *6)) (-5 *1 (-1002 *5 *6)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 16 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3226 (((-583 (-1049)) $) 10 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1003) (-13 (-995) (-10 -8 (-15 -3226 ((-583 (-1049)) $))))) (T -1003))
-((-3226 (*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-1003)))))
-((-2569 (((-85) $ $) NIL (|has| (-1001 |#1|) (-1013)) ELT)) (-3832 (((-1090) $) NIL T ELT)) (-3737 (((-1001 |#1|) $) NIL T ELT)) (-3243 (((-1073) $) NIL (|has| (-1001 |#1|) (-1013)) ELT)) (-3244 (((-1033) $) NIL (|has| (-1001 |#1|) (-1013)) ELT)) (-3227 (($ (-1090) (-1001 |#1|)) NIL T ELT)) (-3947 (((-772) $) NIL (|has| (-1001 |#1|) (-1013)) ELT)) (-1265 (((-85) $ $) NIL (|has| (-1001 |#1|) (-1013)) ELT)) (-3057 (((-85) $ $) NIL (|has| (-1001 |#1|) (-1013)) ELT)))
-(((-1004 |#1|) (-13 (-1129) (-10 -8 (-15 -3227 ($ (-1090) (-1001 |#1|))) (-15 -3832 ((-1090) $)) (-15 -3737 ((-1001 |#1|) $)) (IF (|has| (-1001 |#1|) (-1013)) (-6 (-1013)) |%noBranch|))) (-1129)) (T -1004))
-((-3227 (*1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-1001 *4)) (-4 *4 (-1129)) (-5 *1 (-1004 *4)))) (-3832 (*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-1004 *3)) (-4 *3 (-1129)))) (-3737 (*1 *2 *1) (-12 (-5 *2 (-1001 *3)) (-5 *1 (-1004 *3)) (-4 *3 (-1129)))))
-((-3959 (((-1004 |#2|) (-1 |#2| |#1|) (-1004 |#1|)) 19 T ELT)))
-(((-1005 |#1| |#2|) (-10 -7 (-15 -3959 ((-1004 |#2|) (-1 |#2| |#1|) (-1004 |#1|)))) (-1129) (-1129)) (T -1005))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1004 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-1004 *6)) (-5 *1 (-1005 *5 *6)))))
-((-3737 (($ |#1| |#1|) 8 T ELT)) (-3230 ((|#1| $) 11 T ELT)) (-3232 ((|#1| $) 13 T ELT)) (-3228 (((-484) $) 9 T ELT)) (-3229 ((|#1| $) 10 T ELT)) (-3231 ((|#1| $) 12 T ELT)) (-3973 (($ |#1|) 6 T ELT)) (-3738 (($ |#1| |#1|) 15 T ELT)) (-3233 (($ $ (-484)) 14 T ELT)))
-(((-1006 |#1|) (-113) (-1129)) (T -1006))
-((-3738 (*1 *1 *2 *2) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129)))) (-3233 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-1006 *3)) (-4 *3 (-1129)))) (-3232 (*1 *2 *1) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129)))) (-3231 (*1 *2 *1) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129)))) (-3230 (*1 *2 *1) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129)))) (-3229 (*1 *2 *1) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129)))) (-3228 (*1 *2 *1) (-12 (-4 *1 (-1006 *3)) (-4 *3 (-1129)) (-5 *2 (-484)))) (-3737 (*1 *1 *2 *2) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129)))))
-(-13 (-557 |t#1|) (-10 -8 (-15 -3738 ($ |t#1| |t#1|)) (-15 -3233 ($ $ (-484))) (-15 -3232 (|t#1| $)) (-15 -3231 (|t#1| $)) (-15 -3230 (|t#1| $)) (-15 -3229 (|t#1| $)) (-15 -3228 ((-484) $)) (-15 -3737 ($ |t#1| |t#1|))))
-(((-557 |#1|) . T))
-((-3737 (($ |#1| |#1|) 8 T ELT)) (-3959 ((|#2| (-1 |#1| |#1|) $) 17 T ELT)) (-3230 ((|#1| $) 11 T ELT)) (-3232 ((|#1| $) 13 T ELT)) (-3228 (((-484) $) 9 T ELT)) (-3229 ((|#1| $) 10 T ELT)) (-3231 ((|#1| $) 12 T ELT)) (-3964 ((|#2| (-583 $)) 19 T ELT) ((|#2| $) 18 T ELT)) (-3973 (($ |#1|) 6 T ELT)) (-3738 (($ |#1| |#1|) 15 T ELT)) (-3233 (($ $ (-484)) 14 T ELT)))
-(((-1007 |#1| |#2|) (-113) (-755) (-1064 |t#1|)) (T -1007))
-((-3964 (*1 *2 *3) (-12 (-5 *3 (-583 *1)) (-4 *1 (-1007 *4 *2)) (-4 *4 (-755)) (-4 *2 (-1064 *4)))) (-3964 (*1 *2 *1) (-12 (-4 *1 (-1007 *3 *2)) (-4 *3 (-755)) (-4 *2 (-1064 *3)))) (-3959 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1007 *4 *2)) (-4 *4 (-755)) (-4 *2 (-1064 *4)))))
-(-13 (-1006 |t#1|) (-10 -8 (-15 -3964 (|t#2| (-583 $))) (-15 -3964 (|t#2| $)) (-15 -3959 (|t#2| (-1 |t#1| |t#1|) $))))
-(((-557 |#1|) . T) ((-1006 |#1|) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3799 (((-1049) $) 14 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 20 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-3234 (((-583 (-1049)) $) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1008) (-13 (-995) (-10 -8 (-15 -3234 ((-583 (-1049)) $)) (-15 -3799 ((-1049) $))))) (T -1008))
-((-3234 (*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-1008)))) (-3799 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1008)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-1805 (($) NIL (|has| |#1| (-320)) ELT)) (-3235 (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ $ $) 84 T ELT)) (-3237 (($ $ $) 81 T ELT)) (-3236 (((-85) $ $) 83 T ELT)) (-3137 (((-694)) NIL (|has| |#1| (-320)) ELT)) (-3240 (($ (-583 |#1|)) NIL T ELT) (($) 14 T ELT)) (-1570 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3406 (($ |#1| $) 75 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 44 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 42 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 40 T ELT)) (-2995 (($) NIL (|has| |#1| (-320)) ELT)) (-3242 (((-85) $ $) NIL T ELT)) (-2532 ((|#1| $) 56 (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) 20 T ELT)) (-3246 (((-85) |#1| $) 74 (|has| |#1| (-72)) ELT)) (-2858 ((|#1| $) 54 (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 34 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 35 T ELT)) (-2010 (((-830) $) NIL (|has| |#1| (-320)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3239 (($ $ $) 79 T ELT)) (-1274 ((|#1| $) 26 T ELT)) (-3610 (($ |#1| $) 70 T ELT)) (-2400 (($ (-830)) NIL (|has| |#1| (-320)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 32 T ELT)) (-1275 ((|#1| $) 28 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 22 T ELT)) (-3566 (($) 12 T ELT)) (-3238 (($ $ |#1|) NIL T ELT) (($ $ $) 80 T ELT)) (-1466 (($) NIL T ELT) (($ (-583 |#1|)) NIL T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) 17 T ELT)) (-3973 (((-473) $) 51 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 63 T ELT)) (-1806 (($ $) NIL (|has| |#1| (-320)) ELT)) (-3947 (((-772) $) NIL T ELT)) (-1807 (((-694) $) NIL T ELT)) (-3241 (($ (-583 |#1|)) NIL T ELT) (($) 13 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-1276 (($ (-583 |#1|)) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) 53 T ELT)) (-3958 (((-694) $) 11 T ELT)))
-(((-1009 |#1|) (-369 |#1|) (-1013)) (T -1009))
-NIL
-((-3235 (($ $ $) NIL T ELT) (($ $ |#2|) 13 T ELT) (($ |#2| $) 14 T ELT)) (-3237 (($ $ $) 10 T ELT)) (-3238 (($ $ $) NIL T ELT) (($ $ |#2|) 15 T ELT)))
-(((-1010 |#1| |#2|) (-10 -7 (-15 -3235 (|#1| |#2| |#1|)) (-15 -3235 (|#1| |#1| |#2|)) (-15 -3235 (|#1| |#1| |#1|)) (-15 -3237 (|#1| |#1| |#1|)) (-15 -3238 (|#1| |#1| |#2|)) (-15 -3238 (|#1| |#1| |#1|))) (-1011 |#2|) (-1013)) (T -1010))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3235 (($ $ $) 22 T ELT) (($ $ |#1|) 21 T ELT) (($ |#1| $) 20 T ELT)) (-3237 (($ $ $) 24 T ELT)) (-3236 (((-85) $ $) 23 T ELT)) (-3240 (($) 29 T ELT) (($ (-583 |#1|)) 28 T ELT)) (-3711 (($ (-1 (-85) |#1|) $) 46 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 37 T CONST)) (-1353 (($ $) 48 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 47 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 45 (|has| $ (-318 |#1|)) ELT)) (-3242 (((-85) $ $) 32 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3239 (($ $ $) 27 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 44 T ELT)) (-3769 (($ $ (-583 |#1|) (-583 |#1|)) 42 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 41 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 40 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 (-249 |#1|))) 39 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 33 T ELT)) (-3404 (((-85) $) 36 T ELT)) (-3566 (($) 35 T ELT)) (-3238 (($ $ $) 26 T ELT) (($ $ |#1|) 25 T ELT)) (-3401 (($ $) 34 T ELT)) (-3973 (((-473) $) 49 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 43 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-3241 (($) 31 T ELT) (($ (-583 |#1|)) 30 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-1011 |#1|) (-113) (-1013)) (T -1011))
-((-3242 (*1 *2 *1 *1) (-12 (-4 *1 (-1011 *3)) (-4 *3 (-1013)) (-5 *2 (-85)))) (-3241 (*1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))) (-3241 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-4 *1 (-1011 *3)))) (-3240 (*1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))) (-3240 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-4 *1 (-1011 *3)))) (-3239 (*1 *1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))) (-3238 (*1 *1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))) (-3238 (*1 *1 *1 *2) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))) (-3237 (*1 *1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))) (-3236 (*1 *2 *1 *1) (-12 (-4 *1 (-1011 *3)) (-4 *3 (-1013)) (-5 *2 (-85)))) (-3235 (*1 *1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))) (-3235 (*1 *1 *1 *2) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))) (-3235 (*1 *1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))))
-(-13 (-1013) (-124 |t#1|) (-10 -8 (-6 -3986) (-15 -3242 ((-85) $ $)) (-15 -3241 ($)) (-15 -3241 ($ (-583 |t#1|))) (-15 -3240 ($)) (-15 -3240 ($ (-583 |t#1|))) (-15 -3239 ($ $ $)) (-15 -3238 ($ $ $)) (-15 -3238 ($ $ |t#1|)) (-15 -3237 ($ $ $)) (-15 -3236 ((-85) $ $)) (-15 -3235 ($ $ $)) (-15 -3235 ($ $ |t#1|)) (-15 -3235 ($ |t#1| $))))
-(((-34) . T) ((-72) . T) ((-552 (-772)) . T) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-3243 (((-1073) $) 10 T ELT)) (-3244 (((-1033) $) 8 T ELT)))
-(((-1012 |#1|) (-10 -7 (-15 -3243 ((-1073) |#1|)) (-15 -3244 ((-1033) |#1|))) (-1013)) (T -1012))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-1013) (-113)) (T -1013))
-((-3244 (*1 *2 *1) (-12 (-4 *1 (-1013)) (-5 *2 (-1033)))) (-3243 (*1 *2 *1) (-12 (-4 *1 (-1013)) (-5 *2 (-1073)))))
-(-13 (-72) (-552 (-772)) (-10 -8 (-15 -3244 ((-1033) $)) (-15 -3243 ((-1073) $))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) 36 T ELT)) (-3248 (($ (-583 (-830))) 70 T ELT)) (-3250 (((-3 $ #1="failed") $ (-830) (-830)) 81 T ELT)) (-2995 (($) 40 T ELT)) (-3246 (((-85) (-830) $) 42 T ELT)) (-2010 (((-830) $) 64 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) 39 T ELT)) (-3251 (((-3 $ #1#) $ (-830)) 77 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3247 (((-1179 $)) 47 T ELT)) (-3249 (((-583 (-830)) $) 27 T ELT)) (-3245 (((-694) $ (-830) (-830)) 78 T ELT)) (-3947 (((-772) $) 32 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 24 T ELT)))
-(((-1014 |#1| |#2|) (-13 (-320) (-10 -8 (-15 -3251 ((-3 $ #1="failed") $ (-830))) (-15 -3250 ((-3 $ #1#) $ (-830) (-830))) (-15 -3249 ((-583 (-830)) $)) (-15 -3248 ($ (-583 (-830)))) (-15 -3247 ((-1179 $))) (-15 -3246 ((-85) (-830) $)) (-15 -3245 ((-694) $ (-830) (-830))))) (-830) (-830)) (T -1014))
-((-3251 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-830)) (-5 *1 (-1014 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3250 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-830)) (-5 *1 (-1014 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3249 (*1 *2 *1) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-1014 *3 *4)) (-14 *3 (-830)) (-14 *4 (-830)))) (-3248 (*1 *1 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-1014 *3 *4)) (-14 *3 (-830)) (-14 *4 (-830)))) (-3247 (*1 *2) (-12 (-5 *2 (-1179 (-1014 *3 *4))) (-5 *1 (-1014 *3 *4)) (-14 *3 (-830)) (-14 *4 (-830)))) (-3246 (*1 *2 *3 *1) (-12 (-5 *3 (-830)) (-5 *2 (-85)) (-5 *1 (-1014 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-3245 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-830)) (-5 *2 (-694)) (-5 *1 (-1014 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3261 (((-85) $) NIL T ELT)) (-3257 (((-1090) $) NIL T ELT)) (-3262 (((-85) $) NIL T ELT)) (-3536 (((-1073) $) NIL T ELT)) (-3264 (((-85) $) NIL T ELT)) (-3266 (((-85) $) NIL T ELT)) (-3263 (((-85) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3260 (((-85) $) NIL T ELT)) (-3256 (((-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3259 (((-85) $) NIL T ELT)) (-3255 (((-179) $) NIL T ELT)) (-3254 (((-772) $) NIL T ELT)) (-3267 (((-85) $ $) NIL T ELT)) (-3801 (($ $ (-484)) NIL T ELT) (($ $ (-583 (-484))) NIL T ELT)) (-3258 (((-583 $) $) NIL T ELT)) (-3973 (($ (-1073)) NIL T ELT) (($ (-1090)) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-179)) NIL T ELT) (($ (-772)) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-3252 (($ $) NIL T ELT)) (-3253 (($ $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3265 (((-85) $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3958 (((-484) $) NIL T ELT)))
-(((-1015) (-1016 (-1073) (-1090) (-484) (-179) (-772))) (T -1015))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3261 (((-85) $) 36 T ELT)) (-3257 ((|#2| $) 31 T ELT)) (-3262 (((-85) $) 37 T ELT)) (-3536 ((|#1| $) 32 T ELT)) (-3264 (((-85) $) 39 T ELT)) (-3266 (((-85) $) 41 T ELT)) (-3263 (((-85) $) 38 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3260 (((-85) $) 35 T ELT)) (-3256 ((|#3| $) 30 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3259 (((-85) $) 34 T ELT)) (-3255 ((|#4| $) 29 T ELT)) (-3254 ((|#5| $) 28 T ELT)) (-3267 (((-85) $ $) 42 T ELT)) (-3801 (($ $ (-484)) 44 T ELT) (($ $ (-583 (-484))) 43 T ELT)) (-3258 (((-583 $) $) 33 T ELT)) (-3973 (($ |#1|) 50 T ELT) (($ |#2|) 49 T ELT) (($ |#3|) 48 T ELT) (($ |#4|) 47 T ELT) (($ |#5|) 46 T ELT) (($ (-583 $)) 45 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-3252 (($ $) 26 T ELT)) (-3253 (($ $) 27 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3265 (((-85) $) 40 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3958 (((-484) $) 25 T ELT)))
-(((-1016 |#1| |#2| |#3| |#4| |#5|) (-113) (-1013) (-1013) (-1013) (-1013) (-1013)) (T -1016))
-((-3267 (*1 *2 *1 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))) (-3266 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))) (-3265 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))) (-3264 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))) (-3263 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))) (-3262 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))) (-3261 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))) (-3260 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))) (-3259 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))) (-3258 (*1 *2 *1) (-12 (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-583 *1)) (-4 *1 (-1016 *3 *4 *5 *6 *7)))) (-3536 (*1 *2 *1) (-12 (-4 *1 (-1016 *2 *3 *4 *5 *6)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013)))) (-3257 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *2 *4 *5 *6)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013)))) (-3256 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *2 *5 *6)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013)))) (-3255 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *2 *6)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013)))) (-3254 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *2)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013)))) (-3253 (*1 *1 *1) (-12 (-4 *1 (-1016 *2 *3 *4 *5 *6)) (-4 *2 (-1013)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)))) (-3252 (*1 *1 *1) (-12 (-4 *1 (-1016 *2 *3 *4 *5 *6)) (-4 *2 (-1013)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)))) (-3958 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-484)))))
-(-13 (-1013) (-557 |t#1|) (-557 |t#2|) (-557 |t#3|) (-557 |t#4|) (-557 |t#4|) (-557 |t#5|) (-557 (-583 $)) (-241 (-484) $) (-241 (-583 (-484)) $) (-10 -8 (-15 -3267 ((-85) $ $)) (-15 -3266 ((-85) $)) (-15 -3265 ((-85) $)) (-15 -3264 ((-85) $)) (-15 -3263 ((-85) $)) (-15 -3262 ((-85) $)) (-15 -3261 ((-85) $)) (-15 -3260 ((-85) $)) (-15 -3259 ((-85) $)) (-15 -3258 ((-583 $) $)) (-15 -3536 (|t#1| $)) (-15 -3257 (|t#2| $)) (-15 -3256 (|t#3| $)) (-15 -3255 (|t#4| $)) (-15 -3254 (|t#5| $)) (-15 -3253 ($ $)) (-15 -3252 ($ $)) (-15 -3958 ((-484) $))))
-(((-72) . T) ((-552 (-772)) . T) ((-557 (-583 $)) . T) ((-557 |#1|) . T) ((-557 |#2|) . T) ((-557 |#3|) . T) ((-557 |#4|) . T) ((-557 |#5|) . T) ((-241 (-484) $) . T) ((-241 (-583 (-484)) $) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3261 (((-85) $) 45 T ELT)) (-3257 ((|#2| $) 48 T ELT)) (-3262 (((-85) $) 20 T ELT)) (-3536 ((|#1| $) 21 T ELT)) (-3264 (((-85) $) 42 T ELT)) (-3266 (((-85) $) 14 T ELT)) (-3263 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3260 (((-85) $) 46 T ELT)) (-3256 ((|#3| $) 50 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3259 (((-85) $) 47 T ELT)) (-3255 ((|#4| $) 49 T ELT)) (-3254 ((|#5| $) 51 T ELT)) (-3267 (((-85) $ $) 41 T ELT)) (-3801 (($ $ (-484)) 62 T ELT) (($ $ (-583 (-484))) 64 T ELT)) (-3258 (((-583 $) $) 27 T ELT)) (-3973 (($ |#1|) 53 T ELT) (($ |#2|) 54 T ELT) (($ |#3|) 55 T ELT) (($ |#4|) 56 T ELT) (($ |#5|) 57 T ELT) (($ (-583 $)) 52 T ELT)) (-3947 (((-772) $) 28 T ELT)) (-3252 (($ $) 26 T ELT)) (-3253 (($ $) 58 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3265 (((-85) $) 23 T ELT)) (-3057 (((-85) $ $) 40 T ELT)) (-3958 (((-484) $) 60 T ELT)))
-(((-1017 |#1| |#2| |#3| |#4| |#5|) (-1016 |#1| |#2| |#3| |#4| |#5|) (-1013) (-1013) (-1013) (-1013) (-1013)) (T -1017))
-NIL
-((-3270 (((-85) |#5| |#5|) 44 T ELT)) (-3273 (((-85) |#5| |#5|) 59 T ELT)) (-3278 (((-85) |#5| (-583 |#5|)) 82 T ELT) (((-85) |#5| |#5|) 68 T ELT)) (-3274 (((-85) (-583 |#4|) (-583 |#4|)) 65 T ELT)) (-3280 (((-85) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|)) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) 70 T ELT)) (-3269 (((-1185)) 32 T ELT)) (-3268 (((-1185) (-1073) (-1073) (-1073)) 28 T ELT)) (-3279 (((-583 |#5|) (-583 |#5|)) 101 T ELT)) (-3281 (((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|)))) 93 T ELT)) (-3282 (((-583 (-2 (|:| -3267 (-583 |#4|)) (|:| -1600 |#5|) (|:| |ineq| (-583 |#4|)))) (-583 |#4|) (-583 |#5|) (-85) (-85)) 123 T ELT)) (-3272 (((-85) |#5| |#5|) 53 T ELT)) (-3277 (((-3 (-85) #1="failed") |#5| |#5|) 78 T ELT)) (-3275 (((-85) (-583 |#4|) (-583 |#4|)) 64 T ELT)) (-3276 (((-85) (-583 |#4|) (-583 |#4|)) 66 T ELT)) (-3700 (((-85) (-583 |#4|) (-583 |#4|)) 67 T ELT)) (-3283 (((-3 (-2 (|:| -3267 (-583 |#4|)) (|:| -1600 |#5|) (|:| |ineq| (-583 |#4|))) #1#) (-583 |#4|) |#5| (-583 |#4|) (-85) (-85) (-85) (-85) (-85)) 118 T ELT)) (-3271 (((-583 |#5|) (-583 |#5|)) 49 T ELT)))
-(((-1018 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3268 ((-1185) (-1073) (-1073) (-1073))) (-15 -3269 ((-1185))) (-15 -3270 ((-85) |#5| |#5|)) (-15 -3271 ((-583 |#5|) (-583 |#5|))) (-15 -3272 ((-85) |#5| |#5|)) (-15 -3273 ((-85) |#5| |#5|)) (-15 -3274 ((-85) (-583 |#4|) (-583 |#4|))) (-15 -3275 ((-85) (-583 |#4|) (-583 |#4|))) (-15 -3276 ((-85) (-583 |#4|) (-583 |#4|))) (-15 -3700 ((-85) (-583 |#4|) (-583 |#4|))) (-15 -3277 ((-3 (-85) #1="failed") |#5| |#5|)) (-15 -3278 ((-85) |#5| |#5|)) (-15 -3278 ((-85) |#5| (-583 |#5|))) (-15 -3279 ((-583 |#5|) (-583 |#5|))) (-15 -3280 ((-85) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|)) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|)))) (-15 -3281 ((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) (-15 -3282 ((-583 (-2 (|:| -3267 (-583 |#4|)) (|:| -1600 |#5|) (|:| |ineq| (-583 |#4|)))) (-583 |#4|) (-583 |#5|) (-85) (-85))) (-15 -3283 ((-3 (-2 (|:| -3267 (-583 |#4|)) (|:| -1600 |#5|) (|:| |ineq| (-583 |#4|))) #1#) (-583 |#4|) |#5| (-583 |#4|) (-85) (-85) (-85) (-85) (-85)))) (-392) (-717) (-756) (-977 |#1| |#2| |#3|) (-983 |#1| |#2| |#3| |#4|)) (T -1018))
-((-3283 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *9 (-977 *6 *7 *8)) (-5 *2 (-2 (|:| -3267 (-583 *9)) (|:| -1600 *4) (|:| |ineq| (-583 *9)))) (-5 *1 (-1018 *6 *7 *8 *9 *4)) (-5 *3 (-583 *9)) (-4 *4 (-983 *6 *7 *8 *9)))) (-3282 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-583 *10)) (-5 *5 (-85)) (-4 *10 (-983 *6 *7 *8 *9)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *9 (-977 *6 *7 *8)) (-5 *2 (-583 (-2 (|:| -3267 (-583 *9)) (|:| -1600 *10) (|:| |ineq| (-583 *9))))) (-5 *1 (-1018 *6 *7 *8 *9 *10)) (-5 *3 (-583 *9)))) (-3281 (*1 *2 *2) (-12 (-5 *2 (-583 (-2 (|:| |val| (-583 *6)) (|:| -1600 *7)))) (-4 *6 (-977 *3 *4 *5)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-1018 *3 *4 *5 *6 *7)))) (-3280 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-583 *7)) (|:| -1600 *8))) (-4 *7 (-977 *4 *5 *6)) (-4 *8 (-983 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *8)))) (-3279 (*1 *2 *2) (-12 (-5 *2 (-583 *7)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *1 (-1018 *3 *4 *5 *6 *7)))) (-3278 (*1 *2 *3 *4) (-12 (-5 *4 (-583 *3)) (-4 *3 (-983 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-977 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-1018 *5 *6 *7 *8 *3)))) (-3278 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))) (-3277 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))) (-3700 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))) (-3276 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))) (-3275 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))) (-3274 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))) (-3273 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))) (-3272 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))) (-3271 (*1 *2 *2) (-12 (-5 *2 (-583 *7)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *1 (-1018 *3 *4 *5 *6 *7)))) (-3270 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))) (-3269 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-1185)) (-5 *1 (-1018 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6)))) (-3268 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-1018 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))))
-((-3298 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#5|) 106 T ELT)) (-3288 (((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) |#4| |#4| |#5|) 79 T ELT)) (-3291 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5|) 100 T ELT)) (-3293 (((-583 |#5|) |#4| |#5|) 122 T ELT)) (-3295 (((-583 |#5|) |#4| |#5|) 129 T ELT)) (-3297 (((-583 |#5|) |#4| |#5|) 130 T ELT)) (-3292 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 |#5|))) |#4| |#5|) 107 T ELT)) (-3294 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 |#5|))) |#4| |#5|) 128 T ELT)) (-3296 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 |#5|))) |#4| |#5|) 47 T ELT) (((-85) |#4| |#5|) 55 T ELT)) (-3289 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) |#3| (-85)) 91 T ELT) (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5| (-85) (-85)) 52 T ELT)) (-3290 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5|) 86 T ELT)) (-3287 (((-1185)) 36 T ELT)) (-3285 (((-1185)) 25 T ELT)) (-3286 (((-1185) (-1073) (-1073) (-1073)) 32 T ELT)) (-3284 (((-1185) (-1073) (-1073) (-1073)) 21 T ELT)))
-(((-1019 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3284 ((-1185) (-1073) (-1073) (-1073))) (-15 -3285 ((-1185))) (-15 -3286 ((-1185) (-1073) (-1073) (-1073))) (-15 -3287 ((-1185))) (-15 -3288 ((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) |#4| |#4| |#5|)) (-15 -3289 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5| (-85) (-85))) (-15 -3289 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) |#3| (-85))) (-15 -3290 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5|)) (-15 -3291 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#4| |#5|)) (-15 -3296 ((-85) |#4| |#5|)) (-15 -3292 ((-583 (-2 (|:| |val| (-85)) (|:| -1600 |#5|))) |#4| |#5|)) (-15 -3293 ((-583 |#5|) |#4| |#5|)) (-15 -3294 ((-583 (-2 (|:| |val| (-85)) (|:| -1600 |#5|))) |#4| |#5|)) (-15 -3295 ((-583 |#5|) |#4| |#5|)) (-15 -3296 ((-583 (-2 (|:| |val| (-85)) (|:| -1600 |#5|))) |#4| |#5|)) (-15 -3297 ((-583 |#5|) |#4| |#5|)) (-15 -3298 ((-583 (-2 (|:| |val| |#4|) (|:| -1600 |#5|))) |#4| |#5|))) (-392) (-717) (-756) (-977 |#1| |#2| |#3|) (-983 |#1| |#2| |#3| |#4|)) (T -1019))
-((-3298 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3297 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 *4)) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3296 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *4)))) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3295 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 *4)) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3294 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *4)))) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3293 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 *4)) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3292 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *4)))) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3296 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3291 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3290 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3289 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-583 (-2 (|:| |val| (-583 *8)) (|:| -1600 *9)))) (-5 *5 (-85)) (-4 *8 (-977 *6 *7 *4)) (-4 *9 (-983 *6 *7 *4 *8)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *4 (-756)) (-5 *2 (-583 (-2 (|:| |val| *8) (|:| -1600 *9)))) (-5 *1 (-1019 *6 *7 *4 *8 *9)))) (-3289 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *3 (-977 *6 *7 *8)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-1019 *6 *7 *8 *3 *4)) (-4 *4 (-983 *6 *7 *8 *3)))) (-3288 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))) (-3287 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-1185)) (-5 *1 (-1019 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6)))) (-3286 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))) (-3285 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-1185)) (-5 *1 (-1019 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6)))) (-3284 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-983 *4 *5 *6 *7)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3682 (((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 |#4|)))) (-583 |#4|)) 90 T ELT)) (-3683 (((-583 $) (-583 |#4|)) 91 T ELT) (((-583 $) (-583 |#4|) (-85)) 119 T ELT)) (-3082 (((-583 |#3|) $) 38 T ELT)) (-2909 (((-85) $) 31 T ELT)) (-2900 (((-85) $) 22 (|has| |#1| (-495)) ELT)) (-3694 (((-85) |#4| $) 106 T ELT) (((-85) $) 102 T ELT)) (-3689 ((|#4| |#4| $) 97 T ELT)) (-3776 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| $) 134 T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3711 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 84 T ELT)) (-3725 (($) 57 T CONST)) (-2905 (((-85) $) 27 (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) 29 (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) 28 (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) 30 (|has| |#1| (-495)) ELT)) (-3690 (((-583 |#4|) (-583 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 98 T ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) 23 (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) 24 (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ "failed") (-583 |#4|)) 41 T ELT)) (-3157 (($ (-583 |#4|)) 40 T ELT)) (-3800 (((-3 $ #1#) $) 87 T ELT)) (-3686 ((|#4| |#4| $) 94 T ELT)) (-1353 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3407 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-495)) ELT)) (-3695 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) 107 T ELT)) (-3684 ((|#4| |#4| $) 92 T ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 99 T ELT)) (-3697 (((-2 (|:| -3862 (-583 |#4|)) (|:| -1702 (-583 |#4|))) $) 110 T ELT)) (-3198 (((-85) |#4| $) 144 T ELT)) (-3196 (((-85) |#4| $) 141 T ELT)) (-3199 (((-85) |#4| $) 145 T ELT) (((-85) $) 142 T ELT)) (-3696 (((-85) |#4| $) 109 T ELT) (((-85) $) 108 T ELT)) (-3181 ((|#3| $) 39 T ELT)) (-2609 (((-583 |#4|) $) 47 T ELT)) (-3246 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3327 (($ (-1 |#4| |#4|) $) 116 T ELT)) (-3959 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2915 (((-583 |#3|) $) 37 T ELT)) (-2914 (((-85) |#3| $) 36 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3192 (((-3 |#4| (-583 $)) |#4| |#4| $) 136 T ELT)) (-3191 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| |#4| $) 135 T ELT)) (-3799 (((-3 |#4| #1#) $) 88 T ELT)) (-3193 (((-583 $) |#4| $) 137 T ELT)) (-3195 (((-3 (-85) (-583 $)) |#4| $) 140 T ELT)) (-3194 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 $))) |#4| $) 139 T ELT) (((-85) |#4| $) 138 T ELT)) (-3239 (((-583 $) |#4| $) 133 T ELT) (((-583 $) (-583 |#4|) $) 132 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 131 T ELT) (((-583 $) |#4| (-583 $)) 130 T ELT)) (-3441 (($ |#4| $) 125 T ELT) (($ (-583 |#4|) $) 124 T ELT)) (-3698 (((-583 |#4|) $) 112 T ELT)) (-3692 (((-85) |#4| $) 104 T ELT) (((-85) $) 100 T ELT)) (-3687 ((|#4| |#4| $) 95 T ELT)) (-3700 (((-85) $ $) 115 T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-495)) ELT)) (-3693 (((-85) |#4| $) 105 T ELT) (((-85) $) 101 T ELT)) (-3688 ((|#4| |#4| $) 96 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3802 (((-3 |#4| #1#) $) 89 T ELT)) (-1354 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-3680 (((-3 $ #1#) $ |#4|) 83 T ELT)) (-3770 (($ $ |#4|) 82 T ELT) (((-583 $) |#4| $) 123 T ELT) (((-583 $) |#4| (-583 $)) 122 T ELT) (((-583 $) (-583 |#4|) $) 121 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 120 T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) 53 T ELT)) (-3404 (((-85) $) 56 T ELT)) (-3566 (($) 55 T ELT)) (-3949 (((-694) $) 111 T ELT)) (-1730 (((-694) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) 46 T ELT)) (-3401 (($ $) 54 T ELT)) (-3973 (((-473) $) 69 (|has| |#4| (-553 (-473))) ELT)) (-3531 (($ (-583 |#4|)) 63 T ELT)) (-2911 (($ $ |#3|) 33 T ELT)) (-2913 (($ $ |#3|) 35 T ELT)) (-3685 (($ $) 93 T ELT)) (-2912 (($ $ |#3|) 34 T ELT)) (-3947 (((-772) $) 13 T ELT) (((-583 |#4|) $) 42 T ELT)) (-3679 (((-694) $) 81 (|has| |#3| (-320)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4| |#4|)) 114 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) 113 T ELT)) (-3691 (((-85) $ (-1 (-85) |#4| (-583 |#4|))) 103 T ELT)) (-3190 (((-583 $) |#4| $) 129 T ELT) (((-583 $) |#4| (-583 $)) 128 T ELT) (((-583 $) (-583 |#4|) $) 127 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 126 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3681 (((-583 |#3|) $) 86 T ELT)) (-3197 (((-85) |#4| $) 143 T ELT)) (-3934 (((-85) |#3| $) 85 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3958 (((-694) $) 43 T ELT)))
-(((-1020 |#1| |#2| |#3| |#4|) (-113) (-392) (-717) (-756) (-977 |t#1| |t#2| |t#3|)) (T -1020))
-NIL
-(-13 (-983 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-72) . T) ((-552 (-583 |#4|)) . T) ((-552 (-772)) . T) ((-124 |#4|) . T) ((-553 (-473)) |has| |#4| (-553 (-473))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-455 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-13) . T) ((-889 |#1| |#2| |#3| |#4|) . T) ((-983 |#1| |#2| |#3| |#4|) . T) ((-1013) . T) ((-1035 |#4|) . T) ((-1124 |#1| |#2| |#3| |#4|) . T) ((-1129) . T))
-((-3309 (((-583 (-484)) (-484) (-484) (-484)) 40 T ELT)) (-3308 (((-583 (-484)) (-484) (-484) (-484)) 30 T ELT)) (-3307 (((-583 (-484)) (-484) (-484) (-484)) 35 T ELT)) (-3306 (((-484) (-484) (-484)) 22 T ELT)) (-3305 (((-1179 (-484)) (-583 (-484)) (-1179 (-484)) (-484)) 78 T ELT) (((-1179 (-484)) (-1179 (-484)) (-1179 (-484)) (-484)) 73 T ELT)) (-3304 (((-583 (-484)) (-583 (-830)) (-583 (-484)) (-85)) 56 T ELT)) (-3303 (((-630 (-484)) (-583 (-484)) (-583 (-484)) (-630 (-484))) 77 T ELT)) (-3302 (((-630 (-484)) (-583 (-830)) (-583 (-484))) 61 T ELT)) (-3301 (((-583 (-630 (-484))) (-583 (-830))) 66 T ELT)) (-3300 (((-583 (-484)) (-583 (-484)) (-583 (-484)) (-630 (-484))) 81 T ELT)) (-3299 (((-630 (-484)) (-583 (-484)) (-583 (-484)) (-583 (-484))) 91 T ELT)))
-(((-1021) (-10 -7 (-15 -3299 ((-630 (-484)) (-583 (-484)) (-583 (-484)) (-583 (-484)))) (-15 -3300 ((-583 (-484)) (-583 (-484)) (-583 (-484)) (-630 (-484)))) (-15 -3301 ((-583 (-630 (-484))) (-583 (-830)))) (-15 -3302 ((-630 (-484)) (-583 (-830)) (-583 (-484)))) (-15 -3303 ((-630 (-484)) (-583 (-484)) (-583 (-484)) (-630 (-484)))) (-15 -3304 ((-583 (-484)) (-583 (-830)) (-583 (-484)) (-85))) (-15 -3305 ((-1179 (-484)) (-1179 (-484)) (-1179 (-484)) (-484))) (-15 -3305 ((-1179 (-484)) (-583 (-484)) (-1179 (-484)) (-484))) (-15 -3306 ((-484) (-484) (-484))) (-15 -3307 ((-583 (-484)) (-484) (-484) (-484))) (-15 -3308 ((-583 (-484)) (-484) (-484) (-484))) (-15 -3309 ((-583 (-484)) (-484) (-484) (-484))))) (T -1021))
-((-3309 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-1021)) (-5 *3 (-484)))) (-3308 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-1021)) (-5 *3 (-484)))) (-3307 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-1021)) (-5 *3 (-484)))) (-3306 (*1 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-1021)))) (-3305 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1179 (-484))) (-5 *3 (-583 (-484))) (-5 *4 (-484)) (-5 *1 (-1021)))) (-3305 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1179 (-484))) (-5 *3 (-484)) (-5 *1 (-1021)))) (-3304 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-583 (-484))) (-5 *3 (-583 (-830))) (-5 *4 (-85)) (-5 *1 (-1021)))) (-3303 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-630 (-484))) (-5 *3 (-583 (-484))) (-5 *1 (-1021)))) (-3302 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-830))) (-5 *4 (-583 (-484))) (-5 *2 (-630 (-484))) (-5 *1 (-1021)))) (-3301 (*1 *2 *3) (-12 (-5 *3 (-583 (-830))) (-5 *2 (-583 (-630 (-484)))) (-5 *1 (-1021)))) (-3300 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-583 (-484))) (-5 *3 (-630 (-484))) (-5 *1 (-1021)))) (-3299 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-630 (-484))) (-5 *1 (-1021)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3310 (($ (-1 |#1| |#1| |#1|)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 ((|#1| $ |#1| |#1|) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1022 |#1|) (-13 (-1023 |#1|) (-1013) (-10 -8 (-15 -3310 ($ (-1 |#1| |#1| |#1|))))) (-72)) (T -1022))
-((-3310 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-72)) (-5 *1 (-1022 *3)))))
-((-3801 ((|#1| $ |#1| |#1|) 6 T ELT)))
-(((-1023 |#1|) (-113) (-72)) (T -1023))
-NIL
-(-13 (-80 |t#1|) (-10 -8 (-6 (|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|) (|:| |y| |t#1|) (|:| |z| |t#1|)) (-3057 (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))))))
-(((-80 |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((-1129) . T))
-((** (($ $ (-830)) 10 T ELT)))
-(((-1024 |#1|) (-10 -7 (-15 ** (|#1| |#1| (-830)))) (-1025)) (T -1024))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (** (($ $ (-830)) 17 T ELT)) (* (($ $ $) 18 T ELT)))
-(((-1025) (-113)) (T -1025))
-((* (*1 *1 *1 *1) (-4 *1 (-1025))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1025)) (-5 *2 (-830)))))
-(-13 (-1013) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-830)))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#3| (-72)) ELT)) (-3189 (((-85) $) NIL (|has| |#3| (-23)) ELT)) (-3708 (($ (-830)) NIL (|has| |#3| (-961)) ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#3|)) ELT)) (-2484 (($ $ $) NIL (|has| |#3| (-717)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL (|has| |#3| (-104)) ELT)) (-3137 (((-694)) NIL (|has| |#3| (-320)) ELT)) (-3789 ((|#3| $ (-484) |#3|) NIL (|has| $ (-1035 |#3|)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (-12 (|has| |#3| (-950 (-484))) (|has| |#3| (-1013))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (-12 (|has| |#3| (-950 (-350 (-484)))) (|has| |#3| (-1013))) ELT) (((-3 |#3| #1#) $) NIL (|has| |#3| (-1013)) ELT)) (-3157 (((-484) $) NIL (-12 (|has| |#3| (-950 (-484))) (|has| |#3| (-1013))) ELT) (((-350 (-484)) $) NIL (-12 (|has| |#3| (-950 (-350 (-484)))) (|has| |#3| (-1013))) ELT) ((|#3| $) NIL (|has| |#3| (-1013)) ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (-12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (-12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))) ELT) (((-2 (|:| |mat| (-630 |#3|)) (|:| |vec| (-1179 |#3|))) (-630 $) (-1179 $)) NIL (|has| |#3| (-961)) ELT) (((-630 |#3|) (-630 $)) NIL (|has| |#3| (-961)) ELT)) (-3843 ((|#3| (-1 |#3| |#3| |#3|) $ |#3| |#3|) NIL (|has| |#3| (-72)) ELT) ((|#3| (-1 |#3| |#3| |#3|) $ |#3|) NIL T ELT) ((|#3| (-1 |#3| |#3| |#3|) $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL (|has| |#3| (-961)) ELT)) (-2995 (($) NIL (|has| |#3| (-320)) ELT)) (-1576 ((|#3| $ (-484) |#3|) NIL (|has| $ (-1035 |#3|)) ELT)) (-3113 ((|#3| $ (-484)) 12 T ELT)) (-3187 (((-85) $) NIL (|has| |#3| (-717)) ELT)) (-1214 (((-85) $ $) NIL (|has| |#3| (-23)) ELT)) (-2410 (((-85) $) NIL (|has| |#3| (-961)) ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#3| (-756)) ELT)) (-2609 (((-583 |#3|) $) NIL T ELT)) (-3246 (((-85) |#3| $) NIL (|has| |#3| (-72)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#3| (-756)) ELT)) (-3959 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-2010 (((-830) $) NIL (|has| |#3| (-320)) ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (-12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (-12 (|has| |#3| (-580 (-484))) (|has| |#3| (-961))) ELT) (((-2 (|:| |mat| (-630 |#3|)) (|:| |vec| (-1179 |#3|))) (-1179 $) $) NIL (|has| |#3| (-961)) ELT) (((-630 |#3|) (-1179 $)) NIL (|has| |#3| (-961)) ELT)) (-3243 (((-1073) $) NIL (|has| |#3| (-1013)) ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-2400 (($ (-830)) NIL (|has| |#3| (-320)) ELT)) (-3244 (((-1033) $) NIL (|has| |#3| (-1013)) ELT)) (-3802 ((|#3| $) NIL (|has| (-484) (-756)) ELT)) (-2199 (($ $ |#3|) NIL (|has| $ (-1035 |#3|)) ELT)) (-1731 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#3|))) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ (-249 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT) (($ $ (-583 |#3|) (-583 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#3| $) NIL (-12 (|has| $ (-318 |#3|)) (|has| |#3| (-72))) ELT)) (-2205 (((-583 |#3|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#3| $ (-484) |#3|) NIL T ELT) ((|#3| $ (-484)) NIL T ELT)) (-3837 ((|#3| $ $) NIL (|has| |#3| (-961)) ELT)) (-1468 (($ (-1179 |#3|)) NIL T ELT)) (-3912 (((-107)) NIL (|has| |#3| (-312)) ELT)) (-3759 (($ $ (-694)) NIL (-12 (|has| |#3| (-189)) (|has| |#3| (-961))) ELT) (($ $) NIL (-12 (|has| |#3| (-189)) (|has| |#3| (-961))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961))) ELT) (($ $ (-1090)) NIL (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961))) ELT) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-961)) ELT) (($ $ (-1 |#3| |#3|) (-694)) NIL (|has| |#3| (-961)) ELT)) (-1730 (((-694) |#3| $) NIL (|has| |#3| (-72)) ELT) (((-694) (-1 (-85) |#3|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3947 (((-1179 |#3|) $) NIL T ELT) (($ (-484)) NIL (OR (-12 (|has| |#3| (-950 (-484))) (|has| |#3| (-1013))) (|has| |#3| (-961))) ELT) (($ (-350 (-484))) NIL (-12 (|has| |#3| (-950 (-350 (-484)))) (|has| |#3| (-1013))) ELT) (($ |#3|) NIL (|has| |#3| (-1013)) ELT) (((-772) $) NIL (|has| |#3| (-552 (-772))) ELT)) (-3127 (((-694)) NIL (|has| |#3| (-961)) CONST)) (-1265 (((-85) $ $) NIL (|has| |#3| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3126 (((-85) $ $) NIL (|has| |#3| (-961)) ELT)) (-2661 (($) NIL (|has| |#3| (-23)) CONST)) (-2667 (($) NIL (|has| |#3| (-961)) CONST)) (-2670 (($ $ (-694)) NIL (-12 (|has| |#3| (-189)) (|has| |#3| (-961))) ELT) (($ $) NIL (-12 (|has| |#3| (-189)) (|has| |#3| (-961))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961))) ELT) (($ $ (-1090)) NIL (-12 (|has| |#3| (-811 (-1090))) (|has| |#3| (-961))) ELT) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-961)) ELT) (($ $ (-1 |#3| |#3|) (-694)) NIL (|has| |#3| (-961)) ELT)) (-2567 (((-85) $ $) NIL (|has| |#3| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#3| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#3| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#3| (-756)) ELT)) (-2686 (((-85) $ $) 24 (|has| |#3| (-756)) ELT)) (-3950 (($ $ |#3|) NIL (|has| |#3| (-312)) ELT)) (-3838 (($ $ $) NIL (|has| |#3| (-21)) ELT) (($ $) NIL (|has| |#3| (-21)) ELT)) (-3840 (($ $ $) NIL (|has| |#3| (-25)) ELT)) (** (($ $ (-694)) NIL (|has| |#3| (-961)) ELT) (($ $ (-830)) NIL (|has| |#3| (-961)) ELT)) (* (($ $ $) NIL (|has| |#3| (-961)) ELT) (($ $ |#3|) NIL (|has| |#3| (-663)) ELT) (($ |#3| $) NIL (|has| |#3| (-663)) ELT) (($ (-484) $) NIL (|has| |#3| (-21)) ELT) (($ (-694) $) NIL (|has| |#3| (-23)) ELT) (($ (-830) $) NIL (|has| |#3| (-25)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-1026 |#1| |#2| |#3|) (-196 |#1| |#3|) (-694) (-694) (-717)) (T -1026))
-NIL
-((-3311 (((-583 (-1148 |#2| |#1|)) (-1148 |#2| |#1|) (-1148 |#2| |#1|)) 50 T ELT)) (-3317 (((-484) (-1148 |#2| |#1|)) 95 (|has| |#1| (-392)) ELT)) (-3315 (((-484) (-1148 |#2| |#1|)) 79 T ELT)) (-3312 (((-583 (-1148 |#2| |#1|)) (-1148 |#2| |#1|) (-1148 |#2| |#1|)) 58 T ELT)) (-3316 (((-484) (-1148 |#2| |#1|) (-1148 |#2| |#1|)) 81 (|has| |#1| (-392)) ELT)) (-3313 (((-583 |#1|) (-1148 |#2| |#1|) (-1148 |#2| |#1|)) 61 T ELT)) (-3314 (((-484) (-1148 |#2| |#1|) (-1148 |#2| |#1|)) 78 T ELT)))
-(((-1027 |#1| |#2|) (-10 -7 (-15 -3311 ((-583 (-1148 |#2| |#1|)) (-1148 |#2| |#1|) (-1148 |#2| |#1|))) (-15 -3312 ((-583 (-1148 |#2| |#1|)) (-1148 |#2| |#1|) (-1148 |#2| |#1|))) (-15 -3313 ((-583 |#1|) (-1148 |#2| |#1|) (-1148 |#2| |#1|))) (-15 -3314 ((-484) (-1148 |#2| |#1|) (-1148 |#2| |#1|))) (-15 -3315 ((-484) (-1148 |#2| |#1|))) (IF (|has| |#1| (-392)) (PROGN (-15 -3316 ((-484) (-1148 |#2| |#1|) (-1148 |#2| |#1|))) (-15 -3317 ((-484) (-1148 |#2| |#1|)))) |%noBranch|)) (-740) (-1090)) (T -1027))
-((-3317 (*1 *2 *3) (-12 (-5 *3 (-1148 *5 *4)) (-4 *4 (-392)) (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-484)) (-5 *1 (-1027 *4 *5)))) (-3316 (*1 *2 *3 *3) (-12 (-5 *3 (-1148 *5 *4)) (-4 *4 (-392)) (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-484)) (-5 *1 (-1027 *4 *5)))) (-3315 (*1 *2 *3) (-12 (-5 *3 (-1148 *5 *4)) (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-484)) (-5 *1 (-1027 *4 *5)))) (-3314 (*1 *2 *3 *3) (-12 (-5 *3 (-1148 *5 *4)) (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-484)) (-5 *1 (-1027 *4 *5)))) (-3313 (*1 *2 *3 *3) (-12 (-5 *3 (-1148 *5 *4)) (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-583 *4)) (-5 *1 (-1027 *4 *5)))) (-3312 (*1 *2 *3 *3) (-12 (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-583 (-1148 *5 *4))) (-5 *1 (-1027 *4 *5)) (-5 *3 (-1148 *5 *4)))) (-3311 (*1 *2 *3 *3) (-12 (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-583 (-1148 *5 *4))) (-5 *1 (-1027 *4 *5)) (-5 *3 (-1148 *5 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3319 (((-1095) $) 12 T ELT)) (-3318 (((-583 (-1095)) $) 14 T ELT)) (-3320 (($ (-583 (-1095)) (-1095)) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 29 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 17 T ELT)))
-(((-1028) (-13 (-1013) (-10 -8 (-15 -3320 ($ (-583 (-1095)) (-1095))) (-15 -3319 ((-1095) $)) (-15 -3318 ((-583 (-1095)) $))))) (T -1028))
-((-3320 (*1 *1 *2 *3) (-12 (-5 *2 (-583 (-1095))) (-5 *3 (-1095)) (-5 *1 (-1028)))) (-3319 (*1 *2 *1) (-12 (-5 *2 (-1095)) (-5 *1 (-1028)))) (-3318 (*1 *2 *1) (-12 (-5 *2 (-583 (-1095))) (-5 *1 (-1028)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3321 (($ (-446) (-1028)) 14 T ELT)) (-3320 (((-1028) $) 20 T ELT)) (-3543 (((-446) $) 17 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 27 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1029) (-13 (-995) (-10 -8 (-15 -3321 ($ (-446) (-1028))) (-15 -3543 ((-446) $)) (-15 -3320 ((-1028) $))))) (T -1029))
-((-3321 (*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-1028)) (-5 *1 (-1029)))) (-3543 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-1029)))) (-3320 (*1 *2 *1) (-12 (-5 *2 (-1028)) (-5 *1 (-1029)))))
-((-3624 (((-3 (-484) #1="failed") |#2| (-1090) |#2| (-1073)) 19 T ELT) (((-3 (-484) #1#) |#2| (-1090) (-750 |#2|)) 17 T ELT) (((-3 (-484) #1#) |#2|) 60 T ELT)))
-(((-1030 |#1| |#2|) (-10 -7 (-15 -3624 ((-3 (-484) #1="failed") |#2|)) (-15 -3624 ((-3 (-484) #1#) |#2| (-1090) (-750 |#2|))) (-15 -3624 ((-3 (-484) #1#) |#2| (-1090) |#2| (-1073)))) (-13 (-495) (-950 (-484)) (-580 (-484)) (-392)) (-13 (-27) (-1115) (-364 |#1|))) (T -1030))
-((-3624 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-1073)) (-4 *6 (-13 (-495) (-950 *2) (-580 *2) (-392))) (-5 *2 (-484)) (-5 *1 (-1030 *6 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *6))))) (-3624 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-750 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *6))) (-4 *6 (-13 (-495) (-950 *2) (-580 *2) (-392))) (-5 *2 (-484)) (-5 *1 (-1030 *6 *3)))) (-3624 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-495) (-950 *2) (-580 *2) (-392))) (-5 *2 (-484)) (-5 *1 (-1030 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4))))))
-((-3624 (((-3 (-484) #1="failed") (-350 (-857 |#1|)) (-1090) (-350 (-857 |#1|)) (-1073)) 38 T ELT) (((-3 (-484) #1#) (-350 (-857 |#1|)) (-1090) (-750 (-350 (-857 |#1|)))) 33 T ELT) (((-3 (-484) #1#) (-350 (-857 |#1|))) 14 T ELT)))
-(((-1031 |#1|) (-10 -7 (-15 -3624 ((-3 (-484) #1="failed") (-350 (-857 |#1|)))) (-15 -3624 ((-3 (-484) #1#) (-350 (-857 |#1|)) (-1090) (-750 (-350 (-857 |#1|))))) (-15 -3624 ((-3 (-484) #1#) (-350 (-857 |#1|)) (-1090) (-350 (-857 |#1|)) (-1073)))) (-392)) (T -1031))
-((-3624 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-350 (-857 *6))) (-5 *4 (-1090)) (-5 *5 (-1073)) (-4 *6 (-392)) (-5 *2 (-484)) (-5 *1 (-1031 *6)))) (-3624 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-750 (-350 (-857 *6)))) (-5 *3 (-350 (-857 *6))) (-4 *6 (-392)) (-5 *2 (-484)) (-5 *1 (-1031 *6)))) (-3624 (*1 *2 *3) (|partial| -12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-392)) (-5 *2 (-484)) (-5 *1 (-1031 *4)))))
-((-3650 (((-265 (-484)) (-48)) 12 T ELT)))
-(((-1032) (-10 -7 (-15 -3650 ((-265 (-484)) (-48))))) (T -1032))
-((-3650 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-265 (-484))) (-5 *1 (-1032)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) 22 T ELT)) (-3189 (((-85) $) 49 T ELT)) (-3322 (($ $ $) 28 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 75 T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-2047 (($ $ $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2042 (($ $ $ $) 59 T ELT)) (-3776 (($ $) NIL T ELT)) (-3972 (((-348 $) $) NIL T ELT)) (-1608 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) 61 T ELT)) (-3624 (((-484) $) NIL T ELT)) (-2442 (($ $ $) 56 T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL T ELT)) (-2565 (($ $ $) 42 T ELT)) (-2279 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 70 T ELT) (((-630 (-484)) (-630 $)) 8 T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3025 (((-3 (-350 (-484)) #1#) $) NIL T ELT)) (-3024 (((-85) $) NIL T ELT)) (-3023 (((-350 (-484)) $) NIL T ELT)) (-2995 (($) 73 T ELT) (($ $) 72 T ELT)) (-2564 (($ $ $) 41 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL T ELT)) (-3724 (((-85) $) NIL T ELT)) (-2040 (($ $ $ $) NIL T ELT)) (-2048 (($ $ $) 71 T ELT)) (-3187 (((-85) $) 76 T ELT)) (-1369 (($ $ $) NIL T ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL T ELT)) (-2562 (($ $ $) 27 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 50 T ELT)) (-2674 (((-85) $) 47 T ELT)) (-2561 (($ $) 23 T ELT)) (-3446 (((-632 $) $) NIL T ELT)) (-3188 (((-85) $) 60 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL T ELT)) (-2041 (($ $ $ $) 57 T ELT)) (-2532 (($ $ $) 52 T ELT) (($) 19 T CONST)) (-2858 (($ $ $) 51 T ELT) (($) 18 T CONST)) (-2044 (($ $) NIL T ELT)) (-2010 (((-830) $) 66 T ELT)) (-3834 (($ $) 55 T ELT)) (-2280 (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL T ELT) (((-630 (-484)) (-1179 $)) NIL T ELT)) (-1894 (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2039 (($ $ $) NIL T ELT)) (-3447 (($) NIL T CONST)) (-2400 (($ (-830)) 65 T ELT)) (-2046 (($ $) 33 T ELT)) (-3244 (((-1033) $) 54 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL T ELT)) (-3145 (($ $ $) 45 T ELT) (($ (-583 $)) NIL T ELT)) (-1367 (($ $) NIL T ELT)) (-3733 (((-348 $) $) NIL T ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL T ELT)) (-2675 (((-85) $) 48 T ELT)) (-1607 (((-694) $) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 44 T ELT)) (-3759 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2045 (($ $) 34 T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-484) $) 12 T ELT) (((-473) $) NIL T ELT) (((-800 (-484)) $) NIL T ELT) (((-330) $) NIL T ELT) (((-179) $) NIL T ELT)) (-3947 (((-772) $) 11 T ELT) (($ (-484)) 13 T ELT) (($ $) NIL T ELT) (($ (-484)) 13 T ELT)) (-3127 (((-694)) NIL T CONST)) (-2049 (((-85) $ $) NIL T ELT)) (-3102 (($ $ $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2695 (($) 17 T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2563 (($ $ $) 26 T ELT)) (-2043 (($ $ $ $) 58 T ELT)) (-3384 (($ $) 46 T ELT)) (-2311 (($ $ $) 25 T ELT)) (-2661 (($) 15 T CONST)) (-2667 (($) 16 T CONST)) (-2670 (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2567 (((-85) $ $) 32 T ELT)) (-2568 (((-85) $ $) 30 T ELT)) (-3057 (((-85) $ $) 21 T ELT)) (-2685 (((-85) $ $) 31 T ELT)) (-2686 (((-85) $ $) 29 T ELT)) (-2312 (($ $ $) 24 T ELT)) (-3838 (($ $) 35 T ELT) (($ $ $) 37 T ELT)) (-3840 (($ $ $) 36 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 40 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 14 T ELT) (($ $ $) 38 T ELT) (($ (-484) $) 14 T ELT)))
-(((-1033) (-13 (-483) (-752) (-84) (-10 -8 (-6 -3983) (-6 -3988) (-6 -3984) (-15 -3322 ($ $ $))))) (T -1033))
-((-3322 (*1 *1 *1 *1) (-5 *1 (-1033))))
-((-484) (|%ismall?| |#1|))
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3324 ((|#1| $) 40 T ELT)) (-3725 (($) 6 T CONST)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 52 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 49 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 48 T ELT)) (-3326 ((|#1| |#1| $) 42 T ELT)) (-3325 ((|#1| $) 41 T ELT)) (-2609 (((-583 |#1|) $) 47 T ELT)) (-3246 (((-85) |#1| $) 51 (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 34 T ELT)) (-3610 (($ |#1| $) 35 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-1275 ((|#1| $) 36 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 45 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3323 (((-694) $) 39 T ELT)) (-1730 (((-694) |#1| $) 50 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 46 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) 37 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 44 T ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 43 T ELT)))
-(((-1034 |#1|) (-113) (-1129)) (T -1034))
-((-3326 (*1 *2 *2 *1) (-12 (-4 *1 (-1034 *2)) (-4 *2 (-1129)))) (-3325 (*1 *2 *1) (-12 (-4 *1 (-1034 *2)) (-4 *2 (-1129)))) (-3324 (*1 *2 *1) (-12 (-4 *1 (-1034 *2)) (-4 *2 (-1129)))) (-3323 (*1 *2 *1) (-12 (-4 *1 (-1034 *3)) (-4 *3 (-1129)) (-5 *2 (-694)))))
-(-13 (-76 |t#1|) (-318 |t#1|) (-10 -8 (-15 -3326 (|t#1| |t#1| $)) (-15 -3325 (|t#1| $)) (-15 -3324 (|t#1| $)) (-15 -3323 ((-694) $))))
-(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1035 |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3725 (($) 6 T CONST)) (-3327 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3401 (($ $) 9 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-1035 |#1|) (-113) (-1129)) (T -1035))
-((-3327 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1035 *3)) (-4 *3 (-1129)))))
-(-13 (-429 |t#1|) (-10 -8 (-6 -3997) (-15 -3327 ($ (-1 |t#1| |t#1|) $))))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-1013) |has| |#1| (-1013)) ((-1129) . T))
-((-3331 ((|#3| $) 87 T ELT)) (-3158 (((-3 (-484) #1="failed") $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 |#3| #1#) $) 50 T ELT)) (-3157 (((-484) $) NIL T ELT) (((-350 (-484)) $) NIL T ELT) ((|#3| $) 47 T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL T ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL T ELT) (((-2 (|:| |mat| (-630 |#3|)) (|:| |vec| (-1179 |#3|))) (-630 $) (-1179 $)) 84 T ELT) (((-630 |#3|) (-630 $)) 76 T ELT)) (-3759 (($ $ (-1 |#3| |#3|) (-694)) NIL T ELT) (($ $ (-1 |#3| |#3|)) 28 T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-1090)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT)) (-3330 ((|#3| $) 89 T ELT)) (-3332 ((|#4| $) 43 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ |#3|) 25 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 24 T ELT) (($ $ (-484)) 95 T ELT)))
-(((-1036 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090))) (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1|)) (-15 ** (|#1| |#1| (-484))) (-15 -3330 (|#3| |#1|)) (-15 -3331 (|#3| |#1|)) (-15 -3332 (|#4| |#1|)) (-15 -2279 ((-630 |#3|) (-630 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 |#3|)) (|:| |vec| (-1179 |#3|))) (-630 |#1|) (-1179 |#1|))) (-15 -2279 ((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 |#1|) (-1179 |#1|))) (-15 -2279 ((-630 (-484)) (-630 |#1|))) (-15 -3947 (|#1| |#3|)) (-15 -3158 ((-3 |#3| #1="failed") |#1|)) (-15 -3157 (|#3| |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3759 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3759 (|#1| |#1| (-1 |#3| |#3|) (-694))) (-15 -3947 (|#1| (-484))) (-15 ** (|#1| |#1| (-694))) (-15 ** (|#1| |#1| (-830))) (-15 -3947 ((-772) |#1|))) (-1037 |#2| |#3| |#4| |#5|) (-694) (-961) (-196 |#2| |#3|) (-196 |#2| |#3|)) (T -1036))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3331 ((|#2| $) 90 T ELT)) (-3121 (((-85) $) 132 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3123 (((-85) $) 130 T ELT)) (-3334 (($ |#2|) 93 T ELT)) (-3725 (($) 23 T CONST)) (-3110 (($ $) 149 (|has| |#2| (-258)) ELT)) (-3112 ((|#3| $ (-484)) 144 T ELT)) (-3158 (((-3 (-484) #1="failed") $) 109 (|has| |#2| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) 106 (|has| |#2| (-950 (-350 (-484)))) ELT) (((-3 |#2| #1#) $) 103 T ELT)) (-3157 (((-484) $) 108 (|has| |#2| (-950 (-484))) ELT) (((-350 (-484)) $) 105 (|has| |#2| (-950 (-350 (-484)))) ELT) ((|#2| $) 104 T ELT)) (-2279 (((-630 (-484)) (-630 $)) 99 (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 98 (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) 97 T ELT) (((-630 |#2|) (-630 $)) 96 T ELT)) (-3843 ((|#2| (-1 |#2| |#2| |#2|) $) 114 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 113 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 110 (|has| |#2| (-72)) ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3109 (((-694) $) 150 (|has| |#2| (-495)) ELT)) (-3113 ((|#2| $ (-484) (-484)) 142 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3108 (((-694) $) 151 (|has| |#2| (-495)) ELT)) (-3107 (((-583 |#4|) $) 152 (|has| |#2| (-495)) ELT)) (-3115 (((-694) $) 138 T ELT)) (-3114 (((-694) $) 139 T ELT)) (-3328 ((|#2| $) 85 (|has| |#2| (-6 (-3998 #2="*"))) ELT)) (-3119 (((-484) $) 134 T ELT)) (-3117 (((-484) $) 136 T ELT)) (-2609 (((-583 |#2|) $) 115 T ELT)) (-3246 (((-85) |#2| $) 111 (|has| |#2| (-72)) ELT)) (-3118 (((-484) $) 135 T ELT)) (-3116 (((-484) $) 137 T ELT)) (-3124 (($ (-583 (-583 |#2|))) 129 T ELT)) (-3959 (($ (-1 |#2| |#2| |#2|) $ $) 146 T ELT) (($ (-1 |#2| |#2|) $) 124 T ELT)) (-3595 (((-583 (-583 |#2|)) $) 140 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 101 (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 100 (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) 95 T ELT) (((-630 |#2|) (-1179 $)) 94 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3591 (((-3 $ "failed") $) 84 (|has| |#2| (-312)) ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3467 (((-3 $ "failed") $ |#2|) 147 (|has| |#2| (-495)) ELT)) (-1731 (((-85) (-1 (-85) |#2|) $) 117 T ELT)) (-3769 (($ $ (-583 (-249 |#2|))) 123 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) 122 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) 121 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) 120 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT)) (-1222 (((-85) $ $) 128 T ELT)) (-3404 (((-85) $) 125 T ELT)) (-3566 (($) 126 T ELT)) (-3801 ((|#2| $ (-484) (-484) |#2|) 143 T ELT) ((|#2| $ (-484) (-484)) 141 T ELT)) (-3759 (($ $ (-1 |#2| |#2|) (-694)) 65 T ELT) (($ $ (-1 |#2| |#2|)) 64 T ELT) (($ $) 55 (|has| |#2| (-189)) ELT) (($ $ (-694)) 53 (|has| |#2| (-189)) ELT) (($ $ (-1090)) 63 (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 61 (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 60 (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 59 (|has| |#2| (-811 (-1090))) ELT)) (-3330 ((|#2| $) 89 T ELT)) (-3333 (($ (-583 |#2|)) 92 T ELT)) (-3122 (((-85) $) 131 T ELT)) (-3332 ((|#3| $) 91 T ELT)) (-3329 ((|#2| $) 86 (|has| |#2| (-6 (-3998 #2#))) ELT)) (-1730 (((-694) (-1 (-85) |#2|) $) 116 T ELT) (((-694) |#2| $) 112 (|has| |#2| (-72)) ELT)) (-3401 (($ $) 127 T ELT)) (-3111 ((|#4| $ (-484)) 145 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ (-350 (-484))) 107 (|has| |#2| (-950 (-350 (-484)))) ELT) (($ |#2|) 102 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 118 T ELT)) (-3120 (((-85) $) 133 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1 |#2| |#2|) (-694)) 67 T ELT) (($ $ (-1 |#2| |#2|)) 66 T ELT) (($ $) 54 (|has| |#2| (-189)) ELT) (($ $ (-694)) 52 (|has| |#2| (-189)) ELT) (($ $ (-1090)) 62 (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 58 (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 57 (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 56 (|has| |#2| (-811 (-1090))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#2|) 148 (|has| |#2| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 83 (|has| |#2| (-312)) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#2|) 154 T ELT) (($ |#2| $) 153 T ELT) ((|#4| $ |#4|) 88 T ELT) ((|#3| |#3| $) 87 T ELT)) (-3958 (((-694) $) 119 T ELT)))
-(((-1037 |#1| |#2| |#3| |#4|) (-113) (-694) (-961) (-196 |t#1| |t#2|) (-196 |t#1| |t#2|)) (T -1037))
-((-3334 (*1 *1 *2) (-12 (-4 *2 (-961)) (-4 *1 (-1037 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2)))) (-3333 (*1 *1 *2) (-12 (-5 *2 (-583 *4)) (-4 *4 (-961)) (-4 *1 (-1037 *3 *4 *5 *6)) (-4 *5 (-196 *3 *4)) (-4 *6 (-196 *3 *4)))) (-3332 (*1 *2 *1) (-12 (-4 *1 (-1037 *3 *4 *2 *5)) (-4 *4 (-961)) (-4 *5 (-196 *3 *4)) (-4 *2 (-196 *3 *4)))) (-3331 (*1 *2 *1) (-12 (-4 *1 (-1037 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2)) (-4 *2 (-961)))) (-3330 (*1 *2 *1) (-12 (-4 *1 (-1037 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2)) (-4 *2 (-961)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1037 *3 *4 *5 *2)) (-4 *4 (-961)) (-4 *5 (-196 *3 *4)) (-4 *2 (-196 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1037 *3 *4 *2 *5)) (-4 *4 (-961)) (-4 *2 (-196 *3 *4)) (-4 *5 (-196 *3 *4)))) (-3329 (*1 *2 *1) (-12 (-4 *1 (-1037 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2)) (|has| *2 (-6 (-3998 #1="*"))) (-4 *2 (-961)))) (-3328 (*1 *2 *1) (-12 (-4 *1 (-1037 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2)) (|has| *2 (-6 (-3998 #1#))) (-4 *2 (-961)))) (-3591 (*1 *1 *1) (|partial| -12 (-4 *1 (-1037 *2 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-196 *2 *3)) (-4 *5 (-196 *2 *3)) (-4 *3 (-312)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-1037 *3 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-196 *3 *4)) (-4 *6 (-196 *3 *4)) (-4 *4 (-312)))))
-(-13 (-184 |t#2|) (-82 |t#2| |t#2|) (-965 |t#1| |t#1| |t#2| |t#3| |t#4|) (-355 |t#2|) (-329 |t#2|) (-10 -8 (IF (|has| |t#2| (-146)) (-6 (-654 |t#2|)) |%noBranch|) (-15 -3334 ($ |t#2|)) (-15 -3333 ($ (-583 |t#2|))) (-15 -3332 (|t#3| $)) (-15 -3331 (|t#2| $)) (-15 -3330 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-3998 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -3329 (|t#2| $)) (-15 -3328 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-312)) (PROGN (-15 -3591 ((-3 $ "failed") $)) (-15 ** ($ $ (-484)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-3998 #1="*"))) ((-72) . T) ((-82 |#2| |#2|) . T) ((-104) . T) ((-555 (-350 (-484))) |has| |#2| (-950 (-350 (-484)))) ((-555 (-484)) . T) ((-555 |#2|) . T) ((-552 (-772)) . T) ((-186 $) OR (|has| |#2| (-189)) (|has| |#2| (-190))) ((-184 |#2|) . T) ((-190) |has| |#2| (-190)) ((-189) OR (|has| |#2| (-189)) (|has| |#2| (-190))) ((-225 |#2|) . T) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-318 |#2|) . T) ((-329 |#2|) . T) ((-355 |#2|) . T) ((-429 |#2|) . T) ((-455 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-13) . T) ((-588 (-484)) . T) ((-588 |#2|) . T) ((-588 $) . T) ((-590 (-484)) |has| |#2| (-580 (-484))) ((-590 |#2|) . T) ((-590 $) . T) ((-582 |#2|) OR (|has| |#2| (-146)) (|has| |#2| (-6 (-3998 #1#)))) ((-580 (-484)) |has| |#2| (-580 (-484))) ((-580 |#2|) . T) ((-654 |#2|) OR (|has| |#2| (-146)) (|has| |#2| (-6 (-3998 #1#)))) ((-663) . T) ((-806 $ (-1090)) OR (|has| |#2| (-811 (-1090))) (|has| |#2| (-809 (-1090)))) ((-809 (-1090)) |has| |#2| (-809 (-1090))) ((-811 (-1090)) OR (|has| |#2| (-811 (-1090))) (|has| |#2| (-809 (-1090)))) ((-965 |#1| |#1| |#2| |#3| |#4|) . T) ((-950 (-350 (-484))) |has| |#2| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#2| (-950 (-484))) ((-950 |#2|) . T) ((-963 |#2|) . T) ((-968 |#2|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-3337 ((|#4| |#4|) 81 T ELT)) (-3335 ((|#4| |#4|) 76 T ELT)) (-3339 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2012 (-583 |#3|))) |#4| |#3|) 91 T ELT)) (-3338 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 80 T ELT)) (-3336 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 78 T ELT)))
-(((-1038 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3335 (|#4| |#4|)) (-15 -3336 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3337 (|#4| |#4|)) (-15 -3338 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -3339 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2012 (-583 |#3|))) |#4| |#3|))) (-258) (-324 |#1|) (-324 |#1|) (-627 |#1| |#2| |#3|)) (T -1038))
-((-3339 (*1 *2 *3 *4) (-12 (-4 *5 (-258)) (-4 *6 (-324 *5)) (-4 *4 (-324 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2012 (-583 *4)))) (-5 *1 (-1038 *5 *6 *4 *3)) (-4 *3 (-627 *5 *6 *4)))) (-3338 (*1 *2 *3) (-12 (-4 *4 (-258)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1038 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6)))) (-3337 (*1 *2 *2) (-12 (-4 *3 (-258)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-1038 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))) (-3336 (*1 *2 *3) (-12 (-4 *4 (-258)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1038 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6)))) (-3335 (*1 *2 *2) (-12 (-4 *3 (-258)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-1038 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 18 T ELT)) (-3082 (((-583 |#2|) $) 174 T ELT)) (-3084 (((-1085 $) $ |#2|) 60 T ELT) (((-1085 |#1|) $) 49 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 116 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 118 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 120 (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 |#2|)) 214 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) 167 T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 |#2| #1#) $) NIL T ELT)) (-3157 ((|#1| $) 165 T ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) ((|#2| $) NIL T ELT)) (-3757 (($ $ $ |#2|) NIL (|has| |#1| (-146)) ELT)) (-3960 (($ $) 218 T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) 90 T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ |#2|) NIL (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-821)) ELT)) (-1624 (($ $ |#1| (-469 |#2|) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| |#1| (-796 (-330))) (|has| |#2| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| |#1| (-796 (-484))) (|has| |#2| (-796 (-484)))) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 20 T ELT)) (-2420 (((-694) $) 30 T ELT)) (-3085 (($ (-1085 |#1|) |#2|) 54 T ELT) (($ (-1085 $) |#2|) 71 T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) 38 T ELT)) (-2894 (($ |#1| (-469 |#2|)) 78 T ELT) (($ $ |#2| (-694)) 58 T ELT) (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ |#2|) NIL T ELT)) (-2821 (((-469 |#2|) $) 205 T ELT) (((-694) $ |#2|) 206 T ELT) (((-583 (-694)) $ (-583 |#2|)) 207 T ELT)) (-1625 (($ (-1 (-469 |#2|) (-469 |#2|)) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 128 T ELT)) (-3083 (((-3 |#2| #1#) $) 177 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2895 (($ $) 217 T ELT)) (-3175 ((|#1| $) 43 T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| |#2|) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) 39 T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 148 (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) 153 (|has| |#1| (-392)) ELT) (($ $ $) 138 (|has| |#1| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-821)) ELT)) (-3467 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ $) 126 (|has| |#1| (-495)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ |#2| |#1|) 180 T ELT) (($ $ (-583 |#2|) (-583 |#1|)) 195 T ELT) (($ $ |#2| $) 179 T ELT) (($ $ (-583 |#2|) (-583 $)) 194 T ELT)) (-3758 (($ $ |#2|) NIL (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT) (($ $ |#2| (-694)) NIL T ELT) (($ $ (-583 |#2|)) NIL T ELT) (($ $ |#2|) 216 T ELT)) (-3949 (((-469 |#2|) $) 201 T ELT) (((-694) $ |#2|) 196 T ELT) (((-583 (-694)) $ (-583 |#2|)) 199 T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| |#1| (-553 (-800 (-330)))) (|has| |#2| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| |#1| (-553 (-800 (-484)))) (|has| |#2| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| |#1| (-553 (-473))) (|has| |#2| (-553 (-473)))) ELT)) (-2818 ((|#1| $) 134 (|has| |#1| (-392)) ELT) (($ $ |#2|) 137 (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3947 (((-772) $) 159 T ELT) (($ (-484)) 84 T ELT) (($ |#1|) 85 T ELT) (($ |#2|) 33 T ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-3818 (((-583 |#1|) $) 162 T ELT)) (-3678 ((|#1| $ (-469 |#2|)) 80 T ELT) (($ $ |#2| (-694)) NIL T ELT) (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) 87 T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) 123 (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 12 T CONST)) (-2667 (($) 14 T CONST)) (-2670 (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT) (($ $ |#2| (-694)) NIL T ELT) (($ $ (-583 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-3057 (((-85) $ $) 106 T ELT)) (-3950 (($ $ |#1|) 132 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 93 T ELT) (($ $ $) 104 T ELT)) (-3840 (($ $ $) 55 T ELT)) (** (($ $ (-830)) 110 T ELT) (($ $ (-694)) 109 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 96 T ELT) (($ $ $) 72 T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 99 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-1039 |#1| |#2|) (-861 |#1| (-469 |#2|) |#2|) (-961) (-756)) (T -1039))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 |#2|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3493 (($ $) 149 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 125 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3491 (($ $) 145 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 121 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3495 (($ $) 153 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 129 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3815 (((-857 |#1|) $ (-694)) NIL T ELT) (((-857 |#1|) $ (-694) (-694)) NIL T ELT)) (-2893 (((-85) $) NIL T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-694) $ |#2|) NIL T ELT) (((-694) $ |#2| (-694)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ $ (-583 |#2|) (-583 (-469 |#2|))) NIL T ELT) (($ $ |#2| (-469 |#2|)) NIL T ELT) (($ |#1| (-469 |#2|)) NIL T ELT) (($ $ |#2| (-694)) 63 T ELT) (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3943 (($ $) 119 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3813 (($ $ |#2|) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ |#2| |#1|) 171 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3677 (($ (-1 $) |#2| |#1|) 170 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3770 (($ $ (-694)) 17 T ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-3944 (($ $) 117 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (($ $ |#2| $) 104 T ELT) (($ $ (-583 |#2|) (-583 $)) 99 T ELT) (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT)) (-3759 (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT) (($ $ |#2| (-694)) NIL T ELT) (($ $ (-583 |#2|)) NIL T ELT) (($ $ |#2|) 106 T ELT)) (-3949 (((-469 |#2|) $) NIL T ELT)) (-3340 (((-1 (-1069 |#3|) |#3|) (-583 |#2|) (-583 (-1069 |#3|))) 87 T ELT)) (-3496 (($ $) 155 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 131 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 151 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 127 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 147 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 123 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) 19 T ELT)) (-3947 (((-772) $) 194 T ELT) (($ (-484)) NIL T ELT) (($ |#1|) 45 (|has| |#1| (-146)) ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#2|) 70 T ELT) (($ |#3|) 68 T ELT)) (-3678 ((|#1| $ (-469 |#2|)) NIL T ELT) (($ $ |#2| (-694)) NIL T ELT) (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT) ((|#3| $ (-694)) 43 T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) 161 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 137 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) 157 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 133 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 165 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 141 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) 167 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 143 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 163 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 139 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 159 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 135 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 52 T CONST)) (-2667 (($) 62 T CONST)) (-2670 (($ $ (-583 |#2|) (-583 (-694))) NIL T ELT) (($ $ |#2| (-694)) NIL T ELT) (($ $ (-583 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) 196 (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 66 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 77 T ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 109 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 65 T ELT) (($ $ (-350 (-484))) 114 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) 112 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 48 T ELT) (($ $ |#1|) 49 T ELT) (($ |#3| $) 47 T ELT)))
-(((-1040 |#1| |#2| |#3|) (-13 (-679 |#1| |#2|) (-10 -8 (-15 -3678 (|#3| $ (-694))) (-15 -3947 ($ |#2|)) (-15 -3947 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -3340 ((-1 (-1069 |#3|) |#3|) (-583 |#2|) (-583 (-1069 |#3|)))) (IF (|has| |#1| (-38 (-350 (-484)))) (PROGN (-15 -3813 ($ $ |#2| |#1|)) (-15 -3677 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-961) (-756) (-861 |#1| (-469 |#2|) |#2|)) (T -1040))
-((-3678 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *2 (-861 *4 (-469 *5) *5)) (-5 *1 (-1040 *4 *5 *2)) (-4 *4 (-961)) (-4 *5 (-756)))) (-3947 (*1 *1 *2) (-12 (-4 *3 (-961)) (-4 *2 (-756)) (-5 *1 (-1040 *3 *2 *4)) (-4 *4 (-861 *3 (-469 *2) *2)))) (-3947 (*1 *1 *2) (-12 (-4 *3 (-961)) (-4 *4 (-756)) (-5 *1 (-1040 *3 *4 *2)) (-4 *2 (-861 *3 (-469 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-961)) (-4 *4 (-756)) (-5 *1 (-1040 *3 *4 *2)) (-4 *2 (-861 *3 (-469 *4) *4)))) (-3340 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *6)) (-5 *4 (-583 (-1069 *7))) (-4 *6 (-756)) (-4 *7 (-861 *5 (-469 *6) *6)) (-4 *5 (-961)) (-5 *2 (-1 (-1069 *7) *7)) (-5 *1 (-1040 *5 *6 *7)))) (-3813 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-4 *2 (-756)) (-5 *1 (-1040 *3 *2 *4)) (-4 *4 (-861 *3 (-469 *2) *2)))) (-3677 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1040 *4 *3 *5))) (-4 *4 (-38 (-350 (-484)))) (-4 *4 (-961)) (-4 *3 (-756)) (-5 *1 (-1040 *4 *3 *5)) (-4 *5 (-861 *4 (-469 *3) *3)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3682 (((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 |#4|)))) (-583 |#4|)) 90 T ELT)) (-3683 (((-583 $) (-583 |#4|)) 91 T ELT) (((-583 $) (-583 |#4|) (-85)) 119 T ELT)) (-3082 (((-583 |#3|) $) 38 T ELT)) (-2909 (((-85) $) 31 T ELT)) (-2900 (((-85) $) 22 (|has| |#1| (-495)) ELT)) (-3694 (((-85) |#4| $) 106 T ELT) (((-85) $) 102 T ELT)) (-3689 ((|#4| |#4| $) 97 T ELT)) (-3776 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| $) 134 T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3711 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 84 T ELT)) (-3725 (($) 57 T CONST)) (-2905 (((-85) $) 27 (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) 29 (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) 28 (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) 30 (|has| |#1| (-495)) ELT)) (-3690 (((-583 |#4|) (-583 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 98 T ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) 23 (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) 24 (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ "failed") (-583 |#4|)) 41 T ELT)) (-3157 (($ (-583 |#4|)) 40 T ELT)) (-3800 (((-3 $ #1#) $) 87 T ELT)) (-3686 ((|#4| |#4| $) 94 T ELT)) (-1353 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3407 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-495)) ELT)) (-3695 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) 107 T ELT)) (-3684 ((|#4| |#4| $) 92 T ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 99 T ELT)) (-3697 (((-2 (|:| -3862 (-583 |#4|)) (|:| -1702 (-583 |#4|))) $) 110 T ELT)) (-3198 (((-85) |#4| $) 144 T ELT)) (-3196 (((-85) |#4| $) 141 T ELT)) (-3199 (((-85) |#4| $) 145 T ELT) (((-85) $) 142 T ELT)) (-3696 (((-85) |#4| $) 109 T ELT) (((-85) $) 108 T ELT)) (-3181 ((|#3| $) 39 T ELT)) (-2609 (((-583 |#4|) $) 47 T ELT)) (-3246 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3327 (($ (-1 |#4| |#4|) $) 116 T ELT)) (-3959 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2915 (((-583 |#3|) $) 37 T ELT)) (-2914 (((-85) |#3| $) 36 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3192 (((-3 |#4| (-583 $)) |#4| |#4| $) 136 T ELT)) (-3191 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| |#4| $) 135 T ELT)) (-3799 (((-3 |#4| #1#) $) 88 T ELT)) (-3193 (((-583 $) |#4| $) 137 T ELT)) (-3195 (((-3 (-85) (-583 $)) |#4| $) 140 T ELT)) (-3194 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 $))) |#4| $) 139 T ELT) (((-85) |#4| $) 138 T ELT)) (-3239 (((-583 $) |#4| $) 133 T ELT) (((-583 $) (-583 |#4|) $) 132 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 131 T ELT) (((-583 $) |#4| (-583 $)) 130 T ELT)) (-3441 (($ |#4| $) 125 T ELT) (($ (-583 |#4|) $) 124 T ELT)) (-3698 (((-583 |#4|) $) 112 T ELT)) (-3692 (((-85) |#4| $) 104 T ELT) (((-85) $) 100 T ELT)) (-3687 ((|#4| |#4| $) 95 T ELT)) (-3700 (((-85) $ $) 115 T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-495)) ELT)) (-3693 (((-85) |#4| $) 105 T ELT) (((-85) $) 101 T ELT)) (-3688 ((|#4| |#4| $) 96 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3802 (((-3 |#4| #1#) $) 89 T ELT)) (-1354 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-3680 (((-3 $ #1#) $ |#4|) 83 T ELT)) (-3770 (($ $ |#4|) 82 T ELT) (((-583 $) |#4| $) 123 T ELT) (((-583 $) |#4| (-583 $)) 122 T ELT) (((-583 $) (-583 |#4|) $) 121 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 120 T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) 53 T ELT)) (-3404 (((-85) $) 56 T ELT)) (-3566 (($) 55 T ELT)) (-3949 (((-694) $) 111 T ELT)) (-1730 (((-694) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) 46 T ELT)) (-3401 (($ $) 54 T ELT)) (-3973 (((-473) $) 69 (|has| |#4| (-553 (-473))) ELT)) (-3531 (($ (-583 |#4|)) 63 T ELT)) (-2911 (($ $ |#3|) 33 T ELT)) (-2913 (($ $ |#3|) 35 T ELT)) (-3685 (($ $) 93 T ELT)) (-2912 (($ $ |#3|) 34 T ELT)) (-3947 (((-772) $) 13 T ELT) (((-583 |#4|) $) 42 T ELT)) (-3679 (((-694) $) 81 (|has| |#3| (-320)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4| |#4|)) 114 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) 113 T ELT)) (-3691 (((-85) $ (-1 (-85) |#4| (-583 |#4|))) 103 T ELT)) (-3190 (((-583 $) |#4| $) 129 T ELT) (((-583 $) |#4| (-583 $)) 128 T ELT) (((-583 $) (-583 |#4|) $) 127 T ELT) (((-583 $) (-583 |#4|) (-583 $)) 126 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3681 (((-583 |#3|) $) 86 T ELT)) (-3197 (((-85) |#4| $) 143 T ELT)) (-3934 (((-85) |#3| $) 85 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3958 (((-694) $) 43 T ELT)))
-(((-1041 |#1| |#2| |#3| |#4|) (-113) (-392) (-717) (-756) (-977 |t#1| |t#2| |t#3|)) (T -1041))
-NIL
-(-13 (-1020 |t#1| |t#2| |t#3| |t#4|) (-707 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-72) . T) ((-552 (-583 |#4|)) . T) ((-552 (-772)) . T) ((-124 |#4|) . T) ((-553 (-473)) |has| |#4| (-553 (-473))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-455 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-13) . T) ((-707 |#1| |#2| |#3| |#4|) . T) ((-889 |#1| |#2| |#3| |#4|) . T) ((-983 |#1| |#2| |#3| |#4|) . T) ((-1013) . T) ((-1035 |#4|) . T) ((-1020 |#1| |#2| |#3| |#4|) . T) ((-1124 |#1| |#2| |#3| |#4|) . T) ((-1129) . T))
-((-3574 (((-583 |#2|) |#1|) 15 T ELT)) (-3346 (((-583 |#2|) |#2| |#2| |#2| |#2| |#2|) 47 T ELT) (((-583 |#2|) |#1|) 61 T ELT)) (-3344 (((-583 |#2|) |#2| |#2| |#2|) 45 T ELT) (((-583 |#2|) |#1|) 59 T ELT)) (-3341 ((|#2| |#1|) 54 T ELT)) (-3342 (((-2 (|:| |solns| (-583 |#2|)) (|:| |maps| (-583 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 20 T ELT)) (-3343 (((-583 |#2|) |#2| |#2|) 42 T ELT) (((-583 |#2|) |#1|) 58 T ELT)) (-3345 (((-583 |#2|) |#2| |#2| |#2| |#2|) 46 T ELT) (((-583 |#2|) |#1|) 60 T ELT)) (-3350 ((|#2| |#2| |#2| |#2| |#2| |#2|) 53 T ELT)) (-3348 ((|#2| |#2| |#2| |#2|) 51 T ELT)) (-3347 ((|#2| |#2| |#2|) 50 T ELT)) (-3349 ((|#2| |#2| |#2| |#2| |#2|) 52 T ELT)))
-(((-1042 |#1| |#2|) (-10 -7 (-15 -3574 ((-583 |#2|) |#1|)) (-15 -3341 (|#2| |#1|)) (-15 -3342 ((-2 (|:| |solns| (-583 |#2|)) (|:| |maps| (-583 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -3343 ((-583 |#2|) |#1|)) (-15 -3344 ((-583 |#2|) |#1|)) (-15 -3345 ((-583 |#2|) |#1|)) (-15 -3346 ((-583 |#2|) |#1|)) (-15 -3343 ((-583 |#2|) |#2| |#2|)) (-15 -3344 ((-583 |#2|) |#2| |#2| |#2|)) (-15 -3345 ((-583 |#2|) |#2| |#2| |#2| |#2|)) (-15 -3346 ((-583 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3347 (|#2| |#2| |#2|)) (-15 -3348 (|#2| |#2| |#2| |#2|)) (-15 -3349 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3350 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1155 |#2|) (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (T -1042))
-((-3350 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *1 (-1042 *3 *2)) (-4 *3 (-1155 *2)))) (-3349 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *1 (-1042 *3 *2)) (-4 *3 (-1155 *2)))) (-3348 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *1 (-1042 *3 *2)) (-4 *3 (-1155 *2)))) (-3347 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *1 (-1042 *3 *2)) (-4 *3 (-1155 *2)))) (-3346 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *2 (-583 *3)) (-5 *1 (-1042 *4 *3)) (-4 *4 (-1155 *3)))) (-3345 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *2 (-583 *3)) (-5 *1 (-1042 *4 *3)) (-4 *4 (-1155 *3)))) (-3344 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *2 (-583 *3)) (-5 *1 (-1042 *4 *3)) (-4 *4 (-1155 *3)))) (-3343 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *2 (-583 *3)) (-5 *1 (-1042 *4 *3)) (-4 *4 (-1155 *3)))) (-3346 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *2 (-583 *4)) (-5 *1 (-1042 *3 *4)) (-4 *3 (-1155 *4)))) (-3345 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *2 (-583 *4)) (-5 *1 (-1042 *3 *4)) (-4 *3 (-1155 *4)))) (-3344 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *2 (-583 *4)) (-5 *1 (-1042 *3 *4)) (-4 *3 (-1155 *4)))) (-3343 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *2 (-583 *4)) (-5 *1 (-1042 *3 *4)) (-4 *3 (-1155 *4)))) (-3342 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *2 (-2 (|:| |solns| (-583 *5)) (|:| |maps| (-583 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1042 *3 *5)) (-4 *3 (-1155 *5)))) (-3341 (*1 *2 *3) (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *1 (-1042 *3 *2)) (-4 *3 (-1155 *2)))) (-3574 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484))))))) (-5 *2 (-583 *4)) (-5 *1 (-1042 *3 *4)) (-4 *3 (-1155 *4)))))
-((-3351 (((-583 (-583 (-249 (-265 |#1|)))) (-583 (-249 (-350 (-857 |#1|))))) 119 T ELT) (((-583 (-583 (-249 (-265 |#1|)))) (-583 (-249 (-350 (-857 |#1|)))) (-583 (-1090))) 118 T ELT) (((-583 (-583 (-249 (-265 |#1|)))) (-583 (-350 (-857 |#1|)))) 116 T ELT) (((-583 (-583 (-249 (-265 |#1|)))) (-583 (-350 (-857 |#1|))) (-583 (-1090))) 113 T ELT) (((-583 (-249 (-265 |#1|))) (-249 (-350 (-857 |#1|)))) 97 T ELT) (((-583 (-249 (-265 |#1|))) (-249 (-350 (-857 |#1|))) (-1090)) 98 T ELT) (((-583 (-249 (-265 |#1|))) (-350 (-857 |#1|))) 92 T ELT) (((-583 (-249 (-265 |#1|))) (-350 (-857 |#1|)) (-1090)) 82 T ELT)) (-3352 (((-583 (-583 (-265 |#1|))) (-583 (-350 (-857 |#1|))) (-583 (-1090))) 111 T ELT) (((-583 (-265 |#1|)) (-350 (-857 |#1|)) (-1090)) 54 T ELT)) (-3353 (((-1080 (-583 (-265 |#1|)) (-583 (-249 (-265 |#1|)))) (-350 (-857 |#1|)) (-1090)) 123 T ELT) (((-1080 (-583 (-265 |#1|)) (-583 (-249 (-265 |#1|)))) (-249 (-350 (-857 |#1|))) (-1090)) 122 T ELT)))
-(((-1043 |#1|) (-10 -7 (-15 -3351 ((-583 (-249 (-265 |#1|))) (-350 (-857 |#1|)) (-1090))) (-15 -3351 ((-583 (-249 (-265 |#1|))) (-350 (-857 |#1|)))) (-15 -3351 ((-583 (-249 (-265 |#1|))) (-249 (-350 (-857 |#1|))) (-1090))) (-15 -3351 ((-583 (-249 (-265 |#1|))) (-249 (-350 (-857 |#1|))))) (-15 -3351 ((-583 (-583 (-249 (-265 |#1|)))) (-583 (-350 (-857 |#1|))) (-583 (-1090)))) (-15 -3351 ((-583 (-583 (-249 (-265 |#1|)))) (-583 (-350 (-857 |#1|))))) (-15 -3351 ((-583 (-583 (-249 (-265 |#1|)))) (-583 (-249 (-350 (-857 |#1|)))) (-583 (-1090)))) (-15 -3351 ((-583 (-583 (-249 (-265 |#1|)))) (-583 (-249 (-350 (-857 |#1|)))))) (-15 -3352 ((-583 (-265 |#1|)) (-350 (-857 |#1|)) (-1090))) (-15 -3352 ((-583 (-583 (-265 |#1|))) (-583 (-350 (-857 |#1|))) (-583 (-1090)))) (-15 -3353 ((-1080 (-583 (-265 |#1|)) (-583 (-249 (-265 |#1|)))) (-249 (-350 (-857 |#1|))) (-1090))) (-15 -3353 ((-1080 (-583 (-265 |#1|)) (-583 (-249 (-265 |#1|)))) (-350 (-857 |#1|)) (-1090)))) (-13 (-258) (-120))) (T -1043))
-((-3353 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-1080 (-583 (-265 *5)) (-583 (-249 (-265 *5))))) (-5 *1 (-1043 *5)))) (-3353 (*1 *2 *3 *4) (-12 (-5 *3 (-249 (-350 (-857 *5)))) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-1080 (-583 (-265 *5)) (-583 (-249 (-265 *5))))) (-5 *1 (-1043 *5)))) (-3352 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-350 (-857 *5)))) (-5 *4 (-583 (-1090))) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-583 (-265 *5)))) (-5 *1 (-1043 *5)))) (-3352 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-265 *5))) (-5 *1 (-1043 *5)))) (-3351 (*1 *2 *3) (-12 (-5 *3 (-583 (-249 (-350 (-857 *4))))) (-4 *4 (-13 (-258) (-120))) (-5 *2 (-583 (-583 (-249 (-265 *4))))) (-5 *1 (-1043 *4)))) (-3351 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-249 (-350 (-857 *5))))) (-5 *4 (-583 (-1090))) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-583 (-249 (-265 *5))))) (-5 *1 (-1043 *5)))) (-3351 (*1 *2 *3) (-12 (-5 *3 (-583 (-350 (-857 *4)))) (-4 *4 (-13 (-258) (-120))) (-5 *2 (-583 (-583 (-249 (-265 *4))))) (-5 *1 (-1043 *4)))) (-3351 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-350 (-857 *5)))) (-5 *4 (-583 (-1090))) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-583 (-249 (-265 *5))))) (-5 *1 (-1043 *5)))) (-3351 (*1 *2 *3) (-12 (-5 *3 (-249 (-350 (-857 *4)))) (-4 *4 (-13 (-258) (-120))) (-5 *2 (-583 (-249 (-265 *4)))) (-5 *1 (-1043 *4)))) (-3351 (*1 *2 *3 *4) (-12 (-5 *3 (-249 (-350 (-857 *5)))) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-249 (-265 *5)))) (-5 *1 (-1043 *5)))) (-3351 (*1 *2 *3) (-12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-13 (-258) (-120))) (-5 *2 (-583 (-249 (-265 *4)))) (-5 *1 (-1043 *4)))) (-3351 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-249 (-265 *5)))) (-5 *1 (-1043 *5)))))
-((-3355 (((-350 (-1085 (-265 |#1|))) (-1179 (-265 |#1|)) (-350 (-1085 (-265 |#1|))) (-484)) 36 T ELT)) (-3354 (((-350 (-1085 (-265 |#1|))) (-350 (-1085 (-265 |#1|))) (-350 (-1085 (-265 |#1|))) (-350 (-1085 (-265 |#1|)))) 48 T ELT)))
-(((-1044 |#1|) (-10 -7 (-15 -3354 ((-350 (-1085 (-265 |#1|))) (-350 (-1085 (-265 |#1|))) (-350 (-1085 (-265 |#1|))) (-350 (-1085 (-265 |#1|))))) (-15 -3355 ((-350 (-1085 (-265 |#1|))) (-1179 (-265 |#1|)) (-350 (-1085 (-265 |#1|))) (-484)))) (-495)) (T -1044))
-((-3355 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-350 (-1085 (-265 *5)))) (-5 *3 (-1179 (-265 *5))) (-5 *4 (-484)) (-4 *5 (-495)) (-5 *1 (-1044 *5)))) (-3354 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-350 (-1085 (-265 *3)))) (-4 *3 (-495)) (-5 *1 (-1044 *3)))))
-((-3574 (((-583 (-583 (-249 (-265 |#1|)))) (-583 (-249 (-265 |#1|))) (-583 (-1090))) 244 T ELT) (((-583 (-249 (-265 |#1|))) (-265 |#1|) (-1090)) 23 T ELT) (((-583 (-249 (-265 |#1|))) (-249 (-265 |#1|)) (-1090)) 29 T ELT) (((-583 (-249 (-265 |#1|))) (-249 (-265 |#1|))) 28 T ELT) (((-583 (-249 (-265 |#1|))) (-265 |#1|)) 24 T ELT)))
-(((-1045 |#1|) (-10 -7 (-15 -3574 ((-583 (-249 (-265 |#1|))) (-265 |#1|))) (-15 -3574 ((-583 (-249 (-265 |#1|))) (-249 (-265 |#1|)))) (-15 -3574 ((-583 (-249 (-265 |#1|))) (-249 (-265 |#1|)) (-1090))) (-15 -3574 ((-583 (-249 (-265 |#1|))) (-265 |#1|) (-1090))) (-15 -3574 ((-583 (-583 (-249 (-265 |#1|)))) (-583 (-249 (-265 |#1|))) (-583 (-1090))))) (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (T -1045))
-((-3574 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-1090))) (-4 *5 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-583 (-583 (-249 (-265 *5))))) (-5 *1 (-1045 *5)) (-5 *3 (-583 (-249 (-265 *5)))))) (-3574 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-583 (-249 (-265 *5)))) (-5 *1 (-1045 *5)) (-5 *3 (-265 *5)))) (-3574 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-583 (-249 (-265 *5)))) (-5 *1 (-1045 *5)) (-5 *3 (-249 (-265 *5))))) (-3574 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-583 (-249 (-265 *4)))) (-5 *1 (-1045 *4)) (-5 *3 (-249 (-265 *4))))) (-3574 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *2 (-583 (-249 (-265 *4)))) (-5 *1 (-1045 *4)) (-5 *3 (-265 *4)))))
-((-3357 ((|#2| |#2|) 28 (|has| |#1| (-756)) ELT) ((|#2| |#2| (-1 (-85) |#1| |#1|)) 25 T ELT)) (-3356 ((|#2| |#2|) 27 (|has| |#1| (-756)) ELT) ((|#2| |#2| (-1 (-85) |#1| |#1|)) 22 T ELT)))
-(((-1046 |#1| |#2|) (-10 -7 (-15 -3356 (|#2| |#2| (-1 (-85) |#1| |#1|))) (-15 -3357 (|#2| |#2| (-1 (-85) |#1| |#1|))) (IF (|has| |#1| (-756)) (PROGN (-15 -3356 (|#2| |#2|)) (-15 -3357 (|#2| |#2|))) |%noBranch|)) (-1129) (-13 (-538 (-484) |#1|) (-318 |#1|) (-1035 |#1|))) (T -1046))
-((-3357 (*1 *2 *2) (-12 (-4 *3 (-756)) (-4 *3 (-1129)) (-5 *1 (-1046 *3 *2)) (-4 *2 (-13 (-538 (-484) *3) (-318 *3) (-1035 *3))))) (-3356 (*1 *2 *2) (-12 (-4 *3 (-756)) (-4 *3 (-1129)) (-5 *1 (-1046 *3 *2)) (-4 *2 (-13 (-538 (-484) *3) (-318 *3) (-1035 *3))))) (-3357 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1129)) (-5 *1 (-1046 *4 *2)) (-4 *2 (-13 (-538 (-484) *4) (-318 *4) (-1035 *4))))) (-3356 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1129)) (-5 *1 (-1046 *4 *2)) (-4 *2 (-13 (-538 (-484) *4) (-318 *4) (-1035 *4))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3889 (((-1079 3 |#1|) $) 141 T ELT)) (-3367 (((-85) $) 101 T ELT)) (-3368 (($ $ (-583 (-854 |#1|))) 44 T ELT) (($ $ (-583 (-583 |#1|))) 104 T ELT) (($ (-583 (-854 |#1|))) 103 T ELT) (((-583 (-854 |#1|)) $) 102 T ELT)) (-3373 (((-85) $) 72 T ELT)) (-3707 (($ $ (-854 |#1|)) 76 T ELT) (($ $ (-583 |#1|)) 81 T ELT) (($ $ (-694)) 83 T ELT) (($ (-854 |#1|)) 77 T ELT) (((-854 |#1|) $) 75 T ELT)) (-3359 (((-2 (|:| -3851 (-694)) (|:| |curves| (-694)) (|:| |polygons| (-694)) (|:| |constructs| (-694))) $) 139 T ELT)) (-3377 (((-694) $) 53 T ELT)) (-3378 (((-694) $) 52 T ELT)) (-3888 (($ $ (-694) (-854 |#1|)) 67 T ELT)) (-3365 (((-85) $) 111 T ELT)) (-3366 (($ $ (-583 (-583 (-854 |#1|))) (-583 (-145)) (-145)) 118 T ELT) (($ $ (-583 (-583 (-583 |#1|))) (-583 (-145)) (-145)) 120 T ELT) (($ $ (-583 (-583 (-854 |#1|))) (-85) (-85)) 115 T ELT) (($ $ (-583 (-583 (-583 |#1|))) (-85) (-85)) 127 T ELT) (($ (-583 (-583 (-854 |#1|)))) 116 T ELT) (($ (-583 (-583 (-854 |#1|))) (-85) (-85)) 117 T ELT) (((-583 (-583 (-854 |#1|))) $) 114 T ELT)) (-3519 (($ (-583 $)) 56 T ELT) (($ $ $) 57 T ELT)) (-3360 (((-583 (-145)) $) 133 T ELT)) (-3364 (((-583 (-854 |#1|)) $) 130 T ELT)) (-3361 (((-583 (-583 (-145))) $) 132 T ELT)) (-3362 (((-583 (-583 (-583 (-854 |#1|)))) $) NIL T ELT)) (-3363 (((-583 (-583 (-583 (-694)))) $) 131 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3374 (((-694) $ (-583 (-854 |#1|))) 65 T ELT)) (-3371 (((-85) $) 84 T ELT)) (-3372 (($ $ (-583 (-854 |#1|))) 86 T ELT) (($ $ (-583 (-583 |#1|))) 92 T ELT) (($ (-583 (-854 |#1|))) 87 T ELT) (((-583 (-854 |#1|)) $) 85 T ELT)) (-3379 (($) 48 T ELT) (($ (-1079 3 |#1|)) 49 T ELT)) (-3401 (($ $) 63 T ELT)) (-3375 (((-583 $) $) 62 T ELT)) (-3755 (($ (-583 $)) 59 T ELT)) (-3376 (((-583 $) $) 61 T ELT)) (-3947 (((-772) $) 146 T ELT)) (-3369 (((-85) $) 94 T ELT)) (-3370 (($ $ (-583 (-854 |#1|))) 96 T ELT) (($ $ (-583 (-583 |#1|))) 99 T ELT) (($ (-583 (-854 |#1|))) 97 T ELT) (((-583 (-854 |#1|)) $) 95 T ELT)) (-3358 (($ $) 140 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1047 |#1|) (-1048 |#1|) (-961)) (T -1047))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3889 (((-1079 3 |#1|) $) 17 T ELT)) (-3367 (((-85) $) 33 T ELT)) (-3368 (($ $ (-583 (-854 |#1|))) 37 T ELT) (($ $ (-583 (-583 |#1|))) 36 T ELT) (($ (-583 (-854 |#1|))) 35 T ELT) (((-583 (-854 |#1|)) $) 34 T ELT)) (-3373 (((-85) $) 48 T ELT)) (-3707 (($ $ (-854 |#1|)) 53 T ELT) (($ $ (-583 |#1|)) 52 T ELT) (($ $ (-694)) 51 T ELT) (($ (-854 |#1|)) 50 T ELT) (((-854 |#1|) $) 49 T ELT)) (-3359 (((-2 (|:| -3851 (-694)) (|:| |curves| (-694)) (|:| |polygons| (-694)) (|:| |constructs| (-694))) $) 19 T ELT)) (-3377 (((-694) $) 62 T ELT)) (-3378 (((-694) $) 63 T ELT)) (-3888 (($ $ (-694) (-854 |#1|)) 54 T ELT)) (-3365 (((-85) $) 25 T ELT)) (-3366 (($ $ (-583 (-583 (-854 |#1|))) (-583 (-145)) (-145)) 32 T ELT) (($ $ (-583 (-583 (-583 |#1|))) (-583 (-145)) (-145)) 31 T ELT) (($ $ (-583 (-583 (-854 |#1|))) (-85) (-85)) 30 T ELT) (($ $ (-583 (-583 (-583 |#1|))) (-85) (-85)) 29 T ELT) (($ (-583 (-583 (-854 |#1|)))) 28 T ELT) (($ (-583 (-583 (-854 |#1|))) (-85) (-85)) 27 T ELT) (((-583 (-583 (-854 |#1|))) $) 26 T ELT)) (-3519 (($ (-583 $)) 61 T ELT) (($ $ $) 60 T ELT)) (-3360 (((-583 (-145)) $) 20 T ELT)) (-3364 (((-583 (-854 |#1|)) $) 24 T ELT)) (-3361 (((-583 (-583 (-145))) $) 21 T ELT)) (-3362 (((-583 (-583 (-583 (-854 |#1|)))) $) 22 T ELT)) (-3363 (((-583 (-583 (-583 (-694)))) $) 23 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3374 (((-694) $ (-583 (-854 |#1|))) 55 T ELT)) (-3371 (((-85) $) 43 T ELT)) (-3372 (($ $ (-583 (-854 |#1|))) 47 T ELT) (($ $ (-583 (-583 |#1|))) 46 T ELT) (($ (-583 (-854 |#1|))) 45 T ELT) (((-583 (-854 |#1|)) $) 44 T ELT)) (-3379 (($) 65 T ELT) (($ (-1079 3 |#1|)) 64 T ELT)) (-3401 (($ $) 56 T ELT)) (-3375 (((-583 $) $) 57 T ELT)) (-3755 (($ (-583 $)) 59 T ELT)) (-3376 (((-583 $) $) 58 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-3369 (((-85) $) 38 T ELT)) (-3370 (($ $ (-583 (-854 |#1|))) 42 T ELT) (($ $ (-583 (-583 |#1|))) 41 T ELT) (($ (-583 (-854 |#1|))) 40 T ELT) (((-583 (-854 |#1|)) $) 39 T ELT)) (-3358 (($ $) 18 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-1048 |#1|) (-113) (-961)) (T -1048))
-((-3947 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-772)))) (-3379 (*1 *1) (-12 (-4 *1 (-1048 *2)) (-4 *2 (-961)))) (-3379 (*1 *1 *2) (-12 (-5 *2 (-1079 3 *3)) (-4 *3 (-961)) (-4 *1 (-1048 *3)))) (-3378 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-694)))) (-3377 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-694)))) (-3519 (*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3519 (*1 *1 *1 *1) (-12 (-4 *1 (-1048 *2)) (-4 *2 (-961)))) (-3755 (*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3376 (*1 *2 *1) (-12 (-4 *3 (-961)) (-5 *2 (-583 *1)) (-4 *1 (-1048 *3)))) (-3375 (*1 *2 *1) (-12 (-4 *3 (-961)) (-5 *2 (-583 *1)) (-4 *1 (-1048 *3)))) (-3401 (*1 *1 *1) (-12 (-4 *1 (-1048 *2)) (-4 *2 (-961)))) (-3374 (*1 *2 *1 *3) (-12 (-5 *3 (-583 (-854 *4))) (-4 *1 (-1048 *4)) (-4 *4 (-961)) (-5 *2 (-694)))) (-3888 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-694)) (-5 *3 (-854 *4)) (-4 *1 (-1048 *4)) (-4 *4 (-961)))) (-3707 (*1 *1 *1 *2) (-12 (-5 *2 (-854 *3)) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3707 (*1 *1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3707 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3707 (*1 *1 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-961)) (-4 *1 (-1048 *3)))) (-3707 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-854 *3)))) (-3373 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-85)))) (-3372 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-854 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3372 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3372 (*1 *1 *2) (-12 (-5 *2 (-583 (-854 *3))) (-4 *3 (-961)) (-4 *1 (-1048 *3)))) (-3372 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-854 *3))))) (-3371 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-85)))) (-3370 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-854 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3370 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3370 (*1 *1 *2) (-12 (-5 *2 (-583 (-854 *3))) (-4 *3 (-961)) (-4 *1 (-1048 *3)))) (-3370 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-854 *3))))) (-3369 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-85)))) (-3368 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-854 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3368 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961)))) (-3368 (*1 *1 *2) (-12 (-5 *2 (-583 (-854 *3))) (-4 *3 (-961)) (-4 *1 (-1048 *3)))) (-3368 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-854 *3))))) (-3367 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-85)))) (-3366 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-583 (-583 (-854 *5)))) (-5 *3 (-583 (-145))) (-5 *4 (-145)) (-4 *1 (-1048 *5)) (-4 *5 (-961)))) (-3366 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-583 (-583 (-583 *5)))) (-5 *3 (-583 (-145))) (-5 *4 (-145)) (-4 *1 (-1048 *5)) (-4 *5 (-961)))) (-3366 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-583 (-583 (-854 *4)))) (-5 *3 (-85)) (-4 *1 (-1048 *4)) (-4 *4 (-961)))) (-3366 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-583 (-583 (-583 *4)))) (-5 *3 (-85)) (-4 *1 (-1048 *4)) (-4 *4 (-961)))) (-3366 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 (-854 *3)))) (-4 *3 (-961)) (-4 *1 (-1048 *3)))) (-3366 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-583 (-583 (-854 *4)))) (-5 *3 (-85)) (-4 *4 (-961)) (-4 *1 (-1048 *4)))) (-3366 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-583 (-854 *3)))))) (-3365 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-85)))) (-3364 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-854 *3))))) (-3363 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-583 (-583 (-694))))))) (-3362 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-583 (-583 (-854 *3))))))) (-3361 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-583 (-145)))))) (-3360 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-145))))) (-3359 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-2 (|:| -3851 (-694)) (|:| |curves| (-694)) (|:| |polygons| (-694)) (|:| |constructs| (-694)))))) (-3358 (*1 *1 *1) (-12 (-4 *1 (-1048 *2)) (-4 *2 (-961)))) (-3889 (*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-1079 3 *3)))))
-(-13 (-1013) (-10 -8 (-15 -3379 ($)) (-15 -3379 ($ (-1079 3 |t#1|))) (-15 -3378 ((-694) $)) (-15 -3377 ((-694) $)) (-15 -3519 ($ (-583 $))) (-15 -3519 ($ $ $)) (-15 -3755 ($ (-583 $))) (-15 -3376 ((-583 $) $)) (-15 -3375 ((-583 $) $)) (-15 -3401 ($ $)) (-15 -3374 ((-694) $ (-583 (-854 |t#1|)))) (-15 -3888 ($ $ (-694) (-854 |t#1|))) (-15 -3707 ($ $ (-854 |t#1|))) (-15 -3707 ($ $ (-583 |t#1|))) (-15 -3707 ($ $ (-694))) (-15 -3707 ($ (-854 |t#1|))) (-15 -3707 ((-854 |t#1|) $)) (-15 -3373 ((-85) $)) (-15 -3372 ($ $ (-583 (-854 |t#1|)))) (-15 -3372 ($ $ (-583 (-583 |t#1|)))) (-15 -3372 ($ (-583 (-854 |t#1|)))) (-15 -3372 ((-583 (-854 |t#1|)) $)) (-15 -3371 ((-85) $)) (-15 -3370 ($ $ (-583 (-854 |t#1|)))) (-15 -3370 ($ $ (-583 (-583 |t#1|)))) (-15 -3370 ($ (-583 (-854 |t#1|)))) (-15 -3370 ((-583 (-854 |t#1|)) $)) (-15 -3369 ((-85) $)) (-15 -3368 ($ $ (-583 (-854 |t#1|)))) (-15 -3368 ($ $ (-583 (-583 |t#1|)))) (-15 -3368 ($ (-583 (-854 |t#1|)))) (-15 -3368 ((-583 (-854 |t#1|)) $)) (-15 -3367 ((-85) $)) (-15 -3366 ($ $ (-583 (-583 (-854 |t#1|))) (-583 (-145)) (-145))) (-15 -3366 ($ $ (-583 (-583 (-583 |t#1|))) (-583 (-145)) (-145))) (-15 -3366 ($ $ (-583 (-583 (-854 |t#1|))) (-85) (-85))) (-15 -3366 ($ $ (-583 (-583 (-583 |t#1|))) (-85) (-85))) (-15 -3366 ($ (-583 (-583 (-854 |t#1|))))) (-15 -3366 ($ (-583 (-583 (-854 |t#1|))) (-85) (-85))) (-15 -3366 ((-583 (-583 (-854 |t#1|))) $)) (-15 -3365 ((-85) $)) (-15 -3364 ((-583 (-854 |t#1|)) $)) (-15 -3363 ((-583 (-583 (-583 (-694)))) $)) (-15 -3362 ((-583 (-583 (-583 (-854 |t#1|)))) $)) (-15 -3361 ((-583 (-583 (-145))) $)) (-15 -3360 ((-583 (-145)) $)) (-15 -3359 ((-2 (|:| -3851 (-694)) (|:| |curves| (-694)) (|:| |polygons| (-694)) (|:| |constructs| (-694))) $)) (-15 -3358 ($ $)) (-15 -3889 ((-1079 3 |t#1|) $)) (-15 -3947 ((-772) $))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 185 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) 7 T ELT)) (-3567 (((-85) $ (|[\|\|]| (-462))) 19 T ELT) (((-85) $ (|[\|\|]| (-172))) 23 T ELT) (((-85) $ (|[\|\|]| (-617))) 27 T ELT) (((-85) $ (|[\|\|]| (-1190))) 31 T ELT) (((-85) $ (|[\|\|]| (-111))) 35 T ELT) (((-85) $ (|[\|\|]| (-539))) 39 T ELT) (((-85) $ (|[\|\|]| (-106))) 43 T ELT) (((-85) $ (|[\|\|]| (-1029))) 47 T ELT) (((-85) $ (|[\|\|]| (-67))) 51 T ELT) (((-85) $ (|[\|\|]| (-622))) 55 T ELT) (((-85) $ (|[\|\|]| (-458))) 59 T ELT) (((-85) $ (|[\|\|]| (-978))) 63 T ELT) (((-85) $ (|[\|\|]| (-1191))) 67 T ELT) (((-85) $ (|[\|\|]| (-463))) 71 T ELT) (((-85) $ (|[\|\|]| (-1067))) 75 T ELT) (((-85) $ (|[\|\|]| (-127))) 79 T ELT) (((-85) $ (|[\|\|]| (-613))) 83 T ELT) (((-85) $ (|[\|\|]| (-263))) 87 T ELT) (((-85) $ (|[\|\|]| (-948))) 91 T ELT) (((-85) $ (|[\|\|]| (-154))) 95 T ELT) (((-85) $ (|[\|\|]| (-883))) 99 T ELT) (((-85) $ (|[\|\|]| (-985))) 103 T ELT) (((-85) $ (|[\|\|]| (-1003))) 107 T ELT) (((-85) $ (|[\|\|]| (-1008))) 111 T ELT) (((-85) $ (|[\|\|]| (-565))) 116 T ELT) (((-85) $ (|[\|\|]| (-1081))) 120 T ELT) (((-85) $ (|[\|\|]| (-129))) 124 T ELT) (((-85) $ (|[\|\|]| (-110))) 128 T ELT) (((-85) $ (|[\|\|]| (-418))) 132 T ELT) (((-85) $ (|[\|\|]| (-528))) 136 T ELT) (((-85) $ (|[\|\|]| (-446))) 140 T ELT) (((-85) $ (|[\|\|]| (-1073))) 144 T ELT) (((-85) $ (|[\|\|]| (-484))) 148 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3573 (((-462) $) 20 T ELT) (((-172) $) 24 T ELT) (((-617) $) 28 T ELT) (((-1190) $) 32 T ELT) (((-111) $) 36 T ELT) (((-539) $) 40 T ELT) (((-106) $) 44 T ELT) (((-1029) $) 48 T ELT) (((-67) $) 52 T ELT) (((-622) $) 56 T ELT) (((-458) $) 60 T ELT) (((-978) $) 64 T ELT) (((-1191) $) 68 T ELT) (((-463) $) 72 T ELT) (((-1067) $) 76 T ELT) (((-127) $) 80 T ELT) (((-613) $) 84 T ELT) (((-263) $) 88 T ELT) (((-948) $) 92 T ELT) (((-154) $) 96 T ELT) (((-883) $) 100 T ELT) (((-985) $) 104 T ELT) (((-1003) $) 108 T ELT) (((-1008) $) 112 T ELT) (((-565) $) 117 T ELT) (((-1081) $) 121 T ELT) (((-129) $) 125 T ELT) (((-110) $) 129 T ELT) (((-418) $) 133 T ELT) (((-528) $) 137 T ELT) (((-446) $) 141 T ELT) (((-1073) $) 145 T ELT) (((-484) $) 149 T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1049) (-1051)) (T -1049))
-NIL
-((-3380 (((-583 (-1095)) (-1073)) 9 T ELT)))
-(((-1050) (-10 -7 (-15 -3380 ((-583 (-1095)) (-1073))))) (T -1050))
-((-3380 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-583 (-1095))) (-5 *1 (-1050)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-1095)) 20 T ELT) (((-1095) $) 19 T ELT)) (-3567 (((-85) $ (|[\|\|]| (-462))) 88 T ELT) (((-85) $ (|[\|\|]| (-172))) 86 T ELT) (((-85) $ (|[\|\|]| (-617))) 84 T ELT) (((-85) $ (|[\|\|]| (-1190))) 82 T ELT) (((-85) $ (|[\|\|]| (-111))) 80 T ELT) (((-85) $ (|[\|\|]| (-539))) 78 T ELT) (((-85) $ (|[\|\|]| (-106))) 76 T ELT) (((-85) $ (|[\|\|]| (-1029))) 74 T ELT) (((-85) $ (|[\|\|]| (-67))) 72 T ELT) (((-85) $ (|[\|\|]| (-622))) 70 T ELT) (((-85) $ (|[\|\|]| (-458))) 68 T ELT) (((-85) $ (|[\|\|]| (-978))) 66 T ELT) (((-85) $ (|[\|\|]| (-1191))) 64 T ELT) (((-85) $ (|[\|\|]| (-463))) 62 T ELT) (((-85) $ (|[\|\|]| (-1067))) 60 T ELT) (((-85) $ (|[\|\|]| (-127))) 58 T ELT) (((-85) $ (|[\|\|]| (-613))) 56 T ELT) (((-85) $ (|[\|\|]| (-263))) 54 T ELT) (((-85) $ (|[\|\|]| (-948))) 52 T ELT) (((-85) $ (|[\|\|]| (-154))) 50 T ELT) (((-85) $ (|[\|\|]| (-883))) 48 T ELT) (((-85) $ (|[\|\|]| (-985))) 46 T ELT) (((-85) $ (|[\|\|]| (-1003))) 44 T ELT) (((-85) $ (|[\|\|]| (-1008))) 42 T ELT) (((-85) $ (|[\|\|]| (-565))) 40 T ELT) (((-85) $ (|[\|\|]| (-1081))) 38 T ELT) (((-85) $ (|[\|\|]| (-129))) 36 T ELT) (((-85) $ (|[\|\|]| (-110))) 34 T ELT) (((-85) $ (|[\|\|]| (-418))) 32 T ELT) (((-85) $ (|[\|\|]| (-528))) 30 T ELT) (((-85) $ (|[\|\|]| (-446))) 28 T ELT) (((-85) $ (|[\|\|]| (-1073))) 26 T ELT) (((-85) $ (|[\|\|]| (-484))) 24 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3573 (((-462) $) 87 T ELT) (((-172) $) 85 T ELT) (((-617) $) 83 T ELT) (((-1190) $) 81 T ELT) (((-111) $) 79 T ELT) (((-539) $) 77 T ELT) (((-106) $) 75 T ELT) (((-1029) $) 73 T ELT) (((-67) $) 71 T ELT) (((-622) $) 69 T ELT) (((-458) $) 67 T ELT) (((-978) $) 65 T ELT) (((-1191) $) 63 T ELT) (((-463) $) 61 T ELT) (((-1067) $) 59 T ELT) (((-127) $) 57 T ELT) (((-613) $) 55 T ELT) (((-263) $) 53 T ELT) (((-948) $) 51 T ELT) (((-154) $) 49 T ELT) (((-883) $) 47 T ELT) (((-985) $) 45 T ELT) (((-1003) $) 43 T ELT) (((-1008) $) 41 T ELT) (((-565) $) 39 T ELT) (((-1081) $) 37 T ELT) (((-129) $) 35 T ELT) (((-110) $) 33 T ELT) (((-418) $) 31 T ELT) (((-528) $) 29 T ELT) (((-446) $) 27 T ELT) (((-1073) $) 25 T ELT) (((-484) $) 23 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-1051) (-113)) (T -1051))
-((-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-462))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-462)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-172))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-172)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-617))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-617)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1190))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1190)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-111))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-111)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-539))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-539)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-106))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-106)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1029))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1029)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-67))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-67)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-622))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-622)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-458))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-458)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-978))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-978)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1191))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1191)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-463))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-463)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1067))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1067)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-127))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-127)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-613))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-613)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-263))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-263)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-948))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-948)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-154)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-883))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-883)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-985))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-985)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1003))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1003)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1008))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1008)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-565))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-565)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1081))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1081)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-129))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-129)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-110))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-110)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-418))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-418)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-528))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-528)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-446))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-446)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1073))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1073)))) (-3567 (*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-484))) (-5 *2 (-85)))) (-3573 (*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-484)))))
-(-13 (-995) (-1175) (-10 -8 (-15 -3567 ((-85) $ (|[\|\|]| (-462)))) (-15 -3573 ((-462) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-172)))) (-15 -3573 ((-172) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-617)))) (-15 -3573 ((-617) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-1190)))) (-15 -3573 ((-1190) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-111)))) (-15 -3573 ((-111) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-539)))) (-15 -3573 ((-539) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-106)))) (-15 -3573 ((-106) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-1029)))) (-15 -3573 ((-1029) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-67)))) (-15 -3573 ((-67) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-622)))) (-15 -3573 ((-622) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-458)))) (-15 -3573 ((-458) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-978)))) (-15 -3573 ((-978) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-1191)))) (-15 -3573 ((-1191) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-463)))) (-15 -3573 ((-463) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-1067)))) (-15 -3573 ((-1067) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-127)))) (-15 -3573 ((-127) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-613)))) (-15 -3573 ((-613) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-263)))) (-15 -3573 ((-263) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-948)))) (-15 -3573 ((-948) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-154)))) (-15 -3573 ((-154) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-883)))) (-15 -3573 ((-883) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-985)))) (-15 -3573 ((-985) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-1003)))) (-15 -3573 ((-1003) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-1008)))) (-15 -3573 ((-1008) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-565)))) (-15 -3573 ((-565) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-1081)))) (-15 -3573 ((-1081) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-129)))) (-15 -3573 ((-129) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-110)))) (-15 -3573 ((-110) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-418)))) (-15 -3573 ((-418) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-528)))) (-15 -3573 ((-528) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-446)))) (-15 -3573 ((-446) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-1073)))) (-15 -3573 ((-1073) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-484)))) (-15 -3573 ((-484) $))))
-(((-64) . T) ((-72) . T) ((-555 (-1095)) . T) ((-552 (-772)) . T) ((-552 (-1095)) . T) ((-430 (-1095)) . T) ((-13) . T) ((-1013) . T) ((-995) . T) ((-1129) . T) ((-1175) . T))
-((-3383 (((-1185) (-583 (-772))) 22 T ELT) (((-1185) (-772)) 21 T ELT)) (-3382 (((-1185) (-583 (-772))) 20 T ELT) (((-1185) (-772)) 19 T ELT)) (-3381 (((-1185) (-583 (-772))) 18 T ELT) (((-1185) (-772)) 10 T ELT) (((-1185) (-1073) (-772)) 16 T ELT)))
-(((-1052) (-10 -7 (-15 -3381 ((-1185) (-1073) (-772))) (-15 -3381 ((-1185) (-772))) (-15 -3382 ((-1185) (-772))) (-15 -3383 ((-1185) (-772))) (-15 -3381 ((-1185) (-583 (-772)))) (-15 -3382 ((-1185) (-583 (-772)))) (-15 -3383 ((-1185) (-583 (-772)))))) (T -1052))
-((-3383 (*1 *2 *3) (-12 (-5 *3 (-583 (-772))) (-5 *2 (-1185)) (-5 *1 (-1052)))) (-3382 (*1 *2 *3) (-12 (-5 *3 (-583 (-772))) (-5 *2 (-1185)) (-5 *1 (-1052)))) (-3381 (*1 *2 *3) (-12 (-5 *3 (-583 (-772))) (-5 *2 (-1185)) (-5 *1 (-1052)))) (-3383 (*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1185)) (-5 *1 (-1052)))) (-3382 (*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1185)) (-5 *1 (-1052)))) (-3381 (*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1185)) (-5 *1 (-1052)))) (-3381 (*1 *2 *3 *4) (-12 (-5 *3 (-1073)) (-5 *4 (-772)) (-5 *2 (-1185)) (-5 *1 (-1052)))))
-((-3387 (($ $ $) 10 T ELT)) (-3386 (($ $) 9 T ELT)) (-3390 (($ $ $) 13 T ELT)) (-3392 (($ $ $) 15 T ELT)) (-3389 (($ $ $) 12 T ELT)) (-3391 (($ $ $) 14 T ELT)) (-3394 (($ $) 17 T ELT)) (-3393 (($ $) 16 T ELT)) (-3384 (($ $) 6 T ELT)) (-3388 (($ $ $) 11 T ELT) (($ $) 7 T ELT)) (-3385 (($ $ $) 8 T ELT)))
-(((-1053) (-113)) (T -1053))
-((-3394 (*1 *1 *1) (-4 *1 (-1053))) (-3393 (*1 *1 *1) (-4 *1 (-1053))) (-3392 (*1 *1 *1 *1) (-4 *1 (-1053))) (-3391 (*1 *1 *1 *1) (-4 *1 (-1053))) (-3390 (*1 *1 *1 *1) (-4 *1 (-1053))) (-3389 (*1 *1 *1 *1) (-4 *1 (-1053))) (-3388 (*1 *1 *1 *1) (-4 *1 (-1053))) (-3387 (*1 *1 *1 *1) (-4 *1 (-1053))) (-3386 (*1 *1 *1) (-4 *1 (-1053))) (-3385 (*1 *1 *1 *1) (-4 *1 (-1053))) (-3388 (*1 *1 *1) (-4 *1 (-1053))) (-3384 (*1 *1 *1) (-4 *1 (-1053))))
-(-13 (-10 -8 (-15 -3384 ($ $)) (-15 -3388 ($ $)) (-15 -3385 ($ $ $)) (-15 -3386 ($ $)) (-15 -3387 ($ $ $)) (-15 -3388 ($ $ $)) (-15 -3389 ($ $ $)) (-15 -3390 ($ $ $)) (-15 -3391 ($ $ $)) (-15 -3392 ($ $ $)) (-15 -3393 ($ $)) (-15 -3394 ($ $))))
-((-2569 (((-85) $ $) 44 T ELT)) (-3403 ((|#1| $) 17 T ELT)) (-3395 (((-85) $ $ (-1 (-85) |#2| |#2|)) 39 T ELT)) (-3402 (((-85) $) 19 T ELT)) (-3400 (($ $ |#1|) 30 T ELT)) (-3398 (($ $ (-85)) 32 T ELT)) (-3397 (($ $) 33 T ELT)) (-3399 (($ $ |#2|) 31 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3396 (((-85) $ $ (-1 (-85) |#1| |#1|) (-1 (-85) |#2| |#2|)) 38 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3404 (((-85) $) 16 T ELT)) (-3566 (($) 13 T ELT)) (-3401 (($ $) 29 T ELT)) (-3531 (($ |#1| |#2| (-85)) 20 T ELT) (($ |#1| |#2|) 21 T ELT) (($ (-2 (|:| |val| |#1|) (|:| -1600 |#2|))) 23 T ELT) (((-583 $) (-583 (-2 (|:| |val| |#1|) (|:| -1600 |#2|)))) 26 T ELT) (((-583 $) |#1| (-583 |#2|)) 28 T ELT)) (-3923 ((|#2| $) 18 T ELT)) (-3947 (((-772) $) 53 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 42 T ELT)))
-(((-1054 |#1| |#2|) (-13 (-1013) (-10 -8 (-15 -3566 ($)) (-15 -3404 ((-85) $)) (-15 -3403 (|#1| $)) (-15 -3923 (|#2| $)) (-15 -3402 ((-85) $)) (-15 -3531 ($ |#1| |#2| (-85))) (-15 -3531 ($ |#1| |#2|)) (-15 -3531 ($ (-2 (|:| |val| |#1|) (|:| -1600 |#2|)))) (-15 -3531 ((-583 $) (-583 (-2 (|:| |val| |#1|) (|:| -1600 |#2|))))) (-15 -3531 ((-583 $) |#1| (-583 |#2|))) (-15 -3401 ($ $)) (-15 -3400 ($ $ |#1|)) (-15 -3399 ($ $ |#2|)) (-15 -3398 ($ $ (-85))) (-15 -3397 ($ $)) (-15 -3396 ((-85) $ $ (-1 (-85) |#1| |#1|) (-1 (-85) |#2| |#2|))) (-15 -3395 ((-85) $ $ (-1 (-85) |#2| |#2|))))) (-13 (-1013) (-34)) (-13 (-1013) (-34))) (T -1054))
-((-3566 (*1 *1) (-12 (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34))))) (-3404 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))))) (-3403 (*1 *2 *1) (-12 (-4 *2 (-13 (-1013) (-34))) (-5 *1 (-1054 *2 *3)) (-4 *3 (-13 (-1013) (-34))))) (-3923 (*1 *2 *1) (-12 (-4 *2 (-13 (-1013) (-34))) (-5 *1 (-1054 *3 *2)) (-4 *3 (-13 (-1013) (-34))))) (-3402 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))))) (-3531 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-85)) (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34))))) (-3531 (*1 *1 *2 *3) (-12 (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34))))) (-3531 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1600 *4))) (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))) (-5 *1 (-1054 *3 *4)))) (-3531 (*1 *2 *3) (-12 (-5 *3 (-583 (-2 (|:| |val| *4) (|:| -1600 *5)))) (-4 *4 (-13 (-1013) (-34))) (-4 *5 (-13 (-1013) (-34))) (-5 *2 (-583 (-1054 *4 *5))) (-5 *1 (-1054 *4 *5)))) (-3531 (*1 *2 *3 *4) (-12 (-5 *4 (-583 *5)) (-4 *5 (-13 (-1013) (-34))) (-5 *2 (-583 (-1054 *3 *5))) (-5 *1 (-1054 *3 *5)) (-4 *3 (-13 (-1013) (-34))))) (-3401 (*1 *1 *1) (-12 (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34))))) (-3400 (*1 *1 *1 *2) (-12 (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34))))) (-3399 (*1 *1 *1 *2) (-12 (-5 *1 (-1054 *3 *2)) (-4 *3 (-13 (-1013) (-34))) (-4 *2 (-13 (-1013) (-34))))) (-3398 (*1 *1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))))) (-3397 (*1 *1 *1) (-12 (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34))))) (-3396 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-85) *5 *5)) (-5 *4 (-1 (-85) *6 *6)) (-4 *5 (-13 (-1013) (-34))) (-4 *6 (-13 (-1013) (-34))) (-5 *2 (-85)) (-5 *1 (-1054 *5 *6)))) (-3395 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-85) *5 *5)) (-4 *5 (-13 (-1013) (-34))) (-5 *2 (-85)) (-5 *1 (-1054 *4 *5)) (-4 *4 (-13 (-1013) (-34))))))
-((-2569 (((-85) $ $) NIL (|has| (-1054 |#1| |#2|) (-72)) ELT)) (-3403 (((-1054 |#1| |#2|) $) 27 T ELT)) (-3412 (($ $) 91 T ELT)) (-3408 (((-85) (-1054 |#1| |#2|) $ (-1 (-85) |#2| |#2|)) 100 T ELT)) (-3405 (($ $ $ (-583 (-1054 |#1| |#2|))) 108 T ELT) (($ $ $ (-583 (-1054 |#1| |#2|)) (-1 (-85) |#2| |#2|)) 109 T ELT)) (-3026 (((-1054 |#1| |#2|) $ (-1054 |#1| |#2|)) 46 (|has| $ (-1035 (-1054 |#1| |#2|))) ELT)) (-3789 (((-1054 |#1| |#2|) $ #1="value" (-1054 |#1| |#2|)) NIL (|has| $ (-1035 (-1054 |#1| |#2|))) ELT)) (-3027 (($ $ (-583 $)) 44 (|has| $ (-1035 (-1054 |#1| |#2|))) ELT)) (-3725 (($) NIL T CONST)) (-3410 (((-583 (-2 (|:| |val| |#1|) (|:| -1600 |#2|))) $) 95 T ELT)) (-3406 (($ (-1054 |#1| |#2|) $) 42 T ELT)) (-3407 (($ (-1054 |#1| |#2|) $) 34 T ELT)) (-3843 (((-1054 |#1| |#2|) (-1 (-1054 |#1| |#2|) (-1054 |#1| |#2|) (-1054 |#1| |#2|)) $ (-1054 |#1| |#2|) (-1054 |#1| |#2|)) NIL (|has| (-1054 |#1| |#2|) (-72)) ELT) (((-1054 |#1| |#2|) (-1 (-1054 |#1| |#2|) (-1054 |#1| |#2|) (-1054 |#1| |#2|)) $ (-1054 |#1| |#2|)) NIL T ELT) (((-1054 |#1| |#2|) (-1 (-1054 |#1| |#2|) (-1054 |#1| |#2|) (-1054 |#1| |#2|)) $) NIL T ELT)) (-3032 (((-583 $) $) 54 T ELT)) (-3409 (((-85) (-1054 |#1| |#2|) $) 97 T ELT)) (-3028 (((-85) $ $) NIL (|has| (-1054 |#1| |#2|) (-72)) ELT)) (-2609 (((-583 (-1054 |#1| |#2|)) $) 58 T ELT)) (-3246 (((-85) (-1054 |#1| |#2|) $) NIL (|has| (-1054 |#1| |#2|) (-72)) ELT)) (-3327 (($ (-1 (-1054 |#1| |#2|) (-1054 |#1| |#2|)) $) 50 T ELT)) (-3959 (($ (-1 (-1054 |#1| |#2|) (-1054 |#1| |#2|)) $) 49 T ELT)) (-3031 (((-583 (-1054 |#1| |#2|)) $) 56 T ELT)) (-3528 (((-85) $) 45 T ELT)) (-3243 (((-1073) $) NIL (|has| (-1054 |#1| |#2|) (-1013)) ELT)) (-3244 (((-1033) $) NIL (|has| (-1054 |#1| |#2|) (-1013)) ELT)) (-3413 (((-3 $ "failed") $) 89 T ELT)) (-1731 (((-85) (-1 (-85) (-1054 |#1| |#2|)) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-1054 |#1| |#2|)))) NIL (-12 (|has| (-1054 |#1| |#2|) (-260 (-1054 |#1| |#2|))) (|has| (-1054 |#1| |#2|) (-1013))) ELT) (($ $ (-249 (-1054 |#1| |#2|))) NIL (-12 (|has| (-1054 |#1| |#2|) (-260 (-1054 |#1| |#2|))) (|has| (-1054 |#1| |#2|) (-1013))) ELT) (($ $ (-1054 |#1| |#2|) (-1054 |#1| |#2|)) NIL (-12 (|has| (-1054 |#1| |#2|) (-260 (-1054 |#1| |#2|))) (|has| (-1054 |#1| |#2|) (-1013))) ELT) (($ $ (-583 (-1054 |#1| |#2|)) (-583 (-1054 |#1| |#2|))) NIL (-12 (|has| (-1054 |#1| |#2|) (-260 (-1054 |#1| |#2|))) (|has| (-1054 |#1| |#2|) (-1013))) ELT)) (-1222 (((-85) $ $) 53 T ELT)) (-3404 (((-85) $) 24 T ELT)) (-3566 (($) 26 T ELT)) (-3801 (((-1054 |#1| |#2|) $ #1#) NIL T ELT)) (-3030 (((-484) $ $) NIL T ELT)) (-3634 (((-85) $) 47 T ELT)) (-1730 (((-694) (-1054 |#1| |#2|) $) NIL (|has| (-1054 |#1| |#2|) (-72)) ELT) (((-694) (-1 (-85) (-1054 |#1| |#2|)) $) NIL T ELT)) (-3401 (($ $) 52 T ELT)) (-3531 (($ (-1054 |#1| |#2|)) 10 T ELT) (($ |#1| |#2| (-583 $)) 13 T ELT) (($ |#1| |#2| (-583 (-1054 |#1| |#2|))) 15 T ELT) (($ |#1| |#2| |#1| (-583 |#2|)) 18 T ELT)) (-3411 (((-583 |#2|) $) 96 T ELT)) (-3947 (((-772) $) 87 (|has| (-1054 |#1| |#2|) (-552 (-772))) ELT)) (-3523 (((-583 $) $) 31 T ELT)) (-3029 (((-85) $ $) NIL (|has| (-1054 |#1| |#2|) (-72)) ELT)) (-1265 (((-85) $ $) NIL (|has| (-1054 |#1| |#2|) (-72)) ELT)) (-1732 (((-85) (-1 (-85) (-1054 |#1| |#2|)) $) NIL T ELT)) (-3057 (((-85) $ $) 70 (|has| (-1054 |#1| |#2|) (-72)) ELT)) (-3958 (((-694) $) 64 T ELT)))
-(((-1055 |#1| |#2|) (-13 (-923 (-1054 |#1| |#2|)) (-318 (-1054 |#1| |#2|)) (-1035 (-1054 |#1| |#2|)) (-10 -8 (-15 -3413 ((-3 $ "failed") $)) (-15 -3412 ($ $)) (-15 -3531 ($ (-1054 |#1| |#2|))) (-15 -3531 ($ |#1| |#2| (-583 $))) (-15 -3531 ($ |#1| |#2| (-583 (-1054 |#1| |#2|)))) (-15 -3531 ($ |#1| |#2| |#1| (-583 |#2|))) (-15 -3411 ((-583 |#2|) $)) (-15 -3410 ((-583 (-2 (|:| |val| |#1|) (|:| -1600 |#2|))) $)) (-15 -3409 ((-85) (-1054 |#1| |#2|) $)) (-15 -3408 ((-85) (-1054 |#1| |#2|) $ (-1 (-85) |#2| |#2|))) (-15 -3407 ($ (-1054 |#1| |#2|) $)) (-15 -3406 ($ (-1054 |#1| |#2|) $)) (-15 -3405 ($ $ $ (-583 (-1054 |#1| |#2|)))) (-15 -3405 ($ $ $ (-583 (-1054 |#1| |#2|)) (-1 (-85) |#2| |#2|))))) (-13 (-1013) (-34)) (-13 (-1013) (-34))) (T -1055))
-((-3413 (*1 *1 *1) (|partial| -12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34))))) (-3412 (*1 *1 *1) (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34))))) (-3531 (*1 *1 *2) (-12 (-5 *2 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))) (-5 *1 (-1055 *3 *4)))) (-3531 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-583 (-1055 *2 *3))) (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34))))) (-3531 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-583 (-1054 *2 *3))) (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34))) (-5 *1 (-1055 *2 *3)))) (-3531 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-583 *3)) (-4 *3 (-13 (-1013) (-34))) (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1013) (-34))))) (-3411 (*1 *2 *1) (-12 (-5 *2 (-583 *4)) (-5 *1 (-1055 *3 *4)) (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))))) (-3410 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-1055 *3 *4)) (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))))) (-3409 (*1 *2 *3 *1) (-12 (-5 *3 (-1054 *4 *5)) (-4 *4 (-13 (-1013) (-34))) (-4 *5 (-13 (-1013) (-34))) (-5 *2 (-85)) (-5 *1 (-1055 *4 *5)))) (-3408 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1054 *5 *6)) (-5 *4 (-1 (-85) *6 *6)) (-4 *5 (-13 (-1013) (-34))) (-4 *6 (-13 (-1013) (-34))) (-5 *2 (-85)) (-5 *1 (-1055 *5 *6)))) (-3407 (*1 *1 *2 *1) (-12 (-5 *2 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))) (-5 *1 (-1055 *3 *4)))) (-3406 (*1 *1 *2 *1) (-12 (-5 *2 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))) (-5 *1 (-1055 *3 *4)))) (-3405 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-583 (-1054 *3 *4))) (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))) (-5 *1 (-1055 *3 *4)))) (-3405 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-1054 *4 *5))) (-5 *3 (-1 (-85) *5 *5)) (-4 *4 (-13 (-1013) (-34))) (-4 *5 (-13 (-1013) (-34))) (-5 *1 (-1055 *4 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3415 (($ $) NIL T ELT)) (-3331 ((|#2| $) NIL T ELT)) (-3121 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3414 (($ (-630 |#2|)) 53 T ELT)) (-3123 (((-85) $) NIL T ELT)) (-3334 (($ |#2|) 14 T ELT)) (-3725 (($) NIL T CONST)) (-3110 (($ $) 66 (|has| |#2| (-258)) ELT)) (-3112 (((-197 |#1| |#2|) $ (-484)) 40 T ELT)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-3 |#2| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) ((|#2| $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#2|) (-630 $)) NIL T ELT)) (-3843 ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) NIL (|has| |#2| (-72)) ELT)) (-3468 (((-3 $ #1#) $) 80 T ELT)) (-3109 (((-694) $) 68 (|has| |#2| (-495)) ELT)) (-3113 ((|#2| $ (-484) (-484)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3108 (((-694) $) 70 (|has| |#2| (-495)) ELT)) (-3107 (((-583 (-197 |#1| |#2|)) $) 74 (|has| |#2| (-495)) ELT)) (-3115 (((-694) $) NIL T ELT)) (-3615 (($ |#2|) 23 T ELT)) (-3114 (((-694) $) NIL T ELT)) (-3328 ((|#2| $) 64 (|has| |#2| (-6 (-3998 #2="*"))) ELT)) (-3119 (((-484) $) NIL T ELT)) (-3117 (((-484) $) NIL T ELT)) (-2609 (((-583 |#2|) $) NIL T ELT)) (-3246 (((-85) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-3118 (((-484) $) NIL T ELT)) (-3116 (((-484) $) NIL T ELT)) (-3124 (($ (-583 (-583 |#2|))) 35 T ELT)) (-3959 (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3595 (((-583 (-583 |#2|)) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3591 (((-3 $ #1#) $) 77 (|has| |#2| (-312)) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3467 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-495)) ELT)) (-1731 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#2| $ (-484) (-484) |#2|) NIL T ELT) ((|#2| $ (-484) (-484)) NIL T ELT)) (-3759 (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-694)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1090)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#2| (-811 (-1090))) ELT)) (-3330 ((|#2| $) NIL T ELT)) (-3333 (($ (-583 |#2|)) 48 T ELT)) (-3122 (((-85) $) NIL T ELT)) (-3332 (((-197 |#1| |#2|) $) NIL T ELT)) (-3329 ((|#2| $) 62 (|has| |#2| (-6 (-3998 #2#))) ELT)) (-1730 (((-694) (-1 (-85) |#2|) $) NIL T ELT) (((-694) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) 87 (|has| |#2| (-553 (-473))) ELT)) (-3111 (((-197 |#1| |#2|) $ (-484)) 42 T ELT)) (-3947 (((-772) $) 45 T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (($ |#2|) NIL T ELT) (((-630 |#2|) $) 50 T ELT)) (-3127 (((-694)) 21 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3120 (((-85) $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 15 T CONST)) (-2667 (($) 19 T CONST)) (-2670 (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-694)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1090)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#2| (-811 (-1090))) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 60 T ELT) (($ $ (-484)) 79 (|has| |#2| (-312)) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (((-197 |#1| |#2|) $ (-197 |#1| |#2|)) 56 T ELT) (((-197 |#1| |#2|) (-197 |#1| |#2|) $) 58 T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-1056 |#1| |#2|) (-13 (-1037 |#1| |#2| (-197 |#1| |#2|) (-197 |#1| |#2|)) (-552 (-630 |#2|)) (-10 -8 (-15 -3615 ($ |#2|)) (-15 -3415 ($ $)) (-15 -3414 ($ (-630 |#2|))) (IF (|has| |#2| (-6 (-3998 #1="*"))) (-6 -3985) |%noBranch|) (IF (|has| |#2| (-6 (-3998 #1#))) (IF (|has| |#2| (-6 -3993)) (-6 -3993) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-553 (-473))) (-6 (-553 (-473))) |%noBranch|))) (-694) (-961)) (T -1056))
-((-3615 (*1 *1 *2) (-12 (-5 *1 (-1056 *3 *2)) (-14 *3 (-694)) (-4 *2 (-961)))) (-3415 (*1 *1 *1) (-12 (-5 *1 (-1056 *2 *3)) (-14 *2 (-694)) (-4 *3 (-961)))) (-3414 (*1 *1 *2) (-12 (-5 *2 (-630 *4)) (-4 *4 (-961)) (-5 *1 (-1056 *3 *4)) (-14 *3 (-694)))))
-((-3428 (($ $) 19 T ELT)) (-3418 (($ $ (-117)) 10 T ELT) (($ $ (-114)) 14 T ELT)) (-3426 (((-85) $ $) 24 T ELT)) (-3430 (($ $) 17 T ELT)) (-3801 (((-117) $ (-484) (-117)) NIL T ELT) (((-117) $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT) (($ $ $) 31 T ELT)) (-3947 (($ (-117)) 29 T ELT) (((-772) $) NIL T ELT)))
-(((-1057 |#1|) (-10 -7 (-15 -3947 ((-772) |#1|)) (-15 -3801 (|#1| |#1| |#1|)) (-15 -3418 (|#1| |#1| (-114))) (-15 -3418 (|#1| |#1| (-117))) (-15 -3947 (|#1| (-117))) (-15 -3426 ((-85) |#1| |#1|)) (-15 -3428 (|#1| |#1|)) (-15 -3430 (|#1| |#1|)) (-15 -3801 (|#1| |#1| (-1146 (-484)))) (-15 -3801 ((-117) |#1| (-484))) (-15 -3801 ((-117) |#1| (-484) (-117)))) (-1058)) (T -1057))
-NIL
-((-2569 (((-85) $ $) 17 (|has| (-117) (-72)) ELT)) (-3427 (($ $) 130 T ELT)) (-3428 (($ $) 131 T ELT)) (-3418 (($ $ (-117)) 118 T ELT) (($ $ (-114)) 117 T ELT)) (-2198 (((-1185) $ (-484) (-484)) 34 (|has| $ (-1035 (-117))) ELT)) (-3425 (((-85) $ $) 128 T ELT)) (-3424 (((-85) $ $ (-484)) 127 T ELT)) (-3419 (((-583 $) $ (-117)) 120 T ELT) (((-583 $) $ (-114)) 119 T ELT)) (-1735 (((-85) (-1 (-85) (-117) (-117)) $) 96 T ELT) (((-85) $) 90 (|has| (-117) (-756)) ELT)) (-1733 (($ (-1 (-85) (-117) (-117)) $) 87 (|has| $ (-1035 (-117))) ELT) (($ $) 86 (-12 (|has| (-117) (-756)) (|has| $ (-1035 (-117)))) ELT)) (-2910 (($ (-1 (-85) (-117) (-117)) $) 97 T ELT) (($ $) 91 (|has| (-117) (-756)) ELT)) (-3789 (((-117) $ (-484) (-117)) 46 (|has| $ (-1035 (-117))) ELT) (((-117) $ (-1146 (-484)) (-117)) 54 (|has| $ (-1035 (-117))) ELT)) (-3711 (($ (-1 (-85) (-117)) $) 69 (|has| $ (-318 (-117))) ELT)) (-3725 (($) 6 T CONST)) (-3416 (($ $ (-117)) 114 T ELT) (($ $ (-114)) 113 T ELT)) (-2297 (($ $) 88 (|has| $ (-1035 (-117))) ELT)) (-2298 (($ $) 98 T ELT)) (-3421 (($ $ (-1146 (-484)) $) 124 T ELT)) (-1353 (($ $) 71 (-12 (|has| (-117) (-72)) (|has| $ (-318 (-117)))) ELT)) (-3407 (($ (-117) $) 70 (-12 (|has| (-117) (-72)) (|has| $ (-318 (-117)))) ELT) (($ (-1 (-85) (-117)) $) 68 (|has| $ (-318 (-117))) ELT)) (-3843 (((-117) (-1 (-117) (-117) (-117)) $ (-117) (-117)) 109 (|has| (-117) (-72)) ELT) (((-117) (-1 (-117) (-117) (-117)) $ (-117)) 106 T ELT) (((-117) (-1 (-117) (-117) (-117)) $) 105 T ELT)) (-1576 (((-117) $ (-484) (-117)) 47 (|has| $ (-1035 (-117))) ELT)) (-3113 (((-117) $ (-484)) 45 T ELT)) (-3426 (((-85) $ $) 129 T ELT)) (-3420 (((-484) (-1 (-85) (-117)) $) 95 T ELT) (((-484) (-117) $) 94 (|has| (-117) (-72)) ELT) (((-484) (-117) $ (-484)) 93 (|has| (-117) (-72)) ELT) (((-484) $ $ (-484)) 123 T ELT) (((-484) (-114) $ (-484)) 122 T ELT)) (-3615 (($ (-694) (-117)) 64 T ELT)) (-2200 (((-484) $) 37 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) 80 (|has| (-117) (-756)) ELT)) (-3519 (($ (-1 (-85) (-117) (-117)) $ $) 99 T ELT) (($ $ $) 92 (|has| (-117) (-756)) ELT)) (-2609 (((-583 (-117)) $) 104 T ELT)) (-3246 (((-85) (-117) $) 108 (|has| (-117) (-72)) ELT)) (-2201 (((-484) $) 38 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) 81 (|has| (-117) (-756)) ELT)) (-3422 (((-85) $ $ (-117)) 125 T ELT)) (-3423 (((-694) $ $ (-117)) 126 T ELT)) (-3327 (($ (-1 (-117) (-117)) $) 111 T ELT)) (-3959 (($ (-1 (-117) (-117)) $) 25 T ELT) (($ (-1 (-117) (-117) (-117)) $ $) 59 T ELT)) (-3429 (($ $) 132 T ELT)) (-3430 (($ $) 133 T ELT)) (-3417 (($ $ (-117)) 116 T ELT) (($ $ (-114)) 115 T ELT)) (-3243 (((-1073) $) 20 (|has| (-117) (-1013)) ELT)) (-2304 (($ (-117) $ (-484)) 56 T ELT) (($ $ $ (-484)) 55 T ELT)) (-2203 (((-583 (-484)) $) 40 T ELT)) (-2204 (((-85) (-484) $) 41 T ELT)) (-3244 (((-1033) $) 19 (|has| (-117) (-1013)) ELT)) (-3802 (((-117) $) 36 (|has| (-484) (-756)) ELT)) (-1354 (((-3 (-117) "failed") (-1 (-85) (-117)) $) 67 T ELT)) (-2199 (($ $ (-117)) 35 (|has| $ (-1035 (-117))) ELT)) (-1731 (((-85) (-1 (-85) (-117)) $) 102 T ELT)) (-3769 (($ $ (-583 (-249 (-117)))) 24 (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT) (($ $ (-249 (-117))) 23 (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT) (($ $ (-117) (-117)) 22 (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT) (($ $ (-583 (-117)) (-583 (-117))) 21 (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) (-117) $) 39 (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT)) (-2205 (((-583 (-117)) $) 42 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 (((-117) $ (-484) (-117)) 44 T ELT) (((-117) $ (-484)) 43 T ELT) (($ $ (-1146 (-484))) 65 T ELT) (($ $ $) 112 T ELT)) (-2305 (($ $ (-484)) 58 T ELT) (($ $ (-1146 (-484))) 57 T ELT)) (-1730 (((-694) (-117) $) 107 (|has| (-117) (-72)) ELT) (((-694) (-1 (-85) (-117)) $) 103 T ELT)) (-1734 (($ $ $ (-484)) 89 (|has| $ (-1035 (-117))) ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 72 (|has| (-117) (-553 (-473))) ELT)) (-3531 (($ (-583 (-117))) 66 T ELT)) (-3803 (($ $ (-117)) 63 T ELT) (($ (-117) $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-583 $)) 60 T ELT)) (-3947 (($ (-117)) 121 T ELT) (((-772) $) 15 (|has| (-117) (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| (-117) (-72)) ELT)) (-1732 (((-85) (-1 (-85) (-117)) $) 101 T ELT)) (-2567 (((-85) $ $) 82 (|has| (-117) (-756)) ELT)) (-2568 (((-85) $ $) 84 (|has| (-117) (-756)) ELT)) (-3057 (((-85) $ $) 16 (|has| (-117) (-72)) ELT)) (-2685 (((-85) $ $) 83 (|has| (-117) (-756)) ELT)) (-2686 (((-85) $ $) 85 (|has| (-117) (-756)) ELT)) (-3958 (((-694) $) 100 T ELT)))
-(((-1058) (-113)) (T -1058))
-((-3430 (*1 *1 *1) (-4 *1 (-1058))) (-3429 (*1 *1 *1) (-4 *1 (-1058))) (-3428 (*1 *1 *1) (-4 *1 (-1058))) (-3427 (*1 *1 *1) (-4 *1 (-1058))) (-3426 (*1 *2 *1 *1) (-12 (-4 *1 (-1058)) (-5 *2 (-85)))) (-3425 (*1 *2 *1 *1) (-12 (-4 *1 (-1058)) (-5 *2 (-85)))) (-3424 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1058)) (-5 *3 (-484)) (-5 *2 (-85)))) (-3423 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1058)) (-5 *3 (-117)) (-5 *2 (-694)))) (-3422 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1058)) (-5 *3 (-117)) (-5 *2 (-85)))) (-3421 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1058)) (-5 *2 (-1146 (-484))))) (-3420 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-484)))) (-3420 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-484)) (-5 *3 (-114)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-117)) (-4 *1 (-1058)))) (-3419 (*1 *2 *1 *3) (-12 (-5 *3 (-117)) (-5 *2 (-583 *1)) (-4 *1 (-1058)))) (-3419 (*1 *2 *1 *3) (-12 (-5 *3 (-114)) (-5 *2 (-583 *1)) (-4 *1 (-1058)))) (-3418 (*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-117)))) (-3418 (*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-114)))) (-3417 (*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-117)))) (-3417 (*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-114)))) (-3416 (*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-117)))) (-3416 (*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-114)))) (-3801 (*1 *1 *1 *1) (-4 *1 (-1058))))
-(-13 (-19 (-117)) (-10 -8 (-15 -3430 ($ $)) (-15 -3429 ($ $)) (-15 -3428 ($ $)) (-15 -3427 ($ $)) (-15 -3426 ((-85) $ $)) (-15 -3425 ((-85) $ $)) (-15 -3424 ((-85) $ $ (-484))) (-15 -3423 ((-694) $ $ (-117))) (-15 -3422 ((-85) $ $ (-117))) (-15 -3421 ($ $ (-1146 (-484)) $)) (-15 -3420 ((-484) $ $ (-484))) (-15 -3420 ((-484) (-114) $ (-484))) (-15 -3947 ($ (-117))) (-15 -3419 ((-583 $) $ (-117))) (-15 -3419 ((-583 $) $ (-114))) (-15 -3418 ($ $ (-117))) (-15 -3418 ($ $ (-114))) (-15 -3417 ($ $ (-117))) (-15 -3417 ($ $ (-114))) (-15 -3416 ($ $ (-117))) (-15 -3416 ($ $ (-114))) (-15 -3801 ($ $ $))))
-(((-34) . T) ((-72) OR (|has| (-117) (-1013)) (|has| (-117) (-756)) (|has| (-117) (-72))) ((-552 (-772)) OR (|has| (-117) (-1013)) (|has| (-117) (-756)) (|has| (-117) (-552 (-772)))) ((-124 (-117)) . T) ((-553 (-473)) |has| (-117) (-553 (-473))) ((-241 (-484) (-117)) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) (-117)) . T) ((-260 (-117)) -12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ((-318 (-117)) . T) ((-324 (-117)) . T) ((-429 (-117)) . T) ((-538 (-484) (-117)) . T) ((-455 (-117) (-117)) -12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ((-13) . T) ((-593 (-117)) . T) ((-19 (-117)) . T) ((-756) |has| (-117) (-756)) ((-759) |has| (-117) (-756)) ((-1013) OR (|has| (-117) (-1013)) (|has| (-117) (-756))) ((-1035 (-117)) . T) ((-1129) . T))
-((-3437 (((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-583 |#4|) (-583 |#5|) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) (-694)) 112 T ELT)) (-3434 (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5|) 62 T ELT) (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694)) 61 T ELT)) (-3438 (((-1185) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-694)) 97 T ELT)) (-3432 (((-694) (-583 |#4|) (-583 |#5|)) 30 T ELT)) (-3435 (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5|) 64 T ELT) (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694)) 63 T ELT) (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694) (-85)) 65 T ELT)) (-3436 (((-583 |#5|) (-583 |#4|) (-583 |#5|) (-85) (-85) (-85) (-85) (-85)) 84 T ELT) (((-583 |#5|) (-583 |#4|) (-583 |#5|) (-85) (-85)) 85 T ELT)) (-3973 (((-1073) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) 90 T ELT)) (-3433 (((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5|) 60 T ELT)) (-3431 (((-694) (-583 |#4|) (-583 |#5|)) 21 T ELT)))
-(((-1059 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3431 ((-694) (-583 |#4|) (-583 |#5|))) (-15 -3432 ((-694) (-583 |#4|) (-583 |#5|))) (-15 -3433 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5|)) (-15 -3434 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694))) (-15 -3434 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5|)) (-15 -3435 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694) (-85))) (-15 -3435 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5| (-694))) (-15 -3435 ((-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) |#4| |#5|)) (-15 -3436 ((-583 |#5|) (-583 |#4|) (-583 |#5|) (-85) (-85))) (-15 -3436 ((-583 |#5|) (-583 |#4|) (-583 |#5|) (-85) (-85) (-85) (-85) (-85))) (-15 -3437 ((-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-583 |#4|) (-583 |#5|) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-2 (|:| |done| (-583 |#5|)) (|:| |todo| (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))))) (-694))) (-15 -3973 ((-1073) (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|)))) (-15 -3438 ((-1185) (-583 (-2 (|:| |val| (-583 |#4|)) (|:| -1600 |#5|))) (-694)))) (-392) (-717) (-756) (-977 |#1| |#2| |#3|) (-1020 |#1| |#2| |#3| |#4|)) (T -1059))
-((-3438 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-2 (|:| |val| (-583 *8)) (|:| -1600 *9)))) (-5 *4 (-694)) (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-1020 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-1185)) (-5 *1 (-1059 *5 *6 *7 *8 *9)))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-583 *7)) (|:| -1600 *8))) (-4 *7 (-977 *4 *5 *6)) (-4 *8 (-1020 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-1073)) (-5 *1 (-1059 *4 *5 *6 *7 *8)))) (-3437 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-583 *11)) (|:| |todo| (-583 (-2 (|:| |val| *3) (|:| -1600 *11)))))) (-5 *6 (-694)) (-5 *2 (-583 (-2 (|:| |val| (-583 *10)) (|:| -1600 *11)))) (-5 *3 (-583 *10)) (-5 *4 (-583 *11)) (-4 *10 (-977 *7 *8 *9)) (-4 *11 (-1020 *7 *8 *9 *10)) (-4 *7 (-392)) (-4 *8 (-717)) (-4 *9 (-756)) (-5 *1 (-1059 *7 *8 *9 *10 *11)))) (-3436 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-583 *9)) (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-1020 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-1059 *5 *6 *7 *8 *9)))) (-3436 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-583 *9)) (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-1020 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-1059 *5 *6 *7 *8 *9)))) (-3435 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-1059 *5 *6 *7 *3 *4)) (-4 *4 (-1020 *5 *6 *7 *3)))) (-3435 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-694)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *3 (-977 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-1059 *6 *7 *8 *3 *4)) (-4 *4 (-1020 *6 *7 *8 *3)))) (-3435 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-694)) (-5 *6 (-85)) (-4 *7 (-392)) (-4 *8 (-717)) (-4 *9 (-756)) (-4 *3 (-977 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-1059 *7 *8 *9 *3 *4)) (-4 *4 (-1020 *7 *8 *9 *3)))) (-3434 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-1059 *5 *6 *7 *3 *4)) (-4 *4 (-1020 *5 *6 *7 *3)))) (-3434 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-694)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *3 (-977 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-1059 *6 *7 *8 *3 *4)) (-4 *4 (-1020 *6 *7 *8 *3)))) (-3433 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-583 *4)) (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4)))))) (-5 *1 (-1059 *5 *6 *7 *3 *4)) (-4 *4 (-1020 *5 *6 *7 *3)))) (-3432 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 *9)) (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-1020 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-694)) (-5 *1 (-1059 *5 *6 *7 *8 *9)))) (-3431 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 *9)) (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-1020 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-694)) (-5 *1 (-1059 *5 *6 *7 *8 *9)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3682 (((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 |#4|)))) (-583 |#4|)) NIL T ELT)) (-3683 (((-583 $) (-583 |#4|)) 117 T ELT) (((-583 $) (-583 |#4|) (-85)) 118 T ELT) (((-583 $) (-583 |#4|) (-85) (-85)) 116 T ELT) (((-583 $) (-583 |#4|) (-85) (-85) (-85) (-85)) 119 T ELT)) (-3082 (((-583 |#3|) $) NIL T ELT)) (-2909 (((-85) $) NIL T ELT)) (-2900 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3694 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3689 ((|#4| |#4| $) NIL T ELT)) (-3776 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| $) 90 T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3711 (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 69 T ELT)) (-3725 (($) NIL T CONST)) (-2905 (((-85) $) 28 (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3690 (((-583 |#4|) (-583 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) NIL (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) NIL (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ #1#) (-583 |#4|)) NIL T ELT)) (-3157 (($ (-583 |#4|)) NIL T ELT)) (-3800 (((-3 $ #1#) $) 44 T ELT)) (-3686 ((|#4| |#4| $) 72 T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-3407 (($ |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT) (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 84 (|has| |#1| (-495)) ELT)) (-3695 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3684 ((|#4| |#4| $) NIL T ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3697 (((-2 (|:| -3862 (-583 |#4|)) (|:| -1702 (-583 |#4|))) $) NIL T ELT)) (-3198 (((-85) |#4| $) NIL T ELT)) (-3196 (((-85) |#4| $) NIL T ELT)) (-3199 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3439 (((-2 (|:| |val| (-583 |#4|)) (|:| |towers| (-583 $))) (-583 |#4|) (-85) (-85)) 132 T ELT)) (-3696 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3181 ((|#3| $) 37 T ELT)) (-2609 (((-583 |#4|) $) 18 T ELT)) (-3246 (((-85) |#4| $) 26 (|has| |#4| (-72)) ELT)) (-3327 (($ (-1 |#4| |#4|) $) 24 T ELT)) (-3959 (($ (-1 |#4| |#4|) $) 22 T ELT)) (-2915 (((-583 |#3|) $) NIL T ELT)) (-2914 (((-85) |#3| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3192 (((-3 |#4| (-583 $)) |#4| |#4| $) NIL T ELT)) (-3191 (((-583 (-2 (|:| |val| |#4|) (|:| -1600 $))) |#4| |#4| $) 110 T ELT)) (-3799 (((-3 |#4| #1#) $) 41 T ELT)) (-3193 (((-583 $) |#4| $) 95 T ELT)) (-3195 (((-3 (-85) (-583 $)) |#4| $) NIL T ELT)) (-3194 (((-583 (-2 (|:| |val| (-85)) (|:| -1600 $))) |#4| $) 105 T ELT) (((-85) |#4| $) 61 T ELT)) (-3239 (((-583 $) |#4| $) 114 T ELT) (((-583 $) (-583 |#4|) $) NIL T ELT) (((-583 $) (-583 |#4|) (-583 $)) 115 T ELT) (((-583 $) |#4| (-583 $)) NIL T ELT)) (-3440 (((-583 $) (-583 |#4|) (-85) (-85) (-85)) 127 T ELT)) (-3441 (($ |#4| $) 81 T ELT) (($ (-583 |#4|) $) 82 T ELT) (((-583 $) |#4| $ (-85) (-85) (-85) (-85) (-85)) 80 T ELT)) (-3698 (((-583 |#4|) $) NIL T ELT)) (-3692 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3687 ((|#4| |#4| $) NIL T ELT)) (-3700 (((-85) $ $) NIL T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-495)) ELT)) (-3693 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3688 ((|#4| |#4| $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 (((-3 |#4| #1#) $) 39 T ELT)) (-1354 (((-3 |#4| #1#) (-1 (-85) |#4|) $) NIL T ELT)) (-3680 (((-3 $ #1#) $ |#4|) 55 T ELT)) (-3770 (($ $ |#4|) NIL T ELT) (((-583 $) |#4| $) 97 T ELT) (((-583 $) |#4| (-583 $)) NIL T ELT) (((-583 $) (-583 |#4|) $) NIL T ELT) (((-583 $) (-583 |#4|) (-583 $)) 92 T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 17 T ELT)) (-3566 (($) 14 T ELT)) (-3949 (((-694) $) NIL T ELT)) (-1730 (((-694) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) NIL T ELT)) (-3401 (($ $) 13 T ELT)) (-3973 (((-473) $) NIL (|has| |#4| (-553 (-473))) ELT)) (-3531 (($ (-583 |#4|)) 21 T ELT)) (-2911 (($ $ |#3|) 48 T ELT)) (-2913 (($ $ |#3|) 50 T ELT)) (-3685 (($ $) NIL T ELT)) (-2912 (($ $ |#3|) NIL T ELT)) (-3947 (((-772) $) 34 T ELT) (((-583 |#4|) $) 45 T ELT)) (-3679 (((-694) $) NIL (|has| |#3| (-320)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3691 (((-85) $ (-1 (-85) |#4| (-583 |#4|))) NIL T ELT)) (-3190 (((-583 $) |#4| $) 62 T ELT) (((-583 $) |#4| (-583 $)) NIL T ELT) (((-583 $) (-583 |#4|) $) NIL T ELT) (((-583 $) (-583 |#4|) (-583 $)) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3681 (((-583 |#3|) $) NIL T ELT)) (-3197 (((-85) |#4| $) NIL T ELT)) (-3934 (((-85) |#3| $) 68 T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-1060 |#1| |#2| |#3| |#4|) (-13 (-1020 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3441 ((-583 $) |#4| $ (-85) (-85) (-85) (-85) (-85))) (-15 -3683 ((-583 $) (-583 |#4|) (-85) (-85))) (-15 -3683 ((-583 $) (-583 |#4|) (-85) (-85) (-85) (-85))) (-15 -3440 ((-583 $) (-583 |#4|) (-85) (-85) (-85))) (-15 -3439 ((-2 (|:| |val| (-583 |#4|)) (|:| |towers| (-583 $))) (-583 |#4|) (-85) (-85))))) (-392) (-717) (-756) (-977 |#1| |#2| |#3|)) (T -1060))
-((-3441 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-1060 *5 *6 *7 *3))) (-5 *1 (-1060 *5 *6 *7 *3)) (-4 *3 (-977 *5 *6 *7)))) (-3683 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-1060 *5 *6 *7 *8))) (-5 *1 (-1060 *5 *6 *7 *8)))) (-3683 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-1060 *5 *6 *7 *8))) (-5 *1 (-1060 *5 *6 *7 *8)))) (-3440 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-1060 *5 *6 *7 *8))) (-5 *1 (-1060 *5 *6 *7 *8)))) (-3439 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-977 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-583 *8)) (|:| |towers| (-583 (-1060 *5 *6 *7 *8))))) (-5 *1 (-1060 *5 *6 *7 *8)) (-5 *3 (-583 *8)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 32 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 30 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 29 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-694)) 31 T ELT) (($ $ (-830)) 28 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ $ $) 27 T ELT)))
-(((-1061) (-113)) (T -1061))
-NIL
-(-13 (-23) (-663))
-(((-23) . T) ((-25) . T) ((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-663) . T) ((-1025) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3324 ((|#1| $) 38 T ELT)) (-3442 (($ (-583 |#1|)) 46 T ELT)) (-3725 (($) NIL T CONST)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3326 ((|#1| |#1| $) 41 T ELT)) (-3325 ((|#1| $) 36 T ELT)) (-2609 (((-583 |#1|) $) 19 T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 26 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 23 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-1274 ((|#1| $) 39 T ELT)) (-3610 (($ |#1| $) 42 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1275 ((|#1| $) 37 T ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 33 T ELT)) (-3566 (($) 44 T ELT)) (-3323 (((-694) $) 31 T ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-3401 (($ $) 28 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1276 (($ (-583 |#1|)) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3057 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 32 T ELT)))
-(((-1062 |#1|) (-13 (-1034 |#1|) (-10 -8 (-15 -3442 ($ (-583 |#1|))))) (-1129)) (T -1062))
-((-3442 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-1062 *3)))))
-((-3789 ((|#2| $ #1="value" |#2|) NIL T ELT) ((|#2| $ #2="first" |#2|) NIL T ELT) (($ $ #3="rest" $) NIL T ELT) ((|#2| $ #4="last" |#2|) NIL T ELT) ((|#2| $ (-1146 (-484)) |#2|) 51 T ELT) ((|#2| $ (-484) |#2|) 48 T ELT)) (-3444 (((-85) $) 12 T ELT)) (-3802 ((|#2| $) NIL T ELT) (($ $ (-694)) 17 T ELT)) (-2199 (($ $ |#2|) 47 T ELT)) (-3445 (((-85) $) 11 T ELT)) (-3801 ((|#2| $ #1#) NIL T ELT) ((|#2| $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT) ((|#2| $ #4#) NIL T ELT) (($ $ (-1146 (-484))) 36 T ELT) ((|#2| $ (-484)) 25 T ELT) ((|#2| $ (-484) |#2|) NIL T ELT)) (-3792 (($ $ $) 54 T ELT) (($ $ |#2|) NIL T ELT)) (-3803 (($ $ $) 38 T ELT) (($ |#2| $) NIL T ELT) (($ (-583 $)) 45 T ELT) (($ $ |#2|) NIL T ELT)))
-(((-1063 |#1| |#2|) (-10 -7 (-15 -3444 ((-85) |#1|)) (-15 -3445 ((-85) |#1|)) (-15 -3789 (|#2| |#1| (-484) |#2|)) (-15 -3801 (|#2| |#1| (-484) |#2|)) (-15 -3801 (|#2| |#1| (-484))) (-15 -2199 (|#1| |#1| |#2|)) (-15 -3801 (|#1| |#1| (-1146 (-484)))) (-15 -3803 (|#1| |#1| |#2|)) (-15 -3803 (|#1| (-583 |#1|))) (-15 -3789 (|#2| |#1| (-1146 (-484)) |#2|)) (-15 -3789 (|#2| |#1| #1="last" |#2|)) (-15 -3789 (|#1| |#1| #2="rest" |#1|)) (-15 -3789 (|#2| |#1| #3="first" |#2|)) (-15 -3792 (|#1| |#1| |#2|)) (-15 -3792 (|#1| |#1| |#1|)) (-15 -3801 (|#2| |#1| #1#)) (-15 -3801 (|#1| |#1| #2#)) (-15 -3802 (|#1| |#1| (-694))) (-15 -3801 (|#2| |#1| #3#)) (-15 -3802 (|#2| |#1|)) (-15 -3803 (|#1| |#2| |#1|)) (-15 -3803 (|#1| |#1| |#1|)) (-15 -3789 (|#2| |#1| #4="value" |#2|)) (-15 -3801 (|#2| |#1| #4#))) (-1064 |#2|) (-1129)) (T -1063))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 42 T ELT)) (-3796 ((|#1| $) 61 T ELT)) (-3798 (($ $) 63 T ELT)) (-2198 (((-1185) $ (-484) (-484)) 98 (|has| $ (-1035 |#1|)) ELT)) (-3786 (($ $ (-484)) 48 (|has| $ (-1035 |#1|)) ELT)) (-3443 (((-85) $ (-694)) 81 T ELT)) (-3026 ((|#1| $ |#1|) 33 (|has| $ (-1035 |#1|)) ELT)) (-3788 (($ $ $) 52 (|has| $ (-1035 |#1|)) ELT)) (-3787 ((|#1| $ |#1|) 50 (|has| $ (-1035 |#1|)) ELT)) (-3790 ((|#1| $ |#1|) 54 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #2="first" |#1|) 53 (|has| $ (-1035 |#1|)) ELT) (($ $ #3="rest" $) 51 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #4="last" |#1|) 49 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) 115 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-484) |#1|) 87 (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) 35 (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 102 (|has| $ (-318 |#1|)) ELT)) (-3797 ((|#1| $) 62 T ELT)) (-3725 (($) 6 T CONST)) (-3800 (($ $) 69 T ELT) (($ $ (-694)) 67 T ELT)) (-1353 (($ $) 100 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ (-1 (-85) |#1|) $) 103 (|has| $ (-318 |#1|)) ELT) (($ |#1| $) 101 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-1576 ((|#1| $ (-484) |#1|) 86 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 88 T ELT)) (-3444 (((-85) $) 84 T ELT)) (-3032 (((-583 $) $) 44 T ELT)) (-3028 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3615 (($ (-694) |#1|) 107 T ELT)) (-3720 (((-85) $ (-694)) 82 T ELT)) (-2200 (((-484) $) 96 (|has| (-484) (-756)) ELT)) (-2201 (((-484) $) 95 (|has| (-484) (-756)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 110 T ELT)) (-3717 (((-85) $ (-694)) 83 T ELT)) (-3031 (((-583 |#1|) $) 39 T ELT)) (-3528 (((-85) $) 43 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3799 ((|#1| $) 66 T ELT) (($ $ (-694)) 64 T ELT)) (-2304 (($ $ $ (-484)) 114 T ELT) (($ |#1| $ (-484)) 113 T ELT)) (-2203 (((-583 (-484)) $) 93 T ELT)) (-2204 (((-85) (-484) $) 92 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) 72 T ELT) (($ $ (-694)) 70 T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 104 T ELT)) (-2199 (($ $ |#1|) 97 (|has| $ (-1035 |#1|)) ELT)) (-3445 (((-85) $) 85 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#1| $) 94 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) 91 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ #1#) 41 T ELT) ((|#1| $ #2#) 71 T ELT) (($ $ #3#) 68 T ELT) ((|#1| $ #4#) 65 T ELT) (($ $ (-1146 (-484))) 106 T ELT) ((|#1| $ (-484)) 90 T ELT) ((|#1| $ (-484) |#1|) 89 T ELT)) (-3030 (((-484) $ $) 38 T ELT)) (-2305 (($ $ (-1146 (-484))) 112 T ELT) (($ $ (-484)) 111 T ELT)) (-3634 (((-85) $) 40 T ELT)) (-3793 (($ $) 58 T ELT)) (-3791 (($ $) 55 (|has| $ (-1035 |#1|)) ELT)) (-3794 (((-694) $) 59 T ELT)) (-3795 (($ $) 60 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 99 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 105 T ELT)) (-3792 (($ $ $) 57 (|has| $ (-1035 |#1|)) ELT) (($ $ |#1|) 56 (|has| $ (-1035 |#1|)) ELT)) (-3803 (($ $ $) 74 T ELT) (($ |#1| $) 73 T ELT) (($ (-583 $)) 109 T ELT) (($ $ |#1|) 108 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) 45 T ELT)) (-3029 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-1064 |#1|) (-113) (-1129)) (T -1064))
-((-3445 (*1 *2 *1) (-12 (-4 *1 (-1064 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))) (-3444 (*1 *2 *1) (-12 (-4 *1 (-1064 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))) (-3717 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-1064 *4)) (-4 *4 (-1129)) (-5 *2 (-85)))) (-3720 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-1064 *4)) (-4 *4 (-1129)) (-5 *2 (-85)))) (-3443 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-1064 *4)) (-4 *4 (-1129)) (-5 *2 (-85)))))
-(-13 (-1168 |t#1|) (-593 |t#1|) (-10 -8 (-15 -3445 ((-85) $)) (-15 -3444 ((-85) $)) (-15 -3717 ((-85) $ (-694))) (-15 -3720 ((-85) $ (-694))) (-15 -3443 ((-85) $ (-694)))))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-241 (-484) |#1|) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-538 (-484) |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-593 |#1|) . T) ((-923 |#1|) . T) ((-1013) |has| |#1| (-1013)) ((-1129) . T) ((-1168 |#1|) . T))
-((-2569 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3600 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2198 (((-1185) $ |#1| |#1|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3789 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-2231 (((-3 |#2| #1="failed") |#1| $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3406 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) NIL T ELT)) (-3407 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3843 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1576 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ |#1|) NIL T ELT)) (-2200 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3246 (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-2232 (((-583 |#1|) $) NIL T ELT)) (-2233 (((-85) |#1| $) NIL T ELT)) (-1274 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3610 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2203 (((-583 |#1|) $) NIL T ELT)) (-2204 (((-85) |#1| $) NIL T ELT)) (-3244 (((-1033) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-3802 ((|#2| $) NIL (|has| |#1| (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2199 (($ $ |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1275 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1466 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1730 (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3947 (((-772) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-552 (-772)))) ELT)) (-1265 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-1065 |#1| |#2| |#3|) (-1107 |#1| |#2|) (-1013) (-1013) |#2|) (T -1065))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3446 (((-632 $) $) 17 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3447 (($) 18 T CONST)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3057 (((-85) $ $) 8 T ELT)))
-(((-1066) (-113)) (T -1066))
-((-3447 (*1 *1) (-4 *1 (-1066))) (-3446 (*1 *2 *1) (-12 (-5 *2 (-632 *1)) (-4 *1 (-1066)))))
-(-13 (-1013) (-10 -8 (-15 -3447 ($) -3953) (-15 -3446 ((-632 $) $))))
-(((-72) . T) ((-552 (-772)) . T) ((-13) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3449 (((-632 (-1049)) $) 28 T ELT)) (-3448 (((-1049) $) 16 T ELT)) (-3450 (((-1049) $) 18 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3451 (((-446) $) 14 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 38 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1067) (-13 (-995) (-10 -8 (-15 -3451 ((-446) $)) (-15 -3450 ((-1049) $)) (-15 -3449 ((-632 (-1049)) $)) (-15 -3448 ((-1049) $))))) (T -1067))
-((-3451 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-1067)))) (-3450 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1067)))) (-3449 (*1 *2 *1) (-12 (-5 *2 (-632 (-1049))) (-5 *1 (-1067)))) (-3448 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1067)))))
-((-3454 (((-1069 |#1|) (-1069 |#1|)) 17 T ELT)) (-3452 (((-1069 |#1|) (-1069 |#1|)) 13 T ELT)) (-3455 (((-1069 |#1|) (-1069 |#1|) (-484) (-484)) 20 T ELT)) (-3453 (((-1069 |#1|) (-1069 |#1|)) 15 T ELT)))
-(((-1068 |#1|) (-10 -7 (-15 -3452 ((-1069 |#1|) (-1069 |#1|))) (-15 -3453 ((-1069 |#1|) (-1069 |#1|))) (-15 -3454 ((-1069 |#1|) (-1069 |#1|))) (-15 -3455 ((-1069 |#1|) (-1069 |#1|) (-484) (-484)))) (-13 (-495) (-120))) (T -1068))
-((-3455 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1069 *4)) (-5 *3 (-484)) (-4 *4 (-13 (-495) (-120))) (-5 *1 (-1068 *4)))) (-3454 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-13 (-495) (-120))) (-5 *1 (-1068 *3)))) (-3453 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-13 (-495) (-120))) (-5 *1 (-1068 *3)))) (-3452 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-13 (-495) (-120))) (-5 *1 (-1068 *3)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) NIL T ELT)) (-3796 ((|#1| $) NIL T ELT)) (-3798 (($ $) 60 T ELT)) (-2198 (((-1185) $ (-484) (-484)) 93 (|has| $ (-1035 |#1|)) ELT)) (-3786 (($ $ (-484)) 122 (|has| $ (-1035 |#1|)) ELT)) (-3443 (((-85) $ (-694)) NIL T ELT)) (-3460 (((-772) $) 46 (|has| |#1| (-1013)) ELT)) (-3459 (((-85)) 49 (|has| |#1| (-1013)) ELT)) (-3026 ((|#1| $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3788 (($ $ $) 109 (|has| $ (-1035 |#1|)) ELT) (($ $ (-484) $) 135 T ELT)) (-3787 ((|#1| $ |#1|) 119 (|has| $ (-1035 |#1|)) ELT)) (-3790 ((|#1| $ |#1|) 114 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #2="first" |#1|) 116 (|has| $ (-1035 |#1|)) ELT) (($ $ #3="rest" $) 118 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ #4="last" |#1|) 121 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) 106 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-484) |#1|) 72 (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 75 T ELT)) (-3797 ((|#1| $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2323 (($ $) 11 T ELT)) (-3800 (($ $) 35 T ELT) (($ $ (-694)) 105 T ELT)) (-3465 (((-85) (-583 |#1|) $) 128 (|has| |#1| (-1013)) ELT)) (-3466 (($ (-583 |#1|)) 124 T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) 74 T ELT)) (-1576 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) NIL T ELT)) (-3444 (((-85) $) NIL T ELT)) (-3461 (((-1185) (-484) $) 133 (|has| |#1| (-1013)) ELT)) (-2322 (((-694) $) 131 T ELT)) (-3032 (((-583 $) $) NIL T ELT)) (-3028 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3615 (($ (-694) |#1|) NIL T ELT)) (-3720 (((-85) $ (-694)) NIL T ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2201 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 89 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 80 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 84 T ELT)) (-3717 (((-85) $ (-694)) NIL T ELT)) (-3031 (((-583 |#1|) $) NIL T ELT)) (-3528 (((-85) $) NIL T ELT)) (-2325 (($ $) 107 T ELT)) (-2326 (((-85) $) 10 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3799 ((|#1| $) NIL T ELT) (($ $ (-694)) NIL T ELT)) (-2304 (($ $ $ (-484)) NIL T ELT) (($ |#1| $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) 90 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3458 (($ (-1 |#1|)) 137 T ELT) (($ (-1 |#1| |#1|) |#1|) 138 T ELT)) (-2324 ((|#1| $) 7 T ELT)) (-3802 ((|#1| $) 34 T ELT) (($ $ (-694)) 58 T ELT)) (-3464 (((-2 (|:| |cycle?| (-85)) (|:| -2596 (-694)) (|:| |period| (-694))) (-694) $) 29 T ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-3457 (($ (-1 (-85) |#1|) $) 139 T ELT)) (-3456 (($ (-1 (-85) |#1|) $) 140 T ELT)) (-2199 (($ $ |#1|) 85 (|has| $ (-1035 |#1|)) ELT)) (-3770 (($ $ (-484)) 40 T ELT)) (-3445 (((-85) $) 88 T ELT)) (-2327 (((-85) $) 9 T ELT)) (-2328 (((-85) $) 130 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 25 T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) 14 T ELT)) (-3566 (($) 53 T ELT)) (-3801 ((|#1| $ #1#) NIL T ELT) ((|#1| $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT) ((|#1| $ #4#) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT) ((|#1| $ (-484)) 70 T ELT) ((|#1| $ (-484) |#1|) NIL T ELT)) (-3030 (((-484) $ $) 57 T ELT)) (-2305 (($ $ (-1146 (-484))) NIL T ELT) (($ $ (-484)) NIL T ELT)) (-3463 (($ (-1 $)) 56 T ELT)) (-3634 (((-85) $) 86 T ELT)) (-3793 (($ $) 87 T ELT)) (-3791 (($ $) 110 (|has| $ (-1035 |#1|)) ELT)) (-3794 (((-694) $) NIL T ELT)) (-3795 (($ $) NIL T ELT)) (-3401 (($ $) 52 T ELT)) (-3973 (((-473) $) NIL (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 68 T ELT)) (-3462 (($ |#1| $) 108 T ELT)) (-3792 (($ $ $) 112 (|has| $ (-1035 |#1|)) ELT) (($ $ |#1|) 113 (|has| $ (-1035 |#1|)) ELT)) (-3803 (($ $ $) 95 T ELT) (($ |#1| $) 54 T ELT) (($ (-583 $)) 100 T ELT) (($ $ |#1|) 94 T ELT)) (-2892 (($ $) 59 T ELT)) (-3947 (($ (-583 |#1|)) 123 T ELT) (((-772) $) 50 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 126 (|has| |#1| (-72)) ELT)))
-(((-1069 |#1|) (-13 (-616 |#1|) (-555 (-583 |#1|)) (-1035 |#1|) (-10 -8 (-15 -3466 ($ (-583 |#1|))) (IF (|has| |#1| (-1013)) (-15 -3465 ((-85) (-583 |#1|) $)) |%noBranch|) (-15 -3464 ((-2 (|:| |cycle?| (-85)) (|:| -2596 (-694)) (|:| |period| (-694))) (-694) $)) (-15 -3463 ($ (-1 $))) (-15 -3462 ($ |#1| $)) (IF (|has| |#1| (-1013)) (PROGN (-15 -3461 ((-1185) (-484) $)) (-15 -3460 ((-772) $)) (-15 -3459 ((-85)))) |%noBranch|) (-15 -3788 ($ $ (-484) $)) (-15 -3458 ($ (-1 |#1|))) (-15 -3458 ($ (-1 |#1| |#1|) |#1|)) (-15 -3457 ($ (-1 (-85) |#1|) $)) (-15 -3456 ($ (-1 (-85) |#1|) $)))) (-1129)) (T -1069))
-((-3466 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-1069 *3)))) (-3465 (*1 *2 *3 *1) (-12 (-5 *3 (-583 *4)) (-4 *4 (-1013)) (-4 *4 (-1129)) (-5 *2 (-85)) (-5 *1 (-1069 *4)))) (-3464 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-85)) (|:| -2596 (-694)) (|:| |period| (-694)))) (-5 *1 (-1069 *4)) (-4 *4 (-1129)) (-5 *3 (-694)))) (-3463 (*1 *1 *2) (-12 (-5 *2 (-1 (-1069 *3))) (-5 *1 (-1069 *3)) (-4 *3 (-1129)))) (-3462 (*1 *1 *2 *1) (-12 (-5 *1 (-1069 *2)) (-4 *2 (-1129)))) (-3461 (*1 *2 *3 *1) (-12 (-5 *3 (-484)) (-5 *2 (-1185)) (-5 *1 (-1069 *4)) (-4 *4 (-1013)) (-4 *4 (-1129)))) (-3460 (*1 *2 *1) (-12 (-5 *2 (-772)) (-5 *1 (-1069 *3)) (-4 *3 (-1013)) (-4 *3 (-1129)))) (-3459 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1069 *3)) (-4 *3 (-1013)) (-4 *3 (-1129)))) (-3788 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1069 *3)) (-4 *3 (-1129)))) (-3458 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1129)) (-5 *1 (-1069 *3)))) (-3458 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1129)) (-5 *1 (-1069 *3)))) (-3457 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1129)) (-5 *1 (-1069 *3)))) (-3456 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1129)) (-5 *1 (-1069 *3)))))
-((-3803 (((-1069 |#1|) (-1069 (-1069 |#1|))) 15 T ELT)))
-(((-1070 |#1|) (-10 -7 (-15 -3803 ((-1069 |#1|) (-1069 (-1069 |#1|))))) (-1129)) (T -1070))
-((-3803 (*1 *2 *3) (-12 (-5 *3 (-1069 (-1069 *4))) (-5 *2 (-1069 *4)) (-5 *1 (-1070 *4)) (-4 *4 (-1129)))))
-((-3842 (((-1069 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1069 |#1|)) 25 T ELT)) (-3843 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1069 |#1|)) 26 T ELT)) (-3959 (((-1069 |#2|) (-1 |#2| |#1|) (-1069 |#1|)) 16 T ELT)))
-(((-1071 |#1| |#2|) (-10 -7 (-15 -3959 ((-1069 |#2|) (-1 |#2| |#1|) (-1069 |#1|))) (-15 -3842 ((-1069 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1069 |#1|))) (-15 -3843 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1069 |#1|)))) (-1129) (-1129)) (T -1071))
-((-3843 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1069 *5)) (-4 *5 (-1129)) (-4 *2 (-1129)) (-5 *1 (-1071 *5 *2)))) (-3842 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1069 *6)) (-4 *6 (-1129)) (-4 *3 (-1129)) (-5 *2 (-1069 *3)) (-5 *1 (-1071 *6 *3)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1069 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-1069 *6)) (-5 *1 (-1071 *5 *6)))))
-((-3959 (((-1069 |#3|) (-1 |#3| |#1| |#2|) (-1069 |#1|) (-1069 |#2|)) 21 T ELT)))
-(((-1072 |#1| |#2| |#3|) (-10 -7 (-15 -3959 ((-1069 |#3|) (-1 |#3| |#1| |#2|) (-1069 |#1|) (-1069 |#2|)))) (-1129) (-1129) (-1129)) (T -1072))
-((-3959 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1069 *6)) (-5 *5 (-1069 *7)) (-4 *6 (-1129)) (-4 *7 (-1129)) (-4 *8 (-1129)) (-5 *2 (-1069 *8)) (-5 *1 (-1072 *6 *7 *8)))))
-((-2569 (((-85) $ $) NIL (|has| (-117) (-72)) ELT)) (-3427 (($ $) 42 T ELT)) (-3428 (($ $) NIL T ELT)) (-3418 (($ $ (-117)) NIL T ELT) (($ $ (-114)) NIL T ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 (-117))) ELT)) (-3425 (((-85) $ $) 67 T ELT)) (-3424 (((-85) $ $ (-484)) 62 T ELT)) (-3536 (($ (-484)) 7 T ELT) (($ (-179)) 9 T ELT) (($ (-446)) 11 T ELT)) (-3419 (((-583 $) $ (-117)) 76 T ELT) (((-583 $) $ (-114)) 77 T ELT)) (-1735 (((-85) (-1 (-85) (-117) (-117)) $) NIL T ELT) (((-85) $) NIL (|has| (-117) (-756)) ELT)) (-1733 (($ (-1 (-85) (-117) (-117)) $) NIL (|has| $ (-1035 (-117))) ELT) (($ $) NIL (-12 (|has| $ (-1035 (-117))) (|has| (-117) (-756))) ELT)) (-2910 (($ (-1 (-85) (-117) (-117)) $) NIL T ELT) (($ $) NIL (|has| (-117) (-756)) ELT)) (-3789 (((-117) $ (-484) (-117)) 59 (|has| $ (-1035 (-117))) ELT) (((-117) $ (-1146 (-484)) (-117)) NIL (|has| $ (-1035 (-117))) ELT)) (-3711 (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT)) (-3725 (($) NIL T CONST)) (-3416 (($ $ (-117)) 80 T ELT) (($ $ (-114)) 81 T ELT)) (-2297 (($ $) NIL (|has| $ (-1035 (-117))) ELT)) (-2298 (($ $) NIL T ELT)) (-3421 (($ $ (-1146 (-484)) $) 57 T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT)) (-3407 (($ (-117) $) NIL (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT) (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT)) (-3843 (((-117) (-1 (-117) (-117) (-117)) $ (-117) (-117)) NIL (|has| (-117) (-72)) ELT) (((-117) (-1 (-117) (-117) (-117)) $ (-117)) NIL T ELT) (((-117) (-1 (-117) (-117) (-117)) $) NIL T ELT)) (-1576 (((-117) $ (-484) (-117)) NIL (|has| $ (-1035 (-117))) ELT)) (-3113 (((-117) $ (-484)) NIL T ELT)) (-3426 (((-85) $ $) 91 T ELT)) (-3420 (((-484) (-1 (-85) (-117)) $) NIL T ELT) (((-484) (-117) $) NIL (|has| (-117) (-72)) ELT) (((-484) (-117) $ (-484)) 64 (|has| (-117) (-72)) ELT) (((-484) $ $ (-484)) 63 T ELT) (((-484) (-114) $ (-484)) 66 T ELT)) (-3615 (($ (-694) (-117)) 14 T ELT)) (-2200 (((-484) $) 36 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| (-117) (-756)) ELT)) (-3519 (($ (-1 (-85) (-117) (-117)) $ $) NIL T ELT) (($ $ $) NIL (|has| (-117) (-756)) ELT)) (-2609 (((-583 (-117)) $) NIL T ELT)) (-3246 (((-85) (-117) $) NIL (|has| (-117) (-72)) ELT)) (-2201 (((-484) $) 50 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| (-117) (-756)) ELT)) (-3422 (((-85) $ $ (-117)) 92 T ELT)) (-3423 (((-694) $ $ (-117)) 88 T ELT)) (-3327 (($ (-1 (-117) (-117)) $) 41 T ELT)) (-3959 (($ (-1 (-117) (-117)) $) NIL T ELT) (($ (-1 (-117) (-117) (-117)) $ $) NIL T ELT)) (-3429 (($ $) 45 T ELT)) (-3430 (($ $) NIL T ELT)) (-3417 (($ $ (-117)) 78 T ELT) (($ $ (-114)) 79 T ELT)) (-3243 (((-1073) $) 46 (|has| (-117) (-1013)) ELT)) (-2304 (($ (-117) $ (-484)) NIL T ELT) (($ $ $ (-484)) 31 T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) 87 (|has| (-117) (-1013)) ELT)) (-3802 (((-117) $) NIL (|has| (-484) (-756)) ELT)) (-1354 (((-3 (-117) "failed") (-1 (-85) (-117)) $) NIL T ELT)) (-2199 (($ $ (-117)) NIL (|has| $ (-1035 (-117))) ELT)) (-1731 (((-85) (-1 (-85) (-117)) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-117)))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT) (($ $ (-249 (-117))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT) (($ $ (-117) (-117)) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT) (($ $ (-583 (-117)) (-583 (-117))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) (-117) $) NIL (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT)) (-2205 (((-583 (-117)) $) NIL T ELT)) (-3404 (((-85) $) 19 T ELT)) (-3566 (($) 16 T ELT)) (-3801 (((-117) $ (-484) (-117)) NIL T ELT) (((-117) $ (-484)) 69 T ELT) (($ $ (-1146 (-484))) 29 T ELT) (($ $ $) NIL T ELT)) (-2305 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-1730 (((-694) (-117) $) NIL (|has| (-117) (-72)) ELT) (((-694) (-1 (-85) (-117)) $) NIL T ELT)) (-1734 (($ $ $ (-484)) 83 (|has| $ (-1035 (-117))) ELT)) (-3401 (($ $) 24 T ELT)) (-3973 (((-473) $) NIL (|has| (-117) (-553 (-473))) ELT)) (-3531 (($ (-583 (-117))) NIL T ELT)) (-3803 (($ $ (-117)) NIL T ELT) (($ (-117) $) NIL T ELT) (($ $ $) 23 T ELT) (($ (-583 $)) 84 T ELT)) (-3947 (($ (-117)) NIL T ELT) (((-772) $) 35 (|has| (-117) (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| (-117) (-72)) ELT)) (-1732 (((-85) (-1 (-85) (-117)) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| (-117) (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| (-117) (-756)) ELT)) (-3057 (((-85) $ $) 21 (|has| (-117) (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| (-117) (-756)) ELT)) (-2686 (((-85) $ $) 22 (|has| (-117) (-756)) ELT)) (-3958 (((-694) $) 20 T ELT)))
-(((-1073) (-13 (-1058) (-10 -8 (-15 -3536 ($ (-484))) (-15 -3536 ($ (-179))) (-15 -3536 ($ (-446)))))) (T -1073))
-((-3536 (*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-1073)))) (-3536 (*1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-1073)))) (-3536 (*1 *1 *2) (-12 (-5 *2 (-446)) (-5 *1 (-1073)))))
-((-2569 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72)) (|has| |#1| (-72))) ELT)) (-3600 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL T ELT)) (-2198 (((-1185) $ (-1073) (-1073)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ (-1073) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ELT)) (-2231 (((-3 |#1| #1="failed") (-1073) $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72))) ELT)) (-3406 (($ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ELT) (((-3 |#1| #1#) (-1073) $) NIL T ELT)) (-3407 (($ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) ELT)) (-3843 (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72)) ELT) (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) NIL T ELT) (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-1576 ((|#1| $ (-1073) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-1073)) NIL T ELT)) (-2200 (((-1073) $) NIL (|has| (-1073) (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3246 (((-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72)) ELT)) (-2201 (((-1073) $) NIL (|has| (-1073) (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT) (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT) (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (OR (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013)) (|has| |#1| (-1013))) ELT)) (-2232 (((-583 (-1073)) $) NIL T ELT)) (-2233 (((-85) (-1073) $) NIL T ELT)) (-1274 (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL T ELT)) (-3610 (($ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL T ELT)) (-2203 (((-583 (-1073)) $) NIL T ELT)) (-2204 (((-85) (-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL (OR (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013)) (|has| |#1| (-1013))) ELT)) (-3802 ((|#1| $) NIL (|has| (-1073) (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) #1#) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-2199 (($ $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1275 (((-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))))) NIL (-12 (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ (-1073)) NIL T ELT) ((|#1| $ (-1073) |#1|) NIL T ELT)) (-1466 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL T ELT)) (-1730 (((-694) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) $) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL T ELT)) (-3947 (((-772) $) NIL (OR (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-552 (-772))) (|has| |#1| (-552 (-772)))) ELT)) (-1265 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72)) (|has| |#1| (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)))) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 (-1073)) (|:| |entry| |#1|)) (-72)) (|has| |#1| (-72))) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-1074 |#1|) (-1107 (-1073) |#1|) (-1013)) (T -1074))
-NIL
-((-3806 (((-1069 |#1|) (-1069 |#1|)) 83 T ELT)) (-3468 (((-3 (-1069 |#1|) #1="failed") (-1069 |#1|)) 39 T ELT)) (-3479 (((-1069 |#1|) (-350 (-484)) (-1069 |#1|)) 131 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3482 (((-1069 |#1|) |#1| (-1069 |#1|)) 135 (|has| |#1| (-312)) ELT)) (-3809 (((-1069 |#1|) (-1069 |#1|)) 97 T ELT)) (-3470 (((-1069 (-484)) (-484)) 63 T ELT)) (-3478 (((-1069 |#1|) (-1069 (-1069 |#1|))) 116 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3805 (((-1069 |#1|) (-484) (-484) (-1069 |#1|)) 103 T ELT)) (-3939 (((-1069 |#1|) |#1| (-484)) 51 T ELT)) (-3472 (((-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) 66 T ELT)) (-3480 (((-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) 133 (|has| |#1| (-312)) ELT)) (-3477 (((-1069 |#1|) |#1| (-1 (-1069 |#1|))) 115 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3481 (((-1069 |#1|) (-1 |#1| (-484)) |#1| (-1 (-1069 |#1|))) 134 (|has| |#1| (-312)) ELT)) (-3810 (((-1069 |#1|) (-1069 |#1|)) 96 T ELT)) (-3811 (((-1069 |#1|) (-1069 |#1|)) 82 T ELT)) (-3804 (((-1069 |#1|) (-484) (-484) (-1069 |#1|)) 104 T ELT)) (-3813 (((-1069 |#1|) |#1| (-1069 |#1|)) 113 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3469 (((-1069 (-484)) (-484)) 62 T ELT)) (-3471 (((-1069 |#1|) |#1|) 65 T ELT)) (-3807 (((-1069 |#1|) (-1069 |#1|) (-484) (-484)) 100 T ELT)) (-3474 (((-1069 |#1|) (-1 |#1| (-484)) (-1069 |#1|)) 72 T ELT)) (-3467 (((-3 (-1069 |#1|) #1#) (-1069 |#1|) (-1069 |#1|)) 37 T ELT)) (-3808 (((-1069 |#1|) (-1069 |#1|)) 98 T ELT)) (-3769 (((-1069 |#1|) (-1069 |#1|) |#1|) 77 T ELT)) (-3473 (((-1069 |#1|) (-1069 |#1|)) 68 T ELT)) (-3475 (((-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) 78 T ELT)) (-3947 (((-1069 |#1|) |#1|) 73 T ELT)) (-3476 (((-1069 |#1|) (-1069 (-1069 |#1|))) 88 T ELT)) (-3950 (((-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) 38 T ELT)) (-3838 (((-1069 |#1|) (-1069 |#1|)) 21 T ELT) (((-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) 23 T ELT)) (-3840 (((-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) 17 T ELT)) (* (((-1069 |#1|) (-1069 |#1|) |#1|) 29 T ELT) (((-1069 |#1|) |#1| (-1069 |#1|)) 26 T ELT) (((-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) 27 T ELT)))
-(((-1075 |#1|) (-10 -7 (-15 -3840 ((-1069 |#1|) (-1069 |#1|) (-1069 |#1|))) (-15 -3838 ((-1069 |#1|) (-1069 |#1|) (-1069 |#1|))) (-15 -3838 ((-1069 |#1|) (-1069 |#1|))) (-15 * ((-1069 |#1|) (-1069 |#1|) (-1069 |#1|))) (-15 * ((-1069 |#1|) |#1| (-1069 |#1|))) (-15 * ((-1069 |#1|) (-1069 |#1|) |#1|)) (-15 -3467 ((-3 (-1069 |#1|) #1="failed") (-1069 |#1|) (-1069 |#1|))) (-15 -3950 ((-1069 |#1|) (-1069 |#1|) (-1069 |#1|))) (-15 -3468 ((-3 (-1069 |#1|) #1#) (-1069 |#1|))) (-15 -3939 ((-1069 |#1|) |#1| (-484))) (-15 -3469 ((-1069 (-484)) (-484))) (-15 -3470 ((-1069 (-484)) (-484))) (-15 -3471 ((-1069 |#1|) |#1|)) (-15 -3472 ((-1069 |#1|) (-1069 |#1|) (-1069 |#1|))) (-15 -3473 ((-1069 |#1|) (-1069 |#1|))) (-15 -3474 ((-1069 |#1|) (-1 |#1| (-484)) (-1069 |#1|))) (-15 -3947 ((-1069 |#1|) |#1|)) (-15 -3769 ((-1069 |#1|) (-1069 |#1|) |#1|)) (-15 -3475 ((-1069 |#1|) (-1069 |#1|) (-1069 |#1|))) (-15 -3811 ((-1069 |#1|) (-1069 |#1|))) (-15 -3806 ((-1069 |#1|) (-1069 |#1|))) (-15 -3476 ((-1069 |#1|) (-1069 (-1069 |#1|)))) (-15 -3810 ((-1069 |#1|) (-1069 |#1|))) (-15 -3809 ((-1069 |#1|) (-1069 |#1|))) (-15 -3808 ((-1069 |#1|) (-1069 |#1|))) (-15 -3807 ((-1069 |#1|) (-1069 |#1|) (-484) (-484))) (-15 -3805 ((-1069 |#1|) (-484) (-484) (-1069 |#1|))) (-15 -3804 ((-1069 |#1|) (-484) (-484) (-1069 |#1|))) (IF (|has| |#1| (-38 (-350 (-484)))) (PROGN (-15 -3813 ((-1069 |#1|) |#1| (-1069 |#1|))) (-15 -3477 ((-1069 |#1|) |#1| (-1 (-1069 |#1|)))) (-15 -3478 ((-1069 |#1|) (-1069 (-1069 |#1|)))) (-15 -3479 ((-1069 |#1|) (-350 (-484)) (-1069 |#1|)))) |%noBranch|) (IF (|has| |#1| (-312)) (PROGN (-15 -3480 ((-1069 |#1|) (-1069 |#1|) (-1069 |#1|))) (-15 -3481 ((-1069 |#1|) (-1 |#1| (-484)) |#1| (-1 (-1069 |#1|)))) (-15 -3482 ((-1069 |#1|) |#1| (-1069 |#1|)))) |%noBranch|)) (-961)) (T -1075))
-((-3482 (*1 *2 *3 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-312)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3481 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-484))) (-5 *5 (-1 (-1069 *4))) (-4 *4 (-312)) (-4 *4 (-961)) (-5 *2 (-1069 *4)) (-5 *1 (-1075 *4)))) (-3480 (*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-312)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3479 (*1 *2 *3 *2) (-12 (-5 *2 (-1069 *4)) (-4 *4 (-38 *3)) (-4 *4 (-961)) (-5 *3 (-350 (-484))) (-5 *1 (-1075 *4)))) (-3478 (*1 *2 *3) (-12 (-5 *3 (-1069 (-1069 *4))) (-5 *2 (-1069 *4)) (-5 *1 (-1075 *4)) (-4 *4 (-38 (-350 (-484)))) (-4 *4 (-961)))) (-3477 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1069 *3))) (-5 *2 (-1069 *3)) (-5 *1 (-1075 *3)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)))) (-3813 (*1 *2 *3 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3804 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1069 *4)) (-5 *3 (-484)) (-4 *4 (-961)) (-5 *1 (-1075 *4)))) (-3805 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1069 *4)) (-5 *3 (-484)) (-4 *4 (-961)) (-5 *1 (-1075 *4)))) (-3807 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1069 *4)) (-5 *3 (-484)) (-4 *4 (-961)) (-5 *1 (-1075 *4)))) (-3808 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3809 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3810 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3476 (*1 *2 *3) (-12 (-5 *3 (-1069 (-1069 *4))) (-5 *2 (-1069 *4)) (-5 *1 (-1075 *4)) (-4 *4 (-961)))) (-3806 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3811 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3475 (*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3769 (*1 *2 *2 *3) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3947 (*1 *2 *3) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-1075 *3)) (-4 *3 (-961)))) (-3474 (*1 *2 *3 *2) (-12 (-5 *2 (-1069 *4)) (-5 *3 (-1 *4 (-484))) (-4 *4 (-961)) (-5 *1 (-1075 *4)))) (-3473 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3472 (*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3471 (*1 *2 *3) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-1075 *3)) (-4 *3 (-961)))) (-3470 (*1 *2 *3) (-12 (-5 *2 (-1069 (-484))) (-5 *1 (-1075 *4)) (-4 *4 (-961)) (-5 *3 (-484)))) (-3469 (*1 *2 *3) (-12 (-5 *2 (-1069 (-484))) (-5 *1 (-1075 *4)) (-4 *4 (-961)) (-5 *3 (-484)))) (-3939 (*1 *2 *3 *4) (-12 (-5 *4 (-484)) (-5 *2 (-1069 *3)) (-5 *1 (-1075 *3)) (-4 *3 (-961)))) (-3468 (*1 *2 *2) (|partial| -12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3950 (*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3467 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3838 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3838 (*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))) (-3840 (*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))))
-((-3493 (((-1069 |#1|) (-1069 |#1|)) 102 T ELT)) (-3640 (((-1069 |#1|) (-1069 |#1|)) 59 T ELT)) (-3484 (((-2 (|:| -3491 (-1069 |#1|)) (|:| -3492 (-1069 |#1|))) (-1069 |#1|)) 98 T ELT)) (-3491 (((-1069 |#1|) (-1069 |#1|)) 99 T ELT)) (-3483 (((-2 (|:| -3639 (-1069 |#1|)) (|:| -3635 (-1069 |#1|))) (-1069 |#1|)) 54 T ELT)) (-3639 (((-1069 |#1|) (-1069 |#1|)) 55 T ELT)) (-3495 (((-1069 |#1|) (-1069 |#1|)) 104 T ELT)) (-3638 (((-1069 |#1|) (-1069 |#1|)) 66 T ELT)) (-3943 (((-1069 |#1|) (-1069 |#1|)) 40 T ELT)) (-3944 (((-1069 |#1|) (-1069 |#1|)) 37 T ELT)) (-3496 (((-1069 |#1|) (-1069 |#1|)) 105 T ELT)) (-3637 (((-1069 |#1|) (-1069 |#1|)) 67 T ELT)) (-3494 (((-1069 |#1|) (-1069 |#1|)) 103 T ELT)) (-3636 (((-1069 |#1|) (-1069 |#1|)) 62 T ELT)) (-3492 (((-1069 |#1|) (-1069 |#1|)) 100 T ELT)) (-3635 (((-1069 |#1|) (-1069 |#1|)) 56 T ELT)) (-3499 (((-1069 |#1|) (-1069 |#1|)) 113 T ELT)) (-3487 (((-1069 |#1|) (-1069 |#1|)) 88 T ELT)) (-3497 (((-1069 |#1|) (-1069 |#1|)) 107 T ELT)) (-3485 (((-1069 |#1|) (-1069 |#1|)) 84 T ELT)) (-3501 (((-1069 |#1|) (-1069 |#1|)) 117 T ELT)) (-3489 (((-1069 |#1|) (-1069 |#1|)) 92 T ELT)) (-3502 (((-1069 |#1|) (-1069 |#1|)) 119 T ELT)) (-3490 (((-1069 |#1|) (-1069 |#1|)) 94 T ELT)) (-3500 (((-1069 |#1|) (-1069 |#1|)) 115 T ELT)) (-3488 (((-1069 |#1|) (-1069 |#1|)) 90 T ELT)) (-3498 (((-1069 |#1|) (-1069 |#1|)) 109 T ELT)) (-3486 (((-1069 |#1|) (-1069 |#1|)) 86 T ELT)) (** (((-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) 41 T ELT)))
-(((-1076 |#1|) (-10 -7 (-15 -3944 ((-1069 |#1|) (-1069 |#1|))) (-15 -3943 ((-1069 |#1|) (-1069 |#1|))) (-15 ** ((-1069 |#1|) (-1069 |#1|) (-1069 |#1|))) (-15 -3483 ((-2 (|:| -3639 (-1069 |#1|)) (|:| -3635 (-1069 |#1|))) (-1069 |#1|))) (-15 -3639 ((-1069 |#1|) (-1069 |#1|))) (-15 -3635 ((-1069 |#1|) (-1069 |#1|))) (-15 -3640 ((-1069 |#1|) (-1069 |#1|))) (-15 -3636 ((-1069 |#1|) (-1069 |#1|))) (-15 -3638 ((-1069 |#1|) (-1069 |#1|))) (-15 -3637 ((-1069 |#1|) (-1069 |#1|))) (-15 -3485 ((-1069 |#1|) (-1069 |#1|))) (-15 -3486 ((-1069 |#1|) (-1069 |#1|))) (-15 -3487 ((-1069 |#1|) (-1069 |#1|))) (-15 -3488 ((-1069 |#1|) (-1069 |#1|))) (-15 -3489 ((-1069 |#1|) (-1069 |#1|))) (-15 -3490 ((-1069 |#1|) (-1069 |#1|))) (-15 -3484 ((-2 (|:| -3491 (-1069 |#1|)) (|:| -3492 (-1069 |#1|))) (-1069 |#1|))) (-15 -3491 ((-1069 |#1|) (-1069 |#1|))) (-15 -3492 ((-1069 |#1|) (-1069 |#1|))) (-15 -3493 ((-1069 |#1|) (-1069 |#1|))) (-15 -3494 ((-1069 |#1|) (-1069 |#1|))) (-15 -3495 ((-1069 |#1|) (-1069 |#1|))) (-15 -3496 ((-1069 |#1|) (-1069 |#1|))) (-15 -3497 ((-1069 |#1|) (-1069 |#1|))) (-15 -3498 ((-1069 |#1|) (-1069 |#1|))) (-15 -3499 ((-1069 |#1|) (-1069 |#1|))) (-15 -3500 ((-1069 |#1|) (-1069 |#1|))) (-15 -3501 ((-1069 |#1|) (-1069 |#1|))) (-15 -3502 ((-1069 |#1|) (-1069 |#1|)))) (-38 (-350 (-484)))) (T -1076))
-((-3502 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3501 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3500 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3499 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3498 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3497 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3496 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3495 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3494 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3493 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3492 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3491 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3484 (*1 *2 *3) (-12 (-4 *4 (-38 (-350 (-484)))) (-5 *2 (-2 (|:| -3491 (-1069 *4)) (|:| -3492 (-1069 *4)))) (-5 *1 (-1076 *4)) (-5 *3 (-1069 *4)))) (-3490 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3489 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3488 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3487 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3486 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3485 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3637 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3638 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3636 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3640 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3635 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3639 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3483 (*1 *2 *3) (-12 (-4 *4 (-38 (-350 (-484)))) (-5 *2 (-2 (|:| -3639 (-1069 *4)) (|:| -3635 (-1069 *4)))) (-5 *1 (-1076 *4)) (-5 *3 (-1069 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3943 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))) (-3944 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3)))))
-((-3493 (((-1069 |#1|) (-1069 |#1|)) 60 T ELT)) (-3640 (((-1069 |#1|) (-1069 |#1|)) 42 T ELT)) (-3491 (((-1069 |#1|) (-1069 |#1|)) 56 T ELT)) (-3639 (((-1069 |#1|) (-1069 |#1|)) 38 T ELT)) (-3495 (((-1069 |#1|) (-1069 |#1|)) 63 T ELT)) (-3638 (((-1069 |#1|) (-1069 |#1|)) 45 T ELT)) (-3943 (((-1069 |#1|) (-1069 |#1|)) 34 T ELT)) (-3944 (((-1069 |#1|) (-1069 |#1|)) 29 T ELT)) (-3496 (((-1069 |#1|) (-1069 |#1|)) 64 T ELT)) (-3637 (((-1069 |#1|) (-1069 |#1|)) 46 T ELT)) (-3494 (((-1069 |#1|) (-1069 |#1|)) 61 T ELT)) (-3636 (((-1069 |#1|) (-1069 |#1|)) 43 T ELT)) (-3492 (((-1069 |#1|) (-1069 |#1|)) 58 T ELT)) (-3635 (((-1069 |#1|) (-1069 |#1|)) 40 T ELT)) (-3499 (((-1069 |#1|) (-1069 |#1|)) 68 T ELT)) (-3487 (((-1069 |#1|) (-1069 |#1|)) 50 T ELT)) (-3497 (((-1069 |#1|) (-1069 |#1|)) 66 T ELT)) (-3485 (((-1069 |#1|) (-1069 |#1|)) 48 T ELT)) (-3501 (((-1069 |#1|) (-1069 |#1|)) 71 T ELT)) (-3489 (((-1069 |#1|) (-1069 |#1|)) 53 T ELT)) (-3502 (((-1069 |#1|) (-1069 |#1|)) 72 T ELT)) (-3490 (((-1069 |#1|) (-1069 |#1|)) 54 T ELT)) (-3500 (((-1069 |#1|) (-1069 |#1|)) 70 T ELT)) (-3488 (((-1069 |#1|) (-1069 |#1|)) 52 T ELT)) (-3498 (((-1069 |#1|) (-1069 |#1|)) 69 T ELT)) (-3486 (((-1069 |#1|) (-1069 |#1|)) 51 T ELT)) (** (((-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) 36 T ELT)))
-(((-1077 |#1|) (-10 -7 (-15 -3944 ((-1069 |#1|) (-1069 |#1|))) (-15 -3943 ((-1069 |#1|) (-1069 |#1|))) (-15 ** ((-1069 |#1|) (-1069 |#1|) (-1069 |#1|))) (-15 -3639 ((-1069 |#1|) (-1069 |#1|))) (-15 -3635 ((-1069 |#1|) (-1069 |#1|))) (-15 -3640 ((-1069 |#1|) (-1069 |#1|))) (-15 -3636 ((-1069 |#1|) (-1069 |#1|))) (-15 -3638 ((-1069 |#1|) (-1069 |#1|))) (-15 -3637 ((-1069 |#1|) (-1069 |#1|))) (-15 -3485 ((-1069 |#1|) (-1069 |#1|))) (-15 -3486 ((-1069 |#1|) (-1069 |#1|))) (-15 -3487 ((-1069 |#1|) (-1069 |#1|))) (-15 -3488 ((-1069 |#1|) (-1069 |#1|))) (-15 -3489 ((-1069 |#1|) (-1069 |#1|))) (-15 -3490 ((-1069 |#1|) (-1069 |#1|))) (-15 -3491 ((-1069 |#1|) (-1069 |#1|))) (-15 -3492 ((-1069 |#1|) (-1069 |#1|))) (-15 -3493 ((-1069 |#1|) (-1069 |#1|))) (-15 -3494 ((-1069 |#1|) (-1069 |#1|))) (-15 -3495 ((-1069 |#1|) (-1069 |#1|))) (-15 -3496 ((-1069 |#1|) (-1069 |#1|))) (-15 -3497 ((-1069 |#1|) (-1069 |#1|))) (-15 -3498 ((-1069 |#1|) (-1069 |#1|))) (-15 -3499 ((-1069 |#1|) (-1069 |#1|))) (-15 -3500 ((-1069 |#1|) (-1069 |#1|))) (-15 -3501 ((-1069 |#1|) (-1069 |#1|))) (-15 -3502 ((-1069 |#1|) (-1069 |#1|)))) (-38 (-350 (-484)))) (T -1077))
-((-3502 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3501 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3500 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3499 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3498 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3497 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3496 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3495 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3494 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3493 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3492 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3491 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3490 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3489 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3488 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3487 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3486 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3485 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3637 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3638 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3636 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3640 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3635 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3639 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3943 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))) (-3944 (*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
-((-3503 (((-869 |#2|) |#2| |#2|) 51 T ELT)) (-3504 ((|#2| |#2| |#1|) 19 (|has| |#1| (-258)) ELT)))
-(((-1078 |#1| |#2|) (-10 -7 (-15 -3503 ((-869 |#2|) |#2| |#2|)) (IF (|has| |#1| (-258)) (-15 -3504 (|#2| |#2| |#1|)) |%noBranch|)) (-495) (-1155 |#1|)) (T -1078))
-((-3504 (*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-4 *3 (-495)) (-5 *1 (-1078 *3 *2)) (-4 *2 (-1155 *3)))) (-3503 (*1 *2 *3 *3) (-12 (-4 *4 (-495)) (-5 *2 (-869 *3)) (-5 *1 (-1078 *4 *3)) (-4 *3 (-1155 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3512 (($ $ (-583 (-694))) 79 T ELT)) (-3889 (($) 33 T ELT)) (-3521 (($ $) 51 T ELT)) (-3752 (((-583 $) $) 60 T ELT)) (-3527 (((-85) $) 19 T ELT)) (-3505 (((-583 (-854 |#2|)) $) 86 T ELT)) (-3506 (($ $) 80 T ELT)) (-3522 (((-694) $) 47 T ELT)) (-3615 (($) 32 T ELT)) (-3515 (($ $ (-583 (-694)) (-854 |#2|)) 72 T ELT) (($ $ (-583 (-694)) (-694)) 73 T ELT) (($ $ (-694) (-854 |#2|)) 75 T ELT)) (-3519 (($ $ $) 57 T ELT) (($ (-583 $)) 59 T ELT)) (-3507 (((-694) $) 87 T ELT)) (-3528 (((-85) $) 15 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3526 (((-85) $) 22 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3508 (((-145) $) 85 T ELT)) (-3511 (((-854 |#2|) $) 81 T ELT)) (-3510 (((-694) $) 82 T ELT)) (-3509 (((-85) $) 84 T ELT)) (-3513 (($ $ (-583 (-694)) (-145)) 78 T ELT)) (-3520 (($ $) 52 T ELT)) (-3947 (((-772) $) 99 T ELT)) (-3514 (($ $ (-583 (-694)) (-85)) 77 T ELT)) (-3523 (((-583 $) $) 11 T ELT)) (-3524 (($ $ (-694)) 46 T ELT)) (-3525 (($ $) 43 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3516 (($ $ $ (-854 |#2|) (-694)) 68 T ELT)) (-3517 (($ $ (-854 |#2|)) 67 T ELT)) (-3518 (($ $ (-583 (-694)) (-854 |#2|)) 66 T ELT) (($ $ (-583 (-694)) (-694)) 70 T ELT) (((-694) $ (-854 |#2|)) 71 T ELT)) (-3057 (((-85) $ $) 92 T ELT)))
-(((-1079 |#1| |#2|) (-13 (-1013) (-10 -8 (-15 -3528 ((-85) $)) (-15 -3527 ((-85) $)) (-15 -3526 ((-85) $)) (-15 -3615 ($)) (-15 -3889 ($)) (-15 -3525 ($ $)) (-15 -3524 ($ $ (-694))) (-15 -3523 ((-583 $) $)) (-15 -3522 ((-694) $)) (-15 -3521 ($ $)) (-15 -3520 ($ $)) (-15 -3519 ($ $ $)) (-15 -3519 ($ (-583 $))) (-15 -3752 ((-583 $) $)) (-15 -3518 ($ $ (-583 (-694)) (-854 |#2|))) (-15 -3517 ($ $ (-854 |#2|))) (-15 -3516 ($ $ $ (-854 |#2|) (-694))) (-15 -3515 ($ $ (-583 (-694)) (-854 |#2|))) (-15 -3518 ($ $ (-583 (-694)) (-694))) (-15 -3515 ($ $ (-583 (-694)) (-694))) (-15 -3518 ((-694) $ (-854 |#2|))) (-15 -3515 ($ $ (-694) (-854 |#2|))) (-15 -3514 ($ $ (-583 (-694)) (-85))) (-15 -3513 ($ $ (-583 (-694)) (-145))) (-15 -3512 ($ $ (-583 (-694)))) (-15 -3511 ((-854 |#2|) $)) (-15 -3510 ((-694) $)) (-15 -3509 ((-85) $)) (-15 -3508 ((-145) $)) (-15 -3507 ((-694) $)) (-15 -3506 ($ $)) (-15 -3505 ((-583 (-854 |#2|)) $)))) (-830) (-961)) (T -1079))
-((-3528 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3527 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3526 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3615 (*1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))) (-3889 (*1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))) (-3525 (*1 *1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))) (-3524 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3523 (*1 *2 *1) (-12 (-5 *2 (-583 (-1079 *3 *4))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3522 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3521 (*1 *1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))) (-3520 (*1 *1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))) (-3519 (*1 *1 *1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))) (-3519 (*1 *1 *2) (-12 (-5 *2 (-583 (-1079 *3 *4))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3752 (*1 *2 *1) (-12 (-5 *2 (-583 (-1079 *3 *4))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3518 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-694))) (-5 *3 (-854 *5)) (-4 *5 (-961)) (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)))) (-3517 (*1 *1 *1 *2) (-12 (-5 *2 (-854 *4)) (-4 *4 (-961)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)))) (-3516 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-854 *5)) (-5 *3 (-694)) (-4 *5 (-961)) (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)))) (-3515 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-694))) (-5 *3 (-854 *5)) (-4 *5 (-961)) (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)))) (-3518 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-694))) (-5 *3 (-694)) (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)) (-4 *5 (-961)))) (-3515 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-694))) (-5 *3 (-694)) (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)) (-4 *5 (-961)))) (-3518 (*1 *2 *1 *3) (-12 (-5 *3 (-854 *5)) (-4 *5 (-961)) (-5 *2 (-694)) (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)))) (-3515 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-694)) (-5 *3 (-854 *5)) (-4 *5 (-961)) (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)))) (-3514 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-694))) (-5 *3 (-85)) (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)) (-4 *5 (-961)))) (-3513 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-694))) (-5 *3 (-145)) (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)) (-4 *5 (-961)))) (-3512 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-694))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3511 (*1 *2 *1) (-12 (-5 *2 (-854 *4)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3510 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3509 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3508 (*1 *2 *1) (-12 (-5 *2 (-145)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3507 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))) (-3506 (*1 *1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))) (-3505 (*1 *2 *1) (-12 (-5 *2 (-583 (-854 *4))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3529 ((|#2| $) 11 T ELT)) (-3530 ((|#1| $) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3531 (($ |#1| |#2|) 9 T ELT)) (-3947 (((-772) $) 16 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1080 |#1| |#2|) (-13 (-1013) (-10 -8 (-15 -3531 ($ |#1| |#2|)) (-15 -3530 (|#1| $)) (-15 -3529 (|#2| $)))) (-1013) (-1013)) (T -1080))
-((-3531 (*1 *1 *2 *3) (-12 (-5 *1 (-1080 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))) (-3530 (*1 *2 *1) (-12 (-4 *2 (-1013)) (-5 *1 (-1080 *2 *3)) (-4 *3 (-1013)))) (-3529 (*1 *2 *1) (-12 (-4 *2 (-1013)) (-5 *1 (-1080 *3 *2)) (-4 *3 (-1013)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3532 (((-1049) $) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 16 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1081) (-13 (-995) (-10 -8 (-15 -3532 ((-1049) $))))) (T -1081))
-((-3532 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1081)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3130 (((-1089 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-258)) (|has| |#1| (-312))) ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) 11 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT)) (-2063 (($ $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT)) (-2061 (((-85) $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT)) (-3772 (($ $ (-484)) NIL T ELT) (($ $ (-484) (-484)) 75 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))) $) NIL T ELT)) (-3732 (((-1089 |#1| |#2| |#3|) $) 42 T ELT)) (-3729 (((-3 (-1089 |#1| |#2| |#3|) #1="failed") $) 32 T ELT)) (-3730 (((-1089 |#1| |#2| |#3|) $) 33 T ELT)) (-3493 (($ $) 116 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 92 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1#) $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) ELT)) (-3776 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3491 (($ $) 112 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 88 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3624 (((-484) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) ELT)) (-3819 (($ (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|)))) NIL T ELT)) (-3495 (($ $) 120 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 96 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-1089 |#1| |#2| |#3|) #1#) $) 34 T ELT) (((-3 (-1090) #1#) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-950 (-1090))) (|has| |#1| (-312))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-950 (-484))) (|has| |#1| (-312))) ELT) (((-3 (-484) #1#) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-950 (-484))) (|has| |#1| (-312))) ELT)) (-3157 (((-1089 |#1| |#2| |#3|) $) 140 T ELT) (((-1090) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-950 (-1090))) (|has| |#1| (-312))) ELT) (((-350 (-484)) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-950 (-484))) (|has| |#1| (-312))) ELT) (((-484) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-950 (-484))) (|has| |#1| (-312))) ELT)) (-3731 (($ $) 37 T ELT) (($ (-484) $) 38 T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-1089 |#1| |#2| |#3|)) (-630 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-1089 |#1| |#2| |#3|))) (|:| |vec| (-1179 (-1089 |#1| |#2| |#3|)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-580 (-484))) (|has| |#1| (-312))) ELT) (((-630 (-484)) (-630 $)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-580 (-484))) (|has| |#1| (-312))) ELT)) (-3468 (((-3 $ #1#) $) 54 T ELT)) (-3728 (((-350 (-857 |#1|)) $ (-484)) 74 (|has| |#1| (-495)) ELT) (((-350 (-857 |#1|)) $ (-484) (-484)) 76 (|has| |#1| (-495)) ELT)) (-2995 (($) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-483)) (|has| |#1| (-312))) ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-3187 (((-85) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) ELT)) (-2893 (((-85) $) 28 T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-796 (-330))) (|has| |#1| (-312))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-796 (-484))) (|has| |#1| (-312))) ELT)) (-3773 (((-484) $) NIL T ELT) (((-484) $ (-484)) 26 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2999 (((-1089 |#1| |#2| |#3|) $) 44 (|has| |#1| (-312)) ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3446 (((-632 $) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-1066)) (|has| |#1| (-312))) ELT)) (-3188 (((-85) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) ELT)) (-3778 (($ $ (-830)) NIL T ELT)) (-3816 (($ (-1 |#1| (-484)) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-484)) 19 T ELT) (($ $ (-994) (-484)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-484))) NIL T ELT)) (-2532 (($ $ $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-2858 (($ $ $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-312)) ELT)) (-3943 (($ $) 81 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2280 (((-630 (-1089 |#1| |#2| |#3|)) (-1179 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-1089 |#1| |#2| |#3|))) (|:| |vec| (-1179 (-1089 |#1| |#2| |#3|)))) (-1179 $) $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-580 (-484))) (|has| |#1| (-312))) ELT) (((-630 (-484)) (-1179 $)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-580 (-484))) (|has| |#1| (-312))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3780 (($ (-484) (-1089 |#1| |#2| |#3|)) 36 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3813 (($ $) 79 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))))) ELT) (($ $ (-1176 |#2|)) 80 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3447 (($) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-1066)) (|has| |#1| (-312))) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3129 (($ $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-258)) (|has| |#1| (-312))) ELT)) (-3131 (((-1089 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-483)) (|has| |#1| (-312))) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-484)) 158 T ELT)) (-3467 (((-3 $ #1#) $ $) 55 (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3944 (($ $) 82 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-484)))) ELT) (($ $ (-1090) (-1089 |#1| |#2| |#3|)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-455 (-1090) (-1089 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-583 (-1090)) (-583 (-1089 |#1| |#2| |#3|))) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-455 (-1090) (-1089 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-583 (-249 (-1089 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-260 (-1089 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-249 (-1089 |#1| |#2| |#3|))) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-260 (-1089 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-260 (-1089 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-583 (-1089 |#1| |#2| |#3|)) (-583 (-1089 |#1| |#2| |#3|))) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-260 (-1089 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-484)) NIL T ELT) (($ $ $) 61 (|has| (-484) (-1025)) ELT) (($ $ (-1089 |#1| |#2| |#3|)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-241 (-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1 (-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|)) (-694)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 (-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|))) NIL (|has| |#1| (-312)) ELT) (($ $ (-1176 |#2|)) 57 T ELT) (($ $) 56 (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT)) (-2996 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2998 (((-1089 |#1| |#2| |#3|) $) 46 (|has| |#1| (-312)) ELT)) (-3949 (((-484) $) 43 T ELT)) (-3496 (($ $) 122 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 98 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 118 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 94 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 114 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 90 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3973 (((-473) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-553 (-473))) (|has| |#1| (-312))) ELT) (((-330) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-933)) (|has| |#1| (-312))) ELT) (((-179) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-933)) (|has| |#1| (-312))) ELT) (((-800 (-330)) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-553 (-800 (-330)))) (|has| |#1| (-312))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-553 (-800 (-484)))) (|has| |#1| (-312))) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) ELT)) (-2892 (($ $) NIL T ELT)) (-3947 (((-772) $) 162 T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-1089 |#1| |#2| |#3|)) 30 T ELT) (($ (-1176 |#2|)) 25 T ELT) (($ (-1090)) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-950 (-1090))) (|has| |#1| (-312))) ELT) (($ $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT) (($ (-350 (-484))) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-950 (-484))) (|has| |#1| (-312))) (|has| |#1| (-38 (-350 (-484))))) ELT)) (-3678 ((|#1| $ (-484)) 77 T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-118)) (|has| |#1| (-312))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-3774 ((|#1| $) 12 T ELT)) (-3132 (((-1089 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-483)) (|has| |#1| (-312))) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) 128 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 104 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT)) (-3497 (($ $) 124 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 100 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 132 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 108 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-484)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-484)))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) 134 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 110 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 130 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 106 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 126 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 102 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3384 (($ $) NIL (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) ELT)) (-2661 (($) 21 T CONST)) (-2667 (($) 16 T CONST)) (-2670 (($ $ (-1 (-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|)) (-694)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 (-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|))) NIL (|has| |#1| (-312)) ELT) (($ $ (-1176 |#2|)) NIL T ELT) (($ $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT)) (-2567 (((-85) $ $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-2568 (((-85) $ $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-2686 (((-85) $ $) NIL (OR (-12 (|has| (-1089 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1089 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) 49 (|has| |#1| (-312)) ELT) (($ (-1089 |#1| |#2| |#3|) (-1089 |#1| |#2| |#3|)) 50 (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 23 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 60 T ELT) (($ $ (-484)) NIL (|has| |#1| (-312)) ELT) (($ $ $) 83 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 137 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-1089 |#1| |#2| |#3|)) 48 (|has| |#1| (-312)) ELT) (($ (-1089 |#1| |#2| |#3|) $) 47 (|has| |#1| (-312)) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1082 |#1| |#2| |#3|) (-13 (-1143 |#1| (-1089 |#1| |#2| |#3|)) (-806 $ (-1176 |#2|)) (-10 -8 (-15 -3947 ($ (-1176 |#2|))) (IF (|has| |#1| (-38 (-350 (-484)))) (-15 -3813 ($ $ (-1176 |#2|))) |%noBranch|))) (-961) (-1090) |#1|) (T -1082))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1082 *3 *4 *5)) (-4 *3 (-961)) (-14 *5 *3))) (-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1082 *3 *4 *5)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3))))
-((-3533 ((|#2| |#2| (-1004 |#2|)) 26 T ELT) ((|#2| |#2| (-1090)) 28 T ELT)))
-(((-1083 |#1| |#2|) (-10 -7 (-15 -3533 (|#2| |#2| (-1090))) (-15 -3533 (|#2| |#2| (-1004 |#2|)))) (-13 (-495) (-950 (-484)) (-580 (-484))) (-13 (-364 |#1|) (-133) (-27) (-1115))) (T -1083))
-((-3533 (*1 *2 *2 *3) (-12 (-5 *3 (-1004 *2)) (-4 *2 (-13 (-364 *4) (-133) (-27) (-1115))) (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1083 *4 *2)))) (-3533 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1083 *4 *2)) (-4 *2 (-13 (-364 *4) (-133) (-27) (-1115))))))
-((-3533 (((-3 (-350 (-857 |#1|)) (-265 |#1|)) (-350 (-857 |#1|)) (-1004 (-350 (-857 |#1|)))) 31 T ELT) (((-350 (-857 |#1|)) (-857 |#1|) (-1004 (-857 |#1|))) 44 T ELT) (((-3 (-350 (-857 |#1|)) (-265 |#1|)) (-350 (-857 |#1|)) (-1090)) 33 T ELT) (((-350 (-857 |#1|)) (-857 |#1|) (-1090)) 36 T ELT)))
-(((-1084 |#1|) (-10 -7 (-15 -3533 ((-350 (-857 |#1|)) (-857 |#1|) (-1090))) (-15 -3533 ((-3 (-350 (-857 |#1|)) (-265 |#1|)) (-350 (-857 |#1|)) (-1090))) (-15 -3533 ((-350 (-857 |#1|)) (-857 |#1|) (-1004 (-857 |#1|)))) (-15 -3533 ((-3 (-350 (-857 |#1|)) (-265 |#1|)) (-350 (-857 |#1|)) (-1004 (-350 (-857 |#1|)))))) (-13 (-495) (-950 (-484)))) (T -1084))
-((-3533 (*1 *2 *3 *4) (-12 (-5 *4 (-1004 (-350 (-857 *5)))) (-5 *3 (-350 (-857 *5))) (-4 *5 (-13 (-495) (-950 (-484)))) (-5 *2 (-3 *3 (-265 *5))) (-5 *1 (-1084 *5)))) (-3533 (*1 *2 *3 *4) (-12 (-5 *4 (-1004 (-857 *5))) (-5 *3 (-857 *5)) (-4 *5 (-13 (-495) (-950 (-484)))) (-5 *2 (-350 *3)) (-5 *1 (-1084 *5)))) (-3533 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-495) (-950 (-484)))) (-5 *2 (-3 (-350 (-857 *5)) (-265 *5))) (-5 *1 (-1084 *5)) (-5 *3 (-350 (-857 *5))))) (-3533 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-495) (-950 (-484)))) (-5 *2 (-350 (-857 *5))) (-5 *1 (-1084 *5)) (-5 *3 (-857 *5)))))
-((-2569 (((-85) $ $) 172 T ELT)) (-3189 (((-85) $) 44 T ELT)) (-3768 (((-1179 |#1|) $ (-694)) NIL T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3766 (($ (-1085 |#1|)) NIL T ELT)) (-3084 (((-1085 $) $ (-994)) 83 T ELT) (((-1085 |#1|) $) 72 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) 166 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-994))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3756 (($ $ $) 160 (|has| |#1| (-495)) ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 97 (|has| |#1| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) 117 (|has| |#1| (-821)) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3762 (($ $ (-694)) 62 T ELT)) (-3761 (($ $ (-694)) 64 T ELT)) (-3752 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-392)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-994) #1#) $) NIL T ELT)) (-3157 ((|#1| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-994) $) NIL T ELT)) (-3757 (($ $ $ (-994)) NIL (|has| |#1| (-146)) ELT) ((|#1| $ $) 162 (|has| |#1| (-146)) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) 81 T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#1|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ $) 133 T ELT)) (-3754 (($ $ $) NIL (|has| |#1| (-495)) ELT)) (-3753 (((-2 (|:| -3955 |#1|) (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-495)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3504 (($ $) 167 (|has| |#1| (-392)) ELT) (($ $ (-994)) NIL (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-821)) ELT)) (-1624 (($ $ |#1| (-694) $) 70 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-994) (-796 (-330))) (|has| |#1| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-994) (-796 (-484))) (|has| |#1| (-796 (-484)))) ELT)) (-3534 (((-772) $ (-772)) 150 T ELT)) (-3773 (((-694) $ $) NIL (|has| |#1| (-495)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 49 T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| |#1| (-1066)) ELT)) (-3085 (($ (-1085 |#1|) (-994)) 74 T ELT) (($ (-1085 $) (-994)) 91 T ELT)) (-3778 (($ $ (-694)) 52 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-694)) 89 T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-994)) NIL T ELT) (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 155 T ELT)) (-2821 (((-694) $) NIL T ELT) (((-694) $ (-994)) NIL T ELT) (((-583 (-694)) $ (-583 (-994))) NIL T ELT)) (-1625 (($ (-1 (-694) (-694)) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3767 (((-1085 |#1|) $) NIL T ELT)) (-3083 (((-3 (-994) #1#) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) NIL T ELT) (((-630 |#1|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) 77 T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3763 (((-2 (|:| -1972 $) (|:| -2903 $)) $ (-694)) 61 T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-994)) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3813 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3447 (($) NIL (|has| |#1| (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) 51 T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 105 (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) 169 (|has| |#1| (-392)) ELT)) (-3739 (($ $ (-694) |#1| $) 125 T ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 103 (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 102 (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) 110 (|has| |#1| (-821)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3467 (((-3 $ #1#) $ |#1|) 165 (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ $) 126 (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-994) |#1|) NIL T ELT) (($ $ (-583 (-994)) (-583 |#1|)) NIL T ELT) (($ $ (-994) $) NIL T ELT) (($ $ (-583 (-994)) (-583 $)) NIL T ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ |#1|) 152 T ELT) (($ $ $) 153 T ELT) (((-350 $) (-350 $) (-350 $)) NIL (|has| |#1| (-495)) ELT) ((|#1| (-350 $) |#1|) NIL (|has| |#1| (-312)) ELT) (((-350 $) $ (-350 $)) NIL (|has| |#1| (-495)) ELT)) (-3765 (((-3 $ #1#) $ (-694)) 55 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 173 (|has| |#1| (-312)) ELT)) (-3758 (($ $ (-994)) NIL (|has| |#1| (-146)) ELT) ((|#1| $) 158 (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994))) NIL T ELT) (($ $ (-994)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT)) (-3949 (((-694) $) 79 T ELT) (((-694) $ (-994)) NIL T ELT) (((-583 (-694)) $ (-583 (-994))) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-994) (-553 (-800 (-330)))) (|has| |#1| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-994) (-553 (-800 (-484)))) (|has| |#1| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-994) (-553 (-473))) (|has| |#1| (-553 (-473)))) ELT)) (-2818 ((|#1| $) 164 (|has| |#1| (-392)) ELT) (($ $ (-994)) NIL (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3755 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT) (((-3 (-350 $) #1#) (-350 $) $) NIL (|has| |#1| (-495)) ELT)) (-3947 (((-772) $) 151 T ELT) (($ (-484)) NIL T ELT) (($ |#1|) 78 T ELT) (($ (-994)) NIL T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-694)) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) 42 (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 18 T CONST)) (-2667 (($) 20 T CONST)) (-2670 (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994))) NIL T ELT) (($ $ (-994)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#1| (-811 (-1090))) ELT)) (-3057 (((-85) $ $) 122 T ELT)) (-3950 (($ $ |#1|) 174 (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 92 T ELT)) (** (($ $ (-830)) 14 T ELT) (($ $ (-694)) 12 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 40 T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 131 T ELT) (($ $ |#1|) NIL T ELT)))
-(((-1085 |#1|) (-13 (-1155 |#1|) (-10 -8 (-15 -3534 ((-772) $ (-772))) (-15 -3739 ($ $ (-694) |#1| $)))) (-961)) (T -1085))
-((-3534 (*1 *2 *1 *2) (-12 (-5 *2 (-772)) (-5 *1 (-1085 *3)) (-4 *3 (-961)))) (-3739 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-694)) (-5 *1 (-1085 *3)) (-4 *3 (-961)))))
-((-3959 (((-1085 |#2|) (-1 |#2| |#1|) (-1085 |#1|)) 13 T ELT)))
-(((-1086 |#1| |#2|) (-10 -7 (-15 -3959 ((-1085 |#2|) (-1 |#2| |#1|) (-1085 |#1|)))) (-961) (-961)) (T -1086))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1085 *5)) (-4 *5 (-961)) (-4 *6 (-961)) (-5 *2 (-1085 *6)) (-5 *1 (-1086 *5 *6)))))
-((-3972 (((-348 (-1085 (-350 |#4|))) (-1085 (-350 |#4|))) 51 T ELT)) (-3733 (((-348 (-1085 (-350 |#4|))) (-1085 (-350 |#4|))) 52 T ELT)))
-(((-1087 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3733 ((-348 (-1085 (-350 |#4|))) (-1085 (-350 |#4|)))) (-15 -3972 ((-348 (-1085 (-350 |#4|))) (-1085 (-350 |#4|))))) (-717) (-756) (-392) (-861 |#3| |#1| |#2|)) (T -1087))
-((-3972 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-392)) (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-348 (-1085 (-350 *7)))) (-5 *1 (-1087 *4 *5 *6 *7)) (-5 *3 (-1085 (-350 *7))))) (-3733 (*1 *2 *3) (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-392)) (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-348 (-1085 (-350 *7)))) (-5 *1 (-1087 *4 *5 *6 *7)) (-5 *3 (-1085 (-350 *7))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) 11 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-350 (-484))) NIL T ELT) (($ $ (-350 (-484)) (-350 (-484))) NIL T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|))) $) NIL T ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-694) (-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|)))) NIL T ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-1082 |#1| |#2| |#3|) #1#) $) 33 T ELT) (((-3 (-1089 |#1| |#2| |#3|) #1#) $) 36 T ELT)) (-3157 (((-1082 |#1| |#2| |#3|) $) NIL T ELT) (((-1089 |#1| |#2| |#3|) $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3782 (((-350 (-484)) $) 59 T ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3783 (($ (-350 (-484)) (-1082 |#1| |#2| |#3|)) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-2893 (((-85) $) NIL T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-350 (-484)) $) NIL T ELT) (((-350 (-484)) $ (-350 (-484))) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3778 (($ $ (-830)) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-350 (-484))) 20 T ELT) (($ $ (-994) (-350 (-484))) NIL T ELT) (($ $ (-583 (-994)) (-583 (-350 (-484)))) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3943 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3781 (((-1082 |#1| |#2| |#3|) $) 41 T ELT)) (-3779 (((-3 (-1082 |#1| |#2| |#3|) #1#) $) NIL T ELT)) (-3780 (((-1082 |#1| |#2| |#3|) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3813 (($ $) 39 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))))) ELT) (($ $ (-1176 |#2|)) 40 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-350 (-484))) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-350 (-484))) NIL T ELT) (($ $ $) NIL (|has| (-350 (-484)) (-1025)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) 37 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-1176 |#2|)) 38 T ELT)) (-3949 (((-350 (-484)) $) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) NIL T ELT)) (-3947 (((-772) $) 62 T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-1082 |#1| |#2| |#3|)) 30 T ELT) (($ (-1089 |#1| |#2| |#3|)) 31 T ELT) (($ (-1176 |#2|)) 26 T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3678 ((|#1| $ (-350 (-484))) NIL T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-3774 ((|#1| $) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-350 (-484))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 22 T CONST)) (-2667 (($) 16 T CONST)) (-2670 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-1176 |#2|)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 24 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1088 |#1| |#2| |#3|) (-13 (-1164 |#1| (-1082 |#1| |#2| |#3|)) (-806 $ (-1176 |#2|)) (-950 (-1089 |#1| |#2| |#3|)) (-555 (-1176 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-350 (-484)))) (-15 -3813 ($ $ (-1176 |#2|))) |%noBranch|))) (-961) (-1090) |#1|) (T -1088))
-((-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1088 *3 *4 *5)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 129 T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) 119 T ELT)) (-3812 (((-1148 |#2| |#1|) $ (-694)) 69 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-694)) 85 T ELT) (($ $ (-694) (-694)) 82 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-694)) (|:| |c| |#1|))) $) 105 T ELT)) (-3493 (($ $) 173 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 149 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3491 (($ $) 169 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 145 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-1069 (-2 (|:| |k| (-694)) (|:| |c| |#1|)))) 118 T ELT) (($ (-1069 |#1|)) 113 T ELT)) (-3495 (($ $) 177 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 153 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) 25 T ELT)) (-3817 (($ $) 28 T ELT)) (-3815 (((-857 |#1|) $ (-694)) 81 T ELT) (((-857 |#1|) $ (-694) (-694)) 83 T ELT)) (-2893 (((-85) $) 124 T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-694) $) 126 T ELT) (((-694) $ (-694)) 128 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3778 (($ $ (-830)) NIL T ELT)) (-3816 (($ (-1 |#1| (-484)) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-694)) 13 T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3943 (($ $) 135 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3813 (($ $) 133 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))))) ELT) (($ $ (-1176 |#2|)) 134 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3770 (($ $ (-694)) 15 T ELT)) (-3467 (((-3 $ #1#) $ $) 26 (|has| |#1| (-495)) ELT)) (-3944 (($ $) 137 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-694)))) ELT)) (-3801 ((|#1| $ (-694)) 122 T ELT) (($ $ $) 132 (|has| (-694) (-1025)) ELT)) (-3759 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $) 29 (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT) (($ $ (-1176 |#2|)) 31 T ELT)) (-3949 (((-694) $) NIL T ELT)) (-3496 (($ $) 179 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 155 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 175 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 151 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 171 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 147 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) NIL T ELT)) (-3947 (((-772) $) 206 T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ |#1|) 130 (|has| |#1| (-146)) ELT) (($ (-1148 |#2| |#1|)) 55 T ELT) (($ (-1176 |#2|)) 36 T ELT)) (-3818 (((-1069 |#1|) $) 101 T ELT)) (-3678 ((|#1| $ (-694)) 121 T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-3774 ((|#1| $) 58 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) 185 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 161 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) 181 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 157 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 189 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 165 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-694)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-694)))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) 191 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 167 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 187 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 163 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 183 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 159 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 17 T CONST)) (-2667 (($) 20 T CONST)) (-2670 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT) (($ $ (-1176 |#2|)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) 198 T ELT)) (-3840 (($ $ $) 35 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ |#1|) 203 (|has| |#1| (-312)) ELT) (($ $ $) 138 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 141 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 136 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1089 |#1| |#2| |#3|) (-13 (-1172 |#1|) (-806 $ (-1176 |#2|)) (-10 -8 (-15 -3947 ($ (-1148 |#2| |#1|))) (-15 -3812 ((-1148 |#2| |#1|) $ (-694))) (-15 -3947 ($ (-1176 |#2|))) (IF (|has| |#1| (-38 (-350 (-484)))) (-15 -3813 ($ $ (-1176 |#2|))) |%noBranch|))) (-961) (-1090) |#1|) (T -1089))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-1148 *4 *3)) (-4 *3 (-961)) (-14 *4 (-1090)) (-14 *5 *3) (-5 *1 (-1089 *3 *4 *5)))) (-3812 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1148 *5 *4)) (-5 *1 (-1089 *4 *5 *6)) (-4 *4 (-961)) (-14 *5 (-1090)) (-14 *6 *4))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1089 *3 *4 *5)) (-4 *3 (-961)) (-14 *5 *3))) (-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1089 *3 *4 *5)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3538 (($ $ (-583 (-772))) 48 T ELT)) (-3539 (($ $ (-583 (-772))) 46 T ELT)) (-3536 (((-1073) $) 88 T ELT)) (-3541 (((-2 (|:| -2585 (-583 (-772))) (|:| -2484 (-583 (-772))) (|:| |presup| (-583 (-772))) (|:| -2583 (-583 (-772))) (|:| |args| (-583 (-772)))) $) 95 T ELT)) (-3542 (((-85) $) 86 T ELT)) (-3540 (($ $ (-583 (-583 (-772)))) 45 T ELT) (($ $ (-2 (|:| -2585 (-583 (-772))) (|:| -2484 (-583 (-772))) (|:| |presup| (-583 (-772))) (|:| -2583 (-583 (-772))) (|:| |args| (-583 (-772))))) 85 T ELT)) (-3725 (($) 151 T CONST)) (-3158 (((-3 (-446) "failed") $) 155 T ELT)) (-3157 (((-446) $) NIL T ELT)) (-3544 (((-1185)) 123 T ELT)) (-2797 (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 55 T ELT) (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 62 T ELT)) (-3615 (($) 109 T ELT) (($ $) 118 T ELT)) (-3543 (($ $) 87 T ELT)) (-2532 (($ $ $) NIL T ELT)) (-2858 (($ $ $) NIL T ELT)) (-3535 (((-583 $) $) 124 T ELT)) (-3243 (((-1073) $) 101 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3801 (($ $ (-583 (-772))) 47 T ELT)) (-3973 (((-473) $) 33 T ELT) (((-1090) $) 34 T ELT) (((-800 (-484)) $) 66 T ELT) (((-800 (-330)) $) 64 T ELT)) (-3947 (((-772) $) 41 T ELT) (($ (-1073)) 35 T ELT) (($ (-446)) 153 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3537 (($ $ (-583 (-772))) 49 T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 37 T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) 38 T ELT)))
-(((-1090) (-13 (-756) (-553 (-473)) (-553 (-1090)) (-555 (-1073)) (-950 (-446)) (-553 (-800 (-484))) (-553 (-800 (-330))) (-796 (-484)) (-796 (-330)) (-10 -8 (-15 -3615 ($)) (-15 -3615 ($ $)) (-15 -3544 ((-1185))) (-15 -3543 ($ $)) (-15 -3542 ((-85) $)) (-15 -3541 ((-2 (|:| -2585 (-583 (-772))) (|:| -2484 (-583 (-772))) (|:| |presup| (-583 (-772))) (|:| -2583 (-583 (-772))) (|:| |args| (-583 (-772)))) $)) (-15 -3540 ($ $ (-583 (-583 (-772))))) (-15 -3540 ($ $ (-2 (|:| -2585 (-583 (-772))) (|:| -2484 (-583 (-772))) (|:| |presup| (-583 (-772))) (|:| -2583 (-583 (-772))) (|:| |args| (-583 (-772)))))) (-15 -3539 ($ $ (-583 (-772)))) (-15 -3538 ($ $ (-583 (-772)))) (-15 -3537 ($ $ (-583 (-772)))) (-15 -3801 ($ $ (-583 (-772)))) (-15 -3536 ((-1073) $)) (-15 -3535 ((-583 $) $)) (-15 -3725 ($) -3953)))) (T -1090))
-((-3615 (*1 *1) (-5 *1 (-1090))) (-3615 (*1 *1 *1) (-5 *1 (-1090))) (-3544 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1090)))) (-3543 (*1 *1 *1) (-5 *1 (-1090))) (-3542 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1090)))) (-3541 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2585 (-583 (-772))) (|:| -2484 (-583 (-772))) (|:| |presup| (-583 (-772))) (|:| -2583 (-583 (-772))) (|:| |args| (-583 (-772))))) (-5 *1 (-1090)))) (-3540 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-583 (-772)))) (-5 *1 (-1090)))) (-3540 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -2585 (-583 (-772))) (|:| -2484 (-583 (-772))) (|:| |presup| (-583 (-772))) (|:| -2583 (-583 (-772))) (|:| |args| (-583 (-772))))) (-5 *1 (-1090)))) (-3539 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-1090)))) (-3538 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-1090)))) (-3537 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-1090)))) (-3801 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-1090)))) (-3536 (*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-1090)))) (-3535 (*1 *2 *1) (-12 (-5 *2 (-583 (-1090))) (-5 *1 (-1090)))) (-3725 (*1 *1) (-5 *1 (-1090))))
-((-3545 (((-1179 |#1|) |#1| (-830)) 18 T ELT) (((-1179 |#1|) (-583 |#1|)) 25 T ELT)))
-(((-1091 |#1|) (-10 -7 (-15 -3545 ((-1179 |#1|) (-583 |#1|))) (-15 -3545 ((-1179 |#1|) |#1| (-830)))) (-961)) (T -1091))
-((-3545 (*1 *2 *3 *4) (-12 (-5 *4 (-830)) (-5 *2 (-1179 *3)) (-5 *1 (-1091 *3)) (-4 *3 (-961)))) (-3545 (*1 *2 *3) (-12 (-5 *3 (-583 *4)) (-4 *4 (-961)) (-5 *2 (-1179 *4)) (-5 *1 (-1091 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3157 (((-484) $) NIL (|has| |#1| (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| |#1| (-950 (-350 (-484)))) ELT) ((|#1| $) NIL T ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3504 (($ $) NIL (|has| |#1| (-392)) ELT)) (-1624 (($ $ |#1| (-884) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 18 T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-884)) NIL T ELT)) (-2821 (((-884) $) NIL T ELT)) (-1625 (($ (-1 (-884) (-884)) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 ((|#1| $) NIL T ELT)) (-3739 (($ $ (-884) |#1| $) NIL (-12 (|has| (-884) (-104)) (|has| |#1| (-495))) ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT) (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-495)) ELT)) (-3949 (((-884) $) NIL T ELT)) (-2818 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ |#1|) NIL T ELT) (($ (-350 (-484))) NIL (OR (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-950 (-350 (-484))))) ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-884)) NIL T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 13 T CONST)) (-2667 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 22 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 23 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 17 T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1092 |#1|) (-13 (-277 |#1| (-884)) (-10 -8 (IF (|has| |#1| (-495)) (IF (|has| (-884) (-104)) (-15 -3739 ($ $ (-884) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -3994)) (-6 -3994) |%noBranch|))) (-961)) (T -1092))
-((-3739 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-884)) (-4 *2 (-104)) (-5 *1 (-1092 *3)) (-4 *3 (-495)) (-4 *3 (-961)))))
-((-3546 (((-1094) (-1090) $) 26 T ELT)) (-3556 (($) 30 T ELT)) (-3548 (((-3 (|:| |fst| (-377)) (|:| -3911 #1="void")) (-1090) $) 23 T ELT)) (-3550 (((-1185) (-1090) (-3 (|:| |fst| (-377)) (|:| -3911 #1#)) $) 42 T ELT) (((-1185) (-1090) (-3 (|:| |fst| (-377)) (|:| -3911 #1#))) 43 T ELT) (((-1185) (-3 (|:| |fst| (-377)) (|:| -3911 #1#))) 44 T ELT)) (-3558 (((-1185) (-1090)) 59 T ELT)) (-3549 (((-1185) (-1090) $) 56 T ELT) (((-1185) (-1090)) 57 T ELT) (((-1185)) 58 T ELT)) (-3554 (((-1185) (-1090)) 38 T ELT)) (-3552 (((-1090)) 37 T ELT)) (-3566 (($) 35 T ELT)) (-3565 (((-379) (-1090) (-379) (-1090) $) 46 T ELT) (((-379) (-583 (-1090)) (-379) (-1090) $) 50 T ELT) (((-379) (-1090) (-379)) 47 T ELT) (((-379) (-1090) (-379) (-1090)) 51 T ELT)) (-3553 (((-1090)) 36 T ELT)) (-3947 (((-772) $) 29 T ELT)) (-3555 (((-1185)) 31 T ELT) (((-1185) (-1090)) 34 T ELT)) (-3547 (((-583 (-1090)) (-1090) $) 25 T ELT)) (-3551 (((-1185) (-1090) (-583 (-1090)) $) 39 T ELT) (((-1185) (-1090) (-583 (-1090))) 40 T ELT) (((-1185) (-583 (-1090))) 41 T ELT)))
-(((-1093) (-13 (-552 (-772)) (-10 -8 (-15 -3556 ($)) (-15 -3555 ((-1185))) (-15 -3555 ((-1185) (-1090))) (-15 -3565 ((-379) (-1090) (-379) (-1090) $)) (-15 -3565 ((-379) (-583 (-1090)) (-379) (-1090) $)) (-15 -3565 ((-379) (-1090) (-379))) (-15 -3565 ((-379) (-1090) (-379) (-1090))) (-15 -3554 ((-1185) (-1090))) (-15 -3553 ((-1090))) (-15 -3552 ((-1090))) (-15 -3551 ((-1185) (-1090) (-583 (-1090)) $)) (-15 -3551 ((-1185) (-1090) (-583 (-1090)))) (-15 -3551 ((-1185) (-583 (-1090)))) (-15 -3550 ((-1185) (-1090) (-3 (|:| |fst| (-377)) (|:| -3911 #1="void")) $)) (-15 -3550 ((-1185) (-1090) (-3 (|:| |fst| (-377)) (|:| -3911 #1#)))) (-15 -3550 ((-1185) (-3 (|:| |fst| (-377)) (|:| -3911 #1#)))) (-15 -3549 ((-1185) (-1090) $)) (-15 -3549 ((-1185) (-1090))) (-15 -3549 ((-1185))) (-15 -3558 ((-1185) (-1090))) (-15 -3566 ($)) (-15 -3548 ((-3 (|:| |fst| (-377)) (|:| -3911 #1#)) (-1090) $)) (-15 -3547 ((-583 (-1090)) (-1090) $)) (-15 -3546 ((-1094) (-1090) $))))) (T -1093))
-((-3556 (*1 *1) (-5 *1 (-1093))) (-3555 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3555 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3565 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-379)) (-5 *3 (-1090)) (-5 *1 (-1093)))) (-3565 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-379)) (-5 *3 (-583 (-1090))) (-5 *4 (-1090)) (-5 *1 (-1093)))) (-3565 (*1 *2 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1090)) (-5 *1 (-1093)))) (-3565 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-379)) (-5 *3 (-1090)) (-5 *1 (-1093)))) (-3554 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3553 (*1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-1093)))) (-3552 (*1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-1093)))) (-3551 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-583 (-1090))) (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3551 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-1090))) (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3551 (*1 *2 *3) (-12 (-5 *3 (-583 (-1090))) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3550 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1090)) (-5 *4 (-3 (|:| |fst| (-377)) (|:| -3911 #1="void"))) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3550 (*1 *2 *3 *4) (-12 (-5 *3 (-1090)) (-5 *4 (-3 (|:| |fst| (-377)) (|:| -3911 #1#))) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3550 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-377)) (|:| -3911 #1#))) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3549 (*1 *2 *3 *1) (-12 (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3549 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3549 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3558 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093)))) (-3566 (*1 *1) (-5 *1 (-1093))) (-3548 (*1 *2 *3 *1) (-12 (-5 *3 (-1090)) (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3911 #1#))) (-5 *1 (-1093)))) (-3547 (*1 *2 *3 *1) (-12 (-5 *2 (-583 (-1090))) (-5 *1 (-1093)) (-5 *3 (-1090)))) (-3546 (*1 *2 *3 *1) (-12 (-5 *3 (-1090)) (-5 *2 (-1094)) (-5 *1 (-1093)))))
-((-3560 (((-583 (-583 (-3 (|:| -3543 (-1090)) (|:| -3226 (-583 (-3 (|:| S (-1090)) (|:| P (-857 (-484))))))))) $) 66 T ELT)) (-3562 (((-583 (-3 (|:| -3543 (-1090)) (|:| -3226 (-583 (-3 (|:| S (-1090)) (|:| P (-857 (-484)))))))) (-377) $) 47 T ELT)) (-3557 (($ (-583 (-2 (|:| -3861 (-1090)) (|:| |entry| (-379))))) 17 T ELT)) (-3558 (((-1185) $) 73 T ELT)) (-3563 (((-583 (-1090)) $) 22 T ELT)) (-3559 (((-1015) $) 60 T ELT)) (-3564 (((-379) (-1090) $) 27 T ELT)) (-3561 (((-583 (-1090)) $) 30 T ELT)) (-3566 (($) 19 T ELT)) (-3565 (((-379) (-583 (-1090)) (-379) $) 25 T ELT) (((-379) (-1090) (-379) $) 24 T ELT)) (-3947 (((-772) $) 12 T ELT) (((-1102 (-1090) (-379)) $) 13 T ELT)))
-(((-1094) (-13 (-552 (-772)) (-10 -8 (-15 -3947 ((-1102 (-1090) (-379)) $)) (-15 -3566 ($)) (-15 -3565 ((-379) (-583 (-1090)) (-379) $)) (-15 -3565 ((-379) (-1090) (-379) $)) (-15 -3564 ((-379) (-1090) $)) (-15 -3563 ((-583 (-1090)) $)) (-15 -3562 ((-583 (-3 (|:| -3543 (-1090)) (|:| -3226 (-583 (-3 (|:| S (-1090)) (|:| P (-857 (-484)))))))) (-377) $)) (-15 -3561 ((-583 (-1090)) $)) (-15 -3560 ((-583 (-583 (-3 (|:| -3543 (-1090)) (|:| -3226 (-583 (-3 (|:| S (-1090)) (|:| P (-857 (-484))))))))) $)) (-15 -3559 ((-1015) $)) (-15 -3558 ((-1185) $)) (-15 -3557 ($ (-583 (-2 (|:| -3861 (-1090)) (|:| |entry| (-379))))))))) (T -1094))
-((-3947 (*1 *2 *1) (-12 (-5 *2 (-1102 (-1090) (-379))) (-5 *1 (-1094)))) (-3566 (*1 *1) (-5 *1 (-1094))) (-3565 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-379)) (-5 *3 (-583 (-1090))) (-5 *1 (-1094)))) (-3565 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-379)) (-5 *3 (-1090)) (-5 *1 (-1094)))) (-3564 (*1 *2 *3 *1) (-12 (-5 *3 (-1090)) (-5 *2 (-379)) (-5 *1 (-1094)))) (-3563 (*1 *2 *1) (-12 (-5 *2 (-583 (-1090))) (-5 *1 (-1094)))) (-3562 (*1 *2 *3 *1) (-12 (-5 *3 (-377)) (-5 *2 (-583 (-3 (|:| -3543 (-1090)) (|:| -3226 (-583 (-3 (|:| S (-1090)) (|:| P (-857 (-484))))))))) (-5 *1 (-1094)))) (-3561 (*1 *2 *1) (-12 (-5 *2 (-583 (-1090))) (-5 *1 (-1094)))) (-3560 (*1 *2 *1) (-12 (-5 *2 (-583 (-583 (-3 (|:| -3543 (-1090)) (|:| -3226 (-583 (-3 (|:| S (-1090)) (|:| P (-857 (-484)))))))))) (-5 *1 (-1094)))) (-3559 (*1 *2 *1) (-12 (-5 *2 (-1015)) (-5 *1 (-1094)))) (-3558 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1094)))) (-3557 (*1 *1 *2) (-12 (-5 *2 (-583 (-2 (|:| -3861 (-1090)) (|:| |entry| (-379))))) (-5 *1 (-1094)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3158 (((-3 (-484) #1="failed") $) 29 T ELT) (((-3 (-179) #1#) $) 35 T ELT) (((-3 (-446) #1#) $) 43 T ELT) (((-3 (-1073) #1#) $) 47 T ELT)) (-3157 (((-484) $) 30 T ELT) (((-179) $) 36 T ELT) (((-446) $) 40 T ELT) (((-1073) $) 48 T ELT)) (-3571 (((-85) $) 53 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3570 (((-3 (-484) (-179) (-446) (-1073) $) $) 56 T ELT)) (-3569 (((-583 $) $) 58 T ELT)) (-3973 (((-1015) $) 24 T ELT) (($ (-1015)) 25 T ELT)) (-3568 (((-85) $) 57 T ELT)) (-3947 (((-772) $) 23 T ELT) (($ (-484)) 26 T ELT) (($ (-179)) 32 T ELT) (($ (-446)) 38 T ELT) (($ (-1073)) 44 T ELT) (((-473) $) 60 T ELT) (((-484) $) 31 T ELT) (((-179) $) 37 T ELT) (((-446) $) 41 T ELT) (((-1073) $) 49 T ELT)) (-3567 (((-85) $ (|[\|\|]| (-484))) 10 T ELT) (((-85) $ (|[\|\|]| (-179))) 13 T ELT) (((-85) $ (|[\|\|]| (-446))) 19 T ELT) (((-85) $ (|[\|\|]| (-1073))) 16 T ELT)) (-3572 (($ (-446) (-583 $)) 51 T ELT) (($ $ (-583 $)) 52 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3573 (((-484) $) 27 T ELT) (((-179) $) 33 T ELT) (((-446) $) 39 T ELT) (((-1073) $) 45 T ELT)) (-3057 (((-85) $ $) 7 T ELT)))
-(((-1095) (-13 (-1175) (-1013) (-950 (-484)) (-950 (-179)) (-950 (-446)) (-950 (-1073)) (-552 (-473)) (-10 -8 (-15 -3973 ((-1015) $)) (-15 -3973 ($ (-1015))) (-15 -3947 ((-484) $)) (-15 -3573 ((-484) $)) (-15 -3947 ((-179) $)) (-15 -3573 ((-179) $)) (-15 -3947 ((-446) $)) (-15 -3573 ((-446) $)) (-15 -3947 ((-1073) $)) (-15 -3573 ((-1073) $)) (-15 -3572 ($ (-446) (-583 $))) (-15 -3572 ($ $ (-583 $))) (-15 -3571 ((-85) $)) (-15 -3570 ((-3 (-484) (-179) (-446) (-1073) $) $)) (-15 -3569 ((-583 $) $)) (-15 -3568 ((-85) $)) (-15 -3567 ((-85) $ (|[\|\|]| (-484)))) (-15 -3567 ((-85) $ (|[\|\|]| (-179)))) (-15 -3567 ((-85) $ (|[\|\|]| (-446)))) (-15 -3567 ((-85) $ (|[\|\|]| (-1073))))))) (T -1095))
-((-3973 (*1 *2 *1) (-12 (-5 *2 (-1015)) (-5 *1 (-1095)))) (-3973 (*1 *1 *2) (-12 (-5 *2 (-1015)) (-5 *1 (-1095)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1095)))) (-3573 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1095)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-1095)))) (-3573 (*1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-1095)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-1095)))) (-3573 (*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-1095)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-1095)))) (-3573 (*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-1095)))) (-3572 (*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-583 (-1095))) (-5 *1 (-1095)))) (-3572 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-1095))) (-5 *1 (-1095)))) (-3571 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1095)))) (-3570 (*1 *2 *1) (-12 (-5 *2 (-3 (-484) (-179) (-446) (-1073) (-1095))) (-5 *1 (-1095)))) (-3569 (*1 *2 *1) (-12 (-5 *2 (-583 (-1095))) (-5 *1 (-1095)))) (-3568 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1095)))) (-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-484))) (-5 *2 (-85)) (-5 *1 (-1095)))) (-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-179))) (-5 *2 (-85)) (-5 *1 (-1095)))) (-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-446))) (-5 *2 (-85)) (-5 *1 (-1095)))) (-3567 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1073))) (-5 *2 (-85)) (-5 *1 (-1095)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3137 (((-694)) 21 T ELT)) (-3725 (($) 10 T CONST)) (-2995 (($) 25 T ELT)) (-2532 (($ $ $) NIL T ELT) (($) 18 T CONST)) (-2858 (($ $ $) NIL T ELT) (($) 19 T CONST)) (-2010 (((-830) $) 23 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) 22 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)))
-(((-1096 |#1|) (-13 (-752) (-10 -8 (-15 -3725 ($) -3953))) (-830)) (T -1096))
-((-3725 (*1 *1) (-12 (-5 *1 (-1096 *2)) (-14 *2 (-830)))))
-((-484) (|%not| (|%ilt| @1 (|%ilength| |#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) 24 T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) 18 T CONST)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) 11 T CONST)) (-2858 (($ $ $) NIL T ELT) (($) 17 T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-3726 (($ $ $) 20 T ELT)) (-3727 (($ $ $) 19 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2311 (($ $ $) 22 T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) 21 T ELT)))
-(((-1097 |#1|) (-13 (-752) (-604) (-10 -8 (-15 -3727 ($ $ $)) (-15 -3726 ($ $ $)) (-15 -3725 ($) -3953))) (-830)) (T -1097))
-((-3727 (*1 *1 *1 *1) (-12 (-5 *1 (-1097 *2)) (-14 *2 (-830)))) (-3726 (*1 *1 *1 *1) (-12 (-5 *1 (-1097 *2)) (-14 *2 (-830)))) (-3725 (*1 *1) (-12 (-5 *1 (-1097 *2)) (-14 *2 (-830)))))
-((-694) (|%not| (|%ilt| @1 (|%ilength| |#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 9 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 7 T ELT)))
-(((-1098) (-1013)) (T -1098))
-NIL
-((-3575 (((-583 (-583 (-857 |#1|))) (-583 (-350 (-857 |#1|))) (-583 (-1090))) 69 T ELT)) (-3574 (((-583 (-249 (-350 (-857 |#1|)))) (-249 (-350 (-857 |#1|)))) 81 T ELT) (((-583 (-249 (-350 (-857 |#1|)))) (-350 (-857 |#1|))) 77 T ELT) (((-583 (-249 (-350 (-857 |#1|)))) (-249 (-350 (-857 |#1|))) (-1090)) 82 T ELT) (((-583 (-249 (-350 (-857 |#1|)))) (-350 (-857 |#1|)) (-1090)) 76 T ELT) (((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-249 (-350 (-857 |#1|))))) 108 T ELT) (((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-350 (-857 |#1|)))) 107 T ELT) (((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-249 (-350 (-857 |#1|)))) (-583 (-1090))) 109 T ELT) (((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-350 (-857 |#1|))) (-583 (-1090))) 106 T ELT)))
-(((-1099 |#1|) (-10 -7 (-15 -3574 ((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-350 (-857 |#1|))) (-583 (-1090)))) (-15 -3574 ((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-249 (-350 (-857 |#1|)))) (-583 (-1090)))) (-15 -3574 ((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-350 (-857 |#1|))))) (-15 -3574 ((-583 (-583 (-249 (-350 (-857 |#1|))))) (-583 (-249 (-350 (-857 |#1|)))))) (-15 -3574 ((-583 (-249 (-350 (-857 |#1|)))) (-350 (-857 |#1|)) (-1090))) (-15 -3574 ((-583 (-249 (-350 (-857 |#1|)))) (-249 (-350 (-857 |#1|))) (-1090))) (-15 -3574 ((-583 (-249 (-350 (-857 |#1|)))) (-350 (-857 |#1|)))) (-15 -3574 ((-583 (-249 (-350 (-857 |#1|)))) (-249 (-350 (-857 |#1|))))) (-15 -3575 ((-583 (-583 (-857 |#1|))) (-583 (-350 (-857 |#1|))) (-583 (-1090))))) (-495)) (T -1099))
-((-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-350 (-857 *5)))) (-5 *4 (-583 (-1090))) (-4 *5 (-495)) (-5 *2 (-583 (-583 (-857 *5)))) (-5 *1 (-1099 *5)))) (-3574 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-583 (-249 (-350 (-857 *4))))) (-5 *1 (-1099 *4)) (-5 *3 (-249 (-350 (-857 *4)))))) (-3574 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-583 (-249 (-350 (-857 *4))))) (-5 *1 (-1099 *4)) (-5 *3 (-350 (-857 *4))))) (-3574 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-495)) (-5 *2 (-583 (-249 (-350 (-857 *5))))) (-5 *1 (-1099 *5)) (-5 *3 (-249 (-350 (-857 *5)))))) (-3574 (*1 *2 *3 *4) (-12 (-5 *4 (-1090)) (-4 *5 (-495)) (-5 *2 (-583 (-249 (-350 (-857 *5))))) (-5 *1 (-1099 *5)) (-5 *3 (-350 (-857 *5))))) (-3574 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-583 (-583 (-249 (-350 (-857 *4)))))) (-5 *1 (-1099 *4)) (-5 *3 (-583 (-249 (-350 (-857 *4))))))) (-3574 (*1 *2 *3) (-12 (-5 *3 (-583 (-350 (-857 *4)))) (-4 *4 (-495)) (-5 *2 (-583 (-583 (-249 (-350 (-857 *4)))))) (-5 *1 (-1099 *4)))) (-3574 (*1 *2 *3 *4) (-12 (-5 *4 (-583 (-1090))) (-4 *5 (-495)) (-5 *2 (-583 (-583 (-249 (-350 (-857 *5)))))) (-5 *1 (-1099 *5)) (-5 *3 (-583 (-249 (-350 (-857 *5))))))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-350 (-857 *5)))) (-5 *4 (-583 (-1090))) (-4 *5 (-495)) (-5 *2 (-583 (-583 (-249 (-350 (-857 *5)))))) (-5 *1 (-1099 *5)))))
-((-3580 (((-1073)) 7 T ELT)) (-3577 (((-1073)) 11 T CONST)) (-3576 (((-1185) (-1073)) 13 T ELT)) (-3579 (((-1073)) 8 T CONST)) (-3578 (((-103)) 10 T CONST)))
-(((-1100) (-13 (-1129) (-10 -7 (-15 -3580 ((-1073))) (-15 -3579 ((-1073)) -3953) (-15 -3578 ((-103)) -3953) (-15 -3577 ((-1073)) -3953) (-15 -3576 ((-1185) (-1073)))))) (T -1100))
-((-3580 (*1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1100)))) (-3579 (*1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1100)))) (-3578 (*1 *2) (-12 (-5 *2 (-103)) (-5 *1 (-1100)))) (-3577 (*1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1100)))) (-3576 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1100)))))
-((-3584 (((-583 (-583 |#1|)) (-583 (-583 |#1|)) (-583 (-583 (-583 |#1|)))) 56 T ELT)) (-3587 (((-583 (-583 (-583 |#1|))) (-583 (-583 |#1|))) 38 T ELT)) (-3588 (((-1103 (-583 |#1|)) (-583 |#1|)) 49 T ELT)) (-3590 (((-583 (-583 |#1|)) (-583 |#1|)) 45 T ELT)) (-3593 (((-2 (|:| |f1| (-583 |#1|)) (|:| |f2| (-583 (-583 (-583 |#1|)))) (|:| |f3| (-583 (-583 |#1|))) (|:| |f4| (-583 (-583 (-583 |#1|))))) (-583 (-583 (-583 |#1|)))) 53 T ELT)) (-3592 (((-2 (|:| |f1| (-583 |#1|)) (|:| |f2| (-583 (-583 (-583 |#1|)))) (|:| |f3| (-583 (-583 |#1|))) (|:| |f4| (-583 (-583 (-583 |#1|))))) (-583 |#1|) (-583 (-583 (-583 |#1|))) (-583 (-583 |#1|)) (-583 (-583 (-583 |#1|))) (-583 (-583 (-583 |#1|))) (-583 (-583 (-583 |#1|)))) 52 T ELT)) (-3589 (((-583 (-583 |#1|)) (-583 (-583 |#1|))) 43 T ELT)) (-3591 (((-583 |#1|) (-583 |#1|)) 46 T ELT)) (-3583 (((-583 (-583 (-583 |#1|))) (-583 |#1|) (-583 (-583 (-583 |#1|)))) 32 T ELT)) (-3582 (((-583 (-583 (-583 |#1|))) (-1 (-85) |#1| |#1|) (-583 |#1|) (-583 (-583 (-583 |#1|)))) 29 T ELT)) (-3581 (((-2 (|:| |fs| (-85)) (|:| |sd| (-583 |#1|)) (|:| |td| (-583 (-583 |#1|)))) (-1 (-85) |#1| |#1|) (-583 |#1|) (-583 (-583 |#1|))) 24 T ELT)) (-3585 (((-583 (-583 |#1|)) (-583 (-583 (-583 |#1|)))) 58 T ELT)) (-3586 (((-583 (-583 |#1|)) (-1103 (-583 |#1|))) 60 T ELT)))
-(((-1101 |#1|) (-10 -7 (-15 -3581 ((-2 (|:| |fs| (-85)) (|:| |sd| (-583 |#1|)) (|:| |td| (-583 (-583 |#1|)))) (-1 (-85) |#1| |#1|) (-583 |#1|) (-583 (-583 |#1|)))) (-15 -3582 ((-583 (-583 (-583 |#1|))) (-1 (-85) |#1| |#1|) (-583 |#1|) (-583 (-583 (-583 |#1|))))) (-15 -3583 ((-583 (-583 (-583 |#1|))) (-583 |#1|) (-583 (-583 (-583 |#1|))))) (-15 -3584 ((-583 (-583 |#1|)) (-583 (-583 |#1|)) (-583 (-583 (-583 |#1|))))) (-15 -3585 ((-583 (-583 |#1|)) (-583 (-583 (-583 |#1|))))) (-15 -3586 ((-583 (-583 |#1|)) (-1103 (-583 |#1|)))) (-15 -3587 ((-583 (-583 (-583 |#1|))) (-583 (-583 |#1|)))) (-15 -3588 ((-1103 (-583 |#1|)) (-583 |#1|))) (-15 -3589 ((-583 (-583 |#1|)) (-583 (-583 |#1|)))) (-15 -3590 ((-583 (-583 |#1|)) (-583 |#1|))) (-15 -3591 ((-583 |#1|) (-583 |#1|))) (-15 -3592 ((-2 (|:| |f1| (-583 |#1|)) (|:| |f2| (-583 (-583 (-583 |#1|)))) (|:| |f3| (-583 (-583 |#1|))) (|:| |f4| (-583 (-583 (-583 |#1|))))) (-583 |#1|) (-583 (-583 (-583 |#1|))) (-583 (-583 |#1|)) (-583 (-583 (-583 |#1|))) (-583 (-583 (-583 |#1|))) (-583 (-583 (-583 |#1|))))) (-15 -3593 ((-2 (|:| |f1| (-583 |#1|)) (|:| |f2| (-583 (-583 (-583 |#1|)))) (|:| |f3| (-583 (-583 |#1|))) (|:| |f4| (-583 (-583 (-583 |#1|))))) (-583 (-583 (-583 |#1|)))))) (-756)) (T -1101))
-((-3593 (*1 *2 *3) (-12 (-4 *4 (-756)) (-5 *2 (-2 (|:| |f1| (-583 *4)) (|:| |f2| (-583 (-583 (-583 *4)))) (|:| |f3| (-583 (-583 *4))) (|:| |f4| (-583 (-583 (-583 *4)))))) (-5 *1 (-1101 *4)) (-5 *3 (-583 (-583 (-583 *4)))))) (-3592 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-756)) (-5 *3 (-583 *6)) (-5 *5 (-583 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-583 *5)) (|:| |f3| *5) (|:| |f4| (-583 *5)))) (-5 *1 (-1101 *6)) (-5 *4 (-583 *5)))) (-3591 (*1 *2 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-1101 *3)))) (-3590 (*1 *2 *3) (-12 (-4 *4 (-756)) (-5 *2 (-583 (-583 *4))) (-5 *1 (-1101 *4)) (-5 *3 (-583 *4)))) (-3589 (*1 *2 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-756)) (-5 *1 (-1101 *3)))) (-3588 (*1 *2 *3) (-12 (-4 *4 (-756)) (-5 *2 (-1103 (-583 *4))) (-5 *1 (-1101 *4)) (-5 *3 (-583 *4)))) (-3587 (*1 *2 *3) (-12 (-4 *4 (-756)) (-5 *2 (-583 (-583 (-583 *4)))) (-5 *1 (-1101 *4)) (-5 *3 (-583 (-583 *4))))) (-3586 (*1 *2 *3) (-12 (-5 *3 (-1103 (-583 *4))) (-4 *4 (-756)) (-5 *2 (-583 (-583 *4))) (-5 *1 (-1101 *4)))) (-3585 (*1 *2 *3) (-12 (-5 *3 (-583 (-583 (-583 *4)))) (-5 *2 (-583 (-583 *4))) (-5 *1 (-1101 *4)) (-4 *4 (-756)))) (-3584 (*1 *2 *2 *3) (-12 (-5 *3 (-583 (-583 (-583 *4)))) (-5 *2 (-583 (-583 *4))) (-4 *4 (-756)) (-5 *1 (-1101 *4)))) (-3583 (*1 *2 *3 *2) (-12 (-5 *2 (-583 (-583 (-583 *4)))) (-5 *3 (-583 *4)) (-4 *4 (-756)) (-5 *1 (-1101 *4)))) (-3582 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-583 (-583 (-583 *5)))) (-5 *3 (-1 (-85) *5 *5)) (-5 *4 (-583 *5)) (-4 *5 (-756)) (-5 *1 (-1101 *5)))) (-3581 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-85) *6 *6)) (-4 *6 (-756)) (-5 *4 (-583 *6)) (-5 *2 (-2 (|:| |fs| (-85)) (|:| |sd| *4) (|:| |td| (-583 *4)))) (-5 *1 (-1101 *6)) (-5 *5 (-583 *4)))))
-((-2569 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3600 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2198 (((-1185) $ |#1| |#1|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3789 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-2231 (((-3 |#2| #1="failed") |#1| $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-1353 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3406 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) NIL T ELT)) (-3407 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3843 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1576 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ |#1|) NIL T ELT)) (-2200 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3246 (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-2232 (((-583 |#1|) $) NIL T ELT)) (-2233 (((-85) |#1| $) NIL T ELT)) (-1274 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3610 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2203 (((-583 |#1|) $) NIL T ELT)) (-2204 (((-85) |#1| $) NIL T ELT)) (-3244 (((-1033) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ELT)) (-3802 ((|#2| $) NIL (|has| |#1| (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2199 (($ $ |#2|) NIL (|has| $ (-1035 |#2|)) ELT)) (-1275 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1466 (($) NIL T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1730 (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3947 (((-772) $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-552 (-772)))) ELT)) (-1265 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3057 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-1102 |#1| |#2|) (-1107 |#1| |#2|) (-1013) (-1013)) (T -1102))
-NIL
-((-3594 (($ (-583 (-583 |#1|))) 10 T ELT)) (-3595 (((-583 (-583 |#1|)) $) 11 T ELT)) (-3947 (((-772) $) 33 T ELT)))
-(((-1103 |#1|) (-10 -8 (-15 -3594 ($ (-583 (-583 |#1|)))) (-15 -3595 ((-583 (-583 |#1|)) $)) (-15 -3947 ((-772) $))) (-1013)) (T -1103))
-((-3947 (*1 *2 *1) (-12 (-5 *2 (-772)) (-5 *1 (-1103 *3)) (-4 *3 (-1013)))) (-3595 (*1 *2 *1) (-12 (-5 *2 (-583 (-583 *3))) (-5 *1 (-1103 *3)) (-4 *3 (-1013)))) (-3594 (*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-1013)) (-5 *1 (-1103 *3)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3596 (($ |#1| (-55)) 11 T ELT)) (-3543 ((|#1| $) 13 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2634 (((-85) $ |#1|) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2522 (((-55) $) 15 T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1104 |#1|) (-13 (-747 |#1|) (-10 -8 (-15 -3596 ($ |#1| (-55))))) (-1013)) (T -1104))
-((-3596 (*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1104 *2)) (-4 *2 (-1013)))))
-((-3597 ((|#1| (-583 |#1|)) 46 T ELT)) (-3599 ((|#1| |#1| (-484)) 24 T ELT)) (-3598 (((-1085 |#1|) |#1| (-830)) 20 T ELT)))
-(((-1105 |#1|) (-10 -7 (-15 -3597 (|#1| (-583 |#1|))) (-15 -3598 ((-1085 |#1|) |#1| (-830))) (-15 -3599 (|#1| |#1| (-484)))) (-312)) (T -1105))
-((-3599 (*1 *2 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-1105 *2)) (-4 *2 (-312)))) (-3598 (*1 *2 *3 *4) (-12 (-5 *4 (-830)) (-5 *2 (-1085 *3)) (-5 *1 (-1105 *3)) (-4 *3 (-312)))) (-3597 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-5 *1 (-1105 *2)) (-4 *2 (-312)))))
-((-3600 (($) 10 T ELT) (($ (-583 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)))) 14 T ELT)) (-3406 (($ (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) $) 62 T ELT) (($ (-1 (-85) (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) $) NIL T ELT) (((-3 |#3| #1="failed") |#2| $) NIL T ELT)) (-2609 (((-583 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) $) 34 T ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) $) 52 T ELT) (($ (-1 |#3| |#3|) $) 28 T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) $) 48 T ELT) (($ (-1 |#3| |#3|) $) NIL T ELT) (($ (-1 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) $) 48 T ELT) (($ (-1 |#3| |#3| |#3|) $ $) 33 T ELT)) (-1274 (((-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) $) 55 T ELT)) (-2203 (((-583 |#2|) $) 17 T ELT)) (-2204 (((-85) |#2| $) 60 T ELT)) (-1354 (((-3 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) #1#) (-1 (-85) (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) $) 59 T ELT)) (-1275 (((-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) $) 64 T ELT)) (-2205 (((-583 |#3|) $) 36 T ELT)) (-3947 (((-772) $) 25 T ELT)) (-3057 (((-85) $ $) 46 T ELT)))
-(((-1106 |#1| |#2| |#3|) (-10 -7 (-15 -3057 ((-85) |#1| |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -3959 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3600 (|#1| (-583 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))))) (-15 -3600 (|#1|)) (-15 -3959 (|#1| (-1 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) |#1|)) (-15 -2609 ((-583 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) |#1|)) (-15 -3406 ((-3 |#3| #1="failed") |#2| |#1|)) (-15 -3327 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3959 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2205 ((-583 |#3|) |#1|)) (-15 -2204 ((-85) |#2| |#1|)) (-15 -2203 ((-583 |#2|) |#1|)) (-15 -3406 (|#1| (-1 (-85) (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) |#1|)) (-15 -3406 (|#1| (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) |#1|)) (-15 -1354 ((-3 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) #1#) (-1 (-85) (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) |#1|)) (-15 -1274 ((-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) |#1|)) (-15 -1275 ((-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) |#1|)) (-15 -3327 (|#1| (-1 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) |#1|)) (-15 -3959 (|#1| (-1 (-2 (|:| -3861 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3861 |#2|) (|:| |entry| |#3|))) |#1|))) (-1107 |#2| |#3|) (-1013) (-1013)) (T -1106))
-NIL
-((-2569 (((-85) $ $) 17 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3600 (($) 92 T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 91 T ELT)) (-2198 (((-1185) $ |#1| |#1|) 80 (|has| $ (-1035 |#2|)) ELT)) (-3789 ((|#2| $ |#1| |#2|) 68 (|has| $ (-1035 |#2|)) ELT)) (-1570 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 40 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3711 (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 48 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-2231 (((-3 |#2| #1="failed") |#1| $) 57 T ELT)) (-3725 (($) 6 T CONST)) (-1353 (($ $) 50 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) ELT)) (-3406 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 42 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 41 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) 58 T ELT)) (-3407 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 49 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) ELT) (($ (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 47 (|has| $ (-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) ELT)) (-3843 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 107 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 104 T ELT) (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 103 T ELT)) (-1576 ((|#2| $ |#1| |#2|) 67 (|has| $ (-1035 |#2|)) ELT)) (-3113 ((|#2| $ |#1|) 69 T ELT)) (-2200 ((|#1| $) 77 (|has| |#1| (-756)) ELT)) (-2609 (((-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 102 T ELT)) (-3246 (((-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 106 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2201 ((|#1| $) 76 (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 33 T ELT) (($ (-1 |#2| |#2|) $) 61 T ELT)) (-3959 (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 25 T ELT) (($ (-1 |#2| |#2|) $) 62 T ELT) (($ (-1 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 93 T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 90 T ELT)) (-3243 (((-1073) $) 20 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-2232 (((-583 |#1|) $) 59 T ELT)) (-2233 (((-85) |#1| $) 60 T ELT)) (-1274 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 34 T ELT)) (-3610 (($ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 35 T ELT)) (-2203 (((-583 |#1|) $) 74 T ELT)) (-2204 (((-85) |#1| $) 73 T ELT)) (-3244 (((-1033) $) 19 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-3802 ((|#2| $) 78 (|has| |#1| (-756)) ELT)) (-1354 (((-3 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) "failed") (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 46 T ELT)) (-2199 (($ $ |#2|) 79 (|has| $ (-1035 |#2|)) ELT)) (-1275 (((-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 36 T ELT)) (-1731 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 100 T ELT)) (-3769 (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) 24 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 23 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 22 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 21 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) 66 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ |#2| |#2|) 65 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-249 |#2|)) 64 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-249 |#2|))) 63 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ELT) (($ $ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 97 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) 96 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 95 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT) (($ $ (-583 (-249 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))))) 94 (-12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#2| $) 75 (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2205 (((-583 |#2|) $) 72 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#2| $ |#1|) 71 T ELT) ((|#2| $ |#1| |#2|) 70 T ELT)) (-1466 (($) 44 T ELT) (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 43 T ELT)) (-1730 (((-694) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) $) 105 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-694) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 101 T ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 51 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ELT)) (-3531 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 45 T ELT)) (-3947 (((-772) $) 15 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-552 (-772))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772)))) ELT)) (-1265 (((-85) $ $) 18 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-1276 (($ (-583 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) 37 T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) $) 99 T ELT)) (-3057 (((-85) $ $) 16 (OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3958 (((-694) $) 98 T ELT)))
-(((-1107 |#1| |#2|) (-113) (-1013) (-1013)) (T -1107))
-((-3600 (*1 *1) (-12 (-4 *1 (-1107 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))) (-3600 (*1 *1 *2) (-12 (-5 *2 (-583 (-2 (|:| -3861 *3) (|:| |entry| *4)))) (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *1 (-1107 *3 *4)))) (-3959 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1107 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
-(-13 (-549 |t#1| |t#2|) (-318 (-2 (|:| -3861 |t#1|) (|:| |entry| |t#2|))) (-10 -8 (-15 -3600 ($)) (-15 -3600 ($ (-583 (-2 (|:| -3861 |t#1|) (|:| |entry| |t#2|))))) (-15 -3959 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
-(((-34) . T) ((-76 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-72) OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-1013)) (|has| |#2| (-72))) ((-552 (-772)) OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-552 (-772))) (|has| |#2| (-1013)) (|has| |#2| (-552 (-772)))) ((-124 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-553 (-473)) |has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-553 (-473))) ((-183 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-193 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-241 |#1| |#2|) . T) ((-243 |#1| |#2|) . T) ((-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-318 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-429 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-429 |#2|) . T) ((-538 |#1| |#2|) . T) ((-455 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013))) ((-455 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1013))) ((-13) . T) ((-549 |#1| |#2|) . T) ((-1013) OR (|has| (-2 (|:| -3861 |#1|) (|:| |entry| |#2|)) (-1013)) (|has| |#2| (-1013))) ((-1035 (-2 (|:| -3861 |#1|) (|:| |entry| |#2|))) . T) ((-1035 |#2|) . T) ((-1129) . T))
-((-3606 (((-85)) 29 T ELT)) (-3603 (((-1185) (-1073)) 31 T ELT)) (-3607 (((-85)) 41 T ELT)) (-3604 (((-1185)) 39 T ELT)) (-3602 (((-1185) (-1073) (-1073)) 30 T ELT)) (-3608 (((-85)) 42 T ELT)) (-3610 (((-1185) |#1| |#2|) 53 T ELT)) (-3601 (((-1185)) 26 T ELT)) (-3609 (((-3 |#2| "failed") |#1|) 51 T ELT)) (-3605 (((-1185)) 40 T ELT)))
-(((-1108 |#1| |#2|) (-10 -7 (-15 -3601 ((-1185))) (-15 -3602 ((-1185) (-1073) (-1073))) (-15 -3603 ((-1185) (-1073))) (-15 -3604 ((-1185))) (-15 -3605 ((-1185))) (-15 -3606 ((-85))) (-15 -3607 ((-85))) (-15 -3608 ((-85))) (-15 -3609 ((-3 |#2| "failed") |#1|)) (-15 -3610 ((-1185) |#1| |#2|))) (-1013) (-1013)) (T -1108))
-((-3610 (*1 *2 *3 *4) (-12 (-5 *2 (-1185)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))) (-3609 (*1 *2 *3) (|partial| -12 (-4 *2 (-1013)) (-5 *1 (-1108 *3 *2)) (-4 *3 (-1013)))) (-3608 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))) (-3607 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))) (-3606 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))) (-3605 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))) (-3604 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))) (-3603 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1108 *4 *5)) (-4 *4 (-1013)) (-4 *5 (-1013)))) (-3602 (*1 *2 *3 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1108 *4 *5)) (-4 *4 (-1013)) (-4 *5 (-1013)))) (-3601 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3616 (((-583 (-1073)) $) 37 T ELT)) (-3612 (((-583 (-1073)) $ (-583 (-1073))) 40 T ELT)) (-3611 (((-583 (-1073)) $ (-583 (-1073))) 39 T ELT)) (-3613 (((-583 (-1073)) $ (-583 (-1073))) 41 T ELT)) (-3614 (((-583 (-1073)) $) 36 T ELT)) (-3615 (($) 26 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3617 (((-583 (-1073)) $) 38 T ELT)) (-3618 (((-1185) $ (-484)) 33 T ELT) (((-1185) $) 34 T ELT)) (-3973 (($ (-772) (-484)) 31 T ELT) (($ (-772) (-484) (-772)) NIL T ELT)) (-3947 (((-772) $) 47 T ELT) (($ (-772)) 30 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1109) (-13 (-1013) (-555 (-772)) (-10 -8 (-15 -3973 ($ (-772) (-484))) (-15 -3973 ($ (-772) (-484) (-772))) (-15 -3618 ((-1185) $ (-484))) (-15 -3618 ((-1185) $)) (-15 -3617 ((-583 (-1073)) $)) (-15 -3616 ((-583 (-1073)) $)) (-15 -3615 ($)) (-15 -3614 ((-583 (-1073)) $)) (-15 -3613 ((-583 (-1073)) $ (-583 (-1073)))) (-15 -3612 ((-583 (-1073)) $ (-583 (-1073)))) (-15 -3611 ((-583 (-1073)) $ (-583 (-1073))))))) (T -1109))
-((-3973 (*1 *1 *2 *3) (-12 (-5 *2 (-772)) (-5 *3 (-484)) (-5 *1 (-1109)))) (-3973 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-772)) (-5 *3 (-484)) (-5 *1 (-1109)))) (-3618 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *2 (-1185)) (-5 *1 (-1109)))) (-3618 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1109)))) (-3617 (*1 *2 *1) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))) (-3616 (*1 *2 *1) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))) (-3615 (*1 *1) (-5 *1 (-1109))) (-3614 (*1 *2 *1) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))) (-3613 (*1 *2 *1 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))) (-3612 (*1 *2 *1 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))) (-3611 (*1 *2 *1 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))))
-((-3947 (((-1109) |#1|) 11 T ELT)))
-(((-1110 |#1|) (-10 -7 (-15 -3947 ((-1109) |#1|))) (-1013)) (T -1110))
-((-3947 (*1 *2 *3) (-12 (-5 *2 (-1109)) (-5 *1 (-1110 *3)) (-4 *3 (-1013)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3623 (((-1073) $ (-1073)) 21 T ELT) (((-1073) $) 20 T ELT)) (-1697 (((-1073) $ (-1073)) 19 T ELT)) (-1701 (($ $ (-1073)) NIL T ELT)) (-3621 (((-3 (-1073) #1="failed") $) 11 T ELT)) (-3622 (((-1073) $) 8 T ELT)) (-3620 (((-3 (-1073) #1#) $) 12 T ELT)) (-1698 (((-1073) $) 9 T ELT)) (-1702 (($ (-338)) NIL T ELT) (($ (-338) (-1073)) NIL T ELT)) (-3543 (((-338) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-1699 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3619 (((-85) $) 25 T ELT)) (-3947 (((-772) $) NIL T ELT)) (-1700 (($ $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1111) (-13 (-314 (-338) (-1073)) (-10 -8 (-15 -3623 ((-1073) $ (-1073))) (-15 -3623 ((-1073) $)) (-15 -3622 ((-1073) $)) (-15 -3621 ((-3 (-1073) #1="failed") $)) (-15 -3620 ((-3 (-1073) #1#) $)) (-15 -3619 ((-85) $))))) (T -1111))
-((-3623 (*1 *2 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1111)))) (-3623 (*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-1111)))) (-3622 (*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-1111)))) (-3621 (*1 *2 *1) (|partial| -12 (-5 *2 (-1073)) (-5 *1 (-1111)))) (-3620 (*1 *2 *1) (|partial| -12 (-5 *2 (-1073)) (-5 *1 (-1111)))) (-3619 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1111)))))
-((-3624 (((-3 (-484) #1="failed") |#1|) 19 T ELT)) (-3625 (((-3 (-484) #1#) |#1|) 14 T ELT)) (-3626 (((-484) (-1073)) 33 T ELT)))
-(((-1112 |#1|) (-10 -7 (-15 -3624 ((-3 (-484) #1="failed") |#1|)) (-15 -3625 ((-3 (-484) #1#) |#1|)) (-15 -3626 ((-484) (-1073)))) (-961)) (T -1112))
-((-3626 (*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-484)) (-5 *1 (-1112 *4)) (-4 *4 (-961)))) (-3625 (*1 *2 *3) (|partial| -12 (-5 *2 (-484)) (-5 *1 (-1112 *3)) (-4 *3 (-961)))) (-3624 (*1 *2 *3) (|partial| -12 (-5 *2 (-484)) (-5 *1 (-1112 *3)) (-4 *3 (-961)))))
-((-3627 (((-1047 (-179))) 9 T ELT)))
-(((-1113) (-10 -7 (-15 -3627 ((-1047 (-179)))))) (T -1113))
-((-3627 (*1 *2) (-12 (-5 *2 (-1047 (-179))) (-5 *1 (-1113)))))
-((-3628 (($) 12 T ELT)) (-3499 (($ $) 36 T ELT)) (-3497 (($ $) 34 T ELT)) (-3485 (($ $) 26 T ELT)) (-3501 (($ $) 18 T ELT)) (-3502 (($ $) 16 T ELT)) (-3500 (($ $) 20 T ELT)) (-3488 (($ $) 31 T ELT)) (-3498 (($ $) 35 T ELT)) (-3486 (($ $) 30 T ELT)))
-(((-1114 |#1|) (-10 -7 (-15 -3628 (|#1|)) (-15 -3499 (|#1| |#1|)) (-15 -3497 (|#1| |#1|)) (-15 -3501 (|#1| |#1|)) (-15 -3502 (|#1| |#1|)) (-15 -3500 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)) (-15 -3485 (|#1| |#1|)) (-15 -3488 (|#1| |#1|)) (-15 -3486 (|#1| |#1|))) (-1115)) (T -1114))
-NIL
-((-3493 (($ $) 26 T ELT)) (-3640 (($ $) 11 T ELT)) (-3491 (($ $) 27 T ELT)) (-3639 (($ $) 10 T ELT)) (-3495 (($ $) 28 T ELT)) (-3638 (($ $) 9 T ELT)) (-3628 (($) 16 T ELT)) (-3943 (($ $) 19 T ELT)) (-3944 (($ $) 18 T ELT)) (-3496 (($ $) 29 T ELT)) (-3637 (($ $) 8 T ELT)) (-3494 (($ $) 30 T ELT)) (-3636 (($ $) 7 T ELT)) (-3492 (($ $) 31 T ELT)) (-3635 (($ $) 6 T ELT)) (-3499 (($ $) 20 T ELT)) (-3487 (($ $) 32 T ELT)) (-3497 (($ $) 21 T ELT)) (-3485 (($ $) 33 T ELT)) (-3501 (($ $) 22 T ELT)) (-3489 (($ $) 34 T ELT)) (-3502 (($ $) 23 T ELT)) (-3490 (($ $) 35 T ELT)) (-3500 (($ $) 24 T ELT)) (-3488 (($ $) 36 T ELT)) (-3498 (($ $) 25 T ELT)) (-3486 (($ $) 37 T ELT)) (** (($ $ $) 17 T ELT)))
-(((-1115) (-113)) (T -1115))
-((-3628 (*1 *1) (-4 *1 (-1115))))
-(-13 (-1118) (-66) (-433) (-35) (-239) (-10 -8 (-15 -3628 ($))))
-(((-35) . T) ((-66) . T) ((-239) . T) ((-433) . T) ((-1118) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 19 T ELT)) (-3633 (($ |#1| (-583 $)) 28 T ELT) (($ (-583 |#1|)) 35 T ELT) (($ |#1|) 30 T ELT)) (-3026 ((|#1| $ |#1|) 14 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) 13 (|has| $ (-1035 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3032 (((-583 $) $) 59 T ELT)) (-3028 (((-85) $ $) 50 (|has| |#1| (-72)) ELT)) (-2609 (((-583 |#1|) $) 70 T ELT)) (-3246 (((-85) |#1| $) 69 (|has| |#1| (-72)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 29 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 27 T ELT)) (-3031 (((-583 |#1|) $) 55 T ELT)) (-3528 (((-85) $) 53 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 67 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 101 T ELT)) (-3404 (((-85) $) 9 T ELT)) (-3566 (($) 10 T ELT)) (-3801 ((|#1| $ #1#) NIL T ELT)) (-3030 (((-484) $ $) 48 T ELT)) (-3629 (((-583 $) $) 83 T ELT)) (-3630 (((-85) $ $) 104 T ELT)) (-3631 (((-583 $) $) 99 T ELT)) (-3632 (($ $) 100 T ELT)) (-3634 (((-85) $) 76 T ELT)) (-1730 (((-694) |#1| $) 17 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 25 T ELT)) (-3401 (($ $) 82 T ELT)) (-3947 (((-772) $) 85 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) 12 T ELT)) (-3029 (((-85) $ $) 39 (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 66 T ELT)) (-3057 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-3958 (((-694) $) 80 T ELT)))
-(((-1116 |#1|) (-13 (-923 |#1|) (-318 |#1|) (-1035 |#1|) (-10 -8 (-15 -3633 ($ |#1| (-583 $))) (-15 -3633 ($ (-583 |#1|))) (-15 -3633 ($ |#1|)) (-15 -3634 ((-85) $)) (-15 -3632 ($ $)) (-15 -3631 ((-583 $) $)) (-15 -3630 ((-85) $ $)) (-15 -3629 ((-583 $) $)))) (-1013)) (T -1116))
-((-3634 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1116 *3)) (-4 *3 (-1013)))) (-3633 (*1 *1 *2 *3) (-12 (-5 *3 (-583 (-1116 *2))) (-5 *1 (-1116 *2)) (-4 *2 (-1013)))) (-3633 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-1116 *3)))) (-3633 (*1 *1 *2) (-12 (-5 *1 (-1116 *2)) (-4 *2 (-1013)))) (-3632 (*1 *1 *1) (-12 (-5 *1 (-1116 *2)) (-4 *2 (-1013)))) (-3631 (*1 *2 *1) (-12 (-5 *2 (-583 (-1116 *3))) (-5 *1 (-1116 *3)) (-4 *3 (-1013)))) (-3630 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1116 *3)) (-4 *3 (-1013)))) (-3629 (*1 *2 *1) (-12 (-5 *2 (-583 (-1116 *3))) (-5 *1 (-1116 *3)) (-4 *3 (-1013)))))
-((-3640 (($ $) 15 T ELT)) (-3638 (($ $) 12 T ELT)) (-3637 (($ $) 10 T ELT)) (-3636 (($ $) 17 T ELT)))
-(((-1117 |#1|) (-10 -7 (-15 -3636 (|#1| |#1|)) (-15 -3637 (|#1| |#1|)) (-15 -3638 (|#1| |#1|)) (-15 -3640 (|#1| |#1|))) (-1118)) (T -1117))
-NIL
-((-3640 (($ $) 11 T ELT)) (-3639 (($ $) 10 T ELT)) (-3638 (($ $) 9 T ELT)) (-3637 (($ $) 8 T ELT)) (-3636 (($ $) 7 T ELT)) (-3635 (($ $) 6 T ELT)))
-(((-1118) (-113)) (T -1118))
-((-3640 (*1 *1 *1) (-4 *1 (-1118))) (-3639 (*1 *1 *1) (-4 *1 (-1118))) (-3638 (*1 *1 *1) (-4 *1 (-1118))) (-3637 (*1 *1 *1) (-4 *1 (-1118))) (-3636 (*1 *1 *1) (-4 *1 (-1118))) (-3635 (*1 *1 *1) (-4 *1 (-1118))))
-(-13 (-10 -8 (-15 -3635 ($ $)) (-15 -3636 ($ $)) (-15 -3637 ($ $)) (-15 -3638 ($ $)) (-15 -3639 ($ $)) (-15 -3640 ($ $))))
-((-3643 ((|#2| |#2|) 95 T ELT)) (-3646 (((-85) |#2|) 29 T ELT)) (-3644 ((|#2| |#2|) 33 T ELT)) (-3645 ((|#2| |#2|) 35 T ELT)) (-3641 ((|#2| |#2| (-1090)) 89 T ELT) ((|#2| |#2|) 90 T ELT)) (-3647 (((-142 |#2|) |#2|) 31 T ELT)) (-3642 ((|#2| |#2| (-1090)) 91 T ELT) ((|#2| |#2|) 92 T ELT)))
-(((-1119 |#1| |#2|) (-10 -7 (-15 -3641 (|#2| |#2|)) (-15 -3641 (|#2| |#2| (-1090))) (-15 -3642 (|#2| |#2|)) (-15 -3642 (|#2| |#2| (-1090))) (-15 -3643 (|#2| |#2|)) (-15 -3644 (|#2| |#2|)) (-15 -3645 (|#2| |#2|)) (-15 -3646 ((-85) |#2|)) (-15 -3647 ((-142 |#2|) |#2|))) (-13 (-392) (-950 (-484)) (-580 (-484))) (-13 (-27) (-1115) (-364 |#1|))) (T -1119))
-((-3647 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-142 *3)) (-5 *1 (-1119 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4))))) (-3646 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-85)) (-5 *1 (-1119 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4))))) (-3645 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *3 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *3))))) (-3644 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *3 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *3))))) (-3643 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *3 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *3))))) (-3642 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))))) (-3642 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *3 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *3))))) (-3641 (*1 *2 *2 *3) (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))))) (-3641 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *3 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *3))))))
-((-3648 ((|#4| |#4| |#1|) 31 T ELT)) (-3649 ((|#4| |#4| |#1|) 32 T ELT)))
-(((-1120 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3648 (|#4| |#4| |#1|)) (-15 -3649 (|#4| |#4| |#1|))) (-495) (-324 |#1|) (-324 |#1|) (-627 |#1| |#2| |#3|)) (T -1120))
-((-3649 (*1 *2 *2 *3) (-12 (-4 *3 (-495)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-1120 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))) (-3648 (*1 *2 *2 *3) (-12 (-4 *3 (-495)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-1120 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))))
-((-3667 ((|#2| |#2|) 148 T ELT)) (-3669 ((|#2| |#2|) 145 T ELT)) (-3666 ((|#2| |#2|) 136 T ELT)) (-3668 ((|#2| |#2|) 133 T ELT)) (-3665 ((|#2| |#2|) 141 T ELT)) (-3664 ((|#2| |#2|) 129 T ELT)) (-3653 ((|#2| |#2|) 44 T ELT)) (-3652 ((|#2| |#2|) 105 T ELT)) (-3650 ((|#2| |#2|) 88 T ELT)) (-3663 ((|#2| |#2|) 143 T ELT)) (-3662 ((|#2| |#2|) 131 T ELT)) (-3675 ((|#2| |#2|) 153 T ELT)) (-3673 ((|#2| |#2|) 151 T ELT)) (-3674 ((|#2| |#2|) 152 T ELT)) (-3672 ((|#2| |#2|) 150 T ELT)) (-3651 ((|#2| |#2|) 163 T ELT)) (-3676 ((|#2| |#2|) 30 (-12 (|has| |#2| (-553 (-800 |#1|))) (|has| |#2| (-796 |#1|)) (|has| |#1| (-553 (-800 |#1|))) (|has| |#1| (-796 |#1|))) ELT)) (-3654 ((|#2| |#2|) 89 T ELT)) (-3655 ((|#2| |#2|) 154 T ELT)) (-3964 ((|#2| |#2|) 155 T ELT)) (-3661 ((|#2| |#2|) 142 T ELT)) (-3660 ((|#2| |#2|) 130 T ELT)) (-3659 ((|#2| |#2|) 149 T ELT)) (-3671 ((|#2| |#2|) 147 T ELT)) (-3658 ((|#2| |#2|) 137 T ELT)) (-3670 ((|#2| |#2|) 135 T ELT)) (-3657 ((|#2| |#2|) 139 T ELT)) (-3656 ((|#2| |#2|) 127 T ELT)))
-(((-1121 |#1| |#2|) (-10 -7 (-15 -3964 (|#2| |#2|)) (-15 -3650 (|#2| |#2|)) (-15 -3651 (|#2| |#2|)) (-15 -3652 (|#2| |#2|)) (-15 -3653 (|#2| |#2|)) (-15 -3654 (|#2| |#2|)) (-15 -3655 (|#2| |#2|)) (-15 -3656 (|#2| |#2|)) (-15 -3657 (|#2| |#2|)) (-15 -3658 (|#2| |#2|)) (-15 -3659 (|#2| |#2|)) (-15 -3660 (|#2| |#2|)) (-15 -3661 (|#2| |#2|)) (-15 -3662 (|#2| |#2|)) (-15 -3663 (|#2| |#2|)) (-15 -3664 (|#2| |#2|)) (-15 -3665 (|#2| |#2|)) (-15 -3666 (|#2| |#2|)) (-15 -3667 (|#2| |#2|)) (-15 -3668 (|#2| |#2|)) (-15 -3669 (|#2| |#2|)) (-15 -3670 (|#2| |#2|)) (-15 -3671 (|#2| |#2|)) (-15 -3672 (|#2| |#2|)) (-15 -3673 (|#2| |#2|)) (-15 -3674 (|#2| |#2|)) (-15 -3675 (|#2| |#2|)) (IF (|has| |#1| (-796 |#1|)) (IF (|has| |#1| (-553 (-800 |#1|))) (IF (|has| |#2| (-553 (-800 |#1|))) (IF (|has| |#2| (-796 |#1|)) (-15 -3676 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-392) (-13 (-364 |#1|) (-1115))) (T -1121))
-((-3676 (*1 *2 *2) (-12 (-4 *3 (-553 (-800 *3))) (-4 *3 (-796 *3)) (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-553 (-800 *3))) (-4 *2 (-796 *3)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3675 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3674 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3673 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3672 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3671 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3670 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3669 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3668 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3667 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3666 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3665 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3664 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3663 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3662 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3661 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3660 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3659 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3658 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3657 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3656 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3655 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3654 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3653 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3652 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3651 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3650 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))) (-3964 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 (-1090)) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3815 (((-857 |#1|) $ (-694)) 18 T ELT) (((-857 |#1|) $ (-694) (-694)) NIL T ELT)) (-2893 (((-85) $) NIL T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-694) $ (-1090)) NIL T ELT) (((-694) $ (-1090) (-694)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ $ (-583 (-1090)) (-583 (-469 (-1090)))) NIL T ELT) (($ $ (-1090) (-469 (-1090))) NIL T ELT) (($ |#1| (-469 (-1090))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3943 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3813 (($ $ (-1090)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090) |#1|) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3677 (($ (-1 $) (-1090) |#1|) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3770 (($ $ (-694)) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (($ $ (-1090) $) NIL T ELT) (($ $ (-583 (-1090)) (-583 $)) NIL T ELT) (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT)) (-3759 (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090)) NIL T ELT)) (-3949 (((-469 (-1090)) $) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-1090)) NIL T ELT) (($ (-857 |#1|)) NIL T ELT)) (-3678 ((|#1| $ (-469 (-1090))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (((-857 |#1|) $ (-694)) NIL T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-2670 (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
-(((-1122 |#1|) (-13 (-679 |#1| (-1090)) (-10 -8 (-15 -3678 ((-857 |#1|) $ (-694))) (-15 -3947 ($ (-1090))) (-15 -3947 ($ (-857 |#1|))) (IF (|has| |#1| (-38 (-350 (-484)))) (PROGN (-15 -3813 ($ $ (-1090) |#1|)) (-15 -3677 ($ (-1 $) (-1090) |#1|))) |%noBranch|))) (-961)) (T -1122))
-((-3678 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *2 (-857 *4)) (-5 *1 (-1122 *4)) (-4 *4 (-961)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-1122 *3)) (-4 *3 (-961)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-857 *3)) (-4 *3 (-961)) (-5 *1 (-1122 *3)))) (-3813 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *1 (-1122 *3)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)))) (-3677 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1122 *4))) (-5 *3 (-1090)) (-5 *1 (-1122 *4)) (-4 *4 (-38 (-350 (-484)))) (-4 *4 (-961)))))
-((-3694 (((-85) |#5| $) 68 T ELT) (((-85) $) 109 T ELT)) (-3689 ((|#5| |#5| $) 83 T ELT)) (-3711 (($ (-1 (-85) |#5|) $) NIL T ELT) (((-3 |#5| #1="failed") $ |#4|) 126 T ELT)) (-3690 (((-583 |#5|) (-583 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-85) |#5| |#5|)) 81 T ELT)) (-3158 (((-3 $ #1#) (-583 |#5|)) 134 T ELT)) (-3800 (((-3 $ #1#) $) 119 T ELT)) (-3686 ((|#5| |#5| $) 101 T ELT)) (-3695 (((-85) |#5| $ (-1 (-85) |#5| |#5|)) 36 T ELT)) (-3684 ((|#5| |#5| $) 105 T ELT)) (-3843 ((|#5| (-1 |#5| |#5| |#5|) $ |#5| |#5|) NIL T ELT) ((|#5| (-1 |#5| |#5| |#5|) $ |#5|) NIL T ELT) ((|#5| (-1 |#5| |#5| |#5|) $) NIL T ELT) ((|#5| |#5| $ (-1 |#5| |#5| |#5|) (-1 (-85) |#5| |#5|)) 77 T ELT)) (-3697 (((-2 (|:| -3862 (-583 |#5|)) (|:| -1702 (-583 |#5|))) $) 63 T ELT)) (-3696 (((-85) |#5| $) 66 T ELT) (((-85) $) 110 T ELT)) (-3181 ((|#4| $) 115 T ELT)) (-3799 (((-3 |#5| #1#) $) 117 T ELT)) (-3698 (((-583 |#5|) $) 55 T ELT)) (-3692 (((-85) |#5| $) 75 T ELT) (((-85) $) 114 T ELT)) (-3687 ((|#5| |#5| $) 89 T ELT)) (-3700 (((-85) $ $) 29 T ELT)) (-3693 (((-85) |#5| $) 71 T ELT) (((-85) $) 112 T ELT)) (-3688 ((|#5| |#5| $) 86 T ELT)) (-3802 (((-3 |#5| #1#) $) 116 T ELT)) (-3770 (($ $ |#5|) 135 T ELT)) (-3949 (((-694) $) 60 T ELT)) (-3531 (($ (-583 |#5|)) 132 T ELT)) (-2911 (($ $ |#4|) 130 T ELT)) (-2913 (($ $ |#4|) 128 T ELT)) (-3685 (($ $) 127 T ELT)) (-3947 (((-772) $) NIL T ELT) (((-583 |#5|) $) 120 T ELT)) (-3679 (((-694) $) 139 T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#5|))) #1#) (-583 |#5|) (-1 (-85) |#5| |#5|)) 49 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#5|))) #1#) (-583 |#5|) (-1 (-85) |#5|) (-1 (-85) |#5| |#5|)) 51 T ELT)) (-3691 (((-85) $ (-1 (-85) |#5| (-583 |#5|))) 107 T ELT)) (-3681 (((-583 |#4|) $) 122 T ELT)) (-3934 (((-85) |#4| $) 125 T ELT)) (-3057 (((-85) $ $) 20 T ELT)))
-(((-1123 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3679 ((-694) |#1|)) (-15 -3770 (|#1| |#1| |#5|)) (-15 -3711 ((-3 |#5| #1="failed") |#1| |#4|)) (-15 -3934 ((-85) |#4| |#1|)) (-15 -3681 ((-583 |#4|) |#1|)) (-15 -3800 ((-3 |#1| #1#) |#1|)) (-15 -3799 ((-3 |#5| #1#) |#1|)) (-15 -3802 ((-3 |#5| #1#) |#1|)) (-15 -3684 (|#5| |#5| |#1|)) (-15 -3685 (|#1| |#1|)) (-15 -3686 (|#5| |#5| |#1|)) (-15 -3687 (|#5| |#5| |#1|)) (-15 -3688 (|#5| |#5| |#1|)) (-15 -3689 (|#5| |#5| |#1|)) (-15 -3690 ((-583 |#5|) (-583 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-85) |#5| |#5|))) (-15 -3843 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-85) |#5| |#5|))) (-15 -3692 ((-85) |#1|)) (-15 -3693 ((-85) |#1|)) (-15 -3694 ((-85) |#1|)) (-15 -3691 ((-85) |#1| (-1 (-85) |#5| (-583 |#5|)))) (-15 -3692 ((-85) |#5| |#1|)) (-15 -3693 ((-85) |#5| |#1|)) (-15 -3694 ((-85) |#5| |#1|)) (-15 -3695 ((-85) |#5| |#1| (-1 (-85) |#5| |#5|))) (-15 -3696 ((-85) |#1|)) (-15 -3696 ((-85) |#5| |#1|)) (-15 -3697 ((-2 (|:| -3862 (-583 |#5|)) (|:| -1702 (-583 |#5|))) |#1|)) (-15 -3949 ((-694) |#1|)) (-15 -3698 ((-583 |#5|) |#1|)) (-15 -3699 ((-3 (-2 (|:| |bas| |#1|) (|:| -3324 (-583 |#5|))) #1#) (-583 |#5|) (-1 (-85) |#5|) (-1 (-85) |#5| |#5|))) (-15 -3699 ((-3 (-2 (|:| |bas| |#1|) (|:| -3324 (-583 |#5|))) #1#) (-583 |#5|) (-1 (-85) |#5| |#5|))) (-15 -3700 ((-85) |#1| |#1|)) (-15 -2911 (|#1| |#1| |#4|)) (-15 -2913 (|#1| |#1| |#4|)) (-15 -3181 (|#4| |#1|)) (-15 -3158 ((-3 |#1| #1#) (-583 |#5|))) (-15 -3947 ((-583 |#5|) |#1|)) (-15 -3843 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3843 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3843 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3531 (|#1| (-583 |#5|))) (-15 -3711 (|#1| (-1 (-85) |#5|) |#1|)) (-15 -3947 ((-772) |#1|)) (-15 -3057 ((-85) |#1| |#1|))) (-1124 |#2| |#3| |#4| |#5|) (-495) (-717) (-756) (-977 |#2| |#3| |#4|)) (T -1123))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3682 (((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 |#4|)))) (-583 |#4|)) 90 T ELT)) (-3683 (((-583 $) (-583 |#4|)) 91 T ELT)) (-3082 (((-583 |#3|) $) 38 T ELT)) (-2909 (((-85) $) 31 T ELT)) (-2900 (((-85) $) 22 (|has| |#1| (-495)) ELT)) (-3694 (((-85) |#4| $) 106 T ELT) (((-85) $) 102 T ELT)) (-3689 ((|#4| |#4| $) 97 T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3711 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT) (((-3 |#4| "failed") $ |#3|) 84 T ELT)) (-3725 (($) 57 T CONST)) (-2905 (((-85) $) 27 (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) 29 (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) 28 (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) 30 (|has| |#1| (-495)) ELT)) (-3690 (((-583 |#4|) (-583 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 98 T ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) 23 (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) 24 (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ "failed") (-583 |#4|)) 41 T ELT)) (-3157 (($ (-583 |#4|)) 40 T ELT)) (-3800 (((-3 $ "failed") $) 87 T ELT)) (-3686 ((|#4| |#4| $) 94 T ELT)) (-1353 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3407 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-495)) ELT)) (-3695 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) 107 T ELT)) (-3684 ((|#4| |#4| $) 92 T ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 99 T ELT)) (-3697 (((-2 (|:| -3862 (-583 |#4|)) (|:| -1702 (-583 |#4|))) $) 110 T ELT)) (-3696 (((-85) |#4| $) 109 T ELT) (((-85) $) 108 T ELT)) (-3181 ((|#3| $) 39 T ELT)) (-2609 (((-583 |#4|) $) 47 T ELT)) (-3246 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3327 (($ (-1 |#4| |#4|) $) 116 T ELT)) (-3959 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2915 (((-583 |#3|) $) 37 T ELT)) (-2914 (((-85) |#3| $) 36 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3799 (((-3 |#4| "failed") $) 88 T ELT)) (-3698 (((-583 |#4|) $) 112 T ELT)) (-3692 (((-85) |#4| $) 104 T ELT) (((-85) $) 100 T ELT)) (-3687 ((|#4| |#4| $) 95 T ELT)) (-3700 (((-85) $ $) 115 T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-495)) ELT)) (-3693 (((-85) |#4| $) 105 T ELT) (((-85) $) 101 T ELT)) (-3688 ((|#4| |#4| $) 96 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3802 (((-3 |#4| "failed") $) 89 T ELT)) (-1354 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-3680 (((-3 $ "failed") $ |#4|) 83 T ELT)) (-3770 (($ $ |#4|) 82 T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) 53 T ELT)) (-3404 (((-85) $) 56 T ELT)) (-3566 (($) 55 T ELT)) (-3949 (((-694) $) 111 T ELT)) (-1730 (((-694) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) 46 T ELT)) (-3401 (($ $) 54 T ELT)) (-3973 (((-473) $) 69 (|has| |#4| (-553 (-473))) ELT)) (-3531 (($ (-583 |#4|)) 63 T ELT)) (-2911 (($ $ |#3|) 33 T ELT)) (-2913 (($ $ |#3|) 35 T ELT)) (-3685 (($ $) 93 T ELT)) (-2912 (($ $ |#3|) 34 T ELT)) (-3947 (((-772) $) 13 T ELT) (((-583 |#4|) $) 42 T ELT)) (-3679 (((-694) $) 81 (|has| |#3| (-320)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) "failed") (-583 |#4|) (-1 (-85) |#4| |#4|)) 114 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) "failed") (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) 113 T ELT)) (-3691 (((-85) $ (-1 (-85) |#4| (-583 |#4|))) 103 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3681 (((-583 |#3|) $) 86 T ELT)) (-3934 (((-85) |#3| $) 85 T ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3958 (((-694) $) 43 T ELT)))
-(((-1124 |#1| |#2| |#3| |#4|) (-113) (-495) (-717) (-756) (-977 |t#1| |t#2| |t#3|)) (T -1124))
-((-3700 (*1 *2 *1 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85)))) (-3699 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-85) *8 *8)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3324 (-583 *8)))) (-5 *3 (-583 *8)) (-4 *1 (-1124 *5 *6 *7 *8)))) (-3699 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-85) *9)) (-5 *5 (-1 (-85) *9 *9)) (-4 *9 (-977 *6 *7 *8)) (-4 *6 (-495)) (-4 *7 (-717)) (-4 *8 (-756)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3324 (-583 *9)))) (-5 *3 (-583 *9)) (-4 *1 (-1124 *6 *7 *8 *9)))) (-3698 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-583 *6)))) (-3949 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-694)))) (-3697 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-2 (|:| -3862 (-583 *6)) (|:| -1702 (-583 *6)))))) (-3696 (*1 *2 *3 *1) (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))) (-3696 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85)))) (-3695 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-85) *3 *3)) (-4 *1 (-1124 *5 *6 *7 *3)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-85)))) (-3694 (*1 *2 *3 *1) (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))) (-3693 (*1 *2 *3 *1) (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))) (-3692 (*1 *2 *3 *1) (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))) (-3691 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-85) *7 (-583 *7))) (-4 *1 (-1124 *4 *5 *6 *7)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)))) (-3694 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85)))) (-3693 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85)))) (-3692 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85)))) (-3843 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-85) *2 *2)) (-4 *1 (-1124 *5 *6 *7 *2)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *2 (-977 *5 *6 *7)))) (-3690 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-583 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-85) *8 *8)) (-4 *1 (-1124 *5 *6 *7 *8)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-977 *5 *6 *7)))) (-3689 (*1 *2 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))) (-3688 (*1 *2 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))) (-3687 (*1 *2 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))) (-3686 (*1 *2 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))) (-3685 (*1 *1 *1) (-12 (-4 *1 (-1124 *2 *3 *4 *5)) (-4 *2 (-495)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *5 (-977 *2 *3 *4)))) (-3684 (*1 *2 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))) (-3683 (*1 *2 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-1124 *4 *5 *6 *7)))) (-3682 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-583 (-2 (|:| -3862 *1) (|:| -1702 (-583 *7))))) (-5 *3 (-583 *7)) (-4 *1 (-1124 *4 *5 *6 *7)))) (-3802 (*1 *2 *1) (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))) (-3799 (*1 *2 *1) (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))) (-3800 (*1 *1 *1) (|partial| -12 (-4 *1 (-1124 *2 *3 *4 *5)) (-4 *2 (-495)) (-4 *3 (-717)) (-4 *4 (-756)) (-4 *5 (-977 *2 *3 *4)))) (-3681 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-583 *5)))) (-3934 (*1 *2 *3 *1) (-12 (-4 *1 (-1124 *4 *5 *3 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *3 (-756)) (-4 *6 (-977 *4 *5 *3)) (-5 *2 (-85)))) (-3711 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1124 *4 *5 *3 *2)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *3 (-756)) (-4 *2 (-977 *4 *5 *3)))) (-3680 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))) (-3770 (*1 *1 *1 *2) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))) (-3679 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-4 *5 (-320)) (-5 *2 (-694)))))
-(-13 (-889 |t#1| |t#2| |t#3| |t#4|) (-1035 |t#4|) (-10 -8 (-15 -3700 ((-85) $ $)) (-15 -3699 ((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |t#4|))) "failed") (-583 |t#4|) (-1 (-85) |t#4| |t#4|))) (-15 -3699 ((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |t#4|))) "failed") (-583 |t#4|) (-1 (-85) |t#4|) (-1 (-85) |t#4| |t#4|))) (-15 -3698 ((-583 |t#4|) $)) (-15 -3949 ((-694) $)) (-15 -3697 ((-2 (|:| -3862 (-583 |t#4|)) (|:| -1702 (-583 |t#4|))) $)) (-15 -3696 ((-85) |t#4| $)) (-15 -3696 ((-85) $)) (-15 -3695 ((-85) |t#4| $ (-1 (-85) |t#4| |t#4|))) (-15 -3694 ((-85) |t#4| $)) (-15 -3693 ((-85) |t#4| $)) (-15 -3692 ((-85) |t#4| $)) (-15 -3691 ((-85) $ (-1 (-85) |t#4| (-583 |t#4|)))) (-15 -3694 ((-85) $)) (-15 -3693 ((-85) $)) (-15 -3692 ((-85) $)) (-15 -3843 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-85) |t#4| |t#4|))) (-15 -3690 ((-583 |t#4|) (-583 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-85) |t#4| |t#4|))) (-15 -3689 (|t#4| |t#4| $)) (-15 -3688 (|t#4| |t#4| $)) (-15 -3687 (|t#4| |t#4| $)) (-15 -3686 (|t#4| |t#4| $)) (-15 -3685 ($ $)) (-15 -3684 (|t#4| |t#4| $)) (-15 -3683 ((-583 $) (-583 |t#4|))) (-15 -3682 ((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 |t#4|)))) (-583 |t#4|))) (-15 -3802 ((-3 |t#4| "failed") $)) (-15 -3799 ((-3 |t#4| "failed") $)) (-15 -3800 ((-3 $ "failed") $)) (-15 -3681 ((-583 |t#3|) $)) (-15 -3934 ((-85) |t#3| $)) (-15 -3711 ((-3 |t#4| "failed") $ |t#3|)) (-15 -3680 ((-3 $ "failed") $ |t#4|)) (-15 -3770 ($ $ |t#4|)) (IF (|has| |t#3| (-320)) (-15 -3679 ((-694) $)) |%noBranch|)))
-(((-34) . T) ((-72) . T) ((-552 (-583 |#4|)) . T) ((-552 (-772)) . T) ((-124 |#4|) . T) ((-553 (-473)) |has| |#4| (-553 (-473))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-455 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ((-13) . T) ((-889 |#1| |#2| |#3| |#4|) . T) ((-1013) . T) ((-1035 |#4|) . T) ((-1129) . T))
-((-3706 (($ |#1| (-583 (-583 (-854 (-179)))) (-85)) 19 T ELT)) (-3705 (((-85) $ (-85)) 18 T ELT)) (-3704 (((-85) $) 17 T ELT)) (-3702 (((-583 (-583 (-854 (-179)))) $) 13 T ELT)) (-3701 ((|#1| $) 8 T ELT)) (-3703 (((-85) $) 15 T ELT)))
-(((-1125 |#1|) (-10 -8 (-15 -3701 (|#1| $)) (-15 -3702 ((-583 (-583 (-854 (-179)))) $)) (-15 -3703 ((-85) $)) (-15 -3704 ((-85) $)) (-15 -3705 ((-85) $ (-85))) (-15 -3706 ($ |#1| (-583 (-583 (-854 (-179)))) (-85)))) (-887)) (T -1125))
-((-3706 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *4 (-85)) (-5 *1 (-1125 *2)) (-4 *2 (-887)))) (-3705 (*1 *2 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1125 *3)) (-4 *3 (-887)))) (-3704 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1125 *3)) (-4 *3 (-887)))) (-3703 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1125 *3)) (-4 *3 (-887)))) (-3702 (*1 *2 *1) (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *1 (-1125 *3)) (-4 *3 (-887)))) (-3701 (*1 *2 *1) (-12 (-5 *1 (-1125 *2)) (-4 *2 (-887)))))
-((-3708 (((-854 (-179)) (-854 (-179))) 31 T ELT)) (-3707 (((-854 (-179)) (-179) (-179) (-179) (-179)) 10 T ELT)) (-3710 (((-583 (-854 (-179))) (-854 (-179)) (-854 (-179)) (-854 (-179)) (-179) (-583 (-583 (-179)))) 57 T ELT)) (-3837 (((-179) (-854 (-179)) (-854 (-179))) 27 T ELT)) (-3835 (((-854 (-179)) (-854 (-179)) (-854 (-179))) 28 T ELT)) (-3709 (((-583 (-583 (-179))) (-484)) 45 T ELT)) (-3838 (((-854 (-179)) (-854 (-179)) (-854 (-179))) 26 T ELT)) (-3840 (((-854 (-179)) (-854 (-179)) (-854 (-179))) 24 T ELT)) (* (((-854 (-179)) (-179) (-854 (-179))) 22 T ELT)))
-(((-1126) (-10 -7 (-15 -3707 ((-854 (-179)) (-179) (-179) (-179) (-179))) (-15 * ((-854 (-179)) (-179) (-854 (-179)))) (-15 -3840 ((-854 (-179)) (-854 (-179)) (-854 (-179)))) (-15 -3838 ((-854 (-179)) (-854 (-179)) (-854 (-179)))) (-15 -3837 ((-179) (-854 (-179)) (-854 (-179)))) (-15 -3835 ((-854 (-179)) (-854 (-179)) (-854 (-179)))) (-15 -3708 ((-854 (-179)) (-854 (-179)))) (-15 -3709 ((-583 (-583 (-179))) (-484))) (-15 -3710 ((-583 (-854 (-179))) (-854 (-179)) (-854 (-179)) (-854 (-179)) (-179) (-583 (-583 (-179))))))) (T -1126))
-((-3710 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-583 (-583 (-179)))) (-5 *4 (-179)) (-5 *2 (-583 (-854 *4))) (-5 *1 (-1126)) (-5 *3 (-854 *4)))) (-3709 (*1 *2 *3) (-12 (-5 *3 (-484)) (-5 *2 (-583 (-583 (-179)))) (-5 *1 (-1126)))) (-3708 (*1 *2 *2) (-12 (-5 *2 (-854 (-179))) (-5 *1 (-1126)))) (-3835 (*1 *2 *2 *2) (-12 (-5 *2 (-854 (-179))) (-5 *1 (-1126)))) (-3837 (*1 *2 *3 *3) (-12 (-5 *3 (-854 (-179))) (-5 *2 (-179)) (-5 *1 (-1126)))) (-3838 (*1 *2 *2 *2) (-12 (-5 *2 (-854 (-179))) (-5 *1 (-1126)))) (-3840 (*1 *2 *2 *2) (-12 (-5 *2 (-854 (-179))) (-5 *1 (-1126)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-854 (-179))) (-5 *3 (-179)) (-5 *1 (-1126)))) (-3707 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-854 (-179))) (-5 *1 (-1126)) (-5 *3 (-179)))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-1013)) ELT)) (-3711 ((|#1| $ (-694)) 18 T ELT)) (-3834 (((-694) $) 13 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3947 (((-869 |#1|) $) 12 T ELT) (($ (-869 |#1|)) 11 T ELT) (((-772) $) 29 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-1013)) ELT)) (-3057 (((-85) $ $) 22 (|has| |#1| (-1013)) ELT)))
-(((-1127 |#1|) (-13 (-430 (-869 |#1|)) (-10 -8 (-15 -3711 (|#1| $ (-694))) (-15 -3834 ((-694) $)) (IF (|has| |#1| (-552 (-772))) (-6 (-552 (-772))) |%noBranch|) (IF (|has| |#1| (-1013)) (-6 (-1013)) |%noBranch|))) (-1129)) (T -1127))
-((-3711 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *1 (-1127 *2)) (-4 *2 (-1129)))) (-3834 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-1127 *3)) (-4 *3 (-1129)))))
-((-3714 (((-348 (-1085 (-1085 |#1|))) (-1085 (-1085 |#1|)) (-484)) 92 T ELT)) (-3712 (((-348 (-1085 (-1085 |#1|))) (-1085 (-1085 |#1|))) 84 T ELT)) (-3713 (((-348 (-1085 (-1085 |#1|))) (-1085 (-1085 |#1|))) 68 T ELT)))
-(((-1128 |#1|) (-10 -7 (-15 -3712 ((-348 (-1085 (-1085 |#1|))) (-1085 (-1085 |#1|)))) (-15 -3713 ((-348 (-1085 (-1085 |#1|))) (-1085 (-1085 |#1|)))) (-15 -3714 ((-348 (-1085 (-1085 |#1|))) (-1085 (-1085 |#1|)) (-484)))) (-299)) (T -1128))
-((-3714 (*1 *2 *3 *4) (-12 (-5 *4 (-484)) (-4 *5 (-299)) (-5 *2 (-348 (-1085 (-1085 *5)))) (-5 *1 (-1128 *5)) (-5 *3 (-1085 (-1085 *5))))) (-3713 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-348 (-1085 (-1085 *4)))) (-5 *1 (-1128 *4)) (-5 *3 (-1085 (-1085 *4))))) (-3712 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-348 (-1085 (-1085 *4)))) (-5 *1 (-1128 *4)) (-5 *3 (-1085 (-1085 *4))))))
-NIL
-(((-1129) (-113)) (T -1129))
+(((-64) . T) ((-72) . T) ((-556 (-1096)) . T) ((-553 (-773)) . T) ((-553 (-1096)) . T) ((-430 (-1096)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-3219 ((|#1| |#1| (-1 (-485) |#1| |#1|)) 41 T ELT) ((|#1| |#1| (-1 (-85) |#1|)) 33 T ELT)) (-3217 (((-1186)) 21 T ELT)) (-3218 (((-584 |#1|)) 13 T ELT)))
+(((-997 |#1|) (-10 -7 (-15 -3217 ((-1186))) (-15 -3218 ((-584 |#1|))) (-15 -3219 (|#1| |#1| (-1 (-85) |#1|))) (-15 -3219 (|#1| |#1| (-1 (-485) |#1| |#1|)))) (-105)) (T -997))
+((-3219 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-485) *2 *2)) (-4 *2 (-105)) (-5 *1 (-997 *2)))) (-3219 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-85) *2)) (-4 *2 (-105)) (-5 *1 (-997 *2)))) (-3218 (*1 *2) (-12 (-5 *2 (-584 *3)) (-5 *1 (-997 *3)) (-4 *3 (-105)))) (-3217 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-997 *3)) (-4 *3 (-105)))))
+((-3222 (($ (-78) $) 20 T ELT)) (-3223 (((-633 (-78)) (-447) $) 19 T ELT)) (-3567 (($) 7 T ELT)) (-3221 (($) 21 T ELT)) (-3220 (($) 22 T ELT)) (-3224 (((-584 (-149)) $) 10 T ELT)) (-3948 (((-773) $) 25 T ELT)))
+(((-998) (-13 (-553 (-773)) (-10 -8 (-15 -3567 ($)) (-15 -3224 ((-584 (-149)) $)) (-15 -3223 ((-633 (-78)) (-447) $)) (-15 -3222 ($ (-78) $)) (-15 -3221 ($)) (-15 -3220 ($))))) (T -998))
+((-3567 (*1 *1) (-5 *1 (-998))) (-3224 (*1 *2 *1) (-12 (-5 *2 (-584 (-149))) (-5 *1 (-998)))) (-3223 (*1 *2 *3 *1) (-12 (-5 *3 (-447)) (-5 *2 (-633 (-78))) (-5 *1 (-998)))) (-3222 (*1 *1 *2 *1) (-12 (-5 *2 (-78)) (-5 *1 (-998)))) (-3221 (*1 *1) (-5 *1 (-998))) (-3220 (*1 *1) (-5 *1 (-998))))
+((-3225 (((-1180 (-631 |#1|)) (-584 (-631 |#1|))) 45 T ELT) (((-1180 (-631 (-858 |#1|))) (-584 (-1091)) (-631 (-858 |#1|))) 75 T ELT) (((-1180 (-631 (-350 (-858 |#1|)))) (-584 (-1091)) (-631 (-350 (-858 |#1|)))) 92 T ELT)) (-3226 (((-1180 |#1|) (-631 |#1|) (-584 (-631 |#1|))) 39 T ELT)))
+(((-999 |#1|) (-10 -7 (-15 -3225 ((-1180 (-631 (-350 (-858 |#1|)))) (-584 (-1091)) (-631 (-350 (-858 |#1|))))) (-15 -3225 ((-1180 (-631 (-858 |#1|))) (-584 (-1091)) (-631 (-858 |#1|)))) (-15 -3225 ((-1180 (-631 |#1|)) (-584 (-631 |#1|)))) (-15 -3226 ((-1180 |#1|) (-631 |#1|) (-584 (-631 |#1|))))) (-312)) (T -999))
+((-3226 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-631 *5))) (-5 *3 (-631 *5)) (-4 *5 (-312)) (-5 *2 (-1180 *5)) (-5 *1 (-999 *5)))) (-3225 (*1 *2 *3) (-12 (-5 *3 (-584 (-631 *4))) (-4 *4 (-312)) (-5 *2 (-1180 (-631 *4))) (-5 *1 (-999 *4)))) (-3225 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-1091))) (-4 *5 (-312)) (-5 *2 (-1180 (-631 (-858 *5)))) (-5 *1 (-999 *5)) (-5 *4 (-631 (-858 *5))))) (-3225 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-1091))) (-4 *5 (-312)) (-5 *2 (-1180 (-631 (-350 (-858 *5))))) (-5 *1 (-999 *5)) (-5 *4 (-631 (-350 (-858 *5)))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1489 (((-584 (-695)) $) NIL T ELT) (((-584 (-695)) $ (-1091)) NIL T ELT)) (-1523 (((-695) $) NIL T ELT) (((-695) $ (-1091)) NIL T ELT)) (-3083 (((-584 (-1001 (-1091))) $) NIL T ELT)) (-3085 (((-1086 $) $ (-1001 (-1091))) NIL T ELT) (((-1086 |#1|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-1001 (-1091)))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-1485 (($ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-1001 (-1091)) #1#) $) NIL T ELT) (((-3 (-1091) #1#) $) NIL T ELT) (((-3 (-1040 |#1| (-1091)) #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-1001 (-1091)) $) NIL T ELT) (((-1091) $) NIL T ELT) (((-1040 |#1| (-1091)) $) NIL T ELT)) (-3758 (($ $ $ (-1001 (-1091))) NIL (|has| |#1| (-146)) ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ (-1001 (-1091))) NIL (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-822)) ELT)) (-1625 (($ $ |#1| (-470 (-1001 (-1091))) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-1001 (-1091)) (-797 (-330))) (|has| |#1| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-1001 (-1091)) (-797 (-485))) (|has| |#1| (-797 (-485)))) ELT)) (-3774 (((-695) $ (-1091)) NIL T ELT) (((-695) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3086 (($ (-1086 |#1|) (-1001 (-1091))) NIL T ELT) (($ (-1086 $) (-1001 (-1091))) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-470 (-1001 (-1091)))) NIL T ELT) (($ $ (-1001 (-1091)) (-695)) NIL T ELT) (($ $ (-584 (-1001 (-1091))) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-1001 (-1091))) NIL T ELT)) (-2822 (((-470 (-1001 (-1091))) $) NIL T ELT) (((-695) $ (-1001 (-1091))) NIL T ELT) (((-584 (-695)) $ (-584 (-1001 (-1091)))) NIL T ELT)) (-1626 (($ (-1 (-470 (-1001 (-1091))) (-470 (-1001 (-1091)))) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1524 (((-1 $ (-695)) (-1091)) NIL T ELT) (((-1 $ (-695)) $) NIL (|has| |#1| (-190)) ELT)) (-3084 (((-3 (-1001 (-1091)) #1#) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1487 (((-1001 (-1091)) $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1488 (((-85) $) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-1001 (-1091))) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-1486 (($ $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-822)) ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-1001 (-1091)) |#1|) NIL T ELT) (($ $ (-584 (-1001 (-1091))) (-584 |#1|)) NIL T ELT) (($ $ (-1001 (-1091)) $) NIL T ELT) (($ $ (-584 (-1001 (-1091))) (-584 $)) NIL T ELT) (($ $ (-1091) $) NIL (|has| |#1| (-190)) ELT) (($ $ (-584 (-1091)) (-584 $)) NIL (|has| |#1| (-190)) ELT) (($ $ (-1091) |#1|) NIL (|has| |#1| (-190)) ELT) (($ $ (-584 (-1091)) (-584 |#1|)) NIL (|has| |#1| (-190)) ELT)) (-3759 (($ $ (-1001 (-1091))) NIL (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 (-1001 (-1091))) (-584 (-695))) NIL T ELT) (($ $ (-1001 (-1091)) (-695)) NIL T ELT) (($ $ (-584 (-1001 (-1091)))) NIL T ELT) (($ $ (-1001 (-1091))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT)) (-1490 (((-584 (-1091)) $) NIL T ELT)) (-3950 (((-470 (-1001 (-1091))) $) NIL T ELT) (((-695) $ (-1001 (-1091))) NIL T ELT) (((-584 (-695)) $ (-584 (-1001 (-1091)))) NIL T ELT) (((-695) $ (-1091)) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-1001 (-1091)) (-554 (-801 (-330)))) (|has| |#1| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-1001 (-1091)) (-554 (-801 (-485)))) (|has| |#1| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-1001 (-1091)) (-554 (-474))) (|has| |#1| (-554 (-474)))) ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT) (($ $ (-1001 (-1091))) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-1001 (-1091))) NIL T ELT) (($ (-1091)) NIL T ELT) (($ (-1040 |#1| (-1091))) NIL T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-470 (-1001 (-1091)))) NIL T ELT) (($ $ (-1001 (-1091)) (-695)) NIL T ELT) (($ $ (-584 (-1001 (-1091))) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-584 (-1001 (-1091))) (-584 (-695))) NIL T ELT) (($ $ (-1001 (-1091)) (-695)) NIL T ELT) (($ $ (-584 (-1001 (-1091)))) NIL T ELT) (($ $ (-1001 (-1091))) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $) NIL (|has| |#1| (-189)) ELT) (($ $ (-695)) NIL (|has| |#1| (-189)) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-1000 |#1|) (-13 (-213 |#1| (-1091) (-1001 (-1091)) (-470 (-1001 (-1091)))) (-951 (-1040 |#1| (-1091)))) (-962)) (T -1000))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-1523 (((-695) $) NIL T ELT)) (-3833 ((|#1| $) 10 T ELT)) (-3159 (((-3 |#1| "failed") $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT)) (-3774 (((-695) $) 11 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-1524 (($ |#1| (-695)) 9 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3760 (($ $ (-695)) NIL T ELT) (($ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ |#1|) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2671 (($ $ (-695)) NIL T ELT) (($ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 16 T ELT)))
+(((-1001 |#1|) (-228 |#1|) (-757)) (T -1001))
+NIL
+((-2570 (((-85) $ $) NIL (|has| |#1| (-1014)) ELT)) (-3738 (($ |#1| |#1|) 16 T ELT)) (-3960 (((-584 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-756)) ELT)) (-3231 ((|#1| $) 12 T ELT)) (-3233 ((|#1| $) 11 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3229 (((-485) $) 15 T ELT)) (-3230 ((|#1| $) 14 T ELT)) (-3232 ((|#1| $) 13 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3965 (((-584 |#1|) $) 42 (|has| |#1| (-756)) ELT) (((-584 |#1|) (-584 $)) 41 (|has| |#1| (-756)) ELT)) (-3974 (($ |#1|) 29 T ELT)) (-3948 (((-773) $) 28 (|has| |#1| (-1014)) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-1014)) ELT)) (-3739 (($ |#1| |#1|) 10 T ELT)) (-3234 (($ $ (-485)) 17 T ELT)) (-3058 (((-85) $ $) 22 (|has| |#1| (-1014)) ELT)))
+(((-1002 |#1|) (-13 (-1007 |#1|) (-10 -7 (IF (|has| |#1| (-1014)) (-6 (-1014)) |%noBranch|) (IF (|has| |#1| (-756)) (-6 (-1008 |#1| (-584 |#1|))) |%noBranch|))) (-1130)) (T -1002))
+NIL
+((-3960 (((-584 |#2|) (-1 |#2| |#1|) (-1002 |#1|)) 27 (|has| |#1| (-756)) ELT) (((-1002 |#2|) (-1 |#2| |#1|) (-1002 |#1|)) 14 T ELT)))
+(((-1003 |#1| |#2|) (-10 -7 (-15 -3960 ((-1002 |#2|) (-1 |#2| |#1|) (-1002 |#1|))) (IF (|has| |#1| (-756)) (-15 -3960 ((-584 |#2|) (-1 |#2| |#1|) (-1002 |#1|))) |%noBranch|)) (-1130) (-1130)) (T -1003))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1002 *5)) (-4 *5 (-756)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-584 *6)) (-5 *1 (-1003 *5 *6)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1002 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1002 *6)) (-5 *1 (-1003 *5 *6)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 16 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3227 (((-584 (-1050)) $) 10 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1004) (-13 (-996) (-10 -8 (-15 -3227 ((-584 (-1050)) $))))) (T -1004))
+((-3227 (*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-1004)))))
+((-2570 (((-85) $ $) NIL (|has| (-1002 |#1|) (-1014)) ELT)) (-3833 (((-1091) $) NIL T ELT)) (-3738 (((-1002 |#1|) $) NIL T ELT)) (-3244 (((-1074) $) NIL (|has| (-1002 |#1|) (-1014)) ELT)) (-3245 (((-1034) $) NIL (|has| (-1002 |#1|) (-1014)) ELT)) (-3228 (($ (-1091) (-1002 |#1|)) NIL T ELT)) (-3948 (((-773) $) NIL (|has| (-1002 |#1|) (-1014)) ELT)) (-1266 (((-85) $ $) NIL (|has| (-1002 |#1|) (-1014)) ELT)) (-3058 (((-85) $ $) NIL (|has| (-1002 |#1|) (-1014)) ELT)))
+(((-1005 |#1|) (-13 (-1130) (-10 -8 (-15 -3228 ($ (-1091) (-1002 |#1|))) (-15 -3833 ((-1091) $)) (-15 -3738 ((-1002 |#1|) $)) (IF (|has| (-1002 |#1|) (-1014)) (-6 (-1014)) |%noBranch|))) (-1130)) (T -1005))
+((-3228 (*1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-1002 *4)) (-4 *4 (-1130)) (-5 *1 (-1005 *4)))) (-3833 (*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-1005 *3)) (-4 *3 (-1130)))) (-3738 (*1 *2 *1) (-12 (-5 *2 (-1002 *3)) (-5 *1 (-1005 *3)) (-4 *3 (-1130)))))
+((-3960 (((-1005 |#2|) (-1 |#2| |#1|) (-1005 |#1|)) 19 T ELT)))
+(((-1006 |#1| |#2|) (-10 -7 (-15 -3960 ((-1005 |#2|) (-1 |#2| |#1|) (-1005 |#1|)))) (-1130) (-1130)) (T -1006))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1005 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1005 *6)) (-5 *1 (-1006 *5 *6)))))
+((-3738 (($ |#1| |#1|) 8 T ELT)) (-3231 ((|#1| $) 11 T ELT)) (-3233 ((|#1| $) 13 T ELT)) (-3229 (((-485) $) 9 T ELT)) (-3230 ((|#1| $) 10 T ELT)) (-3232 ((|#1| $) 12 T ELT)) (-3974 (($ |#1|) 6 T ELT)) (-3739 (($ |#1| |#1|) 15 T ELT)) (-3234 (($ $ (-485)) 14 T ELT)))
+(((-1007 |#1|) (-113) (-1130)) (T -1007))
+((-3739 (*1 *1 *2 *2) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130)))) (-3234 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-1007 *3)) (-4 *3 (-1130)))) (-3233 (*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130)))) (-3232 (*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130)))) (-3231 (*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130)))) (-3230 (*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130)))) (-3229 (*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1130)) (-5 *2 (-485)))) (-3738 (*1 *1 *2 *2) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130)))))
+(-13 (-558 |t#1|) (-10 -8 (-15 -3739 ($ |t#1| |t#1|)) (-15 -3234 ($ $ (-485))) (-15 -3233 (|t#1| $)) (-15 -3232 (|t#1| $)) (-15 -3231 (|t#1| $)) (-15 -3230 (|t#1| $)) (-15 -3229 ((-485) $)) (-15 -3738 ($ |t#1| |t#1|))))
+(((-558 |#1|) . T))
+((-3738 (($ |#1| |#1|) 8 T ELT)) (-3960 ((|#2| (-1 |#1| |#1|) $) 17 T ELT)) (-3231 ((|#1| $) 11 T ELT)) (-3233 ((|#1| $) 13 T ELT)) (-3229 (((-485) $) 9 T ELT)) (-3230 ((|#1| $) 10 T ELT)) (-3232 ((|#1| $) 12 T ELT)) (-3965 ((|#2| (-584 $)) 19 T ELT) ((|#2| $) 18 T ELT)) (-3974 (($ |#1|) 6 T ELT)) (-3739 (($ |#1| |#1|) 15 T ELT)) (-3234 (($ $ (-485)) 14 T ELT)))
+(((-1008 |#1| |#2|) (-113) (-756) (-1065 |t#1|)) (T -1008))
+((-3965 (*1 *2 *3) (-12 (-5 *3 (-584 *1)) (-4 *1 (-1008 *4 *2)) (-4 *4 (-756)) (-4 *2 (-1065 *4)))) (-3965 (*1 *2 *1) (-12 (-4 *1 (-1008 *3 *2)) (-4 *3 (-756)) (-4 *2 (-1065 *3)))) (-3960 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1008 *4 *2)) (-4 *4 (-756)) (-4 *2 (-1065 *4)))))
+(-13 (-1007 |t#1|) (-10 -8 (-15 -3965 (|t#2| (-584 $))) (-15 -3965 (|t#2| $)) (-15 -3960 (|t#2| (-1 |t#1| |t#1|) $))))
+(((-558 |#1|) . T) ((-1007 |#1|) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3800 (((-1050) $) 14 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 20 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-3235 (((-584 (-1050)) $) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1009) (-13 (-996) (-10 -8 (-15 -3235 ((-584 (-1050)) $)) (-15 -3800 ((-1050) $))))) (T -1009))
+((-3235 (*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-1009)))) (-3800 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1009)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-1806 (($) NIL (|has| |#1| (-320)) ELT)) (-3236 (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ $ $) 84 T ELT)) (-3238 (($ $ $) 81 T ELT)) (-3237 (((-85) $ $) 83 T ELT)) (-3138 (((-695)) NIL (|has| |#1| (-320)) ELT)) (-3241 (($ (-584 |#1|)) NIL T ELT) (($) 14 T ELT)) (-1571 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) 75 (|has| $ (-318 |#1|)) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 44 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 42 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 40 T ELT)) (-2996 (($) NIL (|has| |#1| (-320)) ELT)) (-3243 (((-85) $ $) NIL T ELT)) (-2533 ((|#1| $) 56 (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) 20 T ELT)) (-3247 (((-85) |#1| $) 74 (|has| |#1| (-72)) ELT)) (-2859 ((|#1| $) 54 (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 34 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 35 T ELT)) (-2011 (((-831) $) NIL (|has| |#1| (-320)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3240 (($ $ $) 79 T ELT)) (-1275 ((|#1| $) 26 T ELT)) (-3611 (($ |#1| $) 70 T ELT)) (-2401 (($ (-831)) NIL (|has| |#1| (-320)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 32 T ELT)) (-1276 ((|#1| $) 28 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 22 T ELT)) (-3567 (($) 12 T ELT)) (-3239 (($ $ |#1|) NIL T ELT) (($ $ $) 80 T ELT)) (-1467 (($) NIL T ELT) (($ (-584 |#1|)) NIL T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) 17 T ELT)) (-3974 (((-474) $) 51 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 63 T ELT)) (-1807 (($ $) NIL (|has| |#1| (-320)) ELT)) (-3948 (((-773) $) NIL T ELT)) (-1808 (((-695) $) NIL T ELT)) (-3242 (($ (-584 |#1|)) NIL T ELT) (($) 13 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-1277 (($ (-584 |#1|)) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) 53 T ELT)) (-3959 (((-695) $) 11 T ELT)))
+(((-1010 |#1|) (-369 |#1|) (-1014)) (T -1010))
+NIL
+((-3236 (($ $ $) NIL T ELT) (($ $ |#2|) 13 T ELT) (($ |#2| $) 14 T ELT)) (-3238 (($ $ $) 10 T ELT)) (-3239 (($ $ $) NIL T ELT) (($ $ |#2|) 15 T ELT)))
+(((-1011 |#1| |#2|) (-10 -7 (-15 -3236 (|#1| |#2| |#1|)) (-15 -3236 (|#1| |#1| |#2|)) (-15 -3236 (|#1| |#1| |#1|)) (-15 -3238 (|#1| |#1| |#1|)) (-15 -3239 (|#1| |#1| |#2|)) (-15 -3239 (|#1| |#1| |#1|))) (-1012 |#2|) (-1014)) (T -1011))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3236 (($ $ $) 22 T ELT) (($ $ |#1|) 21 T ELT) (($ |#1| $) 20 T ELT)) (-3238 (($ $ $) 24 T ELT)) (-3237 (((-85) $ $) 23 T ELT)) (-3241 (($) 29 T ELT) (($ (-584 |#1|)) 28 T ELT)) (-3712 (($ (-1 (-85) |#1|) $) 46 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 37 T CONST)) (-1354 (($ $) 48 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3408 (($ |#1| $) 47 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 45 (|has| $ (-318 |#1|)) ELT)) (-3243 (((-85) $ $) 32 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 38 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3240 (($ $ $) 27 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 44 T ELT)) (-3770 (($ $ (-584 |#1|) (-584 |#1|)) 42 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 41 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 40 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 (-249 |#1|))) 39 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 33 T ELT)) (-3405 (((-85) $) 36 T ELT)) (-3567 (($) 35 T ELT)) (-3239 (($ $ $) 26 T ELT) (($ $ |#1|) 25 T ELT)) (-3402 (($ $) 34 T ELT)) (-3974 (((-474) $) 49 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 43 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-3242 (($) 31 T ELT) (($ (-584 |#1|)) 30 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-1012 |#1|) (-113) (-1014)) (T -1012))
+((-3243 (*1 *2 *1 *1) (-12 (-4 *1 (-1012 *3)) (-4 *3 (-1014)) (-5 *2 (-85)))) (-3242 (*1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))) (-3242 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-4 *1 (-1012 *3)))) (-3241 (*1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))) (-3241 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-4 *1 (-1012 *3)))) (-3240 (*1 *1 *1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))) (-3239 (*1 *1 *1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))) (-3239 (*1 *1 *1 *2) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))) (-3238 (*1 *1 *1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))) (-3237 (*1 *2 *1 *1) (-12 (-4 *1 (-1012 *3)) (-4 *3 (-1014)) (-5 *2 (-85)))) (-3236 (*1 *1 *1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))) (-3236 (*1 *1 *1 *2) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))) (-3236 (*1 *1 *2 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))))
+(-13 (-1014) (-124 |t#1|) (-10 -8 (-6 -3987) (-15 -3243 ((-85) $ $)) (-15 -3242 ($)) (-15 -3242 ($ (-584 |t#1|))) (-15 -3241 ($)) (-15 -3241 ($ (-584 |t#1|))) (-15 -3240 ($ $ $)) (-15 -3239 ($ $ $)) (-15 -3239 ($ $ |t#1|)) (-15 -3238 ($ $ $)) (-15 -3237 ((-85) $ $)) (-15 -3236 ($ $ $)) (-15 -3236 ($ $ |t#1|)) (-15 -3236 ($ |t#1| $))))
+(((-34) . T) ((-72) . T) ((-553 (-773)) . T) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-3244 (((-1074) $) 10 T ELT)) (-3245 (((-1034) $) 8 T ELT)))
+(((-1013 |#1|) (-10 -7 (-15 -3244 ((-1074) |#1|)) (-15 -3245 ((-1034) |#1|))) (-1014)) (T -1013))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-1014) (-113)) (T -1014))
+((-3245 (*1 *2 *1) (-12 (-4 *1 (-1014)) (-5 *2 (-1034)))) (-3244 (*1 *2 *1) (-12 (-4 *1 (-1014)) (-5 *2 (-1074)))))
+(-13 (-72) (-553 (-773)) (-10 -8 (-15 -3245 ((-1034) $)) (-15 -3244 ((-1074) $))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) 36 T ELT)) (-3249 (($ (-584 (-831))) 70 T ELT)) (-3251 (((-3 $ #1="failed") $ (-831) (-831)) 81 T ELT)) (-2996 (($) 40 T ELT)) (-3247 (((-85) (-831) $) 42 T ELT)) (-2011 (((-831) $) 64 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) 39 T ELT)) (-3252 (((-3 $ #1#) $ (-831)) 77 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3248 (((-1180 $)) 47 T ELT)) (-3250 (((-584 (-831)) $) 27 T ELT)) (-3246 (((-695) $ (-831) (-831)) 78 T ELT)) (-3948 (((-773) $) 32 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 24 T ELT)))
+(((-1015 |#1| |#2|) (-13 (-320) (-10 -8 (-15 -3252 ((-3 $ #1="failed") $ (-831))) (-15 -3251 ((-3 $ #1#) $ (-831) (-831))) (-15 -3250 ((-584 (-831)) $)) (-15 -3249 ($ (-584 (-831)))) (-15 -3248 ((-1180 $))) (-15 -3247 ((-85) (-831) $)) (-15 -3246 ((-695) $ (-831) (-831))))) (-831) (-831)) (T -1015))
+((-3252 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-831)) (-5 *1 (-1015 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3251 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-831)) (-5 *1 (-1015 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3250 (*1 *2 *1) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-1015 *3 *4)) (-14 *3 (-831)) (-14 *4 (-831)))) (-3249 (*1 *1 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-1015 *3 *4)) (-14 *3 (-831)) (-14 *4 (-831)))) (-3248 (*1 *2) (-12 (-5 *2 (-1180 (-1015 *3 *4))) (-5 *1 (-1015 *3 *4)) (-14 *3 (-831)) (-14 *4 (-831)))) (-3247 (*1 *2 *3 *1) (-12 (-5 *3 (-831)) (-5 *2 (-85)) (-5 *1 (-1015 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-3246 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-831)) (-5 *2 (-695)) (-5 *1 (-1015 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3262 (((-85) $) NIL T ELT)) (-3258 (((-1091) $) NIL T ELT)) (-3263 (((-85) $) NIL T ELT)) (-3537 (((-1074) $) NIL T ELT)) (-3265 (((-85) $) NIL T ELT)) (-3267 (((-85) $) NIL T ELT)) (-3264 (((-85) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3261 (((-85) $) NIL T ELT)) (-3257 (((-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3260 (((-85) $) NIL T ELT)) (-3256 (((-179) $) NIL T ELT)) (-3255 (((-773) $) NIL T ELT)) (-3268 (((-85) $ $) NIL T ELT)) (-3802 (($ $ (-485)) NIL T ELT) (($ $ (-584 (-485))) NIL T ELT)) (-3259 (((-584 $) $) NIL T ELT)) (-3974 (($ (-1074)) NIL T ELT) (($ (-1091)) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-179)) NIL T ELT) (($ (-773)) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-3253 (($ $) NIL T ELT)) (-3254 (($ $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3266 (((-85) $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3959 (((-485) $) NIL T ELT)))
+(((-1016) (-1017 (-1074) (-1091) (-485) (-179) (-773))) (T -1016))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3262 (((-85) $) 36 T ELT)) (-3258 ((|#2| $) 31 T ELT)) (-3263 (((-85) $) 37 T ELT)) (-3537 ((|#1| $) 32 T ELT)) (-3265 (((-85) $) 39 T ELT)) (-3267 (((-85) $) 41 T ELT)) (-3264 (((-85) $) 38 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3261 (((-85) $) 35 T ELT)) (-3257 ((|#3| $) 30 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3260 (((-85) $) 34 T ELT)) (-3256 ((|#4| $) 29 T ELT)) (-3255 ((|#5| $) 28 T ELT)) (-3268 (((-85) $ $) 42 T ELT)) (-3802 (($ $ (-485)) 44 T ELT) (($ $ (-584 (-485))) 43 T ELT)) (-3259 (((-584 $) $) 33 T ELT)) (-3974 (($ |#1|) 50 T ELT) (($ |#2|) 49 T ELT) (($ |#3|) 48 T ELT) (($ |#4|) 47 T ELT) (($ |#5|) 46 T ELT) (($ (-584 $)) 45 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-3253 (($ $) 26 T ELT)) (-3254 (($ $) 27 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3266 (((-85) $) 40 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3959 (((-485) $) 25 T ELT)))
+(((-1017 |#1| |#2| |#3| |#4| |#5|) (-113) (-1014) (-1014) (-1014) (-1014) (-1014)) (T -1017))
+((-3268 (*1 *2 *1 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))) (-3267 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))) (-3266 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))) (-3265 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))) (-3264 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))) (-3263 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))) (-3262 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))) (-3261 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))) (-3260 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))) (-3259 (*1 *2 *1) (-12 (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-584 *1)) (-4 *1 (-1017 *3 *4 *5 *6 *7)))) (-3537 (*1 *2 *1) (-12 (-4 *1 (-1017 *2 *3 *4 *5 *6)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014)))) (-3258 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *2 *4 *5 *6)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014)))) (-3257 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *2 *5 *6)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014)))) (-3256 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *2 *6)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014)))) (-3255 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *2)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014)))) (-3254 (*1 *1 *1) (-12 (-4 *1 (-1017 *2 *3 *4 *5 *6)) (-4 *2 (-1014)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)))) (-3253 (*1 *1 *1) (-12 (-4 *1 (-1017 *2 *3 *4 *5 *6)) (-4 *2 (-1014)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)))) (-3959 (*1 *2 *1) (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-485)))))
+(-13 (-1014) (-558 |t#1|) (-558 |t#2|) (-558 |t#3|) (-558 |t#4|) (-558 |t#4|) (-558 |t#5|) (-558 (-584 $)) (-241 (-485) $) (-241 (-584 (-485)) $) (-10 -8 (-15 -3268 ((-85) $ $)) (-15 -3267 ((-85) $)) (-15 -3266 ((-85) $)) (-15 -3265 ((-85) $)) (-15 -3264 ((-85) $)) (-15 -3263 ((-85) $)) (-15 -3262 ((-85) $)) (-15 -3261 ((-85) $)) (-15 -3260 ((-85) $)) (-15 -3259 ((-584 $) $)) (-15 -3537 (|t#1| $)) (-15 -3258 (|t#2| $)) (-15 -3257 (|t#3| $)) (-15 -3256 (|t#4| $)) (-15 -3255 (|t#5| $)) (-15 -3254 ($ $)) (-15 -3253 ($ $)) (-15 -3959 ((-485) $))))
+(((-72) . T) ((-553 (-773)) . T) ((-558 (-584 $)) . T) ((-558 |#1|) . T) ((-558 |#2|) . T) ((-558 |#3|) . T) ((-558 |#4|) . T) ((-558 |#5|) . T) ((-241 (-485) $) . T) ((-241 (-584 (-485)) $) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3262 (((-85) $) 45 T ELT)) (-3258 ((|#2| $) 48 T ELT)) (-3263 (((-85) $) 20 T ELT)) (-3537 ((|#1| $) 21 T ELT)) (-3265 (((-85) $) 42 T ELT)) (-3267 (((-85) $) 14 T ELT)) (-3264 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3261 (((-85) $) 46 T ELT)) (-3257 ((|#3| $) 50 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3260 (((-85) $) 47 T ELT)) (-3256 ((|#4| $) 49 T ELT)) (-3255 ((|#5| $) 51 T ELT)) (-3268 (((-85) $ $) 41 T ELT)) (-3802 (($ $ (-485)) 62 T ELT) (($ $ (-584 (-485))) 64 T ELT)) (-3259 (((-584 $) $) 27 T ELT)) (-3974 (($ |#1|) 53 T ELT) (($ |#2|) 54 T ELT) (($ |#3|) 55 T ELT) (($ |#4|) 56 T ELT) (($ |#5|) 57 T ELT) (($ (-584 $)) 52 T ELT)) (-3948 (((-773) $) 28 T ELT)) (-3253 (($ $) 26 T ELT)) (-3254 (($ $) 58 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3266 (((-85) $) 23 T ELT)) (-3058 (((-85) $ $) 40 T ELT)) (-3959 (((-485) $) 60 T ELT)))
+(((-1018 |#1| |#2| |#3| |#4| |#5|) (-1017 |#1| |#2| |#3| |#4| |#5|) (-1014) (-1014) (-1014) (-1014) (-1014)) (T -1018))
+NIL
+((-3271 (((-85) |#5| |#5|) 44 T ELT)) (-3274 (((-85) |#5| |#5|) 59 T ELT)) (-3279 (((-85) |#5| (-584 |#5|)) 82 T ELT) (((-85) |#5| |#5|) 68 T ELT)) (-3275 (((-85) (-584 |#4|) (-584 |#4|)) 65 T ELT)) (-3281 (((-85) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|)) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) 70 T ELT)) (-3270 (((-1186)) 32 T ELT)) (-3269 (((-1186) (-1074) (-1074) (-1074)) 28 T ELT)) (-3280 (((-584 |#5|) (-584 |#5|)) 101 T ELT)) (-3282 (((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|)))) 93 T ELT)) (-3283 (((-584 (-2 (|:| -3268 (-584 |#4|)) (|:| -1601 |#5|) (|:| |ineq| (-584 |#4|)))) (-584 |#4|) (-584 |#5|) (-85) (-85)) 123 T ELT)) (-3273 (((-85) |#5| |#5|) 53 T ELT)) (-3278 (((-3 (-85) #1="failed") |#5| |#5|) 78 T ELT)) (-3276 (((-85) (-584 |#4|) (-584 |#4|)) 64 T ELT)) (-3277 (((-85) (-584 |#4|) (-584 |#4|)) 66 T ELT)) (-3701 (((-85) (-584 |#4|) (-584 |#4|)) 67 T ELT)) (-3284 (((-3 (-2 (|:| -3268 (-584 |#4|)) (|:| -1601 |#5|) (|:| |ineq| (-584 |#4|))) #1#) (-584 |#4|) |#5| (-584 |#4|) (-85) (-85) (-85) (-85) (-85)) 118 T ELT)) (-3272 (((-584 |#5|) (-584 |#5|)) 49 T ELT)))
+(((-1019 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3269 ((-1186) (-1074) (-1074) (-1074))) (-15 -3270 ((-1186))) (-15 -3271 ((-85) |#5| |#5|)) (-15 -3272 ((-584 |#5|) (-584 |#5|))) (-15 -3273 ((-85) |#5| |#5|)) (-15 -3274 ((-85) |#5| |#5|)) (-15 -3275 ((-85) (-584 |#4|) (-584 |#4|))) (-15 -3276 ((-85) (-584 |#4|) (-584 |#4|))) (-15 -3277 ((-85) (-584 |#4|) (-584 |#4|))) (-15 -3701 ((-85) (-584 |#4|) (-584 |#4|))) (-15 -3278 ((-3 (-85) #1="failed") |#5| |#5|)) (-15 -3279 ((-85) |#5| |#5|)) (-15 -3279 ((-85) |#5| (-584 |#5|))) (-15 -3280 ((-584 |#5|) (-584 |#5|))) (-15 -3281 ((-85) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|)) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|)))) (-15 -3282 ((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) (-15 -3283 ((-584 (-2 (|:| -3268 (-584 |#4|)) (|:| -1601 |#5|) (|:| |ineq| (-584 |#4|)))) (-584 |#4|) (-584 |#5|) (-85) (-85))) (-15 -3284 ((-3 (-2 (|:| -3268 (-584 |#4|)) (|:| -1601 |#5|) (|:| |ineq| (-584 |#4|))) #1#) (-584 |#4|) |#5| (-584 |#4|) (-85) (-85) (-85) (-85) (-85)))) (-392) (-718) (-757) (-978 |#1| |#2| |#3|) (-984 |#1| |#2| |#3| |#4|)) (T -1019))
+((-3284 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *9 (-978 *6 *7 *8)) (-5 *2 (-2 (|:| -3268 (-584 *9)) (|:| -1601 *4) (|:| |ineq| (-584 *9)))) (-5 *1 (-1019 *6 *7 *8 *9 *4)) (-5 *3 (-584 *9)) (-4 *4 (-984 *6 *7 *8 *9)))) (-3283 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-584 *10)) (-5 *5 (-85)) (-4 *10 (-984 *6 *7 *8 *9)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *9 (-978 *6 *7 *8)) (-5 *2 (-584 (-2 (|:| -3268 (-584 *9)) (|:| -1601 *10) (|:| |ineq| (-584 *9))))) (-5 *1 (-1019 *6 *7 *8 *9 *10)) (-5 *3 (-584 *9)))) (-3282 (*1 *2 *2) (-12 (-5 *2 (-584 (-2 (|:| |val| (-584 *6)) (|:| -1601 *7)))) (-4 *6 (-978 *3 *4 *5)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-1019 *3 *4 *5 *6 *7)))) (-3281 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-584 *7)) (|:| -1601 *8))) (-4 *7 (-978 *4 *5 *6)) (-4 *8 (-984 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *8)))) (-3280 (*1 *2 *2) (-12 (-5 *2 (-584 *7)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *1 (-1019 *3 *4 *5 *6 *7)))) (-3279 (*1 *2 *3 *4) (-12 (-5 *4 (-584 *3)) (-4 *3 (-984 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-978 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-1019 *5 *6 *7 *8 *3)))) (-3279 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))) (-3278 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))) (-3701 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))) (-3277 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))) (-3276 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))) (-3275 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))) (-3274 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))) (-3273 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))) (-3272 (*1 *2 *2) (-12 (-5 *2 (-584 *7)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *1 (-1019 *3 *4 *5 *6 *7)))) (-3271 (*1 *2 *3 *3) (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))) (-3270 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-1186)) (-5 *1 (-1019 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6)))) (-3269 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-1019 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))))
+((-3299 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#5|) 106 T ELT)) (-3289 (((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) |#4| |#4| |#5|) 79 T ELT)) (-3292 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5|) 100 T ELT)) (-3294 (((-584 |#5|) |#4| |#5|) 122 T ELT)) (-3296 (((-584 |#5|) |#4| |#5|) 129 T ELT)) (-3298 (((-584 |#5|) |#4| |#5|) 130 T ELT)) (-3293 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 |#5|))) |#4| |#5|) 107 T ELT)) (-3295 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 |#5|))) |#4| |#5|) 128 T ELT)) (-3297 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 |#5|))) |#4| |#5|) 47 T ELT) (((-85) |#4| |#5|) 55 T ELT)) (-3290 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) |#3| (-85)) 91 T ELT) (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5| (-85) (-85)) 52 T ELT)) (-3291 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5|) 86 T ELT)) (-3288 (((-1186)) 36 T ELT)) (-3286 (((-1186)) 25 T ELT)) (-3287 (((-1186) (-1074) (-1074) (-1074)) 32 T ELT)) (-3285 (((-1186) (-1074) (-1074) (-1074)) 21 T ELT)))
+(((-1020 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3285 ((-1186) (-1074) (-1074) (-1074))) (-15 -3286 ((-1186))) (-15 -3287 ((-1186) (-1074) (-1074) (-1074))) (-15 -3288 ((-1186))) (-15 -3289 ((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) |#4| |#4| |#5|)) (-15 -3290 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5| (-85) (-85))) (-15 -3290 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) |#3| (-85))) (-15 -3291 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5|)) (-15 -3292 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#4| |#5|)) (-15 -3297 ((-85) |#4| |#5|)) (-15 -3293 ((-584 (-2 (|:| |val| (-85)) (|:| -1601 |#5|))) |#4| |#5|)) (-15 -3294 ((-584 |#5|) |#4| |#5|)) (-15 -3295 ((-584 (-2 (|:| |val| (-85)) (|:| -1601 |#5|))) |#4| |#5|)) (-15 -3296 ((-584 |#5|) |#4| |#5|)) (-15 -3297 ((-584 (-2 (|:| |val| (-85)) (|:| -1601 |#5|))) |#4| |#5|)) (-15 -3298 ((-584 |#5|) |#4| |#5|)) (-15 -3299 ((-584 (-2 (|:| |val| |#4|) (|:| -1601 |#5|))) |#4| |#5|))) (-392) (-718) (-757) (-978 |#1| |#2| |#3|) (-984 |#1| |#2| |#3| |#4|)) (T -1020))
+((-3299 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3298 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 *4)) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3297 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *4)))) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3296 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 *4)) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3295 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *4)))) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3294 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 *4)) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3293 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *4)))) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3297 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3292 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3291 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3290 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-584 (-2 (|:| |val| (-584 *8)) (|:| -1601 *9)))) (-5 *5 (-85)) (-4 *8 (-978 *6 *7 *4)) (-4 *9 (-984 *6 *7 *4 *8)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *4 (-757)) (-5 *2 (-584 (-2 (|:| |val| *8) (|:| -1601 *9)))) (-5 *1 (-1020 *6 *7 *4 *8 *9)))) (-3290 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *3 (-978 *6 *7 *8)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-1020 *6 *7 *8 *3 *4)) (-4 *4 (-984 *6 *7 *8 *3)))) (-3289 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))) (-3288 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-1186)) (-5 *1 (-1020 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6)))) (-3287 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))) (-3286 (*1 *2) (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-1186)) (-5 *1 (-1020 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6)))) (-3285 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-1020 *4 *5 *6 *7 *8)) (-4 *8 (-984 *4 *5 *6 *7)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3683 (((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 |#4|)))) (-584 |#4|)) 90 T ELT)) (-3684 (((-584 $) (-584 |#4|)) 91 T ELT) (((-584 $) (-584 |#4|) (-85)) 119 T ELT)) (-3083 (((-584 |#3|) $) 38 T ELT)) (-2910 (((-85) $) 31 T ELT)) (-2901 (((-85) $) 22 (|has| |#1| (-496)) ELT)) (-3695 (((-85) |#4| $) 106 T ELT) (((-85) $) 102 T ELT)) (-3690 ((|#4| |#4| $) 97 T ELT)) (-3777 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| $) 134 T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3712 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 84 T ELT)) (-3726 (($) 57 T CONST)) (-2906 (((-85) $) 27 (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) 29 (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) 28 (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) 30 (|has| |#1| (-496)) ELT)) (-3691 (((-584 |#4|) (-584 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 98 T ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) 23 (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) 24 (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ "failed") (-584 |#4|)) 41 T ELT)) (-3158 (($ (-584 |#4|)) 40 T ELT)) (-3801 (((-3 $ #1#) $) 87 T ELT)) (-3687 ((|#4| |#4| $) 94 T ELT)) (-1354 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3408 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-496)) ELT)) (-3696 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) 107 T ELT)) (-3685 ((|#4| |#4| $) 92 T ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 99 T ELT)) (-3698 (((-2 (|:| -3863 (-584 |#4|)) (|:| -1703 (-584 |#4|))) $) 110 T ELT)) (-3199 (((-85) |#4| $) 144 T ELT)) (-3197 (((-85) |#4| $) 141 T ELT)) (-3200 (((-85) |#4| $) 145 T ELT) (((-85) $) 142 T ELT)) (-3697 (((-85) |#4| $) 109 T ELT) (((-85) $) 108 T ELT)) (-3182 ((|#3| $) 39 T ELT)) (-2610 (((-584 |#4|) $) 47 T ELT)) (-3247 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3328 (($ (-1 |#4| |#4|) $) 116 T ELT)) (-3960 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2916 (((-584 |#3|) $) 37 T ELT)) (-2915 (((-85) |#3| $) 36 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3193 (((-3 |#4| (-584 $)) |#4| |#4| $) 136 T ELT)) (-3192 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| |#4| $) 135 T ELT)) (-3800 (((-3 |#4| #1#) $) 88 T ELT)) (-3194 (((-584 $) |#4| $) 137 T ELT)) (-3196 (((-3 (-85) (-584 $)) |#4| $) 140 T ELT)) (-3195 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 $))) |#4| $) 139 T ELT) (((-85) |#4| $) 138 T ELT)) (-3240 (((-584 $) |#4| $) 133 T ELT) (((-584 $) (-584 |#4|) $) 132 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 131 T ELT) (((-584 $) |#4| (-584 $)) 130 T ELT)) (-3442 (($ |#4| $) 125 T ELT) (($ (-584 |#4|) $) 124 T ELT)) (-3699 (((-584 |#4|) $) 112 T ELT)) (-3693 (((-85) |#4| $) 104 T ELT) (((-85) $) 100 T ELT)) (-3688 ((|#4| |#4| $) 95 T ELT)) (-3701 (((-85) $ $) 115 T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-496)) ELT)) (-3694 (((-85) |#4| $) 105 T ELT) (((-85) $) 101 T ELT)) (-3689 ((|#4| |#4| $) 96 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3803 (((-3 |#4| #1#) $) 89 T ELT)) (-1355 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-3681 (((-3 $ #1#) $ |#4|) 83 T ELT)) (-3771 (($ $ |#4|) 82 T ELT) (((-584 $) |#4| $) 123 T ELT) (((-584 $) |#4| (-584 $)) 122 T ELT) (((-584 $) (-584 |#4|) $) 121 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 120 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) 53 T ELT)) (-3405 (((-85) $) 56 T ELT)) (-3567 (($) 55 T ELT)) (-3950 (((-695) $) 111 T ELT)) (-1731 (((-695) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) 46 T ELT)) (-3402 (($ $) 54 T ELT)) (-3974 (((-474) $) 69 (|has| |#4| (-554 (-474))) ELT)) (-3532 (($ (-584 |#4|)) 63 T ELT)) (-2912 (($ $ |#3|) 33 T ELT)) (-2914 (($ $ |#3|) 35 T ELT)) (-3686 (($ $) 93 T ELT)) (-2913 (($ $ |#3|) 34 T ELT)) (-3948 (((-773) $) 13 T ELT) (((-584 |#4|) $) 42 T ELT)) (-3680 (((-695) $) 81 (|has| |#3| (-320)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4| |#4|)) 114 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) 113 T ELT)) (-3692 (((-85) $ (-1 (-85) |#4| (-584 |#4|))) 103 T ELT)) (-3191 (((-584 $) |#4| $) 129 T ELT) (((-584 $) |#4| (-584 $)) 128 T ELT) (((-584 $) (-584 |#4|) $) 127 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 126 T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3682 (((-584 |#3|) $) 86 T ELT)) (-3198 (((-85) |#4| $) 143 T ELT)) (-3935 (((-85) |#3| $) 85 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3959 (((-695) $) 43 T ELT)))
+(((-1021 |#1| |#2| |#3| |#4|) (-113) (-392) (-718) (-757) (-978 |t#1| |t#2| |t#3|)) (T -1021))
+NIL
+(-13 (-984 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-72) . T) ((-553 (-584 |#4|)) . T) ((-553 (-773)) . T) ((-124 |#4|) . T) ((-554 (-474)) |has| |#4| (-554 (-474))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-456 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-13) . T) ((-890 |#1| |#2| |#3| |#4|) . T) ((-984 |#1| |#2| |#3| |#4|) . T) ((-1014) . T) ((-1036 |#4|) . T) ((-1125 |#1| |#2| |#3| |#4|) . T) ((-1130) . T))
+((-3310 (((-584 (-485)) (-485) (-485) (-485)) 40 T ELT)) (-3309 (((-584 (-485)) (-485) (-485) (-485)) 30 T ELT)) (-3308 (((-584 (-485)) (-485) (-485) (-485)) 35 T ELT)) (-3307 (((-485) (-485) (-485)) 22 T ELT)) (-3306 (((-1180 (-485)) (-584 (-485)) (-1180 (-485)) (-485)) 78 T ELT) (((-1180 (-485)) (-1180 (-485)) (-1180 (-485)) (-485)) 73 T ELT)) (-3305 (((-584 (-485)) (-584 (-831)) (-584 (-485)) (-85)) 56 T ELT)) (-3304 (((-631 (-485)) (-584 (-485)) (-584 (-485)) (-631 (-485))) 77 T ELT)) (-3303 (((-631 (-485)) (-584 (-831)) (-584 (-485))) 61 T ELT)) (-3302 (((-584 (-631 (-485))) (-584 (-831))) 66 T ELT)) (-3301 (((-584 (-485)) (-584 (-485)) (-584 (-485)) (-631 (-485))) 81 T ELT)) (-3300 (((-631 (-485)) (-584 (-485)) (-584 (-485)) (-584 (-485))) 91 T ELT)))
+(((-1022) (-10 -7 (-15 -3300 ((-631 (-485)) (-584 (-485)) (-584 (-485)) (-584 (-485)))) (-15 -3301 ((-584 (-485)) (-584 (-485)) (-584 (-485)) (-631 (-485)))) (-15 -3302 ((-584 (-631 (-485))) (-584 (-831)))) (-15 -3303 ((-631 (-485)) (-584 (-831)) (-584 (-485)))) (-15 -3304 ((-631 (-485)) (-584 (-485)) (-584 (-485)) (-631 (-485)))) (-15 -3305 ((-584 (-485)) (-584 (-831)) (-584 (-485)) (-85))) (-15 -3306 ((-1180 (-485)) (-1180 (-485)) (-1180 (-485)) (-485))) (-15 -3306 ((-1180 (-485)) (-584 (-485)) (-1180 (-485)) (-485))) (-15 -3307 ((-485) (-485) (-485))) (-15 -3308 ((-584 (-485)) (-485) (-485) (-485))) (-15 -3309 ((-584 (-485)) (-485) (-485) (-485))) (-15 -3310 ((-584 (-485)) (-485) (-485) (-485))))) (T -1022))
+((-3310 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-1022)) (-5 *3 (-485)))) (-3309 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-1022)) (-5 *3 (-485)))) (-3308 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-1022)) (-5 *3 (-485)))) (-3307 (*1 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-1022)))) (-3306 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1180 (-485))) (-5 *3 (-584 (-485))) (-5 *4 (-485)) (-5 *1 (-1022)))) (-3306 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1180 (-485))) (-5 *3 (-485)) (-5 *1 (-1022)))) (-3305 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-584 (-485))) (-5 *3 (-584 (-831))) (-5 *4 (-85)) (-5 *1 (-1022)))) (-3304 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-631 (-485))) (-5 *3 (-584 (-485))) (-5 *1 (-1022)))) (-3303 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-831))) (-5 *4 (-584 (-485))) (-5 *2 (-631 (-485))) (-5 *1 (-1022)))) (-3302 (*1 *2 *3) (-12 (-5 *3 (-584 (-831))) (-5 *2 (-584 (-631 (-485)))) (-5 *1 (-1022)))) (-3301 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-584 (-485))) (-5 *3 (-631 (-485))) (-5 *1 (-1022)))) (-3300 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-631 (-485))) (-5 *1 (-1022)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3311 (($ (-1 |#1| |#1| |#1|)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 ((|#1| $ |#1| |#1|) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1023 |#1|) (-13 (-1024 |#1|) (-1014) (-10 -8 (-15 -3311 ($ (-1 |#1| |#1| |#1|))))) (-72)) (T -1023))
+((-3311 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-72)) (-5 *1 (-1023 *3)))))
+((-3802 ((|#1| $ |#1| |#1|) 6 T ELT)))
+(((-1024 |#1|) (-113) (-72)) (T -1024))
+NIL
+(-13 (-80 |t#1|) (-10 -8 (-6 (|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|) (|:| |y| |t#1|) (|:| |z| |t#1|)) (-3058 (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))))))
+(((-80 |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((-1130) . T))
+((** (($ $ (-831)) 10 T ELT)))
+(((-1025 |#1|) (-10 -7 (-15 ** (|#1| |#1| (-831)))) (-1026)) (T -1025))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (** (($ $ (-831)) 17 T ELT)) (* (($ $ $) 18 T ELT)))
+(((-1026) (-113)) (T -1026))
+((* (*1 *1 *1 *1) (-4 *1 (-1026))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1026)) (-5 *2 (-831)))))
+(-13 (-1014) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-831)))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#3| (-72)) ELT)) (-3190 (((-85) $) NIL (|has| |#3| (-23)) ELT)) (-3709 (($ (-831)) NIL (|has| |#3| (-962)) ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#3|)) ELT)) (-2485 (($ $ $) NIL (|has| |#3| (-718)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL (|has| |#3| (-104)) ELT)) (-3138 (((-695)) NIL (|has| |#3| (-320)) ELT)) (-3790 ((|#3| $ (-485) |#3|) NIL (|has| $ (-1036 |#3|)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (-12 (|has| |#3| (-951 (-485))) (|has| |#3| (-1014))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (-12 (|has| |#3| (-951 (-350 (-485)))) (|has| |#3| (-1014))) ELT) (((-3 |#3| #1#) $) NIL (|has| |#3| (-1014)) ELT)) (-3158 (((-485) $) NIL (-12 (|has| |#3| (-951 (-485))) (|has| |#3| (-1014))) ELT) (((-350 (-485)) $) NIL (-12 (|has| |#3| (-951 (-350 (-485)))) (|has| |#3| (-1014))) ELT) ((|#3| $) NIL (|has| |#3| (-1014)) ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (-12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (-12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))) ELT) (((-2 (|:| |mat| (-631 |#3|)) (|:| |vec| (-1180 |#3|))) (-631 $) (-1180 $)) NIL (|has| |#3| (-962)) ELT) (((-631 |#3|) (-631 $)) NIL (|has| |#3| (-962)) ELT)) (-3844 ((|#3| (-1 |#3| |#3| |#3|) $ |#3| |#3|) NIL (|has| |#3| (-72)) ELT) ((|#3| (-1 |#3| |#3| |#3|) $ |#3|) NIL T ELT) ((|#3| (-1 |#3| |#3| |#3|) $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL (|has| |#3| (-962)) ELT)) (-2996 (($) NIL (|has| |#3| (-320)) ELT)) (-1577 ((|#3| $ (-485) |#3|) NIL (|has| $ (-1036 |#3|)) ELT)) (-3114 ((|#3| $ (-485)) 12 T ELT)) (-3188 (((-85) $) NIL (|has| |#3| (-718)) ELT)) (-1215 (((-85) $ $) NIL (|has| |#3| (-23)) ELT)) (-2411 (((-85) $) NIL (|has| |#3| (-962)) ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#3| (-757)) ELT)) (-2610 (((-584 |#3|) $) NIL T ELT)) (-3247 (((-85) |#3| $) NIL (|has| |#3| (-72)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#3| (-757)) ELT)) (-3960 (($ (-1 |#3| |#3|) $) NIL T ELT)) (-2011 (((-831) $) NIL (|has| |#3| (-320)) ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (-12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (-12 (|has| |#3| (-581 (-485))) (|has| |#3| (-962))) ELT) (((-2 (|:| |mat| (-631 |#3|)) (|:| |vec| (-1180 |#3|))) (-1180 $) $) NIL (|has| |#3| (-962)) ELT) (((-631 |#3|) (-1180 $)) NIL (|has| |#3| (-962)) ELT)) (-3244 (((-1074) $) NIL (|has| |#3| (-1014)) ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-2401 (($ (-831)) NIL (|has| |#3| (-320)) ELT)) (-3245 (((-1034) $) NIL (|has| |#3| (-1014)) ELT)) (-3803 ((|#3| $) NIL (|has| (-485) (-757)) ELT)) (-2200 (($ $ |#3|) NIL (|has| $ (-1036 |#3|)) ELT)) (-1732 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#3|))) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ (-249 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT) (($ $ (-584 |#3|) (-584 |#3|)) NIL (-12 (|has| |#3| (-260 |#3|)) (|has| |#3| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#3| $) NIL (-12 (|has| $ (-318 |#3|)) (|has| |#3| (-72))) ELT)) (-2206 (((-584 |#3|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#3| $ (-485) |#3|) NIL T ELT) ((|#3| $ (-485)) NIL T ELT)) (-3838 ((|#3| $ $) NIL (|has| |#3| (-962)) ELT)) (-1469 (($ (-1180 |#3|)) NIL T ELT)) (-3913 (((-107)) NIL (|has| |#3| (-312)) ELT)) (-3760 (($ $ (-695)) NIL (-12 (|has| |#3| (-189)) (|has| |#3| (-962))) ELT) (($ $) NIL (-12 (|has| |#3| (-189)) (|has| |#3| (-962))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962))) ELT) (($ $ (-1091)) NIL (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962))) ELT) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-962)) ELT) (($ $ (-1 |#3| |#3|) (-695)) NIL (|has| |#3| (-962)) ELT)) (-1731 (((-695) |#3| $) NIL (|has| |#3| (-72)) ELT) (((-695) (-1 (-85) |#3|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3948 (((-1180 |#3|) $) NIL T ELT) (($ (-485)) NIL (OR (-12 (|has| |#3| (-951 (-485))) (|has| |#3| (-1014))) (|has| |#3| (-962))) ELT) (($ (-350 (-485))) NIL (-12 (|has| |#3| (-951 (-350 (-485)))) (|has| |#3| (-1014))) ELT) (($ |#3|) NIL (|has| |#3| (-1014)) ELT) (((-773) $) NIL (|has| |#3| (-553 (-773))) ELT)) (-3128 (((-695)) NIL (|has| |#3| (-962)) CONST)) (-1266 (((-85) $ $) NIL (|has| |#3| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#3|) $) NIL T ELT)) (-3127 (((-85) $ $) NIL (|has| |#3| (-962)) ELT)) (-2662 (($) NIL (|has| |#3| (-23)) CONST)) (-2668 (($) NIL (|has| |#3| (-962)) CONST)) (-2671 (($ $ (-695)) NIL (-12 (|has| |#3| (-189)) (|has| |#3| (-962))) ELT) (($ $) NIL (-12 (|has| |#3| (-189)) (|has| |#3| (-962))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962))) ELT) (($ $ (-1091)) NIL (-12 (|has| |#3| (-812 (-1091))) (|has| |#3| (-962))) ELT) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-962)) ELT) (($ $ (-1 |#3| |#3|) (-695)) NIL (|has| |#3| (-962)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#3| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#3| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#3| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#3| (-757)) ELT)) (-2687 (((-85) $ $) 24 (|has| |#3| (-757)) ELT)) (-3951 (($ $ |#3|) NIL (|has| |#3| (-312)) ELT)) (-3839 (($ $ $) NIL (|has| |#3| (-21)) ELT) (($ $) NIL (|has| |#3| (-21)) ELT)) (-3841 (($ $ $) NIL (|has| |#3| (-25)) ELT)) (** (($ $ (-695)) NIL (|has| |#3| (-962)) ELT) (($ $ (-831)) NIL (|has| |#3| (-962)) ELT)) (* (($ $ $) NIL (|has| |#3| (-962)) ELT) (($ $ |#3|) NIL (|has| |#3| (-664)) ELT) (($ |#3| $) NIL (|has| |#3| (-664)) ELT) (($ (-485) $) NIL (|has| |#3| (-21)) ELT) (($ (-695) $) NIL (|has| |#3| (-23)) ELT) (($ (-831) $) NIL (|has| |#3| (-25)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-1027 |#1| |#2| |#3|) (-196 |#1| |#3|) (-695) (-695) (-718)) (T -1027))
+NIL
+((-3312 (((-584 (-1149 |#2| |#1|)) (-1149 |#2| |#1|) (-1149 |#2| |#1|)) 50 T ELT)) (-3318 (((-485) (-1149 |#2| |#1|)) 95 (|has| |#1| (-392)) ELT)) (-3316 (((-485) (-1149 |#2| |#1|)) 79 T ELT)) (-3313 (((-584 (-1149 |#2| |#1|)) (-1149 |#2| |#1|) (-1149 |#2| |#1|)) 58 T ELT)) (-3317 (((-485) (-1149 |#2| |#1|) (-1149 |#2| |#1|)) 81 (|has| |#1| (-392)) ELT)) (-3314 (((-584 |#1|) (-1149 |#2| |#1|) (-1149 |#2| |#1|)) 61 T ELT)) (-3315 (((-485) (-1149 |#2| |#1|) (-1149 |#2| |#1|)) 78 T ELT)))
+(((-1028 |#1| |#2|) (-10 -7 (-15 -3312 ((-584 (-1149 |#2| |#1|)) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -3313 ((-584 (-1149 |#2| |#1|)) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -3314 ((-584 |#1|) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -3315 ((-485) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -3316 ((-485) (-1149 |#2| |#1|))) (IF (|has| |#1| (-392)) (PROGN (-15 -3317 ((-485) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -3318 ((-485) (-1149 |#2| |#1|)))) |%noBranch|)) (-741) (-1091)) (T -1028))
+((-3318 (*1 *2 *3) (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-392)) (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-485)) (-5 *1 (-1028 *4 *5)))) (-3317 (*1 *2 *3 *3) (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-392)) (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-485)) (-5 *1 (-1028 *4 *5)))) (-3316 (*1 *2 *3) (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-485)) (-5 *1 (-1028 *4 *5)))) (-3315 (*1 *2 *3 *3) (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-485)) (-5 *1 (-1028 *4 *5)))) (-3314 (*1 *2 *3 *3) (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-584 *4)) (-5 *1 (-1028 *4 *5)))) (-3313 (*1 *2 *3 *3) (-12 (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-584 (-1149 *5 *4))) (-5 *1 (-1028 *4 *5)) (-5 *3 (-1149 *5 *4)))) (-3312 (*1 *2 *3 *3) (-12 (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-584 (-1149 *5 *4))) (-5 *1 (-1028 *4 *5)) (-5 *3 (-1149 *5 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3320 (((-1096) $) 12 T ELT)) (-3319 (((-584 (-1096)) $) 14 T ELT)) (-3321 (($ (-584 (-1096)) (-1096)) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 29 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 17 T ELT)))
+(((-1029) (-13 (-1014) (-10 -8 (-15 -3321 ($ (-584 (-1096)) (-1096))) (-15 -3320 ((-1096) $)) (-15 -3319 ((-584 (-1096)) $))))) (T -1029))
+((-3321 (*1 *1 *2 *3) (-12 (-5 *2 (-584 (-1096))) (-5 *3 (-1096)) (-5 *1 (-1029)))) (-3320 (*1 *2 *1) (-12 (-5 *2 (-1096)) (-5 *1 (-1029)))) (-3319 (*1 *2 *1) (-12 (-5 *2 (-584 (-1096))) (-5 *1 (-1029)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3322 (($ (-447) (-1029)) 14 T ELT)) (-3321 (((-1029) $) 20 T ELT)) (-3544 (((-447) $) 17 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 27 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1030) (-13 (-996) (-10 -8 (-15 -3322 ($ (-447) (-1029))) (-15 -3544 ((-447) $)) (-15 -3321 ((-1029) $))))) (T -1030))
+((-3322 (*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-1029)) (-5 *1 (-1030)))) (-3544 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-1030)))) (-3321 (*1 *2 *1) (-12 (-5 *2 (-1029)) (-5 *1 (-1030)))))
+((-3625 (((-3 (-485) #1="failed") |#2| (-1091) |#2| (-1074)) 19 T ELT) (((-3 (-485) #1#) |#2| (-1091) (-751 |#2|)) 17 T ELT) (((-3 (-485) #1#) |#2|) 60 T ELT)))
+(((-1031 |#1| |#2|) (-10 -7 (-15 -3625 ((-3 (-485) #1="failed") |#2|)) (-15 -3625 ((-3 (-485) #1#) |#2| (-1091) (-751 |#2|))) (-15 -3625 ((-3 (-485) #1#) |#2| (-1091) |#2| (-1074)))) (-13 (-496) (-951 (-485)) (-581 (-485)) (-392)) (-13 (-27) (-1116) (-364 |#1|))) (T -1031))
+((-3625 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-1074)) (-4 *6 (-13 (-496) (-951 *2) (-581 *2) (-392))) (-5 *2 (-485)) (-5 *1 (-1031 *6 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *6))))) (-3625 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-751 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *6))) (-4 *6 (-13 (-496) (-951 *2) (-581 *2) (-392))) (-5 *2 (-485)) (-5 *1 (-1031 *6 *3)))) (-3625 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-496) (-951 *2) (-581 *2) (-392))) (-5 *2 (-485)) (-5 *1 (-1031 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4))))))
+((-3625 (((-3 (-485) #1="failed") (-350 (-858 |#1|)) (-1091) (-350 (-858 |#1|)) (-1074)) 38 T ELT) (((-3 (-485) #1#) (-350 (-858 |#1|)) (-1091) (-751 (-350 (-858 |#1|)))) 33 T ELT) (((-3 (-485) #1#) (-350 (-858 |#1|))) 14 T ELT)))
+(((-1032 |#1|) (-10 -7 (-15 -3625 ((-3 (-485) #1="failed") (-350 (-858 |#1|)))) (-15 -3625 ((-3 (-485) #1#) (-350 (-858 |#1|)) (-1091) (-751 (-350 (-858 |#1|))))) (-15 -3625 ((-3 (-485) #1#) (-350 (-858 |#1|)) (-1091) (-350 (-858 |#1|)) (-1074)))) (-392)) (T -1032))
+((-3625 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-350 (-858 *6))) (-5 *4 (-1091)) (-5 *5 (-1074)) (-4 *6 (-392)) (-5 *2 (-485)) (-5 *1 (-1032 *6)))) (-3625 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-751 (-350 (-858 *6)))) (-5 *3 (-350 (-858 *6))) (-4 *6 (-392)) (-5 *2 (-485)) (-5 *1 (-1032 *6)))) (-3625 (*1 *2 *3) (|partial| -12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-392)) (-5 *2 (-485)) (-5 *1 (-1032 *4)))))
+((-3651 (((-265 (-485)) (-48)) 12 T ELT)))
+(((-1033) (-10 -7 (-15 -3651 ((-265 (-485)) (-48))))) (T -1033))
+((-3651 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-265 (-485))) (-5 *1 (-1033)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) 22 T ELT)) (-3190 (((-85) $) 49 T ELT)) (-3323 (($ $ $) 28 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 75 T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-2048 (($ $ $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2043 (($ $ $ $) 59 T ELT)) (-3777 (($ $) NIL T ELT)) (-3973 (((-348 $) $) NIL T ELT)) (-1609 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) 61 T ELT)) (-3625 (((-485) $) NIL T ELT)) (-2443 (($ $ $) 56 T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL T ELT)) (-2566 (($ $ $) 42 T ELT)) (-2280 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 70 T ELT) (((-631 (-485)) (-631 $)) 8 T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3026 (((-3 (-350 (-485)) #1#) $) NIL T ELT)) (-3025 (((-85) $) NIL T ELT)) (-3024 (((-350 (-485)) $) NIL T ELT)) (-2996 (($) 73 T ELT) (($ $) 72 T ELT)) (-2565 (($ $ $) 41 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL T ELT)) (-3725 (((-85) $) NIL T ELT)) (-2041 (($ $ $ $) NIL T ELT)) (-2049 (($ $ $) 71 T ELT)) (-3188 (((-85) $) 76 T ELT)) (-1370 (($ $ $) NIL T ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL T ELT)) (-2563 (($ $ $) 27 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 50 T ELT)) (-2675 (((-85) $) 47 T ELT)) (-2562 (($ $) 23 T ELT)) (-3447 (((-633 $) $) NIL T ELT)) (-3189 (((-85) $) 60 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL T ELT)) (-2042 (($ $ $ $) 57 T ELT)) (-2533 (($ $ $) 52 T ELT) (($) 19 T CONST)) (-2859 (($ $ $) 51 T ELT) (($) 18 T CONST)) (-2045 (($ $) NIL T ELT)) (-2011 (((-831) $) 66 T ELT)) (-3835 (($ $) 55 T ELT)) (-2281 (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL T ELT) (((-631 (-485)) (-1180 $)) NIL T ELT)) (-1895 (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2040 (($ $ $) NIL T ELT)) (-3448 (($) NIL T CONST)) (-2401 (($ (-831)) 65 T ELT)) (-2047 (($ $) 33 T ELT)) (-3245 (((-1034) $) 54 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL T ELT)) (-3146 (($ $ $) 45 T ELT) (($ (-584 $)) NIL T ELT)) (-1368 (($ $) NIL T ELT)) (-3734 (((-348 $) $) NIL T ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL T ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL T ELT)) (-2676 (((-85) $) 48 T ELT)) (-1608 (((-695) $) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 44 T ELT)) (-3760 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2046 (($ $) 34 T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-485) $) 12 T ELT) (((-474) $) NIL T ELT) (((-801 (-485)) $) NIL T ELT) (((-330) $) NIL T ELT) (((-179) $) NIL T ELT)) (-3948 (((-773) $) 11 T ELT) (($ (-485)) 13 T ELT) (($ $) NIL T ELT) (($ (-485)) 13 T ELT)) (-3128 (((-695)) NIL T CONST)) (-2050 (((-85) $ $) NIL T ELT)) (-3103 (($ $ $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2696 (($) 17 T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2564 (($ $ $) 26 T ELT)) (-2044 (($ $ $ $) 58 T ELT)) (-3385 (($ $) 46 T ELT)) (-2312 (($ $ $) 25 T ELT)) (-2662 (($) 15 T CONST)) (-2668 (($) 16 T CONST)) (-2671 (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2568 (((-85) $ $) 32 T ELT)) (-2569 (((-85) $ $) 30 T ELT)) (-3058 (((-85) $ $) 21 T ELT)) (-2686 (((-85) $ $) 31 T ELT)) (-2687 (((-85) $ $) 29 T ELT)) (-2313 (($ $ $) 24 T ELT)) (-3839 (($ $) 35 T ELT) (($ $ $) 37 T ELT)) (-3841 (($ $ $) 36 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 40 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 14 T ELT) (($ $ $) 38 T ELT) (($ (-485) $) 14 T ELT)))
+(((-1034) (-13 (-484) (-753) (-84) (-10 -8 (-6 -3984) (-6 -3989) (-6 -3985) (-15 -3323 ($ $ $))))) (T -1034))
+((-3323 (*1 *1 *1 *1) (-5 *1 (-1034))))
+((-485) (|%ismall?| |#1|))
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3325 ((|#1| $) 40 T ELT)) (-3726 (($) 6 T CONST)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 52 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 49 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 48 T ELT)) (-3327 ((|#1| |#1| $) 42 T ELT)) (-3326 ((|#1| $) 41 T ELT)) (-2610 (((-584 |#1|) $) 47 T ELT)) (-3247 (((-85) |#1| $) 51 (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 34 T ELT)) (-3611 (($ |#1| $) 35 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-1276 ((|#1| $) 36 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 45 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3324 (((-695) $) 39 T ELT)) (-1731 (((-695) |#1| $) 50 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 46 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) 37 T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 44 T ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 43 T ELT)))
+(((-1035 |#1|) (-113) (-1130)) (T -1035))
+((-3327 (*1 *2 *2 *1) (-12 (-4 *1 (-1035 *2)) (-4 *2 (-1130)))) (-3326 (*1 *2 *1) (-12 (-4 *1 (-1035 *2)) (-4 *2 (-1130)))) (-3325 (*1 *2 *1) (-12 (-4 *1 (-1035 *2)) (-4 *2 (-1130)))) (-3324 (*1 *2 *1) (-12 (-4 *1 (-1035 *3)) (-4 *3 (-1130)) (-5 *2 (-695)))))
+(-13 (-76 |t#1|) (-318 |t#1|) (-10 -8 (-15 -3327 (|t#1| |t#1| $)) (-15 -3326 (|t#1| $)) (-15 -3325 (|t#1| $)) (-15 -3324 ((-695) $))))
+(((-34) . T) ((-76 |#1|) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1036 |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3726 (($) 6 T CONST)) (-3328 (($ (-1 |#1| |#1|) $) 33 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3402 (($ $) 9 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-1036 |#1|) (-113) (-1130)) (T -1036))
+((-3328 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1036 *3)) (-4 *3 (-1130)))))
+(-13 (-429 |t#1|) (-10 -8 (-15 -3328 ($ (-1 |t#1| |t#1|) $))))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-1014) |has| |#1| (-1014)) ((-1130) . T))
+((-3332 ((|#3| $) 87 T ELT)) (-3159 (((-3 (-485) #1="failed") $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 |#3| #1#) $) 50 T ELT)) (-3158 (((-485) $) NIL T ELT) (((-350 (-485)) $) NIL T ELT) ((|#3| $) 47 T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL T ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL T ELT) (((-2 (|:| |mat| (-631 |#3|)) (|:| |vec| (-1180 |#3|))) (-631 $) (-1180 $)) 84 T ELT) (((-631 |#3|) (-631 $)) 76 T ELT)) (-3760 (($ $ (-1 |#3| |#3|) (-695)) NIL T ELT) (($ $ (-1 |#3| |#3|)) 28 T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-1091)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT)) (-3331 ((|#3| $) 89 T ELT)) (-3333 ((|#4| $) 43 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ |#3|) 25 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 24 T ELT) (($ $ (-485)) 95 T ELT)))
+(((-1037 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091))) (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1|)) (-15 ** (|#1| |#1| (-485))) (-15 -3331 (|#3| |#1|)) (-15 -3332 (|#3| |#1|)) (-15 -3333 (|#4| |#1|)) (-15 -2280 ((-631 |#3|) (-631 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 |#3|)) (|:| |vec| (-1180 |#3|))) (-631 |#1|) (-1180 |#1|))) (-15 -2280 ((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 |#1|) (-1180 |#1|))) (-15 -2280 ((-631 (-485)) (-631 |#1|))) (-15 -3948 (|#1| |#3|)) (-15 -3159 ((-3 |#3| #1="failed") |#1|)) (-15 -3158 (|#3| |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3760 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3760 (|#1| |#1| (-1 |#3| |#3|) (-695))) (-15 -3948 (|#1| (-485))) (-15 ** (|#1| |#1| (-695))) (-15 ** (|#1| |#1| (-831))) (-15 -3948 ((-773) |#1|))) (-1038 |#2| |#3| |#4| |#5|) (-695) (-962) (-196 |#2| |#3|) (-196 |#2| |#3|)) (T -1037))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3332 ((|#2| $) 90 T ELT)) (-3122 (((-85) $) 132 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3124 (((-85) $) 130 T ELT)) (-3335 (($ |#2|) 93 T ELT)) (-3726 (($) 23 T CONST)) (-3111 (($ $) 149 (|has| |#2| (-258)) ELT)) (-3113 ((|#3| $ (-485)) 144 T ELT)) (-3159 (((-3 (-485) #1="failed") $) 109 (|has| |#2| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) 106 (|has| |#2| (-951 (-350 (-485)))) ELT) (((-3 |#2| #1#) $) 103 T ELT)) (-3158 (((-485) $) 108 (|has| |#2| (-951 (-485))) ELT) (((-350 (-485)) $) 105 (|has| |#2| (-951 (-350 (-485)))) ELT) ((|#2| $) 104 T ELT)) (-2280 (((-631 (-485)) (-631 $)) 99 (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 98 (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) 97 T ELT) (((-631 |#2|) (-631 $)) 96 T ELT)) (-3844 ((|#2| (-1 |#2| |#2| |#2|) $) 114 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 113 T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 110 (|has| |#2| (-72)) ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3110 (((-695) $) 150 (|has| |#2| (-496)) ELT)) (-3114 ((|#2| $ (-485) (-485)) 142 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3109 (((-695) $) 151 (|has| |#2| (-496)) ELT)) (-3108 (((-584 |#4|) $) 152 (|has| |#2| (-496)) ELT)) (-3116 (((-695) $) 138 T ELT)) (-3115 (((-695) $) 139 T ELT)) (-3329 ((|#2| $) 85 (|has| |#2| (-6 (-3999 #2="*"))) ELT)) (-3120 (((-485) $) 134 T ELT)) (-3118 (((-485) $) 136 T ELT)) (-2610 (((-584 |#2|) $) 115 T ELT)) (-3247 (((-85) |#2| $) 111 (|has| |#2| (-72)) ELT)) (-3119 (((-485) $) 135 T ELT)) (-3117 (((-485) $) 137 T ELT)) (-3125 (($ (-584 (-584 |#2|))) 129 T ELT)) (-3960 (($ (-1 |#2| |#2| |#2|) $ $) 146 T ELT) (($ (-1 |#2| |#2|) $) 124 T ELT)) (-3596 (((-584 (-584 |#2|)) $) 140 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 101 (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 100 (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) 95 T ELT) (((-631 |#2|) (-1180 $)) 94 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3592 (((-3 $ "failed") $) 84 (|has| |#2| (-312)) ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3468 (((-3 $ "failed") $ |#2|) 147 (|has| |#2| (-496)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) 117 T ELT)) (-3770 (($ $ (-584 (-249 |#2|))) 123 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) 122 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) 121 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) 120 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT)) (-1223 (((-85) $ $) 128 T ELT)) (-3405 (((-85) $) 125 T ELT)) (-3567 (($) 126 T ELT)) (-3802 ((|#2| $ (-485) (-485) |#2|) 143 T ELT) ((|#2| $ (-485) (-485)) 141 T ELT)) (-3760 (($ $ (-1 |#2| |#2|) (-695)) 65 T ELT) (($ $ (-1 |#2| |#2|)) 64 T ELT) (($ $) 55 (|has| |#2| (-189)) ELT) (($ $ (-695)) 53 (|has| |#2| (-189)) ELT) (($ $ (-1091)) 63 (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 61 (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 60 (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 59 (|has| |#2| (-812 (-1091))) ELT)) (-3331 ((|#2| $) 89 T ELT)) (-3334 (($ (-584 |#2|)) 92 T ELT)) (-3123 (((-85) $) 131 T ELT)) (-3333 ((|#3| $) 91 T ELT)) (-3330 ((|#2| $) 86 (|has| |#2| (-6 (-3999 #2#))) ELT)) (-1731 (((-695) (-1 (-85) |#2|) $) 116 T ELT) (((-695) |#2| $) 112 (|has| |#2| (-72)) ELT)) (-3402 (($ $) 127 T ELT)) (-3112 ((|#4| $ (-485)) 145 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ (-350 (-485))) 107 (|has| |#2| (-951 (-350 (-485)))) ELT) (($ |#2|) 102 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-1733 (((-85) (-1 (-85) |#2|) $) 118 T ELT)) (-3121 (((-85) $) 133 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1 |#2| |#2|) (-695)) 67 T ELT) (($ $ (-1 |#2| |#2|)) 66 T ELT) (($ $) 54 (|has| |#2| (-189)) ELT) (($ $ (-695)) 52 (|has| |#2| (-189)) ELT) (($ $ (-1091)) 62 (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 58 (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 57 (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 56 (|has| |#2| (-812 (-1091))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#2|) 148 (|has| |#2| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 83 (|has| |#2| (-312)) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#2|) 154 T ELT) (($ |#2| $) 153 T ELT) ((|#4| $ |#4|) 88 T ELT) ((|#3| |#3| $) 87 T ELT)) (-3959 (((-695) $) 119 T ELT)))
+(((-1038 |#1| |#2| |#3| |#4|) (-113) (-695) (-962) (-196 |t#1| |t#2|) (-196 |t#1| |t#2|)) (T -1038))
+((-3335 (*1 *1 *2) (-12 (-4 *2 (-962)) (-4 *1 (-1038 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2)))) (-3334 (*1 *1 *2) (-12 (-5 *2 (-584 *4)) (-4 *4 (-962)) (-4 *1 (-1038 *3 *4 *5 *6)) (-4 *5 (-196 *3 *4)) (-4 *6 (-196 *3 *4)))) (-3333 (*1 *2 *1) (-12 (-4 *1 (-1038 *3 *4 *2 *5)) (-4 *4 (-962)) (-4 *5 (-196 *3 *4)) (-4 *2 (-196 *3 *4)))) (-3332 (*1 *2 *1) (-12 (-4 *1 (-1038 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2)) (-4 *2 (-962)))) (-3331 (*1 *2 *1) (-12 (-4 *1 (-1038 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2)) (-4 *2 (-962)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1038 *3 *4 *5 *2)) (-4 *4 (-962)) (-4 *5 (-196 *3 *4)) (-4 *2 (-196 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1038 *3 *4 *2 *5)) (-4 *4 (-962)) (-4 *2 (-196 *3 *4)) (-4 *5 (-196 *3 *4)))) (-3330 (*1 *2 *1) (-12 (-4 *1 (-1038 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2)) (|has| *2 (-6 (-3999 #1="*"))) (-4 *2 (-962)))) (-3329 (*1 *2 *1) (-12 (-4 *1 (-1038 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2)) (|has| *2 (-6 (-3999 #1#))) (-4 *2 (-962)))) (-3592 (*1 *1 *1) (|partial| -12 (-4 *1 (-1038 *2 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-196 *2 *3)) (-4 *5 (-196 *2 *3)) (-4 *3 (-312)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-1038 *3 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-196 *3 *4)) (-4 *6 (-196 *3 *4)) (-4 *4 (-312)))))
+(-13 (-184 |t#2|) (-82 |t#2| |t#2|) (-966 |t#1| |t#1| |t#2| |t#3| |t#4|) (-355 |t#2|) (-329 |t#2|) (-10 -8 (IF (|has| |t#2| (-146)) (-6 (-655 |t#2|)) |%noBranch|) (-15 -3335 ($ |t#2|)) (-15 -3334 ($ (-584 |t#2|))) (-15 -3333 (|t#3| $)) (-15 -3332 (|t#2| $)) (-15 -3331 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-3999 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -3330 (|t#2| $)) (-15 -3329 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-312)) (PROGN (-15 -3592 ((-3 $ "failed") $)) (-15 ** ($ $ (-485)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-3999 #1="*"))) ((-72) . T) ((-82 |#2| |#2|) . T) ((-104) . T) ((-556 (-350 (-485))) |has| |#2| (-951 (-350 (-485)))) ((-556 (-485)) . T) ((-556 |#2|) . T) ((-553 (-773)) . T) ((-186 $) OR (|has| |#2| (-189)) (|has| |#2| (-190))) ((-184 |#2|) . T) ((-190) |has| |#2| (-190)) ((-189) OR (|has| |#2| (-189)) (|has| |#2| (-190))) ((-225 |#2|) . T) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-318 |#2|) . T) ((-329 |#2|) . T) ((-355 |#2|) . T) ((-429 |#2|) . T) ((-456 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-13) . T) ((-589 (-485)) . T) ((-589 |#2|) . T) ((-589 $) . T) ((-591 (-485)) |has| |#2| (-581 (-485))) ((-591 |#2|) . T) ((-591 $) . T) ((-583 |#2|) OR (|has| |#2| (-146)) (|has| |#2| (-6 (-3999 #1#)))) ((-581 (-485)) |has| |#2| (-581 (-485))) ((-581 |#2|) . T) ((-655 |#2|) OR (|has| |#2| (-146)) (|has| |#2| (-6 (-3999 #1#)))) ((-664) . T) ((-807 $ (-1091)) OR (|has| |#2| (-812 (-1091))) (|has| |#2| (-810 (-1091)))) ((-810 (-1091)) |has| |#2| (-810 (-1091))) ((-812 (-1091)) OR (|has| |#2| (-812 (-1091))) (|has| |#2| (-810 (-1091)))) ((-966 |#1| |#1| |#2| |#3| |#4|) . T) ((-951 (-350 (-485))) |has| |#2| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#2| (-951 (-485))) ((-951 |#2|) . T) ((-964 |#2|) . T) ((-969 |#2|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-3338 ((|#4| |#4|) 81 T ELT)) (-3336 ((|#4| |#4|) 76 T ELT)) (-3340 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2013 (-584 |#3|))) |#4| |#3|) 91 T ELT)) (-3339 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 80 T ELT)) (-3337 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 78 T ELT)))
+(((-1039 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3336 (|#4| |#4|)) (-15 -3337 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3338 (|#4| |#4|)) (-15 -3339 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -3340 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2013 (-584 |#3|))) |#4| |#3|))) (-258) (-324 |#1|) (-324 |#1|) (-628 |#1| |#2| |#3|)) (T -1039))
+((-3340 (*1 *2 *3 *4) (-12 (-4 *5 (-258)) (-4 *6 (-324 *5)) (-4 *4 (-324 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2013 (-584 *4)))) (-5 *1 (-1039 *5 *6 *4 *3)) (-4 *3 (-628 *5 *6 *4)))) (-3339 (*1 *2 *3) (-12 (-4 *4 (-258)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1039 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6)))) (-3338 (*1 *2 *2) (-12 (-4 *3 (-258)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-1039 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))) (-3337 (*1 *2 *3) (-12 (-4 *4 (-258)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1039 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6)))) (-3336 (*1 *2 *2) (-12 (-4 *3 (-258)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-1039 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 18 T ELT)) (-3083 (((-584 |#2|) $) 174 T ELT)) (-3085 (((-1086 $) $ |#2|) 60 T ELT) (((-1086 |#1|) $) 49 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 116 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 118 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 120 (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 |#2|)) 214 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) 167 T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 |#2| #1#) $) NIL T ELT)) (-3158 ((|#1| $) 165 T ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) ((|#2| $) NIL T ELT)) (-3758 (($ $ $ |#2|) NIL (|has| |#1| (-146)) ELT)) (-3961 (($ $) 218 T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) 90 T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT) (($ $ |#2|) NIL (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-822)) ELT)) (-1625 (($ $ |#1| (-470 |#2|) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| |#1| (-797 (-330))) (|has| |#2| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| |#1| (-797 (-485))) (|has| |#2| (-797 (-485)))) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 20 T ELT)) (-2421 (((-695) $) 30 T ELT)) (-3086 (($ (-1086 |#1|) |#2|) 54 T ELT) (($ (-1086 $) |#2|) 71 T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) 38 T ELT)) (-2895 (($ |#1| (-470 |#2|)) 78 T ELT) (($ $ |#2| (-695)) 58 T ELT) (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ |#2|) NIL T ELT)) (-2822 (((-470 |#2|) $) 205 T ELT) (((-695) $ |#2|) 206 T ELT) (((-584 (-695)) $ (-584 |#2|)) 207 T ELT)) (-1626 (($ (-1 (-470 |#2|) (-470 |#2|)) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 128 T ELT)) (-3084 (((-3 |#2| #1#) $) 177 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2896 (($ $) 217 T ELT)) (-3176 ((|#1| $) 43 T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| |#2|) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) 39 T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 148 (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) 153 (|has| |#1| (-392)) ELT) (($ $ $) 138 (|has| |#1| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-822)) ELT)) (-3468 (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ $) 126 (|has| |#1| (-496)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ |#2| |#1|) 180 T ELT) (($ $ (-584 |#2|) (-584 |#1|)) 195 T ELT) (($ $ |#2| $) 179 T ELT) (($ $ (-584 |#2|) (-584 $)) 194 T ELT)) (-3759 (($ $ |#2|) NIL (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT) (($ $ |#2| (-695)) NIL T ELT) (($ $ (-584 |#2|)) NIL T ELT) (($ $ |#2|) 216 T ELT)) (-3950 (((-470 |#2|) $) 201 T ELT) (((-695) $ |#2|) 196 T ELT) (((-584 (-695)) $ (-584 |#2|)) 199 T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| |#1| (-554 (-801 (-330)))) (|has| |#2| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| |#1| (-554 (-801 (-485)))) (|has| |#2| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| |#1| (-554 (-474))) (|has| |#2| (-554 (-474)))) ELT)) (-2819 ((|#1| $) 134 (|has| |#1| (-392)) ELT) (($ $ |#2|) 137 (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3948 (((-773) $) 159 T ELT) (($ (-485)) 84 T ELT) (($ |#1|) 85 T ELT) (($ |#2|) 33 T ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-3819 (((-584 |#1|) $) 162 T ELT)) (-3679 ((|#1| $ (-470 |#2|)) 80 T ELT) (($ $ |#2| (-695)) NIL T ELT) (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) 87 T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) 123 (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 12 T CONST)) (-2668 (($) 14 T CONST)) (-2671 (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT) (($ $ |#2| (-695)) NIL T ELT) (($ $ (-584 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-3058 (((-85) $ $) 106 T ELT)) (-3951 (($ $ |#1|) 132 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 93 T ELT) (($ $ $) 104 T ELT)) (-3841 (($ $ $) 55 T ELT)) (** (($ $ (-831)) 110 T ELT) (($ $ (-695)) 109 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 96 T ELT) (($ $ $) 72 T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 99 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-1040 |#1| |#2|) (-862 |#1| (-470 |#2|) |#2|) (-962) (-757)) (T -1040))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 |#2|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3494 (($ $) 149 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 125 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3492 (($ $) 145 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 121 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3496 (($ $) 153 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 129 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3816 (((-858 |#1|) $ (-695)) NIL T ELT) (((-858 |#1|) $ (-695) (-695)) NIL T ELT)) (-2894 (((-85) $) NIL T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-695) $ |#2|) NIL T ELT) (((-695) $ |#2| (-695)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ $ (-584 |#2|) (-584 (-470 |#2|))) NIL T ELT) (($ $ |#2| (-470 |#2|)) NIL T ELT) (($ |#1| (-470 |#2|)) NIL T ELT) (($ $ |#2| (-695)) 63 T ELT) (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3944 (($ $) 119 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3814 (($ $ |#2|) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ |#2| |#1|) 171 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3678 (($ (-1 $) |#2| |#1|) 170 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3771 (($ $ (-695)) 17 T ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-3945 (($ $) 117 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (($ $ |#2| $) 104 T ELT) (($ $ (-584 |#2|) (-584 $)) 99 T ELT) (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT)) (-3760 (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT) (($ $ |#2| (-695)) NIL T ELT) (($ $ (-584 |#2|)) NIL T ELT) (($ $ |#2|) 106 T ELT)) (-3950 (((-470 |#2|) $) NIL T ELT)) (-3341 (((-1 (-1070 |#3|) |#3|) (-584 |#2|) (-584 (-1070 |#3|))) 87 T ELT)) (-3497 (($ $) 155 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 131 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 151 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 127 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 147 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 123 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) 19 T ELT)) (-3948 (((-773) $) 194 T ELT) (($ (-485)) NIL T ELT) (($ |#1|) 45 (|has| |#1| (-146)) ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#2|) 70 T ELT) (($ |#3|) 68 T ELT)) (-3679 ((|#1| $ (-470 |#2|)) NIL T ELT) (($ $ |#2| (-695)) NIL T ELT) (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT) ((|#3| $ (-695)) 43 T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) 161 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 137 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) 157 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 133 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 165 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 141 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) 167 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 143 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 163 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 139 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 159 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 135 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 52 T CONST)) (-2668 (($) 62 T CONST)) (-2671 (($ $ (-584 |#2|) (-584 (-695))) NIL T ELT) (($ $ |#2| (-695)) NIL T ELT) (($ $ (-584 |#2|)) NIL T ELT) (($ $ |#2|) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) 196 (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 66 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 77 T ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 109 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 65 T ELT) (($ $ (-350 (-485))) 114 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) 112 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 48 T ELT) (($ $ |#1|) 49 T ELT) (($ |#3| $) 47 T ELT)))
+(((-1041 |#1| |#2| |#3|) (-13 (-680 |#1| |#2|) (-10 -8 (-15 -3679 (|#3| $ (-695))) (-15 -3948 ($ |#2|)) (-15 -3948 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -3341 ((-1 (-1070 |#3|) |#3|) (-584 |#2|) (-584 (-1070 |#3|)))) (IF (|has| |#1| (-38 (-350 (-485)))) (PROGN (-15 -3814 ($ $ |#2| |#1|)) (-15 -3678 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-962) (-757) (-862 |#1| (-470 |#2|) |#2|)) (T -1041))
+((-3679 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *2 (-862 *4 (-470 *5) *5)) (-5 *1 (-1041 *4 *5 *2)) (-4 *4 (-962)) (-4 *5 (-757)))) (-3948 (*1 *1 *2) (-12 (-4 *3 (-962)) (-4 *2 (-757)) (-5 *1 (-1041 *3 *2 *4)) (-4 *4 (-862 *3 (-470 *2) *2)))) (-3948 (*1 *1 *2) (-12 (-4 *3 (-962)) (-4 *4 (-757)) (-5 *1 (-1041 *3 *4 *2)) (-4 *2 (-862 *3 (-470 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-962)) (-4 *4 (-757)) (-5 *1 (-1041 *3 *4 *2)) (-4 *2 (-862 *3 (-470 *4) *4)))) (-3341 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *6)) (-5 *4 (-584 (-1070 *7))) (-4 *6 (-757)) (-4 *7 (-862 *5 (-470 *6) *6)) (-4 *5 (-962)) (-5 *2 (-1 (-1070 *7) *7)) (-5 *1 (-1041 *5 *6 *7)))) (-3814 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-4 *2 (-757)) (-5 *1 (-1041 *3 *2 *4)) (-4 *4 (-862 *3 (-470 *2) *2)))) (-3678 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1041 *4 *3 *5))) (-4 *4 (-38 (-350 (-485)))) (-4 *4 (-962)) (-4 *3 (-757)) (-5 *1 (-1041 *4 *3 *5)) (-4 *5 (-862 *4 (-470 *3) *3)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3683 (((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 |#4|)))) (-584 |#4|)) 90 T ELT)) (-3684 (((-584 $) (-584 |#4|)) 91 T ELT) (((-584 $) (-584 |#4|) (-85)) 119 T ELT)) (-3083 (((-584 |#3|) $) 38 T ELT)) (-2910 (((-85) $) 31 T ELT)) (-2901 (((-85) $) 22 (|has| |#1| (-496)) ELT)) (-3695 (((-85) |#4| $) 106 T ELT) (((-85) $) 102 T ELT)) (-3690 ((|#4| |#4| $) 97 T ELT)) (-3777 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| $) 134 T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3712 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 84 T ELT)) (-3726 (($) 57 T CONST)) (-2906 (((-85) $) 27 (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) 29 (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) 28 (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) 30 (|has| |#1| (-496)) ELT)) (-3691 (((-584 |#4|) (-584 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 98 T ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) 23 (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) 24 (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ "failed") (-584 |#4|)) 41 T ELT)) (-3158 (($ (-584 |#4|)) 40 T ELT)) (-3801 (((-3 $ #1#) $) 87 T ELT)) (-3687 ((|#4| |#4| $) 94 T ELT)) (-1354 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3408 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-496)) ELT)) (-3696 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) 107 T ELT)) (-3685 ((|#4| |#4| $) 92 T ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 99 T ELT)) (-3698 (((-2 (|:| -3863 (-584 |#4|)) (|:| -1703 (-584 |#4|))) $) 110 T ELT)) (-3199 (((-85) |#4| $) 144 T ELT)) (-3197 (((-85) |#4| $) 141 T ELT)) (-3200 (((-85) |#4| $) 145 T ELT) (((-85) $) 142 T ELT)) (-3697 (((-85) |#4| $) 109 T ELT) (((-85) $) 108 T ELT)) (-3182 ((|#3| $) 39 T ELT)) (-2610 (((-584 |#4|) $) 47 T ELT)) (-3247 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3328 (($ (-1 |#4| |#4|) $) 116 T ELT)) (-3960 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2916 (((-584 |#3|) $) 37 T ELT)) (-2915 (((-85) |#3| $) 36 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3193 (((-3 |#4| (-584 $)) |#4| |#4| $) 136 T ELT)) (-3192 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| |#4| $) 135 T ELT)) (-3800 (((-3 |#4| #1#) $) 88 T ELT)) (-3194 (((-584 $) |#4| $) 137 T ELT)) (-3196 (((-3 (-85) (-584 $)) |#4| $) 140 T ELT)) (-3195 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 $))) |#4| $) 139 T ELT) (((-85) |#4| $) 138 T ELT)) (-3240 (((-584 $) |#4| $) 133 T ELT) (((-584 $) (-584 |#4|) $) 132 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 131 T ELT) (((-584 $) |#4| (-584 $)) 130 T ELT)) (-3442 (($ |#4| $) 125 T ELT) (($ (-584 |#4|) $) 124 T ELT)) (-3699 (((-584 |#4|) $) 112 T ELT)) (-3693 (((-85) |#4| $) 104 T ELT) (((-85) $) 100 T ELT)) (-3688 ((|#4| |#4| $) 95 T ELT)) (-3701 (((-85) $ $) 115 T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-496)) ELT)) (-3694 (((-85) |#4| $) 105 T ELT) (((-85) $) 101 T ELT)) (-3689 ((|#4| |#4| $) 96 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3803 (((-3 |#4| #1#) $) 89 T ELT)) (-1355 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-3681 (((-3 $ #1#) $ |#4|) 83 T ELT)) (-3771 (($ $ |#4|) 82 T ELT) (((-584 $) |#4| $) 123 T ELT) (((-584 $) |#4| (-584 $)) 122 T ELT) (((-584 $) (-584 |#4|) $) 121 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 120 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) 53 T ELT)) (-3405 (((-85) $) 56 T ELT)) (-3567 (($) 55 T ELT)) (-3950 (((-695) $) 111 T ELT)) (-1731 (((-695) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) 46 T ELT)) (-3402 (($ $) 54 T ELT)) (-3974 (((-474) $) 69 (|has| |#4| (-554 (-474))) ELT)) (-3532 (($ (-584 |#4|)) 63 T ELT)) (-2912 (($ $ |#3|) 33 T ELT)) (-2914 (($ $ |#3|) 35 T ELT)) (-3686 (($ $) 93 T ELT)) (-2913 (($ $ |#3|) 34 T ELT)) (-3948 (((-773) $) 13 T ELT) (((-584 |#4|) $) 42 T ELT)) (-3680 (((-695) $) 81 (|has| |#3| (-320)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4| |#4|)) 114 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) 113 T ELT)) (-3692 (((-85) $ (-1 (-85) |#4| (-584 |#4|))) 103 T ELT)) (-3191 (((-584 $) |#4| $) 129 T ELT) (((-584 $) |#4| (-584 $)) 128 T ELT) (((-584 $) (-584 |#4|) $) 127 T ELT) (((-584 $) (-584 |#4|) (-584 $)) 126 T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3682 (((-584 |#3|) $) 86 T ELT)) (-3198 (((-85) |#4| $) 143 T ELT)) (-3935 (((-85) |#3| $) 85 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3959 (((-695) $) 43 T ELT)))
+(((-1042 |#1| |#2| |#3| |#4|) (-113) (-392) (-718) (-757) (-978 |t#1| |t#2| |t#3|)) (T -1042))
+NIL
+(-13 (-1021 |t#1| |t#2| |t#3| |t#4|) (-708 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-72) . T) ((-553 (-584 |#4|)) . T) ((-553 (-773)) . T) ((-124 |#4|) . T) ((-554 (-474)) |has| |#4| (-554 (-474))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-456 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-13) . T) ((-708 |#1| |#2| |#3| |#4|) . T) ((-890 |#1| |#2| |#3| |#4|) . T) ((-984 |#1| |#2| |#3| |#4|) . T) ((-1014) . T) ((-1036 |#4|) . T) ((-1021 |#1| |#2| |#3| |#4|) . T) ((-1125 |#1| |#2| |#3| |#4|) . T) ((-1130) . T))
+((-3575 (((-584 |#2|) |#1|) 15 T ELT)) (-3347 (((-584 |#2|) |#2| |#2| |#2| |#2| |#2|) 47 T ELT) (((-584 |#2|) |#1|) 61 T ELT)) (-3345 (((-584 |#2|) |#2| |#2| |#2|) 45 T ELT) (((-584 |#2|) |#1|) 59 T ELT)) (-3342 ((|#2| |#1|) 54 T ELT)) (-3343 (((-2 (|:| |solns| (-584 |#2|)) (|:| |maps| (-584 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 20 T ELT)) (-3344 (((-584 |#2|) |#2| |#2|) 42 T ELT) (((-584 |#2|) |#1|) 58 T ELT)) (-3346 (((-584 |#2|) |#2| |#2| |#2| |#2|) 46 T ELT) (((-584 |#2|) |#1|) 60 T ELT)) (-3351 ((|#2| |#2| |#2| |#2| |#2| |#2|) 53 T ELT)) (-3349 ((|#2| |#2| |#2| |#2|) 51 T ELT)) (-3348 ((|#2| |#2| |#2|) 50 T ELT)) (-3350 ((|#2| |#2| |#2| |#2| |#2|) 52 T ELT)))
+(((-1043 |#1| |#2|) (-10 -7 (-15 -3575 ((-584 |#2|) |#1|)) (-15 -3342 (|#2| |#1|)) (-15 -3343 ((-2 (|:| |solns| (-584 |#2|)) (|:| |maps| (-584 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -3344 ((-584 |#2|) |#1|)) (-15 -3345 ((-584 |#2|) |#1|)) (-15 -3346 ((-584 |#2|) |#1|)) (-15 -3347 ((-584 |#2|) |#1|)) (-15 -3344 ((-584 |#2|) |#2| |#2|)) (-15 -3345 ((-584 |#2|) |#2| |#2| |#2|)) (-15 -3346 ((-584 |#2|) |#2| |#2| |#2| |#2|)) (-15 -3347 ((-584 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3348 (|#2| |#2| |#2|)) (-15 -3349 (|#2| |#2| |#2| |#2|)) (-15 -3350 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3351 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1156 |#2|) (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (T -1043))
+((-3351 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *1 (-1043 *3 *2)) (-4 *3 (-1156 *2)))) (-3350 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *1 (-1043 *3 *2)) (-4 *3 (-1156 *2)))) (-3349 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *1 (-1043 *3 *2)) (-4 *3 (-1156 *2)))) (-3348 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *1 (-1043 *3 *2)) (-4 *3 (-1156 *2)))) (-3347 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *2 (-584 *3)) (-5 *1 (-1043 *4 *3)) (-4 *4 (-1156 *3)))) (-3346 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *2 (-584 *3)) (-5 *1 (-1043 *4 *3)) (-4 *4 (-1156 *3)))) (-3345 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *2 (-584 *3)) (-5 *1 (-1043 *4 *3)) (-4 *4 (-1156 *3)))) (-3344 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *2 (-584 *3)) (-5 *1 (-1043 *4 *3)) (-4 *4 (-1156 *3)))) (-3347 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *2 (-584 *4)) (-5 *1 (-1043 *3 *4)) (-4 *3 (-1156 *4)))) (-3346 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *2 (-584 *4)) (-5 *1 (-1043 *3 *4)) (-4 *3 (-1156 *4)))) (-3345 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *2 (-584 *4)) (-5 *1 (-1043 *3 *4)) (-4 *3 (-1156 *4)))) (-3344 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *2 (-584 *4)) (-5 *1 (-1043 *3 *4)) (-4 *3 (-1156 *4)))) (-3343 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *2 (-2 (|:| |solns| (-584 *5)) (|:| |maps| (-584 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1043 *3 *5)) (-4 *3 (-1156 *5)))) (-3342 (*1 *2 *3) (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *1 (-1043 *3 *2)) (-4 *3 (-1156 *2)))) (-3575 (*1 *2 *3) (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485))))))) (-5 *2 (-584 *4)) (-5 *1 (-1043 *3 *4)) (-4 *3 (-1156 *4)))))
+((-3352 (((-584 (-584 (-249 (-265 |#1|)))) (-584 (-249 (-350 (-858 |#1|))))) 119 T ELT) (((-584 (-584 (-249 (-265 |#1|)))) (-584 (-249 (-350 (-858 |#1|)))) (-584 (-1091))) 118 T ELT) (((-584 (-584 (-249 (-265 |#1|)))) (-584 (-350 (-858 |#1|)))) 116 T ELT) (((-584 (-584 (-249 (-265 |#1|)))) (-584 (-350 (-858 |#1|))) (-584 (-1091))) 113 T ELT) (((-584 (-249 (-265 |#1|))) (-249 (-350 (-858 |#1|)))) 97 T ELT) (((-584 (-249 (-265 |#1|))) (-249 (-350 (-858 |#1|))) (-1091)) 98 T ELT) (((-584 (-249 (-265 |#1|))) (-350 (-858 |#1|))) 92 T ELT) (((-584 (-249 (-265 |#1|))) (-350 (-858 |#1|)) (-1091)) 82 T ELT)) (-3353 (((-584 (-584 (-265 |#1|))) (-584 (-350 (-858 |#1|))) (-584 (-1091))) 111 T ELT) (((-584 (-265 |#1|)) (-350 (-858 |#1|)) (-1091)) 54 T ELT)) (-3354 (((-1081 (-584 (-265 |#1|)) (-584 (-249 (-265 |#1|)))) (-350 (-858 |#1|)) (-1091)) 123 T ELT) (((-1081 (-584 (-265 |#1|)) (-584 (-249 (-265 |#1|)))) (-249 (-350 (-858 |#1|))) (-1091)) 122 T ELT)))
+(((-1044 |#1|) (-10 -7 (-15 -3352 ((-584 (-249 (-265 |#1|))) (-350 (-858 |#1|)) (-1091))) (-15 -3352 ((-584 (-249 (-265 |#1|))) (-350 (-858 |#1|)))) (-15 -3352 ((-584 (-249 (-265 |#1|))) (-249 (-350 (-858 |#1|))) (-1091))) (-15 -3352 ((-584 (-249 (-265 |#1|))) (-249 (-350 (-858 |#1|))))) (-15 -3352 ((-584 (-584 (-249 (-265 |#1|)))) (-584 (-350 (-858 |#1|))) (-584 (-1091)))) (-15 -3352 ((-584 (-584 (-249 (-265 |#1|)))) (-584 (-350 (-858 |#1|))))) (-15 -3352 ((-584 (-584 (-249 (-265 |#1|)))) (-584 (-249 (-350 (-858 |#1|)))) (-584 (-1091)))) (-15 -3352 ((-584 (-584 (-249 (-265 |#1|)))) (-584 (-249 (-350 (-858 |#1|)))))) (-15 -3353 ((-584 (-265 |#1|)) (-350 (-858 |#1|)) (-1091))) (-15 -3353 ((-584 (-584 (-265 |#1|))) (-584 (-350 (-858 |#1|))) (-584 (-1091)))) (-15 -3354 ((-1081 (-584 (-265 |#1|)) (-584 (-249 (-265 |#1|)))) (-249 (-350 (-858 |#1|))) (-1091))) (-15 -3354 ((-1081 (-584 (-265 |#1|)) (-584 (-249 (-265 |#1|)))) (-350 (-858 |#1|)) (-1091)))) (-13 (-258) (-120))) (T -1044))
+((-3354 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-1081 (-584 (-265 *5)) (-584 (-249 (-265 *5))))) (-5 *1 (-1044 *5)))) (-3354 (*1 *2 *3 *4) (-12 (-5 *3 (-249 (-350 (-858 *5)))) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-1081 (-584 (-265 *5)) (-584 (-249 (-265 *5))))) (-5 *1 (-1044 *5)))) (-3353 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-350 (-858 *5)))) (-5 *4 (-584 (-1091))) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-584 (-265 *5)))) (-5 *1 (-1044 *5)))) (-3353 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-265 *5))) (-5 *1 (-1044 *5)))) (-3352 (*1 *2 *3) (-12 (-5 *3 (-584 (-249 (-350 (-858 *4))))) (-4 *4 (-13 (-258) (-120))) (-5 *2 (-584 (-584 (-249 (-265 *4))))) (-5 *1 (-1044 *4)))) (-3352 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-249 (-350 (-858 *5))))) (-5 *4 (-584 (-1091))) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-584 (-249 (-265 *5))))) (-5 *1 (-1044 *5)))) (-3352 (*1 *2 *3) (-12 (-5 *3 (-584 (-350 (-858 *4)))) (-4 *4 (-13 (-258) (-120))) (-5 *2 (-584 (-584 (-249 (-265 *4))))) (-5 *1 (-1044 *4)))) (-3352 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-350 (-858 *5)))) (-5 *4 (-584 (-1091))) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-584 (-249 (-265 *5))))) (-5 *1 (-1044 *5)))) (-3352 (*1 *2 *3) (-12 (-5 *3 (-249 (-350 (-858 *4)))) (-4 *4 (-13 (-258) (-120))) (-5 *2 (-584 (-249 (-265 *4)))) (-5 *1 (-1044 *4)))) (-3352 (*1 *2 *3 *4) (-12 (-5 *3 (-249 (-350 (-858 *5)))) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-249 (-265 *5)))) (-5 *1 (-1044 *5)))) (-3352 (*1 *2 *3) (-12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-13 (-258) (-120))) (-5 *2 (-584 (-249 (-265 *4)))) (-5 *1 (-1044 *4)))) (-3352 (*1 *2 *3 *4) (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-249 (-265 *5)))) (-5 *1 (-1044 *5)))))
+((-3356 (((-350 (-1086 (-265 |#1|))) (-1180 (-265 |#1|)) (-350 (-1086 (-265 |#1|))) (-485)) 36 T ELT)) (-3355 (((-350 (-1086 (-265 |#1|))) (-350 (-1086 (-265 |#1|))) (-350 (-1086 (-265 |#1|))) (-350 (-1086 (-265 |#1|)))) 48 T ELT)))
+(((-1045 |#1|) (-10 -7 (-15 -3355 ((-350 (-1086 (-265 |#1|))) (-350 (-1086 (-265 |#1|))) (-350 (-1086 (-265 |#1|))) (-350 (-1086 (-265 |#1|))))) (-15 -3356 ((-350 (-1086 (-265 |#1|))) (-1180 (-265 |#1|)) (-350 (-1086 (-265 |#1|))) (-485)))) (-496)) (T -1045))
+((-3356 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-350 (-1086 (-265 *5)))) (-5 *3 (-1180 (-265 *5))) (-5 *4 (-485)) (-4 *5 (-496)) (-5 *1 (-1045 *5)))) (-3355 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-350 (-1086 (-265 *3)))) (-4 *3 (-496)) (-5 *1 (-1045 *3)))))
+((-3575 (((-584 (-584 (-249 (-265 |#1|)))) (-584 (-249 (-265 |#1|))) (-584 (-1091))) 244 T ELT) (((-584 (-249 (-265 |#1|))) (-265 |#1|) (-1091)) 23 T ELT) (((-584 (-249 (-265 |#1|))) (-249 (-265 |#1|)) (-1091)) 29 T ELT) (((-584 (-249 (-265 |#1|))) (-249 (-265 |#1|))) 28 T ELT) (((-584 (-249 (-265 |#1|))) (-265 |#1|)) 24 T ELT)))
+(((-1046 |#1|) (-10 -7 (-15 -3575 ((-584 (-249 (-265 |#1|))) (-265 |#1|))) (-15 -3575 ((-584 (-249 (-265 |#1|))) (-249 (-265 |#1|)))) (-15 -3575 ((-584 (-249 (-265 |#1|))) (-249 (-265 |#1|)) (-1091))) (-15 -3575 ((-584 (-249 (-265 |#1|))) (-265 |#1|) (-1091))) (-15 -3575 ((-584 (-584 (-249 (-265 |#1|)))) (-584 (-249 (-265 |#1|))) (-584 (-1091))))) (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (T -1046))
+((-3575 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-1091))) (-4 *5 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-584 (-584 (-249 (-265 *5))))) (-5 *1 (-1046 *5)) (-5 *3 (-584 (-249 (-265 *5)))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-584 (-249 (-265 *5)))) (-5 *1 (-1046 *5)) (-5 *3 (-265 *5)))) (-3575 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-584 (-249 (-265 *5)))) (-5 *1 (-1046 *5)) (-5 *3 (-249 (-265 *5))))) (-3575 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-584 (-249 (-265 *4)))) (-5 *1 (-1046 *4)) (-5 *3 (-249 (-265 *4))))) (-3575 (*1 *2 *3) (-12 (-4 *4 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *2 (-584 (-249 (-265 *4)))) (-5 *1 (-1046 *4)) (-5 *3 (-265 *4)))))
+((-3358 ((|#2| |#2|) 28 (|has| |#1| (-757)) ELT) ((|#2| |#2| (-1 (-85) |#1| |#1|)) 25 T ELT)) (-3357 ((|#2| |#2|) 27 (|has| |#1| (-757)) ELT) ((|#2| |#2| (-1 (-85) |#1| |#1|)) 22 T ELT)))
+(((-1047 |#1| |#2|) (-10 -7 (-15 -3357 (|#2| |#2| (-1 (-85) |#1| |#1|))) (-15 -3358 (|#2| |#2| (-1 (-85) |#1| |#1|))) (IF (|has| |#1| (-757)) (PROGN (-15 -3357 (|#2| |#2|)) (-15 -3358 (|#2| |#2|))) |%noBranch|)) (-1130) (-13 (-539 (-485) |#1|) (-318 |#1|) (-1036 |#1|))) (T -1047))
+((-3358 (*1 *2 *2) (-12 (-4 *3 (-757)) (-4 *3 (-1130)) (-5 *1 (-1047 *3 *2)) (-4 *2 (-13 (-539 (-485) *3) (-318 *3) (-1036 *3))))) (-3357 (*1 *2 *2) (-12 (-4 *3 (-757)) (-4 *3 (-1130)) (-5 *1 (-1047 *3 *2)) (-4 *2 (-13 (-539 (-485) *3) (-318 *3) (-1036 *3))))) (-3358 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-1047 *4 *2)) (-4 *2 (-13 (-539 (-485) *4) (-318 *4) (-1036 *4))))) (-3357 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-1047 *4 *2)) (-4 *2 (-13 (-539 (-485) *4) (-318 *4) (-1036 *4))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3890 (((-1080 3 |#1|) $) 141 T ELT)) (-3368 (((-85) $) 101 T ELT)) (-3369 (($ $ (-584 (-855 |#1|))) 44 T ELT) (($ $ (-584 (-584 |#1|))) 104 T ELT) (($ (-584 (-855 |#1|))) 103 T ELT) (((-584 (-855 |#1|)) $) 102 T ELT)) (-3374 (((-85) $) 72 T ELT)) (-3708 (($ $ (-855 |#1|)) 76 T ELT) (($ $ (-584 |#1|)) 81 T ELT) (($ $ (-695)) 83 T ELT) (($ (-855 |#1|)) 77 T ELT) (((-855 |#1|) $) 75 T ELT)) (-3360 (((-2 (|:| -3852 (-695)) (|:| |curves| (-695)) (|:| |polygons| (-695)) (|:| |constructs| (-695))) $) 139 T ELT)) (-3378 (((-695) $) 53 T ELT)) (-3379 (((-695) $) 52 T ELT)) (-3889 (($ $ (-695) (-855 |#1|)) 67 T ELT)) (-3366 (((-85) $) 111 T ELT)) (-3367 (($ $ (-584 (-584 (-855 |#1|))) (-584 (-145)) (-145)) 118 T ELT) (($ $ (-584 (-584 (-584 |#1|))) (-584 (-145)) (-145)) 120 T ELT) (($ $ (-584 (-584 (-855 |#1|))) (-85) (-85)) 115 T ELT) (($ $ (-584 (-584 (-584 |#1|))) (-85) (-85)) 127 T ELT) (($ (-584 (-584 (-855 |#1|)))) 116 T ELT) (($ (-584 (-584 (-855 |#1|))) (-85) (-85)) 117 T ELT) (((-584 (-584 (-855 |#1|))) $) 114 T ELT)) (-3520 (($ (-584 $)) 56 T ELT) (($ $ $) 57 T ELT)) (-3361 (((-584 (-145)) $) 133 T ELT)) (-3365 (((-584 (-855 |#1|)) $) 130 T ELT)) (-3362 (((-584 (-584 (-145))) $) 132 T ELT)) (-3363 (((-584 (-584 (-584 (-855 |#1|)))) $) NIL T ELT)) (-3364 (((-584 (-584 (-584 (-695)))) $) 131 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3375 (((-695) $ (-584 (-855 |#1|))) 65 T ELT)) (-3372 (((-85) $) 84 T ELT)) (-3373 (($ $ (-584 (-855 |#1|))) 86 T ELT) (($ $ (-584 (-584 |#1|))) 92 T ELT) (($ (-584 (-855 |#1|))) 87 T ELT) (((-584 (-855 |#1|)) $) 85 T ELT)) (-3380 (($) 48 T ELT) (($ (-1080 3 |#1|)) 49 T ELT)) (-3402 (($ $) 63 T ELT)) (-3376 (((-584 $) $) 62 T ELT)) (-3756 (($ (-584 $)) 59 T ELT)) (-3377 (((-584 $) $) 61 T ELT)) (-3948 (((-773) $) 146 T ELT)) (-3370 (((-85) $) 94 T ELT)) (-3371 (($ $ (-584 (-855 |#1|))) 96 T ELT) (($ $ (-584 (-584 |#1|))) 99 T ELT) (($ (-584 (-855 |#1|))) 97 T ELT) (((-584 (-855 |#1|)) $) 95 T ELT)) (-3359 (($ $) 140 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1048 |#1|) (-1049 |#1|) (-962)) (T -1048))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3890 (((-1080 3 |#1|) $) 17 T ELT)) (-3368 (((-85) $) 33 T ELT)) (-3369 (($ $ (-584 (-855 |#1|))) 37 T ELT) (($ $ (-584 (-584 |#1|))) 36 T ELT) (($ (-584 (-855 |#1|))) 35 T ELT) (((-584 (-855 |#1|)) $) 34 T ELT)) (-3374 (((-85) $) 48 T ELT)) (-3708 (($ $ (-855 |#1|)) 53 T ELT) (($ $ (-584 |#1|)) 52 T ELT) (($ $ (-695)) 51 T ELT) (($ (-855 |#1|)) 50 T ELT) (((-855 |#1|) $) 49 T ELT)) (-3360 (((-2 (|:| -3852 (-695)) (|:| |curves| (-695)) (|:| |polygons| (-695)) (|:| |constructs| (-695))) $) 19 T ELT)) (-3378 (((-695) $) 62 T ELT)) (-3379 (((-695) $) 63 T ELT)) (-3889 (($ $ (-695) (-855 |#1|)) 54 T ELT)) (-3366 (((-85) $) 25 T ELT)) (-3367 (($ $ (-584 (-584 (-855 |#1|))) (-584 (-145)) (-145)) 32 T ELT) (($ $ (-584 (-584 (-584 |#1|))) (-584 (-145)) (-145)) 31 T ELT) (($ $ (-584 (-584 (-855 |#1|))) (-85) (-85)) 30 T ELT) (($ $ (-584 (-584 (-584 |#1|))) (-85) (-85)) 29 T ELT) (($ (-584 (-584 (-855 |#1|)))) 28 T ELT) (($ (-584 (-584 (-855 |#1|))) (-85) (-85)) 27 T ELT) (((-584 (-584 (-855 |#1|))) $) 26 T ELT)) (-3520 (($ (-584 $)) 61 T ELT) (($ $ $) 60 T ELT)) (-3361 (((-584 (-145)) $) 20 T ELT)) (-3365 (((-584 (-855 |#1|)) $) 24 T ELT)) (-3362 (((-584 (-584 (-145))) $) 21 T ELT)) (-3363 (((-584 (-584 (-584 (-855 |#1|)))) $) 22 T ELT)) (-3364 (((-584 (-584 (-584 (-695)))) $) 23 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3375 (((-695) $ (-584 (-855 |#1|))) 55 T ELT)) (-3372 (((-85) $) 43 T ELT)) (-3373 (($ $ (-584 (-855 |#1|))) 47 T ELT) (($ $ (-584 (-584 |#1|))) 46 T ELT) (($ (-584 (-855 |#1|))) 45 T ELT) (((-584 (-855 |#1|)) $) 44 T ELT)) (-3380 (($) 65 T ELT) (($ (-1080 3 |#1|)) 64 T ELT)) (-3402 (($ $) 56 T ELT)) (-3376 (((-584 $) $) 57 T ELT)) (-3756 (($ (-584 $)) 59 T ELT)) (-3377 (((-584 $) $) 58 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-3370 (((-85) $) 38 T ELT)) (-3371 (($ $ (-584 (-855 |#1|))) 42 T ELT) (($ $ (-584 (-584 |#1|))) 41 T ELT) (($ (-584 (-855 |#1|))) 40 T ELT) (((-584 (-855 |#1|)) $) 39 T ELT)) (-3359 (($ $) 18 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-1049 |#1|) (-113) (-962)) (T -1049))
+((-3948 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-773)))) (-3380 (*1 *1) (-12 (-4 *1 (-1049 *2)) (-4 *2 (-962)))) (-3380 (*1 *1 *2) (-12 (-5 *2 (-1080 3 *3)) (-4 *3 (-962)) (-4 *1 (-1049 *3)))) (-3379 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-695)))) (-3378 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-695)))) (-3520 (*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3520 (*1 *1 *1 *1) (-12 (-4 *1 (-1049 *2)) (-4 *2 (-962)))) (-3756 (*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3377 (*1 *2 *1) (-12 (-4 *3 (-962)) (-5 *2 (-584 *1)) (-4 *1 (-1049 *3)))) (-3376 (*1 *2 *1) (-12 (-4 *3 (-962)) (-5 *2 (-584 *1)) (-4 *1 (-1049 *3)))) (-3402 (*1 *1 *1) (-12 (-4 *1 (-1049 *2)) (-4 *2 (-962)))) (-3375 (*1 *2 *1 *3) (-12 (-5 *3 (-584 (-855 *4))) (-4 *1 (-1049 *4)) (-4 *4 (-962)) (-5 *2 (-695)))) (-3889 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-695)) (-5 *3 (-855 *4)) (-4 *1 (-1049 *4)) (-4 *4 (-962)))) (-3708 (*1 *1 *1 *2) (-12 (-5 *2 (-855 *3)) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3708 (*1 *1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3708 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3708 (*1 *1 *2) (-12 (-5 *2 (-855 *3)) (-4 *3 (-962)) (-4 *1 (-1049 *3)))) (-3708 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-855 *3)))) (-3374 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-85)))) (-3373 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-855 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3373 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3373 (*1 *1 *2) (-12 (-5 *2 (-584 (-855 *3))) (-4 *3 (-962)) (-4 *1 (-1049 *3)))) (-3373 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-855 *3))))) (-3372 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-85)))) (-3371 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-855 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3371 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3371 (*1 *1 *2) (-12 (-5 *2 (-584 (-855 *3))) (-4 *3 (-962)) (-4 *1 (-1049 *3)))) (-3371 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-855 *3))))) (-3370 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-85)))) (-3369 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-855 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3369 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962)))) (-3369 (*1 *1 *2) (-12 (-5 *2 (-584 (-855 *3))) (-4 *3 (-962)) (-4 *1 (-1049 *3)))) (-3369 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-855 *3))))) (-3368 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-85)))) (-3367 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-584 (-584 (-855 *5)))) (-5 *3 (-584 (-145))) (-5 *4 (-145)) (-4 *1 (-1049 *5)) (-4 *5 (-962)))) (-3367 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-584 (-584 (-584 *5)))) (-5 *3 (-584 (-145))) (-5 *4 (-145)) (-4 *1 (-1049 *5)) (-4 *5 (-962)))) (-3367 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-584 (-584 (-855 *4)))) (-5 *3 (-85)) (-4 *1 (-1049 *4)) (-4 *4 (-962)))) (-3367 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-584 (-584 (-584 *4)))) (-5 *3 (-85)) (-4 *1 (-1049 *4)) (-4 *4 (-962)))) (-3367 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 (-855 *3)))) (-4 *3 (-962)) (-4 *1 (-1049 *3)))) (-3367 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-584 (-584 (-855 *4)))) (-5 *3 (-85)) (-4 *4 (-962)) (-4 *1 (-1049 *4)))) (-3367 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-584 (-855 *3)))))) (-3366 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-85)))) (-3365 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-855 *3))))) (-3364 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-584 (-584 (-695))))))) (-3363 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-584 (-584 (-855 *3))))))) (-3362 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-584 (-145)))))) (-3361 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-145))))) (-3360 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-2 (|:| -3852 (-695)) (|:| |curves| (-695)) (|:| |polygons| (-695)) (|:| |constructs| (-695)))))) (-3359 (*1 *1 *1) (-12 (-4 *1 (-1049 *2)) (-4 *2 (-962)))) (-3890 (*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-1080 3 *3)))))
+(-13 (-1014) (-10 -8 (-15 -3380 ($)) (-15 -3380 ($ (-1080 3 |t#1|))) (-15 -3379 ((-695) $)) (-15 -3378 ((-695) $)) (-15 -3520 ($ (-584 $))) (-15 -3520 ($ $ $)) (-15 -3756 ($ (-584 $))) (-15 -3377 ((-584 $) $)) (-15 -3376 ((-584 $) $)) (-15 -3402 ($ $)) (-15 -3375 ((-695) $ (-584 (-855 |t#1|)))) (-15 -3889 ($ $ (-695) (-855 |t#1|))) (-15 -3708 ($ $ (-855 |t#1|))) (-15 -3708 ($ $ (-584 |t#1|))) (-15 -3708 ($ $ (-695))) (-15 -3708 ($ (-855 |t#1|))) (-15 -3708 ((-855 |t#1|) $)) (-15 -3374 ((-85) $)) (-15 -3373 ($ $ (-584 (-855 |t#1|)))) (-15 -3373 ($ $ (-584 (-584 |t#1|)))) (-15 -3373 ($ (-584 (-855 |t#1|)))) (-15 -3373 ((-584 (-855 |t#1|)) $)) (-15 -3372 ((-85) $)) (-15 -3371 ($ $ (-584 (-855 |t#1|)))) (-15 -3371 ($ $ (-584 (-584 |t#1|)))) (-15 -3371 ($ (-584 (-855 |t#1|)))) (-15 -3371 ((-584 (-855 |t#1|)) $)) (-15 -3370 ((-85) $)) (-15 -3369 ($ $ (-584 (-855 |t#1|)))) (-15 -3369 ($ $ (-584 (-584 |t#1|)))) (-15 -3369 ($ (-584 (-855 |t#1|)))) (-15 -3369 ((-584 (-855 |t#1|)) $)) (-15 -3368 ((-85) $)) (-15 -3367 ($ $ (-584 (-584 (-855 |t#1|))) (-584 (-145)) (-145))) (-15 -3367 ($ $ (-584 (-584 (-584 |t#1|))) (-584 (-145)) (-145))) (-15 -3367 ($ $ (-584 (-584 (-855 |t#1|))) (-85) (-85))) (-15 -3367 ($ $ (-584 (-584 (-584 |t#1|))) (-85) (-85))) (-15 -3367 ($ (-584 (-584 (-855 |t#1|))))) (-15 -3367 ($ (-584 (-584 (-855 |t#1|))) (-85) (-85))) (-15 -3367 ((-584 (-584 (-855 |t#1|))) $)) (-15 -3366 ((-85) $)) (-15 -3365 ((-584 (-855 |t#1|)) $)) (-15 -3364 ((-584 (-584 (-584 (-695)))) $)) (-15 -3363 ((-584 (-584 (-584 (-855 |t#1|)))) $)) (-15 -3362 ((-584 (-584 (-145))) $)) (-15 -3361 ((-584 (-145)) $)) (-15 -3360 ((-2 (|:| -3852 (-695)) (|:| |curves| (-695)) (|:| |polygons| (-695)) (|:| |constructs| (-695))) $)) (-15 -3359 ($ $)) (-15 -3890 ((-1080 3 |t#1|) $)) (-15 -3948 ((-773) $))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 185 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) 7 T ELT)) (-3568 (((-85) $ (|[\|\|]| (-463))) 19 T ELT) (((-85) $ (|[\|\|]| (-172))) 23 T ELT) (((-85) $ (|[\|\|]| (-618))) 27 T ELT) (((-85) $ (|[\|\|]| (-1191))) 31 T ELT) (((-85) $ (|[\|\|]| (-111))) 35 T ELT) (((-85) $ (|[\|\|]| (-540))) 39 T ELT) (((-85) $ (|[\|\|]| (-106))) 43 T ELT) (((-85) $ (|[\|\|]| (-1030))) 47 T ELT) (((-85) $ (|[\|\|]| (-67))) 51 T ELT) (((-85) $ (|[\|\|]| (-623))) 55 T ELT) (((-85) $ (|[\|\|]| (-459))) 59 T ELT) (((-85) $ (|[\|\|]| (-979))) 63 T ELT) (((-85) $ (|[\|\|]| (-1192))) 67 T ELT) (((-85) $ (|[\|\|]| (-464))) 71 T ELT) (((-85) $ (|[\|\|]| (-1068))) 75 T ELT) (((-85) $ (|[\|\|]| (-127))) 79 T ELT) (((-85) $ (|[\|\|]| (-614))) 83 T ELT) (((-85) $ (|[\|\|]| (-263))) 87 T ELT) (((-85) $ (|[\|\|]| (-949))) 91 T ELT) (((-85) $ (|[\|\|]| (-154))) 95 T ELT) (((-85) $ (|[\|\|]| (-884))) 99 T ELT) (((-85) $ (|[\|\|]| (-986))) 103 T ELT) (((-85) $ (|[\|\|]| (-1004))) 107 T ELT) (((-85) $ (|[\|\|]| (-1009))) 111 T ELT) (((-85) $ (|[\|\|]| (-566))) 116 T ELT) (((-85) $ (|[\|\|]| (-1082))) 120 T ELT) (((-85) $ (|[\|\|]| (-129))) 124 T ELT) (((-85) $ (|[\|\|]| (-110))) 128 T ELT) (((-85) $ (|[\|\|]| (-418))) 132 T ELT) (((-85) $ (|[\|\|]| (-529))) 136 T ELT) (((-85) $ (|[\|\|]| (-447))) 140 T ELT) (((-85) $ (|[\|\|]| (-1074))) 144 T ELT) (((-85) $ (|[\|\|]| (-485))) 148 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3574 (((-463) $) 20 T ELT) (((-172) $) 24 T ELT) (((-618) $) 28 T ELT) (((-1191) $) 32 T ELT) (((-111) $) 36 T ELT) (((-540) $) 40 T ELT) (((-106) $) 44 T ELT) (((-1030) $) 48 T ELT) (((-67) $) 52 T ELT) (((-623) $) 56 T ELT) (((-459) $) 60 T ELT) (((-979) $) 64 T ELT) (((-1192) $) 68 T ELT) (((-464) $) 72 T ELT) (((-1068) $) 76 T ELT) (((-127) $) 80 T ELT) (((-614) $) 84 T ELT) (((-263) $) 88 T ELT) (((-949) $) 92 T ELT) (((-154) $) 96 T ELT) (((-884) $) 100 T ELT) (((-986) $) 104 T ELT) (((-1004) $) 108 T ELT) (((-1009) $) 112 T ELT) (((-566) $) 117 T ELT) (((-1082) $) 121 T ELT) (((-129) $) 125 T ELT) (((-110) $) 129 T ELT) (((-418) $) 133 T ELT) (((-529) $) 137 T ELT) (((-447) $) 141 T ELT) (((-1074) $) 145 T ELT) (((-485) $) 149 T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1050) (-1052)) (T -1050))
+NIL
+((-3381 (((-584 (-1096)) (-1074)) 9 T ELT)))
+(((-1051) (-10 -7 (-15 -3381 ((-584 (-1096)) (-1074))))) (T -1051))
+((-3381 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-584 (-1096))) (-5 *1 (-1051)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-1096)) 20 T ELT) (((-1096) $) 19 T ELT)) (-3568 (((-85) $ (|[\|\|]| (-463))) 88 T ELT) (((-85) $ (|[\|\|]| (-172))) 86 T ELT) (((-85) $ (|[\|\|]| (-618))) 84 T ELT) (((-85) $ (|[\|\|]| (-1191))) 82 T ELT) (((-85) $ (|[\|\|]| (-111))) 80 T ELT) (((-85) $ (|[\|\|]| (-540))) 78 T ELT) (((-85) $ (|[\|\|]| (-106))) 76 T ELT) (((-85) $ (|[\|\|]| (-1030))) 74 T ELT) (((-85) $ (|[\|\|]| (-67))) 72 T ELT) (((-85) $ (|[\|\|]| (-623))) 70 T ELT) (((-85) $ (|[\|\|]| (-459))) 68 T ELT) (((-85) $ (|[\|\|]| (-979))) 66 T ELT) (((-85) $ (|[\|\|]| (-1192))) 64 T ELT) (((-85) $ (|[\|\|]| (-464))) 62 T ELT) (((-85) $ (|[\|\|]| (-1068))) 60 T ELT) (((-85) $ (|[\|\|]| (-127))) 58 T ELT) (((-85) $ (|[\|\|]| (-614))) 56 T ELT) (((-85) $ (|[\|\|]| (-263))) 54 T ELT) (((-85) $ (|[\|\|]| (-949))) 52 T ELT) (((-85) $ (|[\|\|]| (-154))) 50 T ELT) (((-85) $ (|[\|\|]| (-884))) 48 T ELT) (((-85) $ (|[\|\|]| (-986))) 46 T ELT) (((-85) $ (|[\|\|]| (-1004))) 44 T ELT) (((-85) $ (|[\|\|]| (-1009))) 42 T ELT) (((-85) $ (|[\|\|]| (-566))) 40 T ELT) (((-85) $ (|[\|\|]| (-1082))) 38 T ELT) (((-85) $ (|[\|\|]| (-129))) 36 T ELT) (((-85) $ (|[\|\|]| (-110))) 34 T ELT) (((-85) $ (|[\|\|]| (-418))) 32 T ELT) (((-85) $ (|[\|\|]| (-529))) 30 T ELT) (((-85) $ (|[\|\|]| (-447))) 28 T ELT) (((-85) $ (|[\|\|]| (-1074))) 26 T ELT) (((-85) $ (|[\|\|]| (-485))) 24 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3574 (((-463) $) 87 T ELT) (((-172) $) 85 T ELT) (((-618) $) 83 T ELT) (((-1191) $) 81 T ELT) (((-111) $) 79 T ELT) (((-540) $) 77 T ELT) (((-106) $) 75 T ELT) (((-1030) $) 73 T ELT) (((-67) $) 71 T ELT) (((-623) $) 69 T ELT) (((-459) $) 67 T ELT) (((-979) $) 65 T ELT) (((-1192) $) 63 T ELT) (((-464) $) 61 T ELT) (((-1068) $) 59 T ELT) (((-127) $) 57 T ELT) (((-614) $) 55 T ELT) (((-263) $) 53 T ELT) (((-949) $) 51 T ELT) (((-154) $) 49 T ELT) (((-884) $) 47 T ELT) (((-986) $) 45 T ELT) (((-1004) $) 43 T ELT) (((-1009) $) 41 T ELT) (((-566) $) 39 T ELT) (((-1082) $) 37 T ELT) (((-129) $) 35 T ELT) (((-110) $) 33 T ELT) (((-418) $) 31 T ELT) (((-529) $) 29 T ELT) (((-447) $) 27 T ELT) (((-1074) $) 25 T ELT) (((-485) $) 23 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-1052) (-113)) (T -1052))
+((-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-463))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-463)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-172))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-172)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-618))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-618)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1191))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1191)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-111))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-111)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-540))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-540)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-106))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-106)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1030))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1030)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-67))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-67)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-623))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-623)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-459))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-459)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-979))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-979)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1192))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1192)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-464))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-464)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1068))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1068)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-127))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-127)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-614))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-614)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-263))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-263)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-949))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-949)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-154)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-884))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-884)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-986))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-986)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1004))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1004)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1009))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1009)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-566))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-566)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1082))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1082)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-129))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-129)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-110))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-110)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-418))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-418)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-529))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-529)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-447))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-447)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1074))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1074)))) (-3568 (*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-485))) (-5 *2 (-85)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-485)))))
+(-13 (-996) (-1176) (-10 -8 (-15 -3568 ((-85) $ (|[\|\|]| (-463)))) (-15 -3574 ((-463) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-172)))) (-15 -3574 ((-172) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-618)))) (-15 -3574 ((-618) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-1191)))) (-15 -3574 ((-1191) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-111)))) (-15 -3574 ((-111) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-540)))) (-15 -3574 ((-540) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-106)))) (-15 -3574 ((-106) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-1030)))) (-15 -3574 ((-1030) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-67)))) (-15 -3574 ((-67) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-623)))) (-15 -3574 ((-623) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-459)))) (-15 -3574 ((-459) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-979)))) (-15 -3574 ((-979) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-1192)))) (-15 -3574 ((-1192) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-464)))) (-15 -3574 ((-464) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-1068)))) (-15 -3574 ((-1068) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-127)))) (-15 -3574 ((-127) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-614)))) (-15 -3574 ((-614) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-263)))) (-15 -3574 ((-263) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-949)))) (-15 -3574 ((-949) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-154)))) (-15 -3574 ((-154) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-884)))) (-15 -3574 ((-884) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-986)))) (-15 -3574 ((-986) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-1004)))) (-15 -3574 ((-1004) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-1009)))) (-15 -3574 ((-1009) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-566)))) (-15 -3574 ((-566) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-1082)))) (-15 -3574 ((-1082) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-129)))) (-15 -3574 ((-129) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-110)))) (-15 -3574 ((-110) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-418)))) (-15 -3574 ((-418) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-529)))) (-15 -3574 ((-529) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-447)))) (-15 -3574 ((-447) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-1074)))) (-15 -3574 ((-1074) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-485)))) (-15 -3574 ((-485) $))))
+(((-64) . T) ((-72) . T) ((-556 (-1096)) . T) ((-553 (-773)) . T) ((-553 (-1096)) . T) ((-430 (-1096)) . T) ((-13) . T) ((-1014) . T) ((-996) . T) ((-1130) . T) ((-1176) . T))
+((-3384 (((-1186) (-584 (-773))) 22 T ELT) (((-1186) (-773)) 21 T ELT)) (-3383 (((-1186) (-584 (-773))) 20 T ELT) (((-1186) (-773)) 19 T ELT)) (-3382 (((-1186) (-584 (-773))) 18 T ELT) (((-1186) (-773)) 10 T ELT) (((-1186) (-1074) (-773)) 16 T ELT)))
+(((-1053) (-10 -7 (-15 -3382 ((-1186) (-1074) (-773))) (-15 -3382 ((-1186) (-773))) (-15 -3383 ((-1186) (-773))) (-15 -3384 ((-1186) (-773))) (-15 -3382 ((-1186) (-584 (-773)))) (-15 -3383 ((-1186) (-584 (-773)))) (-15 -3384 ((-1186) (-584 (-773)))))) (T -1053))
+((-3384 (*1 *2 *3) (-12 (-5 *3 (-584 (-773))) (-5 *2 (-1186)) (-5 *1 (-1053)))) (-3383 (*1 *2 *3) (-12 (-5 *3 (-584 (-773))) (-5 *2 (-1186)) (-5 *1 (-1053)))) (-3382 (*1 *2 *3) (-12 (-5 *3 (-584 (-773))) (-5 *2 (-1186)) (-5 *1 (-1053)))) (-3384 (*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1186)) (-5 *1 (-1053)))) (-3383 (*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1186)) (-5 *1 (-1053)))) (-3382 (*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1186)) (-5 *1 (-1053)))) (-3382 (*1 *2 *3 *4) (-12 (-5 *3 (-1074)) (-5 *4 (-773)) (-5 *2 (-1186)) (-5 *1 (-1053)))))
+((-3388 (($ $ $) 10 T ELT)) (-3387 (($ $) 9 T ELT)) (-3391 (($ $ $) 13 T ELT)) (-3393 (($ $ $) 15 T ELT)) (-3390 (($ $ $) 12 T ELT)) (-3392 (($ $ $) 14 T ELT)) (-3395 (($ $) 17 T ELT)) (-3394 (($ $) 16 T ELT)) (-3385 (($ $) 6 T ELT)) (-3389 (($ $ $) 11 T ELT) (($ $) 7 T ELT)) (-3386 (($ $ $) 8 T ELT)))
+(((-1054) (-113)) (T -1054))
+((-3395 (*1 *1 *1) (-4 *1 (-1054))) (-3394 (*1 *1 *1) (-4 *1 (-1054))) (-3393 (*1 *1 *1 *1) (-4 *1 (-1054))) (-3392 (*1 *1 *1 *1) (-4 *1 (-1054))) (-3391 (*1 *1 *1 *1) (-4 *1 (-1054))) (-3390 (*1 *1 *1 *1) (-4 *1 (-1054))) (-3389 (*1 *1 *1 *1) (-4 *1 (-1054))) (-3388 (*1 *1 *1 *1) (-4 *1 (-1054))) (-3387 (*1 *1 *1) (-4 *1 (-1054))) (-3386 (*1 *1 *1 *1) (-4 *1 (-1054))) (-3389 (*1 *1 *1) (-4 *1 (-1054))) (-3385 (*1 *1 *1) (-4 *1 (-1054))))
+(-13 (-10 -8 (-15 -3385 ($ $)) (-15 -3389 ($ $)) (-15 -3386 ($ $ $)) (-15 -3387 ($ $)) (-15 -3388 ($ $ $)) (-15 -3389 ($ $ $)) (-15 -3390 ($ $ $)) (-15 -3391 ($ $ $)) (-15 -3392 ($ $ $)) (-15 -3393 ($ $ $)) (-15 -3394 ($ $)) (-15 -3395 ($ $))))
+((-2570 (((-85) $ $) 44 T ELT)) (-3404 ((|#1| $) 17 T ELT)) (-3396 (((-85) $ $ (-1 (-85) |#2| |#2|)) 39 T ELT)) (-3403 (((-85) $) 19 T ELT)) (-3401 (($ $ |#1|) 30 T ELT)) (-3399 (($ $ (-85)) 32 T ELT)) (-3398 (($ $) 33 T ELT)) (-3400 (($ $ |#2|) 31 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3397 (((-85) $ $ (-1 (-85) |#1| |#1|) (-1 (-85) |#2| |#2|)) 38 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3405 (((-85) $) 16 T ELT)) (-3567 (($) 13 T ELT)) (-3402 (($ $) 29 T ELT)) (-3532 (($ |#1| |#2| (-85)) 20 T ELT) (($ |#1| |#2|) 21 T ELT) (($ (-2 (|:| |val| |#1|) (|:| -1601 |#2|))) 23 T ELT) (((-584 $) (-584 (-2 (|:| |val| |#1|) (|:| -1601 |#2|)))) 26 T ELT) (((-584 $) |#1| (-584 |#2|)) 28 T ELT)) (-3924 ((|#2| $) 18 T ELT)) (-3948 (((-773) $) 53 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 42 T ELT)))
+(((-1055 |#1| |#2|) (-13 (-1014) (-10 -8 (-15 -3567 ($)) (-15 -3405 ((-85) $)) (-15 -3404 (|#1| $)) (-15 -3924 (|#2| $)) (-15 -3403 ((-85) $)) (-15 -3532 ($ |#1| |#2| (-85))) (-15 -3532 ($ |#1| |#2|)) (-15 -3532 ($ (-2 (|:| |val| |#1|) (|:| -1601 |#2|)))) (-15 -3532 ((-584 $) (-584 (-2 (|:| |val| |#1|) (|:| -1601 |#2|))))) (-15 -3532 ((-584 $) |#1| (-584 |#2|))) (-15 -3402 ($ $)) (-15 -3401 ($ $ |#1|)) (-15 -3400 ($ $ |#2|)) (-15 -3399 ($ $ (-85))) (-15 -3398 ($ $)) (-15 -3397 ((-85) $ $ (-1 (-85) |#1| |#1|) (-1 (-85) |#2| |#2|))) (-15 -3396 ((-85) $ $ (-1 (-85) |#2| |#2|))))) (-13 (-1014) (-34)) (-13 (-1014) (-34))) (T -1055))
+((-3567 (*1 *1) (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34))))) (-3405 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))))) (-3404 (*1 *2 *1) (-12 (-4 *2 (-13 (-1014) (-34))) (-5 *1 (-1055 *2 *3)) (-4 *3 (-13 (-1014) (-34))))) (-3924 (*1 *2 *1) (-12 (-4 *2 (-13 (-1014) (-34))) (-5 *1 (-1055 *3 *2)) (-4 *3 (-13 (-1014) (-34))))) (-3403 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))))) (-3532 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-85)) (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34))))) (-3532 (*1 *1 *2 *3) (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34))))) (-3532 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1601 *4))) (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))) (-5 *1 (-1055 *3 *4)))) (-3532 (*1 *2 *3) (-12 (-5 *3 (-584 (-2 (|:| |val| *4) (|:| -1601 *5)))) (-4 *4 (-13 (-1014) (-34))) (-4 *5 (-13 (-1014) (-34))) (-5 *2 (-584 (-1055 *4 *5))) (-5 *1 (-1055 *4 *5)))) (-3532 (*1 *2 *3 *4) (-12 (-5 *4 (-584 *5)) (-4 *5 (-13 (-1014) (-34))) (-5 *2 (-584 (-1055 *3 *5))) (-5 *1 (-1055 *3 *5)) (-4 *3 (-13 (-1014) (-34))))) (-3402 (*1 *1 *1) (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34))))) (-3401 (*1 *1 *1 *2) (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34))))) (-3400 (*1 *1 *1 *2) (-12 (-5 *1 (-1055 *3 *2)) (-4 *3 (-13 (-1014) (-34))) (-4 *2 (-13 (-1014) (-34))))) (-3399 (*1 *1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))))) (-3398 (*1 *1 *1) (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34))))) (-3397 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-85) *5 *5)) (-5 *4 (-1 (-85) *6 *6)) (-4 *5 (-13 (-1014) (-34))) (-4 *6 (-13 (-1014) (-34))) (-5 *2 (-85)) (-5 *1 (-1055 *5 *6)))) (-3396 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-85) *5 *5)) (-4 *5 (-13 (-1014) (-34))) (-5 *2 (-85)) (-5 *1 (-1055 *4 *5)) (-4 *4 (-13 (-1014) (-34))))))
+((-2570 (((-85) $ $) NIL (|has| (-1055 |#1| |#2|) (-72)) ELT)) (-3404 (((-1055 |#1| |#2|) $) 27 T ELT)) (-3413 (($ $) 91 T ELT)) (-3409 (((-85) (-1055 |#1| |#2|) $ (-1 (-85) |#2| |#2|)) 100 T ELT)) (-3406 (($ $ $ (-584 (-1055 |#1| |#2|))) 108 T ELT) (($ $ $ (-584 (-1055 |#1| |#2|)) (-1 (-85) |#2| |#2|)) 109 T ELT)) (-3027 (((-1055 |#1| |#2|) $ (-1055 |#1| |#2|)) 46 (|has| $ (-1036 (-1055 |#1| |#2|))) ELT)) (-3790 (((-1055 |#1| |#2|) $ #1="value" (-1055 |#1| |#2|)) NIL (|has| $ (-1036 (-1055 |#1| |#2|))) ELT)) (-3028 (($ $ (-584 $)) 44 (|has| $ (-1036 (-1055 |#1| |#2|))) ELT)) (-3726 (($) NIL T CONST)) (-3411 (((-584 (-2 (|:| |val| |#1|) (|:| -1601 |#2|))) $) 95 T ELT)) (-3407 (($ (-1055 |#1| |#2|) $) 42 T ELT)) (-3408 (($ (-1055 |#1| |#2|) $) 34 T ELT)) (-3844 (((-1055 |#1| |#2|) (-1 (-1055 |#1| |#2|) (-1055 |#1| |#2|) (-1055 |#1| |#2|)) $ (-1055 |#1| |#2|) (-1055 |#1| |#2|)) NIL (|has| (-1055 |#1| |#2|) (-72)) ELT) (((-1055 |#1| |#2|) (-1 (-1055 |#1| |#2|) (-1055 |#1| |#2|) (-1055 |#1| |#2|)) $ (-1055 |#1| |#2|)) NIL T ELT) (((-1055 |#1| |#2|) (-1 (-1055 |#1| |#2|) (-1055 |#1| |#2|) (-1055 |#1| |#2|)) $) NIL T ELT)) (-3033 (((-584 $) $) 54 T ELT)) (-3410 (((-85) (-1055 |#1| |#2|) $) 97 T ELT)) (-3029 (((-85) $ $) NIL (|has| (-1055 |#1| |#2|) (-72)) ELT)) (-2610 (((-584 (-1055 |#1| |#2|)) $) 58 T ELT)) (-3247 (((-85) (-1055 |#1| |#2|) $) NIL (|has| (-1055 |#1| |#2|) (-72)) ELT)) (-3328 (($ (-1 (-1055 |#1| |#2|) (-1055 |#1| |#2|)) $) 50 T ELT)) (-3960 (($ (-1 (-1055 |#1| |#2|) (-1055 |#1| |#2|)) $) 49 T ELT)) (-3032 (((-584 (-1055 |#1| |#2|)) $) 56 T ELT)) (-3529 (((-85) $) 45 T ELT)) (-3244 (((-1074) $) NIL (|has| (-1055 |#1| |#2|) (-1014)) ELT)) (-3245 (((-1034) $) NIL (|has| (-1055 |#1| |#2|) (-1014)) ELT)) (-3414 (((-3 $ "failed") $) 89 T ELT)) (-1732 (((-85) (-1 (-85) (-1055 |#1| |#2|)) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-1055 |#1| |#2|)))) NIL (-12 (|has| (-1055 |#1| |#2|) (-260 (-1055 |#1| |#2|))) (|has| (-1055 |#1| |#2|) (-1014))) ELT) (($ $ (-249 (-1055 |#1| |#2|))) NIL (-12 (|has| (-1055 |#1| |#2|) (-260 (-1055 |#1| |#2|))) (|has| (-1055 |#1| |#2|) (-1014))) ELT) (($ $ (-1055 |#1| |#2|) (-1055 |#1| |#2|)) NIL (-12 (|has| (-1055 |#1| |#2|) (-260 (-1055 |#1| |#2|))) (|has| (-1055 |#1| |#2|) (-1014))) ELT) (($ $ (-584 (-1055 |#1| |#2|)) (-584 (-1055 |#1| |#2|))) NIL (-12 (|has| (-1055 |#1| |#2|) (-260 (-1055 |#1| |#2|))) (|has| (-1055 |#1| |#2|) (-1014))) ELT)) (-1223 (((-85) $ $) 53 T ELT)) (-3405 (((-85) $) 24 T ELT)) (-3567 (($) 26 T ELT)) (-3802 (((-1055 |#1| |#2|) $ #1#) NIL T ELT)) (-3031 (((-485) $ $) NIL T ELT)) (-3635 (((-85) $) 47 T ELT)) (-1731 (((-695) (-1055 |#1| |#2|) $) NIL (|has| (-1055 |#1| |#2|) (-72)) ELT) (((-695) (-1 (-85) (-1055 |#1| |#2|)) $) NIL T ELT)) (-3402 (($ $) 52 T ELT)) (-3532 (($ (-1055 |#1| |#2|)) 10 T ELT) (($ |#1| |#2| (-584 $)) 13 T ELT) (($ |#1| |#2| (-584 (-1055 |#1| |#2|))) 15 T ELT) (($ |#1| |#2| |#1| (-584 |#2|)) 18 T ELT)) (-3412 (((-584 |#2|) $) 96 T ELT)) (-3948 (((-773) $) 87 (|has| (-1055 |#1| |#2|) (-553 (-773))) ELT)) (-3524 (((-584 $) $) 31 T ELT)) (-3030 (((-85) $ $) NIL (|has| (-1055 |#1| |#2|) (-72)) ELT)) (-1266 (((-85) $ $) NIL (|has| (-1055 |#1| |#2|) (-72)) ELT)) (-1733 (((-85) (-1 (-85) (-1055 |#1| |#2|)) $) NIL T ELT)) (-3058 (((-85) $ $) 70 (|has| (-1055 |#1| |#2|) (-72)) ELT)) (-3959 (((-695) $) 64 T ELT)))
+(((-1056 |#1| |#2|) (-13 (-924 (-1055 |#1| |#2|)) (-318 (-1055 |#1| |#2|)) (-1036 (-1055 |#1| |#2|)) (-10 -8 (-15 -3414 ((-3 $ "failed") $)) (-15 -3413 ($ $)) (-15 -3532 ($ (-1055 |#1| |#2|))) (-15 -3532 ($ |#1| |#2| (-584 $))) (-15 -3532 ($ |#1| |#2| (-584 (-1055 |#1| |#2|)))) (-15 -3532 ($ |#1| |#2| |#1| (-584 |#2|))) (-15 -3412 ((-584 |#2|) $)) (-15 -3411 ((-584 (-2 (|:| |val| |#1|) (|:| -1601 |#2|))) $)) (-15 -3410 ((-85) (-1055 |#1| |#2|) $)) (-15 -3409 ((-85) (-1055 |#1| |#2|) $ (-1 (-85) |#2| |#2|))) (-15 -3408 ($ (-1055 |#1| |#2|) $)) (-15 -3407 ($ (-1055 |#1| |#2|) $)) (-15 -3406 ($ $ $ (-584 (-1055 |#1| |#2|)))) (-15 -3406 ($ $ $ (-584 (-1055 |#1| |#2|)) (-1 (-85) |#2| |#2|))))) (-13 (-1014) (-34)) (-13 (-1014) (-34))) (T -1056))
+((-3414 (*1 *1 *1) (|partial| -12 (-5 *1 (-1056 *2 *3)) (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34))))) (-3413 (*1 *1 *1) (-12 (-5 *1 (-1056 *2 *3)) (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34))))) (-3532 (*1 *1 *2) (-12 (-5 *2 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))) (-5 *1 (-1056 *3 *4)))) (-3532 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-584 (-1056 *2 *3))) (-5 *1 (-1056 *2 *3)) (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34))))) (-3532 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-584 (-1055 *2 *3))) (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34))) (-5 *1 (-1056 *2 *3)))) (-3532 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-584 *3)) (-4 *3 (-13 (-1014) (-34))) (-5 *1 (-1056 *2 *3)) (-4 *2 (-13 (-1014) (-34))))) (-3412 (*1 *2 *1) (-12 (-5 *2 (-584 *4)) (-5 *1 (-1056 *3 *4)) (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))))) (-3411 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-1056 *3 *4)) (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))))) (-3410 (*1 *2 *3 *1) (-12 (-5 *3 (-1055 *4 *5)) (-4 *4 (-13 (-1014) (-34))) (-4 *5 (-13 (-1014) (-34))) (-5 *2 (-85)) (-5 *1 (-1056 *4 *5)))) (-3409 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1055 *5 *6)) (-5 *4 (-1 (-85) *6 *6)) (-4 *5 (-13 (-1014) (-34))) (-4 *6 (-13 (-1014) (-34))) (-5 *2 (-85)) (-5 *1 (-1056 *5 *6)))) (-3408 (*1 *1 *2 *1) (-12 (-5 *2 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))) (-5 *1 (-1056 *3 *4)))) (-3407 (*1 *1 *2 *1) (-12 (-5 *2 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))) (-5 *1 (-1056 *3 *4)))) (-3406 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-584 (-1055 *3 *4))) (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))) (-5 *1 (-1056 *3 *4)))) (-3406 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-1055 *4 *5))) (-5 *3 (-1 (-85) *5 *5)) (-4 *4 (-13 (-1014) (-34))) (-4 *5 (-13 (-1014) (-34))) (-5 *1 (-1056 *4 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3416 (($ $) NIL T ELT)) (-3332 ((|#2| $) NIL T ELT)) (-3122 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3415 (($ (-631 |#2|)) 53 T ELT)) (-3124 (((-85) $) NIL T ELT)) (-3335 (($ |#2|) 14 T ELT)) (-3726 (($) NIL T CONST)) (-3111 (($ $) 66 (|has| |#2| (-258)) ELT)) (-3113 (((-197 |#1| |#2|) $ (-485)) 40 T ELT)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-3 |#2| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) ((|#2| $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#2|) (-631 $)) NIL T ELT)) (-3844 ((|#2| (-1 |#2| |#2| |#2|) $) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) NIL T ELT) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) NIL (|has| |#2| (-72)) ELT)) (-3469 (((-3 $ #1#) $) 80 T ELT)) (-3110 (((-695) $) 68 (|has| |#2| (-496)) ELT)) (-3114 ((|#2| $ (-485) (-485)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3109 (((-695) $) 70 (|has| |#2| (-496)) ELT)) (-3108 (((-584 (-197 |#1| |#2|)) $) 74 (|has| |#2| (-496)) ELT)) (-3116 (((-695) $) NIL T ELT)) (-3616 (($ |#2|) 23 T ELT)) (-3115 (((-695) $) NIL T ELT)) (-3329 ((|#2| $) 64 (|has| |#2| (-6 (-3999 #2="*"))) ELT)) (-3120 (((-485) $) NIL T ELT)) (-3118 (((-485) $) NIL T ELT)) (-2610 (((-584 |#2|) $) NIL T ELT)) (-3247 (((-85) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-3119 (((-485) $) NIL T ELT)) (-3117 (((-485) $) NIL T ELT)) (-3125 (($ (-584 (-584 |#2|))) 35 T ELT)) (-3960 (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3596 (((-584 (-584 |#2|)) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3592 (((-3 $ #1#) $) 77 (|has| |#2| (-312)) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3468 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-496)) ELT)) (-1732 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#2| $ (-485) (-485) |#2|) NIL T ELT) ((|#2| $ (-485) (-485)) NIL T ELT)) (-3760 (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-695)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1091)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#2| (-812 (-1091))) ELT)) (-3331 ((|#2| $) NIL T ELT)) (-3334 (($ (-584 |#2|)) 48 T ELT)) (-3123 (((-85) $) NIL T ELT)) (-3333 (((-197 |#1| |#2|) $) NIL T ELT)) (-3330 ((|#2| $) 62 (|has| |#2| (-6 (-3999 #2#))) ELT)) (-1731 (((-695) (-1 (-85) |#2|) $) NIL T ELT) (((-695) |#2| $) NIL (|has| |#2| (-72)) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) 87 (|has| |#2| (-554 (-474))) ELT)) (-3112 (((-197 |#1| |#2|) $ (-485)) 42 T ELT)) (-3948 (((-773) $) 45 T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (($ |#2|) NIL T ELT) (((-631 |#2|) $) 50 T ELT)) (-3128 (((-695)) 21 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#2|) $) NIL T ELT)) (-3121 (((-85) $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 15 T CONST)) (-2668 (($) 19 T CONST)) (-2671 (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $) NIL (|has| |#2| (-189)) ELT) (($ $ (-695)) NIL (|has| |#2| (-189)) ELT) (($ $ (-1091)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#2| (-812 (-1091))) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 60 T ELT) (($ $ (-485)) 79 (|has| |#2| (-312)) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (((-197 |#1| |#2|) $ (-197 |#1| |#2|)) 56 T ELT) (((-197 |#1| |#2|) (-197 |#1| |#2|) $) 58 T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-1057 |#1| |#2|) (-13 (-1038 |#1| |#2| (-197 |#1| |#2|) (-197 |#1| |#2|)) (-553 (-631 |#2|)) (-10 -8 (-15 -3616 ($ |#2|)) (-15 -3416 ($ $)) (-15 -3415 ($ (-631 |#2|))) (IF (|has| |#2| (-6 (-3999 #1="*"))) (-6 -3986) |%noBranch|) (IF (|has| |#2| (-6 (-3999 #1#))) (IF (|has| |#2| (-6 -3994)) (-6 -3994) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-554 (-474))) (-6 (-554 (-474))) |%noBranch|))) (-695) (-962)) (T -1057))
+((-3616 (*1 *1 *2) (-12 (-5 *1 (-1057 *3 *2)) (-14 *3 (-695)) (-4 *2 (-962)))) (-3416 (*1 *1 *1) (-12 (-5 *1 (-1057 *2 *3)) (-14 *2 (-695)) (-4 *3 (-962)))) (-3415 (*1 *1 *2) (-12 (-5 *2 (-631 *4)) (-4 *4 (-962)) (-5 *1 (-1057 *3 *4)) (-14 *3 (-695)))))
+((-3429 (($ $) 19 T ELT)) (-3419 (($ $ (-117)) 10 T ELT) (($ $ (-114)) 14 T ELT)) (-3427 (((-85) $ $) 24 T ELT)) (-3431 (($ $) 17 T ELT)) (-3802 (((-117) $ (-485) (-117)) NIL T ELT) (((-117) $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT) (($ $ $) 31 T ELT)) (-3948 (($ (-117)) 29 T ELT) (((-773) $) NIL T ELT)))
+(((-1058 |#1|) (-10 -7 (-15 -3948 ((-773) |#1|)) (-15 -3802 (|#1| |#1| |#1|)) (-15 -3419 (|#1| |#1| (-114))) (-15 -3419 (|#1| |#1| (-117))) (-15 -3948 (|#1| (-117))) (-15 -3427 ((-85) |#1| |#1|)) (-15 -3429 (|#1| |#1|)) (-15 -3431 (|#1| |#1|)) (-15 -3802 (|#1| |#1| (-1147 (-485)))) (-15 -3802 ((-117) |#1| (-485))) (-15 -3802 ((-117) |#1| (-485) (-117)))) (-1059)) (T -1058))
+NIL
+((-2570 (((-85) $ $) 17 (|has| (-117) (-72)) ELT)) (-3428 (($ $) 130 T ELT)) (-3429 (($ $) 131 T ELT)) (-3419 (($ $ (-117)) 118 T ELT) (($ $ (-114)) 117 T ELT)) (-2199 (((-1186) $ (-485) (-485)) 34 (|has| $ (-1036 (-117))) ELT)) (-3426 (((-85) $ $) 128 T ELT)) (-3425 (((-85) $ $ (-485)) 127 T ELT)) (-3420 (((-584 $) $ (-117)) 120 T ELT) (((-584 $) $ (-114)) 119 T ELT)) (-1736 (((-85) (-1 (-85) (-117) (-117)) $) 96 T ELT) (((-85) $) 90 (|has| (-117) (-757)) ELT)) (-1734 (($ (-1 (-85) (-117) (-117)) $) 87 (|has| $ (-1036 (-117))) ELT) (($ $) 86 (-12 (|has| (-117) (-757)) (|has| $ (-1036 (-117)))) ELT)) (-2911 (($ (-1 (-85) (-117) (-117)) $) 97 T ELT) (($ $) 91 (|has| (-117) (-757)) ELT)) (-3790 (((-117) $ (-485) (-117)) 46 (|has| $ (-1036 (-117))) ELT) (((-117) $ (-1147 (-485)) (-117)) 54 (|has| $ (-1036 (-117))) ELT)) (-3712 (($ (-1 (-85) (-117)) $) 69 (|has| $ (-318 (-117))) ELT)) (-3726 (($) 6 T CONST)) (-3417 (($ $ (-117)) 114 T ELT) (($ $ (-114)) 113 T ELT)) (-2298 (($ $) 88 (|has| $ (-1036 (-117))) ELT)) (-2299 (($ $) 98 T ELT)) (-3422 (($ $ (-1147 (-485)) $) 124 T ELT)) (-1354 (($ $) 71 (-12 (|has| (-117) (-72)) (|has| $ (-318 (-117)))) ELT)) (-3408 (($ (-117) $) 70 (-12 (|has| (-117) (-72)) (|has| $ (-318 (-117)))) ELT) (($ (-1 (-85) (-117)) $) 68 (|has| $ (-318 (-117))) ELT)) (-3844 (((-117) (-1 (-117) (-117) (-117)) $ (-117) (-117)) 109 (|has| (-117) (-72)) ELT) (((-117) (-1 (-117) (-117) (-117)) $ (-117)) 106 T ELT) (((-117) (-1 (-117) (-117) (-117)) $) 105 T ELT)) (-1577 (((-117) $ (-485) (-117)) 47 (|has| $ (-1036 (-117))) ELT)) (-3114 (((-117) $ (-485)) 45 T ELT)) (-3427 (((-85) $ $) 129 T ELT)) (-3421 (((-485) (-1 (-85) (-117)) $) 95 T ELT) (((-485) (-117) $) 94 (|has| (-117) (-72)) ELT) (((-485) (-117) $ (-485)) 93 (|has| (-117) (-72)) ELT) (((-485) $ $ (-485)) 123 T ELT) (((-485) (-114) $ (-485)) 122 T ELT)) (-3616 (($ (-695) (-117)) 64 T ELT)) (-2201 (((-485) $) 37 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) 80 (|has| (-117) (-757)) ELT)) (-3520 (($ (-1 (-85) (-117) (-117)) $ $) 99 T ELT) (($ $ $) 92 (|has| (-117) (-757)) ELT)) (-2610 (((-584 (-117)) $) 104 T ELT)) (-3247 (((-85) (-117) $) 108 (|has| (-117) (-72)) ELT)) (-2202 (((-485) $) 38 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) 81 (|has| (-117) (-757)) ELT)) (-3423 (((-85) $ $ (-117)) 125 T ELT)) (-3424 (((-695) $ $ (-117)) 126 T ELT)) (-3328 (($ (-1 (-117) (-117)) $) 111 T ELT)) (-3960 (($ (-1 (-117) (-117)) $) 25 T ELT) (($ (-1 (-117) (-117) (-117)) $ $) 59 T ELT)) (-3430 (($ $) 132 T ELT)) (-3431 (($ $) 133 T ELT)) (-3418 (($ $ (-117)) 116 T ELT) (($ $ (-114)) 115 T ELT)) (-3244 (((-1074) $) 20 (|has| (-117) (-1014)) ELT)) (-2305 (($ (-117) $ (-485)) 56 T ELT) (($ $ $ (-485)) 55 T ELT)) (-2204 (((-584 (-485)) $) 40 T ELT)) (-2205 (((-85) (-485) $) 41 T ELT)) (-3245 (((-1034) $) 19 (|has| (-117) (-1014)) ELT)) (-3803 (((-117) $) 36 (|has| (-485) (-757)) ELT)) (-1355 (((-3 (-117) "failed") (-1 (-85) (-117)) $) 67 T ELT)) (-2200 (($ $ (-117)) 35 (|has| $ (-1036 (-117))) ELT)) (-1732 (((-85) (-1 (-85) (-117)) $) 102 T ELT)) (-3770 (($ $ (-584 (-249 (-117)))) 24 (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT) (($ $ (-249 (-117))) 23 (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT) (($ $ (-117) (-117)) 22 (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT) (($ $ (-584 (-117)) (-584 (-117))) 21 (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) (-117) $) 39 (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT)) (-2206 (((-584 (-117)) $) 42 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 (((-117) $ (-485) (-117)) 44 T ELT) (((-117) $ (-485)) 43 T ELT) (($ $ (-1147 (-485))) 65 T ELT) (($ $ $) 112 T ELT)) (-2306 (($ $ (-485)) 58 T ELT) (($ $ (-1147 (-485))) 57 T ELT)) (-1731 (((-695) (-117) $) 107 (|has| (-117) (-72)) ELT) (((-695) (-1 (-85) (-117)) $) 103 T ELT)) (-1735 (($ $ $ (-485)) 89 (|has| $ (-1036 (-117))) ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 72 (|has| (-117) (-554 (-474))) ELT)) (-3532 (($ (-584 (-117))) 66 T ELT)) (-3804 (($ $ (-117)) 63 T ELT) (($ (-117) $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-584 $)) 60 T ELT)) (-3948 (($ (-117)) 121 T ELT) (((-773) $) 15 (|has| (-117) (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| (-117) (-72)) ELT)) (-1733 (((-85) (-1 (-85) (-117)) $) 101 T ELT)) (-2568 (((-85) $ $) 82 (|has| (-117) (-757)) ELT)) (-2569 (((-85) $ $) 84 (|has| (-117) (-757)) ELT)) (-3058 (((-85) $ $) 16 (|has| (-117) (-72)) ELT)) (-2686 (((-85) $ $) 83 (|has| (-117) (-757)) ELT)) (-2687 (((-85) $ $) 85 (|has| (-117) (-757)) ELT)) (-3959 (((-695) $) 100 T ELT)))
+(((-1059) (-113)) (T -1059))
+((-3431 (*1 *1 *1) (-4 *1 (-1059))) (-3430 (*1 *1 *1) (-4 *1 (-1059))) (-3429 (*1 *1 *1) (-4 *1 (-1059))) (-3428 (*1 *1 *1) (-4 *1 (-1059))) (-3427 (*1 *2 *1 *1) (-12 (-4 *1 (-1059)) (-5 *2 (-85)))) (-3426 (*1 *2 *1 *1) (-12 (-4 *1 (-1059)) (-5 *2 (-85)))) (-3425 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1059)) (-5 *3 (-485)) (-5 *2 (-85)))) (-3424 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1059)) (-5 *3 (-117)) (-5 *2 (-695)))) (-3423 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1059)) (-5 *3 (-117)) (-5 *2 (-85)))) (-3422 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1059)) (-5 *2 (-1147 (-485))))) (-3421 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-485)))) (-3421 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-485)) (-5 *3 (-114)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-117)) (-4 *1 (-1059)))) (-3420 (*1 *2 *1 *3) (-12 (-5 *3 (-117)) (-5 *2 (-584 *1)) (-4 *1 (-1059)))) (-3420 (*1 *2 *1 *3) (-12 (-5 *3 (-114)) (-5 *2 (-584 *1)) (-4 *1 (-1059)))) (-3419 (*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-117)))) (-3419 (*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-114)))) (-3418 (*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-117)))) (-3418 (*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-114)))) (-3417 (*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-117)))) (-3417 (*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-114)))) (-3802 (*1 *1 *1 *1) (-4 *1 (-1059))))
+(-13 (-19 (-117)) (-10 -8 (-15 -3431 ($ $)) (-15 -3430 ($ $)) (-15 -3429 ($ $)) (-15 -3428 ($ $)) (-15 -3427 ((-85) $ $)) (-15 -3426 ((-85) $ $)) (-15 -3425 ((-85) $ $ (-485))) (-15 -3424 ((-695) $ $ (-117))) (-15 -3423 ((-85) $ $ (-117))) (-15 -3422 ($ $ (-1147 (-485)) $)) (-15 -3421 ((-485) $ $ (-485))) (-15 -3421 ((-485) (-114) $ (-485))) (-15 -3948 ($ (-117))) (-15 -3420 ((-584 $) $ (-117))) (-15 -3420 ((-584 $) $ (-114))) (-15 -3419 ($ $ (-117))) (-15 -3419 ($ $ (-114))) (-15 -3418 ($ $ (-117))) (-15 -3418 ($ $ (-114))) (-15 -3417 ($ $ (-117))) (-15 -3417 ($ $ (-114))) (-15 -3802 ($ $ $))))
+(((-34) . T) ((-72) OR (|has| (-117) (-1014)) (|has| (-117) (-757)) (|has| (-117) (-72))) ((-553 (-773)) OR (|has| (-117) (-1014)) (|has| (-117) (-757)) (|has| (-117) (-553 (-773)))) ((-124 (-117)) . T) ((-554 (-474)) |has| (-117) (-554 (-474))) ((-241 (-485) (-117)) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) (-117)) . T) ((-260 (-117)) -12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ((-318 (-117)) . T) ((-324 (-117)) . T) ((-429 (-117)) . T) ((-539 (-485) (-117)) . T) ((-456 (-117) (-117)) -12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ((-13) . T) ((-594 (-117)) . T) ((-19 (-117)) . T) ((-757) |has| (-117) (-757)) ((-760) |has| (-117) (-757)) ((-1014) OR (|has| (-117) (-1014)) (|has| (-117) (-757))) ((-1036 (-117)) . T) ((-1130) . T))
+((-3438 (((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-584 |#4|) (-584 |#5|) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) (-695)) 112 T ELT)) (-3435 (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5|) 62 T ELT) (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695)) 61 T ELT)) (-3439 (((-1186) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-695)) 97 T ELT)) (-3433 (((-695) (-584 |#4|) (-584 |#5|)) 30 T ELT)) (-3436 (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5|) 64 T ELT) (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695)) 63 T ELT) (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695) (-85)) 65 T ELT)) (-3437 (((-584 |#5|) (-584 |#4|) (-584 |#5|) (-85) (-85) (-85) (-85) (-85)) 84 T ELT) (((-584 |#5|) (-584 |#4|) (-584 |#5|) (-85) (-85)) 85 T ELT)) (-3974 (((-1074) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) 90 T ELT)) (-3434 (((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5|) 60 T ELT)) (-3432 (((-695) (-584 |#4|) (-584 |#5|)) 21 T ELT)))
+(((-1060 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3432 ((-695) (-584 |#4|) (-584 |#5|))) (-15 -3433 ((-695) (-584 |#4|) (-584 |#5|))) (-15 -3434 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5|)) (-15 -3435 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695))) (-15 -3435 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5|)) (-15 -3436 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695) (-85))) (-15 -3436 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5| (-695))) (-15 -3436 ((-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) |#4| |#5|)) (-15 -3437 ((-584 |#5|) (-584 |#4|) (-584 |#5|) (-85) (-85))) (-15 -3437 ((-584 |#5|) (-584 |#4|) (-584 |#5|) (-85) (-85) (-85) (-85) (-85))) (-15 -3438 ((-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-584 |#4|) (-584 |#5|) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-2 (|:| |done| (-584 |#5|)) (|:| |todo| (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))))) (-695))) (-15 -3974 ((-1074) (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|)))) (-15 -3439 ((-1186) (-584 (-2 (|:| |val| (-584 |#4|)) (|:| -1601 |#5|))) (-695)))) (-392) (-718) (-757) (-978 |#1| |#2| |#3|) (-1021 |#1| |#2| |#3| |#4|)) (T -1060))
+((-3439 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-2 (|:| |val| (-584 *8)) (|:| -1601 *9)))) (-5 *4 (-695)) (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-1021 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-1186)) (-5 *1 (-1060 *5 *6 *7 *8 *9)))) (-3974 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-584 *7)) (|:| -1601 *8))) (-4 *7 (-978 *4 *5 *6)) (-4 *8 (-1021 *4 *5 *6 *7)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-1074)) (-5 *1 (-1060 *4 *5 *6 *7 *8)))) (-3438 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-584 *11)) (|:| |todo| (-584 (-2 (|:| |val| *3) (|:| -1601 *11)))))) (-5 *6 (-695)) (-5 *2 (-584 (-2 (|:| |val| (-584 *10)) (|:| -1601 *11)))) (-5 *3 (-584 *10)) (-5 *4 (-584 *11)) (-4 *10 (-978 *7 *8 *9)) (-4 *11 (-1021 *7 *8 *9 *10)) (-4 *7 (-392)) (-4 *8 (-718)) (-4 *9 (-757)) (-5 *1 (-1060 *7 *8 *9 *10 *11)))) (-3437 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-584 *9)) (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-1021 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-1060 *5 *6 *7 *8 *9)))) (-3437 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-584 *9)) (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-1021 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-1060 *5 *6 *7 *8 *9)))) (-3436 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-1060 *5 *6 *7 *3 *4)) (-4 *4 (-1021 *5 *6 *7 *3)))) (-3436 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-695)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *3 (-978 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-1060 *6 *7 *8 *3 *4)) (-4 *4 (-1021 *6 *7 *8 *3)))) (-3436 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-695)) (-5 *6 (-85)) (-4 *7 (-392)) (-4 *8 (-718)) (-4 *9 (-757)) (-4 *3 (-978 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-1060 *7 *8 *9 *3 *4)) (-4 *4 (-1021 *7 *8 *9 *3)))) (-3435 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-1060 *5 *6 *7 *3 *4)) (-4 *4 (-1021 *5 *6 *7 *3)))) (-3435 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-695)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *3 (-978 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-1060 *6 *7 *8 *3 *4)) (-4 *4 (-1021 *6 *7 *8 *3)))) (-3434 (*1 *2 *3 *4) (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-584 *4)) (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4)))))) (-5 *1 (-1060 *5 *6 *7 *3 *4)) (-4 *4 (-1021 *5 *6 *7 *3)))) (-3433 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 *9)) (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-1021 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-695)) (-5 *1 (-1060 *5 *6 *7 *8 *9)))) (-3432 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 *9)) (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-1021 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-695)) (-5 *1 (-1060 *5 *6 *7 *8 *9)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3683 (((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 |#4|)))) (-584 |#4|)) NIL T ELT)) (-3684 (((-584 $) (-584 |#4|)) 117 T ELT) (((-584 $) (-584 |#4|) (-85)) 118 T ELT) (((-584 $) (-584 |#4|) (-85) (-85)) 116 T ELT) (((-584 $) (-584 |#4|) (-85) (-85) (-85) (-85)) 119 T ELT)) (-3083 (((-584 |#3|) $) NIL T ELT)) (-2910 (((-85) $) NIL T ELT)) (-2901 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3695 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3690 ((|#4| |#4| $) NIL T ELT)) (-3777 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| $) 90 T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3712 (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) 69 T ELT)) (-3726 (($) NIL T CONST)) (-2906 (((-85) $) 28 (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3691 (((-584 |#4|) (-584 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) NIL (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) NIL (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ #1#) (-584 |#4|)) NIL T ELT)) (-3158 (($ (-584 |#4|)) NIL T ELT)) (-3801 (((-3 $ #1#) $) 44 T ELT)) (-3687 ((|#4| |#4| $) 72 T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-3408 (($ |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT) (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 84 (|has| |#1| (-496)) ELT)) (-3696 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3685 ((|#4| |#4| $) NIL T ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3698 (((-2 (|:| -3863 (-584 |#4|)) (|:| -1703 (-584 |#4|))) $) NIL T ELT)) (-3199 (((-85) |#4| $) NIL T ELT)) (-3197 (((-85) |#4| $) NIL T ELT)) (-3200 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3440 (((-2 (|:| |val| (-584 |#4|)) (|:| |towers| (-584 $))) (-584 |#4|) (-85) (-85)) 132 T ELT)) (-3697 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3182 ((|#3| $) 37 T ELT)) (-2610 (((-584 |#4|) $) 18 T ELT)) (-3247 (((-85) |#4| $) 26 (|has| |#4| (-72)) ELT)) (-3328 (($ (-1 |#4| |#4|) $) 24 T ELT)) (-3960 (($ (-1 |#4| |#4|) $) 22 T ELT)) (-2916 (((-584 |#3|) $) NIL T ELT)) (-2915 (((-85) |#3| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3193 (((-3 |#4| (-584 $)) |#4| |#4| $) NIL T ELT)) (-3192 (((-584 (-2 (|:| |val| |#4|) (|:| -1601 $))) |#4| |#4| $) 110 T ELT)) (-3800 (((-3 |#4| #1#) $) 41 T ELT)) (-3194 (((-584 $) |#4| $) 95 T ELT)) (-3196 (((-3 (-85) (-584 $)) |#4| $) NIL T ELT)) (-3195 (((-584 (-2 (|:| |val| (-85)) (|:| -1601 $))) |#4| $) 105 T ELT) (((-85) |#4| $) 61 T ELT)) (-3240 (((-584 $) |#4| $) 114 T ELT) (((-584 $) (-584 |#4|) $) NIL T ELT) (((-584 $) (-584 |#4|) (-584 $)) 115 T ELT) (((-584 $) |#4| (-584 $)) NIL T ELT)) (-3441 (((-584 $) (-584 |#4|) (-85) (-85) (-85)) 127 T ELT)) (-3442 (($ |#4| $) 81 T ELT) (($ (-584 |#4|) $) 82 T ELT) (((-584 $) |#4| $ (-85) (-85) (-85) (-85) (-85)) 80 T ELT)) (-3699 (((-584 |#4|) $) NIL T ELT)) (-3693 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3688 ((|#4| |#4| $) NIL T ELT)) (-3701 (((-85) $ $) NIL T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-496)) ELT)) (-3694 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3689 ((|#4| |#4| $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 (((-3 |#4| #1#) $) 39 T ELT)) (-1355 (((-3 |#4| #1#) (-1 (-85) |#4|) $) NIL T ELT)) (-3681 (((-3 $ #1#) $ |#4|) 55 T ELT)) (-3771 (($ $ |#4|) NIL T ELT) (((-584 $) |#4| $) 97 T ELT) (((-584 $) |#4| (-584 $)) NIL T ELT) (((-584 $) (-584 |#4|) $) NIL T ELT) (((-584 $) (-584 |#4|) (-584 $)) 92 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 17 T ELT)) (-3567 (($) 14 T ELT)) (-3950 (((-695) $) NIL T ELT)) (-1731 (((-695) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) NIL T ELT)) (-3402 (($ $) 13 T ELT)) (-3974 (((-474) $) NIL (|has| |#4| (-554 (-474))) ELT)) (-3532 (($ (-584 |#4|)) 21 T ELT)) (-2912 (($ $ |#3|) 48 T ELT)) (-2914 (($ $ |#3|) 50 T ELT)) (-3686 (($ $) NIL T ELT)) (-2913 (($ $ |#3|) NIL T ELT)) (-3948 (((-773) $) 34 T ELT) (((-584 |#4|) $) 45 T ELT)) (-3680 (((-695) $) NIL (|has| |#3| (-320)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3692 (((-85) $ (-1 (-85) |#4| (-584 |#4|))) NIL T ELT)) (-3191 (((-584 $) |#4| $) 62 T ELT) (((-584 $) |#4| (-584 $)) NIL T ELT) (((-584 $) (-584 |#4|) $) NIL T ELT) (((-584 $) (-584 |#4|) (-584 $)) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3682 (((-584 |#3|) $) NIL T ELT)) (-3198 (((-85) |#4| $) NIL T ELT)) (-3935 (((-85) |#3| $) 68 T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-1061 |#1| |#2| |#3| |#4|) (-13 (-1021 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3442 ((-584 $) |#4| $ (-85) (-85) (-85) (-85) (-85))) (-15 -3684 ((-584 $) (-584 |#4|) (-85) (-85))) (-15 -3684 ((-584 $) (-584 |#4|) (-85) (-85) (-85) (-85))) (-15 -3441 ((-584 $) (-584 |#4|) (-85) (-85) (-85))) (-15 -3440 ((-2 (|:| |val| (-584 |#4|)) (|:| |towers| (-584 $))) (-584 |#4|) (-85) (-85))))) (-392) (-718) (-757) (-978 |#1| |#2| |#3|)) (T -1061))
+((-3442 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-1061 *5 *6 *7 *3))) (-5 *1 (-1061 *5 *6 *7 *3)) (-4 *3 (-978 *5 *6 *7)))) (-3684 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-1061 *5 *6 *7 *8))) (-5 *1 (-1061 *5 *6 *7 *8)))) (-3684 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-1061 *5 *6 *7 *8))) (-5 *1 (-1061 *5 *6 *7 *8)))) (-3441 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-1061 *5 *6 *7 *8))) (-5 *1 (-1061 *5 *6 *7 *8)))) (-3440 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-978 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-584 *8)) (|:| |towers| (-584 (-1061 *5 *6 *7 *8))))) (-5 *1 (-1061 *5 *6 *7 *8)) (-5 *3 (-584 *8)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 32 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 30 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 29 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-695)) 31 T ELT) (($ $ (-831)) 28 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ $ $) 27 T ELT)))
+(((-1062) (-113)) (T -1062))
+NIL
+(-13 (-23) (-664))
+(((-23) . T) ((-25) . T) ((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-664) . T) ((-1026) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3325 ((|#1| $) 38 T ELT)) (-3443 (($ (-584 |#1|)) 46 T ELT)) (-3726 (($) NIL T CONST)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3327 ((|#1| |#1| $) 41 T ELT)) (-3326 ((|#1| $) 36 T ELT)) (-2610 (((-584 |#1|) $) 19 T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 26 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 23 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-1275 ((|#1| $) 39 T ELT)) (-3611 (($ |#1| $) 42 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1276 ((|#1| $) 37 T ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 33 T ELT)) (-3567 (($) 44 T ELT)) (-3324 (((-695) $) 31 T ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-3402 (($ $) 28 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1277 (($ (-584 |#1|)) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3058 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 32 T ELT)))
+(((-1063 |#1|) (-13 (-1035 |#1|) (-10 -8 (-15 -3443 ($ (-584 |#1|))))) (-1130)) (T -1063))
+((-3443 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-1063 *3)))))
+((-3790 ((|#2| $ #1="value" |#2|) NIL T ELT) ((|#2| $ #2="first" |#2|) NIL T ELT) (($ $ #3="rest" $) NIL T ELT) ((|#2| $ #4="last" |#2|) NIL T ELT) ((|#2| $ (-1147 (-485)) |#2|) 51 T ELT) ((|#2| $ (-485) |#2|) 48 T ELT)) (-3445 (((-85) $) 12 T ELT)) (-3803 ((|#2| $) NIL T ELT) (($ $ (-695)) 17 T ELT)) (-2200 (($ $ |#2|) 47 T ELT)) (-3446 (((-85) $) 11 T ELT)) (-3802 ((|#2| $ #1#) NIL T ELT) ((|#2| $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT) ((|#2| $ #4#) NIL T ELT) (($ $ (-1147 (-485))) 36 T ELT) ((|#2| $ (-485)) 25 T ELT) ((|#2| $ (-485) |#2|) NIL T ELT)) (-3793 (($ $ $) 54 T ELT) (($ $ |#2|) NIL T ELT)) (-3804 (($ $ $) 38 T ELT) (($ |#2| $) NIL T ELT) (($ (-584 $)) 45 T ELT) (($ $ |#2|) NIL T ELT)))
+(((-1064 |#1| |#2|) (-10 -7 (-15 -3445 ((-85) |#1|)) (-15 -3446 ((-85) |#1|)) (-15 -3790 (|#2| |#1| (-485) |#2|)) (-15 -3802 (|#2| |#1| (-485) |#2|)) (-15 -3802 (|#2| |#1| (-485))) (-15 -2200 (|#1| |#1| |#2|)) (-15 -3802 (|#1| |#1| (-1147 (-485)))) (-15 -3804 (|#1| |#1| |#2|)) (-15 -3804 (|#1| (-584 |#1|))) (-15 -3790 (|#2| |#1| (-1147 (-485)) |#2|)) (-15 -3790 (|#2| |#1| #1="last" |#2|)) (-15 -3790 (|#1| |#1| #2="rest" |#1|)) (-15 -3790 (|#2| |#1| #3="first" |#2|)) (-15 -3793 (|#1| |#1| |#2|)) (-15 -3793 (|#1| |#1| |#1|)) (-15 -3802 (|#2| |#1| #1#)) (-15 -3802 (|#1| |#1| #2#)) (-15 -3803 (|#1| |#1| (-695))) (-15 -3802 (|#2| |#1| #3#)) (-15 -3803 (|#2| |#1|)) (-15 -3804 (|#1| |#2| |#1|)) (-15 -3804 (|#1| |#1| |#1|)) (-15 -3790 (|#2| |#1| #4="value" |#2|)) (-15 -3802 (|#2| |#1| #4#))) (-1065 |#2|) (-1130)) (T -1064))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 42 T ELT)) (-3797 ((|#1| $) 61 T ELT)) (-3799 (($ $) 63 T ELT)) (-2199 (((-1186) $ (-485) (-485)) 98 (|has| $ (-1036 |#1|)) ELT)) (-3787 (($ $ (-485)) 48 (|has| $ (-1036 |#1|)) ELT)) (-3444 (((-85) $ (-695)) 81 T ELT)) (-3027 ((|#1| $ |#1|) 33 (|has| $ (-1036 |#1|)) ELT)) (-3789 (($ $ $) 52 (|has| $ (-1036 |#1|)) ELT)) (-3788 ((|#1| $ |#1|) 50 (|has| $ (-1036 |#1|)) ELT)) (-3791 ((|#1| $ |#1|) 54 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #2="first" |#1|) 53 (|has| $ (-1036 |#1|)) ELT) (($ $ #3="rest" $) 51 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #4="last" |#1|) 49 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) 115 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-485) |#1|) 87 (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) 35 (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 102 (|has| $ (-318 |#1|)) ELT)) (-3798 ((|#1| $) 62 T ELT)) (-3726 (($) 6 T CONST)) (-3801 (($ $) 69 T ELT) (($ $ (-695)) 67 T ELT)) (-1354 (($ $) 100 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3408 (($ (-1 (-85) |#1|) $) 103 (|has| $ (-318 |#1|)) ELT) (($ |#1| $) 101 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-1577 ((|#1| $ (-485) |#1|) 86 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 88 T ELT)) (-3445 (((-85) $) 84 T ELT)) (-3033 (((-584 $) $) 44 T ELT)) (-3029 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3616 (($ (-695) |#1|) 107 T ELT)) (-3721 (((-85) $ (-695)) 82 T ELT)) (-2201 (((-485) $) 96 (|has| (-485) (-757)) ELT)) (-2202 (((-485) $) 95 (|has| (-485) (-757)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 110 T ELT)) (-3718 (((-85) $ (-695)) 83 T ELT)) (-3032 (((-584 |#1|) $) 39 T ELT)) (-3529 (((-85) $) 43 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3800 ((|#1| $) 66 T ELT) (($ $ (-695)) 64 T ELT)) (-2305 (($ $ $ (-485)) 114 T ELT) (($ |#1| $ (-485)) 113 T ELT)) (-2204 (((-584 (-485)) $) 93 T ELT)) (-2205 (((-85) (-485) $) 92 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) 72 T ELT) (($ $ (-695)) 70 T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 104 T ELT)) (-2200 (($ $ |#1|) 97 (|has| $ (-1036 |#1|)) ELT)) (-3446 (((-85) $) 85 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#1| $) 94 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) 91 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ #1#) 41 T ELT) ((|#1| $ #2#) 71 T ELT) (($ $ #3#) 68 T ELT) ((|#1| $ #4#) 65 T ELT) (($ $ (-1147 (-485))) 106 T ELT) ((|#1| $ (-485)) 90 T ELT) ((|#1| $ (-485) |#1|) 89 T ELT)) (-3031 (((-485) $ $) 38 T ELT)) (-2306 (($ $ (-1147 (-485))) 112 T ELT) (($ $ (-485)) 111 T ELT)) (-3635 (((-85) $) 40 T ELT)) (-3794 (($ $) 58 T ELT)) (-3792 (($ $) 55 (|has| $ (-1036 |#1|)) ELT)) (-3795 (((-695) $) 59 T ELT)) (-3796 (($ $) 60 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 99 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 105 T ELT)) (-3793 (($ $ $) 57 (|has| $ (-1036 |#1|)) ELT) (($ $ |#1|) 56 (|has| $ (-1036 |#1|)) ELT)) (-3804 (($ $ $) 74 T ELT) (($ |#1| $) 73 T ELT) (($ (-584 $)) 109 T ELT) (($ $ |#1|) 108 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) 45 T ELT)) (-3030 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-1065 |#1|) (-113) (-1130)) (T -1065))
+((-3446 (*1 *2 *1) (-12 (-4 *1 (-1065 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))) (-3445 (*1 *2 *1) (-12 (-4 *1 (-1065 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))) (-3718 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-1065 *4)) (-4 *4 (-1130)) (-5 *2 (-85)))) (-3721 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-1065 *4)) (-4 *4 (-1130)) (-5 *2 (-85)))) (-3444 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-1065 *4)) (-4 *4 (-1130)) (-5 *2 (-85)))))
+(-13 (-1169 |t#1|) (-594 |t#1|) (-10 -8 (-15 -3446 ((-85) $)) (-15 -3445 ((-85) $)) (-15 -3718 ((-85) $ (-695))) (-15 -3721 ((-85) $ (-695))) (-15 -3444 ((-85) $ (-695)))))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-241 (-485) |#1|) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-539 (-485) |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-594 |#1|) . T) ((-924 |#1|) . T) ((-1014) |has| |#1| (-1014)) ((-1130) . T) ((-1169 |#1|) . T))
+((-2570 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3601 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2199 (((-1186) $ |#1| |#1|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3790 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-2232 (((-3 |#2| #1="failed") |#1| $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3407 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) NIL T ELT)) (-3408 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3844 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1577 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ |#1|) NIL T ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3247 (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2202 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-2233 (((-584 |#1|) $) NIL T ELT)) (-2234 (((-85) |#1| $) NIL T ELT)) (-1275 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3611 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2204 (((-584 |#1|) $) NIL T ELT)) (-2205 (((-85) |#1| $) NIL T ELT)) (-3245 (((-1034) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-3803 ((|#2| $) NIL (|has| |#1| (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2200 (($ $ |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1276 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1467 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1731 (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3948 (((-773) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-553 (-773)))) ELT)) (-1266 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-1066 |#1| |#2| |#3|) (-1108 |#1| |#2|) (-1014) (-1014) |#2|) (T -1066))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3447 (((-633 $) $) 17 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3448 (($) 18 T CONST)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3058 (((-85) $ $) 8 T ELT)))
+(((-1067) (-113)) (T -1067))
+((-3448 (*1 *1) (-4 *1 (-1067))) (-3447 (*1 *2 *1) (-12 (-5 *2 (-633 *1)) (-4 *1 (-1067)))))
+(-13 (-1014) (-10 -8 (-15 -3448 ($) -3954) (-15 -3447 ((-633 $) $))))
+(((-72) . T) ((-553 (-773)) . T) ((-13) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3450 (((-633 (-1050)) $) 28 T ELT)) (-3449 (((-1050) $) 16 T ELT)) (-3451 (((-1050) $) 18 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3452 (((-447) $) 14 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 38 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1068) (-13 (-996) (-10 -8 (-15 -3452 ((-447) $)) (-15 -3451 ((-1050) $)) (-15 -3450 ((-633 (-1050)) $)) (-15 -3449 ((-1050) $))))) (T -1068))
+((-3452 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-1068)))) (-3451 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1068)))) (-3450 (*1 *2 *1) (-12 (-5 *2 (-633 (-1050))) (-5 *1 (-1068)))) (-3449 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1068)))))
+((-3455 (((-1070 |#1|) (-1070 |#1|)) 17 T ELT)) (-3453 (((-1070 |#1|) (-1070 |#1|)) 13 T ELT)) (-3456 (((-1070 |#1|) (-1070 |#1|) (-485) (-485)) 20 T ELT)) (-3454 (((-1070 |#1|) (-1070 |#1|)) 15 T ELT)))
+(((-1069 |#1|) (-10 -7 (-15 -3453 ((-1070 |#1|) (-1070 |#1|))) (-15 -3454 ((-1070 |#1|) (-1070 |#1|))) (-15 -3455 ((-1070 |#1|) (-1070 |#1|))) (-15 -3456 ((-1070 |#1|) (-1070 |#1|) (-485) (-485)))) (-13 (-496) (-120))) (T -1069))
+((-3456 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1070 *4)) (-5 *3 (-485)) (-4 *4 (-13 (-496) (-120))) (-5 *1 (-1069 *4)))) (-3455 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-13 (-496) (-120))) (-5 *1 (-1069 *3)))) (-3454 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-13 (-496) (-120))) (-5 *1 (-1069 *3)))) (-3453 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-13 (-496) (-120))) (-5 *1 (-1069 *3)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) NIL T ELT)) (-3797 ((|#1| $) NIL T ELT)) (-3799 (($ $) 60 T ELT)) (-2199 (((-1186) $ (-485) (-485)) 93 (|has| $ (-1036 |#1|)) ELT)) (-3787 (($ $ (-485)) 122 (|has| $ (-1036 |#1|)) ELT)) (-3444 (((-85) $ (-695)) NIL T ELT)) (-3461 (((-773) $) 46 (|has| |#1| (-1014)) ELT)) (-3460 (((-85)) 49 (|has| |#1| (-1014)) ELT)) (-3027 ((|#1| $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3789 (($ $ $) 109 (|has| $ (-1036 |#1|)) ELT) (($ $ (-485) $) 135 T ELT)) (-3788 ((|#1| $ |#1|) 119 (|has| $ (-1036 |#1|)) ELT)) (-3791 ((|#1| $ |#1|) 114 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #2="first" |#1|) 116 (|has| $ (-1036 |#1|)) ELT) (($ $ #3="rest" $) 118 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ #4="last" |#1|) 121 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) 106 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-485) |#1|) 72 (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 75 T ELT)) (-3798 ((|#1| $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2324 (($ $) 11 T ELT)) (-3801 (($ $) 35 T ELT) (($ $ (-695)) 105 T ELT)) (-3466 (((-85) (-584 |#1|) $) 128 (|has| |#1| (-1014)) ELT)) (-3467 (($ (-584 |#1|)) 124 T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) 74 T ELT)) (-1577 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) NIL T ELT)) (-3445 (((-85) $) NIL T ELT)) (-3462 (((-1186) (-485) $) 133 (|has| |#1| (-1014)) ELT)) (-2323 (((-695) $) 131 T ELT)) (-3033 (((-584 $) $) NIL T ELT)) (-3029 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3616 (($ (-695) |#1|) NIL T ELT)) (-3721 (((-85) $ (-695)) NIL T ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2202 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 89 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 80 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 84 T ELT)) (-3718 (((-85) $ (-695)) NIL T ELT)) (-3032 (((-584 |#1|) $) NIL T ELT)) (-3529 (((-85) $) NIL T ELT)) (-2326 (($ $) 107 T ELT)) (-2327 (((-85) $) 10 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3800 ((|#1| $) NIL T ELT) (($ $ (-695)) NIL T ELT)) (-2305 (($ $ $ (-485)) NIL T ELT) (($ |#1| $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) 90 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3459 (($ (-1 |#1|)) 137 T ELT) (($ (-1 |#1| |#1|) |#1|) 138 T ELT)) (-2325 ((|#1| $) 7 T ELT)) (-3803 ((|#1| $) 34 T ELT) (($ $ (-695)) 58 T ELT)) (-3465 (((-2 (|:| |cycle?| (-85)) (|:| -2597 (-695)) (|:| |period| (-695))) (-695) $) 29 T ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-3458 (($ (-1 (-85) |#1|) $) 139 T ELT)) (-3457 (($ (-1 (-85) |#1|) $) 140 T ELT)) (-2200 (($ $ |#1|) 85 (|has| $ (-1036 |#1|)) ELT)) (-3771 (($ $ (-485)) 40 T ELT)) (-3446 (((-85) $) 88 T ELT)) (-2328 (((-85) $) 9 T ELT)) (-2329 (((-85) $) 130 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 25 T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) 14 T ELT)) (-3567 (($) 53 T ELT)) (-3802 ((|#1| $ #1#) NIL T ELT) ((|#1| $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT) ((|#1| $ #4#) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT) ((|#1| $ (-485)) 70 T ELT) ((|#1| $ (-485) |#1|) NIL T ELT)) (-3031 (((-485) $ $) 57 T ELT)) (-2306 (($ $ (-1147 (-485))) NIL T ELT) (($ $ (-485)) NIL T ELT)) (-3464 (($ (-1 $)) 56 T ELT)) (-3635 (((-85) $) 86 T ELT)) (-3794 (($ $) 87 T ELT)) (-3792 (($ $) 110 (|has| $ (-1036 |#1|)) ELT)) (-3795 (((-695) $) NIL T ELT)) (-3796 (($ $) NIL T ELT)) (-3402 (($ $) 52 T ELT)) (-3974 (((-474) $) NIL (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 68 T ELT)) (-3463 (($ |#1| $) 108 T ELT)) (-3793 (($ $ $) 112 (|has| $ (-1036 |#1|)) ELT) (($ $ |#1|) 113 (|has| $ (-1036 |#1|)) ELT)) (-3804 (($ $ $) 95 T ELT) (($ |#1| $) 54 T ELT) (($ (-584 $)) 100 T ELT) (($ $ |#1|) 94 T ELT)) (-2893 (($ $) 59 T ELT)) (-3948 (($ (-584 |#1|)) 123 T ELT) (((-773) $) 50 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) NIL T ELT)) (-3030 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 126 (|has| |#1| (-72)) ELT)))
+(((-1070 |#1|) (-13 (-617 |#1|) (-556 (-584 |#1|)) (-1036 |#1|) (-10 -8 (-15 -3467 ($ (-584 |#1|))) (IF (|has| |#1| (-1014)) (-15 -3466 ((-85) (-584 |#1|) $)) |%noBranch|) (-15 -3465 ((-2 (|:| |cycle?| (-85)) (|:| -2597 (-695)) (|:| |period| (-695))) (-695) $)) (-15 -3464 ($ (-1 $))) (-15 -3463 ($ |#1| $)) (IF (|has| |#1| (-1014)) (PROGN (-15 -3462 ((-1186) (-485) $)) (-15 -3461 ((-773) $)) (-15 -3460 ((-85)))) |%noBranch|) (-15 -3789 ($ $ (-485) $)) (-15 -3459 ($ (-1 |#1|))) (-15 -3459 ($ (-1 |#1| |#1|) |#1|)) (-15 -3458 ($ (-1 (-85) |#1|) $)) (-15 -3457 ($ (-1 (-85) |#1|) $)))) (-1130)) (T -1070))
+((-3467 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-1070 *3)))) (-3466 (*1 *2 *3 *1) (-12 (-5 *3 (-584 *4)) (-4 *4 (-1014)) (-4 *4 (-1130)) (-5 *2 (-85)) (-5 *1 (-1070 *4)))) (-3465 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-85)) (|:| -2597 (-695)) (|:| |period| (-695)))) (-5 *1 (-1070 *4)) (-4 *4 (-1130)) (-5 *3 (-695)))) (-3464 (*1 *1 *2) (-12 (-5 *2 (-1 (-1070 *3))) (-5 *1 (-1070 *3)) (-4 *3 (-1130)))) (-3463 (*1 *1 *2 *1) (-12 (-5 *1 (-1070 *2)) (-4 *2 (-1130)))) (-3462 (*1 *2 *3 *1) (-12 (-5 *3 (-485)) (-5 *2 (-1186)) (-5 *1 (-1070 *4)) (-4 *4 (-1014)) (-4 *4 (-1130)))) (-3461 (*1 *2 *1) (-12 (-5 *2 (-773)) (-5 *1 (-1070 *3)) (-4 *3 (-1014)) (-4 *3 (-1130)))) (-3460 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1070 *3)) (-4 *3 (-1014)) (-4 *3 (-1130)))) (-3789 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1070 *3)) (-4 *3 (-1130)))) (-3459 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1130)) (-5 *1 (-1070 *3)))) (-3459 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-1070 *3)))) (-3458 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1130)) (-5 *1 (-1070 *3)))) (-3457 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1130)) (-5 *1 (-1070 *3)))))
+((-3804 (((-1070 |#1|) (-1070 (-1070 |#1|))) 15 T ELT)))
+(((-1071 |#1|) (-10 -7 (-15 -3804 ((-1070 |#1|) (-1070 (-1070 |#1|))))) (-1130)) (T -1071))
+((-3804 (*1 *2 *3) (-12 (-5 *3 (-1070 (-1070 *4))) (-5 *2 (-1070 *4)) (-5 *1 (-1071 *4)) (-4 *4 (-1130)))))
+((-3843 (((-1070 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1070 |#1|)) 25 T ELT)) (-3844 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1070 |#1|)) 26 T ELT)) (-3960 (((-1070 |#2|) (-1 |#2| |#1|) (-1070 |#1|)) 16 T ELT)))
+(((-1072 |#1| |#2|) (-10 -7 (-15 -3960 ((-1070 |#2|) (-1 |#2| |#1|) (-1070 |#1|))) (-15 -3843 ((-1070 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1070 |#1|))) (-15 -3844 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1070 |#1|)))) (-1130) (-1130)) (T -1072))
+((-3844 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1070 *5)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-1072 *5 *2)))) (-3843 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1070 *6)) (-4 *6 (-1130)) (-4 *3 (-1130)) (-5 *2 (-1070 *3)) (-5 *1 (-1072 *6 *3)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1070 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1070 *6)) (-5 *1 (-1072 *5 *6)))))
+((-3960 (((-1070 |#3|) (-1 |#3| |#1| |#2|) (-1070 |#1|) (-1070 |#2|)) 21 T ELT)))
+(((-1073 |#1| |#2| |#3|) (-10 -7 (-15 -3960 ((-1070 |#3|) (-1 |#3| |#1| |#2|) (-1070 |#1|) (-1070 |#2|)))) (-1130) (-1130) (-1130)) (T -1073))
+((-3960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1070 *6)) (-5 *5 (-1070 *7)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1070 *8)) (-5 *1 (-1073 *6 *7 *8)))))
+((-2570 (((-85) $ $) NIL (|has| (-117) (-72)) ELT)) (-3428 (($ $) 42 T ELT)) (-3429 (($ $) NIL T ELT)) (-3419 (($ $ (-117)) NIL T ELT) (($ $ (-114)) NIL T ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 (-117))) ELT)) (-3426 (((-85) $ $) 67 T ELT)) (-3425 (((-85) $ $ (-485)) 62 T ELT)) (-3537 (($ (-485)) 7 T ELT) (($ (-179)) 9 T ELT) (($ (-447)) 11 T ELT)) (-3420 (((-584 $) $ (-117)) 76 T ELT) (((-584 $) $ (-114)) 77 T ELT)) (-1736 (((-85) (-1 (-85) (-117) (-117)) $) NIL T ELT) (((-85) $) NIL (|has| (-117) (-757)) ELT)) (-1734 (($ (-1 (-85) (-117) (-117)) $) NIL (|has| $ (-1036 (-117))) ELT) (($ $) NIL (-12 (|has| $ (-1036 (-117))) (|has| (-117) (-757))) ELT)) (-2911 (($ (-1 (-85) (-117) (-117)) $) NIL T ELT) (($ $) NIL (|has| (-117) (-757)) ELT)) (-3790 (((-117) $ (-485) (-117)) 59 (|has| $ (-1036 (-117))) ELT) (((-117) $ (-1147 (-485)) (-117)) NIL (|has| $ (-1036 (-117))) ELT)) (-3712 (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT)) (-3726 (($) NIL T CONST)) (-3417 (($ $ (-117)) 80 T ELT) (($ $ (-114)) 81 T ELT)) (-2298 (($ $) NIL (|has| $ (-1036 (-117))) ELT)) (-2299 (($ $) NIL T ELT)) (-3422 (($ $ (-1147 (-485)) $) 57 T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT)) (-3408 (($ (-117) $) NIL (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT) (($ (-1 (-85) (-117)) $) NIL (|has| $ (-318 (-117))) ELT)) (-3844 (((-117) (-1 (-117) (-117) (-117)) $ (-117) (-117)) NIL (|has| (-117) (-72)) ELT) (((-117) (-1 (-117) (-117) (-117)) $ (-117)) NIL T ELT) (((-117) (-1 (-117) (-117) (-117)) $) NIL T ELT)) (-1577 (((-117) $ (-485) (-117)) NIL (|has| $ (-1036 (-117))) ELT)) (-3114 (((-117) $ (-485)) NIL T ELT)) (-3427 (((-85) $ $) 91 T ELT)) (-3421 (((-485) (-1 (-85) (-117)) $) NIL T ELT) (((-485) (-117) $) NIL (|has| (-117) (-72)) ELT) (((-485) (-117) $ (-485)) 64 (|has| (-117) (-72)) ELT) (((-485) $ $ (-485)) 63 T ELT) (((-485) (-114) $ (-485)) 66 T ELT)) (-3616 (($ (-695) (-117)) 14 T ELT)) (-2201 (((-485) $) 36 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| (-117) (-757)) ELT)) (-3520 (($ (-1 (-85) (-117) (-117)) $ $) NIL T ELT) (($ $ $) NIL (|has| (-117) (-757)) ELT)) (-2610 (((-584 (-117)) $) NIL T ELT)) (-3247 (((-85) (-117) $) NIL (|has| (-117) (-72)) ELT)) (-2202 (((-485) $) 50 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| (-117) (-757)) ELT)) (-3423 (((-85) $ $ (-117)) 92 T ELT)) (-3424 (((-695) $ $ (-117)) 88 T ELT)) (-3328 (($ (-1 (-117) (-117)) $) 41 T ELT)) (-3960 (($ (-1 (-117) (-117)) $) NIL T ELT) (($ (-1 (-117) (-117) (-117)) $ $) NIL T ELT)) (-3430 (($ $) 45 T ELT)) (-3431 (($ $) NIL T ELT)) (-3418 (($ $ (-117)) 78 T ELT) (($ $ (-114)) 79 T ELT)) (-3244 (((-1074) $) 46 (|has| (-117) (-1014)) ELT)) (-2305 (($ (-117) $ (-485)) NIL T ELT) (($ $ $ (-485)) 31 T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) 87 (|has| (-117) (-1014)) ELT)) (-3803 (((-117) $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 (-117) "failed") (-1 (-85) (-117)) $) NIL T ELT)) (-2200 (($ $ (-117)) NIL (|has| $ (-1036 (-117))) ELT)) (-1732 (((-85) (-1 (-85) (-117)) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-117)))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT) (($ $ (-249 (-117))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT) (($ $ (-117) (-117)) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT) (($ $ (-584 (-117)) (-584 (-117))) NIL (-12 (|has| (-117) (-260 (-117))) (|has| (-117) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) (-117) $) NIL (-12 (|has| $ (-318 (-117))) (|has| (-117) (-72))) ELT)) (-2206 (((-584 (-117)) $) NIL T ELT)) (-3405 (((-85) $) 19 T ELT)) (-3567 (($) 16 T ELT)) (-3802 (((-117) $ (-485) (-117)) NIL T ELT) (((-117) $ (-485)) 69 T ELT) (($ $ (-1147 (-485))) 29 T ELT) (($ $ $) NIL T ELT)) (-2306 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-1731 (((-695) (-117) $) NIL (|has| (-117) (-72)) ELT) (((-695) (-1 (-85) (-117)) $) NIL T ELT)) (-1735 (($ $ $ (-485)) 83 (|has| $ (-1036 (-117))) ELT)) (-3402 (($ $) 24 T ELT)) (-3974 (((-474) $) NIL (|has| (-117) (-554 (-474))) ELT)) (-3532 (($ (-584 (-117))) NIL T ELT)) (-3804 (($ $ (-117)) NIL T ELT) (($ (-117) $) NIL T ELT) (($ $ $) 23 T ELT) (($ (-584 $)) 84 T ELT)) (-3948 (($ (-117)) NIL T ELT) (((-773) $) 35 (|has| (-117) (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| (-117) (-72)) ELT)) (-1733 (((-85) (-1 (-85) (-117)) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| (-117) (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| (-117) (-757)) ELT)) (-3058 (((-85) $ $) 21 (|has| (-117) (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| (-117) (-757)) ELT)) (-2687 (((-85) $ $) 22 (|has| (-117) (-757)) ELT)) (-3959 (((-695) $) 20 T ELT)))
+(((-1074) (-13 (-1059) (-10 -8 (-15 -3537 ($ (-485))) (-15 -3537 ($ (-179))) (-15 -3537 ($ (-447)))))) (T -1074))
+((-3537 (*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-1074)))) (-3537 (*1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-1074)))) (-3537 (*1 *1 *2) (-12 (-5 *2 (-447)) (-5 *1 (-1074)))))
+((-2570 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72)) (|has| |#1| (-72))) ELT)) (-3601 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL T ELT)) (-2199 (((-1186) $ (-1074) (-1074)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ (-1074) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ELT)) (-2232 (((-3 |#1| #1="failed") (-1074) $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72))) ELT)) (-3407 (($ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ELT) (((-3 |#1| #1#) (-1074) $) NIL T ELT)) (-3408 (($ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) ELT)) (-3844 (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72)) ELT) (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) NIL T ELT) (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-1577 ((|#1| $ (-1074) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-1074)) NIL T ELT)) (-2201 (((-1074) $) NIL (|has| (-1074) (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3247 (((-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72)) ELT)) (-2202 (((-1074) $) NIL (|has| (-1074) (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT) (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT) (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (OR (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014)) (|has| |#1| (-1014))) ELT)) (-2233 (((-584 (-1074)) $) NIL T ELT)) (-2234 (((-85) (-1074) $) NIL T ELT)) (-1275 (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL T ELT)) (-3611 (($ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL T ELT)) (-2204 (((-584 (-1074)) $) NIL T ELT)) (-2205 (((-85) (-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL (OR (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014)) (|has| |#1| (-1014))) ELT)) (-3803 ((|#1| $) NIL (|has| (-1074) (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) #1#) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-2200 (($ $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1276 (((-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))))) NIL (-12 (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-260 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ (-1074)) NIL T ELT) ((|#1| $ (-1074) |#1|) NIL T ELT)) (-1467 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL T ELT)) (-1731 (((-695) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) $) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL T ELT)) (-3948 (((-773) $) NIL (OR (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-553 (-773))) (|has| |#1| (-553 (-773)))) ELT)) (-1266 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72)) (|has| |#1| (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)))) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|))) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 (-1074)) (|:| |entry| |#1|)) (-72)) (|has| |#1| (-72))) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-1075 |#1|) (-1108 (-1074) |#1|) (-1014)) (T -1075))
+NIL
+((-3807 (((-1070 |#1|) (-1070 |#1|)) 83 T ELT)) (-3469 (((-3 (-1070 |#1|) #1="failed") (-1070 |#1|)) 39 T ELT)) (-3480 (((-1070 |#1|) (-350 (-485)) (-1070 |#1|)) 131 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3483 (((-1070 |#1|) |#1| (-1070 |#1|)) 135 (|has| |#1| (-312)) ELT)) (-3810 (((-1070 |#1|) (-1070 |#1|)) 97 T ELT)) (-3471 (((-1070 (-485)) (-485)) 63 T ELT)) (-3479 (((-1070 |#1|) (-1070 (-1070 |#1|))) 116 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3806 (((-1070 |#1|) (-485) (-485) (-1070 |#1|)) 103 T ELT)) (-3940 (((-1070 |#1|) |#1| (-485)) 51 T ELT)) (-3473 (((-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) 66 T ELT)) (-3481 (((-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) 133 (|has| |#1| (-312)) ELT)) (-3478 (((-1070 |#1|) |#1| (-1 (-1070 |#1|))) 115 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3482 (((-1070 |#1|) (-1 |#1| (-485)) |#1| (-1 (-1070 |#1|))) 134 (|has| |#1| (-312)) ELT)) (-3811 (((-1070 |#1|) (-1070 |#1|)) 96 T ELT)) (-3812 (((-1070 |#1|) (-1070 |#1|)) 82 T ELT)) (-3805 (((-1070 |#1|) (-485) (-485) (-1070 |#1|)) 104 T ELT)) (-3814 (((-1070 |#1|) |#1| (-1070 |#1|)) 113 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3470 (((-1070 (-485)) (-485)) 62 T ELT)) (-3472 (((-1070 |#1|) |#1|) 65 T ELT)) (-3808 (((-1070 |#1|) (-1070 |#1|) (-485) (-485)) 100 T ELT)) (-3475 (((-1070 |#1|) (-1 |#1| (-485)) (-1070 |#1|)) 72 T ELT)) (-3468 (((-3 (-1070 |#1|) #1#) (-1070 |#1|) (-1070 |#1|)) 37 T ELT)) (-3809 (((-1070 |#1|) (-1070 |#1|)) 98 T ELT)) (-3770 (((-1070 |#1|) (-1070 |#1|) |#1|) 77 T ELT)) (-3474 (((-1070 |#1|) (-1070 |#1|)) 68 T ELT)) (-3476 (((-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) 78 T ELT)) (-3948 (((-1070 |#1|) |#1|) 73 T ELT)) (-3477 (((-1070 |#1|) (-1070 (-1070 |#1|))) 88 T ELT)) (-3951 (((-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) 38 T ELT)) (-3839 (((-1070 |#1|) (-1070 |#1|)) 21 T ELT) (((-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) 23 T ELT)) (-3841 (((-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) 17 T ELT)) (* (((-1070 |#1|) (-1070 |#1|) |#1|) 29 T ELT) (((-1070 |#1|) |#1| (-1070 |#1|)) 26 T ELT) (((-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) 27 T ELT)))
+(((-1076 |#1|) (-10 -7 (-15 -3841 ((-1070 |#1|) (-1070 |#1|) (-1070 |#1|))) (-15 -3839 ((-1070 |#1|) (-1070 |#1|) (-1070 |#1|))) (-15 -3839 ((-1070 |#1|) (-1070 |#1|))) (-15 * ((-1070 |#1|) (-1070 |#1|) (-1070 |#1|))) (-15 * ((-1070 |#1|) |#1| (-1070 |#1|))) (-15 * ((-1070 |#1|) (-1070 |#1|) |#1|)) (-15 -3468 ((-3 (-1070 |#1|) #1="failed") (-1070 |#1|) (-1070 |#1|))) (-15 -3951 ((-1070 |#1|) (-1070 |#1|) (-1070 |#1|))) (-15 -3469 ((-3 (-1070 |#1|) #1#) (-1070 |#1|))) (-15 -3940 ((-1070 |#1|) |#1| (-485))) (-15 -3470 ((-1070 (-485)) (-485))) (-15 -3471 ((-1070 (-485)) (-485))) (-15 -3472 ((-1070 |#1|) |#1|)) (-15 -3473 ((-1070 |#1|) (-1070 |#1|) (-1070 |#1|))) (-15 -3474 ((-1070 |#1|) (-1070 |#1|))) (-15 -3475 ((-1070 |#1|) (-1 |#1| (-485)) (-1070 |#1|))) (-15 -3948 ((-1070 |#1|) |#1|)) (-15 -3770 ((-1070 |#1|) (-1070 |#1|) |#1|)) (-15 -3476 ((-1070 |#1|) (-1070 |#1|) (-1070 |#1|))) (-15 -3812 ((-1070 |#1|) (-1070 |#1|))) (-15 -3807 ((-1070 |#1|) (-1070 |#1|))) (-15 -3477 ((-1070 |#1|) (-1070 (-1070 |#1|)))) (-15 -3811 ((-1070 |#1|) (-1070 |#1|))) (-15 -3810 ((-1070 |#1|) (-1070 |#1|))) (-15 -3809 ((-1070 |#1|) (-1070 |#1|))) (-15 -3808 ((-1070 |#1|) (-1070 |#1|) (-485) (-485))) (-15 -3806 ((-1070 |#1|) (-485) (-485) (-1070 |#1|))) (-15 -3805 ((-1070 |#1|) (-485) (-485) (-1070 |#1|))) (IF (|has| |#1| (-38 (-350 (-485)))) (PROGN (-15 -3814 ((-1070 |#1|) |#1| (-1070 |#1|))) (-15 -3478 ((-1070 |#1|) |#1| (-1 (-1070 |#1|)))) (-15 -3479 ((-1070 |#1|) (-1070 (-1070 |#1|)))) (-15 -3480 ((-1070 |#1|) (-350 (-485)) (-1070 |#1|)))) |%noBranch|) (IF (|has| |#1| (-312)) (PROGN (-15 -3481 ((-1070 |#1|) (-1070 |#1|) (-1070 |#1|))) (-15 -3482 ((-1070 |#1|) (-1 |#1| (-485)) |#1| (-1 (-1070 |#1|)))) (-15 -3483 ((-1070 |#1|) |#1| (-1070 |#1|)))) |%noBranch|)) (-962)) (T -1076))
+((-3483 (*1 *2 *3 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-312)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3482 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-485))) (-5 *5 (-1 (-1070 *4))) (-4 *4 (-312)) (-4 *4 (-962)) (-5 *2 (-1070 *4)) (-5 *1 (-1076 *4)))) (-3481 (*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-312)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3480 (*1 *2 *3 *2) (-12 (-5 *2 (-1070 *4)) (-4 *4 (-38 *3)) (-4 *4 (-962)) (-5 *3 (-350 (-485))) (-5 *1 (-1076 *4)))) (-3479 (*1 *2 *3) (-12 (-5 *3 (-1070 (-1070 *4))) (-5 *2 (-1070 *4)) (-5 *1 (-1076 *4)) (-4 *4 (-38 (-350 (-485)))) (-4 *4 (-962)))) (-3478 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1070 *3))) (-5 *2 (-1070 *3)) (-5 *1 (-1076 *3)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)))) (-3814 (*1 *2 *3 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3805 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1070 *4)) (-5 *3 (-485)) (-4 *4 (-962)) (-5 *1 (-1076 *4)))) (-3806 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1070 *4)) (-5 *3 (-485)) (-4 *4 (-962)) (-5 *1 (-1076 *4)))) (-3808 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1070 *4)) (-5 *3 (-485)) (-4 *4 (-962)) (-5 *1 (-1076 *4)))) (-3809 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3810 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3811 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3477 (*1 *2 *3) (-12 (-5 *3 (-1070 (-1070 *4))) (-5 *2 (-1070 *4)) (-5 *1 (-1076 *4)) (-4 *4 (-962)))) (-3807 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3812 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3476 (*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3770 (*1 *2 *2 *3) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3948 (*1 *2 *3) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-1076 *3)) (-4 *3 (-962)))) (-3475 (*1 *2 *3 *2) (-12 (-5 *2 (-1070 *4)) (-5 *3 (-1 *4 (-485))) (-4 *4 (-962)) (-5 *1 (-1076 *4)))) (-3474 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3473 (*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3472 (*1 *2 *3) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-1076 *3)) (-4 *3 (-962)))) (-3471 (*1 *2 *3) (-12 (-5 *2 (-1070 (-485))) (-5 *1 (-1076 *4)) (-4 *4 (-962)) (-5 *3 (-485)))) (-3470 (*1 *2 *3) (-12 (-5 *2 (-1070 (-485))) (-5 *1 (-1076 *4)) (-4 *4 (-962)) (-5 *3 (-485)))) (-3940 (*1 *2 *3 *4) (-12 (-5 *4 (-485)) (-5 *2 (-1070 *3)) (-5 *1 (-1076 *3)) (-4 *3 (-962)))) (-3469 (*1 *2 *2) (|partial| -12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3951 (*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3468 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3839 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3839 (*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))) (-3841 (*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))))
+((-3494 (((-1070 |#1|) (-1070 |#1|)) 102 T ELT)) (-3641 (((-1070 |#1|) (-1070 |#1|)) 59 T ELT)) (-3485 (((-2 (|:| -3492 (-1070 |#1|)) (|:| -3493 (-1070 |#1|))) (-1070 |#1|)) 98 T ELT)) (-3492 (((-1070 |#1|) (-1070 |#1|)) 99 T ELT)) (-3484 (((-2 (|:| -3640 (-1070 |#1|)) (|:| -3636 (-1070 |#1|))) (-1070 |#1|)) 54 T ELT)) (-3640 (((-1070 |#1|) (-1070 |#1|)) 55 T ELT)) (-3496 (((-1070 |#1|) (-1070 |#1|)) 104 T ELT)) (-3639 (((-1070 |#1|) (-1070 |#1|)) 66 T ELT)) (-3944 (((-1070 |#1|) (-1070 |#1|)) 40 T ELT)) (-3945 (((-1070 |#1|) (-1070 |#1|)) 37 T ELT)) (-3497 (((-1070 |#1|) (-1070 |#1|)) 105 T ELT)) (-3638 (((-1070 |#1|) (-1070 |#1|)) 67 T ELT)) (-3495 (((-1070 |#1|) (-1070 |#1|)) 103 T ELT)) (-3637 (((-1070 |#1|) (-1070 |#1|)) 62 T ELT)) (-3493 (((-1070 |#1|) (-1070 |#1|)) 100 T ELT)) (-3636 (((-1070 |#1|) (-1070 |#1|)) 56 T ELT)) (-3500 (((-1070 |#1|) (-1070 |#1|)) 113 T ELT)) (-3488 (((-1070 |#1|) (-1070 |#1|)) 88 T ELT)) (-3498 (((-1070 |#1|) (-1070 |#1|)) 107 T ELT)) (-3486 (((-1070 |#1|) (-1070 |#1|)) 84 T ELT)) (-3502 (((-1070 |#1|) (-1070 |#1|)) 117 T ELT)) (-3490 (((-1070 |#1|) (-1070 |#1|)) 92 T ELT)) (-3503 (((-1070 |#1|) (-1070 |#1|)) 119 T ELT)) (-3491 (((-1070 |#1|) (-1070 |#1|)) 94 T ELT)) (-3501 (((-1070 |#1|) (-1070 |#1|)) 115 T ELT)) (-3489 (((-1070 |#1|) (-1070 |#1|)) 90 T ELT)) (-3499 (((-1070 |#1|) (-1070 |#1|)) 109 T ELT)) (-3487 (((-1070 |#1|) (-1070 |#1|)) 86 T ELT)) (** (((-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) 41 T ELT)))
+(((-1077 |#1|) (-10 -7 (-15 -3945 ((-1070 |#1|) (-1070 |#1|))) (-15 -3944 ((-1070 |#1|) (-1070 |#1|))) (-15 ** ((-1070 |#1|) (-1070 |#1|) (-1070 |#1|))) (-15 -3484 ((-2 (|:| -3640 (-1070 |#1|)) (|:| -3636 (-1070 |#1|))) (-1070 |#1|))) (-15 -3640 ((-1070 |#1|) (-1070 |#1|))) (-15 -3636 ((-1070 |#1|) (-1070 |#1|))) (-15 -3641 ((-1070 |#1|) (-1070 |#1|))) (-15 -3637 ((-1070 |#1|) (-1070 |#1|))) (-15 -3639 ((-1070 |#1|) (-1070 |#1|))) (-15 -3638 ((-1070 |#1|) (-1070 |#1|))) (-15 -3486 ((-1070 |#1|) (-1070 |#1|))) (-15 -3487 ((-1070 |#1|) (-1070 |#1|))) (-15 -3488 ((-1070 |#1|) (-1070 |#1|))) (-15 -3489 ((-1070 |#1|) (-1070 |#1|))) (-15 -3490 ((-1070 |#1|) (-1070 |#1|))) (-15 -3491 ((-1070 |#1|) (-1070 |#1|))) (-15 -3485 ((-2 (|:| -3492 (-1070 |#1|)) (|:| -3493 (-1070 |#1|))) (-1070 |#1|))) (-15 -3492 ((-1070 |#1|) (-1070 |#1|))) (-15 -3493 ((-1070 |#1|) (-1070 |#1|))) (-15 -3494 ((-1070 |#1|) (-1070 |#1|))) (-15 -3495 ((-1070 |#1|) (-1070 |#1|))) (-15 -3496 ((-1070 |#1|) (-1070 |#1|))) (-15 -3497 ((-1070 |#1|) (-1070 |#1|))) (-15 -3498 ((-1070 |#1|) (-1070 |#1|))) (-15 -3499 ((-1070 |#1|) (-1070 |#1|))) (-15 -3500 ((-1070 |#1|) (-1070 |#1|))) (-15 -3501 ((-1070 |#1|) (-1070 |#1|))) (-15 -3502 ((-1070 |#1|) (-1070 |#1|))) (-15 -3503 ((-1070 |#1|) (-1070 |#1|)))) (-38 (-350 (-485)))) (T -1077))
+((-3503 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3502 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3501 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3500 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3499 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3498 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3497 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3496 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3495 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3494 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3493 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3492 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3485 (*1 *2 *3) (-12 (-4 *4 (-38 (-350 (-485)))) (-5 *2 (-2 (|:| -3492 (-1070 *4)) (|:| -3493 (-1070 *4)))) (-5 *1 (-1077 *4)) (-5 *3 (-1070 *4)))) (-3491 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3490 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3489 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3488 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3487 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3486 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3638 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3639 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3637 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3641 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3636 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3640 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3484 (*1 *2 *3) (-12 (-4 *4 (-38 (-350 (-485)))) (-5 *2 (-2 (|:| -3640 (-1070 *4)) (|:| -3636 (-1070 *4)))) (-5 *1 (-1077 *4)) (-5 *3 (-1070 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3944 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))) (-3945 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3)))))
+((-3494 (((-1070 |#1|) (-1070 |#1|)) 60 T ELT)) (-3641 (((-1070 |#1|) (-1070 |#1|)) 42 T ELT)) (-3492 (((-1070 |#1|) (-1070 |#1|)) 56 T ELT)) (-3640 (((-1070 |#1|) (-1070 |#1|)) 38 T ELT)) (-3496 (((-1070 |#1|) (-1070 |#1|)) 63 T ELT)) (-3639 (((-1070 |#1|) (-1070 |#1|)) 45 T ELT)) (-3944 (((-1070 |#1|) (-1070 |#1|)) 34 T ELT)) (-3945 (((-1070 |#1|) (-1070 |#1|)) 29 T ELT)) (-3497 (((-1070 |#1|) (-1070 |#1|)) 64 T ELT)) (-3638 (((-1070 |#1|) (-1070 |#1|)) 46 T ELT)) (-3495 (((-1070 |#1|) (-1070 |#1|)) 61 T ELT)) (-3637 (((-1070 |#1|) (-1070 |#1|)) 43 T ELT)) (-3493 (((-1070 |#1|) (-1070 |#1|)) 58 T ELT)) (-3636 (((-1070 |#1|) (-1070 |#1|)) 40 T ELT)) (-3500 (((-1070 |#1|) (-1070 |#1|)) 68 T ELT)) (-3488 (((-1070 |#1|) (-1070 |#1|)) 50 T ELT)) (-3498 (((-1070 |#1|) (-1070 |#1|)) 66 T ELT)) (-3486 (((-1070 |#1|) (-1070 |#1|)) 48 T ELT)) (-3502 (((-1070 |#1|) (-1070 |#1|)) 71 T ELT)) (-3490 (((-1070 |#1|) (-1070 |#1|)) 53 T ELT)) (-3503 (((-1070 |#1|) (-1070 |#1|)) 72 T ELT)) (-3491 (((-1070 |#1|) (-1070 |#1|)) 54 T ELT)) (-3501 (((-1070 |#1|) (-1070 |#1|)) 70 T ELT)) (-3489 (((-1070 |#1|) (-1070 |#1|)) 52 T ELT)) (-3499 (((-1070 |#1|) (-1070 |#1|)) 69 T ELT)) (-3487 (((-1070 |#1|) (-1070 |#1|)) 51 T ELT)) (** (((-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) 36 T ELT)))
+(((-1078 |#1|) (-10 -7 (-15 -3945 ((-1070 |#1|) (-1070 |#1|))) (-15 -3944 ((-1070 |#1|) (-1070 |#1|))) (-15 ** ((-1070 |#1|) (-1070 |#1|) (-1070 |#1|))) (-15 -3640 ((-1070 |#1|) (-1070 |#1|))) (-15 -3636 ((-1070 |#1|) (-1070 |#1|))) (-15 -3641 ((-1070 |#1|) (-1070 |#1|))) (-15 -3637 ((-1070 |#1|) (-1070 |#1|))) (-15 -3639 ((-1070 |#1|) (-1070 |#1|))) (-15 -3638 ((-1070 |#1|) (-1070 |#1|))) (-15 -3486 ((-1070 |#1|) (-1070 |#1|))) (-15 -3487 ((-1070 |#1|) (-1070 |#1|))) (-15 -3488 ((-1070 |#1|) (-1070 |#1|))) (-15 -3489 ((-1070 |#1|) (-1070 |#1|))) (-15 -3490 ((-1070 |#1|) (-1070 |#1|))) (-15 -3491 ((-1070 |#1|) (-1070 |#1|))) (-15 -3492 ((-1070 |#1|) (-1070 |#1|))) (-15 -3493 ((-1070 |#1|) (-1070 |#1|))) (-15 -3494 ((-1070 |#1|) (-1070 |#1|))) (-15 -3495 ((-1070 |#1|) (-1070 |#1|))) (-15 -3496 ((-1070 |#1|) (-1070 |#1|))) (-15 -3497 ((-1070 |#1|) (-1070 |#1|))) (-15 -3498 ((-1070 |#1|) (-1070 |#1|))) (-15 -3499 ((-1070 |#1|) (-1070 |#1|))) (-15 -3500 ((-1070 |#1|) (-1070 |#1|))) (-15 -3501 ((-1070 |#1|) (-1070 |#1|))) (-15 -3502 ((-1070 |#1|) (-1070 |#1|))) (-15 -3503 ((-1070 |#1|) (-1070 |#1|)))) (-38 (-350 (-485)))) (T -1078))
+((-3503 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3502 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3501 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3500 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3499 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3498 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3497 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3496 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3495 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3494 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3493 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3492 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3491 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3490 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3489 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3488 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3487 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3486 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3638 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3639 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3637 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3641 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3636 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3640 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3944 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))) (-3945 (*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
+((-3504 (((-870 |#2|) |#2| |#2|) 51 T ELT)) (-3505 ((|#2| |#2| |#1|) 19 (|has| |#1| (-258)) ELT)))
+(((-1079 |#1| |#2|) (-10 -7 (-15 -3504 ((-870 |#2|) |#2| |#2|)) (IF (|has| |#1| (-258)) (-15 -3505 (|#2| |#2| |#1|)) |%noBranch|)) (-496) (-1156 |#1|)) (T -1079))
+((-3505 (*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-4 *3 (-496)) (-5 *1 (-1079 *3 *2)) (-4 *2 (-1156 *3)))) (-3504 (*1 *2 *3 *3) (-12 (-4 *4 (-496)) (-5 *2 (-870 *3)) (-5 *1 (-1079 *4 *3)) (-4 *3 (-1156 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3513 (($ $ (-584 (-695))) 79 T ELT)) (-3890 (($) 33 T ELT)) (-3522 (($ $) 51 T ELT)) (-3753 (((-584 $) $) 60 T ELT)) (-3528 (((-85) $) 19 T ELT)) (-3506 (((-584 (-855 |#2|)) $) 86 T ELT)) (-3507 (($ $) 80 T ELT)) (-3523 (((-695) $) 47 T ELT)) (-3616 (($) 32 T ELT)) (-3516 (($ $ (-584 (-695)) (-855 |#2|)) 72 T ELT) (($ $ (-584 (-695)) (-695)) 73 T ELT) (($ $ (-695) (-855 |#2|)) 75 T ELT)) (-3520 (($ $ $) 57 T ELT) (($ (-584 $)) 59 T ELT)) (-3508 (((-695) $) 87 T ELT)) (-3529 (((-85) $) 15 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3527 (((-85) $) 22 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3509 (((-145) $) 85 T ELT)) (-3512 (((-855 |#2|) $) 81 T ELT)) (-3511 (((-695) $) 82 T ELT)) (-3510 (((-85) $) 84 T ELT)) (-3514 (($ $ (-584 (-695)) (-145)) 78 T ELT)) (-3521 (($ $) 52 T ELT)) (-3948 (((-773) $) 99 T ELT)) (-3515 (($ $ (-584 (-695)) (-85)) 77 T ELT)) (-3524 (((-584 $) $) 11 T ELT)) (-3525 (($ $ (-695)) 46 T ELT)) (-3526 (($ $) 43 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3517 (($ $ $ (-855 |#2|) (-695)) 68 T ELT)) (-3518 (($ $ (-855 |#2|)) 67 T ELT)) (-3519 (($ $ (-584 (-695)) (-855 |#2|)) 66 T ELT) (($ $ (-584 (-695)) (-695)) 70 T ELT) (((-695) $ (-855 |#2|)) 71 T ELT)) (-3058 (((-85) $ $) 92 T ELT)))
+(((-1080 |#1| |#2|) (-13 (-1014) (-10 -8 (-15 -3529 ((-85) $)) (-15 -3528 ((-85) $)) (-15 -3527 ((-85) $)) (-15 -3616 ($)) (-15 -3890 ($)) (-15 -3526 ($ $)) (-15 -3525 ($ $ (-695))) (-15 -3524 ((-584 $) $)) (-15 -3523 ((-695) $)) (-15 -3522 ($ $)) (-15 -3521 ($ $)) (-15 -3520 ($ $ $)) (-15 -3520 ($ (-584 $))) (-15 -3753 ((-584 $) $)) (-15 -3519 ($ $ (-584 (-695)) (-855 |#2|))) (-15 -3518 ($ $ (-855 |#2|))) (-15 -3517 ($ $ $ (-855 |#2|) (-695))) (-15 -3516 ($ $ (-584 (-695)) (-855 |#2|))) (-15 -3519 ($ $ (-584 (-695)) (-695))) (-15 -3516 ($ $ (-584 (-695)) (-695))) (-15 -3519 ((-695) $ (-855 |#2|))) (-15 -3516 ($ $ (-695) (-855 |#2|))) (-15 -3515 ($ $ (-584 (-695)) (-85))) (-15 -3514 ($ $ (-584 (-695)) (-145))) (-15 -3513 ($ $ (-584 (-695)))) (-15 -3512 ((-855 |#2|) $)) (-15 -3511 ((-695) $)) (-15 -3510 ((-85) $)) (-15 -3509 ((-145) $)) (-15 -3508 ((-695) $)) (-15 -3507 ($ $)) (-15 -3506 ((-584 (-855 |#2|)) $)))) (-831) (-962)) (T -1080))
+((-3529 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3528 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3527 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3616 (*1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))) (-3890 (*1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))) (-3526 (*1 *1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))) (-3525 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3524 (*1 *2 *1) (-12 (-5 *2 (-584 (-1080 *3 *4))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3523 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3522 (*1 *1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))) (-3521 (*1 *1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))) (-3520 (*1 *1 *1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))) (-3520 (*1 *1 *2) (-12 (-5 *2 (-584 (-1080 *3 *4))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3753 (*1 *2 *1) (-12 (-5 *2 (-584 (-1080 *3 *4))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3519 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-695))) (-5 *3 (-855 *5)) (-4 *5 (-962)) (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)))) (-3518 (*1 *1 *1 *2) (-12 (-5 *2 (-855 *4)) (-4 *4 (-962)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)))) (-3517 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-855 *5)) (-5 *3 (-695)) (-4 *5 (-962)) (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)))) (-3516 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-695))) (-5 *3 (-855 *5)) (-4 *5 (-962)) (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)))) (-3519 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-695))) (-5 *3 (-695)) (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)) (-4 *5 (-962)))) (-3516 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-695))) (-5 *3 (-695)) (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)) (-4 *5 (-962)))) (-3519 (*1 *2 *1 *3) (-12 (-5 *3 (-855 *5)) (-4 *5 (-962)) (-5 *2 (-695)) (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)))) (-3516 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-695)) (-5 *3 (-855 *5)) (-4 *5 (-962)) (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)))) (-3515 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-695))) (-5 *3 (-85)) (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)) (-4 *5 (-962)))) (-3514 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-695))) (-5 *3 (-145)) (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)) (-4 *5 (-962)))) (-3513 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-695))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3512 (*1 *2 *1) (-12 (-5 *2 (-855 *4)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3511 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3510 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3509 (*1 *2 *1) (-12 (-5 *2 (-145)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3508 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))) (-3507 (*1 *1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))) (-3506 (*1 *2 *1) (-12 (-5 *2 (-584 (-855 *4))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3530 ((|#2| $) 11 T ELT)) (-3531 ((|#1| $) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3532 (($ |#1| |#2|) 9 T ELT)) (-3948 (((-773) $) 16 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1081 |#1| |#2|) (-13 (-1014) (-10 -8 (-15 -3532 ($ |#1| |#2|)) (-15 -3531 (|#1| $)) (-15 -3530 (|#2| $)))) (-1014) (-1014)) (T -1081))
+((-3532 (*1 *1 *2 *3) (-12 (-5 *1 (-1081 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))) (-3531 (*1 *2 *1) (-12 (-4 *2 (-1014)) (-5 *1 (-1081 *2 *3)) (-4 *3 (-1014)))) (-3530 (*1 *2 *1) (-12 (-4 *2 (-1014)) (-5 *1 (-1081 *3 *2)) (-4 *3 (-1014)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3533 (((-1050) $) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 16 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1082) (-13 (-996) (-10 -8 (-15 -3533 ((-1050) $))))) (T -1082))
+((-3533 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1082)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3131 (((-1090 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-258)) (|has| |#1| (-312))) ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) 11 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT)) (-2064 (($ $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT)) (-2062 (((-85) $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT)) (-3773 (($ $ (-485)) NIL T ELT) (($ $ (-485) (-485)) 75 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))) $) NIL T ELT)) (-3733 (((-1090 |#1| |#2| |#3|) $) 42 T ELT)) (-3730 (((-3 (-1090 |#1| |#2| |#3|) #1="failed") $) 32 T ELT)) (-3731 (((-1090 |#1| |#2| |#3|) $) 33 T ELT)) (-3494 (($ $) 116 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 92 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1#) $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) ELT)) (-3777 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3492 (($ $) 112 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 88 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3625 (((-485) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) ELT)) (-3820 (($ (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|)))) NIL T ELT)) (-3496 (($ $) 120 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 96 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-1090 |#1| |#2| |#3|) #1#) $) 34 T ELT) (((-3 (-1091) #1#) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-951 (-1091))) (|has| |#1| (-312))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-951 (-485))) (|has| |#1| (-312))) ELT) (((-3 (-485) #1#) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-951 (-485))) (|has| |#1| (-312))) ELT)) (-3158 (((-1090 |#1| |#2| |#3|) $) 140 T ELT) (((-1091) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-951 (-1091))) (|has| |#1| (-312))) ELT) (((-350 (-485)) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-951 (-485))) (|has| |#1| (-312))) ELT) (((-485) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-951 (-485))) (|has| |#1| (-312))) ELT)) (-3732 (($ $) 37 T ELT) (($ (-485) $) 38 T ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-1090 |#1| |#2| |#3|)) (-631 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-1090 |#1| |#2| |#3|))) (|:| |vec| (-1180 (-1090 |#1| |#2| |#3|)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-581 (-485))) (|has| |#1| (-312))) ELT) (((-631 (-485)) (-631 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-581 (-485))) (|has| |#1| (-312))) ELT)) (-3469 (((-3 $ #1#) $) 54 T ELT)) (-3729 (((-350 (-858 |#1|)) $ (-485)) 74 (|has| |#1| (-496)) ELT) (((-350 (-858 |#1|)) $ (-485) (-485)) 76 (|has| |#1| (-496)) ELT)) (-2996 (($) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-484)) (|has| |#1| (-312))) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-3188 (((-85) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) ELT)) (-2894 (((-85) $) 28 T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-797 (-330))) (|has| |#1| (-312))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-797 (-485))) (|has| |#1| (-312))) ELT)) (-3774 (((-485) $) NIL T ELT) (((-485) $ (-485)) 26 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3000 (((-1090 |#1| |#2| |#3|) $) 44 (|has| |#1| (-312)) ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3447 (((-633 $) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-1067)) (|has| |#1| (-312))) ELT)) (-3189 (((-85) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) ELT)) (-3779 (($ $ (-831)) NIL T ELT)) (-3817 (($ (-1 |#1| (-485)) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-485)) 19 T ELT) (($ $ (-995) (-485)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-485))) NIL T ELT)) (-2533 (($ $ $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-2859 (($ $ $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-312)) ELT)) (-3944 (($ $) 81 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2281 (((-631 (-1090 |#1| |#2| |#3|)) (-1180 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-1090 |#1| |#2| |#3|))) (|:| |vec| (-1180 (-1090 |#1| |#2| |#3|)))) (-1180 $) $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-581 (-485))) (|has| |#1| (-312))) ELT) (((-631 (-485)) (-1180 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-581 (-485))) (|has| |#1| (-312))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3781 (($ (-485) (-1090 |#1| |#2| |#3|)) 36 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3814 (($ $) 79 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))))) ELT) (($ $ (-1177 |#2|)) 80 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3448 (($) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-1067)) (|has| |#1| (-312))) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3130 (($ $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-258)) (|has| |#1| (-312))) ELT)) (-3132 (((-1090 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-484)) (|has| |#1| (-312))) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-485)) 158 T ELT)) (-3468 (((-3 $ #1#) $ $) 55 (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3945 (($ $) 82 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-485)))) ELT) (($ $ (-1091) (-1090 |#1| |#2| |#3|)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-456 (-1091) (-1090 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-584 (-1091)) (-584 (-1090 |#1| |#2| |#3|))) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-456 (-1091) (-1090 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-584 (-249 (-1090 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-260 (-1090 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-249 (-1090 |#1| |#2| |#3|))) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-260 (-1090 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-260 (-1090 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-584 (-1090 |#1| |#2| |#3|)) (-584 (-1090 |#1| |#2| |#3|))) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-260 (-1090 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-485)) NIL T ELT) (($ $ $) 61 (|has| (-485) (-1026)) ELT) (($ $ (-1090 |#1| |#2| |#3|)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-241 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) (-695)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|))) NIL (|has| |#1| (-312)) ELT) (($ $ (-1177 |#2|)) 57 T ELT) (($ $) 56 (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT)) (-2997 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2999 (((-1090 |#1| |#2| |#3|) $) 46 (|has| |#1| (-312)) ELT)) (-3950 (((-485) $) 43 T ELT)) (-3497 (($ $) 122 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 98 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 118 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 94 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 114 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 90 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3974 (((-474) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-554 (-474))) (|has| |#1| (-312))) ELT) (((-330) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-934)) (|has| |#1| (-312))) ELT) (((-179) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-934)) (|has| |#1| (-312))) ELT) (((-801 (-330)) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-554 (-801 (-330)))) (|has| |#1| (-312))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-554 (-801 (-485)))) (|has| |#1| (-312))) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) ELT)) (-2893 (($ $) NIL T ELT)) (-3948 (((-773) $) 162 T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-1090 |#1| |#2| |#3|)) 30 T ELT) (($ (-1177 |#2|)) 25 T ELT) (($ (-1091)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-951 (-1091))) (|has| |#1| (-312))) ELT) (($ $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT) (($ (-350 (-485))) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-951 (-485))) (|has| |#1| (-312))) (|has| |#1| (-38 (-350 (-485))))) ELT)) (-3679 ((|#1| $ (-485)) 77 T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-118)) (|has| |#1| (-312))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-3775 ((|#1| $) 12 T ELT)) (-3133 (((-1090 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-484)) (|has| |#1| (-312))) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) 128 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 104 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT)) (-3498 (($ $) 124 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 100 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 132 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 108 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-485)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-485)))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) 134 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 110 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 130 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 106 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 126 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 102 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3385 (($ $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) ELT)) (-2662 (($) 21 T CONST)) (-2668 (($) 16 T CONST)) (-2671 (($ $ (-1 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) (-695)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|))) NIL (|has| |#1| (-312)) ELT) (($ $ (-1177 |#2|)) NIL T ELT) (($ $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT)) (-2568 (((-85) $ $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-2569 (((-85) $ $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-2687 (((-85) $ $) NIL (OR (-12 (|has| (-1090 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) 49 (|has| |#1| (-312)) ELT) (($ (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) 50 (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 23 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 60 T ELT) (($ $ (-485)) NIL (|has| |#1| (-312)) ELT) (($ $ $) 83 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 137 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-1090 |#1| |#2| |#3|)) 48 (|has| |#1| (-312)) ELT) (($ (-1090 |#1| |#2| |#3|) $) 47 (|has| |#1| (-312)) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1083 |#1| |#2| |#3|) (-13 (-1144 |#1| (-1090 |#1| |#2| |#3|)) (-807 $ (-1177 |#2|)) (-10 -8 (-15 -3948 ($ (-1177 |#2|))) (IF (|has| |#1| (-38 (-350 (-485)))) (-15 -3814 ($ $ (-1177 |#2|))) |%noBranch|))) (-962) (-1091) |#1|) (T -1083))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1083 *3 *4 *5)) (-4 *3 (-962)) (-14 *5 *3))) (-3814 (*1 *1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1083 *3 *4 *5)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3))))
+((-3534 ((|#2| |#2| (-1005 |#2|)) 26 T ELT) ((|#2| |#2| (-1091)) 28 T ELT)))
+(((-1084 |#1| |#2|) (-10 -7 (-15 -3534 (|#2| |#2| (-1091))) (-15 -3534 (|#2| |#2| (-1005 |#2|)))) (-13 (-496) (-951 (-485)) (-581 (-485))) (-13 (-364 |#1|) (-133) (-27) (-1116))) (T -1084))
+((-3534 (*1 *2 *2 *3) (-12 (-5 *3 (-1005 *2)) (-4 *2 (-13 (-364 *4) (-133) (-27) (-1116))) (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1084 *4 *2)))) (-3534 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1084 *4 *2)) (-4 *2 (-13 (-364 *4) (-133) (-27) (-1116))))))
+((-3534 (((-3 (-350 (-858 |#1|)) (-265 |#1|)) (-350 (-858 |#1|)) (-1005 (-350 (-858 |#1|)))) 31 T ELT) (((-350 (-858 |#1|)) (-858 |#1|) (-1005 (-858 |#1|))) 44 T ELT) (((-3 (-350 (-858 |#1|)) (-265 |#1|)) (-350 (-858 |#1|)) (-1091)) 33 T ELT) (((-350 (-858 |#1|)) (-858 |#1|) (-1091)) 36 T ELT)))
+(((-1085 |#1|) (-10 -7 (-15 -3534 ((-350 (-858 |#1|)) (-858 |#1|) (-1091))) (-15 -3534 ((-3 (-350 (-858 |#1|)) (-265 |#1|)) (-350 (-858 |#1|)) (-1091))) (-15 -3534 ((-350 (-858 |#1|)) (-858 |#1|) (-1005 (-858 |#1|)))) (-15 -3534 ((-3 (-350 (-858 |#1|)) (-265 |#1|)) (-350 (-858 |#1|)) (-1005 (-350 (-858 |#1|)))))) (-13 (-496) (-951 (-485)))) (T -1085))
+((-3534 (*1 *2 *3 *4) (-12 (-5 *4 (-1005 (-350 (-858 *5)))) (-5 *3 (-350 (-858 *5))) (-4 *5 (-13 (-496) (-951 (-485)))) (-5 *2 (-3 *3 (-265 *5))) (-5 *1 (-1085 *5)))) (-3534 (*1 *2 *3 *4) (-12 (-5 *4 (-1005 (-858 *5))) (-5 *3 (-858 *5)) (-4 *5 (-13 (-496) (-951 (-485)))) (-5 *2 (-350 *3)) (-5 *1 (-1085 *5)))) (-3534 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-496) (-951 (-485)))) (-5 *2 (-3 (-350 (-858 *5)) (-265 *5))) (-5 *1 (-1085 *5)) (-5 *3 (-350 (-858 *5))))) (-3534 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-496) (-951 (-485)))) (-5 *2 (-350 (-858 *5))) (-5 *1 (-1085 *5)) (-5 *3 (-858 *5)))))
+((-2570 (((-85) $ $) 172 T ELT)) (-3190 (((-85) $) 44 T ELT)) (-3769 (((-1180 |#1|) $ (-695)) NIL T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3767 (($ (-1086 |#1|)) NIL T ELT)) (-3085 (((-1086 $) $ (-995)) 83 T ELT) (((-1086 |#1|) $) 72 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) 166 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-995))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3757 (($ $ $) 160 (|has| |#1| (-496)) ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 97 (|has| |#1| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) 117 (|has| |#1| (-822)) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3763 (($ $ (-695)) 62 T ELT)) (-3762 (($ $ (-695)) 64 T ELT)) (-3753 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-392)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#1| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-995) #1#) $) NIL T ELT)) (-3158 ((|#1| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-995) $) NIL T ELT)) (-3758 (($ $ $ (-995)) NIL (|has| |#1| (-146)) ELT) ((|#1| $ $) 162 (|has| |#1| (-146)) ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) 81 T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#1|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3761 (($ $ $) 133 T ELT)) (-3755 (($ $ $) NIL (|has| |#1| (-496)) ELT)) (-3754 (((-2 (|:| -3956 |#1|) (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-496)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3505 (($ $) 167 (|has| |#1| (-392)) ELT) (($ $ (-995)) NIL (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-822)) ELT)) (-1625 (($ $ |#1| (-695) $) 70 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-995) (-797 (-330))) (|has| |#1| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-995) (-797 (-485))) (|has| |#1| (-797 (-485)))) ELT)) (-3535 (((-773) $ (-773)) 150 T ELT)) (-3774 (((-695) $ $) NIL (|has| |#1| (-496)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 49 T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| |#1| (-1067)) ELT)) (-3086 (($ (-1086 |#1|) (-995)) 74 T ELT) (($ (-1086 $) (-995)) 91 T ELT)) (-3779 (($ $ (-695)) 52 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-695)) 89 T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-995)) NIL T ELT) (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 155 T ELT)) (-2822 (((-695) $) NIL T ELT) (((-695) $ (-995)) NIL T ELT) (((-584 (-695)) $ (-584 (-995))) NIL T ELT)) (-1626 (($ (-1 (-695) (-695)) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3768 (((-1086 |#1|) $) NIL T ELT)) (-3084 (((-3 (-995) #1#) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) NIL T ELT) (((-631 |#1|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) 77 T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) NIL (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3764 (((-2 (|:| -1973 $) (|:| -2904 $)) $ (-695)) 61 T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-995)) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3814 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3448 (($) NIL (|has| |#1| (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) 51 T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 105 (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-392)) ELT) (($ $ $) 169 (|has| |#1| (-392)) ELT)) (-3740 (($ $ (-695) |#1| $) 125 T ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 103 (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 102 (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) 110 (|has| |#1| (-822)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ #1#) $ |#1|) 165 (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ $) 126 (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-995) |#1|) NIL T ELT) (($ $ (-584 (-995)) (-584 |#1|)) NIL T ELT) (($ $ (-995) $) NIL T ELT) (($ $ (-584 (-995)) (-584 $)) NIL T ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ |#1|) 152 T ELT) (($ $ $) 153 T ELT) (((-350 $) (-350 $) (-350 $)) NIL (|has| |#1| (-496)) ELT) ((|#1| (-350 $) |#1|) NIL (|has| |#1| (-312)) ELT) (((-350 $) $ (-350 $)) NIL (|has| |#1| (-496)) ELT)) (-3766 (((-3 $ #1#) $ (-695)) 55 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 173 (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-995)) NIL (|has| |#1| (-146)) ELT) ((|#1| $) 158 (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995))) NIL T ELT) (($ $ (-995)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1 |#1| |#1|) $) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT)) (-3950 (((-695) $) 79 T ELT) (((-695) $ (-995)) NIL T ELT) (((-584 (-695)) $ (-584 (-995))) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-995) (-554 (-801 (-330)))) (|has| |#1| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-995) (-554 (-801 (-485)))) (|has| |#1| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-995) (-554 (-474))) (|has| |#1| (-554 (-474)))) ELT)) (-2819 ((|#1| $) 164 (|has| |#1| (-392)) ELT) (($ $ (-995)) NIL (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3756 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT) (((-3 (-350 $) #1#) (-350 $) $) NIL (|has| |#1| (-496)) ELT)) (-3948 (((-773) $) 151 T ELT) (($ (-485)) NIL T ELT) (($ |#1|) 78 T ELT) (($ (-995)) NIL T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-695)) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) 42 (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 18 T CONST)) (-2668 (($) 20 T CONST)) (-2671 (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995))) NIL T ELT) (($ $ (-995)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-1 |#1| |#1|)) NIL T ELT) (($ $ (-1 |#1| |#1|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#1| (-812 (-1091))) ELT)) (-3058 (((-85) $ $) 122 T ELT)) (-3951 (($ $ |#1|) 174 (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 92 T ELT)) (** (($ $ (-831)) 14 T ELT) (($ $ (-695)) 12 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 40 T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 131 T ELT) (($ $ |#1|) NIL T ELT)))
+(((-1086 |#1|) (-13 (-1156 |#1|) (-10 -8 (-15 -3535 ((-773) $ (-773))) (-15 -3740 ($ $ (-695) |#1| $)))) (-962)) (T -1086))
+((-3535 (*1 *2 *1 *2) (-12 (-5 *2 (-773)) (-5 *1 (-1086 *3)) (-4 *3 (-962)))) (-3740 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-695)) (-5 *1 (-1086 *3)) (-4 *3 (-962)))))
+((-3960 (((-1086 |#2|) (-1 |#2| |#1|) (-1086 |#1|)) 13 T ELT)))
+(((-1087 |#1| |#2|) (-10 -7 (-15 -3960 ((-1086 |#2|) (-1 |#2| |#1|) (-1086 |#1|)))) (-962) (-962)) (T -1087))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1086 *5)) (-4 *5 (-962)) (-4 *6 (-962)) (-5 *2 (-1086 *6)) (-5 *1 (-1087 *5 *6)))))
+((-3973 (((-348 (-1086 (-350 |#4|))) (-1086 (-350 |#4|))) 51 T ELT)) (-3734 (((-348 (-1086 (-350 |#4|))) (-1086 (-350 |#4|))) 52 T ELT)))
+(((-1088 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3734 ((-348 (-1086 (-350 |#4|))) (-1086 (-350 |#4|)))) (-15 -3973 ((-348 (-1086 (-350 |#4|))) (-1086 (-350 |#4|))))) (-718) (-757) (-392) (-862 |#3| |#1| |#2|)) (T -1088))
+((-3973 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-392)) (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-348 (-1086 (-350 *7)))) (-5 *1 (-1088 *4 *5 *6 *7)) (-5 *3 (-1086 (-350 *7))))) (-3734 (*1 *2 *3) (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-392)) (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-348 (-1086 (-350 *7)))) (-5 *1 (-1088 *4 *5 *6 *7)) (-5 *3 (-1086 (-350 *7))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) 11 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-350 (-485))) NIL T ELT) (($ $ (-350 (-485)) (-350 (-485))) NIL T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|))) $) NIL T ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-695) (-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|)))) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-1083 |#1| |#2| |#3|) #1#) $) 33 T ELT) (((-3 (-1090 |#1| |#2| |#3|) #1#) $) 36 T ELT)) (-3158 (((-1083 |#1| |#2| |#3|) $) NIL T ELT) (((-1090 |#1| |#2| |#3|) $) NIL T ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3783 (((-350 (-485)) $) 59 T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3784 (($ (-350 (-485)) (-1083 |#1| |#2| |#3|)) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-2894 (((-85) $) NIL T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-350 (-485)) $) NIL T ELT) (((-350 (-485)) $ (-350 (-485))) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3779 (($ $ (-831)) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-350 (-485))) 20 T ELT) (($ $ (-995) (-350 (-485))) NIL T ELT) (($ $ (-584 (-995)) (-584 (-350 (-485)))) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3782 (((-1083 |#1| |#2| |#3|) $) 41 T ELT)) (-3780 (((-3 (-1083 |#1| |#2| |#3|) #1#) $) NIL T ELT)) (-3781 (((-1083 |#1| |#2| |#3|) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3814 (($ $) 39 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))))) ELT) (($ $ (-1177 |#2|)) 40 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-350 (-485))) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3945 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-350 (-485))) NIL T ELT) (($ $ $) NIL (|has| (-350 (-485)) (-1026)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) 37 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-1177 |#2|)) 38 T ELT)) (-3950 (((-350 (-485)) $) NIL T ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) NIL T ELT)) (-3948 (((-773) $) 62 T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-1083 |#1| |#2| |#3|)) 30 T ELT) (($ (-1090 |#1| |#2| |#3|)) 31 T ELT) (($ (-1177 |#2|)) 26 T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3679 ((|#1| $ (-350 (-485))) NIL T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-3775 ((|#1| $) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-350 (-485))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 22 T CONST)) (-2668 (($) 16 T CONST)) (-2671 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-1177 |#2|)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 24 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1089 |#1| |#2| |#3|) (-13 (-1165 |#1| (-1083 |#1| |#2| |#3|)) (-807 $ (-1177 |#2|)) (-951 (-1090 |#1| |#2| |#3|)) (-556 (-1177 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-350 (-485)))) (-15 -3814 ($ $ (-1177 |#2|))) |%noBranch|))) (-962) (-1091) |#1|) (T -1089))
+((-3814 (*1 *1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1089 *3 *4 *5)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 129 T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) 119 T ELT)) (-3813 (((-1149 |#2| |#1|) $ (-695)) 69 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-695)) 85 T ELT) (($ $ (-695) (-695)) 82 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-695)) (|:| |c| |#1|))) $) 105 T ELT)) (-3494 (($ $) 173 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 149 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3492 (($ $) 169 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 145 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-1070 (-2 (|:| |k| (-695)) (|:| |c| |#1|)))) 118 T ELT) (($ (-1070 |#1|)) 113 T ELT)) (-3496 (($ $) 177 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 153 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) 25 T ELT)) (-3818 (($ $) 28 T ELT)) (-3816 (((-858 |#1|) $ (-695)) 81 T ELT) (((-858 |#1|) $ (-695) (-695)) 83 T ELT)) (-2894 (((-85) $) 124 T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-695) $) 126 T ELT) (((-695) $ (-695)) 128 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3779 (($ $ (-831)) NIL T ELT)) (-3817 (($ (-1 |#1| (-485)) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-695)) 13 T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3944 (($ $) 135 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3814 (($ $) 133 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))))) ELT) (($ $ (-1177 |#2|)) 134 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3771 (($ $ (-695)) 15 T ELT)) (-3468 (((-3 $ #1#) $ $) 26 (|has| |#1| (-496)) ELT)) (-3945 (($ $) 137 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-695)))) ELT)) (-3802 ((|#1| $ (-695)) 122 T ELT) (($ $ $) 132 (|has| (-695) (-1026)) ELT)) (-3760 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $) 29 (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT) (($ $ (-1177 |#2|)) 31 T ELT)) (-3950 (((-695) $) NIL T ELT)) (-3497 (($ $) 179 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 155 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 175 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 151 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 171 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 147 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) NIL T ELT)) (-3948 (((-773) $) 206 T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ |#1|) 130 (|has| |#1| (-146)) ELT) (($ (-1149 |#2| |#1|)) 55 T ELT) (($ (-1177 |#2|)) 36 T ELT)) (-3819 (((-1070 |#1|) $) 101 T ELT)) (-3679 ((|#1| $ (-695)) 121 T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-3775 ((|#1| $) 58 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) 185 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 161 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) 181 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 157 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 189 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 165 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-695)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-695)))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) 191 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 167 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 187 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 163 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 183 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 159 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 17 T CONST)) (-2668 (($) 20 T CONST)) (-2671 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT) (($ $ (-1177 |#2|)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) 198 T ELT)) (-3841 (($ $ $) 35 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ |#1|) 203 (|has| |#1| (-312)) ELT) (($ $ $) 138 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 141 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 136 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1090 |#1| |#2| |#3|) (-13 (-1173 |#1|) (-807 $ (-1177 |#2|)) (-10 -8 (-15 -3948 ($ (-1149 |#2| |#1|))) (-15 -3813 ((-1149 |#2| |#1|) $ (-695))) (-15 -3948 ($ (-1177 |#2|))) (IF (|has| |#1| (-38 (-350 (-485)))) (-15 -3814 ($ $ (-1177 |#2|))) |%noBranch|))) (-962) (-1091) |#1|) (T -1090))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-1149 *4 *3)) (-4 *3 (-962)) (-14 *4 (-1091)) (-14 *5 *3) (-5 *1 (-1090 *3 *4 *5)))) (-3813 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1149 *5 *4)) (-5 *1 (-1090 *4 *5 *6)) (-4 *4 (-962)) (-14 *5 (-1091)) (-14 *6 *4))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1090 *3 *4 *5)) (-4 *3 (-962)) (-14 *5 *3))) (-3814 (*1 *1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1090 *3 *4 *5)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3539 (($ $ (-584 (-773))) 48 T ELT)) (-3540 (($ $ (-584 (-773))) 46 T ELT)) (-3537 (((-1074) $) 88 T ELT)) (-3542 (((-2 (|:| -2586 (-584 (-773))) (|:| -2485 (-584 (-773))) (|:| |presup| (-584 (-773))) (|:| -2584 (-584 (-773))) (|:| |args| (-584 (-773)))) $) 95 T ELT)) (-3543 (((-85) $) 86 T ELT)) (-3541 (($ $ (-584 (-584 (-773)))) 45 T ELT) (($ $ (-2 (|:| -2586 (-584 (-773))) (|:| -2485 (-584 (-773))) (|:| |presup| (-584 (-773))) (|:| -2584 (-584 (-773))) (|:| |args| (-584 (-773))))) 85 T ELT)) (-3726 (($) 151 T CONST)) (-3159 (((-3 (-447) "failed") $) 155 T ELT)) (-3158 (((-447) $) NIL T ELT)) (-3545 (((-1186)) 123 T ELT)) (-2798 (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 55 T ELT) (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 62 T ELT)) (-3616 (($) 109 T ELT) (($ $) 118 T ELT)) (-3544 (($ $) 87 T ELT)) (-2533 (($ $ $) NIL T ELT)) (-2859 (($ $ $) NIL T ELT)) (-3536 (((-584 $) $) 124 T ELT)) (-3244 (((-1074) $) 101 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3802 (($ $ (-584 (-773))) 47 T ELT)) (-3974 (((-474) $) 33 T ELT) (((-1091) $) 34 T ELT) (((-801 (-485)) $) 66 T ELT) (((-801 (-330)) $) 64 T ELT)) (-3948 (((-773) $) 41 T ELT) (($ (-1074)) 35 T ELT) (($ (-447)) 153 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3538 (($ $ (-584 (-773))) 49 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 37 T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) 38 T ELT)))
+(((-1091) (-13 (-757) (-554 (-474)) (-554 (-1091)) (-556 (-1074)) (-951 (-447)) (-554 (-801 (-485))) (-554 (-801 (-330))) (-797 (-485)) (-797 (-330)) (-10 -8 (-15 -3616 ($)) (-15 -3616 ($ $)) (-15 -3545 ((-1186))) (-15 -3544 ($ $)) (-15 -3543 ((-85) $)) (-15 -3542 ((-2 (|:| -2586 (-584 (-773))) (|:| -2485 (-584 (-773))) (|:| |presup| (-584 (-773))) (|:| -2584 (-584 (-773))) (|:| |args| (-584 (-773)))) $)) (-15 -3541 ($ $ (-584 (-584 (-773))))) (-15 -3541 ($ $ (-2 (|:| -2586 (-584 (-773))) (|:| -2485 (-584 (-773))) (|:| |presup| (-584 (-773))) (|:| -2584 (-584 (-773))) (|:| |args| (-584 (-773)))))) (-15 -3540 ($ $ (-584 (-773)))) (-15 -3539 ($ $ (-584 (-773)))) (-15 -3538 ($ $ (-584 (-773)))) (-15 -3802 ($ $ (-584 (-773)))) (-15 -3537 ((-1074) $)) (-15 -3536 ((-584 $) $)) (-15 -3726 ($) -3954)))) (T -1091))
+((-3616 (*1 *1) (-5 *1 (-1091))) (-3616 (*1 *1 *1) (-5 *1 (-1091))) (-3545 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1091)))) (-3544 (*1 *1 *1) (-5 *1 (-1091))) (-3543 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1091)))) (-3542 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2586 (-584 (-773))) (|:| -2485 (-584 (-773))) (|:| |presup| (-584 (-773))) (|:| -2584 (-584 (-773))) (|:| |args| (-584 (-773))))) (-5 *1 (-1091)))) (-3541 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-584 (-773)))) (-5 *1 (-1091)))) (-3541 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -2586 (-584 (-773))) (|:| -2485 (-584 (-773))) (|:| |presup| (-584 (-773))) (|:| -2584 (-584 (-773))) (|:| |args| (-584 (-773))))) (-5 *1 (-1091)))) (-3540 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-1091)))) (-3539 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-1091)))) (-3538 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-1091)))) (-3802 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-1091)))) (-3537 (*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-1091)))) (-3536 (*1 *2 *1) (-12 (-5 *2 (-584 (-1091))) (-5 *1 (-1091)))) (-3726 (*1 *1) (-5 *1 (-1091))))
+((-3546 (((-1180 |#1|) |#1| (-831)) 18 T ELT) (((-1180 |#1|) (-584 |#1|)) 25 T ELT)))
+(((-1092 |#1|) (-10 -7 (-15 -3546 ((-1180 |#1|) (-584 |#1|))) (-15 -3546 ((-1180 |#1|) |#1| (-831)))) (-962)) (T -1092))
+((-3546 (*1 *2 *3 *4) (-12 (-5 *4 (-831)) (-5 *2 (-1180 *3)) (-5 *1 (-1092 *3)) (-4 *3 (-962)))) (-3546 (*1 *2 *3) (-12 (-5 *3 (-584 *4)) (-4 *4 (-962)) (-5 *2 (-1180 *4)) (-5 *1 (-1092 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 |#1| #1#) $) NIL T ELT)) (-3158 (((-485) $) NIL (|has| |#1| (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| |#1| (-951 (-350 (-485)))) ELT) ((|#1| $) NIL T ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3505 (($ $) NIL (|has| |#1| (-392)) ELT)) (-1625 (($ $ |#1| (-885) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 18 T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-885)) NIL T ELT)) (-2822 (((-885) $) NIL T ELT)) (-1626 (($ (-1 (-885) (-885)) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 ((|#1| $) NIL T ELT)) (-3740 (($ $ (-885) |#1| $) NIL (-12 (|has| (-885) (-104)) (|has| |#1| (-496))) ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT) (((-3 $ #1#) $ |#1|) NIL (|has| |#1| (-496)) ELT)) (-3950 (((-885) $) NIL T ELT)) (-2819 ((|#1| $) NIL (|has| |#1| (-392)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ |#1|) NIL T ELT) (($ (-350 (-485))) NIL (OR (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-951 (-350 (-485))))) ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-885)) NIL T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 13 T CONST)) (-2668 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 22 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 23 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 17 T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1093 |#1|) (-13 (-277 |#1| (-885)) (-10 -8 (IF (|has| |#1| (-496)) (IF (|has| (-885) (-104)) (-15 -3740 ($ $ (-885) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -3995)) (-6 -3995) |%noBranch|))) (-962)) (T -1093))
+((-3740 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-885)) (-4 *2 (-104)) (-5 *1 (-1093 *3)) (-4 *3 (-496)) (-4 *3 (-962)))))
+((-3547 (((-1095) (-1091) $) 26 T ELT)) (-3557 (($) 30 T ELT)) (-3549 (((-3 (|:| |fst| (-377)) (|:| -3912 #1="void")) (-1091) $) 23 T ELT)) (-3551 (((-1186) (-1091) (-3 (|:| |fst| (-377)) (|:| -3912 #1#)) $) 42 T ELT) (((-1186) (-1091) (-3 (|:| |fst| (-377)) (|:| -3912 #1#))) 43 T ELT) (((-1186) (-3 (|:| |fst| (-377)) (|:| -3912 #1#))) 44 T ELT)) (-3559 (((-1186) (-1091)) 59 T ELT)) (-3550 (((-1186) (-1091) $) 56 T ELT) (((-1186) (-1091)) 57 T ELT) (((-1186)) 58 T ELT)) (-3555 (((-1186) (-1091)) 38 T ELT)) (-3553 (((-1091)) 37 T ELT)) (-3567 (($) 35 T ELT)) (-3566 (((-379) (-1091) (-379) (-1091) $) 46 T ELT) (((-379) (-584 (-1091)) (-379) (-1091) $) 50 T ELT) (((-379) (-1091) (-379)) 47 T ELT) (((-379) (-1091) (-379) (-1091)) 51 T ELT)) (-3554 (((-1091)) 36 T ELT)) (-3948 (((-773) $) 29 T ELT)) (-3556 (((-1186)) 31 T ELT) (((-1186) (-1091)) 34 T ELT)) (-3548 (((-584 (-1091)) (-1091) $) 25 T ELT)) (-3552 (((-1186) (-1091) (-584 (-1091)) $) 39 T ELT) (((-1186) (-1091) (-584 (-1091))) 40 T ELT) (((-1186) (-584 (-1091))) 41 T ELT)))
+(((-1094) (-13 (-553 (-773)) (-10 -8 (-15 -3557 ($)) (-15 -3556 ((-1186))) (-15 -3556 ((-1186) (-1091))) (-15 -3566 ((-379) (-1091) (-379) (-1091) $)) (-15 -3566 ((-379) (-584 (-1091)) (-379) (-1091) $)) (-15 -3566 ((-379) (-1091) (-379))) (-15 -3566 ((-379) (-1091) (-379) (-1091))) (-15 -3555 ((-1186) (-1091))) (-15 -3554 ((-1091))) (-15 -3553 ((-1091))) (-15 -3552 ((-1186) (-1091) (-584 (-1091)) $)) (-15 -3552 ((-1186) (-1091) (-584 (-1091)))) (-15 -3552 ((-1186) (-584 (-1091)))) (-15 -3551 ((-1186) (-1091) (-3 (|:| |fst| (-377)) (|:| -3912 #1="void")) $)) (-15 -3551 ((-1186) (-1091) (-3 (|:| |fst| (-377)) (|:| -3912 #1#)))) (-15 -3551 ((-1186) (-3 (|:| |fst| (-377)) (|:| -3912 #1#)))) (-15 -3550 ((-1186) (-1091) $)) (-15 -3550 ((-1186) (-1091))) (-15 -3550 ((-1186))) (-15 -3559 ((-1186) (-1091))) (-15 -3567 ($)) (-15 -3549 ((-3 (|:| |fst| (-377)) (|:| -3912 #1#)) (-1091) $)) (-15 -3548 ((-584 (-1091)) (-1091) $)) (-15 -3547 ((-1095) (-1091) $))))) (T -1094))
+((-3557 (*1 *1) (-5 *1 (-1094))) (-3556 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3556 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3566 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-379)) (-5 *3 (-1091)) (-5 *1 (-1094)))) (-3566 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-379)) (-5 *3 (-584 (-1091))) (-5 *4 (-1091)) (-5 *1 (-1094)))) (-3566 (*1 *2 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1091)) (-5 *1 (-1094)))) (-3566 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-379)) (-5 *3 (-1091)) (-5 *1 (-1094)))) (-3555 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3554 (*1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-1094)))) (-3553 (*1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-1094)))) (-3552 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-584 (-1091))) (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3552 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-1091))) (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3552 (*1 *2 *3) (-12 (-5 *3 (-584 (-1091))) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3551 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1091)) (-5 *4 (-3 (|:| |fst| (-377)) (|:| -3912 #1="void"))) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3551 (*1 *2 *3 *4) (-12 (-5 *3 (-1091)) (-5 *4 (-3 (|:| |fst| (-377)) (|:| -3912 #1#))) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3551 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-377)) (|:| -3912 #1#))) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3550 (*1 *2 *3 *1) (-12 (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3550 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3550 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3559 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094)))) (-3567 (*1 *1) (-5 *1 (-1094))) (-3549 (*1 *2 *3 *1) (-12 (-5 *3 (-1091)) (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3912 #1#))) (-5 *1 (-1094)))) (-3548 (*1 *2 *3 *1) (-12 (-5 *2 (-584 (-1091))) (-5 *1 (-1094)) (-5 *3 (-1091)))) (-3547 (*1 *2 *3 *1) (-12 (-5 *3 (-1091)) (-5 *2 (-1095)) (-5 *1 (-1094)))))
+((-3561 (((-584 (-584 (-3 (|:| -3544 (-1091)) (|:| -3227 (-584 (-3 (|:| S (-1091)) (|:| P (-858 (-485))))))))) $) 66 T ELT)) (-3563 (((-584 (-3 (|:| -3544 (-1091)) (|:| -3227 (-584 (-3 (|:| S (-1091)) (|:| P (-858 (-485)))))))) (-377) $) 47 T ELT)) (-3558 (($ (-584 (-2 (|:| -3862 (-1091)) (|:| |entry| (-379))))) 17 T ELT)) (-3559 (((-1186) $) 73 T ELT)) (-3564 (((-584 (-1091)) $) 22 T ELT)) (-3560 (((-1016) $) 60 T ELT)) (-3565 (((-379) (-1091) $) 27 T ELT)) (-3562 (((-584 (-1091)) $) 30 T ELT)) (-3567 (($) 19 T ELT)) (-3566 (((-379) (-584 (-1091)) (-379) $) 25 T ELT) (((-379) (-1091) (-379) $) 24 T ELT)) (-3948 (((-773) $) 12 T ELT) (((-1103 (-1091) (-379)) $) 13 T ELT)))
+(((-1095) (-13 (-553 (-773)) (-10 -8 (-15 -3948 ((-1103 (-1091) (-379)) $)) (-15 -3567 ($)) (-15 -3566 ((-379) (-584 (-1091)) (-379) $)) (-15 -3566 ((-379) (-1091) (-379) $)) (-15 -3565 ((-379) (-1091) $)) (-15 -3564 ((-584 (-1091)) $)) (-15 -3563 ((-584 (-3 (|:| -3544 (-1091)) (|:| -3227 (-584 (-3 (|:| S (-1091)) (|:| P (-858 (-485)))))))) (-377) $)) (-15 -3562 ((-584 (-1091)) $)) (-15 -3561 ((-584 (-584 (-3 (|:| -3544 (-1091)) (|:| -3227 (-584 (-3 (|:| S (-1091)) (|:| P (-858 (-485))))))))) $)) (-15 -3560 ((-1016) $)) (-15 -3559 ((-1186) $)) (-15 -3558 ($ (-584 (-2 (|:| -3862 (-1091)) (|:| |entry| (-379))))))))) (T -1095))
+((-3948 (*1 *2 *1) (-12 (-5 *2 (-1103 (-1091) (-379))) (-5 *1 (-1095)))) (-3567 (*1 *1) (-5 *1 (-1095))) (-3566 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-379)) (-5 *3 (-584 (-1091))) (-5 *1 (-1095)))) (-3566 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-379)) (-5 *3 (-1091)) (-5 *1 (-1095)))) (-3565 (*1 *2 *3 *1) (-12 (-5 *3 (-1091)) (-5 *2 (-379)) (-5 *1 (-1095)))) (-3564 (*1 *2 *1) (-12 (-5 *2 (-584 (-1091))) (-5 *1 (-1095)))) (-3563 (*1 *2 *3 *1) (-12 (-5 *3 (-377)) (-5 *2 (-584 (-3 (|:| -3544 (-1091)) (|:| -3227 (-584 (-3 (|:| S (-1091)) (|:| P (-858 (-485))))))))) (-5 *1 (-1095)))) (-3562 (*1 *2 *1) (-12 (-5 *2 (-584 (-1091))) (-5 *1 (-1095)))) (-3561 (*1 *2 *1) (-12 (-5 *2 (-584 (-584 (-3 (|:| -3544 (-1091)) (|:| -3227 (-584 (-3 (|:| S (-1091)) (|:| P (-858 (-485)))))))))) (-5 *1 (-1095)))) (-3560 (*1 *2 *1) (-12 (-5 *2 (-1016)) (-5 *1 (-1095)))) (-3559 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1095)))) (-3558 (*1 *1 *2) (-12 (-5 *2 (-584 (-2 (|:| -3862 (-1091)) (|:| |entry| (-379))))) (-5 *1 (-1095)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3159 (((-3 (-485) #1="failed") $) 29 T ELT) (((-3 (-179) #1#) $) 35 T ELT) (((-3 (-447) #1#) $) 43 T ELT) (((-3 (-1074) #1#) $) 47 T ELT)) (-3158 (((-485) $) 30 T ELT) (((-179) $) 36 T ELT) (((-447) $) 40 T ELT) (((-1074) $) 48 T ELT)) (-3572 (((-85) $) 53 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3571 (((-3 (-485) (-179) (-447) (-1074) $) $) 56 T ELT)) (-3570 (((-584 $) $) 58 T ELT)) (-3974 (((-1016) $) 24 T ELT) (($ (-1016)) 25 T ELT)) (-3569 (((-85) $) 57 T ELT)) (-3948 (((-773) $) 23 T ELT) (($ (-485)) 26 T ELT) (($ (-179)) 32 T ELT) (($ (-447)) 38 T ELT) (($ (-1074)) 44 T ELT) (((-474) $) 60 T ELT) (((-485) $) 31 T ELT) (((-179) $) 37 T ELT) (((-447) $) 41 T ELT) (((-1074) $) 49 T ELT)) (-3568 (((-85) $ (|[\|\|]| (-485))) 10 T ELT) (((-85) $ (|[\|\|]| (-179))) 13 T ELT) (((-85) $ (|[\|\|]| (-447))) 19 T ELT) (((-85) $ (|[\|\|]| (-1074))) 16 T ELT)) (-3573 (($ (-447) (-584 $)) 51 T ELT) (($ $ (-584 $)) 52 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3574 (((-485) $) 27 T ELT) (((-179) $) 33 T ELT) (((-447) $) 39 T ELT) (((-1074) $) 45 T ELT)) (-3058 (((-85) $ $) 7 T ELT)))
+(((-1096) (-13 (-1176) (-1014) (-951 (-485)) (-951 (-179)) (-951 (-447)) (-951 (-1074)) (-553 (-474)) (-10 -8 (-15 -3974 ((-1016) $)) (-15 -3974 ($ (-1016))) (-15 -3948 ((-485) $)) (-15 -3574 ((-485) $)) (-15 -3948 ((-179) $)) (-15 -3574 ((-179) $)) (-15 -3948 ((-447) $)) (-15 -3574 ((-447) $)) (-15 -3948 ((-1074) $)) (-15 -3574 ((-1074) $)) (-15 -3573 ($ (-447) (-584 $))) (-15 -3573 ($ $ (-584 $))) (-15 -3572 ((-85) $)) (-15 -3571 ((-3 (-485) (-179) (-447) (-1074) $) $)) (-15 -3570 ((-584 $) $)) (-15 -3569 ((-85) $)) (-15 -3568 ((-85) $ (|[\|\|]| (-485)))) (-15 -3568 ((-85) $ (|[\|\|]| (-179)))) (-15 -3568 ((-85) $ (|[\|\|]| (-447)))) (-15 -3568 ((-85) $ (|[\|\|]| (-1074))))))) (T -1096))
+((-3974 (*1 *2 *1) (-12 (-5 *2 (-1016)) (-5 *1 (-1096)))) (-3974 (*1 *1 *2) (-12 (-5 *2 (-1016)) (-5 *1 (-1096)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1096)))) (-3574 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1096)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-1096)))) (-3574 (*1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-1096)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-1096)))) (-3574 (*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-1096)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-1096)))) (-3574 (*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-1096)))) (-3573 (*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-584 (-1096))) (-5 *1 (-1096)))) (-3573 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-1096))) (-5 *1 (-1096)))) (-3572 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1096)))) (-3571 (*1 *2 *1) (-12 (-5 *2 (-3 (-485) (-179) (-447) (-1074) (-1096))) (-5 *1 (-1096)))) (-3570 (*1 *2 *1) (-12 (-5 *2 (-584 (-1096))) (-5 *1 (-1096)))) (-3569 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1096)))) (-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-485))) (-5 *2 (-85)) (-5 *1 (-1096)))) (-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-179))) (-5 *2 (-85)) (-5 *1 (-1096)))) (-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-447))) (-5 *2 (-85)) (-5 *1 (-1096)))) (-3568 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1074))) (-5 *2 (-85)) (-5 *1 (-1096)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3138 (((-695)) 21 T ELT)) (-3726 (($) 10 T CONST)) (-2996 (($) 25 T ELT)) (-2533 (($ $ $) NIL T ELT) (($) 18 T CONST)) (-2859 (($ $ $) NIL T ELT) (($) 19 T CONST)) (-2011 (((-831) $) 23 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) 22 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)))
+(((-1097 |#1|) (-13 (-753) (-10 -8 (-15 -3726 ($) -3954))) (-831)) (T -1097))
+((-3726 (*1 *1) (-12 (-5 *1 (-1097 *2)) (-14 *2 (-831)))))
+((-485) (|%not| (|%ilt| @1 (|%ilength| |#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) 24 T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) 18 T CONST)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) 11 T CONST)) (-2859 (($ $ $) NIL T ELT) (($) 17 T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-3727 (($ $ $) 20 T ELT)) (-3728 (($ $ $) 19 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) 22 T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-2313 (($ $ $) 21 T ELT)))
+(((-1098 |#1|) (-13 (-753) (-605) (-10 -8 (-15 -3728 ($ $ $)) (-15 -3727 ($ $ $)) (-15 -3726 ($) -3954))) (-831)) (T -1098))
+((-3728 (*1 *1 *1 *1) (-12 (-5 *1 (-1098 *2)) (-14 *2 (-831)))) (-3727 (*1 *1 *1 *1) (-12 (-5 *1 (-1098 *2)) (-14 *2 (-831)))) (-3726 (*1 *1) (-12 (-5 *1 (-1098 *2)) (-14 *2 (-831)))))
+((-695) (|%not| (|%ilt| @1 (|%ilength| |#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 9 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 7 T ELT)))
+(((-1099) (-1014)) (T -1099))
+NIL
+((-3576 (((-584 (-584 (-858 |#1|))) (-584 (-350 (-858 |#1|))) (-584 (-1091))) 69 T ELT)) (-3575 (((-584 (-249 (-350 (-858 |#1|)))) (-249 (-350 (-858 |#1|)))) 81 T ELT) (((-584 (-249 (-350 (-858 |#1|)))) (-350 (-858 |#1|))) 77 T ELT) (((-584 (-249 (-350 (-858 |#1|)))) (-249 (-350 (-858 |#1|))) (-1091)) 82 T ELT) (((-584 (-249 (-350 (-858 |#1|)))) (-350 (-858 |#1|)) (-1091)) 76 T ELT) (((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-249 (-350 (-858 |#1|))))) 108 T ELT) (((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-350 (-858 |#1|)))) 107 T ELT) (((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-249 (-350 (-858 |#1|)))) (-584 (-1091))) 109 T ELT) (((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-350 (-858 |#1|))) (-584 (-1091))) 106 T ELT)))
+(((-1100 |#1|) (-10 -7 (-15 -3575 ((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-350 (-858 |#1|))) (-584 (-1091)))) (-15 -3575 ((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-249 (-350 (-858 |#1|)))) (-584 (-1091)))) (-15 -3575 ((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-350 (-858 |#1|))))) (-15 -3575 ((-584 (-584 (-249 (-350 (-858 |#1|))))) (-584 (-249 (-350 (-858 |#1|)))))) (-15 -3575 ((-584 (-249 (-350 (-858 |#1|)))) (-350 (-858 |#1|)) (-1091))) (-15 -3575 ((-584 (-249 (-350 (-858 |#1|)))) (-249 (-350 (-858 |#1|))) (-1091))) (-15 -3575 ((-584 (-249 (-350 (-858 |#1|)))) (-350 (-858 |#1|)))) (-15 -3575 ((-584 (-249 (-350 (-858 |#1|)))) (-249 (-350 (-858 |#1|))))) (-15 -3576 ((-584 (-584 (-858 |#1|))) (-584 (-350 (-858 |#1|))) (-584 (-1091))))) (-496)) (T -1100))
+((-3576 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-350 (-858 *5)))) (-5 *4 (-584 (-1091))) (-4 *5 (-496)) (-5 *2 (-584 (-584 (-858 *5)))) (-5 *1 (-1100 *5)))) (-3575 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-584 (-249 (-350 (-858 *4))))) (-5 *1 (-1100 *4)) (-5 *3 (-249 (-350 (-858 *4)))))) (-3575 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-584 (-249 (-350 (-858 *4))))) (-5 *1 (-1100 *4)) (-5 *3 (-350 (-858 *4))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-496)) (-5 *2 (-584 (-249 (-350 (-858 *5))))) (-5 *1 (-1100 *5)) (-5 *3 (-249 (-350 (-858 *5)))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *4 (-1091)) (-4 *5 (-496)) (-5 *2 (-584 (-249 (-350 (-858 *5))))) (-5 *1 (-1100 *5)) (-5 *3 (-350 (-858 *5))))) (-3575 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-584 (-584 (-249 (-350 (-858 *4)))))) (-5 *1 (-1100 *4)) (-5 *3 (-584 (-249 (-350 (-858 *4))))))) (-3575 (*1 *2 *3) (-12 (-5 *3 (-584 (-350 (-858 *4)))) (-4 *4 (-496)) (-5 *2 (-584 (-584 (-249 (-350 (-858 *4)))))) (-5 *1 (-1100 *4)))) (-3575 (*1 *2 *3 *4) (-12 (-5 *4 (-584 (-1091))) (-4 *5 (-496)) (-5 *2 (-584 (-584 (-249 (-350 (-858 *5)))))) (-5 *1 (-1100 *5)) (-5 *3 (-584 (-249 (-350 (-858 *5))))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-350 (-858 *5)))) (-5 *4 (-584 (-1091))) (-4 *5 (-496)) (-5 *2 (-584 (-584 (-249 (-350 (-858 *5)))))) (-5 *1 (-1100 *5)))))
+((-3581 (((-1074)) 7 T ELT)) (-3578 (((-1074)) 11 T CONST)) (-3577 (((-1186) (-1074)) 13 T ELT)) (-3580 (((-1074)) 8 T CONST)) (-3579 (((-103)) 10 T CONST)))
+(((-1101) (-13 (-1130) (-10 -7 (-15 -3581 ((-1074))) (-15 -3580 ((-1074)) -3954) (-15 -3579 ((-103)) -3954) (-15 -3578 ((-1074)) -3954) (-15 -3577 ((-1186) (-1074)))))) (T -1101))
+((-3581 (*1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1101)))) (-3580 (*1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1101)))) (-3579 (*1 *2) (-12 (-5 *2 (-103)) (-5 *1 (-1101)))) (-3578 (*1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1101)))) (-3577 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1101)))))
+((-3585 (((-584 (-584 |#1|)) (-584 (-584 |#1|)) (-584 (-584 (-584 |#1|)))) 56 T ELT)) (-3588 (((-584 (-584 (-584 |#1|))) (-584 (-584 |#1|))) 38 T ELT)) (-3589 (((-1104 (-584 |#1|)) (-584 |#1|)) 49 T ELT)) (-3591 (((-584 (-584 |#1|)) (-584 |#1|)) 45 T ELT)) (-3594 (((-2 (|:| |f1| (-584 |#1|)) (|:| |f2| (-584 (-584 (-584 |#1|)))) (|:| |f3| (-584 (-584 |#1|))) (|:| |f4| (-584 (-584 (-584 |#1|))))) (-584 (-584 (-584 |#1|)))) 53 T ELT)) (-3593 (((-2 (|:| |f1| (-584 |#1|)) (|:| |f2| (-584 (-584 (-584 |#1|)))) (|:| |f3| (-584 (-584 |#1|))) (|:| |f4| (-584 (-584 (-584 |#1|))))) (-584 |#1|) (-584 (-584 (-584 |#1|))) (-584 (-584 |#1|)) (-584 (-584 (-584 |#1|))) (-584 (-584 (-584 |#1|))) (-584 (-584 (-584 |#1|)))) 52 T ELT)) (-3590 (((-584 (-584 |#1|)) (-584 (-584 |#1|))) 43 T ELT)) (-3592 (((-584 |#1|) (-584 |#1|)) 46 T ELT)) (-3584 (((-584 (-584 (-584 |#1|))) (-584 |#1|) (-584 (-584 (-584 |#1|)))) 32 T ELT)) (-3583 (((-584 (-584 (-584 |#1|))) (-1 (-85) |#1| |#1|) (-584 |#1|) (-584 (-584 (-584 |#1|)))) 29 T ELT)) (-3582 (((-2 (|:| |fs| (-85)) (|:| |sd| (-584 |#1|)) (|:| |td| (-584 (-584 |#1|)))) (-1 (-85) |#1| |#1|) (-584 |#1|) (-584 (-584 |#1|))) 24 T ELT)) (-3586 (((-584 (-584 |#1|)) (-584 (-584 (-584 |#1|)))) 58 T ELT)) (-3587 (((-584 (-584 |#1|)) (-1104 (-584 |#1|))) 60 T ELT)))
+(((-1102 |#1|) (-10 -7 (-15 -3582 ((-2 (|:| |fs| (-85)) (|:| |sd| (-584 |#1|)) (|:| |td| (-584 (-584 |#1|)))) (-1 (-85) |#1| |#1|) (-584 |#1|) (-584 (-584 |#1|)))) (-15 -3583 ((-584 (-584 (-584 |#1|))) (-1 (-85) |#1| |#1|) (-584 |#1|) (-584 (-584 (-584 |#1|))))) (-15 -3584 ((-584 (-584 (-584 |#1|))) (-584 |#1|) (-584 (-584 (-584 |#1|))))) (-15 -3585 ((-584 (-584 |#1|)) (-584 (-584 |#1|)) (-584 (-584 (-584 |#1|))))) (-15 -3586 ((-584 (-584 |#1|)) (-584 (-584 (-584 |#1|))))) (-15 -3587 ((-584 (-584 |#1|)) (-1104 (-584 |#1|)))) (-15 -3588 ((-584 (-584 (-584 |#1|))) (-584 (-584 |#1|)))) (-15 -3589 ((-1104 (-584 |#1|)) (-584 |#1|))) (-15 -3590 ((-584 (-584 |#1|)) (-584 (-584 |#1|)))) (-15 -3591 ((-584 (-584 |#1|)) (-584 |#1|))) (-15 -3592 ((-584 |#1|) (-584 |#1|))) (-15 -3593 ((-2 (|:| |f1| (-584 |#1|)) (|:| |f2| (-584 (-584 (-584 |#1|)))) (|:| |f3| (-584 (-584 |#1|))) (|:| |f4| (-584 (-584 (-584 |#1|))))) (-584 |#1|) (-584 (-584 (-584 |#1|))) (-584 (-584 |#1|)) (-584 (-584 (-584 |#1|))) (-584 (-584 (-584 |#1|))) (-584 (-584 (-584 |#1|))))) (-15 -3594 ((-2 (|:| |f1| (-584 |#1|)) (|:| |f2| (-584 (-584 (-584 |#1|)))) (|:| |f3| (-584 (-584 |#1|))) (|:| |f4| (-584 (-584 (-584 |#1|))))) (-584 (-584 (-584 |#1|)))))) (-757)) (T -1102))
+((-3594 (*1 *2 *3) (-12 (-4 *4 (-757)) (-5 *2 (-2 (|:| |f1| (-584 *4)) (|:| |f2| (-584 (-584 (-584 *4)))) (|:| |f3| (-584 (-584 *4))) (|:| |f4| (-584 (-584 (-584 *4)))))) (-5 *1 (-1102 *4)) (-5 *3 (-584 (-584 (-584 *4)))))) (-3593 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-757)) (-5 *3 (-584 *6)) (-5 *5 (-584 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-584 *5)) (|:| |f3| *5) (|:| |f4| (-584 *5)))) (-5 *1 (-1102 *6)) (-5 *4 (-584 *5)))) (-3592 (*1 *2 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-1102 *3)))) (-3591 (*1 *2 *3) (-12 (-4 *4 (-757)) (-5 *2 (-584 (-584 *4))) (-5 *1 (-1102 *4)) (-5 *3 (-584 *4)))) (-3590 (*1 *2 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-757)) (-5 *1 (-1102 *3)))) (-3589 (*1 *2 *3) (-12 (-4 *4 (-757)) (-5 *2 (-1104 (-584 *4))) (-5 *1 (-1102 *4)) (-5 *3 (-584 *4)))) (-3588 (*1 *2 *3) (-12 (-4 *4 (-757)) (-5 *2 (-584 (-584 (-584 *4)))) (-5 *1 (-1102 *4)) (-5 *3 (-584 (-584 *4))))) (-3587 (*1 *2 *3) (-12 (-5 *3 (-1104 (-584 *4))) (-4 *4 (-757)) (-5 *2 (-584 (-584 *4))) (-5 *1 (-1102 *4)))) (-3586 (*1 *2 *3) (-12 (-5 *3 (-584 (-584 (-584 *4)))) (-5 *2 (-584 (-584 *4))) (-5 *1 (-1102 *4)) (-4 *4 (-757)))) (-3585 (*1 *2 *2 *3) (-12 (-5 *3 (-584 (-584 (-584 *4)))) (-5 *2 (-584 (-584 *4))) (-4 *4 (-757)) (-5 *1 (-1102 *4)))) (-3584 (*1 *2 *3 *2) (-12 (-5 *2 (-584 (-584 (-584 *4)))) (-5 *3 (-584 *4)) (-4 *4 (-757)) (-5 *1 (-1102 *4)))) (-3583 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-584 (-584 (-584 *5)))) (-5 *3 (-1 (-85) *5 *5)) (-5 *4 (-584 *5)) (-4 *5 (-757)) (-5 *1 (-1102 *5)))) (-3582 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-85) *6 *6)) (-4 *6 (-757)) (-5 *4 (-584 *6)) (-5 *2 (-2 (|:| |fs| (-85)) (|:| |sd| *4) (|:| |td| (-584 *4)))) (-5 *1 (-1102 *6)) (-5 *5 (-584 *4)))))
+((-2570 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3601 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-2199 (((-1186) $ |#1| |#1|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3790 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-2232 (((-3 |#2| #1="failed") |#1| $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-1354 (($ $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3407 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) NIL T ELT)) (-3408 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (-12 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3844 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-1577 ((|#2| $ |#1| |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ |#1|) NIL T ELT)) (-2201 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3247 (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2202 ((|#1| $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT) (($ (-1 |#2| |#2| |#2|) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-2233 (((-584 |#1|) $) NIL T ELT)) (-2234 (((-85) |#1| $) NIL T ELT)) (-1275 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-3611 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-2204 (((-584 |#1|) $) NIL T ELT)) (-2205 (((-85) |#1| $) NIL T ELT)) (-3245 (((-1034) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ELT)) (-3803 ((|#2| $) NIL (|has| |#1| (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) #1#) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-2200 (($ $ |#2|) NIL (|has| $ (-1036 |#2|)) ELT)) (-1276 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) NIL (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#2| $) NIL (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#2| $ |#1|) NIL T ELT) ((|#2| $ |#1| |#2|) NIL T ELT)) (-1467 (($) NIL T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1731 (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-3948 (((-773) $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-553 (-773)))) ELT)) (-1266 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) NIL T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) NIL T ELT)) (-3058 (((-85) $ $) NIL (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72))) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-1103 |#1| |#2|) (-1108 |#1| |#2|) (-1014) (-1014)) (T -1103))
+NIL
+((-3595 (($ (-584 (-584 |#1|))) 10 T ELT)) (-3596 (((-584 (-584 |#1|)) $) 11 T ELT)) (-3948 (((-773) $) 33 T ELT)))
+(((-1104 |#1|) (-10 -8 (-15 -3595 ($ (-584 (-584 |#1|)))) (-15 -3596 ((-584 (-584 |#1|)) $)) (-15 -3948 ((-773) $))) (-1014)) (T -1104))
+((-3948 (*1 *2 *1) (-12 (-5 *2 (-773)) (-5 *1 (-1104 *3)) (-4 *3 (-1014)))) (-3596 (*1 *2 *1) (-12 (-5 *2 (-584 (-584 *3))) (-5 *1 (-1104 *3)) (-4 *3 (-1014)))) (-3595 (*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-1014)) (-5 *1 (-1104 *3)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3597 (($ |#1| (-55)) 11 T ELT)) (-3544 ((|#1| $) 13 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2635 (((-85) $ |#1|) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2523 (((-55) $) 15 T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1105 |#1|) (-13 (-748 |#1|) (-10 -8 (-15 -3597 ($ |#1| (-55))))) (-1014)) (T -1105))
+((-3597 (*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1105 *2)) (-4 *2 (-1014)))))
+((-3598 ((|#1| (-584 |#1|)) 46 T ELT)) (-3600 ((|#1| |#1| (-485)) 24 T ELT)) (-3599 (((-1086 |#1|) |#1| (-831)) 20 T ELT)))
+(((-1106 |#1|) (-10 -7 (-15 -3598 (|#1| (-584 |#1|))) (-15 -3599 ((-1086 |#1|) |#1| (-831))) (-15 -3600 (|#1| |#1| (-485)))) (-312)) (T -1106))
+((-3600 (*1 *2 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-1106 *2)) (-4 *2 (-312)))) (-3599 (*1 *2 *3 *4) (-12 (-5 *4 (-831)) (-5 *2 (-1086 *3)) (-5 *1 (-1106 *3)) (-4 *3 (-312)))) (-3598 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-5 *1 (-1106 *2)) (-4 *2 (-312)))))
+((-3601 (($) 10 T ELT) (($ (-584 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)))) 14 T ELT)) (-3407 (($ (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) $) 62 T ELT) (($ (-1 (-85) (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) $) NIL T ELT) (((-3 |#3| #1="failed") |#2| $) NIL T ELT)) (-2610 (((-584 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) $) 34 T ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) $) 52 T ELT) (($ (-1 |#3| |#3|) $) 28 T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) $) 48 T ELT) (($ (-1 |#3| |#3|) $) NIL T ELT) (($ (-1 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) $) 48 T ELT) (($ (-1 |#3| |#3| |#3|) $ $) 33 T ELT)) (-1275 (((-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) $) 55 T ELT)) (-2204 (((-584 |#2|) $) 17 T ELT)) (-2205 (((-85) |#2| $) 60 T ELT)) (-1355 (((-3 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) #1#) (-1 (-85) (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) $) 59 T ELT)) (-1276 (((-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) $) 64 T ELT)) (-2206 (((-584 |#3|) $) 36 T ELT)) (-3948 (((-773) $) 25 T ELT)) (-3058 (((-85) $ $) 46 T ELT)))
+(((-1107 |#1| |#2| |#3|) (-10 -7 (-15 -3058 ((-85) |#1| |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -3960 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3601 (|#1| (-584 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))))) (-15 -3601 (|#1|)) (-15 -3960 (|#1| (-1 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) |#1|)) (-15 -2610 ((-584 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) |#1|)) (-15 -3407 ((-3 |#3| #1="failed") |#2| |#1|)) (-15 -3328 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3960 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2206 ((-584 |#3|) |#1|)) (-15 -2205 ((-85) |#2| |#1|)) (-15 -2204 ((-584 |#2|) |#1|)) (-15 -3407 (|#1| (-1 (-85) (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) |#1|)) (-15 -3407 (|#1| (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) |#1|)) (-15 -1355 ((-3 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) #1#) (-1 (-85) (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) |#1|)) (-15 -1275 ((-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) |#1|)) (-15 -1276 ((-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) |#1|)) (-15 -3328 (|#1| (-1 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) |#1|)) (-15 -3960 (|#1| (-1 (-2 (|:| -3862 |#2|) (|:| |entry| |#3|)) (-2 (|:| -3862 |#2|) (|:| |entry| |#3|))) |#1|))) (-1108 |#2| |#3|) (-1014) (-1014)) (T -1107))
+NIL
+((-2570 (((-85) $ $) 17 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3601 (($) 92 T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 91 T ELT)) (-2199 (((-1186) $ |#1| |#1|) 80 (|has| $ (-1036 |#2|)) ELT)) (-3790 ((|#2| $ |#1| |#2|) 68 (|has| $ (-1036 |#2|)) ELT)) (-1571 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 40 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3712 (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 48 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-2232 (((-3 |#2| #1="failed") |#1| $) 57 T ELT)) (-3726 (($) 6 T CONST)) (-1354 (($ $) 50 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) ELT)) (-3407 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 42 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 41 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT) (((-3 |#2| #1#) |#1| $) 58 T ELT)) (-3408 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 49 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) ELT) (($ (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 47 (|has| $ (-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) ELT)) (-3844 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 107 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 104 T ELT) (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 103 T ELT)) (-1577 ((|#2| $ |#1| |#2|) 67 (|has| $ (-1036 |#2|)) ELT)) (-3114 ((|#2| $ |#1|) 69 T ELT)) (-2201 ((|#1| $) 77 (|has| |#1| (-757)) ELT)) (-2610 (((-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 102 T ELT)) (-3247 (((-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 106 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT)) (-2202 ((|#1| $) 76 (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 33 T ELT) (($ (-1 |#2| |#2|) $) 61 T ELT)) (-3960 (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 25 T ELT) (($ (-1 |#2| |#2|) $) 62 T ELT) (($ (-1 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 93 T ELT) (($ (-1 |#2| |#2| |#2|) $ $) 90 T ELT)) (-3244 (((-1074) $) 20 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-2233 (((-584 |#1|) $) 59 T ELT)) (-2234 (((-85) |#1| $) 60 T ELT)) (-1275 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 34 T ELT)) (-3611 (($ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 35 T ELT)) (-2204 (((-584 |#1|) $) 74 T ELT)) (-2205 (((-85) |#1| $) 73 T ELT)) (-3245 (((-1034) $) 19 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-3803 ((|#2| $) 78 (|has| |#1| (-757)) ELT)) (-1355 (((-3 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) "failed") (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 46 T ELT)) (-2200 (($ $ |#2|) 79 (|has| $ (-1036 |#2|)) ELT)) (-1276 (((-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 36 T ELT)) (-1732 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 100 T ELT)) (-3770 (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) 24 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 23 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 22 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 21 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) 66 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ |#2| |#2|) 65 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-249 |#2|)) 64 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-249 |#2|))) 63 (-12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ELT) (($ $ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 97 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) 96 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 95 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT) (($ $ (-584 (-249 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))))) 94 (-12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#2| $) 75 (-12 (|has| $ (-318 |#2|)) (|has| |#2| (-72))) ELT)) (-2206 (((-584 |#2|) $) 72 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#2| $ |#1|) 71 T ELT) ((|#2| $ |#1| |#2|) 70 T ELT)) (-1467 (($) 44 T ELT) (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 43 T ELT)) (-1731 (((-695) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) $) 105 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) ELT) (((-695) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 101 T ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 51 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ELT)) (-3532 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 45 T ELT)) (-3948 (((-773) $) 15 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-553 (-773))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773)))) ELT)) (-1266 (((-85) $ $) 18 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-1277 (($ (-584 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) 37 T ELT)) (-1733 (((-85) (-1 (-85) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) $) 99 T ELT)) (-3058 (((-85) $ $) 16 (OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-72)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72))) ELT)) (-3959 (((-695) $) 98 T ELT)))
+(((-1108 |#1| |#2|) (-113) (-1014) (-1014)) (T -1108))
+((-3601 (*1 *1) (-12 (-4 *1 (-1108 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))) (-3601 (*1 *1 *2) (-12 (-5 *2 (-584 (-2 (|:| -3862 *3) (|:| |entry| *4)))) (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *1 (-1108 *3 *4)))) (-3960 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1108 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
+(-13 (-550 |t#1| |t#2|) (-318 (-2 (|:| -3862 |t#1|) (|:| |entry| |t#2|))) (-10 -8 (-15 -3601 ($)) (-15 -3601 ($ (-584 (-2 (|:| -3862 |t#1|) (|:| |entry| |t#2|))))) (-15 -3960 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
+(((-34) . T) ((-76 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-72) OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-72)) (|has| |#2| (-1014)) (|has| |#2| (-72))) ((-553 (-773)) OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-553 (-773))) (|has| |#2| (-1014)) (|has| |#2| (-553 (-773)))) ((-124 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-554 (-474)) |has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-554 (-474))) ((-183 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-193 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-241 |#1| |#2|) . T) ((-243 |#1| |#2|) . T) ((-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ((-260 |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-318 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-429 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-429 |#2|) . T) ((-539 |#1| |#2|) . T) ((-456 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) -12 (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-260 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)))) (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014))) ((-456 |#2| |#2|) -12 (|has| |#2| (-260 |#2|)) (|has| |#2| (-1014))) ((-13) . T) ((-550 |#1| |#2|) . T) ((-1014) OR (|has| (-2 (|:| -3862 |#1|) (|:| |entry| |#2|)) (-1014)) (|has| |#2| (-1014))) ((-1036 (-2 (|:| -3862 |#1|) (|:| |entry| |#2|))) . T) ((-1036 |#2|) . T) ((-1130) . T))
+((-3607 (((-85)) 29 T ELT)) (-3604 (((-1186) (-1074)) 31 T ELT)) (-3608 (((-85)) 41 T ELT)) (-3605 (((-1186)) 39 T ELT)) (-3603 (((-1186) (-1074) (-1074)) 30 T ELT)) (-3609 (((-85)) 42 T ELT)) (-3611 (((-1186) |#1| |#2|) 53 T ELT)) (-3602 (((-1186)) 26 T ELT)) (-3610 (((-3 |#2| "failed") |#1|) 51 T ELT)) (-3606 (((-1186)) 40 T ELT)))
+(((-1109 |#1| |#2|) (-10 -7 (-15 -3602 ((-1186))) (-15 -3603 ((-1186) (-1074) (-1074))) (-15 -3604 ((-1186) (-1074))) (-15 -3605 ((-1186))) (-15 -3606 ((-1186))) (-15 -3607 ((-85))) (-15 -3608 ((-85))) (-15 -3609 ((-85))) (-15 -3610 ((-3 |#2| "failed") |#1|)) (-15 -3611 ((-1186) |#1| |#2|))) (-1014) (-1014)) (T -1109))
+((-3611 (*1 *2 *3 *4) (-12 (-5 *2 (-1186)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))) (-3610 (*1 *2 *3) (|partial| -12 (-4 *2 (-1014)) (-5 *1 (-1109 *3 *2)) (-4 *3 (-1014)))) (-3609 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))) (-3608 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))) (-3607 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))) (-3606 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))) (-3605 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))) (-3604 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1109 *4 *5)) (-4 *4 (-1014)) (-4 *5 (-1014)))) (-3603 (*1 *2 *3 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1109 *4 *5)) (-4 *4 (-1014)) (-4 *5 (-1014)))) (-3602 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3617 (((-584 (-1074)) $) 37 T ELT)) (-3613 (((-584 (-1074)) $ (-584 (-1074))) 40 T ELT)) (-3612 (((-584 (-1074)) $ (-584 (-1074))) 39 T ELT)) (-3614 (((-584 (-1074)) $ (-584 (-1074))) 41 T ELT)) (-3615 (((-584 (-1074)) $) 36 T ELT)) (-3616 (($) 26 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3618 (((-584 (-1074)) $) 38 T ELT)) (-3619 (((-1186) $ (-485)) 33 T ELT) (((-1186) $) 34 T ELT)) (-3974 (($ (-773) (-485)) 31 T ELT) (($ (-773) (-485) (-773)) NIL T ELT)) (-3948 (((-773) $) 47 T ELT) (($ (-773)) 30 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1110) (-13 (-1014) (-556 (-773)) (-10 -8 (-15 -3974 ($ (-773) (-485))) (-15 -3974 ($ (-773) (-485) (-773))) (-15 -3619 ((-1186) $ (-485))) (-15 -3619 ((-1186) $)) (-15 -3618 ((-584 (-1074)) $)) (-15 -3617 ((-584 (-1074)) $)) (-15 -3616 ($)) (-15 -3615 ((-584 (-1074)) $)) (-15 -3614 ((-584 (-1074)) $ (-584 (-1074)))) (-15 -3613 ((-584 (-1074)) $ (-584 (-1074)))) (-15 -3612 ((-584 (-1074)) $ (-584 (-1074))))))) (T -1110))
+((-3974 (*1 *1 *2 *3) (-12 (-5 *2 (-773)) (-5 *3 (-485)) (-5 *1 (-1110)))) (-3974 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-773)) (-5 *3 (-485)) (-5 *1 (-1110)))) (-3619 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *2 (-1186)) (-5 *1 (-1110)))) (-3619 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1110)))) (-3618 (*1 *2 *1) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))) (-3617 (*1 *2 *1) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))) (-3616 (*1 *1) (-5 *1 (-1110))) (-3615 (*1 *2 *1) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))) (-3614 (*1 *2 *1 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))) (-3613 (*1 *2 *1 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))) (-3612 (*1 *2 *1 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))))
+((-3948 (((-1110) |#1|) 11 T ELT)))
+(((-1111 |#1|) (-10 -7 (-15 -3948 ((-1110) |#1|))) (-1014)) (T -1111))
+((-3948 (*1 *2 *3) (-12 (-5 *2 (-1110)) (-5 *1 (-1111 *3)) (-4 *3 (-1014)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3624 (((-1074) $ (-1074)) 21 T ELT) (((-1074) $) 20 T ELT)) (-1698 (((-1074) $ (-1074)) 19 T ELT)) (-1702 (($ $ (-1074)) NIL T ELT)) (-3622 (((-3 (-1074) #1="failed") $) 11 T ELT)) (-3623 (((-1074) $) 8 T ELT)) (-3621 (((-3 (-1074) #1#) $) 12 T ELT)) (-1699 (((-1074) $) 9 T ELT)) (-1703 (($ (-338)) NIL T ELT) (($ (-338) (-1074)) NIL T ELT)) (-3544 (((-338) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-1700 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3620 (((-85) $) 25 T ELT)) (-3948 (((-773) $) NIL T ELT)) (-1701 (($ $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1112) (-13 (-314 (-338) (-1074)) (-10 -8 (-15 -3624 ((-1074) $ (-1074))) (-15 -3624 ((-1074) $)) (-15 -3623 ((-1074) $)) (-15 -3622 ((-3 (-1074) #1="failed") $)) (-15 -3621 ((-3 (-1074) #1#) $)) (-15 -3620 ((-85) $))))) (T -1112))
+((-3624 (*1 *2 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1112)))) (-3624 (*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-1112)))) (-3623 (*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-1112)))) (-3622 (*1 *2 *1) (|partial| -12 (-5 *2 (-1074)) (-5 *1 (-1112)))) (-3621 (*1 *2 *1) (|partial| -12 (-5 *2 (-1074)) (-5 *1 (-1112)))) (-3620 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1112)))))
+((-3625 (((-3 (-485) #1="failed") |#1|) 19 T ELT)) (-3626 (((-3 (-485) #1#) |#1|) 14 T ELT)) (-3627 (((-485) (-1074)) 33 T ELT)))
+(((-1113 |#1|) (-10 -7 (-15 -3625 ((-3 (-485) #1="failed") |#1|)) (-15 -3626 ((-3 (-485) #1#) |#1|)) (-15 -3627 ((-485) (-1074)))) (-962)) (T -1113))
+((-3627 (*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-485)) (-5 *1 (-1113 *4)) (-4 *4 (-962)))) (-3626 (*1 *2 *3) (|partial| -12 (-5 *2 (-485)) (-5 *1 (-1113 *3)) (-4 *3 (-962)))) (-3625 (*1 *2 *3) (|partial| -12 (-5 *2 (-485)) (-5 *1 (-1113 *3)) (-4 *3 (-962)))))
+((-3628 (((-1048 (-179))) 9 T ELT)))
+(((-1114) (-10 -7 (-15 -3628 ((-1048 (-179)))))) (T -1114))
+((-3628 (*1 *2) (-12 (-5 *2 (-1048 (-179))) (-5 *1 (-1114)))))
+((-3629 (($) 12 T ELT)) (-3500 (($ $) 36 T ELT)) (-3498 (($ $) 34 T ELT)) (-3486 (($ $) 26 T ELT)) (-3502 (($ $) 18 T ELT)) (-3503 (($ $) 16 T ELT)) (-3501 (($ $) 20 T ELT)) (-3489 (($ $) 31 T ELT)) (-3499 (($ $) 35 T ELT)) (-3487 (($ $) 30 T ELT)))
+(((-1115 |#1|) (-10 -7 (-15 -3629 (|#1|)) (-15 -3500 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)) (-15 -3502 (|#1| |#1|)) (-15 -3503 (|#1| |#1|)) (-15 -3501 (|#1| |#1|)) (-15 -3499 (|#1| |#1|)) (-15 -3486 (|#1| |#1|)) (-15 -3489 (|#1| |#1|)) (-15 -3487 (|#1| |#1|))) (-1116)) (T -1115))
+NIL
+((-3494 (($ $) 26 T ELT)) (-3641 (($ $) 11 T ELT)) (-3492 (($ $) 27 T ELT)) (-3640 (($ $) 10 T ELT)) (-3496 (($ $) 28 T ELT)) (-3639 (($ $) 9 T ELT)) (-3629 (($) 16 T ELT)) (-3944 (($ $) 19 T ELT)) (-3945 (($ $) 18 T ELT)) (-3497 (($ $) 29 T ELT)) (-3638 (($ $) 8 T ELT)) (-3495 (($ $) 30 T ELT)) (-3637 (($ $) 7 T ELT)) (-3493 (($ $) 31 T ELT)) (-3636 (($ $) 6 T ELT)) (-3500 (($ $) 20 T ELT)) (-3488 (($ $) 32 T ELT)) (-3498 (($ $) 21 T ELT)) (-3486 (($ $) 33 T ELT)) (-3502 (($ $) 22 T ELT)) (-3490 (($ $) 34 T ELT)) (-3503 (($ $) 23 T ELT)) (-3491 (($ $) 35 T ELT)) (-3501 (($ $) 24 T ELT)) (-3489 (($ $) 36 T ELT)) (-3499 (($ $) 25 T ELT)) (-3487 (($ $) 37 T ELT)) (** (($ $ $) 17 T ELT)))
+(((-1116) (-113)) (T -1116))
+((-3629 (*1 *1) (-4 *1 (-1116))))
+(-13 (-1119) (-66) (-433) (-35) (-239) (-10 -8 (-15 -3629 ($))))
+(((-35) . T) ((-66) . T) ((-239) . T) ((-433) . T) ((-1119) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 19 T ELT)) (-3634 (($ |#1| (-584 $)) 28 T ELT) (($ (-584 |#1|)) 35 T ELT) (($ |#1|) 30 T ELT)) (-3027 ((|#1| $ |#1|) 14 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) 13 (|has| $ (-1036 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-3033 (((-584 $) $) 59 T ELT)) (-3029 (((-85) $ $) 50 (|has| |#1| (-72)) ELT)) (-2610 (((-584 |#1|) $) 70 T ELT)) (-3247 (((-85) |#1| $) 69 (|has| |#1| (-72)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 29 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 27 T ELT)) (-3032 (((-584 |#1|) $) 55 T ELT)) (-3529 (((-85) $) 53 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 67 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 101 T ELT)) (-3405 (((-85) $) 9 T ELT)) (-3567 (($) 10 T ELT)) (-3802 ((|#1| $ #1#) NIL T ELT)) (-3031 (((-485) $ $) 48 T ELT)) (-3630 (((-584 $) $) 83 T ELT)) (-3631 (((-85) $ $) 104 T ELT)) (-3632 (((-584 $) $) 99 T ELT)) (-3633 (($ $) 100 T ELT)) (-3635 (((-85) $) 76 T ELT)) (-1731 (((-695) |#1| $) 17 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 25 T ELT)) (-3402 (($ $) 82 T ELT)) (-3948 (((-773) $) 85 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) 12 T ELT)) (-3030 (((-85) $ $) 39 (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 66 T ELT)) (-3058 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-3959 (((-695) $) 80 T ELT)))
+(((-1117 |#1|) (-13 (-924 |#1|) (-318 |#1|) (-1036 |#1|) (-10 -8 (-15 -3634 ($ |#1| (-584 $))) (-15 -3634 ($ (-584 |#1|))) (-15 -3634 ($ |#1|)) (-15 -3635 ((-85) $)) (-15 -3633 ($ $)) (-15 -3632 ((-584 $) $)) (-15 -3631 ((-85) $ $)) (-15 -3630 ((-584 $) $)))) (-1014)) (T -1117))
+((-3635 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1117 *3)) (-4 *3 (-1014)))) (-3634 (*1 *1 *2 *3) (-12 (-5 *3 (-584 (-1117 *2))) (-5 *1 (-1117 *2)) (-4 *2 (-1014)))) (-3634 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-1117 *3)))) (-3634 (*1 *1 *2) (-12 (-5 *1 (-1117 *2)) (-4 *2 (-1014)))) (-3633 (*1 *1 *1) (-12 (-5 *1 (-1117 *2)) (-4 *2 (-1014)))) (-3632 (*1 *2 *1) (-12 (-5 *2 (-584 (-1117 *3))) (-5 *1 (-1117 *3)) (-4 *3 (-1014)))) (-3631 (*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1117 *3)) (-4 *3 (-1014)))) (-3630 (*1 *2 *1) (-12 (-5 *2 (-584 (-1117 *3))) (-5 *1 (-1117 *3)) (-4 *3 (-1014)))))
+((-3641 (($ $) 15 T ELT)) (-3639 (($ $) 12 T ELT)) (-3638 (($ $) 10 T ELT)) (-3637 (($ $) 17 T ELT)))
+(((-1118 |#1|) (-10 -7 (-15 -3637 (|#1| |#1|)) (-15 -3638 (|#1| |#1|)) (-15 -3639 (|#1| |#1|)) (-15 -3641 (|#1| |#1|))) (-1119)) (T -1118))
+NIL
+((-3641 (($ $) 11 T ELT)) (-3640 (($ $) 10 T ELT)) (-3639 (($ $) 9 T ELT)) (-3638 (($ $) 8 T ELT)) (-3637 (($ $) 7 T ELT)) (-3636 (($ $) 6 T ELT)))
+(((-1119) (-113)) (T -1119))
+((-3641 (*1 *1 *1) (-4 *1 (-1119))) (-3640 (*1 *1 *1) (-4 *1 (-1119))) (-3639 (*1 *1 *1) (-4 *1 (-1119))) (-3638 (*1 *1 *1) (-4 *1 (-1119))) (-3637 (*1 *1 *1) (-4 *1 (-1119))) (-3636 (*1 *1 *1) (-4 *1 (-1119))))
+(-13 (-10 -8 (-15 -3636 ($ $)) (-15 -3637 ($ $)) (-15 -3638 ($ $)) (-15 -3639 ($ $)) (-15 -3640 ($ $)) (-15 -3641 ($ $))))
+((-3644 ((|#2| |#2|) 95 T ELT)) (-3647 (((-85) |#2|) 29 T ELT)) (-3645 ((|#2| |#2|) 33 T ELT)) (-3646 ((|#2| |#2|) 35 T ELT)) (-3642 ((|#2| |#2| (-1091)) 89 T ELT) ((|#2| |#2|) 90 T ELT)) (-3648 (((-142 |#2|) |#2|) 31 T ELT)) (-3643 ((|#2| |#2| (-1091)) 91 T ELT) ((|#2| |#2|) 92 T ELT)))
+(((-1120 |#1| |#2|) (-10 -7 (-15 -3642 (|#2| |#2|)) (-15 -3642 (|#2| |#2| (-1091))) (-15 -3643 (|#2| |#2|)) (-15 -3643 (|#2| |#2| (-1091))) (-15 -3644 (|#2| |#2|)) (-15 -3645 (|#2| |#2|)) (-15 -3646 (|#2| |#2|)) (-15 -3647 ((-85) |#2|)) (-15 -3648 ((-142 |#2|) |#2|))) (-13 (-392) (-951 (-485)) (-581 (-485))) (-13 (-27) (-1116) (-364 |#1|))) (T -1120))
+((-3648 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-142 *3)) (-5 *1 (-1120 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4))))) (-3647 (*1 *2 *3) (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-85)) (-5 *1 (-1120 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4))))) (-3646 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *3))))) (-3645 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *3))))) (-3644 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *3))))) (-3643 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))))) (-3643 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *3))))) (-3642 (*1 *2 *2 *3) (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))))) (-3642 (*1 *2 *2) (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *3))))))
+((-3649 ((|#4| |#4| |#1|) 31 T ELT)) (-3650 ((|#4| |#4| |#1|) 32 T ELT)))
+(((-1121 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3649 (|#4| |#4| |#1|)) (-15 -3650 (|#4| |#4| |#1|))) (-496) (-324 |#1|) (-324 |#1|) (-628 |#1| |#2| |#3|)) (T -1121))
+((-3650 (*1 *2 *2 *3) (-12 (-4 *3 (-496)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-1121 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))) (-3649 (*1 *2 *2 *3) (-12 (-4 *3 (-496)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3)) (-5 *1 (-1121 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))))
+((-3668 ((|#2| |#2|) 148 T ELT)) (-3670 ((|#2| |#2|) 145 T ELT)) (-3667 ((|#2| |#2|) 136 T ELT)) (-3669 ((|#2| |#2|) 133 T ELT)) (-3666 ((|#2| |#2|) 141 T ELT)) (-3665 ((|#2| |#2|) 129 T ELT)) (-3654 ((|#2| |#2|) 44 T ELT)) (-3653 ((|#2| |#2|) 105 T ELT)) (-3651 ((|#2| |#2|) 88 T ELT)) (-3664 ((|#2| |#2|) 143 T ELT)) (-3663 ((|#2| |#2|) 131 T ELT)) (-3676 ((|#2| |#2|) 153 T ELT)) (-3674 ((|#2| |#2|) 151 T ELT)) (-3675 ((|#2| |#2|) 152 T ELT)) (-3673 ((|#2| |#2|) 150 T ELT)) (-3652 ((|#2| |#2|) 163 T ELT)) (-3677 ((|#2| |#2|) 30 (-12 (|has| |#2| (-554 (-801 |#1|))) (|has| |#2| (-797 |#1|)) (|has| |#1| (-554 (-801 |#1|))) (|has| |#1| (-797 |#1|))) ELT)) (-3655 ((|#2| |#2|) 89 T ELT)) (-3656 ((|#2| |#2|) 154 T ELT)) (-3965 ((|#2| |#2|) 155 T ELT)) (-3662 ((|#2| |#2|) 142 T ELT)) (-3661 ((|#2| |#2|) 130 T ELT)) (-3660 ((|#2| |#2|) 149 T ELT)) (-3672 ((|#2| |#2|) 147 T ELT)) (-3659 ((|#2| |#2|) 137 T ELT)) (-3671 ((|#2| |#2|) 135 T ELT)) (-3658 ((|#2| |#2|) 139 T ELT)) (-3657 ((|#2| |#2|) 127 T ELT)))
+(((-1122 |#1| |#2|) (-10 -7 (-15 -3965 (|#2| |#2|)) (-15 -3651 (|#2| |#2|)) (-15 -3652 (|#2| |#2|)) (-15 -3653 (|#2| |#2|)) (-15 -3654 (|#2| |#2|)) (-15 -3655 (|#2| |#2|)) (-15 -3656 (|#2| |#2|)) (-15 -3657 (|#2| |#2|)) (-15 -3658 (|#2| |#2|)) (-15 -3659 (|#2| |#2|)) (-15 -3660 (|#2| |#2|)) (-15 -3661 (|#2| |#2|)) (-15 -3662 (|#2| |#2|)) (-15 -3663 (|#2| |#2|)) (-15 -3664 (|#2| |#2|)) (-15 -3665 (|#2| |#2|)) (-15 -3666 (|#2| |#2|)) (-15 -3667 (|#2| |#2|)) (-15 -3668 (|#2| |#2|)) (-15 -3669 (|#2| |#2|)) (-15 -3670 (|#2| |#2|)) (-15 -3671 (|#2| |#2|)) (-15 -3672 (|#2| |#2|)) (-15 -3673 (|#2| |#2|)) (-15 -3674 (|#2| |#2|)) (-15 -3675 (|#2| |#2|)) (-15 -3676 (|#2| |#2|)) (IF (|has| |#1| (-797 |#1|)) (IF (|has| |#1| (-554 (-801 |#1|))) (IF (|has| |#2| (-554 (-801 |#1|))) (IF (|has| |#2| (-797 |#1|)) (-15 -3677 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-392) (-13 (-364 |#1|) (-1116))) (T -1122))
+((-3677 (*1 *2 *2) (-12 (-4 *3 (-554 (-801 *3))) (-4 *3 (-797 *3)) (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-554 (-801 *3))) (-4 *2 (-797 *3)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3676 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3675 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3674 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3673 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3672 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3671 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3670 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3669 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3668 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3667 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3666 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3665 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3664 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3663 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3662 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3661 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3660 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3659 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3658 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3657 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3656 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3655 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3654 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3653 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3652 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3651 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))) (-3965 (*1 *2 *2) (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 (-1091)) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3816 (((-858 |#1|) $ (-695)) 18 T ELT) (((-858 |#1|) $ (-695) (-695)) NIL T ELT)) (-2894 (((-85) $) NIL T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-695) $ (-1091)) NIL T ELT) (((-695) $ (-1091) (-695)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ $ (-584 (-1091)) (-584 (-470 (-1091)))) NIL T ELT) (($ $ (-1091) (-470 (-1091))) NIL T ELT) (($ |#1| (-470 (-1091))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3814 (($ $ (-1091)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091) |#1|) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3678 (($ (-1 $) (-1091) |#1|) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3771 (($ $ (-695)) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-3945 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (($ $ (-1091) $) NIL T ELT) (($ $ (-584 (-1091)) (-584 $)) NIL T ELT) (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT)) (-3760 (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091)) NIL T ELT)) (-3950 (((-470 (-1091)) $) NIL T ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-1091)) NIL T ELT) (($ (-858 |#1|)) NIL T ELT)) (-3679 ((|#1| $ (-470 (-1091))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (((-858 |#1|) $ (-695)) NIL T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-2671 (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
+(((-1123 |#1|) (-13 (-680 |#1| (-1091)) (-10 -8 (-15 -3679 ((-858 |#1|) $ (-695))) (-15 -3948 ($ (-1091))) (-15 -3948 ($ (-858 |#1|))) (IF (|has| |#1| (-38 (-350 (-485)))) (PROGN (-15 -3814 ($ $ (-1091) |#1|)) (-15 -3678 ($ (-1 $) (-1091) |#1|))) |%noBranch|))) (-962)) (T -1123))
+((-3679 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *2 (-858 *4)) (-5 *1 (-1123 *4)) (-4 *4 (-962)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-1123 *3)) (-4 *3 (-962)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-858 *3)) (-4 *3 (-962)) (-5 *1 (-1123 *3)))) (-3814 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *1 (-1123 *3)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)))) (-3678 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1123 *4))) (-5 *3 (-1091)) (-5 *1 (-1123 *4)) (-4 *4 (-38 (-350 (-485)))) (-4 *4 (-962)))))
+((-3695 (((-85) |#5| $) 68 T ELT) (((-85) $) 109 T ELT)) (-3690 ((|#5| |#5| $) 83 T ELT)) (-3712 (($ (-1 (-85) |#5|) $) NIL T ELT) (((-3 |#5| #1="failed") $ |#4|) 126 T ELT)) (-3691 (((-584 |#5|) (-584 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-85) |#5| |#5|)) 81 T ELT)) (-3159 (((-3 $ #1#) (-584 |#5|)) 134 T ELT)) (-3801 (((-3 $ #1#) $) 119 T ELT)) (-3687 ((|#5| |#5| $) 101 T ELT)) (-3696 (((-85) |#5| $ (-1 (-85) |#5| |#5|)) 36 T ELT)) (-3685 ((|#5| |#5| $) 105 T ELT)) (-3844 ((|#5| (-1 |#5| |#5| |#5|) $ |#5| |#5|) NIL T ELT) ((|#5| (-1 |#5| |#5| |#5|) $ |#5|) NIL T ELT) ((|#5| (-1 |#5| |#5| |#5|) $) NIL T ELT) ((|#5| |#5| $ (-1 |#5| |#5| |#5|) (-1 (-85) |#5| |#5|)) 77 T ELT)) (-3698 (((-2 (|:| -3863 (-584 |#5|)) (|:| -1703 (-584 |#5|))) $) 63 T ELT)) (-3697 (((-85) |#5| $) 66 T ELT) (((-85) $) 110 T ELT)) (-3182 ((|#4| $) 115 T ELT)) (-3800 (((-3 |#5| #1#) $) 117 T ELT)) (-3699 (((-584 |#5|) $) 55 T ELT)) (-3693 (((-85) |#5| $) 75 T ELT) (((-85) $) 114 T ELT)) (-3688 ((|#5| |#5| $) 89 T ELT)) (-3701 (((-85) $ $) 29 T ELT)) (-3694 (((-85) |#5| $) 71 T ELT) (((-85) $) 112 T ELT)) (-3689 ((|#5| |#5| $) 86 T ELT)) (-3803 (((-3 |#5| #1#) $) 116 T ELT)) (-3771 (($ $ |#5|) 135 T ELT)) (-3950 (((-695) $) 60 T ELT)) (-3532 (($ (-584 |#5|)) 132 T ELT)) (-2912 (($ $ |#4|) 130 T ELT)) (-2914 (($ $ |#4|) 128 T ELT)) (-3686 (($ $) 127 T ELT)) (-3948 (((-773) $) NIL T ELT) (((-584 |#5|) $) 120 T ELT)) (-3680 (((-695) $) 139 T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#5|))) #1#) (-584 |#5|) (-1 (-85) |#5| |#5|)) 49 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#5|))) #1#) (-584 |#5|) (-1 (-85) |#5|) (-1 (-85) |#5| |#5|)) 51 T ELT)) (-3692 (((-85) $ (-1 (-85) |#5| (-584 |#5|))) 107 T ELT)) (-3682 (((-584 |#4|) $) 122 T ELT)) (-3935 (((-85) |#4| $) 125 T ELT)) (-3058 (((-85) $ $) 20 T ELT)))
+(((-1124 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3680 ((-695) |#1|)) (-15 -3771 (|#1| |#1| |#5|)) (-15 -3712 ((-3 |#5| #1="failed") |#1| |#4|)) (-15 -3935 ((-85) |#4| |#1|)) (-15 -3682 ((-584 |#4|) |#1|)) (-15 -3801 ((-3 |#1| #1#) |#1|)) (-15 -3800 ((-3 |#5| #1#) |#1|)) (-15 -3803 ((-3 |#5| #1#) |#1|)) (-15 -3685 (|#5| |#5| |#1|)) (-15 -3686 (|#1| |#1|)) (-15 -3687 (|#5| |#5| |#1|)) (-15 -3688 (|#5| |#5| |#1|)) (-15 -3689 (|#5| |#5| |#1|)) (-15 -3690 (|#5| |#5| |#1|)) (-15 -3691 ((-584 |#5|) (-584 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-85) |#5| |#5|))) (-15 -3844 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-85) |#5| |#5|))) (-15 -3693 ((-85) |#1|)) (-15 -3694 ((-85) |#1|)) (-15 -3695 ((-85) |#1|)) (-15 -3692 ((-85) |#1| (-1 (-85) |#5| (-584 |#5|)))) (-15 -3693 ((-85) |#5| |#1|)) (-15 -3694 ((-85) |#5| |#1|)) (-15 -3695 ((-85) |#5| |#1|)) (-15 -3696 ((-85) |#5| |#1| (-1 (-85) |#5| |#5|))) (-15 -3697 ((-85) |#1|)) (-15 -3697 ((-85) |#5| |#1|)) (-15 -3698 ((-2 (|:| -3863 (-584 |#5|)) (|:| -1703 (-584 |#5|))) |#1|)) (-15 -3950 ((-695) |#1|)) (-15 -3699 ((-584 |#5|) |#1|)) (-15 -3700 ((-3 (-2 (|:| |bas| |#1|) (|:| -3325 (-584 |#5|))) #1#) (-584 |#5|) (-1 (-85) |#5|) (-1 (-85) |#5| |#5|))) (-15 -3700 ((-3 (-2 (|:| |bas| |#1|) (|:| -3325 (-584 |#5|))) #1#) (-584 |#5|) (-1 (-85) |#5| |#5|))) (-15 -3701 ((-85) |#1| |#1|)) (-15 -2912 (|#1| |#1| |#4|)) (-15 -2914 (|#1| |#1| |#4|)) (-15 -3182 (|#4| |#1|)) (-15 -3159 ((-3 |#1| #1#) (-584 |#5|))) (-15 -3948 ((-584 |#5|) |#1|)) (-15 -3844 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3844 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3844 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3532 (|#1| (-584 |#5|))) (-15 -3712 (|#1| (-1 (-85) |#5|) |#1|)) (-15 -3948 ((-773) |#1|)) (-15 -3058 ((-85) |#1| |#1|))) (-1125 |#2| |#3| |#4| |#5|) (-496) (-718) (-757) (-978 |#2| |#3| |#4|)) (T -1124))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3683 (((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 |#4|)))) (-584 |#4|)) 90 T ELT)) (-3684 (((-584 $) (-584 |#4|)) 91 T ELT)) (-3083 (((-584 |#3|) $) 38 T ELT)) (-2910 (((-85) $) 31 T ELT)) (-2901 (((-85) $) 22 (|has| |#1| (-496)) ELT)) (-3695 (((-85) |#4| $) 106 T ELT) (((-85) $) 102 T ELT)) (-3690 ((|#4| |#4| $) 97 T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) 32 T ELT)) (-3712 (($ (-1 (-85) |#4|) $) 66 (|has| $ (-318 |#4|)) ELT) (((-3 |#4| "failed") $ |#3|) 84 T ELT)) (-3726 (($) 57 T CONST)) (-2906 (((-85) $) 27 (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) 29 (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) 28 (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) 30 (|has| |#1| (-496)) ELT)) (-3691 (((-584 |#4|) (-584 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 98 T ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) 23 (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) 24 (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ "failed") (-584 |#4|)) 41 T ELT)) (-3158 (($ (-584 |#4|)) 40 T ELT)) (-3801 (((-3 $ "failed") $) 87 T ELT)) (-3687 ((|#4| |#4| $) 94 T ELT)) (-1354 (($ $) 68 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT)) (-3408 (($ |#4| $) 67 (-12 (|has| |#4| (-72)) (|has| $ (-318 |#4|))) ELT) (($ (-1 (-85) |#4|) $) 65 (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 25 (|has| |#1| (-496)) ELT)) (-3696 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) 107 T ELT)) (-3685 ((|#4| |#4| $) 92 T ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 52 (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 49 T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) 48 T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 99 T ELT)) (-3698 (((-2 (|:| -3863 (-584 |#4|)) (|:| -1703 (-584 |#4|))) $) 110 T ELT)) (-3697 (((-85) |#4| $) 109 T ELT) (((-85) $) 108 T ELT)) (-3182 ((|#3| $) 39 T ELT)) (-2610 (((-584 |#4|) $) 47 T ELT)) (-3247 (((-85) |#4| $) 51 (|has| |#4| (-72)) ELT)) (-3328 (($ (-1 |#4| |#4|) $) 116 T ELT)) (-3960 (($ (-1 |#4| |#4|) $) 58 T ELT)) (-2916 (((-584 |#3|) $) 37 T ELT)) (-2915 (((-85) |#3| $) 36 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3800 (((-3 |#4| "failed") $) 88 T ELT)) (-3699 (((-584 |#4|) $) 112 T ELT)) (-3693 (((-85) |#4| $) 104 T ELT) (((-85) $) 100 T ELT)) (-3688 ((|#4| |#4| $) 95 T ELT)) (-3701 (((-85) $ $) 115 T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (-496)) ELT)) (-3694 (((-85) |#4| $) 105 T ELT) (((-85) $) 101 T ELT)) (-3689 ((|#4| |#4| $) 96 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3803 (((-3 |#4| "failed") $) 89 T ELT)) (-1355 (((-3 |#4| "failed") (-1 (-85) |#4|) $) 64 T ELT)) (-3681 (((-3 $ "failed") $ |#4|) 83 T ELT)) (-3771 (($ $ |#4|) 82 T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) 45 T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) 62 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) 61 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) 60 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) 59 (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) 53 T ELT)) (-3405 (((-85) $) 56 T ELT)) (-3567 (($) 55 T ELT)) (-3950 (((-695) $) 111 T ELT)) (-1731 (((-695) |#4| $) 50 (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) 46 T ELT)) (-3402 (($ $) 54 T ELT)) (-3974 (((-474) $) 69 (|has| |#4| (-554 (-474))) ELT)) (-3532 (($ (-584 |#4|)) 63 T ELT)) (-2912 (($ $ |#3|) 33 T ELT)) (-2914 (($ $ |#3|) 35 T ELT)) (-3686 (($ $) 93 T ELT)) (-2913 (($ $ |#3|) 34 T ELT)) (-3948 (((-773) $) 13 T ELT) (((-584 |#4|) $) 42 T ELT)) (-3680 (((-695) $) 81 (|has| |#3| (-320)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) "failed") (-584 |#4|) (-1 (-85) |#4| |#4|)) 114 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) "failed") (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) 113 T ELT)) (-3692 (((-85) $ (-1 (-85) |#4| (-584 |#4|))) 103 T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) 44 T ELT)) (-3682 (((-584 |#3|) $) 86 T ELT)) (-3935 (((-85) |#3| $) 85 T ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3959 (((-695) $) 43 T ELT)))
+(((-1125 |#1| |#2| |#3| |#4|) (-113) (-496) (-718) (-757) (-978 |t#1| |t#2| |t#3|)) (T -1125))
+((-3701 (*1 *2 *1 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85)))) (-3700 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-85) *8 *8)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3325 (-584 *8)))) (-5 *3 (-584 *8)) (-4 *1 (-1125 *5 *6 *7 *8)))) (-3700 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-85) *9)) (-5 *5 (-1 (-85) *9 *9)) (-4 *9 (-978 *6 *7 *8)) (-4 *6 (-496)) (-4 *7 (-718)) (-4 *8 (-757)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3325 (-584 *9)))) (-5 *3 (-584 *9)) (-4 *1 (-1125 *6 *7 *8 *9)))) (-3699 (*1 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-584 *6)))) (-3950 (*1 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-695)))) (-3698 (*1 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-2 (|:| -3863 (-584 *6)) (|:| -1703 (-584 *6)))))) (-3697 (*1 *2 *3 *1) (-12 (-4 *1 (-1125 *4 *5 *6 *3)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))) (-3697 (*1 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85)))) (-3696 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-85) *3 *3)) (-4 *1 (-1125 *5 *6 *7 *3)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-85)))) (-3695 (*1 *2 *3 *1) (-12 (-4 *1 (-1125 *4 *5 *6 *3)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))) (-3694 (*1 *2 *3 *1) (-12 (-4 *1 (-1125 *4 *5 *6 *3)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))) (-3693 (*1 *2 *3 *1) (-12 (-4 *1 (-1125 *4 *5 *6 *3)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))) (-3692 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-85) *7 (-584 *7))) (-4 *1 (-1125 *4 *5 *6 *7)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)))) (-3695 (*1 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85)))) (-3694 (*1 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85)))) (-3693 (*1 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85)))) (-3844 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-85) *2 *2)) (-4 *1 (-1125 *5 *6 *7 *2)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *2 (-978 *5 *6 *7)))) (-3691 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-584 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-85) *8 *8)) (-4 *1 (-1125 *5 *6 *7 *8)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-978 *5 *6 *7)))) (-3690 (*1 *2 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))) (-3689 (*1 *2 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))) (-3688 (*1 *2 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))) (-3687 (*1 *2 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))) (-3686 (*1 *1 *1) (-12 (-4 *1 (-1125 *2 *3 *4 *5)) (-4 *2 (-496)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *5 (-978 *2 *3 *4)))) (-3685 (*1 *2 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))) (-3684 (*1 *2 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-1125 *4 *5 *6 *7)))) (-3683 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-584 (-2 (|:| -3863 *1) (|:| -1703 (-584 *7))))) (-5 *3 (-584 *7)) (-4 *1 (-1125 *4 *5 *6 *7)))) (-3803 (*1 *2 *1) (|partial| -12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))) (-3800 (*1 *2 *1) (|partial| -12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))) (-3801 (*1 *1 *1) (|partial| -12 (-4 *1 (-1125 *2 *3 *4 *5)) (-4 *2 (-496)) (-4 *3 (-718)) (-4 *4 (-757)) (-4 *5 (-978 *2 *3 *4)))) (-3682 (*1 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-584 *5)))) (-3935 (*1 *2 *3 *1) (-12 (-4 *1 (-1125 *4 *5 *3 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *3 (-757)) (-4 *6 (-978 *4 *5 *3)) (-5 *2 (-85)))) (-3712 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1125 *4 *5 *3 *2)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *3 (-757)) (-4 *2 (-978 *4 *5 *3)))) (-3681 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))) (-3771 (*1 *1 *1 *2) (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))) (-3680 (*1 *2 *1) (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-4 *5 (-320)) (-5 *2 (-695)))))
+(-13 (-890 |t#1| |t#2| |t#3| |t#4|) (-1036 |t#4|) (-10 -8 (-15 -3701 ((-85) $ $)) (-15 -3700 ((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |t#4|))) "failed") (-584 |t#4|) (-1 (-85) |t#4| |t#4|))) (-15 -3700 ((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |t#4|))) "failed") (-584 |t#4|) (-1 (-85) |t#4|) (-1 (-85) |t#4| |t#4|))) (-15 -3699 ((-584 |t#4|) $)) (-15 -3950 ((-695) $)) (-15 -3698 ((-2 (|:| -3863 (-584 |t#4|)) (|:| -1703 (-584 |t#4|))) $)) (-15 -3697 ((-85) |t#4| $)) (-15 -3697 ((-85) $)) (-15 -3696 ((-85) |t#4| $ (-1 (-85) |t#4| |t#4|))) (-15 -3695 ((-85) |t#4| $)) (-15 -3694 ((-85) |t#4| $)) (-15 -3693 ((-85) |t#4| $)) (-15 -3692 ((-85) $ (-1 (-85) |t#4| (-584 |t#4|)))) (-15 -3695 ((-85) $)) (-15 -3694 ((-85) $)) (-15 -3693 ((-85) $)) (-15 -3844 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-85) |t#4| |t#4|))) (-15 -3691 ((-584 |t#4|) (-584 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-85) |t#4| |t#4|))) (-15 -3690 (|t#4| |t#4| $)) (-15 -3689 (|t#4| |t#4| $)) (-15 -3688 (|t#4| |t#4| $)) (-15 -3687 (|t#4| |t#4| $)) (-15 -3686 ($ $)) (-15 -3685 (|t#4| |t#4| $)) (-15 -3684 ((-584 $) (-584 |t#4|))) (-15 -3683 ((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 |t#4|)))) (-584 |t#4|))) (-15 -3803 ((-3 |t#4| "failed") $)) (-15 -3800 ((-3 |t#4| "failed") $)) (-15 -3801 ((-3 $ "failed") $)) (-15 -3682 ((-584 |t#3|) $)) (-15 -3935 ((-85) |t#3| $)) (-15 -3712 ((-3 |t#4| "failed") $ |t#3|)) (-15 -3681 ((-3 $ "failed") $ |t#4|)) (-15 -3771 ($ $ |t#4|)) (IF (|has| |t#3| (-320)) (-15 -3680 ((-695) $)) |%noBranch|)))
+(((-34) . T) ((-72) . T) ((-553 (-584 |#4|)) . T) ((-553 (-773)) . T) ((-124 |#4|) . T) ((-554 (-474)) |has| |#4| (-554 (-474))) ((-260 |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-318 |#4|) . T) ((-429 |#4|) . T) ((-456 |#4| |#4|) -12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ((-13) . T) ((-890 |#1| |#2| |#3| |#4|) . T) ((-1014) . T) ((-1036 |#4|) . T) ((-1130) . T))
+((-3707 (($ |#1| (-584 (-584 (-855 (-179)))) (-85)) 19 T ELT)) (-3706 (((-85) $ (-85)) 18 T ELT)) (-3705 (((-85) $) 17 T ELT)) (-3703 (((-584 (-584 (-855 (-179)))) $) 13 T ELT)) (-3702 ((|#1| $) 8 T ELT)) (-3704 (((-85) $) 15 T ELT)))
+(((-1126 |#1|) (-10 -8 (-15 -3702 (|#1| $)) (-15 -3703 ((-584 (-584 (-855 (-179)))) $)) (-15 -3704 ((-85) $)) (-15 -3705 ((-85) $)) (-15 -3706 ((-85) $ (-85))) (-15 -3707 ($ |#1| (-584 (-584 (-855 (-179)))) (-85)))) (-888)) (T -1126))
+((-3707 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *4 (-85)) (-5 *1 (-1126 *2)) (-4 *2 (-888)))) (-3706 (*1 *2 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1126 *3)) (-4 *3 (-888)))) (-3705 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1126 *3)) (-4 *3 (-888)))) (-3704 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1126 *3)) (-4 *3 (-888)))) (-3703 (*1 *2 *1) (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *1 (-1126 *3)) (-4 *3 (-888)))) (-3702 (*1 *2 *1) (-12 (-5 *1 (-1126 *2)) (-4 *2 (-888)))))
+((-3709 (((-855 (-179)) (-855 (-179))) 31 T ELT)) (-3708 (((-855 (-179)) (-179) (-179) (-179) (-179)) 10 T ELT)) (-3711 (((-584 (-855 (-179))) (-855 (-179)) (-855 (-179)) (-855 (-179)) (-179) (-584 (-584 (-179)))) 57 T ELT)) (-3838 (((-179) (-855 (-179)) (-855 (-179))) 27 T ELT)) (-3836 (((-855 (-179)) (-855 (-179)) (-855 (-179))) 28 T ELT)) (-3710 (((-584 (-584 (-179))) (-485)) 45 T ELT)) (-3839 (((-855 (-179)) (-855 (-179)) (-855 (-179))) 26 T ELT)) (-3841 (((-855 (-179)) (-855 (-179)) (-855 (-179))) 24 T ELT)) (* (((-855 (-179)) (-179) (-855 (-179))) 22 T ELT)))
+(((-1127) (-10 -7 (-15 -3708 ((-855 (-179)) (-179) (-179) (-179) (-179))) (-15 * ((-855 (-179)) (-179) (-855 (-179)))) (-15 -3841 ((-855 (-179)) (-855 (-179)) (-855 (-179)))) (-15 -3839 ((-855 (-179)) (-855 (-179)) (-855 (-179)))) (-15 -3838 ((-179) (-855 (-179)) (-855 (-179)))) (-15 -3836 ((-855 (-179)) (-855 (-179)) (-855 (-179)))) (-15 -3709 ((-855 (-179)) (-855 (-179)))) (-15 -3710 ((-584 (-584 (-179))) (-485))) (-15 -3711 ((-584 (-855 (-179))) (-855 (-179)) (-855 (-179)) (-855 (-179)) (-179) (-584 (-584 (-179))))))) (T -1127))
+((-3711 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-584 (-584 (-179)))) (-5 *4 (-179)) (-5 *2 (-584 (-855 *4))) (-5 *1 (-1127)) (-5 *3 (-855 *4)))) (-3710 (*1 *2 *3) (-12 (-5 *3 (-485)) (-5 *2 (-584 (-584 (-179)))) (-5 *1 (-1127)))) (-3709 (*1 *2 *2) (-12 (-5 *2 (-855 (-179))) (-5 *1 (-1127)))) (-3836 (*1 *2 *2 *2) (-12 (-5 *2 (-855 (-179))) (-5 *1 (-1127)))) (-3838 (*1 *2 *3 *3) (-12 (-5 *3 (-855 (-179))) (-5 *2 (-179)) (-5 *1 (-1127)))) (-3839 (*1 *2 *2 *2) (-12 (-5 *2 (-855 (-179))) (-5 *1 (-1127)))) (-3841 (*1 *2 *2 *2) (-12 (-5 *2 (-855 (-179))) (-5 *1 (-1127)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-855 (-179))) (-5 *3 (-179)) (-5 *1 (-1127)))) (-3708 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-855 (-179))) (-5 *1 (-1127)) (-5 *3 (-179)))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-1014)) ELT)) (-3712 ((|#1| $ (-695)) 18 T ELT)) (-3835 (((-695) $) 13 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3948 (((-870 |#1|) $) 12 T ELT) (($ (-870 |#1|)) 11 T ELT) (((-773) $) 29 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-1014)) ELT)) (-3058 (((-85) $ $) 22 (|has| |#1| (-1014)) ELT)))
+(((-1128 |#1|) (-13 (-430 (-870 |#1|)) (-10 -8 (-15 -3712 (|#1| $ (-695))) (-15 -3835 ((-695) $)) (IF (|has| |#1| (-553 (-773))) (-6 (-553 (-773))) |%noBranch|) (IF (|has| |#1| (-1014)) (-6 (-1014)) |%noBranch|))) (-1130)) (T -1128))
+((-3712 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *1 (-1128 *2)) (-4 *2 (-1130)))) (-3835 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-1128 *3)) (-4 *3 (-1130)))))
+((-3715 (((-348 (-1086 (-1086 |#1|))) (-1086 (-1086 |#1|)) (-485)) 92 T ELT)) (-3713 (((-348 (-1086 (-1086 |#1|))) (-1086 (-1086 |#1|))) 84 T ELT)) (-3714 (((-348 (-1086 (-1086 |#1|))) (-1086 (-1086 |#1|))) 68 T ELT)))
+(((-1129 |#1|) (-10 -7 (-15 -3713 ((-348 (-1086 (-1086 |#1|))) (-1086 (-1086 |#1|)))) (-15 -3714 ((-348 (-1086 (-1086 |#1|))) (-1086 (-1086 |#1|)))) (-15 -3715 ((-348 (-1086 (-1086 |#1|))) (-1086 (-1086 |#1|)) (-485)))) (-299)) (T -1129))
+((-3715 (*1 *2 *3 *4) (-12 (-5 *4 (-485)) (-4 *5 (-299)) (-5 *2 (-348 (-1086 (-1086 *5)))) (-5 *1 (-1129 *5)) (-5 *3 (-1086 (-1086 *5))))) (-3714 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-348 (-1086 (-1086 *4)))) (-5 *1 (-1129 *4)) (-5 *3 (-1086 (-1086 *4))))) (-3713 (*1 *2 *3) (-12 (-4 *4 (-299)) (-5 *2 (-348 (-1086 (-1086 *4)))) (-5 *1 (-1129 *4)) (-5 *3 (-1086 (-1086 *4))))))
+NIL
+(((-1130) (-113)) (T -1130))
NIL
(-13)
(((-13) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 9 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1130) (-995)) (T -1130))
-NIL
-((-3718 (((-85)) 18 T ELT)) (-3715 (((-1185) (-583 |#1|) (-583 |#1|)) 22 T ELT) (((-1185) (-583 |#1|)) 23 T ELT)) (-3720 (((-85) |#1| |#1|) 37 (|has| |#1| (-756)) ELT)) (-3717 (((-85) |#1| |#1| (-1 (-85) |#1| |#1|)) 29 T ELT) (((-3 (-85) "failed") |#1| |#1|) 27 T ELT)) (-3719 ((|#1| (-583 |#1|)) 38 (|has| |#1| (-756)) ELT) ((|#1| (-583 |#1|) (-1 (-85) |#1| |#1|)) 32 T ELT)) (-3716 (((-2 (|:| -3230 (-583 |#1|)) (|:| -3229 (-583 |#1|)))) 20 T ELT)))
-(((-1131 |#1|) (-10 -7 (-15 -3715 ((-1185) (-583 |#1|))) (-15 -3715 ((-1185) (-583 |#1|) (-583 |#1|))) (-15 -3716 ((-2 (|:| -3230 (-583 |#1|)) (|:| -3229 (-583 |#1|))))) (-15 -3717 ((-3 (-85) "failed") |#1| |#1|)) (-15 -3717 ((-85) |#1| |#1| (-1 (-85) |#1| |#1|))) (-15 -3719 (|#1| (-583 |#1|) (-1 (-85) |#1| |#1|))) (-15 -3718 ((-85))) (IF (|has| |#1| (-756)) (PROGN (-15 -3719 (|#1| (-583 |#1|))) (-15 -3720 ((-85) |#1| |#1|))) |%noBranch|)) (-1013)) (T -1131))
-((-3720 (*1 *2 *3 *3) (-12 (-5 *2 (-85)) (-5 *1 (-1131 *3)) (-4 *3 (-756)) (-4 *3 (-1013)))) (-3719 (*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-1013)) (-4 *2 (-756)) (-5 *1 (-1131 *2)))) (-3718 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1131 *3)) (-4 *3 (-1013)))) (-3719 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *2)) (-5 *4 (-1 (-85) *2 *2)) (-5 *1 (-1131 *2)) (-4 *2 (-1013)))) (-3717 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-85) *3 *3)) (-4 *3 (-1013)) (-5 *2 (-85)) (-5 *1 (-1131 *3)))) (-3717 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-85)) (-5 *1 (-1131 *3)) (-4 *3 (-1013)))) (-3716 (*1 *2) (-12 (-5 *2 (-2 (|:| -3230 (-583 *3)) (|:| -3229 (-583 *3)))) (-5 *1 (-1131 *3)) (-4 *3 (-1013)))) (-3715 (*1 *2 *3 *3) (-12 (-5 *3 (-583 *4)) (-4 *4 (-1013)) (-5 *2 (-1185)) (-5 *1 (-1131 *4)))) (-3715 (*1 *2 *3) (-12 (-5 *3 (-583 *4)) (-4 *4 (-1013)) (-5 *2 (-1185)) (-5 *1 (-1131 *4)))))
-((-3721 (((-1185) (-583 (-1090)) (-583 (-1090))) 14 T ELT) (((-1185) (-583 (-1090))) 12 T ELT)) (-3723 (((-1185)) 16 T ELT)) (-3722 (((-2 (|:| -3229 (-583 (-1090))) (|:| -3230 (-583 (-1090))))) 20 T ELT)))
-(((-1132) (-10 -7 (-15 -3721 ((-1185) (-583 (-1090)))) (-15 -3721 ((-1185) (-583 (-1090)) (-583 (-1090)))) (-15 -3722 ((-2 (|:| -3229 (-583 (-1090))) (|:| -3230 (-583 (-1090)))))) (-15 -3723 ((-1185))))) (T -1132))
-((-3723 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1132)))) (-3722 (*1 *2) (-12 (-5 *2 (-2 (|:| -3229 (-583 (-1090))) (|:| -3230 (-583 (-1090))))) (-5 *1 (-1132)))) (-3721 (*1 *2 *3 *3) (-12 (-5 *3 (-583 (-1090))) (-5 *2 (-1185)) (-5 *1 (-1132)))) (-3721 (*1 *2 *3) (-12 (-5 *3 (-583 (-1090))) (-5 *2 (-1185)) (-5 *1 (-1132)))))
-((-3776 (($ $) 17 T ELT)) (-3724 (((-85) $) 27 T ELT)))
-(((-1133 |#1|) (-10 -7 (-15 -3776 (|#1| |#1|)) (-15 -3724 ((-85) |#1|))) (-1134)) (T -1133))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 66 T ELT)) (-3972 (((-348 $) $) 67 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3724 (((-85) $) 68 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3733 (((-348 $) $) 65 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT)))
-(((-1134) (-113)) (T -1134))
-((-3724 (*1 *2 *1) (-12 (-4 *1 (-1134)) (-5 *2 (-85)))) (-3972 (*1 *2 *1) (-12 (-5 *2 (-348 *1)) (-4 *1 (-1134)))) (-3776 (*1 *1 *1) (-4 *1 (-1134))) (-3733 (*1 *2 *1) (-12 (-5 *2 (-348 *1)) (-4 *1 (-1134)))))
-(-13 (-392) (-10 -8 (-15 -3724 ((-85) $)) (-15 -3972 ((-348 $) $)) (-15 -3776 ($ $)) (-15 -3733 ((-348 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-246) . T) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 $) . T) ((-590 $) . T) ((-582 $) . T) ((-654 $) . T) ((-663) . T) ((-963 $) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-3726 (($ $ $) NIL T ELT)) (-3727 (($ $ $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2311 (($ $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)))
-(((-1135) (-13 (-752) (-604) (-10 -8 (-15 -3727 ($ $ $)) (-15 -3726 ($ $ $)) (-15 -3725 ($) -3953)))) (T -1135))
-((-3727 (*1 *1 *1 *1) (-5 *1 (-1135))) (-3726 (*1 *1 *1 *1) (-5 *1 (-1135))) (-3725 (*1 *1) (-5 *1 (-1135))))
-((-694) (|%not| (|%ilt| 16 (|%ilength| |#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-3726 (($ $ $) NIL T ELT)) (-3727 (($ $ $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2311 (($ $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)))
-(((-1136) (-13 (-752) (-604) (-10 -8 (-15 -3727 ($ $ $)) (-15 -3726 ($ $ $)) (-15 -3725 ($) -3953)))) (T -1136))
-((-3727 (*1 *1 *1 *1) (-5 *1 (-1136))) (-3726 (*1 *1 *1 *1) (-5 *1 (-1136))) (-3725 (*1 *1) (-5 *1 (-1136))))
-((-694) (|%not| (|%ilt| 32 (|%ilength| |#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-3726 (($ $ $) NIL T ELT)) (-3727 (($ $ $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2311 (($ $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)))
-(((-1137) (-13 (-752) (-604) (-10 -8 (-15 -3727 ($ $ $)) (-15 -3726 ($ $ $)) (-15 -3725 ($) -3953)))) (T -1137))
-((-3727 (*1 *1 *1 *1) (-5 *1 (-1137))) (-3726 (*1 *1 *1 *1) (-5 *1 (-1137))) (-3725 (*1 *1) (-5 *1 (-1137))))
-((-694) (|%not| (|%ilt| 64 (|%ilength| |#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-2313 (($ $) NIL T ELT)) (-3137 (((-694)) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2995 (($) NIL T ELT)) (-2532 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2858 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2010 (((-830) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2400 (($ (-830)) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT)) (-3726 (($ $ $) NIL T ELT)) (-3727 (($ $ $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2311 (($ $ $) NIL T ELT)) (-2567 (((-85) $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)))
-(((-1138) (-13 (-752) (-604) (-10 -8 (-15 -3727 ($ $ $)) (-15 -3726 ($ $ $)) (-15 -3725 ($) -3953)))) (T -1138))
-((-3727 (*1 *1 *1 *1) (-5 *1 (-1138))) (-3726 (*1 *1 *1 *1) (-5 *1 (-1138))) (-3725 (*1 *1) (-5 *1 (-1138))))
-((-694) (|%not| (|%ilt| 8 (|%ilength| |#1|))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3130 (((-1169 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-258)) (|has| |#1| (-312))) ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) 10 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT)) (-2063 (($ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT)) (-2061 (((-85) $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT)) (-3772 (($ $ (-484)) NIL T ELT) (($ $ (-484) (-484)) NIL T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))) $) NIL T ELT)) (-3732 (((-1169 |#1| |#2| |#3|) $) NIL T ELT)) (-3729 (((-3 (-1169 |#1| |#2| |#3|) #1="failed") $) NIL T ELT)) (-3730 (((-1169 |#1| |#2| |#3|) $) NIL T ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1#) $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) ELT)) (-3776 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3624 (((-484) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) ELT)) (-3819 (($ (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|)))) NIL T ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-1169 |#1| |#2| |#3|) #1#) $) NIL T ELT) (((-3 (-1090) #1#) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-950 (-1090))) (|has| |#1| (-312))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-950 (-484))) (|has| |#1| (-312))) ELT) (((-3 (-484) #1#) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-950 (-484))) (|has| |#1| (-312))) ELT)) (-3157 (((-1169 |#1| |#2| |#3|) $) NIL T ELT) (((-1090) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-950 (-1090))) (|has| |#1| (-312))) ELT) (((-350 (-484)) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-950 (-484))) (|has| |#1| (-312))) ELT) (((-484) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-950 (-484))) (|has| |#1| (-312))) ELT)) (-3731 (($ $) NIL T ELT) (($ (-484) $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-1169 |#1| |#2| |#3|)) (-630 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-1169 |#1| |#2| |#3|))) (|:| |vec| (-1179 (-1169 |#1| |#2| |#3|)))) (-630 $) (-1179 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-580 (-484))) (|has| |#1| (-312))) ELT) (((-630 (-484)) (-630 $)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-580 (-484))) (|has| |#1| (-312))) ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3728 (((-350 (-857 |#1|)) $ (-484)) NIL (|has| |#1| (-495)) ELT) (((-350 (-857 |#1|)) $ (-484) (-484)) NIL (|has| |#1| (-495)) ELT)) (-2995 (($) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-483)) (|has| |#1| (-312))) ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-3187 (((-85) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) ELT)) (-2893 (((-85) $) NIL T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-796 (-330))) (|has| |#1| (-312))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-796 (-484))) (|has| |#1| (-312))) ELT)) (-3773 (((-484) $) NIL T ELT) (((-484) $ (-484)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2999 (((-1169 |#1| |#2| |#3|) $) NIL (|has| |#1| (-312)) ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3446 (((-632 $) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-1066)) (|has| |#1| (-312))) ELT)) (-3188 (((-85) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) ELT)) (-3778 (($ $ (-830)) NIL T ELT)) (-3816 (($ (-1 |#1| (-484)) $) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-484)) 18 T ELT) (($ $ (-994) (-484)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-484))) NIL T ELT)) (-2532 (($ $ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-2858 (($ $ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-312)) ELT)) (-3943 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2280 (((-630 (-1169 |#1| |#2| |#3|)) (-1179 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-1169 |#1| |#2| |#3|))) (|:| |vec| (-1179 (-1169 |#1| |#2| |#3|)))) (-1179 $) $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-580 (-484))) (|has| |#1| (-312))) ELT) (((-630 (-484)) (-1179 $)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-580 (-484))) (|has| |#1| (-312))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3780 (($ (-484) (-1169 |#1| |#2| |#3|)) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3813 (($ $) 27 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))))) ELT) (($ $ (-1176 |#2|)) 28 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3447 (($) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-1066)) (|has| |#1| (-312))) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3129 (($ $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-258)) (|has| |#1| (-312))) ELT)) (-3131 (((-1169 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-483)) (|has| |#1| (-312))) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-484)) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-484)))) ELT) (($ $ (-1090) (-1169 |#1| |#2| |#3|)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-455 (-1090) (-1169 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-583 (-1090)) (-583 (-1169 |#1| |#2| |#3|))) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-455 (-1090) (-1169 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-583 (-249 (-1169 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-260 (-1169 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-249 (-1169 |#1| |#2| |#3|))) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-260 (-1169 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-260 (-1169 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-583 (-1169 |#1| |#2| |#3|)) (-583 (-1169 |#1| |#2| |#3|))) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-260 (-1169 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-484)) NIL T ELT) (($ $ $) NIL (|has| (-484) (-1025)) ELT) (($ $ (-1169 |#1| |#2| |#3|)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-241 (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1 (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|)) (-694)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|))) NIL (|has| |#1| (-312)) ELT) (($ $ (-1176 |#2|)) 26 T ELT) (($ $) 25 (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT)) (-2996 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2998 (((-1169 |#1| |#2| |#3|) $) NIL (|has| |#1| (-312)) ELT)) (-3949 (((-484) $) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3973 (((-473) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-553 (-473))) (|has| |#1| (-312))) ELT) (((-330) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-933)) (|has| |#1| (-312))) ELT) (((-179) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-933)) (|has| |#1| (-312))) ELT) (((-800 (-330)) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-553 (-800 (-330)))) (|has| |#1| (-312))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-553 (-800 (-484)))) (|has| |#1| (-312))) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) ELT)) (-2892 (($ $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-1169 |#1| |#2| |#3|)) NIL T ELT) (($ (-1176 |#2|)) 24 T ELT) (($ (-1090)) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-950 (-1090))) (|has| |#1| (-312))) ELT) (($ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT) (($ (-350 (-484))) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-950 (-484))) (|has| |#1| (-312))) (|has| |#1| (-38 (-350 (-484))))) ELT)) (-3678 ((|#1| $ (-484)) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-118)) (|has| |#1| (-312))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-3774 ((|#1| $) 11 T ELT)) (-3132 (((-1169 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-483)) (|has| |#1| (-312))) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-821)) (|has| |#1| (-312))) (|has| |#1| (-495))) ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-484)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-484)))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3384 (($ $) NIL (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) ELT)) (-2661 (($) 20 T CONST)) (-2667 (($) 15 T CONST)) (-2670 (($ $ (-1 (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|)) (-694)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|))) NIL (|has| |#1| (-312)) ELT) (($ $ (-1176 |#2|)) NIL T ELT) (($ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-809 (-1090))) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT)) (-2567 (((-85) $ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-2568 (((-85) $ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-2685 (((-85) $ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-2686 (((-85) $ $) NIL (OR (-12 (|has| (-1169 |#1| |#2| |#3|) (-740)) (|has| |#1| (-312))) (-12 (|has| (-1169 |#1| |#2| |#3|) (-756)) (|has| |#1| (-312)))) ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT) (($ (-1169 |#1| |#2| |#3|) (-1169 |#1| |#2| |#3|)) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 22 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-1169 |#1| |#2| |#3|)) NIL (|has| |#1| (-312)) ELT) (($ (-1169 |#1| |#2| |#3|) $) NIL (|has| |#1| (-312)) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1139 |#1| |#2| |#3|) (-13 (-1143 |#1| (-1169 |#1| |#2| |#3|)) (-806 $ (-1176 |#2|)) (-10 -8 (-15 -3947 ($ (-1176 |#2|))) (IF (|has| |#1| (-38 (-350 (-484)))) (-15 -3813 ($ $ (-1176 |#2|))) |%noBranch|))) (-961) (-1090) |#1|) (T -1139))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1139 *3 *4 *5)) (-4 *3 (-961)) (-14 *5 *3))) (-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1139 *3 *4 *5)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3))))
-((-3959 (((-1139 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1139 |#1| |#3| |#5|)) 23 T ELT)))
-(((-1140 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3959 ((-1139 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1139 |#1| |#3| |#5|)))) (-961) (-961) (-1090) (-1090) |#1| |#2|) (T -1140))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1139 *5 *7 *9)) (-4 *5 (-961)) (-4 *6 (-961)) (-14 *7 (-1090)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1139 *6 *8 *10)) (-5 *1 (-1140 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1090)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3082 (((-583 (-994)) $) 95 T ELT)) (-3832 (((-1090) $) 129 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 71 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 72 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 74 (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-484)) 124 T ELT) (($ $ (-484) (-484)) 123 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))) $) 130 T ELT)) (-3493 (($ $) 163 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 146 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 190 (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) 191 (|has| |#1| (-312)) ELT)) (-3038 (($ $) 145 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1608 (((-85) $ $) 181 (|has| |#1| (-312)) ELT)) (-3491 (($ $) 162 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 147 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|)))) 201 T ELT)) (-3495 (($ $) 161 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 148 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) 23 T CONST)) (-2565 (($ $ $) 185 (|has| |#1| (-312)) ELT)) (-3960 (($ $) 80 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3728 (((-350 (-857 |#1|)) $ (-484)) 199 (|has| |#1| (-495)) ELT) (((-350 (-857 |#1|)) $ (-484) (-484)) 198 (|has| |#1| (-495)) ELT)) (-2564 (($ $ $) 184 (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 179 (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) 192 (|has| |#1| (-312)) ELT)) (-2893 (((-85) $) 94 T ELT)) (-3628 (($) 173 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-484) $) 126 T ELT) (((-484) $ (-484)) 125 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 144 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3778 (($ $ (-830)) 127 T ELT)) (-3816 (($ (-1 |#1| (-484)) $) 200 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 188 (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) 82 T ELT)) (-2894 (($ |#1| (-484)) 81 T ELT) (($ $ (-994) (-484)) 97 T ELT) (($ $ (-583 (-994)) (-583 (-484))) 96 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-3943 (($ $) 170 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) 85 T ELT)) (-3175 ((|#1| $) 86 T ELT)) (-1894 (($ (-583 $)) 177 (|has| |#1| (-312)) ELT) (($ $ $) 176 (|has| |#1| (-312)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 193 (|has| |#1| (-312)) ELT)) (-3813 (($ $) 197 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) 196 (OR (-12 (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115)) (|has| |#1| (-38 (-350 (-484))))) (-12 (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-38 (-350 (-484)))))) ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 178 (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) 175 (|has| |#1| (-312)) ELT) (($ $ $) 174 (|has| |#1| (-312)) ELT)) (-3733 (((-348 $) $) 189 (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 187 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 186 (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-484)) 121 T ELT)) (-3467 (((-3 $ "failed") $ $) 70 (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 180 (|has| |#1| (-312)) ELT)) (-3944 (($ $) 171 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| (-484)))) ELT)) (-1607 (((-694) $) 182 (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-484)) 131 T ELT) (($ $ $) 107 (|has| (-484) (-1025)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 183 (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1090)) 119 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-583 (-1090))) 117 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090) (-694)) 116 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 115 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $) 111 (|has| |#1| (-15 * (|#1| (-484) |#1|))) ELT) (($ $ (-694)) 109 (|has| |#1| (-15 * (|#1| (-484) |#1|))) ELT)) (-3949 (((-484) $) 84 T ELT)) (-3496 (($ $) 160 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 149 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 159 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 150 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 158 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 151 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) 93 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT) (($ (-350 (-484))) 77 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) 69 (|has| |#1| (-495)) ELT)) (-3678 ((|#1| $ (-484)) 79 T ELT)) (-2703 (((-632 $) $) 68 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-3774 ((|#1| $) 128 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3499 (($ $) 169 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 157 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) 73 (|has| |#1| (-495)) ELT)) (-3497 (($ $) 168 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 156 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 167 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 155 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-484)) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-484)))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3502 (($ $) 166 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 154 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 165 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 153 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 164 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 152 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1090)) 118 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-583 (-1090))) 114 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090) (-694)) 113 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 112 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $) 110 (|has| |#1| (-15 * (|#1| (-484) |#1|))) ELT) (($ $ (-694)) 108 (|has| |#1| (-15 * (|#1| (-484) |#1|))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT) (($ $ $) 195 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 194 (|has| |#1| (-312)) ELT) (($ $ $) 172 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 143 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-484)) $) 76 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 75 (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1141 |#1|) (-113) (-961)) (T -1141))
-((-3819 (*1 *1 *2) (-12 (-5 *2 (-1069 (-2 (|:| |k| (-484)) (|:| |c| *3)))) (-4 *3 (-961)) (-4 *1 (-1141 *3)))) (-3816 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-484))) (-4 *1 (-1141 *3)) (-4 *3 (-961)))) (-3728 (*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-1141 *4)) (-4 *4 (-961)) (-4 *4 (-495)) (-5 *2 (-350 (-857 *4))))) (-3728 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-484)) (-4 *1 (-1141 *4)) (-4 *4 (-961)) (-4 *4 (-495)) (-5 *2 (-350 (-857 *4))))) (-3813 (*1 *1 *1) (-12 (-4 *1 (-1141 *2)) (-4 *2 (-961)) (-4 *2 (-38 (-350 (-484)))))) (-3813 (*1 *1 *1 *2) (OR (-12 (-5 *2 (-1090)) (-4 *1 (-1141 *3)) (-4 *3 (-961)) (-12 (-4 *3 (-29 (-484))) (-4 *3 (-871)) (-4 *3 (-1115)) (-4 *3 (-38 (-350 (-484)))))) (-12 (-5 *2 (-1090)) (-4 *1 (-1141 *3)) (-4 *3 (-961)) (-12 (|has| *3 (-15 -3082 ((-583 *2) *3))) (|has| *3 (-15 -3813 (*3 *3 *2))) (-4 *3 (-38 (-350 (-484)))))))))
-(-13 (-1158 |t#1| (-484)) (-10 -8 (-15 -3819 ($ (-1069 (-2 (|:| |k| (-484)) (|:| |c| |t#1|))))) (-15 -3816 ($ (-1 |t#1| (-484)) $)) (IF (|has| |t#1| (-495)) (PROGN (-15 -3728 ((-350 (-857 |t#1|)) $ (-484))) (-15 -3728 ((-350 (-857 |t#1|)) $ (-484) (-484)))) |%noBranch|) (IF (|has| |t#1| (-38 (-350 (-484)))) (PROGN (-15 -3813 ($ $)) (IF (|has| |t#1| (-15 -3813 (|t#1| |t#1| (-1090)))) (IF (|has| |t#1| (-15 -3082 ((-583 (-1090)) |t#1|))) (-15 -3813 ($ $ (-1090))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1115)) (IF (|has| |t#1| (-871)) (IF (|has| |t#1| (-29 (-484))) (-15 -3813 ($ $ (-1090))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-915)) (-6 (-1115))) |%noBranch|) (IF (|has| |t#1| (-312)) (-6 (-312)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| (-484)) . T) ((-25) . T) ((-38 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-35) |has| |#1| (-38 (-350 (-484)))) ((-66) |has| |#1| (-38 (-350 (-484)))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-555 (-484)) . T) ((-555 |#1|) |has| |#1| (-146)) ((-555 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-186 $) |has| |#1| (-15 * (|#1| (-484) |#1|))) ((-190) |has| |#1| (-15 * (|#1| (-484) |#1|))) ((-189) |has| |#1| (-15 * (|#1| (-484) |#1|))) ((-201) |has| |#1| (-312)) ((-239) |has| |#1| (-38 (-350 (-484)))) ((-241 (-484) |#1|) . T) ((-241 $ $) |has| (-484) (-1025)) ((-246) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-258) |has| |#1| (-312)) ((-312) |has| |#1| (-312)) ((-392) |has| |#1| (-312)) ((-433) |has| |#1| (-38 (-350 (-484)))) ((-495) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-13) . T) ((-588 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-654 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-663) . T) ((-806 $ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ((-809 (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ((-811 (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ((-886 |#1| (-484) (-994)) . T) ((-832) |has| |#1| (-312)) ((-915) |has| |#1| (-38 (-350 (-484)))) ((-963 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-968 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1115) |has| |#1| (-38 (-350 (-484)))) ((-1118) |has| |#1| (-38 (-350 (-484)))) ((-1129) . T) ((-1134) |has| |#1| (-312)) ((-1158 |#1| (-484)) . T))
-((-3189 (((-85) $) 12 T ELT)) (-3158 (((-3 |#3| #1="failed") $) 17 T ELT) (((-3 (-1090) #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 (-484) #1#) $) NIL T ELT)) (-3157 ((|#3| $) 14 T ELT) (((-1090) $) NIL T ELT) (((-350 (-484)) $) NIL T ELT) (((-484) $) NIL T ELT)))
-(((-1142 |#1| |#2| |#3|) (-10 -7 (-15 -3158 ((-3 (-484) #1="failed") |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3158 ((-3 (-1090) #1#) |#1|)) (-15 -3157 ((-1090) |#1|)) (-15 -3158 ((-3 |#3| #1#) |#1|)) (-15 -3157 (|#3| |#1|)) (-15 -3189 ((-85) |#1|))) (-1143 |#2| |#3|) (-961) (-1172 |#2|)) (T -1142))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3130 ((|#2| $) 266 (-2563 (|has| |#2| (-258)) (|has| |#1| (-312))) ELT)) (-3082 (((-583 (-994)) $) 95 T ELT)) (-3832 (((-1090) $) 129 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 71 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 72 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 74 (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-484)) 124 T ELT) (($ $ (-484) (-484)) 123 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))) $) 130 T ELT)) (-3732 ((|#2| $) 302 T ELT)) (-3729 (((-3 |#2| "failed") $) 298 T ELT)) (-3730 ((|#2| $) 299 T ELT)) (-3493 (($ $) 163 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 146 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 275 (-2563 (|has| |#2| (-821)) (|has| |#1| (-312))) ELT)) (-3776 (($ $) 190 (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) 191 (|has| |#1| (-312)) ELT)) (-3038 (($ $) 145 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1="failed") (-583 (-1085 $)) (-1085 $)) 272 (-2563 (|has| |#2| (-821)) (|has| |#1| (-312))) ELT)) (-1608 (((-85) $ $) 181 (|has| |#1| (-312)) ELT)) (-3491 (($ $) 162 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 147 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3624 (((-484) $) 284 (-2563 (|has| |#2| (-740)) (|has| |#1| (-312))) ELT)) (-3819 (($ (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|)))) 201 T ELT)) (-3495 (($ $) 161 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 148 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#2| #2="failed") $) 305 T ELT) (((-3 (-484) #2#) $) 295 (-2563 (|has| |#2| (-950 (-484))) (|has| |#1| (-312))) ELT) (((-3 (-350 (-484)) #2#) $) 293 (-2563 (|has| |#2| (-950 (-484))) (|has| |#1| (-312))) ELT) (((-3 (-1090) #2#) $) 277 (-2563 (|has| |#2| (-950 (-1090))) (|has| |#1| (-312))) ELT)) (-3157 ((|#2| $) 306 T ELT) (((-484) $) 294 (-2563 (|has| |#2| (-950 (-484))) (|has| |#1| (-312))) ELT) (((-350 (-484)) $) 292 (-2563 (|has| |#2| (-950 (-484))) (|has| |#1| (-312))) ELT) (((-1090) $) 276 (-2563 (|has| |#2| (-950 (-1090))) (|has| |#1| (-312))) ELT)) (-3731 (($ $) 301 T ELT) (($ (-484) $) 300 T ELT)) (-2565 (($ $ $) 185 (|has| |#1| (-312)) ELT)) (-3960 (($ $) 80 T ELT)) (-2279 (((-630 |#2|) (-630 $)) 254 (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) 253 (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 252 (-2563 (|has| |#2| (-580 (-484))) (|has| |#1| (-312))) ELT) (((-630 (-484)) (-630 $)) 251 (-2563 (|has| |#2| (-580 (-484))) (|has| |#1| (-312))) ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3728 (((-350 (-857 |#1|)) $ (-484)) 199 (|has| |#1| (-495)) ELT) (((-350 (-857 |#1|)) $ (-484) (-484)) 198 (|has| |#1| (-495)) ELT)) (-2995 (($) 268 (-2563 (|has| |#2| (-483)) (|has| |#1| (-312))) ELT)) (-2564 (($ $ $) 184 (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 179 (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) 192 (|has| |#1| (-312)) ELT)) (-3187 (((-85) $) 282 (-2563 (|has| |#2| (-740)) (|has| |#1| (-312))) ELT)) (-2893 (((-85) $) 94 T ELT)) (-3628 (($) 173 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 260 (-2563 (|has| |#2| (-796 (-330))) (|has| |#1| (-312))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 259 (-2563 (|has| |#2| (-796 (-484))) (|has| |#1| (-312))) ELT)) (-3773 (((-484) $) 126 T ELT) (((-484) $ (-484)) 125 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2997 (($ $) 264 (|has| |#1| (-312)) ELT)) (-2999 ((|#2| $) 262 (|has| |#1| (-312)) ELT)) (-3012 (($ $ (-484)) 144 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3446 (((-632 $) $) 296 (-2563 (|has| |#2| (-1066)) (|has| |#1| (-312))) ELT)) (-3188 (((-85) $) 283 (-2563 (|has| |#2| (-740)) (|has| |#1| (-312))) ELT)) (-3778 (($ $ (-830)) 127 T ELT)) (-3816 (($ (-1 |#1| (-484)) $) 200 T ELT)) (-1605 (((-3 (-583 $) #3="failed") (-583 $) $) 188 (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) 82 T ELT)) (-2894 (($ |#1| (-484)) 81 T ELT) (($ $ (-994) (-484)) 97 T ELT) (($ $ (-583 (-994)) (-583 (-484))) 96 T ELT)) (-2532 (($ $ $) 291 (-2563 (|has| |#2| (-756)) (|has| |#1| (-312))) ELT)) (-2858 (($ $ $) 290 (-2563 (|has| |#2| (-756)) (|has| |#1| (-312))) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 83 T ELT) (($ (-1 |#2| |#2|) $) 244 (|has| |#1| (-312)) ELT)) (-3943 (($ $) 170 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2280 (((-630 |#2|) (-1179 $)) 256 (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) 255 (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 250 (-2563 (|has| |#2| (-580 (-484))) (|has| |#1| (-312))) ELT) (((-630 (-484)) (-1179 $)) 249 (-2563 (|has| |#2| (-580 (-484))) (|has| |#1| (-312))) ELT)) (-2895 (($ $) 85 T ELT)) (-3175 ((|#1| $) 86 T ELT)) (-1894 (($ (-583 $)) 177 (|has| |#1| (-312)) ELT) (($ $ $) 176 (|has| |#1| (-312)) ELT)) (-3780 (($ (-484) |#2|) 303 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 193 (|has| |#1| (-312)) ELT)) (-3813 (($ $) 197 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) 196 (OR (-12 (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115)) (|has| |#1| (-38 (-350 (-484))))) (-12 (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-38 (-350 (-484)))))) ELT)) (-3447 (($) 297 (-2563 (|has| |#2| (-1066)) (|has| |#1| (-312))) CONST)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 178 (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) 175 (|has| |#1| (-312)) ELT) (($ $ $) 174 (|has| |#1| (-312)) ELT)) (-3129 (($ $) 267 (-2563 (|has| |#2| (-258)) (|has| |#1| (-312))) ELT)) (-3131 ((|#2| $) 270 (-2563 (|has| |#2| (-483)) (|has| |#1| (-312))) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 273 (-2563 (|has| |#2| (-821)) (|has| |#1| (-312))) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 274 (-2563 (|has| |#2| (-821)) (|has| |#1| (-312))) ELT)) (-3733 (((-348 $) $) 189 (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #3#) $ $ $) 187 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 186 (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-484)) 121 T ELT)) (-3467 (((-3 $ "failed") $ $) 70 (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 180 (|has| |#1| (-312)) ELT)) (-3944 (($ $) 171 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| (-484)))) ELT) (($ $ (-1090) |#2|) 243 (-2563 (|has| |#2| (-455 (-1090) |#2|)) (|has| |#1| (-312))) ELT) (($ $ (-583 (-1090)) (-583 |#2|)) 242 (-2563 (|has| |#2| (-455 (-1090) |#2|)) (|has| |#1| (-312))) ELT) (($ $ (-583 (-249 |#2|))) 241 (-2563 (|has| |#2| (-260 |#2|)) (|has| |#1| (-312))) ELT) (($ $ (-249 |#2|)) 240 (-2563 (|has| |#2| (-260 |#2|)) (|has| |#1| (-312))) ELT) (($ $ |#2| |#2|) 239 (-2563 (|has| |#2| (-260 |#2|)) (|has| |#1| (-312))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) 238 (-2563 (|has| |#2| (-260 |#2|)) (|has| |#1| (-312))) ELT)) (-1607 (((-694) $) 182 (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-484)) 131 T ELT) (($ $ $) 107 (|has| (-484) (-1025)) ELT) (($ $ |#2|) 237 (-2563 (|has| |#2| (-241 |#2| |#2|)) (|has| |#1| (-312))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 183 (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1 |#2| |#2|) (-694)) 246 (|has| |#1| (-312)) ELT) (($ $ (-1 |#2| |#2|)) 245 (|has| |#1| (-312)) ELT) (($ $) 111 (OR (-2563 (|has| |#2| (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-694)) 109 (OR (-2563 (|has| |#2| (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090)) 119 (OR (-2563 (|has| |#2| (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090))) 117 (OR (-2563 (|has| |#2| (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-1090) (-694)) 116 (OR (-2563 (|has| |#2| (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 115 (OR (-2563 (|has| |#2| (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT)) (-2996 (($ $) 265 (|has| |#1| (-312)) ELT)) (-2998 ((|#2| $) 263 (|has| |#1| (-312)) ELT)) (-3949 (((-484) $) 84 T ELT)) (-3496 (($ $) 160 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 149 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 159 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 150 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 158 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 151 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3973 (((-179) $) 281 (-2563 (|has| |#2| (-933)) (|has| |#1| (-312))) ELT) (((-330) $) 280 (-2563 (|has| |#2| (-933)) (|has| |#1| (-312))) ELT) (((-473) $) 279 (-2563 (|has| |#2| (-553 (-473))) (|has| |#1| (-312))) ELT) (((-800 (-330)) $) 258 (-2563 (|has| |#2| (-553 (-800 (-330)))) (|has| |#1| (-312))) ELT) (((-800 (-484)) $) 257 (-2563 (|has| |#2| (-553 (-800 (-484)))) (|has| |#1| (-312))) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) 271 (-2563 (-2563 (|has| $ (-118)) (|has| |#2| (-821))) (|has| |#1| (-312))) ELT)) (-2892 (($ $) 93 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT) (($ |#2|) 304 T ELT) (($ (-1090)) 278 (-2563 (|has| |#2| (-950 (-1090))) (|has| |#1| (-312))) ELT) (($ (-350 (-484))) 77 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) 69 (|has| |#1| (-495)) ELT)) (-3678 ((|#1| $ (-484)) 79 T ELT)) (-2703 (((-632 $) $) 68 (OR (-2563 (OR (|has| |#2| (-118)) (-2563 (|has| $ (-118)) (|has| |#2| (-821)))) (|has| |#1| (-312))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) 40 T CONST)) (-3774 ((|#1| $) 128 T ELT)) (-3132 ((|#2| $) 269 (-2563 (|has| |#2| (-483)) (|has| |#1| (-312))) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3499 (($ $) 169 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 157 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) 73 (|has| |#1| (-495)) ELT)) (-3497 (($ $) 168 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 156 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 167 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 155 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-484)) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-484)))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3502 (($ $) 166 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 154 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 165 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 153 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 164 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 152 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3384 (($ $) 285 (-2563 (|has| |#2| (-740)) (|has| |#1| (-312))) ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1 |#2| |#2|) (-694)) 248 (|has| |#1| (-312)) ELT) (($ $ (-1 |#2| |#2|)) 247 (|has| |#1| (-312)) ELT) (($ $) 110 (OR (-2563 (|has| |#2| (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-694)) 108 (OR (-2563 (|has| |#2| (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090)) 118 (OR (-2563 (|has| |#2| (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090))) 114 (OR (-2563 (|has| |#2| (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-1090) (-694)) 113 (OR (-2563 (|has| |#2| (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 112 (OR (-2563 (|has| |#2| (-811 (-1090))) (|has| |#1| (-312))) (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|))))) ELT)) (-2567 (((-85) $ $) 289 (-2563 (|has| |#2| (-756)) (|has| |#1| (-312))) ELT)) (-2568 (((-85) $ $) 287 (-2563 (|has| |#2| (-756)) (|has| |#1| (-312))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-2685 (((-85) $ $) 288 (-2563 (|has| |#2| (-756)) (|has| |#1| (-312))) ELT)) (-2686 (((-85) $ $) 286 (-2563 (|has| |#2| (-756)) (|has| |#1| (-312))) ELT)) (-3950 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT) (($ $ $) 195 (|has| |#1| (-312)) ELT) (($ |#2| |#2|) 261 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 194 (|has| |#1| (-312)) ELT) (($ $ $) 172 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 143 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ $ |#2|) 236 (|has| |#1| (-312)) ELT) (($ |#2| $) 235 (|has| |#1| (-312)) ELT) (($ (-350 (-484)) $) 76 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 75 (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1143 |#1| |#2|) (-113) (-961) (-1172 |t#1|)) (T -1143))
-((-3949 (*1 *2 *1) (-12 (-4 *1 (-1143 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1172 *3)) (-5 *2 (-484)))) (-3780 (*1 *1 *2 *3) (-12 (-5 *2 (-484)) (-4 *4 (-961)) (-4 *1 (-1143 *4 *3)) (-4 *3 (-1172 *4)))) (-3732 (*1 *2 *1) (-12 (-4 *1 (-1143 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1172 *3)))) (-3731 (*1 *1 *1) (-12 (-4 *1 (-1143 *2 *3)) (-4 *2 (-961)) (-4 *3 (-1172 *2)))) (-3731 (*1 *1 *2 *1) (-12 (-5 *2 (-484)) (-4 *1 (-1143 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1172 *3)))) (-3730 (*1 *2 *1) (-12 (-4 *1 (-1143 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1172 *3)))) (-3729 (*1 *2 *1) (|partial| -12 (-4 *1 (-1143 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1172 *3)))))
-(-13 (-1141 |t#1|) (-950 |t#2|) (-555 |t#2|) (-10 -8 (-15 -3780 ($ (-484) |t#2|)) (-15 -3949 ((-484) $)) (-15 -3732 (|t#2| $)) (-15 -3731 ($ $)) (-15 -3731 ($ (-484) $)) (-15 -3730 (|t#2| $)) (-15 -3729 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-312)) (-6 (-904 |t#2|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| (-484)) . T) ((-25) . T) ((-38 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-38 |#1|) |has| |#1| (-146)) ((-38 |#2|) |has| |#1| (-312)) ((-38 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-35) |has| |#1| (-38 (-350 (-484)))) ((-66) |has| |#1| (-38 (-350 (-484)))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-82 |#1| |#1|) . T) ((-82 |#2| |#2|) |has| |#1| (-312)) ((-82 $ $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-104) . T) ((-118) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-118))) (|has| |#1| (-118))) ((-120) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-740))) (-12 (|has| |#1| (-312)) (|has| |#2| (-120))) (|has| |#1| (-120))) ((-555 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-555 (-484)) . T) ((-555 (-1090)) -12 (|has| |#1| (-312)) (|has| |#2| (-950 (-1090)))) ((-555 |#1|) |has| |#1| (-146)) ((-555 |#2|) . T) ((-555 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-553 (-179)) -12 (|has| |#1| (-312)) (|has| |#2| (-933))) ((-553 (-330)) -12 (|has| |#1| (-312)) (|has| |#2| (-933))) ((-553 (-473)) -12 (|has| |#1| (-312)) (|has| |#2| (-553 (-473)))) ((-553 (-800 (-330))) -12 (|has| |#1| (-312)) (|has| |#2| (-553 (-800 (-330))))) ((-553 (-800 (-484))) -12 (|has| |#1| (-312)) (|has| |#2| (-553 (-800 (-484))))) ((-186 $) OR (|has| |#1| (-15 * (|#1| (-484) |#1|))) (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (-12 (|has| |#1| (-312)) (|has| |#2| (-190)))) ((-184 |#2|) |has| |#1| (-312)) ((-190) OR (|has| |#1| (-15 * (|#1| (-484) |#1|))) (-12 (|has| |#1| (-312)) (|has| |#2| (-190)))) ((-189) OR (|has| |#1| (-15 * (|#1| (-484) |#1|))) (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (-12 (|has| |#1| (-312)) (|has| |#2| (-190)))) ((-225 |#2|) |has| |#1| (-312)) ((-201) |has| |#1| (-312)) ((-239) |has| |#1| (-38 (-350 (-484)))) ((-241 (-484) |#1|) . T) ((-241 |#2| $) -12 (|has| |#1| (-312)) (|has| |#2| (-241 |#2| |#2|))) ((-241 $ $) |has| (-484) (-1025)) ((-246) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-258) |has| |#1| (-312)) ((-260 |#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ((-312) |has| |#1| (-312)) ((-288 |#2|) |has| |#1| (-312)) ((-329 |#2|) |has| |#1| (-312)) ((-343 |#2|) |has| |#1| (-312)) ((-392) |has| |#1| (-312)) ((-433) |has| |#1| (-38 (-350 (-484)))) ((-455 (-1090) |#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-455 (-1090) |#2|))) ((-455 |#2| |#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ((-495) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-13) . T) ((-588 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 |#2|) |has| |#1| (-312)) ((-588 $) . T) ((-590 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-590 (-484)) -12 (|has| |#1| (-312)) (|has| |#2| (-580 (-484)))) ((-590 |#1|) . T) ((-590 |#2|) |has| |#1| (-312)) ((-590 $) . T) ((-582 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-582 |#1|) |has| |#1| (-146)) ((-582 |#2|) |has| |#1| (-312)) ((-582 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-580 (-484)) -12 (|has| |#1| (-312)) (|has| |#2| (-580 (-484)))) ((-580 |#2|) |has| |#1| (-312)) ((-654 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-654 |#1|) |has| |#1| (-146)) ((-654 |#2|) |has| |#1| (-312)) ((-654 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-663) . T) ((-714) -12 (|has| |#1| (-312)) (|has| |#2| (-740))) ((-716) -12 (|has| |#1| (-312)) (|has| |#2| (-740))) ((-718) -12 (|has| |#1| (-312)) (|has| |#2| (-740))) ((-721) -12 (|has| |#1| (-312)) (|has| |#2| (-740))) ((-740) -12 (|has| |#1| (-312)) (|has| |#2| (-740))) ((-755) -12 (|has| |#1| (-312)) (|has| |#2| (-740))) ((-756) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-756))) (-12 (|has| |#1| (-312)) (|has| |#2| (-740)))) ((-759) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-756))) (-12 (|has| |#1| (-312)) (|has| |#2| (-740)))) ((-806 $ (-1090)) OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-809 (-1090))))) ((-809 (-1090)) OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-809 (-1090))))) ((-811 (-1090)) OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-809 (-1090))))) ((-796 (-330)) -12 (|has| |#1| (-312)) (|has| |#2| (-796 (-330)))) ((-796 (-484)) -12 (|has| |#1| (-312)) (|has| |#2| (-796 (-484)))) ((-794 |#2|) |has| |#1| (-312)) ((-821) -12 (|has| |#1| (-312)) (|has| |#2| (-821))) ((-886 |#1| (-484) (-994)) . T) ((-832) |has| |#1| (-312)) ((-904 |#2|) |has| |#1| (-312)) ((-915) |has| |#1| (-38 (-350 (-484)))) ((-933) -12 (|has| |#1| (-312)) (|has| |#2| (-933))) ((-950 (-350 (-484))) -12 (|has| |#1| (-312)) (|has| |#2| (-950 (-484)))) ((-950 (-484)) -12 (|has| |#1| (-312)) (|has| |#2| (-950 (-484)))) ((-950 (-1090)) -12 (|has| |#1| (-312)) (|has| |#2| (-950 (-1090)))) ((-950 |#2|) . T) ((-963 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-963 |#1|) . T) ((-963 |#2|) |has| |#1| (-312)) ((-963 $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-968 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-968 |#1|) . T) ((-968 |#2|) |has| |#1| (-312)) ((-968 $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1066) -12 (|has| |#1| (-312)) (|has| |#2| (-1066))) ((-1115) |has| |#1| (-38 (-350 (-484)))) ((-1118) |has| |#1| (-38 (-350 (-484)))) ((-1129) . T) ((-1134) |has| |#1| (-312)) ((-1141 |#1|) . T) ((-1158 |#1| (-484)) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 83 T ELT)) (-3130 ((|#2| $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-258))) ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) 102 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-484)) 111 T ELT) (($ $ (-484) (-484)) 114 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|))) $) 51 T ELT)) (-3732 ((|#2| $) 11 T ELT)) (-3729 (((-3 |#2| #1="failed") $) 35 T ELT)) (-3730 ((|#2| $) 36 T ELT)) (-3493 (($ $) 208 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 184 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1#) $ $) NIL T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-821))) ELT)) (-3776 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-821))) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3491 (($ $) 204 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 180 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3624 (((-484) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-740))) ELT)) (-3819 (($ (-1069 (-2 (|:| |k| (-484)) (|:| |c| |#1|)))) 59 T ELT)) (-3495 (($ $) 212 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 188 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) 159 T ELT) (((-3 (-484) #1#) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-950 (-484)))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-950 (-484)))) ELT) (((-3 (-1090) #1#) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-950 (-1090)))) ELT)) (-3157 ((|#2| $) 158 T ELT) (((-484) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-950 (-484)))) ELT) (((-350 (-484)) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-950 (-484)))) ELT) (((-1090) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-950 (-1090)))) ELT)) (-3731 (($ $) 65 T ELT) (($ (-484) $) 28 T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 |#2|) (-630 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-580 (-484)))) ELT) (((-630 (-484)) (-630 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-580 (-484)))) ELT)) (-3468 (((-3 $ #1#) $) 90 T ELT)) (-3728 (((-350 (-857 |#1|)) $ (-484)) 126 (|has| |#1| (-495)) ELT) (((-350 (-857 |#1|)) $ (-484) (-484)) 128 (|has| |#1| (-495)) ELT)) (-2995 (($) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-483))) ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-3187 (((-85) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-740))) ELT)) (-2893 (((-85) $) 76 T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-796 (-484)))) ELT)) (-3773 (((-484) $) 107 T ELT) (((-484) $ (-484)) 109 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2997 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2999 ((|#2| $) 167 (|has| |#1| (-312)) ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3446 (((-632 $) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-1066))) ELT)) (-3188 (((-85) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-740))) ELT)) (-3778 (($ $ (-830)) 150 T ELT)) (-3816 (($ (-1 |#1| (-484)) $) 146 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-484)) 20 T ELT) (($ $ (-994) (-484)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-484))) NIL T ELT)) (-2532 (($ $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-756))) ELT)) (-2858 (($ $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-756))) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 143 T ELT) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-312)) ELT)) (-3943 (($ $) 178 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2280 (((-630 |#2|) (-1179 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-580 (-484)))) ELT) (((-630 (-484)) (-1179 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-580 (-484)))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3780 (($ (-484) |#2|) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 161 (|has| |#1| (-312)) ELT)) (-3813 (($ $) 230 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) 235 (OR (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))))) ELT)) (-3447 (($) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-1066))) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3129 (($ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-258))) ELT)) (-3131 ((|#2| $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-483))) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-821))) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-821))) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-484)) 140 T ELT)) (-3467 (((-3 $ #1#) $ $) 130 (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3944 (($ $) 176 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) 99 (|has| |#1| (-15 ** (|#1| |#1| (-484)))) ELT) (($ $ (-1090) |#2|) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-455 (-1090) |#2|))) ELT) (($ $ (-583 (-1090)) (-583 |#2|)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-455 (-1090) |#2|))) ELT) (($ $ (-583 (-249 |#2|))) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ELT) (($ $ (-583 |#2|) (-583 |#2|)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-484)) 105 T ELT) (($ $ $) 92 (|has| (-484) (-1025)) ELT) (($ $ |#2|) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-241 |#2| |#2|))) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1 |#2| |#2|) (-694)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-312)) ELT) (($ $) 151 (OR (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090)) 155 (OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090))))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090))))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090))))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090))))) ELT)) (-2996 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2998 ((|#2| $) 168 (|has| |#1| (-312)) ELT)) (-3949 (((-484) $) 12 T ELT)) (-3496 (($ $) 214 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 190 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 210 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 186 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 206 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 182 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3973 (((-179) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-933))) ELT) (((-330) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-933))) ELT) (((-473) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-553 (-473)))) ELT) (((-800 (-330)) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-553 (-800 (-484))))) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-312)) (|has| |#2| (-821))) ELT)) (-2892 (($ $) 138 T ELT)) (-3947 (((-772) $) 268 T ELT) (($ (-484)) 24 T ELT) (($ |#1|) 22 (|has| |#1| (-146)) ELT) (($ |#2|) 21 T ELT) (($ (-1090)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-950 (-1090)))) ELT) (($ (-350 (-484))) 171 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3678 ((|#1| $ (-484)) 87 T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-312)) (|has| |#2| (-821))) (|has| |#1| (-118)) (-12 (|has| |#1| (-312)) (|has| |#2| (-118)))) ELT)) (-3127 (((-694)) 157 T CONST)) (-3774 ((|#1| $) 104 T ELT)) (-3132 ((|#2| $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-483))) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) 220 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 196 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) 216 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 192 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 224 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 200 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-484)) 136 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-484)))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) 226 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 202 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 222 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 198 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 218 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 194 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3384 (($ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-740))) ELT)) (-2661 (($) 13 T CONST)) (-2667 (($) 18 T CONST)) (-2670 (($ $ (-1 |#2| |#2|) (-694)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-312)) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-694)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090))))) ELT) (($ $ (-583 (-1090))) NIL (OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090))))) ELT) (($ $ (-1090) (-694)) NIL (OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090))))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (OR (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-484) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-811 (-1090))))) ELT)) (-2567 (((-85) $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-756))) ELT)) (-2568 (((-85) $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-756))) ELT)) (-3057 (((-85) $ $) 74 T ELT)) (-2685 (((-85) $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-756))) ELT)) (-2686 (((-85) $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-756))) ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) 165 (|has| |#1| (-312)) ELT) (($ |#2| |#2|) 166 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 229 T ELT) (($ $ $) 80 T ELT)) (-3840 (($ $ $) 78 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 86 T ELT) (($ $ (-484)) 162 (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 174 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 81 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 154 T ELT) (($ $ |#2|) 164 (|has| |#1| (-312)) ELT) (($ |#2| $) 163 (|has| |#1| (-312)) ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1144 |#1| |#2|) (-1143 |#1| |#2|) (-961) (-1172 |#1|)) (T -1144))
-NIL
-((-3735 (((-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| |#1|) (|:| -2395 (-484)))))) |#1| (-85)) 13 T ELT)) (-3734 (((-348 |#1|) |#1|) 26 T ELT)) (-3733 (((-348 |#1|) |#1|) 24 T ELT)))
-(((-1145 |#1|) (-10 -7 (-15 -3733 ((-348 |#1|) |#1|)) (-15 -3734 ((-348 |#1|) |#1|)) (-15 -3735 ((-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| |#1|) (|:| -2395 (-484)))))) |#1| (-85)))) (-1155 (-484))) (T -1145))
-((-3735 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-5 *2 (-2 (|:| |contp| (-484)) (|:| -1782 (-583 (-2 (|:| |irr| *3) (|:| -2395 (-484))))))) (-5 *1 (-1145 *3)) (-4 *3 (-1155 (-484))))) (-3734 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-1145 *3)) (-4 *3 (-1155 (-484))))) (-3733 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-1145 *3)) (-4 *3 (-1155 (-484))))))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-1013)) ELT)) (-3737 (($ |#1| |#1|) 11 T ELT) (($ |#1|) 10 T ELT)) (-3959 (((-1069 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-755)) ELT)) (-3230 ((|#1| $) 15 T ELT)) (-3232 ((|#1| $) 12 T ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-3228 (((-484) $) 19 T ELT)) (-3229 ((|#1| $) 18 T ELT)) (-3231 ((|#1| $) 13 T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3736 (((-85) $) 17 T ELT)) (-3964 (((-1069 |#1|) $) 41 (|has| |#1| (-755)) ELT) (((-1069 |#1|) (-583 $)) 40 (|has| |#1| (-755)) ELT)) (-3973 (($ |#1|) 26 T ELT)) (-3947 (($ (-1001 |#1|)) 25 T ELT) (((-772) $) 37 (|has| |#1| (-1013)) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-1013)) ELT)) (-3738 (($ |#1| |#1|) 21 T ELT) (($ |#1|) 20 T ELT)) (-3233 (($ $ (-484)) 14 T ELT)) (-3057 (((-85) $ $) 30 (|has| |#1| (-1013)) ELT)))
-(((-1146 |#1|) (-13 (-1006 |#1|) (-10 -8 (-15 -3738 ($ |#1|)) (-15 -3737 ($ |#1|)) (-15 -3947 ($ (-1001 |#1|))) (-15 -3736 ((-85) $)) (IF (|has| |#1| (-1013)) (-6 (-1013)) |%noBranch|) (IF (|has| |#1| (-755)) (-6 (-1007 |#1| (-1069 |#1|))) |%noBranch|))) (-1129)) (T -1146))
-((-3738 (*1 *1 *2) (-12 (-5 *1 (-1146 *2)) (-4 *2 (-1129)))) (-3737 (*1 *1 *2) (-12 (-5 *1 (-1146 *2)) (-4 *2 (-1129)))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-1001 *3)) (-4 *3 (-1129)) (-5 *1 (-1146 *3)))) (-3736 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1146 *3)) (-4 *3 (-1129)))))
-((-3959 (((-1069 |#2|) (-1 |#2| |#1|) (-1146 |#1|)) 23 (|has| |#1| (-755)) ELT) (((-1146 |#2|) (-1 |#2| |#1|) (-1146 |#1|)) 17 T ELT)))
-(((-1147 |#1| |#2|) (-10 -7 (-15 -3959 ((-1146 |#2|) (-1 |#2| |#1|) (-1146 |#1|))) (IF (|has| |#1| (-755)) (-15 -3959 ((-1069 |#2|) (-1 |#2| |#1|) (-1146 |#1|))) |%noBranch|)) (-1129) (-1129)) (T -1147))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1146 *5)) (-4 *5 (-755)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-1069 *6)) (-5 *1 (-1147 *5 *6)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1146 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-1146 *6)) (-5 *1 (-1147 *5 *6)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3768 (((-1179 |#2|) $ (-694)) NIL T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3766 (($ (-1085 |#2|)) NIL T ELT)) (-3084 (((-1085 $) $ (-994)) NIL T ELT) (((-1085 |#2|) $) NIL T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#2| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#2| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#2| (-495)) ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-994))) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3756 (($ $ $) NIL (|has| |#2| (-495)) ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3776 (($ $) NIL (|has| |#2| (-392)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#2| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1#) (-583 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-1608 (((-85) $ $) NIL (|has| |#2| (-312)) ELT)) (-3762 (($ $ (-694)) NIL T ELT)) (-3761 (($ $ (-694)) NIL T ELT)) (-3752 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-392)) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-3 (-484) #1#) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-3 (-994) #1#) $) NIL T ELT)) (-3157 ((|#2| $) NIL T ELT) (((-350 (-484)) $) NIL (|has| |#2| (-950 (-350 (-484)))) ELT) (((-484) $) NIL (|has| |#2| (-950 (-484))) ELT) (((-994) $) NIL T ELT)) (-3757 (($ $ $ (-994)) NIL (|has| |#2| (-146)) ELT) ((|#2| $ $) NIL (|has| |#2| (-146)) ELT)) (-2565 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-3960 (($ $) NIL T ELT)) (-2279 (((-630 (-484)) (-630 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-630 $) (-1179 $)) NIL T ELT) (((-630 |#2|) (-630 $)) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-2564 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-3760 (($ $ $) NIL T ELT)) (-3754 (($ $ $) NIL (|has| |#2| (-495)) ELT)) (-3753 (((-2 (|:| -3955 |#2|) (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#2| (-495)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#2| (-312)) ELT)) (-3504 (($ $) NIL (|has| |#2| (-392)) ELT) (($ $ (-994)) NIL (|has| |#2| (-392)) ELT)) (-2819 (((-583 $) $) NIL T ELT)) (-3724 (((-85) $) NIL (|has| |#2| (-821)) ELT)) (-1624 (($ $ |#2| (-694) $) NIL T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) NIL (-12 (|has| (-994) (-796 (-330))) (|has| |#2| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) NIL (-12 (|has| (-994) (-796 (-484))) (|has| |#2| (-796 (-484)))) ELT)) (-3773 (((-694) $ $) NIL (|has| |#2| (-495)) ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-3446 (((-632 $) $) NIL (|has| |#2| (-1066)) ELT)) (-3085 (($ (-1085 |#2|) (-994)) NIL T ELT) (($ (-1085 $) (-994)) NIL T ELT)) (-3778 (($ $ (-694)) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#2| (-312)) ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#2| (-694)) 18 T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-994)) NIL T ELT) (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL T ELT)) (-2821 (((-694) $) NIL T ELT) (((-694) $ (-994)) NIL T ELT) (((-583 (-694)) $ (-583 (-994))) NIL T ELT)) (-1625 (($ (-1 (-694) (-694)) $) NIL T ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3767 (((-1085 |#2|) $) NIL T ELT)) (-3083 (((-3 (-994) #1#) $) NIL T ELT)) (-2280 (((-630 (-484)) (-1179 $)) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) NIL (|has| |#2| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#2|)) (|:| |vec| (-1179 |#2|))) (-1179 $) $) NIL T ELT) (((-630 |#2|) (-1179 $)) NIL T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#2| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3763 (((-2 (|:| -1972 $) (|:| -2903 $)) $ (-694)) NIL T ELT)) (-2824 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2823 (((-3 (-583 $) #1#) $) NIL T ELT)) (-2825 (((-3 (-2 (|:| |var| (-994)) (|:| -2401 (-694))) #1#) $) NIL T ELT)) (-3813 (($ $) NIL (|has| |#2| (-38 (-350 (-484)))) ELT)) (-3447 (($) NIL (|has| |#2| (-1066)) CONST)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 ((|#2| $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#2| (-392)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3739 (($ $ (-694) |#2| $) NIL T ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) NIL (|has| |#2| (-821)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#2| (-821)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#2| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3467 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-495)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#2| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#2| (-312)) ELT)) (-3769 (($ $ (-583 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-994) |#2|) NIL T ELT) (($ $ (-583 (-994)) (-583 |#2|)) NIL T ELT) (($ $ (-994) $) NIL T ELT) (($ $ (-583 (-994)) (-583 $)) NIL T ELT)) (-1607 (((-694) $) NIL (|has| |#2| (-312)) ELT)) (-3801 ((|#2| $ |#2|) NIL T ELT) (($ $ $) NIL T ELT) (((-350 $) (-350 $) (-350 $)) NIL (|has| |#2| (-495)) ELT) ((|#2| (-350 $) |#2|) NIL (|has| |#2| (-312)) ELT) (((-350 $) $ (-350 $)) NIL (|has| |#2| (-495)) ELT)) (-3765 (((-3 $ #1#) $ (-694)) NIL T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3758 (($ $ (-994)) NIL (|has| |#2| (-146)) ELT) ((|#2| $) NIL (|has| |#2| (-146)) ELT)) (-3759 (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994))) NIL T ELT) (($ $ (-994)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|) $) NIL T ELT) (($ $ (-1090)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#2| (-811 (-1090))) ELT)) (-3949 (((-694) $) NIL T ELT) (((-694) $ (-994)) NIL T ELT) (((-583 (-694)) $ (-583 (-994))) NIL T ELT)) (-3973 (((-800 (-330)) $) NIL (-12 (|has| (-994) (-553 (-800 (-330)))) (|has| |#2| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) NIL (-12 (|has| (-994) (-553 (-800 (-484)))) (|has| |#2| (-553 (-800 (-484))))) ELT) (((-473) $) NIL (-12 (|has| (-994) (-553 (-473))) (|has| |#2| (-553 (-473)))) ELT)) (-2818 ((|#2| $) NIL (|has| |#2| (-392)) ELT) (($ $ (-994)) NIL (|has| |#2| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-821))) ELT)) (-3755 (((-3 $ #1#) $ $) NIL (|has| |#2| (-495)) ELT) (((-3 (-350 $) #1#) (-350 $) $) NIL (|has| |#2| (-495)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-994)) NIL T ELT) (($ (-1176 |#1|)) 20 T ELT) (($ (-350 (-484))) NIL (OR (|has| |#2| (-38 (-350 (-484)))) (|has| |#2| (-950 (-350 (-484))))) ELT) (($ $) NIL (|has| |#2| (-495)) ELT)) (-3818 (((-583 |#2|) $) NIL T ELT)) (-3678 ((|#2| $ (-694)) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-2703 (((-632 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-821))) (|has| |#2| (-118))) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| |#2| (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL (|has| |#2| (-495)) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) 14 T CONST)) (-2670 (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994))) NIL T ELT) (($ $ (-994)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1090)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) NIL (|has| |#2| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (|has| |#2| (-811 (-1090))) ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-484))) NIL (|has| |#2| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) NIL (|has| |#2| (-38 (-350 (-484)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
-(((-1148 |#1| |#2|) (-13 (-1155 |#2|) (-555 (-1176 |#1|)) (-10 -8 (-15 -3739 ($ $ (-694) |#2| $)))) (-1090) (-961)) (T -1148))
-((-3739 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-694)) (-5 *1 (-1148 *4 *3)) (-14 *4 (-1090)) (-4 *3 (-961)))))
-((-3959 (((-1148 |#3| |#4|) (-1 |#4| |#2|) (-1148 |#1| |#2|)) 15 T ELT)))
-(((-1149 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3959 ((-1148 |#3| |#4|) (-1 |#4| |#2|) (-1148 |#1| |#2|)))) (-1090) (-961) (-1090) (-961)) (T -1149))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1148 *5 *6)) (-14 *5 (-1090)) (-4 *6 (-961)) (-4 *8 (-961)) (-5 *2 (-1148 *7 *8)) (-5 *1 (-1149 *5 *6 *7 *8)) (-14 *7 (-1090)))))
-((-3742 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21 T ELT)) (-3740 ((|#1| |#3|) 13 T ELT)) (-3741 ((|#3| |#3|) 19 T ELT)))
-(((-1150 |#1| |#2| |#3|) (-10 -7 (-15 -3740 (|#1| |#3|)) (-15 -3741 (|#3| |#3|)) (-15 -3742 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-495) (-904 |#1|) (-1155 |#2|)) (T -1150))
-((-3742 (*1 *2 *3) (-12 (-4 *4 (-495)) (-4 *5 (-904 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1150 *4 *5 *3)) (-4 *3 (-1155 *5)))) (-3741 (*1 *2 *2) (-12 (-4 *3 (-495)) (-4 *4 (-904 *3)) (-5 *1 (-1150 *3 *4 *2)) (-4 *2 (-1155 *4)))) (-3740 (*1 *2 *3) (-12 (-4 *4 (-904 *2)) (-4 *2 (-495)) (-5 *1 (-1150 *2 *4 *3)) (-4 *3 (-1155 *4)))))
-((-3744 (((-3 |#2| #1="failed") |#2| (-694) |#1|) 35 T ELT)) (-3743 (((-3 |#2| #1#) |#2| (-694)) 36 T ELT)) (-3746 (((-3 (-2 (|:| -3139 |#2|) (|:| -3138 |#2|)) #1#) |#2|) 50 T ELT)) (-3747 (((-583 |#2|) |#2|) 52 T ELT)) (-3745 (((-3 |#2| #1#) |#2| |#2|) 46 T ELT)))
-(((-1151 |#1| |#2|) (-10 -7 (-15 -3743 ((-3 |#2| #1="failed") |#2| (-694))) (-15 -3744 ((-3 |#2| #1#) |#2| (-694) |#1|)) (-15 -3745 ((-3 |#2| #1#) |#2| |#2|)) (-15 -3746 ((-3 (-2 (|:| -3139 |#2|) (|:| -3138 |#2|)) #1#) |#2|)) (-15 -3747 ((-583 |#2|) |#2|))) (-13 (-495) (-120)) (-1155 |#1|)) (T -1151))
-((-3747 (*1 *2 *3) (-12 (-4 *4 (-13 (-495) (-120))) (-5 *2 (-583 *3)) (-5 *1 (-1151 *4 *3)) (-4 *3 (-1155 *4)))) (-3746 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-495) (-120))) (-5 *2 (-2 (|:| -3139 *3) (|:| -3138 *3))) (-5 *1 (-1151 *4 *3)) (-4 *3 (-1155 *4)))) (-3745 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-495) (-120))) (-5 *1 (-1151 *3 *2)) (-4 *2 (-1155 *3)))) (-3744 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-694)) (-4 *4 (-13 (-495) (-120))) (-5 *1 (-1151 *4 *2)) (-4 *2 (-1155 *4)))) (-3743 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-694)) (-4 *4 (-13 (-495) (-120))) (-5 *1 (-1151 *4 *2)) (-4 *2 (-1155 *4)))))
-((-3748 (((-3 (-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) "failed") |#2| |#2|) 30 T ELT)))
-(((-1152 |#1| |#2|) (-10 -7 (-15 -3748 ((-3 (-2 (|:| -1972 |#2|) (|:| -2903 |#2|)) "failed") |#2| |#2|))) (-495) (-1155 |#1|)) (T -1152))
-((-3748 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-495)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-1152 *4 *3)) (-4 *3 (-1155 *4)))))
-((-3749 ((|#2| |#2| |#2|) 22 T ELT)) (-3750 ((|#2| |#2| |#2|) 36 T ELT)) (-3751 ((|#2| |#2| |#2| (-694) (-694)) 44 T ELT)))
-(((-1153 |#1| |#2|) (-10 -7 (-15 -3749 (|#2| |#2| |#2|)) (-15 -3750 (|#2| |#2| |#2|)) (-15 -3751 (|#2| |#2| |#2| (-694) (-694)))) (-961) (-1155 |#1|)) (T -1153))
-((-3751 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-694)) (-4 *4 (-961)) (-5 *1 (-1153 *4 *2)) (-4 *2 (-1155 *4)))) (-3750 (*1 *2 *2 *2) (-12 (-4 *3 (-961)) (-5 *1 (-1153 *3 *2)) (-4 *2 (-1155 *3)))) (-3749 (*1 *2 *2 *2) (-12 (-4 *3 (-961)) (-5 *1 (-1153 *3 *2)) (-4 *2 (-1155 *3)))))
-((-3768 (((-1179 |#2|) $ (-694)) 129 T ELT)) (-3082 (((-583 (-994)) $) 16 T ELT)) (-3766 (($ (-1085 |#2|)) 80 T ELT)) (-2820 (((-694) $) NIL T ELT) (((-694) $ (-583 (-994))) 21 T ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 217 T ELT)) (-3776 (($ $) 207 T ELT)) (-3972 (((-348 $) $) 205 T ELT)) (-2705 (((-3 (-583 (-1085 $)) #1="failed") (-583 (-1085 $)) (-1085 $)) 95 T ELT)) (-3762 (($ $ (-694)) 84 T ELT)) (-3761 (($ $ (-694)) 86 T ELT)) (-3752 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 157 T ELT)) (-3158 (((-3 |#2| #1#) $) 132 T ELT) (((-3 (-350 (-484)) #1#) $) NIL T ELT) (((-3 (-484) #1#) $) NIL T ELT) (((-3 (-994) #1#) $) NIL T ELT)) (-3157 ((|#2| $) 130 T ELT) (((-350 (-484)) $) NIL T ELT) (((-484) $) NIL T ELT) (((-994) $) NIL T ELT)) (-3754 (($ $ $) 182 T ELT)) (-3753 (((-2 (|:| -3955 |#2|) (|:| -1972 $) (|:| -2903 $)) $ $) 185 T ELT)) (-3773 (((-694) $ $) 202 T ELT)) (-3446 (((-632 $) $) 149 T ELT)) (-2894 (($ |#2| (-694)) NIL T ELT) (($ $ (-994) (-694)) 59 T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-2821 (((-694) $) NIL T ELT) (((-694) $ (-994)) 54 T ELT) (((-583 (-694)) $ (-583 (-994))) 55 T ELT)) (-3767 (((-1085 |#2|) $) 72 T ELT)) (-3083 (((-3 (-994) #1#) $) 52 T ELT)) (-3763 (((-2 (|:| -1972 $) (|:| -2903 $)) $ (-694)) 83 T ELT)) (-3813 (($ $) 232 T ELT)) (-3447 (($) 134 T CONST)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 214 T ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 101 T ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 99 T ELT)) (-3733 (((-348 $) $) 120 T ELT)) (-3769 (($ $ (-583 (-249 $))) 51 T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-583 $) (-583 $)) NIL T ELT) (($ $ (-994) |#2|) 39 T ELT) (($ $ (-583 (-994)) (-583 |#2|)) 36 T ELT) (($ $ (-994) $) 32 T ELT) (($ $ (-583 (-994)) (-583 $)) 30 T ELT)) (-1607 (((-694) $) 220 T ELT)) (-3801 ((|#2| $ |#2|) NIL T ELT) (($ $ $) NIL T ELT) (((-350 $) (-350 $) (-350 $)) 176 T ELT) ((|#2| (-350 $) |#2|) 219 T ELT) (((-350 $) $ (-350 $)) 201 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 225 T ELT)) (-3759 (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994))) NIL T ELT) (($ $ (-994)) 169 T ELT) (($ $) 167 T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|)) 166 T ELT) (($ $ (-1 |#2| |#2|) (-694)) NIL T ELT) (($ $ (-1 |#2| |#2|) $) 161 T ELT) (($ $ (-1090)) NIL T ELT) (($ $ (-583 (-1090))) NIL T ELT) (($ $ (-1090) (-694)) NIL T ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL T ELT)) (-3949 (((-694) $) NIL T ELT) (((-694) $ (-994)) 17 T ELT) (((-583 (-694)) $ (-583 (-994))) 23 T ELT)) (-2818 ((|#2| $) NIL T ELT) (($ $ (-994)) 151 T ELT)) (-3755 (((-3 $ #1#) $ $) 193 T ELT) (((-3 (-350 $) #1#) (-350 $) $) 189 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-994)) 64 T ELT) (($ (-350 (-484))) NIL T ELT) (($ $) NIL T ELT)))
-(((-1154 |#1| |#2|) (-10 -7 (-15 -3947 (|#1| |#1|)) (-15 -2709 ((-1085 |#1|) (-1085 |#1|) (-1085 |#1|))) (-15 -3759 (|#1| |#1| (-583 (-1090)) (-583 (-694)))) (-15 -3759 (|#1| |#1| (-1090) (-694))) (-15 -3759 (|#1| |#1| (-583 (-1090)))) (-15 -3759 (|#1| |#1| (-1090))) (-15 -3972 ((-348 |#1|) |#1|)) (-15 -3776 (|#1| |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3447 (|#1|) -3953) (-15 -3446 ((-632 |#1|) |#1|)) (-15 -3801 ((-350 |#1|) |#1| (-350 |#1|))) (-15 -1607 ((-694) |#1|)) (-15 -2880 ((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|)) (-15 -3813 (|#1| |#1|)) (-15 -3801 (|#2| (-350 |#1|) |#2|)) (-15 -3752 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -3753 ((-2 (|:| -3955 |#2|) (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| |#1|)) (-15 -3754 (|#1| |#1| |#1|)) (-15 -3755 ((-3 (-350 |#1|) #1="failed") (-350 |#1|) |#1|)) (-15 -3755 ((-3 |#1| #1#) |#1| |#1|)) (-15 -3773 ((-694) |#1| |#1|)) (-15 -3801 ((-350 |#1|) (-350 |#1|) (-350 |#1|))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -3761 (|#1| |#1| (-694))) (-15 -3762 (|#1| |#1| (-694))) (-15 -3763 ((-2 (|:| -1972 |#1|) (|:| -2903 |#1|)) |#1| (-694))) (-15 -3766 (|#1| (-1085 |#2|))) (-15 -3767 ((-1085 |#2|) |#1|)) (-15 -3768 ((-1179 |#2|) |#1| (-694))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|) (-694))) (-15 -3759 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3759 (|#1| |#1| (-694))) (-15 -3759 (|#1| |#1|)) (-15 -3801 (|#1| |#1| |#1|)) (-15 -3801 (|#2| |#1| |#2|)) (-15 -3733 ((-348 |#1|) |#1|)) (-15 -2708 ((-348 (-1085 |#1|)) (-1085 |#1|))) (-15 -2707 ((-348 (-1085 |#1|)) (-1085 |#1|))) (-15 -2706 ((-348 (-1085 |#1|)) (-1085 |#1|))) (-15 -2705 ((-3 (-583 (-1085 |#1|)) #1#) (-583 (-1085 |#1|)) (-1085 |#1|))) (-15 -2818 (|#1| |#1| (-994))) (-15 -3082 ((-583 (-994)) |#1|)) (-15 -2820 ((-694) |#1| (-583 (-994)))) (-15 -2820 ((-694) |#1|)) (-15 -2894 (|#1| |#1| (-583 (-994)) (-583 (-694)))) (-15 -2894 (|#1| |#1| (-994) (-694))) (-15 -2821 ((-583 (-694)) |#1| (-583 (-994)))) (-15 -2821 ((-694) |#1| (-994))) (-15 -3083 ((-3 (-994) #1#) |#1|)) (-15 -3949 ((-583 (-694)) |#1| (-583 (-994)))) (-15 -3949 ((-694) |#1| (-994))) (-15 -3947 (|#1| (-994))) (-15 -3158 ((-3 (-994) #1#) |#1|)) (-15 -3157 ((-994) |#1|)) (-15 -3769 (|#1| |#1| (-583 (-994)) (-583 |#1|))) (-15 -3769 (|#1| |#1| (-994) |#1|)) (-15 -3769 (|#1| |#1| (-583 (-994)) (-583 |#2|))) (-15 -3769 (|#1| |#1| (-994) |#2|)) (-15 -3769 (|#1| |#1| (-583 |#1|) (-583 |#1|))) (-15 -3769 (|#1| |#1| |#1| |#1|)) (-15 -3769 (|#1| |#1| (-249 |#1|))) (-15 -3769 (|#1| |#1| (-583 (-249 |#1|)))) (-15 -3949 ((-694) |#1|)) (-15 -2894 (|#1| |#2| (-694))) (-15 -3158 ((-3 (-484) #1#) |#1|)) (-15 -3157 ((-484) |#1|)) (-15 -3158 ((-3 (-350 (-484)) #1#) |#1|)) (-15 -3157 ((-350 (-484)) |#1|)) (-15 -3157 (|#2| |#1|)) (-15 -3158 ((-3 |#2| #1#) |#1|)) (-15 -3947 (|#1| |#2|)) (-15 -2821 ((-694) |#1|)) (-15 -2818 (|#2| |#1|)) (-15 -3759 (|#1| |#1| (-994))) (-15 -3759 (|#1| |#1| (-583 (-994)))) (-15 -3759 (|#1| |#1| (-994) (-694))) (-15 -3759 (|#1| |#1| (-583 (-994)) (-583 (-694)))) (-15 -3947 (|#1| (-484))) (-15 -3947 ((-772) |#1|))) (-1155 |#2|) (-961)) (T -1154))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3768 (((-1179 |#1|) $ (-694)) 271 T ELT)) (-3082 (((-583 (-994)) $) 123 T ELT)) (-3766 (($ (-1085 |#1|)) 269 T ELT)) (-3084 (((-1085 $) $ (-994)) 138 T ELT) (((-1085 |#1|) $) 137 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 100 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 101 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 103 (|has| |#1| (-495)) ELT)) (-2820 (((-694) $) 125 T ELT) (((-694) $ (-583 (-994))) 124 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3756 (($ $ $) 256 (|has| |#1| (-495)) ELT)) (-2708 (((-348 (-1085 $)) (-1085 $)) 113 (|has| |#1| (-821)) ELT)) (-3776 (($ $) 111 (|has| |#1| (-392)) ELT)) (-3972 (((-348 $) $) 110 (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-583 (-1085 $)) #1="failed") (-583 (-1085 $)) (-1085 $)) 116 (|has| |#1| (-821)) ELT)) (-1608 (((-85) $ $) 241 (|has| |#1| (-312)) ELT)) (-3762 (($ $ (-694)) 264 T ELT)) (-3761 (($ $ (-694)) 263 T ELT)) (-3752 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 251 (|has| |#1| (-392)) ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#1| #2="failed") $) 181 T ELT) (((-3 (-350 (-484)) #2#) $) 178 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-3 (-484) #2#) $) 176 (|has| |#1| (-950 (-484))) ELT) (((-3 (-994) #2#) $) 153 T ELT)) (-3157 ((|#1| $) 180 T ELT) (((-350 (-484)) $) 179 (|has| |#1| (-950 (-350 (-484)))) ELT) (((-484) $) 177 (|has| |#1| (-950 (-484))) ELT) (((-994) $) 154 T ELT)) (-3757 (($ $ $ (-994)) 121 (|has| |#1| (-146)) ELT) ((|#1| $ $) 259 (|has| |#1| (-146)) ELT)) (-2565 (($ $ $) 245 (|has| |#1| (-312)) ELT)) (-3960 (($ $) 171 T ELT)) (-2279 (((-630 (-484)) (-630 $)) 149 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-630 $) (-1179 $)) 148 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-630 $) (-1179 $)) 147 T ELT) (((-630 |#1|) (-630 $)) 146 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 244 (|has| |#1| (-312)) ELT)) (-3760 (($ $ $) 262 T ELT)) (-3754 (($ $ $) 253 (|has| |#1| (-495)) ELT)) (-3753 (((-2 (|:| -3955 |#1|) (|:| -1972 $) (|:| -2903 $)) $ $) 252 (|has| |#1| (-495)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 239 (|has| |#1| (-312)) ELT)) (-3504 (($ $) 193 (|has| |#1| (-392)) ELT) (($ $ (-994)) 118 (|has| |#1| (-392)) ELT)) (-2819 (((-583 $) $) 122 T ELT)) (-3724 (((-85) $) 109 (|has| |#1| (-821)) ELT)) (-1624 (($ $ |#1| (-694) $) 189 T ELT)) (-2797 (((-798 (-330) $) $ (-800 (-330)) (-798 (-330) $)) 97 (-12 (|has| (-994) (-796 (-330))) (|has| |#1| (-796 (-330)))) ELT) (((-798 (-484) $) $ (-800 (-484)) (-798 (-484) $)) 96 (-12 (|has| (-994) (-796 (-484))) (|has| |#1| (-796 (-484)))) ELT)) (-3773 (((-694) $ $) 257 (|has| |#1| (-495)) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-2420 (((-694) $) 186 T ELT)) (-3446 (((-632 $) $) 237 (|has| |#1| (-1066)) ELT)) (-3085 (($ (-1085 |#1|) (-994)) 130 T ELT) (($ (-1085 $) (-994)) 129 T ELT)) (-3778 (($ $ (-694)) 268 T ELT)) (-1605 (((-3 (-583 $) #3="failed") (-583 $) $) 248 (|has| |#1| (-312)) ELT)) (-2822 (((-583 $) $) 139 T ELT)) (-3938 (((-85) $) 169 T ELT)) (-2894 (($ |#1| (-694)) 170 T ELT) (($ $ (-994) (-694)) 132 T ELT) (($ $ (-583 (-994)) (-583 (-694))) 131 T ELT)) (-3764 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $ (-994)) 133 T ELT) (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 266 T ELT)) (-2821 (((-694) $) 187 T ELT) (((-694) $ (-994)) 135 T ELT) (((-583 (-694)) $ (-583 (-994))) 134 T ELT)) (-1625 (($ (-1 (-694) (-694)) $) 188 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 168 T ELT)) (-3767 (((-1085 |#1|) $) 270 T ELT)) (-3083 (((-3 (-994) #4="failed") $) 136 T ELT)) (-2280 (((-630 (-484)) (-1179 $)) 151 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 (-484))) (|:| |vec| (-1179 (-484)))) (-1179 $) $) 150 (|has| |#1| (-580 (-484))) ELT) (((-2 (|:| |mat| (-630 |#1|)) (|:| |vec| (-1179 |#1|))) (-1179 $) $) 145 T ELT) (((-630 |#1|) (-1179 $)) 144 T ELT)) (-2895 (($ $) 166 T ELT)) (-3175 ((|#1| $) 165 T ELT)) (-1894 (($ (-583 $)) 107 (|has| |#1| (-392)) ELT) (($ $ $) 106 (|has| |#1| (-392)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3763 (((-2 (|:| -1972 $) (|:| -2903 $)) $ (-694)) 265 T ELT)) (-2824 (((-3 (-583 $) #4#) $) 127 T ELT)) (-2823 (((-3 (-583 $) #4#) $) 128 T ELT)) (-2825 (((-3 (-2 (|:| |var| (-994)) (|:| -2401 (-694))) #4#) $) 126 T ELT)) (-3813 (($ $) 249 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3447 (($) 236 (|has| |#1| (-1066)) CONST)) (-3244 (((-1033) $) 12 T ELT)) (-1800 (((-85) $) 183 T ELT)) (-1799 ((|#1| $) 184 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 108 (|has| |#1| (-392)) ELT)) (-3145 (($ (-583 $)) 105 (|has| |#1| (-392)) ELT) (($ $ $) 104 (|has| |#1| (-392)) ELT)) (-2706 (((-348 (-1085 $)) (-1085 $)) 115 (|has| |#1| (-821)) ELT)) (-2707 (((-348 (-1085 $)) (-1085 $)) 114 (|has| |#1| (-821)) ELT)) (-3733 (((-348 $) $) 112 (|has| |#1| (-821)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #3#) $ $ $) 247 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 246 (|has| |#1| (-312)) ELT)) (-3467 (((-3 $ "failed") $ |#1|) 191 (|has| |#1| (-495)) ELT) (((-3 $ "failed") $ $) 99 (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 240 (|has| |#1| (-312)) ELT)) (-3769 (($ $ (-583 (-249 $))) 162 T ELT) (($ $ (-249 $)) 161 T ELT) (($ $ $ $) 160 T ELT) (($ $ (-583 $) (-583 $)) 159 T ELT) (($ $ (-994) |#1|) 158 T ELT) (($ $ (-583 (-994)) (-583 |#1|)) 157 T ELT) (($ $ (-994) $) 156 T ELT) (($ $ (-583 (-994)) (-583 $)) 155 T ELT)) (-1607 (((-694) $) 242 (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ |#1|) 281 T ELT) (($ $ $) 280 T ELT) (((-350 $) (-350 $) (-350 $)) 258 (|has| |#1| (-495)) ELT) ((|#1| (-350 $) |#1|) 250 (|has| |#1| (-312)) ELT) (((-350 $) $ (-350 $)) 238 (|has| |#1| (-495)) ELT)) (-3765 (((-3 $ "failed") $ (-694)) 267 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 243 (|has| |#1| (-312)) ELT)) (-3758 (($ $ (-994)) 120 (|has| |#1| (-146)) ELT) ((|#1| $) 260 (|has| |#1| (-146)) ELT)) (-3759 (($ $ (-583 (-994)) (-583 (-694))) 52 T ELT) (($ $ (-994) (-694)) 51 T ELT) (($ $ (-583 (-994))) 50 T ELT) (($ $ (-994)) 48 T ELT) (($ $) 279 T ELT) (($ $ (-694)) 277 T ELT) (($ $ (-1 |#1| |#1|)) 275 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 274 T ELT) (($ $ (-1 |#1| |#1|) $) 261 T ELT) (($ $ (-1090)) 235 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 233 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 232 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 231 (|has| |#1| (-811 (-1090))) ELT)) (-3949 (((-694) $) 167 T ELT) (((-694) $ (-994)) 143 T ELT) (((-583 (-694)) $ (-583 (-994))) 142 T ELT)) (-3973 (((-800 (-330)) $) 95 (-12 (|has| (-994) (-553 (-800 (-330)))) (|has| |#1| (-553 (-800 (-330))))) ELT) (((-800 (-484)) $) 94 (-12 (|has| (-994) (-553 (-800 (-484)))) (|has| |#1| (-553 (-800 (-484))))) ELT) (((-473) $) 93 (-12 (|has| (-994) (-553 (-473))) (|has| |#1| (-553 (-473)))) ELT)) (-2818 ((|#1| $) 192 (|has| |#1| (-392)) ELT) (($ $ (-994)) 119 (|has| |#1| (-392)) ELT)) (-2704 (((-3 (-1179 $) #1#) (-630 $)) 117 (-2563 (|has| $ (-118)) (|has| |#1| (-821))) ELT)) (-3755 (((-3 $ "failed") $ $) 255 (|has| |#1| (-495)) ELT) (((-3 (-350 $) "failed") (-350 $) $) 254 (|has| |#1| (-495)) ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 182 T ELT) (($ (-994)) 152 T ELT) (($ (-350 (-484))) 91 (OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-38 (-350 (-484))))) ELT) (($ $) 98 (|has| |#1| (-495)) ELT)) (-3818 (((-583 |#1|) $) 185 T ELT)) (-3678 ((|#1| $ (-694)) 172 T ELT) (($ $ (-994) (-694)) 141 T ELT) (($ $ (-583 (-994)) (-583 (-694))) 140 T ELT)) (-2703 (((-632 $) $) 92 (OR (-2563 (|has| $ (-118)) (|has| |#1| (-821))) (|has| |#1| (-118))) ELT)) (-3127 (((-694)) 40 T CONST)) (-1623 (($ $ $ (-694)) 190 (|has| |#1| (-146)) ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 102 (|has| |#1| (-495)) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-583 (-994)) (-583 (-694))) 55 T ELT) (($ $ (-994) (-694)) 54 T ELT) (($ $ (-583 (-994))) 53 T ELT) (($ $ (-994)) 49 T ELT) (($ $) 278 T ELT) (($ $ (-694)) 276 T ELT) (($ $ (-1 |#1| |#1|)) 273 T ELT) (($ $ (-1 |#1| |#1|) (-694)) 272 T ELT) (($ $ (-1090)) 234 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090))) 230 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-1090) (-694)) 229 (|has| |#1| (-811 (-1090))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 228 (|has| |#1| (-811 (-1090))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 173 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 175 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ (-350 (-484)) $) 174 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ |#1| $) 164 T ELT) (($ $ |#1|) 163 T ELT)))
-(((-1155 |#1|) (-113) (-961)) (T -1155))
-((-3768 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-1155 *4)) (-4 *4 (-961)) (-5 *2 (-1179 *4)))) (-3767 (*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-961)) (-5 *2 (-1085 *3)))) (-3766 (*1 *1 *2) (-12 (-5 *2 (-1085 *3)) (-4 *3 (-961)) (-4 *1 (-1155 *3)))) (-3778 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1155 *3)) (-4 *3 (-961)))) (-3765 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-694)) (-4 *1 (-1155 *3)) (-4 *3 (-961)))) (-3764 (*1 *2 *1 *1) (-12 (-4 *3 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-1155 *3)))) (-3763 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *4 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-1155 *4)))) (-3762 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1155 *3)) (-4 *3 (-961)))) (-3761 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1155 *3)) (-4 *3 (-961)))) (-3760 (*1 *1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)))) (-3759 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1155 *3)) (-4 *3 (-961)))) (-3758 (*1 *2 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-146)))) (-3757 (*1 *2 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-146)))) (-3801 (*1 *2 *2 *2) (-12 (-5 *2 (-350 *1)) (-4 *1 (-1155 *3)) (-4 *3 (-961)) (-4 *3 (-495)))) (-3773 (*1 *2 *1 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-961)) (-4 *3 (-495)) (-5 *2 (-694)))) (-3756 (*1 *1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-495)))) (-3755 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-495)))) (-3755 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-350 *1)) (-4 *1 (-1155 *3)) (-4 *3 (-961)) (-4 *3 (-495)))) (-3754 (*1 *1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-495)))) (-3753 (*1 *2 *1 *1) (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-5 *2 (-2 (|:| -3955 *3) (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-1155 *3)))) (-3752 (*1 *2 *1 *1) (-12 (-4 *3 (-392)) (-4 *3 (-961)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1155 *3)))) (-3801 (*1 *2 *3 *2) (-12 (-5 *3 (-350 *1)) (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-3813 (*1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-38 (-350 (-484)))))))
-(-13 (-861 |t#1| (-694) (-994)) (-241 |t#1| |t#1|) (-241 $ $) (-190) (-184 |t#1|) (-10 -8 (-15 -3768 ((-1179 |t#1|) $ (-694))) (-15 -3767 ((-1085 |t#1|) $)) (-15 -3766 ($ (-1085 |t#1|))) (-15 -3778 ($ $ (-694))) (-15 -3765 ((-3 $ "failed") $ (-694))) (-15 -3764 ((-2 (|:| -1972 $) (|:| -2903 $)) $ $)) (-15 -3763 ((-2 (|:| -1972 $) (|:| -2903 $)) $ (-694))) (-15 -3762 ($ $ (-694))) (-15 -3761 ($ $ (-694))) (-15 -3760 ($ $ $)) (-15 -3759 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1066)) (-6 (-1066)) |%noBranch|) (IF (|has| |t#1| (-146)) (PROGN (-15 -3758 (|t#1| $)) (-15 -3757 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-495)) (PROGN (-6 (-241 (-350 $) (-350 $))) (-15 -3801 ((-350 $) (-350 $) (-350 $))) (-15 -3773 ((-694) $ $)) (-15 -3756 ($ $ $)) (-15 -3755 ((-3 $ "failed") $ $)) (-15 -3755 ((-3 (-350 $) "failed") (-350 $) $)) (-15 -3754 ($ $ $)) (-15 -3753 ((-2 (|:| -3955 |t#1|) (|:| -1972 $) (|:| -2903 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-392)) (-15 -3752 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-312)) (PROGN (-6 (-258)) (-6 -3992) (-15 -3801 (|t#1| (-350 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-350 (-484)))) (-15 -3813 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| (-694)) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-950 (-350 (-484)))) (|has| |#1| (-38 (-350 (-484))))) ((-555 (-484)) . T) ((-555 (-994)) . T) ((-555 |#1|) . T) ((-555 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-553 (-473)) -12 (|has| |#1| (-553 (-473))) (|has| (-994) (-553 (-473)))) ((-553 (-800 (-330))) -12 (|has| |#1| (-553 (-800 (-330)))) (|has| (-994) (-553 (-800 (-330))))) ((-553 (-800 (-484))) -12 (|has| |#1| (-553 (-800 (-484)))) (|has| (-994) (-553 (-800 (-484))))) ((-186 $) . T) ((-184 |#1|) . T) ((-190) . T) ((-189) . T) ((-225 |#1|) . T) ((-241 (-350 $) (-350 $)) |has| |#1| (-495)) ((-241 |#1| |#1|) . T) ((-241 $ $) . T) ((-246) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-258) |has| |#1| (-312)) ((-260 $) . T) ((-277 |#1| (-694)) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-821)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-455 (-994) |#1|) . T) ((-455 (-994) $) . T) ((-455 $ $) . T) ((-495) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-590 (-484)) |has| |#1| (-580 (-484))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-580 (-484)) |has| |#1| (-580 (-484))) ((-580 |#1|) . T) ((-654 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-663) . T) ((-806 $ (-994)) . T) ((-806 $ (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-809 (-994)) . T) ((-809 (-1090)) |has| |#1| (-809 (-1090))) ((-811 (-994)) . T) ((-811 (-1090)) OR (|has| |#1| (-811 (-1090))) (|has| |#1| (-809 (-1090)))) ((-796 (-330)) -12 (|has| |#1| (-796 (-330))) (|has| (-994) (-796 (-330)))) ((-796 (-484)) -12 (|has| |#1| (-796 (-484))) (|has| (-994) (-796 (-484)))) ((-861 |#1| (-694) (-994)) . T) ((-821) |has| |#1| (-821)) ((-832) |has| |#1| (-312)) ((-950 (-350 (-484))) |has| |#1| (-950 (-350 (-484)))) ((-950 (-484)) |has| |#1| (-950 (-484))) ((-950 (-994)) . T) ((-950 |#1|) . T) ((-963 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-968 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-821)) (|has| |#1| (-495)) (|has| |#1| (-392)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1066) |has| |#1| (-1066)) ((-1129) . T) ((-1134) |has| |#1| (-821)))
-((-3959 ((|#4| (-1 |#3| |#1|) |#2|) 22 T ELT)))
-(((-1156 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3959 (|#4| (-1 |#3| |#1|) |#2|))) (-961) (-1155 |#1|) (-961) (-1155 |#3|)) (T -1156))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-961)) (-4 *6 (-961)) (-4 *2 (-1155 *6)) (-5 *1 (-1156 *5 *4 *6 *2)) (-4 *4 (-1155 *5)))))
-((-3082 (((-583 (-994)) $) 34 T ELT)) (-3960 (($ $) 31 T ELT)) (-2894 (($ |#2| |#3|) NIL T ELT) (($ $ (-994) |#3|) 28 T ELT) (($ $ (-583 (-994)) (-583 |#3|)) 27 T ELT)) (-2895 (($ $) 14 T ELT)) (-3175 ((|#2| $) 12 T ELT)) (-3949 ((|#3| $) 10 T ELT)))
-(((-1157 |#1| |#2| |#3|) (-10 -7 (-15 -3082 ((-583 (-994)) |#1|)) (-15 -2894 (|#1| |#1| (-583 (-994)) (-583 |#3|))) (-15 -2894 (|#1| |#1| (-994) |#3|)) (-15 -3960 (|#1| |#1|)) (-15 -2894 (|#1| |#2| |#3|)) (-15 -3949 (|#3| |#1|)) (-15 -2895 (|#1| |#1|)) (-15 -3175 (|#2| |#1|))) (-1158 |#2| |#3|) (-961) (-716)) (T -1157))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3082 (((-583 (-994)) $) 95 T ELT)) (-3832 (((-1090) $) 129 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 71 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 72 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 74 (|has| |#1| (-495)) ELT)) (-3772 (($ $ |#2|) 124 T ELT) (($ $ |#2| |#2|) 123 T ELT)) (-3775 (((-1069 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 130 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3960 (($ $) 80 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2893 (((-85) $) 94 T ELT)) (-3773 ((|#2| $) 126 T ELT) ((|#2| $ |#2|) 125 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3778 (($ $ (-830)) 127 T ELT)) (-3938 (((-85) $) 82 T ELT)) (-2894 (($ |#1| |#2|) 81 T ELT) (($ $ (-994) |#2|) 97 T ELT) (($ $ (-583 (-994)) (-583 |#2|)) 96 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-2895 (($ $) 85 T ELT)) (-3175 ((|#1| $) 86 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3770 (($ $ |#2|) 121 T ELT)) (-3467 (((-3 $ "failed") $ $) 70 (|has| |#1| (-495)) ELT)) (-3769 (((-1069 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) ELT)) (-3801 ((|#1| $ |#2|) 131 T ELT) (($ $ $) 107 (|has| |#2| (-1025)) ELT)) (-3759 (($ $ (-1090)) 119 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-583 (-1090))) 117 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-1090) (-694)) 116 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 115 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $) 111 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT) (($ $ (-694)) 109 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT)) (-3949 ((|#2| $) 84 T ELT)) (-2892 (($ $) 93 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ (-350 (-484))) 77 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) 69 (|has| |#1| (-495)) ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT)) (-3678 ((|#1| $ |#2|) 79 T ELT)) (-2703 (((-632 $) $) 68 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-3774 ((|#1| $) 128 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 73 (|has| |#1| (-495)) ELT)) (-3771 ((|#1| $ |#2|) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1090)) 118 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-583 (-1090))) 114 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-1090) (-694)) 113 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 112 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $) 110 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT) (($ $ (-694)) 108 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-484)) $) 76 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 75 (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1158 |#1| |#2|) (-113) (-961) (-716)) (T -1158))
-((-3775 (*1 *2 *1) (-12 (-4 *1 (-1158 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-1069 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3832 (*1 *2 *1) (-12 (-4 *1 (-1158 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-1090)))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-1158 *2 *3)) (-4 *3 (-716)) (-4 *2 (-961)))) (-3778 (*1 *1 *1 *2) (-12 (-5 *2 (-830)) (-4 *1 (-1158 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)))) (-3773 (*1 *2 *1) (-12 (-4 *1 (-1158 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716)))) (-3773 (*1 *2 *1 *2) (-12 (-4 *1 (-1158 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716)))) (-3772 (*1 *1 *1 *2) (-12 (-4 *1 (-1158 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716)))) (-3772 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1158 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716)))) (-3771 (*1 *2 *1 *3) (-12 (-4 *1 (-1158 *2 *3)) (-4 *3 (-716)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3947 (*2 (-1090)))) (-4 *2 (-961)))) (-3770 (*1 *1 *1 *2) (-12 (-4 *1 (-1158 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716)))) (-3769 (*1 *2 *1 *3) (-12 (-4 *1 (-1158 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1069 *3)))))
-(-13 (-886 |t#1| |t#2| (-994)) (-241 |t#2| |t#1|) (-10 -8 (-15 -3775 ((-1069 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3832 ((-1090) $)) (-15 -3774 (|t#1| $)) (-15 -3778 ($ $ (-830))) (-15 -3773 (|t#2| $)) (-15 -3773 (|t#2| $ |t#2|)) (-15 -3772 ($ $ |t#2|)) (-15 -3772 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -3947 (|t#1| (-1090)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -3771 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -3770 ($ $ |t#2|)) (IF (|has| |t#2| (-1025)) (-6 (-241 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-190)) (IF (|has| |t#1| (-809 (-1090))) (-6 (-809 (-1090))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -3769 ((-1069 |t#1|) $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-495)) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-555 (-484)) . T) ((-555 |#1|) |has| |#1| (-146)) ((-555 $) |has| |#1| (-495)) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-186 $) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-190) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-189) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-241 |#2| |#1|) . T) ((-241 $ $) |has| |#2| (-1025)) ((-246) |has| |#1| (-495)) ((-495) |has| |#1| (-495)) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) |has| |#1| (-495)) ((-654 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) |has| |#1| (-495)) ((-663) . T) ((-806 $ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ((-809 (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ((-811 (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ((-886 |#1| |#2| (-994)) . T) ((-963 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-968 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-3776 ((|#2| |#2|) 12 T ELT)) (-3972 (((-348 |#2|) |#2|) 14 T ELT)) (-3777 (((-2 (|:| |flg| (-3 #1="nil" #2="sqfr" #3="irred" #4="prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-484))) (-2 (|:| |flg| (-3 #1# #2# #3# #4#)) (|:| |fctr| |#2|) (|:| |xpnt| (-484)))) 30 T ELT)))
-(((-1159 |#1| |#2|) (-10 -7 (-15 -3972 ((-348 |#2|) |#2|)) (-15 -3776 (|#2| |#2|)) (-15 -3777 ((-2 (|:| |flg| (-3 #1="nil" #2="sqfr" #3="irred" #4="prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-484))) (-2 (|:| |flg| (-3 #1# #2# #3# #4#)) (|:| |fctr| |#2|) (|:| |xpnt| (-484)))))) (-495) (-13 (-1155 |#1|) (-495) (-10 -8 (-15 -3145 ($ $ $))))) (T -1159))
-((-3777 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-484)))) (-4 *4 (-13 (-1155 *3) (-495) (-10 -8 (-15 -3145 ($ $ $))))) (-4 *3 (-495)) (-5 *1 (-1159 *3 *4)))) (-3776 (*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-1159 *3 *2)) (-4 *2 (-13 (-1155 *3) (-495) (-10 -8 (-15 -3145 ($ $ $))))))) (-3972 (*1 *2 *3) (-12 (-4 *4 (-495)) (-5 *2 (-348 *3)) (-5 *1 (-1159 *4 *3)) (-4 *3 (-13 (-1155 *4) (-495) (-10 -8 (-15 -3145 ($ $ $))))))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) 11 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-350 (-484))) NIL T ELT) (($ $ (-350 (-484)) (-350 (-484))) NIL T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|))) $) NIL T ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-694) (-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|)))) NIL T ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-1139 |#1| |#2| |#3|) #1#) $) 19 T ELT) (((-3 (-1169 |#1| |#2| |#3|) #1#) $) 22 T ELT)) (-3157 (((-1139 |#1| |#2| |#3|) $) NIL T ELT) (((-1169 |#1| |#2| |#3|) $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3782 (((-350 (-484)) $) 68 T ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3783 (($ (-350 (-484)) (-1139 |#1| |#2| |#3|)) NIL T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-2893 (((-85) $) NIL T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-350 (-484)) $) NIL T ELT) (((-350 (-484)) $ (-350 (-484))) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3778 (($ $ (-830)) NIL T ELT) (($ $ (-350 (-484))) NIL T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-350 (-484))) 30 T ELT) (($ $ (-994) (-350 (-484))) NIL T ELT) (($ $ (-583 (-994)) (-583 (-350 (-484)))) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3943 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3781 (((-1139 |#1| |#2| |#3|) $) 71 T ELT)) (-3779 (((-3 (-1139 |#1| |#2| |#3|) #1#) $) NIL T ELT)) (-3780 (((-1139 |#1| |#2| |#3|) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3813 (($ $) 39 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))))) ELT) (($ $ (-1176 |#2|)) 40 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-350 (-484))) NIL T ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-350 (-484))) NIL T ELT) (($ $ $) NIL (|has| (-350 (-484)) (-1025)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) 37 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-1176 |#2|)) 38 T ELT)) (-3949 (((-350 (-484)) $) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) NIL T ELT)) (-3947 (((-772) $) 107 T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-1139 |#1| |#2| |#3|)) 16 T ELT) (($ (-1169 |#1| |#2| |#3|)) 17 T ELT) (($ (-1176 |#2|)) 36 T ELT) (($ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3678 ((|#1| $ (-350 (-484))) NIL T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-3774 ((|#1| $) 12 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-350 (-484))) 73 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 32 T CONST)) (-2667 (($) 26 T CONST)) (-2670 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-1176 |#2|)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 34 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ (-484)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1160 |#1| |#2| |#3|) (-13 (-1164 |#1| (-1139 |#1| |#2| |#3|)) (-806 $ (-1176 |#2|)) (-950 (-1169 |#1| |#2| |#3|)) (-555 (-1176 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-350 (-484)))) (-15 -3813 ($ $ (-1176 |#2|))) |%noBranch|))) (-961) (-1090) |#1|) (T -1160))
-((-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1160 *3 *4 *5)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3))))
-((-3959 (((-1160 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1160 |#1| |#3| |#5|)) 24 T ELT)))
-(((-1161 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3959 ((-1160 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1160 |#1| |#3| |#5|)))) (-961) (-961) (-1090) (-1090) |#1| |#2|) (T -1161))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1160 *5 *7 *9)) (-4 *5 (-961)) (-4 *6 (-961)) (-14 *7 (-1090)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1160 *6 *8 *10)) (-5 *1 (-1161 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1090)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3082 (((-583 (-994)) $) 95 T ELT)) (-3832 (((-1090) $) 129 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 71 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 72 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 74 (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-350 (-484))) 124 T ELT) (($ $ (-350 (-484)) (-350 (-484))) 123 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|))) $) 130 T ELT)) (-3493 (($ $) 163 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 146 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 190 (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) 191 (|has| |#1| (-312)) ELT)) (-3038 (($ $) 145 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1608 (((-85) $ $) 181 (|has| |#1| (-312)) ELT)) (-3491 (($ $) 162 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 147 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-694) (-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|)))) 199 T ELT)) (-3495 (($ $) 161 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 148 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) 23 T CONST)) (-2565 (($ $ $) 185 (|has| |#1| (-312)) ELT)) (-3960 (($ $) 80 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 184 (|has| |#1| (-312)) ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 179 (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) 192 (|has| |#1| (-312)) ELT)) (-2893 (((-85) $) 94 T ELT)) (-3628 (($) 173 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-350 (-484)) $) 126 T ELT) (((-350 (-484)) $ (-350 (-484))) 125 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 144 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3778 (($ $ (-830)) 127 T ELT) (($ $ (-350 (-484))) 198 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 188 (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) 82 T ELT)) (-2894 (($ |#1| (-350 (-484))) 81 T ELT) (($ $ (-994) (-350 (-484))) 97 T ELT) (($ $ (-583 (-994)) (-583 (-350 (-484)))) 96 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-3943 (($ $) 170 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) 85 T ELT)) (-3175 ((|#1| $) 86 T ELT)) (-1894 (($ (-583 $)) 177 (|has| |#1| (-312)) ELT) (($ $ $) 176 (|has| |#1| (-312)) ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 193 (|has| |#1| (-312)) ELT)) (-3813 (($ $) 197 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) 196 (OR (-12 (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115)) (|has| |#1| (-38 (-350 (-484))))) (-12 (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-38 (-350 (-484)))))) ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 178 (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) 175 (|has| |#1| (-312)) ELT) (($ $ $) 174 (|has| |#1| (-312)) ELT)) (-3733 (((-348 $) $) 189 (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 187 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 186 (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-350 (-484))) 121 T ELT)) (-3467 (((-3 $ "failed") $ $) 70 (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 180 (|has| |#1| (-312)) ELT)) (-3944 (($ $) 171 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) ELT)) (-1607 (((-694) $) 182 (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-350 (-484))) 131 T ELT) (($ $ $) 107 (|has| (-350 (-484)) (-1025)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 183 (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1090)) 119 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) 117 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) 116 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 115 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) 111 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) 109 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT)) (-3949 (((-350 (-484)) $) 84 T ELT)) (-3496 (($ $) 160 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 149 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 159 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 150 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 158 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 151 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) 93 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT) (($ (-350 (-484))) 77 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) 69 (|has| |#1| (-495)) ELT)) (-3678 ((|#1| $ (-350 (-484))) 79 T ELT)) (-2703 (((-632 $) $) 68 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-3774 ((|#1| $) 128 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3499 (($ $) 169 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 157 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) 73 (|has| |#1| (-495)) ELT)) (-3497 (($ $) 168 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 156 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 167 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 155 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-350 (-484))) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3502 (($ $) 166 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 154 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 165 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 153 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 164 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 152 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1090)) 118 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) 114 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) 113 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 112 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) 110 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) 108 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT) (($ $ $) 195 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 194 (|has| |#1| (-312)) ELT) (($ $ $) 172 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 143 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-484)) $) 76 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 75 (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1162 |#1|) (-113) (-961)) (T -1162))
-((-3819 (*1 *1 *2 *3) (-12 (-5 *2 (-694)) (-5 *3 (-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| *4)))) (-4 *4 (-961)) (-4 *1 (-1162 *4)))) (-3778 (*1 *1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-4 *1 (-1162 *3)) (-4 *3 (-961)))) (-3813 (*1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-961)) (-4 *2 (-38 (-350 (-484)))))) (-3813 (*1 *1 *1 *2) (OR (-12 (-5 *2 (-1090)) (-4 *1 (-1162 *3)) (-4 *3 (-961)) (-12 (-4 *3 (-29 (-484))) (-4 *3 (-871)) (-4 *3 (-1115)) (-4 *3 (-38 (-350 (-484)))))) (-12 (-5 *2 (-1090)) (-4 *1 (-1162 *3)) (-4 *3 (-961)) (-12 (|has| *3 (-15 -3082 ((-583 *2) *3))) (|has| *3 (-15 -3813 (*3 *3 *2))) (-4 *3 (-38 (-350 (-484)))))))))
-(-13 (-1158 |t#1| (-350 (-484))) (-10 -8 (-15 -3819 ($ (-694) (-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |t#1|))))) (-15 -3778 ($ $ (-350 (-484)))) (IF (|has| |t#1| (-38 (-350 (-484)))) (PROGN (-15 -3813 ($ $)) (IF (|has| |t#1| (-15 -3813 (|t#1| |t#1| (-1090)))) (IF (|has| |t#1| (-15 -3082 ((-583 (-1090)) |t#1|))) (-15 -3813 ($ $ (-1090))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1115)) (IF (|has| |t#1| (-871)) (IF (|has| |t#1| (-29 (-484))) (-15 -3813 ($ $ (-1090))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-915)) (-6 (-1115))) |%noBranch|) (IF (|has| |t#1| (-312)) (-6 (-312)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| (-350 (-484))) . T) ((-25) . T) ((-38 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-35) |has| |#1| (-38 (-350 (-484)))) ((-66) |has| |#1| (-38 (-350 (-484)))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-555 (-484)) . T) ((-555 |#1|) |has| |#1| (-146)) ((-555 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-186 $) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ((-190) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ((-189) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ((-201) |has| |#1| (-312)) ((-239) |has| |#1| (-38 (-350 (-484)))) ((-241 (-350 (-484)) |#1|) . T) ((-241 $ $) |has| (-350 (-484)) (-1025)) ((-246) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-258) |has| |#1| (-312)) ((-312) |has| |#1| (-312)) ((-392) |has| |#1| (-312)) ((-433) |has| |#1| (-38 (-350 (-484)))) ((-495) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-13) . T) ((-588 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-654 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-663) . T) ((-806 $ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ((-809 (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ((-811 (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ((-886 |#1| (-350 (-484)) (-994)) . T) ((-832) |has| |#1| (-312)) ((-915) |has| |#1| (-38 (-350 (-484)))) ((-963 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-968 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1115) |has| |#1| (-38 (-350 (-484)))) ((-1118) |has| |#1| (-38 (-350 (-484)))) ((-1129) . T) ((-1134) |has| |#1| (-312)) ((-1158 |#1| (-350 (-484))) . T))
-((-3189 (((-85) $) 12 T ELT)) (-3158 (((-3 |#3| "failed") $) 17 T ELT)) (-3157 ((|#3| $) 14 T ELT)))
-(((-1163 |#1| |#2| |#3|) (-10 -7 (-15 -3158 ((-3 |#3| "failed") |#1|)) (-15 -3157 (|#3| |#1|)) (-15 -3189 ((-85) |#1|))) (-1164 |#2| |#3|) (-961) (-1141 |#2|)) (T -1163))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3082 (((-583 (-994)) $) 95 T ELT)) (-3832 (((-1090) $) 129 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 71 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 72 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 74 (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-350 (-484))) 124 T ELT) (($ $ (-350 (-484)) (-350 (-484))) 123 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|))) $) 130 T ELT)) (-3493 (($ $) 163 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 146 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 190 (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) 191 (|has| |#1| (-312)) ELT)) (-3038 (($ $) 145 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1608 (((-85) $ $) 181 (|has| |#1| (-312)) ELT)) (-3491 (($ $) 162 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 147 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-694) (-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|)))) 199 T ELT)) (-3495 (($ $) 161 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 148 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#2| "failed") $) 212 T ELT)) (-3157 ((|#2| $) 213 T ELT)) (-2565 (($ $ $) 185 (|has| |#1| (-312)) ELT)) (-3960 (($ $) 80 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3782 (((-350 (-484)) $) 209 T ELT)) (-2564 (($ $ $) 184 (|has| |#1| (-312)) ELT)) (-3783 (($ (-350 (-484)) |#2|) 210 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 179 (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) 192 (|has| |#1| (-312)) ELT)) (-2893 (((-85) $) 94 T ELT)) (-3628 (($) 173 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-350 (-484)) $) 126 T ELT) (((-350 (-484)) $ (-350 (-484))) 125 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 144 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3778 (($ $ (-830)) 127 T ELT) (($ $ (-350 (-484))) 198 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 188 (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) 82 T ELT)) (-2894 (($ |#1| (-350 (-484))) 81 T ELT) (($ $ (-994) (-350 (-484))) 97 T ELT) (($ $ (-583 (-994)) (-583 (-350 (-484)))) 96 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-3943 (($ $) 170 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) 85 T ELT)) (-3175 ((|#1| $) 86 T ELT)) (-1894 (($ (-583 $)) 177 (|has| |#1| (-312)) ELT) (($ $ $) 176 (|has| |#1| (-312)) ELT)) (-3781 ((|#2| $) 208 T ELT)) (-3779 (((-3 |#2| "failed") $) 206 T ELT)) (-3780 ((|#2| $) 207 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 193 (|has| |#1| (-312)) ELT)) (-3813 (($ $) 197 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) 196 (OR (-12 (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115)) (|has| |#1| (-38 (-350 (-484))))) (-12 (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-38 (-350 (-484)))))) ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 178 (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) 175 (|has| |#1| (-312)) ELT) (($ $ $) 174 (|has| |#1| (-312)) ELT)) (-3733 (((-348 $) $) 189 (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 187 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 186 (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-350 (-484))) 121 T ELT)) (-3467 (((-3 $ "failed") $ $) 70 (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 180 (|has| |#1| (-312)) ELT)) (-3944 (($ $) 171 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) ELT)) (-1607 (((-694) $) 182 (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-350 (-484))) 131 T ELT) (($ $ $) 107 (|has| (-350 (-484)) (-1025)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 183 (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1090)) 119 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) 117 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) 116 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 115 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) 111 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) 109 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT)) (-3949 (((-350 (-484)) $) 84 T ELT)) (-3496 (($ $) 160 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 149 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 159 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 150 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 158 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 151 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) 93 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT) (($ |#2|) 211 T ELT) (($ (-350 (-484))) 77 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) 69 (|has| |#1| (-495)) ELT)) (-3678 ((|#1| $ (-350 (-484))) 79 T ELT)) (-2703 (((-632 $) $) 68 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-3774 ((|#1| $) 128 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3499 (($ $) 169 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 157 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) 73 (|has| |#1| (-495)) ELT)) (-3497 (($ $) 168 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 156 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 167 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 155 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-350 (-484))) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3502 (($ $) 166 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 154 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 165 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 153 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 164 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 152 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1090)) 118 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) 114 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) 113 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 112 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) 110 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) 108 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT) (($ $ $) 195 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 194 (|has| |#1| (-312)) ELT) (($ $ $) 172 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 143 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-484)) $) 76 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 75 (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1164 |#1| |#2|) (-113) (-961) (-1141 |t#1|)) (T -1164))
-((-3949 (*1 *2 *1) (-12 (-4 *1 (-1164 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1141 *3)) (-5 *2 (-350 (-484))))) (-3783 (*1 *1 *2 *3) (-12 (-5 *2 (-350 (-484))) (-4 *4 (-961)) (-4 *1 (-1164 *4 *3)) (-4 *3 (-1141 *4)))) (-3782 (*1 *2 *1) (-12 (-4 *1 (-1164 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1141 *3)) (-5 *2 (-350 (-484))))) (-3781 (*1 *2 *1) (-12 (-4 *1 (-1164 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1141 *3)))) (-3780 (*1 *2 *1) (-12 (-4 *1 (-1164 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1141 *3)))) (-3779 (*1 *2 *1) (|partial| -12 (-4 *1 (-1164 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1141 *3)))))
-(-13 (-1162 |t#1|) (-950 |t#2|) (-555 |t#2|) (-10 -8 (-15 -3783 ($ (-350 (-484)) |t#2|)) (-15 -3782 ((-350 (-484)) $)) (-15 -3781 (|t#2| $)) (-15 -3949 ((-350 (-484)) $)) (-15 -3780 (|t#2| $)) (-15 -3779 ((-3 |t#2| "failed") $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| (-350 (-484))) . T) ((-25) . T) ((-38 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-35) |has| |#1| (-38 (-350 (-484)))) ((-66) |has| |#1| (-38 (-350 (-484)))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-555 (-484)) . T) ((-555 |#1|) |has| |#1| (-146)) ((-555 |#2|) . T) ((-555 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-186 $) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ((-190) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ((-189) |has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ((-201) |has| |#1| (-312)) ((-239) |has| |#1| (-38 (-350 (-484)))) ((-241 (-350 (-484)) |#1|) . T) ((-241 $ $) |has| (-350 (-484)) (-1025)) ((-246) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-258) |has| |#1| (-312)) ((-312) |has| |#1| (-312)) ((-392) |has| |#1| (-312)) ((-433) |has| |#1| (-38 (-350 (-484)))) ((-495) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-13) . T) ((-588 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-654 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) OR (|has| |#1| (-495)) (|has| |#1| (-312))) ((-663) . T) ((-806 $ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ((-809 (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ((-811 (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ((-886 |#1| (-350 (-484)) (-994)) . T) ((-832) |has| |#1| (-312)) ((-915) |has| |#1| (-38 (-350 (-484)))) ((-950 |#2|) . T) ((-963 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-968 (-350 (-484))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-484))))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-495)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1115) |has| |#1| (-38 (-350 (-484)))) ((-1118) |has| |#1| (-38 (-350 (-484)))) ((-1129) . T) ((-1134) |has| |#1| (-312)) ((-1158 |#1| (-350 (-484))) . T) ((-1162 |#1|) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) 104 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-350 (-484))) 116 T ELT) (($ $ (-350 (-484)) (-350 (-484))) 118 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|))) $) 54 T ELT)) (-3493 (($ $) 192 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 168 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3776 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3972 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1608 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3491 (($ $) 188 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 164 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-694) (-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#1|)))) 65 T ELT)) (-3495 (($ $) 196 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 172 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) NIL T ELT)) (-3157 ((|#2| $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) 85 T ELT)) (-3782 (((-350 (-484)) $) 13 T ELT)) (-2564 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3783 (($ (-350 (-484)) |#2|) 11 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) NIL (|has| |#1| (-312)) ELT)) (-3724 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-2893 (((-85) $) 74 T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-350 (-484)) $) 113 T ELT) (((-350 (-484)) $ (-350 (-484))) 114 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3778 (($ $ (-830)) 130 T ELT) (($ $ (-350 (-484))) 128 T ELT)) (-1605 (((-3 (-583 $) #1#) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-350 (-484))) 33 T ELT) (($ $ (-994) (-350 (-484))) NIL T ELT) (($ $ (-583 (-994)) (-583 (-350 (-484)))) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 125 T ELT)) (-3943 (($ $) 162 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-1894 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3781 ((|#2| $) 12 T ELT)) (-3779 (((-3 |#2| #1#) $) 44 T ELT)) (-3780 ((|#2| $) 45 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-2485 (($ $) 101 (|has| |#1| (-312)) ELT)) (-3813 (($ $) 146 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) 151 (OR (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) NIL (|has| |#1| (-312)) ELT)) (-3145 (($ (-583 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3733 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1606 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-350 (-484))) 122 T ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) NIL (|has| |#1| (-312)) ELT)) (-3944 (($ $) 160 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) ELT)) (-1607 (((-694) $) NIL (|has| |#1| (-312)) ELT)) (-3801 ((|#1| $ (-350 (-484))) 108 T ELT) (($ $ $) 94 (|has| (-350 (-484)) (-1025)) ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-1090)) 138 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) 134 (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT)) (-3949 (((-350 (-484)) $) 16 T ELT)) (-3496 (($ $) 198 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 174 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 194 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 170 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 190 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 166 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) 120 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) 37 T ELT) (($ |#1|) 27 (|has| |#1| (-146)) ELT) (($ |#2|) 34 T ELT) (($ (-350 (-484))) 139 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT)) (-3678 ((|#1| $ (-350 (-484))) 107 T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 127 T CONST)) (-3774 ((|#1| $) 106 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) 204 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 180 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) 200 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 176 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 208 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 184 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-350 (-484))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-484))))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) 210 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 186 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 206 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 182 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 202 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 178 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 21 T CONST)) (-2667 (($) 17 T CONST)) (-2670 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-350 (-484)) |#1|))) ELT)) (-3057 (((-85) $ $) 72 T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) 100 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 142 T ELT) (($ $ $) 78 T ELT)) (-3840 (($ $ $) 76 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 82 T ELT) (($ $ (-484)) 157 (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 158 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 80 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 137 T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1165 |#1| |#2|) (-1164 |#1| |#2|) (-961) (-1141 |#1|)) (T -1165))
-NIL
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 37 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL T ELT)) (-2063 (($ $) NIL T ELT)) (-2061 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 (-484) #1#) $) NIL (|has| (-1160 |#2| |#3| |#4|) (-950 (-484))) ELT) (((-3 (-350 (-484)) #1#) $) NIL (|has| (-1160 |#2| |#3| |#4|) (-950 (-350 (-484)))) ELT) (((-3 (-1160 |#2| |#3| |#4|) #1#) $) 22 T ELT)) (-3157 (((-484) $) NIL (|has| (-1160 |#2| |#3| |#4|) (-950 (-484))) ELT) (((-350 (-484)) $) NIL (|has| (-1160 |#2| |#3| |#4|) (-950 (-350 (-484)))) ELT) (((-1160 |#2| |#3| |#4|) $) NIL T ELT)) (-3960 (($ $) 41 T ELT)) (-3468 (((-3 $ #1#) $) 27 T ELT)) (-3504 (($ $) NIL (|has| (-1160 |#2| |#3| |#4|) (-392)) ELT)) (-1624 (($ $ (-1160 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) 11 T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ (-1160 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|)) 25 T ELT)) (-2821 (((-270 |#2| |#3| |#4|) $) NIL T ELT)) (-1625 (($ (-1 (-270 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|)) $) NIL T ELT)) (-3959 (($ (-1 (-1160 |#2| |#3| |#4|) (-1160 |#2| |#3| |#4|)) $) NIL T ELT)) (-3785 (((-3 (-750 |#2|) #1#) $) 91 T ELT)) (-2895 (($ $) NIL T ELT)) (-3175 (((-1160 |#2| |#3| |#4|) $) 20 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-1800 (((-85) $) NIL T ELT)) (-1799 (((-1160 |#2| |#3| |#4|) $) NIL T ELT)) (-3467 (((-3 $ #1#) $ (-1160 |#2| |#3| |#4|)) NIL (|has| (-1160 |#2| |#3| |#4|) (-495)) ELT) (((-3 $ #1#) $ $) NIL T ELT)) (-3784 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1160 |#2| |#3| |#4|)) (|:| |%expon| (-270 |#2| |#3| |#4|)) (|:| |%expTerms| (-583 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#2|)))))) (|:| |%type| (-1073))) #1#) $) 74 T ELT)) (-3949 (((-270 |#2| |#3| |#4|) $) 17 T ELT)) (-2818 (((-1160 |#2| |#3| |#4|) $) NIL (|has| (-1160 |#2| |#3| |#4|) (-392)) ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ (-1160 |#2| |#3| |#4|)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-484))) NIL (OR (|has| (-1160 |#2| |#3| |#4|) (-950 (-350 (-484)))) (|has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484))))) ELT)) (-3818 (((-583 (-1160 |#2| |#3| |#4|)) $) NIL T ELT)) (-3678 (((-1160 |#2| |#3| |#4|) $ (-270 |#2| |#3| |#4|)) NIL T ELT)) (-2703 (((-632 $) $) NIL (|has| (-1160 |#2| |#3| |#4|) (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-1623 (($ $ $ (-694)) NIL (|has| (-1160 |#2| |#3| |#4|) (-146)) ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-2062 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-2667 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ (-1160 |#2| |#3| |#4|)) NIL (|has| (-1160 |#2| |#3| |#4|) (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-1160 |#2| |#3| |#4|)) NIL T ELT) (($ (-1160 |#2| |#3| |#4|) $) NIL T ELT) (($ (-350 (-484)) $) NIL (|has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| (-1160 |#2| |#3| |#4|) (-38 (-350 (-484)))) ELT)))
-(((-1166 |#1| |#2| |#3| |#4|) (-13 (-277 (-1160 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|)) (-495) (-10 -8 (-15 -3785 ((-3 (-750 |#2|) #1="failed") $)) (-15 -3784 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1160 |#2| |#3| |#4|)) (|:| |%expon| (-270 |#2| |#3| |#4|)) (|:| |%expTerms| (-583 (-2 (|:| |k| (-350 (-484))) (|:| |c| |#2|)))))) (|:| |%type| (-1073))) #1#) $)))) (-13 (-950 (-484)) (-580 (-484)) (-392)) (-13 (-27) (-1115) (-364 |#1|)) (-1090) |#2|) (T -1166))
-((-3785 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-950 (-484)) (-580 (-484)) (-392))) (-5 *2 (-750 *4)) (-5 *1 (-1166 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1115) (-364 *3))) (-14 *5 (-1090)) (-14 *6 *4))) (-3784 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-950 (-484)) (-580 (-484)) (-392))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1160 *4 *5 *6)) (|:| |%expon| (-270 *4 *5 *6)) (|:| |%expTerms| (-583 (-2 (|:| |k| (-350 (-484))) (|:| |c| *4)))))) (|:| |%type| (-1073)))) (-5 *1 (-1166 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1115) (-364 *3))) (-14 *5 (-1090)) (-14 *6 *4))))
-((-3403 ((|#2| $) 34 T ELT)) (-3796 ((|#2| $) 18 T ELT)) (-3798 (($ $) 43 T ELT)) (-3786 (($ $ (-484)) 78 T ELT)) (-3026 ((|#2| $ |#2|) 75 T ELT)) (-3787 ((|#2| $ |#2|) 71 T ELT)) (-3789 ((|#2| $ #1="value" |#2|) NIL T ELT) ((|#2| $ #2="first" |#2|) 64 T ELT) (($ $ #3="rest" $) 68 T ELT) ((|#2| $ #4="last" |#2|) 66 T ELT)) (-3027 (($ $ (-583 $)) 74 T ELT)) (-3797 ((|#2| $) 17 T ELT)) (-3800 (($ $) NIL T ELT) (($ $ (-694)) 51 T ELT)) (-3032 (((-583 $) $) 31 T ELT)) (-3028 (((-85) $ $) 62 T ELT)) (-3528 (((-85) $) 33 T ELT)) (-3799 ((|#2| $) 25 T ELT) (($ $ (-694)) 57 T ELT)) (-3801 ((|#2| $ #1#) NIL T ELT) ((|#2| $ #2#) 10 T ELT) (($ $ #3#) 16 T ELT) ((|#2| $ #4#) 13 T ELT)) (-3634 (((-85) $) 23 T ELT)) (-3793 (($ $) 46 T ELT)) (-3791 (($ $) 79 T ELT)) (-3794 (((-694) $) 50 T ELT)) (-3795 (($ $) 49 T ELT)) (-3803 (($ $ $) 70 T ELT) (($ |#2| $) NIL T ELT)) (-3523 (((-583 $) $) 32 T ELT)) (-3057 (((-85) $ $) 60 T ELT)))
-(((-1167 |#1| |#2|) (-10 -7 (-15 -3057 ((-85) |#1| |#1|)) (-15 -3786 (|#1| |#1| (-484))) (-15 -3789 (|#2| |#1| #1="last" |#2|)) (-15 -3787 (|#2| |#1| |#2|)) (-15 -3789 (|#1| |#1| #2="rest" |#1|)) (-15 -3789 (|#2| |#1| #3="first" |#2|)) (-15 -3791 (|#1| |#1|)) (-15 -3793 (|#1| |#1|)) (-15 -3794 ((-694) |#1|)) (-15 -3795 (|#1| |#1|)) (-15 -3796 (|#2| |#1|)) (-15 -3797 (|#2| |#1|)) (-15 -3798 (|#1| |#1|)) (-15 -3799 (|#1| |#1| (-694))) (-15 -3801 (|#2| |#1| #1#)) (-15 -3799 (|#2| |#1|)) (-15 -3800 (|#1| |#1| (-694))) (-15 -3801 (|#1| |#1| #2#)) (-15 -3800 (|#1| |#1|)) (-15 -3801 (|#2| |#1| #3#)) (-15 -3803 (|#1| |#2| |#1|)) (-15 -3803 (|#1| |#1| |#1|)) (-15 -3026 (|#2| |#1| |#2|)) (-15 -3789 (|#2| |#1| #4="value" |#2|)) (-15 -3027 (|#1| |#1| (-583 |#1|))) (-15 -3028 ((-85) |#1| |#1|)) (-15 -3634 ((-85) |#1|)) (-15 -3801 (|#2| |#1| #4#)) (-15 -3403 (|#2| |#1|)) (-15 -3528 ((-85) |#1|)) (-15 -3032 ((-583 |#1|) |#1|)) (-15 -3523 ((-583 |#1|) |#1|))) (-1168 |#2|) (-1129)) (T -1167))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3403 ((|#1| $) 42 T ELT)) (-3796 ((|#1| $) 61 T ELT)) (-3798 (($ $) 63 T ELT)) (-3786 (($ $ (-484)) 48 (|has| $ (-1035 |#1|)) ELT)) (-3026 ((|#1| $ |#1|) 33 (|has| $ (-1035 |#1|)) ELT)) (-3788 (($ $ $) 52 (|has| $ (-1035 |#1|)) ELT)) (-3787 ((|#1| $ |#1|) 50 (|has| $ (-1035 |#1|)) ELT)) (-3790 ((|#1| $ |#1|) 54 (|has| $ (-1035 |#1|)) ELT)) (-3789 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ "first" |#1|) 53 (|has| $ (-1035 |#1|)) ELT) (($ $ "rest" $) 51 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ "last" |#1|) 49 (|has| $ (-1035 |#1|)) ELT)) (-3027 (($ $ (-583 $)) 35 (|has| $ (-1035 |#1|)) ELT)) (-3797 ((|#1| $) 62 T ELT)) (-3725 (($) 6 T CONST)) (-3800 (($ $) 69 T ELT) (($ $ (-694)) 67 T ELT)) (-3032 (((-583 $) $) 44 T ELT)) (-3028 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3031 (((-583 |#1|) $) 39 T ELT)) (-3528 (((-85) $) 43 T ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-3799 ((|#1| $) 66 T ELT) (($ $ (-694)) 64 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) 72 T ELT) (($ $ (-694)) 70 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ #1#) 41 T ELT) ((|#1| $ "first") 71 T ELT) (($ $ "rest") 68 T ELT) ((|#1| $ "last") 65 T ELT)) (-3030 (((-484) $ $) 38 T ELT)) (-3634 (((-85) $) 40 T ELT)) (-3793 (($ $) 58 T ELT)) (-3791 (($ $) 55 (|has| $ (-1035 |#1|)) ELT)) (-3794 (((-694) $) 59 T ELT)) (-3795 (($ $) 60 T ELT)) (-3401 (($ $) 9 T ELT)) (-3792 (($ $ $) 57 (|has| $ (-1035 |#1|)) ELT) (($ $ |#1|) 56 (|has| $ (-1035 |#1|)) ELT)) (-3803 (($ $ $) 74 T ELT) (($ |#1| $) 73 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-3523 (((-583 $) $) 45 T ELT)) (-3029 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
-(((-1168 |#1|) (-113) (-1129)) (T -1168))
-((-3803 (*1 *1 *1 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3803 (*1 *1 *2 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3802 (*1 *2 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3801 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3802 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1168 *3)) (-4 *3 (-1129)))) (-3800 (*1 *1 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3801 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1168 *3)) (-4 *3 (-1129)))) (-3800 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1168 *3)) (-4 *3 (-1129)))) (-3799 (*1 *2 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3801 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3799 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1168 *3)) (-4 *3 (-1129)))) (-3798 (*1 *1 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3797 (*1 *2 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3796 (*1 *2 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3795 (*1 *1 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3794 (*1 *2 *1) (-12 (-4 *1 (-1168 *3)) (-4 *3 (-1129)) (-5 *2 (-694)))) (-3793 (*1 *1 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3792 (*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3792 (*1 *1 *1 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3791 (*1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3790 (*1 *2 *1 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3789 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3788 (*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3789 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (-4 *1 (-1035 *3)) (-4 *1 (-1168 *3)) (-4 *3 (-1129)))) (-3787 (*1 *2 *1 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3789 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))) (-3786 (*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-1035 *3)) (-4 *1 (-1168 *3)) (-4 *3 (-1129)))))
-(-13 (-923 |t#1|) (-10 -8 (-15 -3803 ($ $ $)) (-15 -3803 ($ |t#1| $)) (-15 -3802 (|t#1| $)) (-15 -3801 (|t#1| $ "first")) (-15 -3802 ($ $ (-694))) (-15 -3800 ($ $)) (-15 -3801 ($ $ "rest")) (-15 -3800 ($ $ (-694))) (-15 -3799 (|t#1| $)) (-15 -3801 (|t#1| $ "last")) (-15 -3799 ($ $ (-694))) (-15 -3798 ($ $)) (-15 -3797 (|t#1| $)) (-15 -3796 (|t#1| $)) (-15 -3795 ($ $)) (-15 -3794 ((-694) $)) (-15 -3793 ($ $)) (IF (|has| $ (-1035 |t#1|)) (PROGN (-15 -3792 ($ $ $)) (-15 -3792 ($ $ |t#1|)) (-15 -3791 ($ $)) (-15 -3790 (|t#1| $ |t#1|)) (-15 -3789 (|t#1| $ "first" |t#1|)) (-15 -3788 ($ $ $)) (-15 -3789 ($ $ "rest" $)) (-15 -3787 (|t#1| $ |t#1|)) (-15 -3789 (|t#1| $ "last" |t#1|)) (-15 -3786 ($ $ (-484)))) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-552 (-772)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-429 |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-923 |#1|) . T) ((-1013) |has| |#1| (-1013)) ((-1129) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3082 (((-583 (-994)) $) NIL T ELT)) (-3832 (((-1090) $) 87 T ELT)) (-3812 (((-1148 |#2| |#1|) $ (-694)) 70 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) NIL (|has| |#1| (-495)) ELT)) (-2063 (($ $) NIL (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 139 (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-694)) 125 T ELT) (($ $ (-694) (-694)) 127 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-694)) (|:| |c| |#1|))) $) 42 T ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3038 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-1069 (-2 (|:| |k| (-694)) (|:| |c| |#1|)))) 49 T ELT) (($ (-1069 |#1|)) NIL T ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) NIL T CONST)) (-3806 (($ $) 131 T ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3817 (($ $) 137 T ELT)) (-3815 (((-857 |#1|) $ (-694)) 60 T ELT) (((-857 |#1|) $ (-694) (-694)) 62 T ELT)) (-2893 (((-85) $) NIL T ELT)) (-3628 (($) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-694) $) NIL T ELT) (((-694) $ (-694)) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3809 (($ $) 115 T ELT)) (-3012 (($ $ (-484)) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3805 (($ (-484) (-484) $) 133 T ELT)) (-3778 (($ $ (-830)) 136 T ELT)) (-3816 (($ (-1 |#1| (-484)) $) 109 T ELT)) (-3938 (((-85) $) NIL T ELT)) (-2894 (($ |#1| (-694)) 16 T ELT) (($ $ (-994) (-694)) NIL T ELT) (($ $ (-583 (-994)) (-583 (-694))) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 96 T ELT)) (-3943 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3810 (($ $) 113 T ELT)) (-3811 (($ $) 111 T ELT)) (-3804 (($ (-484) (-484) $) 135 T ELT)) (-3813 (($ $) 147 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) 153 (OR (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115))) (-12 (|has| |#1| (-38 (-350 (-484)))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))))) ELT) (($ $ (-1176 |#2|)) 148 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3807 (($ $ (-484) (-484)) 119 T ELT)) (-3770 (($ $ (-694)) 121 T ELT)) (-3467 (((-3 $ #1#) $ $) NIL (|has| |#1| (-495)) ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3808 (($ $) 117 T ELT)) (-3769 (((-1069 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-694)))) ELT)) (-3801 ((|#1| $ (-694)) 93 T ELT) (($ $ $) 129 (|has| (-694) (-1025)) ELT)) (-3759 (($ $ (-1090)) 106 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $) 100 (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT) (($ $ (-1176 |#2|)) 101 T ELT)) (-3949 (((-694) $) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) 123 T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) 26 T ELT) (($ (-350 (-484))) 145 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) NIL (|has| |#1| (-495)) ELT) (($ |#1|) 25 (|has| |#1| (-146)) ELT) (($ (-1148 |#2| |#1|)) 78 T ELT) (($ (-1176 |#2|)) 22 T ELT)) (-3818 (((-1069 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ (-694)) 92 T ELT)) (-2703 (((-632 $) $) NIL (|has| |#1| (-118)) ELT)) (-3127 (((-694)) NIL T CONST)) (-3774 ((|#1| $) 88 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-694)) 86 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-694)))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 18 T CONST)) (-2667 (($) 13 T CONST)) (-2670 (($ $ (-1090)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-1090) (-694)) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) NIL (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT) (($ $ (-694)) NIL (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT) (($ $ (-1176 |#2|)) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3950 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) 105 T ELT)) (-3840 (($ $ $) 20 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ |#1|) 142 (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 104 T ELT) (($ (-350 (-484)) $) NIL (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) NIL (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1169 |#1| |#2| |#3|) (-13 (-1172 |#1|) (-806 $ (-1176 |#2|)) (-10 -8 (-15 -3947 ($ (-1148 |#2| |#1|))) (-15 -3812 ((-1148 |#2| |#1|) $ (-694))) (-15 -3947 ($ (-1176 |#2|))) (-15 -3811 ($ $)) (-15 -3810 ($ $)) (-15 -3809 ($ $)) (-15 -3808 ($ $)) (-15 -3807 ($ $ (-484) (-484))) (-15 -3806 ($ $)) (-15 -3805 ($ (-484) (-484) $)) (-15 -3804 ($ (-484) (-484) $)) (IF (|has| |#1| (-38 (-350 (-484)))) (-15 -3813 ($ $ (-1176 |#2|))) |%noBranch|))) (-961) (-1090) |#1|) (T -1169))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-1148 *4 *3)) (-4 *3 (-961)) (-14 *4 (-1090)) (-14 *5 *3) (-5 *1 (-1169 *3 *4 *5)))) (-3812 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1148 *5 *4)) (-5 *1 (-1169 *4 *5 *6)) (-4 *4 (-961)) (-14 *5 (-1090)) (-14 *6 *4))) (-3947 (*1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1169 *3 *4 *5)) (-4 *3 (-961)) (-14 *5 *3))) (-3811 (*1 *1 *1) (-12 (-5 *1 (-1169 *2 *3 *4)) (-4 *2 (-961)) (-14 *3 (-1090)) (-14 *4 *2))) (-3810 (*1 *1 *1) (-12 (-5 *1 (-1169 *2 *3 *4)) (-4 *2 (-961)) (-14 *3 (-1090)) (-14 *4 *2))) (-3809 (*1 *1 *1) (-12 (-5 *1 (-1169 *2 *3 *4)) (-4 *2 (-961)) (-14 *3 (-1090)) (-14 *4 *2))) (-3808 (*1 *1 *1) (-12 (-5 *1 (-1169 *2 *3 *4)) (-4 *2 (-961)) (-14 *3 (-1090)) (-14 *4 *2))) (-3807 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-1169 *3 *4 *5)) (-4 *3 (-961)) (-14 *4 (-1090)) (-14 *5 *3))) (-3806 (*1 *1 *1) (-12 (-5 *1 (-1169 *2 *3 *4)) (-4 *2 (-961)) (-14 *3 (-1090)) (-14 *4 *2))) (-3805 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1169 *3 *4 *5)) (-4 *3 (-961)) (-14 *4 (-1090)) (-14 *5 *3))) (-3804 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1169 *3 *4 *5)) (-4 *3 (-961)) (-14 *4 (-1090)) (-14 *5 *3))) (-3813 (*1 *1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1169 *3 *4 *5)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3))))
-((-3959 ((|#4| (-1 |#2| |#1|) |#3|) 17 T ELT)))
-(((-1170 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3959 (|#4| (-1 |#2| |#1|) |#3|))) (-961) (-961) (-1172 |#1|) (-1172 |#2|)) (T -1170))
-((-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-961)) (-4 *6 (-961)) (-4 *2 (-1172 *6)) (-5 *1 (-1170 *5 *6 *4 *2)) (-4 *4 (-1172 *5)))))
-((-3189 (((-85) $) 17 T ELT)) (-3493 (($ $) 105 T ELT)) (-3640 (($ $) 81 T ELT)) (-3491 (($ $) 101 T ELT)) (-3639 (($ $) 77 T ELT)) (-3495 (($ $) 109 T ELT)) (-3638 (($ $) 85 T ELT)) (-3943 (($ $) 75 T ELT)) (-3944 (($ $) 73 T ELT)) (-3496 (($ $) 111 T ELT)) (-3637 (($ $) 87 T ELT)) (-3494 (($ $) 107 T ELT)) (-3636 (($ $) 83 T ELT)) (-3492 (($ $) 103 T ELT)) (-3635 (($ $) 79 T ELT)) (-3947 (((-772) $) 61 T ELT) (($ (-484)) NIL T ELT) (($ (-350 (-484))) NIL T ELT) (($ $) NIL T ELT) (($ |#2|) NIL T ELT)) (-3499 (($ $) 117 T ELT)) (-3487 (($ $) 93 T ELT)) (-3497 (($ $) 113 T ELT)) (-3485 (($ $) 89 T ELT)) (-3501 (($ $) 121 T ELT)) (-3489 (($ $) 97 T ELT)) (-3502 (($ $) 123 T ELT)) (-3490 (($ $) 99 T ELT)) (-3500 (($ $) 119 T ELT)) (-3488 (($ $) 95 T ELT)) (-3498 (($ $) 115 T ELT)) (-3486 (($ $) 91 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT) (($ $ |#2|) 65 T ELT) (($ $ $) 68 T ELT) (($ $ (-350 (-484))) 71 T ELT)))
-(((-1171 |#1| |#2|) (-10 -7 (-15 ** (|#1| |#1| (-350 (-484)))) (-15 -3640 (|#1| |#1|)) (-15 -3639 (|#1| |#1|)) (-15 -3638 (|#1| |#1|)) (-15 -3637 (|#1| |#1|)) (-15 -3636 (|#1| |#1|)) (-15 -3635 (|#1| |#1|)) (-15 -3486 (|#1| |#1|)) (-15 -3488 (|#1| |#1|)) (-15 -3490 (|#1| |#1|)) (-15 -3489 (|#1| |#1|)) (-15 -3485 (|#1| |#1|)) (-15 -3487 (|#1| |#1|)) (-15 -3492 (|#1| |#1|)) (-15 -3494 (|#1| |#1|)) (-15 -3496 (|#1| |#1|)) (-15 -3495 (|#1| |#1|)) (-15 -3491 (|#1| |#1|)) (-15 -3493 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)) (-15 -3500 (|#1| |#1|)) (-15 -3502 (|#1| |#1|)) (-15 -3501 (|#1| |#1|)) (-15 -3497 (|#1| |#1|)) (-15 -3499 (|#1| |#1|)) (-15 -3943 (|#1| |#1|)) (-15 -3944 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3947 (|#1| |#2|)) (-15 -3947 (|#1| |#1|)) (-15 -3947 (|#1| (-350 (-484)))) (-15 -3947 (|#1| (-484))) (-15 ** (|#1| |#1| (-694))) (-15 ** (|#1| |#1| (-830))) (-15 -3189 ((-85) |#1|)) (-15 -3947 ((-772) |#1|))) (-1172 |#2|) (-961)) (T -1171))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3082 (((-583 (-994)) $) 95 T ELT)) (-3832 (((-1090) $) 129 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 71 (|has| |#1| (-495)) ELT)) (-2063 (($ $) 72 (|has| |#1| (-495)) ELT)) (-2061 (((-85) $) 74 (|has| |#1| (-495)) ELT)) (-3772 (($ $ (-694)) 124 T ELT) (($ $ (-694) (-694)) 123 T ELT)) (-3775 (((-1069 (-2 (|:| |k| (-694)) (|:| |c| |#1|))) $) 130 T ELT)) (-3493 (($ $) 163 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3640 (($ $) 146 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3038 (($ $) 145 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3491 (($ $) 162 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3639 (($ $) 147 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3819 (($ (-1069 (-2 (|:| |k| (-694)) (|:| |c| |#1|)))) 183 T ELT) (($ (-1069 |#1|)) 181 T ELT)) (-3495 (($ $) 161 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3638 (($ $) 148 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3725 (($) 23 T CONST)) (-3960 (($ $) 80 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3817 (($ $) 180 T ELT)) (-3815 (((-857 |#1|) $ (-694)) 178 T ELT) (((-857 |#1|) $ (-694) (-694)) 177 T ELT)) (-2893 (((-85) $) 94 T ELT)) (-3628 (($) 173 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3773 (((-694) $) 126 T ELT) (((-694) $ (-694)) 125 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3012 (($ $ (-484)) 144 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3778 (($ $ (-830)) 127 T ELT)) (-3816 (($ (-1 |#1| (-484)) $) 179 T ELT)) (-3938 (((-85) $) 82 T ELT)) (-2894 (($ |#1| (-694)) 81 T ELT) (($ $ (-994) (-694)) 97 T ELT) (($ $ (-583 (-994)) (-583 (-694))) 96 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-3943 (($ $) 170 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2895 (($ $) 85 T ELT)) (-3175 ((|#1| $) 86 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3813 (($ $) 175 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-1090)) 174 (OR (-12 (|has| |#1| (-29 (-484))) (|has| |#1| (-871)) (|has| |#1| (-1115)) (|has| |#1| (-38 (-350 (-484))))) (-12 (|has| |#1| (-15 -3082 ((-583 (-1090)) |#1|))) (|has| |#1| (-15 -3813 (|#1| |#1| (-1090)))) (|has| |#1| (-38 (-350 (-484)))))) ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3770 (($ $ (-694)) 121 T ELT)) (-3467 (((-3 $ "failed") $ $) 70 (|has| |#1| (-495)) ELT)) (-3944 (($ $) 171 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3769 (((-1069 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| (-694)))) ELT)) (-3801 ((|#1| $ (-694)) 131 T ELT) (($ $ $) 107 (|has| (-694) (-1025)) ELT)) (-3759 (($ $ (-1090)) 119 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090))) 117 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-1090) (-694)) 116 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 115 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $) 111 (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT) (($ $ (-694)) 109 (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT)) (-3949 (((-694) $) 84 T ELT)) (-3496 (($ $) 160 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3637 (($ $) 149 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3494 (($ $) 159 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3636 (($ $) 150 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3492 (($ $) 158 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3635 (($ $) 151 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2892 (($ $) 93 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ (-350 (-484))) 77 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $) 69 (|has| |#1| (-495)) ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT)) (-3818 (((-1069 |#1|) $) 182 T ELT)) (-3678 ((|#1| $ (-694)) 79 T ELT)) (-2703 (((-632 $) $) 68 (|has| |#1| (-118)) ELT)) (-3127 (((-694)) 40 T CONST)) (-3774 ((|#1| $) 128 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-3499 (($ $) 169 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3487 (($ $) 157 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2062 (((-85) $ $) 73 (|has| |#1| (-495)) ELT)) (-3497 (($ $) 168 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3485 (($ $) 156 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3501 (($ $) 167 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3489 (($ $) 155 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3771 ((|#1| $ (-694)) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-694)))) (|has| |#1| (-15 -3947 (|#1| (-1090))))) ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3502 (($ $) 166 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3490 (($ $) 154 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3500 (($ $) 165 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3488 (($ $) 153 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3498 (($ $) 164 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-3486 (($ $) 152 (|has| |#1| (-38 (-350 (-484)))) ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-2670 (($ $ (-1090)) 118 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090))) 114 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-1090) (-694)) 113 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $ (-583 (-1090)) (-583 (-694))) 112 (-12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ELT) (($ $) 110 (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT) (($ $ (-694)) 108 (|has| |#1| (-15 * (|#1| (-694) |#1|))) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ |#1|) 176 (|has| |#1| (-312)) ELT) (($ $ $) 172 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 143 (|has| |#1| (-38 (-350 (-484)))) ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-484)) $) 76 (|has| |#1| (-38 (-350 (-484)))) ELT) (($ $ (-350 (-484))) 75 (|has| |#1| (-38 (-350 (-484)))) ELT)))
-(((-1172 |#1|) (-113) (-961)) (T -1172))
-((-3819 (*1 *1 *2) (-12 (-5 *2 (-1069 (-2 (|:| |k| (-694)) (|:| |c| *3)))) (-4 *3 (-961)) (-4 *1 (-1172 *3)))) (-3818 (*1 *2 *1) (-12 (-4 *1 (-1172 *3)) (-4 *3 (-961)) (-5 *2 (-1069 *3)))) (-3819 (*1 *1 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-4 *1 (-1172 *3)))) (-3817 (*1 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-961)))) (-3816 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-484))) (-4 *1 (-1172 *3)) (-4 *3 (-961)))) (-3815 (*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-1172 *4)) (-4 *4 (-961)) (-5 *2 (-857 *4)))) (-3815 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-694)) (-4 *1 (-1172 *4)) (-4 *4 (-961)) (-5 *2 (-857 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-961)) (-4 *2 (-312)))) (-3813 (*1 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-961)) (-4 *2 (-38 (-350 (-484)))))) (-3813 (*1 *1 *1 *2) (OR (-12 (-5 *2 (-1090)) (-4 *1 (-1172 *3)) (-4 *3 (-961)) (-12 (-4 *3 (-29 (-484))) (-4 *3 (-871)) (-4 *3 (-1115)) (-4 *3 (-38 (-350 (-484)))))) (-12 (-5 *2 (-1090)) (-4 *1 (-1172 *3)) (-4 *3 (-961)) (-12 (|has| *3 (-15 -3082 ((-583 *2) *3))) (|has| *3 (-15 -3813 (*3 *3 *2))) (-4 *3 (-38 (-350 (-484)))))))))
-(-13 (-1158 |t#1| (-694)) (-10 -8 (-15 -3819 ($ (-1069 (-2 (|:| |k| (-694)) (|:| |c| |t#1|))))) (-15 -3818 ((-1069 |t#1|) $)) (-15 -3819 ($ (-1069 |t#1|))) (-15 -3817 ($ $)) (-15 -3816 ($ (-1 |t#1| (-484)) $)) (-15 -3815 ((-857 |t#1|) $ (-694))) (-15 -3815 ((-857 |t#1|) $ (-694) (-694))) (IF (|has| |t#1| (-312)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-350 (-484)))) (PROGN (-15 -3813 ($ $)) (IF (|has| |t#1| (-15 -3813 (|t#1| |t#1| (-1090)))) (IF (|has| |t#1| (-15 -3082 ((-583 (-1090)) |t#1|))) (-15 -3813 ($ $ (-1090))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1115)) (IF (|has| |t#1| (-871)) (IF (|has| |t#1| (-29 (-484))) (-15 -3813 ($ $ (-1090))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-915)) (-6 (-1115))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| (-694)) . T) ((-25) . T) ((-38 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-495)) ((-35) |has| |#1| (-38 (-350 (-484)))) ((-66) |has| |#1| (-38 (-350 (-484)))) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-555 (-484)) . T) ((-555 |#1|) |has| |#1| (-146)) ((-555 $) |has| |#1| (-495)) ((-552 (-772)) . T) ((-146) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-186 $) |has| |#1| (-15 * (|#1| (-694) |#1|))) ((-190) |has| |#1| (-15 * (|#1| (-694) |#1|))) ((-189) |has| |#1| (-15 * (|#1| (-694) |#1|))) ((-239) |has| |#1| (-38 (-350 (-484)))) ((-241 (-694) |#1|) . T) ((-241 $ $) |has| (-694) (-1025)) ((-246) |has| |#1| (-495)) ((-433) |has| |#1| (-38 (-350 (-484)))) ((-495) |has| |#1| (-495)) ((-13) . T) ((-588 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-582 |#1|) |has| |#1| (-146)) ((-582 $) |has| |#1| (-495)) ((-654 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-654 |#1|) |has| |#1| (-146)) ((-654 $) |has| |#1| (-495)) ((-663) . T) ((-806 $ (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ((-809 (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ((-811 (-1090)) -12 (|has| |#1| (-809 (-1090))) (|has| |#1| (-15 * (|#1| (-694) |#1|)))) ((-886 |#1| (-694) (-994)) . T) ((-915) |has| |#1| (-38 (-350 (-484)))) ((-963 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-963 |#1|) . T) ((-963 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-968 (-350 (-484))) |has| |#1| (-38 (-350 (-484)))) ((-968 |#1|) . T) ((-968 $) OR (|has| |#1| (-495)) (|has| |#1| (-146))) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1115) |has| |#1| (-38 (-350 (-484)))) ((-1118) |has| |#1| (-38 (-350 (-484)))) ((-1129) . T) ((-1158 |#1| (-694)) . T))
-((-3822 (((-1 (-1069 |#1|) (-583 (-1069 |#1|))) (-1 |#2| (-583 |#2|))) 24 T ELT)) (-3821 (((-1 (-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) (-1 |#2| |#2| |#2|)) 16 T ELT)) (-3820 (((-1 (-1069 |#1|) (-1069 |#1|)) (-1 |#2| |#2|)) 13 T ELT)) (-3825 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48 T ELT)) (-3824 ((|#2| (-1 |#2| |#2|) |#1|) 46 T ELT)) (-3826 ((|#2| (-1 |#2| (-583 |#2|)) (-583 |#1|)) 60 T ELT)) (-3827 (((-583 |#2|) (-583 |#1|) (-583 (-1 |#2| (-583 |#2|)))) 66 T ELT)) (-3823 ((|#2| |#2| |#2|) 43 T ELT)))
-(((-1173 |#1| |#2|) (-10 -7 (-15 -3820 ((-1 (-1069 |#1|) (-1069 |#1|)) (-1 |#2| |#2|))) (-15 -3821 ((-1 (-1069 |#1|) (-1069 |#1|) (-1069 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3822 ((-1 (-1069 |#1|) (-583 (-1069 |#1|))) (-1 |#2| (-583 |#2|)))) (-15 -3823 (|#2| |#2| |#2|)) (-15 -3824 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -3825 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3826 (|#2| (-1 |#2| (-583 |#2|)) (-583 |#1|))) (-15 -3827 ((-583 |#2|) (-583 |#1|) (-583 (-1 |#2| (-583 |#2|)))))) (-38 (-350 (-484))) (-1172 |#1|)) (T -1173))
-((-3827 (*1 *2 *3 *4) (-12 (-5 *3 (-583 *5)) (-5 *4 (-583 (-1 *6 (-583 *6)))) (-4 *5 (-38 (-350 (-484)))) (-4 *6 (-1172 *5)) (-5 *2 (-583 *6)) (-5 *1 (-1173 *5 *6)))) (-3826 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-583 *2))) (-5 *4 (-583 *5)) (-4 *5 (-38 (-350 (-484)))) (-4 *2 (-1172 *5)) (-5 *1 (-1173 *5 *2)))) (-3825 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1172 *4)) (-5 *1 (-1173 *4 *2)) (-4 *4 (-38 (-350 (-484)))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1172 *4)) (-5 *1 (-1173 *4 *2)) (-4 *4 (-38 (-350 (-484)))))) (-3823 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1173 *3 *2)) (-4 *2 (-1172 *3)))) (-3822 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-583 *5))) (-4 *5 (-1172 *4)) (-4 *4 (-38 (-350 (-484)))) (-5 *2 (-1 (-1069 *4) (-583 (-1069 *4)))) (-5 *1 (-1173 *4 *5)))) (-3821 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1172 *4)) (-4 *4 (-38 (-350 (-484)))) (-5 *2 (-1 (-1069 *4) (-1069 *4) (-1069 *4))) (-5 *1 (-1173 *4 *5)))) (-3820 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1172 *4)) (-4 *4 (-38 (-350 (-484)))) (-5 *2 (-1 (-1069 *4) (-1069 *4))) (-5 *1 (-1173 *4 *5)))))
-((-3829 ((|#2| |#4| (-694)) 31 T ELT)) (-3828 ((|#4| |#2|) 26 T ELT)) (-3831 ((|#4| (-350 |#2|)) 49 (|has| |#1| (-495)) ELT)) (-3830 (((-1 |#4| (-583 |#4|)) |#3|) 43 T ELT)))
-(((-1174 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3828 (|#4| |#2|)) (-15 -3829 (|#2| |#4| (-694))) (-15 -3830 ((-1 |#4| (-583 |#4|)) |#3|)) (IF (|has| |#1| (-495)) (-15 -3831 (|#4| (-350 |#2|))) |%noBranch|)) (-961) (-1155 |#1|) (-600 |#2|) (-1172 |#1|)) (T -1174))
-((-3831 (*1 *2 *3) (-12 (-5 *3 (-350 *5)) (-4 *5 (-1155 *4)) (-4 *4 (-495)) (-4 *4 (-961)) (-4 *2 (-1172 *4)) (-5 *1 (-1174 *4 *5 *6 *2)) (-4 *6 (-600 *5)))) (-3830 (*1 *2 *3) (-12 (-4 *4 (-961)) (-4 *5 (-1155 *4)) (-5 *2 (-1 *6 (-583 *6))) (-5 *1 (-1174 *4 *5 *3 *6)) (-4 *3 (-600 *5)) (-4 *6 (-1172 *4)))) (-3829 (*1 *2 *3 *4) (-12 (-5 *4 (-694)) (-4 *5 (-961)) (-4 *2 (-1155 *5)) (-5 *1 (-1174 *5 *2 *6 *3)) (-4 *6 (-600 *2)) (-4 *3 (-1172 *5)))) (-3828 (*1 *2 *3) (-12 (-4 *4 (-961)) (-4 *3 (-1155 *4)) (-4 *2 (-1172 *4)) (-5 *1 (-1174 *4 *3 *5 *2)) (-4 *5 (-600 *3)))))
-NIL
-(((-1175) (-113)) (T -1175))
-NIL
-(-13 (-10 -7 (-6 -2287)))
-((-2569 (((-85) $ $) NIL T ELT)) (-3832 (((-1090)) 12 T ELT)) (-3243 (((-1073) $) 18 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 11 T ELT) (((-1090) $) 8 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 15 T ELT)))
-(((-1176 |#1|) (-13 (-1013) (-552 (-1090)) (-10 -8 (-15 -3947 ((-1090) $)) (-15 -3832 ((-1090))))) (-1090)) (T -1176))
-((-3947 (*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-1176 *3)) (-14 *3 *2))) (-3832 (*1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-1176 *3)) (-14 *3 *2))))
-((-3839 (($ (-694)) 19 T ELT)) (-3836 (((-630 |#2|) $ $) 41 T ELT)) (-3833 ((|#2| $) 51 T ELT)) (-3834 ((|#2| $) 50 T ELT)) (-3837 ((|#2| $ $) 36 T ELT)) (-3835 (($ $ $) 47 T ELT)) (-3838 (($ $) 23 T ELT) (($ $ $) 29 T ELT)) (-3840 (($ $ $) 15 T ELT)) (* (($ (-484) $) 26 T ELT) (($ |#2| $) 32 T ELT) (($ $ |#2|) 31 T ELT)))
-(((-1177 |#1| |#2|) (-10 -7 (-15 -3833 (|#2| |#1|)) (-15 -3834 (|#2| |#1|)) (-15 -3835 (|#1| |#1| |#1|)) (-15 -3836 ((-630 |#2|) |#1| |#1|)) (-15 -3837 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-484) |#1|)) (-15 -3838 (|#1| |#1| |#1|)) (-15 -3838 (|#1| |#1|)) (-15 -3839 (|#1| (-694))) (-15 -3840 (|#1| |#1| |#1|))) (-1178 |#2|) (-1129)) (T -1177))
-NIL
-((-2569 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3839 (($ (-694)) 122 (|has| |#1| (-23)) ELT)) (-2198 (((-1185) $ (-484) (-484)) 34 (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) 96 T ELT) (((-85) $) 90 (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) 87 (|has| $ (-1035 |#1|)) ELT) (($ $) 86 (-12 (|has| |#1| (-756)) (|has| $ (-1035 |#1|))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) 97 T ELT) (($ $) 91 (|has| |#1| (-756)) ELT)) (-3789 ((|#1| $ (-484) |#1|) 46 (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) 54 (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3725 (($) 6 T CONST)) (-2297 (($ $) 88 (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) 98 T ELT)) (-1353 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3407 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 109 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 105 T ELT)) (-1576 ((|#1| $ (-484) |#1|) 47 (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) 45 T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) 95 T ELT) (((-484) |#1| $) 94 (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) 93 (|has| |#1| (-72)) ELT)) (-3836 (((-630 |#1|) $ $) 115 (|has| |#1| (-961)) ELT)) (-3615 (($ (-694) |#1|) 64 T ELT)) (-2200 (((-484) $) 37 (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) 80 (|has| |#1| (-756)) ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) 104 T ELT)) (-3246 (((-85) |#1| $) 108 (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) 38 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) 81 (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) 111 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3833 ((|#1| $) 112 (-12 (|has| |#1| (-961)) (|has| |#1| (-915))) ELT)) (-3834 ((|#1| $) 113 (-12 (|has| |#1| (-961)) (|has| |#1| (-915))) ELT)) (-3243 (((-1073) $) 20 (|has| |#1| (-1013)) ELT)) (-2304 (($ |#1| $ (-484)) 56 T ELT) (($ $ $ (-484)) 55 T ELT)) (-2203 (((-583 (-484)) $) 40 T ELT)) (-2204 (((-85) (-484) $) 41 T ELT)) (-3244 (((-1033) $) 19 (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) 36 (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2199 (($ $ |#1|) 35 (|has| $ (-1035 |#1|)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) 102 T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) 10 T ELT)) (-2202 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) 42 T ELT)) (-3404 (((-85) $) 7 T ELT)) (-3566 (($) 8 T ELT)) (-3801 ((|#1| $ (-484) |#1|) 44 T ELT) ((|#1| $ (-484)) 43 T ELT) (($ $ (-1146 (-484))) 65 T ELT)) (-3837 ((|#1| $ $) 116 (|has| |#1| (-961)) ELT)) (-2305 (($ $ (-484)) 58 T ELT) (($ $ (-1146 (-484))) 57 T ELT)) (-3835 (($ $ $) 114 (|has| |#1| (-961)) ELT)) (-1730 (((-694) |#1| $) 107 (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) 103 T ELT)) (-1734 (($ $ $ (-484)) 89 (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) 9 T ELT)) (-3973 (((-473) $) 72 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 66 T ELT)) (-3803 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-583 $)) 60 T ELT)) (-3947 (((-772) $) 15 (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 101 T ELT)) (-2567 (((-85) $ $) 82 (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) 84 (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) 83 (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) 85 (|has| |#1| (-756)) ELT)) (-3838 (($ $) 121 (|has| |#1| (-21)) ELT) (($ $ $) 120 (|has| |#1| (-21)) ELT)) (-3840 (($ $ $) 123 (|has| |#1| (-25)) ELT)) (* (($ (-484) $) 119 (|has| |#1| (-21)) ELT) (($ |#1| $) 118 (|has| |#1| (-663)) ELT) (($ $ |#1|) 117 (|has| |#1| (-663)) ELT)) (-3958 (((-694) $) 100 T ELT)))
-(((-1178 |#1|) (-113) (-1129)) (T -1178))
-((-3840 (*1 *1 *1 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-25)))) (-3839 (*1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1178 *3)) (-4 *3 (-23)) (-4 *3 (-1129)))) (-3838 (*1 *1 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-21)))) (-3838 (*1 *1 *1 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-484)) (-4 *1 (-1178 *3)) (-4 *3 (-1129)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-663)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-663)))) (-3837 (*1 *2 *1 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-961)))) (-3836 (*1 *2 *1 *1) (-12 (-4 *1 (-1178 *3)) (-4 *3 (-1129)) (-4 *3 (-961)) (-5 *2 (-630 *3)))) (-3835 (*1 *1 *1 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-961)))) (-3834 (*1 *2 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-915)) (-4 *2 (-961)))) (-3833 (*1 *2 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-915)) (-4 *2 (-961)))))
-(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -3840 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -3839 ($ (-694))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -3838 ($ $)) (-15 -3838 ($ $ $)) (-15 * ($ (-484) $))) |%noBranch|) (IF (|has| |t#1| (-663)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-961)) (PROGN (-15 -3837 (|t#1| $ $)) (-15 -3836 ((-630 |t#1|) $ $)) (-15 -3835 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-915)) (IF (|has| |t#1| (-961)) (PROGN (-15 -3834 (|t#1| $)) (-15 -3833 (|t#1| $))) |%noBranch|) |%noBranch|)))
-(((-34) . T) ((-72) OR (|has| |#1| (-1013)) (|has| |#1| (-756)) (|has| |#1| (-72))) ((-552 (-772)) OR (|has| |#1| (-1013)) (|has| |#1| (-756)) (|has| |#1| (-552 (-772)))) ((-124 |#1|) . T) ((-553 (-473)) |has| |#1| (-553 (-473))) ((-241 (-484) |#1|) . T) ((-241 (-1146 (-484)) $) . T) ((-243 (-484) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-318 |#1|) . T) ((-324 |#1|) . T) ((-429 |#1|) . T) ((-538 (-484) |#1|) . T) ((-455 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ((-13) . T) ((-593 |#1|) . T) ((-19 |#1|) . T) ((-756) |has| |#1| (-756)) ((-759) |has| |#1| (-756)) ((-1013) OR (|has| |#1| (-1013)) (|has| |#1| (-756))) ((-1035 |#1|) . T) ((-1129) . T))
-((-2569 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3839 (($ (-694)) NIL (|has| |#1| (-23)) ELT)) (-3841 (($ (-583 |#1|)) 9 T ELT)) (-2198 (((-1185) $ (-484) (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-1735 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-756)) ELT)) (-1733 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1035 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1035 |#1|)) (|has| |#1| (-756))) ELT)) (-2910 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-756)) ELT)) (-3789 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT) ((|#1| $ (-1146 (-484)) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3711 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3725 (($) NIL T CONST)) (-2297 (($ $) NIL (|has| $ (-1035 |#1|)) ELT)) (-2298 (($ $) NIL T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3407 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3843 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1576 ((|#1| $ (-484) |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-3113 ((|#1| $ (-484)) NIL T ELT)) (-3420 (((-484) (-1 (-85) |#1|) $) NIL T ELT) (((-484) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-484) |#1| $ (-484)) NIL (|has| |#1| (-72)) ELT)) (-3836 (((-630 |#1|) $ $) NIL (|has| |#1| (-961)) ELT)) (-3615 (($ (-694) |#1|) NIL T ELT)) (-2200 (((-484) $) NIL (|has| (-484) (-756)) ELT)) (-2532 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3519 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-2609 (((-583 |#1|) $) 15 T ELT)) (-3246 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2201 (((-484) $) 11 (|has| (-484) (-756)) ELT)) (-2858 (($ $ $) NIL (|has| |#1| (-756)) ELT)) (-3327 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3833 ((|#1| $) NIL (-12 (|has| |#1| (-915)) (|has| |#1| (-961))) ELT)) (-3834 ((|#1| $) NIL (-12 (|has| |#1| (-915)) (|has| |#1| (-961))) ELT)) (-3243 (((-1073) $) NIL (|has| |#1| (-1013)) ELT)) (-2304 (($ |#1| $ (-484)) NIL T ELT) (($ $ $ (-484)) NIL T ELT)) (-2203 (((-583 (-484)) $) NIL T ELT)) (-2204 (((-85) (-484) $) NIL T ELT)) (-3244 (((-1033) $) NIL (|has| |#1| (-1013)) ELT)) (-3802 ((|#1| $) NIL (|has| (-484) (-756)) ELT)) (-1354 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2199 (($ $ |#1|) NIL (|has| $ (-1035 |#1|)) ELT)) (-1731 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3769 (($ $ (-583 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT) (($ $ (-583 |#1|) (-583 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-2202 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2205 (((-583 |#1|) $) NIL T ELT)) (-3404 (((-85) $) NIL T ELT)) (-3566 (($) NIL T ELT)) (-3801 ((|#1| $ (-484) |#1|) NIL T ELT) ((|#1| $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-3837 ((|#1| $ $) NIL (|has| |#1| (-961)) ELT)) (-2305 (($ $ (-484)) NIL T ELT) (($ $ (-1146 (-484))) NIL T ELT)) (-3835 (($ $ $) NIL (|has| |#1| (-961)) ELT)) (-1730 (((-694) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-694) (-1 (-85) |#1|) $) NIL T ELT)) (-1734 (($ $ $ (-484)) NIL (|has| $ (-1035 |#1|)) ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) 19 (|has| |#1| (-553 (-473))) ELT)) (-3531 (($ (-583 |#1|)) 8 T ELT)) (-3803 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-583 $)) NIL T ELT)) (-3947 (((-772) $) NIL (|has| |#1| (-552 (-772))) ELT)) (-1265 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2567 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3057 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2685 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-756)) ELT)) (-3838 (($ $) NIL (|has| |#1| (-21)) ELT) (($ $ $) NIL (|has| |#1| (-21)) ELT)) (-3840 (($ $ $) NIL (|has| |#1| (-25)) ELT)) (* (($ (-484) $) NIL (|has| |#1| (-21)) ELT) (($ |#1| $) NIL (|has| |#1| (-663)) ELT) (($ $ |#1|) NIL (|has| |#1| (-663)) ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-1179 |#1|) (-13 (-1178 |#1|) (-10 -8 (-15 -3841 ($ (-583 |#1|))))) (-1129)) (T -1179))
-((-3841 (*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-1179 *3)))))
-((-3842 (((-1179 |#2|) (-1 |#2| |#1| |#2|) (-1179 |#1|) |#2|) 13 T ELT)) (-3843 ((|#2| (-1 |#2| |#1| |#2|) (-1179 |#1|) |#2|) 15 T ELT)) (-3959 (((-3 (-1179 |#2|) #1="failed") (-1 (-3 |#2| #1#) |#1|) (-1179 |#1|)) 30 T ELT) (((-1179 |#2|) (-1 |#2| |#1|) (-1179 |#1|)) 18 T ELT)))
-(((-1180 |#1| |#2|) (-10 -7 (-15 -3842 ((-1179 |#2|) (-1 |#2| |#1| |#2|) (-1179 |#1|) |#2|)) (-15 -3843 (|#2| (-1 |#2| |#1| |#2|) (-1179 |#1|) |#2|)) (-15 -3959 ((-1179 |#2|) (-1 |#2| |#1|) (-1179 |#1|))) (-15 -3959 ((-3 (-1179 |#2|) #1="failed") (-1 (-3 |#2| #1#) |#1|) (-1179 |#1|)))) (-1129) (-1129)) (T -1180))
-((-3959 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1179 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-1179 *6)) (-5 *1 (-1180 *5 *6)))) (-3959 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1179 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-1179 *6)) (-5 *1 (-1180 *5 *6)))) (-3843 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1179 *5)) (-4 *5 (-1129)) (-4 *2 (-1129)) (-5 *1 (-1180 *5 *2)))) (-3842 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1179 *6)) (-4 *6 (-1129)) (-4 *5 (-1129)) (-5 *2 (-1179 *5)) (-5 *1 (-1180 *6 *5)))))
-((-3844 (((-408) (-583 (-583 (-854 (-179)))) (-583 (-221))) 22 T ELT) (((-408) (-583 (-583 (-854 (-179))))) 21 T ELT) (((-408) (-583 (-583 (-854 (-179)))) (-783) (-783) (-830) (-583 (-221))) 20 T ELT)) (-3845 (((-1182) (-583 (-583 (-854 (-179)))) (-583 (-221))) 30 T ELT) (((-1182) (-583 (-583 (-854 (-179)))) (-783) (-783) (-830) (-583 (-221))) 29 T ELT)) (-3947 (((-1182) (-408)) 46 T ELT)))
-(((-1181) (-10 -7 (-15 -3844 ((-408) (-583 (-583 (-854 (-179)))) (-783) (-783) (-830) (-583 (-221)))) (-15 -3844 ((-408) (-583 (-583 (-854 (-179)))))) (-15 -3844 ((-408) (-583 (-583 (-854 (-179)))) (-583 (-221)))) (-15 -3845 ((-1182) (-583 (-583 (-854 (-179)))) (-783) (-783) (-830) (-583 (-221)))) (-15 -3845 ((-1182) (-583 (-583 (-854 (-179)))) (-583 (-221)))) (-15 -3947 ((-1182) (-408))))) (T -1181))
-((-3947 (*1 *2 *3) (-12 (-5 *3 (-408)) (-5 *2 (-1182)) (-5 *1 (-1181)))) (-3845 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *4 (-583 (-221))) (-5 *2 (-1182)) (-5 *1 (-1181)))) (-3845 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *4 (-783)) (-5 *5 (-830)) (-5 *6 (-583 (-221))) (-5 *2 (-1182)) (-5 *1 (-1181)))) (-3844 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *4 (-583 (-221))) (-5 *2 (-408)) (-5 *1 (-1181)))) (-3844 (*1 *2 *3) (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *2 (-408)) (-5 *1 (-1181)))) (-3844 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *4 (-783)) (-5 *5 (-830)) (-5 *6 (-583 (-221))) (-5 *2 (-408)) (-5 *1 (-1181)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3863 (((-1073) $ (-1073)) 107 T ELT) (((-1073) $ (-1073) (-1073)) 105 T ELT) (((-1073) $ (-1073) (-583 (-1073))) 104 T ELT)) (-3859 (($) 69 T ELT)) (-3846 (((-1185) $ (-408) (-830)) 54 T ELT)) (-3852 (((-1185) $ (-830) (-1073)) 89 T ELT) (((-1185) $ (-830) (-783)) 90 T ELT)) (-3874 (((-1185) $ (-830) (-330) (-330)) 57 T ELT)) (-3884 (((-1185) $ (-1073)) 84 T ELT)) (-3847 (((-1185) $ (-830) (-1073)) 94 T ELT)) (-3848 (((-1185) $ (-830) (-330) (-330)) 58 T ELT)) (-3885 (((-1185) $ (-830) (-830)) 55 T ELT)) (-3865 (((-1185) $) 85 T ELT)) (-3850 (((-1185) $ (-830) (-1073)) 93 T ELT)) (-3854 (((-1185) $ (-408) (-830)) 41 T ELT)) (-3851 (((-1185) $ (-830) (-1073)) 92 T ELT)) (-3887 (((-583 (-221)) $) 29 T ELT) (($ $ (-583 (-221))) 30 T ELT)) (-3886 (((-1185) $ (-694) (-694)) 52 T ELT)) (-3858 (($ $) 70 T ELT) (($ (-408) (-583 (-221))) 71 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3861 (((-484) $) 48 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3855 (((-1179 (-3 (-408) "undefined")) $) 47 T ELT)) (-3856 (((-1179 (-2 (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)) (|:| -3851 (-484)) (|:| -3849 (-484)) (|:| |spline| (-484)) (|:| -3880 (-484)) (|:| |axesColor| (-783)) (|:| -3852 (-484)) (|:| |unitsColor| (-783)) (|:| |showing| (-484)))) $) 46 T ELT)) (-3857 (((-1185) $ (-830) (-179) (-179) (-179) (-179) (-484) (-484) (-484) (-484) (-783) (-484) (-783) (-484)) 83 T ELT)) (-3860 (((-583 (-854 (-179))) $) NIL T ELT)) (-3853 (((-408) $ (-830)) 43 T ELT)) (-3883 (((-1185) $ (-694) (-694) (-830) (-830)) 50 T ELT)) (-3881 (((-1185) $ (-1073)) 95 T ELT)) (-3849 (((-1185) $ (-830) (-1073)) 91 T ELT)) (-3947 (((-772) $) 102 T ELT)) (-3862 (((-1185) $) 96 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3880 (((-1185) $ (-830) (-1073)) 87 T ELT) (((-1185) $ (-830) (-783)) 88 T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1182) (-13 (-1013) (-10 -8 (-15 -3860 ((-583 (-854 (-179))) $)) (-15 -3859 ($)) (-15 -3858 ($ $)) (-15 -3887 ((-583 (-221)) $)) (-15 -3887 ($ $ (-583 (-221)))) (-15 -3858 ($ (-408) (-583 (-221)))) (-15 -3857 ((-1185) $ (-830) (-179) (-179) (-179) (-179) (-484) (-484) (-484) (-484) (-783) (-484) (-783) (-484))) (-15 -3856 ((-1179 (-2 (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)) (|:| -3851 (-484)) (|:| -3849 (-484)) (|:| |spline| (-484)) (|:| -3880 (-484)) (|:| |axesColor| (-783)) (|:| -3852 (-484)) (|:| |unitsColor| (-783)) (|:| |showing| (-484)))) $)) (-15 -3855 ((-1179 (-3 (-408) "undefined")) $)) (-15 -3884 ((-1185) $ (-1073))) (-15 -3854 ((-1185) $ (-408) (-830))) (-15 -3853 ((-408) $ (-830))) (-15 -3880 ((-1185) $ (-830) (-1073))) (-15 -3880 ((-1185) $ (-830) (-783))) (-15 -3852 ((-1185) $ (-830) (-1073))) (-15 -3852 ((-1185) $ (-830) (-783))) (-15 -3851 ((-1185) $ (-830) (-1073))) (-15 -3850 ((-1185) $ (-830) (-1073))) (-15 -3849 ((-1185) $ (-830) (-1073))) (-15 -3881 ((-1185) $ (-1073))) (-15 -3862 ((-1185) $)) (-15 -3883 ((-1185) $ (-694) (-694) (-830) (-830))) (-15 -3848 ((-1185) $ (-830) (-330) (-330))) (-15 -3874 ((-1185) $ (-830) (-330) (-330))) (-15 -3847 ((-1185) $ (-830) (-1073))) (-15 -3886 ((-1185) $ (-694) (-694))) (-15 -3846 ((-1185) $ (-408) (-830))) (-15 -3885 ((-1185) $ (-830) (-830))) (-15 -3863 ((-1073) $ (-1073))) (-15 -3863 ((-1073) $ (-1073) (-1073))) (-15 -3863 ((-1073) $ (-1073) (-583 (-1073)))) (-15 -3865 ((-1185) $)) (-15 -3861 ((-484) $)) (-15 -3947 ((-772) $))))) (T -1182))
-((-3947 (*1 *2 *1) (-12 (-5 *2 (-772)) (-5 *1 (-1182)))) (-3860 (*1 *2 *1) (-12 (-5 *2 (-583 (-854 (-179)))) (-5 *1 (-1182)))) (-3859 (*1 *1) (-5 *1 (-1182))) (-3858 (*1 *1 *1) (-5 *1 (-1182))) (-3887 (*1 *2 *1) (-12 (-5 *2 (-583 (-221))) (-5 *1 (-1182)))) (-3887 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-221))) (-5 *1 (-1182)))) (-3858 (*1 *1 *2 *3) (-12 (-5 *2 (-408)) (-5 *3 (-583 (-221))) (-5 *1 (-1182)))) (-3857 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-830)) (-5 *4 (-179)) (-5 *5 (-484)) (-5 *6 (-783)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3856 (*1 *2 *1) (-12 (-5 *2 (-1179 (-2 (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)) (|:| -3851 (-484)) (|:| -3849 (-484)) (|:| |spline| (-484)) (|:| -3880 (-484)) (|:| |axesColor| (-783)) (|:| -3852 (-484)) (|:| |unitsColor| (-783)) (|:| |showing| (-484))))) (-5 *1 (-1182)))) (-3855 (*1 *2 *1) (-12 (-5 *2 (-1179 (-3 (-408) "undefined"))) (-5 *1 (-1182)))) (-3884 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3854 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-408)) (-5 *4 (-830)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3853 (*1 *2 *1 *3) (-12 (-5 *3 (-830)) (-5 *2 (-408)) (-5 *1 (-1182)))) (-3880 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3880 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-783)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3852 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3852 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-783)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3851 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3850 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3849 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3881 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3862 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3883 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-694)) (-5 *4 (-830)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3848 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-830)) (-5 *4 (-330)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3874 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-830)) (-5 *4 (-330)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3847 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3886 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3846 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-408)) (-5 *4 (-830)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3885 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3863 (*1 *2 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1182)))) (-3863 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1182)))) (-3863 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-583 (-1073))) (-5 *2 (-1073)) (-5 *1 (-1182)))) (-3865 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1182)))) (-3861 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1182)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3875 (((-1185) $ (-330)) 168 T ELT) (((-1185) $ (-330) (-330) (-330)) 169 T ELT)) (-3863 (((-1073) $ (-1073)) 177 T ELT) (((-1073) $ (-1073) (-1073)) 175 T ELT) (((-1073) $ (-1073) (-583 (-1073))) 174 T ELT)) (-3891 (($) 67 T ELT)) (-3882 (((-1185) $ (-330) (-330) (-330) (-330) (-330)) 140 T ELT) (((-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))) $) 138 T ELT) (((-1185) $ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) 139 T ELT) (((-1185) $ (-484) (-484) (-330) (-330) (-330)) 143 T ELT) (((-1185) $ (-330) (-330)) 144 T ELT) (((-1185) $ (-330) (-330) (-330)) 151 T ELT)) (-3894 (((-330)) 121 T ELT) (((-330) (-330)) 122 T ELT)) (-3896 (((-330)) 116 T ELT) (((-330) (-330)) 118 T ELT)) (-3895 (((-330)) 119 T ELT) (((-330) (-330)) 120 T ELT)) (-3892 (((-330)) 125 T ELT) (((-330) (-330)) 126 T ELT)) (-3893 (((-330)) 123 T ELT) (((-330) (-330)) 124 T ELT)) (-3874 (((-1185) $ (-330) (-330)) 170 T ELT)) (-3884 (((-1185) $ (-1073)) 152 T ELT)) (-3889 (((-1047 (-179)) $) 68 T ELT) (($ $ (-1047 (-179))) 69 T ELT)) (-3870 (((-1185) $ (-1073)) 186 T ELT)) (-3869 (((-1185) $ (-1073)) 187 T ELT)) (-3876 (((-1185) $ (-330) (-330)) 150 T ELT) (((-1185) $ (-484) (-484)) 167 T ELT)) (-3885 (((-1185) $ (-830) (-830)) 159 T ELT)) (-3865 (((-1185) $) 136 T ELT)) (-3873 (((-1185) $ (-1073)) 185 T ELT)) (-3878 (((-1185) $ (-1073)) 133 T ELT)) (-3887 (((-583 (-221)) $) 70 T ELT) (($ $ (-583 (-221))) 71 T ELT)) (-3886 (((-1185) $ (-694) (-694)) 158 T ELT)) (-3888 (((-1185) $ (-694) (-854 (-179))) 192 T ELT)) (-3890 (($ $) 73 T ELT) (($ (-1047 (-179)) (-1073)) 74 T ELT) (($ (-1047 (-179)) (-583 (-221))) 75 T ELT)) (-3867 (((-1185) $ (-330) (-330) (-330)) 130 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3861 (((-484) $) 127 T ELT)) (-3866 (((-1185) $ (-330)) 172 T ELT)) (-3871 (((-1185) $ (-330)) 190 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3872 (((-1185) $ (-330)) 189 T ELT)) (-3877 (((-1185) $ (-1073)) 135 T ELT)) (-3883 (((-1185) $ (-694) (-694) (-830) (-830)) 157 T ELT)) (-3879 (((-1185) $ (-1073)) 132 T ELT)) (-3881 (((-1185) $ (-1073)) 134 T ELT)) (-3864 (((-1185) $ (-130) (-130)) 156 T ELT)) (-3947 (((-772) $) 165 T ELT)) (-3862 (((-1185) $) 137 T ELT)) (-3868 (((-1185) $ (-1073)) 188 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3880 (((-1185) $ (-1073)) 131 T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1183) (-13 (-1013) (-10 -8 (-15 -3896 ((-330))) (-15 -3896 ((-330) (-330))) (-15 -3895 ((-330))) (-15 -3895 ((-330) (-330))) (-15 -3894 ((-330))) (-15 -3894 ((-330) (-330))) (-15 -3893 ((-330))) (-15 -3893 ((-330) (-330))) (-15 -3892 ((-330))) (-15 -3892 ((-330) (-330))) (-15 -3891 ($)) (-15 -3890 ($ $)) (-15 -3890 ($ (-1047 (-179)) (-1073))) (-15 -3890 ($ (-1047 (-179)) (-583 (-221)))) (-15 -3889 ((-1047 (-179)) $)) (-15 -3889 ($ $ (-1047 (-179)))) (-15 -3888 ((-1185) $ (-694) (-854 (-179)))) (-15 -3887 ((-583 (-221)) $)) (-15 -3887 ($ $ (-583 (-221)))) (-15 -3886 ((-1185) $ (-694) (-694))) (-15 -3885 ((-1185) $ (-830) (-830))) (-15 -3884 ((-1185) $ (-1073))) (-15 -3883 ((-1185) $ (-694) (-694) (-830) (-830))) (-15 -3882 ((-1185) $ (-330) (-330) (-330) (-330) (-330))) (-15 -3882 ((-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))) $)) (-15 -3882 ((-1185) $ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))))) (-15 -3882 ((-1185) $ (-484) (-484) (-330) (-330) (-330))) (-15 -3882 ((-1185) $ (-330) (-330))) (-15 -3882 ((-1185) $ (-330) (-330) (-330))) (-15 -3881 ((-1185) $ (-1073))) (-15 -3880 ((-1185) $ (-1073))) (-15 -3879 ((-1185) $ (-1073))) (-15 -3878 ((-1185) $ (-1073))) (-15 -3877 ((-1185) $ (-1073))) (-15 -3876 ((-1185) $ (-330) (-330))) (-15 -3876 ((-1185) $ (-484) (-484))) (-15 -3875 ((-1185) $ (-330))) (-15 -3875 ((-1185) $ (-330) (-330) (-330))) (-15 -3874 ((-1185) $ (-330) (-330))) (-15 -3873 ((-1185) $ (-1073))) (-15 -3872 ((-1185) $ (-330))) (-15 -3871 ((-1185) $ (-330))) (-15 -3870 ((-1185) $ (-1073))) (-15 -3869 ((-1185) $ (-1073))) (-15 -3868 ((-1185) $ (-1073))) (-15 -3867 ((-1185) $ (-330) (-330) (-330))) (-15 -3866 ((-1185) $ (-330))) (-15 -3865 ((-1185) $)) (-15 -3864 ((-1185) $ (-130) (-130))) (-15 -3863 ((-1073) $ (-1073))) (-15 -3863 ((-1073) $ (-1073) (-1073))) (-15 -3863 ((-1073) $ (-1073) (-583 (-1073)))) (-15 -3862 ((-1185) $)) (-15 -3861 ((-484) $))))) (T -1183))
-((-3896 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))) (-3896 (*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))) (-3895 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))) (-3895 (*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))) (-3894 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))) (-3894 (*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))) (-3893 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))) (-3893 (*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))) (-3892 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))) (-3892 (*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))) (-3891 (*1 *1) (-5 *1 (-1183))) (-3890 (*1 *1 *1) (-5 *1 (-1183))) (-3890 (*1 *1 *2 *3) (-12 (-5 *2 (-1047 (-179))) (-5 *3 (-1073)) (-5 *1 (-1183)))) (-3890 (*1 *1 *2 *3) (-12 (-5 *2 (-1047 (-179))) (-5 *3 (-583 (-221))) (-5 *1 (-1183)))) (-3889 (*1 *2 *1) (-12 (-5 *2 (-1047 (-179))) (-5 *1 (-1183)))) (-3889 (*1 *1 *1 *2) (-12 (-5 *2 (-1047 (-179))) (-5 *1 (-1183)))) (-3888 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-694)) (-5 *4 (-854 (-179))) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3887 (*1 *2 *1) (-12 (-5 *2 (-583 (-221))) (-5 *1 (-1183)))) (-3887 (*1 *1 *1 *2) (-12 (-5 *2 (-583 (-221))) (-5 *1 (-1183)))) (-3886 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3885 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3884 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3883 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-694)) (-5 *4 (-830)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3882 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3882 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) (-5 *1 (-1183)))) (-3882 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3882 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-484)) (-5 *4 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3882 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3882 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3881 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3880 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3879 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3878 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3877 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3876 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3876 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-484)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3875 (*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3875 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3874 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3873 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3872 (*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3871 (*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3870 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3869 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3868 (*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3867 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3866 (*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3865 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3864 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-130)) (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3863 (*1 *2 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1183)))) (-3863 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1183)))) (-3863 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-583 (-1073))) (-5 *2 (-1073)) (-5 *1 (-1183)))) (-3862 (*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1183)))) (-3861 (*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1183)))))
-((-3905 (((-583 (-1073)) (-583 (-1073))) 103 T ELT) (((-583 (-1073))) 96 T ELT)) (-3906 (((-583 (-1073))) 94 T ELT)) (-3903 (((-583 (-830)) (-583 (-830))) 69 T ELT) (((-583 (-830))) 64 T ELT)) (-3902 (((-583 (-694)) (-583 (-694))) 61 T ELT) (((-583 (-694))) 55 T ELT)) (-3904 (((-1185)) 71 T ELT)) (-3908 (((-830) (-830)) 87 T ELT) (((-830)) 86 T ELT)) (-3907 (((-830) (-830)) 85 T ELT) (((-830)) 84 T ELT)) (-3900 (((-783) (-783)) 81 T ELT) (((-783)) 80 T ELT)) (-3910 (((-179)) 91 T ELT) (((-179) (-330)) 93 T ELT)) (-3909 (((-830)) 88 T ELT) (((-830) (-830)) 89 T ELT)) (-3901 (((-830) (-830)) 83 T ELT) (((-830)) 82 T ELT)) (-3897 (((-783) (-783)) 75 T ELT) (((-783)) 73 T ELT)) (-3898 (((-783) (-783)) 77 T ELT) (((-783)) 76 T ELT)) (-3899 (((-783) (-783)) 79 T ELT) (((-783)) 78 T ELT)))
-(((-1184) (-10 -7 (-15 -3897 ((-783))) (-15 -3897 ((-783) (-783))) (-15 -3898 ((-783))) (-15 -3898 ((-783) (-783))) (-15 -3899 ((-783))) (-15 -3899 ((-783) (-783))) (-15 -3900 ((-783))) (-15 -3900 ((-783) (-783))) (-15 -3901 ((-830))) (-15 -3901 ((-830) (-830))) (-15 -3902 ((-583 (-694)))) (-15 -3902 ((-583 (-694)) (-583 (-694)))) (-15 -3903 ((-583 (-830)))) (-15 -3903 ((-583 (-830)) (-583 (-830)))) (-15 -3904 ((-1185))) (-15 -3905 ((-583 (-1073)))) (-15 -3905 ((-583 (-1073)) (-583 (-1073)))) (-15 -3906 ((-583 (-1073)))) (-15 -3907 ((-830))) (-15 -3908 ((-830))) (-15 -3907 ((-830) (-830))) (-15 -3908 ((-830) (-830))) (-15 -3909 ((-830) (-830))) (-15 -3909 ((-830))) (-15 -3910 ((-179) (-330))) (-15 -3910 ((-179))))) (T -1184))
-((-3910 (*1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-1184)))) (-3910 (*1 *2 *3) (-12 (-5 *3 (-330)) (-5 *2 (-179)) (-5 *1 (-1184)))) (-3909 (*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))) (-3909 (*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))) (-3908 (*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))) (-3907 (*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))) (-3908 (*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))) (-3907 (*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))) (-3906 (*1 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1184)))) (-3905 (*1 *2 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1184)))) (-3905 (*1 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1184)))) (-3904 (*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1184)))) (-3903 (*1 *2 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-1184)))) (-3903 (*1 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-1184)))) (-3902 (*1 *2 *2) (-12 (-5 *2 (-583 (-694))) (-5 *1 (-1184)))) (-3902 (*1 *2) (-12 (-5 *2 (-583 (-694))) (-5 *1 (-1184)))) (-3901 (*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))) (-3901 (*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))) (-3900 (*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))) (-3900 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))) (-3899 (*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))) (-3899 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))) (-3898 (*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))) (-3898 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))) (-3897 (*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))) (-3897 (*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))))
-((-3911 (($) 6 T ELT)) (-3947 (((-772) $) 9 T ELT)))
-(((-1185) (-13 (-552 (-772)) (-10 -8 (-15 -3911 ($))))) (T -1185))
-((-3911 (*1 *1) (-5 *1 (-1185))))
-((-3950 (($ $ |#2|) 10 T ELT)))
-(((-1186 |#1| |#2|) (-10 -7 (-15 -3950 (|#1| |#1| |#2|))) (-1187 |#2|) (-312)) (T -1186))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-1214 (((-85) $ $) 20 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3912 (((-107)) 39 T ELT)) (-3947 (((-772) $) 13 T ELT)) (-1265 (((-85) $ $) 6 T ELT)) (-2661 (($) 24 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ |#1|) 40 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
-(((-1187 |#1|) (-113) (-312)) (T -1187))
-((-3950 (*1 *1 *1 *2) (-12 (-4 *1 (-1187 *2)) (-4 *2 (-312)))) (-3912 (*1 *2) (-12 (-4 *1 (-1187 *3)) (-4 *3 (-312)) (-5 *2 (-107)))))
-(-13 (-654 |t#1|) (-10 -8 (-15 -3950 ($ $ |t#1|)) (-15 -3912 ((-107)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-590 |#1|) . T) ((-582 |#1|) . T) ((-654 |#1|) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-1013) . T) ((-1129) . T))
-((-3917 (((-583 (-1122 |#1|)) (-1090) (-1122 |#1|)) 83 T ELT)) (-3915 (((-1069 (-1069 (-857 |#1|))) (-1090) (-1069 (-857 |#1|))) 63 T ELT)) (-3918 (((-1 (-1069 (-1122 |#1|)) (-1069 (-1122 |#1|))) (-694) (-1122 |#1|) (-1069 (-1122 |#1|))) 74 T ELT)) (-3913 (((-1 (-1069 (-857 |#1|)) (-1069 (-857 |#1|))) (-694)) 65 T ELT)) (-3916 (((-1 (-1085 (-857 |#1|)) (-857 |#1|)) (-1090)) 32 T ELT)) (-3914 (((-1 (-1069 (-857 |#1|)) (-1069 (-857 |#1|))) (-694)) 64 T ELT)))
-(((-1188 |#1|) (-10 -7 (-15 -3913 ((-1 (-1069 (-857 |#1|)) (-1069 (-857 |#1|))) (-694))) (-15 -3914 ((-1 (-1069 (-857 |#1|)) (-1069 (-857 |#1|))) (-694))) (-15 -3915 ((-1069 (-1069 (-857 |#1|))) (-1090) (-1069 (-857 |#1|)))) (-15 -3916 ((-1 (-1085 (-857 |#1|)) (-857 |#1|)) (-1090))) (-15 -3917 ((-583 (-1122 |#1|)) (-1090) (-1122 |#1|))) (-15 -3918 ((-1 (-1069 (-1122 |#1|)) (-1069 (-1122 |#1|))) (-694) (-1122 |#1|) (-1069 (-1122 |#1|))))) (-312)) (T -1188))
-((-3918 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-694)) (-4 *6 (-312)) (-5 *4 (-1122 *6)) (-5 *2 (-1 (-1069 *4) (-1069 *4))) (-5 *1 (-1188 *6)) (-5 *5 (-1069 *4)))) (-3917 (*1 *2 *3 *4) (-12 (-5 *3 (-1090)) (-4 *5 (-312)) (-5 *2 (-583 (-1122 *5))) (-5 *1 (-1188 *5)) (-5 *4 (-1122 *5)))) (-3916 (*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1 (-1085 (-857 *4)) (-857 *4))) (-5 *1 (-1188 *4)) (-4 *4 (-312)))) (-3915 (*1 *2 *3 *4) (-12 (-5 *3 (-1090)) (-4 *5 (-312)) (-5 *2 (-1069 (-1069 (-857 *5)))) (-5 *1 (-1188 *5)) (-5 *4 (-1069 (-857 *5))))) (-3914 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1 (-1069 (-857 *4)) (-1069 (-857 *4)))) (-5 *1 (-1188 *4)) (-4 *4 (-312)))) (-3913 (*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1 (-1069 (-857 *4)) (-1069 (-857 *4)))) (-5 *1 (-1188 *4)) (-4 *4 (-312)))))
-((-3920 (((-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|))) |#2|) 80 T ELT)) (-3919 (((-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|)))) 79 T ELT)))
-(((-1189 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3919 ((-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|))))) (-15 -3920 ((-2 (|:| -2012 (-630 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-630 |#2|))) |#2|))) (-299) (-1155 |#1|) (-1155 |#2|) (-353 |#2| |#3|)) (T -1189))
-((-3920 (*1 *2 *3) (-12 (-4 *4 (-299)) (-4 *3 (-1155 *4)) (-4 *5 (-1155 *3)) (-5 *2 (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3)))) (-5 *1 (-1189 *4 *3 *5 *6)) (-4 *6 (-353 *3 *5)))) (-3919 (*1 *2) (-12 (-4 *3 (-299)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 *4)) (-5 *2 (-2 (|:| -2012 (-630 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-630 *4)))) (-5 *1 (-1189 *3 *4 *5 *6)) (-4 *6 (-353 *4 *5)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3921 (((-1049) $) 12 T ELT)) (-3922 (((-1049) $) 10 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 18 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1190) (-13 (-995) (-10 -8 (-15 -3922 ((-1049) $)) (-15 -3921 ((-1049) $))))) (T -1190))
-((-3922 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1190)))) (-3921 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1190)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3923 (((-1049) $) 11 T ELT)) (-3947 (((-772) $) 17 T ELT) (($ (-1095)) NIL T ELT) (((-1095) $) NIL T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)))
-(((-1191) (-13 (-995) (-10 -8 (-15 -3923 ((-1049) $))))) (T -1191))
-((-3923 (*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1191)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 59 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 82 T ELT) (($ (-484)) NIL T ELT) (($ |#4|) 66 T ELT) ((|#4| $) 71 T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT)) (-3127 (((-694)) NIL T CONST)) (-3924 (((-1185) (-694)) 16 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 36 T CONST)) (-2667 (($) 85 T CONST)) (-3057 (((-85) $ $) 88 T ELT)) (-3950 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-3838 (($ $) 90 T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 64 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 92 T ELT) (($ |#1| $) NIL (|has| |#1| (-146)) ELT) (($ $ |#1|) NIL (|has| |#1| (-146)) ELT)))
-(((-1192 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-961) (-430 |#4|) (-10 -8 (IF (|has| |#1| (-146)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -3950 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3924 ((-1185) (-694))))) (-961) (-756) (-717) (-861 |#1| |#3| |#2|) (-583 |#2|) (-583 (-694)) (-694)) (T -1192))
-((-3950 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-312)) (-4 *2 (-961)) (-4 *3 (-756)) (-4 *4 (-717)) (-14 *6 (-583 *3)) (-5 *1 (-1192 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-861 *2 *4 *3)) (-14 *7 (-583 (-694))) (-14 *8 (-694)))) (-3924 (*1 *2 *3) (-12 (-5 *3 (-694)) (-4 *4 (-961)) (-4 *5 (-756)) (-4 *6 (-717)) (-14 *8 (-583 *5)) (-5 *2 (-1185)) (-5 *1 (-1192 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-861 *4 *6 *5)) (-14 *9 (-583 *3)) (-14 *10 *3))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3682 (((-583 (-2 (|:| -3862 $) (|:| -1702 (-583 |#4|)))) (-583 |#4|)) NIL T ELT)) (-3683 (((-583 $) (-583 |#4|)) 95 T ELT)) (-3082 (((-583 |#3|) $) NIL T ELT)) (-2909 (((-85) $) NIL T ELT)) (-2900 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3694 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3689 ((|#4| |#4| $) NIL T ELT)) (-2910 (((-2 (|:| |under| $) (|:| -3131 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3711 (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) NIL T ELT)) (-3725 (($) NIL T CONST)) (-2905 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2906 (((-85) $ $) NIL (|has| |#1| (-495)) ELT)) (-2908 (((-85) $) NIL (|has| |#1| (-495)) ELT)) (-3690 (((-583 |#4|) (-583 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 31 T ELT)) (-2901 (((-583 |#4|) (-583 |#4|) $) 28 (|has| |#1| (-495)) ELT)) (-2902 (((-583 |#4|) (-583 |#4|) $) NIL (|has| |#1| (-495)) ELT)) (-3158 (((-3 $ #1#) (-583 |#4|)) NIL T ELT)) (-3157 (($ (-583 |#4|)) NIL T ELT)) (-3800 (((-3 $ #1#) $) 77 T ELT)) (-3686 ((|#4| |#4| $) 82 T ELT)) (-1353 (($ $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-3407 (($ |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT) (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-2903 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-495)) ELT)) (-3695 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3684 ((|#4| |#4| $) NIL T ELT)) (-3843 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3697 (((-2 (|:| -3862 (-583 |#4|)) (|:| -1702 (-583 |#4|))) $) NIL T ELT)) (-3696 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3181 ((|#3| $) 83 T ELT)) (-2609 (((-583 |#4|) $) 32 T ELT)) (-3246 (((-85) |#4| $) NIL (|has| |#4| (-72)) ELT)) (-3927 (((-3 $ #1#) (-583 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|)) 35 T ELT) (((-3 $ #1#) (-583 |#4|)) 38 T ELT)) (-3327 (($ (-1 |#4| |#4|) $) NIL T ELT)) (-3959 (($ (-1 |#4| |#4|) $) NIL T ELT)) (-2915 (((-583 |#3|) $) NIL T ELT)) (-2914 (((-85) |#3| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3799 (((-3 |#4| #1#) $) NIL T ELT)) (-3698 (((-583 |#4|) $) 53 T ELT)) (-3692 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3687 ((|#4| |#4| $) 81 T ELT)) (-3700 (((-85) $ $) 92 T ELT)) (-2904 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-495)) ELT)) (-3693 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3688 ((|#4| |#4| $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3802 (((-3 |#4| #1#) $) 76 T ELT)) (-1354 (((-3 |#4| #1#) (-1 (-85) |#4|) $) NIL T ELT)) (-3680 (((-3 $ #1#) $ |#4|) NIL T ELT)) (-3770 (($ $ |#4|) NIL T ELT)) (-1731 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3769 (($ $ (-583 |#4|) (-583 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT) (($ $ (-583 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1013))) ELT)) (-1222 (((-85) $ $) NIL T ELT)) (-3404 (((-85) $) 74 T ELT)) (-3566 (($) 45 T ELT)) (-3949 (((-694) $) NIL T ELT)) (-1730 (((-694) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-694) (-1 (-85) |#4|) $) NIL T ELT)) (-3401 (($ $) NIL T ELT)) (-3973 (((-473) $) NIL (|has| |#4| (-553 (-473))) ELT)) (-3531 (($ (-583 |#4|)) NIL T ELT)) (-2911 (($ $ |#3|) NIL T ELT)) (-2913 (($ $ |#3|) NIL T ELT)) (-3685 (($ $) NIL T ELT)) (-2912 (($ $ |#3|) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (((-583 |#4|) $) 62 T ELT)) (-3679 (((-694) $) NIL (|has| |#3| (-320)) ELT)) (-3926 (((-3 $ #1#) (-583 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|)) 43 T ELT) (((-3 $ #1#) (-583 |#4|)) 44 T ELT)) (-3925 (((-583 $) (-583 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|)) 72 T ELT) (((-583 $) (-583 |#4|)) 73 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3699 (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4| |#4|)) 27 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3324 (-583 |#4|))) #1#) (-583 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3691 (((-85) $ (-1 (-85) |#4| (-583 |#4|))) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3681 (((-583 |#3|) $) NIL T ELT)) (-3934 (((-85) |#3| $) NIL T ELT)) (-3057 (((-85) $ $) NIL T ELT)) (-3958 (((-694) $) NIL T ELT)))
-(((-1193 |#1| |#2| |#3| |#4|) (-13 (-1124 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3927 ((-3 $ #1="failed") (-583 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3927 ((-3 $ #1#) (-583 |#4|))) (-15 -3926 ((-3 $ #1#) (-583 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3926 ((-3 $ #1#) (-583 |#4|))) (-15 -3925 ((-583 $) (-583 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3925 ((-583 $) (-583 |#4|))))) (-495) (-717) (-756) (-977 |#1| |#2| |#3|)) (T -1193))
-((-3927 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-583 *8)) (-5 *3 (-1 (-85) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-1193 *5 *6 *7 *8)))) (-3927 (*1 *1 *2) (|partial| -12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-1193 *3 *4 *5 *6)))) (-3926 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-583 *8)) (-5 *3 (-1 (-85) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-1193 *5 *6 *7 *8)))) (-3926 (*1 *1 *2) (|partial| -12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-1193 *3 *4 *5 *6)))) (-3925 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-583 *9)) (-5 *4 (-1 (-85) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-977 *6 *7 *8)) (-4 *6 (-495)) (-4 *7 (-717)) (-4 *8 (-756)) (-5 *2 (-583 (-1193 *6 *7 *8 *9))) (-5 *1 (-1193 *6 *7 *8 *9)))) (-3925 (*1 *2 *3) (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 (-1193 *4 *5 *6 *7))) (-5 *1 (-1193 *4 *5 *6 *7)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3725 (($) 23 T CONST)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#1|) 53 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| $) 54 T ELT)))
-(((-1194 |#1|) (-113) (-961)) (T -1194))
-NIL
-(-13 (-961) (-82 |t#1| |t#1|) (-555 |t#1|) (-10 -7 (IF (|has| |t#1| (-146)) (-6 (-38 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-146)) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-582 |#1|) |has| |#1| (-146)) ((-654 |#1|) |has| |#1| (-146)) ((-663) . T) ((-963 |#1|) . T) ((-968 |#1|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T))
-((-2569 (((-85) $ $) 69 T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3935 (((-583 |#1|) $) 54 T ELT)) (-3948 (($ $ (-694)) 47 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3936 (($ $ (-694)) 25 (|has| |#2| (-146)) ELT) (($ $ $) 26 (|has| |#2| (-146)) ELT)) (-3725 (($) NIL T CONST)) (-3940 (($ $ $) 72 T ELT) (($ $ (-739 |#1|)) 58 T ELT) (($ $ |#1|) 62 T ELT)) (-3158 (((-3 (-739 |#1|) #1#) $) NIL T ELT)) (-3157 (((-739 |#1|) $) NIL T ELT)) (-3960 (($ $) 40 T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3952 (((-85) $) NIL T ELT)) (-3951 (($ $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-3939 (($ (-739 |#1|) |#2|) 39 T ELT)) (-3937 (($ $) 41 T ELT)) (-3942 (((-2 (|:| |k| (-739 |#1|)) (|:| |c| |#2|)) $) 13 T ELT)) (-3956 (((-739 |#1|) $) NIL T ELT)) (-3957 (((-739 |#1|) $) 42 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3941 (($ $ $) 71 T ELT) (($ $ (-739 |#1|)) 60 T ELT) (($ $ |#1|) 64 T ELT)) (-1752 (((-2 (|:| |k| (-739 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-2895 (((-739 |#1|) $) 36 T ELT)) (-3175 ((|#2| $) 38 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3949 (((-694) $) 44 T ELT)) (-3954 (((-85) $) 48 T ELT)) (-3953 ((|#2| $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-739 |#1|)) 31 T ELT) (($ |#1|) 32 T ELT) (($ |#2|) NIL T ELT) (($ (-484)) NIL T ELT)) (-3818 (((-583 |#2|) $) NIL T ELT)) (-3678 ((|#2| $ (-739 |#1|)) NIL T ELT)) (-3955 ((|#2| $ $) 78 T ELT) ((|#2| $ (-739 |#1|)) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 14 T CONST)) (-2667 (($) 20 T CONST)) (-2666 (((-583 (-2 (|:| |k| (-739 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-3057 (((-85) $ $) 45 T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 29 T ELT)) (** (($ $ (-694)) NIL T ELT) (($ $ (-830)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ |#2| $) 28 T ELT) (($ $ |#2|) 70 T ELT) (($ |#2| (-739 |#1|)) NIL T ELT) (($ |#1| $) 34 T ELT) (($ $ $) NIL T ELT)))
-(((-1195 |#1| |#2|) (-13 (-335 |#2| (-739 |#1|)) (-1202 |#1| |#2|)) (-756) (-961)) (T -1195))
-NIL
-((-3943 ((|#3| |#3| (-694)) 28 T ELT)) (-3944 ((|#3| |#3| (-694)) 34 T ELT)) (-3928 ((|#3| |#3| |#3| (-694)) 35 T ELT)))
-(((-1196 |#1| |#2| |#3|) (-10 -7 (-15 -3944 (|#3| |#3| (-694))) (-15 -3943 (|#3| |#3| (-694))) (-15 -3928 (|#3| |#3| |#3| (-694)))) (-13 (-961) (-654 (-350 (-484)))) (-756) (-1202 |#2| |#1|)) (T -1196))
-((-3928 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-694)) (-4 *4 (-13 (-961) (-654 (-350 (-484))))) (-4 *5 (-756)) (-5 *1 (-1196 *4 *5 *2)) (-4 *2 (-1202 *5 *4)))) (-3943 (*1 *2 *2 *3) (-12 (-5 *3 (-694)) (-4 *4 (-13 (-961) (-654 (-350 (-484))))) (-4 *5 (-756)) (-5 *1 (-1196 *4 *5 *2)) (-4 *2 (-1202 *5 *4)))) (-3944 (*1 *2 *2 *3) (-12 (-5 *3 (-694)) (-4 *4 (-13 (-961) (-654 (-350 (-484))))) (-4 *5 (-756)) (-5 *1 (-1196 *4 *5 *2)) (-4 *2 (-1202 *5 *4)))))
-((-3933 (((-85) $) 15 T ELT)) (-3934 (((-85) $) 14 T ELT)) (-3929 (($ $) 19 T ELT) (($ $ (-694)) 21 T ELT)))
-(((-1197 |#1| |#2|) (-10 -7 (-15 -3929 (|#1| |#1| (-694))) (-15 -3929 (|#1| |#1|)) (-15 -3933 ((-85) |#1|)) (-15 -3934 ((-85) |#1|))) (-1198 |#2|) (-312)) (T -1197))
-NIL
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-2064 (((-2 (|:| -1775 $) (|:| -3983 $) (|:| |associate| $)) $) 55 T ELT)) (-2063 (($ $) 54 T ELT)) (-2061 (((-85) $) 52 T ELT)) (-3933 (((-85) $) 114 T ELT)) (-3930 (((-694)) 110 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3776 (($ $) 91 T ELT)) (-3972 (((-348 $) $) 90 T ELT)) (-1608 (((-85) $ $) 75 T ELT)) (-3725 (($) 23 T CONST)) (-3158 (((-3 |#1| "failed") $) 121 T ELT)) (-3157 ((|#1| $) 122 T ELT)) (-2565 (($ $ $) 71 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-2564 (($ $ $) 72 T ELT)) (-2742 (((-2 (|:| -3955 (-583 $)) (|:| -2409 $)) (-583 $)) 66 T ELT)) (-1767 (($ $ (-694)) 107 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) 106 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3724 (((-85) $) 89 T ELT)) (-3773 (((-743 (-830)) $) 104 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-1605 (((-3 (-583 $) #1="failed") (-583 $) $) 68 T ELT)) (-1894 (($ $ $) 60 T ELT) (($ (-583 $)) 59 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-2485 (($ $) 88 T ELT)) (-3932 (((-85) $) 113 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-2709 (((-1085 $) (-1085 $) (-1085 $)) 58 T ELT)) (-3145 (($ $ $) 62 T ELT) (($ (-583 $)) 61 T ELT)) (-3733 (((-348 $) $) 92 T ELT)) (-3931 (((-743 (-830))) 111 T ELT)) (-1606 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2409 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3467 (((-3 $ "failed") $ $) 56 T ELT)) (-2741 (((-632 (-583 $)) (-583 $) $) 65 T ELT)) (-1607 (((-694) $) 74 T ELT)) (-2880 (((-2 (|:| -1972 $) (|:| -2903 $)) $ $) 73 T ELT)) (-1768 (((-3 (-694) "failed") $ $) 105 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3912 (((-107)) 119 T ELT)) (-3949 (((-743 (-830)) $) 112 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-484))) 84 T ELT) (($ |#1|) 120 T ELT)) (-2703 (((-632 $) $) 103 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-2062 (((-85) $ $) 53 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-3934 (((-85) $) 115 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3929 (($ $) 109 (|has| |#1| (-320)) ELT) (($ $ (-694)) 108 (|has| |#1| (-320)) ELT)) (-3057 (((-85) $ $) 8 T ELT)) (-3950 (($ $ $) 83 T ELT) (($ $ |#1|) 118 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT) (($ $ (-484)) 87 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-484))) 86 T ELT) (($ (-350 (-484)) $) 85 T ELT) (($ $ |#1|) 117 T ELT) (($ |#1| $) 116 T ELT)))
-(((-1198 |#1|) (-113) (-312)) (T -1198))
-((-3934 (*1 *2 *1) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-85)))) (-3933 (*1 *2 *1) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-85)))) (-3932 (*1 *2 *1) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-85)))) (-3949 (*1 *2 *1) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-743 (-830))))) (-3931 (*1 *2) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-743 (-830))))) (-3930 (*1 *2) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-694)))) (-3929 (*1 *1 *1) (-12 (-4 *1 (-1198 *2)) (-4 *2 (-312)) (-4 *2 (-320)))) (-3929 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-4 *3 (-320)))))
-(-13 (-312) (-950 |t#1|) (-1187 |t#1|) (-10 -8 (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-345)) |%noBranch|) (-15 -3934 ((-85) $)) (-15 -3933 ((-85) $)) (-15 -3932 ((-85) $)) (-15 -3949 ((-743 (-830)) $)) (-15 -3931 ((-743 (-830)))) (-15 -3930 ((-694))) (IF (|has| |t#1| (-320)) (PROGN (-6 (-345)) (-15 -3929 ($ $)) (-15 -3929 ($ $ (-694)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-484))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-484)) (-350 (-484))) . T) ((-82 |#1| |#1|) . T) ((-82 $ $) . T) ((-104) . T) ((-118) OR (|has| |#1| (-320)) (|has| |#1| (-118))) ((-120) |has| |#1| (-120)) ((-555 (-350 (-484))) . T) ((-555 (-484)) . T) ((-555 |#1|) . T) ((-555 $) . T) ((-552 (-772)) . T) ((-146) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-345) OR (|has| |#1| (-320)) (|has| |#1| (-118))) ((-392) . T) ((-495) . T) ((-13) . T) ((-588 (-350 (-484))) . T) ((-588 (-484)) . T) ((-588 |#1|) . T) ((-588 $) . T) ((-590 (-350 (-484))) . T) ((-590 |#1|) . T) ((-590 $) . T) ((-582 (-350 (-484))) . T) ((-582 |#1|) . T) ((-582 $) . T) ((-654 (-350 (-484))) . T) ((-654 |#1|) . T) ((-654 $) . T) ((-663) . T) ((-832) . T) ((-950 |#1|) . T) ((-963 (-350 (-484))) . T) ((-963 |#1|) . T) ((-963 $) . T) ((-968 (-350 (-484))) . T) ((-968 |#1|) . T) ((-968 $) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1134) . T) ((-1187 |#1|) . T))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3935 (((-583 |#1|) $) 55 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3936 (($ $ $) 58 (|has| |#2| (-146)) ELT) (($ $ (-694)) 57 (|has| |#2| (-146)) ELT)) (-3725 (($) 23 T CONST)) (-3940 (($ $ |#1|) 69 T ELT) (($ $ (-739 |#1|)) 68 T ELT) (($ $ $) 67 T ELT)) (-3158 (((-3 (-739 |#1|) "failed") $) 79 T ELT)) (-3157 (((-739 |#1|) $) 80 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3952 (((-85) $) 60 T ELT)) (-3951 (($ $) 59 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3938 (((-85) $) 65 T ELT)) (-3939 (($ (-739 |#1|) |#2|) 66 T ELT)) (-3937 (($ $) 64 T ELT)) (-3942 (((-2 (|:| |k| (-739 |#1|)) (|:| |c| |#2|)) $) 75 T ELT)) (-3956 (((-739 |#1|) $) 76 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) 56 T ELT)) (-3941 (($ $ |#1|) 72 T ELT) (($ $ (-739 |#1|)) 71 T ELT) (($ $ $) 70 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3954 (((-85) $) 62 T ELT)) (-3953 ((|#2| $) 61 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#2|) 83 T ELT) (($ (-739 |#1|)) 78 T ELT) (($ |#1|) 63 T ELT)) (-3955 ((|#2| $ (-739 |#1|)) 74 T ELT) ((|#2| $ $) 73 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ |#2| $) 82 T ELT) (($ $ |#2|) 81 T ELT) (($ |#1| $) 77 T ELT)))
-(((-1199 |#1| |#2|) (-113) (-756) (-961)) (T -1199))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-756)) (-4 *2 (-961)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))) (-3956 (*1 *2 *1) (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-739 *3)))) (-3942 (*1 *2 *1) (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-2 (|:| |k| (-739 *3)) (|:| |c| *4))))) (-3955 (*1 *2 *1 *3) (-12 (-5 *3 (-739 *4)) (-4 *1 (-1199 *4 *2)) (-4 *4 (-756)) (-4 *2 (-961)))) (-3955 (*1 *2 *1 *1) (-12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-756)) (-4 *2 (-961)))) (-3941 (*1 *1 *1 *2) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))) (-3941 (*1 *1 *1 *2) (-12 (-5 *2 (-739 *3)) (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)))) (-3941 (*1 *1 *1 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))) (-3940 (*1 *1 *1 *2) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))) (-3940 (*1 *1 *1 *2) (-12 (-5 *2 (-739 *3)) (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)))) (-3940 (*1 *1 *1 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))) (-3939 (*1 *1 *2 *3) (-12 (-5 *2 (-739 *4)) (-4 *4 (-756)) (-4 *1 (-1199 *4 *3)) (-4 *3 (-961)))) (-3938 (*1 *2 *1) (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-85)))) (-3937 (*1 *1 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))) (-3947 (*1 *1 *2) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))) (-3954 (*1 *2 *1) (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-85)))) (-3953 (*1 *2 *1) (-12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-756)) (-4 *2 (-961)))) (-3952 (*1 *2 *1) (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-85)))) (-3951 (*1 *1 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))) (-3936 (*1 *1 *1 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)) (-4 *3 (-146)))) (-3936 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-4 *4 (-146)))) (-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)))) (-3935 (*1 *2 *1) (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-583 *3)))))
-(-13 (-961) (-1194 |t#2|) (-950 (-739 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -3956 ((-739 |t#1|) $)) (-15 -3942 ((-2 (|:| |k| (-739 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -3955 (|t#2| $ (-739 |t#1|))) (-15 -3955 (|t#2| $ $)) (-15 -3941 ($ $ |t#1|)) (-15 -3941 ($ $ (-739 |t#1|))) (-15 -3941 ($ $ $)) (-15 -3940 ($ $ |t#1|)) (-15 -3940 ($ $ (-739 |t#1|))) (-15 -3940 ($ $ $)) (-15 -3939 ($ (-739 |t#1|) |t#2|)) (-15 -3938 ((-85) $)) (-15 -3937 ($ $)) (-15 -3947 ($ |t#1|)) (-15 -3954 ((-85) $)) (-15 -3953 (|t#2| $)) (-15 -3952 ((-85) $)) (-15 -3951 ($ $)) (IF (|has| |t#2| (-146)) (PROGN (-15 -3936 ($ $ $)) (-15 -3936 ($ $ (-694)))) |%noBranch|) (-15 -3959 ($ (-1 |t#2| |t#2|) $)) (-15 -3935 ((-583 |t#1|) $)) (IF (|has| |t#2| (-6 -3989)) (-6 -3989) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-146)) ((-72) . T) ((-82 |#2| |#2|) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 (-739 |#1|)) . T) ((-555 |#2|) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#2|) . T) ((-588 $) . T) ((-590 |#2|) . T) ((-590 $) . T) ((-582 |#2|) |has| |#2| (-146)) ((-654 |#2|) |has| |#2| (-146)) ((-663) . T) ((-950 (-739 |#1|)) . T) ((-963 |#2|) . T) ((-968 |#2|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1194 |#2|) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3935 (((-583 |#1|) $) 99 T ELT)) (-3948 (($ $ (-694)) 103 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3936 (($ $ $) NIL (|has| |#2| (-146)) ELT) (($ $ (-694)) NIL (|has| |#2| (-146)) ELT)) (-3725 (($) NIL T CONST)) (-3940 (($ $ |#1|) NIL T ELT) (($ $ (-739 |#1|)) NIL T ELT) (($ $ $) NIL T ELT)) (-3158 (((-3 (-739 |#1|) #1#) $) NIL T ELT) (((-3 (-803 |#1|) #1#) $) NIL T ELT)) (-3157 (((-739 |#1|) $) NIL T ELT) (((-803 |#1|) $) NIL T ELT)) (-3960 (($ $) 102 T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3952 (((-85) $) 90 T ELT)) (-3951 (($ $) 93 T ELT)) (-3945 (($ $ $ (-694)) 104 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-3939 (($ (-739 |#1|) |#2|) NIL T ELT) (($ (-803 |#1|) |#2|) 28 T ELT)) (-3937 (($ $) 120 T ELT)) (-3942 (((-2 (|:| |k| (-739 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-3956 (((-739 |#1|) $) NIL T ELT)) (-3957 (((-739 |#1|) $) NIL T ELT)) (-3959 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3941 (($ $ |#1|) NIL T ELT) (($ $ (-739 |#1|)) NIL T ELT) (($ $ $) NIL T ELT)) (-3943 (($ $ (-694)) 113 (|has| |#2| (-654 (-350 (-484)))) ELT)) (-1752 (((-2 (|:| |k| (-803 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-2895 (((-803 |#1|) $) 84 T ELT)) (-3175 ((|#2| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3944 (($ $ (-694)) 110 (|has| |#2| (-654 (-350 (-484)))) ELT)) (-3949 (((-694) $) 100 T ELT)) (-3954 (((-85) $) 85 T ELT)) (-3953 ((|#2| $) 88 T ELT)) (-3947 (((-772) $) 70 T ELT) (($ (-484)) NIL T ELT) (($ |#2|) 59 T ELT) (($ (-739 |#1|)) NIL T ELT) (($ |#1|) 72 T ELT) (($ (-803 |#1|)) NIL T ELT) (($ (-606 |#1| |#2|)) 47 T ELT) (((-1195 |#1| |#2|) $) 77 T ELT) (((-1204 |#1| |#2|) $) 82 T ELT)) (-3818 (((-583 |#2|) $) NIL T ELT)) (-3678 ((|#2| $ (-803 |#1|)) NIL T ELT)) (-3955 ((|#2| $ (-739 |#1|)) NIL T ELT) ((|#2| $ $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 21 T CONST)) (-2667 (($) 27 T CONST)) (-2666 (((-583 (-2 (|:| |k| (-803 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-3946 (((-3 (-606 |#1| |#2|) #1#) $) 119 T ELT)) (-3057 (((-85) $ $) 78 T ELT)) (-3838 (($ $) 112 T ELT) (($ $ $) 111 T ELT)) (-3840 (($ $ $) 20 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 48 T ELT) (($ |#2| $) 19 T ELT) (($ $ |#2|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ |#2| (-803 |#1|)) NIL T ELT)))
-(((-1200 |#1| |#2|) (-13 (-1202 |#1| |#2|) (-335 |#2| (-803 |#1|)) (-10 -8 (-15 -3947 ($ (-606 |#1| |#2|))) (-15 -3947 ((-1195 |#1| |#2|) $)) (-15 -3947 ((-1204 |#1| |#2|) $)) (-15 -3946 ((-3 (-606 |#1| |#2|) "failed") $)) (-15 -3945 ($ $ $ (-694))) (IF (|has| |#2| (-654 (-350 (-484)))) (PROGN (-15 -3944 ($ $ (-694))) (-15 -3943 ($ $ (-694)))) |%noBranch|))) (-756) (-146)) (T -1200))
-((-3947 (*1 *1 *2) (-12 (-5 *2 (-606 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)) (-5 *1 (-1200 *3 *4)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-1195 *3 *4)) (-5 *1 (-1200 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)))) (-3947 (*1 *2 *1) (-12 (-5 *2 (-1204 *3 *4)) (-5 *1 (-1200 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)))) (-3946 (*1 *2 *1) (|partial| -12 (-5 *2 (-606 *3 *4)) (-5 *1 (-1200 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)))) (-3945 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-1200 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)))) (-3944 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-1200 *3 *4)) (-4 *4 (-654 (-350 (-484)))) (-4 *3 (-756)) (-4 *4 (-146)))) (-3943 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-1200 *3 *4)) (-4 *4 (-654 (-350 (-484)))) (-4 *3 (-756)) (-4 *4 (-146)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3935 (((-583 (-1090)) $) NIL T ELT)) (-3963 (($ (-1195 (-1090) |#1|)) NIL T ELT)) (-3948 (($ $ (-694)) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3936 (($ $ $) NIL (|has| |#1| (-146)) ELT) (($ $ (-694)) NIL (|has| |#1| (-146)) ELT)) (-3725 (($) NIL T CONST)) (-3940 (($ $ (-1090)) NIL T ELT) (($ $ (-739 (-1090))) NIL T ELT) (($ $ $) NIL T ELT)) (-3158 (((-3 (-739 (-1090)) #1#) $) NIL T ELT)) (-3157 (((-739 (-1090)) $) NIL T ELT)) (-3468 (((-3 $ #1#) $) NIL T ELT)) (-3952 (((-85) $) NIL T ELT)) (-3951 (($ $) NIL T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-3939 (($ (-739 (-1090)) |#1|) NIL T ELT)) (-3937 (($ $) NIL T ELT)) (-3942 (((-2 (|:| |k| (-739 (-1090))) (|:| |c| |#1|)) $) NIL T ELT)) (-3956 (((-739 (-1090)) $) NIL T ELT)) (-3957 (((-739 (-1090)) $) NIL T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3941 (($ $ (-1090)) NIL T ELT) (($ $ (-739 (-1090))) NIL T ELT) (($ $ $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3964 (((-1195 (-1090) |#1|) $) NIL T ELT)) (-3949 (((-694) $) NIL T ELT)) (-3954 (((-85) $) NIL T ELT)) (-3953 ((|#1| $) NIL T ELT)) (-3947 (((-772) $) NIL T ELT) (($ (-484)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-739 (-1090))) NIL T ELT) (($ (-1090)) NIL T ELT)) (-3955 ((|#1| $ (-739 (-1090))) NIL T ELT) ((|#1| $ $) NIL T ELT)) (-3127 (((-694)) NIL T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) NIL T CONST)) (-3962 (((-583 (-2 (|:| |k| (-1090)) (|:| |c| $))) $) NIL T ELT)) (-2667 (($) NIL T CONST)) (-3057 (((-85) $ $) NIL T ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) NIL T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) NIL T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-1090) $) NIL T ELT)))
-(((-1201 |#1|) (-13 (-1202 (-1090) |#1|) (-10 -8 (-15 -3964 ((-1195 (-1090) |#1|) $)) (-15 -3963 ($ (-1195 (-1090) |#1|))) (-15 -3962 ((-583 (-2 (|:| |k| (-1090)) (|:| |c| $))) $)))) (-961)) (T -1201))
-((-3964 (*1 *2 *1) (-12 (-5 *2 (-1195 (-1090) *3)) (-5 *1 (-1201 *3)) (-4 *3 (-961)))) (-3963 (*1 *1 *2) (-12 (-5 *2 (-1195 (-1090) *3)) (-4 *3 (-961)) (-5 *1 (-1201 *3)))) (-3962 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| |k| (-1090)) (|:| |c| (-1201 *3))))) (-5 *1 (-1201 *3)) (-4 *3 (-961)))))
-((-2569 (((-85) $ $) 7 T ELT)) (-3189 (((-85) $) 22 T ELT)) (-3935 (((-583 |#1|) $) 55 T ELT)) (-3948 (($ $ (-694)) 89 T ELT)) (-1312 (((-3 $ "failed") $ $) 26 T ELT)) (-3936 (($ $ $) 58 (|has| |#2| (-146)) ELT) (($ $ (-694)) 57 (|has| |#2| (-146)) ELT)) (-3725 (($) 23 T CONST)) (-3940 (($ $ |#1|) 69 T ELT) (($ $ (-739 |#1|)) 68 T ELT) (($ $ $) 67 T ELT)) (-3158 (((-3 (-739 |#1|) "failed") $) 79 T ELT)) (-3157 (((-739 |#1|) $) 80 T ELT)) (-3468 (((-3 $ "failed") $) 42 T ELT)) (-3952 (((-85) $) 60 T ELT)) (-3951 (($ $) 59 T ELT)) (-1214 (((-85) $ $) 20 T ELT)) (-2410 (((-85) $) 44 T ELT)) (-3938 (((-85) $) 65 T ELT)) (-3939 (($ (-739 |#1|) |#2|) 66 T ELT)) (-3937 (($ $) 64 T ELT)) (-3942 (((-2 (|:| |k| (-739 |#1|)) (|:| |c| |#2|)) $) 75 T ELT)) (-3956 (((-739 |#1|) $) 76 T ELT)) (-3957 (((-739 |#1|) $) 91 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) 56 T ELT)) (-3941 (($ $ |#1|) 72 T ELT) (($ $ (-739 |#1|)) 71 T ELT) (($ $ $) 70 T ELT)) (-3243 (((-1073) $) 11 T ELT)) (-3244 (((-1033) $) 12 T ELT)) (-3949 (((-694) $) 90 T ELT)) (-3954 (((-85) $) 62 T ELT)) (-3953 ((|#2| $) 61 T ELT)) (-3947 (((-772) $) 13 T ELT) (($ (-484)) 41 T ELT) (($ |#2|) 83 T ELT) (($ (-739 |#1|)) 78 T ELT) (($ |#1|) 63 T ELT)) (-3955 ((|#2| $ (-739 |#1|)) 74 T ELT) ((|#2| $ $) 73 T ELT)) (-3127 (((-694)) 40 T CONST)) (-1265 (((-85) $ $) 6 T ELT)) (-3126 (((-85) $ $) 33 T ELT)) (-2661 (($) 24 T CONST)) (-2667 (($) 45 T CONST)) (-3057 (((-85) $ $) 8 T ELT)) (-3838 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3840 (($ $ $) 18 T ELT)) (** (($ $ (-830)) 35 T ELT) (($ $ (-694)) 43 T ELT)) (* (($ (-830) $) 17 T ELT) (($ (-694) $) 21 T ELT) (($ (-484) $) 30 T ELT) (($ $ $) 34 T ELT) (($ |#2| $) 82 T ELT) (($ $ |#2|) 81 T ELT) (($ |#1| $) 77 T ELT)))
-(((-1202 |#1| |#2|) (-113) (-756) (-961)) (T -1202))
-((-3957 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-739 *3)))) (-3949 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-694)))) (-3948 (*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1202 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)))))
-(-13 (-1199 |t#1| |t#2|) (-10 -8 (-15 -3957 ((-739 |t#1|) $)) (-15 -3949 ((-694) $)) (-15 -3948 ($ $ (-694)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-146)) ((-72) . T) ((-82 |#2| |#2|) . T) ((-104) . T) ((-555 (-484)) . T) ((-555 (-739 |#1|)) . T) ((-555 |#2|) . T) ((-552 (-772)) . T) ((-13) . T) ((-588 (-484)) . T) ((-588 |#2|) . T) ((-588 $) . T) ((-590 |#2|) . T) ((-590 $) . T) ((-582 |#2|) |has| |#2| (-146)) ((-654 |#2|) |has| |#2| (-146)) ((-663) . T) ((-950 (-739 |#1|)) . T) ((-963 |#2|) . T) ((-968 |#2|) . T) ((-961) . T) ((-970) . T) ((-1025) . T) ((-1061) . T) ((-1013) . T) ((-1129) . T) ((-1194 |#2|) . T) ((-1199 |#1| |#2|) . T))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) NIL T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3725 (($) NIL T CONST)) (-3158 (((-3 |#2| #1#) $) NIL T ELT)) (-3157 ((|#2| $) NIL T ELT)) (-3960 (($ $) NIL T ELT)) (-3468 (((-3 $ #1#) $) 43 T ELT)) (-3952 (((-85) $) 37 T ELT)) (-3951 (($ $) 38 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-2420 (((-694) $) NIL T ELT)) (-2822 (((-583 $) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-3939 (($ |#2| |#1|) NIL T ELT)) (-3956 ((|#2| $) 25 T ELT)) (-3957 ((|#2| $) 23 T ELT)) (-3959 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1752 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL T ELT)) (-2895 ((|#2| $) NIL T ELT)) (-3175 ((|#1| $) NIL T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3954 (((-85) $) 33 T ELT)) (-3953 ((|#1| $) 34 T ELT)) (-3947 (((-772) $) 66 T ELT) (($ (-484)) 47 T ELT) (($ |#1|) 42 T ELT) (($ |#2|) NIL T ELT)) (-3818 (((-583 |#1|) $) NIL T ELT)) (-3678 ((|#1| $ |#2|) NIL T ELT)) (-3955 ((|#1| $ |#2|) 29 T ELT)) (-3127 (((-694)) 14 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 30 T CONST)) (-2667 (($) 11 T CONST)) (-2666 (((-583 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL T ELT)) (-3057 (((-85) $ $) 31 T ELT)) (-3950 (($ $ |#1|) 68 (|has| |#1| (-312)) ELT)) (-3838 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3840 (($ $ $) 51 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 53 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) NIL T ELT) (($ $ $) 52 T ELT) (($ |#1| $) 48 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| |#2|) NIL T ELT)) (-3958 (((-694) $) 18 T ELT)))
-(((-1203 |#1| |#2|) (-13 (-961) (-1194 |#1|) (-335 |#1| |#2|) (-555 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -3958 ((-694) $)) (-15 -3957 (|#2| $)) (-15 -3956 (|#2| $)) (-15 -3960 ($ $)) (-15 -3955 (|#1| $ |#2|)) (-15 -3954 ((-85) $)) (-15 -3953 (|#1| $)) (-15 -3952 ((-85) $)) (-15 -3951 ($ $)) (-15 -3959 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-312)) (-15 -3950 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -3989)) (-6 -3989) |%noBranch|) (IF (|has| |#1| (-6 -3993)) (-6 -3993) |%noBranch|) (IF (|has| |#1| (-6 -3994)) (-6 -3994) |%noBranch|))) (-961) (-754)) (T -1203))
-((* (*1 *1 *1 *2) (-12 (-5 *1 (-1203 *2 *3)) (-4 *2 (-961)) (-4 *3 (-754)))) (-3960 (*1 *1 *1) (-12 (-5 *1 (-1203 *2 *3)) (-4 *2 (-961)) (-4 *3 (-754)))) (-3959 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-1203 *3 *4)) (-4 *4 (-754)))) (-3958 (*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-1203 *3 *4)) (-4 *3 (-961)) (-4 *4 (-754)))) (-3957 (*1 *2 *1) (-12 (-4 *2 (-754)) (-5 *1 (-1203 *3 *2)) (-4 *3 (-961)))) (-3956 (*1 *2 *1) (-12 (-4 *2 (-754)) (-5 *1 (-1203 *3 *2)) (-4 *3 (-961)))) (-3955 (*1 *2 *1 *3) (-12 (-4 *2 (-961)) (-5 *1 (-1203 *2 *3)) (-4 *3 (-754)))) (-3954 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1203 *3 *4)) (-4 *3 (-961)) (-4 *4 (-754)))) (-3953 (*1 *2 *1) (-12 (-4 *2 (-961)) (-5 *1 (-1203 *2 *3)) (-4 *3 (-754)))) (-3952 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1203 *3 *4)) (-4 *3 (-961)) (-4 *4 (-754)))) (-3951 (*1 *1 *1) (-12 (-5 *1 (-1203 *2 *3)) (-4 *2 (-961)) (-4 *3 (-754)))) (-3950 (*1 *1 *1 *2) (-12 (-5 *1 (-1203 *2 *3)) (-4 *2 (-312)) (-4 *2 (-961)) (-4 *3 (-754)))))
-((-2569 (((-85) $ $) 27 T ELT)) (-3189 (((-85) $) NIL T ELT)) (-3935 (((-583 |#1|) $) 132 T ELT)) (-3963 (($ (-1195 |#1| |#2|)) 50 T ELT)) (-3948 (($ $ (-694)) 38 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3936 (($ $ $) 54 (|has| |#2| (-146)) ELT) (($ $ (-694)) 52 (|has| |#2| (-146)) ELT)) (-3725 (($) NIL T CONST)) (-3940 (($ $ |#1|) 114 T ELT) (($ $ (-739 |#1|)) 115 T ELT) (($ $ $) 26 T ELT)) (-3158 (((-3 (-739 |#1|) #1#) $) NIL T ELT)) (-3157 (((-739 |#1|) $) NIL T ELT)) (-3468 (((-3 $ #1#) $) 122 T ELT)) (-3952 (((-85) $) 117 T ELT)) (-3951 (($ $) 118 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) NIL T ELT)) (-3938 (((-85) $) NIL T ELT)) (-3939 (($ (-739 |#1|) |#2|) 20 T ELT)) (-3937 (($ $) NIL T ELT)) (-3942 (((-2 (|:| |k| (-739 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-3956 (((-739 |#1|) $) 123 T ELT)) (-3957 (((-739 |#1|) $) 126 T ELT)) (-3959 (($ (-1 |#2| |#2|) $) 131 T ELT)) (-3941 (($ $ |#1|) 112 T ELT) (($ $ (-739 |#1|)) 113 T ELT) (($ $ $) 62 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3964 (((-1195 |#1| |#2|) $) 94 T ELT)) (-3949 (((-694) $) 129 T ELT)) (-3954 (((-85) $) 81 T ELT)) (-3953 ((|#2| $) 32 T ELT)) (-3947 (((-772) $) 73 T ELT) (($ (-484)) 87 T ELT) (($ |#2|) 85 T ELT) (($ (-739 |#1|)) 18 T ELT) (($ |#1|) 84 T ELT)) (-3955 ((|#2| $ (-739 |#1|)) 116 T ELT) ((|#2| $ $) 28 T ELT)) (-3127 (((-694)) 120 T CONST)) (-1265 (((-85) $ $) NIL T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 15 T CONST)) (-3962 (((-583 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 59 T ELT)) (-2667 (($) 33 T CONST)) (-3057 (((-85) $ $) 14 T ELT)) (-3838 (($ $) 98 T ELT) (($ $ $) 101 T ELT)) (-3840 (($ $ $) 61 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 55 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) 53 T ELT) (($ (-484) $) 106 T ELT) (($ $ $) 22 T ELT) (($ |#2| $) 19 T ELT) (($ $ |#2|) 21 T ELT) (($ |#1| $) 92 T ELT)))
-(((-1204 |#1| |#2|) (-13 (-1202 |#1| |#2|) (-10 -8 (-15 -3964 ((-1195 |#1| |#2|) $)) (-15 -3963 ($ (-1195 |#1| |#2|))) (-15 -3962 ((-583 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-756) (-961)) (T -1204))
-((-3964 (*1 *2 *1) (-12 (-5 *2 (-1195 *3 *4)) (-5 *1 (-1204 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)))) (-3963 (*1 *1 *2) (-12 (-5 *2 (-1195 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *1 (-1204 *3 *4)))) (-3962 (*1 *2 *1) (-12 (-5 *2 (-583 (-2 (|:| |k| *3) (|:| |c| (-1204 *3 *4))))) (-5 *1 (-1204 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3966 (($ (-583 (-830))) 11 T ELT)) (-3965 (((-884) $) 12 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3947 (((-772) $) 25 T ELT) (($ (-884)) 14 T ELT) (((-884) $) 13 T ELT)) (-1265 (((-85) $ $) NIL T ELT)) (-3057 (((-85) $ $) 17 T ELT)))
-(((-1205) (-13 (-1013) (-430 (-884)) (-10 -8 (-15 -3966 ($ (-583 (-830)))) (-15 -3965 ((-884) $))))) (T -1205))
-((-3966 (*1 *1 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-1205)))) (-3965 (*1 *2 *1) (-12 (-5 *2 (-884)) (-5 *1 (-1205)))))
-((-3967 (((-583 (-1069 |#1|)) (-1 (-583 (-1069 |#1|)) (-583 (-1069 |#1|))) (-484)) 16 T ELT) (((-1069 |#1|) (-1 (-1069 |#1|) (-1069 |#1|))) 13 T ELT)))
-(((-1206 |#1|) (-10 -7 (-15 -3967 ((-1069 |#1|) (-1 (-1069 |#1|) (-1069 |#1|)))) (-15 -3967 ((-583 (-1069 |#1|)) (-1 (-583 (-1069 |#1|)) (-583 (-1069 |#1|))) (-484)))) (-1129)) (T -1206))
-((-3967 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-583 (-1069 *5)) (-583 (-1069 *5)))) (-5 *4 (-484)) (-5 *2 (-583 (-1069 *5))) (-5 *1 (-1206 *5)) (-4 *5 (-1129)))) (-3967 (*1 *2 *3) (-12 (-5 *3 (-1 (-1069 *4) (-1069 *4))) (-5 *2 (-1069 *4)) (-5 *1 (-1206 *4)) (-4 *4 (-1129)))))
-((-3969 (((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|))) 174 T ELT) (((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)) (-85)) 173 T ELT) (((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)) (-85) (-85)) 172 T ELT) (((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)) (-85) (-85) (-85)) 171 T ELT) (((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-958 |#1| |#2|)) 156 T ELT)) (-3968 (((-583 (-958 |#1| |#2|)) (-583 (-857 |#1|))) 85 T ELT) (((-583 (-958 |#1| |#2|)) (-583 (-857 |#1|)) (-85)) 84 T ELT) (((-583 (-958 |#1| |#2|)) (-583 (-857 |#1|)) (-85) (-85)) 83 T ELT)) (-3972 (((-583 (-1060 |#1| (-469 (-773 |#3|)) (-773 |#3|) (-703 |#1| (-773 |#3|)))) (-958 |#1| |#2|)) 73 T ELT)) (-3970 (((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|))) 140 T ELT) (((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)) (-85)) 139 T ELT) (((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)) (-85) (-85)) 138 T ELT) (((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)) (-85) (-85) (-85)) 137 T ELT) (((-583 (-583 (-937 (-350 |#1|)))) (-958 |#1| |#2|)) 132 T ELT)) (-3971 (((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|))) 145 T ELT) (((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)) (-85)) 144 T ELT) (((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)) (-85) (-85)) 143 T ELT) (((-583 (-583 (-937 (-350 |#1|)))) (-958 |#1| |#2|)) 142 T ELT)) (-3973 (((-583 (-703 |#1| (-773 |#3|))) (-1060 |#1| (-469 (-773 |#3|)) (-773 |#3|) (-703 |#1| (-773 |#3|)))) 111 T ELT) (((-1085 (-937 (-350 |#1|))) (-1085 |#1|)) 102 T ELT) (((-857 (-937 (-350 |#1|))) (-703 |#1| (-773 |#3|))) 109 T ELT) (((-857 (-937 (-350 |#1|))) (-857 |#1|)) 107 T ELT) (((-703 |#1| (-773 |#3|)) (-703 |#1| (-773 |#2|))) 33 T ELT)))
-(((-1207 |#1| |#2| |#3|) (-10 -7 (-15 -3968 ((-583 (-958 |#1| |#2|)) (-583 (-857 |#1|)) (-85) (-85))) (-15 -3968 ((-583 (-958 |#1| |#2|)) (-583 (-857 |#1|)) (-85))) (-15 -3968 ((-583 (-958 |#1| |#2|)) (-583 (-857 |#1|)))) (-15 -3969 ((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-958 |#1| |#2|))) (-15 -3969 ((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)) (-85) (-85) (-85))) (-15 -3969 ((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)) (-85) (-85))) (-15 -3969 ((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)) (-85))) (-15 -3969 ((-583 (-2 (|:| -1750 (-1085 |#1|)) (|:| -3225 (-583 (-857 |#1|))))) (-583 (-857 |#1|)))) (-15 -3970 ((-583 (-583 (-937 (-350 |#1|)))) (-958 |#1| |#2|))) (-15 -3970 ((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)) (-85) (-85) (-85))) (-15 -3970 ((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)) (-85) (-85))) (-15 -3970 ((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)) (-85))) (-15 -3970 ((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)))) (-15 -3971 ((-583 (-583 (-937 (-350 |#1|)))) (-958 |#1| |#2|))) (-15 -3971 ((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)) (-85) (-85))) (-15 -3971 ((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)) (-85))) (-15 -3971 ((-583 (-583 (-937 (-350 |#1|)))) (-583 (-857 |#1|)))) (-15 -3972 ((-583 (-1060 |#1| (-469 (-773 |#3|)) (-773 |#3|) (-703 |#1| (-773 |#3|)))) (-958 |#1| |#2|))) (-15 -3973 ((-703 |#1| (-773 |#3|)) (-703 |#1| (-773 |#2|)))) (-15 -3973 ((-857 (-937 (-350 |#1|))) (-857 |#1|))) (-15 -3973 ((-857 (-937 (-350 |#1|))) (-703 |#1| (-773 |#3|)))) (-15 -3973 ((-1085 (-937 (-350 |#1|))) (-1085 |#1|))) (-15 -3973 ((-583 (-703 |#1| (-773 |#3|))) (-1060 |#1| (-469 (-773 |#3|)) (-773 |#3|) (-703 |#1| (-773 |#3|)))))) (-13 (-755) (-258) (-120) (-933)) (-583 (-1090)) (-583 (-1090))) (T -1207))
-((-3973 (*1 *2 *3) (-12 (-5 *3 (-1060 *4 (-469 (-773 *6)) (-773 *6) (-703 *4 (-773 *6)))) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-14 *6 (-583 (-1090))) (-5 *2 (-583 (-703 *4 (-773 *6)))) (-5 *1 (-1207 *4 *5 *6)) (-14 *5 (-583 (-1090))))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-1085 *4)) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-1085 (-937 (-350 *4)))) (-5 *1 (-1207 *4 *5 *6)) (-14 *5 (-583 (-1090))) (-14 *6 (-583 (-1090))))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-703 *4 (-773 *6))) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-14 *6 (-583 (-1090))) (-5 *2 (-857 (-937 (-350 *4)))) (-5 *1 (-1207 *4 *5 *6)) (-14 *5 (-583 (-1090))))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-857 *4)) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-857 (-937 (-350 *4)))) (-5 *1 (-1207 *4 *5 *6)) (-14 *5 (-583 (-1090))) (-14 *6 (-583 (-1090))))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-703 *4 (-773 *5))) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-14 *5 (-583 (-1090))) (-5 *2 (-703 *4 (-773 *6))) (-5 *1 (-1207 *4 *5 *6)) (-14 *6 (-583 (-1090))))) (-3972 (*1 *2 *3) (-12 (-5 *3 (-958 *4 *5)) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-14 *5 (-583 (-1090))) (-5 *2 (-583 (-1060 *4 (-469 (-773 *6)) (-773 *6) (-703 *4 (-773 *6))))) (-5 *1 (-1207 *4 *5 *6)) (-14 *6 (-583 (-1090))))) (-3971 (*1 *2 *3) (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-583 (-937 (-350 *4))))) (-5 *1 (-1207 *4 *5 *6)) (-14 *5 (-583 (-1090))) (-14 *6 (-583 (-1090))))) (-3971 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-583 (-937 (-350 *5))))) (-5 *1 (-1207 *5 *6 *7)) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090))))) (-3971 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-583 (-937 (-350 *5))))) (-5 *1 (-1207 *5 *6 *7)) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090))))) (-3971 (*1 *2 *3) (-12 (-5 *3 (-958 *4 *5)) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-14 *5 (-583 (-1090))) (-5 *2 (-583 (-583 (-937 (-350 *4))))) (-5 *1 (-1207 *4 *5 *6)) (-14 *6 (-583 (-1090))))) (-3970 (*1 *2 *3) (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-583 (-937 (-350 *4))))) (-5 *1 (-1207 *4 *5 *6)) (-14 *5 (-583 (-1090))) (-14 *6 (-583 (-1090))))) (-3970 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-583 (-937 (-350 *5))))) (-5 *1 (-1207 *5 *6 *7)) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090))))) (-3970 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-583 (-937 (-350 *5))))) (-5 *1 (-1207 *5 *6 *7)) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090))))) (-3970 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-583 (-937 (-350 *5))))) (-5 *1 (-1207 *5 *6 *7)) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090))))) (-3970 (*1 *2 *3) (-12 (-5 *3 (-958 *4 *5)) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-14 *5 (-583 (-1090))) (-5 *2 (-583 (-583 (-937 (-350 *4))))) (-5 *1 (-1207 *4 *5 *6)) (-14 *6 (-583 (-1090))))) (-3969 (*1 *2 *3) (-12 (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-2 (|:| -1750 (-1085 *4)) (|:| -3225 (-583 (-857 *4)))))) (-5 *1 (-1207 *4 *5 *6)) (-5 *3 (-583 (-857 *4))) (-14 *5 (-583 (-1090))) (-14 *6 (-583 (-1090))))) (-3969 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-2 (|:| -1750 (-1085 *5)) (|:| -3225 (-583 (-857 *5)))))) (-5 *1 (-1207 *5 *6 *7)) (-5 *3 (-583 (-857 *5))) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090))))) (-3969 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-2 (|:| -1750 (-1085 *5)) (|:| -3225 (-583 (-857 *5)))))) (-5 *1 (-1207 *5 *6 *7)) (-5 *3 (-583 (-857 *5))) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090))))) (-3969 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-2 (|:| -1750 (-1085 *5)) (|:| -3225 (-583 (-857 *5)))))) (-5 *1 (-1207 *5 *6 *7)) (-5 *3 (-583 (-857 *5))) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090))))) (-3969 (*1 *2 *3) (-12 (-5 *3 (-958 *4 *5)) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-14 *5 (-583 (-1090))) (-5 *2 (-583 (-2 (|:| -1750 (-1085 *4)) (|:| -3225 (-583 (-857 *4)))))) (-5 *1 (-1207 *4 *5 *6)) (-14 *6 (-583 (-1090))))) (-3968 (*1 *2 *3) (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-958 *4 *5))) (-5 *1 (-1207 *4 *5 *6)) (-14 *5 (-583 (-1090))) (-14 *6 (-583 (-1090))))) (-3968 (*1 *2 *3 *4) (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-958 *5 *6))) (-5 *1 (-1207 *5 *6 *7)) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090))))) (-3968 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-958 *5 *6))) (-5 *1 (-1207 *5 *6 *7)) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090))))))
-((-3976 (((-3 (-1179 (-350 (-484))) #1="failed") (-1179 |#1|) |#1|) 21 T ELT)) (-3974 (((-85) (-1179 |#1|)) 12 T ELT)) (-3975 (((-3 (-1179 (-484)) #1#) (-1179 |#1|)) 16 T ELT)))
-(((-1208 |#1|) (-10 -7 (-15 -3974 ((-85) (-1179 |#1|))) (-15 -3975 ((-3 (-1179 (-484)) #1="failed") (-1179 |#1|))) (-15 -3976 ((-3 (-1179 (-350 (-484))) #1#) (-1179 |#1|) |#1|))) (-13 (-961) (-580 (-484)))) (T -1208))
-((-3976 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1179 *4)) (-4 *4 (-13 (-961) (-580 (-484)))) (-5 *2 (-1179 (-350 (-484)))) (-5 *1 (-1208 *4)))) (-3975 (*1 *2 *3) (|partial| -12 (-5 *3 (-1179 *4)) (-4 *4 (-13 (-961) (-580 (-484)))) (-5 *2 (-1179 (-484))) (-5 *1 (-1208 *4)))) (-3974 (*1 *2 *3) (-12 (-5 *3 (-1179 *4)) (-4 *4 (-13 (-961) (-580 (-484)))) (-5 *2 (-85)) (-5 *1 (-1208 *4)))))
-((-2569 (((-85) $ $) NIL T ELT)) (-3189 (((-85) $) 12 T ELT)) (-1312 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3137 (((-694)) 9 T ELT)) (-3725 (($) NIL T CONST)) (-3468 (((-3 $ #1#) $) 57 T ELT)) (-2995 (($) 46 T ELT)) (-1214 (((-85) $ $) NIL T ELT)) (-2410 (((-85) $) 38 T ELT)) (-3446 (((-632 $) $) 36 T ELT)) (-2010 (((-830) $) 14 T ELT)) (-3243 (((-1073) $) NIL T ELT)) (-3447 (($) 26 T CONST)) (-2400 (($ (-830)) 47 T ELT)) (-3244 (((-1033) $) NIL T ELT)) (-3973 (((-484) $) 16 T ELT)) (-3947 (((-772) $) 21 T ELT) (($ (-484)) 18 T ELT)) (-3127 (((-694)) 10 T CONST)) (-1265 (((-85) $ $) 59 T ELT)) (-3126 (((-85) $ $) NIL T ELT)) (-2661 (($) 23 T CONST)) (-2667 (($) 25 T CONST)) (-3057 (((-85) $ $) 31 T ELT)) (-3838 (($ $) 50 T ELT) (($ $ $) 44 T ELT)) (-3840 (($ $ $) 29 T ELT)) (** (($ $ (-830)) NIL T ELT) (($ $ (-694)) 52 T ELT)) (* (($ (-830) $) NIL T ELT) (($ (-694) $) NIL T ELT) (($ (-484) $) 41 T ELT) (($ $ $) 40 T ELT)))
-(((-1209 |#1|) (-13 (-146) (-320) (-553 (-484)) (-1066)) (-830)) (T -1209))
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-((-3 2789145 2789150 2789155 NIL NIL NIL (NIL) -8 NIL NIL NIL) (-2 2789130 2789135 2789140 NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1 2789115 2789120 2789125 NIL NIL NIL (NIL) -8 NIL NIL NIL) (0 2789100 2789105 2789110 NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1209 2788079 2789018 2789095 "ZMOD" NIL ZMOD (NIL NIL) -8 NIL NIL NIL) (-1208 2787294 2787473 2787692 "ZLINDEP" NIL ZLINDEP (NIL T) -7 NIL NIL NIL) (-1207 2778453 2780322 2782256 "ZDSOLVE" NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL NIL) (-1206 2777841 2777994 2778183 "YSTREAM" NIL YSTREAM (NIL T) -7 NIL NIL NIL) (-1205 2777303 2777606 2777719 "YDIAGRAM" NIL YDIAGRAM (NIL) -8 NIL NIL NIL) (-1204 2774863 2776765 2776968 "XRPOLY" NIL XRPOLY (NIL T T) -8 NIL NIL NIL) (-1203 2771627 2773280 2773851 "XPR" NIL XPR (NIL T T) -8 NIL NIL NIL) (-1202 2768884 2770614 2770668 "XPOLYC" 2770953 XPOLYC (NIL T T) -9 NIL 2771066 NIL) (-1201 2766403 2768388 2768591 "XPOLY" NIL XPOLY (NIL T) -8 NIL NIL NIL) (-1200 2762651 2765262 2765650 "XPBWPOLY" NIL XPBWPOLY (NIL T T) -8 NIL NIL NIL) (-1199 2757498 2759131 2759185 "XFALG" 2761330 XFALG (NIL T T) -9 NIL 2762114 NIL) (-1198 2752654 2755387 2755429 "XF" 2756047 XF (NIL T) -9 NIL 2756443 NIL) (-1197 2752372 2752482 2752649 "XF-" NIL XF- (NIL T T) -7 NIL NIL NIL) (-1196 2751599 2751721 2751925 "XEXPPKG" NIL XEXPPKG (NIL T T T) -7 NIL NIL NIL) (-1195 2749341 2751499 2751594 "XDPOLY" NIL XDPOLY (NIL T T) -8 NIL NIL NIL) (-1194 2747922 2748717 2748759 "XALG" 2748764 XALG (NIL T) -9 NIL 2748873 NIL) (-1193 2741773 2746332 2746810 "WUTSET" NIL WUTSET (NIL T T T T) -8 NIL NIL NIL) (-1192 2740016 2741018 2741339 "WP" NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL NIL) (-1191 2739615 2739887 2739956 "WHILEAST" NIL WHILEAST (NIL) -8 NIL NIL NIL) (-1190 2739102 2739405 2739498 "WHEREAST" NIL WHEREAST (NIL) -8 NIL NIL NIL) (-1189 2738179 2738389 2738684 "WFFINTBS" NIL WFFINTBS (NIL T T T T) -7 NIL NIL NIL) (-1188 2736475 2736938 2737400 "WEIER" NIL WEIER (NIL T) -7 NIL NIL NIL) (-1187 2735364 2735949 2735991 "VSPACE" 2736127 VSPACE (NIL T) -9 NIL 2736201 NIL) (-1186 2735235 2735268 2735359 "VSPACE-" NIL VSPACE- (NIL T T) -7 NIL NIL NIL) (-1185 2735078 2735132 2735200 "VOID" NIL VOID (NIL) -8 NIL NIL NIL) (-1184 2732061 2732856 2733593 "VIEWDEF" NIL VIEWDEF (NIL) -7 NIL NIL NIL) (-1183 2723159 2725760 2727933 "VIEW3D" NIL VIEW3D (NIL) -8 NIL NIL NIL) (-1182 2716736 2718627 2720206 "VIEW2D" NIL VIEW2D (NIL) -8 NIL NIL NIL) (-1181 2715220 2715615 2716021 "VIEW" NIL VIEW (NIL) -7 NIL NIL NIL) (-1180 2714047 2714328 2714644 "VECTOR2" NIL VECTOR2 (NIL T T) -7 NIL NIL NIL) (-1179 2709444 2713874 2713966 "VECTOR" NIL VECTOR (NIL T) -8 NIL NIL NIL) (-1178 2702789 2707117 2707160 "VECTCAT" 2708148 VECTCAT (NIL T) -9 NIL 2708732 NIL) (-1177 2702068 2702394 2702784 "VECTCAT-" NIL VECTCAT- (NIL T T) -7 NIL NIL NIL) (-1176 2701562 2701804 2701924 "VARIABLE" NIL VARIABLE (NIL NIL) -8 NIL NIL NIL) (-1175 2701495 2701500 2701530 "UTYPE" 2701535 UTYPE (NIL) -9 NIL NIL NIL) (-1174 2700482 2700658 2700919 "UTSODETL" NIL UTSODETL (NIL T T T T) -7 NIL NIL NIL) (-1173 2698333 2698841 2699365 "UTSODE" NIL UTSODE (NIL T T) -7 NIL NIL NIL) (-1172 2688215 2694185 2694227 "UTSCAT" 2695325 UTSCAT (NIL T) -9 NIL 2696082 NIL) (-1171 2686280 2687223 2688210 "UTSCAT-" NIL UTSCAT- (NIL T T) -7 NIL NIL NIL) (-1170 2685954 2686003 2686134 "UTS2" NIL UTS2 (NIL T T T T) -7 NIL NIL NIL) (-1169 2677665 2684150 2684629 "UTS" NIL UTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1168 2672227 2674500 2674543 "URAGG" 2676583 URAGG (NIL T) -9 NIL 2677308 NIL) (-1167 2670298 2671230 2672222 "URAGG-" NIL URAGG- (NIL T T) -7 NIL NIL NIL) (-1166 2666005 2669274 2669736 "UPXSSING" NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL NIL) (-1165 2658434 2665929 2666000 "UPXSCONS" NIL UPXSCONS (NIL T T) -8 NIL NIL NIL) (-1164 2647085 2654572 2654633 "UPXSCCA" 2655201 UPXSCCA (NIL T T) -9 NIL 2655433 NIL) (-1163 2646806 2646908 2647080 "UPXSCCA-" NIL UPXSCCA- (NIL T T T) -7 NIL NIL NIL) (-1162 2635358 2642570 2642612 "UPXSCAT" 2643252 UPXSCAT (NIL T) -9 NIL 2643860 NIL) (-1161 2634871 2634956 2635133 "UPXS2" NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1160 2626557 2634462 2634724 "UPXS" NIL UPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1159 2625452 2625722 2626072 "UPSQFREE" NIL UPSQFREE (NIL T T) -7 NIL NIL NIL) (-1158 2618155 2621640 2621694 "UPSCAT" 2622763 UPSCAT (NIL T T) -9 NIL 2623527 NIL) (-1157 2617575 2617827 2618150 "UPSCAT-" NIL UPSCAT- (NIL T T T) -7 NIL NIL NIL) (-1156 2617249 2617298 2617429 "UPOLYC2" NIL UPOLYC2 (NIL T T T T) -7 NIL NIL NIL) (-1155 2601379 2610333 2610375 "UPOLYC" 2612453 UPOLYC (NIL T) -9 NIL 2613673 NIL) (-1154 2595434 2598282 2601374 "UPOLYC-" NIL UPOLYC- (NIL T T) -7 NIL NIL NIL) (-1153 2594870 2594995 2595158 "UPMP" NIL UPMP (NIL T T) -7 NIL NIL NIL) (-1152 2594504 2594591 2594730 "UPDIVP" NIL UPDIVP (NIL T T) -7 NIL NIL NIL) (-1151 2593317 2593584 2593888 "UPDECOMP" NIL UPDECOMP (NIL T T) -7 NIL NIL NIL) (-1150 2592650 2592780 2592965 "UPCDEN" NIL UPCDEN (NIL T T T) -7 NIL NIL NIL) (-1149 2592242 2592317 2592464 "UP2" NIL UP2 (NIL NIL T NIL T) -7 NIL NIL NIL) (-1148 2583006 2592008 2592136 "UP" NIL UP (NIL NIL T) -8 NIL NIL NIL) (-1147 2582368 2582505 2582710 "UNISEG2" NIL UNISEG2 (NIL T T) -7 NIL NIL NIL) (-1146 2580969 2581816 2582092 "UNISEG" NIL UNISEG (NIL T) -8 NIL NIL NIL) (-1145 2580198 2580395 2580620 "UNIFACT" NIL UNIFACT (NIL T) -7 NIL NIL NIL) (-1144 2567008 2580122 2580193 "ULSCONS" NIL ULSCONS (NIL T T) -8 NIL NIL NIL) (-1143 2546814 2560049 2560110 "ULSCCAT" 2560741 ULSCCAT (NIL T T) -9 NIL 2561028 NIL) (-1142 2546149 2546435 2546809 "ULSCCAT-" NIL ULSCCAT- (NIL T T T) -7 NIL NIL NIL) (-1141 2534521 2541655 2541697 "ULSCAT" 2542550 ULSCAT (NIL T) -9 NIL 2543280 NIL) (-1140 2534034 2534119 2534296 "ULS2" NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1139 2516151 2533533 2533774 "ULS" NIL ULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1138 2515185 2515878 2515992 "UINT8" NIL UINT8 (NIL) -8 NIL NIL 2516103) (-1137 2514218 2514911 2515025 "UINT64" NIL UINT64 (NIL) -8 NIL NIL 2515136) (-1136 2513251 2513944 2514058 "UINT32" NIL UINT32 (NIL) -8 NIL NIL 2514169) (-1135 2512284 2512977 2513091 "UINT16" NIL UINT16 (NIL) -8 NIL NIL 2513202) (-1134 2510291 2511512 2511542 "UFD" 2511753 UFD (NIL) -9 NIL 2511866 NIL) (-1133 2510135 2510192 2510286 "UFD-" NIL UFD- (NIL T) -7 NIL NIL NIL) (-1132 2509387 2509594 2509810 "UDVO" NIL UDVO (NIL) -7 NIL NIL NIL) (-1131 2507607 2508060 2508525 "UDPO" NIL UDPO (NIL T) -7 NIL NIL NIL) (-1130 2507332 2507572 2507602 "TYPEAST" NIL TYPEAST (NIL) -8 NIL NIL NIL) (-1129 2507270 2507275 2507305 "TYPE" 2507310 TYPE (NIL) -9 NIL 2507317 NIL) (-1128 2506429 2506649 2506889 "TWOFACT" NIL TWOFACT (NIL T) -7 NIL NIL NIL) (-1127 2505607 2506038 2506273 "TUPLE" NIL TUPLE (NIL T) -8 NIL NIL NIL) (-1126 2503761 2504334 2504873 "TUBETOOL" NIL TUBETOOL (NIL) -7 NIL NIL NIL) (-1125 2502795 2503031 2503267 "TUBE" NIL TUBE (NIL T) -8 NIL NIL NIL) (-1124 2491412 2495588 2495684 "TSETCAT" 2500899 TSETCAT (NIL T T T T) -9 NIL 2502403 NIL) (-1123 2487749 2489565 2491407 "TSETCAT-" NIL TSETCAT- (NIL T T T T T) -7 NIL NIL NIL) (-1122 2482141 2486975 2487257 "TS" NIL TS (NIL T) -8 NIL NIL NIL) (-1121 2477478 2478491 2479420 "TRMANIP" NIL TRMANIP (NIL T T) -7 NIL NIL NIL) (-1120 2476975 2477050 2477213 "TRIMAT" NIL TRIMAT (NIL T T T T) -7 NIL NIL NIL) (-1119 2475051 2475341 2475696 "TRIGMNIP" NIL TRIGMNIP (NIL T T) -7 NIL NIL NIL) (-1118 2474535 2474684 2474714 "TRIGCAT" 2474927 TRIGCAT (NIL) -9 NIL NIL NIL) (-1117 2474286 2474389 2474530 "TRIGCAT-" NIL TRIGCAT- (NIL T) -7 NIL NIL NIL) (-1116 2471341 2473392 2473673 "TREE" NIL TREE (NIL T) -8 NIL NIL NIL) (-1115 2470447 2471143 2471173 "TRANFUN" 2471208 TRANFUN (NIL) -9 NIL 2471274 NIL) (-1114 2469911 2470162 2470442 "TRANFUN-" NIL TRANFUN- (NIL T) -7 NIL NIL NIL) (-1113 2469748 2469786 2469847 "TOPSP" NIL TOPSP (NIL) -7 NIL NIL NIL) (-1112 2469205 2469336 2469487 "TOOLSIGN" NIL TOOLSIGN (NIL T) -7 NIL NIL NIL) (-1111 2467946 2468603 2468839 "TEXTFILE" NIL TEXTFILE (NIL) -8 NIL NIL NIL) (-1110 2467758 2467795 2467867 "TEX1" NIL TEX1 (NIL T) -7 NIL NIL NIL) (-1109 2465972 2466618 2467047 "TEX" NIL TEX (NIL) -8 NIL NIL NIL) (-1108 2464352 2464689 2465011 "TBCMPPK" NIL TBCMPPK (NIL T T) -7 NIL NIL NIL) (-1107 2454413 2462113 2462169 "TBAGG" 2462486 TBAGG (NIL T T) -9 NIL 2462696 NIL) (-1106 2451949 2453138 2454408 "TBAGG-" NIL TBAGG- (NIL T T T) -7 NIL NIL NIL) (-1105 2451426 2451551 2451696 "TANEXP" NIL TANEXP (NIL T) -7 NIL NIL NIL) (-1104 2450936 2451256 2451346 "TALGOP" NIL TALGOP (NIL T) -8 NIL NIL NIL) (-1103 2450433 2450550 2450688 "TABLEAU" NIL TABLEAU (NIL T) -8 NIL NIL NIL) (-1102 2442937 2450361 2450428 "TABLE" NIL TABLE (NIL T T) -8 NIL NIL NIL) (-1101 2438690 2439985 2441230 "TABLBUMP" NIL TABLBUMP (NIL T) -7 NIL NIL NIL) (-1100 2438059 2438218 2438399 "SYSTEM" NIL SYSTEM (NIL) -7 NIL NIL NIL) (-1099 2435213 2435966 2436749 "SYSSOLP" NIL SYSSOLP (NIL T) -7 NIL NIL NIL) (-1098 2434987 2435177 2435208 "SYSPTR" NIL SYSPTR (NIL) -8 NIL NIL NIL) (-1097 2433941 2434626 2434752 "SYSNNI" NIL SYSNNI (NIL NIL) -8 NIL NIL 2434938) (-1096 2433205 2433753 2433832 "SYSINT" NIL SYSINT (NIL NIL) -8 NIL NIL 2433892) (-1095 2430028 2431187 2431887 "SYNTAX" NIL SYNTAX (NIL) -8 NIL NIL NIL) (-1094 2427711 2428394 2429028 "SYMTAB" NIL SYMTAB (NIL) -8 NIL NIL NIL) (-1093 2423789 2424835 2425812 "SYMS" NIL SYMS (NIL) -8 NIL NIL NIL) (-1092 2420888 2423444 2423673 "SYMPOLY" NIL SYMPOLY (NIL T) -8 NIL NIL NIL) (-1091 2420484 2420571 2420693 "SYMFUNC" NIL SYMFUNC (NIL T) -7 NIL NIL NIL) (-1090 2417108 2418582 2419401 "SYMBOL" NIL SYMBOL (NIL) -8 NIL NIL NIL) (-1089 2410068 2416305 2416598 "SUTS" NIL SUTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1088 2401754 2409659 2409921 "SUPXS" NIL SUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1087 2401033 2401172 2401389 "SUPFRACF" NIL SUPFRACF (NIL T T T T) -7 NIL NIL NIL) (-1086 2400717 2400782 2400893 "SUP2" NIL SUP2 (NIL T T) -7 NIL NIL NIL) (-1085 2391440 2400429 2400554 "SUP" NIL SUP (NIL T) -8 NIL NIL NIL) (-1084 2390170 2390468 2390823 "SUMRF" NIL SUMRF (NIL T) -7 NIL NIL NIL) (-1083 2389575 2389653 2389844 "SUMFS" NIL SUMFS (NIL T T) -7 NIL NIL NIL) (-1082 2371727 2389074 2389315 "SULS" NIL SULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1081 2371326 2371598 2371667 "SUCHTAST" NIL SUCHTAST (NIL) -8 NIL NIL NIL) (-1080 2370662 2370943 2371083 "SUCH" NIL SUCH (NIL T T) -8 NIL NIL NIL) (-1079 2365264 2366523 2367476 "SUBSPACE" NIL SUBSPACE (NIL NIL T) -8 NIL NIL NIL) (-1078 2364796 2364896 2365060 "SUBRESP" NIL SUBRESP (NIL T T) -7 NIL NIL NIL) (-1077 2359907 2361189 2362336 "STTFNC" NIL STTFNC (NIL T) -7 NIL NIL NIL) (-1076 2354365 2355836 2357147 "STTF" NIL STTF (NIL T) -7 NIL NIL NIL) (-1075 2347280 2349344 2351135 "STTAYLOR" NIL STTAYLOR (NIL T) -7 NIL NIL NIL) (-1074 2339449 2347218 2347275 "STRTBL" NIL STRTBL (NIL T) -8 NIL NIL NIL) (-1073 2334398 2339163 2339278 "STRING" NIL STRING (NIL) -8 NIL NIL NIL) (-1072 2333985 2334068 2334212 "STREAM3" NIL STREAM3 (NIL T T T) -7 NIL NIL NIL) (-1071 2333136 2333337 2333572 "STREAM2" NIL STREAM2 (NIL T T) -7 NIL NIL NIL) (-1070 2332876 2332934 2333027 "STREAM1" NIL STREAM1 (NIL T) -7 NIL NIL NIL) (-1069 2326343 2331079 2331687 "STREAM" NIL STREAM (NIL T) -8 NIL NIL NIL) (-1068 2325519 2325724 2325955 "STINPROD" NIL STINPROD (NIL T) -7 NIL NIL NIL) (-1067 2324764 2325135 2325282 "STEPAST" NIL STEPAST (NIL) -8 NIL NIL NIL) (-1066 2324252 2324494 2324524 "STEP" 2324618 STEP (NIL) -9 NIL 2324689 NIL) (-1065 2316746 2324170 2324247 "STBL" NIL STBL (NIL T T NIL) -8 NIL NIL NIL) (-1064 2311731 2315544 2315587 "STAGG" 2316014 STAGG (NIL T) -9 NIL 2316188 NIL) (-1063 2310189 2310897 2311726 "STAGG-" NIL STAGG- (NIL T T) -7 NIL NIL NIL) (-1062 2308410 2310016 2310108 "STACK" NIL STACK (NIL T) -8 NIL NIL NIL) (-1061 2307690 2308229 2308259 "SRING" 2308264 SRING (NIL) -9 NIL 2308284 NIL) (-1060 2300605 2306228 2306667 "SREGSET" NIL SREGSET (NIL T T T T) -8 NIL NIL NIL) (-1059 2294379 2295818 2297322 "SRDCMPK" NIL SRDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1058 2287017 2291674 2291704 "SRAGG" 2293003 SRAGG (NIL) -9 NIL 2293607 NIL) (-1057 2286314 2286634 2287012 "SRAGG-" NIL SRAGG- (NIL T) -7 NIL NIL NIL) (-1056 2280474 2285636 2286059 "SQMATRIX" NIL SQMATRIX (NIL NIL T) -8 NIL NIL NIL) (-1055 2274486 2277827 2278578 "SPLTREE" NIL SPLTREE (NIL T T) -8 NIL NIL NIL) (-1054 2270915 2271734 2272371 "SPLNODE" NIL SPLNODE (NIL T T) -8 NIL NIL NIL) (-1053 2269890 2270195 2270225 "SPFCAT" 2270669 SPFCAT (NIL) -9 NIL NIL NIL) (-1052 2268827 2269079 2269343 "SPECOUT" NIL SPECOUT (NIL) -7 NIL NIL NIL) (-1051 2259585 2261859 2261889 "SPADXPT" 2266526 SPADXPT (NIL) -9 NIL 2268650 NIL) (-1050 2259387 2259433 2259502 "SPADPRSR" NIL SPADPRSR (NIL) -7 NIL NIL NIL) (-1049 2257043 2259351 2259382 "SPADAST" NIL SPADAST (NIL) -8 NIL NIL NIL) (-1048 2248717 2250806 2250848 "SPACEC" 2255163 SPACEC (NIL T) -9 NIL 2256968 NIL) (-1047 2246546 2248664 2248712 "SPACE3" NIL SPACE3 (NIL T) -8 NIL NIL NIL) (-1046 2245525 2245714 2245997 "SORTPAK" NIL SORTPAK (NIL T T) -7 NIL NIL NIL) (-1045 2243929 2244262 2244673 "SOLVETRA" NIL SOLVETRA (NIL T) -7 NIL NIL NIL) (-1044 2243194 2243428 2243689 "SOLVESER" NIL SOLVESER (NIL T) -7 NIL NIL NIL) (-1043 2239374 2240334 2241329 "SOLVERAD" NIL SOLVERAD (NIL T) -7 NIL NIL NIL) (-1042 2235732 2236431 2237160 "SOLVEFOR" NIL SOLVEFOR (NIL T T) -7 NIL NIL NIL) (-1041 2229773 2235035 2235131 "SNTSCAT" 2235136 SNTSCAT (NIL T T T T) -9 NIL 2235206 NIL) (-1040 2223594 2228414 2228804 "SMTS" NIL SMTS (NIL T T T) -8 NIL NIL NIL) (-1039 2217366 2223513 2223589 "SMP" NIL SMP (NIL T T) -8 NIL NIL NIL) (-1038 2215798 2216129 2216527 "SMITH" NIL SMITH (NIL T T T T) -7 NIL NIL NIL) (-1037 2207490 2212364 2212466 "SMATCAT" 2213809 SMATCAT (NIL NIL T T T) -9 NIL 2214357 NIL) (-1036 2205331 2206315 2207485 "SMATCAT-" NIL SMATCAT- (NIL T NIL T T T) -7 NIL NIL NIL) (-1035 2203937 2204789 2204832 "SMAGG" 2204917 SMAGG (NIL T) -9 NIL 2204992 NIL) (-1034 2201556 2203104 2203147 "SKAGG" 2203408 SKAGG (NIL T) -9 NIL 2203544 NIL) (-1033 2197602 2201376 2201487 "SINT" NIL SINT (NIL) -8 NIL NIL 2201528) (-1032 2197412 2197456 2197522 "SIMPAN" NIL SIMPAN (NIL) -7 NIL NIL NIL) (-1031 2196487 2196719 2196987 "SIGNRF" NIL SIGNRF (NIL T) -7 NIL NIL NIL) (-1030 2195491 2195653 2195929 "SIGNEF" NIL SIGNEF (NIL T T) -7 NIL NIL NIL) (-1029 2194837 2195177 2195300 "SIGAST" NIL SIGAST (NIL) -8 NIL NIL NIL) (-1028 2194183 2194490 2194630 "SIG" NIL SIG (NIL) -8 NIL NIL NIL) (-1027 2192294 2192786 2193292 "SHP" NIL SHP (NIL T NIL) -7 NIL NIL NIL) (-1026 2185832 2192213 2192289 "SHDP" NIL SHDP (NIL NIL NIL T) -8 NIL NIL NIL) (-1025 2185335 2185572 2185602 "SGROUP" 2185695 SGROUP (NIL) -9 NIL 2185757 NIL) (-1024 2185225 2185257 2185330 "SGROUP-" NIL SGROUP- (NIL T) -7 NIL NIL NIL) (-1023 2184863 2184903 2184944 "SGPOPC" 2184949 SGPOPC (NIL T) -9 NIL 2185150 NIL) (-1022 2184397 2184674 2184780 "SGPOP" NIL SGPOP (NIL T) -8 NIL NIL NIL) (-1021 2181820 2182589 2183311 "SGCF" NIL SGCF (NIL) -7 NIL NIL NIL) (-1020 2175960 2181222 2181318 "SFRTCAT" 2181323 SFRTCAT (NIL T T T T) -9 NIL 2181361 NIL) (-1019 2170352 2171465 2172592 "SFRGCD" NIL SFRGCD (NIL T T T T T) -7 NIL NIL NIL) (-1018 2164528 2165689 2166853 "SFQCMPK" NIL SFQCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1017 2163500 2164402 2164523 "SEXOF" NIL SEXOF (NIL T T T T T) -8 NIL NIL NIL) (-1016 2159108 2160003 2160098 "SEXCAT" 2162711 SEXCAT (NIL T T T T T) -9 NIL 2163262 NIL) (-1015 2158081 2159035 2159103 "SEX" NIL SEX (NIL) -8 NIL NIL NIL) (-1014 2156472 2157057 2157359 "SETMN" NIL SETMN (NIL NIL NIL) -8 NIL NIL NIL) (-1013 2155995 2156180 2156210 "SETCAT" 2156327 SETCAT (NIL) -9 NIL 2156411 NIL) (-1012 2155827 2155891 2155990 "SETCAT-" NIL SETCAT- (NIL T) -7 NIL NIL NIL) (-1011 2152839 2154281 2154324 "SETAGG" 2155192 SETAGG (NIL T) -9 NIL 2155530 NIL) (-1010 2152445 2152597 2152834 "SETAGG-" NIL SETAGG- (NIL T T) -7 NIL NIL NIL) (-1009 2149690 2152392 2152440 "SET" NIL SET (NIL T) -8 NIL NIL NIL) (-1008 2149156 2149466 2149566 "SEQAST" NIL SEQAST (NIL) -8 NIL NIL NIL) (-1007 2148283 2148649 2148710 "SEGXCAT" 2148996 SEGXCAT (NIL T T) -9 NIL 2149116 NIL) (-1006 2147208 2147476 2147519 "SEGCAT" 2148041 SEGCAT (NIL T) -9 NIL 2148262 NIL) (-1005 2146888 2146953 2147066 "SEGBIND2" NIL SEGBIND2 (NIL T T) -7 NIL NIL NIL) (-1004 2145954 2146424 2146632 "SEGBIND" NIL SEGBIND (NIL T) -8 NIL NIL NIL) (-1003 2145532 2145811 2145887 "SEGAST" NIL SEGAST (NIL) -8 NIL NIL NIL) (-1002 2144897 2145033 2145237 "SEG2" NIL SEG2 (NIL T T) -7 NIL NIL NIL) (-1001 2143963 2144710 2144892 "SEG" NIL SEG (NIL T) -8 NIL NIL NIL) (-1000 2143216 2143911 2143958 "SDVAR" NIL SDVAR (NIL T) -8 NIL NIL NIL) (-999 2134703 2143085 2143211 "SDPOL" NIL SDPOL (NIL T) -8 NIL NIL NIL) (-998 2133563 2133853 2134170 "SCPKG" NIL SCPKG (NIL T) -7 NIL NIL NIL) (-997 2132869 2133081 2133269 "SCOPE" NIL SCOPE (NIL) -8 NIL NIL NIL) (-996 2132219 2132376 2132552 "SCACHE" NIL SCACHE (NIL T) -7 NIL NIL NIL) (-995 2131792 2132023 2132051 "SASTCAT" 2132056 SASTCAT (NIL) -9 NIL 2132069 NIL) (-994 2131259 2131684 2131758 "SAOS" NIL SAOS (NIL) -8 NIL NIL NIL) (-993 2130862 2130903 2131074 "SAERFFC" NIL SAERFFC (NIL T T T) -7 NIL NIL NIL) (-992 2130493 2130534 2130691 "SAEFACT" NIL SAEFACT (NIL T T T) -7 NIL NIL NIL) (-991 2123574 2130410 2130488 "SAE" NIL SAE (NIL T T NIL) -8 NIL NIL NIL) (-990 2122224 2122553 2122949 "RURPK" NIL RURPK (NIL T NIL) -7 NIL NIL NIL) (-989 2120985 2121346 2121646 "RULESET" NIL RULESET (NIL T T T) -8 NIL NIL NIL) (-988 2120609 2120830 2120911 "RULECOLD" NIL RULECOLD (NIL NIL) -8 NIL NIL NIL) (-987 2118069 2118703 2119156 "RULE" NIL RULE (NIL T T T) -8 NIL NIL NIL) (-986 2117908 2117941 2118009 "RTVALUE" NIL RTVALUE (NIL) -8 NIL NIL NIL) (-985 2117399 2117702 2117793 "RSTRCAST" NIL RSTRCAST (NIL) -8 NIL NIL NIL) (-984 2113027 2113895 2114806 "RSETGCD" NIL RSETGCD (NIL T T T T T) -7 NIL NIL NIL) (-983 2102101 2107363 2107457 "RSETCAT" 2111513 RSETCAT (NIL T T T T) -9 NIL 2112601 NIL) (-982 2100639 2101281 2102096 "RSETCAT-" NIL RSETCAT- (NIL T T T T T) -7 NIL NIL NIL) (-981 2094413 2095858 2097365 "RSDCMPK" NIL RSDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-980 2092295 2092852 2092924 "RRCC" 2093997 RRCC (NIL T T) -9 NIL 2094338 NIL) (-979 2091820 2092019 2092290 "RRCC-" NIL RRCC- (NIL T T T) -7 NIL NIL NIL) (-978 2091290 2091600 2091698 "RPTAST" NIL RPTAST (NIL) -8 NIL NIL NIL) (-977 2063842 2074555 2074619 "RPOLCAT" 2085093 RPOLCAT (NIL T T T) -9 NIL 2088238 NIL) (-976 2057941 2060764 2063837 "RPOLCAT-" NIL RPOLCAT- (NIL T T T T) -7 NIL NIL NIL) (-975 2054108 2057689 2057827 "ROMAN" NIL ROMAN (NIL) -8 NIL NIL NIL) (-974 2052436 2053175 2053431 "ROIRC" NIL ROIRC (NIL T T) -8 NIL NIL NIL) (-973 2048079 2050891 2050919 "RNS" 2051181 RNS (NIL) -9 NIL 2051433 NIL) (-972 2046982 2047469 2048006 "RNS-" NIL RNS- (NIL T) -7 NIL NIL NIL) (-971 2046100 2046501 2046701 "RNGBIND" NIL RNGBIND (NIL T T) -8 NIL NIL NIL) (-970 2045238 2045800 2045828 "RNG" 2045888 RNG (NIL) -9 NIL 2045942 NIL) (-969 2045127 2045161 2045233 "RNG-" NIL RNG- (NIL T) -7 NIL NIL NIL) (-968 2044389 2044894 2044934 "RMODULE" 2044939 RMODULE (NIL T) -9 NIL 2044965 NIL) (-967 2043328 2043434 2043764 "RMCAT2" NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL NIL) (-966 2040279 2042918 2043211 "RMATRIX" NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL NIL) (-965 2033027 2035413 2035525 "RMATCAT" 2038830 RMATCAT (NIL NIL NIL T T T) -9 NIL 2039796 NIL) (-964 2032544 2032723 2033022 "RMATCAT-" NIL RMATCAT- (NIL T NIL NIL T T T) -7 NIL NIL NIL) (-963 2032112 2032323 2032364 "RLINSET" 2032425 RLINSET (NIL T) -9 NIL 2032469 NIL) (-962 2031757 2031838 2031964 "RINTERP" NIL RINTERP (NIL NIL T) -7 NIL NIL NIL) (-961 2030603 2031334 2031362 "RING" 2031417 RING (NIL) -9 NIL 2031509 NIL) (-960 2030448 2030504 2030598 "RING-" NIL RING- (NIL T) -7 NIL NIL NIL) (-959 2029502 2029769 2030025 "RIDIST" NIL RIDIST (NIL) -7 NIL NIL NIL) (-958 2020726 2029130 2029331 "RGCHAIN" NIL RGCHAIN (NIL T NIL) -8 NIL NIL NIL) (-957 2019951 2020462 2020501 "RGBCSPC" 2020558 RGBCSPC (NIL T) -9 NIL 2020609 NIL) (-956 2018985 2019471 2019510 "RGBCMDL" 2019738 RGBCMDL (NIL T) -9 NIL 2019852 NIL) (-955 2018697 2018766 2018867 "RFFACTOR" NIL RFFACTOR (NIL T) -7 NIL NIL NIL) (-954 2018460 2018501 2018596 "RFFACT" NIL RFFACT (NIL T) -7 NIL NIL NIL) (-953 2016884 2017314 2017694 "RFDIST" NIL RFDIST (NIL) -7 NIL NIL NIL) (-952 2014471 2015139 2015807 "RF" NIL RF (NIL T) -7 NIL NIL NIL) (-951 2014021 2014119 2014279 "RETSOL" NIL RETSOL (NIL T T) -7 NIL NIL NIL) (-950 2013643 2013741 2013782 "RETRACT" 2013913 RETRACT (NIL T) -9 NIL 2014000 NIL) (-949 2013523 2013554 2013638 "RETRACT-" NIL RETRACT- (NIL T T) -7 NIL NIL NIL) (-948 2013125 2013397 2013464 "RETAST" NIL RETAST (NIL) -8 NIL NIL NIL) (-947 2011605 2012496 2012693 "RESRING" NIL RESRING (NIL T T T T NIL) -8 NIL NIL NIL) (-946 2011296 2011357 2011453 "RESLATC" NIL RESLATC (NIL T) -7 NIL NIL NIL) (-945 2011039 2011080 2011185 "REPSQ" NIL REPSQ (NIL T) -7 NIL NIL NIL) (-944 2010774 2010815 2010924 "REPDB" NIL REPDB (NIL T) -7 NIL NIL NIL) (-943 2005845 2007296 2008511 "REP2" NIL REP2 (NIL T) -7 NIL NIL NIL) (-942 2002944 2003702 2004510 "REP1" NIL REP1 (NIL T) -7 NIL NIL NIL) (-941 2000913 2001535 2002135 "REP" NIL REP (NIL) -7 NIL NIL NIL) (-940 1993841 1999464 1999900 "REGSET" NIL REGSET (NIL T T T T) -8 NIL NIL NIL) (-939 1993153 1993433 1993582 "REF" NIL REF (NIL T) -8 NIL NIL NIL) (-938 1992638 1992753 1992918 "REDORDER" NIL REDORDER (NIL T T) -7 NIL NIL NIL) (-937 1988231 1992041 1992262 "RECLOS" NIL RECLOS (NIL T) -8 NIL NIL NIL) (-936 1987463 1987662 1987875 "REALSOLV" NIL REALSOLV (NIL) -7 NIL NIL NIL) (-935 1984753 1985591 1986473 "REAL0Q" NIL REAL0Q (NIL T) -7 NIL NIL NIL) (-934 1981335 1982371 1983430 "REAL0" NIL REAL0 (NIL T) -7 NIL NIL NIL) (-933 1981171 1981224 1981252 "REAL" 1981257 REAL (NIL) -9 NIL 1981292 NIL) (-932 1980661 1980965 1981056 "RDUCEAST" NIL RDUCEAST (NIL) -8 NIL NIL NIL) (-931 1980141 1980219 1980424 "RDIV" NIL RDIV (NIL T T T T T) -7 NIL NIL NIL) (-930 1979374 1979566 1979777 "RDIST" NIL RDIST (NIL T) -7 NIL NIL NIL) (-929 1978262 1978559 1978926 "RDETRS" NIL RDETRS (NIL T T) -7 NIL NIL NIL) (-928 1976529 1976999 1977532 "RDETR" NIL RDETR (NIL T T) -7 NIL NIL NIL) (-927 1975451 1975728 1976115 "RDEEFS" NIL RDEEFS (NIL T T) -7 NIL NIL NIL) (-926 1974278 1974587 1975006 "RDEEF" NIL RDEEF (NIL T T) -7 NIL NIL NIL) (-925 1967626 1971138 1971166 "RCFIELD" 1972443 RCFIELD (NIL) -9 NIL 1973173 NIL) (-924 1966244 1966856 1967553 "RCFIELD-" NIL RCFIELD- (NIL T) -7 NIL NIL NIL) (-923 1963016 1964348 1964389 "RCAGG" 1965443 RCAGG (NIL T) -9 NIL 1965905 NIL) (-922 1962743 1962853 1963011 "RCAGG-" NIL RCAGG- (NIL T T) -7 NIL NIL NIL) (-921 1962188 1962317 1962478 "RATRET" NIL RATRET (NIL T) -7 NIL NIL NIL) (-920 1961805 1961884 1962003 "RATFACT" NIL RATFACT (NIL T) -7 NIL NIL NIL) (-919 1961220 1961370 1961520 "RANDSRC" NIL RANDSRC (NIL) -7 NIL NIL NIL) (-918 1961002 1961052 1961123 "RADUTIL" NIL RADUTIL (NIL) -7 NIL NIL NIL) (-917 1953444 1960120 1960428 "RADIX" NIL RADIX (NIL NIL) -8 NIL NIL NIL) (-916 1943146 1953311 1953439 "RADFF" NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL NIL) (-915 1942780 1942873 1942901 "RADCAT" 1943058 RADCAT (NIL) -9 NIL NIL NIL) (-914 1942618 1942678 1942775 "RADCAT-" NIL RADCAT- (NIL T) -7 NIL NIL NIL) (-913 1940782 1942449 1942538 "QUEUE" NIL QUEUE (NIL T) -8 NIL NIL NIL) (-912 1940463 1940512 1940639 "QUATCT2" NIL QUATCT2 (NIL T T T T) -7 NIL NIL NIL) (-911 1932750 1936834 1936874 "QUATCAT" 1937652 QUATCAT (NIL T) -9 NIL 1938416 NIL) (-910 1930000 1931280 1932656 "QUATCAT-" NIL QUATCAT- (NIL T T) -7 NIL NIL NIL) (-909 1925840 1929950 1929995 "QUAT" NIL QUAT (NIL T) -8 NIL NIL NIL) (-908 1923254 1924855 1924896 "QUAGG" 1925271 QUAGG (NIL T) -9 NIL 1925447 NIL) (-907 1922856 1923128 1923195 "QQUTAST" NIL QQUTAST (NIL) -8 NIL NIL NIL) (-906 1921862 1922492 1922655 "QFORM" NIL QFORM (NIL NIL T) -8 NIL NIL NIL) (-905 1921543 1921592 1921719 "QFCAT2" NIL QFCAT2 (NIL T T T T) -7 NIL NIL NIL) (-904 1911143 1917312 1917352 "QFCAT" 1918010 QFCAT (NIL T) -9 NIL 1919003 NIL) (-903 1908027 1909466 1911049 "QFCAT-" NIL QFCAT- (NIL T T) -7 NIL NIL NIL) (-902 1907573 1907707 1907837 "QEQUAT" NIL QEQUAT (NIL) -8 NIL NIL NIL) (-901 1901769 1902930 1904092 "QCMPACK" NIL QCMPACK (NIL T T T T T) -7 NIL NIL NIL) (-900 1901188 1901368 1901600 "QALGSET2" NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL NIL) (-899 1899010 1899538 1899961 "QALGSET" NIL QALGSET (NIL T T T T) -8 NIL NIL NIL) (-898 1897909 1898151 1898468 "PWFFINTB" NIL PWFFINTB (NIL T T T T) -7 NIL NIL NIL) (-897 1896270 1896468 1896821 "PUSHVAR" NIL PUSHVAR (NIL T T T T) -7 NIL NIL NIL) (-896 1892026 1893242 1893283 "PTRANFN" 1895167 PTRANFN (NIL T) -9 NIL NIL NIL) (-895 1890673 1891018 1891339 "PTPACK" NIL PTPACK (NIL T) -7 NIL NIL NIL) (-894 1890366 1890429 1890536 "PTFUNC2" NIL PTFUNC2 (NIL T T) -7 NIL NIL NIL) (-893 1884682 1889125 1889165 "PTCAT" 1889457 PTCAT (NIL T) -9 NIL 1889610 NIL) (-892 1884375 1884416 1884540 "PSQFR" NIL PSQFR (NIL T T T T) -7 NIL NIL NIL) (-891 1883254 1883570 1883904 "PSEUDLIN" NIL PSEUDLIN (NIL T) -7 NIL NIL NIL) (-890 1872133 1874694 1877003 "PSETPK" NIL PSETPK (NIL T T T T) -7 NIL NIL NIL) (-889 1865353 1867916 1868010 "PSETCAT" 1870984 PSETCAT (NIL T T T T) -9 NIL 1871793 NIL) (-888 1863803 1864537 1865348 "PSETCAT-" NIL PSETCAT- (NIL T T T T T) -7 NIL NIL NIL) (-887 1863122 1863317 1863345 "PSCURVE" 1863613 PSCURVE (NIL) -9 NIL 1863780 NIL) (-886 1858724 1860544 1860608 "PSCAT" 1861443 PSCAT (NIL T T T) -9 NIL 1861682 NIL) (-885 1858038 1858320 1858719 "PSCAT-" NIL PSCAT- (NIL T T T T) -7 NIL NIL NIL) (-884 1856435 1857350 1857613 "PRTITION" NIL PRTITION (NIL) -8 NIL NIL NIL) (-883 1855926 1856229 1856320 "PRTDAST" NIL PRTDAST (NIL) -8 NIL NIL NIL) (-882 1846946 1849368 1851556 "PRS" NIL PRS (NIL T T) -7 NIL NIL NIL) (-881 1844716 1846227 1846267 "PRQAGG" 1846450 PRQAGG (NIL T) -9 NIL 1846553 NIL) (-880 1843889 1844335 1844363 "PROPLOG" 1844502 PROPLOG (NIL) -9 NIL 1844616 NIL) (-879 1843564 1843627 1843750 "PROPFUN2" NIL PROPFUN2 (NIL T T) -7 NIL NIL NIL) (-878 1843000 1843139 1843311 "PROPFUN1" NIL PROPFUN1 (NIL T) -7 NIL NIL NIL) (-877 1841248 1842011 1842308 "PROPFRML" NIL PROPFRML (NIL T) -8 NIL NIL NIL) (-876 1840800 1840932 1841060 "PROPERTY" NIL PROPERTY (NIL) -8 NIL NIL NIL) (-875 1835241 1839740 1840560 "PRODUCT" NIL PRODUCT (NIL T T) -8 NIL NIL NIL) (-874 1835070 1835108 1835167 "PRINT" NIL PRINT (NIL) -7 NIL NIL NIL) (-873 1834509 1834649 1834800 "PRIMES" NIL PRIMES (NIL T) -7 NIL NIL NIL) (-872 1832977 1833396 1833862 "PRIMELT" NIL PRIMELT (NIL T) -7 NIL NIL NIL) (-871 1832694 1832755 1832783 "PRIMCAT" 1832907 PRIMCAT (NIL) -9 NIL NIL NIL) (-870 1831865 1832061 1832289 "PRIMARR2" NIL PRIMARR2 (NIL T T) -7 NIL NIL NIL) (-869 1828026 1831815 1831860 "PRIMARR" NIL PRIMARR (NIL T) -8 NIL NIL NIL) (-868 1827725 1827787 1827898 "PREASSOC" NIL PREASSOC (NIL T T) -7 NIL NIL NIL) (-867 1824861 1827374 1827607 "PR" NIL PR (NIL T T) -8 NIL NIL NIL) (-866 1824312 1824469 1824497 "PPCURVE" 1824702 PPCURVE (NIL) -9 NIL 1824838 NIL) (-865 1823925 1824170 1824253 "PORTNUM" NIL PORTNUM (NIL) -8 NIL NIL NIL) (-864 1821681 1822102 1822694 "POLYROOT" NIL POLYROOT (NIL T T T T T) -7 NIL NIL NIL) (-863 1821124 1821188 1821421 "POLYLIFT" NIL POLYLIFT (NIL T T T T T) -7 NIL NIL NIL) (-862 1817844 1818330 1818941 "POLYCATQ" NIL POLYCATQ (NIL T T T T T) -7 NIL NIL NIL) (-861 1803435 1809564 1809628 "POLYCAT" 1813113 POLYCAT (NIL T T T) -9 NIL 1814990 NIL) (-860 1798945 1801092 1803430 "POLYCAT-" NIL POLYCAT- (NIL T T T T) -7 NIL NIL NIL) (-859 1798602 1798676 1798795 "POLY2UP" NIL POLY2UP (NIL NIL T) -7 NIL NIL NIL) (-858 1798295 1798358 1798465 "POLY2" NIL POLY2 (NIL T T) -7 NIL NIL NIL) (-857 1791658 1798028 1798187 "POLY" NIL POLY (NIL T) -8 NIL NIL NIL) (-856 1790545 1790808 1791084 "POLUTIL" NIL POLUTIL (NIL T T) -7 NIL NIL NIL) (-855 1789149 1789462 1789792 "POLTOPOL" NIL POLTOPOL (NIL NIL T) -7 NIL NIL NIL) (-854 1784592 1789099 1789144 "POINT" NIL POINT (NIL T) -8 NIL NIL NIL) (-853 1783080 1783491 1783866 "PNTHEORY" NIL PNTHEORY (NIL) -7 NIL NIL NIL) (-852 1781837 1782146 1782542 "PMTOOLS" NIL PMTOOLS (NIL T T T) -7 NIL NIL NIL) (-851 1781508 1781592 1781709 "PMSYM" NIL PMSYM (NIL T) -7 NIL NIL NIL) (-850 1781087 1781162 1781336 "PMQFCAT" NIL PMQFCAT (NIL T T T) -7 NIL NIL NIL) (-849 1780573 1780669 1780829 "PMPREDFS" NIL PMPREDFS (NIL T T T) -7 NIL NIL NIL) (-848 1780045 1780165 1780319 "PMPRED" NIL PMPRED (NIL T) -7 NIL NIL NIL) (-847 1778940 1779158 1779535 "PMPLCAT" NIL PMPLCAT (NIL T T T T T) -7 NIL NIL NIL) (-846 1778551 1778636 1778788 "PMLSAGG" NIL PMLSAGG (NIL T T T) -7 NIL NIL NIL) (-845 1778102 1778184 1778365 "PMKERNEL" NIL PMKERNEL (NIL T T) -7 NIL NIL NIL) (-844 1777794 1777875 1777988 "PMINS" NIL PMINS (NIL T) -7 NIL NIL NIL) (-843 1777307 1777382 1777590 "PMFS" NIL PMFS (NIL T T T) -7 NIL NIL NIL) (-842 1776655 1776783 1776985 "PMDOWN" NIL PMDOWN (NIL T T T) -7 NIL NIL NIL) (-841 1776017 1776151 1776314 "PMASSFS" NIL PMASSFS (NIL T T) -7 NIL NIL NIL) (-840 1775321 1775503 1775684 "PMASS" NIL PMASS (NIL) -7 NIL NIL NIL) (-839 1775044 1775118 1775212 "PLOTTOOL" NIL PLOTTOOL (NIL) -7 NIL NIL NIL) (-838 1771612 1772801 1773717 "PLOT3D" NIL PLOT3D (NIL) -8 NIL NIL NIL) (-837 1770696 1770897 1771132 "PLOT1" NIL PLOT1 (NIL T) -7 NIL NIL NIL) (-836 1766261 1767645 1768787 "PLOT" NIL PLOT (NIL) -8 NIL NIL NIL) (-835 1746182 1751069 1755916 "PLEQN" NIL PLEQN (NIL T T T T) -7 NIL NIL NIL) (-834 1745922 1745975 1746078 "PINTERPA" NIL PINTERPA (NIL T T) -7 NIL NIL NIL) (-833 1745363 1745497 1745677 "PINTERP" NIL PINTERP (NIL NIL T) -7 NIL NIL NIL) (-832 1743372 1744593 1744621 "PID" 1744818 PID (NIL) -9 NIL 1744945 NIL) (-831 1743160 1743203 1743278 "PICOERCE" NIL PICOERCE (NIL T) -7 NIL NIL NIL) (-830 1742347 1743007 1743094 "PI" NIL PI (NIL) -8 NIL NIL 1743134) (-829 1741799 1741950 1742126 "PGROEB" NIL PGROEB (NIL T) -7 NIL NIL NIL) (-828 1738127 1739085 1739990 "PGE" NIL PGE (NIL) -7 NIL NIL NIL) (-827 1736491 1736780 1737146 "PGCD" NIL PGCD (NIL T T T T) -7 NIL NIL NIL) (-826 1735933 1736048 1736209 "PFRPAC" NIL PFRPAC (NIL T) -7 NIL NIL NIL) (-825 1732474 1734802 1735155 "PFR" NIL PFR (NIL T) -8 NIL NIL NIL) (-824 1731080 1731360 1731685 "PFOTOOLS" NIL PFOTOOLS (NIL T T) -7 NIL NIL NIL) (-823 1729845 1730099 1730447 "PFOQ" NIL PFOQ (NIL T T T) -7 NIL NIL NIL) (-822 1728555 1728782 1729134 "PFO" NIL PFO (NIL T T T T T) -7 NIL NIL NIL) (-821 1725565 1727125 1727153 "PFECAT" 1727746 PFECAT (NIL) -9 NIL 1728123 NIL) (-820 1725188 1725353 1725560 "PFECAT-" NIL PFECAT- (NIL T) -7 NIL NIL NIL) (-819 1724012 1724294 1724595 "PFBRU" NIL PFBRU (NIL T T) -7 NIL NIL NIL) (-818 1722194 1722581 1723011 "PFBR" NIL PFBR (NIL T T T T) -7 NIL NIL NIL) (-817 1718164 1722120 1722189 "PF" NIL PF (NIL NIL) -8 NIL NIL NIL) (-816 1714067 1715214 1716081 "PERMGRP" NIL PERMGRP (NIL T) -8 NIL NIL NIL) (-815 1711999 1713088 1713129 "PERMCAT" 1713528 PERMCAT (NIL T) -9 NIL 1713825 NIL) (-814 1711695 1711742 1711865 "PERMAN" NIL PERMAN (NIL NIL T) -7 NIL NIL NIL) (-813 1708144 1709825 1710470 "PERM" NIL PERM (NIL T) -8 NIL NIL NIL) (-812 1706170 1707899 1708020 "PENDTREE" NIL PENDTREE (NIL T) -8 NIL NIL NIL) (-811 1705039 1705302 1705343 "PDSPC" 1705876 PDSPC (NIL T) -9 NIL 1706121 NIL) (-810 1704406 1704672 1705034 "PDSPC-" NIL PDSPC- (NIL T T) -7 NIL NIL NIL) (-809 1703041 1704034 1704075 "PDRING" 1704080 PDRING (NIL T) -9 NIL 1704107 NIL) (-808 1701751 1702540 1702593 "PDMOD" 1702598 PDMOD (NIL T T) -9 NIL 1702701 NIL) (-807 1700844 1701056 1701305 "PDECOMP" NIL PDECOMP (NIL T T) -7 NIL NIL NIL) (-806 1700449 1700516 1700570 "PDDOM" 1700735 PDDOM (NIL T T) -9 NIL 1700815 NIL) (-805 1700301 1700337 1700444 "PDDOM-" NIL PDDOM- (NIL T T T) -7 NIL NIL NIL) (-804 1700087 1700126 1700215 "PCOMP" NIL PCOMP (NIL T T) -7 NIL NIL NIL) (-803 1698404 1699158 1699457 "PBWLB" NIL PBWLB (NIL T) -8 NIL NIL NIL) (-802 1698093 1698156 1698265 "PATTERN2" NIL PATTERN2 (NIL T T) -7 NIL NIL NIL) (-801 1696231 1696661 1697112 "PATTERN1" NIL PATTERN1 (NIL T T) -7 NIL NIL NIL) (-800 1689851 1691680 1692972 "PATTERN" NIL PATTERN (NIL T) -8 NIL NIL NIL) (-799 1689482 1689555 1689687 "PATRES2" NIL PATRES2 (NIL T T T) -7 NIL NIL NIL) (-798 1687184 1687864 1688345 "PATRES" NIL PATRES (NIL T T) -8 NIL NIL NIL) (-797 1685388 1685816 1686219 "PATMATCH" NIL PATMATCH (NIL T T T) -7 NIL NIL NIL) (-796 1684834 1685082 1685123 "PATMAB" 1685230 PATMAB (NIL T) -9 NIL 1685313 NIL) (-795 1683481 1683885 1684142 "PATLRES" NIL PATLRES (NIL T T T) -8 NIL NIL NIL) (-794 1683019 1683150 1683191 "PATAB" 1683196 PATAB (NIL T) -9 NIL 1683368 NIL) (-793 1681562 1681999 1682422 "PARTPERM" NIL PARTPERM (NIL) -7 NIL NIL NIL) (-792 1681240 1681315 1681417 "PARSURF" NIL PARSURF (NIL T) -8 NIL NIL NIL) (-791 1680929 1680992 1681101 "PARSU2" NIL PARSU2 (NIL T T) -7 NIL NIL NIL) (-790 1680734 1680780 1680847 "PARSER" NIL PARSER (NIL) -7 NIL NIL NIL) (-789 1680412 1680487 1680589 "PARSCURV" NIL PARSCURV (NIL T) -8 NIL NIL NIL) (-788 1680101 1680164 1680273 "PARSC2" NIL PARSC2 (NIL T T) -7 NIL NIL NIL) (-787 1679792 1679862 1679959 "PARPCURV" NIL PARPCURV (NIL T) -8 NIL NIL NIL) (-786 1679481 1679544 1679653 "PARPC2" NIL PARPC2 (NIL T T) -7 NIL NIL NIL) (-785 1678642 1679021 1679200 "PARAMAST" NIL PARAMAST (NIL) -8 NIL NIL NIL) (-784 1678249 1678347 1678466 "PAN2EXPR" NIL PAN2EXPR (NIL) -7 NIL NIL NIL) (-783 1677217 1677642 1677861 "PALETTE" NIL PALETTE (NIL) -8 NIL NIL NIL) (-782 1675882 1676536 1676896 "PAIR" NIL PAIR (NIL T T) -8 NIL NIL NIL) (-781 1668972 1675286 1675480 "PADICRC" NIL PADICRC (NIL NIL T) -8 NIL NIL NIL) (-780 1661393 1668470 1668654 "PADICRAT" NIL PADICRAT (NIL NIL) -8 NIL NIL NIL) (-779 1658118 1660033 1660073 "PADICCT" 1660654 PADICCT (NIL NIL) -9 NIL 1660936 NIL) (-778 1656108 1658068 1658113 "PADIC" NIL PADIC (NIL NIL) -8 NIL NIL NIL) (-777 1655270 1655480 1655746 "PADEPAC" NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL NIL) (-776 1654612 1654755 1654959 "PADE" NIL PADE (NIL T T T) -7 NIL NIL NIL) (-775 1652993 1654020 1654298 "OWP" NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-774 1652517 1652776 1652873 "OVERSET" NIL OVERSET (NIL) -8 NIL NIL NIL) (-773 1651576 1652254 1652426 "OVAR" NIL OVAR (NIL NIL) -8 NIL NIL NIL) (-772 1641998 1644867 1647066 "OUTFORM" NIL OUTFORM (NIL) -8 NIL NIL NIL) (-771 1641390 1641704 1641830 "OUTBFILE" NIL OUTBFILE (NIL) -8 NIL NIL NIL) (-770 1640667 1640862 1640890 "OUTBCON" 1641208 OUTBCON (NIL) -9 NIL 1641374 NIL) (-769 1640375 1640505 1640662 "OUTBCON-" NIL OUTBCON- (NIL T) -7 NIL NIL NIL) (-768 1639756 1639901 1640062 "OUT" NIL OUT (NIL) -7 NIL NIL NIL) (-767 1639127 1639554 1639643 "OSI" NIL OSI (NIL) -8 NIL NIL NIL) (-766 1638542 1638957 1638985 "OSGROUP" 1638990 OSGROUP (NIL) -9 NIL 1639012 NIL) (-765 1637506 1637767 1638052 "ORTHPOL" NIL ORTHPOL (NIL T) -7 NIL NIL NIL) (-764 1634775 1637381 1637501 "OREUP" NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL NIL) (-763 1631916 1634526 1634652 "ORESUP" NIL ORESUP (NIL T NIL NIL) -8 NIL NIL NIL) (-762 1629934 1630462 1631022 "OREPCTO" NIL OREPCTO (NIL T T) -7 NIL NIL NIL) (-761 1623276 1625816 1625856 "OREPCAT" 1628177 OREPCAT (NIL T) -9 NIL 1629279 NIL) (-760 1621302 1622236 1623271 "OREPCAT-" NIL OREPCAT- (NIL T T) -7 NIL NIL NIL) (-759 1620499 1620770 1620798 "ORDTYPE" 1621103 ORDTYPE (NIL) -9 NIL 1621261 NIL) (-758 1620033 1620244 1620494 "ORDTYPE-" NIL ORDTYPE- (NIL T) -7 NIL NIL NIL) (-757 1619495 1619871 1620028 "ORDSTRCT" NIL ORDSTRCT (NIL T NIL) -8 NIL NIL NIL) (-756 1618989 1619352 1619380 "ORDSET" 1619385 ORDSET (NIL) -9 NIL 1619407 NIL) (-755 1617554 1618576 1618604 "ORDRING" 1618609 ORDRING (NIL) -9 NIL 1618637 NIL) (-754 1616802 1617359 1617387 "ORDMON" 1617392 ORDMON (NIL) -9 NIL 1617413 NIL) (-753 1616106 1616268 1616460 "ORDFUNS" NIL ORDFUNS (NIL NIL T) -7 NIL NIL NIL) (-752 1615317 1615825 1615853 "ORDFIN" 1615918 ORDFIN (NIL) -9 NIL 1615992 NIL) (-751 1614711 1614850 1615036 "ORDCOMP2" NIL ORDCOMP2 (NIL T T) -7 NIL NIL NIL) (-750 1611386 1613679 1614085 "ORDCOMP" NIL ORDCOMP (NIL T) -8 NIL NIL NIL) (-749 1610793 1611148 1611253 "OPSIG" NIL OPSIG (NIL) -8 NIL NIL NIL) (-748 1610601 1610646 1610712 "OPQUERY" NIL OPQUERY (NIL) -7 NIL NIL NIL) (-747 1609902 1610178 1610219 "OPERCAT" 1610430 OPERCAT (NIL T) -9 NIL 1610526 NIL) (-746 1609714 1609781 1609897 "OPERCAT-" NIL OPERCAT- (NIL T T) -7 NIL NIL NIL) (-745 1607080 1608516 1609012 "OP" NIL OP (NIL T) -8 NIL NIL NIL) (-744 1606501 1606628 1606802 "ONECOMP2" NIL ONECOMP2 (NIL T T) -7 NIL NIL NIL) (-743 1603402 1605640 1606006 "ONECOMP" NIL ONECOMP (NIL T) -8 NIL NIL NIL) (-742 1600286 1602795 1602835 "OMSAGG" 1602896 OMSAGG (NIL T) -9 NIL 1602960 NIL) (-741 1598698 1599957 1600125 "OMLO" NIL OMLO (NIL T T) -8 NIL NIL NIL) (-740 1596894 1598135 1598163 "OINTDOM" 1598168 OINTDOM (NIL) -9 NIL 1598189 NIL) (-739 1594324 1595896 1596225 "OFMONOID" NIL OFMONOID (NIL T) -8 NIL NIL NIL) (-738 1593578 1594274 1594319 "ODVAR" NIL ODVAR (NIL T) -8 NIL NIL NIL) (-737 1590780 1593419 1593573 "ODR" NIL ODR (NIL T T NIL) -8 NIL NIL NIL) (-736 1582317 1590651 1590775 "ODPOL" NIL ODPOL (NIL T) -8 NIL NIL NIL) (-735 1575826 1582208 1582312 "ODP" NIL ODP (NIL NIL T NIL) -8 NIL NIL NIL) (-734 1574798 1575035 1575308 "ODETOOLS" NIL ODETOOLS (NIL T T) -7 NIL NIL NIL) (-733 1572432 1573102 1573806 "ODESYS" NIL ODESYS (NIL T T) -7 NIL NIL NIL) (-732 1568209 1569169 1570192 "ODERTRIC" NIL ODERTRIC (NIL T T) -7 NIL NIL NIL) (-731 1567717 1567805 1567999 "ODERED" NIL ODERED (NIL T T T T T) -7 NIL NIL NIL) (-730 1565166 1565748 1566421 "ODERAT" NIL ODERAT (NIL T T) -7 NIL NIL NIL) (-729 1562561 1563069 1563665 "ODEPRRIC" NIL ODEPRRIC (NIL T T T T) -7 NIL NIL NIL) (-728 1559558 1560097 1560743 "ODEPRIM" NIL ODEPRIM (NIL T T T T) -7 NIL NIL NIL) (-727 1558913 1559021 1559279 "ODEPAL" NIL ODEPAL (NIL T T T T) -7 NIL NIL NIL) (-726 1558071 1558196 1558417 "ODEINT" NIL ODEINT (NIL T T) -7 NIL NIL NIL) (-725 1554355 1555151 1556064 "ODEEF" NIL ODEEF (NIL T T) -7 NIL NIL NIL) (-724 1553795 1553890 1554112 "ODECONST" NIL ODECONST (NIL T T T) -7 NIL NIL NIL) (-723 1553476 1553525 1553652 "OCTCT2" NIL OCTCT2 (NIL T T T T) -7 NIL NIL NIL) (-722 1550079 1553275 1553394 "OCT" NIL OCT (NIL T) -8 NIL NIL NIL) (-721 1549239 1549861 1549889 "OCAMON" 1549894 OCAMON (NIL) -9 NIL 1549915 NIL) (-720 1543451 1546265 1546305 "OC" 1547400 OC (NIL T) -9 NIL 1548256 NIL) (-719 1541451 1542377 1543357 "OC-" NIL OC- (NIL T T) -7 NIL NIL NIL) (-718 1540867 1541285 1541313 "OASGP" 1541318 OASGP (NIL) -9 NIL 1541338 NIL) (-717 1539930 1540579 1540607 "OAMONS" 1540647 OAMONS (NIL) -9 NIL 1540690 NIL) (-716 1539075 1539656 1539684 "OAMON" 1539741 OAMON (NIL) -9 NIL 1539792 NIL) (-715 1538971 1539003 1539070 "OAMON-" NIL OAMON- (NIL T) -7 NIL NIL NIL) (-714 1537722 1538496 1538524 "OAGROUP" 1538670 OAGROUP (NIL) -9 NIL 1538762 NIL) (-713 1537513 1537600 1537717 "OAGROUP-" NIL OAGROUP- (NIL T) -7 NIL NIL NIL) (-712 1537253 1537309 1537397 "NUMTUBE" NIL NUMTUBE (NIL T) -7 NIL NIL NIL) (-711 1532315 1533878 1535405 "NUMQUAD" NIL NUMQUAD (NIL) -7 NIL NIL NIL) (-710 1529010 1530044 1531079 "NUMODE" NIL NUMODE (NIL) -7 NIL NIL NIL) (-709 1528120 1528353 1528571 "NUMFMT" NIL NUMFMT (NIL) -7 NIL NIL NIL) (-708 1516981 1520009 1522457 "NUMERIC" NIL NUMERIC (NIL T) -7 NIL NIL NIL) (-707 1511123 1516385 1516479 "NTSCAT" 1516484 NTSCAT (NIL T T T T) -9 NIL 1516522 NIL) (-706 1510464 1510643 1510836 "NTPOLFN" NIL NTPOLFN (NIL T) -7 NIL NIL NIL) (-705 1510157 1510220 1510327 "NSUP2" NIL NSUP2 (NIL T T) -7 NIL NIL NIL) (-704 1497824 1507777 1508587 "NSUP" NIL NSUP (NIL T) -8 NIL NIL NIL) (-703 1486833 1497689 1497819 "NSMP" NIL NSMP (NIL T T) -8 NIL NIL NIL) (-702 1485553 1485878 1486235 "NREP" NIL NREP (NIL T) -7 NIL NIL NIL) (-701 1484389 1484653 1485011 "NPCOEF" NIL NPCOEF (NIL T T T T T) -7 NIL NIL NIL) (-700 1483556 1483689 1483905 "NORMRETR" NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL NIL) (-699 1481874 1482193 1482599 "NORMPK" NIL NORMPK (NIL T T T T T) -7 NIL NIL NIL) (-698 1481587 1481621 1481745 "NORMMA" NIL NORMMA (NIL T T T T) -7 NIL NIL NIL) (-697 1481406 1481441 1481510 "NONE1" NIL NONE1 (NIL T) -7 NIL NIL NIL) (-696 1481182 1481372 1481401 "NONE" NIL NONE (NIL) -8 NIL NIL NIL) (-695 1480746 1480813 1480990 "NODE1" NIL NODE1 (NIL T T) -7 NIL NIL NIL) (-694 1479032 1480109 1480364 "NNI" NIL NNI (NIL) -8 NIL NIL 1480711) (-693 1477760 1478097 1478461 "NLINSOL" NIL NLINSOL (NIL T) -7 NIL NIL NIL) (-692 1476737 1476989 1477291 "NFINTBAS" NIL NFINTBAS (NIL T T) -7 NIL NIL NIL) (-691 1475824 1476389 1476430 "NETCLT" 1476601 NETCLT (NIL T) -9 NIL 1476682 NIL) (-690 1474728 1474995 1475276 "NCODIV" NIL NCODIV (NIL T T) -7 NIL NIL NIL) (-689 1474527 1474570 1474645 "NCNTFRAC" NIL NCNTFRAC (NIL T) -7 NIL NIL NIL) (-688 1473058 1473446 1473866 "NCEP" NIL NCEP (NIL T) -7 NIL NIL NIL) (-687 1471691 1472657 1472685 "NASRING" 1472795 NASRING (NIL) -9 NIL 1472875 NIL) (-686 1471536 1471592 1471686 "NASRING-" NIL NASRING- (NIL T) -7 NIL NIL NIL) (-685 1470465 1471143 1471171 "NARNG" 1471288 NARNG (NIL) -9 NIL 1471379 NIL) (-684 1470241 1470326 1470460 "NARNG-" NIL NARNG- (NIL T) -7 NIL NIL NIL) (-683 1469007 1469761 1469801 "NAALG" 1469880 NAALG (NIL T) -9 NIL 1469941 NIL) (-682 1468877 1468912 1469002 "NAALG-" NIL NAALG- (NIL T T) -7 NIL NIL NIL) (-681 1463856 1465041 1466227 "MULTSQFR" NIL MULTSQFR (NIL T T T T) -7 NIL NIL NIL) (-680 1463251 1463338 1463522 "MULTFACT" NIL MULTFACT (NIL T T T T) -7 NIL NIL NIL) (-679 1455261 1459755 1459807 "MTSCAT" 1460867 MTSCAT (NIL T T) -9 NIL 1461381 NIL) (-678 1455027 1455087 1455179 "MTHING" NIL MTHING (NIL T) -7 NIL NIL NIL) (-677 1454853 1454892 1454952 "MSYSCMD" NIL MSYSCMD (NIL) -7 NIL NIL NIL) (-676 1452442 1454385 1454426 "MSETAGG" 1454431 MSETAGG (NIL T) -9 NIL 1454465 NIL) (-675 1448812 1451485 1451806 "MSET" NIL MSET (NIL T) -8 NIL NIL NIL) (-674 1445086 1446909 1447649 "MRING" NIL MRING (NIL T T) -8 NIL NIL NIL) (-673 1444723 1444796 1444925 "MRF2" NIL MRF2 (NIL T T T) -7 NIL NIL NIL) (-672 1444376 1444417 1444561 "MRATFAC" NIL MRATFAC (NIL T T T T) -7 NIL NIL NIL) (-671 1442241 1442578 1443009 "MPRFF" NIL MPRFF (NIL T T T T) -7 NIL NIL NIL) (-670 1435639 1442140 1442236 "MPOLY" NIL MPOLY (NIL NIL T) -8 NIL NIL NIL) (-669 1435164 1435205 1435413 "MPCPF" NIL MPCPF (NIL T T T T) -7 NIL NIL NIL) (-668 1434723 1434772 1434955 "MPC3" NIL MPC3 (NIL T T T T T T T) -7 NIL NIL NIL) (-667 1433997 1434090 1434309 "MPC2" NIL MPC2 (NIL T T T T T T T) -7 NIL NIL NIL) (-666 1432614 1432975 1433365 "MONOTOOL" NIL MONOTOOL (NIL T T) -7 NIL NIL NIL) (-665 1432135 1432202 1432241 "MONOPC" 1432301 MONOPC (NIL T) -9 NIL 1432520 NIL) (-664 1431586 1431922 1432050 "MONOP" NIL MONOP (NIL T) -8 NIL NIL NIL) (-663 1430728 1431107 1431135 "MONOID" 1431353 MONOID (NIL) -9 NIL 1431497 NIL) (-662 1430387 1430537 1430723 "MONOID-" NIL MONOID- (NIL T) -7 NIL NIL NIL) (-661 1419325 1426195 1426254 "MONOGEN" 1426928 MONOGEN (NIL T T) -9 NIL 1427384 NIL) (-660 1417337 1418223 1419206 "MONOGEN-" NIL MONOGEN- (NIL T T T) -7 NIL NIL NIL) (-659 1416051 1416595 1416623 "MONADWU" 1417014 MONADWU (NIL) -9 NIL 1417249 NIL) (-658 1415599 1415799 1416046 "MONADWU-" NIL MONADWU- (NIL T) -7 NIL NIL NIL) (-657 1414876 1415177 1415205 "MONAD" 1415412 MONAD (NIL) -9 NIL 1415524 NIL) (-656 1414643 1414739 1414871 "MONAD-" NIL MONAD- (NIL T) -7 NIL NIL NIL) (-655 1413033 1413803 1414082 "MOEBIUS" NIL MOEBIUS (NIL T) -8 NIL NIL NIL) (-654 1412167 1412694 1412734 "MODULE" 1412739 MODULE (NIL T) -9 NIL 1412777 NIL) (-653 1411846 1411972 1412162 "MODULE-" NIL MODULE- (NIL T T) -7 NIL NIL NIL) (-652 1409557 1410443 1410757 "MODRING" NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-651 1406736 1408153 1408666 "MODOP" NIL MODOP (NIL T T) -8 NIL NIL NIL) (-650 1405370 1405944 1406220 "MODMONOM" NIL MODMONOM (NIL T T NIL) -8 NIL NIL NIL) (-649 1394589 1404035 1404448 "MODMON" NIL MODMON (NIL T T) -8 NIL NIL NIL) (-648 1391545 1393589 1393858 "MODFIELD" NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-647 1390629 1390996 1391186 "MMLFORM" NIL MMLFORM (NIL) -8 NIL NIL NIL) (-646 1390198 1390247 1390426 "MMAP" NIL MMAP (NIL T T T T T T) -7 NIL NIL NIL) (-645 1388023 1389019 1389059 "MLO" 1389476 MLO (NIL T) -9 NIL 1389716 NIL) (-644 1385904 1386431 1387026 "MLIFT" NIL MLIFT (NIL T T T T) -7 NIL NIL NIL) (-643 1385372 1385468 1385622 "MKUCFUNC" NIL MKUCFUNC (NIL T T T) -7 NIL NIL NIL) (-642 1385042 1385118 1385241 "MKRECORD" NIL MKRECORD (NIL T T) -7 NIL NIL NIL) (-641 1384254 1384440 1384668 "MKFUNC" NIL MKFUNC (NIL T) -7 NIL NIL NIL) (-640 1383747 1383863 1384019 "MKFLCFN" NIL MKFLCFN (NIL T) -7 NIL NIL NIL) (-639 1383119 1383233 1383418 "MKBCFUNC" NIL MKBCFUNC (NIL T T T T) -7 NIL NIL NIL) (-638 1382146 1382419 1382696 "MHROWRED" NIL MHROWRED (NIL T) -7 NIL NIL NIL) (-637 1381579 1381667 1381838 "MFINFACT" NIL MFINFACT (NIL T T T T) -7 NIL NIL NIL) (-636 1378737 1379616 1380495 "MESH" NIL MESH (NIL) -7 NIL NIL NIL) (-635 1377404 1377752 1378105 "MDDFACT" NIL MDDFACT (NIL T) -7 NIL NIL NIL) (-634 1374788 1376509 1376550 "MDAGG" 1376807 MDAGG (NIL T) -9 NIL 1376952 NIL) (-633 1374062 1374226 1374426 "MCDEN" NIL MCDEN (NIL T T) -7 NIL NIL NIL) (-632 1373140 1373426 1373656 "MAYBE" NIL MAYBE (NIL T) -8 NIL NIL NIL) (-631 1371237 1371814 1372375 "MATSTOR" NIL MATSTOR (NIL T) -7 NIL NIL NIL) (-630 1367035 1370827 1371074 "MATRIX" NIL MATRIX (NIL T) -8 NIL NIL NIL) (-629 1363384 1364153 1364887 "MATLIN" NIL MATLIN (NIL T T T T) -7 NIL NIL NIL) (-628 1362137 1362306 1362635 "MATCAT2" NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-627 1351660 1355224 1355300 "MATCAT" 1360288 MATCAT (NIL T T T) -9 NIL 1361734 NIL) (-626 1348941 1350247 1351655 "MATCAT-" NIL MATCAT- (NIL T T T T) -7 NIL NIL NIL) (-625 1347342 1347702 1348086 "MAPPKG3" NIL MAPPKG3 (NIL T T T) -7 NIL NIL NIL) (-624 1346475 1346672 1346894 "MAPPKG2" NIL MAPPKG2 (NIL T T) -7 NIL NIL NIL) (-623 1345226 1345552 1345879 "MAPPKG1" NIL MAPPKG1 (NIL T) -7 NIL NIL NIL) (-622 1344388 1344790 1344966 "MAPPAST" NIL MAPPAST (NIL) -8 NIL NIL NIL) (-621 1344057 1344121 1344244 "MAPHACK3" NIL MAPHACK3 (NIL T T T) -7 NIL NIL NIL) (-620 1343705 1343778 1343892 "MAPHACK2" NIL MAPHACK2 (NIL T T) -7 NIL NIL NIL) (-619 1343240 1343355 1343497 "MAPHACK1" NIL MAPHACK1 (NIL T) -7 NIL NIL NIL) (-618 1341449 1342217 1342518 "MAGMA" NIL MAGMA (NIL T) -8 NIL NIL NIL) (-617 1340943 1341245 1341335 "MACROAST" NIL MACROAST (NIL) -8 NIL NIL NIL) (-616 1335224 1339258 1339299 "LZSTAGG" 1340076 LZSTAGG (NIL T) -9 NIL 1340366 NIL) (-615 1332573 1333885 1335219 "LZSTAGG-" NIL LZSTAGG- (NIL T T) -7 NIL NIL NIL) (-614 1329960 1330926 1331409 "LWORD" NIL LWORD (NIL T) -8 NIL NIL NIL) (-613 1329541 1329820 1329894 "LSTAST" NIL LSTAST (NIL) -8 NIL NIL NIL) (-612 1321810 1329402 1329536 "LSQM" NIL LSQM (NIL NIL T) -8 NIL NIL NIL) (-611 1321173 1321318 1321546 "LSPP" NIL LSPP (NIL T T T T) -7 NIL NIL NIL) (-610 1318657 1319355 1320067 "LSMP1" NIL LSMP1 (NIL T) -7 NIL NIL NIL) (-609 1316873 1317196 1317630 "LSMP" NIL LSMP (NIL T T T T) -7 NIL NIL NIL) (-608 1310272 1315923 1315964 "LSAGG" 1316026 LSAGG (NIL T) -9 NIL 1316104 NIL) (-607 1307966 1309065 1310267 "LSAGG-" NIL LSAGG- (NIL T T) -7 NIL NIL NIL) (-606 1305446 1307315 1307564 "LPOLY" NIL LPOLY (NIL T T) -8 NIL NIL NIL) (-605 1305113 1305204 1305327 "LPEFRAC" NIL LPEFRAC (NIL T) -7 NIL NIL NIL) (-604 1304784 1304863 1304891 "LOGIC" 1305002 LOGIC (NIL) -9 NIL 1305084 NIL) (-603 1304679 1304708 1304779 "LOGIC-" NIL LOGIC- (NIL T) -7 NIL NIL NIL) (-602 1303998 1304156 1304349 "LODOOPS" NIL LODOOPS (NIL T T) -7 NIL NIL NIL) (-601 1302783 1303032 1303383 "LODOF" NIL LODOF (NIL T T) -7 NIL NIL NIL) (-600 1298605 1301404 1301444 "LODOCAT" 1301876 LODOCAT (NIL T) -9 NIL 1302087 NIL) (-599 1298398 1298474 1298600 "LODOCAT-" NIL LODOCAT- (NIL T T) -7 NIL NIL NIL) (-598 1295398 1298275 1298393 "LODO2" NIL LODO2 (NIL T T) -8 NIL NIL NIL) (-597 1292496 1295348 1295393 "LODO1" NIL LODO1 (NIL T) -8 NIL NIL NIL) (-596 1289583 1292426 1292491 "LODO" NIL LODO (NIL T NIL) -8 NIL NIL NIL) (-595 1288636 1288811 1289113 "LODEEF" NIL LODEEF (NIL T T T) -7 NIL NIL NIL) (-594 1286768 1287898 1288151 "LO" NIL LO (NIL T T T) -8 NIL NIL NIL) (-593 1282643 1284927 1284968 "LNAGG" 1285827 LNAGG (NIL T) -9 NIL 1286265 NIL) (-592 1282030 1282297 1282638 "LNAGG-" NIL LNAGG- (NIL T T) -7 NIL NIL NIL) (-591 1278602 1279543 1280180 "LMOPS" NIL LMOPS (NIL T T NIL) -8 NIL NIL NIL) (-590 1277864 1278369 1278409 "LMODULE" 1278414 LMODULE (NIL T) -9 NIL 1278440 NIL) (-589 1275333 1277600 1277723 "LMDICT" NIL LMDICT (NIL T) -8 NIL NIL NIL) (-588 1274901 1275112 1275153 "LLINSET" 1275214 LLINSET (NIL T) -9 NIL 1275258 NIL) (-587 1274577 1274837 1274896 "LITERAL" NIL LITERAL (NIL T) -8 NIL NIL NIL) (-586 1274176 1274256 1274395 "LIST3" NIL LIST3 (NIL T T T) -7 NIL NIL NIL) (-585 1272627 1272975 1273374 "LIST2MAP" NIL LIST2MAP (NIL T T) -7 NIL NIL NIL) (-584 1271798 1271994 1272222 "LIST2" NIL LIST2 (NIL T T) -7 NIL NIL NIL) (-583 1265111 1271054 1271308 "LIST" NIL LIST (NIL T) -8 NIL NIL NIL) (-582 1264688 1264921 1264962 "LINSET" 1264967 LINSET (NIL T) -9 NIL 1265000 NIL) (-581 1263589 1264311 1264478 "LINFORM" NIL LINFORM (NIL T NIL) -8 NIL NIL NIL) (-580 1261855 1262610 1262650 "LINEXP" 1263136 LINEXP (NIL T) -9 NIL 1263409 NIL) (-579 1260477 1261464 1261645 "LINELT" NIL LINELT (NIL T NIL) -8 NIL NIL NIL) (-578 1259304 1259576 1259878 "LINDEP" NIL LINDEP (NIL T T) -7 NIL NIL NIL) (-577 1258517 1259106 1259216 "LINBASIS" NIL LINBASIS (NIL NIL) -8 NIL NIL NIL) (-576 1256067 1256789 1257539 "LIMITRF" NIL LIMITRF (NIL T) -7 NIL NIL NIL) (-575 1254697 1254994 1255385 "LIMITPS" NIL LIMITPS (NIL T T) -7 NIL NIL NIL) (-574 1253490 1254092 1254132 "LIECAT" 1254272 LIECAT (NIL T) -9 NIL 1254423 NIL) (-573 1253364 1253397 1253485 "LIECAT-" NIL LIECAT- (NIL T T) -7 NIL NIL NIL) (-572 1247620 1253054 1253282 "LIE" NIL LIE (NIL T T) -8 NIL NIL NIL) (-571 1239260 1247296 1247452 "LIB" NIL LIB (NIL) -8 NIL NIL NIL) (-570 1235712 1236661 1237596 "LGROBP" NIL LGROBP (NIL NIL T) -7 NIL NIL NIL) (-569 1234336 1235244 1235272 "LFCAT" 1235479 LFCAT (NIL) -9 NIL 1235618 NIL) (-568 1232575 1232905 1233250 "LF" NIL LF (NIL T T) -7 NIL NIL NIL) (-567 1230092 1230757 1231438 "LEXTRIPK" NIL LEXTRIPK (NIL T NIL) -7 NIL NIL NIL) (-566 1227104 1228082 1228585 "LEXP" NIL LEXP (NIL T T NIL) -8 NIL NIL NIL) (-565 1226595 1226898 1226989 "LETAST" NIL LETAST (NIL) -8 NIL NIL NIL) (-564 1225302 1225626 1226026 "LEADCDET" NIL LEADCDET (NIL T T T T) -7 NIL NIL NIL) (-563 1224568 1224653 1224879 "LAZM3PK" NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL NIL) (-562 1219571 1223136 1223672 "LAUPOL" NIL LAUPOL (NIL T T) -8 NIL NIL NIL) (-561 1219196 1219246 1219406 "LAPLACE" NIL LAPLACE (NIL T T) -7 NIL NIL NIL) (-560 1217967 1218740 1218780 "LALG" 1218841 LALG (NIL T) -9 NIL 1218899 NIL) (-559 1217750 1217827 1217962 "LALG-" NIL LALG- (NIL T T) -7 NIL NIL NIL) (-558 1215603 1217018 1217269 "LA" NIL LA (NIL T T T) -8 NIL NIL NIL) (-557 1215432 1215462 1215503 "KVTFROM" 1215565 KVTFROM (NIL T) -9 NIL NIL NIL) (-556 1214248 1214963 1215152 "KTVLOGIC" NIL KTVLOGIC (NIL) -8 NIL NIL NIL) (-555 1214077 1214107 1214148 "KRCFROM" 1214210 KRCFROM (NIL T) -9 NIL NIL NIL) (-554 1213179 1213376 1213671 "KOVACIC" NIL KOVACIC (NIL T T) -7 NIL NIL NIL) (-553 1213008 1213038 1213079 "KONVERT" 1213141 KONVERT (NIL T) -9 NIL NIL NIL) (-552 1212837 1212867 1212908 "KOERCE" 1212970 KOERCE (NIL T) -9 NIL NIL NIL) (-551 1212407 1212500 1212632 "KERNEL2" NIL KERNEL2 (NIL T T) -7 NIL NIL NIL) (-550 1210460 1211354 1211726 "KERNEL" NIL KERNEL (NIL T) -8 NIL NIL NIL) (-549 1203389 1208211 1208265 "KDAGG" 1208641 KDAGG (NIL T T) -9 NIL 1208881 NIL) (-548 1203047 1203182 1203384 "KDAGG-" NIL KDAGG- (NIL T T T) -7 NIL NIL NIL) (-547 1196351 1202839 1202985 "KAFILE" NIL KAFILE (NIL T) -8 NIL NIL NIL) (-546 1196001 1196283 1196346 "JVMOP" NIL JVMOP (NIL) -8 NIL NIL NIL) (-545 1194971 1195470 1195719 "JVMMDACC" NIL JVMMDACC (NIL) -8 NIL NIL NIL) (-544 1194097 1194546 1194751 "JVMFDACC" NIL JVMFDACC (NIL) -8 NIL NIL NIL) (-543 1192961 1193453 1193753 "JVMCSTTG" NIL JVMCSTTG (NIL) -8 NIL NIL NIL) (-542 1192243 1192642 1192803 "JVMCFACC" NIL JVMCFACC (NIL) -8 NIL NIL NIL) (-541 1191953 1192189 1192238 "JVMBCODE" NIL JVMBCODE (NIL) -8 NIL NIL NIL) (-540 1186208 1191643 1191871 "JORDAN" NIL JORDAN (NIL T T) -8 NIL NIL NIL) (-539 1185626 1185959 1186079 "JOINAST" NIL JOINAST (NIL) -8 NIL NIL NIL) (-538 1182352 1183812 1183866 "IXAGG" 1184781 IXAGG (NIL T T) -9 NIL 1185241 NIL) (-537 1181637 1181968 1182347 "IXAGG-" NIL IXAGG- (NIL T T T) -7 NIL NIL NIL) (-536 1180604 1180879 1181142 "ITUPLE" NIL ITUPLE (NIL T) -8 NIL NIL NIL) (-535 1179266 1179473 1179766 "ITRIGMNP" NIL ITRIGMNP (NIL T T T) -7 NIL NIL NIL) (-534 1178217 1178439 1178722 "ITFUN3" NIL ITFUN3 (NIL T T T) -7 NIL NIL NIL) (-533 1177892 1177955 1178078 "ITFUN2" NIL ITFUN2 (NIL T T) -7 NIL NIL NIL) (-532 1177154 1177526 1177700 "ITFORM" NIL ITFORM (NIL) -8 NIL NIL NIL) (-531 1175130 1176430 1176704 "ITAYLOR" NIL ITAYLOR (NIL T) -8 NIL NIL NIL) (-530 1164678 1170447 1171604 "ISUPS" NIL ISUPS (NIL T) -8 NIL NIL NIL) (-529 1163923 1164075 1164311 "ISUMP" NIL ISUMP (NIL T T T T) -7 NIL NIL NIL) (-528 1163414 1163717 1163808 "ISAST" NIL ISAST (NIL) -8 NIL NIL NIL) (-527 1162707 1162798 1163011 "IRURPK" NIL IRURPK (NIL T T T T T) -7 NIL NIL NIL) (-526 1161839 1162064 1162304 "IRSN" NIL IRSN (NIL) -7 NIL NIL NIL) (-525 1160252 1160633 1161061 "IRRF2F" NIL IRRF2F (NIL T) -7 NIL NIL NIL) (-524 1160037 1160081 1160157 "IRREDFFX" NIL IRREDFFX (NIL T) -7 NIL NIL NIL) (-523 1158887 1159184 1159479 "IROOT" NIL IROOT (NIL T) -7 NIL NIL NIL) (-522 1158160 1158511 1158662 "IRFORM" NIL IRFORM (NIL) -8 NIL NIL NIL) (-521 1157363 1157494 1157707 "IR2F" NIL IR2F (NIL T T) -7 NIL NIL NIL) (-520 1155518 1156015 1156559 "IR2" NIL IR2 (NIL T T) -7 NIL NIL NIL) (-519 1152599 1153867 1154556 "IR" NIL IR (NIL T) -8 NIL NIL NIL) (-518 1152424 1152464 1152524 "IPRNTPK" NIL IPRNTPK (NIL) -7 NIL NIL NIL) (-517 1148422 1152350 1152419 "IPF" NIL IPF (NIL NIL) -8 NIL NIL NIL) (-516 1146425 1148361 1148417 "IPADIC" NIL IPADIC (NIL NIL NIL) -8 NIL NIL NIL) (-515 1145796 1146095 1146225 "IP4ADDR" NIL IP4ADDR (NIL) -8 NIL NIL NIL) (-514 1145249 1145537 1145669 "IOMODE" NIL IOMODE (NIL) -8 NIL NIL NIL) (-513 1144330 1144955 1145081 "IOBFILE" NIL IOBFILE (NIL) -8 NIL NIL NIL) (-512 1143740 1144234 1144262 "IOBCON" 1144267 IOBCON (NIL) -9 NIL 1144288 NIL) (-511 1143311 1143375 1143557 "INVLAPLA" NIL INVLAPLA (NIL T T) -7 NIL NIL NIL) (-510 1135355 1137726 1140051 "INTTR" NIL INTTR (NIL T T) -7 NIL NIL NIL) (-509 1132466 1133249 1134113 "INTTOOLS" NIL INTTOOLS (NIL T T) -7 NIL NIL NIL) (-508 1132143 1132240 1132357 "INTSLPE" NIL INTSLPE (NIL) -7 NIL NIL NIL) (-507 1129585 1132079 1132138 "INTRVL" NIL INTRVL (NIL T) -8 NIL NIL NIL) (-506 1127697 1128226 1128793 "INTRF" NIL INTRF (NIL T) -7 NIL NIL NIL) (-505 1127199 1127313 1127453 "INTRET" NIL INTRET (NIL T) -7 NIL NIL NIL) (-504 1125583 1125989 1126451 "INTRAT" NIL INTRAT (NIL T T) -7 NIL NIL NIL) (-503 1123362 1123956 1124567 "INTPM" NIL INTPM (NIL T T) -7 NIL NIL NIL) (-502 1120735 1121345 1122065 "INTPAF" NIL INTPAF (NIL T T T) -7 NIL NIL NIL) (-501 1120139 1120297 1120505 "INTHERTR" NIL INTHERTR (NIL T T) -7 NIL NIL NIL) (-500 1119658 1119744 1119932 "INTHERAL" NIL INTHERAL (NIL T T T T) -7 NIL NIL NIL) (-499 1117863 1118384 1118841 "INTHEORY" NIL INTHEORY (NIL) -7 NIL NIL NIL) (-498 1110945 1112598 1114327 "INTG0" NIL INTG0 (NIL T T T) -7 NIL NIL NIL) (-497 1110311 1110473 1110646 "INTFACT" NIL INTFACT (NIL T) -7 NIL NIL NIL) (-496 1108184 1108648 1109192 "INTEF" NIL INTEF (NIL T T) -7 NIL NIL NIL) (-495 1106310 1107260 1107288 "INTDOM" 1107587 INTDOM (NIL) -9 NIL 1107792 NIL) (-494 1105863 1106065 1106305 "INTDOM-" NIL INTDOM- (NIL T) -7 NIL NIL NIL) (-493 1101670 1104142 1104196 "INTCAT" 1104992 INTCAT (NIL T) -9 NIL 1105308 NIL) (-492 1101235 1101355 1101482 "INTBIT" NIL INTBIT (NIL) -7 NIL NIL NIL) (-491 1100075 1100247 1100553 "INTALG" NIL INTALG (NIL T T T T T) -7 NIL NIL NIL) (-490 1099648 1099744 1099901 "INTAF" NIL INTAF (NIL T T) -7 NIL NIL NIL) (-489 1092131 1099555 1099643 "INTABL" NIL INTABL (NIL T T T) -8 NIL NIL NIL) (-488 1091429 1091984 1092049 "INT8" NIL INT8 (NIL) -8 NIL NIL 1092083) (-487 1090726 1091281 1091346 "INT64" NIL INT64 (NIL) -8 NIL NIL 1091380) (-486 1090023 1090578 1090643 "INT32" NIL INT32 (NIL) -8 NIL NIL 1090677) (-485 1089320 1089875 1089940 "INT16" NIL INT16 (NIL) -8 NIL NIL 1089974) (-484 1085783 1089239 1089315 "INT" NIL INT (NIL) -8 NIL NIL NIL) (-483 1079840 1083323 1083351 "INS" 1084281 INS (NIL) -9 NIL 1084940 NIL) (-482 1077902 1078820 1079767 "INS-" NIL INS- (NIL T) -7 NIL NIL NIL) (-481 1076961 1077184 1077459 "INPSIGN" NIL INPSIGN (NIL T T) -7 NIL NIL NIL) (-480 1076175 1076316 1076513 "INPRODPF" NIL INPRODPF (NIL T T) -7 NIL NIL NIL) (-479 1075165 1075306 1075543 "INPRODFF" NIL INPRODFF (NIL T T T T) -7 NIL NIL NIL) (-478 1074317 1074481 1074741 "INNMFACT" NIL INNMFACT (NIL T T T T) -7 NIL NIL NIL) (-477 1073597 1073712 1073900 "INMODGCD" NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL NIL) (-476 1072336 1072605 1072929 "INFSP" NIL INFSP (NIL T T T) -7 NIL NIL NIL) (-475 1071616 1071757 1071940 "INFPROD0" NIL INFPROD0 (NIL T T) -7 NIL NIL NIL) (-474 1071279 1071351 1071449 "INFORM1" NIL INFORM1 (NIL T) -7 NIL NIL NIL) (-473 1068357 1069843 1070366 "INFORM" NIL INFORM (NIL) -8 NIL NIL NIL) (-472 1067956 1068063 1068177 "INFINITY" NIL INFINITY (NIL) -7 NIL NIL NIL) (-471 1067112 1067757 1067858 "INETCLTS" NIL INETCLTS (NIL) -8 NIL NIL NIL) (-470 1065962 1066230 1066551 "INEP" NIL INEP (NIL T T T) -7 NIL NIL NIL) (-469 1064952 1065892 1065957 "INDE" NIL INDE (NIL T) -8 NIL NIL NIL) (-468 1064577 1064657 1064774 "INCRMAPS" NIL INCRMAPS (NIL T) -7 NIL NIL NIL) (-467 1063491 1064036 1064240 "INBFILE" NIL INBFILE (NIL) -8 NIL NIL NIL) (-466 1059586 1060641 1061584 "INBFF" NIL INBFF (NIL T) -7 NIL NIL NIL) (-465 1058440 1058763 1058791 "INBCON" 1059304 INBCON (NIL) -9 NIL 1059570 NIL) (-464 1057894 1058159 1058435 "INBCON-" NIL INBCON- (NIL T) -7 NIL NIL NIL) (-463 1057388 1057690 1057780 "INAST" NIL INAST (NIL) -8 NIL NIL NIL) (-462 1056845 1057154 1057259 "IMPTAST" NIL IMPTAST (NIL) -8 NIL NIL NIL) (-461 1055683 1055825 1056142 "IMATQF" NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL NIL) (-460 1054106 1054375 1054714 "IMATLIN" NIL IMATLIN (NIL T T T T) -7 NIL NIL NIL) (-459 1048949 1054037 1054101 "IFF" NIL IFF (NIL NIL NIL) -8 NIL NIL NIL) (-458 1048329 1048663 1048778 "IFAST" NIL IFAST (NIL) -8 NIL NIL NIL) (-457 1043421 1047767 1047953 "IFARRAY" NIL IFARRAY (NIL T NIL) -8 NIL NIL NIL) (-456 1042451 1043343 1043416 "IFAMON" NIL IFAMON (NIL T T NIL) -8 NIL NIL NIL) (-455 1042023 1042100 1042154 "IEVALAB" 1042361 IEVALAB (NIL T T) -9 NIL NIL NIL) (-454 1041778 1041858 1042018 "IEVALAB-" NIL IEVALAB- (NIL T T T) -7 NIL NIL NIL) (-453 1041163 1041390 1041547 "IDPT" NIL IDPT (NIL T T) -8 NIL NIL NIL) (-452 1040156 1041083 1041158 "IDPOAMS" NIL IDPOAMS (NIL T T) -8 NIL NIL NIL) (-451 1039219 1040076 1040151 "IDPOAM" NIL IDPOAM (NIL T T) -8 NIL NIL NIL) (-450 1038301 1038948 1039085 "IDPO" NIL IDPO (NIL T T) -8 NIL NIL NIL) (-449 1036664 1037235 1037286 "IDPC" 1037792 IDPC (NIL T T) -9 NIL 1038105 NIL) (-448 1035952 1036586 1036659 "IDPAM" NIL IDPAM (NIL T T) -8 NIL NIL NIL) (-447 1035122 1035874 1035947 "IDPAG" NIL IDPAG (NIL T T) -8 NIL NIL NIL) (-446 1034815 1035028 1035088 "IDENT" NIL IDENT (NIL) -8 NIL NIL NIL) (-445 1034519 1034559 1034598 "IDEMOPC" 1034603 IDEMOPC (NIL T) -9 NIL 1034740 NIL) (-444 1031590 1032471 1033363 "IDECOMP" NIL IDECOMP (NIL NIL NIL) -7 NIL NIL NIL) (-443 1025216 1026493 1027532 "IDEAL" NIL IDEAL (NIL T T T T) -8 NIL NIL NIL) (-442 1024478 1024608 1024807 "ICDEN" NIL ICDEN (NIL T T T T) -7 NIL NIL NIL) (-441 1023651 1024150 1024288 "ICARD" NIL ICARD (NIL) -8 NIL NIL NIL) (-440 1022040 1022371 1022762 "IBPTOOLS" NIL IBPTOOLS (NIL T T T T) -7 NIL NIL NIL) (-439 1019298 1019922 1020617 "IBATOOL" NIL IBATOOL (NIL T T T) -7 NIL NIL NIL) (-438 1017524 1018004 1018537 "IBACHIN" NIL IBACHIN (NIL T T T) -7 NIL NIL NIL) (-437 1015398 1017430 1017519 "IARRAY2" NIL IARRAY2 (NIL T T T) -8 NIL NIL NIL) (-436 1011540 1015336 1015393 "IARRAY1" NIL IARRAY1 (NIL T NIL) -8 NIL NIL NIL) (-435 1005119 1010504 1010972 "IAN" NIL IAN (NIL) -8 NIL NIL NIL) (-434 1004687 1004750 1004923 "IALGFACT" NIL IALGFACT (NIL T T T T) -7 NIL NIL NIL) (-433 1004179 1004328 1004356 "HYPCAT" 1004563 HYPCAT (NIL) -9 NIL NIL NIL) (-432 1003835 1003988 1004174 "HYPCAT-" NIL HYPCAT- (NIL T) -7 NIL NIL NIL) (-431 1003448 1003693 1003776 "HOSTNAME" NIL HOSTNAME (NIL) -8 NIL NIL NIL) (-430 1003281 1003330 1003371 "HOMOTOP" 1003376 HOMOTOP (NIL T) -9 NIL 1003409 NIL) (-429 1001701 1002513 1002554 "HOAGG" 1002638 HOAGG (NIL T) -9 NIL 1002960 NIL) (-428 1001328 1001475 1001696 "HOAGG-" NIL HOAGG- (NIL T T) -7 NIL NIL NIL) (-427 994528 1001053 1001201 "HEXADEC" NIL HEXADEC (NIL) -8 NIL NIL NIL) (-426 993463 993721 993984 "HEUGCD" NIL HEUGCD (NIL T) -7 NIL NIL NIL) (-425 992398 993328 993458 "HELLFDIV" NIL HELLFDIV (NIL T T T T) -8 NIL NIL NIL) (-424 990656 992231 992319 "HEAP" NIL HEAP (NIL T) -8 NIL NIL NIL) (-423 989971 990323 990456 "HEADAST" NIL HEADAST (NIL) -8 NIL NIL NIL) (-422 983523 989904 989966 "HDP" NIL HDP (NIL NIL T) -8 NIL NIL NIL) (-421 976662 983259 983410 "HDMP" NIL HDMP (NIL NIL T) -8 NIL NIL NIL) (-420 976115 976272 976435 "HB" NIL HB (NIL) -7 NIL NIL NIL) (-419 968615 976032 976110 "HASHTBL" NIL HASHTBL (NIL T T NIL) -8 NIL NIL NIL) (-418 968106 968409 968500 "HASAST" NIL HASAST (NIL) -8 NIL NIL NIL) (-417 965656 967893 968072 "HACKPI" NIL HACKPI (NIL) -8 NIL NIL NIL) (-416 961342 965539 965651 "GTSET" NIL GTSET (NIL T T T T) -8 NIL NIL NIL) (-415 953819 961239 961337 "GSTBL" NIL GSTBL (NIL T T T NIL) -8 NIL NIL NIL) (-414 945756 953188 953443 "GSERIES" NIL GSERIES (NIL T NIL NIL) -8 NIL NIL NIL) (-413 944780 945289 945317 "GROUP" 945520 GROUP (NIL) -9 NIL 945654 NIL) (-412 944323 944524 944775 "GROUP-" NIL GROUP- (NIL T) -7 NIL NIL NIL) (-411 942995 943334 943721 "GROEBSOL" NIL GROEBSOL (NIL NIL T T) -7 NIL NIL NIL) (-410 941817 942174 942225 "GRMOD" 942754 GRMOD (NIL T T) -9 NIL 942920 NIL) (-409 941636 941684 941812 "GRMOD-" NIL GRMOD- (NIL T T T) -7 NIL NIL NIL) (-408 937759 938970 939970 "GRIMAGE" NIL GRIMAGE (NIL) -8 NIL NIL NIL) (-407 936481 936805 937120 "GRDEF" NIL GRDEF (NIL) -7 NIL NIL NIL) (-406 936034 936162 936303 "GRAY" NIL GRAY (NIL) -7 NIL NIL NIL) (-405 935107 935606 935657 "GRALG" 935810 GRALG (NIL T T) -9 NIL 935900 NIL) (-404 934826 934927 935102 "GRALG-" NIL GRALG- (NIL T T T) -7 NIL NIL NIL) (-403 931845 934517 934684 "GPOLSET" NIL GPOLSET (NIL T T T T) -8 NIL NIL NIL) (-402 931258 931321 931578 "GOSPER" NIL GOSPER (NIL T T T T T) -7 NIL NIL NIL) (-401 927112 928008 928533 "GMODPOL" NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL NIL) (-400 926287 926489 926727 "GHENSEL" NIL GHENSEL (NIL T T) -7 NIL NIL NIL) (-399 921290 922217 923236 "GENUPS" NIL GENUPS (NIL T T) -7 NIL NIL NIL) (-398 921038 921095 921184 "GENUFACT" NIL GENUFACT (NIL T) -7 NIL NIL NIL) (-397 920520 920609 920774 "GENPGCD" NIL GENPGCD (NIL T T T T) -7 NIL NIL NIL) (-396 920029 920070 920283 "GENMFACT" NIL GENMFACT (NIL T T T T T) -7 NIL NIL NIL) (-395 918830 919113 919417 "GENEEZ" NIL GENEEZ (NIL T T) -7 NIL NIL NIL) (-394 912105 918520 918681 "GDMP" NIL GDMP (NIL NIL T T) -8 NIL NIL NIL) (-393 901888 906895 907999 "GCNAALG" NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-392 899940 901043 901071 "GCDDOM" 901326 GCDDOM (NIL) -9 NIL 901483 NIL) (-391 899563 899720 899935 "GCDDOM-" NIL GCDDOM- (NIL T) -7 NIL NIL NIL) (-390 890356 892826 895214 "GBINTERN" NIL GBINTERN (NIL T T T T) -7 NIL NIL NIL) (-389 888491 888816 889234 "GBF" NIL GBF (NIL T T T T) -7 NIL NIL NIL) (-388 887432 887621 887888 "GBEUCLID" NIL GBEUCLID (NIL T T T T) -7 NIL NIL NIL) (-387 886303 886510 886814 "GB" NIL GB (NIL T T T T) -7 NIL NIL NIL) (-386 885766 885908 886056 "GAUSSFAC" NIL GAUSSFAC (NIL) -7 NIL NIL NIL) (-385 884378 884726 885039 "GALUTIL" NIL GALUTIL (NIL T) -7 NIL NIL NIL) (-384 882923 883244 883566 "GALPOLYU" NIL GALPOLYU (NIL T T) -7 NIL NIL NIL) (-383 880549 880905 881310 "GALFACTU" NIL GALFACTU (NIL T T T) -7 NIL NIL NIL) (-382 873801 875462 877040 "GALFACT" NIL GALFACT (NIL T) -7 NIL NIL NIL) (-381 873453 873674 873742 "FUNDESC" NIL FUNDESC (NIL) -8 NIL NIL NIL) (-380 873077 873298 873379 "FUNCTION" NIL FUNCTION (NIL NIL) -8 NIL NIL NIL) (-379 871174 871857 872317 "FT" NIL FT (NIL) -8 NIL NIL NIL) (-378 869767 870074 870466 "FSUPFACT" NIL FSUPFACT (NIL T T T) -7 NIL NIL NIL) (-377 868422 868781 869105 "FST" NIL FST (NIL) -8 NIL NIL NIL) (-376 867725 867849 868036 "FSRED" NIL FSRED (NIL T T) -7 NIL NIL NIL) (-375 866699 866965 867312 "FSPRMELT" NIL FSPRMELT (NIL T T) -7 NIL NIL NIL) (-374 864357 864887 865369 "FSPECF" NIL FSPECF (NIL T T) -7 NIL NIL NIL) (-373 863940 864000 864169 "FSINT" NIL FSINT (NIL T T) -7 NIL NIL NIL) (-372 862240 863154 863457 "FSERIES" NIL FSERIES (NIL T T) -8 NIL NIL NIL) (-371 861388 861522 861745 "FSCINT" NIL FSCINT (NIL T T) -7 NIL NIL NIL) (-370 860559 860720 860947 "FSAGG2" NIL FSAGG2 (NIL T T T T) -7 NIL NIL NIL) (-369 856793 859454 859495 "FSAGG" 859865 FSAGG (NIL T) -9 NIL 860126 NIL) (-368 855147 855906 856698 "FSAGG-" NIL FSAGG- (NIL T T) -7 NIL NIL NIL) (-367 853103 853399 853943 "FS2UPS" NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL NIL) (-366 852150 852332 852632 "FS2EXPXP" NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL NIL) (-365 851831 851880 852007 "FS2" NIL FS2 (NIL T T T T) -7 NIL NIL NIL) (-364 831987 841488 841529 "FS" 845399 FS (NIL T) -9 NIL 847677 NIL) (-363 824218 827711 831690 "FS-" NIL FS- (NIL T T) -7 NIL NIL NIL) (-362 823752 823879 824031 "FRUTIL" NIL FRUTIL (NIL T) -7 NIL NIL NIL) (-361 818275 821433 821473 "FRNAALG" 822793 FRNAALG (NIL T) -9 NIL 823391 NIL) (-360 815016 816267 817525 "FRNAALG-" NIL FRNAALG- (NIL T T) -7 NIL NIL NIL) (-359 814697 814746 814873 "FRNAAF2" NIL FRNAAF2 (NIL T T T T) -7 NIL NIL NIL) (-358 813184 813741 814035 "FRMOD" NIL FRMOD (NIL T T T T NIL) -8 NIL NIL NIL) (-357 812470 812563 812850 "FRIDEAL2" NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-356 810304 811070 811386 "FRIDEAL" NIL FRIDEAL (NIL T T T T) -8 NIL NIL NIL) (-355 809413 809856 809897 "FRETRCT" 809902 FRETRCT (NIL T) -9 NIL 810073 NIL) (-354 808786 809064 809408 "FRETRCT-" NIL FRETRCT- (NIL T T) -7 NIL NIL NIL) (-353 805530 807050 807109 "FRAMALG" 807991 FRAMALG (NIL T T) -9 NIL 808283 NIL) (-352 804126 804677 805307 "FRAMALG-" NIL FRAMALG- (NIL T T T) -7 NIL NIL NIL) (-351 803819 803882 803989 "FRAC2" NIL FRAC2 (NIL T T) -7 NIL NIL NIL) (-350 797460 803624 803814 "FRAC" NIL FRAC (NIL T) -8 NIL NIL NIL) (-349 797153 797216 797323 "FR2" NIL FR2 (NIL T T) -7 NIL NIL NIL) (-348 789461 794032 795360 "FR" NIL FR (NIL T) -8 NIL NIL NIL) (-347 783239 786742 786770 "FPS" 787889 FPS (NIL) -9 NIL 788445 NIL) (-346 782796 782929 783093 "FPS-" NIL FPS- (NIL T) -7 NIL NIL NIL) (-345 779606 781649 781677 "FPC" 781902 FPC (NIL) -9 NIL 782044 NIL) (-344 779452 779504 779601 "FPC-" NIL FPC- (NIL T) -7 NIL NIL NIL) (-343 778229 778938 778979 "FPATMAB" 778984 FPATMAB (NIL T) -9 NIL 779136 NIL) (-342 776659 777255 777602 "FPARFRAC" NIL FPARFRAC (NIL T T) -8 NIL NIL NIL) (-341 776234 776292 776465 "FORDER" NIL FORDER (NIL T T T T) -7 NIL NIL NIL) (-340 774737 775632 775806 "FNLA" NIL FNLA (NIL NIL NIL T) -8 NIL NIL NIL) (-339 773352 773857 773885 "FNCAT" 774342 FNCAT (NIL) -9 NIL 774599 NIL) (-338 772809 773319 773347 "FNAME" NIL FNAME (NIL) -8 NIL NIL NIL) (-337 771396 772758 772804 "FMONOID" NIL FMONOID (NIL T) -8 NIL NIL NIL) (-336 767984 769342 769383 "FMONCAT" 770600 FMONCAT (NIL T) -9 NIL 771204 NIL) (-335 764842 765920 765973 "FMCAT" 767154 FMCAT (NIL T T) -9 NIL 767646 NIL) (-334 763542 764665 764764 "FM1" NIL FM1 (NIL T T) -8 NIL NIL NIL) (-333 762590 763390 763537 "FM" NIL FM (NIL T T) -8 NIL NIL NIL) (-332 760777 761229 761723 "FLOATRP" NIL FLOATRP (NIL T) -7 NIL NIL NIL) (-331 758712 759248 759826 "FLOATCP" NIL FLOATCP (NIL T) -7 NIL NIL NIL) (-330 752098 757049 757663 "FLOAT" NIL FLOAT (NIL) -8 NIL NIL NIL) (-329 750579 751680 751720 "FLINEXP" 751725 FLINEXP (NIL T) -9 NIL 751818 NIL) (-328 749988 750247 750574 "FLINEXP-" NIL FLINEXP- (NIL T T) -7 NIL NIL NIL) (-327 749237 749396 749610 "FLASORT" NIL FLASORT (NIL T T) -7 NIL NIL NIL) (-326 746120 747199 747251 "FLALG" 748478 FLALG (NIL T T) -9 NIL 748945 NIL) (-325 745291 745452 745679 "FLAGG2" NIL FLAGG2 (NIL T T T T) -7 NIL NIL NIL) (-324 739016 742705 742746 "FLAGG" 743985 FLAGG (NIL T) -9 NIL 744633 NIL) (-323 738124 738528 739011 "FLAGG-" NIL FLAGG- (NIL T T) -7 NIL NIL NIL) (-322 734685 735949 736008 "FINRALG" 737136 FINRALG (NIL T T) -9 NIL 737644 NIL) (-321 734076 734341 734680 "FINRALG-" NIL FINRALG- (NIL T T T) -7 NIL NIL NIL) (-320 733374 733670 733698 "FINITE" 733894 FINITE (NIL) -9 NIL 734001 NIL) (-319 733282 733308 733369 "FINITE-" NIL FINITE- (NIL T) -7 NIL NIL NIL) (-318 730275 731543 731584 "FINAGG" 732489 FINAGG (NIL T) -9 NIL 732943 NIL) (-317 729306 729771 730270 "FINAGG-" NIL FINAGG- (NIL T T) -7 NIL NIL NIL) (-316 721267 723858 723898 "FINAALG" 727550 FINAALG (NIL T) -9 NIL 728988 NIL) (-315 717534 718779 719902 "FINAALG-" NIL FINAALG- (NIL T T) -7 NIL NIL NIL) (-314 716086 716505 716559 "FILECAT" 717243 FILECAT (NIL T T) -9 NIL 717459 NIL) (-313 715437 715911 716014 "FILE" NIL FILE (NIL T) -8 NIL NIL NIL) (-312 712685 714563 714591 "FIELD" 714631 FIELD (NIL) -9 NIL 714711 NIL) (-311 711710 712171 712680 "FIELD-" NIL FIELD- (NIL T) -7 NIL NIL NIL) (-310 709714 710660 711006 "FGROUP" NIL FGROUP (NIL T) -8 NIL NIL NIL) (-309 708957 709138 709357 "FGLMICPK" NIL FGLMICPK (NIL T NIL) -7 NIL NIL NIL) (-308 704227 708895 708952 "FFX" NIL FFX (NIL T NIL) -8 NIL NIL NIL) (-307 703889 703956 704091 "FFSLPE" NIL FFSLPE (NIL T T T) -7 NIL NIL NIL) (-306 703429 703471 703680 "FFPOLY2" NIL FFPOLY2 (NIL T T) -7 NIL NIL NIL) (-305 700109 700986 701763 "FFPOLY" NIL FFPOLY (NIL T) -7 NIL NIL NIL) (-304 695393 700041 700104 "FFP" NIL FFP (NIL T NIL) -8 NIL NIL NIL) (-303 690072 694882 695072 "FFNBX" NIL FFNBX (NIL T NIL) -8 NIL NIL NIL) (-302 684553 689353 689611 "FFNBP" NIL FFNBP (NIL T NIL) -8 NIL NIL NIL) (-301 678760 684004 684215 "FFNB" NIL FFNB (NIL NIL NIL) -8 NIL NIL NIL) (-300 677783 677993 678308 "FFINTBAS" NIL FFINTBAS (NIL T T T) -7 NIL NIL NIL) (-299 673223 675928 675956 "FFIELDC" 676575 FFIELDC (NIL) -9 NIL 676950 NIL) (-298 672292 672732 673218 "FFIELDC-" NIL FFIELDC- (NIL T) -7 NIL NIL NIL) (-297 671907 671965 672089 "FFHOM" NIL FFHOM (NIL T T T) -7 NIL NIL NIL) (-296 670051 670574 671091 "FFF" NIL FFF (NIL T) -7 NIL NIL NIL) (-295 665145 669850 669951 "FFCGX" NIL FFCGX (NIL T NIL) -8 NIL NIL NIL) (-294 660245 664934 665041 "FFCGP" NIL FFCGP (NIL T NIL) -8 NIL NIL NIL) (-293 654911 660036 660144 "FFCG" NIL FFCG (NIL NIL NIL) -8 NIL NIL NIL) (-292 654365 654414 654649 "FFCAT2" NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-291 632940 643974 644060 "FFCAT" 649210 FFCAT (NIL T T T) -9 NIL 650646 NIL) (-290 629180 630406 631712 "FFCAT-" NIL FFCAT- (NIL T T T T) -7 NIL NIL NIL) (-289 624023 629111 629175 "FF" NIL FF (NIL NIL NIL) -8 NIL NIL NIL) (-288 622915 623384 623425 "FEVALAB" 623509 FEVALAB (NIL T) -9 NIL 623770 NIL) (-287 622320 622572 622910 "FEVALAB-" NIL FEVALAB- (NIL T T) -7 NIL NIL NIL) (-286 619147 620058 620173 "FDIVCAT" 621740 FDIVCAT (NIL T T T T) -9 NIL 622176 NIL) (-285 618941 618973 619142 "FDIVCAT-" NIL FDIVCAT- (NIL T T T T T) -7 NIL NIL NIL) (-284 618248 618341 618618 "FDIV2" NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-283 616734 617732 617935 "FDIV" NIL FDIV (NIL T T T T) -8 NIL NIL NIL) (-282 615827 616211 616413 "FCTRDATA" NIL FCTRDATA (NIL) -8 NIL NIL NIL) (-281 614949 615438 615578 "FCOMP" NIL FCOMP (NIL T) -8 NIL NIL NIL) (-280 606536 611179 611219 "FAXF" 613020 FAXF (NIL T) -9 NIL 613710 NIL) (-279 604452 605256 606071 "FAXF-" NIL FAXF- (NIL T T) -7 NIL NIL NIL) (-278 599601 603974 604148 "FARRAY" NIL FARRAY (NIL T) -8 NIL NIL NIL) (-277 594059 596482 596534 "FAMR" 597545 FAMR (NIL T T) -9 NIL 598004 NIL) (-276 593258 593623 594054 "FAMR-" NIL FAMR- (NIL T T T) -7 NIL NIL NIL) (-275 592279 593200 593253 "FAMONOID" NIL FAMONOID (NIL T) -8 NIL NIL NIL) (-274 589873 590752 590805 "FAMONC" 591746 FAMONC (NIL T T) -9 NIL 592131 NIL) (-273 588429 589731 589868 "FAGROUP" NIL FAGROUP (NIL T) -8 NIL NIL NIL) (-272 586509 586870 587272 "FACUTIL" NIL FACUTIL (NIL T T T T) -7 NIL NIL NIL) (-271 585786 585983 586205 "FACTFUNC" NIL FACTFUNC (NIL T) -7 NIL NIL NIL) (-270 577646 585233 585432 "EXPUPXS" NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-269 575665 576235 576821 "EXPRTUBE" NIL EXPRTUBE (NIL) -7 NIL NIL NIL) (-268 572567 573209 573929 "EXPRODE" NIL EXPRODE (NIL T T) -7 NIL NIL NIL) (-267 567724 568431 569236 "EXPR2UPS" NIL EXPR2UPS (NIL T T) -7 NIL NIL NIL) (-266 567413 567476 567585 "EXPR2" NIL EXPR2 (NIL T T) -7 NIL NIL NIL) (-265 552206 566462 566888 "EXPR" NIL EXPR (NIL T) -8 NIL NIL NIL) (-264 542733 551526 551814 "EXPEXPAN" NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL NIL) (-263 542227 542529 542619 "EXITAST" NIL EXITAST (NIL) -8 NIL NIL NIL) (-262 542003 542193 542222 "EXIT" NIL EXIT (NIL) -8 NIL NIL NIL) (-261 541692 541760 541873 "EVALCYC" NIL EVALCYC (NIL T) -7 NIL NIL NIL) (-260 541209 541351 541392 "EVALAB" 541562 EVALAB (NIL T) -9 NIL 541666 NIL) (-259 540837 540983 541204 "EVALAB-" NIL EVALAB- (NIL T T) -7 NIL NIL NIL) (-258 537880 539475 539503 "EUCDOM" 540057 EUCDOM (NIL) -9 NIL 540406 NIL) (-257 536807 537300 537875 "EUCDOM-" NIL EUCDOM- (NIL T) -7 NIL NIL NIL) (-256 536532 536588 536688 "ES2" NIL ES2 (NIL T T) -7 NIL NIL NIL) (-255 536220 536284 536393 "ES1" NIL ES1 (NIL T T) -7 NIL NIL NIL) (-254 529991 531891 531919 "ES" 534661 ES (NIL) -9 NIL 536045 NIL) (-253 526506 528038 529830 "ES-" NIL ES- (NIL T) -7 NIL NIL NIL) (-252 525854 526007 526183 "ERROR" NIL ERROR (NIL) -7 NIL NIL NIL) (-251 518360 525784 525849 "EQTBL" NIL EQTBL (NIL T T) -8 NIL NIL NIL) (-250 518049 518112 518221 "EQ2" NIL EQ2 (NIL T T) -7 NIL NIL NIL) (-249 511676 514801 516234 "EQ" NIL EQ (NIL T) -8 NIL NIL NIL) (-248 507979 509075 510168 "EP" NIL EP (NIL T) -7 NIL NIL NIL) (-247 506808 507158 507463 "ENV" NIL ENV (NIL) -8 NIL NIL NIL) (-246 505693 506424 506452 "ENTIRER" 506457 ENTIRER (NIL) -9 NIL 506501 NIL) (-245 505582 505616 505688 "ENTIRER-" NIL ENTIRER- (NIL T) -7 NIL NIL NIL) (-244 502215 504012 504361 "EMR" NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL NIL) (-243 501306 501521 501575 "ELTAGG" 501949 ELTAGG (NIL T T) -9 NIL 502163 NIL) (-242 501086 501160 501301 "ELTAGG-" NIL ELTAGG- (NIL T T T) -7 NIL NIL NIL) (-241 500832 500867 500921 "ELTAB" 501005 ELTAB (NIL T T) -9 NIL 501057 NIL) (-240 500083 500253 500452 "ELFUTS" NIL ELFUTS (NIL T T) -7 NIL NIL NIL) (-239 499807 499881 499909 "ELEMFUN" 500014 ELEMFUN (NIL) -9 NIL NIL NIL) (-238 499707 499734 499802 "ELEMFUN-" NIL ELEMFUN- (NIL T) -7 NIL NIL NIL) (-237 494984 497732 497773 "ELAGG" 498706 ELAGG (NIL T) -9 NIL 499167 NIL) (-236 493782 494320 494979 "ELAGG-" NIL ELAGG- (NIL T T) -7 NIL NIL NIL) (-235 493200 493367 493523 "ELABOR" NIL ELABOR (NIL) -8 NIL NIL NIL) (-234 492113 492432 492711 "ELABEXPR" NIL ELABEXPR (NIL) -8 NIL NIL NIL) (-233 485506 487504 488331 "EFUPXS" NIL EFUPXS (NIL T T T T) -7 NIL NIL NIL) (-232 479485 481481 482291 "EFULS" NIL EFULS (NIL T T T) -7 NIL NIL NIL) (-231 477299 477705 478176 "EFSTRUC" NIL EFSTRUC (NIL T T) -7 NIL NIL NIL) (-230 468299 470212 471753 "EF" NIL EF (NIL T T) -7 NIL NIL NIL) (-229 467412 467913 468062 "EAB" NIL EAB (NIL) -8 NIL NIL NIL) (-228 466110 466784 466824 "DVARCAT" 467107 DVARCAT (NIL T) -9 NIL 467247 NIL) (-227 465529 465793 466105 "DVARCAT-" NIL DVARCAT- (NIL T T) -7 NIL NIL NIL) (-226 457596 465397 465524 "DSMP" NIL DSMP (NIL T T T) -8 NIL NIL NIL) (-225 455934 456725 456766 "DSEXT" 457129 DSEXT (NIL T) -9 NIL 457423 NIL) (-224 454739 455263 455929 "DSEXT-" NIL DSEXT- (NIL T T) -7 NIL NIL NIL) (-223 454463 454528 454626 "DROPT1" NIL DROPT1 (NIL T) -7 NIL NIL NIL) (-222 450614 451830 452961 "DROPT0" NIL DROPT0 (NIL) -7 NIL NIL NIL) (-221 446260 447615 448679 "DROPT" NIL DROPT (NIL) -8 NIL NIL NIL) (-220 444935 445296 445682 "DRAWPT" NIL DRAWPT (NIL) -7 NIL NIL NIL) (-219 444621 444680 444798 "DRAWHACK" NIL DRAWHACK (NIL T) -7 NIL NIL NIL) (-218 443596 443894 444184 "DRAWCX" NIL DRAWCX (NIL) -7 NIL NIL NIL) (-217 443181 443256 443406 "DRAWCURV" NIL DRAWCURV (NIL T T) -7 NIL NIL NIL) (-216 435594 437706 439821 "DRAWCFUN" NIL DRAWCFUN (NIL) -7 NIL NIL NIL) (-215 431111 432130 433209 "DRAW" NIL DRAW (NIL T) -7 NIL NIL NIL) (-214 427735 429738 429779 "DQAGG" 430408 DQAGG (NIL T) -9 NIL 430681 NIL) (-213 414278 421918 422000 "DPOLCAT" 423837 DPOLCAT (NIL T T T T) -9 NIL 424380 NIL) (-212 410686 412334 414273 "DPOLCAT-" NIL DPOLCAT- (NIL T T T T T) -7 NIL NIL NIL) (-211 403789 410584 410681 "DPMO" NIL DPMO (NIL NIL T T) -8 NIL NIL NIL) (-210 396801 403618 403784 "DPMM" NIL DPMM (NIL NIL T T T) -8 NIL NIL NIL) (-209 396394 396654 396743 "DOMTMPLT" NIL DOMTMPLT (NIL) -8 NIL NIL NIL) (-208 395808 396256 396336 "DOMCTOR" NIL DOMCTOR (NIL) -8 NIL NIL NIL) (-207 395094 395419 395570 "DOMAIN" NIL DOMAIN (NIL) -8 NIL NIL NIL) (-206 388233 394830 394981 "DMP" NIL DMP (NIL NIL T) -8 NIL NIL NIL) (-205 385982 387299 387339 "DMEXT" 387344 DMEXT (NIL T) -9 NIL 387519 NIL) (-204 385638 385700 385844 "DLP" NIL DLP (NIL T) -7 NIL NIL NIL) (-203 379230 385123 385313 "DLIST" NIL DLIST (NIL T) -8 NIL NIL NIL) (-202 376456 378059 378100 "DLAGG" 378641 DLAGG (NIL T) -9 NIL 378873 NIL) (-201 374807 375678 375706 "DIVRING" 375798 DIVRING (NIL) -9 NIL 375881 NIL) (-200 374258 374502 374802 "DIVRING-" NIL DIVRING- (NIL T) -7 NIL NIL NIL) (-199 372686 373103 373509 "DISPLAY" NIL DISPLAY (NIL) -7 NIL NIL NIL) (-198 371723 371944 372209 "DIRPROD2" NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL NIL) (-197 365295 371655 371718 "DIRPROD" NIL DIRPROD (NIL NIL T) -8 NIL NIL NIL) (-196 353693 360055 360108 "DIRPCAT" 360364 DIRPCAT (NIL NIL T) -9 NIL 361239 NIL) (-195 351699 352469 353356 "DIRPCAT-" NIL DIRPCAT- (NIL T NIL T) -7 NIL NIL NIL) (-194 351146 351312 351498 "DIOSP" NIL DIOSP (NIL) -7 NIL NIL NIL) (-193 348429 350023 350064 "DIOPS" 350484 DIOPS (NIL T) -9 NIL 350712 NIL) (-192 348089 348233 348424 "DIOPS-" NIL DIOPS- (NIL T T) -7 NIL NIL NIL) (-191 347096 347842 347870 "DIOID" 347875 DIOID (NIL) -9 NIL 347897 NIL) (-190 345924 346753 346781 "DIFRING" 346786 DIFRING (NIL) -9 NIL 346807 NIL) (-189 345560 345658 345686 "DIFFSPC" 345805 DIFFSPC (NIL) -9 NIL 345880 NIL) (-188 345301 345403 345555 "DIFFSPC-" NIL DIFFSPC- (NIL T) -7 NIL NIL NIL) (-187 344204 344829 344869 "DIFFMOD" 344874 DIFFMOD (NIL T) -9 NIL 344971 NIL) (-186 343888 343945 343986 "DIFFDOM" 344107 DIFFDOM (NIL T) -9 NIL 344175 NIL) (-185 343769 343799 343883 "DIFFDOM-" NIL DIFFDOM- (NIL T T) -7 NIL NIL NIL) (-184 341442 342963 343003 "DIFEXT" 343008 DIFEXT (NIL T) -9 NIL 343160 NIL) (-183 339330 340924 340965 "DIAGG" 340970 DIAGG (NIL T) -9 NIL 340990 NIL) (-182 338886 339076 339325 "DIAGG-" NIL DIAGG- (NIL T T) -7 NIL NIL NIL) (-181 334124 338076 338353 "DHMATRIX" NIL DHMATRIX (NIL T) -8 NIL NIL NIL) (-180 330582 331635 332645 "DFSFUN" NIL DFSFUN (NIL) -7 NIL NIL NIL) (-179 325132 329736 330063 "DFLOAT" NIL DFLOAT (NIL) -8 NIL NIL NIL) (-178 323698 323990 324365 "DFINTTLS" NIL DFINTTLS (NIL T T) -7 NIL NIL NIL) (-177 320818 322070 322466 "DERHAM" NIL DERHAM (NIL T NIL) -8 NIL NIL NIL) (-176 318602 320649 320738 "DEQUEUE" NIL DEQUEUE (NIL T) -8 NIL NIL NIL) (-175 317985 318130 318312 "DEGRED" NIL DEGRED (NIL T T) -7 NIL NIL NIL) (-174 315303 316027 316827 "DEFINTRF" NIL DEFINTRF (NIL T) -7 NIL NIL NIL) (-173 313412 313870 314432 "DEFINTEF" NIL DEFINTEF (NIL T T) -7 NIL NIL NIL) (-172 312795 313128 313242 "DEFAST" NIL DEFAST (NIL) -8 NIL NIL NIL) (-171 305995 312520 312668 "DECIMAL" NIL DECIMAL (NIL) -8 NIL NIL NIL) (-170 303915 304425 304929 "DDFACT" NIL DDFACT (NIL T T) -7 NIL NIL NIL) (-169 303554 303603 303754 "DBLRESP" NIL DBLRESP (NIL T T T T) -7 NIL NIL NIL) (-168 302813 303375 303466 "DBASIS" NIL DBASIS (NIL NIL) -8 NIL NIL NIL) (-167 300837 301279 301639 "DBASE" NIL DBASE (NIL T) -8 NIL NIL NIL) (-166 300129 300418 300564 "DATAARY" NIL DATAARY (NIL NIL T) -8 NIL NIL NIL) (-165 299580 299726 299878 "CYCLOTOM" NIL CYCLOTOM (NIL) -7 NIL NIL NIL) (-164 296942 297735 298462 "CYCLES" NIL CYCLES (NIL) -7 NIL NIL NIL) (-163 296381 296527 296698 "CVMP" NIL CVMP (NIL T) -7 NIL NIL NIL) (-162 294453 294764 295131 "CTRIGMNP" NIL CTRIGMNP (NIL T T) -7 NIL NIL NIL) (-161 294010 294265 294366 "CTORKIND" NIL CTORKIND (NIL) -8 NIL NIL NIL) (-160 293211 293594 293622 "CTORCAT" 293803 CTORCAT (NIL) -9 NIL 293915 NIL) (-159 292914 293048 293206 "CTORCAT-" NIL CTORCAT- (NIL T) -7 NIL NIL NIL) (-158 292407 292664 292772 "CTORCALL" NIL CTORCALL (NIL T) -8 NIL NIL NIL) (-157 291823 292254 292327 "CTOR" NIL CTOR (NIL) -8 NIL NIL NIL) (-156 291282 291399 291552 "CSTTOOLS" NIL CSTTOOLS (NIL T T) -7 NIL NIL NIL) (-155 287676 288432 289187 "CRFP" NIL CRFP (NIL T T) -7 NIL NIL NIL) (-154 287167 287470 287561 "CRCEAST" NIL CRCEAST (NIL) -8 NIL NIL NIL) (-153 286386 286595 286823 "CRAPACK" NIL CRAPACK (NIL T) -7 NIL NIL NIL) (-152 285890 285995 286199 "CPMATCH" NIL CPMATCH (NIL T T T) -7 NIL NIL NIL) (-151 285643 285677 285783 "CPIMA" NIL CPIMA (NIL T T T) -7 NIL NIL NIL) (-150 282582 283344 284062 "COORDSYS" NIL COORDSYS (NIL T) -7 NIL NIL NIL) (-149 282101 282243 282382 "CONTOUR" NIL CONTOUR (NIL) -8 NIL NIL NIL) (-148 277994 280564 281056 "CONTFRAC" NIL CONTFRAC (NIL T) -8 NIL NIL NIL) (-147 277868 277895 277923 "CONDUIT" 277960 CONDUIT (NIL) -9 NIL NIL NIL) (-146 276747 277478 277506 "COMRING" 277511 COMRING (NIL) -9 NIL 277561 NIL) (-145 275912 276279 276457 "COMPPROP" NIL COMPPROP (NIL) -8 NIL NIL NIL) (-144 275608 275649 275777 "COMPLPAT" NIL COMPLPAT (NIL T T T) -7 NIL NIL NIL) (-143 275301 275364 275471 "COMPLEX2" NIL COMPLEX2 (NIL T T) -7 NIL NIL NIL) (-142 264143 275251 275296 "COMPLEX" NIL COMPLEX (NIL T) -8 NIL NIL NIL) (-141 263604 263743 263903 "COMPILER" NIL COMPILER (NIL) -7 NIL NIL NIL) (-140 263357 263398 263496 "COMPFACT" NIL COMPFACT (NIL T T) -7 NIL NIL NIL) (-139 244788 257038 257078 "COMPCAT" 258079 COMPCAT (NIL T) -9 NIL 259421 NIL) (-138 237326 240839 244432 "COMPCAT-" NIL COMPCAT- (NIL T T) -7 NIL NIL NIL) (-137 237085 237119 237221 "COMMUPC" NIL COMMUPC (NIL T T T) -7 NIL NIL NIL) (-136 236915 236954 237012 "COMMONOP" NIL COMMONOP (NIL) -7 NIL NIL NIL) (-135 236496 236775 236849 "COMMAAST" NIL COMMAAST (NIL) -8 NIL NIL NIL) (-134 236073 236314 236401 "COMM" NIL COMM (NIL) -8 NIL NIL NIL) (-133 235268 235516 235544 "COMBOPC" 235882 COMBOPC (NIL) -9 NIL 236057 NIL) (-132 234332 234584 234826 "COMBINAT" NIL COMBINAT (NIL T) -7 NIL NIL NIL) (-131 231264 231948 232571 "COMBF" NIL COMBF (NIL T T) -7 NIL NIL NIL) (-130 230144 230595 230830 "COLOR" NIL COLOR (NIL) -8 NIL NIL NIL) (-129 229635 229938 230029 "COLONAST" NIL COLONAST (NIL) -8 NIL NIL NIL) (-128 229322 229375 229500 "CMPLXRT" NIL CMPLXRT (NIL T T) -7 NIL NIL NIL) (-127 228792 229102 229200 "CLLCTAST" NIL CLLCTAST (NIL) -8 NIL NIL NIL) (-126 225312 226382 227462 "CLIP" NIL CLIP (NIL) -7 NIL NIL NIL) (-125 223607 224592 224830 "CLIF" NIL CLIF (NIL NIL T NIL) -8 NIL NIL NIL) (-124 221024 222243 222284 "CLAGG" 222847 CLAGG (NIL T) -9 NIL 223227 NIL) (-123 220582 220772 221019 "CLAGG-" NIL CLAGG- (NIL T T) -7 NIL NIL NIL) (-122 220211 220302 220442 "CINTSLPE" NIL CINTSLPE (NIL T T) -7 NIL NIL NIL) (-121 218148 218655 219203 "CHVAR" NIL CHVAR (NIL T T T) -7 NIL NIL NIL) (-120 217109 217840 217868 "CHARZ" 217873 CHARZ (NIL) -9 NIL 217887 NIL) (-119 216903 216949 217027 "CHARPOL" NIL CHARPOL (NIL T) -7 NIL NIL NIL) (-118 215742 216505 216533 "CHARNZ" 216594 CHARNZ (NIL) -9 NIL 216642 NIL) (-117 213220 214317 214840 "CHAR" NIL CHAR (NIL) -8 NIL NIL NIL) (-116 212928 213007 213035 "CFCAT" 213146 CFCAT (NIL) -9 NIL NIL NIL) (-115 212271 212400 212582 "CDEN" NIL CDEN (NIL T T T) -7 NIL NIL NIL) (-114 208539 211684 211964 "CCLASS" NIL CCLASS (NIL) -8 NIL NIL NIL) (-113 207917 208104 208281 "CATEGORY" NIL -10 (NIL) -8 NIL NIL NIL) (-112 207445 207864 207912 "CATCTOR" NIL CATCTOR (NIL) -8 NIL NIL NIL) (-111 206918 207227 207324 "CATAST" NIL CATAST (NIL) -8 NIL NIL NIL) (-110 206409 206712 206803 "CASEAST" NIL CASEAST (NIL) -8 NIL NIL NIL) (-109 205658 205818 206039 "CARTEN2" NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL NIL) (-108 201758 203015 203723 "CARTEN" NIL CARTEN (NIL NIL NIL T) -8 NIL NIL NIL) (-107 200124 201155 201406 "CARD" NIL CARD (NIL) -8 NIL NIL NIL) (-106 199705 199984 200058 "CAPSLAST" NIL CAPSLAST (NIL) -8 NIL NIL NIL) (-105 199139 199392 199420 "CACHSET" 199552 CACHSET (NIL) -9 NIL 199630 NIL) (-104 198491 198906 198934 "CABMON" 198984 CABMON (NIL) -9 NIL 199040 NIL) (-103 198021 198285 198395 "BYTEORD" NIL BYTEORD (NIL) -8 NIL NIL NIL) (-102 193510 197689 197850 "BYTEBUF" NIL BYTEBUF (NIL) -8 NIL NIL NIL) (-101 192480 193184 193319 "BYTE" NIL BYTE (NIL) -8 NIL NIL 193482) (-100 190005 192247 192353 "BTREE" NIL BTREE (NIL T) -8 NIL NIL NIL) (-99 187501 189759 189867 "BTOURN" NIL BTOURN (NIL T) -8 NIL NIL NIL) (-98 184755 186903 186942 "BTCAT" 187009 BTCAT (NIL T) -9 NIL 187090 NIL) (-97 184506 184604 184750 "BTCAT-" NIL BTCAT- (NIL T T) -7 NIL NIL NIL) (-96 179843 183698 183724 "BTAGG" 183835 BTAGG (NIL) -9 NIL 183943 NIL) (-95 179474 179635 179838 "BTAGG-" NIL BTAGG- (NIL T) -7 NIL NIL NIL) (-94 176612 178966 179156 "BSTREE" NIL BSTREE (NIL T) -8 NIL NIL NIL) (-93 175882 176034 176212 "BRILL" NIL BRILL (NIL T) -7 NIL NIL NIL) (-92 172976 174597 174636 "BRAGG" 175265 BRAGG (NIL T) -9 NIL 175525 NIL) (-91 172051 172482 172971 "BRAGG-" NIL BRAGG- (NIL T T) -7 NIL NIL NIL) (-90 164585 171556 171737 "BPADICRT" NIL BPADICRT (NIL NIL) -8 NIL NIL NIL) (-89 162577 164537 164580 "BPADIC" NIL BPADIC (NIL NIL) -8 NIL NIL NIL) (-88 162310 162346 162457 "BOUNDZRO" NIL BOUNDZRO (NIL T T) -7 NIL NIL NIL) (-87 160549 160982 161430 "BOP1" NIL BOP1 (NIL T) -7 NIL NIL NIL) (-86 156515 157931 158821 "BOP" NIL BOP (NIL) -8 NIL NIL NIL) (-85 155391 156282 156404 "BOOLEAN" NIL BOOLEAN (NIL) -8 NIL NIL NIL) (-84 154977 155134 155160 "BOOLE" 155268 BOOLE (NIL) -9 NIL 155349 NIL) (-83 154770 154851 154972 "BOOLE-" NIL BOOLE- (NIL T) -7 NIL NIL NIL) (-82 153908 154435 154485 "BMODULE" 154490 BMODULE (NIL T T) -9 NIL 154554 NIL) (-81 149793 153765 153834 "BITS" NIL BITS (NIL) -8 NIL NIL NIL) (-80 149606 149646 149685 "BINOPC" 149690 BINOPC (NIL T) -9 NIL 149735 NIL) (-79 149148 149421 149523 "BINOP" NIL BINOP (NIL T) -8 NIL NIL NIL) (-78 148669 148813 148951 "BINDING" NIL BINDING (NIL) -8 NIL NIL NIL) (-77 141875 148399 148544 "BINARY" NIL BINARY (NIL) -8 NIL NIL NIL) (-76 140122 141095 141134 "BGAGG" 141390 BGAGG (NIL T) -9 NIL 141517 NIL) (-75 139991 140029 140117 "BGAGG-" NIL BGAGG- (NIL T T) -7 NIL NIL NIL) (-74 138842 139043 139328 "BEZOUT" NIL BEZOUT (NIL T T T T T) -7 NIL NIL NIL) (-73 135556 138022 138327 "BBTREE" NIL BBTREE (NIL T) -8 NIL NIL NIL) (-72 135141 135234 135260 "BASTYPE" 135431 BASTYPE (NIL) -9 NIL 135527 NIL) (-71 134911 135007 135136 "BASTYPE-" NIL BASTYPE- (NIL T) -7 NIL NIL NIL) (-70 134426 134514 134664 "BALFACT" NIL BALFACT (NIL T T) -7 NIL NIL NIL) (-69 133325 134000 134185 "AUTOMOR" NIL AUTOMOR (NIL T) -8 NIL NIL NIL) (-68 133073 133078 133104 "ATTREG" 133109 ATTREG (NIL) -9 NIL NIL NIL) (-67 132678 132950 133015 "ATTRAST" NIL ATTRAST (NIL) -8 NIL NIL NIL) (-66 132178 132327 132353 "ATRIG" 132554 ATRIG (NIL) -9 NIL NIL NIL) (-65 132033 132086 132173 "ATRIG-" NIL ATRIG- (NIL T) -7 NIL NIL NIL) (-64 131603 131834 131860 "ASTCAT" 131865 ASTCAT (NIL) -9 NIL 131895 NIL) (-63 131402 131479 131598 "ASTCAT-" NIL ASTCAT- (NIL T) -7 NIL NIL NIL) (-62 129625 131235 131323 "ASTACK" NIL ASTACK (NIL T) -8 NIL NIL NIL) (-61 128432 128745 129110 "ASSOCEQ" NIL ASSOCEQ (NIL T T) -7 NIL NIL NIL) (-60 126284 128362 128427 "ARRAY2" NIL ARRAY2 (NIL T) -8 NIL NIL NIL) (-59 125475 125666 125887 "ARRAY12" NIL ARRAY12 (NIL T T) -7 NIL NIL NIL) (-58 121343 125206 125320 "ARRAY1" NIL ARRAY1 (NIL T) -8 NIL NIL NIL) (-57 115655 117659 117734 "ARR2CAT" 120246 ARR2CAT (NIL T T T) -9 NIL 120967 NIL) (-56 114616 115098 115650 "ARR2CAT-" NIL ARR2CAT- (NIL T T T T) -7 NIL NIL NIL) (-55 113984 114355 114477 "ARITY" NIL ARITY (NIL) -8 NIL NIL NIL) (-54 112916 113084 113380 "APPRULE" NIL APPRULE (NIL T T T) -7 NIL NIL NIL) (-53 112617 112671 112789 "APPLYORE" NIL APPLYORE (NIL T T T) -7 NIL NIL NIL) (-52 112000 112146 112302 "ANY1" NIL ANY1 (NIL T) -7 NIL NIL NIL) (-51 111405 111695 111815 "ANY" NIL ANY (NIL) -8 NIL NIL NIL) (-50 108973 110134 110457 "ANTISYM" NIL ANTISYM (NIL T NIL) -8 NIL NIL NIL) (-49 108498 108758 108854 "ANON" NIL ANON (NIL) -8 NIL NIL NIL) (-48 102193 107560 108002 "AN" NIL AN (NIL) -8 NIL NIL NIL) (-47 97727 99390 99440 "AMR" 100178 AMR (NIL T T) -9 NIL 100775 NIL) (-46 97081 97361 97722 "AMR-" NIL AMR- (NIL T T T) -7 NIL NIL NIL) (-45 79065 97015 97076 "ALIST" NIL ALIST (NIL T T) -8 NIL NIL NIL) (-44 75468 78741 78910 "ALGSC" NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-43 72478 73138 73745 "ALGPKG" NIL ALGPKG (NIL T T) -7 NIL NIL NIL) (-42 71857 71970 72154 "ALGMFACT" NIL ALGMFACT (NIL T T T) -7 NIL NIL NIL) (-41 68269 68894 69486 "ALGMANIP" NIL ALGMANIP (NIL T T) -7 NIL NIL NIL) (-40 57758 67962 68112 "ALGFF" NIL ALGFF (NIL T T T NIL) -8 NIL NIL NIL) (-39 57075 57229 57407 "ALGFACT" NIL ALGFACT (NIL T) -7 NIL NIL NIL) (-38 55788 56583 56621 "ALGEBRA" 56626 ALGEBRA (NIL T) -9 NIL 56666 NIL) (-37 55574 55651 55783 "ALGEBRA-" NIL ALGEBRA- (NIL T T) -7 NIL NIL NIL) (-36 33879 52662 52714 "ALAGG" 52849 ALAGG (NIL T T) -9 NIL 53007 NIL) (-35 33379 33528 33554 "AHYP" 33755 AHYP (NIL) -9 NIL NIL NIL) (-34 32861 32993 33019 "AGG" 33224 AGG (NIL) -9 NIL 33350 NIL) (-33 32704 32762 32856 "AGG-" NIL AGG- (NIL T) -7 NIL NIL NIL) (-32 30843 31303 31703 "AF" NIL AF (NIL T T) -7 NIL NIL NIL) (-31 30338 30641 30730 "ADDAST" NIL ADDAST (NIL) -8 NIL NIL NIL) (-30 29708 30003 30159 "ACPLOT" NIL ACPLOT (NIL) -8 NIL NIL NIL) (-29 17266 26545 26583 "ACFS" 27190 ACFS (NIL T) -9 NIL 27429 NIL) (-28 15889 16499 17261 "ACFS-" NIL ACFS- (NIL T T) -7 NIL NIL NIL) (-27 11441 13820 13846 "ACF" 14725 ACF (NIL) -9 NIL 15137 NIL) (-26 10537 10943 11436 "ACF-" NIL ACF- (NIL T) -7 NIL NIL NIL) (-25 10039 10279 10305 "ABELSG" 10397 ABELSG (NIL) -9 NIL 10462 NIL) (-24 9937 9968 10034 "ABELSG-" NIL ABELSG- (NIL T) -7 NIL NIL NIL) (-23 9092 9466 9492 "ABELMON" 9717 ABELMON (NIL) -9 NIL 9850 NIL) (-22 8774 8914 9087 "ABELMON-" NIL ABELMON- (NIL T) -7 NIL NIL NIL) (-21 7986 8469 8495 "ABELGRP" 8567 ABELGRP (NIL) -9 NIL 8642 NIL) (-20 7539 7735 7981 "ABELGRP-" NIL ABELGRP- (NIL T) -7 NIL NIL NIL) (-19 3036 6766 6805 "A1AGG" 6810 A1AGG (NIL T) -9 NIL 6844 NIL) (-18 30 1483 3031 "A1AGG-" NIL A1AGG- (NIL T T) -7 NIL NIL NIL)) \ No newline at end of file
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 9 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1131) (-996)) (T -1131))
+NIL
+((-3719 (((-85)) 18 T ELT)) (-3716 (((-1186) (-584 |#1|) (-584 |#1|)) 22 T ELT) (((-1186) (-584 |#1|)) 23 T ELT)) (-3721 (((-85) |#1| |#1|) 37 (|has| |#1| (-757)) ELT)) (-3718 (((-85) |#1| |#1| (-1 (-85) |#1| |#1|)) 29 T ELT) (((-3 (-85) "failed") |#1| |#1|) 27 T ELT)) (-3720 ((|#1| (-584 |#1|)) 38 (|has| |#1| (-757)) ELT) ((|#1| (-584 |#1|) (-1 (-85) |#1| |#1|)) 32 T ELT)) (-3717 (((-2 (|:| -3231 (-584 |#1|)) (|:| -3230 (-584 |#1|)))) 20 T ELT)))
+(((-1132 |#1|) (-10 -7 (-15 -3716 ((-1186) (-584 |#1|))) (-15 -3716 ((-1186) (-584 |#1|) (-584 |#1|))) (-15 -3717 ((-2 (|:| -3231 (-584 |#1|)) (|:| -3230 (-584 |#1|))))) (-15 -3718 ((-3 (-85) "failed") |#1| |#1|)) (-15 -3718 ((-85) |#1| |#1| (-1 (-85) |#1| |#1|))) (-15 -3720 (|#1| (-584 |#1|) (-1 (-85) |#1| |#1|))) (-15 -3719 ((-85))) (IF (|has| |#1| (-757)) (PROGN (-15 -3720 (|#1| (-584 |#1|))) (-15 -3721 ((-85) |#1| |#1|))) |%noBranch|)) (-1014)) (T -1132))
+((-3721 (*1 *2 *3 *3) (-12 (-5 *2 (-85)) (-5 *1 (-1132 *3)) (-4 *3 (-757)) (-4 *3 (-1014)))) (-3720 (*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-1014)) (-4 *2 (-757)) (-5 *1 (-1132 *2)))) (-3719 (*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1132 *3)) (-4 *3 (-1014)))) (-3720 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *2)) (-5 *4 (-1 (-85) *2 *2)) (-5 *1 (-1132 *2)) (-4 *2 (-1014)))) (-3718 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-85) *3 *3)) (-4 *3 (-1014)) (-5 *2 (-85)) (-5 *1 (-1132 *3)))) (-3718 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-85)) (-5 *1 (-1132 *3)) (-4 *3 (-1014)))) (-3717 (*1 *2) (-12 (-5 *2 (-2 (|:| -3231 (-584 *3)) (|:| -3230 (-584 *3)))) (-5 *1 (-1132 *3)) (-4 *3 (-1014)))) (-3716 (*1 *2 *3 *3) (-12 (-5 *3 (-584 *4)) (-4 *4 (-1014)) (-5 *2 (-1186)) (-5 *1 (-1132 *4)))) (-3716 (*1 *2 *3) (-12 (-5 *3 (-584 *4)) (-4 *4 (-1014)) (-5 *2 (-1186)) (-5 *1 (-1132 *4)))))
+((-3722 (((-1186) (-584 (-1091)) (-584 (-1091))) 14 T ELT) (((-1186) (-584 (-1091))) 12 T ELT)) (-3724 (((-1186)) 16 T ELT)) (-3723 (((-2 (|:| -3230 (-584 (-1091))) (|:| -3231 (-584 (-1091))))) 20 T ELT)))
+(((-1133) (-10 -7 (-15 -3722 ((-1186) (-584 (-1091)))) (-15 -3722 ((-1186) (-584 (-1091)) (-584 (-1091)))) (-15 -3723 ((-2 (|:| -3230 (-584 (-1091))) (|:| -3231 (-584 (-1091)))))) (-15 -3724 ((-1186))))) (T -1133))
+((-3724 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1133)))) (-3723 (*1 *2) (-12 (-5 *2 (-2 (|:| -3230 (-584 (-1091))) (|:| -3231 (-584 (-1091))))) (-5 *1 (-1133)))) (-3722 (*1 *2 *3 *3) (-12 (-5 *3 (-584 (-1091))) (-5 *2 (-1186)) (-5 *1 (-1133)))) (-3722 (*1 *2 *3) (-12 (-5 *3 (-584 (-1091))) (-5 *2 (-1186)) (-5 *1 (-1133)))))
+((-3777 (($ $) 17 T ELT)) (-3725 (((-85) $) 27 T ELT)))
+(((-1134 |#1|) (-10 -7 (-15 -3777 (|#1| |#1|)) (-15 -3725 ((-85) |#1|))) (-1135)) (T -1134))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 66 T ELT)) (-3973 (((-348 $) $) 67 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3725 (((-85) $) 68 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3734 (((-348 $) $) 65 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT)))
+(((-1135) (-113)) (T -1135))
+((-3725 (*1 *2 *1) (-12 (-4 *1 (-1135)) (-5 *2 (-85)))) (-3973 (*1 *2 *1) (-12 (-5 *2 (-348 *1)) (-4 *1 (-1135)))) (-3777 (*1 *1 *1) (-4 *1 (-1135))) (-3734 (*1 *2 *1) (-12 (-5 *2 (-348 *1)) (-4 *1 (-1135)))))
+(-13 (-392) (-10 -8 (-15 -3725 ((-85) $)) (-15 -3973 ((-348 $) $)) (-15 -3777 ($ $)) (-15 -3734 ((-348 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-72) . T) ((-82 $ $) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-246) . T) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 $) . T) ((-591 $) . T) ((-583 $) . T) ((-655 $) . T) ((-664) . T) ((-964 $) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-3727 (($ $ $) NIL T ELT)) (-3728 (($ $ $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-2313 (($ $ $) NIL T ELT)))
+(((-1136) (-13 (-753) (-605) (-10 -8 (-15 -3728 ($ $ $)) (-15 -3727 ($ $ $)) (-15 -3726 ($) -3954)))) (T -1136))
+((-3728 (*1 *1 *1 *1) (-5 *1 (-1136))) (-3727 (*1 *1 *1 *1) (-5 *1 (-1136))) (-3726 (*1 *1) (-5 *1 (-1136))))
+((-695) (|%not| (|%ilt| 16 (|%ilength| |#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-3727 (($ $ $) NIL T ELT)) (-3728 (($ $ $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-2313 (($ $ $) NIL T ELT)))
+(((-1137) (-13 (-753) (-605) (-10 -8 (-15 -3728 ($ $ $)) (-15 -3727 ($ $ $)) (-15 -3726 ($) -3954)))) (T -1137))
+((-3728 (*1 *1 *1 *1) (-5 *1 (-1137))) (-3727 (*1 *1 *1 *1) (-5 *1 (-1137))) (-3726 (*1 *1) (-5 *1 (-1137))))
+((-695) (|%not| (|%ilt| 32 (|%ilength| |#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-3727 (($ $ $) NIL T ELT)) (-3728 (($ $ $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-2313 (($ $ $) NIL T ELT)))
+(((-1138) (-13 (-753) (-605) (-10 -8 (-15 -3728 ($ $ $)) (-15 -3727 ($ $ $)) (-15 -3726 ($) -3954)))) (T -1138))
+((-3728 (*1 *1 *1 *1) (-5 *1 (-1138))) (-3727 (*1 *1 *1 *1) (-5 *1 (-1138))) (-3726 (*1 *1) (-5 *1 (-1138))))
+((-695) (|%not| (|%ilt| 64 (|%ilength| |#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-2314 (($ $) NIL T ELT)) (-3138 (((-695)) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2996 (($) NIL T ELT)) (-2533 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2859 (($ $ $) NIL T ELT) (($) NIL T CONST)) (-2011 (((-831) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2401 (($ (-831)) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT)) (-3727 (($ $ $) NIL T ELT)) (-3728 (($ $ $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2312 (($ $ $) NIL T ELT)) (-2568 (((-85) $ $) NIL T ELT)) (-2569 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL T ELT)) (-2687 (((-85) $ $) NIL T ELT)) (-2313 (($ $ $) NIL T ELT)))
+(((-1139) (-13 (-753) (-605) (-10 -8 (-15 -3728 ($ $ $)) (-15 -3727 ($ $ $)) (-15 -3726 ($) -3954)))) (T -1139))
+((-3728 (*1 *1 *1 *1) (-5 *1 (-1139))) (-3727 (*1 *1 *1 *1) (-5 *1 (-1139))) (-3726 (*1 *1) (-5 *1 (-1139))))
+((-695) (|%not| (|%ilt| 8 (|%ilength| |#1|))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3131 (((-1170 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-258)) (|has| |#1| (-312))) ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) 10 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT)) (-2064 (($ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT)) (-2062 (((-85) $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT)) (-3773 (($ $ (-485)) NIL T ELT) (($ $ (-485) (-485)) NIL T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))) $) NIL T ELT)) (-3733 (((-1170 |#1| |#2| |#3|) $) NIL T ELT)) (-3730 (((-3 (-1170 |#1| |#2| |#3|) #1="failed") $) NIL T ELT)) (-3731 (((-1170 |#1| |#2| |#3|) $) NIL T ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1#) $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) ELT)) (-3777 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3625 (((-485) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) ELT)) (-3820 (($ (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|)))) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-1170 |#1| |#2| |#3|) #1#) $) NIL T ELT) (((-3 (-1091) #1#) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-951 (-1091))) (|has| |#1| (-312))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-951 (-485))) (|has| |#1| (-312))) ELT) (((-3 (-485) #1#) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-951 (-485))) (|has| |#1| (-312))) ELT)) (-3158 (((-1170 |#1| |#2| |#3|) $) NIL T ELT) (((-1091) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-951 (-1091))) (|has| |#1| (-312))) ELT) (((-350 (-485)) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-951 (-485))) (|has| |#1| (-312))) ELT) (((-485) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-951 (-485))) (|has| |#1| (-312))) ELT)) (-3732 (($ $) NIL T ELT) (($ (-485) $) NIL T ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-1170 |#1| |#2| |#3|)) (-631 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-1170 |#1| |#2| |#3|))) (|:| |vec| (-1180 (-1170 |#1| |#2| |#3|)))) (-631 $) (-1180 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-581 (-485))) (|has| |#1| (-312))) ELT) (((-631 (-485)) (-631 $)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-581 (-485))) (|has| |#1| (-312))) ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3729 (((-350 (-858 |#1|)) $ (-485)) NIL (|has| |#1| (-496)) ELT) (((-350 (-858 |#1|)) $ (-485) (-485)) NIL (|has| |#1| (-496)) ELT)) (-2996 (($) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-484)) (|has| |#1| (-312))) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-3188 (((-85) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) ELT)) (-2894 (((-85) $) NIL T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-797 (-330))) (|has| |#1| (-312))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-797 (-485))) (|has| |#1| (-312))) ELT)) (-3774 (((-485) $) NIL T ELT) (((-485) $ (-485)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3000 (((-1170 |#1| |#2| |#3|) $) NIL (|has| |#1| (-312)) ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3447 (((-633 $) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-1067)) (|has| |#1| (-312))) ELT)) (-3189 (((-85) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) ELT)) (-3779 (($ $ (-831)) NIL T ELT)) (-3817 (($ (-1 |#1| (-485)) $) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-485)) 18 T ELT) (($ $ (-995) (-485)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-485))) NIL T ELT)) (-2533 (($ $ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-2859 (($ $ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-312)) ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2281 (((-631 (-1170 |#1| |#2| |#3|)) (-1180 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-1170 |#1| |#2| |#3|))) (|:| |vec| (-1180 (-1170 |#1| |#2| |#3|)))) (-1180 $) $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-581 (-485))) (|has| |#1| (-312))) ELT) (((-631 (-485)) (-1180 $)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-581 (-485))) (|has| |#1| (-312))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3781 (($ (-485) (-1170 |#1| |#2| |#3|)) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3814 (($ $) 27 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))))) ELT) (($ $ (-1177 |#2|)) 28 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3448 (($) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-1067)) (|has| |#1| (-312))) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3130 (($ $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-258)) (|has| |#1| (-312))) ELT)) (-3132 (((-1170 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-484)) (|has| |#1| (-312))) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-485)) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3945 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-485)))) ELT) (($ $ (-1091) (-1170 |#1| |#2| |#3|)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-456 (-1091) (-1170 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-584 (-1091)) (-584 (-1170 |#1| |#2| |#3|))) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-456 (-1091) (-1170 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-584 (-249 (-1170 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-260 (-1170 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-249 (-1170 |#1| |#2| |#3|))) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-260 (-1170 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-260 (-1170 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT) (($ $ (-584 (-1170 |#1| |#2| |#3|)) (-584 (-1170 |#1| |#2| |#3|))) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-260 (-1170 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-485)) NIL T ELT) (($ $ $) NIL (|has| (-485) (-1026)) ELT) (($ $ (-1170 |#1| |#2| |#3|)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-241 (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|))) (|has| |#1| (-312))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1 (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|)) (-695)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|))) NIL (|has| |#1| (-312)) ELT) (($ $ (-1177 |#2|)) 26 T ELT) (($ $) 25 (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT)) (-2997 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2999 (((-1170 |#1| |#2| |#3|) $) NIL (|has| |#1| (-312)) ELT)) (-3950 (((-485) $) NIL T ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3974 (((-474) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-554 (-474))) (|has| |#1| (-312))) ELT) (((-330) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-934)) (|has| |#1| (-312))) ELT) (((-179) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-934)) (|has| |#1| (-312))) ELT) (((-801 (-330)) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-554 (-801 (-330)))) (|has| |#1| (-312))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-554 (-801 (-485)))) (|has| |#1| (-312))) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) ELT)) (-2893 (($ $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-1170 |#1| |#2| |#3|)) NIL T ELT) (($ (-1177 |#2|)) 24 T ELT) (($ (-1091)) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-951 (-1091))) (|has| |#1| (-312))) ELT) (($ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT) (($ (-350 (-485))) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-951 (-485))) (|has| |#1| (-312))) (|has| |#1| (-38 (-350 (-485))))) ELT)) (-3679 ((|#1| $ (-485)) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-118)) (|has| |#1| (-312))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-3775 ((|#1| $) 11 T ELT)) (-3133 (((-1170 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-484)) (|has| |#1| (-312))) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-822)) (|has| |#1| (-312))) (|has| |#1| (-496))) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-485)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-485)))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3385 (($ $) NIL (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) ELT)) (-2662 (($) 20 T CONST)) (-2668 (($) 15 T CONST)) (-2671 (($ $ (-1 (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|)) (-695)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|))) NIL (|has| |#1| (-312)) ELT) (($ $ (-1177 |#2|)) NIL T ELT) (($ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-190)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-810 (-1091))) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT)) (-2568 (((-85) $ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-2569 (((-85) $ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-2686 (((-85) $ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-2687 (((-85) $ $) NIL (OR (-12 (|has| (-1170 |#1| |#2| |#3|) (-741)) (|has| |#1| (-312))) (-12 (|has| (-1170 |#1| |#2| |#3|) (-757)) (|has| |#1| (-312)))) ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT) (($ (-1170 |#1| |#2| |#3|) (-1170 |#1| |#2| |#3|)) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 22 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ (-1170 |#1| |#2| |#3|)) NIL (|has| |#1| (-312)) ELT) (($ (-1170 |#1| |#2| |#3|) $) NIL (|has| |#1| (-312)) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1140 |#1| |#2| |#3|) (-13 (-1144 |#1| (-1170 |#1| |#2| |#3|)) (-807 $ (-1177 |#2|)) (-10 -8 (-15 -3948 ($ (-1177 |#2|))) (IF (|has| |#1| (-38 (-350 (-485)))) (-15 -3814 ($ $ (-1177 |#2|))) |%noBranch|))) (-962) (-1091) |#1|) (T -1140))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1140 *3 *4 *5)) (-4 *3 (-962)) (-14 *5 *3))) (-3814 (*1 *1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1140 *3 *4 *5)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3))))
+((-3960 (((-1140 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1140 |#1| |#3| |#5|)) 23 T ELT)))
+(((-1141 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3960 ((-1140 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1140 |#1| |#3| |#5|)))) (-962) (-962) (-1091) (-1091) |#1| |#2|) (T -1141))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1140 *5 *7 *9)) (-4 *5 (-962)) (-4 *6 (-962)) (-14 *7 (-1091)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1140 *6 *8 *10)) (-5 *1 (-1141 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1091)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3083 (((-584 (-995)) $) 95 T ELT)) (-3833 (((-1091) $) 129 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 71 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 72 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 74 (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-485)) 124 T ELT) (($ $ (-485) (-485)) 123 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))) $) 130 T ELT)) (-3494 (($ $) 163 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 146 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 190 (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) 191 (|has| |#1| (-312)) ELT)) (-3039 (($ $) 145 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1609 (((-85) $ $) 181 (|has| |#1| (-312)) ELT)) (-3492 (($ $) 162 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 147 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|)))) 201 T ELT)) (-3496 (($ $) 161 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 148 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) 23 T CONST)) (-2566 (($ $ $) 185 (|has| |#1| (-312)) ELT)) (-3961 (($ $) 80 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3729 (((-350 (-858 |#1|)) $ (-485)) 199 (|has| |#1| (-496)) ELT) (((-350 (-858 |#1|)) $ (-485) (-485)) 198 (|has| |#1| (-496)) ELT)) (-2565 (($ $ $) 184 (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 179 (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) 192 (|has| |#1| (-312)) ELT)) (-2894 (((-85) $) 94 T ELT)) (-3629 (($) 173 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-485) $) 126 T ELT) (((-485) $ (-485)) 125 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 144 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3779 (($ $ (-831)) 127 T ELT)) (-3817 (($ (-1 |#1| (-485)) $) 200 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 188 (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) 82 T ELT)) (-2895 (($ |#1| (-485)) 81 T ELT) (($ $ (-995) (-485)) 97 T ELT) (($ $ (-584 (-995)) (-584 (-485))) 96 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-3944 (($ $) 170 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) 85 T ELT)) (-3176 ((|#1| $) 86 T ELT)) (-1895 (($ (-584 $)) 177 (|has| |#1| (-312)) ELT) (($ $ $) 176 (|has| |#1| (-312)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 193 (|has| |#1| (-312)) ELT)) (-3814 (($ $) 197 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) 196 (OR (-12 (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116)) (|has| |#1| (-38 (-350 (-485))))) (-12 (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-38 (-350 (-485)))))) ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 178 (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) 175 (|has| |#1| (-312)) ELT) (($ $ $) 174 (|has| |#1| (-312)) ELT)) (-3734 (((-348 $) $) 189 (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 187 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 186 (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-485)) 121 T ELT)) (-3468 (((-3 $ "failed") $ $) 70 (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 180 (|has| |#1| (-312)) ELT)) (-3945 (($ $) 171 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| (-485)))) ELT)) (-1608 (((-695) $) 182 (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-485)) 131 T ELT) (($ $ $) 107 (|has| (-485) (-1026)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 183 (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1091)) 119 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-584 (-1091))) 117 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091) (-695)) 116 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 115 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $) 111 (|has| |#1| (-15 * (|#1| (-485) |#1|))) ELT) (($ $ (-695)) 109 (|has| |#1| (-15 * (|#1| (-485) |#1|))) ELT)) (-3950 (((-485) $) 84 T ELT)) (-3497 (($ $) 160 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 149 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 159 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 150 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 158 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 151 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) 93 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT) (($ (-350 (-485))) 77 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) 69 (|has| |#1| (-496)) ELT)) (-3679 ((|#1| $ (-485)) 79 T ELT)) (-2704 (((-633 $) $) 68 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-3775 ((|#1| $) 128 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3500 (($ $) 169 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 157 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) 73 (|has| |#1| (-496)) ELT)) (-3498 (($ $) 168 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 156 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 167 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 155 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-485)) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-485)))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3503 (($ $) 166 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 154 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 165 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 153 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 164 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 152 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1091)) 118 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-584 (-1091))) 114 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091) (-695)) 113 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 112 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $) 110 (|has| |#1| (-15 * (|#1| (-485) |#1|))) ELT) (($ $ (-695)) 108 (|has| |#1| (-15 * (|#1| (-485) |#1|))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT) (($ $ $) 195 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 194 (|has| |#1| (-312)) ELT) (($ $ $) 172 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 143 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-485)) $) 76 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 75 (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1142 |#1|) (-113) (-962)) (T -1142))
+((-3820 (*1 *1 *2) (-12 (-5 *2 (-1070 (-2 (|:| |k| (-485)) (|:| |c| *3)))) (-4 *3 (-962)) (-4 *1 (-1142 *3)))) (-3817 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-485))) (-4 *1 (-1142 *3)) (-4 *3 (-962)))) (-3729 (*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-1142 *4)) (-4 *4 (-962)) (-4 *4 (-496)) (-5 *2 (-350 (-858 *4))))) (-3729 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-485)) (-4 *1 (-1142 *4)) (-4 *4 (-962)) (-4 *4 (-496)) (-5 *2 (-350 (-858 *4))))) (-3814 (*1 *1 *1) (-12 (-4 *1 (-1142 *2)) (-4 *2 (-962)) (-4 *2 (-38 (-350 (-485)))))) (-3814 (*1 *1 *1 *2) (OR (-12 (-5 *2 (-1091)) (-4 *1 (-1142 *3)) (-4 *3 (-962)) (-12 (-4 *3 (-29 (-485))) (-4 *3 (-872)) (-4 *3 (-1116)) (-4 *3 (-38 (-350 (-485)))))) (-12 (-5 *2 (-1091)) (-4 *1 (-1142 *3)) (-4 *3 (-962)) (-12 (|has| *3 (-15 -3083 ((-584 *2) *3))) (|has| *3 (-15 -3814 (*3 *3 *2))) (-4 *3 (-38 (-350 (-485)))))))))
+(-13 (-1159 |t#1| (-485)) (-10 -8 (-15 -3820 ($ (-1070 (-2 (|:| |k| (-485)) (|:| |c| |t#1|))))) (-15 -3817 ($ (-1 |t#1| (-485)) $)) (IF (|has| |t#1| (-496)) (PROGN (-15 -3729 ((-350 (-858 |t#1|)) $ (-485))) (-15 -3729 ((-350 (-858 |t#1|)) $ (-485) (-485)))) |%noBranch|) (IF (|has| |t#1| (-38 (-350 (-485)))) (PROGN (-15 -3814 ($ $)) (IF (|has| |t#1| (-15 -3814 (|t#1| |t#1| (-1091)))) (IF (|has| |t#1| (-15 -3083 ((-584 (-1091)) |t#1|))) (-15 -3814 ($ $ (-1091))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1116)) (IF (|has| |t#1| (-872)) (IF (|has| |t#1| (-29 (-485))) (-15 -3814 ($ $ (-1091))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-916)) (-6 (-1116))) |%noBranch|) (IF (|has| |t#1| (-312)) (-6 (-312)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| (-485)) . T) ((-25) . T) ((-38 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-35) |has| |#1| (-38 (-350 (-485)))) ((-66) |has| |#1| (-38 (-350 (-485)))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-556 (-485)) . T) ((-556 |#1|) |has| |#1| (-146)) ((-556 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-186 $) |has| |#1| (-15 * (|#1| (-485) |#1|))) ((-190) |has| |#1| (-15 * (|#1| (-485) |#1|))) ((-189) |has| |#1| (-15 * (|#1| (-485) |#1|))) ((-201) |has| |#1| (-312)) ((-239) |has| |#1| (-38 (-350 (-485)))) ((-241 (-485) |#1|) . T) ((-241 $ $) |has| (-485) (-1026)) ((-246) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-258) |has| |#1| (-312)) ((-312) |has| |#1| (-312)) ((-392) |has| |#1| (-312)) ((-433) |has| |#1| (-38 (-350 (-485)))) ((-496) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-13) . T) ((-589 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-655 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-664) . T) ((-807 $ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ((-810 (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ((-812 (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ((-887 |#1| (-485) (-995)) . T) ((-833) |has| |#1| (-312)) ((-916) |has| |#1| (-38 (-350 (-485)))) ((-964 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-969 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1116) |has| |#1| (-38 (-350 (-485)))) ((-1119) |has| |#1| (-38 (-350 (-485)))) ((-1130) . T) ((-1135) |has| |#1| (-312)) ((-1159 |#1| (-485)) . T))
+((-3190 (((-85) $) 12 T ELT)) (-3159 (((-3 |#3| #1="failed") $) 17 T ELT) (((-3 (-1091) #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 (-485) #1#) $) NIL T ELT)) (-3158 ((|#3| $) 14 T ELT) (((-1091) $) NIL T ELT) (((-350 (-485)) $) NIL T ELT) (((-485) $) NIL T ELT)))
+(((-1143 |#1| |#2| |#3|) (-10 -7 (-15 -3159 ((-3 (-485) #1="failed") |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3159 ((-3 (-1091) #1#) |#1|)) (-15 -3158 ((-1091) |#1|)) (-15 -3159 ((-3 |#3| #1#) |#1|)) (-15 -3158 (|#3| |#1|)) (-15 -3190 ((-85) |#1|))) (-1144 |#2| |#3|) (-962) (-1173 |#2|)) (T -1143))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3131 ((|#2| $) 266 (-2564 (|has| |#2| (-258)) (|has| |#1| (-312))) ELT)) (-3083 (((-584 (-995)) $) 95 T ELT)) (-3833 (((-1091) $) 129 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 71 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 72 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 74 (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-485)) 124 T ELT) (($ $ (-485) (-485)) 123 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))) $) 130 T ELT)) (-3733 ((|#2| $) 302 T ELT)) (-3730 (((-3 |#2| "failed") $) 298 T ELT)) (-3731 ((|#2| $) 299 T ELT)) (-3494 (($ $) 163 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 146 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 275 (-2564 (|has| |#2| (-822)) (|has| |#1| (-312))) ELT)) (-3777 (($ $) 190 (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) 191 (|has| |#1| (-312)) ELT)) (-3039 (($ $) 145 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1="failed") (-584 (-1086 $)) (-1086 $)) 272 (-2564 (|has| |#2| (-822)) (|has| |#1| (-312))) ELT)) (-1609 (((-85) $ $) 181 (|has| |#1| (-312)) ELT)) (-3492 (($ $) 162 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 147 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3625 (((-485) $) 284 (-2564 (|has| |#2| (-741)) (|has| |#1| (-312))) ELT)) (-3820 (($ (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|)))) 201 T ELT)) (-3496 (($ $) 161 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 148 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#2| #2="failed") $) 305 T ELT) (((-3 (-485) #2#) $) 295 (-2564 (|has| |#2| (-951 (-485))) (|has| |#1| (-312))) ELT) (((-3 (-350 (-485)) #2#) $) 293 (-2564 (|has| |#2| (-951 (-485))) (|has| |#1| (-312))) ELT) (((-3 (-1091) #2#) $) 277 (-2564 (|has| |#2| (-951 (-1091))) (|has| |#1| (-312))) ELT)) (-3158 ((|#2| $) 306 T ELT) (((-485) $) 294 (-2564 (|has| |#2| (-951 (-485))) (|has| |#1| (-312))) ELT) (((-350 (-485)) $) 292 (-2564 (|has| |#2| (-951 (-485))) (|has| |#1| (-312))) ELT) (((-1091) $) 276 (-2564 (|has| |#2| (-951 (-1091))) (|has| |#1| (-312))) ELT)) (-3732 (($ $) 301 T ELT) (($ (-485) $) 300 T ELT)) (-2566 (($ $ $) 185 (|has| |#1| (-312)) ELT)) (-3961 (($ $) 80 T ELT)) (-2280 (((-631 |#2|) (-631 $)) 254 (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) 253 (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 252 (-2564 (|has| |#2| (-581 (-485))) (|has| |#1| (-312))) ELT) (((-631 (-485)) (-631 $)) 251 (-2564 (|has| |#2| (-581 (-485))) (|has| |#1| (-312))) ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3729 (((-350 (-858 |#1|)) $ (-485)) 199 (|has| |#1| (-496)) ELT) (((-350 (-858 |#1|)) $ (-485) (-485)) 198 (|has| |#1| (-496)) ELT)) (-2996 (($) 268 (-2564 (|has| |#2| (-484)) (|has| |#1| (-312))) ELT)) (-2565 (($ $ $) 184 (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 179 (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) 192 (|has| |#1| (-312)) ELT)) (-3188 (((-85) $) 282 (-2564 (|has| |#2| (-741)) (|has| |#1| (-312))) ELT)) (-2894 (((-85) $) 94 T ELT)) (-3629 (($) 173 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 260 (-2564 (|has| |#2| (-797 (-330))) (|has| |#1| (-312))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 259 (-2564 (|has| |#2| (-797 (-485))) (|has| |#1| (-312))) ELT)) (-3774 (((-485) $) 126 T ELT) (((-485) $ (-485)) 125 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2998 (($ $) 264 (|has| |#1| (-312)) ELT)) (-3000 ((|#2| $) 262 (|has| |#1| (-312)) ELT)) (-3013 (($ $ (-485)) 144 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3447 (((-633 $) $) 296 (-2564 (|has| |#2| (-1067)) (|has| |#1| (-312))) ELT)) (-3189 (((-85) $) 283 (-2564 (|has| |#2| (-741)) (|has| |#1| (-312))) ELT)) (-3779 (($ $ (-831)) 127 T ELT)) (-3817 (($ (-1 |#1| (-485)) $) 200 T ELT)) (-1606 (((-3 (-584 $) #3="failed") (-584 $) $) 188 (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) 82 T ELT)) (-2895 (($ |#1| (-485)) 81 T ELT) (($ $ (-995) (-485)) 97 T ELT) (($ $ (-584 (-995)) (-584 (-485))) 96 T ELT)) (-2533 (($ $ $) 291 (-2564 (|has| |#2| (-757)) (|has| |#1| (-312))) ELT)) (-2859 (($ $ $) 290 (-2564 (|has| |#2| (-757)) (|has| |#1| (-312))) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 83 T ELT) (($ (-1 |#2| |#2|) $) 244 (|has| |#1| (-312)) ELT)) (-3944 (($ $) 170 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2281 (((-631 |#2|) (-1180 $)) 256 (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) 255 (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 250 (-2564 (|has| |#2| (-581 (-485))) (|has| |#1| (-312))) ELT) (((-631 (-485)) (-1180 $)) 249 (-2564 (|has| |#2| (-581 (-485))) (|has| |#1| (-312))) ELT)) (-2896 (($ $) 85 T ELT)) (-3176 ((|#1| $) 86 T ELT)) (-1895 (($ (-584 $)) 177 (|has| |#1| (-312)) ELT) (($ $ $) 176 (|has| |#1| (-312)) ELT)) (-3781 (($ (-485) |#2|) 303 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 193 (|has| |#1| (-312)) ELT)) (-3814 (($ $) 197 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) 196 (OR (-12 (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116)) (|has| |#1| (-38 (-350 (-485))))) (-12 (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-38 (-350 (-485)))))) ELT)) (-3448 (($) 297 (-2564 (|has| |#2| (-1067)) (|has| |#1| (-312))) CONST)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 178 (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) 175 (|has| |#1| (-312)) ELT) (($ $ $) 174 (|has| |#1| (-312)) ELT)) (-3130 (($ $) 267 (-2564 (|has| |#2| (-258)) (|has| |#1| (-312))) ELT)) (-3132 ((|#2| $) 270 (-2564 (|has| |#2| (-484)) (|has| |#1| (-312))) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 273 (-2564 (|has| |#2| (-822)) (|has| |#1| (-312))) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 274 (-2564 (|has| |#2| (-822)) (|has| |#1| (-312))) ELT)) (-3734 (((-348 $) $) 189 (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #3#) $ $ $) 187 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 186 (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-485)) 121 T ELT)) (-3468 (((-3 $ "failed") $ $) 70 (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 180 (|has| |#1| (-312)) ELT)) (-3945 (($ $) 171 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| (-485)))) ELT) (($ $ (-1091) |#2|) 243 (-2564 (|has| |#2| (-456 (-1091) |#2|)) (|has| |#1| (-312))) ELT) (($ $ (-584 (-1091)) (-584 |#2|)) 242 (-2564 (|has| |#2| (-456 (-1091) |#2|)) (|has| |#1| (-312))) ELT) (($ $ (-584 (-249 |#2|))) 241 (-2564 (|has| |#2| (-260 |#2|)) (|has| |#1| (-312))) ELT) (($ $ (-249 |#2|)) 240 (-2564 (|has| |#2| (-260 |#2|)) (|has| |#1| (-312))) ELT) (($ $ |#2| |#2|) 239 (-2564 (|has| |#2| (-260 |#2|)) (|has| |#1| (-312))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) 238 (-2564 (|has| |#2| (-260 |#2|)) (|has| |#1| (-312))) ELT)) (-1608 (((-695) $) 182 (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-485)) 131 T ELT) (($ $ $) 107 (|has| (-485) (-1026)) ELT) (($ $ |#2|) 237 (-2564 (|has| |#2| (-241 |#2| |#2|)) (|has| |#1| (-312))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 183 (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1 |#2| |#2|) (-695)) 246 (|has| |#1| (-312)) ELT) (($ $ (-1 |#2| |#2|)) 245 (|has| |#1| (-312)) ELT) (($ $) 111 (OR (-2564 (|has| |#2| (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-695)) 109 (OR (-2564 (|has| |#2| (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091)) 119 (OR (-2564 (|has| |#2| (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091))) 117 (OR (-2564 (|has| |#2| (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-1091) (-695)) 116 (OR (-2564 (|has| |#2| (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 115 (OR (-2564 (|has| |#2| (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT)) (-2997 (($ $) 265 (|has| |#1| (-312)) ELT)) (-2999 ((|#2| $) 263 (|has| |#1| (-312)) ELT)) (-3950 (((-485) $) 84 T ELT)) (-3497 (($ $) 160 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 149 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 159 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 150 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 158 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 151 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3974 (((-179) $) 281 (-2564 (|has| |#2| (-934)) (|has| |#1| (-312))) ELT) (((-330) $) 280 (-2564 (|has| |#2| (-934)) (|has| |#1| (-312))) ELT) (((-474) $) 279 (-2564 (|has| |#2| (-554 (-474))) (|has| |#1| (-312))) ELT) (((-801 (-330)) $) 258 (-2564 (|has| |#2| (-554 (-801 (-330)))) (|has| |#1| (-312))) ELT) (((-801 (-485)) $) 257 (-2564 (|has| |#2| (-554 (-801 (-485)))) (|has| |#1| (-312))) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) 271 (-2564 (-2564 (|has| $ (-118)) (|has| |#2| (-822))) (|has| |#1| (-312))) ELT)) (-2893 (($ $) 93 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT) (($ |#2|) 304 T ELT) (($ (-1091)) 278 (-2564 (|has| |#2| (-951 (-1091))) (|has| |#1| (-312))) ELT) (($ (-350 (-485))) 77 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) 69 (|has| |#1| (-496)) ELT)) (-3679 ((|#1| $ (-485)) 79 T ELT)) (-2704 (((-633 $) $) 68 (OR (-2564 (OR (|has| |#2| (-118)) (-2564 (|has| $ (-118)) (|has| |#2| (-822)))) (|has| |#1| (-312))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) 40 T CONST)) (-3775 ((|#1| $) 128 T ELT)) (-3133 ((|#2| $) 269 (-2564 (|has| |#2| (-484)) (|has| |#1| (-312))) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3500 (($ $) 169 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 157 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) 73 (|has| |#1| (-496)) ELT)) (-3498 (($ $) 168 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 156 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 167 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 155 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-485)) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-485)))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3503 (($ $) 166 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 154 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 165 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 153 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 164 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 152 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3385 (($ $) 285 (-2564 (|has| |#2| (-741)) (|has| |#1| (-312))) ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1 |#2| |#2|) (-695)) 248 (|has| |#1| (-312)) ELT) (($ $ (-1 |#2| |#2|)) 247 (|has| |#1| (-312)) ELT) (($ $) 110 (OR (-2564 (|has| |#2| (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-695)) 108 (OR (-2564 (|has| |#2| (-189)) (|has| |#1| (-312))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091)) 118 (OR (-2564 (|has| |#2| (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091))) 114 (OR (-2564 (|has| |#2| (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-1091) (-695)) 113 (OR (-2564 (|has| |#2| (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 112 (OR (-2564 (|has| |#2| (-812 (-1091))) (|has| |#1| (-312))) (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|))))) ELT)) (-2568 (((-85) $ $) 289 (-2564 (|has| |#2| (-757)) (|has| |#1| (-312))) ELT)) (-2569 (((-85) $ $) 287 (-2564 (|has| |#2| (-757)) (|has| |#1| (-312))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-2686 (((-85) $ $) 288 (-2564 (|has| |#2| (-757)) (|has| |#1| (-312))) ELT)) (-2687 (((-85) $ $) 286 (-2564 (|has| |#2| (-757)) (|has| |#1| (-312))) ELT)) (-3951 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT) (($ $ $) 195 (|has| |#1| (-312)) ELT) (($ |#2| |#2|) 261 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 194 (|has| |#1| (-312)) ELT) (($ $ $) 172 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 143 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ $ |#2|) 236 (|has| |#1| (-312)) ELT) (($ |#2| $) 235 (|has| |#1| (-312)) ELT) (($ (-350 (-485)) $) 76 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 75 (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1144 |#1| |#2|) (-113) (-962) (-1173 |t#1|)) (T -1144))
+((-3950 (*1 *2 *1) (-12 (-4 *1 (-1144 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1173 *3)) (-5 *2 (-485)))) (-3781 (*1 *1 *2 *3) (-12 (-5 *2 (-485)) (-4 *4 (-962)) (-4 *1 (-1144 *4 *3)) (-4 *3 (-1173 *4)))) (-3733 (*1 *2 *1) (-12 (-4 *1 (-1144 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1173 *3)))) (-3732 (*1 *1 *1) (-12 (-4 *1 (-1144 *2 *3)) (-4 *2 (-962)) (-4 *3 (-1173 *2)))) (-3732 (*1 *1 *2 *1) (-12 (-5 *2 (-485)) (-4 *1 (-1144 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1173 *3)))) (-3731 (*1 *2 *1) (-12 (-4 *1 (-1144 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1173 *3)))) (-3730 (*1 *2 *1) (|partial| -12 (-4 *1 (-1144 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1173 *3)))))
+(-13 (-1142 |t#1|) (-951 |t#2|) (-556 |t#2|) (-10 -8 (-15 -3781 ($ (-485) |t#2|)) (-15 -3950 ((-485) $)) (-15 -3733 (|t#2| $)) (-15 -3732 ($ $)) (-15 -3732 ($ (-485) $)) (-15 -3731 (|t#2| $)) (-15 -3730 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-312)) (-6 (-905 |t#2|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| (-485)) . T) ((-25) . T) ((-38 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-38 |#1|) |has| |#1| (-146)) ((-38 |#2|) |has| |#1| (-312)) ((-38 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-35) |has| |#1| (-38 (-350 (-485)))) ((-66) |has| |#1| (-38 (-350 (-485)))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-82 |#1| |#1|) . T) ((-82 |#2| |#2|) |has| |#1| (-312)) ((-82 $ $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-104) . T) ((-118) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-118))) (|has| |#1| (-118))) ((-120) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-741))) (-12 (|has| |#1| (-312)) (|has| |#2| (-120))) (|has| |#1| (-120))) ((-556 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-556 (-485)) . T) ((-556 (-1091)) -12 (|has| |#1| (-312)) (|has| |#2| (-951 (-1091)))) ((-556 |#1|) |has| |#1| (-146)) ((-556 |#2|) . T) ((-556 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-554 (-179)) -12 (|has| |#1| (-312)) (|has| |#2| (-934))) ((-554 (-330)) -12 (|has| |#1| (-312)) (|has| |#2| (-934))) ((-554 (-474)) -12 (|has| |#1| (-312)) (|has| |#2| (-554 (-474)))) ((-554 (-801 (-330))) -12 (|has| |#1| (-312)) (|has| |#2| (-554 (-801 (-330))))) ((-554 (-801 (-485))) -12 (|has| |#1| (-312)) (|has| |#2| (-554 (-801 (-485))))) ((-186 $) OR (|has| |#1| (-15 * (|#1| (-485) |#1|))) (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (-12 (|has| |#1| (-312)) (|has| |#2| (-190)))) ((-184 |#2|) |has| |#1| (-312)) ((-190) OR (|has| |#1| (-15 * (|#1| (-485) |#1|))) (-12 (|has| |#1| (-312)) (|has| |#2| (-190)))) ((-189) OR (|has| |#1| (-15 * (|#1| (-485) |#1|))) (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (-12 (|has| |#1| (-312)) (|has| |#2| (-190)))) ((-225 |#2|) |has| |#1| (-312)) ((-201) |has| |#1| (-312)) ((-239) |has| |#1| (-38 (-350 (-485)))) ((-241 (-485) |#1|) . T) ((-241 |#2| $) -12 (|has| |#1| (-312)) (|has| |#2| (-241 |#2| |#2|))) ((-241 $ $) |has| (-485) (-1026)) ((-246) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-258) |has| |#1| (-312)) ((-260 |#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ((-312) |has| |#1| (-312)) ((-288 |#2|) |has| |#1| (-312)) ((-329 |#2|) |has| |#1| (-312)) ((-343 |#2|) |has| |#1| (-312)) ((-392) |has| |#1| (-312)) ((-433) |has| |#1| (-38 (-350 (-485)))) ((-456 (-1091) |#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-456 (-1091) |#2|))) ((-456 |#2| |#2|) -12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ((-496) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-13) . T) ((-589 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 |#2|) |has| |#1| (-312)) ((-589 $) . T) ((-591 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-591 (-485)) -12 (|has| |#1| (-312)) (|has| |#2| (-581 (-485)))) ((-591 |#1|) . T) ((-591 |#2|) |has| |#1| (-312)) ((-591 $) . T) ((-583 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-583 |#1|) |has| |#1| (-146)) ((-583 |#2|) |has| |#1| (-312)) ((-583 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-581 (-485)) -12 (|has| |#1| (-312)) (|has| |#2| (-581 (-485)))) ((-581 |#2|) |has| |#1| (-312)) ((-655 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-655 |#1|) |has| |#1| (-146)) ((-655 |#2|) |has| |#1| (-312)) ((-655 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-664) . T) ((-715) -12 (|has| |#1| (-312)) (|has| |#2| (-741))) ((-717) -12 (|has| |#1| (-312)) (|has| |#2| (-741))) ((-719) -12 (|has| |#1| (-312)) (|has| |#2| (-741))) ((-722) -12 (|has| |#1| (-312)) (|has| |#2| (-741))) ((-741) -12 (|has| |#1| (-312)) (|has| |#2| (-741))) ((-756) -12 (|has| |#1| (-312)) (|has| |#2| (-741))) ((-757) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-757))) (-12 (|has| |#1| (-312)) (|has| |#2| (-741)))) ((-760) OR (-12 (|has| |#1| (-312)) (|has| |#2| (-757))) (-12 (|has| |#1| (-312)) (|has| |#2| (-741)))) ((-807 $ (-1091)) OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-810 (-1091))))) ((-810 (-1091)) OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-810 (-1091))))) ((-812 (-1091)) OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-810 (-1091))))) ((-797 (-330)) -12 (|has| |#1| (-312)) (|has| |#2| (-797 (-330)))) ((-797 (-485)) -12 (|has| |#1| (-312)) (|has| |#2| (-797 (-485)))) ((-795 |#2|) |has| |#1| (-312)) ((-822) -12 (|has| |#1| (-312)) (|has| |#2| (-822))) ((-887 |#1| (-485) (-995)) . T) ((-833) |has| |#1| (-312)) ((-905 |#2|) |has| |#1| (-312)) ((-916) |has| |#1| (-38 (-350 (-485)))) ((-934) -12 (|has| |#1| (-312)) (|has| |#2| (-934))) ((-951 (-350 (-485))) -12 (|has| |#1| (-312)) (|has| |#2| (-951 (-485)))) ((-951 (-485)) -12 (|has| |#1| (-312)) (|has| |#2| (-951 (-485)))) ((-951 (-1091)) -12 (|has| |#1| (-312)) (|has| |#2| (-951 (-1091)))) ((-951 |#2|) . T) ((-964 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-964 |#1|) . T) ((-964 |#2|) |has| |#1| (-312)) ((-964 $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-969 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-969 |#1|) . T) ((-969 |#2|) |has| |#1| (-312)) ((-969 $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1067) -12 (|has| |#1| (-312)) (|has| |#2| (-1067))) ((-1116) |has| |#1| (-38 (-350 (-485)))) ((-1119) |has| |#1| (-38 (-350 (-485)))) ((-1130) . T) ((-1135) |has| |#1| (-312)) ((-1142 |#1|) . T) ((-1159 |#1| (-485)) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 83 T ELT)) (-3131 ((|#2| $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-258))) ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) 102 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-485)) 111 T ELT) (($ $ (-485) (-485)) 114 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|))) $) 51 T ELT)) (-3733 ((|#2| $) 11 T ELT)) (-3730 (((-3 |#2| #1="failed") $) 35 T ELT)) (-3731 ((|#2| $) 36 T ELT)) (-3494 (($ $) 208 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 184 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1#) $ $) NIL T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-822))) ELT)) (-3777 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-822))) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3492 (($ $) 204 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 180 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3625 (((-485) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-741))) ELT)) (-3820 (($ (-1070 (-2 (|:| |k| (-485)) (|:| |c| |#1|)))) 59 T ELT)) (-3496 (($ $) 212 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 188 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) 159 T ELT) (((-3 (-485) #1#) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-951 (-485)))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-951 (-485)))) ELT) (((-3 (-1091) #1#) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-951 (-1091)))) ELT)) (-3158 ((|#2| $) 158 T ELT) (((-485) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-951 (-485)))) ELT) (((-350 (-485)) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-951 (-485)))) ELT) (((-1091) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-951 (-1091)))) ELT)) (-3732 (($ $) 65 T ELT) (($ (-485) $) 28 T ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 |#2|) (-631 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-581 (-485)))) ELT) (((-631 (-485)) (-631 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-581 (-485)))) ELT)) (-3469 (((-3 $ #1#) $) 90 T ELT)) (-3729 (((-350 (-858 |#1|)) $ (-485)) 126 (|has| |#1| (-496)) ELT) (((-350 (-858 |#1|)) $ (-485) (-485)) 128 (|has| |#1| (-496)) ELT)) (-2996 (($) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-484))) ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-3188 (((-85) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-741))) ELT)) (-2894 (((-85) $) 76 T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-797 (-485)))) ELT)) (-3774 (((-485) $) 107 T ELT) (((-485) $ (-485)) 109 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2998 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3000 ((|#2| $) 167 (|has| |#1| (-312)) ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3447 (((-633 $) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-1067))) ELT)) (-3189 (((-85) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-741))) ELT)) (-3779 (($ $ (-831)) 150 T ELT)) (-3817 (($ (-1 |#1| (-485)) $) 146 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-485)) 20 T ELT) (($ $ (-995) (-485)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-485))) NIL T ELT)) (-2533 (($ $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-757))) ELT)) (-2859 (($ $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-757))) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 143 T ELT) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-312)) ELT)) (-3944 (($ $) 178 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2281 (((-631 |#2|) (-1180 $)) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-581 (-485)))) ELT) (((-631 (-485)) (-1180 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-581 (-485)))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3781 (($ (-485) |#2|) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 161 (|has| |#1| (-312)) ELT)) (-3814 (($ $) 230 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) 235 (OR (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))))) ELT)) (-3448 (($) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-1067))) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3130 (($ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-258))) ELT)) (-3132 ((|#2| $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-484))) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-822))) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-822))) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-485)) 140 T ELT)) (-3468 (((-3 $ #1#) $ $) 130 (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3945 (($ $) 176 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) 99 (|has| |#1| (-15 ** (|#1| |#1| (-485)))) ELT) (($ $ (-1091) |#2|) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-456 (-1091) |#2|))) ELT) (($ $ (-584 (-1091)) (-584 |#2|)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-456 (-1091) |#2|))) ELT) (($ $ (-584 (-249 |#2|))) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ELT) (($ $ (-249 |#2|)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ELT) (($ $ |#2| |#2|) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ELT) (($ $ (-584 |#2|) (-584 |#2|)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-260 |#2|))) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-485)) 105 T ELT) (($ $ $) 92 (|has| (-485) (-1026)) ELT) (($ $ |#2|) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-241 |#2| |#2|))) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1 |#2| |#2|) (-695)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-312)) ELT) (($ $) 151 (OR (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091)) 155 (OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091))))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091))))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091))))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091))))) ELT)) (-2997 (($ $) NIL (|has| |#1| (-312)) ELT)) (-2999 ((|#2| $) 168 (|has| |#1| (-312)) ELT)) (-3950 (((-485) $) 12 T ELT)) (-3497 (($ $) 214 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 190 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 210 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 186 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 206 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 182 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3974 (((-179) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-934))) ELT) (((-330) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-934))) ELT) (((-474) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-554 (-474)))) ELT) (((-801 (-330)) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-554 (-801 (-485))))) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#1| (-312)) (|has| |#2| (-822))) ELT)) (-2893 (($ $) 138 T ELT)) (-3948 (((-773) $) 268 T ELT) (($ (-485)) 24 T ELT) (($ |#1|) 22 (|has| |#1| (-146)) ELT) (($ |#2|) 21 T ELT) (($ (-1091)) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-951 (-1091)))) ELT) (($ (-350 (-485))) 171 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3679 ((|#1| $ (-485)) 87 T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#1| (-312)) (|has| |#2| (-822))) (|has| |#1| (-118)) (-12 (|has| |#1| (-312)) (|has| |#2| (-118)))) ELT)) (-3128 (((-695)) 157 T CONST)) (-3775 ((|#1| $) 104 T ELT)) (-3133 ((|#2| $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-484))) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) 220 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 196 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) 216 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 192 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 224 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 200 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-485)) 136 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-485)))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) 226 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 202 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 222 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 198 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 218 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 194 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3385 (($ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-741))) ELT)) (-2662 (($) 13 T CONST)) (-2668 (($) 18 T CONST)) (-2671 (($ $ (-1 |#2| |#2|) (-695)) NIL (|has| |#1| (-312)) ELT) (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-312)) ELT) (($ $) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-695)) NIL (OR (-12 (|has| |#1| (-312)) (|has| |#2| (-189))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091))))) ELT) (($ $ (-584 (-1091))) NIL (OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091))))) ELT) (($ $ (-1091) (-695)) NIL (OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091))))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (OR (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-485) |#1|)))) (-12 (|has| |#1| (-312)) (|has| |#2| (-812 (-1091))))) ELT)) (-2568 (((-85) $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-757))) ELT)) (-2569 (((-85) $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-757))) ELT)) (-3058 (((-85) $ $) 74 T ELT)) (-2686 (((-85) $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-757))) ELT)) (-2687 (((-85) $ $) NIL (-12 (|has| |#1| (-312)) (|has| |#2| (-757))) ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) 165 (|has| |#1| (-312)) ELT) (($ |#2| |#2|) 166 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 229 T ELT) (($ $ $) 80 T ELT)) (-3841 (($ $ $) 78 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 86 T ELT) (($ $ (-485)) 162 (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 174 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 81 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 154 T ELT) (($ $ |#2|) 164 (|has| |#1| (-312)) ELT) (($ |#2| $) 163 (|has| |#1| (-312)) ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1145 |#1| |#2|) (-1144 |#1| |#2|) (-962) (-1173 |#1|)) (T -1145))
+NIL
+((-3736 (((-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| |#1|) (|:| -2396 (-485)))))) |#1| (-85)) 13 T ELT)) (-3735 (((-348 |#1|) |#1|) 26 T ELT)) (-3734 (((-348 |#1|) |#1|) 24 T ELT)))
+(((-1146 |#1|) (-10 -7 (-15 -3734 ((-348 |#1|) |#1|)) (-15 -3735 ((-348 |#1|) |#1|)) (-15 -3736 ((-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| |#1|) (|:| -2396 (-485)))))) |#1| (-85)))) (-1156 (-485))) (T -1146))
+((-3736 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-5 *2 (-2 (|:| |contp| (-485)) (|:| -1783 (-584 (-2 (|:| |irr| *3) (|:| -2396 (-485))))))) (-5 *1 (-1146 *3)) (-4 *3 (-1156 (-485))))) (-3735 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-1146 *3)) (-4 *3 (-1156 (-485))))) (-3734 (*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-1146 *3)) (-4 *3 (-1156 (-485))))))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-1014)) ELT)) (-3738 (($ |#1| |#1|) 11 T ELT) (($ |#1|) 10 T ELT)) (-3960 (((-1070 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-756)) ELT)) (-3231 ((|#1| $) 15 T ELT)) (-3233 ((|#1| $) 12 T ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-3229 (((-485) $) 19 T ELT)) (-3230 ((|#1| $) 18 T ELT)) (-3232 ((|#1| $) 13 T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3737 (((-85) $) 17 T ELT)) (-3965 (((-1070 |#1|) $) 41 (|has| |#1| (-756)) ELT) (((-1070 |#1|) (-584 $)) 40 (|has| |#1| (-756)) ELT)) (-3974 (($ |#1|) 26 T ELT)) (-3948 (($ (-1002 |#1|)) 25 T ELT) (((-773) $) 37 (|has| |#1| (-1014)) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-1014)) ELT)) (-3739 (($ |#1| |#1|) 21 T ELT) (($ |#1|) 20 T ELT)) (-3234 (($ $ (-485)) 14 T ELT)) (-3058 (((-85) $ $) 30 (|has| |#1| (-1014)) ELT)))
+(((-1147 |#1|) (-13 (-1007 |#1|) (-10 -8 (-15 -3739 ($ |#1|)) (-15 -3738 ($ |#1|)) (-15 -3948 ($ (-1002 |#1|))) (-15 -3737 ((-85) $)) (IF (|has| |#1| (-1014)) (-6 (-1014)) |%noBranch|) (IF (|has| |#1| (-756)) (-6 (-1008 |#1| (-1070 |#1|))) |%noBranch|))) (-1130)) (T -1147))
+((-3739 (*1 *1 *2) (-12 (-5 *1 (-1147 *2)) (-4 *2 (-1130)))) (-3738 (*1 *1 *2) (-12 (-5 *1 (-1147 *2)) (-4 *2 (-1130)))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-1002 *3)) (-4 *3 (-1130)) (-5 *1 (-1147 *3)))) (-3737 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1147 *3)) (-4 *3 (-1130)))))
+((-3960 (((-1070 |#2|) (-1 |#2| |#1|) (-1147 |#1|)) 23 (|has| |#1| (-756)) ELT) (((-1147 |#2|) (-1 |#2| |#1|) (-1147 |#1|)) 17 T ELT)))
+(((-1148 |#1| |#2|) (-10 -7 (-15 -3960 ((-1147 |#2|) (-1 |#2| |#1|) (-1147 |#1|))) (IF (|has| |#1| (-756)) (-15 -3960 ((-1070 |#2|) (-1 |#2| |#1|) (-1147 |#1|))) |%noBranch|)) (-1130) (-1130)) (T -1148))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1147 *5)) (-4 *5 (-756)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1070 *6)) (-5 *1 (-1148 *5 *6)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1147 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1147 *6)) (-5 *1 (-1148 *5 *6)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3769 (((-1180 |#2|) $ (-695)) NIL T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3767 (($ (-1086 |#2|)) NIL T ELT)) (-3085 (((-1086 $) $ (-995)) NIL T ELT) (((-1086 |#2|) $) NIL T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#2| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#2| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#2| (-496)) ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-995))) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3757 (($ $ $) NIL (|has| |#2| (-496)) ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3777 (($ $) NIL (|has| |#2| (-392)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#2| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1#) (-584 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-1609 (((-85) $ $) NIL (|has| |#2| (-312)) ELT)) (-3763 (($ $ (-695)) NIL T ELT)) (-3762 (($ $ (-695)) NIL T ELT)) (-3753 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-392)) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) NIL T ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-3 (-485) #1#) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-3 (-995) #1#) $) NIL T ELT)) (-3158 ((|#2| $) NIL T ELT) (((-350 (-485)) $) NIL (|has| |#2| (-951 (-350 (-485)))) ELT) (((-485) $) NIL (|has| |#2| (-951 (-485))) ELT) (((-995) $) NIL T ELT)) (-3758 (($ $ $ (-995)) NIL (|has| |#2| (-146)) ELT) ((|#2| $ $) NIL (|has| |#2| (-146)) ELT)) (-2566 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-3961 (($ $) NIL T ELT)) (-2280 (((-631 (-485)) (-631 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-631 $) (-1180 $)) NIL T ELT) (((-631 |#2|) (-631 $)) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-2565 (($ $ $) NIL (|has| |#2| (-312)) ELT)) (-3761 (($ $ $) NIL T ELT)) (-3755 (($ $ $) NIL (|has| |#2| (-496)) ELT)) (-3754 (((-2 (|:| -3956 |#2|) (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#2| (-496)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#2| (-312)) ELT)) (-3505 (($ $) NIL (|has| |#2| (-392)) ELT) (($ $ (-995)) NIL (|has| |#2| (-392)) ELT)) (-2820 (((-584 $) $) NIL T ELT)) (-3725 (((-85) $) NIL (|has| |#2| (-822)) ELT)) (-1625 (($ $ |#2| (-695) $) NIL T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) NIL (-12 (|has| (-995) (-797 (-330))) (|has| |#2| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) NIL (-12 (|has| (-995) (-797 (-485))) (|has| |#2| (-797 (-485)))) ELT)) (-3774 (((-695) $ $) NIL (|has| |#2| (-496)) ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-3447 (((-633 $) $) NIL (|has| |#2| (-1067)) ELT)) (-3086 (($ (-1086 |#2|) (-995)) NIL T ELT) (($ (-1086 $) (-995)) NIL T ELT)) (-3779 (($ $ (-695)) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#2| (-312)) ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#2| (-695)) 18 T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-995)) NIL T ELT) (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL T ELT)) (-2822 (((-695) $) NIL T ELT) (((-695) $ (-995)) NIL T ELT) (((-584 (-695)) $ (-584 (-995))) NIL T ELT)) (-1626 (($ (-1 (-695) (-695)) $) NIL T ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3768 (((-1086 |#2|) $) NIL T ELT)) (-3084 (((-3 (-995) #1#) $) NIL T ELT)) (-2281 (((-631 (-485)) (-1180 $)) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) NIL (|has| |#2| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#2|)) (|:| |vec| (-1180 |#2|))) (-1180 $) $) NIL T ELT) (((-631 |#2|) (-1180 $)) NIL T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#2| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3764 (((-2 (|:| -1973 $) (|:| -2904 $)) $ (-695)) NIL T ELT)) (-2825 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2824 (((-3 (-584 $) #1#) $) NIL T ELT)) (-2826 (((-3 (-2 (|:| |var| (-995)) (|:| -2402 (-695))) #1#) $) NIL T ELT)) (-3814 (($ $) NIL (|has| |#2| (-38 (-350 (-485)))) ELT)) (-3448 (($) NIL (|has| |#2| (-1067)) CONST)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 ((|#2| $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#2| (-392)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#2| (-392)) ELT) (($ $ $) NIL (|has| |#2| (-392)) ELT)) (-3740 (($ $ (-695) |#2| $) NIL T ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) NIL (|has| |#2| (-822)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#2| (-822)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#2| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3468 (((-3 $ #1#) $ |#2|) NIL (|has| |#2| (-496)) ELT) (((-3 $ #1#) $ $) NIL (|has| |#2| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#2| (-312)) ELT)) (-3770 (($ $ (-584 (-249 $))) NIL T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-995) |#2|) NIL T ELT) (($ $ (-584 (-995)) (-584 |#2|)) NIL T ELT) (($ $ (-995) $) NIL T ELT) (($ $ (-584 (-995)) (-584 $)) NIL T ELT)) (-1608 (((-695) $) NIL (|has| |#2| (-312)) ELT)) (-3802 ((|#2| $ |#2|) NIL T ELT) (($ $ $) NIL T ELT) (((-350 $) (-350 $) (-350 $)) NIL (|has| |#2| (-496)) ELT) ((|#2| (-350 $) |#2|) NIL (|has| |#2| (-312)) ELT) (((-350 $) $ (-350 $)) NIL (|has| |#2| (-496)) ELT)) (-3766 (((-3 $ #1#) $ (-695)) NIL T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#2| (-312)) ELT)) (-3759 (($ $ (-995)) NIL (|has| |#2| (-146)) ELT) ((|#2| $) NIL (|has| |#2| (-146)) ELT)) (-3760 (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995))) NIL T ELT) (($ $ (-995)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|) $) NIL T ELT) (($ $ (-1091)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#2| (-812 (-1091))) ELT)) (-3950 (((-695) $) NIL T ELT) (((-695) $ (-995)) NIL T ELT) (((-584 (-695)) $ (-584 (-995))) NIL T ELT)) (-3974 (((-801 (-330)) $) NIL (-12 (|has| (-995) (-554 (-801 (-330)))) (|has| |#2| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) NIL (-12 (|has| (-995) (-554 (-801 (-485)))) (|has| |#2| (-554 (-801 (-485))))) ELT) (((-474) $) NIL (-12 (|has| (-995) (-554 (-474))) (|has| |#2| (-554 (-474)))) ELT)) (-2819 ((|#2| $) NIL (|has| |#2| (-392)) ELT) (($ $ (-995)) NIL (|has| |#2| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) NIL (-12 (|has| $ (-118)) (|has| |#2| (-822))) ELT)) (-3756 (((-3 $ #1#) $ $) NIL (|has| |#2| (-496)) ELT) (((-3 (-350 $) #1#) (-350 $) $) NIL (|has| |#2| (-496)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-995)) NIL T ELT) (($ (-1177 |#1|)) 20 T ELT) (($ (-350 (-485))) NIL (OR (|has| |#2| (-38 (-350 (-485)))) (|has| |#2| (-951 (-350 (-485))))) ELT) (($ $) NIL (|has| |#2| (-496)) ELT)) (-3819 (((-584 |#2|) $) NIL T ELT)) (-3679 ((|#2| $ (-695)) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-2704 (((-633 $) $) NIL (OR (-12 (|has| $ (-118)) (|has| |#2| (-822))) (|has| |#2| (-118))) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| |#2| (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL (|has| |#2| (-496)) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) 14 T CONST)) (-2671 (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995))) NIL T ELT) (($ $ (-995)) NIL T ELT) (($ $) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|)) NIL T ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1091)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) NIL (|has| |#2| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (|has| |#2| (-812 (-1091))) ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#2|) NIL (|has| |#2| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-350 (-485))) NIL (|has| |#2| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) NIL (|has| |#2| (-38 (-350 (-485)))) ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) NIL T ELT)))
+(((-1149 |#1| |#2|) (-13 (-1156 |#2|) (-556 (-1177 |#1|)) (-10 -8 (-15 -3740 ($ $ (-695) |#2| $)))) (-1091) (-962)) (T -1149))
+((-3740 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-695)) (-5 *1 (-1149 *4 *3)) (-14 *4 (-1091)) (-4 *3 (-962)))))
+((-3960 (((-1149 |#3| |#4|) (-1 |#4| |#2|) (-1149 |#1| |#2|)) 15 T ELT)))
+(((-1150 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3960 ((-1149 |#3| |#4|) (-1 |#4| |#2|) (-1149 |#1| |#2|)))) (-1091) (-962) (-1091) (-962)) (T -1150))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1149 *5 *6)) (-14 *5 (-1091)) (-4 *6 (-962)) (-4 *8 (-962)) (-5 *2 (-1149 *7 *8)) (-5 *1 (-1150 *5 *6 *7 *8)) (-14 *7 (-1091)))))
+((-3743 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21 T ELT)) (-3741 ((|#1| |#3|) 13 T ELT)) (-3742 ((|#3| |#3|) 19 T ELT)))
+(((-1151 |#1| |#2| |#3|) (-10 -7 (-15 -3741 (|#1| |#3|)) (-15 -3742 (|#3| |#3|)) (-15 -3743 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-496) (-905 |#1|) (-1156 |#2|)) (T -1151))
+((-3743 (*1 *2 *3) (-12 (-4 *4 (-496)) (-4 *5 (-905 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1151 *4 *5 *3)) (-4 *3 (-1156 *5)))) (-3742 (*1 *2 *2) (-12 (-4 *3 (-496)) (-4 *4 (-905 *3)) (-5 *1 (-1151 *3 *4 *2)) (-4 *2 (-1156 *4)))) (-3741 (*1 *2 *3) (-12 (-4 *4 (-905 *2)) (-4 *2 (-496)) (-5 *1 (-1151 *2 *4 *3)) (-4 *3 (-1156 *4)))))
+((-3745 (((-3 |#2| #1="failed") |#2| (-695) |#1|) 35 T ELT)) (-3744 (((-3 |#2| #1#) |#2| (-695)) 36 T ELT)) (-3747 (((-3 (-2 (|:| -3140 |#2|) (|:| -3139 |#2|)) #1#) |#2|) 50 T ELT)) (-3748 (((-584 |#2|) |#2|) 52 T ELT)) (-3746 (((-3 |#2| #1#) |#2| |#2|) 46 T ELT)))
+(((-1152 |#1| |#2|) (-10 -7 (-15 -3744 ((-3 |#2| #1="failed") |#2| (-695))) (-15 -3745 ((-3 |#2| #1#) |#2| (-695) |#1|)) (-15 -3746 ((-3 |#2| #1#) |#2| |#2|)) (-15 -3747 ((-3 (-2 (|:| -3140 |#2|) (|:| -3139 |#2|)) #1#) |#2|)) (-15 -3748 ((-584 |#2|) |#2|))) (-13 (-496) (-120)) (-1156 |#1|)) (T -1152))
+((-3748 (*1 *2 *3) (-12 (-4 *4 (-13 (-496) (-120))) (-5 *2 (-584 *3)) (-5 *1 (-1152 *4 *3)) (-4 *3 (-1156 *4)))) (-3747 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-496) (-120))) (-5 *2 (-2 (|:| -3140 *3) (|:| -3139 *3))) (-5 *1 (-1152 *4 *3)) (-4 *3 (-1156 *4)))) (-3746 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-496) (-120))) (-5 *1 (-1152 *3 *2)) (-4 *2 (-1156 *3)))) (-3745 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-695)) (-4 *4 (-13 (-496) (-120))) (-5 *1 (-1152 *4 *2)) (-4 *2 (-1156 *4)))) (-3744 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-695)) (-4 *4 (-13 (-496) (-120))) (-5 *1 (-1152 *4 *2)) (-4 *2 (-1156 *4)))))
+((-3749 (((-3 (-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) "failed") |#2| |#2|) 30 T ELT)))
+(((-1153 |#1| |#2|) (-10 -7 (-15 -3749 ((-3 (-2 (|:| -1973 |#2|) (|:| -2904 |#2|)) "failed") |#2| |#2|))) (-496) (-1156 |#1|)) (T -1153))
+((-3749 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-496)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-1153 *4 *3)) (-4 *3 (-1156 *4)))))
+((-3750 ((|#2| |#2| |#2|) 22 T ELT)) (-3751 ((|#2| |#2| |#2|) 36 T ELT)) (-3752 ((|#2| |#2| |#2| (-695) (-695)) 44 T ELT)))
+(((-1154 |#1| |#2|) (-10 -7 (-15 -3750 (|#2| |#2| |#2|)) (-15 -3751 (|#2| |#2| |#2|)) (-15 -3752 (|#2| |#2| |#2| (-695) (-695)))) (-962) (-1156 |#1|)) (T -1154))
+((-3752 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-695)) (-4 *4 (-962)) (-5 *1 (-1154 *4 *2)) (-4 *2 (-1156 *4)))) (-3751 (*1 *2 *2 *2) (-12 (-4 *3 (-962)) (-5 *1 (-1154 *3 *2)) (-4 *2 (-1156 *3)))) (-3750 (*1 *2 *2 *2) (-12 (-4 *3 (-962)) (-5 *1 (-1154 *3 *2)) (-4 *2 (-1156 *3)))))
+((-3769 (((-1180 |#2|) $ (-695)) 129 T ELT)) (-3083 (((-584 (-995)) $) 16 T ELT)) (-3767 (($ (-1086 |#2|)) 80 T ELT)) (-2821 (((-695) $) NIL T ELT) (((-695) $ (-584 (-995))) 21 T ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 217 T ELT)) (-3777 (($ $) 207 T ELT)) (-3973 (((-348 $) $) 205 T ELT)) (-2706 (((-3 (-584 (-1086 $)) #1="failed") (-584 (-1086 $)) (-1086 $)) 95 T ELT)) (-3763 (($ $ (-695)) 84 T ELT)) (-3762 (($ $ (-695)) 86 T ELT)) (-3753 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 157 T ELT)) (-3159 (((-3 |#2| #1#) $) 132 T ELT) (((-3 (-350 (-485)) #1#) $) NIL T ELT) (((-3 (-485) #1#) $) NIL T ELT) (((-3 (-995) #1#) $) NIL T ELT)) (-3158 ((|#2| $) 130 T ELT) (((-350 (-485)) $) NIL T ELT) (((-485) $) NIL T ELT) (((-995) $) NIL T ELT)) (-3755 (($ $ $) 182 T ELT)) (-3754 (((-2 (|:| -3956 |#2|) (|:| -1973 $) (|:| -2904 $)) $ $) 185 T ELT)) (-3774 (((-695) $ $) 202 T ELT)) (-3447 (((-633 $) $) 149 T ELT)) (-2895 (($ |#2| (-695)) NIL T ELT) (($ $ (-995) (-695)) 59 T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-2822 (((-695) $) NIL T ELT) (((-695) $ (-995)) 54 T ELT) (((-584 (-695)) $ (-584 (-995))) 55 T ELT)) (-3768 (((-1086 |#2|) $) 72 T ELT)) (-3084 (((-3 (-995) #1#) $) 52 T ELT)) (-3764 (((-2 (|:| -1973 $) (|:| -2904 $)) $ (-695)) 83 T ELT)) (-3814 (($ $) 232 T ELT)) (-3448 (($) 134 T CONST)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 214 T ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 101 T ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 99 T ELT)) (-3734 (((-348 $) $) 120 T ELT)) (-3770 (($ $ (-584 (-249 $))) 51 T ELT) (($ $ (-249 $)) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ (-584 $) (-584 $)) NIL T ELT) (($ $ (-995) |#2|) 39 T ELT) (($ $ (-584 (-995)) (-584 |#2|)) 36 T ELT) (($ $ (-995) $) 32 T ELT) (($ $ (-584 (-995)) (-584 $)) 30 T ELT)) (-1608 (((-695) $) 220 T ELT)) (-3802 ((|#2| $ |#2|) NIL T ELT) (($ $ $) NIL T ELT) (((-350 $) (-350 $) (-350 $)) 176 T ELT) ((|#2| (-350 $) |#2|) 219 T ELT) (((-350 $) $ (-350 $)) 201 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 225 T ELT)) (-3760 (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995))) NIL T ELT) (($ $ (-995)) 169 T ELT) (($ $) 167 T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|)) 166 T ELT) (($ $ (-1 |#2| |#2|) (-695)) NIL T ELT) (($ $ (-1 |#2| |#2|) $) 161 T ELT) (($ $ (-1091)) NIL T ELT) (($ $ (-584 (-1091))) NIL T ELT) (($ $ (-1091) (-695)) NIL T ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL T ELT)) (-3950 (((-695) $) NIL T ELT) (((-695) $ (-995)) 17 T ELT) (((-584 (-695)) $ (-584 (-995))) 23 T ELT)) (-2819 ((|#2| $) NIL T ELT) (($ $ (-995)) 151 T ELT)) (-3756 (((-3 $ #1#) $ $) 193 T ELT) (((-3 (-350 $) #1#) (-350 $) $) 189 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#2|) NIL T ELT) (($ (-995)) 64 T ELT) (($ (-350 (-485))) NIL T ELT) (($ $) NIL T ELT)))
+(((-1155 |#1| |#2|) (-10 -7 (-15 -3948 (|#1| |#1|)) (-15 -2710 ((-1086 |#1|) (-1086 |#1|) (-1086 |#1|))) (-15 -3760 (|#1| |#1| (-584 (-1091)) (-584 (-695)))) (-15 -3760 (|#1| |#1| (-1091) (-695))) (-15 -3760 (|#1| |#1| (-584 (-1091)))) (-15 -3760 (|#1| |#1| (-1091))) (-15 -3973 ((-348 |#1|) |#1|)) (-15 -3777 (|#1| |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3448 (|#1|) -3954) (-15 -3447 ((-633 |#1|) |#1|)) (-15 -3802 ((-350 |#1|) |#1| (-350 |#1|))) (-15 -1608 ((-695) |#1|)) (-15 -2881 ((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|)) (-15 -3814 (|#1| |#1|)) (-15 -3802 (|#2| (-350 |#1|) |#2|)) (-15 -3753 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -3754 ((-2 (|:| -3956 |#2|) (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| |#1|)) (-15 -3755 (|#1| |#1| |#1|)) (-15 -3756 ((-3 (-350 |#1|) #1="failed") (-350 |#1|) |#1|)) (-15 -3756 ((-3 |#1| #1#) |#1| |#1|)) (-15 -3774 ((-695) |#1| |#1|)) (-15 -3802 ((-350 |#1|) (-350 |#1|) (-350 |#1|))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -3762 (|#1| |#1| (-695))) (-15 -3763 (|#1| |#1| (-695))) (-15 -3764 ((-2 (|:| -1973 |#1|) (|:| -2904 |#1|)) |#1| (-695))) (-15 -3767 (|#1| (-1086 |#2|))) (-15 -3768 ((-1086 |#2|) |#1|)) (-15 -3769 ((-1180 |#2|) |#1| (-695))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|) (-695))) (-15 -3760 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3760 (|#1| |#1| (-695))) (-15 -3760 (|#1| |#1|)) (-15 -3802 (|#1| |#1| |#1|)) (-15 -3802 (|#2| |#1| |#2|)) (-15 -3734 ((-348 |#1|) |#1|)) (-15 -2709 ((-348 (-1086 |#1|)) (-1086 |#1|))) (-15 -2708 ((-348 (-1086 |#1|)) (-1086 |#1|))) (-15 -2707 ((-348 (-1086 |#1|)) (-1086 |#1|))) (-15 -2706 ((-3 (-584 (-1086 |#1|)) #1#) (-584 (-1086 |#1|)) (-1086 |#1|))) (-15 -2819 (|#1| |#1| (-995))) (-15 -3083 ((-584 (-995)) |#1|)) (-15 -2821 ((-695) |#1| (-584 (-995)))) (-15 -2821 ((-695) |#1|)) (-15 -2895 (|#1| |#1| (-584 (-995)) (-584 (-695)))) (-15 -2895 (|#1| |#1| (-995) (-695))) (-15 -2822 ((-584 (-695)) |#1| (-584 (-995)))) (-15 -2822 ((-695) |#1| (-995))) (-15 -3084 ((-3 (-995) #1#) |#1|)) (-15 -3950 ((-584 (-695)) |#1| (-584 (-995)))) (-15 -3950 ((-695) |#1| (-995))) (-15 -3948 (|#1| (-995))) (-15 -3159 ((-3 (-995) #1#) |#1|)) (-15 -3158 ((-995) |#1|)) (-15 -3770 (|#1| |#1| (-584 (-995)) (-584 |#1|))) (-15 -3770 (|#1| |#1| (-995) |#1|)) (-15 -3770 (|#1| |#1| (-584 (-995)) (-584 |#2|))) (-15 -3770 (|#1| |#1| (-995) |#2|)) (-15 -3770 (|#1| |#1| (-584 |#1|) (-584 |#1|))) (-15 -3770 (|#1| |#1| |#1| |#1|)) (-15 -3770 (|#1| |#1| (-249 |#1|))) (-15 -3770 (|#1| |#1| (-584 (-249 |#1|)))) (-15 -3950 ((-695) |#1|)) (-15 -2895 (|#1| |#2| (-695))) (-15 -3159 ((-3 (-485) #1#) |#1|)) (-15 -3158 ((-485) |#1|)) (-15 -3159 ((-3 (-350 (-485)) #1#) |#1|)) (-15 -3158 ((-350 (-485)) |#1|)) (-15 -3158 (|#2| |#1|)) (-15 -3159 ((-3 |#2| #1#) |#1|)) (-15 -3948 (|#1| |#2|)) (-15 -2822 ((-695) |#1|)) (-15 -2819 (|#2| |#1|)) (-15 -3760 (|#1| |#1| (-995))) (-15 -3760 (|#1| |#1| (-584 (-995)))) (-15 -3760 (|#1| |#1| (-995) (-695))) (-15 -3760 (|#1| |#1| (-584 (-995)) (-584 (-695)))) (-15 -3948 (|#1| (-485))) (-15 -3948 ((-773) |#1|))) (-1156 |#2|) (-962)) (T -1155))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3769 (((-1180 |#1|) $ (-695)) 271 T ELT)) (-3083 (((-584 (-995)) $) 123 T ELT)) (-3767 (($ (-1086 |#1|)) 269 T ELT)) (-3085 (((-1086 $) $ (-995)) 138 T ELT) (((-1086 |#1|) $) 137 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 100 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 101 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 103 (|has| |#1| (-496)) ELT)) (-2821 (((-695) $) 125 T ELT) (((-695) $ (-584 (-995))) 124 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3757 (($ $ $) 256 (|has| |#1| (-496)) ELT)) (-2709 (((-348 (-1086 $)) (-1086 $)) 113 (|has| |#1| (-822)) ELT)) (-3777 (($ $) 111 (|has| |#1| (-392)) ELT)) (-3973 (((-348 $) $) 110 (|has| |#1| (-392)) ELT)) (-2706 (((-3 (-584 (-1086 $)) #1="failed") (-584 (-1086 $)) (-1086 $)) 116 (|has| |#1| (-822)) ELT)) (-1609 (((-85) $ $) 241 (|has| |#1| (-312)) ELT)) (-3763 (($ $ (-695)) 264 T ELT)) (-3762 (($ $ (-695)) 263 T ELT)) (-3753 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 251 (|has| |#1| (-392)) ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#1| #2="failed") $) 181 T ELT) (((-3 (-350 (-485)) #2#) $) 178 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-3 (-485) #2#) $) 176 (|has| |#1| (-951 (-485))) ELT) (((-3 (-995) #2#) $) 153 T ELT)) (-3158 ((|#1| $) 180 T ELT) (((-350 (-485)) $) 179 (|has| |#1| (-951 (-350 (-485)))) ELT) (((-485) $) 177 (|has| |#1| (-951 (-485))) ELT) (((-995) $) 154 T ELT)) (-3758 (($ $ $ (-995)) 121 (|has| |#1| (-146)) ELT) ((|#1| $ $) 259 (|has| |#1| (-146)) ELT)) (-2566 (($ $ $) 245 (|has| |#1| (-312)) ELT)) (-3961 (($ $) 171 T ELT)) (-2280 (((-631 (-485)) (-631 $)) 149 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-631 $) (-1180 $)) 148 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-631 $) (-1180 $)) 147 T ELT) (((-631 |#1|) (-631 $)) 146 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 244 (|has| |#1| (-312)) ELT)) (-3761 (($ $ $) 262 T ELT)) (-3755 (($ $ $) 253 (|has| |#1| (-496)) ELT)) (-3754 (((-2 (|:| -3956 |#1|) (|:| -1973 $) (|:| -2904 $)) $ $) 252 (|has| |#1| (-496)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 239 (|has| |#1| (-312)) ELT)) (-3505 (($ $) 193 (|has| |#1| (-392)) ELT) (($ $ (-995)) 118 (|has| |#1| (-392)) ELT)) (-2820 (((-584 $) $) 122 T ELT)) (-3725 (((-85) $) 109 (|has| |#1| (-822)) ELT)) (-1625 (($ $ |#1| (-695) $) 189 T ELT)) (-2798 (((-799 (-330) $) $ (-801 (-330)) (-799 (-330) $)) 97 (-12 (|has| (-995) (-797 (-330))) (|has| |#1| (-797 (-330)))) ELT) (((-799 (-485) $) $ (-801 (-485)) (-799 (-485) $)) 96 (-12 (|has| (-995) (-797 (-485))) (|has| |#1| (-797 (-485)))) ELT)) (-3774 (((-695) $ $) 257 (|has| |#1| (-496)) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-2421 (((-695) $) 186 T ELT)) (-3447 (((-633 $) $) 237 (|has| |#1| (-1067)) ELT)) (-3086 (($ (-1086 |#1|) (-995)) 130 T ELT) (($ (-1086 $) (-995)) 129 T ELT)) (-3779 (($ $ (-695)) 268 T ELT)) (-1606 (((-3 (-584 $) #3="failed") (-584 $) $) 248 (|has| |#1| (-312)) ELT)) (-2823 (((-584 $) $) 139 T ELT)) (-3939 (((-85) $) 169 T ELT)) (-2895 (($ |#1| (-695)) 170 T ELT) (($ $ (-995) (-695)) 132 T ELT) (($ $ (-584 (-995)) (-584 (-695))) 131 T ELT)) (-3765 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $ (-995)) 133 T ELT) (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 266 T ELT)) (-2822 (((-695) $) 187 T ELT) (((-695) $ (-995)) 135 T ELT) (((-584 (-695)) $ (-584 (-995))) 134 T ELT)) (-1626 (($ (-1 (-695) (-695)) $) 188 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 168 T ELT)) (-3768 (((-1086 |#1|) $) 270 T ELT)) (-3084 (((-3 (-995) #4="failed") $) 136 T ELT)) (-2281 (((-631 (-485)) (-1180 $)) 151 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 (-485))) (|:| |vec| (-1180 (-485)))) (-1180 $) $) 150 (|has| |#1| (-581 (-485))) ELT) (((-2 (|:| |mat| (-631 |#1|)) (|:| |vec| (-1180 |#1|))) (-1180 $) $) 145 T ELT) (((-631 |#1|) (-1180 $)) 144 T ELT)) (-2896 (($ $) 166 T ELT)) (-3176 ((|#1| $) 165 T ELT)) (-1895 (($ (-584 $)) 107 (|has| |#1| (-392)) ELT) (($ $ $) 106 (|has| |#1| (-392)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3764 (((-2 (|:| -1973 $) (|:| -2904 $)) $ (-695)) 265 T ELT)) (-2825 (((-3 (-584 $) #4#) $) 127 T ELT)) (-2824 (((-3 (-584 $) #4#) $) 128 T ELT)) (-2826 (((-3 (-2 (|:| |var| (-995)) (|:| -2402 (-695))) #4#) $) 126 T ELT)) (-3814 (($ $) 249 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3448 (($) 236 (|has| |#1| (-1067)) CONST)) (-3245 (((-1034) $) 12 T ELT)) (-1801 (((-85) $) 183 T ELT)) (-1800 ((|#1| $) 184 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 108 (|has| |#1| (-392)) ELT)) (-3146 (($ (-584 $)) 105 (|has| |#1| (-392)) ELT) (($ $ $) 104 (|has| |#1| (-392)) ELT)) (-2707 (((-348 (-1086 $)) (-1086 $)) 115 (|has| |#1| (-822)) ELT)) (-2708 (((-348 (-1086 $)) (-1086 $)) 114 (|has| |#1| (-822)) ELT)) (-3734 (((-348 $) $) 112 (|has| |#1| (-822)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #3#) $ $ $) 247 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 246 (|has| |#1| (-312)) ELT)) (-3468 (((-3 $ "failed") $ |#1|) 191 (|has| |#1| (-496)) ELT) (((-3 $ "failed") $ $) 99 (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 240 (|has| |#1| (-312)) ELT)) (-3770 (($ $ (-584 (-249 $))) 162 T ELT) (($ $ (-249 $)) 161 T ELT) (($ $ $ $) 160 T ELT) (($ $ (-584 $) (-584 $)) 159 T ELT) (($ $ (-995) |#1|) 158 T ELT) (($ $ (-584 (-995)) (-584 |#1|)) 157 T ELT) (($ $ (-995) $) 156 T ELT) (($ $ (-584 (-995)) (-584 $)) 155 T ELT)) (-1608 (((-695) $) 242 (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ |#1|) 281 T ELT) (($ $ $) 280 T ELT) (((-350 $) (-350 $) (-350 $)) 258 (|has| |#1| (-496)) ELT) ((|#1| (-350 $) |#1|) 250 (|has| |#1| (-312)) ELT) (((-350 $) $ (-350 $)) 238 (|has| |#1| (-496)) ELT)) (-3766 (((-3 $ "failed") $ (-695)) 267 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 243 (|has| |#1| (-312)) ELT)) (-3759 (($ $ (-995)) 120 (|has| |#1| (-146)) ELT) ((|#1| $) 260 (|has| |#1| (-146)) ELT)) (-3760 (($ $ (-584 (-995)) (-584 (-695))) 52 T ELT) (($ $ (-995) (-695)) 51 T ELT) (($ $ (-584 (-995))) 50 T ELT) (($ $ (-995)) 48 T ELT) (($ $) 279 T ELT) (($ $ (-695)) 277 T ELT) (($ $ (-1 |#1| |#1|)) 275 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 274 T ELT) (($ $ (-1 |#1| |#1|) $) 261 T ELT) (($ $ (-1091)) 235 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 233 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 232 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 231 (|has| |#1| (-812 (-1091))) ELT)) (-3950 (((-695) $) 167 T ELT) (((-695) $ (-995)) 143 T ELT) (((-584 (-695)) $ (-584 (-995))) 142 T ELT)) (-3974 (((-801 (-330)) $) 95 (-12 (|has| (-995) (-554 (-801 (-330)))) (|has| |#1| (-554 (-801 (-330))))) ELT) (((-801 (-485)) $) 94 (-12 (|has| (-995) (-554 (-801 (-485)))) (|has| |#1| (-554 (-801 (-485))))) ELT) (((-474) $) 93 (-12 (|has| (-995) (-554 (-474))) (|has| |#1| (-554 (-474)))) ELT)) (-2819 ((|#1| $) 192 (|has| |#1| (-392)) ELT) (($ $ (-995)) 119 (|has| |#1| (-392)) ELT)) (-2705 (((-3 (-1180 $) #1#) (-631 $)) 117 (-2564 (|has| $ (-118)) (|has| |#1| (-822))) ELT)) (-3756 (((-3 $ "failed") $ $) 255 (|has| |#1| (-496)) ELT) (((-3 (-350 $) "failed") (-350 $) $) 254 (|has| |#1| (-496)) ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 182 T ELT) (($ (-995)) 152 T ELT) (($ (-350 (-485))) 91 (OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-38 (-350 (-485))))) ELT) (($ $) 98 (|has| |#1| (-496)) ELT)) (-3819 (((-584 |#1|) $) 185 T ELT)) (-3679 ((|#1| $ (-695)) 172 T ELT) (($ $ (-995) (-695)) 141 T ELT) (($ $ (-584 (-995)) (-584 (-695))) 140 T ELT)) (-2704 (((-633 $) $) 92 (OR (-2564 (|has| $ (-118)) (|has| |#1| (-822))) (|has| |#1| (-118))) ELT)) (-3128 (((-695)) 40 T CONST)) (-1624 (($ $ $ (-695)) 190 (|has| |#1| (-146)) ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 102 (|has| |#1| (-496)) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-584 (-995)) (-584 (-695))) 55 T ELT) (($ $ (-995) (-695)) 54 T ELT) (($ $ (-584 (-995))) 53 T ELT) (($ $ (-995)) 49 T ELT) (($ $) 278 T ELT) (($ $ (-695)) 276 T ELT) (($ $ (-1 |#1| |#1|)) 273 T ELT) (($ $ (-1 |#1| |#1|) (-695)) 272 T ELT) (($ $ (-1091)) 234 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091))) 230 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-1091) (-695)) 229 (|has| |#1| (-812 (-1091))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 228 (|has| |#1| (-812 (-1091))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 173 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 175 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ (-350 (-485)) $) 174 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ |#1| $) 164 T ELT) (($ $ |#1|) 163 T ELT)))
+(((-1156 |#1|) (-113) (-962)) (T -1156))
+((-3769 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-1156 *4)) (-4 *4 (-962)) (-5 *2 (-1180 *4)))) (-3768 (*1 *2 *1) (-12 (-4 *1 (-1156 *3)) (-4 *3 (-962)) (-5 *2 (-1086 *3)))) (-3767 (*1 *1 *2) (-12 (-5 *2 (-1086 *3)) (-4 *3 (-962)) (-4 *1 (-1156 *3)))) (-3779 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1156 *3)) (-4 *3 (-962)))) (-3766 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-695)) (-4 *1 (-1156 *3)) (-4 *3 (-962)))) (-3765 (*1 *2 *1 *1) (-12 (-4 *3 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-1156 *3)))) (-3764 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *4 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-1156 *4)))) (-3763 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1156 *3)) (-4 *3 (-962)))) (-3762 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1156 *3)) (-4 *3 (-962)))) (-3761 (*1 *1 *1 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)))) (-3760 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1156 *3)) (-4 *3 (-962)))) (-3759 (*1 *2 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-146)))) (-3758 (*1 *2 *1 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-146)))) (-3802 (*1 *2 *2 *2) (-12 (-5 *2 (-350 *1)) (-4 *1 (-1156 *3)) (-4 *3 (-962)) (-4 *3 (-496)))) (-3774 (*1 *2 *1 *1) (-12 (-4 *1 (-1156 *3)) (-4 *3 (-962)) (-4 *3 (-496)) (-5 *2 (-695)))) (-3757 (*1 *1 *1 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-496)))) (-3756 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-496)))) (-3756 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-350 *1)) (-4 *1 (-1156 *3)) (-4 *3 (-962)) (-4 *3 (-496)))) (-3755 (*1 *1 *1 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-496)))) (-3754 (*1 *2 *1 *1) (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-5 *2 (-2 (|:| -3956 *3) (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-1156 *3)))) (-3753 (*1 *2 *1 *1) (-12 (-4 *3 (-392)) (-4 *3 (-962)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1156 *3)))) (-3802 (*1 *2 *3 *2) (-12 (-5 *3 (-350 *1)) (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-3814 (*1 *1 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-38 (-350 (-485)))))))
+(-13 (-862 |t#1| (-695) (-995)) (-241 |t#1| |t#1|) (-241 $ $) (-190) (-184 |t#1|) (-10 -8 (-15 -3769 ((-1180 |t#1|) $ (-695))) (-15 -3768 ((-1086 |t#1|) $)) (-15 -3767 ($ (-1086 |t#1|))) (-15 -3779 ($ $ (-695))) (-15 -3766 ((-3 $ "failed") $ (-695))) (-15 -3765 ((-2 (|:| -1973 $) (|:| -2904 $)) $ $)) (-15 -3764 ((-2 (|:| -1973 $) (|:| -2904 $)) $ (-695))) (-15 -3763 ($ $ (-695))) (-15 -3762 ($ $ (-695))) (-15 -3761 ($ $ $)) (-15 -3760 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1067)) (-6 (-1067)) |%noBranch|) (IF (|has| |t#1| (-146)) (PROGN (-15 -3759 (|t#1| $)) (-15 -3758 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-496)) (PROGN (-6 (-241 (-350 $) (-350 $))) (-15 -3802 ((-350 $) (-350 $) (-350 $))) (-15 -3774 ((-695) $ $)) (-15 -3757 ($ $ $)) (-15 -3756 ((-3 $ "failed") $ $)) (-15 -3756 ((-3 (-350 $) "failed") (-350 $) $)) (-15 -3755 ($ $ $)) (-15 -3754 ((-2 (|:| -3956 |t#1|) (|:| -1973 $) (|:| -2904 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-392)) (-15 -3753 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-312)) (PROGN (-6 (-258)) (-6 -3993) (-15 -3802 (|t#1| (-350 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-350 (-485)))) (-15 -3814 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| (-695)) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-951 (-350 (-485)))) (|has| |#1| (-38 (-350 (-485))))) ((-556 (-485)) . T) ((-556 (-995)) . T) ((-556 |#1|) . T) ((-556 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-554 (-474)) -12 (|has| |#1| (-554 (-474))) (|has| (-995) (-554 (-474)))) ((-554 (-801 (-330))) -12 (|has| |#1| (-554 (-801 (-330)))) (|has| (-995) (-554 (-801 (-330))))) ((-554 (-801 (-485))) -12 (|has| |#1| (-554 (-801 (-485)))) (|has| (-995) (-554 (-801 (-485))))) ((-186 $) . T) ((-184 |#1|) . T) ((-190) . T) ((-189) . T) ((-225 |#1|) . T) ((-241 (-350 $) (-350 $)) |has| |#1| (-496)) ((-241 |#1| |#1|) . T) ((-241 $ $) . T) ((-246) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-258) |has| |#1| (-312)) ((-260 $) . T) ((-277 |#1| (-695)) . T) ((-329 |#1|) . T) ((-355 |#1|) . T) ((-392) OR (|has| |#1| (-822)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-456 (-995) |#1|) . T) ((-456 (-995) $) . T) ((-456 $ $) . T) ((-496) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-591 (-485)) |has| |#1| (-581 (-485))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-581 (-485)) |has| |#1| (-581 (-485))) ((-581 |#1|) . T) ((-655 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-312))) ((-664) . T) ((-807 $ (-995)) . T) ((-807 $ (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-810 (-995)) . T) ((-810 (-1091)) |has| |#1| (-810 (-1091))) ((-812 (-995)) . T) ((-812 (-1091)) OR (|has| |#1| (-812 (-1091))) (|has| |#1| (-810 (-1091)))) ((-797 (-330)) -12 (|has| |#1| (-797 (-330))) (|has| (-995) (-797 (-330)))) ((-797 (-485)) -12 (|has| |#1| (-797 (-485))) (|has| (-995) (-797 (-485)))) ((-862 |#1| (-695) (-995)) . T) ((-822) |has| |#1| (-822)) ((-833) |has| |#1| (-312)) ((-951 (-350 (-485))) |has| |#1| (-951 (-350 (-485)))) ((-951 (-485)) |has| |#1| (-951 (-485))) ((-951 (-995)) . T) ((-951 |#1|) . T) ((-964 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-969 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-822)) (|has| |#1| (-496)) (|has| |#1| (-392)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1067) |has| |#1| (-1067)) ((-1130) . T) ((-1135) |has| |#1| (-822)))
+((-3960 ((|#4| (-1 |#3| |#1|) |#2|) 22 T ELT)))
+(((-1157 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3960 (|#4| (-1 |#3| |#1|) |#2|))) (-962) (-1156 |#1|) (-962) (-1156 |#3|)) (T -1157))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-962)) (-4 *6 (-962)) (-4 *2 (-1156 *6)) (-5 *1 (-1157 *5 *4 *6 *2)) (-4 *4 (-1156 *5)))))
+((-3083 (((-584 (-995)) $) 34 T ELT)) (-3961 (($ $) 31 T ELT)) (-2895 (($ |#2| |#3|) NIL T ELT) (($ $ (-995) |#3|) 28 T ELT) (($ $ (-584 (-995)) (-584 |#3|)) 27 T ELT)) (-2896 (($ $) 14 T ELT)) (-3176 ((|#2| $) 12 T ELT)) (-3950 ((|#3| $) 10 T ELT)))
+(((-1158 |#1| |#2| |#3|) (-10 -7 (-15 -3083 ((-584 (-995)) |#1|)) (-15 -2895 (|#1| |#1| (-584 (-995)) (-584 |#3|))) (-15 -2895 (|#1| |#1| (-995) |#3|)) (-15 -3961 (|#1| |#1|)) (-15 -2895 (|#1| |#2| |#3|)) (-15 -3950 (|#3| |#1|)) (-15 -2896 (|#1| |#1|)) (-15 -3176 (|#2| |#1|))) (-1159 |#2| |#3|) (-962) (-717)) (T -1158))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3083 (((-584 (-995)) $) 95 T ELT)) (-3833 (((-1091) $) 129 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 71 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 72 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 74 (|has| |#1| (-496)) ELT)) (-3773 (($ $ |#2|) 124 T ELT) (($ $ |#2| |#2|) 123 T ELT)) (-3776 (((-1070 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 130 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3961 (($ $) 80 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2894 (((-85) $) 94 T ELT)) (-3774 ((|#2| $) 126 T ELT) ((|#2| $ |#2|) 125 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3779 (($ $ (-831)) 127 T ELT)) (-3939 (((-85) $) 82 T ELT)) (-2895 (($ |#1| |#2|) 81 T ELT) (($ $ (-995) |#2|) 97 T ELT) (($ $ (-584 (-995)) (-584 |#2|)) 96 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-2896 (($ $) 85 T ELT)) (-3176 ((|#1| $) 86 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3771 (($ $ |#2|) 121 T ELT)) (-3468 (((-3 $ "failed") $ $) 70 (|has| |#1| (-496)) ELT)) (-3770 (((-1070 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) ELT)) (-3802 ((|#1| $ |#2|) 131 T ELT) (($ $ $) 107 (|has| |#2| (-1026)) ELT)) (-3760 (($ $ (-1091)) 119 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-584 (-1091))) 117 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-1091) (-695)) 116 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 115 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $) 111 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT) (($ $ (-695)) 109 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT)) (-3950 ((|#2| $) 84 T ELT)) (-2893 (($ $) 93 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ (-350 (-485))) 77 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) 69 (|has| |#1| (-496)) ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT)) (-3679 ((|#1| $ |#2|) 79 T ELT)) (-2704 (((-633 $) $) 68 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-3775 ((|#1| $) 128 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 73 (|has| |#1| (-496)) ELT)) (-3772 ((|#1| $ |#2|) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1091)) 118 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-584 (-1091))) 114 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-1091) (-695)) 113 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 112 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ELT) (($ $) 110 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT) (($ $ (-695)) 108 (|has| |#1| (-15 * (|#1| |#2| |#1|))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-485)) $) 76 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 75 (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1159 |#1| |#2|) (-113) (-962) (-717)) (T -1159))
+((-3776 (*1 *2 *1) (-12 (-4 *1 (-1159 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-1070 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3833 (*1 *2 *1) (-12 (-4 *1 (-1159 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-1091)))) (-3775 (*1 *2 *1) (-12 (-4 *1 (-1159 *2 *3)) (-4 *3 (-717)) (-4 *2 (-962)))) (-3779 (*1 *1 *1 *2) (-12 (-5 *2 (-831)) (-4 *1 (-1159 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717)))) (-3774 (*1 *2 *1 *2) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717)))) (-3773 (*1 *1 *1 *2) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717)))) (-3773 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717)))) (-3772 (*1 *2 *1 *3) (-12 (-4 *1 (-1159 *2 *3)) (-4 *3 (-717)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3948 (*2 (-1091)))) (-4 *2 (-962)))) (-3771 (*1 *1 *1 *2) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717)))) (-3770 (*1 *2 *1 *3) (-12 (-4 *1 (-1159 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1070 *3)))))
+(-13 (-887 |t#1| |t#2| (-995)) (-241 |t#2| |t#1|) (-10 -8 (-15 -3776 ((-1070 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3833 ((-1091) $)) (-15 -3775 (|t#1| $)) (-15 -3779 ($ $ (-831))) (-15 -3774 (|t#2| $)) (-15 -3774 (|t#2| $ |t#2|)) (-15 -3773 ($ $ |t#2|)) (-15 -3773 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -3948 (|t#1| (-1091)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -3772 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -3771 ($ $ |t#2|)) (IF (|has| |t#2| (-1026)) (-6 (-241 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-190)) (IF (|has| |t#1| (-810 (-1091))) (-6 (-810 (-1091))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -3770 ((-1070 |t#1|) $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-496)) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-556 (-485)) . T) ((-556 |#1|) |has| |#1| (-146)) ((-556 $) |has| |#1| (-496)) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-186 $) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-190) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-189) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-241 |#2| |#1|) . T) ((-241 $ $) |has| |#2| (-1026)) ((-246) |has| |#1| (-496)) ((-496) |has| |#1| (-496)) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) |has| |#1| (-496)) ((-655 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) |has| |#1| (-496)) ((-664) . T) ((-807 $ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ((-810 (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ((-812 (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| |#2| |#1|)))) ((-887 |#1| |#2| (-995)) . T) ((-964 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-969 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-3777 ((|#2| |#2|) 12 T ELT)) (-3973 (((-348 |#2|) |#2|) 14 T ELT)) (-3778 (((-2 (|:| |flg| (-3 #1="nil" #2="sqfr" #3="irred" #4="prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-485))) (-2 (|:| |flg| (-3 #1# #2# #3# #4#)) (|:| |fctr| |#2|) (|:| |xpnt| (-485)))) 30 T ELT)))
+(((-1160 |#1| |#2|) (-10 -7 (-15 -3973 ((-348 |#2|) |#2|)) (-15 -3777 (|#2| |#2|)) (-15 -3778 ((-2 (|:| |flg| (-3 #1="nil" #2="sqfr" #3="irred" #4="prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-485))) (-2 (|:| |flg| (-3 #1# #2# #3# #4#)) (|:| |fctr| |#2|) (|:| |xpnt| (-485)))))) (-496) (-13 (-1156 |#1|) (-496) (-10 -8 (-15 -3146 ($ $ $))))) (T -1160))
+((-3778 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-485)))) (-4 *4 (-13 (-1156 *3) (-496) (-10 -8 (-15 -3146 ($ $ $))))) (-4 *3 (-496)) (-5 *1 (-1160 *3 *4)))) (-3777 (*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-1160 *3 *2)) (-4 *2 (-13 (-1156 *3) (-496) (-10 -8 (-15 -3146 ($ $ $))))))) (-3973 (*1 *2 *3) (-12 (-4 *4 (-496)) (-5 *2 (-348 *3)) (-5 *1 (-1160 *4 *3)) (-4 *3 (-13 (-1156 *4) (-496) (-10 -8 (-15 -3146 ($ $ $))))))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) 11 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-350 (-485))) NIL T ELT) (($ $ (-350 (-485)) (-350 (-485))) NIL T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|))) $) NIL T ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-695) (-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|)))) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-1140 |#1| |#2| |#3|) #1#) $) 19 T ELT) (((-3 (-1170 |#1| |#2| |#3|) #1#) $) 22 T ELT)) (-3158 (((-1140 |#1| |#2| |#3|) $) NIL T ELT) (((-1170 |#1| |#2| |#3|) $) NIL T ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3783 (((-350 (-485)) $) 68 T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3784 (($ (-350 (-485)) (-1140 |#1| |#2| |#3|)) NIL T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-2894 (((-85) $) NIL T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-350 (-485)) $) NIL T ELT) (((-350 (-485)) $ (-350 (-485))) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3779 (($ $ (-831)) NIL T ELT) (($ $ (-350 (-485))) NIL T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-350 (-485))) 30 T ELT) (($ $ (-995) (-350 (-485))) NIL T ELT) (($ $ (-584 (-995)) (-584 (-350 (-485)))) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3782 (((-1140 |#1| |#2| |#3|) $) 71 T ELT)) (-3780 (((-3 (-1140 |#1| |#2| |#3|) #1#) $) NIL T ELT)) (-3781 (((-1140 |#1| |#2| |#3|) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3814 (($ $) 39 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) NIL (OR (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))))) ELT) (($ $ (-1177 |#2|)) 40 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-350 (-485))) NIL T ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3945 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-350 (-485))) NIL T ELT) (($ $ $) NIL (|has| (-350 (-485)) (-1026)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) 37 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-1177 |#2|)) 38 T ELT)) (-3950 (((-350 (-485)) $) NIL T ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) NIL T ELT)) (-3948 (((-773) $) 107 T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT) (($ (-1140 |#1| |#2| |#3|)) 16 T ELT) (($ (-1170 |#1| |#2| |#3|)) 17 T ELT) (($ (-1177 |#2|)) 36 T ELT) (($ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3679 ((|#1| $ (-350 (-485))) NIL T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-3775 ((|#1| $) 12 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-350 (-485))) 73 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 32 T CONST)) (-2668 (($) 26 T CONST)) (-2671 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-1177 |#2|)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 34 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ (-485)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1161 |#1| |#2| |#3|) (-13 (-1165 |#1| (-1140 |#1| |#2| |#3|)) (-807 $ (-1177 |#2|)) (-951 (-1170 |#1| |#2| |#3|)) (-556 (-1177 |#2|)) (-10 -8 (IF (|has| |#1| (-38 (-350 (-485)))) (-15 -3814 ($ $ (-1177 |#2|))) |%noBranch|))) (-962) (-1091) |#1|) (T -1161))
+((-3814 (*1 *1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1161 *3 *4 *5)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3))))
+((-3960 (((-1161 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1161 |#1| |#3| |#5|)) 24 T ELT)))
+(((-1162 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3960 ((-1161 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1161 |#1| |#3| |#5|)))) (-962) (-962) (-1091) (-1091) |#1| |#2|) (T -1162))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1161 *5 *7 *9)) (-4 *5 (-962)) (-4 *6 (-962)) (-14 *7 (-1091)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1161 *6 *8 *10)) (-5 *1 (-1162 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1091)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3083 (((-584 (-995)) $) 95 T ELT)) (-3833 (((-1091) $) 129 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 71 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 72 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 74 (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-350 (-485))) 124 T ELT) (($ $ (-350 (-485)) (-350 (-485))) 123 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|))) $) 130 T ELT)) (-3494 (($ $) 163 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 146 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 190 (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) 191 (|has| |#1| (-312)) ELT)) (-3039 (($ $) 145 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1609 (((-85) $ $) 181 (|has| |#1| (-312)) ELT)) (-3492 (($ $) 162 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 147 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-695) (-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|)))) 199 T ELT)) (-3496 (($ $) 161 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 148 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) 23 T CONST)) (-2566 (($ $ $) 185 (|has| |#1| (-312)) ELT)) (-3961 (($ $) 80 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 184 (|has| |#1| (-312)) ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 179 (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) 192 (|has| |#1| (-312)) ELT)) (-2894 (((-85) $) 94 T ELT)) (-3629 (($) 173 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-350 (-485)) $) 126 T ELT) (((-350 (-485)) $ (-350 (-485))) 125 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 144 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3779 (($ $ (-831)) 127 T ELT) (($ $ (-350 (-485))) 198 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 188 (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) 82 T ELT)) (-2895 (($ |#1| (-350 (-485))) 81 T ELT) (($ $ (-995) (-350 (-485))) 97 T ELT) (($ $ (-584 (-995)) (-584 (-350 (-485)))) 96 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-3944 (($ $) 170 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) 85 T ELT)) (-3176 ((|#1| $) 86 T ELT)) (-1895 (($ (-584 $)) 177 (|has| |#1| (-312)) ELT) (($ $ $) 176 (|has| |#1| (-312)) ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 193 (|has| |#1| (-312)) ELT)) (-3814 (($ $) 197 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) 196 (OR (-12 (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116)) (|has| |#1| (-38 (-350 (-485))))) (-12 (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-38 (-350 (-485)))))) ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 178 (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) 175 (|has| |#1| (-312)) ELT) (($ $ $) 174 (|has| |#1| (-312)) ELT)) (-3734 (((-348 $) $) 189 (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 187 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 186 (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-350 (-485))) 121 T ELT)) (-3468 (((-3 $ "failed") $ $) 70 (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 180 (|has| |#1| (-312)) ELT)) (-3945 (($ $) 171 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) ELT)) (-1608 (((-695) $) 182 (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-350 (-485))) 131 T ELT) (($ $ $) 107 (|has| (-350 (-485)) (-1026)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 183 (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1091)) 119 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) 117 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) 116 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 115 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) 111 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) 109 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT)) (-3950 (((-350 (-485)) $) 84 T ELT)) (-3497 (($ $) 160 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 149 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 159 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 150 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 158 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 151 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) 93 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT) (($ (-350 (-485))) 77 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) 69 (|has| |#1| (-496)) ELT)) (-3679 ((|#1| $ (-350 (-485))) 79 T ELT)) (-2704 (((-633 $) $) 68 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-3775 ((|#1| $) 128 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3500 (($ $) 169 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 157 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) 73 (|has| |#1| (-496)) ELT)) (-3498 (($ $) 168 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 156 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 167 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 155 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-350 (-485))) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3503 (($ $) 166 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 154 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 165 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 153 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 164 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 152 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1091)) 118 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) 114 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) 113 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 112 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) 110 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) 108 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT) (($ $ $) 195 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 194 (|has| |#1| (-312)) ELT) (($ $ $) 172 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 143 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-485)) $) 76 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 75 (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1163 |#1|) (-113) (-962)) (T -1163))
+((-3820 (*1 *1 *2 *3) (-12 (-5 *2 (-695)) (-5 *3 (-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| *4)))) (-4 *4 (-962)) (-4 *1 (-1163 *4)))) (-3779 (*1 *1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-4 *1 (-1163 *3)) (-4 *3 (-962)))) (-3814 (*1 *1 *1) (-12 (-4 *1 (-1163 *2)) (-4 *2 (-962)) (-4 *2 (-38 (-350 (-485)))))) (-3814 (*1 *1 *1 *2) (OR (-12 (-5 *2 (-1091)) (-4 *1 (-1163 *3)) (-4 *3 (-962)) (-12 (-4 *3 (-29 (-485))) (-4 *3 (-872)) (-4 *3 (-1116)) (-4 *3 (-38 (-350 (-485)))))) (-12 (-5 *2 (-1091)) (-4 *1 (-1163 *3)) (-4 *3 (-962)) (-12 (|has| *3 (-15 -3083 ((-584 *2) *3))) (|has| *3 (-15 -3814 (*3 *3 *2))) (-4 *3 (-38 (-350 (-485)))))))))
+(-13 (-1159 |t#1| (-350 (-485))) (-10 -8 (-15 -3820 ($ (-695) (-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |t#1|))))) (-15 -3779 ($ $ (-350 (-485)))) (IF (|has| |t#1| (-38 (-350 (-485)))) (PROGN (-15 -3814 ($ $)) (IF (|has| |t#1| (-15 -3814 (|t#1| |t#1| (-1091)))) (IF (|has| |t#1| (-15 -3083 ((-584 (-1091)) |t#1|))) (-15 -3814 ($ $ (-1091))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1116)) (IF (|has| |t#1| (-872)) (IF (|has| |t#1| (-29 (-485))) (-15 -3814 ($ $ (-1091))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-916)) (-6 (-1116))) |%noBranch|) (IF (|has| |t#1| (-312)) (-6 (-312)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| (-350 (-485))) . T) ((-25) . T) ((-38 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-35) |has| |#1| (-38 (-350 (-485)))) ((-66) |has| |#1| (-38 (-350 (-485)))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-556 (-485)) . T) ((-556 |#1|) |has| |#1| (-146)) ((-556 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-186 $) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ((-190) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ((-189) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ((-201) |has| |#1| (-312)) ((-239) |has| |#1| (-38 (-350 (-485)))) ((-241 (-350 (-485)) |#1|) . T) ((-241 $ $) |has| (-350 (-485)) (-1026)) ((-246) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-258) |has| |#1| (-312)) ((-312) |has| |#1| (-312)) ((-392) |has| |#1| (-312)) ((-433) |has| |#1| (-38 (-350 (-485)))) ((-496) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-13) . T) ((-589 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-655 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-664) . T) ((-807 $ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ((-810 (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ((-812 (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ((-887 |#1| (-350 (-485)) (-995)) . T) ((-833) |has| |#1| (-312)) ((-916) |has| |#1| (-38 (-350 (-485)))) ((-964 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-969 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1116) |has| |#1| (-38 (-350 (-485)))) ((-1119) |has| |#1| (-38 (-350 (-485)))) ((-1130) . T) ((-1135) |has| |#1| (-312)) ((-1159 |#1| (-350 (-485))) . T))
+((-3190 (((-85) $) 12 T ELT)) (-3159 (((-3 |#3| "failed") $) 17 T ELT)) (-3158 ((|#3| $) 14 T ELT)))
+(((-1164 |#1| |#2| |#3|) (-10 -7 (-15 -3159 ((-3 |#3| "failed") |#1|)) (-15 -3158 (|#3| |#1|)) (-15 -3190 ((-85) |#1|))) (-1165 |#2| |#3|) (-962) (-1142 |#2|)) (T -1164))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3083 (((-584 (-995)) $) 95 T ELT)) (-3833 (((-1091) $) 129 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 71 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 72 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 74 (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-350 (-485))) 124 T ELT) (($ $ (-350 (-485)) (-350 (-485))) 123 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|))) $) 130 T ELT)) (-3494 (($ $) 163 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 146 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 190 (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) 191 (|has| |#1| (-312)) ELT)) (-3039 (($ $) 145 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1609 (((-85) $ $) 181 (|has| |#1| (-312)) ELT)) (-3492 (($ $) 162 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 147 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-695) (-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|)))) 199 T ELT)) (-3496 (($ $) 161 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 148 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#2| "failed") $) 212 T ELT)) (-3158 ((|#2| $) 213 T ELT)) (-2566 (($ $ $) 185 (|has| |#1| (-312)) ELT)) (-3961 (($ $) 80 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3783 (((-350 (-485)) $) 209 T ELT)) (-2565 (($ $ $) 184 (|has| |#1| (-312)) ELT)) (-3784 (($ (-350 (-485)) |#2|) 210 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 179 (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) 192 (|has| |#1| (-312)) ELT)) (-2894 (((-85) $) 94 T ELT)) (-3629 (($) 173 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-350 (-485)) $) 126 T ELT) (((-350 (-485)) $ (-350 (-485))) 125 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 144 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3779 (($ $ (-831)) 127 T ELT) (($ $ (-350 (-485))) 198 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 188 (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) 82 T ELT)) (-2895 (($ |#1| (-350 (-485))) 81 T ELT) (($ $ (-995) (-350 (-485))) 97 T ELT) (($ $ (-584 (-995)) (-584 (-350 (-485)))) 96 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-3944 (($ $) 170 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) 85 T ELT)) (-3176 ((|#1| $) 86 T ELT)) (-1895 (($ (-584 $)) 177 (|has| |#1| (-312)) ELT) (($ $ $) 176 (|has| |#1| (-312)) ELT)) (-3782 ((|#2| $) 208 T ELT)) (-3780 (((-3 |#2| "failed") $) 206 T ELT)) (-3781 ((|#2| $) 207 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 193 (|has| |#1| (-312)) ELT)) (-3814 (($ $) 197 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) 196 (OR (-12 (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116)) (|has| |#1| (-38 (-350 (-485))))) (-12 (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-38 (-350 (-485)))))) ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 178 (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) 175 (|has| |#1| (-312)) ELT) (($ $ $) 174 (|has| |#1| (-312)) ELT)) (-3734 (((-348 $) $) 189 (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 187 (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 186 (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-350 (-485))) 121 T ELT)) (-3468 (((-3 $ "failed") $ $) 70 (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 180 (|has| |#1| (-312)) ELT)) (-3945 (($ $) 171 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) ELT)) (-1608 (((-695) $) 182 (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-350 (-485))) 131 T ELT) (($ $ $) 107 (|has| (-350 (-485)) (-1026)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 183 (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1091)) 119 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) 117 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) 116 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 115 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) 111 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) 109 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT)) (-3950 (((-350 (-485)) $) 84 T ELT)) (-3497 (($ $) 160 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 149 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 159 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 150 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 158 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 151 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) 93 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT) (($ |#2|) 211 T ELT) (($ (-350 (-485))) 77 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) 69 (|has| |#1| (-496)) ELT)) (-3679 ((|#1| $ (-350 (-485))) 79 T ELT)) (-2704 (((-633 $) $) 68 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-3775 ((|#1| $) 128 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3500 (($ $) 169 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 157 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) 73 (|has| |#1| (-496)) ELT)) (-3498 (($ $) 168 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 156 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 167 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 155 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-350 (-485))) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3503 (($ $) 166 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 154 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 165 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 153 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 164 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 152 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1091)) 118 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) 114 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) 113 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 112 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) 110 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) 108 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT) (($ $ $) 195 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 194 (|has| |#1| (-312)) ELT) (($ $ $) 172 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 143 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-485)) $) 76 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 75 (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1165 |#1| |#2|) (-113) (-962) (-1142 |t#1|)) (T -1165))
+((-3950 (*1 *2 *1) (-12 (-4 *1 (-1165 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1142 *3)) (-5 *2 (-350 (-485))))) (-3784 (*1 *1 *2 *3) (-12 (-5 *2 (-350 (-485))) (-4 *4 (-962)) (-4 *1 (-1165 *4 *3)) (-4 *3 (-1142 *4)))) (-3783 (*1 *2 *1) (-12 (-4 *1 (-1165 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1142 *3)) (-5 *2 (-350 (-485))))) (-3782 (*1 *2 *1) (-12 (-4 *1 (-1165 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1142 *3)))) (-3781 (*1 *2 *1) (-12 (-4 *1 (-1165 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1142 *3)))) (-3780 (*1 *2 *1) (|partial| -12 (-4 *1 (-1165 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1142 *3)))))
+(-13 (-1163 |t#1|) (-951 |t#2|) (-556 |t#2|) (-10 -8 (-15 -3784 ($ (-350 (-485)) |t#2|)) (-15 -3783 ((-350 (-485)) $)) (-15 -3782 (|t#2| $)) (-15 -3950 ((-350 (-485)) $)) (-15 -3781 (|t#2| $)) (-15 -3780 ((-3 |t#2| "failed") $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| (-350 (-485))) . T) ((-25) . T) ((-38 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-35) |has| |#1| (-38 (-350 (-485)))) ((-66) |has| |#1| (-38 (-350 (-485)))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-556 (-485)) . T) ((-556 |#1|) |has| |#1| (-146)) ((-556 |#2|) . T) ((-556 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-186 $) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ((-190) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ((-189) |has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ((-201) |has| |#1| (-312)) ((-239) |has| |#1| (-38 (-350 (-485)))) ((-241 (-350 (-485)) |#1|) . T) ((-241 $ $) |has| (-350 (-485)) (-1026)) ((-246) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-258) |has| |#1| (-312)) ((-312) |has| |#1| (-312)) ((-392) |has| |#1| (-312)) ((-433) |has| |#1| (-38 (-350 (-485)))) ((-496) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-13) . T) ((-589 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-655 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) OR (|has| |#1| (-496)) (|has| |#1| (-312))) ((-664) . T) ((-807 $ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ((-810 (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ((-812 (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ((-887 |#1| (-350 (-485)) (-995)) . T) ((-833) |has| |#1| (-312)) ((-916) |has| |#1| (-38 (-350 (-485)))) ((-951 |#2|) . T) ((-964 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-969 (-350 (-485))) OR (|has| |#1| (-312)) (|has| |#1| (-38 (-350 (-485))))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-496)) (|has| |#1| (-312)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1116) |has| |#1| (-38 (-350 (-485)))) ((-1119) |has| |#1| (-38 (-350 (-485)))) ((-1130) . T) ((-1135) |has| |#1| (-312)) ((-1159 |#1| (-350 (-485))) . T) ((-1163 |#1|) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) 104 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-350 (-485))) 116 T ELT) (($ $ (-350 (-485)) (-350 (-485))) 118 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|))) $) 54 T ELT)) (-3494 (($ $) 192 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 168 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3777 (($ $) NIL (|has| |#1| (-312)) ELT)) (-3973 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1609 (((-85) $ $) NIL (|has| |#1| (-312)) ELT)) (-3492 (($ $) 188 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 164 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-695) (-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#1|)))) 65 T ELT)) (-3496 (($ $) 196 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 172 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) NIL T ELT)) (-3158 ((|#2| $) NIL T ELT)) (-2566 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) 85 T ELT)) (-3783 (((-350 (-485)) $) 13 T ELT)) (-2565 (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3784 (($ (-350 (-485)) |#2|) 11 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) NIL (|has| |#1| (-312)) ELT)) (-3725 (((-85) $) NIL (|has| |#1| (-312)) ELT)) (-2894 (((-85) $) 74 T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-350 (-485)) $) 113 T ELT) (((-350 (-485)) $ (-350 (-485))) 114 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3779 (($ $ (-831)) 130 T ELT) (($ $ (-350 (-485))) 128 T ELT)) (-1606 (((-3 (-584 $) #1#) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-350 (-485))) 33 T ELT) (($ $ (-995) (-350 (-485))) NIL T ELT) (($ $ (-584 (-995)) (-584 (-350 (-485)))) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 125 T ELT)) (-3944 (($ $) 162 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-1895 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3782 ((|#2| $) 12 T ELT)) (-3780 (((-3 |#2| #1#) $) 44 T ELT)) (-3781 ((|#2| $) 45 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-2486 (($ $) 101 (|has| |#1| (-312)) ELT)) (-3814 (($ $) 146 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) 151 (OR (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) NIL (|has| |#1| (-312)) ELT)) (-3146 (($ (-584 $)) NIL (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-312)) ELT)) (-3734 (((-348 $) $) NIL (|has| |#1| (-312)) ELT)) (-1607 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) NIL (|has| |#1| (-312)) ELT) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3771 (($ $ (-350 (-485))) 122 T ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) NIL (|has| |#1| (-312)) ELT)) (-3945 (($ $) 160 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) ELT)) (-1608 (((-695) $) NIL (|has| |#1| (-312)) ELT)) (-3802 ((|#1| $ (-350 (-485))) 108 T ELT) (($ $ $) 94 (|has| (-350 (-485)) (-1026)) ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) NIL (|has| |#1| (-312)) ELT)) (-3760 (($ $ (-1091)) 138 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) 134 (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT)) (-3950 (((-350 (-485)) $) 16 T ELT)) (-3497 (($ $) 198 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 174 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 194 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 170 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 190 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 166 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) 120 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) 37 T ELT) (($ |#1|) 27 (|has| |#1| (-146)) ELT) (($ |#2|) 34 T ELT) (($ (-350 (-485))) 139 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT)) (-3679 ((|#1| $ (-350 (-485))) 107 T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 127 T CONST)) (-3775 ((|#1| $) 106 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) 204 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 180 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) 200 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 176 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 208 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 184 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-350 (-485))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-350 (-485))))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) 210 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 186 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 206 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 182 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 202 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 178 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 21 T CONST)) (-2668 (($) 17 T CONST)) (-2671 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-350 (-485)) |#1|))) ELT)) (-3058 (((-85) $ $) 72 T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT) (($ $ $) 100 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 142 T ELT) (($ $ $) 78 T ELT)) (-3841 (($ $ $) 76 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 82 T ELT) (($ $ (-485)) 157 (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 158 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 80 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 137 T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1166 |#1| |#2|) (-1165 |#1| |#2|) (-962) (-1142 |#1|)) (T -1166))
+NIL
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 37 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL T ELT)) (-2064 (($ $) NIL T ELT)) (-2062 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 (-485) #1#) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-951 (-485))) ELT) (((-3 (-350 (-485)) #1#) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-951 (-350 (-485)))) ELT) (((-3 (-1161 |#2| |#3| |#4|) #1#) $) 22 T ELT)) (-3158 (((-485) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-951 (-485))) ELT) (((-350 (-485)) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-951 (-350 (-485)))) ELT) (((-1161 |#2| |#3| |#4|) $) NIL T ELT)) (-3961 (($ $) 41 T ELT)) (-3469 (((-3 $ #1#) $) 27 T ELT)) (-3505 (($ $) NIL (|has| (-1161 |#2| |#3| |#4|) (-392)) ELT)) (-1625 (($ $ (-1161 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) 11 T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ (-1161 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|)) 25 T ELT)) (-2822 (((-270 |#2| |#3| |#4|) $) NIL T ELT)) (-1626 (($ (-1 (-270 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|)) $) NIL T ELT)) (-3960 (($ (-1 (-1161 |#2| |#3| |#4|) (-1161 |#2| |#3| |#4|)) $) NIL T ELT)) (-3786 (((-3 (-751 |#2|) #1#) $) 91 T ELT)) (-2896 (($ $) NIL T ELT)) (-3176 (((-1161 |#2| |#3| |#4|) $) 20 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-1801 (((-85) $) NIL T ELT)) (-1800 (((-1161 |#2| |#3| |#4|) $) NIL T ELT)) (-3468 (((-3 $ #1#) $ (-1161 |#2| |#3| |#4|)) NIL (|has| (-1161 |#2| |#3| |#4|) (-496)) ELT) (((-3 $ #1#) $ $) NIL T ELT)) (-3785 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1161 |#2| |#3| |#4|)) (|:| |%expon| (-270 |#2| |#3| |#4|)) (|:| |%expTerms| (-584 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#2|)))))) (|:| |%type| (-1074))) #1#) $) 74 T ELT)) (-3950 (((-270 |#2| |#3| |#4|) $) 17 T ELT)) (-2819 (((-1161 |#2| |#3| |#4|) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-392)) ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ (-1161 |#2| |#3| |#4|)) NIL T ELT) (($ $) NIL T ELT) (($ (-350 (-485))) NIL (OR (|has| (-1161 |#2| |#3| |#4|) (-951 (-350 (-485)))) (|has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485))))) ELT)) (-3819 (((-584 (-1161 |#2| |#3| |#4|)) $) NIL T ELT)) (-3679 (((-1161 |#2| |#3| |#4|) $ (-270 |#2| |#3| |#4|)) NIL T ELT)) (-2704 (((-633 $) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-1624 (($ $ $ (-695)) NIL (|has| (-1161 |#2| |#3| |#4|) (-146)) ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-2063 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-2668 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ (-1161 |#2| |#3| |#4|)) NIL (|has| (-1161 |#2| |#3| |#4|) (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ (-1161 |#2| |#3| |#4|)) NIL T ELT) (($ (-1161 |#2| |#3| |#4|) $) NIL T ELT) (($ (-350 (-485)) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| (-1161 |#2| |#3| |#4|) (-38 (-350 (-485)))) ELT)))
+(((-1167 |#1| |#2| |#3| |#4|) (-13 (-277 (-1161 |#2| |#3| |#4|) (-270 |#2| |#3| |#4|)) (-496) (-10 -8 (-15 -3786 ((-3 (-751 |#2|) #1="failed") $)) (-15 -3785 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1161 |#2| |#3| |#4|)) (|:| |%expon| (-270 |#2| |#3| |#4|)) (|:| |%expTerms| (-584 (-2 (|:| |k| (-350 (-485))) (|:| |c| |#2|)))))) (|:| |%type| (-1074))) #1#) $)))) (-13 (-951 (-485)) (-581 (-485)) (-392)) (-13 (-27) (-1116) (-364 |#1|)) (-1091) |#2|) (T -1167))
+((-3786 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-951 (-485)) (-581 (-485)) (-392))) (-5 *2 (-751 *4)) (-5 *1 (-1167 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-364 *3))) (-14 *5 (-1091)) (-14 *6 *4))) (-3785 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-951 (-485)) (-581 (-485)) (-392))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1161 *4 *5 *6)) (|:| |%expon| (-270 *4 *5 *6)) (|:| |%expTerms| (-584 (-2 (|:| |k| (-350 (-485))) (|:| |c| *4)))))) (|:| |%type| (-1074)))) (-5 *1 (-1167 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-364 *3))) (-14 *5 (-1091)) (-14 *6 *4))))
+((-3404 ((|#2| $) 34 T ELT)) (-3797 ((|#2| $) 18 T ELT)) (-3799 (($ $) 43 T ELT)) (-3787 (($ $ (-485)) 78 T ELT)) (-3027 ((|#2| $ |#2|) 75 T ELT)) (-3788 ((|#2| $ |#2|) 71 T ELT)) (-3790 ((|#2| $ #1="value" |#2|) NIL T ELT) ((|#2| $ #2="first" |#2|) 64 T ELT) (($ $ #3="rest" $) 68 T ELT) ((|#2| $ #4="last" |#2|) 66 T ELT)) (-3028 (($ $ (-584 $)) 74 T ELT)) (-3798 ((|#2| $) 17 T ELT)) (-3801 (($ $) NIL T ELT) (($ $ (-695)) 51 T ELT)) (-3033 (((-584 $) $) 31 T ELT)) (-3029 (((-85) $ $) 62 T ELT)) (-3529 (((-85) $) 33 T ELT)) (-3800 ((|#2| $) 25 T ELT) (($ $ (-695)) 57 T ELT)) (-3802 ((|#2| $ #1#) NIL T ELT) ((|#2| $ #2#) 10 T ELT) (($ $ #3#) 16 T ELT) ((|#2| $ #4#) 13 T ELT)) (-3635 (((-85) $) 23 T ELT)) (-3794 (($ $) 46 T ELT)) (-3792 (($ $) 79 T ELT)) (-3795 (((-695) $) 50 T ELT)) (-3796 (($ $) 49 T ELT)) (-3804 (($ $ $) 70 T ELT) (($ |#2| $) NIL T ELT)) (-3524 (((-584 $) $) 32 T ELT)) (-3058 (((-85) $ $) 60 T ELT)))
+(((-1168 |#1| |#2|) (-10 -7 (-15 -3058 ((-85) |#1| |#1|)) (-15 -3787 (|#1| |#1| (-485))) (-15 -3790 (|#2| |#1| #1="last" |#2|)) (-15 -3788 (|#2| |#1| |#2|)) (-15 -3790 (|#1| |#1| #2="rest" |#1|)) (-15 -3790 (|#2| |#1| #3="first" |#2|)) (-15 -3792 (|#1| |#1|)) (-15 -3794 (|#1| |#1|)) (-15 -3795 ((-695) |#1|)) (-15 -3796 (|#1| |#1|)) (-15 -3797 (|#2| |#1|)) (-15 -3798 (|#2| |#1|)) (-15 -3799 (|#1| |#1|)) (-15 -3800 (|#1| |#1| (-695))) (-15 -3802 (|#2| |#1| #1#)) (-15 -3800 (|#2| |#1|)) (-15 -3801 (|#1| |#1| (-695))) (-15 -3802 (|#1| |#1| #2#)) (-15 -3801 (|#1| |#1|)) (-15 -3802 (|#2| |#1| #3#)) (-15 -3804 (|#1| |#2| |#1|)) (-15 -3804 (|#1| |#1| |#1|)) (-15 -3027 (|#2| |#1| |#2|)) (-15 -3790 (|#2| |#1| #4="value" |#2|)) (-15 -3028 (|#1| |#1| (-584 |#1|))) (-15 -3029 ((-85) |#1| |#1|)) (-15 -3635 ((-85) |#1|)) (-15 -3802 (|#2| |#1| #4#)) (-15 -3404 (|#2| |#1|)) (-15 -3529 ((-85) |#1|)) (-15 -3033 ((-584 |#1|) |#1|)) (-15 -3524 ((-584 |#1|) |#1|))) (-1169 |#2|) (-1130)) (T -1168))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3404 ((|#1| $) 42 T ELT)) (-3797 ((|#1| $) 61 T ELT)) (-3799 (($ $) 63 T ELT)) (-3787 (($ $ (-485)) 48 (|has| $ (-1036 |#1|)) ELT)) (-3027 ((|#1| $ |#1|) 33 (|has| $ (-1036 |#1|)) ELT)) (-3789 (($ $ $) 52 (|has| $ (-1036 |#1|)) ELT)) (-3788 ((|#1| $ |#1|) 50 (|has| $ (-1036 |#1|)) ELT)) (-3791 ((|#1| $ |#1|) 54 (|has| $ (-1036 |#1|)) ELT)) (-3790 ((|#1| $ #1="value" |#1|) 34 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ "first" |#1|) 53 (|has| $ (-1036 |#1|)) ELT) (($ $ "rest" $) 51 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ "last" |#1|) 49 (|has| $ (-1036 |#1|)) ELT)) (-3028 (($ $ (-584 $)) 35 (|has| $ (-1036 |#1|)) ELT)) (-3798 ((|#1| $) 62 T ELT)) (-3726 (($) 6 T CONST)) (-3801 (($ $) 69 T ELT) (($ $ (-695)) 67 T ELT)) (-3033 (((-584 $) $) 44 T ELT)) (-3029 (((-85) $ $) 36 (|has| |#1| (-72)) ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT)) (-3032 (((-584 |#1|) $) 39 T ELT)) (-3529 (((-85) $) 43 T ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-3800 ((|#1| $) 66 T ELT) (($ $ (-695)) 64 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) 72 T ELT) (($ $ (-695)) 70 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ #1#) 41 T ELT) ((|#1| $ "first") 71 T ELT) (($ $ "rest") 68 T ELT) ((|#1| $ "last") 65 T ELT)) (-3031 (((-485) $ $) 38 T ELT)) (-3635 (((-85) $) 40 T ELT)) (-3794 (($ $) 58 T ELT)) (-3792 (($ $) 55 (|has| $ (-1036 |#1|)) ELT)) (-3795 (((-695) $) 59 T ELT)) (-3796 (($ $) 60 T ELT)) (-3402 (($ $) 9 T ELT)) (-3793 (($ $ $) 57 (|has| $ (-1036 |#1|)) ELT) (($ $ |#1|) 56 (|has| $ (-1036 |#1|)) ELT)) (-3804 (($ $ $) 74 T ELT) (($ |#1| $) 73 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-3524 (((-584 $) $) 45 T ELT)) (-3030 (((-85) $ $) 37 (|has| |#1| (-72)) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)))
+(((-1169 |#1|) (-113) (-1130)) (T -1169))
+((-3804 (*1 *1 *1 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3804 (*1 *1 *2 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3803 (*1 *2 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3802 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3803 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1169 *3)) (-4 *3 (-1130)))) (-3801 (*1 *1 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3802 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1169 *3)) (-4 *3 (-1130)))) (-3801 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1169 *3)) (-4 *3 (-1130)))) (-3800 (*1 *2 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3802 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3800 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1169 *3)) (-4 *3 (-1130)))) (-3799 (*1 *1 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3798 (*1 *2 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3797 (*1 *2 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3796 (*1 *1 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3795 (*1 *2 *1) (-12 (-4 *1 (-1169 *3)) (-4 *3 (-1130)) (-5 *2 (-695)))) (-3794 (*1 *1 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3793 (*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3793 (*1 *1 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3792 (*1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3791 (*1 *2 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3790 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3789 (*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3790 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (-4 *1 (-1036 *3)) (-4 *1 (-1169 *3)) (-4 *3 (-1130)))) (-3788 (*1 *2 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3790 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))) (-3787 (*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-1036 *3)) (-4 *1 (-1169 *3)) (-4 *3 (-1130)))))
+(-13 (-924 |t#1|) (-10 -8 (-15 -3804 ($ $ $)) (-15 -3804 ($ |t#1| $)) (-15 -3803 (|t#1| $)) (-15 -3802 (|t#1| $ "first")) (-15 -3803 ($ $ (-695))) (-15 -3801 ($ $)) (-15 -3802 ($ $ "rest")) (-15 -3801 ($ $ (-695))) (-15 -3800 (|t#1| $)) (-15 -3802 (|t#1| $ "last")) (-15 -3800 ($ $ (-695))) (-15 -3799 ($ $)) (-15 -3798 (|t#1| $)) (-15 -3797 (|t#1| $)) (-15 -3796 ($ $)) (-15 -3795 ((-695) $)) (-15 -3794 ($ $)) (IF (|has| $ (-1036 |t#1|)) (PROGN (-15 -3793 ($ $ $)) (-15 -3793 ($ $ |t#1|)) (-15 -3792 ($ $)) (-15 -3791 (|t#1| $ |t#1|)) (-15 -3790 (|t#1| $ "first" |t#1|)) (-15 -3789 ($ $ $)) (-15 -3790 ($ $ "rest" $)) (-15 -3788 (|t#1| $ |t#1|)) (-15 -3790 (|t#1| $ "last" |t#1|)) (-15 -3787 ($ $ (-485)))) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-553 (-773)))) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-429 |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-924 |#1|) . T) ((-1014) |has| |#1| (-1014)) ((-1130) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3083 (((-584 (-995)) $) NIL T ELT)) (-3833 (((-1091) $) 87 T ELT)) (-3813 (((-1149 |#2| |#1|) $ (-695)) 70 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) NIL (|has| |#1| (-496)) ELT)) (-2064 (($ $) NIL (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 139 (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-695)) 125 T ELT) (($ $ (-695) (-695)) 127 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-695)) (|:| |c| |#1|))) $) 42 T ELT)) (-3494 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3039 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3492 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-1070 (-2 (|:| |k| (-695)) (|:| |c| |#1|)))) 49 T ELT) (($ (-1070 |#1|)) NIL T ELT)) (-3496 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) NIL T CONST)) (-3807 (($ $) 131 T ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3818 (($ $) 137 T ELT)) (-3816 (((-858 |#1|) $ (-695)) 60 T ELT) (((-858 |#1|) $ (-695) (-695)) 62 T ELT)) (-2894 (((-85) $) NIL T ELT)) (-3629 (($) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-695) $) NIL T ELT) (((-695) $ (-695)) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3810 (($ $) 115 T ELT)) (-3013 (($ $ (-485)) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3806 (($ (-485) (-485) $) 133 T ELT)) (-3779 (($ $ (-831)) 136 T ELT)) (-3817 (($ (-1 |#1| (-485)) $) 109 T ELT)) (-3939 (((-85) $) NIL T ELT)) (-2895 (($ |#1| (-695)) 16 T ELT) (($ $ (-995) (-695)) NIL T ELT) (($ $ (-584 (-995)) (-584 (-695))) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 96 T ELT)) (-3944 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3811 (($ $) 113 T ELT)) (-3812 (($ $) 111 T ELT)) (-3805 (($ (-485) (-485) $) 135 T ELT)) (-3814 (($ $) 147 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) 153 (OR (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116))) (-12 (|has| |#1| (-38 (-350 (-485)))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))))) ELT) (($ $ (-1177 |#2|)) 148 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3808 (($ $ (-485) (-485)) 119 T ELT)) (-3771 (($ $ (-695)) 121 T ELT)) (-3468 (((-3 $ #1#) $ $) NIL (|has| |#1| (-496)) ELT)) (-3945 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3809 (($ $) 117 T ELT)) (-3770 (((-1070 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-695)))) ELT)) (-3802 ((|#1| $ (-695)) 93 T ELT) (($ $ $) 129 (|has| (-695) (-1026)) ELT)) (-3760 (($ $ (-1091)) 106 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $) 100 (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT) (($ $ (-1177 |#2|)) 101 T ELT)) (-3950 (((-695) $) NIL T ELT)) (-3497 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) 123 T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) 26 T ELT) (($ (-350 (-485))) 145 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) NIL (|has| |#1| (-496)) ELT) (($ |#1|) 25 (|has| |#1| (-146)) ELT) (($ (-1149 |#2| |#1|)) 78 T ELT) (($ (-1177 |#2|)) 22 T ELT)) (-3819 (((-1070 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ (-695)) 92 T ELT)) (-2704 (((-633 $) $) NIL (|has| |#1| (-118)) ELT)) (-3128 (((-695)) NIL T CONST)) (-3775 ((|#1| $) 88 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3500 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-3498 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-695)) 86 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-695)))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-3503 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 18 T CONST)) (-2668 (($) 13 T CONST)) (-2671 (($ $ (-1091)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-1091) (-695)) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) NIL (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $) NIL (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT) (($ $ (-695)) NIL (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT) (($ $ (-1177 |#2|)) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3951 (($ $ |#1|) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) 105 T ELT)) (-3841 (($ $ $) 20 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ |#1|) 142 (|has| |#1| (-312)) ELT) (($ $ $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| $) 104 T ELT) (($ (-350 (-485)) $) NIL (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) NIL (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1170 |#1| |#2| |#3|) (-13 (-1173 |#1|) (-807 $ (-1177 |#2|)) (-10 -8 (-15 -3948 ($ (-1149 |#2| |#1|))) (-15 -3813 ((-1149 |#2| |#1|) $ (-695))) (-15 -3948 ($ (-1177 |#2|))) (-15 -3812 ($ $)) (-15 -3811 ($ $)) (-15 -3810 ($ $)) (-15 -3809 ($ $)) (-15 -3808 ($ $ (-485) (-485))) (-15 -3807 ($ $)) (-15 -3806 ($ (-485) (-485) $)) (-15 -3805 ($ (-485) (-485) $)) (IF (|has| |#1| (-38 (-350 (-485)))) (-15 -3814 ($ $ (-1177 |#2|))) |%noBranch|))) (-962) (-1091) |#1|) (T -1170))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-1149 *4 *3)) (-4 *3 (-962)) (-14 *4 (-1091)) (-14 *5 *3) (-5 *1 (-1170 *3 *4 *5)))) (-3813 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1149 *5 *4)) (-5 *1 (-1170 *4 *5 *6)) (-4 *4 (-962)) (-14 *5 (-1091)) (-14 *6 *4))) (-3948 (*1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1170 *3 *4 *5)) (-4 *3 (-962)) (-14 *5 *3))) (-3812 (*1 *1 *1) (-12 (-5 *1 (-1170 *2 *3 *4)) (-4 *2 (-962)) (-14 *3 (-1091)) (-14 *4 *2))) (-3811 (*1 *1 *1) (-12 (-5 *1 (-1170 *2 *3 *4)) (-4 *2 (-962)) (-14 *3 (-1091)) (-14 *4 *2))) (-3810 (*1 *1 *1) (-12 (-5 *1 (-1170 *2 *3 *4)) (-4 *2 (-962)) (-14 *3 (-1091)) (-14 *4 *2))) (-3809 (*1 *1 *1) (-12 (-5 *1 (-1170 *2 *3 *4)) (-4 *2 (-962)) (-14 *3 (-1091)) (-14 *4 *2))) (-3808 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-1170 *3 *4 *5)) (-4 *3 (-962)) (-14 *4 (-1091)) (-14 *5 *3))) (-3807 (*1 *1 *1) (-12 (-5 *1 (-1170 *2 *3 *4)) (-4 *2 (-962)) (-14 *3 (-1091)) (-14 *4 *2))) (-3806 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1170 *3 *4 *5)) (-4 *3 (-962)) (-14 *4 (-1091)) (-14 *5 *3))) (-3805 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1170 *3 *4 *5)) (-4 *3 (-962)) (-14 *4 (-1091)) (-14 *5 *3))) (-3814 (*1 *1 *1 *2) (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1170 *3 *4 *5)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3))))
+((-3960 ((|#4| (-1 |#2| |#1|) |#3|) 17 T ELT)))
+(((-1171 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3960 (|#4| (-1 |#2| |#1|) |#3|))) (-962) (-962) (-1173 |#1|) (-1173 |#2|)) (T -1171))
+((-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-962)) (-4 *6 (-962)) (-4 *2 (-1173 *6)) (-5 *1 (-1171 *5 *6 *4 *2)) (-4 *4 (-1173 *5)))))
+((-3190 (((-85) $) 17 T ELT)) (-3494 (($ $) 105 T ELT)) (-3641 (($ $) 81 T ELT)) (-3492 (($ $) 101 T ELT)) (-3640 (($ $) 77 T ELT)) (-3496 (($ $) 109 T ELT)) (-3639 (($ $) 85 T ELT)) (-3944 (($ $) 75 T ELT)) (-3945 (($ $) 73 T ELT)) (-3497 (($ $) 111 T ELT)) (-3638 (($ $) 87 T ELT)) (-3495 (($ $) 107 T ELT)) (-3637 (($ $) 83 T ELT)) (-3493 (($ $) 103 T ELT)) (-3636 (($ $) 79 T ELT)) (-3948 (((-773) $) 61 T ELT) (($ (-485)) NIL T ELT) (($ (-350 (-485))) NIL T ELT) (($ $) NIL T ELT) (($ |#2|) NIL T ELT)) (-3500 (($ $) 117 T ELT)) (-3488 (($ $) 93 T ELT)) (-3498 (($ $) 113 T ELT)) (-3486 (($ $) 89 T ELT)) (-3502 (($ $) 121 T ELT)) (-3490 (($ $) 97 T ELT)) (-3503 (($ $) 123 T ELT)) (-3491 (($ $) 99 T ELT)) (-3501 (($ $) 119 T ELT)) (-3489 (($ $) 95 T ELT)) (-3499 (($ $) 115 T ELT)) (-3487 (($ $) 91 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT) (($ $ |#2|) 65 T ELT) (($ $ $) 68 T ELT) (($ $ (-350 (-485))) 71 T ELT)))
+(((-1172 |#1| |#2|) (-10 -7 (-15 ** (|#1| |#1| (-350 (-485)))) (-15 -3641 (|#1| |#1|)) (-15 -3640 (|#1| |#1|)) (-15 -3639 (|#1| |#1|)) (-15 -3638 (|#1| |#1|)) (-15 -3637 (|#1| |#1|)) (-15 -3636 (|#1| |#1|)) (-15 -3487 (|#1| |#1|)) (-15 -3489 (|#1| |#1|)) (-15 -3491 (|#1| |#1|)) (-15 -3490 (|#1| |#1|)) (-15 -3486 (|#1| |#1|)) (-15 -3488 (|#1| |#1|)) (-15 -3493 (|#1| |#1|)) (-15 -3495 (|#1| |#1|)) (-15 -3497 (|#1| |#1|)) (-15 -3496 (|#1| |#1|)) (-15 -3492 (|#1| |#1|)) (-15 -3494 (|#1| |#1|)) (-15 -3499 (|#1| |#1|)) (-15 -3501 (|#1| |#1|)) (-15 -3503 (|#1| |#1|)) (-15 -3502 (|#1| |#1|)) (-15 -3498 (|#1| |#1|)) (-15 -3500 (|#1| |#1|)) (-15 -3944 (|#1| |#1|)) (-15 -3945 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3948 (|#1| |#2|)) (-15 -3948 (|#1| |#1|)) (-15 -3948 (|#1| (-350 (-485)))) (-15 -3948 (|#1| (-485))) (-15 ** (|#1| |#1| (-695))) (-15 ** (|#1| |#1| (-831))) (-15 -3190 ((-85) |#1|)) (-15 -3948 ((-773) |#1|))) (-1173 |#2|) (-962)) (T -1172))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3083 (((-584 (-995)) $) 95 T ELT)) (-3833 (((-1091) $) 129 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 71 (|has| |#1| (-496)) ELT)) (-2064 (($ $) 72 (|has| |#1| (-496)) ELT)) (-2062 (((-85) $) 74 (|has| |#1| (-496)) ELT)) (-3773 (($ $ (-695)) 124 T ELT) (($ $ (-695) (-695)) 123 T ELT)) (-3776 (((-1070 (-2 (|:| |k| (-695)) (|:| |c| |#1|))) $) 130 T ELT)) (-3494 (($ $) 163 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3641 (($ $) 146 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3039 (($ $) 145 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3492 (($ $) 162 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3640 (($ $) 147 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3820 (($ (-1070 (-2 (|:| |k| (-695)) (|:| |c| |#1|)))) 183 T ELT) (($ (-1070 |#1|)) 181 T ELT)) (-3496 (($ $) 161 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3639 (($ $) 148 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3726 (($) 23 T CONST)) (-3961 (($ $) 80 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3818 (($ $) 180 T ELT)) (-3816 (((-858 |#1|) $ (-695)) 178 T ELT) (((-858 |#1|) $ (-695) (-695)) 177 T ELT)) (-2894 (((-85) $) 94 T ELT)) (-3629 (($) 173 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3774 (((-695) $) 126 T ELT) (((-695) $ (-695)) 125 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3013 (($ $ (-485)) 144 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3779 (($ $ (-831)) 127 T ELT)) (-3817 (($ (-1 |#1| (-485)) $) 179 T ELT)) (-3939 (((-85) $) 82 T ELT)) (-2895 (($ |#1| (-695)) 81 T ELT) (($ $ (-995) (-695)) 97 T ELT) (($ $ (-584 (-995)) (-584 (-695))) 96 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 83 T ELT)) (-3944 (($ $) 170 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2896 (($ $) 85 T ELT)) (-3176 ((|#1| $) 86 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3814 (($ $) 175 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-1091)) 174 (OR (-12 (|has| |#1| (-29 (-485))) (|has| |#1| (-872)) (|has| |#1| (-1116)) (|has| |#1| (-38 (-350 (-485))))) (-12 (|has| |#1| (-15 -3083 ((-584 (-1091)) |#1|))) (|has| |#1| (-15 -3814 (|#1| |#1| (-1091)))) (|has| |#1| (-38 (-350 (-485)))))) ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3771 (($ $ (-695)) 121 T ELT)) (-3468 (((-3 $ "failed") $ $) 70 (|has| |#1| (-496)) ELT)) (-3945 (($ $) 171 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3770 (((-1070 |#1|) $ |#1|) 120 (|has| |#1| (-15 ** (|#1| |#1| (-695)))) ELT)) (-3802 ((|#1| $ (-695)) 131 T ELT) (($ $ $) 107 (|has| (-695) (-1026)) ELT)) (-3760 (($ $ (-1091)) 119 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091))) 117 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-1091) (-695)) 116 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 115 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $) 111 (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT) (($ $ (-695)) 109 (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT)) (-3950 (((-695) $) 84 T ELT)) (-3497 (($ $) 160 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3638 (($ $) 149 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3495 (($ $) 159 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3637 (($ $) 150 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3493 (($ $) 158 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3636 (($ $) 151 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2893 (($ $) 93 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ (-350 (-485))) 77 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $) 69 (|has| |#1| (-496)) ELT) (($ |#1|) 67 (|has| |#1| (-146)) ELT)) (-3819 (((-1070 |#1|) $) 182 T ELT)) (-3679 ((|#1| $ (-695)) 79 T ELT)) (-2704 (((-633 $) $) 68 (|has| |#1| (-118)) ELT)) (-3128 (((-695)) 40 T CONST)) (-3775 ((|#1| $) 128 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-3500 (($ $) 169 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3488 (($ $) 157 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2063 (((-85) $ $) 73 (|has| |#1| (-496)) ELT)) (-3498 (($ $) 168 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3486 (($ $) 156 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3502 (($ $) 167 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3490 (($ $) 155 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3772 ((|#1| $ (-695)) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-695)))) (|has| |#1| (-15 -3948 (|#1| (-1091))))) ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3503 (($ $) 166 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3491 (($ $) 154 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3501 (($ $) 165 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3489 (($ $) 153 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3499 (($ $) 164 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-3487 (($ $) 152 (|has| |#1| (-38 (-350 (-485)))) ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-2671 (($ $ (-1091)) 118 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091))) 114 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-1091) (-695)) 113 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $ (-584 (-1091)) (-584 (-695))) 112 (-12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ELT) (($ $) 110 (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT) (($ $ (-695)) 108 (|has| |#1| (-15 * (|#1| (-695) |#1|))) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 78 (|has| |#1| (-312)) ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ |#1|) 176 (|has| |#1| (-312)) ELT) (($ $ $) 172 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 143 (|has| |#1| (-38 (-350 (-485)))) ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 88 T ELT) (($ |#1| $) 87 T ELT) (($ (-350 (-485)) $) 76 (|has| |#1| (-38 (-350 (-485)))) ELT) (($ $ (-350 (-485))) 75 (|has| |#1| (-38 (-350 (-485)))) ELT)))
+(((-1173 |#1|) (-113) (-962)) (T -1173))
+((-3820 (*1 *1 *2) (-12 (-5 *2 (-1070 (-2 (|:| |k| (-695)) (|:| |c| *3)))) (-4 *3 (-962)) (-4 *1 (-1173 *3)))) (-3819 (*1 *2 *1) (-12 (-4 *1 (-1173 *3)) (-4 *3 (-962)) (-5 *2 (-1070 *3)))) (-3820 (*1 *1 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-4 *1 (-1173 *3)))) (-3818 (*1 *1 *1) (-12 (-4 *1 (-1173 *2)) (-4 *2 (-962)))) (-3817 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-485))) (-4 *1 (-1173 *3)) (-4 *3 (-962)))) (-3816 (*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-1173 *4)) (-4 *4 (-962)) (-5 *2 (-858 *4)))) (-3816 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-695)) (-4 *1 (-1173 *4)) (-4 *4 (-962)) (-5 *2 (-858 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1173 *2)) (-4 *2 (-962)) (-4 *2 (-312)))) (-3814 (*1 *1 *1) (-12 (-4 *1 (-1173 *2)) (-4 *2 (-962)) (-4 *2 (-38 (-350 (-485)))))) (-3814 (*1 *1 *1 *2) (OR (-12 (-5 *2 (-1091)) (-4 *1 (-1173 *3)) (-4 *3 (-962)) (-12 (-4 *3 (-29 (-485))) (-4 *3 (-872)) (-4 *3 (-1116)) (-4 *3 (-38 (-350 (-485)))))) (-12 (-5 *2 (-1091)) (-4 *1 (-1173 *3)) (-4 *3 (-962)) (-12 (|has| *3 (-15 -3083 ((-584 *2) *3))) (|has| *3 (-15 -3814 (*3 *3 *2))) (-4 *3 (-38 (-350 (-485)))))))))
+(-13 (-1159 |t#1| (-695)) (-10 -8 (-15 -3820 ($ (-1070 (-2 (|:| |k| (-695)) (|:| |c| |t#1|))))) (-15 -3819 ((-1070 |t#1|) $)) (-15 -3820 ($ (-1070 |t#1|))) (-15 -3818 ($ $)) (-15 -3817 ($ (-1 |t#1| (-485)) $)) (-15 -3816 ((-858 |t#1|) $ (-695))) (-15 -3816 ((-858 |t#1|) $ (-695) (-695))) (IF (|has| |t#1| (-312)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-350 (-485)))) (PROGN (-15 -3814 ($ $)) (IF (|has| |t#1| (-15 -3814 (|t#1| |t#1| (-1091)))) (IF (|has| |t#1| (-15 -3083 ((-584 (-1091)) |t#1|))) (-15 -3814 ($ $ (-1091))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1116)) (IF (|has| |t#1| (-872)) (IF (|has| |t#1| (-29 (-485))) (-15 -3814 ($ $ (-1091))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-916)) (-6 (-1116))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| (-695)) . T) ((-25) . T) ((-38 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-38 |#1|) |has| |#1| (-146)) ((-38 $) |has| |#1| (-496)) ((-35) |has| |#1| (-38 (-350 (-485)))) ((-66) |has| |#1| (-38 (-350 (-485)))) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-82 |#1| |#1|) . T) ((-82 $ $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-104) . T) ((-118) |has| |#1| (-118)) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-556 (-485)) . T) ((-556 |#1|) |has| |#1| (-146)) ((-556 $) |has| |#1| (-496)) ((-553 (-773)) . T) ((-146) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-186 $) |has| |#1| (-15 * (|#1| (-695) |#1|))) ((-190) |has| |#1| (-15 * (|#1| (-695) |#1|))) ((-189) |has| |#1| (-15 * (|#1| (-695) |#1|))) ((-239) |has| |#1| (-38 (-350 (-485)))) ((-241 (-695) |#1|) . T) ((-241 $ $) |has| (-695) (-1026)) ((-246) |has| |#1| (-496)) ((-433) |has| |#1| (-38 (-350 (-485)))) ((-496) |has| |#1| (-496)) ((-13) . T) ((-589 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-583 |#1|) |has| |#1| (-146)) ((-583 $) |has| |#1| (-496)) ((-655 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-655 |#1|) |has| |#1| (-146)) ((-655 $) |has| |#1| (-496)) ((-664) . T) ((-807 $ (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ((-810 (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ((-812 (-1091)) -12 (|has| |#1| (-810 (-1091))) (|has| |#1| (-15 * (|#1| (-695) |#1|)))) ((-887 |#1| (-695) (-995)) . T) ((-916) |has| |#1| (-38 (-350 (-485)))) ((-964 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-964 |#1|) . T) ((-964 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-969 (-350 (-485))) |has| |#1| (-38 (-350 (-485)))) ((-969 |#1|) . T) ((-969 $) OR (|has| |#1| (-496)) (|has| |#1| (-146))) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1116) |has| |#1| (-38 (-350 (-485)))) ((-1119) |has| |#1| (-38 (-350 (-485)))) ((-1130) . T) ((-1159 |#1| (-695)) . T))
+((-3823 (((-1 (-1070 |#1|) (-584 (-1070 |#1|))) (-1 |#2| (-584 |#2|))) 24 T ELT)) (-3822 (((-1 (-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) (-1 |#2| |#2| |#2|)) 16 T ELT)) (-3821 (((-1 (-1070 |#1|) (-1070 |#1|)) (-1 |#2| |#2|)) 13 T ELT)) (-3826 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48 T ELT)) (-3825 ((|#2| (-1 |#2| |#2|) |#1|) 46 T ELT)) (-3827 ((|#2| (-1 |#2| (-584 |#2|)) (-584 |#1|)) 60 T ELT)) (-3828 (((-584 |#2|) (-584 |#1|) (-584 (-1 |#2| (-584 |#2|)))) 66 T ELT)) (-3824 ((|#2| |#2| |#2|) 43 T ELT)))
+(((-1174 |#1| |#2|) (-10 -7 (-15 -3821 ((-1 (-1070 |#1|) (-1070 |#1|)) (-1 |#2| |#2|))) (-15 -3822 ((-1 (-1070 |#1|) (-1070 |#1|) (-1070 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3823 ((-1 (-1070 |#1|) (-584 (-1070 |#1|))) (-1 |#2| (-584 |#2|)))) (-15 -3824 (|#2| |#2| |#2|)) (-15 -3825 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -3826 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3827 (|#2| (-1 |#2| (-584 |#2|)) (-584 |#1|))) (-15 -3828 ((-584 |#2|) (-584 |#1|) (-584 (-1 |#2| (-584 |#2|)))))) (-38 (-350 (-485))) (-1173 |#1|)) (T -1174))
+((-3828 (*1 *2 *3 *4) (-12 (-5 *3 (-584 *5)) (-5 *4 (-584 (-1 *6 (-584 *6)))) (-4 *5 (-38 (-350 (-485)))) (-4 *6 (-1173 *5)) (-5 *2 (-584 *6)) (-5 *1 (-1174 *5 *6)))) (-3827 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-584 *2))) (-5 *4 (-584 *5)) (-4 *5 (-38 (-350 (-485)))) (-4 *2 (-1173 *5)) (-5 *1 (-1174 *5 *2)))) (-3826 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1173 *4)) (-5 *1 (-1174 *4 *2)) (-4 *4 (-38 (-350 (-485)))))) (-3825 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1173 *4)) (-5 *1 (-1174 *4 *2)) (-4 *4 (-38 (-350 (-485)))))) (-3824 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1174 *3 *2)) (-4 *2 (-1173 *3)))) (-3823 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-584 *5))) (-4 *5 (-1173 *4)) (-4 *4 (-38 (-350 (-485)))) (-5 *2 (-1 (-1070 *4) (-584 (-1070 *4)))) (-5 *1 (-1174 *4 *5)))) (-3822 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1173 *4)) (-4 *4 (-38 (-350 (-485)))) (-5 *2 (-1 (-1070 *4) (-1070 *4) (-1070 *4))) (-5 *1 (-1174 *4 *5)))) (-3821 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1173 *4)) (-4 *4 (-38 (-350 (-485)))) (-5 *2 (-1 (-1070 *4) (-1070 *4))) (-5 *1 (-1174 *4 *5)))))
+((-3830 ((|#2| |#4| (-695)) 31 T ELT)) (-3829 ((|#4| |#2|) 26 T ELT)) (-3832 ((|#4| (-350 |#2|)) 49 (|has| |#1| (-496)) ELT)) (-3831 (((-1 |#4| (-584 |#4|)) |#3|) 43 T ELT)))
+(((-1175 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3829 (|#4| |#2|)) (-15 -3830 (|#2| |#4| (-695))) (-15 -3831 ((-1 |#4| (-584 |#4|)) |#3|)) (IF (|has| |#1| (-496)) (-15 -3832 (|#4| (-350 |#2|))) |%noBranch|)) (-962) (-1156 |#1|) (-601 |#2|) (-1173 |#1|)) (T -1175))
+((-3832 (*1 *2 *3) (-12 (-5 *3 (-350 *5)) (-4 *5 (-1156 *4)) (-4 *4 (-496)) (-4 *4 (-962)) (-4 *2 (-1173 *4)) (-5 *1 (-1175 *4 *5 *6 *2)) (-4 *6 (-601 *5)))) (-3831 (*1 *2 *3) (-12 (-4 *4 (-962)) (-4 *5 (-1156 *4)) (-5 *2 (-1 *6 (-584 *6))) (-5 *1 (-1175 *4 *5 *3 *6)) (-4 *3 (-601 *5)) (-4 *6 (-1173 *4)))) (-3830 (*1 *2 *3 *4) (-12 (-5 *4 (-695)) (-4 *5 (-962)) (-4 *2 (-1156 *5)) (-5 *1 (-1175 *5 *2 *6 *3)) (-4 *6 (-601 *2)) (-4 *3 (-1173 *5)))) (-3829 (*1 *2 *3) (-12 (-4 *4 (-962)) (-4 *3 (-1156 *4)) (-4 *2 (-1173 *4)) (-5 *1 (-1175 *4 *3 *5 *2)) (-4 *5 (-601 *3)))))
+NIL
+(((-1176) (-113)) (T -1176))
+NIL
+(-13 (-10 -7 (-6 -2288)))
+((-2570 (((-85) $ $) NIL T ELT)) (-3833 (((-1091)) 12 T ELT)) (-3244 (((-1074) $) 18 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 11 T ELT) (((-1091) $) 8 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 15 T ELT)))
+(((-1177 |#1|) (-13 (-1014) (-553 (-1091)) (-10 -8 (-15 -3948 ((-1091) $)) (-15 -3833 ((-1091))))) (-1091)) (T -1177))
+((-3948 (*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-1177 *3)) (-14 *3 *2))) (-3833 (*1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-1177 *3)) (-14 *3 *2))))
+((-3840 (($ (-695)) 19 T ELT)) (-3837 (((-631 |#2|) $ $) 41 T ELT)) (-3834 ((|#2| $) 51 T ELT)) (-3835 ((|#2| $) 50 T ELT)) (-3838 ((|#2| $ $) 36 T ELT)) (-3836 (($ $ $) 47 T ELT)) (-3839 (($ $) 23 T ELT) (($ $ $) 29 T ELT)) (-3841 (($ $ $) 15 T ELT)) (* (($ (-485) $) 26 T ELT) (($ |#2| $) 32 T ELT) (($ $ |#2|) 31 T ELT)))
+(((-1178 |#1| |#2|) (-10 -7 (-15 -3834 (|#2| |#1|)) (-15 -3835 (|#2| |#1|)) (-15 -3836 (|#1| |#1| |#1|)) (-15 -3837 ((-631 |#2|) |#1| |#1|)) (-15 -3838 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-485) |#1|)) (-15 -3839 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 -3840 (|#1| (-695))) (-15 -3841 (|#1| |#1| |#1|))) (-1179 |#2|) (-1130)) (T -1178))
+NIL
+((-2570 (((-85) $ $) 17 (|has| |#1| (-72)) ELT)) (-3840 (($ (-695)) 122 (|has| |#1| (-23)) ELT)) (-2199 (((-1186) $ (-485) (-485)) 34 (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) 96 T ELT) (((-85) $) 90 (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) 87 (|has| $ (-1036 |#1|)) ELT) (($ $) 86 (-12 (|has| |#1| (-757)) (|has| $ (-1036 |#1|))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) 97 T ELT) (($ $) 91 (|has| |#1| (-757)) ELT)) (-3790 ((|#1| $ (-485) |#1|) 46 (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) 54 (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) 69 (|has| $ (-318 |#1|)) ELT)) (-3726 (($) 6 T CONST)) (-2298 (($ $) 88 (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) 98 T ELT)) (-1354 (($ $) 71 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT)) (-3408 (($ |#1| $) 70 (-12 (|has| |#1| (-72)) (|has| $ (-318 |#1|))) ELT) (($ (-1 (-85) |#1|) $) 68 (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 109 (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) 105 T ELT)) (-1577 ((|#1| $ (-485) |#1|) 47 (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) 45 T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) 95 T ELT) (((-485) |#1| $) 94 (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) 93 (|has| |#1| (-72)) ELT)) (-3837 (((-631 |#1|) $ $) 115 (|has| |#1| (-962)) ELT)) (-3616 (($ (-695) |#1|) 64 T ELT)) (-2201 (((-485) $) 37 (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) 80 (|has| |#1| (-757)) ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) 104 T ELT)) (-3247 (((-85) |#1| $) 108 (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) 38 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) 81 (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) 111 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) 25 T ELT) (($ (-1 |#1| |#1| |#1|) $ $) 59 T ELT)) (-3834 ((|#1| $) 112 (-12 (|has| |#1| (-962)) (|has| |#1| (-916))) ELT)) (-3835 ((|#1| $) 113 (-12 (|has| |#1| (-962)) (|has| |#1| (-916))) ELT)) (-3244 (((-1074) $) 20 (|has| |#1| (-1014)) ELT)) (-2305 (($ |#1| $ (-485)) 56 T ELT) (($ $ $ (-485)) 55 T ELT)) (-2204 (((-584 (-485)) $) 40 T ELT)) (-2205 (((-85) (-485) $) 41 T ELT)) (-3245 (((-1034) $) 19 (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) 36 (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) 67 T ELT)) (-2200 (($ $ |#1|) 35 (|has| $ (-1036 |#1|)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) 102 T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) 24 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) 23 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) 22 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) 21 (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) 10 T ELT)) (-2203 (((-85) |#1| $) 39 (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) 42 T ELT)) (-3405 (((-85) $) 7 T ELT)) (-3567 (($) 8 T ELT)) (-3802 ((|#1| $ (-485) |#1|) 44 T ELT) ((|#1| $ (-485)) 43 T ELT) (($ $ (-1147 (-485))) 65 T ELT)) (-3838 ((|#1| $ $) 116 (|has| |#1| (-962)) ELT)) (-2306 (($ $ (-485)) 58 T ELT) (($ $ (-1147 (-485))) 57 T ELT)) (-3836 (($ $ $) 114 (|has| |#1| (-962)) ELT)) (-1731 (((-695) |#1| $) 107 (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) 103 T ELT)) (-1735 (($ $ $ (-485)) 89 (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) 9 T ELT)) (-3974 (((-474) $) 72 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 66 T ELT)) (-3804 (($ $ |#1|) 63 T ELT) (($ |#1| $) 62 T ELT) (($ $ $) 61 T ELT) (($ (-584 $)) 60 T ELT)) (-3948 (((-773) $) 15 (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) 18 (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) 101 T ELT)) (-2568 (((-85) $ $) 82 (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) 84 (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) 16 (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) 83 (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) 85 (|has| |#1| (-757)) ELT)) (-3839 (($ $) 121 (|has| |#1| (-21)) ELT) (($ $ $) 120 (|has| |#1| (-21)) ELT)) (-3841 (($ $ $) 123 (|has| |#1| (-25)) ELT)) (* (($ (-485) $) 119 (|has| |#1| (-21)) ELT) (($ |#1| $) 118 (|has| |#1| (-664)) ELT) (($ $ |#1|) 117 (|has| |#1| (-664)) ELT)) (-3959 (((-695) $) 100 T ELT)))
+(((-1179 |#1|) (-113) (-1130)) (T -1179))
+((-3841 (*1 *1 *1 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-25)))) (-3840 (*1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1179 *3)) (-4 *3 (-23)) (-4 *3 (-1130)))) (-3839 (*1 *1 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-21)))) (-3839 (*1 *1 *1 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-485)) (-4 *1 (-1179 *3)) (-4 *3 (-1130)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-664)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-664)))) (-3838 (*1 *2 *1 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-962)))) (-3837 (*1 *2 *1 *1) (-12 (-4 *1 (-1179 *3)) (-4 *3 (-1130)) (-4 *3 (-962)) (-5 *2 (-631 *3)))) (-3836 (*1 *1 *1 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-962)))) (-3835 (*1 *2 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-916)) (-4 *2 (-962)))) (-3834 (*1 *2 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-916)) (-4 *2 (-962)))))
+(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -3841 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -3840 ($ (-695))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -3839 ($ $)) (-15 -3839 ($ $ $)) (-15 * ($ (-485) $))) |%noBranch|) (IF (|has| |t#1| (-664)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-962)) (PROGN (-15 -3838 (|t#1| $ $)) (-15 -3837 ((-631 |t#1|) $ $)) (-15 -3836 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-916)) (IF (|has| |t#1| (-962)) (PROGN (-15 -3835 (|t#1| $)) (-15 -3834 (|t#1| $))) |%noBranch|) |%noBranch|)))
+(((-34) . T) ((-72) OR (|has| |#1| (-1014)) (|has| |#1| (-757)) (|has| |#1| (-72))) ((-553 (-773)) OR (|has| |#1| (-1014)) (|has| |#1| (-757)) (|has| |#1| (-553 (-773)))) ((-124 |#1|) . T) ((-554 (-474)) |has| |#1| (-554 (-474))) ((-241 (-485) |#1|) . T) ((-241 (-1147 (-485)) $) . T) ((-243 (-485) |#1|) . T) ((-260 |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-318 |#1|) . T) ((-324 |#1|) . T) ((-429 |#1|) . T) ((-539 (-485) |#1|) . T) ((-456 |#1| |#1|) -12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ((-13) . T) ((-594 |#1|) . T) ((-19 |#1|) . T) ((-757) |has| |#1| (-757)) ((-760) |has| |#1| (-757)) ((-1014) OR (|has| |#1| (-1014)) (|has| |#1| (-757))) ((-1036 |#1|) . T) ((-1130) . T))
+((-2570 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-3840 (($ (-695)) NIL (|has| |#1| (-23)) ELT)) (-3842 (($ (-584 |#1|)) 9 T ELT)) (-2199 (((-1186) $ (-485) (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-1736 (((-85) (-1 (-85) |#1| |#1|) $) NIL T ELT) (((-85) $) NIL (|has| |#1| (-757)) ELT)) (-1734 (($ (-1 (-85) |#1| |#1|) $) NIL (|has| $ (-1036 |#1|)) ELT) (($ $) NIL (-12 (|has| $ (-1036 |#1|)) (|has| |#1| (-757))) ELT)) (-2911 (($ (-1 (-85) |#1| |#1|) $) NIL T ELT) (($ $) NIL (|has| |#1| (-757)) ELT)) (-3790 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT) ((|#1| $ (-1147 (-485)) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3712 (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3726 (($) NIL T CONST)) (-2298 (($ $) NIL (|has| $ (-1036 |#1|)) ELT)) (-2299 (($ $) NIL T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-3408 (($ |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT) (($ (-1 (-85) |#1|) $) NIL (|has| $ (-318 |#1|)) ELT)) (-3844 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (|has| |#1| (-72)) ELT) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL T ELT) ((|#1| (-1 |#1| |#1| |#1|) $) NIL T ELT)) (-1577 ((|#1| $ (-485) |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-3114 ((|#1| $ (-485)) NIL T ELT)) (-3421 (((-485) (-1 (-85) |#1|) $) NIL T ELT) (((-485) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-485) |#1| $ (-485)) NIL (|has| |#1| (-72)) ELT)) (-3837 (((-631 |#1|) $ $) NIL (|has| |#1| (-962)) ELT)) (-3616 (($ (-695) |#1|) NIL T ELT)) (-2201 (((-485) $) NIL (|has| (-485) (-757)) ELT)) (-2533 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3520 (($ (-1 (-85) |#1| |#1|) $ $) NIL T ELT) (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-2610 (((-584 |#1|) $) 15 T ELT)) (-3247 (((-85) |#1| $) NIL (|has| |#1| (-72)) ELT)) (-2202 (((-485) $) 11 (|has| (-485) (-757)) ELT)) (-2859 (($ $ $) NIL (|has| |#1| (-757)) ELT)) (-3328 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT) (($ (-1 |#1| |#1| |#1|) $ $) NIL T ELT)) (-3834 ((|#1| $) NIL (-12 (|has| |#1| (-916)) (|has| |#1| (-962))) ELT)) (-3835 ((|#1| $) NIL (-12 (|has| |#1| (-916)) (|has| |#1| (-962))) ELT)) (-3244 (((-1074) $) NIL (|has| |#1| (-1014)) ELT)) (-2305 (($ |#1| $ (-485)) NIL T ELT) (($ $ $ (-485)) NIL T ELT)) (-2204 (((-584 (-485)) $) NIL T ELT)) (-2205 (((-85) (-485) $) NIL T ELT)) (-3245 (((-1034) $) NIL (|has| |#1| (-1014)) ELT)) (-3803 ((|#1| $) NIL (|has| (-485) (-757)) ELT)) (-1355 (((-3 |#1| "failed") (-1 (-85) |#1|) $) NIL T ELT)) (-2200 (($ $ |#1|) NIL (|has| $ (-1036 |#1|)) ELT)) (-1732 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-3770 (($ $ (-584 (-249 |#1|))) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-249 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT) (($ $ (-584 |#1|) (-584 |#1|)) NIL (-12 (|has| |#1| (-260 |#1|)) (|has| |#1| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-2203 (((-85) |#1| $) NIL (-12 (|has| $ (-318 |#1|)) (|has| |#1| (-72))) ELT)) (-2206 (((-584 |#1|) $) NIL T ELT)) (-3405 (((-85) $) NIL T ELT)) (-3567 (($) NIL T ELT)) (-3802 ((|#1| $ (-485) |#1|) NIL T ELT) ((|#1| $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-3838 ((|#1| $ $) NIL (|has| |#1| (-962)) ELT)) (-2306 (($ $ (-485)) NIL T ELT) (($ $ (-1147 (-485))) NIL T ELT)) (-3836 (($ $ $) NIL (|has| |#1| (-962)) ELT)) (-1731 (((-695) |#1| $) NIL (|has| |#1| (-72)) ELT) (((-695) (-1 (-85) |#1|) $) NIL T ELT)) (-1735 (($ $ $ (-485)) NIL (|has| $ (-1036 |#1|)) ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) 19 (|has| |#1| (-554 (-474))) ELT)) (-3532 (($ (-584 |#1|)) 8 T ELT)) (-3804 (($ $ |#1|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ $) NIL T ELT) (($ (-584 $)) NIL T ELT)) (-3948 (((-773) $) NIL (|has| |#1| (-553 (-773))) ELT)) (-1266 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-1733 (((-85) (-1 (-85) |#1|) $) NIL T ELT)) (-2568 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2569 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3058 (((-85) $ $) NIL (|has| |#1| (-72)) ELT)) (-2686 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-2687 (((-85) $ $) NIL (|has| |#1| (-757)) ELT)) (-3839 (($ $) NIL (|has| |#1| (-21)) ELT) (($ $ $) NIL (|has| |#1| (-21)) ELT)) (-3841 (($ $ $) NIL (|has| |#1| (-25)) ELT)) (* (($ (-485) $) NIL (|has| |#1| (-21)) ELT) (($ |#1| $) NIL (|has| |#1| (-664)) ELT) (($ $ |#1|) NIL (|has| |#1| (-664)) ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-1180 |#1|) (-13 (-1179 |#1|) (-10 -8 (-15 -3842 ($ (-584 |#1|))))) (-1130)) (T -1180))
+((-3842 (*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-1180 *3)))))
+((-3843 (((-1180 |#2|) (-1 |#2| |#1| |#2|) (-1180 |#1|) |#2|) 13 T ELT)) (-3844 ((|#2| (-1 |#2| |#1| |#2|) (-1180 |#1|) |#2|) 15 T ELT)) (-3960 (((-3 (-1180 |#2|) #1="failed") (-1 (-3 |#2| #1#) |#1|) (-1180 |#1|)) 30 T ELT) (((-1180 |#2|) (-1 |#2| |#1|) (-1180 |#1|)) 18 T ELT)))
+(((-1181 |#1| |#2|) (-10 -7 (-15 -3843 ((-1180 |#2|) (-1 |#2| |#1| |#2|) (-1180 |#1|) |#2|)) (-15 -3844 (|#2| (-1 |#2| |#1| |#2|) (-1180 |#1|) |#2|)) (-15 -3960 ((-1180 |#2|) (-1 |#2| |#1|) (-1180 |#1|))) (-15 -3960 ((-3 (-1180 |#2|) #1="failed") (-1 (-3 |#2| #1#) |#1|) (-1180 |#1|)))) (-1130) (-1130)) (T -1181))
+((-3960 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1180 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1180 *6)) (-5 *1 (-1181 *5 *6)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1180 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1180 *6)) (-5 *1 (-1181 *5 *6)))) (-3844 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1180 *5)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-1181 *5 *2)))) (-3843 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1180 *6)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-5 *2 (-1180 *5)) (-5 *1 (-1181 *6 *5)))))
+((-3845 (((-408) (-584 (-584 (-855 (-179)))) (-584 (-221))) 22 T ELT) (((-408) (-584 (-584 (-855 (-179))))) 21 T ELT) (((-408) (-584 (-584 (-855 (-179)))) (-784) (-784) (-831) (-584 (-221))) 20 T ELT)) (-3846 (((-1183) (-584 (-584 (-855 (-179)))) (-584 (-221))) 30 T ELT) (((-1183) (-584 (-584 (-855 (-179)))) (-784) (-784) (-831) (-584 (-221))) 29 T ELT)) (-3948 (((-1183) (-408)) 46 T ELT)))
+(((-1182) (-10 -7 (-15 -3845 ((-408) (-584 (-584 (-855 (-179)))) (-784) (-784) (-831) (-584 (-221)))) (-15 -3845 ((-408) (-584 (-584 (-855 (-179)))))) (-15 -3845 ((-408) (-584 (-584 (-855 (-179)))) (-584 (-221)))) (-15 -3846 ((-1183) (-584 (-584 (-855 (-179)))) (-784) (-784) (-831) (-584 (-221)))) (-15 -3846 ((-1183) (-584 (-584 (-855 (-179)))) (-584 (-221)))) (-15 -3948 ((-1183) (-408))))) (T -1182))
+((-3948 (*1 *2 *3) (-12 (-5 *3 (-408)) (-5 *2 (-1183)) (-5 *1 (-1182)))) (-3846 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *4 (-584 (-221))) (-5 *2 (-1183)) (-5 *1 (-1182)))) (-3846 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *4 (-784)) (-5 *5 (-831)) (-5 *6 (-584 (-221))) (-5 *2 (-1183)) (-5 *1 (-1182)))) (-3845 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *4 (-584 (-221))) (-5 *2 (-408)) (-5 *1 (-1182)))) (-3845 (*1 *2 *3) (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *2 (-408)) (-5 *1 (-1182)))) (-3845 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *4 (-784)) (-5 *5 (-831)) (-5 *6 (-584 (-221))) (-5 *2 (-408)) (-5 *1 (-1182)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3864 (((-1074) $ (-1074)) 107 T ELT) (((-1074) $ (-1074) (-1074)) 105 T ELT) (((-1074) $ (-1074) (-584 (-1074))) 104 T ELT)) (-3860 (($) 69 T ELT)) (-3847 (((-1186) $ (-408) (-831)) 54 T ELT)) (-3853 (((-1186) $ (-831) (-1074)) 89 T ELT) (((-1186) $ (-831) (-784)) 90 T ELT)) (-3875 (((-1186) $ (-831) (-330) (-330)) 57 T ELT)) (-3885 (((-1186) $ (-1074)) 84 T ELT)) (-3848 (((-1186) $ (-831) (-1074)) 94 T ELT)) (-3849 (((-1186) $ (-831) (-330) (-330)) 58 T ELT)) (-3886 (((-1186) $ (-831) (-831)) 55 T ELT)) (-3866 (((-1186) $) 85 T ELT)) (-3851 (((-1186) $ (-831) (-1074)) 93 T ELT)) (-3855 (((-1186) $ (-408) (-831)) 41 T ELT)) (-3852 (((-1186) $ (-831) (-1074)) 92 T ELT)) (-3888 (((-584 (-221)) $) 29 T ELT) (($ $ (-584 (-221))) 30 T ELT)) (-3887 (((-1186) $ (-695) (-695)) 52 T ELT)) (-3859 (($ $) 70 T ELT) (($ (-408) (-584 (-221))) 71 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3862 (((-485) $) 48 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3856 (((-1180 (-3 (-408) "undefined")) $) 47 T ELT)) (-3857 (((-1180 (-2 (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)) (|:| -3852 (-485)) (|:| -3850 (-485)) (|:| |spline| (-485)) (|:| -3881 (-485)) (|:| |axesColor| (-784)) (|:| -3853 (-485)) (|:| |unitsColor| (-784)) (|:| |showing| (-485)))) $) 46 T ELT)) (-3858 (((-1186) $ (-831) (-179) (-179) (-179) (-179) (-485) (-485) (-485) (-485) (-784) (-485) (-784) (-485)) 83 T ELT)) (-3861 (((-584 (-855 (-179))) $) NIL T ELT)) (-3854 (((-408) $ (-831)) 43 T ELT)) (-3884 (((-1186) $ (-695) (-695) (-831) (-831)) 50 T ELT)) (-3882 (((-1186) $ (-1074)) 95 T ELT)) (-3850 (((-1186) $ (-831) (-1074)) 91 T ELT)) (-3948 (((-773) $) 102 T ELT)) (-3863 (((-1186) $) 96 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3881 (((-1186) $ (-831) (-1074)) 87 T ELT) (((-1186) $ (-831) (-784)) 88 T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1183) (-13 (-1014) (-10 -8 (-15 -3861 ((-584 (-855 (-179))) $)) (-15 -3860 ($)) (-15 -3859 ($ $)) (-15 -3888 ((-584 (-221)) $)) (-15 -3888 ($ $ (-584 (-221)))) (-15 -3859 ($ (-408) (-584 (-221)))) (-15 -3858 ((-1186) $ (-831) (-179) (-179) (-179) (-179) (-485) (-485) (-485) (-485) (-784) (-485) (-784) (-485))) (-15 -3857 ((-1180 (-2 (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)) (|:| -3852 (-485)) (|:| -3850 (-485)) (|:| |spline| (-485)) (|:| -3881 (-485)) (|:| |axesColor| (-784)) (|:| -3853 (-485)) (|:| |unitsColor| (-784)) (|:| |showing| (-485)))) $)) (-15 -3856 ((-1180 (-3 (-408) "undefined")) $)) (-15 -3885 ((-1186) $ (-1074))) (-15 -3855 ((-1186) $ (-408) (-831))) (-15 -3854 ((-408) $ (-831))) (-15 -3881 ((-1186) $ (-831) (-1074))) (-15 -3881 ((-1186) $ (-831) (-784))) (-15 -3853 ((-1186) $ (-831) (-1074))) (-15 -3853 ((-1186) $ (-831) (-784))) (-15 -3852 ((-1186) $ (-831) (-1074))) (-15 -3851 ((-1186) $ (-831) (-1074))) (-15 -3850 ((-1186) $ (-831) (-1074))) (-15 -3882 ((-1186) $ (-1074))) (-15 -3863 ((-1186) $)) (-15 -3884 ((-1186) $ (-695) (-695) (-831) (-831))) (-15 -3849 ((-1186) $ (-831) (-330) (-330))) (-15 -3875 ((-1186) $ (-831) (-330) (-330))) (-15 -3848 ((-1186) $ (-831) (-1074))) (-15 -3887 ((-1186) $ (-695) (-695))) (-15 -3847 ((-1186) $ (-408) (-831))) (-15 -3886 ((-1186) $ (-831) (-831))) (-15 -3864 ((-1074) $ (-1074))) (-15 -3864 ((-1074) $ (-1074) (-1074))) (-15 -3864 ((-1074) $ (-1074) (-584 (-1074)))) (-15 -3866 ((-1186) $)) (-15 -3862 ((-485) $)) (-15 -3948 ((-773) $))))) (T -1183))
+((-3948 (*1 *2 *1) (-12 (-5 *2 (-773)) (-5 *1 (-1183)))) (-3861 (*1 *2 *1) (-12 (-5 *2 (-584 (-855 (-179)))) (-5 *1 (-1183)))) (-3860 (*1 *1) (-5 *1 (-1183))) (-3859 (*1 *1 *1) (-5 *1 (-1183))) (-3888 (*1 *2 *1) (-12 (-5 *2 (-584 (-221))) (-5 *1 (-1183)))) (-3888 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-221))) (-5 *1 (-1183)))) (-3859 (*1 *1 *2 *3) (-12 (-5 *2 (-408)) (-5 *3 (-584 (-221))) (-5 *1 (-1183)))) (-3858 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-831)) (-5 *4 (-179)) (-5 *5 (-485)) (-5 *6 (-784)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3857 (*1 *2 *1) (-12 (-5 *2 (-1180 (-2 (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)) (|:| -3852 (-485)) (|:| -3850 (-485)) (|:| |spline| (-485)) (|:| -3881 (-485)) (|:| |axesColor| (-784)) (|:| -3853 (-485)) (|:| |unitsColor| (-784)) (|:| |showing| (-485))))) (-5 *1 (-1183)))) (-3856 (*1 *2 *1) (-12 (-5 *2 (-1180 (-3 (-408) "undefined"))) (-5 *1 (-1183)))) (-3885 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3855 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-408)) (-5 *4 (-831)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3854 (*1 *2 *1 *3) (-12 (-5 *3 (-831)) (-5 *2 (-408)) (-5 *1 (-1183)))) (-3881 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3881 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-831)) (-5 *4 (-784)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3853 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3853 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-831)) (-5 *4 (-784)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3852 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3851 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3850 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3882 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3863 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3884 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-695)) (-5 *4 (-831)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3849 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-831)) (-5 *4 (-330)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3875 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-831)) (-5 *4 (-330)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3848 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3887 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3847 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-408)) (-5 *4 (-831)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3886 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3864 (*1 *2 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1183)))) (-3864 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1183)))) (-3864 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-584 (-1074))) (-5 *2 (-1074)) (-5 *1 (-1183)))) (-3866 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1183)))) (-3862 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1183)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3876 (((-1186) $ (-330)) 168 T ELT) (((-1186) $ (-330) (-330) (-330)) 169 T ELT)) (-3864 (((-1074) $ (-1074)) 177 T ELT) (((-1074) $ (-1074) (-1074)) 175 T ELT) (((-1074) $ (-1074) (-584 (-1074))) 174 T ELT)) (-3892 (($) 67 T ELT)) (-3883 (((-1186) $ (-330) (-330) (-330) (-330) (-330)) 140 T ELT) (((-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))) $) 138 T ELT) (((-1186) $ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) 139 T ELT) (((-1186) $ (-485) (-485) (-330) (-330) (-330)) 143 T ELT) (((-1186) $ (-330) (-330)) 144 T ELT) (((-1186) $ (-330) (-330) (-330)) 151 T ELT)) (-3895 (((-330)) 121 T ELT) (((-330) (-330)) 122 T ELT)) (-3897 (((-330)) 116 T ELT) (((-330) (-330)) 118 T ELT)) (-3896 (((-330)) 119 T ELT) (((-330) (-330)) 120 T ELT)) (-3893 (((-330)) 125 T ELT) (((-330) (-330)) 126 T ELT)) (-3894 (((-330)) 123 T ELT) (((-330) (-330)) 124 T ELT)) (-3875 (((-1186) $ (-330) (-330)) 170 T ELT)) (-3885 (((-1186) $ (-1074)) 152 T ELT)) (-3890 (((-1048 (-179)) $) 68 T ELT) (($ $ (-1048 (-179))) 69 T ELT)) (-3871 (((-1186) $ (-1074)) 186 T ELT)) (-3870 (((-1186) $ (-1074)) 187 T ELT)) (-3877 (((-1186) $ (-330) (-330)) 150 T ELT) (((-1186) $ (-485) (-485)) 167 T ELT)) (-3886 (((-1186) $ (-831) (-831)) 159 T ELT)) (-3866 (((-1186) $) 136 T ELT)) (-3874 (((-1186) $ (-1074)) 185 T ELT)) (-3879 (((-1186) $ (-1074)) 133 T ELT)) (-3888 (((-584 (-221)) $) 70 T ELT) (($ $ (-584 (-221))) 71 T ELT)) (-3887 (((-1186) $ (-695) (-695)) 158 T ELT)) (-3889 (((-1186) $ (-695) (-855 (-179))) 192 T ELT)) (-3891 (($ $) 73 T ELT) (($ (-1048 (-179)) (-1074)) 74 T ELT) (($ (-1048 (-179)) (-584 (-221))) 75 T ELT)) (-3868 (((-1186) $ (-330) (-330) (-330)) 130 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3862 (((-485) $) 127 T ELT)) (-3867 (((-1186) $ (-330)) 172 T ELT)) (-3872 (((-1186) $ (-330)) 190 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3873 (((-1186) $ (-330)) 189 T ELT)) (-3878 (((-1186) $ (-1074)) 135 T ELT)) (-3884 (((-1186) $ (-695) (-695) (-831) (-831)) 157 T ELT)) (-3880 (((-1186) $ (-1074)) 132 T ELT)) (-3882 (((-1186) $ (-1074)) 134 T ELT)) (-3865 (((-1186) $ (-130) (-130)) 156 T ELT)) (-3948 (((-773) $) 165 T ELT)) (-3863 (((-1186) $) 137 T ELT)) (-3869 (((-1186) $ (-1074)) 188 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3881 (((-1186) $ (-1074)) 131 T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1184) (-13 (-1014) (-10 -8 (-15 -3897 ((-330))) (-15 -3897 ((-330) (-330))) (-15 -3896 ((-330))) (-15 -3896 ((-330) (-330))) (-15 -3895 ((-330))) (-15 -3895 ((-330) (-330))) (-15 -3894 ((-330))) (-15 -3894 ((-330) (-330))) (-15 -3893 ((-330))) (-15 -3893 ((-330) (-330))) (-15 -3892 ($)) (-15 -3891 ($ $)) (-15 -3891 ($ (-1048 (-179)) (-1074))) (-15 -3891 ($ (-1048 (-179)) (-584 (-221)))) (-15 -3890 ((-1048 (-179)) $)) (-15 -3890 ($ $ (-1048 (-179)))) (-15 -3889 ((-1186) $ (-695) (-855 (-179)))) (-15 -3888 ((-584 (-221)) $)) (-15 -3888 ($ $ (-584 (-221)))) (-15 -3887 ((-1186) $ (-695) (-695))) (-15 -3886 ((-1186) $ (-831) (-831))) (-15 -3885 ((-1186) $ (-1074))) (-15 -3884 ((-1186) $ (-695) (-695) (-831) (-831))) (-15 -3883 ((-1186) $ (-330) (-330) (-330) (-330) (-330))) (-15 -3883 ((-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))) $)) (-15 -3883 ((-1186) $ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179))))) (-15 -3883 ((-1186) $ (-485) (-485) (-330) (-330) (-330))) (-15 -3883 ((-1186) $ (-330) (-330))) (-15 -3883 ((-1186) $ (-330) (-330) (-330))) (-15 -3882 ((-1186) $ (-1074))) (-15 -3881 ((-1186) $ (-1074))) (-15 -3880 ((-1186) $ (-1074))) (-15 -3879 ((-1186) $ (-1074))) (-15 -3878 ((-1186) $ (-1074))) (-15 -3877 ((-1186) $ (-330) (-330))) (-15 -3877 ((-1186) $ (-485) (-485))) (-15 -3876 ((-1186) $ (-330))) (-15 -3876 ((-1186) $ (-330) (-330) (-330))) (-15 -3875 ((-1186) $ (-330) (-330))) (-15 -3874 ((-1186) $ (-1074))) (-15 -3873 ((-1186) $ (-330))) (-15 -3872 ((-1186) $ (-330))) (-15 -3871 ((-1186) $ (-1074))) (-15 -3870 ((-1186) $ (-1074))) (-15 -3869 ((-1186) $ (-1074))) (-15 -3868 ((-1186) $ (-330) (-330) (-330))) (-15 -3867 ((-1186) $ (-330))) (-15 -3866 ((-1186) $)) (-15 -3865 ((-1186) $ (-130) (-130))) (-15 -3864 ((-1074) $ (-1074))) (-15 -3864 ((-1074) $ (-1074) (-1074))) (-15 -3864 ((-1074) $ (-1074) (-584 (-1074)))) (-15 -3863 ((-1186) $)) (-15 -3862 ((-485) $))))) (T -1184))
+((-3897 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))) (-3897 (*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))) (-3896 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))) (-3896 (*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))) (-3895 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))) (-3895 (*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))) (-3894 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))) (-3894 (*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))) (-3893 (*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))) (-3893 (*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))) (-3892 (*1 *1) (-5 *1 (-1184))) (-3891 (*1 *1 *1) (-5 *1 (-1184))) (-3891 (*1 *1 *2 *3) (-12 (-5 *2 (-1048 (-179))) (-5 *3 (-1074)) (-5 *1 (-1184)))) (-3891 (*1 *1 *2 *3) (-12 (-5 *2 (-1048 (-179))) (-5 *3 (-584 (-221))) (-5 *1 (-1184)))) (-3890 (*1 *2 *1) (-12 (-5 *2 (-1048 (-179))) (-5 *1 (-1184)))) (-3890 (*1 *1 *1 *2) (-12 (-5 *2 (-1048 (-179))) (-5 *1 (-1184)))) (-3889 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-695)) (-5 *4 (-855 (-179))) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3888 (*1 *2 *1) (-12 (-5 *2 (-584 (-221))) (-5 *1 (-1184)))) (-3888 (*1 *1 *1 *2) (-12 (-5 *2 (-584 (-221))) (-5 *1 (-1184)))) (-3887 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3886 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3885 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3884 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-695)) (-5 *4 (-831)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3883 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3883 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) (-5 *1 (-1184)))) (-3883 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179)) (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179)) (|:| |deltaX| (-179)) (|:| |deltaY| (-179)))) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3883 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-485)) (-5 *4 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3883 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3883 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3882 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3881 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3880 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3879 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3878 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3877 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3877 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-485)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3876 (*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3876 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3875 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3874 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3873 (*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3872 (*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3871 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3870 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3869 (*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3868 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3867 (*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3866 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3865 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-130)) (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3864 (*1 *2 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1184)))) (-3864 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1184)))) (-3864 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-584 (-1074))) (-5 *2 (-1074)) (-5 *1 (-1184)))) (-3863 (*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1184)))) (-3862 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1184)))))
+((-3906 (((-584 (-1074)) (-584 (-1074))) 103 T ELT) (((-584 (-1074))) 96 T ELT)) (-3907 (((-584 (-1074))) 94 T ELT)) (-3904 (((-584 (-831)) (-584 (-831))) 69 T ELT) (((-584 (-831))) 64 T ELT)) (-3903 (((-584 (-695)) (-584 (-695))) 61 T ELT) (((-584 (-695))) 55 T ELT)) (-3905 (((-1186)) 71 T ELT)) (-3909 (((-831) (-831)) 87 T ELT) (((-831)) 86 T ELT)) (-3908 (((-831) (-831)) 85 T ELT) (((-831)) 84 T ELT)) (-3901 (((-784) (-784)) 81 T ELT) (((-784)) 80 T ELT)) (-3911 (((-179)) 91 T ELT) (((-179) (-330)) 93 T ELT)) (-3910 (((-831)) 88 T ELT) (((-831) (-831)) 89 T ELT)) (-3902 (((-831) (-831)) 83 T ELT) (((-831)) 82 T ELT)) (-3898 (((-784) (-784)) 75 T ELT) (((-784)) 73 T ELT)) (-3899 (((-784) (-784)) 77 T ELT) (((-784)) 76 T ELT)) (-3900 (((-784) (-784)) 79 T ELT) (((-784)) 78 T ELT)))
+(((-1185) (-10 -7 (-15 -3898 ((-784))) (-15 -3898 ((-784) (-784))) (-15 -3899 ((-784))) (-15 -3899 ((-784) (-784))) (-15 -3900 ((-784))) (-15 -3900 ((-784) (-784))) (-15 -3901 ((-784))) (-15 -3901 ((-784) (-784))) (-15 -3902 ((-831))) (-15 -3902 ((-831) (-831))) (-15 -3903 ((-584 (-695)))) (-15 -3903 ((-584 (-695)) (-584 (-695)))) (-15 -3904 ((-584 (-831)))) (-15 -3904 ((-584 (-831)) (-584 (-831)))) (-15 -3905 ((-1186))) (-15 -3906 ((-584 (-1074)))) (-15 -3906 ((-584 (-1074)) (-584 (-1074)))) (-15 -3907 ((-584 (-1074)))) (-15 -3908 ((-831))) (-15 -3909 ((-831))) (-15 -3908 ((-831) (-831))) (-15 -3909 ((-831) (-831))) (-15 -3910 ((-831) (-831))) (-15 -3910 ((-831))) (-15 -3911 ((-179) (-330))) (-15 -3911 ((-179))))) (T -1185))
+((-3911 (*1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-1185)))) (-3911 (*1 *2 *3) (-12 (-5 *3 (-330)) (-5 *2 (-179)) (-5 *1 (-1185)))) (-3910 (*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))) (-3910 (*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))) (-3909 (*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))) (-3908 (*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))) (-3909 (*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))) (-3908 (*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))) (-3907 (*1 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1185)))) (-3906 (*1 *2 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1185)))) (-3906 (*1 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1185)))) (-3905 (*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1185)))) (-3904 (*1 *2 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-1185)))) (-3904 (*1 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-1185)))) (-3903 (*1 *2 *2) (-12 (-5 *2 (-584 (-695))) (-5 *1 (-1185)))) (-3903 (*1 *2) (-12 (-5 *2 (-584 (-695))) (-5 *1 (-1185)))) (-3902 (*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))) (-3902 (*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))) (-3901 (*1 *2 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))) (-3901 (*1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))) (-3900 (*1 *2 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))) (-3900 (*1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))) (-3899 (*1 *2 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))) (-3899 (*1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))) (-3898 (*1 *2 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))) (-3898 (*1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))))
+((-3912 (($) 6 T ELT)) (-3948 (((-773) $) 9 T ELT)))
+(((-1186) (-13 (-553 (-773)) (-10 -8 (-15 -3912 ($))))) (T -1186))
+((-3912 (*1 *1) (-5 *1 (-1186))))
+((-3951 (($ $ |#2|) 10 T ELT)))
+(((-1187 |#1| |#2|) (-10 -7 (-15 -3951 (|#1| |#1| |#2|))) (-1188 |#2|) (-312)) (T -1187))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-1215 (((-85) $ $) 20 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3913 (((-107)) 39 T ELT)) (-3948 (((-773) $) 13 T ELT)) (-1266 (((-85) $ $) 6 T ELT)) (-2662 (($) 24 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ |#1|) 40 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ |#1| $) 33 T ELT) (($ $ |#1|) 37 T ELT)))
+(((-1188 |#1|) (-113) (-312)) (T -1188))
+((-3951 (*1 *1 *1 *2) (-12 (-4 *1 (-1188 *2)) (-4 *2 (-312)))) (-3913 (*1 *2) (-12 (-4 *1 (-1188 *3)) (-4 *3 (-312)) (-5 *2 (-107)))))
+(-13 (-655 |t#1|) (-10 -8 (-15 -3951 ($ $ |t#1|)) (-15 -3913 ((-107)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-591 |#1|) . T) ((-583 |#1|) . T) ((-655 |#1|) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-1014) . T) ((-1130) . T))
+((-3918 (((-584 (-1123 |#1|)) (-1091) (-1123 |#1|)) 83 T ELT)) (-3916 (((-1070 (-1070 (-858 |#1|))) (-1091) (-1070 (-858 |#1|))) 63 T ELT)) (-3919 (((-1 (-1070 (-1123 |#1|)) (-1070 (-1123 |#1|))) (-695) (-1123 |#1|) (-1070 (-1123 |#1|))) 74 T ELT)) (-3914 (((-1 (-1070 (-858 |#1|)) (-1070 (-858 |#1|))) (-695)) 65 T ELT)) (-3917 (((-1 (-1086 (-858 |#1|)) (-858 |#1|)) (-1091)) 32 T ELT)) (-3915 (((-1 (-1070 (-858 |#1|)) (-1070 (-858 |#1|))) (-695)) 64 T ELT)))
+(((-1189 |#1|) (-10 -7 (-15 -3914 ((-1 (-1070 (-858 |#1|)) (-1070 (-858 |#1|))) (-695))) (-15 -3915 ((-1 (-1070 (-858 |#1|)) (-1070 (-858 |#1|))) (-695))) (-15 -3916 ((-1070 (-1070 (-858 |#1|))) (-1091) (-1070 (-858 |#1|)))) (-15 -3917 ((-1 (-1086 (-858 |#1|)) (-858 |#1|)) (-1091))) (-15 -3918 ((-584 (-1123 |#1|)) (-1091) (-1123 |#1|))) (-15 -3919 ((-1 (-1070 (-1123 |#1|)) (-1070 (-1123 |#1|))) (-695) (-1123 |#1|) (-1070 (-1123 |#1|))))) (-312)) (T -1189))
+((-3919 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-695)) (-4 *6 (-312)) (-5 *4 (-1123 *6)) (-5 *2 (-1 (-1070 *4) (-1070 *4))) (-5 *1 (-1189 *6)) (-5 *5 (-1070 *4)))) (-3918 (*1 *2 *3 *4) (-12 (-5 *3 (-1091)) (-4 *5 (-312)) (-5 *2 (-584 (-1123 *5))) (-5 *1 (-1189 *5)) (-5 *4 (-1123 *5)))) (-3917 (*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1 (-1086 (-858 *4)) (-858 *4))) (-5 *1 (-1189 *4)) (-4 *4 (-312)))) (-3916 (*1 *2 *3 *4) (-12 (-5 *3 (-1091)) (-4 *5 (-312)) (-5 *2 (-1070 (-1070 (-858 *5)))) (-5 *1 (-1189 *5)) (-5 *4 (-1070 (-858 *5))))) (-3915 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1 (-1070 (-858 *4)) (-1070 (-858 *4)))) (-5 *1 (-1189 *4)) (-4 *4 (-312)))) (-3914 (*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1 (-1070 (-858 *4)) (-1070 (-858 *4)))) (-5 *1 (-1189 *4)) (-4 *4 (-312)))))
+((-3921 (((-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|))) |#2|) 80 T ELT)) (-3920 (((-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|)))) 79 T ELT)))
+(((-1190 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3920 ((-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|))))) (-15 -3921 ((-2 (|:| -2013 (-631 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-631 |#2|))) |#2|))) (-299) (-1156 |#1|) (-1156 |#2|) (-353 |#2| |#3|)) (T -1190))
+((-3921 (*1 *2 *3) (-12 (-4 *4 (-299)) (-4 *3 (-1156 *4)) (-4 *5 (-1156 *3)) (-5 *2 (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3)))) (-5 *1 (-1190 *4 *3 *5 *6)) (-4 *6 (-353 *3 *5)))) (-3920 (*1 *2) (-12 (-4 *3 (-299)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 *4)) (-5 *2 (-2 (|:| -2013 (-631 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-631 *4)))) (-5 *1 (-1190 *3 *4 *5 *6)) (-4 *6 (-353 *4 *5)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3922 (((-1050) $) 12 T ELT)) (-3923 (((-1050) $) 10 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 18 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1191) (-13 (-996) (-10 -8 (-15 -3923 ((-1050) $)) (-15 -3922 ((-1050) $))))) (T -1191))
+((-3923 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1191)))) (-3922 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1191)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3924 (((-1050) $) 11 T ELT)) (-3948 (((-773) $) 17 T ELT) (($ (-1096)) NIL T ELT) (((-1096) $) NIL T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)))
+(((-1192) (-13 (-996) (-10 -8 (-15 -3924 ((-1050) $))))) (T -1192))
+((-3924 (*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1192)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 59 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 82 T ELT) (($ (-485)) NIL T ELT) (($ |#4|) 66 T ELT) ((|#4| $) 71 T ELT) (($ |#1|) NIL (|has| |#1| (-146)) ELT)) (-3128 (((-695)) NIL T CONST)) (-3925 (((-1186) (-695)) 16 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 36 T CONST)) (-2668 (($) 85 T CONST)) (-3058 (((-85) $ $) 88 T ELT)) (-3951 (((-3 $ #1#) $ $) NIL (|has| |#1| (-312)) ELT)) (-3839 (($ $) 90 T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 64 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 92 T ELT) (($ |#1| $) NIL (|has| |#1| (-146)) ELT) (($ $ |#1|) NIL (|has| |#1| (-146)) ELT)))
+(((-1193 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-962) (-430 |#4|) (-10 -8 (IF (|has| |#1| (-146)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-312)) (-15 -3951 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3925 ((-1186) (-695))))) (-962) (-757) (-718) (-862 |#1| |#3| |#2|) (-584 |#2|) (-584 (-695)) (-695)) (T -1193))
+((-3951 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-312)) (-4 *2 (-962)) (-4 *3 (-757)) (-4 *4 (-718)) (-14 *6 (-584 *3)) (-5 *1 (-1193 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-862 *2 *4 *3)) (-14 *7 (-584 (-695))) (-14 *8 (-695)))) (-3925 (*1 *2 *3) (-12 (-5 *3 (-695)) (-4 *4 (-962)) (-4 *5 (-757)) (-4 *6 (-718)) (-14 *8 (-584 *5)) (-5 *2 (-1186)) (-5 *1 (-1193 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-862 *4 *6 *5)) (-14 *9 (-584 *3)) (-14 *10 *3))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3683 (((-584 (-2 (|:| -3863 $) (|:| -1703 (-584 |#4|)))) (-584 |#4|)) NIL T ELT)) (-3684 (((-584 $) (-584 |#4|)) 95 T ELT)) (-3083 (((-584 |#3|) $) NIL T ELT)) (-2910 (((-85) $) NIL T ELT)) (-2901 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3695 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3690 ((|#4| |#4| $) NIL T ELT)) (-2911 (((-2 (|:| |under| $) (|:| -3132 $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (-3712 (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT) (((-3 |#4| #1="failed") $ |#3|) NIL T ELT)) (-3726 (($) NIL T CONST)) (-2906 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-2908 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2907 (((-85) $ $) NIL (|has| |#1| (-496)) ELT)) (-2909 (((-85) $) NIL (|has| |#1| (-496)) ELT)) (-3691 (((-584 |#4|) (-584 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) 31 T ELT)) (-2902 (((-584 |#4|) (-584 |#4|) $) 28 (|has| |#1| (-496)) ELT)) (-2903 (((-584 |#4|) (-584 |#4|) $) NIL (|has| |#1| (-496)) ELT)) (-3159 (((-3 $ #1#) (-584 |#4|)) NIL T ELT)) (-3158 (($ (-584 |#4|)) NIL T ELT)) (-3801 (((-3 $ #1#) $) 77 T ELT)) (-3687 ((|#4| |#4| $) 82 T ELT)) (-1354 (($ $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT)) (-3408 (($ |#4| $) NIL (-12 (|has| $ (-318 |#4|)) (|has| |#4| (-72))) ELT) (($ (-1 (-85) |#4|) $) NIL (|has| $ (-318 |#4|)) ELT)) (-2904 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-496)) ELT)) (-3696 (((-85) |#4| $ (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3685 ((|#4| |#4| $) NIL T ELT)) (-3844 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (|has| |#4| (-72)) ELT) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL T ELT) ((|#4| (-1 |#4| |#4| |#4|) $) NIL T ELT) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3698 (((-2 (|:| -3863 (-584 |#4|)) (|:| -1703 (-584 |#4|))) $) NIL T ELT)) (-3697 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3182 ((|#3| $) 83 T ELT)) (-2610 (((-584 |#4|) $) 32 T ELT)) (-3247 (((-85) |#4| $) NIL (|has| |#4| (-72)) ELT)) (-3928 (((-3 $ #1#) (-584 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|)) 35 T ELT) (((-3 $ #1#) (-584 |#4|)) 38 T ELT)) (-3328 (($ (-1 |#4| |#4|) $) NIL T ELT)) (-3960 (($ (-1 |#4| |#4|) $) NIL T ELT)) (-2916 (((-584 |#3|) $) NIL T ELT)) (-2915 (((-85) |#3| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3800 (((-3 |#4| #1#) $) NIL T ELT)) (-3699 (((-584 |#4|) $) 53 T ELT)) (-3693 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3688 ((|#4| |#4| $) 81 T ELT)) (-3701 (((-85) $ $) 92 T ELT)) (-2905 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-496)) ELT)) (-3694 (((-85) |#4| $) NIL T ELT) (((-85) $) NIL T ELT)) (-3689 ((|#4| |#4| $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3803 (((-3 |#4| #1#) $) 76 T ELT)) (-1355 (((-3 |#4| #1#) (-1 (-85) |#4|) $) NIL T ELT)) (-3681 (((-3 $ #1#) $ |#4|) NIL T ELT)) (-3771 (($ $ |#4|) NIL T ELT)) (-1732 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3770 (($ $ (-584 |#4|) (-584 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-249 |#4|)) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT) (($ $ (-584 (-249 |#4|))) NIL (-12 (|has| |#4| (-260 |#4|)) (|has| |#4| (-1014))) ELT)) (-1223 (((-85) $ $) NIL T ELT)) (-3405 (((-85) $) 74 T ELT)) (-3567 (($) 45 T ELT)) (-3950 (((-695) $) NIL T ELT)) (-1731 (((-695) |#4| $) NIL (|has| |#4| (-72)) ELT) (((-695) (-1 (-85) |#4|) $) NIL T ELT)) (-3402 (($ $) NIL T ELT)) (-3974 (((-474) $) NIL (|has| |#4| (-554 (-474))) ELT)) (-3532 (($ (-584 |#4|)) NIL T ELT)) (-2912 (($ $ |#3|) NIL T ELT)) (-2914 (($ $ |#3|) NIL T ELT)) (-3686 (($ $) NIL T ELT)) (-2913 (($ $ |#3|) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (((-584 |#4|) $) 62 T ELT)) (-3680 (((-695) $) NIL (|has| |#3| (-320)) ELT)) (-3927 (((-3 $ #1#) (-584 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|)) 43 T ELT) (((-3 $ #1#) (-584 |#4|)) 44 T ELT)) (-3926 (((-584 $) (-584 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|)) 72 T ELT) (((-584 $) (-584 |#4|)) 73 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3700 (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4| |#4|)) 27 T ELT) (((-3 (-2 (|:| |bas| $) (|:| -3325 (-584 |#4|))) #1#) (-584 |#4|) (-1 (-85) |#4|) (-1 (-85) |#4| |#4|)) NIL T ELT)) (-3692 (((-85) $ (-1 (-85) |#4| (-584 |#4|))) NIL T ELT)) (-1733 (((-85) (-1 (-85) |#4|) $) NIL T ELT)) (-3682 (((-584 |#3|) $) NIL T ELT)) (-3935 (((-85) |#3| $) NIL T ELT)) (-3058 (((-85) $ $) NIL T ELT)) (-3959 (((-695) $) NIL T ELT)))
+(((-1194 |#1| |#2| |#3| |#4|) (-13 (-1125 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3928 ((-3 $ #1="failed") (-584 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3928 ((-3 $ #1#) (-584 |#4|))) (-15 -3927 ((-3 $ #1#) (-584 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3927 ((-3 $ #1#) (-584 |#4|))) (-15 -3926 ((-584 $) (-584 |#4|) (-1 (-85) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3926 ((-584 $) (-584 |#4|))))) (-496) (-718) (-757) (-978 |#1| |#2| |#3|)) (T -1194))
+((-3928 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-584 *8)) (-5 *3 (-1 (-85) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-1194 *5 *6 *7 *8)))) (-3928 (*1 *1 *2) (|partial| -12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-1194 *3 *4 *5 *6)))) (-3927 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-584 *8)) (-5 *3 (-1 (-85) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-1194 *5 *6 *7 *8)))) (-3927 (*1 *1 *2) (|partial| -12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-1194 *3 *4 *5 *6)))) (-3926 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-584 *9)) (-5 *4 (-1 (-85) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-978 *6 *7 *8)) (-4 *6 (-496)) (-4 *7 (-718)) (-4 *8 (-757)) (-5 *2 (-584 (-1194 *6 *7 *8 *9))) (-5 *1 (-1194 *6 *7 *8 *9)))) (-3926 (*1 *2 *3) (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 (-1194 *4 *5 *6 *7))) (-5 *1 (-1194 *4 *5 *6 *7)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3726 (($) 23 T CONST)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#1|) 53 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| $) 54 T ELT)))
+(((-1195 |#1|) (-113) (-962)) (T -1195))
+NIL
+(-13 (-962) (-82 |t#1| |t#1|) (-556 |t#1|) (-10 -7 (IF (|has| |t#1| (-146)) (-6 (-38 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-146)) ((-72) . T) ((-82 |#1| |#1|) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-583 |#1|) |has| |#1| (-146)) ((-655 |#1|) |has| |#1| (-146)) ((-664) . T) ((-964 |#1|) . T) ((-969 |#1|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T))
+((-2570 (((-85) $ $) 69 T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3936 (((-584 |#1|) $) 54 T ELT)) (-3949 (($ $ (-695)) 47 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3937 (($ $ (-695)) 25 (|has| |#2| (-146)) ELT) (($ $ $) 26 (|has| |#2| (-146)) ELT)) (-3726 (($) NIL T CONST)) (-3941 (($ $ $) 72 T ELT) (($ $ (-740 |#1|)) 58 T ELT) (($ $ |#1|) 62 T ELT)) (-3159 (((-3 (-740 |#1|) #1#) $) NIL T ELT)) (-3158 (((-740 |#1|) $) NIL T ELT)) (-3961 (($ $) 40 T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3953 (((-85) $) NIL T ELT)) (-3952 (($ $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-3940 (($ (-740 |#1|) |#2|) 39 T ELT)) (-3938 (($ $) 41 T ELT)) (-3943 (((-2 (|:| |k| (-740 |#1|)) (|:| |c| |#2|)) $) 13 T ELT)) (-3957 (((-740 |#1|) $) NIL T ELT)) (-3958 (((-740 |#1|) $) 42 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3942 (($ $ $) 71 T ELT) (($ $ (-740 |#1|)) 60 T ELT) (($ $ |#1|) 64 T ELT)) (-1753 (((-2 (|:| |k| (-740 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-2896 (((-740 |#1|) $) 36 T ELT)) (-3176 ((|#2| $) 38 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3950 (((-695) $) 44 T ELT)) (-3955 (((-85) $) 48 T ELT)) (-3954 ((|#2| $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-740 |#1|)) 31 T ELT) (($ |#1|) 32 T ELT) (($ |#2|) NIL T ELT) (($ (-485)) NIL T ELT)) (-3819 (((-584 |#2|) $) NIL T ELT)) (-3679 ((|#2| $ (-740 |#1|)) NIL T ELT)) (-3956 ((|#2| $ $) 78 T ELT) ((|#2| $ (-740 |#1|)) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 14 T CONST)) (-2668 (($) 20 T CONST)) (-2667 (((-584 (-2 (|:| |k| (-740 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-3058 (((-85) $ $) 45 T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 29 T ELT)) (** (($ $ (-695)) NIL T ELT) (($ $ (-831)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ |#2| $) 28 T ELT) (($ $ |#2|) 70 T ELT) (($ |#2| (-740 |#1|)) NIL T ELT) (($ |#1| $) 34 T ELT) (($ $ $) NIL T ELT)))
+(((-1196 |#1| |#2|) (-13 (-335 |#2| (-740 |#1|)) (-1203 |#1| |#2|)) (-757) (-962)) (T -1196))
+NIL
+((-3944 ((|#3| |#3| (-695)) 28 T ELT)) (-3945 ((|#3| |#3| (-695)) 34 T ELT)) (-3929 ((|#3| |#3| |#3| (-695)) 35 T ELT)))
+(((-1197 |#1| |#2| |#3|) (-10 -7 (-15 -3945 (|#3| |#3| (-695))) (-15 -3944 (|#3| |#3| (-695))) (-15 -3929 (|#3| |#3| |#3| (-695)))) (-13 (-962) (-655 (-350 (-485)))) (-757) (-1203 |#2| |#1|)) (T -1197))
+((-3929 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-695)) (-4 *4 (-13 (-962) (-655 (-350 (-485))))) (-4 *5 (-757)) (-5 *1 (-1197 *4 *5 *2)) (-4 *2 (-1203 *5 *4)))) (-3944 (*1 *2 *2 *3) (-12 (-5 *3 (-695)) (-4 *4 (-13 (-962) (-655 (-350 (-485))))) (-4 *5 (-757)) (-5 *1 (-1197 *4 *5 *2)) (-4 *2 (-1203 *5 *4)))) (-3945 (*1 *2 *2 *3) (-12 (-5 *3 (-695)) (-4 *4 (-13 (-962) (-655 (-350 (-485))))) (-4 *5 (-757)) (-5 *1 (-1197 *4 *5 *2)) (-4 *2 (-1203 *5 *4)))))
+((-3934 (((-85) $) 15 T ELT)) (-3935 (((-85) $) 14 T ELT)) (-3930 (($ $) 19 T ELT) (($ $ (-695)) 21 T ELT)))
+(((-1198 |#1| |#2|) (-10 -7 (-15 -3930 (|#1| |#1| (-695))) (-15 -3930 (|#1| |#1|)) (-15 -3934 ((-85) |#1|)) (-15 -3935 ((-85) |#1|))) (-1199 |#2|) (-312)) (T -1198))
+NIL
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-2065 (((-2 (|:| -1776 $) (|:| -3984 $) (|:| |associate| $)) $) 55 T ELT)) (-2064 (($ $) 54 T ELT)) (-2062 (((-85) $) 52 T ELT)) (-3934 (((-85) $) 114 T ELT)) (-3931 (((-695)) 110 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3777 (($ $) 91 T ELT)) (-3973 (((-348 $) $) 90 T ELT)) (-1609 (((-85) $ $) 75 T ELT)) (-3726 (($) 23 T CONST)) (-3159 (((-3 |#1| "failed") $) 121 T ELT)) (-3158 ((|#1| $) 122 T ELT)) (-2566 (($ $ $) 71 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-2565 (($ $ $) 72 T ELT)) (-2743 (((-2 (|:| -3956 (-584 $)) (|:| -2410 $)) (-584 $)) 66 T ELT)) (-1768 (($ $ (-695)) 107 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT) (($ $) 106 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3725 (((-85) $) 89 T ELT)) (-3774 (((-744 (-831)) $) 104 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-1606 (((-3 (-584 $) #1="failed") (-584 $) $) 68 T ELT)) (-1895 (($ $ $) 60 T ELT) (($ (-584 $)) 59 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-2486 (($ $) 88 T ELT)) (-3933 (((-85) $) 113 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-2710 (((-1086 $) (-1086 $) (-1086 $)) 58 T ELT)) (-3146 (($ $ $) 62 T ELT) (($ (-584 $)) 61 T ELT)) (-3734 (((-348 $) $) 92 T ELT)) (-3932 (((-744 (-831))) 111 T ELT)) (-1607 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2410 $)) $ $) 70 T ELT) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) #1#) $ $ $) 69 T ELT)) (-3468 (((-3 $ "failed") $ $) 56 T ELT)) (-2742 (((-633 (-584 $)) (-584 $) $) 65 T ELT)) (-1608 (((-695) $) 74 T ELT)) (-2881 (((-2 (|:| -1973 $) (|:| -2904 $)) $ $) 73 T ELT)) (-1769 (((-3 (-695) "failed") $ $) 105 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3913 (((-107)) 119 T ELT)) (-3950 (((-744 (-831)) $) 112 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ $) 57 T ELT) (($ (-350 (-485))) 84 T ELT) (($ |#1|) 120 T ELT)) (-2704 (((-633 $) $) 103 (OR (|has| |#1| (-118)) (|has| |#1| (-320))) ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-2063 (((-85) $ $) 53 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-3935 (((-85) $) 115 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3930 (($ $) 109 (|has| |#1| (-320)) ELT) (($ $ (-695)) 108 (|has| |#1| (-320)) ELT)) (-3058 (((-85) $ $) 8 T ELT)) (-3951 (($ $ $) 83 T ELT) (($ $ |#1|) 118 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT) (($ $ (-485)) 87 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ $ (-350 (-485))) 86 T ELT) (($ (-350 (-485)) $) 85 T ELT) (($ $ |#1|) 117 T ELT) (($ |#1| $) 116 T ELT)))
+(((-1199 |#1|) (-113) (-312)) (T -1199))
+((-3935 (*1 *2 *1) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-85)))) (-3934 (*1 *2 *1) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-85)))) (-3933 (*1 *2 *1) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-85)))) (-3950 (*1 *2 *1) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-744 (-831))))) (-3932 (*1 *2) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-744 (-831))))) (-3931 (*1 *2) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-695)))) (-3930 (*1 *1 *1) (-12 (-4 *1 (-1199 *2)) (-4 *2 (-312)) (-4 *2 (-320)))) (-3930 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-4 *3 (-320)))))
+(-13 (-312) (-951 |t#1|) (-1188 |t#1|) (-10 -8 (IF (|has| |t#1| (-120)) (-6 (-120)) |%noBranch|) (IF (|has| |t#1| (-118)) (-6 (-345)) |%noBranch|) (-15 -3935 ((-85) $)) (-15 -3934 ((-85) $)) (-15 -3933 ((-85) $)) (-15 -3950 ((-744 (-831)) $)) (-15 -3932 ((-744 (-831)))) (-15 -3931 ((-695))) (IF (|has| |t#1| (-320)) (PROGN (-6 (-345)) (-15 -3930 ($ $)) (-15 -3930 ($ $ (-695)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 (-350 (-485))) . T) ((-38 $) . T) ((-72) . T) ((-82 (-350 (-485)) (-350 (-485))) . T) ((-82 |#1| |#1|) . T) ((-82 $ $) . T) ((-104) . T) ((-118) OR (|has| |#1| (-320)) (|has| |#1| (-118))) ((-120) |has| |#1| (-120)) ((-556 (-350 (-485))) . T) ((-556 (-485)) . T) ((-556 |#1|) . T) ((-556 $) . T) ((-553 (-773)) . T) ((-146) . T) ((-201) . T) ((-246) . T) ((-258) . T) ((-312) . T) ((-345) OR (|has| |#1| (-320)) (|has| |#1| (-118))) ((-392) . T) ((-496) . T) ((-13) . T) ((-589 (-350 (-485))) . T) ((-589 (-485)) . T) ((-589 |#1|) . T) ((-589 $) . T) ((-591 (-350 (-485))) . T) ((-591 |#1|) . T) ((-591 $) . T) ((-583 (-350 (-485))) . T) ((-583 |#1|) . T) ((-583 $) . T) ((-655 (-350 (-485))) . T) ((-655 |#1|) . T) ((-655 $) . T) ((-664) . T) ((-833) . T) ((-951 |#1|) . T) ((-964 (-350 (-485))) . T) ((-964 |#1|) . T) ((-964 $) . T) ((-969 (-350 (-485))) . T) ((-969 |#1|) . T) ((-969 $) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1135) . T) ((-1188 |#1|) . T))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3936 (((-584 |#1|) $) 55 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3937 (($ $ $) 58 (|has| |#2| (-146)) ELT) (($ $ (-695)) 57 (|has| |#2| (-146)) ELT)) (-3726 (($) 23 T CONST)) (-3941 (($ $ |#1|) 69 T ELT) (($ $ (-740 |#1|)) 68 T ELT) (($ $ $) 67 T ELT)) (-3159 (((-3 (-740 |#1|) "failed") $) 79 T ELT)) (-3158 (((-740 |#1|) $) 80 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3953 (((-85) $) 60 T ELT)) (-3952 (($ $) 59 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3939 (((-85) $) 65 T ELT)) (-3940 (($ (-740 |#1|) |#2|) 66 T ELT)) (-3938 (($ $) 64 T ELT)) (-3943 (((-2 (|:| |k| (-740 |#1|)) (|:| |c| |#2|)) $) 75 T ELT)) (-3957 (((-740 |#1|) $) 76 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) 56 T ELT)) (-3942 (($ $ |#1|) 72 T ELT) (($ $ (-740 |#1|)) 71 T ELT) (($ $ $) 70 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3955 (((-85) $) 62 T ELT)) (-3954 ((|#2| $) 61 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#2|) 83 T ELT) (($ (-740 |#1|)) 78 T ELT) (($ |#1|) 63 T ELT)) (-3956 ((|#2| $ (-740 |#1|)) 74 T ELT) ((|#2| $ $) 73 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ |#2| $) 82 T ELT) (($ $ |#2|) 81 T ELT) (($ |#1| $) 77 T ELT)))
+(((-1200 |#1| |#2|) (-113) (-757) (-962)) (T -1200))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-757)) (-4 *2 (-962)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))) (-3957 (*1 *2 *1) (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-740 *3)))) (-3943 (*1 *2 *1) (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-2 (|:| |k| (-740 *3)) (|:| |c| *4))))) (-3956 (*1 *2 *1 *3) (-12 (-5 *3 (-740 *4)) (-4 *1 (-1200 *4 *2)) (-4 *4 (-757)) (-4 *2 (-962)))) (-3956 (*1 *2 *1 *1) (-12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-757)) (-4 *2 (-962)))) (-3942 (*1 *1 *1 *2) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))) (-3942 (*1 *1 *1 *2) (-12 (-5 *2 (-740 *3)) (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)))) (-3942 (*1 *1 *1 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))) (-3941 (*1 *1 *1 *2) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))) (-3941 (*1 *1 *1 *2) (-12 (-5 *2 (-740 *3)) (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)))) (-3941 (*1 *1 *1 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))) (-3940 (*1 *1 *2 *3) (-12 (-5 *2 (-740 *4)) (-4 *4 (-757)) (-4 *1 (-1200 *4 *3)) (-4 *3 (-962)))) (-3939 (*1 *2 *1) (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-85)))) (-3938 (*1 *1 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))) (-3948 (*1 *1 *2) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))) (-3955 (*1 *2 *1) (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-85)))) (-3954 (*1 *2 *1) (-12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-757)) (-4 *2 (-962)))) (-3953 (*1 *2 *1) (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-85)))) (-3952 (*1 *1 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))) (-3937 (*1 *1 *1 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)) (-4 *3 (-146)))) (-3937 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-4 *4 (-146)))) (-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)))) (-3936 (*1 *2 *1) (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-584 *3)))))
+(-13 (-962) (-1195 |t#2|) (-951 (-740 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -3957 ((-740 |t#1|) $)) (-15 -3943 ((-2 (|:| |k| (-740 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -3956 (|t#2| $ (-740 |t#1|))) (-15 -3956 (|t#2| $ $)) (-15 -3942 ($ $ |t#1|)) (-15 -3942 ($ $ (-740 |t#1|))) (-15 -3942 ($ $ $)) (-15 -3941 ($ $ |t#1|)) (-15 -3941 ($ $ (-740 |t#1|))) (-15 -3941 ($ $ $)) (-15 -3940 ($ (-740 |t#1|) |t#2|)) (-15 -3939 ((-85) $)) (-15 -3938 ($ $)) (-15 -3948 ($ |t#1|)) (-15 -3955 ((-85) $)) (-15 -3954 (|t#2| $)) (-15 -3953 ((-85) $)) (-15 -3952 ($ $)) (IF (|has| |t#2| (-146)) (PROGN (-15 -3937 ($ $ $)) (-15 -3937 ($ $ (-695)))) |%noBranch|) (-15 -3960 ($ (-1 |t#2| |t#2|) $)) (-15 -3936 ((-584 |t#1|) $)) (IF (|has| |t#2| (-6 -3990)) (-6 -3990) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-146)) ((-72) . T) ((-82 |#2| |#2|) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 (-740 |#1|)) . T) ((-556 |#2|) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#2|) . T) ((-589 $) . T) ((-591 |#2|) . T) ((-591 $) . T) ((-583 |#2|) |has| |#2| (-146)) ((-655 |#2|) |has| |#2| (-146)) ((-664) . T) ((-951 (-740 |#1|)) . T) ((-964 |#2|) . T) ((-969 |#2|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1195 |#2|) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3936 (((-584 |#1|) $) 99 T ELT)) (-3949 (($ $ (-695)) 103 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3937 (($ $ $) NIL (|has| |#2| (-146)) ELT) (($ $ (-695)) NIL (|has| |#2| (-146)) ELT)) (-3726 (($) NIL T CONST)) (-3941 (($ $ |#1|) NIL T ELT) (($ $ (-740 |#1|)) NIL T ELT) (($ $ $) NIL T ELT)) (-3159 (((-3 (-740 |#1|) #1#) $) NIL T ELT) (((-3 (-804 |#1|) #1#) $) NIL T ELT)) (-3158 (((-740 |#1|) $) NIL T ELT) (((-804 |#1|) $) NIL T ELT)) (-3961 (($ $) 102 T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3953 (((-85) $) 90 T ELT)) (-3952 (($ $) 93 T ELT)) (-3946 (($ $ $ (-695)) 104 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-3940 (($ (-740 |#1|) |#2|) NIL T ELT) (($ (-804 |#1|) |#2|) 28 T ELT)) (-3938 (($ $) 120 T ELT)) (-3943 (((-2 (|:| |k| (-740 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-3957 (((-740 |#1|) $) NIL T ELT)) (-3958 (((-740 |#1|) $) NIL T ELT)) (-3960 (($ (-1 |#2| |#2|) $) NIL T ELT)) (-3942 (($ $ |#1|) NIL T ELT) (($ $ (-740 |#1|)) NIL T ELT) (($ $ $) NIL T ELT)) (-3944 (($ $ (-695)) 113 (|has| |#2| (-655 (-350 (-485)))) ELT)) (-1753 (((-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-2896 (((-804 |#1|) $) 84 T ELT)) (-3176 ((|#2| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3945 (($ $ (-695)) 110 (|has| |#2| (-655 (-350 (-485)))) ELT)) (-3950 (((-695) $) 100 T ELT)) (-3955 (((-85) $) 85 T ELT)) (-3954 ((|#2| $) 88 T ELT)) (-3948 (((-773) $) 70 T ELT) (($ (-485)) NIL T ELT) (($ |#2|) 59 T ELT) (($ (-740 |#1|)) NIL T ELT) (($ |#1|) 72 T ELT) (($ (-804 |#1|)) NIL T ELT) (($ (-607 |#1| |#2|)) 47 T ELT) (((-1196 |#1| |#2|) $) 77 T ELT) (((-1205 |#1| |#2|) $) 82 T ELT)) (-3819 (((-584 |#2|) $) NIL T ELT)) (-3679 ((|#2| $ (-804 |#1|)) NIL T ELT)) (-3956 ((|#2| $ (-740 |#1|)) NIL T ELT) ((|#2| $ $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 21 T CONST)) (-2668 (($) 27 T CONST)) (-2667 (((-584 (-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|))) $) NIL T ELT)) (-3947 (((-3 (-607 |#1| |#2|) #1#) $) 119 T ELT)) (-3058 (((-85) $ $) 78 T ELT)) (-3839 (($ $) 112 T ELT) (($ $ $) 111 T ELT)) (-3841 (($ $ $) 20 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 48 T ELT) (($ |#2| $) 19 T ELT) (($ $ |#2|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ |#2| (-804 |#1|)) NIL T ELT)))
+(((-1201 |#1| |#2|) (-13 (-1203 |#1| |#2|) (-335 |#2| (-804 |#1|)) (-10 -8 (-15 -3948 ($ (-607 |#1| |#2|))) (-15 -3948 ((-1196 |#1| |#2|) $)) (-15 -3948 ((-1205 |#1| |#2|) $)) (-15 -3947 ((-3 (-607 |#1| |#2|) "failed") $)) (-15 -3946 ($ $ $ (-695))) (IF (|has| |#2| (-655 (-350 (-485)))) (PROGN (-15 -3945 ($ $ (-695))) (-15 -3944 ($ $ (-695)))) |%noBranch|))) (-757) (-146)) (T -1201))
+((-3948 (*1 *1 *2) (-12 (-5 *2 (-607 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)) (-5 *1 (-1201 *3 *4)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-1196 *3 *4)) (-5 *1 (-1201 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-1205 *3 *4)) (-5 *1 (-1201 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)))) (-3947 (*1 *2 *1) (|partial| -12 (-5 *2 (-607 *3 *4)) (-5 *1 (-1201 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)))) (-3946 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-1201 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)))) (-3945 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-1201 *3 *4)) (-4 *4 (-655 (-350 (-485)))) (-4 *3 (-757)) (-4 *4 (-146)))) (-3944 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-1201 *3 *4)) (-4 *4 (-655 (-350 (-485)))) (-4 *3 (-757)) (-4 *4 (-146)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3936 (((-584 (-1091)) $) NIL T ELT)) (-3964 (($ (-1196 (-1091) |#1|)) NIL T ELT)) (-3949 (($ $ (-695)) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3937 (($ $ $) NIL (|has| |#1| (-146)) ELT) (($ $ (-695)) NIL (|has| |#1| (-146)) ELT)) (-3726 (($) NIL T CONST)) (-3941 (($ $ (-1091)) NIL T ELT) (($ $ (-740 (-1091))) NIL T ELT) (($ $ $) NIL T ELT)) (-3159 (((-3 (-740 (-1091)) #1#) $) NIL T ELT)) (-3158 (((-740 (-1091)) $) NIL T ELT)) (-3469 (((-3 $ #1#) $) NIL T ELT)) (-3953 (((-85) $) NIL T ELT)) (-3952 (($ $) NIL T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-3940 (($ (-740 (-1091)) |#1|) NIL T ELT)) (-3938 (($ $) NIL T ELT)) (-3943 (((-2 (|:| |k| (-740 (-1091))) (|:| |c| |#1|)) $) NIL T ELT)) (-3957 (((-740 (-1091)) $) NIL T ELT)) (-3958 (((-740 (-1091)) $) NIL T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-3942 (($ $ (-1091)) NIL T ELT) (($ $ (-740 (-1091))) NIL T ELT) (($ $ $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3965 (((-1196 (-1091) |#1|) $) NIL T ELT)) (-3950 (((-695) $) NIL T ELT)) (-3955 (((-85) $) NIL T ELT)) (-3954 ((|#1| $) NIL T ELT)) (-3948 (((-773) $) NIL T ELT) (($ (-485)) NIL T ELT) (($ |#1|) NIL T ELT) (($ (-740 (-1091))) NIL T ELT) (($ (-1091)) NIL T ELT)) (-3956 ((|#1| $ (-740 (-1091))) NIL T ELT) ((|#1| $ $) NIL T ELT)) (-3128 (((-695)) NIL T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) NIL T CONST)) (-3963 (((-584 (-2 (|:| |k| (-1091)) (|:| |c| $))) $) NIL T ELT)) (-2668 (($) NIL T CONST)) (-3058 (((-85) $ $) NIL T ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) NIL T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) NIL T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) NIL T ELT) (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ (-1091) $) NIL T ELT)))
+(((-1202 |#1|) (-13 (-1203 (-1091) |#1|) (-10 -8 (-15 -3965 ((-1196 (-1091) |#1|) $)) (-15 -3964 ($ (-1196 (-1091) |#1|))) (-15 -3963 ((-584 (-2 (|:| |k| (-1091)) (|:| |c| $))) $)))) (-962)) (T -1202))
+((-3965 (*1 *2 *1) (-12 (-5 *2 (-1196 (-1091) *3)) (-5 *1 (-1202 *3)) (-4 *3 (-962)))) (-3964 (*1 *1 *2) (-12 (-5 *2 (-1196 (-1091) *3)) (-4 *3 (-962)) (-5 *1 (-1202 *3)))) (-3963 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| |k| (-1091)) (|:| |c| (-1202 *3))))) (-5 *1 (-1202 *3)) (-4 *3 (-962)))))
+((-2570 (((-85) $ $) 7 T ELT)) (-3190 (((-85) $) 22 T ELT)) (-3936 (((-584 |#1|) $) 55 T ELT)) (-3949 (($ $ (-695)) 89 T ELT)) (-1313 (((-3 $ "failed") $ $) 26 T ELT)) (-3937 (($ $ $) 58 (|has| |#2| (-146)) ELT) (($ $ (-695)) 57 (|has| |#2| (-146)) ELT)) (-3726 (($) 23 T CONST)) (-3941 (($ $ |#1|) 69 T ELT) (($ $ (-740 |#1|)) 68 T ELT) (($ $ $) 67 T ELT)) (-3159 (((-3 (-740 |#1|) "failed") $) 79 T ELT)) (-3158 (((-740 |#1|) $) 80 T ELT)) (-3469 (((-3 $ "failed") $) 42 T ELT)) (-3953 (((-85) $) 60 T ELT)) (-3952 (($ $) 59 T ELT)) (-1215 (((-85) $ $) 20 T ELT)) (-2411 (((-85) $) 44 T ELT)) (-3939 (((-85) $) 65 T ELT)) (-3940 (($ (-740 |#1|) |#2|) 66 T ELT)) (-3938 (($ $) 64 T ELT)) (-3943 (((-2 (|:| |k| (-740 |#1|)) (|:| |c| |#2|)) $) 75 T ELT)) (-3957 (((-740 |#1|) $) 76 T ELT)) (-3958 (((-740 |#1|) $) 91 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) 56 T ELT)) (-3942 (($ $ |#1|) 72 T ELT) (($ $ (-740 |#1|)) 71 T ELT) (($ $ $) 70 T ELT)) (-3244 (((-1074) $) 11 T ELT)) (-3245 (((-1034) $) 12 T ELT)) (-3950 (((-695) $) 90 T ELT)) (-3955 (((-85) $) 62 T ELT)) (-3954 ((|#2| $) 61 T ELT)) (-3948 (((-773) $) 13 T ELT) (($ (-485)) 41 T ELT) (($ |#2|) 83 T ELT) (($ (-740 |#1|)) 78 T ELT) (($ |#1|) 63 T ELT)) (-3956 ((|#2| $ (-740 |#1|)) 74 T ELT) ((|#2| $ $) 73 T ELT)) (-3128 (((-695)) 40 T CONST)) (-1266 (((-85) $ $) 6 T ELT)) (-3127 (((-85) $ $) 33 T ELT)) (-2662 (($) 24 T CONST)) (-2668 (($) 45 T CONST)) (-3058 (((-85) $ $) 8 T ELT)) (-3839 (($ $) 29 T ELT) (($ $ $) 28 T ELT)) (-3841 (($ $ $) 18 T ELT)) (** (($ $ (-831)) 35 T ELT) (($ $ (-695)) 43 T ELT)) (* (($ (-831) $) 17 T ELT) (($ (-695) $) 21 T ELT) (($ (-485) $) 30 T ELT) (($ $ $) 34 T ELT) (($ |#2| $) 82 T ELT) (($ $ |#2|) 81 T ELT) (($ |#1| $) 77 T ELT)))
+(((-1203 |#1| |#2|) (-113) (-757) (-962)) (T -1203))
+((-3958 (*1 *2 *1) (-12 (-4 *1 (-1203 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-740 *3)))) (-3950 (*1 *2 *1) (-12 (-4 *1 (-1203 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-695)))) (-3949 (*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1203 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)))))
+(-13 (-1200 |t#1| |t#2|) (-10 -8 (-15 -3958 ((-740 |t#1|) $)) (-15 -3950 ((-695) $)) (-15 -3949 ($ $ (-695)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-146)) ((-72) . T) ((-82 |#2| |#2|) . T) ((-104) . T) ((-556 (-485)) . T) ((-556 (-740 |#1|)) . T) ((-556 |#2|) . T) ((-553 (-773)) . T) ((-13) . T) ((-589 (-485)) . T) ((-589 |#2|) . T) ((-589 $) . T) ((-591 |#2|) . T) ((-591 $) . T) ((-583 |#2|) |has| |#2| (-146)) ((-655 |#2|) |has| |#2| (-146)) ((-664) . T) ((-951 (-740 |#1|)) . T) ((-964 |#2|) . T) ((-969 |#2|) . T) ((-962) . T) ((-971) . T) ((-1026) . T) ((-1062) . T) ((-1014) . T) ((-1130) . T) ((-1195 |#2|) . T) ((-1200 |#1| |#2|) . T))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) NIL T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3726 (($) NIL T CONST)) (-3159 (((-3 |#2| #1#) $) NIL T ELT)) (-3158 ((|#2| $) NIL T ELT)) (-3961 (($ $) NIL T ELT)) (-3469 (((-3 $ #1#) $) 43 T ELT)) (-3953 (((-85) $) 37 T ELT)) (-3952 (($ $) 38 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-2421 (((-695) $) NIL T ELT)) (-2823 (((-584 $) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-3940 (($ |#2| |#1|) NIL T ELT)) (-3957 ((|#2| $) 25 T ELT)) (-3958 ((|#2| $) 23 T ELT)) (-3960 (($ (-1 |#1| |#1|) $) NIL T ELT)) (-1753 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL T ELT)) (-2896 ((|#2| $) NIL T ELT)) (-3176 ((|#1| $) NIL T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3955 (((-85) $) 33 T ELT)) (-3954 ((|#1| $) 34 T ELT)) (-3948 (((-773) $) 66 T ELT) (($ (-485)) 47 T ELT) (($ |#1|) 42 T ELT) (($ |#2|) NIL T ELT)) (-3819 (((-584 |#1|) $) NIL T ELT)) (-3679 ((|#1| $ |#2|) NIL T ELT)) (-3956 ((|#1| $ |#2|) 29 T ELT)) (-3128 (((-695)) 14 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 30 T CONST)) (-2668 (($) 11 T CONST)) (-2667 (((-584 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL T ELT)) (-3058 (((-85) $ $) 31 T ELT)) (-3951 (($ $ |#1|) 68 (|has| |#1| (-312)) ELT)) (-3839 (($ $) NIL T ELT) (($ $ $) NIL T ELT)) (-3841 (($ $ $) 51 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 53 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) NIL T ELT) (($ $ $) 52 T ELT) (($ |#1| $) 48 T ELT) (($ $ |#1|) NIL T ELT) (($ |#1| |#2|) NIL T ELT)) (-3959 (((-695) $) 18 T ELT)))
+(((-1204 |#1| |#2|) (-13 (-962) (-1195 |#1|) (-335 |#1| |#2|) (-556 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -3959 ((-695) $)) (-15 -3958 (|#2| $)) (-15 -3957 (|#2| $)) (-15 -3961 ($ $)) (-15 -3956 (|#1| $ |#2|)) (-15 -3955 ((-85) $)) (-15 -3954 (|#1| $)) (-15 -3953 ((-85) $)) (-15 -3952 ($ $)) (-15 -3960 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-312)) (-15 -3951 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -3990)) (-6 -3990) |%noBranch|) (IF (|has| |#1| (-6 -3994)) (-6 -3994) |%noBranch|) (IF (|has| |#1| (-6 -3995)) (-6 -3995) |%noBranch|))) (-962) (-755)) (T -1204))
+((* (*1 *1 *1 *2) (-12 (-5 *1 (-1204 *2 *3)) (-4 *2 (-962)) (-4 *3 (-755)))) (-3961 (*1 *1 *1) (-12 (-5 *1 (-1204 *2 *3)) (-4 *2 (-962)) (-4 *3 (-755)))) (-3960 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-1204 *3 *4)) (-4 *4 (-755)))) (-3959 (*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-1204 *3 *4)) (-4 *3 (-962)) (-4 *4 (-755)))) (-3958 (*1 *2 *1) (-12 (-4 *2 (-755)) (-5 *1 (-1204 *3 *2)) (-4 *3 (-962)))) (-3957 (*1 *2 *1) (-12 (-4 *2 (-755)) (-5 *1 (-1204 *3 *2)) (-4 *3 (-962)))) (-3956 (*1 *2 *1 *3) (-12 (-4 *2 (-962)) (-5 *1 (-1204 *2 *3)) (-4 *3 (-755)))) (-3955 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1204 *3 *4)) (-4 *3 (-962)) (-4 *4 (-755)))) (-3954 (*1 *2 *1) (-12 (-4 *2 (-962)) (-5 *1 (-1204 *2 *3)) (-4 *3 (-755)))) (-3953 (*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1204 *3 *4)) (-4 *3 (-962)) (-4 *4 (-755)))) (-3952 (*1 *1 *1) (-12 (-5 *1 (-1204 *2 *3)) (-4 *2 (-962)) (-4 *3 (-755)))) (-3951 (*1 *1 *1 *2) (-12 (-5 *1 (-1204 *2 *3)) (-4 *2 (-312)) (-4 *2 (-962)) (-4 *3 (-755)))))
+((-2570 (((-85) $ $) 27 T ELT)) (-3190 (((-85) $) NIL T ELT)) (-3936 (((-584 |#1|) $) 132 T ELT)) (-3964 (($ (-1196 |#1| |#2|)) 50 T ELT)) (-3949 (($ $ (-695)) 38 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3937 (($ $ $) 54 (|has| |#2| (-146)) ELT) (($ $ (-695)) 52 (|has| |#2| (-146)) ELT)) (-3726 (($) NIL T CONST)) (-3941 (($ $ |#1|) 114 T ELT) (($ $ (-740 |#1|)) 115 T ELT) (($ $ $) 26 T ELT)) (-3159 (((-3 (-740 |#1|) #1#) $) NIL T ELT)) (-3158 (((-740 |#1|) $) NIL T ELT)) (-3469 (((-3 $ #1#) $) 122 T ELT)) (-3953 (((-85) $) 117 T ELT)) (-3952 (($ $) 118 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) NIL T ELT)) (-3939 (((-85) $) NIL T ELT)) (-3940 (($ (-740 |#1|) |#2|) 20 T ELT)) (-3938 (($ $) NIL T ELT)) (-3943 (((-2 (|:| |k| (-740 |#1|)) (|:| |c| |#2|)) $) NIL T ELT)) (-3957 (((-740 |#1|) $) 123 T ELT)) (-3958 (((-740 |#1|) $) 126 T ELT)) (-3960 (($ (-1 |#2| |#2|) $) 131 T ELT)) (-3942 (($ $ |#1|) 112 T ELT) (($ $ (-740 |#1|)) 113 T ELT) (($ $ $) 62 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3965 (((-1196 |#1| |#2|) $) 94 T ELT)) (-3950 (((-695) $) 129 T ELT)) (-3955 (((-85) $) 81 T ELT)) (-3954 ((|#2| $) 32 T ELT)) (-3948 (((-773) $) 73 T ELT) (($ (-485)) 87 T ELT) (($ |#2|) 85 T ELT) (($ (-740 |#1|)) 18 T ELT) (($ |#1|) 84 T ELT)) (-3956 ((|#2| $ (-740 |#1|)) 116 T ELT) ((|#2| $ $) 28 T ELT)) (-3128 (((-695)) 120 T CONST)) (-1266 (((-85) $ $) NIL T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 15 T CONST)) (-3963 (((-584 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 59 T ELT)) (-2668 (($) 33 T CONST)) (-3058 (((-85) $ $) 14 T ELT)) (-3839 (($ $) 98 T ELT) (($ $ $) 101 T ELT)) (-3841 (($ $ $) 61 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 55 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) 53 T ELT) (($ (-485) $) 106 T ELT) (($ $ $) 22 T ELT) (($ |#2| $) 19 T ELT) (($ $ |#2|) 21 T ELT) (($ |#1| $) 92 T ELT)))
+(((-1205 |#1| |#2|) (-13 (-1203 |#1| |#2|) (-10 -8 (-15 -3965 ((-1196 |#1| |#2|) $)) (-15 -3964 ($ (-1196 |#1| |#2|))) (-15 -3963 ((-584 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-757) (-962)) (T -1205))
+((-3965 (*1 *2 *1) (-12 (-5 *2 (-1196 *3 *4)) (-5 *1 (-1205 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)))) (-3964 (*1 *1 *2) (-12 (-5 *2 (-1196 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *1 (-1205 *3 *4)))) (-3963 (*1 *2 *1) (-12 (-5 *2 (-584 (-2 (|:| |k| *3) (|:| |c| (-1205 *3 *4))))) (-5 *1 (-1205 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3967 (($ (-584 (-831))) 11 T ELT)) (-3966 (((-885) $) 12 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3948 (((-773) $) 25 T ELT) (($ (-885)) 14 T ELT) (((-885) $) 13 T ELT)) (-1266 (((-85) $ $) NIL T ELT)) (-3058 (((-85) $ $) 17 T ELT)))
+(((-1206) (-13 (-1014) (-430 (-885)) (-10 -8 (-15 -3967 ($ (-584 (-831)))) (-15 -3966 ((-885) $))))) (T -1206))
+((-3967 (*1 *1 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-1206)))) (-3966 (*1 *2 *1) (-12 (-5 *2 (-885)) (-5 *1 (-1206)))))
+((-3968 (((-584 (-1070 |#1|)) (-1 (-584 (-1070 |#1|)) (-584 (-1070 |#1|))) (-485)) 16 T ELT) (((-1070 |#1|) (-1 (-1070 |#1|) (-1070 |#1|))) 13 T ELT)))
+(((-1207 |#1|) (-10 -7 (-15 -3968 ((-1070 |#1|) (-1 (-1070 |#1|) (-1070 |#1|)))) (-15 -3968 ((-584 (-1070 |#1|)) (-1 (-584 (-1070 |#1|)) (-584 (-1070 |#1|))) (-485)))) (-1130)) (T -1207))
+((-3968 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-584 (-1070 *5)) (-584 (-1070 *5)))) (-5 *4 (-485)) (-5 *2 (-584 (-1070 *5))) (-5 *1 (-1207 *5)) (-4 *5 (-1130)))) (-3968 (*1 *2 *3) (-12 (-5 *3 (-1 (-1070 *4) (-1070 *4))) (-5 *2 (-1070 *4)) (-5 *1 (-1207 *4)) (-4 *4 (-1130)))))
+((-3970 (((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|))) 174 T ELT) (((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)) (-85)) 173 T ELT) (((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)) (-85) (-85)) 172 T ELT) (((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)) (-85) (-85) (-85)) 171 T ELT) (((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-959 |#1| |#2|)) 156 T ELT)) (-3969 (((-584 (-959 |#1| |#2|)) (-584 (-858 |#1|))) 85 T ELT) (((-584 (-959 |#1| |#2|)) (-584 (-858 |#1|)) (-85)) 84 T ELT) (((-584 (-959 |#1| |#2|)) (-584 (-858 |#1|)) (-85) (-85)) 83 T ELT)) (-3973 (((-584 (-1061 |#1| (-470 (-774 |#3|)) (-774 |#3|) (-704 |#1| (-774 |#3|)))) (-959 |#1| |#2|)) 73 T ELT)) (-3971 (((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|))) 140 T ELT) (((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)) (-85)) 139 T ELT) (((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)) (-85) (-85)) 138 T ELT) (((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)) (-85) (-85) (-85)) 137 T ELT) (((-584 (-584 (-938 (-350 |#1|)))) (-959 |#1| |#2|)) 132 T ELT)) (-3972 (((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|))) 145 T ELT) (((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)) (-85)) 144 T ELT) (((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)) (-85) (-85)) 143 T ELT) (((-584 (-584 (-938 (-350 |#1|)))) (-959 |#1| |#2|)) 142 T ELT)) (-3974 (((-584 (-704 |#1| (-774 |#3|))) (-1061 |#1| (-470 (-774 |#3|)) (-774 |#3|) (-704 |#1| (-774 |#3|)))) 111 T ELT) (((-1086 (-938 (-350 |#1|))) (-1086 |#1|)) 102 T ELT) (((-858 (-938 (-350 |#1|))) (-704 |#1| (-774 |#3|))) 109 T ELT) (((-858 (-938 (-350 |#1|))) (-858 |#1|)) 107 T ELT) (((-704 |#1| (-774 |#3|)) (-704 |#1| (-774 |#2|))) 33 T ELT)))
+(((-1208 |#1| |#2| |#3|) (-10 -7 (-15 -3969 ((-584 (-959 |#1| |#2|)) (-584 (-858 |#1|)) (-85) (-85))) (-15 -3969 ((-584 (-959 |#1| |#2|)) (-584 (-858 |#1|)) (-85))) (-15 -3969 ((-584 (-959 |#1| |#2|)) (-584 (-858 |#1|)))) (-15 -3970 ((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-959 |#1| |#2|))) (-15 -3970 ((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)) (-85) (-85) (-85))) (-15 -3970 ((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)) (-85) (-85))) (-15 -3970 ((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)) (-85))) (-15 -3970 ((-584 (-2 (|:| -1751 (-1086 |#1|)) (|:| -3226 (-584 (-858 |#1|))))) (-584 (-858 |#1|)))) (-15 -3971 ((-584 (-584 (-938 (-350 |#1|)))) (-959 |#1| |#2|))) (-15 -3971 ((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)) (-85) (-85) (-85))) (-15 -3971 ((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)) (-85) (-85))) (-15 -3971 ((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)) (-85))) (-15 -3971 ((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)))) (-15 -3972 ((-584 (-584 (-938 (-350 |#1|)))) (-959 |#1| |#2|))) (-15 -3972 ((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)) (-85) (-85))) (-15 -3972 ((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)) (-85))) (-15 -3972 ((-584 (-584 (-938 (-350 |#1|)))) (-584 (-858 |#1|)))) (-15 -3973 ((-584 (-1061 |#1| (-470 (-774 |#3|)) (-774 |#3|) (-704 |#1| (-774 |#3|)))) (-959 |#1| |#2|))) (-15 -3974 ((-704 |#1| (-774 |#3|)) (-704 |#1| (-774 |#2|)))) (-15 -3974 ((-858 (-938 (-350 |#1|))) (-858 |#1|))) (-15 -3974 ((-858 (-938 (-350 |#1|))) (-704 |#1| (-774 |#3|)))) (-15 -3974 ((-1086 (-938 (-350 |#1|))) (-1086 |#1|))) (-15 -3974 ((-584 (-704 |#1| (-774 |#3|))) (-1061 |#1| (-470 (-774 |#3|)) (-774 |#3|) (-704 |#1| (-774 |#3|)))))) (-13 (-756) (-258) (-120) (-934)) (-584 (-1091)) (-584 (-1091))) (T -1208))
+((-3974 (*1 *2 *3) (-12 (-5 *3 (-1061 *4 (-470 (-774 *6)) (-774 *6) (-704 *4 (-774 *6)))) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-14 *6 (-584 (-1091))) (-5 *2 (-584 (-704 *4 (-774 *6)))) (-5 *1 (-1208 *4 *5 *6)) (-14 *5 (-584 (-1091))))) (-3974 (*1 *2 *3) (-12 (-5 *3 (-1086 *4)) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-1086 (-938 (-350 *4)))) (-5 *1 (-1208 *4 *5 *6)) (-14 *5 (-584 (-1091))) (-14 *6 (-584 (-1091))))) (-3974 (*1 *2 *3) (-12 (-5 *3 (-704 *4 (-774 *6))) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-14 *6 (-584 (-1091))) (-5 *2 (-858 (-938 (-350 *4)))) (-5 *1 (-1208 *4 *5 *6)) (-14 *5 (-584 (-1091))))) (-3974 (*1 *2 *3) (-12 (-5 *3 (-858 *4)) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-858 (-938 (-350 *4)))) (-5 *1 (-1208 *4 *5 *6)) (-14 *5 (-584 (-1091))) (-14 *6 (-584 (-1091))))) (-3974 (*1 *2 *3) (-12 (-5 *3 (-704 *4 (-774 *5))) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-14 *5 (-584 (-1091))) (-5 *2 (-704 *4 (-774 *6))) (-5 *1 (-1208 *4 *5 *6)) (-14 *6 (-584 (-1091))))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-959 *4 *5)) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-14 *5 (-584 (-1091))) (-5 *2 (-584 (-1061 *4 (-470 (-774 *6)) (-774 *6) (-704 *4 (-774 *6))))) (-5 *1 (-1208 *4 *5 *6)) (-14 *6 (-584 (-1091))))) (-3972 (*1 *2 *3) (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-584 (-938 (-350 *4))))) (-5 *1 (-1208 *4 *5 *6)) (-14 *5 (-584 (-1091))) (-14 *6 (-584 (-1091))))) (-3972 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-584 (-938 (-350 *5))))) (-5 *1 (-1208 *5 *6 *7)) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091))))) (-3972 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-584 (-938 (-350 *5))))) (-5 *1 (-1208 *5 *6 *7)) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091))))) (-3972 (*1 *2 *3) (-12 (-5 *3 (-959 *4 *5)) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-14 *5 (-584 (-1091))) (-5 *2 (-584 (-584 (-938 (-350 *4))))) (-5 *1 (-1208 *4 *5 *6)) (-14 *6 (-584 (-1091))))) (-3971 (*1 *2 *3) (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-584 (-938 (-350 *4))))) (-5 *1 (-1208 *4 *5 *6)) (-14 *5 (-584 (-1091))) (-14 *6 (-584 (-1091))))) (-3971 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-584 (-938 (-350 *5))))) (-5 *1 (-1208 *5 *6 *7)) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091))))) (-3971 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-584 (-938 (-350 *5))))) (-5 *1 (-1208 *5 *6 *7)) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091))))) (-3971 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-584 (-938 (-350 *5))))) (-5 *1 (-1208 *5 *6 *7)) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091))))) (-3971 (*1 *2 *3) (-12 (-5 *3 (-959 *4 *5)) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-14 *5 (-584 (-1091))) (-5 *2 (-584 (-584 (-938 (-350 *4))))) (-5 *1 (-1208 *4 *5 *6)) (-14 *6 (-584 (-1091))))) (-3970 (*1 *2 *3) (-12 (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-2 (|:| -1751 (-1086 *4)) (|:| -3226 (-584 (-858 *4)))))) (-5 *1 (-1208 *4 *5 *6)) (-5 *3 (-584 (-858 *4))) (-14 *5 (-584 (-1091))) (-14 *6 (-584 (-1091))))) (-3970 (*1 *2 *3 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-2 (|:| -1751 (-1086 *5)) (|:| -3226 (-584 (-858 *5)))))) (-5 *1 (-1208 *5 *6 *7)) (-5 *3 (-584 (-858 *5))) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091))))) (-3970 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-2 (|:| -1751 (-1086 *5)) (|:| -3226 (-584 (-858 *5)))))) (-5 *1 (-1208 *5 *6 *7)) (-5 *3 (-584 (-858 *5))) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091))))) (-3970 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-2 (|:| -1751 (-1086 *5)) (|:| -3226 (-584 (-858 *5)))))) (-5 *1 (-1208 *5 *6 *7)) (-5 *3 (-584 (-858 *5))) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091))))) (-3970 (*1 *2 *3) (-12 (-5 *3 (-959 *4 *5)) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-14 *5 (-584 (-1091))) (-5 *2 (-584 (-2 (|:| -1751 (-1086 *4)) (|:| -3226 (-584 (-858 *4)))))) (-5 *1 (-1208 *4 *5 *6)) (-14 *6 (-584 (-1091))))) (-3969 (*1 *2 *3) (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-959 *4 *5))) (-5 *1 (-1208 *4 *5 *6)) (-14 *5 (-584 (-1091))) (-14 *6 (-584 (-1091))))) (-3969 (*1 *2 *3 *4) (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-959 *5 *6))) (-5 *1 (-1208 *5 *6 *7)) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091))))) (-3969 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-959 *5 *6))) (-5 *1 (-1208 *5 *6 *7)) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091))))))
+((-3977 (((-3 (-1180 (-350 (-485))) #1="failed") (-1180 |#1|) |#1|) 21 T ELT)) (-3975 (((-85) (-1180 |#1|)) 12 T ELT)) (-3976 (((-3 (-1180 (-485)) #1#) (-1180 |#1|)) 16 T ELT)))
+(((-1209 |#1|) (-10 -7 (-15 -3975 ((-85) (-1180 |#1|))) (-15 -3976 ((-3 (-1180 (-485)) #1="failed") (-1180 |#1|))) (-15 -3977 ((-3 (-1180 (-350 (-485))) #1#) (-1180 |#1|) |#1|))) (-13 (-962) (-581 (-485)))) (T -1209))
+((-3977 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1180 *4)) (-4 *4 (-13 (-962) (-581 (-485)))) (-5 *2 (-1180 (-350 (-485)))) (-5 *1 (-1209 *4)))) (-3976 (*1 *2 *3) (|partial| -12 (-5 *3 (-1180 *4)) (-4 *4 (-13 (-962) (-581 (-485)))) (-5 *2 (-1180 (-485))) (-5 *1 (-1209 *4)))) (-3975 (*1 *2 *3) (-12 (-5 *3 (-1180 *4)) (-4 *4 (-13 (-962) (-581 (-485)))) (-5 *2 (-85)) (-5 *1 (-1209 *4)))))
+((-2570 (((-85) $ $) NIL T ELT)) (-3190 (((-85) $) 12 T ELT)) (-1313 (((-3 $ #1="failed") $ $) NIL T ELT)) (-3138 (((-695)) 9 T ELT)) (-3726 (($) NIL T CONST)) (-3469 (((-3 $ #1#) $) 57 T ELT)) (-2996 (($) 46 T ELT)) (-1215 (((-85) $ $) NIL T ELT)) (-2411 (((-85) $) 38 T ELT)) (-3447 (((-633 $) $) 36 T ELT)) (-2011 (((-831) $) 14 T ELT)) (-3244 (((-1074) $) NIL T ELT)) (-3448 (($) 26 T CONST)) (-2401 (($ (-831)) 47 T ELT)) (-3245 (((-1034) $) NIL T ELT)) (-3974 (((-485) $) 16 T ELT)) (-3948 (((-773) $) 21 T ELT) (($ (-485)) 18 T ELT)) (-3128 (((-695)) 10 T CONST)) (-1266 (((-85) $ $) 59 T ELT)) (-3127 (((-85) $ $) NIL T ELT)) (-2662 (($) 23 T CONST)) (-2668 (($) 25 T CONST)) (-3058 (((-85) $ $) 31 T ELT)) (-3839 (($ $) 50 T ELT) (($ $ $) 44 T ELT)) (-3841 (($ $ $) 29 T ELT)) (** (($ $ (-831)) NIL T ELT) (($ $ (-695)) 52 T ELT)) (* (($ (-831) $) NIL T ELT) (($ (-695) $) NIL T ELT) (($ (-485) $) 41 T ELT) (($ $ $) 40 T ELT)))
+(((-1210 |#1|) (-13 (-146) (-320) (-554 (-485)) (-1067)) (-831)) (T -1210))
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+((-3 2793098 2793103 2793108 NIL NIL NIL (NIL) -8 NIL NIL NIL) (-2 2793083 2793088 2793093 NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1 2793068 2793073 2793078 NIL NIL NIL (NIL) -8 NIL NIL NIL) (0 2793053 2793058 2793063 NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1210 2792032 2792971 2793048 "ZMOD" NIL ZMOD (NIL NIL) -8 NIL NIL NIL) (-1209 2791247 2791426 2791645 "ZLINDEP" NIL ZLINDEP (NIL T) -7 NIL NIL NIL) (-1208 2782406 2784275 2786209 "ZDSOLVE" NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL NIL) (-1207 2781794 2781947 2782136 "YSTREAM" NIL YSTREAM (NIL T) -7 NIL NIL NIL) (-1206 2781256 2781559 2781672 "YDIAGRAM" NIL YDIAGRAM (NIL) -8 NIL NIL NIL) (-1205 2778816 2780718 2780921 "XRPOLY" NIL XRPOLY (NIL T T) -8 NIL NIL NIL) (-1204 2775580 2777233 2777804 "XPR" NIL XPR (NIL T T) -8 NIL NIL NIL) (-1203 2772837 2774567 2774621 "XPOLYC" 2774906 XPOLYC (NIL T T) -9 NIL 2775019 NIL) (-1202 2770356 2772341 2772544 "XPOLY" NIL XPOLY (NIL T) -8 NIL NIL NIL) (-1201 2766604 2769215 2769603 "XPBWPOLY" NIL XPBWPOLY (NIL T T) -8 NIL NIL NIL) (-1200 2761451 2763084 2763138 "XFALG" 2765283 XFALG (NIL T T) -9 NIL 2766067 NIL) (-1199 2756607 2759340 2759382 "XF" 2760000 XF (NIL T) -9 NIL 2760396 NIL) (-1198 2756325 2756435 2756602 "XF-" NIL XF- (NIL T T) -7 NIL NIL NIL) (-1197 2755552 2755674 2755878 "XEXPPKG" NIL XEXPPKG (NIL T T T) -7 NIL NIL NIL) (-1196 2753294 2755452 2755547 "XDPOLY" NIL XDPOLY (NIL T T) -8 NIL NIL NIL) (-1195 2751875 2752670 2752712 "XALG" 2752717 XALG (NIL T) -9 NIL 2752826 NIL) (-1194 2745726 2750285 2750763 "WUTSET" NIL WUTSET (NIL T T T T) -8 NIL NIL NIL) (-1193 2743969 2744971 2745292 "WP" NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL NIL) (-1192 2743568 2743840 2743909 "WHILEAST" NIL WHILEAST (NIL) -8 NIL NIL NIL) (-1191 2743055 2743358 2743451 "WHEREAST" NIL WHEREAST (NIL) -8 NIL NIL NIL) (-1190 2742132 2742342 2742637 "WFFINTBS" NIL WFFINTBS (NIL T T T T) -7 NIL NIL NIL) (-1189 2740428 2740891 2741353 "WEIER" NIL WEIER (NIL T) -7 NIL NIL NIL) (-1188 2739317 2739902 2739944 "VSPACE" 2740080 VSPACE (NIL T) -9 NIL 2740154 NIL) (-1187 2739188 2739221 2739312 "VSPACE-" NIL VSPACE- (NIL T T) -7 NIL NIL NIL) (-1186 2739031 2739085 2739153 "VOID" NIL VOID (NIL) -8 NIL NIL NIL) (-1185 2736014 2736809 2737546 "VIEWDEF" NIL VIEWDEF (NIL) -7 NIL NIL NIL) (-1184 2727112 2729713 2731886 "VIEW3D" NIL VIEW3D (NIL) -8 NIL NIL NIL) (-1183 2720689 2722580 2724159 "VIEW2D" NIL VIEW2D (NIL) -8 NIL NIL NIL) (-1182 2719173 2719568 2719974 "VIEW" NIL VIEW (NIL) -7 NIL NIL NIL) (-1181 2718000 2718281 2718597 "VECTOR2" NIL VECTOR2 (NIL T T) -7 NIL NIL NIL) (-1180 2713397 2717827 2717919 "VECTOR" NIL VECTOR (NIL T) -8 NIL NIL NIL) (-1179 2706742 2711070 2711113 "VECTCAT" 2712101 VECTCAT (NIL T) -9 NIL 2712685 NIL) (-1178 2706021 2706347 2706737 "VECTCAT-" NIL VECTCAT- (NIL T T) -7 NIL NIL NIL) (-1177 2705515 2705757 2705877 "VARIABLE" NIL VARIABLE (NIL NIL) -8 NIL NIL NIL) (-1176 2705448 2705453 2705483 "UTYPE" 2705488 UTYPE (NIL) -9 NIL NIL NIL) (-1175 2704435 2704611 2704872 "UTSODETL" NIL UTSODETL (NIL T T T T) -7 NIL NIL NIL) (-1174 2702286 2702794 2703318 "UTSODE" NIL UTSODE (NIL T T) -7 NIL NIL NIL) (-1173 2692168 2698138 2698180 "UTSCAT" 2699278 UTSCAT (NIL T) -9 NIL 2700035 NIL) (-1172 2690233 2691176 2692163 "UTSCAT-" NIL UTSCAT- (NIL T T) -7 NIL NIL NIL) (-1171 2689907 2689956 2690087 "UTS2" NIL UTS2 (NIL T T T T) -7 NIL NIL NIL) (-1170 2681618 2688103 2688582 "UTS" NIL UTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1169 2676180 2678453 2678496 "URAGG" 2680536 URAGG (NIL T) -9 NIL 2681261 NIL) (-1168 2674251 2675183 2676175 "URAGG-" NIL URAGG- (NIL T T) -7 NIL NIL NIL) (-1167 2669958 2673227 2673689 "UPXSSING" NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL NIL) (-1166 2662387 2669882 2669953 "UPXSCONS" NIL UPXSCONS (NIL T T) -8 NIL NIL NIL) (-1165 2651038 2658525 2658586 "UPXSCCA" 2659154 UPXSCCA (NIL T T) -9 NIL 2659386 NIL) (-1164 2650759 2650861 2651033 "UPXSCCA-" NIL UPXSCCA- (NIL T T T) -7 NIL NIL NIL) (-1163 2639311 2646523 2646565 "UPXSCAT" 2647205 UPXSCAT (NIL T) -9 NIL 2647813 NIL) (-1162 2638824 2638909 2639086 "UPXS2" NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1161 2630510 2638415 2638677 "UPXS" NIL UPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1160 2629405 2629675 2630025 "UPSQFREE" NIL UPSQFREE (NIL T T) -7 NIL NIL NIL) (-1159 2622108 2625593 2625647 "UPSCAT" 2626716 UPSCAT (NIL T T) -9 NIL 2627480 NIL) (-1158 2621528 2621780 2622103 "UPSCAT-" NIL UPSCAT- (NIL T T T) -7 NIL NIL NIL) (-1157 2621202 2621251 2621382 "UPOLYC2" NIL UPOLYC2 (NIL T T T T) -7 NIL NIL NIL) (-1156 2605332 2614286 2614328 "UPOLYC" 2616406 UPOLYC (NIL T) -9 NIL 2617626 NIL) (-1155 2599387 2602235 2605327 "UPOLYC-" NIL UPOLYC- (NIL T T) -7 NIL NIL NIL) (-1154 2598823 2598948 2599111 "UPMP" NIL UPMP (NIL T T) -7 NIL NIL NIL) (-1153 2598457 2598544 2598683 "UPDIVP" NIL UPDIVP (NIL T T) -7 NIL NIL NIL) (-1152 2597270 2597537 2597841 "UPDECOMP" NIL UPDECOMP (NIL T T) -7 NIL NIL NIL) (-1151 2596603 2596733 2596918 "UPCDEN" NIL UPCDEN (NIL T T T) -7 NIL NIL NIL) (-1150 2596195 2596270 2596417 "UP2" NIL UP2 (NIL NIL T NIL T) -7 NIL NIL NIL) (-1149 2586959 2595961 2596089 "UP" NIL UP (NIL NIL T) -8 NIL NIL NIL) (-1148 2586321 2586458 2586663 "UNISEG2" NIL UNISEG2 (NIL T T) -7 NIL NIL NIL) (-1147 2584922 2585769 2586045 "UNISEG" NIL UNISEG (NIL T) -8 NIL NIL NIL) (-1146 2584151 2584348 2584573 "UNIFACT" NIL UNIFACT (NIL T) -7 NIL NIL NIL) (-1145 2570961 2584075 2584146 "ULSCONS" NIL ULSCONS (NIL T T) -8 NIL NIL NIL) (-1144 2550767 2564002 2564063 "ULSCCAT" 2564694 ULSCCAT (NIL T T) -9 NIL 2564981 NIL) (-1143 2550102 2550388 2550762 "ULSCCAT-" NIL ULSCCAT- (NIL T T T) -7 NIL NIL NIL) (-1142 2538474 2545608 2545650 "ULSCAT" 2546503 ULSCAT (NIL T) -9 NIL 2547233 NIL) (-1141 2537987 2538072 2538249 "ULS2" NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1140 2520104 2537486 2537727 "ULS" NIL ULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1139 2519138 2519831 2519945 "UINT8" NIL UINT8 (NIL) -8 NIL NIL 2520056) (-1138 2518171 2518864 2518978 "UINT64" NIL UINT64 (NIL) -8 NIL NIL 2519089) (-1137 2517204 2517897 2518011 "UINT32" NIL UINT32 (NIL) -8 NIL NIL 2518122) (-1136 2516237 2516930 2517044 "UINT16" NIL UINT16 (NIL) -8 NIL NIL 2517155) (-1135 2514244 2515465 2515495 "UFD" 2515706 UFD (NIL) -9 NIL 2515819 NIL) (-1134 2514088 2514145 2514239 "UFD-" NIL UFD- (NIL T) -7 NIL NIL NIL) (-1133 2513340 2513547 2513763 "UDVO" NIL UDVO (NIL) -7 NIL NIL NIL) (-1132 2511560 2512013 2512478 "UDPO" NIL UDPO (NIL T) -7 NIL NIL NIL) (-1131 2511285 2511525 2511555 "TYPEAST" NIL TYPEAST (NIL) -8 NIL NIL NIL) (-1130 2511223 2511228 2511258 "TYPE" 2511263 TYPE (NIL) -9 NIL 2511270 NIL) (-1129 2510382 2510602 2510842 "TWOFACT" NIL TWOFACT (NIL T) -7 NIL NIL NIL) (-1128 2509560 2509991 2510226 "TUPLE" NIL TUPLE (NIL T) -8 NIL NIL NIL) (-1127 2507714 2508287 2508826 "TUBETOOL" NIL TUBETOOL (NIL) -7 NIL NIL NIL) (-1126 2506748 2506984 2507220 "TUBE" NIL TUBE (NIL T) -8 NIL NIL NIL) (-1125 2495365 2499541 2499637 "TSETCAT" 2504852 TSETCAT (NIL T T T T) -9 NIL 2506356 NIL) (-1124 2491702 2493518 2495360 "TSETCAT-" NIL TSETCAT- (NIL T T T T T) -7 NIL NIL NIL) (-1123 2486094 2490928 2491210 "TS" NIL TS (NIL T) -8 NIL NIL NIL) (-1122 2481431 2482444 2483373 "TRMANIP" NIL TRMANIP (NIL T T) -7 NIL NIL NIL) (-1121 2480928 2481003 2481166 "TRIMAT" NIL TRIMAT (NIL T T T T) -7 NIL NIL NIL) (-1120 2479004 2479294 2479649 "TRIGMNIP" NIL TRIGMNIP (NIL T T) -7 NIL NIL NIL) (-1119 2478488 2478637 2478667 "TRIGCAT" 2478880 TRIGCAT (NIL) -9 NIL NIL NIL) (-1118 2478239 2478342 2478483 "TRIGCAT-" NIL TRIGCAT- (NIL T) -7 NIL NIL NIL) (-1117 2475294 2477345 2477626 "TREE" NIL TREE (NIL T) -8 NIL NIL NIL) (-1116 2474400 2475096 2475126 "TRANFUN" 2475161 TRANFUN (NIL) -9 NIL 2475227 NIL) (-1115 2473864 2474115 2474395 "TRANFUN-" NIL TRANFUN- (NIL T) -7 NIL NIL NIL) (-1114 2473701 2473739 2473800 "TOPSP" NIL TOPSP (NIL) -7 NIL NIL NIL) (-1113 2473158 2473289 2473440 "TOOLSIGN" NIL TOOLSIGN (NIL T) -7 NIL NIL NIL) (-1112 2471899 2472556 2472792 "TEXTFILE" NIL TEXTFILE (NIL) -8 NIL NIL NIL) (-1111 2471711 2471748 2471820 "TEX1" NIL TEX1 (NIL T) -7 NIL NIL NIL) (-1110 2469925 2470571 2471000 "TEX" NIL TEX (NIL) -8 NIL NIL NIL) (-1109 2468305 2468642 2468964 "TBCMPPK" NIL TBCMPPK (NIL T T) -7 NIL NIL NIL) (-1108 2458366 2466066 2466122 "TBAGG" 2466439 TBAGG (NIL T T) -9 NIL 2466649 NIL) (-1107 2455902 2457091 2458361 "TBAGG-" NIL TBAGG- (NIL T T T) -7 NIL NIL NIL) (-1106 2455379 2455504 2455649 "TANEXP" NIL TANEXP (NIL T) -7 NIL NIL NIL) (-1105 2454889 2455209 2455299 "TALGOP" NIL TALGOP (NIL T) -8 NIL NIL NIL) (-1104 2454386 2454503 2454641 "TABLEAU" NIL TABLEAU (NIL T) -8 NIL NIL NIL) (-1103 2446890 2454314 2454381 "TABLE" NIL TABLE (NIL T T) -8 NIL NIL NIL) (-1102 2442643 2443938 2445183 "TABLBUMP" NIL TABLBUMP (NIL T) -7 NIL NIL NIL) (-1101 2442012 2442171 2442352 "SYSTEM" NIL SYSTEM (NIL) -7 NIL NIL NIL) (-1100 2439166 2439919 2440702 "SYSSOLP" NIL SYSSOLP (NIL T) -7 NIL NIL NIL) (-1099 2438940 2439130 2439161 "SYSPTR" NIL SYSPTR (NIL) -8 NIL NIL NIL) (-1098 2437894 2438579 2438705 "SYSNNI" NIL SYSNNI (NIL NIL) -8 NIL NIL 2438891) (-1097 2437158 2437706 2437785 "SYSINT" NIL SYSINT (NIL NIL) -8 NIL NIL 2437845) (-1096 2433981 2435140 2435840 "SYNTAX" NIL SYNTAX (NIL) -8 NIL NIL NIL) (-1095 2431664 2432347 2432981 "SYMTAB" NIL SYMTAB (NIL) -8 NIL NIL NIL) (-1094 2427742 2428788 2429765 "SYMS" NIL SYMS (NIL) -8 NIL NIL NIL) (-1093 2424841 2427397 2427626 "SYMPOLY" NIL SYMPOLY (NIL T) -8 NIL NIL NIL) (-1092 2424437 2424524 2424646 "SYMFUNC" NIL SYMFUNC (NIL T) -7 NIL NIL NIL) (-1091 2421061 2422535 2423354 "SYMBOL" NIL SYMBOL (NIL) -8 NIL NIL NIL) (-1090 2414021 2420258 2420551 "SUTS" NIL SUTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1089 2405707 2413612 2413874 "SUPXS" NIL SUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1088 2404986 2405125 2405342 "SUPFRACF" NIL SUPFRACF (NIL T T T T) -7 NIL NIL NIL) (-1087 2404670 2404735 2404846 "SUP2" NIL SUP2 (NIL T T) -7 NIL NIL NIL) (-1086 2395393 2404382 2404507 "SUP" NIL SUP (NIL T) -8 NIL NIL NIL) (-1085 2394123 2394421 2394776 "SUMRF" NIL SUMRF (NIL T) -7 NIL NIL NIL) (-1084 2393528 2393606 2393797 "SUMFS" NIL SUMFS (NIL T T) -7 NIL NIL NIL) (-1083 2375680 2393027 2393268 "SULS" NIL SULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1082 2375279 2375551 2375620 "SUCHTAST" NIL SUCHTAST (NIL) -8 NIL NIL NIL) (-1081 2374615 2374896 2375036 "SUCH" NIL SUCH (NIL T T) -8 NIL NIL NIL) (-1080 2369217 2370476 2371429 "SUBSPACE" NIL SUBSPACE (NIL NIL T) -8 NIL NIL NIL) (-1079 2368749 2368849 2369013 "SUBRESP" NIL SUBRESP (NIL T T) -7 NIL NIL NIL) (-1078 2363860 2365142 2366289 "STTFNC" NIL STTFNC (NIL T) -7 NIL NIL NIL) (-1077 2358318 2359789 2361100 "STTF" NIL STTF (NIL T) -7 NIL NIL NIL) (-1076 2351233 2353297 2355088 "STTAYLOR" NIL STTAYLOR (NIL T) -7 NIL NIL NIL) (-1075 2343402 2351171 2351228 "STRTBL" NIL STRTBL (NIL T) -8 NIL NIL NIL) (-1074 2338351 2343116 2343231 "STRING" NIL STRING (NIL) -8 NIL NIL NIL) (-1073 2337938 2338021 2338165 "STREAM3" NIL STREAM3 (NIL T T T) -7 NIL NIL NIL) (-1072 2337089 2337290 2337525 "STREAM2" NIL STREAM2 (NIL T T) -7 NIL NIL NIL) (-1071 2336829 2336887 2336980 "STREAM1" NIL STREAM1 (NIL T) -7 NIL NIL NIL) (-1070 2330296 2335032 2335640 "STREAM" NIL STREAM (NIL T) -8 NIL NIL NIL) (-1069 2329472 2329677 2329908 "STINPROD" NIL STINPROD (NIL T) -7 NIL NIL NIL) (-1068 2328717 2329088 2329235 "STEPAST" NIL STEPAST (NIL) -8 NIL NIL NIL) (-1067 2328205 2328447 2328477 "STEP" 2328571 STEP (NIL) -9 NIL 2328642 NIL) (-1066 2320699 2328123 2328200 "STBL" NIL STBL (NIL T T NIL) -8 NIL NIL NIL) (-1065 2315684 2319497 2319540 "STAGG" 2319967 STAGG (NIL T) -9 NIL 2320141 NIL) (-1064 2314142 2314850 2315679 "STAGG-" NIL STAGG- (NIL T T) -7 NIL NIL NIL) (-1063 2312363 2313969 2314061 "STACK" NIL STACK (NIL T) -8 NIL NIL NIL) (-1062 2311643 2312182 2312212 "SRING" 2312217 SRING (NIL) -9 NIL 2312237 NIL) (-1061 2304558 2310181 2310620 "SREGSET" NIL SREGSET (NIL T T T T) -8 NIL NIL NIL) (-1060 2298332 2299771 2301275 "SRDCMPK" NIL SRDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1059 2290970 2295627 2295657 "SRAGG" 2296956 SRAGG (NIL) -9 NIL 2297560 NIL) (-1058 2290267 2290587 2290965 "SRAGG-" NIL SRAGG- (NIL T) -7 NIL NIL NIL) (-1057 2284427 2289589 2290012 "SQMATRIX" NIL SQMATRIX (NIL NIL T) -8 NIL NIL NIL) (-1056 2278439 2281780 2282531 "SPLTREE" NIL SPLTREE (NIL T T) -8 NIL NIL NIL) (-1055 2274868 2275687 2276324 "SPLNODE" NIL SPLNODE (NIL T T) -8 NIL NIL NIL) (-1054 2273843 2274148 2274178 "SPFCAT" 2274622 SPFCAT (NIL) -9 NIL NIL NIL) (-1053 2272780 2273032 2273296 "SPECOUT" NIL SPECOUT (NIL) -7 NIL NIL NIL) (-1052 2263538 2265812 2265842 "SPADXPT" 2270479 SPADXPT (NIL) -9 NIL 2272603 NIL) (-1051 2263340 2263386 2263455 "SPADPRSR" NIL SPADPRSR (NIL) -7 NIL NIL NIL) (-1050 2260996 2263304 2263335 "SPADAST" NIL SPADAST (NIL) -8 NIL NIL NIL) (-1049 2252670 2254759 2254801 "SPACEC" 2259116 SPACEC (NIL T) -9 NIL 2260921 NIL) (-1048 2250499 2252617 2252665 "SPACE3" NIL SPACE3 (NIL T) -8 NIL NIL NIL) (-1047 2249478 2249667 2249950 "SORTPAK" NIL SORTPAK (NIL T T) -7 NIL NIL NIL) (-1046 2247882 2248215 2248626 "SOLVETRA" NIL SOLVETRA (NIL T) -7 NIL NIL NIL) (-1045 2247147 2247381 2247642 "SOLVESER" NIL SOLVESER (NIL T) -7 NIL NIL NIL) (-1044 2243327 2244287 2245282 "SOLVERAD" NIL SOLVERAD (NIL T) -7 NIL NIL NIL) (-1043 2239685 2240384 2241113 "SOLVEFOR" NIL SOLVEFOR (NIL T T) -7 NIL NIL NIL) (-1042 2233726 2238988 2239084 "SNTSCAT" 2239089 SNTSCAT (NIL T T T T) -9 NIL 2239159 NIL) (-1041 2227547 2232367 2232757 "SMTS" NIL SMTS (NIL T T T) -8 NIL NIL NIL) (-1040 2221319 2227466 2227542 "SMP" NIL SMP (NIL T T) -8 NIL NIL NIL) (-1039 2219751 2220082 2220480 "SMITH" NIL SMITH (NIL T T T T) -7 NIL NIL NIL) (-1038 2211443 2216317 2216419 "SMATCAT" 2217762 SMATCAT (NIL NIL T T T) -9 NIL 2218310 NIL) (-1037 2209284 2210268 2211438 "SMATCAT-" NIL SMATCAT- (NIL T NIL T T T) -7 NIL NIL NIL) (-1036 2207901 2208753 2208796 "SMAGG" 2208881 SMAGG (NIL T) -9 NIL 2208945 NIL) (-1035 2205520 2207068 2207111 "SKAGG" 2207372 SKAGG (NIL T) -9 NIL 2207508 NIL) (-1034 2201566 2205340 2205451 "SINT" NIL SINT (NIL) -8 NIL NIL 2205492) (-1033 2201376 2201420 2201486 "SIMPAN" NIL SIMPAN (NIL) -7 NIL NIL NIL) (-1032 2200451 2200683 2200951 "SIGNRF" NIL SIGNRF (NIL T) -7 NIL NIL NIL) (-1031 2199455 2199617 2199893 "SIGNEF" NIL SIGNEF (NIL T T) -7 NIL NIL NIL) (-1030 2198801 2199141 2199264 "SIGAST" NIL SIGAST (NIL) -8 NIL NIL NIL) (-1029 2198147 2198454 2198594 "SIG" NIL SIG (NIL) -8 NIL NIL NIL) (-1028 2196258 2196750 2197256 "SHP" NIL SHP (NIL T NIL) -7 NIL NIL NIL) (-1027 2189796 2196177 2196253 "SHDP" NIL SHDP (NIL NIL NIL T) -8 NIL NIL NIL) (-1026 2189299 2189536 2189566 "SGROUP" 2189659 SGROUP (NIL) -9 NIL 2189721 NIL) (-1025 2189189 2189221 2189294 "SGROUP-" NIL SGROUP- (NIL T) -7 NIL NIL NIL) (-1024 2188827 2188867 2188908 "SGPOPC" 2188913 SGPOPC (NIL T) -9 NIL 2189114 NIL) (-1023 2188361 2188638 2188744 "SGPOP" NIL SGPOP (NIL T) -8 NIL NIL NIL) (-1022 2185784 2186553 2187275 "SGCF" NIL SGCF (NIL) -7 NIL NIL NIL) (-1021 2179924 2185186 2185282 "SFRTCAT" 2185287 SFRTCAT (NIL T T T T) -9 NIL 2185325 NIL) (-1020 2174316 2175429 2176556 "SFRGCD" NIL SFRGCD (NIL T T T T T) -7 NIL NIL NIL) (-1019 2168492 2169653 2170817 "SFQCMPK" NIL SFQCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1018 2167464 2168366 2168487 "SEXOF" NIL SEXOF (NIL T T T T T) -8 NIL NIL NIL) (-1017 2163072 2163967 2164062 "SEXCAT" 2166675 SEXCAT (NIL T T T T T) -9 NIL 2167226 NIL) (-1016 2162045 2162999 2163067 "SEX" NIL SEX (NIL) -8 NIL NIL NIL) (-1015 2160436 2161021 2161323 "SETMN" NIL SETMN (NIL NIL NIL) -8 NIL NIL NIL) (-1014 2159959 2160144 2160174 "SETCAT" 2160291 SETCAT (NIL) -9 NIL 2160375 NIL) (-1013 2159791 2159855 2159954 "SETCAT-" NIL SETCAT- (NIL T) -7 NIL NIL NIL) (-1012 2156803 2158245 2158288 "SETAGG" 2159156 SETAGG (NIL T) -9 NIL 2159494 NIL) (-1011 2156409 2156561 2156798 "SETAGG-" NIL SETAGG- (NIL T T) -7 NIL NIL NIL) (-1010 2153654 2156356 2156404 "SET" NIL SET (NIL T) -8 NIL NIL NIL) (-1009 2153120 2153430 2153530 "SEQAST" NIL SEQAST (NIL) -8 NIL NIL NIL) (-1008 2152247 2152613 2152674 "SEGXCAT" 2152960 SEGXCAT (NIL T T) -9 NIL 2153080 NIL) (-1007 2151172 2151440 2151483 "SEGCAT" 2152005 SEGCAT (NIL T) -9 NIL 2152226 NIL) (-1006 2150852 2150917 2151030 "SEGBIND2" NIL SEGBIND2 (NIL T T) -7 NIL NIL NIL) (-1005 2149918 2150388 2150596 "SEGBIND" NIL SEGBIND (NIL T) -8 NIL NIL NIL) (-1004 2149496 2149775 2149851 "SEGAST" NIL SEGAST (NIL) -8 NIL NIL NIL) (-1003 2148861 2148997 2149201 "SEG2" NIL SEG2 (NIL T T) -7 NIL NIL NIL) (-1002 2147927 2148674 2148856 "SEG" NIL SEG (NIL T) -8 NIL NIL NIL) (-1001 2147180 2147875 2147922 "SDVAR" NIL SDVAR (NIL T) -8 NIL NIL NIL) (-1000 2138665 2147047 2147175 "SDPOL" NIL SDPOL (NIL T) -8 NIL NIL NIL) (-999 2137525 2137815 2138132 "SCPKG" NIL SCPKG (NIL T) -7 NIL NIL NIL) (-998 2136831 2137043 2137231 "SCOPE" NIL SCOPE (NIL) -8 NIL NIL NIL) (-997 2136181 2136338 2136514 "SCACHE" NIL SCACHE (NIL T) -7 NIL NIL NIL) (-996 2135754 2135985 2136013 "SASTCAT" 2136018 SASTCAT (NIL) -9 NIL 2136031 NIL) (-995 2135221 2135646 2135720 "SAOS" NIL SAOS (NIL) -8 NIL NIL NIL) (-994 2134824 2134865 2135036 "SAERFFC" NIL SAERFFC (NIL T T T) -7 NIL NIL NIL) (-993 2134455 2134496 2134653 "SAEFACT" NIL SAEFACT (NIL T T T) -7 NIL NIL NIL) (-992 2127536 2134372 2134450 "SAE" NIL SAE (NIL T T NIL) -8 NIL NIL NIL) (-991 2126186 2126515 2126911 "RURPK" NIL RURPK (NIL T NIL) -7 NIL NIL NIL) (-990 2124947 2125308 2125608 "RULESET" NIL RULESET (NIL T T T) -8 NIL NIL NIL) (-989 2124571 2124792 2124873 "RULECOLD" NIL RULECOLD (NIL NIL) -8 NIL NIL NIL) (-988 2122031 2122665 2123118 "RULE" NIL RULE (NIL T T T) -8 NIL NIL NIL) (-987 2121870 2121903 2121971 "RTVALUE" NIL RTVALUE (NIL) -8 NIL NIL NIL) (-986 2121361 2121664 2121755 "RSTRCAST" NIL RSTRCAST (NIL) -8 NIL NIL NIL) (-985 2116989 2117857 2118768 "RSETGCD" NIL RSETGCD (NIL T T T T T) -7 NIL NIL NIL) (-984 2106063 2111325 2111419 "RSETCAT" 2115475 RSETCAT (NIL T T T T) -9 NIL 2116563 NIL) (-983 2104601 2105243 2106058 "RSETCAT-" NIL RSETCAT- (NIL T T T T T) -7 NIL NIL NIL) (-982 2098375 2099820 2101327 "RSDCMPK" NIL RSDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-981 2096257 2096814 2096886 "RRCC" 2097959 RRCC (NIL T T) -9 NIL 2098300 NIL) (-980 2095782 2095981 2096252 "RRCC-" NIL RRCC- (NIL T T T) -7 NIL NIL NIL) (-979 2095252 2095562 2095660 "RPTAST" NIL RPTAST (NIL) -8 NIL NIL NIL) (-978 2067804 2078517 2078581 "RPOLCAT" 2089055 RPOLCAT (NIL T T T) -9 NIL 2092200 NIL) (-977 2061903 2064726 2067799 "RPOLCAT-" NIL RPOLCAT- (NIL T T T T) -7 NIL NIL NIL) (-976 2058070 2061651 2061789 "ROMAN" NIL ROMAN (NIL) -8 NIL NIL NIL) (-975 2056398 2057137 2057393 "ROIRC" NIL ROIRC (NIL T T) -8 NIL NIL NIL) (-974 2052041 2054853 2054881 "RNS" 2055143 RNS (NIL) -9 NIL 2055395 NIL) (-973 2050944 2051431 2051968 "RNS-" NIL RNS- (NIL T) -7 NIL NIL NIL) (-972 2050062 2050463 2050663 "RNGBIND" NIL RNGBIND (NIL T T) -8 NIL NIL NIL) (-971 2049200 2049762 2049790 "RNG" 2049850 RNG (NIL) -9 NIL 2049904 NIL) (-970 2049089 2049123 2049195 "RNG-" NIL RNG- (NIL T) -7 NIL NIL NIL) (-969 2048351 2048856 2048896 "RMODULE" 2048901 RMODULE (NIL T) -9 NIL 2048927 NIL) (-968 2047290 2047396 2047726 "RMCAT2" NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL NIL) (-967 2044241 2046880 2047173 "RMATRIX" NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL NIL) (-966 2036989 2039375 2039487 "RMATCAT" 2042792 RMATCAT (NIL NIL NIL T T T) -9 NIL 2043758 NIL) (-965 2036506 2036685 2036984 "RMATCAT-" NIL RMATCAT- (NIL T NIL NIL T T T) -7 NIL NIL NIL) (-964 2036074 2036285 2036326 "RLINSET" 2036387 RLINSET (NIL T) -9 NIL 2036431 NIL) (-963 2035719 2035800 2035926 "RINTERP" NIL RINTERP (NIL NIL T) -7 NIL NIL NIL) (-962 2034565 2035296 2035324 "RING" 2035379 RING (NIL) -9 NIL 2035471 NIL) (-961 2034410 2034466 2034560 "RING-" NIL RING- (NIL T) -7 NIL NIL NIL) (-960 2033464 2033731 2033987 "RIDIST" NIL RIDIST (NIL) -7 NIL NIL NIL) (-959 2024688 2033092 2033293 "RGCHAIN" NIL RGCHAIN (NIL T NIL) -8 NIL NIL NIL) (-958 2023913 2024424 2024463 "RGBCSPC" 2024520 RGBCSPC (NIL T) -9 NIL 2024571 NIL) (-957 2022947 2023433 2023472 "RGBCMDL" 2023700 RGBCMDL (NIL T) -9 NIL 2023814 NIL) (-956 2022659 2022728 2022829 "RFFACTOR" NIL RFFACTOR (NIL T) -7 NIL NIL NIL) (-955 2022422 2022463 2022558 "RFFACT" NIL RFFACT (NIL T) -7 NIL NIL NIL) (-954 2020846 2021276 2021656 "RFDIST" NIL RFDIST (NIL) -7 NIL NIL NIL) (-953 2018433 2019101 2019769 "RF" NIL RF (NIL T) -7 NIL NIL NIL) (-952 2017983 2018081 2018241 "RETSOL" NIL RETSOL (NIL T T) -7 NIL NIL NIL) (-951 2017605 2017703 2017744 "RETRACT" 2017875 RETRACT (NIL T) -9 NIL 2017962 NIL) (-950 2017485 2017516 2017600 "RETRACT-" NIL RETRACT- (NIL T T) -7 NIL NIL NIL) (-949 2017087 2017359 2017426 "RETAST" NIL RETAST (NIL) -8 NIL NIL NIL) (-948 2015567 2016458 2016655 "RESRING" NIL RESRING (NIL T T T T NIL) -8 NIL NIL NIL) (-947 2015258 2015319 2015415 "RESLATC" NIL RESLATC (NIL T) -7 NIL NIL NIL) (-946 2015001 2015042 2015147 "REPSQ" NIL REPSQ (NIL T) -7 NIL NIL NIL) (-945 2014736 2014777 2014886 "REPDB" NIL REPDB (NIL T) -7 NIL NIL NIL) (-944 2009807 2011258 2012473 "REP2" NIL REP2 (NIL T) -7 NIL NIL NIL) (-943 2006906 2007664 2008472 "REP1" NIL REP1 (NIL T) -7 NIL NIL NIL) (-942 2004875 2005497 2006097 "REP" NIL REP (NIL) -7 NIL NIL NIL) (-941 1997803 2003426 2003862 "REGSET" NIL REGSET (NIL T T T T) -8 NIL NIL NIL) (-940 1997115 1997395 1997544 "REF" NIL REF (NIL T) -8 NIL NIL NIL) (-939 1996600 1996715 1996880 "REDORDER" NIL REDORDER (NIL T T) -7 NIL NIL NIL) (-938 1992193 1996003 1996224 "RECLOS" NIL RECLOS (NIL T) -8 NIL NIL NIL) (-937 1991425 1991624 1991837 "REALSOLV" NIL REALSOLV (NIL) -7 NIL NIL NIL) (-936 1988715 1989553 1990435 "REAL0Q" NIL REAL0Q (NIL T) -7 NIL NIL NIL) (-935 1985297 1986333 1987392 "REAL0" NIL REAL0 (NIL T) -7 NIL NIL NIL) (-934 1985133 1985186 1985214 "REAL" 1985219 REAL (NIL) -9 NIL 1985254 NIL) (-933 1984623 1984927 1985018 "RDUCEAST" NIL RDUCEAST (NIL) -8 NIL NIL NIL) (-932 1984103 1984181 1984386 "RDIV" NIL RDIV (NIL T T T T T) -7 NIL NIL NIL) (-931 1983336 1983528 1983739 "RDIST" NIL RDIST (NIL T) -7 NIL NIL NIL) (-930 1982224 1982521 1982888 "RDETRS" NIL RDETRS (NIL T T) -7 NIL NIL NIL) (-929 1980491 1980961 1981494 "RDETR" NIL RDETR (NIL T T) -7 NIL NIL NIL) (-928 1979413 1979690 1980077 "RDEEFS" NIL RDEEFS (NIL T T) -7 NIL NIL NIL) (-927 1978240 1978549 1978968 "RDEEF" NIL RDEEF (NIL T T) -7 NIL NIL NIL) (-926 1971588 1975100 1975128 "RCFIELD" 1976405 RCFIELD (NIL) -9 NIL 1977135 NIL) (-925 1970206 1970818 1971515 "RCFIELD-" NIL RCFIELD- (NIL T) -7 NIL NIL NIL) (-924 1966978 1968310 1968351 "RCAGG" 1969405 RCAGG (NIL T) -9 NIL 1969867 NIL) (-923 1966705 1966815 1966973 "RCAGG-" NIL RCAGG- (NIL T T) -7 NIL NIL NIL) (-922 1966150 1966279 1966440 "RATRET" NIL RATRET (NIL T) -7 NIL NIL NIL) (-921 1965767 1965846 1965965 "RATFACT" NIL RATFACT (NIL T) -7 NIL NIL NIL) (-920 1965182 1965332 1965482 "RANDSRC" NIL RANDSRC (NIL) -7 NIL NIL NIL) (-919 1964964 1965014 1965085 "RADUTIL" NIL RADUTIL (NIL) -7 NIL NIL NIL) (-918 1957406 1964082 1964390 "RADIX" NIL RADIX (NIL NIL) -8 NIL NIL NIL) (-917 1947108 1957273 1957401 "RADFF" NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL NIL) (-916 1946742 1946835 1946863 "RADCAT" 1947020 RADCAT (NIL) -9 NIL NIL NIL) (-915 1946580 1946640 1946737 "RADCAT-" NIL RADCAT- (NIL T) -7 NIL NIL NIL) (-914 1944744 1946411 1946500 "QUEUE" NIL QUEUE (NIL T) -8 NIL NIL NIL) (-913 1944425 1944474 1944601 "QUATCT2" NIL QUATCT2 (NIL T T T T) -7 NIL NIL NIL) (-912 1936712 1940796 1940836 "QUATCAT" 1941614 QUATCAT (NIL T) -9 NIL 1942378 NIL) (-911 1933962 1935242 1936618 "QUATCAT-" NIL QUATCAT- (NIL T T) -7 NIL NIL NIL) (-910 1929802 1933912 1933957 "QUAT" NIL QUAT (NIL T) -8 NIL NIL NIL) (-909 1927216 1928817 1928858 "QUAGG" 1929233 QUAGG (NIL T) -9 NIL 1929409 NIL) (-908 1926818 1927090 1927157 "QQUTAST" NIL QQUTAST (NIL) -8 NIL NIL NIL) (-907 1925824 1926454 1926617 "QFORM" NIL QFORM (NIL NIL T) -8 NIL NIL NIL) (-906 1925505 1925554 1925681 "QFCAT2" NIL QFCAT2 (NIL T T T T) -7 NIL NIL NIL) (-905 1915105 1921274 1921314 "QFCAT" 1921972 QFCAT (NIL T) -9 NIL 1922965 NIL) (-904 1911989 1913428 1915011 "QFCAT-" NIL QFCAT- (NIL T T) -7 NIL NIL NIL) (-903 1911535 1911669 1911799 "QEQUAT" NIL QEQUAT (NIL) -8 NIL NIL NIL) (-902 1905731 1906892 1908054 "QCMPACK" NIL QCMPACK (NIL T T T T T) -7 NIL NIL NIL) (-901 1905150 1905330 1905562 "QALGSET2" NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL NIL) (-900 1902972 1903500 1903923 "QALGSET" NIL QALGSET (NIL T T T T) -8 NIL NIL NIL) (-899 1901871 1902113 1902430 "PWFFINTB" NIL PWFFINTB (NIL T T T T) -7 NIL NIL NIL) (-898 1900232 1900430 1900783 "PUSHVAR" NIL PUSHVAR (NIL T T T T) -7 NIL NIL NIL) (-897 1895988 1897204 1897245 "PTRANFN" 1899129 PTRANFN (NIL T) -9 NIL NIL NIL) (-896 1894635 1894980 1895301 "PTPACK" NIL PTPACK (NIL T) -7 NIL NIL NIL) (-895 1894328 1894391 1894498 "PTFUNC2" NIL PTFUNC2 (NIL T T) -7 NIL NIL NIL) (-894 1888644 1893087 1893127 "PTCAT" 1893419 PTCAT (NIL T) -9 NIL 1893572 NIL) (-893 1888337 1888378 1888502 "PSQFR" NIL PSQFR (NIL T T T T) -7 NIL NIL NIL) (-892 1887216 1887532 1887866 "PSEUDLIN" NIL PSEUDLIN (NIL T) -7 NIL NIL NIL) (-891 1876095 1878656 1880965 "PSETPK" NIL PSETPK (NIL T T T T) -7 NIL NIL NIL) (-890 1869315 1871878 1871972 "PSETCAT" 1874946 PSETCAT (NIL T T T T) -9 NIL 1875755 NIL) (-889 1867765 1868499 1869310 "PSETCAT-" NIL PSETCAT- (NIL T T T T T) -7 NIL NIL NIL) (-888 1867084 1867279 1867307 "PSCURVE" 1867575 PSCURVE (NIL) -9 NIL 1867742 NIL) (-887 1862686 1864506 1864570 "PSCAT" 1865405 PSCAT (NIL T T T) -9 NIL 1865644 NIL) (-886 1862000 1862282 1862681 "PSCAT-" NIL PSCAT- (NIL T T T T) -7 NIL NIL NIL) (-885 1860397 1861312 1861575 "PRTITION" NIL PRTITION (NIL) -8 NIL NIL NIL) (-884 1859888 1860191 1860282 "PRTDAST" NIL PRTDAST (NIL) -8 NIL NIL NIL) (-883 1850908 1853330 1855518 "PRS" NIL PRS (NIL T T) -7 NIL NIL NIL) (-882 1848678 1850189 1850229 "PRQAGG" 1850412 PRQAGG (NIL T) -9 NIL 1850515 NIL) (-881 1847851 1848297 1848325 "PROPLOG" 1848464 PROPLOG (NIL) -9 NIL 1848578 NIL) (-880 1847526 1847589 1847712 "PROPFUN2" NIL PROPFUN2 (NIL T T) -7 NIL NIL NIL) (-879 1846962 1847101 1847273 "PROPFUN1" NIL PROPFUN1 (NIL T) -7 NIL NIL NIL) (-878 1845210 1845973 1846270 "PROPFRML" NIL PROPFRML (NIL T) -8 NIL NIL NIL) (-877 1844762 1844894 1845022 "PROPERTY" NIL PROPERTY (NIL) -8 NIL NIL NIL) (-876 1839203 1843702 1844522 "PRODUCT" NIL PRODUCT (NIL T T) -8 NIL NIL NIL) (-875 1839032 1839070 1839129 "PRINT" NIL PRINT (NIL) -7 NIL NIL NIL) (-874 1838471 1838611 1838762 "PRIMES" NIL PRIMES (NIL T) -7 NIL NIL NIL) (-873 1836939 1837358 1837824 "PRIMELT" NIL PRIMELT (NIL T) -7 NIL NIL NIL) (-872 1836656 1836717 1836745 "PRIMCAT" 1836869 PRIMCAT (NIL) -9 NIL NIL NIL) (-871 1835827 1836023 1836251 "PRIMARR2" NIL PRIMARR2 (NIL T T) -7 NIL NIL NIL) (-870 1831988 1835777 1835822 "PRIMARR" NIL PRIMARR (NIL T) -8 NIL NIL NIL) (-869 1831687 1831749 1831860 "PREASSOC" NIL PREASSOC (NIL T T) -7 NIL NIL NIL) (-868 1828823 1831336 1831569 "PR" NIL PR (NIL T T) -8 NIL NIL NIL) (-867 1828274 1828431 1828459 "PPCURVE" 1828664 PPCURVE (NIL) -9 NIL 1828800 NIL) (-866 1827887 1828132 1828215 "PORTNUM" NIL PORTNUM (NIL) -8 NIL NIL NIL) (-865 1825643 1826064 1826656 "POLYROOT" NIL POLYROOT (NIL T T T T T) -7 NIL NIL NIL) (-864 1825086 1825150 1825383 "POLYLIFT" NIL POLYLIFT (NIL T T T T T) -7 NIL NIL NIL) (-863 1821806 1822292 1822903 "POLYCATQ" NIL POLYCATQ (NIL T T T T T) -7 NIL NIL NIL) (-862 1807397 1813526 1813590 "POLYCAT" 1817075 POLYCAT (NIL T T T) -9 NIL 1818952 NIL) (-861 1802907 1805054 1807392 "POLYCAT-" NIL POLYCAT- (NIL T T T T) -7 NIL NIL NIL) (-860 1802564 1802638 1802757 "POLY2UP" NIL POLY2UP (NIL NIL T) -7 NIL NIL NIL) (-859 1802257 1802320 1802427 "POLY2" NIL POLY2 (NIL T T) -7 NIL NIL NIL) (-858 1795620 1801990 1802149 "POLY" NIL POLY (NIL T) -8 NIL NIL NIL) (-857 1794507 1794770 1795046 "POLUTIL" NIL POLUTIL (NIL T T) -7 NIL NIL NIL) (-856 1793111 1793424 1793754 "POLTOPOL" NIL POLTOPOL (NIL NIL T) -7 NIL NIL NIL) (-855 1788554 1793061 1793106 "POINT" NIL POINT (NIL T) -8 NIL NIL NIL) (-854 1787042 1787453 1787828 "PNTHEORY" NIL PNTHEORY (NIL) -7 NIL NIL NIL) (-853 1785799 1786108 1786504 "PMTOOLS" NIL PMTOOLS (NIL T T T) -7 NIL NIL NIL) (-852 1785470 1785554 1785671 "PMSYM" NIL PMSYM (NIL T) -7 NIL NIL NIL) (-851 1785049 1785124 1785298 "PMQFCAT" NIL PMQFCAT (NIL T T T) -7 NIL NIL NIL) (-850 1784535 1784631 1784791 "PMPREDFS" NIL PMPREDFS (NIL T T T) -7 NIL NIL NIL) (-849 1784007 1784127 1784281 "PMPRED" NIL PMPRED (NIL T) -7 NIL NIL NIL) (-848 1782902 1783120 1783497 "PMPLCAT" NIL PMPLCAT (NIL T T T T T) -7 NIL NIL NIL) (-847 1782513 1782598 1782750 "PMLSAGG" NIL PMLSAGG (NIL T T T) -7 NIL NIL NIL) (-846 1782064 1782146 1782327 "PMKERNEL" NIL PMKERNEL (NIL T T) -7 NIL NIL NIL) (-845 1781756 1781837 1781950 "PMINS" NIL PMINS (NIL T) -7 NIL NIL NIL) (-844 1781269 1781344 1781552 "PMFS" NIL PMFS (NIL T T T) -7 NIL NIL NIL) (-843 1780617 1780745 1780947 "PMDOWN" NIL PMDOWN (NIL T T T) -7 NIL NIL NIL) (-842 1779979 1780113 1780276 "PMASSFS" NIL PMASSFS (NIL T T) -7 NIL NIL NIL) (-841 1779283 1779465 1779646 "PMASS" NIL PMASS (NIL) -7 NIL NIL NIL) (-840 1779006 1779080 1779174 "PLOTTOOL" NIL PLOTTOOL (NIL) -7 NIL NIL NIL) (-839 1775574 1776763 1777679 "PLOT3D" NIL PLOT3D (NIL) -8 NIL NIL NIL) (-838 1774658 1774859 1775094 "PLOT1" NIL PLOT1 (NIL T) -7 NIL NIL NIL) (-837 1770223 1771607 1772749 "PLOT" NIL PLOT (NIL) -8 NIL NIL NIL) (-836 1750144 1755031 1759878 "PLEQN" NIL PLEQN (NIL T T T T) -7 NIL NIL NIL) (-835 1749884 1749937 1750040 "PINTERPA" NIL PINTERPA (NIL T T) -7 NIL NIL NIL) (-834 1749325 1749459 1749639 "PINTERP" NIL PINTERP (NIL NIL T) -7 NIL NIL NIL) (-833 1747334 1748555 1748583 "PID" 1748780 PID (NIL) -9 NIL 1748907 NIL) (-832 1747122 1747165 1747240 "PICOERCE" NIL PICOERCE (NIL T) -7 NIL NIL NIL) (-831 1746309 1746969 1747056 "PI" NIL PI (NIL) -8 NIL NIL 1747096) (-830 1745761 1745912 1746088 "PGROEB" NIL PGROEB (NIL T) -7 NIL NIL NIL) (-829 1742089 1743047 1743952 "PGE" NIL PGE (NIL) -7 NIL NIL NIL) (-828 1740453 1740742 1741108 "PGCD" NIL PGCD (NIL T T T T) -7 NIL NIL NIL) (-827 1739895 1740010 1740171 "PFRPAC" NIL PFRPAC (NIL T) -7 NIL NIL NIL) (-826 1736436 1738764 1739117 "PFR" NIL PFR (NIL T) -8 NIL NIL NIL) (-825 1735042 1735322 1735647 "PFOTOOLS" NIL PFOTOOLS (NIL T T) -7 NIL NIL NIL) (-824 1733807 1734061 1734409 "PFOQ" NIL PFOQ (NIL T T T) -7 NIL NIL NIL) (-823 1732517 1732744 1733096 "PFO" NIL PFO (NIL T T T T T) -7 NIL NIL NIL) (-822 1729527 1731087 1731115 "PFECAT" 1731708 PFECAT (NIL) -9 NIL 1732085 NIL) (-821 1729150 1729315 1729522 "PFECAT-" NIL PFECAT- (NIL T) -7 NIL NIL NIL) (-820 1727974 1728256 1728557 "PFBRU" NIL PFBRU (NIL T T) -7 NIL NIL NIL) (-819 1726156 1726543 1726973 "PFBR" NIL PFBR (NIL T T T T) -7 NIL NIL NIL) (-818 1722126 1726082 1726151 "PF" NIL PF (NIL NIL) -8 NIL NIL NIL) (-817 1718029 1719176 1720043 "PERMGRP" NIL PERMGRP (NIL T) -8 NIL NIL NIL) (-816 1715961 1717050 1717091 "PERMCAT" 1717490 PERMCAT (NIL T) -9 NIL 1717787 NIL) (-815 1715657 1715704 1715827 "PERMAN" NIL PERMAN (NIL NIL T) -7 NIL NIL NIL) (-814 1712106 1713787 1714432 "PERM" NIL PERM (NIL T) -8 NIL NIL NIL) (-813 1710132 1711861 1711982 "PENDTREE" NIL PENDTREE (NIL T) -8 NIL NIL NIL) (-812 1709001 1709264 1709305 "PDSPC" 1709838 PDSPC (NIL T) -9 NIL 1710083 NIL) (-811 1708368 1708634 1708996 "PDSPC-" NIL PDSPC- (NIL T T) -7 NIL NIL NIL) (-810 1707003 1707996 1708037 "PDRING" 1708042 PDRING (NIL T) -9 NIL 1708069 NIL) (-809 1705713 1706502 1706555 "PDMOD" 1706560 PDMOD (NIL T T) -9 NIL 1706663 NIL) (-808 1704806 1705018 1705267 "PDECOMP" NIL PDECOMP (NIL T T) -7 NIL NIL NIL) (-807 1704411 1704478 1704532 "PDDOM" 1704697 PDDOM (NIL T T) -9 NIL 1704777 NIL) (-806 1704263 1704299 1704406 "PDDOM-" NIL PDDOM- (NIL T T T) -7 NIL NIL NIL) (-805 1704049 1704088 1704177 "PCOMP" NIL PCOMP (NIL T T) -7 NIL NIL NIL) (-804 1702366 1703120 1703419 "PBWLB" NIL PBWLB (NIL T) -8 NIL NIL NIL) (-803 1702055 1702118 1702227 "PATTERN2" NIL PATTERN2 (NIL T T) -7 NIL NIL NIL) (-802 1700193 1700623 1701074 "PATTERN1" NIL PATTERN1 (NIL T T) -7 NIL NIL NIL) (-801 1693813 1695642 1696934 "PATTERN" NIL PATTERN (NIL T) -8 NIL NIL NIL) (-800 1693444 1693517 1693649 "PATRES2" NIL PATRES2 (NIL T T T) -7 NIL NIL NIL) (-799 1691146 1691826 1692307 "PATRES" NIL PATRES (NIL T T) -8 NIL NIL NIL) (-798 1689350 1689778 1690181 "PATMATCH" NIL PATMATCH (NIL T T T) -7 NIL NIL NIL) (-797 1688796 1689044 1689085 "PATMAB" 1689192 PATMAB (NIL T) -9 NIL 1689275 NIL) (-796 1687443 1687847 1688104 "PATLRES" NIL PATLRES (NIL T T T) -8 NIL NIL NIL) (-795 1686981 1687112 1687153 "PATAB" 1687158 PATAB (NIL T) -9 NIL 1687330 NIL) (-794 1685524 1685961 1686384 "PARTPERM" NIL PARTPERM (NIL) -7 NIL NIL NIL) (-793 1685202 1685277 1685379 "PARSURF" NIL PARSURF (NIL T) -8 NIL NIL NIL) (-792 1684891 1684954 1685063 "PARSU2" NIL PARSU2 (NIL T T) -7 NIL NIL NIL) (-791 1684696 1684742 1684809 "PARSER" NIL PARSER (NIL) -7 NIL NIL NIL) (-790 1684374 1684449 1684551 "PARSCURV" NIL PARSCURV (NIL T) -8 NIL NIL NIL) (-789 1684063 1684126 1684235 "PARSC2" NIL PARSC2 (NIL T T) -7 NIL NIL NIL) (-788 1683754 1683824 1683921 "PARPCURV" NIL PARPCURV (NIL T) -8 NIL NIL NIL) (-787 1683443 1683506 1683615 "PARPC2" NIL PARPC2 (NIL T T) -7 NIL NIL NIL) (-786 1682604 1682983 1683162 "PARAMAST" NIL PARAMAST (NIL) -8 NIL NIL NIL) (-785 1682211 1682309 1682428 "PAN2EXPR" NIL PAN2EXPR (NIL) -7 NIL NIL NIL) (-784 1681179 1681604 1681823 "PALETTE" NIL PALETTE (NIL) -8 NIL NIL NIL) (-783 1679844 1680498 1680858 "PAIR" NIL PAIR (NIL T T) -8 NIL NIL NIL) (-782 1672934 1679248 1679442 "PADICRC" NIL PADICRC (NIL NIL T) -8 NIL NIL NIL) (-781 1665355 1672432 1672616 "PADICRAT" NIL PADICRAT (NIL NIL) -8 NIL NIL NIL) (-780 1662080 1663995 1664035 "PADICCT" 1664616 PADICCT (NIL NIL) -9 NIL 1664898 NIL) (-779 1660070 1662030 1662075 "PADIC" NIL PADIC (NIL NIL) -8 NIL NIL NIL) (-778 1659232 1659442 1659708 "PADEPAC" NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL NIL) (-777 1658574 1658717 1658921 "PADE" NIL PADE (NIL T T T) -7 NIL NIL NIL) (-776 1656955 1657982 1658260 "OWP" NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-775 1656479 1656738 1656835 "OVERSET" NIL OVERSET (NIL) -8 NIL NIL NIL) (-774 1655538 1656216 1656388 "OVAR" NIL OVAR (NIL NIL) -8 NIL NIL NIL) (-773 1645960 1648829 1651028 "OUTFORM" NIL OUTFORM (NIL) -8 NIL NIL NIL) (-772 1645352 1645666 1645792 "OUTBFILE" NIL OUTBFILE (NIL) -8 NIL NIL NIL) (-771 1644629 1644824 1644852 "OUTBCON" 1645170 OUTBCON (NIL) -9 NIL 1645336 NIL) (-770 1644337 1644467 1644624 "OUTBCON-" NIL OUTBCON- (NIL T) -7 NIL NIL NIL) (-769 1643718 1643863 1644024 "OUT" NIL OUT (NIL) -7 NIL NIL NIL) (-768 1643089 1643516 1643605 "OSI" NIL OSI (NIL) -8 NIL NIL NIL) (-767 1642504 1642919 1642947 "OSGROUP" 1642952 OSGROUP (NIL) -9 NIL 1642974 NIL) (-766 1641468 1641729 1642014 "ORTHPOL" NIL ORTHPOL (NIL T) -7 NIL NIL NIL) (-765 1638737 1641343 1641463 "OREUP" NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL NIL) (-764 1635878 1638488 1638614 "ORESUP" NIL ORESUP (NIL T NIL NIL) -8 NIL NIL NIL) (-763 1633896 1634424 1634984 "OREPCTO" NIL OREPCTO (NIL T T) -7 NIL NIL NIL) (-762 1627238 1629778 1629818 "OREPCAT" 1632139 OREPCAT (NIL T) -9 NIL 1633241 NIL) (-761 1625264 1626198 1627233 "OREPCAT-" NIL OREPCAT- (NIL T T) -7 NIL NIL NIL) (-760 1624461 1624732 1624760 "ORDTYPE" 1625065 ORDTYPE (NIL) -9 NIL 1625223 NIL) (-759 1623995 1624206 1624456 "ORDTYPE-" NIL ORDTYPE- (NIL T) -7 NIL NIL NIL) (-758 1623457 1623833 1623990 "ORDSTRCT" NIL ORDSTRCT (NIL T NIL) -8 NIL NIL NIL) (-757 1622951 1623314 1623342 "ORDSET" 1623347 ORDSET (NIL) -9 NIL 1623369 NIL) (-756 1621516 1622538 1622566 "ORDRING" 1622571 ORDRING (NIL) -9 NIL 1622599 NIL) (-755 1620764 1621321 1621349 "ORDMON" 1621354 ORDMON (NIL) -9 NIL 1621375 NIL) (-754 1620068 1620230 1620422 "ORDFUNS" NIL ORDFUNS (NIL NIL T) -7 NIL NIL NIL) (-753 1619279 1619787 1619815 "ORDFIN" 1619880 ORDFIN (NIL) -9 NIL 1619954 NIL) (-752 1618673 1618812 1618998 "ORDCOMP2" NIL ORDCOMP2 (NIL T T) -7 NIL NIL NIL) (-751 1615348 1617641 1618047 "ORDCOMP" NIL ORDCOMP (NIL T) -8 NIL NIL NIL) (-750 1614755 1615110 1615215 "OPSIG" NIL OPSIG (NIL) -8 NIL NIL NIL) (-749 1614563 1614608 1614674 "OPQUERY" NIL OPQUERY (NIL) -7 NIL NIL NIL) (-748 1613864 1614140 1614181 "OPERCAT" 1614392 OPERCAT (NIL T) -9 NIL 1614488 NIL) (-747 1613676 1613743 1613859 "OPERCAT-" NIL OPERCAT- (NIL T T) -7 NIL NIL NIL) (-746 1611042 1612478 1612974 "OP" NIL OP (NIL T) -8 NIL NIL NIL) (-745 1610463 1610590 1610764 "ONECOMP2" NIL ONECOMP2 (NIL T T) -7 NIL NIL NIL) (-744 1607364 1609602 1609968 "ONECOMP" NIL ONECOMP (NIL T) -8 NIL NIL NIL) (-743 1604248 1606757 1606797 "OMSAGG" 1606858 OMSAGG (NIL T) -9 NIL 1606922 NIL) (-742 1602660 1603919 1604087 "OMLO" NIL OMLO (NIL T T) -8 NIL NIL NIL) (-741 1600856 1602097 1602125 "OINTDOM" 1602130 OINTDOM (NIL) -9 NIL 1602151 NIL) (-740 1598286 1599858 1600187 "OFMONOID" NIL OFMONOID (NIL T) -8 NIL NIL NIL) (-739 1597540 1598236 1598281 "ODVAR" NIL ODVAR (NIL T) -8 NIL NIL NIL) (-738 1594742 1597381 1597535 "ODR" NIL ODR (NIL T T NIL) -8 NIL NIL NIL) (-737 1586279 1594613 1594737 "ODPOL" NIL ODPOL (NIL T) -8 NIL NIL NIL) (-736 1579788 1586170 1586274 "ODP" NIL ODP (NIL NIL T NIL) -8 NIL NIL NIL) (-735 1578760 1578997 1579270 "ODETOOLS" NIL ODETOOLS (NIL T T) -7 NIL NIL NIL) (-734 1576394 1577064 1577768 "ODESYS" NIL ODESYS (NIL T T) -7 NIL NIL NIL) (-733 1572171 1573131 1574154 "ODERTRIC" NIL ODERTRIC (NIL T T) -7 NIL NIL NIL) (-732 1571679 1571767 1571961 "ODERED" NIL ODERED (NIL T T T T T) -7 NIL NIL NIL) (-731 1569128 1569710 1570383 "ODERAT" NIL ODERAT (NIL T T) -7 NIL NIL NIL) (-730 1566523 1567031 1567627 "ODEPRRIC" NIL ODEPRRIC (NIL T T T T) -7 NIL NIL NIL) (-729 1563520 1564059 1564705 "ODEPRIM" NIL ODEPRIM (NIL T T T T) -7 NIL NIL NIL) (-728 1562875 1562983 1563241 "ODEPAL" NIL ODEPAL (NIL T T T T) -7 NIL NIL NIL) (-727 1562033 1562158 1562379 "ODEINT" NIL ODEINT (NIL T T) -7 NIL NIL NIL) (-726 1558317 1559113 1560026 "ODEEF" NIL ODEEF (NIL T T) -7 NIL NIL NIL) (-725 1557757 1557852 1558074 "ODECONST" NIL ODECONST (NIL T T T) -7 NIL NIL NIL) (-724 1557438 1557487 1557614 "OCTCT2" NIL OCTCT2 (NIL T T T T) -7 NIL NIL NIL) (-723 1554041 1557237 1557356 "OCT" NIL OCT (NIL T) -8 NIL NIL NIL) (-722 1553201 1553823 1553851 "OCAMON" 1553856 OCAMON (NIL) -9 NIL 1553877 NIL) (-721 1547413 1550227 1550267 "OC" 1551362 OC (NIL T) -9 NIL 1552218 NIL) (-720 1545413 1546339 1547319 "OC-" NIL OC- (NIL T T) -7 NIL NIL NIL) (-719 1544829 1545247 1545275 "OASGP" 1545280 OASGP (NIL) -9 NIL 1545300 NIL) (-718 1543892 1544541 1544569 "OAMONS" 1544609 OAMONS (NIL) -9 NIL 1544652 NIL) (-717 1543037 1543618 1543646 "OAMON" 1543703 OAMON (NIL) -9 NIL 1543754 NIL) (-716 1542933 1542965 1543032 "OAMON-" NIL OAMON- (NIL T) -7 NIL NIL NIL) (-715 1541684 1542458 1542486 "OAGROUP" 1542632 OAGROUP (NIL) -9 NIL 1542724 NIL) (-714 1541475 1541562 1541679 "OAGROUP-" NIL OAGROUP- (NIL T) -7 NIL NIL NIL) (-713 1541215 1541271 1541359 "NUMTUBE" NIL NUMTUBE (NIL T) -7 NIL NIL NIL) (-712 1536277 1537840 1539367 "NUMQUAD" NIL NUMQUAD (NIL) -7 NIL NIL NIL) (-711 1532972 1534006 1535041 "NUMODE" NIL NUMODE (NIL) -7 NIL NIL NIL) (-710 1532082 1532315 1532533 "NUMFMT" NIL NUMFMT (NIL) -7 NIL NIL NIL) (-709 1520943 1523971 1526419 "NUMERIC" NIL NUMERIC (NIL T) -7 NIL NIL NIL) (-708 1515085 1520347 1520441 "NTSCAT" 1520446 NTSCAT (NIL T T T T) -9 NIL 1520484 NIL) (-707 1514426 1514605 1514798 "NTPOLFN" NIL NTPOLFN (NIL T) -7 NIL NIL NIL) (-706 1514119 1514182 1514289 "NSUP2" NIL NSUP2 (NIL T T) -7 NIL NIL NIL) (-705 1501786 1511739 1512549 "NSUP" NIL NSUP (NIL T) -8 NIL NIL NIL) (-704 1490795 1501651 1501781 "NSMP" NIL NSMP (NIL T T) -8 NIL NIL NIL) (-703 1489515 1489840 1490197 "NREP" NIL NREP (NIL T) -7 NIL NIL NIL) (-702 1488351 1488615 1488973 "NPCOEF" NIL NPCOEF (NIL T T T T T) -7 NIL NIL NIL) (-701 1487518 1487651 1487867 "NORMRETR" NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL NIL) (-700 1485836 1486155 1486561 "NORMPK" NIL NORMPK (NIL T T T T T) -7 NIL NIL NIL) (-699 1485549 1485583 1485707 "NORMMA" NIL NORMMA (NIL T T T T) -7 NIL NIL NIL) (-698 1485368 1485403 1485472 "NONE1" NIL NONE1 (NIL T) -7 NIL NIL NIL) (-697 1485144 1485334 1485363 "NONE" NIL NONE (NIL) -8 NIL NIL NIL) (-696 1484708 1484775 1484952 "NODE1" NIL NODE1 (NIL T T) -7 NIL NIL NIL) (-695 1482994 1484071 1484326 "NNI" NIL NNI (NIL) -8 NIL NIL 1484673) (-694 1481722 1482059 1482423 "NLINSOL" NIL NLINSOL (NIL T) -7 NIL NIL NIL) (-693 1480699 1480951 1481253 "NFINTBAS" NIL NFINTBAS (NIL T T) -7 NIL NIL NIL) (-692 1479786 1480351 1480392 "NETCLT" 1480563 NETCLT (NIL T) -9 NIL 1480644 NIL) (-691 1478690 1478957 1479238 "NCODIV" NIL NCODIV (NIL T T) -7 NIL NIL NIL) (-690 1478489 1478532 1478607 "NCNTFRAC" NIL NCNTFRAC (NIL T) -7 NIL NIL NIL) (-689 1477020 1477408 1477828 "NCEP" NIL NCEP (NIL T) -7 NIL NIL NIL) (-688 1475653 1476619 1476647 "NASRING" 1476757 NASRING (NIL) -9 NIL 1476837 NIL) (-687 1475498 1475554 1475648 "NASRING-" NIL NASRING- (NIL T) -7 NIL NIL NIL) (-686 1474427 1475105 1475133 "NARNG" 1475250 NARNG (NIL) -9 NIL 1475341 NIL) (-685 1474203 1474288 1474422 "NARNG-" NIL NARNG- (NIL T) -7 NIL NIL NIL) (-684 1472969 1473723 1473763 "NAALG" 1473842 NAALG (NIL T) -9 NIL 1473903 NIL) (-683 1472839 1472874 1472964 "NAALG-" NIL NAALG- (NIL T T) -7 NIL NIL NIL) (-682 1467818 1469003 1470189 "MULTSQFR" NIL MULTSQFR (NIL T T T T) -7 NIL NIL NIL) (-681 1467213 1467300 1467484 "MULTFACT" NIL MULTFACT (NIL T T T T) -7 NIL NIL NIL) (-680 1459223 1463717 1463769 "MTSCAT" 1464829 MTSCAT (NIL T T) -9 NIL 1465343 NIL) (-679 1458989 1459049 1459141 "MTHING" NIL MTHING (NIL T) -7 NIL NIL NIL) (-678 1458815 1458854 1458914 "MSYSCMD" NIL MSYSCMD (NIL) -7 NIL NIL NIL) (-677 1456404 1458347 1458388 "MSETAGG" 1458393 MSETAGG (NIL T) -9 NIL 1458427 NIL) (-676 1452774 1455447 1455768 "MSET" NIL MSET (NIL T) -8 NIL NIL NIL) (-675 1449048 1450871 1451611 "MRING" NIL MRING (NIL T T) -8 NIL NIL NIL) (-674 1448685 1448758 1448887 "MRF2" NIL MRF2 (NIL T T T) -7 NIL NIL NIL) (-673 1448338 1448379 1448523 "MRATFAC" NIL MRATFAC (NIL T T T T) -7 NIL NIL NIL) (-672 1446203 1446540 1446971 "MPRFF" NIL MPRFF (NIL T T T T) -7 NIL NIL NIL) (-671 1439601 1446102 1446198 "MPOLY" NIL MPOLY (NIL NIL T) -8 NIL NIL NIL) (-670 1439126 1439167 1439375 "MPCPF" NIL MPCPF (NIL T T T T) -7 NIL NIL NIL) (-669 1438685 1438734 1438917 "MPC3" NIL MPC3 (NIL T T T T T T T) -7 NIL NIL NIL) (-668 1437959 1438052 1438271 "MPC2" NIL MPC2 (NIL T T T T T T T) -7 NIL NIL NIL) (-667 1436576 1436937 1437327 "MONOTOOL" NIL MONOTOOL (NIL T T) -7 NIL NIL NIL) (-666 1436097 1436164 1436203 "MONOPC" 1436263 MONOPC (NIL T) -9 NIL 1436482 NIL) (-665 1435548 1435884 1436012 "MONOP" NIL MONOP (NIL T) -8 NIL NIL NIL) (-664 1434690 1435069 1435097 "MONOID" 1435315 MONOID (NIL) -9 NIL 1435459 NIL) (-663 1434349 1434499 1434685 "MONOID-" NIL MONOID- (NIL T) -7 NIL NIL NIL) (-662 1423287 1430157 1430216 "MONOGEN" 1430890 MONOGEN (NIL T T) -9 NIL 1431346 NIL) (-661 1421299 1422185 1423168 "MONOGEN-" NIL MONOGEN- (NIL T T T) -7 NIL NIL NIL) (-660 1420013 1420557 1420585 "MONADWU" 1420976 MONADWU (NIL) -9 NIL 1421211 NIL) (-659 1419561 1419761 1420008 "MONADWU-" NIL MONADWU- (NIL T) -7 NIL NIL NIL) (-658 1418838 1419139 1419167 "MONAD" 1419374 MONAD (NIL) -9 NIL 1419486 NIL) (-657 1418605 1418701 1418833 "MONAD-" NIL MONAD- (NIL T) -7 NIL NIL NIL) (-656 1416995 1417765 1418044 "MOEBIUS" NIL MOEBIUS (NIL T) -8 NIL NIL NIL) (-655 1416129 1416656 1416696 "MODULE" 1416701 MODULE (NIL T) -9 NIL 1416739 NIL) (-654 1415808 1415934 1416124 "MODULE-" NIL MODULE- (NIL T T) -7 NIL NIL NIL) (-653 1413519 1414405 1414719 "MODRING" NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-652 1410698 1412115 1412628 "MODOP" NIL MODOP (NIL T T) -8 NIL NIL NIL) (-651 1409332 1409906 1410182 "MODMONOM" NIL MODMONOM (NIL T T NIL) -8 NIL NIL NIL) (-650 1398551 1407997 1408410 "MODMON" NIL MODMON (NIL T T) -8 NIL NIL NIL) (-649 1395507 1397551 1397820 "MODFIELD" NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-648 1394591 1394958 1395148 "MMLFORM" NIL MMLFORM (NIL) -8 NIL NIL NIL) (-647 1394160 1394209 1394388 "MMAP" NIL MMAP (NIL T T T T T T) -7 NIL NIL NIL) (-646 1391985 1392981 1393021 "MLO" 1393438 MLO (NIL T) -9 NIL 1393678 NIL) (-645 1389866 1390393 1390988 "MLIFT" NIL MLIFT (NIL T T T T) -7 NIL NIL NIL) (-644 1389334 1389430 1389584 "MKUCFUNC" NIL MKUCFUNC (NIL T T T) -7 NIL NIL NIL) (-643 1389004 1389080 1389203 "MKRECORD" NIL MKRECORD (NIL T T) -7 NIL NIL NIL) (-642 1388216 1388402 1388630 "MKFUNC" NIL MKFUNC (NIL T) -7 NIL NIL NIL) (-641 1387709 1387825 1387981 "MKFLCFN" NIL MKFLCFN (NIL T) -7 NIL NIL NIL) (-640 1387081 1387195 1387380 "MKBCFUNC" NIL MKBCFUNC (NIL T T T T) -7 NIL NIL NIL) (-639 1386108 1386381 1386658 "MHROWRED" NIL MHROWRED (NIL T) -7 NIL NIL NIL) (-638 1385541 1385629 1385800 "MFINFACT" NIL MFINFACT (NIL T T T T) -7 NIL NIL NIL) (-637 1382699 1383578 1384457 "MESH" NIL MESH (NIL) -7 NIL NIL NIL) (-636 1381366 1381714 1382067 "MDDFACT" NIL MDDFACT (NIL T) -7 NIL NIL NIL) (-635 1378750 1380471 1380512 "MDAGG" 1380769 MDAGG (NIL T) -9 NIL 1380914 NIL) (-634 1378024 1378188 1378388 "MCDEN" NIL MCDEN (NIL T T) -7 NIL NIL NIL) (-633 1377102 1377388 1377618 "MAYBE" NIL MAYBE (NIL T) -8 NIL NIL NIL) (-632 1375199 1375776 1376337 "MATSTOR" NIL MATSTOR (NIL T) -7 NIL NIL NIL) (-631 1370997 1374789 1375036 "MATRIX" NIL MATRIX (NIL T) -8 NIL NIL NIL) (-630 1367346 1368115 1368849 "MATLIN" NIL MATLIN (NIL T T T T) -7 NIL NIL NIL) (-629 1366099 1366268 1366597 "MATCAT2" NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-628 1355622 1359186 1359262 "MATCAT" 1364250 MATCAT (NIL T T T) -9 NIL 1365696 NIL) (-627 1352903 1354209 1355617 "MATCAT-" NIL MATCAT- (NIL T T T T) -7 NIL NIL NIL) (-626 1351304 1351664 1352048 "MAPPKG3" NIL MAPPKG3 (NIL T T T) -7 NIL NIL NIL) (-625 1350437 1350634 1350856 "MAPPKG2" NIL MAPPKG2 (NIL T T) -7 NIL NIL NIL) (-624 1349188 1349514 1349841 "MAPPKG1" NIL MAPPKG1 (NIL T) -7 NIL NIL NIL) (-623 1348350 1348752 1348928 "MAPPAST" NIL MAPPAST (NIL) -8 NIL NIL NIL) (-622 1348019 1348083 1348206 "MAPHACK3" NIL MAPHACK3 (NIL T T T) -7 NIL NIL NIL) (-621 1347667 1347740 1347854 "MAPHACK2" NIL MAPHACK2 (NIL T T) -7 NIL NIL NIL) (-620 1347202 1347317 1347459 "MAPHACK1" NIL MAPHACK1 (NIL T) -7 NIL NIL NIL) (-619 1345411 1346179 1346480 "MAGMA" NIL MAGMA (NIL T) -8 NIL NIL NIL) (-618 1344905 1345207 1345297 "MACROAST" NIL MACROAST (NIL) -8 NIL NIL NIL) (-617 1339186 1343220 1343261 "LZSTAGG" 1344038 LZSTAGG (NIL T) -9 NIL 1344328 NIL) (-616 1336535 1337847 1339181 "LZSTAGG-" NIL LZSTAGG- (NIL T T) -7 NIL NIL NIL) (-615 1333922 1334888 1335371 "LWORD" NIL LWORD (NIL T) -8 NIL NIL NIL) (-614 1333503 1333782 1333856 "LSTAST" NIL LSTAST (NIL) -8 NIL NIL NIL) (-613 1325772 1333364 1333498 "LSQM" NIL LSQM (NIL NIL T) -8 NIL NIL NIL) (-612 1325135 1325280 1325508 "LSPP" NIL LSPP (NIL T T T T) -7 NIL NIL NIL) (-611 1322619 1323317 1324029 "LSMP1" NIL LSMP1 (NIL T) -7 NIL NIL NIL) (-610 1320835 1321158 1321592 "LSMP" NIL LSMP (NIL T T T T) -7 NIL NIL NIL) (-609 1314234 1319885 1319926 "LSAGG" 1319988 LSAGG (NIL T) -9 NIL 1320066 NIL) (-608 1311928 1313027 1314229 "LSAGG-" NIL LSAGG- (NIL T T) -7 NIL NIL NIL) (-607 1309408 1311277 1311526 "LPOLY" NIL LPOLY (NIL T T) -8 NIL NIL NIL) (-606 1309075 1309166 1309289 "LPEFRAC" NIL LPEFRAC (NIL T) -7 NIL NIL NIL) (-605 1308746 1308825 1308853 "LOGIC" 1308964 LOGIC (NIL) -9 NIL 1309046 NIL) (-604 1308641 1308670 1308741 "LOGIC-" NIL LOGIC- (NIL T) -7 NIL NIL NIL) (-603 1307960 1308118 1308311 "LODOOPS" NIL LODOOPS (NIL T T) -7 NIL NIL NIL) (-602 1306745 1306994 1307345 "LODOF" NIL LODOF (NIL T T) -7 NIL NIL NIL) (-601 1302567 1305366 1305406 "LODOCAT" 1305838 LODOCAT (NIL T) -9 NIL 1306049 NIL) (-600 1302360 1302436 1302562 "LODOCAT-" NIL LODOCAT- (NIL T T) -7 NIL NIL NIL) (-599 1299360 1302237 1302355 "LODO2" NIL LODO2 (NIL T T) -8 NIL NIL NIL) (-598 1296458 1299310 1299355 "LODO1" NIL LODO1 (NIL T) -8 NIL NIL NIL) (-597 1293545 1296388 1296453 "LODO" NIL LODO (NIL T NIL) -8 NIL NIL NIL) (-596 1292598 1292773 1293075 "LODEEF" NIL LODEEF (NIL T T T) -7 NIL NIL NIL) (-595 1290730 1291860 1292113 "LO" NIL LO (NIL T T T) -8 NIL NIL NIL) (-594 1286605 1288889 1288930 "LNAGG" 1289789 LNAGG (NIL T) -9 NIL 1290227 NIL) (-593 1285992 1286259 1286600 "LNAGG-" NIL LNAGG- (NIL T T) -7 NIL NIL NIL) (-592 1282564 1283505 1284142 "LMOPS" NIL LMOPS (NIL T T NIL) -8 NIL NIL NIL) (-591 1281826 1282331 1282371 "LMODULE" 1282376 LMODULE (NIL T) -9 NIL 1282402 NIL) (-590 1279295 1281562 1281685 "LMDICT" NIL LMDICT (NIL T) -8 NIL NIL NIL) (-589 1278863 1279074 1279115 "LLINSET" 1279176 LLINSET (NIL T) -9 NIL 1279220 NIL) (-588 1278539 1278799 1278858 "LITERAL" NIL LITERAL (NIL T) -8 NIL NIL NIL) (-587 1278138 1278218 1278357 "LIST3" NIL LIST3 (NIL T T T) -7 NIL NIL NIL) (-586 1276589 1276937 1277336 "LIST2MAP" NIL LIST2MAP (NIL T T) -7 NIL NIL NIL) (-585 1275760 1275956 1276184 "LIST2" NIL LIST2 (NIL T T) -7 NIL NIL NIL) (-584 1269073 1275016 1275270 "LIST" NIL LIST (NIL T) -8 NIL NIL NIL) (-583 1268650 1268883 1268924 "LINSET" 1268929 LINSET (NIL T) -9 NIL 1268962 NIL) (-582 1267551 1268273 1268440 "LINFORM" NIL LINFORM (NIL T NIL) -8 NIL NIL NIL) (-581 1265817 1266572 1266612 "LINEXP" 1267098 LINEXP (NIL T) -9 NIL 1267371 NIL) (-580 1264439 1265426 1265607 "LINELT" NIL LINELT (NIL T NIL) -8 NIL NIL NIL) (-579 1263266 1263538 1263840 "LINDEP" NIL LINDEP (NIL T T) -7 NIL NIL NIL) (-578 1262479 1263068 1263178 "LINBASIS" NIL LINBASIS (NIL NIL) -8 NIL NIL NIL) (-577 1260029 1260751 1261501 "LIMITRF" NIL LIMITRF (NIL T) -7 NIL NIL NIL) (-576 1258659 1258956 1259347 "LIMITPS" NIL LIMITPS (NIL T T) -7 NIL NIL NIL) (-575 1257452 1258054 1258094 "LIECAT" 1258234 LIECAT (NIL T) -9 NIL 1258385 NIL) (-574 1257326 1257359 1257447 "LIECAT-" NIL LIECAT- (NIL T T) -7 NIL NIL NIL) (-573 1251582 1257016 1257244 "LIE" NIL LIE (NIL T T) -8 NIL NIL NIL) (-572 1243222 1251258 1251414 "LIB" NIL LIB (NIL) -8 NIL NIL NIL) (-571 1239674 1240623 1241558 "LGROBP" NIL LGROBP (NIL NIL T) -7 NIL NIL NIL) (-570 1238298 1239206 1239234 "LFCAT" 1239441 LFCAT (NIL) -9 NIL 1239580 NIL) (-569 1236537 1236867 1237212 "LF" NIL LF (NIL T T) -7 NIL NIL NIL) (-568 1234054 1234719 1235400 "LEXTRIPK" NIL LEXTRIPK (NIL T NIL) -7 NIL NIL NIL) (-567 1231066 1232044 1232547 "LEXP" NIL LEXP (NIL T T NIL) -8 NIL NIL NIL) (-566 1230557 1230860 1230951 "LETAST" NIL LETAST (NIL) -8 NIL NIL NIL) (-565 1229264 1229588 1229988 "LEADCDET" NIL LEADCDET (NIL T T T T) -7 NIL NIL NIL) (-564 1228530 1228615 1228841 "LAZM3PK" NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL NIL) (-563 1223533 1227098 1227634 "LAUPOL" NIL LAUPOL (NIL T T) -8 NIL NIL NIL) (-562 1223158 1223208 1223368 "LAPLACE" NIL LAPLACE (NIL T T) -7 NIL NIL NIL) (-561 1221929 1222702 1222742 "LALG" 1222803 LALG (NIL T) -9 NIL 1222861 NIL) (-560 1221712 1221789 1221924 "LALG-" NIL LALG- (NIL T T) -7 NIL NIL NIL) (-559 1219565 1220980 1221231 "LA" NIL LA (NIL T T T) -8 NIL NIL NIL) (-558 1219394 1219424 1219465 "KVTFROM" 1219527 KVTFROM (NIL T) -9 NIL NIL NIL) (-557 1218210 1218925 1219114 "KTVLOGIC" NIL KTVLOGIC (NIL) -8 NIL NIL NIL) (-556 1218039 1218069 1218110 "KRCFROM" 1218172 KRCFROM (NIL T) -9 NIL NIL NIL) (-555 1217141 1217338 1217633 "KOVACIC" NIL KOVACIC (NIL T T) -7 NIL NIL NIL) (-554 1216970 1217000 1217041 "KONVERT" 1217103 KONVERT (NIL T) -9 NIL NIL NIL) (-553 1216799 1216829 1216870 "KOERCE" 1216932 KOERCE (NIL T) -9 NIL NIL NIL) (-552 1216369 1216462 1216594 "KERNEL2" NIL KERNEL2 (NIL T T) -7 NIL NIL NIL) (-551 1214422 1215316 1215688 "KERNEL" NIL KERNEL (NIL T) -8 NIL NIL NIL) (-550 1207351 1212173 1212227 "KDAGG" 1212603 KDAGG (NIL T T) -9 NIL 1212843 NIL) (-549 1207009 1207144 1207346 "KDAGG-" NIL KDAGG- (NIL T T T) -7 NIL NIL NIL) (-548 1200313 1206801 1206947 "KAFILE" NIL KAFILE (NIL T) -8 NIL NIL NIL) (-547 1199963 1200245 1200308 "JVMOP" NIL JVMOP (NIL) -8 NIL NIL NIL) (-546 1198933 1199432 1199681 "JVMMDACC" NIL JVMMDACC (NIL) -8 NIL NIL NIL) (-545 1198059 1198508 1198713 "JVMFDACC" NIL JVMFDACC (NIL) -8 NIL NIL NIL) (-544 1196923 1197415 1197715 "JVMCSTTG" NIL JVMCSTTG (NIL) -8 NIL NIL NIL) (-543 1196205 1196604 1196765 "JVMCFACC" NIL JVMCFACC (NIL) -8 NIL NIL NIL) (-542 1195915 1196151 1196200 "JVMBCODE" NIL JVMBCODE (NIL) -8 NIL NIL NIL) (-541 1190170 1195605 1195833 "JORDAN" NIL JORDAN (NIL T T) -8 NIL NIL NIL) (-540 1189588 1189921 1190041 "JOINAST" NIL JOINAST (NIL) -8 NIL NIL NIL) (-539 1186314 1187774 1187828 "IXAGG" 1188743 IXAGG (NIL T T) -9 NIL 1189203 NIL) (-538 1185599 1185930 1186309 "IXAGG-" NIL IXAGG- (NIL T T T) -7 NIL NIL NIL) (-537 1184566 1184841 1185104 "ITUPLE" NIL ITUPLE (NIL T) -8 NIL NIL NIL) (-536 1183228 1183435 1183728 "ITRIGMNP" NIL ITRIGMNP (NIL T T T) -7 NIL NIL NIL) (-535 1182179 1182401 1182684 "ITFUN3" NIL ITFUN3 (NIL T T T) -7 NIL NIL NIL) (-534 1181854 1181917 1182040 "ITFUN2" NIL ITFUN2 (NIL T T) -7 NIL NIL NIL) (-533 1181116 1181488 1181662 "ITFORM" NIL ITFORM (NIL) -8 NIL NIL NIL) (-532 1179092 1180392 1180666 "ITAYLOR" NIL ITAYLOR (NIL T) -8 NIL NIL NIL) (-531 1168640 1174409 1175566 "ISUPS" NIL ISUPS (NIL T) -8 NIL NIL NIL) (-530 1167885 1168037 1168273 "ISUMP" NIL ISUMP (NIL T T T T) -7 NIL NIL NIL) (-529 1167376 1167679 1167770 "ISAST" NIL ISAST (NIL) -8 NIL NIL NIL) (-528 1166669 1166760 1166973 "IRURPK" NIL IRURPK (NIL T T T T T) -7 NIL NIL NIL) (-527 1165801 1166026 1166266 "IRSN" NIL IRSN (NIL) -7 NIL NIL NIL) (-526 1164214 1164595 1165023 "IRRF2F" NIL IRRF2F (NIL T) -7 NIL NIL NIL) (-525 1163999 1164043 1164119 "IRREDFFX" NIL IRREDFFX (NIL T) -7 NIL NIL NIL) (-524 1162849 1163146 1163441 "IROOT" NIL IROOT (NIL T) -7 NIL NIL NIL) (-523 1162122 1162473 1162624 "IRFORM" NIL IRFORM (NIL) -8 NIL NIL NIL) (-522 1161325 1161456 1161669 "IR2F" NIL IR2F (NIL T T) -7 NIL NIL NIL) (-521 1159480 1159977 1160521 "IR2" NIL IR2 (NIL T T) -7 NIL NIL NIL) (-520 1156561 1157829 1158518 "IR" NIL IR (NIL T) -8 NIL NIL NIL) (-519 1156386 1156426 1156486 "IPRNTPK" NIL IPRNTPK (NIL) -7 NIL NIL NIL) (-518 1152384 1156312 1156381 "IPF" NIL IPF (NIL NIL) -8 NIL NIL NIL) (-517 1150387 1152323 1152379 "IPADIC" NIL IPADIC (NIL NIL NIL) -8 NIL NIL NIL) (-516 1149758 1150057 1150187 "IP4ADDR" NIL IP4ADDR (NIL) -8 NIL NIL NIL) (-515 1149211 1149499 1149631 "IOMODE" NIL IOMODE (NIL) -8 NIL NIL NIL) (-514 1148292 1148917 1149043 "IOBFILE" NIL IOBFILE (NIL) -8 NIL NIL NIL) (-513 1147702 1148196 1148224 "IOBCON" 1148229 IOBCON (NIL) -9 NIL 1148250 NIL) (-512 1147273 1147337 1147519 "INVLAPLA" NIL INVLAPLA (NIL T T) -7 NIL NIL NIL) (-511 1139317 1141688 1144013 "INTTR" NIL INTTR (NIL T T) -7 NIL NIL NIL) (-510 1136428 1137211 1138075 "INTTOOLS" NIL INTTOOLS (NIL T T) -7 NIL NIL NIL) (-509 1136105 1136202 1136319 "INTSLPE" NIL INTSLPE (NIL) -7 NIL NIL NIL) (-508 1133547 1136041 1136100 "INTRVL" NIL INTRVL (NIL T) -8 NIL NIL NIL) (-507 1131659 1132188 1132755 "INTRF" NIL INTRF (NIL T) -7 NIL NIL NIL) (-506 1131161 1131275 1131415 "INTRET" NIL INTRET (NIL T) -7 NIL NIL NIL) (-505 1129545 1129951 1130413 "INTRAT" NIL INTRAT (NIL T T) -7 NIL NIL NIL) (-504 1127324 1127918 1128529 "INTPM" NIL INTPM (NIL T T) -7 NIL NIL NIL) (-503 1124697 1125307 1126027 "INTPAF" NIL INTPAF (NIL T T T) -7 NIL NIL NIL) (-502 1124101 1124259 1124467 "INTHERTR" NIL INTHERTR (NIL T T) -7 NIL NIL NIL) (-501 1123620 1123706 1123894 "INTHERAL" NIL INTHERAL (NIL T T T T) -7 NIL NIL NIL) (-500 1121825 1122346 1122803 "INTHEORY" NIL INTHEORY (NIL) -7 NIL NIL NIL) (-499 1114907 1116560 1118289 "INTG0" NIL INTG0 (NIL T T T) -7 NIL NIL NIL) (-498 1114273 1114435 1114608 "INTFACT" NIL INTFACT (NIL T) -7 NIL NIL NIL) (-497 1112146 1112610 1113154 "INTEF" NIL INTEF (NIL T T) -7 NIL NIL NIL) (-496 1110272 1111222 1111250 "INTDOM" 1111549 INTDOM (NIL) -9 NIL 1111754 NIL) (-495 1109825 1110027 1110267 "INTDOM-" NIL INTDOM- (NIL T) -7 NIL NIL NIL) (-494 1105632 1108104 1108158 "INTCAT" 1108954 INTCAT (NIL T) -9 NIL 1109270 NIL) (-493 1105197 1105317 1105444 "INTBIT" NIL INTBIT (NIL) -7 NIL NIL NIL) (-492 1104037 1104209 1104515 "INTALG" NIL INTALG (NIL T T T T T) -7 NIL NIL NIL) (-491 1103610 1103706 1103863 "INTAF" NIL INTAF (NIL T T) -7 NIL NIL NIL) (-490 1096093 1103517 1103605 "INTABL" NIL INTABL (NIL T T T) -8 NIL NIL NIL) (-489 1095391 1095946 1096011 "INT8" NIL INT8 (NIL) -8 NIL NIL 1096045) (-488 1094688 1095243 1095308 "INT64" NIL INT64 (NIL) -8 NIL NIL 1095342) (-487 1093985 1094540 1094605 "INT32" NIL INT32 (NIL) -8 NIL NIL 1094639) (-486 1093282 1093837 1093902 "INT16" NIL INT16 (NIL) -8 NIL NIL 1093936) (-485 1089745 1093201 1093277 "INT" NIL INT (NIL) -8 NIL NIL NIL) (-484 1083802 1087285 1087313 "INS" 1088243 INS (NIL) -9 NIL 1088902 NIL) (-483 1081864 1082782 1083729 "INS-" NIL INS- (NIL T) -7 NIL NIL NIL) (-482 1080923 1081146 1081421 "INPSIGN" NIL INPSIGN (NIL T T) -7 NIL NIL NIL) (-481 1080137 1080278 1080475 "INPRODPF" NIL INPRODPF (NIL T T) -7 NIL NIL NIL) (-480 1079127 1079268 1079505 "INPRODFF" NIL INPRODFF (NIL T T T T) -7 NIL NIL NIL) (-479 1078279 1078443 1078703 "INNMFACT" NIL INNMFACT (NIL T T T T) -7 NIL NIL NIL) (-478 1077559 1077674 1077862 "INMODGCD" NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL NIL) (-477 1076298 1076567 1076891 "INFSP" NIL INFSP (NIL T T T) -7 NIL NIL NIL) (-476 1075578 1075719 1075902 "INFPROD0" NIL INFPROD0 (NIL T T) -7 NIL NIL NIL) (-475 1075241 1075313 1075411 "INFORM1" NIL INFORM1 (NIL T) -7 NIL NIL NIL) (-474 1072319 1073805 1074328 "INFORM" NIL INFORM (NIL) -8 NIL NIL NIL) (-473 1071918 1072025 1072139 "INFINITY" NIL INFINITY (NIL) -7 NIL NIL NIL) (-472 1071074 1071719 1071820 "INETCLTS" NIL INETCLTS (NIL) -8 NIL NIL NIL) (-471 1069924 1070192 1070513 "INEP" NIL INEP (NIL T T T) -7 NIL NIL NIL) (-470 1068914 1069854 1069919 "INDE" NIL INDE (NIL T) -8 NIL NIL NIL) (-469 1068539 1068619 1068736 "INCRMAPS" NIL INCRMAPS (NIL T) -7 NIL NIL NIL) (-468 1067453 1067998 1068202 "INBFILE" NIL INBFILE (NIL) -8 NIL NIL NIL) (-467 1063548 1064603 1065546 "INBFF" NIL INBFF (NIL T) -7 NIL NIL NIL) (-466 1062402 1062725 1062753 "INBCON" 1063266 INBCON (NIL) -9 NIL 1063532 NIL) (-465 1061856 1062121 1062397 "INBCON-" NIL INBCON- (NIL T) -7 NIL NIL NIL) (-464 1061350 1061652 1061742 "INAST" NIL INAST (NIL) -8 NIL NIL NIL) (-463 1060807 1061116 1061221 "IMPTAST" NIL IMPTAST (NIL) -8 NIL NIL NIL) (-462 1059646 1059787 1060104 "IMATQF" NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL NIL) (-461 1058069 1058338 1058677 "IMATLIN" NIL IMATLIN (NIL T T T T) -7 NIL NIL NIL) (-460 1052912 1058000 1058064 "IFF" NIL IFF (NIL NIL NIL) -8 NIL NIL NIL) (-459 1052292 1052626 1052741 "IFAST" NIL IFAST (NIL) -8 NIL NIL NIL) (-458 1047384 1051730 1051916 "IFARRAY" NIL IFARRAY (NIL T NIL) -8 NIL NIL NIL) (-457 1046414 1047306 1047379 "IFAMON" NIL IFAMON (NIL T T NIL) -8 NIL NIL NIL) (-456 1045986 1046063 1046117 "IEVALAB" 1046324 IEVALAB (NIL T T) -9 NIL NIL NIL) (-455 1045741 1045821 1045981 "IEVALAB-" NIL IEVALAB- (NIL T T T) -7 NIL NIL NIL) (-454 1045126 1045353 1045510 "IDPT" NIL IDPT (NIL T T) -8 NIL NIL NIL) (-453 1044119 1045046 1045121 "IDPOAMS" NIL IDPOAMS (NIL T T) -8 NIL NIL NIL) (-452 1043182 1044039 1044114 "IDPOAM" NIL IDPOAM (NIL T T) -8 NIL NIL NIL) (-451 1042264 1042911 1043048 "IDPO" NIL IDPO (NIL T T) -8 NIL NIL NIL) (-450 1040627 1041198 1041249 "IDPC" 1041755 IDPC (NIL T T) -9 NIL 1042068 NIL) (-449 1039915 1040549 1040622 "IDPAM" NIL IDPAM (NIL T T) -8 NIL NIL NIL) (-448 1039085 1039837 1039910 "IDPAG" NIL IDPAG (NIL T T) -8 NIL NIL NIL) (-447 1038778 1038991 1039051 "IDENT" NIL IDENT (NIL) -8 NIL NIL NIL) (-446 1038482 1038522 1038561 "IDEMOPC" 1038566 IDEMOPC (NIL T) -9 NIL 1038703 NIL) (-445 1035553 1036434 1037326 "IDECOMP" NIL IDECOMP (NIL NIL NIL) -7 NIL NIL NIL) (-444 1029179 1030456 1031495 "IDEAL" NIL IDEAL (NIL T T T T) -8 NIL NIL NIL) (-443 1028441 1028571 1028770 "ICDEN" NIL ICDEN (NIL T T T T) -7 NIL NIL NIL) (-442 1027614 1028113 1028251 "ICARD" NIL ICARD (NIL) -8 NIL NIL NIL) (-441 1026003 1026334 1026725 "IBPTOOLS" NIL IBPTOOLS (NIL T T T T) -7 NIL NIL NIL) (-440 1022040 1025959 1025998 "IBITS" NIL IBITS (NIL NIL) -8 NIL NIL NIL) (-439 1019298 1019922 1020617 "IBATOOL" NIL IBATOOL (NIL T T T) -7 NIL NIL NIL) (-438 1017524 1018004 1018537 "IBACHIN" NIL IBACHIN (NIL T T T) -7 NIL NIL NIL) (-437 1015398 1017430 1017519 "IARRAY2" NIL IARRAY2 (NIL T T T) -8 NIL NIL NIL) (-436 1011540 1015336 1015393 "IARRAY1" NIL IARRAY1 (NIL T NIL) -8 NIL NIL NIL) (-435 1005119 1010504 1010972 "IAN" NIL IAN (NIL) -8 NIL NIL NIL) (-434 1004687 1004750 1004923 "IALGFACT" NIL IALGFACT (NIL T T T T) -7 NIL NIL NIL) (-433 1004179 1004328 1004356 "HYPCAT" 1004563 HYPCAT (NIL) -9 NIL NIL NIL) (-432 1003835 1003988 1004174 "HYPCAT-" NIL HYPCAT- (NIL T) -7 NIL NIL NIL) (-431 1003448 1003693 1003776 "HOSTNAME" NIL HOSTNAME (NIL) -8 NIL NIL NIL) (-430 1003281 1003330 1003371 "HOMOTOP" 1003376 HOMOTOP (NIL T) -9 NIL 1003409 NIL) (-429 1001701 1002513 1002554 "HOAGG" 1002638 HOAGG (NIL T) -9 NIL 1002960 NIL) (-428 1001328 1001475 1001696 "HOAGG-" NIL HOAGG- (NIL T T) -7 NIL NIL NIL) (-427 994528 1001053 1001201 "HEXADEC" NIL HEXADEC (NIL) -8 NIL NIL NIL) (-426 993463 993721 993984 "HEUGCD" NIL HEUGCD (NIL T) -7 NIL NIL NIL) (-425 992398 993328 993458 "HELLFDIV" NIL HELLFDIV (NIL T T T T) -8 NIL NIL NIL) (-424 990656 992231 992319 "HEAP" NIL HEAP (NIL T) -8 NIL NIL NIL) (-423 989971 990323 990456 "HEADAST" NIL HEADAST (NIL) -8 NIL NIL NIL) (-422 983523 989904 989966 "HDP" NIL HDP (NIL NIL T) -8 NIL NIL NIL) (-421 976662 983259 983410 "HDMP" NIL HDMP (NIL NIL T) -8 NIL NIL NIL) (-420 976115 976272 976435 "HB" NIL HB (NIL) -7 NIL NIL NIL) (-419 968615 976032 976110 "HASHTBL" NIL HASHTBL (NIL T T NIL) -8 NIL NIL NIL) (-418 968106 968409 968500 "HASAST" NIL HASAST (NIL) -8 NIL NIL NIL) (-417 965656 967893 968072 "HACKPI" NIL HACKPI (NIL) -8 NIL NIL NIL) (-416 961342 965539 965651 "GTSET" NIL GTSET (NIL T T T T) -8 NIL NIL NIL) (-415 953819 961239 961337 "GSTBL" NIL GSTBL (NIL T T T NIL) -8 NIL NIL NIL) (-414 945756 953188 953443 "GSERIES" NIL GSERIES (NIL T NIL NIL) -8 NIL NIL NIL) (-413 944780 945289 945317 "GROUP" 945520 GROUP (NIL) -9 NIL 945654 NIL) (-412 944323 944524 944775 "GROUP-" NIL GROUP- (NIL T) -7 NIL NIL NIL) (-411 942995 943334 943721 "GROEBSOL" NIL GROEBSOL (NIL NIL T T) -7 NIL NIL NIL) (-410 941817 942174 942225 "GRMOD" 942754 GRMOD (NIL T T) -9 NIL 942920 NIL) (-409 941636 941684 941812 "GRMOD-" NIL GRMOD- (NIL T T T) -7 NIL NIL NIL) (-408 937759 938970 939970 "GRIMAGE" NIL GRIMAGE (NIL) -8 NIL NIL NIL) (-407 936481 936805 937120 "GRDEF" NIL GRDEF (NIL) -7 NIL NIL NIL) (-406 936034 936162 936303 "GRAY" NIL GRAY (NIL) -7 NIL NIL NIL) (-405 935107 935606 935657 "GRALG" 935810 GRALG (NIL T T) -9 NIL 935900 NIL) (-404 934826 934927 935102 "GRALG-" NIL GRALG- (NIL T T T) -7 NIL NIL NIL) (-403 931845 934517 934684 "GPOLSET" NIL GPOLSET (NIL T T T T) -8 NIL NIL NIL) (-402 931258 931321 931578 "GOSPER" NIL GOSPER (NIL T T T T T) -7 NIL NIL NIL) (-401 927112 928008 928533 "GMODPOL" NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL NIL) (-400 926287 926489 926727 "GHENSEL" NIL GHENSEL (NIL T T) -7 NIL NIL NIL) (-399 921290 922217 923236 "GENUPS" NIL GENUPS (NIL T T) -7 NIL NIL NIL) (-398 921038 921095 921184 "GENUFACT" NIL GENUFACT (NIL T) -7 NIL NIL NIL) (-397 920520 920609 920774 "GENPGCD" NIL GENPGCD (NIL T T T T) -7 NIL NIL NIL) (-396 920029 920070 920283 "GENMFACT" NIL GENMFACT (NIL T T T T T) -7 NIL NIL NIL) (-395 918830 919113 919417 "GENEEZ" NIL GENEEZ (NIL T T) -7 NIL NIL NIL) (-394 912105 918520 918681 "GDMP" NIL GDMP (NIL NIL T T) -8 NIL NIL NIL) (-393 901888 906895 907999 "GCNAALG" NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-392 899940 901043 901071 "GCDDOM" 901326 GCDDOM (NIL) -9 NIL 901483 NIL) (-391 899563 899720 899935 "GCDDOM-" NIL GCDDOM- (NIL T) -7 NIL NIL NIL) (-390 890356 892826 895214 "GBINTERN" NIL GBINTERN (NIL T T T T) -7 NIL NIL NIL) (-389 888491 888816 889234 "GBF" NIL GBF (NIL T T T T) -7 NIL NIL NIL) (-388 887432 887621 887888 "GBEUCLID" NIL GBEUCLID (NIL T T T T) -7 NIL NIL NIL) (-387 886303 886510 886814 "GB" NIL GB (NIL T T T T) -7 NIL NIL NIL) (-386 885766 885908 886056 "GAUSSFAC" NIL GAUSSFAC (NIL) -7 NIL NIL NIL) (-385 884378 884726 885039 "GALUTIL" NIL GALUTIL (NIL T) -7 NIL NIL NIL) (-384 882923 883244 883566 "GALPOLYU" NIL GALPOLYU (NIL T T) -7 NIL NIL NIL) (-383 880549 880905 881310 "GALFACTU" NIL GALFACTU (NIL T T T) -7 NIL NIL NIL) (-382 873801 875462 877040 "GALFACT" NIL GALFACT (NIL T) -7 NIL NIL NIL) (-381 873453 873674 873742 "FUNDESC" NIL FUNDESC (NIL) -8 NIL NIL NIL) (-380 873077 873298 873379 "FUNCTION" NIL FUNCTION (NIL NIL) -8 NIL NIL NIL) (-379 871174 871857 872317 "FT" NIL FT (NIL) -8 NIL NIL NIL) (-378 869767 870074 870466 "FSUPFACT" NIL FSUPFACT (NIL T T T) -7 NIL NIL NIL) (-377 868422 868781 869105 "FST" NIL FST (NIL) -8 NIL NIL NIL) (-376 867725 867849 868036 "FSRED" NIL FSRED (NIL T T) -7 NIL NIL NIL) (-375 866699 866965 867312 "FSPRMELT" NIL FSPRMELT (NIL T T) -7 NIL NIL NIL) (-374 864357 864887 865369 "FSPECF" NIL FSPECF (NIL T T) -7 NIL NIL NIL) (-373 863940 864000 864169 "FSINT" NIL FSINT (NIL T T) -7 NIL NIL NIL) (-372 862240 863154 863457 "FSERIES" NIL FSERIES (NIL T T) -8 NIL NIL NIL) (-371 861388 861522 861745 "FSCINT" NIL FSCINT (NIL T T) -7 NIL NIL NIL) (-370 860559 860720 860947 "FSAGG2" NIL FSAGG2 (NIL T T T T) -7 NIL NIL NIL) (-369 856793 859454 859495 "FSAGG" 859865 FSAGG (NIL T) -9 NIL 860126 NIL) (-368 855147 855906 856698 "FSAGG-" NIL FSAGG- (NIL T T) -7 NIL NIL NIL) (-367 853103 853399 853943 "FS2UPS" NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL NIL) (-366 852150 852332 852632 "FS2EXPXP" NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL NIL) (-365 851831 851880 852007 "FS2" NIL FS2 (NIL T T T T) -7 NIL NIL NIL) (-364 831987 841488 841529 "FS" 845399 FS (NIL T) -9 NIL 847677 NIL) (-363 824218 827711 831690 "FS-" NIL FS- (NIL T T) -7 NIL NIL NIL) (-362 823752 823879 824031 "FRUTIL" NIL FRUTIL (NIL T) -7 NIL NIL NIL) (-361 818275 821433 821473 "FRNAALG" 822793 FRNAALG (NIL T) -9 NIL 823391 NIL) (-360 815016 816267 817525 "FRNAALG-" NIL FRNAALG- (NIL T T) -7 NIL NIL NIL) (-359 814697 814746 814873 "FRNAAF2" NIL FRNAAF2 (NIL T T T T) -7 NIL NIL NIL) (-358 813184 813741 814035 "FRMOD" NIL FRMOD (NIL T T T T NIL) -8 NIL NIL NIL) (-357 812470 812563 812850 "FRIDEAL2" NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-356 810304 811070 811386 "FRIDEAL" NIL FRIDEAL (NIL T T T T) -8 NIL NIL NIL) (-355 809413 809856 809897 "FRETRCT" 809902 FRETRCT (NIL T) -9 NIL 810073 NIL) (-354 808786 809064 809408 "FRETRCT-" NIL FRETRCT- (NIL T T) -7 NIL NIL NIL) (-353 805530 807050 807109 "FRAMALG" 807991 FRAMALG (NIL T T) -9 NIL 808283 NIL) (-352 804126 804677 805307 "FRAMALG-" NIL FRAMALG- (NIL T T T) -7 NIL NIL NIL) (-351 803819 803882 803989 "FRAC2" NIL FRAC2 (NIL T T) -7 NIL NIL NIL) (-350 797460 803624 803814 "FRAC" NIL FRAC (NIL T) -8 NIL NIL NIL) (-349 797153 797216 797323 "FR2" NIL FR2 (NIL T T) -7 NIL NIL NIL) (-348 789461 794032 795360 "FR" NIL FR (NIL T) -8 NIL NIL NIL) (-347 783239 786742 786770 "FPS" 787889 FPS (NIL) -9 NIL 788445 NIL) (-346 782796 782929 783093 "FPS-" NIL FPS- (NIL T) -7 NIL NIL NIL) (-345 779606 781649 781677 "FPC" 781902 FPC (NIL) -9 NIL 782044 NIL) (-344 779452 779504 779601 "FPC-" NIL FPC- (NIL T) -7 NIL NIL NIL) (-343 778229 778938 778979 "FPATMAB" 778984 FPATMAB (NIL T) -9 NIL 779136 NIL) (-342 776659 777255 777602 "FPARFRAC" NIL FPARFRAC (NIL T T) -8 NIL NIL NIL) (-341 776234 776292 776465 "FORDER" NIL FORDER (NIL T T T T) -7 NIL NIL NIL) (-340 774737 775632 775806 "FNLA" NIL FNLA (NIL NIL NIL T) -8 NIL NIL NIL) (-339 773352 773857 773885 "FNCAT" 774342 FNCAT (NIL) -9 NIL 774599 NIL) (-338 772809 773319 773347 "FNAME" NIL FNAME (NIL) -8 NIL NIL NIL) (-337 771396 772758 772804 "FMONOID" NIL FMONOID (NIL T) -8 NIL NIL NIL) (-336 767984 769342 769383 "FMONCAT" 770600 FMONCAT (NIL T) -9 NIL 771204 NIL) (-335 764842 765920 765973 "FMCAT" 767154 FMCAT (NIL T T) -9 NIL 767646 NIL) (-334 763542 764665 764764 "FM1" NIL FM1 (NIL T T) -8 NIL NIL NIL) (-333 762590 763390 763537 "FM" NIL FM (NIL T T) -8 NIL NIL NIL) (-332 760777 761229 761723 "FLOATRP" NIL FLOATRP (NIL T) -7 NIL NIL NIL) (-331 758712 759248 759826 "FLOATCP" NIL FLOATCP (NIL T) -7 NIL NIL NIL) (-330 752098 757049 757663 "FLOAT" NIL FLOAT (NIL) -8 NIL NIL NIL) (-329 750579 751680 751720 "FLINEXP" 751725 FLINEXP (NIL T) -9 NIL 751818 NIL) (-328 749988 750247 750574 "FLINEXP-" NIL FLINEXP- (NIL T T) -7 NIL NIL NIL) (-327 749237 749396 749610 "FLASORT" NIL FLASORT (NIL T T) -7 NIL NIL NIL) (-326 746120 747199 747251 "FLALG" 748478 FLALG (NIL T T) -9 NIL 748945 NIL) (-325 745291 745452 745679 "FLAGG2" NIL FLAGG2 (NIL T T T T) -7 NIL NIL NIL) (-324 739016 742705 742746 "FLAGG" 743985 FLAGG (NIL T) -9 NIL 744633 NIL) (-323 738124 738528 739011 "FLAGG-" NIL FLAGG- (NIL T T) -7 NIL NIL NIL) (-322 734685 735949 736008 "FINRALG" 737136 FINRALG (NIL T T) -9 NIL 737644 NIL) (-321 734076 734341 734680 "FINRALG-" NIL FINRALG- (NIL T T T) -7 NIL NIL NIL) (-320 733374 733670 733698 "FINITE" 733894 FINITE (NIL) -9 NIL 734001 NIL) (-319 733282 733308 733369 "FINITE-" NIL FINITE- (NIL T) -7 NIL NIL NIL) (-318 730275 731543 731584 "FINAGG" 732489 FINAGG (NIL T) -9 NIL 732943 NIL) (-317 729306 729771 730270 "FINAGG-" NIL FINAGG- (NIL T T) -7 NIL NIL NIL) (-316 721267 723858 723898 "FINAALG" 727550 FINAALG (NIL T) -9 NIL 728988 NIL) (-315 717534 718779 719902 "FINAALG-" NIL FINAALG- (NIL T T) -7 NIL NIL NIL) (-314 716086 716505 716559 "FILECAT" 717243 FILECAT (NIL T T) -9 NIL 717459 NIL) (-313 715437 715911 716014 "FILE" NIL FILE (NIL T) -8 NIL NIL NIL) (-312 712685 714563 714591 "FIELD" 714631 FIELD (NIL) -9 NIL 714711 NIL) (-311 711710 712171 712680 "FIELD-" NIL FIELD- (NIL T) -7 NIL NIL NIL) (-310 709714 710660 711006 "FGROUP" NIL FGROUP (NIL T) -8 NIL NIL NIL) (-309 708957 709138 709357 "FGLMICPK" NIL FGLMICPK (NIL T NIL) -7 NIL NIL NIL) (-308 704227 708895 708952 "FFX" NIL FFX (NIL T NIL) -8 NIL NIL NIL) (-307 703889 703956 704091 "FFSLPE" NIL FFSLPE (NIL T T T) -7 NIL NIL NIL) (-306 703429 703471 703680 "FFPOLY2" NIL FFPOLY2 (NIL T T) -7 NIL NIL NIL) (-305 700109 700986 701763 "FFPOLY" NIL FFPOLY (NIL T) -7 NIL NIL NIL) (-304 695393 700041 700104 "FFP" NIL FFP (NIL T NIL) -8 NIL NIL NIL) (-303 690072 694882 695072 "FFNBX" NIL FFNBX (NIL T NIL) -8 NIL NIL NIL) (-302 684553 689353 689611 "FFNBP" NIL FFNBP (NIL T NIL) -8 NIL NIL NIL) (-301 678760 684004 684215 "FFNB" NIL FFNB (NIL NIL NIL) -8 NIL NIL NIL) (-300 677783 677993 678308 "FFINTBAS" NIL FFINTBAS (NIL T T T) -7 NIL NIL NIL) (-299 673223 675928 675956 "FFIELDC" 676575 FFIELDC (NIL) -9 NIL 676950 NIL) (-298 672292 672732 673218 "FFIELDC-" NIL FFIELDC- (NIL T) -7 NIL NIL NIL) (-297 671907 671965 672089 "FFHOM" NIL FFHOM (NIL T T T) -7 NIL NIL NIL) (-296 670051 670574 671091 "FFF" NIL FFF (NIL T) -7 NIL NIL NIL) (-295 665145 669850 669951 "FFCGX" NIL FFCGX (NIL T NIL) -8 NIL NIL NIL) (-294 660245 664934 665041 "FFCGP" NIL FFCGP (NIL T NIL) -8 NIL NIL NIL) (-293 654911 660036 660144 "FFCG" NIL FFCG (NIL NIL NIL) -8 NIL NIL NIL) (-292 654365 654414 654649 "FFCAT2" NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-291 632940 643974 644060 "FFCAT" 649210 FFCAT (NIL T T T) -9 NIL 650646 NIL) (-290 629180 630406 631712 "FFCAT-" NIL FFCAT- (NIL T T T T) -7 NIL NIL NIL) (-289 624023 629111 629175 "FF" NIL FF (NIL NIL NIL) -8 NIL NIL NIL) (-288 622915 623384 623425 "FEVALAB" 623509 FEVALAB (NIL T) -9 NIL 623770 NIL) (-287 622320 622572 622910 "FEVALAB-" NIL FEVALAB- (NIL T T) -7 NIL NIL NIL) (-286 619147 620058 620173 "FDIVCAT" 621740 FDIVCAT (NIL T T T T) -9 NIL 622176 NIL) (-285 618941 618973 619142 "FDIVCAT-" NIL FDIVCAT- (NIL T T T T T) -7 NIL NIL NIL) (-284 618248 618341 618618 "FDIV2" NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-283 616734 617732 617935 "FDIV" NIL FDIV (NIL T T T T) -8 NIL NIL NIL) (-282 615827 616211 616413 "FCTRDATA" NIL FCTRDATA (NIL) -8 NIL NIL NIL) (-281 614949 615438 615578 "FCOMP" NIL FCOMP (NIL T) -8 NIL NIL NIL) (-280 606536 611179 611219 "FAXF" 613020 FAXF (NIL T) -9 NIL 613710 NIL) (-279 604452 605256 606071 "FAXF-" NIL FAXF- (NIL T T) -7 NIL NIL NIL) (-278 599601 603974 604148 "FARRAY" NIL FARRAY (NIL T) -8 NIL NIL NIL) (-277 594059 596482 596534 "FAMR" 597545 FAMR (NIL T T) -9 NIL 598004 NIL) (-276 593258 593623 594054 "FAMR-" NIL FAMR- (NIL T T T) -7 NIL NIL NIL) (-275 592279 593200 593253 "FAMONOID" NIL FAMONOID (NIL T) -8 NIL NIL NIL) (-274 589873 590752 590805 "FAMONC" 591746 FAMONC (NIL T T) -9 NIL 592131 NIL) (-273 588429 589731 589868 "FAGROUP" NIL FAGROUP (NIL T) -8 NIL NIL NIL) (-272 586509 586870 587272 "FACUTIL" NIL FACUTIL (NIL T T T T) -7 NIL NIL NIL) (-271 585786 585983 586205 "FACTFUNC" NIL FACTFUNC (NIL T) -7 NIL NIL NIL) (-270 577646 585233 585432 "EXPUPXS" NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-269 575665 576235 576821 "EXPRTUBE" NIL EXPRTUBE (NIL) -7 NIL NIL NIL) (-268 572567 573209 573929 "EXPRODE" NIL EXPRODE (NIL T T) -7 NIL NIL NIL) (-267 567724 568431 569236 "EXPR2UPS" NIL EXPR2UPS (NIL T T) -7 NIL NIL NIL) (-266 567413 567476 567585 "EXPR2" NIL EXPR2 (NIL T T) -7 NIL NIL NIL) (-265 552206 566462 566888 "EXPR" NIL EXPR (NIL T) -8 NIL NIL NIL) (-264 542733 551526 551814 "EXPEXPAN" NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL NIL) (-263 542227 542529 542619 "EXITAST" NIL EXITAST (NIL) -8 NIL NIL NIL) (-262 542003 542193 542222 "EXIT" NIL EXIT (NIL) -8 NIL NIL NIL) (-261 541692 541760 541873 "EVALCYC" NIL EVALCYC (NIL T) -7 NIL NIL NIL) (-260 541209 541351 541392 "EVALAB" 541562 EVALAB (NIL T) -9 NIL 541666 NIL) (-259 540837 540983 541204 "EVALAB-" NIL EVALAB- (NIL T T) -7 NIL NIL NIL) (-258 537880 539475 539503 "EUCDOM" 540057 EUCDOM (NIL) -9 NIL 540406 NIL) (-257 536807 537300 537875 "EUCDOM-" NIL EUCDOM- (NIL T) -7 NIL NIL NIL) (-256 536532 536588 536688 "ES2" NIL ES2 (NIL T T) -7 NIL NIL NIL) (-255 536220 536284 536393 "ES1" NIL ES1 (NIL T T) -7 NIL NIL NIL) (-254 529991 531891 531919 "ES" 534661 ES (NIL) -9 NIL 536045 NIL) (-253 526506 528038 529830 "ES-" NIL ES- (NIL T) -7 NIL NIL NIL) (-252 525854 526007 526183 "ERROR" NIL ERROR (NIL) -7 NIL NIL NIL) (-251 518360 525784 525849 "EQTBL" NIL EQTBL (NIL T T) -8 NIL NIL NIL) (-250 518049 518112 518221 "EQ2" NIL EQ2 (NIL T T) -7 NIL NIL NIL) (-249 511676 514801 516234 "EQ" NIL EQ (NIL T) -8 NIL NIL NIL) (-248 507979 509075 510168 "EP" NIL EP (NIL T) -7 NIL NIL NIL) (-247 506808 507158 507463 "ENV" NIL ENV (NIL) -8 NIL NIL NIL) (-246 505693 506424 506452 "ENTIRER" 506457 ENTIRER (NIL) -9 NIL 506501 NIL) (-245 505582 505616 505688 "ENTIRER-" NIL ENTIRER- (NIL T) -7 NIL NIL NIL) (-244 502215 504012 504361 "EMR" NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL NIL) (-243 501306 501521 501575 "ELTAGG" 501949 ELTAGG (NIL T T) -9 NIL 502163 NIL) (-242 501086 501160 501301 "ELTAGG-" NIL ELTAGG- (NIL T T T) -7 NIL NIL NIL) (-241 500832 500867 500921 "ELTAB" 501005 ELTAB (NIL T T) -9 NIL 501057 NIL) (-240 500083 500253 500452 "ELFUTS" NIL ELFUTS (NIL T T) -7 NIL NIL NIL) (-239 499807 499881 499909 "ELEMFUN" 500014 ELEMFUN (NIL) -9 NIL NIL NIL) (-238 499707 499734 499802 "ELEMFUN-" NIL ELEMFUN- (NIL T) -7 NIL NIL NIL) (-237 494984 497732 497773 "ELAGG" 498706 ELAGG (NIL T) -9 NIL 499167 NIL) (-236 493782 494320 494979 "ELAGG-" NIL ELAGG- (NIL T T) -7 NIL NIL NIL) (-235 493200 493367 493523 "ELABOR" NIL ELABOR (NIL) -8 NIL NIL NIL) (-234 492113 492432 492711 "ELABEXPR" NIL ELABEXPR (NIL) -8 NIL NIL NIL) (-233 485506 487504 488331 "EFUPXS" NIL EFUPXS (NIL T T T T) -7 NIL NIL NIL) (-232 479485 481481 482291 "EFULS" NIL EFULS (NIL T T T) -7 NIL NIL NIL) (-231 477299 477705 478176 "EFSTRUC" NIL EFSTRUC (NIL T T) -7 NIL NIL NIL) (-230 468299 470212 471753 "EF" NIL EF (NIL T T) -7 NIL NIL NIL) (-229 467412 467913 468062 "EAB" NIL EAB (NIL) -8 NIL NIL NIL) (-228 466110 466784 466824 "DVARCAT" 467107 DVARCAT (NIL T) -9 NIL 467247 NIL) (-227 465529 465793 466105 "DVARCAT-" NIL DVARCAT- (NIL T T) -7 NIL NIL NIL) (-226 457596 465397 465524 "DSMP" NIL DSMP (NIL T T T) -8 NIL NIL NIL) (-225 455934 456725 456766 "DSEXT" 457129 DSEXT (NIL T) -9 NIL 457423 NIL) (-224 454739 455263 455929 "DSEXT-" NIL DSEXT- (NIL T T) -7 NIL NIL NIL) (-223 454463 454528 454626 "DROPT1" NIL DROPT1 (NIL T) -7 NIL NIL NIL) (-222 450614 451830 452961 "DROPT0" NIL DROPT0 (NIL) -7 NIL NIL NIL) (-221 446260 447615 448679 "DROPT" NIL DROPT (NIL) -8 NIL NIL NIL) (-220 444935 445296 445682 "DRAWPT" NIL DRAWPT (NIL) -7 NIL NIL NIL) (-219 444621 444680 444798 "DRAWHACK" NIL DRAWHACK (NIL T) -7 NIL NIL NIL) (-218 443596 443894 444184 "DRAWCX" NIL DRAWCX (NIL) -7 NIL NIL NIL) (-217 443181 443256 443406 "DRAWCURV" NIL DRAWCURV (NIL T T) -7 NIL NIL NIL) (-216 435594 437706 439821 "DRAWCFUN" NIL DRAWCFUN (NIL) -7 NIL NIL NIL) (-215 431111 432130 433209 "DRAW" NIL DRAW (NIL T) -7 NIL NIL NIL) (-214 427735 429738 429779 "DQAGG" 430408 DQAGG (NIL T) -9 NIL 430681 NIL) (-213 414278 421918 422000 "DPOLCAT" 423837 DPOLCAT (NIL T T T T) -9 NIL 424380 NIL) (-212 410686 412334 414273 "DPOLCAT-" NIL DPOLCAT- (NIL T T T T T) -7 NIL NIL NIL) (-211 403789 410584 410681 "DPMO" NIL DPMO (NIL NIL T T) -8 NIL NIL NIL) (-210 396801 403618 403784 "DPMM" NIL DPMM (NIL NIL T T T) -8 NIL NIL NIL) (-209 396394 396654 396743 "DOMTMPLT" NIL DOMTMPLT (NIL) -8 NIL NIL NIL) (-208 395808 396256 396336 "DOMCTOR" NIL DOMCTOR (NIL) -8 NIL NIL NIL) (-207 395094 395419 395570 "DOMAIN" NIL DOMAIN (NIL) -8 NIL NIL NIL) (-206 388233 394830 394981 "DMP" NIL DMP (NIL NIL T) -8 NIL NIL NIL) (-205 385982 387299 387339 "DMEXT" 387344 DMEXT (NIL T) -9 NIL 387519 NIL) (-204 385638 385700 385844 "DLP" NIL DLP (NIL T) -7 NIL NIL NIL) (-203 379230 385123 385313 "DLIST" NIL DLIST (NIL T) -8 NIL NIL NIL) (-202 376456 378059 378100 "DLAGG" 378641 DLAGG (NIL T) -9 NIL 378873 NIL) (-201 374807 375678 375706 "DIVRING" 375798 DIVRING (NIL) -9 NIL 375881 NIL) (-200 374258 374502 374802 "DIVRING-" NIL DIVRING- (NIL T) -7 NIL NIL NIL) (-199 372686 373103 373509 "DISPLAY" NIL DISPLAY (NIL) -7 NIL NIL NIL) (-198 371723 371944 372209 "DIRPROD2" NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL NIL) (-197 365295 371655 371718 "DIRPROD" NIL DIRPROD (NIL NIL T) -8 NIL NIL NIL) (-196 353693 360055 360108 "DIRPCAT" 360364 DIRPCAT (NIL NIL T) -9 NIL 361239 NIL) (-195 351699 352469 353356 "DIRPCAT-" NIL DIRPCAT- (NIL T NIL T) -7 NIL NIL NIL) (-194 351146 351312 351498 "DIOSP" NIL DIOSP (NIL) -7 NIL NIL NIL) (-193 348429 350023 350064 "DIOPS" 350484 DIOPS (NIL T) -9 NIL 350712 NIL) (-192 348089 348233 348424 "DIOPS-" NIL DIOPS- (NIL T T) -7 NIL NIL NIL) (-191 347096 347842 347870 "DIOID" 347875 DIOID (NIL) -9 NIL 347897 NIL) (-190 345924 346753 346781 "DIFRING" 346786 DIFRING (NIL) -9 NIL 346807 NIL) (-189 345560 345658 345686 "DIFFSPC" 345805 DIFFSPC (NIL) -9 NIL 345880 NIL) (-188 345301 345403 345555 "DIFFSPC-" NIL DIFFSPC- (NIL T) -7 NIL NIL NIL) (-187 344204 344829 344869 "DIFFMOD" 344874 DIFFMOD (NIL T) -9 NIL 344971 NIL) (-186 343888 343945 343986 "DIFFDOM" 344107 DIFFDOM (NIL T) -9 NIL 344175 NIL) (-185 343769 343799 343883 "DIFFDOM-" NIL DIFFDOM- (NIL T T) -7 NIL NIL NIL) (-184 341442 342963 343003 "DIFEXT" 343008 DIFEXT (NIL T) -9 NIL 343160 NIL) (-183 339330 340924 340965 "DIAGG" 340970 DIAGG (NIL T) -9 NIL 340990 NIL) (-182 338886 339076 339325 "DIAGG-" NIL DIAGG- (NIL T T) -7 NIL NIL NIL) (-181 334124 338076 338353 "DHMATRIX" NIL DHMATRIX (NIL T) -8 NIL NIL NIL) (-180 330582 331635 332645 "DFSFUN" NIL DFSFUN (NIL) -7 NIL NIL NIL) (-179 325132 329736 330063 "DFLOAT" NIL DFLOAT (NIL) -8 NIL NIL NIL) (-178 323698 323990 324365 "DFINTTLS" NIL DFINTTLS (NIL T T) -7 NIL NIL NIL) (-177 320818 322070 322466 "DERHAM" NIL DERHAM (NIL T NIL) -8 NIL NIL NIL) (-176 318602 320649 320738 "DEQUEUE" NIL DEQUEUE (NIL T) -8 NIL NIL NIL) (-175 317985 318130 318312 "DEGRED" NIL DEGRED (NIL T T) -7 NIL NIL NIL) (-174 315303 316027 316827 "DEFINTRF" NIL DEFINTRF (NIL T) -7 NIL NIL NIL) (-173 313412 313870 314432 "DEFINTEF" NIL DEFINTEF (NIL T T) -7 NIL NIL NIL) (-172 312795 313128 313242 "DEFAST" NIL DEFAST (NIL) -8 NIL NIL NIL) (-171 305995 312520 312668 "DECIMAL" NIL DECIMAL (NIL) -8 NIL NIL NIL) (-170 303915 304425 304929 "DDFACT" NIL DDFACT (NIL T T) -7 NIL NIL NIL) (-169 303554 303603 303754 "DBLRESP" NIL DBLRESP (NIL T T T T) -7 NIL NIL NIL) (-168 302813 303375 303466 "DBASIS" NIL DBASIS (NIL NIL) -8 NIL NIL NIL) (-167 300837 301279 301639 "DBASE" NIL DBASE (NIL T) -8 NIL NIL NIL) (-166 300129 300418 300564 "DATAARY" NIL DATAARY (NIL NIL T) -8 NIL NIL NIL) (-165 299580 299726 299878 "CYCLOTOM" NIL CYCLOTOM (NIL) -7 NIL NIL NIL) (-164 296942 297735 298462 "CYCLES" NIL CYCLES (NIL) -7 NIL NIL NIL) (-163 296381 296527 296698 "CVMP" NIL CVMP (NIL T) -7 NIL NIL NIL) (-162 294453 294764 295131 "CTRIGMNP" NIL CTRIGMNP (NIL T T) -7 NIL NIL NIL) (-161 294010 294265 294366 "CTORKIND" NIL CTORKIND (NIL) -8 NIL NIL NIL) (-160 293211 293594 293622 "CTORCAT" 293803 CTORCAT (NIL) -9 NIL 293915 NIL) (-159 292914 293048 293206 "CTORCAT-" NIL CTORCAT- (NIL T) -7 NIL NIL NIL) (-158 292407 292664 292772 "CTORCALL" NIL CTORCALL (NIL T) -8 NIL NIL NIL) (-157 291823 292254 292327 "CTOR" NIL CTOR (NIL) -8 NIL NIL NIL) (-156 291282 291399 291552 "CSTTOOLS" NIL CSTTOOLS (NIL T T) -7 NIL NIL NIL) (-155 287676 288432 289187 "CRFP" NIL CRFP (NIL T T) -7 NIL NIL NIL) (-154 287167 287470 287561 "CRCEAST" NIL CRCEAST (NIL) -8 NIL NIL NIL) (-153 286386 286595 286823 "CRAPACK" NIL CRAPACK (NIL T) -7 NIL NIL NIL) (-152 285890 285995 286199 "CPMATCH" NIL CPMATCH (NIL T T T) -7 NIL NIL NIL) (-151 285643 285677 285783 "CPIMA" NIL CPIMA (NIL T T T) -7 NIL NIL NIL) (-150 282582 283344 284062 "COORDSYS" NIL COORDSYS (NIL T) -7 NIL NIL NIL) (-149 282101 282243 282382 "CONTOUR" NIL CONTOUR (NIL) -8 NIL NIL NIL) (-148 277994 280564 281056 "CONTFRAC" NIL CONTFRAC (NIL T) -8 NIL NIL NIL) (-147 277868 277895 277923 "CONDUIT" 277960 CONDUIT (NIL) -9 NIL NIL NIL) (-146 276747 277478 277506 "COMRING" 277511 COMRING (NIL) -9 NIL 277561 NIL) (-145 275912 276279 276457 "COMPPROP" NIL COMPPROP (NIL) -8 NIL NIL NIL) (-144 275608 275649 275777 "COMPLPAT" NIL COMPLPAT (NIL T T T) -7 NIL NIL NIL) (-143 275301 275364 275471 "COMPLEX2" NIL COMPLEX2 (NIL T T) -7 NIL NIL NIL) (-142 264143 275251 275296 "COMPLEX" NIL COMPLEX (NIL T) -8 NIL NIL NIL) (-141 263604 263743 263903 "COMPILER" NIL COMPILER (NIL) -7 NIL NIL NIL) (-140 263357 263398 263496 "COMPFACT" NIL COMPFACT (NIL T T) -7 NIL NIL NIL) (-139 244788 257038 257078 "COMPCAT" 258079 COMPCAT (NIL T) -9 NIL 259421 NIL) (-138 237326 240839 244432 "COMPCAT-" NIL COMPCAT- (NIL T T) -7 NIL NIL NIL) (-137 237085 237119 237221 "COMMUPC" NIL COMMUPC (NIL T T T) -7 NIL NIL NIL) (-136 236915 236954 237012 "COMMONOP" NIL COMMONOP (NIL) -7 NIL NIL NIL) (-135 236496 236775 236849 "COMMAAST" NIL COMMAAST (NIL) -8 NIL NIL NIL) (-134 236073 236314 236401 "COMM" NIL COMM (NIL) -8 NIL NIL NIL) (-133 235268 235516 235544 "COMBOPC" 235882 COMBOPC (NIL) -9 NIL 236057 NIL) (-132 234332 234584 234826 "COMBINAT" NIL COMBINAT (NIL T) -7 NIL NIL NIL) (-131 231264 231948 232571 "COMBF" NIL COMBF (NIL T T) -7 NIL NIL NIL) (-130 230144 230595 230830 "COLOR" NIL COLOR (NIL) -8 NIL NIL NIL) (-129 229635 229938 230029 "COLONAST" NIL COLONAST (NIL) -8 NIL NIL NIL) (-128 229322 229375 229500 "CMPLXRT" NIL CMPLXRT (NIL T T) -7 NIL NIL NIL) (-127 228792 229102 229200 "CLLCTAST" NIL CLLCTAST (NIL) -8 NIL NIL NIL) (-126 225312 226382 227462 "CLIP" NIL CLIP (NIL) -7 NIL NIL NIL) (-125 223607 224592 224830 "CLIF" NIL CLIF (NIL NIL T NIL) -8 NIL NIL NIL) (-124 221024 222243 222284 "CLAGG" 222847 CLAGG (NIL T) -9 NIL 223227 NIL) (-123 220582 220772 221019 "CLAGG-" NIL CLAGG- (NIL T T) -7 NIL NIL NIL) (-122 220211 220302 220442 "CINTSLPE" NIL CINTSLPE (NIL T T) -7 NIL NIL NIL) (-121 218148 218655 219203 "CHVAR" NIL CHVAR (NIL T T T) -7 NIL NIL NIL) (-120 217109 217840 217868 "CHARZ" 217873 CHARZ (NIL) -9 NIL 217887 NIL) (-119 216903 216949 217027 "CHARPOL" NIL CHARPOL (NIL T) -7 NIL NIL NIL) (-118 215742 216505 216533 "CHARNZ" 216594 CHARNZ (NIL) -9 NIL 216642 NIL) (-117 213220 214317 214840 "CHAR" NIL CHAR (NIL) -8 NIL NIL NIL) (-116 212928 213007 213035 "CFCAT" 213146 CFCAT (NIL) -9 NIL NIL NIL) (-115 212271 212400 212582 "CDEN" NIL CDEN (NIL T T T) -7 NIL NIL NIL) (-114 208539 211684 211964 "CCLASS" NIL CCLASS (NIL) -8 NIL NIL NIL) (-113 207917 208104 208281 "CATEGORY" NIL -10 (NIL) -8 NIL NIL NIL) (-112 207445 207864 207912 "CATCTOR" NIL CATCTOR (NIL) -8 NIL NIL NIL) (-111 206918 207227 207324 "CATAST" NIL CATAST (NIL) -8 NIL NIL NIL) (-110 206409 206712 206803 "CASEAST" NIL CASEAST (NIL) -8 NIL NIL NIL) (-109 205658 205818 206039 "CARTEN2" NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL NIL) (-108 201758 203015 203723 "CARTEN" NIL CARTEN (NIL NIL NIL T) -8 NIL NIL NIL) (-107 200124 201155 201406 "CARD" NIL CARD (NIL) -8 NIL NIL NIL) (-106 199705 199984 200058 "CAPSLAST" NIL CAPSLAST (NIL) -8 NIL NIL NIL) (-105 199139 199392 199420 "CACHSET" 199552 CACHSET (NIL) -9 NIL 199630 NIL) (-104 198491 198906 198934 "CABMON" 198984 CABMON (NIL) -9 NIL 199040 NIL) (-103 198021 198285 198395 "BYTEORD" NIL BYTEORD (NIL) -8 NIL NIL NIL) (-102 193510 197689 197850 "BYTEBUF" NIL BYTEBUF (NIL) -8 NIL NIL NIL) (-101 192480 193184 193319 "BYTE" NIL BYTE (NIL) -8 NIL NIL 193482) (-100 190005 192247 192353 "BTREE" NIL BTREE (NIL T) -8 NIL NIL NIL) (-99 187501 189759 189867 "BTOURN" NIL BTOURN (NIL T) -8 NIL NIL NIL) (-98 184755 186903 186942 "BTCAT" 187009 BTCAT (NIL T) -9 NIL 187090 NIL) (-97 184506 184604 184750 "BTCAT-" NIL BTCAT- (NIL T T) -7 NIL NIL NIL) (-96 179843 183698 183724 "BTAGG" 183835 BTAGG (NIL) -9 NIL 183943 NIL) (-95 179474 179635 179838 "BTAGG-" NIL BTAGG- (NIL T) -7 NIL NIL NIL) (-94 176612 178966 179156 "BSTREE" NIL BSTREE (NIL T) -8 NIL NIL NIL) (-93 175882 176034 176212 "BRILL" NIL BRILL (NIL T) -7 NIL NIL NIL) (-92 172976 174597 174636 "BRAGG" 175265 BRAGG (NIL T) -9 NIL 175525 NIL) (-91 172051 172482 172971 "BRAGG-" NIL BRAGG- (NIL T T) -7 NIL NIL NIL) (-90 164585 171556 171737 "BPADICRT" NIL BPADICRT (NIL NIL) -8 NIL NIL NIL) (-89 162577 164537 164580 "BPADIC" NIL BPADIC (NIL NIL) -8 NIL NIL NIL) (-88 162310 162346 162457 "BOUNDZRO" NIL BOUNDZRO (NIL T T) -7 NIL NIL NIL) (-87 160549 160982 161430 "BOP1" NIL BOP1 (NIL T) -7 NIL NIL NIL) (-86 156515 157931 158821 "BOP" NIL BOP (NIL) -8 NIL NIL NIL) (-85 155391 156282 156404 "BOOLEAN" NIL BOOLEAN (NIL) -8 NIL NIL NIL) (-84 154977 155134 155160 "BOOLE" 155268 BOOLE (NIL) -9 NIL 155349 NIL) (-83 154770 154851 154972 "BOOLE-" NIL BOOLE- (NIL T) -7 NIL NIL NIL) (-82 153908 154435 154485 "BMODULE" 154490 BMODULE (NIL T T) -9 NIL 154554 NIL) (-81 149793 153765 153834 "BITS" NIL BITS (NIL) -8 NIL NIL NIL) (-80 149606 149646 149685 "BINOPC" 149690 BINOPC (NIL T) -9 NIL 149735 NIL) (-79 149148 149421 149523 "BINOP" NIL BINOP (NIL T) -8 NIL NIL NIL) (-78 148669 148813 148951 "BINDING" NIL BINDING (NIL) -8 NIL NIL NIL) (-77 141875 148399 148544 "BINARY" NIL BINARY (NIL) -8 NIL NIL NIL) (-76 140122 141095 141134 "BGAGG" 141390 BGAGG (NIL T) -9 NIL 141517 NIL) (-75 139991 140029 140117 "BGAGG-" NIL BGAGG- (NIL T T) -7 NIL NIL NIL) (-74 138842 139043 139328 "BEZOUT" NIL BEZOUT (NIL T T T T T) -7 NIL NIL NIL) (-73 135556 138022 138327 "BBTREE" NIL BBTREE (NIL T) -8 NIL NIL NIL) (-72 135141 135234 135260 "BASTYPE" 135431 BASTYPE (NIL) -9 NIL 135527 NIL) (-71 134911 135007 135136 "BASTYPE-" NIL BASTYPE- (NIL T) -7 NIL NIL NIL) (-70 134426 134514 134664 "BALFACT" NIL BALFACT (NIL T T) -7 NIL NIL NIL) (-69 133325 134000 134185 "AUTOMOR" NIL AUTOMOR (NIL T) -8 NIL NIL NIL) (-68 133073 133078 133104 "ATTREG" 133109 ATTREG (NIL) -9 NIL NIL NIL) (-67 132678 132950 133015 "ATTRAST" NIL ATTRAST (NIL) -8 NIL NIL NIL) (-66 132178 132327 132353 "ATRIG" 132554 ATRIG (NIL) -9 NIL NIL NIL) (-65 132033 132086 132173 "ATRIG-" NIL ATRIG- (NIL T) -7 NIL NIL NIL) (-64 131603 131834 131860 "ASTCAT" 131865 ASTCAT (NIL) -9 NIL 131895 NIL) (-63 131402 131479 131598 "ASTCAT-" NIL ASTCAT- (NIL T) -7 NIL NIL NIL) (-62 129625 131235 131323 "ASTACK" NIL ASTACK (NIL T) -8 NIL NIL NIL) (-61 128432 128745 129110 "ASSOCEQ" NIL ASSOCEQ (NIL T T) -7 NIL NIL NIL) (-60 126284 128362 128427 "ARRAY2" NIL ARRAY2 (NIL T) -8 NIL NIL NIL) (-59 125475 125666 125887 "ARRAY12" NIL ARRAY12 (NIL T T) -7 NIL NIL NIL) (-58 121343 125206 125320 "ARRAY1" NIL ARRAY1 (NIL T) -8 NIL NIL NIL) (-57 115655 117659 117734 "ARR2CAT" 120246 ARR2CAT (NIL T T T) -9 NIL 120967 NIL) (-56 114616 115098 115650 "ARR2CAT-" NIL ARR2CAT- (NIL T T T T) -7 NIL NIL NIL) (-55 113984 114355 114477 "ARITY" NIL ARITY (NIL) -8 NIL NIL NIL) (-54 112916 113084 113380 "APPRULE" NIL APPRULE (NIL T T T) -7 NIL NIL NIL) (-53 112617 112671 112789 "APPLYORE" NIL APPLYORE (NIL T T T) -7 NIL NIL NIL) (-52 112000 112146 112302 "ANY1" NIL ANY1 (NIL T) -7 NIL NIL NIL) (-51 111405 111695 111815 "ANY" NIL ANY (NIL) -8 NIL NIL NIL) (-50 108973 110134 110457 "ANTISYM" NIL ANTISYM (NIL T NIL) -8 NIL NIL NIL) (-49 108498 108758 108854 "ANON" NIL ANON (NIL) -8 NIL NIL NIL) (-48 102193 107560 108002 "AN" NIL AN (NIL) -8 NIL NIL NIL) (-47 97727 99390 99440 "AMR" 100178 AMR (NIL T T) -9 NIL 100775 NIL) (-46 97081 97361 97722 "AMR-" NIL AMR- (NIL T T T) -7 NIL NIL NIL) (-45 79065 97015 97076 "ALIST" NIL ALIST (NIL T T) -8 NIL NIL NIL) (-44 75468 78741 78910 "ALGSC" NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-43 72478 73138 73745 "ALGPKG" NIL ALGPKG (NIL T T) -7 NIL NIL NIL) (-42 71857 71970 72154 "ALGMFACT" NIL ALGMFACT (NIL T T T) -7 NIL NIL NIL) (-41 68269 68894 69486 "ALGMANIP" NIL ALGMANIP (NIL T T) -7 NIL NIL NIL) (-40 57758 67962 68112 "ALGFF" NIL ALGFF (NIL T T T NIL) -8 NIL NIL NIL) (-39 57075 57229 57407 "ALGFACT" NIL ALGFACT (NIL T) -7 NIL NIL NIL) (-38 55788 56583 56621 "ALGEBRA" 56626 ALGEBRA (NIL T) -9 NIL 56666 NIL) (-37 55574 55651 55783 "ALGEBRA-" NIL ALGEBRA- (NIL T T) -7 NIL NIL NIL) (-36 33879 52662 52714 "ALAGG" 52849 ALAGG (NIL T T) -9 NIL 53007 NIL) (-35 33379 33528 33554 "AHYP" 33755 AHYP (NIL) -9 NIL NIL NIL) (-34 32861 32993 33019 "AGG" 33224 AGG (NIL) -9 NIL 33350 NIL) (-33 32704 32762 32856 "AGG-" NIL AGG- (NIL T) -7 NIL NIL NIL) (-32 30843 31303 31703 "AF" NIL AF (NIL T T) -7 NIL NIL NIL) (-31 30338 30641 30730 "ADDAST" NIL ADDAST (NIL) -8 NIL NIL NIL) (-30 29708 30003 30159 "ACPLOT" NIL ACPLOT (NIL) -8 NIL NIL NIL) (-29 17266 26545 26583 "ACFS" 27190 ACFS (NIL T) -9 NIL 27429 NIL) (-28 15889 16499 17261 "ACFS-" NIL ACFS- (NIL T T) -7 NIL NIL NIL) (-27 11441 13820 13846 "ACF" 14725 ACF (NIL) -9 NIL 15137 NIL) (-26 10537 10943 11436 "ACF-" NIL ACF- (NIL T) -7 NIL NIL NIL) (-25 10039 10279 10305 "ABELSG" 10397 ABELSG (NIL) -9 NIL 10462 NIL) (-24 9937 9968 10034 "ABELSG-" NIL ABELSG- (NIL T) -7 NIL NIL NIL) (-23 9092 9466 9492 "ABELMON" 9717 ABELMON (NIL) -9 NIL 9850 NIL) (-22 8774 8914 9087 "ABELMON-" NIL ABELMON- (NIL T) -7 NIL NIL NIL) (-21 7986 8469 8495 "ABELGRP" 8567 ABELGRP (NIL) -9 NIL 8642 NIL) (-20 7539 7735 7981 "ABELGRP-" NIL ABELGRP- (NIL T) -7 NIL NIL NIL) (-19 3036 6766 6805 "A1AGG" 6810 A1AGG (NIL T) -9 NIL 6844 NIL) (-18 30 1483 3031 "A1AGG-" NIL A1AGG- (NIL T T) -7 NIL NIL NIL)) \ No newline at end of file
diff --git a/src/share/algebra/operation.daase b/src/share/algebra/operation.daase
index dd769966..5c288fd2 100644
--- a/src/share/algebra/operation.daase
+++ b/src/share/algebra/operation.daase
@@ -1,793 +1,793 @@
-(630173 . 3578003925)
+(630173 . 3578007597)
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1179 *4)) (-4 *4 (-13 (-961) (-580 (-484))))
- (-5 *2 (-1179 (-350 (-484)))) (-5 *1 (-1208 *4)))))
+ (|partial| -12 (-5 *3 (-1180 *4)) (-4 *4 (-13 (-962) (-581 (-485))))
+ (-5 *2 (-1180 (-350 (-485)))) (-5 *1 (-1209 *4)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1179 *4)) (-4 *4 (-13 (-961) (-580 (-484))))
- (-5 *2 (-1179 (-484))) (-5 *1 (-1208 *4)))))
+ (|partial| -12 (-5 *3 (-1180 *4)) (-4 *4 (-13 (-962) (-581 (-485))))
+ (-5 *2 (-1180 (-485))) (-5 *1 (-1209 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 *4)) (-4 *4 (-13 (-961) (-580 (-484)))) (-5 *2 (-85))
- (-5 *1 (-1208 *4)))))
+ (-12 (-5 *3 (-1180 *4)) (-4 *4 (-13 (-962) (-581 (-485)))) (-5 *2 (-85))
+ (-5 *1 (-1209 *4)))))
(((*1 *2 *3)
- (-12 (-4 *5 (-13 (-553 *2) (-146))) (-5 *2 (-800 *4)) (-5 *1 (-144 *4 *5 *3))
- (-4 *4 (-1013)) (-4 *3 (-139 *5))))
+ (-12 (-4 *5 (-13 (-554 *2) (-146))) (-5 *2 (-801 *4)) (-5 *1 (-144 *4 *5 *3))
+ (-4 *4 (-1014)) (-4 *3 (-139 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-1179 *3)) (-4 *3 (-146)) (-4 *1 (-353 *3 *4))
- (-4 *4 (-1155 *3))))
+ (-12 (-5 *2 (-1180 *3)) (-4 *3 (-146)) (-4 *1 (-353 *3 *4))
+ (-4 *4 (-1156 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1155 *3))
- (-5 *2 (-1179 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-146)) (-4 *1 (-361 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1179 *3))))
+ (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1156 *3))
+ (-5 *2 (-1180 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-146)) (-4 *1 (-361 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1180 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-348 *1)) (-4 *1 (-364 *3)) (-4 *3 (-495)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-348 *1)) (-4 *1 (-364 *3)) (-4 *3 (-496)) (-4 *3 (-1014))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-403 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-1015)) (-5 *1 (-473))))
- ((*1 *2 *1) (-12 (-4 *1 (-553 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2) (-12 (-4 *1 (-557 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2) (-12 (-4 *3 (-146)) (-4 *1 (-661 *3 *2)) (-4 *2 (-1155 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-403 *3 *4 *5 *6))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1016)) (-5 *1 (-474))))
+ ((*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2) (-12 (-4 *1 (-558 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2) (-12 (-4 *3 (-146)) (-4 *1 (-662 *3 *2)) (-4 *2 (-1156 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014))))
((*1 *1 *2)
- (-12 (-5 *2 (-857 *3)) (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5))
- (-4 *5 (-553 (-1090))) (-4 *4 (-717)) (-4 *5 (-756))))
+ (-12 (-5 *2 (-858 *3)) (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5))
+ (-4 *5 (-554 (-1091))) (-4 *4 (-718)) (-4 *5 (-757))))
((*1 *1 *2)
(OR
- (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5))
- (-12 (-2561 (-4 *3 (-38 (-350 (-484))))) (-4 *3 (-38 (-484)))
- (-4 *5 (-553 (-1090))))
- (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)))
- (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5))
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961))
- (-4 *4 (-717)) (-4 *5 (-756)))))
+ (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5))
+ (-12 (-2562 (-4 *3 (-38 (-350 (-485))))) (-4 *3 (-38 (-485)))
+ (-4 *5 (-554 (-1091))))
+ (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)))
+ (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962))
+ (-4 *4 (-718)) (-4 *5 (-757)))))
((*1 *1 *2)
- (-12 (-5 *2 (-857 (-350 (-484)))) (-4 *1 (-977 *3 *4 *5))
- (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090))) (-4 *3 (-961))
- (-4 *4 (-717)) (-4 *5 (-756))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-583 *7)) (|:| -1600 *8)))
- (-4 *7 (-977 *4 *5 *6)) (-4 *8 (-983 *4 *5 *6 *7)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-1073))
- (-5 *1 (-981 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-583 *7)) (|:| -1600 *8)))
- (-4 *7 (-977 *4 *5 *6)) (-4 *8 (-1020 *4 *5 *6 *7)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-1073))
- (-5 *1 (-1059 *4 *5 *6 *7 *8))))
- ((*1 *1 *2) (-12 (-5 *2 (-1015)) (-5 *1 (-1095))))
- ((*1 *2 *1) (-12 (-5 *2 (-1015)) (-5 *1 (-1095))))
- ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-772)) (-5 *3 (-484)) (-5 *1 (-1109))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-772)) (-5 *3 (-484)) (-5 *1 (-1109))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-703 *4 (-773 *5))) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-14 *5 (-583 (-1090))) (-5 *2 (-703 *4 (-773 *6))) (-5 *1 (-1207 *4 *5 *6))
- (-14 *6 (-583 (-1090)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-857 *4)) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-857 (-937 (-350 *4)))) (-5 *1 (-1207 *4 *5 *6))
- (-14 *5 (-583 (-1090))) (-14 *6 (-583 (-1090)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-703 *4 (-773 *6))) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-14 *6 (-583 (-1090))) (-5 *2 (-857 (-937 (-350 *4))))
- (-5 *1 (-1207 *4 *5 *6)) (-14 *5 (-583 (-1090)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1085 *4)) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-1085 (-937 (-350 *4)))) (-5 *1 (-1207 *4 *5 *6))
- (-14 *5 (-583 (-1090))) (-14 *6 (-583 (-1090)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1060 *4 (-469 (-773 *6)) (-773 *6) (-703 *4 (-773 *6))))
- (-4 *4 (-13 (-755) (-258) (-120) (-933))) (-14 *6 (-583 (-1090)))
- (-5 *2 (-583 (-703 *4 (-773 *6)))) (-5 *1 (-1207 *4 *5 *6))
- (-14 *5 (-583 (-1090))))))
-(((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-497 *3)) (-4 *3 (-483))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)) (-5 *2 (-348 *3))
- (-5 *1 (-681 *4 *5 *6 *3)) (-4 *3 (-861 *6 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)) (-4 *7 (-861 *6 *4 *5))
- (-5 *2 (-348 (-1085 *7))) (-5 *1 (-681 *4 *5 *6 *7)) (-5 *3 (-1085 *7))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-392)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-348 *1)) (-4 *1 (-861 *3 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-756)) (-4 *5 (-717)) (-4 *6 (-392)) (-5 *2 (-348 *3))
- (-5 *1 (-892 *4 *5 *6 *3)) (-4 *3 (-861 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-392)) (-4 *7 (-861 *6 *4 *5))
- (-5 *2 (-348 (-1085 (-350 *7)))) (-5 *1 (-1087 *4 *5 *6 *7))
- (-5 *3 (-1085 (-350 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-348 *1)) (-4 *1 (-1134))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-348 *3)) (-5 *1 (-1159 *4 *3))
- (-4 *3 (-13 (-1155 *4) (-495) (-10 -8 (-15 -3145 ($ $ $)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-958 *4 *5)) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-14 *5 (-583 (-1090)))
- (-5 *2 (-583 (-1060 *4 (-469 (-773 *6)) (-773 *6) (-703 *4 (-773 *6)))))
- (-5 *1 (-1207 *4 *5 *6)) (-14 *6 (-583 (-1090))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-958 *4 *5)) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-14 *5 (-583 (-1090))) (-5 *2 (-583 (-583 (-937 (-350 *4)))))
- (-5 *1 (-1207 *4 *5 *6)) (-14 *6 (-583 (-1090)))))
+ (-12 (-5 *2 (-858 (-350 (-485)))) (-4 *1 (-978 *3 *4 *5))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091))) (-4 *3 (-962))
+ (-4 *4 (-718)) (-4 *5 (-757))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-584 *7)) (|:| -1601 *8)))
+ (-4 *7 (-978 *4 *5 *6)) (-4 *8 (-984 *4 *5 *6 *7)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-1074))
+ (-5 *1 (-982 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-584 *7)) (|:| -1601 *8)))
+ (-4 *7 (-978 *4 *5 *6)) (-4 *8 (-1021 *4 *5 *6 *7)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-1074))
+ (-5 *1 (-1060 *4 *5 *6 *7 *8))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1016)) (-5 *1 (-1096))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1016)) (-5 *1 (-1096))))
+ ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-773)) (-5 *3 (-485)) (-5 *1 (-1110))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-773)) (-5 *3 (-485)) (-5 *1 (-1110))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-704 *4 (-774 *5))) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-14 *5 (-584 (-1091))) (-5 *2 (-704 *4 (-774 *6))) (-5 *1 (-1208 *4 *5 *6))
+ (-14 *6 (-584 (-1091)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-858 *4)) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-858 (-938 (-350 *4)))) (-5 *1 (-1208 *4 *5 *6))
+ (-14 *5 (-584 (-1091))) (-14 *6 (-584 (-1091)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-704 *4 (-774 *6))) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-14 *6 (-584 (-1091))) (-5 *2 (-858 (-938 (-350 *4))))
+ (-5 *1 (-1208 *4 *5 *6)) (-14 *5 (-584 (-1091)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1086 *4)) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-1086 (-938 (-350 *4)))) (-5 *1 (-1208 *4 *5 *6))
+ (-14 *5 (-584 (-1091))) (-14 *6 (-584 (-1091)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1061 *4 (-470 (-774 *6)) (-774 *6) (-704 *4 (-774 *6))))
+ (-4 *4 (-13 (-756) (-258) (-120) (-934))) (-14 *6 (-584 (-1091)))
+ (-5 *2 (-584 (-704 *4 (-774 *6)))) (-5 *1 (-1208 *4 *5 *6))
+ (-14 *5 (-584 (-1091))))))
+(((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-498 *3)) (-4 *3 (-484))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)) (-5 *2 (-348 *3))
+ (-5 *1 (-682 *4 *5 *6 *3)) (-4 *3 (-862 *6 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)) (-4 *7 (-862 *6 *4 *5))
+ (-5 *2 (-348 (-1086 *7))) (-5 *1 (-682 *4 *5 *6 *7)) (-5 *3 (-1086 *7))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-392)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-348 *1)) (-4 *1 (-862 *3 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-757)) (-4 *5 (-718)) (-4 *6 (-392)) (-5 *2 (-348 *3))
+ (-5 *1 (-893 *4 *5 *6 *3)) (-4 *3 (-862 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-392)) (-4 *7 (-862 *6 *4 *5))
+ (-5 *2 (-348 (-1086 (-350 *7)))) (-5 *1 (-1088 *4 *5 *6 *7))
+ (-5 *3 (-1086 (-350 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-348 *1)) (-4 *1 (-1135))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-496)) (-5 *2 (-348 *3)) (-5 *1 (-1160 *4 *3))
+ (-4 *3 (-13 (-1156 *4) (-496) (-10 -8 (-15 -3146 ($ $ $)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-959 *4 *5)) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-14 *5 (-584 (-1091)))
+ (-5 *2 (-584 (-1061 *4 (-470 (-774 *6)) (-774 *6) (-704 *4 (-774 *6)))))
+ (-5 *1 (-1208 *4 *5 *6)) (-14 *6 (-584 (-1091))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-959 *4 *5)) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-14 *5 (-584 (-1091))) (-5 *2 (-584 (-584 (-938 (-350 *4)))))
+ (-5 *1 (-1208 *4 *5 *6)) (-14 *6 (-584 (-1091)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85))
- (-4 *5 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-583 (-937 (-350 *5))))) (-5 *1 (-1207 *5 *6 *7))
- (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85))
- (-4 *5 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-583 (-937 (-350 *5))))) (-5 *1 (-1207 *5 *6 *7))
- (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-583 (-937 (-350 *4))))) (-5 *1 (-1207 *4 *5 *6))
- (-14 *5 (-583 (-1090))) (-14 *6 (-583 (-1090))))))
+ (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85))
+ (-4 *5 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-584 (-938 (-350 *5))))) (-5 *1 (-1208 *5 *6 *7))
+ (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85))
+ (-4 *5 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-584 (-938 (-350 *5))))) (-5 *1 (-1208 *5 *6 *7))
+ (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-584 (-938 (-350 *4))))) (-5 *1 (-1208 *4 *5 *6))
+ (-14 *5 (-584 (-1091))) (-14 *6 (-584 (-1091))))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-583 (-857 (-484)))) (-5 *4 (-583 (-1090)))
- (-5 *2 (-583 (-583 (-330)))) (-5 *1 (-936)) (-5 *5 (-330))))
+ (-12 (-5 *3 (-584 (-858 (-485)))) (-5 *4 (-584 (-1091)))
+ (-5 *2 (-584 (-584 (-330)))) (-5 *1 (-937)) (-5 *5 (-330))))
((*1 *2 *3)
- (-12 (-5 *3 (-958 *4 *5)) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-14 *5 (-583 (-1090))) (-5 *2 (-583 (-583 (-937 (-350 *4)))))
- (-5 *1 (-1207 *4 *5 *6)) (-14 *6 (-583 (-1090)))))
+ (-12 (-5 *3 (-959 *4 *5)) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-14 *5 (-584 (-1091))) (-5 *2 (-584 (-584 (-938 (-350 *4)))))
+ (-5 *1 (-1208 *4 *5 *6)) (-14 *6 (-584 (-1091)))))
((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85))
- (-4 *5 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-583 (-937 (-350 *5))))) (-5 *1 (-1207 *5 *6 *7))
- (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090)))))
+ (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85))
+ (-4 *5 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-584 (-938 (-350 *5))))) (-5 *1 (-1208 *5 *6 *7))
+ (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85))
- (-4 *5 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-583 (-937 (-350 *5))))) (-5 *1 (-1207 *5 *6 *7))
- (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85))
- (-4 *5 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-583 (-937 (-350 *5))))) (-5 *1 (-1207 *5 *6 *7))
- (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-583 (-937 (-350 *4))))) (-5 *1 (-1207 *4 *5 *6))
- (-14 *5 (-583 (-1090))) (-14 *6 (-583 (-1090))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-958 *4 *5)) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-14 *5 (-583 (-1090)))
- (-5 *2 (-583 (-2 (|:| -1750 (-1085 *4)) (|:| -3225 (-583 (-857 *4))))))
- (-5 *1 (-1207 *4 *5 *6)) (-14 *6 (-583 (-1090)))))
+ (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85))
+ (-4 *5 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-584 (-938 (-350 *5))))) (-5 *1 (-1208 *5 *6 *7))
+ (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85))
+ (-4 *5 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-584 (-938 (-350 *5))))) (-5 *1 (-1208 *5 *6 *7))
+ (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-584 (-938 (-350 *4))))) (-5 *1 (-1208 *4 *5 *6))
+ (-14 *5 (-584 (-1091))) (-14 *6 (-584 (-1091))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-959 *4 *5)) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-14 *5 (-584 (-1091)))
+ (-5 *2 (-584 (-2 (|:| -1751 (-1086 *4)) (|:| -3226 (-584 (-858 *4))))))
+ (-5 *1 (-1208 *4 *5 *6)) (-14 *6 (-584 (-1091)))))
((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-2 (|:| -1750 (-1085 *5)) (|:| -3225 (-583 (-857 *5))))))
- (-5 *1 (-1207 *5 *6 *7)) (-5 *3 (-583 (-857 *5))) (-14 *6 (-583 (-1090)))
- (-14 *7 (-583 (-1090)))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-2 (|:| -1751 (-1086 *5)) (|:| -3226 (-584 (-858 *5))))))
+ (-5 *1 (-1208 *5 *6 *7)) (-5 *3 (-584 (-858 *5))) (-14 *6 (-584 (-1091)))
+ (-14 *7 (-584 (-1091)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-2 (|:| -1750 (-1085 *5)) (|:| -3225 (-583 (-857 *5))))))
- (-5 *1 (-1207 *5 *6 *7)) (-5 *3 (-583 (-857 *5))) (-14 *6 (-583 (-1090)))
- (-14 *7 (-583 (-1090)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-2 (|:| -1750 (-1085 *5)) (|:| -3225 (-583 (-857 *5))))))
- (-5 *1 (-1207 *5 *6 *7)) (-5 *3 (-583 (-857 *5))) (-14 *6 (-583 (-1090)))
- (-14 *7 (-583 (-1090)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-2 (|:| -1750 (-1085 *4)) (|:| -3225 (-583 (-857 *4))))))
- (-5 *1 (-1207 *4 *5 *6)) (-5 *3 (-583 (-857 *4))) (-14 *5 (-583 (-1090)))
- (-14 *6 (-583 (-1090))))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-2 (|:| -1751 (-1086 *5)) (|:| -3226 (-584 (-858 *5))))))
+ (-5 *1 (-1208 *5 *6 *7)) (-5 *3 (-584 (-858 *5))) (-14 *6 (-584 (-1091)))
+ (-14 *7 (-584 (-1091)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-85)) (-4 *5 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-2 (|:| -1751 (-1086 *5)) (|:| -3226 (-584 (-858 *5))))))
+ (-5 *1 (-1208 *5 *6 *7)) (-5 *3 (-584 (-858 *5))) (-14 *6 (-584 (-1091)))
+ (-14 *7 (-584 (-1091)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-2 (|:| -1751 (-1086 *4)) (|:| -3226 (-584 (-858 *4))))))
+ (-5 *1 (-1208 *4 *5 *6)) (-5 *3 (-584 (-858 *4))) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-584 (-1091))))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85))
- (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-958 *5 *6)))
- (-5 *1 (-1207 *5 *6 *7)) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090)))))
+ (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85))
+ (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-959 *5 *6)))
+ (-5 *1 (-1208 *5 *6 *7)) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-85))
- (-4 *5 (-13 (-755) (-258) (-120) (-933))) (-5 *2 (-583 (-958 *5 *6)))
- (-5 *1 (-1207 *5 *6 *7)) (-14 *6 (-583 (-1090))) (-14 *7 (-583 (-1090)))))
+ (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-85))
+ (-4 *5 (-13 (-756) (-258) (-120) (-934))) (-5 *2 (-584 (-959 *5 *6)))
+ (-5 *1 (-1208 *5 *6 *7)) (-14 *6 (-584 (-1091))) (-14 *7 (-584 (-1091)))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-13 (-755) (-258) (-120) (-933)))
- (-5 *2 (-583 (-958 *4 *5))) (-5 *1 (-1207 *4 *5 *6)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-583 (-1090))))))
+ (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-13 (-756) (-258) (-120) (-934)))
+ (-5 *2 (-584 (-959 *4 *5))) (-5 *1 (-1208 *4 *5 *6)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-584 (-1091))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-1069 *4) (-1069 *4))) (-5 *2 (-1069 *4)) (-5 *1 (-1206 *4))
- (-4 *4 (-1129))))
+ (-12 (-5 *3 (-1 (-1070 *4) (-1070 *4))) (-5 *2 (-1070 *4)) (-5 *1 (-1207 *4))
+ (-4 *4 (-1130))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-583 (-1069 *5)) (-583 (-1069 *5)))) (-5 *4 (-484))
- (-5 *2 (-583 (-1069 *5))) (-5 *1 (-1206 *5)) (-4 *5 (-1129)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-1205)))))
-(((*1 *2 *1) (-12 (-5 *2 (-884)) (-5 *1 (-1205)))))
+ (-12 (-5 *3 (-1 (-584 (-1070 *5)) (-584 (-1070 *5)))) (-5 *4 (-485))
+ (-5 *2 (-584 (-1070 *5))) (-5 *1 (-1207 *5)) (-4 *5 (-1130)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-1206)))))
+(((*1 *2 *1) (-12 (-5 *2 (-885)) (-5 *1 (-1206)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-830)) (-4 *6 (-495)) (-5 *2 (-583 (-265 *6)))
- (-5 *1 (-175 *5 *6)) (-5 *3 (-265 *6)) (-4 *5 (-961))))
- ((*1 *2 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-495))))
+ (-12 (-5 *4 (-831)) (-4 *6 (-496)) (-5 *2 (-584 (-265 *6)))
+ (-5 *1 (-175 *5 *6)) (-5 *3 (-265 *6)) (-4 *5 (-962))))
+ ((*1 *2 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-496))))
((*1 *2 *3)
- (-12 (-5 *3 (-519 *5)) (-4 *5 (-13 (-29 *4) (-1115)))
- (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-583 *5))
- (-5 *1 (-521 *4 *5))))
+ (-12 (-5 *3 (-520 *5)) (-4 *5 (-13 (-29 *4) (-1116)))
+ (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-584 *5))
+ (-5 *1 (-522 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-519 (-350 (-857 *4))))
- (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-583 (-265 *4)))
- (-5 *1 (-525 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-1007 *3 *2)) (-4 *3 (-755)) (-4 *2 (-1064 *3))))
+ (-12 (-5 *3 (-520 (-350 (-858 *4))))
+ (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-584 (-265 *4)))
+ (-5 *1 (-526 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1008 *3 *2)) (-4 *3 (-756)) (-4 *2 (-1065 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 *1)) (-4 *1 (-1007 *4 *2)) (-4 *4 (-755))
- (-4 *2 (-1064 *4))))
+ (-12 (-5 *3 (-584 *1)) (-4 *1 (-1008 *4 *2)) (-4 *4 (-756))
+ (-4 *2 (-1065 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115)))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116)))))
((*1 *2 *1)
- (-12 (-5 *2 (-1195 (-1090) *3)) (-5 *1 (-1201 *3)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-1196 (-1091) *3)) (-5 *1 (-1202 *3)) (-4 *3 (-962))))
((*1 *2 *1)
- (-12 (-5 *2 (-1195 *3 *4)) (-5 *1 (-1204 *3 *4)) (-4 *3 (-756))
- (-4 *4 (-961)))))
+ (-12 (-5 *2 (-1196 *3 *4)) (-5 *1 (-1205 *3 *4)) (-4 *3 (-757))
+ (-4 *4 (-962)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1195 (-1090) *3)) (-4 *3 (-961)) (-5 *1 (-1201 *3))))
+ (-12 (-5 *2 (-1196 (-1091) *3)) (-4 *3 (-962)) (-5 *1 (-1202 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1195 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961))
- (-5 *1 (-1204 *3 *4)))))
+ (-12 (-5 *2 (-1196 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962))
+ (-5 *1 (-1205 *3 *4)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| |k| (-1090)) (|:| |c| (-1201 *3)))))
- (-5 *1 (-1201 *3)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-584 (-2 (|:| |k| (-1091)) (|:| |c| (-1202 *3)))))
+ (-5 *1 (-1202 *3)) (-4 *3 (-962))))
((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| |k| *3) (|:| |c| (-1204 *3 *4)))))
- (-5 *1 (-1204 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-694))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-830))))
+ (-12 (-5 *2 (-584 (-2 (|:| |k| *3) (|:| |c| (-1205 *3 *4)))))
+ (-5 *1 (-1205 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-695))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-831))))
((*1 *1 *1 *1)
- (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146))))
+ (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146))))
((*1 *1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-130))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-830)) (-5 *1 (-130))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-831)) (-5 *1 (-130))))
((*1 *2 *1 *2)
- (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115))) (-5 *1 (-181 *3))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1025)) (-4 *2 (-1129))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1025)) (-4 *2 (-1129))))
- ((*1 *1 *2 *3) (-12 (-4 *1 (-274 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-104))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-310 *2)) (-4 *2 (-1013))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-310 *2)) (-4 *2 (-1013))))
- ((*1 *1 *2 *3) (-12 (-5 *1 (-334 *3 *2)) (-4 *3 (-961)) (-4 *2 (-756))))
- ((*1 *1 *2 *3) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-961)) (-4 *3 (-1013))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1013))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1013))))
+ (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116))) (-5 *1 (-181 *3))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1026)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1026)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *3) (-12 (-4 *1 (-274 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-104))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-310 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-310 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *2 *3) (-12 (-5 *1 (-334 *3 *2)) (-4 *3 (-962)) (-4 *2 (-757))))
+ ((*1 *1 *2 *3) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-962)) (-4 *3 (-1014))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1014))))
((*1 *1 *2 *1)
- (-12 (-14 *3 (-583 (-1090))) (-4 *4 (-146)) (-4 *6 (-196 (-3958 *3) (-694)))
+ (-12 (-14 *3 (-584 (-1091))) (-4 *4 (-146)) (-4 *6 (-196 (-3959 *3) (-695)))
(-14 *7
- (-1 (-85) (-2 (|:| -2400 *5) (|:| -2401 *6))
- (-2 (|:| -2400 *5) (|:| -2401 *6))))
- (-5 *1 (-401 *3 *4 *5 *6 *7 *2)) (-4 *5 (-756))
- (-4 *2 (-861 *4 *6 (-773 *3)))))
+ (-1 (-85) (-2 (|:| -2401 *5) (|:| -2402 *6))
+ (-2 (|:| -2401 *5) (|:| -2402 *6))))
+ (-5 *1 (-401 *3 *4 *5 *6 *7 *2)) (-4 *5 (-757))
+ (-4 *2 (-862 *4 *6 (-774 *3)))))
((*1 *1 *1 *2) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23))))
((*1 *1 *2 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5))
- (-4 *5 (-861 *2 *3 *4))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-299)) (-5 *1 (-466 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-473)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-531 *3)) (-4 *3 (-961))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-588 *2)) (-4 *2 (-1025))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1013)) (-4 *6 (-1013))
- (-4 *7 (-1013)) (-5 *2 (-1 *7 *5)) (-5 *1 (-625 *5 *6 *7))))
+ (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5))
+ (-4 *5 (-862 *2 *3 *4))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-299)) (-5 *1 (-467 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-474)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-532 *3)) (-4 *3 (-962))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-589 *2)) (-4 *2 (-1026))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1014)) (-4 *6 (-1014))
+ (-4 *7 (-1014)) (-5 *2 (-1 *7 *5)) (-5 *1 (-626 *5 *6 *7))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-627 *3 *2 *4)) (-4 *3 (-961)) (-4 *2 (-324 *3))
+ (-12 (-4 *1 (-628 *3 *2 *4)) (-4 *3 (-962)) (-4 *2 (-324 *3))
(-4 *4 (-324 *3))))
((*1 *2 *1 *2)
- (-12 (-4 *1 (-627 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-4 *1 (-628 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *2 (-324 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2))))
- ((*1 *1 *1 *1) (-4 *1 (-657))) ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013))))
+ ((*1 *1 *1 *1) (-4 *1 (-658))) ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1179 *4)) (-4 *4 (-1155 *3)) (-4 *3 (-495))
- (-5 *1 (-882 *3 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-963 *2)) (-4 *2 (-1025))))
- ((*1 *1 *1 *1) (-4 *1 (-1025)))
+ (-12 (-5 *2 (-1180 *4)) (-4 *4 (-1156 *3)) (-4 *3 (-496))
+ (-5 *1 (-883 *3 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-964 *2)) (-4 *2 (-1026))))
+ ((*1 *1 *1 *1) (-4 *1 (-1026)))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-1037 *3 *4 *2 *5)) (-4 *4 (-961)) (-4 *2 (-196 *3 *4))
+ (-12 (-4 *1 (-1038 *3 *4 *2 *5)) (-4 *4 (-962)) (-4 *2 (-196 *3 *4))
(-4 *5 (-196 *3 *4))))
((*1 *2 *1 *2)
- (-12 (-4 *1 (-1037 *3 *4 *5 *2)) (-4 *4 (-961)) (-4 *5 (-196 *3 *4))
+ (-12 (-4 *1 (-1038 *3 *4 *5 *2)) (-4 *4 (-962)) (-4 *5 (-196 *3 *4))
(-4 *2 (-196 *3 *4))))
((*1 *1 *2 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-756)) (-5 *1 (-1040 *3 *4 *2))
- (-4 *2 (-861 *3 (-469 *4) *4))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
- ((*1 *2 *2 *3) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-854 (-179))) (-5 *3 (-179)) (-5 *1 (-1126))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-663))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-663))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-757)) (-5 *1 (-1041 *3 *4 *2))
+ (-4 *2 (-862 *3 (-470 *4) *4))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
+ ((*1 *2 *2 *3) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-855 (-179))) (-5 *3 (-179)) (-5 *1 (-1127))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-664))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-664))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-484)) (-4 *1 (-1178 *3)) (-4 *3 (-1129)) (-4 *3 (-21))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-756)) (-4 *2 (-961))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-1203 *2 *3)) (-4 *2 (-961)) (-4 *3 (-754)))))
-(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716))))
- ((*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-961)) (-14 *3 (-583 (-1090)))))
+ (-12 (-5 *2 (-485)) (-4 *1 (-1179 *3)) (-4 *3 (-1130)) (-4 *3 (-21))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-757)) (-4 *2 (-962))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-1204 *2 *3)) (-4 *2 (-962)) (-4 *3 (-755)))))
+(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717))))
+ ((*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-962)) (-14 *3 (-584 (-1091)))))
((*1 *1 *1)
- (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-961) (-756)))
- (-14 *3 (-583 (-1090)))))
- ((*1 *1 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-961)) (-4 *3 (-1013))))
+ (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-962) (-757)))
+ (-14 *3 (-584 (-1091)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *2 (-962)) (-4 *3 (-1014))))
((*1 *1 *1)
- (-12 (-14 *2 (-583 (-1090))) (-4 *3 (-146)) (-4 *5 (-196 (-3958 *2) (-694)))
+ (-12 (-14 *2 (-584 (-1091))) (-4 *3 (-146)) (-4 *5 (-196 (-3959 *2) (-695)))
(-14 *6
- (-1 (-85) (-2 (|:| -2400 *4) (|:| -2401 *5))
- (-2 (|:| -2400 *4) (|:| -2401 *5))))
- (-5 *1 (-401 *2 *3 *4 *5 *6 *7)) (-4 *4 (-756))
- (-4 *7 (-861 *3 *5 (-773 *2)))))
- ((*1 *1 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-72)) (-4 *3 (-759))))
- ((*1 *1 *1) (-12 (-4 *2 (-495)) (-5 *1 (-562 *2 *3)) (-4 *3 (-1155 *2))))
- ((*1 *1 *1) (-12 (-4 *1 (-645 *2)) (-4 *2 (-961))))
+ (-1 (-85) (-2 (|:| -2401 *4) (|:| -2402 *5))
+ (-2 (|:| -2401 *4) (|:| -2402 *5))))
+ (-5 *1 (-401 *2 *3 *4 *5 *6 *7)) (-4 *4 (-757))
+ (-4 *7 (-862 *3 *5 (-774 *2)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-450 *2 *3)) (-4 *2 (-72)) (-4 *3 (-760))))
+ ((*1 *1 *1) (-12 (-4 *2 (-496)) (-5 *1 (-563 *2 *3)) (-4 *3 (-1156 *2))))
+ ((*1 *1 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-962))))
((*1 *1 *1)
- (-12 (-5 *1 (-674 *2 *3)) (-4 *3 (-756)) (-4 *2 (-961)) (-4 *3 (-663))))
- ((*1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961))))
+ (-12 (-5 *1 (-675 *2 *3)) (-4 *3 (-757)) (-4 *2 (-962)) (-4 *3 (-664))))
+ ((*1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))))
- ((*1 *1 *1) (-12 (-5 *1 (-1203 *2 *3)) (-4 *2 (-961)) (-4 *3 (-754)))))
+ (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))))
+ ((*1 *1 *1) (-12 (-5 *1 (-1204 *2 *3)) (-4 *2 (-962)) (-4 *3 (-755)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-50 *3 *4))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-50 *3 *4))
+ (-14 *4 (-584 (-1091)))))
((*1 *1 *2 *1 *1 *3)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130))
(-4 *4 (-324 *3)) (-4 *5 (-324 *3))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130))
(-4 *4 (-324 *3)) (-4 *5 (-324 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130))
(-4 *4 (-324 *3)) (-4 *5 (-324 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
(-5 *2 (-58 *6)) (-5 *1 (-59 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-108 *5 *6 *7)) (-14 *5 (-484))
- (-14 *6 (-694)) (-4 *7 (-146)) (-4 *8 (-146)) (-5 *2 (-108 *5 *6 *8))
+ (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-108 *5 *6 *7)) (-14 *5 (-485))
+ (-14 *6 (-695)) (-4 *7 (-146)) (-4 *8 (-146)) (-5 *2 (-108 *5 *6 *8))
(-5 *1 (-109 *5 *6 *7 *8))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-142 *5)) (-4 *5 (-146)) (-4 *6 (-146))
(-5 *2 (-142 *6)) (-5 *1 (-143 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-265 *3) (-265 *3))) (-4 *3 (-13 (-961) (-756)))
- (-5 *1 (-177 *3 *4)) (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-1 (-265 *3) (-265 *3))) (-4 *3 (-13 (-962) (-757)))
+ (-5 *1 (-177 *3 *4)) (-14 *4 (-584 (-1091)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-197 *5 *6)) (-14 *5 (-694)) (-4 *6 (-1129))
- (-4 *7 (-1129)) (-5 *2 (-197 *5 *7)) (-5 *1 (-198 *5 *6 *7))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1129)) (-5 *1 (-249 *3))))
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-197 *5 *6)) (-14 *5 (-695)) (-4 *6 (-1130))
+ (-4 *7 (-1130)) (-5 *2 (-197 *5 *7)) (-5 *1 (-198 *5 *6 *7))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-249 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-249 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-249 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
(-5 *2 (-249 *6)) (-5 *1 (-250 *5 *6))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-550 *1)) (-4 *1 (-254))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-551 *1)) (-4 *1 (-254))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1073)) (-5 *5 (-550 *6)) (-4 *6 (-254))
- (-4 *2 (-1129)) (-5 *1 (-255 *6 *2))))
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1074)) (-5 *5 (-551 *6)) (-4 *6 (-254))
+ (-4 *2 (-1130)) (-5 *1 (-255 *6 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-550 *5)) (-4 *5 (-254)) (-4 *2 (-254))
+ (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-551 *5)) (-4 *5 (-254)) (-4 *2 (-254))
(-5 *1 (-256 *5 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-265 *5)) (-4 *5 (-1013)) (-4 *6 (-1013))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-265 *5)) (-4 *5 (-1014)) (-4 *6 (-1014))
(-5 *2 (-265 *6)) (-5 *1 (-266 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-283 *5 *6 *7 *8)) (-4 *5 (-312))
- (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6))) (-4 *8 (-291 *5 *6 *7))
- (-4 *9 (-312)) (-4 *10 (-1155 *9)) (-4 *11 (-1155 (-350 *10)))
+ (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6))) (-4 *8 (-291 *5 *6 *7))
+ (-4 *9 (-312)) (-4 *10 (-1156 *9)) (-4 *11 (-1156 (-350 *10)))
(-5 *2 (-283 *9 *10 *11 *12)) (-5 *1 (-284 *5 *6 *7 *8 *9 *10 *11 *12))
(-4 *12 (-291 *9 *10 *11))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-288 *3)) (-4 *3 (-1013))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-288 *3)) (-4 *3 (-1014))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1134)) (-4 *8 (-1134)) (-4 *6 (-1155 *5))
- (-4 *7 (-1155 (-350 *6))) (-4 *9 (-1155 *8)) (-4 *2 (-291 *8 *9 *10))
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1135)) (-4 *8 (-1135)) (-4 *6 (-1156 *5))
+ (-4 *7 (-1156 (-350 *6))) (-4 *9 (-1156 *8)) (-4 *2 (-291 *8 *9 *10))
(-5 *1 (-292 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-291 *5 *6 *7))
- (-4 *10 (-1155 (-350 *9)))))
+ (-4 *10 (-1156 (-350 *9)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1129)) (-4 *6 (-1129)) (-4 *2 (-324 *6))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-4 *2 (-324 *6))
(-5 *1 (-325 *5 *4 *6 *2)) (-4 *4 (-324 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-495)) (-5 *1 (-348 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-496)) (-5 *1 (-348 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-348 *5)) (-4 *5 (-495)) (-4 *6 (-495))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-348 *5)) (-4 *5 (-496)) (-4 *6 (-496))
(-5 *2 (-348 *6)) (-5 *1 (-349 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-350 *5)) (-4 *5 (-495)) (-4 *6 (-495))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-350 *5)) (-4 *5 (-496)) (-4 *6 (-496))
(-5 *2 (-350 *6)) (-5 *1 (-351 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-356 *5 *6 *7 *8)) (-4 *5 (-258))
- (-4 *6 (-904 *5)) (-4 *7 (-1155 *6)) (-4 *8 (-13 (-353 *6 *7) (-950 *6)))
- (-4 *9 (-258)) (-4 *10 (-904 *9)) (-4 *11 (-1155 *10))
+ (-4 *6 (-905 *5)) (-4 *7 (-1156 *6)) (-4 *8 (-13 (-353 *6 *7) (-951 *6)))
+ (-4 *9 (-258)) (-4 *10 (-905 *9)) (-4 *11 (-1156 *10))
(-5 *2 (-356 *9 *10 *11 *12)) (-5 *1 (-357 *5 *6 *7 *8 *9 *10 *11 *12))
- (-4 *12 (-13 (-353 *10 *11) (-950 *10)))))
+ (-4 *12 (-13 (-353 *10 *11) (-951 *10)))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-361 *6))
(-5 *1 (-359 *4 *5 *2 *6)) (-4 *4 (-361 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-961)) (-4 *6 (-961)) (-4 *2 (-364 *6))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-962)) (-4 *6 (-962)) (-4 *2 (-364 *6))
(-5 *1 (-365 *5 *4 *6 *2)) (-4 *4 (-364 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-369 *6))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-369 *6))
(-5 *1 (-370 *5 *4 *6 *2)) (-4 *4 (-369 *5))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-429 *3)) (-4 *3 (-1129))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-429 *3)) (-4 *3 (-1130))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-449 *3 *4)) (-4 *3 (-72)) (-4 *4 (-759))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-450 *3 *4)) (-4 *3 (-72)) (-4 *4 (-760))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-519 *5)) (-4 *5 (-312)) (-4 *6 (-312))
- (-5 *2 (-519 *6)) (-5 *1 (-520 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-520 *5)) (-4 *5 (-312)) (-4 *6 (-312))
+ (-5 *2 (-520 *6)) (-5 *1 (-521 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *6 *5))
- (-5 *4 (-3 (-2 (|:| -2136 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-312))
- (-4 *6 (-312)) (-5 *2 (-2 (|:| -2136 *6) (|:| |coeff| *6)))
- (-5 *1 (-520 *5 *6))))
+ (-5 *4 (-3 (-2 (|:| -2137 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-312))
+ (-4 *6 (-312)) (-5 *2 (-2 (|:| -2137 *6) (|:| |coeff| *6)))
+ (-5 *1 (-521 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-312))
- (-4 *2 (-312)) (-5 *1 (-520 *5 *2))))
+ (-4 *2 (-312)) (-5 *1 (-521 *5 *2))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *6 *5))
(-5 *4
(-3
(-2 (|:| |mainpart| *5)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *5) (|:| |logand| *5)))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *5) (|:| |logand| *5)))))
"failed"))
(-4 *5 (-312)) (-4 *6 (-312))
(-5 *2
(-2 (|:| |mainpart| *6)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *6) (|:| |logand| *6))))))
- (-5 *1 (-520 *5 *6))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *6) (|:| |logand| *6))))))
+ (-5 *1 (-521 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-536 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-536 *6)) (-5 *1 (-533 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-537 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-537 *6)) (-5 *1 (-534 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-536 *6)) (-5 *5 (-536 *7))
- (-4 *6 (-1129)) (-4 *7 (-1129)) (-4 *8 (-1129)) (-5 *2 (-536 *8))
- (-5 *1 (-534 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-537 *6)) (-5 *5 (-537 *7))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-537 *8))
+ (-5 *1 (-535 *6 *7 *8))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1069 *6)) (-5 *5 (-536 *7))
- (-4 *6 (-1129)) (-4 *7 (-1129)) (-4 *8 (-1129)) (-5 *2 (-1069 *8))
- (-5 *1 (-534 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1070 *6)) (-5 *5 (-537 *7))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1070 *8))
+ (-5 *1 (-535 *6 *7 *8))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-536 *6)) (-5 *5 (-1069 *7))
- (-4 *6 (-1129)) (-4 *7 (-1129)) (-4 *8 (-1129)) (-5 *2 (-1069 *8))
- (-5 *1 (-534 *6 *7 *8))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1129)) (-5 *1 (-536 *3))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-537 *6)) (-5 *5 (-1070 *7))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1070 *8))
+ (-5 *1 (-535 *6 *7 *8))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-537 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-583 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-583 *6)) (-5 *1 (-584 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-584 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-584 *6)) (-5 *1 (-585 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-583 *6)) (-5 *5 (-583 *7))
- (-4 *6 (-1129)) (-4 *7 (-1129)) (-4 *8 (-1129)) (-5 *2 (-583 *8))
- (-5 *1 (-586 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-584 *6)) (-5 *5 (-584 *7))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-584 *8))
+ (-5 *1 (-587 *6 *7 *8))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-593 *3)) (-4 *3 (-1129))))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-594 *3)) (-4 *3 (-1130))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-961)) (-4 *8 (-961)) (-4 *6 (-324 *5))
- (-4 *7 (-324 *5)) (-4 *2 (-627 *8 *9 *10))
- (-5 *1 (-628 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-627 *5 *6 *7))
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-962)) (-4 *8 (-962)) (-4 *6 (-324 *5))
+ (-4 *7 (-324 *5)) (-4 *2 (-628 *8 *9 *10))
+ (-5 *1 (-629 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-628 *5 *6 *7))
(-4 *9 (-324 *8)) (-4 *10 (-324 *8))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-961)) (-4 *8 (-961))
- (-4 *6 (-324 *5)) (-4 *7 (-324 *5)) (-4 *2 (-627 *8 *9 *10))
- (-5 *1 (-628 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-627 *5 *6 *7))
+ (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-962)) (-4 *8 (-962))
+ (-4 *6 (-324 *5)) (-4 *7 (-324 *5)) (-4 *2 (-628 *8 *9 *10))
+ (-5 *1 (-629 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-628 *5 *6 *7))
(-4 *9 (-324 *8)) (-4 *10 (-324 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-495)) (-4 *7 (-495)) (-4 *6 (-1155 *5))
- (-4 *2 (-1155 (-350 *8))) (-5 *1 (-646 *5 *6 *4 *7 *8 *2))
- (-4 *4 (-1155 (-350 *6))) (-4 *8 (-1155 *7))))
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-496)) (-4 *7 (-496)) (-4 *6 (-1156 *5))
+ (-4 *2 (-1156 (-350 *8))) (-5 *1 (-647 *5 *6 *4 *7 *8 *2))
+ (-4 *4 (-1156 (-350 *6))) (-4 *8 (-1156 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-961)) (-4 *9 (-961)) (-4 *5 (-756))
- (-4 *6 (-717)) (-4 *2 (-861 *9 *7 *5)) (-5 *1 (-667 *5 *6 *7 *8 *9 *4 *2))
- (-4 *7 (-717)) (-4 *4 (-861 *8 *6 *5))))
+ (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-962)) (-4 *9 (-962)) (-4 *5 (-757))
+ (-4 *6 (-718)) (-4 *2 (-862 *9 *7 *5)) (-5 *1 (-668 *5 *6 *7 *8 *9 *4 *2))
+ (-4 *7 (-718)) (-4 *4 (-862 *8 *6 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-756)) (-4 *6 (-756)) (-4 *7 (-717))
- (-4 *9 (-961)) (-4 *2 (-861 *9 *8 *6)) (-5 *1 (-668 *5 *6 *7 *8 *9 *4 *2))
- (-4 *8 (-717)) (-4 *4 (-861 *9 *7 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-757)) (-4 *6 (-757)) (-4 *7 (-718))
+ (-4 *9 (-962)) (-4 *2 (-862 *9 *8 *6)) (-5 *1 (-669 *5 *6 *7 *8 *9 *4 *2))
+ (-4 *8 (-718)) (-4 *4 (-862 *9 *7 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-674 *5 *7)) (-4 *5 (-961)) (-4 *6 (-961))
- (-4 *7 (-663)) (-5 *2 (-674 *6 *7)) (-5 *1 (-673 *5 *6 *7))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-675 *5 *7)) (-4 *5 (-962)) (-4 *6 (-962))
+ (-4 *7 (-664)) (-5 *2 (-675 *6 *7)) (-5 *1 (-674 *5 *6 *7))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-674 *3 *4)) (-4 *4 (-663))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-675 *3 *4)) (-4 *4 (-664))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-704 *5)) (-4 *5 (-961)) (-4 *6 (-961))
- (-5 *2 (-704 *6)) (-5 *1 (-705 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-705 *5)) (-4 *5 (-962)) (-4 *6 (-962))
+ (-5 *2 (-705 *6)) (-5 *1 (-706 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-720 *6))
- (-5 *1 (-723 *4 *5 *2 *6)) (-4 *4 (-720 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-721 *6))
+ (-5 *1 (-724 *4 *5 *2 *6)) (-4 *4 (-721 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-743 *5)) (-4 *5 (-1013)) (-4 *6 (-1013))
- (-5 *2 (-743 *6)) (-5 *1 (-744 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-744 *5)) (-4 *5 (-1014)) (-4 *6 (-1014))
+ (-5 *2 (-744 *6)) (-5 *1 (-745 *5 *6))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-743 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-743 *5)) (-4 *5 (-1013))
- (-4 *6 (-1013)) (-5 *1 (-744 *5 *6))))
+ (-12 (-5 *2 (-744 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-744 *5)) (-4 *5 (-1014))
+ (-4 *6 (-1014)) (-5 *1 (-745 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-750 *5)) (-4 *5 (-1013)) (-4 *6 (-1013))
- (-5 *2 (-750 *6)) (-5 *1 (-751 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-751 *5)) (-4 *5 (-1014)) (-4 *6 (-1014))
+ (-5 *2 (-751 *6)) (-5 *1 (-752 *5 *6))))
((*1 *2 *3 *4 *2 *2)
- (-12 (-5 *2 (-750 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-750 *5)) (-4 *5 (-1013))
- (-4 *6 (-1013)) (-5 *1 (-751 *5 *6))))
+ (-12 (-5 *2 (-751 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-751 *5)) (-4 *5 (-1014))
+ (-4 *6 (-1014)) (-5 *1 (-752 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-787 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-787 *6)) (-5 *1 (-786 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-788 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-788 *6)) (-5 *1 (-787 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-789 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-789 *6)) (-5 *1 (-788 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-790 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-790 *6)) (-5 *1 (-789 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-792 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-792 *6)) (-5 *1 (-791 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-793 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-793 *6)) (-5 *1 (-792 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-798 *5 *6)) (-4 *5 (-1013)) (-4 *6 (-1013))
- (-4 *7 (-1013)) (-5 *2 (-798 *5 *7)) (-5 *1 (-799 *5 *6 *7))))
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-799 *5 *6)) (-4 *5 (-1014)) (-4 *6 (-1014))
+ (-4 *7 (-1014)) (-5 *2 (-799 *5 *7)) (-5 *1 (-800 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-4 *6 (-1013))
- (-5 *2 (-800 *6)) (-5 *1 (-802 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-4 *6 (-1014))
+ (-5 *2 (-801 *6)) (-5 *1 (-803 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-857 *5)) (-4 *5 (-961)) (-4 *6 (-961))
- (-5 *2 (-857 *6)) (-5 *1 (-858 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-858 *5)) (-4 *5 (-962)) (-4 *6 (-962))
+ (-5 *2 (-858 *6)) (-5 *1 (-859 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-756)) (-4 *8 (-961))
- (-4 *6 (-717))
+ (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-757)) (-4 *8 (-962))
+ (-4 *6 (-718))
(-4 *2
- (-13 (-1013)
- (-10 -8 (-15 -3840 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-694))))))
- (-5 *1 (-863 *6 *7 *8 *5 *2)) (-4 *5 (-861 *8 *6 *7))))
+ (-13 (-1014)
+ (-10 -8 (-15 -3841 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-695))))))
+ (-5 *1 (-864 *6 *7 *8 *5 *2)) (-4 *5 (-862 *8 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-869 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-869 *6)) (-5 *1 (-870 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-870 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-870 *6)) (-5 *1 (-871 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-877 *5)) (-4 *5 (-1013)) (-4 *6 (-1013))
- (-5 *2 (-877 *6)) (-5 *1 (-879 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-878 *5)) (-4 *5 (-1014)) (-4 *6 (-1014))
+ (-5 *2 (-878 *6)) (-5 *1 (-880 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-854 *5)) (-4 *5 (-961)) (-4 *6 (-961))
- (-5 *2 (-854 *6)) (-5 *1 (-894 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-855 *5)) (-4 *5 (-962)) (-4 *6 (-962))
+ (-5 *2 (-855 *6)) (-5 *1 (-895 *5 *6))))
((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 *2 (-857 *4))) (-4 *4 (-961)) (-4 *2 (-861 (-857 *4) *5 *6))
- (-4 *5 (-717))
+ (-12 (-5 *3 (-1 *2 (-858 *4))) (-4 *4 (-962)) (-4 *2 (-862 (-858 *4) *5 *6))
+ (-4 *5 (-718))
(-4 *6
- (-13 (-756)
- (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ "failed") (-1090))))))
- (-5 *1 (-897 *4 *5 *6 *2))))
+ (-13 (-757)
+ (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ "failed") (-1091))))))
+ (-5 *1 (-898 *4 *5 *6 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-495)) (-4 *6 (-495)) (-4 *2 (-904 *6))
- (-5 *1 (-905 *5 *6 *4 *2)) (-4 *4 (-904 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-496)) (-4 *6 (-496)) (-4 *2 (-905 *6))
+ (-5 *1 (-906 *5 *6 *4 *2)) (-4 *4 (-905 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-911 *6))
- (-5 *1 (-912 *4 *5 *2 *6)) (-4 *4 (-911 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-146)) (-4 *6 (-146)) (-4 *2 (-912 *6))
+ (-5 *1 (-913 *4 *5 *2 *6)) (-4 *4 (-912 *5))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961))
+ (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962))
(-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961))
+ (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962))
(-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-961)) (-4 *10 (-961)) (-14 *5 (-694))
- (-14 *6 (-694)) (-4 *8 (-196 *6 *7)) (-4 *9 (-196 *5 *7))
- (-4 *2 (-965 *5 *6 *10 *11 *12))
- (-5 *1 (-967 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2))
- (-4 *4 (-965 *5 *6 *7 *8 *9)) (-4 *11 (-196 *6 *10))
+ (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-962)) (-4 *10 (-962)) (-14 *5 (-695))
+ (-14 *6 (-695)) (-4 *8 (-196 *6 *7)) (-4 *9 (-196 *5 *7))
+ (-4 *2 (-966 *5 *6 *10 *11 *12))
+ (-5 *1 (-968 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2))
+ (-4 *4 (-966 *5 *6 *7 *8 *9)) (-4 *11 (-196 *6 *10))
(-4 *12 (-196 *5 *10))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1001 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-1001 *6)) (-5 *1 (-1002 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1002 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-1002 *6)) (-5 *1 (-1003 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1001 *5)) (-4 *5 (-755)) (-4 *5 (-1129))
- (-4 *6 (-1129)) (-5 *2 (-583 *6)) (-5 *1 (-1002 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1002 *5)) (-4 *5 (-756)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-584 *6)) (-5 *1 (-1003 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1004 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-1004 *6)) (-5 *1 (-1005 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1005 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-1005 *6)) (-5 *1 (-1006 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1007 *4 *2)) (-4 *4 (-755))
- (-4 *2 (-1064 *4))))
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1008 *4 *2)) (-4 *4 (-756))
+ (-4 *2 (-1065 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1069 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-1069 *6)) (-5 *1 (-1071 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1070 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-1070 *6)) (-5 *1 (-1072 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1069 *6)) (-5 *5 (-1069 *7))
- (-4 *6 (-1129)) (-4 *7 (-1129)) (-4 *8 (-1129)) (-5 *2 (-1069 *8))
- (-5 *1 (-1072 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1070 *6)) (-5 *5 (-1070 *7))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1070 *8))
+ (-5 *1 (-1073 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1085 *5)) (-4 *5 (-961)) (-4 *6 (-961))
- (-5 *2 (-1085 *6)) (-5 *1 (-1086 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1086 *5)) (-4 *5 (-962)) (-4 *6 (-962))
+ (-5 *2 (-1086 *6)) (-5 *1 (-1087 *5 *6))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1107 *3 *4)) (-4 *3 (-1013))
- (-4 *4 (-1013))))
+ (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1108 *3 *4)) (-4 *3 (-1014))
+ (-4 *4 (-1014))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1139 *5 *7 *9)) (-4 *5 (-961))
- (-4 *6 (-961)) (-14 *7 (-1090)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1139 *6 *8 *10)) (-5 *1 (-1140 *5 *6 *7 *8 *9 *10))
- (-14 *8 (-1090))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1140 *5 *7 *9)) (-4 *5 (-962))
+ (-4 *6 (-962)) (-14 *7 (-1091)) (-14 *9 *5) (-14 *10 *6)
+ (-5 *2 (-1140 *6 *8 *10)) (-5 *1 (-1141 *5 *6 *7 *8 *9 *10))
+ (-14 *8 (-1091))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1146 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-1146 *6)) (-5 *1 (-1147 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1147 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-1147 *6)) (-5 *1 (-1148 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1146 *5)) (-4 *5 (-755)) (-4 *5 (-1129))
- (-4 *6 (-1129)) (-5 *2 (-1069 *6)) (-5 *1 (-1147 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1147 *5)) (-4 *5 (-756)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-1070 *6)) (-5 *1 (-1148 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1148 *5 *6)) (-14 *5 (-1090)) (-4 *6 (-961))
- (-4 *8 (-961)) (-5 *2 (-1148 *7 *8)) (-5 *1 (-1149 *5 *6 *7 *8))
- (-14 *7 (-1090))))
+ (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1149 *5 *6)) (-14 *5 (-1091)) (-4 *6 (-962))
+ (-4 *8 (-962)) (-5 *2 (-1149 *7 *8)) (-5 *1 (-1150 *5 *6 *7 *8))
+ (-14 *7 (-1091))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-961)) (-4 *6 (-961)) (-4 *2 (-1155 *6))
- (-5 *1 (-1156 *5 *4 *6 *2)) (-4 *4 (-1155 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-962)) (-4 *6 (-962)) (-4 *2 (-1156 *6))
+ (-5 *1 (-1157 *5 *4 *6 *2)) (-4 *4 (-1156 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1160 *5 *7 *9)) (-4 *5 (-961))
- (-4 *6 (-961)) (-14 *7 (-1090)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1160 *6 *8 *10)) (-5 *1 (-1161 *5 *6 *7 *8 *9 *10))
- (-14 *8 (-1090))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1161 *5 *7 *9)) (-4 *5 (-962))
+ (-4 *6 (-962)) (-14 *7 (-1091)) (-14 *9 *5) (-14 *10 *6)
+ (-5 *2 (-1161 *6 *8 *10)) (-5 *1 (-1162 *5 *6 *7 *8 *9 *10))
+ (-14 *8 (-1091))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-961)) (-4 *6 (-961)) (-4 *2 (-1172 *6))
- (-5 *1 (-1170 *5 *6 *4 *2)) (-4 *4 (-1172 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-962)) (-4 *6 (-962)) (-4 *2 (-1173 *6))
+ (-5 *1 (-1171 *5 *6 *4 *2)) (-4 *4 (-1173 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1179 *5)) (-4 *5 (-1129)) (-4 *6 (-1129))
- (-5 *2 (-1179 *6)) (-5 *1 (-1180 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1180 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-5 *2 (-1180 *6)) (-5 *1 (-1181 *5 *6))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1179 *5))
- (-4 *5 (-1129)) (-4 *6 (-1129)) (-5 *2 (-1179 *6)) (-5 *1 (-1180 *5 *6))))
+ (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1180 *5))
+ (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1180 *6)) (-5 *1 (-1181 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-1203 *3 *4)) (-4 *4 (-754)))))
-(((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-209))))
- ((*1 *2 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1129)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-884))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-1204 *3 *4)) (-4 *4 (-755)))))
+(((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-209))))
+ ((*1 *2 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1130)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-885))))
((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-484))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-485))))
((*1 *2 *1)
- (-12 (-5 *2 (-694)) (-5 *1 (-1203 *3 *4)) (-4 *3 (-961)) (-4 *4 (-754)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-1204 *3 *4)) (-4 *3 (-962)) (-4 *4 (-755)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-739 *3))))
- ((*1 *2 *1) (-12 (-4 *2 (-754)) (-5 *1 (-1203 *3 *2)) (-4 *3 (-961)))))
+ (-12 (-4 *1 (-1203 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-740 *3))))
+ ((*1 *2 *1) (-12 (-4 *2 (-755)) (-5 *1 (-1204 *3 *2)) (-4 *3 (-962)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-739 *3))))
- ((*1 *2 *1) (-12 (-4 *2 (-754)) (-5 *1 (-1203 *3 *2)) (-4 *3 (-961)))))
+ (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-740 *3))))
+ ((*1 *2 *1) (-12 (-4 *2 (-755)) (-5 *1 (-1204 *3 *2)) (-4 *3 (-962)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1204 *4 *2)) (-4 *1 (-326 *4 *2)) (-4 *4 (-756))
+ (-12 (-5 *3 (-1205 *4 *2)) (-4 *1 (-326 *4 *2)) (-4 *4 (-757))
(-4 *2 (-146))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-756)) (-4 *2 (-961))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-757)) (-4 *2 (-962))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-739 *4)) (-4 *1 (-1199 *4 *2)) (-4 *4 (-756)) (-4 *2 (-961))))
- ((*1 *2 *1 *3) (-12 (-4 *2 (-961)) (-5 *1 (-1203 *2 *3)) (-4 *3 (-754)))))
+ (-12 (-5 *3 (-740 *4)) (-4 *1 (-1200 *4 *2)) (-4 *4 (-757)) (-4 *2 (-962))))
+ ((*1 *2 *1 *3) (-12 (-4 *2 (-962)) (-5 *1 (-1204 *2 *3)) (-4 *3 (-755)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-234))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014))))
((*1 *2 *1)
- (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-1203 *3 *4)) (-4 *3 (-961)) (-4 *4 (-754)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1204 *3 *4)) (-4 *3 (-962)) (-4 *4 (-755)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5)) (-4 *5 (-1013)) (-5 *2 (-1 *5 *4)) (-5 *1 (-624 *4 *5))
- (-4 *4 (-1013))))
- ((*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-265 (-484))) (-5 *1 (-840))))
- ((*1 *2 *2) (-12 (-4 *3 (-1013)) (-5 *1 (-841 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-756)) (-4 *2 (-961))))
- ((*1 *2 *1) (-12 (-4 *2 (-961)) (-5 *1 (-1203 *2 *3)) (-4 *3 (-754)))))
+ (-12 (-5 *3 (-1 *5)) (-4 *5 (-1014)) (-5 *2 (-1 *5 *4)) (-5 *1 (-625 *4 *5))
+ (-4 *4 (-1014))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-265 (-485))) (-5 *1 (-841))))
+ ((*1 *2 *2) (-12 (-4 *3 (-1014)) (-5 *1 (-842 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-757)) (-4 *2 (-962))))
+ ((*1 *2 *1) (-12 (-4 *2 (-962)) (-5 *1 (-1204 *2 *3)) (-4 *3 (-755)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-1203 *3 *4)) (-4 *3 (-961)) (-4 *4 (-754)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961))))
- ((*1 *1 *1) (-12 (-5 *1 (-1203 *2 *3)) (-4 *2 (-961)) (-4 *3 (-754)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1204 *3 *4)) (-4 *3 (-962)) (-4 *4 (-755)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962))))
+ ((*1 *1 *1) (-12 (-5 *1 (-1204 *2 *3)) (-4 *2 (-962)) (-4 *3 (-755)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716)) (-4 *2 (-312))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-179))))
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717)) (-4 *2 (-312))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-179))))
((*1 *1 *1 *1)
- (OR (-12 (-5 *1 (-249 *2)) (-4 *2 (-312)) (-4 *2 (-1129)))
- (-12 (-5 *1 (-249 *2)) (-4 *2 (-413)) (-4 *2 (-1129)))))
+ (OR (-12 (-5 *1 (-249 *2)) (-4 *2 (-312)) (-4 *2 (-1130)))
+ (-12 (-5 *1 (-249 *2)) (-4 *2 (-413)) (-4 *2 (-1130)))))
((*1 *1 *1 *1) (-4 *1 (-312)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-330))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-330))))
((*1 *1 *2 *2)
- (-12 (-5 *2 (-1039 *3 (-550 *1))) (-4 *3 (-495)) (-4 *3 (-1013))
+ (-12 (-5 *2 (-1040 *3 (-551 *1))) (-4 *3 (-496)) (-4 *3 (-1014))
(-4 *1 (-364 *3))))
((*1 *1 *1 *1) (-4 *1 (-413)))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-299)) (-5 *1 (-466 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-473)))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-299)) (-5 *1 (-467 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-474)))
((*1 *1 *2 *3)
- (-12 (-4 *4 (-146)) (-5 *1 (-558 *2 *4 *3)) (-4 *2 (-38 *4))
- (-4 *3 (|SubsetCategory| (-663) *4))))
+ (-12 (-4 *4 (-146)) (-5 *1 (-559 *2 *4 *3)) (-4 *2 (-38 *4))
+ (-4 *3 (|SubsetCategory| (-664) *4))))
((*1 *1 *1 *2)
- (-12 (-4 *4 (-146)) (-5 *1 (-558 *3 *4 *2)) (-4 *3 (-38 *4))
- (-4 *2 (|SubsetCategory| (-663) *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-574 *2)) (-4 *2 (-146)) (-4 *2 (-312))))
+ (-12 (-4 *4 (-146)) (-5 *1 (-559 *3 *4 *2)) (-4 *3 (-38 *4))
+ (-4 *2 (|SubsetCategory| (-664) *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-575 *2)) (-4 *2 (-146)) (-4 *2 (-312))))
((*1 *1 *2 *3)
- (-12 (-4 *4 (-146)) (-5 *1 (-594 *2 *4 *3)) (-4 *2 (-654 *4))
- (-4 *3 (|SubsetCategory| (-663) *4))))
+ (-12 (-4 *4 (-146)) (-5 *1 (-595 *2 *4 *3)) (-4 *2 (-655 *4))
+ (-4 *3 (|SubsetCategory| (-664) *4))))
((*1 *1 *1 *2)
- (-12 (-4 *4 (-146)) (-5 *1 (-594 *3 *4 *2)) (-4 *3 (-654 *4))
- (-4 *2 (|SubsetCategory| (-663) *4))))
+ (-12 (-4 *4 (-146)) (-5 *1 (-595 *3 *4 *2)) (-4 *3 (-655 *4))
+ (-4 *2 (|SubsetCategory| (-664) *4))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2)) (-4 *2 (-312))))
- ((*1 *1 *1 *1) (-5 *1 (-772)))
+ ((*1 *1 *1 *1) (-5 *1 (-773)))
((*1 *1 *1 *1)
- (|partial| -12 (-5 *1 (-775 *2 *3 *4 *5)) (-4 *2 (-312)) (-4 *2 (-961))
- (-14 *3 (-583 (-1090))) (-14 *4 (-583 (-694))) (-14 *5 (-694))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495))))
+ (|partial| -12 (-5 *1 (-776 *2 *3 *4 *5)) (-4 *2 (-312)) (-4 *2 (-962))
+ (-14 *3 (-584 (-1091))) (-14 *4 (-584 (-695))) (-14 *5 (-695))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-965 *3 *4 *2 *5 *6)) (-4 *2 (-961)) (-4 *5 (-196 *4 *2))
+ (-12 (-4 *1 (-966 *3 *4 *2 *5 *6)) (-4 *2 (-962)) (-4 *5 (-196 *4 *2))
(-4 *6 (-196 *3 *2)) (-4 *2 (-312))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1187 *2)) (-4 *2 (-312))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1188 *2)) (-4 *2 (-312))))
((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-312)) (-4 *2 (-961)) (-4 *3 (-756)) (-4 *4 (-717))
- (-14 *6 (-583 *3)) (-5 *1 (-1192 *2 *3 *4 *5 *6 *7 *8))
- (-4 *5 (-861 *2 *4 *3)) (-14 *7 (-583 (-694))) (-14 *8 (-694))))
+ (|partial| -12 (-4 *2 (-312)) (-4 *2 (-962)) (-4 *3 (-757)) (-4 *4 (-718))
+ (-14 *6 (-584 *3)) (-5 *1 (-1193 *2 *3 *4 *5 *6 *7 *8))
+ (-4 *5 (-862 *2 *4 *3)) (-14 *7 (-584 (-695))) (-14 *8 (-695))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-1203 *2 *3)) (-4 *2 (-312)) (-4 *2 (-961)) (-4 *3 (-754)))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716))))
+ (-12 (-5 *1 (-1204 *2 *3)) (-4 *2 (-312)) (-4 *2 (-962)) (-4 *3 (-755)))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717))))
((*1 *2 *1)
- (-12 (-5 *2 (-694)) (-5 *1 (-50 *3 *4)) (-4 *3 (-961))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-50 *3 *4)) (-4 *3 (-962))
+ (-14 *4 (-584 (-1091)))))
((*1 *2 *1)
- (-12 (-5 *2 (-484)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756)))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-485)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757)))
+ (-14 *4 (-584 (-1091)))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-961)) (-4 *3 (-756))
- (-4 *5 (-228 *3)) (-4 *6 (-717)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-229))))
+ (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-962)) (-4 *3 (-757))
+ (-4 *5 (-228 *3)) (-4 *6 (-718)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-229))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1085 *8)) (-5 *4 (-583 *6)) (-4 *6 (-756))
- (-4 *8 (-861 *7 *5 *6)) (-4 *5 (-717)) (-4 *7 (-961)) (-5 *2 (-583 (-694)))
+ (-12 (-5 *3 (-1086 *8)) (-5 *4 (-584 *6)) (-4 *6 (-757))
+ (-4 *8 (-862 *7 *5 *6)) (-4 *5 (-718)) (-4 *7 (-962)) (-5 *2 (-584 (-695)))
(-5 *1 (-272 *5 *6 *7 *8))))
- ((*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-830))))
+ ((*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-831))))
((*1 *2 *1)
- (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)) (-5 *2 (-695))))
((*1 *2 *1) (-12 (-4 *1 (-410 *3 *2)) (-4 *3 (-146)) (-4 *2 (-23))))
((*1 *2 *1)
- (-12 (-4 *3 (-495)) (-5 *2 (-484)) (-5 *1 (-562 *3 *4)) (-4 *4 (-1155 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-645 *3)) (-4 *3 (-961)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-4 *1 (-761 *3)) (-4 *3 (-961)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-813 *3)) (-4 *3 (-1013))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-816 *3)) (-4 *3 (-1013))))
+ (-12 (-4 *3 (-496)) (-5 *2 (-485)) (-5 *1 (-563 *3 *4)) (-4 *4 (-1156 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-646 *3)) (-4 *3 (-962)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-4 *1 (-762 *3)) (-4 *3 (-962)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-814 *3)) (-4 *3 (-1014))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-817 *3)) (-4 *3 (-1014))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 *6)) (-4 *1 (-861 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-583 (-694)))))
+ (-12 (-5 *3 (-584 *6)) (-4 *1 (-862 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-584 (-695)))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-861 *4 *5 *3)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756))
- (-5 *2 (-694))))
+ (-12 (-4 *1 (-862 *4 *5 *3)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757))
+ (-5 *2 (-695))))
((*1 *2 *1)
- (-12 (-4 *1 (-886 *3 *2 *4)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *2 (-716))))
+ (-12 (-4 *1 (-887 *3 *2 *4)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *2 (-717))))
((*1 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-695))))
((*1 *2 *1)
- (-12 (-4 *1 (-1143 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1172 *3)) (-5 *2 (-484))))
+ (-12 (-4 *1 (-1144 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1173 *3)) (-5 *2 (-485))))
((*1 *2 *1)
- (-12 (-4 *1 (-1164 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1141 *3))
- (-5 *2 (-350 (-484)))))
- ((*1 *2 *1) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-743 (-830)))))
+ (-12 (-4 *1 (-1165 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1142 *3))
+ (-5 *2 (-350 (-485)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-744 (-831)))))
((*1 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-694)))))
+ (-12 (-4 *1 (-1203 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-695)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146))))
+ (-12 (-5 *2 (-695)) (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-1202 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)))))
+ (-12 (-5 *2 (-695)) (-4 *1 (-1203 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1179 *3)) (-4 *3 (-312)) (-14 *6 (-1179 (-630 *3)))
- (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))))
- ((*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-52 *3)) (-4 *3 (-1129))))
+ (-12 (-5 *2 (-1180 *3)) (-4 *3 (-312)) (-14 *6 (-1180 (-631 *3)))
+ (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))))
+ ((*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-52 *3)) (-4 *3 (-1130))))
((*1 *2 *3)
- (-12 (-5 *3 (-1179 (-630 *4))) (-4 *4 (-146))
- (-5 *2 (-1179 (-630 (-350 (-857 *4))))) (-5 *1 (-163 *4))))
+ (-12 (-5 *3 (-1180 (-631 *4))) (-4 *4 (-146))
+ (-5 *2 (-1180 (-631 (-350 (-858 *4))))) (-5 *1 (-163 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-1004 (-265 *4))) (-4 *4 (-13 (-756) (-495) (-553 (-330))))
- (-5 *2 (-1004 (-330))) (-5 *1 (-219 *4))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-229))))
+ (-12 (-5 *3 (-1005 (-265 *4))) (-4 *4 (-13 (-757) (-496) (-554 (-330))))
+ (-5 *2 (-1005 (-330))) (-5 *1 (-219 *4))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-229))))
((*1 *2 *1)
- (-12 (-4 *2 (-1155 *3)) (-5 *1 (-244 *3 *2 *4 *5 *6 *7)) (-4 *3 (-146))
+ (-12 (-4 *2 (-1156 *3)) (-5 *1 (-244 *3 *2 *4 *5 *6 *7)) (-4 *3 (-146))
(-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4)) (-14 *6 (-1 (-3 *4 "failed") *4 *4))
(-14 *7 (-1 (-3 *2 "failed") *2 *2 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-1160 *4 *5 *6)) (-4 *4 (-13 (-27) (-1115) (-364 *3)))
- (-14 *5 (-1090)) (-14 *6 *4)
- (-4 *3 (-13 (-950 (-484)) (-580 (-484)) (-392)))
+ (-12 (-5 *2 (-1161 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-364 *3)))
+ (-14 *5 (-1091)) (-14 *6 *4)
+ (-4 *3 (-13 (-951 (-485)) (-581 (-485)) (-392)))
(-5 *1 (-264 *3 *4 *5 *6))))
((*1 *2 *3)
(-12 (-4 *4 (-299)) (-4 *2 (-280 *4)) (-5 *1 (-297 *3 *4 *2))
@@ -796,10355 +796,10355 @@
(-12 (-4 *4 (-299)) (-4 *2 (-280 *4)) (-5 *1 (-297 *2 *4 *3))
(-4 *3 (-280 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146))
- (-5 *2 (-1204 *3 *4))))
+ (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146))
+ (-5 *2 (-1205 *3 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146))
- (-5 *2 (-1195 *3 *4))))
- ((*1 *1 *2) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-756)) (-4 *3 (-146))))
+ (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146))
+ (-5 *2 (-1196 *3 *4))))
+ ((*1 *1 *2) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-757)) (-4 *3 (-146))))
((*1 *1 *2)
- (-12 (-5 *2 (-350 (-857 (-350 *3)))) (-4 *3 (-495)) (-4 *3 (-1013))
+ (-12 (-5 *2 (-350 (-858 (-350 *3)))) (-4 *3 (-496)) (-4 *3 (-1014))
(-4 *1 (-364 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-857 (-350 *3))) (-4 *3 (-495)) (-4 *3 (-1013))
+ (-12 (-5 *2 (-858 (-350 *3))) (-4 *3 (-496)) (-4 *3 (-1014))
(-4 *1 (-364 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-350 *3)) (-4 *3 (-495)) (-4 *3 (-1013)) (-4 *1 (-364 *3))))
+ (-12 (-5 *2 (-350 *3)) (-4 *3 (-496)) (-4 *3 (-1014)) (-4 *1 (-364 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1039 *3 (-550 *1))) (-4 *3 (-961)) (-4 *3 (-1013))
+ (-12 (-5 *2 (-1040 *3 (-551 *1))) (-4 *3 (-962)) (-4 *3 (-1014))
(-4 *1 (-364 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-281 *4)) (-4 *4 (-13 (-756) (-21))) (-5 *1 (-372 *3 *4))
- (-4 *3 (-13 (-146) (-38 (-350 (-484)))))))
+ (-12 (-5 *2 (-281 *4)) (-4 *4 (-13 (-757) (-21))) (-5 *1 (-372 *3 *4))
+ (-4 *3 (-13 (-146) (-38 (-350 (-485)))))))
((*1 *1 *2)
- (-12 (-5 *1 (-372 *2 *3)) (-4 *2 (-13 (-146) (-38 (-350 (-484)))))
- (-4 *3 (-13 (-756) (-21)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1015)) (-5 *1 (-377))))
- ((*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-377))))
- ((*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-377))))
- ((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-377))))
+ (-12 (-5 *1 (-372 *2 *3)) (-4 *2 (-13 (-146) (-38 (-350 (-485)))))
+ (-4 *3 (-13 (-757) (-21)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1016)) (-5 *1 (-377))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-377))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-377))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-377))))
((*1 *1 *2) (-12 (-5 *2 (-377)) (-5 *1 (-379))))
((*1 *1 *2)
- (-12 (-5 *2 (-1179 (-350 (-857 *3)))) (-4 *3 (-146))
- (-14 *6 (-1179 (-630 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-14 *4 (-830))
- (-14 *5 (-583 (-1090)))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *1 (-408))))
- ((*1 *2 *1) (-12 (-5 *2 (-772)) (-5 *1 (-408))))
+ (-12 (-5 *2 (-1180 (-350 (-858 *3)))) (-4 *3 (-146))
+ (-14 *6 (-1180 (-631 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-14 *4 (-831))
+ (-14 *5 (-584 (-1091)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *1 (-408))))
+ ((*1 *2 *1) (-12 (-5 *2 (-773)) (-5 *1 (-408))))
((*1 *1 *2)
- (-12 (-5 *2 (-1160 *3 *4 *5)) (-4 *3 (-961)) (-14 *4 (-1090)) (-14 *5 *3)
+ (-12 (-5 *2 (-1161 *3 *4 *5)) (-4 *3 (-962)) (-14 *4 (-1091)) (-14 *5 *3)
(-5 *1 (-414 *3 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-414 *3 *4 *5))
- (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-414 *3 *4 *5))
+ (-4 *3 (-962)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-1130))) (-5 *1 (-462))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-1130))) (-5 *1 (-539))))
- ((*1 *1 *2) (-12 (-4 *3 (-146)) (-5 *1 (-540 *3 *2)) (-4 *2 (-683 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-552 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2) (-12 (-4 *1 (-555 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2) (-12 (-4 *1 (-560 *2)) (-4 *2 (-961))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1200 *3 *4)) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756))
- (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1195 *3 *4)) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756))
- (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830))))
- ((*1 *1 *2) (-12 (-4 *3 (-146)) (-5 *1 (-572 *3 *2)) (-4 *2 (-683 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-618 *3)) (-5 *1 (-614 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-739 *3)) (-5 *1 (-614 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-739 *3)) (-5 *1 (-618 *3)) (-4 *3 (-756))))
- ((*1 *1 *2) (-12 (-5 *2 (-1028)) (-5 *1 (-622))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-623 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-1131))) (-5 *1 (-463))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-1131))) (-5 *1 (-540))))
+ ((*1 *1 *2) (-12 (-4 *3 (-146)) (-5 *1 (-541 *3 *2)) (-4 *2 (-684 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-553 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2) (-12 (-4 *1 (-561 *2)) (-4 *2 (-962))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1201 *3 *4)) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757))
+ (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1196 *3 *4)) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757))
+ (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831))))
+ ((*1 *1 *2) (-12 (-4 *3 (-146)) (-5 *1 (-573 *3 *2)) (-4 *2 (-684 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-619 *3)) (-5 *1 (-615 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-740 *3)) (-5 *1 (-615 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-740 *3)) (-5 *1 (-619 *3)) (-4 *3 (-757))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1029)) (-5 *1 (-623))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-624 *3)) (-4 *3 (-1014))))
((*1 *1 *2)
- (-12 (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *2)) (-4 *4 (-324 *3))
+ (-12 (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *2)) (-4 *4 (-324 *3))
(-4 *2 (-324 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1073)) (-5 *1 (-647))))
+ ((*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1074)) (-5 *1 (-648))))
((*1 *2 *1)
- (-12 (-4 *2 (-146)) (-5 *1 (-648 *2 *3 *4 *5 *6)) (-4 *3 (-23))
+ (-12 (-4 *2 (-146)) (-5 *1 (-649 *2 *3 *4 *5 *6)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
((*1 *2 *1)
- (-12 (-4 *2 (-146)) (-5 *1 (-652 *2 *3 *4 *5 *6)) (-4 *3 (-23))
+ (-12 (-4 *2 (-146)) (-5 *1 (-653 *2 *3 *4 *5 *6)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 (-2 (|:| -3955 *3) (|:| -3939 *4)))) (-4 *3 (-961))
- (-4 *4 (-663)) (-5 *1 (-674 *3 *4))))
- ((*1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-687))))
- ((*1 *2 *3) (-12 (-5 *2 (-696)) (-5 *1 (-697 *3)) (-4 *3 (-1129))))
- ((*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-767))))
- ((*1 *2 *3) (-12 (-5 *3 (-857 (-48))) (-5 *2 (-265 (-484))) (-5 *1 (-784))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-350 (-857 (-48)))) (-5 *2 (-265 (-484))) (-5 *1 (-784))))
- ((*1 *1 *2) (-12 (-5 *1 (-803 *2)) (-4 *2 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-739 *3)) (-5 *1 (-803 *3)) (-4 *3 (-756))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-813 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-1013)) (-5 *1 (-813 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-813 *3))) (-4 *3 (-1013)) (-5 *1 (-816 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-813 *3))) (-5 *1 (-816 *3)) (-4 *3 (-1013))))
- ((*1 *1 *2) (-12 (-5 *2 (-350 (-348 *3))) (-4 *3 (-258)) (-5 *1 (-825 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-350 *3)) (-5 *1 (-825 *3)) (-4 *3 (-258))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-417)) (-5 *2 (-265 *4)) (-5 *1 (-831 *4)) (-4 *4 (-495))))
- ((*1 *2 *3) (-12 (-5 *2 (-1185)) (-5 *1 (-946 *3)) (-4 *3 (-1129))))
- ((*1 *2 *3) (-12 (-5 *3 (-262)) (-5 *1 (-946 *2)) (-4 *2 (-1129))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3956 *3) (|:| -3940 *4)))) (-4 *3 (-962))
+ (-4 *4 (-664)) (-5 *1 (-675 *3 *4))))
+ ((*1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-688))))
+ ((*1 *2 *3) (-12 (-5 *2 (-697)) (-5 *1 (-698 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-768))))
+ ((*1 *2 *3) (-12 (-5 *3 (-858 (-48))) (-5 *2 (-265 (-485))) (-5 *1 (-785))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-350 (-858 (-48)))) (-5 *2 (-265 (-485))) (-5 *1 (-785))))
+ ((*1 *1 *2) (-12 (-5 *1 (-804 *2)) (-4 *2 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-740 *3)) (-5 *1 (-804 *3)) (-4 *3 (-757))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-814 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-1014)) (-5 *1 (-814 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-814 *3))) (-4 *3 (-1014)) (-5 *1 (-817 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-814 *3))) (-5 *1 (-817 *3)) (-4 *3 (-1014))))
+ ((*1 *1 *2) (-12 (-5 *2 (-350 (-348 *3))) (-4 *3 (-258)) (-5 *1 (-826 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-350 *3)) (-5 *1 (-826 *3)) (-4 *3 (-258))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-417)) (-5 *2 (-265 *4)) (-5 *1 (-832 *4)) (-4 *4 (-496))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1186)) (-5 *1 (-947 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *3) (-12 (-5 *3 (-262)) (-5 *1 (-947 *2)) (-4 *2 (-1130))))
((*1 *1 *2)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *1 (-947 *3 *4 *5 *2 *6)) (-4 *2 (-861 *3 *4 *5)) (-14 *6 (-583 *2))))
- ((*1 *2 *3) (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-952 *3)) (-4 *3 (-495))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *1 (-948 *3 *4 *5 *2 *6)) (-4 *2 (-862 *3 *4 *5)) (-14 *6 (-584 *2))))
+ ((*1 *2 *3) (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-953 *3)) (-4 *3 (-496))))
((*1 *1 *2)
- (-12 (-4 *3 (-961)) (-4 *4 (-756)) (-5 *1 (-1040 *3 *4 *2))
- (-4 *2 (-861 *3 (-469 *4) *4))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-757)) (-5 *1 (-1041 *3 *4 *2))
+ (-4 *2 (-862 *3 (-470 *4) *4))))
((*1 *1 *2)
- (-12 (-4 *3 (-961)) (-4 *2 (-756)) (-5 *1 (-1040 *3 *2 *4))
- (-4 *4 (-861 *3 (-469 *2) *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-772))))
- ((*1 *1 *2) (-12 (-5 *2 (-117)) (-4 *1 (-1058))))
- ((*1 *2 *3) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-1075 *3)) (-4 *3 (-961))))
+ (-12 (-4 *3 (-962)) (-4 *2 (-757)) (-5 *1 (-1041 *3 *2 *4))
+ (-4 *4 (-862 *3 (-470 *2) *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-773))))
+ ((*1 *1 *2) (-12 (-5 *2 (-117)) (-4 *1 (-1059))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-1076 *3)) (-4 *3 (-962))))
((*1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1082 *3 *4 *5))
- (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1083 *3 *4 *5))
+ (-4 *3 (-962)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1089 *3 *4 *5))
- (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1090 *3 *4 *5))
+ (-4 *3 (-962)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1148 *4 *3)) (-4 *3 (-961)) (-14 *4 (-1090)) (-14 *5 *3)
- (-5 *1 (-1089 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-1102 (-1090) (-379))) (-5 *1 (-1094))))
- ((*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-1095))))
- ((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-1095))))
- ((*1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-1095))))
- ((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1095))))
- ((*1 *2 *1) (-12 (-5 *2 (-772)) (-5 *1 (-1103 *3)) (-4 *3 (-1013))))
- ((*1 *2 *3) (-12 (-5 *2 (-1109)) (-5 *1 (-1110 *3)) (-4 *3 (-1013))))
- ((*1 *1 *2) (-12 (-5 *2 (-857 *3)) (-4 *3 (-961)) (-5 *1 (-1122 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-1122 *3)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-1149 *4 *3)) (-4 *3 (-962)) (-14 *4 (-1091)) (-14 *5 *3)
+ (-5 *1 (-1090 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1103 (-1091) (-379))) (-5 *1 (-1095))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-1096))))
+ ((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-1096))))
+ ((*1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-1096))))
+ ((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1096))))
+ ((*1 *2 *1) (-12 (-5 *2 (-773)) (-5 *1 (-1104 *3)) (-4 *3 (-1014))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1110)) (-5 *1 (-1111 *3)) (-4 *3 (-1014))))
+ ((*1 *1 *2) (-12 (-5 *2 (-858 *3)) (-4 *3 (-962)) (-5 *1 (-1123 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-1123 *3)) (-4 *3 (-962))))
((*1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1139 *3 *4 *5))
- (-4 *3 (-961)) (-14 *5 *3)))
- ((*1 *1 *2) (-12 (-5 *2 (-1001 *3)) (-4 *3 (-1129)) (-5 *1 (-1146 *3))))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1140 *3 *4 *5))
+ (-4 *3 (-962)) (-14 *5 *3)))
+ ((*1 *1 *2) (-12 (-5 *2 (-1002 *3)) (-4 *3 (-1130)) (-5 *1 (-1147 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1169 *3 *4 *5))
- (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1170 *3 *4 *5))
+ (-4 *3 (-962)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1148 *4 *3)) (-4 *3 (-961)) (-14 *4 (-1090)) (-14 *5 *3)
- (-5 *1 (-1169 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-1176 *3)) (-14 *3 *2)))
- ((*1 *2 *3) (-12 (-5 *3 (-408)) (-5 *2 (-1182)) (-5 *1 (-1181))))
- ((*1 *2 *1) (-12 (-5 *2 (-772)) (-5 *1 (-1182))))
- ((*1 *1 *2) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1204 *3 *4)) (-5 *1 (-1200 *3 *4)) (-4 *3 (-756))
+ (-12 (-5 *2 (-1149 *4 *3)) (-4 *3 (-962)) (-14 *4 (-1091)) (-14 *5 *3)
+ (-5 *1 (-1170 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-1177 *3)) (-14 *3 *2)))
+ ((*1 *2 *3) (-12 (-5 *3 (-408)) (-5 *2 (-1183)) (-5 *1 (-1182))))
+ ((*1 *2 *1) (-12 (-5 *2 (-773)) (-5 *1 (-1183))))
+ ((*1 *1 *2) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1205 *3 *4)) (-5 *1 (-1201 *3 *4)) (-4 *3 (-757))
(-4 *4 (-146))))
((*1 *2 *1)
- (-12 (-5 *2 (-1195 *3 *4)) (-5 *1 (-1200 *3 *4)) (-4 *3 (-756))
+ (-12 (-5 *2 (-1196 *3 *4)) (-5 *1 (-1201 *3 *4)) (-4 *3 (-757))
(-4 *4 (-146))))
((*1 *1 *2)
- (-12 (-5 *2 (-606 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146))
- (-5 *1 (-1200 *3 *4)))))
+ (-12 (-5 *2 (-607 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146))
+ (-5 *1 (-1201 *3 *4)))))
(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1195 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146))
- (-5 *1 (-606 *3 *4))))
+ (|partial| -12 (-5 *2 (-1196 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146))
+ (-5 *1 (-607 *3 *4))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-606 *3 *4)) (-5 *1 (-1200 *3 *4)) (-4 *3 (-756))
+ (|partial| -12 (-5 *2 (-607 *3 *4)) (-5 *1 (-1201 *3 *4)) (-4 *3 (-757))
(-4 *4 (-146)))))
(((*1 *1 *1 *1)
- (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146))))
+ (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1004 *2)) (-4 *2 (-364 *4)) (-4 *4 (-495))
+ (-12 (-5 *3 (-1005 *2)) (-4 *2 (-364 *4)) (-4 *4 (-496))
(-5 *1 (-131 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1004 *1)) (-4 *1 (-133))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1090))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1005 *1)) (-4 *1 (-133))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1091))))
((*1 *1 *1 *1) (-12 (-4 *1 (-405 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23))))
((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-1200 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-1201 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 (-484))) (-5 *1 (-50 *3 *4)) (-4 *3 (-961))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-584 (-485))) (-5 *1 (-50 *3 *4)) (-4 *3 (-962))
+ (-14 *4 (-584 (-1091)))))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *1 *1) (-4 *1 (-239)))
((*1 *1 *2)
- (-12 (-5 *2 (-606 *3 *4)) (-4 *3 (-756))
- (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-5 *1 (-566 *3 *4 *5))
- (-14 *5 (-830))))
+ (-12 (-5 *2 (-607 *3 *4)) (-4 *3 (-757))
+ (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-5 *1 (-567 *3 *4 *5))
+ (-14 *5 (-831))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *4 (-13 (-961) (-654 (-350 (-484))))) (-4 *5 (-756))
- (-5 *1 (-1196 *4 *5 *2)) (-4 *2 (-1202 *5 *4))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-13 (-962) (-655 (-350 (-485))))) (-4 *5 (-757))
+ (-5 *1 (-1197 *4 *5 *2)) (-4 *2 (-1203 *5 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-1200 *3 *4)) (-4 *4 (-654 (-350 (-484))))
- (-4 *3 (-756)) (-4 *4 (-146)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-1201 *3 *4)) (-4 *4 (-655 (-350 (-485))))
+ (-4 *3 (-757)) (-4 *4 (-146)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *1 *1) (-4 *1 (-239)))
((*1 *2 *3)
- (-12 (-5 *3 (-348 *4)) (-4 *4 (-495))
- (-5 *2 (-583 (-2 (|:| -3955 (-694)) (|:| |logand| *4)))) (-5 *1 (-271 *4))))
+ (-12 (-5 *3 (-348 *4)) (-4 *4 (-496))
+ (-5 *2 (-584 (-2 (|:| -3956 (-695)) (|:| |logand| *4)))) (-5 *1 (-271 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-606 *3 *4)) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756))
- (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830))))
+ (-12 (-5 *2 (-607 *3 *4)) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757))
+ (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *4 (-13 (-961) (-654 (-350 (-484))))) (-4 *5 (-756))
- (-5 *1 (-1196 *4 *5 *2)) (-4 *2 (-1202 *5 *4))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-13 (-962) (-655 (-350 (-485))))) (-4 *5 (-757))
+ (-5 *1 (-1197 *4 *5 *2)) (-4 *2 (-1203 *5 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-1200 *3 *4)) (-4 *4 (-654 (-350 (-484))))
- (-4 *3 (-756)) (-4 *4 (-146)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-1201 *3 *4)) (-4 *4 (-655 (-350 (-485))))
+ (-4 *3 (-757)) (-4 *4 (-146)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961))
- (-5 *2 (-2 (|:| |k| (-739 *3)) (|:| |c| *4))))))
+ (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962))
+ (-5 *2 (-2 (|:| |k| (-740 *3)) (|:| |c| *4))))))
(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1204 *3 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-756))
+ (-12 (-5 *2 (-1205 *3 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-757))
(-4 *4 (-146))))
- ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-336 *2)) (-4 *2 (-1013))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-739 *2)) (-4 *2 (-756))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961))))
+ ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-336 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-740 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-739 *3)) (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-740 *3)) (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))))
(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1204 *3 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-756))
+ (-12 (-5 *2 (-1205 *3 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-757))
(-4 *4 (-146))))
- ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-336 *2)) (-4 *2 (-1013))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-739 *2)) (-4 *2 (-756))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961))))
+ ((*1 *1 *1 *1) (|partial| -12 (-4 *1 (-336 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-740 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-739 *3)) (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))))
-(((*1 *1 *2 *3) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1013))))
+ (-12 (-5 *2 (-740 *3)) (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))))
+(((*1 *1 *2 *3) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1014))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-484)) (-5 *2 (-1069 *3)) (-5 *1 (-1075 *3)) (-4 *3 (-961))))
+ (-12 (-5 *4 (-485)) (-5 *2 (-1070 *3)) (-5 *1 (-1076 *3)) (-4 *3 (-962))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-739 *4)) (-4 *4 (-756)) (-4 *1 (-1199 *4 *3)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-740 *4)) (-4 *4 (-757)) (-4 *1 (-1200 *4 *3)) (-4 *3 (-962)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013)) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-530 *3)) (-4 *3 (-961))))
+ (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014)) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-531 *3)) (-4 *3 (-962))))
((*1 *2 *1)
- (-12 (-4 *3 (-495)) (-5 *2 (-85)) (-5 *1 (-562 *3 *4)) (-4 *4 (-1155 *3))))
+ (-12 (-4 *3 (-496)) (-5 *2 (-85)) (-5 *1 (-563 *3 *4)) (-4 *4 (-1156 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-674 *3 *4)) (-4 *3 (-961)) (-4 *4 (-663))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-675 *3 *4)) (-4 *3 (-962)) (-4 *4 (-664))))
((*1 *2 *1)
- (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-85)))))
-(((*1 *1 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-756)) (-4 *3 (-146))))
+ (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-85)))))
+(((*1 *1 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-757)) (-4 *3 (-146))))
((*1 *1 *1)
- (-12 (-5 *1 (-566 *2 *3 *4)) (-4 *2 (-756))
- (-4 *3 (-13 (-146) (-654 (-350 (-484))))) (-14 *4 (-830))))
- ((*1 *1 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756))))
- ((*1 *1 *1) (-12 (-5 *1 (-739 *2)) (-4 *2 (-756))))
- ((*1 *1 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)))))
+ (-12 (-5 *1 (-567 *2 *3 *4)) (-4 *2 (-757))
+ (-4 *3 (-13 (-146) (-655 (-350 (-485))))) (-14 *4 (-831))))
+ ((*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961))
+ (-12 (-5 *2 (-695)) (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962))
(-4 *4 (-146))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-756)) (-4 *3 (-961)) (-4 *3 (-146)))))
+ (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-757)) (-4 *3 (-962)) (-4 *3 (-146)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-756)) (-4 *4 (-146)) (-5 *2 (-583 *3))))
+ (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-757)) (-4 *4 (-146)) (-5 *2 (-584 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-583 *3)) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756))
- (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-614 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-618 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-739 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-803 *3)) (-4 *3 (-756))))
+ (-12 (-5 *2 (-584 *3)) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757))
+ (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-615 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-619 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-740 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-804 *3)) (-4 *3 (-757))))
((*1 *2 *1)
- (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-756)) (-4 *4 (-961)) (-5 *2 (-583 *3)))))
+ (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-757)) (-4 *4 (-962)) (-5 *2 (-584 *3)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1124 *4 *5 *3 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *3 (-756))
- (-4 *6 (-977 *4 *5 *3)) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1125 *4 *5 *3 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *3 (-757))
+ (-4 *6 (-978 *4 *5 *3)) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-85)))))
(((*1 *2)
- (-12 (-4 *4 (-312)) (-5 *2 (-830)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4))))
+ (-12 (-4 *4 (-312)) (-5 *2 (-831)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4))))
((*1 *2)
- (-12 (-4 *4 (-312)) (-5 *2 (-743 (-830))) (-5 *1 (-279 *3 *4))
+ (-12 (-4 *4 (-312)) (-5 *2 (-744 (-831))) (-5 *1 (-279 *3 *4))
(-4 *3 (-280 *4))))
- ((*1 *2) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-830))))
- ((*1 *2) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-743 (-830))))))
+ ((*1 *2) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-831))))
+ ((*1 *2) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-744 (-831))))))
(((*1 *2)
- (-12 (-4 *4 (-312)) (-5 *2 (-694)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4))))
- ((*1 *2) (-12 (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-5 *2 (-694)))))
+ (-12 (-4 *4 (-312)) (-5 *2 (-695)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4))))
+ ((*1 *2) (-12 (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-5 *2 (-695)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-299)) (-4 *4 (-280 *3)) (-4 *5 (-1155 *4))
- (-5 *1 (-700 *3 *4 *5 *2 *6)) (-4 *2 (-1155 *5)) (-14 *6 (-830))))
+ (-12 (-4 *3 (-299)) (-4 *4 (-280 *3)) (-4 *5 (-1156 *4))
+ (-5 *1 (-701 *3 *4 *5 *2 *6)) (-4 *2 (-1156 *5)) (-14 *6 (-831))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-1198 *3)) (-4 *3 (-312)) (-4 *3 (-320))))
- ((*1 *1 *1) (-12 (-4 *1 (-1198 *2)) (-4 *2 (-312)) (-4 *2 (-320)))))
+ (-12 (-5 *2 (-695)) (-4 *1 (-1199 *3)) (-4 *3 (-312)) (-4 *3 (-320))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1199 *2)) (-4 *2 (-312)) (-4 *2 (-320)))))
(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *4 (-13 (-961) (-654 (-350 (-484))))) (-4 *5 (-756))
- (-5 *1 (-1196 *4 *5 *2)) (-4 *2 (-1202 *5 *4)))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-13 (-962) (-655 (-350 (-485))))) (-4 *5 (-757))
+ (-5 *1 (-1197 *4 *5 *2)) (-4 *2 (-1203 *5 *4)))))
(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495))
- (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-1193 *3 *4 *5 *6))))
+ (|partial| -12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-1194 *3 *4 *5 *6))))
((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-583 *8)) (-5 *3 (-1 (-85) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717))
- (-4 *7 (-756)) (-5 *1 (-1193 *5 *6 *7 *8)))))
+ (|partial| -12 (-5 *2 (-584 *8)) (-5 *3 (-1 (-85) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718))
+ (-4 *7 (-757)) (-5 *1 (-1194 *5 *6 *7 *8)))))
(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495))
- (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-1193 *3 *4 *5 *6))))
+ (|partial| -12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-1194 *3 *4 *5 *6))))
((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-583 *8)) (-5 *3 (-1 (-85) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717))
- (-4 *7 (-756)) (-5 *1 (-1193 *5 *6 *7 *8)))))
+ (|partial| -12 (-5 *2 (-584 *8)) (-5 *3 (-1 (-85) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718))
+ (-4 *7 (-757)) (-5 *1 (-1194 *5 *6 *7 *8)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-583 (-1193 *4 *5 *6 *7)))
- (-5 *1 (-1193 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-584 (-1194 *4 *5 *6 *7)))
+ (-5 *1 (-1194 *4 *5 *6 *7))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-583 *9)) (-5 *4 (-1 (-85) *9 *9)) (-5 *5 (-1 *9 *9 *9))
- (-4 *9 (-977 *6 *7 *8)) (-4 *6 (-495)) (-4 *7 (-717)) (-4 *8 (-756))
- (-5 *2 (-583 (-1193 *6 *7 *8 *9))) (-5 *1 (-1193 *6 *7 *8 *9)))))
+ (-12 (-5 *3 (-584 *9)) (-5 *4 (-1 (-85) *9 *9)) (-5 *5 (-1 *9 *9 *9))
+ (-4 *9 (-978 *6 *7 *8)) (-4 *6 (-496)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-5 *2 (-584 (-1194 *6 *7 *8 *9))) (-5 *1 (-1194 *6 *7 *8 *9)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-775 *4 *5 *6 *7)) (-4 *4 (-961))
- (-14 *5 (-583 (-1090))) (-14 *6 (-583 *3)) (-14 *7 *3)))
+ (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-776 *4 *5 *6 *7)) (-4 *4 (-962))
+ (-14 *5 (-584 (-1091))) (-14 *6 (-584 *3)) (-14 *7 *3)))
((*1 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *4 (-961)) (-4 *5 (-756)) (-4 *6 (-717))
- (-14 *8 (-583 *5)) (-5 *2 (-1185)) (-5 *1 (-1192 *4 *5 *6 *7 *8 *9 *10))
- (-4 *7 (-861 *4 *6 *5)) (-14 *9 (-583 *3)) (-14 *10 *3))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-458))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-962)) (-4 *5 (-757)) (-4 *6 (-718))
+ (-14 *8 (-584 *5)) (-5 *2 (-1186)) (-5 *1 (-1193 *4 *5 *6 *7 *8 *9 *10))
+ (-4 *7 (-862 *4 *6 *5)) (-14 *9 (-584 *3)) (-14 *10 *3))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-459))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1013) (-34))) (-5 *1 (-1054 *3 *2))
- (-4 *3 (-13 (-1013) (-34)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1191)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1190)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1190)))))
+ (-12 (-4 *2 (-13 (-1014) (-34))) (-5 *1 (-1055 *3 *2))
+ (-4 *3 (-13 (-1014) (-34)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1192)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1191)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1191)))))
(((*1 *2 *3)
- (-12 (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $)))))
- (-4 *4 (-1155 *3))
+ (-12 (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $)))))
+ (-4 *4 (-1156 *3))
(-5 *2
- (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3))))
+ (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3))))
(-5 *1 (-300 *3 *4 *5)) (-4 *5 (-353 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-484)) (-4 *4 (-1155 *3))
+ (-12 (-5 *3 (-485)) (-4 *4 (-1156 *3))
(-5 *2
- (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3))))
- (-5 *1 (-692 *4 *5)) (-4 *5 (-353 *3 *4))))
+ (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3))))
+ (-5 *1 (-693 *4 *5)) (-4 *5 (-353 *3 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-299)) (-4 *3 (-1155 *4)) (-4 *5 (-1155 *3))
+ (-12 (-4 *4 (-299)) (-4 *3 (-1156 *4)) (-4 *5 (-1156 *3))
(-5 *2
- (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3))))
- (-5 *1 (-898 *4 *3 *5 *6)) (-4 *6 (-661 *3 *5))))
+ (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3))))
+ (-5 *1 (-899 *4 *3 *5 *6)) (-4 *6 (-662 *3 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-299)) (-4 *3 (-1155 *4)) (-4 *5 (-1155 *3))
+ (-12 (-4 *4 (-299)) (-4 *3 (-1156 *4)) (-4 *5 (-1156 *3))
(-5 *2
- (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3))))
- (-5 *1 (-1189 *4 *3 *5 *6)) (-4 *6 (-353 *3 *5)))))
+ (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3))))
+ (-5 *1 (-1190 *4 *3 *5 *6)) (-4 *6 (-353 *3 *5)))))
(((*1 *2)
- (-12 (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4)))
- (-5 *2 (-1179 *1)) (-4 *1 (-291 *3 *4 *5))))
+ (-12 (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4)))
+ (-5 *2 (-1180 *1)) (-4 *1 (-291 *3 *4 *5))))
((*1 *2)
- (-12 (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $)))))
- (-4 *4 (-1155 *3))
+ (-12 (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $)))))
+ (-4 *4 (-1156 *3))
(-5 *2
- (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3))))
+ (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3))))
(-5 *1 (-300 *3 *4 *5)) (-4 *5 (-353 *3 *4))))
((*1 *2)
- (-12 (-4 *3 (-1155 (-484)))
+ (-12 (-4 *3 (-1156 (-485)))
(-5 *2
- (-2 (|:| -2012 (-630 (-484))) (|:| |basisDen| (-484))
- (|:| |basisInv| (-630 (-484)))))
- (-5 *1 (-692 *3 *4)) (-4 *4 (-353 (-484) *3))))
+ (-2 (|:| -2013 (-631 (-485))) (|:| |basisDen| (-485))
+ (|:| |basisInv| (-631 (-485)))))
+ (-5 *1 (-693 *3 *4)) (-4 *4 (-353 (-485) *3))))
((*1 *2)
- (-12 (-4 *3 (-299)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 *4))
+ (-12 (-4 *3 (-299)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 *4))
(-5 *2
- (-2 (|:| -2012 (-630 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-630 *4))))
- (-5 *1 (-898 *3 *4 *5 *6)) (-4 *6 (-661 *4 *5))))
+ (-2 (|:| -2013 (-631 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-631 *4))))
+ (-5 *1 (-899 *3 *4 *5 *6)) (-4 *6 (-662 *4 *5))))
((*1 *2)
- (-12 (-4 *3 (-299)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 *4))
+ (-12 (-4 *3 (-299)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 *4))
(-5 *2
- (-2 (|:| -2012 (-630 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-630 *4))))
- (-5 *1 (-1189 *3 *4 *5 *6)) (-4 *6 (-353 *4 *5)))))
+ (-2 (|:| -2013 (-631 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-631 *4))))
+ (-5 *1 (-1190 *3 *4 *5 *6)) (-4 *6 (-353 *4 *5)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-694)) (-4 *6 (-312)) (-5 *4 (-1122 *6))
- (-5 *2 (-1 (-1069 *4) (-1069 *4))) (-5 *1 (-1188 *6)) (-5 *5 (-1069 *4)))))
+ (-12 (-5 *3 (-695)) (-4 *6 (-312)) (-5 *4 (-1123 *6))
+ (-5 *2 (-1 (-1070 *4) (-1070 *4))) (-5 *1 (-1189 *6)) (-5 *5 (-1070 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1090)) (-4 *5 (-312)) (-5 *2 (-583 (-1122 *5)))
- (-5 *1 (-1188 *5)) (-5 *4 (-1122 *5)))))
+ (-12 (-5 *3 (-1091)) (-4 *5 (-312)) (-5 *2 (-584 (-1123 *5)))
+ (-5 *1 (-1189 *5)) (-5 *4 (-1123 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-5 *2 (-1 (-1085 (-857 *4)) (-857 *4)))
- (-5 *1 (-1188 *4)) (-4 *4 (-312)))))
+ (-12 (-5 *3 (-1091)) (-5 *2 (-1 (-1086 (-858 *4)) (-858 *4)))
+ (-5 *1 (-1189 *4)) (-4 *4 (-312)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1090)) (-4 *5 (-312)) (-5 *2 (-1069 (-1069 (-857 *5))))
- (-5 *1 (-1188 *5)) (-5 *4 (-1069 (-857 *5))))))
+ (-12 (-5 *3 (-1091)) (-4 *5 (-312)) (-5 *2 (-1070 (-1070 (-858 *5))))
+ (-5 *1 (-1189 *5)) (-5 *4 (-1070 (-858 *5))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-694)) (-5 *2 (-1 (-1069 (-857 *4)) (-1069 (-857 *4))))
- (-5 *1 (-1188 *4)) (-4 *4 (-312)))))
+ (-12 (-5 *3 (-695)) (-5 *2 (-1 (-1070 (-858 *4)) (-1070 (-858 *4))))
+ (-5 *1 (-1189 *4)) (-4 *4 (-312)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-694)) (-5 *2 (-1 (-1069 (-857 *4)) (-1069 (-857 *4))))
- (-5 *1 (-1188 *4)) (-4 *4 (-312)))))
+ (-12 (-5 *3 (-695)) (-5 *2 (-1 (-1070 (-858 *4)) (-1070 (-858 *4))))
+ (-5 *1 (-1189 *4)) (-4 *4 (-312)))))
(((*1 *2)
- (-12 (-14 *4 (-694)) (-4 *5 (-1129)) (-5 *2 (-107)) (-5 *1 (-195 *3 *4 *5))
+ (-12 (-14 *4 (-695)) (-4 *5 (-1130)) (-5 *2 (-107)) (-5 *1 (-195 *3 *4 *5))
(-4 *3 (-196 *4 *5))))
((*1 *2)
(-12 (-4 *4 (-312)) (-5 *2 (-107)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4))))
((*1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-12 (-5 *2 (-695)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
(-4 *5 (-146))))
((*1 *2 *1)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-484))
- (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-485))
+ (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 *6)) (-4 *6 (-756)) (-4 *4 (-312)) (-4 *5 (-717))
- (-5 *2 (-484)) (-5 *1 (-443 *4 *5 *6 *7)) (-4 *7 (-861 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-893 *3)) (-4 *3 (-961)) (-5 *2 (-830))))
- ((*1 *2) (-12 (-4 *1 (-1187 *3)) (-4 *3 (-312)) (-5 *2 (-107)))))
-(((*1 *1) (-5 *1 (-1185))))
-(((*1 *2 *3) (-12 (-5 *3 (-330)) (-5 *2 (-179)) (-5 *1 (-1184))))
- ((*1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-1184)))))
-(((*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184))))
- ((*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184))))
- ((*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184))))
- ((*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1184))))
- ((*1 *2 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-1184))))
- ((*1 *2 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-583 (-694))) (-5 *1 (-1184))))
- ((*1 *2 *2) (-12 (-5 *2 (-583 (-694))) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184))))
- ((*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184))))
- ((*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184))))
- ((*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184))))
- ((*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184))))
- ((*1 *2 *2) (-12 (-5 *2 (-783)) (-5 *1 (-1184)))))
-(((*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183))))
- ((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))))
-(((*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183))))
- ((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))))
-(((*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183))))
- ((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))))
-(((*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183))))
- ((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))))
-(((*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183))))
- ((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1183)))))
-(((*1 *1) (-5 *1 (-1183))))
+ (-12 (-5 *3 (-584 *6)) (-4 *6 (-757)) (-4 *4 (-312)) (-4 *5 (-718))
+ (-5 *2 (-485)) (-5 *1 (-444 *4 *5 *6 *7)) (-4 *7 (-862 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-894 *3)) (-4 *3 (-962)) (-5 *2 (-831))))
+ ((*1 *2) (-12 (-4 *1 (-1188 *3)) (-4 *3 (-312)) (-5 *2 (-107)))))
+(((*1 *1) (-5 *1 (-1186))))
+(((*1 *2 *3) (-12 (-5 *3 (-330)) (-5 *2 (-179)) (-5 *1 (-1185))))
+ ((*1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-1185)))))
+(((*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185))))
+ ((*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185))))
+ ((*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185))))
+ ((*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1185))))
+ ((*1 *2 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-1185))))
+ ((*1 *2 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-584 (-695))) (-5 *1 (-1185))))
+ ((*1 *2 *2) (-12 (-5 *2 (-584 (-695))) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185))))
+ ((*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185))))
+ ((*1 *2 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185))))
+ ((*1 *2 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185))))
+ ((*1 *2 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185))))
+ ((*1 *2 *2) (-12 (-5 *2 (-784)) (-5 *1 (-1185)))))
+(((*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184))))
+ ((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))))
+(((*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184))))
+ ((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))))
+(((*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184))))
+ ((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))))
+(((*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184))))
+ ((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))))
+(((*1 *2 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184))))
+ ((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-1184)))))
+(((*1 *1) (-5 *1 (-1184))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1047 (-179))) (-5 *3 (-583 (-221))) (-5 *1 (-1183))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1047 (-179))) (-5 *3 (-1073)) (-5 *1 (-1183))))
- ((*1 *1 *1) (-5 *1 (-1183))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-1079 3 *3))))
- ((*1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1047 (-179))) (-5 *1 (-1183))))
- ((*1 *2 *1) (-12 (-5 *2 (-1047 (-179))) (-5 *1 (-1183)))))
+ (-12 (-5 *2 (-1048 (-179))) (-5 *3 (-584 (-221))) (-5 *1 (-1184))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1048 (-179))) (-5 *3 (-1074)) (-5 *1 (-1184))))
+ ((*1 *1 *1) (-5 *1 (-1184))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-1080 3 *3))))
+ ((*1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1048 (-179))) (-5 *1 (-1184))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1048 (-179))) (-5 *1 (-1184)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-694)) (-5 *3 (-854 *4)) (-4 *1 (-1048 *4)) (-4 *4 (-961))))
+ (-12 (-5 *2 (-695)) (-5 *3 (-855 *4)) (-4 *1 (-1049 *4)) (-4 *4 (-962))))
((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-694)) (-5 *4 (-854 (-179))) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-221))) (-5 *1 (-1182))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-221))) (-5 *1 (-1182))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-221))) (-5 *1 (-1183))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-221))) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-1182))))
- ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1185)) (-5 *1 (-1182))))
- ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-221))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-1073)) (-5 *3 (-583 (-221))) (-5 *1 (-222))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
+ (-12 (-5 *3 (-695)) (-5 *4 (-855 (-179))) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-221))) (-5 *1 (-1183))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-221))) (-5 *1 (-1183))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-221))) (-5 *1 (-1184))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-221))) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-1183))))
+ ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1186)) (-5 *1 (-1183))))
+ ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-221))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-1074)) (-5 *3 (-584 (-221))) (-5 *1 (-222))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
(((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-694)) (-5 *4 (-830)) (-5 *2 (-1185)) (-5 *1 (-1182))))
+ (-12 (-5 *3 (-695)) (-5 *4 (-831)) (-5 *2 (-1186)) (-5 *1 (-1183))))
((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-694)) (-5 *4 (-830)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
+ (-12 (-5 *3 (-695)) (-5 *4 (-831)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
(((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179))
+ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179))
(|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179))
(|:| |deltaX| (-179)) (|:| |deltaY| (-179))))
(-5 *1 (-221))))
((*1 *2 *3 *2)
(-12
(-5 *2
- (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179))
+ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179))
(|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179))
(|:| |deltaX| (-179)) (|:| |deltaY| (-179))))
- (-5 *3 (-583 (-221))) (-5 *1 (-222))))
- ((*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183))))
- ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183))))
+ (-5 *3 (-584 (-221))) (-5 *1 (-222))))
+ ((*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184))))
+ ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184))))
((*1 *2 *1 *3 *3 *4 *4 *4)
- (-12 (-5 *3 (-484)) (-5 *4 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183))))
+ (-12 (-5 *3 (-485)) (-5 *4 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184))))
((*1 *2 *1 *3)
(-12
(-5 *3
- (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179))
+ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179))
(|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179))
(|:| |deltaX| (-179)) (|:| |deltaY| (-179))))
- (-5 *2 (-1185)) (-5 *1 (-1183))))
+ (-5 *2 (-1186)) (-5 *1 (-1184))))
((*1 *2 *1)
(-12
(-5 *2
- (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3848 (-179))
+ (-2 (|:| |theta| (-179)) (|:| |phi| (-179)) (|:| -3849 (-179))
(|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |scaleZ| (-179))
(|:| |deltaX| (-179)) (|:| |deltaY| (-179))))
- (-5 *1 (-1183))))
+ (-5 *1 (-1184))))
((*1 *2 *1 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
+ (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-783)) (-5 *2 (-1185)) (-5 *1 (-1182))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-784)) (-5 *2 (-1186)) (-5 *1 (-1183))))
((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3 *3) (-12 (-5 *3 (-484)) (-5 *2 (-1185)) (-5 *1 (-1183))))
- ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-836))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-836))))
- ((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-838))))
- ((*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115)))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3 *3) (-12 (-5 *3 (-485)) (-5 *2 (-1186)) (-5 *1 (-1184))))
+ ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-837))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-837))))
+ ((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-839))))
+ ((*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116)))))
((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-330)) (-5 *2 (-1185)) (-5 *1 (-1182))))
- ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1182))))
- ((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1 *3 *3) (-12 (-5 *3 (-130)) (-5 *2 (-1185)) (-5 *1 (-1183)))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-330)) (-5 *2 (-1186)) (-5 *1 (-1183))))
+ ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-330)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1183))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1 *3 *3) (-12 (-5 *3 (-130)) (-5 *2 (-1186)) (-5 *1 (-1184)))))
(((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-583 (-1073))) (-5 *2 (-1073)) (-5 *1 (-1182))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1182))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1182))))
+ (-12 (-5 *3 (-584 (-1074))) (-5 *2 (-1074)) (-5 *1 (-1183))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1183))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1183))))
((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-583 (-1073))) (-5 *2 (-1073)) (-5 *1 (-1183))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1183))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1183)))))
+ (-12 (-5 *3 (-584 (-1074))) (-5 *2 (-1074)) (-5 *1 (-1184))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1184))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1184)))))
(((*1 *2 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-145))))
- ((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1182))))
- ((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1183)))))
-(((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-408))))
- ((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1182))))
- ((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1183)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-854 (-179)))) (-5 *1 (-1182)))))
-(((*1 *1) (-5 *1 (-1182))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-408)) (-5 *3 (-583 (-221))) (-5 *1 (-1182))))
- ((*1 *1 *1) (-5 *1 (-1182))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1183))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1184)))))
+(((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-408))))
+ ((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1183))))
+ ((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1184)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-855 (-179)))) (-5 *1 (-1183)))))
+(((*1 *1) (-5 *1 (-1183))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-408)) (-5 *3 (-584 (-221))) (-5 *1 (-1183))))
+ ((*1 *1 *1) (-5 *1 (-1183))))
(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
- (-12 (-5 *3 (-830)) (-5 *4 (-179)) (-5 *5 (-484)) (-5 *6 (-783))
- (-5 *2 (-1185)) (-5 *1 (-1182)))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-179)) (-5 *5 (-485)) (-5 *6 (-784))
+ (-5 *2 (-1186)) (-5 *1 (-1183)))))
(((*1 *2 *1)
(-12
(-5 *2
- (-1179
+ (-1180
(-2 (|:| |scaleX| (-179)) (|:| |scaleY| (-179)) (|:| |deltaX| (-179))
- (|:| |deltaY| (-179)) (|:| -3851 (-484)) (|:| -3849 (-484))
- (|:| |spline| (-484)) (|:| -3880 (-484)) (|:| |axesColor| (-783))
- (|:| -3852 (-484)) (|:| |unitsColor| (-783)) (|:| |showing| (-484)))))
- (-5 *1 (-1182)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164))))
- ((*1 *2 *1) (-12 (-5 *2 (-1179 (-3 (-408) "undefined"))) (-5 *1 (-1182)))))
+ (|:| |deltaY| (-179)) (|:| -3852 (-485)) (|:| -3850 (-485))
+ (|:| |spline| (-485)) (|:| -3881 (-485)) (|:| |axesColor| (-784))
+ (|:| -3853 (-485)) (|:| |unitsColor| (-784)) (|:| |showing| (-485)))))
+ (-5 *1 (-1183)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1180 (-3 (-408) "undefined"))) (-5 *1 (-1183)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-408)) (-5 *4 (-830)) (-5 *2 (-1185)) (-5 *1 (-1182)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-830)) (-5 *2 (-408)) (-5 *1 (-1182)))))
+ (-12 (-5 *3 (-408)) (-5 *4 (-831)) (-5 *2 (-1186)) (-5 *1 (-1183)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-831)) (-5 *2 (-408)) (-5 *1 (-1183)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-583 (-330))) (-5 *3 (-583 (-221))) (-5 *1 (-222))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-583 (-330))) (-5 *1 (-408))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-330))) (-5 *1 (-408))))
+ (-12 (-5 *2 (-584 (-330))) (-5 *3 (-584 (-221))) (-5 *1 (-222))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-584 (-330))) (-5 *1 (-408))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-330))) (-5 *1 (-408))))
((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-783)) (-5 *2 (-1185)) (-5 *1 (-1182))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-784)) (-5 *2 (-1186)) (-5 *1 (-1183))))
((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115)))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312))))
- ((*1 *1 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116)))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312))))
+ ((*1 *1 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312))))
((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-330)) (-5 *2 (-1185)) (-5 *1 (-1182)))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-330)) (-5 *2 (-1186)) (-5 *1 (-1183)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1182)))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1183)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-408)) (-5 *4 (-830)) (-5 *2 (-1185)) (-5 *1 (-1182)))))
+ (-12 (-5 *3 (-408)) (-5 *4 (-831)) (-5 *2 (-1186)) (-5 *1 (-1183)))))
(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *4 (-783)) (-5 *5 (-830))
- (-5 *6 (-583 (-221))) (-5 *2 (-1182)) (-5 *1 (-1181))))
+ (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *4 (-784)) (-5 *5 (-831))
+ (-5 *6 (-584 (-221))) (-5 *2 (-1183)) (-5 *1 (-1182))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *4 (-583 (-221)))
- (-5 *2 (-1182)) (-5 *1 (-1181)))))
+ (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *4 (-584 (-221)))
+ (-5 *2 (-1183)) (-5 *1 (-1182)))))
(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *4 (-783)) (-5 *5 (-830))
- (-5 *6 (-583 (-221))) (-5 *2 (-408)) (-5 *1 (-1181))))
+ (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *4 (-784)) (-5 *5 (-831))
+ (-5 *6 (-584 (-221))) (-5 *2 (-408)) (-5 *1 (-1182))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *2 (-408)) (-5 *1 (-1181))))
+ (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *2 (-408)) (-5 *1 (-1182))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *4 (-583 (-221))) (-5 *2 (-408))
- (-5 *1 (-1181)))))
+ (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *4 (-584 (-221))) (-5 *2 (-408))
+ (-5 *1 (-1182)))))
(((*1 *1 *1) (-5 *1 (-48)))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1129)) (-4 *2 (-1129))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1130)) (-4 *2 (-1130))
(-5 *1 (-59 *5 *2))))
((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-5 *2 (-2 (|:| -2004 (-1085 *4)) (|:| |deg| (-830))))
- (-5 *1 (-175 *4 *5)) (-5 *3 (-1085 *4)) (-4 *5 (-495))))
+ (-12 (-4 *4 (-962)) (-5 *2 (-2 (|:| -2005 (-1086 *4)) (|:| |deg| (-831))))
+ (-5 *1 (-175 *4 *5)) (-5 *3 (-1086 *4)) (-4 *5 (-496))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-197 *5 *6)) (-14 *5 (-694))
- (-4 *6 (-1129)) (-4 *2 (-1129)) (-5 *1 (-198 *5 *6 *2))))
+ (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-197 *5 *6)) (-14 *5 (-695))
+ (-4 *6 (-1130)) (-4 *2 (-1130)) (-5 *1 (-198 *5 *6 *2))))
((*1 *1 *2 *3)
- (-12 (-4 *4 (-146)) (-5 *1 (-244 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1155 *4))
+ (-12 (-4 *4 (-146)) (-5 *1 (-244 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1156 *4))
(-4 *3 (-23)) (-14 *5 (-1 *2 *2 *3)) (-14 *6 (-1 (-3 *3 "failed") *3 *3))
(-14 *7 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *1) (-12 (-5 *1 (-265 *2)) (-4 *2 (-495)) (-4 *2 (-1013))))
+ ((*1 *1 *1) (-12 (-5 *1 (-265 *2)) (-4 *2 (-496)) (-4 *2 (-1014))))
((*1 *1 *1)
- (-12 (-4 *1 (-286 *2 *3 *4 *5)) (-4 *2 (-312)) (-4 *3 (-1155 *2))
- (-4 *4 (-1155 (-350 *3))) (-4 *5 (-291 *2 *3 *4))))
+ (-12 (-4 *1 (-286 *2 *3 *4 *5)) (-4 *2 (-312)) (-4 *3 (-1156 *2))
+ (-4 *4 (-1156 (-350 *3))) (-4 *5 (-291 *2 *3 *4))))
((*1 *2 *3 *1 *2 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-72)) (-4 *1 (-318 *2)) (-4 *2 (-1129))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-72)) (-4 *1 (-318 *2)) (-4 *2 (-1130))))
((*1 *2 *3 *1 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *1 (-318 *2)) (-4 *2 (-1129))))
- ((*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *1 (-318 *2)) (-4 *2 (-1129))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *1 (-318 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *1 (-318 *2)) (-4 *2 (-1130))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1129)) (-4 *2 (-1129))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1130)) (-4 *2 (-1130))
(-5 *1 (-325 *5 *4 *2 *6)) (-4 *4 (-324 *5)) (-4 *6 (-324 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1013)) (-4 *2 (-1013))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1014)) (-4 *2 (-1014))
(-5 *1 (-370 *5 *4 *2 *6)) (-4 *4 (-369 *5)) (-4 *6 (-369 *2))))
((*1 *1 *1) (-5 *1 (-435)))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-583 *5)) (-4 *5 (-1129)) (-4 *2 (-1129))
- (-5 *1 (-584 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-584 *5)) (-4 *5 (-1130)) (-4 *2 (-1130))
+ (-5 *1 (-585 *5 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-961)) (-4 *2 (-961)) (-4 *6 (-324 *5))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-962)) (-4 *2 (-962)) (-4 *6 (-324 *5))
(-4 *7 (-324 *5)) (-4 *8 (-324 *2)) (-4 *9 (-324 *2))
- (-5 *1 (-628 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-627 *5 *6 *7))
- (-4 *10 (-627 *2 *8 *9))))
+ (-5 *1 (-629 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-628 *5 *6 *7))
+ (-4 *10 (-628 *2 *8 *9))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-648 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
+ (-12 (-5 *1 (-649 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *2) (-12 (-4 *3 (-961)) (-5 *1 (-649 *3 *2)) (-4 *2 (-1155 *3))))
+ ((*1 *1 *2) (-12 (-4 *3 (-962)) (-5 *1 (-650 *3 *2)) (-4 *2 (-1156 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-652 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
+ (-12 (-5 *1 (-653 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-350 *4)) (-4 *4 (-1155 *3)) (-4 *3 (-312))
- (-4 *3 (-146)) (-4 *1 (-661 *3 *4))))
- ((*1 *1 *2) (-12 (-4 *3 (-146)) (-4 *1 (-661 *3 *2)) (-4 *2 (-1155 *3))))
+ (|partial| -12 (-5 *2 (-350 *4)) (-4 *4 (-1156 *3)) (-4 *3 (-312))
+ (-4 *3 (-146)) (-4 *1 (-662 *3 *4))))
+ ((*1 *1 *2) (-12 (-4 *3 (-146)) (-4 *1 (-662 *3 *2)) (-4 *2 (-1156 *3))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-869 *5)) (-4 *5 (-1129)) (-4 *2 (-1129))
- (-5 *1 (-870 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-870 *5)) (-4 *5 (-1130)) (-4 *2 (-1130))
+ (-5 *1 (-871 *5 *2))))
((*1 *1 *2)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *1 (-947 *3 *4 *5 *2 *6)) (-4 *2 (-861 *3 *4 *5)) (-14 *6 (-583 *2))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *1 (-948 *3 *4 *5 *2 *6)) (-4 *2 (-862 *3 *4 *5)) (-14 *6 (-584 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-961)) (-4 *2 (-961)) (-14 *5 (-694))
- (-14 *6 (-694)) (-4 *8 (-196 *6 *7)) (-4 *9 (-196 *5 *7))
+ (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-962)) (-4 *2 (-962)) (-14 *5 (-695))
+ (-14 *6 (-695)) (-4 *8 (-196 *6 *7)) (-4 *9 (-196 *5 *7))
(-4 *10 (-196 *6 *2)) (-4 *11 (-196 *5 *2))
- (-5 *1 (-967 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
- (-4 *4 (-965 *5 *6 *7 *8 *9)) (-4 *12 (-965 *5 *6 *2 *10 *11))))
+ (-5 *1 (-968 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
+ (-4 *4 (-966 *5 *6 *7 *8 *9)) (-4 *12 (-966 *5 *6 *2 *10 *11))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1069 *5)) (-4 *5 (-1129)) (-4 *2 (-1129))
- (-5 *1 (-1071 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1070 *5)) (-4 *5 (-1130)) (-4 *2 (-1130))
+ (-5 *1 (-1072 *5 *2))))
((*1 *2 *2 *1 *3 *4)
(-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-85) *2 *2))
- (-4 *1 (-1124 *5 *6 *7 *2)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756))
- (-4 *2 (-977 *5 *6 *7))))
+ (-4 *1 (-1125 *5 *6 *7 *2)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-4 *2 (-978 *5 *6 *7))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1179 *5)) (-4 *5 (-1129)) (-4 *2 (-1129))
- (-5 *1 (-1180 *5 *2)))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1180 *5)) (-4 *5 (-1130)) (-4 *2 (-1130))
+ (-5 *1 (-1181 *5 *2)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1129)) (-4 *5 (-1129))
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1130)) (-4 *5 (-1130))
(-5 *2 (-58 *5)) (-5 *1 (-59 *6 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-197 *6 *7)) (-14 *6 (-694))
- (-4 *7 (-1129)) (-4 *5 (-1129)) (-5 *2 (-197 *6 *5))
+ (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-197 *6 *7)) (-14 *6 (-695))
+ (-4 *7 (-1130)) (-4 *5 (-1130)) (-5 *2 (-197 *6 *5))
(-5 *1 (-198 *6 *7 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1129)) (-4 *5 (-1129)) (-4 *2 (-324 *5))
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-4 *2 (-324 *5))
(-5 *1 (-325 *6 *4 *5 *2)) (-4 *4 (-324 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1013)) (-4 *5 (-1013)) (-4 *2 (-369 *5))
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1014)) (-4 *5 (-1014)) (-4 *2 (-369 *5))
(-5 *1 (-370 *6 *4 *5 *2)) (-4 *4 (-369 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-583 *6)) (-4 *6 (-1129)) (-4 *5 (-1129))
- (-5 *2 (-583 *5)) (-5 *1 (-584 *6 *5))))
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-584 *6)) (-4 *6 (-1130)) (-4 *5 (-1130))
+ (-5 *2 (-584 *5)) (-5 *1 (-585 *6 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-869 *6)) (-4 *6 (-1129)) (-4 *5 (-1129))
- (-5 *2 (-869 *5)) (-5 *1 (-870 *6 *5))))
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-870 *6)) (-4 *6 (-1130)) (-4 *5 (-1130))
+ (-5 *2 (-870 *5)) (-5 *1 (-871 *6 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1069 *6)) (-4 *6 (-1129)) (-4 *3 (-1129))
- (-5 *2 (-1069 *3)) (-5 *1 (-1071 *6 *3))))
+ (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1070 *6)) (-4 *6 (-1130)) (-4 *3 (-1130))
+ (-5 *2 (-1070 *3)) (-5 *1 (-1072 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1179 *6)) (-4 *6 (-1129)) (-4 *5 (-1129))
- (-5 *2 (-1179 *5)) (-5 *1 (-1180 *6 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-1179 *3)))))
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1180 *6)) (-4 *6 (-1130)) (-4 *5 (-1130))
+ (-5 *2 (-1180 *5)) (-5 *1 (-1181 *6 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-1180 *3)))))
(((*1 *1 *1 *1) (-4 *1 (-25))) ((*1 *1 *1 *1) (-5 *1 (-130)))
((*1 *1 *1 *1)
(-12 (-5 *1 (-167 *2))
(-4 *2
- (-13 (-756)
- (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 ((-1185) $))
- (-15 -1963 ((-1185) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-25)) (-4 *2 (-1129))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-25)) (-4 *2 (-1129))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-274 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-104))))
+ (-13 (-757)
+ (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 ((-1186) $))
+ (-15 -1964 ((-1186) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-25)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-25)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-274 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-104))))
((*1 *1 *2 *1)
- (-12 (-4 *3 (-13 (-312) (-120))) (-5 *1 (-342 *3 *2)) (-4 *2 (-1155 *3))))
+ (-12 (-4 *3 (-13 (-312) (-120))) (-5 *1 (-342 *3 *2)) (-4 *2 (-1156 *3))))
((*1 *1 *1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5))
- (-4 *5 (-861 *2 *3 *4))))
- ((*1 *1 *1 *1) (-5 *1 (-473)))
+ (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5))
+ (-4 *5 (-862 *2 *3 *4))))
+ ((*1 *1 *1 *1) (-5 *1 (-474)))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2))))
- ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-854 (-179))) (-5 *1 (-1126))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-25)))))
+ ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-855 (-179))) (-5 *1 (-1127))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-25)))))
(((*1 *1 *2 *2)
- (-12 (-5 *2 (-694)) (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *5)) (-4 *4 (-324 *3))
+ (-12 (-5 *2 (-695)) (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *5)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-1178 *3)) (-4 *3 (-23)) (-4 *3 (-1129)))))
+ (-12 (-5 *2 (-695)) (-4 *1 (-1179 *3)) (-4 *3 (-23)) (-4 *3 (-1130)))))
(((*1 *1 *1 *1) (-4 *1 (-21))) ((*1 *1 *1) (-4 *1 (-21)))
((*1 *1 *1 *1) (|partial| -5 *1 (-107)))
((*1 *1 *1 *1)
(-12 (-5 *1 (-167 *2))
(-4 *2
- (-13 (-756)
- (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 ((-1185) $))
- (-15 -1963 ((-1185) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1129))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1129))))
+ (-13 (-757)
+ (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 ((-1186) $))
+ (-15 -1964 ((-1186) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1130))))
((*1 *1 *1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23))))
((*1 *1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23))))
((*1 *1 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2))))
- ((*1 *1 *1) (-5 *1 (-772))) ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
- ((*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-854 (-179))) (-5 *1 (-1126))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-21))))
- ((*1 *1 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-21)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-196 *3 *2)) (-4 *2 (-1129)) (-4 *2 (-961))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-772))))
- ((*1 *1 *1) (-5 *1 (-772)))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-854 (-179))) (-5 *2 (-179)) (-5 *1 (-1126))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-961)))))
+ ((*1 *1 *1) (-5 *1 (-773))) ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
+ ((*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-855 (-179))) (-5 *1 (-1127))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-21))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-21)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-196 *3 *2)) (-4 *2 (-1130)) (-4 *2 (-962))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-773))))
+ ((*1 *1 *1) (-5 *1 (-773)))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-855 (-179))) (-5 *2 (-179)) (-5 *1 (-1127))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-962)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1178 *3)) (-4 *3 (-1129)) (-4 *3 (-961)) (-5 *2 (-630 *3)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-893 *2)) (-4 *2 (-961))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-854 (-179))) (-5 *1 (-1126))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-961)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-4 *2 (-13 (-347) (-950 *4) (-312) (-1115) (-239)))
- (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1155 *4))))
- ((*1 *1 *1) (-4 *1 (-483)))
- ((*1 *2 *1) (-12 (-5 *2 (-830)) (-5 *1 (-614 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-830)) (-5 *1 (-618 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-739 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-803 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-908 *3)) (-4 *3 (-1129)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-1127 *3)) (-4 *3 (-1129))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-915)) (-4 *2 (-961)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1178 *2)) (-4 *2 (-1129)) (-4 *2 (-915)) (-4 *2 (-961)))))
-(((*1 *2 *1) (-12 (-4 *1 (-228 *2)) (-4 *2 (-756))))
+ (-12 (-4 *1 (-1179 *3)) (-4 *3 (-1130)) (-4 *3 (-962)) (-5 *2 (-631 *3)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-894 *2)) (-4 *2 (-962))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-855 (-179))) (-5 *1 (-1127))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-962)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-962)) (-4 *2 (-13 (-347) (-951 *4) (-312) (-1116) (-239)))
+ (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1156 *4))))
+ ((*1 *1 *1) (-4 *1 (-484)))
+ ((*1 *2 *1) (-12 (-5 *2 (-831)) (-5 *1 (-615 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-831)) (-5 *1 (-619 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-740 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-804 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-909 *3)) (-4 *3 (-1130)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-1128 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-916)) (-4 *2 (-962)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1179 *2)) (-4 *2 (-1130)) (-4 *2 (-916)) (-4 *2 (-962)))))
+(((*1 *2 *1) (-12 (-4 *1 (-228 *2)) (-4 *2 (-757))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1090)) (-5 *1 (-773 *3)) (-14 *3 (-583 *2))))
- ((*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-902))))
+ (|partial| -12 (-5 *2 (-1091)) (-5 *1 (-774 *3)) (-14 *3 (-584 *2))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-903))))
((*1 *2 *1)
- (-12 (-4 *4 (-1129)) (-5 *2 (-1090)) (-5 *1 (-971 *3 *4))
- (-4 *3 (-1006 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-1004 *3)) (-4 *3 (-1129))))
+ (-12 (-4 *4 (-1130)) (-5 *2 (-1091)) (-5 *1 (-972 *3 *4))
+ (-4 *3 (-1007 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-1005 *3)) (-4 *3 (-1130))))
((*1 *2 *1)
- (-12 (-4 *1 (-1158 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-1090))))
- ((*1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-1176 *3)) (-14 *3 *2))))
+ (-12 (-4 *1 (-1159 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-1091))))
+ ((*1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-1177 *3)) (-14 *3 *2))))
(((*1 *2 *3)
- (-12 (-5 *3 (-350 *5)) (-4 *5 (-1155 *4)) (-4 *4 (-495)) (-4 *4 (-961))
- (-4 *2 (-1172 *4)) (-5 *1 (-1174 *4 *5 *6 *2)) (-4 *6 (-600 *5)))))
+ (-12 (-5 *3 (-350 *5)) (-4 *5 (-1156 *4)) (-4 *4 (-496)) (-4 *4 (-962))
+ (-4 *2 (-1173 *4)) (-5 *1 (-1175 *4 *5 *6 *2)) (-4 *6 (-601 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-4 *5 (-1155 *4)) (-5 *2 (-1 *6 (-583 *6)))
- (-5 *1 (-1174 *4 *5 *3 *6)) (-4 *3 (-600 *5)) (-4 *6 (-1172 *4)))))
+ (-12 (-4 *4 (-962)) (-4 *5 (-1156 *4)) (-5 *2 (-1 *6 (-584 *6)))
+ (-5 *1 (-1175 *4 *5 *3 *6)) (-4 *3 (-601 *5)) (-4 *6 (-1173 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-694)) (-4 *5 (-961)) (-4 *2 (-1155 *5))
- (-5 *1 (-1174 *5 *2 *6 *3)) (-4 *6 (-600 *2)) (-4 *3 (-1172 *5)))))
+ (-12 (-5 *4 (-695)) (-4 *5 (-962)) (-4 *2 (-1156 *5))
+ (-5 *1 (-1175 *5 *2 *6 *3)) (-4 *6 (-601 *2)) (-4 *3 (-1173 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-4 *3 (-1155 *4)) (-4 *2 (-1172 *4))
- (-5 *1 (-1174 *4 *3 *5 *2)) (-4 *5 (-600 *3)))))
+ (-12 (-4 *4 (-962)) (-4 *3 (-1156 *4)) (-4 *2 (-1173 *4))
+ (-5 *1 (-1175 *4 *3 *5 *2)) (-4 *5 (-601 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *5)) (-5 *4 (-583 (-1 *6 (-583 *6))))
- (-4 *5 (-38 (-350 (-484)))) (-4 *6 (-1172 *5)) (-5 *2 (-583 *6))
- (-5 *1 (-1173 *5 *6)))))
+ (-12 (-5 *3 (-584 *5)) (-5 *4 (-584 (-1 *6 (-584 *6))))
+ (-4 *5 (-38 (-350 (-485)))) (-4 *6 (-1173 *5)) (-5 *2 (-584 *6))
+ (-5 *1 (-1174 *5 *6)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-583 *2))) (-5 *4 (-583 *5)) (-4 *5 (-38 (-350 (-484))))
- (-4 *2 (-1172 *5)) (-5 *1 (-1173 *5 *2)))))
+ (-12 (-5 *3 (-1 *2 (-584 *2))) (-5 *4 (-584 *5)) (-4 *5 (-38 (-350 (-485))))
+ (-4 *2 (-1173 *5)) (-5 *1 (-1174 *5 *2)))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1172 *4)) (-5 *1 (-1173 *4 *2))
- (-4 *4 (-38 (-350 (-484)))))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1173 *4)) (-5 *1 (-1174 *4 *2))
+ (-4 *4 (-38 (-350 (-485)))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1172 *4)) (-5 *1 (-1173 *4 *2))
- (-4 *4 (-38 (-350 (-484)))))))
+ (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1173 *4)) (-5 *1 (-1174 *4 *2))
+ (-4 *4 (-38 (-350 (-485)))))))
(((*1 *2 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1173 *3 *2)) (-4 *2 (-1172 *3)))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1174 *3 *2)) (-4 *2 (-1173 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 (-583 *5))) (-4 *5 (-1172 *4)) (-4 *4 (-38 (-350 (-484))))
- (-5 *2 (-1 (-1069 *4) (-583 (-1069 *4)))) (-5 *1 (-1173 *4 *5)))))
+ (-12 (-5 *3 (-1 *5 (-584 *5))) (-4 *5 (-1173 *4)) (-4 *4 (-38 (-350 (-485))))
+ (-5 *2 (-1 (-1070 *4) (-584 (-1070 *4)))) (-5 *1 (-1174 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1172 *4)) (-4 *4 (-38 (-350 (-484))))
- (-5 *2 (-1 (-1069 *4) (-1069 *4) (-1069 *4))) (-5 *1 (-1173 *4 *5)))))
+ (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1173 *4)) (-4 *4 (-38 (-350 (-485))))
+ (-5 *2 (-1 (-1070 *4) (-1070 *4) (-1070 *4))) (-5 *1 (-1174 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1172 *4)) (-4 *4 (-38 (-350 (-484))))
- (-5 *2 (-1 (-1069 *4) (-1069 *4))) (-5 *1 (-1173 *4 *5)))))
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1173 *4)) (-4 *4 (-38 (-350 (-485))))
+ (-5 *2 (-1 (-1070 *4) (-1070 *4))) (-5 *1 (-1174 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1115) (-364 *4)))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-364 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
- (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4)))))
+ (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
+ (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-350 (-484))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))))
+ (-12 (-5 *4 (-350 (-485))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-267 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-249 *3)) (-5 *5 (-350 (-484)))
- (-4 *3 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-249 *3)) (-5 *5 (-350 (-485)))
+ (-4 *3 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-267 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 (-484))) (-5 *4 (-249 *6))
- (-4 *6 (-13 (-27) (-1115) (-364 *5)))
- (-4 *5 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *3 (-1 *6 (-485))) (-5 *4 (-249 *6))
+ (-4 *6 (-13 (-27) (-1116) (-364 *5)))
+ (-4 *5 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-484))) (-5 *4 (-249 *7)) (-5 *5 (-1146 (-484)))
- (-4 *7 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *3 (-1 *7 (-485))) (-5 *4 (-249 *7)) (-5 *5 (-1147 (-485)))
+ (-4 *7 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-5 *6 (-1146 (-484)))
- (-4 *3 (-13 (-27) (-1115) (-364 *7)))
- (-4 *7 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-5 *6 (-1147 (-485)))
+ (-4 *3 (-13 (-27) (-1116) (-364 *7)))
+ (-4 *7 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *7 *3))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-1 *8 (-350 (-484)))) (-5 *4 (-249 *8))
- (-5 *5 (-1146 (-350 (-484)))) (-5 *6 (-350 (-484)))
- (-4 *8 (-13 (-27) (-1115) (-364 *7)))
- (-4 *7 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *3 (-1 *8 (-350 (-485)))) (-5 *4 (-249 *8))
+ (-5 *5 (-1147 (-350 (-485)))) (-5 *6 (-350 (-485)))
+ (-4 *8 (-13 (-27) (-1116) (-364 *7)))
+ (-4 *7 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *7 *8))))
((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-5 *6 (-1146 (-350 (-484))))
- (-5 *7 (-350 (-484))) (-4 *3 (-13 (-27) (-1115) (-364 *8)))
- (-4 *8 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-5 *6 (-1147 (-350 (-485))))
+ (-5 *7 (-350 (-485))) (-4 *3 (-13 (-27) (-1116) (-364 *8)))
+ (-4 *8 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *8 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1069 (-2 (|:| |k| (-484)) (|:| |c| *3)))) (-4 *3 (-961))
- (-5 *1 (-530 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-531 *3))))
+ (-12 (-5 *2 (-1070 (-2 (|:| |k| (-485)) (|:| |c| *3)))) (-4 *3 (-962))
+ (-5 *1 (-531 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-532 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1069 (-2 (|:| |k| (-484)) (|:| |c| *3)))) (-4 *3 (-961))
- (-4 *1 (-1141 *3))))
+ (-12 (-5 *2 (-1070 (-2 (|:| |k| (-485)) (|:| |c| *3)))) (-4 *3 (-962))
+ (-4 *1 (-1142 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-694)) (-5 *3 (-1069 (-2 (|:| |k| (-350 (-484))) (|:| |c| *4))))
- (-4 *4 (-961)) (-4 *1 (-1162 *4))))
- ((*1 *1 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-4 *1 (-1172 *3))))
+ (-12 (-5 *2 (-695)) (-5 *3 (-1070 (-2 (|:| |k| (-350 (-485))) (|:| |c| *4))))
+ (-4 *4 (-962)) (-4 *1 (-1163 *4))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-4 *1 (-1173 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1069 (-2 (|:| |k| (-694)) (|:| |c| *3)))) (-4 *3 (-961))
- (-4 *1 (-1172 *3)))))
+ (-12 (-5 *2 (-1070 (-2 (|:| |k| (-695)) (|:| |c| *3)))) (-4 *3 (-962))
+ (-4 *1 (-1173 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-583 *3))))
+ (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-584 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013)) (-5 *2 (-583 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-531 *3)) (-4 *3 (-961))))
+ (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014)) (-5 *2 (-584 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-532 *3)) (-4 *3 (-962))))
((*1 *2 *1)
- (-12 (-5 *2 (-583 *3)) (-5 *1 (-674 *3 *4)) (-4 *3 (-961)) (-4 *4 (-663))))
- ((*1 *2 *1) (-12 (-4 *1 (-761 *3)) (-4 *3 (-961)) (-5 *2 (-583 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-1172 *3)) (-4 *3 (-961)) (-5 *2 (-1069 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-961)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-484))) (-4 *3 (-961)) (-5 *1 (-530 *3))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-484))) (-4 *1 (-1141 *3)) (-4 *3 (-961))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-484))) (-4 *1 (-1172 *3)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-584 *3)) (-5 *1 (-675 *3 *4)) (-4 *3 (-962)) (-4 *4 (-664))))
+ ((*1 *2 *1) (-12 (-4 *1 (-762 *3)) (-4 *3 (-962)) (-5 *2 (-584 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1173 *3)) (-4 *3 (-962)) (-5 *2 (-1070 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1173 *2)) (-4 *2 (-962)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-485))) (-4 *3 (-962)) (-5 *1 (-531 *3))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-485))) (-4 *1 (-1142 *3)) (-4 *3 (-962))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-485))) (-4 *1 (-1173 *3)) (-4 *3 (-962)))))
(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-679 *4 *5)) (-4 *4 (-961)) (-4 *5 (-756))
- (-5 *2 (-857 *4))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-680 *4 *5)) (-4 *4 (-962)) (-4 *5 (-757))
+ (-5 *2 (-858 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-679 *4 *5)) (-4 *4 (-961)) (-4 *5 (-756))
- (-5 *2 (-857 *4))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-680 *4 *5)) (-4 *4 (-962)) (-4 *5 (-757))
+ (-5 *2 (-858 *4))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-1172 *4)) (-4 *4 (-961)) (-5 *2 (-857 *4))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-1173 *4)) (-4 *4 (-962)) (-5 *2 (-858 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-1172 *4)) (-4 *4 (-961)) (-5 *2 (-857 *4)))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-1173 *4)) (-4 *4 (-962)) (-5 *2 (-858 *4)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-350 (-484))) (-4 *4 (-950 (-484))) (-4 *4 (-495))
+ (-12 (-5 *3 (-350 (-485))) (-4 *4 (-951 (-485))) (-4 *4 (-496))
(-5 *1 (-32 *4 *2)) (-4 *2 (-364 *4))))
((*1 *1 *1 *1) (-5 *1 (-107)))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3))))
((*1 *1 *1 *1) (-5 *1 (-179)))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-201)) (-5 *2 (-484))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-201)) (-5 *2 (-485))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-350 (-484))) (-4 *4 (-312)) (-4 *4 (-38 *3)) (-4 *5 (-1172 *4))
- (-5 *1 (-232 *4 *5 *2)) (-4 *2 (-1143 *4 *5))))
+ (-12 (-5 *3 (-350 (-485))) (-4 *4 (-312)) (-4 *4 (-38 *3)) (-4 *5 (-1173 *4))
+ (-5 *1 (-232 *4 *5 *2)) (-4 *2 (-1144 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-350 (-484))) (-4 *4 (-312)) (-4 *4 (-38 *3)) (-4 *5 (-1141 *4))
- (-5 *1 (-233 *4 *5 *2 *6)) (-4 *2 (-1164 *4 *5)) (-4 *6 (-896 *5))))
+ (-12 (-5 *3 (-350 (-485))) (-4 *4 (-312)) (-4 *4 (-38 *3)) (-4 *5 (-1142 *4))
+ (-5 *1 (-233 *4 *5 *2 *6)) (-4 *2 (-1165 *4 *5)) (-4 *6 (-897 *5))))
((*1 *1 *1 *1) (-4 *1 (-239)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-310 *2)) (-4 *2 (-1013))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-310 *2)) (-4 *2 (-1014))))
((*1 *1 *1 *1) (-5 *1 (-330)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-336 *2)) (-4 *2 (-1013))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-336 *2)) (-4 *2 (-1014))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-364 *3)) (-4 *3 (-1013)) (-4 *3 (-1025))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-413)) (-5 *2 (-484))))
+ (-12 (-5 *2 (-695)) (-4 *1 (-364 *3)) (-4 *3 (-1014)) (-4 *3 (-1026))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-413)) (-5 *2 (-485))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5))))
+ (-12 (-5 *2 (-695)) (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1179 *4)) (-5 *3 (-484)) (-4 *4 (-299)) (-5 *1 (-466 *4))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-473))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-473))))
+ (-12 (-5 *2 (-1180 *4)) (-5 *3 (-485)) (-4 *4 (-299)) (-5 *1 (-467 *4))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-474))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-474))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-694)) (-4 *4 (-1013)) (-5 *1 (-623 *4))))
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-695)) (-4 *4 (-1014)) (-5 *1 (-624 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3)) (-4 *3 (-312))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-5 *2 (-695)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-630 *4)) (-5 *3 (-694)) (-4 *4 (-961)) (-5 *1 (-631 *4))))
+ (-12 (-5 *2 (-631 *4)) (-5 *3 (-695)) (-4 *4 (-962)) (-5 *1 (-632 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-484)) (-4 *3 (-961)) (-5 *1 (-651 *3 *4)) (-4 *4 (-590 *3))))
+ (-12 (-5 *2 (-485)) (-4 *3 (-962)) (-5 *1 (-652 *3 *4)) (-4 *4 (-591 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-86)) (-5 *3 (-484)) (-4 *4 (-961)) (-5 *1 (-651 *4 *5))
- (-4 *5 (-590 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-657)) (-5 *2 (-830))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-659)) (-5 *2 (-694))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-663)) (-5 *2 (-694))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-745 *3)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-86)) (-5 *3 (-485)) (-4 *4 (-962)) (-5 *1 (-652 *4 *5))
+ (-4 *5 (-591 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-658)) (-5 *2 (-831))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-660)) (-5 *2 (-695))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-664)) (-5 *2 (-695))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-746 *3)) (-4 *3 (-962))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-86)) (-5 *3 (-484)) (-5 *1 (-745 *4)) (-4 *4 (-961))))
- ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-800 *3)) (-4 *3 (-1013))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-915)) (-5 *2 (-350 (-484)))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1025)) (-5 *2 (-830))))
+ (-12 (-5 *2 (-86)) (-5 *3 (-485)) (-5 *1 (-746 *4)) (-4 *4 (-962))))
+ ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-801 *3)) (-4 *3 (-1014))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-916)) (-5 *2 (-350 (-485)))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1026)) (-5 *2 (-831))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-484)) (-4 *1 (-1037 *3 *4 *5 *6)) (-4 *4 (-961))
+ (-12 (-5 *2 (-485)) (-4 *1 (-1038 *3 *4 *5 *6)) (-4 *4 (-962))
(-4 *5 (-196 *3 *4)) (-4 *6 (-196 *3 *4)) (-4 *4 (-312))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1173 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1004 (-750 *3))) (-4 *3 (-13 (-1115) (-871) (-29 *5)))
- (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
+ (-12 (-5 *4 (-1005 (-751 *3))) (-4 *3 (-13 (-1116) (-872) (-29 *5)))
+ (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
(-5 *2
- (-3 (|:| |f1| (-750 *3)) (|:| |f2| (-583 (-750 *3)))
+ (-3 (|:| |f1| (-751 *3)) (|:| |f2| (-584 (-751 *3)))
(|:| |fail| #1="failed") (|:| |pole| #2="potentialPole")))
(-5 *1 (-173 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1004 (-750 *3))) (-5 *5 (-1073))
- (-4 *3 (-13 (-1115) (-871) (-29 *6)))
- (-4 *6 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
+ (-12 (-5 *4 (-1005 (-751 *3))) (-5 *5 (-1074))
+ (-4 *3 (-13 (-1116) (-872) (-29 *6)))
+ (-4 *6 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
(-5 *2
- (-3 (|:| |f1| (-750 *3)) (|:| |f2| (-583 (-750 *3))) (|:| |fail| #1#)
+ (-3 (|:| |f1| (-751 *3)) (|:| |f2| (-584 (-751 *3))) (|:| |fail| #1#)
(|:| |pole| #2#)))
(-5 *1 (-173 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1004 (-750 (-265 *5))))
- (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
+ (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1005 (-751 (-265 *5))))
+ (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
(-5 *2
- (-3 (|:| |f1| (-750 (-265 *5))) (|:| |f2| (-583 (-750 (-265 *5))))
+ (-3 (|:| |f1| (-751 (-265 *5))) (|:| |f2| (-584 (-751 (-265 *5))))
(|:| |fail| #3="failed") (|:| |pole| #4="potentialPole")))
(-5 *1 (-174 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-350 (-857 *6))) (-5 *4 (-1004 (-750 (-265 *6))))
- (-5 *5 (-1073)) (-4 *6 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
+ (-12 (-5 *3 (-350 (-858 *6))) (-5 *4 (-1005 (-751 (-265 *6))))
+ (-5 *5 (-1074)) (-4 *6 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
(-5 *2
- (-3 (|:| |f1| (-750 (-265 *6))) (|:| |f2| (-583 (-750 (-265 *6))))
+ (-3 (|:| |f1| (-751 (-265 *6))) (|:| |f2| (-584 (-751 (-265 *6))))
(|:| |fail| #3#) (|:| |pole| #4#)))
(-5 *1 (-174 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1004 (-750 (-350 (-857 *5))))) (-5 *3 (-350 (-857 *5)))
- (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
+ (-12 (-5 *4 (-1005 (-751 (-350 (-858 *5))))) (-5 *3 (-350 (-858 *5)))
+ (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
(-5 *2
- (-3 (|:| |f1| (-750 (-265 *5))) (|:| |f2| (-583 (-750 (-265 *5))))
+ (-3 (|:| |f1| (-751 (-265 *5))) (|:| |f2| (-584 (-751 (-265 *5))))
(|:| |fail| #3#) (|:| |pole| #4#)))
(-5 *1 (-174 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1004 (-750 (-350 (-857 *6))))) (-5 *5 (-1073))
- (-5 *3 (-350 (-857 *6)))
- (-4 *6 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
+ (-12 (-5 *4 (-1005 (-751 (-350 (-858 *6))))) (-5 *5 (-1074))
+ (-5 *3 (-350 (-858 *6)))
+ (-4 *6 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
(-5 *2
- (-3 (|:| |f1| (-750 (-265 *6))) (|:| |f2| (-583 (-750 (-265 *6))))
+ (-3 (|:| |f1| (-751 (-265 *6))) (|:| |f2| (-584 (-751 (-265 *6))))
(|:| |fail| #3#) (|:| |pole| #4#)))
(-5 *1 (-174 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-3 *3 (-583 *3))) (-5 *1 (-373 *5 *3))
- (-4 *3 (-13 (-1115) (-871) (-29 *5)))))
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-3 *3 (-584 *3))) (-5 *1 (-373 *5 *3))
+ (-4 *3 (-13 (-1116) (-872) (-29 *5)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-414 *3 *4 *5))
- (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-414 *3 *4 *5))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3)))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-120) (-950 (-484)))) (-4 *5 (-1155 *4))
- (-5 *2 (-519 (-350 *5))) (-5 *1 (-504 *4 *5)) (-5 *3 (-350 *5))))
+ (-12 (-4 *4 (-13 (-312) (-120) (-951 (-485)))) (-4 *5 (-1156 *4))
+ (-5 *2 (-520 (-350 *5))) (-5 *1 (-505 *4 *5)) (-5 *3 (-350 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-120))
- (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-3 (-265 *5) (-583 (-265 *5)))) (-5 *1 (-525 *5))))
+ (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-120))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-3 (-265 *5) (-584 (-265 *5)))) (-5 *1 (-526 *5))))
((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-679 *3 *2)) (-4 *3 (-961)) (-4 *2 (-756))
- (-4 *3 (-38 (-350 (-484))))))
+ (-12 (-4 *1 (-680 *3 *2)) (-4 *3 (-962)) (-4 *2 (-757))
+ (-4 *3 (-38 (-350 (-485))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1090)) (-5 *1 (-857 *3)) (-4 *3 (-38 (-350 (-484))))
- (-4 *3 (-961))))
+ (-12 (-5 *2 (-1091)) (-5 *1 (-858 *3)) (-4 *3 (-38 (-350 (-485))))
+ (-4 *3 (-962))))
((*1 *1 *1 *2 *3)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-4 *2 (-756))
- (-5 *1 (-1040 *3 *2 *4)) (-4 *4 (-861 *3 (-469 *2) *2))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-4 *2 (-757))
+ (-5 *1 (-1041 *3 *2 *4)) (-4 *4 (-862 *3 (-470 *2) *2))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961))
- (-5 *1 (-1075 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962))
+ (-5 *1 (-1076 *3))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1082 *3 *4 *5))
- (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1083 *3 *4 *5))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3)))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1088 *3 *4 *5))
- (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1089 *3 *4 *5))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3)))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1089 *3 *4 *5))
- (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1090 *3 *4 *5))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3)))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1090)) (-5 *1 (-1122 *3)) (-4 *3 (-38 (-350 (-484))))
- (-4 *3 (-961))))
+ (-12 (-5 *2 (-1091)) (-5 *1 (-1123 *3)) (-4 *3 (-38 (-350 (-485))))
+ (-4 *3 (-962))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1139 *3 *4 *5))
- (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1140 *3 *4 *5))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3)))
((*1 *1 *1 *2)
(OR
- (-12 (-5 *2 (-1090)) (-4 *1 (-1141 *3)) (-4 *3 (-961))
- (-12 (-4 *3 (-29 (-484))) (-4 *3 (-871)) (-4 *3 (-1115))
- (-4 *3 (-38 (-350 (-484))))))
- (-12 (-5 *2 (-1090)) (-4 *1 (-1141 *3)) (-4 *3 (-961))
- (-12 (|has| *3 (-15 -3082 ((-583 *2) *3)))
- (|has| *3 (-15 -3813 (*3 *3 *2))) (-4 *3 (-38 (-350 (-484))))))))
+ (-12 (-5 *2 (-1091)) (-4 *1 (-1142 *3)) (-4 *3 (-962))
+ (-12 (-4 *3 (-29 (-485))) (-4 *3 (-872)) (-4 *3 (-1116))
+ (-4 *3 (-38 (-350 (-485))))))
+ (-12 (-5 *2 (-1091)) (-4 *1 (-1142 *3)) (-4 *3 (-962))
+ (-12 (|has| *3 (-15 -3083 ((-584 *2) *3)))
+ (|has| *3 (-15 -3814 (*3 *3 *2))) (-4 *3 (-38 (-350 (-485))))))))
((*1 *1 *1)
- (-12 (-4 *1 (-1141 *2)) (-4 *2 (-961)) (-4 *2 (-38 (-350 (-484))))))
+ (-12 (-4 *1 (-1142 *2)) (-4 *2 (-962)) (-4 *2 (-38 (-350 (-485))))))
((*1 *1 *1)
- (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-38 (-350 (-484))))))
+ (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-38 (-350 (-485))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1160 *3 *4 *5))
- (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1161 *3 *4 *5))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3)))
((*1 *1 *1 *2)
(OR
- (-12 (-5 *2 (-1090)) (-4 *1 (-1162 *3)) (-4 *3 (-961))
- (-12 (-4 *3 (-29 (-484))) (-4 *3 (-871)) (-4 *3 (-1115))
- (-4 *3 (-38 (-350 (-484))))))
- (-12 (-5 *2 (-1090)) (-4 *1 (-1162 *3)) (-4 *3 (-961))
- (-12 (|has| *3 (-15 -3082 ((-583 *2) *3)))
- (|has| *3 (-15 -3813 (*3 *3 *2))) (-4 *3 (-38 (-350 (-484))))))))
+ (-12 (-5 *2 (-1091)) (-4 *1 (-1163 *3)) (-4 *3 (-962))
+ (-12 (-4 *3 (-29 (-485))) (-4 *3 (-872)) (-4 *3 (-1116))
+ (-4 *3 (-38 (-350 (-485))))))
+ (-12 (-5 *2 (-1091)) (-4 *1 (-1163 *3)) (-4 *3 (-962))
+ (-12 (|has| *3 (-15 -3083 ((-584 *2) *3)))
+ (|has| *3 (-15 -3814 (*3 *3 *2))) (-4 *3 (-38 (-350 (-485))))))))
((*1 *1 *1)
- (-12 (-4 *1 (-1162 *2)) (-4 *2 (-961)) (-4 *2 (-38 (-350 (-484))))))
+ (-12 (-4 *1 (-1163 *2)) (-4 *2 (-962)) (-4 *2 (-38 (-350 (-485))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1176 *4)) (-14 *4 (-1090)) (-5 *1 (-1169 *3 *4 *5))
- (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1177 *4)) (-14 *4 (-1091)) (-5 *1 (-1170 *3 *4 *5))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)) (-14 *5 *3)))
((*1 *1 *1 *2)
(OR
- (-12 (-5 *2 (-1090)) (-4 *1 (-1172 *3)) (-4 *3 (-961))
- (-12 (-4 *3 (-29 (-484))) (-4 *3 (-871)) (-4 *3 (-1115))
- (-4 *3 (-38 (-350 (-484))))))
- (-12 (-5 *2 (-1090)) (-4 *1 (-1172 *3)) (-4 *3 (-961))
- (-12 (|has| *3 (-15 -3082 ((-583 *2) *3)))
- (|has| *3 (-15 -3813 (*3 *3 *2))) (-4 *3 (-38 (-350 (-484))))))))
+ (-12 (-5 *2 (-1091)) (-4 *1 (-1173 *3)) (-4 *3 (-962))
+ (-12 (-4 *3 (-29 (-485))) (-4 *3 (-872)) (-4 *3 (-1116))
+ (-4 *3 (-38 (-350 (-485))))))
+ (-12 (-5 *2 (-1091)) (-4 *1 (-1173 *3)) (-4 *3 (-962))
+ (-12 (|has| *3 (-15 -3083 ((-584 *2) *3)))
+ (|has| *3 (-15 -3814 (*3 *3 *2))) (-4 *3 (-38 (-350 (-485))))))))
((*1 *1 *1)
- (-12 (-4 *1 (-1172 *2)) (-4 *2 (-961)) (-4 *2 (-38 (-350 (-484)))))))
+ (-12 (-4 *1 (-1173 *2)) (-4 *2 (-962)) (-4 *2 (-38 (-350 (-485)))))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-5 *2 (-1148 *5 *4)) (-5 *1 (-1089 *4 *5 *6))
- (-4 *4 (-961)) (-14 *5 (-1090)) (-14 *6 *4)))
+ (-12 (-5 *3 (-695)) (-5 *2 (-1149 *5 *4)) (-5 *1 (-1090 *4 *5 *6))
+ (-4 *4 (-962)) (-14 *5 (-1091)) (-14 *6 *4)))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-5 *2 (-1148 *5 *4)) (-5 *1 (-1169 *4 *5 *6))
- (-4 *4 (-961)) (-14 *5 (-1090)) (-14 *6 *4))))
-(((*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
+ (-12 (-5 *3 (-695)) (-5 *2 (-1149 *5 *4)) (-5 *1 (-1170 *4 *5 *6))
+ (-4 *4 (-962)) (-14 *5 (-1091)) (-14 *6 *4))))
+(((*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-1169 *2 *3 *4)) (-4 *2 (-961)) (-14 *3 (-1090)) (-14 *4 *2))))
-(((*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
+ (-12 (-5 *1 (-1170 *2 *3 *4)) (-4 *2 (-962)) (-14 *3 (-1091)) (-14 *4 *2))))
+(((*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-1169 *2 *3 *4)) (-4 *2 (-961)) (-14 *3 (-1090)) (-14 *4 *2))))
-(((*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
+ (-12 (-5 *1 (-1170 *2 *3 *4)) (-4 *2 (-962)) (-14 *3 (-1091)) (-14 *4 *2))))
+(((*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-1169 *2 *3 *4)) (-4 *2 (-961)) (-14 *3 (-1090)) (-14 *4 *2))))
-(((*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
+ (-12 (-5 *1 (-1170 *2 *3 *4)) (-4 *2 (-962)) (-14 *3 (-1091)) (-14 *4 *2))))
+(((*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-1169 *2 *3 *4)) (-4 *2 (-961)) (-14 *3 (-1090)) (-14 *4 *2))))
+ (-12 (-5 *1 (-1170 *2 *3 *4)) (-4 *2 (-962)) (-14 *3 (-1091)) (-14 *4 *2))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1069 *4)) (-5 *3 (-484)) (-4 *4 (-961)) (-5 *1 (-1075 *4))))
+ (-12 (-5 *2 (-1070 *4)) (-5 *3 (-485)) (-4 *4 (-962)) (-5 *1 (-1076 *4))))
((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-484)) (-5 *1 (-1169 *3 *4 *5)) (-4 *3 (-961)) (-14 *4 (-1090))
+ (-12 (-5 *2 (-485)) (-5 *1 (-1170 *3 *4 *5)) (-4 *3 (-962)) (-14 *4 (-1091))
(-14 *5 *3))))
-(((*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
+(((*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-1169 *2 *3 *4)) (-4 *2 (-961)) (-14 *3 (-1090)) (-14 *4 *2))))
+ (-12 (-5 *1 (-1170 *2 *3 *4)) (-4 *2 (-962)) (-14 *3 (-1091)) (-14 *4 *2))))
(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1069 *4)) (-5 *3 (-484)) (-4 *4 (-961)) (-5 *1 (-1075 *4))))
+ (-12 (-5 *2 (-1070 *4)) (-5 *3 (-485)) (-4 *4 (-962)) (-5 *1 (-1076 *4))))
((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-484)) (-5 *1 (-1169 *3 *4 *5)) (-4 *3 (-961)) (-14 *4 (-1090))
+ (-12 (-5 *2 (-485)) (-5 *1 (-1170 *3 *4 *5)) (-4 *3 (-962)) (-14 *4 (-1091))
(-14 *5 *3))))
(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1069 *4)) (-5 *3 (-484)) (-4 *4 (-961)) (-5 *1 (-1075 *4))))
+ (-12 (-5 *2 (-1070 *4)) (-5 *3 (-485)) (-4 *4 (-962)) (-5 *1 (-1076 *4))))
((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-484)) (-5 *1 (-1169 *3 *4 *5)) (-4 *3 (-961)) (-14 *4 (-1090))
+ (-12 (-5 *2 (-485)) (-5 *1 (-1170 *3 *4 *5)) (-4 *3 (-962)) (-14 *4 (-1091))
(-14 *5 *3))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-593 *3)) (-4 *3 (-1129))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-593 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-593 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-593 *2)) (-4 *2 (-1129))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1069 (-1069 *4))) (-5 *2 (-1069 *4)) (-5 *1 (-1070 *4))
- (-4 *4 (-1129))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-538 *3 *2)) (-4 *3 (-1013)) (-4 *3 (-756)) (-4 *2 (-1129))))
- ((*1 *2 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756))))
- ((*1 *2 *1) (-12 (-5 *1 (-739 *2)) (-4 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *2 (-1129)) (-5 *1 (-782 *2 *3)) (-4 *3 (-1129))))
- ((*1 *2 *1) (-12 (-5 *2 (-614 *3)) (-5 *1 (-803 *3)) (-4 *3 (-756))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717))
- (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1168 *3)) (-4 *3 (-1129))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-594 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-594 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-594 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-594 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1070 (-1070 *4))) (-5 *2 (-1070 *4)) (-5 *1 (-1071 *4))
+ (-4 *4 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-539 *3 *2)) (-4 *3 (-1014)) (-4 *3 (-757)) (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757))))
+ ((*1 *2 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *2 (-1130)) (-5 *1 (-783 *2 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-615 *3)) (-5 *1 (-804 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1169 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-484)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1129)) (-4 *4 (-324 *2))
+ (-12 (-5 *3 (-485)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1130)) (-4 *4 (-324 *2))
(-4 *5 (-324 *2))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-324 *2))
- (-4 *5 (-324 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-92 *3)) (-4 *3 (-1129))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-92 *3)) (-4 *3 (-1129))))
+ (-12 (-5 *3 (-485)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-324 *2))
+ (-4 *5 (-324 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-92 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-92 *3)) (-4 *3 (-1130))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 (-484))) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2))
- (-14 *4 (-484)) (-14 *5 (-694))))
+ (-12 (-5 *3 (-584 (-485))) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2))
+ (-14 *4 (-485)) (-14 *5 (-695))))
((*1 *2 *1 *3 *3 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3)
- (-14 *5 (-694))))
+ (-12 (-5 *3 (-485)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3)
+ (-14 *5 (-695))))
((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3)
- (-14 *5 (-694))))
+ (-12 (-5 *3 (-485)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3)
+ (-14 *5 (-695))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3)
- (-14 *5 (-694))))
+ (-12 (-5 *3 (-485)) (-4 *2 (-146)) (-5 *1 (-108 *4 *5 *2)) (-14 *4 *3)
+ (-14 *5 (-695))))
((*1 *2 *1)
- (-12 (-4 *2 (-146)) (-5 *1 (-108 *3 *4 *2)) (-14 *3 (-484)) (-14 *4 (-694))))
+ (-12 (-4 *2 (-146)) (-5 *1 (-108 *3 *4 *2)) (-14 *3 (-485)) (-14 *4 (-695))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1090)) (-5 *2 (-203 (-1073))) (-5 *1 (-167 *4))
+ (-12 (-5 *3 (-1091)) (-5 *2 (-203 (-1074))) (-5 *1 (-167 *4))
(-4 *4
- (-13 (-756)
- (-10 -8 (-15 -3801 ((-1073) $ *3)) (-15 -3618 ((-1185) $))
- (-15 -1963 ((-1185) $)))))))
+ (-13 (-757)
+ (-10 -8 (-15 -3802 ((-1074) $ *3)) (-15 -3619 ((-1186) $))
+ (-15 -1964 ((-1186) $)))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-902)) (-5 *1 (-167 *3))
+ (-12 (-5 *2 (-903)) (-5 *1 (-167 *3))
(-4 *3
- (-13 (-756)
- (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 ((-1185) $))
- (-15 -1963 ((-1185) $)))))))
+ (-13 (-757)
+ (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 ((-1186) $))
+ (-15 -1964 ((-1186) $)))))))
((*1 *2 *1 *3)
- (-12 (-5 *3 "count") (-5 *2 (-694)) (-5 *1 (-203 *4)) (-4 *4 (-756))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-203 *3)) (-4 *3 (-756))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-203 *3)) (-4 *3 (-756))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-241 *3 *2)) (-4 *3 (-1129)) (-4 *2 (-1129))))
- ((*1 *2 *1 *3 *2) (-12 (-4 *1 (-243 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1129))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-583 *1)) (-4 *1 (-254))))
+ (-12 (-5 *3 "count") (-5 *2 (-695)) (-5 *1 (-203 *4)) (-4 *4 (-757))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-203 *3)) (-4 *3 (-757))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-203 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-241 *3 *2)) (-4 *3 (-1130)) (-4 *2 (-1130))))
+ ((*1 *2 *1 *3 *2) (-12 (-4 *1 (-243 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-584 *1)) (-4 *1 (-254))))
((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86))))
((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86))))
((*1 *1 *2 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86))))
((*1 *1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86))))
((*1 *2 *1 *2 *2)
- (-12 (-4 *1 (-291 *2 *3 *4)) (-4 *2 (-1134)) (-4 *3 (-1155 *2))
- (-4 *4 (-1155 (-350 *3)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1073)) (-5 *1 (-441))))
+ (-12 (-4 *1 (-291 *2 *3 *4)) (-4 *2 (-1135)) (-4 *3 (-1156 *2))
+ (-4 *4 (-1156 (-350 *3)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1074)) (-5 *1 (-442))))
((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-583 (-484))) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961))
+ (-12 (-5 *2 (-584 (-485))) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962))
(-4 *4 (-324 *3)) (-4 *5 (-324 *3))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-86)) (-5 *3 (-583 (-800 *4))) (-5 *1 (-800 *4))
- (-4 *4 (-1013))))
+ (-12 (-5 *2 (-86)) (-5 *3 (-584 (-801 *4))) (-5 *1 (-801 *4))
+ (-4 *4 (-1014))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-5 *2 (-813 *4)) (-5 *1 (-816 *4)) (-4 *4 (-1013))))
- ((*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-923 *2)) (-4 *2 (-1129))))
+ (-12 (-5 *3 (-695)) (-5 *2 (-814 *4)) (-5 *1 (-817 *4)) (-4 *4 (-1014))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-924 *2)) (-4 *2 (-1130))))
((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-484)) (-4 *1 (-965 *4 *5 *2 *6 *7)) (-4 *2 (-961))
+ (-12 (-5 *3 (-485)) (-4 *1 (-966 *4 *5 *2 *6 *7)) (-4 *2 (-962))
(-4 *6 (-196 *5 *2)) (-4 *7 (-196 *4 *2))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-965 *4 *5 *2 *6 *7)) (-4 *6 (-196 *5 *2))
- (-4 *7 (-196 *4 *2)) (-4 *2 (-961))))
+ (-12 (-5 *3 (-485)) (-4 *1 (-966 *4 *5 *2 *6 *7)) (-4 *6 (-196 *5 *2))
+ (-4 *7 (-196 *4 *2)) (-4 *2 (-962))))
((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-830)) (-4 *4 (-1013))
- (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-987 *4 *5 *2))
- (-4 *2 (-13 (-364 *5) (-796 *4) (-553 (-800 *4))))))
+ (-12 (-5 *3 (-831)) (-4 *4 (-1014))
+ (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-988 *4 *5 *2))
+ (-4 *2 (-13 (-364 *5) (-797 *4) (-554 (-801 *4))))))
((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-830)) (-4 *4 (-1013))
- (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-989 *4 *5 *2))
- (-4 *2 (-13 (-364 *5) (-796 *4) (-553 (-800 *4))))))
- ((*1 *1 *1 *1) (-4 *1 (-1058)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-1090))))
+ (-12 (-5 *3 (-831)) (-4 *4 (-1014))
+ (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-990 *4 *5 *2))
+ (-4 *2 (-13 (-364 *5) (-797 *4) (-554 (-801 *4))))))
+ ((*1 *1 *1 *1) (-4 *1 (-1059)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-1091))))
((*1 *2 *3 *2)
- (-12 (-5 *3 (-350 *1)) (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-312))))
+ (-12 (-5 *3 (-350 *1)) (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-312))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-350 *1)) (-4 *1 (-1155 *3)) (-4 *3 (-961)) (-4 *3 (-495))))
- ((*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1168 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1168 *3)) (-4 *3 (-1129))))
- ((*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756))))
- ((*1 *1 *1) (-12 (-5 *1 (-739 *2)) (-4 *2 (-756))))
- ((*1 *1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-756))))
+ (-12 (-5 *2 (-350 *1)) (-4 *1 (-1156 *3)) (-4 *3 (-962)) (-4 *3 (-496))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1169 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1169 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1) (-12 (-5 *1 (-740 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-757))))
((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1124 *2 *3 *4 *5)) (-4 *2 (-495)) (-4 *3 (-717))
- (-4 *4 (-756)) (-4 *5 (-977 *2 *3 *4))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1168 *3)) (-4 *3 (-1129))))
- ((*1 *1 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1129))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1008))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717))
- (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1168 *3)) (-4 *3 (-1129))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1129))))
+ (|partial| -12 (-4 *1 (-1125 *2 *3 *4 *5)) (-4 *2 (-496)) (-4 *3 (-718))
+ (-4 *4 (-757)) (-4 *5 (-978 *2 *3 *4))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1169 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1009))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1169 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1130))))
((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))))
- ((*1 *1 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *2 (-1129)) (-5 *1 (-782 *3 *2)) (-4 *3 (-1129))))
- ((*1 *2 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1168 *3)) (-4 *3 (-1129)) (-5 *2 (-694)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *2 (-1130)) (-5 *1 (-783 *3 *2)) (-4 *3 (-1130))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1169 *3)) (-4 *3 (-1130)) (-5 *2 (-695)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-484)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1129)) (-4 *4 (-324 *2))
+ (-12 (-5 *3 (-485)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1130)) (-4 *4 (-324 *2))
(-4 *5 (-324 *2))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "right") (-4 *1 (-1035 *3)) (-4 *1 (-92 *3)) (-4 *3 (-1129))))
+ (-12 (-5 *2 "right") (-4 *1 (-1036 *3)) (-4 *1 (-92 *3)) (-4 *3 (-1130))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "left") (-4 *1 (-1035 *3)) (-4 *1 (-92 *3)) (-4 *3 (-1129))))
+ (-12 (-5 *2 "left") (-4 *1 (-1036 *3)) (-4 *1 (-92 *3)) (-4 *3 (-1130))))
((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-1035 *2)) (-4 *1 (-243 *3 *2)) (-4 *3 (-1013))
- (-4 *2 (-1129))))
- ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1090)) (-5 *1 (-571))))
+ (-12 (-4 *1 (-1036 *2)) (-4 *1 (-243 *3 *2)) (-4 *3 (-1014))
+ (-4 *2 (-1130))))
+ ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1091)) (-5 *1 (-572))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-1146 (-484))) (-4 *1 (-1035 *2)) (-4 *1 (-593 *2))
- (-4 *2 (-1129))))
+ (-12 (-5 *3 (-1147 (-485))) (-4 *1 (-1036 *2)) (-4 *1 (-594 *2))
+ (-4 *2 (-1130))))
((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-583 (-484))) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961))
+ (-12 (-5 *2 (-584 (-485))) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962))
(-4 *4 (-324 *3)) (-4 *5 (-324 *3))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "value") (-4 *1 (-1035 *2)) (-4 *1 (-923 *2)) (-4 *2 (-1129))))
+ (-12 (-5 *3 "value") (-4 *1 (-1036 *2)) (-4 *1 (-924 *2)) (-4 *2 (-1130))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "last") (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129))))
+ (-12 (-5 *3 "last") (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "rest") (-4 *1 (-1035 *3)) (-4 *1 (-1168 *3)) (-4 *3 (-1129))))
+ (-12 (-5 *2 "rest") (-4 *1 (-1036 *3)) (-4 *1 (-1169 *3)) (-4 *3 (-1130))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "first") (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1069 *3)) (-4 *3 (-1129))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-1168 *2)) (-4 *2 (-1129)))))
+ (-12 (-5 *3 "first") (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1070 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-1169 *2)) (-4 *2 (-1130)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-484)) (-4 *1 (-1035 *3)) (-4 *1 (-1168 *3)) (-4 *3 (-1129)))))
+ (-12 (-5 *2 (-485)) (-4 *1 (-1036 *3)) (-4 *1 (-1169 *3)) (-4 *3 (-1130)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-950 (-484)) (-580 (-484)) (-392)))
- (-5 *2 (-750 *4)) (-5 *1 (-264 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1115) (-364 *3))) (-14 *5 (-1090)) (-14 *6 *4)))
+ (|partial| -12 (-4 *3 (-13 (-951 (-485)) (-581 (-485)) (-392)))
+ (-5 *2 (-751 *4)) (-5 *1 (-264 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1116) (-364 *3))) (-14 *5 (-1091)) (-14 *6 *4)))
((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-950 (-484)) (-580 (-484)) (-392)))
- (-5 *2 (-750 *4)) (-5 *1 (-1166 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1115) (-364 *3))) (-14 *5 (-1090)) (-14 *6 *4))))
+ (|partial| -12 (-4 *3 (-13 (-951 (-485)) (-581 (-485)) (-392)))
+ (-5 *2 (-751 *4)) (-5 *1 (-1167 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1116) (-364 *3))) (-14 *5 (-1091)) (-14 *6 *4))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-950 (-484)) (-580 (-484)) (-392)))
+ (|partial| -12 (-4 *3 (-13 (-951 (-485)) (-581 (-485)) (-392)))
(-5 *2
(-2
(|:| |%term|
- (-2 (|:| |%coef| (-1160 *4 *5 *6)) (|:| |%expon| (-270 *4 *5 *6))
- (|:| |%expTerms| (-583 (-2 (|:| |k| (-350 (-484))) (|:| |c| *4))))))
- (|:| |%type| (-1073))))
- (-5 *1 (-1166 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1115) (-364 *3)))
- (-14 *5 (-1090)) (-14 *6 *4))))
+ (-2 (|:| |%coef| (-1161 *4 *5 *6)) (|:| |%expon| (-270 *4 *5 *6))
+ (|:| |%expTerms| (-584 (-2 (|:| |k| (-350 (-485))) (|:| |c| *4))))))
+ (|:| |%type| (-1074))))
+ (-5 *1 (-1167 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-364 *3)))
+ (-14 *5 (-1091)) (-14 *6 *4))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1115) (-364 *4)))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-364 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
- (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4)))))
+ (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
+ (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-350 (-484))) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))))
+ (-12 (-5 *4 (-350 (-485))) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-267 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-249 *3)) (-5 *5 (-350 (-484)))
- (-4 *3 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-249 *3)) (-5 *5 (-350 (-485)))
+ (-4 *3 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-267 *6 *3))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-1 *8 (-350 (-484)))) (-5 *4 (-249 *8))
- (-5 *5 (-1146 (-350 (-484)))) (-5 *6 (-350 (-484)))
- (-4 *8 (-13 (-27) (-1115) (-364 *7)))
- (-4 *7 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *3 (-1 *8 (-350 (-485)))) (-5 *4 (-249 *8))
+ (-5 *5 (-1147 (-350 (-485)))) (-5 *6 (-350 (-485)))
+ (-4 *8 (-13 (-27) (-1116) (-364 *7)))
+ (-4 *7 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *7 *8))))
((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-5 *6 (-1146 (-350 (-484))))
- (-5 *7 (-350 (-484))) (-4 *3 (-13 (-27) (-1115) (-364 *8)))
- (-4 *8 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-5 *6 (-1147 (-350 (-485))))
+ (-5 *7 (-350 (-485))) (-4 *3 (-13 (-27) (-1116) (-364 *8)))
+ (-4 *8 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *8 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-350 (-484))) (-4 *4 (-961)) (-4 *1 (-1164 *4 *3))
- (-4 *3 (-1141 *4)))))
+ (-12 (-5 *2 (-350 (-485))) (-4 *4 (-962)) (-4 *1 (-1165 *4 *3))
+ (-4 *3 (-1142 *4)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1164 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1141 *3))
- (-5 *2 (-350 (-484))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1164 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1141 *3)))))
+ (-12 (-4 *1 (-1165 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1142 *3))
+ (-5 *2 (-350 (-485))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1165 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1142 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1115) (-364 *4)))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-364 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
- (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4)))))
+ (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
+ (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-484)) (-4 *5 (-13 (-392) (-950 *4) (-580 *4))) (-5 *2 (-51))
- (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))))
+ (-12 (-5 *4 (-485)) (-4 *5 (-13 (-392) (-951 *4) (-581 *4))) (-5 *2 (-51))
+ (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-267 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-392) (-950 *5) (-580 *5))) (-5 *5 (-484)) (-5 *2 (-51))
+ (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-392) (-951 *5) (-581 *5))) (-5 *5 (-485)) (-5 *2 (-51))
(-5 *1 (-267 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-484))) (-5 *4 (-249 *7)) (-5 *5 (-1146 (-484)))
- (-4 *7 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *3 (-1 *7 (-485))) (-5 *4 (-249 *7)) (-5 *5 (-1147 (-485)))
+ (-4 *7 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-5 *6 (-1146 (-484)))
- (-4 *3 (-13 (-27) (-1115) (-364 *7)))
- (-4 *7 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-5 *6 (-1147 (-485)))
+ (-4 *3 (-13 (-27) (-1116) (-364 *7)))
+ (-4 *7 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *7 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-484)) (-4 *4 (-961)) (-4 *1 (-1143 *4 *3)) (-4 *3 (-1172 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-1164 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1141 *3)))))
+ (-12 (-5 *2 (-485)) (-4 *4 (-962)) (-4 *1 (-1144 *4 *3)) (-4 *3 (-1173 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1165 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1142 *3)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1164 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1141 *3)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1155 *3)) (-4 *3 (-961))))
+ (|partial| -12 (-4 *1 (-1165 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1142 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1156 *3)) (-4 *3 (-962))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-830)) (-4 *1 (-1158 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-4 *1 (-1162 *3)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-831)) (-4 *1 (-1159 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-4 *1 (-1163 *3)) (-4 *3 (-962)))))
(((*1 *2 *2)
(-12
(-5 *2
(-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
- (|:| |xpnt| (-484))))
- (-4 *4 (-13 (-1155 *3) (-495) (-10 -8 (-15 -3145 ($ $ $))))) (-4 *3 (-495))
- (-5 *1 (-1159 *3 *4)))))
+ (|:| |xpnt| (-485))))
+ (-4 *4 (-13 (-1156 *3) (-496) (-10 -8 (-15 -3146 ($ $ $))))) (-4 *3 (-496))
+ (-5 *1 (-1160 *3 *4)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-861 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
+ (-12 (-4 *1 (-862 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
(-4 *2 (-392))))
((*1 *2 *3 *1)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))
- (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *1))))
- (-4 *1 (-983 *4 *5 *6 *3))))
- ((*1 *1 *1) (-4 *1 (-1134)))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))
+ (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *1))))
+ (-4 *1 (-984 *4 *5 *6 *3))))
+ ((*1 *1 *1) (-4 *1 (-1135)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-1159 *3 *2))
- (-4 *2 (-13 (-1155 *3) (-495) (-10 -8 (-15 -3145 ($ $ $))))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-1160 *3 *2))
+ (-4 *2 (-13 (-1156 *3) (-496) (-10 -8 (-15 -3146 ($ $ $))))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-274 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-104))
- (-5 *2 (-583 (-2 (|:| |gen| *3) (|:| -3944 *4))))))
+ (-12 (-4 *1 (-274 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-104))
+ (-5 *2 (-584 (-2 (|:| |gen| *3) (|:| -3945 *4))))))
((*1 *2 *1)
- (-12 (-4 *1 (-449 *3 *4)) (-4 *3 (-72)) (-4 *4 (-759))
- (-5 *2 (-583 (-453 *3 *4)))))
+ (-12 (-4 *1 (-450 *3 *4)) (-4 *3 (-72)) (-4 *4 (-760))
+ (-5 *2 (-584 (-454 *3 *4)))))
((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| -3955 *3) (|:| -3939 *4)))) (-5 *1 (-674 *3 *4))
- (-4 *3 (-961)) (-4 *4 (-663))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3956 *3) (|:| -3940 *4)))) (-5 *1 (-675 *3 *4))
+ (-4 *3 (-962)) (-4 *4 (-664))))
((*1 *2 *1)
- (-12 (-4 *1 (-1158 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716))
- (-5 *2 (-1069 (-2 (|:| |k| *4) (|:| |c| *3)))))))
-(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1073)) (-5 *3 (-484)) (-5 *1 (-199))))
+ (-12 (-4 *1 (-1159 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717))
+ (-5 *2 (-1070 (-2 (|:| |k| *4) (|:| |c| *3)))))))
+(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1074)) (-5 *3 (-485)) (-5 *1 (-199))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-583 (-1073))) (-5 *3 (-484)) (-5 *4 (-1073)) (-5 *1 (-199))))
- ((*1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772))))
- ((*1 *2 *1) (-12 (-4 *1 (-1158 *2 *3)) (-4 *3 (-716)) (-4 *2 (-961)))))
+ (-12 (-5 *2 (-584 (-1074))) (-5 *3 (-485)) (-5 *4 (-1074)) (-5 *1 (-199))))
+ ((*1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1159 *2 *3)) (-4 *3 (-717)) (-4 *2 (-962)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-756))
- (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-757))
+ (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-695))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-961)) (-4 *3 (-756))
- (-4 *5 (-228 *3)) (-4 *6 (-717)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-4 *1 (-228 *3)) (-4 *3 (-756)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-830))))
+ (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-962)) (-4 *3 (-757))
+ (-4 *5 (-228 *3)) (-4 *6 (-718)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-4 *1 (-228 *3)) (-4 *3 (-757)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-831))))
((*1 *2 *3)
(-12 (-5 *3 (-283 *4 *5 *6 *7)) (-4 *4 (-13 (-320) (-312)))
- (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5))) (-4 *7 (-291 *4 *5 *6))
- (-5 *2 (-694)) (-5 *1 (-341 *4 *5 *6 *7))))
- ((*1 *2 *1) (-12 (-4 *1 (-345)) (-5 *2 (-743 (-830)))))
- ((*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-484))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-531 *3)) (-4 *3 (-961))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-531 *3)) (-4 *3 (-961))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-495)) (-5 *2 (-484)) (-5 *1 (-562 *3 *4)) (-4 *4 (-1155 *3))))
+ (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5))) (-4 *7 (-291 *4 *5 *6))
+ (-5 *2 (-695)) (-5 *1 (-341 *4 *5 *6 *7))))
+ ((*1 *2 *1) (-12 (-4 *1 (-345)) (-5 *2 (-744 (-831)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-485))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-532 *3)) (-4 *3 (-962))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-532 *3)) (-4 *3 (-962))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-496)) (-5 *2 (-485)) (-5 *1 (-563 *3 *4)) (-4 *4 (-1156 *3))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-679 *4 *3)) (-4 *4 (-961)) (-4 *3 (-756))))
+ (-12 (-5 *2 (-695)) (-4 *1 (-680 *4 *3)) (-4 *4 (-962)) (-4 *3 (-757))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-679 *4 *3)) (-4 *4 (-961)) (-4 *3 (-756)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-4 *1 (-779 *3)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-813 *3)) (-4 *3 (-1013))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-816 *3)) (-4 *3 (-1013))))
+ (-12 (-4 *1 (-680 *4 *3)) (-4 *4 (-962)) (-4 *3 (-757)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-4 *1 (-780 *3)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-814 *3)) (-4 *3 (-1014))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-817 *3)) (-4 *3 (-1014))))
((*1 *2 *3)
(|partial| -12 (-5 *3 (-283 *5 *6 *7 *8)) (-4 *5 (-364 *4))
- (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6))) (-4 *8 (-291 *5 *6 *7))
- (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-694))
- (-5 *1 (-822 *4 *5 *6 *7 *8))))
+ (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6))) (-4 *8 (-291 *5 *6 *7))
+ (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-695))
+ (-5 *1 (-823 *4 *5 *6 *7 *8))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-283 (-350 (-484)) *4 *5 *6))
- (-4 *4 (-1155 (-350 (-484)))) (-4 *5 (-1155 (-350 *4)))
- (-4 *6 (-291 (-350 (-484)) *4 *5)) (-5 *2 (-694)) (-5 *1 (-823 *4 *5 *6))))
+ (|partial| -12 (-5 *3 (-283 (-350 (-485)) *4 *5 *6))
+ (-4 *4 (-1156 (-350 (-485)))) (-4 *5 (-1156 (-350 *4)))
+ (-4 *6 (-291 (-350 (-485)) *4 *5)) (-5 *2 (-695)) (-5 *1 (-824 *4 *5 *6))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-283 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-312))
- (-4 *7 (-1155 *6)) (-4 *4 (-1155 (-350 *7))) (-4 *8 (-291 *6 *7 *4))
- (-4 *9 (-13 (-320) (-312))) (-5 *2 (-694)) (-5 *1 (-931 *6 *7 *4 *8 *9))))
+ (-4 *7 (-1156 *6)) (-4 *4 (-1156 (-350 *7))) (-4 *8 (-291 *6 *7 *4))
+ (-4 *9 (-13 (-320) (-312))) (-5 *2 (-695)) (-5 *1 (-932 *6 *7 *4 *8 *9))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-1155 *3)) (-4 *3 (-961)) (-4 *3 (-495)) (-5 *2 (-694))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-1158 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716))))
- ((*1 *2 *1) (-12 (-4 *1 (-1158 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716)))))
-(((*1 *1 *1) (-4 *1 (-973)))
- ((*1 *1 *1 *2 *2) (-12 (-4 *1 (-1158 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1158 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716)))))
+ (-12 (-4 *1 (-1156 *3)) (-4 *3 (-962)) (-4 *3 (-496)) (-5 *2 (-695))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717)))))
+(((*1 *1 *1) (-4 *1 (-974)))
+ ((*1 *1 *1 *2 *2) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717)))))
(((*1 *2 *1 *3)
- (-12 (-5 *2 (-350 (-484))) (-5 *1 (-90 *4)) (-14 *4 *3) (-5 *3 (-484))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-779 *3)) (-5 *2 (-484))))
+ (-12 (-5 *2 (-350 (-485))) (-5 *1 (-90 *4)) (-14 *4 *3) (-5 *3 (-485))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-780 *3)) (-5 *2 (-485))))
((*1 *2 *1 *3)
- (-12 (-5 *2 (-350 (-484))) (-5 *1 (-780 *4)) (-14 *4 *3) (-5 *3 (-484))))
+ (-12 (-5 *2 (-350 (-485))) (-5 *1 (-781 *4)) (-14 *4 *3) (-5 *3 (-485))))
((*1 *2 *1 *3)
- (-12 (-14 *4 *3) (-5 *2 (-350 (-484))) (-5 *1 (-781 *4 *5)) (-5 *3 (-484))
- (-4 *5 (-779 *4))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-925)) (-5 *2 (-350 (-484)))))
+ (-12 (-14 *4 *3) (-5 *2 (-350 (-485))) (-5 *1 (-782 *4 *5)) (-5 *3 (-485))
+ (-4 *5 (-780 *4))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-926)) (-5 *2 (-350 (-485)))))
((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-980 *2 *3)) (-4 *2 (-13 (-755) (-312))) (-4 *3 (-1155 *2))))
+ (-12 (-4 *1 (-981 *2 *3)) (-4 *2 (-13 (-756) (-312))) (-4 *3 (-1156 *2))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1158 *2 *3)) (-4 *3 (-716)) (|has| *2 (-15 ** (*2 *2 *3)))
- (|has| *2 (-15 -3947 (*2 (-1090)))) (-4 *2 (-961)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-148 *3)) (-4 *3 (-258))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-616 *3)) (-4 *3 (-1129))))
+ (-12 (-4 *1 (-1159 *2 *3)) (-4 *3 (-717)) (|has| *2 (-15 ** (*2 *2 *3)))
+ (|has| *2 (-15 -3948 (*2 (-1091)))) (-4 *2 (-962)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-148 *3)) (-4 *3 (-258))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-617 *3)) (-4 *3 (-1130))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-679 *3 *4)) (-4 *3 (-961)) (-4 *4 (-756))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-779 *3)) (-5 *2 (-484))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *1 (-893 *3)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-695)) (-4 *1 (-680 *3 *4)) (-4 *3 (-962)) (-4 *4 (-757))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-780 *3)) (-5 *2 (-485))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *1 (-894 *3)) (-4 *3 (-962))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-583 *1)) (-5 *3 (-583 *7)) (-4 *1 (-983 *4 *5 *6 *7))
- (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *1)) (-5 *3 (-584 *7)) (-4 *1 (-984 *4 *5 *6 *7))
+ (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))
- (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))
+ (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *2 (-977 *3 *4 *5))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1158 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716)))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *2 (-978 *3 *4 *5))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717)))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-350 *5)) (-4 *4 (-1134)) (-4 *5 (-1155 *4))
- (-5 *1 (-121 *4 *5 *2)) (-4 *2 (-1155 *3))))
+ (-12 (-5 *3 (-350 *5)) (-4 *4 (-1135)) (-4 *5 (-1156 *4))
+ (-5 *1 (-121 *4 *5 *2)) (-4 *2 (-1156 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1092 (-350 (-484)))) (-5 *2 (-350 (-484))) (-5 *1 (-164))))
+ (-12 (-5 *3 (-1093 (-350 (-485)))) (-5 *2 (-350 (-485))) (-5 *1 (-164))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-249 *3))) (-4 *3 (-260 *3)) (-4 *3 (-1013))
- (-4 *3 (-1129)) (-5 *1 (-249 *3))))
+ (-12 (-5 *2 (-584 (-249 *3))) (-4 *3 (-260 *3)) (-4 *3 (-1014))
+ (-4 *3 (-1130)) (-5 *1 (-249 *3))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-260 *2)) (-4 *2 (-1013)) (-4 *2 (-1129)) (-5 *1 (-249 *2))))
+ (-12 (-4 *2 (-260 *2)) (-4 *2 (-1014)) (-4 *2 (-1130)) (-5 *1 (-249 *2))))
((*1 *1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-1 *1 *1)) (-4 *1 (-254))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-86)) (-5 *3 (-1 *1 (-583 *1))) (-4 *1 (-254))))
+ (-12 (-5 *2 (-86)) (-5 *3 (-1 *1 (-584 *1))) (-4 *1 (-254))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-86))) (-5 *3 (-583 (-1 *1 (-583 *1)))) (-4 *1 (-254))))
+ (-12 (-5 *2 (-584 (-86))) (-5 *3 (-584 (-1 *1 (-584 *1)))) (-4 *1 (-254))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-86))) (-5 *3 (-583 (-1 *1 *1))) (-4 *1 (-254))))
- ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-1 *1 *1)) (-4 *1 (-254))))
+ (-12 (-5 *2 (-584 (-86))) (-5 *3 (-584 (-1 *1 *1))) (-4 *1 (-254))))
+ ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-1 *1 *1)) (-4 *1 (-254))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1090)) (-5 *3 (-1 *1 (-583 *1))) (-4 *1 (-254))))
+ (-12 (-5 *2 (-1091)) (-5 *3 (-1 *1 (-584 *1))) (-4 *1 (-254))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-583 (-1 *1 (-583 *1)))) (-4 *1 (-254))))
+ (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-584 (-1 *1 (-584 *1)))) (-4 *1 (-254))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-583 (-1 *1 *1))) (-4 *1 (-254))))
+ (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-584 (-1 *1 *1))) (-4 *1 (-254))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-249 *3))) (-4 *1 (-260 *3)) (-4 *3 (-1013))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-249 *3)) (-4 *1 (-260 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-584 (-249 *3))) (-4 *1 (-260 *3)) (-4 *3 (-1014))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-249 *3)) (-4 *1 (-260 *3)) (-4 *3 (-1014))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-484))) (-5 *4 (-1092 (-350 (-484)))) (-5 *1 (-261 *2))
- (-4 *2 (-38 (-350 (-484))))))
+ (-12 (-5 *3 (-1 *2 (-485))) (-5 *4 (-1093 (-350 (-485)))) (-5 *1 (-261 *2))
+ (-4 *2 (-38 (-350 (-485))))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 *4)) (-5 *3 (-583 *1)) (-4 *1 (-326 *4 *5)) (-4 *4 (-756))
+ (-12 (-5 *2 (-584 *4)) (-5 *3 (-584 *1)) (-4 *1 (-326 *4 *5)) (-4 *4 (-757))
(-4 *5 (-146))))
- ((*1 *1 *1 *2 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-756)) (-4 *3 (-146))))
+ ((*1 *1 *1 *2 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-757)) (-4 *3 (-146))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1090)) (-5 *3 (-694)) (-5 *4 (-1 *1 *1)) (-4 *1 (-364 *5))
- (-4 *5 (-1013)) (-4 *5 (-961))))
+ (-12 (-5 *2 (-1091)) (-5 *3 (-695)) (-5 *4 (-1 *1 *1)) (-4 *1 (-364 *5))
+ (-4 *5 (-1014)) (-4 *5 (-962))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1090)) (-5 *3 (-694)) (-5 *4 (-1 *1 (-583 *1)))
- (-4 *1 (-364 *5)) (-4 *5 (-1013)) (-4 *5 (-961))))
+ (-12 (-5 *2 (-1091)) (-5 *3 (-695)) (-5 *4 (-1 *1 (-584 *1)))
+ (-4 *1 (-364 *5)) (-4 *5 (-1014)) (-4 *5 (-962))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-583 (-694)))
- (-5 *4 (-583 (-1 *1 (-583 *1)))) (-4 *1 (-364 *5)) (-4 *5 (-1013))
- (-4 *5 (-961))))
+ (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-584 (-695)))
+ (-5 *4 (-584 (-1 *1 (-584 *1)))) (-4 *1 (-364 *5)) (-4 *5 (-1014))
+ (-4 *5 (-962))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-583 (-694))) (-5 *4 (-583 (-1 *1 *1)))
- (-4 *1 (-364 *5)) (-4 *5 (-1013)) (-4 *5 (-961))))
+ (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-584 (-695))) (-5 *4 (-584 (-1 *1 *1)))
+ (-4 *1 (-364 *5)) (-4 *5 (-1014)) (-4 *5 (-962))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-583 (-86))) (-5 *3 (-583 *1)) (-5 *4 (-1090)) (-4 *1 (-364 *5))
- (-4 *5 (-1013)) (-4 *5 (-553 (-473)))))
+ (-12 (-5 *2 (-584 (-86))) (-5 *3 (-584 *1)) (-5 *4 (-1091)) (-4 *1 (-364 *5))
+ (-4 *5 (-1014)) (-4 *5 (-554 (-474)))))
((*1 *1 *1 *2 *1 *3)
- (-12 (-5 *2 (-86)) (-5 *3 (-1090)) (-4 *1 (-364 *4)) (-4 *4 (-1013))
- (-4 *4 (-553 (-473)))))
- ((*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1013)) (-4 *2 (-553 (-473)))))
+ (-12 (-5 *2 (-86)) (-5 *3 (-1091)) (-4 *1 (-364 *4)) (-4 *4 (-1014))
+ (-4 *4 (-554 (-474)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1014)) (-4 *2 (-554 (-474)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-1090))) (-4 *1 (-364 *3)) (-4 *3 (-1013))
- (-4 *3 (-553 (-473)))))
+ (-12 (-5 *2 (-584 (-1091))) (-4 *1 (-364 *3)) (-4 *3 (-1014))
+ (-4 *3 (-554 (-474)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1090)) (-4 *1 (-364 *3)) (-4 *3 (-1013))
- (-4 *3 (-553 (-473)))))
- ((*1 *1 *1 *2 *3) (-12 (-4 *1 (-455 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1129))))
+ (-12 (-5 *2 (-1091)) (-4 *1 (-364 *3)) (-4 *3 (-1014))
+ (-4 *3 (-554 (-474)))))
+ ((*1 *1 *1 *2 *3) (-12 (-4 *1 (-456 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1130))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 *4)) (-5 *3 (-583 *5)) (-4 *1 (-455 *4 *5)) (-4 *4 (-1013))
- (-4 *5 (-1129))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-743 *3)) (-4 *3 (-312)) (-5 *1 (-655 *3))))
- ((*1 *2 *1 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312))))
+ (-12 (-5 *2 (-584 *4)) (-5 *3 (-584 *5)) (-4 *1 (-456 *4 *5)) (-4 *4 (-1014))
+ (-4 *5 (-1130))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-744 *3)) (-4 *3 (-312)) (-5 *1 (-656 *3))))
+ ((*1 *2 *1 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312))))
((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-350 (-857 *4))) (-5 *3 (-1090)) (-4 *4 (-495))
- (-5 *1 (-952 *4))))
+ (-12 (-5 *2 (-350 (-858 *4))) (-5 *3 (-1091)) (-4 *4 (-496))
+ (-5 *1 (-953 *4))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-583 (-1090))) (-5 *4 (-583 (-350 (-857 *5))))
- (-5 *2 (-350 (-857 *5))) (-4 *5 (-495)) (-5 *1 (-952 *5))))
+ (-12 (-5 *3 (-584 (-1091))) (-5 *4 (-584 (-350 (-858 *5))))
+ (-5 *2 (-350 (-858 *5))) (-4 *5 (-496)) (-5 *1 (-953 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-249 (-350 (-857 *4)))) (-5 *2 (-350 (-857 *4))) (-4 *4 (-495))
- (-5 *1 (-952 *4))))
+ (-12 (-5 *3 (-249 (-350 (-858 *4)))) (-5 *2 (-350 (-858 *4))) (-4 *4 (-496))
+ (-5 *1 (-953 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 (-249 (-350 (-857 *4))))) (-5 *2 (-350 (-857 *4)))
- (-4 *4 (-495)) (-5 *1 (-952 *4))))
- ((*1 *2 *2 *3) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3))))
+ (-12 (-5 *3 (-584 (-249 (-350 (-858 *4))))) (-5 *2 (-350 (-858 *4)))
+ (-4 *4 (-496)) (-5 *1 (-953 *4))))
+ ((*1 *2 *2 *3) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1158 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716))
- (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1069 *3)))))
+ (-12 (-4 *1 (-1159 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717))
+ (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1070 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-1155 *4)) (-4 *4 (-961)) (-5 *2 (-1179 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1155 *3)) (-4 *3 (-961)) (-5 *2 (-1085 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1085 *3)) (-4 *3 (-961)) (-4 *1 (-1155 *3)))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-1156 *4)) (-4 *4 (-962)) (-5 *2 (-1180 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1156 *3)) (-4 *3 (-962)) (-5 *2 (-1086 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1086 *3)) (-4 *3 (-962)) (-4 *1 (-1156 *3)))))
(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-694)) (-4 *1 (-1155 *3)) (-4 *3 (-961)))))
+ (|partial| -12 (-5 *2 (-695)) (-4 *1 (-1156 *3)) (-4 *3 (-962)))))
(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756))
- (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-861 *4 *5 *3))))
+ (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757))
+ (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-862 *4 *5 *3))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1)))
- (-4 *1 (-1155 *3)))))
+ (-12 (-4 *3 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1)))
+ (-4 *1 (-1156 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-4 *4 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1)))
- (-4 *1 (-1155 *4)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1155 *3)) (-4 *3 (-961)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1155 *3)) (-4 *3 (-961)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)))))
-(((*1 *2 *1) (-12 (-4 *1 (-186 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-189)) (-5 *2 (-694))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1)))
+ (-4 *1 (-1156 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1156 *3)) (-4 *3 (-962)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1156 *3)) (-4 *3 (-962)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)))))
+(((*1 *2 *1) (-12 (-4 *1 (-186 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-189)) (-5 *2 (-695))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-694)) (-4 *1 (-225 *4)) (-4 *4 (-1129))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-225 *3)) (-4 *3 (-1129))))
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-695)) (-4 *1 (-225 *4)) (-4 *4 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-225 *3)) (-4 *3 (-1130))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134))
- (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4)))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135))
+ (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4)))))
((*1 *2 *1 *3)
- (-12 (-4 *2 (-312)) (-4 *2 (-809 *3)) (-5 *1 (-519 *2)) (-5 *3 (-1090))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-519 *2)) (-4 *2 (-312))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-772))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-806 *2 *3)) (-4 *3 (-1129)) (-4 *2 (-1129))))
+ (-12 (-4 *2 (-312)) (-4 *2 (-810 *3)) (-5 *1 (-520 *2)) (-5 *3 (-1091))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-520 *2)) (-4 *2 (-312))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-773))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-807 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1130))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 *4)) (-5 *3 (-583 (-694))) (-4 *1 (-811 *4))
- (-4 *4 (-1013))))
- ((*1 *1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-811 *2)) (-4 *2 (-1013))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *1 (-811 *3)) (-4 *3 (-1013))))
- ((*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1155 *3)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-584 *4)) (-5 *3 (-584 (-695))) (-4 *1 (-812 *4))
+ (-4 *4 (-1014))))
+ ((*1 *1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-812 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *1 (-812 *3)) (-4 *3 (-1014))))
+ ((*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1156 *3)) (-4 *3 (-962)))))
(((*1 *2) (-12 (-4 *2 (-146)) (-5 *1 (-138 *3 *2)) (-4 *3 (-139 *2))))
((*1 *2 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-322 *2 *4)) (-4 *4 (-1155 *2))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-322 *2 *4)) (-4 *4 (-1156 *2))
(-4 *2 (-146))))
((*1 *2)
- (-12 (-4 *4 (-1155 *2)) (-4 *2 (-146)) (-5 *1 (-352 *3 *2 *4))
+ (-12 (-4 *4 (-1156 *2)) (-4 *2 (-146)) (-5 *1 (-352 *3 *2 *4))
(-4 *3 (-353 *2 *4))))
- ((*1 *2) (-12 (-4 *1 (-353 *2 *3)) (-4 *3 (-1155 *2)) (-4 *2 (-146))))
+ ((*1 *2) (-12 (-4 *1 (-353 *2 *3)) (-4 *3 (-1156 *2)) (-4 *2 (-146))))
((*1 *2)
- (-12 (-4 *3 (-1155 *2)) (-5 *2 (-484)) (-5 *1 (-692 *3 *4))
+ (-12 (-4 *3 (-1156 *2)) (-5 *2 (-485)) (-5 *1 (-693 *3 *4))
(-4 *4 (-353 *2 *3))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-861 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))
+ (-12 (-4 *1 (-862 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))
(-4 *3 (-146))))
- ((*1 *2 *3) (-12 (-4 *2 (-495)) (-5 *1 (-882 *2 *3)) (-4 *3 (-1155 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-146)))))
+ ((*1 *2 *3) (-12 (-4 *2 (-496)) (-5 *1 (-883 *2 *3)) (-4 *3 (-1156 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-146)))))
(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-861 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))
+ (-12 (-4 *1 (-862 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))
(-4 *3 (-146))))
- ((*1 *2 *3 *3) (-12 (-4 *2 (-495)) (-5 *1 (-882 *2 *3)) (-4 *3 (-1155 *2))))
+ ((*1 *2 *3 *3) (-12 (-4 *2 (-496)) (-5 *1 (-883 *2 *3)) (-4 *3 (-1156 *2))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *2 (-495))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-146)))))
-(((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-882 *3 *2)) (-4 *2 (-1155 *3))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *2 (-496))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-146)))))
+(((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-883 *3 *2)) (-4 *2 (-1156 *3))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *2 (-495))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-495)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-1048 *3)) (-4 *3 (-961))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *2 (-496))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-496)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-1049 *3)) (-4 *3 (-962))))
((*1 *2 *2 *1)
- (|partial| -12 (-5 *2 (-350 *1)) (-4 *1 (-1155 *3)) (-4 *3 (-961))
- (-4 *3 (-495))))
+ (|partial| -12 (-5 *2 (-350 *1)) (-4 *1 (-1156 *3)) (-4 *3 (-962))
+ (-4 *3 (-496))))
((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-495)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-961)) (-4 *2 (-495)))))
+ (|partial| -12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-496)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1156 *2)) (-4 *2 (-962)) (-4 *2 (-496)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| -3955 *4) (|:| -1972 *3) (|:| -2903 *3)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| -3956 *4) (|:| -1973 *3) (|:| -2904 *3)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-977 *3 *4 *5))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-978 *3 *4 *5))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-495)) (-4 *3 (-961))
- (-5 *2 (-2 (|:| -3955 *3) (|:| -1972 *1) (|:| -2903 *1)))
- (-4 *1 (-1155 *3)))))
+ (-12 (-4 *3 (-496)) (-4 *3 (-962))
+ (-5 *2 (-2 (|:| -3956 *3) (|:| -1973 *1) (|:| -2904 *1)))
+ (-4 *1 (-1156 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-312)) (-4 *4 (-495)) (-4 *5 (-1155 *4))
- (-5 *2 (-2 (|:| -1765 (-562 *4 *5)) (|:| -1764 (-350 *5))))
- (-5 *1 (-562 *4 *5)) (-5 *3 (-350 *5))))
+ (-12 (-4 *4 (-312)) (-4 *4 (-496)) (-4 *5 (-1156 *4))
+ (-5 *2 (-2 (|:| -1766 (-563 *4 *5)) (|:| -1765 (-350 *5))))
+ (-5 *1 (-563 *4 *5)) (-5 *3 (-350 *5))))
((*1 *2 *1)
- (-12 (-5 *2 (-583 (-1079 *3 *4))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830))
- (-4 *4 (-961))))
+ (-12 (-5 *2 (-584 (-1080 *3 *4))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831))
+ (-4 *4 (-962))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-392)) (-4 *3 (-961))
- (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1155 *3)))))
+ (-12 (-4 *3 (-392)) (-4 *3 (-962))
+ (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1156 *3)))))
(((*1 *2 *2 *2 *3 *3)
- (-12 (-5 *3 (-694)) (-4 *4 (-961)) (-5 *1 (-1153 *4 *2)) (-4 *2 (-1155 *4)))))
-(((*1 *2 *2 *2) (-12 (-4 *3 (-961)) (-5 *1 (-1153 *3 *2)) (-4 *2 (-1155 *3)))))
-(((*1 *2 *2 *2) (-12 (-4 *3 (-961)) (-5 *1 (-1153 *3 *2)) (-4 *2 (-1155 *3)))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-962)) (-5 *1 (-1154 *4 *2)) (-4 *2 (-1156 *4)))))
+(((*1 *2 *2 *2) (-12 (-4 *3 (-962)) (-5 *1 (-1154 *3 *2)) (-4 *2 (-1156 *3)))))
+(((*1 *2 *2 *2) (-12 (-4 *3 (-962)) (-5 *1 (-1154 *3 *2)) (-4 *2 (-1156 *3)))))
(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-495)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3)))
- (-5 *1 (-1152 *4 *3)) (-4 *3 (-1155 *4)))))
+ (|partial| -12 (-4 *4 (-496)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3)))
+ (-5 *1 (-1153 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-495) (-120))) (-5 *2 (-583 *3)) (-5 *1 (-1151 *4 *3))
- (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-13 (-496) (-120))) (-5 *2 (-584 *3)) (-5 *1 (-1152 *4 *3))
+ (-4 *3 (-1156 *4)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-495) (-120)))
- (-5 *2 (-2 (|:| -3139 *3) (|:| -3138 *3))) (-5 *1 (-1151 *4 *3))
- (-4 *3 (-1155 *4)))))
+ (|partial| -12 (-4 *4 (-13 (-496) (-120)))
+ (-5 *2 (-2 (|:| -3140 *3) (|:| -3139 *3))) (-5 *1 (-1152 *4 *3))
+ (-4 *3 (-1156 *4)))))
(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-13 (-495) (-120))) (-5 *1 (-1151 *3 *2))
- (-4 *2 (-1155 *3)))))
+ (|partial| -12 (-4 *3 (-13 (-496) (-120))) (-5 *1 (-1152 *3 *2))
+ (-4 *2 (-1156 *3)))))
(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-694)) (-4 *4 (-13 (-495) (-120)))
- (-5 *1 (-1151 *4 *2)) (-4 *2 (-1155 *4)))))
+ (|partial| -12 (-5 *3 (-695)) (-4 *4 (-13 (-496) (-120)))
+ (-5 *1 (-1152 *4 *2)) (-4 *2 (-1156 *4)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-694)) (-4 *4 (-13 (-495) (-120)))
- (-5 *1 (-1151 *4 *2)) (-4 *2 (-1155 *4)))))
+ (|partial| -12 (-5 *3 (-695)) (-4 *4 (-13 (-496) (-120)))
+ (-5 *1 (-1152 *4 *2)) (-4 *2 (-1156 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-904 *4))
+ (-12 (-4 *4 (-496)) (-4 *5 (-905 *4))
(-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-115 *4 *5 *3))
(-4 *3 (-324 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-904 *4))
- (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-442 *4 *5 *6 *3))
+ (-12 (-4 *4 (-496)) (-4 *5 (-905 *4))
+ (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-443 *4 *5 *6 *3))
(-4 *6 (-324 *4)) (-4 *3 (-324 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-630 *5)) (-4 *5 (-904 *4)) (-4 *4 (-495))
- (-5 *2 (-2 (|:| |num| (-630 *4)) (|:| |den| *4))) (-5 *1 (-633 *4 *5))))
+ (-12 (-5 *3 (-631 *5)) (-4 *5 (-905 *4)) (-4 *4 (-496))
+ (-5 *2 (-2 (|:| |num| (-631 *4)) (|:| |den| *4))) (-5 *1 (-634 *4 *5))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *6 (-1155 *5))
- (-5 *2 (-2 (|:| -3267 *7) (|:| |rh| (-583 (-350 *6)))))
- (-5 *1 (-728 *5 *6 *7 *3)) (-5 *4 (-583 (-350 *6))) (-4 *7 (-600 *6))
- (-4 *3 (-600 (-350 *6)))))
+ (-12 (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *6 (-1156 *5))
+ (-5 *2 (-2 (|:| -3268 *7) (|:| |rh| (-584 (-350 *6)))))
+ (-5 *1 (-729 *5 *6 *7 *3)) (-5 *4 (-584 (-350 *6))) (-4 *7 (-601 *6))
+ (-4 *3 (-601 (-350 *6)))))
((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-904 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1150 *4 *5 *3))
- (-4 *3 (-1155 *5)))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-905 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1151 *4 *5 *3))
+ (-4 *3 (-1156 *5)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-4 *4 (-904 *3)) (-5 *1 (-115 *3 *4 *2))
+ (-12 (-4 *3 (-496)) (-4 *4 (-905 *3)) (-5 *1 (-115 *3 *4 *2))
(-4 *2 (-324 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-904 *4)) (-4 *2 (-324 *4))
- (-5 *1 (-442 *4 *5 *2 *3)) (-4 *3 (-324 *5))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-905 *4)) (-4 *2 (-324 *4))
+ (-5 *1 (-443 *4 *5 *2 *3)) (-4 *3 (-324 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-630 *5)) (-4 *5 (-904 *4)) (-4 *4 (-495)) (-5 *2 (-630 *4))
- (-5 *1 (-633 *4 *5))))
+ (-12 (-5 *3 (-631 *5)) (-4 *5 (-905 *4)) (-4 *4 (-496)) (-5 *2 (-631 *4))
+ (-5 *1 (-634 *4 *5))))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-4 *4 (-904 *3)) (-5 *1 (-1150 *3 *4 *2))
- (-4 *2 (-1155 *4)))))
+ (-12 (-4 *3 (-496)) (-4 *4 (-905 *3)) (-5 *1 (-1151 *3 *4 *2))
+ (-4 *2 (-1156 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-904 *2)) (-4 *2 (-495)) (-5 *1 (-115 *2 *4 *3))
+ (-12 (-4 *4 (-905 *2)) (-4 *2 (-496)) (-5 *1 (-115 *2 *4 *3))
(-4 *3 (-324 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-904 *2)) (-4 *2 (-495)) (-5 *1 (-442 *2 *4 *5 *3))
+ (-12 (-4 *4 (-905 *2)) (-4 *2 (-496)) (-5 *1 (-443 *2 *4 *5 *3))
(-4 *5 (-324 *2)) (-4 *3 (-324 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-630 *4)) (-4 *4 (-904 *2)) (-4 *2 (-495))
- (-5 *1 (-633 *2 *4))))
+ (-12 (-5 *3 (-631 *4)) (-4 *4 (-905 *2)) (-4 *2 (-496))
+ (-5 *1 (-634 *2 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-904 *2)) (-4 *2 (-495)) (-5 *1 (-1150 *2 *4 *3))
- (-4 *3 (-1155 *4)))))
-(((*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-694)) (-5 *1 (-704 *3)) (-4 *3 (-961))))
+ (-12 (-4 *4 (-905 *2)) (-4 *2 (-496)) (-5 *1 (-1151 *2 *4 *3))
+ (-4 *3 (-1156 *4)))))
+(((*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-695)) (-5 *1 (-705 *3)) (-4 *3 (-962))))
((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *1 (-867 *3 *2)) (-4 *2 (-104)) (-4 *3 (-495)) (-4 *3 (-961))
- (-4 *2 (-716))))
- ((*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-694)) (-5 *1 (-1085 *3)) (-4 *3 (-961))))
+ (-12 (-5 *1 (-868 *3 *2)) (-4 *2 (-104)) (-4 *3 (-496)) (-4 *3 (-962))
+ (-4 *2 (-717))))
+ ((*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-695)) (-5 *1 (-1086 *3)) (-4 *3 (-962))))
((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-884)) (-4 *2 (-104)) (-5 *1 (-1092 *3)) (-4 *3 (-495))
- (-4 *3 (-961))))
+ (-12 (-5 *2 (-885)) (-4 *2 (-104)) (-5 *1 (-1093 *3)) (-4 *3 (-496))
+ (-4 *3 (-962))))
((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-694)) (-5 *1 (-1148 *4 *3)) (-14 *4 (-1090)) (-4 *3 (-961)))))
-(((*1 *1 *1) (-5 *1 (-772))) ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2) (-12 (-5 *1 (-1146 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *2 (-1006 *3)) (-5 *1 (-971 *2 *3)) (-4 *3 (-1129))))
- ((*1 *2 *1) (-12 (-5 *2 (-1001 *3)) (-5 *1 (-1004 *3)) (-4 *3 (-1129))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2) (-12 (-5 *1 (-1146 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1146 *3)) (-4 *3 (-1129)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-1149 *4 *3)) (-14 *4 (-1091)) (-4 *3 (-962)))))
+(((*1 *1 *1) (-5 *1 (-773))) ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1147 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *2 (-1007 *3)) (-5 *1 (-972 *2 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1002 *3)) (-5 *1 (-1005 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1147 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1147 *3)) (-4 *3 (-1130)))))
(((*1 *2 *3 *4)
(-12 (-5 *4 (-85))
(-5 *2
- (-2 (|:| |contp| (-484))
- (|:| -1782 (-583 (-2 (|:| |irr| *3) (|:| -2395 (-484)))))))
- (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484)))))
+ (-2 (|:| |contp| (-485))
+ (|:| -1783 (-584 (-2 (|:| |irr| *3) (|:| -2396 (-485)))))))
+ (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-85))
(-5 *2
- (-2 (|:| |contp| (-484))
- (|:| -1782 (-583 (-2 (|:| |irr| *3) (|:| -2395 (-484)))))))
- (-5 *1 (-1145 *3)) (-4 *3 (-1155 (-484))))))
+ (-2 (|:| |contp| (-485))
+ (|:| -1783 (-584 (-2 (|:| |irr| *3) (|:| -2396 (-485)))))))
+ (-5 *1 (-1146 *3)) (-4 *3 (-1156 (-485))))))
(((*1 *2 *3)
(-12 (-4 *4 (-299)) (-5 *2 (-348 *3)) (-5 *1 (-170 *4 *3))
- (-4 *3 (-1155 *4))))
- ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484)))))
+ (-4 *3 (-1156 *4))))
+ ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
- (-4 *3 (-1155 (-484)))))
+ (-12 (-5 *4 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
+ (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-694))) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
- (-4 *3 (-1155 (-484)))))
+ (-12 (-5 *4 (-584 (-695))) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
+ (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-583 (-694))) (-5 *5 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
- (-4 *3 (-1155 (-484)))))
+ (-12 (-5 *4 (-584 (-695))) (-5 *5 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
+ (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
- (-4 *3 (-1155 (-484)))))
+ (-12 (-5 *4 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
+ (-4 *3 (-1156 (-485)))))
((*1 *2 *3)
- (-12 (-5 *2 (-348 *3)) (-5 *1 (-920 *3)) (-4 *3 (-1155 (-350 (-484))))))
- ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-1145 *3)) (-4 *3 (-1155 (-484))))))
+ (-12 (-5 *2 (-348 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1156 (-350 (-485))))))
+ ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-1146 *3)) (-4 *3 (-1156 (-485))))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-48))) (-5 *2 (-348 *3)) (-5 *1 (-39 *3))
- (-4 *3 (-1155 (-48)))))
- ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1155 (-48)))))
+ (-12 (-5 *4 (-584 (-48))) (-5 *2 (-348 *3)) (-5 *1 (-39 *3))
+ (-4 *3 (-1156 (-48)))))
+ ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1156 (-48)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-48))) (-4 *5 (-756)) (-4 *6 (-717)) (-5 *2 (-348 *3))
- (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-861 (-48) *6 *5))))
+ (-12 (-5 *4 (-584 (-48))) (-4 *5 (-757)) (-4 *6 (-718)) (-5 *2 (-348 *3))
+ (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-862 (-48) *6 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-48))) (-4 *5 (-756)) (-4 *6 (-717))
- (-4 *7 (-861 (-48) *6 *5)) (-5 *2 (-348 (-1085 *7))) (-5 *1 (-42 *5 *6 *7))
- (-5 *3 (-1085 *7))))
+ (-12 (-5 *4 (-584 (-48))) (-4 *5 (-757)) (-4 *6 (-718))
+ (-4 *7 (-862 (-48) *6 *5)) (-5 *2 (-348 (-1086 *7))) (-5 *1 (-42 *5 *6 *7))
+ (-5 *3 (-1086 *7))))
((*1 *2 *3)
(-12 (-4 *4 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-140 *4 *3))
- (-4 *3 (-1155 (-142 *4)))))
+ (-4 *3 (-1156 (-142 *4)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-85)) (-4 *4 (-13 (-312) (-755))) (-5 *2 (-348 *3))
- (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4)))))
+ (-12 (-5 *5 (-85)) (-4 *4 (-13 (-312) (-756))) (-5 *2 (-348 *3))
+ (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4)))))
((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3))
- (-4 *3 (-1155 (-142 *4)))))
+ (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3))
+ (-4 *3 (-1156 (-142 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3))
- (-4 *3 (-1155 (-142 *4)))))
+ (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3))
+ (-4 *3 (-1156 (-142 *4)))))
((*1 *2 *3)
(-12 (-4 *4 (-299)) (-5 *2 (-348 *3)) (-5 *1 (-170 *4 *3))
- (-4 *3 (-1155 *4))))
- ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484)))))
+ (-4 *3 (-1156 *4))))
+ ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
- (-4 *3 (-1155 (-484)))))
+ (-12 (-5 *4 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
+ (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-694))) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
- (-4 *3 (-1155 (-484)))))
+ (-12 (-5 *4 (-584 (-695))) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
+ (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-583 (-694))) (-5 *5 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
- (-4 *3 (-1155 (-484)))))
+ (-12 (-5 *4 (-584 (-695))) (-5 *5 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
+ (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-694)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
- (-4 *3 (-1155 (-484)))))
+ (-12 (-5 *4 (-695)) (-5 *2 (-348 *3)) (-5 *1 (-382 *3))
+ (-4 *3 (-1156 (-485)))))
((*1 *2 *3)
- (-12 (-5 *2 (-348 (-142 (-484)))) (-5 *1 (-386)) (-5 *3 (-142 (-484)))))
+ (-12 (-5 *2 (-348 (-142 (-485)))) (-5 *1 (-386)) (-5 *3 (-142 (-485)))))
((*1 *2 *3)
(-12
(-4 *4
- (-13 (-756)
- (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ "failed") (-1090))))))
- (-4 *5 (-717)) (-4 *7 (-495)) (-5 *2 (-348 *3))
- (-5 *1 (-396 *4 *5 *6 *7 *3)) (-4 *6 (-495)) (-4 *3 (-861 *7 *5 *4))))
+ (-13 (-757)
+ (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ "failed") (-1091))))))
+ (-4 *5 (-718)) (-4 *7 (-496)) (-5 *2 (-348 *3))
+ (-5 *1 (-396 *4 *5 *6 *7 *3)) (-4 *6 (-496)) (-4 *3 (-862 *7 *5 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-258)) (-5 *2 (-348 (-1085 *4))) (-5 *1 (-398 *4))
- (-5 *3 (-1085 *4))))
+ (-12 (-4 *4 (-258)) (-5 *2 (-348 (-1086 *4))) (-5 *1 (-398 *4))
+ (-5 *3 (-1086 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312))
- (-4 *7 (-13 (-312) (-120) (-661 *5 *6))) (-5 *2 (-348 *3))
- (-5 *1 (-434 *5 *6 *7 *3)) (-4 *3 (-1155 *7))))
+ (-12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312))
+ (-4 *7 (-13 (-312) (-120) (-662 *5 *6))) (-5 *2 (-348 *3))
+ (-5 *1 (-434 *5 *6 *7 *3)) (-4 *3 (-1156 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-348 (-1085 *7)) (-1085 *7))) (-4 *7 (-13 (-258) (-120)))
- (-4 *5 (-756)) (-4 *6 (-717)) (-5 *2 (-348 *3)) (-5 *1 (-478 *5 *6 *7 *3))
- (-4 *3 (-861 *7 *6 *5))))
+ (-12 (-5 *4 (-1 (-348 (-1086 *7)) (-1086 *7))) (-4 *7 (-13 (-258) (-120)))
+ (-4 *5 (-757)) (-4 *6 (-718)) (-5 *2 (-348 *3)) (-5 *1 (-479 *5 *6 *7 *3))
+ (-4 *3 (-862 *7 *6 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-348 (-1085 *7)) (-1085 *7))) (-4 *7 (-13 (-258) (-120)))
- (-4 *5 (-756)) (-4 *6 (-717)) (-4 *8 (-861 *7 *6 *5))
- (-5 *2 (-348 (-1085 *8))) (-5 *1 (-478 *5 *6 *7 *8)) (-5 *3 (-1085 *8))))
- ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-497 *3)) (-4 *3 (-483))))
+ (-12 (-5 *4 (-1 (-348 (-1086 *7)) (-1086 *7))) (-4 *7 (-13 (-258) (-120)))
+ (-4 *5 (-757)) (-4 *6 (-718)) (-4 *8 (-862 *7 *6 *5))
+ (-5 *2 (-348 (-1086 *8))) (-5 *1 (-479 *5 *6 *7 *8)) (-5 *3 (-1086 *8))))
+ ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-498 *3)) (-4 *3 (-484))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-583 *5) *6))
- (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-4 *6 (-1155 *5)) (-5 *2 (-583 (-597 (-350 *6)))) (-5 *1 (-601 *5 *6))
- (-5 *3 (-597 (-350 *6)))))
+ (-12 (-5 *4 (-1 (-584 *5) *6))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-4 *6 (-1156 *5)) (-5 *2 (-584 (-598 (-350 *6)))) (-5 *1 (-602 *5 *6))
+ (-5 *3 (-598 (-350 *6)))))
((*1 *2 *3)
(-12 (-4 *4 (-27))
- (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-4 *5 (-1155 *4)) (-5 *2 (-583 (-597 (-350 *5)))) (-5 *1 (-601 *4 *5))
- (-5 *3 (-597 (-350 *5)))))
+ (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-4 *5 (-1156 *4)) (-5 *2 (-584 (-598 (-350 *5)))) (-5 *1 (-602 *4 *5))
+ (-5 *3 (-598 (-350 *5)))))
((*1 *2 *3)
- (-12 (-5 *3 (-739 *4)) (-4 *4 (-756)) (-5 *2 (-583 (-614 *4)))
- (-5 *1 (-614 *4))))
+ (-12 (-5 *3 (-740 *4)) (-4 *4 (-757)) (-5 *2 (-584 (-615 *4)))
+ (-5 *1 (-615 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-484)) (-5 *2 (-583 *3)) (-5 *1 (-635 *3)) (-4 *3 (-1155 *4))))
+ (-12 (-5 *4 (-485)) (-5 *2 (-584 *3)) (-5 *1 (-636 *3)) (-4 *3 (-1156 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-756)) (-4 *5 (-717)) (-4 *6 (-299)) (-5 *2 (-348 *3))
- (-5 *1 (-637 *4 *5 *6 *3)) (-4 *3 (-861 *6 *5 *4))))
+ (-12 (-4 *4 (-757)) (-4 *5 (-718)) (-4 *6 (-299)) (-5 *2 (-348 *3))
+ (-5 *1 (-638 *4 *5 *6 *3)) (-4 *3 (-862 *6 *5 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-756)) (-4 *5 (-717)) (-4 *6 (-299)) (-4 *7 (-861 *6 *5 *4))
- (-5 *2 (-348 (-1085 *7))) (-5 *1 (-637 *4 *5 *6 *7)) (-5 *3 (-1085 *7))))
+ (-12 (-4 *4 (-757)) (-4 *5 (-718)) (-4 *6 (-299)) (-4 *7 (-862 *6 *5 *4))
+ (-5 *2 (-348 (-1086 *7))) (-5 *1 (-638 *4 *5 *6 *7)) (-5 *3 (-1086 *7))))
((*1 *2 *3)
- (-12 (-4 *4 (-717))
+ (-12 (-4 *4 (-718))
(-4 *5
- (-13 (-756)
- (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ "failed") (-1090))))))
- (-4 *6 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-669 *4 *5 *6 *3))
- (-4 *3 (-861 (-857 *6) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *5 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)))))
- (-4 *6 (-495)) (-5 *2 (-348 *3)) (-5 *1 (-671 *4 *5 *6 *3))
- (-4 *3 (-861 (-350 (-857 *6)) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-13 (-258) (-120)))
- (-5 *2 (-348 *3)) (-5 *1 (-672 *4 *5 *6 *3))
- (-4 *3 (-861 (-350 *6) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-756)) (-4 *5 (-717)) (-4 *6 (-13 (-258) (-120)))
- (-5 *2 (-348 *3)) (-5 *1 (-680 *4 *5 *6 *3)) (-4 *3 (-861 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-756)) (-4 *5 (-717)) (-4 *6 (-13 (-258) (-120)))
- (-4 *7 (-861 *6 *5 *4)) (-5 *2 (-348 (-1085 *7))) (-5 *1 (-680 *4 *5 *6 *7))
- (-5 *3 (-1085 *7))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-348 *3)) (-5 *1 (-920 *3)) (-4 *3 (-1155 (-350 (-484))))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-348 *3)) (-5 *1 (-954 *3))
- (-4 *3 (-1155 (-350 (-857 (-484)))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1155 (-350 (-484))))
- (-4 *5 (-13 (-312) (-120) (-661 (-350 (-484)) *4))) (-5 *2 (-348 *3))
- (-5 *1 (-992 *4 *5 *3)) (-4 *3 (-1155 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1155 (-350 (-857 (-484)))))
- (-4 *5 (-13 (-312) (-120) (-661 (-350 (-857 (-484))) *4))) (-5 *2 (-348 *3))
- (-5 *1 (-993 *4 *5 *3)) (-4 *3 (-1155 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-392)) (-4 *7 (-861 *6 *4 *5))
- (-5 *2 (-348 (-1085 (-350 *7)))) (-5 *1 (-1087 *4 *5 *6 *7))
- (-5 *3 (-1085 (-350 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-348 *1)) (-4 *1 (-1134))))
- ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-1145 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1143 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1172 *3)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-90 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-90 *2)) (-14 *2 (-484))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-780 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-780 *2)) (-14 *2 (-484))))
+ (-13 (-757)
+ (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ "failed") (-1091))))))
+ (-4 *6 (-258)) (-5 *2 (-348 *3)) (-5 *1 (-670 *4 *5 *6 *3))
+ (-4 *3 (-862 (-858 *6) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-718)) (-4 *5 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)))))
+ (-4 *6 (-496)) (-5 *2 (-348 *3)) (-5 *1 (-672 *4 *5 *6 *3))
+ (-4 *3 (-862 (-350 (-858 *6)) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-13 (-258) (-120)))
+ (-5 *2 (-348 *3)) (-5 *1 (-673 *4 *5 *6 *3))
+ (-4 *3 (-862 (-350 *6) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-757)) (-4 *5 (-718)) (-4 *6 (-13 (-258) (-120)))
+ (-5 *2 (-348 *3)) (-5 *1 (-681 *4 *5 *6 *3)) (-4 *3 (-862 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-757)) (-4 *5 (-718)) (-4 *6 (-13 (-258) (-120)))
+ (-4 *7 (-862 *6 *5 *4)) (-5 *2 (-348 (-1086 *7))) (-5 *1 (-681 *4 *5 *6 *7))
+ (-5 *3 (-1086 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-348 *3)) (-5 *1 (-921 *3)) (-4 *3 (-1156 (-350 (-485))))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-348 *3)) (-5 *1 (-955 *3))
+ (-4 *3 (-1156 (-350 (-858 (-485)))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1156 (-350 (-485))))
+ (-4 *5 (-13 (-312) (-120) (-662 (-350 (-485)) *4))) (-5 *2 (-348 *3))
+ (-5 *1 (-993 *4 *5 *3)) (-4 *3 (-1156 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1156 (-350 (-858 (-485)))))
+ (-4 *5 (-13 (-312) (-120) (-662 (-350 (-858 (-485))) *4))) (-5 *2 (-348 *3))
+ (-5 *1 (-994 *4 *5 *3)) (-4 *3 (-1156 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-392)) (-4 *7 (-862 *6 *4 *5))
+ (-5 *2 (-348 (-1086 (-350 *7)))) (-5 *1 (-1088 *4 *5 *6 *7))
+ (-5 *3 (-1086 (-350 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-348 *1)) (-4 *1 (-1135))))
+ ((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-1146 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1144 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1173 *3)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-90 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-90 *2)) (-14 *2 (-485))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-781 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-781 *2)) (-14 *2 (-485))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-484)) (-14 *3 *2) (-5 *1 (-781 *3 *4)) (-4 *4 (-779 *3))))
- ((*1 *1 *1) (-12 (-14 *2 (-484)) (-5 *1 (-781 *2 *3)) (-4 *3 (-779 *2))))
+ (-12 (-5 *2 (-485)) (-14 *3 *2) (-5 *1 (-782 *3 *4)) (-4 *4 (-780 *3))))
+ ((*1 *1 *1) (-12 (-14 *2 (-485)) (-5 *1 (-782 *2 *3)) (-4 *3 (-780 *2))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-484)) (-4 *1 (-1143 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1172 *3))))
- ((*1 *1 *1) (-12 (-4 *1 (-1143 *2 *3)) (-4 *2 (-961)) (-4 *3 (-1172 *2)))))
+ (-12 (-5 *2 (-485)) (-4 *1 (-1144 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1173 *3))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1144 *2 *3)) (-4 *2 (-962)) (-4 *3 (-1173 *2)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1115) (-364 *4)))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-51)) (-5 *1 (-267 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-364 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
- (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4)))))
+ (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
+ (-5 *1 (-267 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-694)) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))))
+ (-12 (-5 *4 (-695)) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-51)) (-5 *1 (-267 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-267 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-249 *3)) (-5 *5 (-694)) (-4 *3 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-249 *3)) (-5 *5 (-695)) (-4 *3 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-267 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 (-484))) (-5 *4 (-249 *6))
- (-4 *6 (-13 (-27) (-1115) (-364 *5)))
- (-4 *5 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *3 (-1 *6 (-485))) (-5 *4 (-249 *6))
+ (-4 *6 (-13 (-27) (-1116) (-364 *5)))
+ (-4 *5 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-484))) (-5 *4 (-249 *7)) (-5 *5 (-1146 (-694)))
- (-4 *7 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *3 (-1 *7 (-485))) (-5 *4 (-249 *7)) (-5 *5 (-1147 (-695)))
+ (-4 *7 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1090)) (-5 *5 (-249 *3)) (-5 *6 (-1146 (-694)))
- (-4 *3 (-13 (-27) (-1115) (-364 *7)))
- (-4 *7 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *2 (-51))
+ (-12 (-5 *4 (-1091)) (-5 *5 (-249 *3)) (-5 *6 (-1147 (-695)))
+ (-4 *3 (-13 (-27) (-1116) (-364 *7)))
+ (-4 *7 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *2 (-51))
(-5 *1 (-399 *7 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-1143 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1172 *3)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1144 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1173 *3)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1143 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1172 *3)))))
+ (|partial| -12 (-4 *1 (-1144 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1173 *3)))))
(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-1141 *4)) (-4 *4 (-961)) (-4 *4 (-495))
- (-5 *2 (-350 (-857 *4)))))
+ (-12 (-5 *3 (-485)) (-4 *1 (-1142 *4)) (-4 *4 (-962)) (-4 *4 (-496))
+ (-5 *2 (-350 (-858 *4)))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-1141 *4)) (-4 *4 (-961)) (-4 *4 (-495))
- (-5 *2 (-350 (-857 *4))))))
+ (-12 (-5 *3 (-485)) (-4 *1 (-1142 *4)) (-4 *4 (-962)) (-4 *4 (-496))
+ (-5 *2 (-350 (-858 *4))))))
(((*1 *1 *1 *1) (-5 *1 (-101)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1097 *2)) (-14 *2 (-830))))
- ((*1 *1 *1 *1) (-5 *1 (-1135))) ((*1 *1 *1 *1) (-5 *1 (-1136)))
- ((*1 *1 *1 *1) (-5 *1 (-1137))) ((*1 *1 *1 *1) (-5 *1 (-1138))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1098 *2)) (-14 *2 (-831))))
+ ((*1 *1 *1 *1) (-5 *1 (-1136))) ((*1 *1 *1 *1) (-5 *1 (-1137)))
+ ((*1 *1 *1 *1) (-5 *1 (-1138))) ((*1 *1 *1 *1) (-5 *1 (-1139))))
(((*1 *1 *1 *1) (-5 *1 (-101)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1097 *2)) (-14 *2 (-830))))
- ((*1 *1 *1 *1) (-5 *1 (-1135))) ((*1 *1 *1 *1) (-5 *1 (-1136)))
- ((*1 *1 *1 *1) (-5 *1 (-1137))) ((*1 *1 *1 *1) (-5 *1 (-1138))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1098 *2)) (-14 *2 (-831))))
+ ((*1 *1 *1 *1) (-5 *1 (-1136))) ((*1 *1 *1 *1) (-5 *1 (-1137)))
+ ((*1 *1 *1 *1) (-5 *1 (-1138))) ((*1 *1 *1 *1) (-5 *1 (-1139))))
(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-101)))
((*1 *1)
- (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146))))
- ((*1 *1) (-5 *1 (-485))) ((*1 *1) (-5 *1 (-486))) ((*1 *1) (-5 *1 (-487)))
- ((*1 *1) (-5 *1 (-488))) ((*1 *1) (-4 *1 (-663))) ((*1 *1) (-5 *1 (-1090)))
- ((*1 *1) (-12 (-5 *1 (-1096 *2)) (-14 *2 (-830))))
- ((*1 *1) (-12 (-5 *1 (-1097 *2)) (-14 *2 (-830)))) ((*1 *1) (-5 *1 (-1135)))
- ((*1 *1) (-5 *1 (-1136))) ((*1 *1) (-5 *1 (-1137))) ((*1 *1) (-5 *1 (-1138))))
-(((*1 *2 *3) (-12 (-5 *3 (-142 (-484))) (-5 *2 (-85)) (-5 *1 (-386))))
+ (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146))))
+ ((*1 *1) (-5 *1 (-486))) ((*1 *1) (-5 *1 (-487))) ((*1 *1) (-5 *1 (-488)))
+ ((*1 *1) (-5 *1 (-489))) ((*1 *1) (-4 *1 (-664))) ((*1 *1) (-5 *1 (-1091)))
+ ((*1 *1) (-12 (-5 *1 (-1097 *2)) (-14 *2 (-831))))
+ ((*1 *1) (-12 (-5 *1 (-1098 *2)) (-14 *2 (-831)))) ((*1 *1) (-5 *1 (-1136)))
+ ((*1 *1) (-5 *1 (-1137))) ((*1 *1) (-5 *1 (-1138))) ((*1 *1) (-5 *1 (-1139))))
+(((*1 *2 *3) (-12 (-5 *3 (-142 (-485))) (-5 *2 (-85)) (-5 *1 (-386))))
((*1 *2 *3)
(-12
(-5 *3
- (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484)))))
- (-14 *4 (-583 (-1090))) (-14 *5 (-694)) (-5 *2 (-85)) (-5 *1 (-444 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-873 *3)) (-4 *3 (-483))))
- ((*1 *2 *1) (-12 (-4 *1 (-1134)) (-5 *2 (-85)))))
-(((*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1132)))))
+ (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485)))))
+ (-14 *4 (-584 (-1091))) (-14 *5 (-695)) (-5 *2 (-85)) (-5 *1 (-445 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-874 *3)) (-4 *3 (-484))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1135)) (-5 *2 (-85)))))
+(((*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1133)))))
(((*1 *2)
- (-12 (-5 *2 (-2 (|:| -3229 (-583 (-1090))) (|:| -3230 (-583 (-1090)))))
- (-5 *1 (-1132)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-1090))) (-5 *2 (-1185)) (-5 *1 (-1132))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-583 (-1090))) (-5 *2 (-1185)) (-5 *1 (-1132)))))
+ (-12 (-5 *2 (-2 (|:| -3230 (-584 (-1091))) (|:| -3231 (-584 (-1091)))))
+ (-5 *1 (-1133)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-1091))) (-5 *2 (-1186)) (-5 *1 (-1133))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-584 (-1091))) (-5 *2 (-1186)) (-5 *1 (-1133)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-1064 *4)) (-4 *4 (-1129)) (-5 *2 (-85))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-1065 *4)) (-4 *4 (-1130)) (-5 *2 (-85))))
((*1 *2 *3 *3)
- (-12 (-5 *2 (-85)) (-5 *1 (-1131 *3)) (-4 *3 (-756)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1132 *3)) (-4 *3 (-757)) (-4 *3 (-1014)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *2)) (-5 *4 (-1 (-85) *2 *2)) (-5 *1 (-1131 *2))
- (-4 *2 (-1013))))
+ (-12 (-5 *3 (-584 *2)) (-5 *4 (-1 (-85) *2 *2)) (-5 *1 (-1132 *2))
+ (-4 *2 (-1014))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-1013)) (-4 *2 (-756)) (-5 *1 (-1131 *2)))))
-(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1131 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-1014)) (-4 *2 (-757)) (-5 *1 (-1132 *2)))))
+(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1132 *3)) (-4 *3 (-1014)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-1064 *4)) (-4 *4 (-1129)) (-5 *2 (-85))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-1065 *4)) (-4 *4 (-1130)) (-5 *2 (-85))))
((*1 *2 *3 *3)
- (|partial| -12 (-5 *2 (-85)) (-5 *1 (-1131 *3)) (-4 *3 (-1013))))
+ (|partial| -12 (-5 *2 (-85)) (-5 *1 (-1132 *3)) (-4 *3 (-1014))))
((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-1 (-85) *3 *3)) (-4 *3 (-1013)) (-5 *2 (-85))
- (-5 *1 (-1131 *3)))))
+ (-12 (-5 *4 (-1 (-85) *3 *3)) (-4 *3 (-1014)) (-5 *2 (-85))
+ (-5 *1 (-1132 *3)))))
(((*1 *2)
- (-12 (-5 *2 (-2 (|:| -3230 (-583 *3)) (|:| -3229 (-583 *3))))
- (-5 *1 (-1131 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-2 (|:| -3231 (-584 *3)) (|:| -3230 (-584 *3))))
+ (-5 *1 (-1132 *3)) (-4 *3 (-1014)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *4)) (-4 *4 (-1013)) (-5 *2 (-1185)) (-5 *1 (-1131 *4))))
+ (-12 (-5 *3 (-584 *4)) (-4 *4 (-1014)) (-5 *2 (-1186)) (-5 *1 (-1132 *4))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *4)) (-4 *4 (-1013)) (-5 *2 (-1185)) (-5 *1 (-1131 *4)))))
+ (-12 (-5 *3 (-584 *4)) (-4 *4 (-1014)) (-5 *2 (-1186)) (-5 *1 (-1132 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-484)) (-4 *5 (-299)) (-5 *2 (-348 (-1085 (-1085 *5))))
- (-5 *1 (-1128 *5)) (-5 *3 (-1085 (-1085 *5))))))
+ (-12 (-5 *4 (-485)) (-4 *5 (-299)) (-5 *2 (-348 (-1086 (-1086 *5))))
+ (-5 *1 (-1129 *5)) (-5 *3 (-1086 (-1086 *5))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-299)) (-5 *2 (-348 (-1085 (-1085 *4)))) (-5 *1 (-1128 *4))
- (-5 *3 (-1085 (-1085 *4))))))
+ (-12 (-4 *4 (-299)) (-5 *2 (-348 (-1086 (-1086 *4)))) (-5 *1 (-1129 *4))
+ (-5 *3 (-1086 (-1086 *4))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-299)) (-5 *2 (-348 (-1085 (-1085 *4)))) (-5 *1 (-1128 *4))
- (-5 *3 (-1085 (-1085 *4))))))
+ (-12 (-4 *4 (-299)) (-5 *2 (-348 (-1086 (-1086 *4)))) (-5 *1 (-1129 *4))
+ (-5 *3 (-1086 (-1086 *4))))))
(((*1 *1 *2 *1)
(-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-124 *3))
- (-4 *3 (-1129))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1129)) (-5 *1 (-536 *3))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-616 *3)) (-4 *3 (-1129))))
+ (-4 *3 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1130)) (-5 *1 (-537 *3))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-617 *3)) (-4 *3 (-1130))))
((*1 *2 *1 *3)
- (|partial| -12 (-4 *1 (-1124 *4 *5 *3 *2)) (-4 *4 (-495)) (-4 *5 (-717))
- (-4 *3 (-756)) (-4 *2 (-977 *4 *5 *3))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *1 (-1127 *2)) (-4 *2 (-1129)))))
+ (|partial| -12 (-4 *1 (-1125 *4 *5 *3 *2)) (-4 *4 (-496)) (-4 *5 (-718))
+ (-4 *3 (-757)) (-4 *2 (-978 *4 *5 *3))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *1 (-1128 *2)) (-4 *2 (-1130)))))
(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-583 (-583 (-179)))) (-5 *4 (-179)) (-5 *2 (-583 (-854 *4)))
- (-5 *1 (-1126)) (-5 *3 (-854 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-484)) (-5 *2 (-583 (-583 (-179)))) (-5 *1 (-1126)))))
+ (-12 (-5 *5 (-584 (-584 (-179)))) (-5 *4 (-179)) (-5 *2 (-584 (-855 *4)))
+ (-5 *1 (-1127)) (-5 *3 (-855 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-485)) (-5 *2 (-584 (-584 (-179)))) (-5 *1 (-1127)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-830)) (-4 *1 (-196 *3 *4)) (-4 *4 (-961)) (-4 *4 (-1129))))
+ (-12 (-5 *2 (-831)) (-4 *1 (-196 *3 *4)) (-4 *4 (-962)) (-4 *4 (-1130))))
((*1 *1 *2)
- (-12 (-14 *3 (-583 (-1090))) (-4 *4 (-146)) (-4 *5 (-196 (-3958 *3) (-694)))
+ (-12 (-14 *3 (-584 (-1091))) (-4 *4 (-146)) (-4 *5 (-196 (-3959 *3) (-695)))
(-14 *6
- (-1 (-85) (-2 (|:| -2400 *2) (|:| -2401 *5))
- (-2 (|:| -2400 *2) (|:| -2401 *5))))
- (-5 *1 (-401 *3 *4 *2 *5 *6 *7)) (-4 *2 (-756))
- (-4 *7 (-861 *4 *5 (-773 *3)))))
- ((*1 *2 *2) (-12 (-5 *2 (-854 (-179))) (-5 *1 (-1126)))))
+ (-1 (-85) (-2 (|:| -2401 *2) (|:| -2402 *5))
+ (-2 (|:| -2401 *2) (|:| -2402 *5))))
+ (-5 *1 (-401 *3 *4 *2 *5 *6 *7)) (-4 *2 (-757))
+ (-4 *7 (-862 *4 *5 (-774 *3)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-855 (-179))) (-5 *1 (-1127)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-854 (-179))) (-5 *4 (-783)) (-5 *2 (-1185)) (-5 *1 (-408))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-961)) (-4 *1 (-893 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-854 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-854 *3)) (-4 *3 (-961)) (-4 *1 (-1048 *3))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-4 *1 (-1048 *3)) (-4 *3 (-961))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *1 (-1048 *3)) (-4 *3 (-961))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-854 *3)) (-4 *1 (-1048 *3)) (-4 *3 (-961))))
+ (-12 (-5 *3 (-855 (-179))) (-5 *4 (-784)) (-5 *2 (-1186)) (-5 *1 (-408))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-962)) (-4 *1 (-894 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-855 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-855 *3)) (-4 *3 (-962)) (-4 *1 (-1049 *3))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-4 *1 (-1049 *3)) (-4 *3 (-962))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *1 (-1049 *3)) (-4 *3 (-962))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-855 *3)) (-4 *1 (-1049 *3)) (-4 *3 (-962))))
((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-854 (-179))) (-5 *1 (-1126)) (-5 *3 (-179)))))
+ (-12 (-5 *2 (-855 (-179))) (-5 *1 (-1127)) (-5 *3 (-179)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-179)) (-5 *5 (-484)) (-5 *2 (-1125 *3)) (-5 *1 (-712 *3))
- (-4 *3 (-887))))
+ (-12 (-5 *4 (-179)) (-5 *5 (-485)) (-5 *2 (-1126 *3)) (-5 *1 (-713 *3))
+ (-4 *3 (-888))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *4 (-85)) (-5 *1 (-1125 *2))
- (-4 *2 (-887)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1125 *3)) (-4 *3 (-887)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1125 *3)) (-4 *3 (-887)))))
+ (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *4 (-85)) (-5 *1 (-1126 *2))
+ (-4 *2 (-888)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-1126 *3)) (-4 *3 (-888)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1126 *3)) (-4 *3 (-888)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-145))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1125 *3)) (-4 *3 (-887)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1126 *3)) (-4 *3 (-888)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *1 (-1125 *3)) (-4 *3 (-887)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1125 *2)) (-4 *2 (-887)))))
+ (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *1 (-1126 *3)) (-4 *3 (-888)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1126 *2)) (-4 *2 (-888)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
+ (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
(-5 *2 (-85))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85)))))
(((*1 *2 *3 *4 *5)
(|partial| -12 (-5 *4 (-1 (-85) *9)) (-5 *5 (-1 (-85) *9 *9))
- (-4 *9 (-977 *6 *7 *8)) (-4 *6 (-495)) (-4 *7 (-717)) (-4 *8 (-756))
- (-5 *2 (-2 (|:| |bas| *1) (|:| -3324 (-583 *9)))) (-5 *3 (-583 *9))
- (-4 *1 (-1124 *6 *7 *8 *9))))
+ (-4 *9 (-978 *6 *7 *8)) (-4 *6 (-496)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-5 *2 (-2 (|:| |bas| *1) (|:| -3325 (-584 *9)))) (-5 *3 (-584 *9))
+ (-4 *1 (-1125 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-85) *8 *8)) (-4 *8 (-977 *5 *6 *7))
- (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *2 (-2 (|:| |bas| *1) (|:| -3324 (-583 *8)))) (-5 *3 (-583 *8))
- (-4 *1 (-1124 *5 *6 *7 *8)))))
+ (|partial| -12 (-5 *4 (-1 (-85) *8 *8)) (-4 *8 (-978 *5 *6 *7))
+ (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *2 (-2 (|:| |bas| *1) (|:| -3325 (-584 *8)))) (-5 *3 (-584 *8))
+ (-4 *1 (-1125 *5 *6 *7 *8)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-583 *6)))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-584 *6)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5))
- (-5 *2 (-2 (|:| -3862 (-583 *6)) (|:| -1702 (-583 *6)))))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5))
+ (-5 *2 (-2 (|:| -3863 (-584 *6)) (|:| -1703 (-584 *6)))))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 *1)) (-4 *1 (-977 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85))))
+ (-12 (-5 *3 (-584 *1)) (-4 *1 (-978 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
+ (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
(-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1125 *4 *5 *6 *3)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 *1)) (-4 *1 (-977 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85))))
+ (-12 (-5 *3 (-584 *1)) (-4 *1 (-978 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
+ (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
(-5 *2 (-85))))
((*1 *2 *3 *1 *4)
- (-12 (-5 *4 (-1 (-85) *3 *3)) (-4 *1 (-1124 *5 *6 *7 *3)) (-4 *5 (-495))
- (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7)) (-5 *2 (-85)))))
+ (-12 (-5 *4 (-1 (-85) *3 *3)) (-4 *1 (-1125 *5 *6 *7 *3)) (-4 *5 (-496))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1125 *4 *5 *6 *3)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 *1)) (-4 *1 (-977 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85))))
+ (-12 (-5 *3 (-584 *1)) (-4 *1 (-978 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
+ (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
(-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1125 *4 *5 *6 *3)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 *1)) (-4 *1 (-977 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85))))
+ (-12 (-5 *3 (-584 *1)) (-4 *1 (-978 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
+ (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
(-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1125 *4 *5 *6 *3)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 (-85) *7 (-583 *7))) (-4 *1 (-1124 *4 *5 *6 *7))
- (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
+ (-12 (-5 *3 (-1 (-85) *7 (-584 *7))) (-4 *1 (-1125 *4 *5 *6 *7))
+ (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
(-5 *2 (-85)))))
(((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *2 (-583 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-85) *8 *8))
- (-4 *1 (-1124 *5 *6 *7 *8)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756))
- (-4 *8 (-977 *5 *6 *7)))))
+ (-12 (-5 *2 (-584 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-85) *8 *8))
+ (-4 *1 (-1125 *5 *6 *7 *8)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-4 *8 (-978 *5 *6 *7)))))
(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *2 (-977 *3 *4 *5)))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *2 (-978 *3 *4 *5)))))
(((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *2 (-977 *3 *4 *5)))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *2 (-978 *3 *4 *5)))))
(((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *2 (-977 *3 *4 *5)))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *2 (-978 *3 *4 *5)))))
(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *2 (-977 *3 *4 *5)))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *2 (-978 *3 *4 *5)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1124 *2 *3 *4 *5)) (-4 *2 (-495)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *5 (-977 *2 *3 *4)))))
+ (-12 (-4 *1 (-1125 *2 *3 *4 *5)) (-4 *2 (-496)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *5 (-978 *2 *3 *4)))))
(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *2 (-977 *3 *4 *5)))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *2 (-978 *3 *4 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 *10))
- (-5 *1 (-563 *5 *6 *7 *8 *9 *10)) (-4 *9 (-983 *5 *6 *7 *8))
- (-4 *10 (-1020 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 *10))
+ (-5 *1 (-564 *5 *6 *7 *8 *9 *10)) (-4 *9 (-984 *5 *6 *7 *8))
+ (-4 *10 (-1021 *5 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-703 *5 (-773 *6)))) (-5 *4 (-85)) (-4 *5 (-392))
- (-14 *6 (-583 (-1090))) (-5 *2 (-583 (-958 *5 *6))) (-5 *1 (-567 *5 *6))))
+ (-12 (-5 *3 (-584 (-704 *5 (-774 *6)))) (-5 *4 (-85)) (-4 *5 (-392))
+ (-14 *6 (-584 (-1091))) (-5 *2 (-584 (-959 *5 *6))) (-5 *1 (-568 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-703 *5 (-773 *6)))) (-5 *4 (-85)) (-4 *5 (-392))
- (-14 *6 (-583 (-1090)))
- (-5 *2 (-583 (-1060 *5 (-469 (-773 *6)) (-773 *6) (-703 *5 (-773 *6)))))
- (-5 *1 (-567 *5 *6))))
+ (-12 (-5 *3 (-584 (-704 *5 (-774 *6)))) (-5 *4 (-85)) (-4 *5 (-392))
+ (-14 *6 (-584 (-1091)))
+ (-5 *2 (-584 (-1061 *5 (-470 (-774 *6)) (-774 *6) (-704 *5 (-774 *6)))))
+ (-5 *1 (-568 *5 *6))))
((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-940 *5 *6 *7 *8)))
- (-5 *1 (-940 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-941 *5 *6 *7 *8)))
+ (-5 *1 (-941 *5 *6 *7 *8))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-940 *5 *6 *7 *8)))
- (-5 *1 (-940 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-941 *5 *6 *7 *8)))
+ (-5 *1 (-941 *5 *6 *7 *8))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-583 (-703 *5 (-773 *6)))) (-5 *4 (-85)) (-4 *5 (-392))
- (-14 *6 (-583 (-1090))) (-5 *2 (-583 (-958 *5 *6))) (-5 *1 (-958 *5 *6))))
+ (-12 (-5 *3 (-584 (-704 *5 (-774 *6)))) (-5 *4 (-85)) (-4 *5 (-392))
+ (-14 *6 (-584 (-1091))) (-5 *2 (-584 (-959 *5 *6))) (-5 *1 (-959 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-983 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-984 *5 *6 *7 *8))))
((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-1060 *5 *6 *7 *8)))
- (-5 *1 (-1060 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-1061 *5 *6 *7 *8)))
+ (-5 *1 (-1061 *5 *6 *7 *8))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-1060 *5 *6 *7 *8)))
- (-5 *1 (-1060 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-1061 *5 *6 *7 *8)))
+ (-5 *1 (-1061 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-1124 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-1125 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-583 (-2 (|:| -3862 *1) (|:| -1702 (-583 *7))))) (-5 *3 (-583 *7))
- (-4 *1 (-1124 *4 *5 *6 *7)))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-584 (-2 (|:| -3863 *1) (|:| -1703 (-584 *7))))) (-5 *3 (-584 *7))
+ (-4 *1 (-1125 *4 *5 *6 *7)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-583 *5)))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-584 *5)))))
(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-495)) (-4 *4 (-717))
- (-4 *5 (-756)) (-4 *2 (-977 *3 *4 *5)))))
+ (|partial| -12 (-4 *1 (-1125 *3 *4 *5 *2)) (-4 *3 (-496)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-4 *2 (-978 *3 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-4 *5 (-320)) (-5 *2 (-694)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-716)) (-4 *2 (-961))))
+ (-12 (-4 *1 (-1125 *3 *4 *5 *6)) (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-4 *5 (-320)) (-5 *2 (-695)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-717)) (-4 *2 (-962))))
((*1 *2 *1 *1)
- (-12 (-4 *2 (-961)) (-5 *1 (-50 *2 *3)) (-14 *3 (-583 (-1090)))))
+ (-12 (-4 *2 (-962)) (-5 *1 (-50 *2 *3)) (-14 *3 (-584 (-1091)))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 (-830))) (-4 *2 (-312)) (-5 *1 (-125 *4 *2 *5))
- (-14 *4 (-830)) (-14 *5 (-906 *4 *2))))
+ (-12 (-5 *3 (-584 (-831))) (-4 *2 (-312)) (-5 *1 (-125 *4 *2 *5))
+ (-14 *4 (-831)) (-14 *5 (-907 *4 *2))))
((*1 *2 *1 *1)
- (-12 (-5 *2 (-265 *3)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756)))
- (-14 *4 (-583 (-1090)))))
- ((*1 *2 *3 *1) (-12 (-4 *1 (-274 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-104))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-335 *2 *3)) (-4 *3 (-1013)) (-4 *2 (-961))))
- ((*1 *2 *1) (-12 (-4 *2 (-72)) (-5 *1 (-453 *2 *3)) (-4 *3 (-759))))
+ (-12 (-5 *2 (-265 *3)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757)))
+ (-14 *4 (-584 (-1091)))))
+ ((*1 *2 *3 *1) (-12 (-4 *1 (-274 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-104))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-335 *2 *3)) (-4 *3 (-1014)) (-4 *2 (-962))))
+ ((*1 *2 *1) (-12 (-4 *2 (-72)) (-5 *1 (-454 *2 *3)) (-4 *3 (-760))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *2 (-495)) (-5 *1 (-562 *2 *4)) (-4 *4 (-1155 *2))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-645 *2)) (-4 *2 (-961))))
- ((*1 *2 *1 *3) (-12 (-4 *2 (-961)) (-5 *1 (-674 *2 *3)) (-4 *3 (-663))))
+ (-12 (-5 *3 (-485)) (-4 *2 (-496)) (-5 *1 (-563 *2 *4)) (-4 *4 (-1156 *2))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-646 *2)) (-4 *2 (-962))))
+ ((*1 *2 *1 *3) (-12 (-4 *2 (-962)) (-5 *1 (-675 *2 *3)) (-4 *3 (-664))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 *5)) (-5 *3 (-583 (-694))) (-4 *1 (-679 *4 *5))
- (-4 *4 (-961)) (-4 *5 (-756))))
+ (-12 (-5 *2 (-584 *5)) (-5 *3 (-584 (-695))) (-4 *1 (-680 *4 *5))
+ (-4 *4 (-962)) (-4 *5 (-757))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-679 *4 *2)) (-4 *4 (-961)) (-4 *2 (-756))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-761 *2)) (-4 *2 (-961))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-680 *4 *2)) (-4 *4 (-962)) (-4 *2 (-757))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-762 *2)) (-4 *2 (-962))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 *6)) (-5 *3 (-583 (-694))) (-4 *1 (-861 *4 *5 *6))
- (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756))))
+ (-12 (-5 *2 (-584 *6)) (-5 *3 (-584 (-695))) (-4 *1 (-862 *4 *5 *6))
+ (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-861 *4 *5 *2)) (-4 *4 (-961)) (-4 *5 (-717))
- (-4 *2 (-756))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-862 *4 *5 *2)) (-4 *4 (-962)) (-4 *5 (-718))
+ (-4 *2 (-757))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-4 *2 (-861 *4 (-469 *5) *5)) (-5 *1 (-1040 *4 *5 *2))
- (-4 *4 (-961)) (-4 *5 (-756))))
+ (-12 (-5 *3 (-695)) (-4 *2 (-862 *4 (-470 *5) *5)) (-5 *1 (-1041 *4 *5 *2))
+ (-4 *4 (-962)) (-4 *5 (-757))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-5 *2 (-857 *4)) (-5 *1 (-1122 *4)) (-4 *4 (-961)))))
+ (-12 (-5 *3 (-695)) (-5 *2 (-858 *4)) (-5 *1 (-1123 *4)) (-4 *4 (-962)))))
(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1040 *4 *3 *5))) (-4 *4 (-38 (-350 (-484)))) (-4 *4 (-961))
- (-4 *3 (-756)) (-5 *1 (-1040 *4 *3 *5)) (-4 *5 (-861 *4 (-469 *3) *3))))
+ (-12 (-5 *2 (-1 (-1041 *4 *3 *5))) (-4 *4 (-38 (-350 (-485)))) (-4 *4 (-962))
+ (-4 *3 (-757)) (-5 *1 (-1041 *4 *3 *5)) (-4 *5 (-862 *4 (-470 *3) *3))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1122 *4))) (-5 *3 (-1090)) (-5 *1 (-1122 *4))
- (-4 *4 (-38 (-350 (-484)))) (-4 *4 (-961)))))
+ (-12 (-5 *2 (-1 (-1123 *4))) (-5 *3 (-1091)) (-5 *1 (-1123 *4))
+ (-4 *4 (-38 (-350 (-485)))) (-4 *4 (-962)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-553 (-800 *3))) (-4 *3 (-796 *3)) (-4 *3 (-392))
- (-5 *1 (-1121 *3 *2)) (-4 *2 (-553 (-800 *3))) (-4 *2 (-796 *3))
- (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-554 (-801 *3))) (-4 *3 (-797 *3)) (-4 *3 (-392))
+ (-5 *1 (-1122 *3 *2)) (-4 *2 (-554 (-801 *3))) (-4 *2 (-797 *3))
+ (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
-(((*1 *2 *2) (-12 (-5 *2 (-877 *3)) (-4 *3 (-1013)) (-5 *1 (-878 *3))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
+(((*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-1014)) (-5 *1 (-879 *3))))
((*1 *1 *1)
- (-12 (-4 *2 (-120)) (-4 *2 (-258)) (-4 *2 (-392)) (-4 *3 (-756))
- (-4 *4 (-717)) (-5 *1 (-899 *2 *3 *4 *5)) (-4 *5 (-861 *2 *4 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-265 (-484))) (-5 *1 (-1032))))
+ (-12 (-4 *2 (-120)) (-4 *2 (-258)) (-4 *2 (-392)) (-4 *3 (-757))
+ (-4 *4 (-718)) (-5 *1 (-900 *2 *3 *4 *5)) (-4 *5 (-862 *2 *4 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-265 (-485))) (-5 *1 (-1033))))
((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-5 *1 (-1121 *3 *2)) (-4 *2 (-13 (-364 *3) (-1115))))))
+ (-12 (-4 *3 (-392)) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-364 *3) (-1116))))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-495)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
- (-5 *1 (-1120 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))))
+ (-12 (-4 *3 (-496)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
+ (-5 *1 (-1121 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-495)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
- (-5 *1 (-1120 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))))
+ (-12 (-4 *3 (-496)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
+ (-5 *1 (-1121 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-142 (-265 *4)))
- (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 (-142 *4))))))
+ (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-142 (-265 *4)))
+ (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 (-142 *4))))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-142 *3))
- (-5 *1 (-1119 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4))))))
+ (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-142 *3))
+ (-5 *1 (-1120 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-85)) (-5 *1 (-162 *4 *3))
- (-4 *3 (-13 (-27) (-1115) (-364 (-142 *4))))))
+ (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-85)) (-5 *1 (-162 *4 *3))
+ (-4 *3 (-13 (-27) (-1116) (-364 (-142 *4))))))
((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-85))
- (-5 *1 (-1119 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4))))))
+ (-12 (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-85))
+ (-5 *1 (-1120 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4))))))
(((*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-265 *4))
- (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 (-142 *4))))))
+ (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-265 *4))
+ (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 (-142 *4))))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *3 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 *3))))))
+ (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 *3))))))
(((*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-265 *4))
- (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 (-142 *4))))))
- ((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146))))
- ((*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146))))
+ (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-265 *4))
+ (-5 *1 (-162 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 (-142 *4))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146))))
+ ((*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *3 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 *3))))))
+ (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 *3))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-495) (-950 (-484)))) (-5 *1 (-162 *3 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 (-142 *3))))))
+ (-12 (-4 *3 (-13 (-496) (-951 (-485)))) (-5 *1 (-162 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 (-142 *3))))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *3 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 *3))))))
+ (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 *3))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-495) (-950 (-484)))) (-5 *1 (-162 *3 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 (-142 *3))))))
+ (-12 (-4 *3 (-13 (-496) (-951 (-485)))) (-5 *1 (-162 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 (-142 *3))))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *1 (-162 *4 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 (-142 *4))))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *1 (-162 *4 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 (-142 *4))))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *3 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 *3)))))
+ (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 *3)))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *1 (-1119 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *1 (-1120 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-495) (-950 (-484)))) (-5 *1 (-162 *3 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 (-142 *3))))))
+ (-12 (-4 *3 (-13 (-496) (-951 (-485)))) (-5 *1 (-162 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 (-142 *3))))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *1 (-162 *4 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 (-142 *4))))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *1 (-162 *4 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 (-142 *4))))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1119 *3 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 *3)))))
+ (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1120 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 *3)))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *1 (-1119 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *1 (-1120 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3))))
- ((*1 *1 *1) (-4 *1 (-1118))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-281 *2)) (-4 *2 (-756))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-281 *2)) (-4 *2 (-757))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3))))
- ((*1 *1 *1) (-4 *1 (-1118))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3))))
- ((*1 *1 *1) (-4 *1 (-1118))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3))))
- ((*1 *1 *1) (-4 *1 (-1118))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3))))
- ((*1 *1 *1) (-4 *1 (-1118))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-281 *2)) (-4 *2 (-756))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-281 *2)) (-4 *2 (-757))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3))))
- ((*1 *1 *1) (-4 *1 (-1118))))
-(((*1 *2 *1) (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1116 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1116 *2)) (-4 *2 (-1013))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-1116 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
+(((*1 *2 *1) (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1117 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1117 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-1117 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *3 (-583 (-1116 *2))) (-5 *1 (-1116 *2)) (-4 *2 (-1013)))))
-(((*1 *1 *1) (-12 (-5 *1 (-1116 *2)) (-4 *2 (-1013)))))
+ (-12 (-5 *3 (-584 (-1117 *2))) (-5 *1 (-1117 *2)) (-4 *2 (-1014)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1117 *2)) (-4 *2 (-1014)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-1116 *3))) (-5 *1 (-1116 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1116 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-584 (-1117 *3))) (-5 *1 (-1117 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1117 *3)) (-4 *3 (-1014)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-1116 *3))) (-5 *1 (-1116 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-584 (-1117 *3))) (-5 *1 (-1117 *3)) (-4 *3 (-1014)))))
(((*1 *2)
- (-12 (-4 *2 (-13 (-364 *3) (-915))) (-5 *1 (-230 *3 *2)) (-4 *3 (-495))))
- ((*1 *1) (-5 *1 (-417))) ((*1 *1) (-4 *1 (-1115))))
-(((*1 *2) (-12 (-5 *2 (-1047 (-179))) (-5 *1 (-1113)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1073)) (-5 *2 (-484)) (-5 *1 (-1112 *4)) (-4 *4 (-961)))))
-(((*1 *2 *3) (|partial| -12 (-5 *2 (-484)) (-5 *1 (-1112 *3)) (-4 *3 (-961)))))
-(((*1 *2 *1) (-12 (-4 *1 (-714)) (-5 *2 (-484))))
- ((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-813 *3)) (-4 *3 (-1013))))
+ (-12 (-4 *2 (-13 (-364 *3) (-916))) (-5 *1 (-230 *3 *2)) (-4 *3 (-496))))
+ ((*1 *1) (-5 *1 (-417))) ((*1 *1) (-4 *1 (-1116))))
+(((*1 *2) (-12 (-5 *2 (-1048 (-179))) (-5 *1 (-1114)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1074)) (-5 *2 (-485)) (-5 *1 (-1113 *4)) (-4 *4 (-962)))))
+(((*1 *2 *3) (|partial| -12 (-5 *2 (-485)) (-5 *1 (-1113 *3)) (-4 *3 (-962)))))
+(((*1 *2 *1) (-12 (-4 *1 (-715)) (-5 *2 (-485))))
+ ((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-814 *3)) (-4 *3 (-1014))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-980 *4 *3)) (-4 *4 (-13 (-755) (-312))) (-4 *3 (-1155 *4))
- (-5 *2 (-484))))
+ (-12 (-4 *1 (-981 *4 *3)) (-4 *4 (-13 (-756) (-312))) (-4 *3 (-1156 *4))
+ (-5 *2 (-485))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-495) (-950 *2) (-580 *2) (-392))) (-5 *2 (-484))
- (-5 *1 (-1030 *4 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *4)))))
+ (|partial| -12 (-4 *4 (-13 (-496) (-951 *2) (-581 *2) (-392))) (-5 *2 (-485))
+ (-5 *1 (-1031 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *4)))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-750 *3))
- (-4 *3 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-495) (-950 *2) (-580 *2) (-392))) (-5 *2 (-484))
- (-5 *1 (-1030 *6 *3))))
+ (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-751 *3))
+ (-4 *3 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-496) (-951 *2) (-581 *2) (-392))) (-5 *2 (-485))
+ (-5 *1 (-1031 *6 *3))))
((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-1073))
- (-4 *6 (-13 (-495) (-950 *2) (-580 *2) (-392))) (-5 *2 (-484))
- (-5 *1 (-1030 *6 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *6)))))
+ (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-1074))
+ (-4 *6 (-13 (-496) (-951 *2) (-581 *2) (-392))) (-5 *2 (-485))
+ (-5 *1 (-1031 *6 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *6)))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-392)) (-5 *2 (-484))
- (-5 *1 (-1031 *4))))
+ (|partial| -12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-392)) (-5 *2 (-485))
+ (-5 *1 (-1032 *4))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-750 (-350 (-857 *6))))
- (-5 *3 (-350 (-857 *6))) (-4 *6 (-392)) (-5 *2 (-484)) (-5 *1 (-1031 *6))))
+ (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-751 (-350 (-858 *6))))
+ (-5 *3 (-350 (-858 *6))) (-4 *6 (-392)) (-5 *2 (-485)) (-5 *1 (-1032 *6))))
((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-350 (-857 *6))) (-5 *4 (-1090)) (-5 *5 (-1073))
- (-4 *6 (-392)) (-5 *2 (-484)) (-5 *1 (-1031 *6))))
- ((*1 *2 *3) (|partial| -12 (-5 *2 (-484)) (-5 *1 (-1112 *3)) (-4 *3 (-961)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-1111))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1111)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-1111)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1073)) (-5 *1 (-1111)))))
-(((*1 *2 *1) (|partial| -12 (-5 *1 (-313 *2)) (-4 *2 (-1013))))
- ((*1 *2 *1) (|partial| -12 (-5 *2 (-1073)) (-5 *1 (-1111)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1111)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-772) (-772))) (-5 *1 (-86))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-772) (-583 (-772)))) (-5 *1 (-86))))
- ((*1 *2 *1) (-12 (-5 *2 (-632 (-1 (-772) (-583 (-772))))) (-5 *1 (-86))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1185)) (-5 *1 (-167 *3))
+ (|partial| -12 (-5 *3 (-350 (-858 *6))) (-5 *4 (-1091)) (-5 *5 (-1074))
+ (-4 *6 (-392)) (-5 *2 (-485)) (-5 *1 (-1032 *6))))
+ ((*1 *2 *3) (|partial| -12 (-5 *2 (-485)) (-5 *1 (-1113 *3)) (-4 *3 (-962)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-1112))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-1112)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1074)) (-5 *1 (-1112)))))
+(((*1 *2 *1) (|partial| -12 (-5 *1 (-313 *2)) (-4 *2 (-1014))))
+ ((*1 *2 *1) (|partial| -12 (-5 *2 (-1074)) (-5 *1 (-1112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1112)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-773) (-773))) (-5 *1 (-86))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-773) (-584 (-773)))) (-5 *1 (-86))))
+ ((*1 *2 *1) (-12 (-5 *2 (-633 (-1 (-773) (-584 (-773))))) (-5 *1 (-86))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1186)) (-5 *1 (-167 *3))
(-4 *3
- (-13 (-756)
- (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 (*2 $))
- (-15 -1963 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-441))))
- ((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-647))))
- ((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1109))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *2 (-1185)) (-5 *1 (-1109)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))))
+ (-13 (-757)
+ (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 (*2 $))
+ (-15 -1964 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-442))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-648))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1110))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *2 (-1186)) (-5 *1 (-1110)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))))
(((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-694)) (-4 *3 (-1129)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-324 *3))
+ (-12 (-5 *2 (-695)) (-4 *3 (-1130)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3))))
((*1 *1) (-5 *1 (-145)))
- ((*1 *1) (-12 (-5 *1 (-166 *2 *3)) (-14 *2 (-830)) (-4 *3 (-1013))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1073)) (-4 *1 (-339))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-694)) (-4 *1 (-593 *3)) (-4 *3 (-1129))))
+ ((*1 *1) (-12 (-5 *1 (-166 *2 *3)) (-14 *2 (-831)) (-4 *3 (-1014))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1074)) (-4 *1 (-339))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-695)) (-4 *1 (-594 *3)) (-4 *3 (-1130))))
((*1 *1)
- (-12 (-4 *3 (-1013)) (-5 *1 (-795 *2 *3 *4)) (-4 *2 (-1013))
- (-4 *4 (-608 *3))))
- ((*1 *1) (-12 (-5 *1 (-798 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013))))
- ((*1 *1 *2) (-12 (-5 *1 (-1056 *3 *2)) (-14 *3 (-694)) (-4 *2 (-961))))
- ((*1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961))))
- ((*1 *1 *1) (-5 *1 (-1090))) ((*1 *1) (-5 *1 (-1090)))
- ((*1 *1) (-5 *1 (-1109))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-1109)))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-94 *2)) (-4 *2 (-756))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-99 *2)) (-4 *2 (-756))))
- ((*1 *1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-237 *3)) (-4 *3 (-1129))))
- ((*1 *1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-237 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2 *1 *3) (-12 (-5 *3 (-694)) (-4 *1 (-634 *2)) (-4 *2 (-1013))))
- ((*1 *2 *3 *4)
- (-12 (-5 *2 (-1185)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *2 (-1013)) (-5 *1 (-1108 *3 *2)) (-4 *3 (-1013)))))
+ (-12 (-4 *3 (-1014)) (-5 *1 (-796 *2 *3 *4)) (-4 *2 (-1014))
+ (-4 *4 (-609 *3))))
+ ((*1 *1) (-12 (-5 *1 (-799 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1057 *3 *2)) (-14 *3 (-695)) (-4 *2 (-962))))
+ ((*1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962))))
+ ((*1 *1 *1) (-5 *1 (-1091))) ((*1 *1) (-5 *1 (-1091)))
+ ((*1 *1) (-5 *1 (-1110))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-1110)))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-94 *2)) (-4 *2 (-757))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-99 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-237 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-237 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1 *3) (-12 (-5 *3 (-695)) (-4 *1 (-635 *2)) (-4 *2 (-1014))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *2 (-1186)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *2 (-1014)) (-5 *1 (-1109 *3 *2)) (-4 *3 (-1014)))))
(((*1 *2)
- (-12 (-5 *2 (-85)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
(((*1 *2)
- (-12 (-5 *2 (-85)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
(((*1 *2)
- (-12 (-5 *2 (-85)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
(((*1 *2)
- (-12 (-5 *2 (-1185)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
+ (-12 (-5 *2 (-1186)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
(((*1 *2)
- (-12 (-5 *2 (-1185)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
+ (-12 (-5 *2 (-1186)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1108 *4 *5)) (-4 *4 (-1013))
- (-4 *5 (-1013)))))
+ (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1109 *4 *5)) (-4 *4 (-1014))
+ (-4 *5 (-1014)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1108 *4 *5)) (-4 *4 (-1013))
- (-4 *5 (-1013)))))
+ (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1109 *4 *5)) (-4 *4 (-1014))
+ (-4 *5 (-1014)))))
(((*1 *2)
- (-12 (-5 *2 (-1185)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
+ (-12 (-5 *2 (-1186)) (-5 *1 (-1109 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 (-2 (|:| -3861 *3) (|:| |entry| *4)))) (-4 *3 (-1013))
- (-4 *4 (-1013)) (-4 *1 (-1107 *3 *4))))
- ((*1 *1) (-12 (-4 *1 (-1107 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-1105 *2)) (-4 *2 (-312)))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3862 *3) (|:| |entry| *4)))) (-4 *3 (-1014))
+ (-4 *4 (-1014)) (-4 *1 (-1108 *3 *4))))
+ ((*1 *1) (-12 (-4 *1 (-1108 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-1106 *2)) (-4 *2 (-312)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-830)) (-5 *2 (-1085 *3)) (-5 *1 (-1105 *3)) (-4 *3 (-312)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-5 *1 (-1105 *2)) (-4 *2 (-312)))))
+ (-12 (-5 *4 (-831)) (-5 *2 (-1086 *3)) (-5 *1 (-1106 *3)) (-4 *3 (-312)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-5 *1 (-1106 *2)) (-4 *2 (-312)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-86)) (-4 *3 (-495)) (-5 *1 (-32 *3 *4)) (-4 *4 (-364 *3))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-55)) (-5 *1 (-86))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-694)) (-5 *1 (-86))))
- ((*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-86))))
+ (-12 (-5 *2 (-86)) (-4 *3 (-496)) (-5 *1 (-32 *3 *4)) (-4 *4 (-364 *3))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-55)) (-5 *1 (-86))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-695)) (-5 *1 (-86))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-86))))
((*1 *2 *2)
- (-12 (-5 *2 (-86)) (-4 *3 (-495)) (-5 *1 (-131 *3 *4)) (-4 *4 (-364 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-86)) (-5 *1 (-136))))
+ (-12 (-5 *2 (-86)) (-4 *3 (-496)) (-5 *1 (-131 *3 *4)) (-4 *4 (-364 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-86)) (-5 *1 (-136))))
((*1 *2 *2)
- (-12 (-5 *2 (-86)) (-4 *3 (-495)) (-5 *1 (-230 *3 *4))
- (-4 *4 (-13 (-364 *3) (-915)))))
+ (-12 (-5 *2 (-86)) (-4 *3 (-496)) (-5 *1 (-230 *3 *4))
+ (-4 *4 (-13 (-364 *3) (-916)))))
((*1 *2 *2) (-12 (-5 *2 (-86)) (-5 *1 (-253 *3)) (-4 *3 (-254))))
((*1 *2 *2) (-12 (-4 *1 (-254)) (-5 *2 (-86))))
((*1 *2 *2)
- (-12 (-5 *2 (-86)) (-4 *4 (-1013)) (-5 *1 (-363 *3 *4)) (-4 *3 (-364 *4))))
+ (-12 (-5 *2 (-86)) (-4 *4 (-1014)) (-5 *1 (-363 *3 *4)) (-4 *3 (-364 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-86)) (-4 *3 (-495)) (-5 *1 (-374 *3 *4)) (-4 *4 (-364 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-86)) (-5 *1 (-550 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-86)) (-4 *3 (-496)) (-5 *1 (-374 *3 *4)) (-4 *4 (-364 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-86)) (-5 *1 (-551 *3)) (-4 *3 (-1014))))
((*1 *2 *2)
- (-12 (-5 *2 (-86)) (-4 *3 (-495)) (-5 *1 (-568 *3 *4))
- (-4 *4 (-13 (-364 *3) (-915) (-1115)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-932))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1104 *2)) (-4 *2 (-1013)))))
+ (-12 (-5 *2 (-86)) (-4 *3 (-496)) (-5 *1 (-569 *3 *4))
+ (-4 *4 (-13 (-364 *3) (-916) (-1116)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-933))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-55)) (-5 *1 (-1105 *2)) (-4 *2 (-1014)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-5 *2 (-583 (-583 *3)))))
+ (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-5 *2 (-584 (-584 *3)))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
- (-4 *7 (-196 *3 *5)) (-5 *2 (-583 (-583 *5)))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-583 *3))) (-5 *1 (-1103 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-1013)) (-5 *1 (-1103 *3)))))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
+ (-4 *7 (-196 *3 *5)) (-5 *2 (-584 (-584 *5)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-584 *3))) (-5 *1 (-1104 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-1014)) (-5 *1 (-1104 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-756))
+ (-12 (-4 *4 (-757))
(-5 *2
- (-2 (|:| |f1| (-583 *4)) (|:| |f2| (-583 (-583 (-583 *4))))
- (|:| |f3| (-583 (-583 *4))) (|:| |f4| (-583 (-583 (-583 *4))))))
- (-5 *1 (-1101 *4)) (-5 *3 (-583 (-583 (-583 *4)))))))
+ (-2 (|:| |f1| (-584 *4)) (|:| |f2| (-584 (-584 (-584 *4))))
+ (|:| |f3| (-584 (-584 *4))) (|:| |f4| (-584 (-584 (-584 *4))))))
+ (-5 *1 (-1102 *4)) (-5 *3 (-584 (-584 (-584 *4)))))))
(((*1 *2 *3 *4 *5 *4 *4 *4)
- (-12 (-4 *6 (-756)) (-5 *3 (-583 *6)) (-5 *5 (-583 *3))
+ (-12 (-4 *6 (-757)) (-5 *3 (-584 *6)) (-5 *5 (-584 *3))
(-5 *2
- (-2 (|:| |f1| *3) (|:| |f2| (-583 *5)) (|:| |f3| *5) (|:| |f4| (-583 *5))))
- (-5 *1 (-1101 *6)) (-5 *4 (-583 *5)))))
+ (-2 (|:| |f1| *3) (|:| |f2| (-584 *5)) (|:| |f3| *5) (|:| |f4| (-584 *5))))
+ (-5 *1 (-1102 *6)) (-5 *4 (-584 *5)))))
(((*1 *2 *2)
(|partial| -12 (-4 *3 (-312)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
- (-5 *1 (-460 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5))))
+ (-5 *1 (-461 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-495)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
- (-4 *7 (-904 *4)) (-4 *2 (-627 *7 *8 *9))
- (-5 *1 (-461 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-627 *4 *5 *6))
+ (|partial| -12 (-4 *4 (-496)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
+ (-4 *7 (-905 *4)) (-4 *2 (-628 *7 *8 *9))
+ (-5 *1 (-462 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-628 *4 *5 *6))
(-4 *8 (-324 *7)) (-4 *9 (-324 *7))))
((*1 *1 *1)
- (|partial| -12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (|partial| -12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2)) (-4 *2 (-312))))
((*1 *2 *2)
(|partial| -12 (-4 *3 (-312)) (-4 *3 (-146)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-5 *1 (-629 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5))))
- ((*1 *1 *1) (|partial| -12 (-5 *1 (-630 *2)) (-4 *2 (-312)) (-4 *2 (-961))))
+ (-4 *5 (-324 *3)) (-5 *1 (-630 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5))))
+ ((*1 *1 *1) (|partial| -12 (-5 *1 (-631 *2)) (-4 *2 (-312)) (-4 *2 (-962))))
((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1037 *2 *3 *4 *5)) (-4 *3 (-961))
+ (|partial| -12 (-4 *1 (-1038 *2 *3 *4 *5)) (-4 *3 (-962))
(-4 *4 (-196 *2 *3)) (-4 *5 (-196 *2 *3)) (-4 *3 (-312))))
- ((*1 *2 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-1101 *3)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-1102 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-756)) (-5 *2 (-583 (-583 *4))) (-5 *1 (-1101 *4))
- (-5 *3 (-583 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-756)) (-5 *1 (-1101 *3)))))
+ (-12 (-4 *4 (-757)) (-5 *2 (-584 (-584 *4))) (-5 *1 (-1102 *4))
+ (-5 *3 (-584 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-757)) (-5 *1 (-1102 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-756)) (-5 *2 (-1103 (-583 *4))) (-5 *1 (-1101 *4))
- (-5 *3 (-583 *4)))))
+ (-12 (-4 *4 (-757)) (-5 *2 (-1104 (-584 *4))) (-5 *1 (-1102 *4))
+ (-5 *3 (-584 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-756)) (-5 *2 (-583 (-583 (-583 *4)))) (-5 *1 (-1101 *4))
- (-5 *3 (-583 (-583 *4))))))
+ (-12 (-4 *4 (-757)) (-5 *2 (-584 (-584 (-584 *4)))) (-5 *1 (-1102 *4))
+ (-5 *3 (-584 (-584 *4))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1103 (-583 *4))) (-4 *4 (-756)) (-5 *2 (-583 (-583 *4)))
- (-5 *1 (-1101 *4)))))
+ (-12 (-5 *3 (-1104 (-584 *4))) (-4 *4 (-757)) (-5 *2 (-584 (-584 *4)))
+ (-5 *1 (-1102 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-583 (-583 *4)))) (-5 *2 (-583 (-583 *4)))
- (-5 *1 (-1101 *4)) (-4 *4 (-756)))))
+ (-12 (-5 *3 (-584 (-584 (-584 *4)))) (-5 *2 (-584 (-584 *4)))
+ (-5 *1 (-1102 *4)) (-4 *4 (-757)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 (-583 (-583 *4)))) (-5 *2 (-583 (-583 *4))) (-4 *4 (-756))
- (-5 *1 (-1101 *4)))))
+ (-12 (-5 *3 (-584 (-584 (-584 *4)))) (-5 *2 (-584 (-584 *4))) (-4 *4 (-757))
+ (-5 *1 (-1102 *4)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-583 (-583 (-583 *4)))) (-5 *3 (-583 *4)) (-4 *4 (-756))
- (-5 *1 (-1101 *4)))))
+ (-12 (-5 *2 (-584 (-584 (-584 *4)))) (-5 *3 (-584 *4)) (-4 *4 (-757))
+ (-5 *1 (-1102 *4)))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-583 (-583 (-583 *5)))) (-5 *3 (-1 (-85) *5 *5))
- (-5 *4 (-583 *5)) (-4 *5 (-756)) (-5 *1 (-1101 *5)))))
+ (-12 (-5 *2 (-584 (-584 (-584 *5)))) (-5 *3 (-1 (-85) *5 *5))
+ (-5 *4 (-584 *5)) (-4 *5 (-757)) (-5 *1 (-1102 *5)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-85) *6 *6)) (-4 *6 (-756)) (-5 *4 (-583 *6))
- (-5 *2 (-2 (|:| |fs| (-85)) (|:| |sd| *4) (|:| |td| (-583 *4))))
- (-5 *1 (-1101 *6)) (-5 *5 (-583 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1100)))))
-(((*1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1100)))))
-(((*1 *2) (-12 (-5 *2 (-103)) (-5 *1 (-1100)))))
-(((*1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-1100)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-1100)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-350 (-857 *5)))) (-5 *4 (-583 (-1090))) (-4 *5 (-495))
- (-5 *2 (-583 (-583 (-857 *5)))) (-5 *1 (-1099 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-350 (-857 (-484)))))
- (-5 *2 (-583 (-583 (-249 (-857 *4))))) (-5 *1 (-332 *4))
- (-4 *4 (-13 (-755) (-312)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-249 (-350 (-857 (-484))))))
- (-5 *2 (-583 (-583 (-249 (-857 *4))))) (-5 *1 (-332 *4))
- (-4 *4 (-13 (-755) (-312)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 (-484)))) (-5 *2 (-583 (-249 (-857 *4))))
- (-5 *1 (-332 *4)) (-4 *4 (-13 (-755) (-312)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-249 (-350 (-857 (-484))))) (-5 *2 (-583 (-249 (-857 *4))))
- (-5 *1 (-332 *4)) (-4 *4 (-13 (-755) (-312)))))
+ (-12 (-5 *3 (-1 (-85) *6 *6)) (-4 *6 (-757)) (-5 *4 (-584 *6))
+ (-5 *2 (-2 (|:| |fs| (-85)) (|:| |sd| *4) (|:| |td| (-584 *4))))
+ (-5 *1 (-1102 *6)) (-5 *5 (-584 *4)))))
+(((*1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1101)))))
+(((*1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1101)))))
+(((*1 *2) (-12 (-5 *2 (-103)) (-5 *1 (-1101)))))
+(((*1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-1101)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-1101)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-350 (-858 *5)))) (-5 *4 (-584 (-1091))) (-4 *5 (-496))
+ (-5 *2 (-584 (-584 (-858 *5)))) (-5 *1 (-1100 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-350 (-858 (-485)))))
+ (-5 *2 (-584 (-584 (-249 (-858 *4))))) (-5 *1 (-332 *4))
+ (-4 *4 (-13 (-756) (-312)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-249 (-350 (-858 (-485))))))
+ (-5 *2 (-584 (-584 (-249 (-858 *4))))) (-5 *1 (-332 *4))
+ (-4 *4 (-13 (-756) (-312)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-350 (-858 (-485)))) (-5 *2 (-584 (-249 (-858 *4))))
+ (-5 *1 (-332 *4)) (-4 *4 (-13 (-756) (-312)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-249 (-350 (-858 (-485))))) (-5 *2 (-584 (-249 (-858 *4))))
+ (-5 *1 (-332 *4)) (-4 *4 (-13 (-756) (-312)))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1090))
- (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-4 *4 (-13 (-29 *6) (-1115) (-871)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -2012 (-583 *4))))
- (-5 *1 (-595 *6 *4 *3)) (-4 *3 (-600 *4))))
+ (|partial| -12 (-5 *5 (-1091))
+ (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-4 *4 (-13 (-29 *6) (-1116) (-872)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -2013 (-584 *4))))
+ (-5 *1 (-596 *6 *4 *3)) (-4 *3 (-601 *4))))
((*1 *2 *3 *2 *4 *2 *5)
- (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-583 *2))
- (-4 *2 (-13 (-29 *6) (-1115) (-871)))
- (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *1 (-595 *6 *2 *3)) (-4 *3 (-600 *2))))
+ (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-584 *2))
+ (-4 *2 (-13 (-29 *6) (-1116) (-872)))
+ (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *1 (-596 *6 *2 *3)) (-4 *3 (-601 *2))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1035 *5)))
- (-4 *4 (-13 (-324 *5) (-1035 *5)))
- (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2012 (-583 *4))))
- (-5 *1 (-609 *5 *6 *4 *3)) (-4 *3 (-627 *5 *6 *4))))
+ (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1036 *5)))
+ (-4 *4 (-13 (-324 *5) (-1036 *5)))
+ (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2013 (-584 *4))))
+ (-5 *1 (-610 *5 *6 *4 *3)) (-4 *3 (-628 *5 *6 *4))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1035 *5)))
- (-4 *7 (-13 (-324 *5) (-1035 *5)))
- (-5 *2 (-583 (-2 (|:| |particular| (-3 *7 #1#)) (|:| -2012 (-583 *7)))))
- (-5 *1 (-609 *5 *6 *7 *3)) (-5 *4 (-583 *7)) (-4 *3 (-627 *5 *6 *7))))
+ (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1036 *5)))
+ (-4 *7 (-13 (-324 *5) (-1036 *5)))
+ (-5 *2 (-584 (-2 (|:| |particular| (-3 *7 #1#)) (|:| -2013 (-584 *7)))))
+ (-5 *1 (-610 *5 *6 *7 *3)) (-5 *4 (-584 *7)) (-4 *3 (-628 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *5)) (-4 *5 (-312))
+ (-12 (-5 *3 (-631 *5)) (-4 *5 (-312))
(-5 *2
- (-2 (|:| |particular| (-3 (-1179 *5) #2="failed"))
- (|:| -2012 (-583 (-1179 *5)))))
- (-5 *1 (-610 *5)) (-5 *4 (-1179 *5))))
+ (-2 (|:| |particular| (-3 (-1180 *5) #2="failed"))
+ (|:| -2013 (-584 (-1180 *5)))))
+ (-5 *1 (-611 *5)) (-5 *4 (-1180 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-583 *5))) (-4 *5 (-312))
+ (-12 (-5 *3 (-584 (-584 *5))) (-4 *5 (-312))
(-5 *2
- (-2 (|:| |particular| (-3 (-1179 *5) #2#)) (|:| -2012 (-583 (-1179 *5)))))
- (-5 *1 (-610 *5)) (-5 *4 (-1179 *5))))
+ (-2 (|:| |particular| (-3 (-1180 *5) #2#)) (|:| -2013 (-584 (-1180 *5)))))
+ (-5 *1 (-611 *5)) (-5 *4 (-1180 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *5)) (-4 *5 (-312))
+ (-12 (-5 *3 (-631 *5)) (-4 *5 (-312))
(-5 *2
- (-583
- (-2 (|:| |particular| (-3 (-1179 *5) #2#))
- (|:| -2012 (-583 (-1179 *5))))))
- (-5 *1 (-610 *5)) (-5 *4 (-583 (-1179 *5)))))
+ (-584
+ (-2 (|:| |particular| (-3 (-1180 *5) #2#))
+ (|:| -2013 (-584 (-1180 *5))))))
+ (-5 *1 (-611 *5)) (-5 *4 (-584 (-1180 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-583 *5))) (-4 *5 (-312))
+ (-12 (-5 *3 (-584 (-584 *5))) (-4 *5 (-312))
(-5 *2
- (-583
- (-2 (|:| |particular| (-3 (-1179 *5) #2#))
- (|:| -2012 (-583 (-1179 *5))))))
- (-5 *1 (-610 *5)) (-5 *4 (-583 (-1179 *5)))))
+ (-584
+ (-2 (|:| |particular| (-3 (-1180 *5) #2#))
+ (|:| -2013 (-584 (-1180 *5))))))
+ (-5 *1 (-611 *5)) (-5 *4 (-584 (-1180 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-583 (-1090))) (-4 *5 (-495))
- (-5 *2 (-583 (-583 (-249 (-350 (-857 *5)))))) (-5 *1 (-693 *5))))
+ (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-584 (-1091))) (-4 *5 (-496))
+ (-5 *2 (-584 (-584 (-249 (-350 (-858 *5)))))) (-5 *1 (-694 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-495))
- (-5 *2 (-583 (-583 (-249 (-350 (-857 *4)))))) (-5 *1 (-693 *4))))
+ (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-496))
+ (-5 *2 (-584 (-584 (-249 (-350 (-858 *4)))))) (-5 *1 (-694 *4))))
((*1 *2 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-86)) (-5 *4 (-1090))
- (-4 *5 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120))) (-5 *1 (-695 *5 *2))
- (-4 *2 (-13 (-29 *5) (-1115) (-871)))))
+ (|partial| -12 (-5 *3 (-86)) (-5 *4 (-1091))
+ (-4 *5 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120))) (-5 *1 (-696 *5 *2))
+ (-4 *2 (-13 (-29 *5) (-1116) (-872)))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-630 *7)) (-5 *5 (-1090))
- (-4 *7 (-13 (-29 *6) (-1115) (-871)))
- (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-2 (|:| |particular| (-1179 *7)) (|:| -2012 (-583 (-1179 *7)))))
- (-5 *1 (-725 *6 *7)) (-5 *4 (-1179 *7))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-630 *6)) (-5 *4 (-1090))
- (-4 *6 (-13 (-29 *5) (-1115) (-871)))
- (-4 *5 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-583 (-1179 *6))) (-5 *1 (-725 *5 *6))))
+ (|partial| -12 (-5 *3 (-631 *7)) (-5 *5 (-1091))
+ (-4 *7 (-13 (-29 *6) (-1116) (-872)))
+ (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-2 (|:| |particular| (-1180 *7)) (|:| -2013 (-584 (-1180 *7)))))
+ (-5 *1 (-726 *6 *7)) (-5 *4 (-1180 *7))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-631 *6)) (-5 *4 (-1091))
+ (-4 *6 (-13 (-29 *5) (-1116) (-872)))
+ (-4 *5 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-584 (-1180 *6))) (-5 *1 (-726 *5 *6))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-583 (-249 *7))) (-5 *4 (-583 (-86))) (-5 *5 (-1090))
- (-4 *7 (-13 (-29 *6) (-1115) (-871)))
- (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-2 (|:| |particular| (-1179 *7)) (|:| -2012 (-583 (-1179 *7)))))
- (-5 *1 (-725 *6 *7))))
+ (|partial| -12 (-5 *3 (-584 (-249 *7))) (-5 *4 (-584 (-86))) (-5 *5 (-1091))
+ (-4 *7 (-13 (-29 *6) (-1116) (-872)))
+ (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-2 (|:| |particular| (-1180 *7)) (|:| -2013 (-584 (-1180 *7)))))
+ (-5 *1 (-726 *6 *7))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-583 *7)) (-5 *4 (-583 (-86))) (-5 *5 (-1090))
- (-4 *7 (-13 (-29 *6) (-1115) (-871)))
- (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-2 (|:| |particular| (-1179 *7)) (|:| -2012 (-583 (-1179 *7)))))
- (-5 *1 (-725 *6 *7))))
+ (|partial| -12 (-5 *3 (-584 *7)) (-5 *4 (-584 (-86))) (-5 *5 (-1091))
+ (-4 *7 (-13 (-29 *6) (-1116) (-872)))
+ (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-2 (|:| |particular| (-1180 *7)) (|:| -2013 (-584 (-1180 *7)))))
+ (-5 *1 (-726 *6 *7))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-249 *7)) (-5 *4 (-86)) (-5 *5 (-1090))
- (-4 *7 (-13 (-29 *6) (-1115) (-871)))
- (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -2012 (-583 *7))) *7 #3="failed"))
- (-5 *1 (-725 *6 *7))))
+ (-12 (-5 *3 (-249 *7)) (-5 *4 (-86)) (-5 *5 (-1091))
+ (-4 *7 (-13 (-29 *6) (-1116) (-872)))
+ (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -2013 (-584 *7))) *7 #3="failed"))
+ (-5 *1 (-726 *6 *7))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-86)) (-5 *5 (-1090))
- (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -2012 (-583 *3))) *3 #3#))
- (-5 *1 (-725 *6 *3)) (-4 *3 (-13 (-29 *6) (-1115) (-871)))))
+ (-12 (-5 *4 (-86)) (-5 *5 (-1091))
+ (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -2013 (-584 *3))) *3 #3#))
+ (-5 *1 (-726 *6 *3)) (-4 *3 (-13 (-29 *6) (-1116) (-872)))))
((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-249 *2)) (-5 *4 (-86)) (-5 *5 (-583 *2))
- (-4 *2 (-13 (-29 *6) (-1115) (-871))) (-5 *1 (-725 *6 *2))
- (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))))
+ (|partial| -12 (-5 *3 (-249 *2)) (-5 *4 (-86)) (-5 *5 (-584 *2))
+ (-4 *2 (-13 (-29 *6) (-1116) (-872))) (-5 *1 (-726 *6 *2))
+ (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))))
((*1 *2 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-86)) (-5 *4 (-249 *2)) (-5 *5 (-583 *2))
- (-4 *2 (-13 (-29 *6) (-1115) (-871)))
- (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *1 (-725 *6 *2))))
+ (|partial| -12 (-5 *3 (-86)) (-5 *4 (-249 *2)) (-5 *5 (-584 *2))
+ (-4 *2 (-13 (-29 *6) (-1116) (-872)))
+ (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *1 (-726 *6 *2))))
((*1 *2 *3 *4 *5)
(|partial| -12
(-5 *5
- (-1 (-3 (-2 (|:| |particular| *6) (|:| -2012 (-583 *6))) "failed") *7 *6))
- (-4 *6 (-312)) (-4 *7 (-600 *6))
- (-5 *2 (-2 (|:| |particular| (-1179 *6)) (|:| -2012 (-630 *6))))
- (-5 *1 (-733 *6 *7)) (-5 *3 (-630 *6)) (-5 *4 (-1179 *6))))
+ (-1 (-3 (-2 (|:| |particular| *6) (|:| -2013 (-584 *6))) "failed") *7 *6))
+ (-4 *6 (-312)) (-4 *7 (-601 *6))
+ (-5 *2 (-2 (|:| |particular| (-1180 *6)) (|:| -2013 (-631 *6))))
+ (-5 *1 (-734 *6 *7)) (-5 *3 (-631 *6)) (-5 *4 (-1180 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-857 (-350 (-484)))) (-5 *2 (-583 (-330))) (-5 *1 (-936))
+ (-12 (-5 *3 (-858 (-350 (-485)))) (-5 *2 (-584 (-330))) (-5 *1 (-937))
(-5 *4 (-330))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-857 (-484))) (-5 *2 (-583 (-330))) (-5 *1 (-936))
+ (-12 (-5 *3 (-858 (-485))) (-5 *2 (-584 (-330))) (-5 *1 (-937))
(-5 *4 (-330))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *2 (-583 *4)) (-5 *1 (-1042 *3 *4)) (-4 *3 (-1155 *4))))
+ (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *2 (-584 *4)) (-5 *1 (-1043 *3 *4)) (-4 *3 (-1156 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-583 (-249 (-265 *4)))) (-5 *1 (-1045 *4)) (-5 *3 (-265 *4))))
+ (-12 (-4 *4 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-584 (-249 (-265 *4)))) (-5 *1 (-1046 *4)) (-5 *3 (-265 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-583 (-249 (-265 *4)))) (-5 *1 (-1045 *4))
+ (-12 (-4 *4 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-584 (-249 (-265 *4)))) (-5 *1 (-1046 *4))
(-5 *3 (-249 (-265 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-583 (-249 (-265 *5)))) (-5 *1 (-1045 *5))
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-584 (-249 (-265 *5)))) (-5 *1 (-1046 *5))
(-5 *3 (-249 (-265 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-583 (-249 (-265 *5)))) (-5 *1 (-1045 *5)) (-5 *3 (-265 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-1090)))
- (-4 *5 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-583 (-583 (-249 (-265 *5))))) (-5 *1 (-1045 *5))
- (-5 *3 (-583 (-249 (-265 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-350 (-857 *5)))) (-5 *4 (-583 (-1090))) (-4 *5 (-495))
- (-5 *2 (-583 (-583 (-249 (-350 (-857 *5)))))) (-5 *1 (-1099 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-1090))) (-4 *5 (-495))
- (-5 *2 (-583 (-583 (-249 (-350 (-857 *5)))))) (-5 *1 (-1099 *5))
- (-5 *3 (-583 (-249 (-350 (-857 *5)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-583 (-350 (-857 *4)))) (-4 *4 (-495))
- (-5 *2 (-583 (-583 (-249 (-350 (-857 *4)))))) (-5 *1 (-1099 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-583 (-583 (-249 (-350 (-857 *4))))))
- (-5 *1 (-1099 *4)) (-5 *3 (-583 (-249 (-350 (-857 *4)))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-495)) (-5 *2 (-583 (-249 (-350 (-857 *5)))))
- (-5 *1 (-1099 *5)) (-5 *3 (-350 (-857 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-495)) (-5 *2 (-583 (-249 (-350 (-857 *5)))))
- (-5 *1 (-1099 *5)) (-5 *3 (-249 (-350 (-857 *5))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-583 (-249 (-350 (-857 *4))))) (-5 *1 (-1099 *4))
- (-5 *3 (-350 (-857 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-583 (-249 (-350 (-857 *4))))) (-5 *1 (-1099 *4))
- (-5 *3 (-249 (-350 (-857 *4)))))))
-(((*1 *2 *1) (-12 (-5 *1 (-632 *2)) (-4 *2 (-552 (-772)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-785))))
- ((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-785))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-484))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1073))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-446))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-528))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-418))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-110))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-129))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1081))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-565))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1008))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1003))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-985))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-883))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-154))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-948))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-263))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-613))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-127))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1067))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-463))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1191))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-978))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-458))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-622))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-67))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1029))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-106))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-539))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-1190))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-617))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-172))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051)) (-5 *2 (-462))))
- ((*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-1095))))
- ((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-1095))))
- ((*1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-1095))))
- ((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-1095)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-1095))) (-5 *1 (-1095))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-583 (-1095))) (-5 *1 (-1095)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1095)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-446)) (-5 *1 (-234))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-3 (-484) (-179) (-446) (-1073) (-1095))) (-5 *1 (-1095)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-583 (-234))) (-5 *1 (-234))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-1095))) (-5 *1 (-1095)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1095)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2856)) (-5 *2 (-85)) (-5 *1 (-556))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2240)) (-5 *2 (-85)) (-5 *1 (-556))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2855)) (-5 *2 (-85)) (-5 *1 (-556))))
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-584 (-249 (-265 *5)))) (-5 *1 (-1046 *5)) (-5 *3 (-265 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-584 (-1091)))
+ (-4 *5 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-584 (-584 (-249 (-265 *5))))) (-5 *1 (-1046 *5))
+ (-5 *3 (-584 (-249 (-265 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-350 (-858 *5)))) (-5 *4 (-584 (-1091))) (-4 *5 (-496))
+ (-5 *2 (-584 (-584 (-249 (-350 (-858 *5)))))) (-5 *1 (-1100 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-584 (-1091))) (-4 *5 (-496))
+ (-5 *2 (-584 (-584 (-249 (-350 (-858 *5)))))) (-5 *1 (-1100 *5))
+ (-5 *3 (-584 (-249 (-350 (-858 *5)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-584 (-350 (-858 *4)))) (-4 *4 (-496))
+ (-5 *2 (-584 (-584 (-249 (-350 (-858 *4)))))) (-5 *1 (-1100 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-496)) (-5 *2 (-584 (-584 (-249 (-350 (-858 *4))))))
+ (-5 *1 (-1100 *4)) (-5 *3 (-584 (-249 (-350 (-858 *4)))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1091)) (-4 *5 (-496)) (-5 *2 (-584 (-249 (-350 (-858 *5)))))
+ (-5 *1 (-1100 *5)) (-5 *3 (-350 (-858 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1091)) (-4 *5 (-496)) (-5 *2 (-584 (-249 (-350 (-858 *5)))))
+ (-5 *1 (-1100 *5)) (-5 *3 (-249 (-350 (-858 *5))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-496)) (-5 *2 (-584 (-249 (-350 (-858 *4))))) (-5 *1 (-1100 *4))
+ (-5 *3 (-350 (-858 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-496)) (-5 *2 (-584 (-249 (-350 (-858 *4))))) (-5 *1 (-1100 *4))
+ (-5 *3 (-249 (-350 (-858 *4)))))))
+(((*1 *2 *1) (-12 (-5 *1 (-633 *2)) (-4 *2 (-553 (-773)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-786))))
+ ((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-786))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-485))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1074))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-447))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-529))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-418))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-129))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1082))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-566))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1009))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1004))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-986))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-884))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-154))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-949))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-263))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-614))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-127))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1068))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-464))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1192))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-979))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-459))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-623))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-67))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1030))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-106))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-540))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-1191))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-618))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-172))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1052)) (-5 *2 (-463))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-1096))))
+ ((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-1096))))
+ ((*1 *2 *1) (-12 (-5 *2 (-179)) (-5 *1 (-1096))))
+ ((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-1096)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-1096))) (-5 *1 (-1096))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-584 (-1096))) (-5 *1 (-1096)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1096)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-447)) (-5 *1 (-234))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-3 (-485) (-179) (-447) (-1074) (-1096))) (-5 *1 (-1096)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-584 (-234))) (-5 *1 (-234))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-1096))) (-5 *1 (-1096)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1096)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2857)) (-5 *2 (-85)) (-5 *1 (-557))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2241)) (-5 *2 (-85)) (-5 *1 (-557))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2856)) (-5 *2 (-85)) (-5 *1 (-557))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -2365)) (-5 *2 (-85)) (-5 *1 (-632 *4))
- (-4 *4 (-552 (-772)))))
+ (-12 (-5 *3 (|[\|\|]| -2366)) (-5 *2 (-85)) (-5 *1 (-633 *4))
+ (-4 *4 (-553 (-773)))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-552 (-772))) (-5 *2 (-85))
- (-5 *1 (-632 *4))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1073))) (-5 *2 (-85)) (-5 *1 (-785))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-446))) (-5 *2 (-85)) (-5 *1 (-785))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-484))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1073))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-446))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-528))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-418))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-110))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-129))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1081))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-565))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1008))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1003))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-985))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-883))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-948))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-263))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-613))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-127))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1067))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-463))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1191))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-978))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-458))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-622))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-67))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1029))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-106))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-539))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-111))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-1190))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-617))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-172))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-1051)) (-5 *3 (|[\|\|]| (-462))) (-5 *2 (-85))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1073))) (-5 *2 (-85)) (-5 *1 (-1095))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-446))) (-5 *2 (-85)) (-5 *1 (-1095))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-179))) (-5 *2 (-85)) (-5 *1 (-1095))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-484))) (-5 *2 (-85)) (-5 *1 (-1095)))))
-(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-247))) ((*1 *1) (-5 *1 (-772)))
+ (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-553 (-773))) (-5 *2 (-85))
+ (-5 *1 (-633 *4))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1074))) (-5 *2 (-85)) (-5 *1 (-786))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-447))) (-5 *2 (-85)) (-5 *1 (-786))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-485))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1074))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-447))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-529))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-418))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-110))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-129))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1082))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-566))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1009))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1004))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-986))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-884))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-949))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-263))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-614))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-127))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1068))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-464))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1192))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-979))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-459))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-623))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-67))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1030))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-106))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-540))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-111))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-1191))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-618))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-172))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-1052)) (-5 *3 (|[\|\|]| (-463))) (-5 *2 (-85))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1074))) (-5 *2 (-85)) (-5 *1 (-1096))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-447))) (-5 *2 (-85)) (-5 *1 (-1096))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-179))) (-5 *2 (-85)) (-5 *1 (-1096))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-485))) (-5 *2 (-85)) (-5 *1 (-1096)))))
+(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-247))) ((*1 *1) (-5 *1 (-773)))
((*1 *1)
- (-12 (-4 *2 (-392)) (-4 *3 (-756)) (-4 *4 (-717)) (-5 *1 (-899 *2 *3 *4 *5))
- (-4 *5 (-861 *2 *4 *3))))
- ((*1 *1) (-5 *1 (-997)))
+ (-12 (-4 *2 (-392)) (-4 *3 (-757)) (-4 *4 (-718)) (-5 *1 (-900 *2 *3 *4 *5))
+ (-4 *5 (-862 *2 *4 *3))))
+ ((*1 *1) (-5 *1 (-998)))
((*1 *1)
- (-12 (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34)))
- (-4 *3 (-13 (-1013) (-34)))))
- ((*1 *1) (-5 *1 (-1093))) ((*1 *1) (-5 *1 (-1094))))
-(((*1 *2 *3 *2 *3) (-12 (-5 *2 (-379)) (-5 *3 (-1090)) (-5 *1 (-1093))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1090)) (-5 *1 (-1093))))
+ (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34)))
+ (-4 *3 (-13 (-1014) (-34)))))
+ ((*1 *1) (-5 *1 (-1094))) ((*1 *1) (-5 *1 (-1095))))
+(((*1 *2 *3 *2 *3) (-12 (-5 *2 (-379)) (-5 *3 (-1091)) (-5 *1 (-1094))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1091)) (-5 *1 (-1094))))
((*1 *2 *3 *2 *4 *1)
- (-12 (-5 *2 (-379)) (-5 *3 (-583 (-1090))) (-5 *4 (-1090)) (-5 *1 (-1093))))
- ((*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-379)) (-5 *3 (-1090)) (-5 *1 (-1093))))
- ((*1 *2 *3 *2 *1) (-12 (-5 *2 (-379)) (-5 *3 (-1090)) (-5 *1 (-1094))))
- ((*1 *2 *3 *2 *1) (-12 (-5 *2 (-379)) (-5 *3 (-583 (-1090))) (-5 *1 (-1094)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1090)) (-5 *2 (-379)) (-5 *1 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1090))) (-5 *1 (-1094)))))
+ (-12 (-5 *2 (-379)) (-5 *3 (-584 (-1091))) (-5 *4 (-1091)) (-5 *1 (-1094))))
+ ((*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-379)) (-5 *3 (-1091)) (-5 *1 (-1094))))
+ ((*1 *2 *3 *2 *1) (-12 (-5 *2 (-379)) (-5 *3 (-1091)) (-5 *1 (-1095))))
+ ((*1 *2 *3 *2 *1) (-12 (-5 *2 (-379)) (-5 *3 (-584 (-1091))) (-5 *1 (-1095)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1091)) (-5 *2 (-379)) (-5 *1 (-1095)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1091))) (-5 *1 (-1095)))))
(((*1 *2 *3 *1)
(-12 (-5 *3 (-377))
(-5 *2
- (-583
- (-3 (|:| -3543 (-1090))
- (|:| -3226 (-583 (-3 (|:| S (-1090)) (|:| P (-857 (-484)))))))))
- (-5 *1 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1090))) (-5 *1 (-1094)))))
+ (-584
+ (-3 (|:| -3544 (-1091))
+ (|:| -3227 (-584 (-3 (|:| S (-1091)) (|:| P (-858 (-485)))))))))
+ (-5 *1 (-1095)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1091))) (-5 *1 (-1095)))))
(((*1 *2 *1)
(-12
(-5 *2
- (-583
- (-583
- (-3 (|:| -3543 (-1090))
- (|:| -3226 (-583 (-3 (|:| S (-1090)) (|:| P (-857 (-484))))))))))
- (-5 *1 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1015)) (-5 *1 (-1094)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093))))
- ((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-1094)))))
+ (-584
+ (-584
+ (-3 (|:| -3544 (-1091))
+ (|:| -3227 (-584 (-3 (|:| S (-1091)) (|:| P (-858 (-485))))))))))
+ (-5 *1 (-1095)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1016)) (-5 *1 (-1095)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-1095)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 (-2 (|:| -3861 (-1090)) (|:| |entry| (-379)))))
- (-5 *1 (-1094)))))
-(((*1 *1) (-5 *1 (-1093))))
-(((*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093))))
- ((*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1093)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093)))))
-(((*1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-1093)))))
-(((*1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-1093)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-1090))) (-5 *2 (-1185)) (-5 *1 (-1093))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-1090))) (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3862 (-1091)) (|:| |entry| (-379)))))
+ (-5 *1 (-1095)))))
+(((*1 *1) (-5 *1 (-1094))))
+(((*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094))))
+ ((*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1094)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094)))))
+(((*1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-1094)))))
+(((*1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-1094)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-1091))) (-5 *2 (-1186)) (-5 *1 (-1094))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-584 (-1091))) (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094))))
((*1 *2 *3 *4 *1)
- (-12 (-5 *4 (-583 (-1090))) (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093)))))
+ (-12 (-5 *4 (-584 (-1091))) (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-3 (|:| |fst| (-377)) (|:| -3911 #1="void"))) (-5 *2 (-1185))
- (-5 *1 (-1093))))
+ (-12 (-5 *3 (-3 (|:| |fst| (-377)) (|:| -3912 #1="void"))) (-5 *2 (-1186))
+ (-5 *1 (-1094))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1090)) (-5 *4 (-3 (|:| |fst| (-377)) (|:| -3911 #1#)))
- (-5 *2 (-1185)) (-5 *1 (-1093))))
+ (-12 (-5 *3 (-1091)) (-5 *4 (-3 (|:| |fst| (-377)) (|:| -3912 #1#)))
+ (-5 *2 (-1186)) (-5 *1 (-1094))))
((*1 *2 *3 *4 *1)
- (-12 (-5 *3 (-1090)) (-5 *4 (-3 (|:| |fst| (-377)) (|:| -3911 #1#)))
- (-5 *2 (-1185)) (-5 *1 (-1093)))))
-(((*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1093))))
- ((*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093))))
- ((*1 *2 *3 *1) (-12 (-5 *3 (-1090)) (-5 *2 (-1185)) (-5 *1 (-1093)))))
+ (-12 (-5 *3 (-1091)) (-5 *4 (-3 (|:| |fst| (-377)) (|:| -3912 #1#)))
+ (-5 *2 (-1186)) (-5 *1 (-1094)))))
+(((*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1094))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094))))
+ ((*1 *2 *3 *1) (-12 (-5 *3 (-1091)) (-5 *2 (-1186)) (-5 *1 (-1094)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1090)) (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3911 "void")))
- (-5 *1 (-1093)))))
-(((*1 *2 *3 *1) (-12 (-5 *2 (-583 (-1090))) (-5 *1 (-1093)) (-5 *3 (-1090)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1090)) (-5 *2 (-1094)) (-5 *1 (-1093)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-583 *4)) (-4 *4 (-961)) (-5 *2 (-1179 *4)) (-5 *1 (-1091 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-830)) (-5 *2 (-1179 *3)) (-5 *1 (-1091 *3)) (-4 *3 (-961)))))
-(((*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-1090)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-67))))
- ((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-78))))
- ((*1 *2 *1) (-12 (-4 *1 (-314 *2 *3)) (-4 *3 (-1013)) (-4 *2 (-1013))))
- ((*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1073))))
- ((*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-380 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-423))))
- ((*1 *2 *1) (-12 (-4 *1 (-747 *2)) (-4 *2 (-1013))))
- ((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-774))))
- ((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-876))))
- ((*1 *2 *1) (-12 (-5 *2 (-1090)) (-5 *1 (-988 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-1029)))) ((*1 *1 *1) (-5 *1 (-1090))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1090)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772))))
+ (-12 (-5 *3 (-1091)) (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3912 "void")))
+ (-5 *1 (-1094)))))
+(((*1 *2 *3 *1) (-12 (-5 *2 (-584 (-1091))) (-5 *1 (-1094)) (-5 *3 (-1091)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1091)) (-5 *2 (-1095)) (-5 *1 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-584 *4)) (-4 *4 (-962)) (-5 *2 (-1180 *4)) (-5 *1 (-1092 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-831)) (-5 *2 (-1180 *3)) (-5 *1 (-1092 *3)) (-4 *3 (-962)))))
+(((*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-1091)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-67))))
+ ((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-78))))
+ ((*1 *2 *1) (-12 (-4 *1 (-314 *2 *3)) (-4 *3 (-1014)) (-4 *2 (-1014))))
+ ((*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1074))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-380 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-423))))
+ ((*1 *2 *1) (-12 (-4 *1 (-748 *2)) (-4 *2 (-1014))))
+ ((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-775))))
+ ((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-877))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-989 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-1030)))) ((*1 *1 *1) (-5 *1 (-1091))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-1091)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773))))
((*1 *2 *1)
(-12
(-5 *2
- (-2 (|:| -2585 (-583 (-772))) (|:| -2484 (-583 (-772)))
- (|:| |presup| (-583 (-772))) (|:| -2583 (-583 (-772)))
- (|:| |args| (-583 (-772)))))
- (-5 *1 (-1090)))))
+ (-2 (|:| -2586 (-584 (-773))) (|:| -2485 (-584 (-773)))
+ (|:| |presup| (-584 (-773))) (|:| -2584 (-584 (-773)))
+ (|:| |args| (-584 (-773)))))
+ (-5 *1 (-1091)))))
(((*1 *1 *1 *2)
(-12
(-5 *2
- (-2 (|:| -2585 (-583 (-772))) (|:| -2484 (-583 (-772)))
- (|:| |presup| (-583 (-772))) (|:| -2583 (-583 (-772)))
- (|:| |args| (-583 (-772)))))
- (-5 *1 (-1090))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-583 (-772)))) (-5 *1 (-1090)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-1090)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-1090)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-1090)))))
-(((*1 *1 *1) (-5 *1 (-772)))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1016 *2 *3 *4 *5 *6)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013))))
- ((*1 *1 *2) (-12 (-5 *2 (-446)) (-5 *1 (-1073))))
- ((*1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-1073))))
- ((*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-1073))))
- ((*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-1090)))))
-(((*1 *1 *2) (-12 (-4 *1 (-608 *2)) (-4 *2 (-1129))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-1090))) (-5 *1 (-1090)))))
+ (-2 (|:| -2586 (-584 (-773))) (|:| -2485 (-584 (-773)))
+ (|:| |presup| (-584 (-773))) (|:| -2584 (-584 (-773)))
+ (|:| |args| (-584 (-773)))))
+ (-5 *1 (-1091))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-584 (-773)))) (-5 *1 (-1091)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-1091)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-1091)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-1091)))))
+(((*1 *1 *1) (-5 *1 (-773)))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1017 *2 *3 *4 *5 *6)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014))))
+ ((*1 *1 *2) (-12 (-5 *2 (-447)) (-5 *1 (-1074))))
+ ((*1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-1074))))
+ ((*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-1074))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-1091)))))
+(((*1 *1 *2) (-12 (-4 *1 (-609 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-1091))) (-5 *1 (-1091)))))
(((*1 *2 *1 *3 *3 *4)
- (-12 (-5 *3 (-1 (-772) (-772) (-772))) (-5 *4 (-484)) (-5 *2 (-772))
- (-5 *1 (-591 *5 *6 *7)) (-4 *5 (-1013)) (-4 *6 (-23)) (-14 *7 *6)))
+ (-12 (-5 *3 (-1 (-773) (-773) (-773))) (-5 *4 (-485)) (-5 *2 (-773))
+ (-5 *1 (-592 *5 *6 *7)) (-4 *5 (-1014)) (-4 *6 (-23)) (-14 *7 *6)))
((*1 *2 *1 *2)
- (-12 (-5 *2 (-772)) (-5 *1 (-763 *3 *4 *5)) (-4 *3 (-961)) (-14 *4 (-69 *3))
+ (-12 (-5 *2 (-773)) (-5 *1 (-764 *3 *4 *5)) (-4 *3 (-962)) (-14 *4 (-69 *3))
(-14 *5 (-1 *3 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-772))))
- ((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-772))))
- ((*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-772))))
- ((*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-772)) (-5 *1 (-1085 *3)) (-4 *3 (-961)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-773))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-773))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-773))))
+ ((*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-773)) (-5 *1 (-1086 *3)) (-4 *3 (-962)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1001 *3)) (-4 *3 (-861 *7 *6 *4)) (-4 *6 (-717)) (-4 *4 (-756))
- (-4 *7 (-495)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-484))))
- (-5 *1 (-529 *6 *4 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-717)) (-4 *4 (-756)) (-4 *6 (-495))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-484)))) (-5 *1 (-529 *5 *4 *6 *3))
- (-4 *3 (-861 *6 *5 *4))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-772))) ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *1) (-5 *1 (-772)))
+ (-12 (-5 *5 (-1002 *3)) (-4 *3 (-862 *7 *6 *4)) (-4 *6 (-718)) (-4 *4 (-757))
+ (-4 *7 (-496)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-485))))
+ (-5 *1 (-530 *6 *4 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-718)) (-4 *4 (-757)) (-4 *6 (-496))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-485)))) (-5 *1 (-530 *5 *4 *6 *3))
+ (-4 *3 (-862 *6 *5 *4))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-773))) ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *1) (-5 *1 (-773)))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484))))
- (-5 *1 (-1083 *4 *2)) (-4 *2 (-13 (-364 *4) (-133) (-27) (-1115)))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485))))
+ (-5 *1 (-1084 *4 *2)) (-4 *2 (-13 (-364 *4) (-133) (-27) (-1116)))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1004 *2)) (-4 *2 (-13 (-364 *4) (-133) (-27) (-1115)))
- (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-1083 *4 *2))))
+ (-12 (-5 *3 (-1005 *2)) (-4 *2 (-13 (-364 *4) (-133) (-27) (-1116)))
+ (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-1084 *4 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-495) (-950 (-484))))
- (-5 *2 (-350 (-857 *5))) (-5 *1 (-1084 *5)) (-5 *3 (-857 *5))))
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-496) (-951 (-485))))
+ (-5 *2 (-350 (-858 *5))) (-5 *1 (-1085 *5)) (-5 *3 (-858 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-495) (-950 (-484))))
- (-5 *2 (-3 (-350 (-857 *5)) (-265 *5))) (-5 *1 (-1084 *5))
- (-5 *3 (-350 (-857 *5)))))
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-496) (-951 (-485))))
+ (-5 *2 (-3 (-350 (-858 *5)) (-265 *5))) (-5 *1 (-1085 *5))
+ (-5 *3 (-350 (-858 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1004 (-857 *5))) (-5 *3 (-857 *5))
- (-4 *5 (-13 (-495) (-950 (-484)))) (-5 *2 (-350 *3)) (-5 *1 (-1084 *5))))
+ (-12 (-5 *4 (-1005 (-858 *5))) (-5 *3 (-858 *5))
+ (-4 *5 (-13 (-496) (-951 (-485)))) (-5 *2 (-350 *3)) (-5 *1 (-1085 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1004 (-350 (-857 *5)))) (-5 *3 (-350 (-857 *5)))
- (-4 *5 (-13 (-495) (-950 (-484)))) (-5 *2 (-3 *3 (-265 *5)))
- (-5 *1 (-1084 *5)))))
+ (-12 (-5 *4 (-1005 (-350 (-858 *5)))) (-5 *3 (-350 (-858 *5)))
+ (-4 *5 (-13 (-496) (-951 (-485)))) (-5 *2 (-3 *3 (-265 *5)))
+ (-5 *1 (-1085 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-800 *4)) (-4 *4 (-1013)) (-5 *2 (-1 (-85) *5))
- (-5 *1 (-801 *4 *5)) (-4 *5 (-1129))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1081)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-4 *1 (-124 *3))))
+ (-12 (-5 *3 (-801 *4)) (-4 *4 (-1014)) (-5 *2 (-1 (-85) *5))
+ (-5 *1 (-802 *4 *5)) (-4 *5 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1082)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-4 *1 (-124 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 (-2 (|:| -2401 (-694)) (|:| -3774 *4) (|:| |num| *4))))
- (-4 *4 (-1155 *3)) (-4 *3 (-13 (-312) (-120))) (-5 *1 (-342 *3 *4))))
+ (-12 (-5 *2 (-584 (-2 (|:| -2402 (-695)) (|:| -3775 *4) (|:| |num| *4))))
+ (-4 *4 (-1156 *3)) (-4 *3 (-13 (-312) (-120))) (-5 *1 (-342 *3 *4))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3911 #1="void")))
- (-5 *3 (-583 (-857 (-484)))) (-5 *4 (-85)) (-5 *1 (-379))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3912 #1="void")))
+ (-5 *3 (-584 (-858 (-485)))) (-5 *4 (-85)) (-5 *1 (-379))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3911 #1#))) (-5 *3 (-583 (-1090)))
+ (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3912 #1#))) (-5 *3 (-584 (-1091)))
(-5 *4 (-85)) (-5 *1 (-379))))
- ((*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-536 *3)) (-4 *3 (-1129))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-574 *2)) (-4 *2 (-146))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-537 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-575 *2)) (-4 *2 (-146))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-614 *3)) (-4 *3 (-756)) (-5 *1 (-606 *3 *4)) (-4 *4 (-146))))
+ (-12 (-5 *2 (-615 *3)) (-4 *3 (-757)) (-5 *1 (-607 *3 *4)) (-4 *4 (-146))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-614 *3)) (-4 *3 (-756)) (-5 *1 (-606 *3 *4)) (-4 *4 (-146))))
+ (-12 (-5 *2 (-615 *3)) (-4 *3 (-757)) (-5 *1 (-607 *3 *4)) (-4 *4 (-146))))
((*1 *1 *2 *2)
- (-12 (-5 *2 (-614 *3)) (-4 *3 (-756)) (-5 *1 (-606 *3 *4)) (-4 *4 (-146))))
+ (-12 (-5 *2 (-615 *3)) (-4 *3 (-757)) (-5 *1 (-607 *3 *4)) (-4 *4 (-146))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-650 *2 *3 *4)) (-4 *2 (-756)) (-4 *3 (-1013))
+ (-12 (-5 *1 (-651 *2 *3 *4)) (-4 *2 (-757)) (-4 *3 (-1014))
(-14 *4
- (-1 (-85) (-2 (|:| -2400 *2) (|:| -2401 *3))
- (-2 (|:| -2400 *2) (|:| -2401 *3))))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-1028)) (-5 *1 (-749))))
- ((*1 *1 *2 *3) (-12 (-5 *1 (-782 *2 *3)) (-4 *2 (-1129)) (-4 *3 (-1129))))
+ (-1 (-85) (-2 (|:| -2401 *2) (|:| -2402 *3))
+ (-2 (|:| -2401 *2) (|:| -2402 *3))))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-1029)) (-5 *1 (-750))))
+ ((*1 *1 *2 *3) (-12 (-5 *1 (-783 *2 *3)) (-4 *2 (-1130)) (-4 *3 (-1130))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 (-2 (|:| -3861 (-1090)) (|:| |entry| *4)))) (-4 *4 (-1013))
- (-5 *1 (-798 *3 *4)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3862 (-1091)) (|:| |entry| *4)))) (-4 *4 (-1014))
+ (-5 *1 (-799 *3 *4)) (-4 *3 (-1014))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 *5)) (-4 *5 (-13 (-1013) (-34)))
- (-5 *2 (-583 (-1054 *3 *5))) (-5 *1 (-1054 *3 *5))
- (-4 *3 (-13 (-1013) (-34)))))
+ (-12 (-5 *4 (-584 *5)) (-4 *5 (-13 (-1014) (-34)))
+ (-5 *2 (-584 (-1055 *3 *5))) (-5 *1 (-1055 *3 *5))
+ (-4 *3 (-13 (-1014) (-34)))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-2 (|:| |val| *4) (|:| -1600 *5))))
- (-4 *4 (-13 (-1013) (-34))) (-4 *5 (-13 (-1013) (-34)))
- (-5 *2 (-583 (-1054 *4 *5))) (-5 *1 (-1054 *4 *5))))
+ (-12 (-5 *3 (-584 (-2 (|:| |val| *4) (|:| -1601 *5))))
+ (-4 *4 (-13 (-1014) (-34))) (-4 *5 (-13 (-1014) (-34)))
+ (-5 *2 (-584 (-1055 *4 *5))) (-5 *1 (-1055 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1600 *4))) (-4 *3 (-13 (-1013) (-34)))
- (-4 *4 (-13 (-1013) (-34))) (-5 *1 (-1054 *3 *4))))
+ (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1601 *4))) (-4 *3 (-13 (-1014) (-34)))
+ (-4 *4 (-13 (-1014) (-34))) (-5 *1 (-1055 *3 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34)))
- (-4 *3 (-13 (-1013) (-34)))))
+ (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34)))
+ (-4 *3 (-13 (-1014) (-34)))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-85)) (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34)))
- (-4 *3 (-13 (-1013) (-34)))))
+ (-12 (-5 *4 (-85)) (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34)))
+ (-4 *3 (-13 (-1014) (-34)))))
((*1 *1 *2 *3 *2 *4)
- (-12 (-5 *4 (-583 *3)) (-4 *3 (-13 (-1013) (-34))) (-5 *1 (-1055 *2 *3))
- (-4 *2 (-13 (-1013) (-34)))))
+ (-12 (-5 *4 (-584 *3)) (-4 *3 (-13 (-1014) (-34))) (-5 *1 (-1056 *2 *3))
+ (-4 *2 (-13 (-1014) (-34)))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-1054 *2 *3))) (-4 *2 (-13 (-1013) (-34)))
- (-4 *3 (-13 (-1013) (-34))) (-5 *1 (-1055 *2 *3))))
+ (-12 (-5 *4 (-584 (-1055 *2 *3))) (-4 *2 (-13 (-1014) (-34)))
+ (-4 *3 (-13 (-1014) (-34))) (-5 *1 (-1056 *2 *3))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-1055 *2 *3))) (-5 *1 (-1055 *2 *3))
- (-4 *2 (-13 (-1013) (-34))) (-4 *3 (-13 (-1013) (-34)))))
+ (-12 (-5 *4 (-584 (-1056 *2 *3))) (-5 *1 (-1056 *2 *3))
+ (-4 *2 (-13 (-1014) (-34))) (-4 *3 (-13 (-1014) (-34)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34)))
- (-4 *4 (-13 (-1013) (-34))) (-5 *1 (-1055 *3 *4))))
- ((*1 *1 *2 *3) (-12 (-5 *1 (-1080 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-110))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-129))))
- ((*1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1129))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-418))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-528))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-565))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1013)) (-4 *2 (-13 (-364 *4) (-796 *3) (-553 (-800 *3))))
- (-5 *1 (-987 *3 *4 *2)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3))))))
- ((*1 *2 *1) (-12 (-4 *2 (-1013)) (-5 *1 (-1080 *2 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-110))))
- ((*1 *2 *1) (-12 (-5 *2 (-1130)) (-5 *1 (-129))))
- ((*1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1129))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-418))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-528))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-565))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1013)) (-4 *2 (-13 (-364 *4) (-796 *3) (-553 (-800 *3))))
- (-5 *1 (-987 *3 *4 *2)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3))))))
- ((*1 *2 *1) (-12 (-4 *2 (-1013)) (-5 *1 (-1080 *3 *2)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-5 *2 (-85))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
-(((*1 *1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34)))
+ (-4 *4 (-13 (-1014) (-34))) (-5 *1 (-1056 *3 *4))))
+ ((*1 *1 *2 *3) (-12 (-5 *1 (-1081 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-110))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-129))))
+ ((*1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-418))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-529))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-566))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1014)) (-4 *2 (-13 (-364 *4) (-797 *3) (-554 (-801 *3))))
+ (-5 *1 (-988 *3 *4 *2)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3))))))
+ ((*1 *2 *1) (-12 (-4 *2 (-1014)) (-5 *1 (-1081 *2 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-110))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1131)) (-5 *1 (-129))))
+ ((*1 *2 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-418))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-529))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-566))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1014)) (-4 *2 (-13 (-364 *4) (-797 *3) (-554 (-801 *3))))
+ (-5 *1 (-988 *3 *4 *2)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3))))))
+ ((*1 *2 *1) (-12 (-4 *2 (-1014)) (-5 *1 (-1081 *3 *2)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-5 *2 (-85))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-85)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-85)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-85)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
-(((*1 *2 *1) (-12 (-4 *3 (-1129)) (-5 *2 (-583 *1)) (-4 *1 (-923 *3))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
+(((*1 *2 *1) (-12 (-4 *3 (-1130)) (-5 *2 (-584 *1)) (-4 *1 (-924 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-583 (-1079 *3 *4))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830))
- (-4 *4 (-961)))))
+ (-12 (-5 *2 (-584 (-1080 *3 *4))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831))
+ (-4 *4 (-962)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-694)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
-(((*1 *1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))))
-(((*1 *1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1129)) (-4 *2 (-756))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1130)) (-4 *2 (-757))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1129))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-881 *2)) (-4 *2 (-756))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1048 *2)) (-4 *2 (-961))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-1048 *3)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-882 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1049 *2)) (-4 *2 (-962))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-1049 *3)) (-4 *3 (-962))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 (-1079 *3 *4))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830))
- (-4 *4 (-961))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-584 (-1080 *3 *4))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831))
+ (-4 *4 (-962))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-854 *5)) (-4 *5 (-961)) (-5 *2 (-694)) (-5 *1 (-1079 *4 *5))
- (-14 *4 (-830))))
+ (-12 (-5 *3 (-855 *5)) (-4 *5 (-962)) (-5 *2 (-695)) (-5 *1 (-1080 *4 *5))
+ (-14 *4 (-831))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-694))) (-5 *3 (-694)) (-5 *1 (-1079 *4 *5))
- (-14 *4 (-830)) (-4 *5 (-961))))
+ (-12 (-5 *2 (-584 (-695))) (-5 *3 (-695)) (-5 *1 (-1080 *4 *5))
+ (-14 *4 (-831)) (-4 *5 (-962))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-694))) (-5 *3 (-854 *5)) (-4 *5 (-961))
- (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)))))
+ (-12 (-5 *2 (-584 (-695))) (-5 *3 (-855 *5)) (-4 *5 (-962))
+ (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-854 *4)) (-4 *4 (-961)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)))))
+ (-12 (-5 *2 (-855 *4)) (-4 *4 (-962)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)))))
(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-854 *5)) (-5 *3 (-694)) (-4 *5 (-961)) (-5 *1 (-1079 *4 *5))
- (-14 *4 (-830)))))
+ (-12 (-5 *2 (-855 *5)) (-5 *3 (-695)) (-4 *5 (-962)) (-5 *1 (-1080 *4 *5))
+ (-14 *4 (-831)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-694)) (-5 *3 (-854 *5)) (-4 *5 (-961)) (-5 *1 (-1079 *4 *5))
- (-14 *4 (-830))))
+ (-12 (-5 *2 (-695)) (-5 *3 (-855 *5)) (-4 *5 (-962)) (-5 *1 (-1080 *4 *5))
+ (-14 *4 (-831))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-694))) (-5 *3 (-694)) (-5 *1 (-1079 *4 *5))
- (-14 *4 (-830)) (-4 *5 (-961))))
+ (-12 (-5 *2 (-584 (-695))) (-5 *3 (-695)) (-5 *1 (-1080 *4 *5))
+ (-14 *4 (-831)) (-4 *5 (-962))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-694))) (-5 *3 (-854 *5)) (-4 *5 (-961))
- (-5 *1 (-1079 *4 *5)) (-14 *4 (-830)))))
+ (-12 (-5 *2 (-584 (-695))) (-5 *3 (-855 *5)) (-4 *5 (-962))
+ (-5 *1 (-1080 *4 *5)) (-14 *4 (-831)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-694))) (-5 *3 (-85)) (-5 *1 (-1079 *4 *5))
- (-14 *4 (-830)) (-4 *5 (-961)))))
+ (-12 (-5 *2 (-584 (-695))) (-5 *3 (-85)) (-5 *1 (-1080 *4 *5))
+ (-14 *4 (-831)) (-4 *5 (-962)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-694))) (-5 *3 (-145)) (-5 *1 (-1079 *4 *5))
- (-14 *4 (-830)) (-4 *5 (-961)))))
+ (-12 (-5 *2 (-584 (-695))) (-5 *3 (-145)) (-5 *1 (-1080 *4 *5))
+ (-14 *4 (-831)) (-4 *5 (-962)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-694))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830))
- (-4 *4 (-961)))))
+ (-12 (-5 *2 (-584 (-695))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831))
+ (-4 *4 (-962)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-854 *4)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
+ (-12 (-5 *2 (-855 *4)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-694)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-145)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
-(((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-263))))
+ (-12 (-5 *2 (-145)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
+(((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-263))))
((*1 *2 *1)
- (-12 (-5 *2 (-694)) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830)) (-4 *4 (-961)))))
-(((*1 *1 *1) (-12 (-5 *1 (-1079 *2 *3)) (-14 *2 (-830)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831)) (-4 *4 (-962)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1080 *2 *3)) (-14 *2 (-831)) (-4 *3 (-962)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-854 *4))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-830))
- (-4 *4 (-961)))))
+ (-12 (-5 *2 (-584 (-855 *4))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-831))
+ (-4 *4 (-962)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-277 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716)) (-4 *2 (-392))))
+ (-12 (-4 *1 (-277 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717)) (-4 *2 (-392))))
((*1 *1 *1)
- (-12 (-4 *1 (-291 *2 *3 *4)) (-4 *2 (-1134)) (-4 *3 (-1155 *2))
- (-4 *4 (-1155 (-350 *3)))))
- ((*1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-392))))
+ (-12 (-4 *1 (-291 *2 *3 *4)) (-4 *2 (-1135)) (-4 *3 (-1156 *2))
+ (-4 *4 (-1156 (-350 *3)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-392))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-861 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))
+ (-12 (-4 *1 (-862 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))
(-4 *3 (-392))))
((*1 *1 *1)
- (-12 (-4 *1 (-861 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
+ (-12 (-4 *1 (-862 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
(-4 *2 (-392))))
((*1 *2 *2 *3)
- (-12 (-4 *3 (-258)) (-4 *3 (-495)) (-5 *1 (-1078 *3 *2)) (-4 *2 (-1155 *3)))))
+ (-12 (-4 *3 (-258)) (-4 *3 (-496)) (-5 *1 (-1079 *3 *2)) (-4 *2 (-1156 *3)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-869 *3)) (-5 *1 (-1078 *4 *3))
- (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-870 *3)) (-5 *1 (-1079 *4 *3))
+ (-4 *3 (-1156 *4)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *1 *1) (-4 *1 (-433)))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *1 *1) (-4 *1 (-433)))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *1 *1) (-4 *1 (-433)))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *1 *1) (-4 *1 (-433)))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *1 *1) (-4 *1 (-433)))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *1 *1) (-4 *1 (-433)))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-66)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-66)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-66)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-66))) ((*1 *1 *1 *1) (-5 *1 (-179)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *1 *1 *1) (-5 *1 (-330)))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-66)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *1 *1) (-4 *1 (-66)))
((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1172 *3)) (-5 *1 (-232 *3 *4 *2))
- (-4 *2 (-1143 *3 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1173 *3)) (-5 *1 (-232 *3 *4 *2))
+ (-4 *2 (-1144 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *4 (-1141 *3))
- (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1164 *3 *4)) (-4 *5 (-896 *4))))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *4 (-1142 *3))
+ (-5 *1 (-233 *3 *4 *2 *5)) (-4 *2 (-1165 *3 *4)) (-4 *5 (-897 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1076 *3))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1077 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-38 (-350 (-484)))) (-5 *1 (-1077 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-38 (-350 (-485)))) (-5 *1 (-1078 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-350 (-484))))
- (-5 *2 (-2 (|:| -3491 (-1069 *4)) (|:| -3492 (-1069 *4))))
- (-5 *1 (-1076 *4)) (-5 *3 (-1069 *4)))))
+ (-12 (-4 *4 (-38 (-350 (-485))))
+ (-5 *2 (-2 (|:| -3492 (-1070 *4)) (|:| -3493 (-1070 *4))))
+ (-5 *1 (-1077 *4)) (-5 *3 (-1070 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-350 (-484))))
- (-5 *2 (-2 (|:| -3639 (-1069 *4)) (|:| -3635 (-1069 *4))))
- (-5 *1 (-1076 *4)) (-5 *3 (-1069 *4)))))
+ (-12 (-4 *4 (-38 (-350 (-485))))
+ (-5 *2 (-2 (|:| -3640 (-1070 *4)) (|:| -3636 (-1070 *4))))
+ (-5 *1 (-1077 *4)) (-5 *3 (-1070 *4)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-312)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-312)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *4 (-484))) (-5 *5 (-1 (-1069 *4))) (-4 *4 (-312))
- (-4 *4 (-961)) (-5 *2 (-1069 *4)) (-5 *1 (-1075 *4)))))
+ (-12 (-5 *3 (-1 *4 (-485))) (-5 *5 (-1 (-1070 *4))) (-4 *4 (-312))
+ (-4 *4 (-962)) (-5 *2 (-1070 *4)) (-5 *1 (-1076 *4)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-312)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-312)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1069 *4)) (-4 *4 (-38 *3)) (-4 *4 (-961)) (-5 *3 (-350 (-484)))
- (-5 *1 (-1075 *4)))))
+ (-12 (-5 *2 (-1070 *4)) (-4 *4 (-38 *3)) (-4 *4 (-962)) (-5 *3 (-350 (-485)))
+ (-5 *1 (-1076 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1069 (-1069 *4))) (-5 *2 (-1069 *4)) (-5 *1 (-1075 *4))
- (-4 *4 (-38 (-350 (-484)))) (-4 *4 (-961)))))
+ (-12 (-5 *3 (-1070 (-1070 *4))) (-5 *2 (-1070 *4)) (-5 *1 (-1076 *4))
+ (-4 *4 (-38 (-350 (-485)))) (-4 *4 (-962)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-1069 *3))) (-5 *2 (-1069 *3)) (-5 *1 (-1075 *3))
- (-4 *3 (-38 (-350 (-484)))) (-4 *3 (-961)))))
+ (-12 (-5 *4 (-1 (-1070 *3))) (-5 *2 (-1070 *3)) (-5 *1 (-1076 *3))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *3 (-962)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1069 (-1069 *4))) (-5 *2 (-1069 *4)) (-5 *1 (-1075 *4))
- (-4 *4 (-961)))))
-(((*1 *2 *2 *2) (-12 (-4 *3 (-961)) (-5 *1 (-804 *2 *3)) (-4 *2 (-1155 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))))
+ (-12 (-5 *3 (-1070 (-1070 *4))) (-5 *2 (-1070 *4)) (-5 *1 (-1076 *4))
+ (-4 *4 (-962)))))
+(((*1 *2 *2 *2) (-12 (-4 *3 (-962)) (-5 *1 (-805 *2 *3)) (-4 *2 (-1156 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1069 *4)) (-5 *3 (-1 *4 (-484))) (-4 *4 (-961))
- (-5 *1 (-1075 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))))
+ (-12 (-5 *2 (-1070 *4)) (-5 *3 (-1 *4 (-485))) (-4 *4 (-962))
+ (-5 *1 (-1076 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *1 (-726 *4 *2)) (-4 *2 (-13 (-29 *4) (-1115) (-871)))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-772))) ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *1) (-5 *1 (-772)))
- ((*1 *2 *3) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-1075 *3)) (-4 *3 (-961)))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *1 (-727 *4 *2)) (-4 *2 (-13 (-29 *4) (-1116) (-872)))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-773))) ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *1) (-5 *1 (-773)))
+ ((*1 *2 *3) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-1076 *3)) (-4 *3 (-962)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1069 (-484))) (-5 *1 (-1075 *4)) (-4 *4 (-961))
- (-5 *3 (-484)))))
+ (-12 (-5 *2 (-1070 (-485))) (-5 *1 (-1076 *4)) (-4 *4 (-962))
+ (-5 *3 (-485)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1069 (-484))) (-5 *1 (-1075 *4)) (-4 *4 (-961))
- (-5 *3 (-484)))))
+ (-12 (-5 *2 (-1070 (-485))) (-5 *1 (-1076 *4)) (-4 *4 (-962))
+ (-5 *3 (-485)))))
(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-125 *2 *3 *4)) (-14 *2 (-830)) (-4 *3 (-312))
- (-14 *4 (-906 *2 *3))))
+ (|partial| -12 (-5 *1 (-125 *2 *3 *4)) (-14 *2 (-831)) (-4 *3 (-312))
+ (-14 *4 (-907 *2 *3))))
((*1 *1 *1)
(|partial| -12 (-4 *2 (-146)) (-5 *1 (-244 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1155 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4))
+ (-4 *3 (-1156 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4))
(-14 *6 (-1 (-3 *4 "failed") *4 *4))
(-14 *7 (-1 (-3 *3 "failed") *3 *3 *4))))
- ((*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-495))))
+ ((*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-496))))
((*1 *1 *1)
- (|partial| -12 (-5 *1 (-652 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
+ (|partial| -12 (-5 *1 (-653 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *1) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312))))
- ((*1 *1) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312))))
- ((*1 *1 *1) (|partial| -4 *1 (-659))) ((*1 *1 *1) (|partial| -4 *1 (-663)))
+ ((*1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312))))
+ ((*1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312))))
+ ((*1 *1 *1) (|partial| -4 *1 (-660))) ((*1 *1 *1) (|partial| -4 *1 (-664)))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-699 *5 *6 *7 *3 *4))
- (-4 *4 (-983 *5 *6 *7 *3))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-700 *5 *6 *7 *3 *4))
+ (-4 *4 (-984 *5 *6 *7 *3))))
((*1 *2 *2 *1)
- (|partial| -12 (-4 *1 (-980 *3 *2)) (-4 *3 (-13 (-755) (-312)))
- (-4 *2 (-1155 *3))))
+ (|partial| -12 (-4 *1 (-981 *3 *2)) (-4 *3 (-13 (-756) (-312)))
+ (-4 *2 (-1156 *3))))
((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))))
+ (|partial| -12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))))
(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-495))))
+ (|partial| -12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-496))))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-277 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716))
- (-4 *2 (-495))))
- ((*1 *1 *1 *1) (|partial| -4 *1 (-495)))
+ (|partial| -12 (-4 *1 (-277 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717))
+ (-4 *2 (-496))))
+ ((*1 *1 *1 *1) (|partial| -4 *1 (-496)))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
- (-4 *4 (-324 *2)) (-4 *2 (-495))))
- ((*1 *1 *1 *1) (|partial| -5 *1 (-694)))
+ (|partial| -12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
+ (-4 *4 (-324 *2)) (-4 *2 (-496))))
+ ((*1 *1 *1 *1) (|partial| -5 *1 (-695)))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-495))))
- ((*1 *1 *1 *1) (-5 *1 (-772)))
+ (|partial| -12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-496))))
+ ((*1 *1 *1 *1) (-5 *1 (-773)))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1179 *4)) (-4 *4 (-1155 *3)) (-4 *3 (-495))
- (-5 *1 (-882 *3 *4))))
+ (-12 (-5 *2 (-1180 *4)) (-4 *4 (-1156 *3)) (-4 *3 (-496))
+ (-5 *1 (-883 *3 *4))))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-965 *3 *4 *2 *5 *6)) (-4 *2 (-961))
- (-4 *5 (-196 *4 *2)) (-4 *6 (-196 *3 *2)) (-4 *2 (-495))))
+ (|partial| -12 (-4 *1 (-966 *3 *4 *2 *5 *6)) (-4 *2 (-962))
+ (-4 *5 (-196 *4 *2)) (-4 *6 (-196 *3 *2)) (-4 *2 (-496))))
((*1 *2 *2 *2)
- (|partial| -12 (-5 *2 (-1069 *3)) (-4 *3 (-961)) (-5 *1 (-1075 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-1069 *3)))))
+ (|partial| -12 (-5 *2 (-1070 *3)) (-4 *3 (-962)) (-5 *1 (-1076 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-1070 *3)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-583 *4)) (-4 *4 (-1013)) (-4 *4 (-1129)) (-5 *2 (-85))
- (-5 *1 (-1069 *4)))))
+ (-12 (-5 *3 (-584 *4)) (-4 *4 (-1014)) (-4 *4 (-1130)) (-5 *2 (-85))
+ (-5 *1 (-1070 *4)))))
(((*1 *2 *3 *1)
(-12
- (-5 *2 (-2 (|:| |cycle?| (-85)) (|:| -2596 (-694)) (|:| |period| (-694))))
- (-5 *1 (-1069 *4)) (-4 *4 (-1129)) (-5 *3 (-694)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1 (-1069 *3))) (-5 *1 (-1069 *3)) (-4 *3 (-1129)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-1069 *2)) (-4 *2 (-1129)))))
-(((*1 *1) (-5 *1 (-514)))
- ((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-768))))
- ((*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1185)) (-5 *1 (-768))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1073)) (-5 *4 (-772)) (-5 *2 (-1185)) (-5 *1 (-768))))
+ (-5 *2 (-2 (|:| |cycle?| (-85)) (|:| -2597 (-695)) (|:| |period| (-695))))
+ (-5 *1 (-1070 *4)) (-4 *4 (-1130)) (-5 *3 (-695)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1 (-1070 *3))) (-5 *1 (-1070 *3)) (-4 *3 (-1130)))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-1070 *2)) (-4 *2 (-1130)))))
+(((*1 *1) (-5 *1 (-515)))
+ ((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-769))))
+ ((*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1186)) (-5 *1 (-769))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1074)) (-5 *4 (-773)) (-5 *2 (-1186)) (-5 *1 (-769))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-484)) (-5 *2 (-1185)) (-5 *1 (-1069 *4)) (-4 *4 (-1013))
- (-4 *4 (-1129)))))
+ (-12 (-5 *3 (-485)) (-5 *2 (-1186)) (-5 *1 (-1070 *4)) (-4 *4 (-1014))
+ (-4 *4 (-1130)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-772)) (-5 *1 (-1069 *3)) (-4 *3 (-1013)) (-4 *3 (-1129)))))
+ (-12 (-5 *2 (-773)) (-5 *1 (-1070 *3)) (-4 *3 (-1014)) (-4 *3 (-1130)))))
(((*1 *2)
- (-12 (-5 *2 (-85)) (-5 *1 (-1069 *3)) (-4 *3 (-1013)) (-4 *3 (-1129)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1070 *3)) (-4 *3 (-1014)) (-4 *3 (-1130)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-694)) (-5 *2 (-1179 (-583 (-484)))) (-5 *1 (-420))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1129)) (-5 *1 (-536 *3))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1129)) (-5 *1 (-1069 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1129)) (-5 *1 (-1069 *3)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1129)) (-5 *1 (-536 *3))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1129)) (-5 *1 (-1069 *3)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1129)) (-5 *1 (-536 *3))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1129)) (-5 *1 (-1069 *3)))))
+ (-12 (-5 *3 (-695)) (-5 *2 (-1180 (-584 (-485)))) (-5 *1 (-420))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-537 *3))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-1070 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1130)) (-5 *1 (-1070 *3)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1130)) (-5 *1 (-537 *3))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1130)) (-5 *1 (-1070 *3)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1130)) (-5 *1 (-537 *3))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *3 (-1130)) (-5 *1 (-1070 *3)))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *4 (-13 (-495) (-120))) (-5 *1 (-475 *4 *2))
- (-4 *2 (-1172 *4))))
+ (-12 (-5 *3 (-485)) (-4 *4 (-13 (-496) (-120))) (-5 *1 (-476 *4 *2))
+ (-4 *2 (-1173 *4))))
((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *4 (-13 (-312) (-320) (-553 *3))) (-4 *5 (-1155 *4))
- (-4 *6 (-661 *4 *5)) (-5 *1 (-479 *4 *5 *6 *2)) (-4 *2 (-1172 *6))))
+ (-12 (-5 *3 (-485)) (-4 *4 (-13 (-312) (-320) (-554 *3))) (-4 *5 (-1156 *4))
+ (-4 *6 (-662 *4 *5)) (-5 *1 (-480 *4 *5 *6 *2)) (-4 *2 (-1173 *6))))
((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *4 (-13 (-312) (-320) (-553 *3)))
- (-5 *1 (-480 *4 *2)) (-4 *2 (-1172 *4))))
+ (-12 (-5 *3 (-485)) (-4 *4 (-13 (-312) (-320) (-554 *3)))
+ (-5 *1 (-481 *4 *2)) (-4 *2 (-1173 *4))))
((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1069 *4)) (-5 *3 (-484)) (-4 *4 (-13 (-495) (-120)))
- (-5 *1 (-1068 *4)))))
+ (-12 (-5 *2 (-1070 *4)) (-5 *3 (-485)) (-4 *4 (-13 (-496) (-120)))
+ (-5 *1 (-1069 *4)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-495) (-120))) (-5 *1 (-475 *3 *2)) (-4 *2 (-1172 *3))))
+ (-12 (-4 *3 (-13 (-496) (-120))) (-5 *1 (-476 *3 *2)) (-4 *2 (-1173 *3))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-4 *4 (-1155 *3))
- (-4 *5 (-661 *3 *4)) (-5 *1 (-479 *3 *4 *5 *2)) (-4 *2 (-1172 *5))))
+ (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-4 *4 (-1156 *3))
+ (-4 *5 (-662 *3 *4)) (-5 *1 (-480 *3 *4 *5 *2)) (-4 *2 (-1173 *5))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-5 *1 (-480 *3 *2))
- (-4 *2 (-1172 *3))))
+ (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-5 *1 (-481 *3 *2))
+ (-4 *2 (-1173 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-13 (-495) (-120))) (-5 *1 (-1068 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-13 (-496) (-120))) (-5 *1 (-1069 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-495) (-120))) (-5 *1 (-475 *3 *2)) (-4 *2 (-1172 *3))))
+ (-12 (-4 *3 (-13 (-496) (-120))) (-5 *1 (-476 *3 *2)) (-4 *2 (-1173 *3))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-4 *4 (-1155 *3))
- (-4 *5 (-661 *3 *4)) (-5 *1 (-479 *3 *4 *5 *2)) (-4 *2 (-1172 *5))))
+ (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-4 *4 (-1156 *3))
+ (-4 *5 (-662 *3 *4)) (-5 *1 (-480 *3 *4 *5 *2)) (-4 *2 (-1173 *5))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-5 *1 (-480 *3 *2))
- (-4 *2 (-1172 *3))))
+ (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-5 *1 (-481 *3 *2))
+ (-4 *2 (-1173 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-13 (-495) (-120))) (-5 *1 (-1068 *3)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-13 (-496) (-120))) (-5 *1 (-1069 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-495) (-120))) (-5 *1 (-475 *3 *2)) (-4 *2 (-1172 *3))))
+ (-12 (-4 *3 (-13 (-496) (-120))) (-5 *1 (-476 *3 *2)) (-4 *2 (-1173 *3))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-4 *4 (-1155 *3))
- (-4 *5 (-661 *3 *4)) (-5 *1 (-479 *3 *4 *5 *2)) (-4 *2 (-1172 *5))))
+ (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-4 *4 (-1156 *3))
+ (-4 *5 (-662 *3 *4)) (-5 *1 (-480 *3 *4 *5 *2)) (-4 *2 (-1173 *5))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-312) (-320) (-553 (-484)))) (-5 *1 (-480 *3 *2))
- (-4 *2 (-1172 *3))))
+ (-12 (-4 *3 (-13 (-312) (-320) (-554 (-485)))) (-5 *1 (-481 *3 *2))
+ (-4 *2 (-1173 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1069 *3)) (-4 *3 (-13 (-495) (-120))) (-5 *1 (-1068 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-463))))
- ((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-1067)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1067)))))
-(((*1 *2 *1) (-12 (-5 *2 (-632 (-1049))) (-5 *1 (-1067)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-1067)))))
+ (-12 (-5 *2 (-1070 *3)) (-4 *3 (-13 (-496) (-120))) (-5 *1 (-1069 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-464))))
+ ((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-1068)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1068)))))
+(((*1 *2 *1) (-12 (-5 *2 (-633 (-1050))) (-5 *1 (-1068)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-1068)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))))
- ((*1 *1) (-4 *1 (-1066))))
-(((*1 *2 *1) (-12 (-5 *2 (-632 *1)) (-4 *1 (-1066)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1064 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1064 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))))
+ ((*1 *1) (-4 *1 (-1067))))
+(((*1 *2 *1) (-12 (-5 *2 (-633 *1)) (-4 *1 (-1067)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1065 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1065 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-1064 *4)) (-4 *4 (-1129)) (-5 *2 (-85)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-1062 *3)))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-1065 *4)) (-4 *4 (-1130)) (-5 *2 (-85)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-1063 *3)))))
(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *2 (-583 (-940 *5 *6 *7 *3))) (-5 *1 (-940 *5 *6 *7 *3))
- (-4 *3 (-977 *5 *6 *7))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *2 (-584 (-941 *5 *6 *7 *3))) (-5 *1 (-941 *5 *6 *7 *3))
+ (-4 *3 (-978 *5 *6 *7))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-583 *6)) (-4 *1 (-983 *3 *4 *5 *6)) (-4 *3 (-392))
- (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))))
+ (-12 (-5 *2 (-584 *6)) (-4 *1 (-984 *3 *4 *5 *6)) (-4 *3 (-392))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-983 *3 *4 *5 *2)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *2 (-977 *3 *4 *5))))
+ (-12 (-4 *1 (-984 *3 *4 *5 *2)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *2 (-978 *3 *4 *5))))
((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *2 (-583 (-1060 *5 *6 *7 *3))) (-5 *1 (-1060 *5 *6 *7 *3))
- (-4 *3 (-977 *5 *6 *7)))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *2 (-584 (-1061 *5 *6 *7 *3))) (-5 *1 (-1061 *5 *6 *7 *3))
+ (-4 *3 (-978 *5 *6 *7)))))
(((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-940 *5 *6 *7 *8)))
- (-5 *1 (-940 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-941 *5 *6 *7 *8)))
+ (-5 *1 (-941 *5 *6 *7 *8))))
((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-85)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-583 (-1060 *5 *6 *7 *8)))
- (-5 *1 (-1060 *5 *6 *7 *8)))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-85)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-584 (-1061 *5 *6 *7 *8)))
+ (-5 *1 (-1061 *5 *6 *7 *8)))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756))
- (-4 *8 (-977 *5 *6 *7))
- (-5 *2 (-2 (|:| |val| (-583 *8)) (|:| |towers| (-583 (-940 *5 *6 *7 *8)))))
- (-5 *1 (-940 *5 *6 *7 *8)) (-5 *3 (-583 *8))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-4 *8 (-978 *5 *6 *7))
+ (-5 *2 (-2 (|:| |val| (-584 *8)) (|:| |towers| (-584 (-941 *5 *6 *7 *8)))))
+ (-5 *1 (-941 *5 *6 *7 *8)) (-5 *3 (-584 *8))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756))
- (-4 *8 (-977 *5 *6 *7))
- (-5 *2 (-2 (|:| |val| (-583 *8)) (|:| |towers| (-583 (-1060 *5 *6 *7 *8)))))
- (-5 *1 (-1060 *5 *6 *7 *8)) (-5 *3 (-583 *8)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-2 (|:| |val| (-583 *8)) (|:| -1600 *9)))) (-5 *4 (-694))
- (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-983 *5 *6 *7 *8)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-1185))
- (-5 *1 (-981 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-2 (|:| |val| (-583 *8)) (|:| -1600 *9)))) (-5 *4 (-694))
- (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-1020 *5 *6 *7 *8)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-1185))
- (-5 *1 (-1059 *5 *6 *7 *8 *9)))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-4 *8 (-978 *5 *6 *7))
+ (-5 *2 (-2 (|:| |val| (-584 *8)) (|:| |towers| (-584 (-1061 *5 *6 *7 *8)))))
+ (-5 *1 (-1061 *5 *6 *7 *8)) (-5 *3 (-584 *8)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-2 (|:| |val| (-584 *8)) (|:| -1601 *9)))) (-5 *4 (-695))
+ (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-984 *5 *6 *7 *8)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-1186))
+ (-5 *1 (-982 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-2 (|:| |val| (-584 *8)) (|:| -1601 *9)))) (-5 *4 (-695))
+ (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-1021 *5 *6 *7 *8)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-1186))
+ (-5 *1 (-1060 *5 *6 *7 *8 *9)))))
(((*1 *2 *3 *4 *2 *5 *6)
(-12
(-5 *5
- (-2 (|:| |done| (-583 *11))
- (|:| |todo| (-583 (-2 (|:| |val| *3) (|:| -1600 *11))))))
- (-5 *6 (-694)) (-5 *2 (-583 (-2 (|:| |val| (-583 *10)) (|:| -1600 *11))))
- (-5 *3 (-583 *10)) (-5 *4 (-583 *11)) (-4 *10 (-977 *7 *8 *9))
- (-4 *11 (-983 *7 *8 *9 *10)) (-4 *7 (-392)) (-4 *8 (-717)) (-4 *9 (-756))
- (-5 *1 (-981 *7 *8 *9 *10 *11))))
+ (-2 (|:| |done| (-584 *11))
+ (|:| |todo| (-584 (-2 (|:| |val| *3) (|:| -1601 *11))))))
+ (-5 *6 (-695)) (-5 *2 (-584 (-2 (|:| |val| (-584 *10)) (|:| -1601 *11))))
+ (-5 *3 (-584 *10)) (-5 *4 (-584 *11)) (-4 *10 (-978 *7 *8 *9))
+ (-4 *11 (-984 *7 *8 *9 *10)) (-4 *7 (-392)) (-4 *8 (-718)) (-4 *9 (-757))
+ (-5 *1 (-982 *7 *8 *9 *10 *11))))
((*1 *2 *3 *4 *2 *5 *6)
(-12
(-5 *5
- (-2 (|:| |done| (-583 *11))
- (|:| |todo| (-583 (-2 (|:| |val| *3) (|:| -1600 *11))))))
- (-5 *6 (-694)) (-5 *2 (-583 (-2 (|:| |val| (-583 *10)) (|:| -1600 *11))))
- (-5 *3 (-583 *10)) (-5 *4 (-583 *11)) (-4 *10 (-977 *7 *8 *9))
- (-4 *11 (-1020 *7 *8 *9 *10)) (-4 *7 (-392)) (-4 *8 (-717)) (-4 *9 (-756))
- (-5 *1 (-1059 *7 *8 *9 *10 *11)))))
+ (-2 (|:| |done| (-584 *11))
+ (|:| |todo| (-584 (-2 (|:| |val| *3) (|:| -1601 *11))))))
+ (-5 *6 (-695)) (-5 *2 (-584 (-2 (|:| |val| (-584 *10)) (|:| -1601 *11))))
+ (-5 *3 (-584 *10)) (-5 *4 (-584 *11)) (-4 *10 (-978 *7 *8 *9))
+ (-4 *11 (-1021 *7 *8 *9 *10)) (-4 *7 (-392)) (-4 *8 (-718)) (-4 *9 (-757))
+ (-5 *1 (-1060 *7 *8 *9 *10 *11)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 *3 *4 *5))
+ (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 *3 *4 *5))
(-5 *2
- (-2 (|:| -2336 (-356 *4 (-350 *4) *5 *6)) (|:| |principalPart| *6)))))
+ (-2 (|:| -2337 (-356 *4 (-350 *4) *5 *6)) (|:| |principalPart| *6)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312))
- (-5 *2 (-2 (|:| |poly| *6) (|:| -3090 (-350 *6)) (|:| |special| (-350 *6))))
- (-5 *1 (-666 *5 *6)) (-5 *3 (-350 *6))))
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312))
+ (-5 *2 (-2 (|:| |poly| *6) (|:| -3091 (-350 *6)) (|:| |special| (-350 *6))))
+ (-5 *1 (-667 *5 *6)) (-5 *3 (-350 *6))))
((*1 *2 *3)
- (-12 (-4 *4 (-312)) (-5 *2 (-583 *3)) (-5 *1 (-807 *3 *4))
- (-4 *3 (-1155 *4))))
+ (-12 (-4 *4 (-312)) (-5 *2 (-584 *3)) (-5 *1 (-808 *3 *4))
+ (-4 *3 (-1156 *4))))
((*1 *2 *3 *4 *4)
- (|partial| -12 (-5 *4 (-694)) (-4 *5 (-312))
- (-5 *2 (-2 (|:| -3139 *3) (|:| -3138 *3))) (-5 *1 (-807 *3 *5))
- (-4 *3 (-1155 *5))))
+ (|partial| -12 (-5 *4 (-695)) (-4 *5 (-312))
+ (-5 *2 (-2 (|:| -3140 *3) (|:| -3139 *3))) (-5 *1 (-808 *3 *5))
+ (-4 *3 (-1156 *5))))
((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-583 *9)) (-5 *3 (-583 *8)) (-5 *4 (-85))
- (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-983 *5 *6 *7 *8)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-981 *5 *6 *7 *8 *9))))
+ (-12 (-5 *2 (-584 *9)) (-5 *3 (-584 *8)) (-5 *4 (-85))
+ (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-984 *5 *6 *7 *8)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-982 *5 *6 *7 *8 *9))))
((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-583 *9)) (-5 *3 (-583 *8)) (-5 *4 (-85))
- (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-983 *5 *6 *7 *8)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-981 *5 *6 *7 *8 *9))))
+ (-12 (-5 *2 (-584 *9)) (-5 *3 (-584 *8)) (-5 *4 (-85))
+ (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-984 *5 *6 *7 *8)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-982 *5 *6 *7 *8 *9))))
((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-583 *9)) (-5 *3 (-583 *8)) (-5 *4 (-85))
- (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-1020 *5 *6 *7 *8)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-1059 *5 *6 *7 *8 *9))))
+ (-12 (-5 *2 (-584 *9)) (-5 *3 (-584 *8)) (-5 *4 (-85))
+ (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-1021 *5 *6 *7 *8)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-1060 *5 *6 *7 *8 *9))))
((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-583 *9)) (-5 *3 (-583 *8)) (-5 *4 (-85))
- (-4 *8 (-977 *5 *6 *7)) (-4 *9 (-1020 *5 *6 *7 *8)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-5 *1 (-1059 *5 *6 *7 *8 *9)))))
+ (-12 (-5 *2 (-584 *9)) (-5 *3 (-584 *8)) (-5 *4 (-85))
+ (-4 *8 (-978 *5 *6 *7)) (-4 *9 (-1021 *5 *6 *7 *8)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-5 *1 (-1060 *5 *6 *7 *8 *9)))))
(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-694)) (-5 *6 (-85)) (-4 *7 (-392)) (-4 *8 (-717))
- (-4 *9 (-756)) (-4 *3 (-977 *7 *8 *9))
+ (-12 (-5 *5 (-695)) (-5 *6 (-85)) (-4 *7 (-392)) (-4 *8 (-718))
+ (-4 *9 (-757)) (-4 *3 (-978 *7 *8 *9))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-981 *7 *8 *9 *3 *4)) (-4 *4 (-983 *7 *8 *9 *3))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-982 *7 *8 *9 *3 *4)) (-4 *4 (-984 *7 *8 *9 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-694)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
- (-4 *3 (-977 *6 *7 *8))
+ (-12 (-5 *5 (-695)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-4 *3 (-978 *6 *7 *8))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-981 *6 *7 *8 *3 *4)) (-4 *4 (-983 *6 *7 *8 *3))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-982 *6 *7 *8 *3 *4)) (-4 *4 (-984 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-981 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-982 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-694)) (-5 *6 (-85)) (-4 *7 (-392)) (-4 *8 (-717))
- (-4 *9 (-756)) (-4 *3 (-977 *7 *8 *9))
+ (-12 (-5 *5 (-695)) (-5 *6 (-85)) (-4 *7 (-392)) (-4 *8 (-718))
+ (-4 *9 (-757)) (-4 *3 (-978 *7 *8 *9))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-1059 *7 *8 *9 *3 *4)) (-4 *4 (-1020 *7 *8 *9 *3))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-1060 *7 *8 *9 *3 *4)) (-4 *4 (-1021 *7 *8 *9 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-694)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
- (-4 *3 (-977 *6 *7 *8))
+ (-12 (-5 *5 (-695)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-4 *3 (-978 *6 *7 *8))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-1059 *6 *7 *8 *3 *4)) (-4 *4 (-1020 *6 *7 *8 *3))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-1060 *6 *7 *8 *3 *4)) (-4 *4 (-1021 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-1059 *5 *6 *7 *3 *4)) (-4 *4 (-1020 *5 *6 *7 *3)))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-1060 *5 *6 *7 *3 *4)) (-4 *4 (-1021 *5 *6 *7 *3)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-694)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
- (-4 *3 (-977 *6 *7 *8))
+ (-12 (-5 *5 (-695)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-4 *3 (-978 *6 *7 *8))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-981 *6 *7 *8 *3 *4)) (-4 *4 (-983 *6 *7 *8 *3))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-982 *6 *7 *8 *3 *4)) (-4 *4 (-984 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-981 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-982 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-694)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
- (-4 *3 (-977 *6 *7 *8))
+ (-12 (-5 *5 (-695)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-4 *3 (-978 *6 *7 *8))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-1059 *6 *7 *8 *3 *4)) (-4 *4 (-1020 *6 *7 *8 *3))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-1060 *6 *7 *8 *3 *4)) (-4 *4 (-1021 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-1059 *5 *6 *7 *3 *4)) (-4 *4 (-1020 *5 *6 *7 *3)))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-1060 *5 *6 *7 *3 *4)) (-4 *4 (-1021 *5 *6 *7 *3)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
- (-4 *3 (-977 *6 *7 *8))
+ (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-4 *3 (-978 *6 *7 *8))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-981 *6 *7 *8 *3 *4)) (-4 *4 (-983 *6 *7 *8 *3))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-982 *6 *7 *8 *3 *4)) (-4 *4 (-984 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
(-5 *2
- (-2 (|:| |done| (-583 *4))
- (|:| |todo| (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))))
- (-5 *1 (-1059 *5 *6 *7 *3 *4)) (-4 *4 (-1020 *5 *6 *7 *3)))))
+ (-2 (|:| |done| (-584 *4))
+ (|:| |todo| (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))))
+ (-5 *1 (-1060 *5 *6 *7 *3 *4)) (-4 *4 (-1021 *5 *6 *7 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 *9)) (-4 *8 (-977 *5 *6 *7))
- (-4 *9 (-983 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *2 (-694)) (-5 *1 (-981 *5 *6 *7 *8 *9))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 *9)) (-4 *8 (-978 *5 *6 *7))
+ (-4 *9 (-984 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *2 (-695)) (-5 *1 (-982 *5 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 *9)) (-4 *8 (-977 *5 *6 *7))
- (-4 *9 (-1020 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *2 (-694)) (-5 *1 (-1059 *5 *6 *7 *8 *9)))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 *9)) (-4 *8 (-978 *5 *6 *7))
+ (-4 *9 (-1021 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *2 (-695)) (-5 *1 (-1060 *5 *6 *7 *8 *9)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 *9)) (-4 *8 (-977 *5 *6 *7))
- (-4 *9 (-983 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *2 (-694)) (-5 *1 (-981 *5 *6 *7 *8 *9))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 *9)) (-4 *8 (-978 *5 *6 *7))
+ (-4 *9 (-984 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *2 (-695)) (-5 *1 (-982 *5 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 *9)) (-4 *8 (-977 *5 *6 *7))
- (-4 *9 (-1020 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *2 (-694)) (-5 *1 (-1059 *5 *6 *7 *8 *9)))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 *9)) (-4 *8 (-978 *5 *6 *7))
+ (-4 *9 (-1021 *5 *6 *7 *8)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *2 (-695)) (-5 *1 (-1060 *5 *6 *7 *8 *9)))))
(((*1 *1) (-5 *1 (-114))) ((*1 *1 *1) (-5 *1 (-117)))
- ((*1 *1 *1) (-4 *1 (-1058))))
-(((*1 *1 *1) (-4 *1 (-1058))))
+ ((*1 *1 *1) (-4 *1 (-1059))))
+(((*1 *1 *1) (-4 *1 (-1059))))
(((*1 *1) (-5 *1 (-114))) ((*1 *1 *1) (-5 *1 (-117)))
- ((*1 *1 *1) (-4 *1 (-1058))))
-(((*1 *1 *1) (-4 *1 (-1058))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1058)) (-5 *2 (-85)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1058)) (-5 *2 (-85)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1058)) (-5 *3 (-484)) (-5 *2 (-85)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *5)) (-5 *4 (-583 *6)) (-4 *5 (-1013)) (-4 *6 (-1129))
- (-5 *2 (-1 *6 *5)) (-5 *1 (-585 *5 *6))))
+ ((*1 *1 *1) (-4 *1 (-1059))))
+(((*1 *1 *1) (-4 *1 (-1059))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1059)) (-5 *2 (-85)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1059)) (-5 *2 (-85)))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1059)) (-5 *3 (-485)) (-5 *2 (-85)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 *5)) (-5 *4 (-584 *6)) (-4 *5 (-1014)) (-4 *6 (-1130))
+ (-5 *2 (-1 *6 *5)) (-5 *1 (-586 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-583 *5)) (-5 *4 (-583 *2)) (-4 *5 (-1013)) (-4 *2 (-1129))
- (-5 *1 (-585 *5 *2))))
+ (-12 (-5 *3 (-584 *5)) (-5 *4 (-584 *2)) (-4 *5 (-1014)) (-4 *2 (-1130))
+ (-5 *1 (-586 *5 *2))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-583 *6)) (-5 *4 (-583 *5)) (-4 *6 (-1013)) (-4 *5 (-1129))
- (-5 *2 (-1 *5 *6)) (-5 *1 (-585 *6 *5))))
+ (-12 (-5 *3 (-584 *6)) (-5 *4 (-584 *5)) (-4 *6 (-1014)) (-4 *5 (-1130))
+ (-5 *2 (-1 *5 *6)) (-5 *1 (-586 *6 *5))))
((*1 *2 *3 *4 *5 *2)
- (-12 (-5 *3 (-583 *5)) (-5 *4 (-583 *2)) (-4 *5 (-1013)) (-4 *2 (-1129))
- (-5 *1 (-585 *5 *2))))
+ (-12 (-5 *3 (-584 *5)) (-5 *4 (-584 *2)) (-4 *5 (-1014)) (-4 *2 (-1130))
+ (-5 *1 (-586 *5 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-583 *5)) (-5 *4 (-583 *6)) (-4 *5 (-1013))
- (-4 *6 (-1129)) (-5 *1 (-585 *5 *6))))
+ (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-584 *5)) (-5 *4 (-584 *6)) (-4 *5 (-1014))
+ (-4 *6 (-1130)) (-5 *1 (-586 *5 *6))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-583 *5)) (-5 *4 (-583 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1013))
- (-4 *2 (-1129)) (-5 *1 (-585 *5 *2))))
- ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1058)) (-5 *3 (-117)) (-5 *2 (-694)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1058)) (-5 *3 (-117)) (-5 *2 (-85)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1058)) (-5 *2 (-1146 (-484))))))
-(((*1 *2 *1) (-12 (-4 *1 (-105)) (-5 *2 (-694))))
+ (-12 (-5 *3 (-584 *5)) (-5 *4 (-584 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1014))
+ (-4 *2 (-1130)) (-5 *1 (-586 *5 *2))))
+ ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1059)) (-5 *3 (-117)) (-5 *2 (-695)))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1059)) (-5 *3 (-117)) (-5 *2 (-85)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1059)) (-5 *2 (-1147 (-485))))))
+(((*1 *2 *1) (-12 (-4 *1 (-105)) (-5 *2 (-695))))
((*1 *2 *3 *1 *2)
- (-12 (-5 *2 (-484)) (-4 *1 (-324 *3)) (-4 *3 (-1129)) (-4 *3 (-72))))
+ (-12 (-5 *2 (-485)) (-4 *1 (-324 *3)) (-4 *3 (-1130)) (-4 *3 (-72))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-324 *3)) (-4 *3 (-1129)) (-4 *3 (-72)) (-5 *2 (-484))))
+ (-12 (-4 *1 (-324 *3)) (-4 *3 (-1130)) (-4 *3 (-72)) (-5 *2 (-485))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-324 *4)) (-4 *4 (-1129)) (-5 *2 (-484))))
- ((*1 *2 *1) (-12 (-5 *2 (-1033)) (-5 *1 (-467))))
- ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-484)) (-5 *3 (-114))))
- ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-484)))))
-(((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1155 (-48)))))
+ (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-324 *4)) (-4 *4 (-1130)) (-5 *2 (-485))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1034)) (-5 *1 (-468))))
+ ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-485)) (-5 *3 (-114))))
+ ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-485)))))
+(((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1156 (-48)))))
((*1 *2 *3 *1)
(-12 (-5 *2 (-2 (|:| |less| (-94 *3)) (|:| |greater| (-94 *3))))
- (-5 *1 (-94 *3)) (-4 *3 (-756))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-519 *4)) (-4 *4 (-13 (-29 *3) (-1115)))
- (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-521 *3 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-519 (-350 (-857 *3))))
- (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-525 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-312))
- (-5 *2 (-2 (|:| -3090 *3) (|:| |special| *3))) (-5 *1 (-666 *5 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1179 *5)) (-4 *5 (-312)) (-4 *5 (-961))
- (-5 *2 (-583 (-583 (-630 *5)))) (-5 *1 (-943 *5)) (-5 *3 (-583 (-630 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1179 (-1179 *5))) (-4 *5 (-312)) (-4 *5 (-961))
- (-5 *2 (-583 (-583 (-630 *5)))) (-5 *1 (-943 *5)) (-5 *3 (-583 (-630 *5)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-114)) (-5 *2 (-583 *1)) (-4 *1 (-1058))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-117)) (-5 *2 (-583 *1)) (-4 *1 (-1058)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-114))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-117)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-114))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-117)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-114))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1058)) (-5 *2 (-117)))))
+ (-5 *1 (-94 *3)) (-4 *3 (-757))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-520 *4)) (-4 *4 (-13 (-29 *3) (-1116)))
+ (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-522 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-520 (-350 (-858 *3))))
+ (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-526 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-312))
+ (-5 *2 (-2 (|:| -3091 *3) (|:| |special| *3))) (-5 *1 (-667 *5 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1180 *5)) (-4 *5 (-312)) (-4 *5 (-962))
+ (-5 *2 (-584 (-584 (-631 *5)))) (-5 *1 (-944 *5)) (-5 *3 (-584 (-631 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1180 (-1180 *5))) (-4 *5 (-312)) (-4 *5 (-962))
+ (-5 *2 (-584 (-584 (-631 *5)))) (-5 *1 (-944 *5)) (-5 *3 (-584 (-631 *5)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-114)) (-5 *2 (-584 *1)) (-4 *1 (-1059))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-117)) (-5 *2 (-584 *1)) (-4 *1 (-1059)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-114))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-117)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-114))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-117)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-114))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1059)) (-5 *2 (-117)))))
(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-484)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-694))
+ (-12 (-5 *2 (-485)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-695))
(-4 *5 (-146))))
((*1 *1 *1)
- (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146))))
+ (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146))))
((*1 *1 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2))))
((*1 *1 *2)
- (-12 (-4 *3 (-961)) (-4 *1 (-627 *3 *2 *4)) (-4 *2 (-324 *3))
+ (-12 (-4 *3 (-962)) (-4 *1 (-628 *3 *2 *4)) (-4 *2 (-324 *3))
(-4 *4 (-324 *3))))
- ((*1 *1 *1) (-12 (-5 *1 (-1056 *2 *3)) (-14 *2 (-694)) (-4 *3 (-961)))))
+ ((*1 *1 *1) (-12 (-5 *1 (-1057 *2 *3)) (-14 *2 (-695)) (-4 *3 (-962)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-630 *4)) (-4 *4 (-961)) (-5 *1 (-1056 *3 *4)) (-14 *3 (-694)))))
+ (-12 (-5 *2 (-631 *4)) (-4 *4 (-962)) (-5 *1 (-1057 *3 *4)) (-14 *3 (-695)))))
(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1013) (-34)))
- (-4 *3 (-13 (-1013) (-34))))))
+ (|partial| -12 (-5 *1 (-1056 *2 *3)) (-4 *2 (-13 (-1014) (-34)))
+ (-4 *3 (-13 (-1014) (-34))))))
(((*1 *1 *1)
- (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1013) (-34)))
- (-4 *3 (-13 (-1013) (-34))))))
+ (-12 (-5 *1 (-1056 *2 *3)) (-4 *2 (-13 (-1014) (-34)))
+ (-4 *3 (-13 (-1014) (-34))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 *4)) (-5 *1 (-1055 *3 *4)) (-4 *3 (-13 (-1013) (-34)))
- (-4 *4 (-13 (-1013) (-34))))))
+ (-12 (-5 *2 (-584 *4)) (-5 *1 (-1056 *3 *4)) (-4 *3 (-13 (-1014) (-34)))
+ (-4 *4 (-13 (-1014) (-34))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4)))) (-5 *1 (-1055 *3 *4))
- (-4 *3 (-13 (-1013) (-34))) (-4 *4 (-13 (-1013) (-34))))))
+ (-12 (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4)))) (-5 *1 (-1056 *3 *4))
+ (-4 *3 (-13 (-1014) (-34))) (-4 *4 (-13 (-1014) (-34))))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1054 *4 *5)) (-4 *4 (-13 (-1013) (-34)))
- (-4 *5 (-13 (-1013) (-34))) (-5 *2 (-85)) (-5 *1 (-1055 *4 *5)))))
+ (-12 (-5 *3 (-1055 *4 *5)) (-4 *4 (-13 (-1014) (-34)))
+ (-4 *5 (-13 (-1014) (-34))) (-5 *2 (-85)) (-5 *1 (-1056 *4 *5)))))
(((*1 *2 *3 *1 *4)
- (-12 (-5 *3 (-1054 *5 *6)) (-5 *4 (-1 (-85) *6 *6))
- (-4 *5 (-13 (-1013) (-34))) (-4 *6 (-13 (-1013) (-34))) (-5 *2 (-85))
- (-5 *1 (-1055 *5 *6)))))
+ (-12 (-5 *3 (-1055 *5 *6)) (-5 *4 (-1 (-85) *6 *6))
+ (-4 *5 (-13 (-1014) (-34))) (-4 *6 (-13 (-1014) (-34))) (-5 *2 (-85))
+ (-5 *1 (-1056 *5 *6)))))
(((*1 *1 *2 *1)
- (-12 (-4 *1 (-318 *2)) (-4 *1 (-124 *2)) (-4 *2 (-1129)) (-4 *2 (-72))))
+ (-12 (-4 *1 (-318 *2)) (-4 *1 (-124 *2)) (-4 *2 (-1130)) (-4 *2 (-72))))
((*1 *1 *2 *1)
(-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-124 *3))
- (-4 *3 (-1129))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-616 *3)) (-4 *3 (-1129))))
+ (-4 *3 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-617 *3)) (-4 *3 (-1130))))
((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-85) *4)) (-5 *3 (-484)) (-4 *4 (-1013)) (-5 *1 (-675 *4))))
- ((*1 *1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *1 (-675 *2)) (-4 *2 (-1013))))
+ (-12 (-5 *2 (-1 (-85) *4)) (-5 *3 (-485)) (-4 *4 (-1014)) (-5 *1 (-676 *4))))
+ ((*1 *1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *1 (-676 *2)) (-4 *2 (-1014))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34)))
- (-4 *4 (-13 (-1013) (-34))) (-5 *1 (-1055 *3 *4)))))
+ (-12 (-5 *2 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34)))
+ (-4 *4 (-13 (-1014) (-34))) (-5 *1 (-1056 *3 *4)))))
(((*1 *1 *2 *1)
(-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-193 *3))
- (-4 *3 (-1013))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-318 *2)) (-4 *1 (-193 *2)) (-4 *2 (-1013))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1129)) (-4 *2 (-72))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-237 *3)) (-4 *3 (-1129))))
+ (-4 *3 (-1014))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-318 *2)) (-4 *1 (-193 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1130)) (-4 *2 (-72))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-237 *3)) (-4 *3 (-1130))))
((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-549 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1013))))
+ (|partial| -12 (-4 *1 (-550 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1014))))
((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-85) *4)) (-5 *3 (-484)) (-4 *4 (-1013)) (-5 *1 (-675 *4))))
- ((*1 *1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *1 (-675 *2)) (-4 *2 (-1013))))
+ (-12 (-5 *2 (-1 (-85) *4)) (-5 *3 (-485)) (-4 *4 (-1014)) (-5 *1 (-676 *4))))
+ ((*1 *1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *1 (-676 *2)) (-4 *2 (-1014))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34)))
- (-4 *4 (-13 (-1013) (-34))) (-5 *1 (-1055 *3 *4)))))
+ (-12 (-5 *2 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34)))
+ (-4 *4 (-13 (-1014) (-34))) (-5 *1 (-1056 *3 *4)))))
(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-1054 *4 *5))) (-5 *3 (-1 (-85) *5 *5))
- (-4 *4 (-13 (-1013) (-34))) (-4 *5 (-13 (-1013) (-34)))
- (-5 *1 (-1055 *4 *5))))
+ (-12 (-5 *2 (-584 (-1055 *4 *5))) (-5 *3 (-1 (-85) *5 *5))
+ (-4 *4 (-13 (-1014) (-34))) (-4 *5 (-13 (-1014) (-34)))
+ (-5 *1 (-1056 *4 *5))))
((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-1054 *3 *4))) (-4 *3 (-13 (-1013) (-34)))
- (-4 *4 (-13 (-1013) (-34))) (-5 *1 (-1055 *3 *4)))))
+ (-12 (-5 *2 (-584 (-1055 *3 *4))) (-4 *3 (-13 (-1014) (-34)))
+ (-4 *4 (-13 (-1014) (-34))) (-5 *1 (-1056 *3 *4)))))
(((*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *3 (-392)) (-4 *4 (-756)) (-4 *5 (-717)) (-5 *2 (-85))
- (-5 *1 (-899 *3 *4 *5 *6)) (-4 *6 (-861 *3 *5 *4))))
+ (-12 (-4 *3 (-392)) (-4 *4 (-757)) (-4 *5 (-718)) (-5 *2 (-85))
+ (-5 *1 (-900 *3 *4 *5 *6)) (-4 *6 (-862 *3 *5 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34)))
- (-4 *4 (-13 (-1013) (-34))))))
-(((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-767))))
- ((*1 *2 *1) (-12 (-5 *2 (-1015)) (-5 *1 (-876))))
- ((*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-902))))
- ((*1 *2 *1) (-12 (-4 *1 (-923 *2)) (-4 *2 (-1129))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34)))
+ (-4 *4 (-13 (-1014) (-34))))))
+(((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-768))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1016)) (-5 *1 (-877))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-903))))
+ ((*1 *2 *1) (-12 (-4 *1 (-924 *2)) (-4 *2 (-1130))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1013) (-34))) (-5 *1 (-1054 *2 *3))
- (-4 *3 (-13 (-1013) (-34))))))
+ (-12 (-4 *2 (-13 (-1014) (-34))) (-5 *1 (-1055 *2 *3))
+ (-4 *3 (-13 (-1014) (-34))))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-392)) (-4 *4 (-756)) (-4 *5 (-717)) (-5 *2 (-85))
- (-5 *1 (-899 *3 *4 *5 *6)) (-4 *6 (-861 *3 *5 *4))))
+ (|partial| -12 (-4 *3 (-392)) (-4 *4 (-757)) (-4 *5 (-718)) (-5 *2 (-85))
+ (-5 *1 (-900 *3 *4 *5 *6)) (-4 *6 (-862 *3 *5 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34)))
- (-4 *4 (-13 (-1013) (-34))))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34)))
+ (-4 *4 (-13 (-1014) (-34))))))
(((*1 *1 *1) (-4 *1 (-34))) ((*1 *1 *1) (-5 *1 (-86)))
- ((*1 *1 *1) (-5 *1 (-145))) ((*1 *1 *1) (-4 *1 (-483)))
- ((*1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013))))
- ((*1 *1 *1) (-12 (-4 *1 (-1048 *2)) (-4 *2 (-961))))
+ ((*1 *1 *1) (-5 *1 (-145))) ((*1 *1 *1) (-4 *1 (-484)))
+ ((*1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1049 *2)) (-4 *2 (-962))))
((*1 *1 *1)
- (-12 (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34)))
- (-4 *3 (-13 (-1013) (-34))))))
+ (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34)))
+ (-4 *3 (-13 (-1014) (-34))))))
(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34)))
- (-4 *3 (-13 (-1013) (-34))))))
+ (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34)))
+ (-4 *3 (-13 (-1014) (-34))))))
(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1054 *3 *2)) (-4 *3 (-13 (-1013) (-34)))
- (-4 *2 (-13 (-1013) (-34))))))
+ (-12 (-5 *1 (-1055 *3 *2)) (-4 *3 (-13 (-1014) (-34)))
+ (-4 *2 (-13 (-1014) (-34))))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-85)) (-5 *1 (-1054 *3 *4)) (-4 *3 (-13 (-1013) (-34)))
- (-4 *4 (-13 (-1013) (-34))))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-1055 *3 *4)) (-4 *3 (-13 (-1014) (-34)))
+ (-4 *4 (-13 (-1014) (-34))))))
(((*1 *1 *1)
- (-12 (-5 *1 (-1054 *2 *3)) (-4 *2 (-13 (-1013) (-34)))
- (-4 *3 (-13 (-1013) (-34))))))
+ (-12 (-5 *1 (-1055 *2 *3)) (-4 *2 (-13 (-1014) (-34)))
+ (-4 *3 (-13 (-1014) (-34))))))
(((*1 *2 *1 *1 *3 *4)
(-12 (-5 *3 (-1 (-85) *5 *5)) (-5 *4 (-1 (-85) *6 *6))
- (-4 *5 (-13 (-1013) (-34))) (-4 *6 (-13 (-1013) (-34))) (-5 *2 (-85))
- (-5 *1 (-1054 *5 *6)))))
+ (-4 *5 (-13 (-1014) (-34))) (-4 *6 (-13 (-1014) (-34))) (-5 *2 (-85))
+ (-5 *1 (-1055 *5 *6)))))
(((*1 *2 *1 *1 *3)
- (-12 (-5 *3 (-1 (-85) *5 *5)) (-4 *5 (-13 (-1013) (-34))) (-5 *2 (-85))
- (-5 *1 (-1054 *4 *5)) (-4 *4 (-13 (-1013) (-34))))))
+ (-12 (-5 *3 (-1 (-85) *5 *5)) (-4 *5 (-13 (-1014) (-34))) (-5 *2 (-85))
+ (-5 *1 (-1055 *4 *5)) (-4 *4 (-13 (-1014) (-34))))))
(((*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
((*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180))))
- ((*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *1 *1) (-4 *1 (-1053))))
+ ((*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *1) (-4 *1 (-1054))))
(((*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180))))
((*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
- ((*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *1 *1) (-4 *1 (-1053))))
+ ((*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *1) (-4 *1 (-1054))))
(((*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
((*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180))))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1053))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1054))))
(((*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
((*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180))))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1053))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1054))))
(((*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
((*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180))))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1053))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1054))))
(((*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
((*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180))))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1053))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1054))))
(((*1 *1 *1) (-5 *1 (-179))) ((*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
((*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180))))
- ((*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *1 *1) (-4 *1 (-1053))) ((*1 *1 *1 *1) (-4 *1 (-1053))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-179)) (-5 *3 (-694)) (-5 *1 (-180))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-142 (-179))) (-5 *3 (-694)) (-5 *1 (-180))))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1053))))
+ ((*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *1) (-4 *1 (-1054))) ((*1 *1 *1 *1) (-4 *1 (-1054))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-179)) (-5 *3 (-695)) (-5 *1 (-180))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-142 (-179))) (-5 *3 (-695)) (-5 *1 (-180))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1054))))
(((*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
((*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180))))
- ((*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *1 *1) (-4 *1 (-1053))))
+ ((*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *1) (-4 *1 (-1054))))
(((*1 *1 *1 *1) (-5 *1 (-179)))
((*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
((*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180))))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1 (-330))) (-5 *1 (-953))))
- ((*1 *1 *1 *1) (-4 *1 (-1053))))
-(((*1 *1 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-973))))
- ((*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *1 *1) (-4 *1 (-714)))
- ((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)) (-4 *2 (-973))))
- ((*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)) (-4 *2 (-973))))
- ((*1 *1 *1) (-4 *1 (-1053))))
-(((*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1185)) (-5 *1 (-1052))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-772))) (-5 *2 (-1185)) (-5 *1 (-1052)))))
-(((*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1185)) (-5 *1 (-1052))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-772))) (-5 *2 (-1185)) (-5 *1 (-1052)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1073)) (-5 *4 (-772)) (-5 *2 (-1185)) (-5 *1 (-1052))))
- ((*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1185)) (-5 *1 (-1052))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-772))) (-5 *2 (-1185)) (-5 *1 (-1052)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-583 (-1095))) (-5 *1 (-1050)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1079 3 *3)) (-4 *3 (-961)) (-4 *1 (-1048 *3))))
- ((*1 *1) (-12 (-4 *1 (-1048 *2)) (-4 *2 (-961)))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1 (-330))) (-5 *1 (-954))))
+ ((*1 *1 *1 *1) (-4 *1 (-1054))))
+(((*1 *1 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-974))))
+ ((*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *1) (-4 *1 (-715)))
+ ((*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)) (-4 *2 (-974))))
+ ((*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)) (-4 *2 (-974))))
+ ((*1 *1 *1) (-4 *1 (-1054))))
+(((*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1186)) (-5 *1 (-1053))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-773))) (-5 *2 (-1186)) (-5 *1 (-1053)))))
+(((*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1186)) (-5 *1 (-1053))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-773))) (-5 *2 (-1186)) (-5 *1 (-1053)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1074)) (-5 *4 (-773)) (-5 *2 (-1186)) (-5 *1 (-1053))))
+ ((*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1186)) (-5 *1 (-1053))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-773))) (-5 *2 (-1186)) (-5 *1 (-1053)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-584 (-1096))) (-5 *1 (-1051)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1080 3 *3)) (-4 *3 (-962)) (-4 *1 (-1049 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1049 *2)) (-4 *2 (-962)))))
(((*1 *2)
- (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5)))
- (-5 *2 (-694)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6))))
+ (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5)))
+ (-5 *2 (-695)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-694)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-694)))))
-(((*1 *2 *1) (-12 (-4 *3 (-961)) (-5 *2 (-583 *1)) (-4 *1 (-1048 *3)))))
-(((*1 *2 *1) (-12 (-4 *3 (-961)) (-5 *2 (-583 *1)) (-4 *1 (-1048 *3)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-695)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-695)))))
+(((*1 *2 *1) (-12 (-4 *3 (-962)) (-5 *2 (-584 *1)) (-4 *1 (-1049 *3)))))
+(((*1 *2 *1) (-12 (-4 *3 (-962)) (-5 *2 (-584 *1)) (-4 *1 (-1049 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 (-854 *4))) (-4 *1 (-1048 *4)) (-4 *4 (-961))
- (-5 *2 (-694)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-85)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-787 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-789 *2)) (-4 *2 (-1129))))
- ((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-854 *3)))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-854 *3))) (-4 *3 (-961)) (-4 *1 (-1048 *3))))
+ (-12 (-5 *3 (-584 (-855 *4))) (-4 *1 (-1049 *4)) (-4 *4 (-962))
+ (-5 *2 (-695)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-85)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-788 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-790 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-855 *3)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-855 *3))) (-4 *3 (-962)) (-4 *1 (-1049 *3))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-583 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-584 (-584 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-854 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-854 *3)))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-854 *3))) (-4 *3 (-961)) (-4 *1 (-1048 *3))))
+ (-12 (-5 *2 (-584 (-855 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-855 *3)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-855 *3))) (-4 *3 (-962)) (-4 *1 (-1049 *3))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-583 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-584 (-584 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-854 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-854 *3)))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-854 *3))) (-4 *3 (-961)) (-4 *1 (-1048 *3))))
+ (-12 (-5 *2 (-584 (-855 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-855 *3)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-855 *3))) (-4 *3 (-962)) (-4 *1 (-1049 *3))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-583 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-584 (-584 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-854 *3))) (-4 *1 (-1048 *3)) (-4 *3 (-961)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-85)))))
+ (-12 (-5 *2 (-584 (-855 *3))) (-4 *1 (-1049 *3)) (-4 *3 (-962)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-583 (-854 *3))))))
+ (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-584 (-855 *3))))))
((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-583 (-583 (-854 *4)))) (-5 *3 (-85)) (-4 *4 (-961))
- (-4 *1 (-1048 *4))))
+ (-12 (-5 *2 (-584 (-584 (-855 *4)))) (-5 *3 (-85)) (-4 *4 (-962))
+ (-4 *1 (-1049 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 (-583 (-854 *3)))) (-4 *3 (-961)) (-4 *1 (-1048 *3))))
+ (-12 (-5 *2 (-584 (-584 (-855 *3)))) (-4 *3 (-962)) (-4 *1 (-1049 *3))))
((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-583 (-583 (-583 *4)))) (-5 *3 (-85)) (-4 *1 (-1048 *4))
- (-4 *4 (-961))))
+ (-12 (-5 *2 (-584 (-584 (-584 *4)))) (-5 *3 (-85)) (-4 *1 (-1049 *4))
+ (-4 *4 (-962))))
((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-583 (-583 (-854 *4)))) (-5 *3 (-85)) (-4 *1 (-1048 *4))
- (-4 *4 (-961))))
+ (-12 (-5 *2 (-584 (-584 (-855 *4)))) (-5 *3 (-85)) (-4 *1 (-1049 *4))
+ (-4 *4 (-962))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-583 (-583 (-583 *5)))) (-5 *3 (-583 (-145))) (-5 *4 (-145))
- (-4 *1 (-1048 *5)) (-4 *5 (-961))))
+ (-12 (-5 *2 (-584 (-584 (-584 *5)))) (-5 *3 (-584 (-145))) (-5 *4 (-145))
+ (-4 *1 (-1049 *5)) (-4 *5 (-962))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-583 (-583 (-854 *5)))) (-5 *3 (-583 (-145))) (-5 *4 (-145))
- (-4 *1 (-1048 *5)) (-4 *5 (-961)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-854 *3))))))
+ (-12 (-5 *2 (-584 (-584 (-855 *5)))) (-5 *3 (-584 (-145))) (-5 *4 (-145))
+ (-4 *1 (-1049 *5)) (-4 *5 (-962)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-855 *3))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-583 (-583 (-694))))))))
+ (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-584 (-584 (-695))))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961))
- (-5 *2 (-583 (-583 (-583 (-854 *3))))))))
+ (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962))
+ (-5 *2 (-584 (-584 (-584 (-855 *3))))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-583 (-145)))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961)) (-5 *2 (-583 (-145))))))
+ (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-584 (-145)))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962)) (-5 *2 (-584 (-145))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1048 *3)) (-4 *3 (-961))
+ (-12 (-4 *1 (-1049 *3)) (-4 *3 (-962))
(-5 *2
- (-2 (|:| -3851 (-694)) (|:| |curves| (-694)) (|:| |polygons| (-694))
- (|:| |constructs| (-694)))))))
+ (-2 (|:| -3852 (-695)) (|:| |curves| (-695)) (|:| |polygons| (-695))
+ (|:| |constructs| (-695)))))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 (-2 (|:| -3733 (-1085 *6)) (|:| -2401 (-484)))))
- (-4 *6 (-258)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85))
- (-5 *1 (-681 *4 *5 *6 *7)) (-4 *7 (-861 *6 *4 *5))))
- ((*1 *1 *1) (-12 (-4 *1 (-1048 *2)) (-4 *2 (-961)))))
+ (-12 (-5 *3 (-584 (-2 (|:| -3734 (-1086 *6)) (|:| -2402 (-485)))))
+ (-4 *6 (-258)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85))
+ (-5 *1 (-682 *4 *5 *6 *7)) (-4 *7 (-862 *6 *4 *5))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1049 *2)) (-4 *2 (-962)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1129)) (-5 *1 (-1046 *4 *2))
- (-4 *2 (-13 (-538 (-484) *4) (-318 *4) (-1035 *4)))))
+ (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-1047 *4 *2))
+ (-4 *2 (-13 (-539 (-485) *4) (-318 *4) (-1036 *4)))))
((*1 *2 *2)
- (-12 (-4 *3 (-756)) (-4 *3 (-1129)) (-5 *1 (-1046 *3 *2))
- (-4 *2 (-13 (-538 (-484) *3) (-318 *3) (-1035 *3))))))
+ (-12 (-4 *3 (-757)) (-4 *3 (-1130)) (-5 *1 (-1047 *3 *2))
+ (-4 *2 (-13 (-539 (-485) *3) (-318 *3) (-1036 *3))))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1129)) (-5 *1 (-1046 *4 *2))
- (-4 *2 (-13 (-538 (-484) *4) (-318 *4) (-1035 *4)))))
+ (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-1047 *4 *2))
+ (-4 *2 (-13 (-539 (-485) *4) (-318 *4) (-1036 *4)))))
((*1 *2 *2)
- (-12 (-4 *3 (-756)) (-4 *3 (-1129)) (-5 *1 (-1046 *3 *2))
- (-4 *2 (-13 (-538 (-484) *3) (-318 *3) (-1035 *3))))))
+ (-12 (-4 *3 (-757)) (-4 *3 (-1130)) (-5 *1 (-1047 *3 *2))
+ (-4 *2 (-13 (-539 (-485) *3) (-318 *3) (-1036 *3))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 *4)) (-4 *4 (-961)) (-4 *2 (-1155 *4))
+ (-12 (-5 *3 (-1180 *4)) (-4 *4 (-962)) (-4 *2 (-1156 *4))
(-5 *1 (-384 *4 *2))))
((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-350 (-1085 (-265 *5)))) (-5 *3 (-1179 (-265 *5)))
- (-5 *4 (-484)) (-4 *5 (-495)) (-5 *1 (-1044 *5)))))
+ (-12 (-5 *2 (-350 (-1086 (-265 *5)))) (-5 *3 (-1180 (-265 *5)))
+ (-5 *4 (-485)) (-4 *5 (-496)) (-5 *1 (-1045 *5)))))
(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-350 (-1085 (-265 *3)))) (-4 *3 (-495)) (-5 *1 (-1044 *3)))))
+ (-12 (-5 *2 (-350 (-1086 (-265 *3)))) (-4 *3 (-496)) (-5 *1 (-1045 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-249 (-350 (-857 *5)))) (-5 *4 (-1090))
+ (-12 (-5 *3 (-249 (-350 (-858 *5)))) (-5 *4 (-1091))
(-4 *5 (-13 (-258) (-120)))
- (-5 *2 (-1080 (-583 (-265 *5)) (-583 (-249 (-265 *5)))))
- (-5 *1 (-1043 *5))))
+ (-5 *2 (-1081 (-584 (-265 *5)) (-584 (-249 (-265 *5)))))
+ (-5 *1 (-1044 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120)))
- (-5 *2 (-1080 (-583 (-265 *5)) (-583 (-249 (-265 *5)))))
- (-5 *1 (-1043 *5)))))
+ (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120)))
+ (-5 *2 (-1081 (-584 (-265 *5)) (-584 (-249 (-265 *5)))))
+ (-5 *1 (-1044 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120)))
- (-5 *2 (-583 (-265 *5))) (-5 *1 (-1043 *5))))
+ (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120)))
+ (-5 *2 (-584 (-265 *5))) (-5 *1 (-1044 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-350 (-857 *5)))) (-5 *4 (-583 (-1090)))
- (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-583 (-265 *5))))
- (-5 *1 (-1043 *5)))))
+ (-12 (-5 *3 (-584 (-350 (-858 *5)))) (-5 *4 (-584 (-1091)))
+ (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-584 (-265 *5))))
+ (-5 *1 (-1044 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120)))
- (-5 *2 (-583 (-249 (-265 *5)))) (-5 *1 (-1043 *5))))
+ (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120)))
+ (-5 *2 (-584 (-249 (-265 *5)))) (-5 *1 (-1044 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-13 (-258) (-120)))
- (-5 *2 (-583 (-249 (-265 *4)))) (-5 *1 (-1043 *4))))
+ (-12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-13 (-258) (-120)))
+ (-5 *2 (-584 (-249 (-265 *4)))) (-5 *1 (-1044 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-249 (-350 (-857 *5)))) (-5 *4 (-1090))
- (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-249 (-265 *5))))
- (-5 *1 (-1043 *5))))
+ (-12 (-5 *3 (-249 (-350 (-858 *5)))) (-5 *4 (-1091))
+ (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-249 (-265 *5))))
+ (-5 *1 (-1044 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-249 (-350 (-857 *4)))) (-4 *4 (-13 (-258) (-120)))
- (-5 *2 (-583 (-249 (-265 *4)))) (-5 *1 (-1043 *4))))
+ (-12 (-5 *3 (-249 (-350 (-858 *4)))) (-4 *4 (-13 (-258) (-120)))
+ (-5 *2 (-584 (-249 (-265 *4)))) (-5 *1 (-1044 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-350 (-857 *5)))) (-5 *4 (-583 (-1090)))
- (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-583 (-249 (-265 *5)))))
- (-5 *1 (-1043 *5))))
+ (-12 (-5 *3 (-584 (-350 (-858 *5)))) (-5 *4 (-584 (-1091)))
+ (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-584 (-249 (-265 *5)))))
+ (-5 *1 (-1044 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-350 (-857 *4)))) (-4 *4 (-13 (-258) (-120)))
- (-5 *2 (-583 (-583 (-249 (-265 *4))))) (-5 *1 (-1043 *4))))
+ (-12 (-5 *3 (-584 (-350 (-858 *4)))) (-4 *4 (-13 (-258) (-120)))
+ (-5 *2 (-584 (-584 (-249 (-265 *4))))) (-5 *1 (-1044 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-249 (-350 (-857 *5))))) (-5 *4 (-583 (-1090)))
- (-4 *5 (-13 (-258) (-120))) (-5 *2 (-583 (-583 (-249 (-265 *5)))))
- (-5 *1 (-1043 *5))))
+ (-12 (-5 *3 (-584 (-249 (-350 (-858 *5))))) (-5 *4 (-584 (-1091)))
+ (-4 *5 (-13 (-258) (-120))) (-5 *2 (-584 (-584 (-249 (-265 *5)))))
+ (-5 *1 (-1044 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-249 (-350 (-857 *4))))) (-4 *4 (-13 (-258) (-120)))
- (-5 *2 (-583 (-583 (-249 (-265 *4))))) (-5 *1 (-1043 *4)))))
+ (-12 (-5 *3 (-584 (-249 (-350 (-858 *4))))) (-4 *4 (-13 (-258) (-120)))
+ (-5 *2 (-584 (-584 (-249 (-265 *4))))) (-5 *1 (-1044 *4)))))
(((*1 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *1 (-1042 *3 *2)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *1 (-1043 *3 *2)) (-4 *3 (-1156 *2)))))
(((*1 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *1 (-1042 *3 *2)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *1 (-1043 *3 *2)) (-4 *3 (-1156 *2)))))
(((*1 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *1 (-1042 *3 *2)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *1 (-1043 *3 *2)) (-4 *3 (-1156 *2)))))
(((*1 *2 *2 *2)
- (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *1 (-1042 *3 *2)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *1 (-1043 *3 *2)) (-4 *3 (-1156 *2)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *2 (-583 *4)) (-5 *1 (-1042 *3 *4)) (-4 *3 (-1155 *4))))
+ (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *2 (-584 *4)) (-5 *1 (-1043 *3 *4)) (-4 *3 (-1156 *4))))
((*1 *2 *3 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *2 (-583 *3)) (-5 *1 (-1042 *4 *3)) (-4 *4 (-1155 *3)))))
+ (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *2 (-584 *3)) (-5 *1 (-1043 *4 *3)) (-4 *4 (-1156 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *2 (-583 *4)) (-5 *1 (-1042 *3 *4)) (-4 *3 (-1155 *4))))
+ (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *2 (-584 *4)) (-5 *1 (-1043 *3 *4)) (-4 *3 (-1156 *4))))
((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *2 (-583 *3)) (-5 *1 (-1042 *4 *3)) (-4 *4 (-1155 *3)))))
+ (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *2 (-584 *3)) (-5 *1 (-1043 *4 *3)) (-4 *4 (-1156 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *2 (-583 *4)) (-5 *1 (-1042 *3 *4)) (-4 *3 (-1155 *4))))
+ (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *2 (-584 *4)) (-5 *1 (-1043 *3 *4)) (-4 *3 (-1156 *4))))
((*1 *2 *3 *3 *3)
- (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *2 (-583 *3)) (-5 *1 (-1042 *4 *3)) (-4 *4 (-1155 *3)))))
+ (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *2 (-584 *3)) (-5 *1 (-1043 *4 *3)) (-4 *4 (-1156 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *2 (-583 *4)) (-5 *1 (-1042 *3 *4)) (-4 *3 (-1155 *4))))
+ (-12 (-4 *4 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *2 (-584 *4)) (-5 *1 (-1043 *3 *4)) (-4 *3 (-1156 *4))))
((*1 *2 *3 *3)
- (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *2 (-583 *3)) (-5 *1 (-1042 *4 *3)) (-4 *4 (-1155 *3)))))
+ (-12 (-4 *3 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *2 (-584 *3)) (-5 *1 (-1043 *4 *3)) (-4 *4 (-1156 *3)))))
(((*1 *2 *3 *4)
(-12 (-5 *4 (-1 *5 *5))
- (-4 *5 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
+ (-4 *5 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
(-5 *2
- (-2 (|:| |solns| (-583 *5))
- (|:| |maps| (-583 (-2 (|:| |arg| *5) (|:| |res| *5))))))
- (-5 *1 (-1042 *3 *5)) (-4 *3 (-1155 *5)))))
+ (-2 (|:| |solns| (-584 *5))
+ (|:| |maps| (-584 (-2 (|:| |arg| *5) (|:| |res| *5))))))
+ (-5 *1 (-1043 *3 *5)) (-4 *3 (-1156 *5)))))
(((*1 *2 *3 *2)
- (|partial| -12 (-4 *4 (-312)) (-4 *5 (-13 (-324 *4) (-1035 *4)))
- (-4 *2 (-13 (-324 *4) (-1035 *4))) (-5 *1 (-609 *4 *5 *2 *3))
- (-4 *3 (-627 *4 *5 *2))))
+ (|partial| -12 (-4 *4 (-312)) (-4 *5 (-13 (-324 *4) (-1036 *4)))
+ (-4 *2 (-13 (-324 *4) (-1036 *4))) (-5 *1 (-610 *4 *5 *2 *3))
+ (-4 *3 (-628 *4 *5 *2))))
((*1 *2 *3 *2)
- (|partial| -12 (-5 *2 (-1179 *4)) (-5 *3 (-630 *4)) (-4 *4 (-312))
- (-5 *1 (-610 *4))))
+ (|partial| -12 (-5 *2 (-1180 *4)) (-5 *3 (-631 *4)) (-4 *4 (-312))
+ (-5 *1 (-611 *4))))
((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *4 (-583 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-312))
- (-5 *1 (-734 *2 *3)) (-4 *3 (-600 *2))))
+ (|partial| -12 (-5 *4 (-584 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-312))
+ (-5 *1 (-735 *2 *3)) (-4 *3 (-601 *2))))
((*1 *2 *3)
- (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-484)))))))
- (-5 *1 (-1042 *3 *2)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *2 (-13 (-312) (-10 -8 (-15 ** ($ $ (-350 (-485)))))))
+ (-5 *1 (-1043 *3 *2)) (-4 *3 (-1156 *2)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *6)) (-5 *4 (-583 (-1069 *7))) (-4 *6 (-756))
- (-4 *7 (-861 *5 (-469 *6) *6)) (-4 *5 (-961)) (-5 *2 (-1 (-1069 *7) *7))
- (-5 *1 (-1040 *5 *6 *7)))))
+ (-12 (-5 *3 (-584 *6)) (-5 *4 (-584 (-1070 *7))) (-4 *6 (-757))
+ (-4 *7 (-862 *5 (-470 *6) *6)) (-4 *5 (-962)) (-5 *2 (-1 (-1070 *7) *7))
+ (-5 *1 (-1041 *5 *6 *7)))))
(((*1 *2 *3 *4)
(-12 (-4 *5 (-258)) (-4 *6 (-324 *5)) (-4 *4 (-324 *5))
- (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2012 (-583 *4))))
- (-5 *1 (-1038 *5 *6 *4 *3)) (-4 *3 (-627 *5 *6 *4)))))
+ (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2013 (-584 *4))))
+ (-5 *1 (-1039 *5 *6 *4 *3)) (-4 *3 (-628 *5 *6 *4)))))
(((*1 *2 *3)
(-12 (-4 *4 (-258)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
(-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
- (-5 *1 (-1038 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6)))))
+ (-5 *1 (-1039 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6)))))
(((*1 *2 *2)
(-12 (-4 *3 (-258)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
- (-5 *1 (-1038 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))))
+ (-5 *1 (-1039 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))))
(((*1 *2 *3)
(-12 (-4 *4 (-258)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
- (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1038 *4 *5 *6 *3))
- (-4 *3 (-627 *4 *5 *6)))))
-(((*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-853)) (-5 *3 (-484))))
+ (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1039 *4 *5 *6 *3))
+ (-4 *3 (-628 *4 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-854)) (-5 *3 (-485))))
((*1 *2 *2)
(-12 (-4 *3 (-258)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
- (-5 *1 (-1038 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))))
+ (-5 *1 (-1039 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-694)) (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *5)) (-4 *4 (-324 *3))
+ (-12 (-5 *2 (-695)) (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *5)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3))))
((*1 *1 *2)
- (-12 (-4 *2 (-961)) (-4 *1 (-1037 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2))
+ (-12 (-4 *2 (-962)) (-4 *1 (-1038 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2))
(-4 *5 (-196 *3 *2)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 *1)) (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *5))
+ (-12 (-5 *2 (-584 *1)) (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *5))
(-4 *4 (-324 *3)) (-4 *5 (-324 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 *3)) (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *5))
+ (-12 (-5 *2 (-584 *3)) (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *5))
(-4 *4 (-324 *3)) (-4 *5 (-324 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-961)) (-5 *1 (-630 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-962)) (-5 *1 (-631 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 *4)) (-4 *4 (-961)) (-4 *1 (-1037 *3 *4 *5 *6))
+ (-12 (-5 *2 (-584 *4)) (-4 *4 (-962)) (-4 *1 (-1038 *3 *4 *5 *6))
(-4 *5 (-196 *3 *4)) (-4 *6 (-196 *3 *4)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1037 *3 *4 *2 *5)) (-4 *4 (-961)) (-4 *5 (-196 *3 *4))
+ (-12 (-4 *1 (-1038 *3 *4 *2 *5)) (-4 *4 (-962)) (-4 *5 (-196 *3 *4))
(-4 *2 (-196 *3 *4)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-830)) (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320))))
+ (-12 (-5 *2 (-831)) (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320))))
((*1 *2 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-312))))
- ((*1 *2 *1) (-12 (-4 *1 (-322 *2 *3)) (-4 *3 (-1155 *2)) (-4 *2 (-146))))
+ ((*1 *2 *1) (-12 (-4 *1 (-322 *2 *3)) (-4 *3 (-1156 *2)) (-4 *2 (-146))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1179 *4)) (-5 *3 (-830)) (-4 *4 (-299)) (-5 *1 (-466 *4))))
+ (-12 (-5 *2 (-1180 *4)) (-5 *3 (-831)) (-4 *4 (-299)) (-5 *1 (-467 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1037 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2))
- (-4 *2 (-961)))))
+ (-12 (-4 *1 (-1038 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2))
+ (-4 *2 (-962)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-630 *2)) (-4 *4 (-1155 *2))
- (-4 *2 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $)))))
+ (-12 (-5 *3 (-631 *2)) (-4 *4 (-1156 *2))
+ (-4 *2 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $)))))
(-5 *1 (-439 *2 *4 *5)) (-4 *5 (-353 *2 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1037 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2))
- (-4 *2 (-961)))))
+ (-12 (-4 *1 (-1038 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2))
+ (-4 *2 (-962)))))
(((*1 *2 *3)
(-12 (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-312))
- (-5 *1 (-460 *2 *4 *5 *3)) (-4 *3 (-627 *2 *4 *5))))
+ (-5 *1 (-461 *2 *4 *5 *3)) (-4 *3 (-628 *2 *4 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2))
- (|has| *2 (-6 (-3998 "*"))) (-4 *2 (-961))))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2))
+ (|has| *2 (-6 (-3999 "*"))) (-4 *2 (-962))))
((*1 *2 *3)
(-12 (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-146))
- (-5 *1 (-629 *2 *4 *5 *3)) (-4 *3 (-627 *2 *4 *5))))
+ (-5 *1 (-630 *2 *4 *5 *3)) (-4 *3 (-628 *2 *4 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-1037 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2))
- (|has| *2 (-6 (-3998 "*"))) (-4 *2 (-961)))))
+ (-12 (-4 *1 (-1038 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2))
+ (|has| *2 (-6 (-3999 "*"))) (-4 *2 (-962)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2))
- (|has| *2 (-6 (-3998 "*"))) (-4 *2 (-961))))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *3 (-324 *2)) (-4 *4 (-324 *2))
+ (|has| *2 (-6 (-3999 "*"))) (-4 *2 (-962))))
((*1 *2 *3)
(-12 (-4 *4 (-324 *2)) (-4 *5 (-324 *2)) (-4 *2 (-146))
- (-5 *1 (-629 *2 *4 *5 *3)) (-4 *3 (-627 *2 *4 *5))))
+ (-5 *1 (-630 *2 *4 *5 *3)) (-4 *3 (-628 *2 *4 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-1037 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2))
- (|has| *2 (-6 (-3998 "*"))) (-4 *2 (-961)))))
+ (-12 (-4 *1 (-1038 *3 *2 *4 *5)) (-4 *4 (-196 *3 *2)) (-4 *5 (-196 *3 *2))
+ (|has| *2 (-6 (-3999 "*"))) (-4 *2 (-962)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130))
(-4 *4 (-324 *3)) (-4 *5 (-324 *3))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1035 *3)) (-4 *3 (-1129)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-1034 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1034 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1034 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-800 *3)) (-4 *3 (-1013))))
- ((*1 *2 *1) (-12 (-4 *1 (-1034 *3)) (-4 *3 (-1129)) (-5 *2 (-694)))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1036 *3)) (-4 *3 (-1130)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-1035 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1035 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1035 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-801 *3)) (-4 *3 (-1014))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1035 *3)) (-4 *3 (-1130)) (-5 *2 (-695)))))
(((*1 *1 *1 *1) (-5 *1 (-85))) ((*1 *1 *1 *1) (-4 *1 (-96)))
- ((*1 *1 *1 *1) (-5 *1 (-1033))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-1028)) (-5 *1 (-1029)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1028)) (-5 *1 (-172))))
- ((*1 *2 *1) (-12 (-5 *2 (-1028)) (-5 *1 (-381))))
- ((*1 *2 *1) (-12 (-5 *2 (-1028)) (-5 *1 (-749))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-583 (-1095))) (-5 *3 (-1095)) (-5 *1 (-1028))))
- ((*1 *2 *1) (-12 (-5 *2 (-1028)) (-5 *1 (-1029)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1130)) (-5 *1 (-154))))
- ((*1 *2 *1) (-12 (-5 *2 (-1130)) (-5 *1 (-622))))
- ((*1 *2 *1) (-12 (-5 *2 (-1130)) (-5 *1 (-883))))
- ((*1 *2 *1) (-12 (-5 *2 (-1130)) (-5 *1 (-985))))
- ((*1 *2 *1) (-12 (-5 *2 (-1095)) (-5 *1 (-1028)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1130))) (-5 *1 (-622))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-1095))) (-5 *1 (-1028)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1148 *5 *4)) (-4 *4 (-392)) (-4 *4 (-740)) (-14 *5 (-1090))
- (-5 *2 (-484)) (-5 *1 (-1027 *4 *5)))))
+ ((*1 *1 *1 *1) (-5 *1 (-1034))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-1029)) (-5 *1 (-1030)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1029)) (-5 *1 (-172))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1029)) (-5 *1 (-381))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1029)) (-5 *1 (-750))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-584 (-1096))) (-5 *3 (-1096)) (-5 *1 (-1029))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1029)) (-5 *1 (-1030)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1131)) (-5 *1 (-154))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1131)) (-5 *1 (-623))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1131)) (-5 *1 (-884))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1131)) (-5 *1 (-986))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1096)) (-5 *1 (-1029)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1131))) (-5 *1 (-623))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-1096))) (-5 *1 (-1029)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-392)) (-4 *4 (-741)) (-14 *5 (-1091))
+ (-5 *2 (-485)) (-5 *1 (-1028 *4 *5)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1148 *5 *4)) (-4 *4 (-392)) (-4 *4 (-740)) (-14 *5 (-1090))
- (-5 *2 (-484)) (-5 *1 (-1027 *4 *5)))))
+ (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-392)) (-4 *4 (-741)) (-14 *5 (-1091))
+ (-5 *2 (-485)) (-5 *1 (-1028 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1148 *5 *4)) (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-484))
- (-5 *1 (-1027 *4 *5)))))
+ (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-485))
+ (-5 *1 (-1028 *4 *5)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1148 *5 *4)) (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-484))
- (-5 *1 (-1027 *4 *5)))))
+ (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-485))
+ (-5 *1 (-1028 *4 *5)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1148 *5 *4)) (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-583 *4))
- (-5 *1 (-1027 *4 *5)))))
+ (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-584 *4))
+ (-5 *1 (-1028 *4 *5)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-583 (-1148 *5 *4)))
- (-5 *1 (-1027 *4 *5)) (-5 *3 (-1148 *5 *4)))))
+ (-12 (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-584 (-1149 *5 *4)))
+ (-5 *1 (-1028 *4 *5)) (-5 *3 (-1149 *5 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-740)) (-14 *5 (-1090)) (-5 *2 (-583 (-1148 *5 *4)))
- (-5 *1 (-1027 *4 *5)) (-5 *3 (-1148 *5 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-72)) (-5 *1 (-1022 *3)))))
-(((*1 *2 *3 *3 *3) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-1021)) (-5 *3 (-484)))))
-(((*1 *2 *3 *3 *3) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-1021)) (-5 *3 (-484)))))
-(((*1 *2 *3 *3 *3) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-1021)) (-5 *3 (-484)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-1021)))))
-(((*1 *2 *2 *2 *3) (-12 (-5 *2 (-1179 (-484))) (-5 *3 (-484)) (-5 *1 (-1021))))
+ (-12 (-4 *4 (-741)) (-14 *5 (-1091)) (-5 *2 (-584 (-1149 *5 *4)))
+ (-5 *1 (-1028 *4 *5)) (-5 *3 (-1149 *5 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-72)) (-5 *1 (-1023 *3)))))
+(((*1 *2 *3 *3 *3) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-1022)) (-5 *3 (-485)))))
+(((*1 *2 *3 *3 *3) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-1022)) (-5 *3 (-485)))))
+(((*1 *2 *3 *3 *3) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-1022)) (-5 *3 (-485)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-1022)))))
+(((*1 *2 *2 *2 *3) (-12 (-5 *2 (-1180 (-485))) (-5 *3 (-485)) (-5 *1 (-1022))))
((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-1179 (-484))) (-5 *3 (-583 (-484))) (-5 *4 (-484))
- (-5 *1 (-1021)))))
+ (-12 (-5 *2 (-1180 (-485))) (-5 *3 (-584 (-485))) (-5 *4 (-485))
+ (-5 *1 (-1022)))))
(((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-583 (-484))) (-5 *3 (-583 (-830))) (-5 *4 (-85))
- (-5 *1 (-1021)))))
+ (-12 (-5 *2 (-584 (-485))) (-5 *3 (-584 (-831))) (-5 *4 (-85))
+ (-5 *1 (-1022)))))
(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-630 (-484))) (-5 *3 (-583 (-484))) (-5 *1 (-1021)))))
+ (-12 (-5 *2 (-631 (-485))) (-5 *3 (-584 (-485))) (-5 *1 (-1022)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-830))) (-5 *4 (-583 (-484))) (-5 *2 (-630 (-484)))
- (-5 *1 (-1021)))))
+ (-12 (-5 *3 (-584 (-831))) (-5 *4 (-584 (-485))) (-5 *2 (-631 (-485)))
+ (-5 *1 (-1022)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-830))) (-5 *2 (-583 (-630 (-484)))) (-5 *1 (-1021)))))
+ (-12 (-5 *3 (-584 (-831))) (-5 *2 (-584 (-631 (-485)))) (-5 *1 (-1022)))))
(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-583 (-484))) (-5 *3 (-630 (-484))) (-5 *1 (-1021)))))
+ (-12 (-5 *2 (-584 (-485))) (-5 *3 (-631 (-485))) (-5 *1 (-1022)))))
(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-583 (-484))) (-5 *2 (-630 (-484))) (-5 *1 (-1021)))))
+ (-12 (-5 *3 (-584 (-485))) (-5 *2 (-631 (-485))) (-5 *1 (-1022)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4))))
- (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4))))
+ (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 *4)) (-5 *1 (-1019 *5 *6 *7 *3 *4))
- (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 *4)) (-5 *1 (-1020 *5 *6 *7 *3 *4))
+ (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-85)) (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-85)) (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *4))))
- (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *4))))
+ (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 *4)) (-5 *1 (-1019 *5 *6 *7 *3 *4))
- (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 *4)) (-5 *1 (-1020 *5 *6 *7 *3 *4))
+ (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *4))))
- (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *4))))
+ (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 *4)) (-5 *1 (-1019 *5 *6 *7 *3 *4))
- (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 *4)) (-5 *1 (-1020 *5 *6 *7 *3 *4))
+ (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *4))))
- (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *4))))
+ (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4))))
- (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4))))
+ (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4))))
- (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4))))
+ (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
- (-4 *3 (-977 *6 *7 *8)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4))))
- (-5 *1 (-1019 *6 *7 *8 *3 *4)) (-4 *4 (-983 *6 *7 *8 *3))))
+ (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-4 *3 (-978 *6 *7 *8)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4))))
+ (-5 *1 (-1020 *6 *7 *8 *3 *4)) (-4 *4 (-984 *6 *7 *8 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-583 (-2 (|:| |val| (-583 *8)) (|:| -1600 *9)))) (-5 *5 (-85))
- (-4 *8 (-977 *6 *7 *4)) (-4 *9 (-983 *6 *7 *4 *8)) (-4 *6 (-392))
- (-4 *7 (-717)) (-4 *4 (-756))
- (-5 *2 (-583 (-2 (|:| |val| *8) (|:| -1600 *9))))
- (-5 *1 (-1019 *6 *7 *4 *8 *9)))))
+ (-12 (-5 *3 (-584 (-2 (|:| |val| (-584 *8)) (|:| -1601 *9)))) (-5 *5 (-85))
+ (-4 *8 (-978 *6 *7 *4)) (-4 *9 (-984 *6 *7 *4 *8)) (-4 *6 (-392))
+ (-4 *7 (-718)) (-4 *4 (-757))
+ (-5 *2 (-584 (-2 (|:| |val| *8) (|:| -1601 *9))))
+ (-5 *1 (-1020 *6 *7 *4 *8 *9)))))
(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))
- (-5 *1 (-1019 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))
+ (-5 *1 (-1020 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *2 (-1185)) (-5 *1 (-984 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6))))
+ (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *2 (-1186)) (-5 *1 (-985 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *2 (-1185)) (-5 *1 (-1019 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6)))))
+ (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *2 (-1186)) (-5 *1 (-1020 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6)))))
(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-984 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-985 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-1019 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-1020 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7)))))
(((*1 *2)
- (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *2 (-1185)) (-5 *1 (-984 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6))))
+ (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *2 (-1186)) (-5 *1 (-985 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *2 (-1185)) (-5 *1 (-1019 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6)))))
+ (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *2 (-1186)) (-5 *1 (-1020 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6)))))
(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-984 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-985 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-1019 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-1020 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7)))))
(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
- (-4 *9 (-977 *6 *7 *8))
- (-5 *2 (-2 (|:| -3267 (-583 *9)) (|:| -1600 *4) (|:| |ineq| (-583 *9))))
- (-5 *1 (-901 *6 *7 *8 *9 *4)) (-5 *3 (-583 *9)) (-4 *4 (-983 *6 *7 *8 *9))))
+ (|partial| -12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-4 *9 (-978 *6 *7 *8))
+ (-5 *2 (-2 (|:| -3268 (-584 *9)) (|:| -1601 *4) (|:| |ineq| (-584 *9))))
+ (-5 *1 (-902 *6 *7 *8 *9 *4)) (-5 *3 (-584 *9)) (-4 *4 (-984 *6 *7 *8 *9))))
((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
- (-4 *9 (-977 *6 *7 *8))
- (-5 *2 (-2 (|:| -3267 (-583 *9)) (|:| -1600 *4) (|:| |ineq| (-583 *9))))
- (-5 *1 (-1018 *6 *7 *8 *9 *4)) (-5 *3 (-583 *9))
- (-4 *4 (-983 *6 *7 *8 *9)))))
+ (|partial| -12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-4 *9 (-978 *6 *7 *8))
+ (-5 *2 (-2 (|:| -3268 (-584 *9)) (|:| -1601 *4) (|:| |ineq| (-584 *9))))
+ (-5 *1 (-1019 *6 *7 *8 *9 *4)) (-5 *3 (-584 *9))
+ (-4 *4 (-984 *6 *7 *8 *9)))))
(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-583 *10)) (-5 *5 (-85)) (-4 *10 (-983 *6 *7 *8 *9))
- (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *9 (-977 *6 *7 *8))
+ (-12 (-5 *4 (-584 *10)) (-5 *5 (-85)) (-4 *10 (-984 *6 *7 *8 *9))
+ (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *9 (-978 *6 *7 *8))
(-5 *2
- (-583 (-2 (|:| -3267 (-583 *9)) (|:| -1600 *10) (|:| |ineq| (-583 *9)))))
- (-5 *1 (-901 *6 *7 *8 *9 *10)) (-5 *3 (-583 *9))))
+ (-584 (-2 (|:| -3268 (-584 *9)) (|:| -1601 *10) (|:| |ineq| (-584 *9)))))
+ (-5 *1 (-902 *6 *7 *8 *9 *10)) (-5 *3 (-584 *9))))
((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-583 *10)) (-5 *5 (-85)) (-4 *10 (-983 *6 *7 *8 *9))
- (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *9 (-977 *6 *7 *8))
+ (-12 (-5 *4 (-584 *10)) (-5 *5 (-85)) (-4 *10 (-984 *6 *7 *8 *9))
+ (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *9 (-978 *6 *7 *8))
(-5 *2
- (-583 (-2 (|:| -3267 (-583 *9)) (|:| -1600 *10) (|:| |ineq| (-583 *9)))))
- (-5 *1 (-1018 *6 *7 *8 *9 *10)) (-5 *3 (-583 *9)))))
+ (-584 (-2 (|:| -3268 (-584 *9)) (|:| -1601 *10) (|:| |ineq| (-584 *9)))))
+ (-5 *1 (-1019 *6 *7 *8 *9 *10)) (-5 *3 (-584 *9)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 (-2 (|:| |val| (-583 *6)) (|:| -1600 *7))))
- (-4 *6 (-977 *3 *4 *5)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392))
- (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-901 *3 *4 *5 *6 *7))))
+ (-12 (-5 *2 (-584 (-2 (|:| |val| (-584 *6)) (|:| -1601 *7))))
+ (-4 *6 (-978 *3 *4 *5)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-902 *3 *4 *5 *6 *7))))
((*1 *2 *2)
- (-12 (-5 *2 (-583 (-2 (|:| |val| (-583 *6)) (|:| -1600 *7))))
- (-4 *6 (-977 *3 *4 *5)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392))
- (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-1018 *3 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-584 (-2 (|:| |val| (-584 *6)) (|:| -1601 *7))))
+ (-4 *6 (-978 *3 *4 *5)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-1019 *3 *4 *5 *6 *7)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-583 *7)) (|:| -1600 *8)))
- (-4 *7 (-977 *4 *5 *6)) (-4 *8 (-983 *4 *5 *6 *7)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-2 (|:| |val| (-584 *7)) (|:| -1601 *8)))
+ (-4 *7 (-978 *4 *5 *6)) (-4 *8 (-984 *4 *5 *6 *7)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *8))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-583 *7)) (|:| -1600 *8)))
- (-4 *7 (-977 *4 *5 *6)) (-4 *8 (-983 *4 *5 *6 *7)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *8)))))
+ (-12 (-5 *3 (-2 (|:| |val| (-584 *7)) (|:| -1601 *8)))
+ (-4 *7 (-978 *4 *5 *6)) (-4 *8 (-984 *4 *5 *6 *7)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *8)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *7)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392))
- (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *1 (-901 *3 *4 *5 *6 *7))))
+ (-12 (-5 *2 (-584 *7)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *1 (-902 *3 *4 *5 *6 *7))))
((*1 *2 *2)
- (-12 (-5 *2 (-583 *7)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392))
- (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *1 (-1018 *3 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-584 *7)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *1 (-1019 *3 *4 *5 *6 *7)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 *3)) (-4 *3 (-983 *5 *6 *7 *8)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-977 *5 *6 *7)) (-5 *2 (-85))
- (-5 *1 (-901 *5 *6 *7 *8 *3))))
+ (-12 (-5 *4 (-584 *3)) (-4 *3 (-984 *5 *6 *7 *8)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-978 *5 *6 *7)) (-5 *2 (-85))
+ (-5 *1 (-902 *5 *6 *7 *8 *3))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 *3)) (-4 *3 (-983 *5 *6 *7 *8)) (-4 *5 (-392))
- (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-977 *5 *6 *7)) (-5 *2 (-85))
- (-5 *1 (-1018 *5 *6 *7 *8 *3)))))
+ (-12 (-5 *4 (-584 *3)) (-4 *3 (-984 *5 *6 *7 *8)) (-4 *5 (-392))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-978 *5 *6 *7)) (-5 *2 (-85))
+ (-5 *1 (-1019 *5 *6 *7 *8 *3)))))
(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *3))
- (-4 *3 (-983 *4 *5 *6 *7))))
+ (|partial| -12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *3))
+ (-4 *3 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *3))
- (-4 *3 (-983 *4 *5 *6 *7)))))
+ (|partial| -12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *3))
+ (-4 *3 (-984 *4 *5 *6 *7)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *7)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392))
- (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *1 (-901 *3 *4 *5 *6 *7))))
+ (-12 (-5 *2 (-584 *7)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *1 (-902 *3 *4 *5 *6 *7))))
((*1 *2 *2)
- (-12 (-5 *2 (-583 *7)) (-4 *7 (-983 *3 *4 *5 *6)) (-4 *3 (-392))
- (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *1 (-1018 *3 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-584 *7)) (-4 *7 (-984 *3 *4 *5 *6)) (-4 *3 (-392))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *1 (-1019 *3 *4 *5 *6 *7)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-85)) (-5 *1 (-901 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-85)) (-5 *1 (-902 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-85)) (-5 *1 (-1018 *4 *5 *6 *7 *3)) (-4 *3 (-983 *4 *5 *6 *7)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-85)) (-5 *1 (-1019 *4 *5 *6 *7 *3)) (-4 *3 (-984 *4 *5 *6 *7)))))
(((*1 *2)
- (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *2 (-1185)) (-5 *1 (-901 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6))))
+ (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *2 (-1186)) (-5 *1 (-902 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *2 (-1185)) (-5 *1 (-1018 *3 *4 *5 *6 *7)) (-4 *7 (-983 *3 *4 *5 *6)))))
+ (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *2 (-1186)) (-5 *1 (-1019 *3 *4 *5 *6 *7)) (-4 *7 (-984 *3 *4 *5 *6)))))
(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-901 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-902 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1073)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-977 *4 *5 *6)) (-5 *2 (-1185)) (-5 *1 (-1018 *4 *5 *6 *7 *8))
- (-4 *8 (-983 *4 *5 *6 *7)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-986))))
+ (-12 (-5 *3 (-1074)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-978 *4 *5 *6)) (-5 *2 (-1186)) (-5 *1 (-1019 *4 *5 *6 *7 *8))
+ (-4 *8 (-984 *4 *5 *6 *7)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-987))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014))))
((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377))))
- ((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-505 *3)) (-4 *3 (-950 (-484)))))
+ ((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-506 *3)) (-4 *3 (-951 (-485)))))
((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *7)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *7 (-1013)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *7)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *7 (-1014)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| -3861 (-1090)) (|:| |entry| *4))))
- (-5 *1 (-798 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3862 (-1091)) (|:| |entry| *4))))
+ (-5 *1 (-799 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014))))
((*1 *2 *1)
- (-12 (-4 *3 (-1013)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013))
- (-4 *7 (-1013)) (-5 *2 (-583 *1)) (-4 *1 (-1016 *3 *4 *5 *6 *7)))))
+ (-12 (-4 *3 (-1014)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014))
+ (-4 *7 (-1014)) (-5 *2 (-584 *1)) (-4 *1 (-1017 *3 *4 *5 *6 *7)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *2 *4 *5 *6)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013)))))
-(((*1 *2 *3) (-12 (-5 *2 (-484)) (-5 *1 (-505 *3)) (-4 *3 (-950 *2))))
+ (-12 (-4 *1 (-1017 *3 *2 *4 *5 *6)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014)))))
+(((*1 *2 *3) (-12 (-5 *2 (-485)) (-5 *1 (-506 *3)) (-4 *3 (-951 *2))))
((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *2 *5 *6)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-484)) (-5 *3 (-830)) (-4 *1 (-347))))
- ((*1 *1 *2 *2) (-12 (-5 *2 (-484)) (-4 *1 (-347))))
+ (-12 (-4 *1 (-1017 *3 *4 *2 *5 *6)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-485)) (-5 *3 (-831)) (-4 *1 (-347))))
+ ((*1 *1 *2 *2) (-12 (-5 *2 (-485)) (-4 *1 (-347))))
((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *2 *6)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013)))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *2 *6)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *4 *5 *6 *2)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-1013)) (-4 *2 (-1013)))))
+ (-12 (-4 *1 (-1017 *3 *4 *5 *6 *2)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-1014)) (-4 *2 (-1014)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1016 *2 *3 *4 *5 *6)) (-4 *2 (-1013)) (-4 *3 (-1013))
- (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)))))
+ (-12 (-4 *1 (-1017 *2 *3 *4 *5 *6)) (-4 *2 (-1014)) (-4 *3 (-1014))
+ (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1016 *2 *3 *4 *5 *6)) (-4 *2 (-1013)) (-4 *3 (-1013))
- (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013)))))
+ (-12 (-4 *1 (-1017 *2 *3 *4 *5 *6)) (-4 *2 (-1014)) (-4 *3 (-1014))
+ (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014)))))
(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-830)) (-5 *1 (-1014 *3 *4)) (-14 *3 *2) (-14 *4 *2))))
+ (|partial| -12 (-5 *2 (-831)) (-5 *1 (-1015 *3 *4)) (-14 *3 *2) (-14 *4 *2))))
(((*1 *1 *1 *2 *2)
- (|partial| -12 (-5 *2 (-830)) (-5 *1 (-1014 *3 *4)) (-14 *3 *2) (-14 *4 *2))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-613))))
+ (|partial| -12 (-5 *2 (-831)) (-5 *1 (-1015 *3 *4)) (-14 *3 *2) (-14 *4 *2))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-614))))
((*1 *2 *1)
- (-12 (-5 *2 (-583 (-830))) (-5 *1 (-1014 *3 *4)) (-14 *3 (-830))
- (-14 *4 (-830)))))
+ (-12 (-5 *2 (-584 (-831))) (-5 *1 (-1015 *3 *4)) (-14 *3 (-831))
+ (-14 *4 (-831)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 (-830))) (-5 *1 (-1014 *3 *4)) (-14 *3 (-830))
- (-14 *4 (-830)))))
+ (-12 (-5 *2 (-584 (-831))) (-5 *1 (-1015 *3 *4)) (-14 *3 (-831))
+ (-14 *4 (-831)))))
(((*1 *2)
- (-12 (-5 *2 (-1179 (-1014 *3 *4))) (-5 *1 (-1014 *3 *4)) (-14 *3 (-830))
- (-14 *4 (-830)))))
+ (-12 (-5 *2 (-1180 (-1015 *3 *4))) (-5 *1 (-1015 *3 *4)) (-14 *3 (-831))
+ (-14 *4 (-831)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-318 *3)) (-4 *3 (-1129)) (-4 *3 (-72)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-318 *3)) (-4 *3 (-1130)) (-4 *3 (-72)) (-5 *2 (-85))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-813 *4)) (-4 *4 (-1013)) (-5 *2 (-85)) (-5 *1 (-816 *4))))
+ (-12 (-5 *3 (-814 *4)) (-4 *4 (-1014)) (-5 *2 (-85)) (-5 *1 (-817 *4))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-830)) (-5 *2 (-85)) (-5 *1 (-1014 *4 *5)) (-14 *4 *3)
+ (-12 (-5 *3 (-831)) (-5 *2 (-85)) (-5 *1 (-1015 *4 *5)) (-14 *4 *3)
(-14 *5 *3))))
(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-694)) (-5 *1 (-1014 *4 *5)) (-14 *4 *3)
+ (-12 (-5 *3 (-831)) (-5 *2 (-695)) (-5 *1 (-1015 *4 *5)) (-14 *4 *3)
(-14 *5 *3))))
-(((*1 *2 *1) (-12 (-4 *1 (-1013)) (-5 *2 (-1033)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1013)) (-5 *2 (-1073)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1011 *3)) (-4 *3 (-1013)) (-5 *2 (-85)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772))))
- ((*1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-4 *1 (-1011 *3))))
- ((*1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-4 *1 (-1011 *3))))
- ((*1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1014)) (-5 *2 (-1034)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1014)) (-5 *2 (-1074)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1012 *3)) (-4 *3 (-1014)) (-5 *2 (-85)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773))))
+ ((*1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-4 *1 (-1012 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-4 *1 (-1012 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 (-443 *3 *4 *5 *6))) (-4 *3 (-312)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5))))
+ (-12 (-5 *2 (-584 (-444 *3 *4 *5 *6))) (-4 *3 (-312)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5))
- (-4 *5 (-861 *2 *3 *4))))
+ (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5))
+ (-4 *5 (-862 *2 *3 *4))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-583 *1)) (-5 *3 (-583 *7)) (-4 *1 (-983 *4 *5 *6 *7))
- (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *1)) (-5 *3 (-584 *7)) (-4 *1 (-984 *4 *5 *6 *7))
+ (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *1)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))
- (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1011 *3)) (-4 *3 (-1013)) (-5 *2 (-85)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))
+ (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1012 *3)) (-4 *3 (-1014)) (-5 *2 (-85)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-583 (-550 *4))) (-4 *4 (-364 *3)) (-4 *3 (-1013))
- (-5 *1 (-509 *3 *4))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-798 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1011 *2)) (-4 *2 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-31))))
- ((*1 *2 *1) (-12 (-5 *2 (-1095)) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-106))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-111))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-127))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-135))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-172))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-617))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-932))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-978))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-1008)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-1006 *3)) (-4 *3 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1006 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1006 *3)) (-4 *3 (-1129)) (-5 *2 (-484)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1129))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-1073)) (-5 *1 (-902))))
+ (-12 (-5 *2 (-584 (-551 *4))) (-4 *4 (-364 *3)) (-4 *3 (-1014))
+ (-5 *1 (-510 *3 *4))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-799 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1012 *2)) (-4 *2 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-31))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1096)) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-106))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-111))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-127))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-135))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-172))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-618))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-933))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-979))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-1009)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-1007 *3)) (-4 *3 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1130)) (-5 *2 (-485)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-1074)) (-5 *1 (-903))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1090)) (-4 *4 (-1129)) (-5 *1 (-971 *3 *4))
- (-4 *3 (-1006 *4))))
+ (-12 (-5 *2 (-1091)) (-4 *4 (-1130)) (-5 *1 (-972 *3 *4))
+ (-4 *3 (-1007 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1090)) (-5 *3 (-1001 *4)) (-4 *4 (-1129)) (-5 *1 (-1004 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-1003)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1 (-854 (-179)) (-854 (-179)))) (-5 *1 (-221))))
+ (-12 (-5 *2 (-1091)) (-5 *3 (-1002 *4)) (-4 *4 (-1130)) (-5 *1 (-1005 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-1004)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1 (-855 (-179)) (-855 (-179)))) (-5 *1 (-221))))
((*1 *2 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-280 *4)) (-4 *4 (-312)) (-5 *2 (-630 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1179 *3))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-280 *4)) (-4 *4 (-312)) (-5 *2 (-631 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1180 *3))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-1179 *4))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-1180 *4))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146))
- (-4 *5 (-1155 *4)) (-5 *2 (-630 *4))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146))
+ (-4 *5 (-1156 *4)) (-5 *2 (-631 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146))
- (-4 *5 (-1155 *4)) (-5 *2 (-1179 *4))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146))
+ (-4 *5 (-1156 *4)) (-5 *2 (-1180 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-353 *4 *5)) (-4 *4 (-146))
- (-4 *5 (-1155 *4)) (-5 *2 (-630 *4))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-353 *4 *5)) (-4 *4 (-146))
+ (-4 *5 (-1156 *4)) (-5 *2 (-631 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1155 *3))
- (-5 *2 (-1179 *3))))
+ (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1156 *3))
+ (-5 *2 (-1180 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-361 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1179 *3))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-361 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1180 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-1179 *3)) (-5 *1 (-579 *3 *4)) (-4 *3 (-312))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-1180 *3)) (-5 *1 (-580 *3 *4)) (-4 *3 (-312))
+ (-14 *4 (-584 (-1091)))))
((*1 *2 *1)
- (-12 (-5 *2 (-1179 *3)) (-5 *1 (-581 *3 *4)) (-4 *3 (-312))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-1180 *3)) (-5 *1 (-582 *3 *4)) (-4 *3 (-312))
+ (-14 *4 (-584 (-1091)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-630 *5))) (-5 *3 (-630 *5)) (-4 *5 (-312))
- (-5 *2 (-1179 *5)) (-5 *1 (-998 *5)))))
+ (-12 (-5 *4 (-584 (-631 *5))) (-5 *3 (-631 *5)) (-4 *5 (-312))
+ (-5 *2 (-1180 *5)) (-5 *1 (-999 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146))
- (-5 *2 (-1179 (-630 *4)))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146))
+ (-5 *2 (-1180 (-631 *4)))))
((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-1179 (-630 *4))) (-5 *1 (-360 *3 *4))
+ (-12 (-4 *4 (-146)) (-5 *2 (-1180 (-631 *4))) (-5 *1 (-360 *3 *4))
(-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1179 (-630 *3)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-1090))) (-4 *5 (-312))
- (-5 *2 (-1179 (-630 (-350 (-857 *5))))) (-5 *1 (-998 *5))
- (-5 *4 (-630 (-350 (-857 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-1090))) (-4 *5 (-312)) (-5 *2 (-1179 (-630 (-857 *5))))
- (-5 *1 (-998 *5)) (-5 *4 (-630 (-857 *5)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-583 (-630 *4))) (-4 *4 (-312)) (-5 *2 (-1179 (-630 *4)))
- (-5 *1 (-998 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-149))) (-5 *1 (-997)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-446)) (-5 *2 (-632 (-78))) (-5 *1 (-149))))
- ((*1 *2 *3 *1) (-12 (-5 *3 (-446)) (-5 *2 (-632 (-78))) (-5 *1 (-997)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-78)) (-5 *1 (-997)))))
-(((*1 *1) (-5 *1 (-997))))
-(((*1 *1) (-5 *1 (-997))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-1 (-85) *2)) (-4 *2 (-105)) (-5 *1 (-996 *2))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-1180 (-631 *3)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-1091))) (-4 *5 (-312))
+ (-5 *2 (-1180 (-631 (-350 (-858 *5))))) (-5 *1 (-999 *5))
+ (-5 *4 (-631 (-350 (-858 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-1091))) (-4 *5 (-312)) (-5 *2 (-1180 (-631 (-858 *5))))
+ (-5 *1 (-999 *5)) (-5 *4 (-631 (-858 *5)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-584 (-631 *4))) (-4 *4 (-312)) (-5 *2 (-1180 (-631 *4)))
+ (-5 *1 (-999 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-149))) (-5 *1 (-998)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-447)) (-5 *2 (-633 (-78))) (-5 *1 (-149))))
+ ((*1 *2 *3 *1) (-12 (-5 *3 (-447)) (-5 *2 (-633 (-78))) (-5 *1 (-998)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-78)) (-5 *1 (-998)))))
+(((*1 *1) (-5 *1 (-998))))
+(((*1 *1) (-5 *1 (-998))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-1 (-85) *2)) (-4 *2 (-105)) (-5 *1 (-997 *2))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-484) *2 *2)) (-4 *2 (-105)) (-5 *1 (-996 *2)))))
-(((*1 *2) (-12 (-5 *2 (-583 *3)) (-5 *1 (-996 *3)) (-4 *3 (-105)))))
-(((*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-996 *3)) (-4 *3 (-105)))))
-(((*1 *1) (-5 *1 (-994))))
+ (-12 (-5 *3 (-1 (-485) *2 *2)) (-4 *2 (-105)) (-5 *1 (-997 *2)))))
+(((*1 *2) (-12 (-5 *2 (-584 *3)) (-5 *1 (-997 *3)) (-4 *3 (-105)))))
+(((*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-997 *3)) (-4 *3 (-105)))))
+(((*1 *1) (-5 *1 (-995))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-717)) (-4 *7 (-756))
- (-4 *8 (-977 *5 *6 *7)) (-5 *2 (-583 *3)) (-5 *1 (-527 *5 *6 *7 *8 *3))
- (-4 *3 (-1020 *5 *6 *7 *8))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-718)) (-4 *7 (-757))
+ (-4 *8 (-978 *5 *6 *7)) (-5 *2 (-584 *3)) (-5 *1 (-528 *5 *6 *7 *8 *3))
+ (-4 *3 (-1021 *5 *6 *7 *8))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120)))
- (-5 *2 (-583 (-2 (|:| -1750 (-1085 *5)) (|:| -3225 (-583 (-857 *5))))))
- (-5 *1 (-990 *5 *6)) (-5 *3 (-583 (-857 *5))) (-14 *6 (-583 (-1090)))))
+ (-5 *2 (-584 (-2 (|:| -1751 (-1086 *5)) (|:| -3226 (-584 (-858 *5))))))
+ (-5 *1 (-991 *5 *6)) (-5 *3 (-584 (-858 *5))) (-14 *6 (-584 (-1091)))))
((*1 *2 *3)
(-12 (-4 *4 (-13 (-258) (-120)))
- (-5 *2 (-583 (-2 (|:| -1750 (-1085 *4)) (|:| -3225 (-583 (-857 *4))))))
- (-5 *1 (-990 *4 *5)) (-5 *3 (-583 (-857 *4))) (-14 *5 (-583 (-1090)))))
+ (-5 *2 (-584 (-2 (|:| -1751 (-1086 *4)) (|:| -3226 (-584 (-858 *4))))))
+ (-5 *1 (-991 *4 *5)) (-5 *3 (-584 (-858 *4))) (-14 *5 (-584 (-1091)))))
((*1 *2 *3 *4 *4)
(-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120)))
- (-5 *2 (-583 (-2 (|:| -1750 (-1085 *5)) (|:| -3225 (-583 (-857 *5))))))
- (-5 *1 (-990 *5 *6)) (-5 *3 (-583 (-857 *5))) (-14 *6 (-583 (-1090))))))
+ (-5 *2 (-584 (-2 (|:| -1751 (-1086 *5)) (|:| -3226 (-584 (-858 *5))))))
+ (-5 *1 (-991 *5 *6)) (-5 *3 (-584 (-858 *5))) (-14 *6 (-584 (-1091))))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 (-987 *3 *4 *5))) (-4 *3 (-1013))
- (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3))))
- (-4 *5 (-13 (-364 *4) (-796 *3) (-553 (-800 *3)))) (-5 *1 (-989 *3 *4 *5)))))
+ (-12 (-5 *2 (-584 (-988 *3 *4 *5))) (-4 *3 (-1014))
+ (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3))))
+ (-4 *5 (-13 (-364 *4) (-797 *3) (-554 (-801 *3)))) (-5 *1 (-990 *3 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1013)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3))))
- (-5 *2 (-583 (-987 *3 *4 *5))) (-5 *1 (-989 *3 *4 *5))
- (-4 *5 (-13 (-364 *4) (-796 *3) (-553 (-800 *3)))))))
+ (-12 (-4 *3 (-1014)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3))))
+ (-5 *2 (-584 (-988 *3 *4 *5))) (-5 *1 (-990 *3 *4 *5))
+ (-4 *5 (-13 (-364 *4) (-797 *3) (-554 (-801 *3)))))))
(((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-583 (-1090))) (-4 *4 (-1013))
- (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-987 *4 *5 *2))
- (-4 *2 (-13 (-364 *5) (-796 *4) (-553 (-800 *4))))))
+ (-12 (-5 *3 (-584 (-1091))) (-4 *4 (-1014))
+ (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-988 *4 *5 *2))
+ (-4 *2 (-13 (-364 *5) (-797 *4) (-554 (-801 *4))))))
((*1 *1 *2 *2)
- (-12 (-4 *3 (-1013)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3))))
- (-5 *1 (-987 *3 *4 *2)) (-4 *2 (-13 (-364 *4) (-796 *3) (-553 (-800 *3)))))))
+ (-12 (-4 *3 (-1014)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3))))
+ (-5 *1 (-988 *3 *4 *2)) (-4 *2 (-13 (-364 *4) (-797 *3) (-554 (-801 *3)))))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-800 *4)) (-5 *3 (-1 (-85) *5)) (-4 *4 (-1013)) (-4 *5 (-1129))
- (-5 *1 (-801 *4 *5))))
+ (-12 (-5 *2 (-801 *4)) (-5 *3 (-1 (-85) *5)) (-4 *4 (-1014)) (-4 *5 (-1130))
+ (-5 *1 (-802 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-800 *4)) (-5 *3 (-583 (-1 (-85) *5))) (-4 *4 (-1013))
- (-4 *5 (-1129)) (-5 *1 (-801 *4 *5))))
+ (-12 (-5 *2 (-801 *4)) (-5 *3 (-584 (-1 (-85) *5))) (-4 *4 (-1014))
+ (-4 *5 (-1130)) (-5 *1 (-802 *4 *5))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-800 *5)) (-5 *3 (-583 (-1090))) (-5 *4 (-1 (-85) (-583 *6)))
- (-4 *5 (-1013)) (-4 *6 (-1129)) (-5 *1 (-801 *5 *6))))
+ (-12 (-5 *2 (-801 *5)) (-5 *3 (-584 (-1091))) (-5 *4 (-1 (-85) (-584 *6)))
+ (-4 *5 (-1014)) (-4 *6 (-1130)) (-5 *1 (-802 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1090)) (-5 *4 (-1 (-85) *5)) (-4 *5 (-1129))
- (-5 *2 (-265 (-484))) (-5 *1 (-848 *5))))
+ (-12 (-5 *3 (-1091)) (-5 *4 (-1 (-85) *5)) (-4 *5 (-1130))
+ (-5 *2 (-265 (-485))) (-5 *1 (-849 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1090)) (-5 *4 (-583 (-1 (-85) *5))) (-4 *5 (-1129))
- (-5 *2 (-265 (-484))) (-5 *1 (-848 *5))))
+ (-12 (-5 *3 (-1091)) (-5 *4 (-584 (-1 (-85) *5))) (-4 *5 (-1130))
+ (-5 *2 (-265 (-485))) (-5 *1 (-849 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-85) *5)) (-4 *5 (-1129)) (-4 *4 (-1013))
- (-5 *1 (-849 *4 *2 *5)) (-4 *2 (-364 *4))))
+ (-12 (-5 *3 (-1 (-85) *5)) (-4 *5 (-1130)) (-4 *4 (-1014))
+ (-5 *1 (-850 *4 *2 *5)) (-4 *2 (-364 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 (-1 (-85) *5))) (-4 *5 (-1129)) (-4 *4 (-1013))
- (-5 *1 (-849 *4 *2 *5)) (-4 *2 (-364 *4))))
+ (-12 (-5 *3 (-584 (-1 (-85) *5))) (-4 *5 (-1130)) (-4 *4 (-1014))
+ (-5 *1 (-850 *4 *2 *5)) (-4 *2 (-364 *4))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-1 (-85) (-583 *6)))
- (-4 *6 (-13 (-364 *5) (-796 *4) (-553 (-800 *4)))) (-4 *4 (-1013))
- (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-987 *4 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1013)) (-4 *4 (-13 (-961) (-796 *3) (-553 *2)))
- (-5 *2 (-800 *3)) (-5 *1 (-987 *3 *4 *5))
- (-4 *5 (-13 (-364 *4) (-796 *3) (-553 *2))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1013)) (-4 *4 (-13 (-961) (-796 *3) (-553 (-800 *3))))
- (-5 *2 (-583 (-1090))) (-5 *1 (-987 *3 *4 *5))
- (-4 *5 (-13 (-364 *4) (-796 *3) (-553 (-800 *3)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-154))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-263))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-883))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-907))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-948))))
- ((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-985)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4))))
- (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 *4)) (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-85)) (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *4))))
- (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-1 (-85) (-584 *6)))
+ (-4 *6 (-13 (-364 *5) (-797 *4) (-554 (-801 *4)))) (-4 *4 (-1014))
+ (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-988 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1014)) (-4 *4 (-13 (-962) (-797 *3) (-554 *2)))
+ (-5 *2 (-801 *3)) (-5 *1 (-988 *3 *4 *5))
+ (-4 *5 (-13 (-364 *4) (-797 *3) (-554 *2))))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1014)) (-4 *4 (-13 (-962) (-797 *3) (-554 (-801 *3))))
+ (-5 *2 (-584 (-1091))) (-5 *1 (-988 *3 *4 *5))
+ (-4 *5 (-13 (-364 *4) (-797 *3) (-554 (-801 *3)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-154))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-263))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-884))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-908))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-949))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-986)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4))))
+ (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 *4)) (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-85)) (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *4))))
+ (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4))))
- (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4))))
+ (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4))))
- (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4))))
+ (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
- (-4 *3 (-977 *6 *7 *8)) (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4))))
- (-5 *1 (-984 *6 *7 *8 *3 *4)) (-4 *4 (-983 *6 *7 *8 *3))))
+ (-12 (-5 *5 (-85)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-4 *3 (-978 *6 *7 *8)) (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4))))
+ (-5 *1 (-985 *6 *7 *8 *3 *4)) (-4 *4 (-984 *6 *7 *8 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-583 (-2 (|:| |val| (-583 *8)) (|:| -1600 *9)))) (-5 *5 (-85))
- (-4 *8 (-977 *6 *7 *4)) (-4 *9 (-983 *6 *7 *4 *8)) (-4 *6 (-392))
- (-4 *7 (-717)) (-4 *4 (-756))
- (-5 *2 (-583 (-2 (|:| |val| *8) (|:| -1600 *9))))
- (-5 *1 (-984 *6 *7 *4 *8 *9)))))
+ (-12 (-5 *3 (-584 (-2 (|:| |val| (-584 *8)) (|:| -1601 *9)))) (-5 *5 (-85))
+ (-4 *8 (-978 *6 *7 *4)) (-4 *9 (-984 *6 *7 *4 *8)) (-4 *6 (-392))
+ (-4 *7 (-718)) (-4 *4 (-757))
+ (-5 *2 (-584 (-2 (|:| |val| *8) (|:| -1601 *9))))
+ (-5 *1 (-985 *6 *7 *4 *8 *9)))))
(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| (-583 *3)) (|:| -1600 *4))))
- (-5 *1 (-984 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| (-584 *3)) (|:| -1601 *4))))
+ (-5 *1 (-985 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-983 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-984 *3 *4 *5 *6)) (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85)))))
(((*1 *2 *3 *1)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))
- (-5 *2 (-3 (-85) (-583 *1))) (-4 *1 (-983 *4 *5 *6 *3)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))
+ (-5 *2 (-3 (-85) (-584 *1))) (-4 *1 (-984 *4 *5 *6 *3)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-5 *2 (-85))))
((*1 *2 *3 *1)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))
- (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *1))))
- (-4 *1 (-983 *4 *5 *6 *3)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))
+ (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *1))))
+ (-4 *1 (-984 *4 *5 *6 *3)))))
(((*1 *2 *3 *1)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))
- (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))
+ (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)))))
(((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))
- (-5 *2 (-3 *3 (-583 *1))) (-4 *1 (-983 *4 *5 *6 *3)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-495)) (-4 *2 (-961))))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-882 *3 *2)) (-4 *2 (-1155 *3))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))
+ (-5 *2 (-3 *3 (-584 *1))) (-4 *1 (-984 *4 *5 *6 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-705 *2)) (-4 *2 (-496)) (-4 *2 (-962))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-883 *3 *2)) (-4 *2 (-1156 *3))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *2 (-495))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *2 (-496))))
((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))
- (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *1))))
- (-4 *1 (-983 *4 *5 *6 *3)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))
+ (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *1))))
+ (-4 *1 (-984 *4 *5 *6 *3)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-583 *1)) (-5 *3 (-583 *7)) (-4 *1 (-983 *4 *5 *6 *7))
- (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *1)) (-5 *3 (-584 *7)) (-4 *1 (-984 *4 *5 *6 *7))
+ (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *7))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-977 *4 *5 *6))
- (-5 *2 (-583 *1)) (-4 *1 (-983 *4 *5 *6 *3)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-978 *4 *5 *6))
+ (-5 *2 (-584 *1)) (-4 *1 (-984 *4 *5 *6 *3)))))
(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-85))))
((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-55))))
((*1 *2 *1)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85))
- (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85))
+ (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-980 *4 *3)) (-4 *4 (-13 (-755) (-312))) (-4 *3 (-1155 *4))
+ (-12 (-4 *1 (-981 *4 *3)) (-4 *4 (-13 (-756) (-312))) (-4 *3 (-1156 *4))
(-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-493 *3)) (-4 *3 (-13 (-347) (-1115))) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-4 *1 (-714)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-494 *3)) (-4 *3 (-13 (-347) (-1116))) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-4 *1 (-715)) (-5 *2 (-85))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-980 *4 *3)) (-4 *4 (-13 (-755) (-312))) (-4 *3 (-1155 *4))
+ (-12 (-4 *1 (-981 *4 *3)) (-4 *4 (-13 (-756) (-312))) (-4 *3 (-1156 *4))
(-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-493 *3)) (-4 *3 (-13 (-347) (-1115))) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-4 *1 (-716)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-494 *3)) (-4 *3 (-13 (-347) (-1116))) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-4 *1 (-717)) (-5 *2 (-85))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-980 *4 *3)) (-4 *4 (-13 (-755) (-312))) (-4 *3 (-1155 *4))
+ (-12 (-4 *1 (-981 *4 *3)) (-4 *4 (-13 (-756) (-312))) (-4 *3 (-1156 *4))
(-5 *2 (-85)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-950 (-484))) (-4 *3 (-495)) (-5 *1 (-32 *3 *2))
+ (-12 (-4 *3 (-951 (-485))) (-4 *3 (-496)) (-5 *1 (-32 *3 *2))
(-4 *2 (-364 *3))))
((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-1085 *4)) (-5 *1 (-138 *3 *4))
+ (-12 (-4 *4 (-146)) (-5 *2 (-1086 *4)) (-5 *1 (-138 *3 *4))
(-4 *3 (-139 *4))))
- ((*1 *1 *1) (-12 (-4 *1 (-961)) (-4 *1 (-254))))
- ((*1 *2) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1085 *3))))
- ((*1 *2) (-12 (-4 *1 (-661 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1155 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *2)) (-4 *3 (-13 (-755) (-312))) (-4 *2 (-1155 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-857 (-484))) (-5 *2 (-583 *1)) (-4 *1 (-925))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-857 (-350 (-484)))) (-5 *2 (-583 *1)) (-4 *1 (-925))))
- ((*1 *2 *3) (-12 (-5 *3 (-857 *1)) (-4 *1 (-925)) (-5 *2 (-583 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1085 (-484))) (-5 *2 (-583 *1)) (-4 *1 (-925))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1085 (-350 (-484)))) (-5 *2 (-583 *1)) (-4 *1 (-925))))
- ((*1 *2 *3) (-12 (-5 *3 (-1085 *1)) (-4 *1 (-925)) (-5 *2 (-583 *1))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-755) (-312))) (-4 *3 (-1155 *4)) (-5 *2 (-583 *1))
- (-4 *1 (-980 *4 *3)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1085 *1)) (-5 *3 (-1090)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1085 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-857 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1090)) (-4 *1 (-29 *3)) (-4 *3 (-495))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-495))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1085 *2)) (-5 *4 (-1090)) (-4 *2 (-364 *5)) (-5 *1 (-32 *5 *2))
- (-4 *5 (-495))))
+ ((*1 *1 *1) (-12 (-4 *1 (-962)) (-4 *1 (-254))))
+ ((*1 *2) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1086 *3))))
+ ((*1 *2) (-12 (-4 *1 (-662 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1156 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-981 *3 *2)) (-4 *3 (-13 (-756) (-312))) (-4 *2 (-1156 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-858 (-485))) (-5 *2 (-584 *1)) (-4 *1 (-926))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-858 (-350 (-485)))) (-5 *2 (-584 *1)) (-4 *1 (-926))))
+ ((*1 *2 *3) (-12 (-5 *3 (-858 *1)) (-4 *1 (-926)) (-5 *2 (-584 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1086 (-485))) (-5 *2 (-584 *1)) (-4 *1 (-926))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1086 (-350 (-485)))) (-5 *2 (-584 *1)) (-4 *1 (-926))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1086 *1)) (-4 *1 (-926)) (-5 *2 (-584 *1))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-756) (-312))) (-4 *3 (-1156 *4)) (-5 *2 (-584 *1))
+ (-4 *1 (-981 *4 *3)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1086 *1)) (-5 *3 (-1091)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-858 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1091)) (-4 *1 (-29 *3)) (-4 *3 (-496))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-496))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1086 *2)) (-5 *4 (-1091)) (-4 *2 (-364 *5)) (-5 *1 (-32 *5 *2))
+ (-4 *5 (-496))))
((*1 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1085 *1)) (-5 *3 (-830)) (-4 *1 (-925))))
+ (|partial| -12 (-5 *2 (-1086 *1)) (-5 *3 (-831)) (-4 *1 (-926))))
((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-1085 *1)) (-5 *3 (-830)) (-5 *4 (-772))
- (-4 *1 (-925))))
+ (|partial| -12 (-5 *2 (-1086 *1)) (-5 *3 (-831)) (-5 *4 (-773))
+ (-4 *1 (-926))))
((*1 *1 *2 *3)
- (|partial| -12 (-5 *3 (-830)) (-4 *4 (-13 (-755) (-312)))
- (-4 *1 (-980 *4 *2)) (-4 *2 (-1155 *4)))))
+ (|partial| -12 (-5 *3 (-831)) (-4 *4 (-13 (-756) (-312)))
+ (-4 *1 (-981 *4 *2)) (-4 *2 (-1156 *4)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-350 (-484))) (-5 *1 (-937 *3))
- (-4 *3 (-13 (-755) (-312) (-933)))))
+ (-12 (-5 *2 (-350 (-485))) (-5 *1 (-938 *3))
+ (-4 *3 (-13 (-756) (-312) (-934)))))
((*1 *2 *3 *1 *2)
- (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2))))
+ (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2))))
((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-980 *2 *3)) (-4 *2 (-13 (-755) (-312))) (-4 *3 (-1155 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-127))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-1049))) (-5 *1 (-978)))))
+ (-12 (-4 *1 (-981 *2 *3)) (-4 *2 (-13 (-756) (-312))) (-4 *3 (-1156 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-127))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-1050))) (-5 *1 (-979)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-889 *3 *4 *2 *5)) (-4 *3 (-961)) (-4 *4 (-717))
- (-4 *5 (-977 *3 *4 *2)) (-4 *2 (-756))))
+ (-12 (-4 *1 (-890 *3 *4 *2 *5)) (-4 *3 (-962)) (-4 *4 (-718))
+ (-4 *5 (-978 *3 *4 *2)) (-4 *2 (-757))))
((*1 *2 *1)
- (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)))))
+ (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-694)))))
+ (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-695)))))
(((*1 *2 *1) (-12 (-5 *2 (-423)) (-5 *1 (-172))))
- ((*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1129))))
- ((*1 *2 *1) (-12 (-5 *2 (-423)) (-5 *1 (-617))))
+ ((*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-423)) (-5 *1 (-618))))
((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1))
- (-4 *1 (-977 *3 *4 *5)))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1))
+ (-4 *1 (-978 *3 *4 *5)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-716)) (-4 *2 (-961))))
- ((*1 *2 *1) (-12 (-4 *2 (-961)) (-5 *1 (-50 *2 *3)) (-14 *3 (-583 (-1090)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-717)) (-4 *2 (-962))))
+ ((*1 *2 *1) (-12 (-4 *2 (-962)) (-5 *1 (-50 *2 *3)) (-14 *3 (-584 (-1091)))))
((*1 *2 *1)
- (-12 (-5 *2 (-265 *3)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756)))
- (-14 *4 (-583 (-1090)))))
- ((*1 *2 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *3 (-1013)) (-4 *2 (-961))))
+ (-12 (-5 *2 (-265 *3)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757)))
+ (-14 *4 (-584 (-1091)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-335 *2 *3)) (-4 *3 (-1014)) (-4 *2 (-962))))
((*1 *2 *1)
- (-12 (-14 *3 (-583 (-1090))) (-4 *5 (-196 (-3958 *3) (-694)))
+ (-12 (-14 *3 (-584 (-1091))) (-4 *5 (-196 (-3959 *3) (-695)))
(-14 *6
- (-1 (-85) (-2 (|:| -2400 *4) (|:| -2401 *5))
- (-2 (|:| -2400 *4) (|:| -2401 *5))))
- (-4 *2 (-146)) (-5 *1 (-401 *3 *2 *4 *5 *6 *7)) (-4 *4 (-756))
- (-4 *7 (-861 *2 *5 (-773 *3)))))
- ((*1 *2 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *3 (-759)) (-4 *2 (-72))))
- ((*1 *2 *1) (-12 (-4 *2 (-495)) (-5 *1 (-562 *2 *3)) (-4 *3 (-1155 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-645 *2)) (-4 *2 (-961))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-961)) (-5 *1 (-674 *2 *3)) (-4 *3 (-756)) (-4 *3 (-663))))
- ((*1 *2 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-886 *2 *3 *4)) (-4 *3 (-716)) (-4 *4 (-756)) (-4 *2 (-961))))
+ (-1 (-85) (-2 (|:| -2401 *4) (|:| -2402 *5))
+ (-2 (|:| -2401 *4) (|:| -2402 *5))))
+ (-4 *2 (-146)) (-5 *1 (-401 *3 *2 *4 *5 *6 *7)) (-4 *4 (-757))
+ (-4 *7 (-862 *2 *5 (-774 *3)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-450 *2 *3)) (-4 *3 (-760)) (-4 *2 (-72))))
+ ((*1 *2 *1) (-12 (-4 *2 (-496)) (-5 *1 (-563 *2 *3)) (-4 *3 (-1156 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-962))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-962)) (-5 *1 (-675 *2 *3)) (-4 *3 (-757)) (-4 *3 (-664))))
+ ((*1 *2 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-887 *2 *3 *4)) (-4 *3 (-717)) (-4 *4 (-757)) (-4 *2 (-962))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756)))))
+ (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-5 *2 (-85)) (-5 *1 (-384 *4 *3)) (-4 *3 (-1155 *4))))
+ (-12 (-4 *4 (-962)) (-5 *2 (-85)) (-5 *1 (-384 *4 *3)) (-4 *3 (-1156 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
+ (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
(-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
+ (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
(-5 *2 (-85)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1))
- (-4 *1 (-977 *3 *4 *5)))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1))
+ (-4 *1 (-978 *3 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1))
- (-4 *1 (-977 *3 *4 *5)))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1))
+ (-4 *1 (-978 *3 *4 *5)))))
(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *2 (-85)))))
+ (|partial| -12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *2 (-85)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
+ (-12 (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
(-5 *2 (-85)))))
(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))))
+ (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))))
(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))))
+ (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))))
(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))))
+ (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))))
(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-977 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))))
+ (-12 (-4 *1 (-978 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))))
(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756))
- (-5 *2 (-2 (|:| -3955 *1) (|:| |gap| (-694)) (|:| -2903 *1)))
- (-4 *1 (-977 *4 *5 *3))))
+ (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757))
+ (-5 *2 (-2 (|:| -3956 *1) (|:| |gap| (-695)) (|:| -2904 *1)))
+ (-4 *1 (-978 *4 *5 *3))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-2 (|:| -3955 *1) (|:| |gap| (-694)) (|:| -2903 *1)))
- (-4 *1 (-977 *3 *4 *5)))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-2 (|:| -3956 *1) (|:| |gap| (-695)) (|:| -2904 *1)))
+ (-4 *1 (-978 *3 *4 *5)))))
(((*1 *2 *1 *1)
(-12
(-5 *2
- (-2 (|:| -3955 *3) (|:| |gap| (-694)) (|:| -1972 (-704 *3))
- (|:| -2903 (-704 *3))))
- (-5 *1 (-704 *3)) (-4 *3 (-961))))
+ (-2 (|:| -3956 *3) (|:| |gap| (-695)) (|:| -1973 (-705 *3))
+ (|:| -2904 (-705 *3))))
+ (-5 *1 (-705 *3)) (-4 *3 (-962))))
((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756))
- (-5 *2 (-2 (|:| -3955 *1) (|:| |gap| (-694)) (|:| -1972 *1) (|:| -2903 *1)))
- (-4 *1 (-977 *4 *5 *3))))
+ (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757))
+ (-5 *2 (-2 (|:| -3956 *1) (|:| |gap| (-695)) (|:| -1973 *1) (|:| -2904 *1)))
+ (-4 *1 (-978 *4 *5 *3))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-2 (|:| -3955 *1) (|:| |gap| (-694)) (|:| -1972 *1) (|:| -2903 *1)))
- (-4 *1 (-977 *3 *4 *5)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-961))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-2 (|:| -3956 *1) (|:| |gap| (-695)) (|:| -1973 *1) (|:| -2904 *1)))
+ (-4 *1 (-978 *3 *4 *5)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-705 *2)) (-4 *2 (-962))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757)))))
(((*1 *2 *1 *1)
(-12
- (-5 *2 (-2 (|:| |polnum| (-704 *3)) (|:| |polden| *3) (|:| -3482 (-694))))
- (-5 *1 (-704 *3)) (-4 *3 (-961))))
+ (-5 *2 (-2 (|:| |polnum| (-705 *3)) (|:| |polden| *3) (|:| -3483 (-695))))
+ (-5 *1 (-705 *3)) (-4 *3 (-962))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -3482 (-694))))
- (-4 *1 (-977 *3 *4 *5)))))
-(((*1 *2 *3) (|partial| -12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1129))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-299)) (-4 *5 (-280 *4)) (-4 *6 (-1155 *5))
- (-5 *2 (-1085 (-1085 *4))) (-5 *1 (-700 *4 *5 *6 *3 *7)) (-4 *3 (-1155 *6))
- (-14 *7 (-830))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -3483 (-695))))
+ (-4 *1 (-978 *3 *4 *5)))))
+(((*1 *2 *3) (|partial| -12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-299)) (-4 *5 (-280 *4)) (-4 *6 (-1156 *5))
+ (-5 *2 (-1086 (-1086 *4))) (-5 *1 (-701 *4 *5 *6 *3 *7)) (-4 *3 (-1156 *6))
+ (-14 *7 (-831))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-961))
- (-4 *4 (-717)) (-4 *5 (-756)) (-4 *1 (-889 *3 *4 *5 *6))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-950 *2)) (-4 *2 (-1129))))
+ (|partial| -12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-962))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-4 *1 (-890 *3 *4 *5 *6))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-951 *2)) (-4 *2 (-1130))))
((*1 *1 *2)
(|partial| OR
- (-12 (-5 *2 (-857 *3))
- (-12 (-2561 (-4 *3 (-38 (-350 (-484))))) (-2561 (-4 *3 (-38 (-484))))
- (-4 *5 (-553 (-1090))))
- (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756)))
- (-12 (-5 *2 (-857 *3))
- (-12 (-2561 (-4 *3 (-483))) (-2561 (-4 *3 (-38 (-350 (-484)))))
- (-4 *3 (-38 (-484))) (-4 *5 (-553 (-1090))))
- (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756)))
- (-12 (-5 *2 (-857 *3))
- (-12 (-2561 (-4 *3 (-904 (-484)))) (-4 *3 (-38 (-350 (-484))))
- (-4 *5 (-553 (-1090))))
- (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756)))))
+ (-12 (-5 *2 (-858 *3))
+ (-12 (-2562 (-4 *3 (-38 (-350 (-485))))) (-2562 (-4 *3 (-38 (-485))))
+ (-4 *5 (-554 (-1091))))
+ (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757)))
+ (-12 (-5 *2 (-858 *3))
+ (-12 (-2562 (-4 *3 (-484))) (-2562 (-4 *3 (-38 (-350 (-485)))))
+ (-4 *3 (-38 (-485))) (-4 *5 (-554 (-1091))))
+ (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757)))
+ (-12 (-5 *2 (-858 *3))
+ (-12 (-2562 (-4 *3 (-905 (-485)))) (-4 *3 (-38 (-350 (-485))))
+ (-4 *5 (-554 (-1091))))
+ (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757)))))
((*1 *1 *2)
(|partial| OR
- (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5))
- (-12 (-2561 (-4 *3 (-38 (-350 (-484))))) (-4 *3 (-38 (-484)))
- (-4 *5 (-553 (-1090))))
- (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)))
- (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5))
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961))
- (-4 *4 (-717)) (-4 *5 (-756)))))
+ (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5))
+ (-12 (-2562 (-4 *3 (-38 (-350 (-485))))) (-4 *3 (-38 (-485)))
+ (-4 *5 (-554 (-1091))))
+ (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)))
+ (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962))
+ (-4 *4 (-718)) (-4 *5 (-757)))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-857 (-350 (-484)))) (-4 *1 (-977 *3 *4 *5))
- (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090))) (-4 *3 (-961))
- (-4 *4 (-717)) (-4 *5 (-756)))))
-(((*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1129))))
+ (|partial| -12 (-5 *2 (-858 (-350 (-485)))) (-4 *1 (-978 *3 *4 *5))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091))) (-4 *3 (-962))
+ (-4 *4 (-718)) (-4 *5 (-757)))))
+(((*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-52 *2)) (-4 *2 (-1130))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717))
- (-4 *5 (-756)) (-4 *1 (-889 *3 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-950 *2)) (-4 *2 (-1129))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-4 *1 (-890 *3 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-951 *2)) (-4 *2 (-1130))))
((*1 *1 *2)
(OR
- (-12 (-5 *2 (-857 *3))
- (-12 (-2561 (-4 *3 (-38 (-350 (-484))))) (-2561 (-4 *3 (-38 (-484))))
- (-4 *5 (-553 (-1090))))
- (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756)))
- (-12 (-5 *2 (-857 *3))
- (-12 (-2561 (-4 *3 (-483))) (-2561 (-4 *3 (-38 (-350 (-484)))))
- (-4 *3 (-38 (-484))) (-4 *5 (-553 (-1090))))
- (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756)))
- (-12 (-5 *2 (-857 *3))
- (-12 (-2561 (-4 *3 (-904 (-484)))) (-4 *3 (-38 (-350 (-484))))
- (-4 *5 (-553 (-1090))))
- (-4 *3 (-961)) (-4 *1 (-977 *3 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756)))))
+ (-12 (-5 *2 (-858 *3))
+ (-12 (-2562 (-4 *3 (-38 (-350 (-485))))) (-2562 (-4 *3 (-38 (-485))))
+ (-4 *5 (-554 (-1091))))
+ (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757)))
+ (-12 (-5 *2 (-858 *3))
+ (-12 (-2562 (-4 *3 (-484))) (-2562 (-4 *3 (-38 (-350 (-485)))))
+ (-4 *3 (-38 (-485))) (-4 *5 (-554 (-1091))))
+ (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757)))
+ (-12 (-5 *2 (-858 *3))
+ (-12 (-2562 (-4 *3 (-905 (-485)))) (-4 *3 (-38 (-350 (-485))))
+ (-4 *5 (-554 (-1091))))
+ (-4 *3 (-962)) (-4 *1 (-978 *3 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757)))))
((*1 *1 *2)
(OR
- (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5))
- (-12 (-2561 (-4 *3 (-38 (-350 (-484))))) (-4 *3 (-38 (-484)))
- (-4 *5 (-553 (-1090))))
- (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)))
- (-12 (-5 *2 (-857 (-484))) (-4 *1 (-977 *3 *4 *5))
- (-12 (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090)))) (-4 *3 (-961))
- (-4 *4 (-717)) (-4 *5 (-756)))))
+ (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5))
+ (-12 (-2562 (-4 *3 (-38 (-350 (-485))))) (-4 *3 (-38 (-485)))
+ (-4 *5 (-554 (-1091))))
+ (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)))
+ (-12 (-5 *2 (-858 (-485))) (-4 *1 (-978 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091)))) (-4 *3 (-962))
+ (-4 *4 (-718)) (-4 *5 (-757)))))
((*1 *1 *2)
- (-12 (-5 *2 (-857 (-350 (-484)))) (-4 *1 (-977 *3 *4 *5))
- (-4 *3 (-38 (-350 (-484)))) (-4 *5 (-553 (-1090))) (-4 *3 (-961))
- (-4 *4 (-717)) (-4 *5 (-756)))))
+ (-12 (-5 *2 (-858 (-350 (-485)))) (-4 *1 (-978 *3 *4 *5))
+ (-4 *3 (-38 (-350 (-485)))) (-4 *5 (-554 (-1091))) (-4 *3 (-962))
+ (-4 *4 (-718)) (-4 *5 (-757)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *2 (-495)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *2 (-496)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *2 (-495)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *2 (-496)))))
(((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *2 (-495))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *2 (-496))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *2 (-495)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *2 (-496)))))
(((*1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *2 (-495))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *2 (-496))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *2 (-495)))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *2 (-496)))))
(((*1 *2 *1 *1)
(-12
(-5 *2
- (-2 (|:| -3145 (-704 *3)) (|:| |coef1| (-704 *3)) (|:| |coef2| (-704 *3))))
- (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961))))
+ (-2 (|:| -3146 (-705 *3)) (|:| |coef1| (-705 *3)) (|:| |coef2| (-705 *3))))
+ (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-2 (|:| -3145 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-977 *3 *4 *5)))))
+ (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-2 (|:| -3146 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-978 *3 *4 *5)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3145 (-704 *3)) (|:| |coef1| (-704 *3))))
- (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-2 (|:| -3146 (-705 *3)) (|:| |coef1| (-705 *3))))
+ (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-2 (|:| -3145 *1) (|:| |coef1| *1))) (-4 *1 (-977 *3 *4 *5)))))
+ (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-2 (|:| -3146 *1) (|:| |coef1| *1))) (-4 *1 (-978 *3 *4 *5)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3145 (-704 *3)) (|:| |coef2| (-704 *3))))
- (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961))))
+ (-12 (-5 *2 (-2 (|:| -3146 (-705 *3)) (|:| |coef2| (-705 *3))))
+ (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-2 (|:| -3145 *1) (|:| |coef2| *1))) (-4 *1 (-977 *3 *4 *5)))))
+ (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-2 (|:| -3146 *1) (|:| |coef2| *1))) (-4 *1 (-978 *3 *4 *5)))))
(((*1 *2 *1 *1)
- (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-583 *1)) (-4 *1 (-977 *3 *4 *5)))))
+ (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-584 *1)) (-4 *1 (-978 *3 *4 *5)))))
(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717))
- (-4 *5 (-756)) (-4 *3 (-495)))))
+ (-12 (-5 *2 (-695)) (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-4 *3 (-496)))))
(((*1 *1 *1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-977 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717))
- (-4 *5 (-756)) (-4 *3 (-495)))))
+ (-12 (-5 *2 (-695)) (-4 *1 (-978 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-4 *3 (-496)))))
(((*1 *1 *1 *1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *2 (-495)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-392))))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *2 (-496)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-392))))
((*1 *1 *1 *1) (-4 *1 (-392)))
- ((*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-5 *1 (-426 *2)) (-4 *2 (-1155 (-484)))))
- ((*1 *2 *2 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-635 *2)) (-4 *2 (-1155 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-694)))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-5 *1 (-426 *2)) (-4 *2 (-1156 (-485)))))
+ ((*1 *2 *2 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-636 *2)) (-4 *2 (-1156 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-695)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-717)) (-4 *4 (-756)) (-4 *5 (-258)) (-5 *1 (-827 *3 *4 *5 *2))
- (-4 *2 (-861 *5 *3 *4))))
+ (-12 (-4 *3 (-718)) (-4 *4 (-757)) (-4 *5 (-258)) (-5 *1 (-828 *3 *4 *5 *2))
+ (-4 *2 (-862 *5 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *6 *4 *5)) (-5 *1 (-827 *4 *5 *6 *2))
- (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *6 *4 *5)) (-5 *1 (-828 *4 *5 *6 *2))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1085 *6)) (-4 *6 (-861 *5 *3 *4)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *5 (-258)) (-5 *1 (-827 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-1086 *6)) (-4 *6 (-862 *5 *3 *4)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *5 (-258)) (-5 *1 (-828 *3 *4 *5 *6))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-1085 *7))) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258))
- (-5 *2 (-1085 *7)) (-5 *1 (-827 *4 *5 *6 *7)) (-4 *7 (-861 *6 *4 *5))))
- ((*1 *1 *1 *1) (-5 *1 (-830)))
+ (-12 (-5 *3 (-584 (-1086 *7))) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258))
+ (-5 *2 (-1086 *7)) (-5 *1 (-828 *4 *5 *6 *7)) (-4 *7 (-862 *6 *4 *5))))
+ ((*1 *1 *1 *1) (-5 *1 (-831)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-392)) (-4 *3 (-495)) (-5 *1 (-882 *3 *2)) (-4 *2 (-1155 *3))))
+ (-12 (-4 *3 (-392)) (-4 *3 (-496)) (-5 *1 (-883 *3 *2)) (-4 *2 (-1156 *3))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
(-4 *2 (-392)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
(-4 *2 (-392)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
(-4 *2 (-392)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
(-4 *2 (-392)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-977 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-717)) (-4 *4 (-756))
+ (-12 (-4 *1 (-978 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-718)) (-4 *4 (-757))
(-4 *2 (-392)))))
-(((*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-975))))
- ((*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-975)))))
-(((*1 *1 *1) (-12 (-4 *1 (-92 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1) (-12 (-5 *1 (-614 *2)) (-4 *2 (-756))))
- ((*1 *1 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756))))
- ((*1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))))
-(((*1 *1 *1) (-12 (-4 *1 (-92 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1) (-12 (-5 *1 (-614 *2)) (-4 *2 (-756))))
- ((*1 *1 *1) (-12 (-5 *1 (-618 *2)) (-4 *2 (-756))))
- ((*1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-976))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-976)))))
+(((*1 *1 *1) (-12 (-4 *1 (-92 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1) (-12 (-5 *1 (-615 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))))
+(((*1 *1 *1) (-12 (-4 *1 (-92 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1) (-12 (-5 *1 (-615 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-757))))
+ ((*1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))))
(((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1129)) (-5 *2 (-694)) (-5 *1 (-195 *3 *4 *5))
+ (-12 (-14 *4 *2) (-4 *5 (-1130)) (-5 *2 (-695)) (-5 *1 (-195 *3 *4 *5))
(-4 *3 (-196 *4 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-274 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-104)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-274 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-104)) (-5 *2 (-695))))
((*1 *2)
- (-12 (-4 *4 (-312)) (-5 *2 (-694)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-310 *3)) (-4 *3 (-1013))))
- ((*1 *2) (-12 (-4 *1 (-320)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-4 *1 (-336 *3)) (-4 *3 (-1013)) (-5 *2 (-694))))
+ (-12 (-4 *4 (-312)) (-5 *2 (-695)) (-5 *1 (-279 *3 *4)) (-4 *3 (-280 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-310 *3)) (-4 *3 (-1014))))
+ ((*1 *2) (-12 (-4 *1 (-320)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-4 *1 (-336 *3)) (-4 *3 (-1014)) (-5 *2 (-695))))
((*1 *2)
- (-12 (-4 *4 (-1013)) (-5 *2 (-694)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4))))
+ (-12 (-4 *4 (-1014)) (-5 *2 (-695)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-694)) (-5 *1 (-591 *3 *4 *5)) (-4 *3 (-1013)) (-4 *4 (-23))
+ (-12 (-5 *2 (-695)) (-5 *1 (-592 *3 *4 *5)) (-4 *3 (-1014)) (-4 *4 (-23))
(-14 *5 *4)))
((*1 *2)
- (-12 (-4 *4 (-146)) (-4 *5 (-1155 *4)) (-5 *2 (-694)) (-5 *1 (-660 *3 *4 *5))
- (-4 *3 (-661 *4 *5))))
- ((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-919))))
+ (-12 (-4 *4 (-146)) (-4 *5 (-1156 *4)) (-5 *2 (-695)) (-5 *1 (-661 *3 *4 *5))
+ (-4 *3 (-662 *4 *5))))
+ ((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-920))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))))
(((*1 *1 *1 *2) (-12 (-5 *2 (-179)) (-5 *1 (-30))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-348 *4) *4)) (-4 *4 (-495)) (-5 *2 (-348 *4))
+ (-12 (-5 *3 (-1 (-348 *4) *4)) (-4 *4 (-496)) (-5 *2 (-348 *4))
(-5 *1 (-362 *4))))
- ((*1 *1 *1) (-5 *1 (-836)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-836))))
- ((*1 *1 *1) (-5 *1 (-838)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-838))))
+ ((*1 *1 *1) (-5 *1 (-837)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-837))))
+ ((*1 *1 *1) (-5 *1 (-839)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-839))))
((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))
- (-5 *4 (-350 (-484))) (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484)))))
+ (-12 (-5 *2 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))
+ (-5 *4 (-350 (-485))) (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *2 *2)
(|partial| -12
- (-5 *2 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))
- (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484)))))
+ (-5 *2 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))
+ (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))
- (-5 *4 (-350 (-484))) (-5 *1 (-935 *3)) (-4 *3 (-1155 *4))))
+ (-12 (-5 *2 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))
+ (-5 *4 (-350 (-485))) (-5 *1 (-936 *3)) (-4 *3 (-1156 *4))))
((*1 *2 *3 *2 *2)
(|partial| -12
- (-5 *2 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))
- (-5 *1 (-935 *3)) (-4 *3 (-1155 (-350 (-484))))))
+ (-5 *2 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))
+ (-5 *1 (-936 *3)) (-4 *3 (-1156 (-350 (-485))))))
((*1 *1 *1)
- (-12 (-4 *2 (-13 (-755) (-312))) (-5 *1 (-974 *2 *3)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *2 (-13 (-756) (-312))) (-5 *1 (-975 *2 *3)) (-4 *3 (-1156 *2)))))
(((*1 *2 *3 *1)
- (-12 (-4 *4 (-13 (-755) (-312))) (-5 *2 (-85)) (-5 *1 (-974 *4 *3))
- (-4 *3 (-1155 *4)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-550 (-48)))) (-5 *1 (-48))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-550 (-48))) (-5 *1 (-48))))
+ (-12 (-4 *4 (-13 (-756) (-312))) (-5 *2 (-85)) (-5 *1 (-975 *4 *3))
+ (-4 *3 (-1156 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-551 (-48)))) (-5 *1 (-48))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-551 (-48))) (-5 *1 (-48))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1085 (-48))) (-5 *3 (-583 (-550 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *2 *3) (-12 (-5 *2 (-1085 (-48))) (-5 *3 (-550 (-48))) (-5 *1 (-48))))
+ (-12 (-5 *2 (-1086 (-48))) (-5 *3 (-584 (-551 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3) (-12 (-5 *2 (-1086 (-48))) (-5 *3 (-551 (-48))) (-5 *1 (-48))))
((*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146))))
((*1 *2 *3)
- (-12 (-4 *2 (-13 (-312) (-755))) (-5 *1 (-155 *2 *3))
- (-4 *3 (-1155 (-142 *2)))))
+ (-12 (-4 *2 (-13 (-312) (-756))) (-5 *1 (-155 *2 *3))
+ (-4 *3 (-1156 (-142 *2)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-830)) (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320))))
+ (-12 (-5 *2 (-831)) (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320))))
((*1 *2 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-312))))
- ((*1 *2 *1) (-12 (-4 *1 (-322 *2 *3)) (-4 *3 (-1155 *2)) (-4 *2 (-146))))
+ ((*1 *2 *1) (-12 (-4 *1 (-322 *2 *3)) (-4 *3 (-1156 *2)) (-4 *2 (-146))))
((*1 *2 *1)
- (-12 (-4 *4 (-1155 *2)) (-4 *2 (-904 *3)) (-5 *1 (-356 *3 *2 *4 *5))
- (-4 *3 (-258)) (-4 *5 (-13 (-353 *2 *4) (-950 *2)))))
+ (-12 (-4 *4 (-1156 *2)) (-4 *2 (-905 *3)) (-5 *1 (-356 *3 *2 *4 *5))
+ (-4 *3 (-258)) (-4 *5 (-13 (-353 *2 *4) (-951 *2)))))
((*1 *2 *1)
- (-12 (-4 *4 (-1155 *2)) (-4 *2 (-904 *3)) (-5 *1 (-358 *3 *2 *4 *5 *6))
- (-4 *3 (-258)) (-4 *5 (-353 *2 *4)) (-14 *6 (-1179 *5))))
+ (-12 (-4 *4 (-1156 *2)) (-4 *2 (-905 *3)) (-5 *1 (-358 *3 *2 *4 *5 *6))
+ (-4 *3 (-258)) (-4 *5 (-353 *2 *4)) (-14 *6 (-1180 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-830)) (-4 *5 (-961))
- (-4 *2 (-13 (-347) (-950 *5) (-312) (-1115) (-239))) (-5 *1 (-383 *5 *3 *2))
- (-4 *3 (-1155 *5))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-550 (-435)))) (-5 *1 (-435))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-550 (-435))) (-5 *1 (-435))))
+ (-12 (-5 *4 (-831)) (-4 *5 (-962))
+ (-4 *2 (-13 (-347) (-951 *5) (-312) (-1116) (-239))) (-5 *1 (-383 *5 *3 *2))
+ (-4 *3 (-1156 *5))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-551 (-435)))) (-5 *1 (-435))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-551 (-435))) (-5 *1 (-435))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1085 (-435))) (-5 *3 (-583 (-550 (-435)))) (-5 *1 (-435))))
+ (-12 (-5 *2 (-1086 (-435))) (-5 *3 (-584 (-551 (-435)))) (-5 *1 (-435))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1085 (-435))) (-5 *3 (-550 (-435))) (-5 *1 (-435))))
+ (-12 (-5 *2 (-1086 (-435))) (-5 *3 (-551 (-435))) (-5 *1 (-435))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1179 *4)) (-5 *3 (-830)) (-4 *4 (-299)) (-5 *1 (-466 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-661 *4 *2)) (-4 *2 (-1155 *4))
- (-5 *1 (-698 *4 *2 *5 *3)) (-4 *3 (-1155 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146))))
- ((*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146))))
- ((*1 *1 *1) (-4 *1 (-973))))
-(((*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)) (-4 *2 (-483))))
- ((*1 *1 *1) (-4 *1 (-973))))
-(((*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)) (-4 *2 (-483))))
- ((*1 *1 *1) (-4 *1 (-973))))
+ (-12 (-5 *2 (-1180 *4)) (-5 *3 (-831)) (-4 *4 (-299)) (-5 *1 (-467 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-392)) (-4 *5 (-662 *4 *2)) (-4 *2 (-1156 *4))
+ (-5 *1 (-699 *4 *2 *5 *3)) (-4 *3 (-1156 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146))))
+ ((*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146))))
+ ((*1 *1 *1) (-4 *1 (-974))))
+(((*1 *2 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)) (-4 *2 (-484))))
+ ((*1 *1 *1) (-4 *1 (-974))))
+(((*1 *2 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)) (-4 *2 (-484))))
+ ((*1 *1 *1) (-4 *1 (-974))))
(((*1 *2 *1) (-12 (-5 *1 (-148 *2)) (-4 *2 (-258))))
- ((*1 *2 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-258))))
- ((*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)) (-4 *2 (-258))))
- ((*1 *2 *1) (-12 (-4 *1 (-973)) (-5 *2 (-484)))))
-(((*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-77))))
- ((*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-171))))
- ((*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-427))))
- ((*1 *1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)) (-4 *2 (-258))))
- ((*1 *2 *1) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484))))
- ((*1 *1 *1) (-4 *1 (-973))))
-(((*1 *1 *1) (-4 *1 (-973))))
+ ((*1 *2 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-258))))
+ ((*1 *2 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)) (-4 *2 (-258))))
+ ((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-485)))))
+(((*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-77))))
+ ((*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-171))))
+ ((*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-427))))
+ ((*1 *1 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)) (-4 *2 (-258))))
+ ((*1 *2 *1) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485))))
+ ((*1 *1 *1) (-4 *1 (-974))))
+(((*1 *1 *1) (-4 *1 (-974))))
(((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-694)) (-5 *1 (-138 *3 *4)) (-4 *3 (-139 *4))))
+ (-12 (-4 *4 (-146)) (-5 *2 (-695)) (-5 *1 (-138 *3 *4)) (-4 *3 (-139 *4))))
((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1129)) (-5 *2 (-694)) (-5 *1 (-195 *3 *4 *5))
+ (-12 (-14 *4 *2) (-4 *5 (-1130)) (-5 *2 (-695)) (-5 *1 (-195 *3 *4 *5))
(-4 *3 (-196 *4 *5))))
((*1 *2)
- (-12 (-4 *4 (-1013)) (-5 *2 (-694)) (-5 *1 (-363 *3 *4)) (-4 *3 (-364 *4))))
- ((*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-482 *3)) (-4 *3 (-483))))
- ((*1 *2) (-12 (-4 *1 (-687)) (-5 *2 (-694))))
+ (-12 (-4 *4 (-1014)) (-5 *2 (-695)) (-5 *1 (-363 *3 *4)) (-4 *3 (-364 *4))))
+ ((*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-483 *3)) (-4 *3 (-484))))
+ ((*1 *2) (-12 (-4 *1 (-688)) (-5 *2 (-695))))
((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-694)) (-5 *1 (-719 *3 *4)) (-4 *3 (-720 *4))))
+ (-12 (-4 *4 (-146)) (-5 *2 (-695)) (-5 *1 (-720 *3 *4)) (-4 *3 (-721 *4))))
((*1 *2)
- (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-903 *3 *4)) (-4 *3 (-904 *4))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-904 *3 *4)) (-4 *3 (-905 *4))))
((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-694)) (-5 *1 (-910 *3 *4)) (-4 *3 (-911 *4))))
- ((*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-924 *3)) (-4 *3 (-925))))
- ((*1 *2) (-12 (-4 *1 (-961)) (-5 *2 (-694))))
- ((*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-972 *3)) (-4 *3 (-973)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-970)) (-5 *2 (-85)))))
+ (-12 (-4 *4 (-146)) (-5 *2 (-695)) (-5 *1 (-911 *3 *4)) (-4 *3 (-912 *4))))
+ ((*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-925 *3)) (-4 *3 (-926))))
+ ((*1 *2) (-12 (-4 *1 (-962)) (-5 *2 (-695))))
+ ((*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-973 *3)) (-4 *3 (-974)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-971)) (-5 *2 (-85)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-630 *5)) (-4 *5 (-961)) (-5 *1 (-966 *3 *4 *5)) (-14 *3 (-694))
- (-14 *4 (-694)))))
+ (-12 (-5 *2 (-631 *5)) (-4 *5 (-962)) (-5 *1 (-967 *3 *4 *5)) (-14 *3 (-695))
+ (-14 *4 (-695)))))
(((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-694)) (-5 *3 (-1 *4 (-484) (-484))) (-4 *4 (-961))
- (-4 *1 (-627 *4 *5 *6)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))))
+ (-12 (-5 *2 (-695)) (-5 *3 (-1 *4 (-485) (-485))) (-4 *4 (-962))
+ (-4 *1 (-628 *4 *5 *6)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-961)) (-4 *1 (-627 *3 *4 *5))
+ (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-962)) (-4 *1 (-628 *3 *4 *5))
(-4 *4 (-324 *3)) (-4 *5 (-324 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-583 (-772)))) (-5 *1 (-772))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-584 (-773)))) (-5 *1 (-773))))
((*1 *2 *1)
- (-12 (-5 *2 (-1056 *3 *4)) (-5 *1 (-906 *3 *4)) (-14 *3 (-830))
+ (-12 (-5 *2 (-1057 *3 *4)) (-5 *1 (-907 *3 *4)) (-14 *3 (-831))
(-4 *4 (-312))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 (-583 *5))) (-4 *5 (-961)) (-4 *1 (-965 *3 *4 *5 *6 *7))
+ (-12 (-5 *2 (-584 (-584 *5))) (-4 *5 (-962)) (-4 *1 (-966 *3 *4 *5 *6 *7))
(-4 *6 (-196 *4 *5)) (-4 *7 (-196 *3 *5)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
(-4 *7 (-196 *3 *5)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
(-4 *7 (-196 *3 *5)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
(-4 *7 (-196 *3 *5)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
(-4 *7 (-196 *3 *5)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-5 *2 (-484))))
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-5 *2 (-485))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
- (-4 *7 (-196 *3 *5)) (-5 *2 (-484)))))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
+ (-4 *7 (-196 *3 *5)) (-5 *2 (-485)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-5 *2 (-484))))
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-5 *2 (-485))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
- (-4 *7 (-196 *3 *5)) (-5 *2 (-484)))))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
+ (-4 *7 (-196 *3 *5)) (-5 *2 (-485)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-5 *2 (-484))))
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-5 *2 (-485))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
- (-4 *7 (-196 *3 *5)) (-5 *2 (-484)))))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
+ (-4 *7 (-196 *3 *5)) (-5 *2 (-485)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-5 *2 (-484))))
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-5 *2 (-485))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
- (-4 *7 (-196 *3 *5)) (-5 *2 (-484)))))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
+ (-4 *7 (-196 *3 *5)) (-5 *2 (-485)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-5 *2 (-695))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
- (-4 *7 (-196 *3 *5)) (-5 *2 (-694)))))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
+ (-4 *7 (-196 *3 *5)) (-5 *2 (-695)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1129)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-5 *2 (-695))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
- (-4 *7 (-196 *3 *5)) (-5 *2 (-694)))))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
+ (-4 *7 (-196 *3 *5)) (-5 *2 (-695)))))
(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-324 *2))
- (-4 *5 (-324 *2)) (-4 *2 (-1129))))
+ (-12 (-5 *3 (-485)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-324 *2))
+ (-4 *5 (-324 *2)) (-4 *2 (-1130))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-694)) (-4 *2 (-1013)) (-5 *1 (-166 *4 *2)) (-14 *4 (-830))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-243 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1129))))
+ (-12 (-5 *3 (-695)) (-4 *2 (-1014)) (-5 *1 (-166 *4 *2)) (-14 *4 (-831))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-243 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1130))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-965 *4 *5 *2 *6 *7)) (-4 *6 (-196 *5 *2))
- (-4 *7 (-196 *4 *2)) (-4 *2 (-961)))))
+ (-12 (-5 *3 (-485)) (-4 *1 (-966 *4 *5 *2 *6 *7)) (-4 *6 (-196 *5 *2))
+ (-4 *7 (-196 *4 *2)) (-4 *2 (-962)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1129)) (-4 *5 (-324 *4))
+ (-12 (-5 *3 (-485)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1130)) (-4 *5 (-324 *4))
(-4 *2 (-324 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-965 *4 *5 *6 *2 *7)) (-4 *6 (-961))
+ (-12 (-5 *3 (-485)) (-4 *1 (-966 *4 *5 *6 *2 *7)) (-4 *6 (-962))
(-4 *7 (-196 *4 *6)) (-4 *2 (-196 *5 *6)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1129)) (-4 *5 (-324 *4))
+ (-12 (-5 *3 (-485)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1130)) (-4 *5 (-324 *4))
(-4 *2 (-324 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-965 *4 *5 *6 *7 *2)) (-4 *6 (-961))
+ (-12 (-5 *3 (-485)) (-4 *1 (-966 *4 *5 *6 *7 *2)) (-4 *6 (-962))
(-4 *7 (-196 *5 *6)) (-4 *2 (-196 *4 *6)))))
(((*1 *2 *2)
(-12 (-4 *3 (-312)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
- (-5 *1 (-460 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5))))
+ (-5 *1 (-461 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-4 *7 (-904 *4))
- (-4 *2 (-627 *7 *8 *9)) (-5 *1 (-461 *4 *5 *6 *3 *7 *8 *9 *2))
- (-4 *3 (-627 *4 *5 *6)) (-4 *8 (-324 *7)) (-4 *9 (-324 *7))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-4 *7 (-905 *4))
+ (-4 *2 (-628 *7 *8 *9)) (-5 *1 (-462 *4 *5 *6 *3 *7 *8 *9 *2))
+ (-4 *3 (-628 *4 *5 *6)) (-4 *8 (-324 *7)) (-4 *9 (-324 *7))))
((*1 *1 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2)) (-4 *2 (-258))))
((*1 *2 *2)
(-12 (-4 *3 (-258)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
- (-5 *1 (-629 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5))))
- ((*1 *2 *2 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-258)) (-5 *1 (-638 *3))))
+ (-5 *1 (-630 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5))))
+ ((*1 *2 *2 *3) (-12 (-5 *2 (-631 *3)) (-4 *3 (-258)) (-5 *1 (-639 *3))))
((*1 *1 *1)
- (-12 (-4 *1 (-965 *2 *3 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-196 *3 *4))
+ (-12 (-4 *1 (-966 *2 *3 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-196 *3 *4))
(-4 *6 (-196 *2 *4)) (-4 *4 (-258)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-694)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-484)) (-14 *4 *2)
+ (-12 (-5 *2 (-695)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-485)) (-14 *4 *2)
(-4 *5 (-146))))
((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-830)) (-5 *1 (-138 *3 *4)) (-4 *3 (-139 *4))))
- ((*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-830))))
+ (-12 (-4 *4 (-146)) (-5 *2 (-831)) (-5 *1 (-138 *3 *4)) (-4 *3 (-139 *4))))
+ ((*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-831))))
((*1 *2)
- (-12 (-4 *1 (-322 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1155 *3)) (-5 *2 (-830))))
+ (-12 (-4 *1 (-322 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1156 *3)) (-5 *2 (-831))))
((*1 *2 *3)
- (-12 (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-694))
- (-5 *1 (-460 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6))))
+ (-12 (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-695))
+ (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1035 *5)))
- (-4 *4 (-13 (-324 *5) (-1035 *5))) (-5 *2 (-694)) (-5 *1 (-609 *5 *6 *4 *3))
- (-4 *3 (-627 *5 *6 *4))))
+ (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1036 *5)))
+ (-4 *4 (-13 (-324 *5) (-1036 *5))) (-5 *2 (-695)) (-5 *1 (-610 *5 *6 *4 *3))
+ (-4 *3 (-628 *5 *6 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *5)) (-5 *4 (-1179 *5)) (-4 *5 (-312)) (-5 *2 (-694))
- (-5 *1 (-610 *5))))
+ (-12 (-5 *3 (-631 *5)) (-5 *4 (-1180 *5)) (-4 *5 (-312)) (-5 *2 (-695))
+ (-5 *1 (-611 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-4 *3 (-495)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-4 *3 (-496)) (-5 *2 (-695))))
((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
- (-5 *2 (-694)) (-5 *1 (-629 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6))))
+ (-12 (-4 *4 (-496)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
+ (-5 *2 (-695)) (-5 *1 (-630 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
- (-4 *7 (-196 *3 *5)) (-4 *5 (-495)) (-5 *2 (-694)))))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
+ (-4 *7 (-196 *3 *5)) (-4 *5 (-496)) (-5 *2 (-695)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-694))
- (-5 *1 (-460 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6))))
+ (-12 (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)) (-5 *2 (-695))
+ (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-4 *3 (-495)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-4 *3 (-496)) (-5 *2 (-695))))
((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
- (-5 *2 (-694)) (-5 *1 (-629 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6))))
+ (-12 (-4 *4 (-496)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
+ (-5 *2 (-695)) (-5 *1 (-630 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
- (-4 *7 (-196 *3 *5)) (-4 *5 (-495)) (-5 *2 (-694)))))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
+ (-4 *7 (-196 *3 *5)) (-4 *5 (-496)) (-5 *2 (-695)))))
(((*1 *2 *3)
- (-12 (-4 *6 (-1035 *4)) (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
- (-5 *2 (-583 *6)) (-5 *1 (-460 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6))))
+ (-12 (-4 *6 (-1036 *4)) (-4 *4 (-312)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
+ (-5 *2 (-584 *6)) (-5 *1 (-461 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6))))
((*1 *2 *3)
- (-12 (-4 *9 (-1035 *4)) (-4 *4 (-495)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
- (-4 *7 (-904 *4)) (-4 *8 (-324 *7)) (-4 *9 (-324 *7)) (-5 *2 (-583 *6))
- (-5 *1 (-461 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-627 *4 *5 *6))
- (-4 *10 (-627 *7 *8 *9))))
+ (-12 (-4 *9 (-1036 *7)) (-4 *4 (-496)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
+ (-4 *7 (-905 *4)) (-4 *8 (-324 *7)) (-4 *9 (-324 *7)) (-5 *2 (-584 *6))
+ (-5 *1 (-462 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-628 *4 *5 *6))
+ (-4 *10 (-628 *7 *8 *9))))
((*1 *2 *1)
- (-12 (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-4 *3 (-495)) (-5 *2 (-583 *5))))
+ (-12 (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-4 *3 (-496)) (-5 *2 (-584 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
- (-5 *2 (-583 *6)) (-5 *1 (-629 *4 *5 *6 *3)) (-4 *3 (-627 *4 *5 *6))))
+ (-12 (-4 *4 (-496)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
+ (-5 *2 (-584 *6)) (-5 *1 (-630 *4 *5 *6 *3)) (-4 *3 (-628 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-965 *3 *4 *5 *6 *7)) (-4 *5 (-961)) (-4 *6 (-196 *4 *5))
- (-4 *7 (-196 *3 *5)) (-4 *5 (-495)) (-5 *2 (-583 *7)))))
+ (-12 (-4 *1 (-966 *3 *4 *5 *6 *7)) (-4 *5 (-962)) (-4 *6 (-196 *4 *5))
+ (-4 *7 (-196 *3 *5)) (-4 *5 (-496)) (-5 *2 (-584 *7)))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1148 *4 *5)) (-5 *3 (-583 *5)) (-14 *4 (-1090)) (-4 *5 (-312))
- (-5 *1 (-833 *4 *5))))
+ (-12 (-5 *2 (-1149 *4 *5)) (-5 *3 (-584 *5)) (-14 *4 (-1091)) (-4 *5 (-312))
+ (-5 *1 (-834 *4 *5))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *5)) (-4 *5 (-312)) (-5 *2 (-1085 *5)) (-5 *1 (-833 *4 *5))
- (-14 *4 (-1090))))
+ (-12 (-5 *3 (-584 *5)) (-4 *5 (-312)) (-5 *2 (-1086 *5)) (-5 *1 (-834 *4 *5))
+ (-14 *4 (-1091))))
((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-583 *6)) (-5 *4 (-694)) (-4 *6 (-312)) (-5 *2 (-350 (-857 *6)))
- (-5 *1 (-962 *5 *6)) (-14 *5 (-1090)))))
-(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-959)))))
-(((*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-484))) (-5 *1 (-959)))))
-(((*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-484))) (-5 *1 (-959)))))
+ (-12 (-5 *3 (-584 *6)) (-5 *4 (-695)) (-4 *6 (-312)) (-5 *2 (-350 (-858 *6)))
+ (-5 *1 (-963 *5 *6)) (-14 *5 (-1091)))))
+(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-960)))))
+(((*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-485))) (-5 *1 (-960)))))
+(((*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-485))) (-5 *1 (-960)))))
(((*1 *1 *1 *1) (-4 *1 (-116)))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483))))
- ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-484))) (-5 *1 (-959))
- (-5 *3 (-484)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1009 *4)) (-4 *4 (-1013)) (-5 *2 (-1 *4)) (-5 *1 (-930 *4))))
- ((*1 *2 *3 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-953)) (-5 *3 (-330))))
- ((*1 *2 *3) (-12 (-5 *3 (-1001 (-484))) (-5 *2 (-1 (-484))) (-5 *1 (-959)))))
-(((*1 *1) (-12 (-4 *1 (-957 *2)) (-4 *2 (-23)))))
-(((*1 *1) (-5 *1 (-130))) ((*1 *2 *1) (-12 (-4 *1 (-956 *2)) (-4 *2 (-23)))))
-(((*1 *1) (-5 *1 (-130))) ((*1 *2 *1) (-12 (-4 *1 (-956 *2)) (-4 *2 (-23)))))
-(((*1 *1) (-5 *1 (-130))) ((*1 *2 *1) (-12 (-4 *1 (-956 *2)) (-4 *2 (-23)))))
-(((*1 *2) (-12 (-4 *1 (-956 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-258)) (-5 *2 (-350 (-348 (-857 *4))))
- (-5 *1 (-955 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1 (-330))) (-5 *1 (-953)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1 (-330))) (-5 *1 (-953)))))
-(((*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1 (-330))) (-5 *1 (-953)))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484))))
+ ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-485))) (-5 *1 (-960))
+ (-5 *3 (-485)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1010 *4)) (-4 *4 (-1014)) (-5 *2 (-1 *4)) (-5 *1 (-931 *4))))
+ ((*1 *2 *3 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-954)) (-5 *3 (-330))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1002 (-485))) (-5 *2 (-1 (-485))) (-5 *1 (-960)))))
+(((*1 *1) (-12 (-4 *1 (-958 *2)) (-4 *2 (-23)))))
+(((*1 *1) (-5 *1 (-130))) ((*1 *2 *1) (-12 (-4 *1 (-957 *2)) (-4 *2 (-23)))))
+(((*1 *1) (-5 *1 (-130))) ((*1 *2 *1) (-12 (-4 *1 (-957 *2)) (-4 *2 (-23)))))
+(((*1 *1) (-5 *1 (-130))) ((*1 *2 *1) (-12 (-4 *1 (-957 *2)) (-4 *2 (-23)))))
+(((*1 *2) (-12 (-4 *1 (-957 *2)) (-4 *2 (-23)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-258)) (-5 *2 (-350 (-348 (-858 *4))))
+ (-5 *1 (-956 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1 (-330))) (-5 *1 (-954)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1 (-330))) (-5 *1 (-954)))))
+(((*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1 (-330))) (-5 *1 (-954)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1160 *3 *4 *5)) (-4 *3 (-312)) (-14 *4 (-1090)) (-14 *5 *3)
+ (-12 (-5 *2 (-1161 *3 *4 *5)) (-4 *3 (-312)) (-14 *4 (-1091)) (-14 *5 *3)
(-5 *1 (-270 *3 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-953)) (-5 *3 (-330)))))
-(((*1 *2 *3 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-953)) (-5 *3 (-330)))))
-(((*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-330)) (-5 *1 (-953)))))
-(((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-953)))))
-(((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-953)))))
-(((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-953)))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-954)) (-5 *3 (-330)))))
+(((*1 *2 *3 *3) (-12 (-5 *2 (-1 (-330))) (-5 *1 (-954)) (-5 *3 (-330)))))
+(((*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-330)) (-5 *1 (-954)))))
+(((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-954)))))
+(((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-954)))))
+(((*1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-954)))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1085 (-350 (-1085 *2)))) (-5 *4 (-550 *2))
- (-4 *2 (-13 (-364 *5) (-27) (-1115)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *1 (-498 *5 *2 *6)) (-4 *6 (-1013))))
+ (-12 (-5 *3 (-1086 (-350 (-1086 *2)))) (-5 *4 (-551 *2))
+ (-4 *2 (-13 (-364 *5) (-27) (-1116)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *1 (-499 *5 *2 *6)) (-4 *6 (-1014))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1085 *1)) (-4 *1 (-861 *4 *5 *3)) (-4 *4 (-961)) (-4 *5 (-717))
- (-4 *3 (-756))))
+ (-12 (-5 *2 (-1086 *1)) (-4 *1 (-862 *4 *5 *3)) (-4 *4 (-962)) (-4 *5 (-718))
+ (-4 *3 (-757))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1085 *4)) (-4 *4 (-961)) (-4 *1 (-861 *4 *5 *3)) (-4 *5 (-717))
- (-4 *3 (-756))))
+ (-12 (-5 *2 (-1086 *4)) (-4 *4 (-962)) (-4 *1 (-862 *4 *5 *3)) (-4 *5 (-718))
+ (-4 *3 (-757))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-1085 *2))) (-4 *5 (-717)) (-4 *4 (-756)) (-4 *6 (-961))
+ (-12 (-5 *3 (-350 (-1086 *2))) (-4 *5 (-718)) (-4 *4 (-757)) (-4 *6 (-962))
(-4 *2
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $)))))
- (-5 *1 (-862 *5 *4 *6 *7 *2)) (-4 *7 (-861 *6 *5 *4))))
+ (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $)))))
+ (-5 *1 (-863 *5 *4 *6 *7 *2)) (-4 *7 (-862 *6 *5 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-1085 (-350 (-857 *5))))) (-5 *4 (-1090))
- (-5 *2 (-350 (-857 *5))) (-5 *1 (-952 *5)) (-4 *5 (-495)))))
+ (-12 (-5 *3 (-350 (-1086 (-350 (-858 *5))))) (-5 *4 (-1091))
+ (-5 *2 (-350 (-858 *5))) (-5 *1 (-953 *5)) (-4 *5 (-496)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-550 *1)) (-4 *1 (-364 *4)) (-4 *4 (-1013)) (-4 *4 (-495))
- (-5 *2 (-350 (-1085 *1)))))
+ (-12 (-5 *3 (-551 *1)) (-4 *1 (-364 *4)) (-4 *4 (-1014)) (-4 *4 (-496))
+ (-5 *2 (-350 (-1086 *1)))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-550 *3)) (-4 *3 (-13 (-364 *6) (-27) (-1115)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *2 (-1085 (-350 (-1085 *3)))) (-5 *1 (-498 *6 *3 *7)) (-5 *5 (-1085 *3))
- (-4 *7 (-1013))))
+ (-12 (-5 *4 (-551 *3)) (-4 *3 (-13 (-364 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *2 (-1086 (-350 (-1086 *3)))) (-5 *1 (-499 *6 *3 *7)) (-5 *5 (-1086 *3))
+ (-4 *7 (-1014))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1176 *5)) (-14 *5 (-1090)) (-4 *6 (-961))
- (-5 *2 (-1148 *5 (-857 *6))) (-5 *1 (-859 *5 *6)) (-5 *3 (-857 *6))))
+ (-12 (-5 *4 (-1177 *5)) (-14 *5 (-1091)) (-4 *6 (-962))
+ (-5 *2 (-1149 *5 (-858 *6))) (-5 *1 (-860 *5 *6)) (-5 *3 (-858 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-861 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-1085 *3))))
+ (-12 (-4 *1 (-862 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-1086 *3))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)) (-5 *2 (-1085 *1))
- (-4 *1 (-861 *4 *5 *3))))
+ (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)) (-5 *2 (-1086 *1))
+ (-4 *1 (-862 *4 *5 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-717)) (-4 *4 (-756)) (-4 *6 (-961)) (-4 *7 (-861 *6 *5 *4))
- (-5 *2 (-350 (-1085 *3))) (-5 *1 (-862 *5 *4 *6 *7 *3))
+ (-12 (-4 *5 (-718)) (-4 *4 (-757)) (-4 *6 (-962)) (-4 *7 (-862 *6 *5 *4))
+ (-5 *2 (-350 (-1086 *3))) (-5 *1 (-863 *5 *4 *6 *7 *3))
(-4 *3
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $)))))))
+ (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $)))))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1085 *3))
+ (-12 (-5 *2 (-1086 *3))
(-4 *3
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $)))))
- (-4 *7 (-861 *6 *5 *4)) (-4 *5 (-717)) (-4 *4 (-756)) (-4 *6 (-961))
- (-5 *1 (-862 *5 *4 *6 *7 *3))))
+ (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $)))))
+ (-4 *7 (-862 *6 *5 *4)) (-4 *5 (-718)) (-4 *4 (-757)) (-4 *6 (-962))
+ (-5 *1 (-863 *5 *4 *6 *7 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-495)) (-5 *2 (-350 (-1085 (-350 (-857 *5)))))
- (-5 *1 (-952 *5)) (-5 *3 (-350 (-857 *5))))))
+ (-12 (-5 *4 (-1091)) (-4 *5 (-496)) (-5 *2 (-350 (-1086 (-350 (-858 *5)))))
+ (-5 *1 (-953 *5)) (-5 *3 (-350 (-858 *5))))))
(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-861 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717))
- (-4 *2 (-756))))
+ (|partial| -12 (-4 *1 (-862 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718))
+ (-4 *2 (-757))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-717)) (-4 *5 (-961)) (-4 *6 (-861 *5 *4 *2))
- (-4 *2 (-756)) (-5 *1 (-862 *4 *2 *5 *6 *3))
+ (|partial| -12 (-4 *4 (-718)) (-4 *5 (-962)) (-4 *6 (-862 *5 *4 *2))
+ (-4 *2 (-757)) (-5 *1 (-863 *4 *2 *5 *6 *3))
(-4 *3
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *6)) (-15 -2999 (*6 $)) (-15 -2998 (*6 $)))))))
+ (-10 -8 (-15 -3948 ($ *6)) (-15 -3000 (*6 $)) (-15 -2999 (*6 $)))))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-5 *2 (-1090))
- (-5 *1 (-952 *4)))))
+ (|partial| -12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-5 *2 (-1091))
+ (-5 *1 (-953 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1085 *7)) (-4 *7 (-861 *6 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-961)) (-5 *2 (-583 *5)) (-5 *1 (-272 *4 *5 *6 *7))))
- ((*1 *2 *1) (-12 (-4 *1 (-364 *3)) (-4 *3 (-1013)) (-5 *2 (-583 (-1090)))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *3 (-1086 *7)) (-4 *7 (-862 *6 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-962)) (-5 *2 (-584 *5)) (-5 *1 (-272 *4 *5 *6 *7))))
+ ((*1 *2 *1) (-12 (-4 *1 (-364 *3)) (-4 *3 (-1014)) (-5 *2 (-584 (-1091)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014))))
((*1 *2 *1)
- (-12 (-4 *1 (-861 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-583 *5))))
+ (-12 (-4 *1 (-862 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-584 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961)) (-4 *7 (-861 *6 *4 *5))
- (-5 *2 (-583 *5)) (-5 *1 (-862 *4 *5 *6 *7 *3))
+ (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962)) (-4 *7 (-862 *6 *4 *5))
+ (-5 *2 (-584 *5)) (-5 *1 (-863 *4 *5 *6 *7 *3))
(-4 *3
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $)))))))
+ (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $)))))))
((*1 *2 *1)
- (-12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-716)) (-4 *5 (-756))
- (-5 *2 (-583 *5))))
+ (-12 (-4 *1 (-887 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-717)) (-4 *5 (-757))
+ (-5 *2 (-584 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-583 *5))))
+ (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-584 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-5 *2 (-583 (-1090)))
- (-5 *1 (-952 *4)))))
+ (-12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-5 *2 (-584 (-1091)))
+ (-5 *1 (-953 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-857 *6))) (-5 *4 (-583 (-1090)))
- (-4 *6 (-13 (-495) (-950 *5))) (-4 *5 (-495))
- (-5 *2 (-583 (-583 (-249 (-350 (-857 *6)))))) (-5 *1 (-951 *5 *6)))))
+ (-12 (-5 *3 (-584 (-858 *6))) (-5 *4 (-584 (-1091)))
+ (-4 *6 (-13 (-496) (-951 *5))) (-4 *5 (-496))
+ (-5 *2 (-584 (-584 (-249 (-350 (-858 *6)))))) (-5 *1 (-952 *5 *6)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-550 *6)) (-4 *6 (-13 (-364 *5) (-27) (-1115)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *2 (-1085 (-350 (-1085 *6)))) (-5 *1 (-498 *5 *6 *7)) (-5 *3 (-1085 *6))
- (-4 *7 (-1013))))
- ((*1 *2 *1) (-12 (-4 *2 (-1155 *3)) (-5 *1 (-649 *3 *2)) (-4 *3 (-961))))
- ((*1 *2 *1) (-12 (-4 *1 (-661 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1155 *3))))
+ (-12 (-5 *4 (-551 *6)) (-4 *6 (-13 (-364 *5) (-27) (-1116)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *2 (-1086 (-350 (-1086 *6)))) (-5 *1 (-499 *5 *6 *7)) (-5 *3 (-1086 *6))
+ (-4 *7 (-1014))))
+ ((*1 *2 *1) (-12 (-4 *2 (-1156 *3)) (-5 *1 (-650 *3 *2)) (-4 *3 (-962))))
+ ((*1 *2 *1) (-12 (-4 *1 (-662 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1156 *3))))
((*1 *2 *3 *4 *4 *5 *6 *7 *8)
- (|partial| -12 (-5 *4 (-1085 *11)) (-5 *6 (-583 *10)) (-5 *7 (-583 (-694)))
- (-5 *8 (-583 *11)) (-4 *10 (-756)) (-4 *11 (-258)) (-4 *9 (-717))
- (-4 *5 (-861 *11 *9 *10)) (-5 *2 (-583 (-1085 *5)))
- (-5 *1 (-681 *9 *10 *11 *5)) (-5 *3 (-1085 *5))))
+ (|partial| -12 (-5 *4 (-1086 *11)) (-5 *6 (-584 *10)) (-5 *7 (-584 (-695)))
+ (-5 *8 (-584 *11)) (-4 *10 (-757)) (-4 *11 (-258)) (-4 *9 (-718))
+ (-4 *5 (-862 *11 *9 *10)) (-5 *2 (-584 (-1086 *5)))
+ (-5 *1 (-682 *9 *10 *11 *5)) (-5 *3 (-1086 *5))))
((*1 *2 *1)
- (-12 (-4 *2 (-861 *3 *4 *5)) (-5 *1 (-947 *3 *4 *5 *2 *6)) (-4 *3 (-312))
- (-4 *4 (-717)) (-4 *5 (-756)) (-14 *6 (-583 *2)))))
+ (-12 (-4 *2 (-862 *3 *4 *5)) (-5 *1 (-948 *3 *4 *5 *2 *6)) (-4 *3 (-312))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-14 *6 (-584 *2)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *1 (-945 *2))
- (-4 *2 (-13 (-1013) (-10 -8 (-15 * ($ $ $))))))))
+ (-12 (-5 *3 (-831)) (-5 *1 (-946 *2))
+ (-4 *2 (-13 (-1014) (-10 -8 (-15 * ($ $ $))))))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-830)) (-5 *1 (-944 *2))
- (-4 *2 (-13 (-1013) (-10 -8 (-15 -3840 ($ $ $))))))))
+ (-12 (-5 *3 (-831)) (-5 *1 (-945 *2))
+ (-4 *2 (-13 (-1014) (-10 -8 (-15 -3841 ($ $ $))))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-1179 *5))) (-5 *4 (-484)) (-5 *2 (-1179 *5))
- (-5 *1 (-943 *5)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-961)))))
+ (-12 (-5 *3 (-584 (-1180 *5))) (-5 *4 (-485)) (-5 *2 (-1180 *5))
+ (-5 *1 (-944 *5)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-962)))))
(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-85)) (-5 *5 (-484)) (-4 *6 (-312)) (-4 *6 (-320))
- (-4 *6 (-961)) (-5 *2 (-583 (-583 (-630 *6)))) (-5 *1 (-943 *6))
- (-5 *3 (-583 (-630 *6)))))
+ (-12 (-5 *4 (-85)) (-5 *5 (-485)) (-4 *6 (-312)) (-4 *6 (-320))
+ (-4 *6 (-962)) (-5 *2 (-584 (-584 (-631 *6)))) (-5 *1 (-944 *6))
+ (-5 *3 (-584 (-631 *6)))))
((*1 *2 *3)
- (-12 (-4 *4 (-312)) (-4 *4 (-320)) (-4 *4 (-961))
- (-5 *2 (-583 (-583 (-630 *4)))) (-5 *1 (-943 *4)) (-5 *3 (-583 (-630 *4)))))
+ (-12 (-4 *4 (-312)) (-4 *4 (-320)) (-4 *4 (-962))
+ (-5 *2 (-584 (-584 (-631 *4)))) (-5 *1 (-944 *4)) (-5 *3 (-584 (-631 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-961))
- (-5 *2 (-583 (-583 (-630 *5)))) (-5 *1 (-943 *5)) (-5 *3 (-583 (-630 *5)))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-962))
+ (-5 *2 (-584 (-584 (-631 *5)))) (-5 *1 (-944 *5)) (-5 *3 (-584 (-631 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-830)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-961))
- (-5 *2 (-583 (-583 (-630 *5)))) (-5 *1 (-943 *5)) (-5 *3 (-583 (-630 *5))))))
+ (-12 (-5 *4 (-831)) (-4 *5 (-312)) (-4 *5 (-320)) (-4 *5 (-962))
+ (-5 *2 (-584 (-584 (-631 *5)))) (-5 *1 (-944 *5)) (-5 *3 (-584 (-631 *5))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-630 *5))) (-5 *4 (-484)) (-4 *5 (-312)) (-4 *5 (-961))
- (-5 *2 (-85)) (-5 *1 (-943 *5))))
+ (-12 (-5 *3 (-584 (-631 *5))) (-5 *4 (-485)) (-4 *5 (-312)) (-4 *5 (-962))
+ (-5 *2 (-85)) (-5 *1 (-944 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-630 *4))) (-4 *4 (-312)) (-4 *4 (-961)) (-5 *2 (-85))
- (-5 *1 (-943 *4)))))
+ (-12 (-5 *3 (-584 (-631 *4))) (-4 *4 (-312)) (-4 *4 (-962)) (-5 *2 (-85))
+ (-5 *1 (-944 *4)))))
(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-583 (-630 *6))) (-5 *4 (-85)) (-5 *5 (-484)) (-5 *2 (-630 *6))
- (-5 *1 (-943 *6)) (-4 *6 (-312)) (-4 *6 (-961))))
+ (-12 (-5 *3 (-584 (-631 *6))) (-5 *4 (-85)) (-5 *5 (-485)) (-5 *2 (-631 *6))
+ (-5 *1 (-944 *6)) (-4 *6 (-312)) (-4 *6 (-962))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 (-630 *4))) (-5 *2 (-630 *4)) (-5 *1 (-943 *4))
- (-4 *4 (-312)) (-4 *4 (-961))))
+ (-12 (-5 *3 (-584 (-631 *4))) (-5 *2 (-631 *4)) (-5 *1 (-944 *4))
+ (-4 *4 (-312)) (-4 *4 (-962))))
((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-583 (-630 *5))) (-5 *4 (-484)) (-5 *2 (-630 *5))
- (-5 *1 (-943 *5)) (-4 *5 (-312)) (-4 *5 (-961)))))
+ (-12 (-5 *3 (-584 (-631 *5))) (-5 *4 (-485)) (-5 *2 (-631 *5))
+ (-5 *1 (-944 *5)) (-4 *5 (-312)) (-4 *5 (-962)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-630 *5))) (-5 *4 (-1179 *5)) (-4 *5 (-258))
- (-4 *5 (-961)) (-5 *2 (-630 *5)) (-5 *1 (-943 *5)))))
+ (-12 (-5 *3 (-584 (-631 *5))) (-5 *4 (-1180 *5)) (-4 *5 (-258))
+ (-4 *5 (-962)) (-5 *2 (-631 *5)) (-5 *1 (-944 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-630 *5))) (-4 *5 (-258)) (-4 *5 (-961))
- (-5 *2 (-1179 (-1179 *5))) (-5 *1 (-943 *5)) (-5 *4 (-1179 *5)))))
+ (-12 (-5 *3 (-584 (-631 *5))) (-4 *5 (-258)) (-4 *5 (-962))
+ (-5 *2 (-1180 (-1180 *5))) (-5 *1 (-944 *5)) (-5 *4 (-1180 *5)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-583 (-630 *4))) (-5 *2 (-630 *4)) (-4 *4 (-961))
- (-5 *1 (-943 *4)))))
+ (-12 (-5 *3 (-584 (-631 *4))) (-5 *2 (-631 *4)) (-4 *4 (-962))
+ (-5 *1 (-944 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 (-1179 *4))) (-4 *4 (-961)) (-5 *2 (-630 *4))
- (-5 *1 (-943 *4)))))
+ (-12 (-5 *3 (-1180 (-1180 *4))) (-4 *4 (-962)) (-5 *2 (-631 *4))
+ (-5 *1 (-944 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-813 (-484))) (-5 *4 (-484)) (-5 *2 (-630 *4)) (-5 *1 (-942 *5))
- (-4 *5 (-961))))
+ (-12 (-5 *3 (-814 (-485))) (-5 *4 (-485)) (-5 *2 (-631 *4)) (-5 *1 (-943 *5))
+ (-4 *5 (-962))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-484))) (-5 *2 (-630 (-484))) (-5 *1 (-942 *4))
- (-4 *4 (-961))))
+ (-12 (-5 *3 (-584 (-485))) (-5 *2 (-631 (-485))) (-5 *1 (-943 *4))
+ (-4 *4 (-962))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-813 (-484)))) (-5 *4 (-484)) (-5 *2 (-583 (-630 *4)))
- (-5 *1 (-942 *5)) (-4 *5 (-961))))
+ (-12 (-5 *3 (-584 (-814 (-485)))) (-5 *4 (-485)) (-5 *2 (-584 (-631 *4)))
+ (-5 *1 (-943 *5)) (-4 *5 (-962))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-583 (-484)))) (-5 *2 (-583 (-630 (-484))))
- (-5 *1 (-942 *4)) (-4 *4 (-961)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-942 *3))))
+ (-12 (-5 *3 (-584 (-584 (-485)))) (-5 *2 (-584 (-631 (-485))))
+ (-5 *1 (-943 *4)) (-4 *4 (-962)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-943 *3))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-583 (-630 *3))) (-4 *3 (-961)) (-5 *1 (-942 *3))))
- ((*1 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-942 *3))))
- ((*1 *2 *2) (-12 (-5 *2 (-583 (-630 *3))) (-4 *3 (-961)) (-5 *1 (-942 *3)))))
+ (-12 (-5 *2 (-584 (-631 *3))) (-4 *3 (-962)) (-5 *1 (-943 *3))))
+ ((*1 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-943 *3))))
+ ((*1 *2 *2) (-12 (-5 *2 (-584 (-631 *3))) (-4 *3 (-962)) (-5 *1 (-943 *3)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-630 *4)) (-5 *3 (-830)) (-4 *4 (-961)) (-5 *1 (-942 *4))))
+ (-12 (-5 *2 (-631 *4)) (-5 *3 (-831)) (-4 *4 (-962)) (-5 *1 (-943 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-583 (-630 *4))) (-5 *3 (-830)) (-4 *4 (-961))
- (-5 *1 (-942 *4)))))
+ (-12 (-5 *2 (-584 (-631 *4))) (-5 *3 (-831)) (-4 *4 (-962))
+ (-5 *1 (-943 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-694)) (-5 *2 (-630 (-857 *4))) (-5 *1 (-942 *4))
- (-4 *4 (-961)))))
+ (-12 (-5 *3 (-695)) (-5 *2 (-631 (-858 *4))) (-5 *1 (-943 *4))
+ (-4 *4 (-962)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-630 *4)) (-5 *3 (-830)) (|has| *4 (-6 (-3998 "*")))
- (-4 *4 (-961)) (-5 *1 (-942 *4))))
+ (-12 (-5 *2 (-631 *4)) (-5 *3 (-831)) (|has| *4 (-6 (-3999 "*")))
+ (-4 *4 (-962)) (-5 *1 (-943 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-583 (-630 *4))) (-5 *3 (-830)) (|has| *4 (-6 (-3998 "*")))
- (-4 *4 (-961)) (-5 *1 (-942 *4)))))
+ (-12 (-5 *2 (-584 (-631 *4))) (-5 *3 (-831)) (|has| *4 (-6 (-3999 "*")))
+ (-4 *4 (-962)) (-5 *1 (-943 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-630 (-350 (-857 (-484))))) (-5 *2 (-583 (-630 (-265 (-484)))))
- (-5 *1 (-941)))))
-(((*1 *2 *2) (-12 (-5 *2 (-583 (-630 (-265 (-484))))) (-5 *1 (-941)))))
-(((*1 *2 *2) (-12 (-5 *2 (-630 (-265 (-484)))) (-5 *1 (-941)))))
+ (-12 (-5 *3 (-631 (-350 (-858 (-485))))) (-5 *2 (-584 (-631 (-265 (-485)))))
+ (-5 *1 (-942)))))
+(((*1 *2 *2) (-12 (-5 *2 (-584 (-631 (-265 (-485))))) (-5 *1 (-942)))))
+(((*1 *2 *2) (-12 (-5 *2 (-631 (-265 (-485)))) (-5 *1 (-942)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-630 (-350 (-857 (-484)))))
- (-5 *2 (-630 (-265 (-484)))) (-5 *1 (-941)))))
+ (|partial| -12 (-5 *3 (-631 (-350 (-858 (-485)))))
+ (-5 *2 (-631 (-265 (-485)))) (-5 *1 (-942)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-630 (-350 (-857 (-484))))) (-5 *2 (-583 (-265 (-484))))
- (-5 *1 (-941)))))
+ (-12 (-5 *3 (-631 (-350 (-858 (-485))))) (-5 *2 (-584 (-265 (-485))))
+ (-5 *1 (-942)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-630 (-350 (-857 (-484))))) (-5 *2 (-583 (-630 (-265 (-484)))))
- (-5 *1 (-941)) (-5 *3 (-265 (-484))))))
+ (-12 (-5 *4 (-631 (-350 (-858 (-485))))) (-5 *2 (-584 (-631 (-265 (-485)))))
+ (-5 *1 (-942)) (-5 *3 (-265 (-485))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-630 (-350 (-857 (-484)))))
+ (-12 (-5 *3 (-631 (-350 (-858 (-485)))))
(-5 *2
- (-583
- (-2 (|:| |radval| (-265 (-484))) (|:| |radmult| (-484))
- (|:| |radvect| (-583 (-630 (-265 (-484))))))))
- (-5 *1 (-941)))))
+ (-584
+ (-2 (|:| |radval| (-265 (-485))) (|:| |radmult| (-485))
+ (|:| |radvect| (-584 (-631 (-265 (-485))))))))
+ (-5 *1 (-942)))))
(((*1 *2 *1 *1) (-12 (-4 *1 (-72)) (-5 *2 (-85))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1129))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1130))))
((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377))))
- ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-939 *3)) (-4 *3 (-1129)))))
-(((*1 *1 *2) (-12 (-5 *1 (-939 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-5 *1 (-939 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1 *2) (-12 (-5 *1 (-939 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-938 *3 *2)) (-4 *2 (-600 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-312)) (-5 *2 (-2 (|:| -3267 *3) (|:| -2514 (-583 *5))))
- (-5 *1 (-938 *5 *3)) (-5 *4 (-583 *5)) (-4 *3 (-600 *5)))))
+ ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-940 *3)) (-4 *3 (-1130)))))
+(((*1 *1 *2) (-12 (-5 *1 (-940 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-5 *1 (-940 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1 *2) (-12 (-5 *1 (-940 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-939 *3 *2)) (-4 *2 (-601 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-312)) (-5 *2 (-2 (|:| -3268 *3) (|:| -2515 (-584 *5))))
+ (-5 *1 (-939 *5 *3)) (-5 *4 (-584 *5)) (-4 *3 (-601 *5)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-974 (-937 *4) (-1085 (-937 *4)))) (-5 *3 (-772))
- (-5 *1 (-937 *4)) (-4 *4 (-13 (-755) (-312) (-933))))))
+ (-12 (-5 *2 (-975 (-938 *4) (-1086 (-938 *4)))) (-5 *3 (-773))
+ (-5 *1 (-938 *4)) (-4 *4 (-13 (-756) (-312) (-934))))))
(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-974 (-937 *3) (-1085 (-937 *3)))) (-5 *1 (-937 *3))
- (-4 *3 (-13 (-755) (-312) (-933))))))
+ (|partial| -12 (-5 *2 (-975 (-938 *3) (-1086 (-938 *3)))) (-5 *1 (-938 *3))
+ (-4 *3 (-13 (-756) (-312) (-934))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))))
- (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484)))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))))
+ (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485)))))
((*1 *2 *3 *4)
- (-12 (-5 *2 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))))
- (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484)))
- (-5 *4 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))))
+ (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485)))
+ (-5 *4 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))))
((*1 *2 *3 *4)
- (-12 (-5 *2 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))))
- (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484))) (-5 *4 (-350 (-484)))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))))
+ (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485))) (-5 *4 (-350 (-485)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-350 (-484))) (-5 *2 (-583 (-2 (|:| -3139 *5) (|:| -3138 *5))))
- (-5 *1 (-934 *3)) (-4 *3 (-1155 (-484)))
- (-5 *4 (-2 (|:| -3139 *5) (|:| -3138 *5)))))
+ (-12 (-5 *5 (-350 (-485))) (-5 *2 (-584 (-2 (|:| -3140 *5) (|:| -3139 *5))))
+ (-5 *1 (-935 *3)) (-4 *3 (-1156 (-485)))
+ (-5 *4 (-2 (|:| -3140 *5) (|:| -3139 *5)))))
((*1 *2 *3)
- (-12 (-5 *2 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))))
- (-5 *1 (-935 *3)) (-4 *3 (-1155 (-350 (-484))))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))))
+ (-5 *1 (-936 *3)) (-4 *3 (-1156 (-350 (-485))))))
((*1 *2 *3 *4)
- (-12 (-5 *2 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))))
- (-5 *1 (-935 *3)) (-4 *3 (-1155 (-350 (-484))))
- (-5 *4 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))))
+ (-5 *1 (-936 *3)) (-4 *3 (-1156 (-350 (-485))))
+ (-5 *4 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-350 (-484))) (-5 *2 (-583 (-2 (|:| -3139 *4) (|:| -3138 *4))))
- (-5 *1 (-935 *3)) (-4 *3 (-1155 *4))))
+ (-12 (-5 *4 (-350 (-485))) (-5 *2 (-584 (-2 (|:| -3140 *4) (|:| -3139 *4))))
+ (-5 *1 (-936 *3)) (-4 *3 (-1156 *4))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-350 (-484))) (-5 *2 (-583 (-2 (|:| -3139 *5) (|:| -3138 *5))))
- (-5 *1 (-935 *3)) (-4 *3 (-1155 *5))
- (-5 *4 (-2 (|:| -3139 *5) (|:| -3138 *5))))))
+ (-12 (-5 *5 (-350 (-485))) (-5 *2 (-584 (-2 (|:| -3140 *5) (|:| -3139 *5))))
+ (-5 *1 (-936 *3)) (-4 *3 (-1156 *5))
+ (-5 *4 (-2 (|:| -3140 *5) (|:| -3139 *5))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484))))))
- (-5 *2 (-583 (-350 (-484)))) (-5 *1 (-934 *4)) (-4 *4 (-1155 (-484))))))
+ (-12 (-5 *3 (-584 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485))))))
+ (-5 *2 (-584 (-350 (-485)))) (-5 *1 (-935 *4)) (-4 *4 (-1156 (-485))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| -3139 (-350 (-484))) (|:| -3138 (-350 (-484)))))
- (-5 *2 (-350 (-484))) (-5 *1 (-934 *4)) (-4 *4 (-1155 (-484))))))
+ (-12 (-5 *3 (-2 (|:| -3140 (-350 (-485))) (|:| -3139 (-350 (-485)))))
+ (-5 *2 (-350 (-485))) (-5 *1 (-935 *4)) (-4 *4 (-1156 (-485))))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1179 *6)) (-5 *4 (-1179 (-484))) (-5 *5 (-484)) (-4 *6 (-1013))
- (-5 *2 (-1 *6)) (-5 *1 (-930 *6)))))
+ (-12 (-5 *3 (-1180 *6)) (-5 *4 (-1180 (-485))) (-5 *5 (-485)) (-4 *6 (-1014))
+ (-5 *2 (-1 *6)) (-5 *1 (-931 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-2 (|:| -3403 *4) (|:| -1522 (-484))))) (-4 *4 (-1013))
- (-5 *2 (-1 *4)) (-5 *1 (-930 *4)))))
+ (-12 (-5 *3 (-584 (-2 (|:| -3404 *4) (|:| -1523 (-485))))) (-4 *4 (-1014))
+ (-5 *2 (-1 *4)) (-5 *1 (-931 *4)))))
(((*1 *2 *3 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-312) (-120) (-950 (-484)))) (-4 *5 (-1155 *4))
- (-5 *2 (-583 (-350 *5))) (-5 *1 (-929 *4 *5)) (-5 *3 (-350 *5)))))
+ (|partial| -12 (-4 *4 (-13 (-312) (-120) (-951 (-485)))) (-4 *5 (-1156 *4))
+ (-5 *2 (-584 (-350 *5))) (-5 *1 (-930 *4 *5)) (-5 *3 (-350 *5)))))
(((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5))
- (-4 *5 (-13 (-312) (-120) (-950 (-484))))
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485))))
(-5 *2
(-2 (|:| |a| *6) (|:| |b| (-350 *6)) (|:| |h| *6) (|:| |c1| (-350 *6))
- (|:| |c2| (-350 *6)) (|:| -3094 *6)))
- (-5 *1 (-929 *5 *6)) (-5 *3 (-350 *6)))))
+ (|:| |c2| (-350 *6)) (|:| -3095 *6)))
+ (-5 *1 (-930 *5 *6)) (-5 *3 (-350 *6)))))
(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1155 *6))
- (-4 *6 (-13 (-312) (-120) (-950 *4))) (-5 *4 (-484))
+ (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1156 *6))
+ (-4 *6 (-13 (-312) (-120) (-951 *4))) (-5 *4 (-485))
(-5 *2
(-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-85))))
- (|:| -3267
+ (|:| -3268
(-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
(|:| |beta| *3)))))
- (-5 *1 (-928 *6 *3)))))
+ (-5 *1 (-929 *6 *3)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-312) (-120) (-950 (-484)))) (-4 *5 (-1155 *4))
- (-5 *2 (-2 (|:| |ans| (-350 *5)) (|:| |nosol| (-85)))) (-5 *1 (-928 *4 *5))
+ (-12 (-4 *4 (-13 (-312) (-120) (-951 (-485)))) (-4 *5 (-1156 *4))
+ (-5 *2 (-2 (|:| |ans| (-350 *5)) (|:| |nosol| (-85)))) (-5 *1 (-929 *4 *5))
(-5 *3 (-350 *5)))))
(((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5))
- (-4 *5 (-13 (-312) (-120) (-950 (-484))))
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485))))
(-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-350 *6)) (|:| |c| (-350 *6)) (|:| -3094 *6)))
- (-5 *1 (-928 *5 *6)) (-5 *3 (-350 *6)))))
+ (-2 (|:| |a| *6) (|:| |b| (-350 *6)) (|:| |c| (-350 *6)) (|:| -3095 *6)))
+ (-5 *1 (-929 *5 *6)) (-5 *3 (-350 *6)))))
(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
- (|partial| -12 (-5 *5 (-1090))
+ (|partial| -12 (-5 *5 (-1091))
(-5 *6
(-1
(-3
(-2 (|:| |mainpart| *4)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
"failed")
- *4 (-583 *4)))
- (-5 *7 (-1 (-3 (-2 (|:| -2136 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1115) (-27) (-364 *8)))
- (-4 *8 (-13 (-392) (-120) (-950 *3) (-580 *3))) (-5 *3 (-484))
- (-5 *2 (-583 *4)) (-5 *1 (-927 *8 *4)))))
+ *4 (-584 *4)))
+ (-5 *7 (-1 (-3 (-2 (|:| -2137 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1116) (-27) (-364 *8)))
+ (-4 *8 (-13 (-392) (-120) (-951 *3) (-581 *3))) (-5 *3 (-485))
+ (-5 *2 (-584 *4)) (-5 *1 (-928 *8 *4)))))
(((*1 *2 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *5 (-1090))
+ (-12 (-5 *5 (-1091))
(-5 *6
(-1
(-3
(-2 (|:| |mainpart| *4)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
"failed")
- *4 (-583 *4)))
- (-5 *7 (-1 (-3 (-2 (|:| -2136 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1115) (-27) (-364 *8)))
- (-4 *8 (-13 (-392) (-120) (-950 *3) (-580 *3))) (-5 *3 (-484))
- (-5 *2 (-2 (|:| |ans| *4) (|:| -3138 *4) (|:| |sol?| (-85))))
- (-5 *1 (-926 *8 *4)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-779 *3)) (-5 *2 (-484))))
- ((*1 *1 *1) (-4 *1 (-915))) ((*1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-925))))
- ((*1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-4 *1 (-925))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-925)) (-5 *2 (-830))))
- ((*1 *1 *1) (-4 *1 (-925))))
-(((*1 *2 *1) (|partial| -12 (-4 *1 (-925)) (-5 *2 (-772)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1085 *1)) (-4 *1 (-925)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1085 *1)) (-4 *1 (-925)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-925)) (-5 *2 (-772)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-925)) (-5 *2 (-772)))))
-(((*1 *2 *1) (-12 (-4 *3 (-1129)) (-5 *2 (-583 *1)) (-4 *1 (-923 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-5 *2 (-583 *3)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-5 *2 (-484)))))
+ *4 (-584 *4)))
+ (-5 *7 (-1 (-3 (-2 (|:| -2137 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1116) (-27) (-364 *8)))
+ (-4 *8 (-13 (-392) (-120) (-951 *3) (-581 *3))) (-5 *3 (-485))
+ (-5 *2 (-2 (|:| |ans| *4) (|:| -3139 *4) (|:| |sol?| (-85))))
+ (-5 *1 (-927 *8 *4)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-780 *3)) (-5 *2 (-485))))
+ ((*1 *1 *1) (-4 *1 (-916))) ((*1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-926))))
+ ((*1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-4 *1 (-926))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-926)) (-5 *2 (-831))))
+ ((*1 *1 *1) (-4 *1 (-926))))
+(((*1 *2 *1) (|partial| -12 (-4 *1 (-926)) (-5 *2 (-773)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1086 *1)) (-4 *1 (-926)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1086 *1)) (-4 *1 (-926)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-926)) (-5 *2 (-773)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-926)) (-5 *2 (-773)))))
+(((*1 *2 *1) (-12 (-4 *3 (-1130)) (-5 *2 (-584 *1)) (-4 *1 (-924 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-5 *2 (-584 *3)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-5 *2 (-485)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-4 *3 (-72)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-4 *3 (-72)) (-5 *2 (-85)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-923 *3)) (-4 *3 (-1129)) (-4 *3 (-72)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-924 *3)) (-4 *3 (-1130)) (-4 *3 (-72)) (-5 *2 (-85)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 *1)) (-4 *1 (-1035 *3)) (-4 *1 (-923 *3)) (-4 *3 (-1129)))))
-(((*1 *2 *1 *2) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-923 *2)) (-4 *2 (-1129)))))
+ (-12 (-5 *2 (-584 *1)) (-4 *1 (-1036 *3)) (-4 *1 (-924 *3)) (-4 *3 (-1130)))))
+(((*1 *2 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-924 *2)) (-4 *2 (-1130)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-483))
- (-5 *2 (-350 (-484)))))
+ (|partial| -12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-484))
+ (-5 *2 (-350 (-485)))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-350 (-484))) (-5 *1 (-348 *3)) (-4 *3 (-483))
- (-4 *3 (-495))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-483)) (-5 *2 (-350 (-484)))))
+ (|partial| -12 (-5 *2 (-350 (-485))) (-5 *1 (-348 *3)) (-4 *3 (-484))
+ (-4 *3 (-496))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-484)) (-5 *2 (-350 (-485)))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-720 *3)) (-4 *3 (-146)) (-4 *3 (-483))
- (-5 *2 (-350 (-484)))))
+ (|partial| -12 (-4 *1 (-721 *3)) (-4 *3 (-146)) (-4 *3 (-484))
+ (-5 *2 (-350 (-485)))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-350 (-484))) (-5 *1 (-743 *3)) (-4 *3 (-483))
- (-4 *3 (-1013))))
+ (|partial| -12 (-5 *2 (-350 (-485))) (-5 *1 (-744 *3)) (-4 *3 (-484))
+ (-4 *3 (-1014))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-350 (-484))) (-5 *1 (-750 *3)) (-4 *3 (-483))
- (-4 *3 (-1013))))
+ (|partial| -12 (-5 *2 (-350 (-485))) (-5 *1 (-751 *3)) (-4 *3 (-484))
+ (-4 *3 (-1014))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-911 *3)) (-4 *3 (-146)) (-4 *3 (-483))
- (-5 *2 (-350 (-484)))))
+ (|partial| -12 (-4 *1 (-912 *3)) (-4 *3 (-146)) (-4 *3 (-484))
+ (-5 *2 (-350 (-485)))))
((*1 *2 *3)
- (|partial| -12 (-5 *2 (-350 (-484))) (-5 *1 (-921 *3)) (-4 *3 (-950 *2)))))
+ (|partial| -12 (-5 *2 (-350 (-485))) (-5 *1 (-922 *3)) (-4 *3 (-951 *2)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-348 *3)) (-4 *3 (-483)) (-4 *3 (-495))))
- ((*1 *2 *1) (-12 (-4 *1 (-483)) (-5 *2 (-85))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-348 *3)) (-4 *3 (-484)) (-4 *3 (-496))))
+ ((*1 *2 *1) (-12 (-4 *1 (-484)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *1 (-720 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-721 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-743 *3)) (-4 *3 (-483)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-744 *3)) (-4 *3 (-484)) (-4 *3 (-1014))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-750 *3)) (-4 *3 (-483)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-751 *3)) (-4 *3 (-484)) (-4 *3 (-1014))))
((*1 *2 *1)
- (-12 (-4 *1 (-911 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-912 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-85))))
((*1 *2 *3)
- (-12 (-5 *2 (-85)) (-5 *1 (-921 *3)) (-4 *3 (-950 (-350 (-484)))))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-922 *3)) (-4 *3 (-951 (-350 (-485)))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-350 (-484)))))
+ (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-350 (-485)))))
((*1 *2 *1)
- (-12 (-5 *2 (-350 (-484))) (-5 *1 (-348 *3)) (-4 *3 (-483)) (-4 *3 (-495))))
- ((*1 *2 *1) (-12 (-4 *1 (-483)) (-5 *2 (-350 (-484)))))
+ (-12 (-5 *2 (-350 (-485))) (-5 *1 (-348 *3)) (-4 *3 (-484)) (-4 *3 (-496))))
+ ((*1 *2 *1) (-12 (-4 *1 (-484)) (-5 *2 (-350 (-485)))))
((*1 *2 *1)
- (-12 (-4 *1 (-720 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-350 (-484)))))
+ (-12 (-4 *1 (-721 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-350 (-485)))))
((*1 *2 *1)
- (-12 (-5 *2 (-350 (-484))) (-5 *1 (-743 *3)) (-4 *3 (-483)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-350 (-485))) (-5 *1 (-744 *3)) (-4 *3 (-484)) (-4 *3 (-1014))))
((*1 *2 *1)
- (-12 (-5 *2 (-350 (-484))) (-5 *1 (-750 *3)) (-4 *3 (-483)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-350 (-485))) (-5 *1 (-751 *3)) (-4 *3 (-484)) (-4 *3 (-1014))))
((*1 *2 *1)
- (-12 (-4 *1 (-911 *3)) (-4 *3 (-146)) (-4 *3 (-483)) (-5 *2 (-350 (-484)))))
- ((*1 *2 *3) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-921 *3)) (-4 *3 (-950 *2)))))
-(((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-919)))))
-(((*1 *2 *3) (-12 (-5 *3 (-484)) (-5 *2 (-1185)) (-5 *1 (-919)))))
-(((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-919))))
- ((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-919)))))
+ (-12 (-4 *1 (-912 *3)) (-4 *3 (-146)) (-4 *3 (-484)) (-5 *2 (-350 (-485)))))
+ ((*1 *2 *3) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-922 *3)) (-4 *3 (-951 *2)))))
+(((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-920)))))
+(((*1 *2 *3) (-12 (-5 *3 (-485)) (-5 *2 (-1186)) (-5 *1 (-920)))))
+(((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-920))))
+ ((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-920)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-484))) (-5 *4 (-484)) (-5 *2 (-51)) (-5 *1 (-918)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1069 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))))
-(((*1 *1 *2 *2) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-917 *3)) (-14 *3 (-484)))))
+ (-12 (-5 *3 (-350 (-485))) (-5 *4 (-485)) (-5 *2 (-51)) (-5 *1 (-919)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1070 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))))
+(((*1 *1 *2 *2) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-918 *3)) (-14 *3 (-485)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-348 *5)) (-4 *5 (-495))
- (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *5) (|:| |radicand| (-583 *5))))
- (-5 *1 (-271 *5)) (-5 *4 (-694))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-915)) (-5 *2 (-484)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-913 *3)))))
+ (-12 (-5 *3 (-348 *5)) (-4 *5 (-496))
+ (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *5) (|:| |radicand| (-584 *5))))
+ (-5 *1 (-271 *5)) (-5 *4 (-695))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-916)) (-5 *2 (-485)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-914 *3)))))
(((*1 *1 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146))))
((*1 *1 *1 *1) (-4 *1 (-413)))
- ((*1 *1 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146))))
- ((*1 *2 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-793))))
- ((*1 *1 *1) (-5 *1 (-884)))
- ((*1 *1 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))))
-(((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146))))
- ((*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))))
-(((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146))))
- ((*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))))
-(((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146))))
- ((*1 *2 *1) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-911 *2)) (-4 *2 (-146)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-908 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-908 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (-12 (-4 *1 (-908 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-908 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-908 *2)) (-4 *2 (-1129)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146))))
+ ((*1 *2 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-794))))
+ ((*1 *1 *1) (-5 *1 (-885)))
+ ((*1 *1 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))))
+(((*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146))))
+ ((*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))))
+(((*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146))))
+ ((*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))))
+(((*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146))))
+ ((*1 *2 *1) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-912 *2)) (-4 *2 (-146)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-909 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-909 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-12 (-4 *1 (-909 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-909 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-909 *2)) (-4 *2 (-1130)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1056 *3 *4)) (-14 *3 (-830)) (-4 *4 (-312))
- (-5 *1 (-906 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1039 (-484) (-550 (-48)))) (-5 *1 (-48))))
+ (-12 (-5 *2 (-1057 *3 *4)) (-14 *3 (-831)) (-4 *4 (-312))
+ (-5 *1 (-907 *3 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1040 (-485) (-551 (-48)))) (-5 *1 (-48))))
((*1 *2 *1)
- (-12 (-4 *3 (-258)) (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-5 *2 (-1179 *6))
- (-5 *1 (-356 *3 *4 *5 *6)) (-4 *6 (-13 (-353 *4 *5) (-950 *4)))))
+ (-12 (-4 *3 (-258)) (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-5 *2 (-1180 *6))
+ (-5 *1 (-356 *3 *4 *5 *6)) (-4 *6 (-13 (-353 *4 *5) (-951 *4)))))
((*1 *2 *1)
- (-12 (-4 *3 (-961)) (-4 *3 (-1013)) (-5 *2 (-1039 *3 (-550 *1)))
+ (-12 (-4 *3 (-962)) (-4 *3 (-1014)) (-5 *2 (-1040 *3 (-551 *1)))
(-4 *1 (-364 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1039 (-484) (-550 (-435)))) (-5 *1 (-435))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1040 (-485) (-551 (-435)))) (-5 *1 (-435))))
((*1 *2 *1)
- (-12 (-4 *3 (-146)) (-4 *2 (-38 *3)) (-5 *1 (-558 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-663) *3))))
+ (-12 (-4 *3 (-146)) (-4 *2 (-38 *3)) (-5 *1 (-559 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-664) *3))))
((*1 *2 *1)
- (-12 (-4 *3 (-146)) (-4 *2 (-654 *3)) (-5 *1 (-594 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-663) *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1039 (-484) (-550 (-48)))) (-5 *1 (-48))))
+ (-12 (-4 *3 (-146)) (-4 *2 (-655 *3)) (-5 *1 (-595 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-664) *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1040 (-485) (-551 (-48)))) (-5 *1 (-48))))
((*1 *2 *1)
- (-12 (-4 *3 (-904 *2)) (-4 *4 (-1155 *3)) (-4 *2 (-258))
- (-5 *1 (-356 *2 *3 *4 *5)) (-4 *5 (-13 (-353 *3 *4) (-950 *3)))))
+ (-12 (-4 *3 (-905 *2)) (-4 *4 (-1156 *3)) (-4 *2 (-258))
+ (-5 *1 (-356 *2 *3 *4 *5)) (-4 *5 (-13 (-353 *3 *4) (-951 *3)))))
((*1 *2 *1)
- (-12 (-4 *3 (-495)) (-4 *3 (-1013)) (-5 *2 (-1039 *3 (-550 *1)))
+ (-12 (-4 *3 (-496)) (-4 *3 (-1014)) (-5 *2 (-1040 *3 (-551 *1)))
(-4 *1 (-364 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1039 (-484) (-550 (-435)))) (-5 *1 (-435))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1040 (-485) (-551 (-435)))) (-5 *1 (-435))))
((*1 *2 *1)
- (-12 (-4 *4 (-146)) (-4 *2 (|SubsetCategory| (-663) *4))
- (-5 *1 (-558 *3 *4 *2)) (-4 *3 (-38 *4))))
+ (-12 (-4 *4 (-146)) (-4 *2 (|SubsetCategory| (-664) *4))
+ (-5 *1 (-559 *3 *4 *2)) (-4 *3 (-38 *4))))
((*1 *2 *1)
- (-12 (-4 *4 (-146)) (-4 *2 (|SubsetCategory| (-663) *4))
- (-5 *1 (-594 *3 *4 *2)) (-4 *3 (-654 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)))))
-(((*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1013)) (-4 *2 (-961))))
- ((*1 *1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)))))
-(((*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1013)) (-4 *2 (-495))))
- ((*1 *1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-495)))))
+ (-12 (-4 *4 (-146)) (-4 *2 (|SubsetCategory| (-664) *4))
+ (-5 *1 (-595 *3 *4 *2)) (-4 *3 (-655 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)))))
+(((*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1014)) (-4 *2 (-962))))
+ ((*1 *1 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)))))
+(((*1 *1 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1014)) (-4 *2 (-496))))
+ ((*1 *1 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-496)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299))))
((*1 *1) (-4 *1 (-320)))
((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1179 *4)) (-5 *1 (-466 *4)) (-4 *4 (-299))))
- ((*1 *1 *1) (-4 *1 (-483))) ((*1 *1) (-4 *1 (-483)))
- ((*1 *1 *1) (-5 *1 (-694)))
- ((*1 *2 *1) (-12 (-5 *2 (-813 *3)) (-5 *1 (-816 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1180 *4)) (-5 *1 (-467 *4)) (-4 *4 (-299))))
+ ((*1 *1 *1) (-4 *1 (-484))) ((*1 *1) (-4 *1 (-484)))
+ ((*1 *1 *1) (-5 *1 (-695)))
+ ((*1 *2 *1) (-12 (-5 *2 (-814 *3)) (-5 *1 (-817 *3)) (-4 *3 (-1014))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-5 *2 (-813 *4)) (-5 *1 (-816 *4)) (-4 *4 (-1013))))
- ((*1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-483)) (-4 *2 (-495)))))
+ (-12 (-5 *3 (-485)) (-5 *2 (-814 *4)) (-5 *1 (-817 *4)) (-4 *4 (-1014))))
+ ((*1 *1) (-12 (-4 *1 (-905 *2)) (-4 *2 (-484)) (-4 *2 (-496)))))
(((*1 *2 *2)
(-12
(-5 *2
- (-899 (-350 (-484)) (-773 *3) (-197 *4 (-694)) (-206 *3 (-350 (-484)))))
- (-14 *3 (-583 (-1090))) (-14 *4 (-694)) (-5 *1 (-900 *3 *4)))))
+ (-900 (-350 (-485)) (-774 *3) (-197 *4 (-695)) (-206 *3 (-350 (-485)))))
+ (-14 *3 (-584 (-1091))) (-14 *4 (-695)) (-5 *1 (-901 *3 *4)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-583 *3)) (-4 *3 (-861 *4 *6 *5)) (-4 *4 (-392)) (-4 *5 (-756))
- (-4 *6 (-717)) (-5 *1 (-899 *4 *5 *6 *3)))))
+ (-12 (-5 *2 (-584 *3)) (-4 *3 (-862 *4 *6 *5)) (-4 *4 (-392)) (-4 *5 (-757))
+ (-4 *6 (-718)) (-5 *1 (-900 *4 *5 *6 *3)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-3 (-85) "failed")) (-4 *3 (-392)) (-4 *4 (-756)) (-4 *5 (-717))
- (-5 *1 (-899 *3 *4 *5 *6)) (-4 *6 (-861 *3 *5 *4)))))
+ (-12 (-5 *2 (-3 (-85) "failed")) (-4 *3 (-392)) (-4 *4 (-757)) (-4 *5 (-718))
+ (-5 *1 (-900 *3 *4 *5 *6)) (-4 *6 (-862 *3 *5 *4)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-392)) (-4 *4 (-756)) (-4 *5 (-717)) (-5 *2 (-583 *6))
- (-5 *1 (-899 *3 *4 *5 *6)) (-4 *6 (-861 *3 *5 *4)))))
+ (-12 (-4 *3 (-392)) (-4 *4 (-757)) (-4 *5 (-718)) (-5 *2 (-584 *6))
+ (-5 *1 (-900 *3 *4 *5 *6)) (-4 *6 (-862 *3 *5 *4)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-861 *3 *5 *4)) (-5 *1 (-899 *3 *4 *5 *2)) (-4 *3 (-392))
- (-4 *4 (-756)) (-4 *5 (-717)))))
+ (-12 (-4 *2 (-862 *3 *5 *4)) (-5 *1 (-900 *3 *4 *5 *2)) (-4 *3 (-392))
+ (-4 *4 (-757)) (-4 *5 (-718)))))
(((*1 *1 *1)
- (-12 (-4 *2 (-392)) (-4 *3 (-756)) (-4 *4 (-717)) (-5 *1 (-899 *2 *3 *4 *5))
- (-4 *5 (-861 *2 *4 *3)))))
+ (-12 (-4 *2 (-392)) (-4 *3 (-757)) (-4 *4 (-718)) (-5 *1 (-900 *2 *3 *4 *5))
+ (-4 *5 (-862 *2 *4 *3)))))
(((*1 *2 *3)
- (-12 (-4 *3 (-1155 *2)) (-4 *2 (-1155 *4)) (-5 *1 (-898 *4 *2 *3 *5))
- (-4 *4 (-299)) (-4 *5 (-661 *2 *3)))))
+ (-12 (-4 *3 (-1156 *2)) (-4 *2 (-1156 *4)) (-5 *1 (-899 *4 *2 *3 *5))
+ (-4 *4 (-299)) (-4 *5 (-662 *2 *3)))))
(((*1 *2 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *3 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)))))
- (-4 *5 (-495)) (-5 *1 (-671 *4 *3 *5 *2))
- (-4 *2 (-861 (-350 (-857 *5)) *4 *3))))
+ (-12 (-4 *4 (-718)) (-4 *3 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)))))
+ (-4 *5 (-496)) (-5 *1 (-672 *4 *3 *5 *2))
+ (-4 *2 (-862 (-350 (-858 *5)) *4 *3))))
((*1 *2 *2 *3)
- (-12 (-4 *4 (-961)) (-4 *5 (-717))
+ (-12 (-4 *4 (-962)) (-4 *5 (-718))
(-4 *3
- (-13 (-756)
- (-10 -8 (-15 -3973 ((-1090) $))
- (-15 -3832 ((-3 $ #1="failed") (-1090))))))
- (-5 *1 (-897 *4 *5 *3 *2)) (-4 *2 (-861 (-857 *4) *5 *3))))
+ (-13 (-757)
+ (-10 -8 (-15 -3974 ((-1091) $))
+ (-15 -3833 ((-3 $ #1="failed") (-1091))))))
+ (-5 *1 (-898 *4 *5 *3 *2)) (-4 *2 (-862 (-858 *4) *5 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 *6))
+ (-12 (-5 *3 (-584 *6))
(-4 *6
- (-13 (-756)
- (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ #1#) (-1090))))))
- (-4 *4 (-961)) (-4 *5 (-717)) (-5 *1 (-897 *4 *5 *6 *2))
- (-4 *2 (-861 (-857 *4) *5 *6)))))
+ (-13 (-757)
+ (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ #1#) (-1091))))))
+ (-4 *4 (-962)) (-4 *5 (-718)) (-5 *1 (-898 *4 *5 *6 *2))
+ (-4 *2 (-862 (-858 *4) *5 *6)))))
(((*1 *2 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *3 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)))))
- (-4 *5 (-495)) (-5 *1 (-671 *4 *3 *5 *2))
- (-4 *2 (-861 (-350 (-857 *5)) *4 *3))))
+ (-12 (-4 *4 (-718)) (-4 *3 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)))))
+ (-4 *5 (-496)) (-5 *1 (-672 *4 *3 *5 *2))
+ (-4 *2 (-862 (-350 (-858 *5)) *4 *3))))
((*1 *2 *2 *3)
- (-12 (-4 *4 (-961)) (-4 *5 (-717))
+ (-12 (-4 *4 (-962)) (-4 *5 (-718))
(-4 *3
- (-13 (-756)
- (-10 -8 (-15 -3973 ((-1090) $))
- (-15 -3832 ((-3 $ #1="failed") (-1090))))))
- (-5 *1 (-897 *4 *5 *3 *2)) (-4 *2 (-861 (-857 *4) *5 *3))))
+ (-13 (-757)
+ (-10 -8 (-15 -3974 ((-1091) $))
+ (-15 -3833 ((-3 $ #1="failed") (-1091))))))
+ (-5 *1 (-898 *4 *5 *3 *2)) (-4 *2 (-862 (-858 *4) *5 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 *6))
+ (-12 (-5 *3 (-584 *6))
(-4 *6
- (-13 (-756)
- (-10 -8 (-15 -3973 ((-1090) $)) (-15 -3832 ((-3 $ #1#) (-1090))))))
- (-4 *4 (-961)) (-4 *5 (-717)) (-5 *1 (-897 *4 *5 *6 *2))
- (-4 *2 (-861 (-857 *4) *5 *6)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
+ (-13 (-757)
+ (-10 -8 (-15 -3974 ((-1091) $)) (-15 -3833 ((-3 $ #1#) (-1091))))))
+ (-4 *4 (-962)) (-4 *5 (-718)) (-5 *1 (-898 *4 *5 *6 *2))
+ (-4 *2 (-862 (-858 *4) *5 *6)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-694)) (-4 *1 (-896 *2)) (-4 *2 (-1115)))))
-(((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-783))))
- ((*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))))
-(((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-130))))
- ((*1 *2 *1) (-12 (-5 *2 (-130)) (-5 *1 (-783))))
- ((*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))))
-(((*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-130))))
- ((*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))))
-(((*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))))
-(((*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))))
-(((*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))))
-(((*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))))
-(((*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))))
-(((*1 *2 *3) (-12 (-5 *3 (-854 *2)) (-5 *1 (-895 *2)) (-4 *2 (-961)))))
+ (|partial| -12 (-5 *3 (-695)) (-4 *1 (-897 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-784))))
+ ((*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))))
+(((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-130)) (-5 *1 (-784))))
+ ((*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))))
+(((*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-130))))
+ ((*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))))
+(((*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))))
+(((*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))))
+(((*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))))
+(((*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))))
+(((*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))))
+(((*1 *2 *3) (-12 (-5 *3 (-855 *2)) (-5 *1 (-896 *2)) (-4 *2 (-962)))))
(((*1 *2 *3 *4)
(-12 (-4 *5 (-312))
- (-5 *2 (-583 (-2 (|:| C (-630 *5)) (|:| |g| (-1179 *5))))) (-5 *1 (-891 *5))
- (-5 *3 (-630 *5)) (-5 *4 (-1179 *5)))))
+ (-5 *2 (-584 (-2 (|:| C (-631 *5)) (|:| |g| (-1180 *5))))) (-5 *1 (-892 *5))
+ (-5 *3 (-631 *5)) (-5 *4 (-1180 *5)))))
(((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *2 (-630 *5)) (-5 *3 (-69 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312))
- (-5 *1 (-891 *5)))))
+ (-12 (-5 *2 (-631 *5)) (-5 *3 (-69 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312))
+ (-5 *1 (-892 *5)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *4 *5 *6)) (-4 *4 (-312)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-387 *4 *5 *6 *2))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *4 *5 *6)) (-4 *4 (-312)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-387 *4 *5 *6 *2))))
((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-69 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-312))
- (-5 *2 (-2 (|:| R (-630 *6)) (|:| A (-630 *6)) (|:| |Ainv| (-630 *6))))
- (-5 *1 (-891 *6)) (-5 *3 (-630 *6)))))
+ (-5 *2 (-2 (|:| R (-631 *6)) (|:| A (-631 *6)) (|:| |Ainv| (-631 *6))))
+ (-5 *1 (-892 *6)) (-5 *3 (-631 *6)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258))
- (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258))
+ (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258))
- (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258))
+ (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258))
- (-4 *3 (-495)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-120)) (-4 *3 (-258))
+ (-4 *3 (-496)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-495))
- (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-496))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-495))
- (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-496))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-495))
- (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-496))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-495))
- (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-392)) (-4 *3 (-496))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-583 *7)) (-5 *3 (-85)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-392))
- (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-890 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-584 *7)) (-5 *3 (-85)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-392))
+ (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-891 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-392)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756))
- (-5 *2 (-583 *3)) (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))))
+ (-12 (-4 *4 (-392)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-5 *2 (-584 *3)) (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))))
(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-583 *8)) (-5 *3 (-1 (-85) *8 *8)) (-5 *4 (-1 *8 *8 *8))
- (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *1 (-890 *5 *6 *7 *8)))))
+ (-12 (-5 *2 (-584 *8)) (-5 *3 (-1 (-85) *8 *8)) (-5 *4 (-1 *8 *8 *8))
+ (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *1 (-891 *5 *6 *7 *8)))))
(((*1 *2 *2 *3 *4 *5)
- (-12 (-5 *2 (-583 *9)) (-5 *3 (-1 (-85) *9)) (-5 *4 (-1 (-85) *9 *9))
- (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-977 *6 *7 *8)) (-4 *6 (-495)) (-4 *7 (-717))
- (-4 *8 (-756)) (-5 *1 (-890 *6 *7 *8 *9)))))
+ (-12 (-5 *2 (-584 *9)) (-5 *3 (-1 (-85) *9)) (-5 *4 (-1 (-85) *9 *9))
+ (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-978 *6 *7 *8)) (-4 *6 (-496)) (-4 *7 (-718))
+ (-4 *8 (-757)) (-5 *1 (-891 *6 *7 *8 *9)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-2 (|:| |bas| (-416 *4 *5 *6 *7)) (|:| -3324 (-583 *7))))
- (-5 *1 (-890 *4 *5 *6 *7)) (-5 *3 (-583 *7)))))
+ (|partial| -12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-2 (|:| |bas| (-416 *4 *5 *6 *7)) (|:| -3325 (-584 *7))))
+ (-5 *1 (-891 *4 *5 *6 *7)) (-5 *3 (-584 *7)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *1 (-890 *4 *5 *6 *2)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *1 (-891 *4 *5 *6 *2)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6))))
((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-583 *7)) (-5 *3 (-85)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-890 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-584 *7)) (-5 *3 (-85)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-891 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-583 *7)) (|:| |badPols| (-583 *7))))
- (-5 *1 (-890 *4 *5 *6 *7)) (-5 *3 (-583 *7)))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-584 *7)) (|:| |badPols| (-584 *7))))
+ (-5 *1 (-891 *4 *5 *6 *7)) (-5 *3 (-584 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85))
- (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85))
+ (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-583 *7)) (|:| |badPols| (-583 *7))))
- (-5 *1 (-890 *4 *5 *6 *7)) (-5 *3 (-583 *7)))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-584 *7)) (|:| |badPols| (-584 *7))))
+ (-5 *1 (-891 *4 *5 *6 *7)) (-5 *3 (-584 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85))
- (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85))
+ (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-583 *7)) (|:| |badPols| (-583 *7))))
- (-5 *1 (-890 *4 *5 *6 *7)) (-5 *3 (-583 *7)))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-584 *7)) (|:| |badPols| (-584 *7))))
+ (-5 *1 (-891 *4 *5 *6 *7)) (-5 *3 (-584 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85))
- (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85))
+ (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-977 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-583 *7)) (|:| |badPols| (-583 *7))))
- (-5 *1 (-890 *4 *5 *6 *7)) (-5 *3 (-583 *7)))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-978 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-584 *7)) (|:| |badPols| (-584 *7))))
+ (-5 *1 (-891 *4 *5 *6 *7)) (-5 *3 (-584 *7)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-1 (-85) *8))) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495))
- (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *2 (-2 (|:| |goodPols| (-583 *8)) (|:| |badPols| (-583 *8))))
- (-5 *1 (-890 *5 *6 *7 *8)) (-5 *4 (-583 *8)))))
+ (-12 (-5 *3 (-584 (-1 (-85) *8))) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496))
+ (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *2 (-2 (|:| |goodPols| (-584 *8)) (|:| |badPols| (-584 *8))))
+ (-5 *1 (-891 *5 *6 *7 *8)) (-5 *4 (-584 *8)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-1 (-85) *8))) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495))
- (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *2 (-2 (|:| |goodPols| (-583 *8)) (|:| |badPols| (-583 *8))))
- (-5 *1 (-890 *5 *6 *7 *8)) (-5 *4 (-583 *8)))))
+ (-12 (-5 *3 (-584 (-1 (-85) *8))) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496))
+ (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *2 (-2 (|:| |goodPols| (-584 *8)) (|:| |badPols| (-584 *8))))
+ (-5 *1 (-891 *5 *6 *7 *8)) (-5 *4 (-584 *8)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-85) *8)) (-4 *8 (-977 *5 *6 *7)) (-4 *5 (-495))
- (-4 *6 (-717)) (-4 *7 (-756))
- (-5 *2 (-2 (|:| |goodPols| (-583 *8)) (|:| |badPols| (-583 *8))))
- (-5 *1 (-890 *5 *6 *7 *8)) (-5 *4 (-583 *8)))))
+ (-12 (-5 *3 (-1 (-85) *8)) (-4 *8 (-978 *5 *6 *7)) (-4 *5 (-496))
+ (-4 *6 (-718)) (-4 *7 (-757))
+ (-5 *2 (-2 (|:| |goodPols| (-584 *8)) (|:| |badPols| (-584 *8))))
+ (-5 *1 (-891 *5 *6 *7 *8)) (-5 *4 (-584 *8)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-890 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-891 *4 *5 *6 *7)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-583 *8))) (-5 *3 (-583 *8)) (-4 *8 (-977 *5 *6 *7))
- (-4 *5 (-495)) (-4 *6 (-717)) (-4 *7 (-756)) (-5 *2 (-85))
- (-5 *1 (-890 *5 *6 *7 *8)))))
+ (-12 (-5 *4 (-584 (-584 *8))) (-5 *3 (-584 *8)) (-4 *8 (-978 *5 *6 *7))
+ (-4 *5 (-496)) (-4 *6 (-718)) (-4 *7 (-757)) (-5 *2 (-85))
+ (-5 *1 (-891 *5 *6 *7 *8)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-85)) (-5 *1 (-890 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-85)) (-5 *1 (-891 *4 *5 *6 *7)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 *3))
- (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 *3))
+ (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-583 *3)) (-4 *3 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *1 (-890 *4 *5 *6 *3))))
+ (-12 (-5 *2 (-584 *3)) (-4 *3 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *1 (-891 *4 *5 *6 *3))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6))))
((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 (-583 *7) (-583 *7))) (-5 *2 (-583 *7))
- (-4 *7 (-977 *4 *5 *6)) (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756))
- (-5 *1 (-890 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-1 (-584 *7) (-584 *7))) (-5 *2 (-584 *7))
+ (-4 *7 (-978 *4 *5 *6)) (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-5 *1 (-891 *4 *5 *6 *7)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-583 *3))
- (-5 *1 (-890 *4 *5 *6 *3)) (-4 *3 (-977 *4 *5 *6)))))
+ (-12 (-4 *4 (-496)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-584 *3))
+ (-5 *1 (-891 *4 *5 *6 *3)) (-4 *3 (-978 *4 *5 *6)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-890 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-891 *3 *4 *5 *6)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-583 *5)))))
+ (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-584 *5)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-889 *4 *5 *3 *6)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756))
- (-4 *6 (-977 *4 *5 *3)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-890 *4 *5 *3 *6)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757))
+ (-4 *6 (-978 *4 *5 *3)) (-5 *2 (-85)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-889 *3 *4 *2 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))
- (-4 *5 (-977 *3 *4 *2)))))
+ (-12 (-4 *1 (-890 *3 *4 *2 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))
+ (-4 *5 (-978 *3 *4 *2)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-889 *3 *4 *2 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))
- (-4 *5 (-977 *3 *4 *2)))))
+ (-12 (-4 *1 (-890 *3 *4 *2 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))
+ (-4 *5 (-978 *3 *4 *2)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-889 *3 *4 *2 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))
- (-4 *5 (-977 *3 *4 *2)))))
-(((*1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1129)) (-4 *2 (-756))))
+ (-12 (-4 *1 (-890 *3 *4 *2 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))
+ (-4 *5 (-978 *3 *4 *2)))))
+(((*1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1130)) (-4 *2 (-757))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1129))))
- ((*1 *2 *2) (-12 (-5 *2 (-583 (-813 *3))) (-5 *1 (-813 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *2) (-12 (-5 *2 (-584 (-814 *3))) (-5 *1 (-814 *3)) (-4 *3 (-1014))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756)) (-4 *6 (-977 *4 *5 *3))
- (-5 *2 (-2 (|:| |under| *1) (|:| -3131 *1) (|:| |upper| *1)))
- (-4 *1 (-889 *4 *5 *3 *6)))))
+ (-12 (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757)) (-4 *6 (-978 *4 *5 *3))
+ (-5 *2 (-2 (|:| |under| *1) (|:| -3132 *1) (|:| |upper| *1)))
+ (-4 *1 (-890 *4 *5 *3 *6)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-5 *2 (-85)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-5 *2 (-85)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-5 *2 (-85)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-889 *4 *5 *6 *3)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-4 *4 (-495))
+ (-12 (-4 *1 (-890 *4 *5 *6 *3)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-4 *4 (-496))
(-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-889 *4 *5 *6 *3)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *3 (-977 *4 *5 *6)) (-4 *4 (-495))
+ (-12 (-4 *1 (-890 *4 *5 *6 *3)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *3 (-978 *4 *5 *6)) (-4 *4 (-496))
(-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
(((*1 *2 *2 *1)
- (-12 (-5 *2 (-583 *6)) (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961))
- (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)))))
(((*1 *2 *2 *1)
- (-12 (-5 *2 (-583 *6)) (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961))
- (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-889 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-977 *3 *4 *5)) (-4 *3 (-495)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-866)) (-5 *2 (-583 (-583 (-854 (-179)))))))
- ((*1 *2 *1) (-12 (-4 *1 (-887)) (-5 *2 (-583 (-583 (-854 (-179))))))))
-(((*1 *2 *1) (-12 (-4 *1 (-866)) (-5 *2 (-1001 (-179)))))
- ((*1 *2 *1) (-12 (-4 *1 (-887)) (-5 *2 (-1001 (-179))))))
-(((*1 *2 *1) (-12 (-4 *1 (-866)) (-5 *2 (-1001 (-179)))))
- ((*1 *2 *1) (-12 (-4 *1 (-887)) (-5 *2 (-1001 (-179))))))
-(((*1 *2 *1) (-12 (-4 *1 (-887)) (-5 *2 (-1001 (-179))))))
-(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716))))
- ((*1 *2 *1) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-961)) (-4 *2 (-1013))))
- ((*1 *2 *1)
- (-12 (-14 *3 (-583 (-1090))) (-4 *4 (-146)) (-4 *6 (-196 (-3958 *3) (-694)))
+ (-12 (-5 *2 (-584 *6)) (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-890 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-978 *3 *4 *5)) (-4 *3 (-496)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-867)) (-5 *2 (-584 (-584 (-855 (-179)))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-888)) (-5 *2 (-584 (-584 (-855 (-179))))))))
+(((*1 *2 *1) (-12 (-4 *1 (-867)) (-5 *2 (-1002 (-179)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-888)) (-5 *2 (-1002 (-179))))))
+(((*1 *2 *1) (-12 (-4 *1 (-867)) (-5 *2 (-1002 (-179)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-888)) (-5 *2 (-1002 (-179))))))
+(((*1 *2 *1) (-12 (-4 *1 (-888)) (-5 *2 (-1002 (-179))))))
+(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717))))
+ ((*1 *2 *1) (-12 (-4 *1 (-335 *3 *2)) (-4 *3 (-962)) (-4 *2 (-1014))))
+ ((*1 *2 *1)
+ (-12 (-14 *3 (-584 (-1091))) (-4 *4 (-146)) (-4 *6 (-196 (-3959 *3) (-695)))
(-14 *7
- (-1 (-85) (-2 (|:| -2400 *5) (|:| -2401 *6))
- (-2 (|:| -2400 *5) (|:| -2401 *6))))
- (-5 *2 (-650 *5 *6 *7)) (-5 *1 (-401 *3 *4 *5 *6 *7 *8)) (-4 *5 (-756))
- (-4 *8 (-861 *4 *6 (-773 *3)))))
+ (-1 (-85) (-2 (|:| -2401 *5) (|:| -2402 *6))
+ (-2 (|:| -2401 *5) (|:| -2402 *6))))
+ (-5 *2 (-651 *5 *6 *7)) (-5 *1 (-401 *3 *4 *5 *6 *7 *8)) (-4 *5 (-757))
+ (-4 *8 (-862 *4 *6 (-774 *3)))))
((*1 *2 *1)
- (-12 (-4 *2 (-663)) (-4 *2 (-756)) (-5 *1 (-674 *3 *2)) (-4 *3 (-961))))
+ (-12 (-4 *2 (-664)) (-4 *2 (-757)) (-5 *1 (-675 *3 *2)) (-4 *3 (-962))))
((*1 *1 *1)
- (-12 (-4 *1 (-886 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-716)) (-4 *4 (-756)))))
-(((*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716))))
+ (-12 (-4 *1 (-887 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-717)) (-4 *4 (-757)))))
+(((*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717))))
((*1 *1 *2 *3)
- (-12 (-5 *3 (-583 (-830))) (-5 *1 (-125 *4 *2 *5)) (-14 *4 (-830))
- (-4 *2 (-312)) (-14 *5 (-906 *4 *2))))
+ (-12 (-5 *3 (-584 (-831))) (-5 *1 (-125 *4 *2 *5)) (-14 *4 (-831))
+ (-4 *2 (-312)) (-14 *5 (-907 *4 *2))))
((*1 *1 *2 *3)
- (-12 (-5 *3 (-650 *5 *6 *7)) (-4 *5 (-756)) (-4 *6 (-196 (-3958 *4) (-694)))
+ (-12 (-5 *3 (-651 *5 *6 *7)) (-4 *5 (-757)) (-4 *6 (-196 (-3959 *4) (-695)))
(-14 *7
- (-1 (-85) (-2 (|:| -2400 *5) (|:| -2401 *6))
- (-2 (|:| -2400 *5) (|:| -2401 *6))))
- (-14 *4 (-583 (-1090))) (-4 *2 (-146)) (-5 *1 (-401 *4 *2 *5 *6 *7 *8))
- (-4 *8 (-861 *2 *6 (-773 *4)))))
- ((*1 *1 *2 *3) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-72)) (-4 *3 (-759))))
+ (-1 (-85) (-2 (|:| -2401 *5) (|:| -2402 *6))
+ (-2 (|:| -2401 *5) (|:| -2402 *6))))
+ (-14 *4 (-584 (-1091))) (-4 *2 (-146)) (-5 *1 (-401 *4 *2 *5 *6 *7 *8))
+ (-4 *8 (-862 *2 *6 (-774 *4)))))
+ ((*1 *1 *2 *3) (-12 (-4 *1 (-450 *2 *3)) (-4 *2 (-72)) (-4 *3 (-760))))
((*1 *1 *2 *3)
- (-12 (-5 *3 (-484)) (-4 *2 (-495)) (-5 *1 (-562 *2 *4)) (-4 *4 (-1155 *2))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-645 *2)) (-4 *2 (-961))))
- ((*1 *1 *2 *3) (-12 (-5 *1 (-674 *2 *3)) (-4 *2 (-961)) (-4 *3 (-663))))
+ (-12 (-5 *3 (-485)) (-4 *2 (-496)) (-5 *1 (-563 *2 *4)) (-4 *4 (-1156 *2))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-646 *2)) (-4 *2 (-962))))
+ ((*1 *1 *2 *3) (-12 (-5 *1 (-675 *2 *3)) (-4 *2 (-962)) (-4 *3 (-664))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 *5)) (-5 *3 (-583 (-694))) (-4 *1 (-679 *4 *5))
- (-4 *4 (-961)) (-4 *5 (-756))))
+ (-12 (-5 *2 (-584 *5)) (-5 *3 (-584 (-695))) (-4 *1 (-680 *4 *5))
+ (-4 *4 (-962)) (-4 *5 (-757))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-679 *4 *2)) (-4 *4 (-961)) (-4 *2 (-756))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-761 *2)) (-4 *2 (-961))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-680 *4 *2)) (-4 *4 (-962)) (-4 *2 (-757))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-762 *2)) (-4 *2 (-962))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 *6)) (-5 *3 (-583 (-694))) (-4 *1 (-861 *4 *5 *6))
- (-4 *4 (-961)) (-4 *5 (-717)) (-4 *6 (-756))))
+ (-12 (-5 *2 (-584 *6)) (-5 *3 (-584 (-695))) (-4 *1 (-862 *4 *5 *6))
+ (-4 *4 (-962)) (-4 *5 (-718)) (-4 *6 (-757))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *1 (-861 *4 *5 *2)) (-4 *4 (-961)) (-4 *5 (-717))
- (-4 *2 (-756))))
+ (-12 (-5 *3 (-695)) (-4 *1 (-862 *4 *5 *2)) (-4 *4 (-962)) (-4 *5 (-718))
+ (-4 *2 (-757))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 *6)) (-5 *3 (-583 *5)) (-4 *1 (-886 *4 *5 *6))
- (-4 *4 (-961)) (-4 *5 (-716)) (-4 *6 (-756))))
+ (-12 (-5 *2 (-584 *6)) (-5 *3 (-584 *5)) (-4 *1 (-887 *4 *5 *6))
+ (-4 *4 (-962)) (-4 *5 (-717)) (-4 *6 (-757))))
((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-886 *4 *3 *2)) (-4 *4 (-961)) (-4 *3 (-716)) (-4 *2 (-756)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-531 *3)) (-4 *3 (-961))))
+ (-12 (-4 *1 (-887 *4 *3 *2)) (-4 *4 (-962)) (-4 *3 (-717)) (-4 *2 (-757)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-532 *3)) (-4 *3 (-962))))
((*1 *2 *1)
- (-12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-716)) (-4 *5 (-756))
+ (-12 (-4 *1 (-887 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-717)) (-4 *5 (-757))
(-5 *2 (-85)))))
(((*1 *1 *1) (-12 (-5 *1 (-148 *2)) (-4 *2 (-258))))
- ((*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164))))
- ((*1 *1 *1) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1) (-4 *1 (-779 *2)))
+ ((*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164))))
+ ((*1 *1 *1) (-12 (-4 *1 (-617 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1) (-4 *1 (-780 *2)))
((*1 *1 *1)
- (-12 (-4 *1 (-886 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-716)) (-4 *4 (-756)))))
-(((*1 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-884)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-830))) (-5 *1 (-884)))))
-(((*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1069 (-884))) (-5 *1 (-884)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-782 (-830) (-830)))) (-5 *1 (-884)))))
-(((*1 *2 *1) (-12 (-5 *2 (-830)) (-5 *1 (-884)))))
+ (-12 (-4 *1 (-887 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-717)) (-4 *4 (-757)))))
+(((*1 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-885)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-831))) (-5 *1 (-885)))))
+(((*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1070 (-885))) (-5 *1 (-885)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-783 (-831) (-831)))) (-5 *1 (-885)))))
+(((*1 *2 *1) (-12 (-5 *2 (-831)) (-5 *1 (-885)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3757 *4)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3758 *4)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3757 *4)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
-(((*1 *2 *3 *3) (-12 (-4 *2 (-495)) (-5 *1 (-882 *2 *3)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *4 (-496))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3758 *4)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
+(((*1 *2 *3 *3) (-12 (-4 *2 (-496)) (-5 *1 (-883 *2 *3)) (-4 *3 (-1156 *2)))))
(((*1 *2 *2 *2 *2 *3)
- (-12 (-4 *3 (-495)) (-5 *1 (-882 *3 *2)) (-4 *2 (-1155 *3)))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-883 *3 *2)) (-4 *2 (-1156 *3)))))
(((*1 *2 *2 *3 *3 *4)
- (-12 (-5 *4 (-694)) (-4 *3 (-495)) (-5 *1 (-882 *3 *2)) (-4 *2 (-1155 *3)))))
+ (-12 (-5 *4 (-695)) (-4 *3 (-496)) (-5 *1 (-883 *3 *2)) (-4 *2 (-1156 *3)))))
(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *2 (-495)) (-5 *1 (-882 *2 *4)) (-4 *4 (-1155 *2)))))
+ (-12 (-5 *3 (-695)) (-4 *2 (-496)) (-5 *1 (-883 *2 *4)) (-4 *4 (-1156 *2)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1))) (-4 *1 (-258))))
+ (-12 (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1))) (-4 *1 (-258))))
((*1 *2 *1 *1)
- (|partial| -12 (-4 *3 (-1013)) (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1)))
+ (|partial| -12 (-4 *3 (-1014)) (-5 *2 (-2 (|:| |lm| *1) (|:| |rm| *1)))
(-4 *1 (-336 *3))))
((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -1972 (-694)) (|:| -2903 (-694)))) (-5 *1 (-694))))
+ (-12 (-5 *2 (-2 (|:| -1973 (-695)) (|:| -2904 (-695)))) (-5 *1 (-695))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *4 (-495))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| -2877 *4))) (-5 *1 (-882 *4 *3))
- (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-392)) (-4 *4 (-496))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| -2878 *4))) (-5 *1 (-883 *4 *3))
+ (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *4 (-495))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2877 *4)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-392)) (-4 *4 (-496))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2878 *4)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *2 (-495)) (-4 *2 (-392)) (-5 *1 (-882 *2 *3)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *2 (-496)) (-4 *2 (-392)) (-5 *1 (-883 *2 *3)) (-4 *3 (-1156 *2)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-583 (-694))) (-5 *1 (-882 *4 *3))
- (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-584 (-695))) (-5 *1 (-883 *4 *3))
+ (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-583 *3)) (-5 *1 (-882 *4 *3))
- (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-584 *3)) (-5 *1 (-883 *4 *3))
+ (-4 *3 (-1156 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3758 *4)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3759 *4)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3758 *4)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3759 *4)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3145 *3)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3146 *3)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3145 *3)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3146 *3)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3145 *3)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3146 *3)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495))
+ (-12 (-4 *4 (-496))
(-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-694)) (-4 *5 (-495))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-882 *5 *3))
- (-4 *3 (-1155 *5)))))
+ (-12 (-5 *4 (-695)) (-4 *5 (-496))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-883 *5 *3))
+ (-4 *3 (-1156 *5)))))
(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-694)) (-4 *5 (-495))
+ (-12 (-5 *4 (-695)) (-4 *5 (-496))
(-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-882 *5 *3)) (-4 *3 (-1155 *5)))))
+ (-5 *1 (-883 *5 *3)) (-4 *3 (-1156 *5)))))
(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *4 (-495)) (-5 *1 (-882 *4 *2)) (-4 *2 (-1155 *4)))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-496)) (-5 *1 (-883 *4 *2)) (-4 *2 (-1156 *4)))))
(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-694)) (-4 *5 (-495))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-882 *5 *3))
- (-4 *3 (-1155 *5)))))
+ (-12 (-5 *4 (-695)) (-4 *5 (-496))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-883 *5 *3))
+ (-4 *3 (-1156 *5)))))
(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-694)) (-4 *5 (-495))
+ (-12 (-5 *4 (-695)) (-4 *5 (-496))
(-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-882 *5 *3)) (-4 *3 (-1155 *5)))))
+ (-5 *1 (-883 *5 *3)) (-4 *3 (-1156 *5)))))
(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *4 (-495)) (-5 *1 (-882 *4 *2)) (-4 *2 (-1155 *4)))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-496)) (-5 *1 (-883 *4 *2)) (-4 *2 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3757 *4)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3758 *4)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3757 *4)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3758 *4)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-495))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3757 *4)))
- (-5 *1 (-882 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-496))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3758 *4)))
+ (-5 *1 (-883 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *1)
- (-12 (-4 *1 (-347)) (-2561 (|has| *1 (-6 -3987)))
- (-2561 (|has| *1 (-6 -3979)))))
- ((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1013)) (-4 *2 (-756))))
- ((*1 *1) (-4 *1 (-752))) ((*1 *1 *1 *1) (-4 *1 (-759)))
- ((*1 *2 *1) (-12 (-4 *1 (-881 *2)) (-4 *2 (-756)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1129)) (-4 *2 (-756))))
+ (-12 (-4 *1 (-347)) (-2562 (|has| *1 (-6 -3988)))
+ (-2562 (|has| *1 (-6 -3980)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1014)) (-4 *2 (-757))))
+ ((*1 *1) (-4 *1 (-753))) ((*1 *1 *1 *1) (-4 *1 (-760)))
+ ((*1 *2 *1) (-12 (-4 *1 (-882 *2)) (-4 *2 (-757)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1130)) (-4 *2 (-757))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-237 *3)) (-4 *3 (-1129))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-881 *2)) (-4 *2 (-756)))))
-(((*1 *1) (-4 *1 (-880))))
-(((*1 *1) (-4 *1 (-880))))
-(((*1 *1 *1 *1) (-4 *1 (-880))))
-(((*1 *1 *1 *1) (-4 *1 (-880))))
-(((*1 *1 *2) (-12 (-5 *2 (-577 *3)) (-14 *3 (-583 (-1090))) (-5 *1 (-168 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-168 *3)) (-14 *3 (-583 (-1090))) (-5 *1 (-577 *3))))
- ((*1 *2 *2) (-12 (-5 *2 (-877 *3)) (-4 *3 (-1013)) (-5 *1 (-878 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1013)) (-5 *2 (-798 *3 *4)) (-5 *1 (-795 *3 *4 *5))
- (-4 *3 (-1013)) (-4 *5 (-608 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-877 *4)) (-4 *4 (-1013)) (-5 *2 (-1009 *4)) (-5 *1 (-878 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-632 *3)) (-5 *1 (-877 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-632 (-877 *3))) (-5 *1 (-877 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-632 (-782 (-877 *3) (-877 *3)))) (-5 *1 (-877 *3))
- (-4 *3 (-1013)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-632 (-782 (-877 *3) (-877 *3)))) (-5 *1 (-877 *3))
- (-4 *3 (-1013)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-632 (-782 (-877 *3) (-877 *3)))) (-5 *1 (-877 *3))
- (-4 *3 (-1013)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-632 (-782 (-877 *3) (-877 *3)))) (-5 *1 (-877 *3))
- (-4 *3 (-1013)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-877 *2)) (-4 *2 (-1013)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-877 *2)) (-4 *2 (-1013)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-446)) (-5 *2 (-632 (-696))) (-5 *1 (-86))))
- ((*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1073)) (-5 *2 (-696)) (-5 *1 (-86))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-1015)) (-5 *1 (-876)))))
-(((*1 *1 *2 *3) (-12 (-5 *1 (-875 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-4 *2 (-1013)) (-5 *1 (-875 *2 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-4 *2 (-1013)) (-5 *1 (-875 *3 *2)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-772))))
- ((*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1185)) (-5 *1 (-874)))))
-(((*1 *2 *3 *3) (-12 (-5 *2 (-583 *3)) (-5 *1 (-873 *3)) (-4 *3 (-483)))))
-(((*1 *2 *2) (-12 (-5 *1 (-873 *2)) (-4 *2 (-483)))))
-(((*1 *2 *2) (-12 (-5 *1 (-873 *2)) (-4 *2 (-483)))))
+ (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-237 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-882 *2)) (-4 *2 (-757)))))
+(((*1 *1) (-4 *1 (-881))))
+(((*1 *1) (-4 *1 (-881))))
+(((*1 *1 *1 *1) (-4 *1 (-881))))
+(((*1 *1 *1 *1) (-4 *1 (-881))))
+(((*1 *1 *2) (-12 (-5 *2 (-578 *3)) (-14 *3 (-584 (-1091))) (-5 *1 (-168 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-168 *3)) (-14 *3 (-584 (-1091))) (-5 *1 (-578 *3))))
+ ((*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-1014)) (-5 *1 (-879 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1014)) (-5 *2 (-799 *3 *4)) (-5 *1 (-796 *3 *4 *5))
+ (-4 *3 (-1014)) (-4 *5 (-609 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-878 *4)) (-4 *4 (-1014)) (-5 *2 (-1010 *4)) (-5 *1 (-879 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-633 *3)) (-5 *1 (-878 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-633 (-878 *3))) (-5 *1 (-878 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-633 (-783 (-878 *3) (-878 *3)))) (-5 *1 (-878 *3))
+ (-4 *3 (-1014)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-633 (-783 (-878 *3) (-878 *3)))) (-5 *1 (-878 *3))
+ (-4 *3 (-1014)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-633 (-783 (-878 *3) (-878 *3)))) (-5 *1 (-878 *3))
+ (-4 *3 (-1014)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-633 (-783 (-878 *3) (-878 *3)))) (-5 *1 (-878 *3))
+ (-4 *3 (-1014)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-878 *2)) (-4 *2 (-1014)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-878 *2)) (-4 *2 (-1014)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-447)) (-5 *2 (-633 (-697))) (-5 *1 (-86))))
+ ((*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1074)) (-5 *2 (-697)) (-5 *1 (-86))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-1016)) (-5 *1 (-877)))))
+(((*1 *1 *2 *3) (-12 (-5 *1 (-876 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-4 *2 (-1014)) (-5 *1 (-876 *2 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-4 *2 (-1014)) (-5 *1 (-876 *3 *2)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-773))))
+ ((*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1186)) (-5 *1 (-875)))))
+(((*1 *2 *3 *3) (-12 (-5 *2 (-584 *3)) (-5 *1 (-874 *3)) (-4 *3 (-484)))))
+(((*1 *2 *2) (-12 (-5 *1 (-874 *2)) (-4 *2 (-484)))))
+(((*1 *2 *2) (-12 (-5 *1 (-874 *2)) (-4 *2 (-484)))))
(((*1 *1) (-4 *1 (-299)))
((*1 *2 *3)
- (-12 (-5 *3 (-583 *5)) (-4 *5 (-364 *4)) (-4 *4 (-13 (-495) (-120)))
+ (-12 (-5 *3 (-584 *5)) (-4 *5 (-364 *4)) (-4 *4 (-13 (-496) (-120)))
(-5 *2
- (-2 (|:| |primelt| *5) (|:| |poly| (-583 (-1085 *5)))
- (|:| |prim| (-1085 *5))))
+ (-2 (|:| |primelt| *5) (|:| |poly| (-584 (-1086 *5)))
+ (|:| |prim| (-1086 *5))))
(-5 *1 (-375 *4 *5))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-495) (-120)))
+ (-12 (-4 *4 (-13 (-496) (-120)))
(-5 *2
- (-2 (|:| |primelt| *3) (|:| |pol1| (-1085 *3)) (|:| |pol2| (-1085 *3))
- (|:| |prim| (-1085 *3))))
+ (-2 (|:| |primelt| *3) (|:| |pol1| (-1086 *3)) (|:| |pol2| (-1086 *3))
+ (|:| |prim| (-1086 *3))))
(-5 *1 (-375 *4 *3)) (-4 *3 (-27)) (-4 *3 (-364 *4))))
((*1 *2 *3 *4 *3 *4)
- (-12 (-5 *3 (-857 *5)) (-5 *4 (-1090)) (-4 *5 (-13 (-312) (-120)))
+ (-12 (-5 *3 (-858 *5)) (-5 *4 (-1091)) (-4 *5 (-13 (-312) (-120)))
(-5 *2
- (-2 (|:| |coef1| (-484)) (|:| |coef2| (-484)) (|:| |prim| (-1085 *5))))
- (-5 *1 (-872 *5))))
+ (-2 (|:| |coef1| (-485)) (|:| |coef2| (-485)) (|:| |prim| (-1086 *5))))
+ (-5 *1 (-873 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-583 (-1090)))
+ (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-584 (-1091)))
(-4 *5 (-13 (-312) (-120)))
(-5 *2
- (-2 (|:| -3955 (-583 (-484))) (|:| |poly| (-583 (-1085 *5)))
- (|:| |prim| (-1085 *5))))
- (-5 *1 (-872 *5))))
+ (-2 (|:| -3956 (-584 (-485))) (|:| |poly| (-584 (-1086 *5)))
+ (|:| |prim| (-1086 *5))))
+ (-5 *1 (-873 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-583 (-857 *6))) (-5 *4 (-583 (-1090))) (-5 *5 (-1090))
+ (-12 (-5 *3 (-584 (-858 *6))) (-5 *4 (-584 (-1091))) (-5 *5 (-1091))
(-4 *6 (-13 (-312) (-120)))
(-5 *2
- (-2 (|:| -3955 (-583 (-484))) (|:| |poly| (-583 (-1085 *6)))
- (|:| |prim| (-1085 *6))))
- (-5 *1 (-872 *6)))))
+ (-2 (|:| -3956 (-584 (-485))) (|:| |poly| (-584 (-1086 *6)))
+ (|:| |prim| (-1086 *6))))
+ (-5 *1 (-873 *6)))))
(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1090)) (-5 *1 (-519 *2)) (-4 *2 (-950 *3)) (-4 *2 (-312))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-519 *2)) (-4 *2 (-312))))
+ (-12 (-5 *3 (-1091)) (-5 *1 (-520 *2)) (-4 *2 (-951 *3)) (-4 *2 (-312))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-520 *2)) (-4 *2 (-312))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *1 (-568 *4 *2))
- (-4 *2 (-13 (-364 *4) (-915) (-1115)))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *1 (-569 *4 *2))
+ (-4 *2 (-13 (-364 *4) (-916) (-1116)))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1004 *2)) (-4 *2 (-13 (-364 *4) (-915) (-1115))) (-4 *4 (-495))
- (-5 *1 (-568 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-871)) (-5 *2 (-1090))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1004 *1)) (-4 *1 (-871)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-830)) (-4 *5 (-495)) (-5 *2 (-630 *5))
- (-5 *1 (-868 *5 *3)) (-4 *3 (-600 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1033)) (-5 *1 (-865)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-495)) (-4 *3 (-861 *7 *5 *6))
- (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *3) (|:| |radicand| (-583 *3))))
- (-5 *1 (-864 *5 *6 *7 *3 *8)) (-5 *4 (-694))
+ (-12 (-5 *3 (-1005 *2)) (-4 *2 (-13 (-364 *4) (-916) (-1116))) (-4 *4 (-496))
+ (-5 *1 (-569 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-872)) (-5 *2 (-1091))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1005 *1)) (-4 *1 (-872)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-831)) (-4 *5 (-496)) (-5 *2 (-631 *5))
+ (-5 *1 (-869 *5 *3)) (-4 *3 (-601 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1034)) (-5 *1 (-866)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-496)) (-4 *3 (-862 *7 *5 *6))
+ (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *3) (|:| |radicand| (-584 *3))))
+ (-5 *1 (-865 *5 *6 *7 *3 *8)) (-5 *4 (-695))
(-4 *8
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *3)) (-15 -2999 (*3 $)) (-15 -2998 (*3 $))))))))
+ (-10 -8 (-15 -3948 ($ *3)) (-15 -3000 (*3 $)) (-15 -2999 (*3 $))))))))
(((*1 *2 *3 *4)
- (-12 (-4 *7 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-495))
- (-4 *8 (-861 *7 *5 *6))
- (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *3) (|:| |radicand| *3)))
- (-5 *1 (-864 *5 *6 *7 *8 *3)) (-5 *4 (-694))
+ (-12 (-4 *7 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-496))
+ (-4 *8 (-862 *7 *5 *6))
+ (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *3) (|:| |radicand| *3)))
+ (-5 *1 (-865 *5 *6 *7 *8 *3)) (-5 *4 (-695))
(-4 *3
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *8)) (-15 -2999 (*8 $)) (-15 -2998 (*8 $))))))))
+ (-10 -8 (-15 -3948 ($ *8)) (-15 -3000 (*8 $)) (-15 -2999 (*8 $))))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-484))) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-495))
- (-4 *8 (-861 *7 *5 *6))
- (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *9) (|:| |radicand| *9)))
- (-5 *1 (-864 *5 *6 *7 *8 *9)) (-5 *4 (-694))
+ (-12 (-5 *3 (-350 (-485))) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-496))
+ (-4 *8 (-862 *7 *5 *6))
+ (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *9) (|:| |radicand| *9)))
+ (-5 *1 (-865 *5 *6 *7 *8 *9)) (-5 *4 (-695))
(-4 *9
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *8)) (-15 -2999 (*8 $)) (-15 -2998 (*8 $))))))))
+ (-10 -8 (-15 -3948 ($ *8)) (-15 -3000 (*8 $)) (-15 -2999 (*8 $))))))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-717)) (-4 *6 (-756)) (-4 *3 (-495)) (-4 *7 (-861 *3 *5 *6))
- (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *8) (|:| |radicand| *8)))
- (-5 *1 (-864 *5 *6 *3 *7 *8)) (-5 *4 (-694))
+ (-12 (-4 *5 (-718)) (-4 *6 (-757)) (-4 *3 (-496)) (-4 *7 (-862 *3 *5 *6))
+ (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *8) (|:| |radicand| *8)))
+ (-5 *1 (-865 *5 *6 *3 *7 *8)) (-5 *4 (-695))
(-4 *8
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))))
+ (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-961)) (-4 *3 (-1013))
- (-5 *2 (-2 (|:| |val| *1) (|:| -2401 (-484)))) (-4 *1 (-364 *3))))
+ (|partial| -12 (-4 *3 (-962)) (-4 *3 (-1014))
+ (-5 *2 (-2 (|:| |val| *1) (|:| -2402 (-485)))) (-4 *1 (-364 *3))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |val| (-800 *3)) (|:| -2401 (-800 *3))))
- (-5 *1 (-800 *3)) (-4 *3 (-1013))))
+ (|partial| -12 (-5 *2 (-2 (|:| |val| (-801 *3)) (|:| -2402 (-801 *3))))
+ (-5 *1 (-801 *3)) (-4 *3 (-1014))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961))
- (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -2401 (-484))))
- (-5 *1 (-862 *4 *5 *6 *7 *3))
+ (|partial| -12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962))
+ (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -2402 (-485))))
+ (-5 *1 (-863 *4 *5 *6 *7 *3))
(-4 *3
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))))
+ (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))))
(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1090)) (-4 *4 (-961)) (-4 *4 (-1013))
- (-5 *2 (-2 (|:| |var| (-550 *1)) (|:| -2401 (-484)))) (-4 *1 (-364 *4))))
+ (|partial| -12 (-5 *3 (-1091)) (-4 *4 (-962)) (-4 *4 (-1014))
+ (-5 *2 (-2 (|:| |var| (-551 *1)) (|:| -2402 (-485)))) (-4 *1 (-364 *4))))
((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-86)) (-4 *4 (-961)) (-4 *4 (-1013))
- (-5 *2 (-2 (|:| |var| (-550 *1)) (|:| -2401 (-484)))) (-4 *1 (-364 *4))))
+ (|partial| -12 (-5 *3 (-86)) (-4 *4 (-962)) (-4 *4 (-1014))
+ (-5 *2 (-2 (|:| |var| (-551 *1)) (|:| -2402 (-485)))) (-4 *1 (-364 *4))))
((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1025)) (-4 *3 (-1013))
- (-5 *2 (-2 (|:| |var| (-550 *1)) (|:| -2401 (-484)))) (-4 *1 (-364 *3))))
+ (|partial| -12 (-4 *3 (-1026)) (-4 *3 (-1014))
+ (-5 *2 (-2 (|:| |var| (-551 *1)) (|:| -2402 (-485)))) (-4 *1 (-364 *3))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |val| (-800 *3)) (|:| -2401 (-694))))
- (-5 *1 (-800 *3)) (-4 *3 (-1013))))
+ (|partial| -12 (-5 *2 (-2 (|:| |val| (-801 *3)) (|:| -2402 (-695))))
+ (-5 *1 (-801 *3)) (-4 *3 (-1014))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-861 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *2 (-2 (|:| |var| *5) (|:| -2401 (-694))))))
+ (|partial| -12 (-4 *1 (-862 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *2 (-2 (|:| |var| *5) (|:| -2402 (-695))))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961))
- (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -2401 (-484))))
- (-5 *1 (-862 *4 *5 *6 *7 *3))
+ (|partial| -12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962))
+ (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -2402 (-485))))
+ (-5 *1 (-863 *4 *5 *6 *7 *3))
(-4 *3
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))))
+ (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1025)) (-4 *3 (-1013)) (-5 *2 (-583 *1))
+ (|partial| -12 (-4 *3 (-1026)) (-4 *3 (-1014)) (-5 *2 (-584 *1))
(-4 *1 (-364 *3))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013))))
+ (|partial| -12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014))))
((*1 *2 *1)
- (|partial| -12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1))
- (-4 *1 (-861 *3 *4 *5))))
+ (|partial| -12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1))
+ (-4 *1 (-862 *3 *4 *5))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961))
- (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-583 *3)) (-5 *1 (-862 *4 *5 *6 *7 *3))
+ (|partial| -12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962))
+ (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-584 *3)) (-5 *1 (-863 *4 *5 *6 *7 *3))
(-4 *3
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))))
+ (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1013)) (-5 *2 (-583 *1))
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1014)) (-5 *2 (-584 *1))
(-4 *1 (-364 *3))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013))))
+ (|partial| -12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014))))
((*1 *2 *1)
- (|partial| -12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1))
- (-4 *1 (-861 *3 *4 *5))))
+ (|partial| -12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1))
+ (-4 *1 (-862 *3 *4 *5))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-961))
- (-4 *7 (-861 *6 *4 *5)) (-5 *2 (-583 *3)) (-5 *1 (-862 *4 *5 *6 *7 *3))
+ (|partial| -12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-962))
+ (-4 *7 (-862 *6 *4 *5)) (-5 *2 (-584 *3)) (-5 *1 (-863 *4 *5 *6 *7 *3))
(-4 *3
(-13 (-312)
- (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))))
+ (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))))
(((*1 *2 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-1013)) (-5 *2 (-583 *1)) (-4 *1 (-335 *3 *4))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-1014)) (-5 *2 (-584 *1)) (-4 *1 (-335 *3 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-583 (-674 *3 *4))) (-5 *1 (-674 *3 *4)) (-4 *3 (-961))
- (-4 *4 (-663))))
+ (-12 (-5 *2 (-584 (-675 *3 *4))) (-5 *1 (-675 *3 *4)) (-4 *3 (-962))
+ (-4 *4 (-664))))
((*1 *2 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1))
- (-4 *1 (-861 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-277 *3 *2)) (-4 *3 (-961)) (-4 *2 (-716))))
- ((*1 *2 *1) (-12 (-4 *1 (-645 *3)) (-4 *3 (-961)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-4 *1 (-761 *3)) (-4 *3 (-961)) (-5 *2 (-694))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1))
+ (-4 *1 (-862 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-277 *3 *2)) (-4 *3 (-962)) (-4 *2 (-717))))
+ ((*1 *2 *1) (-12 (-4 *1 (-646 *3)) (-4 *3 (-962)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-4 *1 (-762 *3)) (-4 *3 (-962)) (-5 *2 (-695))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 *6)) (-4 *1 (-861 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-583 (-694)))))
+ (-12 (-5 *3 (-584 *6)) (-4 *1 (-862 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-584 (-695)))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-861 *4 *5 *3)) (-4 *4 (-961)) (-4 *5 (-717)) (-4 *3 (-756))
- (-5 *2 (-694)))))
+ (-12 (-4 *1 (-862 *4 *5 *3)) (-4 *4 (-962)) (-4 *5 (-718)) (-4 *3 (-757))
+ (-5 *2 (-695)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 *6)) (-4 *1 (-861 *4 *5 *6)) (-4 *4 (-961)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-694))))
+ (-12 (-5 *3 (-584 *6)) (-4 *1 (-862 *4 *5 *6)) (-4 *4 (-962)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-695))))
((*1 *2 *1)
- (-12 (-4 *1 (-861 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-694)))))
+ (-12 (-4 *1 (-862 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-695)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-961)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *1))
- (-4 *1 (-861 *3 *4 *5)))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *1))
+ (-4 *1 (-862 *3 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-277 *2 *3)) (-4 *3 (-716)) (-4 *2 (-961)) (-4 *2 (-392))))
+ (-12 (-4 *1 (-277 *2 *3)) (-4 *3 (-717)) (-4 *2 (-962)) (-4 *2 (-392))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 *4)) (-4 *4 (-1155 (-484))) (-5 *2 (-583 (-484)))
+ (-12 (-5 *3 (-584 *4)) (-4 *4 (-1156 (-485))) (-5 *2 (-584 (-485)))
(-5 *1 (-426 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-392))))
+ ((*1 *2 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-392))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-861 *3 *4 *2)) (-4 *3 (-961)) (-4 *4 (-717)) (-4 *2 (-756))
+ (-12 (-4 *1 (-862 *3 *4 *2)) (-4 *3 (-962)) (-4 *4 (-718)) (-4 *2 (-757))
(-4 *3 (-392)))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-583 *5)) (-5 *4 (-484)) (-4 *5 (-755)) (-4 *5 (-312))
- (-5 *2 (-694)) (-5 *1 (-856 *5 *6)) (-4 *6 (-1155 *5)))))
+ (-12 (-5 *3 (-584 *5)) (-5 *4 (-485)) (-4 *5 (-756)) (-4 *5 (-312))
+ (-5 *2 (-695)) (-5 *1 (-857 *5 *6)) (-4 *6 (-1156 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *4)) (-4 *4 (-755)) (-4 *4 (-312)) (-5 *2 (-694))
- (-5 *1 (-856 *4 *5)) (-4 *5 (-1155 *4)))))
+ (-12 (-5 *3 (-584 *4)) (-4 *4 (-756)) (-4 *4 (-312)) (-5 *2 (-695))
+ (-5 *1 (-857 *4 *5)) (-4 *5 (-1156 *4)))))
(((*1 *2 *3)
- (-12 (-4 *2 (-312)) (-4 *2 (-755)) (-5 *1 (-856 *2 *3)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *2 (-312)) (-4 *2 (-756)) (-5 *1 (-857 *2 *3)) (-4 *3 (-1156 *2)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-312)) (-5 *2 (-583 *3)) (-5 *1 (-856 *4 *3))
- (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-312)) (-5 *2 (-584 *3)) (-5 *1 (-857 *4 *3))
+ (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-312)) (-5 *2 (-583 *3)) (-5 *1 (-856 *4 *3))
- (-4 *3 (-1155 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-857 *5)) (-4 *5 (-961)) (-5 *2 (-206 *4 *5))
- (-5 *1 (-855 *4 *5)) (-14 *4 (-583 (-1090))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-961))
- (-5 *2 (-857 *5)) (-5 *1 (-855 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-421 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-961))
- (-5 *2 (-857 *5)) (-5 *1 (-855 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-857 *5)) (-4 *5 (-961)) (-5 *2 (-421 *4 *5))
- (-5 *1 (-855 *4 *5)) (-14 *4 (-583 (-1090))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-421 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-961))
- (-5 *2 (-206 *4 *5)) (-5 *1 (-855 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-961))
- (-5 *2 (-421 *4 *5)) (-5 *1 (-855 *4 *5)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499))))
- ((*1 *2 *3) (-12 (-5 *2 (-1085 (-350 (-484)))) (-5 *1 (-853)) (-5 *3 (-484)))))
-(((*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-853)) (-5 *3 (-484)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1085 (-484))) (-5 *2 (-484)) (-5 *1 (-853)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499))))
- ((*1 *2 *3) (-12 (-5 *2 (-1085 (-350 (-484)))) (-5 *1 (-853)) (-5 *3 (-484)))))
-(((*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-165)) (-5 *3 (-484))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-706 *2)) (-4 *2 (-146))))
- ((*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-853)) (-5 *3 (-484)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-146))))
- ((*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-853)) (-5 *3 (-484)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-146))))
- ((*1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *1 (-853)) (-5 *3 (-484)))))
-(((*1 *2 *3) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-499)) (-5 *3 (-484))))
- ((*1 *2 *3) (-12 (-5 *2 (-1085 (-350 (-484)))) (-5 *1 (-853)) (-5 *3 (-484)))))
+ (-12 (-4 *4 (-312)) (-5 *2 (-584 *3)) (-5 *1 (-857 *4 *3))
+ (-4 *3 (-1156 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-858 *5)) (-4 *5 (-962)) (-5 *2 (-206 *4 *5))
+ (-5 *1 (-856 *4 *5)) (-14 *4 (-584 (-1091))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-962))
+ (-5 *2 (-858 *5)) (-5 *1 (-856 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-421 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-962))
+ (-5 *2 (-858 *5)) (-5 *1 (-856 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-858 *5)) (-4 *5 (-962)) (-5 *2 (-421 *4 *5))
+ (-5 *1 (-856 *4 *5)) (-14 *4 (-584 (-1091))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-421 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-962))
+ (-5 *2 (-206 *4 *5)) (-5 *1 (-856 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-962))
+ (-5 *2 (-421 *4 *5)) (-5 *1 (-856 *4 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1086 (-350 (-485)))) (-5 *1 (-854)) (-5 *3 (-485)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-854)) (-5 *3 (-485)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1086 (-485))) (-5 *2 (-485)) (-5 *1 (-854)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1086 (-350 (-485)))) (-5 *1 (-854)) (-5 *3 (-485)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-165)) (-5 *3 (-485))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-707 *2)) (-4 *2 (-146))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-854)) (-5 *3 (-485)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-146))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-854)) (-5 *3 (-485)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-146))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *1 (-854)) (-5 *3 (-485)))))
+(((*1 *2 *3) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-500)) (-5 *3 (-485))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1086 (-350 (-485)))) (-5 *1 (-854)) (-5 *3 (-485)))))
(((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 (-800 *6)))
- (-5 *5 (-1 (-798 *6 *8) *8 (-800 *6) (-798 *6 *8))) (-4 *6 (-1013))
- (-4 *8 (-13 (-961) (-553 (-800 *6)) (-950 *7))) (-5 *2 (-798 *6 *8))
- (-4 *7 (-961)) (-5 *1 (-852 *6 *7 *8)))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 (-801 *6)))
+ (-5 *5 (-1 (-799 *6 *8) *8 (-801 *6) (-799 *6 *8))) (-4 *6 (-1014))
+ (-4 *8 (-13 (-962) (-554 (-801 *6)) (-951 *7))) (-5 *2 (-799 *6 *8))
+ (-4 *7 (-962)) (-5 *1 (-853 *6 *7 *8)))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-798 *5 *3)) (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-4 *3 (-139 *6))
- (-4 (-857 *6) (-796 *5)) (-4 *6 (-13 (-796 *5) (-146)))
+ (-12 (-5 *2 (-799 *5 *3)) (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-4 *3 (-139 *6))
+ (-4 (-858 *6) (-797 *5)) (-4 *6 (-13 (-797 *5) (-146)))
(-5 *1 (-152 *5 *6 *3))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-798 *4 *1)) (-5 *3 (-800 *4)) (-4 *1 (-796 *4))
- (-4 *4 (-1013))))
+ (-12 (-5 *2 (-799 *4 *1)) (-5 *3 (-801 *4)) (-4 *1 (-797 *4))
+ (-4 *4 (-1014))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-798 *5 *6)) (-5 *4 (-800 *5)) (-4 *5 (-1013))
- (-4 *6 (-13 (-1013) (-950 *3))) (-4 *3 (-796 *5)) (-5 *1 (-842 *5 *3 *6))))
+ (-12 (-5 *2 (-799 *5 *6)) (-5 *4 (-801 *5)) (-4 *5 (-1014))
+ (-4 *6 (-13 (-1014) (-951 *3))) (-4 *3 (-797 *5)) (-5 *1 (-843 *5 *3 *6))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-798 *5 *3)) (-4 *5 (-1013))
- (-4 *3 (-13 (-364 *6) (-553 *4) (-796 *5) (-950 (-550 $))))
- (-5 *4 (-800 *5)) (-4 *6 (-13 (-495) (-796 *5))) (-5 *1 (-843 *5 *6 *3))))
+ (-12 (-5 *2 (-799 *5 *3)) (-4 *5 (-1014))
+ (-4 *3 (-13 (-364 *6) (-554 *4) (-797 *5) (-951 (-551 $))))
+ (-5 *4 (-801 *5)) (-4 *6 (-13 (-496) (-797 *5))) (-5 *1 (-844 *5 *6 *3))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-798 (-484) *3)) (-5 *4 (-800 (-484))) (-4 *3 (-483))
- (-5 *1 (-844 *3))))
+ (-12 (-5 *2 (-799 (-485) *3)) (-5 *4 (-801 (-485))) (-4 *3 (-484))
+ (-5 *1 (-845 *3))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-798 *5 *6)) (-5 *3 (-550 *6)) (-4 *5 (-1013))
- (-4 *6 (-13 (-1013) (-950 (-550 $)) (-553 *4) (-796 *5))) (-5 *4 (-800 *5))
- (-5 *1 (-845 *5 *6))))
+ (-12 (-5 *2 (-799 *5 *6)) (-5 *3 (-551 *6)) (-4 *5 (-1014))
+ (-4 *6 (-13 (-1014) (-951 (-551 $)) (-554 *4) (-797 *5))) (-5 *4 (-801 *5))
+ (-5 *1 (-846 *5 *6))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-795 *5 *6 *3)) (-5 *4 (-800 *5)) (-4 *5 (-1013))
- (-4 *6 (-796 *5)) (-4 *3 (-608 *6)) (-5 *1 (-846 *5 *6 *3))))
+ (-12 (-5 *2 (-796 *5 *6 *3)) (-5 *4 (-801 *5)) (-4 *5 (-1014))
+ (-4 *6 (-797 *5)) (-4 *3 (-609 *6)) (-5 *1 (-847 *5 *6 *3))))
((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *5 (-1 (-798 *6 *3) *8 (-800 *6) (-798 *6 *3))) (-4 *8 (-756))
- (-5 *2 (-798 *6 *3)) (-5 *4 (-800 *6)) (-4 *6 (-1013))
- (-4 *3 (-13 (-861 *9 *7 *8) (-553 *4))) (-4 *7 (-717))
- (-4 *9 (-13 (-961) (-796 *6))) (-5 *1 (-847 *6 *7 *8 *9 *3))))
+ (-12 (-5 *5 (-1 (-799 *6 *3) *8 (-801 *6) (-799 *6 *3))) (-4 *8 (-757))
+ (-5 *2 (-799 *6 *3)) (-5 *4 (-801 *6)) (-4 *6 (-1014))
+ (-4 *3 (-13 (-862 *9 *7 *8) (-554 *4))) (-4 *7 (-718))
+ (-4 *9 (-13 (-962) (-797 *6))) (-5 *1 (-848 *6 *7 *8 *9 *3))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-798 *5 *3)) (-4 *5 (-1013))
- (-4 *3 (-13 (-861 *8 *6 *7) (-553 *4))) (-5 *4 (-800 *5)) (-4 *7 (-796 *5))
- (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-13 (-961) (-796 *5)))
- (-5 *1 (-847 *5 *6 *7 *8 *3))))
+ (-12 (-5 *2 (-799 *5 *3)) (-4 *5 (-1014))
+ (-4 *3 (-13 (-862 *8 *6 *7) (-554 *4))) (-5 *4 (-801 *5)) (-4 *7 (-797 *5))
+ (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-13 (-962) (-797 *5)))
+ (-5 *1 (-848 *5 *6 *7 *8 *3))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-798 *5 *3)) (-4 *5 (-1013)) (-4 *3 (-904 *6))
- (-4 *6 (-13 (-495) (-796 *5) (-553 *4))) (-5 *4 (-800 *5))
- (-5 *1 (-850 *5 *6 *3))))
+ (-12 (-5 *2 (-799 *5 *3)) (-4 *5 (-1014)) (-4 *3 (-905 *6))
+ (-4 *6 (-13 (-496) (-797 *5) (-554 *4))) (-5 *4 (-801 *5))
+ (-5 *1 (-851 *5 *6 *3))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-798 *5 (-1090))) (-5 *3 (-1090)) (-5 *4 (-800 *5))
- (-4 *5 (-1013)) (-5 *1 (-851 *5))))
+ (-12 (-5 *2 (-799 *5 (-1091))) (-5 *3 (-1091)) (-5 *4 (-801 *5))
+ (-4 *5 (-1014)) (-5 *1 (-852 *5))))
((*1 *2 *3 *4 *5 *2 *6)
- (-12 (-5 *4 (-583 (-800 *7))) (-5 *5 (-1 *9 (-583 *9)))
- (-5 *6 (-1 (-798 *7 *9) *9 (-800 *7) (-798 *7 *9))) (-4 *7 (-1013))
- (-4 *9 (-13 (-961) (-553 (-800 *7)) (-950 *8))) (-5 *2 (-798 *7 *9))
- (-5 *3 (-583 *9)) (-4 *8 (-961)) (-5 *1 (-852 *7 *8 *9)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-85) *6)) (-4 *6 (-13 (-1013) (-950 *5))) (-4 *5 (-796 *4))
- (-4 *4 (-1013)) (-5 *2 (-1 (-85) *5)) (-5 *1 (-842 *4 *5 *6)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-265 (-484))) (-5 *1 (-840))))
- ((*1 *2 *2) (-12 (-4 *3 (-1013)) (-5 *1 (-841 *3 *2)) (-4 *2 (-364 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1090)) (-5 *2 (-265 (-484))) (-5 *1 (-840))))
- ((*1 *2 *2) (-12 (-4 *3 (-1013)) (-5 *1 (-841 *3 *2)) (-4 *2 (-364 *3)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-446)) (-5 *1 (-86))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1090)) (-5 *4 (-446)) (-5 *2 (-265 (-484))) (-5 *1 (-840))))
+ (-12 (-5 *4 (-584 (-801 *7))) (-5 *5 (-1 *9 (-584 *9)))
+ (-5 *6 (-1 (-799 *7 *9) *9 (-801 *7) (-799 *7 *9))) (-4 *7 (-1014))
+ (-4 *9 (-13 (-962) (-554 (-801 *7)) (-951 *8))) (-5 *2 (-799 *7 *9))
+ (-5 *3 (-584 *9)) (-4 *8 (-962)) (-5 *1 (-853 *7 *8 *9)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 (-85) *6)) (-4 *6 (-13 (-1014) (-951 *5))) (-4 *5 (-797 *4))
+ (-4 *4 (-1014)) (-5 *2 (-1 (-85) *5)) (-5 *1 (-843 *4 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-265 (-485))) (-5 *1 (-841))))
+ ((*1 *2 *2) (-12 (-4 *3 (-1014)) (-5 *1 (-842 *3 *2)) (-4 *2 (-364 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1091)) (-5 *2 (-265 (-485))) (-5 *1 (-841))))
+ ((*1 *2 *2) (-12 (-4 *3 (-1014)) (-5 *1 (-842 *3 *2)) (-4 *2 (-364 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-447)) (-5 *1 (-86))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1091)) (-5 *4 (-447)) (-5 *2 (-265 (-485))) (-5 *1 (-841))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-446)) (-4 *4 (-1013)) (-5 *1 (-841 *4 *2)) (-4 *2 (-364 *4)))))
+ (-12 (-5 *3 (-447)) (-4 *4 (-1014)) (-5 *1 (-842 *4 *2)) (-4 *2 (-364 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *2 (-583 (-1001 (-179))))
- (-5 *1 (-839)))))
+ (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *2 (-584 (-1002 (-179))))
+ (-5 *1 (-840)))))
(((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-854 (-179)) (-179))) (-5 *3 (-1001 (-179)))
- (-5 *1 (-836))))
+ (-12 (-5 *2 (-1 (-855 (-179)) (-179))) (-5 *3 (-1002 (-179)))
+ (-5 *1 (-837))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-854 (-179)) (-179))) (-5 *3 (-1001 (-179)))
- (-5 *1 (-836))))
+ (-12 (-5 *2 (-1 (-855 (-179)) (-179))) (-5 *3 (-1002 (-179)))
+ (-5 *1 (-837))))
((*1 *1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-854 (-179)) (-179))) (-5 *3 (-1001 (-179)))
- (-5 *1 (-838))))
+ (-12 (-5 *2 (-1 (-855 (-179)) (-179))) (-5 *3 (-1002 (-179)))
+ (-5 *1 (-839))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-854 (-179)) (-179))) (-5 *3 (-1001 (-179)))
- (-5 *1 (-838)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-836))))
+ (-12 (-5 *2 (-1 (-855 (-179)) (-179))) (-5 *3 (-1002 (-179)))
+ (-5 *1 (-839)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-837))))
((*1 *1 *2 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836))))
+ (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837))))
((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836))))
+ (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837))))
((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-583 (-1 (-179) (-179)))) (-5 *3 (-1001 (-179)))
- (-5 *1 (-836))))
+ (-12 (-5 *2 (-584 (-1 (-179) (-179)))) (-5 *3 (-1002 (-179)))
+ (-5 *1 (-837))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-1 (-179) (-179)))) (-5 *3 (-1001 (-179)))
- (-5 *1 (-836))))
+ (-12 (-5 *2 (-584 (-1 (-179) (-179)))) (-5 *3 (-1002 (-179)))
+ (-5 *1 (-837))))
((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836))))
+ (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836))))
+ (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1090)) (-5 *5 (-1001 (-179))) (-5 *2 (-836)) (-5 *1 (-837 *3))
- (-4 *3 (-553 (-473)))))
+ (-12 (-5 *4 (-1091)) (-5 *5 (-1002 (-179))) (-5 *2 (-837)) (-5 *1 (-838 *3))
+ (-4 *3 (-554 (-474)))))
((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *4 (-1090)) (-5 *5 (-1001 (-179))) (-5 *2 (-836)) (-5 *1 (-837 *3))
- (-4 *3 (-553 (-473)))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-838))))
+ (-12 (-5 *4 (-1091)) (-5 *5 (-1002 (-179))) (-5 *2 (-837)) (-5 *1 (-838 *3))
+ (-4 *3 (-554 (-474)))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-839))))
((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-838))))
+ (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-839))))
((*1 *1 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-838)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-836))))
- ((*1 *2 *1) (-12 (-5 *2 (-1001 (-179))) (-5 *1 (-838)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-583 (-179)))) (-5 *1 (-838)))))
-(((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))))
-(((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))))
-(((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))))
-(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-838)))))
-(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-838)))))
-(((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-838)))))
-(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-838)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *1 (-836))))
+ (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-839)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-837))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1002 (-179))) (-5 *1 (-839)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-584 (-179)))) (-5 *1 (-839)))))
+(((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))))
+(((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))))
+(((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))))
+(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-839)))))
+(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-839)))))
+(((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-839)))))
+(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-839)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *1 (-837))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1001 (-179))) (-5 *1 (-836))))
+ (-12 (-5 *2 (-1 (-179) (-179))) (-5 *3 (-1002 (-179))) (-5 *1 (-837))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1090)) (-5 *5 (-1001 (-179))) (-5 *2 (-836)) (-5 *1 (-837 *3))
- (-4 *3 (-553 (-473)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-5 *2 (-836)) (-5 *1 (-837 *3)) (-4 *3 (-553 (-473))))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-836)))))
-(((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407))))
- ((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407))))
- ((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))))
-(((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407))))
- ((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407))))
- ((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))))
-(((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407))))
- ((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-407))))
- ((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))))
-(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-836)))))
-(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-836)))))
-(((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-836)))))
-(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-836)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
- (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-85))
- (-5 *1 (-835 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-13 (-258) (-120)))
- (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-85))
- (-5 *1 (-835 *4 *5 *6 *7)) (-4 *7 (-861 *4 *6 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-258) (-120))) (-4 *4 (-13 (-756) (-553 (-1090))))
- (-4 *5 (-717)) (-5 *1 (-835 *3 *4 *5 *2)) (-4 *2 (-861 *3 *5 *4)))))
+ (-12 (-5 *4 (-1091)) (-5 *5 (-1002 (-179))) (-5 *2 (-837)) (-5 *1 (-838 *3))
+ (-4 *3 (-554 (-474)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1091)) (-5 *2 (-837)) (-5 *1 (-838 *3)) (-4 *3 (-554 (-474))))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-837)))))
+(((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407))))
+ ((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407))))
+ ((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))))
+(((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407))))
+ ((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407))))
+ ((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))))
+(((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407))))
+ ((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-407))))
+ ((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))))
+(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-837)))))
+(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-837)))))
+(((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-837)))))
+(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-837)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
+ (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-85))
+ (-5 *1 (-836 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-13 (-258) (-120)))
+ (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-85))
+ (-5 *1 (-836 *4 *5 *6 *7)) (-4 *7 (-862 *4 *6 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-258) (-120))) (-4 *4 (-13 (-757) (-554 (-1091))))
+ (-4 *5 (-718)) (-5 *1 (-836 *3 *4 *5 *2)) (-4 *2 (-862 *3 *5 *4)))))
(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
(-12
(-5 *3
- (-2 (|:| |det| *12) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))
- (-5 *4 (-630 *12)) (-5 *5 (-583 (-350 (-857 *9)))) (-5 *6 (-583 (-583 *12)))
- (-5 *7 (-694)) (-5 *8 (-484)) (-4 *9 (-13 (-258) (-120)))
- (-4 *12 (-861 *9 *11 *10)) (-4 *10 (-13 (-756) (-553 (-1090))))
- (-4 *11 (-717))
- (-5 *2
- (-2 (|:| |eqzro| (-583 *12)) (|:| |neqzro| (-583 *12))
- (|:| |wcond| (-583 (-857 *9)))
+ (-2 (|:| |det| *12) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))
+ (-5 *4 (-631 *12)) (-5 *5 (-584 (-350 (-858 *9)))) (-5 *6 (-584 (-584 *12)))
+ (-5 *7 (-695)) (-5 *8 (-485)) (-4 *9 (-13 (-258) (-120)))
+ (-4 *12 (-862 *9 *11 *10)) (-4 *10 (-13 (-757) (-554 (-1091))))
+ (-4 *11 (-718))
+ (-5 *2
+ (-2 (|:| |eqzro| (-584 *12)) (|:| |neqzro| (-584 *12))
+ (|:| |wcond| (-584 (-858 *9)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1179 (-350 (-857 *9))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *9)))))))))
- (-5 *1 (-835 *9 *10 *11 *12)))))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *9))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *9)))))))))
+ (-5 *1 (-836 *9 *10 *11 *12)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-630 *7)) (-5 *3 (-583 *7)) (-4 *7 (-861 *4 *6 *5))
- (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090))))
- (-4 *6 (-717)) (-5 *1 (-835 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *8)) (-5 *4 (-694)) (-4 *8 (-861 *5 *7 *6))
- (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090))))
- (-4 *7 (-717))
- (-5 *2
- (-583
- (-2 (|:| |det| *8) (|:| |rows| (-583 (-484)))
- (|:| |cols| (-583 (-484))))))
- (-5 *1 (-835 *5 *6 *7 *8)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-583 *8))) (-5 *3 (-583 *8)) (-4 *8 (-861 *5 *7 *6))
- (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090))))
- (-4 *7 (-717)) (-5 *2 (-85)) (-5 *1 (-835 *5 *6 *7 *8)))))
+ (-12 (-5 *2 (-631 *7)) (-5 *3 (-584 *7)) (-4 *7 (-862 *4 *6 *5))
+ (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091))))
+ (-4 *6 (-718)) (-5 *1 (-836 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-631 *8)) (-5 *4 (-695)) (-4 *8 (-862 *5 *7 *6))
+ (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091))))
+ (-4 *7 (-718))
+ (-5 *2
+ (-584
+ (-2 (|:| |det| *8) (|:| |rows| (-584 (-485)))
+ (|:| |cols| (-584 (-485))))))
+ (-5 *1 (-836 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-584 (-584 *8))) (-5 *3 (-584 *8)) (-4 *8 (-862 *5 *7 *6))
+ (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091))))
+ (-4 *7 (-718)) (-5 *2 (-85)) (-5 *1 (-836 *5 *6 *7 *8)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090))))
- (-4 *6 (-717)) (-5 *2 (-583 (-583 (-484)))) (-5 *1 (-835 *4 *5 *6 *7))
- (-5 *3 (-484)) (-4 *7 (-861 *4 *6 *5)))))
+ (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091))))
+ (-4 *6 (-718)) (-5 *2 (-584 (-584 (-485)))) (-5 *1 (-836 *4 *5 *6 *7))
+ (-5 *3 (-485)) (-4 *7 (-862 *4 *6 *5)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 (-583 *6))) (-4 *6 (-861 *3 *5 *4))
- (-4 *3 (-13 (-258) (-120))) (-4 *4 (-13 (-756) (-553 (-1090))))
- (-4 *5 (-717)) (-5 *1 (-835 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 (-584 *6))) (-4 *6 (-862 *3 *5 *4))
+ (-4 *3 (-13 (-258) (-120))) (-4 *4 (-13 (-757) (-554 (-1091))))
+ (-4 *5 (-718)) (-5 *1 (-836 *3 *4 *5 *6)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-583
- (-2 (|:| -3109 (-694))
+ (-584
+ (-2 (|:| -3110 (-695))
(|:| |eqns|
- (-583
- (-2 (|:| |det| *7) (|:| |rows| (-583 (-484)))
- (|:| |cols| (-583 (-484))))))
- (|:| |fgb| (-583 *7)))))
- (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
- (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-694))
- (-5 *1 (-835 *4 *5 *6 *7)))))
+ (-584
+ (-2 (|:| |det| *7) (|:| |rows| (-584 (-485)))
+ (|:| |cols| (-584 (-485))))))
+ (|:| |fgb| (-584 *7)))))
+ (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
+ (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-695))
+ (-5 *1 (-836 *4 *5 *6 *7)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-583
- (-2 (|:| -3109 (-694))
+ (-584
+ (-2 (|:| -3110 (-695))
(|:| |eqns|
- (-583
- (-2 (|:| |det| *7) (|:| |rows| (-583 (-484)))
- (|:| |cols| (-583 (-484))))))
- (|:| |fgb| (-583 *7)))))
- (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
- (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717)) (-5 *2 (-694))
- (-5 *1 (-835 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090))))
- (-4 *6 (-717)) (-5 *2 (-583 *3)) (-5 *1 (-835 *4 *5 *6 *3))
- (-4 *3 (-861 *4 *6 *5)))))
+ (-584
+ (-2 (|:| |det| *7) (|:| |rows| (-584 (-485)))
+ (|:| |cols| (-584 (-485))))))
+ (|:| |fgb| (-584 *7)))))
+ (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
+ (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718)) (-5 *2 (-695))
+ (-5 *1 (-836 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091))))
+ (-4 *6 (-718)) (-5 *2 (-584 *3)) (-5 *1 (-836 *4 *5 *6 *3))
+ (-4 *3 (-862 *4 *6 *5)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |mat| (-630 (-350 (-857 *4)))) (|:| |vec| (-583 (-350 (-857 *4))))
- (|:| -3109 (-694)) (|:| |rows| (-583 (-484))) (|:| |cols| (-583 (-484)))))
- (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090))))
- (-4 *6 (-717))
- (-5 *2
- (-2 (|:| |partsol| (-1179 (-350 (-857 *4))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *4)))))))
- (-5 *1 (-835 *4 *5 *6 *7)) (-4 *7 (-861 *4 *6 *5)))))
+ (-2 (|:| |mat| (-631 (-350 (-858 *4)))) (|:| |vec| (-584 (-350 (-858 *4))))
+ (|:| -3110 (-695)) (|:| |rows| (-584 (-485))) (|:| |cols| (-584 (-485)))))
+ (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091))))
+ (-4 *6 (-718))
+ (-5 *2
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *4))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *4)))))))
+ (-5 *1 (-836 *4 *5 *6 *7)) (-4 *7 (-862 *4 *6 *5)))))
(((*1 *2 *2 *3)
(-12
(-5 *2
- (-2 (|:| |partsol| (-1179 (-350 (-857 *4))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *4)))))))
- (-5 *3 (-583 *7)) (-4 *4 (-13 (-258) (-120))) (-4 *7 (-861 *4 *6 *5))
- (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717))
- (-5 *1 (-835 *4 *5 *6 *7)))))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *4))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *4)))))))
+ (-5 *3 (-584 *7)) (-4 *4 (-13 (-258) (-120))) (-4 *7 (-862 *4 *6 *5))
+ (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718))
+ (-5 *1 (-836 *4 *5 *6 *7)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *8)) (-4 *8 (-861 *5 *7 *6)) (-4 *5 (-13 (-258) (-120)))
- (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717))
+ (-12 (-5 *3 (-631 *8)) (-4 *8 (-862 *5 *7 *6)) (-4 *5 (-13 (-258) (-120)))
+ (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718))
(-5 *2
- (-583
- (-2 (|:| -3109 (-694))
+ (-584
+ (-2 (|:| -3110 (-695))
(|:| |eqns|
- (-583
- (-2 (|:| |det| *8) (|:| |rows| (-583 (-484)))
- (|:| |cols| (-583 (-484))))))
- (|:| |fgb| (-583 *8)))))
- (-5 *1 (-835 *5 *6 *7 *8)) (-5 *4 (-694)))))
+ (-584
+ (-2 (|:| |det| *8) (|:| |rows| (-584 (-485)))
+ (|:| |cols| (-584 (-485))))))
+ (|:| |fgb| (-584 *8)))))
+ (-5 *1 (-836 *5 *6 *7 *8)) (-5 *4 (-695)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090))))
- (-4 *6 (-717)) (-4 *7 (-861 *4 *6 *5))
- (-5 *2 (-2 (|:| |sysok| (-85)) (|:| |z0| (-583 *7)) (|:| |n0| (-583 *7))))
- (-5 *1 (-835 *4 *5 *6 *7)) (-5 *3 (-583 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-857 *4)) (-4 *4 (-13 (-258) (-120))) (-4 *2 (-861 *4 *6 *5))
- (-5 *1 (-835 *4 *5 *6 *2)) (-4 *5 (-13 (-756) (-553 (-1090))))
- (-4 *6 (-717)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-1090))) (-4 *4 (-13 (-258) (-120)))
- (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717))
- (-5 *2 (-583 (-350 (-857 *4)))) (-5 *1 (-835 *4 *5 *6 *7))
- (-4 *7 (-861 *4 *6 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-756) (-553 (-1090))))
- (-4 *6 (-717)) (-5 *2 (-350 (-857 *4))) (-5 *1 (-835 *4 *5 *6 *3))
- (-4 *3 (-861 *4 *6 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-630 *7)) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
- (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717))
- (-5 *2 (-630 (-350 (-857 *4)))) (-5 *1 (-835 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
- (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717))
- (-5 *2 (-583 (-350 (-857 *4)))) (-5 *1 (-835 *4 *5 *6 *7)))))
+ (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091))))
+ (-4 *6 (-718)) (-4 *7 (-862 *4 *6 *5))
+ (-5 *2 (-2 (|:| |sysok| (-85)) (|:| |z0| (-584 *7)) (|:| |n0| (-584 *7))))
+ (-5 *1 (-836 *4 *5 *6 *7)) (-5 *3 (-584 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-858 *4)) (-4 *4 (-13 (-258) (-120))) (-4 *2 (-862 *4 *6 *5))
+ (-5 *1 (-836 *4 *5 *6 *2)) (-4 *5 (-13 (-757) (-554 (-1091))))
+ (-4 *6 (-718)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-584 (-1091))) (-4 *4 (-13 (-258) (-120)))
+ (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718))
+ (-5 *2 (-584 (-350 (-858 *4)))) (-5 *1 (-836 *4 *5 *6 *7))
+ (-4 *7 (-862 *4 *6 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-13 (-757) (-554 (-1091))))
+ (-4 *6 (-718)) (-5 *2 (-350 (-858 *4))) (-5 *1 (-836 *4 *5 *6 *3))
+ (-4 *3 (-862 *4 *6 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-631 *7)) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
+ (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718))
+ (-5 *2 (-631 (-350 (-858 *4)))) (-5 *1 (-836 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
+ (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718))
+ (-5 *2 (-584 (-350 (-858 *4)))) (-5 *1 (-836 *4 *5 *6 *7)))))
(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-630 *11)) (-5 *4 (-583 (-350 (-857 *8)))) (-5 *5 (-694))
- (-5 *6 (-1073)) (-4 *8 (-13 (-258) (-120))) (-4 *11 (-861 *8 *10 *9))
- (-4 *9 (-13 (-756) (-553 (-1090)))) (-4 *10 (-717))
+ (-12 (-5 *3 (-631 *11)) (-5 *4 (-584 (-350 (-858 *8)))) (-5 *5 (-695))
+ (-5 *6 (-1074)) (-4 *8 (-13 (-258) (-120))) (-4 *11 (-862 *8 *10 *9))
+ (-4 *9 (-13 (-757) (-554 (-1091)))) (-4 *10 (-718))
(-5 *2
(-2
(|:| |rgl|
- (-583
- (-2 (|:| |eqzro| (-583 *11)) (|:| |neqzro| (-583 *11))
- (|:| |wcond| (-583 (-857 *8)))
+ (-584
+ (-2 (|:| |eqzro| (-584 *11)) (|:| |neqzro| (-584 *11))
+ (|:| |wcond| (-584 (-858 *8)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1179 (-350 (-857 *8))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *8))))))))))
- (|:| |rgsz| (-484))))
- (-5 *1 (-835 *8 *9 *10 *11)) (-5 *7 (-484)))))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *8))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *8))))))))))
+ (|:| |rgsz| (-485))))
+ (-5 *1 (-836 *8 *9 *10 *11)) (-5 *7 (-485)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1073)) (-4 *4 (-13 (-258) (-120)))
- (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717))
+ (-12 (-5 *3 (-1074)) (-4 *4 (-13 (-258) (-120)))
+ (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718))
(-5 *2
- (-583
- (-2 (|:| |eqzro| (-583 *7)) (|:| |neqzro| (-583 *7))
- (|:| |wcond| (-583 (-857 *4)))
+ (-584
+ (-2 (|:| |eqzro| (-584 *7)) (|:| |neqzro| (-584 *7))
+ (|:| |wcond| (-584 (-858 *4)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1179 (-350 (-857 *4))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *4))))))))))
- (-5 *1 (-835 *4 *5 *6 *7)) (-4 *7 (-861 *4 *6 *5)))))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *4))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *4))))))))))
+ (-5 *1 (-836 *4 *5 *6 *7)) (-4 *7 (-862 *4 *6 *5)))))
(((*1 *2 *3 *4)
(-12
(-5 *3
- (-583
- (-2 (|:| |eqzro| (-583 *8)) (|:| |neqzro| (-583 *8))
- (|:| |wcond| (-583 (-857 *5)))
+ (-584
+ (-2 (|:| |eqzro| (-584 *8)) (|:| |neqzro| (-584 *8))
+ (|:| |wcond| (-584 (-858 *5)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1179 (-350 (-857 *5))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *5))))))))))
- (-5 *4 (-1073)) (-4 *5 (-13 (-258) (-120))) (-4 *8 (-861 *5 *7 *6))
- (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717)) (-5 *2 (-484))
- (-5 *1 (-835 *5 *6 *7 *8)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *8)) (-4 *8 (-861 *5 *7 *6)) (-4 *5 (-13 (-258) (-120)))
- (-4 *6 (-13 (-756) (-553 (-1090)))) (-4 *7 (-717))
- (-5 *2
- (-583
- (-2 (|:| |eqzro| (-583 *8)) (|:| |neqzro| (-583 *8))
- (|:| |wcond| (-583 (-857 *5)))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *5))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *5))))))))))
+ (-5 *4 (-1074)) (-4 *5 (-13 (-258) (-120))) (-4 *8 (-862 *5 *7 *6))
+ (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718)) (-5 *2 (-485))
+ (-5 *1 (-836 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-631 *8)) (-4 *8 (-862 *5 *7 *6)) (-4 *5 (-13 (-258) (-120)))
+ (-4 *6 (-13 (-757) (-554 (-1091)))) (-4 *7 (-718))
+ (-5 *2
+ (-584
+ (-2 (|:| |eqzro| (-584 *8)) (|:| |neqzro| (-584 *8))
+ (|:| |wcond| (-584 (-858 *5)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1179 (-350 (-857 *5))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *5))))))))))
- (-5 *1 (-835 *5 *6 *7 *8)) (-5 *4 (-583 *8))))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *5))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *5))))))))))
+ (-5 *1 (-836 *5 *6 *7 *8)) (-5 *4 (-584 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *8)) (-5 *4 (-583 (-1090))) (-4 *8 (-861 *5 *7 *6))
- (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090))))
- (-4 *7 (-717))
+ (-12 (-5 *3 (-631 *8)) (-5 *4 (-584 (-1091))) (-4 *8 (-862 *5 *7 *6))
+ (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091))))
+ (-4 *7 (-718))
(-5 *2
- (-583
- (-2 (|:| |eqzro| (-583 *8)) (|:| |neqzro| (-583 *8))
- (|:| |wcond| (-583 (-857 *5)))
+ (-584
+ (-2 (|:| |eqzro| (-584 *8)) (|:| |neqzro| (-584 *8))
+ (|:| |wcond| (-584 (-858 *5)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1179 (-350 (-857 *5))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *5))))))))))
- (-5 *1 (-835 *5 *6 *7 *8))))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *5))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *5))))))))))
+ (-5 *1 (-836 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-5 *3 (-630 *7)) (-4 *7 (-861 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
- (-4 *5 (-13 (-756) (-553 (-1090)))) (-4 *6 (-717))
+ (-12 (-5 *3 (-631 *7)) (-4 *7 (-862 *4 *6 *5)) (-4 *4 (-13 (-258) (-120)))
+ (-4 *5 (-13 (-757) (-554 (-1091)))) (-4 *6 (-718))
(-5 *2
- (-583
- (-2 (|:| |eqzro| (-583 *7)) (|:| |neqzro| (-583 *7))
- (|:| |wcond| (-583 (-857 *4)))
+ (-584
+ (-2 (|:| |eqzro| (-584 *7)) (|:| |neqzro| (-584 *7))
+ (|:| |wcond| (-584 (-858 *4)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1179 (-350 (-857 *4))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *4))))))))))
- (-5 *1 (-835 *4 *5 *6 *7))))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *4))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *4))))))))))
+ (-5 *1 (-836 *4 *5 *6 *7))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-630 *9)) (-5 *5 (-830)) (-4 *9 (-861 *6 *8 *7))
- (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-756) (-553 (-1090))))
- (-4 *8 (-717))
+ (-12 (-5 *3 (-631 *9)) (-5 *5 (-831)) (-4 *9 (-862 *6 *8 *7))
+ (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-757) (-554 (-1091))))
+ (-4 *8 (-718))
(-5 *2
- (-583
- (-2 (|:| |eqzro| (-583 *9)) (|:| |neqzro| (-583 *9))
- (|:| |wcond| (-583 (-857 *6)))
+ (-584
+ (-2 (|:| |eqzro| (-584 *9)) (|:| |neqzro| (-584 *9))
+ (|:| |wcond| (-584 (-858 *6)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1179 (-350 (-857 *6))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *6))))))))))
- (-5 *1 (-835 *6 *7 *8 *9)) (-5 *4 (-583 *9))))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *6))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *6))))))))))
+ (-5 *1 (-836 *6 *7 *8 *9)) (-5 *4 (-584 *9))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-630 *9)) (-5 *4 (-583 (-1090))) (-5 *5 (-830))
- (-4 *9 (-861 *6 *8 *7)) (-4 *6 (-13 (-258) (-120)))
- (-4 *7 (-13 (-756) (-553 (-1090)))) (-4 *8 (-717))
+ (-12 (-5 *3 (-631 *9)) (-5 *4 (-584 (-1091))) (-5 *5 (-831))
+ (-4 *9 (-862 *6 *8 *7)) (-4 *6 (-13 (-258) (-120)))
+ (-4 *7 (-13 (-757) (-554 (-1091)))) (-4 *8 (-718))
(-5 *2
- (-583
- (-2 (|:| |eqzro| (-583 *9)) (|:| |neqzro| (-583 *9))
- (|:| |wcond| (-583 (-857 *6)))
+ (-584
+ (-2 (|:| |eqzro| (-584 *9)) (|:| |neqzro| (-584 *9))
+ (|:| |wcond| (-584 (-858 *6)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1179 (-350 (-857 *6))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *6))))))))))
- (-5 *1 (-835 *6 *7 *8 *9))))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *6))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *6))))))))))
+ (-5 *1 (-836 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *8)) (-5 *4 (-830)) (-4 *8 (-861 *5 *7 *6))
- (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090))))
- (-4 *7 (-717))
+ (-12 (-5 *3 (-631 *8)) (-5 *4 (-831)) (-4 *8 (-862 *5 *7 *6))
+ (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091))))
+ (-4 *7 (-718))
(-5 *2
- (-583
- (-2 (|:| |eqzro| (-583 *8)) (|:| |neqzro| (-583 *8))
- (|:| |wcond| (-583 (-857 *5)))
+ (-584
+ (-2 (|:| |eqzro| (-584 *8)) (|:| |neqzro| (-584 *8))
+ (|:| |wcond| (-584 (-858 *5)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1179 (-350 (-857 *5))))
- (|:| -2012 (-583 (-1179 (-350 (-857 *5))))))))))
- (-5 *1 (-835 *5 *6 *7 *8))))
+ (-2 (|:| |partsol| (-1180 (-350 (-858 *5))))
+ (|:| -2013 (-584 (-1180 (-350 (-858 *5))))))))))
+ (-5 *1 (-836 *5 *6 *7 *8))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-630 *9)) (-5 *4 (-583 *9)) (-5 *5 (-1073))
- (-4 *9 (-861 *6 *8 *7)) (-4 *6 (-13 (-258) (-120)))
- (-4 *7 (-13 (-756) (-553 (-1090)))) (-4 *8 (-717)) (-5 *2 (-484))
- (-5 *1 (-835 *6 *7 *8 *9))))
+ (-12 (-5 *3 (-631 *9)) (-5 *4 (-584 *9)) (-5 *5 (-1074))
+ (-4 *9 (-862 *6 *8 *7)) (-4 *6 (-13 (-258) (-120)))
+ (-4 *7 (-13 (-757) (-554 (-1091)))) (-4 *8 (-718)) (-5 *2 (-485))
+ (-5 *1 (-836 *6 *7 *8 *9))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-630 *9)) (-5 *4 (-583 (-1090))) (-5 *5 (-1073))
- (-4 *9 (-861 *6 *8 *7)) (-4 *6 (-13 (-258) (-120)))
- (-4 *7 (-13 (-756) (-553 (-1090)))) (-4 *8 (-717)) (-5 *2 (-484))
- (-5 *1 (-835 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *8)) (-5 *4 (-1073)) (-4 *8 (-861 *5 *7 *6))
- (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-756) (-553 (-1090))))
- (-4 *7 (-717)) (-5 *2 (-484)) (-5 *1 (-835 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-631 *9)) (-5 *4 (-584 (-1091))) (-5 *5 (-1074))
+ (-4 *9 (-862 *6 *8 *7)) (-4 *6 (-13 (-258) (-120)))
+ (-4 *7 (-13 (-757) (-554 (-1091)))) (-4 *8 (-718)) (-5 *2 (-485))
+ (-5 *1 (-836 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-631 *8)) (-5 *4 (-1074)) (-4 *8 (-862 *5 *7 *6))
+ (-4 *5 (-13 (-258) (-120))) (-4 *6 (-13 (-757) (-554 (-1091))))
+ (-4 *7 (-718)) (-5 *2 (-485)) (-5 *1 (-836 *5 *6 *7 *8))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-630 *10)) (-5 *4 (-583 *10)) (-5 *5 (-830)) (-5 *6 (-1073))
- (-4 *10 (-861 *7 *9 *8)) (-4 *7 (-13 (-258) (-120)))
- (-4 *8 (-13 (-756) (-553 (-1090)))) (-4 *9 (-717)) (-5 *2 (-484))
- (-5 *1 (-835 *7 *8 *9 *10))))
+ (-12 (-5 *3 (-631 *10)) (-5 *4 (-584 *10)) (-5 *5 (-831)) (-5 *6 (-1074))
+ (-4 *10 (-862 *7 *9 *8)) (-4 *7 (-13 (-258) (-120)))
+ (-4 *8 (-13 (-757) (-554 (-1091)))) (-4 *9 (-718)) (-5 *2 (-485))
+ (-5 *1 (-836 *7 *8 *9 *10))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-630 *10)) (-5 *4 (-583 (-1090))) (-5 *5 (-830)) (-5 *6 (-1073))
- (-4 *10 (-861 *7 *9 *8)) (-4 *7 (-13 (-258) (-120)))
- (-4 *8 (-13 (-756) (-553 (-1090)))) (-4 *9 (-717)) (-5 *2 (-484))
- (-5 *1 (-835 *7 *8 *9 *10))))
+ (-12 (-5 *3 (-631 *10)) (-5 *4 (-584 (-1091))) (-5 *5 (-831)) (-5 *6 (-1074))
+ (-4 *10 (-862 *7 *9 *8)) (-4 *7 (-13 (-258) (-120)))
+ (-4 *8 (-13 (-757) (-554 (-1091)))) (-4 *9 (-718)) (-5 *2 (-485))
+ (-5 *1 (-836 *7 *8 *9 *10))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-630 *9)) (-5 *4 (-830)) (-5 *5 (-1073)) (-4 *9 (-861 *6 *8 *7))
- (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-756) (-553 (-1090))))
- (-4 *8 (-717)) (-5 *2 (-484)) (-5 *1 (-835 *6 *7 *8 *9)))))
+ (-12 (-5 *3 (-631 *9)) (-5 *4 (-831)) (-5 *5 (-1074)) (-4 *9 (-862 *6 *8 *7))
+ (-4 *6 (-13 (-258) (-120))) (-4 *7 (-13 (-757) (-554 (-1091))))
+ (-4 *8 (-718)) (-5 *2 (-485)) (-5 *1 (-836 *6 *7 *8 *9)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 *4)) (-4 *4 (-312)) (-4 *2 (-1155 *4))
- (-5 *1 (-834 *4 *2)))))
+ (-12 (-5 *3 (-584 *4)) (-4 *4 (-312)) (-4 *2 (-1156 *4))
+ (-5 *1 (-835 *4 *2)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-832)) (-5 *2 (-2 (|:| -3955 (-583 *1)) (|:| -2409 *1)))
- (-5 *3 (-583 *1)))))
+ (-12 (-4 *1 (-833)) (-5 *2 (-2 (|:| -3956 (-584 *1)) (|:| -2410 *1)))
+ (-5 *3 (-584 *1)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-832)) (-5 *2 (-632 (-583 *1))) (-5 *3 (-583 *1)))))
+ (-12 (-4 *1 (-833)) (-5 *2 (-633 (-584 *1))) (-5 *3 (-584 *1)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-583 (-857 *4))) (-5 *3 (-583 (-1090))) (-4 *4 (-392))
- (-5 *1 (-829 *4)))))
+ (-12 (-5 *2 (-584 (-858 *4))) (-5 *3 (-584 (-1091))) (-4 *4 (-392))
+ (-5 *1 (-830 *4)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-583 (-857 *4))) (-5 *3 (-583 (-1090))) (-4 *4 (-392))
- (-5 *1 (-829 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2 *3) (-12 (-5 *3 (-884)) (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2) (-12 (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-830))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-816 (-484))) (-5 *1 (-828))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-484))) (-5 *2 (-816 (-484))) (-5 *1 (-828)))))
+ (-12 (-5 *2 (-584 (-858 *4))) (-5 *3 (-584 (-1091))) (-4 *4 (-392))
+ (-5 *1 (-830 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2 *3) (-12 (-5 *3 (-885)) (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2) (-12 (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-831))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-817 (-485))) (-5 *1 (-829))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-485))) (-5 *2 (-817 (-485))) (-5 *1 (-829)))))
(((*1 *2 *2 *2)
- (-12 (-4 *3 (-717)) (-4 *4 (-756)) (-4 *5 (-258)) (-5 *1 (-827 *3 *4 *5 *2))
- (-4 *2 (-861 *5 *3 *4))))
+ (-12 (-4 *3 (-718)) (-4 *4 (-757)) (-4 *5 (-258)) (-5 *1 (-828 *3 *4 *5 *2))
+ (-4 *2 (-862 *5 *3 *4))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1085 *6)) (-4 *6 (-861 *5 *3 *4)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *5 (-258)) (-5 *1 (-827 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-1086 *6)) (-4 *6 (-862 *5 *3 *4)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *5 (-258)) (-5 *1 (-828 *3 *4 *5 *6))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *6 *4 *5)) (-5 *1 (-827 *4 *5 *6 *2))
- (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-348 *2)) (-4 *2 (-258)) (-5 *1 (-825 *2))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *6 *4 *5)) (-5 *1 (-828 *4 *5 *6 *2))
+ (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-348 *2)) (-4 *2 (-258)) (-5 *1 (-826 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120)))
- (-5 *2 (-51)) (-5 *1 (-826 *5))))
+ (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120)))
+ (-5 *2 (-51)) (-5 *1 (-827 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-348 (-857 *6))) (-5 *5 (-1090)) (-5 *3 (-857 *6))
- (-4 *6 (-13 (-258) (-120))) (-5 *2 (-51)) (-5 *1 (-826 *6)))))
-(((*1 *1 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-258)))))
-(((*1 *2 *1) (-12 (-5 *2 (-348 *3)) (-5 *1 (-825 *3)) (-4 *3 (-258)))))
-(((*1 *2 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-258)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-825 *3)) (-4 *3 (-258)))))
-(((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-825 *3)) (-4 *3 (-258)))))
-(((*1 *2 *3 *3) (-12 (-5 *2 (-1085 *3)) (-5 *1 (-825 *3)) (-4 *3 (-258)))))
-(((*1 *1 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-258)))))
+ (-12 (-5 *4 (-348 (-858 *6))) (-5 *5 (-1091)) (-5 *3 (-858 *6))
+ (-4 *6 (-13 (-258) (-120))) (-5 *2 (-51)) (-5 *1 (-827 *6)))))
+(((*1 *1 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-258)))))
+(((*1 *2 *1) (-12 (-5 *2 (-348 *3)) (-5 *1 (-826 *3)) (-4 *3 (-258)))))
+(((*1 *2 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-258)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-826 *3)) (-4 *3 (-258)))))
+(((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-826 *3)) (-4 *3 (-258)))))
+(((*1 *2 *3 *3) (-12 (-5 *2 (-1086 *3)) (-5 *1 (-826 *3)) (-4 *3 (-258)))))
+(((*1 *1 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-258)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-1155 (-350 (-484)))) (-5 *1 (-824 *3 *2))
- (-4 *2 (-1155 (-350 *3))))))
+ (-12 (-4 *3 (-1156 (-350 (-485)))) (-5 *1 (-825 *3 *2))
+ (-4 *2 (-1156 (-350 *3))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1155 (-350 *2))) (-5 *2 (-484)) (-5 *1 (-824 *4 *3))
- (-4 *3 (-1155 (-350 *4))))))
+ (-12 (-4 *4 (-1156 (-350 *2))) (-5 *2 (-485)) (-5 *1 (-825 *4 *3))
+ (-4 *3 (-1156 (-350 *4))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-2 (|:| |den| (-484)) (|:| |gcdnum| (-484)))))
- (-4 *4 (-1155 (-350 *2))) (-5 *2 (-484)) (-5 *1 (-824 *4 *5))
- (-4 *5 (-1155 (-350 *4))))))
+ (-12 (-5 *3 (-584 (-2 (|:| |den| (-485)) (|:| |gcdnum| (-485)))))
+ (-4 *4 (-1156 (-350 *2))) (-5 *2 (-485)) (-5 *1 (-825 *4 *5))
+ (-4 *5 (-1156 (-350 *4))))))
(((*1 *2 *3)
- (-12 (-4 *3 (-1155 (-350 (-484))))
- (-5 *2 (-2 (|:| |den| (-484)) (|:| |gcdnum| (-484)))) (-5 *1 (-824 *3 *4))
- (-4 *4 (-1155 (-350 *3)))))
+ (-12 (-4 *3 (-1156 (-350 (-485))))
+ (-5 *2 (-2 (|:| |den| (-485)) (|:| |gcdnum| (-485)))) (-5 *1 (-825 *3 *4))
+ (-4 *4 (-1156 (-350 *3)))))
((*1 *2 *3)
- (-12 (-4 *4 (-1155 (-350 *2))) (-5 *2 (-484)) (-5 *1 (-824 *4 *3))
- (-4 *3 (-1155 (-350 *4))))))
+ (-12 (-4 *4 (-1156 (-350 *2))) (-5 *2 (-485)) (-5 *1 (-825 *4 *3))
+ (-4 *3 (-1156 (-350 *4))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-484)) (-4 *4 (-1155 (-350 *3))) (-5 *2 (-830))
- (-5 *1 (-824 *4 *5)) (-4 *5 (-1155 (-350 *4))))))
+ (-12 (-5 *3 (-485)) (-4 *4 (-1156 (-350 *3))) (-5 *2 (-831))
+ (-5 *1 (-825 *4 *5)) (-4 *5 (-1156 (-350 *4))))))
(((*1 *2 *3)
(|partial| -12 (-5 *3 (-283 *5 *6 *7 *8)) (-4 *5 (-364 *4))
- (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6))) (-4 *8 (-291 *5 *6 *7))
- (-4 *4 (-13 (-495) (-950 (-484))))
- (-5 *2 (-2 (|:| -3773 (-694)) (|:| -2383 *8)))
- (-5 *1 (-822 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-283 (-350 (-484)) *4 *5 *6))
- (-4 *4 (-1155 (-350 (-484)))) (-4 *5 (-1155 (-350 *4)))
- (-4 *6 (-291 (-350 (-484)) *4 *5))
- (-5 *2 (-2 (|:| -3773 (-694)) (|:| -2383 *6))) (-5 *1 (-823 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-283 *5 *6 *7 *8)) (-4 *5 (-364 *4)) (-4 *6 (-1155 *5))
- (-4 *7 (-1155 (-350 *6))) (-4 *8 (-291 *5 *6 *7))
- (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-85))
- (-5 *1 (-822 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-283 (-350 (-484)) *4 *5 *6)) (-4 *4 (-1155 (-350 (-484))))
- (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 (-350 (-484)) *4 *5)) (-5 *2 (-85))
- (-5 *1 (-823 *4 *5 *6)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1085 *1)) (-4 *1 (-392))))
+ (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6))) (-4 *8 (-291 *5 *6 *7))
+ (-4 *4 (-13 (-496) (-951 (-485))))
+ (-5 *2 (-2 (|:| -3774 (-695)) (|:| -2384 *8)))
+ (-5 *1 (-823 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-283 (-350 (-485)) *4 *5 *6))
+ (-4 *4 (-1156 (-350 (-485)))) (-4 *5 (-1156 (-350 *4)))
+ (-4 *6 (-291 (-350 (-485)) *4 *5))
+ (-5 *2 (-2 (|:| -3774 (-695)) (|:| -2384 *6))) (-5 *1 (-824 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-283 *5 *6 *7 *8)) (-4 *5 (-364 *4)) (-4 *6 (-1156 *5))
+ (-4 *7 (-1156 (-350 *6))) (-4 *8 (-291 *5 *6 *7))
+ (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-85))
+ (-5 *1 (-823 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-283 (-350 (-485)) *4 *5 *6)) (-4 *4 (-1156 (-350 (-485))))
+ (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 (-350 (-485)) *4 *5)) (-5 *2 (-85))
+ (-5 *1 (-824 *4 *5 *6)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-392))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1085 *6)) (-4 *6 (-861 *5 *3 *4)) (-4 *3 (-717)) (-4 *4 (-756))
- (-4 *5 (-821)) (-5 *1 (-397 *3 *4 *5 *6))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1085 *1)) (-4 *1 (-821)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-348 (-1085 *1))) (-5 *1 (-265 *4)) (-5 *3 (-1085 *1))
- (-4 *4 (-392)) (-4 *4 (-495)) (-4 *4 (-1013))))
- ((*1 *2 *3) (-12 (-4 *1 (-821)) (-5 *2 (-348 (-1085 *1))) (-5 *3 (-1085 *1)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-348 (-1085 *1))) (-5 *1 (-265 *4)) (-5 *3 (-1085 *1))
- (-4 *4 (-392)) (-4 *4 (-495)) (-4 *4 (-1013))))
- ((*1 *2 *3) (-12 (-4 *1 (-821)) (-5 *2 (-348 (-1085 *1))) (-5 *3 (-1085 *1)))))
-(((*1 *2 *3) (-12 (-4 *1 (-821)) (-5 *2 (-348 (-1085 *1))) (-5 *3 (-1085 *1)))))
+ (-12 (-5 *2 (-1086 *6)) (-4 *6 (-862 *5 *3 *4)) (-4 *3 (-718)) (-4 *4 (-757))
+ (-4 *5 (-822)) (-5 *1 (-397 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-822)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-348 (-1086 *1))) (-5 *1 (-265 *4)) (-5 *3 (-1086 *1))
+ (-4 *4 (-392)) (-4 *4 (-496)) (-4 *4 (-1014))))
+ ((*1 *2 *3) (-12 (-4 *1 (-822)) (-5 *2 (-348 (-1086 *1))) (-5 *3 (-1086 *1)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-348 (-1086 *1))) (-5 *1 (-265 *4)) (-5 *3 (-1086 *1))
+ (-4 *4 (-392)) (-4 *4 (-496)) (-4 *4 (-1014))))
+ ((*1 *2 *3) (-12 (-4 *1 (-822)) (-5 *2 (-348 (-1086 *1))) (-5 *3 (-1086 *1)))))
+(((*1 *2 *3) (-12 (-4 *1 (-822)) (-5 *2 (-348 (-1086 *1))) (-5 *3 (-1086 *1)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-583 (-1085 *5))) (-5 *3 (-1085 *5)) (-4 *5 (-139 *4))
- (-4 *4 (-483)) (-5 *1 (-122 *4 *5))))
+ (|partial| -12 (-5 *2 (-584 (-1086 *5))) (-5 *3 (-1086 *5)) (-4 *5 (-139 *4))
+ (-4 *4 (-484)) (-5 *1 (-122 *4 *5))))
((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-583 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-1155 *4))
+ (|partial| -12 (-5 *2 (-584 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-1156 *4))
(-4 *4 (-299)) (-5 *1 (-307 *4 *5 *3))))
((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-583 (-1085 (-484)))) (-5 *3 (-1085 (-484)))
- (-5 *1 (-508))))
+ (|partial| -12 (-5 *2 (-584 (-1086 (-485)))) (-5 *3 (-1086 (-485)))
+ (-5 *1 (-509))))
((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-583 (-1085 *1))) (-5 *3 (-1085 *1)) (-4 *1 (-821)))))
+ (|partial| -12 (-5 *2 (-584 (-1086 *1))) (-5 *3 (-1086 *1)) (-4 *1 (-822)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-630 *1)) (-4 *1 (-299)) (-5 *2 (-1179 *1))))
+ (|partial| -12 (-5 *3 (-631 *1)) (-4 *1 (-299)) (-5 *2 (-1180 *1))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-630 *1)) (-4 *1 (-118)) (-4 *1 (-821))
- (-5 *2 (-1179 *1)))))
-(((*1 *2 *1) (-12 (-5 *2 (-632 *1)) (-4 *1 (-118))))
+ (|partial| -12 (-5 *3 (-631 *1)) (-4 *1 (-118)) (-4 *1 (-822))
+ (-5 *2 (-1180 *1)))))
+(((*1 *2 *1) (-12 (-5 *2 (-633 *1)) (-4 *1 (-118))))
((*1 *1 *1) (-4 *1 (-299)))
- ((*1 *2 *1) (-12 (-5 *2 (-632 *1)) (-4 *1 (-118)) (-4 *1 (-821)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-633 *1)) (-4 *1 (-118)) (-4 *1 (-822)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-756)) (-4 *5 (-821)) (-4 *6 (-717))
- (-4 *8 (-861 *5 *6 *7)) (-5 *2 (-348 (-1085 *8))) (-5 *1 (-818 *5 *6 *7 *8))
- (-5 *4 (-1085 *8))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-757)) (-4 *5 (-822)) (-4 *6 (-718))
+ (-4 *8 (-862 *5 *6 *7)) (-5 *2 (-348 (-1086 *8))) (-5 *1 (-819 *5 *6 *7 *8))
+ (-5 *4 (-1086 *8))))
((*1 *2 *3)
- (-12 (-4 *4 (-821)) (-4 *5 (-1155 *4)) (-5 *2 (-348 (-1085 *5)))
- (-5 *1 (-819 *4 *5)) (-5 *3 (-1085 *5)))))
+ (-12 (-4 *4 (-822)) (-4 *5 (-1156 *4)) (-5 *2 (-348 (-1086 *5)))
+ (-5 *1 (-820 *4 *5)) (-5 *3 (-1086 *5)))))
(((*1 *2)
- (-12 (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-821)) (-5 *1 (-397 *3 *4 *2 *5))
- (-4 *5 (-861 *2 *3 *4))))
+ (-12 (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-822)) (-5 *1 (-397 *3 *4 *2 *5))
+ (-4 *5 (-862 *2 *3 *4))))
((*1 *2)
- (-12 (-4 *3 (-717)) (-4 *4 (-756)) (-4 *2 (-821)) (-5 *1 (-818 *2 *3 *4 *5))
- (-4 *5 (-861 *2 *3 *4))))
- ((*1 *2) (-12 (-4 *2 (-821)) (-5 *1 (-819 *2 *3)) (-4 *3 (-1155 *2)))))
+ (-12 (-4 *3 (-718)) (-4 *4 (-757)) (-4 *2 (-822)) (-5 *1 (-819 *2 *3 *4 *5))
+ (-4 *5 (-862 *2 *3 *4))))
+ ((*1 *2) (-12 (-4 *2 (-822)) (-5 *1 (-820 *2 *3)) (-4 *3 (-1156 *2)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-821)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-861 *4 *5 *6))
- (-5 *2 (-348 (-1085 *7))) (-5 *1 (-818 *4 *5 *6 *7)) (-5 *3 (-1085 *7))))
+ (-12 (-4 *4 (-822)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-862 *4 *5 *6))
+ (-5 *2 (-348 (-1086 *7))) (-5 *1 (-819 *4 *5 *6 *7)) (-5 *3 (-1086 *7))))
((*1 *2 *3)
- (-12 (-4 *4 (-821)) (-4 *5 (-1155 *4)) (-5 *2 (-348 (-1085 *5)))
- (-5 *1 (-819 *4 *5)) (-5 *3 (-1085 *5)))))
+ (-12 (-4 *4 (-822)) (-4 *5 (-1156 *4)) (-5 *2 (-348 (-1086 *5)))
+ (-5 *1 (-820 *4 *5)) (-5 *3 (-1086 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-821)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-861 *4 *5 *6))
- (-5 *2 (-348 (-1085 *7))) (-5 *1 (-818 *4 *5 *6 *7)) (-5 *3 (-1085 *7))))
+ (-12 (-4 *4 (-822)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-862 *4 *5 *6))
+ (-5 *2 (-348 (-1086 *7))) (-5 *1 (-819 *4 *5 *6 *7)) (-5 *3 (-1086 *7))))
((*1 *2 *3)
- (-12 (-4 *4 (-821)) (-4 *5 (-1155 *4)) (-5 *2 (-348 (-1085 *5)))
- (-5 *1 (-819 *4 *5)) (-5 *3 (-1085 *5)))))
+ (-12 (-4 *4 (-822)) (-4 *5 (-1156 *4)) (-5 *2 (-348 (-1086 *5)))
+ (-5 *1 (-820 *4 *5)) (-5 *3 (-1086 *5)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-583 (-1085 *7))) (-5 *3 (-1085 *7))
- (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-821)) (-4 *5 (-717)) (-4 *6 (-756))
- (-5 *1 (-818 *4 *5 *6 *7))))
+ (|partial| -12 (-5 *2 (-584 (-1086 *7))) (-5 *3 (-1086 *7))
+ (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-822)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-5 *1 (-819 *4 *5 *6 *7))))
((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-583 (-1085 *5))) (-5 *3 (-1085 *5))
- (-4 *5 (-1155 *4)) (-4 *4 (-821)) (-5 *1 (-819 *4 *5)))))
+ (|partial| -12 (-5 *2 (-584 (-1086 *5))) (-5 *3 (-1086 *5))
+ (-4 *5 (-1156 *4)) (-4 *4 (-822)) (-5 *1 (-820 *4 *5)))))
(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *2 (-583 (-1085 *7))) (-5 *3 (-1085 *7))
- (-4 *7 (-861 *5 *6 *4)) (-4 *5 (-821)) (-4 *6 (-717)) (-4 *4 (-756))
- (-5 *1 (-818 *5 *6 *4 *7)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-583 *6))
- (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-813 *3))) (-5 *1 (-816 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-31))))
- ((*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-830)))) ((*1 *1) (-4 *1 (-483)))
- ((*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-813 *3))) (-5 *1 (-816 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-583 (-694)))) (-5 *1 (-816 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-813 *3))) (-4 *3 (-1013)) (-5 *1 (-816 *3)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-815 *3)) (-4 *3 (-1013)) (-5 *2 (-1009 *3))))
+ (|partial| -12 (-5 *2 (-584 (-1086 *7))) (-5 *3 (-1086 *7))
+ (-4 *7 (-862 *5 *6 *4)) (-4 *5 (-822)) (-4 *6 (-718)) (-4 *4 (-757))
+ (-5 *1 (-819 *5 *6 *4 *7)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-584 *6))
+ (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-814 *3))) (-5 *1 (-817 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-31))))
+ ((*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-831)))) ((*1 *1) (-4 *1 (-484)))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-814 *3))) (-5 *1 (-817 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-584 (-584 (-695)))) (-5 *1 (-817 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-814 *3))) (-4 *3 (-1014)) (-5 *1 (-817 *3)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-816 *3)) (-4 *3 (-1014)) (-5 *2 (-1010 *3))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-1013)) (-5 *2 (-1009 (-583 *4))) (-5 *1 (-816 *4))
- (-5 *3 (-583 *4))))
+ (-12 (-4 *4 (-1014)) (-5 *2 (-1010 (-584 *4))) (-5 *1 (-817 *4))
+ (-5 *3 (-584 *4))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-1013)) (-5 *2 (-1009 (-1009 *4))) (-5 *1 (-816 *4))
- (-5 *3 (-1009 *4))))
- ((*1 *2 *1 *3) (-12 (-5 *2 (-1009 *3)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))))
+ (-12 (-4 *4 (-1014)) (-5 *2 (-1010 (-1010 *4))) (-5 *1 (-817 *4))
+ (-5 *3 (-1010 *4))))
+ ((*1 *2 *1 *3) (-12 (-5 *2 (-1010 *3)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1009 (-1009 *3))) (-5 *1 (-816 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-1010 (-1010 *3))) (-5 *1 (-817 *3)) (-4 *3 (-1014)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-813 *4)) (-4 *4 (-1013)) (-5 *2 (-583 (-694)))
- (-5 *1 (-816 *4)))))
+ (-12 (-5 *3 (-814 *4)) (-4 *4 (-1014)) (-5 *2 (-584 (-695)))
+ (-5 *1 (-817 *4)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-813 *4)) (-4 *4 (-1013)) (-5 *2 (-583 (-694)))
- (-5 *1 (-816 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-815 *3)) (-4 *3 (-1013)) (-5 *2 (-1009 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1009 *3)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-759)) (-5 *2 (-85))))
- ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-815 *3)) (-4 *3 (-1013)) (-5 *2 (-85))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-759)) (-5 *2 (-85))))
- ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *3 (-814 *4)) (-4 *4 (-1014)) (-5 *2 (-584 (-695)))
+ (-5 *1 (-817 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-816 *3)) (-4 *3 (-1014)) (-5 *2 (-1010 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1010 *3)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-760)) (-5 *2 (-85))))
+ ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-816 *3)) (-4 *3 (-1014)) (-5 *2 (-85))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-760)) (-5 *2 (-85))))
+ ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))))
(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-484)) (-5 *2 (-1185)) (-5 *1 (-816 *4)) (-4 *4 (-1013))))
- ((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-816 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-4 *1 (-815 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-1013)) (-4 *1 (-815 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1056 *4 *2)) (-14 *4 (-830))
- (-4 *2 (-13 (-961) (-10 -7 (-6 (-3998 "*"))))) (-5 *1 (-814 *4 *2)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |preimage| (-583 *3)) (|:| |image| (-583 *3))))
- (-5 *1 (-813 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-1013)) (-5 *1 (-813 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-583 *3))) (-4 *3 (-1013)) (-5 *1 (-813 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-884)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-4 *1 (-950 (-484))) (-4 *1 (-254)) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-4 *1 (-483)) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-4 *1 (-950 (-484))) (-4 *1 (-254)) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-4 *1 (-483)) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-813 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1009 *3)) (-5 *1 (-813 *3)) (-4 *3 (-320)) (-4 *3 (-1013)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-813 *3)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-812 *2)) (-4 *2 (-1013))))
- ((*1 *1 *2) (-12 (-5 *1 (-812 *2)) (-4 *2 (-1013)))))
-(((*1 *2 *1) (-12 (-4 *1 (-186 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-189)) (-5 *2 (-694))))
+ (-12 (-5 *3 (-485)) (-5 *2 (-1186)) (-5 *1 (-817 *4)) (-4 *4 (-1014))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-817 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-4 *1 (-816 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-1014)) (-4 *1 (-816 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1057 *4 *2)) (-14 *4 (-831))
+ (-4 *2 (-13 (-962) (-10 -7 (-6 (-3999 "*"))))) (-5 *1 (-815 *4 *2)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |preimage| (-584 *3)) (|:| |image| (-584 *3))))
+ (-5 *1 (-814 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-1014)) (-5 *1 (-814 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-584 *3))) (-4 *3 (-1014)) (-5 *1 (-814 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-885)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-4 *1 (-951 (-485))) (-4 *1 (-254)) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-4 *1 (-484)) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-4 *1 (-951 (-485))) (-4 *1 (-254)) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-4 *1 (-484)) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-814 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1010 *3)) (-5 *1 (-814 *3)) (-4 *3 (-320)) (-4 *3 (-1014)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-814 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-813 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *2) (-12 (-5 *1 (-813 *2)) (-4 *2 (-1014)))))
+(((*1 *2 *1) (-12 (-4 *1 (-186 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-189)) (-5 *2 (-695))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-694)) (-4 *1 (-225 *4)) (-4 *4 (-1129))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-225 *3)) (-4 *3 (-1129))))
- ((*1 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-961))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-806 *2 *3)) (-4 *3 (-1129)) (-4 *2 (-1129))))
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-695)) (-4 *1 (-225 *4)) (-4 *4 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-225 *3)) (-4 *3 (-1130))))
+ ((*1 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-962))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-807 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1130))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 *4)) (-5 *3 (-583 (-694))) (-4 *1 (-811 *4))
- (-4 *4 (-1013))))
- ((*1 *1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-811 *2)) (-4 *2 (-1013))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *1 (-811 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-584 *4)) (-5 *3 (-584 (-695))) (-4 *1 (-812 *4))
+ (-4 *4 (-1014))))
+ ((*1 *1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-812 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *1 (-812 *3)) (-4 *3 (-1014)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *4 (-312)) (-5 *1 (-807 *2 *4)) (-4 *2 (-1155 *4)))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-312)) (-5 *1 (-808 *2 *4)) (-4 *2 (-1156 *4)))))
(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-312)) (-5 *1 (-807 *2 *3)) (-4 *2 (-1155 *3)))))
+ (|partial| -12 (-4 *3 (-312)) (-5 *1 (-808 *2 *3)) (-4 *2 (-1156 *3)))))
(((*1 *1) (-12 (-4 *1 (-405 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-473))) ((*1 *1) (-4 *1 (-659))) ((*1 *1) (-4 *1 (-663)))
- ((*1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013))))
- ((*1 *1) (-12 (-5 *1 (-803 *2)) (-4 *2 (-756)))))
+ ((*1 *1) (-5 *1 (-474))) ((*1 *1) (-4 *1 (-660))) ((*1 *1) (-4 *1 (-664)))
+ ((*1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014))))
+ ((*1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-757)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013))
- (-5 *2 (-583 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014))
+ (-5 *2 (-584 (-2 (|:| |k| *4) (|:| |c| *3))))))
((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| |k| (-803 *3)) (|:| |c| *4))))
- (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756))
- (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-614 *3))) (-5 *1 (-803 *3)) (-4 *3 (-756)))))
+ (-12 (-5 *2 (-584 (-2 (|:| |k| (-804 *3)) (|:| |c| *4))))
+ (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757))
+ (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-615 *3))) (-5 *1 (-804 *3)) (-4 *3 (-757)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-50 *3 *4)) (-4 *3 (-961))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-50 *3 *4)) (-4 *3 (-962))
+ (-14 *4 (-584 (-1091)))))
((*1 *2 *3)
- (-12 (-5 *3 (-51)) (-5 *2 (-85)) (-5 *1 (-52 *4)) (-4 *4 (-1129))))
+ (-12 (-5 *3 (-51)) (-5 *2 (-85)) (-5 *1 (-52 *4)) (-4 *4 (-1130))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756)))
- (-14 *4 (-583 (-1090)))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-614 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-618 *3)) (-4 *3 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-803 *3)) (-4 *3 (-756)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757)))
+ (-14 *4 (-584 (-1091)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-615 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-619 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-804 *3)) (-4 *3 (-757)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-800 *4)) (-4 *4 (-1013)) (-5 *2 (-583 *5)) (-5 *1 (-801 *4 *5))
- (-4 *5 (-1129)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-800 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *3 (-801 *4)) (-4 *4 (-1014)) (-5 *2 (-584 *5)) (-5 *1 (-802 *4 *5))
+ (-4 *5 (-1130)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-801 *3)) (-4 *3 (-1014))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-800 *4)) (-4 *4 (-1013)) (-5 *1 (-801 *4 *3)) (-4 *3 (-1129)))))
+ (-12 (-5 *2 (-801 *4)) (-4 *4 (-1014)) (-5 *1 (-802 *4 *3)) (-4 *3 (-1130)))))
(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-800 *4)) (-4 *4 (-1013)) (-5 *2 (-85))
- (-5 *1 (-798 *4 *5)) (-4 *5 (-1013))))
+ (|partial| -12 (-5 *3 (-801 *4)) (-4 *4 (-1014)) (-5 *2 (-85))
+ (-5 *1 (-799 *4 *5)) (-4 *5 (-1014))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-5 *2 (-85)) (-5 *1 (-801 *5 *3))
- (-4 *3 (-1129))))
+ (-12 (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-5 *2 (-85)) (-5 *1 (-802 *5 *3))
+ (-4 *3 (-1130))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *6)) (-5 *4 (-800 *5)) (-4 *5 (-1013)) (-4 *6 (-1129))
- (-5 *2 (-85)) (-5 *1 (-801 *5 *6)))))
+ (-12 (-5 *3 (-584 *6)) (-5 *4 (-801 *5)) (-4 *5 (-1014)) (-4 *6 (-1130))
+ (-5 *2 (-85)) (-5 *1 (-802 *5 *6)))))
(((*1 *1) (-4 *1 (-23)))
((*1 *1) (-12 (-4 *1 (-410 *2 *3)) (-4 *2 (-146)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-473))) ((*1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013)))))
+ ((*1 *1) (-5 *1 (-474))) ((*1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014)))))
(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-2 (|:| -2514 (-86)) (|:| |arg| (-583 (-800 *3)))))
- (-5 *1 (-800 *3)) (-4 *3 (-1013))))
+ (|partial| -12 (-5 *2 (-2 (|:| -2515 (-86)) (|:| |arg| (-584 (-801 *3)))))
+ (-5 *1 (-801 *3)) (-4 *3 (-1014))))
((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-86)) (-5 *2 (-583 (-800 *4))) (-5 *1 (-800 *4))
- (-4 *4 (-1013)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |num| (-800 *3)) (|:| |den| (-800 *3))))
- (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-51))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-51))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-51))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
+ (|partial| -12 (-5 *3 (-86)) (-5 *2 (-584 (-801 *4))) (-5 *1 (-801 *4))
+ (-4 *4 (-1014)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |num| (-801 *3)) (|:| |den| (-801 *3))))
+ (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-51))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-51))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-51))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
(((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1090)) (-5 *3 (-85)) (-5 *1 (-800 *4)) (-4 *4 (-1013)))))
+ (-12 (-5 *2 (-1091)) (-5 *3 (-85)) (-5 *1 (-801 *4)) (-4 *4 (-1014)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-51)) (-5 *1 (-800 *4)) (-4 *4 (-1013)))))
+ (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-51)) (-5 *1 (-801 *4)) (-4 *4 (-1014)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |var| (-583 (-1090))) (|:| |pred| (-51))))
- (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *1) (-12 (-5 *1 (-800 *2)) (-4 *2 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-51))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-2 (|:| |var| (-584 (-1091))) (|:| |pred| (-51))))
+ (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *1) (-12 (-5 *1 (-801 *2)) (-4 *2 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-51))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-583 (-800 *3))) (-5 *1 (-800 *3)) (-4 *3 (-1013)))))
+ (|partial| -12 (-5 *2 (-584 (-801 *3))) (-5 *1 (-801 *3)) (-4 *3 (-1014)))))
(((*1 *2 *1)
- (-12 (-4 *4 (-1013)) (-5 *2 (-85)) (-5 *1 (-795 *3 *4 *5)) (-4 *3 (-1013))
- (-4 *5 (-608 *4))))
+ (-12 (-4 *4 (-1014)) (-5 *2 (-85)) (-5 *1 (-796 *3 *4 *5)) (-4 *3 (-1014))
+ (-4 *5 (-609 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-798 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-799 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
(((*1 *1)
- (-12 (-4 *3 (-1013)) (-5 *1 (-795 *2 *3 *4)) (-4 *2 (-1013))
- (-4 *4 (-608 *3))))
- ((*1 *1) (-12 (-5 *1 (-798 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))))
+ (-12 (-4 *3 (-1014)) (-5 *1 (-796 *2 *3 *4)) (-4 *2 (-1014))
+ (-4 *4 (-609 *3))))
+ ((*1 *1) (-12 (-5 *1 (-799 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))))
(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-800 *4)) (-4 *4 (-1013)) (-4 *2 (-1013))
- (-5 *1 (-798 *4 *2)))))
+ (|partial| -12 (-5 *3 (-801 *4)) (-4 *4 (-1014)) (-4 *2 (-1014))
+ (-5 *1 (-799 *4 *2)))))
(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-800 *4)) (-4 *4 (-1013)) (-5 *1 (-798 *4 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-801 *4)) (-4 *4 (-1014)) (-5 *1 (-799 *4 *3)) (-4 *3 (-1014)))))
(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-800 *4)) (-4 *4 (-1013)) (-5 *1 (-798 *4 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-801 *4)) (-4 *4 (-1014)) (-5 *1 (-799 *4 *3)) (-4 *3 (-1014)))))
(((*1 *1 *2 *3 *1 *3)
- (-12 (-5 *2 (-800 *4)) (-4 *4 (-1013)) (-5 *1 (-798 *4 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-801 *4)) (-4 *4 (-1014)) (-5 *1 (-799 *4 *3)) (-4 *3 (-1014)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1013)) (-4 *6 (-796 *5)) (-5 *2 (-795 *5 *6 (-583 *6)))
- (-5 *1 (-797 *5 *6 *4)) (-5 *3 (-583 *6)) (-4 *4 (-553 (-800 *5)))))
+ (-12 (-4 *5 (-1014)) (-4 *6 (-797 *5)) (-5 *2 (-796 *5 *6 (-584 *6)))
+ (-5 *1 (-798 *5 *6 *4)) (-5 *3 (-584 *6)) (-4 *4 (-554 (-801 *5)))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1013)) (-5 *2 (-583 (-249 *3))) (-5 *1 (-797 *5 *3 *4))
- (-4 *3 (-950 (-1090))) (-4 *3 (-796 *5)) (-4 *4 (-553 (-800 *5)))))
+ (-12 (-4 *5 (-1014)) (-5 *2 (-584 (-249 *3))) (-5 *1 (-798 *5 *3 *4))
+ (-4 *3 (-951 (-1091))) (-4 *3 (-797 *5)) (-4 *4 (-554 (-801 *5)))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1013)) (-5 *2 (-583 (-249 (-857 *3)))) (-5 *1 (-797 *5 *3 *4))
- (-4 *3 (-961)) (-2561 (-4 *3 (-950 (-1090)))) (-4 *3 (-796 *5))
- (-4 *4 (-553 (-800 *5)))))
+ (-12 (-4 *5 (-1014)) (-5 *2 (-584 (-249 (-858 *3)))) (-5 *1 (-798 *5 *3 *4))
+ (-4 *3 (-962)) (-2562 (-4 *3 (-951 (-1091)))) (-4 *3 (-797 *5))
+ (-4 *4 (-554 (-801 *5)))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1013)) (-5 *2 (-798 *5 *3)) (-5 *1 (-797 *5 *3 *4))
- (-2561 (-4 *3 (-950 (-1090)))) (-2561 (-4 *3 (-961))) (-4 *3 (-796 *5))
- (-4 *4 (-553 (-800 *5))))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-1090)) (-5 *2 (-85))))
+ (-12 (-4 *5 (-1014)) (-5 *2 (-799 *5 *3)) (-5 *1 (-798 *5 *3 *4))
+ (-2562 (-4 *3 (-951 (-1091)))) (-2562 (-4 *3 (-962))) (-4 *3 (-797 *5))
+ (-4 *4 (-554 (-801 *5))))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-1091)) (-5 *2 (-85))))
((*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-86)) (-5 *2 (-85))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1090)) (-5 *2 (-85)) (-5 *1 (-550 *4)) (-4 *4 (-1013))))
+ (-12 (-5 *3 (-1091)) (-5 *2 (-85)) (-5 *1 (-551 *4)) (-4 *4 (-1014))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-86)) (-5 *2 (-85)) (-5 *1 (-550 *4)) (-4 *4 (-1013))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-747 *3)) (-4 *3 (-1013)) (-5 *2 (-85))))
+ (-12 (-5 *3 (-86)) (-5 *2 (-85)) (-5 *1 (-551 *4)) (-4 *4 (-1014))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-748 *3)) (-4 *3 (-1014)) (-5 *2 (-85))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1013)) (-5 *2 (-85)) (-5 *1 (-797 *5 *3 *4)) (-4 *3 (-796 *5))
- (-4 *4 (-553 (-800 *5)))))
+ (-12 (-4 *5 (-1014)) (-5 *2 (-85)) (-5 *1 (-798 *5 *3 *4)) (-4 *3 (-797 *5))
+ (-4 *4 (-554 (-801 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *6)) (-4 *6 (-796 *5)) (-4 *5 (-1013)) (-5 *2 (-85))
- (-5 *1 (-797 *5 *6 *4)) (-4 *4 (-553 (-800 *5))))))
+ (-12 (-5 *3 (-584 *6)) (-4 *6 (-797 *5)) (-4 *5 (-1014)) (-5 *2 (-85))
+ (-5 *1 (-798 *5 *6 *4)) (-4 *4 (-554 (-801 *5))))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-798 *4 *5)) (-5 *3 (-798 *4 *6)) (-4 *4 (-1013))
- (-4 *5 (-1013)) (-4 *6 (-608 *5)) (-5 *1 (-795 *4 *5 *6)))))
+ (-12 (-5 *2 (-799 *4 *5)) (-5 *3 (-799 *4 *6)) (-4 *4 (-1014))
+ (-4 *5 (-1014)) (-4 *6 (-609 *5)) (-5 *1 (-796 *4 *5 *6)))))
(((*1 *2 *1)
- (-12 (-4 *4 (-1013)) (-5 *2 (-798 *3 *5)) (-5 *1 (-795 *3 *4 *5))
- (-4 *3 (-1013)) (-4 *5 (-608 *4)))))
-(((*1 *2 *3) (-12 (-5 *2 (-1069 (-583 (-484)))) (-5 *1 (-793)) (-5 *3 (-484)))))
+ (-12 (-4 *4 (-1014)) (-5 *2 (-799 *3 *5)) (-5 *1 (-796 *3 *4 *5))
+ (-4 *3 (-1014)) (-4 *5 (-609 *4)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1070 (-584 (-485)))) (-5 *1 (-794)) (-5 *3 (-485)))))
(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1069 (-583 (-484)))) (-5 *1 (-793)) (-5 *3 (-583 (-484)))))
+ (-12 (-5 *2 (-1070 (-584 (-485)))) (-5 *1 (-794)) (-5 *3 (-584 (-485)))))
((*1 *2 *3)
- (-12 (-5 *2 (-1069 (-583 (-484)))) (-5 *1 (-793)) (-5 *3 (-583 (-484))))))
+ (-12 (-5 *2 (-1070 (-584 (-485)))) (-5 *1 (-794)) (-5 *3 (-584 (-485))))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1069 (-583 (-484)))) (-5 *3 (-583 (-484))) (-5 *1 (-793)))))
+ (-12 (-5 *2 (-1070 (-584 (-485)))) (-5 *3 (-584 (-485))) (-5 *1 (-794)))))
(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1069 (-583 (-484)))) (-5 *1 (-793)) (-5 *3 (-583 (-484))))))
-(((*1 *2 *2) (-12 (-5 *2 (-1069 (-583 (-830)))) (-5 *1 (-793)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *1 (-787 *2)) (-4 *2 (-1129))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *1 (-789 *2)) (-4 *2 (-1129))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *1 (-792 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-792 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-583 (-1095))) (-5 *1 (-790)))))
-(((*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-783)))))
-(((*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-783)))))
-(((*1 *2 *3) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-199)) (-5 *3 (-1073))))
- ((*1 *2 *2) (-12 (-5 *2 (-583 (-1073))) (-5 *1 (-199))))
- ((*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-783)))))
-(((*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-783)))))
-(((*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-783)))))
-(((*1 *1 *2 *3) (-12 (-5 *1 (-782 *2 *3)) (-4 *2 (-1129)) (-4 *3 (-1129)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-148 (-350 (-484)))) (-5 *1 (-90 *3)) (-14 *3 (-484))))
- ((*1 *1 *2 *3 *3) (-12 (-5 *3 (-1069 *2)) (-4 *2 (-258)) (-5 *1 (-148 *2))))
+ (-12 (-5 *2 (-1070 (-584 (-485)))) (-5 *1 (-794)) (-5 *3 (-584 (-485))))))
+(((*1 *2 *2) (-12 (-5 *2 (-1070 (-584 (-831)))) (-5 *1 (-794)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *1 (-788 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *1 (-790 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *1 (-793 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-793 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-584 (-1096))) (-5 *1 (-791)))))
+(((*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-784)))))
+(((*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-784)))))
+(((*1 *2 *3) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-199)) (-5 *3 (-1074))))
+ ((*1 *2 *2) (-12 (-5 *2 (-584 (-1074))) (-5 *1 (-199))))
+ ((*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-784)))))
+(((*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-784)))))
+(((*1 *1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-784)))))
+(((*1 *1 *2 *3) (-12 (-5 *1 (-783 *2 *3)) (-4 *2 (-1130)) (-4 *3 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-148 (-350 (-485)))) (-5 *1 (-90 *3)) (-14 *3 (-485))))
+ ((*1 *1 *2 *3 *3) (-12 (-5 *3 (-1070 *2)) (-4 *2 (-258)) (-5 *1 (-148 *2))))
((*1 *1 *2) (-12 (-5 *2 (-350 *3)) (-4 *3 (-258)) (-5 *1 (-148 *3))))
- ((*1 *2 *3) (-12 (-5 *2 (-148 (-484))) (-5 *1 (-689 *3)) (-4 *3 (-347))))
+ ((*1 *2 *3) (-12 (-5 *2 (-148 (-485))) (-5 *1 (-690 *3)) (-4 *3 (-347))))
((*1 *2 *1)
- (-12 (-5 *2 (-148 (-350 (-484)))) (-5 *1 (-780 *3)) (-14 *3 (-484))))
+ (-12 (-5 *2 (-148 (-350 (-485)))) (-5 *1 (-781 *3)) (-14 *3 (-485))))
((*1 *2 *1)
- (-12 (-14 *3 (-484)) (-5 *2 (-148 (-350 (-484)))) (-5 *1 (-781 *3 *4))
- (-4 *4 (-779 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-346 *3)) (-4 *3 (-347))))
- ((*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-346 *3)) (-4 *3 (-347))))
- ((*1 *2 *2) (-12 (-5 *2 (-830)) (|has| *1 (-6 -3987)) (-4 *1 (-347))))
- ((*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-830))))
- ((*1 *2 *1) (-12 (-4 *1 (-779 *3)) (-5 *2 (-1069 (-484))))))
+ (-12 (-14 *3 (-485)) (-5 *2 (-148 (-350 (-485)))) (-5 *1 (-782 *3 *4))
+ (-4 *4 (-780 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-346 *3)) (-4 *3 (-347))))
+ ((*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-346 *3)) (-4 *3 (-347))))
+ ((*1 *2 *2) (-12 (-5 *2 (-831)) (|has| *1 (-6 -3988)) (-4 *1 (-347))))
+ ((*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-831))))
+ ((*1 *2 *1) (-12 (-4 *1 (-780 *3)) (-5 *2 (-1070 (-485))))))
(((*1 *2 *1)
(-12 (-4 *3 (-146)) (-4 *2 (-23)) (-5 *1 (-244 *3 *4 *2 *5 *6 *7))
- (-4 *4 (-1155 *3)) (-14 *5 (-1 *4 *4 *2))
+ (-4 *4 (-1156 *3)) (-14 *5 (-1 *4 *4 *2))
(-14 *6 (-1 (-3 *2 "failed") *2 *2))
(-14 *7 (-1 (-3 *4 "failed") *4 *4 *2))))
((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-648 *3 *2 *4 *5 *6)) (-4 *3 (-146))
+ (-12 (-4 *2 (-23)) (-5 *1 (-649 *3 *2 *4 *5 *6)) (-4 *3 (-146))
(-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2))
(-14 *6 (-1 (-3 *3 "failed") *3 *3 *2))))
- ((*1 *2) (-12 (-4 *2 (-1155 *3)) (-5 *1 (-649 *3 *2)) (-4 *3 (-961))))
+ ((*1 *2) (-12 (-4 *2 (-1156 *3)) (-5 *1 (-650 *3 *2)) (-4 *3 (-962))))
((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-652 *3 *2 *4 *5 *6)) (-4 *3 (-146))
+ (-12 (-4 *2 (-23)) (-5 *1 (-653 *3 *2 *4 *5 *6)) (-4 *3 (-146))
(-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2))
(-14 *6 (-1 (-3 *3 "failed") *3 *3 *2))))
- ((*1 *2) (-12 (-4 *1 (-779 *3)) (-5 *2 (-484)))))
-(((*1 *2 *1) (-12 (-4 *1 (-779 *3)) (-5 *2 (-484)))))
-(((*1 *1 *1) (-4 *1 (-779 *2))))
-(((*1 *1 *1 *1) (-5 *1 (-772))) ((*1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1085 (-484))) (-5 *3 (-484)) (-4 *1 (-779 *4)))))
+ ((*1 *2) (-12 (-4 *1 (-780 *3)) (-5 *2 (-485)))))
+(((*1 *2 *1) (-12 (-4 *1 (-780 *3)) (-5 *2 (-485)))))
+(((*1 *1 *1) (-4 *1 (-780 *2))))
+(((*1 *1 *1 *1) (-5 *1 (-773))) ((*1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1086 (-485))) (-5 *3 (-485)) (-4 *1 (-780 *4)))))
(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-694)) (-4 *5 (-312)) (-5 *2 (-350 *6))
- (-5 *1 (-776 *5 *4 *6)) (-4 *4 (-1172 *5)) (-4 *6 (-1155 *5))))
+ (|partial| -12 (-5 *3 (-695)) (-4 *5 (-312)) (-5 *2 (-350 *6))
+ (-5 *1 (-777 *5 *4 *6)) (-4 *4 (-1173 *5)) (-4 *6 (-1156 *5))))
((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-694)) (-5 *4 (-1169 *5 *6 *7)) (-4 *5 (-312))
- (-14 *6 (-1090)) (-14 *7 *5) (-5 *2 (-350 (-1148 *6 *5)))
- (-5 *1 (-777 *5 *6 *7))))
+ (|partial| -12 (-5 *3 (-695)) (-5 *4 (-1170 *5 *6 *7)) (-4 *5 (-312))
+ (-14 *6 (-1091)) (-14 *7 *5) (-5 *2 (-350 (-1149 *6 *5)))
+ (-5 *1 (-778 *5 *6 *7))))
((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-694)) (-5 *4 (-1169 *5 *6 *7)) (-4 *5 (-312))
- (-14 *6 (-1090)) (-14 *7 *5) (-5 *2 (-350 (-1148 *6 *5)))
- (-5 *1 (-777 *5 *6 *7)))))
+ (|partial| -12 (-5 *3 (-695)) (-5 *4 (-1170 *5 *6 *7)) (-4 *5 (-312))
+ (-14 *6 (-1091)) (-14 *7 *5) (-5 *2 (-350 (-1149 *6 *5)))
+ (-5 *1 (-778 *5 *6 *7)))))
(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-694)) (-4 *5 (-312)) (-5 *2 (-148 *6))
- (-5 *1 (-776 *5 *4 *6)) (-4 *4 (-1172 *5)) (-4 *6 (-1155 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1129)) (-5 *2 (-583 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-381))) (-5 *1 (-774)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-772)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-772)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-772)))))
-(((*1 *2 *1) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115)))))
- ((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772))))
- ((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-772)))))
-(((*1 *2 *1) (-12 (-4 *1 (-214 *3)) (-4 *3 (-1129)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-694))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-4 *2 (-13 (-347) (-950 *4) (-312) (-1115) (-239)))
- (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1155 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-550 *3)) (-4 *3 (-1013))))
- ((*1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772))))
- ((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-772)))))
-(((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-772)))))
-(((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-772)))))
-(((*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))))
-(((*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))))
-(((*1 *1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-772)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772))))
- ((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772))))
- ((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-772)))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-254))))
- ((*1 *1 *1) (-4 *1 (-254))) ((*1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))))
-(((*1 *1) (-5 *1 (-117))) ((*1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-772))))
- ((*1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-772))) ((*1 *1 *1 *1) (-5 *1 (-772)))
- ((*1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772))))
- ((*1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-254))))
+ (|partial| -12 (-5 *3 (-695)) (-4 *5 (-312)) (-5 *2 (-148 *6))
+ (-5 *1 (-777 *5 *4 *6)) (-4 *4 (-1173 *5)) (-4 *6 (-1156 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-318 *3)) (-4 *3 (-1130)) (-5 *2 (-584 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-381))) (-5 *1 (-775)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-773)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-773)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-773)))))
+(((*1 *2 *1) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116)))))
+ ((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773))))
+ ((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-773)))))
+(((*1 *2 *1) (-12 (-4 *1 (-214 *3)) (-4 *3 (-1130)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-695))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-962)) (-4 *2 (-13 (-347) (-951 *4) (-312) (-1116) (-239)))
+ (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1156 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-551 *3)) (-4 *3 (-1014))))
+ ((*1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773))))
+ ((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-773)))))
+(((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-773)))))
+(((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-773)))))
+(((*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))))
+(((*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))))
+(((*1 *1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-773)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773))))
+ ((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773))))
+ ((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-773)))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-254))))
+ ((*1 *1 *1) (-4 *1 (-254))) ((*1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))))
+(((*1 *1) (-5 *1 (-117))) ((*1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-773))))
+ ((*1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-773))) ((*1 *1 *1 *1) (-5 *1 (-773)))
+ ((*1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773))))
+ ((*1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-254))))
((*1 *1 *1) (-4 *1 (-254)))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772))))
- ((*1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-772))) (-5 *1 (-772)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773))))
+ ((*1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-773))) (-5 *1 (-773)))))
(((*1 *2 *1 *1) (-12 (-4 *1 (-72)) (-5 *2 (-85))))
- ((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-759)) (-5 *2 (-85))))
- ((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-759)) (-5 *2 (-85))))
- ((*1 *1 *1 *1) (-5 *1 (-772))))
+ ((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-760)) (-5 *2 (-85))))
+ ((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-760)) (-5 *2 (-85))))
+ ((*1 *1 *1 *1) (-5 *1 (-773))))
(((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-739 *3)) (|:| |rm| (-739 *3))))
- (-5 *1 (-739 *3)) (-4 *3 (-756))))
- ((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-4 *1 (-258))) ((*1 *1 *1 *1) (-5 *1 (-694)))
- ((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-4 *1 (-258))) ((*1 *1 *1 *1) (-5 *1 (-694)))
- ((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-4 *1 (-84))) ((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1 *1) (-4 *1 (-84))) ((*1 *1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *1) (-4 *1 (-84))) ((*1 *1 *1) (-5 *1 (-772))))
-(((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-771))))
- ((*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-771)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-467))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-513))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-771)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-770)) (-5 *2 (-632 (-101))) (-5 *3 (-101)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-770)) (-5 *2 (-632 (-488))) (-5 *3 (-488)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-770)) (-5 *2 (-632 (-1138))) (-5 *3 (-1138)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-770)) (-5 *3 (-102)) (-5 *2 (-694)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-51))) (-5 *2 (-1185)) (-5 *1 (-768)))))
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-740 *3)) (|:| |rm| (-740 *3))))
+ (-5 *1 (-740 *3)) (-4 *3 (-757))))
+ ((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-4 *1 (-258))) ((*1 *1 *1 *1) (-5 *1 (-695)))
+ ((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-4 *1 (-258))) ((*1 *1 *1 *1) (-5 *1 (-695)))
+ ((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-4 *1 (-84))) ((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1 *1) (-4 *1 (-84))) ((*1 *1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *1) (-4 *1 (-84))) ((*1 *1 *1) (-5 *1 (-773))))
+(((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-772))))
+ ((*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-772)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-468))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-514))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-772)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-771)) (-5 *2 (-633 (-101))) (-5 *3 (-101)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-771)) (-5 *2 (-633 (-489))) (-5 *3 (-489)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-771)) (-5 *2 (-633 (-1139))) (-5 *3 (-1139)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-771)) (-5 *3 (-102)) (-5 *2 (-695)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-51))) (-5 *2 (-1186)) (-5 *1 (-769)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-38 (-350 (-484))))
+ (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-38 (-350 (-485))))
(-4 *2 (-146)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-146))))
- ((*1 *2 *3 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-146)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-694)) (-5 *1 (-765 *2)) (-4 *2 (-146)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-146))))
+ ((*1 *2 *3 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-146)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-695)) (-5 *1 (-766 *2)) (-4 *2 (-146)))))
(((*1 *2 *1 *1)
- (-12 (-4 *3 (-312)) (-4 *3 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1)))
- (-4 *1 (-761 *3))))
+ (-12 (-4 *3 (-312)) (-4 *3 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1)))
+ (-4 *1 (-762 *3))))
((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-69 *5)) (-4 *5 (-312)) (-4 *5 (-961))
- (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-762 *5 *3))
- (-4 *3 (-761 *5)))))
+ (-12 (-5 *4 (-69 *5)) (-4 *5 (-312)) (-4 *5 (-962))
+ (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-763 *5 *3))
+ (-4 *3 (-762 *5)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-312)) (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3)))
- (-5 *1 (-690 *3 *4)) (-4 *3 (-645 *4))))
+ (-12 (-4 *4 (-312)) (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3)))
+ (-5 *1 (-691 *3 *4)) (-4 *3 (-646 *4))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-312)) (-4 *3 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1)))
- (-4 *1 (-761 *3))))
+ (-12 (-4 *3 (-312)) (-4 *3 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1)))
+ (-4 *1 (-762 *3))))
((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-69 *5)) (-4 *5 (-312)) (-4 *5 (-961))
- (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-762 *5 *3))
- (-4 *3 (-761 *5)))))
+ (-12 (-5 *4 (-69 *5)) (-4 *5 (-312)) (-4 *5 (-962))
+ (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-763 *5 *3))
+ (-4 *3 (-762 *5)))))
(((*1 *2 *1 *1)
- (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1)))
- (-4 *1 (-761 *3))))
+ (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1)))
+ (-4 *1 (-762 *3))))
((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-69 *5)) (-4 *5 (-495)) (-4 *5 (-961))
- (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-762 *5 *3))
- (-4 *3 (-761 *5)))))
+ (-12 (-5 *4 (-69 *5)) (-4 *5 (-496)) (-4 *5 (-962))
+ (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-763 *5 *3))
+ (-4 *3 (-762 *5)))))
(((*1 *2 *1 *1)
- (-12 (-4 *3 (-495)) (-4 *3 (-961)) (-5 *2 (-2 (|:| -1972 *1) (|:| -2903 *1)))
- (-4 *1 (-761 *3))))
+ (-12 (-4 *3 (-496)) (-4 *3 (-962)) (-5 *2 (-2 (|:| -1973 *1) (|:| -2904 *1)))
+ (-4 *1 (-762 *3))))
((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-69 *5)) (-4 *5 (-495)) (-4 *5 (-961))
- (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-762 *5 *3))
- (-4 *3 (-761 *5)))))
+ (-12 (-5 *4 (-69 *5)) (-4 *5 (-496)) (-4 *5 (-962))
+ (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-763 *5 *3))
+ (-4 *3 (-762 *5)))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-590 *5)) (-4 *5 (-961))
- (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-761 *5))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-630 *3)) (-4 *1 (-361 *3)) (-4 *3 (-146))))
- ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961))))
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-591 *5)) (-4 *5 (-962))
+ (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-762 *5))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-631 *3)) (-4 *1 (-361 *3)) (-4 *3 (-146))))
+ ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962))))
((*1 *2 *3 *2 *2 *4 *5)
- (-12 (-5 *4 (-69 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-961)) (-5 *1 (-762 *2 *3))
- (-4 *3 (-761 *2)))))
+ (-12 (-5 *4 (-69 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-962)) (-5 *1 (-763 *2 *3))
+ (-4 *3 (-762 *2)))))
(((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *3 (-69 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-961)) (-5 *1 (-762 *5 *2))
- (-4 *2 (-761 *5)))))
-(((*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-690 *2 *3)) (-4 *2 (-645 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
-(((*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-690 *2 *3)) (-4 *2 (-645 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
+ (-12 (-5 *3 (-69 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-962)) (-5 *1 (-763 *5 *2))
+ (-4 *2 (-762 *5)))))
+(((*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-691 *2 *3)) (-4 *2 (-646 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
+(((*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-691 *2 *3)) (-4 *2 (-646 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-312)) (-5 *1 (-690 *2 *3)) (-4 *2 (-645 *3))))
+ (|partial| -12 (-4 *3 (-312)) (-5 *1 (-691 *2 *3)) (-4 *2 (-646 *3))))
((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
-(((*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-690 *2 *3)) (-4 *2 (-645 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
+ (|partial| -12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
+(((*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-691 *2 *3)) (-4 *2 (-646 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
(((*1 *2 *1 *1)
- (-12 (-4 *3 (-312)) (-4 *3 (-961))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2409 *1)))
- (-4 *1 (-761 *3)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
+ (-12 (-4 *3 (-312)) (-4 *3 (-962))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2410 *1)))
+ (-4 *1 (-762 *3)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
(((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
+ (|partial| -12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
(((*1 *2 *1 *1)
- (-12 (-4 *3 (-312)) (-4 *3 (-961))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2409 *1)))
- (-4 *1 (-761 *3)))))
-(((*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-690 *2 *3)) (-4 *2 (-645 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-761 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
+ (-12 (-4 *3 (-312)) (-4 *3 (-962))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2410 *1)))
+ (-4 *1 (-762 *3)))))
+(((*1 *2 *2 *2) (-12 (-4 *3 (-312)) (-5 *1 (-691 *2 *3)) (-4 *2 (-646 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-762 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
(((*1 *1)
- (-12 (-4 *1 (-347)) (-2561 (|has| *1 (-6 -3987)))
- (-2561 (|has| *1 (-6 -3979)))))
- ((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1013)) (-4 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-742 *2)) (-4 *2 (-756)))) ((*1 *1) (-4 *1 (-752)))
- ((*1 *1 *1 *1) (-4 *1 (-759))))
+ (-12 (-4 *1 (-347)) (-2562 (|has| *1 (-6 -3988)))
+ (-2562 (|has| *1 (-6 -3980)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1014)) (-4 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-743 *2)) (-4 *2 (-757)))) ((*1 *1) (-4 *1 (-753)))
+ ((*1 *1 *1 *1) (-4 *1 (-760))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1179 *5)) (-4 *5 (-716)) (-5 *2 (-85)) (-5 *1 (-753 *4 *5))
- (-14 *4 (-694)))))
+ (-12 (-5 *3 (-1180 *5)) (-4 *5 (-717)) (-5 *2 (-85)) (-5 *1 (-754 *4 *5))
+ (-14 *4 (-695)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1179 *5)) (-4 *5 (-716)) (-5 *2 (-85)) (-5 *1 (-753 *4 *5))
- (-14 *4 (-694)))))
+ (-12 (-5 *3 (-1180 *5)) (-4 *5 (-717)) (-5 *2 (-85)) (-5 *1 (-754 *4 *5))
+ (-14 *4 (-695)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1179 *5)) (-4 *5 (-716)) (-5 *2 (-85)) (-5 *1 (-753 *4 *5))
- (-14 *4 (-694)))))
-(((*1 *2) (-12 (-5 *2 (-750 (-484))) (-5 *1 (-472))))
- ((*1 *1) (-12 (-5 *1 (-750 *2)) (-4 *2 (-1013)))))
-(((*1 *2) (-12 (-5 *2 (-750 (-484))) (-5 *1 (-472))))
- ((*1 *1) (-12 (-5 *1 (-750 *2)) (-4 *2 (-1013)))))
+ (-12 (-5 *3 (-1180 *5)) (-4 *5 (-717)) (-5 *2 (-85)) (-5 *1 (-754 *4 *5))
+ (-14 *4 (-695)))))
+(((*1 *2) (-12 (-5 *2 (-751 (-485))) (-5 *1 (-473))))
+ ((*1 *1) (-12 (-5 *1 (-751 *2)) (-4 *2 (-1014)))))
+(((*1 *2) (-12 (-5 *2 (-751 (-485))) (-5 *1 (-473))))
+ ((*1 *1) (-12 (-5 *1 (-751 *2)) (-4 *2 (-1014)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-107))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-743 *3)) (-4 *3 (-1013))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-750 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-743 *3)) (-4 *3 (-1013))))
- ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-750 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1033)) (-5 *1 (-750 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-167 (-441))) (-5 *1 (-748)))))
-(((*1 *2 *1) (-12 (-4 *1 (-747 *3)) (-4 *3 (-1013)) (-5 *2 (-55)))))
-(((*1 *1 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-961))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
- (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-629 *4 *5 *6 *3))
- (-4 *3 (-627 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-744 *3)) (-4 *3 (-1014))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-751 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-744 *3)) (-4 *3 (-1014))))
+ ((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-751 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1034)) (-5 *1 (-751 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-167 (-442))) (-5 *1 (-749)))))
+(((*1 *2 *1) (-12 (-4 *1 (-748 *3)) (-4 *3 (-1014)) (-5 *2 (-55)))))
+(((*1 *1 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-962))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-496)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
+ (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-630 *4 *5 *6 *3))
+ (-4 *3 (-628 *4 *5 *6))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-146)) (-4 *2 (-961)) (-5 *1 (-651 *2 *3)) (-4 *3 (-590 *2))))
+ (-12 (-4 *2 (-146)) (-4 *2 (-962)) (-5 *1 (-652 *2 *3)) (-4 *3 (-591 *2))))
((*1 *1 *1)
- (-12 (-4 *2 (-146)) (-4 *2 (-961)) (-5 *1 (-651 *2 *3)) (-4 *3 (-590 *2))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-745 *2)) (-4 *2 (-146)) (-4 *2 (-961))))
- ((*1 *1 *1) (-12 (-5 *1 (-745 *2)) (-4 *2 (-146)) (-4 *2 (-961)))))
+ (-12 (-4 *2 (-146)) (-4 *2 (-962)) (-5 *1 (-652 *2 *3)) (-4 *3 (-591 *2))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-746 *2)) (-4 *2 (-146)) (-4 *2 (-962))))
+ ((*1 *1 *1) (-12 (-5 *1 (-746 *2)) (-4 *2 (-146)) (-4 *2 (-962)))))
(((*1 *2 *2)
- (-12 (-4 *2 (-146)) (-4 *2 (-961)) (-5 *1 (-651 *2 *3)) (-4 *3 (-590 *2))))
- ((*1 *2 *2) (-12 (-5 *1 (-745 *2)) (-4 *2 (-146)) (-4 *2 (-961)))))
+ (-12 (-4 *2 (-146)) (-4 *2 (-962)) (-5 *1 (-652 *2 *3)) (-4 *3 (-591 *2))))
+ ((*1 *2 *2) (-12 (-5 *1 (-746 *2)) (-4 *2 (-146)) (-4 *2 (-962)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-86)) (-5 *4 (-583 *2)) (-5 *1 (-87 *2))
- (-4 *2 (-1013))))
+ (|partial| -12 (-5 *3 (-86)) (-5 *4 (-584 *2)) (-5 *1 (-87 *2))
+ (-4 *2 (-1014))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 (-583 *4))) (-4 *4 (-1013))
+ (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 (-584 *4))) (-4 *4 (-1014))
(-5 *1 (-87 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1013)) (-5 *1 (-87 *4))))
+ (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1014)) (-5 *1 (-87 *4))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-86)) (-5 *2 (-1 *4 (-583 *4))) (-5 *1 (-87 *4))
- (-4 *4 (-1013))))
+ (|partial| -12 (-5 *3 (-86)) (-5 *2 (-1 *4 (-584 *4))) (-5 *1 (-87 *4))
+ (-4 *4 (-1014))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-590 *3)) (-4 *3 (-961))
- (-5 *1 (-651 *3 *4))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-745 *3)))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-591 *3)) (-4 *3 (-962))
+ (-5 *1 (-652 *3 *4))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-746 *3)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-590 *3)) (-4 *3 (-961))
- (-5 *1 (-651 *3 *4))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-745 *3)))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-591 *3)) (-4 *3 (-962))
+ (-5 *1 (-652 *3 *4))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-746 *3)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-86)) (-4 *4 (-961)) (-5 *1 (-651 *4 *2)) (-4 *2 (-590 *4))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-86)) (-5 *1 (-745 *2)) (-4 *2 (-961)))))
+ (-12 (-5 *3 (-86)) (-4 *4 (-962)) (-5 *1 (-652 *4 *2)) (-4 *2 (-591 *4))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-86)) (-5 *1 (-746 *2)) (-4 *2 (-962)))))
(((*1 *1 *2 *3)
- (-12 (-5 *3 (-310 (-86))) (-4 *2 (-961)) (-5 *1 (-651 *2 *4))
- (-4 *4 (-590 *2))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-310 (-86))) (-5 *1 (-745 *2)) (-4 *2 (-961)))))
-(((*1 *2) (-12 (-5 *2 (-743 (-484))) (-5 *1 (-472))))
- ((*1 *1) (-12 (-5 *1 (-743 *2)) (-4 *2 (-1013)))))
-(((*1 *1 *2) (-12 (-4 *3 (-961)) (-5 *1 (-741 *2 *3)) (-4 *2 (-645 *3)))))
-(((*1 *2 *1) (-12 (-4 *2 (-645 *3)) (-5 *1 (-741 *2 *3)) (-4 *3 (-961)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-614 *3)) (-4 *3 (-756))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-618 *3)) (-4 *3 (-756))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-739 *3)) (-4 *3 (-756)))))
+ (-12 (-5 *3 (-310 (-86))) (-4 *2 (-962)) (-5 *1 (-652 *2 *4))
+ (-4 *4 (-591 *2))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-310 (-86))) (-5 *1 (-746 *2)) (-4 *2 (-962)))))
+(((*1 *2) (-12 (-5 *2 (-744 (-485))) (-5 *1 (-473))))
+ ((*1 *1) (-12 (-5 *1 (-744 *2)) (-4 *2 (-1014)))))
+(((*1 *1 *2) (-12 (-4 *3 (-962)) (-5 *1 (-742 *2 *3)) (-4 *2 (-646 *3)))))
+(((*1 *2 *1) (-12 (-4 *2 (-646 *3)) (-5 *1 (-742 *2 *3)) (-4 *3 (-962)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-615 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-619 *3)) (-4 *3 (-757))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-740 *3)) (-4 *3 (-757)))))
(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-583 *4)) (-4 *4 (-312)) (-5 *2 (-1179 *4))
- (-5 *1 (-734 *4 *3)) (-4 *3 (-600 *4)))))
+ (|partial| -12 (-5 *5 (-584 *4)) (-4 *4 (-312)) (-5 *2 (-1180 *4))
+ (-5 *1 (-735 *4 *3)) (-4 *3 (-601 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *4)) (-4 *4 (-312)) (-5 *2 (-630 *4)) (-5 *1 (-734 *4 *5))
- (-4 *5 (-600 *4))))
+ (-12 (-5 *3 (-584 *4)) (-4 *4 (-312)) (-5 *2 (-631 *4)) (-5 *1 (-735 *4 *5))
+ (-4 *5 (-601 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *5)) (-5 *4 (-694)) (-4 *5 (-312)) (-5 *2 (-630 *5))
- (-5 *1 (-734 *5 *6)) (-4 *6 (-600 *5)))))
+ (-12 (-5 *3 (-584 *5)) (-5 *4 (-695)) (-4 *5 (-312)) (-5 *2 (-631 *5))
+ (-5 *1 (-735 *5 *6)) (-4 *6 (-601 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-857 *5))) (-5 *4 (-583 (-1090))) (-4 *5 (-495))
- (-5 *2 (-583 (-583 (-249 (-350 (-857 *5)))))) (-5 *1 (-693 *5))))
+ (-12 (-5 *3 (-584 (-858 *5))) (-5 *4 (-584 (-1091))) (-4 *5 (-496))
+ (-5 *2 (-584 (-584 (-249 (-350 (-858 *5)))))) (-5 *1 (-694 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-495))
- (-5 *2 (-583 (-583 (-249 (-350 (-857 *4)))))) (-5 *1 (-693 *4))))
+ (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-496))
+ (-5 *2 (-584 (-584 (-249 (-350 (-858 *4)))))) (-5 *1 (-694 *4))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-630 *7))
+ (-12 (-5 *3 (-631 *7))
(-5 *5
- (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -2012 (-583 *6))) *7 *6))
- (-4 *6 (-312)) (-4 *7 (-600 *6))
+ (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -2013 (-584 *6))) *7 *6))
+ (-4 *6 (-312)) (-4 *7 (-601 *6))
(-5 *2
- (-2 (|:| |particular| (-3 (-1179 *6) "failed"))
- (|:| -2012 (-583 (-1179 *6)))))
- (-5 *1 (-733 *6 *7)) (-5 *4 (-1179 *6)))))
+ (-2 (|:| |particular| (-3 (-1180 *6) "failed"))
+ (|:| -2013 (-584 (-1180 *6)))))
+ (-5 *1 (-734 *6 *7)) (-5 *4 (-1180 *6)))))
(((*1 *2 *3 *4)
(-12 (-4 *5 (-312))
(-5 *2
- (-2 (|:| A (-630 *5))
+ (-2 (|:| A (-631 *5))
(|:| |eqs|
- (-583
- (-2 (|:| C (-630 *5)) (|:| |g| (-1179 *5)) (|:| -3267 *6)
+ (-584
+ (-2 (|:| C (-631 *5)) (|:| |g| (-1180 *5)) (|:| -3268 *6)
(|:| |rh| *5))))))
- (-5 *1 (-733 *5 *6)) (-5 *3 (-630 *5)) (-5 *4 (-1179 *5))
- (-4 *6 (-600 *5))))
+ (-5 *1 (-734 *5 *6)) (-5 *3 (-631 *5)) (-5 *4 (-1180 *5))
+ (-4 *6 (-601 *5))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-312)) (-4 *6 (-600 *5))
- (-5 *2 (-2 (|:| |mat| (-630 *6)) (|:| |vec| (-1179 *5))))
- (-5 *1 (-733 *5 *6)) (-5 *3 (-630 *6)) (-5 *4 (-1179 *5)))))
+ (-12 (-4 *5 (-312)) (-4 *6 (-601 *5))
+ (-5 *2 (-2 (|:| |mat| (-631 *6)) (|:| |vec| (-1180 *5))))
+ (-5 *1 (-734 *5 *6)) (-5 *3 (-631 *6)) (-5 *4 (-1180 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-597 (-350 *6))) (-5 *4 (-1 (-583 *5) *6))
- (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-4 *6 (-1155 *5)) (-5 *2 (-583 (-350 *6))) (-5 *1 (-732 *5 *6))))
+ (-12 (-5 *3 (-598 (-350 *6))) (-5 *4 (-1 (-584 *5) *6))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-4 *6 (-1156 *5)) (-5 *2 (-584 (-350 *6))) (-5 *1 (-733 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-597 (-350 *7))) (-5 *4 (-1 (-583 *6) *7))
+ (-12 (-5 *3 (-598 (-350 *7))) (-5 *4 (-1 (-584 *6) *7))
(-5 *5 (-1 (-348 *7) *7))
- (-4 *6 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-4 *7 (-1155 *6)) (-5 *2 (-583 (-350 *7))) (-5 *1 (-732 *6 *7))))
+ (-4 *6 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-4 *7 (-1156 *6)) (-5 *2 (-584 (-350 *7))) (-5 *1 (-733 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-598 *6 (-350 *6))) (-5 *4 (-1 (-583 *5) *6))
- (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-4 *6 (-1155 *5)) (-5 *2 (-583 (-350 *6))) (-5 *1 (-732 *5 *6))))
+ (-12 (-5 *3 (-599 *6 (-350 *6))) (-5 *4 (-1 (-584 *5) *6))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-4 *6 (-1156 *5)) (-5 *2 (-584 (-350 *6))) (-5 *1 (-733 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-598 *7 (-350 *7))) (-5 *4 (-1 (-583 *6) *7))
+ (-12 (-5 *3 (-599 *7 (-350 *7))) (-5 *4 (-1 (-584 *6) *7))
(-5 *5 (-1 (-348 *7) *7))
- (-4 *6 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-4 *7 (-1155 *6)) (-5 *2 (-583 (-350 *7))) (-5 *1 (-732 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-597 (-350 *5))) (-4 *5 (-1155 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-5 *2 (-583 (-350 *5))) (-5 *1 (-732 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-597 (-350 *6))) (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1155 *5))
- (-4 *5 (-27)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-5 *2 (-583 (-350 *6))) (-5 *1 (-732 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-598 *5 (-350 *5))) (-4 *5 (-1155 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-5 *2 (-583 (-350 *5))) (-5 *1 (-732 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-598 *6 (-350 *6))) (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1155 *5))
- (-4 *5 (-27)) (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-5 *2 (-583 (-350 *6))) (-5 *1 (-732 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-583 *5) *6))
- (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *6 (-1155 *5))
- (-5 *2 (-583 (-2 (|:| |poly| *6) (|:| -3267 *3))))
- (-5 *1 (-729 *5 *6 *3 *7)) (-4 *3 (-600 *6)) (-4 *7 (-600 (-350 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-583 *5) *6))
- (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-4 *6 (-1155 *5))
- (-5 *2 (-583 (-2 (|:| |poly| *6) (|:| -3267 (-598 *6 (-350 *6))))))
- (-5 *1 (-732 *5 *6)) (-5 *3 (-598 *6 (-350 *6))))))
+ (-4 *6 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-4 *7 (-1156 *6)) (-5 *2 (-584 (-350 *7))) (-5 *1 (-733 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-598 (-350 *5))) (-4 *5 (-1156 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-5 *2 (-584 (-350 *5))) (-5 *1 (-733 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-598 (-350 *6))) (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1156 *5))
+ (-4 *5 (-27)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-5 *2 (-584 (-350 *6))) (-5 *1 (-733 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-599 *5 (-350 *5))) (-4 *5 (-1156 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-5 *2 (-584 (-350 *5))) (-5 *1 (-733 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-599 *6 (-350 *6))) (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1156 *5))
+ (-4 *5 (-27)) (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-5 *2 (-584 (-350 *6))) (-5 *1 (-733 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-584 *5) *6))
+ (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *6 (-1156 *5))
+ (-5 *2 (-584 (-2 (|:| |poly| *6) (|:| -3268 *3))))
+ (-5 *1 (-730 *5 *6 *3 *7)) (-4 *3 (-601 *6)) (-4 *7 (-601 (-350 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-584 *5) *6))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-4 *6 (-1156 *5))
+ (-5 *2 (-584 (-2 (|:| |poly| *6) (|:| -3268 (-599 *6 (-350 *6))))))
+ (-5 *1 (-733 *5 *6)) (-5 *3 (-599 *6 (-350 *6))))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 (-583 *7) *7 (-1085 *7))) (-5 *5 (-1 (-348 *7) *7))
- (-4 *7 (-1155 *6)) (-4 *6 (-13 (-312) (-120) (-950 (-350 (-484)))))
- (-5 *2 (-583 (-2 (|:| |frac| (-350 *7)) (|:| -3267 *3))))
- (-5 *1 (-729 *6 *7 *3 *8)) (-4 *3 (-600 *7)) (-4 *8 (-600 (-350 *7)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1155 *5))
- (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-5 *2 (-583 (-2 (|:| |frac| (-350 *6)) (|:| -3267 (-598 *6 (-350 *6))))))
- (-5 *1 (-732 *5 *6)) (-5 *3 (-598 *6 (-350 *6))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-312)) (-4 *7 (-1155 *5)) (-4 *4 (-661 *5 *7))
- (-5 *2 (-2 (|:| |mat| (-630 *6)) (|:| |vec| (-1179 *5))))
- (-5 *1 (-731 *5 *6 *7 *4 *3)) (-4 *6 (-600 *5)) (-4 *3 (-600 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-597 (-350 *2))) (-4 *2 (-1155 *4)) (-5 *1 (-730 *4 *2))
- (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-598 *2 (-350 *2))) (-4 *2 (-1155 *4)) (-5 *1 (-730 *4 *2))
- (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484))))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-597 (-350 *6))) (-5 *4 (-350 *6)) (-4 *6 (-1155 *5))
- (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2012 (-583 *4))))
- (-5 *1 (-730 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-597 (-350 *6))) (-4 *6 (-1155 *5))
- (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-5 *2 (-2 (|:| -2012 (-583 (-350 *6))) (|:| |mat| (-630 *5))))
- (-5 *1 (-730 *5 *6)) (-5 *4 (-583 (-350 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-598 *6 (-350 *6))) (-5 *4 (-350 *6)) (-4 *6 (-1155 *5))
- (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-5 *2 (-2 (|:| |particular| (-3 *4 #1#)) (|:| -2012 (-583 *4))))
- (-5 *1 (-730 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-598 *6 (-350 *6))) (-4 *6 (-1155 *5))
- (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-5 *2 (-2 (|:| -2012 (-583 (-350 *6))) (|:| |mat| (-630 *5))))
- (-5 *1 (-730 *5 *6)) (-5 *4 (-583 (-350 *6))))))
+ (-12 (-5 *4 (-1 (-584 *7) *7 (-1086 *7))) (-5 *5 (-1 (-348 *7) *7))
+ (-4 *7 (-1156 *6)) (-4 *6 (-13 (-312) (-120) (-951 (-350 (-485)))))
+ (-5 *2 (-584 (-2 (|:| |frac| (-350 *7)) (|:| -3268 *3))))
+ (-5 *1 (-730 *6 *7 *3 *8)) (-4 *3 (-601 *7)) (-4 *8 (-601 (-350 *7)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1156 *5))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-5 *2 (-584 (-2 (|:| |frac| (-350 *6)) (|:| -3268 (-599 *6 (-350 *6))))))
+ (-5 *1 (-733 *5 *6)) (-5 *3 (-599 *6 (-350 *6))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-312)) (-4 *7 (-1156 *5)) (-4 *4 (-662 *5 *7))
+ (-5 *2 (-2 (|:| |mat| (-631 *6)) (|:| |vec| (-1180 *5))))
+ (-5 *1 (-732 *5 *6 *7 *4 *3)) (-4 *6 (-601 *5)) (-4 *3 (-601 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-598 (-350 *2))) (-4 *2 (-1156 *4)) (-5 *1 (-731 *4 *2))
+ (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-599 *2 (-350 *2))) (-4 *2 (-1156 *4)) (-5 *1 (-731 *4 *2))
+ (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485))))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-598 (-350 *6))) (-5 *4 (-350 *6)) (-4 *6 (-1156 *5))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2013 (-584 *4))))
+ (-5 *1 (-731 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-598 (-350 *6))) (-4 *6 (-1156 *5))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-5 *2 (-2 (|:| -2013 (-584 (-350 *6))) (|:| |mat| (-631 *5))))
+ (-5 *1 (-731 *5 *6)) (-5 *4 (-584 (-350 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-599 *6 (-350 *6))) (-5 *4 (-350 *6)) (-4 *6 (-1156 *5))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-5 *2 (-2 (|:| |particular| (-3 *4 #1#)) (|:| -2013 (-584 *4))))
+ (-5 *1 (-731 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-599 *6 (-350 *6))) (-4 *6 (-1156 *5))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-5 *2 (-2 (|:| -2013 (-584 (-350 *6))) (|:| |mat| (-631 *5))))
+ (-5 *1 (-731 *5 *6)) (-5 *4 (-584 (-350 *6))))))
(((*1 *2 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *3 (-1155 *4))
- (-5 *1 (-729 *4 *3 *2 *5)) (-4 *2 (-600 *3)) (-4 *5 (-600 (-350 *3)))))
+ (-12 (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *3 (-1156 *4))
+ (-5 *1 (-730 *4 *3 *2 *5)) (-4 *2 (-601 *3)) (-4 *5 (-601 (-350 *3)))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-350 *5)) (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484)))))
- (-4 *5 (-1155 *4)) (-5 *1 (-729 *4 *5 *2 *6)) (-4 *2 (-600 *5))
- (-4 *6 (-600 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-583 *5) *6))
- (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *6 (-1155 *5))
- (-5 *2 (-583 (-2 (|:| -3953 *5) (|:| -3267 *3)))) (-5 *1 (-729 *5 *6 *3 *7))
- (-4 *3 (-600 *6)) (-4 *7 (-600 (-350 *6))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *5 (-1155 *4))
- (-5 *2 (-583 (-2 (|:| |deg| (-694)) (|:| -3267 *5))))
- (-5 *1 (-729 *4 *5 *3 *6)) (-4 *3 (-600 *5)) (-4 *6 (-600 (-350 *5))))))
-(((*1 *2 *3)
- (-12 (-4 *2 (-1155 *4)) (-5 *1 (-729 *4 *2 *3 *5))
- (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *3 (-600 *2))
- (-4 *5 (-600 (-350 *2))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *2 (-1155 *4)) (-5 *1 (-728 *4 *2 *3 *5))
- (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *3 (-600 *2))
- (-4 *5 (-600 (-350 *2)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *2 (-1155 *4)) (-5 *1 (-728 *4 *2 *5 *3))
- (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *5 (-600 *2))
- (-4 *3 (-600 (-350 *2))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *5 (-1155 *4))
- (-5 *2 (-583 (-2 (|:| -3774 *5) (|:| -3227 *5)))) (-5 *1 (-728 *4 *5 *3 *6))
- (-4 *3 (-600 *5)) (-4 *6 (-600 (-350 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *4 (-1155 *5))
- (-5 *2 (-583 (-2 (|:| -3774 *4) (|:| -3227 *4)))) (-5 *1 (-728 *5 *4 *3 *6))
- (-4 *3 (-600 *4)) (-4 *6 (-600 (-350 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *5 (-1155 *4))
- (-5 *2 (-583 (-2 (|:| -3774 *5) (|:| -3227 *5)))) (-5 *1 (-728 *4 *5 *6 *3))
- (-4 *6 (-600 *5)) (-4 *3 (-600 (-350 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *4 (-1155 *5))
- (-5 *2 (-583 (-2 (|:| -3774 *4) (|:| -3227 *4)))) (-5 *1 (-728 *5 *4 *6 *3))
- (-4 *6 (-600 *4)) (-4 *3 (-600 (-350 *4))))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-350 *2)) (-4 *2 (-1155 *5))
- (-5 *1 (-728 *5 *2 *3 *6)) (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484)))))
- (-4 *3 (-600 *2)) (-4 *6 (-600 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-350 *2))) (-4 *2 (-1155 *5)) (-5 *1 (-728 *5 *2 *3 *6))
- (-4 *5 (-13 (-312) (-120) (-950 (-350 (-484))))) (-4 *3 (-600 *2))
- (-4 *6 (-600 (-350 *2))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-597 *4)) (-4 *4 (-291 *5 *6 *7))
- (-4 *5 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-4 *6 (-1155 *5)) (-4 *7 (-1155 (-350 *6)))
- (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2012 (-583 *4))))
- (-5 *1 (-727 *5 *6 *7 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *2 (-1 *5 *5)) (-5 *1 (-726 *4 *5))
- (-4 *5 (-13 (-29 *4) (-1115) (-871))))))
+ (-12 (-5 *3 (-350 *5)) (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485)))))
+ (-4 *5 (-1156 *4)) (-5 *1 (-730 *4 *5 *2 *6)) (-4 *2 (-601 *5))
+ (-4 *6 (-601 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-584 *5) *6))
+ (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *6 (-1156 *5))
+ (-5 *2 (-584 (-2 (|:| -3954 *5) (|:| -3268 *3)))) (-5 *1 (-730 *5 *6 *3 *7))
+ (-4 *3 (-601 *6)) (-4 *7 (-601 (-350 *6))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *5 (-1156 *4))
+ (-5 *2 (-584 (-2 (|:| |deg| (-695)) (|:| -3268 *5))))
+ (-5 *1 (-730 *4 *5 *3 *6)) (-4 *3 (-601 *5)) (-4 *6 (-601 (-350 *5))))))
+(((*1 *2 *3)
+ (-12 (-4 *2 (-1156 *4)) (-5 *1 (-730 *4 *2 *3 *5))
+ (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *3 (-601 *2))
+ (-4 *5 (-601 (-350 *2))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1156 *4)) (-5 *1 (-729 *4 *2 *3 *5))
+ (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *3 (-601 *2))
+ (-4 *5 (-601 (-350 *2)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1156 *4)) (-5 *1 (-729 *4 *2 *5 *3))
+ (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *5 (-601 *2))
+ (-4 *3 (-601 (-350 *2))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *5 (-1156 *4))
+ (-5 *2 (-584 (-2 (|:| -3775 *5) (|:| -3228 *5)))) (-5 *1 (-729 *4 *5 *3 *6))
+ (-4 *3 (-601 *5)) (-4 *6 (-601 (-350 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *4 (-1156 *5))
+ (-5 *2 (-584 (-2 (|:| -3775 *4) (|:| -3228 *4)))) (-5 *1 (-729 *5 *4 *3 *6))
+ (-4 *3 (-601 *4)) (-4 *6 (-601 (-350 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *5 (-1156 *4))
+ (-5 *2 (-584 (-2 (|:| -3775 *5) (|:| -3228 *5)))) (-5 *1 (-729 *4 *5 *6 *3))
+ (-4 *6 (-601 *5)) (-4 *3 (-601 (-350 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *4 (-1156 *5))
+ (-5 *2 (-584 (-2 (|:| -3775 *4) (|:| -3228 *4)))) (-5 *1 (-729 *5 *4 *6 *3))
+ (-4 *6 (-601 *4)) (-4 *3 (-601 (-350 *4))))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-350 *2)) (-4 *2 (-1156 *5))
+ (-5 *1 (-729 *5 *2 *3 *6)) (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485)))))
+ (-4 *3 (-601 *2)) (-4 *6 (-601 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-584 (-350 *2))) (-4 *2 (-1156 *5)) (-5 *1 (-729 *5 *2 *3 *6))
+ (-4 *5 (-13 (-312) (-120) (-951 (-350 (-485))))) (-4 *3 (-601 *2))
+ (-4 *6 (-601 (-350 *2))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-598 *4)) (-4 *4 (-291 *5 *6 *7))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-4 *6 (-1156 *5)) (-4 *7 (-1156 (-350 *6)))
+ (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2013 (-584 *4))))
+ (-5 *1 (-728 *5 *6 *7 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *2 (-1 *5 *5)) (-5 *1 (-727 *4 *5))
+ (-4 *5 (-13 (-29 *4) (-1116) (-872))))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-5 *1 (-726 *4 *2)) (-4 *2 (-13 (-29 *4) (-1115) (-871))))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-5 *1 (-727 *4 *2)) (-4 *2 (-13 (-29 *4) (-1116) (-872))))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1090)) (-4 *6 (-13 (-258) (-950 (-484)) (-580 (-484)) (-120)))
- (-4 *4 (-13 (-29 *6) (-1115) (-871)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -2012 (-583 *4))))
- (-5 *1 (-724 *6 *4 *3)) (-4 *3 (-600 *4)))))
-(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146))))
- ((*1 *1 *2 *2) (-12 (-5 *2 (-909 *3)) (-4 *3 (-146)) (-5 *1 (-722 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))))
-(((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))))
-(((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))))
-(((*1 *2 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)))))
+ (-12 (-5 *5 (-1091)) (-4 *6 (-13 (-258) (-951 (-485)) (-581 (-485)) (-120)))
+ (-4 *4 (-13 (-29 *6) (-1116) (-872)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -2013 (-584 *4))))
+ (-5 *1 (-725 *6 *4 *3)) (-4 *3 (-601 *4)))))
+(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146))))
+ ((*1 *1 *2 *2) (-12 (-5 *2 (-910 *3)) (-4 *3 (-146)) (-5 *1 (-723 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))))
+(((*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))))
+(((*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))))
+(((*1 *2 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)))))
(((*1 *1 *1) (-4 *1 (-201)))
((*1 *1 *1)
- (-12 (-4 *2 (-146)) (-5 *1 (-244 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1155 *2))
+ (-12 (-4 *2 (-146)) (-5 *1 (-244 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1156 *2))
(-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4)) (-14 *6 (-1 (-3 *4 "failed") *4 *4))
(-14 *7 (-1 (-3 *3 "failed") *3 *3 *4))))
((*1 *1 *1)
- (OR (-12 (-5 *1 (-249 *2)) (-4 *2 (-312)) (-4 *2 (-1129)))
- (-12 (-5 *1 (-249 *2)) (-4 *2 (-413)) (-4 *2 (-1129)))))
+ (OR (-12 (-5 *1 (-249 *2)) (-4 *2 (-312)) (-4 *2 (-1130)))
+ (-12 (-5 *1 (-249 *2)) (-4 *2 (-413)) (-4 *2 (-1130)))))
((*1 *1 *1) (-4 *1 (-413)))
- ((*1 *2 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-299)) (-5 *1 (-466 *3))))
+ ((*1 *2 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-299)) (-5 *1 (-467 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-652 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
+ (-12 (-5 *1 (-653 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *1) (-12 (-4 *1 (-720 *2)) (-4 *2 (-146)) (-4 *2 (-312)))))
-(((*1 *2 *1) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115)))))
- ((*1 *1 *1 *1) (-4 *1 (-717))))
+ ((*1 *1 *1) (-12 (-4 *1 (-721 *2)) (-4 *2 (-146)) (-4 *2 (-312)))))
+(((*1 *2 *1) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116)))))
+ ((*1 *1 *1 *1) (-4 *1 (-718))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
(-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330))
(-5 *2
- (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484))
+ (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485))
(|:| |success| (-85))))
- (-5 *1 (-711)) (-5 *5 (-484)))))
+ (-5 *1 (-712)) (-5 *5 (-485)))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
(-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330))
(-5 *2
- (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484))
+ (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485))
(|:| |success| (-85))))
- (-5 *1 (-711)) (-5 *5 (-484)))))
+ (-5 *1 (-712)) (-5 *5 (-485)))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
(-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330))
(-5 *2
- (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484))
+ (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485))
(|:| |success| (-85))))
- (-5 *1 (-711)) (-5 *5 (-484)))))
+ (-5 *1 (-712)) (-5 *5 (-485)))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
(-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330))
(-5 *2
- (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484))
+ (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485))
(|:| |success| (-85))))
- (-5 *1 (-711)) (-5 *5 (-484)))))
+ (-5 *1 (-712)) (-5 *5 (-485)))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
(-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330))
(-5 *2
- (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484))
+ (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485))
(|:| |success| (-85))))
- (-5 *1 (-711)) (-5 *5 (-484)))))
+ (-5 *1 (-712)) (-5 *5 (-485)))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
(-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330))
(-5 *2
- (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484))
+ (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485))
(|:| |success| (-85))))
- (-5 *1 (-711)) (-5 *5 (-484)))))
+ (-5 *1 (-712)) (-5 *5 (-485)))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
(-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330))
(-5 *2
- (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484))
+ (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485))
(|:| |success| (-85))))
- (-5 *1 (-711)) (-5 *5 (-484)))))
+ (-5 *1 (-712)) (-5 *5 (-485)))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
(-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330))
(-5 *2
- (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484))
+ (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485))
(|:| |success| (-85))))
- (-5 *1 (-711)) (-5 *5 (-484)))))
+ (-5 *1 (-712)) (-5 *5 (-485)))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
(-12 (-5 *3 (-1 (-330) (-330))) (-5 *4 (-330))
(-5 *2
- (-2 (|:| -3403 *4) (|:| -1596 *4) (|:| |totalpts| (-484))
+ (-2 (|:| -3404 *4) (|:| -1597 *4) (|:| |totalpts| (-485))
(|:| |success| (-85))))
- (-5 *1 (-711)) (-5 *5 (-484)))))
+ (-5 *1 (-712)) (-5 *5 (-485)))))
(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *4 (-484)) (-5 *6 (-1 (-1185) (-1179 *5) (-1179 *5) (-330)))
- (-5 *3 (-1179 (-330))) (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710)))))
+ (-12 (-5 *4 (-485)) (-5 *6 (-1 (-1186) (-1180 *5) (-1180 *5) (-330)))
+ (-5 *3 (-1180 (-330))) (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711)))))
(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
- (-12 (-5 *4 (-484))
- (-5 *6 (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1475 (-330))))
- (-5 *7 (-1 (-1185) (-1179 *5) (-1179 *5) (-330))) (-5 *3 (-1179 (-330)))
- (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710))))
+ (-12 (-5 *4 (-485))
+ (-5 *6 (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1476 (-330))))
+ (-5 *7 (-1 (-1186) (-1180 *5) (-1180 *5) (-330))) (-5 *3 (-1180 (-330)))
+ (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711))))
((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
- (-12 (-5 *4 (-484))
- (-5 *6 (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1475 (-330))))
- (-5 *7 (-1 (-1185) (-1179 *5) (-1179 *5) (-330))) (-5 *3 (-1179 (-330)))
- (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710)))))
+ (-12 (-5 *4 (-485))
+ (-5 *6 (-2 (|:| |tryValue| (-330)) (|:| |did| (-330)) (|:| -1476 (-330))))
+ (-5 *7 (-1 (-1186) (-1180 *5) (-1180 *5) (-330))) (-5 *3 (-1180 (-330)))
+ (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711)))))
(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
- (-12 (-5 *4 (-484)) (-5 *6 (-1 (-1185) (-1179 *5) (-1179 *5) (-330)))
- (-5 *3 (-1179 (-330))) (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710)))))
+ (-12 (-5 *4 (-485)) (-5 *6 (-1 (-1186) (-1180 *5) (-1180 *5) (-330)))
+ (-5 *3 (-1180 (-330))) (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711)))))
(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-484)) (-5 *6 (-1 (-1185) (-1179 *5) (-1179 *5) (-330)))
- (-5 *3 (-1179 (-330))) (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710))))
+ (-12 (-5 *4 (-485)) (-5 *6 (-1 (-1186) (-1180 *5) (-1180 *5) (-330)))
+ (-5 *3 (-1180 (-330))) (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711))))
((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
- (-12 (-5 *4 (-484)) (-5 *6 (-1 (-1185) (-1179 *5) (-1179 *5) (-330)))
- (-5 *3 (-1179 (-330))) (-5 *5 (-330)) (-5 *2 (-1185)) (-5 *1 (-710)))))
-(((*1 *2 *3) (|partial| -12 (-5 *3 (-1073)) (-5 *2 (-330)) (-5 *1 (-709)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-330)) (-5 *1 (-709)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-830)) (-5 *1 (-709)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1073)) (-5 *1 (-709)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-830)) (-5 *1 (-709)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1073)) (-5 *1 (-709)))))
+ (-12 (-5 *4 (-485)) (-5 *6 (-1 (-1186) (-1180 *5) (-1180 *5) (-330)))
+ (-5 *3 (-1180 (-330))) (-5 *5 (-330)) (-5 *2 (-1186)) (-5 *1 (-711)))))
+(((*1 *2 *3) (|partial| -12 (-5 *3 (-1074)) (-5 *2 (-330)) (-5 *1 (-710)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-330)) (-5 *1 (-710)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-831)) (-5 *1 (-710)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1074)) (-5 *1 (-710)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-831)) (-5 *1 (-710)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1074)) (-5 *1 (-710)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-857 (-142 *4))) (-4 *4 (-146)) (-4 *4 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (|partial| -12 (-5 *3 (-858 (-142 *4))) (-4 *4 (-146)) (-4 *4 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-857 (-142 *5))) (-5 *4 (-830)) (-4 *5 (-146))
- (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (|partial| -12 (-5 *3 (-858 (-142 *5))) (-5 *4 (-831)) (-4 *5 (-146))
+ (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-857 *4)) (-4 *4 (-961)) (-4 *4 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (|partial| -12 (-5 *3 (-858 *4)) (-4 *4 (-962)) (-4 *4 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-857 *5)) (-5 *4 (-830)) (-4 *5 (-961))
- (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (|partial| -12 (-5 *3 (-858 *5)) (-5 *4 (-831)) (-4 *5 (-962))
+ (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-4 *4 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (|partial| -12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-4 *4 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-830)) (-4 *5 (-495))
- (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (|partial| -12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-831)) (-4 *5 (-496))
+ (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-350 (-857 (-142 *4)))) (-4 *4 (-495))
- (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (|partial| -12 (-5 *3 (-350 (-858 (-142 *4)))) (-4 *4 (-496))
+ (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-350 (-857 (-142 *5)))) (-5 *4 (-830)) (-4 *5 (-495))
- (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (|partial| -12 (-5 *3 (-350 (-858 (-142 *5)))) (-5 *4 (-831)) (-4 *5 (-496))
+ (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-265 *4)) (-4 *4 (-495)) (-4 *4 (-756))
- (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (|partial| -12 (-5 *3 (-265 *4)) (-4 *4 (-496)) (-4 *4 (-757))
+ (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-265 *5)) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756))
- (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (|partial| -12 (-5 *3 (-265 *5)) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757))
+ (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-265 (-142 *4))) (-4 *4 (-495)) (-4 *4 (-756))
- (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (|partial| -12 (-5 *3 (-265 (-142 *4))) (-4 *4 (-496)) (-4 *4 (-757))
+ (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-265 (-142 *5))) (-5 *4 (-830)) (-4 *5 (-495))
- (-4 *5 (-756)) (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330)))
- (-5 *1 (-708 *5)))))
+ (|partial| -12 (-5 *3 (-265 (-142 *5))) (-5 *4 (-831)) (-4 *5 (-496))
+ (-4 *5 (-757)) (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330)))
+ (-5 *1 (-709 *5)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-857 *4)) (-4 *4 (-961)) (-4 *4 (-553 *2))
- (-5 *2 (-330)) (-5 *1 (-708 *4))))
+ (|partial| -12 (-5 *3 (-858 *4)) (-4 *4 (-962)) (-4 *4 (-554 *2))
+ (-5 *2 (-330)) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-857 *5)) (-5 *4 (-830)) (-4 *5 (-961))
- (-4 *5 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *5))))
+ (|partial| -12 (-5 *3 (-858 *5)) (-5 *4 (-831)) (-4 *5 (-962))
+ (-4 *5 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-4 *4 (-553 *2))
- (-5 *2 (-330)) (-5 *1 (-708 *4))))
+ (|partial| -12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-4 *4 (-554 *2))
+ (-5 *2 (-330)) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-830)) (-4 *5 (-495))
- (-4 *5 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *5))))
+ (|partial| -12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-831)) (-4 *5 (-496))
+ (-4 *5 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-265 *4)) (-4 *4 (-495)) (-4 *4 (-756))
- (-4 *4 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *4))))
+ (|partial| -12 (-5 *3 (-265 *4)) (-4 *4 (-496)) (-4 *4 (-757))
+ (-4 *4 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-265 *5)) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756))
- (-4 *5 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *5)))))
+ (|partial| -12 (-5 *3 (-265 *5)) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757))
+ (-4 *5 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *5)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-142 (-330))) (-5 *1 (-708 *3)) (-4 *3 (-553 (-330)))))
+ (-12 (-5 *2 (-142 (-330))) (-5 *1 (-709 *3)) (-4 *3 (-554 (-330)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-830)) (-5 *2 (-142 (-330))) (-5 *1 (-708 *3))
- (-4 *3 (-553 (-330)))))
+ (-12 (-5 *4 (-831)) (-5 *2 (-142 (-330))) (-5 *1 (-709 *3))
+ (-4 *3 (-554 (-330)))))
((*1 *2 *3)
- (-12 (-5 *3 (-142 *4)) (-4 *4 (-146)) (-4 *4 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (-12 (-5 *3 (-142 *4)) (-4 *4 (-146)) (-4 *4 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-142 *5)) (-5 *4 (-830)) (-4 *5 (-146)) (-4 *5 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (-12 (-5 *3 (-142 *5)) (-5 *4 (-831)) (-4 *5 (-146)) (-4 *5 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-857 (-142 *4))) (-4 *4 (-146)) (-4 *4 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (-12 (-5 *3 (-858 (-142 *4))) (-4 *4 (-146)) (-4 *4 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-857 (-142 *5))) (-5 *4 (-830)) (-4 *5 (-146))
- (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (-12 (-5 *3 (-858 (-142 *5))) (-5 *4 (-831)) (-4 *5 (-146))
+ (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-857 *4)) (-4 *4 (-961)) (-4 *4 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (-12 (-5 *3 (-858 *4)) (-4 *4 (-962)) (-4 *4 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-857 *5)) (-5 *4 (-830)) (-4 *5 (-961)) (-4 *5 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (-12 (-5 *3 (-858 *5)) (-5 *4 (-831)) (-4 *5 (-962)) (-4 *5 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-4 *4 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (-12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-4 *4 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-830)) (-4 *5 (-495))
- (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-831)) (-4 *5 (-496))
+ (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-350 (-857 (-142 *4)))) (-4 *4 (-495)) (-4 *4 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (-12 (-5 *3 (-350 (-858 (-142 *4)))) (-4 *4 (-496)) (-4 *4 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 (-142 *5)))) (-5 *4 (-830)) (-4 *5 (-495))
- (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (-12 (-5 *3 (-350 (-858 (-142 *5)))) (-5 *4 (-831)) (-4 *5 (-496))
+ (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-265 *4)) (-4 *4 (-495)) (-4 *4 (-756)) (-4 *4 (-553 (-330)))
- (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (-12 (-5 *3 (-265 *4)) (-4 *4 (-496)) (-4 *4 (-757)) (-4 *4 (-554 (-330)))
+ (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-265 *5)) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756))
- (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5))))
+ (-12 (-5 *3 (-265 *5)) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757))
+ (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-265 (-142 *4))) (-4 *4 (-495)) (-4 *4 (-756))
- (-4 *4 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *4))))
+ (-12 (-5 *3 (-265 (-142 *4))) (-4 *4 (-496)) (-4 *4 (-757))
+ (-4 *4 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-265 (-142 *5))) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756))
- (-4 *5 (-553 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-708 *5)))))
-(((*1 *2 *3) (-12 (-5 *2 (-330)) (-5 *1 (-708 *3)) (-4 *3 (-553 *2))))
+ (-12 (-5 *3 (-265 (-142 *5))) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757))
+ (-4 *5 (-554 (-330))) (-5 *2 (-142 (-330))) (-5 *1 (-709 *5)))))
+(((*1 *2 *3) (-12 (-5 *2 (-330)) (-5 *1 (-709 *3)) (-4 *3 (-554 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-830)) (-5 *2 (-330)) (-5 *1 (-708 *3)) (-4 *3 (-553 *2))))
+ (-12 (-5 *4 (-831)) (-5 *2 (-330)) (-5 *1 (-709 *3)) (-4 *3 (-554 *2))))
((*1 *2 *3)
- (-12 (-5 *3 (-857 *4)) (-4 *4 (-961)) (-4 *4 (-553 *2)) (-5 *2 (-330))
- (-5 *1 (-708 *4))))
+ (-12 (-5 *3 (-858 *4)) (-4 *4 (-962)) (-4 *4 (-554 *2)) (-5 *2 (-330))
+ (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-857 *5)) (-5 *4 (-830)) (-4 *5 (-961)) (-4 *5 (-553 *2))
- (-5 *2 (-330)) (-5 *1 (-708 *5))))
+ (-12 (-5 *3 (-858 *5)) (-5 *4 (-831)) (-4 *5 (-962)) (-4 *5 (-554 *2))
+ (-5 *2 (-330)) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-350 (-857 *4))) (-4 *4 (-495)) (-4 *4 (-553 *2)) (-5 *2 (-330))
- (-5 *1 (-708 *4))))
+ (-12 (-5 *3 (-350 (-858 *4))) (-4 *4 (-496)) (-4 *4 (-554 *2)) (-5 *2 (-330))
+ (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-553 *2))
- (-5 *2 (-330)) (-5 *1 (-708 *5))))
+ (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-554 *2))
+ (-5 *2 (-330)) (-5 *1 (-709 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-265 *4)) (-4 *4 (-495)) (-4 *4 (-756)) (-4 *4 (-553 *2))
- (-5 *2 (-330)) (-5 *1 (-708 *4))))
+ (-12 (-5 *3 (-265 *4)) (-4 *4 (-496)) (-4 *4 (-757)) (-4 *4 (-554 *2))
+ (-5 *2 (-330)) (-5 *1 (-709 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-265 *5)) (-5 *4 (-830)) (-4 *5 (-495)) (-4 *5 (-756))
- (-4 *5 (-553 *2)) (-5 *2 (-330)) (-5 *1 (-708 *5)))))
+ (-12 (-5 *3 (-265 *5)) (-5 *4 (-831)) (-4 *5 (-496)) (-4 *5 (-757))
+ (-4 *5 (-554 *2)) (-5 *2 (-330)) (-5 *1 (-709 *5)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-694)) (-5 *1 (-706 *2)) (-4 *2 (-38 (-350 (-484))))
+ (-12 (-5 *3 (-695)) (-5 *1 (-707 *2)) (-4 *2 (-38 (-350 (-485))))
(-4 *2 (-146)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-694)) (-5 *1 (-706 *2)) (-4 *2 (-38 (-350 (-484))))
+ (-12 (-5 *3 (-695)) (-5 *1 (-707 *2)) (-4 *2 (-38 (-350 (-485))))
(-4 *2 (-146)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-961)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-961)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-705 *2)) (-4 *2 (-962)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-705 *2)) (-4 *2 (-962)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-583 (-704 *3))) (-5 *1 (-704 *3)) (-4 *3 (-495))
- (-4 *3 (-961)))))
+ (-12 (-5 *2 (-584 (-705 *3))) (-5 *1 (-705 *3)) (-4 *3 (-496))
+ (-4 *3 (-962)))))
(((*1 *2 *1 *1)
(-12
- (-5 *2 (-2 (|:| -3757 *3) (|:| |coef1| (-704 *3)) (|:| |coef2| (-704 *3))))
- (-5 *1 (-704 *3)) (-4 *3 (-495)) (-4 *3 (-961)))))
+ (-5 *2 (-2 (|:| -3758 *3) (|:| |coef1| (-705 *3)) (|:| |coef2| (-705 *3))))
+ (-5 *1 (-705 *3)) (-4 *3 (-496)) (-4 *3 (-962)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3757 *3) (|:| |coef1| (-704 *3)))) (-5 *1 (-704 *3))
- (-4 *3 (-495)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-2 (|:| -3758 *3) (|:| |coef1| (-705 *3)))) (-5 *1 (-705 *3))
+ (-4 *3 (-496)) (-4 *3 (-962)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3757 *3) (|:| |coef2| (-704 *3)))) (-5 *1 (-704 *3))
- (-4 *3 (-495)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-2 (|:| -3758 *3) (|:| |coef2| (-705 *3)))) (-5 *1 (-705 *3))
+ (-4 *3 (-496)) (-4 *3 (-962)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 (-350 (-484))))
+ (-12 (-5 *3 (-631 (-350 (-485))))
(-5 *2
- (-583
- (-2 (|:| |outval| *4) (|:| |outmult| (-484))
- (|:| |outvect| (-583 (-630 *4))))))
- (-5 *1 (-702 *4)) (-4 *4 (-13 (-312) (-755))))))
+ (-584
+ (-2 (|:| |outval| *4) (|:| |outmult| (-485))
+ (|:| |outvect| (-584 (-631 *4))))))
+ (-5 *1 (-703 *4)) (-4 *4 (-13 (-312) (-756))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 (-350 (-484)))) (-5 *2 (-583 *4)) (-5 *1 (-702 *4))
- (-4 *4 (-13 (-312) (-755))))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-630 *2)) (-4 *2 (-146)) (-5 *1 (-119 *2))))
+ (-12 (-5 *3 (-631 (-350 (-485)))) (-5 *2 (-584 *4)) (-5 *1 (-703 *4))
+ (-4 *4 (-13 (-312) (-756))))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-631 *2)) (-4 *2 (-146)) (-5 *1 (-119 *2))))
((*1 *2 *3)
- (-12 (-4 *4 (-146)) (-4 *2 (-1155 *4)) (-5 *1 (-151 *4 *2 *3))
- (-4 *3 (-661 *4 *2))))
+ (-12 (-4 *4 (-146)) (-4 *2 (-1156 *4)) (-5 *1 (-151 *4 *2 *3))
+ (-4 *3 (-662 *4 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 (-350 (-857 *5)))) (-5 *4 (-1090)) (-5 *2 (-857 *5))
+ (-12 (-5 *3 (-631 (-350 (-858 *5)))) (-5 *4 (-1091)) (-5 *2 (-858 *5))
(-5 *1 (-248 *5)) (-4 *5 (-392))))
((*1 *2 *3)
- (-12 (-5 *3 (-630 (-350 (-857 *4)))) (-5 *2 (-857 *4)) (-5 *1 (-248 *4))
+ (-12 (-5 *3 (-631 (-350 (-858 *4)))) (-5 *2 (-858 *4)) (-5 *1 (-248 *4))
(-4 *4 (-392))))
- ((*1 *2 *1) (-12 (-4 *1 (-322 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1155 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-322 *3 *2)) (-4 *3 (-146)) (-4 *2 (-1156 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-630 (-142 (-350 (-484))))) (-5 *2 (-857 (-142 (-350 (-484)))))
- (-5 *1 (-688 *4)) (-4 *4 (-13 (-312) (-755)))))
+ (-12 (-5 *3 (-631 (-142 (-350 (-485))))) (-5 *2 (-858 (-142 (-350 (-485)))))
+ (-5 *1 (-689 *4)) (-4 *4 (-13 (-312) (-756)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 (-142 (-350 (-484))))) (-5 *4 (-1090))
- (-5 *2 (-857 (-142 (-350 (-484))))) (-5 *1 (-688 *5))
- (-4 *5 (-13 (-312) (-755)))))
+ (-12 (-5 *3 (-631 (-142 (-350 (-485))))) (-5 *4 (-1091))
+ (-5 *2 (-858 (-142 (-350 (-485))))) (-5 *1 (-689 *5))
+ (-4 *5 (-13 (-312) (-756)))))
((*1 *2 *3)
- (-12 (-5 *3 (-630 (-350 (-484)))) (-5 *2 (-857 (-350 (-484))))
- (-5 *1 (-702 *4)) (-4 *4 (-13 (-312) (-755)))))
+ (-12 (-5 *3 (-631 (-350 (-485)))) (-5 *2 (-858 (-350 (-485))))
+ (-5 *1 (-703 *4)) (-4 *4 (-13 (-312) (-756)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 (-350 (-484)))) (-5 *4 (-1090))
- (-5 *2 (-857 (-350 (-484)))) (-5 *1 (-702 *5)) (-4 *5 (-13 (-312) (-755))))))
+ (-12 (-5 *3 (-631 (-350 (-485)))) (-5 *4 (-1091))
+ (-5 *2 (-858 (-350 (-485)))) (-5 *1 (-703 *5)) (-4 *5 (-13 (-312) (-756))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)) (-5 *2 (-583 (-694)))
- (-5 *1 (-701 *3 *4 *5 *6 *7)) (-4 *3 (-1155 *6)) (-4 *7 (-861 *6 *4 *5)))))
+ (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)) (-5 *2 (-584 (-695)))
+ (-5 *1 (-702 *3 *4 *5 *6 *7)) (-4 *3 (-1156 *6)) (-4 *7 (-862 *6 *4 *5)))))
(((*1 *2 *3 *4 *5)
- (-12 (-4 *6 (-1155 *9)) (-4 *7 (-717)) (-4 *8 (-756)) (-4 *9 (-258))
- (-4 *10 (-861 *9 *7 *8))
+ (-12 (-4 *6 (-1156 *9)) (-4 *7 (-718)) (-4 *8 (-757)) (-4 *9 (-258))
+ (-4 *10 (-862 *9 *7 *8))
(-5 *2
- (-2 (|:| |deter| (-583 (-1085 *10)))
- (|:| |dterm| (-583 (-583 (-2 (|:| -3079 (-694)) (|:| |pcoef| *10)))))
- (|:| |nfacts| (-583 *6)) (|:| |nlead| (-583 *10))))
- (-5 *1 (-701 *6 *7 *8 *9 *10)) (-5 *3 (-1085 *10)) (-5 *4 (-583 *6))
- (-5 *5 (-583 *10)))))
+ (-2 (|:| |deter| (-584 (-1086 *10)))
+ (|:| |dterm| (-584 (-584 (-2 (|:| -3080 (-695)) (|:| |pcoef| *10)))))
+ (|:| |nfacts| (-584 *6)) (|:| |nlead| (-584 *10))))
+ (-5 *1 (-702 *6 *7 *8 *9 *10)) (-5 *3 (-1086 *10)) (-5 *4 (-584 *6))
+ (-5 *5 (-584 *10)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-299)) (-4 *5 (-280 *4)) (-4 *6 (-1155 *5)) (-5 *2 (-583 *3))
- (-5 *1 (-700 *4 *5 *6 *3 *7)) (-4 *3 (-1155 *6)) (-14 *7 (-830)))))
+ (-12 (-4 *4 (-299)) (-4 *5 (-280 *4)) (-4 *6 (-1156 *5)) (-5 *2 (-584 *3))
+ (-5 *1 (-701 *4 *5 *6 *3 *7)) (-4 *3 (-1156 *6)) (-14 *7 (-831)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| (-85)) (|:| -1600 *4))))
- (-5 *1 (-699 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| (-85)) (|:| -1601 *4))))
+ (-5 *1 (-700 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-1073)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
- (-4 *4 (-977 *6 *7 *8)) (-5 *2 (-1185)) (-5 *1 (-699 *6 *7 *8 *4 *5))
- (-4 *5 (-983 *6 *7 *8 *4)))))
+ (-12 (-5 *3 (-1074)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
+ (-4 *4 (-978 *6 *7 *8)) (-5 *2 (-1186)) (-5 *1 (-700 *6 *7 *8 *4 *5))
+ (-4 *5 (-984 *6 *7 *8 *4)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *3 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 *3)))))
+ (-12 (-4 *3 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 *3)))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484))))
- (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4)))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485))))
+ (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4)))))
((*1 *1 *1) (-5 *1 (-330)))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *3 (-977 *5 *6 *7))
- (-5 *2 (-583 (-2 (|:| |val| *3) (|:| -1600 *4))))
- (-5 *1 (-699 *5 *6 *7 *3 *4)) (-4 *4 (-983 *5 *6 *7 *3)))))
+ (-12 (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *3 (-978 *5 *6 *7))
+ (-5 *2 (-584 (-2 (|:| |val| *3) (|:| -1601 *4))))
+ (-5 *1 (-700 *5 *6 *7 *3 *4)) (-4 *4 (-984 *5 *6 *7 *3)))))
(((*1 *2 *2 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *2 (-977 *4 *5 *6))
- (-5 *1 (-699 *4 *5 *6 *2 *3)) (-4 *3 (-983 *4 *5 *6 *2)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-330))))
- ((*1 *1 *1 *1) (-4 *1 (-483)))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312))))
- ((*1 *1 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-694)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-431)) (-5 *4 (-865)) (-5 *2 (-632 (-471))) (-5 *1 (-471))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-865)) (-4 *3 (-1013)) (-5 *2 (-632 *1)) (-4 *1 (-691 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-691 *3)) (-4 *3 (-1013)) (-5 *2 (-85)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 (-142 (-350 (-484)))))
- (-5 *2
- (-583
- (-2 (|:| |outval| (-142 *4)) (|:| |outmult| (-484))
- (|:| |outvect| (-583 (-630 (-142 *4)))))))
- (-5 *1 (-688 *4)) (-4 *4 (-13 (-312) (-755))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 (-142 (-350 (-484))))) (-5 *2 (-583 (-142 *4)))
- (-5 *1 (-688 *4)) (-4 *4 (-13 (-312) (-755))))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-685))))
-(((*1 *1 *1 *1) (-4 *1 (-413))) ((*1 *1 *1 *1) (-4 *1 (-685))))
-(((*1 *1 *1 *1) (-4 *1 (-685))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-830)) (-4 *1 (-683 *3)) (-4 *3 (-146)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *2 (-978 *4 *5 *6))
+ (-5 *1 (-700 *4 *5 *6 *2 *3)) (-4 *3 (-984 *4 *5 *6 *2)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-330))))
+ ((*1 *1 *1 *1) (-4 *1 (-484)))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312))))
+ ((*1 *1 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-695)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-431)) (-5 *4 (-866)) (-5 *2 (-633 (-472))) (-5 *1 (-472))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-866)) (-4 *3 (-1014)) (-5 *2 (-633 *1)) (-4 *1 (-692 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-692 *3)) (-4 *3 (-1014)) (-5 *2 (-85)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-631 (-142 (-350 (-485)))))
+ (-5 *2
+ (-584
+ (-2 (|:| |outval| (-142 *4)) (|:| |outmult| (-485))
+ (|:| |outvect| (-584 (-631 (-142 *4)))))))
+ (-5 *1 (-689 *4)) (-4 *4 (-13 (-312) (-756))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-631 (-142 (-350 (-485))))) (-5 *2 (-584 (-142 *4)))
+ (-5 *1 (-689 *4)) (-4 *4 (-13 (-312) (-756))))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-686))))
+(((*1 *1 *1 *1) (-4 *1 (-413))) ((*1 *1 *1 *1) (-4 *1 (-686))))
+(((*1 *1 *1 *1) (-4 *1 (-686))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-831)) (-4 *1 (-684 *3)) (-4 *3 (-146)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1085 *6)) (-5 *3 (-484)) (-4 *6 (-258)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-681 *4 *5 *6 *7)) (-4 *7 (-861 *6 *4 *5)))))
+ (-12 (-5 *2 (-1086 *6)) (-5 *3 (-485)) (-4 *6 (-258)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-682 *4 *5 *6 *7)) (-4 *7 (-862 *6 *4 *5)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1085 *9)) (-5 *4 (-583 *7)) (-4 *7 (-756))
- (-4 *9 (-861 *8 *6 *7)) (-4 *6 (-717)) (-4 *8 (-258)) (-5 *2 (-583 (-694)))
- (-5 *1 (-681 *6 *7 *8 *9)) (-5 *5 (-694)))))
+ (-12 (-5 *3 (-1086 *9)) (-5 *4 (-584 *7)) (-4 *7 (-757))
+ (-4 *9 (-862 *8 *6 *7)) (-4 *6 (-718)) (-4 *8 (-258)) (-5 *2 (-584 (-695)))
+ (-5 *1 (-682 *6 *7 *8 *9)) (-5 *5 (-695)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-484)) (-5 *4 (-348 *2)) (-4 *2 (-861 *7 *5 *6))
- (-5 *1 (-681 *5 *6 *7 *2)) (-4 *5 (-717)) (-4 *6 (-756)) (-4 *7 (-258)))))
+ (-12 (-5 *3 (-485)) (-5 *4 (-348 *2)) (-4 *2 (-862 *7 *5 *6))
+ (-5 *1 (-682 *5 *6 *7 *2)) (-4 *5 (-718)) (-4 *6 (-757)) (-4 *7 (-258)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1085 *9)) (-5 *4 (-583 *7)) (-5 *5 (-583 (-583 *8)))
- (-4 *7 (-756)) (-4 *8 (-258)) (-4 *9 (-861 *8 *6 *7)) (-4 *6 (-717))
+ (-12 (-5 *3 (-1086 *9)) (-5 *4 (-584 *7)) (-5 *5 (-584 (-584 *8)))
+ (-4 *7 (-757)) (-4 *8 (-258)) (-4 *9 (-862 *8 *6 *7)) (-4 *6 (-718))
(-5 *2
- (-2 (|:| |upol| (-1085 *8)) (|:| |Lval| (-583 *8))
- (|:| |Lfact| (-583 (-2 (|:| -3733 (-1085 *8)) (|:| -2401 (-484)))))
+ (-2 (|:| |upol| (-1086 *8)) (|:| |Lval| (-584 *8))
+ (|:| |Lfact| (-584 (-2 (|:| -3734 (-1086 *8)) (|:| -2402 (-485)))))
(|:| |ctpol| *8)))
- (-5 *1 (-681 *6 *7 *8 *9)))))
+ (-5 *1 (-682 *6 *7 *8 *9)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-583 *7)) (-5 *5 (-583 (-583 *8))) (-4 *7 (-756)) (-4 *8 (-258))
- (-4 *6 (-717)) (-4 *9 (-861 *8 *6 *7))
+ (-12 (-5 *4 (-584 *7)) (-5 *5 (-584 (-584 *8))) (-4 *7 (-757)) (-4 *8 (-258))
+ (-4 *6 (-718)) (-4 *9 (-862 *8 *6 *7))
(-5 *2
(-2 (|:| |unitPart| *9)
- (|:| |suPart| (-583 (-2 (|:| -3733 (-1085 *9)) (|:| -2401 (-484)))))))
- (-5 *1 (-681 *6 *7 *8 *9)) (-5 *3 (-1085 *9)))))
+ (|:| |suPart| (-584 (-2 (|:| -3734 (-1086 *9)) (|:| -2402 (-485)))))))
+ (-5 *1 (-682 *6 *7 *8 *9)) (-5 *3 (-1086 *9)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-484)) (-4 *6 (-717)) (-4 *7 (-756)) (-4 *8 (-258))
- (-4 *9 (-861 *8 *6 *7))
- (-5 *2 (-2 (|:| -2004 (-1085 *9)) (|:| |polval| (-1085 *8))))
- (-5 *1 (-681 *6 *7 *8 *9)) (-5 *3 (-1085 *9)) (-5 *4 (-1085 *8)))))
+ (-12 (-5 *5 (-485)) (-4 *6 (-718)) (-4 *7 (-757)) (-4 *8 (-258))
+ (-4 *9 (-862 *8 *6 *7))
+ (-5 *2 (-2 (|:| -2005 (-1086 *9)) (|:| |polval| (-1086 *8))))
+ (-5 *1 (-682 *6 *7 *8 *9)) (-5 *3 (-1086 *9)) (-5 *4 (-1086 *8)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-717)) (-4 *4 (-756)) (-4 *6 (-258)) (-5 *2 (-348 *3))
- (-5 *1 (-681 *5 *4 *6 *3)) (-4 *3 (-861 *6 *5 *4)))))
+ (-12 (-4 *5 (-718)) (-4 *4 (-757)) (-4 *6 (-258)) (-5 *2 (-348 *3))
+ (-5 *1 (-682 *5 *4 *6 *3)) (-4 *3 (-862 *6 *5 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-2 (|:| -3733 (-1085 *6)) (|:| -2401 (-484)))))
- (-4 *6 (-258)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-484))
- (-5 *1 (-681 *4 *5 *6 *7)) (-4 *7 (-861 *6 *4 *5)))))
+ (-12 (-5 *3 (-584 (-2 (|:| -3734 (-1086 *6)) (|:| -2402 (-485)))))
+ (-4 *6 (-258)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-485))
+ (-5 *1 (-682 *4 *5 *6 *7)) (-4 *7 (-862 *6 *4 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-258)) (-5 *2 (-348 *3))
- (-5 *1 (-681 *4 *5 *6 *3)) (-4 *3 (-861 *6 *4 *5)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-678 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-677)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-675 *3))))
- ((*1 *1 *2) (-12 (-5 *1 (-675 *2)) (-4 *2 (-1013))))
- ((*1 *1) (-12 (-5 *1 (-675 *2)) (-4 *2 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-675 *3)) (-4 *3 (-1013)))))
+ (-12 (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-258)) (-5 *2 (-348 *3))
+ (-5 *1 (-682 *4 *5 *6 *3)) (-4 *3 (-862 *6 *4 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-679 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-678)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-676 *3))))
+ ((*1 *1 *2) (-12 (-5 *1 (-676 *2)) (-4 *2 (-1014))))
+ ((*1 *1) (-12 (-5 *1 (-676 *2)) (-4 *2 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-676 *3)) (-4 *3 (-1014)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-695))))
((*1 *2 *1)
- (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014)) (-5 *2 (-695))))
((*1 *2 *1)
- (-12 (-5 *2 (-694)) (-5 *1 (-674 *3 *4)) (-4 *3 (-961)) (-4 *4 (-663)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-675 *3 *4)) (-4 *3 (-962)) (-4 *4 (-664)))))
(((*1 *2 *3 *4)
- (-12 (-4 *6 (-495)) (-4 *2 (-861 *3 *5 *4)) (-5 *1 (-671 *5 *4 *6 *2))
- (-5 *3 (-350 (-857 *6))) (-4 *5 (-717))
- (-4 *4 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $))))))))
+ (-12 (-4 *6 (-496)) (-4 *2 (-862 *3 *5 *4)) (-5 *1 (-672 *5 *4 *6 *2))
+ (-5 *3 (-350 (-858 *6))) (-4 *5 (-718))
+ (-4 *4 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $))))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1085 (-857 *6))) (-4 *6 (-495))
- (-4 *2 (-861 (-350 (-857 *6)) *5 *4)) (-5 *1 (-671 *5 *4 *6 *2))
- (-4 *5 (-717)) (-4 *4 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $))))))))
+ (-12 (-5 *3 (-1086 (-858 *6))) (-4 *6 (-496))
+ (-4 *2 (-862 (-350 (-858 *6)) *5 *4)) (-5 *1 (-672 *5 *4 *6 *2))
+ (-4 *5 (-718)) (-4 *4 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $))))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1085 *2)) (-4 *2 (-861 (-350 (-857 *6)) *5 *4))
- (-5 *1 (-671 *5 *4 *6 *2)) (-4 *5 (-717))
- (-4 *4 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $))))) (-4 *6 (-495)))))
+ (-12 (-5 *3 (-1086 *2)) (-4 *2 (-862 (-350 (-858 *6)) *5 *4))
+ (-5 *1 (-672 *5 *4 *6 *2)) (-4 *5 (-718))
+ (-4 *4 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $))))) (-4 *6 (-496)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-717)) (-4 *5 (-13 (-756) (-10 -8 (-15 -3973 ((-1090) $)))))
- (-4 *6 (-495)) (-5 *2 (-2 (|:| -2484 (-857 *6)) (|:| -2058 (-857 *6))))
- (-5 *1 (-671 *4 *5 *6 *3)) (-4 *3 (-861 (-350 (-857 *6)) *4 *5)))))
+ (-12 (-4 *4 (-718)) (-4 *5 (-13 (-757) (-10 -8 (-15 -3974 ((-1091) $)))))
+ (-4 *6 (-496)) (-5 *2 (-2 (|:| -2485 (-858 *6)) (|:| -2059 (-858 *6))))
+ (-5 *1 (-672 *4 *5 *6 *3)) (-4 *3 (-862 (-350 (-858 *6)) *4 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-108 *5 *6 *7)) (-14 *5 (-484))
- (-14 *6 (-694)) (-4 *7 (-146)) (-4 *8 (-146)) (-5 *2 (-108 *5 *6 *8))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-108 *5 *6 *7)) (-14 *5 (-485))
+ (-14 *6 (-695)) (-4 *7 (-146)) (-4 *8 (-146)) (-5 *2 (-108 *5 *6 *8))
(-5 *1 (-109 *5 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *9)) (-4 *9 (-961)) (-4 *5 (-756)) (-4 *6 (-717))
- (-4 *8 (-961)) (-4 *2 (-861 *9 *7 *5)) (-5 *1 (-667 *5 *6 *7 *8 *9 *4 *2))
- (-4 *7 (-717)) (-4 *4 (-861 *8 *6 *5)))))
+ (-12 (-5 *3 (-584 *9)) (-4 *9 (-962)) (-4 *5 (-757)) (-4 *6 (-718))
+ (-4 *8 (-962)) (-4 *2 (-862 *9 *7 *5)) (-5 *1 (-668 *5 *6 *7 *8 *9 *4 *2))
+ (-4 *7 (-718)) (-4 *4 (-862 *8 *6 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1155 *5))
- (-5 *1 (-666 *5 *2)) (-4 *5 (-312)))))
+ (-12 (-5 *3 (-350 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1156 *5))
+ (-5 *1 (-667 *5 *2)) (-4 *5 (-312)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-312))
- (-5 *2 (-2 (|:| -3090 (-348 *3)) (|:| |special| (-348 *3))))
- (-5 *1 (-666 *5 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-665 *2)) (-4 *2 (-72)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-72)) (-5 *1 (-664 *3)))))
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-312))
+ (-5 *2 (-2 (|:| -3091 (-348 *3)) (|:| |special| (-348 *3))))
+ (-5 *1 (-667 *5 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-666 *2)) (-4 *2 (-72)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-72)) (-5 *1 (-665 *3)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-55))))
((*1 *2 *1)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85))
- (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-659)) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-4 *1 (-663)) (-5 *2 (-85)))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85))
+ (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-660)) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-4 *1 (-664)) (-5 *2 (-85)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-50 *3 *4)) (-4 *3 (-961))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-50 *3 *4)) (-4 *3 (-962))
+ (-14 *4 (-584 (-1091)))))
((*1 *1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756)))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757)))
+ (-14 *4 (-584 (-1091)))))
((*1 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-320)) (-4 *2 (-312))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-286 *3 *4 *5 *2)) (-4 *3 (-312)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-4 *2 (-291 *3 *4 *5))))
+ (|partial| -12 (-4 *1 (-286 *3 *4 *5 *2)) (-4 *3 (-312)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-4 *2 (-291 *3 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-12 (-5 *2 (-695)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
(-4 *5 (-146))))
- ((*1 *1) (-12 (-4 *2 (-146)) (-4 *1 (-661 *2 *3)) (-4 *3 (-1155 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1179 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312))
- (-4 *1 (-661 *5 *6)) (-4 *5 (-146)) (-4 *6 (-1155 *5)) (-5 *2 (-630 *5)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-657)) (-5 *2 (-830))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-659)) (-5 *2 (-694)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-657)) (-5 *2 (-830))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-659)) (-5 *2 (-694)))))
-(((*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-495))))
- ((*1 *1 *1) (|partial| -4 *1 (-659))))
-(((*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-495))))
- ((*1 *1 *1) (|partial| -4 *1 (-659))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-655 *2)) (-4 *2 (-312)))))
+ ((*1 *1) (-12 (-4 *2 (-146)) (-4 *1 (-662 *2 *3)) (-4 *3 (-1156 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1180 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312))
+ (-4 *1 (-662 *5 *6)) (-4 *5 (-146)) (-4 *6 (-1156 *5)) (-5 *2 (-631 *5)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-658)) (-5 *2 (-831))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-660)) (-5 *2 (-695)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-658)) (-5 *2 (-831))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-660)) (-5 *2 (-695)))))
+(((*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-496))))
+ ((*1 *1 *1) (|partial| -4 *1 (-660))))
+(((*1 *1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-146)) (-4 *2 (-496))))
+ ((*1 *1 *1) (|partial| -4 *1 (-660))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-656 *2)) (-4 *2 (-312)))))
(((*1 *1 *1 *1)
(|partial| -12 (-4 *2 (-146)) (-5 *1 (-244 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1155 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4))
+ (-4 *3 (-1156 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4))
(-14 *6 (-1 (-3 *4 "failed") *4 *4))
(-14 *7 (-1 (-3 *3 "failed") *3 *3 *4))))
((*1 *1 *1 *1)
- (|partial| -12 (-5 *1 (-648 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
+ (|partial| -12 (-5 *1 (-649 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
((*1 *1 *1 *1)
- (|partial| -12 (-5 *1 (-652 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
+ (|partial| -12 (-5 *1 (-653 *2 *3 *4 *5 *6)) (-4 *2 (-146)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1160 *3 *4 *5)) (-5 *1 (-270 *3 *4 *5)) (-4 *3 (-312))
- (-14 *4 (-1090)) (-14 *5 *3)))
- ((*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-484))))
- ((*1 *2 *1) (-12 (-5 *2 (-484)) (-5 *1 (-348 *3)) (-4 *3 (-495))))
+ (-12 (-5 *2 (-1161 *3 *4 *5)) (-5 *1 (-270 *3 *4 *5)) (-4 *3 (-312))
+ (-14 *4 (-1091)) (-14 *5 *3)))
+ ((*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-485))))
+ ((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-348 *3)) (-4 *3 (-496))))
((*1 *2 *1)
- (-12 (-4 *2 (-1013)) (-5 *1 (-650 *3 *2 *4)) (-4 *3 (-756))
+ (-12 (-4 *2 (-1014)) (-5 *1 (-651 *3 *2 *4)) (-4 *3 (-757))
(-14 *4
- (-1 (-85) (-2 (|:| -2400 *3) (|:| -2401 *2))
- (-2 (|:| -2400 *3) (|:| -2401 *2)))))))
-(((*1 *1 *2) (-12 (-5 *2 (-830)) (-4 *1 (-320))))
- ((*1 *2 *1) (-12 (-4 *2 (-759)) (-5 *1 (-453 *3 *2)) (-4 *3 (-72))))
+ (-1 (-85) (-2 (|:| -2401 *3) (|:| -2402 *2))
+ (-2 (|:| -2401 *3) (|:| -2402 *2)))))))
+(((*1 *1 *2) (-12 (-5 *2 (-831)) (-4 *1 (-320))))
+ ((*1 *2 *1) (-12 (-4 *2 (-760)) (-5 *1 (-454 *3 *2)) (-4 *3 (-72))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1179 *4)) (-5 *1 (-466 *4)) (-4 *4 (-299))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1180 *4)) (-5 *1 (-467 *4)) (-4 *4 (-299))))
((*1 *2 *1)
- (-12 (-4 *2 (-756)) (-5 *1 (-650 *2 *3 *4)) (-4 *3 (-1013))
+ (-12 (-4 *2 (-757)) (-5 *1 (-651 *2 *3 *4)) (-4 *3 (-1014))
(-14 *4
- (-1 (-85) (-2 (|:| -2400 *2) (|:| -2401 *3))
- (-2 (|:| -2400 *2) (|:| -2401 *3)))))))
-(((*1 *2 *2) (-12 (-4 *3 (-961)) (-5 *1 (-649 *3 *2)) (-4 *2 (-1155 *3)))))
+ (-1 (-85) (-2 (|:| -2401 *2) (|:| -2402 *3))
+ (-2 (|:| -2401 *2) (|:| -2402 *3)))))))
+(((*1 *2 *2) (-12 (-4 *3 (-962)) (-5 *1 (-650 *3 *2)) (-4 *2 (-1156 *3)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-961)) (-5 *2 (-1179 *3)) (-5 *1 (-649 *3 *4))
- (-4 *4 (-1155 *3)))))
+ (-12 (-4 *3 (-962)) (-5 *2 (-1180 *3)) (-5 *1 (-650 *3 *4))
+ (-4 *4 (-1156 *3)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1179 *3)) (-4 *3 (-961)) (-5 *1 (-649 *3 *4))
- (-4 *4 (-1155 *3)))))
+ (-12 (-5 *2 (-1180 *3)) (-4 *3 (-962)) (-5 *1 (-650 *3 *4))
+ (-4 *4 (-1156 *3)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-961)) (-5 *2 (-1179 *3)) (-5 *1 (-649 *3 *4))
- (-4 *4 (-1155 *3)))))
+ (-12 (-4 *3 (-962)) (-5 *2 (-1180 *3)) (-5 *1 (-650 *3 *4))
+ (-4 *4 (-1156 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-961)) (-5 *2 (-869 (-649 *3 *4))) (-5 *1 (-649 *3 *4))
- (-4 *4 (-1155 *3)))))
+ (-12 (-4 *3 (-962)) (-5 *2 (-870 (-650 *3 *4))) (-5 *1 (-650 *3 *4))
+ (-4 *4 (-1156 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-961)) (-5 *2 (-869 (-649 *3 *4))) (-5 *1 (-649 *3 *4))
- (-4 *4 (-1155 *3)))))
+ (-12 (-4 *3 (-962)) (-5 *2 (-870 (-650 *3 *4))) (-5 *1 (-650 *3 *4))
+ (-4 *4 (-1156 *3)))))
(((*1 *1 *1)
- (-12 (-4 *2 (-299)) (-4 *2 (-961)) (-5 *1 (-649 *2 *3)) (-4 *3 (-1155 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1073)) (-5 *1 (-647)))))
-(((*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1073)) (-5 *1 (-647)))))
-(((*1 *2 *3) (-12 (-5 *3 (-772)) (-5 *2 (-1073)) (-5 *1 (-647)))))
+ (-12 (-4 *2 (-299)) (-4 *2 (-962)) (-5 *1 (-650 *2 *3)) (-4 *3 (-1156 *2)))))
+(((*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1074)) (-5 *1 (-648)))))
+(((*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1074)) (-5 *1 (-648)))))
+(((*1 *2 *3) (-12 (-5 *3 (-773)) (-5 *2 (-1074)) (-5 *1 (-648)))))
(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
- (|partial| -12 (-5 *2 (-583 (-1085 *13))) (-5 *3 (-1085 *13))
- (-5 *4 (-583 *12)) (-5 *5 (-583 *10)) (-5 *6 (-583 *13))
- (-5 *7 (-583 (-583 (-2 (|:| -3079 (-694)) (|:| |pcoef| *13)))))
- (-5 *8 (-583 (-694))) (-5 *9 (-1179 (-583 (-1085 *10)))) (-4 *12 (-756))
- (-4 *10 (-258)) (-4 *13 (-861 *10 *11 *12)) (-4 *11 (-717))
- (-5 *1 (-644 *11 *12 *10 *13)))))
+ (|partial| -12 (-5 *2 (-584 (-1086 *13))) (-5 *3 (-1086 *13))
+ (-5 *4 (-584 *12)) (-5 *5 (-584 *10)) (-5 *6 (-584 *13))
+ (-5 *7 (-584 (-584 (-2 (|:| -3080 (-695)) (|:| |pcoef| *13)))))
+ (-5 *8 (-584 (-695))) (-5 *9 (-1180 (-584 (-1086 *10)))) (-4 *12 (-757))
+ (-4 *10 (-258)) (-4 *13 (-862 *10 *11 *12)) (-4 *11 (-718))
+ (-5 *1 (-645 *11 *12 *10 *13)))))
(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
- (|partial| -12 (-5 *4 (-583 *11)) (-5 *5 (-583 (-1085 *9))) (-5 *6 (-583 *9))
- (-5 *7 (-583 *12)) (-5 *8 (-583 (-694))) (-4 *11 (-756)) (-4 *9 (-258))
- (-4 *12 (-861 *9 *10 *11)) (-4 *10 (-717)) (-5 *2 (-583 (-1085 *12)))
- (-5 *1 (-644 *10 *11 *9 *12)) (-5 *3 (-1085 *12)))))
+ (|partial| -12 (-5 *4 (-584 *11)) (-5 *5 (-584 (-1086 *9))) (-5 *6 (-584 *9))
+ (-5 *7 (-584 *12)) (-5 *8 (-584 (-695))) (-4 *11 (-757)) (-4 *9 (-258))
+ (-4 *12 (-862 *9 *10 *11)) (-4 *10 (-718)) (-5 *2 (-584 (-1086 *12)))
+ (-5 *1 (-645 *10 *11 *9 *12)) (-5 *3 (-1086 *12)))))
(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
- (|partial| -12 (-5 *2 (-583 (-1085 *11))) (-5 *3 (-1085 *11))
- (-5 *4 (-583 *10)) (-5 *5 (-583 *8)) (-5 *6 (-583 (-694)))
- (-5 *7 (-1179 (-583 (-1085 *8)))) (-4 *10 (-756)) (-4 *8 (-258))
- (-4 *11 (-861 *8 *9 *10)) (-4 *9 (-717)) (-5 *1 (-644 *9 *10 *8 *11)))))
+ (|partial| -12 (-5 *2 (-584 (-1086 *11))) (-5 *3 (-1086 *11))
+ (-5 *4 (-584 *10)) (-5 *5 (-584 *8)) (-5 *6 (-584 (-695)))
+ (-5 *7 (-1180 (-584 (-1086 *8)))) (-4 *10 (-757)) (-4 *8 (-258))
+ (-4 *11 (-862 *8 *9 *10)) (-4 *9 (-718)) (-5 *1 (-645 *9 *10 *8 *11)))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1090)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-639 *3 *5 *6 *7))
- (-4 *3 (-553 (-473))) (-4 *5 (-1129)) (-4 *6 (-1129)) (-4 *7 (-1129))))
+ (-12 (-5 *4 (-1091)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-640 *3 *5 *6 *7))
+ (-4 *3 (-554 (-474))) (-4 *5 (-1130)) (-4 *6 (-1130)) (-4 *7 (-1130))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-5 *2 (-1 *6 *5)) (-5 *1 (-643 *3 *5 *6))
- (-4 *3 (-553 (-473))) (-4 *5 (-1129)) (-4 *6 (-1129)))))
+ (-12 (-5 *4 (-1091)) (-5 *2 (-1 *6 *5)) (-5 *1 (-644 *3 *5 *6))
+ (-4 *3 (-554 (-474))) (-4 *5 (-1130)) (-4 *6 (-1130)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-5 *2 (-1 *6 *5)) (-5 *1 (-643 *4 *5 *6))
- (-4 *4 (-553 (-473))) (-4 *5 (-1129)) (-4 *6 (-1129)))))
+ (-12 (-5 *3 (-1091)) (-5 *2 (-1 *6 *5)) (-5 *1 (-644 *4 *5 *6))
+ (-4 *4 (-554 (-474))) (-4 *5 (-1130)) (-4 *6 (-1130)))))
(((*1 *2 *3 *4)
- (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-642 *3 *4))
- (-4 *3 (-1129)) (-4 *4 (-1129)))))
-(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-583 (-1090))) (-5 *3 (-1090)) (-5 *1 (-473))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-641 *3)) (-4 *3 (-553 (-473)))))
+ (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-643 *3 *4))
+ (-4 *3 (-1130)) (-4 *4 (-1130)))))
+(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-584 (-1091))) (-5 *3 (-1091)) (-5 *1 (-474))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-642 *3)) (-4 *3 (-554 (-474)))))
((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-1090)) (-5 *1 (-641 *3)) (-4 *3 (-553 (-473)))))
+ (-12 (-5 *2 (-1091)) (-5 *1 (-642 *3)) (-4 *3 (-554 (-474)))))
((*1 *2 *3 *2 *2 *2)
- (-12 (-5 *2 (-1090)) (-5 *1 (-641 *3)) (-4 *3 (-553 (-473)))))
+ (-12 (-5 *2 (-1091)) (-5 *1 (-642 *3)) (-4 *3 (-554 (-474)))))
((*1 *2 *3 *2 *4)
- (-12 (-5 *4 (-583 (-1090))) (-5 *2 (-1090)) (-5 *1 (-641 *3))
- (-4 *3 (-553 (-473))))))
+ (-12 (-5 *4 (-584 (-1091))) (-5 *2 (-1091)) (-5 *1 (-642 *3))
+ (-4 *3 (-554 (-474))))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-5 *2 (-1 (-179) (-179))) (-5 *1 (-640 *3))
- (-4 *3 (-553 (-473)))))
+ (-12 (-5 *4 (-1091)) (-5 *2 (-1 (-179) (-179))) (-5 *1 (-641 *3))
+ (-4 *3 (-554 (-474)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1090)) (-5 *2 (-1 (-179) (-179) (-179))) (-5 *1 (-640 *3))
- (-4 *3 (-553 (-473))))))
+ (-12 (-5 *4 (-1091)) (-5 *2 (-1 (-179) (-179) (-179))) (-5 *1 (-641 *3))
+ (-4 *3 (-554 (-474))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-639 *4 *5 *6 *7))
- (-4 *4 (-553 (-473))) (-4 *5 (-1129)) (-4 *6 (-1129)) (-4 *7 (-1129)))))
+ (-12 (-5 *3 (-1091)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-640 *4 *5 *6 *7))
+ (-4 *4 (-554 (-474))) (-4 *5 (-1130)) (-4 *6 (-1130)) (-4 *7 (-1130)))))
(((*1 *2 *3 *3)
(-12 (-4 *3 (-258)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
- (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-629 *3 *4 *5 *6))
- (-4 *6 (-627 *3 *4 *5))))
+ (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-630 *3 *4 *5 *6))
+ (-4 *6 (-628 *3 *4 *5))))
((*1 *2 *3 *3)
- (-12 (-5 *2 (-2 (|:| -1972 *3) (|:| -2903 *3))) (-5 *1 (-638 *3))
+ (-12 (-5 *2 (-2 (|:| -1973 *3) (|:| -2904 *3))) (-5 *1 (-639 *3))
(-4 *3 (-258)))))
-(((*1 *2 *2 *3 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-258)) (-5 *1 (-638 *3)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-258)) (-5 *1 (-638 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-258)) (-5 *1 (-638 *3)))))
+(((*1 *2 *2 *3 *3) (-12 (-5 *2 (-631 *3)) (-4 *3 (-258)) (-5 *1 (-639 *3)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-631 *3)) (-4 *3 (-258)) (-5 *1 (-639 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-258)) (-5 *1 (-639 *3)))))
(((*1 *2 *3 *3 *3 *4)
(-12 (-5 *3 (-1 (-179) (-179) (-179)))
(-5 *4 (-1 (-179) (-179) (-179) (-179)))
- (-5 *2 (-1 (-854 (-179)) (-179) (-179))) (-5 *1 (-636)))))
+ (-5 *2 (-1 (-855 (-179)) (-179) (-179))) (-5 *1 (-637)))))
(((*1 *2 *3 *3 *3 *4 *5 *6)
- (-12 (-5 *3 (-265 (-484))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1001 (-179)))
- (-5 *6 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-636)))))
+ (-12 (-5 *3 (-265 (-485))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1002 (-179)))
+ (-5 *6 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-637)))))
(((*1 *2 *3 *4 *5 *5 *6)
(-12 (-5 *3 (-1 (-179) (-179) (-179)))
(-5 *4 (-3 (-1 (-179) (-179) (-179) (-179)) "undefined"))
- (-5 *5 (-1001 (-179))) (-5 *6 (-583 (-221))) (-5 *2 (-1047 (-179)))
- (-5 *1 (-636)))))
+ (-5 *5 (-1002 (-179))) (-5 *6 (-584 (-221))) (-5 *2 (-1048 (-179)))
+ (-5 *1 (-637)))))
(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
(-12 (-5 *3 (-1 (-179) (-179) (-179)))
(-5 *4 (-3 (-1 (-179) (-179) (-179) (-179)) "undefined"))
- (-5 *5 (-1001 (-179))) (-5 *6 (-583 (-221))) (-5 *2 (-1047 (-179)))
- (-5 *1 (-636))))
+ (-5 *5 (-1002 (-179))) (-5 *6 (-584 (-221))) (-5 *2 (-1048 (-179)))
+ (-5 *1 (-637))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-179)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-636))))
+ (-12 (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-179)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-637))))
((*1 *2 *2 *3 *4 *4 *5)
- (-12 (-5 *2 (-1047 (-179))) (-5 *3 (-1 (-854 (-179)) (-179) (-179)))
- (-5 *4 (-1001 (-179))) (-5 *5 (-583 (-221))) (-5 *1 (-636)))))
+ (-12 (-5 *2 (-1048 (-179))) (-5 *3 (-1 (-855 (-179)) (-179) (-179)))
+ (-5 *4 (-1002 (-179))) (-5 *5 (-584 (-221))) (-5 *1 (-637)))))
(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-694)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1155 *4))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1156 *4))))
((*1 *2 *2 *3 *2 *3)
- (-12 (-5 *3 (-484)) (-5 *1 (-635 *2)) (-4 *2 (-1155 *3)))))
+ (-12 (-5 *3 (-485)) (-5 *1 (-636 *2)) (-4 *2 (-1156 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-2 (|:| |deg| (-694)) (|:| -2576 *5)))) (-4 *5 (-1155 *4))
- (-4 *4 (-299)) (-5 *2 (-583 *5)) (-5 *1 (-170 *4 *5))))
+ (-12 (-5 *3 (-584 (-2 (|:| |deg| (-695)) (|:| -2577 *5)))) (-4 *5 (-1156 *4))
+ (-4 *4 (-299)) (-5 *2 (-584 *5)) (-5 *1 (-170 *4 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-2 (|:| -3733 *5) (|:| -3949 (-484))))) (-5 *4 (-484))
- (-4 *5 (-1155 *4)) (-5 *2 (-583 *5)) (-5 *1 (-635 *5)))))
+ (-12 (-5 *3 (-584 (-2 (|:| -3734 *5) (|:| -3950 (-485))))) (-5 *4 (-485))
+ (-4 *5 (-1156 *4)) (-5 *2 (-584 *5)) (-5 *1 (-636 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-484)) (-5 *2 (-583 (-2 (|:| -3733 *3) (|:| -3949 *4))))
- (-5 *1 (-635 *3)) (-4 *3 (-1155 *4)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-635 *2)) (-4 *2 (-1155 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1129)) (-4 *2 (-72))))
- ((*1 *1 *1) (-12 (-4 *1 (-634 *2)) (-4 *2 (-1013)))))
+ (-12 (-5 *4 (-485)) (-5 *2 (-584 (-2 (|:| -3734 *3) (|:| -3950 *4))))
+ (-5 *1 (-636 *3)) (-4 *3 (-1156 *4)))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-636 *2)) (-4 *2 (-1156 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-237 *2)) (-4 *2 (-1130)) (-4 *2 (-72))))
+ ((*1 *1 *1) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1014)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-634 *3)) (-4 *3 (-1013))
- (-5 *2 (-583 (-2 (|:| |entry| *3) (|:| -1730 (-694))))))))
-(((*1 *1 *2) (-12 (-5 *1 (-632 *2)) (-4 *2 (-552 (-772))))))
-(((*1 *1) (-12 (-5 *1 (-632 *2)) (-4 *2 (-552 (-772))))))
+ (-12 (-4 *1 (-635 *3)) (-4 *3 (-1014))
+ (-5 *2 (-584 (-2 (|:| |entry| *3) (|:| -1731 (-695))))))))
+(((*1 *1 *2) (-12 (-5 *1 (-633 *2)) (-4 *2 (-553 (-773))))))
+(((*1 *1) (-12 (-5 *1 (-633 *2)) (-4 *2 (-553 (-773))))))
(((*1 *2 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-630 *4)) (-5 *3 (-694)) (-4 *4 (-961)) (-5 *1 (-631 *4)))))
-(((*1 *2 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))))
-(((*1 *2 *2 *2 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))))
-(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3))))
- ((*1 *2 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))))
-(((*1 *2 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-961)) (-5 *1 (-631 *3)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-495)) (-4 *3 (-146)) (-4 *4 (-324 *3))
- (-4 *5 (-324 *3)) (-5 *1 (-629 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
- (-5 *1 (-629 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))))
+ (-12 (-5 *2 (-631 *4)) (-5 *3 (-695)) (-4 *4 (-962)) (-5 *1 (-632 *4)))))
+(((*1 *2 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))))
+(((*1 *2 *2 *2 *3) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))))
+(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3))))
+ ((*1 *2 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))))
+(((*1 *2 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-631 *3)) (-4 *3 (-962)) (-5 *1 (-632 *3)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-496)) (-4 *3 (-146)) (-4 *4 (-324 *3))
+ (-4 *5 (-324 *3)) (-5 *1 (-630 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-496)) (-4 *3 (-146)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
+ (-5 *1 (-630 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))))
(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-484)) (-4 *3 (-146)) (-4 *5 (-324 *3)) (-4 *6 (-324 *3))
- (-5 *1 (-629 *3 *5 *6 *2)) (-4 *2 (-627 *3 *5 *6)))))
+ (-12 (-5 *4 (-485)) (-4 *3 (-146)) (-4 *5 (-324 *3)) (-4 *6 (-324 *3))
+ (-5 *1 (-630 *3 *5 *6 *2)) (-4 *2 (-628 *3 *5 *6)))))
(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-484)) (-4 *3 (-146)) (-4 *5 (-324 *3)) (-4 *6 (-324 *3))
- (-5 *1 (-629 *3 *5 *6 *2)) (-4 *2 (-627 *3 *5 *6)))))
+ (-12 (-5 *4 (-485)) (-4 *3 (-146)) (-4 *5 (-324 *3)) (-4 *6 (-324 *3))
+ (-5 *1 (-630 *3 *5 *6 *2)) (-4 *2 (-628 *3 *5 *6)))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-484)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
- (-5 *1 (-629 *4 *5 *6 *2)) (-4 *2 (-627 *4 *5 *6)))))
+ (-12 (-5 *3 (-485)) (-4 *4 (-146)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4))
+ (-5 *1 (-630 *4 *5 *6 *2)) (-4 *2 (-628 *4 *5 *6)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2)))))
(((*1 *1 *1 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2)))))
(((*1 *1 *1 *1)
- (-12 (-4 *1 (-627 *2 *3 *4)) (-4 *2 (-961)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-628 *2 *3 *4)) (-4 *2 (-962)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2)))))
(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3)))))
(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3)))))
(((*1 *1 *1 *2 *2 *2 *2)
- (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3)))))
(((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-484)) (-4 *1 (-627 *3 *4 *5)) (-4 *3 (-961)) (-4 *4 (-324 *3))
+ (-12 (-5 *2 (-485)) (-4 *1 (-628 *3 *4 *5)) (-4 *3 (-962)) (-4 *4 (-324 *3))
(-4 *5 (-324 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013))
- (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-625 *4 *5 *6)))))
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014))
+ (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-626 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1013)) (-4 *6 (-1013)) (-5 *2 (-1 *6 *4 *5))
- (-5 *1 (-625 *4 *5 *6)) (-4 *4 (-1013)))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1014)) (-4 *6 (-1014)) (-5 *2 (-1 *6 *4 *5))
+ (-5 *1 (-626 *4 *5 *6)) (-4 *4 (-1014)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1013)) (-4 *6 (-1013)) (-5 *2 (-1 *6 *4 *5))
- (-5 *1 (-625 *4 *5 *6)) (-4 *5 (-1013)))))
+ (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1014)) (-4 *6 (-1014)) (-5 *2 (-1 *6 *4 *5))
+ (-5 *1 (-626 *4 *5 *6)) (-4 *5 (-1014)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-4 *6 (-1013))
- (-5 *2 (-1 *6 *5)) (-5 *1 (-625 *4 *5 *6)))))
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-4 *6 (-1014))
+ (-5 *2 (-1 *6 *5)) (-5 *1 (-626 *4 *5 *6)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1013)) (-4 *4 (-1013)) (-4 *6 (-1013))
- (-5 *2 (-1 *6 *5)) (-5 *1 (-625 *5 *4 *6)))))
+ (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1014)) (-4 *4 (-1014)) (-4 *6 (-1014))
+ (-5 *2 (-1 *6 *5)) (-5 *1 (-626 *5 *4 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-5 *2 (-1 *5 *4))
- (-5 *1 (-624 *4 *5)))))
+ (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-5 *2 (-1 *5 *4))
+ (-5 *1 (-625 *4 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1013)) (-4 *5 (-1013)) (-5 *2 (-1 *5))
- (-5 *1 (-624 *4 *5)))))
+ (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1014)) (-4 *5 (-1014)) (-5 *2 (-1 *5))
+ (-5 *1 (-625 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-624 *4 *3)) (-4 *4 (-1013))
- (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-625 *4 *3)) (-4 *4 (-1014))
+ (-4 *3 (-1014)))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 (-694) *2)) (-5 *4 (-694)) (-4 *2 (-1013))
- (-5 *1 (-619 *2))))
- ((*1 *2 *2) (-12 (-5 *2 (-1 *3 (-694) *3)) (-4 *3 (-1013)) (-5 *1 (-623 *3)))))
-(((*1 *2 *2) (-12 (-5 *1 (-623 *2)) (-4 *2 (-1013)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-623 *2)) (-4 *2 (-1013))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-583 *5) (-583 *5))) (-5 *4 (-484)) (-5 *2 (-583 *5))
- (-5 *1 (-623 *5)) (-4 *5 (-1013)))))
-(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-623 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-583 (-1130))) (-5 *3 (-1130)) (-5 *1 (-622)))))
+ (-12 (-5 *3 (-1 *2 (-695) *2)) (-5 *4 (-695)) (-4 *2 (-1014))
+ (-5 *1 (-620 *2))))
+ ((*1 *2 *2) (-12 (-5 *2 (-1 *3 (-695) *3)) (-4 *3 (-1014)) (-5 *1 (-624 *3)))))
+(((*1 *2 *2) (-12 (-5 *1 (-624 *2)) (-4 *2 (-1014)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-624 *2)) (-4 *2 (-1014))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-584 *5) (-584 *5))) (-5 *4 (-485)) (-5 *2 (-584 *5))
+ (-5 *1 (-624 *5)) (-4 *5 (-1014)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-624 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-584 (-1131))) (-5 *3 (-1131)) (-5 *1 (-623)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1013)) (-4 *6 (-1013))
- (-4 *2 (-1013)) (-5 *1 (-621 *5 *6 *2)))))
-(((*1 *2 *3 *2) (-12 (-5 *1 (-620 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1013)))))
-(((*1 *2 *2 *3) (-12 (-5 *1 (-620 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))))
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1014)) (-4 *6 (-1014))
+ (-4 *2 (-1014)) (-5 *1 (-622 *5 *6 *2)))))
+(((*1 *2 *3 *2) (-12 (-5 *1 (-621 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1014)))))
+(((*1 *2 *2 *3) (-12 (-5 *1 (-621 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-694)) (-4 *2 (-1013)) (-5 *1 (-619 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-616 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-616 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-616 *3)) (-4 *3 (-1129)) (-5 *2 (-85)))))
-(((*1 *1 *1) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-616 *3)) (-4 *3 (-1129)) (-5 *2 (-694)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-739 *4)) (-4 *4 (-756)) (-5 *2 (-85)) (-5 *1 (-614 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-739 *3)) (-4 *3 (-756)) (-5 *1 (-614 *3)))))
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-695)) (-4 *2 (-1014)) (-5 *1 (-620 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-617 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-617 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-617 *3)) (-4 *3 (-1130)) (-5 *2 (-85)))))
+(((*1 *1 *1) (-12 (-4 *1 (-617 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-617 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-12 (-4 *1 (-617 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-617 *3)) (-4 *3 (-1130)) (-5 *2 (-695)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-740 *4)) (-4 *4 (-757)) (-5 *2 (-85)) (-5 *1 (-615 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-740 *3)) (-4 *3 (-757)) (-5 *1 (-615 *3)))))
(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-739 *3)) (-4 *3 (-756)) (-5 *1 (-614 *3)))))
+ (|partial| -12 (-5 *2 (-740 *3)) (-4 *3 (-757)) (-5 *1 (-615 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *5)) (-5 *4 (-830)) (-4 *5 (-756))
- (-5 *2 (-58 (-583 (-614 *5)))) (-5 *1 (-614 *5)))))
+ (-12 (-5 *3 (-584 *5)) (-5 *4 (-831)) (-4 *5 (-757))
+ (-5 *2 (-58 (-584 (-615 *5)))) (-5 *1 (-615 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *5)) (-5 *4 (-830)) (-4 *5 (-756)) (-5 *2 (-583 (-614 *5)))
- (-5 *1 (-614 *5)))))
+ (-12 (-5 *3 (-584 *5)) (-5 *4 (-831)) (-4 *5 (-757)) (-5 *2 (-584 (-615 *5)))
+ (-5 *1 (-615 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 *7)) (-4 *7 (-756))
- (-4 *8 (-861 *5 *6 *7)) (-4 *5 (-495)) (-4 *6 (-717))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 *7)) (-4 *7 (-757))
+ (-4 *8 (-862 *5 *6 *7)) (-4 *5 (-496)) (-4 *6 (-718))
(-5 *2
- (-2 (|:| |particular| (-3 (-1179 (-350 *8)) "failed"))
- (|:| -2012 (-583 (-1179 (-350 *8))))))
- (-5 *1 (-611 *5 *6 *7 *8)))))
+ (-2 (|:| |particular| (-3 (-1180 (-350 *8)) "failed"))
+ (|:| -2013 (-584 (-1180 (-350 *8))))))
+ (-5 *1 (-612 *5 *6 *7 *8)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1035 *5)))
- (-4 *4 (-13 (-324 *5) (-1035 *5))) (-5 *2 (-85)) (-5 *1 (-609 *5 *6 *4 *3))
- (-4 *3 (-627 *5 *6 *4))))
+ (-12 (-4 *5 (-312)) (-4 *6 (-13 (-324 *5) (-1036 *5)))
+ (-4 *4 (-13 (-324 *5) (-1036 *5))) (-5 *2 (-85)) (-5 *1 (-610 *5 *6 *4 *3))
+ (-4 *3 (-628 *5 *6 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *5)) (-5 *4 (-1179 *5)) (-4 *5 (-312)) (-5 *2 (-85))
- (-5 *1 (-610 *5)))))
+ (-12 (-5 *3 (-631 *5)) (-5 *4 (-1180 *5)) (-4 *5 (-312)) (-5 *2 (-85))
+ (-5 *1 (-611 *5)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-583 (-1085 *4))) (-5 *3 (-1085 *4)) (-4 *4 (-821))
- (-5 *1 (-605 *4)))))
-(((*1 *1 *1) (-4 *1 (-604))))
-(((*1 *1 *1 *1) (-4 *1 (-604))))
-(((*1 *1 *1 *1) (-4 *1 (-604))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-961)) (-4 *2 (-312))))
+ (|partial| -12 (-5 *2 (-584 (-1086 *4))) (-5 *3 (-1086 *4)) (-4 *4 (-822))
+ (-5 *1 (-606 *4)))))
+(((*1 *1 *1) (-4 *1 (-605))))
+(((*1 *1 *1 *1) (-4 *1 (-605))))
+(((*1 *1 *1 *1) (-4 *1 (-605))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-962)) (-4 *2 (-312))))
((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-312)) (-5 *1 (-602 *4 *2))
- (-4 *2 (-600 *4)))))
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-312)) (-5 *1 (-603 *4 *2))
+ (-4 *2 (-601 *4)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-600 *3)) (-4 *3 (-961)) (-4 *3 (-312))))
+ (-12 (-5 *2 (-695)) (-4 *1 (-601 *3)) (-4 *3 (-962)) (-4 *3 (-312))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-694)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312)) (-5 *1 (-602 *5 *2))
- (-4 *2 (-600 *5)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-961)) (-4 *2 (-312))))
+ (-12 (-5 *3 (-695)) (-5 *4 (-1 *5 *5)) (-4 *5 (-312)) (-5 *1 (-603 *5 *2))
+ (-4 *2 (-601 *5)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-962)) (-4 *2 (-312))))
((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-312)) (-5 *1 (-602 *4 *2))
- (-4 *2 (-600 *4)))))
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-312)) (-5 *1 (-603 *4 *2))
+ (-4 *2 (-601 *4)))))
(((*1 *2 *3)
(-12 (-4 *4 (-27))
- (-4 *4 (-13 (-312) (-120) (-950 (-484)) (-950 (-350 (-484)))))
- (-4 *5 (-1155 *4)) (-5 *2 (-583 (-597 (-350 *5)))) (-5 *1 (-601 *4 *5))
- (-5 *3 (-597 (-350 *5))))))
-(((*1 *1 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-961)) (-4 *2 (-312)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1146 (-484))) (-4 *1 (-593 *3)) (-4 *3 (-1129))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-593 *3)) (-4 *3 (-1129)))))
-(((*1 *1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-593 *3)) (-4 *3 (-1129))))
- ((*1 *1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-593 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| |gen| *3) (|:| -3944 *4))))
- (-5 *1 (-591 *3 *4 *5)) (-4 *3 (-1013)) (-4 *4 (-23)) (-14 *5 *4))))
+ (-4 *4 (-13 (-312) (-120) (-951 (-485)) (-951 (-350 (-485)))))
+ (-4 *5 (-1156 *4)) (-5 *2 (-584 (-598 (-350 *5)))) (-5 *1 (-602 *4 *5))
+ (-5 *3 (-598 (-350 *5))))))
+(((*1 *1 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-962)) (-4 *2 (-312)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1147 (-485))) (-4 *1 (-594 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-594 *3)) (-4 *3 (-1130)))))
+(((*1 *1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-594 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-594 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-584 (-2 (|:| |gen| *3) (|:| -3945 *4))))
+ (-5 *1 (-592 *3 *4 *5)) (-4 *3 (-1014)) (-4 *4 (-23)) (-14 *5 *4))))
(((*1 *1 *2 *3)
- (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))))
+ (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 (-2 (|:| |gen| *3) (|:| -3944 *4)))) (-4 *3 (-1013))
- (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-591 *3 *4 *5)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-310 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-584 (-2 (|:| |gen| *3) (|:| -3945 *4)))) (-4 *3 (-1014))
+ (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-592 *3 *4 *5)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-310 *3)) (-4 *3 (-1014))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-336 *4)) (-4 *4 (-1013)) (-5 *2 (-694))))
+ (-12 (-5 *3 (-485)) (-4 *1 (-336 *4)) (-4 *4 (-1014)) (-5 *2 (-695))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *2 (-23)) (-5 *1 (-591 *4 *2 *5)) (-4 *4 (-1013))
+ (-12 (-5 *3 (-485)) (-4 *2 (-23)) (-5 *1 (-592 *4 *2 *5)) (-4 *4 (-1014))
(-14 *5 *2))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-274 *2 *4)) (-4 *4 (-104)) (-4 *2 (-1013))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *1 (-310 *2)) (-4 *2 (-1013))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-4 *1 (-336 *2)) (-4 *2 (-1013))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-484)) (-5 *1 (-348 *2)) (-4 *2 (-495))))
+ (-12 (-5 *3 (-485)) (-4 *1 (-274 *2 *4)) (-4 *4 (-104)) (-4 *2 (-1014))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *1 (-310 *2)) (-4 *2 (-1014))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-4 *1 (-336 *2)) (-4 *2 (-1014))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-485)) (-5 *1 (-348 *2)) (-4 *2 (-496))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *2 (-1013)) (-5 *1 (-591 *2 *4 *5)) (-4 *4 (-23))
+ (-12 (-5 *3 (-485)) (-4 *2 (-1014)) (-5 *1 (-592 *2 *4 *5)) (-4 *4 (-23))
(-14 *5 *4))))
-(((*1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1129))))
- ((*1 *2 *2) (-12 (-4 *3 (-961)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1155 *3))))
+(((*1 *1 *1) (-12 (-4 *1 (-324 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *2) (-12 (-4 *3 (-962)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1156 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))))
-(((*1 *1 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129))))
- ((*1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-324 *2)) (-4 *2 (-1129))))
+ (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))))
+(((*1 *1 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-324 *2)) (-4 *2 (-1130))))
((*1 *1 *1)
- (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))))
+ (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))))
(((*1 *1)
- (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))))
+ (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))))
(((*1 *1 *1 *2)
- (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))))
+ (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))))
(((*1 *1 *2 *1)
- (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))))
+ (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))))
(((*1 *1 *1 *1)
- (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3)))
+ (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3)))
((*1 *1 *2 *3 *1)
- (-12 (-5 *1 (-591 *2 *3 *4)) (-4 *2 (-1013)) (-4 *3 (-23)) (-14 *4 *3))))
+ (-12 (-5 *1 (-592 *2 *3 *4)) (-4 *2 (-1014)) (-4 *3 (-23)) (-14 *4 *3))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-591 *3 *4 *5)) (-4 *3 (-1013)) (-4 *4 (-23))
+ (-12 (-5 *2 (-85)) (-5 *1 (-592 *3 *4 *5)) (-4 *3 (-1014)) (-4 *4 (-23))
(-14 *5 *4))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-484) (-484))) (-5 *1 (-310 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-1 (-485) (-485))) (-5 *1 (-310 *3)) (-4 *3 (-1014))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-694) (-694))) (-4 *1 (-336 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-1 (-695) (-695))) (-4 *1 (-336 *3)) (-4 *3 (-1014))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-591 *3 *4 *5))
- (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-592 *3 *4 *5))
+ (-4 *3 (-1014)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-104))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1013)) (-5 *1 (-310 *3))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-336 *3)) (-4 *3 (-1013))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-274 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-104))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1014)) (-5 *1 (-310 *3))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-336 *3)) (-4 *3 (-1014))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1013)) (-5 *1 (-591 *3 *4 *5)) (-4 *4 (-23))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1014)) (-5 *1 (-592 *3 *4 *5)) (-4 *4 (-23))
(-14 *5 *4))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-589 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-589 *2)) (-4 *2 (-1013)))))
-(((*1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-583 *3)) (-4 *3 (-1129)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1013)) (-4 *2 (-1129)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1013)) (-4 *2 (-1129)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1013)) (-4 *2 (-1129)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-590 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-590 *2)) (-4 *2 (-1014)))))
+(((*1 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-584 *3)) (-4 *3 (-1130)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1014)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1014)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1014)) (-4 *2 (-1130)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 *3)) (-4 *3 (-312)) (-5 *1 (-581 *3 *4))
- (-14 *4 (-583 (-1090))))))
+ (-12 (-5 *2 (-584 *3)) (-4 *3 (-312)) (-5 *1 (-582 *3 *4))
+ (-14 *4 (-584 (-1091))))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-580 *4)) (-4 *4 (-961))
- (-5 *2 (-2 (|:| |mat| (-630 *4)) (|:| |vec| (-1179 *4))))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-581 *4)) (-4 *4 (-962))
+ (-5 *2 (-2 (|:| |mat| (-631 *4)) (|:| |vec| (-1180 *4))))))
((*1 *2 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-580 *4)) (-4 *4 (-961)) (-5 *2 (-630 *4)))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-581 *4)) (-4 *4 (-962)) (-5 *2 (-631 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-630 *1)) (-5 *4 (-1179 *1)) (-4 *1 (-580 *5)) (-4 *5 (-961))
- (-5 *2 (-2 (|:| |mat| (-630 *5)) (|:| |vec| (-1179 *5))))))
+ (-12 (-5 *3 (-631 *1)) (-5 *4 (-1180 *1)) (-4 *1 (-581 *5)) (-4 *5 (-962))
+ (-5 *2 (-2 (|:| |mat| (-631 *5)) (|:| |vec| (-1180 *5))))))
((*1 *2 *3)
- (-12 (-5 *3 (-630 *1)) (-4 *1 (-580 *4)) (-4 *4 (-961)) (-5 *2 (-630 *4)))))
+ (-12 (-5 *3 (-631 *1)) (-4 *1 (-581 *4)) (-4 *4 (-962)) (-5 *2 (-631 *4)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 *3)) (-4 *3 (-312)) (-5 *1 (-579 *3 *4))
- (-14 *4 (-583 (-1090))))))
+ (-12 (-5 *2 (-584 *3)) (-4 *3 (-312)) (-5 *1 (-580 *3 *4))
+ (-14 *4 (-584 (-1091))))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1179 *4)) (-4 *4 (-13 (-961) (-580 *5)))
- (-4 *5 (-312)) (-4 *5 (-495)) (-5 *2 (-1179 *5)) (-5 *1 (-578 *5 *4))))
+ (|partial| -12 (-5 *3 (-1180 *4)) (-4 *4 (-13 (-962) (-581 *5)))
+ (-4 *5 (-312)) (-4 *5 (-496)) (-5 *2 (-1180 *5)) (-5 *1 (-579 *5 *4))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1179 *4)) (-4 *4 (-13 (-961) (-580 *5)))
- (-2561 (-4 *5 (-312))) (-4 *5 (-495)) (-5 *2 (-1179 (-350 *5)))
- (-5 *1 (-578 *5 *4)))))
+ (|partial| -12 (-5 *3 (-1180 *4)) (-4 *4 (-13 (-962) (-581 *5)))
+ (-2562 (-4 *5 (-312))) (-4 *5 (-496)) (-5 *2 (-1180 (-350 *5)))
+ (-5 *1 (-579 *5 *4)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1179 *5)) (-4 *5 (-13 (-961) (-580 *4)))
- (-4 *4 (-495)) (-5 *2 (-1179 *4)) (-5 *1 (-578 *4 *5)))))
+ (|partial| -12 (-5 *3 (-1180 *5)) (-4 *5 (-13 (-962) (-581 *4)))
+ (-4 *4 (-496)) (-5 *2 (-1180 *4)) (-5 *1 (-579 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 *5)) (-4 *5 (-13 (-961) (-580 *4))) (-4 *4 (-495))
- (-5 *2 (-85)) (-5 *1 (-578 *4 *5)))))
+ (-12 (-5 *3 (-1180 *5)) (-4 *5 (-13 (-962) (-581 *4))) (-4 *4 (-496))
+ (-5 *2 (-85)) (-5 *1 (-579 *4 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-249 (-750 *3))) (-4 *3 (-13 (-27) (-1115) (-364 *5)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484))))
+ (-12 (-5 *4 (-249 (-751 *3))) (-4 *3 (-13 (-27) (-1116) (-364 *5)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485))))
(-5 *2
- (-3 (-750 *3)
- (-2 (|:| |leftHandLimit| (-3 (-750 *3) #1="failed"))
- (|:| |rightHandLimit| (-3 (-750 *3) #1#)))
+ (-3 (-751 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-751 *3) #1="failed"))
+ (|:| |rightHandLimit| (-3 (-751 *3) #1#)))
"failed"))
- (-5 *1 (-575 *5 *3))))
+ (-5 *1 (-576 *5 *3))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-249 *3)) (-5 *5 (-1073))
- (-4 *3 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-750 *3))
- (-5 *1 (-575 *6 *3))))
+ (|partial| -12 (-5 *4 (-249 *3)) (-5 *5 (-1074))
+ (-4 *3 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-751 *3))
+ (-5 *1 (-576 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-249 (-750 (-857 *5)))) (-4 *5 (-392))
+ (-12 (-5 *4 (-249 (-751 (-858 *5)))) (-4 *5 (-392))
(-5 *2
- (-3 (-750 (-350 (-857 *5)))
- (-2 (|:| |leftHandLimit| (-3 (-750 (-350 (-857 *5))) #2="failed"))
- (|:| |rightHandLimit| (-3 (-750 (-350 (-857 *5))) #2#)))
+ (-3 (-751 (-350 (-858 *5)))
+ (-2 (|:| |leftHandLimit| (-3 (-751 (-350 (-858 *5))) #2="failed"))
+ (|:| |rightHandLimit| (-3 (-751 (-350 (-858 *5))) #2#)))
#3="failed"))
- (-5 *1 (-576 *5)) (-5 *3 (-350 (-857 *5)))))
+ (-5 *1 (-577 *5)) (-5 *3 (-350 (-858 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-249 (-350 (-857 *5)))) (-5 *3 (-350 (-857 *5))) (-4 *5 (-392))
+ (-12 (-5 *4 (-249 (-350 (-858 *5)))) (-5 *3 (-350 (-858 *5))) (-4 *5 (-392))
(-5 *2
- (-3 (-750 *3)
- (-2 (|:| |leftHandLimit| (-3 (-750 *3) #2#))
- (|:| |rightHandLimit| (-3 (-750 *3) #2#)))
+ (-3 (-751 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-751 *3) #2#))
+ (|:| |rightHandLimit| (-3 (-751 *3) #2#)))
#3#))
- (-5 *1 (-576 *5))))
+ (-5 *1 (-577 *5))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-249 (-350 (-857 *6)))) (-5 *5 (-1073))
- (-5 *3 (-350 (-857 *6))) (-4 *6 (-392)) (-5 *2 (-750 *3))
- (-5 *1 (-576 *6)))))
+ (|partial| -12 (-5 *4 (-249 (-350 (-858 *6)))) (-5 *5 (-1074))
+ (-5 *3 (-350 (-858 *6))) (-4 *6 (-392)) (-5 *2 (-751 *3))
+ (-5 *1 (-577 *6)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-249 (-743 *3)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-743 *3))
- (-5 *1 (-575 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))))
+ (|partial| -12 (-5 *4 (-249 (-744 *3)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-744 *3))
+ (-5 *1 (-576 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-249 (-743 (-857 *5)))) (-4 *5 (-392))
- (-5 *2 (-743 (-350 (-857 *5)))) (-5 *1 (-576 *5)) (-5 *3 (-350 (-857 *5)))))
+ (-12 (-5 *4 (-249 (-744 (-858 *5)))) (-4 *5 (-392))
+ (-5 *2 (-744 (-350 (-858 *5)))) (-5 *1 (-577 *5)) (-5 *3 (-350 (-858 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-249 (-350 (-857 *5)))) (-5 *3 (-350 (-857 *5))) (-4 *5 (-392))
- (-5 *2 (-743 *3)) (-5 *1 (-576 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-571)))))
-(((*1 *1 *1) (-12 (-5 *1 (-547 *2)) (-4 *2 (-1013))))
- ((*1 *1 *1) (-5 *1 (-571))))
+ (-12 (-5 *4 (-249 (-350 (-858 *5)))) (-5 *3 (-350 (-858 *5))) (-4 *5 (-392))
+ (-5 *2 (-744 *3)) (-5 *1 (-577 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-572)))))
+(((*1 *1 *1) (-12 (-5 *1 (-548 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *1) (-5 *1 (-572))))
(((*1 *2 *3)
- (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-583 (-1090))) (-4 *5 (-392))
- (-5 *2 (-421 *4 *5)) (-5 *1 (-570 *4 *5)))))
+ (-12 (-5 *3 (-206 *4 *5)) (-14 *4 (-584 (-1091))) (-4 *5 (-392))
+ (-5 *2 (-421 *4 *5)) (-5 *1 (-571 *4 *5)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 (-206 *4 *5))) (-5 *2 (-206 *4 *5)) (-14 *4 (-583 (-1090)))
- (-4 *5 (-392)) (-5 *1 (-570 *4 *5)))))
+ (-12 (-5 *3 (-584 (-206 *4 *5))) (-5 *2 (-206 *4 *5)) (-14 *4 (-584 (-1091)))
+ (-4 *5 (-392)) (-5 *1 (-571 *4 *5)))))
(((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-583 (-421 *4 *5))) (-5 *3 (-773 *4)) (-14 *4 (-583 (-1090)))
- (-4 *5 (-392)) (-5 *1 (-570 *4 *5)))))
+ (-12 (-5 *2 (-584 (-421 *4 *5))) (-5 *3 (-774 *4)) (-14 *4 (-584 (-1091)))
+ (-4 *5 (-392)) (-5 *1 (-571 *4 *5)))))
(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-583 *6)) (-5 *4 (-583 (-206 *5 *6))) (-4 *6 (-392))
- (-5 *2 (-206 *5 *6)) (-14 *5 (-583 (-1090))) (-5 *1 (-570 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1 (-854 (-179)) (-854 (-179)))) (-5 *1 (-221))))
+ (-12 (-5 *3 (-584 *6)) (-5 *4 (-584 (-206 *5 *6))) (-4 *6 (-392))
+ (-5 *2 (-206 *5 *6)) (-14 *5 (-584 (-1091))) (-5 *1 (-571 *5 *6)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1 (-855 (-179)) (-855 (-179)))) (-5 *1 (-221))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1 (-854 (-179)) (-854 (-179)))) (-5 *3 (-583 (-221)))
+ (-12 (-5 *2 (-1 (-855 (-179)) (-855 (-179)))) (-5 *3 (-584 (-221)))
(-5 *1 (-222))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-421 *5 *6))) (-5 *3 (-421 *5 *6)) (-14 *5 (-583 (-1090)))
- (-4 *6 (-392)) (-5 *2 (-1179 *6)) (-5 *1 (-570 *5 *6)))))
+ (-12 (-5 *4 (-584 (-421 *5 *6))) (-5 *3 (-421 *5 *6)) (-14 *5 (-584 (-1091)))
+ (-4 *6 (-392)) (-5 *2 (-1180 *6)) (-5 *1 (-571 *5 *6)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 (-421 *3 *4))) (-14 *3 (-583 (-1090))) (-4 *4 (-392))
- (-5 *1 (-570 *3 *4)))))
+ (-12 (-5 *2 (-584 (-421 *3 *4))) (-14 *3 (-584 (-1091))) (-4 *4 (-392))
+ (-5 *1 (-571 *3 *4)))))
(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-583 (-421 *5 *6))) (-5 *4 (-773 *5)) (-14 *5 (-583 (-1090)))
- (-5 *2 (-421 *5 *6)) (-5 *1 (-570 *5 *6)) (-4 *6 (-392))))
+ (-12 (-5 *3 (-584 (-421 *5 *6))) (-5 *4 (-774 *5)) (-14 *5 (-584 (-1091)))
+ (-5 *2 (-421 *5 *6)) (-5 *1 (-571 *5 *6)) (-4 *6 (-392))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-421 *5 *6))) (-5 *4 (-773 *5)) (-14 *5 (-583 (-1090)))
- (-5 *2 (-421 *5 *6)) (-5 *1 (-570 *5 *6)) (-4 *6 (-392)))))
+ (-12 (-5 *3 (-584 (-421 *5 *6))) (-5 *4 (-774 *5)) (-14 *5 (-584 (-1091)))
+ (-5 *2 (-421 *5 *6)) (-5 *1 (-571 *5 *6)) (-4 *6 (-392)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-421 *4 *5))) (-14 *4 (-583 (-1090))) (-4 *5 (-392))
- (-5 *2 (-583 (-206 *4 *5))) (-5 *1 (-570 *4 *5)))))
+ (-12 (-5 *3 (-584 (-421 *4 *5))) (-14 *4 (-584 (-1091))) (-4 *5 (-392))
+ (-5 *2 (-584 (-206 *4 *5))) (-5 *1 (-571 *4 *5)))))
(((*1 *2 *3)
- (-12 (-14 *4 (-583 (-1090))) (-4 *5 (-392))
- (-5 *2 (-2 (|:| |glbase| (-583 (-206 *4 *5))) (|:| |glval| (-583 (-484)))))
- (-5 *1 (-570 *4 *5)) (-5 *3 (-583 (-206 *4 *5))))))
+ (-12 (-14 *4 (-584 (-1091))) (-4 *5 (-392))
+ (-5 *2 (-2 (|:| |glbase| (-584 (-206 *4 *5))) (|:| |glval| (-584 (-485)))))
+ (-5 *1 (-571 *4 *5)) (-5 *3 (-584 (-206 *4 *5))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-421 *4 *5))) (-14 *4 (-583 (-1090))) (-4 *5 (-392))
- (-5 *2 (-2 (|:| |gblist| (-583 (-206 *4 *5))) (|:| |gvlist| (-583 (-484)))))
- (-5 *1 (-570 *4 *5)))))
+ (-12 (-5 *3 (-584 (-421 *4 *5))) (-14 *4 (-584 (-1091))) (-4 *5 (-392))
+ (-5 *2 (-2 (|:| |gblist| (-584 (-206 *4 *5))) (|:| |gvlist| (-584 (-485)))))
+ (-5 *1 (-571 *4 *5)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2))
- (-4 *2 (-13 (-364 *3) (-915) (-1115)))))
- ((*1 *1 *1) (-4 *1 (-569))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2))
+ (-4 *2 (-13 (-364 *3) (-916) (-1116)))))
+ ((*1 *1 *1) (-4 *1 (-570))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2))
- (-4 *2 (-13 (-364 *3) (-915) (-1115)))))
- ((*1 *1 *1) (-4 *1 (-569))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2))
+ (-4 *2 (-13 (-364 *3) (-916) (-1116)))))
+ ((*1 *1 *1) (-4 *1 (-570))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2))
- (-4 *2 (-13 (-364 *3) (-915) (-1115)))))
- ((*1 *1 *1) (-4 *1 (-569))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2))
+ (-4 *2 (-13 (-364 *3) (-916) (-1116)))))
+ ((*1 *1 *1) (-4 *1 (-570))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2))
- (-4 *2 (-13 (-364 *3) (-915) (-1115)))))
- ((*1 *1 *1) (-4 *1 (-569))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2))
+ (-4 *2 (-13 (-364 *3) (-916) (-1116)))))
+ ((*1 *1 *1) (-4 *1 (-570))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2))
- (-4 *2 (-13 (-364 *3) (-915) (-1115)))))
- ((*1 *1 *1) (-4 *1 (-569))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2))
+ (-4 *2 (-13 (-364 *3) (-916) (-1116)))))
+ ((*1 *1 *1) (-4 *1 (-570))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-568 *3 *2))
- (-4 *2 (-13 (-364 *3) (-915) (-1115)))))
- ((*1 *1 *1) (-4 *1 (-569))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-569 *3 *2))
+ (-4 *2 (-13 (-364 *3) (-916) (-1116)))))
+ ((*1 *1 *1) (-4 *1 (-570))))
(((*1 *2 *3)
- (-12 (-5 *3 (-86)) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-32 *4 *5))
+ (-12 (-5 *3 (-86)) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-32 *4 *5))
(-4 *5 (-364 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-86)) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-131 *4 *5))
+ (-12 (-5 *3 (-86)) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-131 *4 *5))
(-4 *5 (-364 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-86)) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-230 *4 *5))
- (-4 *5 (-13 (-364 *4) (-915)))))
+ (-12 (-5 *3 (-86)) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-230 *4 *5))
+ (-4 *5 (-13 (-364 *4) (-916)))))
((*1 *2 *3)
(-12 (-5 *3 (-86)) (-5 *2 (-85)) (-5 *1 (-253 *4)) (-4 *4 (-254))))
((*1 *2 *3) (-12 (-4 *1 (-254)) (-5 *3 (-86)) (-5 *2 (-85))))
((*1 *2 *3)
- (-12 (-5 *3 (-86)) (-4 *5 (-1013)) (-5 *2 (-85)) (-5 *1 (-363 *4 *5))
+ (-12 (-5 *3 (-86)) (-4 *5 (-1014)) (-5 *2 (-85)) (-5 *1 (-363 *4 *5))
(-4 *4 (-364 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-86)) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-374 *4 *5))
+ (-12 (-5 *3 (-86)) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-374 *4 *5))
(-4 *5 (-364 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-86)) (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-568 *4 *5))
- (-4 *5 (-13 (-364 *4) (-915) (-1115))))))
+ (-12 (-5 *3 (-86)) (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-569 *4 *5))
+ (-4 *5 (-13 (-364 *4) (-916) (-1116))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-703 *5 (-773 *6)))) (-5 *4 (-85)) (-4 *5 (-392))
- (-14 *6 (-583 (-1090)))
- (-5 *2 (-583 (-1060 *5 (-469 (-773 *6)) (-773 *6) (-703 *5 (-773 *6)))))
- (-5 *1 (-567 *5 *6)))))
+ (-12 (-5 *3 (-584 (-704 *5 (-774 *6)))) (-5 *4 (-85)) (-4 *5 (-392))
+ (-14 *6 (-584 (-1091)))
+ (-5 *2 (-584 (-1061 *5 (-470 (-774 *6)) (-774 *6) (-704 *5 (-774 *6)))))
+ (-5 *1 (-568 *5 *6)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-703 *5 (-773 *6)))) (-5 *4 (-85)) (-4 *5 (-392))
- (-14 *6 (-583 (-1090))) (-5 *2 (-583 (-958 *5 *6))) (-5 *1 (-567 *5 *6)))))
+ (-12 (-5 *3 (-584 (-704 *5 (-774 *6)))) (-5 *4 (-85)) (-4 *5 (-392))
+ (-14 *6 (-584 (-1091))) (-5 *2 (-584 (-959 *5 *6))) (-5 *1 (-568 *5 *6)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 (-857 *3))) (-4 *3 (-392)) (-5 *1 (-309 *3 *4))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-584 (-858 *3))) (-4 *3 (-392)) (-5 *1 (-309 *3 *4))
+ (-14 *4 (-584 (-1091)))))
((*1 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-392)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-387 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-392)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-387 *3 *4 *5 *6))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-583 *7)) (-5 *3 (-1073)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-387 *4 *5 *6 *7))))
+ (-12 (-5 *2 (-584 *7)) (-5 *3 (-1074)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-387 *4 *5 *6 *7))))
((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-583 *7)) (-5 *3 (-1073)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-387 *4 *5 *6 *7))))
+ (-12 (-5 *2 (-584 *7)) (-5 *3 (-1074)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-387 *4 *5 *6 *7))))
((*1 *1 *1)
- (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5))
- (-4 *5 (-861 *2 *3 *4))))
+ (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5))
+ (-4 *5 (-862 *2 *3 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-583 (-703 *3 (-773 *4)))) (-4 *3 (-392))
- (-14 *4 (-583 (-1090))) (-5 *1 (-567 *3 *4)))))
+ (-12 (-5 *2 (-584 (-704 *3 (-774 *4)))) (-4 *3 (-392))
+ (-14 *4 (-584 (-1091))) (-5 *1 (-568 *3 *4)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-583 (-857 *3))) (-4 *3 (-392)) (-5 *1 (-309 *3 *4))
- (-14 *4 (-583 (-1090)))))
+ (|partial| -12 (-5 *2 (-584 (-858 *3))) (-4 *3 (-392)) (-5 *1 (-309 *3 *4))
+ (-14 *4 (-584 (-1091)))))
((*1 *2 *2)
- (|partial| -12 (-5 *2 (-583 (-703 *3 (-773 *4)))) (-4 *3 (-392))
- (-14 *4 (-583 (-1090))) (-5 *1 (-567 *3 *4)))))
+ (|partial| -12 (-5 *2 (-584 (-704 *3 (-774 *4)))) (-4 *3 (-392))
+ (-14 *4 (-584 (-1091))) (-5 *1 (-568 *3 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-857 *4))) (-4 *4 (-392)) (-5 *2 (-85))
- (-5 *1 (-309 *4 *5)) (-14 *5 (-583 (-1090)))))
+ (-12 (-5 *3 (-584 (-858 *4))) (-4 *4 (-392)) (-5 *2 (-85))
+ (-5 *1 (-309 *4 *5)) (-14 *5 (-584 (-1091)))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-703 *4 (-773 *5)))) (-4 *4 (-392))
- (-14 *5 (-583 (-1090))) (-5 *2 (-85)) (-5 *1 (-567 *4 *5)))))
+ (-12 (-5 *3 (-584 (-704 *4 (-774 *5)))) (-4 *4 (-392))
+ (-14 *5 (-584 (-1091))) (-5 *2 (-85)) (-5 *1 (-568 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *4)) (-4 *4 (-756)) (-5 *2 (-583 (-606 *4 *5)))
- (-5 *1 (-566 *4 *5 *6)) (-4 *5 (-13 (-146) (-654 (-350 (-484)))))
- (-14 *6 (-830)))))
+ (-12 (-5 *3 (-584 *4)) (-4 *4 (-757)) (-5 *2 (-584 (-607 *4 *5)))
+ (-5 *1 (-567 *4 *5 *6)) (-4 *5 (-13 (-146) (-655 (-350 (-485)))))
+ (-14 *6 (-831)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| |k| (-614 *3)) (|:| |c| *4))))
- (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756))
- (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830)))))
+ (-12 (-5 *2 (-584 (-2 (|:| |k| (-615 *3)) (|:| |c| *4))))
+ (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757))
+ (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-583 (-249 *4))) (-5 *1 (-566 *3 *4 *5)) (-4 *3 (-756))
- (-4 *4 (-13 (-146) (-654 (-350 (-484))))) (-14 *5 (-830)))))
+ (-12 (-5 *2 (-584 (-249 *4))) (-5 *1 (-567 *3 *4 *5)) (-4 *3 (-757))
+ (-4 *4 (-13 (-146) (-655 (-350 (-485))))) (-14 *5 (-831)))))
(((*1 *2 *3 *4 *5 *6 *7 *6)
(|partial| -12
(-5 *5
(-2 (|:| |contp| *3)
- (|:| -1782 (-583 (-2 (|:| |irr| *10) (|:| -2395 (-484)))))))
- (-5 *6 (-583 *3)) (-5 *7 (-583 *8)) (-4 *8 (-756)) (-4 *3 (-258))
- (-4 *10 (-861 *3 *9 *8)) (-4 *9 (-717))
+ (|:| -1783 (-584 (-2 (|:| |irr| *10) (|:| -2396 (-485)))))))
+ (-5 *6 (-584 *3)) (-5 *7 (-584 *8)) (-4 *8 (-757)) (-4 *3 (-258))
+ (-4 *10 (-862 *3 *9 *8)) (-4 *9 (-718))
(-5 *2
- (-2 (|:| |polfac| (-583 *10)) (|:| |correct| *3)
- (|:| |corrfact| (-583 (-1085 *3)))))
- (-5 *1 (-564 *8 *9 *3 *10)) (-5 *4 (-583 (-1085 *3))))))
+ (-2 (|:| |polfac| (-584 *10)) (|:| |correct| *3)
+ (|:| |corrfact| (-584 (-1086 *3)))))
+ (-5 *1 (-565 *8 *9 *3 *10)) (-5 *4 (-584 (-1086 *3))))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-694)) (-5 *5 (-583 *3)) (-4 *3 (-258)) (-4 *6 (-756))
- (-4 *7 (-717)) (-5 *2 (-85)) (-5 *1 (-564 *6 *7 *3 *8))
- (-4 *8 (-861 *3 *7 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *6 (-977 *3 *4 *5))
- (-5 *1 (-563 *3 *4 *5 *6 *7 *2)) (-4 *7 (-983 *3 *4 *5 *6))
- (-4 *2 (-1020 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *2 (-495)) (-5 *1 (-562 *2 *3)) (-4 *3 (-1155 *2)))))
+ (-12 (-5 *4 (-695)) (-5 *5 (-584 *3)) (-4 *3 (-258)) (-4 *6 (-757))
+ (-4 *7 (-718)) (-5 *2 (-85)) (-5 *1 (-565 *6 *7 *3 *8))
+ (-4 *8 (-862 *3 *7 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *6 (-978 *3 *4 *5))
+ (-5 *1 (-564 *3 *4 *5 *6 *7 *2)) (-4 *7 (-984 *3 *4 *5 *6))
+ (-4 *2 (-1021 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *2 (-496)) (-5 *1 (-563 *2 *3)) (-4 *3 (-1156 *2)))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
- (-5 *1 (-561 *4 *2)) (-4 *2 (-13 (-1115) (-871) (-29 *4))))))
-(((*1 *1) (-5 *1 (-556))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
+ (-5 *1 (-562 *4 *2)) (-4 *2 (-13 (-1116) (-872) (-29 *4))))))
+(((*1 *1) (-5 *1 (-557))))
(((*1 *2 *3 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-120) (-27) (-950 (-484)) (-950 (-350 (-484)))))
- (-4 *5 (-1155 *4)) (-5 *2 (-1085 (-350 *5))) (-5 *1 (-554 *4 *5))
+ (|partial| -12 (-4 *4 (-13 (-120) (-27) (-951 (-485)) (-951 (-350 (-485)))))
+ (-4 *5 (-1156 *4)) (-5 *2 (-1086 (-350 *5))) (-5 *1 (-555 *4 *5))
(-5 *3 (-350 *5))))
((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1155 *5))
- (-4 *5 (-13 (-120) (-27) (-950 (-484)) (-950 (-350 (-484)))))
- (-5 *2 (-1085 (-350 *6))) (-5 *1 (-554 *5 *6)) (-5 *3 (-350 *6)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-550 *4)) (-4 *4 (-1013)) (-4 *2 (-1013))
- (-5 *1 (-551 *2 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-550 *4)) (-5 *1 (-551 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
-(((*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-1115))))
- ((*1 *2 *1) (-12 (-5 *1 (-281 *2)) (-4 *2 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 *3)) (-5 *1 (-550 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-583 *1)) (-4 *1 (-254))))
+ (|partial| -12 (-5 *4 (-1 (-348 *6) *6)) (-4 *6 (-1156 *5))
+ (-4 *5 (-13 (-120) (-27) (-951 (-485)) (-951 (-350 (-485)))))
+ (-5 *2 (-1086 (-350 *6))) (-5 *1 (-555 *5 *6)) (-5 *3 (-350 *6)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-551 *4)) (-4 *4 (-1014)) (-4 *2 (-1014))
+ (-5 *1 (-552 *2 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-551 *4)) (-5 *1 (-552 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
+(((*1 *2 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)) (-4 *2 (-1116))))
+ ((*1 *2 *1) (-12 (-5 *1 (-281 *2)) (-4 *2 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 *3)) (-5 *1 (-551 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-86)) (-5 *3 (-584 *1)) (-4 *1 (-254))))
((*1 *1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-86))))
- ((*1 *1 *2) (-12 (-5 *2 (-1090)) (-5 *1 (-550 *3)) (-4 *3 (-1013))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1091)) (-5 *1 (-551 *3)) (-4 *3 (-1014))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-86)) (-5 *3 (-583 *5)) (-5 *4 (-694)) (-4 *5 (-1013))
- (-5 *1 (-550 *5)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1090)) (-5 *1 (-550 *3)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-86)) (-5 *3 (-584 *5)) (-5 *4 (-695)) (-4 *5 (-1014))
+ (-5 *1 (-551 *5)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1091)) (-5 *1 (-551 *3)) (-4 *3 (-1014)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-549 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-550 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-549 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-5 *2 (-583 *3)))))
+ (-12 (-4 *1 (-550 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-5 *2 (-584 *3)))))
(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-549 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1013)))))
-(((*1 *1) (-5 *1 (-542))) ((*1 *1) (-5 *1 (-544))) ((*1 *1) (-5 *1 (-545))))
-(((*1 *1) (-5 *1 (-544))) ((*1 *1) (-5 *1 (-545))))
-(((*1 *1) (-5 *1 (-544))) ((*1 *1) (-5 *1 (-545))))
-(((*1 *1) (-5 *1 (-544))) ((*1 *1) (-5 *1 (-545))))
-(((*1 *1) (-5 *1 (-542))) ((*1 *1) (-5 *1 (-544))) ((*1 *1) (-5 *1 (-545))))
-(((*1 *1) (-5 *1 (-545))))
+ (|partial| -12 (-4 *1 (-550 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1014)))))
+(((*1 *1) (-5 *1 (-543))) ((*1 *1) (-5 *1 (-545))) ((*1 *1) (-5 *1 (-546))))
+(((*1 *1) (-5 *1 (-545))) ((*1 *1) (-5 *1 (-546))))
+(((*1 *1) (-5 *1 (-545))) ((*1 *1) (-5 *1 (-546))))
+(((*1 *1) (-5 *1 (-545))) ((*1 *1) (-5 *1 (-546))))
+(((*1 *1) (-5 *1 (-543))) ((*1 *1) (-5 *1 (-545))) ((*1 *1) (-5 *1 (-546))))
+(((*1 *1) (-5 *1 (-546))))
+(((*1 *1) (-5 *1 (-546))))
+(((*1 *1) (-5 *1 (-543))) ((*1 *1) (-5 *1 (-546))))
+(((*1 *1) (-5 *1 (-546))))
(((*1 *1) (-5 *1 (-545))))
-(((*1 *1) (-5 *1 (-542))) ((*1 *1) (-5 *1 (-545))))
(((*1 *1) (-5 *1 (-545))))
(((*1 *1) (-5 *1 (-544))))
(((*1 *1) (-5 *1 (-544))))
+(((*1 *1) (-5 *1 (-544))))
+(((*1 *1) (-5 *1 (-544))))
+(((*1 *1) (-5 *1 (-544))))
+(((*1 *1) (-5 *1 (-544))))
+(((*1 *1) (-5 *1 (-544))))
+(((*1 *1) (-5 *1 (-544))))
+(((*1 *1) (-5 *1 (-544))))
+(((*1 *1) (-5 *1 (-544))))
+(((*1 *1) (-5 *1 (-544))))
(((*1 *1) (-5 *1 (-543))))
(((*1 *1) (-5 *1 (-543))))
-(((*1 *1) (-5 *1 (-543))))
-(((*1 *1) (-5 *1 (-543))))
-(((*1 *1) (-5 *1 (-543))))
-(((*1 *1) (-5 *1 (-543))))
-(((*1 *1) (-5 *1 (-543))))
-(((*1 *1) (-5 *1 (-543))))
-(((*1 *1) (-5 *1 (-543))))
-(((*1 *1) (-5 *1 (-543))))
-(((*1 *1) (-5 *1 (-543))))
-(((*1 *1) (-5 *1 (-542))))
-(((*1 *1) (-5 *1 (-542))))
-(((*1 *2 *1) (-12 (-5 *2 (-869 (-158 (-112)))) (-5 *1 (-282))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-1130))) (-5 *1 (-539)))))
+(((*1 *2 *1) (-12 (-5 *2 (-870 (-158 (-112)))) (-5 *1 (-282))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-1131))) (-5 *1 (-540)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-538 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1129)) (-5 *2 (-583 *4)))))
+ (-12 (-4 *1 (-539 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1130)) (-5 *2 (-584 *4)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-538 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1129)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-539 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1130)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-538 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1129)) (-5 *2 (-583 *3)))))
+ (-12 (-4 *1 (-539 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1130)) (-5 *2 (-584 *3)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-318 *3)) (-4 *3 (-72)) (-4 *1 (-538 *4 *3)) (-4 *4 (-1013))
- (-4 *3 (-1129)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-318 *3)) (-4 *3 (-72)) (-4 *1 (-539 *4 *3)) (-4 *4 (-1014))
+ (-4 *3 (-1130)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-538 *2 *3)) (-4 *3 (-1129)) (-4 *2 (-1013)) (-4 *2 (-756)))))
+ (-12 (-4 *1 (-539 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1014)) (-4 *2 (-757)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-538 *2 *3)) (-4 *3 (-1129)) (-4 *2 (-1013)) (-4 *2 (-756)))))
+ (-12 (-4 *1 (-539 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1014)) (-4 *2 (-757)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1129)) (-4 *3 (-324 *2))
+ (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1130)) (-4 *3 (-324 *2))
(-4 *4 (-324 *2))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1035 *2)) (-4 *1 (-538 *3 *2)) (-4 *3 (-1013))
- (-4 *2 (-1129)))))
+ (-12 (-4 *1 (-1036 *2)) (-4 *1 (-539 *3 *2)) (-4 *3 (-1014))
+ (-4 *2 (-1130)))))
(((*1 *2 *1 *3 *3)
- (-12 (-4 *1 (-1035 *4)) (-4 *1 (-538 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1129))
- (-5 *2 (-1185)))))
+ (-12 (-4 *1 (-1036 *4)) (-4 *1 (-539 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1130))
+ (-5 *2 (-1186)))))
(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-583 (-550 *2))) (-5 *4 (-583 (-1090)))
- (-4 *2 (-13 (-364 (-142 *5)) (-915) (-1115))) (-4 *5 (-495))
- (-5 *1 (-535 *5 *6 *2)) (-4 *6 (-13 (-364 *5) (-915) (-1115))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-142 *5)) (-5 *1 (-535 *4 *5 *3))
- (-4 *5 (-13 (-364 *4) (-915) (-1115)))
- (-4 *3 (-13 (-364 (-142 *4)) (-915) (-1115))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *2 (-13 (-364 (-142 *4)) (-915) (-1115)))
- (-5 *1 (-535 *4 *3 *2)) (-4 *3 (-13 (-364 *4) (-915) (-1115))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-4 *2 (-13 (-364 *4) (-915) (-1115)))
- (-5 *1 (-535 *4 *2 *3)) (-4 *3 (-13 (-364 (-142 *4)) (-915) (-1115))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-142 *5)) (-4 *5 (-13 (-364 *4) (-915) (-1115))) (-4 *4 (-495))
- (-4 *2 (-13 (-364 (-142 *4)) (-915) (-1115))) (-5 *1 (-535 *4 *5 *2)))))
-(((*1 *1) (-5 *1 (-532))))
-(((*1 *1) (-5 *1 (-532))))
-(((*1 *1) (-5 *1 (-532))))
-(((*1 *1) (-5 *1 (-532))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-532))) (-5 *1 (-532)))))
+ (-12 (-5 *3 (-584 (-551 *2))) (-5 *4 (-584 (-1091)))
+ (-4 *2 (-13 (-364 (-142 *5)) (-916) (-1116))) (-4 *5 (-496))
+ (-5 *1 (-536 *5 *6 *2)) (-4 *6 (-13 (-364 *5) (-916) (-1116))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-496)) (-5 *2 (-142 *5)) (-5 *1 (-536 *4 *5 *3))
+ (-4 *5 (-13 (-364 *4) (-916) (-1116)))
+ (-4 *3 (-13 (-364 (-142 *4)) (-916) (-1116))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-496)) (-4 *2 (-13 (-364 (-142 *4)) (-916) (-1116)))
+ (-5 *1 (-536 *4 *3 *2)) (-4 *3 (-13 (-364 *4) (-916) (-1116))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-496)) (-4 *2 (-13 (-364 *4) (-916) (-1116)))
+ (-5 *1 (-536 *4 *2 *3)) (-4 *3 (-13 (-364 (-142 *4)) (-916) (-1116))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-142 *5)) (-4 *5 (-13 (-364 *4) (-916) (-1116))) (-4 *4 (-496))
+ (-4 *2 (-13 (-364 (-142 *4)) (-916) (-1116))) (-5 *1 (-536 *4 *5 *2)))))
+(((*1 *1) (-5 *1 (-533))))
+(((*1 *1) (-5 *1 (-533))))
+(((*1 *1) (-5 *1 (-533))))
+(((*1 *1) (-5 *1 (-533))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-533))) (-5 *1 (-533)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-939 (-750 (-484))))
- (-5 *3 (-1069 (-2 (|:| |k| (-484)) (|:| |c| *4)))) (-4 *4 (-961))
- (-5 *1 (-530 *4)))))
+ (-12 (-5 *2 (-940 (-751 (-485))))
+ (-5 *3 (-1070 (-2 (|:| |k| (-485)) (|:| |c| *4)))) (-4 *4 (-962))
+ (-5 *1 (-531 *4)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-939 (-750 (-484)))) (-5 *1 (-530 *3)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-940 (-751 (-485)))) (-5 *1 (-531 *3)) (-4 *3 (-962)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1069 (-2 (|:| |k| (-484)) (|:| |c| *3)))) (-5 *1 (-530 *3))
- (-4 *3 (-961)))))
+ (-12 (-5 *2 (-1070 (-2 (|:| |k| (-485)) (|:| |c| *3)))) (-5 *1 (-531 *3))
+ (-4 *3 (-962)))))
(((*1 *1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-85)) (-5 *1 (-530 *3)) (-4 *3 (-961)))))
-(((*1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-961)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-530 *2)) (-4 *2 (-961)))))
+ (|partial| -12 (-5 *2 (-85)) (-5 *1 (-531 *3)) (-4 *3 (-962)))))
+(((*1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-962)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-531 *2)) (-4 *2 (-962)))))
(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-1069 (-2 (|:| |k| (-484)) (|:| |c| *6))))
- (-5 *4 (-939 (-750 (-484)))) (-5 *5 (-1090)) (-5 *7 (-350 (-484)))
- (-4 *6 (-961)) (-5 *2 (-772)) (-5 *1 (-530 *6)))))
+ (-12 (-5 *3 (-1070 (-2 (|:| |k| (-485)) (|:| |c| *6))))
+ (-5 *4 (-940 (-751 (-485)))) (-5 *5 (-1091)) (-5 *7 (-350 (-485)))
+ (-4 *6 (-962)) (-5 *2 (-773)) (-5 *1 (-531 *6)))))
(((*1 *1 *1 *2)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-350 (-484))) (-5 *1 (-530 *3)) (-4 *3 (-38 *2))
- (-4 *3 (-961)))))
+ (-12 (-5 *2 (-350 (-485))) (-5 *1 (-531 *3)) (-4 *3 (-38 *2))
+ (-4 *3 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-530 *2)) (-4 *2 (-38 (-350 (-484)))) (-4 *2 (-961)))))
+ (-12 (-5 *1 (-531 *2)) (-4 *2 (-38 (-350 (-485)))) (-4 *2 (-962)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 *3)) (-4 *3 (-1020 *5 *6 *7 *8))
- (-4 *5 (-13 (-258) (-120))) (-4 *6 (-717)) (-4 *7 (-756))
- (-4 *8 (-977 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-527 *5 *6 *7 *8 *3)))))
+ (-12 (-5 *4 (-584 *3)) (-4 *3 (-1021 *5 *6 *7 *8))
+ (-4 *5 (-13 (-258) (-120))) (-4 *6 (-718)) (-4 *7 (-757))
+ (-4 *8 (-978 *5 *6 *7)) (-5 *2 (-85)) (-5 *1 (-528 *5 *6 *7 *8 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-830))) (-5 *4 (-813 (-484))) (-5 *2 (-630 (-484)))
- (-5 *1 (-526))))
+ (-12 (-5 *3 (-584 (-831))) (-5 *4 (-814 (-485))) (-5 *2 (-631 (-485)))
+ (-5 *1 (-527))))
((*1 *2 *3)
- (-12 (-5 *3 (-583 (-830))) (-5 *2 (-583 (-630 (-484)))) (-5 *1 (-526))))
+ (-12 (-5 *3 (-584 (-831))) (-5 *2 (-584 (-631 (-485)))) (-5 *1 (-527))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-830))) (-5 *4 (-583 (-813 (-484))))
- (-5 *2 (-583 (-630 (-484)))) (-5 *1 (-526)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-830))) (-5 *2 (-694)) (-5 *1 (-526)))))
+ (-12 (-5 *3 (-584 (-831))) (-5 *4 (-584 (-814 (-485))))
+ (-5 *2 (-584 (-631 (-485)))) (-5 *1 (-527)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-831))) (-5 *2 (-695)) (-5 *1 (-527)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
- (-5 *1 (-371 *4 *2)) (-4 *2 (-13 (-1115) (-29 *4)))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
+ (-5 *1 (-371 *4 *2)) (-4 *2 (-13 (-1116) (-29 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 *5))) (-5 *4 (-1090)) (-4 *5 (-120))
- (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-265 *5))
- (-5 *1 (-525 *5)))))
+ (-12 (-5 *3 (-350 (-858 *5))) (-5 *4 (-1091)) (-4 *5 (-120))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-265 *5))
+ (-5 *1 (-526 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-519 *2)) (-4 *2 (-13 (-29 *4) (-1115))) (-5 *1 (-521 *4 *2))
- (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484))))))
+ (-12 (-5 *3 (-520 *2)) (-4 *2 (-13 (-29 *4) (-1116))) (-5 *1 (-522 *4 *2))
+ (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485))))))
((*1 *2 *3)
- (-12 (-5 *3 (-519 (-350 (-857 *4))))
- (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *2 (-265 *4))
- (-5 *1 (-525 *4)))))
+ (-12 (-5 *3 (-520 (-350 (-858 *4))))
+ (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *2 (-265 *4))
+ (-5 *1 (-526 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-524 *4)) (-4 *4 (-299)))))
-(((*1 *2 *2) (-12 (-5 *1 (-523 *2)) (-4 *2 (-483)))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-523 *2)) (-4 *2 (-483)))))
-(((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-523 *3)) (-4 *3 (-483)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-694)) (-5 *1 (-523 *2)) (-4 *2 (-483)))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-525 *4)) (-4 *4 (-299)))))
+(((*1 *2 *2) (-12 (-5 *1 (-524 *2)) (-4 *2 (-484)))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-524 *2)) (-4 *2 (-484)))))
+(((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-524 *3)) (-4 *3 (-484)))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-695)) (-5 *1 (-524 *2)) (-4 *2 (-484)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-694)) (-5 *1 (-523 *2)) (-4 *2 (-483))))
+ (|partial| -12 (-5 *3 (-695)) (-5 *1 (-524 *2)) (-4 *2 (-484))))
((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -2695 *3) (|:| -2401 (-694)))) (-5 *1 (-523 *3))
- (-4 *3 (-483)))))
+ (-12 (-5 *2 (-2 (|:| -2696 *3) (|:| -2402 (-695)))) (-5 *1 (-524 *3))
+ (-4 *3 (-484)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-694)) (-5 *2 (-85)) (-5 *1 (-523 *3)) (-4 *3 (-483)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-532)) (-5 *1 (-522)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-532)) (-5 *1 (-522)))))
-(((*1 *1 *2 *3 *1) (-12 (-5 *2 (-446)) (-5 *3 (-532)) (-5 *1 (-522)))))
+ (-12 (-5 *4 (-695)) (-5 *2 (-85)) (-5 *1 (-524 *3)) (-4 *3 (-484)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-533)) (-5 *1 (-523)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-533)) (-5 *1 (-523)))))
+(((*1 *1 *2 *3 *1) (-12 (-5 *2 (-447)) (-5 *3 (-533)) (-5 *1 (-523)))))
(((*1 *1 *2 *3 *4)
(-12
(-5 *3
- (-583
- (-2 (|:| |scalar| (-350 (-484))) (|:| |coeff| (-1085 *2))
- (|:| |logand| (-1085 *2)))))
- (-5 *4 (-583 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-312))
- (-5 *1 (-519 *2)))))
-(((*1 *2 *1) (-12 (-5 *1 (-519 *2)) (-4 *2 (-312)))))
+ (-584
+ (-2 (|:| |scalar| (-350 (-485))) (|:| |coeff| (-1086 *2))
+ (|:| |logand| (-1086 *2)))))
+ (-5 *4 (-584 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-312))
+ (-5 *1 (-520 *2)))))
+(((*1 *2 *1) (-12 (-5 *1 (-520 *2)) (-4 *2 (-312)))))
(((*1 *2 *1)
(-12
(-5 *2
- (-583
- (-2 (|:| |scalar| (-350 (-484))) (|:| |coeff| (-1085 *3))
- (|:| |logand| (-1085 *3)))))
- (-5 *1 (-519 *3)) (-4 *3 (-312)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
- (-5 *1 (-519 *3)) (-4 *3 (-312)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-519 *3)) (-4 *3 (-312)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-518)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-515)))))
-(((*1 *2 *1) (-12 (-5 *2 (-166 4 (-101))) (-5 *1 (-515)))))
-(((*1 *2 *3) (-12 (-5 *3 (-431)) (-5 *2 (-632 (-515))) (-5 *1 (-515)))))
-(((*1 *2 *1) (-12 (-5 *2 (-632 (-1 (-473) (-583 (-473))))) (-5 *1 (-86))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-473) (-583 (-473)))) (-5 *1 (-86))))
- ((*1 *1) (-5 *1 (-514))))
-(((*1 *1) (-5 *1 (-514))))
-(((*1 *1) (-5 *1 (-514))))
-(((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-513))))
- ((*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-513)))))
+ (-584
+ (-2 (|:| |scalar| (-350 (-485))) (|:| |coeff| (-1086 *3))
+ (|:| |logand| (-1086 *3)))))
+ (-5 *1 (-520 *3)) (-4 *3 (-312)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-584 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
+ (-5 *1 (-520 *3)) (-4 *3 (-312)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-520 *3)) (-4 *3 (-312)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-519)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-516)))))
+(((*1 *2 *1) (-12 (-5 *2 (-166 4 (-101))) (-5 *1 (-516)))))
+(((*1 *2 *3) (-12 (-5 *3 (-431)) (-5 *2 (-633 (-516))) (-5 *1 (-516)))))
+(((*1 *2 *1) (-12 (-5 *2 (-633 (-1 (-474) (-584 (-474))))) (-5 *1 (-86))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-474) (-584 (-474)))) (-5 *1 (-86))))
+ ((*1 *1) (-5 *1 (-515))))
+(((*1 *1) (-5 *1 (-515))))
+(((*1 *1) (-5 *1 (-515))))
+(((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-514))))
+ ((*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-514)))))
(((*1 *2 *2 *3 *3)
- (|partial| -12 (-5 *3 (-1090))
- (-4 *4 (-13 (-258) (-120) (-950 (-484)) (-580 (-484)))) (-5 *1 (-511 *4 *2))
- (-4 *2 (-13 (-1115) (-871) (-1053) (-29 *4))))))
+ (|partial| -12 (-5 *3 (-1091))
+ (-4 *4 (-13 (-258) (-120) (-951 (-485)) (-581 (-485)))) (-5 *1 (-512 *4 *2))
+ (-4 *2 (-13 (-1116) (-872) (-1054) (-29 *4))))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-312))
- (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-510 *5 *3)))))
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-312))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-511 *5 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312))
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312))
(-5 *2
- (-2 (|:| |ir| (-519 (-350 *6))) (|:| |specpart| (-350 *6))
+ (-2 (|:| |ir| (-520 (-350 *6))) (|:| |specpart| (-350 *6))
(|:| |polypart| *6)))
- (-5 *1 (-510 *5 *6)) (-5 *3 (-350 *6)))))
+ (-5 *1 (-511 *5 *6)) (-5 *3 (-350 *6)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-562 *4 *5))
- (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3138 *4) (|:| |sol?| (-85))) (-484) *4))
- (-4 *4 (-312)) (-4 *5 (-1155 *4)) (-5 *1 (-510 *4 *5)))))
+ (|partial| -12 (-5 *2 (-563 *4 *5))
+ (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3139 *4) (|:| |sol?| (-85))) (-485) *4))
+ (-4 *4 (-312)) (-4 *5 (-1156 *4)) (-5 *1 (-511 *4 *5)))))
(((*1 *2 *2 *3 *4)
(|partial| -12
- (-5 *3 (-1 (-3 (-2 (|:| -2136 *4) (|:| |coeff| *4)) "failed") *4))
- (-4 *4 (-312)) (-5 *1 (-510 *4 *2)) (-4 *2 (-1155 *4)))))
+ (-5 *3 (-1 (-3 (-2 (|:| -2137 *4) (|:| |coeff| *4)) "failed") *4))
+ (-4 *4 (-312)) (-5 *1 (-511 *4 *2)) (-4 *2 (-1156 *4)))))
(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-583 (-350 *7))) (-4 *7 (-1155 *6))
+ (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-584 (-350 *7))) (-4 *7 (-1156 *6))
(-5 *3 (-350 *7)) (-4 *6 (-312))
(-5 *2
(-2 (|:| |mainpart| *3)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-510 *6 *7)))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-511 *6 *7)))))
(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312))
- (-5 *2 (-2 (|:| -2136 (-350 *6)) (|:| |coeff| (-350 *6))))
- (-5 *1 (-510 *5 *6)) (-5 *3 (-350 *6)))))
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312))
+ (-5 *2 (-2 (|:| -2137 (-350 *6)) (|:| |coeff| (-350 *6))))
+ (-5 *1 (-511 *5 *6)) (-5 *3 (-350 *6)))))
(((*1 *2 *3 *4 *5 *6)
(|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3138 *7) (|:| |sol?| (-85))) (-484) *7))
- (-5 *6 (-583 (-350 *8))) (-4 *7 (-312)) (-4 *8 (-1155 *7)) (-5 *3 (-350 *8))
+ (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3139 *7) (|:| |sol?| (-85))) (-485) *7))
+ (-5 *6 (-584 (-350 *8))) (-4 *7 (-312)) (-4 *8 (-1156 *7)) (-5 *3 (-350 *8))
(-5 *2
(-2
(|:| |answer|
(-2 (|:| |mainpart| *3)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
(|:| |a0| *7)))
- (-5 *1 (-510 *7 *8)))))
+ (-5 *1 (-511 *7 *8)))))
(((*1 *2 *3 *4 *5 *6)
(|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5 (-1 (-3 (-2 (|:| -2136 *7) (|:| |coeff| *7)) "failed") *7))
- (-5 *6 (-583 (-350 *8))) (-4 *7 (-312)) (-4 *8 (-1155 *7)) (-5 *3 (-350 *8))
+ (-5 *5 (-1 (-3 (-2 (|:| -2137 *7) (|:| |coeff| *7)) "failed") *7))
+ (-5 *6 (-584 (-350 *8))) (-4 *7 (-312)) (-4 *8 (-1156 *7)) (-5 *3 (-350 *8))
(-5 *2
(-2
(|:| |answer|
(-2 (|:| |mainpart| *3)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
(|:| |a0| *7)))
- (-5 *1 (-510 *7 *8)))))
+ (-5 *1 (-511 *7 *8)))))
(((*1 *2 *3 *4 *5 *3)
(-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3138 *6) (|:| |sol?| (-85))) (-484) *6))
- (-4 *6 (-312)) (-4 *7 (-1155 *6))
+ (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3139 *6) (|:| |sol?| (-85))) (-485) *6))
+ (-4 *6 (-312)) (-4 *7 (-1156 *6))
(-5 *2
(-3 (-2 (|:| |answer| (-350 *7)) (|:| |a0| *6))
- (-2 (|:| -2136 (-350 *7)) (|:| |coeff| (-350 *7))) "failed"))
- (-5 *1 (-510 *6 *7)) (-5 *3 (-350 *7)))))
+ (-2 (|:| -2137 (-350 *7)) (|:| |coeff| (-350 *7))) "failed"))
+ (-5 *1 (-511 *6 *7)) (-5 *3 (-350 *7)))))
(((*1 *2 *3 *4 *5 *3)
(-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -2136 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-312)) (-4 *7 (-1155 *6))
+ (-5 *5 (-1 (-3 (-2 (|:| -2137 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-312)) (-4 *7 (-1156 *6))
(-5 *2
(-3 (-2 (|:| |answer| (-350 *7)) (|:| |a0| *6))
- (-2 (|:| -2136 (-350 *7)) (|:| |coeff| (-350 *7))) "failed"))
- (-5 *1 (-510 *6 *7)) (-5 *3 (-350 *7)))))
+ (-2 (|:| -2137 (-350 *7)) (|:| |coeff| (-350 *7))) "failed"))
+ (-5 *1 (-511 *6 *7)) (-5 *3 (-350 *7)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-583 *6) "failed") (-484) *6 *6))
- (-4 *6 (-312)) (-4 *7 (-1155 *6))
- (-5 *2 (-2 (|:| |answer| (-519 (-350 *7))) (|:| |a0| *6)))
- (-5 *1 (-510 *6 *7)) (-5 *3 (-350 *7)))))
+ (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-584 *6) "failed") (-485) *6 *6))
+ (-4 *6 (-312)) (-4 *7 (-1156 *6))
+ (-5 *2 (-2 (|:| |answer| (-520 (-350 *7))) (|:| |a0| *6)))
+ (-5 *1 (-511 *6 *7)) (-5 *3 (-350 *7)))))
(((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3138 *6) (|:| |sol?| (-85))) (-484) *6))
- (-4 *6 (-312)) (-4 *7 (-1155 *6))
- (-5 *2 (-2 (|:| |answer| (-519 (-350 *7))) (|:| |a0| *6)))
- (-5 *1 (-510 *6 *7)) (-5 *3 (-350 *7)))))
+ (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3139 *6) (|:| |sol?| (-85))) (-485) *6))
+ (-4 *6 (-312)) (-4 *7 (-1156 *6))
+ (-5 *2 (-2 (|:| |answer| (-520 (-350 *7))) (|:| |a0| *6)))
+ (-5 *1 (-511 *6 *7)) (-5 *3 (-350 *7)))))
(((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -2136 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-312)) (-4 *7 (-1155 *6))
- (-5 *2 (-2 (|:| |answer| (-519 (-350 *7))) (|:| |a0| *6)))
- (-5 *1 (-510 *6 *7)) (-5 *3 (-350 *7)))))
+ (-5 *5 (-1 (-3 (-2 (|:| -2137 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-312)) (-4 *7 (-1156 *6))
+ (-5 *2 (-2 (|:| |answer| (-520 (-350 *7))) (|:| |a0| *6)))
+ (-5 *1 (-511 *6 *7)) (-5 *3 (-350 *7)))))
(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-1 (-519 *3) *3 (-1090)))
+ (-12 (-5 *5 (-1 (-520 *3) *3 (-1091)))
(-5 *6
- (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1090)))
- (-4 *3 (-239)) (-4 *3 (-569)) (-4 *3 (-950 *4)) (-4 *3 (-364 *7))
- (-5 *4 (-1090)) (-4 *7 (-553 (-800 (-484)))) (-4 *7 (-392))
- (-4 *7 (-796 (-484))) (-4 *7 (-1013)) (-5 *2 (-519 *3))
- (-5 *1 (-509 *7 *3)))))
+ (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1091)))
+ (-4 *3 (-239)) (-4 *3 (-570)) (-4 *3 (-951 *4)) (-4 *3 (-364 *7))
+ (-5 *4 (-1091)) (-4 *7 (-554 (-801 (-485)))) (-4 *7 (-392))
+ (-4 *7 (-797 (-485))) (-4 *7 (-1014)) (-5 *2 (-520 *3))
+ (-5 *1 (-510 *7 *3)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-392)) (-4 *4 (-1013)) (-5 *1 (-509 *4 *2))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-392)) (-4 *4 (-1014)) (-5 *1 (-510 *4 *2))
(-4 *2 (-239)) (-4 *2 (-364 *4)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-4 *4 (-1013)) (-5 *1 (-509 *4 *2))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-4 *4 (-1014)) (-5 *1 (-510 *4 *2))
(-4 *2 (-364 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *6)) (-5 *4 (-1090)) (-4 *6 (-364 *5)) (-4 *5 (-1013))
- (-5 *2 (-583 (-550 *6))) (-5 *1 (-509 *5 *6)))))
+ (-12 (-5 *3 (-584 *6)) (-5 *4 (-1091)) (-4 *6 (-364 *5)) (-4 *5 (-1014))
+ (-5 *2 (-584 (-551 *6))) (-5 *1 (-510 *5 *6)))))
(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-583 (-550 *6))) (-5 *4 (-1090)) (-5 *2 (-550 *6))
- (-4 *6 (-364 *5)) (-4 *5 (-1013)) (-5 *1 (-509 *5 *6)))))
+ (-12 (-5 *3 (-584 (-551 *6))) (-5 *4 (-1091)) (-5 *2 (-551 *6))
+ (-4 *6 (-364 *5)) (-4 *5 (-1014)) (-5 *1 (-510 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-550 *5))) (-4 *4 (-1013)) (-5 *2 (-550 *5))
- (-5 *1 (-509 *4 *5)) (-4 *5 (-364 *4)))))
+ (-12 (-5 *3 (-584 (-551 *5))) (-4 *4 (-1014)) (-5 *2 (-551 *5))
+ (-5 *1 (-510 *4 *5)) (-4 *5 (-364 *4)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-583 (-550 *5))) (-5 *3 (-1090)) (-4 *5 (-364 *4))
- (-4 *4 (-1013)) (-5 *1 (-509 *4 *5)))))
+ (-12 (-5 *2 (-584 (-551 *5))) (-5 *3 (-1091)) (-4 *5 (-364 *4))
+ (-4 *4 (-1014)) (-5 *1 (-510 *4 *5)))))
(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1090)) (-4 *5 (-13 (-495) (-950 (-484)) (-120)))
- (-5 *2 (-2 (|:| -2136 (-350 (-857 *5))) (|:| |coeff| (-350 (-857 *5)))))
- (-5 *1 (-506 *5)) (-5 *3 (-350 (-857 *5))))))
+ (|partial| -12 (-5 *4 (-1091)) (-4 *5 (-13 (-496) (-951 (-485)) (-120)))
+ (-5 *2 (-2 (|:| -2137 (-350 (-858 *5))) (|:| |coeff| (-350 (-858 *5)))))
+ (-5 *1 (-507 *5)) (-5 *3 (-350 (-858 *5))))))
(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-583 (-350 (-857 *6))))
- (-5 *3 (-350 (-857 *6))) (-4 *6 (-13 (-495) (-950 (-484)) (-120)))
+ (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-584 (-350 (-858 *6))))
+ (-5 *3 (-350 (-858 *6))) (-4 *6 (-13 (-496) (-951 (-485)) (-120)))
(-5 *2
(-2 (|:| |mainpart| *3)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-506 *6)))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-507 *6)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-350 (-857 *4))) (-5 *3 (-1090))
- (-4 *4 (-13 (-495) (-950 (-484)) (-120))) (-5 *1 (-506 *4)))))
+ (|partial| -12 (-5 *2 (-350 (-858 *4))) (-5 *3 (-1091))
+ (-4 *4 (-13 (-496) (-951 (-485)) (-120))) (-5 *1 (-507 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-519 *3)) (-5 *1 (-371 *5 *3)) (-4 *3 (-13 (-1115) (-29 *5)))))
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-520 *3)) (-5 *1 (-371 *5 *3)) (-4 *3 (-13 (-1116) (-29 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-495) (-950 (-484)) (-120)))
- (-5 *2 (-519 (-350 (-857 *5)))) (-5 *1 (-506 *5)) (-5 *3 (-350 (-857 *5))))))
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-496) (-951 (-485)) (-120)))
+ (-5 *2 (-520 (-350 (-858 *5)))) (-5 *1 (-507 *5)) (-5 *3 (-350 (-858 *5))))))
(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-484)) (-5 *1 (-505 *3)) (-4 *3 (-950 *2)))))
+ (|partial| -12 (-5 *2 (-485)) (-5 *1 (-506 *3)) (-4 *3 (-951 *2)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-583 (-350 *6))) (-5 *3 (-350 *6)) (-4 *6 (-1155 *5))
- (-4 *5 (-13 (-312) (-120) (-950 (-484))))
+ (|partial| -12 (-5 *4 (-584 (-350 *6))) (-5 *3 (-350 *6)) (-4 *6 (-1156 *5))
+ (-4 *5 (-13 (-312) (-120) (-951 (-485))))
(-5 *2
(-2 (|:| |mainpart| *3)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-504 *5 *6)))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-505 *5 *6)))))
(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-312) (-120) (-950 (-484)))) (-4 *5 (-1155 *4))
- (-5 *2 (-2 (|:| -2136 (-350 *5)) (|:| |coeff| (-350 *5))))
- (-5 *1 (-504 *4 *5)) (-5 *3 (-350 *5)))))
+ (|partial| -12 (-4 *4 (-13 (-312) (-120) (-951 (-485)))) (-4 *5 (-1156 *4))
+ (-5 *2 (-2 (|:| -2137 (-350 *5)) (|:| |coeff| (-350 *5))))
+ (-5 *1 (-505 *4 *5)) (-5 *3 (-350 *5)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-350 *4)) (-4 *4 (-1155 *3))
- (-4 *3 (-13 (-312) (-120) (-950 (-484)))) (-5 *1 (-504 *3 *4)))))
+ (|partial| -12 (-5 *2 (-350 *4)) (-4 *4 (-1156 *3))
+ (-4 *3 (-13 (-312) (-120) (-951 (-485)))) (-5 *1 (-505 *3 *4)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1090)) (-4 *5 (-553 (-800 (-484))))
- (-4 *5 (-796 (-484))) (-4 *5 (-13 (-950 (-484)) (-392) (-580 (-484))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-503 *5 *3))
- (-4 *3 (-569)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))))
+ (|partial| -12 (-5 *4 (-1091)) (-4 *5 (-554 (-801 (-485))))
+ (-4 *5 (-797 (-485))) (-4 *5 (-13 (-951 (-485)) (-392) (-581 (-485))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-504 *5 *3))
+ (-4 *3 (-570)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))))
((*1 *2 *2 *3 *4 *4)
- (|partial| -12 (-5 *3 (-1090)) (-5 *4 (-750 *2)) (-4 *2 (-1053))
- (-4 *2 (-13 (-27) (-1115) (-364 *5))) (-4 *5 (-553 (-800 (-484))))
- (-4 *5 (-796 (-484))) (-4 *5 (-13 (-950 (-484)) (-392) (-580 (-484))))
- (-5 *1 (-503 *5 *2)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1090)) (-4 *5 (-553 (-800 (-484))))
- (-4 *5 (-796 (-484))) (-4 *5 (-13 (-950 (-484)) (-392) (-580 (-484))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-503 *5 *3))
- (-4 *3 (-569)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-950 (-484)) (-392) (-580 (-484))))
- (-5 *2 (-2 (|:| -2338 *3) (|:| |nconst| *3))) (-5 *1 (-503 *5 *3))
- (-4 *3 (-13 (-27) (-1115) (-364 *5))))))
+ (|partial| -12 (-5 *3 (-1091)) (-5 *4 (-751 *2)) (-4 *2 (-1054))
+ (-4 *2 (-13 (-27) (-1116) (-364 *5))) (-4 *5 (-554 (-801 (-485))))
+ (-4 *5 (-797 (-485))) (-4 *5 (-13 (-951 (-485)) (-392) (-581 (-485))))
+ (-5 *1 (-504 *5 *2)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1091)) (-4 *5 (-554 (-801 (-485))))
+ (-4 *5 (-797 (-485))) (-4 *5 (-13 (-951 (-485)) (-392) (-581 (-485))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-504 *5 *3))
+ (-4 *3 (-570)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-951 (-485)) (-392) (-581 (-485))))
+ (-5 *2 (-2 (|:| -2339 *3) (|:| |nconst| *3))) (-5 *1 (-504 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-364 *5))))))
(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *5 (-550 *4)) (-5 *6 (-1090)) (-4 *4 (-13 (-364 *7) (-27) (-1115)))
- (-4 *7 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2012 (-583 *4))))
- (-5 *1 (-502 *7 *4 *3)) (-4 *3 (-600 *4)) (-4 *3 (-1013)))))
+ (-12 (-5 *5 (-551 *4)) (-5 *6 (-1091)) (-4 *4 (-13 (-364 *7) (-27) (-1116)))
+ (-4 *7 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2013 (-584 *4))))
+ (-5 *1 (-503 *7 *4 *3)) (-4 *3 (-601 *4)) (-4 *3 (-1014)))))
(((*1 *2 *2 *2 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-550 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1090)))
- (-4 *2 (-13 (-364 *5) (-27) (-1115)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *1 (-502 *5 *2 *6)) (-4 *6 (-1013)))))
+ (|partial| -12 (-5 *3 (-551 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1091)))
+ (-4 *2 (-13 (-364 *5) (-27) (-1116)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *1 (-503 *5 *2 *6)) (-4 *6 (-1014)))))
(((*1 *2 *3 *4 *4 *5)
- (|partial| -12 (-5 *4 (-550 *3)) (-5 *5 (-583 *3))
- (-4 *3 (-13 (-364 *6) (-27) (-1115)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
+ (|partial| -12 (-5 *4 (-551 *3)) (-5 *5 (-584 *3))
+ (-4 *3 (-13 (-364 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
(-5 *2
(-2 (|:| |mainpart| *3)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-502 *6 *3 *7)) (-4 *7 (-1013)))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-503 *6 *3 *7)) (-4 *7 (-1014)))))
(((*1 *2 *3 *4 *4 *3)
- (|partial| -12 (-5 *4 (-550 *3)) (-4 *3 (-13 (-364 *5) (-27) (-1115)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *2 (-2 (|:| -2136 *3) (|:| |coeff| *3))) (-5 *1 (-502 *5 *3 *6))
- (-4 *6 (-1013)))))
+ (|partial| -12 (-5 *4 (-551 *3)) (-4 *3 (-13 (-364 *5) (-27) (-1116)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *2 (-2 (|:| -2137 *3) (|:| |coeff| *3))) (-5 *1 (-503 *5 *3 *6))
+ (-4 *6 (-1014)))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-550 *3)) (-4 *3 (-13 (-364 *5) (-27) (-1115)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-519 *3))
- (-5 *1 (-502 *5 *3 *6)) (-4 *6 (-1013)))))
+ (-12 (-5 *4 (-551 *3)) (-4 *3 (-13 (-364 *5) (-27) (-1116)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-520 *3))
+ (-5 *1 (-503 *5 *3 *6)) (-4 *6 (-1014)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312))
- (-4 *7 (-1155 (-350 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -2135 *3)))
- (-5 *1 (-500 *5 *6 *7 *3)) (-4 *3 (-291 *5 *6 *7))))
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312))
+ (-4 *7 (-1156 (-350 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -2136 *3)))
+ (-5 *1 (-501 *5 *6 *7 *3)) (-4 *3 (-291 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-312))
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-312))
(-5 *2
- (-2 (|:| |answer| (-350 *6)) (|:| -2135 (-350 *6))
+ (-2 (|:| |answer| (-350 *6)) (|:| -2136 (-350 *6))
(|:| |specpart| (-350 *6)) (|:| |polypart| *6)))
- (-5 *1 (-501 *5 *6)) (-5 *3 (-350 *6)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-484)) (-5 *3 (-694)) (-5 *1 (-499)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))))
-(((*1 *2 *3) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-499)) (-5 *3 (-484)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))))
-(((*1 *2 *3) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-499)) (-5 *3 (-484)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-583 *2)) (-5 *1 (-153 *2)) (-4 *2 (-258))))
+ (-5 *1 (-502 *5 *6)) (-5 *3 (-350 *6)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-485)) (-5 *3 (-695)) (-5 *1 (-500)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))))
+(((*1 *2 *3) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-500)) (-5 *3 (-485)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))))
+(((*1 *2 *3) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-500)) (-5 *3 (-485)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-584 *2)) (-5 *1 (-153 *2)) (-4 *2 (-258))))
((*1 *2 *3 *2)
- (-12 (-5 *3 (-583 (-583 *4))) (-5 *2 (-583 *4)) (-4 *4 (-258))
+ (-12 (-5 *3 (-584 (-584 *4))) (-5 *2 (-584 *4)) (-4 *4 (-258))
(-5 *1 (-153 *4))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-583 *8))
+ (-12 (-5 *3 (-584 *8))
(-5 *4
- (-583
- (-2 (|:| -2012 (-630 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-630 *7)))))
- (-5 *5 (-694)) (-4 *8 (-1155 *7)) (-4 *7 (-1155 *6)) (-4 *6 (-299))
+ (-584
+ (-2 (|:| -2013 (-631 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-631 *7)))))
+ (-5 *5 (-695)) (-4 *8 (-1156 *7)) (-4 *7 (-1156 *6)) (-4 *6 (-299))
(-5 *2
- (-2 (|:| -2012 (-630 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-630 *7))))
+ (-2 (|:| -2013 (-631 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-631 *7))))
(-5 *1 (-438 *6 *7 *8))))
- ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-499)))))
+ ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-500)))))
(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *5 (-550 *4)) (-5 *6 (-1085 *4))
- (-4 *4 (-13 (-364 *7) (-27) (-1115)))
- (-4 *7 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2012 (-583 *4))))
- (-5 *1 (-498 *7 *4 *3)) (-4 *3 (-600 *4)) (-4 *3 (-1013))))
+ (-12 (-5 *5 (-551 *4)) (-5 *6 (-1086 *4))
+ (-4 *4 (-13 (-364 *7) (-27) (-1116)))
+ (-4 *7 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *2 (-2 (|:| |particular| (-3 *4 #1="failed")) (|:| -2013 (-584 *4))))
+ (-5 *1 (-499 *7 *4 *3)) (-4 *3 (-601 *4)) (-4 *3 (-1014))))
((*1 *2 *3 *4 *5 *5 *5 *4 *6)
- (-12 (-5 *5 (-550 *4)) (-5 *6 (-350 (-1085 *4)))
- (-4 *4 (-13 (-364 *7) (-27) (-1115)))
- (-4 *7 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *2 (-2 (|:| |particular| (-3 *4 #1#)) (|:| -2012 (-583 *4))))
- (-5 *1 (-498 *7 *4 *3)) (-4 *3 (-600 *4)) (-4 *3 (-1013)))))
+ (-12 (-5 *5 (-551 *4)) (-5 *6 (-350 (-1086 *4)))
+ (-4 *4 (-13 (-364 *7) (-27) (-1116)))
+ (-4 *7 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *2 (-2 (|:| |particular| (-3 *4 #1#)) (|:| -2013 (-584 *4))))
+ (-5 *1 (-499 *7 *4 *3)) (-4 *3 (-601 *4)) (-4 *3 (-1014)))))
(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
- (|partial| -12 (-5 *3 (-550 *2))
- (-5 *4 (-1 (-3 *2 #1="failed") *2 *2 (-1090))) (-5 *5 (-1085 *2))
- (-4 *2 (-13 (-364 *6) (-27) (-1115)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *1 (-498 *6 *2 *7)) (-4 *7 (-1013))))
+ (|partial| -12 (-5 *3 (-551 *2))
+ (-5 *4 (-1 (-3 *2 #1="failed") *2 *2 (-1091))) (-5 *5 (-1086 *2))
+ (-4 *2 (-13 (-364 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *1 (-499 *6 *2 *7)) (-4 *7 (-1014))))
((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
- (|partial| -12 (-5 *3 (-550 *2)) (-5 *4 (-1 (-3 *2 #1#) *2 *2 (-1090)))
- (-5 *5 (-350 (-1085 *2))) (-4 *2 (-13 (-364 *6) (-27) (-1115)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *1 (-498 *6 *2 *7)) (-4 *7 (-1013)))))
+ (|partial| -12 (-5 *3 (-551 *2)) (-5 *4 (-1 (-3 *2 #1#) *2 *2 (-1091)))
+ (-5 *5 (-350 (-1086 *2))) (-4 *2 (-13 (-364 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *1 (-499 *6 *2 *7)) (-4 *7 (-1014)))))
(((*1 *2 *3 *4 *4 *5 *3 *6)
- (|partial| -12 (-5 *4 (-550 *3)) (-5 *5 (-583 *3)) (-5 *6 (-1085 *3))
- (-4 *3 (-13 (-364 *7) (-27) (-1115)))
- (-4 *7 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
+ (|partial| -12 (-5 *4 (-551 *3)) (-5 *5 (-584 *3)) (-5 *6 (-1086 *3))
+ (-4 *3 (-13 (-364 *7) (-27) (-1116)))
+ (-4 *7 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
(-5 *2
(-2 (|:| |mainpart| *3)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-498 *7 *3 *8)) (-4 *8 (-1013))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-499 *7 *3 *8)) (-4 *8 (-1014))))
((*1 *2 *3 *4 *4 *5 *4 *3 *6)
- (|partial| -12 (-5 *4 (-550 *3)) (-5 *5 (-583 *3)) (-5 *6 (-350 (-1085 *3)))
- (-4 *3 (-13 (-364 *7) (-27) (-1115)))
- (-4 *7 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
+ (|partial| -12 (-5 *4 (-551 *3)) (-5 *5 (-584 *3)) (-5 *6 (-350 (-1086 *3)))
+ (-4 *3 (-13 (-364 *7) (-27) (-1116)))
+ (-4 *7 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
(-5 *2
(-2 (|:| |mainpart| *3)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-498 *7 *3 *8)) (-4 *8 (-1013)))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-499 *7 *3 *8)) (-4 *8 (-1014)))))
(((*1 *2 *3 *4 *4 *3 *3 *5)
- (|partial| -12 (-5 *4 (-550 *3)) (-5 *5 (-1085 *3))
- (-4 *3 (-13 (-364 *6) (-27) (-1115)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *2 (-2 (|:| -2136 *3) (|:| |coeff| *3))) (-5 *1 (-498 *6 *3 *7))
- (-4 *7 (-1013))))
+ (|partial| -12 (-5 *4 (-551 *3)) (-5 *5 (-1086 *3))
+ (-4 *3 (-13 (-364 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *2 (-2 (|:| -2137 *3) (|:| |coeff| *3))) (-5 *1 (-499 *6 *3 *7))
+ (-4 *7 (-1014))))
((*1 *2 *3 *4 *4 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-550 *3)) (-5 *5 (-350 (-1085 *3)))
- (-4 *3 (-13 (-364 *6) (-27) (-1115)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484))))
- (-5 *2 (-2 (|:| -2136 *3) (|:| |coeff| *3))) (-5 *1 (-498 *6 *3 *7))
- (-4 *7 (-1013)))))
+ (|partial| -12 (-5 *4 (-551 *3)) (-5 *5 (-350 (-1086 *3)))
+ (-4 *3 (-13 (-364 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485))))
+ (-5 *2 (-2 (|:| -2137 *3) (|:| |coeff| *3))) (-5 *1 (-499 *6 *3 *7))
+ (-4 *7 (-1014)))))
(((*1 *2 *3 *4 *4 *3 *5)
- (-12 (-5 *4 (-550 *3)) (-5 *5 (-1085 *3))
- (-4 *3 (-13 (-364 *6) (-27) (-1115)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-519 *3))
- (-5 *1 (-498 *6 *3 *7)) (-4 *7 (-1013))))
+ (-12 (-5 *4 (-551 *3)) (-5 *5 (-1086 *3))
+ (-4 *3 (-13 (-364 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-520 *3))
+ (-5 *1 (-499 *6 *3 *7)) (-4 *7 (-1014))))
((*1 *2 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *4 (-550 *3)) (-5 *5 (-350 (-1085 *3)))
- (-4 *3 (-13 (-364 *6) (-27) (-1115)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-120) (-580 (-484)))) (-5 *2 (-519 *3))
- (-5 *1 (-498 *6 *3 *7)) (-4 *7 (-1013)))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-497 *2)) (-4 *2 (-483)))))
-(((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-497 *3)) (-4 *3 (-483)))))
+ (-12 (-5 *4 (-551 *3)) (-5 *5 (-350 (-1086 *3)))
+ (-4 *3 (-13 (-364 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-120) (-581 (-485)))) (-5 *2 (-520 *3))
+ (-5 *1 (-499 *6 *3 *7)) (-4 *7 (-1014)))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-498 *2)) (-4 *2 (-484)))))
+(((*1 *2 *3) (-12 (-5 *2 (-348 *3)) (-5 *1 (-498 *3)) (-4 *3 (-484)))))
(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1090)) (-5 *6 (-583 (-550 *3))) (-5 *5 (-550 *3))
- (-4 *3 (-13 (-27) (-1115) (-364 *7)))
- (-4 *7 (-13 (-392) (-120) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-2 (|:| -2136 *3) (|:| |coeff| *3))) (-5 *1 (-496 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-392) (-120) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-519 *3)) (-5 *1 (-496 *5 *3))
- (-4 *3 (-13 (-27) (-1115) (-364 *5))))))
+ (|partial| -12 (-5 *4 (-1091)) (-5 *6 (-584 (-551 *3))) (-5 *5 (-551 *3))
+ (-4 *3 (-13 (-27) (-1116) (-364 *7)))
+ (-4 *7 (-13 (-392) (-120) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-2 (|:| -2137 *3) (|:| |coeff| *3))) (-5 *1 (-497 *7 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-392) (-120) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-520 *3)) (-5 *1 (-497 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-364 *5))))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1090))
- (-4 *4 (-13 (-392) (-120) (-950 (-484)) (-580 (-484)))) (-5 *1 (-496 *4 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 *4))))))
+ (|partial| -12 (-5 *3 (-1091))
+ (-4 *4 (-13 (-392) (-120) (-951 (-485)) (-581 (-485)))) (-5 *1 (-497 *4 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 *4))))))
(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1090)) (-5 *5 (-583 *3))
- (-4 *3 (-13 (-27) (-1115) (-364 *6)))
- (-4 *6 (-13 (-392) (-120) (-950 (-484)) (-580 (-484))))
+ (|partial| -12 (-5 *4 (-1091)) (-5 *5 (-584 *3))
+ (-4 *3 (-13 (-27) (-1116) (-364 *6)))
+ (-4 *6 (-13 (-392) (-120) (-951 (-485)) (-581 (-485))))
(-5 *2
(-2 (|:| |mainpart| *3)
- (|:| |limitedlogs| (-583 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-496 *6 *3)))))
+ (|:| |limitedlogs| (-584 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-497 *6 *3)))))
(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1090))
- (-4 *5 (-13 (-392) (-120) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-2 (|:| -2136 *3) (|:| |coeff| *3))) (-5 *1 (-496 *5 *3))
- (-4 *3 (-13 (-27) (-1115) (-364 *5))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| -1775 *1) (|:| -3983 *1) (|:| |associate| *1)))
- (-4 *1 (-495)))))
-(((*1 *1 *1) (-4 *1 (-495))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-495)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-495)) (-5 *2 (-85)))))
+ (|partial| -12 (-5 *4 (-1091))
+ (-4 *5 (-13 (-392) (-120) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-2 (|:| -2137 *3) (|:| |coeff| *3))) (-5 *1 (-497 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-364 *5))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| -1776 *1) (|:| -3984 *1) (|:| |associate| *1)))
+ (-4 *1 (-496)))))
+(((*1 *1 *1) (-4 *1 (-496))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-496)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-496)) (-5 *2 (-85)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-350 (-484))) (-4 *1 (-493 *3)) (-4 *3 (-13 (-347) (-1115)))))
- ((*1 *1 *2) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115)))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115))))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115))))))
-(((*1 *2 *1) (-12 (-4 *1 (-493 *2)) (-4 *2 (-13 (-347) (-1115))))))
+ (-12 (-5 *2 (-350 (-485))) (-4 *1 (-494 *3)) (-4 *3 (-13 (-347) (-1116)))))
+ ((*1 *1 *2) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116)))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116))))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116))))))
+(((*1 *2 *1) (-12 (-4 *1 (-494 *2)) (-4 *2 (-13 (-347) (-1116))))))
(((*1 *2 *1 *3)
- (-12 (-4 *1 (-493 *3)) (-4 *3 (-13 (-347) (-1115))) (-5 *2 (-85)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-484)) (-5 *2 (-85)) (-5 *1 (-492)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-492)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-492)))))
+ (-12 (-4 *1 (-494 *3)) (-4 *3 (-13 (-347) (-1116))) (-5 *2 (-85)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-485)) (-5 *2 (-85)) (-5 *1 (-493)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-493)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-493)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1155 *5))
- (-4 *5 (-13 (-27) (-364 *4))) (-4 *4 (-13 (-495) (-950 (-484))))
- (-4 *7 (-1155 (-350 *6))) (-5 *1 (-491 *4 *5 *6 *7 *2))
+ (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1156 *5))
+ (-4 *5 (-13 (-27) (-364 *4))) (-4 *4 (-13 (-496) (-951 (-485))))
+ (-4 *7 (-1156 (-350 *6))) (-5 *1 (-492 *4 *5 *6 *7 *2))
(-4 *2 (-291 *5 *6 *7)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1155 *6)) (-4 *6 (-13 (-27) (-364 *5)))
- (-4 *5 (-13 (-495) (-950 (-484)))) (-4 *8 (-1155 (-350 *7)))
- (-5 *2 (-519 *3)) (-5 *1 (-491 *5 *6 *7 *8 *3)) (-4 *3 (-291 *6 *7 *8)))))
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1156 *6)) (-4 *6 (-13 (-27) (-364 *5)))
+ (-4 *5 (-13 (-496) (-951 (-485)))) (-4 *8 (-1156 (-350 *7)))
+ (-5 *2 (-520 *3)) (-5 *1 (-492 *5 *6 *7 *8 *3)) (-4 *3 (-291 *6 *7 *8)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1155 *6)) (-4 *6 (-13 (-27) (-364 *5)))
- (-4 *5 (-13 (-495) (-950 (-484)))) (-4 *8 (-1155 (-350 *7)))
- (-5 *2 (-519 *3)) (-5 *1 (-491 *5 *6 *7 *8 *3)) (-4 *3 (-291 *6 *7 *8)))))
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1156 *6)) (-4 *6 (-13 (-27) (-364 *5)))
+ (-4 *5 (-13 (-496) (-951 (-485)))) (-4 *8 (-1156 (-350 *7)))
+ (-5 *2 (-520 *3)) (-5 *1 (-492 *5 *6 *7 *8 *3)) (-4 *3 (-291 *6 *7 *8)))))
(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-550 *3)) (-5 *5 (-1 (-1085 *3) (-1085 *3)))
- (-4 *3 (-13 (-27) (-364 *6))) (-4 *6 (-495)) (-5 *2 (-519 *3))
- (-5 *1 (-490 *6 *3)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-483)) (-5 *2 (-85)))))
-(((*1 *1 *1 *1) (-4 *1 (-483))))
-(((*1 *1 *1 *1) (-4 *1 (-483))))
-(((*1 *1 *1) (-4 *1 (-483))))
-(((*1 *1 *1) (-4 *1 (-483))))
-(((*1 *1 *1) (-4 *1 (-483))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-483))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-483))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-483))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-483))))
-(((*1 *1 *1 *1) (-4 *1 (-483))))
+ (-12 (-5 *4 (-551 *3)) (-5 *5 (-1 (-1086 *3) (-1086 *3)))
+ (-4 *3 (-13 (-27) (-364 *6))) (-4 *6 (-496)) (-5 *2 (-520 *3))
+ (-5 *1 (-491 *6 *3)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-484)) (-5 *2 (-85)))))
+(((*1 *1 *1 *1) (-4 *1 (-484))))
+(((*1 *1 *1 *1) (-4 *1 (-484))))
+(((*1 *1 *1) (-4 *1 (-484))))
+(((*1 *1 *1) (-4 *1 (-484))))
+(((*1 *1 *1) (-4 *1 (-484))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-484))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-484))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-484))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-484))))
+(((*1 *1 *1 *1) (-4 *1 (-484))))
(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *4 (-1 (-3 (-484) #1="failed") *5)) (-4 *5 (-961))
- (-5 *2 (-484)) (-5 *1 (-481 *5 *3)) (-4 *3 (-1155 *5))))
+ (|partial| -12 (-5 *4 (-1 (-3 (-485) #1="failed") *5)) (-4 *5 (-962))
+ (-5 *2 (-485)) (-5 *1 (-482 *5 *3)) (-4 *3 (-1156 *5))))
((*1 *2 *3 *4 *2 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-484) #1#) *4)) (-4 *4 (-961)) (-5 *2 (-484))
- (-5 *1 (-481 *4 *3)) (-4 *3 (-1155 *4))))
+ (|partial| -12 (-5 *5 (-1 (-3 (-485) #1#) *4)) (-4 *4 (-962)) (-5 *2 (-485))
+ (-5 *1 (-482 *4 *3)) (-4 *3 (-1156 *4))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-484) #1#) *4)) (-4 *4 (-961)) (-5 *2 (-484))
- (-5 *1 (-481 *4 *3)) (-4 *3 (-1155 *4)))))
-(((*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-5 *1 (-395 *3 *2)) (-4 *2 (-1155 *3))))
- ((*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-5 *1 (-400 *3 *2)) (-4 *2 (-1155 *3))))
+ (|partial| -12 (-5 *5 (-1 (-3 (-485) #1#) *4)) (-4 *4 (-962)) (-5 *2 (-485))
+ (-5 *1 (-482 *4 *3)) (-4 *3 (-1156 *4)))))
+(((*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-5 *1 (-395 *3 *2)) (-4 *2 (-1156 *3))))
+ ((*1 *2 *2 *3) (-12 (-4 *3 (-258)) (-5 *1 (-400 *3 *2)) (-4 *2 (-1156 *3))))
((*1 *2 *2 *3)
- (-12 (-4 *3 (-258)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-694)))
- (-5 *1 (-477 *3 *2 *4 *5)) (-4 *2 (-1155 *3)))))
+ (-12 (-4 *3 (-258)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-695)))
+ (-5 *1 (-478 *3 *2 *4 *5)) (-4 *2 (-1156 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-1155 *4)) (-5 *1 (-477 *4 *2 *5 *6))
- (-4 *4 (-258)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-694))))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-1156 *4)) (-5 *1 (-478 *4 *2 *5 *6))
+ (-4 *4 (-258)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-695))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-1155 *4)) (-5 *1 (-477 *4 *2 *5 *6))
- (-4 *4 (-258)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-694))))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-1156 *4)) (-5 *1 (-478 *4 *2 *5 *6))
+ (-4 *4 (-258)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-695))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 *6)) (-5 *4 (-583 (-1090))) (-4 *6 (-312))
- (-5 *2 (-583 (-249 (-857 *6)))) (-5 *1 (-476 *5 *6 *7)) (-4 *5 (-392))
- (-4 *7 (-13 (-312) (-755))))))
+ (-12 (-5 *3 (-584 *6)) (-5 *4 (-584 (-1091))) (-4 *6 (-312))
+ (-5 *2 (-584 (-249 (-858 *6)))) (-5 *1 (-477 *5 *6 *7)) (-4 *5 (-392))
+ (-4 *7 (-13 (-312) (-756))))))
(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-583 (-857 *6))) (-5 *4 (-583 (-1090))) (-4 *6 (-392))
- (-5 *2 (-583 (-583 *7))) (-5 *1 (-476 *6 *7 *5)) (-4 *7 (-312))
- (-4 *5 (-13 (-312) (-755))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1085 *5)) (-4 *5 (-392)) (-5 *2 (-583 *6))
- (-5 *1 (-476 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-755)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-857 *5)) (-4 *5 (-392)) (-5 *2 (-583 *6))
- (-5 *1 (-476 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-755))))))
-(((*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-473))))
- ((*1 *2 *3) (-12 (-5 *3 (-473)) (-5 *1 (-474 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-5 *2 (-473)) (-5 *1 (-474 *4)) (-4 *4 (-1129)))))
-(((*1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-77))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-473))) (-5 *1 (-473)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-1090))) (-5 *1 (-473)))))
-(((*1 *1 *1) (-5 *1 (-473))))
-(((*1 *2 *1) (-12 (-5 *2 (-1073)) (-5 *1 (-473)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-473)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 (-473))) (-5 *2 (-1090)) (-5 *1 (-473)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-1090)) (-5 *3 (-583 (-473))) (-5 *1 (-473)))))
+ (-12 (-5 *3 (-584 (-858 *6))) (-5 *4 (-584 (-1091))) (-4 *6 (-392))
+ (-5 *2 (-584 (-584 *7))) (-5 *1 (-477 *6 *7 *5)) (-4 *7 (-312))
+ (-4 *5 (-13 (-312) (-756))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1086 *5)) (-4 *5 (-392)) (-5 *2 (-584 *6))
+ (-5 *1 (-477 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-756)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-858 *5)) (-4 *5 (-392)) (-5 *2 (-584 *6))
+ (-5 *1 (-477 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-756))))))
+(((*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-474))))
+ ((*1 *2 *3) (-12 (-5 *3 (-474)) (-5 *1 (-475 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1091)) (-5 *2 (-474)) (-5 *1 (-475 *4)) (-4 *4 (-1130)))))
+(((*1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-77))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-474))) (-5 *1 (-474)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-1091))) (-5 *1 (-474)))))
+(((*1 *1 *1) (-5 *1 (-474))))
+(((*1 *2 *1) (-12 (-5 *2 (-1074)) (-5 *1 (-474)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-474)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 (-474))) (-5 *2 (-1091)) (-5 *1 (-474)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-1091)) (-5 *3 (-584 (-474))) (-5 *1 (-474)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-630 *6)) (-5 *5 (-1 (-348 (-1085 *6)) (-1085 *6)))
+ (-12 (-5 *3 (-631 *6)) (-5 *5 (-1 (-348 (-1086 *6)) (-1086 *6)))
(-4 *6 (-312))
(-5 *2
- (-583
- (-2 (|:| |outval| *7) (|:| |outmult| (-484))
- (|:| |outvect| (-583 (-630 *7))))))
- (-5 *1 (-470 *6 *7 *4)) (-4 *7 (-312)) (-4 *4 (-13 (-312) (-755))))))
+ (-584
+ (-2 (|:| |outval| *7) (|:| |outmult| (-485))
+ (|:| |outvect| (-584 (-631 *7))))))
+ (-5 *1 (-471 *6 *7 *4)) (-4 *7 (-312)) (-4 *4 (-13 (-312) (-756))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1085 *5)) (-4 *5 (-312)) (-5 *2 (-583 *6))
- (-5 *1 (-470 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-755))))))
+ (-12 (-5 *3 (-1086 *5)) (-4 *5 (-312)) (-5 *2 (-584 *6))
+ (-5 *1 (-471 *5 *6 *4)) (-4 *6 (-312)) (-4 *4 (-13 (-312) (-756))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-630 *4)) (-4 *4 (-312)) (-5 *2 (-1085 *4))
- (-5 *1 (-470 *4 *5 *6)) (-4 *5 (-312)) (-4 *6 (-13 (-312) (-755))))))
+ (-12 (-5 *3 (-631 *4)) (-4 *4 (-312)) (-5 *2 (-1086 *4))
+ (-5 *1 (-471 *4 *5 *6)) (-4 *5 (-312)) (-4 *6 (-13 (-312) (-756))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-468 *3)) (-4 *3 (-13 (-663) (-25))))))
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-469 *3)) (-4 *3 (-13 (-664) (-25))))))
(((*1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-468 *3)) (-4 *3 (-13 (-663) (-25))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-467))))
- ((*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-467)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-467)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-1033)) (-5 *1 (-467)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-469 *3)) (-4 *3 (-13 (-664) (-25))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-468))))
+ ((*1 *1 *2) (-12 (-5 *2 (-338)) (-5 *1 (-468)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-468)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-1034)) (-5 *1 (-468)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-830)) (-4 *4 (-320)) (-4 *4 (-312)) (-5 *2 (-1085 *1))
+ (-12 (-5 *3 (-831)) (-4 *4 (-320)) (-4 *4 (-312)) (-5 *2 (-1086 *1))
(-4 *1 (-280 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1085 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-5 *2 (-1086 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-322 *3 *2)) (-4 *3 (-146)) (-4 *3 (-312)) (-4 *2 (-1155 *3))))
+ (-12 (-4 *1 (-322 *3 *2)) (-4 *3 (-146)) (-4 *3 (-312)) (-4 *2 (-1156 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1179 *4)) (-4 *4 (-299)) (-5 *2 (-1085 *4)) (-5 *1 (-466 *4)))))
+ (-12 (-5 *3 (-1180 *4)) (-4 *4 (-299)) (-5 *2 (-1086 *4)) (-5 *1 (-467 *4)))))
(((*1 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-320)) (-4 *2 (-312))))
((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1179 *4)) (-5 *1 (-466 *4)) (-4 *4 (-299)))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1180 *4)) (-5 *1 (-467 *4)) (-4 *4 (-299)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1179 *4)) (-4 *4 (-361 *3)) (-4 *3 (-258)) (-4 *3 (-495))
+ (-12 (-5 *2 (-1180 *4)) (-4 *4 (-361 *3)) (-4 *3 (-258)) (-4 *3 (-496))
(-5 *1 (-43 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-4 *4 (-312)) (-5 *2 (-1179 *1)) (-4 *1 (-280 *4))))
- ((*1 *2) (-12 (-4 *3 (-312)) (-5 *2 (-1179 *1)) (-4 *1 (-280 *3))))
+ (-12 (-5 *3 (-831)) (-4 *4 (-312)) (-5 *2 (-1180 *1)) (-4 *1 (-280 *4))))
+ ((*1 *2) (-12 (-4 *3 (-312)) (-5 *2 (-1180 *1)) (-4 *1 (-280 *3))))
((*1 *2)
- (-12 (-4 *3 (-146)) (-4 *4 (-1155 *3)) (-5 *2 (-1179 *1))
+ (-12 (-4 *3 (-146)) (-4 *4 (-1156 *3)) (-5 *2 (-1180 *1))
(-4 *1 (-353 *3 *4))))
((*1 *2 *1)
- (-12 (-4 *3 (-258)) (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-5 *2 (-1179 *6))
- (-5 *1 (-356 *3 *4 *5 *6)) (-4 *6 (-13 (-353 *4 *5) (-950 *4)))))
+ (-12 (-4 *3 (-258)) (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-5 *2 (-1180 *6))
+ (-5 *1 (-356 *3 *4 *5 *6)) (-4 *6 (-13 (-353 *4 *5) (-951 *4)))))
((*1 *2 *1)
- (-12 (-4 *3 (-258)) (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-5 *2 (-1179 *6))
+ (-12 (-4 *3 (-258)) (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-5 *2 (-1180 *6))
(-5 *1 (-358 *3 *4 *5 *6 *7)) (-4 *6 (-353 *4 *5)) (-14 *7 *2)))
- ((*1 *2) (-12 (-4 *3 (-146)) (-5 *2 (-1179 *1)) (-4 *1 (-361 *3))))
+ ((*1 *2) (-12 (-4 *3 (-146)) (-5 *2 (-1180 *1)) (-4 *1 (-361 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1179 (-1179 *4))) (-5 *1 (-466 *4))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1180 (-1180 *4))) (-5 *1 (-467 *4))
(-4 *4 (-299)))))
(((*1 *2 *1)
(-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-85))))
((*1 *2 *3)
- (-12 (-5 *3 (-1085 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-305 *4))))
+ (-12 (-5 *3 (-1086 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-305 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-1179 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-466 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-320)) (-5 *2 (-830))))
+ (-12 (-5 *3 (-1180 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-467 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-320)) (-5 *2 (-831))))
((*1 *2 *3)
- (-12 (-5 *3 (-1179 *4)) (-4 *4 (-299)) (-5 *2 (-830)) (-5 *1 (-466 *4)))))
+ (-12 (-5 *3 (-1180 *4)) (-4 *4 (-299)) (-5 *2 (-831)) (-5 *1 (-467 *4)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1179 *4)) (-5 *3 (-484)) (-4 *4 (-299)) (-5 *1 (-466 *4)))))
+ (-12 (-5 *2 (-1180 *4)) (-5 *3 (-485)) (-4 *4 (-299)) (-5 *1 (-467 *4)))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1179 *4)) (-5 *3 (-1033)) (-4 *4 (-299)) (-5 *1 (-466 *4)))))
+ (-12 (-5 *2 (-1180 *4)) (-5 *3 (-1034)) (-4 *4 (-299)) (-5 *1 (-467 *4)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1179 *4)) (-5 *3 (-694)) (-4 *4 (-299)) (-5 *1 (-466 *4)))))
+ (-12 (-5 *2 (-1180 *4)) (-5 *3 (-695)) (-4 *4 (-299)) (-5 *1 (-467 *4)))))
(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-1179 *5)) (-5 *3 (-694)) (-5 *4 (-1033)) (-4 *5 (-299))
- (-5 *1 (-466 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-694)) (-5 *2 (-1085 *4)) (-5 *1 (-466 *4)) (-4 *4 (-299)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1179 *4)) (-4 *4 (-299)) (-5 *2 (-1085 *4)) (-5 *1 (-466 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033))))))
- (-4 *4 (-299)) (-5 *2 (-1185)) (-5 *1 (-466 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-101))))))
-(((*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-488))))))
-(((*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-1138))))))
-(((*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-485))))))
-(((*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-1135))))))
-(((*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-486))))))
-(((*1 *2 *1) (-12 (-4 *1 (-465)) (-5 *2 (-632 (-1136))))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-465)) (-5 *3 (-102)) (-5 *2 (-694)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-463)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1130))) (-5 *1 (-462)))))
+ (-12 (-5 *2 (-1180 *5)) (-5 *3 (-695)) (-5 *4 (-1034)) (-4 *5 (-299))
+ (-5 *1 (-467 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-695)) (-5 *2 (-1086 *4)) (-5 *1 (-467 *4)) (-4 *4 (-299)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1180 *4)) (-4 *4 (-299)) (-5 *2 (-1086 *4)) (-5 *1 (-467 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034))))))
+ (-4 *4 (-299)) (-5 *2 (-1186)) (-5 *1 (-467 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-101))))))
+(((*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-489))))))
+(((*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-1139))))))
+(((*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-486))))))
+(((*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-1136))))))
+(((*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-487))))))
+(((*1 *2 *1) (-12 (-4 *1 (-466)) (-5 *2 (-633 (-1137))))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-466)) (-5 *3 (-102)) (-5 *2 (-695)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-464)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1131))) (-5 *1 (-463)))))
(((*1 *2 *2)
(-12 (-4 *3 (-312)) (-4 *4 (-324 *3)) (-4 *5 (-324 *3))
- (-5 *1 (-460 *3 *4 *5 *2)) (-4 *2 (-627 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-458)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1049)) (-5 *1 (-458)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-278 *3))))
+ (-5 *1 (-461 *3 *4 *5 *2)) (-4 *2 (-628 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-459)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1050)) (-5 *1 (-459)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-278 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-457 *3 *4)) (-14 *4 (-484)))))
-(((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-278 *3)) (-4 *3 (-1129))))
+ (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-458 *3 *4)) (-14 *4 (-485)))))
+(((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-278 *3)) (-4 *3 (-1130))))
((*1 *2 *1)
- (-12 (-5 *2 (-694)) (-5 *1 (-457 *3 *4)) (-4 *3 (-1129)) (-14 *4 (-484)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-278 *3)) (-4 *3 (-1129))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-458 *3 *4)) (-4 *3 (-1130)) (-14 *4 (-485)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-278 *3)) (-4 *3 (-1130))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-484)) (-5 *1 (-457 *3 *4)) (-4 *3 (-1129)) (-14 *4 *2))))
-(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-278 *3)) (-4 *3 (-1129))))
+ (-12 (-5 *2 (-485)) (-5 *1 (-458 *3 *4)) (-4 *3 (-1130)) (-14 *4 *2))))
+(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-278 *3)) (-4 *3 (-1130))))
((*1 *2 *2)
- (-12 (-5 *2 (-85)) (-5 *1 (-457 *3 *4)) (-4 *3 (-1129)) (-14 *4 (-484)))))
-(((*1 *1 *2 *3) (-12 (-5 *1 (-453 *3 *2)) (-4 *3 (-72)) (-4 *2 (-759)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-458 *3 *4)) (-4 *3 (-1130)) (-14 *4 (-485)))))
+(((*1 *1 *2 *3) (-12 (-5 *1 (-454 *3 *2)) (-4 *3 (-72)) (-4 *2 (-760)))))
(((*1 *1 *1 *1 *2 *3)
(-12 (-5 *2 (-1 *4 *4 *4)) (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-72))
- (-5 *1 (-450 *4 *5)) (-4 *5 (-759)))))
-(((*1 *2 *1) (-12 (-4 *1 (-449 *3 *2)) (-4 *3 (-72)) (-4 *2 (-759)))))
-(((*1 *1) (-5 *1 (-446))))
+ (-5 *1 (-451 *4 *5)) (-4 *5 (-760)))))
+(((*1 *2 *1) (-12 (-4 *1 (-450 *3 *2)) (-4 *3 (-72)) (-4 *2 (-760)))))
+(((*1 *1) (-5 *1 (-447))))
(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-484)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-694))
+ (-12 (-5 *2 (-485)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-695))
(-4 *5 (-146))))
((*1 *1 *1 *2 *1 *2)
- (-12 (-5 *2 (-484)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-694))
+ (-12 (-5 *2 (-485)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-695))
(-4 *5 (-146))))
((*1 *2 *2 *3)
(-12
(-5 *2
- (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484)))))
- (-5 *3 (-583 (-773 *4))) (-14 *4 (-583 (-1090))) (-14 *5 (-694))
- (-5 *1 (-444 *4 *5)))))
+ (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485)))))
+ (-5 *3 (-584 (-774 *4))) (-14 *4 (-584 (-1091))) (-14 *5 (-695))
+ (-5 *1 (-445 *4 *5)))))
(((*1 *2 *3)
- (-12 (-14 *4 (-583 (-1090))) (-14 *5 (-694))
+ (-12 (-14 *4 (-584 (-1091))) (-14 *5 (-695))
(-5 *2
- (-583
- (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484))))))
- (-5 *1 (-444 *4 *5))
+ (-584
+ (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485))))))
+ (-5 *1 (-445 *4 *5))
(-5 *3
- (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484))))))))
+ (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485))))))))
(((*1 *2 *2)
(-12
(-5 *2
- (-443 (-350 (-484)) (-197 *4 (-694)) (-773 *3) (-206 *3 (-350 (-484)))))
- (-14 *3 (-583 (-1090))) (-14 *4 (-694)) (-5 *1 (-444 *3 *4)))))
+ (-444 (-350 (-485)) (-197 *4 (-695)) (-774 *3) (-206 *3 (-350 (-485)))))
+ (-14 *3 (-584 (-1091))) (-14 *4 (-695)) (-5 *1 (-445 *3 *4)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484)))))
- (-14 *4 (-583 (-1090))) (-14 *5 (-694)) (-5 *2 (-85)) (-5 *1 (-444 *4 *5)))))
+ (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485)))))
+ (-14 *4 (-584 (-1091))) (-14 *5 (-695)) (-5 *2 (-85)) (-5 *1 (-445 *4 *5)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-443 (-350 (-484)) (-197 *5 (-694)) (-773 *4) (-206 *4 (-350 (-484)))))
- (-14 *4 (-583 (-1090))) (-14 *5 (-694)) (-5 *2 (-85)) (-5 *1 (-444 *4 *5)))))
+ (-444 (-350 (-485)) (-197 *5 (-695)) (-774 *4) (-206 *4 (-350 (-485)))))
+ (-14 *4 (-584 (-1091))) (-14 *5 (-695)) (-5 *2 (-85)) (-5 *1 (-445 *4 *5)))))
(((*1 *2 *3 *1)
- (-12 (-4 *4 (-312)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85))
- (-5 *1 (-443 *4 *5 *6 *3)) (-4 *3 (-861 *4 *5 *6)))))
+ (-12 (-4 *4 (-312)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85))
+ (-5 *1 (-444 *4 *5 *6 *3)) (-4 *3 (-862 *4 *5 *6)))))
(((*1 *2 *1 *1)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85))
- (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85))
+ (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))))
(((*1 *2 *3 *1)
- (-12 (-4 *4 (-312)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-85))
- (-5 *1 (-443 *4 *5 *6 *3)) (-4 *3 (-861 *4 *5 *6)))))
+ (-12 (-4 *4 (-312)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-85))
+ (-5 *1 (-444 *4 *5 *6 *3)) (-4 *3 (-862 *4 *5 *6)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85))
- (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85))
+ (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 *6)) (-4 *6 (-756)) (-4 *4 (-312)) (-4 *5 (-717))
- (-5 *2 (-85)) (-5 *1 (-443 *4 *5 *6 *7)) (-4 *7 (-861 *4 *5 *6)))))
+ (-12 (-5 *3 (-584 *6)) (-4 *6 (-757)) (-4 *4 (-312)) (-4 *5 (-718))
+ (-5 *2 (-85)) (-5 *1 (-444 *4 *5 *6 *7)) (-4 *7 (-862 *4 *5 *6)))))
(((*1 *1 *1 *2)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *2))
- (-4 *2 (-861 *3 *4 *5))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *2))
+ (-4 *2 (-862 *3 *4 *5))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5))
- (-4 *5 (-861 *2 *3 *4)))))
+ (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5))
+ (-4 *5 (-862 *2 *3 *4)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-583 *6)) (-4 *6 (-756)) (-4 *4 (-312)) (-4 *5 (-717))
+ (-12 (-5 *3 (-584 *6)) (-4 *6 (-757)) (-4 *4 (-312)) (-4 *5 (-718))
(-5 *2
- (-2 (|:| |mval| (-630 *4)) (|:| |invmval| (-630 *4))
- (|:| |genIdeal| (-443 *4 *5 *6 *7))))
- (-5 *1 (-443 *4 *5 *6 *7)) (-4 *7 (-861 *4 *5 *6)))))
+ (-2 (|:| |mval| (-631 *4)) (|:| |invmval| (-631 *4))
+ (|:| |genIdeal| (-444 *4 *5 *6 *7))))
+ (-5 *1 (-444 *4 *5 *6 *7)) (-4 *7 (-862 *4 *5 *6)))))
(((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |mval| (-630 *3)) (|:| |invmval| (-630 *3))
- (|:| |genIdeal| (-443 *3 *4 *5 *6))))
- (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6))
- (-4 *6 (-861 *3 *4 *5)))))
+ (-2 (|:| |mval| (-631 *3)) (|:| |invmval| (-631 *3))
+ (|:| |genIdeal| (-444 *3 *4 *5 *6))))
+ (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6))
+ (-4 *6 (-862 *3 *4 *5)))))
(((*1 *1 *1)
- (-12 (-4 *2 (-312)) (-4 *3 (-717)) (-4 *4 (-756)) (-5 *1 (-443 *2 *3 *4 *5))
- (-4 *5 (-861 *2 *3 *4)))))
+ (-12 (-4 *2 (-312)) (-4 *3 (-718)) (-4 *4 (-757)) (-5 *1 (-444 *2 *3 *4 *5))
+ (-4 *5 (-862 *2 *3 *4)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 *3 *4 *5))
+ (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 *3 *4 *5))
(-5 *2 (-356 *4 (-350 *4) *5 *6))))
((*1 *1 *2)
- (-12 (-5 *2 (-1179 *6)) (-4 *6 (-13 (-353 *4 *5) (-950 *4)))
- (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-4 *3 (-258))
+ (-12 (-5 *2 (-1180 *6)) (-4 *6 (-13 (-353 *4 *5) (-951 *4)))
+ (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-4 *3 (-258))
(-5 *1 (-356 *3 *4 *5 *6))))
((*1 *1 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-312)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *6)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *2 (-85))
- (-5 *1 (-443 *3 *4 *5 *6)) (-4 *6 (-861 *3 *4 *5)))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *2 (-85))
+ (-5 *1 (-444 *3 *4 *5 *6)) (-4 *6 (-862 *3 *4 *5)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-583 *6)) (-4 *6 (-756)) (-4 *4 (-312)) (-4 *5 (-717))
- (-5 *1 (-443 *4 *5 *6 *2)) (-4 *2 (-861 *4 *5 *6))))
+ (-12 (-5 *3 (-584 *6)) (-4 *6 (-757)) (-4 *4 (-312)) (-4 *5 (-718))
+ (-5 *1 (-444 *4 *5 *6 *2)) (-4 *2 (-862 *4 *5 *6))))
((*1 *1 *1 *2)
- (-12 (-4 *3 (-312)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-443 *3 *4 *5 *2))
- (-4 *2 (-861 *3 *4 *5)))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-444 *3 *4 *5 *2))
+ (-4 *2 (-862 *3 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-861 *4 *5 *6)) (-4 *6 (-553 (-1090)))
- (-4 *4 (-312)) (-4 *5 (-717)) (-4 *6 (-756))
- (-5 *2 (-1080 (-583 (-857 *4)) (-583 (-249 (-857 *4)))))
- (-5 *1 (-443 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-862 *4 *5 *6)) (-4 *6 (-554 (-1091)))
+ (-4 *4 (-312)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-5 *2 (-1081 (-584 (-858 *4)) (-584 (-249 (-858 *4)))))
+ (-5 *1 (-444 *4 *5 *6 *7)))))
(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1185)) (-5 *1 (-167 *4))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1186)) (-5 *1 (-167 *4))
(-4 *4
- (-13 (-756)
- (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 (*2 $))
- (-15 -1963 (*2 $)))))))
+ (-13 (-757)
+ (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 (*2 $))
+ (-15 -1964 (*2 $)))))))
((*1 *2 *1)
- (-12 (-5 *2 (-1185)) (-5 *1 (-167 *3))
+ (-12 (-5 *2 (-1186)) (-5 *1 (-167 *3))
(-4 *3
- (-13 (-756)
- (-10 -8 (-15 -3801 ((-1073) $ (-1090))) (-15 -3618 (*2 $))
- (-15 -1963 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-441)))))
+ (-13 (-757)
+ (-10 -8 (-15 -3802 ((-1074) $ (-1091))) (-15 -3619 (*2 $))
+ (-15 -1964 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-442)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-961)) (-4 *7 (-961)) (-4 *6 (-1155 *5))
- (-5 *2 (-1085 (-1085 *7))) (-5 *1 (-440 *5 *6 *4 *7)) (-4 *4 (-1155 *6)))))
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-962)) (-4 *7 (-962)) (-4 *6 (-1156 *5))
+ (-5 *2 (-1086 (-1086 *7))) (-5 *1 (-441 *5 *6 *4 *7)) (-4 *4 (-1156 *6)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-630 (-1085 *8)))
- (-4 *5 (-961)) (-4 *8 (-961)) (-4 *6 (-1155 *5)) (-5 *2 (-630 *6))
- (-5 *1 (-440 *5 *6 *7 *8)) (-4 *7 (-1155 *6)))))
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-631 (-1086 *8)))
+ (-4 *5 (-962)) (-4 *8 (-962)) (-4 *6 (-1156 *5)) (-5 *2 (-631 *6))
+ (-5 *1 (-441 *5 *6 *7 *8)) (-4 *7 (-1156 *6)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1085 *7))
- (-4 *5 (-961)) (-4 *7 (-961)) (-4 *2 (-1155 *5)) (-5 *1 (-440 *5 *2 *6 *7))
- (-4 *6 (-1155 *2)))))
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1086 *7))
+ (-4 *5 (-962)) (-4 *7 (-962)) (-4 *2 (-1156 *5)) (-5 *1 (-441 *5 *2 *6 *7))
+ (-4 *6 (-1156 *2)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1085 *7)) (-4 *5 (-961)) (-4 *7 (-961))
- (-4 *2 (-1155 *5)) (-5 *1 (-440 *5 *2 *6 *7)) (-4 *6 (-1155 *2))))
+ (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1086 *7)) (-4 *5 (-962)) (-4 *7 (-962))
+ (-4 *2 (-1156 *5)) (-5 *1 (-441 *5 *2 *6 *7)) (-4 *6 (-1156 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-961)) (-4 *7 (-961)) (-4 *4 (-1155 *5))
- (-5 *2 (-1085 *7)) (-5 *1 (-440 *5 *4 *6 *7)) (-4 *6 (-1155 *4)))))
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-962)) (-4 *7 (-962)) (-4 *4 (-1156 *5))
+ (-5 *2 (-1086 *7)) (-5 *1 (-441 *5 *4 *6 *7)) (-4 *6 (-1156 *4)))))
(((*1 *2 *2 *2)
(-12
(-5 *2
- (-2 (|:| -2012 (-630 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-630 *3))))
- (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *4 (-1155 *3))
+ (-2 (|:| -2013 (-631 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-631 *3))))
+ (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *4 (-1156 *3))
(-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-630 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $)))))
- (-4 *4 (-1155 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))))
+ (-12 (-5 *2 (-631 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $)))))
+ (-4 *4 (-1156 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-630 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $)))))
- (-4 *4 (-1155 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4))))
+ (-12 (-5 *2 (-631 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $)))))
+ (-4 *4 (-1156 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4))))
((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-630 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $)))))
- (-4 *4 (-1155 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))))
+ (-12 (-5 *2 (-631 *3)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $)))))
+ (-4 *4 (-1156 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-694)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $)))))
- (-4 *4 (-1155 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))))
+ (-12 (-5 *2 (-695)) (-4 *3 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $)))))
+ (-4 *4 (-1156 *3)) (-5 *1 (-439 *3 *4 *5)) (-4 *5 (-353 *3 *4)))))
(((*1 *2 *3 *3 *2 *4)
- (-12 (-5 *3 (-630 *2)) (-5 *4 (-484))
- (-4 *2 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *5 (-1155 *2))
+ (-12 (-5 *3 (-631 *2)) (-5 *4 (-485))
+ (-4 *2 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *5 (-1156 *2))
(-5 *1 (-439 *2 *5 *6)) (-4 *6 (-353 *2 *5)))))
(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-630 *2)) (-5 *4 (-694))
- (-4 *2 (-13 (-258) (-10 -8 (-15 -3972 ((-348 $) $))))) (-4 *5 (-1155 *2))
+ (-12 (-5 *3 (-631 *2)) (-5 *4 (-695))
+ (-4 *2 (-13 (-258) (-10 -8 (-15 -3973 ((-348 $) $))))) (-4 *5 (-1156 *2))
(-5 *1 (-439 *2 *5 *6)) (-4 *6 (-353 *2 *5)))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-694)) (-4 *5 (-299)) (-4 *6 (-1155 *5))
+ (-12 (-5 *4 (-695)) (-4 *5 (-299)) (-4 *6 (-1156 *5))
(-5 *2
- (-583
- (-2 (|:| -2012 (-630 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-630 *6)))))
+ (-584
+ (-2 (|:| -2013 (-631 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-631 *6)))))
(-5 *1 (-438 *5 *6 *7))
(-5 *3
- (-2 (|:| -2012 (-630 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-630 *6))))
- (-4 *7 (-1155 *6)))))
+ (-2 (|:| -2013 (-631 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-631 *6))))
+ (-4 *7 (-1156 *6)))))
(((*1 *2 *1)
(-12
(-5 *2
- (-583
+ (-584
(-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
- (|:| |xpnt| (-484)))))
- (-5 *1 (-348 *3)) (-4 *3 (-495))))
+ (|:| |xpnt| (-485)))))
+ (-5 *1 (-348 *3)) (-4 *3 (-496))))
((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-694)) (-4 *3 (-299)) (-4 *5 (-1155 *3))
- (-5 *2 (-583 (-1085 *3))) (-5 *1 (-438 *3 *5 *6)) (-4 *6 (-1155 *5)))))
+ (-12 (-5 *4 (-695)) (-4 *3 (-299)) (-4 *5 (-1156 *3))
+ (-5 *2 (-584 (-1086 *3))) (-5 *1 (-438 *3 *5 *6)) (-4 *6 (-1156 *5)))))
(((*1 *2 *1 *1) (-12 (-5 *2 (-85)) (-5 *1 (-435)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-431)))))
-(((*1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-427)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-484))) (-5 *2 (-484)) (-5 *1 (-426 *4))
- (-4 *4 (-1155 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1155 (-484))) (-5 *1 (-426 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1155 (-484))) (-5 *1 (-426 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-583 *2)) (-5 *1 (-426 *2)) (-4 *2 (-1155 (-484))))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-424 *3)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-583 (-785))) (-5 *1 (-423)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-446))) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-785))) (-5 *1 (-423)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-431)))))
+(((*1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-427)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-584 (-485))) (-5 *2 (-485)) (-5 *1 (-426 *4))
+ (-4 *4 (-1156 *2)))))
+(((*1 *2 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1156 (-485))) (-5 *1 (-426 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1156 (-485))) (-5 *1 (-426 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-584 *2)) (-5 *1 (-426 *2)) (-4 *2 (-1156 (-485))))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-424 *3)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-584 (-786))) (-5 *1 (-423)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-447))) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-786))) (-5 *1 (-423)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-484))) (-5 *1 (-206 *3 *4)) (-14 *3 (-583 (-1090)))
- (-4 *4 (-961))))
+ (-12 (-5 *2 (-584 (-485))) (-5 *1 (-206 *3 *4)) (-14 *3 (-584 (-1091)))
+ (-4 *4 (-962))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-484))) (-14 *3 (-583 (-1090))) (-5 *1 (-394 *3 *4 *5))
- (-4 *4 (-961)) (-4 *5 (-196 (-3958 *3) (-694)))))
+ (-12 (-5 *2 (-584 (-485))) (-14 *3 (-584 (-1091))) (-5 *1 (-394 *3 *4 *5))
+ (-4 *4 (-962)) (-4 *5 (-196 (-3959 *3) (-695)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-484))) (-5 *1 (-421 *3 *4)) (-14 *3 (-583 (-1090)))
- (-4 *4 (-961)))))
-(((*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-484)) (-5 *2 (-85)) (-5 *1 (-420)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-420)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-773 *5))) (-14 *5 (-583 (-1090))) (-4 *6 (-392))
- (-5 *2 (-2 (|:| |dpolys| (-583 (-206 *5 *6))) (|:| |coords| (-583 (-484)))))
- (-5 *1 (-411 *5 *6 *7)) (-5 *3 (-583 (-206 *5 *6))) (-4 *7 (-392)))))
+ (-12 (-5 *2 (-584 (-485))) (-5 *1 (-421 *3 *4)) (-14 *3 (-584 (-1091)))
+ (-4 *4 (-962)))))
+(((*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-485)) (-5 *2 (-85)) (-5 *1 (-420)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-420)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-584 (-774 *5))) (-14 *5 (-584 (-1091))) (-4 *6 (-392))
+ (-5 *2 (-2 (|:| |dpolys| (-584 (-206 *5 *6))) (|:| |coords| (-584 (-485)))))
+ (-5 *1 (-411 *5 *6 *7)) (-5 *3 (-584 (-206 *5 *6))) (-4 *7 (-392)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-583 (-421 *4 *5))) (-5 *3 (-583 (-773 *4)))
- (-14 *4 (-583 (-1090))) (-4 *5 (-392)) (-5 *1 (-411 *4 *5 *6))
+ (|partial| -12 (-5 *2 (-584 (-421 *4 *5))) (-5 *3 (-584 (-774 *4)))
+ (-14 *4 (-584 (-1091))) (-4 *5 (-392)) (-5 *1 (-411 *4 *5 *6))
(-4 *6 (-392)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-773 *5))) (-14 *5 (-583 (-1090))) (-4 *6 (-392))
- (-5 *2 (-583 (-583 (-206 *5 *6)))) (-5 *1 (-411 *5 *6 *7))
- (-5 *3 (-583 (-206 *5 *6))) (-4 *7 (-392)))))
+ (-12 (-5 *4 (-584 (-774 *5))) (-14 *5 (-584 (-1091))) (-4 *6 (-392))
+ (-5 *2 (-584 (-584 (-206 *5 *6)))) (-5 *1 (-411 *5 *6 *7))
+ (-5 *3 (-584 (-206 *5 *6))) (-4 *7 (-392)))))
(((*1 *1) (-5 *1 (-408))))
(((*1 *1 *2 *3 *3 *4 *5)
- (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *3 (-583 (-783)))
- (-5 *4 (-583 (-830))) (-5 *5 (-583 (-221))) (-5 *1 (-408))))
+ (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *3 (-584 (-784)))
+ (-5 *4 (-584 (-831))) (-5 *5 (-584 (-221))) (-5 *1 (-408))))
((*1 *1 *2 *3 *3 *4)
- (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *3 (-583 (-783)))
- (-5 *4 (-583 (-830))) (-5 *1 (-408))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *1 (-408))))
+ (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *3 (-584 (-784)))
+ (-5 *4 (-584 (-831))) (-5 *1 (-408))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *1 (-408))))
((*1 *1 *1) (-5 *1 (-408))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *1 (-408)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *1 (-221))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *1 (-408)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *1 (-221))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *3 (-583 (-221))) (-5 *1 (-222))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *1 (-408))))
- ((*1 *2 *1) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *1 (-408)))))
+ (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *3 (-584 (-221))) (-5 *1 (-222))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *1 (-408))))
+ ((*1 *2 *1) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *1 (-408)))))
(((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-854 (-179))) (-5 *4 (-783)) (-5 *5 (-830)) (-5 *2 (-1185))
+ (-12 (-5 *3 (-855 (-179))) (-5 *4 (-784)) (-5 *5 (-831)) (-5 *2 (-1186))
(-5 *1 (-408))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-854 (-179))) (-5 *2 (-1185)) (-5 *1 (-408))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-855 (-179))) (-5 *2 (-1186)) (-5 *1 (-408))))
((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-583 (-854 (-179)))) (-5 *4 (-783)) (-5 *5 (-830))
- (-5 *2 (-1185)) (-5 *1 (-408)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-854 (-179))) (-5 *2 (-1185)) (-5 *1 (-408)))))
+ (-12 (-5 *3 (-584 (-855 (-179)))) (-5 *4 (-784)) (-5 *5 (-831))
+ (-5 *2 (-1186)) (-5 *1 (-408)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-855 (-179))) (-5 *2 (-1186)) (-5 *1 (-408)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-583 (-583 (-854 (-179))))) (-5 *3 (-583 (-783)))
+ (-12 (-5 *2 (-584 (-584 (-855 (-179))))) (-5 *3 (-584 (-784)))
(-5 *1 (-408)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-583 (-854 (-179))))) (-5 *2 (-583 (-179)))
+ (-12 (-5 *3 (-584 (-584 (-855 (-179))))) (-5 *2 (-584 (-179)))
(-5 *1 (-408)))))
(((*1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-221))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-583 (-221))) (-5 *1 (-222))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-584 (-221))) (-5 *1 (-222))))
((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407))))
((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))))
(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407))))
@@ -11152,440 +11152,440 @@
(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407))))
((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-407)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1179 (-1179 (-484)))) (-5 *1 (-406)))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1180 (-1180 (-485)))) (-5 *1 (-406)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1179 (-1179 (-484)))) (-5 *3 (-830)) (-5 *1 (-406)))))
+ (-12 (-5 *2 (-1180 (-1180 (-485)))) (-5 *3 (-831)) (-5 *1 (-406)))))
(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-756)) (-4 *5 (-717)) (-4 *6 (-495))
- (-4 *7 (-861 *6 *5 *3)) (-5 *1 (-402 *5 *3 *6 *7 *2))
+ (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-757)) (-4 *5 (-718)) (-4 *6 (-496))
+ (-4 *7 (-862 *6 *5 *3)) (-5 *1 (-402 *5 *3 *6 *7 *2))
(-4 *2
- (-13 (-950 (-350 (-484))) (-312)
- (-10 -8 (-15 -3947 ($ *7)) (-15 -2999 (*7 $)) (-15 -2998 (*7 $))))))))
+ (-13 (-951 (-350 (-485))) (-312)
+ (-10 -8 (-15 -3948 ($ *7)) (-15 -3000 (*7 $)) (-15 -2999 (*7 $))))))))
(((*1 *2 *1)
- (-12 (-14 *3 (-583 (-1090))) (-4 *4 (-146))
+ (-12 (-14 *3 (-584 (-1091))) (-4 *4 (-146))
(-14 *6
- (-1 (-85) (-2 (|:| -2400 *5) (|:| -2401 *2))
- (-2 (|:| -2400 *5) (|:| -2401 *2))))
- (-4 *2 (-196 (-3958 *3) (-694))) (-5 *1 (-401 *3 *4 *5 *2 *6 *7))
- (-4 *5 (-756)) (-4 *7 (-861 *4 *2 (-773 *3))))))
+ (-1 (-85) (-2 (|:| -2401 *5) (|:| -2402 *2))
+ (-2 (|:| -2401 *5) (|:| -2402 *2))))
+ (-4 *2 (-196 (-3959 *3) (-695))) (-5 *1 (-401 *3 *4 *5 *2 *6 *7))
+ (-4 *5 (-757)) (-4 *7 (-862 *4 *2 (-774 *3))))))
(((*1 *2 *1)
- (-12 (-14 *3 (-583 (-1090))) (-4 *4 (-146)) (-4 *5 (-196 (-3958 *3) (-694)))
+ (-12 (-14 *3 (-584 (-1091))) (-4 *4 (-146)) (-4 *5 (-196 (-3959 *3) (-695)))
(-14 *6
- (-1 (-85) (-2 (|:| -2400 *2) (|:| -2401 *5))
- (-2 (|:| -2400 *2) (|:| -2401 *5))))
- (-4 *2 (-756)) (-5 *1 (-401 *3 *4 *2 *5 *6 *7))
- (-4 *7 (-861 *4 *5 (-773 *3))))))
+ (-1 (-85) (-2 (|:| -2401 *2) (|:| -2402 *5))
+ (-2 (|:| -2401 *2) (|:| -2402 *5))))
+ (-4 *2 (-757)) (-5 *1 (-401 *3 *4 *2 *5 *6 *7))
+ (-4 *7 (-862 *4 *5 (-774 *3))))))
(((*1 *1 *2 *3 *4)
- (-12 (-14 *5 (-583 (-1090))) (-4 *2 (-146)) (-4 *4 (-196 (-3958 *5) (-694)))
+ (-12 (-14 *5 (-584 (-1091))) (-4 *2 (-146)) (-4 *4 (-196 (-3959 *5) (-695)))
(-14 *6
- (-1 (-85) (-2 (|:| -2400 *3) (|:| -2401 *4))
- (-2 (|:| -2400 *3) (|:| -2401 *4))))
- (-5 *1 (-401 *5 *2 *3 *4 *6 *7)) (-4 *3 (-756))
- (-4 *7 (-861 *2 *4 (-773 *5))))))
+ (-1 (-85) (-2 (|:| -2401 *3) (|:| -2402 *4))
+ (-2 (|:| -2401 *3) (|:| -2402 *4))))
+ (-5 *1 (-401 *5 *2 *3 *4 *6 *7)) (-4 *3 (-757))
+ (-4 *7 (-862 *2 *4 (-774 *5))))))
(((*1 *1 *2 *3 *1)
- (-12 (-14 *4 (-583 (-1090))) (-4 *2 (-146)) (-4 *3 (-196 (-3958 *4) (-694)))
+ (-12 (-14 *4 (-584 (-1091))) (-4 *2 (-146)) (-4 *3 (-196 (-3959 *4) (-695)))
(-14 *6
- (-1 (-85) (-2 (|:| -2400 *5) (|:| -2401 *3))
- (-2 (|:| -2400 *5) (|:| -2401 *3))))
- (-5 *1 (-401 *4 *2 *5 *3 *6 *7)) (-4 *5 (-756))
- (-4 *7 (-861 *2 *3 (-773 *4))))))
+ (-1 (-85) (-2 (|:| -2401 *5) (|:| -2402 *3))
+ (-2 (|:| -2401 *5) (|:| -2402 *3))))
+ (-5 *1 (-401 *4 *2 *5 *3 *6 *7)) (-4 *5 (-757))
+ (-4 *7 (-862 *2 *3 (-774 *4))))))
(((*1 *2 *3 *2 *4 *5)
- (-12 (-5 *2 (-583 *3)) (-5 *5 (-830)) (-4 *3 (-1155 *4)) (-4 *4 (-258))
+ (-12 (-5 *2 (-584 *3)) (-5 *5 (-831)) (-4 *3 (-1156 *4)) (-4 *4 (-258))
(-5 *1 (-400 *4 *3)))))
(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *6 (-830)) (-4 *5 (-258)) (-4 *3 (-1155 *5))
- (-5 *2 (-2 (|:| |plist| (-583 *3)) (|:| |modulo| *5))) (-5 *1 (-400 *5 *3))
- (-5 *4 (-583 *3)))))
+ (-12 (-5 *6 (-831)) (-4 *5 (-258)) (-4 *3 (-1156 *5))
+ (-5 *2 (-2 (|:| |plist| (-584 *3)) (|:| |modulo| *5))) (-5 *1 (-400 *5 *3))
+ (-5 *4 (-584 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 *5)) (-4 *5 (-1155 *3)) (-4 *3 (-258)) (-5 *2 (-85))
+ (-12 (-5 *4 (-584 *5)) (-4 *5 (-1156 *3)) (-4 *3 (-258)) (-5 *2 (-85))
(-5 *1 (-395 *3 *5)))))
(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1179 (-583 *3))) (-4 *4 (-258)) (-5 *2 (-583 *3))
- (-5 *1 (-395 *4 *3)) (-4 *3 (-1155 *4)))))
+ (|partial| -12 (-5 *5 (-1180 (-584 *3))) (-4 *4 (-258)) (-5 *2 (-584 *3))
+ (-5 *1 (-395 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-694)) (-4 *4 (-258)) (-4 *6 (-1155 *4))
- (-5 *2 (-1179 (-583 *6))) (-5 *1 (-395 *4 *6)) (-5 *5 (-583 *6)))))
+ (|partial| -12 (-5 *3 (-695)) (-4 *4 (-258)) (-4 *6 (-1156 *4))
+ (-5 *2 (-1180 (-584 *6))) (-5 *1 (-395 *4 *6)) (-5 *5 (-584 *6)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-258)) (-5 *2 (-694))
+ (-12 (-5 *4 (-584 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-258)) (-5 *2 (-695))
(-5 *1 (-395 *5 *3)))))
(((*1 *2)
- (|partial| -12 (-4 *3 (-495)) (-4 *3 (-146))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -2012 (-583 *1)))) (-4 *1 (-316 *3))))
+ (|partial| -12 (-4 *3 (-496)) (-4 *3 (-146))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -2013 (-584 *1)))) (-4 *1 (-316 *3))))
((*1 *2)
(|partial| -12
(-5 *2
(-2 (|:| |particular| (-393 *3 *4 *5 *6))
- (|:| -2012 (-583 (-393 *3 *4 *5 *6)))))
- (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-830))
- (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))))
+ (|:| -2013 (-584 (-393 *3 *4 *5 *6)))))
+ (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-831))
+ (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))))
(((*1 *2)
- (|partial| -12 (-4 *3 (-495)) (-4 *3 (-146))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -2012 (-583 *1)))) (-4 *1 (-316 *3))))
+ (|partial| -12 (-4 *3 (-496)) (-4 *3 (-146))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -2013 (-584 *1)))) (-4 *1 (-316 *3))))
((*1 *2)
(|partial| -12
(-5 *2
(-2 (|:| |particular| (-393 *3 *4 *5 *6))
- (|:| -2012 (-583 (-393 *3 *4 *5 *6)))))
- (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-830))
- (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3))))))
+ (|:| -2013 (-584 (-393 *3 *4 *5 *6)))))
+ (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146)) (-14 *4 (-831))
+ (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3))))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1179 (-1090))) (-5 *3 (-1179 (-393 *4 *5 *6 *7)))
- (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-146)) (-14 *5 (-830))
- (-14 *6 (-583 (-1090))) (-14 *7 (-1179 (-630 *4)))))
+ (-12 (-5 *2 (-1180 (-1091))) (-5 *3 (-1180 (-393 *4 *5 *6 *7)))
+ (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-146)) (-14 *5 (-831))
+ (-14 *6 (-584 (-1091))) (-14 *7 (-1180 (-631 *4)))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1090)) (-5 *3 (-1179 (-393 *4 *5 *6 *7)))
- (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-146)) (-14 *5 (-830)) (-14 *6 (-583 *2))
- (-14 *7 (-1179 (-630 *4)))))
+ (-12 (-5 *2 (-1091)) (-5 *3 (-1180 (-393 *4 *5 *6 *7)))
+ (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-146)) (-14 *5 (-831)) (-14 *6 (-584 *2))
+ (-14 *7 (-1180 (-631 *4)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1179 (-393 *3 *4 *5 *6))) (-5 *1 (-393 *3 *4 *5 *6))
- (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3)))))
+ (-12 (-5 *2 (-1180 (-393 *3 *4 *5 *6))) (-5 *1 (-393 *3 *4 *5 *6))
+ (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1179 (-1090))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146))
- (-14 *4 (-830)) (-14 *5 (-583 (-1090))) (-14 *6 (-1179 (-630 *3)))))
+ (-12 (-5 *2 (-1180 (-1091))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146))
+ (-14 *4 (-831)) (-14 *5 (-584 (-1091))) (-14 *6 (-1180 (-631 *3)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1090)) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146))
- (-14 *4 (-830)) (-14 *5 (-583 *2)) (-14 *6 (-1179 (-630 *3)))))
+ (-12 (-5 *2 (-1091)) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-146))
+ (-14 *4 (-831)) (-14 *5 (-584 *2)) (-14 *6 (-1180 (-631 *3)))))
((*1 *1)
- (-12 (-5 *1 (-393 *2 *3 *4 *5)) (-4 *2 (-146)) (-14 *3 (-830))
- (-14 *4 (-583 (-1090))) (-14 *5 (-1179 (-630 *2))))))
+ (-12 (-5 *1 (-393 *2 *3 *4 *5)) (-4 *2 (-146)) (-14 *3 (-831))
+ (-14 *4 (-584 (-1091))) (-14 *5 (-1180 (-631 *2))))))
(((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-1085 (-857 *4))) (-5 *1 (-360 *3 *4))
+ (-12 (-4 *4 (-146)) (-5 *2 (-1086 (-858 *4))) (-5 *1 (-360 *3 *4))
(-4 *3 (-361 *4))))
((*1 *2)
(-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-4 *3 (-312))
- (-5 *2 (-1085 (-857 *3)))))
+ (-5 *2 (-1086 (-858 *3)))))
((*1 *2)
- (-12 (-5 *2 (-1085 (-350 (-857 *3)))) (-5 *1 (-393 *3 *4 *5 *6))
- (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-1086 (-350 (-858 *3)))) (-5 *1 (-393 *3 *4 *5 *6))
+ (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1085 (-350 (-857 *3)))) (-5 *1 (-393 *3 *4 *5 *6))
- (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-1086 (-350 (-858 *3)))) (-5 *1 (-393 *3 *4 *5 *6))
+ (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495))
- (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496))
+ (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495))
- (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496))
+ (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-1085 (-857 *4))) (-5 *1 (-360 *3 *4))
+ (-12 (-4 *4 (-146)) (-5 *2 (-1086 (-858 *4))) (-5 *1 (-360 *3 *4))
(-4 *3 (-361 *4))))
((*1 *2)
(-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-4 *3 (-312))
- (-5 *2 (-1085 (-857 *3)))))
+ (-5 *2 (-1086 (-858 *3)))))
((*1 *2)
- (-12 (-5 *2 (-1085 (-350 (-857 *3)))) (-5 *1 (-393 *3 *4 *5 *6))
- (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-1086 (-350 (-858 *3)))) (-5 *1 (-393 *3 *4 *5 *6))
+ (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1085 (-350 (-857 *3)))) (-5 *1 (-393 *3 *4 *5 *6))
- (-4 *3 (-495)) (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-1086 (-350 (-858 *3)))) (-5 *1 (-393 *3 *4 *5 *6))
+ (-4 *3 (-496)) (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495))
- (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496))
+ (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495))
- (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496))
+ (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495))
- (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496))
+ (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2)
- (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495))
- (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496))
+ (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495))
- (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496))
+ (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2)
- (-12 (-5 *2 (-350 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495))
- (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3))))))
+ (-12 (-5 *2 (-350 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496))
+ (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146))
- (-5 *2 (-583 (-857 *4)))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146))
+ (-5 *2 (-584 (-858 *4)))))
((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-583 (-857 *4))) (-5 *1 (-360 *3 *4))
+ (-12 (-4 *4 (-146)) (-5 *2 (-584 (-858 *4))) (-5 *1 (-360 *3 *4))
(-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-583 (-857 *3)))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-584 (-858 *3)))))
((*1 *2)
- (-12 (-5 *2 (-583 (-857 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-495))
- (-4 *3 (-146)) (-14 *4 (-830)) (-14 *5 (-583 (-1090)))
- (-14 *6 (-1179 (-630 *3)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1179 (-393 *4 *5 *6 *7))) (-5 *2 (-583 (-857 *4)))
- (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-495)) (-4 *4 (-146)) (-14 *5 (-830))
- (-14 *6 (-583 (-1090))) (-14 *7 (-1179 (-630 *4))))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *1)) (-4 *1 (-392))))
+ (-12 (-5 *2 (-584 (-858 *3))) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *3 (-496))
+ (-4 *3 (-146)) (-14 *4 (-831)) (-14 *5 (-584 (-1091)))
+ (-14 *6 (-1180 (-631 *3)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1180 (-393 *4 *5 *6 *7))) (-5 *2 (-584 (-858 *4)))
+ (-5 *1 (-393 *4 *5 *6 *7)) (-4 *4 (-496)) (-4 *4 (-146)) (-14 *5 (-831))
+ (-14 *6 (-584 (-1091))) (-14 *7 (-1180 (-631 *4))))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *1)) (-4 *1 (-392))))
((*1 *1 *1 *1) (-4 *1 (-392))))
(((*1 *2 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-694))
- (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-861 *4 *5 *6)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-695))
+ (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-862 *4 *5 *6)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-2 (|:| |totdeg| (-694)) (|:| -2004 *4))) (-5 *5 (-694))
- (-4 *4 (-861 *6 *7 *8)) (-4 *6 (-392)) (-4 *7 (-717)) (-4 *8 (-756))
+ (-12 (-5 *3 (-2 (|:| |totdeg| (-695)) (|:| -2005 *4))) (-5 *5 (-695))
+ (-4 *4 (-862 *6 *7 *8)) (-4 *6 (-392)) (-4 *7 (-718)) (-4 *8 (-757))
(-5 *2
(-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4)))
(-5 *1 (-390 *6 *7 *8 *4)))))
(((*1 *2 *3 *3)
(-12
(-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-694)) (|:| |poli| *7)
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-695)) (|:| |poli| *7)
(|:| |polj| *7)))
- (-4 *5 (-717)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-756))
+ (-4 *5 (-718)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-757))
(-5 *2 (-85)) (-5 *1 (-390 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-484)) (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756))
- (-5 *2 (-1185)) (-5 *1 (-390 *4 *5 *6 *7)) (-4 *7 (-861 *4 *5 *6)))))
+ (-12 (-5 *3 (-485)) (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757))
+ (-5 *2 (-1186)) (-5 *1 (-390 *4 *5 *6 *7)) (-4 *7 (-862 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *7)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *2 (-1185)) (-5 *1 (-390 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-584 *7)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *2 (-1186)) (-5 *1 (-390 *4 *5 *6 *7)))))
(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
- (-12 (-5 *2 (-484))
+ (-12 (-5 *2 (-485))
(-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-694)) (|:| |poli| *4)
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-695)) (|:| |poli| *4)
(|:| |polj| *4)))
- (-4 *6 (-717)) (-4 *4 (-861 *5 *6 *7)) (-4 *5 (-392)) (-4 *7 (-756))
+ (-4 *6 (-718)) (-4 *4 (-862 *5 *6 *7)) (-4 *5 (-392)) (-4 *7 (-757))
(-5 *1 (-390 *5 *6 *7 *4)))))
(((*1 *2 *3 *4 *4 *2 *2 *2)
- (-12 (-5 *2 (-484))
+ (-12 (-5 *2 (-485))
(-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-694)) (|:| |poli| *4)
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-695)) (|:| |poli| *4)
(|:| |polj| *4)))
- (-4 *6 (-717)) (-4 *4 (-861 *5 *6 *7)) (-4 *5 (-392)) (-4 *7 (-756))
+ (-4 *6 (-718)) (-4 *4 (-862 *5 *6 *7)) (-4 *5 (-392)) (-4 *7 (-757))
(-5 *1 (-390 *5 *6 *7 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-1185))
- (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-861 *4 *5 *6)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-1186))
+ (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-862 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-392)) (-4 *5 (-717)) (-4 *6 (-756)) (-5 *2 (-484))
- (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-861 *4 *5 *6)))))
+ (-12 (-4 *4 (-392)) (-4 *5 (-718)) (-4 *6 (-757)) (-5 *2 (-485))
+ (-5 *1 (-390 *4 *5 *6 *3)) (-4 *3 (-862 *4 *5 *6)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-392)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-390 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-392)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-390 *3 *4 *5 *6)))))
(((*1 *2 *2 *2)
(-12
(-5 *2
- (-583
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-694)) (|:| |poli| *6)
+ (-584
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-695)) (|:| |poli| *6)
(|:| |polj| *6))))
- (-4 *4 (-717)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-392)) (-4 *5 (-756))
+ (-4 *4 (-718)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-392)) (-4 *5 (-757))
(-5 *1 (-390 *3 *4 *5 *6)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-694)) (|:| |poli| *2)
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-695)) (|:| |poli| *2)
(|:| |polj| *2)))
- (-4 *5 (-717)) (-4 *2 (-861 *4 *5 *6)) (-5 *1 (-390 *4 *5 *6 *2))
- (-4 *4 (-392)) (-4 *6 (-756)))))
+ (-4 *5 (-718)) (-4 *2 (-862 *4 *5 *6)) (-5 *1 (-390 *4 *5 *6 *2))
+ (-4 *4 (-392)) (-4 *6 (-757)))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-583 (-2 (|:| |totdeg| (-694)) (|:| -2004 *3)))) (-5 *4 (-694))
- (-4 *3 (-861 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717)) (-4 *7 (-756))
+ (-12 (-5 *2 (-584 (-2 (|:| |totdeg| (-695)) (|:| -2005 *3)))) (-5 *4 (-695))
+ (-4 *3 (-862 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718)) (-4 *7 (-757))
(-5 *1 (-390 *5 *6 *7 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-392)) (-4 *4 (-717)) (-4 *5 (-756)) (-5 *1 (-390 *3 *4 *5 *2))
- (-4 *2 (-861 *3 *4 *5)))))
+ (-12 (-4 *3 (-392)) (-4 *4 (-718)) (-4 *5 (-757)) (-5 *1 (-390 *3 *4 *5 *2))
+ (-4 *2 (-862 *3 *4 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 *3)) (-4 *3 (-861 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-717))
- (-4 *7 (-756)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
+ (-12 (-5 *4 (-584 *3)) (-4 *3 (-862 *5 *6 *7)) (-4 *5 (-392)) (-4 *6 (-718))
+ (-4 *7 (-757)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
(-5 *1 (-390 *5 *6 *7 *3)))))
(((*1 *2 *3 *2)
(-12
(-5 *2
- (-583
- (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-694)) (|:| |poli| *6)
+ (-584
+ (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-695)) (|:| |poli| *6)
(|:| |polj| *6))))
- (-4 *3 (-717)) (-4 *6 (-861 *4 *3 *5)) (-4 *4 (-392)) (-4 *5 (-756))
+ (-4 *3 (-718)) (-4 *6 (-862 *4 *3 *5)) (-4 *4 (-392)) (-4 *5 (-757))
(-5 *1 (-390 *4 *3 *5 *6)))))
(((*1 *2 *2)
(-12
(-5 *2
- (-583
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-694)) (|:| |poli| *6)
+ (-584
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-695)) (|:| |poli| *6)
(|:| |polj| *6))))
- (-4 *4 (-717)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-392)) (-4 *5 (-756))
+ (-4 *4 (-718)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-392)) (-4 *5 (-757))
(-5 *1 (-390 *3 *4 *5 *6)))))
(((*1 *2 *3 *2)
(-12
(-5 *2
- (-583
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-694)) (|:| |poli| *3)
+ (-584
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-695)) (|:| |poli| *3)
(|:| |polj| *3))))
- (-4 *5 (-717)) (-4 *3 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-756))
+ (-4 *5 (-718)) (-4 *3 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-757))
(-5 *1 (-390 *4 *5 *6 *3)))))
(((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *3 (-717)) (-4 *5 (-756)) (-5 *2 (-85))
- (-5 *1 (-390 *4 *3 *5 *6)) (-4 *6 (-861 *4 *3 *5)))))
+ (-12 (-4 *4 (-392)) (-4 *3 (-718)) (-4 *5 (-757)) (-5 *2 (-85))
+ (-5 *1 (-390 *4 *3 *5 *6)) (-4 *6 (-862 *4 *3 *5)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-392)) (-4 *3 (-717)) (-4 *5 (-756)) (-5 *2 (-85))
- (-5 *1 (-390 *4 *3 *5 *6)) (-4 *6 (-861 *4 *3 *5)))))
+ (-12 (-4 *4 (-392)) (-4 *3 (-718)) (-4 *5 (-757)) (-5 *2 (-85))
+ (-5 *1 (-390 *4 *3 *5 *6)) (-4 *6 (-862 *4 *3 *5)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-694)) (|:| |poli| *7)
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-695)) (|:| |poli| *7)
(|:| |polj| *7)))
- (-4 *5 (-717)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-756))
+ (-4 *5 (-718)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *6 (-757))
(-5 *2 (-85)) (-5 *1 (-390 *4 *5 *6 *7)))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-583 *7)) (-5 *3 (-484)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-392))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-390 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-584 *7)) (-5 *3 (-485)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-392))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-390 *4 *5 *6 *7)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *1 (-390 *4 *5 *6 *2)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *1 (-390 *4 *5 *6 *2)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *1 (-390 *4 *5 *6 *2)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *4 *5 *6)) (-4 *4 (-392)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *1 (-390 *4 *5 *6 *2)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-861 *4 *5 *6)) (-5 *2 (-583 (-583 *7))) (-5 *1 (-389 *4 *5 *6 *7))
- (-5 *3 (-583 *7))))
+ (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-862 *4 *5 *6)) (-5 *2 (-584 (-584 *7))) (-5 *1 (-389 *4 *5 *6 *7))
+ (-5 *3 (-584 *7))))
((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-717)) (-4 *7 (-756))
- (-4 *8 (-861 *5 *6 *7)) (-5 *2 (-583 (-583 *8))) (-5 *1 (-389 *5 *6 *7 *8))
- (-5 *3 (-583 *8))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-718)) (-4 *7 (-757))
+ (-4 *8 (-862 *5 *6 *7)) (-5 *2 (-584 (-584 *8))) (-5 *1 (-389 *5 *6 *7 *8))
+ (-5 *3 (-584 *8))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-861 *4 *5 *6)) (-5 *2 (-583 (-583 *7))) (-5 *1 (-389 *4 *5 *6 *7))
- (-5 *3 (-583 *7))))
+ (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-862 *4 *5 *6)) (-5 *2 (-584 (-584 *7))) (-5 *1 (-389 *4 *5 *6 *7))
+ (-5 *3 (-584 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-717)) (-4 *7 (-756))
- (-4 *8 (-861 *5 *6 *7)) (-5 *2 (-583 (-583 *8))) (-5 *1 (-389 *5 *6 *7 *8))
- (-5 *3 (-583 *8)))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-718)) (-4 *7 (-757))
+ (-4 *8 (-862 *5 *6 *7)) (-5 *2 (-584 (-584 *8))) (-5 *1 (-389 *5 *6 *7 *8))
+ (-5 *3 (-584 *8)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-717)) (-4 *6 (-756))
- (-4 *7 (-861 *4 *5 *6)) (-5 *2 (-583 (-583 *7))) (-5 *1 (-389 *4 *5 *6 *7))
- (-5 *3 (-583 *7))))
+ (-12 (-4 *4 (-13 (-258) (-120))) (-4 *5 (-718)) (-4 *6 (-757))
+ (-4 *7 (-862 *4 *5 *6)) (-5 *2 (-584 (-584 *7))) (-5 *1 (-389 *4 *5 *6 *7))
+ (-5 *3 (-584 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-717)) (-4 *7 (-756))
- (-4 *8 (-861 *5 *6 *7)) (-5 *2 (-583 (-583 *8))) (-5 *1 (-389 *5 *6 *7 *8))
- (-5 *3 (-583 *8)))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-13 (-258) (-120))) (-4 *6 (-718)) (-4 *7 (-757))
+ (-4 *8 (-862 *5 *6 *7)) (-5 *2 (-584 (-584 *8))) (-5 *1 (-389 *5 *6 *7 *8))
+ (-5 *3 (-584 *8)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-583 *6)) (-4 *6 (-861 *3 *4 *5)) (-4 *3 (-258)) (-4 *4 (-717))
- (-4 *5 (-756)) (-5 *1 (-388 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-584 *6)) (-4 *6 (-862 *3 *4 *5)) (-4 *3 (-258)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-5 *1 (-388 *3 *4 *5 *6))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-583 *7)) (-5 *3 (-1073)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-258))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-388 *4 *5 *6 *7))))
+ (-12 (-5 *2 (-584 *7)) (-5 *3 (-1074)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-258))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-388 *4 *5 *6 *7))))
((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-583 *7)) (-5 *3 (-1073)) (-4 *7 (-861 *4 *5 *6)) (-4 *4 (-258))
- (-4 *5 (-717)) (-4 *6 (-756)) (-5 *1 (-388 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-584 *7)) (-5 *3 (-1074)) (-4 *7 (-862 *4 *5 *6)) (-4 *4 (-258))
+ (-4 *5 (-718)) (-4 *6 (-757)) (-5 *1 (-388 *4 *5 *6 *7)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-861 *4 *5 *6)) (-4 *4 (-258)) (-4 *5 (-717))
- (-4 *6 (-756)) (-5 *1 (-388 *4 *5 *6 *2)))))
-(((*1 *2 *3) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-386)) (-5 *3 (-484)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-862 *4 *5 *6)) (-4 *4 (-258)) (-4 *5 (-718))
+ (-4 *6 (-757)) (-5 *1 (-388 *4 *5 *6 *2)))))
+(((*1 *2 *3) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-386)) (-5 *3 (-485)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-961))))
- ((*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-962))))
+ ((*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-962)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-484)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-485)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-962)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-484)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-961)))))
-(((*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-385 *3)) (-4 *3 (-961)))))
-(((*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-385 *3)) (-4 *3 (-961)))))
-(((*1 *2 *2) (-12 (-5 *2 (-694)) (-5 *1 (-385 *3)) (-4 *3 (-961))))
- ((*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-385 *3)) (-4 *3 (-961)))))
+ (-12 (-5 *2 (-485)) (-5 *1 (-385 *3)) (-4 *3 (-347)) (-4 *3 (-962)))))
+(((*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-385 *3)) (-4 *3 (-962)))))
+(((*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-385 *3)) (-4 *3 (-962)))))
+(((*1 *2 *2) (-12 (-5 *2 (-695)) (-5 *1 (-385 *3)) (-4 *3 (-962))))
+ ((*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-385 *3)) (-4 *3 (-962)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-694)) (-5 *4 (-484)) (-5 *1 (-385 *2)) (-4 *2 (-961)))))
+ (-12 (-5 *3 (-695)) (-5 *4 (-485)) (-5 *1 (-385 *2)) (-4 *2 (-962)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-348 *6)) (-4 *6 (-1155 *5)) (-4 *5 (-961))
- (-5 *2 (-583 *6)) (-5 *1 (-384 *5 *6)))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-348 *6)) (-4 *6 (-1156 *5)) (-4 *5 (-962))
+ (-5 *2 (-584 *6)) (-5 *1 (-384 *5 *6)))))
(((*1 *2 *3 *2)
- (|partial| -12 (-5 *3 (-830)) (-5 *1 (-382 *2)) (-4 *2 (-1155 (-484)))))
+ (|partial| -12 (-5 *3 (-831)) (-5 *1 (-382 *2)) (-4 *2 (-1156 (-485)))))
((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-830)) (-5 *4 (-694)) (-5 *1 (-382 *2))
- (-4 *2 (-1155 (-484)))))
+ (|partial| -12 (-5 *3 (-831)) (-5 *4 (-695)) (-5 *1 (-382 *2))
+ (-4 *2 (-1156 (-485)))))
((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-830)) (-5 *4 (-583 (-694))) (-5 *1 (-382 *2))
- (-4 *2 (-1155 (-484)))))
+ (|partial| -12 (-5 *3 (-831)) (-5 *4 (-584 (-695))) (-5 *1 (-382 *2))
+ (-4 *2 (-1156 (-485)))))
((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *3 (-830)) (-5 *4 (-583 (-694))) (-5 *5 (-694))
- (-5 *1 (-382 *2)) (-4 *2 (-1155 (-484)))))
+ (|partial| -12 (-5 *3 (-831)) (-5 *4 (-584 (-695))) (-5 *5 (-695))
+ (-5 *1 (-382 *2)) (-4 *2 (-1156 (-485)))))
((*1 *2 *3 *2 *4 *5 *6)
- (|partial| -12 (-5 *3 (-830)) (-5 *4 (-583 (-694))) (-5 *5 (-694))
- (-5 *6 (-85)) (-5 *1 (-382 *2)) (-4 *2 (-1155 (-484)))))
+ (|partial| -12 (-5 *3 (-831)) (-5 *4 (-584 (-695))) (-5 *5 (-695))
+ (-5 *6 (-85)) (-5 *1 (-382 *2)) (-4 *2 (-1156 (-485)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-830)) (-5 *4 (-348 *2)) (-4 *2 (-1155 *5)) (-5 *1 (-384 *5 *2))
- (-4 *5 (-961)))))
+ (-12 (-5 *3 (-831)) (-5 *4 (-348 *2)) (-4 *2 (-1156 *5)) (-5 *1 (-384 *5 *2))
+ (-4 *5 (-962)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-2 (|:| -3733 *4) (|:| -3949 (-484)))))
- (-4 *4 (-1155 (-484))) (-5 *2 (-675 (-694))) (-5 *1 (-382 *4))))
+ (-12 (-5 *3 (-584 (-2 (|:| -3734 *4) (|:| -3950 (-485)))))
+ (-4 *4 (-1156 (-485))) (-5 *2 (-676 (-695))) (-5 *1 (-382 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-348 *5)) (-4 *5 (-1155 *4)) (-4 *4 (-961))
- (-5 *2 (-675 (-694))) (-5 *1 (-384 *4 *5)))))
-(((*1 *2 *2 *3) (-12 (-4 *3 (-961)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1155 *3)))))
-(((*1 *2 *2 *3) (-12 (-4 *3 (-961)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1155 *3)))))
+ (-12 (-5 *3 (-348 *5)) (-4 *5 (-1156 *4)) (-4 *4 (-962))
+ (-5 *2 (-676 (-695))) (-5 *1 (-384 *4 *5)))))
+(((*1 *2 *2 *3) (-12 (-4 *3 (-962)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1156 *3)))))
+(((*1 *2 *2 *3) (-12 (-4 *3 (-962)) (-5 *1 (-384 *3 *2)) (-4 *2 (-1156 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-4 *2 (-13 (-347) (-950 *4) (-312) (-1115) (-239)))
- (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-962)) (-4 *2 (-13 (-347) (-951 *4) (-312) (-1116) (-239)))
+ (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-4 *2 (-13 (-347) (-950 *4) (-312) (-1115) (-239)))
- (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-962)) (-4 *2 (-13 (-347) (-951 *4) (-312) (-1116) (-239)))
+ (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-694)) (-4 *5 (-961)) (-5 *2 (-484)) (-5 *1 (-383 *5 *3 *6))
- (-4 *3 (-1155 *5)) (-4 *6 (-13 (-347) (-950 *5) (-312) (-1115) (-239)))))
+ (-12 (-5 *4 (-695)) (-4 *5 (-962)) (-5 *2 (-485)) (-5 *1 (-383 *5 *3 *6))
+ (-4 *3 (-1156 *5)) (-4 *6 (-13 (-347) (-951 *5) (-312) (-1116) (-239)))))
((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-5 *2 (-484)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1155 *4))
- (-4 *5 (-13 (-347) (-950 *4) (-312) (-1115) (-239))))))
+ (-12 (-4 *4 (-962)) (-5 *2 (-485)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1156 *4))
+ (-4 *5 (-13 (-347) (-951 *4) (-312) (-1116) (-239))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-5 *2 (-484)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1155 *4))
- (-4 *5 (-13 (-347) (-950 *4) (-312) (-1115) (-239))))))
+ (-12 (-4 *4 (-962)) (-5 *2 (-485)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1156 *4))
+ (-4 *5 (-13 (-347) (-951 *4) (-312) (-1116) (-239))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-4 *2 (-13 (-347) (-950 *4) (-312) (-1115) (-239)))
- (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1155 *4))))
+ (-12 (-4 *4 (-962)) (-4 *2 (-13 (-347) (-951 *4) (-312) (-1116) (-239)))
+ (-5 *1 (-383 *4 *3 *2)) (-4 *3 (-1156 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-830)) (-4 *5 (-961))
- (-4 *2 (-13 (-347) (-950 *5) (-312) (-1115) (-239))) (-5 *1 (-383 *5 *3 *2))
- (-4 *3 (-1155 *5)))))
+ (-12 (-5 *4 (-831)) (-4 *5 (-962))
+ (-4 *2 (-13 (-347) (-951 *5) (-312) (-1116) (-239))) (-5 *1 (-383 *5 *3 *2))
+ (-4 *3 (-1156 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-5 *2 (-484)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1155 *4))
- (-4 *5 (-13 (-347) (-950 *4) (-312) (-1115) (-239))))))
+ (-12 (-4 *4 (-962)) (-5 *2 (-485)) (-5 *1 (-383 *4 *3 *5)) (-4 *3 (-1156 *4))
+ (-4 *5 (-13 (-347) (-951 *4) (-312) (-1116) (-239))))))
(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-85)) (-5 *5 (-1009 (-694))) (-5 *6 (-694))
- (-5 *2
- (-2 (|:| |contp| (-484))
- (|:| -1782 (-583 (-2 (|:| |irr| *3) (|:| -2395 (-484)))))))
- (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -2579 (-484)) (|:| -1782 (-583 *3)))) (-5 *1 (-382 *3))
- (-4 *3 (-1155 (-484))))))
-(((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-348 *3)) (-4 *3 (-495))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-583 (-2 (|:| -3733 *4) (|:| -3949 (-484)))))
- (-4 *4 (-1155 (-484))) (-5 *2 (-694)) (-5 *1 (-382 *4)))))
-(((*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484)))))
- ((*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484)))))
- ((*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-382 *3)) (-4 *3 (-1155 (-484))))))
+ (-12 (-5 *4 (-85)) (-5 *5 (-1010 (-695))) (-5 *6 (-695))
+ (-5 *2
+ (-2 (|:| |contp| (-485))
+ (|:| -1783 (-584 (-2 (|:| |irr| *3) (|:| -2396 (-485)))))))
+ (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-2 (|:| -2580 (-485)) (|:| -1783 (-584 *3)))) (-5 *1 (-382 *3))
+ (-4 *3 (-1156 (-485))))))
+(((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-348 *3)) (-4 *3 (-496))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-584 (-2 (|:| -3734 *4) (|:| -3950 (-485)))))
+ (-4 *4 (-1156 (-485))) (-5 *2 (-695)) (-5 *1 (-382 *4)))))
+(((*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-382 *3)) (-4 *3 (-1156 (-485))))))
(((*1 *1 *2 *3)
(-12
(-5 *3
- (-583
+ (-584
(-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
- (|:| |xpnt| (-484)))))
- (-4 *2 (-495)) (-5 *1 (-348 *2))))
+ (|:| |xpnt| (-485)))))
+ (-4 *2 (-496)) (-5 *1 (-348 *2))))
((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |contp| (-484))
- (|:| -1782 (-583 (-2 (|:| |irr| *4) (|:| -2395 (-484)))))))
- (-4 *4 (-1155 (-484))) (-5 *2 (-348 *4)) (-5 *1 (-382 *4)))))
+ (-2 (|:| |contp| (-485))
+ (|:| -1783 (-584 (-2 (|:| |irr| *4) (|:| -2396 (-485)))))))
+ (-4 *4 (-1156 (-485))) (-5 *2 (-348 *4)) (-5 *1 (-382 *4)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3911 "void"))) (-5 *1 (-379)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-857 (-484)))) (-5 *1 (-379)))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-377)) (|:| -3912 "void"))) (-5 *1 (-379)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-858 (-485)))) (-5 *1 (-379)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-379)))))
(((*1 *1) (-5 *1 (-379))))
(((*1 *1) (-5 *1 (-379))))
@@ -11595,327 +11595,327 @@
(((*1 *1) (-5 *1 (-379))))
(((*1 *1) (-5 *1 (-379))))
(((*1 *2 *3)
- (|partial| -12 (-4 *5 (-950 (-48))) (-4 *4 (-13 (-495) (-950 (-484))))
- (-4 *5 (-364 *4)) (-5 *2 (-348 (-1085 (-48)))) (-5 *1 (-378 *4 *5 *3))
- (-4 *3 (-1155 *5)))))
+ (|partial| -12 (-4 *5 (-951 (-48))) (-4 *4 (-13 (-496) (-951 (-485))))
+ (-4 *5 (-364 *4)) (-5 *2 (-348 (-1086 (-48)))) (-5 *1 (-378 *4 *5 *3))
+ (-4 *3 (-1156 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-4 *5 (-364 *4))
+ (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-4 *5 (-364 *4))
(-5 *2
- (-3 (|:| |overq| (-1085 (-350 (-484)))) (|:| |overan| (-1085 (-48)))
- (|:| -2640 (-85))))
- (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1155 *5)))))
+ (-3 (|:| |overq| (-1086 (-350 (-485)))) (|:| |overan| (-1086 (-48)))
+ (|:| -2641 (-85))))
+ (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1156 *5)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-495) (-950 (-484)))) (-4 *5 (-364 *4))
- (-5 *2 (-348 (-1085 (-350 (-484))))) (-5 *1 (-378 *4 *5 *3))
- (-4 *3 (-1155 *5)))))
+ (|partial| -12 (-4 *4 (-13 (-496) (-951 (-485)))) (-4 *5 (-364 *4))
+ (-5 *2 (-348 (-1086 (-350 (-485))))) (-5 *1 (-378 *4 *5 *3))
+ (-4 *3 (-1156 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-4 *5 (-364 *4)) (-5 *2 (-348 *3))
- (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1155 *5)))))
+ (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-4 *5 (-364 *4)) (-5 *2 (-348 *3))
+ (-5 *1 (-378 *4 *5 *3)) (-4 *3 (-1156 *5)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-377)))))
(((*1 *2)
- (-12 (-4 *3 (-13 (-495) (-950 (-484)))) (-5 *2 (-1185)) (-5 *1 (-376 *3 *4))
+ (-12 (-4 *3 (-13 (-496) (-951 (-485)))) (-5 *2 (-1186)) (-5 *1 (-376 *3 *4))
(-4 *4 (-364 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-495) (-950 (-484)))) (-5 *2 (-350 (-484)))
+ (-12 (-4 *4 (-13 (-496) (-951 (-485)))) (-5 *2 (-350 (-485)))
(-5 *1 (-376 *4 *3)) (-4 *3 (-364 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-550 *3)) (-4 *3 (-364 *5)) (-4 *5 (-13 (-495) (-950 (-484))))
- (-5 *2 (-1085 (-350 (-484)))) (-5 *1 (-376 *5 *3)))))
-(((*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))))
-(((*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))))
+ (-12 (-5 *4 (-551 *3)) (-4 *3 (-364 *5)) (-4 *5 (-13 (-496) (-951 (-485))))
+ (-5 *2 (-1086 (-350 (-485)))) (-5 *1 (-376 *5 *3)))))
+(((*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))))
+(((*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-374 *3 *2)) (-4 *2 (-364 *3)))))
(((*1 *1 *2 *3)
- (-12 (-5 *1 (-372 *3 *2)) (-4 *3 (-13 (-146) (-38 (-350 (-484)))))
- (-4 *2 (-13 (-756) (-21))))))
+ (-12 (-5 *1 (-372 *3 *2)) (-4 *3 (-13 (-146) (-38 (-350 (-485)))))
+ (-4 *2 (-13 (-757) (-21))))))
(((*1 *1 *2 *3)
- (-12 (-5 *1 (-372 *3 *2)) (-4 *3 (-13 (-146) (-38 (-350 (-484)))))
- (-4 *2 (-13 (-756) (-21))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-519 *3)) (-5 *1 (-371 *5 *3)) (-4 *3 (-13 (-1115) (-29 *5))))))
-(((*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-1013)) (-5 *2 (-694)))))
-(((*1 *1 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1013)) (-4 *2 (-320)))))
-(((*1 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-320)) (-4 *2 (-1013)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *1 (-366 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1115) (-364 *3)))
- (-14 *4 (-1090)) (-14 *5 *2)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-4 *2 (-13 (-27) (-1115) (-364 *3) (-10 -8 (-15 -3947 ($ *4)))))
- (-4 *4 (-755))
+ (-12 (-5 *1 (-372 *3 *2)) (-4 *3 (-13 (-146) (-38 (-350 (-485)))))
+ (-4 *2 (-13 (-757) (-21))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-520 *3)) (-5 *1 (-371 *5 *3)) (-4 *3 (-13 (-1116) (-29 *5))))))
+(((*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-1014)) (-5 *2 (-695)))))
+(((*1 *1 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-1014)) (-4 *2 (-320)))))
+(((*1 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-320)) (-4 *2 (-1014)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *1 (-366 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1116) (-364 *3)))
+ (-14 *4 (-1091)) (-14 *5 *2)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-4 *2 (-13 (-27) (-1116) (-364 *3) (-10 -8 (-15 -3948 ($ *4)))))
+ (-4 *4 (-756))
(-4 *5
- (-13 (-1158 *2 *4) (-312) (-1115)
- (-10 -8 (-15 -3759 ($ $)) (-15 -3813 ($ $)))))
- (-5 *1 (-367 *3 *2 *4 *5 *6 *7)) (-4 *6 (-896 *5)) (-14 *7 (-1090)))))
+ (-13 (-1159 *2 *4) (-312) (-1116)
+ (-10 -8 (-15 -3760 ($ $)) (-15 -3814 ($ $)))))
+ (-5 *1 (-367 *3 *2 *4 *5 *6 *7)) (-4 *6 (-897 *5)) (-14 *7 (-1091)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-85)) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-4 *3 (-13 (-27) (-1115) (-364 *6) (-10 -8 (-15 -3947 ($ *7)))))
- (-4 *7 (-755))
+ (-12 (-5 *4 (-85)) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-4 *3 (-13 (-27) (-1116) (-364 *6) (-10 -8 (-15 -3948 ($ *7)))))
+ (-4 *7 (-756))
(-4 *8
- (-13 (-1158 *3 *7) (-312) (-1115)
- (-10 -8 (-15 -3759 ($ $)) (-15 -3813 ($ $)))))
+ (-13 (-1159 *3 *7) (-312) (-1116)
+ (-10 -8 (-15 -3760 ($ $)) (-15 -3814 ($ $)))))
(-5 *2
(-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073))))))
- (-5 *1 (-367 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1073)) (-4 *9 (-896 *8))
- (-14 *10 (-1090)))))
+ (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074))))))
+ (-5 *1 (-367 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1074)) (-4 *9 (-897 *8))
+ (-14 *10 (-1091)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-85)) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-4 *3 (-13 (-27) (-1115) (-364 *6) (-10 -8 (-15 -3947 ($ *7)))))
- (-4 *7 (-755))
+ (-12 (-5 *4 (-85)) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-4 *3 (-13 (-27) (-1116) (-364 *6) (-10 -8 (-15 -3948 ($ *7)))))
+ (-4 *7 (-756))
(-4 *8
- (-13 (-1158 *3 *7) (-312) (-1115)
- (-10 -8 (-15 -3759 ($ $)) (-15 -3813 ($ $)))))
+ (-13 (-1159 *3 *7) (-312) (-1116)
+ (-10 -8 (-15 -3760 ($ $)) (-15 -3814 ($ $)))))
(-5 *2
(-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073))))))
- (-5 *1 (-367 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1073)) (-4 *9 (-896 *8))
- (-14 *10 (-1090)))))
+ (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074))))))
+ (-5 *1 (-367 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1074)) (-4 *9 (-897 *8))
+ (-14 *10 (-1091)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485))))
(-5 *2
(-3 (|:| |%expansion| (-264 *5 *3 *6 *7))
- (|:| |%problem| (-2 (|:| |func| (-1073)) (|:| |prob| (-1073))))))
- (-5 *1 (-366 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1115) (-364 *5)))
- (-14 *6 (-1090)) (-14 *7 *3))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)) (-5 *2 (-85))))
- ((*1 *2 *1) (-12 (-4 *1 (-364 *3)) (-4 *3 (-1013)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *3 (-716)) (-4 *2 (-961))))
- ((*1 *2 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1013)))))
+ (|:| |%problem| (-2 (|:| |func| (-1074)) (|:| |prob| (-1074))))))
+ (-5 *1 (-366 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1116) (-364 *5)))
+ (-14 *6 (-1091)) (-14 *7 *3))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-277 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)) (-5 *2 (-85))))
+ ((*1 *2 *1) (-12 (-4 *1 (-364 *3)) (-4 *3 (-1014)) (-5 *2 (-85)))))
+(((*1 *2 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *3 (-717)) (-4 *2 (-962))))
+ ((*1 *2 *1) (-12 (-4 *1 (-364 *2)) (-4 *2 (-1014)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1090)) (-5 *3 (-583 *1)) (-4 *1 (-364 *4)) (-4 *4 (-1013))))
+ (-12 (-5 *2 (-1091)) (-5 *3 (-584 *1)) (-4 *1 (-364 *4)) (-4 *4 (-1014))))
((*1 *1 *2 *1 *1 *1 *1)
- (-12 (-5 *2 (-1090)) (-4 *1 (-364 *3)) (-4 *3 (-1013))))
- ((*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1090)) (-4 *1 (-364 *3)) (-4 *3 (-1013))))
- ((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1090)) (-4 *1 (-364 *3)) (-4 *3 (-1013))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1090)) (-4 *1 (-364 *3)) (-4 *3 (-1013)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1013))
- (-5 *2 (-2 (|:| -3955 (-484)) (|:| |var| (-550 *1)))) (-4 *1 (-364 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-348 *3)) (-4 *3 (-495)) (-5 *1 (-362 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-312)) (-4 *1 (-280 *3))))
+ (-12 (-5 *2 (-1091)) (-4 *1 (-364 *3)) (-4 *3 (-1014))))
+ ((*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1091)) (-4 *1 (-364 *3)) (-4 *3 (-1014))))
+ ((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1091)) (-4 *1 (-364 *3)) (-4 *3 (-1014))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1091)) (-4 *1 (-364 *3)) (-4 *3 (-1014)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1014))
+ (-5 *2 (-2 (|:| -3956 (-485)) (|:| |var| (-551 *1)))) (-4 *1 (-364 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-348 *3)) (-4 *3 (-496)) (-5 *1 (-362 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-312)) (-4 *1 (-280 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1179 *3)) (-4 *3 (-1155 *4)) (-4 *4 (-1134))
- (-4 *1 (-291 *4 *3 *5)) (-4 *5 (-1155 (-350 *3)))))
+ (-12 (-5 *2 (-1180 *3)) (-4 *3 (-1156 *4)) (-4 *4 (-1135))
+ (-4 *1 (-291 *4 *3 *5)) (-4 *5 (-1156 (-350 *3)))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1179 *4)) (-5 *3 (-1179 *1)) (-4 *4 (-146)) (-4 *1 (-316 *4))))
+ (-12 (-5 *2 (-1180 *4)) (-5 *3 (-1180 *1)) (-4 *4 (-146)) (-4 *1 (-316 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1179 *4)) (-5 *3 (-1179 *1)) (-4 *4 (-146))
- (-4 *1 (-322 *4 *5)) (-4 *5 (-1155 *4))))
+ (-12 (-5 *2 (-1180 *4)) (-5 *3 (-1180 *1)) (-4 *4 (-146))
+ (-4 *1 (-322 *4 *5)) (-4 *5 (-1156 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-1179 *3)) (-4 *3 (-146)) (-4 *1 (-353 *3 *4))
- (-4 *4 (-1155 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1179 *3)) (-4 *3 (-146)) (-4 *1 (-361 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *2)) (-4 *2 (-146))))
+ (-12 (-5 *2 (-1180 *3)) (-4 *3 (-146)) (-4 *1 (-353 *3 *4))
+ (-4 *4 (-1156 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1180 *3)) (-4 *3 (-146)) (-4 *1 (-361 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *2)) (-4 *2 (-146))))
((*1 *2) (-12 (-4 *2 (-146)) (-5 *1 (-360 *3 *2)) (-4 *3 (-361 *2))))
((*1 *2) (-12 (-4 *1 (-361 *2)) (-4 *2 (-146)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *2)) (-4 *2 (-146))))
+(((*1 *2 *3) (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *2)) (-4 *2 (-146))))
((*1 *2) (-12 (-4 *2 (-146)) (-5 *1 (-360 *3 *2)) (-4 *3 (-361 *2))))
((*1 *2) (-12 (-4 *1 (-361 *2)) (-4 *2 (-146)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4))))
((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-630 *4)) (-5 *1 (-360 *3 *4))
+ (-12 (-4 *4 (-146)) (-5 *2 (-631 *4)) (-5 *1 (-360 *3 *4))
(-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-630 *3)))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-631 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4))))
((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-630 *4)) (-5 *1 (-360 *3 *4))
+ (-12 (-4 *4 (-146)) (-5 *2 (-631 *4)) (-5 *1 (-360 *3 *4))
(-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-630 *3)))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-631 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-630 *3)))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-631 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-630 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-630 *3)))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-316 *4)) (-4 *4 (-146)) (-5 *2 (-631 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-146)) (-5 *2 (-631 *3)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-356 *3 *4 *5 *6)) (-4 *6 (-950 *4)) (-4 *3 (-258))
- (-4 *4 (-904 *3)) (-4 *5 (-1155 *4)) (-4 *6 (-353 *4 *5))
- (-14 *7 (-1179 *6)) (-5 *1 (-358 *3 *4 *5 *6 *7))))
+ (-12 (-5 *2 (-356 *3 *4 *5 *6)) (-4 *6 (-951 *4)) (-4 *3 (-258))
+ (-4 *4 (-905 *3)) (-4 *5 (-1156 *4)) (-4 *6 (-353 *4 *5))
+ (-14 *7 (-1180 *6)) (-5 *1 (-358 *3 *4 *5 *6 *7))))
((*1 *1 *2)
- (-12 (-5 *2 (-1179 *6)) (-4 *6 (-353 *4 *5)) (-4 *4 (-904 *3))
- (-4 *5 (-1155 *4)) (-4 *3 (-258)) (-5 *1 (-358 *3 *4 *5 *6 *7))
+ (-12 (-5 *2 (-1180 *6)) (-4 *6 (-353 *4 *5)) (-4 *4 (-905 *3))
+ (-4 *5 (-1156 *4)) (-4 *3 (-258)) (-5 *1 (-358 *3 *4 *5 *6 *7))
(-14 *7 *2))))
(((*1 *1 *1)
- (-12 (-4 *2 (-258)) (-4 *3 (-904 *2)) (-4 *4 (-1155 *3))
- (-5 *1 (-356 *2 *3 *4 *5)) (-4 *5 (-13 (-353 *3 *4) (-950 *3))))))
+ (-12 (-4 *2 (-258)) (-4 *3 (-905 *2)) (-4 *4 (-1156 *3))
+ (-5 *1 (-356 *2 *3 *4 *5)) (-4 *5 (-13 (-353 *3 *4) (-951 *3))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-694)) (-5 *4 (-1179 *2)) (-4 *5 (-258)) (-4 *6 (-904 *5))
- (-4 *2 (-13 (-353 *6 *7) (-950 *6))) (-5 *1 (-356 *5 *6 *7 *2))
- (-4 *7 (-1155 *6)))))
+ (-12 (-5 *3 (-695)) (-5 *4 (-1180 *2)) (-4 *5 (-258)) (-4 *6 (-905 *5))
+ (-4 *2 (-13 (-353 *6 *7) (-951 *6))) (-5 *1 (-356 *5 *6 *7 *2))
+ (-4 *7 (-1156 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146))
- (-4 *5 (-1155 *4)) (-5 *2 (-630 *4))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146))
+ (-4 *5 (-1156 *4)) (-5 *2 (-631 *4))))
((*1 *2)
- (-12 (-4 *4 (-146)) (-4 *5 (-1155 *4)) (-5 *2 (-630 *4))
+ (-12 (-4 *4 (-146)) (-4 *5 (-1156 *4)) (-5 *2 (-631 *4))
(-5 *1 (-352 *3 *4 *5)) (-4 *3 (-353 *4 *5))))
((*1 *2)
- (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1155 *3))
- (-5 *2 (-630 *3)))))
+ (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1156 *3))
+ (-5 *2 (-631 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1179 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146))
- (-4 *5 (-1155 *4)) (-5 *2 (-630 *4))))
+ (-12 (-5 *3 (-1180 *1)) (-4 *1 (-322 *4 *5)) (-4 *4 (-146))
+ (-4 *5 (-1156 *4)) (-5 *2 (-631 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1155 *3))
- (-5 *2 (-630 *3)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-348 *2)) (-4 *2 (-495)))))
+ (-12 (-4 *1 (-353 *3 *4)) (-4 *3 (-146)) (-4 *4 (-1156 *3))
+ (-5 *2 (-631 *3)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-348 *2)) (-4 *2 (-496)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| |gen| *3) (|:| -3944 (-484))))) (-5 *1 (-310 *3))
- (-4 *3 (-1013))))
+ (-12 (-5 *2 (-584 (-2 (|:| |gen| *3) (|:| -3945 (-485))))) (-5 *1 (-310 *3))
+ (-4 *3 (-1014))))
((*1 *2 *1)
- (-12 (-4 *1 (-336 *3)) (-4 *3 (-1013))
- (-5 *2 (-583 (-2 (|:| |gen| *3) (|:| -3944 (-694)))))))
+ (-12 (-4 *1 (-336 *3)) (-4 *3 (-1014))
+ (-5 *2 (-584 (-2 (|:| |gen| *3) (|:| -3945 (-695)))))))
((*1 *2 *1)
- (-12 (-5 *2 (-583 (-2 (|:| -3733 *3) (|:| -2401 (-484))))) (-5 *1 (-348 *3))
- (-4 *3 (-495)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-348 *2)) (-4 *2 (-495)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-348 *3)) (-4 *3 (-495)))))
+ (-12 (-5 *2 (-584 (-2 (|:| -3734 *3) (|:| -2402 (-485))))) (-5 *1 (-348 *3))
+ (-4 *3 (-496)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-348 *2)) (-4 *2 (-496)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-348 *3)) (-4 *3 (-496)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-348 *4)) (-4 *4 (-495)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-348 *2)) (-4 *2 (-495)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-484)) (-5 *1 (-348 *2)) (-4 *2 (-495)))))
+ (-12 (-5 *3 (-485)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-348 *4)) (-4 *4 (-496)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-348 *2)) (-4 *2 (-496)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-485)) (-5 *1 (-348 *2)) (-4 *2 (-496)))))
(((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-484)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-348 *2)) (-4 *2 (-495)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-330))) (-5 *1 (-221))))
- ((*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-495)) (-4 *2 (-146))))
- ((*1 *2 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-495)))))
-(((*1 *1 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-495)))))
-(((*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-484)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-694)) (-5 *3 (-85)) (-5 *1 (-81))))
- ((*1 *2 *2) (-12 (-5 *2 (-830)) (|has| *1 (-6 -3987)) (-4 *1 (-347))))
- ((*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-830)))))
-(((*1 *2 *2) (-12 (-5 *2 (-830)) (|has| *1 (-6 -3987)) (-4 *1 (-347))))
- ((*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-830)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-484)) (|has| *1 (-6 -3987)) (-4 *1 (-347)) (-5 *2 (-830)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-484)) (|has| *1 (-6 -3987)) (-4 *1 (-347)) (-5 *2 (-830)))))
-(((*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-694))))
- ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-345)) (-5 *2 (-694)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-345)) (-5 *2 (-694))))
+ (-12 (-5 *3 (-485)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-348 *2)) (-4 *2 (-496)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-330))) (-5 *1 (-221))))
+ ((*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-496)) (-4 *2 (-146))))
+ ((*1 *2 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-496)))))
+(((*1 *1 *1) (-12 (-5 *1 (-348 *2)) (-4 *2 (-496)))))
+(((*1 *2 *1) (-12 (-4 *1 (-347)) (-5 *2 (-485)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-695)) (-5 *3 (-85)) (-5 *1 (-81))))
+ ((*1 *2 *2) (-12 (-5 *2 (-831)) (|has| *1 (-6 -3988)) (-4 *1 (-347))))
+ ((*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-831)))))
+(((*1 *2 *2) (-12 (-5 *2 (-831)) (|has| *1 (-6 -3988)) (-4 *1 (-347))))
+ ((*1 *2) (-12 (-4 *1 (-347)) (-5 *2 (-831)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-485)) (|has| *1 (-6 -3988)) (-4 *1 (-347)) (-5 *2 (-831)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-485)) (|has| *1 (-6 -3988)) (-4 *1 (-347)) (-5 *2 (-831)))))
+(((*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-695))))
+ ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-345)) (-5 *2 (-695)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-345)) (-5 *2 (-695))))
((*1 *1 *1) (-4 *1 (-345))))
(((*1 *1 *2)
- (-12 (-5 *2 (-350 *4)) (-4 *4 (-1155 *3)) (-4 *3 (-13 (-312) (-120)))
+ (-12 (-5 *2 (-350 *4)) (-4 *4 (-1156 *3)) (-4 *3 (-13 (-312) (-120)))
(-5 *1 (-342 *3 *4)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1155 *3)) (-5 *1 (-342 *3 *2)) (-4 *3 (-13 (-312) (-120))))))
+ (-12 (-4 *2 (-1156 *3)) (-5 *1 (-342 *3 *2)) (-4 *3 (-13 (-312) (-120))))))
(((*1 *2 *1)
(-12 (-4 *3 (-13 (-312) (-120)))
- (-5 *2 (-583 (-2 (|:| -2401 (-694)) (|:| -3774 *4) (|:| |num| *4))))
- (-5 *1 (-342 *3 *4)) (-4 *4 (-1155 *3)))))
+ (-5 *2 (-584 (-2 (|:| -2402 (-695)) (|:| -3775 *4) (|:| |num| *4))))
+ (-5 *1 (-342 *3 *4)) (-4 *4 (-1156 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-772)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 (-694)) (-14 *4 (-694))
+ (-12 (-5 *2 (-773)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 (-695)) (-14 *4 (-695))
(-4 *5 (-146)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-772)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 (-694)) (-14 *4 (-694))
+ (-12 (-5 *2 (-773)) (-5 *1 (-340 *3 *4 *5)) (-14 *3 (-695)) (-14 *4 (-695))
(-4 *5 (-146)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1073)) (-4 *1 (-339)))))
-(((*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1073)))))
-(((*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1073)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1074)) (-4 *1 (-339)))))
+(((*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1074)))))
+(((*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-1074)))))
(((*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-85)))))
(((*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-85)))))
(((*1 *2 *1) (-12 (-4 *1 (-339)) (-5 *2 (-85)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1013)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1013)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1014)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-336 *2)) (-4 *2 (-1014)))))
(((*1 *2 *1 *1)
- (-12 (-4 *3 (-1013)) (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1)))
+ (-12 (-4 *3 (-1014)) (-5 *2 (-2 (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1)))
(-4 *1 (-336 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-961)) (-4 *4 (-1013))
+ (-12 (-4 *1 (-335 *3 *4)) (-4 *3 (-962)) (-4 *4 (-1014))
(-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-583 (-350 (-857 (-484))))) (-5 *4 (-583 (-1090)))
- (-5 *2 (-583 (-583 *5))) (-5 *1 (-332 *5)) (-4 *5 (-13 (-755) (-312)))))
+ (-12 (-5 *3 (-584 (-350 (-858 (-485))))) (-5 *4 (-584 (-1091)))
+ (-5 *2 (-584 (-584 *5))) (-5 *1 (-332 *5)) (-4 *5 (-13 (-756) (-312)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 (-484)))) (-5 *2 (-583 *4)) (-5 *1 (-332 *4))
- (-4 *4 (-13 (-755) (-312))))))
+ (-12 (-5 *3 (-350 (-858 (-485)))) (-5 *2 (-584 *4)) (-5 *1 (-332 *4))
+ (-4 *4 (-13 (-756) (-312))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 (-142 (-484))))) (-5 *2 (-583 (-142 *4)))
- (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-755)))))
+ (-12 (-5 *3 (-350 (-858 (-142 (-485))))) (-5 *2 (-584 (-142 *4)))
+ (-5 *1 (-331 *4)) (-4 *4 (-13 (-312) (-756)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-583 (-350 (-857 (-142 (-484)))))) (-5 *4 (-583 (-1090)))
- (-5 *2 (-583 (-583 (-142 *5)))) (-5 *1 (-331 *5))
- (-4 *5 (-13 (-312) (-755))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-350 (-857 (-142 (-484))))))
- (-5 *2 (-583 (-583 (-249 (-857 (-142 *4)))))) (-5 *1 (-331 *4))
- (-4 *4 (-13 (-312) (-755)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-249 (-350 (-857 (-142 (-484)))))))
- (-5 *2 (-583 (-583 (-249 (-857 (-142 *4)))))) (-5 *1 (-331 *4))
- (-4 *4 (-13 (-312) (-755)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 (-857 (-142 (-484)))))
- (-5 *2 (-583 (-249 (-857 (-142 *4))))) (-5 *1 (-331 *4))
- (-4 *4 (-13 (-312) (-755)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-249 (-350 (-857 (-142 (-484))))))
- (-5 *2 (-583 (-249 (-857 (-142 *4))))) (-5 *1 (-331 *4))
- (-4 *4 (-13 (-312) (-755))))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-484)) (-5 *1 (-330)))))
-(((*1 *2 *1 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-350 (-484))) (-5 *1 (-179))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *2 (-350 (-484))) (-5 *1 (-179))))
- ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-694)) (-5 *2 (-350 (-484))) (-5 *1 (-330))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-694)) (-5 *2 (-350 (-484))) (-5 *1 (-330)))))
+ (-12 (-5 *3 (-584 (-350 (-858 (-142 (-485)))))) (-5 *4 (-584 (-1091)))
+ (-5 *2 (-584 (-584 (-142 *5)))) (-5 *1 (-331 *5))
+ (-4 *5 (-13 (-312) (-756))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-350 (-858 (-142 (-485))))))
+ (-5 *2 (-584 (-584 (-249 (-858 (-142 *4)))))) (-5 *1 (-331 *4))
+ (-4 *4 (-13 (-312) (-756)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-584 (-249 (-350 (-858 (-142 (-485)))))))
+ (-5 *2 (-584 (-584 (-249 (-858 (-142 *4)))))) (-5 *1 (-331 *4))
+ (-4 *4 (-13 (-312) (-756)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-350 (-858 (-142 (-485)))))
+ (-5 *2 (-584 (-249 (-858 (-142 *4))))) (-5 *1 (-331 *4))
+ (-4 *4 (-13 (-312) (-756)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-249 (-350 (-858 (-142 (-485))))))
+ (-5 *2 (-584 (-249 (-858 (-142 *4))))) (-5 *1 (-331 *4))
+ (-4 *4 (-13 (-312) (-756))))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-485)) (-5 *1 (-330)))))
+(((*1 *2 *1 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-350 (-485))) (-5 *1 (-179))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *2 (-350 (-485))) (-5 *1 (-179))))
+ ((*1 *2 *1 *3 *3) (-12 (-5 *3 (-695)) (-5 *2 (-350 (-485))) (-5 *1 (-330))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-695)) (-5 *2 (-350 (-485))) (-5 *1 (-330)))))
(((*1 *1 *1) (-5 *1 (-179))) ((*1 *1 *1) (-5 *1 (-330)))
((*1 *1) (-5 *1 (-330))))
(((*1 *1 *1) (-5 *1 (-179))) ((*1 *1 *1) (-5 *1 (-330)))
((*1 *1) (-5 *1 (-330))))
(((*1 *1) (-5 *1 (-179))) ((*1 *1) (-5 *1 (-330))))
-(((*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-330))))
- ((*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-330)))))
-(((*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-330))))
- ((*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-330)))))
-(((*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-330))))
- ((*1 *2) (-12 (-5 *2 (-1185)) (-5 *1 (-330)))))
-(((*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1185)) (-5 *1 (-330)))))
+(((*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-330))))
+ ((*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-330)))))
+(((*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-330))))
+ ((*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-330)))))
+(((*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-330))))
+ ((*1 *2) (-12 (-5 *2 (-1186)) (-5 *1 (-330)))))
+(((*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1186)) (-5 *1 (-330)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1129)) (-5 *1 (-327 *4 *2))
- (-4 *2 (-13 (-324 *4) (-1035 *4))))))
+ (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-327 *4 *2))
+ (-4 *2 (-13 (-324 *4) (-1036 *4))))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1129)) (-5 *1 (-327 *4 *2))
- (-4 *2 (-13 (-324 *4) (-1035 *4))))))
+ (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-327 *4 *2))
+ (-4 *2 (-13 (-324 *4) (-1036 *4))))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1129)) (-5 *1 (-327 *4 *2))
- (-4 *2 (-13 (-324 *4) (-1035 *4))))))
+ (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-327 *4 *2))
+ (-4 *2 (-13 (-324 *4) (-1036 *4))))))
(((*1 *1 *2)
- (-12 (-5 *2 (-614 *3)) (-4 *3 (-756)) (-4 *1 (-326 *3 *4)) (-4 *4 (-146)))))
+ (-12 (-5 *2 (-615 *3)) (-4 *3 (-757)) (-4 *1 (-326 *3 *4)) (-4 *4 (-146)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-324 *3)) (-4 *3 (-1129)) (-4 *3 (-756)) (-5 *2 (-85))))
+ (-12 (-4 *1 (-324 *3)) (-4 *3 (-1130)) (-4 *3 (-757)) (-5 *2 (-85))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *1 (-324 *4)) (-4 *4 (-1129))
+ (-12 (-5 *3 (-1 (-85) *4 *4)) (-4 *1 (-324 *4)) (-4 *4 (-1130))
(-5 *2 (-85)))))
(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-484)) (-4 *1 (-1035 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1129)))))
+ (-12 (-5 *2 (-485)) (-4 *1 (-1036 *3)) (-4 *1 (-324 *3)) (-4 *3 (-1130)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1035 *2)) (-4 *1 (-324 *2)) (-4 *2 (-1129)) (-4 *2 (-756))))
+ (-12 (-4 *1 (-1036 *2)) (-4 *1 (-324 *2)) (-4 *2 (-1130)) (-4 *2 (-757))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-1035 *3)) (-4 *1 (-324 *3))
- (-4 *3 (-1129)))))
+ (-12 (-5 *2 (-1 (-85) *3 *3)) (-4 *1 (-1036 *3)) (-4 *1 (-324 *3))
+ (-4 *3 (-1130)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1129)) (-5 *2 (-85)))))
+ (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1130)) (-5 *2 (-85)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1129)) (-5 *2 (-85)))))
+ (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1130)) (-5 *2 (-85)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-318 *3)) (-4 *3 (-1129)) (-4 *3 (-72)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-318 *3)) (-4 *3 (-1130)) (-4 *3 (-72)) (-5 *2 (-695))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1129)) (-5 *2 (-694)))))
-(((*1 *2) (-12 (-4 *3 (-146)) (-5 *2 (-1179 *1)) (-4 *1 (-316 *3)))))
+ (-12 (-5 *3 (-1 (-85) *4)) (-4 *1 (-318 *4)) (-4 *4 (-1130)) (-5 *2 (-695)))))
+(((*1 *2) (-12 (-4 *3 (-146)) (-5 *2 (-1180 *1)) (-4 *1 (-316 *3)))))
(((*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))))
(((*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))))
(((*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))))
(((*1 *2 *1) (-12 (-4 *1 (-316 *2)) (-4 *2 (-146)))))
-(((*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-1085 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-1085 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-1086 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-1086 *3)))))
(((*1 *2)
(-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4))))
((*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))))
@@ -11960,1175 +11960,1175 @@
(-12 (-4 *4 (-146)) (-5 *2 (-85)) (-5 *1 (-315 *3 *4)) (-4 *3 (-316 *4))))
((*1 *2) (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-5 *2 (-85)))))
(((*1 *2)
- (-12 (-4 *4 (-146)) (-5 *2 (-583 (-1179 *4))) (-5 *1 (-315 *3 *4))
+ (-12 (-4 *4 (-146)) (-5 *2 (-584 (-1180 *4))) (-5 *1 (-315 *3 *4))
(-4 *3 (-316 *4))))
((*1 *2)
- (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-495))
- (-5 *2 (-583 (-1179 *3))))))
+ (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-496))
+ (-5 *2 (-584 (-1180 *3))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-495)) (-5 *2 (-1085 *3)))))
+ (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-496)) (-5 *2 (-1086 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-495)) (-5 *2 (-1085 *3)))))
-(((*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-495)) (-4 *2 (-146)))))
-(((*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-495)) (-4 *2 (-146)))))
+ (-12 (-4 *1 (-316 *3)) (-4 *3 (-146)) (-4 *3 (-496)) (-5 *2 (-1086 *3)))))
+(((*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-496)) (-4 *2 (-146)))))
+(((*1 *1) (|partial| -12 (-4 *1 (-316 *2)) (-4 *2 (-496)) (-4 *2 (-146)))))
(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1073)) (-4 *1 (-314 *2 *4)) (-4 *2 (-1013)) (-4 *4 (-1013))))
- ((*1 *1 *2) (-12 (-4 *1 (-314 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))))
+ (-12 (-5 *3 (-1074)) (-4 *1 (-314 *2 *4)) (-4 *2 (-1014)) (-4 *4 (-1014))))
+ ((*1 *1 *2) (-12 (-4 *1 (-314 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1073)) (-4 *1 (-314 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)))))
+ (-12 (-5 *2 (-1074)) (-4 *1 (-314 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)))))
(((*1 *1 *1) (-4 *1 (-147)))
- ((*1 *1 *1) (-12 (-4 *1 (-314 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-1013)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-314 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-1014)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-314 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013)) (-5 *2 (-1073)))))
-(((*1 *2 *1) (-12 (-4 *1 (-314 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1013)))))
-(((*1 *2 *1 *2) (-12 (-4 *1 (-314 *3 *2)) (-4 *3 (-1013)) (-4 *2 (-1013)))))
+ (-12 (-4 *1 (-314 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014)) (-5 *2 (-1074)))))
+(((*1 *2 *1) (-12 (-4 *1 (-314 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1014)))))
+(((*1 *2 *1 *2) (-12 (-4 *1 (-314 *3 *2)) (-4 *3 (-1014)) (-4 *2 (-1014)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1085 *4)) (-4 *4 (-299))
+ (-12 (-5 *3 (-1086 *4)) (-4 *4 (-299))
(-4 *2
(-13 (-345)
- (-10 -7 (-15 -3947 (*2 *4)) (-15 -2010 ((-830) *2))
- (-15 -2012 ((-1179 *2) (-830))) (-15 -3929 (*2 *2)))))
+ (-10 -7 (-15 -3948 (*2 *4)) (-15 -2011 ((-831) *2))
+ (-15 -2013 ((-1180 *2) (-831))) (-15 -3930 (*2 *2)))))
(-5 *1 (-306 *2 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-299)) (-5 *2 (-869 (-1085 *4))) (-5 *1 (-305 *4))
- (-5 *3 (-1085 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
+ (-12 (-4 *4 (-299)) (-5 *2 (-870 (-1086 *4))) (-5 *1 (-305 *4))
+ (-5 *3 (-1086 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
+ (|partial| -12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
+ (|partial| -12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
+ (|partial| -12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
+ (|partial| -12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1085 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
+ (|partial| -12 (-5 *2 (-1086 *3)) (-4 *3 (-299)) (-5 *1 (-305 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-830)) (-5 *2 (-1085 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))))
-(((*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-305 *3)) (-4 *3 (-299)))))
-(((*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-305 *3)) (-4 *3 (-299)))))
-(((*1 *2 *2) (-12 (-5 *2 (-830)) (-5 *1 (-305 *3)) (-4 *3 (-299)))))
+ (-12 (-5 *3 (-831)) (-5 *2 (-1086 *4)) (-5 *1 (-305 *4)) (-4 *4 (-299)))))
+(((*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-305 *3)) (-4 *3 (-299)))))
+(((*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-305 *3)) (-4 *3 (-299)))))
+(((*1 *2 *2) (-12 (-5 *2 (-831)) (-5 *1 (-305 *3)) (-4 *3 (-299)))))
(((*1 *2 *1) (-12 (-4 *1 (-299)) (-5 *2 (-85))))
((*1 *2 *3)
- (-12 (-5 *3 (-1085 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-305 *4)))))
+ (-12 (-5 *3 (-1086 *4)) (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-305 *4)))))
(((*1 *2)
- (-12 (-5 *2 (-1179 (-583 (-2 (|:| -3403 (-817 *3)) (|:| -2400 (-1033))))))
- (-5 *1 (-301 *3 *4)) (-14 *3 (-830)) (-14 *4 (-830))))
+ (-12 (-5 *2 (-1180 (-584 (-2 (|:| -3404 (-818 *3)) (|:| -2401 (-1034))))))
+ (-5 *1 (-301 *3 *4)) (-14 *3 (-831)) (-14 *4 (-831))))
((*1 *2)
- (-12 (-5 *2 (-1179 (-583 (-2 (|:| -3403 *3) (|:| -2400 (-1033))))))
- (-5 *1 (-302 *3 *4)) (-4 *3 (-299)) (-14 *4 (-3 (-1085 *3) *2))))
+ (-12 (-5 *2 (-1180 (-584 (-2 (|:| -3404 *3) (|:| -2401 (-1034))))))
+ (-5 *1 (-302 *3 *4)) (-4 *3 (-299)) (-14 *4 (-3 (-1086 *3) *2))))
((*1 *2)
- (-12 (-5 *2 (-1179 (-583 (-2 (|:| -3403 *3) (|:| -2400 (-1033))))))
- (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-830)))))
+ (-12 (-5 *2 (-1180 (-584 (-2 (|:| -3404 *3) (|:| -2401 (-1034))))))
+ (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-831)))))
(((*1 *2)
- (-12 (-5 *2 (-630 (-817 *3))) (-5 *1 (-301 *3 *4)) (-14 *3 (-830))
- (-14 *4 (-830))))
+ (-12 (-5 *2 (-631 (-818 *3))) (-5 *1 (-301 *3 *4)) (-14 *3 (-831))
+ (-14 *4 (-831))))
((*1 *2)
- (-12 (-5 *2 (-630 *3)) (-5 *1 (-302 *3 *4)) (-4 *3 (-299))
+ (-12 (-5 *2 (-631 *3)) (-5 *1 (-302 *3 *4)) (-4 *3 (-299))
(-14 *4
- (-3 (-1085 *3) (-1179 (-583 (-2 (|:| -3403 *3) (|:| -2400 (-1033)))))))))
+ (-3 (-1086 *3) (-1180 (-584 (-2 (|:| -3404 *3) (|:| -2401 (-1034)))))))))
((*1 *2)
- (-12 (-5 *2 (-630 *3)) (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-830)))))
+ (-12 (-5 *2 (-631 *3)) (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-831)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033))))))
- (-4 *4 (-299)) (-5 *2 (-694)) (-5 *1 (-296 *4))))
+ (-12 (-5 *3 (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034))))))
+ (-4 *4 (-299)) (-5 *2 (-695)) (-5 *1 (-296 *4))))
((*1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-301 *3 *4)) (-14 *3 (-830)) (-14 *4 (-830))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-301 *3 *4)) (-14 *3 (-831)) (-14 *4 (-831))))
((*1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-302 *3 *4)) (-4 *3 (-299))
+ (-12 (-5 *2 (-695)) (-5 *1 (-302 *3 *4)) (-4 *3 (-299))
(-14 *4
- (-3 (-1085 *3) (-1179 (-583 (-2 (|:| -3403 *3) (|:| -2400 (-1033)))))))))
+ (-3 (-1086 *3) (-1180 (-584 (-2 (|:| -3404 *3) (|:| -2401 (-1034)))))))))
((*1 *2)
- (-12 (-5 *2 (-694)) (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-830)))))
+ (-12 (-5 *2 (-695)) (-5 *1 (-303 *3 *4)) (-4 *3 (-299)) (-14 *4 (-831)))))
(((*1 *2)
(-12 (-4 *1 (-299))
- (-5 *2 (-583 (-2 (|:| -3733 (-484)) (|:| -2401 (-484))))))))
-(((*1 *2 *3) (-12 (-4 *1 (-299)) (-5 *3 (-484)) (-5 *2 (-1102 (-830) (-694))))))
+ (-5 *2 (-584 (-2 (|:| -3734 (-485)) (|:| -2402 (-485))))))))
+(((*1 *2 *3) (-12 (-4 *1 (-299)) (-5 *3 (-485)) (-5 *2 (-1103 (-831) (-695))))))
(((*1 *1) (-4 *1 (-299))))
(((*1 *2)
(-12 (-4 *1 (-299)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
(((*1 *2 *3)
- (-12 (-5 *3 (-830))
+ (-12 (-5 *3 (-831))
(-5 *2
- (-3 (-1085 *4) (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033)))))))
+ (-3 (-1086 *4) (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034)))))))
(-5 *1 (-296 *4)) (-4 *4 (-299)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-830))
- (-5 *2 (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033))))))
+ (|partial| -12 (-5 *3 (-831))
+ (-5 *2 (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034))))))
(-5 *1 (-296 *4)) (-4 *4 (-299)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033))))))
- (-4 *4 (-299)) (-5 *2 (-630 *4)) (-5 *1 (-296 *4)))))
+ (-12 (-5 *3 (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034))))))
+ (-4 *4 (-299)) (-5 *2 (-631 *4)) (-5 *1 (-296 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1085 *4)) (-4 *4 (-299))
- (-5 *2 (-1179 (-583 (-2 (|:| -3403 *4) (|:| -2400 (-1033))))))
+ (-12 (-5 *3 (-1086 *4)) (-4 *4 (-299))
+ (-5 *2 (-1180 (-584 (-2 (|:| -3404 *4) (|:| -2401 (-1034))))))
(-5 *1 (-296 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1085 *4)) (-4 *4 (-299)) (-5 *2 (-869 (-1033)))
+ (-12 (-5 *3 (-1086 *4)) (-4 *4 (-299)) (-5 *2 (-870 (-1034)))
(-5 *1 (-296 *4)))))
(((*1 *2)
- (-12 (-5 *2 (-869 (-1033))) (-5 *1 (-293 *3 *4)) (-14 *3 (-830))
- (-14 *4 (-830))))
+ (-12 (-5 *2 (-870 (-1034))) (-5 *1 (-293 *3 *4)) (-14 *3 (-831))
+ (-14 *4 (-831))))
((*1 *2)
- (-12 (-5 *2 (-869 (-1033))) (-5 *1 (-294 *3 *4)) (-4 *3 (-299))
- (-14 *4 (-1085 *3))))
+ (-12 (-5 *2 (-870 (-1034))) (-5 *1 (-294 *3 *4)) (-4 *3 (-299))
+ (-14 *4 (-1086 *3))))
((*1 *2)
- (-12 (-5 *2 (-869 (-1033))) (-5 *1 (-295 *3 *4)) (-4 *3 (-299))
- (-14 *4 (-830)))))
+ (-12 (-5 *2 (-870 (-1034))) (-5 *1 (-295 *3 *4)) (-4 *3 (-299))
+ (-14 *4 (-831)))))
(((*1 *2)
- (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5)))
- (-5 *2 (-694)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6))))
+ (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5)))
+ (-5 *2 (-695)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-694)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-695)))))
(((*1 *2)
- (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5)))
+ (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5)))
(-5 *2 (-85)) (-5 *1 (-290 *3 *4 *5 *6)) (-4 *3 (-291 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))))
(((*1 *2 *3 *3)
- (-12 (-4 *3 (-1134)) (-4 *5 (-1155 *3)) (-4 *6 (-1155 (-350 *5)))
+ (-12 (-4 *3 (-1135)) (-4 *5 (-1156 *3)) (-4 *6 (-1156 (-350 *5)))
(-5 *2 (-85)) (-5 *1 (-290 *4 *3 *5 *6)) (-4 *4 (-291 *3 *5 *6))))
((*1 *2 *3 *3)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))))
(((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1155 *4))
- (-4 *5 (-1155 (-350 *3))) (-5 *2 (-85))))
+ (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1135)) (-4 *3 (-1156 *4))
+ (-4 *5 (-1156 (-350 *3))) (-5 *2 (-85))))
((*1 *2 *3)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))))
(((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1155 *4))
- (-4 *5 (-1155 (-350 *3))) (-5 *2 (-85))))
+ (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1135)) (-4 *3 (-1156 *4))
+ (-4 *5 (-1156 (-350 *3))) (-5 *2 (-85))))
((*1 *2 *3)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))))
(((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1155 *4))
- (-4 *5 (-1155 (-350 *3))) (-5 *2 (-85))))
+ (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1135)) (-4 *3 (-1156 *4))
+ (-4 *5 (-1156 (-350 *3))) (-5 *2 (-85))))
((*1 *2 *3)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))))
(((*1 *2)
- (-12 (-4 *3 (-1134)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4)))
- (-5 *2 (-1179 *1)) (-4 *1 (-291 *3 *4 *5)))))
+ (-12 (-4 *3 (-1135)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4)))
+ (-5 *2 (-1180 *1)) (-4 *1 (-291 *3 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))))
(((*1 *2 *1 *3)
- (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1155 *4))
- (-4 *5 (-1155 (-350 *3))) (-5 *2 (-85))))
+ (-12 (-4 *1 (-291 *4 *3 *5)) (-4 *4 (-1135)) (-4 *3 (-1156 *4))
+ (-4 *5 (-1156 (-350 *3))) (-5 *2 (-85))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85))))
((*1 *2 *1)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-85)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1179 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134))
- (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))))))
+ (-12 (-5 *2 (-1180 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135))
+ (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1179 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134))
- (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))))))
+ (-12 (-5 *2 (-1180 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135))
+ (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1179 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134))
- (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4))))))
+ (-12 (-5 *2 (-1180 *1)) (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135))
+ (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4))))))
(((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-630 (-350 *4))))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-631 (-350 *4))))))
(((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-630 (-350 *4))))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-631 (-350 *4))))))
(((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-630 (-350 *4))))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-631 (-350 *4))))))
(((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-5 *2 (-630 (-350 *4))))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-5 *2 (-631 (-350 *4))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4)))
- (-5 *2 (-2 (|:| |num| (-1179 *4)) (|:| |den| *4))))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4)))
+ (-5 *2 (-2 (|:| |num| (-1180 *4)) (|:| |den| *4))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4)))
- (-5 *2 (-2 (|:| |num| (-1179 *4)) (|:| |den| *4))))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4)))
+ (-5 *2 (-2 (|:| |num| (-1180 *4)) (|:| |den| *4))))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1179 *3)) (-4 *3 (-1155 *4)) (-4 *4 (-1134))
- (-4 *1 (-291 *4 *3 *5)) (-4 *5 (-1155 (-350 *3))))))
+ (-12 (-5 *2 (-1180 *3)) (-4 *3 (-1156 *4)) (-4 *4 (-1135))
+ (-4 *1 (-291 *4 *3 *5)) (-4 *5 (-1156 (-350 *3))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-291 *4 *5 *6)) (-4 *4 (-1134))
- (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5)))
- (-5 *2 (-2 (|:| |num| (-630 *5)) (|:| |den| *5))))))
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-291 *4 *5 *6)) (-4 *4 (-1135))
+ (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5)))
+ (-5 *2 (-2 (|:| |num| (-631 *5)) (|:| |den| *5))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3))
- (-4 *3 (-13 (-312) (-1115) (-915)))))
+ (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3))
+ (-4 *3 (-13 (-312) (-1116) (-916)))))
((*1 *2)
- (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1155 (-350 *2))) (-4 *2 (-1155 *4))
+ (|partial| -12 (-4 *4 (-1135)) (-4 *5 (-1156 (-350 *2))) (-4 *2 (-1156 *4))
(-5 *1 (-290 *3 *4 *2 *5)) (-4 *3 (-291 *4 *2 *5))))
((*1 *2)
- (|partial| -12 (-4 *1 (-291 *3 *2 *4)) (-4 *3 (-1134))
- (-4 *4 (-1155 (-350 *2))) (-4 *2 (-1155 *3)))))
+ (|partial| -12 (-4 *1 (-291 *3 *2 *4)) (-4 *3 (-1135))
+ (-4 *4 (-1156 (-350 *2))) (-4 *2 (-1156 *3)))))
(((*1 *2)
- (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1155 (-350 *2))) (-4 *2 (-1155 *4))
+ (|partial| -12 (-4 *4 (-1135)) (-4 *5 (-1156 (-350 *2))) (-4 *2 (-1156 *4))
(-5 *1 (-290 *3 *4 *2 *5)) (-4 *3 (-291 *4 *2 *5))))
((*1 *2)
- (|partial| -12 (-4 *1 (-291 *3 *2 *4)) (-4 *3 (-1134))
- (-4 *4 (-1155 (-350 *2))) (-4 *2 (-1155 *3)))))
+ (|partial| -12 (-4 *1 (-291 *3 *2 *4)) (-4 *3 (-1135))
+ (-4 *4 (-1156 (-350 *2))) (-4 *2 (-1156 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1155 *4)) (-4 *4 (-1134))
- (-4 *6 (-1155 (-350 *5)))
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1156 *4)) (-4 *4 (-1135))
+ (-4 *6 (-1156 (-350 *5)))
(-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5)))
(-4 *1 (-291 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *5 (-1134)) (-4 *6 (-1155 *5))
- (-4 *7 (-1155 (-350 *6))) (-5 *2 (-583 (-857 *5)))
+ (-12 (-5 *3 (-1091)) (-4 *5 (-1135)) (-4 *6 (-1156 *5))
+ (-4 *7 (-1156 (-350 *6))) (-5 *2 (-584 (-858 *5)))
(-5 *1 (-290 *4 *5 *6 *7)) (-4 *4 (-291 *5 *6 *7))))
((*1 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *1 (-291 *4 *5 *6)) (-4 *4 (-1134))
- (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5))) (-4 *4 (-312))
- (-5 *2 (-583 (-857 *4))))))
+ (-12 (-5 *3 (-1091)) (-4 *1 (-291 *4 *5 *6)) (-4 *4 (-1135))
+ (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5))) (-4 *4 (-312))
+ (-5 *2 (-584 (-858 *4))))))
(((*1 *2)
- (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4)) (-4 *6 (-1155 (-350 *5)))
- (-5 *2 (-583 (-583 *4))) (-5 *1 (-290 *3 *4 *5 *6))
+ (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4)) (-4 *6 (-1156 (-350 *5)))
+ (-5 *2 (-584 (-584 *4))) (-5 *1 (-290 *3 *4 *5 *6))
(-4 *3 (-291 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-4 *3 (-320)) (-5 *2 (-583 (-583 *3))))))
+ (-12 (-4 *1 (-291 *3 *4 *5)) (-4 *3 (-1135)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-4 *3 (-320)) (-5 *2 (-584 (-584 *3))))))
(((*1 *1 *2 *3 *3 *3 *4)
- (-12 (-4 *4 (-312)) (-4 *3 (-1155 *4)) (-4 *5 (-1155 (-350 *3)))
+ (-12 (-4 *4 (-312)) (-4 *3 (-1156 *4)) (-4 *5 (-1156 (-350 *3)))
(-4 *1 (-286 *4 *3 *5 *2)) (-4 *2 (-291 *4 *3 *5))))
((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-484)) (-4 *2 (-312)) (-4 *4 (-1155 *2))
- (-4 *5 (-1155 (-350 *4))) (-4 *1 (-286 *2 *4 *5 *6))
+ (-12 (-5 *3 (-485)) (-4 *2 (-312)) (-4 *4 (-1156 *2))
+ (-4 *5 (-1156 (-350 *4))) (-4 *1 (-286 *2 *4 *5 *6))
(-4 *6 (-291 *2 *4 *5))))
((*1 *1 *2 *2)
- (-12 (-4 *2 (-312)) (-4 *3 (-1155 *2)) (-4 *4 (-1155 (-350 *3)))
+ (-12 (-4 *2 (-312)) (-4 *3 (-1156 *2)) (-4 *4 (-1156 (-350 *3)))
(-4 *1 (-286 *2 *3 *4 *5)) (-4 *5 (-291 *2 *3 *4))))
((*1 *1 *2)
- (-12 (-4 *3 (-312)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4)))
+ (-12 (-4 *3 (-312)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4)))
(-4 *1 (-286 *3 *4 *5 *2)) (-4 *2 (-291 *3 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-356 *4 (-350 *4) *5 *6)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-4 *3 (-312))
+ (-12 (-5 *2 (-356 *4 (-350 *4) *5 *6)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-4 *3 (-312))
(-4 *1 (-286 *3 *4 *5 *6)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1155 *3))
- (-4 *5 (-1155 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-286 *3 *4 *5 *6)) (-4 *3 (-312)) (-4 *4 (-1156 *3))
+ (-4 *5 (-1156 (-350 *4))) (-4 *6 (-291 *3 *4 *5)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-312)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4)))
- (-5 *2 (-1179 *6)) (-5 *1 (-283 *3 *4 *5 *6)) (-4 *6 (-291 *3 *4 *5)))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4)))
+ (-5 *2 (-1180 *6)) (-5 *1 (-283 *3 *4 *5 *6)) (-4 *6 (-291 *3 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-312)) (-4 *4 (-1155 *3)) (-4 *5 (-1155 (-350 *4)))
- (-5 *2 (-1179 *6)) (-5 *1 (-283 *3 *4 *5 *6)) (-4 *6 (-291 *3 *4 *5)))))
+ (-12 (-4 *3 (-312)) (-4 *4 (-1156 *3)) (-4 *5 (-1156 (-350 *4)))
+ (-5 *2 (-1180 *6)) (-5 *1 (-283 *3 *4 *5 *6)) (-4 *6 (-291 *3 *4 *5)))))
(((*1 *2 *1) (-12 (-5 *2 (-209)) (-5 *1 (-282)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-782 (-1095) (-694)))) (-5 *1 (-282)))))
-(((*1 *2 *1) (-12 (-5 *2 (-869 (-694))) (-5 *1 (-282)))))
-(((*1 *2 *1) (-12 (-5 *2 (-446)) (-5 *1 (-282)))))
-(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-281 *3)) (-4 *3 (-756)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-783 (-1096) (-695)))) (-5 *1 (-282)))))
+(((*1 *2 *1) (-12 (-5 *2 (-870 (-695))) (-5 *1 (-282)))))
+(((*1 *2 *1) (-12 (-5 *2 (-447)) (-5 *1 (-282)))))
+(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-281 *3)) (-4 *3 (-757)))))
(((*1 *1) (-12 (-4 *1 (-280 *2)) (-4 *2 (-320)) (-4 *2 (-312)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1085 *3)) (-4 *3 (-320)) (-4 *1 (-280 *3)) (-4 *3 (-312)))))
+ (-12 (-5 *2 (-1086 *3)) (-4 *3 (-320)) (-4 *1 (-280 *3)) (-4 *3 (-312)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-1085 *3)))))
+ (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-1086 *3)))))
(((*1 *2 *1 *1)
(|partial| -12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320))
- (-5 *2 (-1085 *3))))
+ (-5 *2 (-1086 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-1085 *3)))))
+ (-12 (-4 *1 (-280 *3)) (-4 *3 (-312)) (-4 *3 (-320)) (-5 *2 (-1086 *3)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-277 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716)))))
-(((*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *2 (-961)) (-4 *3 (-716)))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-277 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717)))))
+(((*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-277 *2 *3)) (-4 *2 (-962)) (-4 *3 (-717)))))
(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-694)) (-4 *1 (-277 *3 *4)) (-4 *3 (-961)) (-4 *4 (-716))
+ (-12 (-5 *2 (-695)) (-4 *1 (-277 *3 *4)) (-4 *3 (-962)) (-4 *4 (-717))
(-4 *3 (-146)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-484)) (-4 *1 (-274 *4 *2)) (-4 *4 (-1013)) (-4 *2 (-104)))))
+ (-12 (-5 *3 (-485)) (-4 *1 (-274 *4 *2)) (-4 *4 (-1014)) (-4 *2 (-104)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-274 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-104)))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-274 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-104)))))
(((*1 *1 *1 *1)
- (-12 (-4 *1 (-274 *2 *3)) (-4 *2 (-1013)) (-4 *3 (-104)) (-4 *3 (-716)))))
+ (-12 (-4 *1 (-274 *2 *3)) (-4 *2 (-1014)) (-4 *3 (-104)) (-4 *3 (-717)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-484)) (-4 *4 (-717)) (-4 *5 (-756)) (-4 *2 (-961))
- (-5 *1 (-272 *4 *5 *2 *6)) (-4 *6 (-861 *2 *4 *5)))))
+ (-12 (-5 *3 (-485)) (-4 *4 (-718)) (-4 *5 (-757)) (-4 *2 (-962))
+ (-5 *1 (-272 *4 *5 *2 *6)) (-4 *6 (-862 *2 *4 *5)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1085 *7)) (-5 *3 (-484)) (-4 *7 (-861 *6 *4 *5)) (-4 *4 (-717))
- (-4 *5 (-756)) (-4 *6 (-961)) (-5 *1 (-272 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-1086 *7)) (-5 *3 (-485)) (-4 *7 (-862 *6 *4 *5)) (-4 *4 (-718))
+ (-4 *5 (-757)) (-4 *6 (-962)) (-5 *1 (-272 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1085 *6)) (-4 *6 (-961)) (-4 *4 (-717)) (-4 *5 (-756))
- (-5 *2 (-1085 *7)) (-5 *1 (-272 *4 *5 *6 *7)) (-4 *7 (-861 *6 *4 *5)))))
+ (-12 (-5 *3 (-1086 *6)) (-4 *6 (-962)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-5 *2 (-1086 *7)) (-5 *1 (-272 *4 *5 *6 *7)) (-4 *7 (-862 *6 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1085 *7)) (-4 *7 (-861 *6 *4 *5)) (-4 *4 (-717)) (-4 *5 (-756))
- (-4 *6 (-961)) (-5 *2 (-1085 *6)) (-5 *1 (-272 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-1086 *7)) (-4 *7 (-862 *6 *4 *5)) (-4 *4 (-718)) (-4 *5 (-757))
+ (-4 *6 (-962)) (-5 *2 (-1086 *6)) (-5 *1 (-272 *4 *5 *6 *7)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1085 *9)) (-5 *4 (-583 *7)) (-5 *5 (-583 *8)) (-4 *7 (-756))
- (-4 *8 (-961)) (-4 *9 (-861 *8 *6 *7)) (-4 *6 (-717)) (-5 *2 (-1085 *8))
+ (-12 (-5 *3 (-1086 *9)) (-5 *4 (-584 *7)) (-5 *5 (-584 *8)) (-4 *7 (-757))
+ (-4 *8 (-962)) (-4 *9 (-862 *8 *6 *7)) (-4 *6 (-718)) (-5 *2 (-1086 *8))
(-5 *1 (-272 *6 *7 *8 *9)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-350 (-484))) (-5 *1 (-270 *3 *4 *5)) (-4 *3 (-312))
- (-14 *4 (-1090)) (-14 *5 *3))))
+ (-12 (-5 *2 (-350 (-485))) (-5 *1 (-270 *3 *4 *5)) (-4 *3 (-312))
+ (-14 *4 (-1091)) (-14 *5 *3))))
(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
- (-12 (-5 *3 (-265 (-484))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1001 (-179)))
- (-5 *6 (-484)) (-5 *2 (-1125 (-838))) (-5 *1 (-269))))
+ (-12 (-5 *3 (-265 (-485))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1002 (-179)))
+ (-5 *6 (-485)) (-5 *2 (-1126 (-839))) (-5 *1 (-269))))
((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-265 (-484))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1001 (-179)))
- (-5 *6 (-484)) (-5 *7 (-1073)) (-5 *2 (-1125 (-838))) (-5 *1 (-269))))
+ (-12 (-5 *3 (-265 (-485))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1002 (-179)))
+ (-5 *6 (-485)) (-5 *7 (-1074)) (-5 *2 (-1126 (-839))) (-5 *1 (-269))))
((*1 *2 *3 *3 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-265 (-484))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1001 (-179)))
- (-5 *6 (-179)) (-5 *7 (-484)) (-5 *2 (-1125 (-838))) (-5 *1 (-269))))
+ (-12 (-5 *3 (-265 (-485))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1002 (-179)))
+ (-5 *6 (-179)) (-5 *7 (-485)) (-5 *2 (-1126 (-839))) (-5 *1 (-269))))
((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
- (-12 (-5 *3 (-265 (-484))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1001 (-179)))
- (-5 *6 (-179)) (-5 *7 (-484)) (-5 *8 (-1073)) (-5 *2 (-1125 (-838)))
+ (-12 (-5 *3 (-265 (-485))) (-5 *4 (-1 (-179) (-179))) (-5 *5 (-1002 (-179)))
+ (-5 *6 (-179)) (-5 *7 (-485)) (-5 *8 (-1074)) (-5 *2 (-1126 (-839)))
(-5 *1 (-269)))))
(((*1 *2 *3) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *1 (-269)) (-5 *3 (-179)))))
(((*1 *2 *3 *4 *3 *3)
(-12 (-5 *3 (-249 *6)) (-5 *4 (-86)) (-4 *6 (-364 *5))
- (-4 *5 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *5 *6))))
+ (-4 *5 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *5 *6))))
((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-249 *7)) (-5 *4 (-86)) (-5 *5 (-583 *7)) (-4 *7 (-364 *6))
- (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *7))))
+ (-12 (-5 *3 (-249 *7)) (-5 *4 (-86)) (-5 *5 (-584 *7)) (-4 *7 (-364 *6))
+ (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *7))))
((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-583 (-249 *7))) (-5 *4 (-583 (-86))) (-5 *5 (-249 *7))
- (-4 *7 (-364 *6)) (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51))
+ (-12 (-5 *3 (-584 (-249 *7))) (-5 *4 (-584 (-86))) (-5 *5 (-249 *7))
+ (-4 *7 (-364 *6)) (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51))
(-5 *1 (-268 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-583 (-249 *8))) (-5 *4 (-583 (-86))) (-5 *5 (-249 *8))
- (-5 *6 (-583 *8)) (-4 *8 (-364 *7)) (-4 *7 (-13 (-495) (-553 (-473))))
+ (-12 (-5 *3 (-584 (-249 *8))) (-5 *4 (-584 (-86))) (-5 *5 (-249 *8))
+ (-5 *6 (-584 *8)) (-4 *8 (-364 *7)) (-4 *7 (-13 (-496) (-554 (-474))))
(-5 *2 (-51)) (-5 *1 (-268 *7 *8))))
((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-583 *7)) (-5 *4 (-583 (-86))) (-5 *5 (-249 *7))
- (-4 *7 (-364 *6)) (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51))
+ (-12 (-5 *3 (-584 *7)) (-5 *4 (-584 (-86))) (-5 *5 (-249 *7))
+ (-4 *7 (-364 *6)) (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51))
(-5 *1 (-268 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-583 *8)) (-5 *4 (-583 (-86))) (-5 *6 (-583 (-249 *8)))
- (-4 *8 (-364 *7)) (-5 *5 (-249 *8)) (-4 *7 (-13 (-495) (-553 (-473))))
+ (-12 (-5 *3 (-584 *8)) (-5 *4 (-584 (-86))) (-5 *6 (-584 (-249 *8)))
+ (-4 *8 (-364 *7)) (-5 *5 (-249 *8)) (-4 *7 (-13 (-496) (-554 (-474))))
(-5 *2 (-51)) (-5 *1 (-268 *7 *8))))
((*1 *2 *3 *4 *3 *5)
(-12 (-5 *3 (-249 *5)) (-5 *4 (-86)) (-4 *5 (-364 *6))
- (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *5))))
+ (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *5))))
((*1 *2 *3 *4 *5 *3)
(-12 (-5 *4 (-86)) (-5 *5 (-249 *3)) (-4 *3 (-364 *6))
- (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *3))))
+ (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *3))))
((*1 *2 *3 *4 *5 *5)
(-12 (-5 *4 (-86)) (-5 *5 (-249 *3)) (-4 *3 (-364 *6))
- (-4 *6 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *3))))
+ (-4 *6 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *6 *3))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-86)) (-5 *5 (-249 *3)) (-5 *6 (-583 *3)) (-4 *3 (-364 *7))
- (-4 *7 (-13 (-495) (-553 (-473)))) (-5 *2 (-51)) (-5 *1 (-268 *7 *3)))))
+ (-12 (-5 *4 (-86)) (-5 *5 (-249 *3)) (-5 *6 (-584 *3)) (-4 *3 (-364 *7))
+ (-4 *7 (-13 (-496) (-554 (-474)))) (-5 *2 (-51)) (-5 *1 (-268 *7 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-265 *3)) (-4 *3 (-495)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-265 *3)) (-4 *3 (-496)) (-4 *3 (-1014)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-484)) (-5 *1 (-265 *3)) (-4 *3 (-495)) (-4 *3 (-1013)))))
+ (-12 (-5 *2 (-485)) (-5 *1 (-265 *3)) (-4 *3 (-496)) (-4 *3 (-1014)))))
(((*1 *2 *1 *1) (-12 (-4 *1 (-258)) (-5 *2 (-85)))))
-(((*1 *2 *1) (-12 (-4 *1 (-258)) (-5 *2 (-694)))))
+(((*1 *2 *1) (-12 (-4 *1 (-258)) (-5 *2 (-695)))))
(((*1 *2 *1 *1 *1)
(|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
(-4 *1 (-258))))
((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2409 *1)))
+ (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2410 *1)))
(-4 *1 (-258)))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-583 *1)) (-4 *1 (-258)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-254)) (-4 *2 (-1129))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-584 *1)) (-4 *1 (-258)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-254)) (-4 *2 (-1130))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-583 (-550 *1))) (-5 *3 (-583 *1)) (-4 *1 (-254))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-583 (-249 *1))) (-4 *1 (-254))))
+ (-12 (-5 *2 (-584 (-551 *1))) (-5 *3 (-584 *1)) (-4 *1 (-254))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-584 (-249 *1))) (-4 *1 (-254))))
((*1 *1 *1 *2) (-12 (-5 *2 (-249 *1)) (-4 *1 (-254)))))
(((*1 *1 *1 *1) (-4 *1 (-254))) ((*1 *1 *1) (-4 *1 (-254))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-550 *1)) (-4 *1 (-254)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-550 *1))) (-4 *1 (-254)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-550 *1))) (-4 *1 (-254)))))
-(((*1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-583 (-86))))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-1090)) (-5 *2 (-85))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-551 *1)) (-4 *1 (-254)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-551 *1))) (-4 *1 (-254)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-551 *1))) (-4 *1 (-254)))))
+(((*1 *2 *1) (-12 (-4 *1 (-254)) (-5 *2 (-584 (-86))))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-254)) (-5 *3 (-1091)) (-5 *2 (-85))))
((*1 *2 *1 *1) (-12 (-4 *1 (-254)) (-5 *2 (-85)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-550 *5)) (-4 *5 (-364 *4)) (-4 *4 (-950 (-484))) (-4 *4 (-495))
- (-5 *2 (-1085 *5)) (-5 *1 (-32 *4 *5))))
+ (-12 (-5 *3 (-551 *5)) (-4 *5 (-364 *4)) (-4 *4 (-951 (-485))) (-4 *4 (-496))
+ (-5 *2 (-1086 *5)) (-5 *1 (-32 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-550 *1)) (-4 *1 (-961)) (-4 *1 (-254)) (-5 *2 (-1085 *1)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-262)) (-5 *1 (-252))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-1073))) (-5 *2 (-262)) (-5 *1 (-252))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-262)) (-5 *1 (-252))))
+ (-12 (-5 *3 (-551 *1)) (-4 *1 (-962)) (-4 *1 (-254)) (-5 *2 (-1086 *1)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-262)) (-5 *1 (-252))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-1074))) (-5 *2 (-262)) (-5 *1 (-252))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-262)) (-5 *1 (-252))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 (-1073))) (-5 *3 (-1073)) (-5 *2 (-262)) (-5 *1 (-252)))))
+ (-12 (-5 *4 (-584 (-1074))) (-5 *3 (-1074)) (-5 *2 (-262)) (-5 *1 (-252)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-961)) (-4 *4 (-1155 *3)) (-5 *1 (-137 *3 *4 *2))
- (-4 *2 (-1155 *4))))
- ((*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (|partial| -12 (-5 *1 (-249 *2)) (-4 *2 (-663)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (|partial| -12 (-5 *1 (-249 *2)) (-4 *2 (-663)) (-4 *2 (-1129)))))
+ (-12 (-4 *3 (-962)) (-4 *4 (-1156 *3)) (-5 *1 (-137 *3 *4 *2))
+ (-4 *2 (-1156 *4))))
+ ((*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-12 (-5 *1 (-249 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (|partial| -12 (-5 *1 (-249 *2)) (-4 *2 (-664)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (|partial| -12 (-5 *1 (-249 *2)) (-4 *2 (-664)) (-4 *2 (-1130)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 (-249 *3))) (-5 *1 (-249 *3)) (-4 *3 (-495))
- (-4 *3 (-1129)))))
+ (-12 (-5 *2 (-584 (-249 *3))) (-5 *1 (-249 *3)) (-4 *3 (-496))
+ (-4 *3 (-1130)))))
(((*1 *2 *3)
(-12 (-4 *4 (-392))
(-5 *2
- (-583
- (-2 (|:| |eigval| (-3 (-350 (-857 *4)) (-1080 (-1090) (-857 *4))))
- (|:| |eigmult| (-694)) (|:| |eigvec| (-583 (-630 (-350 (-857 *4))))))))
- (-5 *1 (-248 *4)) (-5 *3 (-630 (-350 (-857 *4)))))))
+ (-584
+ (-2 (|:| |eigval| (-3 (-350 (-858 *4)) (-1081 (-1091) (-858 *4))))
+ (|:| |eigmult| (-695)) (|:| |eigvec| (-584 (-631 (-350 (-858 *4))))))))
+ (-5 *1 (-248 *4)) (-5 *3 (-631 (-350 (-858 *4)))))))
(((*1 *2 *3)
(-12 (-4 *4 (-392))
(-5 *2
- (-583
- (-2 (|:| |eigval| (-3 (-350 (-857 *4)) (-1080 (-1090) (-857 *4))))
- (|:| |geneigvec| (-583 (-630 (-350 (-857 *4))))))))
- (-5 *1 (-248 *4)) (-5 *3 (-630 (-350 (-857 *4)))))))
+ (-584
+ (-2 (|:| |eigval| (-3 (-350 (-858 *4)) (-1081 (-1091) (-858 *4))))
+ (|:| |geneigvec| (-584 (-631 (-350 (-858 *4))))))))
+ (-5 *1 (-248 *4)) (-5 *3 (-631 (-350 (-858 *4)))))))
(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-3 (-350 (-857 *6)) (-1080 (-1090) (-857 *6)))) (-5 *5 (-694))
- (-4 *6 (-392)) (-5 *2 (-583 (-630 (-350 (-857 *6))))) (-5 *1 (-248 *6))
- (-5 *4 (-630 (-350 (-857 *6))))))
+ (-12 (-5 *3 (-3 (-350 (-858 *6)) (-1081 (-1091) (-858 *6)))) (-5 *5 (-695))
+ (-4 *6 (-392)) (-5 *2 (-584 (-631 (-350 (-858 *6))))) (-5 *1 (-248 *6))
+ (-5 *4 (-631 (-350 (-858 *6))))))
((*1 *2 *3 *4)
(-12
(-5 *3
- (-2 (|:| |eigval| (-3 (-350 (-857 *5)) (-1080 (-1090) (-857 *5))))
- (|:| |eigmult| (-694)) (|:| |eigvec| (-583 *4))))
- (-4 *5 (-392)) (-5 *2 (-583 (-630 (-350 (-857 *5))))) (-5 *1 (-248 *5))
- (-5 *4 (-630 (-350 (-857 *5)))))))
+ (-2 (|:| |eigval| (-3 (-350 (-858 *5)) (-1081 (-1091) (-858 *5))))
+ (|:| |eigmult| (-695)) (|:| |eigvec| (-584 *4))))
+ (-4 *5 (-392)) (-5 *2 (-584 (-631 (-350 (-858 *5))))) (-5 *1 (-248 *5))
+ (-5 *4 (-631 (-350 (-858 *5)))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-3 (-350 (-857 *5)) (-1080 (-1090) (-857 *5)))) (-4 *5 (-392))
- (-5 *2 (-583 (-630 (-350 (-857 *5))))) (-5 *1 (-248 *5))
- (-5 *4 (-630 (-350 (-857 *5)))))))
+ (-12 (-5 *3 (-3 (-350 (-858 *5)) (-1081 (-1091) (-858 *5)))) (-4 *5 (-392))
+ (-5 *2 (-584 (-631 (-350 (-858 *5))))) (-5 *1 (-248 *5))
+ (-5 *4 (-631 (-350 (-858 *5)))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-630 (-350 (-857 *4)))) (-4 *4 (-392))
- (-5 *2 (-583 (-3 (-350 (-857 *4)) (-1080 (-1090) (-857 *4)))))
+ (-12 (-5 *3 (-631 (-350 (-858 *4)))) (-4 *4 (-392))
+ (-5 *2 (-584 (-3 (-350 (-858 *4)) (-1081 (-1091) (-858 *4)))))
(-5 *1 (-248 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-997))) (-5 *1 (-247)))))
-(((*1 *2 *3 *3 *1) (-12 (-5 *3 (-446)) (-5 *2 (-632 (-1015))) (-5 *1 (-247)))))
-(((*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-446)) (-5 *3 (-1015)) (-5 *1 (-247)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-446)) (-5 *2 (-583 (-876))) (-5 *1 (-247)))))
-(((*1 *1 *2 *3 *1) (-12 (-5 *2 (-446)) (-5 *3 (-583 (-876))) (-5 *1 (-247)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-998))) (-5 *1 (-247)))))
+(((*1 *2 *3 *3 *1) (-12 (-5 *3 (-447)) (-5 *2 (-633 (-1016))) (-5 *1 (-247)))))
+(((*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-447)) (-5 *3 (-1016)) (-5 *1 (-247)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-447)) (-5 *2 (-584 (-877))) (-5 *1 (-247)))))
+(((*1 *1 *2 *3 *1) (-12 (-5 *2 (-447)) (-5 *3 (-584 (-877))) (-5 *1 (-247)))))
(((*1 *1) (-5 *1 (-247))))
(((*1 *1) (-5 *1 (-247))))
(((*1 *1) (-5 *1 (-247))))
(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-484)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1129)) (-4 *4 (-324 *2))
+ (-12 (-5 *3 (-485)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1130)) (-4 *4 (-324 *2))
(-4 *5 (-324 *2))))
((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-1035 *2)) (-4 *1 (-243 *3 *2)) (-4 *3 (-1013))
- (-4 *2 (-1129)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *4 (-312)) (-5 *2 (-583 (-1069 *4))) (-5 *1 (-240 *4 *5))
- (-5 *3 (-1069 *4)) (-4 *5 (-1172 *4)))))
-(((*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1172 *3)))))
-(((*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1172 *3)))))
-(((*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1172 *3)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1146 (-484))) (-4 *1 (-237 *3)) (-4 *3 (-1129))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-484)) (-4 *1 (-237 *3)) (-4 *3 (-1129)))))
+ (-12 (-4 *1 (-1036 *2)) (-4 *1 (-243 *3 *2)) (-4 *3 (-1014))
+ (-4 *2 (-1130)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *4 (-312)) (-5 *2 (-584 (-1070 *4))) (-5 *1 (-240 *4 *5))
+ (-5 *3 (-1070 *4)) (-4 *5 (-1173 *4)))))
+(((*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1173 *3)))))
+(((*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1173 *3)))))
+(((*1 *2 *2 *3) (-12 (-4 *3 (-312)) (-5 *1 (-240 *3 *2)) (-4 *2 (-1173 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1147 (-485))) (-4 *1 (-237 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-485)) (-4 *1 (-237 *3)) (-4 *3 (-1130)))))
(((*1 *1 *2 *1)
(-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-318 *3)) (-4 *1 (-193 *3))
- (-4 *3 (-1013))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-237 *3)) (-4 *3 (-1129)))))
+ (-4 *3 (-1014))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1 (-85) *3)) (-4 *1 (-237 *3)) (-4 *3 (-1130)))))
(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-522)) (-5 *3 (-532)) (-5 *4 (-247)) (-5 *1 (-235)))))
-(((*1 *2 *1) (-12 (-5 *2 (-522)) (-5 *1 (-235)))))
-(((*1 *2 *1) (-12 (-5 *2 (-532)) (-5 *1 (-235)))))
+ (-12 (-5 *2 (-523)) (-5 *3 (-533)) (-5 *4 (-247)) (-5 *1 (-235)))))
+(((*1 *2 *1) (-12 (-5 *2 (-523)) (-5 *1 (-235)))))
+(((*1 *2 *1) (-12 (-5 *2 (-533)) (-5 *1 (-235)))))
(((*1 *2 *1) (-12 (-5 *2 (-247)) (-5 *1 (-235)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1095)) (-5 *1 (-234)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1015)) (-5 *1 (-234)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1096)) (-5 *1 (-234)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1016)) (-5 *1 (-234)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-234)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-446)) (-5 *1 (-234)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-447)) (-5 *1 (-234)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-234)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-350 (-484))) (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484))))
- (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))))))
+ (-12 (-5 *3 (-350 (-485))) (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485))))
+ (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-550 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4)))
- (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *4 *2)))))
+ (-12 (-5 *3 (-551 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4)))
+ (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *4 *2)))))
(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-583 (-550 *2))) (-5 *4 (-1090))
- (-4 *2 (-13 (-27) (-1115) (-364 *5)))
- (-4 *5 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *5 *2)))))
+ (|partial| -12 (-5 *3 (-584 (-551 *2))) (-5 *4 (-1091))
+ (-4 *2 (-13 (-27) (-1116) (-364 *5)))
+ (-4 *5 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *5 *2)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-495) (-950 (-484)) (-580 (-484)))) (-5 *1 (-231 *3 *2))
- (-4 *2 (-13 (-27) (-1115) (-364 *3)))))
+ (-12 (-4 *3 (-13 (-496) (-951 (-485)) (-581 (-485)))) (-5 *1 (-231 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-364 *3)))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-13 (-495) (-950 (-484)) (-580 (-484))))
- (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1115) (-364 *4))))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-13 (-496) (-951 (-485)) (-581 (-485))))
+ (-5 *1 (-231 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-364 *4))))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1090)) (-4 *5 (-13 (-495) (-950 (-484)) (-580 (-484))))
+ (-12 (-5 *4 (-1091)) (-4 *5 (-13 (-496) (-951 (-485)) (-581 (-485))))
(-5 *2
- (-2 (|:| |func| *3) (|:| |kers| (-583 (-550 *3))) (|:| |vals| (-583 *3))))
- (-5 *1 (-231 *5 *3)) (-4 *3 (-13 (-27) (-1115) (-364 *5))))))
+ (-2 (|:| |func| *3) (|:| |kers| (-584 (-551 *3))) (|:| |vals| (-584 *3))))
+ (-5 *1 (-231 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-364 *5))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-85)) (-5 *1 (-230 *4 *3))
- (-4 *3 (-13 (-364 *4) (-915))))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-85)) (-5 *1 (-230 *4 *3))
+ (-4 *3 (-13 (-364 *4) (-916))))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-583 (-2 (|:| |func| *2) (|:| |pole| (-85)))))
- (-4 *2 (-13 (-364 *4) (-915))) (-4 *4 (-495)) (-5 *1 (-230 *4 *2)))))
+ (|partial| -12 (-5 *3 (-584 (-2 (|:| |func| *2) (|:| |pole| (-85)))))
+ (-4 *2 (-13 (-364 *4) (-916))) (-4 *4 (-496)) (-5 *1 (-230 *4 *2)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-915))))))
+ (-12 (-4 *3 (-496)) (-5 *1 (-230 *3 *2)) (-4 *2 (-13 (-364 *3) (-916))))))
(((*1 *2)
- (-12 (-4 *2 (-13 (-364 *3) (-915))) (-5 *1 (-230 *3 *2)) (-4 *3 (-495)))))
+ (-12 (-4 *2 (-13 (-364 *3) (-916))) (-5 *1 (-230 *3 *2)) (-4 *3 (-496)))))
(((*1 *2)
- (-12 (-4 *2 (-13 (-364 *3) (-915))) (-5 *1 (-230 *3 *2)) (-4 *3 (-495)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-484))) (-5 *1 (-229)))))
-(((*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-229)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-190)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *5 (-228 *4))
- (-4 *6 (-717)) (-5 *2 (-1 *1 (-694))) (-4 *1 (-213 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-961)) (-4 *3 (-756)) (-4 *5 (-228 *3)) (-4 *6 (-717))
- (-5 *2 (-1 *1 (-694))) (-4 *1 (-213 *4 *3 *5 *6))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-694)) (-4 *1 (-228 *2)) (-4 *2 (-756)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-86))))
- ((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-86))))
+ (-12 (-4 *2 (-13 (-364 *3) (-916))) (-5 *1 (-230 *3 *2)) (-4 *3 (-496)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-485))) (-5 *1 (-229)))))
+(((*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-229)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-190)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *5 (-228 *4))
+ (-4 *6 (-718)) (-5 *2 (-1 *1 (-695))) (-4 *1 (-213 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-962)) (-4 *3 (-757)) (-4 *5 (-228 *3)) (-4 *6 (-718))
+ (-5 *2 (-1 *1 (-695))) (-4 *1 (-213 *4 *3 *5 *6))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-695)) (-4 *1 (-228 *2)) (-4 *2 (-757)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-86))))
+ ((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-86))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-961)) (-4 *3 (-756))
- (-4 *5 (-228 *3)) (-4 *6 (-717)) (-5 *2 (-694))))
+ (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-962)) (-4 *3 (-757))
+ (-4 *5 (-228 *3)) (-4 *6 (-718)) (-5 *2 (-695))))
((*1 *2 *1)
- (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-756))
- (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-694))))
- ((*1 *2 *1) (-12 (-4 *1 (-228 *3)) (-4 *3 (-756)) (-5 *2 (-694)))))
+ (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-757))
+ (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-695))))
+ ((*1 *2 *1) (-12 (-4 *1 (-228 *3)) (-4 *3 (-757)) (-5 *2 (-695)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-583 (-221))) (-5 *4 (-1090)) (-5 *2 (-51))
+ (|partial| -12 (-5 *3 (-584 (-221))) (-5 *4 (-1091)) (-5 *2 (-51))
(-5 *1 (-221))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-583 (-221))) (-5 *4 (-1090)) (-5 *1 (-223 *2))
- (-4 *2 (-1129)))))
+ (|partial| -12 (-5 *3 (-584 (-221))) (-5 *4 (-1091)) (-5 *1 (-223 *2))
+ (-4 *2 (-1130)))))
(((*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-221))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-330)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))))
-(((*1 *1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-221))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-830)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-330)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))))
+(((*1 *1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-221))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-831)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))))
(((*1 *1) (-5 *1 (-117)))
- ((*1 *1 *2) (-12 (-5 *2 (-1047 (-179))) (-5 *1 (-221))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-222)))))
-(((*1 *1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-221))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-830)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))))
-(((*1 *1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-221))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-830)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-783)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-783)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1048 (-179))) (-5 *1 (-221))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-222)))))
+(((*1 *1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-221))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-831)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))))
+(((*1 *1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-221))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-831)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-784)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-784)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))))
(((*1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-221))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-221))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-1073)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-583 (-221))) (-5 *1 (-222)))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-221))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-1074)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *3 (-584 (-221))) (-5 *1 (-222)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-836))
+ (-12 (-5 *3 (-837))
(-5 *2
- (-2 (|:| |brans| (-583 (-583 (-854 (-179)))))
- (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))))
+ (-2 (|:| |brans| (-584 (-584 (-855 (-179)))))
+ (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))))
(-5 *1 (-126))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-836)) (-5 *4 (-350 (-484)))
+ (-12 (-5 *3 (-837)) (-5 *4 (-350 (-485)))
(-5 *2
- (-2 (|:| |brans| (-583 (-583 (-854 (-179)))))
- (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))))
+ (-2 (|:| |brans| (-584 (-584 (-855 (-179)))))
+ (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))))
(-5 *1 (-126))))
((*1 *2 *3)
(-12
(-5 *2
- (-2 (|:| |brans| (-583 (-583 (-854 (-179)))))
- (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))))
- (-5 *1 (-126)) (-5 *3 (-583 (-854 (-179))))))
+ (-2 (|:| |brans| (-584 (-584 (-855 (-179)))))
+ (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))))
+ (-5 *1 (-126)) (-5 *3 (-584 (-855 (-179))))))
((*1 *2 *3)
(-12
(-5 *2
- (-2 (|:| |brans| (-583 (-583 (-854 (-179)))))
- (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))))
- (-5 *1 (-126)) (-5 *3 (-583 (-583 (-854 (-179)))))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *1 (-221))))
+ (-2 (|:| |brans| (-584 (-584 (-855 (-179)))))
+ (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))))
+ (-5 *1 (-126)) (-5 *3 (-584 (-584 (-855 (-179)))))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *1 (-221))))
((*1 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-221)))))
-(((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-221))))
+(((*1 *1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-221))))
((*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-221)))))
-(((*1 *1 *2) (-12 (-5 *2 (-783)) (-5 *1 (-221))))
+(((*1 *1 *2) (-12 (-5 *2 (-784)) (-5 *1 (-221))))
((*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-221)))))
(((*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179) (-179) (-179))) (-5 *1 (-221))))
((*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179) (-179))) (-5 *1 (-221))))
((*1 *1 *2) (-12 (-5 *2 (-1 (-179) (-179))) (-5 *1 (-221)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-1001 (-350 (-484))))) (-5 *1 (-221))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 (-1001 (-330)))) (-5 *1 (-221)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-1002 (-350 (-485))))) (-5 *1 (-221))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 (-1002 (-330)))) (-5 *1 (-221)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-221))) (-5 *4 (-1090)) (-5 *2 (-85)) (-5 *1 (-221)))))
+ (-12 (-5 *3 (-584 (-221))) (-5 *4 (-1091)) (-5 *2 (-85)) (-5 *1 (-221)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1182))
- (-5 *1 (-215 *3)) (-4 *3 (-13 (-553 (-473)) (-1013)))))
+ (-12 (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1183))
+ (-5 *1 (-215 *3)) (-4 *3 (-13 (-554 (-474)) (-1014)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1004 (-330))) (-5 *2 (-1182)) (-5 *1 (-215 *3))
- (-4 *3 (-13 (-553 (-473)) (-1013)))))
+ (-12 (-5 *4 (-1005 (-330))) (-5 *2 (-1183)) (-5 *1 (-215 *3))
+ (-4 *3 (-13 (-554 (-474)) (-1014)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-787 *6)) (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221)))
- (-4 *6 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1182)) (-5 *1 (-215 *6))))
+ (-12 (-5 *3 (-788 *6)) (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221)))
+ (-4 *6 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1183)) (-5 *1 (-215 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-787 *5)) (-5 *4 (-1004 (-330)))
- (-4 *5 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1182)) (-5 *1 (-215 *5))))
+ (-12 (-5 *3 (-788 *5)) (-5 *4 (-1005 (-330)))
+ (-4 *5 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1183)) (-5 *1 (-215 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-789 *6)) (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221)))
- (-4 *6 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1183)) (-5 *1 (-215 *6))))
+ (-12 (-5 *3 (-790 *6)) (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221)))
+ (-4 *6 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1184)) (-5 *1 (-215 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-789 *5)) (-5 *4 (-1004 (-330)))
- (-4 *5 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1183)) (-5 *1 (-215 *5))))
+ (-12 (-5 *3 (-790 *5)) (-5 *4 (-1005 (-330)))
+ (-4 *5 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1184)) (-5 *1 (-215 *5))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1183))
- (-5 *1 (-215 *3)) (-4 *3 (-13 (-553 (-473)) (-1013)))))
+ (-12 (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1184))
+ (-5 *1 (-215 *3)) (-4 *3 (-13 (-554 (-474)) (-1014)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1004 (-330))) (-5 *2 (-1183)) (-5 *1 (-215 *3))
- (-4 *3 (-13 (-553 (-473)) (-1013)))))
+ (-12 (-5 *4 (-1005 (-330))) (-5 *2 (-1184)) (-5 *1 (-215 *3))
+ (-4 *3 (-13 (-554 (-474)) (-1014)))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-792 *6)) (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221)))
- (-4 *6 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1183)) (-5 *1 (-215 *6))))
+ (-12 (-5 *3 (-793 *6)) (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221)))
+ (-4 *6 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1184)) (-5 *1 (-215 *6))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-792 *5)) (-5 *4 (-1004 (-330)))
- (-4 *5 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1183)) (-5 *1 (-215 *5))))
+ (-12 (-5 *3 (-793 *5)) (-5 *4 (-1005 (-330)))
+ (-4 *5 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1184)) (-5 *1 (-215 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *5 (-583 (-221)))
- (-5 *2 (-1182)) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *5 (-584 (-221)))
+ (-5 *2 (-1183)) (-5 *1 (-216))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *2 (-1182))
+ (-12 (-5 *3 (-1 (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *2 (-1183))
(-5 *1 (-216))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-787 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1182)) (-5 *1 (-216))))
+ (-12 (-5 *3 (-788 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1183)) (-5 *1 (-216))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-787 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *2 (-1182))
+ (-12 (-5 *3 (-788 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *2 (-1183))
(-5 *1 (-216))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-789 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-216))))
+ (-12 (-5 *3 (-790 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-216))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-789 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330))) (-5 *2 (-1183))
+ (-12 (-5 *3 (-790 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330))) (-5 *2 (-1184))
(-5 *1 (-216))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-854 (-179)) (-179))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-855 (-179)) (-179))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-216))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-854 (-179)) (-179))) (-5 *4 (-1001 (-330))) (-5 *2 (-1183))
+ (-12 (-5 *3 (-1 (-855 (-179)) (-179))) (-5 *4 (-1002 (-330))) (-5 *2 (-1184))
(-5 *1 (-216))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-216))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1001 (-330))) (-5 *2 (-1183))
+ (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1002 (-330))) (-5 *2 (-1184))
(-5 *1 (-216))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-216))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-330)))
- (-5 *2 (-1183)) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-330)))
+ (-5 *2 (-1184)) (-5 *1 (-216))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-792 (-1 (-179) (-179) (-179)))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1183)) (-5 *1 (-216))))
+ (-12 (-5 *3 (-793 (-1 (-179) (-179) (-179)))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1184)) (-5 *1 (-216))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-792 (-1 (-179) (-179) (-179)))) (-5 *4 (-1001 (-330)))
- (-5 *2 (-1183)) (-5 *1 (-216))))
+ (-12 (-5 *3 (-793 (-1 (-179) (-179) (-179)))) (-5 *4 (-1002 (-330)))
+ (-5 *2 (-1184)) (-5 *1 (-216))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-249 *7)) (-5 *4 (-1090)) (-5 *5 (-583 (-221)))
- (-4 *7 (-364 *6)) (-4 *6 (-13 (-495) (-756) (-950 (-484)))) (-5 *2 (-1182))
+ (-12 (-5 *3 (-249 *7)) (-5 *4 (-1091)) (-5 *5 (-584 (-221)))
+ (-4 *7 (-364 *6)) (-4 *6 (-13 (-496) (-757) (-951 (-485)))) (-5 *2 (-1183))
(-5 *1 (-217 *6 *7))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-583 (-179))) (-5 *2 (-1182)) (-5 *1 (-220))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-584 (-179))) (-5 *2 (-1183)) (-5 *1 (-220))))
((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-583 (-179))) (-5 *4 (-583 (-221))) (-5 *2 (-1182))
+ (-12 (-5 *3 (-584 (-179))) (-5 *4 (-584 (-221))) (-5 *2 (-1183))
(-5 *1 (-220))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-854 (-179)))) (-5 *2 (-1182)) (-5 *1 (-220))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-855 (-179)))) (-5 *2 (-1183)) (-5 *1 (-220))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-583 (-854 (-179)))) (-5 *4 (-583 (-221))) (-5 *2 (-1182))
+ (-12 (-5 *3 (-584 (-855 (-179)))) (-5 *4 (-584 (-221))) (-5 *2 (-1183))
(-5 *1 (-220))))
- ((*1 *2 *3 *3 *3) (-12 (-5 *3 (-583 (-179))) (-5 *2 (-1183)) (-5 *1 (-220))))
+ ((*1 *2 *3 *3 *3) (-12 (-5 *3 (-584 (-179))) (-5 *2 (-1184)) (-5 *1 (-220))))
((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-583 (-179))) (-5 *4 (-583 (-221))) (-5 *2 (-1183))
+ (-12 (-5 *3 (-584 (-179))) (-5 *4 (-584 (-221))) (-5 *2 (-1184))
(-5 *1 (-220)))))
(((*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-218)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-218)))))
-(((*1 *2 *2) (-12 (-5 *2 (-484)) (-5 *1 (-218)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-218)))))
+(((*1 *2 *2) (-12 (-5 *2 (-485)) (-5 *1 (-218)))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-142 (-179)) (-142 (-179)))) (-5 *4 (-1001 (-179)))
- (-5 *2 (-1183)) (-5 *1 (-218)))))
+ (-12 (-5 *3 (-1 (-142 (-179)) (-142 (-179)))) (-5 *4 (-1002 (-179)))
+ (-5 *2 (-1184)) (-5 *1 (-218)))))
(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-142 (-179)) (-142 (-179)))) (-5 *4 (-1001 (-179)))
- (-5 *5 (-85)) (-5 *2 (-1183)) (-5 *1 (-218)))))
+ (-12 (-5 *3 (-1 (-142 (-179)) (-142 (-179)))) (-5 *4 (-1002 (-179)))
+ (-5 *5 (-85)) (-5 *2 (-1184)) (-5 *1 (-218)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-854 (-179)) (-179) (-179)))
+ (-12 (-5 *2 (-1 (-855 (-179)) (-179) (-179)))
(-5 *3 (-1 (-179) (-179) (-179) (-179))) (-5 *1 (-216)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-789 *6)) (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221)))
- (-4 *6 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1047 (-179)))
+ (-12 (-5 *3 (-790 *6)) (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221)))
+ (-4 *6 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1048 (-179)))
(-5 *1 (-215 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-789 *5)) (-5 *4 (-1004 (-330)))
- (-4 *5 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1047 (-179)))
+ (-12 (-5 *3 (-790 *5)) (-5 *4 (-1005 (-330)))
+ (-4 *5 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1048 (-179)))
(-5 *1 (-215 *5))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179)))
- (-5 *1 (-215 *3)) (-4 *3 (-13 (-553 (-473)) (-1013)))))
+ (-12 (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179)))
+ (-5 *1 (-215 *3)) (-4 *3 (-13 (-554 (-474)) (-1014)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1004 (-330))) (-5 *2 (-1047 (-179))) (-5 *1 (-215 *3))
- (-4 *3 (-13 (-553 (-473)) (-1013)))))
+ (-12 (-5 *4 (-1005 (-330))) (-5 *2 (-1048 (-179))) (-5 *1 (-215 *3))
+ (-4 *3 (-13 (-554 (-474)) (-1014)))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-792 *6)) (-5 *4 (-1004 (-330))) (-5 *5 (-583 (-221)))
- (-4 *6 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1047 (-179)))
+ (-12 (-5 *3 (-793 *6)) (-5 *4 (-1005 (-330))) (-5 *5 (-584 (-221)))
+ (-4 *6 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1048 (-179)))
(-5 *1 (-215 *6))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-792 *5)) (-5 *4 (-1004 (-330)))
- (-4 *5 (-13 (-553 (-473)) (-1013))) (-5 *2 (-1047 (-179)))
+ (-12 (-5 *3 (-793 *5)) (-5 *4 (-1005 (-330)))
+ (-4 *5 (-13 (-554 (-474)) (-1014))) (-5 *2 (-1048 (-179)))
(-5 *1 (-215 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-789 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-216))))
+ (-12 (-5 *3 (-790 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-216))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-789 (-1 (-179) (-179)))) (-5 *4 (-1001 (-330)))
- (-5 *2 (-1047 (-179))) (-5 *1 (-216))))
+ (-12 (-5 *3 (-790 (-1 (-179) (-179)))) (-5 *4 (-1002 (-330)))
+ (-5 *2 (-1048 (-179))) (-5 *1 (-216))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-854 (-179)) (-179))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-855 (-179)) (-179))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-216))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-854 (-179)) (-179))) (-5 *4 (-1001 (-330)))
- (-5 *2 (-1047 (-179))) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-855 (-179)) (-179))) (-5 *4 (-1002 (-330)))
+ (-5 *2 (-1048 (-179))) (-5 *1 (-216))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-216))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1001 (-330)))
- (-5 *2 (-1047 (-179))) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-179) (-179) (-179))) (-5 *4 (-1002 (-330)))
+ (-5 *2 (-1048 (-179))) (-5 *1 (-216))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-216))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-854 (-179)) (-179) (-179))) (-5 *4 (-1001 (-330)))
- (-5 *2 (-1047 (-179))) (-5 *1 (-216))))
+ (-12 (-5 *3 (-1 (-855 (-179)) (-179) (-179))) (-5 *4 (-1002 (-330)))
+ (-5 *2 (-1048 (-179))) (-5 *1 (-216))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-792 (-1 (-179) (-179) (-179)))) (-5 *4 (-1001 (-330)))
- (-5 *5 (-583 (-221))) (-5 *2 (-1047 (-179))) (-5 *1 (-216))))
+ (-12 (-5 *3 (-793 (-1 (-179) (-179) (-179)))) (-5 *4 (-1002 (-330)))
+ (-5 *5 (-584 (-221))) (-5 *2 (-1048 (-179))) (-5 *1 (-216))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-792 (-1 (-179) (-179) (-179)))) (-5 *4 (-1001 (-330)))
- (-5 *2 (-1047 (-179))) (-5 *1 (-216)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-176 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-4 *1 (-214 *3))))
- ((*1 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-756))
- (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-583 *4)))))
+ (-12 (-5 *3 (-793 (-1 (-179) (-179) (-179)))) (-5 *4 (-1002 (-330)))
+ (-5 *2 (-1048 (-179))) (-5 *1 (-216)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-176 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-4 *1 (-214 *3))))
+ ((*1 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-214 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-757))
+ (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-584 *4)))))
(((*1 *2 *1 *3)
- (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-961)) (-4 *3 (-756))
- (-4 *5 (-228 *3)) (-4 *6 (-717)) (-5 *2 (-583 (-694)))))
+ (-12 (-4 *1 (-213 *4 *3 *5 *6)) (-4 *4 (-962)) (-4 *3 (-757))
+ (-4 *5 (-228 *3)) (-4 *6 (-718)) (-5 *2 (-584 (-695)))))
((*1 *2 *1)
- (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-756))
- (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-583 (-694))))))
+ (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-757))
+ (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-584 (-695))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-961)) (-4 *4 (-756))
- (-4 *5 (-228 *4)) (-4 *6 (-717)) (-5 *2 (-85)))))
+ (-12 (-4 *1 (-213 *3 *4 *5 *6)) (-4 *3 (-962)) (-4 *4 (-757))
+ (-4 *5 (-228 *4)) (-4 *6 (-718)) (-5 *2 (-85)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-213 *3 *4 *2 *5)) (-4 *3 (-961)) (-4 *4 (-756)) (-4 *5 (-717))
+ (-12 (-4 *1 (-213 *3 *4 *2 *5)) (-4 *3 (-962)) (-4 *4 (-757)) (-4 *5 (-718))
(-4 *2 (-228 *4)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-213 *2 *3 *4 *5)) (-4 *2 (-961)) (-4 *3 (-756))
- (-4 *4 (-228 *3)) (-4 *5 (-717)))))
+ (-12 (-4 *1 (-213 *2 *3 *4 *5)) (-4 *2 (-962)) (-4 *3 (-757))
+ (-4 *4 (-228 *3)) (-4 *5 (-718)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-213 *2 *3 *4 *5)) (-4 *2 (-961)) (-4 *3 (-756))
- (-4 *4 (-228 *3)) (-4 *5 (-717)))))
+ (-12 (-4 *1 (-213 *2 *3 *4 *5)) (-4 *2 (-962)) (-4 *3 (-757))
+ (-4 *4 (-228 *3)) (-4 *5 (-718)))))
(((*1 *2 *1) (-12 (-5 *2 (-282)) (-5 *1 (-208)))))
(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-113))))
((*1 *2 *1) (-12 (-5 *1 (-158 *2)) (-4 *2 (-160))))
((*1 *2 *1) (-12 (-5 *2 (-208)) (-5 *1 (-207)))))
(((*1 *2 *1) (-12 (-5 *2 (-158 (-208))) (-5 *1 (-207)))))
(((*1 *1 *2) (-12 (-5 *2 (-158 (-208))) (-5 *1 (-207)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1185)) (-5 *1 (-207)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1186)) (-5 *1 (-207)))))
(((*1 *2 *3 *3 *2)
- (|partial| -12 (-5 *2 (-694))
- (-4 *3 (-13 (-663) (-320) (-10 -7 (-15 ** (*3 *3 (-484))))))
+ (|partial| -12 (-5 *2 (-695))
+ (-4 *3 (-13 (-664) (-320) (-10 -7 (-15 ** (*3 *3 (-485))))))
(-5 *1 (-204 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-203 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-484)) (-5 *1 (-199))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-1073))) (-5 *2 (-484)) (-5 *1 (-199)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-1185)) (-5 *1 (-199))))
- ((*1 *2 *3) (-12 (-5 *3 (-583 (-1073))) (-5 *2 (-1185)) (-5 *1 (-199)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1073)) (-5 *3 (-484)) (-5 *1 (-199)))))
-(((*1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-199)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1179 *4)) (-4 *4 (-1129)) (-4 *1 (-196 *3 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-249 (-857 (-484))))
- (-5 *2
- (-2 (|:| |varOrder| (-583 (-1090)))
- (|:| |inhom| (-3 (-583 (-1179 (-694))) "failed"))
- (|:| |hom| (-583 (-1179 (-694))))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-203 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-12 (-4 *1 (-202 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-202 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-485)) (-5 *1 (-199))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-1074))) (-5 *2 (-485)) (-5 *1 (-199)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-1186)) (-5 *1 (-199))))
+ ((*1 *2 *3) (-12 (-5 *3 (-584 (-1074))) (-5 *2 (-1186)) (-5 *1 (-199)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1074)) (-5 *3 (-485)) (-5 *1 (-199)))))
+(((*1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-199)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1180 *4)) (-4 *4 (-1130)) (-4 *1 (-196 *3 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-249 (-858 (-485))))
+ (-5 *2
+ (-2 (|:| |varOrder| (-584 (-1091)))
+ (|:| |inhom| (-3 (-584 (-1180 (-695))) "failed"))
+ (|:| |hom| (-584 (-1180 (-695))))))
(-5 *1 (-194)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-4 *1 (-193 *3))))
- ((*1 *1) (-12 (-4 *1 (-193 *2)) (-4 *2 (-1013)))))
-(((*1 *1) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115))))))
-(((*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115))))))
-(((*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115))))))
-(((*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1115))))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-4 *1 (-193 *3))))
+ ((*1 *1) (-12 (-4 *1 (-193 *2)) (-4 *2 (-1014)))))
+(((*1 *1) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116))))))
+(((*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116))))))
+(((*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116))))))
+(((*1 *1 *2) (-12 (-5 *1 (-181 *2)) (-4 *2 (-13 (-312) (-1116))))))
(((*1 *2 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
((*1 *2 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))))
(((*1 *2 *2) (-12 (-5 *2 (-179)) (-5 *1 (-180))))
((*1 *2 *2) (-12 (-5 *2 (-142 (-179))) (-5 *1 (-180)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-179)))))
(((*1 *2 *3 *4 *5 *5 *2)
- (|partial| -12 (-5 *2 (-85)) (-5 *3 (-857 *6)) (-5 *4 (-1090))
- (-5 *5 (-750 *7)) (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-4 *7 (-13 (-1115) (-29 *6))) (-5 *1 (-178 *6 *7))))
+ (|partial| -12 (-5 *2 (-85)) (-5 *3 (-858 *6)) (-5 *4 (-1091))
+ (-5 *5 (-751 *7)) (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-4 *7 (-13 (-1116) (-29 *6))) (-5 *1 (-178 *6 *7))))
((*1 *2 *3 *4 *4 *2)
- (|partial| -12 (-5 *2 (-85)) (-5 *3 (-1085 *6)) (-5 *4 (-750 *6))
- (-4 *6 (-13 (-1115) (-29 *5)))
- (-4 *5 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-178 *5 *6)))))
+ (|partial| -12 (-5 *2 (-85)) (-5 *3 (-1086 *6)) (-5 *4 (-751 *6))
+ (-4 *6 (-13 (-1116) (-29 *5)))
+ (-4 *5 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-178 *5 *6)))))
(((*1 *2 *3 *4 *2 *2 *5)
- (|partial| -12 (-5 *2 (-750 *4)) (-5 *3 (-550 *4)) (-5 *5 (-85))
- (-4 *4 (-13 (-1115) (-29 *6)))
- (-4 *6 (-13 (-392) (-950 (-484)) (-580 (-484)))) (-5 *1 (-178 *6 *4)))))
+ (|partial| -12 (-5 *2 (-751 *4)) (-5 *3 (-551 *4)) (-5 *5 (-85))
+ (-4 *4 (-13 (-1116) (-29 *6)))
+ (-4 *6 (-13 (-392) (-951 (-485)) (-581 (-485)))) (-5 *1 (-178 *6 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1073)) (-4 *4 (-13 (-392) (-950 (-484)) (-580 (-484))))
- (-5 *2 (-85)) (-5 *1 (-178 *4 *5)) (-4 *5 (-13 (-1115) (-29 *4))))))
-(((*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-961)) (-14 *3 (-583 (-1090)))))
+ (-12 (-5 *3 (-1074)) (-4 *4 (-13 (-392) (-951 (-485)) (-581 (-485))))
+ (-5 *2 (-85)) (-5 *1 (-178 *4 *5)) (-4 *5 (-13 (-1116) (-29 *4))))))
+(((*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-962)) (-14 *3 (-584 (-1091)))))
((*1 *1 *1)
- (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-961) (-756)))
- (-14 *3 (-583 (-1090))))))
+ (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-962) (-757)))
+ (-14 *3 (-584 (-1091))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-50 *3 *4)) (-4 *3 (-961))
- (-14 *4 (-583 (-1090)))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-50 *3 *4)) (-4 *3 (-962))
+ (-14 *4 (-584 (-1091)))))
((*1 *2 *1)
- (-12 (-5 *2 (-85)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-961) (-756)))
- (-14 *4 (-583 (-1090))))))
+ (-12 (-5 *2 (-85)) (-5 *1 (-177 *3 *4)) (-4 *3 (-13 (-962) (-757)))
+ (-14 *4 (-584 (-1091))))))
(((*1 *1 *2)
- (-12 (-5 *2 (-265 *3)) (-4 *3 (-13 (-961) (-756))) (-5 *1 (-177 *3 *4))
- (-14 *4 (-583 (-1090))))))
+ (-12 (-5 *2 (-265 *3)) (-4 *3 (-13 (-962) (-757))) (-5 *1 (-177 *3 *4))
+ (-14 *4 (-584 (-1091))))))
(((*1 *1 *1)
- (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-961) (-756)))
- (-14 *3 (-583 (-1090))))))
+ (-12 (-5 *1 (-177 *2 *3)) (-4 *2 (-13 (-962) (-757)))
+ (-14 *3 (-584 (-1091))))))
(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-1090)) (-5 *6 (-85))
- (-4 *7 (-13 (-258) (-120) (-950 (-484)) (-580 (-484))))
- (-4 *3 (-13 (-1115) (-871) (-29 *7)))
+ (-12 (-5 *4 (-1091)) (-5 *6 (-85))
+ (-4 *7 (-13 (-258) (-120) (-951 (-485)) (-581 (-485))))
+ (-4 *3 (-13 (-1116) (-872) (-29 *7)))
(-5 *2
- (-3 (|:| |f1| (-750 *3)) (|:| |f2| (-583 (-750 *3))) (|:| |fail| "failed")
+ (-3 (|:| |f1| (-751 *3)) (|:| |f2| (-584 (-751 *3))) (|:| |fail| "failed")
(|:| |pole| "potentialPole")))
- (-5 *1 (-173 *7 *3)) (-5 *5 (-750 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-350 (-484))) (-5 *1 (-171)))))
+ (-5 *1 (-173 *7 *3)) (-5 *5 (-751 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-350 (-485))) (-5 *1 (-171)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-170 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-299)) (-5 *2 (-85)) (-5 *1 (-170 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-694)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1155 *4)))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1156 *4)))))
(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-694)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1155 *4)))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-299)) (-5 *1 (-170 *4 *2)) (-4 *2 (-1156 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-299)) (-5 *2 (-583 (-2 (|:| |deg| (-694)) (|:| -2576 *3))))
- (-5 *1 (-170 *4 *3)) (-4 *3 (-1155 *4)))))
+ (-12 (-4 *4 (-299)) (-5 *2 (-584 (-2 (|:| |deg| (-695)) (|:| -2577 *3))))
+ (-5 *1 (-170 *4 *3)) (-4 *3 (-1156 *4)))))
(((*1 *2 *3 *4)
(-12 (-5 *4 (-85)) (-4 *5 (-299))
(-5 *2
(-2 (|:| |cont| *5)
- (|:| -1782 (-583 (-2 (|:| |irr| *3) (|:| -2395 (-484)))))))
- (-5 *1 (-170 *5 *3)) (-4 *3 (-1155 *5)))))
+ (|:| -1783 (-584 (-2 (|:| |irr| *3) (|:| -2396 (-485)))))))
+ (-5 *1 (-170 *5 *3)) (-4 *3 (-1156 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-312)) (-4 *6 (-1155 (-350 *2)))
- (-4 *2 (-1155 *5)) (-5 *1 (-169 *5 *2 *6 *3)) (-4 *3 (-291 *5 *2 *6)))))
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-312)) (-4 *6 (-1156 (-350 *2)))
+ (-4 *2 (-1156 *5)) (-5 *1 (-169 *5 *2 *6 *3)) (-4 *3 (-291 *5 *2 *6)))))
(((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-694)) (-5 *1 (-166 *4 *2)) (-14 *4 (-830)) (-4 *2 (-1013)))))
-(((*1 *2 *3) (-12 (-5 *2 (-348 (-1085 (-484)))) (-5 *1 (-165)) (-5 *3 (-484)))))
-(((*1 *2 *3) (-12 (-5 *2 (-583 (-1085 (-484)))) (-5 *1 (-165)) (-5 *3 (-484)))))
+ (-12 (-5 *3 (-695)) (-5 *1 (-166 *4 *2)) (-14 *4 (-831)) (-4 *2 (-1014)))))
+(((*1 *2 *3) (-12 (-5 *2 (-348 (-1086 (-485)))) (-5 *1 (-165)) (-5 *3 (-485)))))
+(((*1 *2 *3) (-12 (-5 *2 (-584 (-1086 (-485)))) (-5 *1 (-165)) (-5 *3 (-485)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-583 (-484))) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))))
+ (-12 (-5 *3 (-584 (-485))) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 (-830))) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))))
+ (-12 (-5 *3 (-584 (-831))) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1092 (-350 (-484)))) (-5 *2 (-350 (-484))) (-5 *1 (-164)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))))
-(((*1 *2 *3) (-12 (-5 *3 (-694)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))))
-(((*1 *2 *3) (-12 (-5 *3 (-830)) (-5 *2 (-1092 (-350 (-484)))) (-5 *1 (-164)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1179 (-630 *4))) (-4 *4 (-146))
- (-5 *2 (-1179 (-630 (-857 *4)))) (-5 *1 (-163 *4)))))
+ (-12 (-5 *3 (-1093 (-350 (-485)))) (-5 *2 (-350 (-485))) (-5 *1 (-164)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))))
+(((*1 *2 *3) (-12 (-5 *3 (-695)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))))
+(((*1 *2 *3) (-12 (-5 *3 (-831)) (-5 *2 (-1093 (-350 (-485)))) (-5 *1 (-164)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1180 (-631 *4))) (-4 *4 (-146))
+ (-5 *2 (-1180 (-631 (-858 *4)))) (-5 *1 (-163 *4)))))
(((*1 *1) (-5 *1 (-161))))
(((*1 *1) (-5 *1 (-161))))
(((*1 *1) (-5 *1 (-161))))
(((*1 *2 *1) (-12 (-5 *2 (-161)) (-5 *1 (-111))))
((*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-161)))))
-(((*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-583 (-85))))))
-(((*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-583 (-774))))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-1095))) (-5 *1 (-158 *3)) (-4 *3 (-160)))))
-(((*1 *2 *3) (-12 (-5 *3 (-446)) (-5 *2 (-632 (-157))) (-5 *1 (-157)))))
-(((*1 *2 *2 *2) (-12 (-4 *3 (-1129)) (-5 *1 (-156 *3 *2)) (-4 *2 (-616 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-584 (-85))))))
+(((*1 *2 *1) (-12 (-4 *1 (-160)) (-5 *2 (-584 (-775))))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-1096))) (-5 *1 (-158 *3)) (-4 *3 (-160)))))
+(((*1 *2 *3) (-12 (-5 *3 (-447)) (-5 *2 (-633 (-157))) (-5 *1 (-157)))))
+(((*1 *2 *2 *2) (-12 (-4 *3 (-1130)) (-5 *1 (-156 *3 *2)) (-4 *2 (-617 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1129)) (-5 *2 (-694)) (-5 *1 (-156 *4 *3)) (-4 *3 (-616 *4)))))
+ (-12 (-4 *4 (-1130)) (-5 *2 (-695)) (-5 *1 (-156 *4 *3)) (-4 *3 (-617 *4)))))
(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-1129)) (-5 *1 (-156 *3 *2)) (-4 *2 (-616 *3)))))
+ (|partial| -12 (-4 *3 (-1130)) (-5 *1 (-156 *3 *2)) (-4 *2 (-617 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-755)))
- (-5 *2 (-2 (|:| |start| *3) (|:| -1782 (-348 *3)))) (-5 *1 (-155 *4 *3))
- (-4 *3 (-1155 (-142 *4))))))
+ (-12 (-4 *4 (-13 (-312) (-756)))
+ (-5 *2 (-2 (|:| |start| *3) (|:| -1783 (-348 *3)))) (-5 *1 (-155 *4 *3))
+ (-4 *3 (-1156 (-142 *4))))))
(((*1 *2 *2)
- (-12 (-4 *2 (-13 (-312) (-755))) (-5 *1 (-155 *2 *3))
- (-4 *3 (-1155 (-142 *2))))))
+ (-12 (-4 *2 (-13 (-312) (-756))) (-5 *1 (-155 *2 *3))
+ (-4 *3 (-1156 (-142 *2))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-142 *4)) (-5 *1 (-155 *4 *3)) (-4 *4 (-13 (-312) (-755)))
- (-4 *3 (-1155 *2)))))
+ (-12 (-5 *2 (-142 *4)) (-5 *1 (-155 *4 *3)) (-4 *4 (-13 (-312) (-756)))
+ (-4 *3 (-1156 *2)))))
(((*1 *2 *3 *2)
- (-12 (-4 *2 (-13 (-312) (-755))) (-5 *1 (-155 *2 *3))
- (-4 *3 (-1155 (-142 *2)))))
+ (-12 (-4 *2 (-13 (-312) (-756))) (-5 *1 (-155 *2 *3))
+ (-4 *3 (-1156 (-142 *2)))))
((*1 *2 *3)
- (-12 (-4 *2 (-13 (-312) (-755))) (-5 *1 (-155 *2 *3))
- (-4 *3 (-1155 (-142 *2))))))
+ (-12 (-4 *2 (-13 (-312) (-756))) (-5 *1 (-155 *2 *3))
+ (-4 *3 (-1156 (-142 *2))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-312) (-755))) (-5 *1 (-155 *3 *2))
- (-4 *2 (-1155 (-142 *3))))))
+ (-12 (-4 *3 (-13 (-312) (-756))) (-5 *1 (-155 *3 *2))
+ (-4 *2 (-1156 (-142 *3))))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-85)) (-4 *4 (-13 (-312) (-755))) (-5 *2 (-348 *3))
- (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4)))))
+ (-12 (-5 *5 (-85)) (-4 *4 (-13 (-312) (-756))) (-5 *2 (-348 *3))
+ (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4)))))
((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3))
- (-4 *3 (-1155 (-142 *4))))))
+ (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-348 *3)) (-5 *1 (-155 *4 *3))
+ (-4 *3 (-1156 (-142 *4))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-312) (-755))) (-5 *1 (-155 *3 *2))
- (-4 *2 (-1155 (-142 *3))))))
+ (-12 (-4 *3 (-13 (-312) (-756))) (-5 *1 (-155 *3 *2))
+ (-4 *2 (-1156 (-142 *3))))))
(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-85)) (-4 *5 (-13 (-312) (-755)))
- (-5 *2 (-583 (-2 (|:| -1782 (-583 *3)) (|:| -1596 *5))))
- (-5 *1 (-155 *5 *3)) (-4 *3 (-1155 (-142 *5)))))
+ (-12 (-5 *4 (-85)) (-4 *5 (-13 (-312) (-756)))
+ (-5 *2 (-584 (-2 (|:| -1783 (-584 *3)) (|:| -1597 *5))))
+ (-5 *1 (-155 *5 *3)) (-4 *3 (-1156 (-142 *5)))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-312) (-755)))
- (-5 *2 (-583 (-2 (|:| -1782 (-583 *3)) (|:| -1596 *4))))
- (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))))
+ (-12 (-4 *4 (-13 (-312) (-756)))
+ (-5 *2 (-584 (-2 (|:| -1783 (-584 *3)) (|:| -1597 *4))))
+ (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))))
(((*1 *2 *3 *4)
- (-12 (-5 *2 (-583 (-142 *4))) (-5 *1 (-128 *3 *4))
- (-4 *3 (-1155 (-142 (-484)))) (-4 *4 (-13 (-312) (-755)))))
+ (-12 (-5 *2 (-584 (-142 *4))) (-5 *1 (-128 *3 *4))
+ (-4 *3 (-1156 (-142 (-485)))) (-4 *4 (-13 (-312) (-756)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-583 (-142 *4)))
- (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4)))))
+ (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-584 (-142 *4)))
+ (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4)))))
((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-312) (-755))) (-5 *2 (-583 (-142 *4)))
- (-5 *1 (-155 *4 *3)) (-4 *3 (-1155 (-142 *4))))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-583 *3)) (-4 *3 (-258)) (-5 *1 (-153 *3)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-258)) (-5 *1 (-153 *3)))))
+ (-12 (-4 *4 (-13 (-312) (-756))) (-5 *2 (-584 (-142 *4)))
+ (-5 *1 (-155 *4 *3)) (-4 *3 (-1156 (-142 *4))))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-584 *3)) (-4 *3 (-258)) (-5 *1 (-153 *3)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-258)) (-5 *1 (-153 *3)))))
(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3))
- (-4 *3 (-13 (-312) (-1115) (-915))))))
+ (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3))
+ (-4 *3 (-13 (-312) (-1116) (-916))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3))
- (-4 *3 (-13 (-312) (-1115) (-915))))))
+ (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3))
+ (-4 *3 (-13 (-312) (-1116) (-916))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3))
- (-4 *3 (-13 (-312) (-1115) (-915))))))
+ (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3))
+ (-4 *3 (-13 (-312) (-1116) (-916))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3))
- (-4 *3 (-13 (-312) (-1115) (-915))))))
+ (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3))
+ (-4 *3 (-13 (-312) (-1116) (-916))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3))
- (-4 *3 (-13 (-312) (-1115) (-915))))))
+ (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3))
+ (-4 *3 (-13 (-312) (-1116) (-916))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3))
- (-4 *3 (-13 (-312) (-1115) (-915))))))
+ (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3))
+ (-4 *3 (-13 (-312) (-1116) (-916))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-854 *3) (-854 *3))) (-5 *1 (-150 *3))
- (-4 *3 (-13 (-312) (-1115) (-915))))))
+ (-12 (-5 *2 (-1 (-855 *3) (-855 *3))) (-5 *1 (-150 *3))
+ (-4 *3 (-13 (-312) (-1116) (-916))))))
(((*1 *2 *2)
- (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915)))
+ (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916)))
(-5 *1 (-150 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915)))
+ (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916)))
(-5 *1 (-150 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915)))
+ (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916)))
(-5 *1 (-150 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915)))
+ (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916)))
(-5 *1 (-150 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915)))
+ (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916)))
(-5 *1 (-150 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915)))
+ (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916)))
(-5 *1 (-150 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-854 *3)) (-4 *3 (-13 (-312) (-1115) (-915)))
+ (-12 (-5 *2 (-855 *3)) (-4 *3 (-13 (-312) (-1116) (-916)))
(-5 *1 (-150 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-78))) (-5 *1 (-149)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-78))) (-5 *1 (-149)))))
(((*1 *1 *2 *1) (-12 (-5 *2 (-78)) (-5 *1 (-149)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-1069 *2)) (-4 *2 (-258)) (-5 *1 (-148 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-1070 *2)) (-4 *2 (-258)) (-5 *1 (-148 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
(((*1 *1 *1) (-12 (-5 *1 (-148 *2)) (-4 *2 (-258)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1069 (-350 *3))) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1069 (-350 *3))) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1069 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1070 (-350 *3))) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1070 (-350 *3))) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1070 *3)) (-5 *1 (-148 *3)) (-4 *3 (-258)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-145)))))
(((*1 *2 *1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-145)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-1049)) (-5 *3 (-247)) (-5 *1 (-141)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1049)) (-5 *2 (-632 (-235))) (-5 *1 (-141)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1073)) (-5 *2 (-583 (-632 (-235)))) (-5 *1 (-141)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-1050)) (-5 *3 (-247)) (-5 *1 (-141)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1050)) (-5 *2 (-633 (-235))) (-5 *1 (-141)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1074)) (-5 *2 (-584 (-633 (-235)))) (-5 *1 (-141)))))
(((*1 *1) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))))
(((*1 *1 *2 *2) (-12 (-4 *1 (-139 *2)) (-4 *2 (-146)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-973)) (-4 *3 (-1115))
+ (-12 (-4 *1 (-139 *3)) (-4 *3 (-146)) (-4 *3 (-974)) (-4 *3 (-1116))
(-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
(((*1 *1 *1 *1) (-5 *1 (-134)))
- ((*1 *1 *2) (-12 (-5 *2 (-484)) (-5 *1 (-134)))))
-(((*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-485)) (-5 *1 (-134)))))
+(((*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1090))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1091))))
((*1 *1 *1) (-4 *1 (-133))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *1 (-131 *4 *2)) (-4 *2 (-364 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1004 *2)) (-4 *2 (-364 *4)) (-4 *4 (-495))
+ (-12 (-5 *3 (-1005 *2)) (-4 *2 (-364 *4)) (-4 *4 (-496))
(-5 *1 (-131 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1004 *1)) (-4 *1 (-133))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1090)))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483)))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483)))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1005 *1)) (-4 *1 (-133))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-133)) (-5 *2 (-1091)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484)))))
(((*1 *1 *1 *1) (-4 *1 (-116)))
- ((*1 *2 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-583 *2)) (-4 *2 (-483)) (-5 *1 (-132 *2)))))
+ ((*1 *2 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484)))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-584 *2)) (-4 *2 (-484)) (-5 *1 (-132 *2)))))
(((*1 *1 *1) (-4 *1 (-116)))
- ((*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3))))
- ((*1 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-483)))))
+ ((*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3))))
+ ((*1 *2 *2) (-12 (-5 *1 (-132 *2)) (-4 *2 (-484)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
- (-4 *4 (-495)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
+ (-4 *4 (-496)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
- (-4 *4 (-495)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
+ (-4 *4 (-496)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
- (-4 *4 (-495)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
+ (-4 *4 (-496)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
- (-4 *4 (-495)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
+ (-4 *4 (-496)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
- (-4 *4 (-495)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
+ (-4 *4 (-496)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
- (-4 *4 (-495)))))
-(((*1 *2 *2) (-12 (-4 *3 (-495)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))))
+ (-12 (-5 *3 (-584 *2)) (-4 *2 (-364 *4)) (-5 *1 (-131 *4 *2))
+ (-4 *4 (-496)))))
+(((*1 *2 *2) (-12 (-4 *3 (-496)) (-5 *1 (-131 *3 *2)) (-4 *2 (-364 *3)))))
(((*1 *1) (-5 *1 (-130))))
-(((*1 *2) (-12 (-5 *2 (-830)) (-5 *1 (-130)))))
+(((*1 *2) (-12 (-5 *2 (-831)) (-5 *1 (-130)))))
(((*1 *2 *3 *4 *4 *4 *4)
(-12 (-5 *4 (-179))
(-5 *2
- (-2 (|:| |brans| (-583 (-583 (-854 *4)))) (|:| |xValues| (-1001 *4))
- (|:| |yValues| (-1001 *4))))
- (-5 *1 (-126)) (-5 *3 (-583 (-583 (-854 *4)))))))
+ (-2 (|:| |brans| (-584 (-584 (-855 *4)))) (|:| |xValues| (-1002 *4))
+ (|:| |yValues| (-1002 *4))))
+ (-5 *1 (-126)) (-5 *3 (-584 (-584 (-855 *4)))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-836))
+ (-12 (-5 *3 (-837))
(-5 *2
- (-2 (|:| |brans| (-583 (-583 (-854 (-179)))))
- (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))))
+ (-2 (|:| |brans| (-584 (-584 (-855 (-179)))))
+ (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))))
(-5 *1 (-126))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-836)) (-5 *4 (-350 (-484)))
+ (-12 (-5 *3 (-837)) (-5 *4 (-350 (-485)))
(-5 *2
- (-2 (|:| |brans| (-583 (-583 (-854 (-179)))))
- (|:| |xValues| (-1001 (-179))) (|:| |yValues| (-1001 (-179)))))
+ (-2 (|:| |brans| (-584 (-584 (-855 (-179)))))
+ (|:| |xValues| (-1002 (-179))) (|:| |yValues| (-1002 (-179)))))
(-5 *1 (-126)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-830)) (-5 *1 (-125 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-312))
- (-14 *5 (-906 *3 *4)))))
+ (-12 (-5 *2 (-831)) (-5 *1 (-125 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-312))
+ (-14 *5 (-907 *3 *4)))))
(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1 (-85) *2)) (-4 *1 (-124 *2)) (-4 *2 (-1129)))))
+ (|partial| -12 (-5 *3 (-1 (-85) *2)) (-4 *1 (-124 *2)) (-4 *2 (-1130)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-318 *2)) (-4 *1 (-124 *2)) (-4 *2 (-1129)) (-4 *2 (-72)))))
+ (-12 (-4 *1 (-318 *2)) (-4 *1 (-124 *2)) (-4 *2 (-1130)) (-4 *2 (-72)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4))
+ (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4))
(-5 *2
(-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-350 *5))
- (|:| |c2| (-350 *5)) (|:| |deg| (-694))))
- (-5 *1 (-121 *4 *5 *3)) (-4 *3 (-1155 (-350 *5))))))
+ (|:| |c2| (-350 *5)) (|:| |deg| (-695))))
+ (-5 *1 (-121 *4 *5 *3)) (-4 *3 (-1156 (-350 *5))))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1155 *2)) (-4 *2 (-1134)) (-5 *1 (-121 *2 *4 *3))
- (-4 *3 (-1155 (-350 *4))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-350 *6)) (-4 *5 (-1134)) (-4 *6 (-1155 *5))
- (-5 *2 (-2 (|:| -2401 (-694)) (|:| -3955 *3) (|:| |radicand| *6)))
- (-5 *1 (-121 *5 *6 *7)) (-5 *4 (-694)) (-4 *7 (-1155 *3)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1155 *4))
- (-5 *2 (-2 (|:| |radicand| (-350 *5)) (|:| |deg| (-694))))
- (-5 *1 (-121 *4 *5 *3)) (-4 *3 (-1155 (-350 *5))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1134)) (-4 *5 (-1155 *4))
- (-5 *2 (-2 (|:| -3955 (-350 *5)) (|:| |poly| *3))) (-5 *1 (-121 *4 *5 *3))
- (-4 *3 (-1155 (-350 *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-117)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-117))))
- ((*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-117)))))
+ (-12 (-4 *4 (-1156 *2)) (-4 *2 (-1135)) (-5 *1 (-121 *2 *4 *3))
+ (-4 *3 (-1156 (-350 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-350 *6)) (-4 *5 (-1135)) (-4 *6 (-1156 *5))
+ (-5 *2 (-2 (|:| -2402 (-695)) (|:| -3956 *3) (|:| |radicand| *6)))
+ (-5 *1 (-121 *5 *6 *7)) (-5 *4 (-695)) (-4 *7 (-1156 *3)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-1135)) (-4 *5 (-1156 *4))
+ (-5 *2 (-2 (|:| |radicand| (-350 *5)) (|:| |deg| (-695))))
+ (-5 *1 (-121 *4 *5 *3)) (-4 *3 (-1156 (-350 *5))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1135)) (-4 *5 (-1156 *4))
+ (-5 *2 (-2 (|:| -3956 (-350 *5)) (|:| |poly| *3))) (-5 *1 (-121 *4 *5 *3))
+ (-4 *3 (-1156 (-350 *5))))))
+(((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-117)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-117))))
+ ((*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-117)))))
(((*1 *1) (-5 *1 (-117))))
(((*1 *1) (-5 *1 (-117))))
(((*1 *1) (-5 *1 (-117))))
@@ -13144,998 +13144,998 @@
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-117)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 (-117))) (-5 *1 (-114))))
- ((*1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-114)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 (-117))) (-5 *1 (-114))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-114)))))
(((*1 *1) (-5 *1 (-114))))
(((*1 *1) (-5 *1 (-114))))
(((*1 *1) (-5 *1 (-114))))
(((*1 *1) (-5 *1 (-114))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-749))) (-5 *1 (-113)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-158 (-112)))) (-5 *1 (-113)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-158 (-112)))) (-5 *1 (-113)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-750))) (-5 *1 (-113)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-158 (-112)))) (-5 *1 (-113)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-158 (-112)))) (-5 *1 (-113)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-583 (-484))) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-484))
- (-14 *4 (-694)) (-4 *5 (-146)))))
+ (-12 (-5 *2 (-584 (-485))) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-485))
+ (-14 *4 (-695)) (-4 *5 (-146)))))
(((*1 *1)
- (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146)))))
+ (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146)))))
(((*1 *1)
- (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-484)) (-14 *3 (-694)) (-4 *4 (-146)))))
+ (-12 (-5 *1 (-108 *2 *3 *4)) (-14 *2 (-485)) (-14 *3 (-695)) (-4 *4 (-146)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-583 *5)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-484))
- (-14 *4 (-694)) (-4 *5 (-146)))))
+ (-12 (-5 *2 (-584 *5)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-485))
+ (-14 *4 (-695)) (-4 *5 (-146)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-583 *5)) (-4 *5 (-146)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-484))
- (-14 *4 (-694)))))
-(((*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-107)))))
+ (-12 (-5 *2 (-584 *5)) (-4 *5 (-146)) (-5 *1 (-108 *3 *4 *5)) (-14 *3 (-485))
+ (-14 *4 (-695)))))
+(((*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-107)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-107)))))
(((*1 *2) (-12 (-5 *2 (-85)) (-5 *1 (-107)))))
(((*1 *2 *2) (-12 (-5 *2 (-85)) (-5 *1 (-107)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-105)) (-5 *3 (-694)) (-5 *2 (-1185)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-105)) (-5 *3 (-695)) (-5 *2 (-1186)))))
(((*1 *1 *1 *1) (|partial| -4 *1 (-104))))
(((*1 *1) (-5 *1 (-103))))
(((*1 *1) (-5 *1 (-103))))
(((*1 *1) (-5 *1 (-103))))
-(((*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-102)))))
-(((*1 *2 *1) (-12 (-5 *2 (-694)) (-5 *1 (-102)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-102)))))
-(((*1 *1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-101)))))
-(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-100 *2)) (-4 *2 (-1013))))
- ((*1 *1 *2) (-12 (-5 *1 (-100 *2)) (-4 *2 (-1013)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-99 *3)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-98 *2)) (-4 *2 (-1013)))))
+(((*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-102)))))
+(((*1 *2 *1) (-12 (-5 *2 (-695)) (-5 *1 (-102)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-102)))))
+(((*1 *1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-101)))))
+(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-100 *2)) (-4 *2 (-1014))))
+ ((*1 *1 *2) (-12 (-5 *1 (-100 *2)) (-4 *2 (-1014)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-99 *3)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-98 *2)) (-4 *2 (-1014)))))
(((*1 *1 *1 *1) (-5 *1 (-85))) ((*1 *1 *1 *1) (-4 *1 (-96))))
(((*1 *1 *1 *1) (-5 *1 (-85))) ((*1 *1 *1 *1) (-4 *1 (-96))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-756)) (-5 *1 (-94 *3)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-94 *2)) (-4 *2 (-756)))))
-(((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2) (-12 (-5 *2 (-694)) (-5 *1 (-93 *3)) (-4 *3 (-1155 (-484)))))
- ((*1 *2 *2) (-12 (-5 *2 (-694)) (-5 *1 (-93 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1155 (-484)))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1155 (-484))))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-92 *2)) (-4 *2 (-1129)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1035 *2)) (-4 *1 (-92 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-312) (-950 (-350 *2)))) (-5 *2 (-484)) (-5 *1 (-88 *4 *3))
- (-4 *3 (-1155 *4)))))
-(((*1 *2 *3) (|partial| -12 (-5 *3 (-86)) (-5 *1 (-87 *2)) (-4 *2 (-1013)))))
-(((*1 *2 *3) (-12 (-5 *2 (-86)) (-5 *1 (-87 *3)) (-4 *3 (-1013)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-757)) (-5 *1 (-94 *3)))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-94 *2)) (-4 *2 (-757)))))
+(((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2) (-12 (-5 *2 (-695)) (-5 *1 (-93 *3)) (-4 *3 (-1156 (-485)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-695)) (-5 *1 (-93 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1156 (-485)))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-85)) (-5 *1 (-93 *3)) (-4 *3 (-1156 (-485))))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-92 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1036 *2)) (-4 *1 (-92 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-312) (-951 (-350 *2)))) (-5 *2 (-485)) (-5 *1 (-88 *4 *3))
+ (-4 *3 (-1156 *4)))))
+(((*1 *2 *3) (|partial| -12 (-5 *3 (-86)) (-5 *1 (-87 *2)) (-4 *2 (-1014)))))
+(((*1 *2 *3) (-12 (-5 *2 (-86)) (-5 *1 (-87 *3)) (-4 *3 (-1014)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-86)) (-5 *3 (-583 (-1 *4 (-583 *4)))) (-4 *4 (-1013))
+ (-12 (-5 *2 (-86)) (-5 *3 (-584 (-1 *4 (-584 *4)))) (-4 *4 (-1014))
(-5 *1 (-87 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1013)) (-5 *1 (-87 *4))))
+ (-12 (-5 *2 (-86)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1014)) (-5 *1 (-87 *4))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-86)) (-5 *2 (-583 (-1 *4 (-583 *4))))
- (-5 *1 (-87 *4)) (-4 *4 (-1013)))))
-(((*1 *2 *1) (-12 (-5 *2 (-583 (-876))) (-5 *1 (-78))))
- ((*1 *2 *1) (-12 (-5 *2 (-45 (-1073) (-696))) (-5 *1 (-86)))))
+ (|partial| -12 (-5 *3 (-86)) (-5 *2 (-584 (-1 *4 (-584 *4))))
+ (-5 *1 (-87 *4)) (-4 *4 (-1014)))))
+(((*1 *2 *1) (-12 (-5 *2 (-584 (-877))) (-5 *1 (-78))))
+ ((*1 *2 *1) (-12 (-5 *2 (-45 (-1074) (-697))) (-5 *1 (-86)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-86)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-86)))))
(((*1 *2 *1) (-12 (-5 *2 (-85)) (-5 *1 (-86)))))
(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-85) (-86) (-86))) (-5 *1 (-86)))))
(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-85) (-86) (-86))) (-5 *1 (-86)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-446)) (-5 *2 (-85)) (-5 *1 (-86)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-446)) (-5 *1 (-86))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1073)) (-5 *1 (-86)))))
-(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-696)) (-5 *1 (-86))))
- ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1073)) (-5 *3 (-696)) (-5 *1 (-86)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1073) (-696))) (-5 *1 (-86)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-1129)) (-5 *1 (-79 *3)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-446)) (-5 *3 (-583 (-876))) (-5 *1 (-78)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-4 *1 (-76 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1129)))))
-(((*1 *2 *3)
- (-12 (|has| *2 (-6 (-3998 "*"))) (-4 *5 (-324 *2)) (-4 *6 (-324 *2))
- (-4 *2 (-961)) (-5 *1 (-74 *2 *3 *4 *5 *6)) (-4 *3 (-1155 *2))
- (-4 *4 (-627 *2 *5 *6)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-447)) (-5 *2 (-85)) (-5 *1 (-86)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-447)) (-5 *1 (-86))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1074)) (-5 *1 (-86)))))
+(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-697)) (-5 *1 (-86))))
+ ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1074)) (-5 *3 (-697)) (-5 *1 (-86)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1074) (-697))) (-5 *1 (-86)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-79 *3)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-584 (-877))) (-5 *1 (-78)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-4 *1 (-76 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-76 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3)
+ (-12 (|has| *2 (-6 (-3999 "*"))) (-4 *5 (-324 *2)) (-4 *6 (-324 *2))
+ (-4 *2 (-962)) (-5 *1 (-74 *2 *3 *4 *5 *6)) (-4 *3 (-1156 *2))
+ (-4 *4 (-628 *2 *5 *6)))))
(((*1 *2 *3 *3)
- (-12 (|has| *2 (-6 (-3998 "*"))) (-4 *5 (-324 *2)) (-4 *6 (-324 *2))
- (-4 *2 (-961)) (-5 *1 (-74 *2 *3 *4 *5 *6)) (-4 *3 (-1155 *2))
- (-4 *4 (-627 *2 *5 *6)))))
+ (-12 (|has| *2 (-6 (-3999 "*"))) (-4 *5 (-324 *2)) (-4 *6 (-324 *2))
+ (-4 *2 (-962)) (-5 *1 (-74 *2 *3 *4 *5 *6)) (-4 *3 (-1156 *2))
+ (-4 *4 (-628 *2 *5 *6)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-961)) (-4 *2 (-627 *4 *5 *6)) (-5 *1 (-74 *4 *3 *2 *5 *6))
- (-4 *3 (-1155 *4)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)))))
+ (-12 (-4 *4 (-962)) (-4 *2 (-628 *4 *5 *6)) (-5 *1 (-74 *4 *3 *2 *5 *6))
+ (-4 *3 (-1156 *4)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-961)) (-4 *2 (-627 *4 *5 *6)) (-5 *1 (-74 *4 *3 *2 *5 *6))
- (-4 *3 (-1155 *4)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-694)) (-5 *1 (-73 *3)) (-4 *3 (-1013)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-73 *3)))))
+ (-12 (-4 *4 (-962)) (-4 *2 (-628 *4 *5 *6)) (-5 *1 (-74 *4 *3 *2 *5 *6))
+ (-4 *3 (-1156 *4)) (-4 *5 (-324 *4)) (-4 *6 (-324 *4)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-695)) (-5 *1 (-73 *3)) (-4 *3 (-1014)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-73 *3)))))
(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1013)) (-5 *1 (-73 *3))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-73 *2)) (-4 *2 (-1013)))))
+ (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1014)) (-5 *1 (-73 *3))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-73 *2)) (-4 *2 (-1014)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 (-583 *2) *2 *2 *2)) (-4 *2 (-1013)) (-5 *1 (-73 *2))))
+ (-12 (-5 *3 (-1 (-584 *2) *2 *2 *2)) (-4 *2 (-1014)) (-5 *1 (-73 *2))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1013)) (-5 *1 (-73 *2)))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1014)) (-5 *1 (-73 *2)))))
(((*1 *2 *1 *1) (-12 (-4 *1 (-72)) (-5 *2 (-85)))))
(((*1 *2 *3 *3)
(-12 (-4 *4 (-13 (-392) (-120))) (-5 *2 (-348 *3)) (-5 *1 (-70 *4 *3))
- (-4 *3 (-1155 *4))))
+ (-4 *3 (-1156 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-583 *3)) (-4 *3 (-1155 *5)) (-4 *5 (-13 (-392) (-120)))
+ (-12 (-5 *4 (-584 *3)) (-4 *3 (-1156 *5)) (-4 *5 (-13 (-392) (-120)))
(-5 *2 (-348 *3)) (-5 *1 (-70 *5 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-484))) (-4 *3 (-961)) (-5 *1 (-69 *3))))
- ((*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-69 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-961)) (-5 *1 (-69 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1013)) (-5 *1 (-62 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-485))) (-4 *3 (-962)) (-5 *1 (-69 *3))))
+ ((*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-69 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-962)) (-5 *1 (-69 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1014)) (-5 *1 (-62 *3)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-312)) (-4 *5 (-495))
+ (-12 (-4 *5 (-312)) (-4 *5 (-496))
(-5 *2
- (-2 (|:| |minor| (-583 (-830))) (|:| -3267 *3)
- (|:| |minors| (-583 (-583 (-830)))) (|:| |ops| (-583 *3))))
- (-5 *1 (-61 *5 *3)) (-5 *4 (-830)) (-4 *3 (-600 *5)))))
+ (-2 (|:| |minor| (-584 (-831))) (|:| -3268 *3)
+ (|:| |minors| (-584 (-584 (-831)))) (|:| |ops| (-584 *3))))
+ (-5 *1 (-61 *5 *3)) (-5 *4 (-831)) (-4 *3 (-601 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-1179 (-630 *4))) (-5 *1 (-61 *4 *5))
- (-5 *3 (-630 *4)) (-4 *5 (-600 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-1180 (-631 *4))) (-5 *1 (-61 *4 *5))
+ (-5 *3 (-631 *4)) (-4 *5 (-601 *4)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-495))
- (-5 *2 (-2 (|:| |mat| (-630 *5)) (|:| |vec| (-1179 (-583 (-830))))))
- (-5 *1 (-61 *5 *3)) (-5 *4 (-830)) (-4 *3 (-600 *5)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-694)) (-5 *1 (-58 *3)) (-4 *3 (-1129))))
- ((*1 *1 *2) (-12 (-5 *2 (-583 *3)) (-4 *3 (-1129)) (-5 *1 (-58 *3)))))
+ (-12 (-4 *5 (-496))
+ (-5 *2 (-2 (|:| |mat| (-631 *5)) (|:| |vec| (-1180 (-584 (-831))))))
+ (-5 *1 (-61 *5 *3)) (-5 *4 (-831)) (-4 *3 (-601 *5)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-695)) (-5 *1 (-58 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *2) (-12 (-5 *2 (-584 *3)) (-4 *3 (-1130)) (-5 *1 (-58 *3)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-484)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1129)) (-4 *3 (-324 *4))
+ (-12 (-5 *2 (-485)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1130)) (-4 *3 (-324 *4))
(-4 *5 (-324 *4)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-484)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1129)) (-4 *5 (-324 *4))
+ (-12 (-5 *2 (-485)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1130)) (-4 *5 (-324 *4))
(-4 *3 (-324 *4)))))
(((*1 *1) (-5 *1 (-55))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 (-1090))) (-4 *4 (-1013))
- (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-54 *4 *5 *2))
- (-4 *2 (-13 (-364 *5) (-796 *4) (-553 (-800 *4)))))))
+ (-12 (-5 *3 (-584 (-1091))) (-4 *4 (-1014))
+ (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-54 *4 *5 *2))
+ (-4 *2 (-13 (-364 *5) (-797 *4) (-554 (-801 *4)))))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-583 (-987 *4 *5 *2))) (-4 *4 (-1013))
- (-4 *5 (-13 (-961) (-796 *4) (-553 (-800 *4))))
- (-4 *2 (-13 (-364 *5) (-796 *4) (-553 (-800 *4)))) (-5 *1 (-54 *4 *5 *2))))
+ (-12 (-5 *3 (-584 (-988 *4 *5 *2))) (-4 *4 (-1014))
+ (-4 *5 (-13 (-962) (-797 *4) (-554 (-801 *4))))
+ (-4 *2 (-13 (-364 *5) (-797 *4) (-554 (-801 *4)))) (-5 *1 (-54 *4 *5 *2))))
((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-583 (-987 *5 *6 *2))) (-5 *4 (-830)) (-4 *5 (-1013))
- (-4 *6 (-13 (-961) (-796 *5) (-553 (-800 *5))))
- (-4 *2 (-13 (-364 *6) (-796 *5) (-553 (-800 *5)))) (-5 *1 (-54 *5 *6 *2)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1015)) (-5 *3 (-696)) (-5 *1 (-51)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1015)) (-5 *1 (-51)))))
-(((*1 *2 *1) (-12 (-5 *2 (-696)) (-5 *1 (-51)))))
+ (-12 (-5 *3 (-584 (-988 *5 *6 *2))) (-5 *4 (-831)) (-4 *5 (-1014))
+ (-4 *6 (-13 (-962) (-797 *5) (-554 (-801 *5))))
+ (-4 *2 (-13 (-364 *6) (-797 *5) (-554 (-801 *5)))) (-5 *1 (-54 *5 *6 *2)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1016)) (-5 *3 (-697)) (-5 *1 (-51)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1016)) (-5 *1 (-51)))))
+(((*1 *2 *1) (-12 (-5 *2 (-697)) (-5 *1 (-51)))))
(((*1 *2)
- (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
+ (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-495)) (-5 *2 (-583 (-630 *3))) (-5 *1 (-43 *3 *4))
+ (-12 (-4 *3 (-496)) (-5 *2 (-584 (-631 *3))) (-5 *1 (-43 *3 *4))
(-4 *4 (-361 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-495)) (-5 *2 (-583 (-630 *3))) (-5 *1 (-43 *3 *4))
+ (-12 (-4 *3 (-496)) (-5 *2 (-584 (-631 *3))) (-5 *1 (-43 *3 *4))
(-4 *4 (-361 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-495)) (-5 *2 (-583 (-630 *3))) (-5 *1 (-43 *3 *4))
+ (-12 (-4 *3 (-496)) (-5 *2 (-584 (-631 *3))) (-5 *1 (-43 *3 *4))
(-4 *4 (-361 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
+ (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
+ (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
+ (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
+ (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
+ (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-583 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-584 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-583 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-584 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
(((*1 *2)
- (-12 (-4 *3 (-495)) (-5 *2 (-583 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
+ (-12 (-4 *3 (-496)) (-5 *2 (-584 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-361 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-694)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
+ (-12 (-4 *4 (-496)) (-5 *2 (-695)) (-5 *1 (-43 *4 *3)) (-4 *3 (-361 *4)))))
(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-86)) (-5 *4 (-694)) (-4 *5 (-13 (-392) (-950 (-484))))
- (-4 *5 (-495)) (-5 *1 (-41 *5 *2)) (-4 *2 (-364 *5))
+ (-12 (-5 *3 (-86)) (-5 *4 (-695)) (-4 *5 (-13 (-392) (-951 (-485))))
+ (-4 *5 (-496)) (-5 *1 (-41 *5 *2)) (-4 *2 (-364 *5))
(-4 *2
(-13 (-312) (-254)
- (-10 -8 (-15 -2999 ((-1039 *5 (-550 $)) $))
- (-15 -2998 ((-1039 *5 (-550 $)) $))
- (-15 -3947 ($ (-1039 *5 (-550 $))))))))))
+ (-10 -8 (-15 -3000 ((-1040 *5 (-551 $)) $))
+ (-15 -2999 ((-1040 *5 (-551 $)) $))
+ (-15 -3948 ($ (-1040 *5 (-551 $))))))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-392) (-950 (-484)))) (-4 *3 (-495)) (-5 *1 (-41 *3 *2))
+ (-12 (-4 *3 (-13 (-392) (-951 (-485)))) (-4 *3 (-496)) (-5 *1 (-41 *3 *2))
(-4 *2 (-364 *3))
(-4 *2
(-13 (-312) (-254)
- (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $))
- (-15 -2998 ((-1039 *3 (-550 $)) $))
- (-15 -3947 ($ (-1039 *3 (-550 $))))))))))
+ (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $))
+ (-15 -2999 ((-1040 *3 (-551 $)) $))
+ (-15 -3948 ($ (-1040 *3 (-551 $))))))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-392) (-950 (-484)))) (-4 *3 (-495)) (-5 *1 (-41 *3 *2))
+ (-12 (-4 *3 (-13 (-392) (-951 (-485)))) (-4 *3 (-496)) (-5 *1 (-41 *3 *2))
(-4 *2 (-364 *3))
(-4 *2
(-13 (-312) (-254)
- (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $))
- (-15 -2998 ((-1039 *3 (-550 $)) $))
- (-15 -3947 ($ (-1039 *3 (-550 $))))))))))
+ (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $))
+ (-15 -2999 ((-1040 *3 (-551 $)) $))
+ (-15 -3948 ($ (-1040 *3 (-551 $))))))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-392) (-950 (-484)))) (-4 *3 (-495)) (-5 *1 (-41 *3 *2))
+ (-12 (-4 *3 (-13 (-392) (-951 (-485)))) (-4 *3 (-496)) (-5 *1 (-41 *3 *2))
(-4 *2 (-364 *3))
(-4 *2
(-13 (-312) (-254)
- (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $))
- (-15 -2998 ((-1039 *3 (-550 $)) $))
- (-15 -3947 ($ (-1039 *3 (-550 $))))))))))
+ (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $))
+ (-15 -2999 ((-1040 *3 (-551 $)) $))
+ (-15 -3948 ($ (-1040 *3 (-551 $))))))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-495)) (-5 *2 (-1085 *3)) (-5 *1 (-41 *4 *3))
+ (-12 (-4 *4 (-496)) (-5 *2 (-1086 *3)) (-5 *1 (-41 *4 *3))
(-4 *3
(-13 (-312) (-254)
- (-10 -8 (-15 -2999 ((-1039 *4 (-550 $)) $))
- (-15 -2998 ((-1039 *4 (-550 $)) $))
- (-15 -3947 ($ (-1039 *4 (-550 $))))))))))
+ (-10 -8 (-15 -3000 ((-1040 *4 (-551 $)) $))
+ (-15 -2999 ((-1040 *4 (-551 $)) $))
+ (-15 -3948 ($ (-1040 *4 (-551 $))))))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-41 *3 *2))
+ (-12 (-4 *3 (-496)) (-5 *1 (-41 *3 *2))
(-4 *2
(-13 (-312) (-254)
- (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $))
- (-15 -2998 ((-1039 *3 (-550 $)) $))
- (-15 -3947 ($ (-1039 *3 (-550 $)))))))))
+ (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $))
+ (-15 -2999 ((-1040 *3 (-551 $)) $))
+ (-15 -3948 ($ (-1040 *3 (-551 $)))))))))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-41 *3 *2))
+ (-12 (-4 *3 (-496)) (-5 *1 (-41 *3 *2))
(-4 *2
(-13 (-312) (-254)
- (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $))
- (-15 -2998 ((-1039 *3 (-550 $)) $))
- (-15 -3947 ($ (-1039 *3 (-550 $)))))))))
+ (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $))
+ (-15 -2999 ((-1040 *3 (-551 $)) $))
+ (-15 -3948 ($ (-1040 *3 (-551 $)))))))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 *2))
+ (-12 (-5 *3 (-584 *2))
(-4 *2
(-13 (-312) (-254)
- (-10 -8 (-15 -2999 ((-1039 *4 (-550 $)) $))
- (-15 -2998 ((-1039 *4 (-550 $)) $))
- (-15 -3947 ($ (-1039 *4 (-550 $)))))))
- (-4 *4 (-495)) (-5 *1 (-41 *4 *2))))
+ (-10 -8 (-15 -3000 ((-1040 *4 (-551 $)) $))
+ (-15 -2999 ((-1040 *4 (-551 $)) $))
+ (-15 -3948 ($ (-1040 *4 (-551 $)))))))
+ (-4 *4 (-496)) (-5 *1 (-41 *4 *2))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-583 (-550 *2)))
+ (-12 (-5 *3 (-584 (-551 *2)))
(-4 *2
(-13 (-312) (-254)
- (-10 -8 (-15 -2999 ((-1039 *4 (-550 $)) $))
- (-15 -2998 ((-1039 *4 (-550 $)) $))
- (-15 -3947 ($ (-1039 *4 (-550 $)))))))
- (-4 *4 (-495)) (-5 *1 (-41 *4 *2)))))
+ (-10 -8 (-15 -3000 ((-1040 *4 (-551 $)) $))
+ (-15 -2999 ((-1040 *4 (-551 $)) $))
+ (-15 -3948 ($ (-1040 *4 (-551 $)))))))
+ (-4 *4 (-496)) (-5 *1 (-41 *4 *2)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-495)) (-5 *1 (-41 *3 *2))
+ (-12 (-4 *3 (-496)) (-5 *1 (-41 *3 *2))
(-4 *2
(-13 (-312) (-254)
- (-10 -8 (-15 -2999 ((-1039 *3 (-550 $)) $))
- (-15 -2998 ((-1039 *3 (-550 $)) $))
- (-15 -3947 ($ (-1039 *3 (-550 $))))))))))
+ (-10 -8 (-15 -3000 ((-1040 *3 (-551 $)) $))
+ (-15 -2999 ((-1040 *3 (-551 $)) $))
+ (-15 -3948 ($ (-1040 *3 (-551 $))))))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-694)) (-4 *4 (-312)) (-4 *5 (-1155 *4)) (-5 *2 (-1185))
- (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1155 (-350 *5))) (-14 *7 *6))))
-(((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-39 *3)) (-4 *3 (-1155 (-48))))))
+ (-12 (-5 *3 (-695)) (-4 *4 (-312)) (-4 *5 (-1156 *4)) (-5 *2 (-1186))
+ (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1156 (-350 *5))) (-14 *7 *6))))
+(((*1 *2 *3) (-12 (-5 *2 (-85)) (-5 *1 (-39 *3)) (-4 *3 (-1156 (-48))))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1013)) (-4 *4 (-1013))
- (-5 *2 (-632 (-2 (|:| -3861 *3) (|:| |entry| *4)))))))
+ (-12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1014)) (-4 *4 (-1014))
+ (-5 *2 (-633 (-2 (|:| -3862 *3) (|:| |entry| *4)))))))
(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-85)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-484)) (-4 *2 (-364 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-950 *4))
- (-4 *3 (-495)))))
+ (-12 (-5 *4 (-485)) (-4 *2 (-364 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-951 *4))
+ (-4 *3 (-496)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-583 *5)) (-4 *5 (-364 *4)) (-4 *4 (-495)) (-5 *2 (-772))
+ (-12 (-5 *3 (-584 *5)) (-4 *5 (-364 *4)) (-4 *4 (-496)) (-5 *2 (-773))
(-5 *1 (-32 *4 *5)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1085 *2)) (-4 *2 (-364 *4)) (-4 *4 (-495))
+ (-12 (-5 *3 (-1086 *2)) (-4 *2 (-364 *4)) (-4 *4 (-496))
(-5 *1 (-32 *4 *2)))))
(((*1 *1 *2 *3 *3 *4 *4)
- (-12 (-5 *2 (-857 (-484))) (-5 *3 (-1090)) (-5 *4 (-1001 (-350 (-484))))
+ (-12 (-5 *2 (-858 (-485))) (-5 *3 (-1091)) (-5 *4 (-1002 (-350 (-485))))
(-5 *1 (-30)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1085 *1)) (-5 *4 (-1090)) (-4 *1 (-27)) (-5 *2 (-583 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1085 *1)) (-4 *1 (-27)) (-5 *2 (-583 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-857 *1)) (-4 *1 (-27)) (-5 *2 (-583 *1))))
+ (-12 (-5 *3 (-1086 *1)) (-5 *4 (-1091)) (-4 *1 (-27)) (-5 *2 (-584 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1086 *1)) (-4 *1 (-27)) (-5 *2 (-584 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-858 *1)) (-4 *1 (-27)) (-5 *2 (-584 *1))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *2 (-583 *1)) (-4 *1 (-29 *4))))
- ((*1 *2 *1) (-12 (-4 *3 (-495)) (-5 *2 (-583 *1)) (-4 *1 (-29 *3)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1085 *1)) (-5 *3 (-1090)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1085 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-857 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1090)) (-4 *1 (-29 *3)) (-4 *3 (-495))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-495)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1085 *1)) (-5 *4 (-1090)) (-4 *1 (-27)) (-5 *2 (-583 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1085 *1)) (-4 *1 (-27)) (-5 *2 (-583 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-857 *1)) (-4 *1 (-27)) (-5 *2 (-583 *1))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *2 (-584 *1)) (-4 *1 (-29 *4))))
+ ((*1 *2 *1) (-12 (-4 *3 (-496)) (-5 *2 (-584 *1)) (-4 *1 (-29 *3)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1086 *1)) (-5 *3 (-1091)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-858 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1091)) (-4 *1 (-29 *3)) (-4 *3 (-496))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-496)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1086 *1)) (-5 *4 (-1091)) (-4 *1 (-27)) (-5 *2 (-584 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1086 *1)) (-4 *1 (-27)) (-5 *2 (-584 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-858 *1)) (-4 *1 (-27)) (-5 *2 (-584 *1))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1090)) (-4 *4 (-495)) (-5 *2 (-583 *1)) (-4 *1 (-29 *4))))
- ((*1 *2 *1) (-12 (-4 *3 (-495)) (-5 *2 (-583 *1)) (-4 *1 (-29 *3)))))
+ (-12 (-5 *3 (-1091)) (-4 *4 (-496)) (-5 *2 (-584 *1)) (-4 *1 (-29 *4))))
+ ((*1 *2 *1) (-12 (-4 *3 (-496)) (-5 *2 (-584 *1)) (-4 *1 (-29 *3)))))
(((*1 *2 *1 *1) (-12 (-4 *1 (-23)) (-5 *2 (-85)))))
-((-1214 . 630120) (-1215 . 629724) (-1216 . 629422) (-1217 . 629026)
- (-1218 . 628905) (-1219 . 628803) (-1220 . 628690) (-1221 . 628574)
- (-1222 . 628521) (-1223 . 628387) (-1224 . 628312) (-1225 . 628156)
- (-1226 . 627928) (-1227 . 626964) (-1228 . 626717) (-1229 . 626433)
- (-1230 . 626149) (-1231 . 625865) (-1232 . 625546) (-1233 . 625454)
- (-1234 . 625362) (-1235 . 625270) (-1236 . 625178) (-1237 . 625086)
- (-1238 . 624994) (-1239 . 624899) (-1240 . 624804) (-1241 . 624712)
- (-1242 . 624620) (-1243 . 624528) (-1244 . 624436) (-1245 . 624344)
- (-1246 . 624242) (-1247 . 624140) (-1248 . 624038) (-1249 . 623946)
- (-1250 . 623895) (-1251 . 623843) (-1252 . 623773) (-1253 . 623353)
- (-1254 . 623159) (-1255 . 623132) (-1256 . 623009) (-1257 . 622886)
- (-1258 . 622742) (-1259 . 622572) (-1260 . 622448) (-1261 . 622209)
- (-1262 . 622136) (-1263 . 621911) (-1264 . 621665) (-1265 . 621612)
- (-1266 . 621434) (-1267 . 621265) (-1268 . 621189) (-1269 . 621116)
- (-1270 . 620963) (-1271 . 620810) (-1272 . 620626) (-1273 . 620445)
- (-1274 . 620390) (-1275 . 620335) (-1276 . 620262) (-1277 . 620186)
- (-1278 . 620109) (-1279 . 620041) (-1280 . 619898) (-1281 . 619791)
- (-1282 . 619723) (-1283 . 619653) (-1284 . 619583) (-1285 . 619533)
- (-1286 . 619483) (-1287 . 619433) (-1288 . 619312) (-1289 . 618996)
- (-1290 . 618927) (-1291 . 618848) (-1292 . 618729) (-1293 . 618652)
- (-1294 . 618575) (-1295 . 618422) (-1296 . 618273) (-1297 . 618197)
- (-1298 . 618140) (-1299 . 618068) (-1300 . 618005) (-1301 . 617942)
- (-1302 . 617881) (-1303 . 617809) (-1304 . 617693) (-1305 . 617641)
- (-1306 . 617586) (-1307 . 617534) (-1308 . 617482) (-1309 . 617454)
- (-1310 . 617426) (-1311 . 617398) (-1312 . 617354) (-1313 . 617283)
- (-1314 . 617232) (-1315 . 617184) (-1316 . 617133) (-1317 . 617081)
- (-1318 . 616965) (-1319 . 616849) (-1320 . 616757) (-1321 . 616665)
- (-1322 . 616542) (-1323 . 616476) (-1324 . 616410) (-1325 . 616351)
- (-1326 . 616323) (-1327 . 616295) (-1328 . 616267) (-1329 . 616239)
- (-1330 . 616129) (-1331 . 616078) (-1332 . 616027) (-1333 . 615976)
- (-1334 . 615925) (-1335 . 615874) (-1336 . 615823) (-1337 . 615795)
- (-1338 . 615767) (-1339 . 615739) (-1340 . 615711) (-1341 . 615683)
- (-1342 . 615655) (-1343 . 615627) (-1344 . 615599) (-1345 . 615571)
- (-1346 . 615468) (-1347 . 615416) (-1348 . 615250) (-1349 . 615066)
- (-1350 . 614855) (-1351 . 614740) (-1352 . 614507) (-1353 . 614417)
- (-1354 . 614324) (-1355 . 614209) (-1356 . 613811) (-1357 . 613593)
- (-1358 . 613544) (-1359 . 613516) (-1360 . 613440) (-1361 . 613341)
- (-1362 . 613242) (-1363 . 613143) (-1364 . 613044) (-1365 . 612945)
- (-1366 . 612846) (-1367 . 612688) (-1368 . 612612) (-1369 . 612445)
- (-1370 . 612387) (-1371 . 612329) (-1372 . 612020) (-1373 . 611766)
- (-1374 . 611682) (-1375 . 611550) (-1376 . 611492) (-1377 . 611440)
- (-1378 . 611358) (-1379 . 611283) (-1380 . 611212) (-1381 . 611158)
- (-1382 . 611107) (-1383 . 611033) (-1384 . 610959) (-1385 . 610878)
- (-1386 . 610797) (-1387 . 610742) (-1388 . 610668) (-1389 . 610594)
- (-1390 . 610520) (-1391 . 610443) (-1392 . 610389) (-1393 . 610331)
- (-1394 . 610232) (-1395 . 610133) (-1396 . 610034) (-1397 . 609935)
- (-1398 . 609836) (-1399 . 609737) (-1400 . 609638) (-1401 . 609524)
- (-1402 . 609410) (-1403 . 609296) (-1404 . 609182) (-1405 . 609068)
- (-1406 . 608954) (-1407 . 608837) (-1408 . 608761) (-1409 . 608685)
- (-1410 . 608298) (-1411 . 607953) (-1412 . 607851) (-1413 . 607590)
- (-1414 . 607488) (-1415 . 607283) (-1416 . 607170) (-1417 . 607068)
- (-1418 . 606911) (-1419 . 606822) (-1420 . 606728) (-1421 . 606648)
- (-1422 . 606574) (-1423 . 606496) (-1424 . 606437) (-1425 . 606379)
- (-1426 . 606277) (-7 . 606249) (-8 . 606221) (-9 . 606193) (-1430 . 606074)
- (-1431 . 605992) (-1432 . 605910) (-1433 . 605828) (-1434 . 605746)
- (-1435 . 605664) (-1436 . 605570) (-1437 . 605500) (-1438 . 605430)
- (-1439 . 605339) (-1440 . 605245) (-1441 . 605163) (-1442 . 605081)
- (-1443 . 604983) (-1444 . 604823) (-1445 . 604625) (-1446 . 604489)
- (-1447 . 604389) (-1448 . 604289) (-1449 . 604196) (-1450 . 604137)
- (-1451 . 603804) (-1452 . 603704) (-1453 . 603586) (-1454 . 603374)
- (-1455 . 603195) (-1456 . 603037) (-1457 . 602834) (-1458 . 602416)
- (-1459 . 602365) (-1460 . 602256) (-1461 . 602141) (-1462 . 602072)
- (-1463 . 602003) (-1464 . 601934) (-1465 . 601868) (-1466 . 601743)
- (-1467 . 601526) (-1468 . 601448) (-1469 . 601398) (-1470 . 601327)
- (-1471 . 601184) (-1472 . 601043) (-1473 . 600965) (-1474 . 600887)
- (-1475 . 600831) (-1476 . 600775) (-1477 . 600702) (-1478 . 600562)
- (-1479 . 600509) (-1480 . 600450) (-1481 . 600391) (-1482 . 600236)
- (-1483 . 600184) (-1484 . 600067) (-1485 . 599950) (-1486 . 599833)
- (-1487 . 599702) (-1488 . 599423) (-1489 . 599288) (-1490 . 599232)
- (-1491 . 599176) (-1492 . 599117) (-1493 . 599058) (-1494 . 599002)
- (-1495 . 598946) (-1496 . 598749) (-1497 . 596407) (-1498 . 596280)
- (-1499 . 596135) (-1500 . 596007) (-1501 . 595955) (-1502 . 595903)
- (-1503 . 595851) (-1504 . 591813) (-1505 . 591719) (-1506 . 591580)
- (-1507 . 591371) (-1508 . 591269) (-1509 . 591167) (-1510 . 590252)
- (-1511 . 590176) (-1512 . 590047) (-1513 . 589922) (-1514 . 589845)
- (-1515 . 589768) (-1516 . 589641) (-1517 . 589514) (-1518 . 589348)
- (-1519 . 589221) (-1520 . 589094) (-1521 . 588877) (-1522 . 588443)
- (-1523 . 588079) (-1524 . 588027) (-1525 . 587968) (-1526 . 587880)
- (-1527 . 587792) (-1528 . 587701) (-1529 . 587610) (-1530 . 587519)
- (-1531 . 587428) (-1532 . 587337) (-1533 . 587246) (-1534 . 587155)
- (-1535 . 587064) (-1536 . 586973) (-1537 . 586882) (-1538 . 586791)
- (-1539 . 586700) (-1540 . 586609) (-1541 . 586518) (-1542 . 586427)
- (-1543 . 586336) (-1544 . 586245) (-1545 . 586154) (-1546 . 586063)
- (-1547 . 585972) (-1548 . 585881) (-1549 . 585790) (-1550 . 585699)
- (-1551 . 585608) (-1552 . 585517) (-1553 . 585426) (-1554 . 585264)
- (-1555 . 585156) (-1556 . 584913) (-1557 . 584626) (-1558 . 584431)
- (-1559 . 584275) (-1560 . 584115) (-1561 . 584064) (-1562 . 584002)
- (-1563 . 583951) (-1564 . 583888) (-1565 . 583835) (-1566 . 583783)
- (-1567 . 583731) (-1568 . 583679) (-1569 . 583589) (-1570 . 583406)
- (-1571 . 583252) (-1572 . 583172) (-1573 . 583092) (-1574 . 583012)
- (-1575 . 582882) (-1576 . 582653) (-1577 . 582625) (-1578 . 582597)
- (-1579 . 582569) (-1580 . 582489) (-1581 . 582412) (-1582 . 582335)
- (-1583 . 582254) (-1584 . 582195) (-1585 . 582037) (-1586 . 581844)
- (-1587 . 581359) (-1588 . 581117) (-1589 . 580855) (-1590 . 580754)
- (-1591 . 580673) (-1592 . 580592) (-1593 . 580522) (-1594 . 580452)
- (-1595 . 580294) (-1596 . 579990) (-1597 . 579762) (-1598 . 579640)
- (-1599 . 579582) (-1600 . 579520) (-1601 . 579458) (-1602 . 579393)
- (-1603 . 579331) (-1604 . 579052) (-1605 . 578984) (-1606 . 578774)
- (-1607 . 578722) (-1608 . 578668) (-1609 . 578577) (-1610 . 578490)
- (-1611 . 576743) (-1612 . 576664) (-1613 . 575919) (-1614 . 575802)
- (-1615 . 575596) (-1616 . 575435) (-1617 . 575274) (-1618 . 575114)
- (-1619 . 574976) (-1620 . 574882) (-1621 . 574784) (-1622 . 574690)
- (-1623 . 574576) (-1624 . 574494) (-1625 . 574397) (-1626 . 574201)
- (-1627 . 574110) (-1628 . 574016) (-1629 . 573949) (-1630 . 573880)
- (-1631 . 573828) (-1632 . 573769) (-1633 . 573695) (-1634 . 573643)
- (-1635 . 573486) (-1636 . 573329) (-1637 . 573177) (-1638 . 572419)
- (-1639 . 572108) (-1640 . 571756) (-1641 . 571539) (-1642 . 571276)
- (-1643 . 570901) (-1644 . 570717) (-1645 . 570583) (-1646 . 570417)
- (-1647 . 570251) (-1648 . 570117) (-1649 . 569983) (-1650 . 569849)
- (-1651 . 569715) (-1652 . 569584) (-1653 . 569453) (-1654 . 569322)
- (-1655 . 568942) (-1656 . 568816) (-1657 . 568688) (-1658 . 568438)
- (-1659 . 568315) (-1660 . 568065) (-1661 . 567942) (-1662 . 567692)
- (-1663 . 567569) (-1664 . 567286) (-1665 . 567015) (-1666 . 566742)
- (-1667 . 566444) (-1668 . 566342) (-1669 . 566197) (-1670 . 566056)
- (-1671 . 565905) (-1672 . 565744) (-1673 . 565656) (-1674 . 565628)
- (-1675 . 565546) (-1676 . 565449) (-1677 . 564981) (-1678 . 564630)
- (-1679 . 564197) (-1680 . 564058) (-1681 . 563988) (-1682 . 563918)
- (-1683 . 563848) (-1684 . 563757) (-1685 . 563666) (-1686 . 563575)
- (-1687 . 563484) (-1688 . 563393) (-1689 . 563307) (-1690 . 563221)
- (-1691 . 563135) (-1692 . 563049) (-1693 . 562963) (-1694 . 562889)
- (-1695 . 562784) (-1696 . 562558) (-1697 . 562480) (-1698 . 562405)
- (-1699 . 562312) (-1700 . 562208) (-1701 . 562112) (-1702 . 561943)
- (-1703 . 561866) (-1704 . 561789) (-1705 . 561698) (-1706 . 561607)
- (-1707 . 561407) (-1708 . 561254) (-1709 . 561101) (-1710 . 560948)
- (-1711 . 560795) (-1712 . 560642) (-1713 . 560489) (-1714 . 560423)
- (-1715 . 560270) (-1716 . 560117) (-1717 . 559964) (-1718 . 559811)
- (-1719 . 559658) (-1720 . 559505) (-1721 . 559352) (-1722 . 559199)
- (-1723 . 559125) (-1724 . 559051) (-1725 . 558996) (-1726 . 558941)
- (-1727 . 558886) (-1728 . 558831) (-1729 . 558760) (-1730 . 558574)
- (-1731 . 558477) (-1732 . 558380) (-1733 . 558182) (-1734 . 558084)
- (-1735 . 557896) (-1736 . 557803) (-1737 . 557676) (-1738 . 557549)
- (-1739 . 557422) (-1740 . 557354) (-1741 . 557238) (-1742 . 557122)
- (-1743 . 557006) (-1744 . 556953) (-1745 . 556868) (-1746 . 556783)
- (-1747 . 556475) (-1748 . 556420) (-1749 . 555768) (-1750 . 555453)
- (-1751 . 555169) (-1752 . 555051) (-1753 . 554932) (-1754 . 554873)
- (-1755 . 554814) (-1756 . 554763) (-1757 . 554712) (-1758 . 554661)
- (-1759 . 554608) (-1760 . 554555) (-1761 . 554496) (-1762 . 554383)
- (-1763 . 554270) (-1764 . 554103) (-1765 . 554011) (-1766 . 553898)
- (-1767 . 553814) (-1768 . 553699) (-1769 . 553608) (-1770 . 553517)
- (-1771 . 553396) (-1772 . 553209) (-1773 . 553157) (-1774 . 553102)
- (-1775 . 552915) (-1776 . 552792) (-1777 . 552719) (-1778 . 552646)
- (-1779 . 552526) (-1780 . 552453) (-1781 . 552380) (-1782 . 552040)
- (-1783 . 551967) (-1784 . 551747) (-1785 . 551414) (-1786 . 551231)
- (-1787 . 551088) (-1788 . 550728) (-1789 . 550560) (-1790 . 550392)
- (-1791 . 550136) (-1792 . 549880) (-1793 . 549685) (-1794 . 549490)
- (-1795 . 548896) (-1796 . 548820) (-1797 . 548681) (-1798 . 548274)
- (-1799 . 548147) (-1800 . 547990) (-1801 . 547673) (-1802 . 547193)
- (-1803 . 546713) (-1804 . 546211) (-1805 . 546143) (-1806 . 546072)
- (-1807 . 546001) (-1808 . 545829) (-1809 . 545710) (-1810 . 545591)
- (-1811 . 545515) (-1812 . 545439) (-1813 . 545166) (-1814 . 545052)
- (-1815 . 545001) (-1816 . 544950) (-1817 . 544899) (-1818 . 544848)
- (-1819 . 544797) (-1820 . 544656) (-1821 . 544483) (-1822 . 544252)
- (-1823 . 544066) (-1824 . 544038) (-1825 . 544010) (-1826 . 543982)
- (-1827 . 543954) (-1828 . 543926) (-1829 . 543898) (-1830 . 543870)
- (-1831 . 543819) (-1832 . 543753) (-1833 . 543663) (-1834 . 543292)
- (-1835 . 543141) (-1836 . 542990) (-1837 . 542785) (-1838 . 542663)
- (-1839 . 542589) (-1840 . 542512) (-1841 . 542438) (-1842 . 542361)
- (-1843 . 542284) (-1844 . 542210) (-1845 . 542133) (-1846 . 541900)
- (-1847 . 541747) (-1848 . 541452) (-1849 . 541299) (-1850 . 540977)
- (-1851 . 540839) (-1852 . 540701) (-1853 . 540621) (-1854 . 540541)
- (-1855 . 540277) (-1856 . 539546) (-1857 . 539410) (-1858 . 539320)
- (-1859 . 539185) (-1860 . 539118) (-1861 . 539050) (-1862 . 538963)
- (-1863 . 538876) (-1864 . 538709) (-1865 . 538635) (-1866 . 538491)
- (-1867 . 538031) (-1868 . 537652) (-1869 . 536890) (-1870 . 536746)
- (-1871 . 536602) (-1872 . 536440) (-1873 . 536203) (-1874 . 536063)
- (-1875 . 535917) (-1876 . 535678) (-1877 . 535442) (-1878 . 535203)
- (-1879 . 535011) (-1880 . 534888) (-1881 . 534684) (-1882 . 534461)
- (-1883 . 534222) (-1884 . 534081) (-1885 . 533943) (-1886 . 533804)
- (-1887 . 533551) (-1888 . 533295) (-1889 . 533138) (-1890 . 532984)
- (-1891 . 532744) (-1892 . 532459) (-1893 . 532321) (-1894 . 532234)
- (-1895 . 531568) (-1896 . 531392) (-1897 . 531210) (-1898 . 531034)
- (-1899 . 530852) (-1900 . 530673) (-1901 . 530494) (-1902 . 530307)
- (-1903 . 529925) (-1904 . 529746) (-1905 . 529567) (-1906 . 529380)
- (-1907 . 528998) (-1908 . 528005) (-1909 . 527621) (-1910 . 527237)
- (-1911 . 527119) (-1912 . 526962) (-1913 . 526820) (-1914 . 526703)
- (-1915 . 526521) (-1916 . 526397) (-1917 . 526108) (-1918 . 525819)
- (-1919 . 525536) (-1920 . 525253) (-1921 . 524975) (-1922 . 524887)
- (-1923 . 524802) (-1924 . 524705) (-1925 . 524608) (-1926 . 524388)
- (-1927 . 524288) (-1928 . 524185) (-1929 . 524107) (-1930 . 523782)
- (-1931 . 523490) (-1932 . 523417) (-1933 . 523032) (-1934 . 523004)
- (-1935 . 522805) (-1936 . 522631) (-1937 . 522390) (-1938 . 522335)
- (-1939 . 522260) (-1940 . 521892) (-1941 . 521777) (-1942 . 521700)
- (-1943 . 521627) (-1944 . 521546) (-1945 . 521465) (-1946 . 521384)
- (-1947 . 521283) (-1948 . 521224) (-1949 . 521171) (-1950 . 521117)
- (-1951 . 520785) (-1952 . 520461) (-1953 . 520273) (-1954 . 520082)
- (-1955 . 519918) (-1956 . 519583) (-1957 . 519416) (-1958 . 519175)
- (-1959 . 518851) (-1960 . 518661) (-1961 . 518446) (-1962 . 518275)
- (-1963 . 517853) (-1964 . 517626) (-1965 . 517355) (-1966 . 517218)
- (-1967 . 517077) (-1968 . 516600) (-1969 . 516477) (-1970 . 516241)
- (-1971 . 515987) (-1972 . 515737) (-1973 . 515444) (-1974 . 515304)
- (-1975 . 515164) (-1976 . 515024) (-1977 . 514835) (-1978 . 514646)
- (-1979 . 514471) (-1980 . 514197) (-1981 . 513762) (-1982 . 513734)
- (-1983 . 513662) (-1984 . 513529) (-1985 . 513454) (-1986 . 513295)
- (-1987 . 513132) (-1988 . 512971) (-1989 . 512804) (-1990 . 512751)
- (-1991 . 512698) (-1992 . 512569) (-1993 . 512509) (-1994 . 512456)
- (-1995 . 512386) (-1996 . 512326) (-1997 . 512267) (-1998 . 512207)
- (-1999 . 512148) (-2000 . 512088) (-2001 . 512029) (-2002 . 511970)
- (-2003 . 511828) (-2004 . 511733) (-2005 . 511642) (-2006 . 511526)
- (-2007 . 511432) (-2008 . 511334) (-2009 . 511240) (-2010 . 511099)
- (-2011 . 510837) (-2012 . 509981) (-2013 . 509825) (-2014 . 509456)
- (-2015 . 509400) (-2016 . 509349) (-2017 . 509246) (-2018 . 509161)
- (-2019 . 509073) (-2020 . 508927) (-2021 . 508778) (-2022 . 508488)
- (-2023 . 508410) (-2024 . 508335) (-2025 . 508282) (-2026 . 508229)
- (-2027 . 508198) (-2028 . 508135) (-2029 . 508017) (-2030 . 507928)
- (-2031 . 507808) (-2032 . 507513) (-2033 . 507319) (-2034 . 507131)
- (-2035 . 506986) (-2036 . 506841) (-2037 . 506555) (-2038 . 506113)
- (-2039 . 506079) (-2040 . 506042) (-2041 . 506005) (-2042 . 505968)
- (-2043 . 505931) (-2044 . 505900) (-2045 . 505869) (-2046 . 505838)
- (-2047 . 505804) (-2048 . 505770) (-2049 . 505716) (-2050 . 505540)
- (-2051 . 505306) (-2052 . 505072) (-2053 . 504843) (-2054 . 504791)
- (-2055 . 504736) (-2056 . 504667) (-2057 . 504579) (-2058 . 504510)
- (-2059 . 504438) (-2060 . 504208) (-2061 . 504157) (-2062 . 504103)
- (-2063 . 504072) (-2064 . 503966) (-2065 . 503741) (-2066 . 503431)
- (-2067 . 503257) (-2068 . 503075) (-2069 . 502804) (-2070 . 502731)
- (-2071 . 502666) (-2072 . 502190) (-2073 . 501628) (-2074 . 500902)
- (-2075 . 500341) (-2076 . 499713) (-2077 . 499134) (-2078 . 499060)
- (-2079 . 499008) (-2080 . 498956) (-2081 . 498882) (-2082 . 498827)
- (-2083 . 498775) (-2084 . 498723) (-2085 . 498671) (-2086 . 498601)
- (-2087 . 498153) (-2088 . 497947) (-2089 . 497698) (-2090 . 497364)
- (-2091 . 497110) (-2092 . 496808) (-2093 . 496605) (-2094 . 496316)
- (-2095 . 495768) (-2096 . 495631) (-2097 . 495429) (-2098 . 495149)
- (-2099 . 495064) (-2100 . 494731) (-2101 . 494590) (-2102 . 494299)
- (-2103 . 494079) (-2104 . 493953) (-2105 . 493828) (-2106 . 493681)
- (-2107 . 493537) (-2108 . 493421) (-2109 . 493290) (-2110 . 492918)
- (-2111 . 492658) (-2112 . 492388) (-2113 . 492148) (-2114 . 491818)
- (-2115 . 491478) (-2116 . 491070) (-2117 . 490652) (-2118 . 490455)
- (-2119 . 490180) (-2120 . 490012) (-2121 . 489816) (-2122 . 489594)
- (-2123 . 489439) (-2124 . 489254) (-2125 . 489151) (-2126 . 489123)
- (-2127 . 489095) (-2128 . 488921) (-2129 . 488847) (-2130 . 488786)
- (-2131 . 488733) (-2132 . 488664) (-2133 . 488595) (-2134 . 488476)
- (-2135 . 488298) (-2136 . 488243) (-2137 . 487997) (-2138 . 487924)
- (-2139 . 487854) (-2140 . 487784) (-2141 . 487695) (-2142 . 487505)
- (-2143 . 487432) (-2144 . 487363) (-2145 . 487298) (-2146 . 487243)
- (-2147 . 487152) (-2148 . 486861) (-2149 . 486535) (-2150 . 486461)
- (-2151 . 486139) (-2152 . 485934) (-2153 . 485849) (-2154 . 485764)
- (-2155 . 485679) (-2156 . 485594) (-2157 . 485509) (-2158 . 485424)
- (-2159 . 485339) (-2160 . 485254) (-2161 . 485169) (-2162 . 485084)
- (-2163 . 484999) (-2164 . 484914) (-2165 . 484829) (-2166 . 484744)
- (-2167 . 484659) (-2168 . 484574) (-2169 . 484489) (-2170 . 484404)
- (-2171 . 484319) (-2172 . 484234) (-2173 . 484149) (-2174 . 484064)
- (-2175 . 483979) (-2176 . 483894) (-2177 . 483809) (-2178 . 483724)
- (-2179 . 483622) (-2180 . 483534) (-2181 . 483326) (-2182 . 483268)
- (-2183 . 483213) (-2184 . 483126) (-2185 . 483015) (-2186 . 482929)
- (-2187 . 482783) (-2188 . 482721) (-2189 . 482693) (-2190 . 482665)
- (-2191 . 482637) (-2192 . 482609) (-2193 . 482440) (-2194 . 482289)
- (-2195 . 482138) (-2196 . 481966) (-2197 . 481758) (-2198 . 481637)
- (-2199 . 481432) (-2200 . 481340) (-2201 . 481248) (-2202 . 481119)
- (-2203 . 481024) (-2204 . 480930) (-2205 . 480835) (-2206 . 480711)
- (-2207 . 480683) (-2208 . 480655) (-2209 . 480627) (-2210 . 480599)
- (-2211 . 480571) (-2212 . 480543) (-2213 . 480515) (-2214 . 480487)
- (-2215 . 480459) (-2216 . 480431) (-2217 . 480403) (-2218 . 480375)
- (-2219 . 480347) (-2220 . 480319) (-2221 . 480291) (-2222 . 480263)
- (-2223 . 480210) (-2224 . 480182) (-2225 . 480154) (-2226 . 480076)
- (-2227 . 480023) (-2228 . 479970) (-2229 . 479917) (-2230 . 479839)
- (-2231 . 479749) (-2232 . 479654) (-2233 . 479560) (-2234 . 479478)
- (-2235 . 479172) (-2236 . 478976) (-2237 . 478881) (-2238 . 478773)
- (-2239 . 478362) (-2240 . 478334) (-2241 . 478170) (-2242 . 478093)
- (-2243 . 477906) (-2244 . 477727) (-2245 . 477303) (-2246 . 477151)
- (-2247 . 476971) (-2248 . 476798) (-2249 . 476538) (-2250 . 476286)
- (-2251 . 475475) (-2252 . 475308) (-2253 . 475090) (-2254 . 474266)
- (-2255 . 474135) (-2256 . 474004) (-2257 . 473873) (-2258 . 473742)
- (-2259 . 473611) (-2260 . 473480) (-2261 . 473285) (-2262 . 473091)
- (-2263 . 472948) (-2264 . 472633) (-2265 . 472518) (-2266 . 472178)
- (-2267 . 472018) (-2268 . 471879) (-2269 . 471740) (-2270 . 471611)
- (-2271 . 471526) (-2272 . 471474) (-2273 . 470994) (-2274 . 469732)
- (-2275 . 469605) (-2276 . 469463) (-2277 . 469127) (-2278 . 469022)
- (-2279 . 468773) (-2280 . 468541) (-2281 . 468436) (-2282 . 468361)
- (-2283 . 468286) (-2284 . 468211) (-2285 . 468152) (-2286 . 468082)
- (-2287 . 468029) (-2288 . 467967) (-2289 . 467897) (-2290 . 467534)
- (-2291 . 467247) (-2292 . 467137) (-2293 . 466950) (-2294 . 466857)
- (-2295 . 466764) (-2296 . 466677) (-2297 . 466460) (-2298 . 466241)
- (-2299 . 465823) (-2300 . 465551) (-2301 . 465408) (-2302 . 465315)
- (-2303 . 465172) (-2304 . 465020) (-2305 . 464866) (-2306 . 464796)
- (-2307 . 464589) (-2308 . 464412) (-2309 . 464203) (-2310 . 464026)
- (-2311 . 463992) (-2312 . 463958) (-2313 . 463927) (-2314 . 463809)
- (-2315 . 463514) (-2316 . 463236) (-2317 . 463115) (-2318 . 462988)
- (-2319 . 462903) (-2320 . 462830) (-2321 . 462741) (-2322 . 462670)
- (-2323 . 462614) (-2324 . 462558) (-2325 . 462502) (-2326 . 462432)
- (-2327 . 462362) (-2328 . 462292) (-2329 . 462194) (-2330 . 462116)
- (-2331 . 462038) (-2332 . 461895) (-2333 . 461816) (-2334 . 461744)
- (-2335 . 461541) (-2336 . 461485) (-2337 . 461297) (-2338 . 461198)
- (-2339 . 461080) (-2340 . 460959) (-2341 . 460816) (-2342 . 460673)
- (-2343 . 460533) (-2344 . 460393) (-2345 . 460250) (-2346 . 460124)
- (-2347 . 459995) (-2348 . 459872) (-2349 . 459749) (-2350 . 459644)
- (-2351 . 459539) (-2352 . 459437) (-2353 . 459287) (-2354 . 459134)
- (-2355 . 458981) (-2356 . 458837) (-2357 . 458683) (-2358 . 458607)
- (-2359 . 458528) (-2360 . 458375) (-2361 . 458296) (-2362 . 458217)
- (-2363 . 458138) (-2364 . 458036) (-2365 . 457977) (-2366 . 457915)
- (-2367 . 457798) (-2368 . 457674) (-2369 . 457597) (-2370 . 457465)
- (-2371 . 457159) (-2372 . 456976) (-2373 . 456431) (-2374 . 456211)
- (-2375 . 456037) (-2376 . 455867) (-2377 . 455794) (-2378 . 455718)
- (-2379 . 455639) (-2380 . 455342) (-2381 . 455180) (-2382 . 454946)
- (-2383 . 454504) (-2384 . 454374) (-2385 . 454234) (-2386 . 453925)
- (-2387 . 453623) (-2388 . 453307) (-2389 . 452901) (-2390 . 452833)
- (-2391 . 452765) (-2392 . 452697) (-2393 . 452603) (-2394 . 452496)
- (-2395 . 452389) (-2396 . 452288) (-2397 . 452187) (-2398 . 452086)
- (-2399 . 452009) (-2400 . 451616) (-2401 . 451199) (-2402 . 450572)
- (-2403 . 450508) (-2404 . 450389) (-2405 . 450270) (-2406 . 450162)
- (-2407 . 450054) (-2408 . 449898) (-2409 . 449298) (-2410 . 449015)
- (-2411 . 448936) (-2412 . 448882) (-2413 . 448714) (-2414 . 448592)
- (-2415 . 448196) (-2416 . 447960) (-2417 . 447759) (-2418 . 447551)
- (-2419 . 447358) (-2420 . 447091) (-2421 . 447017) (-2422 . 446838)
- (-2423 . 446769) (-2424 . 446693) (-2425 . 446552) (-2426 . 446349)
- (-2427 . 446205) (-2428 . 445955) (-2429 . 445647) (-2430 . 445291)
- (-2431 . 445132) (-2432 . 444926) (-2433 . 444766) (-2434 . 444693)
- (-2435 . 444659) (-2436 . 444594) (-2437 . 444557) (-2438 . 444420)
- (-2439 . 444182) (-2440 . 444112) (-2441 . 443926) (-2442 . 443677)
- (-2443 . 443521) (-2444 . 442998) (-2445 . 442801) (-2446 . 442589)
- (-2447 . 442427) (-2448 . 442028) (-2449 . 441861) (-2450 . 440786)
- (-2451 . 440663) (-2452 . 440446) (-2453 . 440316) (-2454 . 440186)
- (-2455 . 440029) (-2456 . 439926) (-2457 . 439868) (-2458 . 439810)
- (-2459 . 439704) (-2460 . 439598) (-2461 . 438682) (-2462 . 436555)
- (-2463 . 435741) (-2464 . 433938) (-2465 . 433870) (-2466 . 433802)
- (-2467 . 433734) (-2468 . 433666) (-2469 . 433598) (-2470 . 433520)
- (-2471 . 433164) (-2472 . 432982) (-2473 . 432443) (-2474 . 432267)
- (-2475 . 432046) (-2476 . 431825) (-2477 . 431604) (-2478 . 431386)
- (-2479 . 431168) (-2480 . 430950) (-2481 . 430732) (-2482 . 430514)
- (-2483 . 430296) (-2484 . 430195) (-2485 . 429462) (-2486 . 429407)
- (-2487 . 429352) (-2488 . 429297) (-2489 . 429242) (-2490 . 429092)
- (-2491 . 428844) (-2492 . 428683) (-2493 . 428503) (-2494 . 428216)
- (-2495 . 427830) (-2496 . 426958) (-2497 . 426618) (-2498 . 426450)
- (-2499 . 426228) (-2500 . 425978) (-2501 . 425630) (-2502 . 424620)
- (-2503 . 424309) (-2504 . 424097) (-2505 . 423533) (-2506 . 423020)
- (-2507 . 421264) (-2508 . 420792) (-2509 . 420193) (-2510 . 419943)
- (-2511 . 419809) (-2512 . 419597) (-2513 . 419521) (-2514 . 419445)
- (-2515 . 419338) (-2516 . 419156) (-2517 . 418991) (-2518 . 418813)
- (-2519 . 418232) (-2520 . 418071) (-2521 . 417498) (-2522 . 417428)
- (-2523 . 417353) (-2524 . 417281) (-2525 . 417143) (-2526 . 416956)
- (-2527 . 416849) (-2528 . 416742) (-2529 . 416627) (-2530 . 416512)
- (-2531 . 416397) (-2532 . 416119) (-2533 . 415969) (-2534 . 415826)
- (-2535 . 415753) (-2536 . 415668) (-2537 . 415595) (-2538 . 415522)
- (-2539 . 415449) (-2540 . 415306) (-2541 . 415156) (-2542 . 414982)
- (-2543 . 414832) (-2544 . 414682) (-2545 . 414556) (-2546 . 414170)
- (-2547 . 413886) (-2548 . 413602) (-2549 . 413193) (-2550 . 412909)
- (-2551 . 412836) (-2552 . 412689) (-2553 . 412583) (-2554 . 412509)
- (-2555 . 412439) (-2556 . 412360) (-2557 . 412283) (-2558 . 412206)
- (-2559 . 412057) (-2560 . 411954) (-2561 . 411896) (-2562 . 411832)
- (-2563 . 411768) (-2564 . 411671) (-2565 . 411574) (-2566 . 411414)
- (-2567 . 411328) (-2568 . 411242) (-2569 . 411157) (-2570 . 411098)
- (-2571 . 411039) (-2572 . 410980) (-2573 . 410921) (-2574 . 410751)
- (-2575 . 410663) (-2576 . 410566) (-2577 . 410532) (-2578 . 410501)
- (-2579 . 410417) (-2580 . 410361) (-2581 . 410299) (-2582 . 410265)
- (-2583 . 410231) (-2584 . 410197) (-2585 . 410163) (-2586 . 410129)
- (-2587 . 410095) (-2588 . 410061) (-2589 . 410027) (-2590 . 409993)
- (-2591 . 409881) (-2592 . 409847) (-2593 . 409796) (-2594 . 409762)
- (-2595 . 409665) (-2596 . 409603) (-2597 . 409512) (-2598 . 409421)
- (-2599 . 409366) (-2600 . 409314) (-2601 . 409262) (-2602 . 409210)
- (-2603 . 409158) (-2604 . 408735) (-2605 . 408569) (-2606 . 408516)
- (-2607 . 408447) (-2608 . 408394) (-2609 . 408263) (-2610 . 408107)
- (-2611 . 407586) (-2612 . 407445) (-2613 . 407411) (-2614 . 407356)
- (-2615 . 406646) (-2616 . 406331) (-2617 . 405827) (-2618 . 405749)
- (-2619 . 405697) (-2620 . 405645) (-2621 . 405461) (-2622 . 405409)
- (-2623 . 405357) (-2624 . 405281) (-2625 . 405219) (-2626 . 405001)
- (-2627 . 404934) (-2628 . 404840) (-2629 . 404746) (-2630 . 404563)
- (-2631 . 404481) (-2632 . 404359) (-2633 . 404213) (-2634 . 403562)
- (-2635 . 402860) (-2636 . 402756) (-2637 . 402655) (-2638 . 402554)
- (-2639 . 402443) (-2640 . 402275) (-2641 . 402071) (-2642 . 401978)
- (-2643 . 401901) (-2644 . 401845) (-2645 . 401775) (-2646 . 401655)
- (-2647 . 401554) (-2648 . 401457) (-2649 . 401377) (-2650 . 401297)
- (-2651 . 401220) (-2652 . 401150) (-2653 . 401080) (-2654 . 401010)
- (-2655 . 400940) (-2656 . 400870) (-2657 . 400800) (-2658 . 400707)
- (-2659 . 400579) (-2660 . 400337) (-2661 . 400167) (-2662 . 399798)
- (-2663 . 399629) (-2664 . 399513) (-2665 . 399017) (-2666 . 398636)
- (-2667 . 398390) (-2668 . 398298) (-2669 . 398201) (-2670 . 397539)
- (-2671 . 397426) (-2672 . 397352) (-2673 . 397260) (-2674 . 397070)
- (-2675 . 396880) (-2676 . 396809) (-2677 . 396738) (-2678 . 396657)
- (-2679 . 396576) (-2680 . 396451) (-2681 . 396318) (-2682 . 396237)
- (-2683 . 396163) (-2684 . 395998) (-2685 . 395841) (-2686 . 395613)
- (-2687 . 395465) (-2688 . 395361) (-2689 . 395257) (-2690 . 395172)
- (-2691 . 394804) (-2692 . 394723) (-2693 . 394636) (-2694 . 394555)
- (-2695 . 394359) (-2696 . 394139) (-2697 . 393952) (-2698 . 393630)
- (-2699 . 393337) (-2700 . 393044) (-2701 . 392734) (-2702 . 392417)
- (-2703 . 392265) (-2704 . 392077) (-2705 . 391604) (-2706 . 391522)
- (-2707 . 391306) (-2708 . 391090) (-2709 . 390831) (-2710 . 390410)
- (-2711 . 389897) (-2712 . 389767) (-2713 . 389493) (-2714 . 389314)
- (-2715 . 389199) (-2716 . 389095) (-2717 . 389040) (-2718 . 388963)
- (-2719 . 388893) (-2720 . 388820) (-2721 . 388765) (-2722 . 388692)
- (-2723 . 388637) (-2724 . 388282) (-2725 . 387874) (-2726 . 387721)
- (-2727 . 387568) (-2728 . 387487) (-2729 . 387334) (-2730 . 387181)
- (-2731 . 387046) (-2732 . 386911) (-2733 . 386776) (-2734 . 386641)
- (-2735 . 386506) (-2736 . 386371) (-2737 . 386315) (-2738 . 386162)
- (-2739 . 386051) (-2740 . 385940) (-2741 . 385855) (-2742 . 385745)
- (-2743 . 385642) (-2744 . 381491) (-2745 . 381043) (-2746 . 380616)
- (-2747 . 379999) (-2748 . 379398) (-2749 . 379180) (-2750 . 379002)
- (-2751 . 378743) (-2752 . 378332) (-2753 . 378038) (-2754 . 377595)
- (-2755 . 377417) (-2756 . 377024) (-2757 . 376631) (-2758 . 376446)
- (-2759 . 376239) (-2760 . 376019) (-2761 . 375713) (-2762 . 375514)
- (-2763 . 374885) (-2764 . 374728) (-2765 . 374339) (-2766 . 374288)
- (-2767 . 374239) (-2768 . 374188) (-2769 . 374140) (-2770 . 374088)
- (-2771 . 373942) (-2772 . 373890) (-2773 . 373744) (-2774 . 373692)
- (-2775 . 373546) (-2776 . 373495) (-2777 . 373120) (-2778 . 373069)
- (-2779 . 373020) (-2780 . 372969) (-2781 . 372921) (-2782 . 372869)
- (-2783 . 372820) (-2784 . 372768) (-2785 . 372719) (-2786 . 372667)
- (-2787 . 372618) (-2788 . 372552) (-2789 . 372434) (-2790 . 371272)
- (-2791 . 370855) (-2792 . 370747) (-2793 . 370505) (-2794 . 370355)
- (-2795 . 370205) (-2796 . 370044) (-2797 . 367837) (-2798 . 367576)
- (-2799 . 367422) (-2800 . 367276) (-2801 . 367130) (-2802 . 366911)
- (-2803 . 366779) (-2804 . 366704) (-2805 . 366629) (-2806 . 366494)
- (-2807 . 366365) (-2808 . 366236) (-2809 . 366110) (-2810 . 365984)
- (-2811 . 365858) (-2812 . 365732) (-2813 . 365629) (-2814 . 365529)
- (-2815 . 365435) (-2816 . 365305) (-2817 . 365154) (-2818 . 364778)
- (-2819 . 364664) (-2820 . 364423) (-2821 . 363965) (-2822 . 363655)
- (-2823 . 363088) (-2824 . 362519) (-2825 . 361509) (-2826 . 360967)
- (-2827 . 360654) (-2828 . 360316) (-2829 . 359985) (-2830 . 359665)
- (-2831 . 359612) (-2832 . 359485) (-2833 . 358983) (-2834 . 357840)
- (-2835 . 357785) (-2836 . 357730) (-2837 . 357654) (-2838 . 357535)
- (-2839 . 357460) (-2840 . 357385) (-2841 . 357307) (-2842 . 357084)
- (-2843 . 357025) (-2844 . 356966) (-2845 . 356863) (-2846 . 356760)
- (-2847 . 356657) (-2848 . 356554) (-2849 . 356473) (-2850 . 356399)
- (-2851 . 356184) (-2852 . 355950) (-2853 . 355916) (-2854 . 355882)
- (-2855 . 355854) (-2856 . 355826) (-2857 . 355609) (-2858 . 355331)
- (-2859 . 355181) (-2860 . 355051) (-2861 . 354921) (-2862 . 354821)
- (-2863 . 354644) (-2864 . 354484) (-2865 . 354384) (-2866 . 354207)
- (-2867 . 354047) (-2868 . 353888) (-2869 . 353749) (-2870 . 353599)
- (-2871 . 353469) (-2872 . 353339) (-2873 . 353192) (-2874 . 353065)
- (-2875 . 352962) (-2876 . 352855) (-2877 . 352758) (-2878 . 352593)
- (-2879 . 352445) (-2880 . 352030) (-2881 . 351930) (-2882 . 351827)
- (-2883 . 351739) (-2884 . 351659) (-2885 . 351509) (-2886 . 351379)
- (-2887 . 351327) (-2888 . 351254) (-2889 . 351179) (-2890 . 351120)
- (-2891 . 351008) (-2892 . 350696) (-2893 . 350519) (-2894 . 348921)
- (-2895 . 348293) (-2896 . 348233) (-2897 . 348115) (-2898 . 347997)
- (-2899 . 347853) (-2900 . 347701) (-2901 . 347542) (-2902 . 347383)
- (-2903 . 347177) (-2904 . 346990) (-2905 . 346838) (-2906 . 346683)
- (-2907 . 346528) (-2908 . 346376) (-2909 . 346239) (-2910 . 345816)
- (-2911 . 345690) (-2912 . 345564) (-2913 . 345438) (-2914 . 345298)
- (-2915 . 345157) (-2916 . 345016) (-2917 . 344872) (-2918 . 344124)
- (-2919 . 343966) (-2920 . 343780) (-2921 . 343625) (-2922 . 343387)
- (-2923 . 343142) (-2924 . 342897) (-2925 . 342687) (-2926 . 342550)
- (-2927 . 342340) (-2928 . 342203) (-2929 . 341993) (-2930 . 341856)
- (-2931 . 341646) (-2932 . 341343) (-2933 . 341199) (-2934 . 341058)
- (-2935 . 340835) (-2936 . 340694) (-2937 . 340472) (-2938 . 340275)
- (-2939 . 340119) (-2940 . 339792) (-2941 . 339633) (-2942 . 339474)
- (-2943 . 339315) (-2944 . 339144) (-2945 . 338973) (-2946 . 338799)
- (-2947 . 338447) (-2948 . 338324) (-2949 . 338162) (-2950 . 338089)
- (-2951 . 338016) (-2952 . 337943) (-2953 . 337870) (-2954 . 337797)
- (-2955 . 337724) (-2956 . 337601) (-2957 . 337428) (-2958 . 337305)
- (-2959 . 337219) (-2960 . 337153) (-2961 . 337087) (-2962 . 337021)
- (-2963 . 336955) (-2964 . 336889) (-2965 . 336823) (-2966 . 336757)
- (-2967 . 336691) (-2968 . 336625) (-2969 . 336559) (-2970 . 336493)
- (-2971 . 336427) (-2972 . 336361) (-2973 . 336295) (-2974 . 336229)
- (-2975 . 336163) (-2976 . 336097) (-2977 . 336031) (-2978 . 335965)
- (-2979 . 335899) (-2980 . 335833) (-2981 . 335767) (-2982 . 335701)
- (-2983 . 335635) (-2984 . 335569) (-2985 . 335503) (-2986 . 334856)
- (-2987 . 334209) (-2988 . 334081) (-2989 . 333958) (-2990 . 333835)
- (-2991 . 333694) (-2992 . 333540) (-2993 . 333396) (-2994 . 333221)
- (-2995 . 332611) (-2996 . 332487) (-2997 . 332363) (-2998 . 331685)
- (-2999 . 330988) (-3000 . 330887) (-3001 . 330831) (-3002 . 330775)
- (-3003 . 330719) (-3004 . 330663) (-3005 . 330604) (-3006 . 330540)
- (-3007 . 330432) (-3008 . 330324) (-3009 . 330216) (-3010 . 329937)
- (-3011 . 329863) (-3012 . 329637) (-3013 . 329556) (-3014 . 329478)
- (-3015 . 329400) (-3016 . 329322) (-3017 . 329243) (-3018 . 329165)
- (-3019 . 329072) (-3020 . 328973) (-3021 . 328905) (-3022 . 328856)
- (-3023 . 328165) (-3024 . 327525) (-3025 . 326734) (-3026 . 326656)
- (-3027 . 326558) (-3028 . 326469) (-3029 . 326380) (-3030 . 326306)
- (-3031 . 326232) (-3032 . 326158) (-3033 . 326103) (-3034 . 326048)
- (-3035 . 325982) (-3036 . 325916) (-3037 . 325854) (-3038 . 325579)
- (-3039 . 325087) (-3040 . 324629) (-3041 . 324376) (-3042 . 324188)
- (-3043 . 323847) (-3044 . 323551) (-3045 . 323383) (-3046 . 323252)
- (-3047 . 323112) (-3048 . 322957) (-3049 . 322788) (-3050 . 321402)
- (-3051 . 321269) (-3052 . 321128) (-3053 . 320899) (-3054 . 320840)
- (-3055 . 320784) (-3056 . 320728) (-3057 . 320463) (-3058 . 320251)
- (-3059 . 320112) (-3060 . 320005) (-3061 . 319888) (-3062 . 319822)
- (-3063 . 319749) (-3064 . 319635) (-3065 . 319382) (-3066 . 319282)
- (-3067 . 319088) (-3068 . 318780) (-3069 . 318314) (-3070 . 318209)
- (-3071 . 318103) (-3072 . 317954) (-3073 . 317814) (-3074 . 317402)
- (-3075 . 317158) (-3076 . 316500) (-3077 . 316347) (-3078 . 316233)
- (-3079 . 316123) (-3080 . 315303) (-3081 . 315109) (-3082 . 314083)
- (-3083 . 313635) (-3084 . 312246) (-3085 . 311395) (-3086 . 311346)
- (-3087 . 311297) (-3088 . 311248) (-3089 . 311181) (-3090 . 311106)
- (-3091 . 310916) (-3092 . 310844) (-3093 . 310769) (-3094 . 310697)
- (-3095 . 310580) (-3096 . 310529) (-3097 . 310450) (-3098 . 310371)
- (-3099 . 310292) (-3100 . 310241) (-3101 . 309997) (-3102 . 309695)
- (-3103 . 309613) (-3104 . 309531) (-3105 . 309470) (-3106 . 309081)
- (-3107 . 308215) (-3108 . 307642) (-3109 . 306425) (-3110 . 305618)
- (-3111 . 305368) (-3112 . 305118) (-3113 . 304693) (-3114 . 304449)
- (-3115 . 304205) (-3116 . 303961) (-3117 . 303717) (-3118 . 303473)
- (-3119 . 303229) (-3120 . 302987) (-3121 . 302745) (-3122 . 302503)
- (-3123 . 302261) (-3124 . 301683) (-3125 . 301567) (-3126 . 301513)
- (-3127 . 300671) (-3128 . 300640) (-3129 . 300295) (-3130 . 300069)
- (-3131 . 299970) (-3132 . 299871) (-3133 . 298105) (-3134 . 297993)
- (-3135 . 296943) (-3136 . 296851) (-3137 . 295929) (-3138 . 295596)
- (-3139 . 295263) (-3140 . 295160) (-3141 . 295049) (-3142 . 294938)
- (-3143 . 294827) (-3144 . 294716) (-3145 . 293629) (-3146 . 293509)
- (-3147 . 293374) (-3148 . 293242) (-3149 . 293110) (-3150 . 292816)
- (-3151 . 292522) (-3152 . 292177) (-3153 . 291951) (-3154 . 291725)
- (-3155 . 291614) (-3156 . 291503) (-3157 . 290041) (-3158 . 288337)
- (-3159 . 288028) (-3160 . 287876) (-3161 . 287353) (-3162 . 287024)
- (-3163 . 286831) (-3164 . 286638) (-3165 . 286445) (-3166 . 286252)
- (-3167 . 286139) (-3168 . 286016) (-3169 . 285902) (-3170 . 285788)
- (-3171 . 285695) (-3172 . 285602) (-3173 . 285492) (-3174 . 285291)
- (-3175 . 284147) (-3176 . 284054) (-3177 . 283940) (-3178 . 283847)
- (-3179 . 283600) (-3180 . 283489) (-3181 . 283275) (-3182 . 283157)
- (-3183 . 282860) (-3184 . 282132) (-3185 . 281556) (-3186 . 281078)
- (-3187 . 280834) (-3188 . 280590) (-3189 . 280247) (-3190 . 279641)
- (-3191 . 279198) (-3192 . 279043) (-3193 . 278899) (-3194 . 278579)
- (-3195 . 278424) (-3196 . 278284) (-3197 . 278144) (-3198 . 278004)
- (-3199 . 277729) (-3200 . 277510) (-3201 . 276991) (-3202 . 276779)
- (-3203 . 276567) (-3204 . 276187) (-3205 . 276013) (-3206 . 275804)
- (-3207 . 275496) (-3208 . 275304) (-3209 . 275131) (-3210 . 273995)
- (-3211 . 273630) (-3212 . 273430) (-3213 . 273230) (-3214 . 272394)
- (-3215 . 272366) (-3216 . 272298) (-3217 . 272228) (-3218 . 272064)
- (-3219 . 272036) (-3220 . 272008) (-3221 . 271954) (-3222 . 271804)
- (-3223 . 271745) (-3224 . 271052) (-3225 . 269667) (-3226 . 269606)
- (-3227 . 269282) (-3228 . 269210) (-3229 . 269153) (-3230 . 269096)
- (-3231 . 269039) (-3232 . 268982) (-3233 . 268907) (-3234 . 268317)
- (-3235 . 267957) (-3236 . 267883) (-3237 . 267823) (-3238 . 267705)
- (-3239 . 266762) (-3240 . 266635) (-3241 . 266422) (-3242 . 266348)
- (-3243 . 266294) (-3244 . 266240) (-3245 . 266131) (-3246 . 265848)
- (-3247 . 265740) (-3248 . 265637) (-3249 . 265476) (-3250 . 265375)
- (-3251 . 265277) (-3252 . 265139) (-3253 . 265001) (-3254 . 264863)
- (-3255 . 264601) (-3256 . 264392) (-3257 . 264254) (-3258 . 263963)
- (-3259 . 263811) (-3260 . 263536) (-3261 . 263316) (-3262 . 263164)
- (-3263 . 263012) (-3264 . 262860) (-3265 . 262708) (-3266 . 262556)
- (-3267 . 262349) (-3268 . 261962) (-3269 . 261631) (-3270 . 261292)
- (-3271 . 260945) (-3272 . 260606) (-3273 . 260267) (-3274 . 259886)
- (-3275 . 259505) (-3276 . 259124) (-3277 . 258759) (-3278 . 258041)
- (-3279 . 257694) (-3280 . 257249) (-3281 . 256824) (-3282 . 256213)
- (-3283 . 255621) (-3284 . 255234) (-3285 . 254903) (-3286 . 254516)
- (-3287 . 254185) (-3288 . 253965) (-3289 . 253444) (-3290 . 253231)
- (-3291 . 253018) (-3292 . 252805) (-3293 . 252627) (-3294 . 252414)
- (-3295 . 252236) (-3296 . 251854) (-3297 . 251676) (-3298 . 251466)
- (-3299 . 251376) (-3300 . 251286) (-3301 . 251195) (-3302 . 251083)
- (-3303 . 250993) (-3304 . 250886) (-3305 . 250697) (-3306 . 250641)
- (-3307 . 250560) (-3308 . 250479) (-3309 . 250398) (-3310 . 250321)
- (-3311 . 250186) (-3312 . 250051) (-3313 . 249927) (-3314 . 249806)
- (-3315 . 249688) (-3316 . 249552) (-3317 . 249419) (-3318 . 249300)
- (-3319 . 249042) (-3320 . 248757) (-3321 . 248685) (-3322 . 248589)
- (-3323 . 248448) (-3324 . 248391) (-3325 . 248334) (-3326 . 248274)
- (-3327 . 248073) (-3328 . 247678) (-3329 . 247156) (-3330 . 246879)
- (-3331 . 246459) (-3332 . 246347) (-3333 . 245909) (-3334 . 245679)
- (-3335 . 245476) (-3336 . 245294) (-3337 . 245164) (-3338 . 244958)
- (-3339 . 244751) (-3340 . 244561) (-3341 . 244014) (-3342 . 243758)
- (-3343 . 243467) (-3344 . 243173) (-3345 . 242876) (-3346 . 242576)
- (-3347 . 242446) (-3348 . 242313) (-3349 . 242177) (-3350 . 242038)
- (-3351 . 240821) (-3352 . 240513) (-3353 . 240149) (-3354 . 240052)
- (-3355 . 239812) (-3356 . 239537) (-3357 . 239262) (-3358 . 239003)
- (-3359 . 238829) (-3360 . 238751) (-3361 . 238664) (-3362 . 238564)
- (-3363 . 238470) (-3364 . 238389) (-3365 . 238319) (-3366 . 237528)
- (-3367 . 237458) (-3368 . 237130) (-3369 . 237060) (-3370 . 236732)
- (-3371 . 236662) (-3372 . 236217) (-3373 . 236147) (-3374 . 236043)
- (-3375 . 235969) (-3376 . 235895) (-3377 . 235824) (-3378 . 235482)
- (-3379 . 235354) (-3380 . 235277) (-3381 . 235046) (-3382 . 234903)
- (-3383 . 234760) (-3384 . 234421) (-3385 . 234091) (-3386 . 233878)
- (-3387 . 233623) (-3388 . 233273) (-3389 . 233048) (-3390 . 232823)
- (-3391 . 232598) (-3392 . 232373) (-3393 . 232160) (-3394 . 231947)
- (-3395 . 231797) (-3396 . 231616) (-3397 . 231511) (-3398 . 231389)
- (-3399 . 231281) (-3400 . 231173) (-3401 . 230848) (-3402 . 230584)
- (-3403 . 230273) (-3404 . 229971) (-3405 . 229662) (-3406 . 228943)
- (-3407 . 228367) (-3408 . 228192) (-3409 . 228048) (-3410 . 227893)
- (-3411 . 227770) (-3412 . 227665) (-3413 . 227550) (-3414 . 227455)
- (-3415 . 226974) (-3416 . 226864) (-3417 . 226754) (-3418 . 226644)
- (-3419 . 225572) (-3420 . 225065) (-3421 . 224998) (-3422 . 224925)
- (-3423 . 224052) (-3424 . 223979) (-3425 . 223924) (-3426 . 223869)
- (-3427 . 223837) (-3428 . 223751) (-3429 . 223719) (-3430 . 223633)
- (-3431 . 223213) (-3432 . 222793) (-3433 . 222241) (-3434 . 221137)
- (-3435 . 219427) (-3436 . 217877) (-3437 . 217085) (-3438 . 216585)
- (-3439 . 216099) (-3440 . 215697) (-3441 . 215047) (-3442 . 214972)
- (-3443 . 214881) (-3444 . 214810) (-3445 . 214739) (-3446 . 214683)
- (-3447 . 214563) (-3448 . 214509) (-3449 . 214448) (-3450 . 214394)
- (-3451 . 214291) (-3452 . 213851) (-3453 . 213411) (-3454 . 212971)
- (-3455 . 212449) (-3456 . 212288) (-3457 . 212127) (-3458 . 211816)
- (-3459 . 211730) (-3460 . 211640) (-3461 . 211282) (-3462 . 211165)
- (-3463 . 211084) (-3464 . 210926) (-3465 . 210813) (-3466 . 210738)
- (-3467 . 209892) (-3468 . 208710) (-3469 . 208611) (-3470 . 208512)
- (-3471 . 208183) (-3472 . 208105) (-3473 . 208030) (-3474 . 207924)
- (-3475 . 207768) (-3476 . 207661) (-3477 . 207526) (-3478 . 207391)
- (-3479 . 207269) (-3480 . 207174) (-3481 . 207026) (-3482 . 206931)
- (-3483 . 206776) (-3484 . 206621) (-3485 . 206069) (-3486 . 205517)
- (-3487 . 204902) (-3488 . 204350) (-3489 . 203798) (-3490 . 203246)
- (-3491 . 202693) (-3492 . 202140) (-3493 . 201587) (-3494 . 201034)
- (-3495 . 200481) (-3496 . 199928) (-3497 . 199376) (-3498 . 198824)
- (-3499 . 198272) (-3500 . 197720) (-3501 . 197168) (-3502 . 196616)
- (-3503 . 196512) (-3504 . 195927) (-3505 . 195822) (-3506 . 195747)
- (-3507 . 195605) (-3508 . 195513) (-3509 . 195422) (-3510 . 195330)
- (-3511 . 195235) (-3512 . 195130) (-3513 . 195007) (-3514 . 194885)
- (-3515 . 194521) (-3516 . 194399) (-3517 . 194301) (-3518 . 193940)
- (-3519 . 193411) (-3520 . 193336) (-3521 . 193261) (-3522 . 193169)
- (-3523 . 192988) (-3524 . 192893) (-3525 . 192818) (-3526 . 192727)
- (-3527 . 192636) (-3528 . 192477) (-3529 . 191928) (-3530 . 191379)
- (-3531 . 188672) (-3532 . 188500) (-3533 . 187090) (-3534 . 186530)
- (-3535 . 186415) (-3536 . 186043) (-3537 . 185980) (-3538 . 185917)
- (-3539 . 185854) (-3540 . 185576) (-3541 . 185309) (-3542 . 185257)
- (-3543 . 184616) (-3544 . 184565) (-3545 . 184377) (-3546 . 184304)
- (-3547 . 184224) (-3548 . 184111) (-3549 . 183921) (-3550 . 183557)
- (-3551 . 183285) (-3552 . 183234) (-3553 . 183183) (-3554 . 183113)
- (-3555 . 182994) (-3556 . 182965) (-3557 . 182861) (-3558 . 182739)
- (-3559 . 182685) (-3560 . 182508) (-3561 . 182447) (-3562 . 182266)
- (-3563 . 182205) (-3564 . 182133) (-3565 . 181658) (-3566 . 181284)
- (-3567 . 177752) (-3568 . 177700) (-3569 . 177572) (-3570 . 177422)
- (-3571 . 177370) (-3572 . 177229) (-3573 . 175171) (-3574 . 167564)
- (-3575 . 167413) (-3576 . 167343) (-3577 . 167292) (-3578 . 167242)
- (-3579 . 167191) (-3580 . 167140) (-3581 . 166944) (-3582 . 166802)
- (-3583 . 166688) (-3584 . 166567) (-3585 . 166449) (-3586 . 166337)
- (-3587 . 166219) (-3588 . 166114) (-3589 . 166033) (-3590 . 165929)
- (-3591 . 164995) (-3592 . 164775) (-3593 . 164538) (-3594 . 164456)
- (-3595 . 164112) (-3596 . 162973) (-3597 . 162899) (-3598 . 162804)
- (-3599 . 162730) (-3600 . 162526) (-3601 . 162435) (-3602 . 162319)
- (-3603 . 162206) (-3604 . 162115) (-3605 . 162024) (-3606 . 161935)
- (-3607 . 161846) (-3608 . 161757) (-3609 . 161669) (-3610 . 161181)
- (-3611 . 161117) (-3612 . 161053) (-3613 . 160989) (-3614 . 160928)
- (-3615 . 160188) (-3616 . 160127) (-3617 . 160066) (-3618 . 159440)
- (-3619 . 159388) (-3620 . 159260) (-3621 . 159196) (-3622 . 159142)
- (-3623 . 159033) (-3624 . 157736) (-3625 . 157655) (-3626 . 157566)
- (-3627 . 157508) (-3628 . 157368) (-3629 . 157283) (-3630 . 157209)
- (-3631 . 157124) (-3632 . 157067) (-3633 . 156851) (-3634 . 156712)
- (-3635 . 156105) (-3636 . 155551) (-3637 . 154997) (-3638 . 154443)
- (-3639 . 153836) (-3640 . 153282) (-3641 . 152722) (-3642 . 152162)
- (-3643 . 151900) (-3644 . 151461) (-3645 . 151128) (-3646 . 150789)
- (-3647 . 150484) (-3648 . 150351) (-3649 . 150218) (-3650 . 149830)
- (-3651 . 149737) (-3652 . 149644) (-3653 . 149551) (-3654 . 149458)
- (-3655 . 149365) (-3656 . 149272) (-3657 . 149179) (-3658 . 149086)
- (-3659 . 148993) (-3660 . 148900) (-3661 . 148807) (-3662 . 148714)
- (-3663 . 148621) (-3664 . 148528) (-3665 . 148435) (-3666 . 148342)
- (-3667 . 148249) (-3668 . 148156) (-3669 . 148063) (-3670 . 147970)
- (-3671 . 147877) (-3672 . 147784) (-3673 . 147691) (-3674 . 147598)
- (-3675 . 147505) (-3676 . 147320) (-3677 . 147010) (-3678 . 145382)
- (-3679 . 145228) (-3680 . 145091) (-3681 . 144949) (-3682 . 144747)
- (-3683 . 142820) (-3684 . 142693) (-3685 . 142569) (-3686 . 142442)
- (-3687 . 142221) (-3688 . 142000) (-3689 . 141873) (-3690 . 141672)
- (-3691 . 141496) (-3692 . 140979) (-3693 . 140462) (-3694 . 140185)
- (-3695 . 139776) (-3696 . 139259) (-3697 . 139075) (-3698 . 138933)
- (-3699 . 138438) (-3700 . 137807) (-3701 . 137751) (-3702 . 137657)
- (-3703 . 137538) (-3704 . 137468) (-3705 . 137395) (-3706 . 137165)
- (-3707 . 136546) (-3708 . 136116) (-3709 . 136034) (-3710 . 135892)
- (-3711 . 135422) (-3712 . 135300) (-3713 . 135178) (-3714 . 135038)
- (-3715 . 134851) (-3716 . 134735) (-3717 . 134455) (-3718 . 134387)
- (-3719 . 134189) (-3720 . 134009) (-3721 . 133854) (-3722 . 133747)
- (-3723 . 133696) (-3724 . 133319) (-3725 . 132791) (-3726 . 132569)
- (-3727 . 132347) (-3728 . 132108) (-3729 . 132018) (-3730 . 130276)
- (-3731 . 129694) (-3732 . 129616) (-3733 . 124156) (-3734 . 123366)
- (-3735 . 122989) (-3736 . 122918) (-3737 . 122653) (-3738 . 122478)
- (-3739 . 121993) (-3740 . 121571) (-3741 . 121131) (-3742 . 120268)
- (-3743 . 120144) (-3744 . 120017) (-3745 . 119908) (-3746 . 119756)
- (-3747 . 119642) (-3748 . 119503) (-3749 . 119422) (-3750 . 119341)
- (-3751 . 119237) (-3752 . 118819) (-3753 . 118398) (-3754 . 118324)
- (-3755 . 118061) (-3756 . 117797) (-3757 . 117418) (-3758 . 116719)
- (-3759 . 115676) (-3760 . 115617) (-3761 . 115543) (-3762 . 115469)
- (-3763 . 115347) (-3764 . 115097) (-3765 . 115011) (-3766 . 114936)
- (-3767 . 114861) (-3768 . 114766) (-3769 . 110991) (-3770 . 109821)
- (-3771 . 109161) (-3772 . 108977) (-3773 . 106772) (-3774 . 106447)
- (-3775 . 105965) (-3776 . 105524) (-3777 . 105289) (-3778 . 105044)
- (-3779 . 104954) (-3780 . 103519) (-3781 . 103441) (-3782 . 103336)
- (-3783 . 101860) (-3784 . 101455) (-3785 . 101054) (-3786 . 100958)
- (-3787 . 100879) (-3788 . 100724) (-3789 . 99606) (-3790 . 99527)
- (-3791 . 99451) (-3792 . 99105) (-3793 . 99048) (-3794 . 98976)
- (-3795 . 98919) (-3796 . 98862) (-3797 . 98732) (-3798 . 98530)
- (-3799 . 98162) (-3800 . 97741) (-3801 . 93931) (-3802 . 93329)
- (-3803 . 92862) (-3804 . 92649) (-3805 . 92436) (-3806 . 92270)
- (-3807 . 92057) (-3808 . 91891) (-3809 . 91725) (-3810 . 91559)
- (-3811 . 91393) (-3812 . 91123) (-3813 . 85709) (** . 82756) (-3815 . 82340)
- (-3816 . 82099) (-3817 . 82043) (-3818 . 81551) (-3819 . 78743)
- (-3820 . 78593) (-3821 . 78429) (-3822 . 78265) (-3823 . 78169)
- (-3824 . 78051) (-3825 . 77927) (-3826 . 77784) (-3827 . 77613)
- (-3828 . 77487) (-3829 . 77343) (-3830 . 77191) (-3831 . 77032)
- (-3832 . 76519) (-3833 . 76430) (-3834 . 75765) (-3835 . 75573)
- (-3836 . 75478) (-3837 . 75170) (-3838 . 73998) (-3839 . 73792)
- (-3840 . 72617) (-3841 . 72542) (-3842 . 71361) (-3843 . 67859)
- (-3844 . 67495) (-3845 . 67218) (-3846 . 67126) (-3847 . 67033)
- (-3848 . 66756) (-3849 . 66663) (-3850 . 66570) (-3851 . 66477)
- (-3852 . 66093) (-3853 . 66022) (-3854 . 65930) (-3855 . 65772)
- (-3856 . 65418) (-3857 . 65260) (-3858 . 65152) (-3859 . 65123)
- (-3860 . 65056) (-3861 . 64902) (-3862 . 64744) (-3863 . 64350)
- (-3864 . 64275) (-3865 . 64169) (-3866 . 64097) (-3867 . 64019)
- (-3868 . 63946) (-3869 . 63873) (-3870 . 63800) (-3871 . 63728)
- (-3872 . 63656) (-3873 . 63583) (-3874 . 63342) (-3875 . 63002)
- (-3876 . 62854) (-3877 . 62781) (-3878 . 62708) (-3879 . 62635)
- (-3880 . 62381) (-3881 . 62237) (-3882 . 60901) (-3883 . 60707)
- (-3884 . 60436) (-3885 . 60288) (-3886 . 60140) (-3887 . 59900)
- (-3888 . 59706) (-3889 . 59438) (-3890 . 59242) (-3891 . 59213)
- (-3892 . 59112) (-3893 . 59011) (-3894 . 58910) (-3895 . 58809)
- (-3896 . 58708) (-3897 . 58607) (-3898 . 58506) (-3899 . 58405)
- (-3900 . 58304) (-3901 . 58203) (-3902 . 58088) (-3903 . 57973)
- (-3904 . 57922) (-3905 . 57805) (-3906 . 57747) (-3907 . 57646)
- (-3908 . 57545) (-3909 . 57444) (-3910 . 57328) (-3911 . 57299)
- (-3912 . 56568) (-3913 . 56443) (-3914 . 56318) (-3915 . 56178)
- (-3916 . 56060) (-3917 . 55935) (-3918 . 55780) (-3919 . 54797)
- (-3920 . 53938) (-3921 . 53884) (-3922 . 53830) (-3923 . 53622)
- (-3924 . 53250) (-3925 . 52839) (-3926 . 52481) (-3927 . 52123)
- (-3928 . 51971) (-3929 . 51669) (-3930 . 51513) (-3931 . 51187)
- (-3932 . 51117) (-3933 . 51047) (-3934 . 50838) (-3935 . 50229)
- (-3936 . 50025) (-3937 . 49652) (-3938 . 49143) (-3939 . 48878)
- (-3940 . 48397) (-3941 . 47916) (-3942 . 47791) (-3943 . 46691)
- (-3944 . 45615) (-3945 . 45042) (-3946 . 44824) (-3947 . 36498)
- (-3948 . 36313) (-3949 . 34230) (-3950 . 32062) (-3951 . 31916)
- (-3952 . 31738) (-3953 . 31331) (-3954 . 31036) (-3955 . 30688)
- (-3956 . 30522) (-3957 . 30356) (-3958 . 29945) (-3959 . 16071)
- (-3960 . 14964) (* . 10917) (-3962 . 10663) (-3963 . 10479) (-3964 . 9522)
- (-3965 . 9469) (-3966 . 9409) (-3967 . 9140) (-3968 . 8513) (-3969 . 7240)
- (-3970 . 5996) (-3971 . 5127) (-3972 . 3864) (-3973 . 420) (-3974 . 306)
- (-3975 . 173) (-3976 . 30)) \ No newline at end of file
+((-1215 . 630120) (-1216 . 629724) (-1217 . 629422) (-1218 . 629026)
+ (-1219 . 628905) (-1220 . 628803) (-1221 . 628690) (-1222 . 628574)
+ (-1223 . 628521) (-1224 . 628387) (-1225 . 628312) (-1226 . 628156)
+ (-1227 . 627928) (-1228 . 626964) (-1229 . 626717) (-1230 . 626433)
+ (-1231 . 626149) (-1232 . 625865) (-1233 . 625546) (-1234 . 625454)
+ (-1235 . 625362) (-1236 . 625270) (-1237 . 625178) (-1238 . 625086)
+ (-1239 . 624994) (-1240 . 624899) (-1241 . 624804) (-1242 . 624712)
+ (-1243 . 624620) (-1244 . 624528) (-1245 . 624436) (-1246 . 624344)
+ (-1247 . 624242) (-1248 . 624140) (-1249 . 624038) (-1250 . 623946)
+ (-1251 . 623895) (-1252 . 623843) (-1253 . 623773) (-1254 . 623353)
+ (-1255 . 623159) (-1256 . 623132) (-1257 . 623009) (-1258 . 622886)
+ (-1259 . 622742) (-1260 . 622572) (-1261 . 622448) (-1262 . 622209)
+ (-1263 . 622136) (-1264 . 621911) (-1265 . 621665) (-1266 . 621612)
+ (-1267 . 621434) (-1268 . 621265) (-1269 . 621189) (-1270 . 621116)
+ (-1271 . 620963) (-1272 . 620810) (-1273 . 620626) (-1274 . 620445)
+ (-1275 . 620390) (-1276 . 620335) (-1277 . 620262) (-1278 . 620186)
+ (-1279 . 620109) (-1280 . 620041) (-1281 . 619898) (-1282 . 619791)
+ (-1283 . 619723) (-1284 . 619653) (-1285 . 619583) (-1286 . 619533)
+ (-1287 . 619483) (-1288 . 619433) (-1289 . 619312) (-1290 . 618996)
+ (-1291 . 618927) (-1292 . 618848) (-1293 . 618729) (-1294 . 618652)
+ (-1295 . 618575) (-1296 . 618422) (-1297 . 618273) (-1298 . 618197)
+ (-1299 . 618140) (-1300 . 618068) (-1301 . 618005) (-1302 . 617942)
+ (-1303 . 617881) (-1304 . 617809) (-1305 . 617693) (-1306 . 617641)
+ (-1307 . 617586) (-1308 . 617534) (-1309 . 617482) (-1310 . 617454)
+ (-1311 . 617426) (-1312 . 617398) (-1313 . 617354) (-1314 . 617283)
+ (-1315 . 617232) (-1316 . 617184) (-1317 . 617133) (-1318 . 617081)
+ (-1319 . 616965) (-1320 . 616849) (-1321 . 616757) (-1322 . 616665)
+ (-1323 . 616542) (-1324 . 616476) (-1325 . 616410) (-1326 . 616351)
+ (-1327 . 616323) (-1328 . 616295) (-1329 . 616267) (-1330 . 616239)
+ (-1331 . 616129) (-1332 . 616078) (-1333 . 616027) (-1334 . 615976)
+ (-1335 . 615925) (-1336 . 615874) (-1337 . 615823) (-1338 . 615795)
+ (-1339 . 615767) (-1340 . 615739) (-1341 . 615711) (-1342 . 615683)
+ (-1343 . 615655) (-1344 . 615627) (-1345 . 615599) (-1346 . 615571)
+ (-1347 . 615468) (-1348 . 615416) (-1349 . 615250) (-1350 . 615066)
+ (-1351 . 614855) (-1352 . 614740) (-1353 . 614507) (-1354 . 614417)
+ (-1355 . 614324) (-1356 . 614209) (-1357 . 613811) (-1358 . 613593)
+ (-1359 . 613544) (-1360 . 613516) (-1361 . 613440) (-1362 . 613341)
+ (-1363 . 613242) (-1364 . 613143) (-1365 . 613044) (-1366 . 612945)
+ (-1367 . 612846) (-1368 . 612688) (-1369 . 612612) (-1370 . 612445)
+ (-1371 . 612387) (-1372 . 612329) (-1373 . 612020) (-1374 . 611766)
+ (-1375 . 611682) (-1376 . 611550) (-1377 . 611492) (-1378 . 611440)
+ (-1379 . 611358) (-1380 . 611283) (-1381 . 611212) (-1382 . 611158)
+ (-1383 . 611107) (-1384 . 611033) (-1385 . 610959) (-1386 . 610878)
+ (-1387 . 610797) (-1388 . 610742) (-1389 . 610668) (-1390 . 610594)
+ (-1391 . 610520) (-1392 . 610443) (-1393 . 610389) (-1394 . 610331)
+ (-1395 . 610232) (-1396 . 610133) (-1397 . 610034) (-1398 . 609935)
+ (-1399 . 609836) (-1400 . 609737) (-1401 . 609638) (-1402 . 609524)
+ (-1403 . 609410) (-1404 . 609296) (-1405 . 609182) (-1406 . 609068)
+ (-1407 . 608954) (-1408 . 608837) (-1409 . 608761) (-1410 . 608685)
+ (-1411 . 608298) (-1412 . 607953) (-1413 . 607851) (-1414 . 607590)
+ (-1415 . 607488) (-1416 . 607283) (-1417 . 607170) (-1418 . 607068)
+ (-1419 . 606911) (-1420 . 606822) (-1421 . 606728) (-1422 . 606648)
+ (-1423 . 606574) (-1424 . 606496) (-1425 . 606437) (-1426 . 606379)
+ (-1427 . 606277) (-7 . 606249) (-8 . 606221) (-9 . 606193) (-1431 . 606074)
+ (-1432 . 605992) (-1433 . 605910) (-1434 . 605828) (-1435 . 605746)
+ (-1436 . 605664) (-1437 . 605570) (-1438 . 605500) (-1439 . 605430)
+ (-1440 . 605339) (-1441 . 605245) (-1442 . 605163) (-1443 . 605081)
+ (-1444 . 604983) (-1445 . 604823) (-1446 . 604625) (-1447 . 604489)
+ (-1448 . 604389) (-1449 . 604289) (-1450 . 604196) (-1451 . 604137)
+ (-1452 . 603804) (-1453 . 603704) (-1454 . 603586) (-1455 . 603374)
+ (-1456 . 603195) (-1457 . 603037) (-1458 . 602834) (-1459 . 602416)
+ (-1460 . 602365) (-1461 . 602256) (-1462 . 602141) (-1463 . 602072)
+ (-1464 . 602003) (-1465 . 601934) (-1466 . 601868) (-1467 . 601743)
+ (-1468 . 601526) (-1469 . 601448) (-1470 . 601398) (-1471 . 601327)
+ (-1472 . 601184) (-1473 . 601043) (-1474 . 600965) (-1475 . 600887)
+ (-1476 . 600831) (-1477 . 600775) (-1478 . 600702) (-1479 . 600562)
+ (-1480 . 600509) (-1481 . 600450) (-1482 . 600391) (-1483 . 600236)
+ (-1484 . 600184) (-1485 . 600067) (-1486 . 599950) (-1487 . 599833)
+ (-1488 . 599702) (-1489 . 599423) (-1490 . 599288) (-1491 . 599232)
+ (-1492 . 599176) (-1493 . 599117) (-1494 . 599058) (-1495 . 599002)
+ (-1496 . 598946) (-1497 . 598749) (-1498 . 596407) (-1499 . 596280)
+ (-1500 . 596135) (-1501 . 596007) (-1502 . 595955) (-1503 . 595903)
+ (-1504 . 595851) (-1505 . 591813) (-1506 . 591719) (-1507 . 591580)
+ (-1508 . 591371) (-1509 . 591269) (-1510 . 591167) (-1511 . 590252)
+ (-1512 . 590176) (-1513 . 590047) (-1514 . 589922) (-1515 . 589845)
+ (-1516 . 589768) (-1517 . 589641) (-1518 . 589514) (-1519 . 589348)
+ (-1520 . 589221) (-1521 . 589094) (-1522 . 588877) (-1523 . 588443)
+ (-1524 . 588079) (-1525 . 588027) (-1526 . 587968) (-1527 . 587880)
+ (-1528 . 587792) (-1529 . 587701) (-1530 . 587610) (-1531 . 587519)
+ (-1532 . 587428) (-1533 . 587337) (-1534 . 587246) (-1535 . 587155)
+ (-1536 . 587064) (-1537 . 586973) (-1538 . 586882) (-1539 . 586791)
+ (-1540 . 586700) (-1541 . 586609) (-1542 . 586518) (-1543 . 586427)
+ (-1544 . 586336) (-1545 . 586245) (-1546 . 586154) (-1547 . 586063)
+ (-1548 . 585972) (-1549 . 585881) (-1550 . 585790) (-1551 . 585699)
+ (-1552 . 585608) (-1553 . 585517) (-1554 . 585426) (-1555 . 585264)
+ (-1556 . 585156) (-1557 . 584913) (-1558 . 584626) (-1559 . 584431)
+ (-1560 . 584275) (-1561 . 584115) (-1562 . 584064) (-1563 . 584002)
+ (-1564 . 583951) (-1565 . 583888) (-1566 . 583835) (-1567 . 583783)
+ (-1568 . 583731) (-1569 . 583679) (-1570 . 583589) (-1571 . 583406)
+ (-1572 . 583252) (-1573 . 583172) (-1574 . 583092) (-1575 . 583012)
+ (-1576 . 582882) (-1577 . 582653) (-1578 . 582625) (-1579 . 582597)
+ (-1580 . 582569) (-1581 . 582489) (-1582 . 582412) (-1583 . 582335)
+ (-1584 . 582254) (-1585 . 582195) (-1586 . 582037) (-1587 . 581844)
+ (-1588 . 581359) (-1589 . 581117) (-1590 . 580855) (-1591 . 580754)
+ (-1592 . 580673) (-1593 . 580592) (-1594 . 580522) (-1595 . 580452)
+ (-1596 . 580294) (-1597 . 579990) (-1598 . 579762) (-1599 . 579640)
+ (-1600 . 579582) (-1601 . 579520) (-1602 . 579458) (-1603 . 579393)
+ (-1604 . 579331) (-1605 . 579052) (-1606 . 578984) (-1607 . 578774)
+ (-1608 . 578722) (-1609 . 578668) (-1610 . 578577) (-1611 . 578490)
+ (-1612 . 576743) (-1613 . 576664) (-1614 . 575919) (-1615 . 575802)
+ (-1616 . 575596) (-1617 . 575435) (-1618 . 575274) (-1619 . 575114)
+ (-1620 . 574976) (-1621 . 574882) (-1622 . 574784) (-1623 . 574690)
+ (-1624 . 574576) (-1625 . 574494) (-1626 . 574397) (-1627 . 574201)
+ (-1628 . 574110) (-1629 . 574016) (-1630 . 573949) (-1631 . 573880)
+ (-1632 . 573828) (-1633 . 573769) (-1634 . 573695) (-1635 . 573643)
+ (-1636 . 573486) (-1637 . 573329) (-1638 . 573177) (-1639 . 572419)
+ (-1640 . 572108) (-1641 . 571756) (-1642 . 571539) (-1643 . 571276)
+ (-1644 . 570901) (-1645 . 570717) (-1646 . 570583) (-1647 . 570417)
+ (-1648 . 570251) (-1649 . 570117) (-1650 . 569983) (-1651 . 569849)
+ (-1652 . 569715) (-1653 . 569584) (-1654 . 569453) (-1655 . 569322)
+ (-1656 . 568942) (-1657 . 568816) (-1658 . 568688) (-1659 . 568438)
+ (-1660 . 568315) (-1661 . 568065) (-1662 . 567942) (-1663 . 567692)
+ (-1664 . 567569) (-1665 . 567286) (-1666 . 567015) (-1667 . 566742)
+ (-1668 . 566444) (-1669 . 566342) (-1670 . 566197) (-1671 . 566056)
+ (-1672 . 565905) (-1673 . 565744) (-1674 . 565656) (-1675 . 565628)
+ (-1676 . 565546) (-1677 . 565449) (-1678 . 564981) (-1679 . 564630)
+ (-1680 . 564197) (-1681 . 564058) (-1682 . 563988) (-1683 . 563918)
+ (-1684 . 563848) (-1685 . 563757) (-1686 . 563666) (-1687 . 563575)
+ (-1688 . 563484) (-1689 . 563393) (-1690 . 563307) (-1691 . 563221)
+ (-1692 . 563135) (-1693 . 563049) (-1694 . 562963) (-1695 . 562889)
+ (-1696 . 562784) (-1697 . 562558) (-1698 . 562480) (-1699 . 562405)
+ (-1700 . 562312) (-1701 . 562208) (-1702 . 562112) (-1703 . 561943)
+ (-1704 . 561866) (-1705 . 561789) (-1706 . 561698) (-1707 . 561607)
+ (-1708 . 561407) (-1709 . 561254) (-1710 . 561101) (-1711 . 560948)
+ (-1712 . 560795) (-1713 . 560642) (-1714 . 560489) (-1715 . 560423)
+ (-1716 . 560270) (-1717 . 560117) (-1718 . 559964) (-1719 . 559811)
+ (-1720 . 559658) (-1721 . 559505) (-1722 . 559352) (-1723 . 559199)
+ (-1724 . 559125) (-1725 . 559051) (-1726 . 558996) (-1727 . 558941)
+ (-1728 . 558886) (-1729 . 558831) (-1730 . 558760) (-1731 . 558574)
+ (-1732 . 558477) (-1733 . 558380) (-1734 . 558182) (-1735 . 558084)
+ (-1736 . 557896) (-1737 . 557803) (-1738 . 557676) (-1739 . 557549)
+ (-1740 . 557422) (-1741 . 557354) (-1742 . 557238) (-1743 . 557122)
+ (-1744 . 557006) (-1745 . 556953) (-1746 . 556868) (-1747 . 556783)
+ (-1748 . 556475) (-1749 . 556420) (-1750 . 555768) (-1751 . 555453)
+ (-1752 . 555169) (-1753 . 555051) (-1754 . 554932) (-1755 . 554873)
+ (-1756 . 554814) (-1757 . 554763) (-1758 . 554712) (-1759 . 554661)
+ (-1760 . 554608) (-1761 . 554555) (-1762 . 554496) (-1763 . 554383)
+ (-1764 . 554270) (-1765 . 554103) (-1766 . 554011) (-1767 . 553898)
+ (-1768 . 553814) (-1769 . 553699) (-1770 . 553608) (-1771 . 553517)
+ (-1772 . 553396) (-1773 . 553209) (-1774 . 553157) (-1775 . 553102)
+ (-1776 . 552915) (-1777 . 552792) (-1778 . 552719) (-1779 . 552646)
+ (-1780 . 552526) (-1781 . 552453) (-1782 . 552380) (-1783 . 552040)
+ (-1784 . 551967) (-1785 . 551747) (-1786 . 551414) (-1787 . 551231)
+ (-1788 . 551088) (-1789 . 550728) (-1790 . 550560) (-1791 . 550392)
+ (-1792 . 550136) (-1793 . 549880) (-1794 . 549685) (-1795 . 549490)
+ (-1796 . 548896) (-1797 . 548820) (-1798 . 548681) (-1799 . 548274)
+ (-1800 . 548147) (-1801 . 547990) (-1802 . 547673) (-1803 . 547193)
+ (-1804 . 546713) (-1805 . 546211) (-1806 . 546143) (-1807 . 546072)
+ (-1808 . 546001) (-1809 . 545829) (-1810 . 545710) (-1811 . 545591)
+ (-1812 . 545515) (-1813 . 545439) (-1814 . 545166) (-1815 . 545052)
+ (-1816 . 545001) (-1817 . 544950) (-1818 . 544899) (-1819 . 544848)
+ (-1820 . 544797) (-1821 . 544656) (-1822 . 544483) (-1823 . 544252)
+ (-1824 . 544066) (-1825 . 544038) (-1826 . 544010) (-1827 . 543982)
+ (-1828 . 543954) (-1829 . 543926) (-1830 . 543898) (-1831 . 543870)
+ (-1832 . 543819) (-1833 . 543753) (-1834 . 543663) (-1835 . 543292)
+ (-1836 . 543141) (-1837 . 542990) (-1838 . 542785) (-1839 . 542663)
+ (-1840 . 542589) (-1841 . 542512) (-1842 . 542438) (-1843 . 542361)
+ (-1844 . 542284) (-1845 . 542210) (-1846 . 542133) (-1847 . 541900)
+ (-1848 . 541747) (-1849 . 541452) (-1850 . 541299) (-1851 . 540977)
+ (-1852 . 540839) (-1853 . 540701) (-1854 . 540621) (-1855 . 540541)
+ (-1856 . 540277) (-1857 . 539546) (-1858 . 539410) (-1859 . 539320)
+ (-1860 . 539185) (-1861 . 539118) (-1862 . 539050) (-1863 . 538963)
+ (-1864 . 538876) (-1865 . 538709) (-1866 . 538635) (-1867 . 538491)
+ (-1868 . 538031) (-1869 . 537652) (-1870 . 536890) (-1871 . 536746)
+ (-1872 . 536602) (-1873 . 536440) (-1874 . 536203) (-1875 . 536063)
+ (-1876 . 535917) (-1877 . 535678) (-1878 . 535442) (-1879 . 535203)
+ (-1880 . 535011) (-1881 . 534888) (-1882 . 534684) (-1883 . 534461)
+ (-1884 . 534222) (-1885 . 534081) (-1886 . 533943) (-1887 . 533804)
+ (-1888 . 533551) (-1889 . 533295) (-1890 . 533138) (-1891 . 532984)
+ (-1892 . 532744) (-1893 . 532459) (-1894 . 532321) (-1895 . 532234)
+ (-1896 . 531568) (-1897 . 531392) (-1898 . 531210) (-1899 . 531034)
+ (-1900 . 530852) (-1901 . 530673) (-1902 . 530494) (-1903 . 530307)
+ (-1904 . 529925) (-1905 . 529746) (-1906 . 529567) (-1907 . 529380)
+ (-1908 . 528998) (-1909 . 528005) (-1910 . 527621) (-1911 . 527237)
+ (-1912 . 527119) (-1913 . 526962) (-1914 . 526820) (-1915 . 526703)
+ (-1916 . 526521) (-1917 . 526397) (-1918 . 526108) (-1919 . 525819)
+ (-1920 . 525536) (-1921 . 525253) (-1922 . 524975) (-1923 . 524887)
+ (-1924 . 524802) (-1925 . 524705) (-1926 . 524608) (-1927 . 524388)
+ (-1928 . 524288) (-1929 . 524185) (-1930 . 524107) (-1931 . 523782)
+ (-1932 . 523490) (-1933 . 523417) (-1934 . 523032) (-1935 . 523004)
+ (-1936 . 522805) (-1937 . 522631) (-1938 . 522390) (-1939 . 522335)
+ (-1940 . 522260) (-1941 . 521892) (-1942 . 521777) (-1943 . 521700)
+ (-1944 . 521627) (-1945 . 521546) (-1946 . 521465) (-1947 . 521384)
+ (-1948 . 521283) (-1949 . 521224) (-1950 . 521171) (-1951 . 521117)
+ (-1952 . 520785) (-1953 . 520461) (-1954 . 520273) (-1955 . 520082)
+ (-1956 . 519918) (-1957 . 519583) (-1958 . 519416) (-1959 . 519175)
+ (-1960 . 518851) (-1961 . 518661) (-1962 . 518446) (-1963 . 518275)
+ (-1964 . 517853) (-1965 . 517626) (-1966 . 517355) (-1967 . 517218)
+ (-1968 . 517077) (-1969 . 516600) (-1970 . 516477) (-1971 . 516241)
+ (-1972 . 515987) (-1973 . 515737) (-1974 . 515444) (-1975 . 515304)
+ (-1976 . 515164) (-1977 . 515024) (-1978 . 514835) (-1979 . 514646)
+ (-1980 . 514471) (-1981 . 514197) (-1982 . 513762) (-1983 . 513734)
+ (-1984 . 513662) (-1985 . 513529) (-1986 . 513454) (-1987 . 513295)
+ (-1988 . 513132) (-1989 . 512971) (-1990 . 512804) (-1991 . 512751)
+ (-1992 . 512698) (-1993 . 512569) (-1994 . 512509) (-1995 . 512456)
+ (-1996 . 512386) (-1997 . 512326) (-1998 . 512267) (-1999 . 512207)
+ (-2000 . 512148) (-2001 . 512088) (-2002 . 512029) (-2003 . 511970)
+ (-2004 . 511828) (-2005 . 511733) (-2006 . 511642) (-2007 . 511526)
+ (-2008 . 511432) (-2009 . 511334) (-2010 . 511240) (-2011 . 511099)
+ (-2012 . 510837) (-2013 . 509981) (-2014 . 509825) (-2015 . 509456)
+ (-2016 . 509400) (-2017 . 509349) (-2018 . 509246) (-2019 . 509161)
+ (-2020 . 509073) (-2021 . 508927) (-2022 . 508778) (-2023 . 508488)
+ (-2024 . 508410) (-2025 . 508335) (-2026 . 508282) (-2027 . 508229)
+ (-2028 . 508198) (-2029 . 508135) (-2030 . 508017) (-2031 . 507928)
+ (-2032 . 507808) (-2033 . 507513) (-2034 . 507319) (-2035 . 507131)
+ (-2036 . 506986) (-2037 . 506841) (-2038 . 506555) (-2039 . 506113)
+ (-2040 . 506079) (-2041 . 506042) (-2042 . 506005) (-2043 . 505968)
+ (-2044 . 505931) (-2045 . 505900) (-2046 . 505869) (-2047 . 505838)
+ (-2048 . 505804) (-2049 . 505770) (-2050 . 505716) (-2051 . 505540)
+ (-2052 . 505306) (-2053 . 505072) (-2054 . 504843) (-2055 . 504791)
+ (-2056 . 504736) (-2057 . 504667) (-2058 . 504579) (-2059 . 504510)
+ (-2060 . 504438) (-2061 . 504208) (-2062 . 504157) (-2063 . 504103)
+ (-2064 . 504072) (-2065 . 503966) (-2066 . 503741) (-2067 . 503431)
+ (-2068 . 503257) (-2069 . 503075) (-2070 . 502804) (-2071 . 502731)
+ (-2072 . 502666) (-2073 . 502190) (-2074 . 501628) (-2075 . 500902)
+ (-2076 . 500341) (-2077 . 499713) (-2078 . 499134) (-2079 . 499060)
+ (-2080 . 499008) (-2081 . 498956) (-2082 . 498882) (-2083 . 498827)
+ (-2084 . 498775) (-2085 . 498723) (-2086 . 498671) (-2087 . 498601)
+ (-2088 . 498153) (-2089 . 497947) (-2090 . 497698) (-2091 . 497364)
+ (-2092 . 497110) (-2093 . 496808) (-2094 . 496605) (-2095 . 496316)
+ (-2096 . 495768) (-2097 . 495631) (-2098 . 495429) (-2099 . 495149)
+ (-2100 . 495064) (-2101 . 494731) (-2102 . 494590) (-2103 . 494299)
+ (-2104 . 494079) (-2105 . 493953) (-2106 . 493828) (-2107 . 493681)
+ (-2108 . 493537) (-2109 . 493421) (-2110 . 493290) (-2111 . 492918)
+ (-2112 . 492658) (-2113 . 492388) (-2114 . 492148) (-2115 . 491818)
+ (-2116 . 491478) (-2117 . 491070) (-2118 . 490652) (-2119 . 490455)
+ (-2120 . 490180) (-2121 . 490012) (-2122 . 489816) (-2123 . 489594)
+ (-2124 . 489439) (-2125 . 489254) (-2126 . 489151) (-2127 . 489123)
+ (-2128 . 489095) (-2129 . 488921) (-2130 . 488847) (-2131 . 488786)
+ (-2132 . 488733) (-2133 . 488664) (-2134 . 488595) (-2135 . 488476)
+ (-2136 . 488298) (-2137 . 488243) (-2138 . 487997) (-2139 . 487924)
+ (-2140 . 487854) (-2141 . 487784) (-2142 . 487695) (-2143 . 487505)
+ (-2144 . 487432) (-2145 . 487363) (-2146 . 487298) (-2147 . 487243)
+ (-2148 . 487152) (-2149 . 486861) (-2150 . 486535) (-2151 . 486461)
+ (-2152 . 486139) (-2153 . 485934) (-2154 . 485849) (-2155 . 485764)
+ (-2156 . 485679) (-2157 . 485594) (-2158 . 485509) (-2159 . 485424)
+ (-2160 . 485339) (-2161 . 485254) (-2162 . 485169) (-2163 . 485084)
+ (-2164 . 484999) (-2165 . 484914) (-2166 . 484829) (-2167 . 484744)
+ (-2168 . 484659) (-2169 . 484574) (-2170 . 484489) (-2171 . 484404)
+ (-2172 . 484319) (-2173 . 484234) (-2174 . 484149) (-2175 . 484064)
+ (-2176 . 483979) (-2177 . 483894) (-2178 . 483809) (-2179 . 483724)
+ (-2180 . 483622) (-2181 . 483534) (-2182 . 483326) (-2183 . 483268)
+ (-2184 . 483213) (-2185 . 483126) (-2186 . 483015) (-2187 . 482929)
+ (-2188 . 482783) (-2189 . 482721) (-2190 . 482693) (-2191 . 482665)
+ (-2192 . 482637) (-2193 . 482609) (-2194 . 482440) (-2195 . 482289)
+ (-2196 . 482138) (-2197 . 481966) (-2198 . 481758) (-2199 . 481637)
+ (-2200 . 481432) (-2201 . 481340) (-2202 . 481248) (-2203 . 481119)
+ (-2204 . 481024) (-2205 . 480930) (-2206 . 480835) (-2207 . 480711)
+ (-2208 . 480683) (-2209 . 480655) (-2210 . 480627) (-2211 . 480599)
+ (-2212 . 480571) (-2213 . 480543) (-2214 . 480515) (-2215 . 480487)
+ (-2216 . 480459) (-2217 . 480431) (-2218 . 480403) (-2219 . 480375)
+ (-2220 . 480347) (-2221 . 480319) (-2222 . 480291) (-2223 . 480263)
+ (-2224 . 480210) (-2225 . 480182) (-2226 . 480154) (-2227 . 480076)
+ (-2228 . 480023) (-2229 . 479970) (-2230 . 479917) (-2231 . 479839)
+ (-2232 . 479749) (-2233 . 479654) (-2234 . 479560) (-2235 . 479478)
+ (-2236 . 479172) (-2237 . 478976) (-2238 . 478881) (-2239 . 478773)
+ (-2240 . 478362) (-2241 . 478334) (-2242 . 478170) (-2243 . 478093)
+ (-2244 . 477906) (-2245 . 477727) (-2246 . 477303) (-2247 . 477151)
+ (-2248 . 476971) (-2249 . 476798) (-2250 . 476538) (-2251 . 476286)
+ (-2252 . 475475) (-2253 . 475308) (-2254 . 475090) (-2255 . 474266)
+ (-2256 . 474135) (-2257 . 474004) (-2258 . 473873) (-2259 . 473742)
+ (-2260 . 473611) (-2261 . 473480) (-2262 . 473285) (-2263 . 473091)
+ (-2264 . 472948) (-2265 . 472633) (-2266 . 472518) (-2267 . 472178)
+ (-2268 . 472018) (-2269 . 471879) (-2270 . 471740) (-2271 . 471611)
+ (-2272 . 471526) (-2273 . 471474) (-2274 . 470994) (-2275 . 469732)
+ (-2276 . 469605) (-2277 . 469463) (-2278 . 469127) (-2279 . 469022)
+ (-2280 . 468773) (-2281 . 468541) (-2282 . 468436) (-2283 . 468361)
+ (-2284 . 468286) (-2285 . 468211) (-2286 . 468152) (-2287 . 468082)
+ (-2288 . 468029) (-2289 . 467967) (-2290 . 467897) (-2291 . 467534)
+ (-2292 . 467247) (-2293 . 467137) (-2294 . 466950) (-2295 . 466857)
+ (-2296 . 466764) (-2297 . 466677) (-2298 . 466460) (-2299 . 466241)
+ (-2300 . 465823) (-2301 . 465551) (-2302 . 465408) (-2303 . 465315)
+ (-2304 . 465172) (-2305 . 465020) (-2306 . 464866) (-2307 . 464796)
+ (-2308 . 464589) (-2309 . 464412) (-2310 . 464203) (-2311 . 464026)
+ (-2312 . 463992) (-2313 . 463958) (-2314 . 463927) (-2315 . 463809)
+ (-2316 . 463514) (-2317 . 463236) (-2318 . 463115) (-2319 . 462988)
+ (-2320 . 462903) (-2321 . 462830) (-2322 . 462741) (-2323 . 462670)
+ (-2324 . 462614) (-2325 . 462558) (-2326 . 462502) (-2327 . 462432)
+ (-2328 . 462362) (-2329 . 462292) (-2330 . 462194) (-2331 . 462116)
+ (-2332 . 462038) (-2333 . 461895) (-2334 . 461816) (-2335 . 461744)
+ (-2336 . 461541) (-2337 . 461485) (-2338 . 461297) (-2339 . 461198)
+ (-2340 . 461080) (-2341 . 460959) (-2342 . 460816) (-2343 . 460673)
+ (-2344 . 460533) (-2345 . 460393) (-2346 . 460250) (-2347 . 460124)
+ (-2348 . 459995) (-2349 . 459872) (-2350 . 459749) (-2351 . 459644)
+ (-2352 . 459539) (-2353 . 459437) (-2354 . 459287) (-2355 . 459134)
+ (-2356 . 458981) (-2357 . 458837) (-2358 . 458683) (-2359 . 458607)
+ (-2360 . 458528) (-2361 . 458375) (-2362 . 458296) (-2363 . 458217)
+ (-2364 . 458138) (-2365 . 458036) (-2366 . 457977) (-2367 . 457915)
+ (-2368 . 457798) (-2369 . 457674) (-2370 . 457597) (-2371 . 457465)
+ (-2372 . 457159) (-2373 . 456976) (-2374 . 456431) (-2375 . 456211)
+ (-2376 . 456037) (-2377 . 455867) (-2378 . 455794) (-2379 . 455718)
+ (-2380 . 455639) (-2381 . 455342) (-2382 . 455180) (-2383 . 454946)
+ (-2384 . 454504) (-2385 . 454374) (-2386 . 454234) (-2387 . 453925)
+ (-2388 . 453623) (-2389 . 453307) (-2390 . 452901) (-2391 . 452833)
+ (-2392 . 452765) (-2393 . 452697) (-2394 . 452603) (-2395 . 452496)
+ (-2396 . 452389) (-2397 . 452288) (-2398 . 452187) (-2399 . 452086)
+ (-2400 . 452009) (-2401 . 451616) (-2402 . 451199) (-2403 . 450572)
+ (-2404 . 450508) (-2405 . 450389) (-2406 . 450270) (-2407 . 450162)
+ (-2408 . 450054) (-2409 . 449898) (-2410 . 449298) (-2411 . 449015)
+ (-2412 . 448936) (-2413 . 448882) (-2414 . 448714) (-2415 . 448592)
+ (-2416 . 448196) (-2417 . 447960) (-2418 . 447759) (-2419 . 447551)
+ (-2420 . 447358) (-2421 . 447091) (-2422 . 447017) (-2423 . 446838)
+ (-2424 . 446769) (-2425 . 446693) (-2426 . 446552) (-2427 . 446349)
+ (-2428 . 446205) (-2429 . 445955) (-2430 . 445647) (-2431 . 445291)
+ (-2432 . 445132) (-2433 . 444926) (-2434 . 444766) (-2435 . 444693)
+ (-2436 . 444659) (-2437 . 444594) (-2438 . 444557) (-2439 . 444420)
+ (-2440 . 444182) (-2441 . 444112) (-2442 . 443926) (-2443 . 443677)
+ (-2444 . 443521) (-2445 . 442998) (-2446 . 442801) (-2447 . 442589)
+ (-2448 . 442427) (-2449 . 442028) (-2450 . 441861) (-2451 . 440786)
+ (-2452 . 440663) (-2453 . 440446) (-2454 . 440316) (-2455 . 440186)
+ (-2456 . 440029) (-2457 . 439926) (-2458 . 439868) (-2459 . 439810)
+ (-2460 . 439704) (-2461 . 439598) (-2462 . 438682) (-2463 . 436555)
+ (-2464 . 435741) (-2465 . 433938) (-2466 . 433870) (-2467 . 433802)
+ (-2468 . 433734) (-2469 . 433666) (-2470 . 433598) (-2471 . 433520)
+ (-2472 . 433164) (-2473 . 432982) (-2474 . 432443) (-2475 . 432267)
+ (-2476 . 432046) (-2477 . 431825) (-2478 . 431604) (-2479 . 431386)
+ (-2480 . 431168) (-2481 . 430950) (-2482 . 430732) (-2483 . 430514)
+ (-2484 . 430296) (-2485 . 430195) (-2486 . 429462) (-2487 . 429407)
+ (-2488 . 429352) (-2489 . 429297) (-2490 . 429242) (-2491 . 429092)
+ (-2492 . 428844) (-2493 . 428683) (-2494 . 428503) (-2495 . 428216)
+ (-2496 . 427830) (-2497 . 426958) (-2498 . 426618) (-2499 . 426450)
+ (-2500 . 426228) (-2501 . 425978) (-2502 . 425630) (-2503 . 424620)
+ (-2504 . 424309) (-2505 . 424097) (-2506 . 423533) (-2507 . 423020)
+ (-2508 . 421264) (-2509 . 420792) (-2510 . 420193) (-2511 . 419943)
+ (-2512 . 419809) (-2513 . 419597) (-2514 . 419521) (-2515 . 419445)
+ (-2516 . 419338) (-2517 . 419156) (-2518 . 418991) (-2519 . 418813)
+ (-2520 . 418232) (-2521 . 418071) (-2522 . 417498) (-2523 . 417428)
+ (-2524 . 417353) (-2525 . 417281) (-2526 . 417143) (-2527 . 416956)
+ (-2528 . 416849) (-2529 . 416742) (-2530 . 416627) (-2531 . 416512)
+ (-2532 . 416397) (-2533 . 416119) (-2534 . 415969) (-2535 . 415826)
+ (-2536 . 415753) (-2537 . 415668) (-2538 . 415595) (-2539 . 415522)
+ (-2540 . 415449) (-2541 . 415306) (-2542 . 415156) (-2543 . 414982)
+ (-2544 . 414832) (-2545 . 414682) (-2546 . 414556) (-2547 . 414170)
+ (-2548 . 413886) (-2549 . 413602) (-2550 . 413193) (-2551 . 412909)
+ (-2552 . 412836) (-2553 . 412689) (-2554 . 412583) (-2555 . 412509)
+ (-2556 . 412439) (-2557 . 412360) (-2558 . 412283) (-2559 . 412206)
+ (-2560 . 412057) (-2561 . 411954) (-2562 . 411896) (-2563 . 411832)
+ (-2564 . 411768) (-2565 . 411671) (-2566 . 411574) (-2567 . 411414)
+ (-2568 . 411328) (-2569 . 411242) (-2570 . 411157) (-2571 . 411098)
+ (-2572 . 411039) (-2573 . 410980) (-2574 . 410921) (-2575 . 410751)
+ (-2576 . 410663) (-2577 . 410566) (-2578 . 410532) (-2579 . 410501)
+ (-2580 . 410417) (-2581 . 410361) (-2582 . 410299) (-2583 . 410265)
+ (-2584 . 410231) (-2585 . 410197) (-2586 . 410163) (-2587 . 410129)
+ (-2588 . 410095) (-2589 . 410061) (-2590 . 410027) (-2591 . 409993)
+ (-2592 . 409881) (-2593 . 409847) (-2594 . 409796) (-2595 . 409762)
+ (-2596 . 409665) (-2597 . 409603) (-2598 . 409512) (-2599 . 409421)
+ (-2600 . 409366) (-2601 . 409314) (-2602 . 409262) (-2603 . 409210)
+ (-2604 . 409158) (-2605 . 408735) (-2606 . 408569) (-2607 . 408516)
+ (-2608 . 408447) (-2609 . 408394) (-2610 . 408263) (-2611 . 408107)
+ (-2612 . 407586) (-2613 . 407445) (-2614 . 407411) (-2615 . 407356)
+ (-2616 . 406646) (-2617 . 406331) (-2618 . 405827) (-2619 . 405749)
+ (-2620 . 405697) (-2621 . 405645) (-2622 . 405461) (-2623 . 405409)
+ (-2624 . 405357) (-2625 . 405281) (-2626 . 405219) (-2627 . 405001)
+ (-2628 . 404934) (-2629 . 404840) (-2630 . 404746) (-2631 . 404563)
+ (-2632 . 404481) (-2633 . 404359) (-2634 . 404213) (-2635 . 403562)
+ (-2636 . 402860) (-2637 . 402756) (-2638 . 402655) (-2639 . 402554)
+ (-2640 . 402443) (-2641 . 402275) (-2642 . 402071) (-2643 . 401978)
+ (-2644 . 401901) (-2645 . 401845) (-2646 . 401775) (-2647 . 401655)
+ (-2648 . 401554) (-2649 . 401457) (-2650 . 401377) (-2651 . 401297)
+ (-2652 . 401220) (-2653 . 401150) (-2654 . 401080) (-2655 . 401010)
+ (-2656 . 400940) (-2657 . 400870) (-2658 . 400800) (-2659 . 400707)
+ (-2660 . 400579) (-2661 . 400337) (-2662 . 400167) (-2663 . 399798)
+ (-2664 . 399629) (-2665 . 399513) (-2666 . 399017) (-2667 . 398636)
+ (-2668 . 398390) (-2669 . 398298) (-2670 . 398201) (-2671 . 397539)
+ (-2672 . 397426) (-2673 . 397352) (-2674 . 397260) (-2675 . 397070)
+ (-2676 . 396880) (-2677 . 396809) (-2678 . 396738) (-2679 . 396657)
+ (-2680 . 396576) (-2681 . 396451) (-2682 . 396318) (-2683 . 396237)
+ (-2684 . 396163) (-2685 . 395998) (-2686 . 395841) (-2687 . 395613)
+ (-2688 . 395465) (-2689 . 395361) (-2690 . 395257) (-2691 . 395172)
+ (-2692 . 394804) (-2693 . 394723) (-2694 . 394636) (-2695 . 394555)
+ (-2696 . 394359) (-2697 . 394139) (-2698 . 393952) (-2699 . 393630)
+ (-2700 . 393337) (-2701 . 393044) (-2702 . 392734) (-2703 . 392417)
+ (-2704 . 392265) (-2705 . 392077) (-2706 . 391604) (-2707 . 391522)
+ (-2708 . 391306) (-2709 . 391090) (-2710 . 390831) (-2711 . 390410)
+ (-2712 . 389897) (-2713 . 389767) (-2714 . 389493) (-2715 . 389314)
+ (-2716 . 389199) (-2717 . 389095) (-2718 . 389040) (-2719 . 388963)
+ (-2720 . 388893) (-2721 . 388820) (-2722 . 388765) (-2723 . 388692)
+ (-2724 . 388637) (-2725 . 388282) (-2726 . 387874) (-2727 . 387721)
+ (-2728 . 387568) (-2729 . 387487) (-2730 . 387334) (-2731 . 387181)
+ (-2732 . 387046) (-2733 . 386911) (-2734 . 386776) (-2735 . 386641)
+ (-2736 . 386506) (-2737 . 386371) (-2738 . 386315) (-2739 . 386162)
+ (-2740 . 386051) (-2741 . 385940) (-2742 . 385855) (-2743 . 385745)
+ (-2744 . 385642) (-2745 . 381491) (-2746 . 381043) (-2747 . 380616)
+ (-2748 . 379999) (-2749 . 379398) (-2750 . 379180) (-2751 . 379002)
+ (-2752 . 378743) (-2753 . 378332) (-2754 . 378038) (-2755 . 377595)
+ (-2756 . 377417) (-2757 . 377024) (-2758 . 376631) (-2759 . 376446)
+ (-2760 . 376239) (-2761 . 376019) (-2762 . 375713) (-2763 . 375514)
+ (-2764 . 374885) (-2765 . 374728) (-2766 . 374339) (-2767 . 374288)
+ (-2768 . 374239) (-2769 . 374188) (-2770 . 374140) (-2771 . 374088)
+ (-2772 . 373942) (-2773 . 373890) (-2774 . 373744) (-2775 . 373692)
+ (-2776 . 373546) (-2777 . 373495) (-2778 . 373120) (-2779 . 373069)
+ (-2780 . 373020) (-2781 . 372969) (-2782 . 372921) (-2783 . 372869)
+ (-2784 . 372820) (-2785 . 372768) (-2786 . 372719) (-2787 . 372667)
+ (-2788 . 372618) (-2789 . 372552) (-2790 . 372434) (-2791 . 371272)
+ (-2792 . 370855) (-2793 . 370747) (-2794 . 370505) (-2795 . 370355)
+ (-2796 . 370205) (-2797 . 370044) (-2798 . 367837) (-2799 . 367576)
+ (-2800 . 367422) (-2801 . 367276) (-2802 . 367130) (-2803 . 366911)
+ (-2804 . 366779) (-2805 . 366704) (-2806 . 366629) (-2807 . 366494)
+ (-2808 . 366365) (-2809 . 366236) (-2810 . 366110) (-2811 . 365984)
+ (-2812 . 365858) (-2813 . 365732) (-2814 . 365629) (-2815 . 365529)
+ (-2816 . 365435) (-2817 . 365305) (-2818 . 365154) (-2819 . 364778)
+ (-2820 . 364664) (-2821 . 364423) (-2822 . 363965) (-2823 . 363655)
+ (-2824 . 363088) (-2825 . 362519) (-2826 . 361509) (-2827 . 360967)
+ (-2828 . 360654) (-2829 . 360316) (-2830 . 359985) (-2831 . 359665)
+ (-2832 . 359612) (-2833 . 359485) (-2834 . 358983) (-2835 . 357840)
+ (-2836 . 357785) (-2837 . 357730) (-2838 . 357654) (-2839 . 357535)
+ (-2840 . 357460) (-2841 . 357385) (-2842 . 357307) (-2843 . 357084)
+ (-2844 . 357025) (-2845 . 356966) (-2846 . 356863) (-2847 . 356760)
+ (-2848 . 356657) (-2849 . 356554) (-2850 . 356473) (-2851 . 356399)
+ (-2852 . 356184) (-2853 . 355950) (-2854 . 355916) (-2855 . 355882)
+ (-2856 . 355854) (-2857 . 355826) (-2858 . 355609) (-2859 . 355331)
+ (-2860 . 355181) (-2861 . 355051) (-2862 . 354921) (-2863 . 354821)
+ (-2864 . 354644) (-2865 . 354484) (-2866 . 354384) (-2867 . 354207)
+ (-2868 . 354047) (-2869 . 353888) (-2870 . 353749) (-2871 . 353599)
+ (-2872 . 353469) (-2873 . 353339) (-2874 . 353192) (-2875 . 353065)
+ (-2876 . 352962) (-2877 . 352855) (-2878 . 352758) (-2879 . 352593)
+ (-2880 . 352445) (-2881 . 352030) (-2882 . 351930) (-2883 . 351827)
+ (-2884 . 351739) (-2885 . 351659) (-2886 . 351509) (-2887 . 351379)
+ (-2888 . 351327) (-2889 . 351254) (-2890 . 351179) (-2891 . 351120)
+ (-2892 . 351008) (-2893 . 350696) (-2894 . 350519) (-2895 . 348921)
+ (-2896 . 348293) (-2897 . 348233) (-2898 . 348115) (-2899 . 347997)
+ (-2900 . 347853) (-2901 . 347701) (-2902 . 347542) (-2903 . 347383)
+ (-2904 . 347177) (-2905 . 346990) (-2906 . 346838) (-2907 . 346683)
+ (-2908 . 346528) (-2909 . 346376) (-2910 . 346239) (-2911 . 345816)
+ (-2912 . 345690) (-2913 . 345564) (-2914 . 345438) (-2915 . 345298)
+ (-2916 . 345157) (-2917 . 345016) (-2918 . 344872) (-2919 . 344124)
+ (-2920 . 343966) (-2921 . 343780) (-2922 . 343625) (-2923 . 343387)
+ (-2924 . 343142) (-2925 . 342897) (-2926 . 342687) (-2927 . 342550)
+ (-2928 . 342340) (-2929 . 342203) (-2930 . 341993) (-2931 . 341856)
+ (-2932 . 341646) (-2933 . 341343) (-2934 . 341199) (-2935 . 341058)
+ (-2936 . 340835) (-2937 . 340694) (-2938 . 340472) (-2939 . 340275)
+ (-2940 . 340119) (-2941 . 339792) (-2942 . 339633) (-2943 . 339474)
+ (-2944 . 339315) (-2945 . 339144) (-2946 . 338973) (-2947 . 338799)
+ (-2948 . 338447) (-2949 . 338324) (-2950 . 338162) (-2951 . 338089)
+ (-2952 . 338016) (-2953 . 337943) (-2954 . 337870) (-2955 . 337797)
+ (-2956 . 337724) (-2957 . 337601) (-2958 . 337428) (-2959 . 337305)
+ (-2960 . 337219) (-2961 . 337153) (-2962 . 337087) (-2963 . 337021)
+ (-2964 . 336955) (-2965 . 336889) (-2966 . 336823) (-2967 . 336757)
+ (-2968 . 336691) (-2969 . 336625) (-2970 . 336559) (-2971 . 336493)
+ (-2972 . 336427) (-2973 . 336361) (-2974 . 336295) (-2975 . 336229)
+ (-2976 . 336163) (-2977 . 336097) (-2978 . 336031) (-2979 . 335965)
+ (-2980 . 335899) (-2981 . 335833) (-2982 . 335767) (-2983 . 335701)
+ (-2984 . 335635) (-2985 . 335569) (-2986 . 335503) (-2987 . 334856)
+ (-2988 . 334209) (-2989 . 334081) (-2990 . 333958) (-2991 . 333835)
+ (-2992 . 333694) (-2993 . 333540) (-2994 . 333396) (-2995 . 333221)
+ (-2996 . 332611) (-2997 . 332487) (-2998 . 332363) (-2999 . 331685)
+ (-3000 . 330988) (-3001 . 330887) (-3002 . 330831) (-3003 . 330775)
+ (-3004 . 330719) (-3005 . 330663) (-3006 . 330604) (-3007 . 330540)
+ (-3008 . 330432) (-3009 . 330324) (-3010 . 330216) (-3011 . 329937)
+ (-3012 . 329863) (-3013 . 329637) (-3014 . 329556) (-3015 . 329478)
+ (-3016 . 329400) (-3017 . 329322) (-3018 . 329243) (-3019 . 329165)
+ (-3020 . 329072) (-3021 . 328973) (-3022 . 328905) (-3023 . 328856)
+ (-3024 . 328165) (-3025 . 327525) (-3026 . 326734) (-3027 . 326656)
+ (-3028 . 326558) (-3029 . 326469) (-3030 . 326380) (-3031 . 326306)
+ (-3032 . 326232) (-3033 . 326158) (-3034 . 326103) (-3035 . 326048)
+ (-3036 . 325982) (-3037 . 325916) (-3038 . 325854) (-3039 . 325579)
+ (-3040 . 325087) (-3041 . 324629) (-3042 . 324376) (-3043 . 324188)
+ (-3044 . 323847) (-3045 . 323551) (-3046 . 323383) (-3047 . 323252)
+ (-3048 . 323112) (-3049 . 322957) (-3050 . 322788) (-3051 . 321402)
+ (-3052 . 321269) (-3053 . 321128) (-3054 . 320899) (-3055 . 320840)
+ (-3056 . 320784) (-3057 . 320728) (-3058 . 320463) (-3059 . 320251)
+ (-3060 . 320112) (-3061 . 320005) (-3062 . 319888) (-3063 . 319822)
+ (-3064 . 319749) (-3065 . 319635) (-3066 . 319382) (-3067 . 319282)
+ (-3068 . 319088) (-3069 . 318780) (-3070 . 318314) (-3071 . 318209)
+ (-3072 . 318103) (-3073 . 317954) (-3074 . 317814) (-3075 . 317402)
+ (-3076 . 317158) (-3077 . 316500) (-3078 . 316347) (-3079 . 316233)
+ (-3080 . 316123) (-3081 . 315303) (-3082 . 315109) (-3083 . 314083)
+ (-3084 . 313635) (-3085 . 312246) (-3086 . 311395) (-3087 . 311346)
+ (-3088 . 311297) (-3089 . 311248) (-3090 . 311181) (-3091 . 311106)
+ (-3092 . 310916) (-3093 . 310844) (-3094 . 310769) (-3095 . 310697)
+ (-3096 . 310580) (-3097 . 310529) (-3098 . 310450) (-3099 . 310371)
+ (-3100 . 310292) (-3101 . 310241) (-3102 . 309997) (-3103 . 309695)
+ (-3104 . 309613) (-3105 . 309531) (-3106 . 309470) (-3107 . 309081)
+ (-3108 . 308215) (-3109 . 307642) (-3110 . 306425) (-3111 . 305618)
+ (-3112 . 305368) (-3113 . 305118) (-3114 . 304693) (-3115 . 304449)
+ (-3116 . 304205) (-3117 . 303961) (-3118 . 303717) (-3119 . 303473)
+ (-3120 . 303229) (-3121 . 302987) (-3122 . 302745) (-3123 . 302503)
+ (-3124 . 302261) (-3125 . 301683) (-3126 . 301567) (-3127 . 301513)
+ (-3128 . 300671) (-3129 . 300640) (-3130 . 300295) (-3131 . 300069)
+ (-3132 . 299970) (-3133 . 299871) (-3134 . 298105) (-3135 . 297993)
+ (-3136 . 296943) (-3137 . 296851) (-3138 . 295929) (-3139 . 295596)
+ (-3140 . 295263) (-3141 . 295160) (-3142 . 295049) (-3143 . 294938)
+ (-3144 . 294827) (-3145 . 294716) (-3146 . 293629) (-3147 . 293509)
+ (-3148 . 293374) (-3149 . 293242) (-3150 . 293110) (-3151 . 292816)
+ (-3152 . 292522) (-3153 . 292177) (-3154 . 291951) (-3155 . 291725)
+ (-3156 . 291614) (-3157 . 291503) (-3158 . 290041) (-3159 . 288337)
+ (-3160 . 288028) (-3161 . 287876) (-3162 . 287353) (-3163 . 287024)
+ (-3164 . 286831) (-3165 . 286638) (-3166 . 286445) (-3167 . 286252)
+ (-3168 . 286139) (-3169 . 286016) (-3170 . 285902) (-3171 . 285788)
+ (-3172 . 285695) (-3173 . 285602) (-3174 . 285492) (-3175 . 285291)
+ (-3176 . 284147) (-3177 . 284054) (-3178 . 283940) (-3179 . 283847)
+ (-3180 . 283600) (-3181 . 283489) (-3182 . 283275) (-3183 . 283157)
+ (-3184 . 282860) (-3185 . 282132) (-3186 . 281556) (-3187 . 281078)
+ (-3188 . 280834) (-3189 . 280590) (-3190 . 280247) (-3191 . 279641)
+ (-3192 . 279198) (-3193 . 279043) (-3194 . 278899) (-3195 . 278579)
+ (-3196 . 278424) (-3197 . 278284) (-3198 . 278144) (-3199 . 278004)
+ (-3200 . 277729) (-3201 . 277510) (-3202 . 276991) (-3203 . 276779)
+ (-3204 . 276567) (-3205 . 276187) (-3206 . 276013) (-3207 . 275804)
+ (-3208 . 275496) (-3209 . 275304) (-3210 . 275131) (-3211 . 273995)
+ (-3212 . 273630) (-3213 . 273430) (-3214 . 273230) (-3215 . 272394)
+ (-3216 . 272366) (-3217 . 272298) (-3218 . 272228) (-3219 . 272064)
+ (-3220 . 272036) (-3221 . 272008) (-3222 . 271954) (-3223 . 271804)
+ (-3224 . 271745) (-3225 . 271052) (-3226 . 269667) (-3227 . 269606)
+ (-3228 . 269282) (-3229 . 269210) (-3230 . 269153) (-3231 . 269096)
+ (-3232 . 269039) (-3233 . 268982) (-3234 . 268907) (-3235 . 268317)
+ (-3236 . 267957) (-3237 . 267883) (-3238 . 267823) (-3239 . 267705)
+ (-3240 . 266762) (-3241 . 266635) (-3242 . 266422) (-3243 . 266348)
+ (-3244 . 266294) (-3245 . 266240) (-3246 . 266131) (-3247 . 265848)
+ (-3248 . 265740) (-3249 . 265637) (-3250 . 265476) (-3251 . 265375)
+ (-3252 . 265277) (-3253 . 265139) (-3254 . 265001) (-3255 . 264863)
+ (-3256 . 264601) (-3257 . 264392) (-3258 . 264254) (-3259 . 263963)
+ (-3260 . 263811) (-3261 . 263536) (-3262 . 263316) (-3263 . 263164)
+ (-3264 . 263012) (-3265 . 262860) (-3266 . 262708) (-3267 . 262556)
+ (-3268 . 262349) (-3269 . 261962) (-3270 . 261631) (-3271 . 261292)
+ (-3272 . 260945) (-3273 . 260606) (-3274 . 260267) (-3275 . 259886)
+ (-3276 . 259505) (-3277 . 259124) (-3278 . 258759) (-3279 . 258041)
+ (-3280 . 257694) (-3281 . 257249) (-3282 . 256824) (-3283 . 256213)
+ (-3284 . 255621) (-3285 . 255234) (-3286 . 254903) (-3287 . 254516)
+ (-3288 . 254185) (-3289 . 253965) (-3290 . 253444) (-3291 . 253231)
+ (-3292 . 253018) (-3293 . 252805) (-3294 . 252627) (-3295 . 252414)
+ (-3296 . 252236) (-3297 . 251854) (-3298 . 251676) (-3299 . 251466)
+ (-3300 . 251376) (-3301 . 251286) (-3302 . 251195) (-3303 . 251083)
+ (-3304 . 250993) (-3305 . 250886) (-3306 . 250697) (-3307 . 250641)
+ (-3308 . 250560) (-3309 . 250479) (-3310 . 250398) (-3311 . 250321)
+ (-3312 . 250186) (-3313 . 250051) (-3314 . 249927) (-3315 . 249806)
+ (-3316 . 249688) (-3317 . 249552) (-3318 . 249419) (-3319 . 249300)
+ (-3320 . 249042) (-3321 . 248757) (-3322 . 248685) (-3323 . 248589)
+ (-3324 . 248448) (-3325 . 248391) (-3326 . 248334) (-3327 . 248274)
+ (-3328 . 248073) (-3329 . 247678) (-3330 . 247156) (-3331 . 246879)
+ (-3332 . 246459) (-3333 . 246347) (-3334 . 245909) (-3335 . 245679)
+ (-3336 . 245476) (-3337 . 245294) (-3338 . 245164) (-3339 . 244958)
+ (-3340 . 244751) (-3341 . 244561) (-3342 . 244014) (-3343 . 243758)
+ (-3344 . 243467) (-3345 . 243173) (-3346 . 242876) (-3347 . 242576)
+ (-3348 . 242446) (-3349 . 242313) (-3350 . 242177) (-3351 . 242038)
+ (-3352 . 240821) (-3353 . 240513) (-3354 . 240149) (-3355 . 240052)
+ (-3356 . 239812) (-3357 . 239537) (-3358 . 239262) (-3359 . 239003)
+ (-3360 . 238829) (-3361 . 238751) (-3362 . 238664) (-3363 . 238564)
+ (-3364 . 238470) (-3365 . 238389) (-3366 . 238319) (-3367 . 237528)
+ (-3368 . 237458) (-3369 . 237130) (-3370 . 237060) (-3371 . 236732)
+ (-3372 . 236662) (-3373 . 236217) (-3374 . 236147) (-3375 . 236043)
+ (-3376 . 235969) (-3377 . 235895) (-3378 . 235824) (-3379 . 235482)
+ (-3380 . 235354) (-3381 . 235277) (-3382 . 235046) (-3383 . 234903)
+ (-3384 . 234760) (-3385 . 234421) (-3386 . 234091) (-3387 . 233878)
+ (-3388 . 233623) (-3389 . 233273) (-3390 . 233048) (-3391 . 232823)
+ (-3392 . 232598) (-3393 . 232373) (-3394 . 232160) (-3395 . 231947)
+ (-3396 . 231797) (-3397 . 231616) (-3398 . 231511) (-3399 . 231389)
+ (-3400 . 231281) (-3401 . 231173) (-3402 . 230848) (-3403 . 230584)
+ (-3404 . 230273) (-3405 . 229971) (-3406 . 229662) (-3407 . 228943)
+ (-3408 . 228367) (-3409 . 228192) (-3410 . 228048) (-3411 . 227893)
+ (-3412 . 227770) (-3413 . 227665) (-3414 . 227550) (-3415 . 227455)
+ (-3416 . 226974) (-3417 . 226864) (-3418 . 226754) (-3419 . 226644)
+ (-3420 . 225572) (-3421 . 225065) (-3422 . 224998) (-3423 . 224925)
+ (-3424 . 224052) (-3425 . 223979) (-3426 . 223924) (-3427 . 223869)
+ (-3428 . 223837) (-3429 . 223751) (-3430 . 223719) (-3431 . 223633)
+ (-3432 . 223213) (-3433 . 222793) (-3434 . 222241) (-3435 . 221137)
+ (-3436 . 219427) (-3437 . 217877) (-3438 . 217085) (-3439 . 216585)
+ (-3440 . 216099) (-3441 . 215697) (-3442 . 215047) (-3443 . 214972)
+ (-3444 . 214881) (-3445 . 214810) (-3446 . 214739) (-3447 . 214683)
+ (-3448 . 214563) (-3449 . 214509) (-3450 . 214448) (-3451 . 214394)
+ (-3452 . 214291) (-3453 . 213851) (-3454 . 213411) (-3455 . 212971)
+ (-3456 . 212449) (-3457 . 212288) (-3458 . 212127) (-3459 . 211816)
+ (-3460 . 211730) (-3461 . 211640) (-3462 . 211282) (-3463 . 211165)
+ (-3464 . 211084) (-3465 . 210926) (-3466 . 210813) (-3467 . 210738)
+ (-3468 . 209892) (-3469 . 208710) (-3470 . 208611) (-3471 . 208512)
+ (-3472 . 208183) (-3473 . 208105) (-3474 . 208030) (-3475 . 207924)
+ (-3476 . 207768) (-3477 . 207661) (-3478 . 207526) (-3479 . 207391)
+ (-3480 . 207269) (-3481 . 207174) (-3482 . 207026) (-3483 . 206931)
+ (-3484 . 206776) (-3485 . 206621) (-3486 . 206069) (-3487 . 205517)
+ (-3488 . 204902) (-3489 . 204350) (-3490 . 203798) (-3491 . 203246)
+ (-3492 . 202693) (-3493 . 202140) (-3494 . 201587) (-3495 . 201034)
+ (-3496 . 200481) (-3497 . 199928) (-3498 . 199376) (-3499 . 198824)
+ (-3500 . 198272) (-3501 . 197720) (-3502 . 197168) (-3503 . 196616)
+ (-3504 . 196512) (-3505 . 195927) (-3506 . 195822) (-3507 . 195747)
+ (-3508 . 195605) (-3509 . 195513) (-3510 . 195422) (-3511 . 195330)
+ (-3512 . 195235) (-3513 . 195130) (-3514 . 195007) (-3515 . 194885)
+ (-3516 . 194521) (-3517 . 194399) (-3518 . 194301) (-3519 . 193940)
+ (-3520 . 193411) (-3521 . 193336) (-3522 . 193261) (-3523 . 193169)
+ (-3524 . 192988) (-3525 . 192893) (-3526 . 192818) (-3527 . 192727)
+ (-3528 . 192636) (-3529 . 192477) (-3530 . 191928) (-3531 . 191379)
+ (-3532 . 188672) (-3533 . 188500) (-3534 . 187090) (-3535 . 186530)
+ (-3536 . 186415) (-3537 . 186043) (-3538 . 185980) (-3539 . 185917)
+ (-3540 . 185854) (-3541 . 185576) (-3542 . 185309) (-3543 . 185257)
+ (-3544 . 184616) (-3545 . 184565) (-3546 . 184377) (-3547 . 184304)
+ (-3548 . 184224) (-3549 . 184111) (-3550 . 183921) (-3551 . 183557)
+ (-3552 . 183285) (-3553 . 183234) (-3554 . 183183) (-3555 . 183113)
+ (-3556 . 182994) (-3557 . 182965) (-3558 . 182861) (-3559 . 182739)
+ (-3560 . 182685) (-3561 . 182508) (-3562 . 182447) (-3563 . 182266)
+ (-3564 . 182205) (-3565 . 182133) (-3566 . 181658) (-3567 . 181284)
+ (-3568 . 177752) (-3569 . 177700) (-3570 . 177572) (-3571 . 177422)
+ (-3572 . 177370) (-3573 . 177229) (-3574 . 175171) (-3575 . 167564)
+ (-3576 . 167413) (-3577 . 167343) (-3578 . 167292) (-3579 . 167242)
+ (-3580 . 167191) (-3581 . 167140) (-3582 . 166944) (-3583 . 166802)
+ (-3584 . 166688) (-3585 . 166567) (-3586 . 166449) (-3587 . 166337)
+ (-3588 . 166219) (-3589 . 166114) (-3590 . 166033) (-3591 . 165929)
+ (-3592 . 164995) (-3593 . 164775) (-3594 . 164538) (-3595 . 164456)
+ (-3596 . 164112) (-3597 . 162973) (-3598 . 162899) (-3599 . 162804)
+ (-3600 . 162730) (-3601 . 162526) (-3602 . 162435) (-3603 . 162319)
+ (-3604 . 162206) (-3605 . 162115) (-3606 . 162024) (-3607 . 161935)
+ (-3608 . 161846) (-3609 . 161757) (-3610 . 161669) (-3611 . 161181)
+ (-3612 . 161117) (-3613 . 161053) (-3614 . 160989) (-3615 . 160928)
+ (-3616 . 160188) (-3617 . 160127) (-3618 . 160066) (-3619 . 159440)
+ (-3620 . 159388) (-3621 . 159260) (-3622 . 159196) (-3623 . 159142)
+ (-3624 . 159033) (-3625 . 157736) (-3626 . 157655) (-3627 . 157566)
+ (-3628 . 157508) (-3629 . 157368) (-3630 . 157283) (-3631 . 157209)
+ (-3632 . 157124) (-3633 . 157067) (-3634 . 156851) (-3635 . 156712)
+ (-3636 . 156105) (-3637 . 155551) (-3638 . 154997) (-3639 . 154443)
+ (-3640 . 153836) (-3641 . 153282) (-3642 . 152722) (-3643 . 152162)
+ (-3644 . 151900) (-3645 . 151461) (-3646 . 151128) (-3647 . 150789)
+ (-3648 . 150484) (-3649 . 150351) (-3650 . 150218) (-3651 . 149830)
+ (-3652 . 149737) (-3653 . 149644) (-3654 . 149551) (-3655 . 149458)
+ (-3656 . 149365) (-3657 . 149272) (-3658 . 149179) (-3659 . 149086)
+ (-3660 . 148993) (-3661 . 148900) (-3662 . 148807) (-3663 . 148714)
+ (-3664 . 148621) (-3665 . 148528) (-3666 . 148435) (-3667 . 148342)
+ (-3668 . 148249) (-3669 . 148156) (-3670 . 148063) (-3671 . 147970)
+ (-3672 . 147877) (-3673 . 147784) (-3674 . 147691) (-3675 . 147598)
+ (-3676 . 147505) (-3677 . 147320) (-3678 . 147010) (-3679 . 145382)
+ (-3680 . 145228) (-3681 . 145091) (-3682 . 144949) (-3683 . 144747)
+ (-3684 . 142820) (-3685 . 142693) (-3686 . 142569) (-3687 . 142442)
+ (-3688 . 142221) (-3689 . 142000) (-3690 . 141873) (-3691 . 141672)
+ (-3692 . 141496) (-3693 . 140979) (-3694 . 140462) (-3695 . 140185)
+ (-3696 . 139776) (-3697 . 139259) (-3698 . 139075) (-3699 . 138933)
+ (-3700 . 138438) (-3701 . 137807) (-3702 . 137751) (-3703 . 137657)
+ (-3704 . 137538) (-3705 . 137468) (-3706 . 137395) (-3707 . 137165)
+ (-3708 . 136546) (-3709 . 136116) (-3710 . 136034) (-3711 . 135892)
+ (-3712 . 135422) (-3713 . 135300) (-3714 . 135178) (-3715 . 135038)
+ (-3716 . 134851) (-3717 . 134735) (-3718 . 134455) (-3719 . 134387)
+ (-3720 . 134189) (-3721 . 134009) (-3722 . 133854) (-3723 . 133747)
+ (-3724 . 133696) (-3725 . 133319) (-3726 . 132791) (-3727 . 132569)
+ (-3728 . 132347) (-3729 . 132108) (-3730 . 132018) (-3731 . 130276)
+ (-3732 . 129694) (-3733 . 129616) (-3734 . 124156) (-3735 . 123366)
+ (-3736 . 122989) (-3737 . 122918) (-3738 . 122653) (-3739 . 122478)
+ (-3740 . 121993) (-3741 . 121571) (-3742 . 121131) (-3743 . 120268)
+ (-3744 . 120144) (-3745 . 120017) (-3746 . 119908) (-3747 . 119756)
+ (-3748 . 119642) (-3749 . 119503) (-3750 . 119422) (-3751 . 119341)
+ (-3752 . 119237) (-3753 . 118819) (-3754 . 118398) (-3755 . 118324)
+ (-3756 . 118061) (-3757 . 117797) (-3758 . 117418) (-3759 . 116719)
+ (-3760 . 115676) (-3761 . 115617) (-3762 . 115543) (-3763 . 115469)
+ (-3764 . 115347) (-3765 . 115097) (-3766 . 115011) (-3767 . 114936)
+ (-3768 . 114861) (-3769 . 114766) (-3770 . 110991) (-3771 . 109821)
+ (-3772 . 109161) (-3773 . 108977) (-3774 . 106772) (-3775 . 106447)
+ (-3776 . 105965) (-3777 . 105524) (-3778 . 105289) (-3779 . 105044)
+ (-3780 . 104954) (-3781 . 103519) (-3782 . 103441) (-3783 . 103336)
+ (-3784 . 101860) (-3785 . 101455) (-3786 . 101054) (-3787 . 100958)
+ (-3788 . 100879) (-3789 . 100724) (-3790 . 99606) (-3791 . 99527)
+ (-3792 . 99451) (-3793 . 99105) (-3794 . 99048) (-3795 . 98976)
+ (-3796 . 98919) (-3797 . 98862) (-3798 . 98732) (-3799 . 98530)
+ (-3800 . 98162) (-3801 . 97741) (-3802 . 93931) (-3803 . 93329)
+ (-3804 . 92862) (-3805 . 92649) (-3806 . 92436) (-3807 . 92270)
+ (-3808 . 92057) (-3809 . 91891) (-3810 . 91725) (-3811 . 91559)
+ (-3812 . 91393) (-3813 . 91123) (-3814 . 85709) (** . 82756) (-3816 . 82340)
+ (-3817 . 82099) (-3818 . 82043) (-3819 . 81551) (-3820 . 78743)
+ (-3821 . 78593) (-3822 . 78429) (-3823 . 78265) (-3824 . 78169)
+ (-3825 . 78051) (-3826 . 77927) (-3827 . 77784) (-3828 . 77613)
+ (-3829 . 77487) (-3830 . 77343) (-3831 . 77191) (-3832 . 77032)
+ (-3833 . 76519) (-3834 . 76430) (-3835 . 75765) (-3836 . 75573)
+ (-3837 . 75478) (-3838 . 75170) (-3839 . 73998) (-3840 . 73792)
+ (-3841 . 72617) (-3842 . 72542) (-3843 . 71361) (-3844 . 67859)
+ (-3845 . 67495) (-3846 . 67218) (-3847 . 67126) (-3848 . 67033)
+ (-3849 . 66756) (-3850 . 66663) (-3851 . 66570) (-3852 . 66477)
+ (-3853 . 66093) (-3854 . 66022) (-3855 . 65930) (-3856 . 65772)
+ (-3857 . 65418) (-3858 . 65260) (-3859 . 65152) (-3860 . 65123)
+ (-3861 . 65056) (-3862 . 64902) (-3863 . 64744) (-3864 . 64350)
+ (-3865 . 64275) (-3866 . 64169) (-3867 . 64097) (-3868 . 64019)
+ (-3869 . 63946) (-3870 . 63873) (-3871 . 63800) (-3872 . 63728)
+ (-3873 . 63656) (-3874 . 63583) (-3875 . 63342) (-3876 . 63002)
+ (-3877 . 62854) (-3878 . 62781) (-3879 . 62708) (-3880 . 62635)
+ (-3881 . 62381) (-3882 . 62237) (-3883 . 60901) (-3884 . 60707)
+ (-3885 . 60436) (-3886 . 60288) (-3887 . 60140) (-3888 . 59900)
+ (-3889 . 59706) (-3890 . 59438) (-3891 . 59242) (-3892 . 59213)
+ (-3893 . 59112) (-3894 . 59011) (-3895 . 58910) (-3896 . 58809)
+ (-3897 . 58708) (-3898 . 58607) (-3899 . 58506) (-3900 . 58405)
+ (-3901 . 58304) (-3902 . 58203) (-3903 . 58088) (-3904 . 57973)
+ (-3905 . 57922) (-3906 . 57805) (-3907 . 57747) (-3908 . 57646)
+ (-3909 . 57545) (-3910 . 57444) (-3911 . 57328) (-3912 . 57299)
+ (-3913 . 56568) (-3914 . 56443) (-3915 . 56318) (-3916 . 56178)
+ (-3917 . 56060) (-3918 . 55935) (-3919 . 55780) (-3920 . 54797)
+ (-3921 . 53938) (-3922 . 53884) (-3923 . 53830) (-3924 . 53622)
+ (-3925 . 53250) (-3926 . 52839) (-3927 . 52481) (-3928 . 52123)
+ (-3929 . 51971) (-3930 . 51669) (-3931 . 51513) (-3932 . 51187)
+ (-3933 . 51117) (-3934 . 51047) (-3935 . 50838) (-3936 . 50229)
+ (-3937 . 50025) (-3938 . 49652) (-3939 . 49143) (-3940 . 48878)
+ (-3941 . 48397) (-3942 . 47916) (-3943 . 47791) (-3944 . 46691)
+ (-3945 . 45615) (-3946 . 45042) (-3947 . 44824) (-3948 . 36498)
+ (-3949 . 36313) (-3950 . 34230) (-3951 . 32062) (-3952 . 31916)
+ (-3953 . 31738) (-3954 . 31331) (-3955 . 31036) (-3956 . 30688)
+ (-3957 . 30522) (-3958 . 30356) (-3959 . 29945) (-3960 . 16071)
+ (-3961 . 14964) (* . 10917) (-3963 . 10663) (-3964 . 10479) (-3965 . 9522)
+ (-3966 . 9469) (-3967 . 9409) (-3968 . 9140) (-3969 . 8513) (-3970 . 7240)
+ (-3971 . 5996) (-3972 . 5127) (-3973 . 3864) (-3974 . 420) (-3975 . 306)
+ (-3976 . 173) (-3977 . 30)) \ No newline at end of file